diff --git a/grammar.js b/grammar.js index ea9aa4e..56ff582 100644 --- a/grammar.js +++ b/grammar.js @@ -213,7 +213,7 @@ module.exports = grammar(C, { )) ), - enum_specifier: $ => prec.left(seq( + enum_specifier: $ => prec.right(seq( 'enum', optional(choice('class', 'struct')), choice( diff --git a/src/grammar.json b/src/grammar.json index 4bd38d0..93f1ee3 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -3677,7 +3677,7 @@ } }, "enum_specifier": { - "type": "PREC_LEFT", + "type": "PREC_RIGHT", "value": 0, "content": { "type": "SEQ", diff --git a/src/parser.c b/src/parser.c index 932b6a0..4518440 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,7 +14,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 7231 +#define STATE_COUNT 7110 #define LARGE_STATE_COUNT 1813 #define SYMBOL_COUNT 438 #define ALIAS_COUNT 5 @@ -3954,94 +3954,94 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [11] = 11, [12] = 12, [13] = 13, - [14] = 11, - [15] = 15, - [16] = 15, - [17] = 10, - [18] = 10, - [19] = 19, - [20] = 19, - [21] = 11, - [22] = 19, - [23] = 10, - [24] = 19, - [25] = 15, - [26] = 15, - [27] = 11, + [14] = 12, + [15] = 11, + [16] = 10, + [17] = 17, + [18] = 11, + [19] = 12, + [20] = 12, + [21] = 10, + [22] = 22, + [23] = 22, + [24] = 22, + [25] = 10, + [26] = 11, + [27] = 22, [28] = 28, [29] = 28, [30] = 30, - [31] = 30, - [32] = 28, - [33] = 30, - [34] = 34, - [35] = 34, - [36] = 34, - [37] = 37, - [38] = 30, - [39] = 34, - [40] = 40, + [31] = 31, + [32] = 30, + [33] = 33, + [34] = 30, + [35] = 30, + [36] = 33, + [37] = 33, + [38] = 33, + [39] = 30, + [40] = 33, [41] = 30, [42] = 30, - [43] = 34, - [44] = 34, + [43] = 31, + [44] = 33, [45] = 30, - [46] = 37, - [47] = 34, - [48] = 34, - [49] = 30, - [50] = 28, - [51] = 51, - [52] = 34, - [53] = 53, - [54] = 30, - [55] = 53, + [46] = 46, + [47] = 33, + [48] = 30, + [49] = 33, + [50] = 46, + [51] = 33, + [52] = 52, + [53] = 31, + [54] = 54, + [55] = 30, [56] = 30, [57] = 30, - [58] = 37, - [59] = 34, - [60] = 34, - [61] = 30, - [62] = 34, - [63] = 37, - [64] = 34, - [65] = 30, - [66] = 53, - [67] = 67, - [68] = 30, - [69] = 34, - [70] = 53, - [71] = 30, - [72] = 30, - [73] = 34, - [74] = 30, - [75] = 34, - [76] = 34, + [58] = 33, + [59] = 33, + [60] = 30, + [61] = 33, + [62] = 30, + [63] = 33, + [64] = 33, + [65] = 46, + [66] = 30, + [67] = 33, + [68] = 31, + [69] = 28, + [70] = 70, + [71] = 46, + [72] = 33, + [73] = 30, + [74] = 28, + [75] = 30, + [76] = 33, [77] = 77, [78] = 78, [79] = 79, [80] = 80, [81] = 81, - [82] = 77, - [83] = 77, - [84] = 81, - [85] = 81, - [86] = 78, - [87] = 80, - [88] = 78, - [89] = 79, - [90] = 80, - [91] = 79, + [82] = 78, + [83] = 79, + [84] = 79, + [85] = 77, + [86] = 77, + [87] = 81, + [88] = 80, + [89] = 80, + [90] = 81, + [91] = 78, [92] = 77, - [93] = 81, + [93] = 78, [94] = 80, - [95] = 79, - [96] = 78, - [97] = 80, - [98] = 79, - [99] = 77, - [100] = 78, - [101] = 81, + [95] = 81, + [96] = 79, + [97] = 81, + [98] = 77, + [99] = 78, + [100] = 79, + [101] = 80, [102] = 102, [103] = 103, [104] = 103, @@ -4068,240 +4068,240 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [125] = 121, [126] = 126, [127] = 127, - [128] = 127, + [128] = 128, [129] = 129, - [130] = 130, - [131] = 131, - [132] = 132, - [133] = 132, + [130] = 129, + [131] = 128, + [132] = 129, + [133] = 128, [134] = 126, - [135] = 126, - [136] = 131, - [137] = 127, - [138] = 131, - [139] = 132, + [135] = 127, + [136] = 127, + [137] = 126, + [138] = 138, + [139] = 139, [140] = 140, [141] = 141, [142] = 142, [143] = 143, - [144] = 144, - [145] = 142, + [144] = 141, + [145] = 145, [146] = 146, [147] = 147, [148] = 148, - [149] = 148, - [150] = 146, + [149] = 149, + [150] = 150, [151] = 151, [152] = 152, - [153] = 146, + [153] = 153, [154] = 154, - [155] = 155, - [156] = 140, + [155] = 148, + [156] = 156, [157] = 157, - [158] = 143, - [159] = 159, - [160] = 160, + [158] = 150, + [159] = 148, + [160] = 156, [161] = 161, - [162] = 159, - [163] = 163, - [164] = 164, - [165] = 165, - [166] = 141, - [167] = 140, - [168] = 154, - [169] = 152, - [170] = 170, - [171] = 171, - [172] = 172, - [173] = 151, - [174] = 142, - [175] = 155, - [176] = 155, - [177] = 159, - [178] = 178, - [179] = 148, + [162] = 162, + [163] = 146, + [164] = 149, + [165] = 145, + [166] = 143, + [167] = 167, + [168] = 168, + [169] = 147, + [170] = 151, + [171] = 152, + [172] = 161, + [173] = 142, + [174] = 174, + [175] = 175, + [176] = 162, + [177] = 140, + [178] = 167, + [179] = 174, [180] = 180, - [181] = 143, - [182] = 144, - [183] = 157, - [184] = 178, - [185] = 185, - [186] = 171, - [187] = 147, - [188] = 160, - [189] = 161, - [190] = 163, - [191] = 164, - [192] = 147, - [193] = 165, + [181] = 180, + [182] = 182, + [183] = 175, + [184] = 184, + [185] = 140, + [186] = 153, + [187] = 184, + [188] = 140, + [189] = 175, + [190] = 174, + [191] = 180, + [192] = 182, + [193] = 154, [194] = 148, - [195] = 185, - [196] = 146, - [197] = 159, - [198] = 148, - [199] = 155, - [200] = 144, - [201] = 178, - [202] = 146, - [203] = 155, - [204] = 180, - [205] = 147, - [206] = 171, - [207] = 172, - [208] = 144, - [209] = 180, - [210] = 185, - [211] = 170, - [212] = 143, - [213] = 141, - [214] = 178, - [215] = 178, - [216] = 147, - [217] = 144, - [218] = 143, - [219] = 140, - [220] = 154, - [221] = 152, - [222] = 151, - [223] = 171, - [224] = 159, - [225] = 142, - [226] = 185, - [227] = 157, - [228] = 160, - [229] = 178, - [230] = 180, - [231] = 161, - [232] = 171, - [233] = 163, - [234] = 140, - [235] = 154, - [236] = 180, - [237] = 165, - [238] = 164, - [239] = 165, - [240] = 171, - [241] = 172, - [242] = 152, - [243] = 170, + [195] = 153, + [196] = 154, + [197] = 157, + [198] = 156, + [199] = 184, + [200] = 142, + [201] = 167, + [202] = 150, + [203] = 141, + [204] = 148, + [205] = 141, + [206] = 149, + [207] = 157, + [208] = 146, + [209] = 141, + [210] = 150, + [211] = 184, + [212] = 142, + [213] = 156, + [214] = 142, + [215] = 141, + [216] = 149, + [217] = 150, + [218] = 146, + [219] = 156, + [220] = 146, + [221] = 184, + [222] = 147, + [223] = 145, + [224] = 149, + [225] = 184, + [226] = 182, + [227] = 143, + [228] = 168, + [229] = 145, + [230] = 151, + [231] = 157, + [232] = 143, + [233] = 154, + [234] = 142, + [235] = 153, + [236] = 168, + [237] = 157, + [238] = 154, + [239] = 162, + [240] = 153, + [241] = 147, + [242] = 182, + [243] = 168, [244] = 151, - [245] = 170, - [246] = 142, - [247] = 164, - [248] = 141, - [249] = 147, - [250] = 172, - [251] = 163, - [252] = 161, - [253] = 160, - [254] = 157, - [255] = 144, - [256] = 157, - [257] = 159, - [258] = 151, - [259] = 154, - [260] = 141, - [261] = 146, - [262] = 170, - [263] = 172, - [264] = 148, - [265] = 160, - [266] = 161, - [267] = 163, - [268] = 164, - [269] = 165, - [270] = 143, - [271] = 152, - [272] = 155, - [273] = 185, - [274] = 172, - [275] = 170, - [276] = 141, - [277] = 165, - [278] = 185, - [279] = 164, - [280] = 140, - [281] = 163, + [245] = 161, + [246] = 152, + [247] = 157, + [248] = 180, + [249] = 140, + [250] = 182, + [251] = 154, + [252] = 153, + [253] = 175, + [254] = 174, + [255] = 145, + [256] = 143, + [257] = 167, + [258] = 162, + [259] = 180, + [260] = 149, + [261] = 161, + [262] = 140, + [263] = 152, + [264] = 175, + [265] = 150, + [266] = 151, + [267] = 156, + [268] = 147, + [269] = 146, + [270] = 182, + [271] = 180, + [272] = 174, + [273] = 175, + [274] = 174, + [275] = 168, + [276] = 145, + [277] = 143, + [278] = 168, + [279] = 147, + [280] = 151, + [281] = 152, [282] = 161, - [283] = 160, - [284] = 157, - [285] = 142, - [286] = 151, - [287] = 152, - [288] = 154, + [283] = 162, + [284] = 167, + [285] = 167, + [286] = 162, + [287] = 161, + [288] = 152, [289] = 289, - [290] = 290, + [290] = 289, [291] = 291, - [292] = 290, - [293] = 291, - [294] = 290, - [295] = 290, - [296] = 290, - [297] = 290, - [298] = 291, - [299] = 299, - [300] = 290, - [301] = 290, - [302] = 291, - [303] = 303, - [304] = 291, - [305] = 289, - [306] = 290, - [307] = 289, - [308] = 291, - [309] = 291, - [310] = 291, - [311] = 291, - [312] = 312, - [313] = 313, + [292] = 292, + [293] = 293, + [294] = 293, + [295] = 295, + [296] = 296, + [297] = 292, + [298] = 292, + [299] = 293, + [300] = 292, + [301] = 292, + [302] = 289, + [303] = 293, + [304] = 293, + [305] = 293, + [306] = 306, + [307] = 292, + [308] = 292, + [309] = 293, + [310] = 293, + [311] = 292, + [312] = 293, + [313] = 292, [314] = 314, - [315] = 314, - [316] = 316, + [315] = 315, + [316] = 315, [317] = 317, - [318] = 314, - [319] = 319, - [320] = 314, - [321] = 314, - [322] = 314, - [323] = 316, - [324] = 314, - [325] = 316, - [326] = 316, - [327] = 314, - [328] = 316, - [329] = 316, - [330] = 316, - [331] = 316, - [332] = 314, - [333] = 316, + [318] = 317, + [319] = 315, + [320] = 317, + [321] = 315, + [322] = 317, + [323] = 317, + [324] = 317, + [325] = 315, + [326] = 315, + [327] = 317, + [328] = 315, + [329] = 315, + [330] = 330, + [331] = 317, + [332] = 317, + [333] = 315, [334] = 334, [335] = 335, - [336] = 312, - [337] = 319, - [338] = 317, - [339] = 339, - [340] = 317, - [341] = 299, - [342] = 319, - [343] = 319, - [344] = 317, + [336] = 330, + [337] = 296, + [338] = 314, + [339] = 330, + [340] = 340, + [341] = 314, + [342] = 330, + [343] = 314, + [344] = 306, [345] = 345, [346] = 346, - [347] = 334, - [348] = 348, + [347] = 347, + [348] = 335, [349] = 349, [350] = 350, - [351] = 351, - [352] = 335, + [351] = 347, + [352] = 352, [353] = 353, - [354] = 354, + [354] = 347, [355] = 355, [356] = 356, [357] = 357, [358] = 358, - [359] = 334, + [359] = 359, [360] = 360, - [361] = 361, + [361] = 347, [362] = 362, [363] = 363, [364] = 364, @@ -4309,98 +4309,98 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [366] = 366, [367] = 367, [368] = 368, - [369] = 363, - [370] = 370, + [369] = 369, + [370] = 335, [371] = 371, [372] = 372, [373] = 373, - [374] = 374, - [375] = 363, + [374] = 347, + [375] = 375, [376] = 376, - [377] = 335, - [378] = 363, - [379] = 379, + [377] = 377, + [378] = 378, + [379] = 347, [380] = 380, - [381] = 335, + [381] = 381, [382] = 382, [383] = 383, - [384] = 363, - [385] = 385, - [386] = 386, + [384] = 347, + [385] = 347, + [386] = 334, [387] = 387, [388] = 388, [389] = 389, - [390] = 390, + [390] = 347, [391] = 391, [392] = 392, [393] = 393, - [394] = 394, - [395] = 334, - [396] = 396, + [394] = 347, + [395] = 395, + [396] = 334, [397] = 397, [398] = 398, [399] = 399, [400] = 400, - [401] = 363, + [401] = 401, [402] = 402, [403] = 403, - [404] = 363, + [404] = 347, [405] = 405, [406] = 406, - [407] = 363, + [407] = 407, [408] = 408, [409] = 409, - [410] = 363, + [410] = 410, [411] = 411, - [412] = 363, + [412] = 412, [413] = 413, [414] = 414, [415] = 415, [416] = 416, [417] = 417, [418] = 418, - [419] = 363, + [419] = 419, [420] = 420, [421] = 421, [422] = 422, [423] = 423, - [424] = 424, + [424] = 347, [425] = 425, - [426] = 426, + [426] = 335, [427] = 427, [428] = 428, [429] = 429, - [430] = 363, + [430] = 430, [431] = 431, [432] = 432, [433] = 433, [434] = 434, - [435] = 363, + [435] = 435, [436] = 436, [437] = 437, [438] = 438, [439] = 439, - [440] = 440, - [441] = 441, + [440] = 347, + [441] = 334, [442] = 442, - [443] = 363, + [443] = 443, [444] = 444, [445] = 445, [446] = 446, - [447] = 363, + [447] = 447, [448] = 448, [449] = 449, [450] = 450, [451] = 451, - [452] = 452, + [452] = 347, [453] = 453, [454] = 454, [455] = 455, [456] = 456, [457] = 457, - [458] = 458, + [458] = 347, [459] = 459, - [460] = 363, + [460] = 460, [461] = 461, [462] = 462, [463] = 463, @@ -4408,7 +4408,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [465] = 465, [466] = 466, [467] = 467, - [468] = 468, + [468] = 347, [469] = 469, [470] = 470, [471] = 471, @@ -4431,7 +4431,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [488] = 488, [489] = 489, [490] = 490, - [491] = 312, + [491] = 491, [492] = 492, [493] = 493, [494] = 494, @@ -4444,8 +4444,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [501] = 501, [502] = 502, [503] = 503, - [504] = 504, - [505] = 505, + [504] = 306, + [505] = 296, [506] = 506, [507] = 507, [508] = 508, @@ -4454,7 +4454,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [511] = 511, [512] = 512, [513] = 513, - [514] = 514, + [514] = 340, [515] = 515, [516] = 516, [517] = 517, @@ -4466,561 +4466,561 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [523] = 523, [524] = 524, [525] = 525, - [526] = 299, - [527] = 312, - [528] = 339, + [526] = 526, + [527] = 527, + [528] = 528, [529] = 529, [530] = 530, [531] = 531, [532] = 532, - [533] = 533, + [533] = 340, [534] = 534, [535] = 535, - [536] = 536, + [536] = 296, [537] = 537, [538] = 538, [539] = 539, - [540] = 503, + [540] = 500, [541] = 541, - [542] = 299, - [543] = 339, + [542] = 542, + [543] = 543, [544] = 544, - [545] = 545, - [546] = 339, - [547] = 420, - [548] = 445, - [549] = 437, - [550] = 438, - [551] = 439, - [552] = 386, - [553] = 445, - [554] = 446, - [555] = 388, - [556] = 414, - [557] = 484, - [558] = 483, - [559] = 482, - [560] = 481, - [561] = 480, - [562] = 479, - [563] = 478, - [564] = 477, - [565] = 476, - [566] = 392, - [567] = 475, - [568] = 474, - [569] = 473, - [570] = 472, - [571] = 471, - [572] = 470, - [573] = 469, - [574] = 468, - [575] = 467, - [576] = 345, - [577] = 466, - [578] = 398, - [579] = 399, - [580] = 465, - [581] = 464, - [582] = 463, - [583] = 462, - [584] = 461, - [585] = 585, - [586] = 459, - [587] = 458, - [588] = 457, - [589] = 424, - [590] = 425, - [591] = 428, - [592] = 429, - [593] = 431, - [594] = 432, - [595] = 433, - [596] = 434, - [597] = 423, - [598] = 422, - [599] = 389, - [600] = 400, - [601] = 417, - [602] = 416, - [603] = 415, - [604] = 346, - [605] = 413, - [606] = 456, - [607] = 405, - [608] = 411, - [609] = 409, - [610] = 380, - [611] = 455, - [612] = 454, - [613] = 408, - [614] = 453, - [615] = 452, - [616] = 406, - [617] = 403, - [618] = 402, - [619] = 397, - [620] = 394, - [621] = 393, + [545] = 306, + [546] = 340, + [547] = 439, + [548] = 363, + [549] = 356, + [550] = 355, + [551] = 353, + [552] = 352, + [553] = 350, + [554] = 454, + [555] = 349, + [556] = 395, + [557] = 393, + [558] = 391, + [559] = 389, + [560] = 388, + [561] = 383, + [562] = 382, + [563] = 381, + [564] = 380, + [565] = 373, + [566] = 454, + [567] = 366, + [568] = 442, + [569] = 364, + [570] = 445, + [571] = 362, + [572] = 360, + [573] = 358, + [574] = 357, + [575] = 375, + [576] = 446, + [577] = 401, + [578] = 461, + [579] = 462, + [580] = 435, + [581] = 477, + [582] = 480, + [583] = 465, + [584] = 465, + [585] = 480, + [586] = 477, + [587] = 435, + [588] = 438, + [589] = 419, + [590] = 369, + [591] = 401, + [592] = 446, + [593] = 375, + [594] = 357, + [595] = 358, + [596] = 365, + [597] = 367, + [598] = 360, + [599] = 368, + [600] = 464, + [601] = 447, + [602] = 371, + [603] = 376, + [604] = 377, + [605] = 378, + [606] = 387, + [607] = 467, + [608] = 447, + [609] = 434, + [610] = 397, + [611] = 362, + [612] = 364, + [613] = 372, + [614] = 366, + [615] = 373, + [616] = 380, + [617] = 381, + [618] = 382, + [619] = 383, + [620] = 388, + [621] = 389, [622] = 391, - [623] = 390, - [624] = 420, - [625] = 450, - [626] = 387, - [627] = 383, - [628] = 382, - [629] = 376, - [630] = 374, - [631] = 451, - [632] = 373, - [633] = 372, - [634] = 371, - [635] = 385, - [636] = 368, - [637] = 367, - [638] = 365, - [639] = 364, - [640] = 361, - [641] = 356, - [642] = 379, - [643] = 354, - [644] = 353, - [645] = 357, - [646] = 351, - [647] = 350, - [648] = 358, - [649] = 355, - [650] = 349, - [651] = 348, - [652] = 449, - [653] = 345, - [654] = 426, - [655] = 427, - [656] = 370, - [657] = 444, - [658] = 442, - [659] = 396, - [660] = 360, - [661] = 357, - [662] = 358, - [663] = 355, - [664] = 360, - [665] = 362, - [666] = 451, - [667] = 366, - [668] = 450, - [669] = 370, - [670] = 452, - [671] = 362, - [672] = 453, - [673] = 454, - [674] = 455, - [675] = 396, - [676] = 366, - [677] = 379, - [678] = 380, - [679] = 385, - [680] = 386, - [681] = 388, - [682] = 456, - [683] = 421, - [684] = 389, - [685] = 392, - [686] = 448, - [687] = 398, - [688] = 399, - [689] = 400, - [690] = 405, - [691] = 457, - [692] = 345, - [693] = 458, - [694] = 459, - [695] = 461, - [696] = 462, - [697] = 463, - [698] = 436, - [699] = 418, - [700] = 464, - [701] = 465, - [702] = 466, - [703] = 467, - [704] = 468, - [705] = 469, - [706] = 470, - [707] = 471, - [708] = 472, - [709] = 473, - [710] = 474, - [711] = 421, - [712] = 475, - [713] = 476, - [714] = 477, - [715] = 478, - [716] = 396, - [717] = 426, - [718] = 427, - [719] = 444, - [720] = 479, - [721] = 442, - [722] = 480, - [723] = 481, - [724] = 482, - [725] = 483, - [726] = 484, - [727] = 414, - [728] = 446, - [729] = 445, - [730] = 439, - [731] = 438, - [732] = 399, - [733] = 440, - [734] = 441, - [735] = 398, - [736] = 418, - [737] = 437, - [738] = 436, - [739] = 434, - [740] = 433, - [741] = 357, - [742] = 432, - [743] = 431, - [744] = 358, - [745] = 429, - [746] = 428, - [747] = 425, - [748] = 424, - [749] = 392, - [750] = 355, - [751] = 389, - [752] = 388, - [753] = 386, - [754] = 385, - [755] = 423, - [756] = 366, - [757] = 418, - [758] = 442, - [759] = 444, - [760] = 422, - [761] = 441, - [762] = 440, - [763] = 440, - [764] = 441, - [765] = 417, - [766] = 416, - [767] = 415, - [768] = 346, - [769] = 413, - [770] = 411, - [771] = 409, - [772] = 408, - [773] = 406, - [774] = 403, - [775] = 402, - [776] = 397, - [777] = 370, - [778] = 585, - [779] = 394, - [780] = 393, - [781] = 448, - [782] = 380, - [783] = 379, - [784] = 420, - [785] = 450, - [786] = 451, - [787] = 448, - [788] = 391, - [789] = 390, - [790] = 387, - [791] = 383, - [792] = 382, - [793] = 376, - [794] = 374, - [795] = 373, - [796] = 372, - [797] = 371, - [798] = 360, - [799] = 368, - [800] = 367, - [801] = 365, - [802] = 452, - [803] = 453, - [804] = 364, - [805] = 361, - [806] = 454, - [807] = 455, - [808] = 362, - [809] = 356, - [810] = 354, - [811] = 456, - [812] = 427, - [813] = 426, - [814] = 457, - [815] = 458, - [816] = 396, - [817] = 353, - [818] = 351, - [819] = 459, - [820] = 461, - [821] = 462, - [822] = 350, - [823] = 463, - [824] = 464, - [825] = 465, - [826] = 466, - [827] = 467, - [828] = 468, - [829] = 469, - [830] = 470, - [831] = 471, - [832] = 472, - [833] = 473, - [834] = 449, - [835] = 348, - [836] = 349, - [837] = 350, - [838] = 351, - [839] = 353, - [840] = 354, - [841] = 356, - [842] = 361, - [843] = 364, - [844] = 365, - [845] = 474, - [846] = 367, - [847] = 368, - [848] = 371, - [849] = 372, - [850] = 373, - [851] = 374, - [852] = 475, - [853] = 376, - [854] = 421, - [855] = 476, - [856] = 477, - [857] = 382, - [858] = 349, - [859] = 383, - [860] = 387, - [861] = 348, - [862] = 478, - [863] = 479, - [864] = 480, - [865] = 390, - [866] = 391, - [867] = 393, - [868] = 481, - [869] = 394, - [870] = 397, - [871] = 482, - [872] = 402, - [873] = 483, - [874] = 403, - [875] = 406, - [876] = 484, - [877] = 408, - [878] = 409, + [623] = 393, + [624] = 395, + [625] = 349, + [626] = 350, + [627] = 352, + [628] = 417, + [629] = 436, + [630] = 353, + [631] = 355, + [632] = 356, + [633] = 433, + [634] = 363, + [635] = 392, + [636] = 399, + [637] = 365, + [638] = 367, + [639] = 368, + [640] = 371, + [641] = 376, + [642] = 377, + [643] = 378, + [644] = 387, + [645] = 397, + [646] = 406, + [647] = 408, + [648] = 411, + [649] = 406, + [650] = 408, + [651] = 411, + [652] = 445, + [653] = 413, + [654] = 442, + [655] = 436, + [656] = 359, + [657] = 413, + [658] = 422, + [659] = 423, + [660] = 428, + [661] = 359, + [662] = 422, + [663] = 423, + [664] = 428, + [665] = 400, + [666] = 407, + [667] = 437, + [668] = 439, + [669] = 444, + [670] = 345, + [671] = 346, + [672] = 449, + [673] = 453, + [674] = 456, + [675] = 434, + [676] = 459, + [677] = 470, + [678] = 471, + [679] = 472, + [680] = 473, + [681] = 475, + [682] = 476, + [683] = 478, + [684] = 481, + [685] = 482, + [686] = 483, + [687] = 484, + [688] = 479, + [689] = 474, + [690] = 429, + [691] = 430, + [692] = 463, + [693] = 469, + [694] = 466, + [695] = 460, + [696] = 457, + [697] = 455, + [698] = 451, + [699] = 450, + [700] = 432, + [701] = 431, + [702] = 437, + [703] = 427, + [704] = 425, + [705] = 421, + [706] = 443, + [707] = 418, + [708] = 416, + [709] = 415, + [710] = 414, + [711] = 444, + [712] = 410, + [713] = 433, + [714] = 345, + [715] = 346, + [716] = 449, + [717] = 453, + [718] = 456, + [719] = 459, + [720] = 470, + [721] = 471, + [722] = 472, + [723] = 473, + [724] = 475, + [725] = 448, + [726] = 476, + [727] = 478, + [728] = 728, + [729] = 481, + [730] = 482, + [731] = 483, + [732] = 484, + [733] = 467, + [734] = 464, + [735] = 479, + [736] = 462, + [737] = 461, + [738] = 454, + [739] = 474, + [740] = 447, + [741] = 464, + [742] = 469, + [743] = 445, + [744] = 442, + [745] = 466, + [746] = 436, + [747] = 460, + [748] = 457, + [749] = 434, + [750] = 433, + [751] = 455, + [752] = 467, + [753] = 451, + [754] = 450, + [755] = 432, + [756] = 431, + [757] = 448, + [758] = 427, + [759] = 425, + [760] = 421, + [761] = 418, + [762] = 416, + [763] = 420, + [764] = 415, + [765] = 414, + [766] = 410, + [767] = 430, + [768] = 429, + [769] = 420, + [770] = 438, + [771] = 419, + [772] = 369, + [773] = 417, + [774] = 412, + [775] = 409, + [776] = 405, + [777] = 403, + [778] = 402, + [779] = 398, + [780] = 410, + [781] = 414, + [782] = 415, + [783] = 416, + [784] = 418, + [785] = 421, + [786] = 425, + [787] = 427, + [788] = 431, + [789] = 432, + [790] = 420, + [791] = 450, + [792] = 451, + [793] = 455, + [794] = 457, + [795] = 460, + [796] = 466, + [797] = 469, + [798] = 474, + [799] = 479, + [800] = 484, + [801] = 483, + [802] = 482, + [803] = 481, + [804] = 478, + [805] = 476, + [806] = 475, + [807] = 473, + [808] = 472, + [809] = 471, + [810] = 470, + [811] = 459, + [812] = 456, + [813] = 412, + [814] = 453, + [815] = 449, + [816] = 346, + [817] = 345, + [818] = 444, + [819] = 409, + [820] = 439, + [821] = 437, + [822] = 398, + [823] = 428, + [824] = 461, + [825] = 405, + [826] = 423, + [827] = 422, + [828] = 359, + [829] = 403, + [830] = 402, + [831] = 413, + [832] = 411, + [833] = 408, + [834] = 406, + [835] = 397, + [836] = 387, + [837] = 378, + [838] = 377, + [839] = 376, + [840] = 371, + [841] = 368, + [842] = 367, + [843] = 365, + [844] = 363, + [845] = 356, + [846] = 355, + [847] = 353, + [848] = 352, + [849] = 350, + [850] = 349, + [851] = 395, + [852] = 462, + [853] = 393, + [854] = 443, + [855] = 391, + [856] = 389, + [857] = 388, + [858] = 383, + [859] = 382, + [860] = 381, + [861] = 380, + [862] = 373, + [863] = 366, + [864] = 364, + [865] = 362, + [866] = 360, + [867] = 358, + [868] = 357, + [869] = 372, + [870] = 375, + [871] = 446, + [872] = 401, + [873] = 435, + [874] = 477, + [875] = 480, + [876] = 465, + [877] = 412, + [878] = 398, [879] = 121, - [880] = 411, - [881] = 413, - [882] = 346, - [883] = 415, - [884] = 416, - [885] = 417, - [886] = 422, - [887] = 423, - [888] = 400, - [889] = 424, - [890] = 425, - [891] = 428, - [892] = 405, - [893] = 429, - [894] = 431, - [895] = 414, - [896] = 432, - [897] = 449, - [898] = 433, - [899] = 434, - [900] = 446, - [901] = 436, - [902] = 437, - [903] = 438, - [904] = 439, - [905] = 509, - [906] = 495, - [907] = 525, - [908] = 524, - [909] = 508, - [910] = 523, - [911] = 507, - [912] = 518, - [913] = 522, - [914] = 485, - [915] = 506, - [916] = 524, - [917] = 489, - [918] = 530, - [919] = 541, - [920] = 505, - [921] = 532, - [922] = 534, - [923] = 486, - [924] = 520, - [925] = 535, - [926] = 519, - [927] = 533, - [928] = 541, - [929] = 537, - [930] = 538, - [931] = 532, - [932] = 485, - [933] = 518, - [934] = 545, - [935] = 505, - [936] = 490, - [937] = 493, - [938] = 544, - [939] = 541, - [940] = 539, - [941] = 538, - [942] = 537, - [943] = 536, - [944] = 535, - [945] = 486, - [946] = 534, - [947] = 529, - [948] = 507, - [949] = 494, - [950] = 496, - [951] = 486, - [952] = 501, - [953] = 538, - [954] = 504, - [955] = 502, - [956] = 537, - [957] = 517, - [958] = 533, - [959] = 532, - [960] = 536, - [961] = 500, - [962] = 502, - [963] = 536, - [964] = 504, - [965] = 544, - [966] = 531, - [967] = 530, - [968] = 539, - [969] = 529, - [970] = 506, - [971] = 501, - [972] = 500, - [973] = 539, - [974] = 508, - [975] = 516, - [976] = 516, - [977] = 531, - [978] = 515, - [979] = 531, - [980] = 499, - [981] = 514, - [982] = 530, - [983] = 525, - [984] = 524, - [985] = 523, - [986] = 522, - [987] = 545, - [988] = 485, - [989] = 513, - [990] = 499, - [991] = 533, - [992] = 512, - [993] = 520, - [994] = 519, - [995] = 518, - [996] = 489, - [997] = 515, - [998] = 514, - [999] = 492, - [1000] = 517, - [1001] = 516, - [1002] = 515, - [1003] = 514, - [1004] = 489, - [1005] = 487, - [1006] = 511, - [1007] = 513, - [1008] = 512, - [1009] = 487, - [1010] = 498, - [1011] = 511, - [1012] = 510, - [1013] = 529, - [1014] = 509, - [1015] = 498, - [1016] = 510, - [1017] = 511, - [1018] = 497, - [1019] = 490, - [1020] = 496, - [1021] = 495, - [1022] = 488, - [1023] = 487, - [1024] = 494, - [1025] = 488, - [1026] = 492, - [1027] = 493, - [1028] = 544, - [1029] = 510, - [1030] = 534, - [1031] = 513, - [1032] = 512, - [1033] = 509, - [1034] = 517, - [1035] = 497, - [1036] = 535, - [1037] = 519, - [1038] = 520, - [1039] = 508, - [1040] = 507, - [1041] = 506, - [1042] = 490, - [1043] = 488, - [1044] = 492, - [1045] = 493, - [1046] = 505, - [1047] = 504, - [1048] = 502, - [1049] = 501, - [1050] = 500, - [1051] = 499, - [1052] = 498, - [1053] = 497, - [1054] = 496, - [1055] = 495, - [1056] = 494, - [1057] = 522, + [880] = 438, + [881] = 419, + [882] = 369, + [883] = 392, + [884] = 399, + [885] = 409, + [886] = 417, + [887] = 372, + [888] = 405, + [889] = 403, + [890] = 402, + [891] = 463, + [892] = 392, + [893] = 399, + [894] = 443, + [895] = 463, + [896] = 400, + [897] = 407, + [898] = 448, + [899] = 429, + [900] = 430, + [901] = 463, + [902] = 407, + [903] = 728, + [904] = 400, + [905] = 507, + [906] = 496, + [907] = 534, + [908] = 515, + [909] = 522, + [910] = 541, + [911] = 525, + [912] = 528, + [913] = 508, + [914] = 537, + [915] = 497, + [916] = 509, + [917] = 502, + [918] = 542, + [919] = 501, + [920] = 528, + [921] = 512, + [922] = 544, + [923] = 527, + [924] = 526, + [925] = 525, + [926] = 543, + [927] = 524, + [928] = 498, + [929] = 535, + [930] = 497, + [931] = 513, + [932] = 539, + [933] = 515, + [934] = 541, + [935] = 493, + [936] = 538, + [937] = 541, + [938] = 522, + [939] = 518, + [940] = 526, + [941] = 529, + [942] = 525, + [943] = 523, + [944] = 521, + [945] = 518, + [946] = 520, + [947] = 519, + [948] = 515, + [949] = 502, + [950] = 513, + [951] = 512, + [952] = 508, + [953] = 522, + [954] = 516, + [955] = 517, + [956] = 511, + [957] = 494, + [958] = 492, + [959] = 489, + [960] = 488, + [961] = 491, + [962] = 528, + [963] = 485, + [964] = 486, + [965] = 487, + [966] = 490, + [967] = 511, + [968] = 544, + [969] = 543, + [970] = 502, + [971] = 519, + [972] = 520, + [973] = 493, + [974] = 501, + [975] = 498, + [976] = 542, + [977] = 539, + [978] = 538, + [979] = 537, + [980] = 497, + [981] = 493, + [982] = 490, + [983] = 501, + [984] = 532, + [985] = 531, + [986] = 530, + [987] = 534, + [988] = 544, + [989] = 492, + [990] = 521, + [991] = 491, + [992] = 543, + [993] = 490, + [994] = 517, + [995] = 513, + [996] = 518, + [997] = 516, + [998] = 535, + [999] = 524, + [1000] = 487, + [1001] = 486, + [1002] = 485, + [1003] = 488, + [1004] = 542, + [1005] = 539, + [1006] = 489, + [1007] = 538, + [1008] = 537, + [1009] = 509, + [1010] = 523, + [1011] = 494, + [1012] = 507, + [1013] = 510, + [1014] = 506, + [1015] = 495, + [1016] = 526, + [1017] = 527, + [1018] = 529, + [1019] = 487, + [1020] = 530, + [1021] = 531, + [1022] = 496, + [1023] = 499, + [1024] = 532, + [1025] = 534, + [1026] = 506, + [1027] = 498, + [1028] = 499, + [1029] = 496, + [1030] = 492, + [1031] = 535, + [1032] = 524, + [1033] = 491, + [1034] = 506, + [1035] = 507, + [1036] = 527, + [1037] = 508, + [1038] = 510, + [1039] = 509, + [1040] = 512, + [1041] = 495, + [1042] = 516, + [1043] = 517, + [1044] = 494, + [1045] = 489, + [1046] = 519, + [1047] = 520, + [1048] = 521, + [1049] = 532, + [1050] = 531, + [1051] = 530, + [1052] = 488, + [1053] = 529, + [1054] = 485, + [1055] = 499, + [1056] = 510, + [1057] = 486, [1058] = 523, - [1059] = 545, - [1060] = 525, + [1059] = 511, + [1060] = 495, [1061] = 1061, [1062] = 1062, - [1063] = 1061, + [1063] = 1062, [1064] = 1064, [1065] = 1061, [1066] = 1064, [1067] = 1061, [1068] = 1062, [1069] = 1061, - [1070] = 1064, - [1071] = 1062, - [1072] = 121, - [1073] = 1064, - [1074] = 1061, - [1075] = 1064, - [1076] = 1062, - [1077] = 1062, - [1078] = 1064, + [1070] = 1062, + [1071] = 1064, + [1072] = 1064, + [1073] = 1062, + [1074] = 121, + [1075] = 121, + [1076] = 1061, + [1077] = 1064, + [1078] = 1061, [1079] = 1062, - [1080] = 121, + [1080] = 1064, [1081] = 121, [1082] = 1082, [1083] = 1082, @@ -5042,321 +5042,321 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1099] = 1098, [1100] = 1100, [1101] = 1101, - [1102] = 319, + [1102] = 1102, [1103] = 1103, - [1104] = 1104, - [1105] = 1104, - [1106] = 1106, + [1104] = 1101, + [1105] = 1105, + [1106] = 330, [1107] = 1107, - [1108] = 1106, - [1109] = 317, - [1110] = 1110, - [1111] = 1111, + [1108] = 1108, + [1109] = 1109, + [1110] = 1109, + [1111] = 1103, [1112] = 1112, [1113] = 1113, - [1114] = 1114, + [1114] = 314, [1115] = 1115, - [1116] = 1110, - [1117] = 1112, + [1116] = 1116, + [1117] = 1116, [1118] = 1118, - [1119] = 1119, - [1120] = 1119, - [1121] = 1118, + [1119] = 1118, + [1120] = 1120, + [1121] = 1120, [1122] = 1122, - [1123] = 1118, - [1124] = 1118, + [1123] = 1120, + [1124] = 1120, [1125] = 1118, - [1126] = 1119, - [1127] = 1119, - [1128] = 1119, + [1126] = 1120, + [1127] = 1118, + [1128] = 1118, [1129] = 1118, - [1130] = 1118, - [1131] = 1131, - [1132] = 1119, - [1133] = 1119, + [1130] = 1120, + [1131] = 1120, + [1132] = 1120, + [1133] = 1118, [1134] = 1118, - [1135] = 1119, - [1136] = 1118, - [1137] = 1119, + [1135] = 1135, + [1136] = 1120, + [1137] = 1118, [1138] = 1138, - [1139] = 339, - [1140] = 1138, - [1141] = 1138, - [1142] = 1142, - [1143] = 1138, - [1144] = 1138, - [1145] = 1138, - [1146] = 312, - [1147] = 299, - [1148] = 438, - [1149] = 360, - [1150] = 389, - [1151] = 436, - [1152] = 1152, - [1153] = 400, - [1154] = 437, - [1155] = 1155, - [1156] = 376, - [1157] = 429, - [1158] = 439, - [1159] = 1152, - [1160] = 374, - [1161] = 1155, - [1162] = 373, - [1163] = 405, - [1164] = 445, - [1165] = 386, - [1166] = 345, - [1167] = 418, - [1168] = 428, - [1169] = 446, - [1170] = 414, - [1171] = 484, - [1172] = 483, - [1173] = 482, - [1174] = 1152, - [1175] = 481, - [1176] = 372, - [1177] = 371, - [1178] = 1155, - [1179] = 399, - [1180] = 425, - [1181] = 388, - [1182] = 480, - [1183] = 398, - [1184] = 370, - [1185] = 368, - [1186] = 367, - [1187] = 444, - [1188] = 365, - [1189] = 1152, - [1190] = 1152, - [1191] = 364, - [1192] = 424, - [1193] = 361, - [1194] = 356, - [1195] = 354, - [1196] = 442, - [1197] = 353, - [1198] = 362, - [1199] = 1152, - [1200] = 470, - [1201] = 351, - [1202] = 1155, - [1203] = 423, - [1204] = 350, - [1205] = 469, - [1206] = 349, - [1207] = 434, - [1208] = 348, - [1209] = 449, - [1210] = 1097, - [1211] = 468, - [1212] = 382, - [1213] = 1155, - [1214] = 421, - [1215] = 422, - [1216] = 448, - [1217] = 420, - [1218] = 417, - [1219] = 479, - [1220] = 478, - [1221] = 383, - [1222] = 385, - [1223] = 450, - [1224] = 467, - [1225] = 355, - [1226] = 1096, - [1227] = 416, - [1228] = 415, - [1229] = 346, - [1230] = 413, - [1231] = 466, - [1232] = 477, - [1233] = 476, - [1234] = 411, - [1235] = 475, - [1236] = 474, - [1237] = 473, - [1238] = 387, - [1239] = 409, - [1240] = 390, - [1241] = 379, - [1242] = 472, - [1243] = 408, - [1244] = 391, - [1245] = 380, - [1246] = 465, - [1247] = 358, - [1248] = 406, - [1249] = 440, - [1250] = 464, - [1251] = 441, - [1252] = 1100, - [1253] = 1155, - [1254] = 463, - [1255] = 451, - [1256] = 366, - [1257] = 462, - [1258] = 403, - [1259] = 431, - [1260] = 357, - [1261] = 402, - [1262] = 433, - [1263] = 461, - [1264] = 452, - [1265] = 432, - [1266] = 397, - [1267] = 459, - [1268] = 426, - [1269] = 458, - [1270] = 457, - [1271] = 394, - [1272] = 453, - [1273] = 392, - [1274] = 427, - [1275] = 393, - [1276] = 456, - [1277] = 471, - [1278] = 455, - [1279] = 454, + [1139] = 296, + [1140] = 1140, + [1141] = 306, + [1142] = 340, + [1143] = 1140, + [1144] = 1140, + [1145] = 1140, + [1146] = 1140, + [1147] = 1140, + [1148] = 358, + [1149] = 382, + [1150] = 1150, + [1151] = 393, + [1152] = 401, + [1153] = 368, + [1154] = 371, + [1155] = 435, + [1156] = 477, + [1157] = 480, + [1158] = 465, + [1159] = 1097, + [1160] = 438, + [1161] = 400, + [1162] = 419, + [1163] = 1163, + [1164] = 369, + [1165] = 372, + [1166] = 402, + [1167] = 403, + [1168] = 405, + [1169] = 398, + [1170] = 409, + [1171] = 412, + [1172] = 376, + [1173] = 377, + [1174] = 378, + [1175] = 387, + [1176] = 397, + [1177] = 406, + [1178] = 408, + [1179] = 407, + [1180] = 411, + [1181] = 413, + [1182] = 359, + [1183] = 395, + [1184] = 432, + [1185] = 430, + [1186] = 422, + [1187] = 423, + [1188] = 428, + [1189] = 446, + [1190] = 375, + [1191] = 1163, + [1192] = 357, + [1193] = 450, + [1194] = 391, + [1195] = 360, + [1196] = 362, + [1197] = 429, + [1198] = 1150, + [1199] = 364, + [1200] = 366, + [1201] = 1163, + [1202] = 349, + [1203] = 420, + [1204] = 431, + [1205] = 417, + [1206] = 1150, + [1207] = 427, + [1208] = 373, + [1209] = 437, + [1210] = 439, + [1211] = 444, + [1212] = 433, + [1213] = 434, + [1214] = 1163, + [1215] = 436, + [1216] = 442, + [1217] = 380, + [1218] = 381, + [1219] = 392, + [1220] = 345, + [1221] = 464, + [1222] = 346, + [1223] = 383, + [1224] = 449, + [1225] = 425, + [1226] = 1150, + [1227] = 467, + [1228] = 453, + [1229] = 1100, + [1230] = 399, + [1231] = 421, + [1232] = 445, + [1233] = 447, + [1234] = 1096, + [1235] = 456, + [1236] = 459, + [1237] = 454, + [1238] = 1150, + [1239] = 1150, + [1240] = 388, + [1241] = 470, + [1242] = 471, + [1243] = 472, + [1244] = 473, + [1245] = 1163, + [1246] = 475, + [1247] = 367, + [1248] = 365, + [1249] = 1163, + [1250] = 461, + [1251] = 462, + [1252] = 389, + [1253] = 476, + [1254] = 478, + [1255] = 481, + [1256] = 482, + [1257] = 363, + [1258] = 483, + [1259] = 484, + [1260] = 479, + [1261] = 474, + [1262] = 469, + [1263] = 451, + [1264] = 455, + [1265] = 356, + [1266] = 457, + [1267] = 410, + [1268] = 414, + [1269] = 355, + [1270] = 448, + [1271] = 353, + [1272] = 415, + [1273] = 352, + [1274] = 443, + [1275] = 416, + [1276] = 460, + [1277] = 466, + [1278] = 350, + [1279] = 418, [1280] = 1280, [1281] = 1281, [1282] = 1282, [1283] = 1281, - [1284] = 1282, + [1284] = 1281, [1285] = 1281, [1286] = 1281, [1287] = 1281, - [1288] = 1281, + [1288] = 1282, [1289] = 1282, - [1290] = 1281, + [1290] = 1282, [1291] = 1281, - [1292] = 1282, - [1293] = 1281, - [1294] = 1282, + [1292] = 1281, + [1293] = 1282, + [1294] = 1281, [1295] = 1295, [1296] = 1296, [1297] = 1297, [1298] = 1298, [1299] = 1299, - [1300] = 1300, - [1301] = 1296, - [1302] = 1295, - [1303] = 1303, - [1304] = 1296, - [1305] = 1295, - [1306] = 1299, - [1307] = 1307, - [1308] = 1308, - [1309] = 1297, - [1310] = 1299, - [1311] = 1308, - [1312] = 1297, - [1313] = 1299, - [1314] = 1299, - [1315] = 1308, + [1300] = 1296, + [1301] = 1297, + [1302] = 1302, + [1303] = 1297, + [1304] = 1297, + [1305] = 1297, + [1306] = 1306, + [1307] = 1298, + [1308] = 1295, + [1309] = 1296, + [1310] = 1298, + [1311] = 1296, + [1312] = 1312, + [1313] = 1306, + [1314] = 1306, + [1315] = 1298, [1316] = 1296, - [1317] = 1308, - [1318] = 1307, - [1319] = 1295, - [1320] = 1296, + [1317] = 1296, + [1318] = 1297, + [1319] = 1306, + [1320] = 1306, [1321] = 1295, - [1322] = 1299, - [1323] = 1296, - [1324] = 1297, + [1322] = 1297, + [1323] = 1323, + [1324] = 1324, [1325] = 1295, - [1326] = 1297, - [1327] = 1297, - [1328] = 1308, - [1329] = 1296, - [1330] = 1297, - [1331] = 1308, - [1332] = 1308, - [1333] = 1308, + [1326] = 1306, + [1327] = 1298, + [1328] = 1296, + [1329] = 1306, + [1330] = 1296, + [1331] = 1299, + [1332] = 1295, + [1333] = 1295, [1334] = 1296, - [1335] = 1299, - [1336] = 1295, - [1337] = 1299, - [1338] = 1299, - [1339] = 1297, - [1340] = 1296, - [1341] = 1341, - [1342] = 1307, - [1343] = 1308, - [1344] = 1297, + [1335] = 1306, + [1336] = 1298, + [1337] = 1295, + [1338] = 1297, + [1339] = 1306, + [1340] = 1295, + [1341] = 1299, + [1342] = 1297, + [1343] = 1298, + [1344] = 1295, [1345] = 1345, [1346] = 1346, [1347] = 1347, [1348] = 1348, [1349] = 1349, - [1350] = 1348, + [1350] = 1350, [1351] = 1351, - [1352] = 1352, - [1353] = 1345, - [1354] = 1349, + [1352] = 1351, + [1353] = 1351, + [1354] = 1347, [1355] = 1355, - [1356] = 1351, - [1357] = 1355, - [1358] = 1358, - [1359] = 1359, - [1360] = 1347, - [1361] = 1361, - [1362] = 1352, - [1363] = 1347, - [1364] = 1364, - [1365] = 1358, - [1366] = 1351, - [1367] = 1351, - [1368] = 1368, - [1369] = 1361, - [1370] = 1361, - [1371] = 1345, - [1372] = 1347, - [1373] = 1373, - [1374] = 1361, - [1375] = 1358, - [1376] = 1376, - [1377] = 1349, - [1378] = 1355, - [1379] = 1349, - [1380] = 1358, - [1381] = 1351, - [1382] = 1345, - [1383] = 1358, - [1384] = 1361, - [1385] = 1385, - [1386] = 1349, - [1387] = 1345, - [1388] = 1348, - [1389] = 1348, - [1390] = 1352, - [1391] = 1347, - [1392] = 1352, - [1393] = 1376, - [1394] = 1361, - [1395] = 1385, - [1396] = 1361, - [1397] = 1355, - [1398] = 1398, - [1399] = 1352, - [1400] = 1361, - [1401] = 1345, - [1402] = 1348, - [1403] = 1385, - [1404] = 1358, - [1405] = 1349, - [1406] = 1361, - [1407] = 1355, - [1408] = 1364, - [1409] = 1376, - [1410] = 1410, - [1411] = 1364, - [1412] = 1355, - [1413] = 1347, - [1414] = 1348, - [1415] = 1351, - [1416] = 1352, + [1356] = 1350, + [1357] = 1357, + [1358] = 1351, + [1359] = 1351, + [1360] = 1360, + [1361] = 1355, + [1362] = 1362, + [1363] = 1349, + [1364] = 1351, + [1365] = 1365, + [1366] = 1366, + [1367] = 1346, + [1368] = 1357, + [1369] = 1369, + [1370] = 1369, + [1371] = 1348, + [1372] = 1348, + [1373] = 1350, + [1374] = 1365, + [1375] = 1347, + [1376] = 1349, + [1377] = 1347, + [1378] = 1349, + [1379] = 1345, + [1380] = 1347, + [1381] = 1346, + [1382] = 1360, + [1383] = 1346, + [1384] = 1345, + [1385] = 1346, + [1386] = 1386, + [1387] = 1369, + [1388] = 1345, + [1389] = 1389, + [1390] = 1365, + [1391] = 1348, + [1392] = 1350, + [1393] = 1350, + [1394] = 1369, + [1395] = 1348, + [1396] = 1345, + [1397] = 1347, + [1398] = 1349, + [1399] = 1355, + [1400] = 1351, + [1401] = 1401, + [1402] = 1357, + [1403] = 1357, + [1404] = 1351, + [1405] = 1357, + [1406] = 1360, + [1407] = 1351, + [1408] = 1345, + [1409] = 1350, + [1410] = 1369, + [1411] = 1357, + [1412] = 1346, + [1413] = 1413, + [1414] = 1369, + [1415] = 1348, + [1416] = 1349, [1417] = 1417, [1418] = 1418, [1419] = 1419, @@ -5377,53 +5377,53 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1434] = 1434, [1435] = 1435, [1436] = 1436, - [1437] = 1437, - [1438] = 1438, + [1437] = 1417, + [1438] = 1421, [1439] = 1439, - [1440] = 1440, - [1441] = 1441, + [1440] = 1430, + [1441] = 1421, [1442] = 1442, - [1443] = 1442, + [1443] = 1417, [1444] = 1444, - [1445] = 1445, + [1445] = 1421, [1446] = 1446, - [1447] = 1447, + [1447] = 1417, [1448] = 1448, - [1449] = 1444, - [1450] = 1450, - [1451] = 1444, - [1452] = 1452, + [1449] = 1449, + [1450] = 1444, + [1451] = 1425, + [1452] = 1430, [1453] = 1453, - [1454] = 1445, - [1455] = 1437, - [1456] = 1442, - [1457] = 1442, - [1458] = 1458, - [1459] = 1448, - [1460] = 1445, - [1461] = 1461, - [1462] = 1444, - [1463] = 1444, - [1464] = 1437, - [1465] = 1431, - [1466] = 1429, - [1467] = 1442, - [1468] = 1444, - [1469] = 1425, - [1470] = 1453, - [1471] = 1461, - [1472] = 1442, - [1473] = 1444, - [1474] = 1442, - [1475] = 1445, - [1476] = 1437, - [1477] = 1437, - [1478] = 1442, - [1479] = 1445, - [1480] = 1444, - [1481] = 1442, - [1482] = 1448, - [1483] = 1444, + [1454] = 1417, + [1455] = 1430, + [1456] = 1456, + [1457] = 1425, + [1458] = 1446, + [1459] = 1459, + [1460] = 1425, + [1461] = 1456, + [1462] = 1425, + [1463] = 1421, + [1464] = 1430, + [1465] = 1417, + [1466] = 1417, + [1467] = 1467, + [1468] = 1468, + [1469] = 1469, + [1470] = 1425, + [1471] = 1471, + [1472] = 1425, + [1473] = 1422, + [1474] = 1417, + [1475] = 1456, + [1476] = 1471, + [1477] = 1425, + [1478] = 1478, + [1479] = 1425, + [1480] = 1480, + [1481] = 1449, + [1482] = 1417, + [1483] = 1483, [1484] = 1484, [1485] = 1485, [1486] = 1486, @@ -5435,233 +5435,233 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1492] = 1492, [1493] = 1493, [1494] = 1494, - [1495] = 1491, - [1496] = 1496, + [1495] = 1495, + [1496] = 1490, [1497] = 1497, - [1498] = 1490, + [1498] = 1498, [1499] = 1499, [1500] = 1500, [1501] = 1501, [1502] = 1502, - [1503] = 1494, - [1504] = 1504, - [1505] = 1491, + [1503] = 1498, + [1504] = 1484, + [1505] = 1492, [1506] = 1506, - [1507] = 1497, - [1508] = 1490, - [1509] = 1488, - [1510] = 1499, - [1511] = 1500, - [1512] = 1501, - [1513] = 1486, - [1514] = 1493, - [1515] = 1497, - [1516] = 1499, - [1517] = 1517, - [1518] = 1492, - [1519] = 1506, - [1520] = 1520, - [1521] = 1487, - [1522] = 1522, - [1523] = 1486, - [1524] = 1488, - [1525] = 1500, - [1526] = 1517, - [1527] = 1492, - [1528] = 1493, - [1529] = 1529, - [1530] = 1492, - [1531] = 1488, - [1532] = 1486, - [1533] = 1506, - [1534] = 1493, - [1535] = 1484, - [1536] = 1489, - [1537] = 1489, - [1538] = 1538, - [1539] = 1489, + [1507] = 1507, + [1508] = 1484, + [1509] = 1509, + [1510] = 1510, + [1511] = 1509, + [1512] = 1512, + [1513] = 1513, + [1514] = 1507, + [1515] = 1499, + [1516] = 1516, + [1517] = 1510, + [1518] = 1518, + [1519] = 1487, + [1520] = 1488, + [1521] = 1500, + [1522] = 1506, + [1523] = 1513, + [1524] = 1513, + [1525] = 1486, + [1526] = 1509, + [1527] = 1489, + [1528] = 1528, + [1529] = 1488, + [1530] = 1487, + [1531] = 1518, + [1532] = 1532, + [1533] = 1533, + [1534] = 1491, + [1535] = 1535, + [1536] = 1513, + [1537] = 1510, + [1538] = 1528, + [1539] = 1510, [1540] = 1540, - [1541] = 1529, - [1542] = 1542, - [1543] = 1487, - [1544] = 1493, - [1545] = 1522, - [1546] = 1542, - [1547] = 1502, - [1548] = 1502, - [1549] = 1504, - [1550] = 1494, - [1551] = 1529, - [1552] = 1538, - [1553] = 1494, - [1554] = 1487, - [1555] = 1538, - [1556] = 1538, - [1557] = 1493, - [1558] = 1492, - [1559] = 1501, - [1560] = 1500, - [1561] = 1499, - [1562] = 1490, - [1563] = 1497, - [1564] = 1491, - [1565] = 1488, - [1566] = 1486, - [1567] = 1567, - [1568] = 1494, + [1541] = 1509, + [1542] = 1484, + [1543] = 1489, + [1544] = 1513, + [1545] = 1518, + [1546] = 1487, + [1547] = 1488, + [1548] = 1548, + [1549] = 1492, + [1550] = 1492, + [1551] = 1492, + [1552] = 1486, + [1553] = 1490, + [1554] = 1500, + [1555] = 1555, + [1556] = 1494, + [1557] = 1489, + [1558] = 1528, + [1559] = 1488, + [1560] = 1487, + [1561] = 1518, + [1562] = 1513, + [1563] = 1510, + [1564] = 1509, + [1565] = 1506, + [1566] = 1500, + [1567] = 1486, + [1568] = 1484, [1569] = 1506, - [1570] = 1522, - [1571] = 1571, - [1572] = 1572, - [1573] = 1517, - [1574] = 1567, - [1575] = 1575, - [1576] = 1520, - [1577] = 1540, - [1578] = 1540, - [1579] = 1579, - [1580] = 1540, - [1581] = 1538, - [1582] = 1572, - [1583] = 1583, - [1584] = 1506, - [1585] = 1501, - [1586] = 1517, - [1587] = 1520, - [1588] = 1588, - [1589] = 1583, - [1590] = 1489, - [1591] = 1542, - [1592] = 1522, + [1570] = 1528, + [1571] = 1494, + [1572] = 1489, + [1573] = 1486, + [1574] = 1490, + [1575] = 1533, + [1576] = 1490, + [1577] = 1494, + [1578] = 1548, + [1579] = 1512, + [1580] = 1498, + [1581] = 1512, + [1582] = 1500, + [1583] = 1506, + [1584] = 1500, + [1585] = 1528, + [1586] = 1486, + [1587] = 1490, + [1588] = 1489, + [1589] = 1589, + [1590] = 1589, + [1591] = 1493, + [1592] = 1533, [1593] = 1593, - [1594] = 1487, - [1595] = 1595, - [1596] = 1542, - [1597] = 1504, - [1598] = 1502, - [1599] = 1583, - [1600] = 1540, - [1601] = 1572, + [1594] = 1594, + [1595] = 1589, + [1596] = 1589, + [1597] = 1497, + [1598] = 1589, + [1599] = 1489, + [1600] = 1600, + [1601] = 1490, [1602] = 1486, - [1603] = 1488, - [1604] = 1492, - [1605] = 1493, - [1606] = 1502, - [1607] = 1501, - [1608] = 1500, - [1609] = 1486, - [1610] = 1579, - [1611] = 1494, - [1612] = 1517, - [1613] = 1575, - [1614] = 1499, - [1615] = 1490, - [1616] = 1491, - [1617] = 1497, - [1618] = 1540, - [1619] = 1497, - [1620] = 1490, - [1621] = 1499, - [1622] = 1500, - [1623] = 1501, - [1624] = 1488, - [1625] = 1491, - [1626] = 1572, - [1627] = 1572, - [1628] = 1494, - [1629] = 1491, - [1630] = 1484, - [1631] = 1497, - [1632] = 1488, - [1633] = 1571, - [1634] = 1502, - [1635] = 1506, - [1636] = 1542, - [1637] = 1520, - [1638] = 1489, - [1639] = 1487, - [1640] = 1579, - [1641] = 1567, - [1642] = 1492, - [1643] = 1501, - [1644] = 1542, - [1645] = 1522, - [1646] = 1579, - [1647] = 1520, - [1648] = 1487, - [1649] = 1538, - [1650] = 1650, - [1651] = 1572, - [1652] = 1583, - [1653] = 1517, - [1654] = 1496, - [1655] = 1489, - [1656] = 1540, - [1657] = 1506, + [1603] = 1589, + [1604] = 1528, + [1605] = 1497, + [1606] = 1497, + [1607] = 1533, + [1608] = 1484, + [1609] = 1609, + [1610] = 1528, + [1611] = 1611, + [1612] = 1488, + [1613] = 1487, + [1614] = 1518, + [1615] = 1484, + [1616] = 1494, + [1617] = 1512, + [1618] = 1492, + [1619] = 1513, + [1620] = 1589, + [1621] = 1548, + [1622] = 1518, + [1623] = 1510, + [1624] = 1486, + [1625] = 1490, + [1626] = 1494, + [1627] = 1509, + [1628] = 1512, + [1629] = 1506, + [1630] = 1518, + [1631] = 1487, + [1632] = 1502, + [1633] = 1533, + [1634] = 1499, + [1635] = 1611, + [1636] = 1502, + [1637] = 1507, + [1638] = 1499, + [1639] = 1500, + [1640] = 1492, + [1641] = 1611, + [1642] = 1533, + [1643] = 1502, + [1644] = 1484, + [1645] = 1497, + [1646] = 1502, + [1647] = 1507, + [1648] = 1489, + [1649] = 1488, + [1650] = 1497, + [1651] = 1487, + [1652] = 1518, + [1653] = 1506, + [1654] = 1499, + [1655] = 1528, + [1656] = 1611, + [1657] = 1533, [1658] = 1506, - [1659] = 1522, - [1660] = 1567, - [1661] = 1661, - [1662] = 1542, - [1663] = 1522, - [1664] = 1520, - [1665] = 1665, - [1666] = 1493, - [1667] = 1492, - [1668] = 1489, - [1669] = 1500, - [1670] = 1579, - [1671] = 1501, - [1672] = 1672, - [1673] = 1575, - [1674] = 1540, - [1675] = 1567, - [1676] = 1500, - [1677] = 1499, - [1678] = 1484, - [1679] = 1490, - [1680] = 1502, - [1681] = 1502, - [1682] = 1529, - [1683] = 1497, - [1684] = 1491, - [1685] = 1486, - [1686] = 1499, - [1687] = 1489, - [1688] = 1540, - [1689] = 1484, - [1690] = 1490, - [1691] = 1494, - [1692] = 1487, - [1693] = 1538, - [1694] = 1542, - [1695] = 1520, - [1696] = 1696, - [1697] = 1575, - [1698] = 1493, - [1699] = 1504, - [1700] = 1522, - [1701] = 1502, - [1702] = 1542, - [1703] = 1487, - [1704] = 1583, + [1659] = 1500, + [1660] = 1513, + [1661] = 1512, + [1662] = 1501, + [1663] = 1512, + [1664] = 1485, + [1665] = 1502, + [1666] = 1507, + [1667] = 1510, + [1668] = 1488, + [1669] = 1540, + [1670] = 1497, + [1671] = 1509, + [1672] = 1528, + [1673] = 1494, + [1674] = 1485, + [1675] = 1484, + [1676] = 1509, + [1677] = 1611, + [1678] = 1485, + [1679] = 1506, + [1680] = 1512, + [1681] = 1512, + [1682] = 1611, + [1683] = 1499, + [1684] = 1498, + [1685] = 1494, + [1686] = 1500, + [1687] = 1490, + [1688] = 1497, + [1689] = 1501, + [1690] = 1497, + [1691] = 1486, + [1692] = 1489, + [1693] = 1548, + [1694] = 1533, + [1695] = 1695, + [1696] = 1493, + [1697] = 1611, + [1698] = 1698, + [1699] = 1492, + [1700] = 1501, + [1701] = 1533, + [1702] = 1491, + [1703] = 1501, + [1704] = 1491, [1705] = 1492, - [1706] = 1501, - [1707] = 1500, - [1708] = 1572, - [1709] = 1522, - [1710] = 1583, - [1711] = 1499, - [1712] = 1490, - [1713] = 1497, - [1714] = 1517, - [1715] = 1491, - [1716] = 1506, - [1717] = 1717, - [1718] = 1488, - [1719] = 1494, - [1720] = 1720, - [1721] = 1486, + [1706] = 1493, + [1707] = 1510, + [1708] = 1600, + [1709] = 1485, + [1710] = 1488, + [1711] = 1711, + [1712] = 1502, + [1713] = 1507, + [1714] = 1499, + [1715] = 1487, + [1716] = 1494, + [1717] = 1518, + [1718] = 1513, + [1719] = 1491, + [1720] = 1509, + [1721] = 1510, [1722] = 1722, [1723] = 1723, [1724] = 1724, @@ -5671,5506 +5671,5385 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1728] = 1728, [1729] = 1729, [1730] = 1730, - [1731] = 1731, - [1732] = 1731, + [1731] = 1722, + [1732] = 1725, [1733] = 1733, [1734] = 1734, - [1735] = 1727, - [1736] = 1722, + [1735] = 1729, + [1736] = 1734, [1737] = 1737, - [1738] = 1724, - [1739] = 1724, - [1740] = 1733, - [1741] = 1730, - [1742] = 1727, - [1743] = 1723, - [1744] = 1734, - [1745] = 1727, - [1746] = 1727, - [1747] = 1725, - [1748] = 1737, - [1749] = 1728, - [1750] = 1724, - [1751] = 1723, - [1752] = 1729, + [1738] = 1738, + [1739] = 1728, + [1740] = 1723, + [1741] = 1737, + [1742] = 1723, + [1743] = 1737, + [1744] = 1737, + [1745] = 1723, + [1746] = 1724, + [1747] = 1727, + [1748] = 1738, + [1749] = 1733, + [1750] = 1737, + [1751] = 1730, + [1752] = 1730, [1753] = 1722, - [1754] = 1729, - [1755] = 1729, - [1756] = 1728, + [1754] = 1724, + [1755] = 1730, + [1756] = 1725, [1757] = 1734, - [1758] = 1729, - [1759] = 1725, - [1760] = 1737, - [1761] = 1731, - [1762] = 1730, - [1763] = 1733, + [1758] = 1728, + [1759] = 1730, + [1760] = 1733, + [1761] = 1727, + [1762] = 1729, + [1763] = 1738, [1764] = 1764, [1765] = 1764, - [1766] = 492, - [1767] = 1767, - [1768] = 1725, - [1769] = 1731, - [1770] = 1728, - [1771] = 1737, - [1772] = 1733, - [1773] = 1730, - [1774] = 1734, + [1766] = 1766, + [1767] = 538, + [1768] = 1734, + [1769] = 1733, + [1770] = 1738, + [1771] = 1729, + [1772] = 1727, + [1773] = 1728, + [1774] = 1725, [1775] = 1775, [1776] = 1776, [1777] = 1775, [1778] = 1778, - [1779] = 1779, + [1779] = 1775, [1780] = 1775, - [1781] = 1775, - [1782] = 1728, - [1783] = 1733, + [1781] = 1781, + [1782] = 1729, + [1783] = 1738, [1784] = 1725, - [1785] = 1734, - [1786] = 1737, - [1787] = 1731, - [1788] = 1788, - [1789] = 1730, - [1790] = 1788, - [1791] = 1788, - [1792] = 1792, - [1793] = 1779, - [1794] = 1722, + [1785] = 1785, + [1786] = 1734, + [1787] = 1785, + [1788] = 1733, + [1789] = 1728, + [1790] = 1727, + [1791] = 1785, + [1792] = 1722, + [1793] = 1776, + [1794] = 1781, [1795] = 1778, - [1796] = 1776, + [1796] = 1796, [1797] = 1797, [1798] = 1798, - [1799] = 1799, - [1800] = 1722, - [1801] = 1723, + [1799] = 1725, + [1800] = 1728, + [1801] = 1730, [1802] = 1733, - [1803] = 1730, - [1804] = 1728, - [1805] = 1798, - [1806] = 1734, - [1807] = 1725, - [1808] = 1808, - [1809] = 1737, - [1810] = 1729, - [1811] = 1731, - [1812] = 1812, - [1813] = 1813, + [1803] = 1797, + [1804] = 1722, + [1805] = 1805, + [1806] = 1727, + [1807] = 1738, + [1808] = 1729, + [1809] = 1809, + [1810] = 1724, + [1811] = 1811, + [1812] = 1734, + [1813] = 1776, [1814] = 1814, - [1815] = 1729, - [1816] = 1779, - [1817] = 1778, - [1818] = 1733, - [1819] = 1737, - [1820] = 1730, - [1821] = 1725, + [1815] = 1730, + [1816] = 1781, + [1817] = 1817, + [1818] = 1738, + [1819] = 1778, + [1820] = 1729, + [1821] = 1727, [1822] = 1728, - [1823] = 1731, - [1824] = 1776, + [1823] = 1823, + [1824] = 1725, [1825] = 1734, - [1826] = 1826, - [1827] = 1729, - [1828] = 1729, - [1829] = 1729, + [1826] = 1733, + [1827] = 1730, + [1828] = 1805, + [1829] = 1798, [1830] = 1778, - [1831] = 1812, - [1832] = 1776, - [1833] = 1797, - [1834] = 1799, - [1835] = 1723, - [1836] = 1779, - [1837] = 1729, - [1838] = 1722, - [1839] = 1808, + [1831] = 1724, + [1832] = 1722, + [1833] = 1811, + [1834] = 1730, + [1835] = 1730, + [1836] = 1781, + [1837] = 1730, + [1838] = 1776, + [1839] = 1809, [1840] = 1840, [1841] = 1814, [1842] = 1842, [1843] = 1843, [1844] = 1844, [1845] = 1845, - [1846] = 1840, - [1847] = 1847, - [1848] = 1813, + [1846] = 1730, + [1847] = 1817, + [1848] = 1848, [1849] = 1849, [1850] = 1850, - [1851] = 1729, + [1851] = 1844, [1852] = 1852, [1853] = 1853, [1854] = 1854, [1855] = 1855, - [1856] = 1856, - [1857] = 1844, - [1858] = 1855, - [1859] = 1849, - [1860] = 1850, - [1861] = 1812, - [1862] = 1853, - [1863] = 1808, - [1864] = 1864, + [1856] = 1798, + [1857] = 1857, + [1858] = 1805, + [1859] = 1845, + [1860] = 1854, + [1861] = 1843, + [1862] = 1862, + [1863] = 1848, + [1864] = 1809, [1865] = 1865, - [1866] = 1866, - [1867] = 1852, - [1868] = 1845, - [1869] = 1869, - [1870] = 1842, - [1871] = 1843, - [1872] = 1797, - [1873] = 1799, - [1874] = 1874, + [1866] = 1811, + [1867] = 1867, + [1868] = 1868, + [1869] = 1840, + [1870] = 1870, + [1871] = 1855, + [1872] = 1872, + [1873] = 1842, + [1874] = 1849, [1875] = 1875, - [1876] = 1876, - [1877] = 1729, - [1878] = 1725, + [1876] = 1853, + [1877] = 1730, + [1878] = 1811, [1879] = 1879, - [1880] = 1876, - [1881] = 1737, - [1882] = 1797, - [1883] = 335, - [1884] = 1884, - [1885] = 1879, - [1886] = 1886, - [1887] = 1884, - [1888] = 1879, - [1889] = 1734, - [1890] = 1874, - [1891] = 1891, - [1892] = 1728, - [1893] = 1893, - [1894] = 1731, - [1895] = 1895, - [1896] = 1730, - [1897] = 1897, - [1898] = 1733, - [1899] = 1813, - [1900] = 1884, - [1901] = 1799, - [1902] = 1879, - [1903] = 319, - [1904] = 1884, - [1905] = 1905, - [1906] = 1879, + [1880] = 1867, + [1881] = 1725, + [1882] = 1728, + [1883] = 1733, + [1884] = 1727, + [1885] = 1729, + [1886] = 314, + [1887] = 1887, + [1888] = 1888, + [1889] = 1738, + [1890] = 1890, + [1891] = 1817, + [1892] = 1879, + [1893] = 1805, + [1894] = 1879, + [1895] = 1734, + [1896] = 1896, + [1897] = 1798, + [1898] = 1896, + [1899] = 330, + [1900] = 1809, + [1901] = 1901, + [1902] = 1862, + [1903] = 1896, + [1904] = 334, + [1905] = 1879, + [1906] = 1906, [1907] = 1879, - [1908] = 334, - [1909] = 1812, - [1910] = 1808, - [1911] = 317, + [1908] = 1896, + [1909] = 1814, + [1910] = 1910, + [1911] = 335, [1912] = 1879, - [1913] = 1814, + [1913] = 1879, [1914] = 1914, - [1915] = 1849, - [1916] = 1886, - [1917] = 1917, - [1918] = 1918, + [1915] = 1915, + [1916] = 1888, + [1917] = 1857, + [1918] = 1890, [1919] = 1919, - [1920] = 1920, - [1921] = 1869, - [1922] = 1813, - [1923] = 396, + [1920] = 1875, + [1921] = 1840, + [1922] = 1814, + [1923] = 1923, [1924] = 1924, [1925] = 1925, - [1926] = 1926, - [1927] = 1864, - [1928] = 1843, - [1929] = 1929, + [1926] = 1814, + [1927] = 1854, + [1928] = 1928, + [1929] = 1887, [1930] = 1930, - [1931] = 1852, - [1932] = 1853, - [1933] = 1845, - [1934] = 1850, - [1935] = 1935, - [1936] = 1813, + [1931] = 1931, + [1932] = 1932, + [1933] = 1817, + [1934] = 1842, + [1935] = 1848, + [1936] = 463, [1937] = 1937, - [1938] = 1814, + [1938] = 1872, [1939] = 1939, - [1940] = 1856, - [1941] = 1814, + [1940] = 1940, + [1941] = 1817, [1942] = 1942, [1943] = 1943, - [1944] = 1905, - [1945] = 1945, - [1946] = 1895, - [1947] = 1897, - [1948] = 1865, - [1949] = 1844, - [1950] = 1855, - [1951] = 1842, - [1952] = 1952, - [1953] = 1953, - [1954] = 1891, - [1955] = 1955, - [1956] = 1956, - [1957] = 1850, - [1958] = 1853, - [1959] = 1959, - [1960] = 335, - [1961] = 299, - [1962] = 1849, - [1963] = 317, - [1964] = 1874, - [1965] = 312, - [1966] = 1895, - [1967] = 335, - [1968] = 1852, - [1969] = 1845, - [1970] = 339, - [1971] = 1939, - [1972] = 1843, - [1973] = 1973, - [1974] = 334, - [1975] = 1876, - [1976] = 1905, - [1977] = 1895, - [1978] = 1897, - [1979] = 334, - [1980] = 1980, - [1981] = 1930, - [1982] = 1929, - [1983] = 1886, - [1984] = 1984, - [1985] = 1842, - [1986] = 1855, - [1987] = 319, - [1988] = 1844, - [1989] = 319, - [1990] = 317, - [1991] = 1991, - [1992] = 1992, - [1993] = 1993, + [1944] = 1944, + [1945] = 1845, + [1946] = 1910, + [1947] = 1947, + [1948] = 1948, + [1949] = 1949, + [1950] = 1906, + [1951] = 1951, + [1952] = 1853, + [1953] = 1849, + [1954] = 1855, + [1955] = 1868, + [1956] = 1843, + [1957] = 334, + [1958] = 334, + [1959] = 1928, + [1960] = 330, + [1961] = 1887, + [1962] = 1962, + [1963] = 1963, + [1964] = 1843, + [1965] = 1862, + [1966] = 314, + [1967] = 340, + [1968] = 1842, + [1969] = 1855, + [1970] = 1887, + [1971] = 1845, + [1972] = 1849, + [1973] = 330, + [1974] = 335, + [1975] = 1890, + [1976] = 335, + [1977] = 306, + [1978] = 1978, + [1979] = 1931, + [1980] = 1867, + [1981] = 1848, + [1982] = 1888, + [1983] = 1854, + [1984] = 1840, + [1985] = 296, + [1986] = 1986, + [1987] = 1987, + [1988] = 1906, + [1989] = 314, + [1990] = 1853, + [1991] = 1947, + [1992] = 543, + [1993] = 521, [1994] = 1994, - [1995] = 1864, + [1995] = 1995, [1996] = 1996, - [1997] = 418, - [1998] = 485, + [1997] = 1997, + [1998] = 1998, [1999] = 1999, - [2000] = 1999, - [2001] = 1999, - [2002] = 1999, - [2003] = 396, + [2000] = 2000, + [2001] = 2001, + [2002] = 2002, + [2003] = 2003, [2004] = 2004, - [2005] = 440, - [2006] = 441, - [2007] = 405, - [2008] = 520, - [2009] = 519, + [2005] = 2005, + [2006] = 2006, + [2007] = 2000, + [2008] = 2008, + [2009] = 2009, [2010] = 2010, [2011] = 2011, - [2012] = 492, - [2013] = 448, - [2014] = 2010, - [2015] = 1891, + [2012] = 2012, + [2013] = 2013, + [2014] = 2014, + [2015] = 2015, [2016] = 2016, - [2017] = 518, - [2018] = 2010, + [2017] = 2017, + [2018] = 2018, [2019] = 2019, [2020] = 2020, - [2021] = 1929, - [2022] = 400, + [2021] = 2021, + [2022] = 2022, [2023] = 2023, [2024] = 2024, [2025] = 2025, [2026] = 2026, - [2027] = 2010, + [2027] = 2000, [2028] = 2028, - [2029] = 2029, - [2030] = 2030, - [2031] = 1937, + [2029] = 1845, + [2030] = 1843, + [2031] = 1842, [2032] = 2032, [2033] = 2033, [2034] = 2034, [2035] = 2035, - [2036] = 2036, - [2037] = 2010, - [2038] = 2038, - [2039] = 2039, - [2040] = 517, + [2036] = 2000, + [2037] = 1872, + [2038] = 1914, + [2039] = 2000, + [2040] = 2040, [2041] = 2041, - [2042] = 516, - [2043] = 515, - [2044] = 514, + [2042] = 2042, + [2043] = 2043, + [2044] = 2044, [2045] = 2045, - [2046] = 513, - [2047] = 512, + [2046] = 2046, + [2047] = 2047, [2048] = 2048, [2049] = 2049, - [2050] = 1856, + [2050] = 2050, [2051] = 2051, - [2052] = 524, + [2052] = 501, [2053] = 2053, - [2054] = 2010, - [2055] = 2055, - [2056] = 1952, - [2057] = 2057, + [2054] = 491, + [2055] = 1853, + [2056] = 1855, + [2057] = 1849, [2058] = 2058, - [2059] = 2059, - [2060] = 2060, - [2061] = 1876, + [2059] = 506, + [2060] = 1862, + [2061] = 535, [2062] = 2062, - [2063] = 2063, - [2064] = 2064, + [2063] = 492, + [2064] = 513, [2065] = 2065, - [2066] = 2066, - [2067] = 2067, - [2068] = 2068, + [2066] = 463, + [2067] = 518, + [2068] = 523, [2069] = 2069, [2070] = 2070, - [2071] = 2071, - [2072] = 2072, - [2073] = 2073, - [2074] = 2074, - [2075] = 1844, - [2076] = 2076, - [2077] = 2077, - [2078] = 2078, - [2079] = 544, - [2080] = 2080, - [2081] = 2081, + [2071] = 486, + [2072] = 1947, + [2073] = 510, + [2074] = 1875, + [2075] = 2075, + [2076] = 1910, + [2077] = 372, + [2078] = 538, + [2079] = 2079, + [2080] = 400, + [2081] = 407, [2082] = 2082, [2083] = 2083, - [2084] = 1843, + [2084] = 463, [2085] = 2085, - [2086] = 2086, - [2087] = 1845, + [2086] = 487, + [2087] = 2087, [2088] = 2088, - [2089] = 1855, - [2090] = 2090, - [2091] = 2091, - [2092] = 1842, + [2089] = 448, + [2090] = 493, + [2091] = 485, + [2092] = 2092, [2093] = 2093, [2094] = 2094, - [2095] = 1850, + [2095] = 2095, [2096] = 2096, [2097] = 2097, [2098] = 2098, - [2099] = 1999, + [2099] = 2099, [2100] = 2100, [2101] = 2101, - [2102] = 2102, + [2102] = 488, [2103] = 2103, - [2104] = 1999, - [2105] = 2105, - [2106] = 2106, + [2104] = 2104, + [2105] = 1867, + [2106] = 489, [2107] = 2107, [2108] = 2108, - [2109] = 486, - [2110] = 1874, - [2111] = 2111, - [2112] = 2112, - [2113] = 2113, - [2114] = 1865, - [2115] = 497, - [2116] = 2116, - [2117] = 534, + [2109] = 2109, + [2110] = 2000, + [2111] = 2026, + [2112] = 429, + [2113] = 1848, + [2114] = 1854, + [2115] = 1840, + [2116] = 430, + [2117] = 2117, [2118] = 2118, - [2119] = 2010, - [2120] = 2120, - [2121] = 2121, - [2122] = 498, - [2123] = 2123, - [2124] = 2124, - [2125] = 2125, + [2119] = 2119, + [2120] = 2117, + [2121] = 467, + [2122] = 494, + [2123] = 2117, + [2124] = 525, + [2125] = 2117, [2126] = 2126, - [2127] = 2127, - [2128] = 2128, - [2129] = 2129, - [2130] = 2130, + [2127] = 464, + [2128] = 2117, + [2129] = 2117, + [2130] = 2117, [2131] = 2131, - [2132] = 530, - [2133] = 2133, - [2134] = 396, - [2135] = 532, + [2132] = 526, + [2133] = 1857, + [2134] = 541, + [2135] = 2135, [2136] = 2136, [2137] = 2137, - [2138] = 487, - [2139] = 499, - [2140] = 490, - [2141] = 426, - [2142] = 488, - [2143] = 427, - [2144] = 507, + [2138] = 2138, + [2139] = 542, + [2140] = 539, + [2141] = 2141, + [2142] = 2142, + [2143] = 2143, + [2144] = 524, [2145] = 2145, [2146] = 2146, - [2147] = 535, - [2148] = 505, + [2147] = 2147, + [2148] = 534, [2149] = 2149, - [2150] = 500, - [2151] = 2151, - [2152] = 536, - [2153] = 537, - [2154] = 541, - [2155] = 2155, - [2156] = 504, - [2157] = 538, - [2158] = 502, - [2159] = 1849, - [2160] = 2160, - [2161] = 2016, - [2162] = 2162, - [2163] = 1869, - [2164] = 1853, + [2150] = 2150, + [2151] = 529, + [2152] = 2152, + [2153] = 2153, + [2154] = 2154, + [2155] = 1924, + [2156] = 490, + [2157] = 2157, + [2158] = 520, + [2159] = 519, + [2160] = 1868, + [2161] = 517, + [2162] = 516, + [2163] = 527, + [2164] = 512, [2165] = 2165, [2166] = 1722, - [2167] = 1852, - [2168] = 545, - [2169] = 501, - [2170] = 1905, - [2171] = 1897, - [2172] = 312, - [2173] = 2173, - [2174] = 1865, - [2175] = 299, - [2176] = 1869, - [2177] = 1929, - [2178] = 1729, - [2179] = 1973, + [2167] = 2167, + [2168] = 508, + [2169] = 2169, + [2170] = 1888, + [2171] = 1890, + [2172] = 1962, + [2173] = 1987, + [2174] = 2174, + [2175] = 2175, + [2176] = 1722, + [2177] = 2175, + [2178] = 2175, + [2179] = 2179, [2180] = 2180, - [2181] = 2181, - [2182] = 1856, - [2183] = 2183, - [2184] = 2184, - [2185] = 2185, - [2186] = 2186, - [2187] = 1886, - [2188] = 1891, - [2189] = 2016, - [2190] = 1939, - [2191] = 2180, - [2192] = 1729, - [2193] = 1980, - [2194] = 2194, - [2195] = 1930, - [2196] = 2196, - [2197] = 2180, - [2198] = 2184, - [2199] = 1722, - [2200] = 2180, - [2201] = 1959, - [2202] = 1984, - [2203] = 1991, - [2204] = 1864, - [2205] = 339, - [2206] = 299, - [2207] = 312, - [2208] = 339, + [2181] = 2179, + [2182] = 1868, + [2183] = 1931, + [2184] = 1928, + [2185] = 1910, + [2186] = 1730, + [2187] = 1906, + [2188] = 340, + [2189] = 1947, + [2190] = 296, + [2191] = 306, + [2192] = 1730, + [2193] = 296, + [2194] = 1963, + [2195] = 340, + [2196] = 1872, + [2197] = 2197, + [2198] = 306, + [2199] = 2199, + [2200] = 1978, + [2201] = 2201, + [2202] = 2202, + [2203] = 2203, + [2204] = 1875, + [2205] = 2175, + [2206] = 1857, + [2207] = 2026, + [2208] = 1986, [2209] = 2209, - [2210] = 2108, - [2211] = 536, - [2212] = 400, - [2213] = 2102, - [2214] = 532, - [2215] = 405, - [2216] = 487, - [2217] = 1952, - [2218] = 2218, - [2219] = 448, - [2220] = 426, - [2221] = 2106, - [2222] = 2116, - [2223] = 2121, - [2224] = 488, - [2225] = 2123, - [2226] = 2124, - [2227] = 2118, - [2228] = 2120, - [2229] = 1992, - [2230] = 2230, - [2231] = 490, - [2232] = 2232, - [2233] = 2127, - [2234] = 2128, - [2235] = 2130, - [2236] = 2131, - [2237] = 2149, - [2238] = 2238, - [2239] = 2024, - [2240] = 486, - [2241] = 2241, - [2242] = 1734, - [2243] = 2023, - [2244] = 427, - [2245] = 2145, - [2246] = 400, - [2247] = 2065, - [2248] = 2068, - [2249] = 2232, - [2250] = 1996, - [2251] = 2101, - [2252] = 1939, - [2253] = 497, - [2254] = 2096, - [2255] = 2255, - [2256] = 519, - [2257] = 520, - [2258] = 1895, - [2259] = 405, - [2260] = 1993, - [2261] = 1729, - [2262] = 2028, - [2263] = 1929, - [2264] = 2232, - [2265] = 519, - [2266] = 520, - [2267] = 485, - [2268] = 517, - [2269] = 524, - [2270] = 2136, - [2271] = 418, - [2272] = 485, - [2273] = 2055, - [2274] = 2059, - [2275] = 516, - [2276] = 1722, - [2277] = 534, - [2278] = 2074, - [2279] = 2076, - [2280] = 2078, - [2281] = 440, - [2282] = 535, - [2283] = 2083, - [2284] = 2085, - [2285] = 441, - [2286] = 492, - [2287] = 2100, - [2288] = 545, - [2289] = 2105, - [2290] = 515, - [2291] = 507, - [2292] = 2112, - [2293] = 490, - [2294] = 448, - [2295] = 2103, - [2296] = 486, - [2297] = 545, - [2298] = 512, - [2299] = 2057, - [2300] = 498, - [2301] = 505, - [2302] = 2162, - [2303] = 513, - [2304] = 488, - [2305] = 2151, - [2306] = 2146, - [2307] = 2098, - [2308] = 2137, - [2309] = 2072, - [2310] = 499, - [2311] = 2165, - [2312] = 427, - [2313] = 426, - [2314] = 2102, - [2315] = 1993, - [2316] = 2100, - [2317] = 2063, - [2318] = 500, - [2319] = 1886, - [2320] = 501, - [2321] = 2091, - [2322] = 2077, - [2323] = 2070, - [2324] = 2232, - [2325] = 537, - [2326] = 492, - [2327] = 538, - [2328] = 502, - [2329] = 1994, - [2330] = 1722, - [2331] = 501, - [2332] = 500, - [2333] = 504, - [2334] = 530, - [2335] = 502, - [2336] = 499, - [2337] = 2111, - [2338] = 2160, - [2339] = 1728, - [2340] = 1725, - [2341] = 1737, - [2342] = 418, - [2343] = 2064, - [2344] = 498, - [2345] = 497, - [2346] = 505, - [2347] = 532, - [2348] = 2348, - [2349] = 514, - [2350] = 538, - [2351] = 534, - [2352] = 2107, - [2353] = 2069, - [2354] = 2113, - [2355] = 2088, - [2356] = 2093, - [2357] = 507, - [2358] = 1891, - [2359] = 1897, - [2360] = 440, - [2361] = 535, - [2362] = 441, - [2363] = 1905, - [2364] = 2129, - [2365] = 536, - [2366] = 2029, - [2367] = 504, - [2368] = 2030, - [2369] = 1813, - [2370] = 537, - [2371] = 2371, - [2372] = 2004, - [2373] = 2090, - [2374] = 2080, - [2375] = 2038, - [2376] = 2066, - [2377] = 2125, - [2378] = 2232, - [2379] = 487, - [2380] = 2011, - [2381] = 2053, - [2382] = 2020, - [2383] = 2023, - [2384] = 2024, - [2385] = 2026, - [2386] = 2051, - [2387] = 2019, - [2388] = 2126, - [2389] = 2025, - [2390] = 2058, - [2391] = 2062, - [2392] = 2063, - [2393] = 2067, - [2394] = 2097, - [2395] = 2105, - [2396] = 2106, - [2397] = 2108, - [2398] = 2155, - [2399] = 2045, - [2400] = 2032, - [2401] = 2033, - [2402] = 2058, - [2403] = 2082, - [2404] = 2404, - [2405] = 2097, - [2406] = 524, - [2407] = 1930, - [2408] = 2062, - [2409] = 544, - [2410] = 2410, - [2411] = 1814, - [2412] = 530, - [2413] = 2086, - [2414] = 2041, - [2415] = 2071, - [2416] = 518, - [2417] = 2232, - [2418] = 2184, - [2419] = 1731, - [2420] = 1730, - [2421] = 1733, - [2422] = 2034, - [2423] = 2423, - [2424] = 544, - [2425] = 2081, - [2426] = 1937, - [2427] = 2035, - [2428] = 2036, - [2429] = 517, - [2430] = 2039, - [2431] = 516, - [2432] = 2067, - [2433] = 541, - [2434] = 2196, - [2435] = 2048, - [2436] = 2049, - [2437] = 2073, - [2438] = 2133, - [2439] = 2149, - [2440] = 2145, - [2441] = 2065, - [2442] = 2068, - [2443] = 2101, - [2444] = 2096, - [2445] = 2028, - [2446] = 2057, - [2447] = 2072, - [2448] = 2184, - [2449] = 2055, - [2450] = 2094, - [2451] = 2059, - [2452] = 512, - [2453] = 2155, - [2454] = 2088, - [2455] = 541, - [2456] = 518, - [2457] = 2074, + [2210] = 494, + [2211] = 516, + [2212] = 2014, + [2213] = 2015, + [2214] = 2053, + [2215] = 541, + [2216] = 429, + [2217] = 2217, + [2218] = 2016, + [2219] = 2088, + [2220] = 1722, + [2221] = 2070, + [2222] = 2069, + [2223] = 2135, + [2224] = 538, + [2225] = 2225, + [2226] = 400, + [2227] = 407, + [2228] = 1817, + [2229] = 529, + [2230] = 523, + [2231] = 521, + [2232] = 543, + [2233] = 520, + [2234] = 519, + [2235] = 542, + [2236] = 2058, + [2237] = 2051, + [2238] = 2050, + [2239] = 2049, + [2240] = 2047, + [2241] = 539, + [2242] = 2045, + [2243] = 2044, + [2244] = 2043, + [2245] = 2042, + [2246] = 1738, + [2247] = 541, + [2248] = 2040, + [2249] = 501, + [2250] = 2250, + [2251] = 2250, + [2252] = 464, + [2253] = 467, + [2254] = 2094, + [2255] = 1931, + [2256] = 543, + [2257] = 2012, + [2258] = 372, + [2259] = 2011, + [2260] = 2082, + [2261] = 542, + [2262] = 2010, + [2263] = 2141, + [2264] = 2136, + [2265] = 1887, + [2266] = 510, + [2267] = 529, + [2268] = 523, + [2269] = 521, + [2270] = 520, + [2271] = 519, + [2272] = 517, + [2273] = 516, + [2274] = 512, + [2275] = 508, + [2276] = 512, + [2277] = 2137, + [2278] = 464, + [2279] = 467, + [2280] = 1947, + [2281] = 2179, + [2282] = 508, + [2283] = 2138, + [2284] = 1924, + [2285] = 493, + [2286] = 2142, + [2287] = 2143, + [2288] = 2145, + [2289] = 2146, + [2290] = 2290, + [2291] = 2147, + [2292] = 2149, + [2293] = 2150, + [2294] = 2152, + [2295] = 2153, + [2296] = 506, + [2297] = 506, + [2298] = 527, + [2299] = 2154, + [2300] = 2157, + [2301] = 2167, + [2302] = 526, + [2303] = 1888, + [2304] = 430, + [2305] = 489, + [2306] = 488, + [2307] = 2307, + [2308] = 430, + [2309] = 429, + [2310] = 485, + [2311] = 486, + [2312] = 2009, + [2313] = 2008, + [2314] = 2035, + [2315] = 2034, + [2316] = 2033, + [2317] = 487, + [2318] = 490, + [2319] = 1910, + [2320] = 2024, + [2321] = 2119, + [2322] = 2093, + [2323] = 2095, + [2324] = 2103, + [2325] = 2104, + [2326] = 2088, + [2327] = 491, + [2328] = 2250, + [2329] = 2033, + [2330] = 2108, + [2331] = 2109, + [2332] = 2028, + [2333] = 2032, + [2334] = 2041, + [2335] = 2046, + [2336] = 2048, + [2337] = 492, + [2338] = 2062, + [2339] = 1729, + [2340] = 1727, + [2341] = 1733, + [2342] = 539, + [2343] = 2034, + [2344] = 2065, + [2345] = 2075, + [2346] = 2079, + [2347] = 2347, + [2348] = 2107, + [2349] = 2118, + [2350] = 493, + [2351] = 501, + [2352] = 2004, + [2353] = 1890, + [2354] = 524, + [2355] = 2250, + [2356] = 535, + [2357] = 2126, + [2358] = 2131, + [2359] = 2165, + [2360] = 2005, + [2361] = 1996, + [2362] = 510, + [2363] = 1722, + [2364] = 2017, + [2365] = 1997, + [2366] = 2018, + [2367] = 1730, + [2368] = 2019, + [2369] = 2020, + [2370] = 1998, + [2371] = 2035, + [2372] = 2021, + [2373] = 2169, + [2374] = 1995, + [2375] = 1994, + [2376] = 2119, + [2377] = 2101, + [2378] = 2100, + [2379] = 2099, + [2380] = 2022, + [2381] = 2023, + [2382] = 2098, + [2383] = 517, + [2384] = 534, + [2385] = 448, + [2386] = 513, + [2387] = 2097, + [2388] = 448, + [2389] = 518, + [2390] = 2025, + [2391] = 2024, + [2392] = 2023, + [2393] = 2022, + [2394] = 2021, + [2395] = 2020, + [2396] = 2019, + [2397] = 2018, + [2398] = 2017, + [2399] = 2096, + [2400] = 2092, + [2401] = 2087, + [2402] = 2085, + [2403] = 494, + [2404] = 489, + [2405] = 488, + [2406] = 485, + [2407] = 486, + [2408] = 487, + [2409] = 2083, + [2410] = 525, + [2411] = 2250, + [2412] = 2006, + [2413] = 2002, + [2414] = 2001, + [2415] = 2415, + [2416] = 1999, + [2417] = 407, + [2418] = 2088, + [2419] = 1728, + [2420] = 1725, + [2421] = 1734, + [2422] = 2422, + [2423] = 2179, + [2424] = 1814, + [2425] = 2025, + [2426] = 534, + [2427] = 1914, + [2428] = 1995, + [2429] = 518, + [2430] = 2250, + [2431] = 2180, + [2432] = 1994, + [2433] = 535, + [2434] = 492, + [2435] = 524, + [2436] = 491, + [2437] = 1999, + [2438] = 1928, + [2439] = 2016, + [2440] = 2015, + [2441] = 2014, + [2442] = 2013, + [2443] = 2012, + [2444] = 2011, + [2445] = 2010, + [2446] = 2009, + [2447] = 2008, + [2448] = 1998, + [2449] = 1906, + [2450] = 2450, + [2451] = 2451, + [2452] = 2452, + [2453] = 372, + [2454] = 538, + [2455] = 490, + [2456] = 2013, + [2457] = 2003, [2458] = 513, - [2459] = 2026, - [2460] = 2088, - [2461] = 514, - [2462] = 2076, - [2463] = 515, - [2464] = 2060, - [2465] = 2078, + [2459] = 1997, + [2460] = 527, + [2461] = 526, + [2462] = 525, + [2463] = 1996, + [2464] = 400, + [2465] = 2005, [2466] = 2466, - [2467] = 2085, - [2468] = 2083, - [2469] = 2241, - [2470] = 2470, - [2471] = 2471, - [2472] = 2230, - [2473] = 299, - [2474] = 2474, - [2475] = 1945, + [2467] = 2003, + [2468] = 2004, + [2469] = 2202, + [2470] = 1919, + [2471] = 1962, + [2472] = 2290, + [2473] = 2473, + [2474] = 1730, + [2475] = 2475, [2476] = 2476, [2477] = 2477, - [2478] = 1937, + [2478] = 2478, [2479] = 2479, - [2480] = 2480, - [2481] = 2471, + [2480] = 1781, + [2481] = 2481, [2482] = 2482, [2483] = 2483, [2484] = 2484, - [2485] = 2485, + [2485] = 1940, [2486] = 2486, [2487] = 2487, [2488] = 2488, [2489] = 2489, [2490] = 2490, - [2491] = 2491, - [2492] = 2492, - [2493] = 1980, + [2491] = 1963, + [2492] = 1925, + [2493] = 1978, [2494] = 2494, - [2495] = 2495, - [2496] = 2471, - [2497] = 1918, - [2498] = 2498, - [2499] = 1914, - [2500] = 2500, - [2501] = 2501, - [2502] = 1778, - [2503] = 1953, + [2495] = 1924, + [2496] = 2496, + [2497] = 2497, + [2498] = 1939, + [2499] = 2499, + [2500] = 1937, + [2501] = 1915, + [2502] = 2502, + [2503] = 2503, [2504] = 2504, - [2505] = 2498, + [2505] = 2505, [2506] = 2506, - [2507] = 1919, - [2508] = 2508, - [2509] = 1924, - [2510] = 1920, - [2511] = 1852, - [2512] = 1779, - [2513] = 2513, - [2514] = 2514, + [2507] = 2507, + [2508] = 2484, + [2509] = 2509, + [2510] = 2510, + [2511] = 1986, + [2512] = 2484, + [2513] = 2452, + [2514] = 296, [2515] = 1776, [2516] = 2516, - [2517] = 2517, + [2517] = 2225, [2518] = 2518, - [2519] = 2519, - [2520] = 1973, + [2519] = 1778, + [2520] = 1942, [2521] = 2521, - [2522] = 1939, - [2523] = 2471, + [2522] = 2203, + [2523] = 2523, [2524] = 2524, - [2525] = 2181, - [2526] = 2526, - [2527] = 1729, - [2528] = 1991, - [2529] = 2348, - [2530] = 1930, + [2525] = 1923, + [2526] = 2201, + [2527] = 1987, + [2528] = 2528, + [2529] = 2529, + [2530] = 2199, [2531] = 2531, [2532] = 2532, - [2533] = 2533, - [2534] = 2534, - [2535] = 1942, - [2536] = 2173, - [2537] = 1935, - [2538] = 2209, - [2539] = 1917, - [2540] = 2183, - [2541] = 1844, - [2542] = 2185, - [2543] = 2186, + [2533] = 2484, + [2534] = 1845, + [2535] = 1843, + [2536] = 1842, + [2537] = 2209, + [2538] = 1930, + [2539] = 2539, + [2540] = 1932, + [2541] = 2541, + [2542] = 2197, + [2543] = 2543, [2544] = 2544, - [2545] = 2545, - [2546] = 1959, + [2545] = 1853, + [2546] = 2490, [2547] = 2547, [2548] = 2548, [2549] = 2549, - [2550] = 1842, + [2550] = 2550, [2551] = 2551, [2552] = 2552, - [2553] = 1984, - [2554] = 2554, - [2555] = 2555, + [2553] = 2553, + [2554] = 1855, + [2555] = 1849, [2556] = 2556, - [2557] = 2557, - [2558] = 2194, - [2559] = 2559, - [2560] = 1926, - [2561] = 312, - [2562] = 1849, - [2563] = 2471, - [2564] = 1925, + [2557] = 1914, + [2558] = 2558, + [2559] = 1848, + [2560] = 1854, + [2561] = 2484, + [2562] = 1840, + [2563] = 1943, + [2564] = 2564, [2565] = 2565, - [2566] = 2423, - [2567] = 1853, - [2568] = 2471, - [2569] = 1855, + [2566] = 1951, + [2567] = 2174, + [2568] = 2568, + [2569] = 2569, [2570] = 2570, - [2571] = 2571, - [2572] = 2572, - [2573] = 2573, + [2571] = 306, + [2572] = 2415, + [2573] = 2484, [2574] = 2574, - [2575] = 1843, - [2576] = 1845, - [2577] = 1850, - [2578] = 1956, - [2579] = 1955, - [2580] = 1943, - [2581] = 1952, - [2582] = 2524, - [2583] = 2571, - [2584] = 2371, - [2585] = 2088, - [2586] = 2423, - [2587] = 2255, - [2588] = 1722, + [2575] = 2575, + [2576] = 1949, + [2577] = 1948, + [2578] = 1944, + [2579] = 2579, + [2580] = 2157, + [2581] = 2098, + [2582] = 2422, + [2583] = 2096, + [2584] = 2092, + [2585] = 2451, + [2586] = 2087, + [2587] = 2085, + [2588] = 2083, [2589] = 2589, [2590] = 2590, - [2591] = 2094, - [2592] = 2088, - [2593] = 1874, - [2594] = 2133, - [2595] = 2483, - [2596] = 2049, - [2597] = 2048, - [2598] = 2039, - [2599] = 2036, - [2600] = 2035, - [2601] = 2034, - [2602] = 2033, - [2603] = 2032, - [2604] = 2025, - [2605] = 2020, - [2606] = 2011, - [2607] = 2004, - [2608] = 2070, - [2609] = 2077, - [2610] = 2091, - [2611] = 2098, - [2612] = 2103, - [2613] = 2112, - [2614] = 2116, - [2615] = 2118, - [2616] = 2120, - [2617] = 2485, - [2618] = 2486, - [2619] = 2126, - [2620] = 2127, - [2621] = 2128, - [2622] = 2130, - [2623] = 2131, - [2624] = 2019, - [2625] = 2045, - [2626] = 2488, - [2627] = 1973, - [2628] = 2160, - [2629] = 2041, - [2630] = 2495, - [2631] = 2060, - [2632] = 2073, - [2633] = 2066, - [2634] = 2080, - [2635] = 2090, - [2636] = 2093, - [2637] = 2107, - [2638] = 2111, - [2639] = 2165, - [2640] = 2162, - [2641] = 2064, - [2642] = 2069, - [2643] = 2113, - [2644] = 2038, - [2645] = 1959, - [2646] = 2125, - [2647] = 2053, - [2648] = 2051, - [2649] = 2071, - [2650] = 2081, - [2651] = 2082, - [2652] = 1876, - [2653] = 2030, - [2654] = 2029, - [2655] = 2146, - [2656] = 1992, - [2657] = 2124, - [2658] = 2123, - [2659] = 2121, - [2660] = 2086, - [2661] = 1994, - [2662] = 2129, - [2663] = 2137, - [2664] = 1984, - [2665] = 1996, - [2666] = 2466, - [2667] = 2136, - [2668] = 2151, - [2669] = 2476, - [2670] = 2404, - [2671] = 1991, - [2672] = 2590, - [2673] = 2479, - [2674] = 1980, - [2675] = 2570, - [2676] = 2209, - [2677] = 2492, - [2678] = 2423, - [2679] = 2183, - [2680] = 2185, - [2681] = 1980, - [2682] = 2194, - [2683] = 2573, - [2684] = 2470, - [2685] = 2480, - [2686] = 2186, - [2687] = 2494, - [2688] = 1959, + [2591] = 2006, + [2592] = 2002, + [2593] = 2097, + [2594] = 2069, + [2595] = 2539, + [2596] = 2001, + [2597] = 2100, + [2598] = 2101, + [2599] = 2165, + [2600] = 1867, + [2601] = 2088, + [2602] = 2131, + [2603] = 2477, + [2604] = 2126, + [2605] = 2118, + [2606] = 2107, + [2607] = 2079, + [2608] = 2075, + [2609] = 2065, + [2610] = 2062, + [2611] = 1962, + [2612] = 2048, + [2613] = 2046, + [2614] = 2041, + [2615] = 2032, + [2616] = 2028, + [2617] = 2528, + [2618] = 2475, + [2619] = 2524, + [2620] = 2167, + [2621] = 2099, + [2622] = 2154, + [2623] = 2153, + [2624] = 2152, + [2625] = 2150, + [2626] = 2506, + [2627] = 2149, + [2628] = 2147, + [2629] = 2146, + [2630] = 2479, + [2631] = 2145, + [2632] = 2143, + [2633] = 2142, + [2634] = 1986, + [2635] = 2138, + [2636] = 2137, + [2637] = 2136, + [2638] = 2203, + [2639] = 2202, + [2640] = 1962, + [2641] = 2201, + [2642] = 1986, + [2643] = 2590, + [2644] = 2225, + [2645] = 2040, + [2646] = 2042, + [2647] = 2043, + [2648] = 2044, + [2649] = 2199, + [2650] = 2045, + [2651] = 2047, + [2652] = 2197, + [2653] = 2049, + [2654] = 2050, + [2655] = 2051, + [2656] = 2058, + [2657] = 1862, + [2658] = 2532, + [2659] = 2070, + [2660] = 2082, + [2661] = 2093, + [2662] = 2558, + [2663] = 2556, + [2664] = 2553, + [2665] = 2552, + [2666] = 1722, + [2667] = 2575, + [2668] = 2551, + [2669] = 2466, + [2670] = 2550, + [2671] = 1978, + [2672] = 2549, + [2673] = 2548, + [2674] = 2095, + [2675] = 2103, + [2676] = 2104, + [2677] = 2547, + [2678] = 2108, + [2679] = 2209, + [2680] = 2109, + [2681] = 2544, + [2682] = 2225, + [2683] = 2543, + [2684] = 1978, + [2685] = 2094, + [2686] = 1963, + [2687] = 2135, + [2688] = 1987, [2689] = 2088, - [2690] = 2173, - [2691] = 1991, - [2692] = 2532, - [2693] = 1984, - [2694] = 2544, - [2695] = 2545, - [2696] = 2547, - [2697] = 2548, - [2698] = 2549, - [2699] = 2551, - [2700] = 2552, - [2701] = 2554, - [2702] = 2555, - [2703] = 2556, - [2704] = 2557, - [2705] = 1973, - [2706] = 2070, - [2707] = 2034, - [2708] = 2004, - [2709] = 2489, - [2710] = 2524, - [2711] = 2572, - [2712] = 2501, - [2713] = 2526, - [2714] = 2091, - [2715] = 2098, - [2716] = 2103, - [2717] = 1992, - [2718] = 2112, - [2719] = 2116, - [2720] = 2118, - [2721] = 2194, - [2722] = 2120, - [2723] = 2126, - [2724] = 2127, - [2725] = 2128, - [2726] = 2130, - [2727] = 2131, - [2728] = 2129, - [2729] = 2186, - [2730] = 2565, - [2731] = 2410, - [2732] = 2521, - [2733] = 1925, - [2734] = 2489, - [2735] = 2185, - [2736] = 1926, - [2737] = 2137, - [2738] = 2183, - [2739] = 2020, - [2740] = 2160, - [2741] = 2019, - [2742] = 2045, - [2743] = 2025, - [2744] = 2032, - [2745] = 2033, - [2746] = 2034, - [2747] = 2035, - [2748] = 2036, - [2749] = 2039, - [2750] = 2077, - [2751] = 2048, - [2752] = 2049, - [2753] = 2133, - [2754] = 2086, - [2755] = 2041, - [2756] = 1917, - [2757] = 2060, - [2758] = 1935, - [2759] = 2073, - [2760] = 2066, - [2761] = 2080, - [2762] = 2090, - [2763] = 2093, - [2764] = 2107, - [2765] = 2111, - [2766] = 2165, - [2767] = 2162, - [2768] = 2151, - [2769] = 1994, + [2690] = 1963, + [2691] = 2541, + [2692] = 2088, + [2693] = 2579, + [2694] = 1987, + [2695] = 2141, + [2696] = 2504, + [2697] = 2569, + [2698] = 2169, + [2699] = 2053, + [2700] = 2476, + [2701] = 2307, + [2702] = 2481, + [2703] = 2489, + [2704] = 2149, + [2705] = 2045, + [2706] = 2518, + [2707] = 1940, + [2708] = 2094, + [2709] = 2523, + [2710] = 2494, + [2711] = 1944, + [2712] = 1948, + [2713] = 1949, + [2714] = 1942, + [2715] = 2565, + [2716] = 2141, + [2717] = 2507, + [2718] = 2505, + [2719] = 2509, + [2720] = 2347, + [2721] = 1730, + [2722] = 2496, + [2723] = 2135, + [2724] = 2028, + [2725] = 2032, + [2726] = 2487, + [2727] = 2727, + [2728] = 2041, + [2729] = 2516, + [2730] = 2568, + [2731] = 2496, + [2732] = 2046, + [2733] = 1951, + [2734] = 2734, + [2735] = 2048, + [2736] = 1943, + [2737] = 2101, + [2738] = 2001, + [2739] = 2002, + [2740] = 2006, + [2741] = 2062, + [2742] = 2083, + [2743] = 2085, + [2744] = 2087, + [2745] = 2092, + [2746] = 2096, + [2747] = 2097, + [2748] = 2098, + [2749] = 2099, + [2750] = 2100, + [2751] = 2126, + [2752] = 2065, + [2753] = 2165, + [2754] = 2131, + [2755] = 2075, + [2756] = 1932, + [2757] = 2079, + [2758] = 1930, + [2759] = 2107, + [2760] = 2118, + [2761] = 2118, + [2762] = 2107, + [2763] = 2079, + [2764] = 2075, + [2765] = 2065, + [2766] = 2062, + [2767] = 2048, + [2768] = 2046, + [2769] = 2041, [2770] = 2531, - [2771] = 2209, - [2772] = 2590, - [2773] = 2517, - [2774] = 2774, - [2775] = 2088, - [2776] = 2776, - [2777] = 2589, - [2778] = 2133, - [2779] = 1891, - [2780] = 2590, - [2781] = 2094, - [2782] = 2500, - [2783] = 2480, - [2784] = 2776, - [2785] = 2776, - [2786] = 2776, - [2787] = 2776, - [2788] = 2776, - [2789] = 2776, - [2790] = 2776, - [2791] = 2774, - [2792] = 2774, - [2793] = 2776, - [2794] = 2570, - [2795] = 2049, - [2796] = 2048, - [2797] = 2136, - [2798] = 1733, - [2799] = 1730, - [2800] = 2121, - [2801] = 2086, - [2802] = 1731, - [2803] = 2519, - [2804] = 2064, - [2805] = 2069, - [2806] = 2113, - [2807] = 1737, - [2808] = 2038, - [2809] = 2125, - [2810] = 1725, - [2811] = 2053, - [2812] = 2051, - [2813] = 2123, - [2814] = 2071, - [2815] = 2081, - [2816] = 2514, - [2817] = 2513, - [2818] = 2082, - [2819] = 1920, - [2820] = 1924, - [2821] = 2508, - [2822] = 1919, - [2823] = 1728, - [2824] = 1734, - [2825] = 2574, - [2826] = 1895, - [2827] = 1886, - [2828] = 1897, - [2829] = 1905, - [2830] = 1729, - [2831] = 299, - [2832] = 2036, - [2833] = 312, - [2834] = 2035, - [2835] = 1914, - [2836] = 1918, - [2837] = 2030, - [2838] = 2029, - [2839] = 2011, - [2840] = 2124, - [2841] = 2033, - [2842] = 2019, - [2843] = 2480, - [2844] = 2032, - [2845] = 2491, - [2846] = 2490, - [2847] = 2146, - [2848] = 2173, - [2849] = 2025, - [2850] = 2516, - [2851] = 1956, - [2852] = 2020, - [2853] = 2146, - [2854] = 2011, - [2855] = 2004, - [2856] = 2070, - [2857] = 2077, - [2858] = 2091, - [2859] = 1955, - [2860] = 2098, - [2861] = 2103, - [2862] = 1992, - [2863] = 2124, - [2864] = 2123, - [2865] = 2121, - [2866] = 2506, - [2867] = 2094, - [2868] = 1943, - [2869] = 2484, + [2771] = 2032, + [2772] = 2028, + [2773] = 2529, + [2774] = 2415, + [2775] = 2126, + [2776] = 2131, + [2777] = 2109, + [2778] = 2165, + [2779] = 2157, + [2780] = 2108, + [2781] = 2496, + [2782] = 2154, + [2783] = 2153, + [2784] = 2167, + [2785] = 2727, + [2786] = 2157, + [2787] = 2094, + [2788] = 2154, + [2789] = 2153, + [2790] = 2152, + [2791] = 2497, + [2792] = 2150, + [2793] = 2149, + [2794] = 2147, + [2795] = 2104, + [2796] = 2146, + [2797] = 2145, + [2798] = 2143, + [2799] = 2142, + [2800] = 2138, + [2801] = 2103, + [2802] = 2095, + [2803] = 2510, + [2804] = 2137, + [2805] = 2136, + [2806] = 2452, + [2807] = 2070, + [2808] = 2152, + [2809] = 2093, + [2810] = 2147, + [2811] = 2146, + [2812] = 2082, + [2813] = 2727, + [2814] = 2574, + [2815] = 2145, + [2816] = 2503, + [2817] = 2502, + [2818] = 2734, + [2819] = 1915, + [2820] = 1937, + [2821] = 2499, + [2822] = 1939, + [2823] = 2143, + [2824] = 2142, + [2825] = 2727, + [2826] = 2476, + [2827] = 2174, + [2828] = 2138, + [2829] = 2040, + [2830] = 2137, + [2831] = 2070, + [2832] = 2069, + [2833] = 2042, + [2834] = 2734, + [2835] = 1925, + [2836] = 1923, + [2837] = 2043, + [2838] = 2136, + [2839] = 2169, + [2840] = 2044, + [2841] = 2150, + [2842] = 2727, + [2843] = 2727, + [2844] = 2047, + [2845] = 2488, + [2846] = 2486, + [2847] = 2049, + [2848] = 2590, + [2849] = 2050, + [2850] = 2727, + [2851] = 2101, + [2852] = 2051, + [2853] = 2058, + [2854] = 2564, + [2855] = 2290, + [2856] = 2481, + [2857] = 2727, + [2858] = 2167, + [2859] = 2058, + [2860] = 2069, + [2861] = 2051, + [2862] = 296, + [2863] = 2050, + [2864] = 2088, + [2865] = 2049, + [2866] = 2100, + [2867] = 2047, + [2868] = 2045, + [2869] = 2483, [2870] = 2482, - [2871] = 2112, - [2872] = 2116, - [2873] = 2118, - [2874] = 2120, - [2875] = 2029, - [2876] = 2489, - [2877] = 1996, - [2878] = 2030, - [2879] = 1994, - [2880] = 2126, - [2881] = 2477, - [2882] = 2127, - [2883] = 2128, - [2884] = 1945, - [2885] = 2524, - [2886] = 2130, - [2887] = 1996, - [2888] = 2474, - [2889] = 2487, - [2890] = 2131, - [2891] = 2348, - [2892] = 2160, - [2893] = 2039, - [2894] = 2045, - [2895] = 1953, - [2896] = 2504, - [2897] = 2241, - [2898] = 2041, - [2899] = 2060, - [2900] = 2073, - [2901] = 2518, - [2902] = 2066, - [2903] = 2080, - [2904] = 2090, - [2905] = 2093, - [2906] = 2107, - [2907] = 2559, - [2908] = 2082, - [2909] = 2111, - [2910] = 2165, - [2911] = 2081, - [2912] = 2533, - [2913] = 2162, - [2914] = 2534, - [2915] = 2230, - [2916] = 2071, - [2917] = 1942, - [2918] = 2570, - [2919] = 2064, - [2920] = 2069, - [2921] = 2113, - [2922] = 2038, - [2923] = 2125, - [2924] = 2051, - [2925] = 2053, - [2926] = 2181, - [2927] = 1905, - [2928] = 2483, - [2929] = 2476, - [2930] = 1895, - [2931] = 2181, - [2932] = 2371, - [2933] = 2466, - [2934] = 1812, - [2935] = 1797, - [2936] = 2479, - [2937] = 2937, - [2938] = 1891, - [2939] = 2939, - [2940] = 2492, - [2941] = 1799, - [2942] = 1733, - [2943] = 1730, - [2944] = 1929, - [2945] = 2508, - [2946] = 2494, - [2947] = 1731, - [2948] = 1737, - [2949] = 1725, - [2950] = 1728, - [2951] = 1734, - [2952] = 2470, - [2953] = 2485, - [2954] = 299, - [2955] = 312, - [2956] = 2532, - [2957] = 2486, - [2958] = 1929, - [2959] = 2488, - [2960] = 2544, - [2961] = 2545, - [2962] = 2547, - [2963] = 2548, - [2964] = 2549, - [2965] = 2551, - [2966] = 2552, - [2967] = 2554, - [2968] = 2555, - [2969] = 2556, - [2970] = 2557, - [2971] = 2423, - [2972] = 2495, - [2973] = 2504, - [2974] = 2974, - [2975] = 2404, - [2976] = 1808, + [2871] = 2082, + [2872] = 2579, + [2873] = 306, + [2874] = 2044, + [2875] = 2043, + [2876] = 2042, + [2877] = 2093, + [2878] = 2040, + [2879] = 2099, + [2880] = 2209, + [2881] = 2478, + [2882] = 2095, + [2883] = 2098, + [2884] = 1919, + [2885] = 1910, + [2886] = 2053, + [2887] = 2103, + [2888] = 2473, + [2889] = 2476, + [2890] = 2097, + [2891] = 2481, + [2892] = 2104, + [2893] = 2727, + [2894] = 2521, + [2895] = 2197, + [2896] = 2096, + [2897] = 2199, + [2898] = 2201, + [2899] = 2202, + [2900] = 2590, + [2901] = 2589, + [2902] = 2203, + [2903] = 2108, + [2904] = 1888, + [2905] = 1890, + [2906] = 2109, + [2907] = 2570, + [2908] = 1906, + [2909] = 1887, + [2910] = 1738, + [2911] = 2001, + [2912] = 2002, + [2913] = 2006, + [2914] = 1729, + [2915] = 1727, + [2916] = 1733, + [2917] = 1728, + [2918] = 1725, + [2919] = 1734, + [2920] = 2579, + [2921] = 2083, + [2922] = 2085, + [2923] = 2087, + [2924] = 2092, + [2925] = 2524, + [2926] = 1887, + [2927] = 2307, + [2928] = 1798, + [2929] = 1730, + [2930] = 2930, + [2931] = 2931, + [2932] = 1947, + [2933] = 1947, + [2934] = 296, + [2935] = 1910, + [2936] = 306, + [2937] = 2466, + [2938] = 1811, + [2939] = 2477, + [2940] = 2489, + [2941] = 2499, + [2942] = 2541, + [2943] = 2504, + [2944] = 2944, + [2945] = 1809, + [2946] = 2174, + [2947] = 2532, + [2948] = 2543, + [2949] = 2544, + [2950] = 2547, + [2951] = 2548, + [2952] = 2549, + [2953] = 2550, + [2954] = 2551, + [2955] = 2552, + [2956] = 2553, + [2957] = 2556, + [2958] = 2558, + [2959] = 2569, + [2960] = 1805, + [2961] = 2575, + [2962] = 1906, + [2963] = 2225, + [2964] = 1890, + [2965] = 1888, + [2966] = 2494, + [2967] = 2479, + [2968] = 2506, + [2969] = 1734, + [2970] = 1725, + [2971] = 1728, + [2972] = 2451, + [2973] = 2475, + [2974] = 2528, + [2975] = 1733, + [2976] = 1727, [2977] = 1729, - [2978] = 1897, - [2979] = 1886, - [2980] = 2573, - [2981] = 2571, - [2982] = 2570, - [2983] = 2500, - [2984] = 2589, - [2985] = 2516, - [2986] = 2483, - [2987] = 1942, - [2988] = 2486, - [2989] = 2574, - [2990] = 2488, - [2991] = 1924, - [2992] = 1956, - [2993] = 1955, - [2994] = 1943, - [2995] = 2194, - [2996] = 2524, - [2997] = 2565, - [2998] = 2186, - [2999] = 1925, - [3000] = 2185, - [3001] = 2521, - [3002] = 1926, - [3003] = 2504, - [3004] = 1876, - [3005] = 2183, - [3006] = 2410, - [3007] = 1920, - [3008] = 2209, - [3009] = 1778, - [3010] = 2526, - [3011] = 2572, - [3012] = 2531, - [3013] = 2485, - [3014] = 2534, - [3015] = 2533, - [3016] = 2518, - [3017] = 2573, - [3018] = 2489, - [3019] = 1776, - [3020] = 2480, - [3021] = 1953, - [3022] = 2508, - [3023] = 1919, - [3024] = 1917, - [3025] = 2571, - [3026] = 2487, - [3027] = 1935, - [3028] = 2173, - [3029] = 312, - [3030] = 299, - [3031] = 2482, - [3032] = 2517, - [3033] = 2519, - [3034] = 2514, - [3035] = 2513, - [3036] = 2348, - [3037] = 2404, - [3038] = 2556, - [3039] = 1874, - [3040] = 2495, - [3041] = 1914, - [3042] = 2371, - [3043] = 2555, - [3044] = 1918, - [3045] = 2554, - [3046] = 2552, - [3047] = 2551, - [3048] = 2491, - [3049] = 2549, - [3050] = 2548, - [3051] = 2547, - [3052] = 2545, - [3053] = 2544, - [3054] = 2490, - [3055] = 2477, - [3056] = 2466, - [3057] = 2494, - [3058] = 2484, - [3059] = 2479, - [3060] = 2489, - [3061] = 2489, - [3062] = 2483, - [3063] = 2501, - [3064] = 2485, - [3065] = 2486, - [3066] = 2488, - [3067] = 2495, - [3068] = 2573, - [3069] = 2571, - [3070] = 2559, - [3071] = 2557, - [3072] = 2556, - [3073] = 2555, - [3074] = 2554, - [3075] = 1779, - [3076] = 2552, - [3077] = 2551, - [3078] = 2549, - [3079] = 2532, - [3080] = 2470, - [3081] = 2230, - [3082] = 2557, - [3083] = 2492, - [3084] = 2506, - [3085] = 2548, - [3086] = 2547, - [3087] = 2545, - [3088] = 2544, - [3089] = 2532, - [3090] = 2470, - [3091] = 2492, - [3092] = 2474, - [3093] = 1945, - [3094] = 2476, - [3095] = 2241, - [3096] = 2476, - [3097] = 2513, - [3098] = 2230, - [3099] = 1935, - [3100] = 2531, - [3101] = 2517, - [3102] = 2519, - [3103] = 2514, - [3104] = 1920, - [3105] = 1924, - [3106] = 1919, - [3107] = 1914, - [3108] = 1918, - [3109] = 2491, - [3110] = 2490, - [3111] = 299, - [3112] = 2484, - [3113] = 2482, - [3114] = 1734, - [3115] = 1728, - [3116] = 1725, - [3117] = 2477, - [3118] = 1945, - [3119] = 1737, - [3120] = 1731, - [3121] = 1730, - [3122] = 1733, - [3123] = 2474, - [3124] = 2508, - [3125] = 2559, - [3126] = 1926, - [3127] = 1925, - [3128] = 2565, - [3129] = 2489, - [3130] = 2572, - [3131] = 1956, - [3132] = 1955, - [3133] = 1943, - [3134] = 1942, - [3135] = 2534, - [3136] = 2533, - [3137] = 2518, - [3138] = 2504, - [3139] = 1953, - [3140] = 2501, - [3141] = 2487, - [3142] = 1917, - [3143] = 3143, - [3144] = 1991, - [3145] = 3143, - [3146] = 1973, - [3147] = 312, - [3148] = 2348, - [3149] = 1980, - [3150] = 2241, - [3151] = 3151, - [3152] = 1897, - [3153] = 2077, - [3154] = 2091, + [2978] = 2539, + [2979] = 1738, + [2980] = 2552, + [2981] = 2528, + [2982] = 2489, + [2983] = 2553, + [2984] = 2551, + [2985] = 2496, + [2986] = 2556, + [2987] = 1776, + [2988] = 1862, + [2989] = 2524, + [2990] = 2481, + [2991] = 2487, + [2992] = 2476, + [2993] = 2452, + [2994] = 2569, + [2995] = 2494, + [2996] = 2574, + [2997] = 2496, + [2998] = 2575, + [2999] = 2532, + [3000] = 2504, + [3001] = 1915, + [3002] = 2516, + [3003] = 1939, + [3004] = 2558, + [3005] = 2564, + [3006] = 2558, + [3007] = 2556, + [3008] = 1940, + [3009] = 2509, + [3010] = 2565, + [3011] = 2518, + [3012] = 1942, + [3013] = 2553, + [3014] = 2203, + [3015] = 2202, + [3016] = 2201, + [3017] = 2541, + [3018] = 2496, + [3019] = 1778, + [3020] = 2549, + [3021] = 2579, + [3022] = 2199, + [3023] = 2477, + [3024] = 2197, + [3025] = 1944, + [3026] = 2489, + [3027] = 1948, + [3028] = 1949, + [3029] = 2504, + [3030] = 2552, + [3031] = 2569, + [3032] = 2548, + [3033] = 2523, + [3034] = 2575, + [3035] = 2543, + [3036] = 2415, + [3037] = 2551, + [3038] = 2544, + [3039] = 2570, + [3040] = 2473, + [3041] = 2550, + [3042] = 2532, + [3043] = 2505, + [3044] = 1919, + [3045] = 306, + [3046] = 2568, + [3047] = 296, + [3048] = 1951, + [3049] = 1943, + [3050] = 2479, + [3051] = 2290, + [3052] = 2451, + [3053] = 2478, + [3054] = 2549, + [3055] = 2506, + [3056] = 2307, + [3057] = 2347, + [3058] = 2466, + [3059] = 2507, + [3060] = 2589, + [3061] = 2475, + [3062] = 2499, + [3063] = 1932, + [3064] = 2539, + [3065] = 2482, + [3066] = 2539, + [3067] = 2477, + [3068] = 2550, + [3069] = 1930, + [3070] = 2209, + [3071] = 2548, + [3072] = 2531, + [3073] = 2528, + [3074] = 2475, + [3075] = 1867, + [3076] = 2497, + [3077] = 1781, + [3078] = 2529, + [3079] = 2483, + [3080] = 2506, + [3081] = 2479, + [3082] = 2547, + [3083] = 2547, + [3084] = 2544, + [3085] = 2510, + [3086] = 2543, + [3087] = 2486, + [3088] = 2521, + [3089] = 2503, + [3090] = 2502, + [3091] = 1937, + [3092] = 1925, + [3093] = 1923, + [3094] = 2488, + [3095] = 2565, + [3096] = 2518, + [3097] = 2509, + [3098] = 2494, + [3099] = 1940, + [3100] = 3100, + [3101] = 1932, + [3102] = 2516, + [3103] = 1930, + [3104] = 1987, + [3105] = 2570, + [3106] = 2473, + [3107] = 1942, + [3108] = 2487, + [3109] = 2290, + [3110] = 2452, + [3111] = 306, + [3112] = 1738, + [3113] = 1729, + [3114] = 2531, + [3115] = 1727, + [3116] = 1733, + [3117] = 1986, + [3118] = 2415, + [3119] = 1728, + [3120] = 1725, + [3121] = 1734, + [3122] = 2529, + [3123] = 296, + [3124] = 2478, + [3125] = 1963, + [3126] = 2496, + [3127] = 1944, + [3128] = 2482, + [3129] = 2483, + [3130] = 1919, + [3131] = 1948, + [3132] = 2510, + [3133] = 1949, + [3134] = 2488, + [3135] = 2503, + [3136] = 2502, + [3137] = 2486, + [3138] = 1915, + [3139] = 1962, + [3140] = 1937, + [3141] = 1943, + [3142] = 2499, + [3143] = 1939, + [3144] = 1925, + [3145] = 1951, + [3146] = 1923, + [3147] = 2568, + [3148] = 1978, + [3149] = 2523, + [3150] = 3100, + [3151] = 2098, + [3152] = 3152, + [3153] = 2146, + [3154] = 2145, [3155] = 3155, - [3156] = 2098, - [3157] = 2103, - [3158] = 2112, - [3159] = 2116, - [3160] = 2118, - [3161] = 2120, - [3162] = 2126, - [3163] = 2127, - [3164] = 2128, - [3165] = 2130, - [3166] = 2131, - [3167] = 366, - [3168] = 3168, - [3169] = 3155, - [3170] = 2160, - [3171] = 3151, - [3172] = 3172, - [3173] = 2019, - [3174] = 2045, - [3175] = 2086, - [3176] = 2041, - [3177] = 2060, - [3178] = 2073, - [3179] = 2066, - [3180] = 3180, - [3181] = 3180, - [3182] = 3151, - [3183] = 2080, - [3184] = 2090, - [3185] = 2093, - [3186] = 2133, - [3187] = 2107, - [3188] = 2111, - [3189] = 2049, - [3190] = 2048, - [3191] = 2165, - [3192] = 2039, - [3193] = 2162, - [3194] = 2036, - [3195] = 3195, - [3196] = 345, - [3197] = 2064, - [3198] = 2069, - [3199] = 2113, - [3200] = 2038, - [3201] = 2125, - [3202] = 2053, - [3203] = 2051, - [3204] = 2071, - [3205] = 2081, - [3206] = 2082, - [3207] = 1734, - [3208] = 3151, - [3209] = 2030, - [3210] = 2035, - [3211] = 2029, - [3212] = 2034, - [3213] = 1929, - [3214] = 3168, - [3215] = 1728, - [3216] = 1725, - [3217] = 3155, - [3218] = 1895, - [3219] = 2033, - [3220] = 2032, - [3221] = 2146, - [3222] = 2025, - [3223] = 3155, - [3224] = 1737, - [3225] = 1992, - [3226] = 3226, - [3227] = 2124, - [3228] = 2123, - [3229] = 2121, - [3230] = 1731, - [3231] = 1730, - [3232] = 2094, - [3233] = 1733, - [3234] = 3168, - [3235] = 1891, - [3236] = 1996, - [3237] = 1994, - [3238] = 3168, - [3239] = 1729, - [3240] = 3168, - [3241] = 3241, - [3242] = 3180, - [3243] = 2020, + [3156] = 2143, + [3157] = 2142, + [3158] = 2138, + [3159] = 3155, + [3160] = 2137, + [3161] = 2136, + [3162] = 3152, + [3163] = 3163, + [3164] = 2040, + [3165] = 2042, + [3166] = 2043, + [3167] = 2044, + [3168] = 2045, + [3169] = 2047, + [3170] = 2049, + [3171] = 2131, + [3172] = 2050, + [3173] = 2149, + [3174] = 2051, + [3175] = 2058, + [3176] = 2165, + [3177] = 3177, + [3178] = 3163, + [3179] = 3155, + [3180] = 3163, + [3181] = 3177, + [3182] = 3155, + [3183] = 2099, + [3184] = 417, + [3185] = 3185, + [3186] = 2001, + [3187] = 2069, + [3188] = 2070, + [3189] = 2002, + [3190] = 1947, + [3191] = 2150, + [3192] = 3192, + [3193] = 2082, + [3194] = 2006, + [3195] = 2083, + [3196] = 2152, + [3197] = 2085, + [3198] = 2153, + [3199] = 2093, + [3200] = 2095, + [3201] = 2103, + [3202] = 2126, + [3203] = 2087, + [3204] = 2104, + [3205] = 398, + [3206] = 2094, + [3207] = 1910, + [3208] = 2108, + [3209] = 2109, + [3210] = 2118, + [3211] = 2092, + [3212] = 1730, + [3213] = 3100, + [3214] = 1734, + [3215] = 2154, + [3216] = 2096, + [3217] = 2107, + [3218] = 2097, + [3219] = 3185, + [3220] = 3152, + [3221] = 2157, + [3222] = 3222, + [3223] = 1725, + [3224] = 2167, + [3225] = 1728, + [3226] = 1733, + [3227] = 2100, + [3228] = 1727, + [3229] = 1729, + [3230] = 2101, + [3231] = 1738, + [3232] = 3152, + [3233] = 2147, + [3234] = 2028, + [3235] = 3177, + [3236] = 1887, + [3237] = 2032, + [3238] = 3155, + [3239] = 3239, + [3240] = 2079, + [3241] = 3177, + [3242] = 2041, + [3243] = 3163, [3244] = 3244, - [3245] = 3151, - [3246] = 2011, - [3247] = 3180, - [3248] = 3143, - [3249] = 3180, - [3250] = 3155, - [3251] = 3172, - [3252] = 3168, - [3253] = 3172, - [3254] = 3172, - [3255] = 3180, - [3256] = 3151, - [3257] = 3155, - [3258] = 2004, - [3259] = 3259, - [3260] = 1905, - [3261] = 2070, - [3262] = 1886, - [3263] = 1799, - [3264] = 1797, - [3265] = 1876, - [3266] = 1808, - [3267] = 1812, - [3268] = 1874, - [3269] = 1876, - [3270] = 1874, - [3271] = 1813, - [3272] = 1930, - [3273] = 1864, + [3245] = 3163, + [3246] = 3185, + [3247] = 3152, + [3248] = 2046, + [3249] = 3185, + [3250] = 2048, + [3251] = 2062, + [3252] = 1906, + [3253] = 1890, + [3254] = 1888, + [3255] = 2065, + [3256] = 3177, + [3257] = 2075, + [3258] = 3258, + [3259] = 1811, + [3260] = 1798, + [3261] = 1862, + [3262] = 1809, + [3263] = 1805, + [3264] = 1867, + [3265] = 1867, + [3266] = 1817, + [3267] = 1862, + [3268] = 1875, + [3269] = 1924, + [3270] = 1872, + [3271] = 1857, + [3272] = 1914, + [3273] = 1931, [3274] = 3274, [3275] = 3275, - [3276] = 1865, - [3277] = 1869, - [3278] = 1939, - [3279] = 1937, - [3280] = 1952, - [3281] = 1856, - [3282] = 1725, - [3283] = 1730, - [3284] = 1733, - [3285] = 1852, - [3286] = 1905, - [3287] = 1843, - [3288] = 1814, - [3289] = 1734, - [3290] = 1728, - [3291] = 1842, - [3292] = 1853, - [3293] = 1874, - [3294] = 1849, - [3295] = 1865, - [3296] = 1864, - [3297] = 1855, - [3298] = 1876, - [3299] = 1844, - [3300] = 1874, - [3301] = 1845, - [3302] = 1895, - [3303] = 1876, - [3304] = 1886, - [3305] = 1731, - [3306] = 3306, - [3307] = 1929, - [3308] = 1897, - [3309] = 1850, - [3310] = 1737, - [3311] = 1869, - [3312] = 1891, - [3313] = 1856, - [3314] = 3314, - [3315] = 1869, + [3276] = 1868, + [3277] = 1928, + [3278] = 1872, + [3279] = 1843, + [3280] = 1734, + [3281] = 1867, + [3282] = 1857, + [3283] = 3283, + [3284] = 1906, + [3285] = 1875, + [3286] = 1842, + [3287] = 1862, + [3288] = 1867, + [3289] = 1947, + [3290] = 1890, + [3291] = 1849, + [3292] = 1855, + [3293] = 1728, + [3294] = 1853, + [3295] = 1868, + [3296] = 1854, + [3297] = 1733, + [3298] = 1725, + [3299] = 1727, + [3300] = 1729, + [3301] = 1887, + [3302] = 1840, + [3303] = 1814, + [3304] = 1848, + [3305] = 1845, + [3306] = 1910, + [3307] = 1738, + [3308] = 1862, + [3309] = 1888, + [3310] = 1914, + [3311] = 1857, + [3312] = 3312, + [3313] = 3313, + [3314] = 1924, + [3315] = 1868, [3316] = 3316, - [3317] = 1937, + [3317] = 3312, [3318] = 3318, [3319] = 3319, - [3320] = 1856, - [3321] = 1865, - [3322] = 1864, - [3323] = 3316, - [3324] = 3324, - [3325] = 1952, - [3326] = 3324, + [3320] = 1875, + [3321] = 1872, + [3322] = 3319, + [3323] = 3323, + [3324] = 1939, + [3325] = 1730, + [3326] = 3323, [3327] = 3327, - [3328] = 1918, - [3329] = 1924, - [3330] = 3330, - [3331] = 3331, - [3332] = 3332, - [3333] = 312, - [3334] = 1920, - [3335] = 3327, + [3328] = 1932, + [3329] = 3327, + [3330] = 1949, + [3331] = 3327, + [3332] = 3323, + [3333] = 3327, + [3334] = 3323, + [3335] = 3335, [3336] = 1096, - [3337] = 1729, - [3338] = 3327, + [3337] = 1948, + [3338] = 2174, [3339] = 3339, - [3340] = 3331, - [3341] = 1942, + [3340] = 1940, + [3341] = 3323, [3342] = 3327, - [3343] = 1926, - [3344] = 3344, - [3345] = 1935, - [3346] = 1097, - [3347] = 3327, - [3348] = 1914, - [3349] = 2181, - [3350] = 1925, - [3351] = 299, - [3352] = 3327, - [3353] = 3331, - [3354] = 1930, - [3355] = 3327, - [3356] = 1955, - [3357] = 1956, + [3343] = 3323, + [3344] = 1944, + [3345] = 1930, + [3346] = 3327, + [3347] = 296, + [3348] = 3348, + [3349] = 3323, + [3350] = 1951, + [3351] = 3327, + [3352] = 1931, + [3353] = 3327, + [3354] = 1928, + [3355] = 1097, + [3356] = 1915, + [3357] = 1937, [3358] = 1943, - [3359] = 3331, - [3360] = 3331, - [3361] = 3331, - [3362] = 3331, - [3363] = 3331, - [3364] = 1953, - [3365] = 1939, - [3366] = 1919, - [3367] = 3327, - [3368] = 3327, + [3359] = 3359, + [3360] = 1919, + [3361] = 3327, + [3362] = 3362, + [3363] = 1942, + [3364] = 1923, + [3365] = 1925, + [3366] = 3323, + [3367] = 306, + [3368] = 2169, [3369] = 3369, - [3370] = 1945, - [3371] = 3327, - [3372] = 3327, - [3373] = 1917, - [3374] = 3331, + [3370] = 3370, + [3371] = 1924, + [3372] = 3372, + [3373] = 3369, + [3374] = 2135, [3375] = 3375, - [3376] = 3376, - [3377] = 3377, - [3378] = 3377, - [3379] = 2519, - [3380] = 2572, - [3381] = 3377, - [3382] = 3376, - [3383] = 1813, - [3384] = 1973, - [3385] = 3385, - [3386] = 3319, - [3387] = 3387, - [3388] = 3388, - [3389] = 3389, - [3390] = 2137, - [3391] = 2404, - [3392] = 3376, - [3393] = 3375, - [3394] = 3389, - [3395] = 3376, - [3396] = 3376, + [3376] = 3375, + [3377] = 2451, + [3378] = 3378, + [3379] = 3378, + [3380] = 1978, + [3381] = 2141, + [3382] = 3370, + [3383] = 2523, + [3384] = 1987, + [3385] = 1817, + [3386] = 3370, + [3387] = 3375, + [3388] = 3378, + [3389] = 3378, + [3390] = 3378, + [3391] = 3370, + [3392] = 3369, + [3393] = 3378, + [3394] = 3370, + [3395] = 3395, + [3396] = 3375, [3397] = 3375, - [3398] = 3387, - [3399] = 3376, - [3400] = 2129, - [3401] = 3387, - [3402] = 1952, - [3403] = 3387, - [3404] = 2136, - [3405] = 3375, - [3406] = 3376, - [3407] = 3377, - [3408] = 2484, - [3409] = 1980, - [3410] = 3387, - [3411] = 3377, - [3412] = 3377, - [3413] = 3387, - [3414] = 3375, - [3415] = 3387, - [3416] = 3387, - [3417] = 3376, - [3418] = 2559, - [3419] = 3375, - [3420] = 2371, - [3421] = 2466, - [3422] = 3375, - [3423] = 2151, - [3424] = 1991, - [3425] = 3387, - [3426] = 3387, - [3427] = 3375, - [3428] = 1937, - [3429] = 3376, - [3430] = 3375, - [3431] = 3377, - [3432] = 2126, - [3433] = 2133, - [3434] = 2086, - [3435] = 2501, - [3436] = 1853, - [3437] = 1994, - [3438] = 2045, - [3439] = 2064, - [3440] = 2019, - [3441] = 1992, - [3442] = 2069, - [3443] = 2532, - [3444] = 2531, - [3445] = 2485, - [3446] = 2113, - [3447] = 3447, - [3448] = 3448, - [3449] = 2477, - [3450] = 3448, - [3451] = 2038, - [3452] = 2125, + [3398] = 3375, + [3399] = 1962, + [3400] = 2483, + [3401] = 3401, + [3402] = 2466, + [3403] = 1963, + [3404] = 2510, + [3405] = 3370, + [3406] = 3369, + [3407] = 3370, + [3408] = 3369, + [3409] = 2570, + [3410] = 3378, + [3411] = 3378, + [3412] = 3378, + [3413] = 3372, + [3414] = 3369, + [3415] = 3370, + [3416] = 3375, + [3417] = 1986, + [3418] = 2053, + [3419] = 3318, + [3420] = 1914, + [3421] = 3370, + [3422] = 2307, + [3423] = 3369, + [3424] = 2136, + [3425] = 2094, + [3426] = 2075, + [3427] = 2079, + [3428] = 1849, + [3429] = 2083, + [3430] = 3275, + [3431] = 2085, + [3432] = 2107, + [3433] = 2092, + [3434] = 2118, + [3435] = 1840, + [3436] = 2096, + [3437] = 2097, + [3438] = 2098, + [3439] = 1947, + [3440] = 2099, + [3441] = 2100, + [3442] = 2126, + [3443] = 2104, + [3444] = 2041, + [3445] = 2143, + [3446] = 3446, + [3447] = 1928, + [3448] = 1853, + [3449] = 3449, + [3450] = 1798, + [3451] = 2145, + [3452] = 2131, [3453] = 3453, - [3454] = 2053, - [3455] = 2041, - [3456] = 1852, - [3457] = 2482, - [3458] = 2051, - [3459] = 1096, - [3460] = 1984, - [3461] = 1844, - [3462] = 2124, - [3463] = 2071, - [3464] = 2081, - [3465] = 1814, - [3466] = 2070, - [3467] = 2474, - [3468] = 2082, - [3469] = 2077, - [3470] = 2004, - [3471] = 2091, - [3472] = 2098, - [3473] = 1996, - [3474] = 2103, - [3475] = 2112, - [3476] = 2123, - [3477] = 2116, - [3478] = 2118, - [3479] = 2120, - [3480] = 2162, - [3481] = 2060, - [3482] = 2495, - [3483] = 2127, - [3484] = 3447, - [3485] = 2128, - [3486] = 2556, - [3487] = 2504, - [3488] = 2160, - [3489] = 1797, - [3490] = 3447, - [3491] = 2121, - [3492] = 2565, - [3493] = 1843, - [3494] = 3448, - [3495] = 1842, - [3496] = 1929, - [3497] = 2011, - [3498] = 1849, - [3499] = 2020, - [3500] = 3274, - [3501] = 2073, - [3502] = 2025, - [3503] = 2032, - [3504] = 2066, - [3505] = 3448, - [3506] = 1799, - [3507] = 2080, - [3508] = 2033, - [3509] = 1845, - [3510] = 2130, - [3511] = 2034, - [3512] = 2131, - [3513] = 2151, - [3514] = 2036, - [3515] = 3453, - [3516] = 2090, - [3517] = 2030, - [3518] = 2029, - [3519] = 2146, - [3520] = 3447, - [3521] = 2514, - [3522] = 2136, - [3523] = 2513, - [3524] = 2035, - [3525] = 3448, - [3526] = 2039, - [3527] = 2165, - [3528] = 1959, - [3529] = 2111, - [3530] = 1959, - [3531] = 1855, - [3532] = 2483, - [3533] = 2508, - [3534] = 1850, - [3535] = 2137, - [3536] = 3453, - [3537] = 1984, - [3538] = 1939, - [3539] = 1097, - [3540] = 3453, - [3541] = 2487, - [3542] = 2049, - [3543] = 2048, - [3544] = 3447, - [3545] = 2517, - [3546] = 3453, - [3547] = 2490, - [3548] = 1930, - [3549] = 2129, - [3550] = 2491, - [3551] = 2094, - [3552] = 2107, - [3553] = 2534, - [3554] = 1939, - [3555] = 2533, - [3556] = 2518, - [3557] = 3447, - [3558] = 3369, - [3559] = 3448, - [3560] = 1930, - [3561] = 2093, - [3562] = 3275, - [3563] = 3453, - [3564] = 1852, - [3565] = 1850, + [3454] = 3274, + [3455] = 2165, + [3456] = 1931, + [3457] = 2137, + [3458] = 2058, + [3459] = 2146, + [3460] = 1855, + [3461] = 2138, + [3462] = 2147, + [3463] = 2149, + [3464] = 3453, + [3465] = 3449, + [3466] = 2150, + [3467] = 2103, + [3468] = 2046, + [3469] = 2082, + [3470] = 2053, + [3471] = 3446, + [3472] = 2051, + [3473] = 2048, + [3474] = 2087, + [3475] = 2152, + [3476] = 2153, + [3477] = 2050, + [3478] = 2529, + [3479] = 1811, + [3480] = 2494, + [3481] = 2135, + [3482] = 2154, + [3483] = 2101, + [3484] = 2509, + [3485] = 2473, + [3486] = 2049, + [3487] = 2565, + [3488] = 2047, + [3489] = 2518, + [3490] = 2157, + [3491] = 1097, + [3492] = 3362, + [3493] = 1096, + [3494] = 3453, + [3495] = 2062, + [3496] = 2142, + [3497] = 2531, + [3498] = 3449, + [3499] = 2532, + [3500] = 2065, + [3501] = 2032, + [3502] = 3446, + [3503] = 2167, + [3504] = 2141, + [3505] = 2108, + [3506] = 1845, + [3507] = 2482, + [3508] = 2006, + [3509] = 1843, + [3510] = 2002, + [3511] = 1848, + [3512] = 2095, + [3513] = 2001, + [3514] = 1854, + [3515] = 2028, + [3516] = 1814, + [3517] = 2486, + [3518] = 2488, + [3519] = 3453, + [3520] = 2045, + [3521] = 1842, + [3522] = 2109, + [3523] = 2503, + [3524] = 2502, + [3525] = 2516, + [3526] = 2069, + [3527] = 2070, + [3528] = 2487, + [3529] = 2556, + [3530] = 2499, + [3531] = 3446, + [3532] = 2528, + [3533] = 2093, + [3534] = 2568, + [3535] = 3446, + [3536] = 3449, + [3537] = 2040, + [3538] = 2479, + [3539] = 3449, + [3540] = 2044, + [3541] = 2042, + [3542] = 2169, + [3543] = 2539, + [3544] = 2478, + [3545] = 3453, + [3546] = 2043, + [3547] = 3547, + [3548] = 1854, + [3549] = 3549, + [3550] = 2547, + [3551] = 2548, + [3552] = 1845, + [3553] = 2544, + [3554] = 2550, + [3555] = 3547, + [3556] = 1840, + [3557] = 2558, + [3558] = 2543, + [3559] = 3559, + [3560] = 2053, + [3561] = 2506, + [3562] = 1914, + [3563] = 3563, + [3564] = 2135, + [3565] = 2551, [3566] = 3566, - [3567] = 1855, - [3568] = 2548, - [3569] = 2486, - [3570] = 1853, - [3571] = 1849, - [3572] = 3566, - [3573] = 1845, - [3574] = 2544, - [3575] = 1843, - [3576] = 3576, - [3577] = 2129, - [3578] = 3578, - [3579] = 2492, - [3580] = 3580, - [3581] = 3576, - [3582] = 2137, - [3583] = 3583, - [3584] = 2545, - [3585] = 2547, - [3586] = 1937, - [3587] = 2151, - [3588] = 2552, - [3589] = 2488, - [3590] = 2549, - [3591] = 2551, - [3592] = 2554, - [3593] = 2136, - [3594] = 2470, - [3595] = 2573, - [3596] = 3580, - [3597] = 2555, - [3598] = 2557, - [3599] = 2476, - [3600] = 3578, - [3601] = 3580, - [3602] = 1842, - [3603] = 3576, - [3604] = 1844, - [3605] = 3578, - [3606] = 2571, - [3607] = 3607, - [3608] = 3607, - [3609] = 3607, - [3610] = 3607, - [3611] = 3607, - [3612] = 3607, - [3613] = 3607, - [3614] = 3614, - [3615] = 3607, - [3616] = 3607, - [3617] = 3607, - [3618] = 3618, - [3619] = 3618, - [3620] = 3607, - [3621] = 2589, - [3622] = 3607, + [3567] = 2575, + [3568] = 3549, + [3569] = 2569, + [3570] = 2169, + [3571] = 2475, + [3572] = 2553, + [3573] = 1843, + [3574] = 3559, + [3575] = 2549, + [3576] = 1849, + [3577] = 2489, + [3578] = 2504, + [3579] = 3563, + [3580] = 2477, + [3581] = 3563, + [3582] = 2141, + [3583] = 2552, + [3584] = 3547, + [3585] = 1848, + [3586] = 1855, + [3587] = 1853, + [3588] = 3559, + [3589] = 1842, + [3590] = 3590, + [3591] = 3591, + [3592] = 3592, + [3593] = 3591, + [3594] = 3594, + [3595] = 1730, + [3596] = 3596, + [3597] = 2422, + [3598] = 3594, + [3599] = 3591, + [3600] = 3591, + [3601] = 3594, + [3602] = 3549, + [3603] = 3591, + [3604] = 3591, + [3605] = 3591, + [3606] = 3606, + [3607] = 2450, + [3608] = 3591, + [3609] = 3591, + [3610] = 3591, + [3611] = 3596, + [3612] = 3612, + [3613] = 3613, + [3614] = 3596, + [3615] = 3596, + [3616] = 3616, + [3617] = 3591, + [3618] = 3594, + [3619] = 3591, + [3620] = 3596, + [3621] = 3594, + [3622] = 2174, [3623] = 3623, - [3624] = 3624, - [3625] = 3624, - [3626] = 3618, - [3627] = 3627, - [3628] = 3618, - [3629] = 3629, - [3630] = 2255, - [3631] = 3631, - [3632] = 3618, - [3633] = 3633, - [3634] = 3624, - [3635] = 3607, - [3636] = 3607, - [3637] = 3607, - [3638] = 3566, - [3639] = 1729, - [3640] = 3624, - [3641] = 3618, - [3642] = 3618, - [3643] = 3607, - [3644] = 2181, - [3645] = 3624, - [3646] = 2238, - [3647] = 3624, - [3648] = 3648, - [3649] = 3314, - [3650] = 3650, - [3651] = 312, - [3652] = 3652, - [3653] = 3653, - [3654] = 1943, - [3655] = 3655, - [3656] = 1945, - [3657] = 3650, - [3658] = 1955, - [3659] = 3659, - [3660] = 2476, - [3661] = 3661, - [3662] = 3662, - [3663] = 3663, - [3664] = 1956, - [3665] = 3665, - [3666] = 3666, - [3667] = 3655, - [3668] = 3668, - [3669] = 3652, - [3670] = 1942, - [3671] = 3663, - [3672] = 3672, - [3673] = 3661, - [3674] = 3674, - [3675] = 3666, - [3676] = 3676, - [3677] = 3653, - [3678] = 3653, - [3679] = 3668, - [3680] = 3652, - [3681] = 3676, - [3682] = 3672, - [3683] = 3666, - [3684] = 299, - [3685] = 3685, - [3686] = 3653, - [3687] = 3672, - [3688] = 1930, - [3689] = 3674, - [3690] = 3655, - [3691] = 3659, - [3692] = 3692, - [3693] = 2573, - [3694] = 3694, - [3695] = 3653, + [3624] = 3596, + [3625] = 3591, + [3626] = 3591, + [3627] = 3596, + [3628] = 3628, + [3629] = 3591, + [3630] = 2589, + [3631] = 3591, + [3632] = 3632, + [3633] = 3594, + [3634] = 3634, + [3635] = 3635, + [3636] = 3636, + [3637] = 3637, + [3638] = 1814, + [3639] = 3634, + [3640] = 1942, + [3641] = 3641, + [3642] = 3642, + [3643] = 2553, + [3644] = 3644, + [3645] = 3635, + [3646] = 3646, + [3647] = 3647, + [3648] = 3641, + [3649] = 3649, + [3650] = 1944, + [3651] = 3646, + [3652] = 2415, + [3653] = 3644, + [3654] = 1948, + [3655] = 3644, + [3656] = 3318, + [3657] = 1949, + [3658] = 2506, + [3659] = 1919, + [3660] = 2477, + [3661] = 2575, + [3662] = 2475, + [3663] = 2477, + [3664] = 3646, + [3665] = 3649, + [3666] = 3635, + [3667] = 3634, + [3668] = 3641, + [3669] = 2569, + [3670] = 3646, + [3671] = 3671, + [3672] = 3313, + [3673] = 3671, + [3674] = 3646, + [3675] = 3675, + [3676] = 3644, + [3677] = 2552, + [3678] = 3678, + [3679] = 2569, + [3680] = 2551, + [3681] = 2550, + [3682] = 3682, + [3683] = 1951, + [3684] = 3684, + [3685] = 3628, + [3686] = 3686, + [3687] = 1943, + [3688] = 1940, + [3689] = 2479, + [3690] = 3690, + [3691] = 3691, + [3692] = 3649, + [3693] = 3649, + [3694] = 3635, + [3695] = 3642, [3696] = 3696, [3697] = 3697, - [3698] = 3666, - [3699] = 3661, - [3700] = 3663, - [3701] = 3701, - [3702] = 3663, - [3703] = 3703, + [3698] = 2558, + [3699] = 3641, + [3700] = 3700, + [3701] = 3675, + [3702] = 2575, + [3703] = 2556, [3704] = 3704, - [3705] = 3672, - [3706] = 3652, - [3707] = 3707, - [3708] = 3668, - [3709] = 2241, - [3710] = 3710, - [3711] = 3711, - [3712] = 3668, - [3713] = 3676, - [3714] = 2495, - [3715] = 2488, - [3716] = 3659, - [3717] = 2571, - [3718] = 3676, - [3719] = 2486, - [3720] = 3674, - [3721] = 2485, - [3722] = 3722, - [3723] = 2483, - [3724] = 3674, - [3725] = 1939, - [3726] = 3674, - [3727] = 3655, - [3728] = 3665, - [3729] = 3694, - [3730] = 1925, - [3731] = 1926, - [3732] = 3685, - [3733] = 2371, - [3734] = 3665, - [3735] = 2557, - [3736] = 2556, - [3737] = 2348, - [3738] = 2555, - [3739] = 2404, - [3740] = 1920, - [3741] = 2554, - [3742] = 3661, - [3743] = 2573, - [3744] = 3659, - [3745] = 2552, - [3746] = 3694, - [3747] = 2571, - [3748] = 2551, - [3749] = 3665, - [3750] = 2549, - [3751] = 2548, - [3752] = 2547, - [3753] = 3653, - [3754] = 2545, - [3755] = 2544, - [3756] = 3659, - [3757] = 1722, - [3758] = 1917, - [3759] = 1935, - [3760] = 2532, - [3761] = 3661, - [3762] = 2557, - [3763] = 2555, - [3764] = 2554, - [3765] = 3765, - [3766] = 3663, - [3767] = 2552, - [3768] = 3676, - [3769] = 2466, - [3770] = 2551, - [3771] = 2549, - [3772] = 2548, - [3773] = 3666, - [3774] = 3665, - [3775] = 3775, - [3776] = 2547, - [3777] = 2545, - [3778] = 3665, - [3779] = 2544, - [3780] = 3663, - [3781] = 3661, - [3782] = 2470, - [3783] = 2470, - [3784] = 1814, - [3785] = 3694, - [3786] = 3665, + [3705] = 2553, + [3706] = 3682, + [3707] = 2466, + [3708] = 3700, + [3709] = 3709, + [3710] = 3635, + [3711] = 2552, + [3712] = 2551, + [3713] = 3675, + [3714] = 3649, + [3715] = 3682, + [3716] = 3635, + [3717] = 3717, + [3718] = 3623, + [3719] = 3642, + [3720] = 2550, + [3721] = 3641, + [3722] = 3671, + [3723] = 2549, + [3724] = 2548, + [3725] = 2547, + [3726] = 2452, + [3727] = 3700, + [3728] = 2544, + [3729] = 2543, + [3730] = 1932, + [3731] = 1930, + [3732] = 2532, + [3733] = 3678, + [3734] = 3642, + [3735] = 2549, + [3736] = 3642, + [3737] = 3678, + [3738] = 2506, + [3739] = 2548, + [3740] = 2307, + [3741] = 3741, + [3742] = 2547, + [3743] = 3700, + [3744] = 2544, + [3745] = 2543, + [3746] = 3691, + [3747] = 3704, + [3748] = 296, + [3749] = 2489, + [3750] = 2489, + [3751] = 3704, + [3752] = 306, + [3753] = 2475, + [3754] = 3754, + [3755] = 2528, + [3756] = 3634, + [3757] = 3671, + [3758] = 3644, + [3759] = 3717, + [3760] = 3700, + [3761] = 2539, + [3762] = 3704, + [3763] = 2451, + [3764] = 3764, + [3765] = 3671, + [3766] = 2504, + [3767] = 3678, + [3768] = 1923, + [3769] = 2558, + [3770] = 3675, + [3771] = 3704, + [3772] = 1925, + [3773] = 3642, + [3774] = 3682, + [3775] = 3634, + [3776] = 3671, + [3777] = 3678, + [3778] = 3778, + [3779] = 2290, + [3780] = 3634, + [3781] = 3682, + [3782] = 3675, + [3783] = 3682, + [3784] = 1722, + [3785] = 3704, + [3786] = 2504, [3787] = 3787, - [3788] = 2486, - [3789] = 3694, - [3790] = 3666, - [3791] = 3655, - [3792] = 3319, - [3793] = 1919, - [3794] = 3672, - [3795] = 3668, - [3796] = 3796, - [3797] = 3674, - [3798] = 3652, - [3799] = 1918, - [3800] = 3652, - [3801] = 3672, - [3802] = 3694, - [3803] = 3668, - [3804] = 1914, - [3805] = 1953, - [3806] = 2230, - [3807] = 2476, - [3808] = 3659, - [3809] = 2488, - [3810] = 1924, - [3811] = 3676, - [3812] = 2492, - [3813] = 3318, + [3788] = 3316, + [3789] = 3646, + [3790] = 3641, + [3791] = 3649, + [3792] = 3678, + [3793] = 1915, + [3794] = 3675, + [3795] = 3634, + [3796] = 1937, + [3797] = 1939, + [3798] = 3644, + [3799] = 3799, + [3800] = 3800, + [3801] = 2549, + [3802] = 3802, + [3803] = 3803, + [3804] = 3804, + [3805] = 3805, + [3806] = 2551, + [3807] = 2499, + [3808] = 3803, + [3809] = 3809, + [3810] = 3754, + [3811] = 3811, + [3812] = 2415, + [3813] = 3813, [3814] = 3814, - [3815] = 2492, - [3816] = 3816, - [3817] = 3817, - [3818] = 3818, + [3815] = 3802, + [3816] = 2502, + [3817] = 3814, + [3818] = 3802, [3819] = 3819, - [3820] = 2474, + [3820] = 3820, [3821] = 3821, [3822] = 3822, - [3823] = 3823, + [3823] = 3799, [3824] = 3824, - [3825] = 3825, - [3826] = 3826, - [3827] = 3827, - [3828] = 3828, - [3829] = 3829, + [3825] = 2479, + [3826] = 2552, + [3827] = 3821, + [3828] = 2548, + [3829] = 2528, [3830] = 3830, - [3831] = 2490, - [3832] = 3832, - [3833] = 2491, - [3834] = 3819, - [3835] = 2348, - [3836] = 3836, + [3831] = 3831, + [3832] = 3799, + [3833] = 3821, + [3834] = 3834, + [3835] = 3835, + [3836] = 2523, [3837] = 3837, - [3838] = 3817, - [3839] = 1959, - [3840] = 3817, - [3841] = 3841, - [3842] = 3822, - [3843] = 2483, + [3838] = 2510, + [3839] = 3814, + [3840] = 2547, + [3841] = 3802, + [3842] = 3359, + [3843] = 2539, [3844] = 3844, - [3845] = 3822, - [3846] = 3826, - [3847] = 3847, - [3848] = 3848, - [3849] = 3826, - [3850] = 3821, - [3851] = 3837, - [3852] = 3852, - [3853] = 3832, - [3854] = 3825, + [3845] = 3845, + [3846] = 3809, + [3847] = 3803, + [3848] = 2452, + [3849] = 3845, + [3850] = 3813, + [3851] = 3814, + [3852] = 2487, + [3853] = 3813, + [3854] = 2544, [3855] = 3855, - [3856] = 3856, - [3857] = 3827, - [3858] = 3829, - [3859] = 3826, - [3860] = 3852, - [3861] = 3825, - [3862] = 2559, - [3863] = 2508, - [3864] = 3864, - [3865] = 2513, - [3866] = 2556, - [3867] = 2514, - [3868] = 3817, + [3856] = 3799, + [3857] = 2553, + [3858] = 2450, + [3859] = 3831, + [3860] = 2543, + [3861] = 2504, + [3862] = 3862, + [3863] = 3800, + [3864] = 2516, + [3865] = 3865, + [3866] = 3865, + [3867] = 3867, + [3868] = 3813, [3869] = 3869, - [3870] = 2484, - [3871] = 3871, - [3872] = 2255, - [3873] = 3847, - [3874] = 3848, - [3875] = 3703, - [3876] = 3829, - [3877] = 2519, - [3878] = 3822, - [3879] = 3879, - [3880] = 3837, - [3881] = 3830, - [3882] = 3836, - [3883] = 3879, - [3884] = 3826, - [3885] = 2549, - [3886] = 3837, - [3887] = 2477, - [3888] = 3888, - [3889] = 3879, - [3890] = 3856, - [3891] = 3855, - [3892] = 3827, - [3893] = 3841, - [3894] = 3817, - [3895] = 3826, - [3896] = 3852, - [3897] = 3852, - [3898] = 3826, - [3899] = 2482, - [3900] = 3825, - [3901] = 3901, - [3902] = 3871, - [3903] = 2532, - [3904] = 3901, - [3905] = 3852, - [3906] = 3823, + [3870] = 3803, + [3871] = 3811, + [3872] = 1730, + [3873] = 3809, + [3874] = 1928, + [3875] = 1987, + [3876] = 1962, + [3877] = 3835, + [3878] = 3837, + [3879] = 2558, + [3880] = 2488, + [3881] = 3809, + [3882] = 3802, + [3883] = 3865, + [3884] = 2529, + [3885] = 3348, + [3886] = 2550, + [3887] = 3887, + [3888] = 3800, + [3889] = 3811, + [3890] = 2531, + [3891] = 3809, + [3892] = 2486, + [3893] = 3893, + [3894] = 3887, + [3895] = 2489, + [3896] = 3831, + [3897] = 3799, + [3898] = 3814, + [3899] = 3899, + [3900] = 3865, + [3901] = 3824, + [3902] = 2290, + [3903] = 2477, + [3904] = 2422, + [3905] = 2569, + [3906] = 3865, [3907] = 3907, - [3908] = 3823, - [3909] = 3909, + [3908] = 3813, + [3909] = 3804, [3910] = 3910, - [3911] = 2238, - [3912] = 3832, - [3913] = 2476, - [3914] = 3855, - [3915] = 1939, - [3916] = 2230, - [3917] = 3856, - [3918] = 3816, - [3919] = 3821, - [3920] = 3825, - [3921] = 2492, - [3922] = 2470, - [3923] = 3822, - [3924] = 2517, - [3925] = 3826, - [3926] = 2531, - [3927] = 3852, - [3928] = 3822, - [3929] = 3826, - [3930] = 3837, - [3931] = 3837, - [3932] = 2488, - [3933] = 3856, - [3934] = 1930, - [3935] = 3824, - [3936] = 3330, - [3937] = 3855, - [3938] = 3855, - [3939] = 3939, + [3911] = 3824, + [3912] = 3834, + [3913] = 2570, + [3914] = 3809, + [3915] = 3915, + [3916] = 2503, + [3917] = 3831, + [3918] = 3918, + [3919] = 3919, + [3920] = 2532, + [3921] = 2575, + [3922] = 3803, + [3923] = 3811, + [3924] = 3800, + [3925] = 3869, + [3926] = 3831, + [3927] = 3820, + [3928] = 3803, + [3929] = 3929, + [3930] = 2568, + [3931] = 3918, + [3932] = 3811, + [3933] = 3814, + [3934] = 3800, + [3935] = 3899, + [3936] = 3893, + [3937] = 3837, + [3938] = 2509, + [3939] = 3887, [3940] = 3940, - [3941] = 3817, - [3942] = 2544, - [3943] = 3856, - [3944] = 3901, + [3941] = 3799, + [3942] = 3919, + [3943] = 3824, + [3944] = 2483, [3945] = 3821, - [3946] = 3946, - [3947] = 2545, - [3948] = 3822, - [3949] = 3855, - [3950] = 2485, - [3951] = 3339, - [3952] = 3832, - [3953] = 3765, - [3954] = 3829, - [3955] = 3940, - [3956] = 3827, - [3957] = 2573, - [3958] = 3837, - [3959] = 2501, - [3960] = 3856, - [3961] = 3817, - [3962] = 3825, - [3963] = 3822, - [3964] = 3856, - [3965] = 2486, - [3966] = 3966, - [3967] = 3821, + [3946] = 3802, + [3947] = 3824, + [3948] = 3809, + [3949] = 3803, + [3950] = 2482, + [3951] = 1978, + [3952] = 2478, + [3953] = 1931, + [3954] = 3803, + [3955] = 3862, + [3956] = 3918, + [3957] = 3813, + [3958] = 3958, + [3959] = 2473, + [3960] = 3821, + [3961] = 2494, + [3962] = 2506, + [3963] = 3813, + [3964] = 2475, + [3965] = 3799, + [3966] = 3821, + [3967] = 2518, [3968] = 2565, - [3969] = 2534, - [3970] = 2571, - [3971] = 3832, - [3972] = 2495, - [3973] = 3827, - [3974] = 2557, - [3975] = 2547, - [3976] = 3824, - [3977] = 2518, - [3978] = 3829, - [3979] = 2548, - [3980] = 2555, - [3981] = 2241, - [3982] = 2487, - [3983] = 2554, - [3984] = 3814, - [3985] = 1729, - [3986] = 2572, - [3987] = 1980, - [3988] = 2552, - [3989] = 1984, - [3990] = 2533, - [3991] = 2504, - [3992] = 3992, - [3993] = 2551, - [3994] = 2130, - [3995] = 2071, - [3996] = 2036, - [3997] = 2146, - [3998] = 2064, - [3999] = 2039, - [4000] = 2112, - [4001] = 4001, - [4002] = 2069, - [4003] = 2131, - [4004] = 1992, - [4005] = 3707, - [4006] = 2124, - [4007] = 2035, - [4008] = 2113, - [4009] = 2004, - [4010] = 1722, - [4011] = 2160, - [4012] = 2123, - [4013] = 2077, - [4014] = 2121, - [4015] = 2019, - [4016] = 2038, - [4017] = 2125, - [4018] = 2045, - [4019] = 2029, - [4020] = 2053, - [4021] = 2034, - [4022] = 2116, - [4023] = 2118, - [4024] = 2051, - [4025] = 2086, - [4026] = 2041, - [4027] = 2070, - [4028] = 2060, - [4029] = 2020, - [4030] = 2103, - [4031] = 2098, - [4032] = 1996, - [4033] = 3814, - [4034] = 1994, - [4035] = 2073, - [4036] = 2025, - [4037] = 2081, - [4038] = 2066, - [4039] = 2082, - [4040] = 2133, - [4041] = 2030, - [4042] = 2032, - [4043] = 2080, - [4044] = 2090, - [4045] = 2093, - [4046] = 2120, - [4047] = 2094, - [4048] = 2107, - [4049] = 2111, - [4050] = 2126, - [4051] = 2048, - [4052] = 2033, - [4053] = 2127, - [4054] = 2049, - [4055] = 3765, - [4056] = 2128, - [4057] = 2091, - [4058] = 2011, - [4059] = 2162, - [4060] = 2165, - [4061] = 4061, - [4062] = 4062, + [3969] = 3813, + [3970] = 2556, + [3971] = 3869, + [3972] = 3824, + [3973] = 3802, + [3974] = 3803, + [3975] = 2046, + [3976] = 2006, + [3977] = 2043, + [3978] = 2069, + [3979] = 2044, + [3980] = 2045, + [3981] = 2087, + [3982] = 2085, + [3983] = 2049, + [3984] = 2083, + [3985] = 2050, + [3986] = 2153, + [3987] = 2165, + [3988] = 2131, + [3989] = 2104, + [3990] = 2092, + [3991] = 2103, + [3992] = 2051, + [3993] = 2082, + [3994] = 2047, + [3995] = 3995, + [3996] = 2095, + [3997] = 2152, + [3998] = 2093, + [3999] = 2126, + [4000] = 2150, + [4001] = 2149, + [4002] = 2028, + [4003] = 4003, + [4004] = 2094, + [4005] = 2147, + [4006] = 3628, + [4007] = 2058, + [4008] = 2070, + [4009] = 2101, + [4010] = 2146, + [4011] = 1722, + [4012] = 2167, + [4013] = 2157, + [4014] = 2118, + [4015] = 2145, + [4016] = 2109, + [4017] = 3697, + [4018] = 2042, + [4019] = 2108, + [4020] = 2143, + [4021] = 2142, + [4022] = 4022, + [4023] = 3623, + [4024] = 2002, + [4025] = 2040, + [4026] = 2138, + [4027] = 2079, + [4028] = 2075, + [4029] = 2032, + [4030] = 2154, + [4031] = 2001, + [4032] = 4032, + [4033] = 2065, + [4034] = 2137, + [4035] = 2136, + [4036] = 2100, + [4037] = 2096, + [4038] = 2107, + [4039] = 2097, + [4040] = 2062, + [4041] = 2098, + [4042] = 2099, + [4043] = 2048, + [4044] = 4044, + [4045] = 2041, + [4046] = 3995, + [4047] = 3275, + [4048] = 4048, + [4049] = 3697, + [4050] = 4044, + [4051] = 4051, + [4052] = 4052, + [4053] = 1722, + [4054] = 4032, + [4055] = 4022, + [4056] = 4056, + [4057] = 1722, + [4058] = 3697, + [4059] = 3274, + [4060] = 4060, + [4061] = 1766, + [4062] = 1928, [4063] = 4063, - [4064] = 4064, - [4065] = 4065, - [4066] = 4066, - [4067] = 3707, - [4068] = 4068, + [4064] = 1931, + [4065] = 4060, + [4066] = 1730, + [4067] = 1928, + [4068] = 4063, [4069] = 4069, - [4070] = 1722, - [4071] = 1722, - [4072] = 3275, - [4073] = 3707, - [4074] = 3274, - [4075] = 4075, - [4076] = 3765, - [4077] = 4077, - [4078] = 4075, - [4079] = 4075, - [4080] = 4075, - [4081] = 4069, - [4082] = 3814, - [4083] = 440, - [4084] = 4075, - [4085] = 3814, - [4086] = 4077, - [4087] = 2255, - [4088] = 4075, - [4089] = 441, - [4090] = 4068, - [4091] = 4075, - [4092] = 4077, - [4093] = 4075, - [4094] = 1767, - [4095] = 4075, - [4096] = 3765, - [4097] = 4097, - [4098] = 4077, - [4099] = 4077, - [4100] = 4077, - [4101] = 4065, - [4102] = 4077, + [4070] = 4060, + [4071] = 4063, + [4072] = 538, + [4073] = 4060, + [4074] = 4060, + [4075] = 4063, + [4076] = 4063, + [4077] = 4063, + [4078] = 4060, + [4079] = 400, + [4080] = 4063, + [4081] = 4081, + [4082] = 448, + [4083] = 372, + [4084] = 4060, + [4085] = 407, + [4086] = 2422, + [4087] = 1931, + [4088] = 1096, + [4089] = 4022, + [4090] = 1730, + [4091] = 3623, + [4092] = 4032, + [4093] = 4093, + [4094] = 3995, + [4095] = 3628, + [4096] = 4044, + [4097] = 1097, + [4098] = 4069, + [4099] = 4099, + [4100] = 4100, + [4101] = 4101, + [4102] = 3636, [4103] = 4103, - [4104] = 1729, - [4105] = 4077, - [4106] = 448, - [4107] = 4077, - [4108] = 4061, - [4109] = 492, - [4110] = 418, - [4111] = 3765, - [4112] = 1729, - [4113] = 3814, - [4114] = 4103, - [4115] = 1930, - [4116] = 3697, - [4117] = 3696, - [4118] = 1097, - [4119] = 4068, - [4120] = 4065, - [4121] = 1096, - [4122] = 4061, - [4123] = 1939, - [4124] = 4069, + [4104] = 3709, + [4105] = 4105, + [4106] = 4106, + [4107] = 4107, + [4108] = 4108, + [4109] = 4109, + [4110] = 4110, + [4111] = 4108, + [4112] = 4022, + [4113] = 4113, + [4114] = 4114, + [4115] = 4109, + [4116] = 4113, + [4117] = 4101, + [4118] = 4114, + [4119] = 4110, + [4120] = 4120, + [4121] = 4113, + [4122] = 4110, + [4123] = 4120, + [4124] = 4108, [4125] = 4125, - [4126] = 4126, - [4127] = 4127, + [4126] = 4105, + [4127] = 4110, [4128] = 4128, - [4129] = 3314, - [4130] = 4128, - [4131] = 4128, - [4132] = 4126, + [4129] = 4113, + [4130] = 3318, + [4131] = 4108, + [4132] = 4113, [4133] = 4133, - [4134] = 4069, - [4135] = 4125, - [4136] = 4128, - [4137] = 4137, - [4138] = 4137, - [4139] = 4139, - [4140] = 4137, - [4141] = 4141, - [4142] = 4142, - [4143] = 4128, - [4144] = 4137, - [4145] = 4141, - [4146] = 4146, - [4147] = 4141, - [4148] = 4128, + [4134] = 4120, + [4135] = 4109, + [4136] = 4114, + [4137] = 4113, + [4138] = 4108, + [4139] = 3316, + [4140] = 4108, + [4141] = 4099, + [4142] = 3995, + [4143] = 4108, + [4144] = 4108, + [4145] = 4120, + [4146] = 4114, + [4147] = 4110, + [4148] = 4148, [4149] = 4149, - [4150] = 4139, - [4151] = 4151, - [4152] = 4128, - [4153] = 4128, - [4154] = 4125, - [4155] = 4128, - [4156] = 4125, - [4157] = 4126, - [4158] = 4125, - [4159] = 4141, - [4160] = 4141, - [4161] = 4139, - [4162] = 4162, - [4163] = 4163, - [4164] = 4128, - [4165] = 4165, - [4166] = 4125, - [4167] = 4137, - [4168] = 4168, - [4169] = 4169, + [4150] = 4150, + [4151] = 4093, + [4152] = 4114, + [4153] = 4120, + [4154] = 4109, + [4155] = 4108, + [4156] = 4108, + [4157] = 4108, + [4158] = 3313, + [4159] = 4108, + [4160] = 4108, + [4161] = 4103, + [4162] = 4110, + [4163] = 3995, + [4164] = 4109, + [4165] = 4106, + [4166] = 4108, + [4167] = 4109, + [4168] = 4108, + [4169] = 4108, [4170] = 4170, - [4171] = 4141, - [4172] = 4126, - [4173] = 4128, - [4174] = 4174, - [4175] = 4128, - [4176] = 4139, - [4177] = 4139, - [4178] = 4137, - [4179] = 1814, - [4180] = 4137, - [4181] = 4139, - [4182] = 4139, - [4183] = 4128, - [4184] = 3319, - [4185] = 4128, - [4186] = 4139, - [4187] = 4128, - [4188] = 4188, - [4189] = 4128, - [4190] = 3318, - [4191] = 4061, - [4192] = 4139, - [4193] = 4128, - [4194] = 4128, - [4195] = 4125, - [4196] = 4126, - [4197] = 4128, - [4198] = 4128, - [4199] = 4128, - [4200] = 4125, - [4201] = 4128, - [4202] = 4202, - [4203] = 4125, - [4204] = 4204, - [4205] = 4204, - [4206] = 4069, - [4207] = 4069, + [4171] = 4113, + [4172] = 1814, + [4173] = 4022, + [4174] = 4109, + [4175] = 4107, + [4176] = 4108, + [4177] = 4120, + [4178] = 4100, + [4179] = 4120, + [4180] = 4180, + [4181] = 4180, + [4182] = 4182, + [4183] = 4183, + [4184] = 4022, + [4185] = 4185, + [4186] = 3995, + [4187] = 4187, + [4188] = 4187, + [4189] = 4185, + [4190] = 4182, + [4191] = 4185, + [4192] = 4192, + [4193] = 4182, + [4194] = 4182, + [4195] = 4187, + [4196] = 4196, + [4197] = 4197, + [4198] = 4180, + [4199] = 4199, + [4200] = 4187, + [4201] = 4201, + [4202] = 4185, + [4203] = 4180, + [4204] = 4185, + [4205] = 4185, + [4206] = 4185, + [4207] = 4199, [4208] = 4208, - [4209] = 4069, - [4210] = 4188, + [4209] = 4180, + [4210] = 4182, [4211] = 4211, - [4212] = 4212, - [4213] = 4204, - [4214] = 4211, - [4215] = 4061, - [4216] = 4216, - [4217] = 4065, - [4218] = 4127, - [4219] = 4204, - [4220] = 4068, + [4212] = 4180, + [4213] = 3348, + [4214] = 4183, + [4215] = 4103, + [4216] = 4101, + [4217] = 4093, + [4218] = 4218, + [4219] = 4100, + [4220] = 4022, [4221] = 4221, - [4222] = 4222, - [4223] = 4146, - [4224] = 4149, - [4225] = 4142, - [4226] = 4226, - [4227] = 4212, - [4228] = 4222, - [4229] = 4222, - [4230] = 4230, - [4231] = 4065, - [4232] = 4211, - [4233] = 4061, - [4234] = 4068, - [4235] = 4222, - [4236] = 4216, - [4237] = 4237, - [4238] = 4211, - [4239] = 4222, - [4240] = 4204, - [4241] = 4216, - [4242] = 4202, - [4243] = 4222, - [4244] = 4216, - [4245] = 4204, - [4246] = 4222, - [4247] = 4061, - [4248] = 4061, - [4249] = 4162, - [4250] = 4211, - [4251] = 4069, - [4252] = 4211, - [4253] = 4253, - [4254] = 4254, - [4255] = 4169, - [4256] = 4061, - [4257] = 4257, - [4258] = 4127, - [4259] = 4069, - [4260] = 4162, - [4261] = 3330, - [4262] = 4262, - [4263] = 4169, - [4264] = 4237, - [4265] = 3369, - [4266] = 4188, - [4267] = 4065, - [4268] = 4202, - [4269] = 3339, - [4270] = 4270, - [4271] = 4212, - [4272] = 4066, - [4273] = 4062, - [4274] = 4068, - [4275] = 4275, - [4276] = 4146, - [4277] = 4149, - [4278] = 4142, - [4279] = 4279, - [4280] = 4280, - [4281] = 4281, - [4282] = 4061, - [4283] = 1952, - [4284] = 4146, - [4285] = 4149, - [4286] = 4286, - [4287] = 4287, - [4288] = 1814, - [4289] = 4289, - [4290] = 4290, - [4291] = 4127, - [4292] = 4292, - [4293] = 1876, - [4294] = 4294, - [4295] = 4295, - [4296] = 4296, - [4297] = 4280, - [4298] = 1874, - [4299] = 4069, - [4300] = 1876, - [4301] = 4281, - [4302] = 4169, - [4303] = 4202, - [4304] = 4162, - [4305] = 1874, - [4306] = 4142, - [4307] = 1813, - [4308] = 4286, - [4309] = 4188, - [4310] = 4169, - [4311] = 4149, - [4312] = 4202, - [4313] = 4142, - [4314] = 4149, - [4315] = 4149, - [4316] = 4142, - [4317] = 4149, - [4318] = 4162, - [4319] = 4146, - [4320] = 1850, - [4321] = 1843, - [4322] = 4188, - [4323] = 4202, - [4324] = 4146, - [4325] = 1845, - [4326] = 4169, - [4327] = 4188, - [4328] = 1852, - [4329] = 1853, - [4330] = 1849, - [4331] = 4162, - [4332] = 4142, - [4333] = 4162, - [4334] = 4169, - [4335] = 4127, - [4336] = 1842, - [4337] = 1855, - [4338] = 4169, - [4339] = 1844, - [4340] = 4202, - [4341] = 1874, - [4342] = 4342, - [4343] = 4127, - [4344] = 4127, - [4345] = 4146, - [4346] = 4162, - [4347] = 1876, - [4348] = 4146, - [4349] = 4202, - [4350] = 4142, - [4351] = 4188, - [4352] = 4188, - [4353] = 4127, - [4354] = 1725, - [4355] = 4188, + [4222] = 3362, + [4223] = 4044, + [4224] = 4052, + [4225] = 4225, + [4226] = 3359, + [4227] = 4106, + [4228] = 4228, + [4229] = 4199, + [4230] = 4099, + [4231] = 4107, + [4232] = 4032, + [4233] = 4051, + [4234] = 3995, + [4235] = 4105, + [4236] = 1924, + [4237] = 4106, + [4238] = 4238, + [4239] = 4239, + [4240] = 1817, + [4241] = 4241, + [4242] = 4101, + [4243] = 1931, + [4244] = 1928, + [4245] = 4100, + [4246] = 4107, + [4247] = 4105, + [4248] = 1862, + [4249] = 4099, + [4250] = 4250, + [4251] = 4251, + [4252] = 4103, + [4253] = 4239, + [4254] = 4101, + [4255] = 4255, + [4256] = 4256, + [4257] = 4100, + [4258] = 1814, + [4259] = 1867, + [4260] = 4107, + [4261] = 4105, + [4262] = 1867, + [4263] = 1862, + [4264] = 4264, + [4265] = 4099, + [4266] = 4093, + [4267] = 4256, + [4268] = 4268, + [4269] = 4238, + [4270] = 4093, + [4271] = 4271, + [4272] = 4272, + [4273] = 4103, + [4274] = 4106, + [4275] = 4099, + [4276] = 4093, + [4277] = 4105, + [4278] = 1867, + [4279] = 1840, + [4280] = 1854, + [4281] = 4106, + [4282] = 1862, + [4283] = 1845, + [4284] = 1848, + [4285] = 4107, + [4286] = 1849, + [4287] = 1855, + [4288] = 1843, + [4289] = 1853, + [4290] = 4100, + [4291] = 4103, + [4292] = 4101, + [4293] = 4293, + [4294] = 1842, + [4295] = 4107, + [4296] = 4106, + [4297] = 4297, + [4298] = 4101, + [4299] = 4093, + [4300] = 4297, + [4301] = 4297, + [4302] = 4297, + [4303] = 4303, + [4304] = 4100, + [4305] = 1910, + [4306] = 1928, + [4307] = 4297, + [4308] = 1888, + [4309] = 4309, + [4310] = 1931, + [4311] = 1890, + [4312] = 1906, + [4313] = 1887, + [4314] = 1738, + [4315] = 1729, + [4316] = 4099, + [4317] = 2217, + [4318] = 1727, + [4319] = 1733, + [4320] = 2217, + [4321] = 4297, + [4322] = 1728, + [4323] = 1725, + [4324] = 4105, + [4325] = 4325, + [4326] = 4103, + [4327] = 1734, + [4328] = 4250, + [4329] = 4255, + [4330] = 2217, + [4331] = 4251, + [4332] = 2217, + [4333] = 1947, + [4334] = 4225, + [4335] = 4272, + [4336] = 4241, + [4337] = 4228, + [4338] = 4268, + [4339] = 4271, + [4340] = 4221, + [4341] = 1914, + [4342] = 1931, + [4343] = 1931, + [4344] = 1914, + [4345] = 2217, + [4346] = 4346, + [4347] = 1931, + [4348] = 4346, + [4349] = 1928, + [4350] = 1928, + [4351] = 4346, + [4352] = 1928, + [4353] = 4353, + [4354] = 4353, + [4355] = 4353, [4356] = 4356, - [4357] = 4357, - [4358] = 4356, - [4359] = 1939, - [4360] = 4360, - [4361] = 1905, - [4362] = 1897, - [4363] = 1930, - [4364] = 2218, - [4365] = 1891, - [4366] = 1930, - [4367] = 1886, - [4368] = 1895, - [4369] = 4356, - [4370] = 4370, - [4371] = 4162, - [4372] = 4356, - [4373] = 4142, - [4374] = 4149, - [4375] = 4146, + [4357] = 4356, + [4358] = 4358, + [4359] = 4358, + [4360] = 4353, + [4361] = 4353, + [4362] = 4353, + [4363] = 4356, + [4364] = 1914, + [4365] = 4353, + [4366] = 4356, + [4367] = 4358, + [4368] = 4358, + [4369] = 4358, + [4370] = 4358, + [4371] = 4356, + [4372] = 4358, + [4373] = 4353, + [4374] = 4374, + [4375] = 4353, [4376] = 4356, - [4377] = 4202, - [4378] = 4169, - [4379] = 1734, - [4380] = 4127, - [4381] = 2218, - [4382] = 1728, - [4383] = 1939, - [4384] = 4356, - [4385] = 1733, - [4386] = 1730, - [4387] = 1731, - [4388] = 1737, - [4389] = 4270, - [4390] = 2218, - [4391] = 4295, - [4392] = 4202, - [4393] = 4149, - [4394] = 4188, - [4395] = 4127, - [4396] = 4146, - [4397] = 1929, - [4398] = 4292, - [4399] = 4279, - [4400] = 4162, - [4401] = 4257, - [4402] = 4142, - [4403] = 4275, - [4404] = 4289, - [4405] = 4290, - [4406] = 4169, - [4407] = 4296, - [4408] = 2218, - [4409] = 4294, - [4410] = 1930, - [4411] = 1930, - [4412] = 1937, - [4413] = 2218, - [4414] = 1939, - [4415] = 4415, - [4416] = 1959, - [4417] = 1984, - [4418] = 4415, - [4419] = 1939, - [4420] = 1939, - [4421] = 4415, - [4422] = 1930, - [4423] = 1937, + [4377] = 4356, + [4378] = 4358, + [4379] = 4358, + [4380] = 4353, + [4381] = 4358, + [4382] = 4358, + [4383] = 4356, + [4384] = 4358, + [4385] = 4356, + [4386] = 4353, + [4387] = 4358, + [4388] = 4358, + [4389] = 4353, + [4390] = 4353, + [4391] = 4358, + [4392] = 4353, + [4393] = 4353, + [4394] = 1978, + [4395] = 4395, + [4396] = 4396, + [4397] = 4397, + [4398] = 4396, + [4399] = 4395, + [4400] = 1963, + [4401] = 1987, + [4402] = 4402, + [4403] = 4403, + [4404] = 4404, + [4405] = 4395, + [4406] = 4396, + [4407] = 4397, + [4408] = 4408, + [4409] = 4395, + [4410] = 4397, + [4411] = 4396, + [4412] = 4396, + [4413] = 4395, + [4414] = 4395, + [4415] = 4395, + [4416] = 4395, + [4417] = 4417, + [4418] = 4397, + [4419] = 3636, + [4420] = 4396, + [4421] = 4397, + [4422] = 4404, + [4423] = 4397, [4424] = 4424, - [4425] = 4425, - [4426] = 4424, - [4427] = 4427, - [4428] = 4428, - [4429] = 4427, - [4430] = 4424, - [4431] = 4425, - [4432] = 4424, - [4433] = 4424, - [4434] = 4427, - [4435] = 4427, - [4436] = 4424, - [4437] = 4425, - [4438] = 4427, - [4439] = 4424, - [4440] = 4425, - [4441] = 4425, - [4442] = 1939, - [4443] = 4425, - [4444] = 4424, - [4445] = 4425, - [4446] = 4424, - [4447] = 1930, - [4448] = 1937, - [4449] = 4424, - [4450] = 4425, - [4451] = 4425, - [4452] = 4424, - [4453] = 4425, - [4454] = 4427, - [4455] = 4427, - [4456] = 4427, - [4457] = 4425, - [4458] = 4424, - [4459] = 4425, - [4460] = 4424, - [4461] = 4427, - [4462] = 4424, - [4463] = 4425, - [4464] = 4424, - [4465] = 4425, - [4466] = 4425, - [4467] = 4467, - [4468] = 4428, - [4469] = 4467, - [4470] = 4467, - [4471] = 4471, - [4472] = 4471, + [4425] = 4396, + [4426] = 4397, + [4427] = 4396, + [4428] = 4402, + [4429] = 4397, + [4430] = 4396, + [4431] = 4431, + [4432] = 1962, + [4433] = 4403, + [4434] = 4395, + [4435] = 4396, + [4436] = 4403, + [4437] = 4396, + [4438] = 1986, + [4439] = 4397, + [4440] = 4397, + [4441] = 4397, + [4442] = 4442, + [4443] = 4374, + [4444] = 4396, + [4445] = 4395, + [4446] = 4395, + [4447] = 4396, + [4448] = 4397, + [4449] = 4449, + [4450] = 4402, + [4451] = 4395, + [4452] = 4396, + [4453] = 4397, + [4454] = 4395, + [4455] = 4396, + [4456] = 4395, + [4457] = 4404, + [4458] = 4397, + [4459] = 4397, + [4460] = 4395, + [4461] = 4424, + [4462] = 1928, + [4463] = 1931, + [4464] = 4396, + [4465] = 4449, + [4466] = 4395, + [4467] = 4397, + [4468] = 4468, + [4469] = 2154, + [4470] = 4470, + [4471] = 2109, + [4472] = 4472, [4473] = 4473, [4474] = 4474, [4475] = 4475, [4476] = 4476, - [4477] = 1939, - [4478] = 1930, - [4479] = 4479, - [4480] = 4473, - [4481] = 4471, - [4482] = 4467, - [4483] = 1959, - [4484] = 1984, - [4485] = 4473, - [4486] = 4471, - [4487] = 4467, - [4488] = 4473, - [4489] = 4473, - [4490] = 4471, - [4491] = 4473, - [4492] = 4471, - [4493] = 4467, - [4494] = 4467, - [4495] = 4495, - [4496] = 4473, - [4497] = 4471, - [4498] = 4467, - [4499] = 4473, - [4500] = 4471, - [4501] = 4467, - [4502] = 4473, - [4503] = 4471, - [4504] = 4467, - [4505] = 4473, - [4506] = 1959, - [4507] = 4471, - [4508] = 4467, - [4509] = 4473, - [4510] = 4471, - [4511] = 4467, - [4512] = 4473, - [4513] = 4471, - [4514] = 4467, - [4515] = 4473, - [4516] = 4471, - [4517] = 1980, - [4518] = 4518, - [4519] = 4467, - [4520] = 4471, - [4521] = 4473, - [4522] = 4518, - [4523] = 1973, - [4524] = 4474, - [4525] = 1959, - [4526] = 4475, - [4527] = 4476, - [4528] = 1991, - [4529] = 1984, - [4530] = 1984, - [4531] = 4531, - [4532] = 4479, - [4533] = 4473, - [4534] = 4471, - [4535] = 4467, - [4536] = 4474, - [4537] = 4475, - [4538] = 4476, - [4539] = 3696, - [4540] = 4473, + [4477] = 4477, + [4478] = 4478, + [4479] = 2001, + [4480] = 2002, + [4481] = 2006, + [4482] = 2083, + [4483] = 4483, + [4484] = 2085, + [4485] = 4485, + [4486] = 3709, + [4487] = 4487, + [4488] = 2087, + [4489] = 2092, + [4490] = 2096, + [4491] = 2097, + [4492] = 2098, + [4493] = 2099, + [4494] = 2100, + [4495] = 2101, + [4496] = 4496, + [4497] = 4497, + [4498] = 4498, + [4499] = 4499, + [4500] = 2165, + [4501] = 2131, + [4502] = 2126, + [4503] = 2118, + [4504] = 2107, + [4505] = 2079, + [4506] = 2075, + [4507] = 2065, + [4508] = 2062, + [4509] = 4509, + [4510] = 2048, + [4511] = 2046, + [4512] = 2041, + [4513] = 4513, + [4514] = 2032, + [4515] = 2028, + [4516] = 4516, + [4517] = 4475, + [4518] = 4475, + [4519] = 4519, + [4520] = 2307, + [4521] = 4521, + [4522] = 2167, + [4523] = 4523, + [4524] = 4524, + [4525] = 4525, + [4526] = 2157, + [4527] = 4496, + [4528] = 2153, + [4529] = 2152, + [4530] = 4530, + [4531] = 2150, + [4532] = 4532, + [4533] = 2149, + [4534] = 2147, + [4535] = 2146, + [4536] = 2145, + [4537] = 2143, + [4538] = 2142, + [4539] = 4539, + [4540] = 4478, [4541] = 4541, - [4542] = 4467, - [4543] = 4471, - [4544] = 2086, + [4542] = 4532, + [4543] = 2138, + [4544] = 4431, [4545] = 4545, - [4546] = 4546, - [4547] = 4547, - [4548] = 4548, - [4549] = 4549, - [4550] = 4550, + [4546] = 2137, + [4547] = 2136, + [4548] = 4539, + [4549] = 4468, + [4550] = 4485, [4551] = 4551, - [4552] = 4551, - [4553] = 1992, - [4554] = 4554, - [4555] = 4555, - [4556] = 4556, - [4557] = 4557, - [4558] = 2146, - [4559] = 4559, - [4560] = 2404, - [4561] = 3697, - [4562] = 2124, - [4563] = 2123, - [4564] = 4564, - [4565] = 4565, - [4566] = 4566, + [4552] = 4516, + [4553] = 4553, + [4554] = 2040, + [4555] = 2042, + [4556] = 2043, + [4557] = 2044, + [4558] = 2045, + [4559] = 2047, + [4560] = 2049, + [4561] = 4513, + [4562] = 4562, + [4563] = 4509, + [4564] = 2050, + [4565] = 2051, + [4566] = 2058, [4567] = 4567, - [4568] = 4568, - [4569] = 2121, - [4570] = 2035, + [4568] = 4487, + [4569] = 4496, + [4570] = 4496, [4571] = 4571, - [4572] = 4572, - [4573] = 4550, - [4574] = 2029, - [4575] = 1959, + [4572] = 2069, + [4573] = 2070, + [4574] = 4521, + [4575] = 2082, [4576] = 4576, - [4577] = 1984, - [4578] = 4578, - [4579] = 2133, - [4580] = 2049, - [4581] = 2048, - [4582] = 2039, - [4583] = 2036, - [4584] = 2130, - [4585] = 2034, + [4577] = 4483, + [4578] = 2093, + [4579] = 2095, + [4580] = 2103, + [4581] = 2104, + [4582] = 4582, + [4583] = 2094, + [4584] = 2108, + [4585] = 4541, [4586] = 4586, - [4587] = 2094, - [4588] = 2033, - [4589] = 4589, - [4590] = 2032, - [4591] = 2025, - [4592] = 1996, + [4587] = 4587, + [4588] = 4588, + [4589] = 4586, + [4590] = 4553, + [4591] = 4591, + [4592] = 4591, [4593] = 4593, - [4594] = 4594, - [4595] = 1994, - [4596] = 2030, + [4594] = 4567, + [4595] = 4525, + [4596] = 4523, [4597] = 4597, - [4598] = 2020, - [4599] = 2011, - [4600] = 2004, - [4601] = 4601, - [4602] = 4602, - [4603] = 2070, - [4604] = 2077, - [4605] = 2165, - [4606] = 4572, - [4607] = 4607, - [4608] = 4594, - [4609] = 4607, - [4610] = 4610, - [4611] = 2091, - [4612] = 1939, - [4613] = 2098, - [4614] = 2103, - [4615] = 2112, - [4616] = 2116, - [4617] = 2118, - [4618] = 1930, - [4619] = 4546, - [4620] = 2120, - [4621] = 4621, - [4622] = 4567, - [4623] = 4571, - [4624] = 4624, - [4625] = 2126, - [4626] = 2127, - [4627] = 2128, - [4628] = 2082, - [4629] = 2081, - [4630] = 2071, - [4631] = 4631, - [4632] = 4632, - [4633] = 2051, - [4634] = 2053, - [4635] = 4635, - [4636] = 4568, - [4637] = 4571, - [4638] = 4566, - [4639] = 4610, - [4640] = 2038, - [4641] = 2113, - [4642] = 4571, - [4643] = 2093, - [4644] = 2069, - [4645] = 4565, - [4646] = 2131, - [4647] = 2064, - [4648] = 2125, - [4649] = 4649, - [4650] = 4567, - [4651] = 2162, - [4652] = 2160, - [4653] = 2019, - [4654] = 2045, - [4655] = 2041, - [4656] = 2060, - [4657] = 2073, - [4658] = 2066, - [4659] = 2080, - [4660] = 2090, - [4661] = 4559, - [4662] = 2107, - [4663] = 4663, - [4664] = 2111, - [4665] = 4556, - [4666] = 4666, - [4667] = 4547, - [4668] = 4631, - [4669] = 4632, - [4670] = 4670, - [4671] = 4670, - [4672] = 4666, - [4673] = 4673, - [4674] = 3703, - [4675] = 4670, - [4676] = 4673, - [4677] = 4549, - [4678] = 4578, - [4679] = 4673, - [4680] = 4673, - [4681] = 4670, - [4682] = 4576, - [4683] = 4666, - [4684] = 4673, - [4685] = 4666, - [4686] = 4670, - [4687] = 4687, - [4688] = 4670, - [4689] = 4673, - [4690] = 4666, - [4691] = 4673, - [4692] = 4692, - [4693] = 4670, - [4694] = 2404, - [4695] = 4666, - [4696] = 4666, - [4697] = 4673, - [4698] = 4670, - [4699] = 4673, - [4700] = 4666, - [4701] = 4670, - [4702] = 4666, - [4703] = 4586, - [4704] = 4555, - [4705] = 4548, - [4706] = 4706, - [4707] = 4649, - [4708] = 4564, - [4709] = 4666, - [4710] = 4710, - [4711] = 4635, - [4712] = 4557, - [4713] = 4670, - [4714] = 4593, - [4715] = 4670, - [4716] = 4692, - [4717] = 4673, - [4718] = 4601, - [4719] = 4602, - [4720] = 4666, - [4721] = 4710, - [4722] = 4545, - [4723] = 4621, - [4724] = 4724, - [4725] = 4589, - [4726] = 4687, - [4727] = 4673, - [4728] = 4706, - [4729] = 4729, - [4730] = 4666, - [4731] = 4673, - [4732] = 4670, - [4733] = 4710, - [4734] = 4670, - [4735] = 4673, - [4736] = 4666, - [4737] = 4687, - [4738] = 4692, - [4739] = 4670, - [4740] = 4673, - [4741] = 4666, - [4742] = 4666, - [4743] = 4666, - [4744] = 4673, - [4745] = 4673, - [4746] = 4670, - [4747] = 4670, - [4748] = 4710, - [4749] = 4749, - [4750] = 4749, - [4751] = 4549, - [4752] = 4749, - [4753] = 4753, - [4754] = 4753, - [4755] = 4755, - [4756] = 4756, - [4757] = 4757, - [4758] = 4758, + [4598] = 4587, + [4599] = 4588, + [4600] = 4519, + [4601] = 4586, + [4602] = 4498, + [4603] = 4497, + [4604] = 4474, + [4605] = 4470, + [4606] = 4473, + [4607] = 4476, + [4608] = 4477, + [4609] = 4609, + [4610] = 4586, + [4611] = 4587, + [4612] = 4588, + [4613] = 4588, + [4614] = 4586, + [4615] = 4587, + [4616] = 4586, + [4617] = 4587, + [4618] = 4588, + [4619] = 4588, + [4620] = 4620, + [4621] = 4586, + [4622] = 4591, + [4623] = 4587, + [4624] = 4587, + [4625] = 4588, + [4626] = 4587, + [4627] = 4588, + [4628] = 4586, + [4629] = 4587, + [4630] = 4588, + [4631] = 4586, + [4632] = 4593, + [4633] = 4597, + [4634] = 4588, + [4635] = 4586, + [4636] = 4582, + [4637] = 4530, + [4638] = 4587, + [4639] = 4588, + [4640] = 4620, + [4641] = 3754, + [4642] = 4562, + [4643] = 4499, + [4644] = 4587, + [4645] = 4586, + [4646] = 4576, + [4647] = 4588, + [4648] = 4593, + [4649] = 4587, + [4650] = 4586, + [4651] = 4545, + [4652] = 4588, + [4653] = 4620, + [4654] = 4654, + [4655] = 4586, + [4656] = 4587, + [4657] = 4588, + [4658] = 2307, + [4659] = 4593, + [4660] = 4587, + [4661] = 4586, + [4662] = 4588, + [4663] = 4587, + [4664] = 4588, + [4665] = 4586, + [4666] = 4586, + [4667] = 4587, + [4668] = 4431, + [4669] = 4669, + [4670] = 4669, + [4671] = 4669, + [4672] = 4672, + [4673] = 3754, + [4674] = 4674, + [4675] = 4675, + [4676] = 4676, + [4677] = 4672, + [4678] = 4678, + [4679] = 4679, + [4680] = 4679, + [4681] = 4679, + [4682] = 4676, + [4683] = 4678, + [4684] = 4675, + [4685] = 4672, + [4686] = 4674, + [4687] = 4672, + [4688] = 4678, + [4689] = 4679, + [4690] = 4675, + [4691] = 4674, + [4692] = 4678, + [4693] = 4675, + [4694] = 4674, + [4695] = 4676, + [4696] = 4676, + [4697] = 4672, + [4698] = 4672, + [4699] = 4672, + [4700] = 4678, + [4701] = 4679, + [4702] = 4679, + [4703] = 4678, + [4704] = 4675, + [4705] = 4676, + [4706] = 4672, + [4707] = 4678, + [4708] = 4674, + [4709] = 4679, + [4710] = 4676, + [4711] = 4672, + [4712] = 4676, + [4713] = 4679, + [4714] = 4674, + [4715] = 4675, + [4716] = 4679, + [4717] = 4678, + [4718] = 4672, + [4719] = 4675, + [4720] = 4720, + [4721] = 4675, + [4722] = 4722, + [4723] = 4676, + [4724] = 4676, + [4725] = 4674, + [4726] = 4675, + [4727] = 4679, + [4728] = 4674, + [4729] = 4678, + [4730] = 4674, + [4731] = 4674, + [4732] = 4676, + [4733] = 4675, + [4734] = 4676, + [4735] = 4674, + [4736] = 4675, + [4737] = 4679, + [4738] = 4678, + [4739] = 4672, + [4740] = 4672, + [4741] = 4678, + [4742] = 4678, + [4743] = 4679, + [4744] = 4676, + [4745] = 4674, + [4746] = 4675, + [4747] = 4679, + [4748] = 4678, + [4749] = 4672, + [4750] = 4676, + [4751] = 4674, + [4752] = 4675, + [4753] = 4679, + [4754] = 4672, + [4755] = 4678, + [4756] = 4678, + [4757] = 4679, + [4758] = 4672, [4759] = 4759, - [4760] = 4759, - [4761] = 4753, - [4762] = 4753, - [4763] = 4763, - [4764] = 4763, - [4765] = 4756, - [4766] = 4763, - [4767] = 4753, - [4768] = 4759, - [4769] = 4757, - [4770] = 4770, - [4771] = 4757, - [4772] = 4763, - [4773] = 4756, - [4774] = 4755, - [4775] = 4763, - [4776] = 4753, - [4777] = 4753, - [4778] = 4759, - [4779] = 3703, - [4780] = 4759, - [4781] = 4757, - [4782] = 4756, - [4783] = 4755, - [4784] = 4759, - [4785] = 4755, - [4786] = 4753, - [4787] = 4756, - [4788] = 4763, - [4789] = 4753, - [4790] = 4759, - [4791] = 4763, - [4792] = 4792, - [4793] = 4549, - [4794] = 4757, - [4795] = 4753, - [4796] = 4796, - [4797] = 4755, - [4798] = 4756, - [4799] = 4759, - [4800] = 4757, - [4801] = 4757, - [4802] = 4759, - [4803] = 4763, - [4804] = 4756, - [4805] = 4755, - [4806] = 4763, - [4807] = 4753, - [4808] = 4755, - [4809] = 4756, - [4810] = 4757, - [4811] = 4763, - [4812] = 4759, - [4813] = 4753, - [4814] = 4753, - [4815] = 4755, - [4816] = 4763, - [4817] = 4755, - [4818] = 4759, - [4819] = 4757, - [4820] = 4756, - [4821] = 4755, - [4822] = 4755, - [4823] = 4756, - [4824] = 4755, - [4825] = 4763, - [4826] = 4757, - [4827] = 4759, - [4828] = 4755, - [4829] = 4756, - [4830] = 4757, - [4831] = 4756, - [4832] = 4759, - [4833] = 4753, - [4834] = 4757, - [4835] = 4753, - [4836] = 4770, - [4837] = 4763, - [4838] = 4756, - [4839] = 4759, - [4840] = 4763, - [4841] = 4757, - [4842] = 4756, - [4843] = 4755, - [4844] = 4755, - [4845] = 4756, - [4846] = 4757, - [4847] = 4757, - [4848] = 4759, - [4849] = 4763, - [4850] = 4753, - [4851] = 4759, - [4852] = 4756, - [4853] = 4755, - [4854] = 4763, - [4855] = 4757, - [4856] = 4856, - [4857] = 4857, - [4858] = 4858, - [4859] = 4859, - [4860] = 4858, - [4861] = 4859, - [4862] = 4549, - [4863] = 4856, - [4864] = 4857, - [4865] = 4858, - [4866] = 4859, - [4867] = 4856, - [4868] = 4859, - [4869] = 4857, - [4870] = 4858, - [4871] = 4858, - [4872] = 4856, - [4873] = 4856, - [4874] = 4858, - [4875] = 4857, - [4876] = 4856, - [4877] = 4858, - [4878] = 4549, - [4879] = 4859, - [4880] = 4858, - [4881] = 4859, - [4882] = 4858, - [4883] = 4549, - [4884] = 4856, - [4885] = 4858, - [4886] = 4856, - [4887] = 4856, - [4888] = 4857, - [4889] = 4549, - [4890] = 4857, - [4891] = 4858, - [4892] = 4859, - [4893] = 4858, - [4894] = 4859, - [4895] = 4859, - [4896] = 4856, - [4897] = 4858, - [4898] = 4857, - [4899] = 4859, + [4760] = 4760, + [4761] = 4431, + [4762] = 4674, + [4763] = 4675, + [4764] = 4676, + [4765] = 4674, + [4766] = 4674, + [4767] = 4722, + [4768] = 4676, + [4769] = 4675, + [4770] = 4431, + [4771] = 4672, + [4772] = 4678, + [4773] = 4675, + [4774] = 4679, + [4775] = 4676, + [4776] = 4776, + [4777] = 4777, + [4778] = 4778, + [4779] = 4779, + [4780] = 4776, + [4781] = 4776, + [4782] = 4776, + [4783] = 4778, + [4784] = 4778, + [4785] = 4779, + [4786] = 4777, + [4787] = 4431, + [4788] = 4777, + [4789] = 4777, + [4790] = 4779, + [4791] = 4777, + [4792] = 4776, + [4793] = 4778, + [4794] = 4778, + [4795] = 4779, + [4796] = 4777, + [4797] = 4777, + [4798] = 4777, + [4799] = 4779, + [4800] = 4779, + [4801] = 4778, + [4802] = 4778, + [4803] = 4776, + [4804] = 4779, + [4805] = 4779, + [4806] = 4779, + [4807] = 4779, + [4808] = 4777, + [4809] = 4778, + [4810] = 4779, + [4811] = 4779, + [4812] = 4778, + [4813] = 4778, + [4814] = 4776, + [4815] = 4779, + [4816] = 4777, + [4817] = 4817, + [4818] = 4817, + [4819] = 4817, + [4820] = 4817, + [4821] = 4821, + [4822] = 4431, + [4823] = 4817, + [4824] = 4817, + [4825] = 4817, + [4826] = 4817, + [4827] = 4821, + [4828] = 4817, + [4829] = 4817, + [4830] = 4817, + [4831] = 4817, + [4832] = 4821, + [4833] = 4817, + [4834] = 4817, + [4835] = 4821, + [4836] = 4817, + [4837] = 4817, + [4838] = 4838, + [4839] = 4838, + [4840] = 4840, + [4841] = 4841, + [4842] = 4838, + [4843] = 4843, + [4844] = 4844, + [4845] = 4845, + [4846] = 4838, + [4847] = 4838, + [4848] = 4848, + [4849] = 4845, + [4850] = 4850, + [4851] = 4838, + [4852] = 4841, + [4853] = 4844, + [4854] = 4844, + [4855] = 4850, + [4856] = 4850, + [4857] = 4844, + [4858] = 4848, + [4859] = 4841, + [4860] = 4845, + [4861] = 4838, + [4862] = 4850, + [4863] = 4844, + [4864] = 4838, + [4865] = 4838, + [4866] = 4844, + [4867] = 4845, + [4868] = 4845, + [4869] = 4838, + [4870] = 4838, + [4871] = 4838, + [4872] = 4848, + [4873] = 4844, + [4874] = 4845, + [4875] = 4838, + [4876] = 4850, + [4877] = 4844, + [4878] = 4848, + [4879] = 4845, + [4880] = 4838, + [4881] = 4841, + [4882] = 4850, + [4883] = 4841, + [4884] = 4845, + [4885] = 4841, + [4886] = 4848, + [4887] = 4844, + [4888] = 4845, + [4889] = 4838, + [4890] = 4838, + [4891] = 4841, + [4892] = 4848, + [4893] = 4841, + [4894] = 4841, + [4895] = 4841, + [4896] = 4850, + [4897] = 4838, + [4898] = 4898, + [4899] = 4899, [4900] = 4900, - [4901] = 4901, - [4902] = 4901, - [4903] = 4901, - [4904] = 4900, - [4905] = 4901, - [4906] = 4901, - [4907] = 4901, - [4908] = 4901, - [4909] = 4901, - [4910] = 4900, - [4911] = 4901, - [4912] = 4901, - [4913] = 4900, - [4914] = 4549, - [4915] = 4901, - [4916] = 4901, - [4917] = 4901, - [4918] = 4918, - [4919] = 4919, - [4920] = 4920, - [4921] = 4921, - [4922] = 4918, - [4923] = 4920, - [4924] = 4920, - [4925] = 4925, - [4926] = 4918, - [4927] = 4919, - [4928] = 4921, - [4929] = 4929, - [4930] = 4920, - [4931] = 4918, - [4932] = 4929, - [4933] = 4919, - [4934] = 4921, - [4935] = 4929, - [4936] = 4921, - [4937] = 4919, - [4938] = 4920, - [4939] = 4921, - [4940] = 4940, - [4941] = 4920, - [4942] = 4920, - [4943] = 4929, - [4944] = 4919, - [4945] = 4920, - [4946] = 4920, - [4947] = 4918, - [4948] = 4921, - [4949] = 4920, - [4950] = 4929, - [4951] = 4920, - [4952] = 4920, - [4953] = 4925, - [4954] = 4920, - [4955] = 4919, - [4956] = 4925, - [4957] = 4925, - [4958] = 4921, - [4959] = 4549, - [4960] = 4920, - [4961] = 4929, - [4962] = 4920, - [4963] = 4919, - [4964] = 4920, - [4965] = 4919, - [4966] = 4920, - [4967] = 4921, - [4968] = 4918, - [4969] = 4920, - [4970] = 4929, - [4971] = 4925, - [4972] = 4919, - [4973] = 4918, - [4974] = 4921, - [4975] = 4918, - [4976] = 4918, + [4901] = 1848, + [4902] = 1849, + [4903] = 1854, + [4904] = 4904, + [4905] = 4904, + [4906] = 4906, + [4907] = 1855, + [4908] = 1853, + [4909] = 1842, + [4910] = 1843, + [4911] = 2499, + [4912] = 1845, + [4913] = 4913, + [4914] = 4904, + [4915] = 4906, + [4916] = 1840, + [4917] = 4906, + [4918] = 4913, + [4919] = 4904, + [4920] = 4904, + [4921] = 4904, + [4922] = 4922, + [4923] = 4923, + [4924] = 4922, + [4925] = 4913, + [4926] = 4904, + [4927] = 4906, + [4928] = 4913, + [4929] = 4922, + [4930] = 4930, + [4931] = 4922, + [4932] = 4906, + [4933] = 4933, + [4934] = 4922, + [4935] = 4913, + [4936] = 2494, + [4937] = 4922, + [4938] = 4922, + [4939] = 4906, + [4940] = 4906, + [4941] = 4941, + [4942] = 4942, + [4943] = 4943, + [4944] = 4944, + [4945] = 4945, + [4946] = 2499, + [4947] = 4947, + [4948] = 1915, + [4949] = 4949, + [4950] = 4950, + [4951] = 4951, + [4952] = 4952, + [4953] = 4953, + [4954] = 4951, + [4955] = 4955, + [4956] = 4956, + [4957] = 4957, + [4958] = 4958, + [4959] = 296, + [4960] = 4960, + [4961] = 306, + [4962] = 4962, + [4963] = 4949, + [4964] = 4964, + [4965] = 1940, + [4966] = 4966, + [4967] = 4951, + [4968] = 4968, + [4969] = 1923, + [4970] = 1919, + [4971] = 4971, + [4972] = 4972, + [4973] = 4973, + [4974] = 4974, + [4975] = 1939, + [4976] = 4976, [4977] = 4977, - [4978] = 4918, - [4979] = 4925, - [4980] = 4920, - [4981] = 4920, - [4982] = 4920, - [4983] = 1853, - [4984] = 1849, - [4985] = 1844, - [4986] = 4986, - [4987] = 1855, - [4988] = 4986, - [4989] = 1842, + [4978] = 1925, + [4979] = 1937, + [4980] = 1930, + [4981] = 2225, + [4982] = 1932, + [4983] = 1943, + [4984] = 4984, + [4985] = 4949, + [4986] = 4949, + [4987] = 4987, + [4988] = 2494, + [4989] = 4989, [4990] = 4990, - [4991] = 4991, - [4992] = 2504, - [4993] = 4990, + [4991] = 1951, + [4992] = 4992, + [4993] = 4949, [4994] = 4994, - [4995] = 1850, - [4996] = 4994, - [4997] = 2508, - [4998] = 1845, - [4999] = 4990, - [5000] = 5000, - [5001] = 5001, - [5002] = 4990, - [5003] = 4986, - [5004] = 4994, - [5005] = 4986, - [5006] = 5001, - [5007] = 5001, - [5008] = 5008, - [5009] = 5001, - [5010] = 5001, - [5011] = 4986, - [5012] = 4994, - [5013] = 4990, - [5014] = 4986, - [5015] = 4990, - [5016] = 4990, - [5017] = 5001, - [5018] = 5001, - [5019] = 4994, - [5020] = 1852, - [5021] = 4986, - [5022] = 1843, - [5023] = 5023, + [4995] = 4987, + [4996] = 4996, + [4997] = 4949, + [4998] = 4949, + [4999] = 4999, + [5000] = 4949, + [5001] = 1949, + [5002] = 5002, + [5003] = 4949, + [5004] = 1948, + [5005] = 5005, + [5006] = 4949, + [5007] = 4949, + [5008] = 4949, + [5009] = 4949, + [5010] = 4949, + [5011] = 1944, + [5012] = 4987, + [5013] = 5013, + [5014] = 5014, + [5015] = 4949, + [5016] = 4949, + [5017] = 5017, + [5018] = 4951, + [5019] = 4987, + [5020] = 5020, + [5021] = 1862, + [5022] = 4949, + [5023] = 1730, [5024] = 5024, - [5025] = 1729, - [5026] = 5024, - [5027] = 5024, - [5028] = 5028, - [5029] = 5024, - [5030] = 5024, + [5025] = 5025, + [5026] = 5026, + [5027] = 5027, + [5028] = 1867, + [5029] = 1942, + [5030] = 5030, [5031] = 5031, - [5032] = 5032, + [5032] = 4941, [5033] = 5033, - [5034] = 2504, - [5035] = 5024, - [5036] = 5036, + [5034] = 5034, + [5035] = 2197, + [5036] = 4942, [5037] = 5037, - [5038] = 5024, + [5038] = 4990, [5039] = 5039, [5040] = 5040, [5041] = 5041, [5042] = 5042, - [5043] = 2423, - [5044] = 5024, - [5045] = 5045, - [5046] = 299, - [5047] = 1925, - [5048] = 5048, - [5049] = 5049, - [5050] = 5048, - [5051] = 5051, - [5052] = 5052, - [5053] = 5053, - [5054] = 5042, - [5055] = 1919, - [5056] = 2508, - [5057] = 1924, - [5058] = 5058, - [5059] = 5059, - [5060] = 5060, - [5061] = 5048, + [5043] = 5039, + [5044] = 5044, + [5045] = 4971, + [5046] = 5027, + [5047] = 5047, + [5048] = 4943, + [5049] = 2203, + [5050] = 4960, + [5051] = 4955, + [5052] = 4953, + [5053] = 2202, + [5054] = 4952, + [5055] = 5055, + [5056] = 2201, + [5057] = 4950, + [5058] = 4989, + [5059] = 5024, + [5060] = 2476, + [5061] = 5061, [5062] = 5062, - [5063] = 1874, + [5063] = 4958, [5064] = 5064, - [5065] = 5065, - [5066] = 1876, - [5067] = 5024, - [5068] = 5068, - [5069] = 5042, - [5070] = 1918, - [5071] = 5024, - [5072] = 5048, - [5073] = 5073, + [5065] = 5039, + [5066] = 2209, + [5067] = 5039, + [5068] = 4957, + [5069] = 4956, + [5070] = 5070, + [5071] = 5071, + [5072] = 5072, + [5073] = 1867, [5074] = 5074, - [5075] = 1935, - [5076] = 1917, - [5077] = 5077, - [5078] = 5024, - [5079] = 1926, - [5080] = 5024, - [5081] = 5081, - [5082] = 5082, - [5083] = 1920, - [5084] = 1914, - [5085] = 312, - [5086] = 5024, - [5087] = 5042, - [5088] = 5024, - [5089] = 5024, - [5090] = 1956, - [5091] = 5024, - [5092] = 5024, - [5093] = 5093, - [5094] = 5024, - [5095] = 1945, - [5096] = 5024, - [5097] = 5097, - [5098] = 1955, - [5099] = 1953, - [5100] = 1943, - [5101] = 5024, + [5075] = 4945, + [5076] = 1862, + [5077] = 4999, + [5078] = 5078, + [5079] = 4899, + [5080] = 5014, + [5081] = 4964, + [5082] = 5013, + [5083] = 4966, + [5084] = 4984, + [5085] = 4947, + [5086] = 4996, + [5087] = 4973, + [5088] = 2199, + [5089] = 5089, + [5090] = 5005, + [5091] = 2579, + [5092] = 4968, + [5093] = 5002, + [5094] = 5039, + [5095] = 4977, + [5096] = 5096, + [5097] = 5039, + [5098] = 4962, + [5099] = 4974, + [5100] = 4976, + [5101] = 4898, [5102] = 5102, - [5103] = 5103, + [5103] = 2481, [5104] = 5104, - [5105] = 1942, - [5106] = 5024, - [5107] = 5107, + [5105] = 5039, + [5106] = 4933, + [5107] = 4972, [5108] = 5108, - [5109] = 5109, - [5110] = 5110, - [5111] = 5111, - [5112] = 5112, - [5113] = 5051, + [5109] = 5108, + [5110] = 5108, + [5111] = 4898, + [5112] = 4942, + [5113] = 5108, [5114] = 5114, [5115] = 5115, - [5116] = 5097, - [5117] = 5031, - [5118] = 5118, - [5119] = 5112, - [5120] = 2173, + [5116] = 5116, + [5117] = 2499, + [5118] = 2494, + [5119] = 5119, + [5120] = 5120, [5121] = 5121, - [5122] = 5122, - [5123] = 2524, - [5124] = 5112, - [5125] = 5125, - [5126] = 5126, - [5127] = 5112, - [5128] = 5128, - [5129] = 5060, + [5122] = 2505, + [5123] = 5123, + [5124] = 5124, + [5125] = 5108, + [5126] = 4899, + [5127] = 5020, + [5128] = 4933, + [5129] = 5108, [5130] = 5130, [5131] = 5131, - [5132] = 5132, - [5133] = 5133, - [5134] = 5134, - [5135] = 5112, - [5136] = 5111, - [5137] = 5137, - [5138] = 5032, - [5139] = 5045, + [5132] = 4941, + [5133] = 1931, + [5134] = 1928, + [5135] = 5135, + [5136] = 5136, + [5137] = 5108, + [5138] = 5138, + [5139] = 5139, [5140] = 5140, [5141] = 5141, - [5142] = 5112, - [5143] = 2570, - [5144] = 5144, + [5142] = 1951, + [5143] = 2499, + [5144] = 5138, [5145] = 5145, - [5146] = 5146, - [5147] = 5064, - [5148] = 2194, - [5149] = 5149, - [5150] = 2186, - [5151] = 2185, - [5152] = 5052, - [5153] = 5153, - [5154] = 5154, - [5155] = 5062, - [5156] = 5065, - [5157] = 2183, - [5158] = 5058, - [5159] = 5159, - [5160] = 5112, - [5161] = 5161, - [5162] = 2209, - [5163] = 5036, - [5164] = 5037, - [5165] = 5039, - [5166] = 5137, - [5167] = 5114, - [5168] = 5081, - [5169] = 5130, - [5170] = 5040, - [5171] = 5053, - [5172] = 5172, - [5173] = 5173, - [5174] = 5073, - [5175] = 1876, - [5176] = 5033, - [5177] = 5077, - [5178] = 5178, - [5179] = 5102, - [5180] = 5180, - [5181] = 2480, - [5182] = 5172, - [5183] = 5074, - [5184] = 1874, - [5185] = 5107, - [5186] = 5068, - [5187] = 5059, - [5188] = 5188, - [5189] = 5189, - [5190] = 5190, - [5191] = 5114, - [5192] = 5130, - [5193] = 5141, - [5194] = 5190, - [5195] = 2521, - [5196] = 5111, - [5197] = 5146, - [5198] = 5133, - [5199] = 5126, - [5200] = 5121, - [5201] = 5201, - [5202] = 2508, - [5203] = 5190, - [5204] = 5137, - [5205] = 5172, - [5206] = 5104, - [5207] = 5207, - [5208] = 5208, - [5209] = 5145, - [5210] = 5210, - [5211] = 1939, - [5212] = 5212, - [5213] = 5213, - [5214] = 5190, - [5215] = 5215, - [5216] = 1930, - [5217] = 5217, - [5218] = 5218, - [5219] = 5190, - [5220] = 5190, - [5221] = 5190, - [5222] = 5222, + [5146] = 1943, + [5147] = 1949, + [5148] = 5005, + [5149] = 5138, + [5150] = 5138, + [5151] = 5141, + [5152] = 1948, + [5153] = 2499, + [5154] = 5138, + [5155] = 1944, + [5156] = 5156, + [5157] = 1942, + [5158] = 2494, + [5159] = 5138, + [5160] = 5160, + [5161] = 1738, + [5162] = 5138, + [5163] = 1729, + [5164] = 1727, + [5165] = 1733, + [5166] = 5139, + [5167] = 5156, + [5168] = 1728, + [5169] = 4840, + [5170] = 5170, + [5171] = 5002, + [5172] = 4843, + [5173] = 5138, + [5174] = 5141, + [5175] = 5138, + [5176] = 1725, + [5177] = 1734, + [5178] = 5156, + [5179] = 5156, + [5180] = 5156, + [5181] = 4958, + [5182] = 5160, + [5183] = 5139, + [5184] = 5138, + [5185] = 4977, + [5186] = 1940, + [5187] = 4943, + [5188] = 1930, + [5189] = 5138, + [5190] = 5160, + [5191] = 5141, + [5192] = 5156, + [5193] = 4974, + [5194] = 5194, + [5195] = 1919, + [5196] = 5139, + [5197] = 5014, + [5198] = 5139, + [5199] = 5138, + [5200] = 5200, + [5201] = 5138, + [5202] = 5138, + [5203] = 4984, + [5204] = 5170, + [5205] = 1923, + [5206] = 296, + [5207] = 1925, + [5208] = 5160, + [5209] = 306, + [5210] = 5138, + [5211] = 4973, + [5212] = 4947, + [5213] = 1939, + [5214] = 1937, + [5215] = 4956, + [5216] = 5160, + [5217] = 4957, + [5218] = 5138, + [5219] = 1915, + [5220] = 5156, + [5221] = 5138, + [5222] = 5160, [5223] = 5223, - [5224] = 5224, - [5225] = 5118, - [5226] = 2504, - [5227] = 5227, - [5228] = 1926, + [5224] = 5170, + [5225] = 2494, + [5226] = 5139, + [5227] = 5013, + [5228] = 5139, [5229] = 5229, - [5230] = 5230, - [5231] = 5231, - [5232] = 5227, - [5233] = 1943, - [5234] = 5229, - [5235] = 5229, - [5236] = 5236, - [5237] = 5229, - [5238] = 5236, - [5239] = 1945, - [5240] = 2508, - [5241] = 2504, - [5242] = 5229, - [5243] = 1925, - [5244] = 5229, - [5245] = 2504, - [5246] = 1953, - [5247] = 312, - [5248] = 1917, - [5249] = 5229, - [5250] = 299, - [5251] = 5229, - [5252] = 5227, - [5253] = 1935, - [5254] = 5236, - [5255] = 2508, - [5256] = 5118, + [5230] = 5156, + [5231] = 1932, + [5232] = 4996, + [5233] = 5138, + [5234] = 5160, + [5235] = 5235, + [5236] = 5139, + [5237] = 5139, + [5238] = 5156, + [5239] = 5170, + [5240] = 5145, + [5241] = 4956, + [5242] = 5242, + [5243] = 2499, + [5244] = 5005, + [5245] = 4956, + [5246] = 4957, + [5247] = 4973, + [5248] = 5242, + [5249] = 5002, + [5250] = 5014, + [5251] = 5242, + [5252] = 4947, + [5253] = 4977, + [5254] = 4973, + [5255] = 5002, + [5256] = 5242, [5257] = 5257, - [5258] = 5229, - [5259] = 5229, - [5260] = 5141, - [5261] = 5077, - [5262] = 1942, - [5263] = 5263, - [5264] = 5236, - [5265] = 5236, - [5266] = 5266, - [5267] = 5266, - [5268] = 5236, - [5269] = 5269, - [5270] = 5126, - [5271] = 5229, - [5272] = 1918, - [5273] = 1914, - [5274] = 5059, - [5275] = 1919, - [5276] = 1924, - [5277] = 5073, - [5278] = 5278, - [5279] = 1734, - [5280] = 5230, - [5281] = 5278, - [5282] = 5133, - [5283] = 1920, - [5284] = 5236, - [5285] = 1956, - [5286] = 5230, - [5287] = 5266, - [5288] = 5288, - [5289] = 5227, - [5290] = 5266, - [5291] = 5032, - [5292] = 5074, - [5293] = 5278, - [5294] = 5229, - [5295] = 5230, - [5296] = 5236, - [5297] = 5236, - [5298] = 5257, - [5299] = 5229, - [5300] = 4940, - [5301] = 5278, - [5302] = 5227, - [5303] = 5121, - [5304] = 5229, - [5305] = 5266, - [5306] = 1955, - [5307] = 5229, - [5308] = 5060, - [5309] = 5266, - [5310] = 5229, - [5311] = 5266, - [5312] = 5145, - [5313] = 5227, - [5314] = 1733, - [5315] = 5315, - [5316] = 1730, - [5317] = 4977, - [5318] = 5318, - [5319] = 5227, - [5320] = 1728, - [5321] = 5068, - [5322] = 5229, - [5323] = 5266, - [5324] = 1725, - [5325] = 1731, - [5326] = 1737, - [5327] = 5146, - [5328] = 5266, - [5329] = 5229, - [5330] = 5111, - [5331] = 2508, - [5332] = 5114, + [5258] = 5258, + [5259] = 5242, + [5260] = 4957, + [5261] = 4974, + [5262] = 5262, + [5263] = 4840, + [5264] = 5258, + [5265] = 5014, + [5266] = 5242, + [5267] = 4843, + [5268] = 5013, + [5269] = 5242, + [5270] = 4977, + [5271] = 5013, + [5272] = 5258, + [5273] = 4958, + [5274] = 2494, + [5275] = 5005, + [5276] = 4974, + [5277] = 4958, + [5278] = 4947, + [5279] = 5242, + [5280] = 5242, + [5281] = 5281, + [5282] = 2944, + [5283] = 4899, + [5284] = 5284, + [5285] = 5017, + [5286] = 4973, + [5287] = 5287, + [5288] = 5287, + [5289] = 5289, + [5290] = 4977, + [5291] = 5291, + [5292] = 5291, + [5293] = 4942, + [5294] = 2494, + [5295] = 4941, + [5296] = 5291, + [5297] = 5297, + [5298] = 5298, + [5299] = 5299, + [5300] = 5014, + [5301] = 5291, + [5302] = 5298, + [5303] = 5303, + [5304] = 2499, + [5305] = 2499, + [5306] = 5291, + [5307] = 5307, + [5308] = 5030, + [5309] = 5287, + [5310] = 4958, + [5311] = 4957, + [5312] = 5312, + [5313] = 2931, + [5314] = 4956, + [5315] = 4898, + [5316] = 5298, + [5317] = 5002, + [5318] = 5287, + [5319] = 5319, + [5320] = 5013, + [5321] = 5005, + [5322] = 5291, + [5323] = 5323, + [5324] = 5025, + [5325] = 4974, + [5326] = 2494, + [5327] = 5298, + [5328] = 2930, + [5329] = 4933, + [5330] = 4992, + [5331] = 4994, + [5332] = 4947, [5333] = 5333, - [5334] = 5137, - [5335] = 5333, - [5336] = 5333, - [5337] = 5172, + [5334] = 4996, + [5335] = 5078, + [5336] = 5336, + [5337] = 5337, [5338] = 5338, - [5339] = 5130, - [5340] = 5137, - [5341] = 2504, - [5342] = 5172, - [5343] = 5059, - [5344] = 5333, - [5345] = 5126, - [5346] = 5077, - [5347] = 5333, - [5348] = 5114, - [5349] = 5333, - [5350] = 5333, - [5351] = 5333, - [5352] = 5130, - [5353] = 5118, - [5354] = 5338, - [5355] = 5333, - [5356] = 5068, - [5357] = 4940, - [5358] = 5077, - [5359] = 5359, - [5360] = 5121, - [5361] = 5133, - [5362] = 5059, - [5363] = 5074, - [5364] = 5146, - [5365] = 4977, - [5366] = 5068, - [5367] = 5141, - [5368] = 5338, - [5369] = 5074, - [5370] = 5111, - [5371] = 5145, + [5339] = 5002, + [5340] = 5340, + [5341] = 5341, + [5342] = 5070, + [5343] = 5338, + [5344] = 5340, + [5345] = 5338, + [5346] = 5042, + [5347] = 5347, + [5348] = 5338, + [5349] = 4947, + [5350] = 5014, + [5351] = 5347, + [5352] = 4956, + [5353] = 4957, + [5354] = 5340, + [5355] = 5338, + [5356] = 5356, + [5357] = 4958, + [5358] = 5340, + [5359] = 5041, + [5360] = 4984, + [5361] = 5340, + [5362] = 5347, + [5363] = 5363, + [5364] = 5364, + [5365] = 5338, + [5366] = 5366, + [5367] = 4943, + [5368] = 4973, + [5369] = 4974, + [5370] = 5340, + [5371] = 5013, [5372] = 5372, - [5373] = 5141, - [5374] = 5133, - [5375] = 2939, - [5376] = 2508, - [5377] = 5377, - [5378] = 5028, + [5373] = 5373, + [5374] = 5374, + [5375] = 5338, + [5376] = 4977, + [5377] = 5005, + [5378] = 5378, [5379] = 5379, - [5380] = 5146, - [5381] = 5077, - [5382] = 5074, - [5383] = 5379, - [5384] = 5141, + [5380] = 5347, + [5381] = 5381, + [5382] = 5340, + [5383] = 5383, + [5384] = 5384, [5385] = 5385, - [5386] = 5386, - [5387] = 5068, - [5388] = 2508, - [5389] = 5023, - [5390] = 5390, - [5391] = 2937, - [5392] = 5385, - [5393] = 5118, - [5394] = 5145, - [5395] = 5395, - [5396] = 5059, - [5397] = 5397, + [5386] = 5383, + [5387] = 5383, + [5388] = 5383, + [5389] = 5383, + [5390] = 5383, + [5391] = 5391, + [5392] = 5392, + [5393] = 5393, + [5394] = 5394, + [5395] = 5383, + [5396] = 5396, + [5397] = 5396, [5398] = 5398, - [5399] = 5121, - [5400] = 5141, + [5399] = 5399, + [5400] = 5400, [5401] = 5401, - [5402] = 5126, - [5403] = 5403, + [5402] = 5402, + [5403] = 5399, [5404] = 5404, - [5405] = 5377, - [5406] = 2504, - [5407] = 5379, - [5408] = 5379, - [5409] = 5385, - [5410] = 5141, - [5411] = 5146, - [5412] = 5093, - [5413] = 5121, - [5414] = 5385, - [5415] = 5126, - [5416] = 5103, - [5417] = 5118, - [5418] = 2504, - [5419] = 5172, - [5420] = 5118, - [5421] = 5379, - [5422] = 5146, - [5423] = 5145, - [5424] = 5146, - [5425] = 5133, - [5426] = 2974, - [5427] = 5137, - [5428] = 5133, - [5429] = 5145, - [5430] = 5114, - [5431] = 5377, - [5432] = 5111, + [5405] = 5405, + [5406] = 5399, + [5407] = 5407, + [5408] = 5408, + [5409] = 5409, + [5410] = 5410, + [5411] = 5411, + [5412] = 5412, + [5413] = 5399, + [5414] = 5398, + [5415] = 5411, + [5416] = 5416, + [5417] = 5407, + [5418] = 5418, + [5419] = 5419, + [5420] = 5420, + [5421] = 5408, + [5422] = 5422, + [5423] = 5416, + [5424] = 5424, + [5425] = 5419, + [5426] = 5426, + [5427] = 5409, + [5428] = 5428, + [5429] = 5429, + [5430] = 5430, + [5431] = 5431, + [5432] = 5399, [5433] = 5433, - [5434] = 5126, - [5435] = 5130, - [5436] = 5121, - [5437] = 5133, - [5438] = 5121, - [5439] = 5118, - [5440] = 5440, - [5441] = 5377, - [5442] = 5126, - [5443] = 5041, - [5444] = 5379, - [5445] = 5145, + [5434] = 5434, + [5435] = 5399, + [5436] = 5399, + [5437] = 5437, + [5438] = 5438, + [5439] = 5404, + [5440] = 5429, + [5441] = 5434, + [5442] = 5442, + [5443] = 5443, + [5444] = 5444, + [5445] = 5412, [5446] = 5446, - [5447] = 5032, - [5448] = 5448, + [5447] = 5404, + [5448] = 5399, [5449] = 5449, - [5450] = 5450, + [5450] = 5430, [5451] = 5451, - [5452] = 5452, - [5453] = 5453, - [5454] = 5453, - [5455] = 5455, - [5456] = 5077, - [5457] = 5074, - [5458] = 5060, - [5459] = 5446, - [5460] = 5460, - [5461] = 5068, - [5462] = 5059, - [5463] = 5131, - [5464] = 5448, - [5465] = 5189, - [5466] = 5448, - [5467] = 5467, - [5468] = 5468, - [5469] = 5446, - [5470] = 5470, - [5471] = 5448, - [5472] = 5472, - [5473] = 5125, - [5474] = 5474, - [5475] = 5446, - [5476] = 5073, - [5477] = 5477, - [5478] = 5453, - [5479] = 5141, - [5480] = 5448, - [5481] = 5178, - [5482] = 5482, - [5483] = 5446, - [5484] = 5453, - [5485] = 5118, - [5486] = 5448, - [5487] = 5145, - [5488] = 5146, - [5489] = 5133, - [5490] = 5126, - [5491] = 5121, - [5492] = 5448, - [5493] = 5446, - [5494] = 5446, - [5495] = 5495, - [5496] = 5126, - [5497] = 5497, - [5498] = 5497, - [5499] = 5497, - [5500] = 5500, - [5501] = 5497, - [5502] = 5146, - [5503] = 5503, - [5504] = 5497, - [5505] = 5505, - [5506] = 5506, - [5507] = 5507, - [5508] = 5497, - [5509] = 5141, - [5510] = 5500, - [5511] = 5121, - [5512] = 5118, - [5513] = 5497, - [5514] = 5133, + [5452] = 5428, + [5453] = 5426, + [5454] = 5399, + [5455] = 5438, + [5456] = 5412, + [5457] = 5424, + [5458] = 5422, + [5459] = 5420, + [5460] = 5431, + [5461] = 5418, + [5462] = 5407, + [5463] = 5405, + [5464] = 5464, + [5465] = 5465, + [5466] = 5466, + [5467] = 5443, + [5468] = 5411, + [5469] = 5407, + [5470] = 5437, + [5471] = 5402, + [5472] = 5433, + [5473] = 5401, + [5474] = 5400, + [5475] = 5431, + [5476] = 5411, + [5477] = 5430, + [5478] = 5398, + [5479] = 5479, + [5480] = 5429, + [5481] = 5419, + [5482] = 5438, + [5483] = 5418, + [5484] = 5409, + [5485] = 4840, + [5486] = 5438, + [5487] = 5409, + [5488] = 5420, + [5489] = 5411, + [5490] = 5408, + [5491] = 5416, + [5492] = 5429, + [5493] = 5433, + [5494] = 5419, + [5495] = 5451, + [5496] = 5408, + [5497] = 5437, + [5498] = 5409, + [5499] = 5409, + [5500] = 5429, + [5501] = 5430, + [5502] = 5431, + [5503] = 5433, + [5504] = 5419, + [5505] = 5437, + [5506] = 5443, + [5507] = 5451, + [5508] = 5416, + [5509] = 5429, + [5510] = 5412, + [5511] = 5416, + [5512] = 5408, + [5513] = 5419, + [5514] = 5399, [5515] = 5515, - [5516] = 5516, - [5517] = 5145, - [5518] = 5518, - [5519] = 5518, - [5520] = 5520, - [5521] = 5521, - [5522] = 5522, - [5523] = 5523, - [5524] = 5518, - [5525] = 5523, - [5526] = 5526, - [5527] = 5527, - [5528] = 5527, - [5529] = 5529, - [5530] = 5523, - [5531] = 5531, - [5532] = 5532, - [5533] = 5533, - [5534] = 5534, - [5535] = 5535, - [5536] = 5536, - [5537] = 5523, - [5538] = 5538, - [5539] = 5522, - [5540] = 5540, - [5541] = 5538, - [5542] = 5526, - [5543] = 5532, - [5544] = 5529, - [5545] = 5545, - [5546] = 5529, - [5547] = 5529, - [5548] = 5526, - [5549] = 5523, - [5550] = 5550, - [5551] = 5521, - [5552] = 5526, - [5553] = 5553, - [5554] = 5554, - [5555] = 5555, - [5556] = 5540, - [5557] = 5523, - [5558] = 5558, - [5559] = 5559, - [5560] = 5560, - [5561] = 5561, - [5562] = 5562, - [5563] = 5563, - [5564] = 5534, - [5565] = 5538, - [5566] = 5538, - [5567] = 5536, - [5568] = 5531, - [5569] = 5569, - [5570] = 5562, - [5571] = 5571, - [5572] = 5569, - [5573] = 5559, - [5574] = 5562, - [5575] = 5523, - [5576] = 5576, - [5577] = 5577, - [5578] = 5578, - [5579] = 5540, - [5580] = 5531, - [5581] = 5561, - [5582] = 5520, - [5583] = 5521, - [5584] = 5577, - [5585] = 5535, - [5586] = 5586, - [5587] = 5532, - [5588] = 5554, - [5589] = 5527, - [5590] = 5523, - [5591] = 5569, - [5592] = 5520, - [5593] = 5593, - [5594] = 5560, - [5595] = 5577, - [5596] = 5545, - [5597] = 5527, - [5598] = 5526, - [5599] = 5563, - [5600] = 5577, - [5601] = 5576, - [5602] = 5558, - [5603] = 5603, - [5604] = 5534, - [5605] = 5529, - [5606] = 5603, - [5607] = 5607, - [5608] = 5608, - [5609] = 5554, - [5610] = 5610, - [5611] = 5529, - [5612] = 5553, - [5613] = 5613, - [5614] = 5535, - [5615] = 5559, - [5616] = 5529, - [5617] = 5569, - [5618] = 5562, - [5619] = 5619, - [5620] = 5540, - [5621] = 5523, - [5622] = 5521, - [5623] = 5521, - [5624] = 5555, - [5625] = 5534, - [5626] = 5526, - [5627] = 5521, - [5628] = 5613, - [5629] = 5531, - [5630] = 5523, - [5631] = 5553, - [5632] = 5523, - [5633] = 5560, - [5634] = 5561, - [5635] = 5563, - [5636] = 5613, - [5637] = 5538, - [5638] = 5520, - [5639] = 5536, - [5640] = 5603, - [5641] = 5576, - [5642] = 5603, - [5643] = 5553, - [5644] = 5536, - [5645] = 5536, - [5646] = 5531, - [5647] = 5538, - [5648] = 5555, - [5649] = 5563, - [5650] = 5545, - [5651] = 5561, - [5652] = 5608, - [5653] = 5560, - [5654] = 5603, - [5655] = 5553, - [5656] = 5534, - [5657] = 5578, - [5658] = 5608, - [5659] = 5553, - [5660] = 5576, - [5661] = 5560, - [5662] = 5523, - [5663] = 5540, - [5664] = 5518, - [5665] = 5523, - [5666] = 5576, - [5667] = 5540, - [5668] = 5560, - [5669] = 5545, - [5670] = 5607, - [5671] = 5608, - [5672] = 5561, - [5673] = 5563, - [5674] = 5527, - [5675] = 5603, - [5676] = 5538, - [5677] = 5613, - [5678] = 5536, - [5679] = 5561, - [5680] = 5680, - [5681] = 5526, - [5682] = 5563, - [5683] = 5531, - [5684] = 5527, - [5685] = 5685, - [5686] = 5518, - [5687] = 5534, - [5688] = 5520, - [5689] = 5529, - [5690] = 5518, - [5691] = 5554, - [5692] = 5521, - [5693] = 5535, - [5694] = 5559, - [5695] = 5562, - [5696] = 5569, - [5697] = 5569, - [5698] = 5562, - [5699] = 5521, - [5700] = 5559, - [5701] = 5569, - [5702] = 5535, - [5703] = 5526, - [5704] = 5562, - [5705] = 5554, - [5706] = 5555, - [5707] = 5559, - [5708] = 5576, - [5709] = 5569, - [5710] = 5523, - [5711] = 5562, - [5712] = 5553, - [5713] = 5560, - [5714] = 5526, - [5715] = 5531, - [5716] = 5535, - [5717] = 4940, - [5718] = 5561, - [5719] = 5563, - [5720] = 5529, - [5721] = 5555, - [5722] = 5538, - [5723] = 5536, - [5724] = 5561, - [5725] = 5520, - [5726] = 5554, - [5727] = 5619, - [5728] = 5531, - [5729] = 5518, - [5730] = 5555, - [5731] = 5545, - [5732] = 5554, - [5733] = 5527, - [5734] = 5613, - [5735] = 5608, - [5736] = 5603, - [5737] = 5534, - [5738] = 5545, - [5739] = 5532, - [5740] = 5545, - [5741] = 5613, - [5742] = 5536, - [5743] = 5560, - [5744] = 5608, - [5745] = 5576, - [5746] = 5555, - [5747] = 5578, - [5748] = 5608, - [5749] = 5619, - [5750] = 5607, - [5751] = 5603, - [5752] = 5578, - [5753] = 5534, - [5754] = 5520, - [5755] = 5613, - [5756] = 5576, - [5757] = 5578, - [5758] = 5518, - [5759] = 5553, - [5760] = 5555, - [5761] = 5532, - [5762] = 5558, - [5763] = 5531, - [5764] = 5577, - [5765] = 5578, - [5766] = 5577, - [5767] = 5527, - [5768] = 5578, - [5769] = 5518, - [5770] = 5520, - [5771] = 5576, - [5772] = 5619, - [5773] = 5529, - [5774] = 5534, - [5775] = 5554, - [5776] = 5603, - [5777] = 5535, - [5778] = 5608, - [5779] = 5559, - [5780] = 5532, - [5781] = 5613, - [5782] = 5569, - [5783] = 5607, - [5784] = 5562, - [5785] = 5577, - [5786] = 5535, - [5787] = 5521, - [5788] = 5555, - [5789] = 5527, - [5790] = 5559, - [5791] = 5791, - [5792] = 5578, - [5793] = 5531, - [5794] = 5563, - [5795] = 5558, - [5796] = 5526, - [5797] = 5554, - [5798] = 5523, - [5799] = 5536, - [5800] = 5538, - [5801] = 5563, - [5802] = 5561, - [5803] = 5560, - [5804] = 5553, - [5805] = 5532, - [5806] = 5523, - [5807] = 5608, - [5808] = 5540, - [5809] = 5809, - [5810] = 5535, - [5811] = 5520, - [5812] = 5559, - [5813] = 5813, - [5814] = 5814, - [5815] = 5815, - [5816] = 5816, + [5516] = 5402, + [5517] = 5428, + [5518] = 5426, + [5519] = 5424, + [5520] = 5443, + [5521] = 5422, + [5522] = 5451, + [5523] = 5420, + [5524] = 5418, + [5525] = 5409, + [5526] = 5443, + [5527] = 5412, + [5528] = 5401, + [5529] = 5446, + [5530] = 5464, + [5531] = 5434, + [5532] = 5411, + [5533] = 5433, + [5534] = 5407, + [5535] = 5404, + [5536] = 5402, + [5537] = 5401, + [5538] = 5405, + [5539] = 5400, + [5540] = 5400, + [5541] = 5438, + [5542] = 5398, + [5543] = 5398, + [5544] = 5544, + [5545] = 5429, + [5546] = 5431, + [5547] = 5430, + [5548] = 5431, + [5549] = 5446, + [5550] = 5433, + [5551] = 5437, + [5552] = 5443, + [5553] = 5409, + [5554] = 5422, + [5555] = 5451, + [5556] = 5412, + [5557] = 5399, + [5558] = 5412, + [5559] = 5430, + [5560] = 5451, + [5561] = 5430, + [5562] = 5446, + [5563] = 5431, + [5564] = 5418, + [5565] = 5418, + [5566] = 5434, + [5567] = 5442, + [5568] = 5419, + [5569] = 5399, + [5570] = 5416, + [5571] = 5442, + [5572] = 5408, + [5573] = 5416, + [5574] = 5419, + [5575] = 5428, + [5576] = 5400, + [5577] = 5416, + [5578] = 5426, + [5579] = 5408, + [5580] = 5409, + [5581] = 5424, + [5582] = 5410, + [5583] = 5422, + [5584] = 5420, + [5585] = 5398, + [5586] = 5422, + [5587] = 5429, + [5588] = 5400, + [5589] = 5430, + [5590] = 5401, + [5591] = 5431, + [5592] = 5402, + [5593] = 5433, + [5594] = 5442, + [5595] = 5437, + [5596] = 5408, + [5597] = 5404, + [5598] = 5442, + [5599] = 5443, + [5600] = 5426, + [5601] = 5411, + [5602] = 5602, + [5603] = 5407, + [5604] = 5544, + [5605] = 5424, + [5606] = 5398, + [5607] = 5412, + [5608] = 5407, + [5609] = 5428, + [5610] = 5410, + [5611] = 5426, + [5612] = 5428, + [5613] = 5411, + [5614] = 5434, + [5615] = 5399, + [5616] = 5404, + [5617] = 5428, + [5618] = 5426, + [5619] = 5424, + [5620] = 5424, + [5621] = 5422, + [5622] = 5420, + [5623] = 5544, + [5624] = 5418, + [5625] = 5625, + [5626] = 5400, + [5627] = 5402, + [5628] = 5437, + [5629] = 5418, + [5630] = 5401, + [5631] = 5420, + [5632] = 5426, + [5633] = 5422, + [5634] = 5411, + [5635] = 5424, + [5636] = 5407, + [5637] = 5426, + [5638] = 5422, + [5639] = 5428, + [5640] = 5401, + [5641] = 5404, + [5642] = 5446, + [5643] = 5402, + [5644] = 5400, + [5645] = 5401, + [5646] = 5399, + [5647] = 5400, + [5648] = 5401, + [5649] = 5420, + [5650] = 5428, + [5651] = 5434, + [5652] = 5398, + [5653] = 5398, + [5654] = 5402, + [5655] = 5405, + [5656] = 5424, + [5657] = 5402, + [5658] = 5658, + [5659] = 5418, + [5660] = 5442, + [5661] = 5438, + [5662] = 5442, + [5663] = 5446, + [5664] = 5412, + [5665] = 5412, + [5666] = 5404, + [5667] = 5433, + [5668] = 5410, + [5669] = 5544, + [5670] = 5446, + [5671] = 5407, + [5672] = 5437, + [5673] = 5399, + [5674] = 5420, + [5675] = 5443, + [5676] = 5443, + [5677] = 5446, + [5678] = 5416, + [5679] = 5437, + [5680] = 5411, + [5681] = 5433, + [5682] = 5682, + [5683] = 5438, + [5684] = 5431, + [5685] = 5434, + [5686] = 5430, + [5687] = 5419, + [5688] = 5451, + [5689] = 5429, + [5690] = 5408, + [5691] = 5399, + [5692] = 5409, + [5693] = 5693, + [5694] = 5694, + [5695] = 5695, + [5696] = 5696, + [5697] = 5697, + [5698] = 5694, + [5699] = 5694, + [5700] = 5700, + [5701] = 5701, + [5702] = 5702, + [5703] = 5703, + [5704] = 5704, + [5705] = 5705, + [5706] = 5706, + [5707] = 5707, + [5708] = 5708, + [5709] = 5696, + [5710] = 5694, + [5711] = 5711, + [5712] = 5712, + [5713] = 5713, + [5714] = 5714, + [5715] = 5715, + [5716] = 5716, + [5717] = 5702, + [5718] = 5694, + [5719] = 5694, + [5720] = 5720, + [5721] = 5694, + [5722] = 5722, + [5723] = 5723, + [5724] = 5704, + [5725] = 5725, + [5726] = 5701, + [5727] = 5727, + [5728] = 5728, + [5729] = 5729, + [5730] = 5730, + [5731] = 5731, + [5732] = 5732, + [5733] = 5696, + [5734] = 5708, + [5735] = 5700, + [5736] = 5736, + [5737] = 5703, + [5738] = 5738, + [5739] = 5739, + [5740] = 5722, + [5741] = 5694, + [5742] = 5703, + [5743] = 5743, + [5744] = 5702, + [5745] = 5723, + [5746] = 5715, + [5747] = 5716, + [5748] = 5748, + [5749] = 5749, + [5750] = 5750, + [5751] = 5708, + [5752] = 5703, + [5753] = 5697, + [5754] = 5754, + [5755] = 5748, + [5756] = 5750, + [5757] = 5757, + [5758] = 5758, + [5759] = 5694, + [5760] = 5697, + [5761] = 5743, + [5762] = 5762, + [5763] = 5750, + [5764] = 5764, + [5765] = 5703, + [5766] = 5748, + [5767] = 5767, + [5768] = 5696, + [5769] = 5723, + [5770] = 5770, + [5771] = 5697, + [5772] = 5739, + [5773] = 5738, + [5774] = 5730, + [5775] = 5700, + [5776] = 5722, + [5777] = 5732, + [5778] = 5727, + [5779] = 5694, + [5780] = 5725, + [5781] = 5781, + [5782] = 5782, + [5783] = 5783, + [5784] = 5736, + [5785] = 5750, + [5786] = 5715, + [5787] = 5787, + [5788] = 5716, + [5789] = 5700, + [5790] = 5790, + [5791] = 5716, + [5792] = 5704, + [5793] = 5715, + [5794] = 5705, + [5795] = 5795, + [5796] = 5706, + [5797] = 5707, + [5798] = 5707, + [5799] = 5712, + [5800] = 5714, + [5801] = 5713, + [5802] = 5714, + [5803] = 5803, + [5804] = 5706, + [5805] = 5697, + [5806] = 5694, + [5807] = 5807, + [5808] = 5750, + [5809] = 5694, + [5810] = 5810, + [5811] = 5701, + [5812] = 5712, + [5813] = 5714, + [5814] = 5750, + [5815] = 5748, + [5816] = 5748, [5817] = 5817, - [5818] = 5818, - [5819] = 5819, - [5820] = 5820, - [5821] = 5814, - [5822] = 5822, - [5823] = 5823, + [5818] = 5700, + [5819] = 5723, + [5820] = 5694, + [5821] = 5697, + [5822] = 5713, + [5823] = 5713, [5824] = 5824, - [5825] = 5825, - [5826] = 5826, - [5827] = 5827, - [5828] = 5828, - [5829] = 5829, - [5830] = 5828, - [5831] = 5826, - [5832] = 5832, - [5833] = 5815, - [5834] = 5815, - [5835] = 5835, - [5836] = 5836, - [5837] = 5837, + [5825] = 5702, + [5826] = 5705, + [5827] = 5739, + [5828] = 5696, + [5829] = 5738, + [5830] = 5730, + [5831] = 5732, + [5832] = 5712, + [5833] = 5704, + [5834] = 5834, + [5835] = 5728, + [5836] = 5694, + [5837] = 5739, [5838] = 5838, - [5839] = 5839, + [5839] = 5701, [5840] = 5840, - [5841] = 5815, - [5842] = 5842, + [5841] = 5701, + [5842] = 5694, [5843] = 5843, - [5844] = 5844, - [5845] = 5825, - [5846] = 5846, - [5847] = 5847, - [5848] = 5848, - [5849] = 5849, - [5850] = 5850, - [5851] = 5820, - [5852] = 5852, - [5853] = 5848, - [5854] = 5823, - [5855] = 5855, - [5856] = 5856, - [5857] = 5829, - [5858] = 5858, - [5859] = 5815, - [5860] = 5846, - [5861] = 5861, - [5862] = 5815, - [5863] = 5843, - [5864] = 5813, - [5865] = 5865, - [5866] = 5866, - [5867] = 5823, - [5868] = 5847, - [5869] = 5869, - [5870] = 5815, - [5871] = 5871, - [5872] = 5872, - [5873] = 5858, - [5874] = 5874, - [5875] = 5875, - [5876] = 5832, - [5877] = 5814, + [5844] = 5722, + [5845] = 5707, + [5846] = 5706, + [5847] = 5705, + [5848] = 5705, + [5849] = 5706, + [5850] = 5707, + [5851] = 5697, + [5852] = 5730, + [5853] = 5707, + [5854] = 5738, + [5855] = 5712, + [5856] = 5723, + [5857] = 5706, + [5858] = 5713, + [5859] = 5714, + [5860] = 5705, + [5861] = 5697, + [5862] = 5862, + [5863] = 5863, + [5864] = 5864, + [5865] = 5707, + [5866] = 5706, + [5867] = 5705, + [5868] = 5697, + [5869] = 5707, + [5870] = 5870, + [5871] = 5712, + [5872] = 5738, + [5873] = 5722, + [5874] = 5706, + [5875] = 5705, + [5876] = 5739, + [5877] = 5696, [5878] = 5878, - [5879] = 5879, - [5880] = 5875, + [5879] = 5707, + [5880] = 5706, [5881] = 5881, - [5882] = 5815, - [5883] = 5883, + [5882] = 5705, + [5883] = 5697, [5884] = 5884, [5885] = 5885, - [5886] = 5886, - [5887] = 5848, - [5888] = 5888, - [5889] = 5815, - [5890] = 5881, - [5891] = 5838, - [5892] = 5817, - [5893] = 5825, - [5894] = 5874, - [5895] = 5822, - [5896] = 5848, - [5897] = 5846, + [5886] = 5731, + [5887] = 5716, + [5888] = 5824, + [5889] = 5889, + [5890] = 5890, + [5891] = 5707, + [5892] = 5706, + [5893] = 5705, + [5894] = 5715, + [5895] = 5895, + [5896] = 5697, + [5897] = 5716, [5898] = 5898, - [5899] = 5814, - [5900] = 5847, - [5901] = 5843, - [5902] = 5902, - [5903] = 5814, - [5904] = 5828, - [5905] = 5905, - [5906] = 5881, - [5907] = 5832, - [5908] = 5826, - [5909] = 5835, - [5910] = 5815, - [5911] = 5872, - [5912] = 5883, - [5913] = 5875, - [5914] = 5838, - [5915] = 5817, - [5916] = 5835, - [5917] = 5874, - [5918] = 5918, - [5919] = 5919, - [5920] = 5843, - [5921] = 5825, - [5922] = 5838, - [5923] = 5846, - [5924] = 5847, - [5925] = 5925, - [5926] = 5926, - [5927] = 5823, - [5928] = 5813, - [5929] = 5865, - [5930] = 5871, - [5931] = 5848, - [5932] = 5866, - [5933] = 5815, - [5934] = 5815, - [5935] = 5935, + [5899] = 5708, + [5900] = 5900, + [5901] = 5730, + [5902] = 5739, + [5903] = 5732, + [5904] = 5904, + [5905] = 5707, + [5906] = 5706, + [5907] = 5705, + [5908] = 5697, + [5909] = 5738, + [5910] = 5743, + [5911] = 5696, + [5912] = 5696, + [5913] = 5913, + [5914] = 5914, + [5915] = 5700, + [5916] = 5730, + [5917] = 5757, + [5918] = 5694, + [5919] = 5704, + [5920] = 5700, + [5921] = 5732, + [5922] = 5716, + [5923] = 5707, + [5924] = 5706, + [5925] = 5705, + [5926] = 5694, + [5927] = 5697, + [5928] = 5723, + [5929] = 5715, + [5930] = 5716, + [5931] = 5743, + [5932] = 5932, + [5933] = 5700, + [5934] = 5707, + [5935] = 5714, [5936] = 5936, - [5937] = 5937, - [5938] = 5817, - [5939] = 5871, + [5937] = 5713, + [5938] = 5697, + [5939] = 5939, [5940] = 5940, - [5941] = 5941, - [5942] = 5875, - [5943] = 5874, - [5944] = 5874, - [5945] = 5875, - [5946] = 5871, - [5947] = 5947, - [5948] = 5948, - [5949] = 5949, - [5950] = 5950, - [5951] = 5822, - [5952] = 5866, - [5953] = 5865, - [5954] = 5814, - [5955] = 5813, - [5956] = 5926, - [5957] = 5852, - [5958] = 5958, + [5941] = 5713, + [5942] = 5707, + [5943] = 5706, + [5944] = 5750, + [5945] = 5748, + [5946] = 5705, + [5947] = 5703, + [5948] = 5697, + [5949] = 5732, + [5950] = 5739, + [5951] = 5730, + [5952] = 5730, + [5953] = 5732, + [5954] = 5743, + [5955] = 5739, + [5956] = 5750, + [5957] = 5957, + [5958] = 5748, [5959] = 5959, - [5960] = 5828, - [5961] = 5826, + [5960] = 5697, + [5961] = 5723, [5962] = 5962, - [5963] = 5815, - [5964] = 5823, - [5965] = 5871, - [5966] = 5843, - [5967] = 5866, - [5968] = 5846, - [5969] = 5847, - [5970] = 5865, - [5971] = 5813, - [5972] = 5972, - [5973] = 5829, - [5974] = 5926, - [5975] = 5813, - [5976] = 5865, - [5977] = 5866, - [5978] = 5978, - [5979] = 5884, - [5980] = 5926, - [5981] = 5817, - [5982] = 5858, - [5983] = 5838, - [5984] = 5815, - [5985] = 5813, - [5986] = 5865, - [5987] = 5866, - [5988] = 5858, - [5989] = 5881, - [5990] = 5847, - [5991] = 5874, - [5992] = 5875, + [5963] = 5739, + [5964] = 5714, + [5965] = 5738, + [5966] = 5730, + [5967] = 5713, + [5968] = 5716, + [5969] = 5705, + [5970] = 5706, + [5971] = 5707, + [5972] = 5732, + [5973] = 5973, + [5974] = 5694, + [5975] = 5713, + [5976] = 5714, + [5977] = 5701, + [5978] = 5712, + [5979] = 5706, + [5980] = 5694, + [5981] = 5705, + [5982] = 5732, + [5983] = 5983, + [5984] = 5704, + [5985] = 5714, + [5986] = 5715, + [5987] = 5694, + [5988] = 5705, + [5989] = 5706, + [5990] = 5990, + [5991] = 5748, + [5992] = 5707, [5993] = 5993, - [5994] = 5846, + [5994] = 5994, [5995] = 5995, [5996] = 5996, - [5997] = 5993, - [5998] = 5825, - [5999] = 5823, + [5997] = 5997, + [5998] = 5998, + [5999] = 5999, [6000] = 6000, [6001] = 6001, - [6002] = 5843, - [6003] = 5848, - [6004] = 5815, - [6005] = 5881, - [6006] = 5838, - [6007] = 5817, + [6002] = 6002, + [6003] = 5994, + [6004] = 6004, + [6005] = 6005, + [6006] = 6006, + [6007] = 6007, [6008] = 6008, - [6009] = 5829, - [6010] = 5813, - [6011] = 5823, - [6012] = 6012, - [6013] = 5829, - [6014] = 5835, - [6015] = 5826, - [6016] = 5822, - [6017] = 5826, - [6018] = 5828, - [6019] = 5832, + [6009] = 6009, + [6010] = 6010, + [6011] = 6011, + [6012] = 6005, + [6013] = 6013, + [6014] = 6014, + [6015] = 6015, + [6016] = 6016, + [6017] = 6017, + [6018] = 6018, + [6019] = 6019, [6020] = 6020, - [6021] = 5815, - [6022] = 5814, - [6023] = 5828, - [6024] = 5826, - [6025] = 5835, - [6026] = 5847, - [6027] = 5843, - [6028] = 5866, - [6029] = 5865, - [6030] = 5814, - [6031] = 5813, - [6032] = 5822, - [6033] = 5814, - [6034] = 5846, - [6035] = 5815, - [6036] = 5847, - [6037] = 5846, - [6038] = 5866, - [6039] = 5865, - [6040] = 5865, - [6041] = 5814, - [6042] = 5825, - [6043] = 5866, - [6044] = 5865, - [6045] = 5815, - [6046] = 5813, - [6047] = 5814, - [6048] = 5817, - [6049] = 5817, - [6050] = 5926, - [6051] = 5838, - [6052] = 5813, - [6053] = 5865, - [6054] = 5866, - [6055] = 5822, - [6056] = 6056, - [6057] = 5820, - [6058] = 5829, - [6059] = 5866, - [6060] = 5865, + [6021] = 6021, + [6022] = 6022, + [6023] = 6023, + [6024] = 6024, + [6025] = 6004, + [6026] = 6026, + [6027] = 6027, + [6028] = 6028, + [6029] = 6027, + [6030] = 5999, + [6031] = 6019, + [6032] = 6032, + [6033] = 6005, + [6034] = 6014, + [6035] = 6016, + [6036] = 6036, + [6037] = 6017, + [6038] = 6038, + [6039] = 6039, + [6040] = 6040, + [6041] = 6041, + [6042] = 6042, + [6043] = 6017, + [6044] = 6044, + [6045] = 6045, + [6046] = 6046, + [6047] = 6024, + [6048] = 6019, + [6049] = 6049, + [6050] = 6021, + [6051] = 6015, + [6052] = 6004, + [6053] = 6011, + [6054] = 6027, + [6055] = 6055, + [6056] = 6041, + [6057] = 6028, + [6058] = 6008, + [6059] = 5994, + [6060] = 6041, [6061] = 6061, - [6062] = 5813, - [6063] = 5814, - [6064] = 5815, - [6065] = 5814, - [6066] = 5828, - [6067] = 5866, - [6068] = 5835, - [6069] = 5871, - [6070] = 5848, - [6071] = 5871, - [6072] = 5843, - [6073] = 5843, - [6074] = 5874, - [6075] = 5846, - [6076] = 5847, + [6062] = 6028, + [6063] = 6027, + [6064] = 6014, + [6065] = 6004, + [6066] = 6002, + [6067] = 6021, + [6068] = 6019, + [6069] = 6001, + [6070] = 6017, + [6071] = 6005, + [6072] = 6016, + [6073] = 6014, + [6074] = 6041, + [6075] = 6005, + [6076] = 6076, [6077] = 6077, - [6078] = 5875, - [6079] = 5866, - [6080] = 5817, - [6081] = 5865, - [6082] = 5926, - [6083] = 5813, - [6084] = 5814, - [6085] = 5823, - [6086] = 5866, - [6087] = 6087, - [6088] = 5865, - [6089] = 5813, - [6090] = 5814, - [6091] = 5814, - [6092] = 5813, - [6093] = 5865, - [6094] = 5866, - [6095] = 5825, - [6096] = 5919, - [6097] = 5874, - [6098] = 5875, - [6099] = 5866, - [6100] = 5865, - [6101] = 5813, - [6102] = 5826, - [6103] = 5820, - [6104] = 5875, - [6105] = 6105, - [6106] = 5858, - [6107] = 5848, - [6108] = 5818, - [6109] = 5815, - [6110] = 5828, - [6111] = 5874, - [6112] = 5835, - [6113] = 6113, - [6114] = 6114, - [6115] = 6115, - [6116] = 6116, - [6117] = 6117, - [6118] = 6118, - [6119] = 6119, - [6120] = 6120, - [6121] = 6121, - [6122] = 6122, - [6123] = 6119, - [6124] = 6124, - [6125] = 6125, - [6126] = 6126, - [6127] = 6127, - [6128] = 6128, - [6129] = 6129, - [6130] = 6130, - [6131] = 6131, - [6132] = 6132, - [6133] = 6120, - [6134] = 6134, - [6135] = 6134, + [6078] = 6000, + [6079] = 5998, + [6080] = 6046, + [6081] = 6081, + [6082] = 6046, + [6083] = 6024, + [6084] = 6044, + [6085] = 6015, + [6086] = 6011, + [6087] = 6008, + [6088] = 6042, + [6089] = 5994, + [6090] = 6002, + [6091] = 6001, + [6092] = 6040, + [6093] = 6000, + [6094] = 5998, + [6095] = 5996, + [6096] = 5995, + [6097] = 6097, + [6098] = 6024, + [6099] = 6028, + [6100] = 6038, + [6101] = 6015, + [6102] = 6011, + [6103] = 6044, + [6104] = 6007, + [6105] = 6026, + [6106] = 6036, + [6107] = 6008, + [6108] = 6042, + [6109] = 6028, + [6110] = 6009, + [6111] = 6040, + [6112] = 5999, + [6113] = 5996, + [6114] = 5999, + [6115] = 6038, + [6116] = 6006, + [6117] = 5995, + [6118] = 6041, + [6119] = 6036, + [6120] = 6097, + [6121] = 6027, + [6122] = 6055, + [6123] = 6002, + [6124] = 6004, + [6125] = 6001, + [6126] = 5999, + [6127] = 6000, + [6128] = 6014, + [6129] = 6026, + [6130] = 6026, + [6131] = 6032, + [6132] = 5998, + [6133] = 5999, + [6134] = 6021, + [6135] = 5999, [6136] = 6136, - [6137] = 6124, - [6138] = 6138, - [6139] = 6134, - [6140] = 6140, - [6141] = 6141, + [6137] = 6041, + [6138] = 6022, + [6139] = 6019, + [6140] = 6020, + [6141] = 6006, [6142] = 6142, [6143] = 6143, [6144] = 6144, - [6145] = 6131, - [6146] = 6130, - [6147] = 6129, - [6148] = 6148, - [6149] = 6128, - [6150] = 6150, - [6151] = 6151, - [6152] = 6152, - [6153] = 6134, - [6154] = 6154, - [6155] = 6155, + [6145] = 6018, + [6146] = 6041, + [6147] = 6061, + [6148] = 6061, + [6149] = 6039, + [6150] = 6032, + [6151] = 5999, + [6152] = 6041, + [6153] = 6153, + [6154] = 6016, + [6155] = 6041, [6156] = 6156, - [6157] = 6121, - [6158] = 6126, - [6159] = 6125, - [6160] = 6121, - [6161] = 6119, + [6157] = 6007, + [6158] = 6136, + [6159] = 6159, + [6160] = 6160, + [6161] = 6049, [6162] = 6162, - [6163] = 6117, - [6164] = 6164, - [6165] = 6122, - [6166] = 6116, - [6167] = 6128, - [6168] = 6125, - [6169] = 6136, + [6163] = 6163, + [6164] = 6022, + [6165] = 6020, + [6166] = 6018, + [6167] = 6017, + [6168] = 6136, + [6169] = 5999, [6170] = 6170, - [6171] = 6134, - [6172] = 6113, - [6173] = 6173, - [6174] = 6174, - [6175] = 6138, - [6176] = 6126, - [6177] = 6132, + [6171] = 6016, + [6172] = 6017, + [6173] = 6041, + [6174] = 6014, + [6175] = 6005, + [6176] = 6176, + [6177] = 6036, [6178] = 6178, - [6179] = 6179, - [6180] = 6120, - [6181] = 6118, - [6182] = 6182, - [6183] = 6124, - [6184] = 6184, - [6185] = 6128, - [6186] = 6148, - [6187] = 6187, - [6188] = 6144, - [6189] = 6134, - [6190] = 6124, - [6191] = 6191, + [6179] = 6023, + [6180] = 6097, + [6181] = 6181, + [6182] = 5995, + [6183] = 6183, + [6184] = 5996, + [6185] = 5998, + [6186] = 6000, + [6187] = 6007, + [6188] = 6001, + [6189] = 6041, + [6190] = 6002, + [6191] = 5994, [6192] = 6192, - [6193] = 6124, - [6194] = 6115, - [6195] = 6195, + [6193] = 6008, + [6194] = 6136, + [6195] = 6143, [6196] = 6196, - [6197] = 6128, - [6198] = 6198, - [6199] = 6114, - [6200] = 6200, - [6201] = 6191, - [6202] = 6187, - [6203] = 6150, - [6204] = 6204, - [6205] = 6134, - [6206] = 6150, - [6207] = 6128, - [6208] = 6148, - [6209] = 6200, - [6210] = 6154, - [6211] = 6155, - [6212] = 6156, - [6213] = 6170, - [6214] = 6196, - [6215] = 6173, - [6216] = 6174, - [6217] = 6118, - [6218] = 6134, - [6219] = 6178, - [6220] = 6114, - [6221] = 6196, - [6222] = 6115, - [6223] = 6223, - [6224] = 6179, - [6225] = 6128, - [6226] = 6152, - [6227] = 6192, - [6228] = 6148, - [6229] = 6191, - [6230] = 6156, - [6231] = 6134, - [6232] = 6192, - [6233] = 6233, - [6234] = 6152, - [6235] = 6118, - [6236] = 6196, - [6237] = 6141, - [6238] = 6134, - [6239] = 6239, - [6240] = 6134, - [6241] = 6184, + [6197] = 6197, + [6198] = 6011, + [6199] = 6199, + [6200] = 6015, + [6201] = 6201, + [6202] = 6041, + [6203] = 6024, + [6204] = 6039, + [6205] = 6038, + [6206] = 6007, + [6207] = 6016, + [6208] = 6032, + [6209] = 6178, + [6210] = 6210, + [6211] = 6081, + [6212] = 6032, + [6213] = 6041, + [6214] = 6005, + [6215] = 6018, + [6216] = 6014, + [6217] = 6016, + [6218] = 6013, + [6219] = 6020, + [6220] = 6041, + [6221] = 6041, + [6222] = 6041, + [6223] = 6041, + [6224] = 6017, + [6225] = 6022, + [6226] = 6226, + [6227] = 6049, + [6228] = 6228, + [6229] = 6019, + [6230] = 6192, + [6231] = 6021, + [6232] = 6023, + [6233] = 6004, + [6234] = 6013, + [6235] = 6045, + [6236] = 6136, + [6237] = 6237, + [6238] = 6143, + [6239] = 6176, + [6240] = 6176, + [6241] = 6241, [6242] = 6242, - [6243] = 6134, - [6244] = 6143, - [6245] = 6200, - [6246] = 6134, - [6247] = 6134, - [6248] = 6120, + [6243] = 6021, + [6244] = 6097, + [6245] = 6049, + [6246] = 6246, + [6247] = 6007, + [6248] = 6028, [6249] = 6249, - [6250] = 6179, - [6251] = 6132, - [6252] = 6178, - [6253] = 6117, - [6254] = 6254, - [6255] = 6164, - [6256] = 6256, - [6257] = 6191, - [6258] = 6258, - [6259] = 6192, - [6260] = 6164, - [6261] = 6142, - [6262] = 6162, - [6263] = 6196, - [6264] = 6114, - [6265] = 6200, - [6266] = 6150, - [6267] = 6148, - [6268] = 6195, - [6269] = 6258, - [6270] = 6162, - [6271] = 6120, - [6272] = 6114, - [6273] = 6114, - [6274] = 6134, - [6275] = 6174, - [6276] = 6141, - [6277] = 6131, - [6278] = 6130, - [6279] = 6173, + [6250] = 6250, + [6251] = 6015, + [6252] = 6040, + [6253] = 6197, + [6254] = 6061, + [6255] = 6255, + [6256] = 6039, + [6257] = 6255, + [6258] = 6097, + [6259] = 5995, + [6260] = 5996, + [6261] = 6041, + [6262] = 6036, + [6263] = 6263, + [6264] = 6009, + [6265] = 6026, + [6266] = 6055, + [6267] = 6160, + [6268] = 6197, + [6269] = 6269, + [6270] = 6192, + [6271] = 6271, + [6272] = 6023, + [6273] = 6153, + [6274] = 5998, + [6275] = 6275, + [6276] = 6081, + [6277] = 6000, + [6278] = 6160, + [6279] = 6022, [6280] = 6280, - [6281] = 6127, - [6282] = 6282, - [6283] = 6113, - [6284] = 6128, - [6285] = 6195, - [6286] = 6162, - [6287] = 6164, - [6288] = 6128, - [6289] = 6289, - [6290] = 6129, - [6291] = 6170, - [6292] = 6239, - [6293] = 6144, - [6294] = 6126, - [6295] = 6156, - [6296] = 6155, - [6297] = 6155, - [6298] = 6125, - [6299] = 6198, - [6300] = 6121, - [6301] = 6142, - [6302] = 6154, + [6281] = 6001, + [6282] = 6002, + [6283] = 5994, + [6284] = 6008, + [6285] = 6011, + [6286] = 6015, + [6287] = 6287, + [6288] = 6024, + [6289] = 6055, + [6290] = 6046, + [6291] = 6006, + [6292] = 6081, + [6293] = 6013, + [6294] = 6044, + [6295] = 6028, + [6296] = 6020, + [6297] = 6178, + [6298] = 5999, + [6299] = 6018, + [6300] = 6039, + [6301] = 6136, + [6302] = 6143, [6303] = 6303, - [6304] = 6196, - [6305] = 6119, - [6306] = 6256, - [6307] = 6117, - [6308] = 6195, - [6309] = 6254, - [6310] = 6122, - [6311] = 6116, - [6312] = 6154, - [6313] = 6136, - [6314] = 6138, - [6315] = 6162, - [6316] = 6192, - [6317] = 6198, - [6318] = 6200, - [6319] = 6249, - [6320] = 6198, - [6321] = 6321, - [6322] = 6239, - [6323] = 6152, - [6324] = 6148, - [6325] = 6124, - [6326] = 6155, - [6327] = 6154, - [6328] = 6191, - [6329] = 6179, - [6330] = 6156, - [6331] = 6164, - [6332] = 6155, - [6333] = 6114, - [6334] = 379, - [6335] = 6223, - [6336] = 6120, - [6337] = 6156, - [6338] = 6178, - [6339] = 6115, - [6340] = 6187, - [6341] = 6170, - [6342] = 6170, - [6343] = 6343, - [6344] = 6113, - [6345] = 6173, - [6346] = 6131, - [6347] = 6347, - [6348] = 6173, - [6349] = 6223, - [6350] = 6258, - [6351] = 6174, - [6352] = 6113, - [6353] = 6184, - [6354] = 6178, - [6355] = 6179, - [6356] = 6170, - [6357] = 6154, - [6358] = 6198, - [6359] = 6127, - [6360] = 6360, - [6361] = 6136, - [6362] = 6156, - [6363] = 6170, - [6364] = 6120, - [6365] = 6113, - [6366] = 6134, - [6367] = 6152, - [6368] = 6173, - [6369] = 6155, - [6370] = 6174, - [6371] = 6371, - [6372] = 6174, - [6373] = 6173, - [6374] = 6374, - [6375] = 6375, - [6376] = 421, - [6377] = 6377, - [6378] = 6154, - [6379] = 6239, - [6380] = 6131, - [6381] = 6130, - [6382] = 6184, - [6383] = 6129, - [6384] = 6384, - [6385] = 6191, - [6386] = 6178, - [6387] = 6179, - [6388] = 6126, - [6389] = 6125, - [6390] = 6151, - [6391] = 6121, - [6392] = 6119, - [6393] = 6117, - [6394] = 6249, - [6395] = 6122, - [6396] = 6198, - [6397] = 6192, - [6398] = 6116, - [6399] = 6136, - [6400] = 6150, - [6401] = 6138, - [6402] = 6402, - [6403] = 6403, - [6404] = 6150, - [6405] = 6196, - [6406] = 6130, - [6407] = 6200, - [6408] = 6178, - [6409] = 6150, - [6410] = 6138, - [6411] = 6187, - [6412] = 6136, - [6413] = 6116, - [6414] = 6414, - [6415] = 6223, - [6416] = 6416, - [6417] = 6198, - [6418] = 6418, - [6419] = 6128, - [6420] = 6122, - [6421] = 6117, - [6422] = 6118, - [6423] = 6151, - [6424] = 6119, - [6425] = 6121, - [6426] = 6125, - [6427] = 6154, - [6428] = 6155, - [6429] = 6156, - [6430] = 6170, - [6431] = 6113, - [6432] = 6173, - [6433] = 6174, - [6434] = 6178, - [6435] = 6179, - [6436] = 6258, - [6437] = 6126, - [6438] = 6142, - [6439] = 6152, - [6440] = 6148, - [6441] = 6129, - [6442] = 6442, - [6443] = 6179, - [6444] = 6444, - [6445] = 6256, - [6446] = 6124, - [6447] = 6141, - [6448] = 6134, - [6449] = 6200, - [6450] = 6142, - [6451] = 6130, - [6452] = 6131, - [6453] = 6152, - [6454] = 6127, - [6455] = 6151, - [6456] = 6122, - [6457] = 6120, - [6458] = 6134, - [6459] = 6120, - [6460] = 6239, - [6461] = 6187, - [6462] = 6184, - [6463] = 6463, - [6464] = 6464, - [6465] = 6118, - [6466] = 6191, - [6467] = 6143, - [6468] = 6129, - [6469] = 6192, - [6470] = 6470, - [6471] = 6196, - [6472] = 6114, - [6473] = 6200, - [6474] = 6150, - [6475] = 6144, - [6476] = 6289, - [6477] = 6120, - [6478] = 6249, - [6479] = 6184, - [6480] = 6128, - [6481] = 6195, - [6482] = 6131, - [6483] = 6483, - [6484] = 6138, - [6485] = 6144, - [6486] = 6192, - [6487] = 6129, - [6488] = 6126, - [6489] = 6141, - [6490] = 6125, - [6491] = 6118, - [6492] = 6196, - [6493] = 6121, - [6494] = 6127, - [6495] = 6495, - [6496] = 6119, - [6497] = 6117, - [6498] = 6122, + [6304] = 6032, + [6305] = 6042, + [6306] = 6040, + [6307] = 6038, + [6308] = 6308, + [6309] = 433, + [6310] = 6045, + [6311] = 6036, + [6312] = 6192, + [6313] = 6038, + [6314] = 6136, + [6315] = 6061, + [6316] = 6042, + [6317] = 6176, + [6318] = 6153, + [6319] = 6005, + [6320] = 6014, + [6321] = 6016, + [6322] = 6026, + [6323] = 6323, + [6324] = 5996, + [6325] = 6017, + [6326] = 5995, + [6327] = 6036, + [6328] = 6009, + [6329] = 6097, + [6330] = 6201, + [6331] = 6019, + [6332] = 5999, + [6333] = 6021, + [6334] = 6006, + [6335] = 6201, + [6336] = 6143, + [6337] = 6038, + [6338] = 6004, + [6339] = 6027, + [6340] = 6028, + [6341] = 6040, + [6342] = 6042, + [6343] = 6201, + [6344] = 6055, + [6345] = 6044, + [6346] = 6026, + [6347] = 6024, + [6348] = 6044, + [6349] = 6081, + [6350] = 6046, + [6351] = 443, + [6352] = 6039, + [6353] = 6353, + [6354] = 6041, + [6355] = 6201, + [6356] = 6356, + [6357] = 6178, + [6358] = 6160, + [6359] = 6359, + [6360] = 6081, + [6361] = 6009, + [6362] = 6362, + [6363] = 6201, + [6364] = 6022, + [6365] = 6197, + [6366] = 6022, + [6367] = 6040, + [6368] = 6049, + [6369] = 6020, + [6370] = 6255, + [6371] = 6018, + [6372] = 6372, + [6373] = 6032, + [6374] = 6024, + [6375] = 6362, + [6376] = 6143, + [6377] = 6011, + [6378] = 6008, + [6379] = 6046, + [6380] = 5994, + [6381] = 6007, + [6382] = 6061, + [6383] = 6383, + [6384] = 6019, + [6385] = 6002, + [6386] = 6015, + [6387] = 6011, + [6388] = 6008, + [6389] = 6001, + [6390] = 6046, + [6391] = 6044, + [6392] = 6000, + [6393] = 6042, + [6394] = 5994, + [6395] = 6040, + [6396] = 6038, + [6397] = 6002, + [6398] = 5998, + [6399] = 6143, + [6400] = 6036, + [6401] = 6042, + [6402] = 6007, + [6403] = 6001, + [6404] = 6007, + [6405] = 6007, + [6406] = 6061, + [6407] = 6372, + [6408] = 6021, + [6409] = 6020, + [6410] = 6000, + [6411] = 5999, + [6412] = 5998, + [6413] = 6006, + [6414] = 6009, + [6415] = 6415, + [6416] = 6041, + [6417] = 6417, + [6418] = 6055, + [6419] = 6178, + [6420] = 6039, + [6421] = 6081, + [6422] = 6049, + [6423] = 6026, + [6424] = 6044, + [6425] = 6046, + [6426] = 6004, + [6427] = 6044, + [6428] = 6018, + [6429] = 6046, + [6430] = 6042, + [6431] = 6027, + [6432] = 6136, + [6433] = 6007, + [6434] = 6143, + [6435] = 6372, + [6436] = 6018, + [6437] = 6437, + [6438] = 6040, + [6439] = 6153, + [6440] = 6160, + [6441] = 6022, + [6442] = 5996, + [6443] = 6020, + [6444] = 6020, + [6445] = 5995, + [6446] = 6097, + [6447] = 6038, + [6448] = 6018, + [6449] = 5996, + [6450] = 6013, + [6451] = 6097, + [6452] = 6452, + [6453] = 5995, + [6454] = 5996, + [6455] = 6045, + [6456] = 6456, + [6457] = 5998, + [6458] = 6000, + [6459] = 6022, + [6460] = 6001, + [6461] = 6160, + [6462] = 6097, + [6463] = 6027, + [6464] = 6036, + [6465] = 6061, + [6466] = 6002, + [6467] = 6153, + [6468] = 6007, + [6469] = 5994, + [6470] = 6008, + [6471] = 6009, + [6472] = 6011, + [6473] = 6015, + [6474] = 6178, + [6475] = 6024, + [6476] = 5995, + [6477] = 6028, + [6478] = 6032, + [6479] = 6045, + [6480] = 6005, + [6481] = 6013, + [6482] = 6014, + [6483] = 6026, + [6484] = 6016, + [6485] = 6055, + [6486] = 6049, + [6487] = 6017, + [6488] = 6019, + [6489] = 6007, + [6490] = 6021, + [6491] = 6004, + [6492] = 6006, + [6493] = 5999, + [6494] = 6192, + [6495] = 6023, + [6496] = 6027, + [6497] = 6497, + [6498] = 6498, [6499] = 6499, - [6500] = 6116, + [6500] = 6500, [6501] = 6501, - [6502] = 6136, - [6503] = 6192, - [6504] = 6116, - [6505] = 6122, - [6506] = 6127, + [6502] = 6502, + [6503] = 6503, + [6504] = 6504, + [6505] = 6505, + [6506] = 6506, [6507] = 6507, - [6508] = 6138, - [6509] = 6124, - [6510] = 6116, - [6511] = 6162, - [6512] = 6164, - [6513] = 6164, - [6514] = 6198, - [6515] = 6191, - [6516] = 6154, - [6517] = 6120, - [6518] = 6187, - [6519] = 6256, - [6520] = 6254, - [6521] = 6144, - [6522] = 6148, + [6508] = 6508, + [6509] = 6509, + [6510] = 6510, + [6511] = 6511, + [6512] = 6512, + [6513] = 6513, + [6514] = 6514, + [6515] = 6515, + [6516] = 6516, + [6517] = 6517, + [6518] = 6499, + [6519] = 6519, + [6520] = 6520, + [6521] = 6521, + [6522] = 6522, [6523] = 6523, - [6524] = 6254, - [6525] = 6256, + [6524] = 6524, + [6525] = 6525, [6526] = 6526, [6527] = 6527, - [6528] = 6164, - [6529] = 6155, - [6530] = 6162, - [6531] = 6249, - [6532] = 6142, - [6533] = 6239, - [6534] = 6121, - [6535] = 6156, - [6536] = 6152, - [6537] = 6117, - [6538] = 6119, - [6539] = 6132, - [6540] = 6148, - [6541] = 6121, - [6542] = 6124, - [6543] = 6280, - [6544] = 6131, - [6545] = 6125, - [6546] = 6126, - [6547] = 6152, - [6548] = 6170, - [6549] = 6254, - [6550] = 6289, - [6551] = 6551, - [6552] = 6120, - [6553] = 6113, - [6554] = 6142, - [6555] = 6258, - [6556] = 6556, - [6557] = 6173, - [6558] = 6130, - [6559] = 6118, - [6560] = 6174, - [6561] = 6178, - [6562] = 6115, - [6563] = 6179, - [6564] = 6138, - [6565] = 6174, - [6566] = 6136, - [6567] = 6144, - [6568] = 6116, - [6569] = 6122, - [6570] = 6570, - [6571] = 6141, - [6572] = 6129, - [6573] = 6162, - [6574] = 6141, - [6575] = 6134, - [6576] = 6117, - [6577] = 6119, + [6528] = 6528, + [6529] = 6529, + [6530] = 6523, + [6531] = 6528, + [6532] = 6523, + [6533] = 6515, + [6534] = 6506, + [6535] = 6529, + [6536] = 6498, + [6537] = 6527, + [6538] = 6500, + [6539] = 6539, + [6540] = 6540, + [6541] = 6541, + [6542] = 6542, + [6543] = 6526, + [6544] = 6544, + [6545] = 6545, + [6546] = 6546, + [6547] = 6547, + [6548] = 6548, + [6549] = 6541, + [6550] = 6541, + [6551] = 6542, + [6552] = 6544, + [6553] = 6553, + [6554] = 6520, + [6555] = 6545, + [6556] = 6519, + [6557] = 6547, + [6558] = 6558, + [6559] = 6546, + [6560] = 6548, + [6561] = 6561, + [6562] = 6540, + [6563] = 6512, + [6564] = 6511, + [6565] = 6565, + [6566] = 6510, + [6567] = 6567, + [6568] = 6568, + [6569] = 6540, + [6570] = 6497, + [6571] = 6542, + [6572] = 6500, + [6573] = 6498, + [6574] = 6574, + [6575] = 6575, + [6576] = 6576, + [6577] = 6577, [6578] = 6578, - [6579] = 6118, - [6580] = 6136, - [6581] = 6223, - [6582] = 6134, - [6583] = 6114, - [6584] = 6258, - [6585] = 6289, - [6586] = 6187, - [6587] = 6200, - [6588] = 6127, - [6589] = 6115, - [6590] = 6125, + [6579] = 6579, + [6580] = 6499, + [6581] = 6544, + [6582] = 6582, + [6583] = 6545, + [6584] = 6539, + [6585] = 6585, + [6586] = 6513, + [6587] = 6506, + [6588] = 6588, + [6589] = 6589, + [6590] = 6547, [6591] = 6591, - [6592] = 6126, - [6593] = 6195, - [6594] = 6184, - [6595] = 6128, - [6596] = 6187, + [6592] = 6592, + [6593] = 6593, + [6594] = 6546, + [6595] = 6548, + [6596] = 6596, [6597] = 6597, - [6598] = 6130, - [6599] = 6599, - [6600] = 6150, - [6601] = 6113, - [6602] = 6289, - [6603] = 6128, - [6604] = 6138, - [6605] = 6289, + [6598] = 6598, + [6599] = 6523, + [6600] = 6600, + [6601] = 6565, + [6602] = 6547, + [6603] = 6603, + [6604] = 6567, + [6605] = 6541, [6606] = 6606, - [6607] = 6195, - [6608] = 6140, - [6609] = 6131, - [6610] = 6130, - [6611] = 6129, - [6612] = 6280, - [6613] = 6191, - [6614] = 6614, - [6615] = 6120, - [6616] = 6616, + [6607] = 6607, + [6608] = 6497, + [6609] = 6527, + [6610] = 6542, + [6611] = 6575, + [6612] = 6576, + [6613] = 6613, + [6614] = 6578, + [6615] = 6526, + [6616] = 6544, [6617] = 6617, [6618] = 6618, - [6619] = 6619, - [6620] = 6620, - [6621] = 6621, - [6622] = 6622, - [6623] = 6623, - [6624] = 6624, + [6619] = 6545, + [6620] = 6520, + [6621] = 6539, + [6622] = 6519, + [6623] = 6513, + [6624] = 6501, [6625] = 6625, [6626] = 6626, - [6627] = 6622, - [6628] = 6628, - [6629] = 6629, - [6630] = 6630, - [6631] = 6631, - [6632] = 6632, - [6633] = 6633, + [6627] = 6512, + [6628] = 6511, + [6629] = 6546, + [6630] = 6510, + [6631] = 6548, + [6632] = 6500, + [6633] = 6540, [6634] = 6634, [6635] = 6635, - [6636] = 6636, - [6637] = 6637, - [6638] = 6628, + [6636] = 6597, + [6637] = 6499, + [6638] = 6638, [6639] = 6639, - [6640] = 6640, - [6641] = 6641, - [6642] = 6642, - [6643] = 6643, - [6644] = 6644, - [6645] = 6645, - [6646] = 6646, - [6647] = 6630, - [6648] = 6648, + [6640] = 6503, + [6641] = 6504, + [6642] = 6600, + [6643] = 6506, + [6644] = 6565, + [6645] = 6505, + [6646] = 6507, + [6647] = 6508, + [6648] = 6509, [6649] = 6649, - [6650] = 6650, - [6651] = 6651, - [6652] = 6652, - [6653] = 6653, - [6654] = 6654, - [6655] = 6655, - [6656] = 6651, - [6657] = 6650, - [6658] = 6653, - [6659] = 6659, - [6660] = 6660, - [6661] = 6661, - [6662] = 6662, - [6663] = 6663, + [6650] = 6514, + [6651] = 6517, + [6652] = 6523, + [6653] = 6603, + [6654] = 6567, + [6655] = 6541, + [6656] = 6606, + [6657] = 6657, + [6658] = 6528, + [6659] = 6497, + [6660] = 6542, + [6661] = 6575, + [6662] = 6527, + [6663] = 6576, [6664] = 6664, - [6665] = 6649, - [6666] = 6666, - [6667] = 6667, - [6668] = 6668, - [6669] = 6669, - [6670] = 6670, + [6665] = 6578, + [6666] = 6544, + [6667] = 6526, + [6668] = 6617, + [6669] = 6618, + [6670] = 6545, [6671] = 6671, - [6672] = 6672, - [6673] = 6673, - [6674] = 6674, - [6675] = 6635, - [6676] = 6676, - [6677] = 6640, - [6678] = 6673, - [6679] = 6679, - [6680] = 6672, - [6681] = 6681, - [6682] = 6640, - [6683] = 6683, - [6684] = 6661, - [6685] = 6659, - [6686] = 6686, - [6687] = 6632, - [6688] = 6655, - [6689] = 6645, - [6690] = 6630, - [6691] = 6628, - [6692] = 6622, - [6693] = 6624, - [6694] = 6620, - [6695] = 6619, - [6696] = 6625, - [6697] = 6623, - [6698] = 6623, + [6672] = 6520, + [6673] = 6539, + [6674] = 6519, + [6675] = 6513, + [6676] = 6501, + [6677] = 6545, + [6678] = 6547, + [6679] = 6512, + [6680] = 6511, + [6681] = 6561, + [6682] = 6510, + [6683] = 6568, + [6684] = 6500, + [6685] = 6626, + [6686] = 6546, + [6687] = 6548, + [6688] = 6540, + [6689] = 6634, + [6690] = 6690, + [6691] = 6597, + [6692] = 6638, + [6693] = 6497, + [6694] = 6694, + [6695] = 6523, + [6696] = 6515, + [6697] = 6697, + [6698] = 6698, [6699] = 6699, - [6700] = 6625, - [6701] = 6701, - [6702] = 6702, - [6703] = 6703, - [6704] = 6704, - [6705] = 6622, - [6706] = 6628, - [6707] = 6707, - [6708] = 6630, - [6709] = 6709, - [6710] = 6710, - [6711] = 6711, - [6712] = 6624, + [6700] = 6503, + [6701] = 6504, + [6702] = 6527, + [6703] = 6600, + [6704] = 6565, + [6705] = 6505, + [6706] = 6507, + [6707] = 6526, + [6708] = 6508, + [6709] = 6509, + [6710] = 6514, + [6711] = 6517, + [6712] = 6511, [6713] = 6713, - [6714] = 6714, - [6715] = 6632, - [6716] = 6716, - [6717] = 6717, - [6718] = 6633, + [6714] = 6510, + [6715] = 6500, + [6716] = 6603, + [6717] = 6567, + [6718] = 6541, [6719] = 6719, - [6720] = 6717, - [6721] = 6721, - [6722] = 6641, - [6723] = 6650, - [6724] = 6724, - [6725] = 6725, - [6726] = 6726, - [6727] = 6727, - [6728] = 6653, - [6729] = 6640, - [6730] = 6730, - [6731] = 6731, - [6732] = 6620, - [6733] = 6642, - [6734] = 6649, - [6735] = 6735, - [6736] = 6736, - [6737] = 6737, - [6738] = 6738, - [6739] = 6649, - [6740] = 6740, - [6741] = 6741, - [6742] = 6726, - [6743] = 6640, - [6744] = 6653, - [6745] = 6745, - [6746] = 6651, - [6747] = 6747, - [6748] = 6650, - [6749] = 6749, - [6750] = 6750, - [6751] = 6619, + [6720] = 6606, + [6721] = 6625, + [6722] = 6722, + [6723] = 6723, + [6724] = 6575, + [6725] = 6542, + [6726] = 6523, + [6727] = 6618, + [6728] = 6576, + [6729] = 6578, + [6730] = 6544, + [6731] = 6617, + [6732] = 6618, + [6733] = 6545, + [6734] = 6553, + [6735] = 6539, + [6736] = 6513, + [6737] = 6511, + [6738] = 6501, + [6739] = 6739, + [6740] = 6547, + [6741] = 6561, + [6742] = 6568, + [6743] = 6523, + [6744] = 6744, + [6745] = 6626, + [6746] = 6546, + [6747] = 6548, + [6748] = 6748, + [6749] = 6540, + [6750] = 6634, + [6751] = 6523, [6752] = 6752, - [6753] = 6632, - [6754] = 6750, + [6753] = 6597, + [6754] = 6719, [6755] = 6755, - [6756] = 6756, - [6757] = 6757, - [6758] = 6624, + [6756] = 6626, + [6757] = 6638, + [6758] = 6758, [6759] = 6759, [6760] = 6760, - [6761] = 6761, - [6762] = 6639, - [6763] = 6623, - [6764] = 6764, - [6765] = 6625, - [6766] = 6629, + [6761] = 6697, + [6762] = 6698, + [6763] = 6527, + [6764] = 6699, + [6765] = 6617, + [6766] = 6503, [6767] = 6767, - [6768] = 6681, + [6768] = 6504, [6769] = 6769, - [6770] = 6622, - [6771] = 6628, - [6772] = 6772, - [6773] = 6630, - [6774] = 6774, - [6775] = 6650, - [6776] = 6776, - [6777] = 6777, + [6770] = 6770, + [6771] = 6600, + [6772] = 6565, + [6773] = 6505, + [6774] = 6634, + [6775] = 6507, + [6776] = 6508, + [6777] = 6509, [6778] = 6778, - [6779] = 6779, + [6779] = 6574, [6780] = 6780, - [6781] = 6781, + [6781] = 6558, [6782] = 6782, [6783] = 6783, [6784] = 6784, - [6785] = 6785, - [6786] = 6640, - [6787] = 6626, + [6785] = 6544, + [6786] = 6516, + [6787] = 6524, [6788] = 6788, [6789] = 6789, - [6790] = 6790, - [6791] = 6791, + [6790] = 6514, + [6791] = 6517, [6792] = 6792, - [6793] = 6632, - [6794] = 6716, - [6795] = 6674, - [6796] = 6634, - [6797] = 6797, - [6798] = 6624, - [6799] = 6660, - [6800] = 6676, - [6801] = 6780, - [6802] = 6779, - [6803] = 6628, - [6804] = 6778, - [6805] = 6630, - [6806] = 6650, - [6807] = 6683, - [6808] = 6679, - [6809] = 6660, - [6810] = 6621, - [6811] = 6621, - [6812] = 6716, - [6813] = 6797, - [6814] = 6681, - [6815] = 6676, - [6816] = 6726, - [6817] = 6640, - [6818] = 6818, - [6819] = 6780, - [6820] = 6779, - [6821] = 6778, - [6822] = 6635, - [6823] = 6660, - [6824] = 6824, - [6825] = 6679, - [6826] = 6642, - [6827] = 6663, - [6828] = 6628, - [6829] = 6683, - [6830] = 6714, - [6831] = 6716, - [6832] = 6670, - [6833] = 6726, - [6834] = 6640, - [6835] = 6797, - [6836] = 6617, - [6837] = 6837, - [6838] = 6725, - [6839] = 6839, - [6840] = 6681, - [6841] = 6750, - [6842] = 6640, - [6843] = 6797, - [6844] = 6676, - [6845] = 6845, - [6846] = 6839, - [6847] = 6645, - [6848] = 6655, - [6849] = 6849, - [6850] = 6850, - [6851] = 6851, - [6852] = 6643, - [6853] = 6839, - [6854] = 6646, - [6855] = 6855, - [6856] = 6659, - [6857] = 6635, - [6858] = 6858, - [6859] = 6661, - [6860] = 6860, - [6861] = 6660, - [6862] = 6862, - [6863] = 6719, - [6864] = 6780, - [6865] = 6774, - [6866] = 6866, - [6867] = 6779, - [6868] = 6785, + [6793] = 6739, + [6794] = 6794, + [6795] = 6546, + [6796] = 6796, + [6797] = 6752, + [6798] = 6617, + [6799] = 6799, + [6800] = 6713, + [6801] = 6603, + [6802] = 6567, + [6803] = 6541, + [6804] = 6521, + [6805] = 6539, + [6806] = 6520, + [6807] = 6606, + [6808] = 6519, + [6809] = 6625, + [6810] = 6548, + [6811] = 6811, + [6812] = 6812, + [6813] = 6813, + [6814] = 6814, + [6815] = 6540, + [6816] = 6722, + [6817] = 6512, + [6818] = 6723, + [6819] = 6819, + [6820] = 6634, + [6821] = 6542, + [6822] = 6575, + [6823] = 6576, + [6824] = 6578, + [6825] = 6578, + [6826] = 6544, + [6827] = 6617, + [6828] = 6618, + [6829] = 6694, + [6830] = 6545, + [6831] = 6664, + [6832] = 6832, + [6833] = 6649, + [6834] = 6526, + [6835] = 6553, + [6836] = 6697, + [6837] = 6513, + [6838] = 6838, + [6839] = 6501, + [6840] = 6547, + [6841] = 6561, + [6842] = 6568, + [6843] = 6626, + [6844] = 6546, + [6845] = 6548, + [6846] = 6540, + [6847] = 6634, + [6848] = 6780, + [6849] = 6597, + [6850] = 6755, + [6851] = 6638, + [6852] = 6525, + [6853] = 6698, + [6854] = 6699, + [6855] = 6517, + [6856] = 6576, + [6857] = 6575, + [6858] = 6503, + [6859] = 6504, + [6860] = 6542, + [6861] = 6769, + [6862] = 6770, + [6863] = 6600, + [6864] = 6565, + [6865] = 6505, + [6866] = 6507, + [6867] = 6508, + [6868] = 6509, [6869] = 6778, - [6870] = 6663, - [6871] = 6686, - [6872] = 6664, - [6873] = 6671, - [6874] = 6760, - [6875] = 6875, - [6876] = 6725, - [6877] = 6719, - [6878] = 6636, - [6879] = 6667, - [6880] = 6676, - [6881] = 6731, - [6882] = 6664, - [6883] = 6883, - [6884] = 6663, - [6885] = 6710, - [6886] = 6714, - [6887] = 6887, - [6888] = 6888, - [6889] = 6666, - [6890] = 6716, - [6891] = 6850, - [6892] = 6892, - [6893] = 6618, - [6894] = 6670, - [6895] = 6797, - [6896] = 6617, - [6897] = 6837, - [6898] = 6662, - [6899] = 6668, - [6900] = 6681, - [6901] = 6618, - [6902] = 6672, - [6903] = 6644, - [6904] = 6673, - [6905] = 6699, + [6870] = 6782, + [6871] = 6784, + [6872] = 6788, + [6873] = 6789, + [6874] = 6514, + [6875] = 6617, + [6876] = 6819, + [6877] = 6576, + [6878] = 6792, + [6879] = 6794, + [6880] = 6796, + [6881] = 6799, + [6882] = 6713, + [6883] = 6603, + [6884] = 6567, + [6885] = 6541, + [6886] = 6719, + [6887] = 6606, + [6888] = 6625, + [6889] = 6811, + [6890] = 6597, + [6891] = 6813, + [6892] = 6814, + [6893] = 6722, + [6894] = 6723, + [6895] = 6895, + [6896] = 6758, + [6897] = 6760, + [6898] = 6767, + [6899] = 6497, + [6900] = 6634, + [6901] = 6819, + [6902] = 6542, + [6903] = 6574, + [6904] = 6575, + [6905] = 6558, [6906] = 6906, - [6907] = 6623, - [6908] = 6676, - [6909] = 6625, - [6910] = 6676, - [6911] = 6644, - [6912] = 6726, - [6913] = 6711, - [6914] = 6618, - [6915] = 6915, - [6916] = 6635, - [6917] = 6621, - [6918] = 6660, - [6919] = 6681, - [6920] = 6633, - [6921] = 6622, - [6922] = 6785, - [6923] = 6780, - [6924] = 6924, - [6925] = 6925, - [6926] = 6779, - [6927] = 6778, - [6928] = 6774, - [6929] = 6929, - [6930] = 6780, - [6931] = 6652, - [6932] = 6932, - [6933] = 6731, - [6934] = 6760, - [6935] = 6752, - [6936] = 6839, - [6937] = 6619, - [6938] = 6837, - [6939] = 6939, - [6940] = 6837, - [6941] = 6617, - [6942] = 6797, - [6943] = 6779, - [6944] = 6778, - [6945] = 6789, - [6946] = 6774, - [6947] = 6769, - [6948] = 6637, - [6949] = 6673, - [6950] = 6672, - [6951] = 6664, - [6952] = 6760, - [6953] = 6663, - [6954] = 6661, + [6907] = 6578, + [6908] = 6544, + [6909] = 6516, + [6910] = 6524, + [6911] = 6617, + [6912] = 6618, + [6913] = 6752, + [6914] = 6617, + [6915] = 6521, + [6916] = 6497, + [6917] = 6895, + [6918] = 6812, + [6919] = 6694, + [6920] = 6545, + [6921] = 6664, + [6922] = 6767, + [6923] = 6723, + [6924] = 6649, + [6925] = 6574, + [6926] = 6553, + [6927] = 6558, + [6928] = 6539, + [6929] = 6516, + [6930] = 6524, + [6931] = 6513, + [6932] = 6752, + [6933] = 6521, + [6934] = 6501, + [6935] = 6722, + [6936] = 6812, + [6937] = 6547, + [6938] = 6938, + [6939] = 6767, + [6940] = 6755, + [6941] = 6561, + [6942] = 6574, + [6943] = 6568, + [6944] = 6558, + [6945] = 6945, + [6946] = 6516, + [6947] = 6524, + [6948] = 6948, + [6949] = 6752, + [6950] = 6521, + [6951] = 6951, + [6952] = 6952, + [6953] = 6812, + [6954] = 6954, [6955] = 6955, - [6956] = 6659, - [6957] = 6837, - [6958] = 6655, - [6959] = 6959, - [6960] = 6617, - [6961] = 1797, - [6962] = 6645, - [6963] = 6670, - [6964] = 6710, - [6965] = 6755, - [6966] = 6620, - [6967] = 6745, - [6968] = 6619, - [6969] = 6969, - [6970] = 6970, - [6971] = 6625, - [6972] = 6972, - [6973] = 6726, - [6974] = 6623, - [6975] = 6714, - [6976] = 6752, - [6977] = 6716, - [6978] = 6797, - [6979] = 6850, - [6980] = 6789, - [6981] = 6981, - [6982] = 6670, - [6983] = 6981, - [6984] = 6797, - [6985] = 6649, - [6986] = 6710, - [6987] = 6714, - [6988] = 6617, - [6989] = 6716, - [6990] = 6756, - [6991] = 6837, + [6956] = 6767, + [6957] = 6957, + [6958] = 6626, + [6959] = 6558, + [6960] = 6960, + [6961] = 6516, + [6962] = 6524, + [6963] = 6521, + [6964] = 6964, + [6965] = 6812, + [6966] = 6546, + [6967] = 6767, + [6968] = 6968, + [6969] = 6548, + [6970] = 6540, + [6971] = 6516, + [6972] = 6521, + [6973] = 6634, + [6974] = 6780, + [6975] = 6767, + [6976] = 6976, + [6977] = 6521, + [6978] = 6597, + [6979] = 6767, + [6980] = 6980, + [6981] = 6755, + [6982] = 6982, + [6983] = 6983, + [6984] = 6984, + [6985] = 6985, + [6986] = 6986, + [6987] = 6638, + [6988] = 6988, + [6989] = 6989, + [6990] = 6990, + [6991] = 6991, [6992] = 6992, [6993] = 6993, - [6994] = 6994, - [6995] = 6839, + [6994] = 6697, + [6995] = 6698, [6996] = 6996, - [6997] = 6681, - [6998] = 6618, - [6999] = 6644, - [7000] = 6774, - [7001] = 6676, + [6997] = 6739, + [6998] = 6699, + [6999] = 6999, + [7000] = 6752, + [7001] = 6832, [7002] = 7002, [7003] = 7003, - [7004] = 6618, - [7005] = 6619, + [7004] = 7004, + [7005] = 7005, [7006] = 7006, [7007] = 7007, - [7008] = 6635, - [7009] = 6699, - [7010] = 6849, - [7011] = 6621, - [7012] = 6851, - [7013] = 6660, - [7014] = 6679, - [7015] = 6858, - [7016] = 6683, - [7017] = 7017, - [7018] = 6858, - [7019] = 1799, - [7020] = 6774, - [7021] = 6981, - [7022] = 6785, - [7023] = 6888, - [7024] = 6686, - [7025] = 6780, - [7026] = 6671, - [7027] = 6779, - [7028] = 6778, - [7029] = 6774, - [7030] = 6760, - [7031] = 6636, - [7032] = 6667, - [7033] = 6653, - [7034] = 6752, - [7035] = 6850, - [7036] = 6892, - [7037] = 6618, - [7038] = 7038, - [7039] = 6699, - [7040] = 6850, - [7041] = 6741, - [7042] = 6711, - [7043] = 6740, - [7044] = 7044, - [7045] = 7045, - [7046] = 7046, - [7047] = 6981, - [7048] = 7048, - [7049] = 6738, - [7050] = 6709, - [7051] = 6756, - [7052] = 6716, - [7053] = 6892, - [7054] = 6644, - [7055] = 7055, - [7056] = 6714, - [7057] = 6710, - [7058] = 6858, - [7059] = 6741, - [7060] = 6673, - [7061] = 6686, - [7062] = 6740, - [7063] = 6671, + [7008] = 6638, + [7009] = 7009, + [7010] = 7010, + [7011] = 7011, + [7012] = 7012, + [7013] = 6811, + [7014] = 6814, + [7015] = 6506, + [7016] = 6522, + [7017] = 6813, + [7018] = 7018, + [7019] = 6603, + [7020] = 6521, + [7021] = 7021, + [7022] = 6984, + [7023] = 6983, + [7024] = 6625, + [7025] = 6520, + [7026] = 6634, + [7027] = 6519, + [7028] = 6606, + [7029] = 7029, + [7030] = 6719, + [7031] = 6541, + [7032] = 6567, + [7033] = 6767, + [7034] = 6812, + [7035] = 6799, + [7036] = 7036, + [7037] = 7037, + [7038] = 6713, + [7039] = 6499, + [7040] = 6697, + [7041] = 6698, + [7042] = 6982, + [7043] = 7043, + [7044] = 6699, + [7045] = 6796, + [7046] = 6794, + [7047] = 6792, + [7048] = 6517, + [7049] = 6514, + [7050] = 6512, + [7051] = 6511, + [7052] = 6510, + [7053] = 6508, + [7054] = 7054, + [7055] = 6789, + [7056] = 6788, + [7057] = 6760, + [7058] = 6784, + [7059] = 6782, + [7060] = 6982, + [7061] = 6983, + [7062] = 6984, + [7063] = 6778, [7064] = 7064, - [7065] = 6636, - [7066] = 6667, - [7067] = 6672, - [7068] = 6892, - [7069] = 6699, - [7070] = 6664, - [7071] = 6663, - [7072] = 6711, - [7073] = 6661, - [7074] = 6659, - [7075] = 6655, - [7076] = 6645, - [7077] = 6632, - [7078] = 6620, - [7079] = 6618, - [7080] = 6670, - [7081] = 6637, - [7082] = 6710, - [7083] = 6714, - [7084] = 6716, - [7085] = 6756, - [7086] = 6850, - [7087] = 6858, - [7088] = 6981, - [7089] = 6637, - [7090] = 6686, - [7091] = 6738, - [7092] = 6671, - [7093] = 6745, - [7094] = 6636, - [7095] = 6667, - [7096] = 6662, - [7097] = 6892, - [7098] = 6699, - [7099] = 6994, - [7100] = 6993, - [7101] = 6711, - [7102] = 6726, - [7103] = 6797, - [7104] = 6858, - [7105] = 6617, - [7106] = 6837, - [7107] = 6671, - [7108] = 6652, - [7109] = 6636, - [7110] = 6667, - [7111] = 6699, - [7112] = 6992, - [7113] = 6711, - [7114] = 6681, - [7115] = 6858, - [7116] = 7116, - [7117] = 6839, - [7118] = 6994, - [7119] = 6636, - [7120] = 6699, - [7121] = 6681, - [7122] = 6993, - [7123] = 6858, - [7124] = 6618, - [7125] = 6699, - [7126] = 6644, - [7127] = 6858, - [7128] = 6780, - [7129] = 6646, - [7130] = 7064, - [7131] = 7003, - [7132] = 7002, - [7133] = 6701, - [7134] = 6785, - [7135] = 6676, - [7136] = 6641, - [7137] = 6992, - [7138] = 6750, - [7139] = 6778, - [7140] = 6635, - [7141] = 6621, - [7142] = 6660, - [7143] = 6679, - [7144] = 6683, - [7145] = 6745, - [7146] = 6839, - [7147] = 6779, - [7148] = 6888, - [7149] = 7149, - [7150] = 6662, - [7151] = 6892, - [7152] = 7152, - [7153] = 6643, - [7154] = 7152, - [7155] = 6785, - [7156] = 6669, - [7157] = 6670, - [7158] = 6624, - [7159] = 6780, - [7160] = 6851, - [7161] = 6779, - [7162] = 7064, - [7163] = 7003, - [7164] = 7002, - [7165] = 6778, - [7166] = 6774, - [7167] = 6738, - [7168] = 6760, - [7169] = 6849, - [7170] = 6755, - [7171] = 6888, - [7172] = 6752, - [7173] = 7152, - [7174] = 6740, - [7175] = 6741, - [7176] = 7176, - [7177] = 6741, - [7178] = 7064, - [7179] = 7003, - [7180] = 7002, - [7181] = 6740, - [7182] = 6738, - [7183] = 6752, - [7184] = 6673, - [7185] = 6888, - [7186] = 6672, - [7187] = 7152, - [7188] = 6668, - [7189] = 7189, - [7190] = 6666, - [7191] = 6664, - [7192] = 7064, - [7193] = 7003, - [7194] = 7002, - [7195] = 6663, - [7196] = 6888, - [7197] = 7197, - [7198] = 7152, - [7199] = 6755, - [7200] = 7003, - [7201] = 7002, - [7202] = 6661, - [7203] = 6888, - [7204] = 7152, - [7205] = 7003, - [7206] = 7002, - [7207] = 6888, - [7208] = 6888, - [7209] = 7064, - [7210] = 6631, - [7211] = 6659, - [7212] = 6655, - [7213] = 6645, - [7214] = 6634, - [7215] = 6674, - [7216] = 6626, - [7217] = 6760, - [7218] = 6629, - [7219] = 6649, - [7220] = 7220, - [7221] = 6639, - [7222] = 6769, - [7223] = 6631, - [7224] = 6620, - [7225] = 6631, - [7226] = 6651, - [7227] = 6631, - [7228] = 6774, - [7229] = 6631, - [7230] = 6650, + [7065] = 6758, + [7066] = 6739, + [7067] = 6509, + [7068] = 6832, + [7069] = 1811, + [7070] = 6507, + [7071] = 6982, + [7072] = 6983, + [7073] = 6984, + [7074] = 6505, + [7075] = 6739, + [7076] = 6565, + [7077] = 6832, + [7078] = 6600, + [7079] = 7079, + [7080] = 6982, + [7081] = 6983, + [7082] = 6984, + [7083] = 7083, + [7084] = 6739, + [7085] = 6770, + [7086] = 6832, + [7087] = 6769, + [7088] = 6983, + [7089] = 6984, + [7090] = 6504, + [7091] = 6739, + [7092] = 6832, + [7093] = 6983, + [7094] = 6984, + [7095] = 6739, + [7096] = 6739, + [7097] = 6982, + [7098] = 6502, + [7099] = 6503, + [7100] = 7100, + [7101] = 7101, + [7102] = 6502, + [7103] = 7103, + [7104] = 6502, + [7105] = 6498, + [7106] = 6502, + [7107] = 1798, + [7108] = 6502, + [7109] = 6500, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -11343,17 +11222,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(31) END_STATE(); case 33: - if (lookahead == '\n') SKIP(159) + if (lookahead == '\n') SKIP(168) END_STATE(); case 34: - if (lookahead == '\n') SKIP(159) + if (lookahead == '\n') SKIP(168) if (lookahead == '\r') SKIP(33) END_STATE(); case 35: - if (lookahead == '\n') SKIP(168) + if (lookahead == '\n') SKIP(159) END_STATE(); case 36: - if (lookahead == '\n') SKIP(168) + if (lookahead == '\n') SKIP(159) if (lookahead == '\r') SKIP(35) END_STATE(); case 37: @@ -11385,83 +11264,90 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(43) END_STATE(); case 45: - if (lookahead == '\n') SKIP(137) + if (lookahead == '\n') SKIP(171) END_STATE(); case 46: - if (lookahead == '\n') SKIP(137) + if (lookahead == '\n') SKIP(171) if (lookahead == '\r') SKIP(45) END_STATE(); case 47: - if (lookahead == '\n') SKIP(158) + if (lookahead == '\n') SKIP(137) END_STATE(); case 48: - if (lookahead == '\n') SKIP(158) + if (lookahead == '\n') SKIP(137) if (lookahead == '\r') SKIP(47) END_STATE(); case 49: - if (lookahead == '\n') SKIP(173) + if (lookahead == '\n') SKIP(158) END_STATE(); case 50: - if (lookahead == '\n') SKIP(173) + if (lookahead == '\n') SKIP(158) if (lookahead == '\r') SKIP(49) END_STATE(); case 51: - if (lookahead == '\n') SKIP(191) + if (lookahead == '\n') SKIP(173) END_STATE(); case 52: - if (lookahead == '\n') SKIP(191) + if (lookahead == '\n') SKIP(173) if (lookahead == '\r') SKIP(51) END_STATE(); case 53: - if (lookahead == '\n') SKIP(197) + if (lookahead == '\n') SKIP(191) END_STATE(); case 54: - if (lookahead == '\n') SKIP(197) + if (lookahead == '\n') SKIP(191) if (lookahead == '\r') SKIP(53) END_STATE(); case 55: - if (lookahead == '\n') SKIP(200) + if (lookahead == '\n') SKIP(197) END_STATE(); case 56: - if (lookahead == '\n') SKIP(200) + if (lookahead == '\n') SKIP(197) if (lookahead == '\r') SKIP(55) END_STATE(); case 57: - if (lookahead == '\n') SKIP(199) + if (lookahead == '\n') SKIP(200) END_STATE(); case 58: - if (lookahead == '\n') SKIP(199) + if (lookahead == '\n') SKIP(200) if (lookahead == '\r') SKIP(57) END_STATE(); case 59: - if (lookahead == '\n') SKIP(178) + if (lookahead == '\n') SKIP(199) END_STATE(); case 60: - if (lookahead == '\n') SKIP(178) + if (lookahead == '\n') SKIP(199) if (lookahead == '\r') SKIP(59) END_STATE(); case 61: - if (lookahead == '\n') SKIP(202) + if (lookahead == '\n') SKIP(178) END_STATE(); case 62: - if (lookahead == '\n') SKIP(202) + if (lookahead == '\n') SKIP(178) if (lookahead == '\r') SKIP(61) END_STATE(); case 63: - if (lookahead == '\n') SKIP(201) + if (lookahead == '\n') SKIP(202) END_STATE(); case 64: - if (lookahead == '\n') SKIP(201) + if (lookahead == '\n') SKIP(202) if (lookahead == '\r') SKIP(63) END_STATE(); case 65: - if (lookahead == '\n') SKIP(67) + if (lookahead == '\n') SKIP(201) END_STATE(); case 66: - if (lookahead == '\n') SKIP(67) + if (lookahead == '\n') SKIP(201) if (lookahead == '\r') SKIP(65) END_STATE(); case 67: + if (lookahead == '\n') SKIP(69) + END_STATE(); + case 68: + if (lookahead == '\n') SKIP(69) + if (lookahead == '\r') SKIP(67) + END_STATE(); + case 69: if (lookahead == '\n') ADVANCE(264); if (lookahead == '!') ADVANCE(218); if (lookahead == '%') ADVANCE(341); @@ -11474,52 +11360,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(365); if (lookahead == '=') ADVANCE(219); if (lookahead == '>') ADVANCE(356); - if (lookahead == '\\') SKIP(66) + if (lookahead == '\\') SKIP(68) if (lookahead == '^') ADVANCE(348); if (lookahead == '|') ADVANCE(347); if (lookahead == '\t' || lookahead == '\r' || - lookahead == ' ') SKIP(67) - END_STATE(); - case 68: - if (lookahead == '\n') SKIP(143) - END_STATE(); - case 69: - if (lookahead == '\n') SKIP(143) - if (lookahead == '\r') SKIP(68) + lookahead == ' ') SKIP(69) END_STATE(); case 70: - if (lookahead == '\n') SKIP(203) + if (lookahead == '\n') SKIP(143) END_STATE(); case 71: - if (lookahead == '\n') SKIP(203) + if (lookahead == '\n') SKIP(143) if (lookahead == '\r') SKIP(70) END_STATE(); case 72: - if (lookahead == '\n') SKIP(192) + if (lookahead == '\n') SKIP(203) END_STATE(); case 73: - if (lookahead == '\n') SKIP(192) + if (lookahead == '\n') SKIP(203) if (lookahead == '\r') SKIP(72) END_STATE(); case 74: - if (lookahead == '\n') ADVANCE(265); - if (lookahead == '(') ADVANCE(267); - if (lookahead == '/') ADVANCE(309); - if (lookahead == '\\') ADVANCE(307); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(306); - if (lookahead != 0) ADVANCE(310); + if (lookahead == '\n') SKIP(192) END_STATE(); case 75: - if (lookahead == '\n') ADVANCE(265); - if (lookahead == '/') ADVANCE(309); - if (lookahead == '\\') ADVANCE(307); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(306); - if (lookahead != 0) ADVANCE(310); + if (lookahead == '\n') SKIP(192) + if (lookahead == '\r') SKIP(74) END_STATE(); case 76: if (lookahead == '\n') SKIP(193) @@ -11541,6 +11408,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(442); END_STATE(); case 78: + if (lookahead == '\n') ADVANCE(265); + if (lookahead == '(') ADVANCE(267); + if (lookahead == '/') ADVANCE(309); + if (lookahead == '\\') ADVANCE(307); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(306); + if (lookahead != 0) ADVANCE(310); + END_STATE(); + case 79: + if (lookahead == '\n') ADVANCE(265); + if (lookahead == '/') ADVANCE(309); + if (lookahead == '\\') ADVANCE(307); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(306); + if (lookahead != 0) ADVANCE(310); + END_STATE(); + case 80: if (lookahead == '\n') SKIP(215) if (lookahead == '/') ADVANCE(430); if (lookahead == '\\') ADVANCE(429); @@ -11550,53 +11436,46 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0 && lookahead != '\'') ADVANCE(428); END_STATE(); - case 79: - if (lookahead == '\n') SKIP(134) - END_STATE(); - case 80: - if (lookahead == '\n') SKIP(134) - if (lookahead == '\r') SKIP(79) - END_STATE(); case 81: - if (lookahead == '\n') SKIP(135) + if (lookahead == '\n') SKIP(134) END_STATE(); case 82: - if (lookahead == '\n') SKIP(135) + if (lookahead == '\n') SKIP(134) if (lookahead == '\r') SKIP(81) END_STATE(); case 83: - if (lookahead == '\n') SKIP(163) + if (lookahead == '\n') SKIP(135) END_STATE(); case 84: - if (lookahead == '\n') SKIP(163) + if (lookahead == '\n') SKIP(135) if (lookahead == '\r') SKIP(83) END_STATE(); case 85: - if (lookahead == '\n') SKIP(147) + if (lookahead == '\n') SKIP(163) END_STATE(); case 86: - if (lookahead == '\n') SKIP(147) + if (lookahead == '\n') SKIP(163) if (lookahead == '\r') SKIP(85) END_STATE(); case 87: - if (lookahead == '\n') SKIP(145) + if (lookahead == '\n') SKIP(147) END_STATE(); case 88: - if (lookahead == '\n') SKIP(145) + if (lookahead == '\n') SKIP(147) if (lookahead == '\r') SKIP(87) END_STATE(); case 89: - if (lookahead == '\n') SKIP(157) + if (lookahead == '\n') SKIP(145) END_STATE(); case 90: - if (lookahead == '\n') SKIP(157) + if (lookahead == '\n') SKIP(145) if (lookahead == '\r') SKIP(89) END_STATE(); case 91: - if (lookahead == '\n') SKIP(183) + if (lookahead == '\n') SKIP(157) END_STATE(); case 92: - if (lookahead == '\n') SKIP(183) + if (lookahead == '\n') SKIP(157) if (lookahead == '\r') SKIP(91) END_STATE(); case 93: @@ -11607,31 +11486,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(93) END_STATE(); case 95: - if (lookahead == '\n') SKIP(164) + if (lookahead == '\n') SKIP(183) END_STATE(); case 96: - if (lookahead == '\n') SKIP(164) + if (lookahead == '\n') SKIP(183) if (lookahead == '\r') SKIP(95) END_STATE(); case 97: - if (lookahead == '\n') SKIP(188) + if (lookahead == '\n') SKIP(164) END_STATE(); case 98: - if (lookahead == '\n') SKIP(188) + if (lookahead == '\n') SKIP(164) if (lookahead == '\r') SKIP(97) END_STATE(); case 99: - if (lookahead == '\n') SKIP(187) + if (lookahead == '\n') SKIP(188) END_STATE(); case 100: - if (lookahead == '\n') SKIP(187) + if (lookahead == '\n') SKIP(188) if (lookahead == '\r') SKIP(99) END_STATE(); case 101: - if (lookahead == '\n') SKIP(169) + if (lookahead == '\n') SKIP(187) END_STATE(); case 102: - if (lookahead == '\n') SKIP(169) + if (lookahead == '\n') SKIP(187) if (lookahead == '\r') SKIP(101) END_STATE(); case 103: @@ -11677,10 +11556,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(113) END_STATE(); case 115: - if (lookahead == '\n') SKIP(171) + if (lookahead == '\n') SKIP(169) END_STATE(); case 116: - if (lookahead == '\n') SKIP(171) + if (lookahead == '\n') SKIP(169) if (lookahead == '\r') SKIP(115) END_STATE(); case 117: @@ -11907,7 +11786,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'T') ADVANCE(480); if (lookahead == 'U') ADVANCE(454); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(80) + if (lookahead == '\\') SKIP(82) if (lookahead == ']') ADVANCE(380); if (lookahead == '^') ADVANCE(348); if (lookahead == 'b') ADVANCE(509); @@ -11956,7 +11835,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'T') ADVANCE(480); if (lookahead == 'U') ADVANCE(454); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(82) + if (lookahead == '\\') SKIP(84) if (lookahead == '^') ADVANCE(348); if (lookahead == 'b') ADVANCE(509); if (lookahead == 'c') ADVANCE(494); @@ -12030,7 +11909,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '=') ADVANCE(382); if (lookahead == '>') ADVANCE(357); if (lookahead == '[') ADVANCE(227); - if (lookahead == '\\') SKIP(46) + if (lookahead == '\\') SKIP(48) if (lookahead == '^') ADVANCE(349); if (lookahead == '|') ADVANCE(346); if (lookahead == '~') ADVANCE(319); @@ -12059,7 +11938,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ':') ADVANCE(216); if (lookahead == ';') ADVANCE(370); if (lookahead == '<') ADVANCE(217); - if (lookahead == '>') ADVANCE(220); + if (lookahead == '>') ADVANCE(355); if (lookahead == 'F') ADVANCE(476); if (lookahead == 'L') ADVANCE(450); if (lookahead == 'R') ADVANCE(453); @@ -12104,7 +11983,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '0') ADVANCE(412); if (lookahead == ':') ADVANCE(216); if (lookahead == ';') ADVANCE(370); - if (lookahead == '>') ADVANCE(355); + if (lookahead == '>') ADVANCE(222); if (lookahead == 'F') ADVANCE(476); if (lookahead == 'L') ADVANCE(450); if (lookahead == 'R') ADVANCE(453); @@ -12148,7 +12027,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '0') ADVANCE(412); if (lookahead == ':') ADVANCE(216); if (lookahead == ';') ADVANCE(370); - if (lookahead == '>') ADVANCE(222); + if (lookahead == '>') ADVANCE(220); if (lookahead == 'F') ADVANCE(476); if (lookahead == 'L') ADVANCE(450); if (lookahead == 'R') ADVANCE(453); @@ -12282,7 +12161,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '0') ADVANCE(412); if (lookahead == 'L') ADVANCE(468); if (lookahead == 'U') ADVANCE(469); - if (lookahead == '\\') SKIP(69) + if (lookahead == '\\') SKIP(71) if (lookahead == 'u') ADVANCE(470); if (lookahead == '~') ADVANCE(319); if (lookahead == '\t' || @@ -12315,7 +12194,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'R') ADVANCE(540); if (lookahead == 'U') ADVANCE(541); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(88) + if (lookahead == '\\') SKIP(90) if (lookahead == '^') ADVANCE(349); if (lookahead == 'u') ADVANCE(542); if (lookahead == '|') ADVANCE(346); @@ -12348,7 +12227,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'R') ADVANCE(453); if (lookahead == 'U') ADVANCE(455); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(88) + if (lookahead == '\\') SKIP(90) if (lookahead == '^') ADVANCE(349); if (lookahead == 'u') ADVANCE(458); if (lookahead == '|') ADVANCE(346); @@ -12383,7 +12262,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'R') ADVANCE(540); if (lookahead == 'U') ADVANCE(541); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(86) + if (lookahead == '\\') SKIP(88) if (lookahead == ']') ADVANCE(380); if (lookahead == '^') ADVANCE(349); if (lookahead == 'u') ADVANCE(542); @@ -12420,7 +12299,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'R') ADVANCE(453); if (lookahead == 'U') ADVANCE(455); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(86) + if (lookahead == '\\') SKIP(88) if (lookahead == ']') ADVANCE(380); if (lookahead == '^') ADVANCE(349); if (lookahead == 'u') ADVANCE(458); @@ -12755,7 +12634,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(357); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(90) + if (lookahead == '\\') SKIP(92) if (lookahead == '^') ADVANCE(349); if (lookahead == '{') ADVANCE(374); if (lookahead == '|') ADVANCE(346); @@ -12784,7 +12663,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(357); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(378); - if (lookahead == '\\') SKIP(48) + if (lookahead == '\\') SKIP(50) if (lookahead == '^') ADVANCE(349); if (lookahead == '|') ADVANCE(346); if (lookahead == '\t' || @@ -12812,7 +12691,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(357); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(34) + if (lookahead == '\\') SKIP(36) if (lookahead == '^') ADVANCE(349); if (lookahead == 'b') ADVANCE(509); if (lookahead == 'c') ADVANCE(494); @@ -12935,7 +12814,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(357); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(377); - if (lookahead == '\\') SKIP(84) + if (lookahead == '\\') SKIP(86) if (lookahead == '^') ADVANCE(349); if (lookahead == '{') ADVANCE(374); if (lookahead == '|') ADVANCE(346); @@ -12968,7 +12847,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(357); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(96) + if (lookahead == '\\') SKIP(98) if (lookahead == ']') ADVANCE(380); if (lookahead == '^') ADVANCE(349); if (lookahead == '{') ADVANCE(374); @@ -13102,7 +12981,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(357); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(36) + if (lookahead == '\\') SKIP(34) if (lookahead == ']') ADVANCE(380); if (lookahead == '^') ADVANCE(349); if (lookahead == '{') ADVANCE(374); @@ -13134,7 +13013,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(357); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(102) + if (lookahead == '\\') SKIP(116) if (lookahead == ']') ADVANCE(380); if (lookahead == '^') ADVANCE(349); if (lookahead == '|') ADVANCE(346); @@ -13165,7 +13044,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(357); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(102) + if (lookahead == '\\') SKIP(116) if (lookahead == ']') ADVANCE(380); if (lookahead == '^') ADVANCE(349); if (lookahead == '|') ADVANCE(346); @@ -13196,7 +13075,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(357); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(379); - if (lookahead == '\\') SKIP(116) + if (lookahead == '\\') SKIP(46) if (lookahead == ']') ADVANCE(380); if (lookahead == '^') ADVANCE(349); if (lookahead == '|') ADVANCE(346); @@ -13254,7 +13133,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(357); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(378); - if (lookahead == '\\') SKIP(50) + if (lookahead == '\\') SKIP(52) if (lookahead == '^') ADVANCE(349); if (lookahead == '|') ADVANCE(346); if (lookahead == '}') ADVANCE(375); @@ -13401,7 +13280,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'F') ADVANCE(476); if (lookahead == 'T') ADVANCE(480); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(60) + if (lookahead == '\\') SKIP(62) if (lookahead == '^') ADVANCE(349); if (lookahead == 'f') ADVANCE(485); if (lookahead == 't') ADVANCE(512); @@ -13571,7 +13450,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(356); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(92) + if (lookahead == '\\') SKIP(96) if (lookahead == ']') ADVANCE(380); if (lookahead == '^') ADVANCE(348); if (lookahead == 'b') ADVANCE(509); @@ -13703,7 +13582,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(528); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(100) + if (lookahead == '\\') SKIP(102) if (lookahead == '^') ADVANCE(348); if (lookahead == '{') ADVANCE(374); if (lookahead == '|') ADVANCE(347); @@ -13731,7 +13610,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(528); if (lookahead == '?') ADVANCE(387); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(98) + if (lookahead == '\\') SKIP(100) if (lookahead == '^') ADVANCE(348); if (lookahead == 'b') ADVANCE(509); if (lookahead == 'c') ADVANCE(494); @@ -13815,7 +13694,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'L') ADVANCE(452); if (lookahead == 'U') ADVANCE(456); if (lookahead == '[') ADVANCE(377); - if (lookahead == '\\') SKIP(52) + if (lookahead == '\\') SKIP(54) if (lookahead == 'b') ADVANCE(509); if (lookahead == 'c') ADVANCE(494); if (lookahead == 'd') ADVANCE(505); @@ -13839,7 +13718,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(224); if (lookahead == 'L') ADVANCE(452); if (lookahead == 'U') ADVANCE(456); - if (lookahead == '\\') SKIP(73) + if (lookahead == '\\') SKIP(75) if (lookahead == 'u') ADVANCE(460); if (lookahead == '\t' || lookahead == '\n' || @@ -13941,7 +13820,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '=') ADVANCE(381); if (lookahead == '>') ADVANCE(528); if (lookahead == '[') ADVANCE(377); - if (lookahead == '\\') SKIP(54) + if (lookahead == '\\') SKIP(56) if (lookahead == '{') ADVANCE(374); if (lookahead == '|') ADVANCE(240); if (lookahead == '~') ADVANCE(319); @@ -13994,7 +13873,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '=') ADVANCE(381); if (lookahead == '>') ADVANCE(528); if (lookahead == '[') ADVANCE(377); - if (lookahead == '\\') SKIP(58) + if (lookahead == '\\') SKIP(60) if (lookahead == '{') ADVANCE(374); if (lookahead == '|') ADVANCE(240); if (lookahead == '\t' || @@ -14015,7 +13894,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ';') ADVANCE(370); if (lookahead == '=') ADVANCE(381); if (lookahead == '[') ADVANCE(377); - if (lookahead == '\\') SKIP(56) + if (lookahead == '\\') SKIP(58) if (lookahead == 'b') ADVANCE(509); if (lookahead == 'c') ADVANCE(494); if (lookahead == 'd') ADVANCE(505); @@ -14042,7 +13921,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ';') ADVANCE(370); if (lookahead == '=') ADVANCE(381); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(64) + if (lookahead == '\\') SKIP(66) if (lookahead == '{') ADVANCE(374); if (lookahead == '|') ADVANCE(240); if (lookahead == '\t' || @@ -14061,7 +13940,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ';') ADVANCE(370); if (lookahead == '=') ADVANCE(381); if (lookahead == '[') ADVANCE(376); - if (lookahead == '\\') SKIP(62) + if (lookahead == '\\') SKIP(64) if (lookahead == 'b') ADVANCE(509); if (lookahead == 'c') ADVANCE(494); if (lookahead == 'd') ADVANCE(505); @@ -14089,7 +13968,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '=') ADVANCE(381); if (lookahead == '>') ADVANCE(528); if (lookahead == '[') ADVANCE(378); - if (lookahead == '\\') SKIP(71) + if (lookahead == '\\') SKIP(73) if (lookahead == '{') ADVANCE(374); if (lookahead == '\t' || lookahead == '\n' || @@ -14166,13 +14045,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 220: if (lookahead == '=') ADVANCE(358); - if (lookahead == '>') ADVANCE(221); + if (lookahead == '>') ADVANCE(368); END_STATE(); case 221: if (lookahead == '=') ADVANCE(394); END_STATE(); case 222: - if (lookahead == '>') ADVANCE(368); + if (lookahead == '>') ADVANCE(221); END_STATE(); case 223: if (lookahead == '>') ADVANCE(406); @@ -17909,7 +17788,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [26] = {.lex_state = 138}, [27] = {.lex_state = 138}, [28] = {.lex_state = 138}, - [29] = {.lex_state = 140}, + [29] = {.lex_state = 261}, [30] = {.lex_state = 261}, [31] = {.lex_state = 261}, [32] = {.lex_state = 261}, @@ -17931,10 +17810,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [48] = {.lex_state = 261}, [49] = {.lex_state = 261}, [50] = {.lex_state = 261}, - [51] = {.lex_state = 140}, + [51] = {.lex_state = 261}, [52] = {.lex_state = 261}, [53] = {.lex_state = 261}, - [54] = {.lex_state = 261}, + [54] = {.lex_state = 140}, [55] = {.lex_state = 261}, [56] = {.lex_state = 261}, [57] = {.lex_state = 261}, @@ -17947,14 +17826,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [64] = {.lex_state = 261}, [65] = {.lex_state = 261}, [66] = {.lex_state = 261}, - [67] = {.lex_state = 140}, + [67] = {.lex_state = 261}, [68] = {.lex_state = 261}, [69] = {.lex_state = 261}, - [70] = {.lex_state = 261}, + [70] = {.lex_state = 140}, [71] = {.lex_state = 261}, [72] = {.lex_state = 261}, [73] = {.lex_state = 261}, - [74] = {.lex_state = 261}, + [74] = {.lex_state = 140}, [75] = {.lex_state = 261}, [76] = {.lex_state = 261}, [77] = {.lex_state = 138}, @@ -17963,15 +17842,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [80] = {.lex_state = 138}, [81] = {.lex_state = 138}, [82] = {.lex_state = 261}, - [83] = {.lex_state = 140}, + [83] = {.lex_state = 261}, [84] = {.lex_state = 140}, - [85] = {.lex_state = 261}, - [86] = {.lex_state = 140}, - [87] = {.lex_state = 140}, + [85] = {.lex_state = 140}, + [86] = {.lex_state = 261}, + [87] = {.lex_state = 261}, [88] = {.lex_state = 261}, [89] = {.lex_state = 140}, - [90] = {.lex_state = 261}, - [91] = {.lex_state = 261}, + [90] = {.lex_state = 140}, + [91] = {.lex_state = 140}, [92] = {.lex_state = 261}, [93] = {.lex_state = 261}, [94] = {.lex_state = 261}, @@ -18171,35 +18050,35 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [288] = {.lex_state = 139}, [289] = {.lex_state = 195}, [290] = {.lex_state = 154}, - [291] = {.lex_state = 154}, + [291] = {.lex_state = 196}, [292] = {.lex_state = 154}, [293] = {.lex_state = 154}, [294] = {.lex_state = 154}, - [295] = {.lex_state = 154}, - [296] = {.lex_state = 154}, + [295] = {.lex_state = 196}, + [296] = {.lex_state = 261}, [297] = {.lex_state = 154}, [298] = {.lex_state = 154}, - [299] = {.lex_state = 261}, + [299] = {.lex_state = 154}, [300] = {.lex_state = 154}, [301] = {.lex_state = 154}, - [302] = {.lex_state = 154}, - [303] = {.lex_state = 196}, + [302] = {.lex_state = 196}, + [303] = {.lex_state = 154}, [304] = {.lex_state = 154}, [305] = {.lex_state = 154}, - [306] = {.lex_state = 154}, - [307] = {.lex_state = 196}, + [306] = {.lex_state = 261}, + [307] = {.lex_state = 154}, [308] = {.lex_state = 154}, [309] = {.lex_state = 154}, [310] = {.lex_state = 154}, [311] = {.lex_state = 154}, - [312] = {.lex_state = 261}, - [313] = {.lex_state = 196}, - [314] = {.lex_state = 142}, + [312] = {.lex_state = 154}, + [313] = {.lex_state = 154}, + [314] = {.lex_state = 138}, [315] = {.lex_state = 142}, [316] = {.lex_state = 142}, - [317] = {.lex_state = 138}, + [317] = {.lex_state = 142}, [318] = {.lex_state = 142}, - [319] = {.lex_state = 138}, + [319] = {.lex_state = 142}, [320] = {.lex_state = 142}, [321] = {.lex_state = 142}, [322] = {.lex_state = 142}, @@ -18210,137 +18089,137 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [327] = {.lex_state = 142}, [328] = {.lex_state = 142}, [329] = {.lex_state = 142}, - [330] = {.lex_state = 142}, + [330] = {.lex_state = 138}, [331] = {.lex_state = 142}, [332] = {.lex_state = 142}, [333] = {.lex_state = 142}, [334] = {.lex_state = 138}, [335] = {.lex_state = 138}, - [336] = {.lex_state = 138}, - [337] = {.lex_state = 261}, - [338] = {.lex_state = 140}, - [339] = {.lex_state = 138}, - [340] = {.lex_state = 261}, - [341] = {.lex_state = 138}, + [336] = {.lex_state = 261}, + [337] = {.lex_state = 138}, + [338] = {.lex_state = 261}, + [339] = {.lex_state = 261}, + [340] = {.lex_state = 138}, + [341] = {.lex_state = 261}, [342] = {.lex_state = 140}, - [343] = {.lex_state = 261}, - [344] = {.lex_state = 261}, + [343] = {.lex_state = 140}, + [344] = {.lex_state = 138}, [345] = {.lex_state = 138}, [346] = {.lex_state = 138}, - [347] = {.lex_state = 261}, - [348] = {.lex_state = 138}, + [347] = {.lex_state = 142}, + [348] = {.lex_state = 261}, [349] = {.lex_state = 138}, [350] = {.lex_state = 138}, - [351] = {.lex_state = 138}, - [352] = {.lex_state = 261}, + [351] = {.lex_state = 142}, + [352] = {.lex_state = 138}, [353] = {.lex_state = 138}, - [354] = {.lex_state = 138}, + [354] = {.lex_state = 142}, [355] = {.lex_state = 138}, [356] = {.lex_state = 138}, [357] = {.lex_state = 138}, [358] = {.lex_state = 138}, - [359] = {.lex_state = 140}, + [359] = {.lex_state = 138}, [360] = {.lex_state = 138}, - [361] = {.lex_state = 138}, + [361] = {.lex_state = 142}, [362] = {.lex_state = 138}, - [363] = {.lex_state = 142}, + [363] = {.lex_state = 138}, [364] = {.lex_state = 138}, [365] = {.lex_state = 138}, [366] = {.lex_state = 138}, [367] = {.lex_state = 138}, [368] = {.lex_state = 138}, - [369] = {.lex_state = 142}, - [370] = {.lex_state = 138}, + [369] = {.lex_state = 138}, + [370] = {.lex_state = 140}, [371] = {.lex_state = 138}, [372] = {.lex_state = 138}, [373] = {.lex_state = 138}, - [374] = {.lex_state = 138}, - [375] = {.lex_state = 142}, + [374] = {.lex_state = 142}, + [375] = {.lex_state = 138}, [376] = {.lex_state = 138}, - [377] = {.lex_state = 140}, - [378] = {.lex_state = 142}, - [379] = {.lex_state = 138}, + [377] = {.lex_state = 138}, + [378] = {.lex_state = 138}, + [379] = {.lex_state = 142}, [380] = {.lex_state = 138}, - [381] = {.lex_state = 261}, + [381] = {.lex_state = 138}, [382] = {.lex_state = 138}, [383] = {.lex_state = 138}, [384] = {.lex_state = 142}, - [385] = {.lex_state = 138}, - [386] = {.lex_state = 138}, + [385] = {.lex_state = 142}, + [386] = {.lex_state = 261}, [387] = {.lex_state = 138}, [388] = {.lex_state = 138}, [389] = {.lex_state = 138}, - [390] = {.lex_state = 138}, + [390] = {.lex_state = 142}, [391] = {.lex_state = 138}, [392] = {.lex_state = 138}, [393] = {.lex_state = 138}, - [394] = {.lex_state = 138}, - [395] = {.lex_state = 261}, - [396] = {.lex_state = 138}, + [394] = {.lex_state = 142}, + [395] = {.lex_state = 138}, + [396] = {.lex_state = 140}, [397] = {.lex_state = 138}, [398] = {.lex_state = 138}, [399] = {.lex_state = 138}, [400] = {.lex_state = 138}, - [401] = {.lex_state = 142}, + [401] = {.lex_state = 138}, [402] = {.lex_state = 138}, [403] = {.lex_state = 138}, [404] = {.lex_state = 142}, [405] = {.lex_state = 138}, [406] = {.lex_state = 138}, - [407] = {.lex_state = 142}, + [407] = {.lex_state = 138}, [408] = {.lex_state = 138}, [409] = {.lex_state = 138}, - [410] = {.lex_state = 142}, + [410] = {.lex_state = 138}, [411] = {.lex_state = 138}, - [412] = {.lex_state = 142}, + [412] = {.lex_state = 138}, [413] = {.lex_state = 138}, [414] = {.lex_state = 138}, [415] = {.lex_state = 138}, [416] = {.lex_state = 138}, [417] = {.lex_state = 138}, [418] = {.lex_state = 138}, - [419] = {.lex_state = 142}, + [419] = {.lex_state = 138}, [420] = {.lex_state = 138}, [421] = {.lex_state = 138}, [422] = {.lex_state = 138}, [423] = {.lex_state = 138}, - [424] = {.lex_state = 138}, + [424] = {.lex_state = 142}, [425] = {.lex_state = 138}, - [426] = {.lex_state = 138}, + [426] = {.lex_state = 261}, [427] = {.lex_state = 138}, [428] = {.lex_state = 138}, [429] = {.lex_state = 138}, - [430] = {.lex_state = 142}, + [430] = {.lex_state = 138}, [431] = {.lex_state = 138}, [432] = {.lex_state = 138}, [433] = {.lex_state = 138}, [434] = {.lex_state = 138}, - [435] = {.lex_state = 142}, + [435] = {.lex_state = 138}, [436] = {.lex_state = 138}, [437] = {.lex_state = 138}, [438] = {.lex_state = 138}, [439] = {.lex_state = 138}, - [440] = {.lex_state = 138}, - [441] = {.lex_state = 138}, + [440] = {.lex_state = 142}, + [441] = {.lex_state = 261}, [442] = {.lex_state = 138}, - [443] = {.lex_state = 142}, + [443] = {.lex_state = 138}, [444] = {.lex_state = 138}, [445] = {.lex_state = 138}, [446] = {.lex_state = 138}, - [447] = {.lex_state = 142}, + [447] = {.lex_state = 138}, [448] = {.lex_state = 138}, [449] = {.lex_state = 138}, [450] = {.lex_state = 138}, [451] = {.lex_state = 138}, - [452] = {.lex_state = 138}, + [452] = {.lex_state = 142}, [453] = {.lex_state = 138}, [454] = {.lex_state = 138}, [455] = {.lex_state = 138}, [456] = {.lex_state = 138}, [457] = {.lex_state = 138}, - [458] = {.lex_state = 138}, + [458] = {.lex_state = 142}, [459] = {.lex_state = 138}, - [460] = {.lex_state = 142}, + [460] = {.lex_state = 138}, [461] = {.lex_state = 138}, [462] = {.lex_state = 138}, [463] = {.lex_state = 138}, @@ -18348,7 +18227,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [465] = {.lex_state = 138}, [466] = {.lex_state = 138}, [467] = {.lex_state = 138}, - [468] = {.lex_state = 138}, + [468] = {.lex_state = 142}, [469] = {.lex_state = 138}, [470] = {.lex_state = 138}, [471] = {.lex_state = 138}, @@ -18371,7 +18250,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [488] = {.lex_state = 138}, [489] = {.lex_state = 138}, [490] = {.lex_state = 138}, - [491] = {.lex_state = 261}, + [491] = {.lex_state = 138}, [492] = {.lex_state = 138}, [493] = {.lex_state = 138}, [494] = {.lex_state = 138}, @@ -18380,12 +18259,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [497] = {.lex_state = 138}, [498] = {.lex_state = 138}, [499] = {.lex_state = 138}, - [500] = {.lex_state = 138}, + [500] = {.lex_state = 141}, [501] = {.lex_state = 138}, [502] = {.lex_state = 138}, - [503] = {.lex_state = 141}, - [504] = {.lex_state = 138}, - [505] = {.lex_state = 138}, + [503] = {.lex_state = 142}, + [504] = {.lex_state = 140}, + [505] = {.lex_state = 140}, [506] = {.lex_state = 138}, [507] = {.lex_state = 138}, [508] = {.lex_state = 138}, @@ -18394,38 +18273,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [511] = {.lex_state = 138}, [512] = {.lex_state = 138}, [513] = {.lex_state = 138}, - [514] = {.lex_state = 138}, + [514] = {.lex_state = 261}, [515] = {.lex_state = 138}, [516] = {.lex_state = 138}, [517] = {.lex_state = 138}, [518] = {.lex_state = 138}, [519] = {.lex_state = 138}, [520] = {.lex_state = 138}, - [521] = {.lex_state = 142}, + [521] = {.lex_state = 138}, [522] = {.lex_state = 138}, [523] = {.lex_state = 138}, [524] = {.lex_state = 138}, [525] = {.lex_state = 138}, - [526] = {.lex_state = 140}, - [527] = {.lex_state = 140}, - [528] = {.lex_state = 261}, + [526] = {.lex_state = 138}, + [527] = {.lex_state = 138}, + [528] = {.lex_state = 138}, [529] = {.lex_state = 138}, [530] = {.lex_state = 138}, [531] = {.lex_state = 138}, [532] = {.lex_state = 138}, - [533] = {.lex_state = 138}, + [533] = {.lex_state = 140}, [534] = {.lex_state = 138}, [535] = {.lex_state = 138}, - [536] = {.lex_state = 138}, + [536] = {.lex_state = 261}, [537] = {.lex_state = 138}, [538] = {.lex_state = 138}, [539] = {.lex_state = 138}, [540] = {.lex_state = 141}, [541] = {.lex_state = 138}, - [542] = {.lex_state = 261}, - [543] = {.lex_state = 140}, + [542] = {.lex_state = 138}, + [543] = {.lex_state = 138}, [544] = {.lex_state = 138}, - [545] = {.lex_state = 138}, + [545] = {.lex_state = 261}, [546] = {.lex_state = 261}, [547] = {.lex_state = 261}, [548] = {.lex_state = 261}, @@ -18434,7 +18313,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [551] = {.lex_state = 261}, [552] = {.lex_state = 261}, [553] = {.lex_state = 261}, - [554] = {.lex_state = 261}, + [554] = {.lex_state = 140}, [555] = {.lex_state = 261}, [556] = {.lex_state = 261}, [557] = {.lex_state = 261}, @@ -18464,21 +18343,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [581] = {.lex_state = 261}, [582] = {.lex_state = 261}, [583] = {.lex_state = 261}, - [584] = {.lex_state = 261}, - [585] = {.lex_state = 136}, - [586] = {.lex_state = 261}, - [587] = {.lex_state = 261}, + [584] = {.lex_state = 140}, + [585] = {.lex_state = 140}, + [586] = {.lex_state = 140}, + [587] = {.lex_state = 140}, [588] = {.lex_state = 261}, [589] = {.lex_state = 261}, [590] = {.lex_state = 261}, - [591] = {.lex_state = 261}, - [592] = {.lex_state = 261}, - [593] = {.lex_state = 261}, - [594] = {.lex_state = 261}, - [595] = {.lex_state = 261}, + [591] = {.lex_state = 140}, + [592] = {.lex_state = 140}, + [593] = {.lex_state = 140}, + [594] = {.lex_state = 140}, + [595] = {.lex_state = 140}, [596] = {.lex_state = 261}, [597] = {.lex_state = 261}, - [598] = {.lex_state = 261}, + [598] = {.lex_state = 140}, [599] = {.lex_state = 261}, [600] = {.lex_state = 261}, [601] = {.lex_state = 261}, @@ -18488,68 +18367,68 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [605] = {.lex_state = 261}, [606] = {.lex_state = 261}, [607] = {.lex_state = 261}, - [608] = {.lex_state = 261}, + [608] = {.lex_state = 140}, [609] = {.lex_state = 261}, [610] = {.lex_state = 261}, - [611] = {.lex_state = 261}, - [612] = {.lex_state = 261}, + [611] = {.lex_state = 140}, + [612] = {.lex_state = 140}, [613] = {.lex_state = 261}, - [614] = {.lex_state = 261}, - [615] = {.lex_state = 261}, - [616] = {.lex_state = 261}, - [617] = {.lex_state = 261}, - [618] = {.lex_state = 261}, - [619] = {.lex_state = 261}, - [620] = {.lex_state = 261}, - [621] = {.lex_state = 261}, - [622] = {.lex_state = 261}, - [623] = {.lex_state = 261}, + [614] = {.lex_state = 140}, + [615] = {.lex_state = 140}, + [616] = {.lex_state = 140}, + [617] = {.lex_state = 140}, + [618] = {.lex_state = 140}, + [619] = {.lex_state = 140}, + [620] = {.lex_state = 140}, + [621] = {.lex_state = 140}, + [622] = {.lex_state = 140}, + [623] = {.lex_state = 140}, [624] = {.lex_state = 140}, [625] = {.lex_state = 140}, - [626] = {.lex_state = 261}, - [627] = {.lex_state = 261}, + [626] = {.lex_state = 140}, + [627] = {.lex_state = 140}, [628] = {.lex_state = 261}, [629] = {.lex_state = 261}, - [630] = {.lex_state = 261}, + [630] = {.lex_state = 140}, [631] = {.lex_state = 140}, - [632] = {.lex_state = 261}, + [632] = {.lex_state = 140}, [633] = {.lex_state = 261}, - [634] = {.lex_state = 261}, + [634] = {.lex_state = 140}, [635] = {.lex_state = 261}, [636] = {.lex_state = 261}, - [637] = {.lex_state = 261}, - [638] = {.lex_state = 261}, - [639] = {.lex_state = 261}, - [640] = {.lex_state = 261}, - [641] = {.lex_state = 261}, - [642] = {.lex_state = 261}, - [643] = {.lex_state = 261}, - [644] = {.lex_state = 261}, + [637] = {.lex_state = 140}, + [638] = {.lex_state = 140}, + [639] = {.lex_state = 140}, + [640] = {.lex_state = 140}, + [641] = {.lex_state = 140}, + [642] = {.lex_state = 140}, + [643] = {.lex_state = 140}, + [644] = {.lex_state = 140}, [645] = {.lex_state = 140}, - [646] = {.lex_state = 261}, - [647] = {.lex_state = 261}, + [646] = {.lex_state = 140}, + [647] = {.lex_state = 140}, [648] = {.lex_state = 140}, - [649] = {.lex_state = 140}, + [649] = {.lex_state = 261}, [650] = {.lex_state = 261}, [651] = {.lex_state = 261}, - [652] = {.lex_state = 261}, + [652] = {.lex_state = 140}, [653] = {.lex_state = 261}, [654] = {.lex_state = 140}, [655] = {.lex_state = 140}, [656] = {.lex_state = 261}, [657] = {.lex_state = 140}, - [658] = {.lex_state = 140}, + [658] = {.lex_state = 261}, [659] = {.lex_state = 261}, - [660] = {.lex_state = 140}, - [661] = {.lex_state = 261}, - [662] = {.lex_state = 261}, - [663] = {.lex_state = 261}, - [664] = {.lex_state = 261}, + [660] = {.lex_state = 261}, + [661] = {.lex_state = 140}, + [662] = {.lex_state = 140}, + [663] = {.lex_state = 140}, + [664] = {.lex_state = 140}, [665] = {.lex_state = 261}, [666] = {.lex_state = 261}, - [667] = {.lex_state = 261}, - [668] = {.lex_state = 261}, - [669] = {.lex_state = 261}, + [667] = {.lex_state = 140}, + [668] = {.lex_state = 140}, + [669] = {.lex_state = 140}, [670] = {.lex_state = 140}, [671] = {.lex_state = 140}, [672] = {.lex_state = 140}, @@ -18557,36 +18436,36 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [674] = {.lex_state = 140}, [675] = {.lex_state = 140}, [676] = {.lex_state = 140}, - [677] = {.lex_state = 261}, - [678] = {.lex_state = 261}, - [679] = {.lex_state = 261}, - [680] = {.lex_state = 261}, - [681] = {.lex_state = 261}, + [677] = {.lex_state = 140}, + [678] = {.lex_state = 140}, + [679] = {.lex_state = 140}, + [680] = {.lex_state = 140}, + [681] = {.lex_state = 140}, [682] = {.lex_state = 140}, [683] = {.lex_state = 140}, - [684] = {.lex_state = 261}, - [685] = {.lex_state = 261}, - [686] = {.lex_state = 261}, - [687] = {.lex_state = 261}, - [688] = {.lex_state = 261}, - [689] = {.lex_state = 261}, + [684] = {.lex_state = 140}, + [685] = {.lex_state = 140}, + [686] = {.lex_state = 140}, + [687] = {.lex_state = 140}, + [688] = {.lex_state = 140}, + [689] = {.lex_state = 140}, [690] = {.lex_state = 261}, - [691] = {.lex_state = 140}, - [692] = {.lex_state = 140}, + [691] = {.lex_state = 261}, + [692] = {.lex_state = 261}, [693] = {.lex_state = 140}, [694] = {.lex_state = 140}, [695] = {.lex_state = 140}, [696] = {.lex_state = 140}, [697] = {.lex_state = 140}, - [698] = {.lex_state = 261}, - [699] = {.lex_state = 261}, + [698] = {.lex_state = 140}, + [699] = {.lex_state = 140}, [700] = {.lex_state = 140}, [701] = {.lex_state = 140}, - [702] = {.lex_state = 140}, + [702] = {.lex_state = 261}, [703] = {.lex_state = 140}, [704] = {.lex_state = 140}, [705] = {.lex_state = 140}, - [706] = {.lex_state = 140}, + [706] = {.lex_state = 261}, [707] = {.lex_state = 140}, [708] = {.lex_state = 140}, [709] = {.lex_state = 140}, @@ -18594,123 +18473,123 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [711] = {.lex_state = 261}, [712] = {.lex_state = 140}, [713] = {.lex_state = 140}, - [714] = {.lex_state = 140}, - [715] = {.lex_state = 140}, + [714] = {.lex_state = 261}, + [715] = {.lex_state = 261}, [716] = {.lex_state = 261}, [717] = {.lex_state = 261}, [718] = {.lex_state = 261}, [719] = {.lex_state = 261}, - [720] = {.lex_state = 140}, + [720] = {.lex_state = 261}, [721] = {.lex_state = 261}, - [722] = {.lex_state = 140}, - [723] = {.lex_state = 140}, - [724] = {.lex_state = 140}, - [725] = {.lex_state = 140}, - [726] = {.lex_state = 140}, - [727] = {.lex_state = 140}, - [728] = {.lex_state = 140}, - [729] = {.lex_state = 140}, - [730] = {.lex_state = 140}, - [731] = {.lex_state = 140}, - [732] = {.lex_state = 140}, + [722] = {.lex_state = 261}, + [723] = {.lex_state = 261}, + [724] = {.lex_state = 261}, + [725] = {.lex_state = 261}, + [726] = {.lex_state = 261}, + [727] = {.lex_state = 261}, + [728] = {.lex_state = 136}, + [729] = {.lex_state = 261}, + [730] = {.lex_state = 261}, + [731] = {.lex_state = 261}, + [732] = {.lex_state = 261}, [733] = {.lex_state = 261}, [734] = {.lex_state = 261}, - [735] = {.lex_state = 140}, - [736] = {.lex_state = 140}, - [737] = {.lex_state = 140}, - [738] = {.lex_state = 140}, - [739] = {.lex_state = 140}, - [740] = {.lex_state = 140}, - [741] = {.lex_state = 261}, - [742] = {.lex_state = 140}, - [743] = {.lex_state = 140}, + [735] = {.lex_state = 261}, + [736] = {.lex_state = 261}, + [737] = {.lex_state = 261}, + [738] = {.lex_state = 261}, + [739] = {.lex_state = 261}, + [740] = {.lex_state = 261}, + [741] = {.lex_state = 140}, + [742] = {.lex_state = 261}, + [743] = {.lex_state = 261}, [744] = {.lex_state = 261}, - [745] = {.lex_state = 140}, - [746] = {.lex_state = 140}, - [747] = {.lex_state = 140}, - [748] = {.lex_state = 140}, - [749] = {.lex_state = 140}, + [745] = {.lex_state = 261}, + [746] = {.lex_state = 261}, + [747] = {.lex_state = 261}, + [748] = {.lex_state = 261}, + [749] = {.lex_state = 261}, [750] = {.lex_state = 261}, - [751] = {.lex_state = 140}, + [751] = {.lex_state = 261}, [752] = {.lex_state = 140}, - [753] = {.lex_state = 140}, - [754] = {.lex_state = 140}, - [755] = {.lex_state = 140}, + [753] = {.lex_state = 261}, + [754] = {.lex_state = 261}, + [755] = {.lex_state = 261}, [756] = {.lex_state = 261}, [757] = {.lex_state = 261}, [758] = {.lex_state = 261}, [759] = {.lex_state = 261}, - [760] = {.lex_state = 140}, + [760] = {.lex_state = 261}, [761] = {.lex_state = 261}, [762] = {.lex_state = 261}, - [763] = {.lex_state = 140}, - [764] = {.lex_state = 140}, - [765] = {.lex_state = 140}, - [766] = {.lex_state = 140}, + [763] = {.lex_state = 261}, + [764] = {.lex_state = 261}, + [765] = {.lex_state = 261}, + [766] = {.lex_state = 261}, [767] = {.lex_state = 140}, [768] = {.lex_state = 140}, - [769] = {.lex_state = 140}, + [769] = {.lex_state = 261}, [770] = {.lex_state = 140}, [771] = {.lex_state = 140}, [772] = {.lex_state = 140}, - [773] = {.lex_state = 140}, - [774] = {.lex_state = 140}, - [775] = {.lex_state = 140}, - [776] = {.lex_state = 140}, - [777] = {.lex_state = 140}, - [778] = {.lex_state = 136}, - [779] = {.lex_state = 140}, - [780] = {.lex_state = 140}, + [773] = {.lex_state = 261}, + [774] = {.lex_state = 261}, + [775] = {.lex_state = 261}, + [776] = {.lex_state = 261}, + [777] = {.lex_state = 261}, + [778] = {.lex_state = 261}, + [779] = {.lex_state = 261}, + [780] = {.lex_state = 261}, [781] = {.lex_state = 261}, - [782] = {.lex_state = 140}, - [783] = {.lex_state = 140}, + [782] = {.lex_state = 261}, + [783] = {.lex_state = 261}, [784] = {.lex_state = 261}, [785] = {.lex_state = 261}, [786] = {.lex_state = 261}, - [787] = {.lex_state = 140}, - [788] = {.lex_state = 140}, - [789] = {.lex_state = 140}, + [787] = {.lex_state = 261}, + [788] = {.lex_state = 261}, + [789] = {.lex_state = 261}, [790] = {.lex_state = 140}, - [791] = {.lex_state = 140}, - [792] = {.lex_state = 140}, - [793] = {.lex_state = 140}, - [794] = {.lex_state = 140}, - [795] = {.lex_state = 140}, - [796] = {.lex_state = 140}, - [797] = {.lex_state = 140}, + [791] = {.lex_state = 261}, + [792] = {.lex_state = 261}, + [793] = {.lex_state = 261}, + [794] = {.lex_state = 261}, + [795] = {.lex_state = 261}, + [796] = {.lex_state = 261}, + [797] = {.lex_state = 261}, [798] = {.lex_state = 261}, - [799] = {.lex_state = 140}, - [800] = {.lex_state = 140}, - [801] = {.lex_state = 140}, + [799] = {.lex_state = 261}, + [800] = {.lex_state = 261}, + [801] = {.lex_state = 261}, [802] = {.lex_state = 261}, [803] = {.lex_state = 261}, - [804] = {.lex_state = 140}, - [805] = {.lex_state = 140}, + [804] = {.lex_state = 261}, + [805] = {.lex_state = 261}, [806] = {.lex_state = 261}, [807] = {.lex_state = 261}, [808] = {.lex_state = 261}, - [809] = {.lex_state = 140}, - [810] = {.lex_state = 140}, + [809] = {.lex_state = 261}, + [810] = {.lex_state = 261}, [811] = {.lex_state = 261}, [812] = {.lex_state = 261}, - [813] = {.lex_state = 261}, + [813] = {.lex_state = 140}, [814] = {.lex_state = 261}, [815] = {.lex_state = 261}, [816] = {.lex_state = 261}, - [817] = {.lex_state = 140}, - [818] = {.lex_state = 140}, - [819] = {.lex_state = 261}, + [817] = {.lex_state = 261}, + [818] = {.lex_state = 261}, + [819] = {.lex_state = 140}, [820] = {.lex_state = 261}, [821] = {.lex_state = 261}, - [822] = {.lex_state = 140}, + [822] = {.lex_state = 261}, [823] = {.lex_state = 261}, - [824] = {.lex_state = 261}, - [825] = {.lex_state = 261}, + [824] = {.lex_state = 140}, + [825] = {.lex_state = 140}, [826] = {.lex_state = 261}, [827] = {.lex_state = 261}, [828] = {.lex_state = 261}, - [829] = {.lex_state = 261}, - [830] = {.lex_state = 261}, + [829] = {.lex_state = 140}, + [830] = {.lex_state = 140}, [831] = {.lex_state = 261}, [832] = {.lex_state = 261}, [833] = {.lex_state = 261}, @@ -18732,16 +18611,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [849] = {.lex_state = 261}, [850] = {.lex_state = 261}, [851] = {.lex_state = 261}, - [852] = {.lex_state = 261}, + [852] = {.lex_state = 140}, [853] = {.lex_state = 261}, [854] = {.lex_state = 261}, [855] = {.lex_state = 261}, [856] = {.lex_state = 261}, [857] = {.lex_state = 261}, - [858] = {.lex_state = 140}, + [858] = {.lex_state = 261}, [859] = {.lex_state = 261}, [860] = {.lex_state = 261}, - [861] = {.lex_state = 140}, + [861] = {.lex_state = 261}, [862] = {.lex_state = 261}, [863] = {.lex_state = 261}, [864] = {.lex_state = 261}, @@ -18749,7 +18628,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [866] = {.lex_state = 261}, [867] = {.lex_state = 261}, [868] = {.lex_state = 261}, - [869] = {.lex_state = 261}, + [869] = {.lex_state = 140}, [870] = {.lex_state = 261}, [871] = {.lex_state = 261}, [872] = {.lex_state = 261}, @@ -18758,80 +18637,80 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [875] = {.lex_state = 261}, [876] = {.lex_state = 261}, [877] = {.lex_state = 261}, - [878] = {.lex_state = 261}, + [878] = {.lex_state = 140}, [879] = {.lex_state = 134}, [880] = {.lex_state = 261}, [881] = {.lex_state = 261}, [882] = {.lex_state = 261}, - [883] = {.lex_state = 261}, - [884] = {.lex_state = 261}, + [883] = {.lex_state = 140}, + [884] = {.lex_state = 140}, [885] = {.lex_state = 261}, - [886] = {.lex_state = 261}, + [886] = {.lex_state = 140}, [887] = {.lex_state = 261}, - [888] = {.lex_state = 140}, + [888] = {.lex_state = 261}, [889] = {.lex_state = 261}, [890] = {.lex_state = 261}, - [891] = {.lex_state = 261}, - [892] = {.lex_state = 140}, + [891] = {.lex_state = 140}, + [892] = {.lex_state = 261}, [893] = {.lex_state = 261}, - [894] = {.lex_state = 261}, + [894] = {.lex_state = 140}, [895] = {.lex_state = 261}, [896] = {.lex_state = 261}, - [897] = {.lex_state = 140}, - [898] = {.lex_state = 261}, + [897] = {.lex_state = 261}, + [898] = {.lex_state = 140}, [899] = {.lex_state = 261}, [900] = {.lex_state = 261}, [901] = {.lex_state = 261}, - [902] = {.lex_state = 261}, - [903] = {.lex_state = 261}, - [904] = {.lex_state = 261}, + [902] = {.lex_state = 140}, + [903] = {.lex_state = 136}, + [904] = {.lex_state = 140}, [905] = {.lex_state = 261}, [906] = {.lex_state = 140}, [907] = {.lex_state = 261}, - [908] = {.lex_state = 261}, - [909] = {.lex_state = 261}, - [910] = {.lex_state = 261}, - [911] = {.lex_state = 261}, + [908] = {.lex_state = 140}, + [909] = {.lex_state = 140}, + [910] = {.lex_state = 140}, + [911] = {.lex_state = 140}, [912] = {.lex_state = 140}, [913] = {.lex_state = 261}, - [914] = {.lex_state = 261}, - [915] = {.lex_state = 261}, - [916] = {.lex_state = 140}, - [917] = {.lex_state = 140}, + [914] = {.lex_state = 140}, + [915] = {.lex_state = 140}, + [916] = {.lex_state = 261}, + [917] = {.lex_state = 261}, [918] = {.lex_state = 140}, - [919] = {.lex_state = 140}, + [919] = {.lex_state = 261}, [920] = {.lex_state = 261}, - [921] = {.lex_state = 140}, + [921] = {.lex_state = 261}, [922] = {.lex_state = 140}, [923] = {.lex_state = 261}, [924] = {.lex_state = 261}, - [925] = {.lex_state = 140}, - [926] = {.lex_state = 261}, + [925] = {.lex_state = 261}, + [926] = {.lex_state = 140}, [927] = {.lex_state = 261}, [928] = {.lex_state = 261}, - [929] = {.lex_state = 140}, - [930] = {.lex_state = 140}, + [929] = {.lex_state = 261}, + [930] = {.lex_state = 261}, [931] = {.lex_state = 261}, [932] = {.lex_state = 140}, [933] = {.lex_state = 261}, [934] = {.lex_state = 261}, - [935] = {.lex_state = 140}, + [935] = {.lex_state = 261}, [936] = {.lex_state = 140}, - [937] = {.lex_state = 140}, - [938] = {.lex_state = 140}, + [937] = {.lex_state = 261}, + [938] = {.lex_state = 261}, [939] = {.lex_state = 261}, [940] = {.lex_state = 261}, - [941] = {.lex_state = 261}, + [941] = {.lex_state = 140}, [942] = {.lex_state = 261}, - [943] = {.lex_state = 261}, - [944] = {.lex_state = 261}, - [945] = {.lex_state = 140}, - [946] = {.lex_state = 261}, + [943] = {.lex_state = 140}, + [944] = {.lex_state = 140}, + [945] = {.lex_state = 261}, + [946] = {.lex_state = 140}, [947] = {.lex_state = 140}, - [948] = {.lex_state = 140}, + [948] = {.lex_state = 261}, [949] = {.lex_state = 140}, - [950] = {.lex_state = 140}, - [951] = {.lex_state = 261}, + [950] = {.lex_state = 261}, + [951] = {.lex_state = 140}, [952] = {.lex_state = 140}, [953] = {.lex_state = 261}, [954] = {.lex_state = 261}, @@ -18839,44 +18718,44 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [956] = {.lex_state = 261}, [957] = {.lex_state = 140}, [958] = {.lex_state = 261}, - [959] = {.lex_state = 261}, - [960] = {.lex_state = 261}, - [961] = {.lex_state = 140}, - [962] = {.lex_state = 140}, + [959] = {.lex_state = 140}, + [960] = {.lex_state = 140}, + [961] = {.lex_state = 261}, + [962] = {.lex_state = 261}, [963] = {.lex_state = 140}, [964] = {.lex_state = 140}, - [965] = {.lex_state = 261}, - [966] = {.lex_state = 261}, - [967] = {.lex_state = 261}, - [968] = {.lex_state = 140}, + [965] = {.lex_state = 140}, + [966] = {.lex_state = 140}, + [967] = {.lex_state = 140}, + [968] = {.lex_state = 261}, [969] = {.lex_state = 261}, - [970] = {.lex_state = 140}, + [970] = {.lex_state = 261}, [971] = {.lex_state = 261}, [972] = {.lex_state = 261}, - [973] = {.lex_state = 261}, - [974] = {.lex_state = 140}, - [975] = {.lex_state = 140}, + [973] = {.lex_state = 140}, + [974] = {.lex_state = 261}, + [975] = {.lex_state = 261}, [976] = {.lex_state = 261}, [977] = {.lex_state = 261}, [978] = {.lex_state = 261}, - [979] = {.lex_state = 140}, - [980] = {.lex_state = 140}, + [979] = {.lex_state = 261}, + [980] = {.lex_state = 261}, [981] = {.lex_state = 261}, [982] = {.lex_state = 261}, - [983] = {.lex_state = 261}, - [984] = {.lex_state = 261}, - [985] = {.lex_state = 261}, - [986] = {.lex_state = 261}, - [987] = {.lex_state = 140}, + [983] = {.lex_state = 140}, + [984] = {.lex_state = 140}, + [985] = {.lex_state = 140}, + [986] = {.lex_state = 140}, + [987] = {.lex_state = 261}, [988] = {.lex_state = 261}, [989] = {.lex_state = 261}, [990] = {.lex_state = 261}, - [991] = {.lex_state = 140}, + [991] = {.lex_state = 261}, [992] = {.lex_state = 261}, [993] = {.lex_state = 261}, - [994] = {.lex_state = 261}, - [995] = {.lex_state = 261}, - [996] = {.lex_state = 261}, + [994] = {.lex_state = 140}, + [995] = {.lex_state = 140}, + [996] = {.lex_state = 140}, [997] = {.lex_state = 140}, [998] = {.lex_state = 140}, [999] = {.lex_state = 140}, @@ -18892,10 +18771,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1009] = {.lex_state = 140}, [1010] = {.lex_state = 261}, [1011] = {.lex_state = 261}, - [1012] = {.lex_state = 261}, + [1012] = {.lex_state = 140}, [1013] = {.lex_state = 261}, [1014] = {.lex_state = 140}, - [1015] = {.lex_state = 140}, + [1015] = {.lex_state = 261}, [1016] = {.lex_state = 140}, [1017] = {.lex_state = 140}, [1018] = {.lex_state = 261}, @@ -18907,17 +18786,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1024] = {.lex_state = 261}, [1025] = {.lex_state = 140}, [1026] = {.lex_state = 261}, - [1027] = {.lex_state = 261}, + [1027] = {.lex_state = 140}, [1028] = {.lex_state = 261}, [1029] = {.lex_state = 261}, - [1030] = {.lex_state = 261}, - [1031] = {.lex_state = 140}, - [1032] = {.lex_state = 140}, - [1033] = {.lex_state = 261}, + [1030] = {.lex_state = 140}, + [1031] = {.lex_state = 261}, + [1032] = {.lex_state = 261}, + [1033] = {.lex_state = 140}, [1034] = {.lex_state = 261}, - [1035] = {.lex_state = 140}, + [1035] = {.lex_state = 261}, [1036] = {.lex_state = 261}, - [1037] = {.lex_state = 140}, + [1037] = {.lex_state = 261}, [1038] = {.lex_state = 140}, [1039] = {.lex_state = 261}, [1040] = {.lex_state = 261}, @@ -18935,10 +18814,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1052] = {.lex_state = 261}, [1053] = {.lex_state = 261}, [1054] = {.lex_state = 261}, - [1055] = {.lex_state = 261}, + [1055] = {.lex_state = 140}, [1056] = {.lex_state = 261}, - [1057] = {.lex_state = 140}, - [1058] = {.lex_state = 140}, + [1057] = {.lex_state = 261}, + [1058] = {.lex_state = 261}, [1059] = {.lex_state = 261}, [1060] = {.lex_state = 140}, [1061] = {.lex_state = 139}, @@ -18952,15 +18831,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1069] = {.lex_state = 139}, [1070] = {.lex_state = 139}, [1071] = {.lex_state = 139}, - [1072] = {.lex_state = 135}, + [1072] = {.lex_state = 139}, [1073] = {.lex_state = 139}, - [1074] = {.lex_state = 139}, - [1075] = {.lex_state = 139}, + [1074] = {.lex_state = 135}, + [1075] = {.lex_state = 134}, [1076] = {.lex_state = 139}, [1077] = {.lex_state = 139}, [1078] = {.lex_state = 139}, [1079] = {.lex_state = 139}, - [1080] = {.lex_state = 134}, + [1080] = {.lex_state = 139}, [1081] = {.lex_state = 134}, [1082] = {.lex_state = 195}, [1083] = {.lex_state = 195}, @@ -18982,19 +18861,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1099] = {.lex_state = 141}, [1100] = {.lex_state = 261}, [1101] = {.lex_state = 142}, - [1102] = {.lex_state = 139}, + [1102] = {.lex_state = 142}, [1103] = {.lex_state = 142}, [1104] = {.lex_state = 142}, [1105] = {.lex_state = 142}, - [1106] = {.lex_state = 142}, + [1106] = {.lex_state = 139}, [1107] = {.lex_state = 142}, [1108] = {.lex_state = 142}, - [1109] = {.lex_state = 139}, + [1109] = {.lex_state = 142}, [1110] = {.lex_state = 142}, [1111] = {.lex_state = 142}, [1112] = {.lex_state = 142}, [1113] = {.lex_state = 142}, - [1114] = {.lex_state = 142}, + [1114] = {.lex_state = 139}, [1115] = {.lex_state = 142}, [1116] = {.lex_state = 142}, [1117] = {.lex_state = 142}, @@ -19002,7 +18881,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1119] = {.lex_state = 142}, [1120] = {.lex_state = 142}, [1121] = {.lex_state = 142}, - [1122] = {.lex_state = 142}, + [1122] = {.lex_state = 195}, [1123] = {.lex_state = 142}, [1124] = {.lex_state = 142}, [1125] = {.lex_state = 142}, @@ -19011,7 +18890,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1128] = {.lex_state = 142}, [1129] = {.lex_state = 142}, [1130] = {.lex_state = 142}, - [1131] = {.lex_state = 195}, + [1131] = {.lex_state = 142}, [1132] = {.lex_state = 142}, [1133] = {.lex_state = 142}, [1134] = {.lex_state = 142}, @@ -19021,29 +18900,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1138] = {.lex_state = 142}, [1139] = {.lex_state = 139}, [1140] = {.lex_state = 142}, - [1141] = {.lex_state = 142}, - [1142] = {.lex_state = 142}, + [1141] = {.lex_state = 139}, + [1142] = {.lex_state = 139}, [1143] = {.lex_state = 142}, [1144] = {.lex_state = 142}, [1145] = {.lex_state = 142}, - [1146] = {.lex_state = 139}, - [1147] = {.lex_state = 139}, + [1146] = {.lex_state = 142}, + [1147] = {.lex_state = 142}, [1148] = {.lex_state = 139}, [1149] = {.lex_state = 139}, - [1150] = {.lex_state = 139}, + [1150] = {.lex_state = 142}, [1151] = {.lex_state = 139}, - [1152] = {.lex_state = 142}, + [1152] = {.lex_state = 139}, [1153] = {.lex_state = 139}, [1154] = {.lex_state = 139}, - [1155] = {.lex_state = 142}, + [1155] = {.lex_state = 139}, [1156] = {.lex_state = 139}, [1157] = {.lex_state = 139}, [1158] = {.lex_state = 139}, - [1159] = {.lex_state = 142}, + [1159] = {.lex_state = 139}, [1160] = {.lex_state = 139}, - [1161] = {.lex_state = 142}, + [1161] = {.lex_state = 139}, [1162] = {.lex_state = 139}, - [1163] = {.lex_state = 139}, + [1163] = {.lex_state = 142}, [1164] = {.lex_state = 139}, [1165] = {.lex_state = 139}, [1166] = {.lex_state = 139}, @@ -19054,11 +18933,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1171] = {.lex_state = 139}, [1172] = {.lex_state = 139}, [1173] = {.lex_state = 139}, - [1174] = {.lex_state = 142}, + [1174] = {.lex_state = 139}, [1175] = {.lex_state = 139}, [1176] = {.lex_state = 139}, [1177] = {.lex_state = 139}, - [1178] = {.lex_state = 142}, + [1178] = {.lex_state = 139}, [1179] = {.lex_state = 139}, [1180] = {.lex_state = 139}, [1181] = {.lex_state = 139}, @@ -19069,32 +18948,32 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1186] = {.lex_state = 139}, [1187] = {.lex_state = 139}, [1188] = {.lex_state = 139}, - [1189] = {.lex_state = 142}, - [1190] = {.lex_state = 142}, - [1191] = {.lex_state = 139}, + [1189] = {.lex_state = 139}, + [1190] = {.lex_state = 139}, + [1191] = {.lex_state = 142}, [1192] = {.lex_state = 139}, [1193] = {.lex_state = 139}, [1194] = {.lex_state = 139}, [1195] = {.lex_state = 139}, [1196] = {.lex_state = 139}, [1197] = {.lex_state = 139}, - [1198] = {.lex_state = 139}, - [1199] = {.lex_state = 142}, + [1198] = {.lex_state = 142}, + [1199] = {.lex_state = 139}, [1200] = {.lex_state = 139}, - [1201] = {.lex_state = 139}, - [1202] = {.lex_state = 142}, + [1201] = {.lex_state = 142}, + [1202] = {.lex_state = 139}, [1203] = {.lex_state = 139}, [1204] = {.lex_state = 139}, [1205] = {.lex_state = 139}, - [1206] = {.lex_state = 139}, + [1206] = {.lex_state = 142}, [1207] = {.lex_state = 139}, [1208] = {.lex_state = 139}, [1209] = {.lex_state = 139}, [1210] = {.lex_state = 139}, [1211] = {.lex_state = 139}, [1212] = {.lex_state = 139}, - [1213] = {.lex_state = 142}, - [1214] = {.lex_state = 139}, + [1213] = {.lex_state = 139}, + [1214] = {.lex_state = 142}, [1215] = {.lex_state = 139}, [1216] = {.lex_state = 139}, [1217] = {.lex_state = 139}, @@ -19106,7 +18985,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1223] = {.lex_state = 139}, [1224] = {.lex_state = 139}, [1225] = {.lex_state = 139}, - [1226] = {.lex_state = 139}, + [1226] = {.lex_state = 142}, [1227] = {.lex_state = 139}, [1228] = {.lex_state = 139}, [1229] = {.lex_state = 139}, @@ -19118,22 +18997,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1235] = {.lex_state = 139}, [1236] = {.lex_state = 139}, [1237] = {.lex_state = 139}, - [1238] = {.lex_state = 139}, - [1239] = {.lex_state = 139}, + [1238] = {.lex_state = 142}, + [1239] = {.lex_state = 142}, [1240] = {.lex_state = 139}, [1241] = {.lex_state = 139}, [1242] = {.lex_state = 139}, [1243] = {.lex_state = 139}, [1244] = {.lex_state = 139}, - [1245] = {.lex_state = 139}, + [1245] = {.lex_state = 142}, [1246] = {.lex_state = 139}, [1247] = {.lex_state = 139}, [1248] = {.lex_state = 139}, - [1249] = {.lex_state = 139}, + [1249] = {.lex_state = 142}, [1250] = {.lex_state = 139}, [1251] = {.lex_state = 139}, [1252] = {.lex_state = 139}, - [1253] = {.lex_state = 142}, + [1253] = {.lex_state = 139}, [1254] = {.lex_state = 139}, [1255] = {.lex_state = 139}, [1256] = {.lex_state = 139}, @@ -19175,54 +19054,54 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1292] = {.lex_state = 142}, [1293] = {.lex_state = 142}, [1294] = {.lex_state = 142}, - [1295] = {.lex_state = 142}, - [1296] = {.lex_state = 141}, + [1295] = {.lex_state = 141}, + [1296] = {.lex_state = 142}, [1297] = {.lex_state = 141}, [1298] = {.lex_state = 142}, [1299] = {.lex_state = 142}, [1300] = {.lex_state = 142}, [1301] = {.lex_state = 141}, [1302] = {.lex_state = 142}, - [1303] = {.lex_state = 142}, + [1303] = {.lex_state = 141}, [1304] = {.lex_state = 141}, - [1305] = {.lex_state = 142}, + [1305] = {.lex_state = 141}, [1306] = {.lex_state = 142}, [1307] = {.lex_state = 142}, - [1308] = {.lex_state = 142}, - [1309] = {.lex_state = 141}, + [1308] = {.lex_state = 141}, + [1309] = {.lex_state = 142}, [1310] = {.lex_state = 142}, [1311] = {.lex_state = 142}, - [1312] = {.lex_state = 141}, + [1312] = {.lex_state = 142}, [1313] = {.lex_state = 142}, [1314] = {.lex_state = 142}, [1315] = {.lex_state = 142}, - [1316] = {.lex_state = 141}, + [1316] = {.lex_state = 142}, [1317] = {.lex_state = 142}, - [1318] = {.lex_state = 142}, + [1318] = {.lex_state = 141}, [1319] = {.lex_state = 142}, - [1320] = {.lex_state = 141}, - [1321] = {.lex_state = 142}, - [1322] = {.lex_state = 142}, - [1323] = {.lex_state = 141}, - [1324] = {.lex_state = 141}, - [1325] = {.lex_state = 142}, - [1326] = {.lex_state = 141}, - [1327] = {.lex_state = 141}, + [1320] = {.lex_state = 142}, + [1321] = {.lex_state = 141}, + [1322] = {.lex_state = 141}, + [1323] = {.lex_state = 142}, + [1324] = {.lex_state = 142}, + [1325] = {.lex_state = 141}, + [1326] = {.lex_state = 142}, + [1327] = {.lex_state = 142}, [1328] = {.lex_state = 142}, - [1329] = {.lex_state = 141}, - [1330] = {.lex_state = 141}, + [1329] = {.lex_state = 142}, + [1330] = {.lex_state = 142}, [1331] = {.lex_state = 142}, - [1332] = {.lex_state = 142}, - [1333] = {.lex_state = 142}, - [1334] = {.lex_state = 141}, + [1332] = {.lex_state = 141}, + [1333] = {.lex_state = 141}, + [1334] = {.lex_state = 142}, [1335] = {.lex_state = 142}, [1336] = {.lex_state = 142}, - [1337] = {.lex_state = 142}, - [1338] = {.lex_state = 142}, - [1339] = {.lex_state = 141}, + [1337] = {.lex_state = 141}, + [1338] = {.lex_state = 141}, + [1339] = {.lex_state = 142}, [1340] = {.lex_state = 141}, [1341] = {.lex_state = 142}, - [1342] = {.lex_state = 142}, + [1342] = {.lex_state = 141}, [1343] = {.lex_state = 142}, [1344] = {.lex_state = 141}, [1345] = {.lex_state = 142}, @@ -19373,7 +19252,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1490] = {.lex_state = 142}, [1491] = {.lex_state = 142}, [1492] = {.lex_state = 142}, - [1493] = {.lex_state = 142}, + [1493] = {.lex_state = 195}, [1494] = {.lex_state = 142}, [1495] = {.lex_state = 142}, [1496] = {.lex_state = 142}, @@ -19455,7 +19334,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1572] = {.lex_state = 142}, [1573] = {.lex_state = 142}, [1574] = {.lex_state = 142}, - [1575] = {.lex_state = 195}, + [1575] = {.lex_state = 142}, [1576] = {.lex_state = 142}, [1577] = {.lex_state = 142}, [1578] = {.lex_state = 142}, @@ -19471,7 +19350,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1588] = {.lex_state = 142}, [1589] = {.lex_state = 142}, [1590] = {.lex_state = 142}, - [1591] = {.lex_state = 142}, + [1591] = {.lex_state = 195}, [1592] = {.lex_state = 142}, [1593] = {.lex_state = 142}, [1594] = {.lex_state = 142}, @@ -19493,7 +19372,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1610] = {.lex_state = 142}, [1611] = {.lex_state = 142}, [1612] = {.lex_state = 142}, - [1613] = {.lex_state = 195}, + [1613] = {.lex_state = 142}, [1614] = {.lex_state = 142}, [1615] = {.lex_state = 142}, [1616] = {.lex_state = 142}, @@ -19553,7 +19432,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1670] = {.lex_state = 142}, [1671] = {.lex_state = 142}, [1672] = {.lex_state = 142}, - [1673] = {.lex_state = 195}, + [1673] = {.lex_state = 142}, [1674] = {.lex_state = 142}, [1675] = {.lex_state = 142}, [1676] = {.lex_state = 142}, @@ -19576,8 +19455,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1693] = {.lex_state = 142}, [1694] = {.lex_state = 142}, [1695] = {.lex_state = 142}, - [1696] = {.lex_state = 142}, - [1697] = {.lex_state = 195}, + [1696] = {.lex_state = 195}, + [1697] = {.lex_state = 142}, [1698] = {.lex_state = 142}, [1699] = {.lex_state = 142}, [1700] = {.lex_state = 142}, @@ -19586,7 +19465,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1703] = {.lex_state = 142}, [1704] = {.lex_state = 142}, [1705] = {.lex_state = 142}, - [1706] = {.lex_state = 142}, + [1706] = {.lex_state = 195}, [1707] = {.lex_state = 142}, [1708] = {.lex_state = 142}, [1709] = {.lex_state = 142}, @@ -19603,25 +19482,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1720] = {.lex_state = 142}, [1721] = {.lex_state = 142}, [1722] = {.lex_state = 155}, - [1723] = {.lex_state = 155}, - [1724] = {.lex_state = 163}, - [1725] = {.lex_state = 155}, + [1723] = {.lex_state = 163}, + [1724] = {.lex_state = 155}, + [1725] = {.lex_state = 163}, [1726] = {.lex_state = 163}, - [1727] = {.lex_state = 163}, + [1727] = {.lex_state = 155}, [1728] = {.lex_state = 155}, [1729] = {.lex_state = 155}, - [1730] = {.lex_state = 163}, - [1731] = {.lex_state = 155}, - [1732] = {.lex_state = 163}, + [1730] = {.lex_state = 155}, + [1731] = {.lex_state = 163}, + [1732] = {.lex_state = 155}, [1733] = {.lex_state = 155}, [1734] = {.lex_state = 155}, [1735] = {.lex_state = 163}, [1736] = {.lex_state = 163}, - [1737] = {.lex_state = 155}, - [1738] = {.lex_state = 163}, + [1737] = {.lex_state = 163}, + [1738] = {.lex_state = 155}, [1739] = {.lex_state = 163}, [1740] = {.lex_state = 163}, - [1741] = {.lex_state = 155}, + [1741] = {.lex_state = 163}, [1742] = {.lex_state = 163}, [1743] = {.lex_state = 163}, [1744] = {.lex_state = 163}, @@ -19659,617 +19538,617 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1776] = {.lex_state = 146}, [1777] = {.lex_state = 195}, [1778] = {.lex_state = 146}, - [1779] = {.lex_state = 146}, + [1779] = {.lex_state = 195}, [1780] = {.lex_state = 195}, - [1781] = {.lex_state = 195}, + [1781] = {.lex_state = 146}, [1782] = {.lex_state = 156}, [1783] = {.lex_state = 156}, [1784] = {.lex_state = 156}, - [1785] = {.lex_state = 156}, + [1785] = {.lex_state = 195}, [1786] = {.lex_state = 156}, - [1787] = {.lex_state = 156}, - [1788] = {.lex_state = 195}, + [1787] = {.lex_state = 195}, + [1788] = {.lex_state = 156}, [1789] = {.lex_state = 156}, - [1790] = {.lex_state = 195}, + [1790] = {.lex_state = 156}, [1791] = {.lex_state = 195}, [1792] = {.lex_state = 155}, [1793] = {.lex_state = 144}, - [1794] = {.lex_state = 155}, + [1794] = {.lex_state = 144}, [1795] = {.lex_state = 144}, - [1796] = {.lex_state = 144}, - [1797] = {.lex_state = 146}, - [1798] = {.lex_state = 195}, - [1799] = {.lex_state = 146}, - [1800] = {.lex_state = 156}, - [1801] = {.lex_state = 156}, + [1796] = {.lex_state = 155}, + [1797] = {.lex_state = 195}, + [1798] = {.lex_state = 146}, + [1799] = {.lex_state = 165}, + [1800] = {.lex_state = 165}, + [1801] = {.lex_state = 155}, [1802] = {.lex_state = 165}, - [1803] = {.lex_state = 165}, - [1804] = {.lex_state = 165}, - [1805] = {.lex_state = 195}, + [1803] = {.lex_state = 195}, + [1804] = {.lex_state = 156}, + [1805] = {.lex_state = 146}, [1806] = {.lex_state = 165}, [1807] = {.lex_state = 165}, - [1808] = {.lex_state = 146}, - [1809] = {.lex_state = 165}, - [1810] = {.lex_state = 155}, - [1811] = {.lex_state = 165}, - [1812] = {.lex_state = 146}, - [1813] = {.lex_state = 167}, + [1808] = {.lex_state = 165}, + [1809] = {.lex_state = 146}, + [1810] = {.lex_state = 156}, + [1811] = {.lex_state = 146}, + [1812] = {.lex_state = 165}, + [1813] = {.lex_state = 148}, [1814] = {.lex_state = 167}, [1815] = {.lex_state = 156}, [1816] = {.lex_state = 148}, - [1817] = {.lex_state = 148}, + [1817] = {.lex_state = 167}, [1818] = {.lex_state = 156}, - [1819] = {.lex_state = 156}, + [1819] = {.lex_state = 148}, [1820] = {.lex_state = 156}, [1821] = {.lex_state = 156}, [1822] = {.lex_state = 156}, - [1823] = {.lex_state = 156}, - [1824] = {.lex_state = 148}, + [1823] = {.lex_state = 195}, + [1824] = {.lex_state = 156}, [1825] = {.lex_state = 156}, - [1826] = {.lex_state = 195}, - [1827] = {.lex_state = 179}, - [1828] = {.lex_state = 155}, - [1829] = {.lex_state = 179}, + [1826] = {.lex_state = 156}, + [1827] = {.lex_state = 155}, + [1828] = {.lex_state = 144}, + [1829] = {.lex_state = 144}, [1830] = {.lex_state = 144}, - [1831] = {.lex_state = 144}, - [1832] = {.lex_state = 144}, + [1831] = {.lex_state = 165}, + [1832] = {.lex_state = 165}, [1833] = {.lex_state = 144}, - [1834] = {.lex_state = 144}, - [1835] = {.lex_state = 165}, + [1834] = {.lex_state = 179}, + [1835] = {.lex_state = 179}, [1836] = {.lex_state = 144}, [1837] = {.lex_state = 179}, - [1838] = {.lex_state = 165}, + [1838] = {.lex_state = 144}, [1839] = {.lex_state = 144}, - [1840] = {.lex_state = 195}, + [1840] = {.lex_state = 168}, [1841] = {.lex_state = 159}, [1842] = {.lex_state = 168}, [1843] = {.lex_state = 168}, - [1844] = {.lex_state = 168}, + [1844] = {.lex_state = 195}, [1845] = {.lex_state = 168}, - [1846] = {.lex_state = 195}, - [1847] = {.lex_state = 139}, - [1848] = {.lex_state = 159}, + [1846] = {.lex_state = 165}, + [1847] = {.lex_state = 159}, + [1848] = {.lex_state = 168}, [1849] = {.lex_state = 168}, - [1850] = {.lex_state = 168}, - [1851] = {.lex_state = 165}, - [1852] = {.lex_state = 168}, + [1850] = {.lex_state = 139}, + [1851] = {.lex_state = 195}, + [1852] = {.lex_state = 139}, [1853] = {.lex_state = 168}, - [1854] = {.lex_state = 139}, + [1854] = {.lex_state = 168}, [1855] = {.lex_state = 168}, - [1856] = {.lex_state = 168}, - [1857] = {.lex_state = 157}, - [1858] = {.lex_state = 157}, + [1856] = {.lex_state = 148}, + [1857] = {.lex_state = 168}, + [1858] = {.lex_state = 148}, [1859] = {.lex_state = 157}, [1860] = {.lex_state = 157}, - [1861] = {.lex_state = 148}, - [1862] = {.lex_state = 157}, - [1863] = {.lex_state = 148}, - [1864] = {.lex_state = 168}, - [1865] = {.lex_state = 168}, - [1866] = {.lex_state = 195}, - [1867] = {.lex_state = 157}, - [1868] = {.lex_state = 157}, - [1869] = {.lex_state = 168}, - [1870] = {.lex_state = 157}, + [1861] = {.lex_state = 157}, + [1862] = {.lex_state = 164}, + [1863] = {.lex_state = 157}, + [1864] = {.lex_state = 148}, + [1865] = {.lex_state = 195}, + [1866] = {.lex_state = 148}, + [1867] = {.lex_state = 164}, + [1868] = {.lex_state = 168}, + [1869] = {.lex_state = 157}, + [1870] = {.lex_state = 195}, [1871] = {.lex_state = 157}, - [1872] = {.lex_state = 148}, - [1873] = {.lex_state = 148}, - [1874] = {.lex_state = 164}, - [1875] = {.lex_state = 195}, - [1876] = {.lex_state = 164}, + [1872] = {.lex_state = 168}, + [1873] = {.lex_state = 157}, + [1874] = {.lex_state = 157}, + [1875] = {.lex_state = 168}, + [1876] = {.lex_state = 157}, [1877] = {.lex_state = 156}, - [1878] = {.lex_state = 164}, + [1878] = {.lex_state = 144}, [1879] = {.lex_state = 179}, [1880] = {.lex_state = 156}, [1881] = {.lex_state = 164}, - [1882] = {.lex_state = 144}, - [1883] = {.lex_state = 195}, - [1884] = {.lex_state = 179}, - [1885] = {.lex_state = 179}, - [1886] = {.lex_state = 164}, - [1887] = {.lex_state = 179}, - [1888] = {.lex_state = 179}, + [1882] = {.lex_state = 164}, + [1883] = {.lex_state = 164}, + [1884] = {.lex_state = 164}, + [1885] = {.lex_state = 164}, + [1886] = {.lex_state = 195}, + [1887] = {.lex_state = 164}, + [1888] = {.lex_state = 164}, [1889] = {.lex_state = 164}, - [1890] = {.lex_state = 156}, - [1891] = {.lex_state = 164}, - [1892] = {.lex_state = 164}, - [1893] = {.lex_state = 195}, - [1894] = {.lex_state = 164}, + [1890] = {.lex_state = 164}, + [1891] = {.lex_state = 174}, + [1892] = {.lex_state = 179}, + [1893] = {.lex_state = 144}, + [1894] = {.lex_state = 179}, [1895] = {.lex_state = 164}, - [1896] = {.lex_state = 164}, - [1897] = {.lex_state = 164}, - [1898] = {.lex_state = 164}, - [1899] = {.lex_state = 174}, - [1900] = {.lex_state = 179}, - [1901] = {.lex_state = 144}, - [1902] = {.lex_state = 179}, - [1903] = {.lex_state = 195}, - [1904] = {.lex_state = 179}, - [1905] = {.lex_state = 164}, - [1906] = {.lex_state = 179}, + [1896] = {.lex_state = 179}, + [1897] = {.lex_state = 144}, + [1898] = {.lex_state = 179}, + [1899] = {.lex_state = 195}, + [1900] = {.lex_state = 144}, + [1901] = {.lex_state = 195}, + [1902] = {.lex_state = 156}, + [1903] = {.lex_state = 179}, + [1904] = {.lex_state = 195}, + [1905] = {.lex_state = 179}, + [1906] = {.lex_state = 164}, [1907] = {.lex_state = 179}, - [1908] = {.lex_state = 195}, - [1909] = {.lex_state = 144}, - [1910] = {.lex_state = 144}, + [1908] = {.lex_state = 179}, + [1909] = {.lex_state = 174}, + [1910] = {.lex_state = 164}, [1911] = {.lex_state = 195}, [1912] = {.lex_state = 179}, - [1913] = {.lex_state = 174}, - [1914] = {.lex_state = 195}, - [1915] = {.lex_state = 172}, + [1913] = {.lex_state = 179}, + [1914] = {.lex_state = 164}, + [1915] = {.lex_state = 195}, [1916] = {.lex_state = 156}, - [1917] = {.lex_state = 195}, - [1918] = {.lex_state = 195}, + [1917] = {.lex_state = 156}, + [1918] = {.lex_state = 156}, [1919] = {.lex_state = 195}, - [1920] = {.lex_state = 195}, - [1921] = {.lex_state = 156}, - [1922] = {.lex_state = 183}, + [1920] = {.lex_state = 156}, + [1921] = {.lex_state = 172}, + [1922] = {.lex_state = 159}, [1923] = {.lex_state = 195}, - [1924] = {.lex_state = 195}, + [1924] = {.lex_state = 164}, [1925] = {.lex_state = 195}, - [1926] = {.lex_state = 195}, - [1927] = {.lex_state = 156}, - [1928] = {.lex_state = 172}, - [1929] = {.lex_state = 168}, - [1930] = {.lex_state = 168}, - [1931] = {.lex_state = 172}, - [1932] = {.lex_state = 172}, - [1933] = {.lex_state = 172}, + [1926] = {.lex_state = 183}, + [1927] = {.lex_state = 172}, + [1928] = {.lex_state = 168}, + [1929] = {.lex_state = 156}, + [1930] = {.lex_state = 195}, + [1931] = {.lex_state = 168}, + [1932] = {.lex_state = 195}, + [1933] = {.lex_state = 183}, [1934] = {.lex_state = 172}, - [1935] = {.lex_state = 195}, - [1936] = {.lex_state = 159}, - [1937] = {.lex_state = 164}, - [1938] = {.lex_state = 159}, - [1939] = {.lex_state = 168}, - [1940] = {.lex_state = 156}, - [1941] = {.lex_state = 183}, + [1935] = {.lex_state = 172}, + [1936] = {.lex_state = 195}, + [1937] = {.lex_state = 195}, + [1938] = {.lex_state = 156}, + [1939] = {.lex_state = 195}, + [1940] = {.lex_state = 195}, + [1941] = {.lex_state = 159}, [1942] = {.lex_state = 195}, [1943] = {.lex_state = 195}, - [1944] = {.lex_state = 156}, - [1945] = {.lex_state = 195}, + [1944] = {.lex_state = 195}, + [1945] = {.lex_state = 172}, [1946] = {.lex_state = 156}, - [1947] = {.lex_state = 156}, - [1948] = {.lex_state = 156}, - [1949] = {.lex_state = 172}, - [1950] = {.lex_state = 172}, - [1951] = {.lex_state = 172}, - [1952] = {.lex_state = 164}, - [1953] = {.lex_state = 195}, - [1954] = {.lex_state = 156}, - [1955] = {.lex_state = 195}, - [1956] = {.lex_state = 195}, - [1957] = {.lex_state = 157}, - [1958] = {.lex_state = 157}, - [1959] = {.lex_state = 168}, + [1947] = {.lex_state = 168}, + [1948] = {.lex_state = 195}, + [1949] = {.lex_state = 195}, + [1950] = {.lex_state = 156}, + [1951] = {.lex_state = 195}, + [1952] = {.lex_state = 172}, + [1953] = {.lex_state = 172}, + [1954] = {.lex_state = 172}, + [1955] = {.lex_state = 156}, + [1956] = {.lex_state = 172}, + [1957] = {.lex_state = 154}, + [1958] = {.lex_state = 196}, + [1959] = {.lex_state = 157}, [1960] = {.lex_state = 196}, - [1961] = {.lex_state = 195}, - [1962] = {.lex_state = 157}, - [1963] = {.lex_state = 154}, - [1964] = {.lex_state = 165}, - [1965] = {.lex_state = 195}, - [1966] = {.lex_state = 165}, - [1967] = {.lex_state = 154}, + [1961] = {.lex_state = 165}, + [1962] = {.lex_state = 168}, + [1963] = {.lex_state = 164}, + [1964] = {.lex_state = 157}, + [1965] = {.lex_state = 165}, + [1966] = {.lex_state = 196}, + [1967] = {.lex_state = 195}, [1968] = {.lex_state = 157}, [1969] = {.lex_state = 157}, - [1970] = {.lex_state = 195}, + [1970] = {.lex_state = 156}, [1971] = {.lex_state = 157}, [1972] = {.lex_state = 157}, - [1973] = {.lex_state = 164}, + [1973] = {.lex_state = 154}, [1974] = {.lex_state = 196}, [1975] = {.lex_state = 165}, - [1976] = {.lex_state = 165}, - [1977] = {.lex_state = 156}, - [1978] = {.lex_state = 165}, - [1979] = {.lex_state = 154}, - [1980] = {.lex_state = 168}, + [1976] = {.lex_state = 154}, + [1977] = {.lex_state = 195}, + [1978] = {.lex_state = 168}, + [1979] = {.lex_state = 157}, + [1980] = {.lex_state = 165}, [1981] = {.lex_state = 157}, - [1982] = {.lex_state = 157}, - [1983] = {.lex_state = 165}, - [1984] = {.lex_state = 168}, - [1985] = {.lex_state = 157}, - [1986] = {.lex_state = 157}, - [1987] = {.lex_state = 196}, - [1988] = {.lex_state = 157}, + [1982] = {.lex_state = 165}, + [1983] = {.lex_state = 157}, + [1984] = {.lex_state = 157}, + [1985] = {.lex_state = 195}, + [1986] = {.lex_state = 164}, + [1987] = {.lex_state = 168}, + [1988] = {.lex_state = 165}, [1989] = {.lex_state = 154}, - [1990] = {.lex_state = 196}, - [1991] = {.lex_state = 164}, - [1992] = {.lex_state = 168}, + [1990] = {.lex_state = 157}, + [1991] = {.lex_state = 157}, + [1992] = {.lex_state = 195}, [1993] = {.lex_state = 195}, - [1994] = {.lex_state = 168}, - [1995] = {.lex_state = 165}, - [1996] = {.lex_state = 168}, + [1994] = {.lex_state = 195}, + [1995] = {.lex_state = 195}, + [1996] = {.lex_state = 195}, [1997] = {.lex_state = 195}, [1998] = {.lex_state = 195}, [1999] = {.lex_state = 195}, [2000] = {.lex_state = 195}, - [2001] = {.lex_state = 195}, - [2002] = {.lex_state = 195}, - [2003] = {.lex_state = 196}, - [2004] = {.lex_state = 168}, + [2001] = {.lex_state = 168}, + [2002] = {.lex_state = 168}, + [2003] = {.lex_state = 195}, + [2004] = {.lex_state = 195}, [2005] = {.lex_state = 195}, - [2006] = {.lex_state = 195}, + [2006] = {.lex_state = 168}, [2007] = {.lex_state = 195}, [2008] = {.lex_state = 195}, [2009] = {.lex_state = 195}, [2010] = {.lex_state = 195}, - [2011] = {.lex_state = 168}, + [2011] = {.lex_state = 195}, [2012] = {.lex_state = 195}, [2013] = {.lex_state = 195}, [2014] = {.lex_state = 195}, - [2015] = {.lex_state = 165}, - [2016] = {.lex_state = 180}, + [2015] = {.lex_state = 195}, + [2016] = {.lex_state = 195}, [2017] = {.lex_state = 195}, [2018] = {.lex_state = 195}, - [2019] = {.lex_state = 168}, - [2020] = {.lex_state = 168}, - [2021] = {.lex_state = 172}, + [2019] = {.lex_state = 195}, + [2020] = {.lex_state = 195}, + [2021] = {.lex_state = 195}, [2022] = {.lex_state = 195}, [2023] = {.lex_state = 195}, [2024] = {.lex_state = 195}, - [2025] = {.lex_state = 168}, - [2026] = {.lex_state = 195}, + [2025] = {.lex_state = 195}, + [2026] = {.lex_state = 180}, [2027] = {.lex_state = 195}, - [2028] = {.lex_state = 195}, - [2029] = {.lex_state = 168}, - [2030] = {.lex_state = 168}, - [2031] = {.lex_state = 156}, + [2028] = {.lex_state = 168}, + [2029] = {.lex_state = 184}, + [2030] = {.lex_state = 184}, + [2031] = {.lex_state = 184}, [2032] = {.lex_state = 168}, - [2033] = {.lex_state = 168}, - [2034] = {.lex_state = 168}, - [2035] = {.lex_state = 168}, - [2036] = {.lex_state = 168}, - [2037] = {.lex_state = 195}, - [2038] = {.lex_state = 168}, - [2039] = {.lex_state = 168}, - [2040] = {.lex_state = 195}, + [2033] = {.lex_state = 195}, + [2034] = {.lex_state = 195}, + [2035] = {.lex_state = 195}, + [2036] = {.lex_state = 195}, + [2037] = {.lex_state = 165}, + [2038] = {.lex_state = 156}, + [2039] = {.lex_state = 195}, + [2040] = {.lex_state = 168}, [2041] = {.lex_state = 168}, - [2042] = {.lex_state = 195}, - [2043] = {.lex_state = 195}, - [2044] = {.lex_state = 195}, + [2042] = {.lex_state = 168}, + [2043] = {.lex_state = 168}, + [2044] = {.lex_state = 168}, [2045] = {.lex_state = 168}, - [2046] = {.lex_state = 195}, - [2047] = {.lex_state = 195}, + [2046] = {.lex_state = 168}, + [2047] = {.lex_state = 168}, [2048] = {.lex_state = 168}, [2049] = {.lex_state = 168}, - [2050] = {.lex_state = 165}, + [2050] = {.lex_state = 168}, [2051] = {.lex_state = 168}, [2052] = {.lex_state = 195}, [2053] = {.lex_state = 168}, [2054] = {.lex_state = 195}, - [2055] = {.lex_state = 195}, - [2056] = {.lex_state = 156}, - [2057] = {.lex_state = 195}, - [2058] = {.lex_state = 195}, + [2055] = {.lex_state = 184}, + [2056] = {.lex_state = 184}, + [2057] = {.lex_state = 184}, + [2058] = {.lex_state = 168}, [2059] = {.lex_state = 195}, - [2060] = {.lex_state = 168}, - [2061] = {.lex_state = 156}, - [2062] = {.lex_state = 195}, + [2060] = {.lex_state = 156}, + [2061] = {.lex_state = 195}, + [2062] = {.lex_state = 168}, [2063] = {.lex_state = 195}, - [2064] = {.lex_state = 168}, - [2065] = {.lex_state = 195}, - [2066] = {.lex_state = 168}, + [2064] = {.lex_state = 195}, + [2065] = {.lex_state = 168}, + [2066] = {.lex_state = 154}, [2067] = {.lex_state = 195}, [2068] = {.lex_state = 195}, [2069] = {.lex_state = 168}, [2070] = {.lex_state = 168}, - [2071] = {.lex_state = 168}, - [2072] = {.lex_state = 195}, - [2073] = {.lex_state = 168}, - [2074] = {.lex_state = 195}, - [2075] = {.lex_state = 184}, - [2076] = {.lex_state = 195}, - [2077] = {.lex_state = 168}, + [2071] = {.lex_state = 195}, + [2072] = {.lex_state = 172}, + [2073] = {.lex_state = 195}, + [2074] = {.lex_state = 165}, + [2075] = {.lex_state = 168}, + [2076] = {.lex_state = 165}, + [2077] = {.lex_state = 195}, [2078] = {.lex_state = 195}, - [2079] = {.lex_state = 195}, - [2080] = {.lex_state = 168}, - [2081] = {.lex_state = 168}, + [2079] = {.lex_state = 168}, + [2080] = {.lex_state = 195}, + [2081] = {.lex_state = 195}, [2082] = {.lex_state = 168}, - [2083] = {.lex_state = 195}, - [2084] = {.lex_state = 184}, - [2085] = {.lex_state = 195}, - [2086] = {.lex_state = 168}, - [2087] = {.lex_state = 184}, + [2083] = {.lex_state = 168}, + [2084] = {.lex_state = 196}, + [2085] = {.lex_state = 168}, + [2086] = {.lex_state = 195}, + [2087] = {.lex_state = 168}, [2088] = {.lex_state = 164}, - [2089] = {.lex_state = 184}, - [2090] = {.lex_state = 168}, - [2091] = {.lex_state = 168}, - [2092] = {.lex_state = 184}, + [2089] = {.lex_state = 195}, + [2090] = {.lex_state = 195}, + [2091] = {.lex_state = 195}, + [2092] = {.lex_state = 168}, [2093] = {.lex_state = 168}, [2094] = {.lex_state = 168}, - [2095] = {.lex_state = 184}, - [2096] = {.lex_state = 195}, - [2097] = {.lex_state = 195}, + [2095] = {.lex_state = 168}, + [2096] = {.lex_state = 168}, + [2097] = {.lex_state = 168}, [2098] = {.lex_state = 168}, - [2099] = {.lex_state = 195}, - [2100] = {.lex_state = 195}, - [2101] = {.lex_state = 195}, + [2099] = {.lex_state = 168}, + [2100] = {.lex_state = 168}, + [2101] = {.lex_state = 168}, [2102] = {.lex_state = 195}, [2103] = {.lex_state = 168}, - [2104] = {.lex_state = 195}, - [2105] = {.lex_state = 195}, + [2104] = {.lex_state = 168}, + [2105] = {.lex_state = 156}, [2106] = {.lex_state = 195}, [2107] = {.lex_state = 168}, - [2108] = {.lex_state = 195}, - [2109] = {.lex_state = 195}, - [2110] = {.lex_state = 156}, - [2111] = {.lex_state = 168}, - [2112] = {.lex_state = 168}, - [2113] = {.lex_state = 168}, - [2114] = {.lex_state = 165}, - [2115] = {.lex_state = 195}, - [2116] = {.lex_state = 168}, + [2108] = {.lex_state = 168}, + [2109] = {.lex_state = 168}, + [2110] = {.lex_state = 195}, + [2111] = {.lex_state = 180}, + [2112] = {.lex_state = 195}, + [2113] = {.lex_state = 184}, + [2114] = {.lex_state = 184}, + [2115] = {.lex_state = 184}, + [2116] = {.lex_state = 195}, [2117] = {.lex_state = 195}, [2118] = {.lex_state = 168}, [2119] = {.lex_state = 195}, - [2120] = {.lex_state = 168}, - [2121] = {.lex_state = 168}, + [2120] = {.lex_state = 195}, + [2121] = {.lex_state = 195}, [2122] = {.lex_state = 195}, - [2123] = {.lex_state = 168}, - [2124] = {.lex_state = 168}, - [2125] = {.lex_state = 168}, + [2123] = {.lex_state = 195}, + [2124] = {.lex_state = 195}, + [2125] = {.lex_state = 195}, [2126] = {.lex_state = 168}, - [2127] = {.lex_state = 168}, - [2128] = {.lex_state = 168}, - [2129] = {.lex_state = 168}, - [2130] = {.lex_state = 168}, + [2127] = {.lex_state = 195}, + [2128] = {.lex_state = 195}, + [2129] = {.lex_state = 195}, + [2130] = {.lex_state = 195}, [2131] = {.lex_state = 168}, [2132] = {.lex_state = 195}, - [2133] = {.lex_state = 168}, - [2134] = {.lex_state = 154}, - [2135] = {.lex_state = 195}, + [2133] = {.lex_state = 165}, + [2134] = {.lex_state = 195}, + [2135] = {.lex_state = 168}, [2136] = {.lex_state = 168}, [2137] = {.lex_state = 168}, - [2138] = {.lex_state = 195}, + [2138] = {.lex_state = 168}, [2139] = {.lex_state = 195}, [2140] = {.lex_state = 195}, - [2141] = {.lex_state = 195}, - [2142] = {.lex_state = 195}, - [2143] = {.lex_state = 195}, + [2141] = {.lex_state = 168}, + [2142] = {.lex_state = 168}, + [2143] = {.lex_state = 168}, [2144] = {.lex_state = 195}, - [2145] = {.lex_state = 195}, + [2145] = {.lex_state = 168}, [2146] = {.lex_state = 168}, - [2147] = {.lex_state = 195}, + [2147] = {.lex_state = 168}, [2148] = {.lex_state = 195}, - [2149] = {.lex_state = 195}, - [2150] = {.lex_state = 195}, - [2151] = {.lex_state = 168}, - [2152] = {.lex_state = 195}, - [2153] = {.lex_state = 195}, - [2154] = {.lex_state = 195}, - [2155] = {.lex_state = 195}, + [2149] = {.lex_state = 168}, + [2150] = {.lex_state = 168}, + [2151] = {.lex_state = 195}, + [2152] = {.lex_state = 168}, + [2153] = {.lex_state = 168}, + [2154] = {.lex_state = 168}, + [2155] = {.lex_state = 156}, [2156] = {.lex_state = 195}, - [2157] = {.lex_state = 195}, + [2157] = {.lex_state = 168}, [2158] = {.lex_state = 195}, - [2159] = {.lex_state = 184}, - [2160] = {.lex_state = 168}, - [2161] = {.lex_state = 180}, - [2162] = {.lex_state = 168}, - [2163] = {.lex_state = 165}, - [2164] = {.lex_state = 184}, + [2159] = {.lex_state = 195}, + [2160] = {.lex_state = 165}, + [2161] = {.lex_state = 195}, + [2162] = {.lex_state = 195}, + [2163] = {.lex_state = 195}, + [2164] = {.lex_state = 195}, [2165] = {.lex_state = 168}, [2166] = {.lex_state = 164}, - [2167] = {.lex_state = 184}, + [2167] = {.lex_state = 168}, [2168] = {.lex_state = 195}, - [2169] = {.lex_state = 195}, + [2169] = {.lex_state = 168}, [2170] = {.lex_state = 156}, [2171] = {.lex_state = 156}, - [2172] = {.lex_state = 196}, - [2173] = {.lex_state = 166}, - [2174] = {.lex_state = 156}, - [2175] = {.lex_state = 196}, - [2176] = {.lex_state = 156}, - [2177] = {.lex_state = 184}, - [2178] = {.lex_state = 163}, - [2179] = {.lex_state = 156}, - [2180] = {.lex_state = 195}, - [2181] = {.lex_state = 168}, + [2172] = {.lex_state = 156}, + [2173] = {.lex_state = 156}, + [2174] = {.lex_state = 168}, + [2175] = {.lex_state = 195}, + [2176] = {.lex_state = 155}, + [2177] = {.lex_state = 195}, + [2178] = {.lex_state = 195}, + [2179] = {.lex_state = 155}, + [2180] = {.lex_state = 155}, + [2181] = {.lex_state = 155}, [2182] = {.lex_state = 156}, - [2183] = {.lex_state = 166}, - [2184] = {.lex_state = 155}, - [2185] = {.lex_state = 166}, - [2186] = {.lex_state = 166}, + [2183] = {.lex_state = 172}, + [2184] = {.lex_state = 172}, + [2185] = {.lex_state = 156}, + [2186] = {.lex_state = 163}, [2187] = {.lex_state = 156}, - [2188] = {.lex_state = 156}, - [2189] = {.lex_state = 180}, - [2190] = {.lex_state = 172}, - [2191] = {.lex_state = 195}, + [2188] = {.lex_state = 196}, + [2189] = {.lex_state = 184}, + [2190] = {.lex_state = 154}, + [2191] = {.lex_state = 154}, [2192] = {.lex_state = 164}, - [2193] = {.lex_state = 156}, - [2194] = {.lex_state = 166}, - [2195] = {.lex_state = 172}, - [2196] = {.lex_state = 155}, - [2197] = {.lex_state = 195}, - [2198] = {.lex_state = 155}, - [2199] = {.lex_state = 155}, - [2200] = {.lex_state = 195}, - [2201] = {.lex_state = 156}, - [2202] = {.lex_state = 156}, - [2203] = {.lex_state = 156}, + [2193] = {.lex_state = 196}, + [2194] = {.lex_state = 156}, + [2195] = {.lex_state = 154}, + [2196] = {.lex_state = 156}, + [2197] = {.lex_state = 166}, + [2198] = {.lex_state = 196}, + [2199] = {.lex_state = 166}, + [2200] = {.lex_state = 156}, + [2201] = {.lex_state = 166}, + [2202] = {.lex_state = 166}, + [2203] = {.lex_state = 166}, [2204] = {.lex_state = 156}, - [2205] = {.lex_state = 154}, - [2206] = {.lex_state = 154}, - [2207] = {.lex_state = 154}, - [2208] = {.lex_state = 196}, + [2205] = {.lex_state = 195}, + [2206] = {.lex_state = 156}, + [2207] = {.lex_state = 180}, + [2208] = {.lex_state = 156}, [2209] = {.lex_state = 166}, - [2210] = {.lex_state = 154}, + [2210] = {.lex_state = 196}, [2211] = {.lex_state = 154}, - [2212] = {.lex_state = 196}, + [2212] = {.lex_state = 154}, [2213] = {.lex_state = 154}, - [2214] = {.lex_state = 154}, - [2215] = {.lex_state = 196}, - [2216] = {.lex_state = 154}, - [2217] = {.lex_state = 165}, - [2218] = {.lex_state = 142}, - [2219] = {.lex_state = 154}, - [2220] = {.lex_state = 196}, - [2221] = {.lex_state = 154}, + [2214] = {.lex_state = 156}, + [2215] = {.lex_state = 154}, + [2216] = {.lex_state = 196}, + [2217] = {.lex_state = 142}, + [2218] = {.lex_state = 154}, + [2219] = {.lex_state = 156}, + [2220] = {.lex_state = 156}, + [2221] = {.lex_state = 156}, [2222] = {.lex_state = 156}, [2223] = {.lex_state = 156}, - [2224] = {.lex_state = 196}, - [2225] = {.lex_state = 156}, - [2226] = {.lex_state = 156}, - [2227] = {.lex_state = 156}, - [2228] = {.lex_state = 156}, - [2229] = {.lex_state = 156}, - [2230] = {.lex_state = 182}, + [2224] = {.lex_state = 154}, + [2225] = {.lex_state = 171}, + [2226] = {.lex_state = 154}, + [2227] = {.lex_state = 154}, + [2228] = {.lex_state = 188}, + [2229] = {.lex_state = 154}, + [2230] = {.lex_state = 154}, [2231] = {.lex_state = 154}, - [2232] = {.lex_state = 137}, - [2233] = {.lex_state = 156}, - [2234] = {.lex_state = 156}, - [2235] = {.lex_state = 156}, + [2232] = {.lex_state = 196}, + [2233] = {.lex_state = 154}, + [2234] = {.lex_state = 154}, + [2235] = {.lex_state = 196}, [2236] = {.lex_state = 156}, - [2237] = {.lex_state = 154}, - [2238] = {.lex_state = 195}, - [2239] = {.lex_state = 154}, - [2240] = {.lex_state = 154}, - [2241] = {.lex_state = 182}, - [2242] = {.lex_state = 181}, - [2243] = {.lex_state = 154}, - [2244] = {.lex_state = 196}, - [2245] = {.lex_state = 154}, - [2246] = {.lex_state = 154}, - [2247] = {.lex_state = 154}, - [2248] = {.lex_state = 154}, - [2249] = {.lex_state = 137}, - [2250] = {.lex_state = 156}, - [2251] = {.lex_state = 154}, - [2252] = {.lex_state = 157}, - [2253] = {.lex_state = 196}, - [2254] = {.lex_state = 154}, - [2255] = {.lex_state = 195}, - [2256] = {.lex_state = 196}, - [2257] = {.lex_state = 196}, - [2258] = {.lex_state = 181}, + [2237] = {.lex_state = 156}, + [2238] = {.lex_state = 156}, + [2239] = {.lex_state = 156}, + [2240] = {.lex_state = 156}, + [2241] = {.lex_state = 196}, + [2242] = {.lex_state = 156}, + [2243] = {.lex_state = 156}, + [2244] = {.lex_state = 156}, + [2245] = {.lex_state = 156}, + [2246] = {.lex_state = 181}, + [2247] = {.lex_state = 196}, + [2248] = {.lex_state = 156}, + [2249] = {.lex_state = 154}, + [2250] = {.lex_state = 137}, + [2251] = {.lex_state = 137}, + [2252] = {.lex_state = 154}, + [2253] = {.lex_state = 154}, + [2254] = {.lex_state = 156}, + [2255] = {.lex_state = 157}, + [2256] = {.lex_state = 154}, + [2257] = {.lex_state = 154}, + [2258] = {.lex_state = 154}, [2259] = {.lex_state = 154}, - [2260] = {.lex_state = 154}, - [2261] = {.lex_state = 155}, + [2260] = {.lex_state = 156}, + [2261] = {.lex_state = 154}, [2262] = {.lex_state = 154}, - [2263] = {.lex_state = 157}, - [2264] = {.lex_state = 137}, - [2265] = {.lex_state = 154}, - [2266] = {.lex_state = 154}, + [2263] = {.lex_state = 156}, + [2264] = {.lex_state = 156}, + [2265] = {.lex_state = 181}, + [2266] = {.lex_state = 196}, [2267] = {.lex_state = 196}, [2268] = {.lex_state = 196}, [2269] = {.lex_state = 196}, - [2270] = {.lex_state = 156}, + [2270] = {.lex_state = 196}, [2271] = {.lex_state = 196}, - [2272] = {.lex_state = 154}, - [2273] = {.lex_state = 154}, - [2274] = {.lex_state = 154}, + [2272] = {.lex_state = 196}, + [2273] = {.lex_state = 196}, + [2274] = {.lex_state = 196}, [2275] = {.lex_state = 196}, - [2276] = {.lex_state = 163}, - [2277] = {.lex_state = 154}, - [2278] = {.lex_state = 154}, - [2279] = {.lex_state = 154}, - [2280] = {.lex_state = 154}, - [2281] = {.lex_state = 196}, + [2276] = {.lex_state = 154}, + [2277] = {.lex_state = 156}, + [2278] = {.lex_state = 196}, + [2279] = {.lex_state = 196}, + [2280] = {.lex_state = 157}, + [2281] = {.lex_state = 163}, [2282] = {.lex_state = 154}, - [2283] = {.lex_state = 154}, - [2284] = {.lex_state = 154}, - [2285] = {.lex_state = 196}, - [2286] = {.lex_state = 196}, - [2287] = {.lex_state = 154}, - [2288] = {.lex_state = 196}, - [2289] = {.lex_state = 154}, - [2290] = {.lex_state = 196}, - [2291] = {.lex_state = 154}, + [2283] = {.lex_state = 156}, + [2284] = {.lex_state = 165}, + [2285] = {.lex_state = 154}, + [2286] = {.lex_state = 156}, + [2287] = {.lex_state = 156}, + [2288] = {.lex_state = 156}, + [2289] = {.lex_state = 156}, + [2290] = {.lex_state = 182}, + [2291] = {.lex_state = 156}, [2292] = {.lex_state = 156}, - [2293] = {.lex_state = 196}, - [2294] = {.lex_state = 196}, + [2293] = {.lex_state = 156}, + [2294] = {.lex_state = 156}, [2295] = {.lex_state = 156}, - [2296] = {.lex_state = 196}, - [2297] = {.lex_state = 154}, - [2298] = {.lex_state = 196}, - [2299] = {.lex_state = 154}, - [2300] = {.lex_state = 196}, - [2301] = {.lex_state = 154}, - [2302] = {.lex_state = 156}, - [2303] = {.lex_state = 196}, - [2304] = {.lex_state = 154}, - [2305] = {.lex_state = 156}, - [2306] = {.lex_state = 156}, - [2307] = {.lex_state = 156}, - [2308] = {.lex_state = 156}, + [2296] = {.lex_state = 154}, + [2297] = {.lex_state = 196}, + [2298] = {.lex_state = 154}, + [2299] = {.lex_state = 156}, + [2300] = {.lex_state = 156}, + [2301] = {.lex_state = 156}, + [2302] = {.lex_state = 154}, + [2303] = {.lex_state = 181}, + [2304] = {.lex_state = 196}, + [2305] = {.lex_state = 196}, + [2306] = {.lex_state = 196}, + [2307] = {.lex_state = 170}, + [2308] = {.lex_state = 154}, [2309] = {.lex_state = 154}, [2310] = {.lex_state = 196}, - [2311] = {.lex_state = 156}, + [2311] = {.lex_state = 196}, [2312] = {.lex_state = 154}, [2313] = {.lex_state = 154}, [2314] = {.lex_state = 196}, [2315] = {.lex_state = 196}, [2316] = {.lex_state = 196}, - [2317] = {.lex_state = 154}, + [2317] = {.lex_state = 196}, [2318] = {.lex_state = 196}, [2319] = {.lex_state = 181}, - [2320] = {.lex_state = 196}, - [2321] = {.lex_state = 156}, + [2320] = {.lex_state = 154}, + [2321] = {.lex_state = 154}, [2322] = {.lex_state = 156}, [2323] = {.lex_state = 156}, - [2324] = {.lex_state = 137}, - [2325] = {.lex_state = 154}, - [2326] = {.lex_state = 154}, - [2327] = {.lex_state = 154}, - [2328] = {.lex_state = 196}, - [2329] = {.lex_state = 156}, + [2324] = {.lex_state = 156}, + [2325] = {.lex_state = 156}, + [2326] = {.lex_state = 156}, + [2327] = {.lex_state = 196}, + [2328] = {.lex_state = 137}, + [2329] = {.lex_state = 154}, [2330] = {.lex_state = 156}, - [2331] = {.lex_state = 154}, - [2332] = {.lex_state = 154}, - [2333] = {.lex_state = 196}, - [2334] = {.lex_state = 196}, - [2335] = {.lex_state = 154}, - [2336] = {.lex_state = 154}, - [2337] = {.lex_state = 156}, + [2331] = {.lex_state = 156}, + [2332] = {.lex_state = 156}, + [2333] = {.lex_state = 156}, + [2334] = {.lex_state = 156}, + [2335] = {.lex_state = 156}, + [2336] = {.lex_state = 156}, + [2337] = {.lex_state = 196}, [2338] = {.lex_state = 156}, [2339] = {.lex_state = 181}, [2340] = {.lex_state = 181}, [2341] = {.lex_state = 181}, [2342] = {.lex_state = 154}, - [2343] = {.lex_state = 156}, - [2344] = {.lex_state = 154}, - [2345] = {.lex_state = 154}, - [2346] = {.lex_state = 196}, - [2347] = {.lex_state = 196}, - [2348] = {.lex_state = 182}, - [2349] = {.lex_state = 196}, + [2343] = {.lex_state = 154}, + [2344] = {.lex_state = 156}, + [2345] = {.lex_state = 156}, + [2346] = {.lex_state = 156}, + [2347] = {.lex_state = 168}, + [2348] = {.lex_state = 156}, + [2349] = {.lex_state = 156}, [2350] = {.lex_state = 196}, [2351] = {.lex_state = 196}, - [2352] = {.lex_state = 156}, - [2353] = {.lex_state = 156}, - [2354] = {.lex_state = 156}, - [2355] = {.lex_state = 156}, - [2356] = {.lex_state = 156}, - [2357] = {.lex_state = 196}, - [2358] = {.lex_state = 181}, - [2359] = {.lex_state = 181}, + [2352] = {.lex_state = 154}, + [2353] = {.lex_state = 181}, + [2354] = {.lex_state = 154}, + [2355] = {.lex_state = 137}, + [2356] = {.lex_state = 154}, + [2357] = {.lex_state = 156}, + [2358] = {.lex_state = 156}, + [2359] = {.lex_state = 156}, [2360] = {.lex_state = 154}, - [2361] = {.lex_state = 196}, + [2361] = {.lex_state = 154}, [2362] = {.lex_state = 154}, - [2363] = {.lex_state = 181}, - [2364] = {.lex_state = 156}, - [2365] = {.lex_state = 196}, - [2366] = {.lex_state = 156}, - [2367] = {.lex_state = 154}, - [2368] = {.lex_state = 156}, - [2369] = {.lex_state = 188}, - [2370] = {.lex_state = 196}, - [2371] = {.lex_state = 170}, - [2372] = {.lex_state = 156}, + [2363] = {.lex_state = 163}, + [2364] = {.lex_state = 154}, + [2365] = {.lex_state = 154}, + [2366] = {.lex_state = 154}, + [2367] = {.lex_state = 155}, + [2368] = {.lex_state = 154}, + [2369] = {.lex_state = 154}, + [2370] = {.lex_state = 154}, + [2371] = {.lex_state = 154}, + [2372] = {.lex_state = 154}, [2373] = {.lex_state = 156}, - [2374] = {.lex_state = 156}, - [2375] = {.lex_state = 156}, - [2376] = {.lex_state = 156}, + [2374] = {.lex_state = 196}, + [2375] = {.lex_state = 196}, + [2376] = {.lex_state = 196}, [2377] = {.lex_state = 156}, - [2378] = {.lex_state = 137}, - [2379] = {.lex_state = 196}, - [2380] = {.lex_state = 156}, - [2381] = {.lex_state = 156}, + [2378] = {.lex_state = 156}, + [2379] = {.lex_state = 156}, + [2380] = {.lex_state = 154}, + [2381] = {.lex_state = 154}, [2382] = {.lex_state = 156}, - [2383] = {.lex_state = 196}, - [2384] = {.lex_state = 196}, + [2383] = {.lex_state = 154}, + [2384] = {.lex_state = 154}, [2385] = {.lex_state = 196}, - [2386] = {.lex_state = 156}, + [2386] = {.lex_state = 196}, [2387] = {.lex_state = 156}, - [2388] = {.lex_state = 156}, - [2389] = {.lex_state = 156}, + [2388] = {.lex_state = 154}, + [2389] = {.lex_state = 196}, [2390] = {.lex_state = 196}, [2391] = {.lex_state = 196}, [2392] = {.lex_state = 196}, @@ -20282,43 +20161,43 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2399] = {.lex_state = 156}, [2400] = {.lex_state = 156}, [2401] = {.lex_state = 156}, - [2402] = {.lex_state = 154}, - [2403] = {.lex_state = 156}, - [2404] = {.lex_state = 170}, + [2402] = {.lex_state = 156}, + [2403] = {.lex_state = 154}, + [2404] = {.lex_state = 154}, [2405] = {.lex_state = 154}, [2406] = {.lex_state = 154}, - [2407] = {.lex_state = 157}, + [2407] = {.lex_state = 154}, [2408] = {.lex_state = 154}, - [2409] = {.lex_state = 154}, - [2410] = {.lex_state = 168}, - [2411] = {.lex_state = 188}, - [2412] = {.lex_state = 154}, + [2409] = {.lex_state = 156}, + [2410] = {.lex_state = 154}, + [2411] = {.lex_state = 137}, + [2412] = {.lex_state = 156}, [2413] = {.lex_state = 156}, [2414] = {.lex_state = 156}, - [2415] = {.lex_state = 156}, + [2415] = {.lex_state = 182}, [2416] = {.lex_state = 154}, - [2417] = {.lex_state = 137}, - [2418] = {.lex_state = 163}, + [2417] = {.lex_state = 196}, + [2418] = {.lex_state = 164}, [2419] = {.lex_state = 181}, [2420] = {.lex_state = 181}, [2421] = {.lex_state = 181}, - [2422] = {.lex_state = 156}, - [2423] = {.lex_state = 171}, - [2424] = {.lex_state = 196}, - [2425] = {.lex_state = 156}, - [2426] = {.lex_state = 165}, - [2427] = {.lex_state = 156}, - [2428] = {.lex_state = 156}, + [2422] = {.lex_state = 195}, + [2423] = {.lex_state = 163}, + [2424] = {.lex_state = 188}, + [2425] = {.lex_state = 154}, + [2426] = {.lex_state = 196}, + [2427] = {.lex_state = 165}, + [2428] = {.lex_state = 154}, [2429] = {.lex_state = 154}, - [2430] = {.lex_state = 156}, - [2431] = {.lex_state = 154}, + [2430] = {.lex_state = 137}, + [2431] = {.lex_state = 163}, [2432] = {.lex_state = 154}, [2433] = {.lex_state = 196}, - [2434] = {.lex_state = 163}, - [2435] = {.lex_state = 156}, - [2436] = {.lex_state = 156}, - [2437] = {.lex_state = 156}, - [2438] = {.lex_state = 156}, + [2434] = {.lex_state = 154}, + [2435] = {.lex_state = 196}, + [2436] = {.lex_state = 154}, + [2437] = {.lex_state = 196}, + [2438] = {.lex_state = 157}, [2439] = {.lex_state = 196}, [2440] = {.lex_state = 196}, [2441] = {.lex_state = 196}, @@ -20328,162 +20207,162 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2445] = {.lex_state = 196}, [2446] = {.lex_state = 196}, [2447] = {.lex_state = 196}, - [2448] = {.lex_state = 163}, - [2449] = {.lex_state = 196}, - [2450] = {.lex_state = 156}, - [2451] = {.lex_state = 196}, - [2452] = {.lex_state = 154}, - [2453] = {.lex_state = 154}, - [2454] = {.lex_state = 156}, + [2448] = {.lex_state = 196}, + [2449] = {.lex_state = 181}, + [2450] = {.lex_state = 195}, + [2451] = {.lex_state = 170}, + [2452] = {.lex_state = 182}, + [2453] = {.lex_state = 196}, + [2454] = {.lex_state = 196}, [2455] = {.lex_state = 154}, - [2456] = {.lex_state = 196}, - [2457] = {.lex_state = 196}, + [2456] = {.lex_state = 154}, + [2457] = {.lex_state = 154}, [2458] = {.lex_state = 154}, - [2459] = {.lex_state = 154}, - [2460] = {.lex_state = 164}, - [2461] = {.lex_state = 154}, + [2459] = {.lex_state = 196}, + [2460] = {.lex_state = 196}, + [2461] = {.lex_state = 196}, [2462] = {.lex_state = 196}, - [2463] = {.lex_state = 154}, - [2464] = {.lex_state = 156}, + [2463] = {.lex_state = 196}, + [2464] = {.lex_state = 196}, [2465] = {.lex_state = 196}, [2466] = {.lex_state = 168}, [2467] = {.lex_state = 196}, [2468] = {.lex_state = 196}, [2469] = {.lex_state = 168}, [2470] = {.lex_state = 168}, - [2471] = {.lex_state = 164}, + [2471] = {.lex_state = 165}, [2472] = {.lex_state = 168}, [2473] = {.lex_state = 168}, - [2474] = {.lex_state = 168}, + [2474] = {.lex_state = 156}, [2475] = {.lex_state = 168}, [2476] = {.lex_state = 168}, [2477] = {.lex_state = 168}, - [2478] = {.lex_state = 156}, + [2478] = {.lex_state = 168}, [2479] = {.lex_state = 168}, - [2480] = {.lex_state = 168}, - [2481] = {.lex_state = 164}, + [2480] = {.lex_state = 150}, + [2481] = {.lex_state = 168}, [2482] = {.lex_state = 168}, [2483] = {.lex_state = 168}, - [2484] = {.lex_state = 168}, + [2484] = {.lex_state = 164}, [2485] = {.lex_state = 168}, [2486] = {.lex_state = 168}, [2487] = {.lex_state = 168}, [2488] = {.lex_state = 168}, [2489] = {.lex_state = 168}, - [2490] = {.lex_state = 168}, - [2491] = {.lex_state = 168}, + [2490] = {.lex_state = 164}, + [2491] = {.lex_state = 165}, [2492] = {.lex_state = 168}, [2493] = {.lex_state = 165}, [2494] = {.lex_state = 168}, - [2495] = {.lex_state = 168}, - [2496] = {.lex_state = 164}, + [2495] = {.lex_state = 156}, + [2496] = {.lex_state = 168}, [2497] = {.lex_state = 168}, - [2498] = {.lex_state = 164}, + [2498] = {.lex_state = 168}, [2499] = {.lex_state = 168}, [2500] = {.lex_state = 168}, [2501] = {.lex_state = 168}, - [2502] = {.lex_state = 150}, + [2502] = {.lex_state = 168}, [2503] = {.lex_state = 168}, [2504] = {.lex_state = 168}, - [2505] = {.lex_state = 164}, + [2505] = {.lex_state = 168}, [2506] = {.lex_state = 168}, [2507] = {.lex_state = 168}, - [2508] = {.lex_state = 168}, + [2508] = {.lex_state = 164}, [2509] = {.lex_state = 168}, [2510] = {.lex_state = 168}, - [2511] = {.lex_state = 187}, - [2512] = {.lex_state = 150}, + [2511] = {.lex_state = 165}, + [2512] = {.lex_state = 164}, [2513] = {.lex_state = 168}, [2514] = {.lex_state = 168}, [2515] = {.lex_state = 150}, [2516] = {.lex_state = 168}, - [2517] = {.lex_state = 168}, + [2517] = {.lex_state = 158}, [2518] = {.lex_state = 168}, - [2519] = {.lex_state = 168}, - [2520] = {.lex_state = 165}, + [2519] = {.lex_state = 150}, + [2520] = {.lex_state = 168}, [2521] = {.lex_state = 168}, [2522] = {.lex_state = 168}, - [2523] = {.lex_state = 164}, + [2523] = {.lex_state = 168}, [2524] = {.lex_state = 168}, - [2525] = {.lex_state = 156}, + [2525] = {.lex_state = 168}, [2526] = {.lex_state = 168}, - [2527] = {.lex_state = 156}, - [2528] = {.lex_state = 165}, + [2527] = {.lex_state = 165}, + [2528] = {.lex_state = 168}, [2529] = {.lex_state = 168}, [2530] = {.lex_state = 168}, [2531] = {.lex_state = 168}, [2532] = {.lex_state = 168}, - [2533] = {.lex_state = 168}, - [2534] = {.lex_state = 168}, - [2535] = {.lex_state = 168}, - [2536] = {.lex_state = 168}, + [2533] = {.lex_state = 164}, + [2534] = {.lex_state = 187}, + [2535] = {.lex_state = 187}, + [2536] = {.lex_state = 187}, [2537] = {.lex_state = 168}, [2538] = {.lex_state = 168}, [2539] = {.lex_state = 168}, [2540] = {.lex_state = 168}, - [2541] = {.lex_state = 187}, + [2541] = {.lex_state = 168}, [2542] = {.lex_state = 168}, [2543] = {.lex_state = 168}, [2544] = {.lex_state = 168}, - [2545] = {.lex_state = 168}, - [2546] = {.lex_state = 165}, + [2545] = {.lex_state = 187}, + [2546] = {.lex_state = 164}, [2547] = {.lex_state = 168}, [2548] = {.lex_state = 168}, [2549] = {.lex_state = 168}, - [2550] = {.lex_state = 187}, + [2550] = {.lex_state = 168}, [2551] = {.lex_state = 168}, [2552] = {.lex_state = 168}, - [2553] = {.lex_state = 165}, - [2554] = {.lex_state = 168}, - [2555] = {.lex_state = 168}, + [2553] = {.lex_state = 168}, + [2554] = {.lex_state = 187}, + [2555] = {.lex_state = 187}, [2556] = {.lex_state = 168}, - [2557] = {.lex_state = 168}, + [2557] = {.lex_state = 156}, [2558] = {.lex_state = 168}, - [2559] = {.lex_state = 168}, - [2560] = {.lex_state = 168}, - [2561] = {.lex_state = 168}, + [2559] = {.lex_state = 187}, + [2560] = {.lex_state = 187}, + [2561] = {.lex_state = 164}, [2562] = {.lex_state = 187}, - [2563] = {.lex_state = 164}, + [2563] = {.lex_state = 168}, [2564] = {.lex_state = 168}, [2565] = {.lex_state = 168}, - [2566] = {.lex_state = 158}, - [2567] = {.lex_state = 187}, - [2568] = {.lex_state = 164}, - [2569] = {.lex_state = 187}, + [2566] = {.lex_state = 168}, + [2567] = {.lex_state = 156}, + [2568] = {.lex_state = 168}, + [2569] = {.lex_state = 168}, [2570] = {.lex_state = 168}, [2571] = {.lex_state = 168}, [2572] = {.lex_state = 168}, - [2573] = {.lex_state = 168}, + [2573] = {.lex_state = 164}, [2574] = {.lex_state = 168}, - [2575] = {.lex_state = 187}, - [2576] = {.lex_state = 187}, - [2577] = {.lex_state = 187}, + [2575] = {.lex_state = 168}, + [2576] = {.lex_state = 168}, + [2577] = {.lex_state = 168}, [2578] = {.lex_state = 168}, [2579] = {.lex_state = 168}, - [2580] = {.lex_state = 168}, - [2581] = {.lex_state = 156}, - [2582] = {.lex_state = 155}, - [2583] = {.lex_state = 156}, - [2584] = {.lex_state = 161}, - [2585] = {.lex_state = 164}, - [2586] = {.lex_state = 173}, - [2587] = {.lex_state = 142}, + [2580] = {.lex_state = 165}, + [2581] = {.lex_state = 165}, + [2582] = {.lex_state = 142}, + [2583] = {.lex_state = 165}, + [2584] = {.lex_state = 165}, + [2585] = {.lex_state = 161}, + [2586] = {.lex_state = 165}, + [2587] = {.lex_state = 165}, [2588] = {.lex_state = 165}, [2589] = {.lex_state = 155}, [2590] = {.lex_state = 155}, [2591] = {.lex_state = 165}, [2592] = {.lex_state = 165}, - [2593] = {.lex_state = 195}, + [2593] = {.lex_state = 165}, [2594] = {.lex_state = 165}, [2595] = {.lex_state = 156}, [2596] = {.lex_state = 165}, [2597] = {.lex_state = 165}, [2598] = {.lex_state = 165}, [2599] = {.lex_state = 165}, - [2600] = {.lex_state = 165}, - [2601] = {.lex_state = 165}, + [2600] = {.lex_state = 195}, + [2601] = {.lex_state = 164}, [2602] = {.lex_state = 165}, - [2603] = {.lex_state = 165}, + [2603] = {.lex_state = 156}, [2604] = {.lex_state = 165}, [2605] = {.lex_state = 165}, [2606] = {.lex_state = 165}, @@ -20491,7 +20370,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2608] = {.lex_state = 165}, [2609] = {.lex_state = 165}, [2610] = {.lex_state = 165}, - [2611] = {.lex_state = 165}, + [2611] = {.lex_state = 184}, [2612] = {.lex_state = 165}, [2613] = {.lex_state = 165}, [2614] = {.lex_state = 165}, @@ -20499,7 +20378,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2616] = {.lex_state = 165}, [2617] = {.lex_state = 156}, [2618] = {.lex_state = 156}, - [2619] = {.lex_state = 165}, + [2619] = {.lex_state = 156}, [2620] = {.lex_state = 165}, [2621] = {.lex_state = 165}, [2622] = {.lex_state = 165}, @@ -20507,163 +20386,163 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2624] = {.lex_state = 165}, [2625] = {.lex_state = 165}, [2626] = {.lex_state = 156}, - [2627] = {.lex_state = 156}, + [2627] = {.lex_state = 165}, [2628] = {.lex_state = 165}, [2629] = {.lex_state = 165}, [2630] = {.lex_state = 156}, [2631] = {.lex_state = 165}, [2632] = {.lex_state = 165}, [2633] = {.lex_state = 165}, - [2634] = {.lex_state = 165}, + [2634] = {.lex_state = 181}, [2635] = {.lex_state = 165}, [2636] = {.lex_state = 165}, [2637] = {.lex_state = 165}, - [2638] = {.lex_state = 165}, - [2639] = {.lex_state = 165}, - [2640] = {.lex_state = 165}, - [2641] = {.lex_state = 165}, - [2642] = {.lex_state = 165}, - [2643] = {.lex_state = 165}, - [2644] = {.lex_state = 165}, - [2645] = {.lex_state = 184}, + [2638] = {.lex_state = 155}, + [2639] = {.lex_state = 155}, + [2640] = {.lex_state = 156}, + [2641] = {.lex_state = 155}, + [2642] = {.lex_state = 156}, + [2643] = {.lex_state = 155}, + [2644] = {.lex_state = 162}, + [2645] = {.lex_state = 165}, [2646] = {.lex_state = 165}, [2647] = {.lex_state = 165}, [2648] = {.lex_state = 165}, - [2649] = {.lex_state = 165}, + [2649] = {.lex_state = 155}, [2650] = {.lex_state = 165}, [2651] = {.lex_state = 165}, - [2652] = {.lex_state = 195}, + [2652] = {.lex_state = 155}, [2653] = {.lex_state = 165}, [2654] = {.lex_state = 165}, [2655] = {.lex_state = 165}, [2656] = {.lex_state = 165}, - [2657] = {.lex_state = 165}, - [2658] = {.lex_state = 165}, + [2657] = {.lex_state = 195}, + [2658] = {.lex_state = 156}, [2659] = {.lex_state = 165}, [2660] = {.lex_state = 165}, [2661] = {.lex_state = 165}, - [2662] = {.lex_state = 165}, - [2663] = {.lex_state = 165}, - [2664] = {.lex_state = 184}, - [2665] = {.lex_state = 165}, - [2666] = {.lex_state = 156}, - [2667] = {.lex_state = 165}, - [2668] = {.lex_state = 165}, + [2662] = {.lex_state = 156}, + [2663] = {.lex_state = 156}, + [2664] = {.lex_state = 156}, + [2665] = {.lex_state = 156}, + [2666] = {.lex_state = 165}, + [2667] = {.lex_state = 156}, + [2668] = {.lex_state = 156}, [2669] = {.lex_state = 156}, - [2670] = {.lex_state = 161}, - [2671] = {.lex_state = 181}, - [2672] = {.lex_state = 155}, + [2670] = {.lex_state = 156}, + [2671] = {.lex_state = 184}, + [2672] = {.lex_state = 156}, [2673] = {.lex_state = 156}, - [2674] = {.lex_state = 184}, - [2675] = {.lex_state = 155}, - [2676] = {.lex_state = 155}, + [2674] = {.lex_state = 165}, + [2675] = {.lex_state = 165}, + [2676] = {.lex_state = 165}, [2677] = {.lex_state = 156}, - [2678] = {.lex_state = 162}, + [2678] = {.lex_state = 165}, [2679] = {.lex_state = 155}, - [2680] = {.lex_state = 155}, + [2680] = {.lex_state = 165}, [2681] = {.lex_state = 156}, - [2682] = {.lex_state = 155}, + [2682] = {.lex_state = 173}, [2683] = {.lex_state = 156}, [2684] = {.lex_state = 156}, - [2685] = {.lex_state = 155}, - [2686] = {.lex_state = 155}, - [2687] = {.lex_state = 156}, - [2688] = {.lex_state = 156}, + [2685] = {.lex_state = 165}, + [2686] = {.lex_state = 156}, + [2687] = {.lex_state = 165}, + [2688] = {.lex_state = 184}, [2689] = {.lex_state = 165}, - [2690] = {.lex_state = 155}, + [2690] = {.lex_state = 181}, [2691] = {.lex_state = 156}, - [2692] = {.lex_state = 156}, - [2693] = {.lex_state = 156}, + [2692] = {.lex_state = 165}, + [2693] = {.lex_state = 155}, [2694] = {.lex_state = 156}, - [2695] = {.lex_state = 156}, + [2695] = {.lex_state = 165}, [2696] = {.lex_state = 156}, [2697] = {.lex_state = 156}, - [2698] = {.lex_state = 156}, - [2699] = {.lex_state = 156}, - [2700] = {.lex_state = 156}, - [2701] = {.lex_state = 156}, - [2702] = {.lex_state = 156}, + [2698] = {.lex_state = 165}, + [2699] = {.lex_state = 165}, + [2700] = {.lex_state = 155}, + [2701] = {.lex_state = 161}, + [2702] = {.lex_state = 155}, [2703] = {.lex_state = 156}, - [2704] = {.lex_state = 156}, - [2705] = {.lex_state = 181}, - [2706] = {.lex_state = 184}, + [2704] = {.lex_state = 184}, + [2705] = {.lex_state = 156}, + [2706] = {.lex_state = 156}, [2707] = {.lex_state = 156}, [2708] = {.lex_state = 184}, [2709] = {.lex_state = 156}, - [2710] = {.lex_state = 163}, + [2710] = {.lex_state = 156}, [2711] = {.lex_state = 156}, [2712] = {.lex_state = 156}, [2713] = {.lex_state = 156}, - [2714] = {.lex_state = 184}, - [2715] = {.lex_state = 184}, - [2716] = {.lex_state = 184}, + [2714] = {.lex_state = 156}, + [2715] = {.lex_state = 156}, + [2716] = {.lex_state = 156}, [2717] = {.lex_state = 156}, - [2718] = {.lex_state = 184}, - [2719] = {.lex_state = 184}, - [2720] = {.lex_state = 184}, - [2721] = {.lex_state = 156}, - [2722] = {.lex_state = 184}, - [2723] = {.lex_state = 184}, + [2718] = {.lex_state = 156}, + [2719] = {.lex_state = 156}, + [2720] = {.lex_state = 156}, + [2721] = {.lex_state = 165}, + [2722] = {.lex_state = 168}, + [2723] = {.lex_state = 156}, [2724] = {.lex_state = 184}, [2725] = {.lex_state = 184}, - [2726] = {.lex_state = 184}, - [2727] = {.lex_state = 184}, - [2728] = {.lex_state = 156}, + [2726] = {.lex_state = 156}, + [2727] = {.lex_state = 156}, + [2728] = {.lex_state = 184}, [2729] = {.lex_state = 156}, [2730] = {.lex_state = 156}, [2731] = {.lex_state = 156}, - [2732] = {.lex_state = 156}, + [2732] = {.lex_state = 184}, [2733] = {.lex_state = 156}, - [2734] = {.lex_state = 168}, - [2735] = {.lex_state = 156}, + [2734] = {.lex_state = 156}, + [2735] = {.lex_state = 184}, [2736] = {.lex_state = 156}, [2737] = {.lex_state = 156}, [2738] = {.lex_state = 156}, - [2739] = {.lex_state = 184}, - [2740] = {.lex_state = 184}, + [2739] = {.lex_state = 156}, + [2740] = {.lex_state = 156}, [2741] = {.lex_state = 184}, - [2742] = {.lex_state = 184}, - [2743] = {.lex_state = 184}, - [2744] = {.lex_state = 184}, - [2745] = {.lex_state = 184}, - [2746] = {.lex_state = 184}, - [2747] = {.lex_state = 184}, - [2748] = {.lex_state = 184}, - [2749] = {.lex_state = 184}, - [2750] = {.lex_state = 184}, - [2751] = {.lex_state = 184}, + [2742] = {.lex_state = 156}, + [2743] = {.lex_state = 156}, + [2744] = {.lex_state = 156}, + [2745] = {.lex_state = 156}, + [2746] = {.lex_state = 156}, + [2747] = {.lex_state = 156}, + [2748] = {.lex_state = 156}, + [2749] = {.lex_state = 156}, + [2750] = {.lex_state = 156}, + [2751] = {.lex_state = 156}, [2752] = {.lex_state = 184}, - [2753] = {.lex_state = 184}, - [2754] = {.lex_state = 184}, + [2753] = {.lex_state = 156}, + [2754] = {.lex_state = 156}, [2755] = {.lex_state = 184}, [2756] = {.lex_state = 156}, [2757] = {.lex_state = 184}, [2758] = {.lex_state = 156}, [2759] = {.lex_state = 184}, [2760] = {.lex_state = 184}, - [2761] = {.lex_state = 184}, - [2762] = {.lex_state = 184}, - [2763] = {.lex_state = 184}, - [2764] = {.lex_state = 184}, - [2765] = {.lex_state = 184}, - [2766] = {.lex_state = 184}, - [2767] = {.lex_state = 184}, + [2761] = {.lex_state = 156}, + [2762] = {.lex_state = 156}, + [2763] = {.lex_state = 156}, + [2764] = {.lex_state = 156}, + [2765] = {.lex_state = 156}, + [2766] = {.lex_state = 156}, + [2767] = {.lex_state = 156}, [2768] = {.lex_state = 156}, [2769] = {.lex_state = 156}, [2770] = {.lex_state = 156}, [2771] = {.lex_state = 156}, - [2772] = {.lex_state = 163}, + [2772] = {.lex_state = 156}, [2773] = {.lex_state = 156}, [2774] = {.lex_state = 156}, - [2775] = {.lex_state = 164}, - [2776] = {.lex_state = 156}, - [2777] = {.lex_state = 163}, - [2778] = {.lex_state = 156}, - [2779] = {.lex_state = 180}, - [2780] = {.lex_state = 163}, - [2781] = {.lex_state = 184}, - [2782] = {.lex_state = 156}, - [2783] = {.lex_state = 163}, + [2775] = {.lex_state = 184}, + [2776] = {.lex_state = 184}, + [2777] = {.lex_state = 184}, + [2778] = {.lex_state = 184}, + [2779] = {.lex_state = 184}, + [2780] = {.lex_state = 184}, + [2781] = {.lex_state = 156}, + [2782] = {.lex_state = 184}, + [2783] = {.lex_state = 184}, [2784] = {.lex_state = 156}, [2785] = {.lex_state = 156}, [2786] = {.lex_state = 156}, @@ -20674,222 +20553,222 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2791] = {.lex_state = 156}, [2792] = {.lex_state = 156}, [2793] = {.lex_state = 156}, - [2794] = {.lex_state = 163}, - [2795] = {.lex_state = 156}, + [2794] = {.lex_state = 156}, + [2795] = {.lex_state = 184}, [2796] = {.lex_state = 156}, [2797] = {.lex_state = 156}, - [2798] = {.lex_state = 180}, - [2799] = {.lex_state = 180}, + [2798] = {.lex_state = 156}, + [2799] = {.lex_state = 156}, [2800] = {.lex_state = 156}, - [2801] = {.lex_state = 156}, - [2802] = {.lex_state = 180}, + [2801] = {.lex_state = 184}, + [2802] = {.lex_state = 184}, [2803] = {.lex_state = 156}, - [2804] = {.lex_state = 184}, - [2805] = {.lex_state = 184}, - [2806] = {.lex_state = 184}, - [2807] = {.lex_state = 180}, + [2804] = {.lex_state = 156}, + [2805] = {.lex_state = 156}, + [2806] = {.lex_state = 156}, + [2807] = {.lex_state = 156}, [2808] = {.lex_state = 184}, [2809] = {.lex_state = 184}, - [2810] = {.lex_state = 180}, + [2810] = {.lex_state = 184}, [2811] = {.lex_state = 184}, [2812] = {.lex_state = 184}, [2813] = {.lex_state = 156}, - [2814] = {.lex_state = 184}, + [2814] = {.lex_state = 156}, [2815] = {.lex_state = 184}, [2816] = {.lex_state = 156}, [2817] = {.lex_state = 156}, - [2818] = {.lex_state = 184}, + [2818] = {.lex_state = 156}, [2819] = {.lex_state = 156}, [2820] = {.lex_state = 156}, [2821] = {.lex_state = 156}, [2822] = {.lex_state = 156}, - [2823] = {.lex_state = 180}, - [2824] = {.lex_state = 180}, + [2823] = {.lex_state = 184}, + [2824] = {.lex_state = 184}, [2825] = {.lex_state = 156}, - [2826] = {.lex_state = 180}, - [2827] = {.lex_state = 180}, - [2828] = {.lex_state = 180}, - [2829] = {.lex_state = 180}, - [2830] = {.lex_state = 165}, - [2831] = {.lex_state = 156}, - [2832] = {.lex_state = 156}, + [2826] = {.lex_state = 156}, + [2827] = {.lex_state = 165}, + [2828] = {.lex_state = 184}, + [2829] = {.lex_state = 156}, + [2830] = {.lex_state = 184}, + [2831] = {.lex_state = 184}, + [2832] = {.lex_state = 184}, [2833] = {.lex_state = 156}, [2834] = {.lex_state = 156}, [2835] = {.lex_state = 156}, [2836] = {.lex_state = 156}, - [2837] = {.lex_state = 184}, + [2837] = {.lex_state = 156}, [2838] = {.lex_state = 184}, - [2839] = {.lex_state = 184}, + [2839] = {.lex_state = 156}, [2840] = {.lex_state = 156}, - [2841] = {.lex_state = 156}, + [2841] = {.lex_state = 184}, [2842] = {.lex_state = 156}, [2843] = {.lex_state = 156}, [2844] = {.lex_state = 156}, [2845] = {.lex_state = 156}, [2846] = {.lex_state = 156}, [2847] = {.lex_state = 156}, - [2848] = {.lex_state = 156}, + [2848] = {.lex_state = 163}, [2849] = {.lex_state = 156}, [2850] = {.lex_state = 156}, - [2851] = {.lex_state = 156}, + [2851] = {.lex_state = 184}, [2852] = {.lex_state = 156}, - [2853] = {.lex_state = 184}, + [2853] = {.lex_state = 156}, [2854] = {.lex_state = 156}, [2855] = {.lex_state = 156}, [2856] = {.lex_state = 156}, [2857] = {.lex_state = 156}, - [2858] = {.lex_state = 156}, - [2859] = {.lex_state = 156}, + [2858] = {.lex_state = 184}, + [2859] = {.lex_state = 184}, [2860] = {.lex_state = 156}, - [2861] = {.lex_state = 156}, - [2862] = {.lex_state = 184}, + [2861] = {.lex_state = 184}, + [2862] = {.lex_state = 156}, [2863] = {.lex_state = 184}, - [2864] = {.lex_state = 184}, + [2864] = {.lex_state = 164}, [2865] = {.lex_state = 184}, - [2866] = {.lex_state = 156}, - [2867] = {.lex_state = 156}, - [2868] = {.lex_state = 156}, + [2866] = {.lex_state = 184}, + [2867] = {.lex_state = 184}, + [2868] = {.lex_state = 184}, [2869] = {.lex_state = 156}, [2870] = {.lex_state = 156}, [2871] = {.lex_state = 156}, [2872] = {.lex_state = 156}, [2873] = {.lex_state = 156}, - [2874] = {.lex_state = 156}, - [2875] = {.lex_state = 156}, - [2876] = {.lex_state = 156}, - [2877] = {.lex_state = 184}, - [2878] = {.lex_state = 156}, + [2874] = {.lex_state = 184}, + [2875] = {.lex_state = 184}, + [2876] = {.lex_state = 184}, + [2877] = {.lex_state = 156}, + [2878] = {.lex_state = 184}, [2879] = {.lex_state = 184}, [2880] = {.lex_state = 156}, [2881] = {.lex_state = 156}, [2882] = {.lex_state = 156}, - [2883] = {.lex_state = 156}, + [2883] = {.lex_state = 184}, [2884] = {.lex_state = 156}, - [2885] = {.lex_state = 156}, + [2885] = {.lex_state = 180}, [2886] = {.lex_state = 156}, [2887] = {.lex_state = 156}, [2888] = {.lex_state = 156}, - [2889] = {.lex_state = 156}, - [2890] = {.lex_state = 156}, - [2891] = {.lex_state = 156}, + [2889] = {.lex_state = 163}, + [2890] = {.lex_state = 184}, + [2891] = {.lex_state = 163}, [2892] = {.lex_state = 156}, [2893] = {.lex_state = 156}, [2894] = {.lex_state = 156}, [2895] = {.lex_state = 156}, - [2896] = {.lex_state = 156}, + [2896] = {.lex_state = 184}, [2897] = {.lex_state = 156}, [2898] = {.lex_state = 156}, [2899] = {.lex_state = 156}, - [2900] = {.lex_state = 156}, - [2901] = {.lex_state = 156}, + [2900] = {.lex_state = 163}, + [2901] = {.lex_state = 163}, [2902] = {.lex_state = 156}, [2903] = {.lex_state = 156}, - [2904] = {.lex_state = 156}, - [2905] = {.lex_state = 156}, + [2904] = {.lex_state = 180}, + [2905] = {.lex_state = 180}, [2906] = {.lex_state = 156}, [2907] = {.lex_state = 156}, - [2908] = {.lex_state = 156}, - [2909] = {.lex_state = 156}, - [2910] = {.lex_state = 156}, - [2911] = {.lex_state = 156}, - [2912] = {.lex_state = 156}, - [2913] = {.lex_state = 156}, - [2914] = {.lex_state = 156}, - [2915] = {.lex_state = 156}, - [2916] = {.lex_state = 156}, - [2917] = {.lex_state = 156}, - [2918] = {.lex_state = 156}, - [2919] = {.lex_state = 156}, - [2920] = {.lex_state = 156}, - [2921] = {.lex_state = 156}, - [2922] = {.lex_state = 156}, - [2923] = {.lex_state = 156}, - [2924] = {.lex_state = 156}, - [2925] = {.lex_state = 156}, - [2926] = {.lex_state = 165}, - [2927] = {.lex_state = 195}, - [2928] = {.lex_state = 165}, - [2929] = {.lex_state = 165}, + [2908] = {.lex_state = 180}, + [2909] = {.lex_state = 180}, + [2910] = {.lex_state = 180}, + [2911] = {.lex_state = 184}, + [2912] = {.lex_state = 184}, + [2913] = {.lex_state = 184}, + [2914] = {.lex_state = 180}, + [2915] = {.lex_state = 180}, + [2916] = {.lex_state = 180}, + [2917] = {.lex_state = 180}, + [2918] = {.lex_state = 180}, + [2919] = {.lex_state = 180}, + [2920] = {.lex_state = 163}, + [2921] = {.lex_state = 184}, + [2922] = {.lex_state = 184}, + [2923] = {.lex_state = 184}, + [2924] = {.lex_state = 184}, + [2925] = {.lex_state = 165}, + [2926] = {.lex_state = 195}, + [2927] = {.lex_state = 176}, + [2928] = {.lex_state = 150}, + [2929] = {.lex_state = 156}, [2930] = {.lex_state = 195}, - [2931] = {.lex_state = 156}, - [2932] = {.lex_state = 176}, - [2933] = {.lex_state = 165}, - [2934] = {.lex_state = 150}, - [2935] = {.lex_state = 150}, - [2936] = {.lex_state = 165}, - [2937] = {.lex_state = 195}, - [2938] = {.lex_state = 195}, - [2939] = {.lex_state = 195}, + [2931] = {.lex_state = 195}, + [2932] = {.lex_state = 187}, + [2933] = {.lex_state = 195}, + [2934] = {.lex_state = 195}, + [2935] = {.lex_state = 195}, + [2936] = {.lex_state = 195}, + [2937] = {.lex_state = 165}, + [2938] = {.lex_state = 150}, + [2939] = {.lex_state = 165}, [2940] = {.lex_state = 165}, - [2941] = {.lex_state = 150}, - [2942] = {.lex_state = 195}, - [2943] = {.lex_state = 195}, + [2941] = {.lex_state = 195}, + [2942] = {.lex_state = 165}, + [2943] = {.lex_state = 165}, [2944] = {.lex_state = 195}, - [2945] = {.lex_state = 195}, - [2946] = {.lex_state = 165}, - [2947] = {.lex_state = 195}, - [2948] = {.lex_state = 195}, - [2949] = {.lex_state = 195}, - [2950] = {.lex_state = 195}, - [2951] = {.lex_state = 195}, + [2945] = {.lex_state = 150}, + [2946] = {.lex_state = 156}, + [2947] = {.lex_state = 165}, + [2948] = {.lex_state = 165}, + [2949] = {.lex_state = 165}, + [2950] = {.lex_state = 165}, + [2951] = {.lex_state = 165}, [2952] = {.lex_state = 165}, [2953] = {.lex_state = 165}, - [2954] = {.lex_state = 195}, - [2955] = {.lex_state = 195}, + [2954] = {.lex_state = 165}, + [2955] = {.lex_state = 165}, [2956] = {.lex_state = 165}, [2957] = {.lex_state = 165}, - [2958] = {.lex_state = 187}, + [2958] = {.lex_state = 165}, [2959] = {.lex_state = 165}, - [2960] = {.lex_state = 165}, + [2960] = {.lex_state = 150}, [2961] = {.lex_state = 165}, - [2962] = {.lex_state = 165}, - [2963] = {.lex_state = 165}, - [2964] = {.lex_state = 165}, - [2965] = {.lex_state = 165}, - [2966] = {.lex_state = 165}, + [2962] = {.lex_state = 195}, + [2963] = {.lex_state = 177}, + [2964] = {.lex_state = 195}, + [2965] = {.lex_state = 195}, + [2966] = {.lex_state = 195}, [2967] = {.lex_state = 165}, [2968] = {.lex_state = 165}, - [2969] = {.lex_state = 165}, - [2970] = {.lex_state = 165}, - [2971] = {.lex_state = 177}, - [2972] = {.lex_state = 165}, - [2973] = {.lex_state = 195}, - [2974] = {.lex_state = 195}, - [2975] = {.lex_state = 176}, - [2976] = {.lex_state = 150}, - [2977] = {.lex_state = 156}, - [2978] = {.lex_state = 195}, + [2969] = {.lex_state = 195}, + [2970] = {.lex_state = 195}, + [2971] = {.lex_state = 195}, + [2972] = {.lex_state = 176}, + [2973] = {.lex_state = 165}, + [2974] = {.lex_state = 165}, + [2975] = {.lex_state = 195}, + [2976] = {.lex_state = 195}, + [2977] = {.lex_state = 195}, + [2978] = {.lex_state = 165}, [2979] = {.lex_state = 195}, - [2980] = {.lex_state = 165}, - [2981] = {.lex_state = 165}, - [2982] = {.lex_state = 165}, - [2983] = {.lex_state = 165}, - [2984] = {.lex_state = 155}, + [2980] = {.lex_state = 168}, + [2981] = {.lex_state = 168}, + [2982] = {.lex_state = 156}, + [2983] = {.lex_state = 168}, + [2984] = {.lex_state = 168}, [2985] = {.lex_state = 165}, - [2986] = {.lex_state = 156}, - [2987] = {.lex_state = 165}, - [2988] = {.lex_state = 156}, - [2989] = {.lex_state = 165}, - [2990] = {.lex_state = 156}, + [2986] = {.lex_state = 168}, + [2987] = {.lex_state = 152}, + [2988] = {.lex_state = 142}, + [2989] = {.lex_state = 168}, + [2990] = {.lex_state = 165}, [2991] = {.lex_state = 165}, [2992] = {.lex_state = 165}, [2993] = {.lex_state = 165}, - [2994] = {.lex_state = 165}, + [2994] = {.lex_state = 156}, [2995] = {.lex_state = 165}, [2996] = {.lex_state = 165}, - [2997] = {.lex_state = 165}, - [2998] = {.lex_state = 165}, - [2999] = {.lex_state = 165}, - [3000] = {.lex_state = 165}, + [2997] = {.lex_state = 168}, + [2998] = {.lex_state = 156}, + [2999] = {.lex_state = 168}, + [3000] = {.lex_state = 156}, [3001] = {.lex_state = 165}, [3002] = {.lex_state = 165}, [3003] = {.lex_state = 165}, - [3004] = {.lex_state = 142}, + [3004] = {.lex_state = 168}, [3005] = {.lex_state = 165}, - [3006] = {.lex_state = 165}, - [3007] = {.lex_state = 165}, + [3006] = {.lex_state = 156}, + [3007] = {.lex_state = 156}, [3008] = {.lex_state = 165}, - [3009] = {.lex_state = 152}, + [3009] = {.lex_state = 165}, [3010] = {.lex_state = 165}, [3011] = {.lex_state = 165}, [3012] = {.lex_state = 165}, @@ -20897,94 +20776,94 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3014] = {.lex_state = 165}, [3015] = {.lex_state = 165}, [3016] = {.lex_state = 165}, - [3017] = {.lex_state = 156}, + [3017] = {.lex_state = 168}, [3018] = {.lex_state = 165}, [3019] = {.lex_state = 152}, - [3020] = {.lex_state = 165}, + [3020] = {.lex_state = 168}, [3021] = {.lex_state = 165}, [3022] = {.lex_state = 165}, - [3023] = {.lex_state = 165}, + [3023] = {.lex_state = 156}, [3024] = {.lex_state = 165}, - [3025] = {.lex_state = 156}, - [3026] = {.lex_state = 165}, + [3025] = {.lex_state = 165}, + [3026] = {.lex_state = 168}, [3027] = {.lex_state = 165}, [3028] = {.lex_state = 165}, - [3029] = {.lex_state = 165}, - [3030] = {.lex_state = 165}, - [3031] = {.lex_state = 165}, - [3032] = {.lex_state = 165}, + [3029] = {.lex_state = 168}, + [3030] = {.lex_state = 156}, + [3031] = {.lex_state = 168}, + [3032] = {.lex_state = 168}, [3033] = {.lex_state = 165}, - [3034] = {.lex_state = 165}, - [3035] = {.lex_state = 165}, + [3034] = {.lex_state = 168}, + [3035] = {.lex_state = 168}, [3036] = {.lex_state = 165}, - [3037] = {.lex_state = 161}, - [3038] = {.lex_state = 156}, - [3039] = {.lex_state = 142}, - [3040] = {.lex_state = 156}, - [3041] = {.lex_state = 165}, - [3042] = {.lex_state = 161}, - [3043] = {.lex_state = 156}, + [3037] = {.lex_state = 156}, + [3038] = {.lex_state = 168}, + [3039] = {.lex_state = 165}, + [3040] = {.lex_state = 165}, + [3041] = {.lex_state = 156}, + [3042] = {.lex_state = 156}, + [3043] = {.lex_state = 165}, [3044] = {.lex_state = 165}, - [3045] = {.lex_state = 156}, - [3046] = {.lex_state = 156}, - [3047] = {.lex_state = 156}, + [3045] = {.lex_state = 165}, + [3046] = {.lex_state = 165}, + [3047] = {.lex_state = 165}, [3048] = {.lex_state = 165}, - [3049] = {.lex_state = 156}, - [3050] = {.lex_state = 156}, - [3051] = {.lex_state = 156}, - [3052] = {.lex_state = 156}, - [3053] = {.lex_state = 156}, - [3054] = {.lex_state = 165}, - [3055] = {.lex_state = 165}, - [3056] = {.lex_state = 156}, - [3057] = {.lex_state = 168}, - [3058] = {.lex_state = 165}, - [3059] = {.lex_state = 168}, - [3060] = {.lex_state = 168}, - [3061] = {.lex_state = 165}, - [3062] = {.lex_state = 168}, + [3049] = {.lex_state = 165}, + [3050] = {.lex_state = 168}, + [3051] = {.lex_state = 165}, + [3052] = {.lex_state = 161}, + [3053] = {.lex_state = 165}, + [3054] = {.lex_state = 156}, + [3055] = {.lex_state = 168}, + [3056] = {.lex_state = 161}, + [3057] = {.lex_state = 165}, + [3058] = {.lex_state = 156}, + [3059] = {.lex_state = 165}, + [3060] = {.lex_state = 155}, + [3061] = {.lex_state = 168}, + [3062] = {.lex_state = 165}, [3063] = {.lex_state = 165}, - [3064] = {.lex_state = 168}, - [3065] = {.lex_state = 168}, + [3064] = {.lex_state = 156}, + [3065] = {.lex_state = 165}, [3066] = {.lex_state = 168}, [3067] = {.lex_state = 168}, [3068] = {.lex_state = 168}, - [3069] = {.lex_state = 168}, + [3069] = {.lex_state = 165}, [3070] = {.lex_state = 165}, - [3071] = {.lex_state = 168}, - [3072] = {.lex_state = 168}, - [3073] = {.lex_state = 168}, - [3074] = {.lex_state = 168}, - [3075] = {.lex_state = 152}, - [3076] = {.lex_state = 168}, - [3077] = {.lex_state = 168}, - [3078] = {.lex_state = 168}, - [3079] = {.lex_state = 156}, + [3071] = {.lex_state = 156}, + [3072] = {.lex_state = 165}, + [3073] = {.lex_state = 156}, + [3074] = {.lex_state = 156}, + [3075] = {.lex_state = 142}, + [3076] = {.lex_state = 165}, + [3077] = {.lex_state = 152}, + [3078] = {.lex_state = 165}, + [3079] = {.lex_state = 165}, [3080] = {.lex_state = 156}, - [3081] = {.lex_state = 165}, - [3082] = {.lex_state = 156}, + [3081] = {.lex_state = 156}, + [3082] = {.lex_state = 168}, [3083] = {.lex_state = 156}, - [3084] = {.lex_state = 165}, - [3085] = {.lex_state = 168}, - [3086] = {.lex_state = 168}, - [3087] = {.lex_state = 168}, - [3088] = {.lex_state = 168}, - [3089] = {.lex_state = 168}, - [3090] = {.lex_state = 168}, - [3091] = {.lex_state = 168}, + [3084] = {.lex_state = 156}, + [3085] = {.lex_state = 165}, + [3086] = {.lex_state = 156}, + [3087] = {.lex_state = 165}, + [3088] = {.lex_state = 165}, + [3089] = {.lex_state = 165}, + [3090] = {.lex_state = 165}, + [3091] = {.lex_state = 165}, [3092] = {.lex_state = 165}, [3093] = {.lex_state = 165}, - [3094] = {.lex_state = 168}, - [3095] = {.lex_state = 165}, + [3094] = {.lex_state = 165}, + [3095] = {.lex_state = 156}, [3096] = {.lex_state = 156}, [3097] = {.lex_state = 156}, [3098] = {.lex_state = 156}, [3099] = {.lex_state = 156}, - [3100] = {.lex_state = 156}, + [3100] = {.lex_state = 180}, [3101] = {.lex_state = 156}, [3102] = {.lex_state = 156}, [3103] = {.lex_state = 156}, - [3104] = {.lex_state = 156}, + [3104] = {.lex_state = 180}, [3105] = {.lex_state = 156}, [3106] = {.lex_state = 156}, [3107] = {.lex_state = 156}, @@ -20992,24 +20871,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3109] = {.lex_state = 156}, [3110] = {.lex_state = 156}, [3111] = {.lex_state = 156}, - [3112] = {.lex_state = 156}, - [3113] = {.lex_state = 156}, - [3114] = {.lex_state = 168}, + [3112] = {.lex_state = 168}, + [3113] = {.lex_state = 168}, + [3114] = {.lex_state = 156}, [3115] = {.lex_state = 168}, [3116] = {.lex_state = 168}, - [3117] = {.lex_state = 156}, + [3117] = {.lex_state = 180}, [3118] = {.lex_state = 156}, [3119] = {.lex_state = 168}, [3120] = {.lex_state = 168}, [3121] = {.lex_state = 168}, - [3122] = {.lex_state = 168}, + [3122] = {.lex_state = 156}, [3123] = {.lex_state = 156}, [3124] = {.lex_state = 156}, - [3125] = {.lex_state = 156}, - [3126] = {.lex_state = 156}, + [3125] = {.lex_state = 180}, + [3126] = {.lex_state = 168}, [3127] = {.lex_state = 156}, [3128] = {.lex_state = 156}, - [3129] = {.lex_state = 168}, + [3129] = {.lex_state = 156}, [3130] = {.lex_state = 156}, [3131] = {.lex_state = 156}, [3132] = {.lex_state = 156}, @@ -21019,20 +20898,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3136] = {.lex_state = 156}, [3137] = {.lex_state = 156}, [3138] = {.lex_state = 156}, - [3139] = {.lex_state = 156}, + [3139] = {.lex_state = 180}, [3140] = {.lex_state = 156}, [3141] = {.lex_state = 156}, [3142] = {.lex_state = 156}, - [3143] = {.lex_state = 180}, - [3144] = {.lex_state = 180}, - [3145] = {.lex_state = 180}, - [3146] = {.lex_state = 180}, + [3143] = {.lex_state = 156}, + [3144] = {.lex_state = 156}, + [3145] = {.lex_state = 156}, + [3146] = {.lex_state = 156}, [3147] = {.lex_state = 156}, - [3148] = {.lex_state = 156}, - [3149] = {.lex_state = 180}, - [3150] = {.lex_state = 156}, + [3148] = {.lex_state = 180}, + [3149] = {.lex_state = 156}, + [3150] = {.lex_state = 180}, [3151] = {.lex_state = 180}, - [3152] = {.lex_state = 142}, + [3152] = {.lex_state = 180}, [3153] = {.lex_state = 180}, [3154] = {.lex_state = 180}, [3155] = {.lex_state = 180}, @@ -21047,12 +20926,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3164] = {.lex_state = 180}, [3165] = {.lex_state = 180}, [3166] = {.lex_state = 180}, - [3167] = {.lex_state = 142}, + [3167] = {.lex_state = 180}, [3168] = {.lex_state = 180}, [3169] = {.lex_state = 180}, [3170] = {.lex_state = 180}, [3171] = {.lex_state = 180}, - [3172] = {.lex_state = 191}, + [3172] = {.lex_state = 180}, [3173] = {.lex_state = 180}, [3174] = {.lex_state = 180}, [3175] = {.lex_state = 180}, @@ -21064,19 +20943,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3181] = {.lex_state = 180}, [3182] = {.lex_state = 180}, [3183] = {.lex_state = 180}, - [3184] = {.lex_state = 180}, - [3185] = {.lex_state = 180}, + [3184] = {.lex_state = 142}, + [3185] = {.lex_state = 191}, [3186] = {.lex_state = 180}, [3187] = {.lex_state = 180}, [3188] = {.lex_state = 180}, [3189] = {.lex_state = 180}, - [3190] = {.lex_state = 180}, + [3190] = {.lex_state = 142}, [3191] = {.lex_state = 180}, - [3192] = {.lex_state = 180}, + [3192] = {.lex_state = 142}, [3193] = {.lex_state = 180}, [3194] = {.lex_state = 180}, - [3195] = {.lex_state = 142}, - [3196] = {.lex_state = 142}, + [3195] = {.lex_state = 180}, + [3196] = {.lex_state = 180}, [3197] = {.lex_state = 180}, [3198] = {.lex_state = 180}, [3199] = {.lex_state = 180}, @@ -21085,7 +20964,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3202] = {.lex_state = 180}, [3203] = {.lex_state = 180}, [3204] = {.lex_state = 180}, - [3205] = {.lex_state = 180}, + [3205] = {.lex_state = 142}, [3206] = {.lex_state = 180}, [3207] = {.lex_state = 142}, [3208] = {.lex_state = 180}, @@ -21093,146 +20972,146 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3210] = {.lex_state = 180}, [3211] = {.lex_state = 180}, [3212] = {.lex_state = 180}, - [3213] = {.lex_state = 142}, - [3214] = {.lex_state = 180}, - [3215] = {.lex_state = 142}, - [3216] = {.lex_state = 142}, + [3213] = {.lex_state = 180}, + [3214] = {.lex_state = 142}, + [3215] = {.lex_state = 180}, + [3216] = {.lex_state = 180}, [3217] = {.lex_state = 180}, - [3218] = {.lex_state = 142}, - [3219] = {.lex_state = 180}, + [3218] = {.lex_state = 180}, + [3219] = {.lex_state = 191}, [3220] = {.lex_state = 180}, [3221] = {.lex_state = 180}, - [3222] = {.lex_state = 180}, - [3223] = {.lex_state = 180}, - [3224] = {.lex_state = 142}, - [3225] = {.lex_state = 180}, + [3222] = {.lex_state = 142}, + [3223] = {.lex_state = 142}, + [3224] = {.lex_state = 180}, + [3225] = {.lex_state = 142}, [3226] = {.lex_state = 142}, [3227] = {.lex_state = 180}, - [3228] = {.lex_state = 180}, - [3229] = {.lex_state = 180}, - [3230] = {.lex_state = 142}, + [3228] = {.lex_state = 142}, + [3229] = {.lex_state = 142}, + [3230] = {.lex_state = 180}, [3231] = {.lex_state = 142}, [3232] = {.lex_state = 180}, - [3233] = {.lex_state = 142}, + [3233] = {.lex_state = 180}, [3234] = {.lex_state = 180}, - [3235] = {.lex_state = 142}, - [3236] = {.lex_state = 180}, + [3235] = {.lex_state = 180}, + [3236] = {.lex_state = 142}, [3237] = {.lex_state = 180}, [3238] = {.lex_state = 180}, - [3239] = {.lex_state = 180}, + [3239] = {.lex_state = 142}, [3240] = {.lex_state = 180}, - [3241] = {.lex_state = 142}, + [3241] = {.lex_state = 180}, [3242] = {.lex_state = 180}, [3243] = {.lex_state = 180}, [3244] = {.lex_state = 142}, [3245] = {.lex_state = 180}, - [3246] = {.lex_state = 180}, + [3246] = {.lex_state = 191}, [3247] = {.lex_state = 180}, [3248] = {.lex_state = 180}, - [3249] = {.lex_state = 180}, + [3249] = {.lex_state = 191}, [3250] = {.lex_state = 180}, - [3251] = {.lex_state = 191}, - [3252] = {.lex_state = 180}, - [3253] = {.lex_state = 191}, - [3254] = {.lex_state = 191}, + [3251] = {.lex_state = 180}, + [3252] = {.lex_state = 142}, + [3253] = {.lex_state = 142}, + [3254] = {.lex_state = 142}, [3255] = {.lex_state = 180}, [3256] = {.lex_state = 180}, [3257] = {.lex_state = 180}, - [3258] = {.lex_state = 180}, - [3259] = {.lex_state = 142}, - [3260] = {.lex_state = 142}, - [3261] = {.lex_state = 180}, - [3262] = {.lex_state = 142}, + [3258] = {.lex_state = 142}, + [3259] = {.lex_state = 152}, + [3260] = {.lex_state = 152}, + [3261] = {.lex_state = 181}, + [3262] = {.lex_state = 152}, [3263] = {.lex_state = 152}, - [3264] = {.lex_state = 152}, - [3265] = {.lex_state = 181}, - [3266] = {.lex_state = 152}, - [3267] = {.lex_state = 152}, - [3268] = {.lex_state = 181}, - [3269] = {.lex_state = 197}, - [3270] = {.lex_state = 197}, - [3271] = {.lex_state = 195}, - [3272] = {.lex_state = 184}, + [3264] = {.lex_state = 181}, + [3265] = {.lex_state = 197}, + [3266] = {.lex_state = 195}, + [3267] = {.lex_state = 197}, + [3268] = {.lex_state = 184}, + [3269] = {.lex_state = 181}, + [3270] = {.lex_state = 184}, + [3271] = {.lex_state = 184}, + [3272] = {.lex_state = 181}, [3273] = {.lex_state = 184}, [3274] = {.lex_state = 197}, [3275] = {.lex_state = 197}, [3276] = {.lex_state = 184}, [3277] = {.lex_state = 184}, [3278] = {.lex_state = 184}, - [3279] = {.lex_state = 181}, - [3280] = {.lex_state = 181}, - [3281] = {.lex_state = 184}, - [3282] = {.lex_state = 197}, - [3283] = {.lex_state = 197}, + [3279] = {.lex_state = 197}, + [3280] = {.lex_state = 197}, + [3281] = {.lex_state = 180}, + [3282] = {.lex_state = 184}, + [3283] = {.lex_state = 142}, [3284] = {.lex_state = 197}, - [3285] = {.lex_state = 197}, + [3285] = {.lex_state = 184}, [3286] = {.lex_state = 197}, - [3287] = {.lex_state = 197}, - [3288] = {.lex_state = 195}, + [3287] = {.lex_state = 180}, + [3288] = {.lex_state = 197}, [3289] = {.lex_state = 197}, [3290] = {.lex_state = 197}, [3291] = {.lex_state = 197}, [3292] = {.lex_state = 197}, - [3293] = {.lex_state = 180}, + [3293] = {.lex_state = 197}, [3294] = {.lex_state = 197}, [3295] = {.lex_state = 184}, - [3296] = {.lex_state = 184}, + [3296] = {.lex_state = 197}, [3297] = {.lex_state = 197}, - [3298] = {.lex_state = 180}, + [3298] = {.lex_state = 197}, [3299] = {.lex_state = 197}, [3300] = {.lex_state = 197}, [3301] = {.lex_state = 197}, [3302] = {.lex_state = 197}, - [3303] = {.lex_state = 197}, + [3303] = {.lex_state = 195}, [3304] = {.lex_state = 197}, [3305] = {.lex_state = 197}, - [3306] = {.lex_state = 142}, + [3306] = {.lex_state = 197}, [3307] = {.lex_state = 197}, [3308] = {.lex_state = 197}, [3309] = {.lex_state = 197}, [3310] = {.lex_state = 197}, - [3311] = {.lex_state = 184}, - [3312] = {.lex_state = 197}, - [3313] = {.lex_state = 184}, + [3311] = {.lex_state = 180}, + [3312] = {.lex_state = 195}, + [3313] = {.lex_state = 197}, [3314] = {.lex_state = 197}, [3315] = {.lex_state = 180}, - [3316] = {.lex_state = 195}, - [3317] = {.lex_state = 197}, + [3316] = {.lex_state = 197}, + [3317] = {.lex_state = 195}, [3318] = {.lex_state = 197}, - [3319] = {.lex_state = 197}, + [3319] = {.lex_state = 198}, [3320] = {.lex_state = 180}, [3321] = {.lex_state = 180}, - [3322] = {.lex_state = 180}, + [3322] = {.lex_state = 198}, [3323] = {.lex_state = 195}, - [3324] = {.lex_state = 198}, - [3325] = {.lex_state = 197}, - [3326] = {.lex_state = 198}, + [3324] = {.lex_state = 184}, + [3325] = {.lex_state = 181}, + [3326] = {.lex_state = 195}, [3327] = {.lex_state = 195}, [3328] = {.lex_state = 184}, - [3329] = {.lex_state = 184}, - [3330] = {.lex_state = 195}, + [3329] = {.lex_state = 195}, + [3330] = {.lex_state = 184}, [3331] = {.lex_state = 195}, [3332] = {.lex_state = 195}, - [3333] = {.lex_state = 184}, - [3334] = {.lex_state = 184}, + [3333] = {.lex_state = 195}, + [3334] = {.lex_state = 195}, [3335] = {.lex_state = 195}, [3336] = {.lex_state = 195}, - [3337] = {.lex_state = 181}, - [3338] = {.lex_state = 195}, + [3337] = {.lex_state = 184}, + [3338] = {.lex_state = 184}, [3339] = {.lex_state = 195}, - [3340] = {.lex_state = 195}, - [3341] = {.lex_state = 184}, + [3340] = {.lex_state = 184}, + [3341] = {.lex_state = 195}, [3342] = {.lex_state = 195}, - [3343] = {.lex_state = 184}, - [3344] = {.lex_state = 195}, + [3343] = {.lex_state = 195}, + [3344] = {.lex_state = 184}, [3345] = {.lex_state = 184}, [3346] = {.lex_state = 195}, - [3347] = {.lex_state = 195}, - [3348] = {.lex_state = 184}, - [3349] = {.lex_state = 184}, + [3347] = {.lex_state = 184}, + [3348] = {.lex_state = 195}, + [3349] = {.lex_state = 195}, [3350] = {.lex_state = 184}, - [3351] = {.lex_state = 184}, - [3352] = {.lex_state = 195}, + [3351] = {.lex_state = 195}, + [3352] = {.lex_state = 187}, [3353] = {.lex_state = 195}, [3354] = {.lex_state = 187}, [3355] = {.lex_state = 195}, @@ -21240,419 +21119,419 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3357] = {.lex_state = 184}, [3358] = {.lex_state = 184}, [3359] = {.lex_state = 195}, - [3360] = {.lex_state = 195}, + [3360] = {.lex_state = 184}, [3361] = {.lex_state = 195}, [3362] = {.lex_state = 195}, - [3363] = {.lex_state = 195}, + [3363] = {.lex_state = 184}, [3364] = {.lex_state = 184}, - [3365] = {.lex_state = 187}, - [3366] = {.lex_state = 184}, - [3367] = {.lex_state = 195}, - [3368] = {.lex_state = 195}, - [3369] = {.lex_state = 195}, - [3370] = {.lex_state = 184}, - [3371] = {.lex_state = 195}, - [3372] = {.lex_state = 195}, - [3373] = {.lex_state = 184}, - [3374] = {.lex_state = 195}, + [3365] = {.lex_state = 184}, + [3366] = {.lex_state = 195}, + [3367] = {.lex_state = 184}, + [3368] = {.lex_state = 184}, + [3369] = {.lex_state = 179}, + [3370] = {.lex_state = 195}, + [3371] = {.lex_state = 180}, + [3372] = {.lex_state = 180}, + [3373] = {.lex_state = 179}, + [3374] = {.lex_state = 184}, [3375] = {.lex_state = 195}, [3376] = {.lex_state = 195}, - [3377] = {.lex_state = 179}, - [3378] = {.lex_state = 179}, - [3379] = {.lex_state = 184}, - [3380] = {.lex_state = 184}, - [3381] = {.lex_state = 179}, + [3377] = {.lex_state = 186}, + [3378] = {.lex_state = 195}, + [3379] = {.lex_state = 195}, + [3380] = {.lex_state = 197}, + [3381] = {.lex_state = 184}, [3382] = {.lex_state = 195}, - [3383] = {.lex_state = 200}, + [3383] = {.lex_state = 184}, [3384] = {.lex_state = 197}, - [3385] = {.lex_state = 197}, + [3385] = {.lex_state = 200}, [3386] = {.lex_state = 195}, [3387] = {.lex_state = 195}, - [3388] = {.lex_state = 179}, - [3389] = {.lex_state = 180}, - [3390] = {.lex_state = 184}, - [3391] = {.lex_state = 186}, - [3392] = {.lex_state = 195}, + [3388] = {.lex_state = 195}, + [3389] = {.lex_state = 195}, + [3390] = {.lex_state = 195}, + [3391] = {.lex_state = 195}, + [3392] = {.lex_state = 179}, [3393] = {.lex_state = 195}, - [3394] = {.lex_state = 180}, - [3395] = {.lex_state = 195}, + [3394] = {.lex_state = 195}, + [3395] = {.lex_state = 179}, [3396] = {.lex_state = 195}, [3397] = {.lex_state = 195}, [3398] = {.lex_state = 195}, - [3399] = {.lex_state = 195}, + [3399] = {.lex_state = 197}, [3400] = {.lex_state = 184}, - [3401] = {.lex_state = 195}, - [3402] = {.lex_state = 180}, - [3403] = {.lex_state = 195}, + [3401] = {.lex_state = 197}, + [3402] = {.lex_state = 184}, + [3403] = {.lex_state = 197}, [3404] = {.lex_state = 184}, [3405] = {.lex_state = 195}, - [3406] = {.lex_state = 195}, - [3407] = {.lex_state = 179}, - [3408] = {.lex_state = 184}, - [3409] = {.lex_state = 197}, + [3406] = {.lex_state = 179}, + [3407] = {.lex_state = 195}, + [3408] = {.lex_state = 179}, + [3409] = {.lex_state = 184}, [3410] = {.lex_state = 195}, - [3411] = {.lex_state = 179}, - [3412] = {.lex_state = 179}, - [3413] = {.lex_state = 195}, - [3414] = {.lex_state = 195}, + [3411] = {.lex_state = 195}, + [3412] = {.lex_state = 195}, + [3413] = {.lex_state = 180}, + [3414] = {.lex_state = 179}, [3415] = {.lex_state = 195}, [3416] = {.lex_state = 195}, - [3417] = {.lex_state = 195}, + [3417] = {.lex_state = 197}, [3418] = {.lex_state = 184}, [3419] = {.lex_state = 195}, - [3420] = {.lex_state = 186}, - [3421] = {.lex_state = 184}, - [3422] = {.lex_state = 195}, - [3423] = {.lex_state = 184}, + [3420] = {.lex_state = 180}, + [3421] = {.lex_state = 195}, + [3422] = {.lex_state = 186}, + [3423] = {.lex_state = 179}, [3424] = {.lex_state = 197}, - [3425] = {.lex_state = 195}, - [3426] = {.lex_state = 195}, - [3427] = {.lex_state = 195}, - [3428] = {.lex_state = 180}, - [3429] = {.lex_state = 195}, - [3430] = {.lex_state = 195}, - [3431] = {.lex_state = 179}, + [3425] = {.lex_state = 197}, + [3426] = {.lex_state = 197}, + [3427] = {.lex_state = 197}, + [3428] = {.lex_state = 199}, + [3429] = {.lex_state = 197}, + [3430] = {.lex_state = 199}, + [3431] = {.lex_state = 197}, [3432] = {.lex_state = 197}, [3433] = {.lex_state = 197}, [3434] = {.lex_state = 197}, - [3435] = {.lex_state = 184}, - [3436] = {.lex_state = 199}, + [3435] = {.lex_state = 199}, + [3436] = {.lex_state = 197}, [3437] = {.lex_state = 197}, [3438] = {.lex_state = 197}, - [3439] = {.lex_state = 197}, + [3439] = {.lex_state = 199}, [3440] = {.lex_state = 197}, [3441] = {.lex_state = 197}, [3442] = {.lex_state = 197}, - [3443] = {.lex_state = 184}, - [3444] = {.lex_state = 184}, - [3445] = {.lex_state = 184}, - [3446] = {.lex_state = 197}, - [3447] = {.lex_state = 180}, - [3448] = {.lex_state = 180}, - [3449] = {.lex_state = 184}, - [3450] = {.lex_state = 180}, + [3443] = {.lex_state = 197}, + [3444] = {.lex_state = 197}, + [3445] = {.lex_state = 197}, + [3446] = {.lex_state = 180}, + [3447] = {.lex_state = 197}, + [3448] = {.lex_state = 199}, + [3449] = {.lex_state = 180}, + [3450] = {.lex_state = 195}, [3451] = {.lex_state = 197}, [3452] = {.lex_state = 197}, [3453] = {.lex_state = 180}, - [3454] = {.lex_state = 197}, + [3454] = {.lex_state = 199}, [3455] = {.lex_state = 197}, - [3456] = {.lex_state = 199}, - [3457] = {.lex_state = 184}, + [3456] = {.lex_state = 197}, + [3457] = {.lex_state = 197}, [3458] = {.lex_state = 197}, [3459] = {.lex_state = 197}, - [3460] = {.lex_state = 197}, - [3461] = {.lex_state = 199}, + [3460] = {.lex_state = 199}, + [3461] = {.lex_state = 197}, [3462] = {.lex_state = 197}, [3463] = {.lex_state = 197}, - [3464] = {.lex_state = 197}, - [3465] = {.lex_state = 195}, + [3464] = {.lex_state = 180}, + [3465] = {.lex_state = 180}, [3466] = {.lex_state = 197}, - [3467] = {.lex_state = 184}, + [3467] = {.lex_state = 197}, [3468] = {.lex_state = 197}, [3469] = {.lex_state = 197}, - [3470] = {.lex_state = 197}, - [3471] = {.lex_state = 197}, + [3470] = {.lex_state = 184}, + [3471] = {.lex_state = 180}, [3472] = {.lex_state = 197}, [3473] = {.lex_state = 197}, [3474] = {.lex_state = 197}, [3475] = {.lex_state = 197}, [3476] = {.lex_state = 197}, [3477] = {.lex_state = 197}, - [3478] = {.lex_state = 197}, - [3479] = {.lex_state = 197}, - [3480] = {.lex_state = 197}, - [3481] = {.lex_state = 197}, - [3482] = {.lex_state = 184}, + [3478] = {.lex_state = 184}, + [3479] = {.lex_state = 195}, + [3480] = {.lex_state = 184}, + [3481] = {.lex_state = 184}, + [3482] = {.lex_state = 197}, [3483] = {.lex_state = 197}, - [3484] = {.lex_state = 180}, - [3485] = {.lex_state = 197}, - [3486] = {.lex_state = 184}, + [3484] = {.lex_state = 184}, + [3485] = {.lex_state = 184}, + [3486] = {.lex_state = 197}, [3487] = {.lex_state = 184}, [3488] = {.lex_state = 197}, - [3489] = {.lex_state = 195}, - [3490] = {.lex_state = 180}, + [3489] = {.lex_state = 184}, + [3490] = {.lex_state = 197}, [3491] = {.lex_state = 197}, - [3492] = {.lex_state = 184}, - [3493] = {.lex_state = 199}, + [3492] = {.lex_state = 197}, + [3493] = {.lex_state = 197}, [3494] = {.lex_state = 180}, - [3495] = {.lex_state = 199}, - [3496] = {.lex_state = 199}, - [3497] = {.lex_state = 197}, - [3498] = {.lex_state = 199}, - [3499] = {.lex_state = 197}, - [3500] = {.lex_state = 199}, + [3495] = {.lex_state = 197}, + [3496] = {.lex_state = 197}, + [3497] = {.lex_state = 184}, + [3498] = {.lex_state = 180}, + [3499] = {.lex_state = 184}, + [3500] = {.lex_state = 197}, [3501] = {.lex_state = 197}, - [3502] = {.lex_state = 197}, + [3502] = {.lex_state = 180}, [3503] = {.lex_state = 197}, - [3504] = {.lex_state = 197}, - [3505] = {.lex_state = 180}, - [3506] = {.lex_state = 195}, - [3507] = {.lex_state = 197}, + [3504] = {.lex_state = 184}, + [3505] = {.lex_state = 197}, + [3506] = {.lex_state = 199}, + [3507] = {.lex_state = 184}, [3508] = {.lex_state = 197}, [3509] = {.lex_state = 199}, [3510] = {.lex_state = 197}, - [3511] = {.lex_state = 197}, + [3511] = {.lex_state = 199}, [3512] = {.lex_state = 197}, - [3513] = {.lex_state = 184}, - [3514] = {.lex_state = 197}, - [3515] = {.lex_state = 180}, - [3516] = {.lex_state = 197}, - [3517] = {.lex_state = 197}, - [3518] = {.lex_state = 197}, - [3519] = {.lex_state = 197}, - [3520] = {.lex_state = 180}, - [3521] = {.lex_state = 184}, - [3522] = {.lex_state = 184}, + [3513] = {.lex_state = 197}, + [3514] = {.lex_state = 199}, + [3515] = {.lex_state = 197}, + [3516] = {.lex_state = 195}, + [3517] = {.lex_state = 184}, + [3518] = {.lex_state = 184}, + [3519] = {.lex_state = 180}, + [3520] = {.lex_state = 197}, + [3521] = {.lex_state = 199}, + [3522] = {.lex_state = 197}, [3523] = {.lex_state = 184}, - [3524] = {.lex_state = 197}, - [3525] = {.lex_state = 180}, + [3524] = {.lex_state = 184}, + [3525] = {.lex_state = 184}, [3526] = {.lex_state = 197}, [3527] = {.lex_state = 197}, - [3528] = {.lex_state = 197}, - [3529] = {.lex_state = 197}, - [3530] = {.lex_state = 180}, - [3531] = {.lex_state = 199}, + [3528] = {.lex_state = 184}, + [3529] = {.lex_state = 184}, + [3530] = {.lex_state = 184}, + [3531] = {.lex_state = 180}, [3532] = {.lex_state = 184}, - [3533] = {.lex_state = 184}, - [3534] = {.lex_state = 199}, - [3535] = {.lex_state = 184}, + [3533] = {.lex_state = 197}, + [3534] = {.lex_state = 184}, + [3535] = {.lex_state = 180}, [3536] = {.lex_state = 180}, - [3537] = {.lex_state = 180}, + [3537] = {.lex_state = 197}, [3538] = {.lex_state = 184}, - [3539] = {.lex_state = 197}, - [3540] = {.lex_state = 180}, - [3541] = {.lex_state = 184}, - [3542] = {.lex_state = 197}, - [3543] = {.lex_state = 197}, - [3544] = {.lex_state = 180}, - [3545] = {.lex_state = 184}, - [3546] = {.lex_state = 180}, - [3547] = {.lex_state = 184}, - [3548] = {.lex_state = 184}, - [3549] = {.lex_state = 184}, + [3539] = {.lex_state = 180}, + [3540] = {.lex_state = 197}, + [3541] = {.lex_state = 197}, + [3542] = {.lex_state = 184}, + [3543] = {.lex_state = 184}, + [3544] = {.lex_state = 184}, + [3545] = {.lex_state = 180}, + [3546] = {.lex_state = 197}, + [3547] = {.lex_state = 179}, + [3548] = {.lex_state = 199}, + [3549] = {.lex_state = 180}, [3550] = {.lex_state = 184}, - [3551] = {.lex_state = 197}, - [3552] = {.lex_state = 197}, + [3551] = {.lex_state = 184}, + [3552] = {.lex_state = 199}, [3553] = {.lex_state = 184}, - [3554] = {.lex_state = 197}, - [3555] = {.lex_state = 184}, - [3556] = {.lex_state = 184}, - [3557] = {.lex_state = 180}, - [3558] = {.lex_state = 197}, - [3559] = {.lex_state = 180}, - [3560] = {.lex_state = 197}, - [3561] = {.lex_state = 197}, - [3562] = {.lex_state = 199}, - [3563] = {.lex_state = 180}, - [3564] = {.lex_state = 199}, - [3565] = {.lex_state = 199}, - [3566] = {.lex_state = 180}, - [3567] = {.lex_state = 199}, - [3568] = {.lex_state = 184}, + [3554] = {.lex_state = 184}, + [3555] = {.lex_state = 179}, + [3556] = {.lex_state = 199}, + [3557] = {.lex_state = 184}, + [3558] = {.lex_state = 184}, + [3559] = {.lex_state = 179}, + [3560] = {.lex_state = 180}, + [3561] = {.lex_state = 184}, + [3562] = {.lex_state = 197}, + [3563] = {.lex_state = 179}, + [3564] = {.lex_state = 180}, + [3565] = {.lex_state = 184}, + [3566] = {.lex_state = 184}, + [3567] = {.lex_state = 184}, + [3568] = {.lex_state = 180}, [3569] = {.lex_state = 184}, - [3570] = {.lex_state = 199}, - [3571] = {.lex_state = 199}, - [3572] = {.lex_state = 180}, + [3570] = {.lex_state = 180}, + [3571] = {.lex_state = 184}, + [3572] = {.lex_state = 184}, [3573] = {.lex_state = 199}, - [3574] = {.lex_state = 184}, - [3575] = {.lex_state = 199}, - [3576] = {.lex_state = 179}, - [3577] = {.lex_state = 180}, - [3578] = {.lex_state = 179}, - [3579] = {.lex_state = 184}, - [3580] = {.lex_state = 179}, + [3574] = {.lex_state = 179}, + [3575] = {.lex_state = 184}, + [3576] = {.lex_state = 199}, + [3577] = {.lex_state = 184}, + [3578] = {.lex_state = 184}, + [3579] = {.lex_state = 179}, + [3580] = {.lex_state = 184}, [3581] = {.lex_state = 179}, [3582] = {.lex_state = 180}, [3583] = {.lex_state = 184}, - [3584] = {.lex_state = 184}, - [3585] = {.lex_state = 184}, - [3586] = {.lex_state = 197}, - [3587] = {.lex_state = 180}, - [3588] = {.lex_state = 184}, - [3589] = {.lex_state = 184}, + [3584] = {.lex_state = 179}, + [3585] = {.lex_state = 199}, + [3586] = {.lex_state = 199}, + [3587] = {.lex_state = 199}, + [3588] = {.lex_state = 179}, + [3589] = {.lex_state = 199}, [3590] = {.lex_state = 184}, - [3591] = {.lex_state = 184}, + [3591] = {.lex_state = 180}, [3592] = {.lex_state = 184}, [3593] = {.lex_state = 180}, [3594] = {.lex_state = 184}, - [3595] = {.lex_state = 184}, - [3596] = {.lex_state = 179}, - [3597] = {.lex_state = 184}, + [3595] = {.lex_state = 180}, + [3596] = {.lex_state = 184}, + [3597] = {.lex_state = 199}, [3598] = {.lex_state = 184}, - [3599] = {.lex_state = 184}, - [3600] = {.lex_state = 179}, - [3601] = {.lex_state = 179}, - [3602] = {.lex_state = 199}, - [3603] = {.lex_state = 179}, - [3604] = {.lex_state = 199}, - [3605] = {.lex_state = 179}, + [3599] = {.lex_state = 180}, + [3600] = {.lex_state = 180}, + [3601] = {.lex_state = 184}, + [3602] = {.lex_state = 180}, + [3603] = {.lex_state = 180}, + [3604] = {.lex_state = 180}, + [3605] = {.lex_state = 180}, [3606] = {.lex_state = 184}, - [3607] = {.lex_state = 180}, + [3607] = {.lex_state = 199}, [3608] = {.lex_state = 180}, [3609] = {.lex_state = 180}, [3610] = {.lex_state = 180}, - [3611] = {.lex_state = 180}, - [3612] = {.lex_state = 180}, - [3613] = {.lex_state = 180}, + [3611] = {.lex_state = 184}, + [3612] = {.lex_state = 184}, + [3613] = {.lex_state = 184}, [3614] = {.lex_state = 184}, - [3615] = {.lex_state = 180}, - [3616] = {.lex_state = 180}, + [3615] = {.lex_state = 184}, + [3616] = {.lex_state = 184}, [3617] = {.lex_state = 180}, [3618] = {.lex_state = 184}, - [3619] = {.lex_state = 184}, - [3620] = {.lex_state = 180}, - [3621] = {.lex_state = 179}, + [3619] = {.lex_state = 180}, + [3620] = {.lex_state = 184}, + [3621] = {.lex_state = 184}, [3622] = {.lex_state = 180}, - [3623] = {.lex_state = 184}, + [3623] = {.lex_state = 197}, [3624] = {.lex_state = 184}, - [3625] = {.lex_state = 184}, - [3626] = {.lex_state = 184}, + [3625] = {.lex_state = 180}, + [3626] = {.lex_state = 180}, [3627] = {.lex_state = 184}, - [3628] = {.lex_state = 184}, - [3629] = {.lex_state = 184}, - [3630] = {.lex_state = 199}, - [3631] = {.lex_state = 184}, + [3628] = {.lex_state = 197}, + [3629] = {.lex_state = 180}, + [3630] = {.lex_state = 179}, + [3631] = {.lex_state = 180}, [3632] = {.lex_state = 184}, [3633] = {.lex_state = 184}, [3634] = {.lex_state = 184}, - [3635] = {.lex_state = 180}, - [3636] = {.lex_state = 180}, - [3637] = {.lex_state = 180}, - [3638] = {.lex_state = 180}, - [3639] = {.lex_state = 180}, - [3640] = {.lex_state = 184}, + [3635] = {.lex_state = 184}, + [3636] = {.lex_state = 197}, + [3637] = {.lex_state = 184}, + [3638] = {.lex_state = 200}, + [3639] = {.lex_state = 184}, + [3640] = {.lex_state = 180}, [3641] = {.lex_state = 184}, [3642] = {.lex_state = 184}, - [3643] = {.lex_state = 180}, - [3644] = {.lex_state = 180}, + [3643] = {.lex_state = 184}, + [3644] = {.lex_state = 184}, [3645] = {.lex_state = 184}, - [3646] = {.lex_state = 199}, + [3646] = {.lex_state = 184}, [3647] = {.lex_state = 184}, [3648] = {.lex_state = 184}, - [3649] = {.lex_state = 199}, + [3649] = {.lex_state = 184}, [3650] = {.lex_state = 180}, - [3651] = {.lex_state = 180}, + [3651] = {.lex_state = 184}, [3652] = {.lex_state = 184}, [3653] = {.lex_state = 184}, [3654] = {.lex_state = 180}, [3655] = {.lex_state = 184}, - [3656] = {.lex_state = 180}, - [3657] = {.lex_state = 184}, - [3658] = {.lex_state = 180}, - [3659] = {.lex_state = 184}, + [3656] = {.lex_state = 199}, + [3657] = {.lex_state = 180}, + [3658] = {.lex_state = 184}, + [3659] = {.lex_state = 180}, [3660] = {.lex_state = 180}, - [3661] = {.lex_state = 184}, + [3661] = {.lex_state = 180}, [3662] = {.lex_state = 184}, [3663] = {.lex_state = 184}, - [3664] = {.lex_state = 180}, + [3664] = {.lex_state = 184}, [3665] = {.lex_state = 184}, [3666] = {.lex_state = 184}, [3667] = {.lex_state = 184}, [3668] = {.lex_state = 184}, [3669] = {.lex_state = 184}, - [3670] = {.lex_state = 180}, + [3670] = {.lex_state = 184}, [3671] = {.lex_state = 184}, - [3672] = {.lex_state = 184}, + [3672] = {.lex_state = 199}, [3673] = {.lex_state = 184}, [3674] = {.lex_state = 184}, [3675] = {.lex_state = 184}, [3676] = {.lex_state = 184}, [3677] = {.lex_state = 184}, [3678] = {.lex_state = 184}, - [3679] = {.lex_state = 184}, + [3679] = {.lex_state = 180}, [3680] = {.lex_state = 184}, [3681] = {.lex_state = 184}, [3682] = {.lex_state = 184}, - [3683] = {.lex_state = 184}, - [3684] = {.lex_state = 180}, - [3685] = {.lex_state = 180}, - [3686] = {.lex_state = 184}, - [3687] = {.lex_state = 184}, - [3688] = {.lex_state = 199}, - [3689] = {.lex_state = 184}, + [3683] = {.lex_state = 180}, + [3684] = {.lex_state = 184}, + [3685] = {.lex_state = 199}, + [3686] = {.lex_state = 180}, + [3687] = {.lex_state = 180}, + [3688] = {.lex_state = 180}, + [3689] = {.lex_state = 180}, [3690] = {.lex_state = 184}, - [3691] = {.lex_state = 184}, + [3691] = {.lex_state = 180}, [3692] = {.lex_state = 184}, - [3693] = {.lex_state = 180}, + [3693] = {.lex_state = 184}, [3694] = {.lex_state = 184}, [3695] = {.lex_state = 184}, - [3696] = {.lex_state = 197}, + [3696] = {.lex_state = 184}, [3697] = {.lex_state = 197}, - [3698] = {.lex_state = 184}, + [3698] = {.lex_state = 180}, [3699] = {.lex_state = 184}, [3700] = {.lex_state = 184}, - [3701] = {.lex_state = 180}, + [3701] = {.lex_state = 184}, [3702] = {.lex_state = 184}, - [3703] = {.lex_state = 197}, + [3703] = {.lex_state = 180}, [3704] = {.lex_state = 184}, - [3705] = {.lex_state = 184}, + [3705] = {.lex_state = 180}, [3706] = {.lex_state = 184}, - [3707] = {.lex_state = 197}, + [3707] = {.lex_state = 180}, [3708] = {.lex_state = 184}, - [3709] = {.lex_state = 184}, + [3709] = {.lex_state = 197}, [3710] = {.lex_state = 184}, - [3711] = {.lex_state = 197}, - [3712] = {.lex_state = 184}, + [3711] = {.lex_state = 180}, + [3712] = {.lex_state = 180}, [3713] = {.lex_state = 184}, - [3714] = {.lex_state = 180}, - [3715] = {.lex_state = 180}, + [3714] = {.lex_state = 184}, + [3715] = {.lex_state = 184}, [3716] = {.lex_state = 184}, [3717] = {.lex_state = 180}, - [3718] = {.lex_state = 184}, - [3719] = {.lex_state = 180}, - [3720] = {.lex_state = 184}, - [3721] = {.lex_state = 180}, + [3718] = {.lex_state = 199}, + [3719] = {.lex_state = 184}, + [3720] = {.lex_state = 180}, + [3721] = {.lex_state = 184}, [3722] = {.lex_state = 184}, [3723] = {.lex_state = 180}, - [3724] = {.lex_state = 184}, - [3725] = {.lex_state = 199}, + [3724] = {.lex_state = 180}, + [3725] = {.lex_state = 180}, [3726] = {.lex_state = 184}, [3727] = {.lex_state = 184}, - [3728] = {.lex_state = 184}, - [3729] = {.lex_state = 184}, + [3728] = {.lex_state = 180}, + [3729] = {.lex_state = 180}, [3730] = {.lex_state = 180}, [3731] = {.lex_state = 180}, - [3732] = {.lex_state = 184}, - [3733] = {.lex_state = 190}, + [3732] = {.lex_state = 180}, + [3733] = {.lex_state = 184}, [3734] = {.lex_state = 184}, - [3735] = {.lex_state = 180}, - [3736] = {.lex_state = 180}, + [3735] = {.lex_state = 184}, + [3736] = {.lex_state = 184}, [3737] = {.lex_state = 184}, [3738] = {.lex_state = 180}, - [3739] = {.lex_state = 190}, - [3740] = {.lex_state = 180}, - [3741] = {.lex_state = 180}, + [3739] = {.lex_state = 184}, + [3740] = {.lex_state = 190}, + [3741] = {.lex_state = 184}, [3742] = {.lex_state = 184}, [3743] = {.lex_state = 184}, [3744] = {.lex_state = 184}, - [3745] = {.lex_state = 180}, + [3745] = {.lex_state = 184}, [3746] = {.lex_state = 184}, [3747] = {.lex_state = 184}, [3748] = {.lex_state = 180}, - [3749] = {.lex_state = 184}, - [3750] = {.lex_state = 180}, - [3751] = {.lex_state = 180}, + [3749] = {.lex_state = 180}, + [3750] = {.lex_state = 184}, + [3751] = {.lex_state = 184}, [3752] = {.lex_state = 180}, - [3753] = {.lex_state = 184}, - [3754] = {.lex_state = 180}, + [3753] = {.lex_state = 180}, + [3754] = {.lex_state = 197}, [3755] = {.lex_state = 180}, [3756] = {.lex_state = 184}, - [3757] = {.lex_state = 197}, - [3758] = {.lex_state = 180}, - [3759] = {.lex_state = 180}, - [3760] = {.lex_state = 180}, - [3761] = {.lex_state = 184}, + [3757] = {.lex_state = 184}, + [3758] = {.lex_state = 184}, + [3759] = {.lex_state = 184}, + [3760] = {.lex_state = 184}, + [3761] = {.lex_state = 180}, [3762] = {.lex_state = 184}, - [3763] = {.lex_state = 184}, + [3763] = {.lex_state = 190}, [3764] = {.lex_state = 184}, - [3765] = {.lex_state = 199}, + [3765] = {.lex_state = 184}, [3766] = {.lex_state = 184}, [3767] = {.lex_state = 184}, - [3768] = {.lex_state = 184}, - [3769] = {.lex_state = 180}, + [3768] = {.lex_state = 180}, + [3769] = {.lex_state = 184}, [3770] = {.lex_state = 184}, [3771] = {.lex_state = 184}, - [3772] = {.lex_state = 184}, + [3772] = {.lex_state = 180}, [3773] = {.lex_state = 184}, [3774] = {.lex_state = 184}, [3775] = {.lex_state = 184}, @@ -21662,45 +21541,45 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3779] = {.lex_state = 184}, [3780] = {.lex_state = 184}, [3781] = {.lex_state = 184}, - [3782] = {.lex_state = 180}, + [3782] = {.lex_state = 184}, [3783] = {.lex_state = 184}, - [3784] = {.lex_state = 200}, + [3784] = {.lex_state = 197}, [3785] = {.lex_state = 184}, - [3786] = {.lex_state = 184}, - [3787] = {.lex_state = 184}, - [3788] = {.lex_state = 184}, + [3786] = {.lex_state = 180}, + [3787] = {.lex_state = 197}, + [3788] = {.lex_state = 199}, [3789] = {.lex_state = 184}, [3790] = {.lex_state = 184}, [3791] = {.lex_state = 184}, - [3792] = {.lex_state = 199}, + [3792] = {.lex_state = 184}, [3793] = {.lex_state = 180}, [3794] = {.lex_state = 184}, [3795] = {.lex_state = 184}, - [3796] = {.lex_state = 184}, - [3797] = {.lex_state = 184}, + [3796] = {.lex_state = 180}, + [3797] = {.lex_state = 180}, [3798] = {.lex_state = 184}, - [3799] = {.lex_state = 180}, + [3799] = {.lex_state = 184}, [3800] = {.lex_state = 184}, [3801] = {.lex_state = 184}, [3802] = {.lex_state = 184}, [3803] = {.lex_state = 184}, - [3804] = {.lex_state = 180}, - [3805] = {.lex_state = 180}, + [3804] = {.lex_state = 184}, + [3805] = {.lex_state = 184}, [3806] = {.lex_state = 184}, - [3807] = {.lex_state = 184}, + [3807] = {.lex_state = 180}, [3808] = {.lex_state = 184}, [3809] = {.lex_state = 184}, - [3810] = {.lex_state = 180}, + [3810] = {.lex_state = 197}, [3811] = {.lex_state = 184}, [3812] = {.lex_state = 180}, - [3813] = {.lex_state = 199}, - [3814] = {.lex_state = 199}, + [3813] = {.lex_state = 184}, + [3814] = {.lex_state = 184}, [3815] = {.lex_state = 184}, - [3816] = {.lex_state = 179}, + [3816] = {.lex_state = 180}, [3817] = {.lex_state = 184}, [3818] = {.lex_state = 184}, [3819] = {.lex_state = 184}, - [3820] = {.lex_state = 180}, + [3820] = {.lex_state = 184}, [3821] = {.lex_state = 184}, [3822] = {.lex_state = 184}, [3823] = {.lex_state = 184}, @@ -21711,129 +21590,129 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3828] = {.lex_state = 184}, [3829] = {.lex_state = 184}, [3830] = {.lex_state = 184}, - [3831] = {.lex_state = 180}, + [3831] = {.lex_state = 184}, [3832] = {.lex_state = 184}, - [3833] = {.lex_state = 180}, + [3833] = {.lex_state = 184}, [3834] = {.lex_state = 184}, - [3835] = {.lex_state = 180}, - [3836] = {.lex_state = 179}, + [3835] = {.lex_state = 184}, + [3836] = {.lex_state = 180}, [3837] = {.lex_state = 184}, - [3838] = {.lex_state = 184}, - [3839] = {.lex_state = 199}, + [3838] = {.lex_state = 180}, + [3839] = {.lex_state = 184}, [3840] = {.lex_state = 184}, - [3841] = {.lex_state = 179}, - [3842] = {.lex_state = 184}, + [3841] = {.lex_state = 184}, + [3842] = {.lex_state = 197}, [3843] = {.lex_state = 184}, [3844] = {.lex_state = 184}, [3845] = {.lex_state = 184}, [3846] = {.lex_state = 184}, [3847] = {.lex_state = 184}, - [3848] = {.lex_state = 184}, + [3848] = {.lex_state = 180}, [3849] = {.lex_state = 184}, [3850] = {.lex_state = 184}, [3851] = {.lex_state = 184}, - [3852] = {.lex_state = 184}, + [3852] = {.lex_state = 180}, [3853] = {.lex_state = 184}, [3854] = {.lex_state = 184}, [3855] = {.lex_state = 184}, [3856] = {.lex_state = 184}, [3857] = {.lex_state = 184}, - [3858] = {.lex_state = 184}, + [3858] = {.lex_state = 197}, [3859] = {.lex_state = 184}, [3860] = {.lex_state = 184}, [3861] = {.lex_state = 184}, - [3862] = {.lex_state = 180}, - [3863] = {.lex_state = 180}, - [3864] = {.lex_state = 184}, - [3865] = {.lex_state = 180}, + [3862] = {.lex_state = 179}, + [3863] = {.lex_state = 184}, + [3864] = {.lex_state = 180}, + [3865] = {.lex_state = 184}, [3866] = {.lex_state = 184}, - [3867] = {.lex_state = 180}, + [3867] = {.lex_state = 184}, [3868] = {.lex_state = 184}, [3869] = {.lex_state = 184}, - [3870] = {.lex_state = 180}, + [3870] = {.lex_state = 184}, [3871] = {.lex_state = 184}, [3872] = {.lex_state = 197}, [3873] = {.lex_state = 184}, - [3874] = {.lex_state = 184}, - [3875] = {.lex_state = 197}, - [3876] = {.lex_state = 184}, - [3877] = {.lex_state = 180}, + [3874] = {.lex_state = 179}, + [3875] = {.lex_state = 199}, + [3876] = {.lex_state = 199}, + [3877] = {.lex_state = 184}, [3878] = {.lex_state = 184}, [3879] = {.lex_state = 184}, - [3880] = {.lex_state = 184}, + [3880] = {.lex_state = 180}, [3881] = {.lex_state = 184}, - [3882] = {.lex_state = 179}, + [3882] = {.lex_state = 184}, [3883] = {.lex_state = 184}, - [3884] = {.lex_state = 184}, - [3885] = {.lex_state = 184}, + [3884] = {.lex_state = 180}, + [3885] = {.lex_state = 197}, [3886] = {.lex_state = 184}, - [3887] = {.lex_state = 180}, + [3887] = {.lex_state = 184}, [3888] = {.lex_state = 184}, [3889] = {.lex_state = 184}, - [3890] = {.lex_state = 184}, + [3890] = {.lex_state = 180}, [3891] = {.lex_state = 184}, - [3892] = {.lex_state = 184}, + [3892] = {.lex_state = 180}, [3893] = {.lex_state = 179}, [3894] = {.lex_state = 184}, [3895] = {.lex_state = 184}, [3896] = {.lex_state = 184}, [3897] = {.lex_state = 184}, [3898] = {.lex_state = 184}, - [3899] = {.lex_state = 180}, + [3899] = {.lex_state = 179}, [3900] = {.lex_state = 184}, [3901] = {.lex_state = 184}, - [3902] = {.lex_state = 184}, + [3902] = {.lex_state = 180}, [3903] = {.lex_state = 184}, - [3904] = {.lex_state = 184}, + [3904] = {.lex_state = 197}, [3905] = {.lex_state = 184}, [3906] = {.lex_state = 184}, [3907] = {.lex_state = 184}, [3908] = {.lex_state = 184}, [3909] = {.lex_state = 184}, [3910] = {.lex_state = 184}, - [3911] = {.lex_state = 197}, + [3911] = {.lex_state = 184}, [3912] = {.lex_state = 184}, - [3913] = {.lex_state = 184}, + [3913] = {.lex_state = 180}, [3914] = {.lex_state = 184}, - [3915] = {.lex_state = 179}, + [3915] = {.lex_state = 184}, [3916] = {.lex_state = 180}, [3917] = {.lex_state = 184}, - [3918] = {.lex_state = 179}, - [3919] = {.lex_state = 184}, + [3918] = {.lex_state = 184}, + [3919] = {.lex_state = 179}, [3920] = {.lex_state = 184}, [3921] = {.lex_state = 184}, [3922] = {.lex_state = 184}, [3923] = {.lex_state = 184}, - [3924] = {.lex_state = 180}, + [3924] = {.lex_state = 184}, [3925] = {.lex_state = 184}, - [3926] = {.lex_state = 180}, + [3926] = {.lex_state = 184}, [3927] = {.lex_state = 184}, [3928] = {.lex_state = 184}, [3929] = {.lex_state = 184}, - [3930] = {.lex_state = 184}, + [3930] = {.lex_state = 180}, [3931] = {.lex_state = 184}, [3932] = {.lex_state = 184}, [3933] = {.lex_state = 184}, - [3934] = {.lex_state = 179}, - [3935] = {.lex_state = 184}, - [3936] = {.lex_state = 197}, + [3934] = {.lex_state = 184}, + [3935] = {.lex_state = 179}, + [3936] = {.lex_state = 179}, [3937] = {.lex_state = 184}, - [3938] = {.lex_state = 184}, + [3938] = {.lex_state = 180}, [3939] = {.lex_state = 184}, - [3940] = {.lex_state = 179}, + [3940] = {.lex_state = 184}, [3941] = {.lex_state = 184}, - [3942] = {.lex_state = 184}, + [3942] = {.lex_state = 179}, [3943] = {.lex_state = 184}, - [3944] = {.lex_state = 184}, + [3944] = {.lex_state = 180}, [3945] = {.lex_state = 184}, [3946] = {.lex_state = 184}, [3947] = {.lex_state = 184}, [3948] = {.lex_state = 184}, [3949] = {.lex_state = 184}, - [3950] = {.lex_state = 184}, - [3951] = {.lex_state = 197}, - [3952] = {.lex_state = 184}, - [3953] = {.lex_state = 197}, + [3950] = {.lex_state = 180}, + [3951] = {.lex_state = 199}, + [3952] = {.lex_state = 180}, + [3953] = {.lex_state = 179}, [3954] = {.lex_state = 184}, [3955] = {.lex_state = 179}, [3956] = {.lex_state = 184}, @@ -21841,69 +21720,69 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3958] = {.lex_state = 184}, [3959] = {.lex_state = 180}, [3960] = {.lex_state = 184}, - [3961] = {.lex_state = 184}, + [3961] = {.lex_state = 180}, [3962] = {.lex_state = 184}, [3963] = {.lex_state = 184}, [3964] = {.lex_state = 184}, [3965] = {.lex_state = 184}, [3966] = {.lex_state = 184}, - [3967] = {.lex_state = 184}, + [3967] = {.lex_state = 180}, [3968] = {.lex_state = 180}, - [3969] = {.lex_state = 180}, + [3969] = {.lex_state = 184}, [3970] = {.lex_state = 184}, [3971] = {.lex_state = 184}, [3972] = {.lex_state = 184}, [3973] = {.lex_state = 184}, [3974] = {.lex_state = 184}, - [3975] = {.lex_state = 184}, - [3976] = {.lex_state = 184}, - [3977] = {.lex_state = 180}, - [3978] = {.lex_state = 184}, - [3979] = {.lex_state = 184}, - [3980] = {.lex_state = 184}, - [3981] = {.lex_state = 180}, - [3982] = {.lex_state = 180}, - [3983] = {.lex_state = 184}, - [3984] = {.lex_state = 197}, - [3985] = {.lex_state = 197}, - [3986] = {.lex_state = 180}, + [3975] = {.lex_state = 199}, + [3976] = {.lex_state = 199}, + [3977] = {.lex_state = 199}, + [3978] = {.lex_state = 199}, + [3979] = {.lex_state = 199}, + [3980] = {.lex_state = 199}, + [3981] = {.lex_state = 199}, + [3982] = {.lex_state = 199}, + [3983] = {.lex_state = 199}, + [3984] = {.lex_state = 199}, + [3985] = {.lex_state = 199}, + [3986] = {.lex_state = 199}, [3987] = {.lex_state = 199}, - [3988] = {.lex_state = 184}, + [3988] = {.lex_state = 199}, [3989] = {.lex_state = 199}, - [3990] = {.lex_state = 180}, - [3991] = {.lex_state = 180}, - [3992] = {.lex_state = 184}, - [3993] = {.lex_state = 184}, + [3990] = {.lex_state = 199}, + [3991] = {.lex_state = 199}, + [3992] = {.lex_state = 199}, + [3993] = {.lex_state = 199}, [3994] = {.lex_state = 199}, - [3995] = {.lex_state = 199}, + [3995] = {.lex_state = 197}, [3996] = {.lex_state = 199}, [3997] = {.lex_state = 199}, [3998] = {.lex_state = 199}, [3999] = {.lex_state = 199}, [4000] = {.lex_state = 199}, - [4001] = {.lex_state = 195}, + [4001] = {.lex_state = 199}, [4002] = {.lex_state = 199}, - [4003] = {.lex_state = 199}, + [4003] = {.lex_state = 195}, [4004] = {.lex_state = 199}, - [4005] = {.lex_state = 197}, - [4006] = {.lex_state = 199}, + [4005] = {.lex_state = 199}, + [4006] = {.lex_state = 179}, [4007] = {.lex_state = 199}, [4008] = {.lex_state = 199}, [4009] = {.lex_state = 199}, - [4010] = {.lex_state = 197}, - [4011] = {.lex_state = 199}, + [4010] = {.lex_state = 199}, + [4011] = {.lex_state = 197}, [4012] = {.lex_state = 199}, [4013] = {.lex_state = 199}, [4014] = {.lex_state = 199}, [4015] = {.lex_state = 199}, [4016] = {.lex_state = 199}, - [4017] = {.lex_state = 199}, + [4017] = {.lex_state = 197}, [4018] = {.lex_state = 199}, [4019] = {.lex_state = 199}, [4020] = {.lex_state = 199}, [4021] = {.lex_state = 199}, - [4022] = {.lex_state = 199}, - [4023] = {.lex_state = 199}, + [4022] = {.lex_state = 197}, + [4023] = {.lex_state = 179}, [4024] = {.lex_state = 199}, [4025] = {.lex_state = 199}, [4026] = {.lex_state = 199}, @@ -21912,8 +21791,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4029] = {.lex_state = 199}, [4030] = {.lex_state = 199}, [4031] = {.lex_state = 199}, - [4032] = {.lex_state = 199}, - [4033] = {.lex_state = 197}, + [4032] = {.lex_state = 197}, + [4033] = {.lex_state = 199}, [4034] = {.lex_state = 199}, [4035] = {.lex_state = 199}, [4036] = {.lex_state = 199}, @@ -21924,657 +21803,657 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4041] = {.lex_state = 199}, [4042] = {.lex_state = 199}, [4043] = {.lex_state = 199}, - [4044] = {.lex_state = 199}, + [4044] = {.lex_state = 197}, [4045] = {.lex_state = 199}, [4046] = {.lex_state = 199}, - [4047] = {.lex_state = 199}, - [4048] = {.lex_state = 199}, - [4049] = {.lex_state = 199}, + [4047] = {.lex_state = 179}, + [4048] = {.lex_state = 178}, + [4049] = {.lex_state = 197}, [4050] = {.lex_state = 199}, [4051] = {.lex_state = 199}, [4052] = {.lex_state = 199}, - [4053] = {.lex_state = 199}, + [4053] = {.lex_state = 197}, [4054] = {.lex_state = 199}, - [4055] = {.lex_state = 197}, - [4056] = {.lex_state = 199}, - [4057] = {.lex_state = 199}, - [4058] = {.lex_state = 199}, - [4059] = {.lex_state = 199}, - [4060] = {.lex_state = 199}, - [4061] = {.lex_state = 199}, + [4055] = {.lex_state = 199}, + [4056] = {.lex_state = 197}, + [4057] = {.lex_state = 197}, + [4058] = {.lex_state = 197}, + [4059] = {.lex_state = 179}, + [4060] = {.lex_state = 195}, + [4061] = {.lex_state = 195}, [4062] = {.lex_state = 199}, - [4063] = {.lex_state = 197}, - [4064] = {.lex_state = 178}, - [4065] = {.lex_state = 199}, - [4066] = {.lex_state = 199}, - [4067] = {.lex_state = 197}, - [4068] = {.lex_state = 199}, - [4069] = {.lex_state = 199}, - [4070] = {.lex_state = 197}, - [4071] = {.lex_state = 197}, - [4072] = {.lex_state = 179}, - [4073] = {.lex_state = 197}, - [4074] = {.lex_state = 179}, + [4063] = {.lex_state = 195}, + [4064] = {.lex_state = 199}, + [4065] = {.lex_state = 195}, + [4066] = {.lex_state = 197}, + [4067] = {.lex_state = 199}, + [4068] = {.lex_state = 195}, + [4069] = {.lex_state = 197}, + [4070] = {.lex_state = 195}, + [4071] = {.lex_state = 195}, + [4072] = {.lex_state = 195}, + [4073] = {.lex_state = 195}, + [4074] = {.lex_state = 195}, [4075] = {.lex_state = 195}, - [4076] = {.lex_state = 179}, + [4076] = {.lex_state = 195}, [4077] = {.lex_state = 195}, [4078] = {.lex_state = 195}, [4079] = {.lex_state = 195}, [4080] = {.lex_state = 195}, - [4081] = {.lex_state = 197}, - [4082] = {.lex_state = 179}, + [4081] = {.lex_state = 195}, + [4082] = {.lex_state = 195}, [4083] = {.lex_state = 195}, [4084] = {.lex_state = 195}, - [4085] = {.lex_state = 179}, - [4086] = {.lex_state = 195}, - [4087] = {.lex_state = 198}, - [4088] = {.lex_state = 195}, - [4089] = {.lex_state = 195}, - [4090] = {.lex_state = 197}, - [4091] = {.lex_state = 195}, - [4092] = {.lex_state = 195}, - [4093] = {.lex_state = 195}, - [4094] = {.lex_state = 195}, - [4095] = {.lex_state = 195}, + [4085] = {.lex_state = 195}, + [4086] = {.lex_state = 198}, + [4087] = {.lex_state = 199}, + [4088] = {.lex_state = 199}, + [4089] = {.lex_state = 179}, + [4090] = {.lex_state = 179}, + [4091] = {.lex_state = 199}, + [4092] = {.lex_state = 179}, + [4093] = {.lex_state = 197}, + [4094] = {.lex_state = 179}, + [4095] = {.lex_state = 199}, [4096] = {.lex_state = 179}, - [4097] = {.lex_state = 195}, - [4098] = {.lex_state = 195}, - [4099] = {.lex_state = 195}, - [4100] = {.lex_state = 195}, + [4097] = {.lex_state = 199}, + [4098] = {.lex_state = 199}, + [4099] = {.lex_state = 197}, + [4100] = {.lex_state = 197}, [4101] = {.lex_state = 197}, - [4102] = {.lex_state = 195}, + [4102] = {.lex_state = 179}, [4103] = {.lex_state = 197}, - [4104] = {.lex_state = 197}, - [4105] = {.lex_state = 195}, - [4106] = {.lex_state = 195}, - [4107] = {.lex_state = 195}, - [4108] = {.lex_state = 197}, + [4104] = {.lex_state = 179}, + [4105] = {.lex_state = 197}, + [4106] = {.lex_state = 197}, + [4107] = {.lex_state = 197}, + [4108] = {.lex_state = 195}, [4109] = {.lex_state = 195}, - [4110] = {.lex_state = 195}, - [4111] = {.lex_state = 199}, - [4112] = {.lex_state = 179}, - [4113] = {.lex_state = 199}, - [4114] = {.lex_state = 199}, - [4115] = {.lex_state = 199}, - [4116] = {.lex_state = 179}, - [4117] = {.lex_state = 179}, - [4118] = {.lex_state = 199}, - [4119] = {.lex_state = 197}, - [4120] = {.lex_state = 197}, - [4121] = {.lex_state = 199}, - [4122] = {.lex_state = 197}, - [4123] = {.lex_state = 199}, - [4124] = {.lex_state = 197}, - [4125] = {.lex_state = 195}, - [4126] = {.lex_state = 180}, - [4127] = {.lex_state = 199}, - [4128] = {.lex_state = 195}, - [4129] = {.lex_state = 179}, - [4130] = {.lex_state = 195}, + [4110] = {.lex_state = 180}, + [4111] = {.lex_state = 195}, + [4112] = {.lex_state = 198}, + [4113] = {.lex_state = 195}, + [4114] = {.lex_state = 180}, + [4115] = {.lex_state = 195}, + [4116] = {.lex_state = 195}, + [4117] = {.lex_state = 199}, + [4118] = {.lex_state = 180}, + [4119] = {.lex_state = 180}, + [4120] = {.lex_state = 180}, + [4121] = {.lex_state = 195}, + [4122] = {.lex_state = 180}, + [4123] = {.lex_state = 180}, + [4124] = {.lex_state = 195}, + [4125] = {.lex_state = 179}, + [4126] = {.lex_state = 199}, + [4127] = {.lex_state = 180}, + [4128] = {.lex_state = 179}, + [4129] = {.lex_state = 195}, + [4130] = {.lex_state = 179}, [4131] = {.lex_state = 195}, - [4132] = {.lex_state = 180}, + [4132] = {.lex_state = 195}, [4133] = {.lex_state = 180}, - [4134] = {.lex_state = 198}, + [4134] = {.lex_state = 180}, [4135] = {.lex_state = 195}, - [4136] = {.lex_state = 195}, - [4137] = {.lex_state = 180}, - [4138] = {.lex_state = 180}, - [4139] = {.lex_state = 195}, - [4140] = {.lex_state = 180}, - [4141] = {.lex_state = 180}, - [4142] = {.lex_state = 199}, + [4136] = {.lex_state = 180}, + [4137] = {.lex_state = 195}, + [4138] = {.lex_state = 195}, + [4139] = {.lex_state = 179}, + [4140] = {.lex_state = 195}, + [4141] = {.lex_state = 199}, + [4142] = {.lex_state = 198}, [4143] = {.lex_state = 195}, - [4144] = {.lex_state = 180}, + [4144] = {.lex_state = 195}, [4145] = {.lex_state = 180}, - [4146] = {.lex_state = 199}, + [4146] = {.lex_state = 180}, [4147] = {.lex_state = 180}, [4148] = {.lex_state = 195}, - [4149] = {.lex_state = 199}, + [4149] = {.lex_state = 180}, [4150] = {.lex_state = 195}, - [4151] = {.lex_state = 180}, - [4152] = {.lex_state = 195}, - [4153] = {.lex_state = 195}, + [4151] = {.lex_state = 199}, + [4152] = {.lex_state = 180}, + [4153] = {.lex_state = 180}, [4154] = {.lex_state = 195}, [4155] = {.lex_state = 195}, [4156] = {.lex_state = 195}, - [4157] = {.lex_state = 180}, - [4158] = {.lex_state = 195}, - [4159] = {.lex_state = 180}, - [4160] = {.lex_state = 180}, - [4161] = {.lex_state = 195}, - [4162] = {.lex_state = 199}, - [4163] = {.lex_state = 195}, + [4157] = {.lex_state = 195}, + [4158] = {.lex_state = 179}, + [4159] = {.lex_state = 195}, + [4160] = {.lex_state = 195}, + [4161] = {.lex_state = 199}, + [4162] = {.lex_state = 180}, + [4163] = {.lex_state = 180}, [4164] = {.lex_state = 195}, - [4165] = {.lex_state = 179}, + [4165] = {.lex_state = 199}, [4166] = {.lex_state = 195}, - [4167] = {.lex_state = 180}, - [4168] = {.lex_state = 179}, - [4169] = {.lex_state = 199}, - [4170] = {.lex_state = 195}, - [4171] = {.lex_state = 180}, - [4172] = {.lex_state = 180}, - [4173] = {.lex_state = 195}, - [4174] = {.lex_state = 179}, - [4175] = {.lex_state = 195}, + [4167] = {.lex_state = 195}, + [4168] = {.lex_state = 195}, + [4169] = {.lex_state = 195}, + [4170] = {.lex_state = 179}, + [4171] = {.lex_state = 195}, + [4172] = {.lex_state = 200}, + [4173] = {.lex_state = 180}, + [4174] = {.lex_state = 195}, + [4175] = {.lex_state = 199}, [4176] = {.lex_state = 195}, - [4177] = {.lex_state = 195}, - [4178] = {.lex_state = 180}, - [4179] = {.lex_state = 200}, + [4177] = {.lex_state = 180}, + [4178] = {.lex_state = 199}, + [4179] = {.lex_state = 180}, [4180] = {.lex_state = 180}, - [4181] = {.lex_state = 195}, - [4182] = {.lex_state = 195}, - [4183] = {.lex_state = 195}, - [4184] = {.lex_state = 179}, - [4185] = {.lex_state = 195}, - [4186] = {.lex_state = 195}, - [4187] = {.lex_state = 195}, - [4188] = {.lex_state = 199}, - [4189] = {.lex_state = 195}, - [4190] = {.lex_state = 179}, - [4191] = {.lex_state = 198}, - [4192] = {.lex_state = 195}, - [4193] = {.lex_state = 195}, - [4194] = {.lex_state = 195}, - [4195] = {.lex_state = 195}, - [4196] = {.lex_state = 180}, - [4197] = {.lex_state = 195}, - [4198] = {.lex_state = 195}, - [4199] = {.lex_state = 195}, - [4200] = {.lex_state = 195}, - [4201] = {.lex_state = 195}, - [4202] = {.lex_state = 199}, - [4203] = {.lex_state = 195}, + [4181] = {.lex_state = 180}, + [4182] = {.lex_state = 180}, + [4183] = {.lex_state = 197}, + [4184] = {.lex_state = 180}, + [4185] = {.lex_state = 180}, + [4186] = {.lex_state = 180}, + [4187] = {.lex_state = 180}, + [4188] = {.lex_state = 180}, + [4189] = {.lex_state = 180}, + [4190] = {.lex_state = 180}, + [4191] = {.lex_state = 180}, + [4192] = {.lex_state = 180}, + [4193] = {.lex_state = 180}, + [4194] = {.lex_state = 180}, + [4195] = {.lex_state = 180}, + [4196] = {.lex_state = 179}, + [4197] = {.lex_state = 179}, + [4198] = {.lex_state = 180}, + [4199] = {.lex_state = 198}, + [4200] = {.lex_state = 180}, + [4201] = {.lex_state = 180}, + [4202] = {.lex_state = 180}, + [4203] = {.lex_state = 180}, [4204] = {.lex_state = 180}, [4205] = {.lex_state = 180}, - [4206] = {.lex_state = 179}, - [4207] = {.lex_state = 179}, + [4206] = {.lex_state = 180}, + [4207] = {.lex_state = 197}, [4208] = {.lex_state = 179}, [4209] = {.lex_state = 180}, - [4210] = {.lex_state = 197}, - [4211] = {.lex_state = 180}, - [4212] = {.lex_state = 198}, - [4213] = {.lex_state = 180}, - [4214] = {.lex_state = 180}, + [4210] = {.lex_state = 180}, + [4211] = {.lex_state = 179}, + [4212] = {.lex_state = 180}, + [4213] = {.lex_state = 199}, + [4214] = {.lex_state = 199}, [4215] = {.lex_state = 179}, - [4216] = {.lex_state = 180}, + [4216] = {.lex_state = 179}, [4217] = {.lex_state = 179}, - [4218] = {.lex_state = 197}, - [4219] = {.lex_state = 180}, - [4220] = {.lex_state = 179}, - [4221] = {.lex_state = 180}, - [4222] = {.lex_state = 180}, - [4223] = {.lex_state = 197}, - [4224] = {.lex_state = 197}, - [4225] = {.lex_state = 197}, - [4226] = {.lex_state = 179}, - [4227] = {.lex_state = 197}, - [4228] = {.lex_state = 180}, - [4229] = {.lex_state = 180}, - [4230] = {.lex_state = 180}, + [4218] = {.lex_state = 180}, + [4219] = {.lex_state = 179}, + [4220] = {.lex_state = 199}, + [4221] = {.lex_state = 199}, + [4222] = {.lex_state = 199}, + [4223] = {.lex_state = 199}, + [4224] = {.lex_state = 179}, + [4225] = {.lex_state = 199}, + [4226] = {.lex_state = 199}, + [4227] = {.lex_state = 179}, + [4228] = {.lex_state = 199}, + [4229] = {.lex_state = 199}, + [4230] = {.lex_state = 179}, [4231] = {.lex_state = 179}, - [4232] = {.lex_state = 180}, - [4233] = {.lex_state = 180}, - [4234] = {.lex_state = 179}, - [4235] = {.lex_state = 180}, - [4236] = {.lex_state = 180}, - [4237] = {.lex_state = 197}, - [4238] = {.lex_state = 180}, - [4239] = {.lex_state = 180}, - [4240] = {.lex_state = 180}, - [4241] = {.lex_state = 180}, - [4242] = {.lex_state = 197}, - [4243] = {.lex_state = 180}, - [4244] = {.lex_state = 180}, - [4245] = {.lex_state = 180}, + [4232] = {.lex_state = 199}, + [4233] = {.lex_state = 179}, + [4234] = {.lex_state = 199}, + [4235] = {.lex_state = 179}, + [4236] = {.lex_state = 198}, + [4237] = {.lex_state = 198}, + [4238] = {.lex_state = 179}, + [4239] = {.lex_state = 179}, + [4240] = {.lex_state = 202}, + [4241] = {.lex_state = 199}, + [4242] = {.lex_state = 198}, + [4243] = {.lex_state = 199}, + [4244] = {.lex_state = 199}, + [4245] = {.lex_state = 198}, [4246] = {.lex_state = 180}, [4247] = {.lex_state = 180}, - [4248] = {.lex_state = 179}, - [4249] = {.lex_state = 197}, - [4250] = {.lex_state = 180}, - [4251] = {.lex_state = 180}, + [4248] = {.lex_state = 198}, + [4249] = {.lex_state = 180}, + [4250] = {.lex_state = 199}, + [4251] = {.lex_state = 199}, [4252] = {.lex_state = 180}, [4253] = {.lex_state = 179}, - [4254] = {.lex_state = 179}, - [4255] = {.lex_state = 197}, - [4256] = {.lex_state = 199}, - [4257] = {.lex_state = 199}, - [4258] = {.lex_state = 197}, - [4259] = {.lex_state = 199}, - [4260] = {.lex_state = 197}, - [4261] = {.lex_state = 199}, - [4262] = {.lex_state = 180}, - [4263] = {.lex_state = 197}, + [4254] = {.lex_state = 180}, + [4255] = {.lex_state = 199}, + [4256] = {.lex_state = 179}, + [4257] = {.lex_state = 180}, + [4258] = {.lex_state = 202}, + [4259] = {.lex_state = 198}, + [4260] = {.lex_state = 198}, + [4261] = {.lex_state = 198}, + [4262] = {.lex_state = 198}, + [4263] = {.lex_state = 198}, [4264] = {.lex_state = 199}, - [4265] = {.lex_state = 199}, - [4266] = {.lex_state = 197}, - [4267] = {.lex_state = 199}, - [4268] = {.lex_state = 197}, - [4269] = {.lex_state = 199}, - [4270] = {.lex_state = 199}, + [4265] = {.lex_state = 198}, + [4266] = {.lex_state = 180}, + [4267] = {.lex_state = 179}, + [4268] = {.lex_state = 199}, + [4269] = {.lex_state = 179}, + [4270] = {.lex_state = 198}, [4271] = {.lex_state = 199}, - [4272] = {.lex_state = 179}, - [4273] = {.lex_state = 179}, - [4274] = {.lex_state = 199}, - [4275] = {.lex_state = 199}, - [4276] = {.lex_state = 197}, - [4277] = {.lex_state = 197}, - [4278] = {.lex_state = 197}, - [4279] = {.lex_state = 199}, - [4280] = {.lex_state = 179}, - [4281] = {.lex_state = 179}, - [4282] = {.lex_state = 180}, - [4283] = {.lex_state = 198}, - [4284] = {.lex_state = 198}, - [4285] = {.lex_state = 198}, - [4286] = {.lex_state = 179}, - [4287] = {.lex_state = 199}, - [4288] = {.lex_state = 202}, - [4289] = {.lex_state = 199}, - [4290] = {.lex_state = 199}, - [4291] = {.lex_state = 198}, - [4292] = {.lex_state = 199}, - [4293] = {.lex_state = 198}, - [4294] = {.lex_state = 199}, + [4272] = {.lex_state = 199}, + [4273] = {.lex_state = 198}, + [4274] = {.lex_state = 180}, + [4275] = {.lex_state = 180}, + [4276] = {.lex_state = 180}, + [4277] = {.lex_state = 180}, + [4278] = {.lex_state = 198}, + [4279] = {.lex_state = 201}, + [4280] = {.lex_state = 201}, + [4281] = {.lex_state = 180}, + [4282] = {.lex_state = 198}, + [4283] = {.lex_state = 201}, + [4284] = {.lex_state = 201}, + [4285] = {.lex_state = 180}, + [4286] = {.lex_state = 201}, + [4287] = {.lex_state = 201}, + [4288] = {.lex_state = 201}, + [4289] = {.lex_state = 201}, + [4290] = {.lex_state = 180}, + [4291] = {.lex_state = 180}, + [4292] = {.lex_state = 180}, + [4293] = {.lex_state = 199}, + [4294] = {.lex_state = 201}, [4295] = {.lex_state = 199}, [4296] = {.lex_state = 199}, - [4297] = {.lex_state = 179}, - [4298] = {.lex_state = 198}, - [4299] = {.lex_state = 180}, - [4300] = {.lex_state = 198}, - [4301] = {.lex_state = 179}, - [4302] = {.lex_state = 198}, - [4303] = {.lex_state = 198}, - [4304] = {.lex_state = 198}, + [4297] = {.lex_state = 178}, + [4298] = {.lex_state = 199}, + [4299] = {.lex_state = 199}, + [4300] = {.lex_state = 178}, + [4301] = {.lex_state = 178}, + [4302] = {.lex_state = 178}, + [4303] = {.lex_state = 180}, + [4304] = {.lex_state = 199}, [4305] = {.lex_state = 198}, - [4306] = {.lex_state = 198}, - [4307] = {.lex_state = 202}, - [4308] = {.lex_state = 179}, - [4309] = {.lex_state = 198}, - [4310] = {.lex_state = 180}, - [4311] = {.lex_state = 180}, - [4312] = {.lex_state = 180}, - [4313] = {.lex_state = 179}, - [4314] = {.lex_state = 179}, - [4315] = {.lex_state = 179}, - [4316] = {.lex_state = 179}, - [4317] = {.lex_state = 180}, - [4318] = {.lex_state = 180}, - [4319] = {.lex_state = 179}, - [4320] = {.lex_state = 201}, - [4321] = {.lex_state = 201}, - [4322] = {.lex_state = 180}, - [4323] = {.lex_state = 179}, - [4324] = {.lex_state = 180}, - [4325] = {.lex_state = 201}, - [4326] = {.lex_state = 179}, - [4327] = {.lex_state = 179}, - [4328] = {.lex_state = 201}, - [4329] = {.lex_state = 201}, - [4330] = {.lex_state = 201}, - [4331] = {.lex_state = 179}, - [4332] = {.lex_state = 180}, - [4333] = {.lex_state = 180}, - [4334] = {.lex_state = 180}, - [4335] = {.lex_state = 179}, - [4336] = {.lex_state = 201}, - [4337] = {.lex_state = 201}, - [4338] = {.lex_state = 179}, - [4339] = {.lex_state = 201}, - [4340] = {.lex_state = 180}, + [4306] = {.lex_state = 199}, + [4307] = {.lex_state = 178}, + [4308] = {.lex_state = 198}, + [4309] = {.lex_state = 180}, + [4310] = {.lex_state = 199}, + [4311] = {.lex_state = 198}, + [4312] = {.lex_state = 198}, + [4313] = {.lex_state = 198}, + [4314] = {.lex_state = 198}, + [4315] = {.lex_state = 198}, + [4316] = {.lex_state = 199}, + [4317] = {.lex_state = 195}, + [4318] = {.lex_state = 198}, + [4319] = {.lex_state = 198}, + [4320] = {.lex_state = 180}, + [4321] = {.lex_state = 178}, + [4322] = {.lex_state = 198}, + [4323] = {.lex_state = 198}, + [4324] = {.lex_state = 199}, + [4325] = {.lex_state = 197}, + [4326] = {.lex_state = 199}, + [4327] = {.lex_state = 198}, + [4328] = {.lex_state = 198}, + [4329] = {.lex_state = 198}, + [4330] = {.lex_state = 197}, + [4331] = {.lex_state = 198}, + [4332] = {.lex_state = 198}, + [4333] = {.lex_state = 201}, + [4334] = {.lex_state = 198}, + [4335] = {.lex_state = 198}, + [4336] = {.lex_state = 198}, + [4337] = {.lex_state = 198}, + [4338] = {.lex_state = 198}, + [4339] = {.lex_state = 198}, + [4340] = {.lex_state = 198}, [4341] = {.lex_state = 198}, - [4342] = {.lex_state = 199}, - [4343] = {.lex_state = 180}, - [4344] = {.lex_state = 180}, - [4345] = {.lex_state = 179}, - [4346] = {.lex_state = 179}, - [4347] = {.lex_state = 198}, - [4348] = {.lex_state = 180}, - [4349] = {.lex_state = 179}, - [4350] = {.lex_state = 180}, - [4351] = {.lex_state = 180}, - [4352] = {.lex_state = 179}, - [4353] = {.lex_state = 179}, - [4354] = {.lex_state = 198}, - [4355] = {.lex_state = 199}, + [4342] = {.lex_state = 201}, + [4343] = {.lex_state = 187}, + [4344] = {.lex_state = 198}, + [4345] = {.lex_state = 199}, + [4346] = {.lex_state = 199}, + [4347] = {.lex_state = 184}, + [4348] = {.lex_state = 199}, + [4349] = {.lex_state = 201}, + [4350] = {.lex_state = 184}, + [4351] = {.lex_state = 199}, + [4352] = {.lex_state = 187}, + [4353] = {.lex_state = 178}, + [4354] = {.lex_state = 178}, + [4355] = {.lex_state = 178}, [4356] = {.lex_state = 178}, - [4357] = {.lex_state = 197}, + [4357] = {.lex_state = 178}, [4358] = {.lex_state = 178}, - [4359] = {.lex_state = 199}, - [4360] = {.lex_state = 180}, - [4361] = {.lex_state = 198}, - [4362] = {.lex_state = 198}, - [4363] = {.lex_state = 199}, - [4364] = {.lex_state = 180}, - [4365] = {.lex_state = 198}, - [4366] = {.lex_state = 199}, - [4367] = {.lex_state = 198}, - [4368] = {.lex_state = 198}, + [4359] = {.lex_state = 178}, + [4360] = {.lex_state = 178}, + [4361] = {.lex_state = 178}, + [4362] = {.lex_state = 178}, + [4363] = {.lex_state = 178}, + [4364] = {.lex_state = 198}, + [4365] = {.lex_state = 178}, + [4366] = {.lex_state = 178}, + [4367] = {.lex_state = 178}, + [4368] = {.lex_state = 178}, [4369] = {.lex_state = 178}, - [4370] = {.lex_state = 180}, - [4371] = {.lex_state = 199}, + [4370] = {.lex_state = 178}, + [4371] = {.lex_state = 178}, [4372] = {.lex_state = 178}, - [4373] = {.lex_state = 199}, - [4374] = {.lex_state = 199}, - [4375] = {.lex_state = 199}, + [4373] = {.lex_state = 178}, + [4374] = {.lex_state = 154}, + [4375] = {.lex_state = 178}, [4376] = {.lex_state = 178}, - [4377] = {.lex_state = 199}, - [4378] = {.lex_state = 199}, - [4379] = {.lex_state = 198}, - [4380] = {.lex_state = 199}, - [4381] = {.lex_state = 195}, - [4382] = {.lex_state = 198}, - [4383] = {.lex_state = 199}, + [4377] = {.lex_state = 178}, + [4378] = {.lex_state = 178}, + [4379] = {.lex_state = 178}, + [4380] = {.lex_state = 178}, + [4381] = {.lex_state = 178}, + [4382] = {.lex_state = 178}, + [4383] = {.lex_state = 178}, [4384] = {.lex_state = 178}, - [4385] = {.lex_state = 198}, - [4386] = {.lex_state = 198}, - [4387] = {.lex_state = 198}, - [4388] = {.lex_state = 198}, - [4389] = {.lex_state = 198}, - [4390] = {.lex_state = 197}, - [4391] = {.lex_state = 198}, - [4392] = {.lex_state = 180}, - [4393] = {.lex_state = 180}, - [4394] = {.lex_state = 180}, - [4395] = {.lex_state = 180}, - [4396] = {.lex_state = 180}, - [4397] = {.lex_state = 201}, - [4398] = {.lex_state = 198}, - [4399] = {.lex_state = 198}, - [4400] = {.lex_state = 180}, + [4385] = {.lex_state = 178}, + [4386] = {.lex_state = 178}, + [4387] = {.lex_state = 178}, + [4388] = {.lex_state = 178}, + [4389] = {.lex_state = 178}, + [4390] = {.lex_state = 178}, + [4391] = {.lex_state = 178}, + [4392] = {.lex_state = 178}, + [4393] = {.lex_state = 178}, + [4394] = {.lex_state = 198}, + [4395] = {.lex_state = 155}, + [4396] = {.lex_state = 155}, + [4397] = {.lex_state = 155}, + [4398] = {.lex_state = 155}, + [4399] = {.lex_state = 155}, + [4400] = {.lex_state = 198}, [4401] = {.lex_state = 198}, - [4402] = {.lex_state = 180}, - [4403] = {.lex_state = 198}, - [4404] = {.lex_state = 198}, - [4405] = {.lex_state = 198}, - [4406] = {.lex_state = 180}, - [4407] = {.lex_state = 198}, - [4408] = {.lex_state = 198}, - [4409] = {.lex_state = 198}, - [4410] = {.lex_state = 187}, - [4411] = {.lex_state = 201}, - [4412] = {.lex_state = 198}, - [4413] = {.lex_state = 199}, - [4414] = {.lex_state = 187}, - [4415] = {.lex_state = 199}, - [4416] = {.lex_state = 197}, - [4417] = {.lex_state = 197}, - [4418] = {.lex_state = 199}, - [4419] = {.lex_state = 201}, - [4420] = {.lex_state = 184}, - [4421] = {.lex_state = 199}, - [4422] = {.lex_state = 184}, - [4423] = {.lex_state = 198}, - [4424] = {.lex_state = 178}, - [4425] = {.lex_state = 178}, - [4426] = {.lex_state = 178}, - [4427] = {.lex_state = 178}, - [4428] = {.lex_state = 154}, - [4429] = {.lex_state = 178}, - [4430] = {.lex_state = 178}, - [4431] = {.lex_state = 178}, - [4432] = {.lex_state = 178}, - [4433] = {.lex_state = 178}, - [4434] = {.lex_state = 178}, - [4435] = {.lex_state = 178}, - [4436] = {.lex_state = 178}, - [4437] = {.lex_state = 178}, - [4438] = {.lex_state = 178}, - [4439] = {.lex_state = 178}, - [4440] = {.lex_state = 178}, - [4441] = {.lex_state = 178}, - [4442] = {.lex_state = 199}, - [4443] = {.lex_state = 178}, - [4444] = {.lex_state = 178}, - [4445] = {.lex_state = 178}, - [4446] = {.lex_state = 178}, - [4447] = {.lex_state = 199}, - [4448] = {.lex_state = 198}, - [4449] = {.lex_state = 178}, - [4450] = {.lex_state = 178}, - [4451] = {.lex_state = 178}, - [4452] = {.lex_state = 178}, - [4453] = {.lex_state = 178}, - [4454] = {.lex_state = 178}, - [4455] = {.lex_state = 178}, - [4456] = {.lex_state = 178}, - [4457] = {.lex_state = 178}, - [4458] = {.lex_state = 178}, - [4459] = {.lex_state = 178}, - [4460] = {.lex_state = 178}, - [4461] = {.lex_state = 178}, - [4462] = {.lex_state = 178}, - [4463] = {.lex_state = 178}, - [4464] = {.lex_state = 178}, - [4465] = {.lex_state = 178}, - [4466] = {.lex_state = 178}, + [4402] = {.lex_state = 155}, + [4403] = {.lex_state = 155}, + [4404] = {.lex_state = 155}, + [4405] = {.lex_state = 155}, + [4406] = {.lex_state = 155}, + [4407] = {.lex_state = 155}, + [4408] = {.lex_state = 179}, + [4409] = {.lex_state = 155}, + [4410] = {.lex_state = 155}, + [4411] = {.lex_state = 155}, + [4412] = {.lex_state = 155}, + [4413] = {.lex_state = 155}, + [4414] = {.lex_state = 155}, + [4415] = {.lex_state = 155}, + [4416] = {.lex_state = 155}, + [4417] = {.lex_state = 179}, + [4418] = {.lex_state = 155}, + [4419] = {.lex_state = 180}, + [4420] = {.lex_state = 155}, + [4421] = {.lex_state = 155}, + [4422] = {.lex_state = 155}, + [4423] = {.lex_state = 155}, + [4424] = {.lex_state = 154}, + [4425] = {.lex_state = 155}, + [4426] = {.lex_state = 155}, + [4427] = {.lex_state = 155}, + [4428] = {.lex_state = 155}, + [4429] = {.lex_state = 155}, + [4430] = {.lex_state = 155}, + [4431] = {.lex_state = 197}, + [4432] = {.lex_state = 198}, + [4433] = {.lex_state = 155}, + [4434] = {.lex_state = 155}, + [4435] = {.lex_state = 155}, + [4436] = {.lex_state = 155}, + [4437] = {.lex_state = 155}, + [4438] = {.lex_state = 198}, + [4439] = {.lex_state = 155}, + [4440] = {.lex_state = 155}, + [4441] = {.lex_state = 155}, + [4442] = {.lex_state = 179}, + [4443] = {.lex_state = 69}, + [4444] = {.lex_state = 155}, + [4445] = {.lex_state = 155}, + [4446] = {.lex_state = 155}, + [4447] = {.lex_state = 155}, + [4448] = {.lex_state = 155}, + [4449] = {.lex_state = 143}, + [4450] = {.lex_state = 155}, + [4451] = {.lex_state = 155}, + [4452] = {.lex_state = 155}, + [4453] = {.lex_state = 155}, + [4454] = {.lex_state = 155}, + [4455] = {.lex_state = 155}, + [4456] = {.lex_state = 155}, + [4457] = {.lex_state = 155}, + [4458] = {.lex_state = 155}, + [4459] = {.lex_state = 155}, + [4460] = {.lex_state = 155}, + [4461] = {.lex_state = 154}, + [4462] = {.lex_state = 199}, + [4463] = {.lex_state = 199}, + [4464] = {.lex_state = 155}, + [4465] = {.lex_state = 143}, + [4466] = {.lex_state = 155}, [4467] = {.lex_state = 155}, - [4468] = {.lex_state = 67}, - [4469] = {.lex_state = 155}, - [4470] = {.lex_state = 155}, - [4471] = {.lex_state = 155}, - [4472] = {.lex_state = 155}, - [4473] = {.lex_state = 155}, - [4474] = {.lex_state = 155}, - [4475] = {.lex_state = 155}, - [4476] = {.lex_state = 155}, - [4477] = {.lex_state = 199}, - [4478] = {.lex_state = 199}, - [4479] = {.lex_state = 154}, - [4480] = {.lex_state = 155}, - [4481] = {.lex_state = 155}, - [4482] = {.lex_state = 155}, - [4483] = {.lex_state = 198}, + [4468] = {.lex_state = 143}, + [4469] = {.lex_state = 198}, + [4470] = {.lex_state = 154}, + [4471] = {.lex_state = 198}, + [4472] = {.lex_state = 143}, + [4473] = {.lex_state = 154}, + [4474] = {.lex_state = 154}, + [4475] = {.lex_state = 143}, + [4476] = {.lex_state = 154}, + [4477] = {.lex_state = 154}, + [4478] = {.lex_state = 143}, + [4479] = {.lex_state = 198}, + [4480] = {.lex_state = 198}, + [4481] = {.lex_state = 198}, + [4482] = {.lex_state = 198}, + [4483] = {.lex_state = 143}, [4484] = {.lex_state = 198}, - [4485] = {.lex_state = 155}, - [4486] = {.lex_state = 155}, - [4487] = {.lex_state = 155}, - [4488] = {.lex_state = 155}, - [4489] = {.lex_state = 155}, - [4490] = {.lex_state = 155}, - [4491] = {.lex_state = 155}, - [4492] = {.lex_state = 155}, - [4493] = {.lex_state = 155}, - [4494] = {.lex_state = 155}, - [4495] = {.lex_state = 179}, - [4496] = {.lex_state = 155}, - [4497] = {.lex_state = 155}, - [4498] = {.lex_state = 155}, - [4499] = {.lex_state = 155}, - [4500] = {.lex_state = 155}, - [4501] = {.lex_state = 155}, - [4502] = {.lex_state = 155}, - [4503] = {.lex_state = 155}, - [4504] = {.lex_state = 155}, - [4505] = {.lex_state = 155}, - [4506] = {.lex_state = 180}, - [4507] = {.lex_state = 155}, - [4508] = {.lex_state = 155}, - [4509] = {.lex_state = 155}, - [4510] = {.lex_state = 155}, - [4511] = {.lex_state = 155}, - [4512] = {.lex_state = 155}, - [4513] = {.lex_state = 155}, - [4514] = {.lex_state = 155}, - [4515] = {.lex_state = 155}, - [4516] = {.lex_state = 155}, - [4517] = {.lex_state = 198}, + [4485] = {.lex_state = 143}, + [4486] = {.lex_state = 180}, + [4487] = {.lex_state = 143}, + [4488] = {.lex_state = 198}, + [4489] = {.lex_state = 198}, + [4490] = {.lex_state = 198}, + [4491] = {.lex_state = 198}, + [4492] = {.lex_state = 198}, + [4493] = {.lex_state = 198}, + [4494] = {.lex_state = 198}, + [4495] = {.lex_state = 198}, + [4496] = {.lex_state = 143}, + [4497] = {.lex_state = 154}, + [4498] = {.lex_state = 154}, + [4499] = {.lex_state = 154}, + [4500] = {.lex_state = 198}, + [4501] = {.lex_state = 198}, + [4502] = {.lex_state = 198}, + [4503] = {.lex_state = 198}, + [4504] = {.lex_state = 198}, + [4505] = {.lex_state = 198}, + [4506] = {.lex_state = 198}, + [4507] = {.lex_state = 198}, + [4508] = {.lex_state = 198}, + [4509] = {.lex_state = 143}, + [4510] = {.lex_state = 198}, + [4511] = {.lex_state = 198}, + [4512] = {.lex_state = 198}, + [4513] = {.lex_state = 143}, + [4514] = {.lex_state = 198}, + [4515] = {.lex_state = 198}, + [4516] = {.lex_state = 143}, + [4517] = {.lex_state = 143}, [4518] = {.lex_state = 143}, - [4519] = {.lex_state = 155}, - [4520] = {.lex_state = 155}, - [4521] = {.lex_state = 155}, - [4522] = {.lex_state = 143}, - [4523] = {.lex_state = 198}, - [4524] = {.lex_state = 155}, - [4525] = {.lex_state = 180}, - [4526] = {.lex_state = 155}, - [4527] = {.lex_state = 155}, + [4519] = {.lex_state = 154}, + [4520] = {.lex_state = 154}, + [4521] = {.lex_state = 143}, + [4522] = {.lex_state = 198}, + [4523] = {.lex_state = 154}, + [4524] = {.lex_state = 154}, + [4525] = {.lex_state = 154}, + [4526] = {.lex_state = 198}, + [4527] = {.lex_state = 143}, [4528] = {.lex_state = 198}, - [4529] = {.lex_state = 180}, - [4530] = {.lex_state = 180}, - [4531] = {.lex_state = 179}, - [4532] = {.lex_state = 154}, - [4533] = {.lex_state = 155}, - [4534] = {.lex_state = 155}, - [4535] = {.lex_state = 155}, - [4536] = {.lex_state = 155}, - [4537] = {.lex_state = 155}, - [4538] = {.lex_state = 155}, - [4539] = {.lex_state = 180}, - [4540] = {.lex_state = 155}, - [4541] = {.lex_state = 179}, - [4542] = {.lex_state = 155}, - [4543] = {.lex_state = 155}, - [4544] = {.lex_state = 198}, + [4529] = {.lex_state = 198}, + [4530] = {.lex_state = 154}, + [4531] = {.lex_state = 198}, + [4532] = {.lex_state = 143}, + [4533] = {.lex_state = 198}, + [4534] = {.lex_state = 198}, + [4535] = {.lex_state = 198}, + [4536] = {.lex_state = 198}, + [4537] = {.lex_state = 198}, + [4538] = {.lex_state = 198}, + [4539] = {.lex_state = 143}, + [4540] = {.lex_state = 143}, + [4541] = {.lex_state = 143}, + [4542] = {.lex_state = 143}, + [4543] = {.lex_state = 198}, + [4544] = {.lex_state = 199}, [4545] = {.lex_state = 154}, - [4546] = {.lex_state = 143}, - [4547] = {.lex_state = 154}, - [4548] = {.lex_state = 154}, - [4549] = {.lex_state = 199}, + [4546] = {.lex_state = 198}, + [4547] = {.lex_state = 198}, + [4548] = {.lex_state = 143}, + [4549] = {.lex_state = 143}, [4550] = {.lex_state = 143}, [4551] = {.lex_state = 143}, [4552] = {.lex_state = 143}, - [4553] = {.lex_state = 198}, - [4554] = {.lex_state = 143}, - [4555] = {.lex_state = 154}, - [4556] = {.lex_state = 143}, - [4557] = {.lex_state = 154}, + [4553] = {.lex_state = 154}, + [4554] = {.lex_state = 198}, + [4555] = {.lex_state = 198}, + [4556] = {.lex_state = 198}, + [4557] = {.lex_state = 198}, [4558] = {.lex_state = 198}, - [4559] = {.lex_state = 143}, - [4560] = {.lex_state = 154}, - [4561] = {.lex_state = 180}, - [4562] = {.lex_state = 198}, - [4563] = {.lex_state = 198}, - [4564] = {.lex_state = 154}, - [4565] = {.lex_state = 143}, - [4566] = {.lex_state = 143}, - [4567] = {.lex_state = 143}, + [4559] = {.lex_state = 198}, + [4560] = {.lex_state = 198}, + [4561] = {.lex_state = 143}, + [4562] = {.lex_state = 154}, + [4563] = {.lex_state = 143}, + [4564] = {.lex_state = 198}, + [4565] = {.lex_state = 198}, + [4566] = {.lex_state = 198}, + [4567] = {.lex_state = 154}, [4568] = {.lex_state = 143}, - [4569] = {.lex_state = 198}, - [4570] = {.lex_state = 198}, + [4569] = {.lex_state = 143}, + [4570] = {.lex_state = 143}, [4571] = {.lex_state = 143}, - [4572] = {.lex_state = 143}, - [4573] = {.lex_state = 143}, - [4574] = {.lex_state = 198}, - [4575] = {.lex_state = 199}, + [4572] = {.lex_state = 198}, + [4573] = {.lex_state = 198}, + [4574] = {.lex_state = 143}, + [4575] = {.lex_state = 198}, [4576] = {.lex_state = 154}, - [4577] = {.lex_state = 199}, - [4578] = {.lex_state = 154}, + [4577] = {.lex_state = 143}, + [4578] = {.lex_state = 198}, [4579] = {.lex_state = 198}, [4580] = {.lex_state = 198}, [4581] = {.lex_state = 198}, - [4582] = {.lex_state = 198}, + [4582] = {.lex_state = 154}, [4583] = {.lex_state = 198}, [4584] = {.lex_state = 198}, - [4585] = {.lex_state = 198}, - [4586] = {.lex_state = 154}, - [4587] = {.lex_state = 198}, - [4588] = {.lex_state = 198}, - [4589] = {.lex_state = 154}, - [4590] = {.lex_state = 198}, - [4591] = {.lex_state = 198}, - [4592] = {.lex_state = 198}, - [4593] = {.lex_state = 154}, - [4594] = {.lex_state = 143}, - [4595] = {.lex_state = 198}, - [4596] = {.lex_state = 198}, + [4585] = {.lex_state = 143}, + [4586] = {.lex_state = 155}, + [4587] = {.lex_state = 155}, + [4588] = {.lex_state = 155}, + [4589] = {.lex_state = 155}, + [4590] = {.lex_state = 69}, + [4591] = {.lex_state = 199}, + [4592] = {.lex_state = 199}, + [4593] = {.lex_state = 69}, + [4594] = {.lex_state = 69}, + [4595] = {.lex_state = 69}, + [4596] = {.lex_state = 69}, [4597] = {.lex_state = 154}, - [4598] = {.lex_state = 198}, - [4599] = {.lex_state = 198}, - [4600] = {.lex_state = 198}, - [4601] = {.lex_state = 154}, - [4602] = {.lex_state = 154}, - [4603] = {.lex_state = 198}, - [4604] = {.lex_state = 198}, - [4605] = {.lex_state = 198}, - [4606] = {.lex_state = 143}, - [4607] = {.lex_state = 143}, - [4608] = {.lex_state = 143}, - [4609] = {.lex_state = 143}, - [4610] = {.lex_state = 143}, - [4611] = {.lex_state = 198}, - [4612] = {.lex_state = 184}, - [4613] = {.lex_state = 198}, - [4614] = {.lex_state = 198}, - [4615] = {.lex_state = 198}, - [4616] = {.lex_state = 198}, - [4617] = {.lex_state = 198}, - [4618] = {.lex_state = 184}, - [4619] = {.lex_state = 143}, - [4620] = {.lex_state = 198}, - [4621] = {.lex_state = 154}, - [4622] = {.lex_state = 143}, - [4623] = {.lex_state = 143}, - [4624] = {.lex_state = 143}, - [4625] = {.lex_state = 198}, - [4626] = {.lex_state = 198}, - [4627] = {.lex_state = 198}, - [4628] = {.lex_state = 198}, - [4629] = {.lex_state = 198}, - [4630] = {.lex_state = 198}, - [4631] = {.lex_state = 154}, - [4632] = {.lex_state = 154}, - [4633] = {.lex_state = 198}, - [4634] = {.lex_state = 198}, - [4635] = {.lex_state = 154}, - [4636] = {.lex_state = 143}, - [4637] = {.lex_state = 143}, - [4638] = {.lex_state = 143}, - [4639] = {.lex_state = 143}, - [4640] = {.lex_state = 198}, - [4641] = {.lex_state = 198}, - [4642] = {.lex_state = 143}, - [4643] = {.lex_state = 198}, - [4644] = {.lex_state = 198}, - [4645] = {.lex_state = 143}, - [4646] = {.lex_state = 198}, - [4647] = {.lex_state = 198}, - [4648] = {.lex_state = 198}, - [4649] = {.lex_state = 154}, - [4650] = {.lex_state = 143}, - [4651] = {.lex_state = 198}, - [4652] = {.lex_state = 198}, - [4653] = {.lex_state = 198}, - [4654] = {.lex_state = 198}, - [4655] = {.lex_state = 198}, - [4656] = {.lex_state = 198}, - [4657] = {.lex_state = 198}, - [4658] = {.lex_state = 198}, - [4659] = {.lex_state = 198}, - [4660] = {.lex_state = 198}, - [4661] = {.lex_state = 143}, - [4662] = {.lex_state = 198}, - [4663] = {.lex_state = 143}, - [4664] = {.lex_state = 198}, - [4665] = {.lex_state = 143}, + [4598] = {.lex_state = 155}, + [4599] = {.lex_state = 155}, + [4600] = {.lex_state = 69}, + [4601] = {.lex_state = 155}, + [4602] = {.lex_state = 69}, + [4603] = {.lex_state = 69}, + [4604] = {.lex_state = 69}, + [4605] = {.lex_state = 69}, + [4606] = {.lex_state = 69}, + [4607] = {.lex_state = 69}, + [4608] = {.lex_state = 69}, + [4609] = {.lex_state = 69}, + [4610] = {.lex_state = 155}, + [4611] = {.lex_state = 155}, + [4612] = {.lex_state = 155}, + [4613] = {.lex_state = 155}, + [4614] = {.lex_state = 155}, + [4615] = {.lex_state = 155}, + [4616] = {.lex_state = 155}, + [4617] = {.lex_state = 155}, + [4618] = {.lex_state = 155}, + [4619] = {.lex_state = 155}, + [4620] = {.lex_state = 69}, + [4621] = {.lex_state = 155}, + [4622] = {.lex_state = 199}, + [4623] = {.lex_state = 155}, + [4624] = {.lex_state = 155}, + [4625] = {.lex_state = 155}, + [4626] = {.lex_state = 155}, + [4627] = {.lex_state = 155}, + [4628] = {.lex_state = 155}, + [4629] = {.lex_state = 155}, + [4630] = {.lex_state = 155}, + [4631] = {.lex_state = 155}, + [4632] = {.lex_state = 69}, + [4633] = {.lex_state = 154}, + [4634] = {.lex_state = 155}, + [4635] = {.lex_state = 155}, + [4636] = {.lex_state = 69}, + [4637] = {.lex_state = 69}, + [4638] = {.lex_state = 155}, + [4639] = {.lex_state = 155}, + [4640] = {.lex_state = 69}, + [4641] = {.lex_state = 180}, + [4642] = {.lex_state = 69}, + [4643] = {.lex_state = 69}, + [4644] = {.lex_state = 155}, + [4645] = {.lex_state = 155}, + [4646] = {.lex_state = 69}, + [4647] = {.lex_state = 155}, + [4648] = {.lex_state = 69}, + [4649] = {.lex_state = 155}, + [4650] = {.lex_state = 155}, + [4651] = {.lex_state = 69}, + [4652] = {.lex_state = 155}, + [4653] = {.lex_state = 69}, + [4654] = {.lex_state = 69}, + [4655] = {.lex_state = 155}, + [4656] = {.lex_state = 155}, + [4657] = {.lex_state = 155}, + [4658] = {.lex_state = 69}, + [4659] = {.lex_state = 69}, + [4660] = {.lex_state = 155}, + [4661] = {.lex_state = 155}, + [4662] = {.lex_state = 155}, + [4663] = {.lex_state = 155}, + [4664] = {.lex_state = 155}, + [4665] = {.lex_state = 155}, [4666] = {.lex_state = 155}, - [4667] = {.lex_state = 67}, - [4668] = {.lex_state = 67}, - [4669] = {.lex_state = 67}, + [4667] = {.lex_state = 155}, + [4668] = {.lex_state = 179}, + [4669] = {.lex_state = 155}, [4670] = {.lex_state = 155}, [4671] = {.lex_state = 155}, [4672] = {.lex_state = 155}, - [4673] = {.lex_state = 155}, - [4674] = {.lex_state = 180}, + [4673] = {.lex_state = 180}, + [4674] = {.lex_state = 155}, [4675] = {.lex_state = 155}, [4676] = {.lex_state = 155}, - [4677] = {.lex_state = 197}, - [4678] = {.lex_state = 67}, + [4677] = {.lex_state = 155}, + [4678] = {.lex_state = 155}, [4679] = {.lex_state = 155}, [4680] = {.lex_state = 155}, [4681] = {.lex_state = 155}, - [4682] = {.lex_state = 67}, + [4682] = {.lex_state = 155}, [4683] = {.lex_state = 155}, [4684] = {.lex_state = 155}, [4685] = {.lex_state = 155}, [4686] = {.lex_state = 155}, - [4687] = {.lex_state = 199}, + [4687] = {.lex_state = 155}, [4688] = {.lex_state = 155}, [4689] = {.lex_state = 155}, [4690] = {.lex_state = 155}, [4691] = {.lex_state = 155}, - [4692] = {.lex_state = 67}, + [4692] = {.lex_state = 155}, [4693] = {.lex_state = 155}, - [4694] = {.lex_state = 67}, + [4694] = {.lex_state = 155}, [4695] = {.lex_state = 155}, [4696] = {.lex_state = 155}, [4697] = {.lex_state = 155}, @@ -22583,42 +22462,42 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4700] = {.lex_state = 155}, [4701] = {.lex_state = 155}, [4702] = {.lex_state = 155}, - [4703] = {.lex_state = 67}, - [4704] = {.lex_state = 67}, - [4705] = {.lex_state = 67}, - [4706] = {.lex_state = 154}, - [4707] = {.lex_state = 67}, - [4708] = {.lex_state = 67}, + [4703] = {.lex_state = 155}, + [4704] = {.lex_state = 155}, + [4705] = {.lex_state = 155}, + [4706] = {.lex_state = 155}, + [4707] = {.lex_state = 155}, + [4708] = {.lex_state = 155}, [4709] = {.lex_state = 155}, - [4710] = {.lex_state = 67}, - [4711] = {.lex_state = 67}, - [4712] = {.lex_state = 67}, + [4710] = {.lex_state = 155}, + [4711] = {.lex_state = 155}, + [4712] = {.lex_state = 155}, [4713] = {.lex_state = 155}, - [4714] = {.lex_state = 67}, + [4714] = {.lex_state = 155}, [4715] = {.lex_state = 155}, - [4716] = {.lex_state = 67}, + [4716] = {.lex_state = 155}, [4717] = {.lex_state = 155}, - [4718] = {.lex_state = 67}, - [4719] = {.lex_state = 67}, - [4720] = {.lex_state = 155}, - [4721] = {.lex_state = 67}, - [4722] = {.lex_state = 67}, - [4723] = {.lex_state = 67}, - [4724] = {.lex_state = 67}, - [4725] = {.lex_state = 67}, - [4726] = {.lex_state = 199}, + [4718] = {.lex_state = 155}, + [4719] = {.lex_state = 155}, + [4720] = {.lex_state = 179}, + [4721] = {.lex_state = 155}, + [4722] = {.lex_state = 179}, + [4723] = {.lex_state = 155}, + [4724] = {.lex_state = 155}, + [4725] = {.lex_state = 155}, + [4726] = {.lex_state = 155}, [4727] = {.lex_state = 155}, - [4728] = {.lex_state = 154}, - [4729] = {.lex_state = 67}, + [4728] = {.lex_state = 155}, + [4729] = {.lex_state = 155}, [4730] = {.lex_state = 155}, [4731] = {.lex_state = 155}, [4732] = {.lex_state = 155}, - [4733] = {.lex_state = 67}, + [4733] = {.lex_state = 155}, [4734] = {.lex_state = 155}, [4735] = {.lex_state = 155}, [4736] = {.lex_state = 155}, - [4737] = {.lex_state = 199}, - [4738] = {.lex_state = 67}, + [4737] = {.lex_state = 155}, + [4738] = {.lex_state = 155}, [4739] = {.lex_state = 155}, [4740] = {.lex_state = 155}, [4741] = {.lex_state = 155}, @@ -22628,81 +22507,81 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4745] = {.lex_state = 155}, [4746] = {.lex_state = 155}, [4747] = {.lex_state = 155}, - [4748] = {.lex_state = 67}, + [4748] = {.lex_state = 155}, [4749] = {.lex_state = 155}, [4750] = {.lex_state = 155}, - [4751] = {.lex_state = 197}, + [4751] = {.lex_state = 155}, [4752] = {.lex_state = 155}, [4753] = {.lex_state = 155}, [4754] = {.lex_state = 155}, [4755] = {.lex_state = 155}, [4756] = {.lex_state = 155}, [4757] = {.lex_state = 155}, - [4758] = {.lex_state = 179}, - [4759] = {.lex_state = 155}, + [4758] = {.lex_state = 155}, + [4759] = {.lex_state = 179}, [4760] = {.lex_state = 155}, - [4761] = {.lex_state = 155}, + [4761] = {.lex_state = 180}, [4762] = {.lex_state = 155}, [4763] = {.lex_state = 155}, [4764] = {.lex_state = 155}, [4765] = {.lex_state = 155}, [4766] = {.lex_state = 155}, - [4767] = {.lex_state = 155}, + [4767] = {.lex_state = 179}, [4768] = {.lex_state = 155}, [4769] = {.lex_state = 155}, - [4770] = {.lex_state = 179}, + [4770] = {.lex_state = 198}, [4771] = {.lex_state = 155}, [4772] = {.lex_state = 155}, [4773] = {.lex_state = 155}, [4774] = {.lex_state = 155}, [4775] = {.lex_state = 155}, - [4776] = {.lex_state = 155}, - [4777] = {.lex_state = 155}, - [4778] = {.lex_state = 155}, - [4779] = {.lex_state = 180}, - [4780] = {.lex_state = 155}, - [4781] = {.lex_state = 155}, - [4782] = {.lex_state = 155}, - [4783] = {.lex_state = 155}, - [4784] = {.lex_state = 155}, + [4776] = {.lex_state = 197}, + [4777] = {.lex_state = 141}, + [4778] = {.lex_state = 180}, + [4779] = {.lex_state = 155}, + [4780] = {.lex_state = 197}, + [4781] = {.lex_state = 197}, + [4782] = {.lex_state = 197}, + [4783] = {.lex_state = 180}, + [4784] = {.lex_state = 180}, [4785] = {.lex_state = 155}, - [4786] = {.lex_state = 155}, - [4787] = {.lex_state = 155}, - [4788] = {.lex_state = 155}, - [4789] = {.lex_state = 155}, + [4786] = {.lex_state = 141}, + [4787] = {.lex_state = 180}, + [4788] = {.lex_state = 141}, + [4789] = {.lex_state = 141}, [4790] = {.lex_state = 155}, - [4791] = {.lex_state = 155}, - [4792] = {.lex_state = 155}, - [4793] = {.lex_state = 198}, - [4794] = {.lex_state = 155}, + [4791] = {.lex_state = 141}, + [4792] = {.lex_state = 197}, + [4793] = {.lex_state = 180}, + [4794] = {.lex_state = 180}, [4795] = {.lex_state = 155}, - [4796] = {.lex_state = 179}, - [4797] = {.lex_state = 155}, - [4798] = {.lex_state = 155}, + [4796] = {.lex_state = 141}, + [4797] = {.lex_state = 141}, + [4798] = {.lex_state = 141}, [4799] = {.lex_state = 155}, [4800] = {.lex_state = 155}, - [4801] = {.lex_state = 155}, - [4802] = {.lex_state = 155}, - [4803] = {.lex_state = 155}, + [4801] = {.lex_state = 180}, + [4802] = {.lex_state = 180}, + [4803] = {.lex_state = 197}, [4804] = {.lex_state = 155}, [4805] = {.lex_state = 155}, [4806] = {.lex_state = 155}, [4807] = {.lex_state = 155}, - [4808] = {.lex_state = 155}, - [4809] = {.lex_state = 155}, + [4808] = {.lex_state = 141}, + [4809] = {.lex_state = 180}, [4810] = {.lex_state = 155}, [4811] = {.lex_state = 155}, - [4812] = {.lex_state = 155}, - [4813] = {.lex_state = 155}, - [4814] = {.lex_state = 155}, + [4812] = {.lex_state = 180}, + [4813] = {.lex_state = 180}, + [4814] = {.lex_state = 197}, [4815] = {.lex_state = 155}, - [4816] = {.lex_state = 155}, + [4816] = {.lex_state = 141}, [4817] = {.lex_state = 155}, [4818] = {.lex_state = 155}, [4819] = {.lex_state = 155}, [4820] = {.lex_state = 155}, [4821] = {.lex_state = 155}, - [4822] = {.lex_state = 155}, + [4822] = {.lex_state = 199}, [4823] = {.lex_state = 155}, [4824] = {.lex_state = 155}, [4825] = {.lex_state = 155}, @@ -22716,1258 +22595,1258 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4833] = {.lex_state = 155}, [4834] = {.lex_state = 155}, [4835] = {.lex_state = 155}, - [4836] = {.lex_state = 179}, + [4836] = {.lex_state = 155}, [4837] = {.lex_state = 155}, [4838] = {.lex_state = 155}, [4839] = {.lex_state = 155}, - [4840] = {.lex_state = 155}, - [4841] = {.lex_state = 155}, + [4840] = {.lex_state = 197}, + [4841] = {.lex_state = 141}, [4842] = {.lex_state = 155}, - [4843] = {.lex_state = 155}, - [4844] = {.lex_state = 155}, - [4845] = {.lex_state = 155}, + [4843] = {.lex_state = 197}, + [4844] = {.lex_state = 179}, + [4845] = {.lex_state = 179}, [4846] = {.lex_state = 155}, [4847] = {.lex_state = 155}, - [4848] = {.lex_state = 155}, - [4849] = {.lex_state = 155}, - [4850] = {.lex_state = 155}, + [4848] = {.lex_state = 200}, + [4849] = {.lex_state = 179}, + [4850] = {.lex_state = 0}, [4851] = {.lex_state = 155}, - [4852] = {.lex_state = 155}, - [4853] = {.lex_state = 155}, - [4854] = {.lex_state = 155}, - [4855] = {.lex_state = 155}, - [4856] = {.lex_state = 180}, - [4857] = {.lex_state = 197}, - [4858] = {.lex_state = 155}, + [4852] = {.lex_state = 141}, + [4853] = {.lex_state = 179}, + [4854] = {.lex_state = 179}, + [4855] = {.lex_state = 0}, + [4856] = {.lex_state = 0}, + [4857] = {.lex_state = 179}, + [4858] = {.lex_state = 200}, [4859] = {.lex_state = 141}, - [4860] = {.lex_state = 155}, - [4861] = {.lex_state = 141}, - [4862] = {.lex_state = 180}, - [4863] = {.lex_state = 180}, - [4864] = {.lex_state = 197}, + [4860] = {.lex_state = 179}, + [4861] = {.lex_state = 155}, + [4862] = {.lex_state = 0}, + [4863] = {.lex_state = 179}, + [4864] = {.lex_state = 155}, [4865] = {.lex_state = 155}, - [4866] = {.lex_state = 141}, - [4867] = {.lex_state = 180}, - [4868] = {.lex_state = 141}, - [4869] = {.lex_state = 197}, + [4866] = {.lex_state = 179}, + [4867] = {.lex_state = 179}, + [4868] = {.lex_state = 179}, + [4869] = {.lex_state = 155}, [4870] = {.lex_state = 155}, [4871] = {.lex_state = 155}, - [4872] = {.lex_state = 180}, - [4873] = {.lex_state = 180}, - [4874] = {.lex_state = 155}, - [4875] = {.lex_state = 197}, - [4876] = {.lex_state = 180}, - [4877] = {.lex_state = 155}, - [4878] = {.lex_state = 179}, - [4879] = {.lex_state = 141}, + [4872] = {.lex_state = 200}, + [4873] = {.lex_state = 179}, + [4874] = {.lex_state = 179}, + [4875] = {.lex_state = 155}, + [4876] = {.lex_state = 0}, + [4877] = {.lex_state = 179}, + [4878] = {.lex_state = 200}, + [4879] = {.lex_state = 179}, [4880] = {.lex_state = 155}, [4881] = {.lex_state = 141}, - [4882] = {.lex_state = 155}, - [4883] = {.lex_state = 179}, - [4884] = {.lex_state = 180}, - [4885] = {.lex_state = 155}, - [4886] = {.lex_state = 180}, - [4887] = {.lex_state = 180}, - [4888] = {.lex_state = 197}, - [4889] = {.lex_state = 180}, - [4890] = {.lex_state = 197}, - [4891] = {.lex_state = 155}, - [4892] = {.lex_state = 141}, - [4893] = {.lex_state = 155}, + [4882] = {.lex_state = 0}, + [4883] = {.lex_state = 141}, + [4884] = {.lex_state = 179}, + [4885] = {.lex_state = 141}, + [4886] = {.lex_state = 200}, + [4887] = {.lex_state = 179}, + [4888] = {.lex_state = 179}, + [4889] = {.lex_state = 155}, + [4890] = {.lex_state = 155}, + [4891] = {.lex_state = 141}, + [4892] = {.lex_state = 200}, + [4893] = {.lex_state = 141}, [4894] = {.lex_state = 141}, [4895] = {.lex_state = 141}, - [4896] = {.lex_state = 180}, + [4896] = {.lex_state = 0}, [4897] = {.lex_state = 155}, [4898] = {.lex_state = 197}, - [4899] = {.lex_state = 141}, - [4900] = {.lex_state = 155}, - [4901] = {.lex_state = 155}, - [4902] = {.lex_state = 155}, - [4903] = {.lex_state = 155}, - [4904] = {.lex_state = 155}, - [4905] = {.lex_state = 155}, - [4906] = {.lex_state = 155}, - [4907] = {.lex_state = 155}, - [4908] = {.lex_state = 155}, - [4909] = {.lex_state = 155}, - [4910] = {.lex_state = 155}, - [4911] = {.lex_state = 155}, - [4912] = {.lex_state = 155}, - [4913] = {.lex_state = 155}, - [4914] = {.lex_state = 199}, - [4915] = {.lex_state = 155}, - [4916] = {.lex_state = 155}, - [4917] = {.lex_state = 155}, - [4918] = {.lex_state = 141}, - [4919] = {.lex_state = 179}, - [4920] = {.lex_state = 155}, - [4921] = {.lex_state = 179}, - [4922] = {.lex_state = 141}, + [4899] = {.lex_state = 197}, + [4900] = {.lex_state = 261}, + [4901] = {.lex_state = 184}, + [4902] = {.lex_state = 184}, + [4903] = {.lex_state = 184}, + [4904] = {.lex_state = 0}, + [4905] = {.lex_state = 0}, + [4906] = {.lex_state = 199}, + [4907] = {.lex_state = 184}, + [4908] = {.lex_state = 184}, + [4909] = {.lex_state = 184}, + [4910] = {.lex_state = 184}, + [4911] = {.lex_state = 197}, + [4912] = {.lex_state = 184}, + [4913] = {.lex_state = 261}, + [4914] = {.lex_state = 0}, + [4915] = {.lex_state = 199}, + [4916] = {.lex_state = 184}, + [4917] = {.lex_state = 199}, + [4918] = {.lex_state = 261}, + [4919] = {.lex_state = 0}, + [4920] = {.lex_state = 0}, + [4921] = {.lex_state = 0}, + [4922] = {.lex_state = 199}, [4923] = {.lex_state = 155}, - [4924] = {.lex_state = 155}, - [4925] = {.lex_state = 200}, - [4926] = {.lex_state = 141}, - [4927] = {.lex_state = 179}, - [4928] = {.lex_state = 179}, - [4929] = {.lex_state = 0}, + [4924] = {.lex_state = 199}, + [4925] = {.lex_state = 261}, + [4926] = {.lex_state = 0}, + [4927] = {.lex_state = 199}, + [4928] = {.lex_state = 261}, + [4929] = {.lex_state = 199}, [4930] = {.lex_state = 155}, - [4931] = {.lex_state = 141}, - [4932] = {.lex_state = 0}, - [4933] = {.lex_state = 179}, - [4934] = {.lex_state = 179}, - [4935] = {.lex_state = 0}, - [4936] = {.lex_state = 179}, - [4937] = {.lex_state = 179}, - [4938] = {.lex_state = 155}, - [4939] = {.lex_state = 179}, - [4940] = {.lex_state = 197}, - [4941] = {.lex_state = 155}, - [4942] = {.lex_state = 155}, - [4943] = {.lex_state = 0}, - [4944] = {.lex_state = 179}, - [4945] = {.lex_state = 155}, - [4946] = {.lex_state = 155}, - [4947] = {.lex_state = 141}, - [4948] = {.lex_state = 179}, + [4931] = {.lex_state = 199}, + [4932] = {.lex_state = 199}, + [4933] = {.lex_state = 197}, + [4934] = {.lex_state = 199}, + [4935] = {.lex_state = 261}, + [4936] = {.lex_state = 197}, + [4937] = {.lex_state = 199}, + [4938] = {.lex_state = 199}, + [4939] = {.lex_state = 199}, + [4940] = {.lex_state = 199}, + [4941] = {.lex_state = 197}, + [4942] = {.lex_state = 197}, + [4943] = {.lex_state = 197}, + [4944] = {.lex_state = 261}, + [4945] = {.lex_state = 199}, + [4946] = {.lex_state = 199}, + [4947] = {.lex_state = 197}, + [4948] = {.lex_state = 199}, [4949] = {.lex_state = 155}, - [4950] = {.lex_state = 0}, - [4951] = {.lex_state = 155}, - [4952] = {.lex_state = 155}, - [4953] = {.lex_state = 200}, - [4954] = {.lex_state = 155}, - [4955] = {.lex_state = 179}, - [4956] = {.lex_state = 200}, - [4957] = {.lex_state = 200}, - [4958] = {.lex_state = 179}, - [4959] = {.lex_state = 180}, - [4960] = {.lex_state = 155}, - [4961] = {.lex_state = 0}, - [4962] = {.lex_state = 155}, - [4963] = {.lex_state = 179}, - [4964] = {.lex_state = 155}, - [4965] = {.lex_state = 179}, - [4966] = {.lex_state = 155}, - [4967] = {.lex_state = 179}, - [4968] = {.lex_state = 141}, - [4969] = {.lex_state = 155}, - [4970] = {.lex_state = 0}, - [4971] = {.lex_state = 200}, - [4972] = {.lex_state = 179}, - [4973] = {.lex_state = 141}, - [4974] = {.lex_state = 179}, - [4975] = {.lex_state = 141}, - [4976] = {.lex_state = 141}, + [4950] = {.lex_state = 199}, + [4951] = {.lex_state = 199}, + [4952] = {.lex_state = 199}, + [4953] = {.lex_state = 199}, + [4954] = {.lex_state = 199}, + [4955] = {.lex_state = 199}, + [4956] = {.lex_state = 197}, + [4957] = {.lex_state = 197}, + [4958] = {.lex_state = 197}, + [4959] = {.lex_state = 199}, + [4960] = {.lex_state = 199}, + [4961] = {.lex_state = 199}, + [4962] = {.lex_state = 199}, + [4963] = {.lex_state = 155}, + [4964] = {.lex_state = 199}, + [4965] = {.lex_state = 199}, + [4966] = {.lex_state = 199}, + [4967] = {.lex_state = 199}, + [4968] = {.lex_state = 199}, + [4969] = {.lex_state = 199}, + [4970] = {.lex_state = 199}, + [4971] = {.lex_state = 199}, + [4972] = {.lex_state = 199}, + [4973] = {.lex_state = 197}, + [4974] = {.lex_state = 197}, + [4975] = {.lex_state = 199}, + [4976] = {.lex_state = 199}, [4977] = {.lex_state = 197}, - [4978] = {.lex_state = 141}, - [4979] = {.lex_state = 200}, - [4980] = {.lex_state = 155}, - [4981] = {.lex_state = 155}, - [4982] = {.lex_state = 155}, - [4983] = {.lex_state = 184}, - [4984] = {.lex_state = 184}, - [4985] = {.lex_state = 184}, - [4986] = {.lex_state = 199}, - [4987] = {.lex_state = 184}, + [4978] = {.lex_state = 199}, + [4979] = {.lex_state = 199}, + [4980] = {.lex_state = 199}, + [4981] = {.lex_state = 203}, + [4982] = {.lex_state = 199}, + [4983] = {.lex_state = 199}, + [4984] = {.lex_state = 197}, + [4985] = {.lex_state = 155}, + [4986] = {.lex_state = 155}, + [4987] = {.lex_state = 199}, [4988] = {.lex_state = 199}, - [4989] = {.lex_state = 184}, + [4989] = {.lex_state = 199}, [4990] = {.lex_state = 199}, - [4991] = {.lex_state = 155}, - [4992] = {.lex_state = 197}, - [4993] = {.lex_state = 199}, - [4994] = {.lex_state = 261}, - [4995] = {.lex_state = 184}, - [4996] = {.lex_state = 261}, - [4997] = {.lex_state = 197}, - [4998] = {.lex_state = 184}, + [4991] = {.lex_state = 199}, + [4992] = {.lex_state = 199}, + [4993] = {.lex_state = 155}, + [4994] = {.lex_state = 199}, + [4995] = {.lex_state = 199}, + [4996] = {.lex_state = 197}, + [4997] = {.lex_state = 155}, + [4998] = {.lex_state = 155}, [4999] = {.lex_state = 199}, - [5000] = {.lex_state = 261}, - [5001] = {.lex_state = 0}, - [5002] = {.lex_state = 199}, - [5003] = {.lex_state = 199}, - [5004] = {.lex_state = 261}, - [5005] = {.lex_state = 199}, - [5006] = {.lex_state = 0}, - [5007] = {.lex_state = 0}, + [5000] = {.lex_state = 155}, + [5001] = {.lex_state = 199}, + [5002] = {.lex_state = 197}, + [5003] = {.lex_state = 155}, + [5004] = {.lex_state = 199}, + [5005] = {.lex_state = 197}, + [5006] = {.lex_state = 155}, + [5007] = {.lex_state = 155}, [5008] = {.lex_state = 155}, - [5009] = {.lex_state = 0}, - [5010] = {.lex_state = 0}, + [5009] = {.lex_state = 155}, + [5010] = {.lex_state = 155}, [5011] = {.lex_state = 199}, - [5012] = {.lex_state = 261}, - [5013] = {.lex_state = 199}, - [5014] = {.lex_state = 199}, - [5015] = {.lex_state = 199}, - [5016] = {.lex_state = 199}, - [5017] = {.lex_state = 0}, - [5018] = {.lex_state = 0}, - [5019] = {.lex_state = 261}, - [5020] = {.lex_state = 184}, - [5021] = {.lex_state = 199}, - [5022] = {.lex_state = 184}, - [5023] = {.lex_state = 199}, - [5024] = {.lex_state = 155}, - [5025] = {.lex_state = 197}, - [5026] = {.lex_state = 155}, - [5027] = {.lex_state = 155}, - [5028] = {.lex_state = 199}, - [5029] = {.lex_state = 155}, - [5030] = {.lex_state = 155}, - [5031] = {.lex_state = 199}, - [5032] = {.lex_state = 197}, - [5033] = {.lex_state = 197}, + [5012] = {.lex_state = 199}, + [5013] = {.lex_state = 197}, + [5014] = {.lex_state = 197}, + [5015] = {.lex_state = 155}, + [5016] = {.lex_state = 155}, + [5017] = {.lex_state = 199}, + [5018] = {.lex_state = 199}, + [5019] = {.lex_state = 199}, + [5020] = {.lex_state = 197}, + [5021] = {.lex_state = 198}, + [5022] = {.lex_state = 155}, + [5023] = {.lex_state = 197}, + [5024] = {.lex_state = 199}, + [5025] = {.lex_state = 199}, + [5026] = {.lex_state = 141}, + [5027] = {.lex_state = 197}, + [5028] = {.lex_state = 198}, + [5029] = {.lex_state = 199}, + [5030] = {.lex_state = 199}, + [5031] = {.lex_state = 179}, + [5032] = {.lex_state = 200}, + [5033] = {.lex_state = 199}, [5034] = {.lex_state = 199}, - [5035] = {.lex_state = 155}, - [5036] = {.lex_state = 199}, + [5035] = {.lex_state = 199}, + [5036] = {.lex_state = 200}, [5037] = {.lex_state = 199}, - [5038] = {.lex_state = 155}, - [5039] = {.lex_state = 199}, + [5038] = {.lex_state = 198}, + [5039] = {.lex_state = 155}, [5040] = {.lex_state = 199}, [5041] = {.lex_state = 199}, [5042] = {.lex_state = 199}, - [5043] = {.lex_state = 203}, - [5044] = {.lex_state = 155}, - [5045] = {.lex_state = 199}, + [5043] = {.lex_state = 155}, + [5044] = {.lex_state = 179}, + [5045] = {.lex_state = 198}, [5046] = {.lex_state = 199}, [5047] = {.lex_state = 199}, [5048] = {.lex_state = 199}, - [5049] = {.lex_state = 141}, - [5050] = {.lex_state = 199}, - [5051] = {.lex_state = 199}, - [5052] = {.lex_state = 199}, + [5049] = {.lex_state = 199}, + [5050] = {.lex_state = 198}, + [5051] = {.lex_state = 198}, + [5052] = {.lex_state = 198}, [5053] = {.lex_state = 199}, - [5054] = {.lex_state = 199}, + [5054] = {.lex_state = 198}, [5055] = {.lex_state = 199}, [5056] = {.lex_state = 199}, - [5057] = {.lex_state = 199}, - [5058] = {.lex_state = 199}, - [5059] = {.lex_state = 197}, - [5060] = {.lex_state = 197}, - [5061] = {.lex_state = 199}, - [5062] = {.lex_state = 199}, - [5063] = {.lex_state = 198}, + [5057] = {.lex_state = 198}, + [5058] = {.lex_state = 198}, + [5059] = {.lex_state = 198}, + [5060] = {.lex_state = 199}, + [5061] = {.lex_state = 155}, + [5062] = {.lex_state = 200}, + [5063] = {.lex_state = 199}, [5064] = {.lex_state = 199}, - [5065] = {.lex_state = 199}, - [5066] = {.lex_state = 198}, + [5065] = {.lex_state = 155}, + [5066] = {.lex_state = 199}, [5067] = {.lex_state = 155}, - [5068] = {.lex_state = 197}, + [5068] = {.lex_state = 199}, [5069] = {.lex_state = 199}, [5070] = {.lex_state = 199}, - [5071] = {.lex_state = 155}, + [5071] = {.lex_state = 199}, [5072] = {.lex_state = 199}, - [5073] = {.lex_state = 197}, - [5074] = {.lex_state = 197}, - [5075] = {.lex_state = 199}, - [5076] = {.lex_state = 199}, - [5077] = {.lex_state = 197}, - [5078] = {.lex_state = 155}, - [5079] = {.lex_state = 199}, - [5080] = {.lex_state = 155}, - [5081] = {.lex_state = 199}, - [5082] = {.lex_state = 261}, - [5083] = {.lex_state = 199}, + [5073] = {.lex_state = 198}, + [5074] = {.lex_state = 199}, + [5075] = {.lex_state = 198}, + [5076] = {.lex_state = 198}, + [5077] = {.lex_state = 198}, + [5078] = {.lex_state = 199}, + [5079] = {.lex_state = 200}, + [5080] = {.lex_state = 199}, + [5081] = {.lex_state = 198}, + [5082] = {.lex_state = 199}, + [5083] = {.lex_state = 198}, [5084] = {.lex_state = 199}, [5085] = {.lex_state = 199}, - [5086] = {.lex_state = 155}, + [5086] = {.lex_state = 199}, [5087] = {.lex_state = 199}, - [5088] = {.lex_state = 155}, + [5088] = {.lex_state = 199}, [5089] = {.lex_state = 155}, [5090] = {.lex_state = 199}, - [5091] = {.lex_state = 155}, - [5092] = {.lex_state = 155}, + [5091] = {.lex_state = 199}, + [5092] = {.lex_state = 198}, [5093] = {.lex_state = 199}, [5094] = {.lex_state = 155}, [5095] = {.lex_state = 199}, [5096] = {.lex_state = 155}, - [5097] = {.lex_state = 199}, - [5098] = {.lex_state = 199}, + [5097] = {.lex_state = 155}, + [5098] = {.lex_state = 198}, [5099] = {.lex_state = 199}, - [5100] = {.lex_state = 199}, - [5101] = {.lex_state = 155}, + [5100] = {.lex_state = 198}, + [5101] = {.lex_state = 200}, [5102] = {.lex_state = 199}, [5103] = {.lex_state = 199}, - [5104] = {.lex_state = 197}, - [5105] = {.lex_state = 199}, - [5106] = {.lex_state = 155}, - [5107] = {.lex_state = 199}, - [5108] = {.lex_state = 199}, - [5109] = {.lex_state = 199}, - [5110] = {.lex_state = 200}, - [5111] = {.lex_state = 197}, + [5104] = {.lex_state = 199}, + [5105] = {.lex_state = 155}, + [5106] = {.lex_state = 200}, + [5107] = {.lex_state = 198}, + [5108] = {.lex_state = 155}, + [5109] = {.lex_state = 155}, + [5110] = {.lex_state = 155}, + [5111] = {.lex_state = 155}, [5112] = {.lex_state = 155}, - [5113] = {.lex_state = 198}, - [5114] = {.lex_state = 197}, + [5113] = {.lex_state = 155}, + [5114] = {.lex_state = 199}, [5115] = {.lex_state = 199}, - [5116] = {.lex_state = 198}, - [5117] = {.lex_state = 198}, - [5118] = {.lex_state = 199}, - [5119] = {.lex_state = 155}, + [5116] = {.lex_state = 199}, + [5117] = {.lex_state = 155}, + [5118] = {.lex_state = 155}, + [5119] = {.lex_state = 199}, [5120] = {.lex_state = 199}, [5121] = {.lex_state = 199}, [5122] = {.lex_state = 199}, [5123] = {.lex_state = 199}, - [5124] = {.lex_state = 155}, - [5125] = {.lex_state = 199}, - [5126] = {.lex_state = 199}, - [5127] = {.lex_state = 155}, + [5124] = {.lex_state = 199}, + [5125] = {.lex_state = 155}, + [5126] = {.lex_state = 155}, + [5127] = {.lex_state = 200}, [5128] = {.lex_state = 155}, - [5129] = {.lex_state = 199}, - [5130] = {.lex_state = 197}, - [5131] = {.lex_state = 199}, - [5132] = {.lex_state = 199}, - [5133] = {.lex_state = 199}, - [5134] = {.lex_state = 199}, - [5135] = {.lex_state = 155}, - [5136] = {.lex_state = 200}, - [5137] = {.lex_state = 200}, - [5138] = {.lex_state = 199}, - [5139] = {.lex_state = 198}, - [5140] = {.lex_state = 179}, - [5141] = {.lex_state = 199}, - [5142] = {.lex_state = 155}, - [5143] = {.lex_state = 199}, + [5129] = {.lex_state = 155}, + [5130] = {.lex_state = 155}, + [5131] = {.lex_state = 155}, + [5132] = {.lex_state = 155}, + [5133] = {.lex_state = 184}, + [5134] = {.lex_state = 184}, + [5135] = {.lex_state = 199}, + [5136] = {.lex_state = 155}, + [5137] = {.lex_state = 155}, + [5138] = {.lex_state = 155}, + [5139] = {.lex_state = 261}, + [5140] = {.lex_state = 141}, + [5141] = {.lex_state = 192}, + [5142] = {.lex_state = 198}, + [5143] = {.lex_state = 156}, [5144] = {.lex_state = 155}, - [5145] = {.lex_state = 199}, - [5146] = {.lex_state = 199}, + [5145] = {.lex_state = 261}, + [5146] = {.lex_state = 198}, [5147] = {.lex_state = 198}, - [5148] = {.lex_state = 199}, - [5149] = {.lex_state = 199}, - [5150] = {.lex_state = 199}, - [5151] = {.lex_state = 199}, + [5148] = {.lex_state = 155}, + [5149] = {.lex_state = 155}, + [5150] = {.lex_state = 155}, + [5151] = {.lex_state = 192}, [5152] = {.lex_state = 198}, - [5153] = {.lex_state = 155}, - [5154] = {.lex_state = 199}, + [5153] = {.lex_state = 198}, + [5154] = {.lex_state = 155}, [5155] = {.lex_state = 198}, - [5156] = {.lex_state = 198}, - [5157] = {.lex_state = 199}, + [5156] = {.lex_state = 261}, + [5157] = {.lex_state = 198}, [5158] = {.lex_state = 198}, - [5159] = {.lex_state = 199}, + [5159] = {.lex_state = 155}, [5160] = {.lex_state = 155}, - [5161] = {.lex_state = 179}, - [5162] = {.lex_state = 199}, - [5163] = {.lex_state = 198}, - [5164] = {.lex_state = 198}, - [5165] = {.lex_state = 198}, - [5166] = {.lex_state = 197}, - [5167] = {.lex_state = 200}, - [5168] = {.lex_state = 198}, - [5169] = {.lex_state = 200}, - [5170] = {.lex_state = 198}, - [5171] = {.lex_state = 198}, - [5172] = {.lex_state = 197}, - [5173] = {.lex_state = 199}, - [5174] = {.lex_state = 199}, - [5175] = {.lex_state = 198}, + [5161] = {.lex_state = 199}, + [5162] = {.lex_state = 155}, + [5163] = {.lex_state = 199}, + [5164] = {.lex_state = 199}, + [5165] = {.lex_state = 199}, + [5166] = {.lex_state = 261}, + [5167] = {.lex_state = 261}, + [5168] = {.lex_state = 199}, + [5169] = {.lex_state = 261}, + [5170] = {.lex_state = 155}, + [5171] = {.lex_state = 155}, + [5172] = {.lex_state = 261}, + [5173] = {.lex_state = 155}, + [5174] = {.lex_state = 192}, + [5175] = {.lex_state = 155}, [5176] = {.lex_state = 199}, [5177] = {.lex_state = 199}, - [5178] = {.lex_state = 199}, - [5179] = {.lex_state = 198}, - [5180] = {.lex_state = 199}, - [5181] = {.lex_state = 199}, - [5182] = {.lex_state = 200}, - [5183] = {.lex_state = 199}, - [5184] = {.lex_state = 198}, - [5185] = {.lex_state = 198}, - [5186] = {.lex_state = 199}, - [5187] = {.lex_state = 199}, - [5188] = {.lex_state = 199}, - [5189] = {.lex_state = 199}, + [5178] = {.lex_state = 261}, + [5179] = {.lex_state = 261}, + [5180] = {.lex_state = 261}, + [5181] = {.lex_state = 155}, + [5182] = {.lex_state = 155}, + [5183] = {.lex_state = 261}, + [5184] = {.lex_state = 155}, + [5185] = {.lex_state = 155}, + [5186] = {.lex_state = 198}, + [5187] = {.lex_state = 155}, + [5188] = {.lex_state = 198}, + [5189] = {.lex_state = 155}, [5190] = {.lex_state = 155}, - [5191] = {.lex_state = 261}, + [5191] = {.lex_state = 192}, [5192] = {.lex_state = 261}, - [5193] = {.lex_state = 197}, - [5194] = {.lex_state = 155}, - [5195] = {.lex_state = 199}, + [5193] = {.lex_state = 155}, + [5194] = {.lex_state = 261}, + [5195] = {.lex_state = 198}, [5196] = {.lex_state = 261}, - [5197] = {.lex_state = 197}, - [5198] = {.lex_state = 197}, - [5199] = {.lex_state = 197}, - [5200] = {.lex_state = 197}, - [5201] = {.lex_state = 199}, + [5197] = {.lex_state = 155}, + [5198] = {.lex_state = 261}, + [5199] = {.lex_state = 155}, + [5200] = {.lex_state = 261}, + [5201] = {.lex_state = 155}, [5202] = {.lex_state = 155}, [5203] = {.lex_state = 155}, - [5204] = {.lex_state = 261}, - [5205] = {.lex_state = 261}, - [5206] = {.lex_state = 200}, - [5207] = {.lex_state = 155}, - [5208] = {.lex_state = 199}, - [5209] = {.lex_state = 197}, - [5210] = {.lex_state = 199}, - [5211] = {.lex_state = 184}, - [5212] = {.lex_state = 199}, - [5213] = {.lex_state = 155}, - [5214] = {.lex_state = 155}, + [5204] = {.lex_state = 155}, + [5205] = {.lex_state = 198}, + [5206] = {.lex_state = 198}, + [5207] = {.lex_state = 198}, + [5208] = {.lex_state = 155}, + [5209] = {.lex_state = 198}, + [5210] = {.lex_state = 155}, + [5211] = {.lex_state = 155}, + [5212] = {.lex_state = 155}, + [5213] = {.lex_state = 198}, + [5214] = {.lex_state = 198}, [5215] = {.lex_state = 155}, - [5216] = {.lex_state = 184}, - [5217] = {.lex_state = 199}, - [5218] = {.lex_state = 199}, - [5219] = {.lex_state = 155}, - [5220] = {.lex_state = 155}, + [5216] = {.lex_state = 155}, + [5217] = {.lex_state = 155}, + [5218] = {.lex_state = 155}, + [5219] = {.lex_state = 198}, + [5220] = {.lex_state = 261}, [5221] = {.lex_state = 155}, - [5222] = {.lex_state = 199}, - [5223] = {.lex_state = 199}, - [5224] = {.lex_state = 199}, - [5225] = {.lex_state = 197}, - [5226] = {.lex_state = 155}, + [5222] = {.lex_state = 155}, + [5223] = {.lex_state = 261}, + [5224] = {.lex_state = 155}, + [5225] = {.lex_state = 156}, + [5226] = {.lex_state = 261}, [5227] = {.lex_state = 155}, - [5228] = {.lex_state = 198}, - [5229] = {.lex_state = 155}, - [5230] = {.lex_state = 192}, - [5231] = {.lex_state = 261}, + [5228] = {.lex_state = 261}, + [5229] = {.lex_state = 261}, + [5230] = {.lex_state = 261}, + [5231] = {.lex_state = 198}, [5232] = {.lex_state = 155}, - [5233] = {.lex_state = 198}, + [5233] = {.lex_state = 155}, [5234] = {.lex_state = 155}, - [5235] = {.lex_state = 155}, + [5235] = {.lex_state = 261}, [5236] = {.lex_state = 261}, - [5237] = {.lex_state = 155}, + [5237] = {.lex_state = 261}, [5238] = {.lex_state = 261}, - [5239] = {.lex_state = 198}, - [5240] = {.lex_state = 156}, - [5241] = {.lex_state = 198}, + [5239] = {.lex_state = 155}, + [5240] = {.lex_state = 261}, + [5241] = {.lex_state = 156}, [5242] = {.lex_state = 155}, - [5243] = {.lex_state = 198}, - [5244] = {.lex_state = 155}, - [5245] = {.lex_state = 156}, - [5246] = {.lex_state = 198}, + [5243] = {.lex_state = 165}, + [5244] = {.lex_state = 198}, + [5245] = {.lex_state = 198}, + [5246] = {.lex_state = 156}, [5247] = {.lex_state = 198}, - [5248] = {.lex_state = 198}, - [5249] = {.lex_state = 155}, - [5250] = {.lex_state = 198}, + [5248] = {.lex_state = 155}, + [5249] = {.lex_state = 156}, + [5250] = {.lex_state = 156}, [5251] = {.lex_state = 155}, - [5252] = {.lex_state = 155}, + [5252] = {.lex_state = 198}, [5253] = {.lex_state = 198}, - [5254] = {.lex_state = 261}, + [5254] = {.lex_state = 156}, [5255] = {.lex_state = 198}, - [5256] = {.lex_state = 197}, + [5256] = {.lex_state = 155}, [5257] = {.lex_state = 261}, - [5258] = {.lex_state = 155}, + [5258] = {.lex_state = 200}, [5259] = {.lex_state = 155}, - [5260] = {.lex_state = 197}, - [5261] = {.lex_state = 155}, - [5262] = {.lex_state = 198}, - [5263] = {.lex_state = 141}, - [5264] = {.lex_state = 261}, - [5265] = {.lex_state = 261}, - [5266] = {.lex_state = 261}, - [5267] = {.lex_state = 261}, - [5268] = {.lex_state = 261}, - [5269] = {.lex_state = 261}, - [5270] = {.lex_state = 197}, - [5271] = {.lex_state = 155}, - [5272] = {.lex_state = 198}, - [5273] = {.lex_state = 198}, - [5274] = {.lex_state = 155}, - [5275] = {.lex_state = 198}, - [5276] = {.lex_state = 198}, - [5277] = {.lex_state = 155}, - [5278] = {.lex_state = 155}, - [5279] = {.lex_state = 199}, - [5280] = {.lex_state = 192}, - [5281] = {.lex_state = 155}, - [5282] = {.lex_state = 197}, - [5283] = {.lex_state = 198}, - [5284] = {.lex_state = 261}, - [5285] = {.lex_state = 198}, - [5286] = {.lex_state = 192}, + [5260] = {.lex_state = 198}, + [5261] = {.lex_state = 198}, + [5262] = {.lex_state = 261}, + [5263] = {.lex_state = 197}, + [5264] = {.lex_state = 200}, + [5265] = {.lex_state = 198}, + [5266] = {.lex_state = 155}, + [5267] = {.lex_state = 197}, + [5268] = {.lex_state = 156}, + [5269] = {.lex_state = 155}, + [5270] = {.lex_state = 156}, + [5271] = {.lex_state = 198}, + [5272] = {.lex_state = 200}, + [5273] = {.lex_state = 156}, + [5274] = {.lex_state = 165}, + [5275] = {.lex_state = 156}, + [5276] = {.lex_state = 156}, + [5277] = {.lex_state = 198}, + [5278] = {.lex_state = 156}, + [5279] = {.lex_state = 155}, + [5280] = {.lex_state = 155}, + [5281] = {.lex_state = 141}, + [5282] = {.lex_state = 180}, + [5283] = {.lex_state = 166}, + [5284] = {.lex_state = 141}, + [5285] = {.lex_state = 261}, + [5286] = {.lex_state = 165}, [5287] = {.lex_state = 261}, [5288] = {.lex_state = 261}, - [5289] = {.lex_state = 155}, - [5290] = {.lex_state = 261}, - [5291] = {.lex_state = 155}, - [5292] = {.lex_state = 155}, - [5293] = {.lex_state = 155}, - [5294] = {.lex_state = 155}, - [5295] = {.lex_state = 192}, - [5296] = {.lex_state = 261}, - [5297] = {.lex_state = 261}, + [5289] = {.lex_state = 261}, + [5290] = {.lex_state = 165}, + [5291] = {.lex_state = 166}, + [5292] = {.lex_state = 166}, + [5293] = {.lex_state = 166}, + [5294] = {.lex_state = 141}, + [5295] = {.lex_state = 166}, + [5296] = {.lex_state = 166}, + [5297] = {.lex_state = 141}, [5298] = {.lex_state = 261}, - [5299] = {.lex_state = 155}, - [5300] = {.lex_state = 261}, - [5301] = {.lex_state = 155}, - [5302] = {.lex_state = 155}, - [5303] = {.lex_state = 197}, - [5304] = {.lex_state = 155}, - [5305] = {.lex_state = 261}, - [5306] = {.lex_state = 198}, - [5307] = {.lex_state = 155}, - [5308] = {.lex_state = 155}, + [5299] = {.lex_state = 261}, + [5300] = {.lex_state = 165}, + [5301] = {.lex_state = 166}, + [5302] = {.lex_state = 261}, + [5303] = {.lex_state = 261}, + [5304] = {.lex_state = 166}, + [5305] = {.lex_state = 141}, + [5306] = {.lex_state = 166}, + [5307] = {.lex_state = 141}, + [5308] = {.lex_state = 261}, [5309] = {.lex_state = 261}, - [5310] = {.lex_state = 155}, - [5311] = {.lex_state = 261}, - [5312] = {.lex_state = 197}, - [5313] = {.lex_state = 155}, - [5314] = {.lex_state = 199}, - [5315] = {.lex_state = 261}, - [5316] = {.lex_state = 199}, - [5317] = {.lex_state = 261}, + [5310] = {.lex_state = 165}, + [5311] = {.lex_state = 165}, + [5312] = {.lex_state = 141}, + [5313] = {.lex_state = 180}, + [5314] = {.lex_state = 165}, + [5315] = {.lex_state = 166}, + [5316] = {.lex_state = 261}, + [5317] = {.lex_state = 165}, [5318] = {.lex_state = 261}, - [5319] = {.lex_state = 155}, - [5320] = {.lex_state = 199}, - [5321] = {.lex_state = 155}, - [5322] = {.lex_state = 155}, - [5323] = {.lex_state = 261}, - [5324] = {.lex_state = 199}, - [5325] = {.lex_state = 199}, - [5326] = {.lex_state = 199}, - [5327] = {.lex_state = 197}, - [5328] = {.lex_state = 261}, - [5329] = {.lex_state = 155}, - [5330] = {.lex_state = 155}, - [5331] = {.lex_state = 165}, - [5332] = {.lex_state = 155}, + [5319] = {.lex_state = 261}, + [5320] = {.lex_state = 165}, + [5321] = {.lex_state = 165}, + [5322] = {.lex_state = 166}, + [5323] = {.lex_state = 198}, + [5324] = {.lex_state = 261}, + [5325] = {.lex_state = 165}, + [5326] = {.lex_state = 166}, + [5327] = {.lex_state = 261}, + [5328] = {.lex_state = 180}, + [5329] = {.lex_state = 166}, + [5330] = {.lex_state = 261}, + [5331] = {.lex_state = 261}, + [5332] = {.lex_state = 165}, [5333] = {.lex_state = 155}, - [5334] = {.lex_state = 155}, + [5334] = {.lex_state = 166}, [5335] = {.lex_state = 155}, - [5336] = {.lex_state = 155}, - [5337] = {.lex_state = 155}, - [5338] = {.lex_state = 200}, - [5339] = {.lex_state = 155}, - [5340] = {.lex_state = 261}, - [5341] = {.lex_state = 165}, - [5342] = {.lex_state = 261}, - [5343] = {.lex_state = 156}, - [5344] = {.lex_state = 155}, - [5345] = {.lex_state = 198}, - [5346] = {.lex_state = 156}, + [5336] = {.lex_state = 200}, + [5337] = {.lex_state = 261}, + [5338] = {.lex_state = 197}, + [5339] = {.lex_state = 166}, + [5340] = {.lex_state = 197}, + [5341] = {.lex_state = 261}, + [5342] = {.lex_state = 155}, + [5343] = {.lex_state = 197}, + [5344] = {.lex_state = 197}, + [5345] = {.lex_state = 197}, + [5346] = {.lex_state = 261}, [5347] = {.lex_state = 155}, - [5348] = {.lex_state = 261}, - [5349] = {.lex_state = 155}, - [5350] = {.lex_state = 155}, + [5348] = {.lex_state = 197}, + [5349] = {.lex_state = 166}, + [5350] = {.lex_state = 166}, [5351] = {.lex_state = 155}, - [5352] = {.lex_state = 261}, - [5353] = {.lex_state = 198}, - [5354] = {.lex_state = 200}, - [5355] = {.lex_state = 155}, - [5356] = {.lex_state = 198}, - [5357] = {.lex_state = 197}, - [5358] = {.lex_state = 198}, + [5352] = {.lex_state = 166}, + [5353] = {.lex_state = 166}, + [5354] = {.lex_state = 197}, + [5355] = {.lex_state = 197}, + [5356] = {.lex_state = 141}, + [5357] = {.lex_state = 166}, + [5358] = {.lex_state = 197}, [5359] = {.lex_state = 261}, - [5360] = {.lex_state = 198}, - [5361] = {.lex_state = 198}, - [5362] = {.lex_state = 198}, - [5363] = {.lex_state = 198}, - [5364] = {.lex_state = 198}, + [5360] = {.lex_state = 166}, + [5361] = {.lex_state = 197}, + [5362] = {.lex_state = 155}, + [5363] = {.lex_state = 261}, + [5364] = {.lex_state = 261}, [5365] = {.lex_state = 197}, - [5366] = {.lex_state = 156}, - [5367] = {.lex_state = 198}, - [5368] = {.lex_state = 200}, - [5369] = {.lex_state = 156}, - [5370] = {.lex_state = 261}, - [5371] = {.lex_state = 198}, - [5372] = {.lex_state = 261}, - [5373] = {.lex_state = 165}, - [5374] = {.lex_state = 165}, - [5375] = {.lex_state = 180}, - [5376] = {.lex_state = 141}, - [5377] = {.lex_state = 261}, - [5378] = {.lex_state = 261}, - [5379] = {.lex_state = 166}, - [5380] = {.lex_state = 156}, - [5381] = {.lex_state = 165}, - [5382] = {.lex_state = 165}, - [5383] = {.lex_state = 166}, + [5366] = {.lex_state = 261}, + [5367] = {.lex_state = 166}, + [5368] = {.lex_state = 166}, + [5369] = {.lex_state = 166}, + [5370] = {.lex_state = 197}, + [5371] = {.lex_state = 166}, + [5372] = {.lex_state = 141}, + [5373] = {.lex_state = 261}, + [5374] = {.lex_state = 261}, + [5375] = {.lex_state = 197}, + [5376] = {.lex_state = 166}, + [5377] = {.lex_state = 166}, + [5378] = {.lex_state = 155}, + [5379] = {.lex_state = 261}, + [5380] = {.lex_state = 155}, + [5381] = {.lex_state = 261}, + [5382] = {.lex_state = 197}, + [5383] = {.lex_state = 261}, [5384] = {.lex_state = 155}, - [5385] = {.lex_state = 261}, - [5386] = {.lex_state = 141}, - [5387] = {.lex_state = 165}, - [5388] = {.lex_state = 166}, + [5385] = {.lex_state = 165}, + [5386] = {.lex_state = 261}, + [5387] = {.lex_state = 261}, + [5388] = {.lex_state = 261}, [5389] = {.lex_state = 261}, [5390] = {.lex_state = 261}, - [5391] = {.lex_state = 180}, - [5392] = {.lex_state = 261}, - [5393] = {.lex_state = 165}, - [5394] = {.lex_state = 165}, + [5391] = {.lex_state = 261}, + [5392] = {.lex_state = 165}, + [5393] = {.lex_state = 261}, + [5394] = {.lex_state = 197}, [5395] = {.lex_state = 261}, - [5396] = {.lex_state = 165}, + [5396] = {.lex_state = 141}, [5397] = {.lex_state = 141}, - [5398] = {.lex_state = 141}, - [5399] = {.lex_state = 165}, - [5400] = {.lex_state = 156}, - [5401] = {.lex_state = 261}, - [5402] = {.lex_state = 156}, - [5403] = {.lex_state = 141}, - [5404] = {.lex_state = 261}, + [5398] = {.lex_state = 155}, + [5399] = {.lex_state = 0}, + [5400] = {.lex_state = 146}, + [5401] = {.lex_state = 146}, + [5402] = {.lex_state = 146}, + [5403] = {.lex_state = 0}, + [5404] = {.lex_state = 76}, [5405] = {.lex_state = 261}, - [5406] = {.lex_state = 141}, - [5407] = {.lex_state = 166}, - [5408] = {.lex_state = 166}, - [5409] = {.lex_state = 261}, - [5410] = {.lex_state = 155}, - [5411] = {.lex_state = 155}, - [5412] = {.lex_state = 261}, - [5413] = {.lex_state = 155}, - [5414] = {.lex_state = 261}, - [5415] = {.lex_state = 155}, - [5416] = {.lex_state = 261}, - [5417] = {.lex_state = 155}, - [5418] = {.lex_state = 166}, - [5419] = {.lex_state = 166}, - [5420] = {.lex_state = 156}, - [5421] = {.lex_state = 166}, - [5422] = {.lex_state = 165}, - [5423] = {.lex_state = 155}, - [5424] = {.lex_state = 155}, - [5425] = {.lex_state = 155}, - [5426] = {.lex_state = 180}, - [5427] = {.lex_state = 166}, - [5428] = {.lex_state = 155}, - [5429] = {.lex_state = 155}, - [5430] = {.lex_state = 166}, - [5431] = {.lex_state = 261}, - [5432] = {.lex_state = 166}, - [5433] = {.lex_state = 198}, - [5434] = {.lex_state = 155}, - [5435] = {.lex_state = 166}, - [5436] = {.lex_state = 156}, - [5437] = {.lex_state = 156}, - [5438] = {.lex_state = 155}, - [5439] = {.lex_state = 155}, - [5440] = {.lex_state = 141}, + [5406] = {.lex_state = 0}, + [5407] = {.lex_state = 261}, + [5408] = {.lex_state = 146}, + [5409] = {.lex_state = 141}, + [5410] = {.lex_state = 261}, + [5411] = {.lex_state = 141}, + [5412] = {.lex_state = 141}, + [5413] = {.lex_state = 0}, + [5414] = {.lex_state = 155}, + [5415] = {.lex_state = 141}, + [5416] = {.lex_state = 146}, + [5417] = {.lex_state = 261}, + [5418] = {.lex_state = 146}, + [5419] = {.lex_state = 146}, + [5420] = {.lex_state = 146}, + [5421] = {.lex_state = 146}, + [5422] = {.lex_state = 146}, + [5423] = {.lex_state = 146}, + [5424] = {.lex_state = 146}, + [5425] = {.lex_state = 146}, + [5426] = {.lex_state = 146}, + [5427] = {.lex_state = 141}, + [5428] = {.lex_state = 146}, + [5429] = {.lex_state = 146}, + [5430] = {.lex_state = 146}, + [5431] = {.lex_state = 146}, + [5432] = {.lex_state = 0}, + [5433] = {.lex_state = 146}, + [5434] = {.lex_state = 261}, + [5435] = {.lex_state = 0}, + [5436] = {.lex_state = 0}, + [5437] = {.lex_state = 146}, + [5438] = {.lex_state = 197}, + [5439] = {.lex_state = 76}, + [5440] = {.lex_state = 146}, [5441] = {.lex_state = 261}, - [5442] = {.lex_state = 165}, - [5443] = {.lex_state = 261}, - [5444] = {.lex_state = 166}, - [5445] = {.lex_state = 156}, - [5446] = {.lex_state = 197}, - [5447] = {.lex_state = 166}, - [5448] = {.lex_state = 197}, - [5449] = {.lex_state = 155}, - [5450] = {.lex_state = 200}, - [5451] = {.lex_state = 261}, - [5452] = {.lex_state = 261}, - [5453] = {.lex_state = 155}, - [5454] = {.lex_state = 155}, - [5455] = {.lex_state = 141}, - [5456] = {.lex_state = 166}, - [5457] = {.lex_state = 166}, - [5458] = {.lex_state = 166}, - [5459] = {.lex_state = 197}, - [5460] = {.lex_state = 155}, - [5461] = {.lex_state = 166}, - [5462] = {.lex_state = 166}, + [5442] = {.lex_state = 78}, + [5443] = {.lex_state = 146}, + [5444] = {.lex_state = 261}, + [5445] = {.lex_state = 141}, + [5446] = {.lex_state = 76}, + [5447] = {.lex_state = 76}, + [5448] = {.lex_state = 0}, + [5449] = {.lex_state = 197}, + [5450] = {.lex_state = 146}, + [5451] = {.lex_state = 146}, + [5452] = {.lex_state = 146}, + [5453] = {.lex_state = 146}, + [5454] = {.lex_state = 0}, + [5455] = {.lex_state = 197}, + [5456] = {.lex_state = 141}, + [5457] = {.lex_state = 146}, + [5458] = {.lex_state = 146}, + [5459] = {.lex_state = 146}, + [5460] = {.lex_state = 146}, + [5461] = {.lex_state = 146}, + [5462] = {.lex_state = 261}, [5463] = {.lex_state = 261}, - [5464] = {.lex_state = 197}, - [5465] = {.lex_state = 155}, + [5464] = {.lex_state = 141}, + [5465] = {.lex_state = 163}, [5466] = {.lex_state = 197}, - [5467] = {.lex_state = 261}, - [5468] = {.lex_state = 261}, - [5469] = {.lex_state = 197}, - [5470] = {.lex_state = 261}, - [5471] = {.lex_state = 197}, - [5472] = {.lex_state = 261}, - [5473] = {.lex_state = 155}, - [5474] = {.lex_state = 141}, - [5475] = {.lex_state = 197}, - [5476] = {.lex_state = 166}, - [5477] = {.lex_state = 261}, + [5467] = {.lex_state = 146}, + [5468] = {.lex_state = 141}, + [5469] = {.lex_state = 261}, + [5470] = {.lex_state = 146}, + [5471] = {.lex_state = 146}, + [5472] = {.lex_state = 146}, + [5473] = {.lex_state = 146}, + [5474] = {.lex_state = 146}, + [5475] = {.lex_state = 146}, + [5476] = {.lex_state = 141}, + [5477] = {.lex_state = 146}, [5478] = {.lex_state = 155}, - [5479] = {.lex_state = 166}, - [5480] = {.lex_state = 197}, - [5481] = {.lex_state = 261}, - [5482] = {.lex_state = 261}, - [5483] = {.lex_state = 197}, - [5484] = {.lex_state = 155}, - [5485] = {.lex_state = 166}, + [5479] = {.lex_state = 0}, + [5480] = {.lex_state = 146}, + [5481] = {.lex_state = 146}, + [5482] = {.lex_state = 197}, + [5483] = {.lex_state = 146}, + [5484] = {.lex_state = 141}, + [5485] = {.lex_state = 261}, [5486] = {.lex_state = 197}, - [5487] = {.lex_state = 166}, - [5488] = {.lex_state = 166}, - [5489] = {.lex_state = 166}, - [5490] = {.lex_state = 166}, - [5491] = {.lex_state = 166}, - [5492] = {.lex_state = 197}, - [5493] = {.lex_state = 197}, - [5494] = {.lex_state = 197}, - [5495] = {.lex_state = 261}, - [5496] = {.lex_state = 156}, - [5497] = {.lex_state = 261}, - [5498] = {.lex_state = 261}, - [5499] = {.lex_state = 261}, - [5500] = {.lex_state = 141}, - [5501] = {.lex_state = 261}, - [5502] = {.lex_state = 156}, - [5503] = {.lex_state = 165}, - [5504] = {.lex_state = 261}, - [5505] = {.lex_state = 261}, - [5506] = {.lex_state = 165}, - [5507] = {.lex_state = 197}, - [5508] = {.lex_state = 261}, - [5509] = {.lex_state = 156}, + [5487] = {.lex_state = 141}, + [5488] = {.lex_state = 146}, + [5489] = {.lex_state = 141}, + [5490] = {.lex_state = 146}, + [5491] = {.lex_state = 146}, + [5492] = {.lex_state = 146}, + [5493] = {.lex_state = 146}, + [5494] = {.lex_state = 146}, + [5495] = {.lex_state = 146}, + [5496] = {.lex_state = 146}, + [5497] = {.lex_state = 146}, + [5498] = {.lex_state = 141}, + [5499] = {.lex_state = 141}, + [5500] = {.lex_state = 146}, + [5501] = {.lex_state = 146}, + [5502] = {.lex_state = 146}, + [5503] = {.lex_state = 146}, + [5504] = {.lex_state = 146}, + [5505] = {.lex_state = 146}, + [5506] = {.lex_state = 146}, + [5507] = {.lex_state = 146}, + [5508] = {.lex_state = 146}, + [5509] = {.lex_state = 146}, [5510] = {.lex_state = 141}, - [5511] = {.lex_state = 156}, - [5512] = {.lex_state = 156}, - [5513] = {.lex_state = 261}, - [5514] = {.lex_state = 156}, - [5515] = {.lex_state = 155}, - [5516] = {.lex_state = 261}, - [5517] = {.lex_state = 156}, + [5511] = {.lex_state = 146}, + [5512] = {.lex_state = 146}, + [5513] = {.lex_state = 146}, + [5514] = {.lex_state = 0}, + [5515] = {.lex_state = 0}, + [5516] = {.lex_state = 146}, + [5517] = {.lex_state = 146}, [5518] = {.lex_state = 146}, [5519] = {.lex_state = 146}, [5520] = {.lex_state = 146}, [5521] = {.lex_state = 146}, - [5522] = {.lex_state = 141}, - [5523] = {.lex_state = 0}, + [5522] = {.lex_state = 146}, + [5523] = {.lex_state = 146}, [5524] = {.lex_state = 146}, - [5525] = {.lex_state = 0}, - [5526] = {.lex_state = 141}, - [5527] = {.lex_state = 146}, + [5525] = {.lex_state = 141}, + [5526] = {.lex_state = 146}, + [5527] = {.lex_state = 141}, [5528] = {.lex_state = 146}, - [5529] = {.lex_state = 141}, - [5530] = {.lex_state = 0}, - [5531] = {.lex_state = 141}, - [5532] = {.lex_state = 74}, - [5533] = {.lex_state = 0}, - [5534] = {.lex_state = 146}, - [5535] = {.lex_state = 146}, + [5529] = {.lex_state = 76}, + [5530] = {.lex_state = 141}, + [5531] = {.lex_state = 261}, + [5532] = {.lex_state = 141}, + [5533] = {.lex_state = 146}, + [5534] = {.lex_state = 261}, + [5535] = {.lex_state = 76}, [5536] = {.lex_state = 146}, - [5537] = {.lex_state = 0}, - [5538] = {.lex_state = 146}, - [5539] = {.lex_state = 141}, - [5540] = {.lex_state = 261}, - [5541] = {.lex_state = 146}, - [5542] = {.lex_state = 141}, - [5543] = {.lex_state = 74}, - [5544] = {.lex_state = 141}, + [5537] = {.lex_state = 146}, + [5538] = {.lex_state = 261}, + [5539] = {.lex_state = 146}, + [5540] = {.lex_state = 146}, + [5541] = {.lex_state = 197}, + [5542] = {.lex_state = 155}, + [5543] = {.lex_state = 155}, + [5544] = {.lex_state = 155}, [5545] = {.lex_state = 146}, - [5546] = {.lex_state = 141}, - [5547] = {.lex_state = 141}, - [5548] = {.lex_state = 141}, - [5549] = {.lex_state = 0}, - [5550] = {.lex_state = 0}, + [5546] = {.lex_state = 146}, + [5547] = {.lex_state = 146}, + [5548] = {.lex_state = 146}, + [5549] = {.lex_state = 76}, + [5550] = {.lex_state = 146}, [5551] = {.lex_state = 146}, - [5552] = {.lex_state = 141}, - [5553] = {.lex_state = 146}, + [5552] = {.lex_state = 146}, + [5553] = {.lex_state = 141}, [5554] = {.lex_state = 146}, - [5555] = {.lex_state = 261}, - [5556] = {.lex_state = 261}, + [5555] = {.lex_state = 146}, + [5556] = {.lex_state = 141}, [5557] = {.lex_state = 0}, - [5558] = {.lex_state = 261}, + [5558] = {.lex_state = 141}, [5559] = {.lex_state = 146}, [5560] = {.lex_state = 146}, [5561] = {.lex_state = 146}, - [5562] = {.lex_state = 146}, + [5562] = {.lex_state = 76}, [5563] = {.lex_state = 146}, [5564] = {.lex_state = 146}, [5565] = {.lex_state = 146}, - [5566] = {.lex_state = 146}, - [5567] = {.lex_state = 146}, - [5568] = {.lex_state = 141}, - [5569] = {.lex_state = 146}, + [5566] = {.lex_state = 261}, + [5567] = {.lex_state = 78}, + [5568] = {.lex_state = 146}, + [5569] = {.lex_state = 0}, [5570] = {.lex_state = 146}, - [5571] = {.lex_state = 197}, + [5571] = {.lex_state = 78}, [5572] = {.lex_state = 146}, [5573] = {.lex_state = 146}, [5574] = {.lex_state = 146}, - [5575] = {.lex_state = 0}, - [5576] = {.lex_state = 155}, - [5577] = {.lex_state = 197}, - [5578] = {.lex_state = 76}, - [5579] = {.lex_state = 261}, + [5575] = {.lex_state = 146}, + [5576] = {.lex_state = 146}, + [5577] = {.lex_state = 146}, + [5578] = {.lex_state = 146}, + [5579] = {.lex_state = 146}, [5580] = {.lex_state = 141}, [5581] = {.lex_state = 146}, - [5582] = {.lex_state = 146}, + [5582] = {.lex_state = 261}, [5583] = {.lex_state = 146}, - [5584] = {.lex_state = 197}, - [5585] = {.lex_state = 146}, - [5586] = {.lex_state = 261}, - [5587] = {.lex_state = 74}, + [5584] = {.lex_state = 146}, + [5585] = {.lex_state = 155}, + [5586] = {.lex_state = 146}, + [5587] = {.lex_state = 146}, [5588] = {.lex_state = 146}, [5589] = {.lex_state = 146}, - [5590] = {.lex_state = 0}, + [5590] = {.lex_state = 146}, [5591] = {.lex_state = 146}, [5592] = {.lex_state = 146}, - [5593] = {.lex_state = 76}, - [5594] = {.lex_state = 146}, - [5595] = {.lex_state = 197}, + [5593] = {.lex_state = 146}, + [5594] = {.lex_state = 78}, + [5595] = {.lex_state = 146}, [5596] = {.lex_state = 146}, - [5597] = {.lex_state = 146}, - [5598] = {.lex_state = 141}, + [5597] = {.lex_state = 76}, + [5598] = {.lex_state = 78}, [5599] = {.lex_state = 146}, - [5600] = {.lex_state = 197}, - [5601] = {.lex_state = 155}, - [5602] = {.lex_state = 261}, - [5603] = {.lex_state = 146}, - [5604] = {.lex_state = 146}, - [5605] = {.lex_state = 141}, - [5606] = {.lex_state = 146}, - [5607] = {.lex_state = 261}, - [5608] = {.lex_state = 146}, + [5600] = {.lex_state = 146}, + [5601] = {.lex_state = 141}, + [5602] = {.lex_state = 197}, + [5603] = {.lex_state = 261}, + [5604] = {.lex_state = 155}, + [5605] = {.lex_state = 146}, + [5606] = {.lex_state = 155}, + [5607] = {.lex_state = 141}, + [5608] = {.lex_state = 261}, [5609] = {.lex_state = 146}, - [5610] = {.lex_state = 163}, - [5611] = {.lex_state = 141}, + [5610] = {.lex_state = 261}, + [5611] = {.lex_state = 146}, [5612] = {.lex_state = 146}, - [5613] = {.lex_state = 76}, - [5614] = {.lex_state = 146}, - [5615] = {.lex_state = 146}, - [5616] = {.lex_state = 141}, + [5613] = {.lex_state = 141}, + [5614] = {.lex_state = 261}, + [5615] = {.lex_state = 0}, + [5616] = {.lex_state = 76}, [5617] = {.lex_state = 146}, [5618] = {.lex_state = 146}, - [5619] = {.lex_state = 155}, - [5620] = {.lex_state = 261}, - [5621] = {.lex_state = 0}, + [5619] = {.lex_state = 146}, + [5620] = {.lex_state = 146}, + [5621] = {.lex_state = 146}, [5622] = {.lex_state = 146}, - [5623] = {.lex_state = 146}, - [5624] = {.lex_state = 261}, - [5625] = {.lex_state = 146}, - [5626] = {.lex_state = 141}, + [5623] = {.lex_state = 155}, + [5624] = {.lex_state = 146}, + [5625] = {.lex_state = 165}, + [5626] = {.lex_state = 146}, [5627] = {.lex_state = 146}, - [5628] = {.lex_state = 76}, - [5629] = {.lex_state = 141}, - [5630] = {.lex_state = 0}, + [5628] = {.lex_state = 146}, + [5629] = {.lex_state = 146}, + [5630] = {.lex_state = 146}, [5631] = {.lex_state = 146}, - [5632] = {.lex_state = 0}, + [5632] = {.lex_state = 146}, [5633] = {.lex_state = 146}, - [5634] = {.lex_state = 146}, + [5634] = {.lex_state = 141}, [5635] = {.lex_state = 146}, - [5636] = {.lex_state = 76}, + [5636] = {.lex_state = 261}, [5637] = {.lex_state = 146}, [5638] = {.lex_state = 146}, [5639] = {.lex_state = 146}, [5640] = {.lex_state = 146}, - [5641] = {.lex_state = 155}, - [5642] = {.lex_state = 146}, + [5641] = {.lex_state = 76}, + [5642] = {.lex_state = 76}, [5643] = {.lex_state = 146}, [5644] = {.lex_state = 146}, [5645] = {.lex_state = 146}, - [5646] = {.lex_state = 141}, + [5646] = {.lex_state = 0}, [5647] = {.lex_state = 146}, - [5648] = {.lex_state = 261}, + [5648] = {.lex_state = 146}, [5649] = {.lex_state = 146}, [5650] = {.lex_state = 146}, - [5651] = {.lex_state = 146}, - [5652] = {.lex_state = 146}, - [5653] = {.lex_state = 146}, + [5651] = {.lex_state = 261}, + [5652] = {.lex_state = 155}, + [5653] = {.lex_state = 155}, [5654] = {.lex_state = 146}, - [5655] = {.lex_state = 146}, + [5655] = {.lex_state = 261}, [5656] = {.lex_state = 146}, - [5657] = {.lex_state = 76}, - [5658] = {.lex_state = 146}, + [5657] = {.lex_state = 146}, + [5658] = {.lex_state = 261}, [5659] = {.lex_state = 146}, - [5660] = {.lex_state = 155}, - [5661] = {.lex_state = 146}, - [5662] = {.lex_state = 0}, - [5663] = {.lex_state = 261}, - [5664] = {.lex_state = 146}, - [5665] = {.lex_state = 0}, - [5666] = {.lex_state = 155}, - [5667] = {.lex_state = 261}, - [5668] = {.lex_state = 146}, - [5669] = {.lex_state = 146}, - [5670] = {.lex_state = 261}, - [5671] = {.lex_state = 146}, + [5660] = {.lex_state = 78}, + [5661] = {.lex_state = 197}, + [5662] = {.lex_state = 78}, + [5663] = {.lex_state = 76}, + [5664] = {.lex_state = 141}, + [5665] = {.lex_state = 141}, + [5666] = {.lex_state = 76}, + [5667] = {.lex_state = 146}, + [5668] = {.lex_state = 261}, + [5669] = {.lex_state = 155}, + [5670] = {.lex_state = 76}, + [5671] = {.lex_state = 261}, [5672] = {.lex_state = 146}, - [5673] = {.lex_state = 146}, + [5673] = {.lex_state = 0}, [5674] = {.lex_state = 146}, [5675] = {.lex_state = 146}, [5676] = {.lex_state = 146}, [5677] = {.lex_state = 76}, [5678] = {.lex_state = 146}, [5679] = {.lex_state = 146}, - [5680] = {.lex_state = 165}, - [5681] = {.lex_state = 141}, - [5682] = {.lex_state = 146}, - [5683] = {.lex_state = 141}, + [5680] = {.lex_state = 141}, + [5681] = {.lex_state = 146}, + [5682] = {.lex_state = 76}, + [5683] = {.lex_state = 197}, [5684] = {.lex_state = 146}, - [5685] = {.lex_state = 197}, + [5685] = {.lex_state = 261}, [5686] = {.lex_state = 146}, [5687] = {.lex_state = 146}, [5688] = {.lex_state = 146}, - [5689] = {.lex_state = 141}, + [5689] = {.lex_state = 146}, [5690] = {.lex_state = 146}, - [5691] = {.lex_state = 146}, - [5692] = {.lex_state = 146}, - [5693] = {.lex_state = 146}, - [5694] = {.lex_state = 146}, - [5695] = {.lex_state = 146}, - [5696] = {.lex_state = 146}, - [5697] = {.lex_state = 146}, - [5698] = {.lex_state = 146}, - [5699] = {.lex_state = 146}, - [5700] = {.lex_state = 146}, - [5701] = {.lex_state = 146}, - [5702] = {.lex_state = 146}, - [5703] = {.lex_state = 141}, - [5704] = {.lex_state = 146}, - [5705] = {.lex_state = 146}, - [5706] = {.lex_state = 261}, - [5707] = {.lex_state = 146}, - [5708] = {.lex_state = 155}, - [5709] = {.lex_state = 146}, - [5710] = {.lex_state = 0}, - [5711] = {.lex_state = 146}, - [5712] = {.lex_state = 146}, - [5713] = {.lex_state = 146}, - [5714] = {.lex_state = 141}, - [5715] = {.lex_state = 141}, - [5716] = {.lex_state = 146}, - [5717] = {.lex_state = 261}, - [5718] = {.lex_state = 146}, - [5719] = {.lex_state = 146}, - [5720] = {.lex_state = 141}, - [5721] = {.lex_state = 261}, - [5722] = {.lex_state = 146}, - [5723] = {.lex_state = 146}, - [5724] = {.lex_state = 146}, - [5725] = {.lex_state = 146}, - [5726] = {.lex_state = 146}, - [5727] = {.lex_state = 155}, - [5728] = {.lex_state = 141}, - [5729] = {.lex_state = 146}, - [5730] = {.lex_state = 261}, - [5731] = {.lex_state = 146}, - [5732] = {.lex_state = 146}, - [5733] = {.lex_state = 146}, - [5734] = {.lex_state = 76}, - [5735] = {.lex_state = 146}, - [5736] = {.lex_state = 146}, - [5737] = {.lex_state = 146}, - [5738] = {.lex_state = 146}, - [5739] = {.lex_state = 74}, - [5740] = {.lex_state = 146}, - [5741] = {.lex_state = 76}, - [5742] = {.lex_state = 146}, - [5743] = {.lex_state = 146}, - [5744] = {.lex_state = 146}, + [5691] = {.lex_state = 0}, + [5692] = {.lex_state = 141}, + [5693] = {.lex_state = 261}, + [5694] = {.lex_state = 155}, + [5695] = {.lex_state = 0}, + [5696] = {.lex_state = 155}, + [5697] = {.lex_state = 0}, + [5698] = {.lex_state = 155}, + [5699] = {.lex_state = 155}, + [5700] = {.lex_state = 0}, + [5701] = {.lex_state = 155}, + [5702] = {.lex_state = 69}, + [5703] = {.lex_state = 0}, + [5704] = {.lex_state = 0}, + [5705] = {.lex_state = 0}, + [5706] = {.lex_state = 0}, + [5707] = {.lex_state = 0}, + [5708] = {.lex_state = 0}, + [5709] = {.lex_state = 155}, + [5710] = {.lex_state = 155}, + [5711] = {.lex_state = 0}, + [5712] = {.lex_state = 155}, + [5713] = {.lex_state = 0}, + [5714] = {.lex_state = 155}, + [5715] = {.lex_state = 0}, + [5716] = {.lex_state = 0}, + [5717] = {.lex_state = 69}, + [5718] = {.lex_state = 155}, + [5719] = {.lex_state = 155}, + [5720] = {.lex_state = 0}, + [5721] = {.lex_state = 155}, + [5722] = {.lex_state = 261}, + [5723] = {.lex_state = 155}, + [5724] = {.lex_state = 0}, + [5725] = {.lex_state = 0}, + [5726] = {.lex_state = 155}, + [5727] = {.lex_state = 0}, + [5728] = {.lex_state = 0}, + [5729] = {.lex_state = 0}, + [5730] = {.lex_state = 155}, + [5731] = {.lex_state = 0}, + [5732] = {.lex_state = 0}, + [5733] = {.lex_state = 155}, + [5734] = {.lex_state = 0}, + [5735] = {.lex_state = 0}, + [5736] = {.lex_state = 0}, + [5737] = {.lex_state = 0}, + [5738] = {.lex_state = 0}, + [5739] = {.lex_state = 0}, + [5740] = {.lex_state = 261}, + [5741] = {.lex_state = 155}, + [5742] = {.lex_state = 0}, + [5743] = {.lex_state = 261}, + [5744] = {.lex_state = 69}, [5745] = {.lex_state = 155}, - [5746] = {.lex_state = 261}, - [5747] = {.lex_state = 76}, - [5748] = {.lex_state = 146}, - [5749] = {.lex_state = 155}, - [5750] = {.lex_state = 261}, - [5751] = {.lex_state = 146}, - [5752] = {.lex_state = 76}, - [5753] = {.lex_state = 146}, - [5754] = {.lex_state = 146}, - [5755] = {.lex_state = 76}, - [5756] = {.lex_state = 155}, - [5757] = {.lex_state = 76}, - [5758] = {.lex_state = 146}, - [5759] = {.lex_state = 146}, - [5760] = {.lex_state = 261}, - [5761] = {.lex_state = 74}, - [5762] = {.lex_state = 261}, - [5763] = {.lex_state = 141}, - [5764] = {.lex_state = 197}, - [5765] = {.lex_state = 76}, - [5766] = {.lex_state = 197}, - [5767] = {.lex_state = 146}, - [5768] = {.lex_state = 76}, - [5769] = {.lex_state = 146}, - [5770] = {.lex_state = 146}, - [5771] = {.lex_state = 155}, - [5772] = {.lex_state = 155}, - [5773] = {.lex_state = 141}, - [5774] = {.lex_state = 146}, - [5775] = {.lex_state = 146}, - [5776] = {.lex_state = 146}, - [5777] = {.lex_state = 146}, - [5778] = {.lex_state = 146}, - [5779] = {.lex_state = 146}, - [5780] = {.lex_state = 74}, - [5781] = {.lex_state = 76}, - [5782] = {.lex_state = 146}, - [5783] = {.lex_state = 261}, - [5784] = {.lex_state = 146}, - [5785] = {.lex_state = 197}, - [5786] = {.lex_state = 146}, - [5787] = {.lex_state = 146}, - [5788] = {.lex_state = 261}, - [5789] = {.lex_state = 146}, - [5790] = {.lex_state = 146}, - [5791] = {.lex_state = 197}, - [5792] = {.lex_state = 76}, - [5793] = {.lex_state = 141}, - [5794] = {.lex_state = 146}, - [5795] = {.lex_state = 261}, - [5796] = {.lex_state = 141}, - [5797] = {.lex_state = 146}, + [5746] = {.lex_state = 0}, + [5747] = {.lex_state = 0}, + [5748] = {.lex_state = 0}, + [5749] = {.lex_state = 0}, + [5750] = {.lex_state = 0}, + [5751] = {.lex_state = 0}, + [5752] = {.lex_state = 0}, + [5753] = {.lex_state = 0}, + [5754] = {.lex_state = 261}, + [5755] = {.lex_state = 0}, + [5756] = {.lex_state = 0}, + [5757] = {.lex_state = 0}, + [5758] = {.lex_state = 0}, + [5759] = {.lex_state = 155}, + [5760] = {.lex_state = 0}, + [5761] = {.lex_state = 261}, + [5762] = {.lex_state = 0}, + [5763] = {.lex_state = 0}, + [5764] = {.lex_state = 0}, + [5765] = {.lex_state = 0}, + [5766] = {.lex_state = 0}, + [5767] = {.lex_state = 0}, + [5768] = {.lex_state = 155}, + [5769] = {.lex_state = 155}, + [5770] = {.lex_state = 0}, + [5771] = {.lex_state = 0}, + [5772] = {.lex_state = 0}, + [5773] = {.lex_state = 0}, + [5774] = {.lex_state = 155}, + [5775] = {.lex_state = 0}, + [5776] = {.lex_state = 261}, + [5777] = {.lex_state = 0}, + [5778] = {.lex_state = 0}, + [5779] = {.lex_state = 155}, + [5780] = {.lex_state = 0}, + [5781] = {.lex_state = 132}, + [5782] = {.lex_state = 261}, + [5783] = {.lex_state = 141}, + [5784] = {.lex_state = 0}, + [5785] = {.lex_state = 0}, + [5786] = {.lex_state = 0}, + [5787] = {.lex_state = 0}, + [5788] = {.lex_state = 0}, + [5789] = {.lex_state = 0}, + [5790] = {.lex_state = 0}, + [5791] = {.lex_state = 0}, + [5792] = {.lex_state = 0}, + [5793] = {.lex_state = 0}, + [5794] = {.lex_state = 0}, + [5795] = {.lex_state = 165}, + [5796] = {.lex_state = 0}, + [5797] = {.lex_state = 0}, [5798] = {.lex_state = 0}, - [5799] = {.lex_state = 146}, - [5800] = {.lex_state = 146}, - [5801] = {.lex_state = 146}, - [5802] = {.lex_state = 146}, - [5803] = {.lex_state = 146}, - [5804] = {.lex_state = 146}, - [5805] = {.lex_state = 74}, - [5806] = {.lex_state = 0}, - [5807] = {.lex_state = 146}, - [5808] = {.lex_state = 261}, - [5809] = {.lex_state = 261}, - [5810] = {.lex_state = 146}, - [5811] = {.lex_state = 146}, - [5812] = {.lex_state = 146}, - [5813] = {.lex_state = 0}, + [5799] = {.lex_state = 155}, + [5800] = {.lex_state = 155}, + [5801] = {.lex_state = 0}, + [5802] = {.lex_state = 155}, + [5803] = {.lex_state = 155}, + [5804] = {.lex_state = 0}, + [5805] = {.lex_state = 0}, + [5806] = {.lex_state = 155}, + [5807] = {.lex_state = 0}, + [5808] = {.lex_state = 0}, + [5809] = {.lex_state = 155}, + [5810] = {.lex_state = 141}, + [5811] = {.lex_state = 155}, + [5812] = {.lex_state = 155}, + [5813] = {.lex_state = 155}, [5814] = {.lex_state = 0}, - [5815] = {.lex_state = 155}, + [5815] = {.lex_state = 0}, [5816] = {.lex_state = 0}, [5817] = {.lex_state = 0}, [5818] = {.lex_state = 0}, - [5819] = {.lex_state = 0}, - [5820] = {.lex_state = 67}, + [5819] = {.lex_state = 155}, + [5820] = {.lex_state = 155}, [5821] = {.lex_state = 0}, [5822] = {.lex_state = 0}, - [5823] = {.lex_state = 155}, + [5823] = {.lex_state = 0}, [5824] = {.lex_state = 0}, - [5825] = {.lex_state = 0}, + [5825] = {.lex_state = 69}, [5826] = {.lex_state = 0}, [5827] = {.lex_state = 0}, - [5828] = {.lex_state = 0}, - [5829] = {.lex_state = 155}, - [5830] = {.lex_state = 0}, + [5828] = {.lex_state = 155}, + [5829] = {.lex_state = 0}, + [5830] = {.lex_state = 155}, [5831] = {.lex_state = 0}, - [5832] = {.lex_state = 0}, - [5833] = {.lex_state = 155}, - [5834] = {.lex_state = 155}, - [5835] = {.lex_state = 155}, - [5836] = {.lex_state = 0}, + [5832] = {.lex_state = 155}, + [5833] = {.lex_state = 0}, + [5834] = {.lex_state = 0}, + [5835] = {.lex_state = 0}, + [5836] = {.lex_state = 155}, [5837] = {.lex_state = 0}, [5838] = {.lex_state = 0}, - [5839] = {.lex_state = 0}, + [5839] = {.lex_state = 155}, [5840] = {.lex_state = 0}, [5841] = {.lex_state = 155}, - [5842] = {.lex_state = 0}, + [5842] = {.lex_state = 155}, [5843] = {.lex_state = 0}, - [5844] = {.lex_state = 0}, + [5844] = {.lex_state = 261}, [5845] = {.lex_state = 0}, - [5846] = {.lex_state = 155}, + [5846] = {.lex_state = 0}, [5847] = {.lex_state = 0}, [5848] = {.lex_state = 0}, [5849] = {.lex_state = 0}, [5850] = {.lex_state = 0}, - [5851] = {.lex_state = 67}, - [5852] = {.lex_state = 0}, + [5851] = {.lex_state = 0}, + [5852] = {.lex_state = 155}, [5853] = {.lex_state = 0}, - [5854] = {.lex_state = 155}, - [5855] = {.lex_state = 0}, - [5856] = {.lex_state = 0}, - [5857] = {.lex_state = 155}, - [5858] = {.lex_state = 261}, + [5854] = {.lex_state = 0}, + [5855] = {.lex_state = 155}, + [5856] = {.lex_state = 155}, + [5857] = {.lex_state = 0}, + [5858] = {.lex_state = 0}, [5859] = {.lex_state = 155}, - [5860] = {.lex_state = 155}, + [5860] = {.lex_state = 0}, [5861] = {.lex_state = 0}, - [5862] = {.lex_state = 155}, + [5862] = {.lex_state = 0}, [5863] = {.lex_state = 0}, [5864] = {.lex_state = 0}, [5865] = {.lex_state = 0}, [5866] = {.lex_state = 0}, - [5867] = {.lex_state = 155}, + [5867] = {.lex_state = 0}, [5868] = {.lex_state = 0}, [5869] = {.lex_state = 0}, - [5870] = {.lex_state = 155}, + [5870] = {.lex_state = 0}, [5871] = {.lex_state = 155}, [5872] = {.lex_state = 0}, [5873] = {.lex_state = 261}, [5874] = {.lex_state = 0}, - [5875] = {.lex_state = 155}, + [5875] = {.lex_state = 0}, [5876] = {.lex_state = 0}, - [5877] = {.lex_state = 0}, + [5877] = {.lex_state = 155}, [5878] = {.lex_state = 0}, [5879] = {.lex_state = 0}, - [5880] = {.lex_state = 155}, - [5881] = {.lex_state = 261}, - [5882] = {.lex_state = 155}, + [5880] = {.lex_state = 0}, + [5881] = {.lex_state = 141}, + [5882] = {.lex_state = 0}, [5883] = {.lex_state = 0}, [5884] = {.lex_state = 0}, - [5885] = {.lex_state = 141}, + [5885] = {.lex_state = 0}, [5886] = {.lex_state = 0}, [5887] = {.lex_state = 0}, [5888] = {.lex_state = 0}, - [5889] = {.lex_state = 155}, - [5890] = {.lex_state = 261}, + [5889] = {.lex_state = 0}, + [5890] = {.lex_state = 0}, [5891] = {.lex_state = 0}, [5892] = {.lex_state = 0}, [5893] = {.lex_state = 0}, [5894] = {.lex_state = 0}, [5895] = {.lex_state = 0}, [5896] = {.lex_state = 0}, - [5897] = {.lex_state = 155}, - [5898] = {.lex_state = 261}, + [5897] = {.lex_state = 0}, + [5898] = {.lex_state = 155}, [5899] = {.lex_state = 0}, - [5900] = {.lex_state = 0}, - [5901] = {.lex_state = 0}, - [5902] = {.lex_state = 132}, + [5900] = {.lex_state = 261}, + [5901] = {.lex_state = 155}, + [5902] = {.lex_state = 0}, [5903] = {.lex_state = 0}, [5904] = {.lex_state = 0}, [5905] = {.lex_state = 0}, - [5906] = {.lex_state = 261}, + [5906] = {.lex_state = 0}, [5907] = {.lex_state = 0}, [5908] = {.lex_state = 0}, - [5909] = {.lex_state = 155}, - [5910] = {.lex_state = 155}, - [5911] = {.lex_state = 0}, - [5912] = {.lex_state = 0}, - [5913] = {.lex_state = 155}, + [5909] = {.lex_state = 0}, + [5910] = {.lex_state = 261}, + [5911] = {.lex_state = 155}, + [5912] = {.lex_state = 155}, + [5913] = {.lex_state = 0}, [5914] = {.lex_state = 0}, [5915] = {.lex_state = 0}, [5916] = {.lex_state = 155}, [5917] = {.lex_state = 0}, - [5918] = {.lex_state = 0}, + [5918] = {.lex_state = 155}, [5919] = {.lex_state = 0}, [5920] = {.lex_state = 0}, [5921] = {.lex_state = 0}, [5922] = {.lex_state = 0}, - [5923] = {.lex_state = 155}, + [5923] = {.lex_state = 0}, [5924] = {.lex_state = 0}, [5925] = {.lex_state = 0}, - [5926] = {.lex_state = 0}, - [5927] = {.lex_state = 155}, - [5928] = {.lex_state = 0}, + [5926] = {.lex_state = 155}, + [5927] = {.lex_state = 0}, + [5928] = {.lex_state = 155}, [5929] = {.lex_state = 0}, - [5930] = {.lex_state = 155}, - [5931] = {.lex_state = 0}, + [5930] = {.lex_state = 0}, + [5931] = {.lex_state = 261}, [5932] = {.lex_state = 0}, - [5933] = {.lex_state = 155}, - [5934] = {.lex_state = 155}, - [5935] = {.lex_state = 0}, - [5936] = {.lex_state = 155}, + [5933] = {.lex_state = 0}, + [5934] = {.lex_state = 0}, + [5935] = {.lex_state = 155}, + [5936] = {.lex_state = 0}, [5937] = {.lex_state = 0}, [5938] = {.lex_state = 0}, - [5939] = {.lex_state = 155}, + [5939] = {.lex_state = 0}, [5940] = {.lex_state = 0}, [5941] = {.lex_state = 0}, - [5942] = {.lex_state = 155}, + [5942] = {.lex_state = 0}, [5943] = {.lex_state = 0}, [5944] = {.lex_state = 0}, - [5945] = {.lex_state = 155}, - [5946] = {.lex_state = 155}, - [5947] = {.lex_state = 261}, + [5945] = {.lex_state = 0}, + [5946] = {.lex_state = 0}, + [5947] = {.lex_state = 0}, [5948] = {.lex_state = 0}, [5949] = {.lex_state = 0}, - [5950] = {.lex_state = 141}, - [5951] = {.lex_state = 0}, - [5952] = {.lex_state = 0}, + [5950] = {.lex_state = 0}, + [5951] = {.lex_state = 155}, + [5952] = {.lex_state = 155}, [5953] = {.lex_state = 0}, - [5954] = {.lex_state = 0}, + [5954] = {.lex_state = 261}, [5955] = {.lex_state = 0}, [5956] = {.lex_state = 0}, [5957] = {.lex_state = 0}, [5958] = {.lex_state = 0}, [5959] = {.lex_state = 0}, [5960] = {.lex_state = 0}, - [5961] = {.lex_state = 0}, - [5962] = {.lex_state = 261}, - [5963] = {.lex_state = 155}, + [5961] = {.lex_state = 155}, + [5962] = {.lex_state = 0}, + [5963] = {.lex_state = 0}, [5964] = {.lex_state = 155}, - [5965] = {.lex_state = 155}, - [5966] = {.lex_state = 0}, + [5965] = {.lex_state = 0}, + [5966] = {.lex_state = 155}, [5967] = {.lex_state = 0}, - [5968] = {.lex_state = 155}, + [5968] = {.lex_state = 0}, [5969] = {.lex_state = 0}, [5970] = {.lex_state = 0}, [5971] = {.lex_state = 0}, [5972] = {.lex_state = 0}, - [5973] = {.lex_state = 155}, - [5974] = {.lex_state = 0}, + [5973] = {.lex_state = 0}, + [5974] = {.lex_state = 155}, [5975] = {.lex_state = 0}, - [5976] = {.lex_state = 0}, - [5977] = {.lex_state = 0}, - [5978] = {.lex_state = 0}, + [5976] = {.lex_state = 155}, + [5977] = {.lex_state = 155}, + [5978] = {.lex_state = 155}, [5979] = {.lex_state = 0}, - [5980] = {.lex_state = 0}, + [5980] = {.lex_state = 155}, [5981] = {.lex_state = 0}, - [5982] = {.lex_state = 261}, + [5982] = {.lex_state = 0}, [5983] = {.lex_state = 0}, - [5984] = {.lex_state = 155}, - [5985] = {.lex_state = 0}, + [5984] = {.lex_state = 0}, + [5985] = {.lex_state = 155}, [5986] = {.lex_state = 0}, - [5987] = {.lex_state = 0}, - [5988] = {.lex_state = 261}, - [5989] = {.lex_state = 261}, + [5987] = {.lex_state = 155}, + [5988] = {.lex_state = 0}, + [5989] = {.lex_state = 0}, [5990] = {.lex_state = 0}, [5991] = {.lex_state = 0}, - [5992] = {.lex_state = 155}, + [5992] = {.lex_state = 0}, [5993] = {.lex_state = 0}, - [5994] = {.lex_state = 155}, + [5994] = {.lex_state = 0}, [5995] = {.lex_state = 0}, - [5996] = {.lex_state = 155}, + [5996] = {.lex_state = 0}, [5997] = {.lex_state = 0}, [5998] = {.lex_state = 0}, - [5999] = {.lex_state = 155}, + [5999] = {.lex_state = 261}, [6000] = {.lex_state = 0}, [6001] = {.lex_state = 0}, [6002] = {.lex_state = 0}, [6003] = {.lex_state = 0}, - [6004] = {.lex_state = 155}, - [6005] = {.lex_state = 261}, - [6006] = {.lex_state = 0}, - [6007] = {.lex_state = 0}, + [6004] = {.lex_state = 0}, + [6005] = {.lex_state = 0}, + [6006] = {.lex_state = 79}, + [6007] = {.lex_state = 155}, [6008] = {.lex_state = 0}, - [6009] = {.lex_state = 155}, - [6010] = {.lex_state = 0}, - [6011] = {.lex_state = 155}, + [6009] = {.lex_state = 0}, + [6010] = {.lex_state = 261}, + [6011] = {.lex_state = 0}, [6012] = {.lex_state = 0}, - [6013] = {.lex_state = 155}, - [6014] = {.lex_state = 155}, + [6013] = {.lex_state = 261}, + [6014] = {.lex_state = 0}, [6015] = {.lex_state = 0}, [6016] = {.lex_state = 0}, [6017] = {.lex_state = 0}, [6018] = {.lex_state = 0}, [6019] = {.lex_state = 0}, [6020] = {.lex_state = 0}, - [6021] = {.lex_state = 155}, + [6021] = {.lex_state = 0}, [6022] = {.lex_state = 0}, - [6023] = {.lex_state = 0}, + [6023] = {.lex_state = 261}, [6024] = {.lex_state = 0}, - [6025] = {.lex_state = 155}, + [6025] = {.lex_state = 0}, [6026] = {.lex_state = 0}, [6027] = {.lex_state = 0}, [6028] = {.lex_state = 0}, [6029] = {.lex_state = 0}, - [6030] = {.lex_state = 0}, + [6030] = {.lex_state = 261}, [6031] = {.lex_state = 0}, [6032] = {.lex_state = 0}, [6033] = {.lex_state = 0}, - [6034] = {.lex_state = 155}, - [6035] = {.lex_state = 155}, + [6034] = {.lex_state = 0}, + [6035] = {.lex_state = 0}, [6036] = {.lex_state = 0}, - [6037] = {.lex_state = 155}, + [6037] = {.lex_state = 0}, [6038] = {.lex_state = 0}, [6039] = {.lex_state = 0}, [6040] = {.lex_state = 0}, - [6041] = {.lex_state = 0}, + [6041] = {.lex_state = 261}, [6042] = {.lex_state = 0}, [6043] = {.lex_state = 0}, [6044] = {.lex_state = 0}, - [6045] = {.lex_state = 155}, + [6045] = {.lex_state = 261}, [6046] = {.lex_state = 0}, [6047] = {.lex_state = 0}, [6048] = {.lex_state = 0}, - [6049] = {.lex_state = 0}, + [6049] = {.lex_state = 79}, [6050] = {.lex_state = 0}, [6051] = {.lex_state = 0}, [6052] = {.lex_state = 0}, [6053] = {.lex_state = 0}, [6054] = {.lex_state = 0}, [6055] = {.lex_state = 0}, - [6056] = {.lex_state = 165}, - [6057] = {.lex_state = 67}, - [6058] = {.lex_state = 155}, + [6056] = {.lex_state = 261}, + [6057] = {.lex_state = 0}, + [6058] = {.lex_state = 0}, [6059] = {.lex_state = 0}, - [6060] = {.lex_state = 0}, - [6061] = {.lex_state = 0}, + [6060] = {.lex_state = 261}, + [6061] = {.lex_state = 261}, [6062] = {.lex_state = 0}, [6063] = {.lex_state = 0}, - [6064] = {.lex_state = 155}, + [6064] = {.lex_state = 0}, [6065] = {.lex_state = 0}, [6066] = {.lex_state = 0}, [6067] = {.lex_state = 0}, - [6068] = {.lex_state = 155}, - [6069] = {.lex_state = 155}, + [6068] = {.lex_state = 0}, + [6069] = {.lex_state = 0}, [6070] = {.lex_state = 0}, - [6071] = {.lex_state = 155}, + [6071] = {.lex_state = 0}, [6072] = {.lex_state = 0}, [6073] = {.lex_state = 0}, - [6074] = {.lex_state = 0}, - [6075] = {.lex_state = 155}, + [6074] = {.lex_state = 261}, + [6075] = {.lex_state = 0}, [6076] = {.lex_state = 0}, [6077] = {.lex_state = 261}, - [6078] = {.lex_state = 155}, + [6078] = {.lex_state = 0}, [6079] = {.lex_state = 0}, [6080] = {.lex_state = 0}, - [6081] = {.lex_state = 0}, + [6081] = {.lex_state = 155}, [6082] = {.lex_state = 0}, [6083] = {.lex_state = 0}, [6084] = {.lex_state = 0}, - [6085] = {.lex_state = 155}, + [6085] = {.lex_state = 0}, [6086] = {.lex_state = 0}, - [6087] = {.lex_state = 141}, + [6087] = {.lex_state = 0}, [6088] = {.lex_state = 0}, [6089] = {.lex_state = 0}, [6090] = {.lex_state = 0}, @@ -23978,231 +23857,231 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6095] = {.lex_state = 0}, [6096] = {.lex_state = 0}, [6097] = {.lex_state = 0}, - [6098] = {.lex_state = 155}, + [6098] = {.lex_state = 0}, [6099] = {.lex_state = 0}, [6100] = {.lex_state = 0}, [6101] = {.lex_state = 0}, [6102] = {.lex_state = 0}, - [6103] = {.lex_state = 67}, + [6103] = {.lex_state = 0}, [6104] = {.lex_state = 155}, [6105] = {.lex_state = 0}, - [6106] = {.lex_state = 261}, + [6106] = {.lex_state = 0}, [6107] = {.lex_state = 0}, [6108] = {.lex_state = 0}, - [6109] = {.lex_state = 155}, + [6109] = {.lex_state = 0}, [6110] = {.lex_state = 0}, [6111] = {.lex_state = 0}, - [6112] = {.lex_state = 155}, + [6112] = {.lex_state = 261}, [6113] = {.lex_state = 0}, - [6114] = {.lex_state = 0}, + [6114] = {.lex_state = 261}, [6115] = {.lex_state = 0}, - [6116] = {.lex_state = 0}, + [6116] = {.lex_state = 79}, [6117] = {.lex_state = 0}, - [6118] = {.lex_state = 0}, + [6118] = {.lex_state = 261}, [6119] = {.lex_state = 0}, - [6120] = {.lex_state = 155}, + [6120] = {.lex_state = 0}, [6121] = {.lex_state = 0}, [6122] = {.lex_state = 0}, [6123] = {.lex_state = 0}, [6124] = {.lex_state = 0}, [6125] = {.lex_state = 0}, - [6126] = {.lex_state = 0}, - [6127] = {.lex_state = 75}, - [6128] = {.lex_state = 261}, + [6126] = {.lex_state = 261}, + [6127] = {.lex_state = 0}, + [6128] = {.lex_state = 0}, [6129] = {.lex_state = 0}, [6130] = {.lex_state = 0}, [6131] = {.lex_state = 0}, - [6132] = {.lex_state = 155}, - [6133] = {.lex_state = 155}, - [6134] = {.lex_state = 261}, + [6132] = {.lex_state = 0}, + [6133] = {.lex_state = 261}, + [6134] = {.lex_state = 0}, [6135] = {.lex_state = 261}, - [6136] = {.lex_state = 0}, - [6137] = {.lex_state = 0}, + [6136] = {.lex_state = 80}, + [6137] = {.lex_state = 261}, [6138] = {.lex_state = 0}, - [6139] = {.lex_state = 261}, - [6140] = {.lex_state = 155}, - [6141] = {.lex_state = 0}, - [6142] = {.lex_state = 155}, - [6143] = {.lex_state = 261}, + [6139] = {.lex_state = 0}, + [6140] = {.lex_state = 0}, + [6141] = {.lex_state = 79}, + [6142] = {.lex_state = 0}, + [6143] = {.lex_state = 0}, [6144] = {.lex_state = 0}, [6145] = {.lex_state = 0}, - [6146] = {.lex_state = 0}, - [6147] = {.lex_state = 0}, - [6148] = {.lex_state = 0}, - [6149] = {.lex_state = 261}, + [6146] = {.lex_state = 261}, + [6147] = {.lex_state = 261}, + [6148] = {.lex_state = 261}, + [6149] = {.lex_state = 0}, [6150] = {.lex_state = 0}, [6151] = {.lex_state = 261}, - [6152] = {.lex_state = 0}, - [6153] = {.lex_state = 261}, + [6152] = {.lex_state = 261}, + [6153] = {.lex_state = 0}, [6154] = {.lex_state = 0}, - [6155] = {.lex_state = 0}, - [6156] = {.lex_state = 0}, - [6157] = {.lex_state = 0}, - [6158] = {.lex_state = 0}, + [6155] = {.lex_state = 261}, + [6156] = {.lex_state = 79}, + [6157] = {.lex_state = 155}, + [6158] = {.lex_state = 80}, [6159] = {.lex_state = 0}, - [6160] = {.lex_state = 0}, - [6161] = {.lex_state = 0}, + [6160] = {.lex_state = 261}, + [6161] = {.lex_state = 79}, [6162] = {.lex_state = 0}, - [6163] = {.lex_state = 0}, - [6164] = {.lex_state = 78}, + [6163] = {.lex_state = 155}, + [6164] = {.lex_state = 0}, [6165] = {.lex_state = 0}, [6166] = {.lex_state = 0}, - [6167] = {.lex_state = 261}, - [6168] = {.lex_state = 0}, - [6169] = {.lex_state = 0}, + [6167] = {.lex_state = 0}, + [6168] = {.lex_state = 80}, + [6169] = {.lex_state = 261}, [6170] = {.lex_state = 0}, - [6171] = {.lex_state = 261}, + [6171] = {.lex_state = 0}, [6172] = {.lex_state = 0}, - [6173] = {.lex_state = 0}, + [6173] = {.lex_state = 261}, [6174] = {.lex_state = 0}, [6175] = {.lex_state = 0}, - [6176] = {.lex_state = 0}, - [6177] = {.lex_state = 155}, + [6176] = {.lex_state = 155}, + [6177] = {.lex_state = 0}, [6178] = {.lex_state = 0}, - [6179] = {.lex_state = 0}, - [6180] = {.lex_state = 155}, + [6179] = {.lex_state = 261}, + [6180] = {.lex_state = 0}, [6181] = {.lex_state = 0}, - [6182] = {.lex_state = 155}, + [6182] = {.lex_state = 0}, [6183] = {.lex_state = 0}, [6184] = {.lex_state = 0}, - [6185] = {.lex_state = 261}, + [6185] = {.lex_state = 0}, [6186] = {.lex_state = 0}, - [6187] = {.lex_state = 261}, + [6187] = {.lex_state = 155}, [6188] = {.lex_state = 0}, [6189] = {.lex_state = 261}, [6190] = {.lex_state = 0}, [6191] = {.lex_state = 0}, - [6192] = {.lex_state = 0}, + [6192] = {.lex_state = 155}, [6193] = {.lex_state = 0}, - [6194] = {.lex_state = 0}, - [6195] = {.lex_state = 75}, + [6194] = {.lex_state = 80}, + [6195] = {.lex_state = 0}, [6196] = {.lex_state = 0}, [6197] = {.lex_state = 261}, [6198] = {.lex_state = 0}, [6199] = {.lex_state = 0}, [6200] = {.lex_state = 0}, - [6201] = {.lex_state = 0}, + [6201] = {.lex_state = 261, .external_lex_state = 2}, [6202] = {.lex_state = 261}, [6203] = {.lex_state = 0}, [6204] = {.lex_state = 0}, - [6205] = {.lex_state = 261}, - [6206] = {.lex_state = 0}, - [6207] = {.lex_state = 261}, + [6205] = {.lex_state = 0}, + [6206] = {.lex_state = 155}, + [6207] = {.lex_state = 0}, [6208] = {.lex_state = 0}, [6209] = {.lex_state = 0}, [6210] = {.lex_state = 0}, - [6211] = {.lex_state = 0}, + [6211] = {.lex_state = 155}, [6212] = {.lex_state = 0}, - [6213] = {.lex_state = 0}, + [6213] = {.lex_state = 261}, [6214] = {.lex_state = 0}, [6215] = {.lex_state = 0}, [6216] = {.lex_state = 0}, [6217] = {.lex_state = 0}, [6218] = {.lex_state = 261}, [6219] = {.lex_state = 0}, - [6220] = {.lex_state = 0}, - [6221] = {.lex_state = 0}, - [6222] = {.lex_state = 0}, + [6220] = {.lex_state = 261}, + [6221] = {.lex_state = 261}, + [6222] = {.lex_state = 261}, [6223] = {.lex_state = 261}, [6224] = {.lex_state = 0}, - [6225] = {.lex_state = 261}, - [6226] = {.lex_state = 0}, - [6227] = {.lex_state = 0}, + [6225] = {.lex_state = 0}, + [6226] = {.lex_state = 155}, + [6227] = {.lex_state = 79}, [6228] = {.lex_state = 0}, [6229] = {.lex_state = 0}, - [6230] = {.lex_state = 0}, - [6231] = {.lex_state = 261}, - [6232] = {.lex_state = 0}, + [6230] = {.lex_state = 155}, + [6231] = {.lex_state = 0}, + [6232] = {.lex_state = 261}, [6233] = {.lex_state = 0}, - [6234] = {.lex_state = 0}, - [6235] = {.lex_state = 0}, - [6236] = {.lex_state = 0}, + [6234] = {.lex_state = 261}, + [6235] = {.lex_state = 261}, + [6236] = {.lex_state = 80}, [6237] = {.lex_state = 0}, - [6238] = {.lex_state = 261}, - [6239] = {.lex_state = 261}, - [6240] = {.lex_state = 261}, - [6241] = {.lex_state = 0}, + [6238] = {.lex_state = 0}, + [6239] = {.lex_state = 155}, + [6240] = {.lex_state = 155}, + [6241] = {.lex_state = 155}, [6242] = {.lex_state = 0}, - [6243] = {.lex_state = 261}, - [6244] = {.lex_state = 261}, - [6245] = {.lex_state = 0}, - [6246] = {.lex_state = 261}, - [6247] = {.lex_state = 261}, - [6248] = {.lex_state = 155}, + [6243] = {.lex_state = 0}, + [6244] = {.lex_state = 0}, + [6245] = {.lex_state = 79}, + [6246] = {.lex_state = 0}, + [6247] = {.lex_state = 155}, + [6248] = {.lex_state = 0}, [6249] = {.lex_state = 0}, - [6250] = {.lex_state = 0}, - [6251] = {.lex_state = 155}, + [6250] = {.lex_state = 261}, + [6251] = {.lex_state = 0}, [6252] = {.lex_state = 0}, - [6253] = {.lex_state = 0}, - [6254] = {.lex_state = 155}, - [6255] = {.lex_state = 78}, - [6256] = {.lex_state = 261}, - [6257] = {.lex_state = 0}, - [6258] = {.lex_state = 261}, + [6253] = {.lex_state = 261}, + [6254] = {.lex_state = 261}, + [6255] = {.lex_state = 261}, + [6256] = {.lex_state = 0}, + [6257] = {.lex_state = 261}, + [6258] = {.lex_state = 0}, [6259] = {.lex_state = 0}, - [6260] = {.lex_state = 78}, - [6261] = {.lex_state = 155}, + [6260] = {.lex_state = 0}, + [6261] = {.lex_state = 261}, [6262] = {.lex_state = 0}, [6263] = {.lex_state = 0}, [6264] = {.lex_state = 0}, [6265] = {.lex_state = 0}, [6266] = {.lex_state = 0}, - [6267] = {.lex_state = 0}, - [6268] = {.lex_state = 75}, + [6267] = {.lex_state = 261}, + [6268] = {.lex_state = 261}, [6269] = {.lex_state = 261}, - [6270] = {.lex_state = 0}, - [6271] = {.lex_state = 155}, - [6272] = {.lex_state = 0}, + [6270] = {.lex_state = 155}, + [6271] = {.lex_state = 0}, + [6272] = {.lex_state = 261}, [6273] = {.lex_state = 0}, - [6274] = {.lex_state = 261}, - [6275] = {.lex_state = 0}, - [6276] = {.lex_state = 0}, + [6274] = {.lex_state = 0}, + [6275] = {.lex_state = 79}, + [6276] = {.lex_state = 155}, [6277] = {.lex_state = 0}, - [6278] = {.lex_state = 0}, + [6278] = {.lex_state = 261}, [6279] = {.lex_state = 0}, [6280] = {.lex_state = 261}, - [6281] = {.lex_state = 75}, - [6282] = {.lex_state = 75}, + [6281] = {.lex_state = 0}, + [6282] = {.lex_state = 0}, [6283] = {.lex_state = 0}, - [6284] = {.lex_state = 261}, - [6285] = {.lex_state = 75}, + [6284] = {.lex_state = 0}, + [6285] = {.lex_state = 0}, [6286] = {.lex_state = 0}, - [6287] = {.lex_state = 78}, - [6288] = {.lex_state = 261}, - [6289] = {.lex_state = 261, .external_lex_state = 2}, + [6287] = {.lex_state = 261}, + [6288] = {.lex_state = 0}, + [6289] = {.lex_state = 0}, [6290] = {.lex_state = 0}, - [6291] = {.lex_state = 0}, - [6292] = {.lex_state = 261}, - [6293] = {.lex_state = 0}, + [6291] = {.lex_state = 79}, + [6292] = {.lex_state = 155}, + [6293] = {.lex_state = 261}, [6294] = {.lex_state = 0}, [6295] = {.lex_state = 0}, [6296] = {.lex_state = 0}, [6297] = {.lex_state = 0}, - [6298] = {.lex_state = 0}, + [6298] = {.lex_state = 261}, [6299] = {.lex_state = 0}, [6300] = {.lex_state = 0}, - [6301] = {.lex_state = 155}, + [6301] = {.lex_state = 80}, [6302] = {.lex_state = 0}, - [6303] = {.lex_state = 0}, + [6303] = {.lex_state = 261}, [6304] = {.lex_state = 0}, [6305] = {.lex_state = 0}, - [6306] = {.lex_state = 261}, + [6306] = {.lex_state = 0}, [6307] = {.lex_state = 0}, - [6308] = {.lex_state = 75}, + [6308] = {.lex_state = 261}, [6309] = {.lex_state = 155}, - [6310] = {.lex_state = 0}, + [6310] = {.lex_state = 261}, [6311] = {.lex_state = 0}, - [6312] = {.lex_state = 0}, + [6312] = {.lex_state = 155}, [6313] = {.lex_state = 0}, - [6314] = {.lex_state = 0}, - [6315] = {.lex_state = 0}, + [6314] = {.lex_state = 80}, + [6315] = {.lex_state = 261}, [6316] = {.lex_state = 0}, - [6317] = {.lex_state = 0}, + [6317] = {.lex_state = 155}, [6318] = {.lex_state = 0}, [6319] = {.lex_state = 0}, [6320] = {.lex_state = 0}, [6321] = {.lex_state = 0}, - [6322] = {.lex_state = 261}, + [6322] = {.lex_state = 0}, [6323] = {.lex_state = 0}, [6324] = {.lex_state = 0}, [6325] = {.lex_state = 0}, @@ -24210,59 +24089,59 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6327] = {.lex_state = 0}, [6328] = {.lex_state = 0}, [6329] = {.lex_state = 0}, - [6330] = {.lex_state = 0}, - [6331] = {.lex_state = 78}, - [6332] = {.lex_state = 0}, + [6330] = {.lex_state = 261, .external_lex_state = 2}, + [6331] = {.lex_state = 0}, + [6332] = {.lex_state = 261}, [6333] = {.lex_state = 0}, - [6334] = {.lex_state = 155}, - [6335] = {.lex_state = 261}, - [6336] = {.lex_state = 155}, + [6334] = {.lex_state = 79}, + [6335] = {.lex_state = 261, .external_lex_state = 2}, + [6336] = {.lex_state = 0}, [6337] = {.lex_state = 0}, [6338] = {.lex_state = 0}, [6339] = {.lex_state = 0}, - [6340] = {.lex_state = 261}, + [6340] = {.lex_state = 0}, [6341] = {.lex_state = 0}, [6342] = {.lex_state = 0}, - [6343] = {.lex_state = 0}, + [6343] = {.lex_state = 261, .external_lex_state = 2}, [6344] = {.lex_state = 0}, [6345] = {.lex_state = 0}, [6346] = {.lex_state = 0}, [6347] = {.lex_state = 0}, [6348] = {.lex_state = 0}, - [6349] = {.lex_state = 261}, - [6350] = {.lex_state = 261}, - [6351] = {.lex_state = 0}, + [6349] = {.lex_state = 155}, + [6350] = {.lex_state = 0}, + [6351] = {.lex_state = 155}, [6352] = {.lex_state = 0}, [6353] = {.lex_state = 0}, - [6354] = {.lex_state = 0}, - [6355] = {.lex_state = 0}, + [6354] = {.lex_state = 261}, + [6355] = {.lex_state = 261, .external_lex_state = 2}, [6356] = {.lex_state = 0}, [6357] = {.lex_state = 0}, - [6358] = {.lex_state = 0}, - [6359] = {.lex_state = 75}, - [6360] = {.lex_state = 0}, + [6358] = {.lex_state = 261}, + [6359] = {.lex_state = 0}, + [6360] = {.lex_state = 155}, [6361] = {.lex_state = 0}, - [6362] = {.lex_state = 0}, - [6363] = {.lex_state = 0}, - [6364] = {.lex_state = 155}, - [6365] = {.lex_state = 0}, - [6366] = {.lex_state = 261}, + [6362] = {.lex_state = 155}, + [6363] = {.lex_state = 261, .external_lex_state = 2}, + [6364] = {.lex_state = 0}, + [6365] = {.lex_state = 261}, + [6366] = {.lex_state = 0}, [6367] = {.lex_state = 0}, - [6368] = {.lex_state = 0}, + [6368] = {.lex_state = 79}, [6369] = {.lex_state = 0}, - [6370] = {.lex_state = 0}, + [6370] = {.lex_state = 261}, [6371] = {.lex_state = 0}, - [6372] = {.lex_state = 0}, + [6372] = {.lex_state = 261}, [6373] = {.lex_state = 0}, - [6374] = {.lex_state = 261}, - [6375] = {.lex_state = 0}, - [6376] = {.lex_state = 155}, + [6374] = {.lex_state = 0}, + [6375] = {.lex_state = 155}, + [6376] = {.lex_state = 0}, [6377] = {.lex_state = 0}, [6378] = {.lex_state = 0}, - [6379] = {.lex_state = 261}, + [6379] = {.lex_state = 0}, [6380] = {.lex_state = 0}, - [6381] = {.lex_state = 0}, - [6382] = {.lex_state = 0}, + [6381] = {.lex_state = 155}, + [6382] = {.lex_state = 261}, [6383] = {.lex_state = 0}, [6384] = {.lex_state = 0}, [6385] = {.lex_state = 0}, @@ -24270,7 +24149,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6387] = {.lex_state = 0}, [6388] = {.lex_state = 0}, [6389] = {.lex_state = 0}, - [6390] = {.lex_state = 261}, + [6390] = {.lex_state = 0}, [6391] = {.lex_state = 0}, [6392] = {.lex_state = 0}, [6393] = {.lex_state = 0}, @@ -24282,28 +24161,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6399] = {.lex_state = 0}, [6400] = {.lex_state = 0}, [6401] = {.lex_state = 0}, - [6402] = {.lex_state = 0}, + [6402] = {.lex_state = 155}, [6403] = {.lex_state = 0}, - [6404] = {.lex_state = 0}, - [6405] = {.lex_state = 0}, - [6406] = {.lex_state = 0}, - [6407] = {.lex_state = 0}, + [6404] = {.lex_state = 155}, + [6405] = {.lex_state = 155}, + [6406] = {.lex_state = 261}, + [6407] = {.lex_state = 261}, [6408] = {.lex_state = 0}, [6409] = {.lex_state = 0}, [6410] = {.lex_state = 0}, [6411] = {.lex_state = 261}, [6412] = {.lex_state = 0}, - [6413] = {.lex_state = 0}, - [6414] = {.lex_state = 261}, - [6415] = {.lex_state = 261}, + [6413] = {.lex_state = 79}, + [6414] = {.lex_state = 0}, + [6415] = {.lex_state = 155}, [6416] = {.lex_state = 261}, - [6417] = {.lex_state = 0}, - [6418] = {.lex_state = 261}, - [6419] = {.lex_state = 261}, + [6417] = {.lex_state = 79}, + [6418] = {.lex_state = 0}, + [6419] = {.lex_state = 0}, [6420] = {.lex_state = 0}, - [6421] = {.lex_state = 0}, - [6422] = {.lex_state = 0}, - [6423] = {.lex_state = 261}, + [6421] = {.lex_state = 155}, + [6422] = {.lex_state = 79}, + [6423] = {.lex_state = 0}, [6424] = {.lex_state = 0}, [6425] = {.lex_state = 0}, [6426] = {.lex_state = 0}, @@ -24312,133 +24191,133 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6429] = {.lex_state = 0}, [6430] = {.lex_state = 0}, [6431] = {.lex_state = 0}, - [6432] = {.lex_state = 0}, - [6433] = {.lex_state = 0}, + [6432] = {.lex_state = 80}, + [6433] = {.lex_state = 155}, [6434] = {.lex_state = 0}, - [6435] = {.lex_state = 0}, - [6436] = {.lex_state = 261}, + [6435] = {.lex_state = 261}, + [6436] = {.lex_state = 0}, [6437] = {.lex_state = 0}, - [6438] = {.lex_state = 155}, + [6438] = {.lex_state = 0}, [6439] = {.lex_state = 0}, - [6440] = {.lex_state = 0}, + [6440] = {.lex_state = 261}, [6441] = {.lex_state = 0}, - [6442] = {.lex_state = 155}, + [6442] = {.lex_state = 0}, [6443] = {.lex_state = 0}, - [6444] = {.lex_state = 75}, - [6445] = {.lex_state = 261}, + [6444] = {.lex_state = 0}, + [6445] = {.lex_state = 0}, [6446] = {.lex_state = 0}, [6447] = {.lex_state = 0}, - [6448] = {.lex_state = 261}, + [6448] = {.lex_state = 0}, [6449] = {.lex_state = 0}, - [6450] = {.lex_state = 155}, + [6450] = {.lex_state = 261}, [6451] = {.lex_state = 0}, [6452] = {.lex_state = 0}, [6453] = {.lex_state = 0}, - [6454] = {.lex_state = 75}, + [6454] = {.lex_state = 0}, [6455] = {.lex_state = 261}, [6456] = {.lex_state = 0}, - [6457] = {.lex_state = 155}, - [6458] = {.lex_state = 261}, - [6459] = {.lex_state = 155}, - [6460] = {.lex_state = 261}, + [6457] = {.lex_state = 0}, + [6458] = {.lex_state = 0}, + [6459] = {.lex_state = 0}, + [6460] = {.lex_state = 0}, [6461] = {.lex_state = 261}, [6462] = {.lex_state = 0}, [6463] = {.lex_state = 0}, [6464] = {.lex_state = 0}, - [6465] = {.lex_state = 0}, + [6465] = {.lex_state = 261}, [6466] = {.lex_state = 0}, - [6467] = {.lex_state = 261}, - [6468] = {.lex_state = 0}, + [6467] = {.lex_state = 0}, + [6468] = {.lex_state = 155}, [6469] = {.lex_state = 0}, - [6470] = {.lex_state = 261}, + [6470] = {.lex_state = 0}, [6471] = {.lex_state = 0}, [6472] = {.lex_state = 0}, [6473] = {.lex_state = 0}, [6474] = {.lex_state = 0}, [6475] = {.lex_state = 0}, - [6476] = {.lex_state = 261, .external_lex_state = 2}, - [6477] = {.lex_state = 155}, + [6476] = {.lex_state = 0}, + [6477] = {.lex_state = 0}, [6478] = {.lex_state = 0}, - [6479] = {.lex_state = 0}, - [6480] = {.lex_state = 261}, - [6481] = {.lex_state = 75}, + [6479] = {.lex_state = 261}, + [6480] = {.lex_state = 0}, + [6481] = {.lex_state = 261}, [6482] = {.lex_state = 0}, [6483] = {.lex_state = 0}, [6484] = {.lex_state = 0}, [6485] = {.lex_state = 0}, - [6486] = {.lex_state = 0}, + [6486] = {.lex_state = 79}, [6487] = {.lex_state = 0}, [6488] = {.lex_state = 0}, - [6489] = {.lex_state = 0}, + [6489] = {.lex_state = 155}, [6490] = {.lex_state = 0}, [6491] = {.lex_state = 0}, - [6492] = {.lex_state = 0}, - [6493] = {.lex_state = 0}, - [6494] = {.lex_state = 75}, - [6495] = {.lex_state = 0}, + [6492] = {.lex_state = 79}, + [6493] = {.lex_state = 261}, + [6494] = {.lex_state = 155}, + [6495] = {.lex_state = 261}, [6496] = {.lex_state = 0}, - [6497] = {.lex_state = 0}, - [6498] = {.lex_state = 0}, - [6499] = {.lex_state = 75}, - [6500] = {.lex_state = 0}, - [6501] = {.lex_state = 0}, - [6502] = {.lex_state = 0}, + [6497] = {.lex_state = 69}, + [6498] = {.lex_state = 155}, + [6499] = {.lex_state = 155}, + [6500] = {.lex_state = 155}, + [6501] = {.lex_state = 155}, + [6502] = {.lex_state = 261}, [6503] = {.lex_state = 0}, [6504] = {.lex_state = 0}, [6505] = {.lex_state = 0}, - [6506] = {.lex_state = 75}, - [6507] = {.lex_state = 155}, + [6506] = {.lex_state = 261}, + [6507] = {.lex_state = 0}, [6508] = {.lex_state = 0}, [6509] = {.lex_state = 0}, - [6510] = {.lex_state = 0}, + [6510] = {.lex_state = 0, .external_lex_state = 2}, [6511] = {.lex_state = 0}, - [6512] = {.lex_state = 78}, - [6513] = {.lex_state = 78}, + [6512] = {.lex_state = 0}, + [6513] = {.lex_state = 0}, [6514] = {.lex_state = 0}, - [6515] = {.lex_state = 0}, - [6516] = {.lex_state = 0}, - [6517] = {.lex_state = 155}, - [6518] = {.lex_state = 261}, - [6519] = {.lex_state = 261}, - [6520] = {.lex_state = 155}, - [6521] = {.lex_state = 0}, - [6522] = {.lex_state = 0}, - [6523] = {.lex_state = 0}, - [6524] = {.lex_state = 155}, + [6515] = {.lex_state = 155}, + [6516] = {.lex_state = 261}, + [6517] = {.lex_state = 0}, + [6518] = {.lex_state = 155}, + [6519] = {.lex_state = 0}, + [6520] = {.lex_state = 0}, + [6521] = {.lex_state = 261}, + [6522] = {.lex_state = 261}, + [6523] = {.lex_state = 261}, + [6524] = {.lex_state = 0, .external_lex_state = 3}, [6525] = {.lex_state = 261}, - [6526] = {.lex_state = 155}, - [6527] = {.lex_state = 261}, - [6528] = {.lex_state = 78}, - [6529] = {.lex_state = 0}, - [6530] = {.lex_state = 0}, - [6531] = {.lex_state = 0}, - [6532] = {.lex_state = 155}, - [6533] = {.lex_state = 261}, - [6534] = {.lex_state = 0}, - [6535] = {.lex_state = 0}, - [6536] = {.lex_state = 0}, - [6537] = {.lex_state = 0}, - [6538] = {.lex_state = 0}, - [6539] = {.lex_state = 155}, + [6526] = {.lex_state = 0}, + [6527] = {.lex_state = 155}, + [6528] = {.lex_state = 155}, + [6529] = {.lex_state = 155}, + [6530] = {.lex_state = 261}, + [6531] = {.lex_state = 155}, + [6532] = {.lex_state = 261}, + [6533] = {.lex_state = 155}, + [6534] = {.lex_state = 261}, + [6535] = {.lex_state = 155}, + [6536] = {.lex_state = 155}, + [6537] = {.lex_state = 155}, + [6538] = {.lex_state = 155}, + [6539] = {.lex_state = 69}, [6540] = {.lex_state = 0}, [6541] = {.lex_state = 0}, - [6542] = {.lex_state = 0}, - [6543] = {.lex_state = 261}, + [6542] = {.lex_state = 155}, + [6543] = {.lex_state = 0}, [6544] = {.lex_state = 0}, [6545] = {.lex_state = 0}, [6546] = {.lex_state = 0}, [6547] = {.lex_state = 0}, [6548] = {.lex_state = 0}, - [6549] = {.lex_state = 155}, - [6550] = {.lex_state = 261, .external_lex_state = 2}, - [6551] = {.lex_state = 261}, - [6552] = {.lex_state = 155}, - [6553] = {.lex_state = 0}, - [6554] = {.lex_state = 155}, - [6555] = {.lex_state = 261}, + [6549] = {.lex_state = 0}, + [6550] = {.lex_state = 0}, + [6551] = {.lex_state = 155}, + [6552] = {.lex_state = 0}, + [6553] = {.lex_state = 139}, + [6554] = {.lex_state = 0}, + [6555] = {.lex_state = 0}, [6556] = {.lex_state = 0}, [6557] = {.lex_state = 0}, - [6558] = {.lex_state = 0}, + [6558] = {.lex_state = 261}, [6559] = {.lex_state = 0}, [6560] = {.lex_state = 0}, [6561] = {.lex_state = 0}, @@ -24446,230 +24325,230 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6563] = {.lex_state = 0}, [6564] = {.lex_state = 0}, [6565] = {.lex_state = 0}, - [6566] = {.lex_state = 0}, + [6566] = {.lex_state = 0, .external_lex_state = 2}, [6567] = {.lex_state = 0}, [6568] = {.lex_state = 0}, [6569] = {.lex_state = 0}, - [6570] = {.lex_state = 0}, - [6571] = {.lex_state = 0}, - [6572] = {.lex_state = 0}, - [6573] = {.lex_state = 0}, - [6574] = {.lex_state = 0}, - [6575] = {.lex_state = 261}, + [6570] = {.lex_state = 69}, + [6571] = {.lex_state = 155}, + [6572] = {.lex_state = 155}, + [6573] = {.lex_state = 155}, + [6574] = {.lex_state = 155}, + [6575] = {.lex_state = 0}, [6576] = {.lex_state = 0}, [6577] = {.lex_state = 0}, [6578] = {.lex_state = 0}, [6579] = {.lex_state = 0}, - [6580] = {.lex_state = 0}, - [6581] = {.lex_state = 261}, - [6582] = {.lex_state = 261}, + [6580] = {.lex_state = 155}, + [6581] = {.lex_state = 0}, + [6582] = {.lex_state = 0}, [6583] = {.lex_state = 0}, - [6584] = {.lex_state = 261}, - [6585] = {.lex_state = 261, .external_lex_state = 2}, - [6586] = {.lex_state = 261}, - [6587] = {.lex_state = 0}, - [6588] = {.lex_state = 75}, + [6584] = {.lex_state = 69}, + [6585] = {.lex_state = 0}, + [6586] = {.lex_state = 0}, + [6587] = {.lex_state = 261}, + [6588] = {.lex_state = 0}, [6589] = {.lex_state = 0}, [6590] = {.lex_state = 0}, [6591] = {.lex_state = 0}, [6592] = {.lex_state = 0}, - [6593] = {.lex_state = 75}, + [6593] = {.lex_state = 0}, [6594] = {.lex_state = 0}, - [6595] = {.lex_state = 261}, - [6596] = {.lex_state = 261}, - [6597] = {.lex_state = 0}, + [6595] = {.lex_state = 0}, + [6596] = {.lex_state = 0}, + [6597] = {.lex_state = 69}, [6598] = {.lex_state = 0}, - [6599] = {.lex_state = 0}, + [6599] = {.lex_state = 261}, [6600] = {.lex_state = 0}, [6601] = {.lex_state = 0}, - [6602] = {.lex_state = 261, .external_lex_state = 2}, - [6603] = {.lex_state = 261}, + [6602] = {.lex_state = 0}, + [6603] = {.lex_state = 0}, [6604] = {.lex_state = 0}, - [6605] = {.lex_state = 261, .external_lex_state = 2}, + [6605] = {.lex_state = 0}, [6606] = {.lex_state = 0}, - [6607] = {.lex_state = 75}, - [6608] = {.lex_state = 155}, - [6609] = {.lex_state = 0}, - [6610] = {.lex_state = 0}, + [6607] = {.lex_state = 0}, + [6608] = {.lex_state = 69}, + [6609] = {.lex_state = 155}, + [6610] = {.lex_state = 155}, [6611] = {.lex_state = 0}, - [6612] = {.lex_state = 261}, + [6612] = {.lex_state = 0}, [6613] = {.lex_state = 0}, [6614] = {.lex_state = 0}, - [6615] = {.lex_state = 155}, - [6616] = {.lex_state = 261}, + [6615] = {.lex_state = 0}, + [6616] = {.lex_state = 0}, [6617] = {.lex_state = 0}, [6618] = {.lex_state = 0}, [6619] = {.lex_state = 0}, [6620] = {.lex_state = 0}, - [6621] = {.lex_state = 155}, + [6621] = {.lex_state = 69}, [6622] = {.lex_state = 0}, [6623] = {.lex_state = 0}, - [6624] = {.lex_state = 0}, + [6624] = {.lex_state = 155}, [6625] = {.lex_state = 0}, - [6626] = {.lex_state = 0}, + [6626] = {.lex_state = 155}, [6627] = {.lex_state = 0}, [6628] = {.lex_state = 0}, - [6629] = {.lex_state = 139}, + [6629] = {.lex_state = 0}, [6630] = {.lex_state = 0, .external_lex_state = 2}, - [6631] = {.lex_state = 261}, + [6631] = {.lex_state = 0}, [6632] = {.lex_state = 155}, - [6633] = {.lex_state = 155}, + [6633] = {.lex_state = 0}, [6634] = {.lex_state = 0}, [6635] = {.lex_state = 0}, - [6636] = {.lex_state = 261}, - [6637] = {.lex_state = 139}, + [6636] = {.lex_state = 69}, + [6637] = {.lex_state = 155}, [6638] = {.lex_state = 0}, - [6639] = {.lex_state = 139}, - [6640] = {.lex_state = 261}, + [6639] = {.lex_state = 261}, + [6640] = {.lex_state = 0}, [6641] = {.lex_state = 0}, - [6642] = {.lex_state = 155}, - [6643] = {.lex_state = 0}, + [6642] = {.lex_state = 0}, + [6643] = {.lex_state = 261}, [6644] = {.lex_state = 0}, [6645] = {.lex_state = 0}, [6646] = {.lex_state = 0}, - [6647] = {.lex_state = 0, .external_lex_state = 2}, - [6648] = {.lex_state = 261}, - [6649] = {.lex_state = 261}, - [6650] = {.lex_state = 155}, - [6651] = {.lex_state = 155}, - [6652] = {.lex_state = 139}, - [6653] = {.lex_state = 155}, + [6647] = {.lex_state = 0}, + [6648] = {.lex_state = 0}, + [6649] = {.lex_state = 0}, + [6650] = {.lex_state = 0}, + [6651] = {.lex_state = 0}, + [6652] = {.lex_state = 261}, + [6653] = {.lex_state = 0}, [6654] = {.lex_state = 0}, [6655] = {.lex_state = 0}, - [6656] = {.lex_state = 155}, + [6656] = {.lex_state = 0}, [6657] = {.lex_state = 155}, [6658] = {.lex_state = 155}, - [6659] = {.lex_state = 0}, - [6660] = {.lex_state = 0}, + [6659] = {.lex_state = 69}, + [6660] = {.lex_state = 155}, [6661] = {.lex_state = 0}, - [6662] = {.lex_state = 139}, + [6662] = {.lex_state = 155}, [6663] = {.lex_state = 0}, [6664] = {.lex_state = 0}, - [6665] = {.lex_state = 261}, - [6666] = {.lex_state = 139}, - [6667] = {.lex_state = 0, .external_lex_state = 3}, + [6665] = {.lex_state = 0}, + [6666] = {.lex_state = 0}, + [6667] = {.lex_state = 0}, [6668] = {.lex_state = 0}, [6669] = {.lex_state = 0}, - [6670] = {.lex_state = 67}, - [6671] = {.lex_state = 261}, + [6670] = {.lex_state = 0}, + [6671] = {.lex_state = 155}, [6672] = {.lex_state = 0}, - [6673] = {.lex_state = 0}, + [6673] = {.lex_state = 69}, [6674] = {.lex_state = 0}, [6675] = {.lex_state = 0}, - [6676] = {.lex_state = 0}, - [6677] = {.lex_state = 261}, + [6676] = {.lex_state = 155}, + [6677] = {.lex_state = 0}, [6678] = {.lex_state = 0}, [6679] = {.lex_state = 0}, [6680] = {.lex_state = 0}, [6681] = {.lex_state = 0}, - [6682] = {.lex_state = 261}, + [6682] = {.lex_state = 0, .external_lex_state = 2}, [6683] = {.lex_state = 0}, - [6684] = {.lex_state = 0}, - [6685] = {.lex_state = 0}, - [6686] = {.lex_state = 155}, - [6687] = {.lex_state = 155}, + [6684] = {.lex_state = 155}, + [6685] = {.lex_state = 155}, + [6686] = {.lex_state = 0}, + [6687] = {.lex_state = 0}, [6688] = {.lex_state = 0}, [6689] = {.lex_state = 0}, - [6690] = {.lex_state = 0, .external_lex_state = 2}, - [6691] = {.lex_state = 0}, + [6690] = {.lex_state = 261}, + [6691] = {.lex_state = 69}, [6692] = {.lex_state = 0}, - [6693] = {.lex_state = 0}, - [6694] = {.lex_state = 0}, - [6695] = {.lex_state = 0}, - [6696] = {.lex_state = 0}, + [6693] = {.lex_state = 69}, + [6694] = {.lex_state = 146}, + [6695] = {.lex_state = 261}, + [6696] = {.lex_state = 155}, [6697] = {.lex_state = 0}, [6698] = {.lex_state = 0}, - [6699] = {.lex_state = 261}, + [6699] = {.lex_state = 146}, [6700] = {.lex_state = 0}, - [6701] = {.lex_state = 261}, - [6702] = {.lex_state = 0}, + [6701] = {.lex_state = 0}, + [6702] = {.lex_state = 155}, [6703] = {.lex_state = 0}, [6704] = {.lex_state = 0}, [6705] = {.lex_state = 0}, [6706] = {.lex_state = 0}, [6707] = {.lex_state = 0}, - [6708] = {.lex_state = 0, .external_lex_state = 2}, - [6709] = {.lex_state = 261}, + [6708] = {.lex_state = 0}, + [6709] = {.lex_state = 0}, [6710] = {.lex_state = 0}, [6711] = {.lex_state = 0}, [6712] = {.lex_state = 0}, - [6713] = {.lex_state = 138}, - [6714] = {.lex_state = 0}, + [6713] = {.lex_state = 139}, + [6714] = {.lex_state = 0, .external_lex_state = 2}, [6715] = {.lex_state = 155}, [6716] = {.lex_state = 0}, - [6717] = {.lex_state = 155}, - [6718] = {.lex_state = 155}, + [6717] = {.lex_state = 0}, + [6718] = {.lex_state = 0}, [6719] = {.lex_state = 0}, - [6720] = {.lex_state = 155}, - [6721] = {.lex_state = 155}, - [6722] = {.lex_state = 0}, - [6723] = {.lex_state = 155}, + [6720] = {.lex_state = 0}, + [6721] = {.lex_state = 0}, + [6722] = {.lex_state = 139}, + [6723] = {.lex_state = 139}, [6724] = {.lex_state = 0}, - [6725] = {.lex_state = 0}, - [6726] = {.lex_state = 67}, + [6725] = {.lex_state = 155}, + [6726] = {.lex_state = 261}, [6727] = {.lex_state = 0}, - [6728] = {.lex_state = 155}, - [6729] = {.lex_state = 261}, + [6728] = {.lex_state = 0}, + [6729] = {.lex_state = 0}, [6730] = {.lex_state = 0}, - [6731] = {.lex_state = 146}, + [6731] = {.lex_state = 0}, [6732] = {.lex_state = 0}, - [6733] = {.lex_state = 155}, - [6734] = {.lex_state = 261}, - [6735] = {.lex_state = 0}, - [6736] = {.lex_state = 139}, + [6733] = {.lex_state = 0}, + [6734] = {.lex_state = 139}, + [6735] = {.lex_state = 69}, + [6736] = {.lex_state = 0}, [6737] = {.lex_state = 0}, - [6738] = {.lex_state = 146}, - [6739] = {.lex_state = 261}, + [6738] = {.lex_state = 155}, + [6739] = {.lex_state = 155}, [6740] = {.lex_state = 0}, [6741] = {.lex_state = 0}, - [6742] = {.lex_state = 67}, + [6742] = {.lex_state = 0}, [6743] = {.lex_state = 261}, - [6744] = {.lex_state = 155}, - [6745] = {.lex_state = 139}, - [6746] = {.lex_state = 155}, + [6744] = {.lex_state = 0}, + [6745] = {.lex_state = 155}, + [6746] = {.lex_state = 0}, [6747] = {.lex_state = 0}, [6748] = {.lex_state = 155}, [6749] = {.lex_state = 0}, - [6750] = {.lex_state = 139}, - [6751] = {.lex_state = 0}, + [6750] = {.lex_state = 0}, + [6751] = {.lex_state = 261}, [6752] = {.lex_state = 0}, - [6753] = {.lex_state = 155}, - [6754] = {.lex_state = 139}, - [6755] = {.lex_state = 67}, - [6756] = {.lex_state = 0}, + [6753] = {.lex_state = 69}, + [6754] = {.lex_state = 0}, + [6755] = {.lex_state = 69}, + [6756] = {.lex_state = 155}, [6757] = {.lex_state = 0}, - [6758] = {.lex_state = 0}, - [6759] = {.lex_state = 0}, - [6760] = {.lex_state = 67}, + [6758] = {.lex_state = 261}, + [6759] = {.lex_state = 155}, + [6760] = {.lex_state = 261}, [6761] = {.lex_state = 0}, - [6762] = {.lex_state = 139}, - [6763] = {.lex_state = 0}, - [6764] = {.lex_state = 0}, + [6762] = {.lex_state = 0}, + [6763] = {.lex_state = 155}, + [6764] = {.lex_state = 146}, [6765] = {.lex_state = 0}, - [6766] = {.lex_state = 139}, - [6767] = {.lex_state = 0}, + [6766] = {.lex_state = 0}, + [6767] = {.lex_state = 261}, [6768] = {.lex_state = 0}, [6769] = {.lex_state = 0}, - [6770] = {.lex_state = 0}, + [6770] = {.lex_state = 139}, [6771] = {.lex_state = 0}, [6772] = {.lex_state = 0}, - [6773] = {.lex_state = 0, .external_lex_state = 2}, + [6773] = {.lex_state = 0}, [6774] = {.lex_state = 0}, - [6775] = {.lex_state = 155}, + [6775] = {.lex_state = 0}, [6776] = {.lex_state = 0}, [6777] = {.lex_state = 0}, [6778] = {.lex_state = 0}, - [6779] = {.lex_state = 0}, + [6779] = {.lex_state = 155}, [6780] = {.lex_state = 0}, - [6781] = {.lex_state = 0}, + [6781] = {.lex_state = 261}, [6782] = {.lex_state = 0}, - [6783] = {.lex_state = 0}, + [6783] = {.lex_state = 261}, [6784] = {.lex_state = 0}, - [6785] = {.lex_state = 155}, + [6785] = {.lex_state = 0}, [6786] = {.lex_state = 261}, - [6787] = {.lex_state = 0}, - [6788] = {.lex_state = 0}, - [6789] = {.lex_state = 0}, + [6787] = {.lex_state = 0, .external_lex_state = 3}, + [6788] = {.lex_state = 139}, + [6789] = {.lex_state = 139}, [6790] = {.lex_state = 0}, [6791] = {.lex_state = 0}, [6792] = {.lex_state = 0}, @@ -24677,440 +24556,319 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6794] = {.lex_state = 0}, [6795] = {.lex_state = 0}, [6796] = {.lex_state = 0}, - [6797] = {.lex_state = 155}, + [6797] = {.lex_state = 0}, [6798] = {.lex_state = 0}, - [6799] = {.lex_state = 0}, - [6800] = {.lex_state = 0}, + [6799] = {.lex_state = 139}, + [6800] = {.lex_state = 139}, [6801] = {.lex_state = 0}, [6802] = {.lex_state = 0}, [6803] = {.lex_state = 0}, - [6804] = {.lex_state = 0}, - [6805] = {.lex_state = 0, .external_lex_state = 2}, - [6806] = {.lex_state = 155}, + [6804] = {.lex_state = 261}, + [6805] = {.lex_state = 69}, + [6806] = {.lex_state = 0}, [6807] = {.lex_state = 0}, [6808] = {.lex_state = 0}, [6809] = {.lex_state = 0}, - [6810] = {.lex_state = 155}, - [6811] = {.lex_state = 155}, + [6810] = {.lex_state = 0}, + [6811] = {.lex_state = 0}, [6812] = {.lex_state = 0}, - [6813] = {.lex_state = 155}, + [6813] = {.lex_state = 0}, [6814] = {.lex_state = 0}, [6815] = {.lex_state = 0}, - [6816] = {.lex_state = 67}, - [6817] = {.lex_state = 261}, - [6818] = {.lex_state = 261}, + [6816] = {.lex_state = 139}, + [6817] = {.lex_state = 0}, + [6818] = {.lex_state = 139}, [6819] = {.lex_state = 0}, [6820] = {.lex_state = 0}, - [6821] = {.lex_state = 0}, + [6821] = {.lex_state = 155}, [6822] = {.lex_state = 0}, [6823] = {.lex_state = 0}, - [6824] = {.lex_state = 261}, + [6824] = {.lex_state = 0}, [6825] = {.lex_state = 0}, - [6826] = {.lex_state = 155}, + [6826] = {.lex_state = 0}, [6827] = {.lex_state = 0}, [6828] = {.lex_state = 0}, - [6829] = {.lex_state = 0}, + [6829] = {.lex_state = 146}, [6830] = {.lex_state = 0}, [6831] = {.lex_state = 0}, - [6832] = {.lex_state = 67}, - [6833] = {.lex_state = 67}, - [6834] = {.lex_state = 261}, - [6835] = {.lex_state = 155}, + [6832] = {.lex_state = 0, .external_lex_state = 3}, + [6833] = {.lex_state = 0}, + [6834] = {.lex_state = 0}, + [6835] = {.lex_state = 139}, [6836] = {.lex_state = 0}, [6837] = {.lex_state = 0}, [6838] = {.lex_state = 0}, - [6839] = {.lex_state = 0}, + [6839] = {.lex_state = 155}, [6840] = {.lex_state = 0}, - [6841] = {.lex_state = 139}, - [6842] = {.lex_state = 261}, + [6841] = {.lex_state = 0}, + [6842] = {.lex_state = 0}, [6843] = {.lex_state = 155}, [6844] = {.lex_state = 0}, [6845] = {.lex_state = 0}, [6846] = {.lex_state = 0}, [6847] = {.lex_state = 0}, [6848] = {.lex_state = 0}, - [6849] = {.lex_state = 261}, - [6850] = {.lex_state = 0}, - [6851] = {.lex_state = 261}, - [6852] = {.lex_state = 0}, + [6849] = {.lex_state = 69}, + [6850] = {.lex_state = 69}, + [6851] = {.lex_state = 0}, + [6852] = {.lex_state = 261}, [6853] = {.lex_state = 0}, - [6854] = {.lex_state = 0}, + [6854] = {.lex_state = 146}, [6855] = {.lex_state = 0}, [6856] = {.lex_state = 0}, [6857] = {.lex_state = 0}, - [6858] = {.lex_state = 261}, + [6858] = {.lex_state = 0}, [6859] = {.lex_state = 0}, [6860] = {.lex_state = 155}, [6861] = {.lex_state = 0}, - [6862] = {.lex_state = 261}, + [6862] = {.lex_state = 139}, [6863] = {.lex_state = 0}, [6864] = {.lex_state = 0}, [6865] = {.lex_state = 0}, - [6866] = {.lex_state = 155}, + [6866] = {.lex_state = 0}, [6867] = {.lex_state = 0}, - [6868] = {.lex_state = 155}, + [6868] = {.lex_state = 0}, [6869] = {.lex_state = 0}, [6870] = {.lex_state = 0}, - [6871] = {.lex_state = 155}, - [6872] = {.lex_state = 0}, - [6873] = {.lex_state = 261}, - [6874] = {.lex_state = 67}, + [6871] = {.lex_state = 0}, + [6872] = {.lex_state = 139}, + [6873] = {.lex_state = 139}, + [6874] = {.lex_state = 0}, [6875] = {.lex_state = 0}, [6876] = {.lex_state = 0}, [6877] = {.lex_state = 0}, - [6878] = {.lex_state = 261}, - [6879] = {.lex_state = 0, .external_lex_state = 3}, + [6878] = {.lex_state = 0}, + [6879] = {.lex_state = 0}, [6880] = {.lex_state = 0}, - [6881] = {.lex_state = 146}, - [6882] = {.lex_state = 0}, - [6883] = {.lex_state = 139}, + [6881] = {.lex_state = 139}, + [6882] = {.lex_state = 139}, + [6883] = {.lex_state = 0}, [6884] = {.lex_state = 0}, [6885] = {.lex_state = 0}, [6886] = {.lex_state = 0}, - [6887] = {.lex_state = 140}, - [6888] = {.lex_state = 155}, - [6889] = {.lex_state = 139}, - [6890] = {.lex_state = 0}, + [6887] = {.lex_state = 0}, + [6888] = {.lex_state = 0}, + [6889] = {.lex_state = 0}, + [6890] = {.lex_state = 69}, [6891] = {.lex_state = 0}, [6892] = {.lex_state = 0}, - [6893] = {.lex_state = 0}, - [6894] = {.lex_state = 67}, - [6895] = {.lex_state = 155}, - [6896] = {.lex_state = 0}, - [6897] = {.lex_state = 0}, - [6898] = {.lex_state = 139}, - [6899] = {.lex_state = 0}, + [6893] = {.lex_state = 139}, + [6894] = {.lex_state = 139}, + [6895] = {.lex_state = 0}, + [6896] = {.lex_state = 261}, + [6897] = {.lex_state = 261}, + [6898] = {.lex_state = 261}, + [6899] = {.lex_state = 69}, [6900] = {.lex_state = 0}, [6901] = {.lex_state = 0}, - [6902] = {.lex_state = 0}, - [6903] = {.lex_state = 0}, + [6902] = {.lex_state = 155}, + [6903] = {.lex_state = 155}, [6904] = {.lex_state = 0}, [6905] = {.lex_state = 261}, - [6906] = {.lex_state = 0}, + [6906] = {.lex_state = 261}, [6907] = {.lex_state = 0}, [6908] = {.lex_state = 0}, - [6909] = {.lex_state = 0}, - [6910] = {.lex_state = 0}, + [6909] = {.lex_state = 261}, + [6910] = {.lex_state = 0, .external_lex_state = 3}, [6911] = {.lex_state = 0}, - [6912] = {.lex_state = 67}, + [6912] = {.lex_state = 0}, [6913] = {.lex_state = 0}, [6914] = {.lex_state = 0}, - [6915] = {.lex_state = 139}, - [6916] = {.lex_state = 0}, - [6917] = {.lex_state = 155}, + [6915] = {.lex_state = 261}, + [6916] = {.lex_state = 69}, + [6917] = {.lex_state = 0}, [6918] = {.lex_state = 0}, - [6919] = {.lex_state = 0}, - [6920] = {.lex_state = 155}, + [6919] = {.lex_state = 146}, + [6920] = {.lex_state = 0}, [6921] = {.lex_state = 0}, - [6922] = {.lex_state = 155}, - [6923] = {.lex_state = 0}, - [6924] = {.lex_state = 261}, - [6925] = {.lex_state = 139}, - [6926] = {.lex_state = 0}, - [6927] = {.lex_state = 0}, - [6928] = {.lex_state = 0}, - [6929] = {.lex_state = 154}, - [6930] = {.lex_state = 0}, - [6931] = {.lex_state = 139}, - [6932] = {.lex_state = 195}, - [6933] = {.lex_state = 146}, - [6934] = {.lex_state = 67}, - [6935] = {.lex_state = 0}, + [6922] = {.lex_state = 261}, + [6923] = {.lex_state = 139}, + [6924] = {.lex_state = 0}, + [6925] = {.lex_state = 155}, + [6926] = {.lex_state = 139}, + [6927] = {.lex_state = 261}, + [6928] = {.lex_state = 69}, + [6929] = {.lex_state = 261}, + [6930] = {.lex_state = 0, .external_lex_state = 3}, + [6931] = {.lex_state = 0}, + [6932] = {.lex_state = 0}, + [6933] = {.lex_state = 261}, + [6934] = {.lex_state = 155}, + [6935] = {.lex_state = 139}, [6936] = {.lex_state = 0}, [6937] = {.lex_state = 0}, [6938] = {.lex_state = 0}, - [6939] = {.lex_state = 155}, - [6940] = {.lex_state = 0}, + [6939] = {.lex_state = 261}, + [6940] = {.lex_state = 69}, [6941] = {.lex_state = 0}, [6942] = {.lex_state = 155}, [6943] = {.lex_state = 0}, - [6944] = {.lex_state = 0}, - [6945] = {.lex_state = 0}, - [6946] = {.lex_state = 0}, - [6947] = {.lex_state = 0}, - [6948] = {.lex_state = 139}, + [6944] = {.lex_state = 261}, + [6945] = {.lex_state = 154}, + [6946] = {.lex_state = 261}, + [6947] = {.lex_state = 0, .external_lex_state = 3}, + [6948] = {.lex_state = 195}, [6949] = {.lex_state = 0}, - [6950] = {.lex_state = 0}, + [6950] = {.lex_state = 261}, [6951] = {.lex_state = 0}, - [6952] = {.lex_state = 67}, + [6952] = {.lex_state = 261}, [6953] = {.lex_state = 0}, [6954] = {.lex_state = 0}, - [6955] = {.lex_state = 261}, - [6956] = {.lex_state = 0}, - [6957] = {.lex_state = 0}, - [6958] = {.lex_state = 0}, + [6955] = {.lex_state = 0}, + [6956] = {.lex_state = 261}, + [6957] = {.lex_state = 138}, + [6958] = {.lex_state = 155}, [6959] = {.lex_state = 261}, - [6960] = {.lex_state = 0}, - [6961] = {.lex_state = 67}, - [6962] = {.lex_state = 0}, - [6963] = {.lex_state = 67}, - [6964] = {.lex_state = 0}, - [6965] = {.lex_state = 67}, + [6960] = {.lex_state = 261}, + [6961] = {.lex_state = 261}, + [6962] = {.lex_state = 0, .external_lex_state = 3}, + [6963] = {.lex_state = 261}, + [6964] = {.lex_state = 139}, + [6965] = {.lex_state = 0}, [6966] = {.lex_state = 0}, - [6967] = {.lex_state = 139}, + [6967] = {.lex_state = 261}, [6968] = {.lex_state = 0}, [6969] = {.lex_state = 0}, [6970] = {.lex_state = 0}, - [6971] = {.lex_state = 0}, - [6972] = {.lex_state = 0}, - [6973] = {.lex_state = 67}, + [6971] = {.lex_state = 261}, + [6972] = {.lex_state = 261}, + [6973] = {.lex_state = 0}, [6974] = {.lex_state = 0}, - [6975] = {.lex_state = 0}, + [6975] = {.lex_state = 261}, [6976] = {.lex_state = 0}, - [6977] = {.lex_state = 0}, - [6978] = {.lex_state = 155}, - [6979] = {.lex_state = 0}, + [6977] = {.lex_state = 261}, + [6978] = {.lex_state = 69}, + [6979] = {.lex_state = 261}, [6980] = {.lex_state = 0}, - [6981] = {.lex_state = 0}, - [6982] = {.lex_state = 67}, - [6983] = {.lex_state = 0}, + [6981] = {.lex_state = 69}, + [6982] = {.lex_state = 261}, + [6983] = {.lex_state = 261}, [6984] = {.lex_state = 155}, - [6985] = {.lex_state = 261}, - [6986] = {.lex_state = 0}, + [6985] = {.lex_state = 138}, + [6986] = {.lex_state = 140}, [6987] = {.lex_state = 0}, - [6988] = {.lex_state = 0}, - [6989] = {.lex_state = 0}, - [6990] = {.lex_state = 0}, - [6991] = {.lex_state = 0}, - [6992] = {.lex_state = 0}, + [6988] = {.lex_state = 138}, + [6989] = {.lex_state = 261}, + [6990] = {.lex_state = 138}, + [6991] = {.lex_state = 140}, + [6992] = {.lex_state = 261}, [6993] = {.lex_state = 0}, [6994] = {.lex_state = 0}, [6995] = {.lex_state = 0}, [6996] = {.lex_state = 0}, - [6997] = {.lex_state = 0}, - [6998] = {.lex_state = 0}, + [6997] = {.lex_state = 155}, + [6998] = {.lex_state = 146}, [6999] = {.lex_state = 0}, [7000] = {.lex_state = 0}, - [7001] = {.lex_state = 0}, - [7002] = {.lex_state = 155}, - [7003] = {.lex_state = 261}, + [7001] = {.lex_state = 0, .external_lex_state = 3}, + [7002] = {.lex_state = 0}, + [7003] = {.lex_state = 0}, [7004] = {.lex_state = 0}, - [7005] = {.lex_state = 0}, + [7005] = {.lex_state = 139}, [7006] = {.lex_state = 0}, [7007] = {.lex_state = 0}, [7008] = {.lex_state = 0}, - [7009] = {.lex_state = 261}, - [7010] = {.lex_state = 261}, - [7011] = {.lex_state = 155}, + [7009] = {.lex_state = 0}, + [7010] = {.lex_state = 0}, + [7011] = {.lex_state = 0}, [7012] = {.lex_state = 261}, [7013] = {.lex_state = 0}, [7014] = {.lex_state = 0}, [7015] = {.lex_state = 261}, - [7016] = {.lex_state = 0}, - [7017] = {.lex_state = 138}, - [7018] = {.lex_state = 261}, - [7019] = {.lex_state = 67}, - [7020] = {.lex_state = 0}, + [7016] = {.lex_state = 261}, + [7017] = {.lex_state = 0}, + [7018] = {.lex_state = 0}, + [7019] = {.lex_state = 0}, + [7020] = {.lex_state = 261}, [7021] = {.lex_state = 0}, [7022] = {.lex_state = 155}, - [7023] = {.lex_state = 155}, - [7024] = {.lex_state = 155}, + [7023] = {.lex_state = 261}, + [7024] = {.lex_state = 0}, [7025] = {.lex_state = 0}, - [7026] = {.lex_state = 261}, + [7026] = {.lex_state = 0}, [7027] = {.lex_state = 0}, [7028] = {.lex_state = 0}, - [7029] = {.lex_state = 0}, - [7030] = {.lex_state = 67}, - [7031] = {.lex_state = 261}, - [7032] = {.lex_state = 0, .external_lex_state = 3}, - [7033] = {.lex_state = 155}, + [7029] = {.lex_state = 155}, + [7030] = {.lex_state = 0}, + [7031] = {.lex_state = 0}, + [7032] = {.lex_state = 0}, + [7033] = {.lex_state = 261}, [7034] = {.lex_state = 0}, - [7035] = {.lex_state = 0}, + [7035] = {.lex_state = 139}, [7036] = {.lex_state = 0}, [7037] = {.lex_state = 0}, - [7038] = {.lex_state = 0}, - [7039] = {.lex_state = 261}, + [7038] = {.lex_state = 139}, + [7039] = {.lex_state = 155}, [7040] = {.lex_state = 0}, [7041] = {.lex_state = 0}, - [7042] = {.lex_state = 0}, + [7042] = {.lex_state = 261}, [7043] = {.lex_state = 0}, - [7044] = {.lex_state = 261}, - [7045] = {.lex_state = 139}, + [7044] = {.lex_state = 146}, + [7045] = {.lex_state = 0}, [7046] = {.lex_state = 0}, [7047] = {.lex_state = 0}, [7048] = {.lex_state = 0}, - [7049] = {.lex_state = 146}, - [7050] = {.lex_state = 261}, + [7049] = {.lex_state = 0}, + [7050] = {.lex_state = 0}, [7051] = {.lex_state = 0}, - [7052] = {.lex_state = 0}, + [7052] = {.lex_state = 0, .external_lex_state = 2}, [7053] = {.lex_state = 0}, - [7054] = {.lex_state = 0}, - [7055] = {.lex_state = 155}, - [7056] = {.lex_state = 0}, - [7057] = {.lex_state = 0}, - [7058] = {.lex_state = 261}, + [7054] = {.lex_state = 139}, + [7055] = {.lex_state = 139}, + [7056] = {.lex_state = 139}, + [7057] = {.lex_state = 261}, + [7058] = {.lex_state = 0}, [7059] = {.lex_state = 0}, - [7060] = {.lex_state = 0}, - [7061] = {.lex_state = 155}, - [7062] = {.lex_state = 0}, - [7063] = {.lex_state = 261}, - [7064] = {.lex_state = 261}, + [7060] = {.lex_state = 261}, + [7061] = {.lex_state = 261}, + [7062] = {.lex_state = 155}, + [7063] = {.lex_state = 0}, + [7064] = {.lex_state = 0}, [7065] = {.lex_state = 261}, - [7066] = {.lex_state = 0, .external_lex_state = 3}, + [7066] = {.lex_state = 155}, [7067] = {.lex_state = 0}, - [7068] = {.lex_state = 0}, - [7069] = {.lex_state = 261}, + [7068] = {.lex_state = 0, .external_lex_state = 3}, + [7069] = {.lex_state = 69}, [7070] = {.lex_state = 0}, - [7071] = {.lex_state = 0}, - [7072] = {.lex_state = 0}, - [7073] = {.lex_state = 0}, + [7071] = {.lex_state = 261}, + [7072] = {.lex_state = 261}, + [7073] = {.lex_state = 155}, [7074] = {.lex_state = 0}, - [7075] = {.lex_state = 0}, + [7075] = {.lex_state = 155}, [7076] = {.lex_state = 0}, - [7077] = {.lex_state = 155}, + [7077] = {.lex_state = 0, .external_lex_state = 3}, [7078] = {.lex_state = 0}, [7079] = {.lex_state = 0}, - [7080] = {.lex_state = 67}, - [7081] = {.lex_state = 139}, - [7082] = {.lex_state = 0}, - [7083] = {.lex_state = 0}, - [7084] = {.lex_state = 0}, - [7085] = {.lex_state = 0}, - [7086] = {.lex_state = 0}, - [7087] = {.lex_state = 261}, - [7088] = {.lex_state = 0}, - [7089] = {.lex_state = 139}, - [7090] = {.lex_state = 155}, - [7091] = {.lex_state = 146}, - [7092] = {.lex_state = 261}, - [7093] = {.lex_state = 139}, - [7094] = {.lex_state = 261}, - [7095] = {.lex_state = 0, .external_lex_state = 3}, - [7096] = {.lex_state = 139}, - [7097] = {.lex_state = 0}, + [7080] = {.lex_state = 261}, + [7081] = {.lex_state = 261}, + [7082] = {.lex_state = 155}, + [7083] = {.lex_state = 139}, + [7084] = {.lex_state = 155}, + [7085] = {.lex_state = 139}, + [7086] = {.lex_state = 0, .external_lex_state = 3}, + [7087] = {.lex_state = 0}, + [7088] = {.lex_state = 261}, + [7089] = {.lex_state = 155}, + [7090] = {.lex_state = 0}, + [7091] = {.lex_state = 155}, + [7092] = {.lex_state = 0, .external_lex_state = 3}, + [7093] = {.lex_state = 261}, + [7094] = {.lex_state = 155}, + [7095] = {.lex_state = 155}, + [7096] = {.lex_state = 155}, + [7097] = {.lex_state = 261}, [7098] = {.lex_state = 261}, [7099] = {.lex_state = 0}, [7100] = {.lex_state = 0}, - [7101] = {.lex_state = 0}, - [7102] = {.lex_state = 67}, - [7103] = {.lex_state = 155}, + [7101] = {.lex_state = 139}, + [7102] = {.lex_state = 261}, + [7103] = {.lex_state = 139}, [7104] = {.lex_state = 261}, - [7105] = {.lex_state = 0}, - [7106] = {.lex_state = 0}, - [7107] = {.lex_state = 261}, - [7108] = {.lex_state = 139}, - [7109] = {.lex_state = 261}, - [7110] = {.lex_state = 0, .external_lex_state = 3}, - [7111] = {.lex_state = 261}, - [7112] = {.lex_state = 0}, - [7113] = {.lex_state = 0}, - [7114] = {.lex_state = 0}, - [7115] = {.lex_state = 261}, - [7116] = {.lex_state = 139}, - [7117] = {.lex_state = 0}, - [7118] = {.lex_state = 0}, - [7119] = {.lex_state = 261}, - [7120] = {.lex_state = 261}, - [7121] = {.lex_state = 0}, - [7122] = {.lex_state = 0}, - [7123] = {.lex_state = 261}, - [7124] = {.lex_state = 0}, - [7125] = {.lex_state = 261}, - [7126] = {.lex_state = 0}, - [7127] = {.lex_state = 261}, - [7128] = {.lex_state = 0}, - [7129] = {.lex_state = 0}, - [7130] = {.lex_state = 261}, - [7131] = {.lex_state = 261}, - [7132] = {.lex_state = 155}, - [7133] = {.lex_state = 261}, - [7134] = {.lex_state = 155}, - [7135] = {.lex_state = 0}, - [7136] = {.lex_state = 0}, - [7137] = {.lex_state = 0}, - [7138] = {.lex_state = 139}, - [7139] = {.lex_state = 0}, - [7140] = {.lex_state = 0}, - [7141] = {.lex_state = 155}, - [7142] = {.lex_state = 0}, - [7143] = {.lex_state = 0}, - [7144] = {.lex_state = 0}, - [7145] = {.lex_state = 139}, - [7146] = {.lex_state = 0}, - [7147] = {.lex_state = 0}, - [7148] = {.lex_state = 155}, - [7149] = {.lex_state = 138}, - [7150] = {.lex_state = 139}, - [7151] = {.lex_state = 0}, - [7152] = {.lex_state = 0, .external_lex_state = 3}, - [7153] = {.lex_state = 0}, - [7154] = {.lex_state = 0, .external_lex_state = 3}, - [7155] = {.lex_state = 155}, - [7156] = {.lex_state = 0}, - [7157] = {.lex_state = 67}, - [7158] = {.lex_state = 0}, - [7159] = {.lex_state = 0}, - [7160] = {.lex_state = 261}, - [7161] = {.lex_state = 0}, - [7162] = {.lex_state = 261}, - [7163] = {.lex_state = 261}, - [7164] = {.lex_state = 155}, - [7165] = {.lex_state = 0}, - [7166] = {.lex_state = 0}, - [7167] = {.lex_state = 146}, - [7168] = {.lex_state = 67}, - [7169] = {.lex_state = 261}, - [7170] = {.lex_state = 67}, - [7171] = {.lex_state = 155}, - [7172] = {.lex_state = 0}, - [7173] = {.lex_state = 0, .external_lex_state = 3}, - [7174] = {.lex_state = 0}, - [7175] = {.lex_state = 0}, - [7176] = {.lex_state = 0}, - [7177] = {.lex_state = 0}, - [7178] = {.lex_state = 261}, - [7179] = {.lex_state = 261}, - [7180] = {.lex_state = 155}, - [7181] = {.lex_state = 0}, - [7182] = {.lex_state = 146}, - [7183] = {.lex_state = 0}, - [7184] = {.lex_state = 0}, - [7185] = {.lex_state = 155}, - [7186] = {.lex_state = 0}, - [7187] = {.lex_state = 0, .external_lex_state = 3}, - [7188] = {.lex_state = 0}, - [7189] = {.lex_state = 138}, - [7190] = {.lex_state = 139}, - [7191] = {.lex_state = 0}, - [7192] = {.lex_state = 261}, - [7193] = {.lex_state = 261}, - [7194] = {.lex_state = 155}, - [7195] = {.lex_state = 0}, - [7196] = {.lex_state = 155}, - [7197] = {.lex_state = 261}, - [7198] = {.lex_state = 0, .external_lex_state = 3}, - [7199] = {.lex_state = 67}, - [7200] = {.lex_state = 261}, - [7201] = {.lex_state = 155}, - [7202] = {.lex_state = 0}, - [7203] = {.lex_state = 155}, - [7204] = {.lex_state = 0, .external_lex_state = 3}, - [7205] = {.lex_state = 261}, - [7206] = {.lex_state = 155}, - [7207] = {.lex_state = 155}, - [7208] = {.lex_state = 155}, - [7209] = {.lex_state = 261}, - [7210] = {.lex_state = 261}, - [7211] = {.lex_state = 0}, - [7212] = {.lex_state = 0}, - [7213] = {.lex_state = 0}, - [7214] = {.lex_state = 0}, - [7215] = {.lex_state = 0}, - [7216] = {.lex_state = 0}, - [7217] = {.lex_state = 67}, - [7218] = {.lex_state = 139}, - [7219] = {.lex_state = 261}, - [7220] = {.lex_state = 138}, - [7221] = {.lex_state = 139}, - [7222] = {.lex_state = 0}, - [7223] = {.lex_state = 261}, - [7224] = {.lex_state = 0}, - [7225] = {.lex_state = 261}, - [7226] = {.lex_state = 155}, - [7227] = {.lex_state = 261}, - [7228] = {.lex_state = 0}, - [7229] = {.lex_state = 261}, - [7230] = {.lex_state = 155}, + [7105] = {.lex_state = 155}, + [7106] = {.lex_state = 261}, + [7107] = {.lex_state = 69}, + [7108] = {.lex_state = 261}, + [7109] = {.lex_state = 155}, }; enum { @@ -25318,123 +25076,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_content] = ACTIONS(1), }, [1] = { - [sym_translation_unit] = STATE(6996), - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4167), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(3332), + [sym_translation_unit] = STATE(7018), + [sym_preproc_include] = STATE(52), + [sym_preproc_def] = STATE(52), + [sym_preproc_function_def] = STATE(52), + [sym_preproc_call] = STATE(52), + [sym_preproc_if] = STATE(52), + [sym_preproc_ifdef] = STATE(52), + [sym_function_definition] = STATE(52), + [sym_declaration] = STATE(52), + [sym_type_definition] = STATE(52), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4177), + [sym_linkage_specification] = STATE(52), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2054), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5054), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3431), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(40), - [sym_labeled_statement] = STATE(40), - [sym_expression_statement] = STATE(40), - [sym_if_statement] = STATE(40), - [sym_switch_statement] = STATE(40), - [sym_case_statement] = STATE(40), - [sym_while_statement] = STATE(40), - [sym_do_statement] = STATE(40), - [sym_for_statement] = STATE(40), - [sym_return_statement] = STATE(40), - [sym_break_statement] = STATE(40), - [sym_continue_statement] = STATE(40), - [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(40), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1887), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(40), - [sym_template_instantiation] = STATE(40), - [sym_operator_cast] = STATE(5469), - [sym__constructor_specifiers] = STATE(1887), - [sym_operator_cast_definition] = STATE(40), - [sym_operator_cast_declaration] = STATE(40), - [sym_constructor_or_destructor_definition] = STATE(40), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(40), - [sym_namespace_alias_definition] = STATE(40), - [sym_using_declaration] = STATE(40), - [sym_alias_declaration] = STATE(40), - [sym_static_assert_declaration] = STATE(40), - [sym_concept_definition] = STATE(40), - [sym_for_range_loop] = STATE(40), - [sym_co_return_statement] = STATE(40), - [sym_co_yield_statement] = STATE(40), - [sym_throw_statement] = STATE(40), - [sym_try_statement] = STATE(40), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5469), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1887), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2117), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4954), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(52), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3414), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(52), + [sym_labeled_statement] = STATE(52), + [sym_expression_statement] = STATE(52), + [sym_if_statement] = STATE(52), + [sym_switch_statement] = STATE(52), + [sym_case_statement] = STATE(52), + [sym_while_statement] = STATE(52), + [sym_do_statement] = STATE(52), + [sym_for_statement] = STATE(52), + [sym_return_statement] = STATE(52), + [sym_break_statement] = STATE(52), + [sym_continue_statement] = STATE(52), + [sym_goto_statement] = STATE(52), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(52), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1896), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(52), + [sym_template_instantiation] = STATE(52), + [sym_operator_cast] = STATE(5365), + [sym__constructor_specifiers] = STATE(1896), + [sym_operator_cast_definition] = STATE(52), + [sym_operator_cast_declaration] = STATE(52), + [sym_constructor_or_destructor_definition] = STATE(52), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(52), + [sym_namespace_alias_definition] = STATE(52), + [sym_using_declaration] = STATE(52), + [sym_alias_declaration] = STATE(52), + [sym_static_assert_declaration] = STATE(52), + [sym_concept_definition] = STATE(52), + [sym_for_range_loop] = STATE(52), + [sym_co_return_statement] = STATE(52), + [sym_co_yield_statement] = STATE(52), + [sym_throw_statement] = STATE(52), + [sym_try_statement] = STATE(52), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5365), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(52), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1896), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), @@ -25547,127 +25305,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [2] = { - [sym_preproc_include] = STATE(61), - [sym_preproc_def] = STATE(61), - [sym_preproc_function_def] = STATE(61), - [sym_preproc_call] = STATE(61), - [sym_preproc_if] = STATE(61), - [sym_preproc_ifdef] = STATE(61), - [sym_function_definition] = STATE(61), - [sym_declaration] = STATE(61), - [sym_type_definition] = STATE(61), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(61), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(73), + [sym_preproc_def] = STATE(73), + [sym_preproc_function_def] = STATE(73), + [sym_preproc_call] = STATE(73), + [sym_preproc_if] = STATE(73), + [sym_preproc_ifdef] = STATE(73), + [sym_function_definition] = STATE(73), + [sym_declaration] = STATE(73), + [sym_type_definition] = STATE(73), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(73), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(61), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(61), - [sym_labeled_statement] = STATE(61), - [sym_expression_statement] = STATE(61), - [sym_if_statement] = STATE(61), - [sym_switch_statement] = STATE(61), - [sym_case_statement] = STATE(61), - [sym_while_statement] = STATE(61), - [sym_do_statement] = STATE(61), - [sym_for_statement] = STATE(61), - [sym_return_statement] = STATE(61), - [sym_break_statement] = STATE(61), - [sym_continue_statement] = STATE(61), - [sym_goto_statement] = STATE(61), - [sym__expression] = STATE(3583), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5951), - [sym_initializer_pair] = STATE(5951), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(61), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(61), - [sym_template_instantiation] = STATE(61), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(61), - [sym_operator_cast_declaration] = STATE(61), - [sym_constructor_or_destructor_definition] = STATE(61), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(61), - [sym_namespace_alias_definition] = STATE(61), - [sym_using_declaration] = STATE(61), - [sym_alias_declaration] = STATE(61), - [sym_static_assert_declaration] = STATE(61), - [sym_concept_definition] = STATE(61), - [sym_for_range_loop] = STATE(61), - [sym_co_return_statement] = STATE(61), - [sym_co_yield_statement] = STATE(61), - [sym_throw_statement] = STATE(61), - [sym_try_statement] = STATE(61), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(61), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(73), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(73), + [sym_labeled_statement] = STATE(73), + [sym_expression_statement] = STATE(73), + [sym_if_statement] = STATE(73), + [sym_switch_statement] = STATE(73), + [sym_case_statement] = STATE(73), + [sym_while_statement] = STATE(73), + [sym_do_statement] = STATE(73), + [sym_for_statement] = STATE(73), + [sym_return_statement] = STATE(73), + [sym_break_statement] = STATE(73), + [sym_continue_statement] = STATE(73), + [sym_goto_statement] = STATE(73), + [sym__expression] = STATE(3566), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5703), + [sym_initializer_pair] = STATE(5703), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(73), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(73), + [sym_template_instantiation] = STATE(73), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(73), + [sym_operator_cast_declaration] = STATE(73), + [sym_constructor_or_destructor_definition] = STATE(73), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(73), + [sym_namespace_alias_definition] = STATE(73), + [sym_using_declaration] = STATE(73), + [sym_alias_declaration] = STATE(73), + [sym_static_assert_declaration] = STATE(73), + [sym_concept_definition] = STATE(73), + [sym_for_range_loop] = STATE(73), + [sym_co_return_statement] = STATE(73), + [sym_co_yield_statement] = STATE(73), + [sym_throw_statement] = STATE(73), + [sym_try_statement] = STATE(73), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(73), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -25782,127 +25540,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [3] = { - [sym_preproc_include] = STATE(56), - [sym_preproc_def] = STATE(56), - [sym_preproc_function_def] = STATE(56), - [sym_preproc_call] = STATE(56), - [sym_preproc_if] = STATE(56), - [sym_preproc_ifdef] = STATE(56), - [sym_function_definition] = STATE(56), - [sym_declaration] = STATE(56), - [sym_type_definition] = STATE(56), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(56), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(39), + [sym_preproc_def] = STATE(39), + [sym_preproc_function_def] = STATE(39), + [sym_preproc_call] = STATE(39), + [sym_preproc_if] = STATE(39), + [sym_preproc_ifdef] = STATE(39), + [sym_function_definition] = STATE(39), + [sym_declaration] = STATE(39), + [sym_type_definition] = STATE(39), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(39), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(56), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(56), - [sym_labeled_statement] = STATE(56), - [sym_expression_statement] = STATE(56), - [sym_if_statement] = STATE(56), - [sym_switch_statement] = STATE(56), - [sym_case_statement] = STATE(56), - [sym_while_statement] = STATE(56), - [sym_do_statement] = STATE(56), - [sym_for_statement] = STATE(56), - [sym_return_statement] = STATE(56), - [sym_break_statement] = STATE(56), - [sym_continue_statement] = STATE(56), - [sym_goto_statement] = STATE(56), - [sym__expression] = STATE(3583), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5951), - [sym_initializer_pair] = STATE(5951), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(56), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(56), - [sym_template_instantiation] = STATE(56), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(56), - [sym_operator_cast_declaration] = STATE(56), - [sym_constructor_or_destructor_definition] = STATE(56), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(56), - [sym_namespace_alias_definition] = STATE(56), - [sym_using_declaration] = STATE(56), - [sym_alias_declaration] = STATE(56), - [sym_static_assert_declaration] = STATE(56), - [sym_concept_definition] = STATE(56), - [sym_for_range_loop] = STATE(56), - [sym_co_return_statement] = STATE(56), - [sym_co_yield_statement] = STATE(56), - [sym_throw_statement] = STATE(56), - [sym_try_statement] = STATE(56), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(56), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(39), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(39), + [sym_labeled_statement] = STATE(39), + [sym_expression_statement] = STATE(39), + [sym_if_statement] = STATE(39), + [sym_switch_statement] = STATE(39), + [sym_case_statement] = STATE(39), + [sym_while_statement] = STATE(39), + [sym_do_statement] = STATE(39), + [sym_for_statement] = STATE(39), + [sym_return_statement] = STATE(39), + [sym_break_statement] = STATE(39), + [sym_continue_statement] = STATE(39), + [sym_goto_statement] = STATE(39), + [sym__expression] = STATE(3566), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5703), + [sym_initializer_pair] = STATE(5703), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(39), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(39), + [sym_template_instantiation] = STATE(39), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(39), + [sym_operator_cast_declaration] = STATE(39), + [sym_constructor_or_destructor_definition] = STATE(39), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(39), + [sym_namespace_alias_definition] = STATE(39), + [sym_using_declaration] = STATE(39), + [sym_alias_declaration] = STATE(39), + [sym_static_assert_declaration] = STATE(39), + [sym_concept_definition] = STATE(39), + [sym_for_range_loop] = STATE(39), + [sym_co_return_statement] = STATE(39), + [sym_co_yield_statement] = STATE(39), + [sym_throw_statement] = STATE(39), + [sym_try_statement] = STATE(39), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(39), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -26017,127 +25775,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [4] = { - [sym_preproc_include] = STATE(42), - [sym_preproc_def] = STATE(42), - [sym_preproc_function_def] = STATE(42), - [sym_preproc_call] = STATE(42), - [sym_preproc_if] = STATE(42), - [sym_preproc_ifdef] = STATE(42), - [sym_function_definition] = STATE(42), - [sym_declaration] = STATE(42), - [sym_type_definition] = STATE(42), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(42), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(41), + [sym_preproc_def] = STATE(41), + [sym_preproc_function_def] = STATE(41), + [sym_preproc_call] = STATE(41), + [sym_preproc_if] = STATE(41), + [sym_preproc_ifdef] = STATE(41), + [sym_function_definition] = STATE(41), + [sym_declaration] = STATE(41), + [sym_type_definition] = STATE(41), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(41), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(42), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(42), - [sym_labeled_statement] = STATE(42), - [sym_expression_statement] = STATE(42), - [sym_if_statement] = STATE(42), - [sym_switch_statement] = STATE(42), - [sym_case_statement] = STATE(42), - [sym_while_statement] = STATE(42), - [sym_do_statement] = STATE(42), - [sym_for_statement] = STATE(42), - [sym_return_statement] = STATE(42), - [sym_break_statement] = STATE(42), - [sym_continue_statement] = STATE(42), - [sym_goto_statement] = STATE(42), - [sym__expression] = STATE(3583), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5951), - [sym_initializer_pair] = STATE(5951), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(42), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(42), - [sym_template_instantiation] = STATE(42), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(42), - [sym_operator_cast_declaration] = STATE(42), - [sym_constructor_or_destructor_definition] = STATE(42), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(42), - [sym_namespace_alias_definition] = STATE(42), - [sym_using_declaration] = STATE(42), - [sym_alias_declaration] = STATE(42), - [sym_static_assert_declaration] = STATE(42), - [sym_concept_definition] = STATE(42), - [sym_for_range_loop] = STATE(42), - [sym_co_return_statement] = STATE(42), - [sym_co_yield_statement] = STATE(42), - [sym_throw_statement] = STATE(42), - [sym_try_statement] = STATE(42), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(42), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(41), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(41), + [sym_labeled_statement] = STATE(41), + [sym_expression_statement] = STATE(41), + [sym_if_statement] = STATE(41), + [sym_switch_statement] = STATE(41), + [sym_case_statement] = STATE(41), + [sym_while_statement] = STATE(41), + [sym_do_statement] = STATE(41), + [sym_for_statement] = STATE(41), + [sym_return_statement] = STATE(41), + [sym_break_statement] = STATE(41), + [sym_continue_statement] = STATE(41), + [sym_goto_statement] = STATE(41), + [sym__expression] = STATE(3566), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5703), + [sym_initializer_pair] = STATE(5703), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(41), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(41), + [sym_template_instantiation] = STATE(41), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(41), + [sym_operator_cast_declaration] = STATE(41), + [sym_constructor_or_destructor_definition] = STATE(41), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(41), + [sym_namespace_alias_definition] = STATE(41), + [sym_using_declaration] = STATE(41), + [sym_alias_declaration] = STATE(41), + [sym_static_assert_declaration] = STATE(41), + [sym_concept_definition] = STATE(41), + [sym_for_range_loop] = STATE(41), + [sym_co_return_statement] = STATE(41), + [sym_co_yield_statement] = STATE(41), + [sym_throw_statement] = STATE(41), + [sym_try_statement] = STATE(41), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(41), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -26252,127 +26010,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [5] = { - [sym_preproc_include] = STATE(41), - [sym_preproc_def] = STATE(41), - [sym_preproc_function_def] = STATE(41), - [sym_preproc_call] = STATE(41), - [sym_preproc_if] = STATE(41), - [sym_preproc_ifdef] = STATE(41), - [sym_function_definition] = STATE(41), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(41), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(56), + [sym_preproc_def] = STATE(56), + [sym_preproc_function_def] = STATE(56), + [sym_preproc_call] = STATE(56), + [sym_preproc_if] = STATE(56), + [sym_preproc_ifdef] = STATE(56), + [sym_function_definition] = STATE(56), + [sym_declaration] = STATE(56), + [sym_type_definition] = STATE(56), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(56), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(41), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(41), - [sym_labeled_statement] = STATE(41), - [sym_expression_statement] = STATE(41), - [sym_if_statement] = STATE(41), - [sym_switch_statement] = STATE(41), - [sym_case_statement] = STATE(41), - [sym_while_statement] = STATE(41), - [sym_do_statement] = STATE(41), - [sym_for_statement] = STATE(41), - [sym_return_statement] = STATE(41), - [sym_break_statement] = STATE(41), - [sym_continue_statement] = STATE(41), - [sym_goto_statement] = STATE(41), - [sym__expression] = STATE(3583), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5951), - [sym_initializer_pair] = STATE(5951), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(41), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(41), - [sym_template_instantiation] = STATE(41), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(41), - [sym_operator_cast_declaration] = STATE(41), - [sym_constructor_or_destructor_definition] = STATE(41), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(41), - [sym_namespace_alias_definition] = STATE(41), - [sym_using_declaration] = STATE(41), - [sym_alias_declaration] = STATE(41), - [sym_static_assert_declaration] = STATE(41), - [sym_concept_definition] = STATE(41), - [sym_for_range_loop] = STATE(41), - [sym_co_return_statement] = STATE(41), - [sym_co_yield_statement] = STATE(41), - [sym_throw_statement] = STATE(41), - [sym_try_statement] = STATE(41), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(41), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(56), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(56), + [sym_labeled_statement] = STATE(56), + [sym_expression_statement] = STATE(56), + [sym_if_statement] = STATE(56), + [sym_switch_statement] = STATE(56), + [sym_case_statement] = STATE(56), + [sym_while_statement] = STATE(56), + [sym_do_statement] = STATE(56), + [sym_for_statement] = STATE(56), + [sym_return_statement] = STATE(56), + [sym_break_statement] = STATE(56), + [sym_continue_statement] = STATE(56), + [sym_goto_statement] = STATE(56), + [sym__expression] = STATE(3566), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5703), + [sym_initializer_pair] = STATE(5703), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(56), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(56), + [sym_template_instantiation] = STATE(56), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(56), + [sym_operator_cast_declaration] = STATE(56), + [sym_constructor_or_destructor_definition] = STATE(56), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(56), + [sym_namespace_alias_definition] = STATE(56), + [sym_using_declaration] = STATE(56), + [sym_alias_declaration] = STATE(56), + [sym_static_assert_declaration] = STATE(56), + [sym_concept_definition] = STATE(56), + [sym_for_range_loop] = STATE(56), + [sym_co_return_statement] = STATE(56), + [sym_co_yield_statement] = STATE(56), + [sym_throw_statement] = STATE(56), + [sym_try_statement] = STATE(56), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(56), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -26487,127 +26245,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [6] = { - [sym_preproc_include] = STATE(30), - [sym_preproc_def] = STATE(30), - [sym_preproc_function_def] = STATE(30), - [sym_preproc_call] = STATE(30), - [sym_preproc_if] = STATE(30), - [sym_preproc_ifdef] = STATE(30), - [sym_function_definition] = STATE(30), - [sym_declaration] = STATE(30), - [sym_type_definition] = STATE(30), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(30), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(56), + [sym_preproc_def] = STATE(56), + [sym_preproc_function_def] = STATE(56), + [sym_preproc_call] = STATE(56), + [sym_preproc_if] = STATE(56), + [sym_preproc_ifdef] = STATE(56), + [sym_function_definition] = STATE(56), + [sym_declaration] = STATE(56), + [sym_type_definition] = STATE(56), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(56), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(30), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(30), - [sym_labeled_statement] = STATE(30), - [sym_expression_statement] = STATE(30), - [sym_if_statement] = STATE(30), - [sym_switch_statement] = STATE(30), - [sym_case_statement] = STATE(30), - [sym_while_statement] = STATE(30), - [sym_do_statement] = STATE(30), - [sym_for_statement] = STATE(30), - [sym_return_statement] = STATE(30), - [sym_break_statement] = STATE(30), - [sym_continue_statement] = STATE(30), - [sym_goto_statement] = STATE(30), - [sym__expression] = STATE(3583), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5951), - [sym_initializer_pair] = STATE(5951), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(30), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(30), - [sym_template_instantiation] = STATE(30), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(30), - [sym_operator_cast_declaration] = STATE(30), - [sym_constructor_or_destructor_definition] = STATE(30), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(30), - [sym_namespace_alias_definition] = STATE(30), - [sym_using_declaration] = STATE(30), - [sym_alias_declaration] = STATE(30), - [sym_static_assert_declaration] = STATE(30), - [sym_concept_definition] = STATE(30), - [sym_for_range_loop] = STATE(30), - [sym_co_return_statement] = STATE(30), - [sym_co_yield_statement] = STATE(30), - [sym_throw_statement] = STATE(30), - [sym_try_statement] = STATE(30), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(30), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(56), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(56), + [sym_labeled_statement] = STATE(56), + [sym_expression_statement] = STATE(56), + [sym_if_statement] = STATE(56), + [sym_switch_statement] = STATE(56), + [sym_case_statement] = STATE(56), + [sym_while_statement] = STATE(56), + [sym_do_statement] = STATE(56), + [sym_for_statement] = STATE(56), + [sym_return_statement] = STATE(56), + [sym_break_statement] = STATE(56), + [sym_continue_statement] = STATE(56), + [sym_goto_statement] = STATE(56), + [sym__expression] = STATE(3566), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5703), + [sym_initializer_pair] = STATE(5703), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(56), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(56), + [sym_template_instantiation] = STATE(56), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(56), + [sym_operator_cast_declaration] = STATE(56), + [sym_constructor_or_destructor_definition] = STATE(56), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(56), + [sym_namespace_alias_definition] = STATE(56), + [sym_using_declaration] = STATE(56), + [sym_alias_declaration] = STATE(56), + [sym_static_assert_declaration] = STATE(56), + [sym_concept_definition] = STATE(56), + [sym_for_range_loop] = STATE(56), + [sym_co_return_statement] = STATE(56), + [sym_co_yield_statement] = STATE(56), + [sym_throw_statement] = STATE(56), + [sym_try_statement] = STATE(56), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(56), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -26722,127 +26480,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [7] = { - [sym_preproc_include] = STATE(45), - [sym_preproc_def] = STATE(45), - [sym_preproc_function_def] = STATE(45), - [sym_preproc_call] = STATE(45), - [sym_preproc_if] = STATE(45), - [sym_preproc_ifdef] = STATE(45), - [sym_function_definition] = STATE(45), - [sym_declaration] = STATE(45), - [sym_type_definition] = STATE(45), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(45), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(32), + [sym_preproc_def] = STATE(32), + [sym_preproc_function_def] = STATE(32), + [sym_preproc_call] = STATE(32), + [sym_preproc_if] = STATE(32), + [sym_preproc_ifdef] = STATE(32), + [sym_function_definition] = STATE(32), + [sym_declaration] = STATE(32), + [sym_type_definition] = STATE(32), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(32), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(45), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(45), - [sym_labeled_statement] = STATE(45), - [sym_expression_statement] = STATE(45), - [sym_if_statement] = STATE(45), - [sym_switch_statement] = STATE(45), - [sym_case_statement] = STATE(45), - [sym_while_statement] = STATE(45), - [sym_do_statement] = STATE(45), - [sym_for_statement] = STATE(45), - [sym_return_statement] = STATE(45), - [sym_break_statement] = STATE(45), - [sym_continue_statement] = STATE(45), - [sym_goto_statement] = STATE(45), - [sym__expression] = STATE(3583), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5951), - [sym_initializer_pair] = STATE(5951), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(45), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(45), - [sym_template_instantiation] = STATE(45), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(45), - [sym_operator_cast_declaration] = STATE(45), - [sym_constructor_or_destructor_definition] = STATE(45), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(45), - [sym_namespace_alias_definition] = STATE(45), - [sym_using_declaration] = STATE(45), - [sym_alias_declaration] = STATE(45), - [sym_static_assert_declaration] = STATE(45), - [sym_concept_definition] = STATE(45), - [sym_for_range_loop] = STATE(45), - [sym_co_return_statement] = STATE(45), - [sym_co_yield_statement] = STATE(45), - [sym_throw_statement] = STATE(45), - [sym_try_statement] = STATE(45), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(45), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(32), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(32), + [sym_labeled_statement] = STATE(32), + [sym_expression_statement] = STATE(32), + [sym_if_statement] = STATE(32), + [sym_switch_statement] = STATE(32), + [sym_case_statement] = STATE(32), + [sym_while_statement] = STATE(32), + [sym_do_statement] = STATE(32), + [sym_for_statement] = STATE(32), + [sym_return_statement] = STATE(32), + [sym_break_statement] = STATE(32), + [sym_continue_statement] = STATE(32), + [sym_goto_statement] = STATE(32), + [sym__expression] = STATE(3566), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5703), + [sym_initializer_pair] = STATE(5703), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(32), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(32), + [sym_template_instantiation] = STATE(32), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(32), + [sym_operator_cast_declaration] = STATE(32), + [sym_constructor_or_destructor_definition] = STATE(32), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(32), + [sym_namespace_alias_definition] = STATE(32), + [sym_using_declaration] = STATE(32), + [sym_alias_declaration] = STATE(32), + [sym_static_assert_declaration] = STATE(32), + [sym_concept_definition] = STATE(32), + [sym_for_range_loop] = STATE(32), + [sym_co_return_statement] = STATE(32), + [sym_co_yield_statement] = STATE(32), + [sym_throw_statement] = STATE(32), + [sym_try_statement] = STATE(32), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(32), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -26957,127 +26715,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [8] = { - [sym_preproc_include] = STATE(72), - [sym_preproc_def] = STATE(72), - [sym_preproc_function_def] = STATE(72), - [sym_preproc_call] = STATE(72), - [sym_preproc_if] = STATE(72), - [sym_preproc_ifdef] = STATE(72), - [sym_function_definition] = STATE(72), - [sym_declaration] = STATE(72), - [sym_type_definition] = STATE(72), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(72), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(30), + [sym_preproc_def] = STATE(30), + [sym_preproc_function_def] = STATE(30), + [sym_preproc_call] = STATE(30), + [sym_preproc_if] = STATE(30), + [sym_preproc_ifdef] = STATE(30), + [sym_function_definition] = STATE(30), + [sym_declaration] = STATE(30), + [sym_type_definition] = STATE(30), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(30), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(72), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(72), - [sym_labeled_statement] = STATE(72), - [sym_expression_statement] = STATE(72), - [sym_if_statement] = STATE(72), - [sym_switch_statement] = STATE(72), - [sym_case_statement] = STATE(72), - [sym_while_statement] = STATE(72), - [sym_do_statement] = STATE(72), - [sym_for_statement] = STATE(72), - [sym_return_statement] = STATE(72), - [sym_break_statement] = STATE(72), - [sym_continue_statement] = STATE(72), - [sym_goto_statement] = STATE(72), - [sym__expression] = STATE(3583), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5951), - [sym_initializer_pair] = STATE(5951), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(72), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(72), - [sym_template_instantiation] = STATE(72), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(72), - [sym_operator_cast_declaration] = STATE(72), - [sym_constructor_or_destructor_definition] = STATE(72), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(72), - [sym_namespace_alias_definition] = STATE(72), - [sym_using_declaration] = STATE(72), - [sym_alias_declaration] = STATE(72), - [sym_static_assert_declaration] = STATE(72), - [sym_concept_definition] = STATE(72), - [sym_for_range_loop] = STATE(72), - [sym_co_return_statement] = STATE(72), - [sym_co_yield_statement] = STATE(72), - [sym_throw_statement] = STATE(72), - [sym_try_statement] = STATE(72), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(72), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(30), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(30), + [sym_labeled_statement] = STATE(30), + [sym_expression_statement] = STATE(30), + [sym_if_statement] = STATE(30), + [sym_switch_statement] = STATE(30), + [sym_case_statement] = STATE(30), + [sym_while_statement] = STATE(30), + [sym_do_statement] = STATE(30), + [sym_for_statement] = STATE(30), + [sym_return_statement] = STATE(30), + [sym_break_statement] = STATE(30), + [sym_continue_statement] = STATE(30), + [sym_goto_statement] = STATE(30), + [sym__expression] = STATE(3566), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5703), + [sym_initializer_pair] = STATE(5703), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(30), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(30), + [sym_template_instantiation] = STATE(30), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(30), + [sym_operator_cast_declaration] = STATE(30), + [sym_constructor_or_destructor_definition] = STATE(30), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(30), + [sym_namespace_alias_definition] = STATE(30), + [sym_using_declaration] = STATE(30), + [sym_alias_declaration] = STATE(30), + [sym_static_assert_declaration] = STATE(30), + [sym_concept_definition] = STATE(30), + [sym_for_range_loop] = STATE(30), + [sym_co_return_statement] = STATE(30), + [sym_co_yield_statement] = STATE(30), + [sym_throw_statement] = STATE(30), + [sym_try_statement] = STATE(30), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(30), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -27192,127 +26950,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [9] = { - [sym_preproc_include] = STATE(41), - [sym_preproc_def] = STATE(41), - [sym_preproc_function_def] = STATE(41), - [sym_preproc_call] = STATE(41), - [sym_preproc_if] = STATE(41), - [sym_preproc_ifdef] = STATE(41), - [sym_function_definition] = STATE(41), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(41), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(41), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(41), - [sym_labeled_statement] = STATE(41), - [sym_expression_statement] = STATE(41), - [sym_if_statement] = STATE(41), - [sym_switch_statement] = STATE(41), - [sym_case_statement] = STATE(41), - [sym_while_statement] = STATE(41), - [sym_do_statement] = STATE(41), - [sym_for_statement] = STATE(41), - [sym_return_statement] = STATE(41), - [sym_break_statement] = STATE(41), - [sym_continue_statement] = STATE(41), - [sym_goto_statement] = STATE(41), - [sym__expression] = STATE(3583), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5951), - [sym_initializer_pair] = STATE(5951), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(41), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(41), - [sym_template_instantiation] = STATE(41), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(41), - [sym_operator_cast_declaration] = STATE(41), - [sym_constructor_or_destructor_definition] = STATE(41), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(41), - [sym_namespace_alias_definition] = STATE(41), - [sym_using_declaration] = STATE(41), - [sym_alias_declaration] = STATE(41), - [sym_static_assert_declaration] = STATE(41), - [sym_concept_definition] = STATE(41), - [sym_for_range_loop] = STATE(41), - [sym_co_return_statement] = STATE(41), - [sym_co_yield_statement] = STATE(41), - [sym_throw_statement] = STATE(41), - [sym_try_statement] = STATE(41), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(41), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(42), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(42), + [sym_labeled_statement] = STATE(42), + [sym_expression_statement] = STATE(42), + [sym_if_statement] = STATE(42), + [sym_switch_statement] = STATE(42), + [sym_case_statement] = STATE(42), + [sym_while_statement] = STATE(42), + [sym_do_statement] = STATE(42), + [sym_for_statement] = STATE(42), + [sym_return_statement] = STATE(42), + [sym_break_statement] = STATE(42), + [sym_continue_statement] = STATE(42), + [sym_goto_statement] = STATE(42), + [sym__expression] = STATE(3566), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5703), + [sym_initializer_pair] = STATE(5703), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(42), + [sym_co_return_statement] = STATE(42), + [sym_co_yield_statement] = STATE(42), + [sym_throw_statement] = STATE(42), + [sym_try_statement] = STATE(42), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -27433,33 +27191,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(28), [sym_preproc_if] = STATE(28), [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(7145), - [sym_preproc_elif] = STATE(7145), + [sym_preproc_else] = STATE(6882), + [sym_preproc_elif] = STATE(6882), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(3332), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), @@ -27473,44 +27231,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(28), [sym_continue_statement] = STATE(28), [sym_goto_statement] = STATE(28), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), [sym__empty_declaration] = STATE(28), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), [sym_namespace_definition] = STATE(28), [sym_namespace_alias_definition] = STATE(28), [sym_using_declaration] = STATE(28), @@ -27522,29 +27280,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(28), [sym_throw_statement] = STATE(28), [sym_try_statement] = STATE(28), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -27659,124 +27417,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [11] = { - [sym_preproc_include] = STATE(28), - [sym_preproc_def] = STATE(28), - [sym_preproc_function_def] = STATE(28), - [sym_preproc_call] = STATE(28), - [sym_preproc_if] = STATE(28), - [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(6948), - [sym_preproc_elif] = STATE(6948), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(16), + [sym_preproc_def] = STATE(16), + [sym_preproc_function_def] = STATE(16), + [sym_preproc_call] = STATE(16), + [sym_preproc_if] = STATE(16), + [sym_preproc_ifdef] = STATE(16), + [sym_preproc_else] = STATE(6818), + [sym_preproc_elif] = STATE(6818), + [sym_function_definition] = STATE(16), + [sym_declaration] = STATE(16), + [sym_type_definition] = STATE(16), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(16), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(28), - [sym_labeled_statement] = STATE(28), - [sym_expression_statement] = STATE(28), - [sym_if_statement] = STATE(28), - [sym_switch_statement] = STATE(28), - [sym_case_statement] = STATE(28), - [sym_while_statement] = STATE(28), - [sym_do_statement] = STATE(28), - [sym_for_statement] = STATE(28), - [sym_return_statement] = STATE(28), - [sym_break_statement] = STATE(28), - [sym_continue_statement] = STATE(28), - [sym_goto_statement] = STATE(28), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(28), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(28), - [sym_namespace_alias_definition] = STATE(28), - [sym_using_declaration] = STATE(28), - [sym_alias_declaration] = STATE(28), - [sym_static_assert_declaration] = STATE(28), - [sym_concept_definition] = STATE(28), - [sym_for_range_loop] = STATE(28), - [sym_co_return_statement] = STATE(28), - [sym_co_yield_statement] = STATE(28), - [sym_throw_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(16), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(16), + [sym_labeled_statement] = STATE(16), + [sym_expression_statement] = STATE(16), + [sym_if_statement] = STATE(16), + [sym_switch_statement] = STATE(16), + [sym_case_statement] = STATE(16), + [sym_while_statement] = STATE(16), + [sym_do_statement] = STATE(16), + [sym_for_statement] = STATE(16), + [sym_return_statement] = STATE(16), + [sym_break_statement] = STATE(16), + [sym_continue_statement] = STATE(16), + [sym_goto_statement] = STATE(16), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(16), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(16), + [sym_template_instantiation] = STATE(16), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(16), + [sym_operator_cast_declaration] = STATE(16), + [sym_constructor_or_destructor_definition] = STATE(16), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(16), + [sym_namespace_alias_definition] = STATE(16), + [sym_using_declaration] = STATE(16), + [sym_alias_declaration] = STATE(16), + [sym_static_assert_declaration] = STATE(16), + [sym_concept_definition] = STATE(16), + [sym_for_range_loop] = STATE(16), + [sym_co_return_statement] = STATE(16), + [sym_co_yield_statement] = STATE(16), + [sym_throw_statement] = STATE(16), + [sym_try_statement] = STATE(16), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(16), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -27891,124 +27649,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [12] = { - [sym_preproc_include] = STATE(13), - [sym_preproc_def] = STATE(13), - [sym_preproc_function_def] = STATE(13), - [sym_preproc_call] = STATE(13), - [sym_preproc_if] = STATE(13), - [sym_preproc_ifdef] = STATE(13), - [sym_preproc_else] = STATE(6736), - [sym_preproc_elif] = STATE(6736), - [sym_function_definition] = STATE(13), - [sym_declaration] = STATE(13), - [sym_type_definition] = STATE(13), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(13), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(28), + [sym_preproc_def] = STATE(28), + [sym_preproc_function_def] = STATE(28), + [sym_preproc_call] = STATE(28), + [sym_preproc_if] = STATE(28), + [sym_preproc_ifdef] = STATE(28), + [sym_preproc_else] = STATE(6816), + [sym_preproc_elif] = STATE(6816), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(13), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(13), - [sym_labeled_statement] = STATE(13), - [sym_expression_statement] = STATE(13), - [sym_if_statement] = STATE(13), - [sym_switch_statement] = STATE(13), - [sym_case_statement] = STATE(13), - [sym_while_statement] = STATE(13), - [sym_do_statement] = STATE(13), - [sym_for_statement] = STATE(13), - [sym_return_statement] = STATE(13), - [sym_break_statement] = STATE(13), - [sym_continue_statement] = STATE(13), - [sym_goto_statement] = STATE(13), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(13), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(13), - [sym_template_instantiation] = STATE(13), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(13), - [sym_operator_cast_declaration] = STATE(13), - [sym_constructor_or_destructor_definition] = STATE(13), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(13), - [sym_namespace_alias_definition] = STATE(13), - [sym_using_declaration] = STATE(13), - [sym_alias_declaration] = STATE(13), - [sym_static_assert_declaration] = STATE(13), - [sym_concept_definition] = STATE(13), - [sym_for_range_loop] = STATE(13), - [sym_co_return_statement] = STATE(13), - [sym_co_yield_statement] = STATE(13), - [sym_throw_statement] = STATE(13), - [sym_try_statement] = STATE(13), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(13), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(28), + [sym_labeled_statement] = STATE(28), + [sym_expression_statement] = STATE(28), + [sym_if_statement] = STATE(28), + [sym_switch_statement] = STATE(28), + [sym_case_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_do_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_return_statement] = STATE(28), + [sym_break_statement] = STATE(28), + [sym_continue_statement] = STATE(28), + [sym_goto_statement] = STATE(28), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(28), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(28), + [sym_namespace_alias_definition] = STATE(28), + [sym_using_declaration] = STATE(28), + [sym_alias_declaration] = STATE(28), + [sym_static_assert_declaration] = STATE(28), + [sym_concept_definition] = STATE(28), + [sym_for_range_loop] = STATE(28), + [sym_co_return_statement] = STATE(28), + [sym_co_yield_statement] = STATE(28), + [sym_throw_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -28129,33 +27887,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(28), [sym_preproc_if] = STATE(28), [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(6883), - [sym_preproc_elif] = STATE(6883), + [sym_preproc_else] = STATE(7083), + [sym_preproc_elif] = STATE(7083), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(3332), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), @@ -28169,44 +27927,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(28), [sym_continue_statement] = STATE(28), [sym_goto_statement] = STATE(28), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), [sym__empty_declaration] = STATE(28), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), [sym_namespace_definition] = STATE(28), [sym_namespace_alias_definition] = STATE(28), [sym_using_declaration] = STATE(28), @@ -28218,29 +27976,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(28), [sym_throw_statement] = STATE(28), [sym_try_statement] = STATE(28), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -28361,33 +28119,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(28), [sym_preproc_if] = STATE(28), [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(6637), - [sym_preproc_elif] = STATE(6637), + [sym_preproc_else] = STATE(6935), + [sym_preproc_elif] = STATE(6935), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(3332), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), @@ -28401,44 +28159,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(28), [sym_continue_statement] = STATE(28), [sym_goto_statement] = STATE(28), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), [sym__empty_declaration] = STATE(28), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), [sym_namespace_definition] = STATE(28), [sym_namespace_alias_definition] = STATE(28), [sym_using_declaration] = STATE(28), @@ -28450,29 +28208,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(28), [sym_throw_statement] = STATE(28), [sym_try_statement] = STATE(28), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -28587,124 +28345,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [15] = { - [sym_preproc_include] = STATE(10), - [sym_preproc_def] = STATE(10), - [sym_preproc_function_def] = STATE(10), - [sym_preproc_call] = STATE(10), - [sym_preproc_if] = STATE(10), - [sym_preproc_ifdef] = STATE(10), - [sym_preproc_else] = STATE(6754), - [sym_preproc_elif] = STATE(6754), - [sym_function_definition] = STATE(10), - [sym_declaration] = STATE(10), - [sym_type_definition] = STATE(10), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(10), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(21), + [sym_preproc_def] = STATE(21), + [sym_preproc_function_def] = STATE(21), + [sym_preproc_call] = STATE(21), + [sym_preproc_if] = STATE(21), + [sym_preproc_ifdef] = STATE(21), + [sym_preproc_else] = STATE(6923), + [sym_preproc_elif] = STATE(6923), + [sym_function_definition] = STATE(21), + [sym_declaration] = STATE(21), + [sym_type_definition] = STATE(21), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(21), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(10), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(10), - [sym_labeled_statement] = STATE(10), - [sym_expression_statement] = STATE(10), - [sym_if_statement] = STATE(10), - [sym_switch_statement] = STATE(10), - [sym_case_statement] = STATE(10), - [sym_while_statement] = STATE(10), - [sym_do_statement] = STATE(10), - [sym_for_statement] = STATE(10), - [sym_return_statement] = STATE(10), - [sym_break_statement] = STATE(10), - [sym_continue_statement] = STATE(10), - [sym_goto_statement] = STATE(10), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(10), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(10), - [sym_template_instantiation] = STATE(10), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(10), - [sym_operator_cast_declaration] = STATE(10), - [sym_constructor_or_destructor_definition] = STATE(10), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(10), - [sym_namespace_alias_definition] = STATE(10), - [sym_using_declaration] = STATE(10), - [sym_alias_declaration] = STATE(10), - [sym_static_assert_declaration] = STATE(10), - [sym_concept_definition] = STATE(10), - [sym_for_range_loop] = STATE(10), - [sym_co_return_statement] = STATE(10), - [sym_co_yield_statement] = STATE(10), - [sym_throw_statement] = STATE(10), - [sym_try_statement] = STATE(10), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(10), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(21), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(21), + [sym_labeled_statement] = STATE(21), + [sym_expression_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_switch_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_while_statement] = STATE(21), + [sym_do_statement] = STATE(21), + [sym_for_statement] = STATE(21), + [sym_return_statement] = STATE(21), + [sym_break_statement] = STATE(21), + [sym_continue_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(21), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(21), + [sym_template_instantiation] = STATE(21), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(21), + [sym_operator_cast_declaration] = STATE(21), + [sym_constructor_or_destructor_definition] = STATE(21), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(21), + [sym_namespace_alias_definition] = STATE(21), + [sym_using_declaration] = STATE(21), + [sym_alias_declaration] = STATE(21), + [sym_static_assert_declaration] = STATE(21), + [sym_concept_definition] = STATE(21), + [sym_for_range_loop] = STATE(21), + [sym_co_return_statement] = STATE(21), + [sym_co_yield_statement] = STATE(21), + [sym_throw_statement] = STATE(21), + [sym_try_statement] = STATE(21), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -28819,124 +28577,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [16] = { - [sym_preproc_include] = STATE(18), - [sym_preproc_def] = STATE(18), - [sym_preproc_function_def] = STATE(18), - [sym_preproc_call] = STATE(18), - [sym_preproc_if] = STATE(18), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_else] = STATE(6750), - [sym_preproc_elif] = STATE(6750), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(18), - [sym_type_definition] = STATE(18), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(18), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(28), + [sym_preproc_def] = STATE(28), + [sym_preproc_function_def] = STATE(28), + [sym_preproc_call] = STATE(28), + [sym_preproc_if] = STATE(28), + [sym_preproc_ifdef] = STATE(28), + [sym_preproc_else] = STATE(6800), + [sym_preproc_elif] = STATE(6800), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(18), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(18), - [sym_labeled_statement] = STATE(18), - [sym_expression_statement] = STATE(18), - [sym_if_statement] = STATE(18), - [sym_switch_statement] = STATE(18), - [sym_case_statement] = STATE(18), - [sym_while_statement] = STATE(18), - [sym_do_statement] = STATE(18), - [sym_for_statement] = STATE(18), - [sym_return_statement] = STATE(18), - [sym_break_statement] = STATE(18), - [sym_continue_statement] = STATE(18), - [sym_goto_statement] = STATE(18), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(18), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(18), - [sym_template_instantiation] = STATE(18), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(18), - [sym_operator_cast_declaration] = STATE(18), - [sym_constructor_or_destructor_definition] = STATE(18), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(18), - [sym_namespace_alias_definition] = STATE(18), - [sym_using_declaration] = STATE(18), - [sym_alias_declaration] = STATE(18), - [sym_static_assert_declaration] = STATE(18), - [sym_concept_definition] = STATE(18), - [sym_for_range_loop] = STATE(18), - [sym_co_return_statement] = STATE(18), - [sym_co_yield_statement] = STATE(18), - [sym_throw_statement] = STATE(18), - [sym_try_statement] = STATE(18), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(18), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(28), + [sym_labeled_statement] = STATE(28), + [sym_expression_statement] = STATE(28), + [sym_if_statement] = STATE(28), + [sym_switch_statement] = STATE(28), + [sym_case_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_do_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_return_statement] = STATE(28), + [sym_break_statement] = STATE(28), + [sym_continue_statement] = STATE(28), + [sym_goto_statement] = STATE(28), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(28), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(28), + [sym_namespace_alias_definition] = STATE(28), + [sym_using_declaration] = STATE(28), + [sym_alias_declaration] = STATE(28), + [sym_static_assert_declaration] = STATE(28), + [sym_concept_definition] = STATE(28), + [sym_for_range_loop] = STATE(28), + [sym_co_return_statement] = STATE(28), + [sym_co_yield_statement] = STATE(28), + [sym_throw_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -29051,124 +28809,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [17] = { - [sym_preproc_include] = STATE(28), - [sym_preproc_def] = STATE(28), - [sym_preproc_function_def] = STATE(28), - [sym_preproc_call] = STATE(28), - [sym_preproc_if] = STATE(28), - [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(6967), - [sym_preproc_elif] = STATE(6967), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(13), + [sym_preproc_def] = STATE(13), + [sym_preproc_function_def] = STATE(13), + [sym_preproc_call] = STATE(13), + [sym_preproc_if] = STATE(13), + [sym_preproc_ifdef] = STATE(13), + [sym_preproc_else] = STATE(7054), + [sym_preproc_elif] = STATE(7054), + [sym_function_definition] = STATE(13), + [sym_declaration] = STATE(13), + [sym_type_definition] = STATE(13), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(13), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(28), - [sym_labeled_statement] = STATE(28), - [sym_expression_statement] = STATE(28), - [sym_if_statement] = STATE(28), - [sym_switch_statement] = STATE(28), - [sym_case_statement] = STATE(28), - [sym_while_statement] = STATE(28), - [sym_do_statement] = STATE(28), - [sym_for_statement] = STATE(28), - [sym_return_statement] = STATE(28), - [sym_break_statement] = STATE(28), - [sym_continue_statement] = STATE(28), - [sym_goto_statement] = STATE(28), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(28), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(28), - [sym_namespace_alias_definition] = STATE(28), - [sym_using_declaration] = STATE(28), - [sym_alias_declaration] = STATE(28), - [sym_static_assert_declaration] = STATE(28), - [sym_concept_definition] = STATE(28), - [sym_for_range_loop] = STATE(28), - [sym_co_return_statement] = STATE(28), - [sym_co_yield_statement] = STATE(28), - [sym_throw_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(13), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(13), + [sym_labeled_statement] = STATE(13), + [sym_expression_statement] = STATE(13), + [sym_if_statement] = STATE(13), + [sym_switch_statement] = STATE(13), + [sym_case_statement] = STATE(13), + [sym_while_statement] = STATE(13), + [sym_do_statement] = STATE(13), + [sym_for_statement] = STATE(13), + [sym_return_statement] = STATE(13), + [sym_break_statement] = STATE(13), + [sym_continue_statement] = STATE(13), + [sym_goto_statement] = STATE(13), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(13), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(13), + [sym_template_instantiation] = STATE(13), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(13), + [sym_operator_cast_declaration] = STATE(13), + [sym_constructor_or_destructor_definition] = STATE(13), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(13), + [sym_namespace_alias_definition] = STATE(13), + [sym_using_declaration] = STATE(13), + [sym_alias_declaration] = STATE(13), + [sym_static_assert_declaration] = STATE(13), + [sym_concept_definition] = STATE(13), + [sym_for_range_loop] = STATE(13), + [sym_co_return_statement] = STATE(13), + [sym_co_yield_statement] = STATE(13), + [sym_throw_statement] = STATE(13), + [sym_try_statement] = STATE(13), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(13), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -29283,124 +29041,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [18] = { - [sym_preproc_include] = STATE(28), - [sym_preproc_def] = STATE(28), - [sym_preproc_function_def] = STATE(28), - [sym_preproc_call] = STATE(28), - [sym_preproc_if] = STATE(28), - [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(6745), - [sym_preproc_elif] = STATE(6745), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(25), + [sym_preproc_def] = STATE(25), + [sym_preproc_function_def] = STATE(25), + [sym_preproc_call] = STATE(25), + [sym_preproc_if] = STATE(25), + [sym_preproc_ifdef] = STATE(25), + [sym_preproc_else] = STATE(6723), + [sym_preproc_elif] = STATE(6723), + [sym_function_definition] = STATE(25), + [sym_declaration] = STATE(25), + [sym_type_definition] = STATE(25), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(25), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(28), - [sym_labeled_statement] = STATE(28), - [sym_expression_statement] = STATE(28), - [sym_if_statement] = STATE(28), - [sym_switch_statement] = STATE(28), - [sym_case_statement] = STATE(28), - [sym_while_statement] = STATE(28), - [sym_do_statement] = STATE(28), - [sym_for_statement] = STATE(28), - [sym_return_statement] = STATE(28), - [sym_break_statement] = STATE(28), - [sym_continue_statement] = STATE(28), - [sym_goto_statement] = STATE(28), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(28), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(28), - [sym_namespace_alias_definition] = STATE(28), - [sym_using_declaration] = STATE(28), - [sym_alias_declaration] = STATE(28), - [sym_static_assert_declaration] = STATE(28), - [sym_concept_definition] = STATE(28), - [sym_for_range_loop] = STATE(28), - [sym_co_return_statement] = STATE(28), - [sym_co_yield_statement] = STATE(28), - [sym_throw_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(25), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(25), + [sym_labeled_statement] = STATE(25), + [sym_expression_statement] = STATE(25), + [sym_if_statement] = STATE(25), + [sym_switch_statement] = STATE(25), + [sym_case_statement] = STATE(25), + [sym_while_statement] = STATE(25), + [sym_do_statement] = STATE(25), + [sym_for_statement] = STATE(25), + [sym_return_statement] = STATE(25), + [sym_break_statement] = STATE(25), + [sym_continue_statement] = STATE(25), + [sym_goto_statement] = STATE(25), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(25), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(25), + [sym_template_instantiation] = STATE(25), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(25), + [sym_operator_cast_declaration] = STATE(25), + [sym_constructor_or_destructor_definition] = STATE(25), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(25), + [sym_namespace_alias_definition] = STATE(25), + [sym_using_declaration] = STATE(25), + [sym_alias_declaration] = STATE(25), + [sym_static_assert_declaration] = STATE(25), + [sym_concept_definition] = STATE(25), + [sym_for_range_loop] = STATE(25), + [sym_co_return_statement] = STATE(25), + [sym_co_yield_statement] = STATE(25), + [sym_throw_statement] = STATE(25), + [sym_try_statement] = STATE(25), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(25), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -29515,124 +29273,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [19] = { - [sym_preproc_include] = STATE(27), - [sym_preproc_def] = STATE(27), - [sym_preproc_function_def] = STATE(27), - [sym_preproc_call] = STATE(27), - [sym_preproc_if] = STATE(27), - [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(7096), - [sym_preproc_elif] = STATE(7096), - [sym_function_definition] = STATE(27), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(28), + [sym_preproc_def] = STATE(28), + [sym_preproc_function_def] = STATE(28), + [sym_preproc_call] = STATE(28), + [sym_preproc_if] = STATE(28), + [sym_preproc_ifdef] = STATE(28), + [sym_preproc_else] = STATE(6722), + [sym_preproc_elif] = STATE(6722), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(27), - [sym_labeled_statement] = STATE(27), - [sym_expression_statement] = STATE(27), - [sym_if_statement] = STATE(27), - [sym_switch_statement] = STATE(27), - [sym_case_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_do_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_return_statement] = STATE(27), - [sym_break_statement] = STATE(27), - [sym_continue_statement] = STATE(27), - [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(27), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(27), - [sym_template_instantiation] = STATE(27), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(27), - [sym_operator_cast_declaration] = STATE(27), - [sym_constructor_or_destructor_definition] = STATE(27), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(27), - [sym_namespace_alias_definition] = STATE(27), - [sym_using_declaration] = STATE(27), - [sym_alias_declaration] = STATE(27), - [sym_static_assert_declaration] = STATE(27), - [sym_concept_definition] = STATE(27), - [sym_for_range_loop] = STATE(27), - [sym_co_return_statement] = STATE(27), - [sym_co_yield_statement] = STATE(27), - [sym_throw_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(28), + [sym_labeled_statement] = STATE(28), + [sym_expression_statement] = STATE(28), + [sym_if_statement] = STATE(28), + [sym_switch_statement] = STATE(28), + [sym_case_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_do_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_return_statement] = STATE(28), + [sym_break_statement] = STATE(28), + [sym_continue_statement] = STATE(28), + [sym_goto_statement] = STATE(28), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(28), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(28), + [sym_namespace_alias_definition] = STATE(28), + [sym_using_declaration] = STATE(28), + [sym_alias_declaration] = STATE(28), + [sym_static_assert_declaration] = STATE(28), + [sym_concept_definition] = STATE(28), + [sym_for_range_loop] = STATE(28), + [sym_co_return_statement] = STATE(28), + [sym_co_yield_statement] = STATE(28), + [sym_throw_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -29747,124 +29505,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [20] = { - [sym_preproc_include] = STATE(21), - [sym_preproc_def] = STATE(21), - [sym_preproc_function_def] = STATE(21), - [sym_preproc_call] = STATE(21), - [sym_preproc_if] = STATE(21), - [sym_preproc_ifdef] = STATE(21), - [sym_preproc_else] = STATE(6898), - [sym_preproc_elif] = STATE(6898), - [sym_function_definition] = STATE(21), - [sym_declaration] = STATE(21), - [sym_type_definition] = STATE(21), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(21), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(28), + [sym_preproc_def] = STATE(28), + [sym_preproc_function_def] = STATE(28), + [sym_preproc_call] = STATE(28), + [sym_preproc_if] = STATE(28), + [sym_preproc_ifdef] = STATE(28), + [sym_preproc_else] = STATE(6893), + [sym_preproc_elif] = STATE(6893), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(21), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(21), - [sym_labeled_statement] = STATE(21), - [sym_expression_statement] = STATE(21), - [sym_if_statement] = STATE(21), - [sym_switch_statement] = STATE(21), - [sym_case_statement] = STATE(21), - [sym_while_statement] = STATE(21), - [sym_do_statement] = STATE(21), - [sym_for_statement] = STATE(21), - [sym_return_statement] = STATE(21), - [sym_break_statement] = STATE(21), - [sym_continue_statement] = STATE(21), - [sym_goto_statement] = STATE(21), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(21), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(21), - [sym_template_instantiation] = STATE(21), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(21), - [sym_operator_cast_declaration] = STATE(21), - [sym_constructor_or_destructor_definition] = STATE(21), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(21), - [sym_namespace_alias_definition] = STATE(21), - [sym_using_declaration] = STATE(21), - [sym_alias_declaration] = STATE(21), - [sym_static_assert_declaration] = STATE(21), - [sym_concept_definition] = STATE(21), - [sym_for_range_loop] = STATE(21), - [sym_co_return_statement] = STATE(21), - [sym_co_yield_statement] = STATE(21), - [sym_throw_statement] = STATE(21), - [sym_try_statement] = STATE(21), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(28), + [sym_labeled_statement] = STATE(28), + [sym_expression_statement] = STATE(28), + [sym_if_statement] = STATE(28), + [sym_switch_statement] = STATE(28), + [sym_case_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_do_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_return_statement] = STATE(28), + [sym_break_statement] = STATE(28), + [sym_continue_statement] = STATE(28), + [sym_goto_statement] = STATE(28), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(28), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(28), + [sym_namespace_alias_definition] = STATE(28), + [sym_using_declaration] = STATE(28), + [sym_alias_declaration] = STATE(28), + [sym_static_assert_declaration] = STATE(28), + [sym_concept_definition] = STATE(28), + [sym_for_range_loop] = STATE(28), + [sym_co_return_statement] = STATE(28), + [sym_co_yield_statement] = STATE(28), + [sym_throw_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -29985,33 +29743,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(28), [sym_preproc_if] = STATE(28), [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(7089), - [sym_preproc_elif] = STATE(7089), + [sym_preproc_else] = STATE(7038), + [sym_preproc_elif] = STATE(7038), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(3332), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), @@ -30025,44 +29783,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(28), [sym_continue_statement] = STATE(28), [sym_goto_statement] = STATE(28), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), [sym__empty_declaration] = STATE(28), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), [sym_namespace_definition] = STATE(28), [sym_namespace_alias_definition] = STATE(28), [sym_using_declaration] = STATE(28), @@ -30074,29 +29832,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(28), [sym_throw_statement] = STATE(28), [sym_try_statement] = STATE(28), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -30211,124 +29969,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [22] = { - [sym_preproc_include] = STATE(11), - [sym_preproc_def] = STATE(11), - [sym_preproc_function_def] = STATE(11), - [sym_preproc_call] = STATE(11), - [sym_preproc_if] = STATE(11), - [sym_preproc_ifdef] = STATE(11), - [sym_preproc_else] = STATE(7150), - [sym_preproc_elif] = STATE(7150), - [sym_function_definition] = STATE(11), - [sym_declaration] = STATE(11), - [sym_type_definition] = STATE(11), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(11), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(14), + [sym_preproc_def] = STATE(14), + [sym_preproc_function_def] = STATE(14), + [sym_preproc_call] = STATE(14), + [sym_preproc_if] = STATE(14), + [sym_preproc_ifdef] = STATE(14), + [sym_preproc_else] = STATE(6553), + [sym_preproc_elif] = STATE(6553), + [sym_function_definition] = STATE(14), + [sym_declaration] = STATE(14), + [sym_type_definition] = STATE(14), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(14), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(11), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(11), - [sym_labeled_statement] = STATE(11), - [sym_expression_statement] = STATE(11), - [sym_if_statement] = STATE(11), - [sym_switch_statement] = STATE(11), - [sym_case_statement] = STATE(11), - [sym_while_statement] = STATE(11), - [sym_do_statement] = STATE(11), - [sym_for_statement] = STATE(11), - [sym_return_statement] = STATE(11), - [sym_break_statement] = STATE(11), - [sym_continue_statement] = STATE(11), - [sym_goto_statement] = STATE(11), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(11), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(11), - [sym_template_instantiation] = STATE(11), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(11), - [sym_operator_cast_declaration] = STATE(11), - [sym_constructor_or_destructor_definition] = STATE(11), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(11), - [sym_namespace_alias_definition] = STATE(11), - [sym_using_declaration] = STATE(11), - [sym_alias_declaration] = STATE(11), - [sym_static_assert_declaration] = STATE(11), - [sym_concept_definition] = STATE(11), - [sym_for_range_loop] = STATE(11), - [sym_co_return_statement] = STATE(11), - [sym_co_yield_statement] = STATE(11), - [sym_throw_statement] = STATE(11), - [sym_try_statement] = STATE(11), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(11), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(14), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(14), + [sym_labeled_statement] = STATE(14), + [sym_expression_statement] = STATE(14), + [sym_if_statement] = STATE(14), + [sym_switch_statement] = STATE(14), + [sym_case_statement] = STATE(14), + [sym_while_statement] = STATE(14), + [sym_do_statement] = STATE(14), + [sym_for_statement] = STATE(14), + [sym_return_statement] = STATE(14), + [sym_break_statement] = STATE(14), + [sym_continue_statement] = STATE(14), + [sym_goto_statement] = STATE(14), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(14), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(14), + [sym_template_instantiation] = STATE(14), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(14), + [sym_operator_cast_declaration] = STATE(14), + [sym_constructor_or_destructor_definition] = STATE(14), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(14), + [sym_namespace_alias_definition] = STATE(14), + [sym_using_declaration] = STATE(14), + [sym_alias_declaration] = STATE(14), + [sym_static_assert_declaration] = STATE(14), + [sym_concept_definition] = STATE(14), + [sym_for_range_loop] = STATE(14), + [sym_co_return_statement] = STATE(14), + [sym_co_yield_statement] = STATE(14), + [sym_throw_statement] = STATE(14), + [sym_try_statement] = STATE(14), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(14), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -30443,124 +30201,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [23] = { - [sym_preproc_include] = STATE(28), - [sym_preproc_def] = STATE(28), - [sym_preproc_function_def] = STATE(28), - [sym_preproc_call] = STATE(28), - [sym_preproc_if] = STATE(28), - [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(7093), - [sym_preproc_elif] = STATE(7093), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(19), + [sym_preproc_def] = STATE(19), + [sym_preproc_function_def] = STATE(19), + [sym_preproc_call] = STATE(19), + [sym_preproc_if] = STATE(19), + [sym_preproc_ifdef] = STATE(19), + [sym_preproc_else] = STATE(6734), + [sym_preproc_elif] = STATE(6734), + [sym_function_definition] = STATE(19), + [sym_declaration] = STATE(19), + [sym_type_definition] = STATE(19), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(19), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(28), - [sym_labeled_statement] = STATE(28), - [sym_expression_statement] = STATE(28), - [sym_if_statement] = STATE(28), - [sym_switch_statement] = STATE(28), - [sym_case_statement] = STATE(28), - [sym_while_statement] = STATE(28), - [sym_do_statement] = STATE(28), - [sym_for_statement] = STATE(28), - [sym_return_statement] = STATE(28), - [sym_break_statement] = STATE(28), - [sym_continue_statement] = STATE(28), - [sym_goto_statement] = STATE(28), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(28), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(28), - [sym_namespace_alias_definition] = STATE(28), - [sym_using_declaration] = STATE(28), - [sym_alias_declaration] = STATE(28), - [sym_static_assert_declaration] = STATE(28), - [sym_concept_definition] = STATE(28), - [sym_for_range_loop] = STATE(28), - [sym_co_return_statement] = STATE(28), - [sym_co_yield_statement] = STATE(28), - [sym_throw_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(19), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(19), + [sym_labeled_statement] = STATE(19), + [sym_expression_statement] = STATE(19), + [sym_if_statement] = STATE(19), + [sym_switch_statement] = STATE(19), + [sym_case_statement] = STATE(19), + [sym_while_statement] = STATE(19), + [sym_do_statement] = STATE(19), + [sym_for_statement] = STATE(19), + [sym_return_statement] = STATE(19), + [sym_break_statement] = STATE(19), + [sym_continue_statement] = STATE(19), + [sym_goto_statement] = STATE(19), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(19), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(19), + [sym_template_instantiation] = STATE(19), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(19), + [sym_operator_cast_declaration] = STATE(19), + [sym_constructor_or_destructor_definition] = STATE(19), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(19), + [sym_namespace_alias_definition] = STATE(19), + [sym_using_declaration] = STATE(19), + [sym_alias_declaration] = STATE(19), + [sym_static_assert_declaration] = STATE(19), + [sym_concept_definition] = STATE(19), + [sym_for_range_loop] = STATE(19), + [sym_co_return_statement] = STATE(19), + [sym_co_yield_statement] = STATE(19), + [sym_throw_statement] = STATE(19), + [sym_try_statement] = STATE(19), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(19), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -30675,124 +30433,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [24] = { - [sym_preproc_include] = STATE(14), - [sym_preproc_def] = STATE(14), - [sym_preproc_function_def] = STATE(14), - [sym_preproc_call] = STATE(14), - [sym_preproc_if] = STATE(14), - [sym_preproc_ifdef] = STATE(14), - [sym_preproc_else] = STATE(6662), - [sym_preproc_elif] = STATE(6662), - [sym_function_definition] = STATE(14), - [sym_declaration] = STATE(14), - [sym_type_definition] = STATE(14), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(14), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(12), + [sym_preproc_def] = STATE(12), + [sym_preproc_function_def] = STATE(12), + [sym_preproc_call] = STATE(12), + [sym_preproc_if] = STATE(12), + [sym_preproc_ifdef] = STATE(12), + [sym_preproc_else] = STATE(6835), + [sym_preproc_elif] = STATE(6835), + [sym_function_definition] = STATE(12), + [sym_declaration] = STATE(12), + [sym_type_definition] = STATE(12), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(12), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(14), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(14), - [sym_labeled_statement] = STATE(14), - [sym_expression_statement] = STATE(14), - [sym_if_statement] = STATE(14), - [sym_switch_statement] = STATE(14), - [sym_case_statement] = STATE(14), - [sym_while_statement] = STATE(14), - [sym_do_statement] = STATE(14), - [sym_for_statement] = STATE(14), - [sym_return_statement] = STATE(14), - [sym_break_statement] = STATE(14), - [sym_continue_statement] = STATE(14), - [sym_goto_statement] = STATE(14), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(14), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(14), - [sym_template_instantiation] = STATE(14), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(14), - [sym_operator_cast_declaration] = STATE(14), - [sym_constructor_or_destructor_definition] = STATE(14), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(14), - [sym_namespace_alias_definition] = STATE(14), - [sym_using_declaration] = STATE(14), - [sym_alias_declaration] = STATE(14), - [sym_static_assert_declaration] = STATE(14), - [sym_concept_definition] = STATE(14), - [sym_for_range_loop] = STATE(14), - [sym_co_return_statement] = STATE(14), - [sym_co_yield_statement] = STATE(14), - [sym_throw_statement] = STATE(14), - [sym_try_statement] = STATE(14), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(14), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(12), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(12), + [sym_labeled_statement] = STATE(12), + [sym_expression_statement] = STATE(12), + [sym_if_statement] = STATE(12), + [sym_switch_statement] = STATE(12), + [sym_case_statement] = STATE(12), + [sym_while_statement] = STATE(12), + [sym_do_statement] = STATE(12), + [sym_for_statement] = STATE(12), + [sym_return_statement] = STATE(12), + [sym_break_statement] = STATE(12), + [sym_continue_statement] = STATE(12), + [sym_goto_statement] = STATE(12), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(12), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(12), + [sym_template_instantiation] = STATE(12), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(12), + [sym_operator_cast_declaration] = STATE(12), + [sym_constructor_or_destructor_definition] = STATE(12), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(12), + [sym_namespace_alias_definition] = STATE(12), + [sym_using_declaration] = STATE(12), + [sym_alias_declaration] = STATE(12), + [sym_static_assert_declaration] = STATE(12), + [sym_concept_definition] = STATE(12), + [sym_for_range_loop] = STATE(12), + [sym_co_return_statement] = STATE(12), + [sym_co_yield_statement] = STATE(12), + [sym_throw_statement] = STATE(12), + [sym_try_statement] = STATE(12), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(12), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -30907,124 +30665,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [25] = { - [sym_preproc_include] = STATE(17), - [sym_preproc_def] = STATE(17), - [sym_preproc_function_def] = STATE(17), - [sym_preproc_call] = STATE(17), - [sym_preproc_if] = STATE(17), - [sym_preproc_ifdef] = STATE(17), - [sym_preproc_else] = STATE(6841), - [sym_preproc_elif] = STATE(6841), - [sym_function_definition] = STATE(17), - [sym_declaration] = STATE(17), - [sym_type_definition] = STATE(17), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(17), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(28), + [sym_preproc_def] = STATE(28), + [sym_preproc_function_def] = STATE(28), + [sym_preproc_call] = STATE(28), + [sym_preproc_if] = STATE(28), + [sym_preproc_ifdef] = STATE(28), + [sym_preproc_else] = STATE(6713), + [sym_preproc_elif] = STATE(6713), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(17), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(17), - [sym_labeled_statement] = STATE(17), - [sym_expression_statement] = STATE(17), - [sym_if_statement] = STATE(17), - [sym_switch_statement] = STATE(17), - [sym_case_statement] = STATE(17), - [sym_while_statement] = STATE(17), - [sym_do_statement] = STATE(17), - [sym_for_statement] = STATE(17), - [sym_return_statement] = STATE(17), - [sym_break_statement] = STATE(17), - [sym_continue_statement] = STATE(17), - [sym_goto_statement] = STATE(17), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(17), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(17), - [sym_template_instantiation] = STATE(17), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(17), - [sym_operator_cast_declaration] = STATE(17), - [sym_constructor_or_destructor_definition] = STATE(17), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(17), - [sym_namespace_alias_definition] = STATE(17), - [sym_using_declaration] = STATE(17), - [sym_alias_declaration] = STATE(17), - [sym_static_assert_declaration] = STATE(17), - [sym_concept_definition] = STATE(17), - [sym_for_range_loop] = STATE(17), - [sym_co_return_statement] = STATE(17), - [sym_co_yield_statement] = STATE(17), - [sym_throw_statement] = STATE(17), - [sym_try_statement] = STATE(17), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(17), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(28), + [sym_labeled_statement] = STATE(28), + [sym_expression_statement] = STATE(28), + [sym_if_statement] = STATE(28), + [sym_switch_statement] = STATE(28), + [sym_case_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_do_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_return_statement] = STATE(28), + [sym_break_statement] = STATE(28), + [sym_continue_statement] = STATE(28), + [sym_goto_statement] = STATE(28), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(28), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(28), + [sym_namespace_alias_definition] = STATE(28), + [sym_using_declaration] = STATE(28), + [sym_alias_declaration] = STATE(28), + [sym_static_assert_declaration] = STATE(28), + [sym_concept_definition] = STATE(28), + [sym_for_range_loop] = STATE(28), + [sym_co_return_statement] = STATE(28), + [sym_co_yield_statement] = STATE(28), + [sym_throw_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -31139,124 +30897,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [26] = { - [sym_preproc_include] = STATE(23), - [sym_preproc_def] = STATE(23), - [sym_preproc_function_def] = STATE(23), - [sym_preproc_call] = STATE(23), - [sym_preproc_if] = STATE(23), - [sym_preproc_ifdef] = STATE(23), - [sym_preproc_else] = STATE(7138), - [sym_preproc_elif] = STATE(7138), - [sym_function_definition] = STATE(23), - [sym_declaration] = STATE(23), - [sym_type_definition] = STATE(23), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(23), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(10), + [sym_preproc_def] = STATE(10), + [sym_preproc_function_def] = STATE(10), + [sym_preproc_call] = STATE(10), + [sym_preproc_if] = STATE(10), + [sym_preproc_ifdef] = STATE(10), + [sym_preproc_else] = STATE(6894), + [sym_preproc_elif] = STATE(6894), + [sym_function_definition] = STATE(10), + [sym_declaration] = STATE(10), + [sym_type_definition] = STATE(10), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(10), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(23), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(23), - [sym_labeled_statement] = STATE(23), - [sym_expression_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_switch_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_do_statement] = STATE(23), - [sym_for_statement] = STATE(23), - [sym_return_statement] = STATE(23), - [sym_break_statement] = STATE(23), - [sym_continue_statement] = STATE(23), - [sym_goto_statement] = STATE(23), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(23), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(23), - [sym_template_instantiation] = STATE(23), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(23), - [sym_operator_cast_declaration] = STATE(23), - [sym_constructor_or_destructor_definition] = STATE(23), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(23), - [sym_namespace_alias_definition] = STATE(23), - [sym_using_declaration] = STATE(23), - [sym_alias_declaration] = STATE(23), - [sym_static_assert_declaration] = STATE(23), - [sym_concept_definition] = STATE(23), - [sym_for_range_loop] = STATE(23), - [sym_co_return_statement] = STATE(23), - [sym_co_yield_statement] = STATE(23), - [sym_throw_statement] = STATE(23), - [sym_try_statement] = STATE(23), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(23), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(10), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(10), + [sym_labeled_statement] = STATE(10), + [sym_expression_statement] = STATE(10), + [sym_if_statement] = STATE(10), + [sym_switch_statement] = STATE(10), + [sym_case_statement] = STATE(10), + [sym_while_statement] = STATE(10), + [sym_do_statement] = STATE(10), + [sym_for_statement] = STATE(10), + [sym_return_statement] = STATE(10), + [sym_break_statement] = STATE(10), + [sym_continue_statement] = STATE(10), + [sym_goto_statement] = STATE(10), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(10), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(10), + [sym_template_instantiation] = STATE(10), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(10), + [sym_operator_cast_declaration] = STATE(10), + [sym_constructor_or_destructor_definition] = STATE(10), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(10), + [sym_namespace_alias_definition] = STATE(10), + [sym_using_declaration] = STATE(10), + [sym_alias_declaration] = STATE(10), + [sym_static_assert_declaration] = STATE(10), + [sym_concept_definition] = STATE(10), + [sym_for_range_loop] = STATE(10), + [sym_co_return_statement] = STATE(10), + [sym_co_yield_statement] = STATE(10), + [sym_throw_statement] = STATE(10), + [sym_try_statement] = STATE(10), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(10), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -31371,124 +31129,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [27] = { - [sym_preproc_include] = STATE(28), - [sym_preproc_def] = STATE(28), - [sym_preproc_function_def] = STATE(28), - [sym_preproc_call] = STATE(28), - [sym_preproc_if] = STATE(28), - [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(7081), - [sym_preproc_elif] = STATE(7081), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(20), + [sym_preproc_def] = STATE(20), + [sym_preproc_function_def] = STATE(20), + [sym_preproc_call] = STATE(20), + [sym_preproc_if] = STATE(20), + [sym_preproc_ifdef] = STATE(20), + [sym_preproc_else] = STATE(6926), + [sym_preproc_elif] = STATE(6926), + [sym_function_definition] = STATE(20), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_linkage_specification] = STATE(20), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(28), - [sym_labeled_statement] = STATE(28), - [sym_expression_statement] = STATE(28), - [sym_if_statement] = STATE(28), - [sym_switch_statement] = STATE(28), - [sym_case_statement] = STATE(28), - [sym_while_statement] = STATE(28), - [sym_do_statement] = STATE(28), - [sym_for_statement] = STATE(28), - [sym_return_statement] = STATE(28), - [sym_break_statement] = STATE(28), - [sym_continue_statement] = STATE(28), - [sym_goto_statement] = STATE(28), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(28), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(28), - [sym_namespace_alias_definition] = STATE(28), - [sym_using_declaration] = STATE(28), - [sym_alias_declaration] = STATE(28), - [sym_static_assert_declaration] = STATE(28), - [sym_concept_definition] = STATE(28), - [sym_for_range_loop] = STATE(28), - [sym_co_return_statement] = STATE(28), - [sym_co_yield_statement] = STATE(28), - [sym_throw_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(20), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(20), + [sym_labeled_statement] = STATE(20), + [sym_expression_statement] = STATE(20), + [sym_if_statement] = STATE(20), + [sym_switch_statement] = STATE(20), + [sym_case_statement] = STATE(20), + [sym_while_statement] = STATE(20), + [sym_do_statement] = STATE(20), + [sym_for_statement] = STATE(20), + [sym_return_statement] = STATE(20), + [sym_break_statement] = STATE(20), + [sym_continue_statement] = STATE(20), + [sym_goto_statement] = STATE(20), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(20), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(20), + [sym_template_instantiation] = STATE(20), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), + [sym_operator_cast_definition] = STATE(20), + [sym_operator_cast_declaration] = STATE(20), + [sym_constructor_or_destructor_definition] = STATE(20), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(20), + [sym_namespace_alias_definition] = STATE(20), + [sym_using_declaration] = STATE(20), + [sym_alias_declaration] = STATE(20), + [sym_static_assert_declaration] = STATE(20), + [sym_concept_definition] = STATE(20), + [sym_for_range_loop] = STATE(20), + [sym_co_return_statement] = STATE(20), + [sym_co_yield_statement] = STATE(20), + [sym_throw_statement] = STATE(20), + [sym_try_statement] = STATE(20), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(20), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(227), [aux_sym_preproc_include_token1] = ACTIONS(229), [aux_sym_preproc_def_token1] = ACTIONS(231), @@ -31612,28 +31370,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(3332), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5042), - [sym_array_declarator] = STATE(5173), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4951), + [sym_array_declarator] = STATE(5040), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), @@ -31647,44 +31405,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(28), [sym_continue_statement] = STATE(28), [sym_goto_statement] = STATE(28), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), [sym__empty_declaration] = STATE(28), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1884), - [sym_dependent_type] = STATE(3473), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1908), + [sym_dependent_type] = STATE(3505), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1884), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1908), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), [sym_namespace_definition] = STATE(28), [sym_namespace_alias_definition] = STATE(28), [sym_using_declaration] = STATE(28), @@ -31696,29 +31454,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(28), [sym_throw_statement] = STATE(28), [sym_try_statement] = STATE(28), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1884), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1908), [sym_identifier] = ACTIONS(327), [aux_sym_preproc_include_token1] = ACTIONS(330), [aux_sym_preproc_def_token1] = ACTIONS(333), @@ -31842,28 +31600,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(29), [sym_declaration] = STATE(29), [sym_type_definition] = STATE(29), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4144), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4177), [sym_linkage_specification] = STATE(29), - [sym_attribute_specifier] = STATE(3332), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2027), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5087), - [sym_array_declarator] = STATE(5173), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2117), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4954), + [sym_array_declarator] = STATE(5040), [sym_compound_statement] = STATE(29), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3407), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3414), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(29), [sym_labeled_statement] = STATE(29), [sym_expression_statement] = STATE(29), @@ -31877,44 +31635,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(29), [sym_continue_statement] = STATE(29), [sym_goto_statement] = STATE(29), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), [sym__empty_declaration] = STATE(29), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1904), - [sym_dependent_type] = STATE(3473), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1896), + [sym_dependent_type] = STATE(3505), [sym_template_declaration] = STATE(29), [sym_template_instantiation] = STATE(29), - [sym_operator_cast] = STATE(5483), - [sym__constructor_specifiers] = STATE(1904), + [sym_operator_cast] = STATE(5365), + [sym__constructor_specifiers] = STATE(1896), [sym_operator_cast_definition] = STATE(29), [sym_operator_cast_declaration] = STATE(29), [sym_constructor_or_destructor_definition] = STATE(29), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), [sym_namespace_definition] = STATE(29), [sym_namespace_alias_definition] = STATE(29), [sym_using_declaration] = STATE(29), @@ -31926,37 +31684,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(29), [sym_throw_statement] = STATE(29), [sym_try_statement] = STATE(29), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5483), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5365), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), [aux_sym_translation_unit_repeat1] = STATE(29), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1904), - [sym_identifier] = ACTIONS(536), - [aux_sym_preproc_include_token1] = ACTIONS(539), - [aux_sym_preproc_def_token1] = ACTIONS(542), - [aux_sym_preproc_if_token1] = ACTIONS(545), - [aux_sym_preproc_if_token2] = ACTIONS(339), - [aux_sym_preproc_ifdef_token1] = ACTIONS(548), - [aux_sym_preproc_ifdef_token2] = ACTIONS(548), - [sym_preproc_directive] = ACTIONS(551), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1896), + [ts_builtin_sym_end] = ACTIONS(536), + [sym_identifier] = ACTIONS(538), + [aux_sym_preproc_include_token1] = ACTIONS(541), + [aux_sym_preproc_def_token1] = ACTIONS(544), + [aux_sym_preproc_if_token1] = ACTIONS(547), + [aux_sym_preproc_ifdef_token1] = ACTIONS(550), + [aux_sym_preproc_ifdef_token2] = ACTIONS(550), + [sym_preproc_directive] = ACTIONS(553), [anon_sym_LPAREN2] = ACTIONS(347), [anon_sym_BANG] = ACTIONS(350), [anon_sym_TILDE] = ACTIONS(353), @@ -31965,9 +31723,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(359), [anon_sym_AMP_AMP] = ACTIONS(362), [anon_sym_AMP] = ACTIONS(365), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(557), - [anon_sym_extern] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_typedef] = ACTIONS(559), + [anon_sym_extern] = ACTIONS(562), [anon_sym___attribute__] = ACTIONS(377), [anon_sym_COLON_COLON] = ACTIONS(380), [anon_sym_LBRACK_LBRACK] = ACTIONS(383), @@ -31979,7 +31737,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(392), [anon_sym___thiscall] = ACTIONS(392), [anon_sym___vectorcall] = ACTIONS(392), - [anon_sym_LBRACE] = ACTIONS(563), + [anon_sym_LBRACE] = ACTIONS(565), [anon_sym_LBRACK] = ACTIONS(398), [anon_sym_static] = ACTIONS(401), [anon_sym_register] = ACTIONS(401), @@ -32002,17 +31760,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(416), [anon_sym_struct] = ACTIONS(419), [anon_sym_union] = ACTIONS(422), - [anon_sym_if] = ACTIONS(566), - [anon_sym_switch] = ACTIONS(569), - [anon_sym_case] = ACTIONS(572), - [anon_sym_default] = ACTIONS(575), - [anon_sym_while] = ACTIONS(578), - [anon_sym_do] = ACTIONS(581), - [anon_sym_for] = ACTIONS(584), - [anon_sym_return] = ACTIONS(587), - [anon_sym_break] = ACTIONS(590), - [anon_sym_continue] = ACTIONS(593), - [anon_sym_goto] = ACTIONS(596), + [anon_sym_if] = ACTIONS(568), + [anon_sym_switch] = ACTIONS(571), + [anon_sym_case] = ACTIONS(574), + [anon_sym_default] = ACTIONS(577), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(583), + [anon_sym_for] = ACTIONS(586), + [anon_sym_return] = ACTIONS(589), + [anon_sym_break] = ACTIONS(592), + [anon_sym_continue] = ACTIONS(595), + [anon_sym_goto] = ACTIONS(598), [anon_sym_not] = ACTIONS(356), [anon_sym_compl] = ACTIONS(356), [anon_sym_DASH_DASH] = ACTIONS(458), @@ -32038,17 +31796,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(482), [anon_sym_explicit] = ACTIONS(485), [anon_sym_typename] = ACTIONS(488), - [anon_sym_template] = ACTIONS(599), + [anon_sym_template] = ACTIONS(601), [anon_sym_operator] = ACTIONS(494), - [anon_sym_try] = ACTIONS(602), + [anon_sym_try] = ACTIONS(604), [anon_sym_delete] = ACTIONS(500), - [anon_sym_throw] = ACTIONS(605), - [anon_sym_namespace] = ACTIONS(608), - [anon_sym_using] = ACTIONS(611), - [anon_sym_static_assert] = ACTIONS(614), - [anon_sym_concept] = ACTIONS(617), - [anon_sym_co_return] = ACTIONS(620), - [anon_sym_co_yield] = ACTIONS(623), + [anon_sym_throw] = ACTIONS(607), + [anon_sym_namespace] = ACTIONS(610), + [anon_sym_using] = ACTIONS(613), + [anon_sym_static_assert] = ACTIONS(616), + [anon_sym_concept] = ACTIONS(619), + [anon_sym_co_return] = ACTIONS(622), + [anon_sym_co_yield] = ACTIONS(625), [anon_sym_R_DQUOTE] = ACTIONS(524), [anon_sym_LR_DQUOTE] = ACTIONS(524), [anon_sym_uR_DQUOTE] = ACTIONS(524), @@ -32061,122 +31819,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(473), }, [30] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -32206,8 +31964,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(628), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(630), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -32289,122 +32047,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [31] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(65), + [sym_preproc_def] = STATE(65), + [sym_preproc_function_def] = STATE(65), + [sym_preproc_call] = STATE(65), + [sym_preproc_if] = STATE(65), + [sym_preproc_ifdef] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_declaration] = STATE(65), + [sym_type_definition] = STATE(65), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(65), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(65), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(65), + [sym_labeled_statement] = STATE(65), + [sym_expression_statement] = STATE(65), + [sym_if_statement] = STATE(65), + [sym_switch_statement] = STATE(65), + [sym_case_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_do_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_return_statement] = STATE(65), + [sym_break_statement] = STATE(65), + [sym_continue_statement] = STATE(65), + [sym_goto_statement] = STATE(65), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(65), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(65), + [sym_template_instantiation] = STATE(65), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(65), + [sym_operator_cast_declaration] = STATE(65), + [sym_constructor_or_destructor_definition] = STATE(65), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(65), + [sym_namespace_alias_definition] = STATE(65), + [sym_using_declaration] = STATE(65), + [sym_alias_declaration] = STATE(65), + [sym_static_assert_declaration] = STATE(65), + [sym_concept_definition] = STATE(65), + [sym_for_range_loop] = STATE(65), + [sym_co_return_statement] = STATE(65), + [sym_co_yield_statement] = STATE(65), + [sym_throw_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(65), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -32434,8 +32192,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(630), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(632), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -32517,350 +32275,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [32] = { - [sym_preproc_include] = STATE(32), - [sym_preproc_def] = STATE(32), - [sym_preproc_function_def] = STATE(32), - [sym_preproc_call] = STATE(32), - [sym_preproc_if] = STATE(32), - [sym_preproc_ifdef] = STATE(32), - [sym_function_definition] = STATE(32), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4167), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2054), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5054), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3431), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(32), - [sym_labeled_statement] = STATE(32), - [sym_expression_statement] = STATE(32), - [sym_if_statement] = STATE(32), - [sym_switch_statement] = STATE(32), - [sym_case_statement] = STATE(32), - [sym_while_statement] = STATE(32), - [sym_do_statement] = STATE(32), - [sym_for_statement] = STATE(32), - [sym_return_statement] = STATE(32), - [sym_break_statement] = STATE(32), - [sym_continue_statement] = STATE(32), - [sym_goto_statement] = STATE(32), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(32), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1887), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(32), - [sym_template_instantiation] = STATE(32), - [sym_operator_cast] = STATE(5469), - [sym__constructor_specifiers] = STATE(1887), - [sym_operator_cast_definition] = STATE(32), - [sym_operator_cast_declaration] = STATE(32), - [sym_constructor_or_destructor_definition] = STATE(32), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(32), - [sym_namespace_alias_definition] = STATE(32), - [sym_using_declaration] = STATE(32), - [sym_alias_declaration] = STATE(32), - [sym_static_assert_declaration] = STATE(32), - [sym_concept_definition] = STATE(32), - [sym_for_range_loop] = STATE(32), - [sym_co_return_statement] = STATE(32), - [sym_co_yield_statement] = STATE(32), - [sym_throw_statement] = STATE(32), - [sym_try_statement] = STATE(32), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5469), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1887), - [ts_builtin_sym_end] = ACTIONS(632), - [sym_identifier] = ACTIONS(634), - [aux_sym_preproc_include_token1] = ACTIONS(637), - [aux_sym_preproc_def_token1] = ACTIONS(640), - [aux_sym_preproc_if_token1] = ACTIONS(643), - [aux_sym_preproc_ifdef_token1] = ACTIONS(646), - [aux_sym_preproc_ifdef_token2] = ACTIONS(646), - [sym_preproc_directive] = ACTIONS(649), - [anon_sym_LPAREN2] = ACTIONS(347), - [anon_sym_BANG] = ACTIONS(350), - [anon_sym_TILDE] = ACTIONS(353), - [anon_sym_DASH] = ACTIONS(356), - [anon_sym_PLUS] = ACTIONS(356), - [anon_sym_STAR] = ACTIONS(359), - [anon_sym_AMP_AMP] = ACTIONS(362), - [anon_sym_AMP] = ACTIONS(365), - [anon_sym_SEMI] = ACTIONS(652), - [anon_sym_typedef] = ACTIONS(655), - [anon_sym_extern] = ACTIONS(658), - [anon_sym___attribute__] = ACTIONS(377), - [anon_sym_COLON_COLON] = ACTIONS(380), - [anon_sym_LBRACK_LBRACK] = ACTIONS(383), - [anon_sym___declspec] = ACTIONS(386), - [anon_sym___based] = ACTIONS(389), - [anon_sym___cdecl] = ACTIONS(392), - [anon_sym___clrcall] = ACTIONS(392), - [anon_sym___stdcall] = ACTIONS(392), - [anon_sym___fastcall] = ACTIONS(392), - [anon_sym___thiscall] = ACTIONS(392), - [anon_sym___vectorcall] = ACTIONS(392), - [anon_sym_LBRACE] = ACTIONS(661), - [anon_sym_LBRACK] = ACTIONS(398), - [anon_sym_static] = ACTIONS(401), - [anon_sym_register] = ACTIONS(401), - [anon_sym_inline] = ACTIONS(401), - [anon_sym_thread_local] = ACTIONS(401), - [anon_sym_const] = ACTIONS(404), - [anon_sym_volatile] = ACTIONS(404), - [anon_sym_restrict] = ACTIONS(404), - [anon_sym__Atomic] = ACTIONS(404), - [anon_sym_mutable] = ACTIONS(404), - [anon_sym_constexpr] = ACTIONS(404), - [anon_sym_constinit] = ACTIONS(404), - [anon_sym_consteval] = ACTIONS(404), - [anon_sym_signed] = ACTIONS(407), - [anon_sym_unsigned] = ACTIONS(407), - [anon_sym_long] = ACTIONS(407), - [anon_sym_short] = ACTIONS(407), - [sym_primitive_type] = ACTIONS(410), - [anon_sym_enum] = ACTIONS(413), - [anon_sym_class] = ACTIONS(416), - [anon_sym_struct] = ACTIONS(419), - [anon_sym_union] = ACTIONS(422), - [anon_sym_if] = ACTIONS(664), - [anon_sym_switch] = ACTIONS(667), - [anon_sym_case] = ACTIONS(670), - [anon_sym_default] = ACTIONS(673), - [anon_sym_while] = ACTIONS(676), - [anon_sym_do] = ACTIONS(679), - [anon_sym_for] = ACTIONS(682), - [anon_sym_return] = ACTIONS(685), - [anon_sym_break] = ACTIONS(688), - [anon_sym_continue] = ACTIONS(691), - [anon_sym_goto] = ACTIONS(694), - [anon_sym_not] = ACTIONS(356), - [anon_sym_compl] = ACTIONS(356), - [anon_sym_DASH_DASH] = ACTIONS(458), - [anon_sym_PLUS_PLUS] = ACTIONS(458), - [anon_sym_sizeof] = ACTIONS(461), - [sym_number_literal] = ACTIONS(464), - [anon_sym_L_SQUOTE] = ACTIONS(467), - [anon_sym_u_SQUOTE] = ACTIONS(467), - [anon_sym_U_SQUOTE] = ACTIONS(467), - [anon_sym_u8_SQUOTE] = ACTIONS(467), - [anon_sym_SQUOTE] = ACTIONS(467), - [anon_sym_L_DQUOTE] = ACTIONS(470), - [anon_sym_u_DQUOTE] = ACTIONS(470), - [anon_sym_U_DQUOTE] = ACTIONS(470), - [anon_sym_u8_DQUOTE] = ACTIONS(470), - [anon_sym_DQUOTE] = ACTIONS(470), - [sym_true] = ACTIONS(473), - [sym_false] = ACTIONS(473), - [sym_null] = ACTIONS(473), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(476), - [anon_sym_decltype] = ACTIONS(479), - [anon_sym_virtual] = ACTIONS(482), - [anon_sym_explicit] = ACTIONS(485), - [anon_sym_typename] = ACTIONS(488), - [anon_sym_template] = ACTIONS(697), - [anon_sym_operator] = ACTIONS(494), - [anon_sym_try] = ACTIONS(700), - [anon_sym_delete] = ACTIONS(500), - [anon_sym_throw] = ACTIONS(703), - [anon_sym_namespace] = ACTIONS(706), - [anon_sym_using] = ACTIONS(709), - [anon_sym_static_assert] = ACTIONS(712), - [anon_sym_concept] = ACTIONS(715), - [anon_sym_co_return] = ACTIONS(718), - [anon_sym_co_yield] = ACTIONS(721), - [anon_sym_R_DQUOTE] = ACTIONS(524), - [anon_sym_LR_DQUOTE] = ACTIONS(524), - [anon_sym_uR_DQUOTE] = ACTIONS(524), - [anon_sym_UR_DQUOTE] = ACTIONS(524), - [anon_sym_u8R_DQUOTE] = ACTIONS(524), - [anon_sym_co_await] = ACTIONS(527), - [anon_sym_new] = ACTIONS(530), - [anon_sym_requires] = ACTIONS(533), - [sym_this] = ACTIONS(473), - [sym_nullptr] = ACTIONS(473), - }, - [33] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -32890,8 +32420,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(724), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(634), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -32972,123 +32502,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [34] = { - [sym_preproc_include] = STATE(41), - [sym_preproc_def] = STATE(41), - [sym_preproc_function_def] = STATE(41), - [sym_preproc_call] = STATE(41), - [sym_preproc_if] = STATE(41), - [sym_preproc_ifdef] = STATE(41), - [sym_function_definition] = STATE(41), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(41), - [sym_attribute_specifier] = STATE(3332), + [33] = { + [sym_preproc_include] = STATE(32), + [sym_preproc_def] = STATE(32), + [sym_preproc_function_def] = STATE(32), + [sym_preproc_call] = STATE(32), + [sym_preproc_if] = STATE(32), + [sym_preproc_ifdef] = STATE(32), + [sym_function_definition] = STATE(32), + [sym_declaration] = STATE(32), + [sym_type_definition] = STATE(32), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(32), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(41), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(41), - [sym_labeled_statement] = STATE(41), - [sym_expression_statement] = STATE(41), - [sym_if_statement] = STATE(41), - [sym_switch_statement] = STATE(41), - [sym_case_statement] = STATE(41), - [sym_while_statement] = STATE(41), - [sym_do_statement] = STATE(41), - [sym_for_statement] = STATE(41), - [sym_return_statement] = STATE(41), - [sym_break_statement] = STATE(41), - [sym_continue_statement] = STATE(41), - [sym_goto_statement] = STATE(41), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(41), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(41), - [sym_template_instantiation] = STATE(41), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(41), - [sym_operator_cast_declaration] = STATE(41), - [sym_constructor_or_destructor_definition] = STATE(41), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(41), - [sym_namespace_alias_definition] = STATE(41), - [sym_using_declaration] = STATE(41), - [sym_alias_declaration] = STATE(41), - [sym_static_assert_declaration] = STATE(41), - [sym_concept_definition] = STATE(41), - [sym_for_range_loop] = STATE(41), - [sym_co_return_statement] = STATE(41), - [sym_co_yield_statement] = STATE(41), - [sym_throw_statement] = STATE(41), - [sym_try_statement] = STATE(41), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(41), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(32), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(32), + [sym_labeled_statement] = STATE(32), + [sym_expression_statement] = STATE(32), + [sym_if_statement] = STATE(32), + [sym_switch_statement] = STATE(32), + [sym_case_statement] = STATE(32), + [sym_while_statement] = STATE(32), + [sym_do_statement] = STATE(32), + [sym_for_statement] = STATE(32), + [sym_return_statement] = STATE(32), + [sym_break_statement] = STATE(32), + [sym_continue_statement] = STATE(32), + [sym_goto_statement] = STATE(32), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(32), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(32), + [sym_template_instantiation] = STATE(32), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(32), + [sym_operator_cast_declaration] = STATE(32), + [sym_constructor_or_destructor_definition] = STATE(32), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(32), + [sym_namespace_alias_definition] = STATE(32), + [sym_using_declaration] = STATE(32), + [sym_alias_declaration] = STATE(32), + [sym_static_assert_declaration] = STATE(32), + [sym_concept_definition] = STATE(32), + [sym_for_range_loop] = STATE(32), + [sym_co_return_statement] = STATE(32), + [sym_co_yield_statement] = STATE(32), + [sym_throw_statement] = STATE(32), + [sym_try_statement] = STATE(32), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(32), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -33118,8 +32648,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(726), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(636), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -33200,123 +32730,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [35] = { - [sym_preproc_include] = STATE(45), - [sym_preproc_def] = STATE(45), - [sym_preproc_function_def] = STATE(45), - [sym_preproc_call] = STATE(45), - [sym_preproc_if] = STATE(45), - [sym_preproc_ifdef] = STATE(45), - [sym_function_definition] = STATE(45), - [sym_declaration] = STATE(45), - [sym_type_definition] = STATE(45), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(45), - [sym_attribute_specifier] = STATE(3332), + [34] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(45), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(45), - [sym_labeled_statement] = STATE(45), - [sym_expression_statement] = STATE(45), - [sym_if_statement] = STATE(45), - [sym_switch_statement] = STATE(45), - [sym_case_statement] = STATE(45), - [sym_while_statement] = STATE(45), - [sym_do_statement] = STATE(45), - [sym_for_statement] = STATE(45), - [sym_return_statement] = STATE(45), - [sym_break_statement] = STATE(45), - [sym_continue_statement] = STATE(45), - [sym_goto_statement] = STATE(45), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(45), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(45), - [sym_template_instantiation] = STATE(45), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(45), - [sym_operator_cast_declaration] = STATE(45), - [sym_constructor_or_destructor_definition] = STATE(45), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(45), - [sym_namespace_alias_definition] = STATE(45), - [sym_using_declaration] = STATE(45), - [sym_alias_declaration] = STATE(45), - [sym_static_assert_declaration] = STATE(45), - [sym_concept_definition] = STATE(45), - [sym_for_range_loop] = STATE(45), - [sym_co_return_statement] = STATE(45), - [sym_co_yield_statement] = STATE(45), - [sym_throw_statement] = STATE(45), - [sym_try_statement] = STATE(45), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(45), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -33346,8 +32876,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(638), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -33428,123 +32958,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [36] = { - [sym_preproc_include] = STATE(38), - [sym_preproc_def] = STATE(38), - [sym_preproc_function_def] = STATE(38), - [sym_preproc_call] = STATE(38), - [sym_preproc_if] = STATE(38), - [sym_preproc_ifdef] = STATE(38), - [sym_function_definition] = STATE(38), - [sym_declaration] = STATE(38), - [sym_type_definition] = STATE(38), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(38), - [sym_attribute_specifier] = STATE(3332), + [35] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(38), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(38), - [sym_labeled_statement] = STATE(38), - [sym_expression_statement] = STATE(38), - [sym_if_statement] = STATE(38), - [sym_switch_statement] = STATE(38), - [sym_case_statement] = STATE(38), - [sym_while_statement] = STATE(38), - [sym_do_statement] = STATE(38), - [sym_for_statement] = STATE(38), - [sym_return_statement] = STATE(38), - [sym_break_statement] = STATE(38), - [sym_continue_statement] = STATE(38), - [sym_goto_statement] = STATE(38), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(38), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(38), - [sym_template_instantiation] = STATE(38), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(38), - [sym_operator_cast_declaration] = STATE(38), - [sym_constructor_or_destructor_definition] = STATE(38), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(38), - [sym_namespace_alias_definition] = STATE(38), - [sym_using_declaration] = STATE(38), - [sym_alias_declaration] = STATE(38), - [sym_static_assert_declaration] = STATE(38), - [sym_concept_definition] = STATE(38), - [sym_for_range_loop] = STATE(38), - [sym_co_return_statement] = STATE(38), - [sym_co_yield_statement] = STATE(38), - [sym_throw_statement] = STATE(38), - [sym_try_statement] = STATE(38), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(38), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -33574,8 +33104,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(730), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(640), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -33656,123 +33186,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [37] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [36] = { + [sym_preproc_include] = STATE(39), + [sym_preproc_def] = STATE(39), + [sym_preproc_function_def] = STATE(39), + [sym_preproc_call] = STATE(39), + [sym_preproc_if] = STATE(39), + [sym_preproc_ifdef] = STATE(39), + [sym_function_definition] = STATE(39), + [sym_declaration] = STATE(39), + [sym_type_definition] = STATE(39), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(39), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(39), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(39), + [sym_labeled_statement] = STATE(39), + [sym_expression_statement] = STATE(39), + [sym_if_statement] = STATE(39), + [sym_switch_statement] = STATE(39), + [sym_case_statement] = STATE(39), + [sym_while_statement] = STATE(39), + [sym_do_statement] = STATE(39), + [sym_for_statement] = STATE(39), + [sym_return_statement] = STATE(39), + [sym_break_statement] = STATE(39), + [sym_continue_statement] = STATE(39), + [sym_goto_statement] = STATE(39), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(39), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(39), + [sym_template_instantiation] = STATE(39), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(39), + [sym_operator_cast_declaration] = STATE(39), + [sym_constructor_or_destructor_definition] = STATE(39), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(39), + [sym_namespace_alias_definition] = STATE(39), + [sym_using_declaration] = STATE(39), + [sym_alias_declaration] = STATE(39), + [sym_static_assert_declaration] = STATE(39), + [sym_concept_definition] = STATE(39), + [sym_for_range_loop] = STATE(39), + [sym_co_return_statement] = STATE(39), + [sym_co_yield_statement] = STATE(39), + [sym_throw_statement] = STATE(39), + [sym_try_statement] = STATE(39), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(39), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -33802,8 +33332,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(732), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(642), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -33884,123 +33414,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [38] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [37] = { + [sym_preproc_include] = STATE(41), + [sym_preproc_def] = STATE(41), + [sym_preproc_function_def] = STATE(41), + [sym_preproc_call] = STATE(41), + [sym_preproc_if] = STATE(41), + [sym_preproc_ifdef] = STATE(41), + [sym_function_definition] = STATE(41), + [sym_declaration] = STATE(41), + [sym_type_definition] = STATE(41), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(41), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(41), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(41), + [sym_labeled_statement] = STATE(41), + [sym_expression_statement] = STATE(41), + [sym_if_statement] = STATE(41), + [sym_switch_statement] = STATE(41), + [sym_case_statement] = STATE(41), + [sym_while_statement] = STATE(41), + [sym_do_statement] = STATE(41), + [sym_for_statement] = STATE(41), + [sym_return_statement] = STATE(41), + [sym_break_statement] = STATE(41), + [sym_continue_statement] = STATE(41), + [sym_goto_statement] = STATE(41), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(41), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(41), + [sym_template_instantiation] = STATE(41), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(41), + [sym_operator_cast_declaration] = STATE(41), + [sym_constructor_or_destructor_definition] = STATE(41), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(41), + [sym_namespace_alias_definition] = STATE(41), + [sym_using_declaration] = STATE(41), + [sym_alias_declaration] = STATE(41), + [sym_static_assert_declaration] = STATE(41), + [sym_concept_definition] = STATE(41), + [sym_for_range_loop] = STATE(41), + [sym_co_return_statement] = STATE(41), + [sym_co_yield_statement] = STATE(41), + [sym_throw_statement] = STATE(41), + [sym_try_statement] = STATE(41), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(41), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -34030,8 +33560,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(734), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(644), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -34112,123 +33642,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [39] = { - [sym_preproc_include] = STATE(56), - [sym_preproc_def] = STATE(56), - [sym_preproc_function_def] = STATE(56), - [sym_preproc_call] = STATE(56), - [sym_preproc_if] = STATE(56), - [sym_preproc_ifdef] = STATE(56), - [sym_function_definition] = STATE(56), - [sym_declaration] = STATE(56), - [sym_type_definition] = STATE(56), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(56), - [sym_attribute_specifier] = STATE(3332), + [38] = { + [sym_preproc_include] = STATE(35), + [sym_preproc_def] = STATE(35), + [sym_preproc_function_def] = STATE(35), + [sym_preproc_call] = STATE(35), + [sym_preproc_if] = STATE(35), + [sym_preproc_ifdef] = STATE(35), + [sym_function_definition] = STATE(35), + [sym_declaration] = STATE(35), + [sym_type_definition] = STATE(35), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(35), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(56), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(56), - [sym_labeled_statement] = STATE(56), - [sym_expression_statement] = STATE(56), - [sym_if_statement] = STATE(56), - [sym_switch_statement] = STATE(56), - [sym_case_statement] = STATE(56), - [sym_while_statement] = STATE(56), - [sym_do_statement] = STATE(56), - [sym_for_statement] = STATE(56), - [sym_return_statement] = STATE(56), - [sym_break_statement] = STATE(56), - [sym_continue_statement] = STATE(56), - [sym_goto_statement] = STATE(56), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(56), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(56), - [sym_template_instantiation] = STATE(56), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(56), - [sym_operator_cast_declaration] = STATE(56), - [sym_constructor_or_destructor_definition] = STATE(56), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(56), - [sym_namespace_alias_definition] = STATE(56), - [sym_using_declaration] = STATE(56), - [sym_alias_declaration] = STATE(56), - [sym_static_assert_declaration] = STATE(56), - [sym_concept_definition] = STATE(56), - [sym_for_range_loop] = STATE(56), - [sym_co_return_statement] = STATE(56), - [sym_co_yield_statement] = STATE(56), - [sym_throw_statement] = STATE(56), - [sym_try_statement] = STATE(56), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(56), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(35), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(35), + [sym_labeled_statement] = STATE(35), + [sym_expression_statement] = STATE(35), + [sym_if_statement] = STATE(35), + [sym_switch_statement] = STATE(35), + [sym_case_statement] = STATE(35), + [sym_while_statement] = STATE(35), + [sym_do_statement] = STATE(35), + [sym_for_statement] = STATE(35), + [sym_return_statement] = STATE(35), + [sym_break_statement] = STATE(35), + [sym_continue_statement] = STATE(35), + [sym_goto_statement] = STATE(35), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(35), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(35), + [sym_template_instantiation] = STATE(35), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(35), + [sym_operator_cast_declaration] = STATE(35), + [sym_constructor_or_destructor_definition] = STATE(35), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(35), + [sym_namespace_alias_definition] = STATE(35), + [sym_using_declaration] = STATE(35), + [sym_alias_declaration] = STATE(35), + [sym_static_assert_declaration] = STATE(35), + [sym_concept_definition] = STATE(35), + [sym_for_range_loop] = STATE(35), + [sym_co_return_statement] = STATE(35), + [sym_co_yield_statement] = STATE(35), + [sym_throw_statement] = STATE(35), + [sym_try_statement] = STATE(35), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(35), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -34258,8 +33788,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(736), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(646), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -34340,131 +33870,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [40] = { - [sym_preproc_include] = STATE(32), - [sym_preproc_def] = STATE(32), - [sym_preproc_function_def] = STATE(32), - [sym_preproc_call] = STATE(32), - [sym_preproc_if] = STATE(32), - [sym_preproc_ifdef] = STATE(32), - [sym_function_definition] = STATE(32), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4167), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(3332), + [39] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2054), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5054), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3431), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(32), - [sym_labeled_statement] = STATE(32), - [sym_expression_statement] = STATE(32), - [sym_if_statement] = STATE(32), - [sym_switch_statement] = STATE(32), - [sym_case_statement] = STATE(32), - [sym_while_statement] = STATE(32), - [sym_do_statement] = STATE(32), - [sym_for_statement] = STATE(32), - [sym_return_statement] = STATE(32), - [sym_break_statement] = STATE(32), - [sym_continue_statement] = STATE(32), - [sym_goto_statement] = STATE(32), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(32), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1887), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(32), - [sym_template_instantiation] = STATE(32), - [sym_operator_cast] = STATE(5469), - [sym__constructor_specifiers] = STATE(1887), - [sym_operator_cast_definition] = STATE(32), - [sym_operator_cast_declaration] = STATE(32), - [sym_constructor_or_destructor_definition] = STATE(32), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(32), - [sym_namespace_alias_definition] = STATE(32), - [sym_using_declaration] = STATE(32), - [sym_alias_declaration] = STATE(32), - [sym_static_assert_declaration] = STATE(32), - [sym_concept_definition] = STATE(32), - [sym_for_range_loop] = STATE(32), - [sym_co_return_statement] = STATE(32), - [sym_co_yield_statement] = STATE(32), - [sym_throw_statement] = STATE(32), - [sym_try_statement] = STATE(32), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5469), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1887), - [ts_builtin_sym_end] = ACTIONS(738), - [sym_identifier] = ACTIONS(7), - [aux_sym_preproc_include_token1] = ACTIONS(9), - [aux_sym_preproc_def_token1] = ACTIONS(11), - [aux_sym_preproc_if_token1] = ACTIONS(13), - [aux_sym_preproc_ifdef_token1] = ACTIONS(15), - [aux_sym_preproc_ifdef_token2] = ACTIONS(15), - [sym_preproc_directive] = ACTIONS(17), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -34473,9 +34002,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), - [anon_sym_extern] = ACTIONS(37), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(43), @@ -34487,7 +34016,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(648), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -34510,17 +34040,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(71), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -34546,17 +34076,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(115), + [anon_sym_template] = ACTIONS(195), [anon_sym_operator] = ACTIONS(117), - [anon_sym_try] = ACTIONS(119), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_namespace] = ACTIONS(125), - [anon_sym_using] = ACTIONS(127), - [anon_sym_static_assert] = ACTIONS(129), - [anon_sym_concept] = ACTIONS(131), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_namespace] = ACTIONS(201), + [anon_sym_using] = ACTIONS(203), + [anon_sym_static_assert] = ACTIONS(205), + [anon_sym_concept] = ACTIONS(207), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -34568,123 +34098,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [41] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [40] = { + [sym_preproc_include] = STATE(34), + [sym_preproc_def] = STATE(34), + [sym_preproc_function_def] = STATE(34), + [sym_preproc_call] = STATE(34), + [sym_preproc_if] = STATE(34), + [sym_preproc_ifdef] = STATE(34), + [sym_function_definition] = STATE(34), + [sym_declaration] = STATE(34), + [sym_type_definition] = STATE(34), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(34), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(34), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(34), + [sym_labeled_statement] = STATE(34), + [sym_expression_statement] = STATE(34), + [sym_if_statement] = STATE(34), + [sym_switch_statement] = STATE(34), + [sym_case_statement] = STATE(34), + [sym_while_statement] = STATE(34), + [sym_do_statement] = STATE(34), + [sym_for_statement] = STATE(34), + [sym_return_statement] = STATE(34), + [sym_break_statement] = STATE(34), + [sym_continue_statement] = STATE(34), + [sym_goto_statement] = STATE(34), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(34), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(34), + [sym_template_instantiation] = STATE(34), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(34), + [sym_operator_cast_declaration] = STATE(34), + [sym_constructor_or_destructor_definition] = STATE(34), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(34), + [sym_namespace_alias_definition] = STATE(34), + [sym_using_declaration] = STATE(34), + [sym_alias_declaration] = STATE(34), + [sym_static_assert_declaration] = STATE(34), + [sym_concept_definition] = STATE(34), + [sym_for_range_loop] = STATE(34), + [sym_co_return_statement] = STATE(34), + [sym_co_yield_statement] = STATE(34), + [sym_throw_statement] = STATE(34), + [sym_try_statement] = STATE(34), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(34), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -34714,8 +34244,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(740), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(650), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -34796,123 +34326,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [42] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [41] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -34942,8 +34472,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(742), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(652), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -35024,123 +34554,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [43] = { - [sym_preproc_include] = STATE(42), - [sym_preproc_def] = STATE(42), - [sym_preproc_function_def] = STATE(42), - [sym_preproc_call] = STATE(42), - [sym_preproc_if] = STATE(42), - [sym_preproc_ifdef] = STATE(42), - [sym_function_definition] = STATE(42), - [sym_declaration] = STATE(42), - [sym_type_definition] = STATE(42), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(42), - [sym_attribute_specifier] = STATE(3332), + [42] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(42), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(42), - [sym_labeled_statement] = STATE(42), - [sym_expression_statement] = STATE(42), - [sym_if_statement] = STATE(42), - [sym_switch_statement] = STATE(42), - [sym_case_statement] = STATE(42), - [sym_while_statement] = STATE(42), - [sym_do_statement] = STATE(42), - [sym_for_statement] = STATE(42), - [sym_return_statement] = STATE(42), - [sym_break_statement] = STATE(42), - [sym_continue_statement] = STATE(42), - [sym_goto_statement] = STATE(42), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(42), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(42), - [sym_template_instantiation] = STATE(42), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(42), - [sym_operator_cast_declaration] = STATE(42), - [sym_constructor_or_destructor_definition] = STATE(42), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(42), - [sym_namespace_alias_definition] = STATE(42), - [sym_using_declaration] = STATE(42), - [sym_alias_declaration] = STATE(42), - [sym_static_assert_declaration] = STATE(42), - [sym_concept_definition] = STATE(42), - [sym_for_range_loop] = STATE(42), - [sym_co_return_statement] = STATE(42), - [sym_co_yield_statement] = STATE(42), - [sym_throw_statement] = STATE(42), - [sym_try_statement] = STATE(42), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(42), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -35170,8 +34700,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(654), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -35252,123 +34782,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [44] = { - [sym_preproc_include] = STATE(49), - [sym_preproc_def] = STATE(49), - [sym_preproc_function_def] = STATE(49), - [sym_preproc_call] = STATE(49), - [sym_preproc_if] = STATE(49), - [sym_preproc_ifdef] = STATE(49), - [sym_function_definition] = STATE(49), - [sym_declaration] = STATE(49), - [sym_type_definition] = STATE(49), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(49), - [sym_attribute_specifier] = STATE(3332), + [43] = { + [sym_preproc_include] = STATE(46), + [sym_preproc_def] = STATE(46), + [sym_preproc_function_def] = STATE(46), + [sym_preproc_call] = STATE(46), + [sym_preproc_if] = STATE(46), + [sym_preproc_ifdef] = STATE(46), + [sym_function_definition] = STATE(46), + [sym_declaration] = STATE(46), + [sym_type_definition] = STATE(46), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(46), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(49), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(49), - [sym_labeled_statement] = STATE(49), - [sym_expression_statement] = STATE(49), - [sym_if_statement] = STATE(49), - [sym_switch_statement] = STATE(49), - [sym_case_statement] = STATE(49), - [sym_while_statement] = STATE(49), - [sym_do_statement] = STATE(49), - [sym_for_statement] = STATE(49), - [sym_return_statement] = STATE(49), - [sym_break_statement] = STATE(49), - [sym_continue_statement] = STATE(49), - [sym_goto_statement] = STATE(49), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(49), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(49), - [sym_template_instantiation] = STATE(49), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(49), - [sym_operator_cast_declaration] = STATE(49), - [sym_constructor_or_destructor_definition] = STATE(49), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(49), - [sym_namespace_alias_definition] = STATE(49), - [sym_using_declaration] = STATE(49), - [sym_alias_declaration] = STATE(49), - [sym_static_assert_declaration] = STATE(49), - [sym_concept_definition] = STATE(49), - [sym_for_range_loop] = STATE(49), - [sym_co_return_statement] = STATE(49), - [sym_co_yield_statement] = STATE(49), - [sym_throw_statement] = STATE(49), - [sym_try_statement] = STATE(49), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(49), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(46), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(46), + [sym_labeled_statement] = STATE(46), + [sym_expression_statement] = STATE(46), + [sym_if_statement] = STATE(46), + [sym_switch_statement] = STATE(46), + [sym_case_statement] = STATE(46), + [sym_while_statement] = STATE(46), + [sym_do_statement] = STATE(46), + [sym_for_statement] = STATE(46), + [sym_return_statement] = STATE(46), + [sym_break_statement] = STATE(46), + [sym_continue_statement] = STATE(46), + [sym_goto_statement] = STATE(46), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(46), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(46), + [sym_template_instantiation] = STATE(46), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(46), + [sym_operator_cast_declaration] = STATE(46), + [sym_constructor_or_destructor_definition] = STATE(46), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(46), + [sym_namespace_alias_definition] = STATE(46), + [sym_using_declaration] = STATE(46), + [sym_alias_declaration] = STATE(46), + [sym_static_assert_declaration] = STATE(46), + [sym_concept_definition] = STATE(46), + [sym_for_range_loop] = STATE(46), + [sym_co_return_statement] = STATE(46), + [sym_co_yield_statement] = STATE(46), + [sym_throw_statement] = STATE(46), + [sym_try_statement] = STATE(46), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(46), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -35398,8 +34928,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(746), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(656), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -35480,123 +35010,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [45] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [44] = { + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(42), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(42), + [sym_labeled_statement] = STATE(42), + [sym_expression_statement] = STATE(42), + [sym_if_statement] = STATE(42), + [sym_switch_statement] = STATE(42), + [sym_case_statement] = STATE(42), + [sym_while_statement] = STATE(42), + [sym_do_statement] = STATE(42), + [sym_for_statement] = STATE(42), + [sym_return_statement] = STATE(42), + [sym_break_statement] = STATE(42), + [sym_continue_statement] = STATE(42), + [sym_goto_statement] = STATE(42), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(42), + [sym_co_return_statement] = STATE(42), + [sym_co_yield_statement] = STATE(42), + [sym_throw_statement] = STATE(42), + [sym_try_statement] = STATE(42), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -35626,8 +35156,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(748), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(658), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -35708,123 +35238,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [46] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [45] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -35854,8 +35384,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(750), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(660), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -35936,123 +35466,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [47] = { - [sym_preproc_include] = STATE(65), - [sym_preproc_def] = STATE(65), - [sym_preproc_function_def] = STATE(65), - [sym_preproc_call] = STATE(65), - [sym_preproc_if] = STATE(65), - [sym_preproc_ifdef] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_declaration] = STATE(65), - [sym_type_definition] = STATE(65), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(65), - [sym_attribute_specifier] = STATE(3332), + [46] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(65), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(65), - [sym_labeled_statement] = STATE(65), - [sym_expression_statement] = STATE(65), - [sym_if_statement] = STATE(65), - [sym_switch_statement] = STATE(65), - [sym_case_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_do_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_return_statement] = STATE(65), - [sym_break_statement] = STATE(65), - [sym_continue_statement] = STATE(65), - [sym_goto_statement] = STATE(65), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(65), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(65), - [sym_template_instantiation] = STATE(65), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(65), - [sym_operator_cast_declaration] = STATE(65), - [sym_constructor_or_destructor_definition] = STATE(65), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(65), - [sym_namespace_alias_definition] = STATE(65), - [sym_using_declaration] = STATE(65), - [sym_alias_declaration] = STATE(65), - [sym_static_assert_declaration] = STATE(65), - [sym_concept_definition] = STATE(65), - [sym_for_range_loop] = STATE(65), - [sym_co_return_statement] = STATE(65), - [sym_co_yield_statement] = STATE(65), - [sym_throw_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(65), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -36082,8 +35612,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(662), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -36164,123 +35694,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [48] = { - [sym_preproc_include] = STATE(33), - [sym_preproc_def] = STATE(33), - [sym_preproc_function_def] = STATE(33), - [sym_preproc_call] = STATE(33), - [sym_preproc_if] = STATE(33), - [sym_preproc_ifdef] = STATE(33), - [sym_function_definition] = STATE(33), - [sym_declaration] = STATE(33), - [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(3332), + [47] = { + [sym_preproc_include] = STATE(45), + [sym_preproc_def] = STATE(45), + [sym_preproc_function_def] = STATE(45), + [sym_preproc_call] = STATE(45), + [sym_preproc_if] = STATE(45), + [sym_preproc_ifdef] = STATE(45), + [sym_function_definition] = STATE(45), + [sym_declaration] = STATE(45), + [sym_type_definition] = STATE(45), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(45), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(33), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(33), - [sym_labeled_statement] = STATE(33), - [sym_expression_statement] = STATE(33), - [sym_if_statement] = STATE(33), - [sym_switch_statement] = STATE(33), - [sym_case_statement] = STATE(33), - [sym_while_statement] = STATE(33), - [sym_do_statement] = STATE(33), - [sym_for_statement] = STATE(33), - [sym_return_statement] = STATE(33), - [sym_break_statement] = STATE(33), - [sym_continue_statement] = STATE(33), - [sym_goto_statement] = STATE(33), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(33), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(33), - [sym_template_instantiation] = STATE(33), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(33), - [sym_operator_cast_declaration] = STATE(33), - [sym_constructor_or_destructor_definition] = STATE(33), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(33), - [sym_namespace_alias_definition] = STATE(33), - [sym_using_declaration] = STATE(33), - [sym_alias_declaration] = STATE(33), - [sym_static_assert_declaration] = STATE(33), - [sym_concept_definition] = STATE(33), - [sym_for_range_loop] = STATE(33), - [sym_co_return_statement] = STATE(33), - [sym_co_yield_statement] = STATE(33), - [sym_throw_statement] = STATE(33), - [sym_try_statement] = STATE(33), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(45), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(45), + [sym_labeled_statement] = STATE(45), + [sym_expression_statement] = STATE(45), + [sym_if_statement] = STATE(45), + [sym_switch_statement] = STATE(45), + [sym_case_statement] = STATE(45), + [sym_while_statement] = STATE(45), + [sym_do_statement] = STATE(45), + [sym_for_statement] = STATE(45), + [sym_return_statement] = STATE(45), + [sym_break_statement] = STATE(45), + [sym_continue_statement] = STATE(45), + [sym_goto_statement] = STATE(45), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(45), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(45), + [sym_template_instantiation] = STATE(45), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(45), + [sym_operator_cast_declaration] = STATE(45), + [sym_constructor_or_destructor_definition] = STATE(45), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(45), + [sym_namespace_alias_definition] = STATE(45), + [sym_using_declaration] = STATE(45), + [sym_alias_declaration] = STATE(45), + [sym_static_assert_declaration] = STATE(45), + [sym_concept_definition] = STATE(45), + [sym_for_range_loop] = STATE(45), + [sym_co_return_statement] = STATE(45), + [sym_co_yield_statement] = STATE(45), + [sym_throw_statement] = STATE(45), + [sym_try_statement] = STATE(45), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(45), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -36310,8 +35840,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(754), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(664), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -36392,123 +35922,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [49] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [48] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -36538,8 +36068,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(756), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(666), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -36620,359 +36150,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [50] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), - [sym_identifier] = ACTIONS(758), - [aux_sym_preproc_include_token1] = ACTIONS(761), - [aux_sym_preproc_def_token1] = ACTIONS(764), - [aux_sym_preproc_if_token1] = ACTIONS(767), - [aux_sym_preproc_ifdef_token1] = ACTIONS(770), - [aux_sym_preproc_ifdef_token2] = ACTIONS(770), - [sym_preproc_directive] = ACTIONS(773), - [anon_sym_LPAREN2] = ACTIONS(347), - [anon_sym_BANG] = ACTIONS(350), - [anon_sym_TILDE] = ACTIONS(353), - [anon_sym_DASH] = ACTIONS(356), - [anon_sym_PLUS] = ACTIONS(356), - [anon_sym_STAR] = ACTIONS(359), - [anon_sym_AMP_AMP] = ACTIONS(362), - [anon_sym_AMP] = ACTIONS(365), - [anon_sym_SEMI] = ACTIONS(776), - [anon_sym_typedef] = ACTIONS(779), - [anon_sym_extern] = ACTIONS(782), - [anon_sym___attribute__] = ACTIONS(377), - [anon_sym_COLON_COLON] = ACTIONS(380), - [anon_sym_LBRACK_LBRACK] = ACTIONS(383), - [anon_sym___declspec] = ACTIONS(386), - [anon_sym___based] = ACTIONS(389), - [anon_sym___cdecl] = ACTIONS(392), - [anon_sym___clrcall] = ACTIONS(392), - [anon_sym___stdcall] = ACTIONS(392), - [anon_sym___fastcall] = ACTIONS(392), - [anon_sym___thiscall] = ACTIONS(392), - [anon_sym___vectorcall] = ACTIONS(392), - [anon_sym_LBRACE] = ACTIONS(785), - [anon_sym_RBRACE] = ACTIONS(632), - [anon_sym_LBRACK] = ACTIONS(398), - [anon_sym_static] = ACTIONS(401), - [anon_sym_register] = ACTIONS(401), - [anon_sym_inline] = ACTIONS(401), - [anon_sym_thread_local] = ACTIONS(401), - [anon_sym_const] = ACTIONS(404), - [anon_sym_volatile] = ACTIONS(404), - [anon_sym_restrict] = ACTIONS(404), - [anon_sym__Atomic] = ACTIONS(404), - [anon_sym_mutable] = ACTIONS(404), - [anon_sym_constexpr] = ACTIONS(404), - [anon_sym_constinit] = ACTIONS(404), - [anon_sym_consteval] = ACTIONS(404), - [anon_sym_signed] = ACTIONS(407), - [anon_sym_unsigned] = ACTIONS(407), - [anon_sym_long] = ACTIONS(407), - [anon_sym_short] = ACTIONS(407), - [sym_primitive_type] = ACTIONS(410), - [anon_sym_enum] = ACTIONS(413), - [anon_sym_class] = ACTIONS(416), - [anon_sym_struct] = ACTIONS(419), - [anon_sym_union] = ACTIONS(422), - [anon_sym_if] = ACTIONS(788), - [anon_sym_switch] = ACTIONS(791), - [anon_sym_case] = ACTIONS(794), - [anon_sym_default] = ACTIONS(797), - [anon_sym_while] = ACTIONS(800), - [anon_sym_do] = ACTIONS(803), - [anon_sym_for] = ACTIONS(806), - [anon_sym_return] = ACTIONS(809), - [anon_sym_break] = ACTIONS(812), - [anon_sym_continue] = ACTIONS(815), - [anon_sym_goto] = ACTIONS(818), - [anon_sym_not] = ACTIONS(356), - [anon_sym_compl] = ACTIONS(356), - [anon_sym_DASH_DASH] = ACTIONS(458), - [anon_sym_PLUS_PLUS] = ACTIONS(458), - [anon_sym_sizeof] = ACTIONS(461), - [sym_number_literal] = ACTIONS(464), - [anon_sym_L_SQUOTE] = ACTIONS(467), - [anon_sym_u_SQUOTE] = ACTIONS(467), - [anon_sym_U_SQUOTE] = ACTIONS(467), - [anon_sym_u8_SQUOTE] = ACTIONS(467), - [anon_sym_SQUOTE] = ACTIONS(467), - [anon_sym_L_DQUOTE] = ACTIONS(470), - [anon_sym_u_DQUOTE] = ACTIONS(470), - [anon_sym_U_DQUOTE] = ACTIONS(470), - [anon_sym_u8_DQUOTE] = ACTIONS(470), - [anon_sym_DQUOTE] = ACTIONS(470), - [sym_true] = ACTIONS(473), - [sym_false] = ACTIONS(473), - [sym_null] = ACTIONS(473), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(476), - [anon_sym_decltype] = ACTIONS(479), - [anon_sym_virtual] = ACTIONS(482), - [anon_sym_explicit] = ACTIONS(485), - [anon_sym_typename] = ACTIONS(488), - [anon_sym_template] = ACTIONS(821), - [anon_sym_operator] = ACTIONS(494), - [anon_sym_try] = ACTIONS(824), - [anon_sym_delete] = ACTIONS(500), - [anon_sym_throw] = ACTIONS(827), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_using] = ACTIONS(833), - [anon_sym_static_assert] = ACTIONS(836), - [anon_sym_concept] = ACTIONS(839), - [anon_sym_co_return] = ACTIONS(842), - [anon_sym_co_yield] = ACTIONS(845), - [anon_sym_R_DQUOTE] = ACTIONS(524), - [anon_sym_LR_DQUOTE] = ACTIONS(524), - [anon_sym_uR_DQUOTE] = ACTIONS(524), - [anon_sym_UR_DQUOTE] = ACTIONS(524), - [anon_sym_u8R_DQUOTE] = ACTIONS(524), - [anon_sym_co_await] = ACTIONS(527), - [anon_sym_new] = ACTIONS(530), - [anon_sym_requires] = ACTIONS(533), - [sym_this] = ACTIONS(473), - [sym_nullptr] = ACTIONS(473), - }, - [51] = { - [sym_preproc_include] = STATE(29), - [sym_preproc_def] = STATE(29), - [sym_preproc_function_def] = STATE(29), - [sym_preproc_call] = STATE(29), - [sym_preproc_if] = STATE(29), - [sym_preproc_ifdef] = STATE(29), - [sym_function_definition] = STATE(29), - [sym_declaration] = STATE(29), - [sym_type_definition] = STATE(29), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4144), - [sym_linkage_specification] = STATE(29), - [sym_attribute_specifier] = STATE(3332), + [49] = { + [sym_preproc_include] = STATE(48), + [sym_preproc_def] = STATE(48), + [sym_preproc_function_def] = STATE(48), + [sym_preproc_call] = STATE(48), + [sym_preproc_if] = STATE(48), + [sym_preproc_ifdef] = STATE(48), + [sym_function_definition] = STATE(48), + [sym_declaration] = STATE(48), + [sym_type_definition] = STATE(48), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(48), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2027), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5087), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(29), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3407), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(29), - [sym_labeled_statement] = STATE(29), - [sym_expression_statement] = STATE(29), - [sym_if_statement] = STATE(29), - [sym_switch_statement] = STATE(29), - [sym_case_statement] = STATE(29), - [sym_while_statement] = STATE(29), - [sym_do_statement] = STATE(29), - [sym_for_statement] = STATE(29), - [sym_return_statement] = STATE(29), - [sym_break_statement] = STATE(29), - [sym_continue_statement] = STATE(29), - [sym_goto_statement] = STATE(29), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(29), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1904), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(29), - [sym_template_instantiation] = STATE(29), - [sym_operator_cast] = STATE(5483), - [sym__constructor_specifiers] = STATE(1904), - [sym_operator_cast_definition] = STATE(29), - [sym_operator_cast_declaration] = STATE(29), - [sym_constructor_or_destructor_definition] = STATE(29), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(29), - [sym_namespace_alias_definition] = STATE(29), - [sym_using_declaration] = STATE(29), - [sym_alias_declaration] = STATE(29), - [sym_static_assert_declaration] = STATE(29), - [sym_concept_definition] = STATE(29), - [sym_for_range_loop] = STATE(29), - [sym_co_return_statement] = STATE(29), - [sym_co_yield_statement] = STATE(29), - [sym_throw_statement] = STATE(29), - [sym_try_statement] = STATE(29), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5483), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(29), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1904), - [sym_identifier] = ACTIONS(848), - [aux_sym_preproc_include_token1] = ACTIONS(850), - [aux_sym_preproc_def_token1] = ACTIONS(852), - [aux_sym_preproc_if_token1] = ACTIONS(854), - [aux_sym_preproc_if_token2] = ACTIONS(856), - [aux_sym_preproc_ifdef_token1] = ACTIONS(858), - [aux_sym_preproc_ifdef_token2] = ACTIONS(858), - [sym_preproc_directive] = ACTIONS(860), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(48), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(48), + [sym_labeled_statement] = STATE(48), + [sym_expression_statement] = STATE(48), + [sym_if_statement] = STATE(48), + [sym_switch_statement] = STATE(48), + [sym_case_statement] = STATE(48), + [sym_while_statement] = STATE(48), + [sym_do_statement] = STATE(48), + [sym_for_statement] = STATE(48), + [sym_return_statement] = STATE(48), + [sym_break_statement] = STATE(48), + [sym_continue_statement] = STATE(48), + [sym_goto_statement] = STATE(48), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(48), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(48), + [sym_template_instantiation] = STATE(48), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(48), + [sym_operator_cast_declaration] = STATE(48), + [sym_constructor_or_destructor_definition] = STATE(48), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(48), + [sym_namespace_alias_definition] = STATE(48), + [sym_using_declaration] = STATE(48), + [sym_alias_declaration] = STATE(48), + [sym_static_assert_declaration] = STATE(48), + [sym_concept_definition] = STATE(48), + [sym_for_range_loop] = STATE(48), + [sym_co_return_statement] = STATE(48), + [sym_co_yield_statement] = STATE(48), + [sym_throw_statement] = STATE(48), + [sym_try_statement] = STATE(48), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(48), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -36981,9 +36282,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(862), - [anon_sym_typedef] = ACTIONS(864), - [anon_sym_extern] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(43), @@ -36995,7 +36296,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(668), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -37018,17 +36320,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -37054,17 +36356,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(892), + [anon_sym_template] = ACTIONS(195), [anon_sym_operator] = ACTIONS(117), - [anon_sym_try] = ACTIONS(894), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_namespace] = ACTIONS(898), - [anon_sym_using] = ACTIONS(900), - [anon_sym_static_assert] = ACTIONS(902), - [anon_sym_concept] = ACTIONS(904), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_namespace] = ACTIONS(201), + [anon_sym_using] = ACTIONS(203), + [anon_sym_static_assert] = ACTIONS(205), + [anon_sym_concept] = ACTIONS(207), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -37076,123 +36378,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [52] = { - [sym_preproc_include] = STATE(31), - [sym_preproc_def] = STATE(31), - [sym_preproc_function_def] = STATE(31), - [sym_preproc_call] = STATE(31), - [sym_preproc_if] = STATE(31), - [sym_preproc_ifdef] = STATE(31), - [sym_function_definition] = STATE(31), - [sym_declaration] = STATE(31), - [sym_type_definition] = STATE(31), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(31), - [sym_attribute_specifier] = STATE(3332), + [50] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(31), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(31), - [sym_labeled_statement] = STATE(31), - [sym_expression_statement] = STATE(31), - [sym_if_statement] = STATE(31), - [sym_switch_statement] = STATE(31), - [sym_case_statement] = STATE(31), - [sym_while_statement] = STATE(31), - [sym_do_statement] = STATE(31), - [sym_for_statement] = STATE(31), - [sym_return_statement] = STATE(31), - [sym_break_statement] = STATE(31), - [sym_continue_statement] = STATE(31), - [sym_goto_statement] = STATE(31), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(31), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(31), - [sym_template_instantiation] = STATE(31), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(31), - [sym_operator_cast_declaration] = STATE(31), - [sym_constructor_or_destructor_definition] = STATE(31), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(31), - [sym_namespace_alias_definition] = STATE(31), - [sym_using_declaration] = STATE(31), - [sym_alias_declaration] = STATE(31), - [sym_static_assert_declaration] = STATE(31), - [sym_concept_definition] = STATE(31), - [sym_for_range_loop] = STATE(31), - [sym_co_return_statement] = STATE(31), - [sym_co_yield_statement] = STATE(31), - [sym_throw_statement] = STATE(31), - [sym_try_statement] = STATE(31), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(31), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -37222,8 +36524,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(670), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -37304,123 +36606,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [53] = { - [sym_preproc_include] = STATE(46), - [sym_preproc_def] = STATE(46), - [sym_preproc_function_def] = STATE(46), - [sym_preproc_call] = STATE(46), - [sym_preproc_if] = STATE(46), - [sym_preproc_ifdef] = STATE(46), - [sym_function_definition] = STATE(46), - [sym_declaration] = STATE(46), - [sym_type_definition] = STATE(46), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(46), - [sym_attribute_specifier] = STATE(3332), + [51] = { + [sym_preproc_include] = STATE(55), + [sym_preproc_def] = STATE(55), + [sym_preproc_function_def] = STATE(55), + [sym_preproc_call] = STATE(55), + [sym_preproc_if] = STATE(55), + [sym_preproc_ifdef] = STATE(55), + [sym_function_definition] = STATE(55), + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(55), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(46), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(46), - [sym_labeled_statement] = STATE(46), - [sym_expression_statement] = STATE(46), - [sym_if_statement] = STATE(46), - [sym_switch_statement] = STATE(46), - [sym_case_statement] = STATE(46), - [sym_while_statement] = STATE(46), - [sym_do_statement] = STATE(46), - [sym_for_statement] = STATE(46), - [sym_return_statement] = STATE(46), - [sym_break_statement] = STATE(46), - [sym_continue_statement] = STATE(46), - [sym_goto_statement] = STATE(46), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(46), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(46), - [sym_template_instantiation] = STATE(46), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(46), - [sym_operator_cast_declaration] = STATE(46), - [sym_constructor_or_destructor_definition] = STATE(46), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(46), - [sym_namespace_alias_definition] = STATE(46), - [sym_using_declaration] = STATE(46), - [sym_alias_declaration] = STATE(46), - [sym_static_assert_declaration] = STATE(46), - [sym_concept_definition] = STATE(46), - [sym_for_range_loop] = STATE(46), - [sym_co_return_statement] = STATE(46), - [sym_co_yield_statement] = STATE(46), - [sym_throw_statement] = STATE(46), - [sym_try_statement] = STATE(46), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(46), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(55), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(55), + [sym_labeled_statement] = STATE(55), + [sym_expression_statement] = STATE(55), + [sym_if_statement] = STATE(55), + [sym_switch_statement] = STATE(55), + [sym_case_statement] = STATE(55), + [sym_while_statement] = STATE(55), + [sym_do_statement] = STATE(55), + [sym_for_statement] = STATE(55), + [sym_return_statement] = STATE(55), + [sym_break_statement] = STATE(55), + [sym_continue_statement] = STATE(55), + [sym_goto_statement] = STATE(55), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(55), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(55), + [sym_template_instantiation] = STATE(55), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(55), + [sym_operator_cast_declaration] = STATE(55), + [sym_constructor_or_destructor_definition] = STATE(55), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(55), + [sym_namespace_alias_definition] = STATE(55), + [sym_using_declaration] = STATE(55), + [sym_alias_declaration] = STATE(55), + [sym_static_assert_declaration] = STATE(55), + [sym_concept_definition] = STATE(55), + [sym_for_range_loop] = STATE(55), + [sym_co_return_statement] = STATE(55), + [sym_co_yield_statement] = STATE(55), + [sym_throw_statement] = STATE(55), + [sym_try_statement] = STATE(55), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(55), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -37450,8 +36752,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(912), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(672), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -37532,7 +36834,235 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [54] = { + [52] = { + [sym_preproc_include] = STATE(29), + [sym_preproc_def] = STATE(29), + [sym_preproc_function_def] = STATE(29), + [sym_preproc_call] = STATE(29), + [sym_preproc_if] = STATE(29), + [sym_preproc_ifdef] = STATE(29), + [sym_function_definition] = STATE(29), + [sym_declaration] = STATE(29), + [sym_type_definition] = STATE(29), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4177), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(1100), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2117), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4954), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3414), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(29), + [sym_labeled_statement] = STATE(29), + [sym_expression_statement] = STATE(29), + [sym_if_statement] = STATE(29), + [sym_switch_statement] = STATE(29), + [sym_case_statement] = STATE(29), + [sym_while_statement] = STATE(29), + [sym_do_statement] = STATE(29), + [sym_for_statement] = STATE(29), + [sym_return_statement] = STATE(29), + [sym_break_statement] = STATE(29), + [sym_continue_statement] = STATE(29), + [sym_goto_statement] = STATE(29), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(29), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1896), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(5365), + [sym__constructor_specifiers] = STATE(1896), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(29), + [sym_namespace_alias_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = STATE(29), + [sym_concept_definition] = STATE(29), + [sym_for_range_loop] = STATE(29), + [sym_co_return_statement] = STATE(29), + [sym_co_yield_statement] = STATE(29), + [sym_throw_statement] = STATE(29), + [sym_try_statement] = STATE(29), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5365), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1896), + [ts_builtin_sym_end] = ACTIONS(674), + [sym_identifier] = ACTIONS(7), + [aux_sym_preproc_include_token1] = ACTIONS(9), + [aux_sym_preproc_def_token1] = ACTIONS(11), + [aux_sym_preproc_if_token1] = ACTIONS(13), + [aux_sym_preproc_ifdef_token1] = ACTIONS(15), + [aux_sym_preproc_ifdef_token2] = ACTIONS(15), + [sym_preproc_directive] = ACTIONS(17), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(27), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), + [anon_sym_extern] = ACTIONS(37), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(43), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym___cdecl] = ACTIONS(49), + [anon_sym___clrcall] = ACTIONS(49), + [anon_sym___stdcall] = ACTIONS(49), + [anon_sym___fastcall] = ACTIONS(49), + [anon_sym___thiscall] = ACTIONS(49), + [anon_sym___vectorcall] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(53), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(61), + [anon_sym_enum] = ACTIONS(63), + [anon_sym_class] = ACTIONS(65), + [anon_sym_struct] = ACTIONS(67), + [anon_sym_union] = ACTIONS(69), + [anon_sym_if] = ACTIONS(71), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(83), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(105), + [anon_sym_decltype] = ACTIONS(107), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_explicit] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(115), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_try] = ACTIONS(119), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_namespace] = ACTIONS(125), + [anon_sym_using] = ACTIONS(127), + [anon_sym_static_assert] = ACTIONS(129), + [anon_sym_concept] = ACTIONS(131), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [53] = { [sym_preproc_include] = STATE(50), [sym_preproc_def] = STATE(50), [sym_preproc_function_def] = STATE(50), @@ -37542,28 +37072,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(50), [sym_declaration] = STATE(50), [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(50), [sym_labeled_statement] = STATE(50), [sym_expression_statement] = STATE(50), @@ -37577,44 +37107,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(50), [sym_continue_statement] = STATE(50), [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), [sym_template_declaration] = STATE(50), [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), [sym_operator_cast_definition] = STATE(50), [sym_operator_cast_declaration] = STATE(50), [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), [sym_namespace_definition] = STATE(50), [sym_namespace_alias_definition] = STATE(50), [sym_using_declaration] = STATE(50), @@ -37626,29 +37156,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(50), [sym_throw_statement] = STATE(50), [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -37678,8 +37208,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(676), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -37760,123 +37290,351 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, + [54] = { + [sym_preproc_include] = STATE(74), + [sym_preproc_def] = STATE(74), + [sym_preproc_function_def] = STATE(74), + [sym_preproc_call] = STATE(74), + [sym_preproc_if] = STATE(74), + [sym_preproc_ifdef] = STATE(74), + [sym_function_definition] = STATE(74), + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4179), + [sym_linkage_specification] = STATE(74), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(1100), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2128), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5018), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(74), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3392), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(74), + [sym_labeled_statement] = STATE(74), + [sym_expression_statement] = STATE(74), + [sym_if_statement] = STATE(74), + [sym_switch_statement] = STATE(74), + [sym_case_statement] = STATE(74), + [sym_while_statement] = STATE(74), + [sym_do_statement] = STATE(74), + [sym_for_statement] = STATE(74), + [sym_return_statement] = STATE(74), + [sym_break_statement] = STATE(74), + [sym_continue_statement] = STATE(74), + [sym_goto_statement] = STATE(74), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(74), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1903), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(74), + [sym_template_instantiation] = STATE(74), + [sym_operator_cast] = STATE(5343), + [sym__constructor_specifiers] = STATE(1903), + [sym_operator_cast_definition] = STATE(74), + [sym_operator_cast_declaration] = STATE(74), + [sym_constructor_or_destructor_definition] = STATE(74), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(74), + [sym_namespace_alias_definition] = STATE(74), + [sym_using_declaration] = STATE(74), + [sym_alias_declaration] = STATE(74), + [sym_static_assert_declaration] = STATE(74), + [sym_concept_definition] = STATE(74), + [sym_for_range_loop] = STATE(74), + [sym_co_return_statement] = STATE(74), + [sym_co_yield_statement] = STATE(74), + [sym_throw_statement] = STATE(74), + [sym_try_statement] = STATE(74), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5343), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(74), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(678), + [aux_sym_preproc_include_token1] = ACTIONS(680), + [aux_sym_preproc_def_token1] = ACTIONS(682), + [aux_sym_preproc_if_token1] = ACTIONS(684), + [aux_sym_preproc_if_token2] = ACTIONS(686), + [aux_sym_preproc_ifdef_token1] = ACTIONS(688), + [aux_sym_preproc_ifdef_token2] = ACTIONS(688), + [sym_preproc_directive] = ACTIONS(690), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(27), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(692), + [anon_sym_typedef] = ACTIONS(694), + [anon_sym_extern] = ACTIONS(696), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(43), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym___cdecl] = ACTIONS(49), + [anon_sym___clrcall] = ACTIONS(49), + [anon_sym___stdcall] = ACTIONS(49), + [anon_sym___fastcall] = ACTIONS(49), + [anon_sym___thiscall] = ACTIONS(49), + [anon_sym___vectorcall] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(53), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(61), + [anon_sym_enum] = ACTIONS(63), + [anon_sym_class] = ACTIONS(65), + [anon_sym_struct] = ACTIONS(67), + [anon_sym_union] = ACTIONS(69), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(105), + [anon_sym_decltype] = ACTIONS(107), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_explicit] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(722), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_try] = ACTIONS(724), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_namespace] = ACTIONS(728), + [anon_sym_using] = ACTIONS(730), + [anon_sym_static_assert] = ACTIONS(732), + [anon_sym_concept] = ACTIONS(734), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, [55] = { - [sym_preproc_include] = STATE(63), - [sym_preproc_def] = STATE(63), - [sym_preproc_function_def] = STATE(63), - [sym_preproc_call] = STATE(63), - [sym_preproc_if] = STATE(63), - [sym_preproc_ifdef] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(63), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(63), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(63), - [sym_labeled_statement] = STATE(63), - [sym_expression_statement] = STATE(63), - [sym_if_statement] = STATE(63), - [sym_switch_statement] = STATE(63), - [sym_case_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_do_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_return_statement] = STATE(63), - [sym_break_statement] = STATE(63), - [sym_continue_statement] = STATE(63), - [sym_goto_statement] = STATE(63), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(63), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(63), - [sym_template_instantiation] = STATE(63), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(63), - [sym_operator_cast_declaration] = STATE(63), - [sym_constructor_or_destructor_definition] = STATE(63), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(63), - [sym_namespace_alias_definition] = STATE(63), - [sym_using_declaration] = STATE(63), - [sym_alias_declaration] = STATE(63), - [sym_static_assert_declaration] = STATE(63), - [sym_concept_definition] = STATE(63), - [sym_for_range_loop] = STATE(63), - [sym_co_return_statement] = STATE(63), - [sym_co_yield_statement] = STATE(63), - [sym_throw_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(63), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -37906,8 +37664,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(740), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -37989,122 +37747,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [56] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -38134,8 +37892,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(742), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -38217,122 +37975,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [57] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -38362,8 +38120,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(920), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(744), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -38445,122 +38203,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [58] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(56), + [sym_preproc_def] = STATE(56), + [sym_preproc_function_def] = STATE(56), + [sym_preproc_call] = STATE(56), + [sym_preproc_if] = STATE(56), + [sym_preproc_ifdef] = STATE(56), + [sym_function_definition] = STATE(56), + [sym_declaration] = STATE(56), + [sym_type_definition] = STATE(56), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(56), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(56), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(56), + [sym_labeled_statement] = STATE(56), + [sym_expression_statement] = STATE(56), + [sym_if_statement] = STATE(56), + [sym_switch_statement] = STATE(56), + [sym_case_statement] = STATE(56), + [sym_while_statement] = STATE(56), + [sym_do_statement] = STATE(56), + [sym_for_statement] = STATE(56), + [sym_return_statement] = STATE(56), + [sym_break_statement] = STATE(56), + [sym_continue_statement] = STATE(56), + [sym_goto_statement] = STATE(56), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(56), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(56), + [sym_template_instantiation] = STATE(56), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(56), + [sym_operator_cast_declaration] = STATE(56), + [sym_constructor_or_destructor_definition] = STATE(56), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(56), + [sym_namespace_alias_definition] = STATE(56), + [sym_using_declaration] = STATE(56), + [sym_alias_declaration] = STATE(56), + [sym_static_assert_declaration] = STATE(56), + [sym_concept_definition] = STATE(56), + [sym_for_range_loop] = STATE(56), + [sym_co_return_statement] = STATE(56), + [sym_co_yield_statement] = STATE(56), + [sym_throw_statement] = STATE(56), + [sym_try_statement] = STATE(56), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(56), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -38590,8 +38348,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(922), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(746), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -38682,28 +38440,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(57), [sym_declaration] = STATE(57), [sym_type_definition] = STATE(57), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), [sym_linkage_specification] = STATE(57), - [sym_attribute_specifier] = STATE(3332), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), [sym_compound_statement] = STATE(57), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(57), [sym_labeled_statement] = STATE(57), [sym_expression_statement] = STATE(57), @@ -38717,44 +38475,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(57), [sym_continue_statement] = STATE(57), [sym_goto_statement] = STATE(57), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), [sym__empty_declaration] = STATE(57), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), [sym_template_declaration] = STATE(57), [sym_template_instantiation] = STATE(57), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), [sym_operator_cast_definition] = STATE(57), [sym_operator_cast_declaration] = STATE(57), [sym_constructor_or_destructor_definition] = STATE(57), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), [sym_namespace_definition] = STATE(57), [sym_namespace_alias_definition] = STATE(57), [sym_using_declaration] = STATE(57), @@ -38766,29 +38524,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(57), [sym_throw_statement] = STATE(57), [sym_try_statement] = STATE(57), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), [aux_sym_translation_unit_repeat1] = STATE(57), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -38818,8 +38576,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(748), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -38901,122 +38659,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [60] = { - [sym_preproc_include] = STATE(61), - [sym_preproc_def] = STATE(61), - [sym_preproc_function_def] = STATE(61), - [sym_preproc_call] = STATE(61), - [sym_preproc_if] = STATE(61), - [sym_preproc_ifdef] = STATE(61), - [sym_function_definition] = STATE(61), - [sym_declaration] = STATE(61), - [sym_type_definition] = STATE(61), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(61), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(61), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(61), - [sym_labeled_statement] = STATE(61), - [sym_expression_statement] = STATE(61), - [sym_if_statement] = STATE(61), - [sym_switch_statement] = STATE(61), - [sym_case_statement] = STATE(61), - [sym_while_statement] = STATE(61), - [sym_do_statement] = STATE(61), - [sym_for_statement] = STATE(61), - [sym_return_statement] = STATE(61), - [sym_break_statement] = STATE(61), - [sym_continue_statement] = STATE(61), - [sym_goto_statement] = STATE(61), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(61), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(61), - [sym_template_instantiation] = STATE(61), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(61), - [sym_operator_cast_declaration] = STATE(61), - [sym_constructor_or_destructor_definition] = STATE(61), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(61), - [sym_namespace_alias_definition] = STATE(61), - [sym_using_declaration] = STATE(61), - [sym_alias_declaration] = STATE(61), - [sym_static_assert_declaration] = STATE(61), - [sym_concept_definition] = STATE(61), - [sym_for_range_loop] = STATE(61), - [sym_co_return_statement] = STATE(61), - [sym_co_yield_statement] = STATE(61), - [sym_throw_statement] = STATE(61), - [sym_try_statement] = STATE(61), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(61), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -39046,8 +38804,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(750), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -39129,122 +38887,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [61] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(60), + [sym_preproc_def] = STATE(60), + [sym_preproc_function_def] = STATE(60), + [sym_preproc_call] = STATE(60), + [sym_preproc_if] = STATE(60), + [sym_preproc_ifdef] = STATE(60), + [sym_function_definition] = STATE(60), + [sym_declaration] = STATE(60), + [sym_type_definition] = STATE(60), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(60), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(60), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(60), + [sym_labeled_statement] = STATE(60), + [sym_expression_statement] = STATE(60), + [sym_if_statement] = STATE(60), + [sym_switch_statement] = STATE(60), + [sym_case_statement] = STATE(60), + [sym_while_statement] = STATE(60), + [sym_do_statement] = STATE(60), + [sym_for_statement] = STATE(60), + [sym_return_statement] = STATE(60), + [sym_break_statement] = STATE(60), + [sym_continue_statement] = STATE(60), + [sym_goto_statement] = STATE(60), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(60), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(60), + [sym_template_instantiation] = STATE(60), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(60), + [sym_operator_cast_declaration] = STATE(60), + [sym_constructor_or_destructor_definition] = STATE(60), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(60), + [sym_namespace_alias_definition] = STATE(60), + [sym_using_declaration] = STATE(60), + [sym_alias_declaration] = STATE(60), + [sym_static_assert_declaration] = STATE(60), + [sym_concept_definition] = STATE(60), + [sym_for_range_loop] = STATE(60), + [sym_co_return_statement] = STATE(60), + [sym_co_yield_statement] = STATE(60), + [sym_throw_statement] = STATE(60), + [sym_try_statement] = STATE(60), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(60), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -39274,8 +39032,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(928), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(752), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -39357,122 +39115,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [62] = { - [sym_preproc_include] = STATE(54), - [sym_preproc_def] = STATE(54), - [sym_preproc_function_def] = STATE(54), - [sym_preproc_call] = STATE(54), - [sym_preproc_if] = STATE(54), - [sym_preproc_ifdef] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_declaration] = STATE(54), - [sym_type_definition] = STATE(54), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(54), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(54), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(54), - [sym_labeled_statement] = STATE(54), - [sym_expression_statement] = STATE(54), - [sym_if_statement] = STATE(54), - [sym_switch_statement] = STATE(54), - [sym_case_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_do_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_return_statement] = STATE(54), - [sym_break_statement] = STATE(54), - [sym_continue_statement] = STATE(54), - [sym_goto_statement] = STATE(54), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(54), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(54), - [sym_template_instantiation] = STATE(54), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(54), - [sym_operator_cast_declaration] = STATE(54), - [sym_constructor_or_destructor_definition] = STATE(54), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(54), - [sym_namespace_alias_definition] = STATE(54), - [sym_using_declaration] = STATE(54), - [sym_alias_declaration] = STATE(54), - [sym_static_assert_declaration] = STATE(54), - [sym_concept_definition] = STATE(54), - [sym_for_range_loop] = STATE(54), - [sym_co_return_statement] = STATE(54), - [sym_co_yield_statement] = STATE(54), - [sym_throw_statement] = STATE(54), - [sym_try_statement] = STATE(54), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(54), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -39502,8 +39260,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(930), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(754), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -39585,122 +39343,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [63] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(62), + [sym_preproc_def] = STATE(62), + [sym_preproc_function_def] = STATE(62), + [sym_preproc_call] = STATE(62), + [sym_preproc_if] = STATE(62), + [sym_preproc_ifdef] = STATE(62), + [sym_function_definition] = STATE(62), + [sym_declaration] = STATE(62), + [sym_type_definition] = STATE(62), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(62), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(62), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(62), + [sym_labeled_statement] = STATE(62), + [sym_expression_statement] = STATE(62), + [sym_if_statement] = STATE(62), + [sym_switch_statement] = STATE(62), + [sym_case_statement] = STATE(62), + [sym_while_statement] = STATE(62), + [sym_do_statement] = STATE(62), + [sym_for_statement] = STATE(62), + [sym_return_statement] = STATE(62), + [sym_break_statement] = STATE(62), + [sym_continue_statement] = STATE(62), + [sym_goto_statement] = STATE(62), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(62), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(62), + [sym_template_instantiation] = STATE(62), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(62), + [sym_operator_cast_declaration] = STATE(62), + [sym_constructor_or_destructor_definition] = STATE(62), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(62), + [sym_namespace_alias_definition] = STATE(62), + [sym_using_declaration] = STATE(62), + [sym_alias_declaration] = STATE(62), + [sym_static_assert_declaration] = STATE(62), + [sym_concept_definition] = STATE(62), + [sym_for_range_loop] = STATE(62), + [sym_co_return_statement] = STATE(62), + [sym_co_yield_statement] = STATE(62), + [sym_throw_statement] = STATE(62), + [sym_try_statement] = STATE(62), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(62), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -39730,8 +39488,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(756), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -39813,122 +39571,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [64] = { - [sym_preproc_include] = STATE(30), - [sym_preproc_def] = STATE(30), - [sym_preproc_function_def] = STATE(30), - [sym_preproc_call] = STATE(30), - [sym_preproc_if] = STATE(30), - [sym_preproc_ifdef] = STATE(30), - [sym_function_definition] = STATE(30), - [sym_declaration] = STATE(30), - [sym_type_definition] = STATE(30), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(30), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(66), + [sym_preproc_def] = STATE(66), + [sym_preproc_function_def] = STATE(66), + [sym_preproc_call] = STATE(66), + [sym_preproc_if] = STATE(66), + [sym_preproc_ifdef] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_declaration] = STATE(66), + [sym_type_definition] = STATE(66), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(66), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(30), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(30), - [sym_labeled_statement] = STATE(30), - [sym_expression_statement] = STATE(30), - [sym_if_statement] = STATE(30), - [sym_switch_statement] = STATE(30), - [sym_case_statement] = STATE(30), - [sym_while_statement] = STATE(30), - [sym_do_statement] = STATE(30), - [sym_for_statement] = STATE(30), - [sym_return_statement] = STATE(30), - [sym_break_statement] = STATE(30), - [sym_continue_statement] = STATE(30), - [sym_goto_statement] = STATE(30), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(30), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(30), - [sym_template_instantiation] = STATE(30), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(30), - [sym_operator_cast_declaration] = STATE(30), - [sym_constructor_or_destructor_definition] = STATE(30), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(30), - [sym_namespace_alias_definition] = STATE(30), - [sym_using_declaration] = STATE(30), - [sym_alias_declaration] = STATE(30), - [sym_static_assert_declaration] = STATE(30), - [sym_concept_definition] = STATE(30), - [sym_for_range_loop] = STATE(30), - [sym_co_return_statement] = STATE(30), - [sym_co_yield_statement] = STATE(30), - [sym_throw_statement] = STATE(30), - [sym_try_statement] = STATE(30), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(30), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(66), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(66), + [sym_labeled_statement] = STATE(66), + [sym_expression_statement] = STATE(66), + [sym_if_statement] = STATE(66), + [sym_switch_statement] = STATE(66), + [sym_case_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_do_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_return_statement] = STATE(66), + [sym_break_statement] = STATE(66), + [sym_continue_statement] = STATE(66), + [sym_goto_statement] = STATE(66), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(66), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(66), + [sym_template_instantiation] = STATE(66), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(66), + [sym_operator_cast_declaration] = STATE(66), + [sym_constructor_or_destructor_definition] = STATE(66), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(66), + [sym_namespace_alias_definition] = STATE(66), + [sym_using_declaration] = STATE(66), + [sym_alias_declaration] = STATE(66), + [sym_static_assert_declaration] = STATE(66), + [sym_concept_definition] = STATE(66), + [sym_for_range_loop] = STATE(66), + [sym_co_return_statement] = STATE(66), + [sym_co_yield_statement] = STATE(66), + [sym_throw_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(66), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -39958,8 +39716,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(758), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -40041,122 +39799,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [65] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -40186,8 +39944,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(936), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -40269,122 +40027,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [66] = { - [sym_preproc_include] = STATE(58), - [sym_preproc_def] = STATE(58), - [sym_preproc_function_def] = STATE(58), - [sym_preproc_call] = STATE(58), - [sym_preproc_if] = STATE(58), - [sym_preproc_ifdef] = STATE(58), - [sym_function_definition] = STATE(58), - [sym_declaration] = STATE(58), - [sym_type_definition] = STATE(58), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(58), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(58), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(58), - [sym_labeled_statement] = STATE(58), - [sym_expression_statement] = STATE(58), - [sym_if_statement] = STATE(58), - [sym_switch_statement] = STATE(58), - [sym_case_statement] = STATE(58), - [sym_while_statement] = STATE(58), - [sym_do_statement] = STATE(58), - [sym_for_statement] = STATE(58), - [sym_return_statement] = STATE(58), - [sym_break_statement] = STATE(58), - [sym_continue_statement] = STATE(58), - [sym_goto_statement] = STATE(58), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(58), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(58), - [sym_template_instantiation] = STATE(58), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(58), - [sym_operator_cast_declaration] = STATE(58), - [sym_constructor_or_destructor_definition] = STATE(58), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(58), - [sym_namespace_alias_definition] = STATE(58), - [sym_using_declaration] = STATE(58), - [sym_alias_declaration] = STATE(58), - [sym_static_assert_declaration] = STATE(58), - [sym_concept_definition] = STATE(58), - [sym_for_range_loop] = STATE(58), - [sym_co_return_statement] = STATE(58), - [sym_co_yield_statement] = STATE(58), - [sym_throw_statement] = STATE(58), - [sym_try_statement] = STATE(58), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(58), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -40414,8 +40172,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(938), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(762), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -40497,130 +40255,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [67] = { - [sym_preproc_include] = STATE(51), - [sym_preproc_def] = STATE(51), - [sym_preproc_function_def] = STATE(51), - [sym_preproc_call] = STATE(51), - [sym_preproc_if] = STATE(51), - [sym_preproc_ifdef] = STATE(51), - [sym_function_definition] = STATE(51), - [sym_declaration] = STATE(51), - [sym_type_definition] = STATE(51), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4144), - [sym_linkage_specification] = STATE(51), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(30), + [sym_preproc_def] = STATE(30), + [sym_preproc_function_def] = STATE(30), + [sym_preproc_call] = STATE(30), + [sym_preproc_if] = STATE(30), + [sym_preproc_ifdef] = STATE(30), + [sym_function_definition] = STATE(30), + [sym_declaration] = STATE(30), + [sym_type_definition] = STATE(30), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(30), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2027), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5087), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(51), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3407), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(51), - [sym_labeled_statement] = STATE(51), - [sym_expression_statement] = STATE(51), - [sym_if_statement] = STATE(51), - [sym_switch_statement] = STATE(51), - [sym_case_statement] = STATE(51), - [sym_while_statement] = STATE(51), - [sym_do_statement] = STATE(51), - [sym_for_statement] = STATE(51), - [sym_return_statement] = STATE(51), - [sym_break_statement] = STATE(51), - [sym_continue_statement] = STATE(51), - [sym_goto_statement] = STATE(51), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(51), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1904), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(51), - [sym_template_instantiation] = STATE(51), - [sym_operator_cast] = STATE(5483), - [sym__constructor_specifiers] = STATE(1904), - [sym_operator_cast_definition] = STATE(51), - [sym_operator_cast_declaration] = STATE(51), - [sym_constructor_or_destructor_definition] = STATE(51), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(51), - [sym_namespace_alias_definition] = STATE(51), - [sym_using_declaration] = STATE(51), - [sym_alias_declaration] = STATE(51), - [sym_static_assert_declaration] = STATE(51), - [sym_concept_definition] = STATE(51), - [sym_for_range_loop] = STATE(51), - [sym_co_return_statement] = STATE(51), - [sym_co_yield_statement] = STATE(51), - [sym_throw_statement] = STATE(51), - [sym_try_statement] = STATE(51), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5483), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(51), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1904), - [sym_identifier] = ACTIONS(848), - [aux_sym_preproc_include_token1] = ACTIONS(850), - [aux_sym_preproc_def_token1] = ACTIONS(852), - [aux_sym_preproc_if_token1] = ACTIONS(854), - [aux_sym_preproc_if_token2] = ACTIONS(940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(858), - [aux_sym_preproc_ifdef_token2] = ACTIONS(858), - [sym_preproc_directive] = ACTIONS(860), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(30), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(30), + [sym_labeled_statement] = STATE(30), + [sym_expression_statement] = STATE(30), + [sym_if_statement] = STATE(30), + [sym_switch_statement] = STATE(30), + [sym_case_statement] = STATE(30), + [sym_while_statement] = STATE(30), + [sym_do_statement] = STATE(30), + [sym_for_statement] = STATE(30), + [sym_return_statement] = STATE(30), + [sym_break_statement] = STATE(30), + [sym_continue_statement] = STATE(30), + [sym_goto_statement] = STATE(30), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(30), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(30), + [sym_template_instantiation] = STATE(30), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(30), + [sym_operator_cast_declaration] = STATE(30), + [sym_constructor_or_destructor_definition] = STATE(30), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(30), + [sym_namespace_alias_definition] = STATE(30), + [sym_using_declaration] = STATE(30), + [sym_alias_declaration] = STATE(30), + [sym_static_assert_declaration] = STATE(30), + [sym_concept_definition] = STATE(30), + [sym_for_range_loop] = STATE(30), + [sym_co_return_statement] = STATE(30), + [sym_co_yield_statement] = STATE(30), + [sym_throw_statement] = STATE(30), + [sym_try_statement] = STATE(30), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(30), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -40629,9 +40386,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(862), - [anon_sym_typedef] = ACTIONS(864), - [anon_sym_extern] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(43), @@ -40643,7 +40400,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(764), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -40666,17 +40424,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -40702,17 +40460,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(892), + [anon_sym_template] = ACTIONS(195), [anon_sym_operator] = ACTIONS(117), - [anon_sym_try] = ACTIONS(894), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_namespace] = ACTIONS(898), - [anon_sym_using] = ACTIONS(900), - [anon_sym_static_assert] = ACTIONS(902), - [anon_sym_concept] = ACTIONS(904), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_namespace] = ACTIONS(201), + [anon_sym_using] = ACTIONS(203), + [anon_sym_static_assert] = ACTIONS(205), + [anon_sym_concept] = ACTIONS(207), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -40725,122 +40483,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [68] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(71), + [sym_preproc_def] = STATE(71), + [sym_preproc_function_def] = STATE(71), + [sym_preproc_call] = STATE(71), + [sym_preproc_if] = STATE(71), + [sym_preproc_ifdef] = STATE(71), + [sym_function_definition] = STATE(71), + [sym_declaration] = STATE(71), + [sym_type_definition] = STATE(71), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(71), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(71), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(71), + [sym_labeled_statement] = STATE(71), + [sym_expression_statement] = STATE(71), + [sym_if_statement] = STATE(71), + [sym_switch_statement] = STATE(71), + [sym_case_statement] = STATE(71), + [sym_while_statement] = STATE(71), + [sym_do_statement] = STATE(71), + [sym_for_statement] = STATE(71), + [sym_return_statement] = STATE(71), + [sym_break_statement] = STATE(71), + [sym_continue_statement] = STATE(71), + [sym_goto_statement] = STATE(71), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(71), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(71), + [sym_template_instantiation] = STATE(71), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(71), + [sym_operator_cast_declaration] = STATE(71), + [sym_constructor_or_destructor_definition] = STATE(71), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(71), + [sym_namespace_alias_definition] = STATE(71), + [sym_using_declaration] = STATE(71), + [sym_alias_declaration] = STATE(71), + [sym_static_assert_declaration] = STATE(71), + [sym_concept_definition] = STATE(71), + [sym_for_range_loop] = STATE(71), + [sym_co_return_statement] = STATE(71), + [sym_co_yield_statement] = STATE(71), + [sym_throw_statement] = STATE(71), + [sym_try_statement] = STATE(71), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(71), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -40870,8 +40628,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(942), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(766), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -40953,129 +40711,358 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [69] = { - [sym_preproc_include] = STATE(68), - [sym_preproc_def] = STATE(68), - [sym_preproc_function_def] = STATE(68), - [sym_preproc_call] = STATE(68), - [sym_preproc_if] = STATE(68), - [sym_preproc_ifdef] = STATE(68), - [sym_function_definition] = STATE(68), - [sym_declaration] = STATE(68), - [sym_type_definition] = STATE(68), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(68), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(68), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(68), - [sym_labeled_statement] = STATE(68), - [sym_expression_statement] = STATE(68), - [sym_if_statement] = STATE(68), - [sym_switch_statement] = STATE(68), - [sym_case_statement] = STATE(68), - [sym_while_statement] = STATE(68), - [sym_do_statement] = STATE(68), - [sym_for_statement] = STATE(68), - [sym_return_statement] = STATE(68), - [sym_break_statement] = STATE(68), - [sym_continue_statement] = STATE(68), - [sym_goto_statement] = STATE(68), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(68), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(68), - [sym_template_instantiation] = STATE(68), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(68), - [sym_operator_cast_declaration] = STATE(68), - [sym_constructor_or_destructor_definition] = STATE(68), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(68), - [sym_namespace_alias_definition] = STATE(68), - [sym_using_declaration] = STATE(68), - [sym_alias_declaration] = STATE(68), - [sym_static_assert_declaration] = STATE(68), - [sym_concept_definition] = STATE(68), - [sym_for_range_loop] = STATE(68), - [sym_co_return_statement] = STATE(68), - [sym_co_yield_statement] = STATE(68), - [sym_throw_statement] = STATE(68), - [sym_try_statement] = STATE(68), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(68), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), - [sym_identifier] = ACTIONS(145), - [aux_sym_preproc_include_token1] = ACTIONS(147), - [aux_sym_preproc_def_token1] = ACTIONS(149), - [aux_sym_preproc_if_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token1] = ACTIONS(155), - [aux_sym_preproc_ifdef_token2] = ACTIONS(155), - [sym_preproc_directive] = ACTIONS(157), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(768), + [aux_sym_preproc_include_token1] = ACTIONS(771), + [aux_sym_preproc_def_token1] = ACTIONS(774), + [aux_sym_preproc_if_token1] = ACTIONS(777), + [aux_sym_preproc_ifdef_token1] = ACTIONS(780), + [aux_sym_preproc_ifdef_token2] = ACTIONS(780), + [sym_preproc_directive] = ACTIONS(783), + [anon_sym_LPAREN2] = ACTIONS(347), + [anon_sym_BANG] = ACTIONS(350), + [anon_sym_TILDE] = ACTIONS(353), + [anon_sym_DASH] = ACTIONS(356), + [anon_sym_PLUS] = ACTIONS(356), + [anon_sym_STAR] = ACTIONS(359), + [anon_sym_AMP_AMP] = ACTIONS(362), + [anon_sym_AMP] = ACTIONS(365), + [anon_sym_SEMI] = ACTIONS(786), + [anon_sym_typedef] = ACTIONS(789), + [anon_sym_extern] = ACTIONS(792), + [anon_sym___attribute__] = ACTIONS(377), + [anon_sym_COLON_COLON] = ACTIONS(380), + [anon_sym_LBRACK_LBRACK] = ACTIONS(383), + [anon_sym___declspec] = ACTIONS(386), + [anon_sym___based] = ACTIONS(389), + [anon_sym___cdecl] = ACTIONS(392), + [anon_sym___clrcall] = ACTIONS(392), + [anon_sym___stdcall] = ACTIONS(392), + [anon_sym___fastcall] = ACTIONS(392), + [anon_sym___thiscall] = ACTIONS(392), + [anon_sym___vectorcall] = ACTIONS(392), + [anon_sym_LBRACE] = ACTIONS(795), + [anon_sym_RBRACE] = ACTIONS(536), + [anon_sym_LBRACK] = ACTIONS(398), + [anon_sym_static] = ACTIONS(401), + [anon_sym_register] = ACTIONS(401), + [anon_sym_inline] = ACTIONS(401), + [anon_sym_thread_local] = ACTIONS(401), + [anon_sym_const] = ACTIONS(404), + [anon_sym_volatile] = ACTIONS(404), + [anon_sym_restrict] = ACTIONS(404), + [anon_sym__Atomic] = ACTIONS(404), + [anon_sym_mutable] = ACTIONS(404), + [anon_sym_constexpr] = ACTIONS(404), + [anon_sym_constinit] = ACTIONS(404), + [anon_sym_consteval] = ACTIONS(404), + [anon_sym_signed] = ACTIONS(407), + [anon_sym_unsigned] = ACTIONS(407), + [anon_sym_long] = ACTIONS(407), + [anon_sym_short] = ACTIONS(407), + [sym_primitive_type] = ACTIONS(410), + [anon_sym_enum] = ACTIONS(413), + [anon_sym_class] = ACTIONS(416), + [anon_sym_struct] = ACTIONS(419), + [anon_sym_union] = ACTIONS(422), + [anon_sym_if] = ACTIONS(798), + [anon_sym_switch] = ACTIONS(801), + [anon_sym_case] = ACTIONS(804), + [anon_sym_default] = ACTIONS(807), + [anon_sym_while] = ACTIONS(810), + [anon_sym_do] = ACTIONS(813), + [anon_sym_for] = ACTIONS(816), + [anon_sym_return] = ACTIONS(819), + [anon_sym_break] = ACTIONS(822), + [anon_sym_continue] = ACTIONS(825), + [anon_sym_goto] = ACTIONS(828), + [anon_sym_not] = ACTIONS(356), + [anon_sym_compl] = ACTIONS(356), + [anon_sym_DASH_DASH] = ACTIONS(458), + [anon_sym_PLUS_PLUS] = ACTIONS(458), + [anon_sym_sizeof] = ACTIONS(461), + [sym_number_literal] = ACTIONS(464), + [anon_sym_L_SQUOTE] = ACTIONS(467), + [anon_sym_u_SQUOTE] = ACTIONS(467), + [anon_sym_U_SQUOTE] = ACTIONS(467), + [anon_sym_u8_SQUOTE] = ACTIONS(467), + [anon_sym_SQUOTE] = ACTIONS(467), + [anon_sym_L_DQUOTE] = ACTIONS(470), + [anon_sym_u_DQUOTE] = ACTIONS(470), + [anon_sym_U_DQUOTE] = ACTIONS(470), + [anon_sym_u8_DQUOTE] = ACTIONS(470), + [anon_sym_DQUOTE] = ACTIONS(470), + [sym_true] = ACTIONS(473), + [sym_false] = ACTIONS(473), + [sym_null] = ACTIONS(473), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(476), + [anon_sym_decltype] = ACTIONS(479), + [anon_sym_virtual] = ACTIONS(482), + [anon_sym_explicit] = ACTIONS(485), + [anon_sym_typename] = ACTIONS(488), + [anon_sym_template] = ACTIONS(831), + [anon_sym_operator] = ACTIONS(494), + [anon_sym_try] = ACTIONS(834), + [anon_sym_delete] = ACTIONS(500), + [anon_sym_throw] = ACTIONS(837), + [anon_sym_namespace] = ACTIONS(840), + [anon_sym_using] = ACTIONS(843), + [anon_sym_static_assert] = ACTIONS(846), + [anon_sym_concept] = ACTIONS(849), + [anon_sym_co_return] = ACTIONS(852), + [anon_sym_co_yield] = ACTIONS(855), + [anon_sym_R_DQUOTE] = ACTIONS(524), + [anon_sym_LR_DQUOTE] = ACTIONS(524), + [anon_sym_uR_DQUOTE] = ACTIONS(524), + [anon_sym_UR_DQUOTE] = ACTIONS(524), + [anon_sym_u8R_DQUOTE] = ACTIONS(524), + [anon_sym_co_await] = ACTIONS(527), + [anon_sym_new] = ACTIONS(530), + [anon_sym_requires] = ACTIONS(533), + [sym_this] = ACTIONS(473), + [sym_nullptr] = ACTIONS(473), + }, + [70] = { + [sym_preproc_include] = STATE(54), + [sym_preproc_def] = STATE(54), + [sym_preproc_function_def] = STATE(54), + [sym_preproc_call] = STATE(54), + [sym_preproc_if] = STATE(54), + [sym_preproc_ifdef] = STATE(54), + [sym_function_definition] = STATE(54), + [sym_declaration] = STATE(54), + [sym_type_definition] = STATE(54), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4179), + [sym_linkage_specification] = STATE(54), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(1100), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2128), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5018), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(54), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3392), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(54), + [sym_labeled_statement] = STATE(54), + [sym_expression_statement] = STATE(54), + [sym_if_statement] = STATE(54), + [sym_switch_statement] = STATE(54), + [sym_case_statement] = STATE(54), + [sym_while_statement] = STATE(54), + [sym_do_statement] = STATE(54), + [sym_for_statement] = STATE(54), + [sym_return_statement] = STATE(54), + [sym_break_statement] = STATE(54), + [sym_continue_statement] = STATE(54), + [sym_goto_statement] = STATE(54), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(54), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1903), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(54), + [sym_template_instantiation] = STATE(54), + [sym_operator_cast] = STATE(5343), + [sym__constructor_specifiers] = STATE(1903), + [sym_operator_cast_definition] = STATE(54), + [sym_operator_cast_declaration] = STATE(54), + [sym_constructor_or_destructor_definition] = STATE(54), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(54), + [sym_namespace_alias_definition] = STATE(54), + [sym_using_declaration] = STATE(54), + [sym_alias_declaration] = STATE(54), + [sym_static_assert_declaration] = STATE(54), + [sym_concept_definition] = STATE(54), + [sym_for_range_loop] = STATE(54), + [sym_co_return_statement] = STATE(54), + [sym_co_yield_statement] = STATE(54), + [sym_throw_statement] = STATE(54), + [sym_try_statement] = STATE(54), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5343), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(54), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(678), + [aux_sym_preproc_include_token1] = ACTIONS(680), + [aux_sym_preproc_def_token1] = ACTIONS(682), + [aux_sym_preproc_if_token1] = ACTIONS(684), + [aux_sym_preproc_if_token2] = ACTIONS(858), + [aux_sym_preproc_ifdef_token1] = ACTIONS(688), + [aux_sym_preproc_ifdef_token2] = ACTIONS(688), + [sym_preproc_directive] = ACTIONS(690), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -41084,9 +41071,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(159), - [anon_sym_typedef] = ACTIONS(161), - [anon_sym_extern] = ACTIONS(163), + [anon_sym_SEMI] = ACTIONS(692), + [anon_sym_typedef] = ACTIONS(694), + [anon_sym_extern] = ACTIONS(696), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(43), @@ -41098,8 +41085,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(944), + [anon_sym_LBRACE] = ACTIONS(698), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -41122,17 +41108,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -41158,17 +41144,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(195), + [anon_sym_template] = ACTIONS(722), [anon_sym_operator] = ACTIONS(117), - [anon_sym_try] = ACTIONS(197), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_namespace] = ACTIONS(201), - [anon_sym_using] = ACTIONS(203), - [anon_sym_static_assert] = ACTIONS(205), - [anon_sym_concept] = ACTIONS(207), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_namespace] = ACTIONS(728), + [anon_sym_using] = ACTIONS(730), + [anon_sym_static_assert] = ACTIONS(732), + [anon_sym_concept] = ACTIONS(734), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -41180,123 +41166,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [70] = { - [sym_preproc_include] = STATE(37), - [sym_preproc_def] = STATE(37), - [sym_preproc_function_def] = STATE(37), - [sym_preproc_call] = STATE(37), - [sym_preproc_if] = STATE(37), - [sym_preproc_ifdef] = STATE(37), - [sym_function_definition] = STATE(37), - [sym_declaration] = STATE(37), - [sym_type_definition] = STATE(37), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(37), - [sym_attribute_specifier] = STATE(3332), + [71] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(37), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(37), - [sym_labeled_statement] = STATE(37), - [sym_expression_statement] = STATE(37), - [sym_if_statement] = STATE(37), - [sym_switch_statement] = STATE(37), - [sym_case_statement] = STATE(37), - [sym_while_statement] = STATE(37), - [sym_do_statement] = STATE(37), - [sym_for_statement] = STATE(37), - [sym_return_statement] = STATE(37), - [sym_break_statement] = STATE(37), - [sym_continue_statement] = STATE(37), - [sym_goto_statement] = STATE(37), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(37), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(37), - [sym_template_instantiation] = STATE(37), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(37), - [sym_operator_cast_declaration] = STATE(37), - [sym_constructor_or_destructor_definition] = STATE(37), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(37), - [sym_namespace_alias_definition] = STATE(37), - [sym_using_declaration] = STATE(37), - [sym_alias_declaration] = STATE(37), - [sym_static_assert_declaration] = STATE(37), - [sym_concept_definition] = STATE(37), - [sym_for_range_loop] = STATE(37), - [sym_co_return_statement] = STATE(37), - [sym_co_yield_statement] = STATE(37), - [sym_throw_statement] = STATE(37), - [sym_try_statement] = STATE(37), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(37), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -41326,8 +41312,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(946), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(860), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -41408,123 +41394,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [71] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [72] = { + [sym_preproc_include] = STATE(73), + [sym_preproc_def] = STATE(73), + [sym_preproc_function_def] = STATE(73), + [sym_preproc_call] = STATE(73), + [sym_preproc_if] = STATE(73), + [sym_preproc_ifdef] = STATE(73), + [sym_function_definition] = STATE(73), + [sym_declaration] = STATE(73), + [sym_type_definition] = STATE(73), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(73), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(73), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(73), + [sym_labeled_statement] = STATE(73), + [sym_expression_statement] = STATE(73), + [sym_if_statement] = STATE(73), + [sym_switch_statement] = STATE(73), + [sym_case_statement] = STATE(73), + [sym_while_statement] = STATE(73), + [sym_do_statement] = STATE(73), + [sym_for_statement] = STATE(73), + [sym_return_statement] = STATE(73), + [sym_break_statement] = STATE(73), + [sym_continue_statement] = STATE(73), + [sym_goto_statement] = STATE(73), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(73), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(73), + [sym_template_instantiation] = STATE(73), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(73), + [sym_operator_cast_declaration] = STATE(73), + [sym_constructor_or_destructor_definition] = STATE(73), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(73), + [sym_namespace_alias_definition] = STATE(73), + [sym_using_declaration] = STATE(73), + [sym_alias_declaration] = STATE(73), + [sym_static_assert_declaration] = STATE(73), + [sym_concept_definition] = STATE(73), + [sym_for_range_loop] = STATE(73), + [sym_co_return_statement] = STATE(73), + [sym_co_yield_statement] = STATE(73), + [sym_throw_statement] = STATE(73), + [sym_try_statement] = STATE(73), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(73), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -41554,8 +41540,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(862), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -41636,123 +41622,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [72] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), + [73] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -41782,236 +41768,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(950), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(61), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(105), - [anon_sym_decltype] = ACTIONS(107), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(195), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_try] = ACTIONS(197), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_namespace] = ACTIONS(201), - [anon_sym_using] = ACTIONS(203), - [anon_sym_static_assert] = ACTIONS(205), - [anon_sym_concept] = ACTIONS(207), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [73] = { - [sym_preproc_include] = STATE(71), - [sym_preproc_def] = STATE(71), - [sym_preproc_function_def] = STATE(71), - [sym_preproc_call] = STATE(71), - [sym_preproc_if] = STATE(71), - [sym_preproc_ifdef] = STATE(71), - [sym_function_definition] = STATE(71), - [sym_declaration] = STATE(71), - [sym_type_definition] = STATE(71), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(71), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(71), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(71), - [sym_labeled_statement] = STATE(71), - [sym_expression_statement] = STATE(71), - [sym_if_statement] = STATE(71), - [sym_switch_statement] = STATE(71), - [sym_case_statement] = STATE(71), - [sym_while_statement] = STATE(71), - [sym_do_statement] = STATE(71), - [sym_for_statement] = STATE(71), - [sym_return_statement] = STATE(71), - [sym_break_statement] = STATE(71), - [sym_continue_statement] = STATE(71), - [sym_goto_statement] = STATE(71), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(71), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(71), - [sym_template_instantiation] = STATE(71), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(71), - [sym_operator_cast_declaration] = STATE(71), - [sym_constructor_or_destructor_definition] = STATE(71), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(71), - [sym_namespace_alias_definition] = STATE(71), - [sym_using_declaration] = STATE(71), - [sym_alias_declaration] = STATE(71), - [sym_static_assert_declaration] = STATE(71), - [sym_concept_definition] = STATE(71), - [sym_for_range_loop] = STATE(71), - [sym_co_return_statement] = STATE(71), - [sym_co_yield_statement] = STATE(71), - [sym_throw_statement] = STATE(71), - [sym_try_statement] = STATE(71), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(71), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), - [sym_identifier] = ACTIONS(145), - [aux_sym_preproc_include_token1] = ACTIONS(147), - [aux_sym_preproc_def_token1] = ACTIONS(149), - [aux_sym_preproc_if_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token1] = ACTIONS(155), - [aux_sym_preproc_ifdef_token2] = ACTIONS(155), - [sym_preproc_directive] = ACTIONS(157), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(27), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(159), - [anon_sym_typedef] = ACTIONS(161), - [anon_sym_extern] = ACTIONS(163), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(43), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym___cdecl] = ACTIONS(49), - [anon_sym___clrcall] = ACTIONS(49), - [anon_sym___stdcall] = ACTIONS(49), - [anon_sym___fastcall] = ACTIONS(49), - [anon_sym___thiscall] = ACTIONS(49), - [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(864), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -42093,234 +41851,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [74] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(50), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(50), - [sym_namespace_alias_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = STATE(50), - [sym_concept_definition] = STATE(50), - [sym_for_range_loop] = STATE(50), - [sym_co_return_statement] = STATE(50), - [sym_co_yield_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), - [sym_identifier] = ACTIONS(145), - [aux_sym_preproc_include_token1] = ACTIONS(147), - [aux_sym_preproc_def_token1] = ACTIONS(149), - [aux_sym_preproc_if_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token1] = ACTIONS(155), - [aux_sym_preproc_ifdef_token2] = ACTIONS(155), - [sym_preproc_directive] = ACTIONS(157), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(27), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(159), - [anon_sym_typedef] = ACTIONS(161), - [anon_sym_extern] = ACTIONS(163), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(43), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym___cdecl] = ACTIONS(49), - [anon_sym___clrcall] = ACTIONS(49), - [anon_sym___stdcall] = ACTIONS(49), - [anon_sym___fastcall] = ACTIONS(49), - [anon_sym___thiscall] = ACTIONS(49), - [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(954), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(61), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(105), - [anon_sym_decltype] = ACTIONS(107), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(195), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_try] = ACTIONS(197), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_namespace] = ACTIONS(201), - [anon_sym_using] = ACTIONS(203), - [anon_sym_static_assert] = ACTIONS(205), - [anon_sym_concept] = ACTIONS(207), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [75] = { [sym_preproc_include] = STATE(74), [sym_preproc_def] = STATE(74), [sym_preproc_function_def] = STATE(74), @@ -42330,28 +41860,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(74), [sym_declaration] = STATE(74), [sym_type_definition] = STATE(74), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4179), [sym_linkage_specification] = STATE(74), - [sym_attribute_specifier] = STATE(3332), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2128), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5018), + [sym_array_declarator] = STATE(5040), [sym_compound_statement] = STATE(74), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3392), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(74), [sym_labeled_statement] = STATE(74), [sym_expression_statement] = STATE(74), @@ -42365,44 +41895,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(74), [sym_continue_statement] = STATE(74), [sym_goto_statement] = STATE(74), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), [sym__empty_declaration] = STATE(74), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1903), + [sym_dependent_type] = STATE(3505), [sym_template_declaration] = STATE(74), [sym_template_instantiation] = STATE(74), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), + [sym_operator_cast] = STATE(5343), + [sym__constructor_specifiers] = STATE(1903), [sym_operator_cast_definition] = STATE(74), [sym_operator_cast_declaration] = STATE(74), [sym_constructor_or_destructor_definition] = STATE(74), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), [sym_namespace_definition] = STATE(74), [sym_namespace_alias_definition] = STATE(74), [sym_using_declaration] = STATE(74), @@ -42414,29 +41944,257 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(74), [sym_throw_statement] = STATE(74), [sym_try_statement] = STATE(74), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5343), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), [aux_sym_translation_unit_repeat1] = STATE(74), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(866), + [aux_sym_preproc_include_token1] = ACTIONS(869), + [aux_sym_preproc_def_token1] = ACTIONS(872), + [aux_sym_preproc_if_token1] = ACTIONS(875), + [aux_sym_preproc_if_token2] = ACTIONS(339), + [aux_sym_preproc_ifdef_token1] = ACTIONS(878), + [aux_sym_preproc_ifdef_token2] = ACTIONS(878), + [sym_preproc_directive] = ACTIONS(881), + [anon_sym_LPAREN2] = ACTIONS(347), + [anon_sym_BANG] = ACTIONS(350), + [anon_sym_TILDE] = ACTIONS(353), + [anon_sym_DASH] = ACTIONS(356), + [anon_sym_PLUS] = ACTIONS(356), + [anon_sym_STAR] = ACTIONS(359), + [anon_sym_AMP_AMP] = ACTIONS(362), + [anon_sym_AMP] = ACTIONS(365), + [anon_sym_SEMI] = ACTIONS(884), + [anon_sym_typedef] = ACTIONS(887), + [anon_sym_extern] = ACTIONS(890), + [anon_sym___attribute__] = ACTIONS(377), + [anon_sym_COLON_COLON] = ACTIONS(380), + [anon_sym_LBRACK_LBRACK] = ACTIONS(383), + [anon_sym___declspec] = ACTIONS(386), + [anon_sym___based] = ACTIONS(389), + [anon_sym___cdecl] = ACTIONS(392), + [anon_sym___clrcall] = ACTIONS(392), + [anon_sym___stdcall] = ACTIONS(392), + [anon_sym___fastcall] = ACTIONS(392), + [anon_sym___thiscall] = ACTIONS(392), + [anon_sym___vectorcall] = ACTIONS(392), + [anon_sym_LBRACE] = ACTIONS(893), + [anon_sym_LBRACK] = ACTIONS(398), + [anon_sym_static] = ACTIONS(401), + [anon_sym_register] = ACTIONS(401), + [anon_sym_inline] = ACTIONS(401), + [anon_sym_thread_local] = ACTIONS(401), + [anon_sym_const] = ACTIONS(404), + [anon_sym_volatile] = ACTIONS(404), + [anon_sym_restrict] = ACTIONS(404), + [anon_sym__Atomic] = ACTIONS(404), + [anon_sym_mutable] = ACTIONS(404), + [anon_sym_constexpr] = ACTIONS(404), + [anon_sym_constinit] = ACTIONS(404), + [anon_sym_consteval] = ACTIONS(404), + [anon_sym_signed] = ACTIONS(407), + [anon_sym_unsigned] = ACTIONS(407), + [anon_sym_long] = ACTIONS(407), + [anon_sym_short] = ACTIONS(407), + [sym_primitive_type] = ACTIONS(410), + [anon_sym_enum] = ACTIONS(413), + [anon_sym_class] = ACTIONS(416), + [anon_sym_struct] = ACTIONS(419), + [anon_sym_union] = ACTIONS(422), + [anon_sym_if] = ACTIONS(896), + [anon_sym_switch] = ACTIONS(899), + [anon_sym_case] = ACTIONS(902), + [anon_sym_default] = ACTIONS(905), + [anon_sym_while] = ACTIONS(908), + [anon_sym_do] = ACTIONS(911), + [anon_sym_for] = ACTIONS(914), + [anon_sym_return] = ACTIONS(917), + [anon_sym_break] = ACTIONS(920), + [anon_sym_continue] = ACTIONS(923), + [anon_sym_goto] = ACTIONS(926), + [anon_sym_not] = ACTIONS(356), + [anon_sym_compl] = ACTIONS(356), + [anon_sym_DASH_DASH] = ACTIONS(458), + [anon_sym_PLUS_PLUS] = ACTIONS(458), + [anon_sym_sizeof] = ACTIONS(461), + [sym_number_literal] = ACTIONS(464), + [anon_sym_L_SQUOTE] = ACTIONS(467), + [anon_sym_u_SQUOTE] = ACTIONS(467), + [anon_sym_U_SQUOTE] = ACTIONS(467), + [anon_sym_u8_SQUOTE] = ACTIONS(467), + [anon_sym_SQUOTE] = ACTIONS(467), + [anon_sym_L_DQUOTE] = ACTIONS(470), + [anon_sym_u_DQUOTE] = ACTIONS(470), + [anon_sym_U_DQUOTE] = ACTIONS(470), + [anon_sym_u8_DQUOTE] = ACTIONS(470), + [anon_sym_DQUOTE] = ACTIONS(470), + [sym_true] = ACTIONS(473), + [sym_false] = ACTIONS(473), + [sym_null] = ACTIONS(473), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(476), + [anon_sym_decltype] = ACTIONS(479), + [anon_sym_virtual] = ACTIONS(482), + [anon_sym_explicit] = ACTIONS(485), + [anon_sym_typename] = ACTIONS(488), + [anon_sym_template] = ACTIONS(929), + [anon_sym_operator] = ACTIONS(494), + [anon_sym_try] = ACTIONS(932), + [anon_sym_delete] = ACTIONS(500), + [anon_sym_throw] = ACTIONS(935), + [anon_sym_namespace] = ACTIONS(938), + [anon_sym_using] = ACTIONS(941), + [anon_sym_static_assert] = ACTIONS(944), + [anon_sym_concept] = ACTIONS(947), + [anon_sym_co_return] = ACTIONS(950), + [anon_sym_co_yield] = ACTIONS(953), + [anon_sym_R_DQUOTE] = ACTIONS(524), + [anon_sym_LR_DQUOTE] = ACTIONS(524), + [anon_sym_uR_DQUOTE] = ACTIONS(524), + [anon_sym_UR_DQUOTE] = ACTIONS(524), + [anon_sym_u8R_DQUOTE] = ACTIONS(524), + [anon_sym_co_await] = ACTIONS(527), + [anon_sym_new] = ACTIONS(530), + [anon_sym_requires] = ACTIONS(533), + [sym_this] = ACTIONS(473), + [sym_nullptr] = ACTIONS(473), + }, + [75] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(1100), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_co_return_statement] = STATE(69), + [sym_co_yield_statement] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -42466,7 +42224,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), + [anon_sym_LBRACE] = ACTIONS(628), [anon_sym_RBRACE] = ACTIONS(956), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), @@ -42549,122 +42307,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [76] = { - [sym_preproc_include] = STATE(72), - [sym_preproc_def] = STATE(72), - [sym_preproc_function_def] = STATE(72), - [sym_preproc_call] = STATE(72), - [sym_preproc_if] = STATE(72), - [sym_preproc_ifdef] = STATE(72), - [sym_function_definition] = STATE(72), - [sym_declaration] = STATE(72), - [sym_type_definition] = STATE(72), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_linkage_specification] = STATE(72), - [sym_attribute_specifier] = STATE(3332), + [sym_preproc_include] = STATE(75), + [sym_preproc_def] = STATE(75), + [sym_preproc_function_def] = STATE(75), + [sym_preproc_call] = STATE(75), + [sym_preproc_if] = STATE(75), + [sym_preproc_ifdef] = STATE(75), + [sym_function_definition] = STATE(75), + [sym_declaration] = STATE(75), + [sym_type_definition] = STATE(75), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_linkage_specification] = STATE(75), + [sym_attribute_specifier] = STATE(3339), [sym_attribute_declaration] = STATE(1100), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5069), - [sym_array_declarator] = STATE(5173), - [sym_compound_statement] = STATE(72), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(72), - [sym_labeled_statement] = STATE(72), - [sym_expression_statement] = STATE(72), - [sym_if_statement] = STATE(72), - [sym_switch_statement] = STATE(72), - [sym_case_statement] = STATE(72), - [sym_while_statement] = STATE(72), - [sym_do_statement] = STATE(72), - [sym_for_statement] = STATE(72), - [sym_return_statement] = STATE(72), - [sym_break_statement] = STATE(72), - [sym_continue_statement] = STATE(72), - [sym_goto_statement] = STATE(72), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym__empty_declaration] = STATE(72), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1900), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(72), - [sym_template_instantiation] = STATE(72), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1900), - [sym_operator_cast_definition] = STATE(72), - [sym_operator_cast_declaration] = STATE(72), - [sym_constructor_or_destructor_definition] = STATE(72), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3621), - [sym_namespace_definition] = STATE(72), - [sym_namespace_alias_definition] = STATE(72), - [sym_using_declaration] = STATE(72), - [sym_alias_declaration] = STATE(72), - [sym_static_assert_declaration] = STATE(72), - [sym_concept_definition] = STATE(72), - [sym_for_range_loop] = STATE(72), - [sym_co_return_statement] = STATE(72), - [sym_co_yield_statement] = STATE(72), - [sym_throw_statement] = STATE(72), - [sym_try_statement] = STATE(72), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4749), - [sym_qualified_identifier] = STATE(2772), - [sym_qualified_type_identifier] = STATE(3697), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_translation_unit_repeat1] = STATE(72), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1900), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4967), + [sym_array_declarator] = STATE(5040), + [sym_compound_statement] = STATE(75), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(75), + [sym_labeled_statement] = STATE(75), + [sym_expression_statement] = STATE(75), + [sym_if_statement] = STATE(75), + [sym_switch_statement] = STATE(75), + [sym_case_statement] = STATE(75), + [sym_while_statement] = STATE(75), + [sym_do_statement] = STATE(75), + [sym_for_statement] = STATE(75), + [sym_return_statement] = STATE(75), + [sym_break_statement] = STATE(75), + [sym_continue_statement] = STATE(75), + [sym_goto_statement] = STATE(75), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym__empty_declaration] = STATE(75), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1898), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(75), + [sym_template_instantiation] = STATE(75), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1898), + [sym_operator_cast_definition] = STATE(75), + [sym_operator_cast_declaration] = STATE(75), + [sym_constructor_or_destructor_definition] = STATE(75), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3630), + [sym_namespace_definition] = STATE(75), + [sym_namespace_alias_definition] = STATE(75), + [sym_using_declaration] = STATE(75), + [sym_alias_declaration] = STATE(75), + [sym_static_assert_declaration] = STATE(75), + [sym_concept_definition] = STATE(75), + [sym_for_range_loop] = STATE(75), + [sym_co_return_statement] = STATE(75), + [sym_co_yield_statement] = STATE(75), + [sym_throw_statement] = STATE(75), + [sym_try_statement] = STATE(75), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4669), + [sym_qualified_identifier] = STATE(2848), + [sym_qualified_type_identifier] = STATE(3709), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_translation_unit_repeat1] = STATE(75), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1898), [sym_identifier] = ACTIONS(145), [aux_sym_preproc_include_token1] = ACTIONS(147), [aux_sym_preproc_def_token1] = ACTIONS(149), @@ -42694,7 +42452,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(626), + [anon_sym_LBRACE] = ACTIONS(628), [anon_sym_RBRACE] = ACTIONS(958), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), @@ -42777,311 +42535,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [77] = { - [sym_declaration] = STATE(77), - [sym_type_definition] = STATE(77), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4196), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(77), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(77), - [sym_labeled_statement] = STATE(77), - [sym_expression_statement] = STATE(77), - [sym_if_statement] = STATE(77), - [sym_switch_statement] = STATE(77), - [sym_while_statement] = STATE(77), - [sym_do_statement] = STATE(77), - [sym_for_statement] = STATE(77), - [sym_return_statement] = STATE(77), - [sym_break_statement] = STATE(77), - [sym_continue_statement] = STATE(77), - [sym_goto_statement] = STATE(77), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(77), - [sym_co_return_statement] = STATE(77), - [sym_co_yield_statement] = STATE(77), - [sym_throw_statement] = STATE(77), - [sym_try_statement] = STATE(77), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(77), + [sym_declaration] = STATE(78), + [sym_type_definition] = STATE(78), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4146), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(78), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(78), + [sym_labeled_statement] = STATE(78), + [sym_expression_statement] = STATE(78), + [sym_if_statement] = STATE(78), + [sym_switch_statement] = STATE(78), + [sym_while_statement] = STATE(78), + [sym_do_statement] = STATE(78), + [sym_for_statement] = STATE(78), + [sym_return_statement] = STATE(78), + [sym_break_statement] = STATE(78), + [sym_continue_statement] = STATE(78), + [sym_goto_statement] = STATE(78), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(78), + [sym_co_return_statement] = STATE(78), + [sym_co_yield_statement] = STATE(78), + [sym_throw_statement] = STATE(78), + [sym_try_statement] = STATE(78), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(78), [sym_identifier] = ACTIONS(960), - [aux_sym_preproc_include_token1] = ACTIONS(963), - [aux_sym_preproc_def_token1] = ACTIONS(963), - [aux_sym_preproc_if_token1] = ACTIONS(963), - [aux_sym_preproc_if_token2] = ACTIONS(963), - [aux_sym_preproc_ifdef_token1] = ACTIONS(963), - [aux_sym_preproc_ifdef_token2] = ACTIONS(963), - [aux_sym_preproc_else_token1] = ACTIONS(963), - [aux_sym_preproc_elif_token1] = ACTIONS(963), - [sym_preproc_directive] = ACTIONS(963), - [anon_sym_LPAREN2] = ACTIONS(965), - [anon_sym_BANG] = ACTIONS(968), - [anon_sym_TILDE] = ACTIONS(968), - [anon_sym_DASH] = ACTIONS(971), - [anon_sym_PLUS] = ACTIONS(971), - [anon_sym_STAR] = ACTIONS(974), - [anon_sym_AMP_AMP] = ACTIONS(977), - [anon_sym_AMP] = ACTIONS(979), - [anon_sym_SEMI] = ACTIONS(982), - [anon_sym_typedef] = ACTIONS(985), - [anon_sym_extern] = ACTIONS(988), - [anon_sym___attribute__] = ACTIONS(991), - [anon_sym_COLON_COLON] = ACTIONS(994), - [anon_sym_LBRACK_LBRACK] = ACTIONS(997), - [anon_sym___declspec] = ACTIONS(1000), - [anon_sym___based] = ACTIONS(963), - [anon_sym___cdecl] = ACTIONS(963), - [anon_sym___clrcall] = ACTIONS(963), - [anon_sym___stdcall] = ACTIONS(963), - [anon_sym___fastcall] = ACTIONS(963), - [anon_sym___thiscall] = ACTIONS(963), - [anon_sym___vectorcall] = ACTIONS(963), - [anon_sym_LBRACE] = ACTIONS(1003), - [anon_sym_LBRACK] = ACTIONS(1006), - [anon_sym_static] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_thread_local] = ACTIONS(988), - [anon_sym_const] = ACTIONS(1009), - [anon_sym_volatile] = ACTIONS(1009), - [anon_sym_restrict] = ACTIONS(1009), - [anon_sym__Atomic] = ACTIONS(1009), - [anon_sym_mutable] = ACTIONS(1009), - [anon_sym_constexpr] = ACTIONS(1009), - [anon_sym_constinit] = ACTIONS(1009), - [anon_sym_consteval] = ACTIONS(1009), - [anon_sym_signed] = ACTIONS(1012), - [anon_sym_unsigned] = ACTIONS(1012), - [anon_sym_long] = ACTIONS(1012), - [anon_sym_short] = ACTIONS(1012), - [sym_primitive_type] = ACTIONS(1015), - [anon_sym_enum] = ACTIONS(1018), - [anon_sym_class] = ACTIONS(1021), - [anon_sym_struct] = ACTIONS(1024), - [anon_sym_union] = ACTIONS(1027), - [anon_sym_if] = ACTIONS(1030), - [anon_sym_else] = ACTIONS(963), - [anon_sym_switch] = ACTIONS(1033), - [anon_sym_case] = ACTIONS(963), - [anon_sym_default] = ACTIONS(963), - [anon_sym_while] = ACTIONS(1036), - [anon_sym_do] = ACTIONS(1039), - [anon_sym_for] = ACTIONS(1042), - [anon_sym_return] = ACTIONS(1045), - [anon_sym_break] = ACTIONS(1048), - [anon_sym_continue] = ACTIONS(1051), - [anon_sym_goto] = ACTIONS(1054), - [anon_sym_not] = ACTIONS(971), - [anon_sym_compl] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_sizeof] = ACTIONS(1060), - [sym_number_literal] = ACTIONS(1063), - [anon_sym_L_SQUOTE] = ACTIONS(1066), - [anon_sym_u_SQUOTE] = ACTIONS(1066), - [anon_sym_U_SQUOTE] = ACTIONS(1066), - [anon_sym_u8_SQUOTE] = ACTIONS(1066), - [anon_sym_SQUOTE] = ACTIONS(1066), - [anon_sym_L_DQUOTE] = ACTIONS(1069), - [anon_sym_u_DQUOTE] = ACTIONS(1069), - [anon_sym_U_DQUOTE] = ACTIONS(1069), - [anon_sym_u8_DQUOTE] = ACTIONS(1069), - [anon_sym_DQUOTE] = ACTIONS(1069), - [sym_true] = ACTIONS(1072), - [sym_false] = ACTIONS(1072), - [sym_null] = ACTIONS(1072), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1075), - [anon_sym_decltype] = ACTIONS(1078), - [anon_sym_virtual] = ACTIONS(1081), - [anon_sym_explicit] = ACTIONS(963), - [anon_sym_typename] = ACTIONS(1084), - [anon_sym_template] = ACTIONS(1087), - [anon_sym_operator] = ACTIONS(963), - [anon_sym_try] = ACTIONS(1090), - [anon_sym_delete] = ACTIONS(1093), - [anon_sym_throw] = ACTIONS(1096), - [anon_sym_namespace] = ACTIONS(963), - [anon_sym_using] = ACTIONS(963), - [anon_sym_static_assert] = ACTIONS(963), - [anon_sym_concept] = ACTIONS(963), - [anon_sym_co_return] = ACTIONS(1099), - [anon_sym_co_yield] = ACTIONS(1102), - [anon_sym_R_DQUOTE] = ACTIONS(1105), - [anon_sym_LR_DQUOTE] = ACTIONS(1105), - [anon_sym_uR_DQUOTE] = ACTIONS(1105), - [anon_sym_UR_DQUOTE] = ACTIONS(1105), - [anon_sym_u8R_DQUOTE] = ACTIONS(1105), - [anon_sym_co_await] = ACTIONS(1108), - [anon_sym_new] = ACTIONS(1111), - [anon_sym_requires] = ACTIONS(1114), - [sym_this] = ACTIONS(1072), - [sym_nullptr] = ACTIONS(1072), - }, - [78] = { - [sym_declaration] = STATE(81), - [sym_type_definition] = STATE(81), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4196), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(81), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(81), - [sym_labeled_statement] = STATE(81), - [sym_expression_statement] = STATE(81), - [sym_if_statement] = STATE(81), - [sym_switch_statement] = STATE(81), - [sym_while_statement] = STATE(81), - [sym_do_statement] = STATE(81), - [sym_for_statement] = STATE(81), - [sym_return_statement] = STATE(81), - [sym_break_statement] = STATE(81), - [sym_continue_statement] = STATE(81), - [sym_goto_statement] = STATE(81), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(81), - [sym_co_return_statement] = STATE(81), - [sym_co_yield_statement] = STATE(81), - [sym_throw_statement] = STATE(81), - [sym_try_statement] = STATE(81), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(81), - [sym_identifier] = ACTIONS(1117), - [aux_sym_preproc_include_token1] = ACTIONS(1119), - [aux_sym_preproc_def_token1] = ACTIONS(1119), - [aux_sym_preproc_if_token1] = ACTIONS(1119), - [aux_sym_preproc_if_token2] = ACTIONS(1119), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1119), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1119), - [aux_sym_preproc_else_token1] = ACTIONS(1119), - [aux_sym_preproc_elif_token1] = ACTIONS(1119), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_LPAREN2] = ACTIONS(1121), + [aux_sym_preproc_include_token1] = ACTIONS(962), + [aux_sym_preproc_def_token1] = ACTIONS(962), + [aux_sym_preproc_if_token1] = ACTIONS(962), + [aux_sym_preproc_if_token2] = ACTIONS(962), + [aux_sym_preproc_ifdef_token1] = ACTIONS(962), + [aux_sym_preproc_ifdef_token2] = ACTIONS(962), + [aux_sym_preproc_else_token1] = ACTIONS(962), + [aux_sym_preproc_elif_token1] = ACTIONS(962), + [sym_preproc_directive] = ACTIONS(962), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1125), - [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(968), + [anon_sym_AMP] = ACTIONS(970), [anon_sym_SEMI] = ACTIONS(245), [anon_sym_typedef] = ACTIONS(247), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1119), - [anon_sym___cdecl] = ACTIONS(1119), - [anon_sym___clrcall] = ACTIONS(1119), - [anon_sym___stdcall] = ACTIONS(1119), - [anon_sym___fastcall] = ACTIONS(1119), - [anon_sym___thiscall] = ACTIONS(1119), - [anon_sym___vectorcall] = ACTIONS(1119), + [anon_sym___based] = ACTIONS(962), + [anon_sym___cdecl] = ACTIONS(962), + [anon_sym___clrcall] = ACTIONS(962), + [anon_sym___stdcall] = ACTIONS(962), + [anon_sym___fastcall] = ACTIONS(962), + [anon_sym___thiscall] = ACTIONS(962), + [anon_sym___vectorcall] = ACTIONS(962), [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -43104,10 +42669,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(253), - [anon_sym_else] = ACTIONS(1119), + [anon_sym_else] = ACTIONS(962), [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(1119), - [anon_sym_default] = ACTIONS(1119), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(962), [anon_sym_while] = ACTIONS(261), [anon_sym_do] = ACTIONS(263), [anon_sym_for] = ACTIONS(265), @@ -43138,17 +42703,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(1119), + [anon_sym_explicit] = ACTIONS(962), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(962), [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(279), - [anon_sym_namespace] = ACTIONS(1119), - [anon_sym_using] = ACTIONS(1119), - [anon_sym_static_assert] = ACTIONS(1119), - [anon_sym_concept] = ACTIONS(1119), + [anon_sym_namespace] = ACTIONS(962), + [anon_sym_using] = ACTIONS(962), + [anon_sym_static_assert] = ACTIONS(962), + [anon_sym_concept] = ACTIONS(962), [anon_sym_co_return] = ACTIONS(289), [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), @@ -43162,119 +42727,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [79] = { - [sym_declaration] = STATE(77), - [sym_type_definition] = STATE(77), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4196), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(77), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(77), - [sym_labeled_statement] = STATE(77), - [sym_expression_statement] = STATE(77), - [sym_if_statement] = STATE(77), - [sym_switch_statement] = STATE(77), - [sym_while_statement] = STATE(77), - [sym_do_statement] = STATE(77), - [sym_for_statement] = STATE(77), - [sym_return_statement] = STATE(77), - [sym_break_statement] = STATE(77), - [sym_continue_statement] = STATE(77), - [sym_goto_statement] = STATE(77), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(77), - [sym_co_return_statement] = STATE(77), - [sym_co_yield_statement] = STATE(77), - [sym_throw_statement] = STATE(77), - [sym_try_statement] = STATE(77), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(77), - [sym_identifier] = ACTIONS(1117), - [aux_sym_preproc_include_token1] = ACTIONS(1135), - [aux_sym_preproc_def_token1] = ACTIONS(1135), - [aux_sym_preproc_if_token1] = ACTIONS(1135), - [aux_sym_preproc_if_token2] = ACTIONS(1135), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1135), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1135), - [aux_sym_preproc_else_token1] = ACTIONS(1135), - [aux_sym_preproc_elif_token1] = ACTIONS(1135), - [sym_preproc_directive] = ACTIONS(1135), - [anon_sym_LPAREN2] = ACTIONS(1121), + [78] = { + [sym_declaration] = STATE(79), + [sym_type_definition] = STATE(79), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4146), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(79), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(79), + [sym_labeled_statement] = STATE(79), + [sym_expression_statement] = STATE(79), + [sym_if_statement] = STATE(79), + [sym_switch_statement] = STATE(79), + [sym_while_statement] = STATE(79), + [sym_do_statement] = STATE(79), + [sym_for_statement] = STATE(79), + [sym_return_statement] = STATE(79), + [sym_break_statement] = STATE(79), + [sym_continue_statement] = STATE(79), + [sym_goto_statement] = STATE(79), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(79), + [sym_co_return_statement] = STATE(79), + [sym_co_yield_statement] = STATE(79), + [sym_throw_statement] = STATE(79), + [sym_try_statement] = STATE(79), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(79), + [sym_identifier] = ACTIONS(960), + [aux_sym_preproc_include_token1] = ACTIONS(978), + [aux_sym_preproc_def_token1] = ACTIONS(978), + [aux_sym_preproc_if_token1] = ACTIONS(978), + [aux_sym_preproc_if_token2] = ACTIONS(978), + [aux_sym_preproc_ifdef_token1] = ACTIONS(978), + [aux_sym_preproc_ifdef_token2] = ACTIONS(978), + [aux_sym_preproc_else_token1] = ACTIONS(978), + [aux_sym_preproc_elif_token1] = ACTIONS(978), + [sym_preproc_directive] = ACTIONS(978), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1137), - [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(970), [anon_sym_SEMI] = ACTIONS(245), [anon_sym_typedef] = ACTIONS(247), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1135), - [anon_sym___cdecl] = ACTIONS(1135), - [anon_sym___clrcall] = ACTIONS(1135), - [anon_sym___stdcall] = ACTIONS(1135), - [anon_sym___fastcall] = ACTIONS(1135), - [anon_sym___thiscall] = ACTIONS(1135), - [anon_sym___vectorcall] = ACTIONS(1135), + [anon_sym___based] = ACTIONS(978), + [anon_sym___cdecl] = ACTIONS(978), + [anon_sym___clrcall] = ACTIONS(978), + [anon_sym___stdcall] = ACTIONS(978), + [anon_sym___fastcall] = ACTIONS(978), + [anon_sym___thiscall] = ACTIONS(978), + [anon_sym___vectorcall] = ACTIONS(978), [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -43297,10 +42862,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(253), - [anon_sym_else] = ACTIONS(1135), + [anon_sym_else] = ACTIONS(978), [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(1135), - [anon_sym_default] = ACTIONS(1135), + [anon_sym_case] = ACTIONS(978), + [anon_sym_default] = ACTIONS(978), [anon_sym_while] = ACTIONS(261), [anon_sym_do] = ACTIONS(263), [anon_sym_for] = ACTIONS(265), @@ -43331,17 +42896,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(1135), + [anon_sym_explicit] = ACTIONS(978), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1135), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(978), [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(279), - [anon_sym_namespace] = ACTIONS(1135), - [anon_sym_using] = ACTIONS(1135), - [anon_sym_static_assert] = ACTIONS(1135), - [anon_sym_concept] = ACTIONS(1135), + [anon_sym_namespace] = ACTIONS(978), + [anon_sym_using] = ACTIONS(978), + [anon_sym_static_assert] = ACTIONS(978), + [anon_sym_concept] = ACTIONS(978), [anon_sym_co_return] = ACTIONS(289), [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), @@ -43355,22 +42920,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, + [79] = { + [sym_declaration] = STATE(79), + [sym_type_definition] = STATE(79), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4146), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(79), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(79), + [sym_labeled_statement] = STATE(79), + [sym_expression_statement] = STATE(79), + [sym_if_statement] = STATE(79), + [sym_switch_statement] = STATE(79), + [sym_while_statement] = STATE(79), + [sym_do_statement] = STATE(79), + [sym_for_statement] = STATE(79), + [sym_return_statement] = STATE(79), + [sym_break_statement] = STATE(79), + [sym_continue_statement] = STATE(79), + [sym_goto_statement] = STATE(79), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(79), + [sym_co_return_statement] = STATE(79), + [sym_co_yield_statement] = STATE(79), + [sym_throw_statement] = STATE(79), + [sym_try_statement] = STATE(79), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(79), + [sym_identifier] = ACTIONS(982), + [aux_sym_preproc_include_token1] = ACTIONS(985), + [aux_sym_preproc_def_token1] = ACTIONS(985), + [aux_sym_preproc_if_token1] = ACTIONS(985), + [aux_sym_preproc_if_token2] = ACTIONS(985), + [aux_sym_preproc_ifdef_token1] = ACTIONS(985), + [aux_sym_preproc_ifdef_token2] = ACTIONS(985), + [aux_sym_preproc_else_token1] = ACTIONS(985), + [aux_sym_preproc_elif_token1] = ACTIONS(985), + [sym_preproc_directive] = ACTIONS(985), + [anon_sym_LPAREN2] = ACTIONS(987), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_DASH] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(993), + [anon_sym_STAR] = ACTIONS(996), + [anon_sym_AMP_AMP] = ACTIONS(999), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(1004), + [anon_sym_typedef] = ACTIONS(1007), + [anon_sym_extern] = ACTIONS(1010), + [anon_sym___attribute__] = ACTIONS(1013), + [anon_sym_COLON_COLON] = ACTIONS(1016), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1019), + [anon_sym___declspec] = ACTIONS(1022), + [anon_sym___based] = ACTIONS(985), + [anon_sym___cdecl] = ACTIONS(985), + [anon_sym___clrcall] = ACTIONS(985), + [anon_sym___stdcall] = ACTIONS(985), + [anon_sym___fastcall] = ACTIONS(985), + [anon_sym___thiscall] = ACTIONS(985), + [anon_sym___vectorcall] = ACTIONS(985), + [anon_sym_LBRACE] = ACTIONS(1025), + [anon_sym_LBRACK] = ACTIONS(1028), + [anon_sym_static] = ACTIONS(1010), + [anon_sym_register] = ACTIONS(1010), + [anon_sym_inline] = ACTIONS(1010), + [anon_sym_thread_local] = ACTIONS(1010), + [anon_sym_const] = ACTIONS(1031), + [anon_sym_volatile] = ACTIONS(1031), + [anon_sym_restrict] = ACTIONS(1031), + [anon_sym__Atomic] = ACTIONS(1031), + [anon_sym_mutable] = ACTIONS(1031), + [anon_sym_constexpr] = ACTIONS(1031), + [anon_sym_constinit] = ACTIONS(1031), + [anon_sym_consteval] = ACTIONS(1031), + [anon_sym_signed] = ACTIONS(1034), + [anon_sym_unsigned] = ACTIONS(1034), + [anon_sym_long] = ACTIONS(1034), + [anon_sym_short] = ACTIONS(1034), + [sym_primitive_type] = ACTIONS(1037), + [anon_sym_enum] = ACTIONS(1040), + [anon_sym_class] = ACTIONS(1043), + [anon_sym_struct] = ACTIONS(1046), + [anon_sym_union] = ACTIONS(1049), + [anon_sym_if] = ACTIONS(1052), + [anon_sym_else] = ACTIONS(985), + [anon_sym_switch] = ACTIONS(1055), + [anon_sym_case] = ACTIONS(985), + [anon_sym_default] = ACTIONS(985), + [anon_sym_while] = ACTIONS(1058), + [anon_sym_do] = ACTIONS(1061), + [anon_sym_for] = ACTIONS(1064), + [anon_sym_return] = ACTIONS(1067), + [anon_sym_break] = ACTIONS(1070), + [anon_sym_continue] = ACTIONS(1073), + [anon_sym_goto] = ACTIONS(1076), + [anon_sym_not] = ACTIONS(993), + [anon_sym_compl] = ACTIONS(993), + [anon_sym_DASH_DASH] = ACTIONS(1079), + [anon_sym_PLUS_PLUS] = ACTIONS(1079), + [anon_sym_sizeof] = ACTIONS(1082), + [sym_number_literal] = ACTIONS(1085), + [anon_sym_L_SQUOTE] = ACTIONS(1088), + [anon_sym_u_SQUOTE] = ACTIONS(1088), + [anon_sym_U_SQUOTE] = ACTIONS(1088), + [anon_sym_u8_SQUOTE] = ACTIONS(1088), + [anon_sym_SQUOTE] = ACTIONS(1088), + [anon_sym_L_DQUOTE] = ACTIONS(1091), + [anon_sym_u_DQUOTE] = ACTIONS(1091), + [anon_sym_U_DQUOTE] = ACTIONS(1091), + [anon_sym_u8_DQUOTE] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1091), + [sym_true] = ACTIONS(1094), + [sym_false] = ACTIONS(1094), + [sym_null] = ACTIONS(1094), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1097), + [anon_sym_decltype] = ACTIONS(1100), + [anon_sym_virtual] = ACTIONS(1103), + [anon_sym_explicit] = ACTIONS(985), + [anon_sym_typename] = ACTIONS(1106), + [anon_sym_template] = ACTIONS(1109), + [anon_sym_operator] = ACTIONS(985), + [anon_sym_try] = ACTIONS(1112), + [anon_sym_delete] = ACTIONS(1115), + [anon_sym_throw] = ACTIONS(1118), + [anon_sym_namespace] = ACTIONS(985), + [anon_sym_using] = ACTIONS(985), + [anon_sym_static_assert] = ACTIONS(985), + [anon_sym_concept] = ACTIONS(985), + [anon_sym_co_return] = ACTIONS(1121), + [anon_sym_co_yield] = ACTIONS(1124), + [anon_sym_R_DQUOTE] = ACTIONS(1127), + [anon_sym_LR_DQUOTE] = ACTIONS(1127), + [anon_sym_uR_DQUOTE] = ACTIONS(1127), + [anon_sym_UR_DQUOTE] = ACTIONS(1127), + [anon_sym_u8R_DQUOTE] = ACTIONS(1127), + [anon_sym_co_await] = ACTIONS(1130), + [anon_sym_new] = ACTIONS(1133), + [anon_sym_requires] = ACTIONS(1136), + [sym_this] = ACTIONS(1094), + [sym_nullptr] = ACTIONS(1094), + }, [80] = { [sym_declaration] = STATE(79), [sym_type_definition] = STATE(79), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4196), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4146), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), [sym_compound_statement] = STATE(79), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(79), [sym_labeled_statement] = STATE(79), [sym_expression_statement] = STATE(79), @@ -43383,58 +43141,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(79), [sym_continue_statement] = STATE(79), [sym_goto_statement] = STATE(79), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), [sym_for_range_loop] = STATE(79), [sym_co_return_statement] = STATE(79), [sym_co_yield_statement] = STATE(79), [sym_throw_statement] = STATE(79), [sym_try_statement] = STATE(79), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [aux_sym_case_statement_repeat1] = STATE(79), - [sym_identifier] = ACTIONS(1117), + [sym_identifier] = ACTIONS(960), [aux_sym_preproc_include_token1] = ACTIONS(1139), [aux_sym_preproc_def_token1] = ACTIONS(1139), [aux_sym_preproc_if_token1] = ACTIONS(1139), @@ -43444,20 +43202,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_else_token1] = ACTIONS(1139), [aux_sym_preproc_elif_token1] = ACTIONS(1139), [sym_preproc_directive] = ACTIONS(1139), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), [anon_sym_AMP_AMP] = ACTIONS(1141), - [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(970), [anon_sym_SEMI] = ACTIONS(245), [anon_sym_typedef] = ACTIONS(247), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(1139), [anon_sym___cdecl] = ACTIONS(1139), @@ -43467,7 +43225,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1139), [anon_sym___vectorcall] = ACTIONS(1139), [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -43526,7 +43284,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(1139), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1139), [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), @@ -43549,85 +43307,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [81] = { - [sym_declaration] = STATE(77), - [sym_type_definition] = STATE(77), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4196), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(77), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(77), - [sym_labeled_statement] = STATE(77), - [sym_expression_statement] = STATE(77), - [sym_if_statement] = STATE(77), - [sym_switch_statement] = STATE(77), - [sym_while_statement] = STATE(77), - [sym_do_statement] = STATE(77), - [sym_for_statement] = STATE(77), - [sym_return_statement] = STATE(77), - [sym_break_statement] = STATE(77), - [sym_continue_statement] = STATE(77), - [sym_goto_statement] = STATE(77), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(77), - [sym_co_return_statement] = STATE(77), - [sym_co_yield_statement] = STATE(77), - [sym_throw_statement] = STATE(77), - [sym_try_statement] = STATE(77), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(77), - [sym_identifier] = ACTIONS(1117), + [sym_declaration] = STATE(80), + [sym_type_definition] = STATE(80), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4146), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(80), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(80), + [sym_labeled_statement] = STATE(80), + [sym_expression_statement] = STATE(80), + [sym_if_statement] = STATE(80), + [sym_switch_statement] = STATE(80), + [sym_while_statement] = STATE(80), + [sym_do_statement] = STATE(80), + [sym_for_statement] = STATE(80), + [sym_return_statement] = STATE(80), + [sym_break_statement] = STATE(80), + [sym_continue_statement] = STATE(80), + [sym_goto_statement] = STATE(80), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(80), + [sym_co_return_statement] = STATE(80), + [sym_co_yield_statement] = STATE(80), + [sym_throw_statement] = STATE(80), + [sym_try_statement] = STATE(80), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(80), + [sym_identifier] = ACTIONS(960), [aux_sym_preproc_include_token1] = ACTIONS(1143), [aux_sym_preproc_def_token1] = ACTIONS(1143), [aux_sym_preproc_if_token1] = ACTIONS(1143), @@ -43637,20 +43395,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_else_token1] = ACTIONS(1143), [aux_sym_preproc_elif_token1] = ACTIONS(1143), [sym_preproc_directive] = ACTIONS(1143), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), [anon_sym_AMP_AMP] = ACTIONS(1145), - [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(970), [anon_sym_SEMI] = ACTIONS(245), [anon_sym_typedef] = ACTIONS(247), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(1143), [anon_sym___cdecl] = ACTIONS(1143), @@ -43660,7 +43418,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1143), [anon_sym___vectorcall] = ACTIONS(1143), [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -43719,7 +43477,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(1143), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1143), [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), @@ -43742,212 +43500,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [82] = { - [sym_declaration] = STATE(82), - [sym_type_definition] = STATE(82), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4157), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(82), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(82), - [sym_labeled_statement] = STATE(82), - [sym_expression_statement] = STATE(82), - [sym_if_statement] = STATE(82), - [sym_switch_statement] = STATE(82), - [sym_while_statement] = STATE(82), - [sym_do_statement] = STATE(82), - [sym_for_statement] = STATE(82), - [sym_return_statement] = STATE(82), - [sym_break_statement] = STATE(82), - [sym_continue_statement] = STATE(82), - [sym_goto_statement] = STATE(82), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(82), - [sym_co_return_statement] = STATE(82), - [sym_co_yield_statement] = STATE(82), - [sym_throw_statement] = STATE(82), - [sym_try_statement] = STATE(82), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(82), - [ts_builtin_sym_end] = ACTIONS(977), + [sym_declaration] = STATE(96), + [sym_type_definition] = STATE(96), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4114), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(96), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(96), + [sym_labeled_statement] = STATE(96), + [sym_expression_statement] = STATE(96), + [sym_if_statement] = STATE(96), + [sym_switch_statement] = STATE(96), + [sym_while_statement] = STATE(96), + [sym_do_statement] = STATE(96), + [sym_for_statement] = STATE(96), + [sym_return_statement] = STATE(96), + [sym_break_statement] = STATE(96), + [sym_continue_statement] = STATE(96), + [sym_goto_statement] = STATE(96), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(96), + [sym_co_return_statement] = STATE(96), + [sym_co_yield_statement] = STATE(96), + [sym_throw_statement] = STATE(96), + [sym_try_statement] = STATE(96), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(96), [sym_identifier] = ACTIONS(1147), - [aux_sym_preproc_include_token1] = ACTIONS(963), - [aux_sym_preproc_def_token1] = ACTIONS(963), - [aux_sym_preproc_if_token1] = ACTIONS(963), - [aux_sym_preproc_ifdef_token1] = ACTIONS(963), - [aux_sym_preproc_ifdef_token2] = ACTIONS(963), - [sym_preproc_directive] = ACTIONS(963), - [anon_sym_LPAREN2] = ACTIONS(965), - [anon_sym_BANG] = ACTIONS(968), - [anon_sym_TILDE] = ACTIONS(968), - [anon_sym_DASH] = ACTIONS(971), - [anon_sym_PLUS] = ACTIONS(971), - [anon_sym_STAR] = ACTIONS(974), - [anon_sym_AMP_AMP] = ACTIONS(977), - [anon_sym_AMP] = ACTIONS(979), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_typedef] = ACTIONS(1153), - [anon_sym_extern] = ACTIONS(988), - [anon_sym___attribute__] = ACTIONS(991), - [anon_sym_COLON_COLON] = ACTIONS(994), - [anon_sym_LBRACK_LBRACK] = ACTIONS(997), - [anon_sym___declspec] = ACTIONS(1000), - [anon_sym___based] = ACTIONS(963), - [anon_sym___cdecl] = ACTIONS(963), - [anon_sym___clrcall] = ACTIONS(963), - [anon_sym___stdcall] = ACTIONS(963), - [anon_sym___fastcall] = ACTIONS(963), - [anon_sym___thiscall] = ACTIONS(963), - [anon_sym___vectorcall] = ACTIONS(963), - [anon_sym_LBRACE] = ACTIONS(1156), - [anon_sym_LBRACK] = ACTIONS(1006), - [anon_sym_static] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_thread_local] = ACTIONS(988), - [anon_sym_const] = ACTIONS(1009), - [anon_sym_volatile] = ACTIONS(1009), - [anon_sym_restrict] = ACTIONS(1009), - [anon_sym__Atomic] = ACTIONS(1009), - [anon_sym_mutable] = ACTIONS(1009), - [anon_sym_constexpr] = ACTIONS(1009), - [anon_sym_constinit] = ACTIONS(1009), - [anon_sym_consteval] = ACTIONS(1009), - [anon_sym_signed] = ACTIONS(1012), - [anon_sym_unsigned] = ACTIONS(1012), - [anon_sym_long] = ACTIONS(1012), - [anon_sym_short] = ACTIONS(1012), - [sym_primitive_type] = ACTIONS(1015), - [anon_sym_enum] = ACTIONS(1018), - [anon_sym_class] = ACTIONS(1021), - [anon_sym_struct] = ACTIONS(1024), - [anon_sym_union] = ACTIONS(1027), - [anon_sym_if] = ACTIONS(1159), - [anon_sym_else] = ACTIONS(963), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_case] = ACTIONS(963), - [anon_sym_default] = ACTIONS(963), - [anon_sym_while] = ACTIONS(1165), - [anon_sym_do] = ACTIONS(1168), - [anon_sym_for] = ACTIONS(1171), - [anon_sym_return] = ACTIONS(1174), - [anon_sym_break] = ACTIONS(1177), - [anon_sym_continue] = ACTIONS(1180), - [anon_sym_goto] = ACTIONS(1183), - [anon_sym_not] = ACTIONS(971), - [anon_sym_compl] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_sizeof] = ACTIONS(1060), - [sym_number_literal] = ACTIONS(1063), - [anon_sym_L_SQUOTE] = ACTIONS(1066), - [anon_sym_u_SQUOTE] = ACTIONS(1066), - [anon_sym_U_SQUOTE] = ACTIONS(1066), - [anon_sym_u8_SQUOTE] = ACTIONS(1066), - [anon_sym_SQUOTE] = ACTIONS(1066), - [anon_sym_L_DQUOTE] = ACTIONS(1069), - [anon_sym_u_DQUOTE] = ACTIONS(1069), - [anon_sym_U_DQUOTE] = ACTIONS(1069), - [anon_sym_u8_DQUOTE] = ACTIONS(1069), - [anon_sym_DQUOTE] = ACTIONS(1069), - [sym_true] = ACTIONS(1072), - [sym_false] = ACTIONS(1072), - [sym_null] = ACTIONS(1072), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1075), - [anon_sym_decltype] = ACTIONS(1078), - [anon_sym_virtual] = ACTIONS(1081), - [anon_sym_explicit] = ACTIONS(963), - [anon_sym_typename] = ACTIONS(1084), - [anon_sym_template] = ACTIONS(1087), - [anon_sym_operator] = ACTIONS(963), - [anon_sym_try] = ACTIONS(1186), - [anon_sym_delete] = ACTIONS(1093), - [anon_sym_throw] = ACTIONS(1189), - [anon_sym_namespace] = ACTIONS(963), - [anon_sym_using] = ACTIONS(963), - [anon_sym_static_assert] = ACTIONS(963), - [anon_sym_concept] = ACTIONS(963), - [anon_sym_co_return] = ACTIONS(1192), - [anon_sym_co_yield] = ACTIONS(1195), - [anon_sym_R_DQUOTE] = ACTIONS(1105), - [anon_sym_LR_DQUOTE] = ACTIONS(1105), - [anon_sym_uR_DQUOTE] = ACTIONS(1105), - [anon_sym_UR_DQUOTE] = ACTIONS(1105), - [anon_sym_u8R_DQUOTE] = ACTIONS(1105), - [anon_sym_co_await] = ACTIONS(1108), - [anon_sym_new] = ACTIONS(1111), - [anon_sym_requires] = ACTIONS(1114), - [sym_this] = ACTIONS(1072), - [sym_nullptr] = ACTIONS(1072), + [aux_sym_preproc_include_token1] = ACTIONS(978), + [aux_sym_preproc_def_token1] = ACTIONS(978), + [aux_sym_preproc_if_token1] = ACTIONS(978), + [aux_sym_preproc_ifdef_token1] = ACTIONS(978), + [aux_sym_preproc_ifdef_token2] = ACTIONS(978), + [sym_preproc_directive] = ACTIONS(978), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(978), + [anon_sym___cdecl] = ACTIONS(978), + [anon_sym___clrcall] = ACTIONS(978), + [anon_sym___stdcall] = ACTIONS(978), + [anon_sym___fastcall] = ACTIONS(978), + [anon_sym___thiscall] = ACTIONS(978), + [anon_sym___vectorcall] = ACTIONS(978), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(980), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(61), + [anon_sym_enum] = ACTIONS(63), + [anon_sym_class] = ACTIONS(65), + [anon_sym_struct] = ACTIONS(67), + [anon_sym_union] = ACTIONS(69), + [anon_sym_if] = ACTIONS(171), + [anon_sym_else] = ACTIONS(978), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(978), + [anon_sym_default] = ACTIONS(978), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(105), + [anon_sym_decltype] = ACTIONS(107), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_explicit] = ACTIONS(978), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(978), + [anon_sym_try] = ACTIONS(197), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_namespace] = ACTIONS(978), + [anon_sym_using] = ACTIONS(978), + [anon_sym_static_assert] = ACTIONS(978), + [anon_sym_concept] = ACTIONS(978), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, [83] = { [sym_declaration] = STATE(83), [sym_type_definition] = STATE(83), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4132), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4152), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), [sym_compound_statement] = STATE(83), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(83), [sym_labeled_statement] = STATE(83), [sym_expression_statement] = STATE(83), @@ -43960,280 +43718,471 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(83), [sym_continue_statement] = STATE(83), [sym_goto_statement] = STATE(83), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), [sym_for_range_loop] = STATE(83), [sym_co_return_statement] = STATE(83), [sym_co_yield_statement] = STATE(83), [sym_throw_statement] = STATE(83), [sym_try_statement] = STATE(83), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [aux_sym_case_statement_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(1198), - [aux_sym_preproc_include_token1] = ACTIONS(963), - [aux_sym_preproc_def_token1] = ACTIONS(963), - [aux_sym_preproc_if_token1] = ACTIONS(963), - [aux_sym_preproc_if_token2] = ACTIONS(963), - [aux_sym_preproc_ifdef_token1] = ACTIONS(963), - [aux_sym_preproc_ifdef_token2] = ACTIONS(963), - [sym_preproc_directive] = ACTIONS(963), - [anon_sym_LPAREN2] = ACTIONS(965), - [anon_sym_BANG] = ACTIONS(968), - [anon_sym_TILDE] = ACTIONS(968), - [anon_sym_DASH] = ACTIONS(971), - [anon_sym_PLUS] = ACTIONS(971), - [anon_sym_STAR] = ACTIONS(974), - [anon_sym_AMP_AMP] = ACTIONS(977), - [anon_sym_AMP] = ACTIONS(979), - [anon_sym_SEMI] = ACTIONS(1201), - [anon_sym_typedef] = ACTIONS(1204), - [anon_sym_extern] = ACTIONS(988), - [anon_sym___attribute__] = ACTIONS(991), - [anon_sym_COLON_COLON] = ACTIONS(994), - [anon_sym_LBRACK_LBRACK] = ACTIONS(997), - [anon_sym___declspec] = ACTIONS(1000), - [anon_sym___based] = ACTIONS(963), - [anon_sym___cdecl] = ACTIONS(963), - [anon_sym___clrcall] = ACTIONS(963), - [anon_sym___stdcall] = ACTIONS(963), - [anon_sym___fastcall] = ACTIONS(963), - [anon_sym___thiscall] = ACTIONS(963), - [anon_sym___vectorcall] = ACTIONS(963), - [anon_sym_LBRACE] = ACTIONS(1207), - [anon_sym_LBRACK] = ACTIONS(1006), - [anon_sym_static] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_thread_local] = ACTIONS(988), - [anon_sym_const] = ACTIONS(1009), - [anon_sym_volatile] = ACTIONS(1009), - [anon_sym_restrict] = ACTIONS(1009), - [anon_sym__Atomic] = ACTIONS(1009), - [anon_sym_mutable] = ACTIONS(1009), - [anon_sym_constexpr] = ACTIONS(1009), - [anon_sym_constinit] = ACTIONS(1009), - [anon_sym_consteval] = ACTIONS(1009), - [anon_sym_signed] = ACTIONS(1012), - [anon_sym_unsigned] = ACTIONS(1012), - [anon_sym_long] = ACTIONS(1012), - [anon_sym_short] = ACTIONS(1012), - [sym_primitive_type] = ACTIONS(1015), - [anon_sym_enum] = ACTIONS(1018), - [anon_sym_class] = ACTIONS(1021), - [anon_sym_struct] = ACTIONS(1024), - [anon_sym_union] = ACTIONS(1027), - [anon_sym_if] = ACTIONS(1210), - [anon_sym_else] = ACTIONS(963), - [anon_sym_switch] = ACTIONS(1213), - [anon_sym_case] = ACTIONS(963), - [anon_sym_default] = ACTIONS(963), - [anon_sym_while] = ACTIONS(1216), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1222), - [anon_sym_return] = ACTIONS(1225), - [anon_sym_break] = ACTIONS(1228), - [anon_sym_continue] = ACTIONS(1231), - [anon_sym_goto] = ACTIONS(1234), - [anon_sym_not] = ACTIONS(971), - [anon_sym_compl] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_sizeof] = ACTIONS(1060), - [sym_number_literal] = ACTIONS(1063), - [anon_sym_L_SQUOTE] = ACTIONS(1066), - [anon_sym_u_SQUOTE] = ACTIONS(1066), - [anon_sym_U_SQUOTE] = ACTIONS(1066), - [anon_sym_u8_SQUOTE] = ACTIONS(1066), - [anon_sym_SQUOTE] = ACTIONS(1066), - [anon_sym_L_DQUOTE] = ACTIONS(1069), - [anon_sym_u_DQUOTE] = ACTIONS(1069), - [anon_sym_U_DQUOTE] = ACTIONS(1069), - [anon_sym_u8_DQUOTE] = ACTIONS(1069), - [anon_sym_DQUOTE] = ACTIONS(1069), - [sym_true] = ACTIONS(1072), - [sym_false] = ACTIONS(1072), - [sym_null] = ACTIONS(1072), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1075), - [anon_sym_decltype] = ACTIONS(1078), - [anon_sym_virtual] = ACTIONS(1081), - [anon_sym_explicit] = ACTIONS(963), - [anon_sym_typename] = ACTIONS(1084), - [anon_sym_template] = ACTIONS(1087), - [anon_sym_operator] = ACTIONS(963), - [anon_sym_try] = ACTIONS(1237), - [anon_sym_delete] = ACTIONS(1093), - [anon_sym_throw] = ACTIONS(1240), - [anon_sym_namespace] = ACTIONS(963), - [anon_sym_using] = ACTIONS(963), - [anon_sym_static_assert] = ACTIONS(963), - [anon_sym_concept] = ACTIONS(963), - [anon_sym_co_return] = ACTIONS(1243), - [anon_sym_co_yield] = ACTIONS(1246), - [anon_sym_R_DQUOTE] = ACTIONS(1105), - [anon_sym_LR_DQUOTE] = ACTIONS(1105), - [anon_sym_uR_DQUOTE] = ACTIONS(1105), - [anon_sym_UR_DQUOTE] = ACTIONS(1105), - [anon_sym_u8R_DQUOTE] = ACTIONS(1105), - [anon_sym_co_await] = ACTIONS(1108), - [anon_sym_new] = ACTIONS(1111), - [anon_sym_requires] = ACTIONS(1114), - [sym_this] = ACTIONS(1072), - [sym_nullptr] = ACTIONS(1072), + [ts_builtin_sym_end] = ACTIONS(999), + [sym_identifier] = ACTIONS(1149), + [aux_sym_preproc_include_token1] = ACTIONS(985), + [aux_sym_preproc_def_token1] = ACTIONS(985), + [aux_sym_preproc_if_token1] = ACTIONS(985), + [aux_sym_preproc_ifdef_token1] = ACTIONS(985), + [aux_sym_preproc_ifdef_token2] = ACTIONS(985), + [sym_preproc_directive] = ACTIONS(985), + [anon_sym_LPAREN2] = ACTIONS(987), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_DASH] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(993), + [anon_sym_STAR] = ACTIONS(996), + [anon_sym_AMP_AMP] = ACTIONS(999), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(1152), + [anon_sym_typedef] = ACTIONS(1155), + [anon_sym_extern] = ACTIONS(1010), + [anon_sym___attribute__] = ACTIONS(1013), + [anon_sym_COLON_COLON] = ACTIONS(1016), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1019), + [anon_sym___declspec] = ACTIONS(1022), + [anon_sym___based] = ACTIONS(985), + [anon_sym___cdecl] = ACTIONS(985), + [anon_sym___clrcall] = ACTIONS(985), + [anon_sym___stdcall] = ACTIONS(985), + [anon_sym___fastcall] = ACTIONS(985), + [anon_sym___thiscall] = ACTIONS(985), + [anon_sym___vectorcall] = ACTIONS(985), + [anon_sym_LBRACE] = ACTIONS(1158), + [anon_sym_LBRACK] = ACTIONS(1028), + [anon_sym_static] = ACTIONS(1010), + [anon_sym_register] = ACTIONS(1010), + [anon_sym_inline] = ACTIONS(1010), + [anon_sym_thread_local] = ACTIONS(1010), + [anon_sym_const] = ACTIONS(1031), + [anon_sym_volatile] = ACTIONS(1031), + [anon_sym_restrict] = ACTIONS(1031), + [anon_sym__Atomic] = ACTIONS(1031), + [anon_sym_mutable] = ACTIONS(1031), + [anon_sym_constexpr] = ACTIONS(1031), + [anon_sym_constinit] = ACTIONS(1031), + [anon_sym_consteval] = ACTIONS(1031), + [anon_sym_signed] = ACTIONS(1034), + [anon_sym_unsigned] = ACTIONS(1034), + [anon_sym_long] = ACTIONS(1034), + [anon_sym_short] = ACTIONS(1034), + [sym_primitive_type] = ACTIONS(1037), + [anon_sym_enum] = ACTIONS(1040), + [anon_sym_class] = ACTIONS(1043), + [anon_sym_struct] = ACTIONS(1046), + [anon_sym_union] = ACTIONS(1049), + [anon_sym_if] = ACTIONS(1161), + [anon_sym_else] = ACTIONS(985), + [anon_sym_switch] = ACTIONS(1164), + [anon_sym_case] = ACTIONS(985), + [anon_sym_default] = ACTIONS(985), + [anon_sym_while] = ACTIONS(1167), + [anon_sym_do] = ACTIONS(1170), + [anon_sym_for] = ACTIONS(1173), + [anon_sym_return] = ACTIONS(1176), + [anon_sym_break] = ACTIONS(1179), + [anon_sym_continue] = ACTIONS(1182), + [anon_sym_goto] = ACTIONS(1185), + [anon_sym_not] = ACTIONS(993), + [anon_sym_compl] = ACTIONS(993), + [anon_sym_DASH_DASH] = ACTIONS(1079), + [anon_sym_PLUS_PLUS] = ACTIONS(1079), + [anon_sym_sizeof] = ACTIONS(1082), + [sym_number_literal] = ACTIONS(1085), + [anon_sym_L_SQUOTE] = ACTIONS(1088), + [anon_sym_u_SQUOTE] = ACTIONS(1088), + [anon_sym_U_SQUOTE] = ACTIONS(1088), + [anon_sym_u8_SQUOTE] = ACTIONS(1088), + [anon_sym_SQUOTE] = ACTIONS(1088), + [anon_sym_L_DQUOTE] = ACTIONS(1091), + [anon_sym_u_DQUOTE] = ACTIONS(1091), + [anon_sym_U_DQUOTE] = ACTIONS(1091), + [anon_sym_u8_DQUOTE] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1091), + [sym_true] = ACTIONS(1094), + [sym_false] = ACTIONS(1094), + [sym_null] = ACTIONS(1094), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1097), + [anon_sym_decltype] = ACTIONS(1100), + [anon_sym_virtual] = ACTIONS(1103), + [anon_sym_explicit] = ACTIONS(985), + [anon_sym_typename] = ACTIONS(1106), + [anon_sym_template] = ACTIONS(1109), + [anon_sym_operator] = ACTIONS(985), + [anon_sym_try] = ACTIONS(1188), + [anon_sym_delete] = ACTIONS(1115), + [anon_sym_throw] = ACTIONS(1191), + [anon_sym_namespace] = ACTIONS(985), + [anon_sym_using] = ACTIONS(985), + [anon_sym_static_assert] = ACTIONS(985), + [anon_sym_concept] = ACTIONS(985), + [anon_sym_co_return] = ACTIONS(1194), + [anon_sym_co_yield] = ACTIONS(1197), + [anon_sym_R_DQUOTE] = ACTIONS(1127), + [anon_sym_LR_DQUOTE] = ACTIONS(1127), + [anon_sym_uR_DQUOTE] = ACTIONS(1127), + [anon_sym_UR_DQUOTE] = ACTIONS(1127), + [anon_sym_u8R_DQUOTE] = ACTIONS(1127), + [anon_sym_co_await] = ACTIONS(1130), + [anon_sym_new] = ACTIONS(1133), + [anon_sym_requires] = ACTIONS(1136), + [sym_this] = ACTIONS(1094), + [sym_nullptr] = ACTIONS(1094), }, [84] = { - [sym_declaration] = STATE(83), - [sym_type_definition] = STATE(83), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4132), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(83), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(83), - [sym_labeled_statement] = STATE(83), - [sym_expression_statement] = STATE(83), - [sym_if_statement] = STATE(83), - [sym_switch_statement] = STATE(83), - [sym_while_statement] = STATE(83), - [sym_do_statement] = STATE(83), - [sym_for_statement] = STATE(83), - [sym_return_statement] = STATE(83), - [sym_break_statement] = STATE(83), - [sym_continue_statement] = STATE(83), - [sym_goto_statement] = STATE(83), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(83), - [sym_co_return_statement] = STATE(83), - [sym_co_yield_statement] = STATE(83), - [sym_throw_statement] = STATE(83), - [sym_try_statement] = STATE(83), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(1249), - [aux_sym_preproc_include_token1] = ACTIONS(1143), - [aux_sym_preproc_def_token1] = ACTIONS(1143), - [aux_sym_preproc_if_token1] = ACTIONS(1143), - [aux_sym_preproc_if_token2] = ACTIONS(1143), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1143), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1143), - [sym_preproc_directive] = ACTIONS(1143), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_declaration] = STATE(84), + [sym_type_definition] = STATE(84), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4136), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(84), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(84), + [sym_labeled_statement] = STATE(84), + [sym_expression_statement] = STATE(84), + [sym_if_statement] = STATE(84), + [sym_switch_statement] = STATE(84), + [sym_while_statement] = STATE(84), + [sym_do_statement] = STATE(84), + [sym_for_statement] = STATE(84), + [sym_return_statement] = STATE(84), + [sym_break_statement] = STATE(84), + [sym_continue_statement] = STATE(84), + [sym_goto_statement] = STATE(84), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(84), + [sym_co_return_statement] = STATE(84), + [sym_co_yield_statement] = STATE(84), + [sym_throw_statement] = STATE(84), + [sym_try_statement] = STATE(84), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(84), + [sym_identifier] = ACTIONS(1200), + [aux_sym_preproc_include_token1] = ACTIONS(985), + [aux_sym_preproc_def_token1] = ACTIONS(985), + [aux_sym_preproc_if_token1] = ACTIONS(985), + [aux_sym_preproc_if_token2] = ACTIONS(985), + [aux_sym_preproc_ifdef_token1] = ACTIONS(985), + [aux_sym_preproc_ifdef_token2] = ACTIONS(985), + [sym_preproc_directive] = ACTIONS(985), + [anon_sym_LPAREN2] = ACTIONS(987), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_DASH] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(993), + [anon_sym_STAR] = ACTIONS(996), + [anon_sym_AMP_AMP] = ACTIONS(999), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(1203), + [anon_sym_typedef] = ACTIONS(1206), + [anon_sym_extern] = ACTIONS(1010), + [anon_sym___attribute__] = ACTIONS(1013), + [anon_sym_COLON_COLON] = ACTIONS(1016), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1019), + [anon_sym___declspec] = ACTIONS(1022), + [anon_sym___based] = ACTIONS(985), + [anon_sym___cdecl] = ACTIONS(985), + [anon_sym___clrcall] = ACTIONS(985), + [anon_sym___stdcall] = ACTIONS(985), + [anon_sym___fastcall] = ACTIONS(985), + [anon_sym___thiscall] = ACTIONS(985), + [anon_sym___vectorcall] = ACTIONS(985), + [anon_sym_LBRACE] = ACTIONS(1209), + [anon_sym_LBRACK] = ACTIONS(1028), + [anon_sym_static] = ACTIONS(1010), + [anon_sym_register] = ACTIONS(1010), + [anon_sym_inline] = ACTIONS(1010), + [anon_sym_thread_local] = ACTIONS(1010), + [anon_sym_const] = ACTIONS(1031), + [anon_sym_volatile] = ACTIONS(1031), + [anon_sym_restrict] = ACTIONS(1031), + [anon_sym__Atomic] = ACTIONS(1031), + [anon_sym_mutable] = ACTIONS(1031), + [anon_sym_constexpr] = ACTIONS(1031), + [anon_sym_constinit] = ACTIONS(1031), + [anon_sym_consteval] = ACTIONS(1031), + [anon_sym_signed] = ACTIONS(1034), + [anon_sym_unsigned] = ACTIONS(1034), + [anon_sym_long] = ACTIONS(1034), + [anon_sym_short] = ACTIONS(1034), + [sym_primitive_type] = ACTIONS(1037), + [anon_sym_enum] = ACTIONS(1040), + [anon_sym_class] = ACTIONS(1043), + [anon_sym_struct] = ACTIONS(1046), + [anon_sym_union] = ACTIONS(1049), + [anon_sym_if] = ACTIONS(1212), + [anon_sym_else] = ACTIONS(985), + [anon_sym_switch] = ACTIONS(1215), + [anon_sym_case] = ACTIONS(985), + [anon_sym_default] = ACTIONS(985), + [anon_sym_while] = ACTIONS(1218), + [anon_sym_do] = ACTIONS(1221), + [anon_sym_for] = ACTIONS(1224), + [anon_sym_return] = ACTIONS(1227), + [anon_sym_break] = ACTIONS(1230), + [anon_sym_continue] = ACTIONS(1233), + [anon_sym_goto] = ACTIONS(1236), + [anon_sym_not] = ACTIONS(993), + [anon_sym_compl] = ACTIONS(993), + [anon_sym_DASH_DASH] = ACTIONS(1079), + [anon_sym_PLUS_PLUS] = ACTIONS(1079), + [anon_sym_sizeof] = ACTIONS(1082), + [sym_number_literal] = ACTIONS(1085), + [anon_sym_L_SQUOTE] = ACTIONS(1088), + [anon_sym_u_SQUOTE] = ACTIONS(1088), + [anon_sym_U_SQUOTE] = ACTIONS(1088), + [anon_sym_u8_SQUOTE] = ACTIONS(1088), + [anon_sym_SQUOTE] = ACTIONS(1088), + [anon_sym_L_DQUOTE] = ACTIONS(1091), + [anon_sym_u_DQUOTE] = ACTIONS(1091), + [anon_sym_U_DQUOTE] = ACTIONS(1091), + [anon_sym_u8_DQUOTE] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1091), + [sym_true] = ACTIONS(1094), + [sym_false] = ACTIONS(1094), + [sym_null] = ACTIONS(1094), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1097), + [anon_sym_decltype] = ACTIONS(1100), + [anon_sym_virtual] = ACTIONS(1103), + [anon_sym_explicit] = ACTIONS(985), + [anon_sym_typename] = ACTIONS(1106), + [anon_sym_template] = ACTIONS(1109), + [anon_sym_operator] = ACTIONS(985), + [anon_sym_try] = ACTIONS(1239), + [anon_sym_delete] = ACTIONS(1115), + [anon_sym_throw] = ACTIONS(1242), + [anon_sym_namespace] = ACTIONS(985), + [anon_sym_using] = ACTIONS(985), + [anon_sym_static_assert] = ACTIONS(985), + [anon_sym_concept] = ACTIONS(985), + [anon_sym_co_return] = ACTIONS(1245), + [anon_sym_co_yield] = ACTIONS(1248), + [anon_sym_R_DQUOTE] = ACTIONS(1127), + [anon_sym_LR_DQUOTE] = ACTIONS(1127), + [anon_sym_uR_DQUOTE] = ACTIONS(1127), + [anon_sym_UR_DQUOTE] = ACTIONS(1127), + [anon_sym_u8R_DQUOTE] = ACTIONS(1127), + [anon_sym_co_await] = ACTIONS(1130), + [anon_sym_new] = ACTIONS(1133), + [anon_sym_requires] = ACTIONS(1136), + [sym_this] = ACTIONS(1094), + [sym_nullptr] = ACTIONS(1094), + }, + [85] = { + [sym_declaration] = STATE(91), + [sym_type_definition] = STATE(91), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4136), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(91), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(91), + [sym_labeled_statement] = STATE(91), + [sym_expression_statement] = STATE(91), + [sym_if_statement] = STATE(91), + [sym_switch_statement] = STATE(91), + [sym_while_statement] = STATE(91), + [sym_do_statement] = STATE(91), + [sym_for_statement] = STATE(91), + [sym_return_statement] = STATE(91), + [sym_break_statement] = STATE(91), + [sym_continue_statement] = STATE(91), + [sym_goto_statement] = STATE(91), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(91), + [sym_co_return_statement] = STATE(91), + [sym_co_yield_statement] = STATE(91), + [sym_throw_statement] = STATE(91), + [sym_try_statement] = STATE(91), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(91), + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(962), + [aux_sym_preproc_def_token1] = ACTIONS(962), + [aux_sym_preproc_if_token1] = ACTIONS(962), + [aux_sym_preproc_if_token2] = ACTIONS(962), + [aux_sym_preproc_ifdef_token1] = ACTIONS(962), + [aux_sym_preproc_ifdef_token2] = ACTIONS(962), + [sym_preproc_directive] = ACTIONS(962), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1145), - [anon_sym_AMP] = ACTIONS(1127), - [anon_sym_SEMI] = ACTIONS(862), - [anon_sym_typedef] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(968), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(692), + [anon_sym_typedef] = ACTIONS(694), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1143), - [anon_sym___cdecl] = ACTIONS(1143), - [anon_sym___clrcall] = ACTIONS(1143), - [anon_sym___stdcall] = ACTIONS(1143), - [anon_sym___fastcall] = ACTIONS(1143), - [anon_sym___thiscall] = ACTIONS(1143), - [anon_sym___vectorcall] = ACTIONS(1143), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym___based] = ACTIONS(962), + [anon_sym___cdecl] = ACTIONS(962), + [anon_sym___clrcall] = ACTIONS(962), + [anon_sym___stdcall] = ACTIONS(962), + [anon_sym___fastcall] = ACTIONS(962), + [anon_sym___thiscall] = ACTIONS(962), + [anon_sym___vectorcall] = ACTIONS(962), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -44255,18 +44204,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(870), - [anon_sym_else] = ACTIONS(1143), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1143), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(700), + [anon_sym_else] = ACTIONS(962), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(962), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -44290,19 +44239,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(1143), + [anon_sym_explicit] = ACTIONS(962), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1143), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(962), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_namespace] = ACTIONS(1143), - [anon_sym_using] = ACTIONS(1143), - [anon_sym_static_assert] = ACTIONS(1143), - [anon_sym_concept] = ACTIONS(1143), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_namespace] = ACTIONS(962), + [anon_sym_using] = ACTIONS(962), + [anon_sym_static_assert] = ACTIONS(962), + [anon_sym_concept] = ACTIONS(962), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -44314,22 +44263,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [85] = { + [86] = { [sym_declaration] = STATE(82), [sym_type_definition] = STATE(82), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4157), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4114), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), [sym_compound_statement] = STATE(82), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(82), [sym_labeled_statement] = STATE(82), [sym_expression_statement] = STATE(82), @@ -44342,79 +44291,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(82), [sym_continue_statement] = STATE(82), [sym_goto_statement] = STATE(82), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), [sym_for_range_loop] = STATE(82), [sym_co_return_statement] = STATE(82), [sym_co_yield_statement] = STATE(82), [sym_throw_statement] = STATE(82), [sym_try_statement] = STATE(82), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [aux_sym_case_statement_repeat1] = STATE(82), + [sym_identifier] = ACTIONS(1147), + [aux_sym_preproc_include_token1] = ACTIONS(962), + [aux_sym_preproc_def_token1] = ACTIONS(962), + [aux_sym_preproc_if_token1] = ACTIONS(962), + [aux_sym_preproc_ifdef_token1] = ACTIONS(962), + [aux_sym_preproc_ifdef_token2] = ACTIONS(962), + [sym_preproc_directive] = ACTIONS(962), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(968), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(962), + [anon_sym___cdecl] = ACTIONS(962), + [anon_sym___clrcall] = ACTIONS(962), + [anon_sym___stdcall] = ACTIONS(962), + [anon_sym___fastcall] = ACTIONS(962), + [anon_sym___thiscall] = ACTIONS(962), + [anon_sym___vectorcall] = ACTIONS(962), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(968), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(61), + [anon_sym_enum] = ACTIONS(63), + [anon_sym_class] = ACTIONS(65), + [anon_sym_struct] = ACTIONS(67), + [anon_sym_union] = ACTIONS(69), + [anon_sym_if] = ACTIONS(171), + [anon_sym_else] = ACTIONS(962), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(962), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(105), + [anon_sym_decltype] = ACTIONS(107), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_explicit] = ACTIONS(962), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(962), + [anon_sym_try] = ACTIONS(197), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_namespace] = ACTIONS(962), + [anon_sym_using] = ACTIONS(962), + [anon_sym_static_assert] = ACTIONS(962), + [anon_sym_concept] = ACTIONS(962), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [87] = { + [sym_declaration] = STATE(94), + [sym_type_definition] = STATE(94), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4152), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(94), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(94), + [sym_labeled_statement] = STATE(94), + [sym_expression_statement] = STATE(94), + [sym_if_statement] = STATE(94), + [sym_switch_statement] = STATE(94), + [sym_while_statement] = STATE(94), + [sym_do_statement] = STATE(94), + [sym_for_statement] = STATE(94), + [sym_return_statement] = STATE(94), + [sym_break_statement] = STATE(94), + [sym_continue_statement] = STATE(94), + [sym_goto_statement] = STATE(94), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(94), + [sym_co_return_statement] = STATE(94), + [sym_co_yield_statement] = STATE(94), + [sym_throw_statement] = STATE(94), + [sym_try_statement] = STATE(94), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(94), [ts_builtin_sym_end] = ACTIONS(1145), - [sym_identifier] = ACTIONS(1251), + [sym_identifier] = ACTIONS(1253), [aux_sym_preproc_include_token1] = ACTIONS(1143), [aux_sym_preproc_def_token1] = ACTIONS(1143), [aux_sym_preproc_if_token1] = ACTIONS(1143), [aux_sym_preproc_ifdef_token1] = ACTIONS(1143), [aux_sym_preproc_ifdef_token2] = ACTIONS(1143), [sym_preproc_directive] = ACTIONS(1143), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), [anon_sym_AMP_AMP] = ACTIONS(1145), - [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(970), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_typedef] = ACTIONS(35), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(1143), [anon_sym___cdecl] = ACTIONS(1143), @@ -44424,7 +44564,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1143), [anon_sym___vectorcall] = ACTIONS(1143), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -44483,7 +44623,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(1143), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1143), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), @@ -44505,117 +44645,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [86] = { - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4132), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(84), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(84), - [sym_labeled_statement] = STATE(84), - [sym_expression_statement] = STATE(84), - [sym_if_statement] = STATE(84), - [sym_switch_statement] = STATE(84), - [sym_while_statement] = STATE(84), - [sym_do_statement] = STATE(84), - [sym_for_statement] = STATE(84), - [sym_return_statement] = STATE(84), - [sym_break_statement] = STATE(84), - [sym_continue_statement] = STATE(84), - [sym_goto_statement] = STATE(84), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(84), - [sym_co_return_statement] = STATE(84), - [sym_co_yield_statement] = STATE(84), - [sym_throw_statement] = STATE(84), - [sym_try_statement] = STATE(84), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(84), - [sym_identifier] = ACTIONS(1249), - [aux_sym_preproc_include_token1] = ACTIONS(1119), - [aux_sym_preproc_def_token1] = ACTIONS(1119), - [aux_sym_preproc_if_token1] = ACTIONS(1119), - [aux_sym_preproc_if_token2] = ACTIONS(1119), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1119), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1119), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_LPAREN2] = ACTIONS(1121), + [88] = { + [sym_declaration] = STATE(96), + [sym_type_definition] = STATE(96), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4114), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(96), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(96), + [sym_labeled_statement] = STATE(96), + [sym_expression_statement] = STATE(96), + [sym_if_statement] = STATE(96), + [sym_switch_statement] = STATE(96), + [sym_while_statement] = STATE(96), + [sym_do_statement] = STATE(96), + [sym_for_statement] = STATE(96), + [sym_return_statement] = STATE(96), + [sym_break_statement] = STATE(96), + [sym_continue_statement] = STATE(96), + [sym_goto_statement] = STATE(96), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(96), + [sym_co_return_statement] = STATE(96), + [sym_co_yield_statement] = STATE(96), + [sym_throw_statement] = STATE(96), + [sym_try_statement] = STATE(96), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(96), + [sym_identifier] = ACTIONS(1147), + [aux_sym_preproc_include_token1] = ACTIONS(1139), + [aux_sym_preproc_def_token1] = ACTIONS(1139), + [aux_sym_preproc_if_token1] = ACTIONS(1139), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1139), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1139), + [sym_preproc_directive] = ACTIONS(1139), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1125), - [anon_sym_AMP] = ACTIONS(1127), - [anon_sym_SEMI] = ACTIONS(862), - [anon_sym_typedef] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(1141), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1119), - [anon_sym___cdecl] = ACTIONS(1119), - [anon_sym___clrcall] = ACTIONS(1119), - [anon_sym___stdcall] = ACTIONS(1119), - [anon_sym___fastcall] = ACTIONS(1119), - [anon_sym___thiscall] = ACTIONS(1119), - [anon_sym___vectorcall] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym___based] = ACTIONS(1139), + [anon_sym___cdecl] = ACTIONS(1139), + [anon_sym___clrcall] = ACTIONS(1139), + [anon_sym___stdcall] = ACTIONS(1139), + [anon_sym___fastcall] = ACTIONS(1139), + [anon_sym___thiscall] = ACTIONS(1139), + [anon_sym___vectorcall] = ACTIONS(1139), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(1141), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -44637,18 +44777,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(870), - [anon_sym_else] = ACTIONS(1119), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(1119), - [anon_sym_default] = ACTIONS(1119), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(171), + [anon_sym_else] = ACTIONS(1139), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(1139), + [anon_sym_default] = ACTIONS(1139), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -44672,19 +44812,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(1119), + [anon_sym_explicit] = ACTIONS(1139), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1119), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(1139), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_namespace] = ACTIONS(1119), - [anon_sym_using] = ACTIONS(1119), - [anon_sym_static_assert] = ACTIONS(1119), - [anon_sym_concept] = ACTIONS(1119), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_namespace] = ACTIONS(1139), + [anon_sym_using] = ACTIONS(1139), + [anon_sym_static_assert] = ACTIONS(1139), + [anon_sym_concept] = ACTIONS(1139), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -44696,86 +44836,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [87] = { - [sym_declaration] = STATE(89), - [sym_type_definition] = STATE(89), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4132), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(89), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(89), - [sym_labeled_statement] = STATE(89), - [sym_expression_statement] = STATE(89), - [sym_if_statement] = STATE(89), - [sym_switch_statement] = STATE(89), - [sym_while_statement] = STATE(89), - [sym_do_statement] = STATE(89), - [sym_for_statement] = STATE(89), - [sym_return_statement] = STATE(89), - [sym_break_statement] = STATE(89), - [sym_continue_statement] = STATE(89), - [sym_goto_statement] = STATE(89), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(89), - [sym_co_return_statement] = STATE(89), - [sym_co_yield_statement] = STATE(89), - [sym_throw_statement] = STATE(89), - [sym_try_statement] = STATE(89), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(89), - [sym_identifier] = ACTIONS(1249), + [89] = { + [sym_declaration] = STATE(84), + [sym_type_definition] = STATE(84), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4136), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(84), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(84), + [sym_labeled_statement] = STATE(84), + [sym_expression_statement] = STATE(84), + [sym_if_statement] = STATE(84), + [sym_switch_statement] = STATE(84), + [sym_while_statement] = STATE(84), + [sym_do_statement] = STATE(84), + [sym_for_statement] = STATE(84), + [sym_return_statement] = STATE(84), + [sym_break_statement] = STATE(84), + [sym_continue_statement] = STATE(84), + [sym_goto_statement] = STATE(84), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(84), + [sym_co_return_statement] = STATE(84), + [sym_co_yield_statement] = STATE(84), + [sym_throw_statement] = STATE(84), + [sym_try_statement] = STATE(84), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(84), + [sym_identifier] = ACTIONS(1251), [aux_sym_preproc_include_token1] = ACTIONS(1139), [aux_sym_preproc_def_token1] = ACTIONS(1139), [aux_sym_preproc_if_token1] = ACTIONS(1139), @@ -44783,20 +44923,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_ifdef_token1] = ACTIONS(1139), [aux_sym_preproc_ifdef_token2] = ACTIONS(1139), [sym_preproc_directive] = ACTIONS(1139), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), [anon_sym_AMP_AMP] = ACTIONS(1141), - [anon_sym_AMP] = ACTIONS(1127), - [anon_sym_SEMI] = ACTIONS(862), - [anon_sym_typedef] = ACTIONS(864), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(692), + [anon_sym_typedef] = ACTIONS(694), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(1139), [anon_sym___cdecl] = ACTIONS(1139), @@ -44805,8 +44945,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1139), [anon_sym___thiscall] = ACTIONS(1139), [anon_sym___vectorcall] = ACTIONS(1139), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -44828,18 +44968,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(870), + [anon_sym_if] = ACTIONS(700), [anon_sym_else] = ACTIONS(1139), - [anon_sym_switch] = ACTIONS(872), + [anon_sym_switch] = ACTIONS(702), [anon_sym_case] = ACTIONS(1139), [anon_sym_default] = ACTIONS(1139), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -44865,17 +45005,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(1139), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1139), - [anon_sym_try] = ACTIONS(894), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), + [anon_sym_throw] = ACTIONS(726), [anon_sym_namespace] = ACTIONS(1139), [anon_sym_using] = ACTIONS(1139), [anon_sym_static_assert] = ACTIONS(1139), [anon_sym_concept] = ACTIONS(1139), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -44887,117 +45027,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [88] = { - [sym_declaration] = STATE(85), - [sym_type_definition] = STATE(85), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4157), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(85), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(85), - [sym_labeled_statement] = STATE(85), - [sym_expression_statement] = STATE(85), - [sym_if_statement] = STATE(85), - [sym_switch_statement] = STATE(85), - [sym_while_statement] = STATE(85), - [sym_do_statement] = STATE(85), - [sym_for_statement] = STATE(85), - [sym_return_statement] = STATE(85), - [sym_break_statement] = STATE(85), - [sym_continue_statement] = STATE(85), - [sym_goto_statement] = STATE(85), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(85), - [sym_co_return_statement] = STATE(85), - [sym_co_yield_statement] = STATE(85), - [sym_throw_statement] = STATE(85), - [sym_try_statement] = STATE(85), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(85), - [ts_builtin_sym_end] = ACTIONS(1125), + [90] = { + [sym_declaration] = STATE(89), + [sym_type_definition] = STATE(89), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4136), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(89), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(89), + [sym_labeled_statement] = STATE(89), + [sym_expression_statement] = STATE(89), + [sym_if_statement] = STATE(89), + [sym_switch_statement] = STATE(89), + [sym_while_statement] = STATE(89), + [sym_do_statement] = STATE(89), + [sym_for_statement] = STATE(89), + [sym_return_statement] = STATE(89), + [sym_break_statement] = STATE(89), + [sym_continue_statement] = STATE(89), + [sym_goto_statement] = STATE(89), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(89), + [sym_co_return_statement] = STATE(89), + [sym_co_yield_statement] = STATE(89), + [sym_throw_statement] = STATE(89), + [sym_try_statement] = STATE(89), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(89), [sym_identifier] = ACTIONS(1251), - [aux_sym_preproc_include_token1] = ACTIONS(1119), - [aux_sym_preproc_def_token1] = ACTIONS(1119), - [aux_sym_preproc_if_token1] = ACTIONS(1119), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1119), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1119), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_LPAREN2] = ACTIONS(1121), + [aux_sym_preproc_include_token1] = ACTIONS(1143), + [aux_sym_preproc_def_token1] = ACTIONS(1143), + [aux_sym_preproc_if_token1] = ACTIONS(1143), + [aux_sym_preproc_if_token2] = ACTIONS(1143), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1143), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1143), + [sym_preproc_directive] = ACTIONS(1143), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1125), - [anon_sym_AMP] = ACTIONS(1127), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(1145), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(692), + [anon_sym_typedef] = ACTIONS(694), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1119), - [anon_sym___cdecl] = ACTIONS(1119), - [anon_sym___clrcall] = ACTIONS(1119), - [anon_sym___stdcall] = ACTIONS(1119), - [anon_sym___fastcall] = ACTIONS(1119), - [anon_sym___thiscall] = ACTIONS(1119), - [anon_sym___vectorcall] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym___based] = ACTIONS(1143), + [anon_sym___cdecl] = ACTIONS(1143), + [anon_sym___clrcall] = ACTIONS(1143), + [anon_sym___stdcall] = ACTIONS(1143), + [anon_sym___fastcall] = ACTIONS(1143), + [anon_sym___thiscall] = ACTIONS(1143), + [anon_sym___vectorcall] = ACTIONS(1143), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -45019,18 +45159,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(71), - [anon_sym_else] = ACTIONS(1119), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1119), - [anon_sym_default] = ACTIONS(1119), - [anon_sym_while] = ACTIONS(79), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(700), + [anon_sym_else] = ACTIONS(1143), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(1143), + [anon_sym_default] = ACTIONS(1143), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -45054,19 +45194,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(1119), + [anon_sym_explicit] = ACTIONS(1143), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1119), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(1143), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_namespace] = ACTIONS(1119), - [anon_sym_using] = ACTIONS(1119), - [anon_sym_static_assert] = ACTIONS(1119), - [anon_sym_concept] = ACTIONS(1119), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_namespace] = ACTIONS(1143), + [anon_sym_using] = ACTIONS(1143), + [anon_sym_static_assert] = ACTIONS(1143), + [anon_sym_concept] = ACTIONS(1143), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -45078,117 +45218,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [89] = { - [sym_declaration] = STATE(83), - [sym_type_definition] = STATE(83), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4132), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(83), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(83), - [sym_labeled_statement] = STATE(83), - [sym_expression_statement] = STATE(83), - [sym_if_statement] = STATE(83), - [sym_switch_statement] = STATE(83), - [sym_while_statement] = STATE(83), - [sym_do_statement] = STATE(83), - [sym_for_statement] = STATE(83), - [sym_return_statement] = STATE(83), - [sym_break_statement] = STATE(83), - [sym_continue_statement] = STATE(83), - [sym_goto_statement] = STATE(83), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(83), - [sym_co_return_statement] = STATE(83), - [sym_co_yield_statement] = STATE(83), - [sym_throw_statement] = STATE(83), - [sym_try_statement] = STATE(83), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(1249), - [aux_sym_preproc_include_token1] = ACTIONS(1135), - [aux_sym_preproc_def_token1] = ACTIONS(1135), - [aux_sym_preproc_if_token1] = ACTIONS(1135), - [aux_sym_preproc_if_token2] = ACTIONS(1135), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1135), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1135), - [sym_preproc_directive] = ACTIONS(1135), - [anon_sym_LPAREN2] = ACTIONS(1121), + [91] = { + [sym_declaration] = STATE(84), + [sym_type_definition] = STATE(84), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4136), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(84), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(84), + [sym_labeled_statement] = STATE(84), + [sym_expression_statement] = STATE(84), + [sym_if_statement] = STATE(84), + [sym_switch_statement] = STATE(84), + [sym_while_statement] = STATE(84), + [sym_do_statement] = STATE(84), + [sym_for_statement] = STATE(84), + [sym_return_statement] = STATE(84), + [sym_break_statement] = STATE(84), + [sym_continue_statement] = STATE(84), + [sym_goto_statement] = STATE(84), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(84), + [sym_co_return_statement] = STATE(84), + [sym_co_yield_statement] = STATE(84), + [sym_throw_statement] = STATE(84), + [sym_try_statement] = STATE(84), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(84), + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(978), + [aux_sym_preproc_def_token1] = ACTIONS(978), + [aux_sym_preproc_if_token1] = ACTIONS(978), + [aux_sym_preproc_if_token2] = ACTIONS(978), + [aux_sym_preproc_ifdef_token1] = ACTIONS(978), + [aux_sym_preproc_ifdef_token2] = ACTIONS(978), + [sym_preproc_directive] = ACTIONS(978), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1137), - [anon_sym_AMP] = ACTIONS(1127), - [anon_sym_SEMI] = ACTIONS(862), - [anon_sym_typedef] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(692), + [anon_sym_typedef] = ACTIONS(694), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1135), - [anon_sym___cdecl] = ACTIONS(1135), - [anon_sym___clrcall] = ACTIONS(1135), - [anon_sym___stdcall] = ACTIONS(1135), - [anon_sym___fastcall] = ACTIONS(1135), - [anon_sym___thiscall] = ACTIONS(1135), - [anon_sym___vectorcall] = ACTIONS(1135), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym___based] = ACTIONS(978), + [anon_sym___cdecl] = ACTIONS(978), + [anon_sym___clrcall] = ACTIONS(978), + [anon_sym___stdcall] = ACTIONS(978), + [anon_sym___fastcall] = ACTIONS(978), + [anon_sym___thiscall] = ACTIONS(978), + [anon_sym___vectorcall] = ACTIONS(978), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -45210,18 +45350,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(870), - [anon_sym_else] = ACTIONS(1135), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(1135), - [anon_sym_default] = ACTIONS(1135), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(700), + [anon_sym_else] = ACTIONS(978), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(978), + [anon_sym_default] = ACTIONS(978), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -45245,19 +45385,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(1135), + [anon_sym_explicit] = ACTIONS(978), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1135), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(978), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_namespace] = ACTIONS(1135), - [anon_sym_using] = ACTIONS(1135), - [anon_sym_static_assert] = ACTIONS(1135), - [anon_sym_concept] = ACTIONS(1135), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_namespace] = ACTIONS(978), + [anon_sym_using] = ACTIONS(978), + [anon_sym_static_assert] = ACTIONS(978), + [anon_sym_concept] = ACTIONS(978), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -45269,117 +45409,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [90] = { - [sym_declaration] = STATE(91), - [sym_type_definition] = STATE(91), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4157), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(91), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(91), - [sym_labeled_statement] = STATE(91), - [sym_expression_statement] = STATE(91), - [sym_if_statement] = STATE(91), - [sym_switch_statement] = STATE(91), - [sym_while_statement] = STATE(91), - [sym_do_statement] = STATE(91), - [sym_for_statement] = STATE(91), - [sym_return_statement] = STATE(91), - [sym_break_statement] = STATE(91), - [sym_continue_statement] = STATE(91), - [sym_goto_statement] = STATE(91), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(91), - [sym_co_return_statement] = STATE(91), - [sym_co_yield_statement] = STATE(91), - [sym_throw_statement] = STATE(91), - [sym_try_statement] = STATE(91), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(91), - [ts_builtin_sym_end] = ACTIONS(1141), - [sym_identifier] = ACTIONS(1251), - [aux_sym_preproc_include_token1] = ACTIONS(1139), - [aux_sym_preproc_def_token1] = ACTIONS(1139), - [aux_sym_preproc_if_token1] = ACTIONS(1139), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1139), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1139), - [sym_preproc_directive] = ACTIONS(1139), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1141), - [anon_sym_AMP] = ACTIONS(1127), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1139), - [anon_sym___cdecl] = ACTIONS(1139), - [anon_sym___clrcall] = ACTIONS(1139), - [anon_sym___stdcall] = ACTIONS(1139), - [anon_sym___fastcall] = ACTIONS(1139), - [anon_sym___thiscall] = ACTIONS(1139), - [anon_sym___vectorcall] = ACTIONS(1139), + [92] = { + [sym_declaration] = STATE(93), + [sym_type_definition] = STATE(93), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4152), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(93), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(93), + [sym_labeled_statement] = STATE(93), + [sym_expression_statement] = STATE(93), + [sym_if_statement] = STATE(93), + [sym_switch_statement] = STATE(93), + [sym_while_statement] = STATE(93), + [sym_do_statement] = STATE(93), + [sym_for_statement] = STATE(93), + [sym_return_statement] = STATE(93), + [sym_break_statement] = STATE(93), + [sym_continue_statement] = STATE(93), + [sym_goto_statement] = STATE(93), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(93), + [sym_co_return_statement] = STATE(93), + [sym_co_yield_statement] = STATE(93), + [sym_throw_statement] = STATE(93), + [sym_try_statement] = STATE(93), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(93), + [ts_builtin_sym_end] = ACTIONS(968), + [sym_identifier] = ACTIONS(1253), + [aux_sym_preproc_include_token1] = ACTIONS(962), + [aux_sym_preproc_def_token1] = ACTIONS(962), + [aux_sym_preproc_if_token1] = ACTIONS(962), + [aux_sym_preproc_ifdef_token1] = ACTIONS(962), + [aux_sym_preproc_ifdef_token2] = ACTIONS(962), + [sym_preproc_directive] = ACTIONS(962), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(968), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(962), + [anon_sym___cdecl] = ACTIONS(962), + [anon_sym___clrcall] = ACTIONS(962), + [anon_sym___stdcall] = ACTIONS(962), + [anon_sym___fastcall] = ACTIONS(962), + [anon_sym___thiscall] = ACTIONS(962), + [anon_sym___vectorcall] = ACTIONS(962), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -45402,10 +45542,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(71), - [anon_sym_else] = ACTIONS(1139), + [anon_sym_else] = ACTIONS(962), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1139), - [anon_sym_default] = ACTIONS(1139), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(962), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), @@ -45436,17 +45576,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(1139), + [anon_sym_explicit] = ACTIONS(962), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1139), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(962), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), - [anon_sym_namespace] = ACTIONS(1139), - [anon_sym_using] = ACTIONS(1139), - [anon_sym_static_assert] = ACTIONS(1139), - [anon_sym_concept] = ACTIONS(1139), + [anon_sym_namespace] = ACTIONS(962), + [anon_sym_using] = ACTIONS(962), + [anon_sym_static_assert] = ACTIONS(962), + [anon_sym_concept] = ACTIONS(962), [anon_sym_co_return] = ACTIONS(133), [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), @@ -45460,117 +45600,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [91] = { - [sym_declaration] = STATE(82), - [sym_type_definition] = STATE(82), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4157), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(82), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(82), - [sym_labeled_statement] = STATE(82), - [sym_expression_statement] = STATE(82), - [sym_if_statement] = STATE(82), - [sym_switch_statement] = STATE(82), - [sym_while_statement] = STATE(82), - [sym_do_statement] = STATE(82), - [sym_for_statement] = STATE(82), - [sym_return_statement] = STATE(82), - [sym_break_statement] = STATE(82), - [sym_continue_statement] = STATE(82), - [sym_goto_statement] = STATE(82), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(82), - [sym_co_return_statement] = STATE(82), - [sym_co_yield_statement] = STATE(82), - [sym_throw_statement] = STATE(82), - [sym_try_statement] = STATE(82), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(82), - [ts_builtin_sym_end] = ACTIONS(1137), - [sym_identifier] = ACTIONS(1251), - [aux_sym_preproc_include_token1] = ACTIONS(1135), - [aux_sym_preproc_def_token1] = ACTIONS(1135), - [aux_sym_preproc_if_token1] = ACTIONS(1135), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1135), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1135), - [sym_preproc_directive] = ACTIONS(1135), - [anon_sym_LPAREN2] = ACTIONS(1121), + [93] = { + [sym_declaration] = STATE(83), + [sym_type_definition] = STATE(83), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4152), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(83), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(83), + [sym_labeled_statement] = STATE(83), + [sym_expression_statement] = STATE(83), + [sym_if_statement] = STATE(83), + [sym_switch_statement] = STATE(83), + [sym_while_statement] = STATE(83), + [sym_do_statement] = STATE(83), + [sym_for_statement] = STATE(83), + [sym_return_statement] = STATE(83), + [sym_break_statement] = STATE(83), + [sym_continue_statement] = STATE(83), + [sym_goto_statement] = STATE(83), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(83), + [sym_co_return_statement] = STATE(83), + [sym_co_yield_statement] = STATE(83), + [sym_throw_statement] = STATE(83), + [sym_try_statement] = STATE(83), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(83), + [ts_builtin_sym_end] = ACTIONS(980), + [sym_identifier] = ACTIONS(1253), + [aux_sym_preproc_include_token1] = ACTIONS(978), + [aux_sym_preproc_def_token1] = ACTIONS(978), + [aux_sym_preproc_if_token1] = ACTIONS(978), + [aux_sym_preproc_ifdef_token1] = ACTIONS(978), + [aux_sym_preproc_ifdef_token2] = ACTIONS(978), + [sym_preproc_directive] = ACTIONS(978), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1137), - [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(970), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_typedef] = ACTIONS(35), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1135), - [anon_sym___cdecl] = ACTIONS(1135), - [anon_sym___clrcall] = ACTIONS(1135), - [anon_sym___stdcall] = ACTIONS(1135), - [anon_sym___fastcall] = ACTIONS(1135), - [anon_sym___thiscall] = ACTIONS(1135), - [anon_sym___vectorcall] = ACTIONS(1135), + [anon_sym___based] = ACTIONS(978), + [anon_sym___cdecl] = ACTIONS(978), + [anon_sym___clrcall] = ACTIONS(978), + [anon_sym___stdcall] = ACTIONS(978), + [anon_sym___fastcall] = ACTIONS(978), + [anon_sym___thiscall] = ACTIONS(978), + [anon_sym___vectorcall] = ACTIONS(978), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -45593,10 +45733,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(71), - [anon_sym_else] = ACTIONS(1135), + [anon_sym_else] = ACTIONS(978), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1135), - [anon_sym_default] = ACTIONS(1135), + [anon_sym_case] = ACTIONS(978), + [anon_sym_default] = ACTIONS(978), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), @@ -45627,17 +45767,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(1135), + [anon_sym_explicit] = ACTIONS(978), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1135), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(978), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), - [anon_sym_namespace] = ACTIONS(1135), - [anon_sym_using] = ACTIONS(1135), - [anon_sym_static_assert] = ACTIONS(1135), - [anon_sym_concept] = ACTIONS(1135), + [anon_sym_namespace] = ACTIONS(978), + [anon_sym_using] = ACTIONS(978), + [anon_sym_static_assert] = ACTIONS(978), + [anon_sym_concept] = ACTIONS(978), [anon_sym_co_return] = ACTIONS(133), [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), @@ -45651,488 +45791,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [92] = { - [sym_declaration] = STATE(92), - [sym_type_definition] = STATE(92), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4172), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(92), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(92), - [sym_labeled_statement] = STATE(92), - [sym_expression_statement] = STATE(92), - [sym_if_statement] = STATE(92), - [sym_switch_statement] = STATE(92), - [sym_while_statement] = STATE(92), - [sym_do_statement] = STATE(92), - [sym_for_statement] = STATE(92), - [sym_return_statement] = STATE(92), - [sym_break_statement] = STATE(92), - [sym_continue_statement] = STATE(92), - [sym_goto_statement] = STATE(92), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(92), - [sym_co_return_statement] = STATE(92), - [sym_co_yield_statement] = STATE(92), - [sym_throw_statement] = STATE(92), - [sym_try_statement] = STATE(92), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(92), - [sym_identifier] = ACTIONS(1253), - [aux_sym_preproc_include_token1] = ACTIONS(963), - [aux_sym_preproc_def_token1] = ACTIONS(963), - [aux_sym_preproc_if_token1] = ACTIONS(963), - [aux_sym_preproc_ifdef_token1] = ACTIONS(963), - [aux_sym_preproc_ifdef_token2] = ACTIONS(963), - [sym_preproc_directive] = ACTIONS(963), - [anon_sym_LPAREN2] = ACTIONS(965), - [anon_sym_BANG] = ACTIONS(968), - [anon_sym_TILDE] = ACTIONS(968), - [anon_sym_DASH] = ACTIONS(971), - [anon_sym_PLUS] = ACTIONS(971), - [anon_sym_STAR] = ACTIONS(974), - [anon_sym_AMP_AMP] = ACTIONS(977), - [anon_sym_AMP] = ACTIONS(979), - [anon_sym_SEMI] = ACTIONS(1256), - [anon_sym_typedef] = ACTIONS(1259), - [anon_sym_extern] = ACTIONS(988), - [anon_sym___attribute__] = ACTIONS(991), - [anon_sym_COLON_COLON] = ACTIONS(994), - [anon_sym_LBRACK_LBRACK] = ACTIONS(997), - [anon_sym___declspec] = ACTIONS(1000), - [anon_sym___based] = ACTIONS(963), - [anon_sym___cdecl] = ACTIONS(963), - [anon_sym___clrcall] = ACTIONS(963), - [anon_sym___stdcall] = ACTIONS(963), - [anon_sym___fastcall] = ACTIONS(963), - [anon_sym___thiscall] = ACTIONS(963), - [anon_sym___vectorcall] = ACTIONS(963), - [anon_sym_LBRACE] = ACTIONS(1262), - [anon_sym_RBRACE] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(1006), - [anon_sym_static] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_thread_local] = ACTIONS(988), - [anon_sym_const] = ACTIONS(1009), - [anon_sym_volatile] = ACTIONS(1009), - [anon_sym_restrict] = ACTIONS(1009), - [anon_sym__Atomic] = ACTIONS(1009), - [anon_sym_mutable] = ACTIONS(1009), - [anon_sym_constexpr] = ACTIONS(1009), - [anon_sym_constinit] = ACTIONS(1009), - [anon_sym_consteval] = ACTIONS(1009), - [anon_sym_signed] = ACTIONS(1012), - [anon_sym_unsigned] = ACTIONS(1012), - [anon_sym_long] = ACTIONS(1012), - [anon_sym_short] = ACTIONS(1012), - [sym_primitive_type] = ACTIONS(1015), - [anon_sym_enum] = ACTIONS(1018), - [anon_sym_class] = ACTIONS(1021), - [anon_sym_struct] = ACTIONS(1024), - [anon_sym_union] = ACTIONS(1027), - [anon_sym_if] = ACTIONS(1265), - [anon_sym_else] = ACTIONS(963), - [anon_sym_switch] = ACTIONS(1268), - [anon_sym_case] = ACTIONS(963), - [anon_sym_default] = ACTIONS(963), - [anon_sym_while] = ACTIONS(1271), - [anon_sym_do] = ACTIONS(1274), - [anon_sym_for] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1280), - [anon_sym_break] = ACTIONS(1283), - [anon_sym_continue] = ACTIONS(1286), - [anon_sym_goto] = ACTIONS(1289), - [anon_sym_not] = ACTIONS(971), - [anon_sym_compl] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_sizeof] = ACTIONS(1060), - [sym_number_literal] = ACTIONS(1063), - [anon_sym_L_SQUOTE] = ACTIONS(1066), - [anon_sym_u_SQUOTE] = ACTIONS(1066), - [anon_sym_U_SQUOTE] = ACTIONS(1066), - [anon_sym_u8_SQUOTE] = ACTIONS(1066), - [anon_sym_SQUOTE] = ACTIONS(1066), - [anon_sym_L_DQUOTE] = ACTIONS(1069), - [anon_sym_u_DQUOTE] = ACTIONS(1069), - [anon_sym_U_DQUOTE] = ACTIONS(1069), - [anon_sym_u8_DQUOTE] = ACTIONS(1069), - [anon_sym_DQUOTE] = ACTIONS(1069), - [sym_true] = ACTIONS(1072), - [sym_false] = ACTIONS(1072), - [sym_null] = ACTIONS(1072), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1075), - [anon_sym_decltype] = ACTIONS(1078), - [anon_sym_virtual] = ACTIONS(1081), - [anon_sym_explicit] = ACTIONS(963), - [anon_sym_typename] = ACTIONS(1084), - [anon_sym_template] = ACTIONS(1087), - [anon_sym_operator] = ACTIONS(963), - [anon_sym_try] = ACTIONS(1292), - [anon_sym_delete] = ACTIONS(1093), - [anon_sym_throw] = ACTIONS(1295), - [anon_sym_namespace] = ACTIONS(963), - [anon_sym_using] = ACTIONS(963), - [anon_sym_static_assert] = ACTIONS(963), - [anon_sym_concept] = ACTIONS(963), - [anon_sym_co_return] = ACTIONS(1298), - [anon_sym_co_yield] = ACTIONS(1301), - [anon_sym_R_DQUOTE] = ACTIONS(1105), - [anon_sym_LR_DQUOTE] = ACTIONS(1105), - [anon_sym_uR_DQUOTE] = ACTIONS(1105), - [anon_sym_UR_DQUOTE] = ACTIONS(1105), - [anon_sym_u8R_DQUOTE] = ACTIONS(1105), - [anon_sym_co_await] = ACTIONS(1108), - [anon_sym_new] = ACTIONS(1111), - [anon_sym_requires] = ACTIONS(1114), - [sym_this] = ACTIONS(1072), - [sym_nullptr] = ACTIONS(1072), - }, - [93] = { - [sym_declaration] = STATE(92), - [sym_type_definition] = STATE(92), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4172), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(92), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(92), - [sym_labeled_statement] = STATE(92), - [sym_expression_statement] = STATE(92), - [sym_if_statement] = STATE(92), - [sym_switch_statement] = STATE(92), - [sym_while_statement] = STATE(92), - [sym_do_statement] = STATE(92), - [sym_for_statement] = STATE(92), - [sym_return_statement] = STATE(92), - [sym_break_statement] = STATE(92), - [sym_continue_statement] = STATE(92), - [sym_goto_statement] = STATE(92), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(92), - [sym_co_return_statement] = STATE(92), - [sym_co_yield_statement] = STATE(92), - [sym_throw_statement] = STATE(92), - [sym_try_statement] = STATE(92), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(92), - [sym_identifier] = ACTIONS(1304), - [aux_sym_preproc_include_token1] = ACTIONS(1143), - [aux_sym_preproc_def_token1] = ACTIONS(1143), - [aux_sym_preproc_if_token1] = ACTIONS(1143), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1143), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1143), - [sym_preproc_directive] = ACTIONS(1143), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1145), - [anon_sym_AMP] = ACTIONS(1127), - [anon_sym_SEMI] = ACTIONS(159), - [anon_sym_typedef] = ACTIONS(161), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1143), - [anon_sym___cdecl] = ACTIONS(1143), - [anon_sym___clrcall] = ACTIONS(1143), - [anon_sym___stdcall] = ACTIONS(1143), - [anon_sym___fastcall] = ACTIONS(1143), - [anon_sym___thiscall] = ACTIONS(1143), - [anon_sym___vectorcall] = ACTIONS(1143), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(1145), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(61), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(171), - [anon_sym_else] = ACTIONS(1143), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1143), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(105), - [anon_sym_decltype] = ACTIONS(107), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(1143), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1143), - [anon_sym_try] = ACTIONS(197), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_namespace] = ACTIONS(1143), - [anon_sym_using] = ACTIONS(1143), - [anon_sym_static_assert] = ACTIONS(1143), - [anon_sym_concept] = ACTIONS(1143), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, [94] = { - [sym_declaration] = STATE(95), - [sym_type_definition] = STATE(95), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4172), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(95), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(95), - [sym_labeled_statement] = STATE(95), - [sym_expression_statement] = STATE(95), - [sym_if_statement] = STATE(95), - [sym_switch_statement] = STATE(95), - [sym_while_statement] = STATE(95), - [sym_do_statement] = STATE(95), - [sym_for_statement] = STATE(95), - [sym_return_statement] = STATE(95), - [sym_break_statement] = STATE(95), - [sym_continue_statement] = STATE(95), - [sym_goto_statement] = STATE(95), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(95), - [sym_co_return_statement] = STATE(95), - [sym_co_yield_statement] = STATE(95), - [sym_throw_statement] = STATE(95), - [sym_try_statement] = STATE(95), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(95), - [sym_identifier] = ACTIONS(1304), + [sym_declaration] = STATE(83), + [sym_type_definition] = STATE(83), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4152), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(83), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(83), + [sym_labeled_statement] = STATE(83), + [sym_expression_statement] = STATE(83), + [sym_if_statement] = STATE(83), + [sym_switch_statement] = STATE(83), + [sym_while_statement] = STATE(83), + [sym_do_statement] = STATE(83), + [sym_for_statement] = STATE(83), + [sym_return_statement] = STATE(83), + [sym_break_statement] = STATE(83), + [sym_continue_statement] = STATE(83), + [sym_goto_statement] = STATE(83), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(83), + [sym_co_return_statement] = STATE(83), + [sym_co_yield_statement] = STATE(83), + [sym_throw_statement] = STATE(83), + [sym_try_statement] = STATE(83), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(83), + [ts_builtin_sym_end] = ACTIONS(1141), + [sym_identifier] = ACTIONS(1253), [aux_sym_preproc_include_token1] = ACTIONS(1139), [aux_sym_preproc_def_token1] = ACTIONS(1139), [aux_sym_preproc_if_token1] = ACTIONS(1139), [aux_sym_preproc_ifdef_token1] = ACTIONS(1139), [aux_sym_preproc_ifdef_token2] = ACTIONS(1139), [sym_preproc_directive] = ACTIONS(1139), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), [anon_sym_AMP_AMP] = ACTIONS(1141), - [anon_sym_AMP] = ACTIONS(1127), - [anon_sym_SEMI] = ACTIONS(159), - [anon_sym_typedef] = ACTIONS(161), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(1139), [anon_sym___cdecl] = ACTIONS(1139), @@ -46141,9 +45900,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1139), [anon_sym___thiscall] = ACTIONS(1139), [anon_sym___vectorcall] = ACTIONS(1139), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(1141), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -46165,18 +45923,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(171), + [anon_sym_if] = ACTIONS(71), [anon_sym_else] = ACTIONS(1139), - [anon_sym_switch] = ACTIONS(173), + [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(1139), [anon_sym_default] = ACTIONS(1139), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_while] = ACTIONS(79), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(83), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -46202,17 +45960,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(1139), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1139), - [anon_sym_try] = ACTIONS(197), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), + [anon_sym_throw] = ACTIONS(123), [anon_sym_namespace] = ACTIONS(1139), [anon_sym_using] = ACTIONS(1139), [anon_sym_static_assert] = ACTIONS(1139), [anon_sym_concept] = ACTIONS(1139), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -46225,116 +45983,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [95] = { - [sym_declaration] = STATE(92), - [sym_type_definition] = STATE(92), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4172), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(92), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(92), - [sym_labeled_statement] = STATE(92), - [sym_expression_statement] = STATE(92), - [sym_if_statement] = STATE(92), - [sym_switch_statement] = STATE(92), - [sym_while_statement] = STATE(92), - [sym_do_statement] = STATE(92), - [sym_for_statement] = STATE(92), - [sym_return_statement] = STATE(92), - [sym_break_statement] = STATE(92), - [sym_continue_statement] = STATE(92), - [sym_goto_statement] = STATE(92), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(92), - [sym_co_return_statement] = STATE(92), - [sym_co_yield_statement] = STATE(92), - [sym_throw_statement] = STATE(92), - [sym_try_statement] = STATE(92), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(92), - [sym_identifier] = ACTIONS(1304), - [aux_sym_preproc_include_token1] = ACTIONS(1135), - [aux_sym_preproc_def_token1] = ACTIONS(1135), - [aux_sym_preproc_if_token1] = ACTIONS(1135), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1135), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1135), - [sym_preproc_directive] = ACTIONS(1135), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_declaration] = STATE(88), + [sym_type_definition] = STATE(88), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4114), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(88), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(88), + [sym_labeled_statement] = STATE(88), + [sym_expression_statement] = STATE(88), + [sym_if_statement] = STATE(88), + [sym_switch_statement] = STATE(88), + [sym_while_statement] = STATE(88), + [sym_do_statement] = STATE(88), + [sym_for_statement] = STATE(88), + [sym_return_statement] = STATE(88), + [sym_break_statement] = STATE(88), + [sym_continue_statement] = STATE(88), + [sym_goto_statement] = STATE(88), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(88), + [sym_co_return_statement] = STATE(88), + [sym_co_yield_statement] = STATE(88), + [sym_throw_statement] = STATE(88), + [sym_try_statement] = STATE(88), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(88), + [sym_identifier] = ACTIONS(1147), + [aux_sym_preproc_include_token1] = ACTIONS(1143), + [aux_sym_preproc_def_token1] = ACTIONS(1143), + [aux_sym_preproc_if_token1] = ACTIONS(1143), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1143), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1143), + [sym_preproc_directive] = ACTIONS(1143), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1137), - [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(1145), + [anon_sym_AMP] = ACTIONS(970), [anon_sym_SEMI] = ACTIONS(159), [anon_sym_typedef] = ACTIONS(161), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1135), - [anon_sym___cdecl] = ACTIONS(1135), - [anon_sym___clrcall] = ACTIONS(1135), - [anon_sym___stdcall] = ACTIONS(1135), - [anon_sym___fastcall] = ACTIONS(1135), - [anon_sym___thiscall] = ACTIONS(1135), - [anon_sym___vectorcall] = ACTIONS(1135), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym___based] = ACTIONS(1143), + [anon_sym___cdecl] = ACTIONS(1143), + [anon_sym___clrcall] = ACTIONS(1143), + [anon_sym___stdcall] = ACTIONS(1143), + [anon_sym___fastcall] = ACTIONS(1143), + [anon_sym___thiscall] = ACTIONS(1143), + [anon_sym___vectorcall] = ACTIONS(1143), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -46357,10 +46115,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(171), - [anon_sym_else] = ACTIONS(1135), + [anon_sym_else] = ACTIONS(1143), [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(1135), - [anon_sym_default] = ACTIONS(1135), + [anon_sym_case] = ACTIONS(1143), + [anon_sym_default] = ACTIONS(1143), [anon_sym_while] = ACTIONS(179), [anon_sym_do] = ACTIONS(181), [anon_sym_for] = ACTIONS(183), @@ -46391,17 +46149,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(1135), + [anon_sym_explicit] = ACTIONS(1143), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1135), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(1143), [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(199), - [anon_sym_namespace] = ACTIONS(1135), - [anon_sym_using] = ACTIONS(1135), - [anon_sym_static_assert] = ACTIONS(1135), - [anon_sym_concept] = ACTIONS(1135), + [anon_sym_namespace] = ACTIONS(1143), + [anon_sym_using] = ACTIONS(1143), + [anon_sym_static_assert] = ACTIONS(1143), + [anon_sym_concept] = ACTIONS(1143), [anon_sym_co_return] = ACTIONS(209), [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), @@ -46416,292 +46174,292 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [96] = { - [sym_declaration] = STATE(93), - [sym_type_definition] = STATE(93), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4172), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(93), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(93), - [sym_labeled_statement] = STATE(93), - [sym_expression_statement] = STATE(93), - [sym_if_statement] = STATE(93), - [sym_switch_statement] = STATE(93), - [sym_while_statement] = STATE(93), - [sym_do_statement] = STATE(93), - [sym_for_statement] = STATE(93), - [sym_return_statement] = STATE(93), - [sym_break_statement] = STATE(93), - [sym_continue_statement] = STATE(93), - [sym_goto_statement] = STATE(93), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(93), - [sym_co_return_statement] = STATE(93), - [sym_co_yield_statement] = STATE(93), - [sym_throw_statement] = STATE(93), - [sym_try_statement] = STATE(93), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(93), - [sym_identifier] = ACTIONS(1304), - [aux_sym_preproc_include_token1] = ACTIONS(1119), - [aux_sym_preproc_def_token1] = ACTIONS(1119), - [aux_sym_preproc_if_token1] = ACTIONS(1119), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1119), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1119), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1125), - [anon_sym_AMP] = ACTIONS(1127), - [anon_sym_SEMI] = ACTIONS(159), - [anon_sym_typedef] = ACTIONS(161), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1119), - [anon_sym___cdecl] = ACTIONS(1119), - [anon_sym___clrcall] = ACTIONS(1119), - [anon_sym___stdcall] = ACTIONS(1119), - [anon_sym___fastcall] = ACTIONS(1119), - [anon_sym___thiscall] = ACTIONS(1119), - [anon_sym___vectorcall] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_RBRACE] = ACTIONS(1125), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(61), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), - [anon_sym_if] = ACTIONS(171), - [anon_sym_else] = ACTIONS(1119), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(1119), - [anon_sym_default] = ACTIONS(1119), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(105), - [anon_sym_decltype] = ACTIONS(107), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(1119), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1119), - [anon_sym_try] = ACTIONS(197), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_namespace] = ACTIONS(1119), - [anon_sym_using] = ACTIONS(1119), - [anon_sym_static_assert] = ACTIONS(1119), - [anon_sym_concept] = ACTIONS(1119), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [sym_declaration] = STATE(96), + [sym_type_definition] = STATE(96), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4114), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(96), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(96), + [sym_labeled_statement] = STATE(96), + [sym_expression_statement] = STATE(96), + [sym_if_statement] = STATE(96), + [sym_switch_statement] = STATE(96), + [sym_while_statement] = STATE(96), + [sym_do_statement] = STATE(96), + [sym_for_statement] = STATE(96), + [sym_return_statement] = STATE(96), + [sym_break_statement] = STATE(96), + [sym_continue_statement] = STATE(96), + [sym_goto_statement] = STATE(96), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(96), + [sym_co_return_statement] = STATE(96), + [sym_co_yield_statement] = STATE(96), + [sym_throw_statement] = STATE(96), + [sym_try_statement] = STATE(96), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(96), + [sym_identifier] = ACTIONS(1255), + [aux_sym_preproc_include_token1] = ACTIONS(985), + [aux_sym_preproc_def_token1] = ACTIONS(985), + [aux_sym_preproc_if_token1] = ACTIONS(985), + [aux_sym_preproc_ifdef_token1] = ACTIONS(985), + [aux_sym_preproc_ifdef_token2] = ACTIONS(985), + [sym_preproc_directive] = ACTIONS(985), + [anon_sym_LPAREN2] = ACTIONS(987), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_DASH] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(993), + [anon_sym_STAR] = ACTIONS(996), + [anon_sym_AMP_AMP] = ACTIONS(999), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(1258), + [anon_sym_typedef] = ACTIONS(1261), + [anon_sym_extern] = ACTIONS(1010), + [anon_sym___attribute__] = ACTIONS(1013), + [anon_sym_COLON_COLON] = ACTIONS(1016), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1019), + [anon_sym___declspec] = ACTIONS(1022), + [anon_sym___based] = ACTIONS(985), + [anon_sym___cdecl] = ACTIONS(985), + [anon_sym___clrcall] = ACTIONS(985), + [anon_sym___stdcall] = ACTIONS(985), + [anon_sym___fastcall] = ACTIONS(985), + [anon_sym___thiscall] = ACTIONS(985), + [anon_sym___vectorcall] = ACTIONS(985), + [anon_sym_LBRACE] = ACTIONS(1264), + [anon_sym_RBRACE] = ACTIONS(999), + [anon_sym_LBRACK] = ACTIONS(1028), + [anon_sym_static] = ACTIONS(1010), + [anon_sym_register] = ACTIONS(1010), + [anon_sym_inline] = ACTIONS(1010), + [anon_sym_thread_local] = ACTIONS(1010), + [anon_sym_const] = ACTIONS(1031), + [anon_sym_volatile] = ACTIONS(1031), + [anon_sym_restrict] = ACTIONS(1031), + [anon_sym__Atomic] = ACTIONS(1031), + [anon_sym_mutable] = ACTIONS(1031), + [anon_sym_constexpr] = ACTIONS(1031), + [anon_sym_constinit] = ACTIONS(1031), + [anon_sym_consteval] = ACTIONS(1031), + [anon_sym_signed] = ACTIONS(1034), + [anon_sym_unsigned] = ACTIONS(1034), + [anon_sym_long] = ACTIONS(1034), + [anon_sym_short] = ACTIONS(1034), + [sym_primitive_type] = ACTIONS(1037), + [anon_sym_enum] = ACTIONS(1040), + [anon_sym_class] = ACTIONS(1043), + [anon_sym_struct] = ACTIONS(1046), + [anon_sym_union] = ACTIONS(1049), + [anon_sym_if] = ACTIONS(1267), + [anon_sym_else] = ACTIONS(985), + [anon_sym_switch] = ACTIONS(1270), + [anon_sym_case] = ACTIONS(985), + [anon_sym_default] = ACTIONS(985), + [anon_sym_while] = ACTIONS(1273), + [anon_sym_do] = ACTIONS(1276), + [anon_sym_for] = ACTIONS(1279), + [anon_sym_return] = ACTIONS(1282), + [anon_sym_break] = ACTIONS(1285), + [anon_sym_continue] = ACTIONS(1288), + [anon_sym_goto] = ACTIONS(1291), + [anon_sym_not] = ACTIONS(993), + [anon_sym_compl] = ACTIONS(993), + [anon_sym_DASH_DASH] = ACTIONS(1079), + [anon_sym_PLUS_PLUS] = ACTIONS(1079), + [anon_sym_sizeof] = ACTIONS(1082), + [sym_number_literal] = ACTIONS(1085), + [anon_sym_L_SQUOTE] = ACTIONS(1088), + [anon_sym_u_SQUOTE] = ACTIONS(1088), + [anon_sym_U_SQUOTE] = ACTIONS(1088), + [anon_sym_u8_SQUOTE] = ACTIONS(1088), + [anon_sym_SQUOTE] = ACTIONS(1088), + [anon_sym_L_DQUOTE] = ACTIONS(1091), + [anon_sym_u_DQUOTE] = ACTIONS(1091), + [anon_sym_U_DQUOTE] = ACTIONS(1091), + [anon_sym_u8_DQUOTE] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1091), + [sym_true] = ACTIONS(1094), + [sym_false] = ACTIONS(1094), + [sym_null] = ACTIONS(1094), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1097), + [anon_sym_decltype] = ACTIONS(1100), + [anon_sym_virtual] = ACTIONS(1103), + [anon_sym_explicit] = ACTIONS(985), + [anon_sym_typename] = ACTIONS(1106), + [anon_sym_template] = ACTIONS(1109), + [anon_sym_operator] = ACTIONS(985), + [anon_sym_try] = ACTIONS(1294), + [anon_sym_delete] = ACTIONS(1115), + [anon_sym_throw] = ACTIONS(1297), + [anon_sym_namespace] = ACTIONS(985), + [anon_sym_using] = ACTIONS(985), + [anon_sym_static_assert] = ACTIONS(985), + [anon_sym_concept] = ACTIONS(985), + [anon_sym_co_return] = ACTIONS(1300), + [anon_sym_co_yield] = ACTIONS(1303), + [anon_sym_R_DQUOTE] = ACTIONS(1127), + [anon_sym_LR_DQUOTE] = ACTIONS(1127), + [anon_sym_uR_DQUOTE] = ACTIONS(1127), + [anon_sym_UR_DQUOTE] = ACTIONS(1127), + [anon_sym_u8R_DQUOTE] = ACTIONS(1127), + [anon_sym_co_await] = ACTIONS(1130), + [anon_sym_new] = ACTIONS(1133), + [anon_sym_requires] = ACTIONS(1136), + [sym_this] = ACTIONS(1094), + [sym_nullptr] = ACTIONS(1094), }, [97] = { - [sym_declaration] = STATE(98), - [sym_type_definition] = STATE(98), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4126), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(98), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(98), - [sym_labeled_statement] = STATE(98), - [sym_expression_statement] = STATE(98), - [sym_if_statement] = STATE(98), - [sym_switch_statement] = STATE(98), - [sym_while_statement] = STATE(98), - [sym_do_statement] = STATE(98), - [sym_for_statement] = STATE(98), - [sym_return_statement] = STATE(98), - [sym_break_statement] = STATE(98), - [sym_continue_statement] = STATE(98), - [sym_goto_statement] = STATE(98), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(98), - [sym_co_return_statement] = STATE(98), - [sym_co_yield_statement] = STATE(98), - [sym_throw_statement] = STATE(98), - [sym_try_statement] = STATE(98), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(98), + [sym_declaration] = STATE(101), + [sym_type_definition] = STATE(101), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4118), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(101), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(101), + [sym_labeled_statement] = STATE(101), + [sym_expression_statement] = STATE(101), + [sym_if_statement] = STATE(101), + [sym_switch_statement] = STATE(101), + [sym_while_statement] = STATE(101), + [sym_do_statement] = STATE(101), + [sym_for_statement] = STATE(101), + [sym_return_statement] = STATE(101), + [sym_break_statement] = STATE(101), + [sym_continue_statement] = STATE(101), + [sym_goto_statement] = STATE(101), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(101), + [sym_co_return_statement] = STATE(101), + [sym_co_yield_statement] = STATE(101), + [sym_throw_statement] = STATE(101), + [sym_try_statement] = STATE(101), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(101), [sym_identifier] = ACTIONS(1306), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_typedef] = ACTIONS(1310), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -46724,7 +46482,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(1314), - [anon_sym_else] = ACTIONS(1139), + [anon_sym_else] = ACTIONS(1143), [anon_sym_switch] = ACTIONS(1316), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(1320), @@ -46757,7 +46515,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(1334), @@ -46777,19 +46535,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [98] = { [sym_declaration] = STATE(99), [sym_type_definition] = STATE(99), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4126), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4118), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), [sym_compound_statement] = STATE(99), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), [sym_attributed_statement] = STATE(99), [sym_labeled_statement] = STATE(99), [sym_expression_statement] = STATE(99), @@ -46802,74 +46560,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(99), [sym_continue_statement] = STATE(99), [sym_goto_statement] = STATE(99), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), [sym_for_range_loop] = STATE(99), [sym_co_return_statement] = STATE(99), [sym_co_yield_statement] = STATE(99), [sym_throw_statement] = STATE(99), [sym_try_statement] = STATE(99), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [aux_sym_case_statement_repeat1] = STATE(99), [sym_identifier] = ACTIONS(1306), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_typedef] = ACTIONS(1310), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -46892,7 +46650,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(1314), - [anon_sym_else] = ACTIONS(1135), + [anon_sym_else] = ACTIONS(962), [anon_sym_switch] = ACTIONS(1316), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(1320), @@ -46925,7 +46683,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(1334), @@ -46943,269 +46701,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [99] = { - [sym_declaration] = STATE(99), - [sym_type_definition] = STATE(99), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4126), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(99), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(99), - [sym_labeled_statement] = STATE(99), - [sym_expression_statement] = STATE(99), - [sym_if_statement] = STATE(99), - [sym_switch_statement] = STATE(99), - [sym_while_statement] = STATE(99), - [sym_do_statement] = STATE(99), - [sym_for_statement] = STATE(99), - [sym_return_statement] = STATE(99), - [sym_break_statement] = STATE(99), - [sym_continue_statement] = STATE(99), - [sym_goto_statement] = STATE(99), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(99), - [sym_co_return_statement] = STATE(99), - [sym_co_yield_statement] = STATE(99), - [sym_throw_statement] = STATE(99), - [sym_try_statement] = STATE(99), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(99), - [sym_identifier] = ACTIONS(1340), - [anon_sym_LPAREN2] = ACTIONS(965), - [anon_sym_BANG] = ACTIONS(968), - [anon_sym_TILDE] = ACTIONS(968), - [anon_sym_DASH] = ACTIONS(971), - [anon_sym_PLUS] = ACTIONS(971), - [anon_sym_STAR] = ACTIONS(974), - [anon_sym_AMP] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_typedef] = ACTIONS(1346), - [anon_sym_extern] = ACTIONS(988), - [anon_sym___attribute__] = ACTIONS(991), - [anon_sym_COLON_COLON] = ACTIONS(994), - [anon_sym_LBRACK_LBRACK] = ACTIONS(997), - [anon_sym___declspec] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1349), - [anon_sym_LBRACK] = ACTIONS(1006), - [anon_sym_static] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_thread_local] = ACTIONS(988), - [anon_sym_const] = ACTIONS(1009), - [anon_sym_volatile] = ACTIONS(1009), - [anon_sym_restrict] = ACTIONS(1009), - [anon_sym__Atomic] = ACTIONS(1009), - [anon_sym_mutable] = ACTIONS(1009), - [anon_sym_constexpr] = ACTIONS(1009), - [anon_sym_constinit] = ACTIONS(1009), - [anon_sym_consteval] = ACTIONS(1009), - [anon_sym_signed] = ACTIONS(1012), - [anon_sym_unsigned] = ACTIONS(1012), - [anon_sym_long] = ACTIONS(1012), - [anon_sym_short] = ACTIONS(1012), - [sym_primitive_type] = ACTIONS(1015), - [anon_sym_enum] = ACTIONS(1018), - [anon_sym_class] = ACTIONS(1021), - [anon_sym_struct] = ACTIONS(1024), - [anon_sym_union] = ACTIONS(1027), - [anon_sym_if] = ACTIONS(1352), - [anon_sym_else] = ACTIONS(963), - [anon_sym_switch] = ACTIONS(1355), - [anon_sym_while] = ACTIONS(1358), - [anon_sym_do] = ACTIONS(1361), - [anon_sym_for] = ACTIONS(1364), - [anon_sym_return] = ACTIONS(1367), - [anon_sym_break] = ACTIONS(1370), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_goto] = ACTIONS(1376), - [anon_sym_not] = ACTIONS(971), - [anon_sym_compl] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_sizeof] = ACTIONS(1060), - [sym_number_literal] = ACTIONS(1063), - [anon_sym_L_SQUOTE] = ACTIONS(1066), - [anon_sym_u_SQUOTE] = ACTIONS(1066), - [anon_sym_U_SQUOTE] = ACTIONS(1066), - [anon_sym_u8_SQUOTE] = ACTIONS(1066), - [anon_sym_SQUOTE] = ACTIONS(1066), - [anon_sym_L_DQUOTE] = ACTIONS(1069), - [anon_sym_u_DQUOTE] = ACTIONS(1069), - [anon_sym_U_DQUOTE] = ACTIONS(1069), - [anon_sym_u8_DQUOTE] = ACTIONS(1069), - [anon_sym_DQUOTE] = ACTIONS(1069), - [sym_true] = ACTIONS(1072), - [sym_false] = ACTIONS(1072), - [sym_null] = ACTIONS(1072), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1075), - [anon_sym_decltype] = ACTIONS(1078), - [anon_sym_virtual] = ACTIONS(1081), - [anon_sym_typename] = ACTIONS(1084), - [anon_sym_template] = ACTIONS(1087), - [anon_sym_try] = ACTIONS(1379), - [anon_sym_delete] = ACTIONS(1093), - [anon_sym_throw] = ACTIONS(1382), - [anon_sym_co_return] = ACTIONS(1385), - [anon_sym_co_yield] = ACTIONS(1388), - [anon_sym_R_DQUOTE] = ACTIONS(1105), - [anon_sym_LR_DQUOTE] = ACTIONS(1105), - [anon_sym_uR_DQUOTE] = ACTIONS(1105), - [anon_sym_UR_DQUOTE] = ACTIONS(1105), - [anon_sym_u8R_DQUOTE] = ACTIONS(1105), - [anon_sym_co_await] = ACTIONS(1108), - [anon_sym_new] = ACTIONS(1111), - [anon_sym_requires] = ACTIONS(1114), - [sym_this] = ACTIONS(1072), - [sym_nullptr] = ACTIONS(1072), - }, - [100] = { - [sym_declaration] = STATE(101), - [sym_type_definition] = STATE(101), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4126), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(101), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(101), - [sym_labeled_statement] = STATE(101), - [sym_expression_statement] = STATE(101), - [sym_if_statement] = STATE(101), - [sym_switch_statement] = STATE(101), - [sym_while_statement] = STATE(101), - [sym_do_statement] = STATE(101), - [sym_for_statement] = STATE(101), - [sym_return_statement] = STATE(101), - [sym_break_statement] = STATE(101), - [sym_continue_statement] = STATE(101), - [sym_goto_statement] = STATE(101), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(101), - [sym_co_return_statement] = STATE(101), - [sym_co_yield_statement] = STATE(101), - [sym_throw_statement] = STATE(101), - [sym_try_statement] = STATE(101), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(101), + [sym_declaration] = STATE(100), + [sym_type_definition] = STATE(100), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4118), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(100), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(100), + [sym_labeled_statement] = STATE(100), + [sym_expression_statement] = STATE(100), + [sym_if_statement] = STATE(100), + [sym_switch_statement] = STATE(100), + [sym_while_statement] = STATE(100), + [sym_do_statement] = STATE(100), + [sym_for_statement] = STATE(100), + [sym_return_statement] = STATE(100), + [sym_break_statement] = STATE(100), + [sym_continue_statement] = STATE(100), + [sym_goto_statement] = STATE(100), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(100), + [sym_co_return_statement] = STATE(100), + [sym_co_yield_statement] = STATE(100), + [sym_throw_statement] = STATE(100), + [sym_try_statement] = STATE(100), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(100), [sym_identifier] = ACTIONS(1306), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_typedef] = ACTIONS(1310), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -47228,7 +46818,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(1314), - [anon_sym_else] = ACTIONS(1119), + [anon_sym_else] = ACTIONS(978), [anon_sym_switch] = ACTIONS(1316), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(1320), @@ -47261,7 +46851,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(1334), @@ -47278,102 +46868,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, + [100] = { + [sym_declaration] = STATE(100), + [sym_type_definition] = STATE(100), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4118), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(100), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(100), + [sym_labeled_statement] = STATE(100), + [sym_expression_statement] = STATE(100), + [sym_if_statement] = STATE(100), + [sym_switch_statement] = STATE(100), + [sym_while_statement] = STATE(100), + [sym_do_statement] = STATE(100), + [sym_for_statement] = STATE(100), + [sym_return_statement] = STATE(100), + [sym_break_statement] = STATE(100), + [sym_continue_statement] = STATE(100), + [sym_goto_statement] = STATE(100), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(100), + [sym_co_return_statement] = STATE(100), + [sym_co_yield_statement] = STATE(100), + [sym_throw_statement] = STATE(100), + [sym_try_statement] = STATE(100), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(100), + [sym_identifier] = ACTIONS(1340), + [anon_sym_LPAREN2] = ACTIONS(987), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_DASH] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(993), + [anon_sym_STAR] = ACTIONS(996), + [anon_sym_AMP] = ACTIONS(996), + [anon_sym_SEMI] = ACTIONS(1343), + [anon_sym_typedef] = ACTIONS(1346), + [anon_sym_extern] = ACTIONS(1010), + [anon_sym___attribute__] = ACTIONS(1013), + [anon_sym_COLON_COLON] = ACTIONS(1016), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1019), + [anon_sym___declspec] = ACTIONS(1022), + [anon_sym_LBRACE] = ACTIONS(1349), + [anon_sym_LBRACK] = ACTIONS(1028), + [anon_sym_static] = ACTIONS(1010), + [anon_sym_register] = ACTIONS(1010), + [anon_sym_inline] = ACTIONS(1010), + [anon_sym_thread_local] = ACTIONS(1010), + [anon_sym_const] = ACTIONS(1031), + [anon_sym_volatile] = ACTIONS(1031), + [anon_sym_restrict] = ACTIONS(1031), + [anon_sym__Atomic] = ACTIONS(1031), + [anon_sym_mutable] = ACTIONS(1031), + [anon_sym_constexpr] = ACTIONS(1031), + [anon_sym_constinit] = ACTIONS(1031), + [anon_sym_consteval] = ACTIONS(1031), + [anon_sym_signed] = ACTIONS(1034), + [anon_sym_unsigned] = ACTIONS(1034), + [anon_sym_long] = ACTIONS(1034), + [anon_sym_short] = ACTIONS(1034), + [sym_primitive_type] = ACTIONS(1037), + [anon_sym_enum] = ACTIONS(1040), + [anon_sym_class] = ACTIONS(1043), + [anon_sym_struct] = ACTIONS(1046), + [anon_sym_union] = ACTIONS(1049), + [anon_sym_if] = ACTIONS(1352), + [anon_sym_else] = ACTIONS(985), + [anon_sym_switch] = ACTIONS(1355), + [anon_sym_while] = ACTIONS(1358), + [anon_sym_do] = ACTIONS(1361), + [anon_sym_for] = ACTIONS(1364), + [anon_sym_return] = ACTIONS(1367), + [anon_sym_break] = ACTIONS(1370), + [anon_sym_continue] = ACTIONS(1373), + [anon_sym_goto] = ACTIONS(1376), + [anon_sym_not] = ACTIONS(993), + [anon_sym_compl] = ACTIONS(993), + [anon_sym_DASH_DASH] = ACTIONS(1079), + [anon_sym_PLUS_PLUS] = ACTIONS(1079), + [anon_sym_sizeof] = ACTIONS(1082), + [sym_number_literal] = ACTIONS(1085), + [anon_sym_L_SQUOTE] = ACTIONS(1088), + [anon_sym_u_SQUOTE] = ACTIONS(1088), + [anon_sym_U_SQUOTE] = ACTIONS(1088), + [anon_sym_u8_SQUOTE] = ACTIONS(1088), + [anon_sym_SQUOTE] = ACTIONS(1088), + [anon_sym_L_DQUOTE] = ACTIONS(1091), + [anon_sym_u_DQUOTE] = ACTIONS(1091), + [anon_sym_U_DQUOTE] = ACTIONS(1091), + [anon_sym_u8_DQUOTE] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1091), + [sym_true] = ACTIONS(1094), + [sym_false] = ACTIONS(1094), + [sym_null] = ACTIONS(1094), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1097), + [anon_sym_decltype] = ACTIONS(1100), + [anon_sym_virtual] = ACTIONS(1103), + [anon_sym_typename] = ACTIONS(1106), + [anon_sym_template] = ACTIONS(1109), + [anon_sym_try] = ACTIONS(1379), + [anon_sym_delete] = ACTIONS(1115), + [anon_sym_throw] = ACTIONS(1382), + [anon_sym_co_return] = ACTIONS(1385), + [anon_sym_co_yield] = ACTIONS(1388), + [anon_sym_R_DQUOTE] = ACTIONS(1127), + [anon_sym_LR_DQUOTE] = ACTIONS(1127), + [anon_sym_uR_DQUOTE] = ACTIONS(1127), + [anon_sym_UR_DQUOTE] = ACTIONS(1127), + [anon_sym_u8R_DQUOTE] = ACTIONS(1127), + [anon_sym_co_await] = ACTIONS(1130), + [anon_sym_new] = ACTIONS(1133), + [anon_sym_requires] = ACTIONS(1136), + [sym_this] = ACTIONS(1094), + [sym_nullptr] = ACTIONS(1094), + }, [101] = { - [sym_declaration] = STATE(99), - [sym_type_definition] = STATE(99), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4126), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(1252), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_compound_statement] = STATE(99), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_attributed_statement] = STATE(99), - [sym_labeled_statement] = STATE(99), - [sym_expression_statement] = STATE(99), - [sym_if_statement] = STATE(99), - [sym_switch_statement] = STATE(99), - [sym_while_statement] = STATE(99), - [sym_do_statement] = STATE(99), - [sym_for_statement] = STATE(99), - [sym_return_statement] = STATE(99), - [sym_break_statement] = STATE(99), - [sym_continue_statement] = STATE(99), - [sym_goto_statement] = STATE(99), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(99), - [sym_co_return_statement] = STATE(99), - [sym_co_yield_statement] = STATE(99), - [sym_throw_statement] = STATE(99), - [sym_try_statement] = STATE(99), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_case_statement_repeat1] = STATE(99), + [sym_declaration] = STATE(100), + [sym_type_definition] = STATE(100), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4118), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(1229), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_compound_statement] = STATE(100), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_attributed_statement] = STATE(100), + [sym_labeled_statement] = STATE(100), + [sym_expression_statement] = STATE(100), + [sym_if_statement] = STATE(100), + [sym_switch_statement] = STATE(100), + [sym_while_statement] = STATE(100), + [sym_do_statement] = STATE(100), + [sym_for_statement] = STATE(100), + [sym_return_statement] = STATE(100), + [sym_break_statement] = STATE(100), + [sym_continue_statement] = STATE(100), + [sym_goto_statement] = STATE(100), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(100), + [sym_co_return_statement] = STATE(100), + [sym_co_yield_statement] = STATE(100), + [sym_throw_statement] = STATE(100), + [sym_try_statement] = STATE(100), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_case_statement_repeat1] = STATE(100), [sym_identifier] = ACTIONS(1306), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_typedef] = ACTIONS(1310), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym___declspec] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -47396,7 +47154,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [anon_sym_if] = ACTIONS(1314), - [anon_sym_else] = ACTIONS(1143), + [anon_sym_else] = ACTIONS(1139), [anon_sym_switch] = ACTIONS(1316), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(1320), @@ -47429,7 +47187,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(1334), @@ -47447,76 +47205,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [102] = { - [sym_declaration] = STATE(1767), - [sym_type_definition] = STATE(1767), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4133), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_expression_statement] = STATE(1767), - [sym__expression] = STATE(3629), - [sym_comma_expression] = STATE(6343), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_alias_declaration] = STATE(1767), + [sym_declaration] = STATE(1766), + [sym_type_definition] = STATE(1766), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4149), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_expression_statement] = STATE(1766), + [sym__expression] = STATE(3613), + [sym_comma_expression] = STATE(6437), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_alias_declaration] = STATE(1766), [sym_init_statement] = STATE(120), - [sym_condition_declaration] = STATE(7038), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym_condition_declaration] = STATE(6744), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1391), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_typedef] = ACTIONS(1310), [anon_sym_extern] = ACTIONS(55), @@ -47524,7 +47282,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -47570,7 +47328,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_using] = ACTIONS(1395), [anon_sym_R_DQUOTE] = ACTIONS(137), @@ -47585,75 +47343,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [103] = { - [sym_declaration] = STATE(1063), - [sym_type_definition] = STATE(4094), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4145), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_expression_statement] = STATE(4094), - [sym__expression] = STATE(3789), - [sym_comma_expression] = STATE(7097), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_alias_declaration] = STATE(4094), - [sym_init_statement] = STATE(1999), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym_declaration] = STATE(1066), + [sym_type_definition] = STATE(4061), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4147), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_expression_statement] = STATE(4061), + [sym__expression] = STATE(3635), + [sym_comma_expression] = STATE(7000), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_alias_declaration] = STATE(4061), + [sym_init_statement] = STATE(2110), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1391), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1397), [anon_sym_typedef] = ACTIONS(1399), [anon_sym_extern] = ACTIONS(55), @@ -47661,7 +47419,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -47707,7 +47465,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_using] = ACTIONS(1401), [anon_sym_R_DQUOTE] = ACTIONS(137), @@ -47722,75 +47480,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [104] = { - [sym_declaration] = STATE(1065), - [sym_type_definition] = STATE(4094), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4147), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_expression_statement] = STATE(4094), + [sym_declaration] = STATE(1071), + [sym_type_definition] = STATE(4061), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4122), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_expression_statement] = STATE(4061), [sym__expression] = STATE(3694), - [sym_comma_expression] = STATE(7053), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_alias_declaration] = STATE(4094), - [sym_init_statement] = STATE(2099), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym_comma_expression] = STATE(6932), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_alias_declaration] = STATE(4061), + [sym_init_statement] = STATE(2027), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1391), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1403), [anon_sym_typedef] = ACTIONS(1399), [anon_sym_extern] = ACTIONS(55), @@ -47798,7 +47556,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -47844,7 +47602,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_using] = ACTIONS(1401), [anon_sym_R_DQUOTE] = ACTIONS(137), @@ -47859,75 +47617,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [105] = { - [sym_declaration] = STATE(1067), - [sym_type_definition] = STATE(4094), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4171), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_expression_statement] = STATE(4094), - [sym__expression] = STATE(3785), - [sym_comma_expression] = STATE(6892), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_alias_declaration] = STATE(4094), - [sym_init_statement] = STATE(2002), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym_declaration] = STATE(1072), + [sym_type_definition] = STATE(4061), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4162), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_expression_statement] = STATE(4061), + [sym__expression] = STATE(3666), + [sym_comma_expression] = STATE(6913), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_alias_declaration] = STATE(4061), + [sym_init_statement] = STATE(2036), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1391), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1405), [anon_sym_typedef] = ACTIONS(1399), [anon_sym_extern] = ACTIONS(55), @@ -47935,7 +47693,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -47981,7 +47739,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_using] = ACTIONS(1401), [anon_sym_R_DQUOTE] = ACTIONS(137), @@ -47996,75 +47754,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [106] = { - [sym_declaration] = STATE(1069), - [sym_type_definition] = STATE(4094), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4159), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_expression_statement] = STATE(4094), - [sym__expression] = STATE(3746), - [sym_comma_expression] = STATE(7068), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_alias_declaration] = STATE(4094), + [sym_declaration] = STATE(1080), + [sym_type_definition] = STATE(4061), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4119), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_expression_statement] = STATE(4061), + [sym__expression] = STATE(3716), + [sym_comma_expression] = STATE(6752), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_alias_declaration] = STATE(4061), [sym_init_statement] = STATE(2000), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1391), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1407), [anon_sym_typedef] = ACTIONS(1399), [anon_sym_extern] = ACTIONS(55), @@ -48072,7 +47830,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -48118,7 +47876,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_using] = ACTIONS(1401), [anon_sym_R_DQUOTE] = ACTIONS(137), @@ -48133,75 +47891,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [107] = { - [sym_declaration] = STATE(1074), - [sym_type_definition] = STATE(4094), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4141), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_expression_statement] = STATE(4094), - [sym__expression] = STATE(3729), - [sym_comma_expression] = STATE(7151), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_alias_declaration] = STATE(4094), - [sym_init_statement] = STATE(2104), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym_declaration] = STATE(1077), + [sym_type_definition] = STATE(4061), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4110), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_expression_statement] = STATE(4061), + [sym__expression] = STATE(3710), + [sym_comma_expression] = STATE(6949), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_alias_declaration] = STATE(4061), + [sym_init_statement] = STATE(2007), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1391), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1409), [anon_sym_typedef] = ACTIONS(1399), [anon_sym_extern] = ACTIONS(55), @@ -48209,7 +47967,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -48255,7 +48013,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_using] = ACTIONS(1401), [anon_sym_R_DQUOTE] = ACTIONS(137), @@ -48270,75 +48028,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [108] = { - [sym_declaration] = STATE(1061), - [sym_type_definition] = STATE(4094), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4160), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_expression_statement] = STATE(4094), - [sym__expression] = STATE(3802), - [sym_comma_expression] = STATE(7036), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_alias_declaration] = STATE(4094), - [sym_init_statement] = STATE(2001), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym_declaration] = STATE(1064), + [sym_type_definition] = STATE(4061), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4127), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_expression_statement] = STATE(4061), + [sym__expression] = STATE(3645), + [sym_comma_expression] = STATE(6797), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_alias_declaration] = STATE(4061), + [sym_init_statement] = STATE(2039), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1391), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1411), [anon_sym_typedef] = ACTIONS(1399), [anon_sym_extern] = ACTIONS(55), @@ -48346,7 +48104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -48392,7 +48150,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_using] = ACTIONS(1401), [anon_sym_R_DQUOTE] = ACTIONS(137), @@ -48407,67 +48165,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [109] = { - [sym__declaration_modifiers] = STATE(2180), - [sym__declaration_specifiers] = STATE(3326), - [sym_attribute_specifier] = STATE(2180), - [sym_attribute_declaration] = STATE(2180), - [sym_ms_declspec_modifier] = STATE(2180), - [sym_storage_class_specifier] = STATE(2180), - [sym_type_qualifier] = STATE(2180), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_parameter_declaration] = STATE(5837), - [sym__expression] = STATE(2776), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6589), - [sym_virtual_function_specifier] = STATE(2180), - [sym_dependent_type] = STATE(3473), - [sym_optional_parameter_declaration] = STATE(5837), - [sym_variadic_parameter_declaration] = STATE(5837), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6927), - [sym__unary_right_fold] = STATE(6926), - [sym__binary_fold] = STATE(6923), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4897), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3140), - [aux_sym__declaration_specifiers_repeat1] = STATE(2180), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym__declaration_modifiers] = STATE(2175), + [sym__declaration_specifiers] = STATE(3319), + [sym_attribute_specifier] = STATE(2175), + [sym_attribute_declaration] = STATE(2175), + [sym_ms_declspec_modifier] = STATE(2175), + [sym_storage_class_specifier] = STATE(2175), + [sym_type_qualifier] = STATE(2175), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_parameter_declaration] = STATE(5878), + [sym__expression] = STATE(2785), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6357), + [sym_virtual_function_specifier] = STATE(2175), + [sym_dependent_type] = STATE(3505), + [sym_optional_parameter_declaration] = STATE(5878), + [sym_variadic_parameter_declaration] = STATE(5878), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6815), + [sym__unary_right_fold] = STATE(6810), + [sym__binary_fold] = STATE(6795), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4815), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3108), + [aux_sym__declaration_specifiers_repeat1] = STATE(2175), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1413), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_RPAREN] = ACTIONS(1417), @@ -48483,7 +48241,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(1427), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -48529,7 +48287,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(1451), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -48543,67 +48301,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [110] = { - [sym__declaration_modifiers] = STATE(2180), - [sym__declaration_specifiers] = STATE(3326), - [sym_attribute_specifier] = STATE(2180), - [sym_attribute_declaration] = STATE(2180), - [sym_ms_declspec_modifier] = STATE(2180), - [sym_storage_class_specifier] = STATE(2180), - [sym_type_qualifier] = STATE(2180), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_parameter_declaration] = STATE(5837), - [sym__expression] = STATE(2790), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6589), - [sym_virtual_function_specifier] = STATE(2180), - [sym_dependent_type] = STATE(3473), - [sym_optional_parameter_declaration] = STATE(5837), - [sym_variadic_parameter_declaration] = STATE(5837), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6778), - [sym__unary_right_fold] = STATE(6779), - [sym__binary_fold] = STATE(6780), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4897), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3140), - [aux_sym__declaration_specifiers_repeat1] = STATE(2180), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym__declaration_modifiers] = STATE(2175), + [sym__declaration_specifiers] = STATE(3319), + [sym_attribute_specifier] = STATE(2175), + [sym_attribute_declaration] = STATE(2175), + [sym_ms_declspec_modifier] = STATE(2175), + [sym_storage_class_specifier] = STATE(2175), + [sym_type_qualifier] = STATE(2175), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_parameter_declaration] = STATE(5878), + [sym__expression] = STATE(2813), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6357), + [sym_virtual_function_specifier] = STATE(2175), + [sym_dependent_type] = STATE(3505), + [sym_optional_parameter_declaration] = STATE(5878), + [sym_variadic_parameter_declaration] = STATE(5878), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6846), + [sym__unary_right_fold] = STATE(6845), + [sym__binary_fold] = STATE(6844), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4815), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3108), + [aux_sym__declaration_specifiers_repeat1] = STATE(2175), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1413), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_RPAREN] = ACTIONS(1417), @@ -48619,7 +48377,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(1427), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -48665,7 +48423,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(1451), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -48679,67 +48437,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [111] = { - [sym__declaration_modifiers] = STATE(2180), - [sym__declaration_specifiers] = STATE(3326), - [sym_attribute_specifier] = STATE(2180), - [sym_attribute_declaration] = STATE(2180), - [sym_ms_declspec_modifier] = STATE(2180), - [sym_storage_class_specifier] = STATE(2180), - [sym_type_qualifier] = STATE(2180), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_parameter_declaration] = STATE(5837), - [sym__expression] = STATE(2789), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6589), - [sym_virtual_function_specifier] = STATE(2180), - [sym_dependent_type] = STATE(3473), - [sym_optional_parameter_declaration] = STATE(5837), - [sym_variadic_parameter_declaration] = STATE(5837), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6944), - [sym__unary_right_fold] = STATE(6943), - [sym__binary_fold] = STATE(6930), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4897), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3140), - [aux_sym__declaration_specifiers_repeat1] = STATE(2180), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym__declaration_modifiers] = STATE(2175), + [sym__declaration_specifiers] = STATE(3319), + [sym_attribute_specifier] = STATE(2175), + [sym_attribute_declaration] = STATE(2175), + [sym_ms_declspec_modifier] = STATE(2175), + [sym_storage_class_specifier] = STATE(2175), + [sym_type_qualifier] = STATE(2175), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_parameter_declaration] = STATE(5878), + [sym__expression] = STATE(2842), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6357), + [sym_virtual_function_specifier] = STATE(2175), + [sym_dependent_type] = STATE(3505), + [sym_optional_parameter_declaration] = STATE(5878), + [sym_variadic_parameter_declaration] = STATE(5878), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6633), + [sym__unary_right_fold] = STATE(6631), + [sym__binary_fold] = STATE(6629), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4815), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3108), + [aux_sym__declaration_specifiers_repeat1] = STATE(2175), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1413), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_RPAREN] = ACTIONS(1417), @@ -48755,7 +48513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(1427), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -48801,7 +48559,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(1451), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -48815,67 +48573,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [112] = { - [sym__declaration_modifiers] = STATE(2180), - [sym__declaration_specifiers] = STATE(3326), - [sym_attribute_specifier] = STATE(2180), - [sym_attribute_declaration] = STATE(2180), - [sym_ms_declspec_modifier] = STATE(2180), - [sym_storage_class_specifier] = STATE(2180), - [sym_type_qualifier] = STATE(2180), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_parameter_declaration] = STATE(5837), - [sym__expression] = STATE(2786), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6589), - [sym_virtual_function_specifier] = STATE(2180), - [sym_dependent_type] = STATE(3473), - [sym_optional_parameter_declaration] = STATE(5837), - [sym_variadic_parameter_declaration] = STATE(5837), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7028), - [sym__unary_right_fold] = STATE(7027), - [sym__binary_fold] = STATE(7025), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4897), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3140), - [aux_sym__declaration_specifiers_repeat1] = STATE(2180), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym__declaration_modifiers] = STATE(2175), + [sym__declaration_specifiers] = STATE(3319), + [sym_attribute_specifier] = STATE(2175), + [sym_attribute_declaration] = STATE(2175), + [sym_ms_declspec_modifier] = STATE(2175), + [sym_storage_class_specifier] = STATE(2175), + [sym_type_qualifier] = STATE(2175), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_parameter_declaration] = STATE(5878), + [sym__expression] = STATE(2893), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6357), + [sym_virtual_function_specifier] = STATE(2175), + [sym_dependent_type] = STATE(3505), + [sym_optional_parameter_declaration] = STATE(5878), + [sym_variadic_parameter_declaration] = STATE(5878), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6688), + [sym__unary_right_fold] = STATE(6687), + [sym__binary_fold] = STATE(6686), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4815), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3108), + [aux_sym__declaration_specifiers_repeat1] = STATE(2175), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1413), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_RPAREN] = ACTIONS(1417), @@ -48891,7 +48649,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(1427), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -48937,7 +48695,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(1451), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -48951,67 +48709,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [113] = { - [sym__declaration_modifiers] = STATE(2180), - [sym__declaration_specifiers] = STATE(3326), - [sym_attribute_specifier] = STATE(2180), - [sym_attribute_declaration] = STATE(2180), - [sym_ms_declspec_modifier] = STATE(2180), - [sym_storage_class_specifier] = STATE(2180), - [sym_type_qualifier] = STATE(2180), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_parameter_declaration] = STATE(5837), - [sym__expression] = STATE(2793), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6589), - [sym_virtual_function_specifier] = STATE(2180), - [sym_dependent_type] = STATE(3473), - [sym_optional_parameter_declaration] = STATE(5837), - [sym_variadic_parameter_declaration] = STATE(5837), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7139), - [sym__unary_right_fold] = STATE(7147), - [sym__binary_fold] = STATE(7128), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4897), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3140), - [aux_sym__declaration_specifiers_repeat1] = STATE(2180), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym__declaration_modifiers] = STATE(2175), + [sym__declaration_specifiers] = STATE(3319), + [sym_attribute_specifier] = STATE(2175), + [sym_attribute_declaration] = STATE(2175), + [sym_ms_declspec_modifier] = STATE(2175), + [sym_storage_class_specifier] = STATE(2175), + [sym_type_qualifier] = STATE(2175), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_parameter_declaration] = STATE(5878), + [sym__expression] = STATE(2843), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6357), + [sym_virtual_function_specifier] = STATE(2175), + [sym_dependent_type] = STATE(3505), + [sym_optional_parameter_declaration] = STATE(5878), + [sym_variadic_parameter_declaration] = STATE(5878), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6970), + [sym__unary_right_fold] = STATE(6969), + [sym__binary_fold] = STATE(6966), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4815), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3108), + [aux_sym__declaration_specifiers_repeat1] = STATE(2175), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1413), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_RPAREN] = ACTIONS(1417), @@ -49027,7 +48785,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(1427), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -49073,7 +48831,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(1451), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -49087,67 +48845,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [114] = { - [sym__declaration_modifiers] = STATE(2180), - [sym__declaration_specifiers] = STATE(3326), - [sym_attribute_specifier] = STATE(2180), - [sym_attribute_declaration] = STATE(2180), - [sym_ms_declspec_modifier] = STATE(2180), - [sym_storage_class_specifier] = STATE(2180), - [sym_type_qualifier] = STATE(2180), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_parameter_declaration] = STATE(5837), - [sym__expression] = STATE(2788), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6589), - [sym_virtual_function_specifier] = STATE(2180), - [sym_dependent_type] = STATE(3473), - [sym_optional_parameter_declaration] = STATE(5837), - [sym_variadic_parameter_declaration] = STATE(5837), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7165), - [sym__unary_right_fold] = STATE(7161), - [sym__binary_fold] = STATE(7159), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4897), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3140), - [aux_sym__declaration_specifiers_repeat1] = STATE(2180), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym__declaration_modifiers] = STATE(2175), + [sym__declaration_specifiers] = STATE(3319), + [sym_attribute_specifier] = STATE(2175), + [sym_attribute_declaration] = STATE(2175), + [sym_ms_declspec_modifier] = STATE(2175), + [sym_storage_class_specifier] = STATE(2175), + [sym_type_qualifier] = STATE(2175), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_parameter_declaration] = STATE(5878), + [sym__expression] = STATE(2727), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6357), + [sym_virtual_function_specifier] = STATE(2175), + [sym_dependent_type] = STATE(3505), + [sym_optional_parameter_declaration] = STATE(5878), + [sym_variadic_parameter_declaration] = STATE(5878), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6749), + [sym__unary_right_fold] = STATE(6747), + [sym__binary_fold] = STATE(6746), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4815), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3108), + [aux_sym__declaration_specifiers_repeat1] = STATE(2175), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1413), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_RPAREN] = ACTIONS(1417), @@ -49163,7 +48921,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(1427), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -49209,7 +48967,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(1451), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -49223,82 +48981,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [115] = { - [sym__declaration_modifiers] = STATE(2180), - [sym__declaration_specifiers] = STATE(3326), - [sym_attribute_specifier] = STATE(2180), - [sym_attribute_declaration] = STATE(2180), - [sym_ms_declspec_modifier] = STATE(2180), - [sym_storage_class_specifier] = STATE(2180), - [sym_type_qualifier] = STATE(2180), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_parameter_declaration] = STATE(5818), - [sym__expression] = STATE(3619), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5922), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2180), - [sym_dependent_type] = STATE(3473), - [sym_optional_parameter_declaration] = STATE(5818), - [sym_variadic_parameter_declaration] = STATE(5818), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4874), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2180), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym__declaration_modifiers] = STATE(2175), + [sym__declaration_specifiers] = STATE(3319), + [sym_attribute_specifier] = STATE(2175), + [sym_attribute_declaration] = STATE(2175), + [sym_ms_declspec_modifier] = STATE(2175), + [sym_storage_class_specifier] = STATE(2175), + [sym_type_qualifier] = STATE(2175), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_parameter_declaration] = STATE(5728), + [sym__expression] = STATE(3624), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5986), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2175), + [sym_dependent_type] = STATE(3505), + [sym_optional_parameter_declaration] = STATE(5728), + [sym_variadic_parameter_declaration] = STATE(5728), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4807), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2175), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1463), [anon_sym_DOT_DOT_DOT] = ACTIONS(1465), [anon_sym_RPAREN] = ACTIONS(1467), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -49344,7 +49102,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(1451), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -49358,70 +49116,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [116] = { - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5395), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5173), - [sym_array_declarator] = STATE(5173), - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(6774), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(2984), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6778), - [sym__unary_right_fold] = STATE(6779), - [sym__binary_fold] = STATE(6780), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4870), - [sym_qualified_identifier] = STATE(2672), - [sym_qualified_type_identifier] = STATE(4561), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5319), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5040), + [sym_array_declarator] = STATE(5040), + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2818), + [sym_comma_expression] = STATE(6974), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6973), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3060), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6970), + [sym__unary_right_fold] = STATE(6969), + [sym__binary_fold] = STATE(6966), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4795), + [sym_qualified_identifier] = STATE(2643), + [sym_qualified_type_identifier] = STATE(4486), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), [sym_identifier] = ACTIONS(1471), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1473), @@ -49475,7 +49233,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1501), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), @@ -49490,70 +49248,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [117] = { - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5395), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5173), - [sym_array_declarator] = STATE(5173), - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(6946), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(2984), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6944), - [sym__unary_right_fold] = STATE(6943), - [sym__binary_fold] = STATE(6930), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4870), - [sym_qualified_identifier] = STATE(2672), - [sym_qualified_type_identifier] = STATE(4561), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5319), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5040), + [sym_array_declarator] = STATE(5040), + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2818), + [sym_comma_expression] = STATE(6974), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6750), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3060), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6749), + [sym__unary_right_fold] = STATE(6747), + [sym__binary_fold] = STATE(6746), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4795), + [sym_qualified_identifier] = STATE(2643), + [sym_qualified_type_identifier] = STATE(4486), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), [sym_identifier] = ACTIONS(1471), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1473), @@ -49607,7 +49365,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1501), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), @@ -49622,70 +49380,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [118] = { - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5395), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5173), - [sym_array_declarator] = STATE(5173), - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2792), - [sym_comma_expression] = STATE(7222), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(7228), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(2984), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7139), - [sym__unary_right_fold] = STATE(7147), - [sym__binary_fold] = STATE(7128), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4870), - [sym_qualified_identifier] = STATE(2672), - [sym_qualified_type_identifier] = STATE(4561), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5319), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5040), + [sym_array_declarator] = STATE(5040), + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6820), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3060), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6815), + [sym__unary_right_fold] = STATE(6810), + [sym__binary_fold] = STATE(6795), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4795), + [sym_qualified_identifier] = STATE(2643), + [sym_qualified_type_identifier] = STATE(4486), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), [sym_identifier] = ACTIONS(1471), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1473), @@ -49739,7 +49497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1501), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), @@ -49754,70 +49512,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [119] = { - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5395), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5173), - [sym_array_declarator] = STATE(5173), - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2792), - [sym_comma_expression] = STATE(7222), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(7166), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(2984), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7165), - [sym__unary_right_fold] = STATE(7161), - [sym__binary_fold] = STATE(7159), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4870), - [sym_qualified_identifier] = STATE(2672), - [sym_qualified_type_identifier] = STATE(4561), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5319), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5040), + [sym_array_declarator] = STATE(5040), + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6847), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3060), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6846), + [sym__unary_right_fold] = STATE(6845), + [sym__binary_fold] = STATE(6844), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4795), + [sym_qualified_identifier] = STATE(2643), + [sym_qualified_type_identifier] = STATE(4486), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), [sym_identifier] = ACTIONS(1471), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1473), @@ -49871,7 +49629,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1501), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), @@ -49886,77 +49644,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [120] = { - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4230), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__expression] = STATE(3662), - [sym_comma_expression] = STATE(7006), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6194), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3696), - [sym_template_function] = STATE(3435), - [sym_condition_declaration] = STATE(7006), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4877), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(3697), - [sym_user_defined_literal] = STATE(3435), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4201), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__expression] = STATE(3764), + [sym_comma_expression] = STATE(7021), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6297), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3636), + [sym_template_function] = STATE(3528), + [sym_condition_declaration] = STATE(7021), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4799), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(3709), + [sym_user_defined_literal] = STATE(3528), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), [sym_identifier] = ACTIONS(1391), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -50002,7 +49760,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -50017,42 +49775,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [121] = { [sym__expression] = STATE(2532), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), [sym_initializer_list] = STATE(2531), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), [anon_sym_COMMA] = ACTIONS(1505), @@ -50062,14 +49820,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1127), + [anon_sym_STAR] = ACTIONS(970), [anon_sym_SLASH] = ACTIONS(1513), [anon_sym_PERCENT] = ACTIONS(1513), [anon_sym_PIPE_PIPE] = ACTIONS(1505), [anon_sym_AMP_AMP] = ACTIONS(1505), [anon_sym_PIPE] = ACTIONS(1513), [anon_sym_CARET] = ACTIONS(1513), - [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(970), [anon_sym_EQ_EQ] = ACTIONS(1505), [anon_sym_BANG_EQ] = ACTIONS(1505), [anon_sym_GT] = ACTIONS(1513), @@ -50130,7 +49888,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -50144,43 +49902,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1533), }, [122] = { - [sym__expression] = STATE(2692), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), + [sym__expression] = STATE(2658), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), [sym_initializer_list] = STATE(2770), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), [sym_identifier] = ACTIONS(1547), [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), [anon_sym_COMMA] = ACTIONS(1505), @@ -50255,7 +50013,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1575), [anon_sym_R_DQUOTE] = ACTIONS(1577), [anon_sym_LR_DQUOTE] = ACTIONS(1577), @@ -50271,43 +50029,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1573), }, [123] = { - [sym__expression] = STATE(2956), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_initializer_list] = STATE(3012), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), + [sym__expression] = STATE(2947), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_initializer_list] = STATE(3072), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), [sym_identifier] = ACTIONS(1585), [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), [anon_sym_COMMA] = ACTIONS(1505), @@ -50381,7 +50139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1611), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_GT2] = ACTIONS(1505), [anon_sym_delete] = ACTIONS(1613), [anon_sym_R_DQUOTE] = ACTIONS(1615), @@ -50396,43 +50154,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1611), }, [124] = { - [sym__expression] = STATE(3079), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_initializer_list] = STATE(3100), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [sym__expression] = STATE(3042), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_initializer_list] = STATE(3114), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), [anon_sym_COMMA] = ACTIONS(1505), @@ -50504,7 +50262,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -50520,43 +50278,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [125] = { - [sym__expression] = STATE(3089), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), + [sym__expression] = STATE(2999), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), [sym_initializer_list] = STATE(2531), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), [anon_sym_LPAREN2] = ACTIONS(1627), @@ -50630,7 +50388,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1641), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -50638,98 +50396,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(1539), [anon_sym_u8R_DQUOTE] = ACTIONS(1539), [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), + [anon_sym_new] = ACTIONS(1543), [anon_sym_requires] = ACTIONS(1545), [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, [126] = { - [sym_preproc_def] = STATE(131), - [sym_preproc_function_def] = STATE(131), - [sym_preproc_call] = STATE(131), - [sym_preproc_if_in_field_declaration_list] = STATE(131), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(131), - [sym_preproc_else_in_field_declaration_list] = STATE(6652), - [sym_preproc_elif_in_field_declaration_list] = STATE(6652), - [sym_type_definition] = STATE(131), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(131), - [sym_field_declaration] = STATE(131), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(131), - [sym_operator_cast] = STATE(5459), - [sym_inline_method_definition] = STATE(131), - [sym__constructor_specifiers] = STATE(1906), - [sym_operator_cast_definition] = STATE(131), - [sym_operator_cast_declaration] = STATE(131), - [sym_constructor_or_destructor_definition] = STATE(131), - [sym_constructor_or_destructor_declaration] = STATE(131), - [sym_friend_declaration] = STATE(131), - [sym_access_specifier] = STATE(131), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(131), - [sym_alias_declaration] = STATE(131), - [sym_static_assert_declaration] = STATE(131), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(131), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1653), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_preproc_def] = STATE(289), + [sym_preproc_function_def] = STATE(289), + [sym_preproc_call] = STATE(289), + [sym_preproc_if_in_field_declaration_list] = STATE(289), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(289), + [sym_preproc_else_in_field_declaration_list] = STATE(6862), + [sym_preproc_elif_in_field_declaration_list] = STATE(6862), + [sym_type_definition] = STATE(289), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(289), + [sym_field_declaration] = STATE(289), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(289), + [sym_operator_cast] = STATE(5345), + [sym_inline_method_definition] = STATE(289), + [sym__constructor_specifiers] = STATE(1912), + [sym_operator_cast_definition] = STATE(289), + [sym_operator_cast_declaration] = STATE(289), + [sym_constructor_or_destructor_definition] = STATE(289), + [sym_constructor_or_destructor_declaration] = STATE(289), + [sym_friend_declaration] = STATE(289), + [sym_access_specifier] = STATE(289), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(289), + [sym_alias_declaration] = STATE(289), + [sym_static_assert_declaration] = STATE(289), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(289), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1651), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -50742,117 +50500,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), }, [127] = { - [sym_preproc_def] = STATE(133), - [sym_preproc_function_def] = STATE(133), - [sym_preproc_call] = STATE(133), - [sym_preproc_if_in_field_declaration_list] = STATE(133), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(133), - [sym_preproc_else_in_field_declaration_list] = STATE(6762), - [sym_preproc_elif_in_field_declaration_list] = STATE(6762), - [sym_type_definition] = STATE(133), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(133), - [sym_field_declaration] = STATE(133), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(133), - [sym_operator_cast] = STATE(5459), - [sym_inline_method_definition] = STATE(133), - [sym__constructor_specifiers] = STATE(1906), - [sym_operator_cast_definition] = STATE(133), - [sym_operator_cast_declaration] = STATE(133), - [sym_constructor_or_destructor_definition] = STATE(133), - [sym_constructor_or_destructor_declaration] = STATE(133), - [sym_friend_declaration] = STATE(133), - [sym_access_specifier] = STATE(133), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(133), - [sym_alias_declaration] = STATE(133), - [sym_static_assert_declaration] = STATE(133), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(133), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1705), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_preproc_def] = STATE(289), + [sym_preproc_function_def] = STATE(289), + [sym_preproc_call] = STATE(289), + [sym_preproc_if_in_field_declaration_list] = STATE(289), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(289), + [sym_preproc_else_in_field_declaration_list] = STATE(6872), + [sym_preproc_elif_in_field_declaration_list] = STATE(6872), + [sym_type_definition] = STATE(289), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(289), + [sym_field_declaration] = STATE(289), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(289), + [sym_operator_cast] = STATE(5345), + [sym_inline_method_definition] = STATE(289), + [sym__constructor_specifiers] = STATE(1912), + [sym_operator_cast_definition] = STATE(289), + [sym_operator_cast_declaration] = STATE(289), + [sym_constructor_or_destructor_definition] = STATE(289), + [sym_constructor_or_destructor_declaration] = STATE(289), + [sym_friend_declaration] = STATE(289), + [sym_access_specifier] = STATE(289), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(289), + [sym_alias_declaration] = STATE(289), + [sym_static_assert_declaration] = STATE(289), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(289), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -50865,117 +50623,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), }, [128] = { - [sym_preproc_def] = STATE(132), - [sym_preproc_function_def] = STATE(132), - [sym_preproc_call] = STATE(132), - [sym_preproc_if_in_field_declaration_list] = STATE(132), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(132), - [sym_preproc_else_in_field_declaration_list] = STATE(6639), - [sym_preproc_elif_in_field_declaration_list] = STATE(6639), - [sym_type_definition] = STATE(132), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(132), - [sym_field_declaration] = STATE(132), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(132), - [sym_operator_cast] = STATE(5459), - [sym_inline_method_definition] = STATE(132), - [sym__constructor_specifiers] = STATE(1906), - [sym_operator_cast_definition] = STATE(132), - [sym_operator_cast_declaration] = STATE(132), - [sym_constructor_or_destructor_definition] = STATE(132), - [sym_constructor_or_destructor_declaration] = STATE(132), - [sym_friend_declaration] = STATE(132), - [sym_access_specifier] = STATE(132), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(132), - [sym_alias_declaration] = STATE(132), - [sym_static_assert_declaration] = STATE(132), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(132), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1707), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_preproc_def] = STATE(126), + [sym_preproc_function_def] = STATE(126), + [sym_preproc_call] = STATE(126), + [sym_preproc_if_in_field_declaration_list] = STATE(126), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(126), + [sym_preproc_else_in_field_declaration_list] = STATE(6873), + [sym_preproc_elif_in_field_declaration_list] = STATE(6873), + [sym_type_definition] = STATE(126), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(126), + [sym_field_declaration] = STATE(126), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(126), + [sym_operator_cast] = STATE(5345), + [sym_inline_method_definition] = STATE(126), + [sym__constructor_specifiers] = STATE(1912), + [sym_operator_cast_definition] = STATE(126), + [sym_operator_cast_declaration] = STATE(126), + [sym_constructor_or_destructor_definition] = STATE(126), + [sym_constructor_or_destructor_declaration] = STATE(126), + [sym_friend_declaration] = STATE(126), + [sym_access_specifier] = STATE(126), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(126), + [sym_alias_declaration] = STATE(126), + [sym_static_assert_declaration] = STATE(126), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(126), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1705), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -50988,117 +50746,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), }, [129] = { - [sym_preproc_def] = STATE(130), - [sym_preproc_function_def] = STATE(130), - [sym_preproc_call] = STATE(130), - [sym_preproc_if_in_field_declaration_list] = STATE(130), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(130), - [sym_preproc_else_in_field_declaration_list] = STATE(6915), - [sym_preproc_elif_in_field_declaration_list] = STATE(6915), - [sym_type_definition] = STATE(130), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(130), - [sym_field_declaration] = STATE(130), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(130), - [sym_operator_cast] = STATE(5459), - [sym_inline_method_definition] = STATE(130), - [sym__constructor_specifiers] = STATE(1906), - [sym_operator_cast_definition] = STATE(130), - [sym_operator_cast_declaration] = STATE(130), - [sym_constructor_or_destructor_definition] = STATE(130), - [sym_constructor_or_destructor_declaration] = STATE(130), - [sym_friend_declaration] = STATE(130), - [sym_access_specifier] = STATE(130), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(130), - [sym_alias_declaration] = STATE(130), - [sym_static_assert_declaration] = STATE(130), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(130), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1709), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_preproc_def] = STATE(127), + [sym_preproc_function_def] = STATE(127), + [sym_preproc_call] = STATE(127), + [sym_preproc_if_in_field_declaration_list] = STATE(127), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(127), + [sym_preproc_else_in_field_declaration_list] = STATE(6881), + [sym_preproc_elif_in_field_declaration_list] = STATE(6881), + [sym_type_definition] = STATE(127), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(127), + [sym_field_declaration] = STATE(127), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(127), + [sym_operator_cast] = STATE(5345), + [sym_inline_method_definition] = STATE(127), + [sym__constructor_specifiers] = STATE(1912), + [sym_operator_cast_definition] = STATE(127), + [sym_operator_cast_declaration] = STATE(127), + [sym_constructor_or_destructor_definition] = STATE(127), + [sym_constructor_or_destructor_declaration] = STATE(127), + [sym_friend_declaration] = STATE(127), + [sym_access_specifier] = STATE(127), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(127), + [sym_alias_declaration] = STATE(127), + [sym_static_assert_declaration] = STATE(127), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(127), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -51111,117 +50869,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), }, [130] = { - [sym_preproc_def] = STATE(289), - [sym_preproc_function_def] = STATE(289), - [sym_preproc_call] = STATE(289), - [sym_preproc_if_in_field_declaration_list] = STATE(289), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(289), - [sym_preproc_else_in_field_declaration_list] = STATE(6925), - [sym_preproc_elif_in_field_declaration_list] = STATE(6925), - [sym_type_definition] = STATE(289), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(289), - [sym_field_declaration] = STATE(289), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(289), - [sym_operator_cast] = STATE(5459), - [sym_inline_method_definition] = STATE(289), - [sym__constructor_specifiers] = STATE(1906), - [sym_operator_cast_definition] = STATE(289), - [sym_operator_cast_declaration] = STATE(289), - [sym_constructor_or_destructor_definition] = STATE(289), - [sym_constructor_or_destructor_declaration] = STATE(289), - [sym_friend_declaration] = STATE(289), - [sym_access_specifier] = STATE(289), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(289), - [sym_alias_declaration] = STATE(289), - [sym_static_assert_declaration] = STATE(289), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(289), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1711), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_preproc_def] = STATE(135), + [sym_preproc_function_def] = STATE(135), + [sym_preproc_call] = STATE(135), + [sym_preproc_if_in_field_declaration_list] = STATE(135), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(135), + [sym_preproc_else_in_field_declaration_list] = STATE(6799), + [sym_preproc_elif_in_field_declaration_list] = STATE(6799), + [sym_type_definition] = STATE(135), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(135), + [sym_field_declaration] = STATE(135), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(135), + [sym_operator_cast] = STATE(5345), + [sym_inline_method_definition] = STATE(135), + [sym__constructor_specifiers] = STATE(1912), + [sym_operator_cast_definition] = STATE(135), + [sym_operator_cast_declaration] = STATE(135), + [sym_constructor_or_destructor_definition] = STATE(135), + [sym_constructor_or_destructor_declaration] = STATE(135), + [sym_friend_declaration] = STATE(135), + [sym_access_specifier] = STATE(135), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(135), + [sym_alias_declaration] = STATE(135), + [sym_static_assert_declaration] = STATE(135), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(135), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1709), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -51234,117 +50992,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), }, [131] = { - [sym_preproc_def] = STATE(289), - [sym_preproc_function_def] = STATE(289), - [sym_preproc_call] = STATE(289), - [sym_preproc_if_in_field_declaration_list] = STATE(289), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(289), - [sym_preproc_else_in_field_declaration_list] = STATE(6766), - [sym_preproc_elif_in_field_declaration_list] = STATE(6766), - [sym_type_definition] = STATE(289), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(289), - [sym_field_declaration] = STATE(289), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(289), - [sym_operator_cast] = STATE(5459), - [sym_inline_method_definition] = STATE(289), - [sym__constructor_specifiers] = STATE(1906), - [sym_operator_cast_definition] = STATE(289), - [sym_operator_cast_declaration] = STATE(289), - [sym_constructor_or_destructor_definition] = STATE(289), - [sym_constructor_or_destructor_declaration] = STATE(289), - [sym_friend_declaration] = STATE(289), - [sym_access_specifier] = STATE(289), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(289), - [sym_alias_declaration] = STATE(289), - [sym_static_assert_declaration] = STATE(289), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(289), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1713), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_preproc_def] = STATE(134), + [sym_preproc_function_def] = STATE(134), + [sym_preproc_call] = STATE(134), + [sym_preproc_if_in_field_declaration_list] = STATE(134), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(134), + [sym_preproc_else_in_field_declaration_list] = STATE(6789), + [sym_preproc_elif_in_field_declaration_list] = STATE(6789), + [sym_type_definition] = STATE(134), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(134), + [sym_field_declaration] = STATE(134), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(134), + [sym_operator_cast] = STATE(5345), + [sym_inline_method_definition] = STATE(134), + [sym__constructor_specifiers] = STATE(1912), + [sym_operator_cast_definition] = STATE(134), + [sym_operator_cast_declaration] = STATE(134), + [sym_constructor_or_destructor_definition] = STATE(134), + [sym_constructor_or_destructor_declaration] = STATE(134), + [sym_friend_declaration] = STATE(134), + [sym_access_specifier] = STATE(134), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(134), + [sym_alias_declaration] = STATE(134), + [sym_static_assert_declaration] = STATE(134), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(134), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1711), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -51357,117 +51115,363 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), }, [132] = { + [sym_preproc_def] = STATE(136), + [sym_preproc_function_def] = STATE(136), + [sym_preproc_call] = STATE(136), + [sym_preproc_if_in_field_declaration_list] = STATE(136), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(136), + [sym_preproc_else_in_field_declaration_list] = STATE(7035), + [sym_preproc_elif_in_field_declaration_list] = STATE(7035), + [sym_type_definition] = STATE(136), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(136), + [sym_field_declaration] = STATE(136), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(136), + [sym_operator_cast] = STATE(5345), + [sym_inline_method_definition] = STATE(136), + [sym__constructor_specifiers] = STATE(1912), + [sym_operator_cast_definition] = STATE(136), + [sym_operator_cast_declaration] = STATE(136), + [sym_constructor_or_destructor_definition] = STATE(136), + [sym_constructor_or_destructor_declaration] = STATE(136), + [sym_friend_declaration] = STATE(136), + [sym_access_specifier] = STATE(136), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(136), + [sym_alias_declaration] = STATE(136), + [sym_static_assert_declaration] = STATE(136), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(136), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1713), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1671), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1673), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_explicit] = ACTIONS(111), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), + }, + [133] = { + [sym_preproc_def] = STATE(137), + [sym_preproc_function_def] = STATE(137), + [sym_preproc_call] = STATE(137), + [sym_preproc_if_in_field_declaration_list] = STATE(137), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(137), + [sym_preproc_else_in_field_declaration_list] = STATE(7055), + [sym_preproc_elif_in_field_declaration_list] = STATE(7055), + [sym_type_definition] = STATE(137), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(137), + [sym_field_declaration] = STATE(137), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(137), + [sym_operator_cast] = STATE(5345), + [sym_inline_method_definition] = STATE(137), + [sym__constructor_specifiers] = STATE(1912), + [sym_operator_cast_definition] = STATE(137), + [sym_operator_cast_declaration] = STATE(137), + [sym_constructor_or_destructor_definition] = STATE(137), + [sym_constructor_or_destructor_declaration] = STATE(137), + [sym_friend_declaration] = STATE(137), + [sym_access_specifier] = STATE(137), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(137), + [sym_alias_declaration] = STATE(137), + [sym_static_assert_declaration] = STATE(137), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(137), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1671), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1673), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_explicit] = ACTIONS(111), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), + }, + [134] = { [sym_preproc_def] = STATE(289), [sym_preproc_function_def] = STATE(289), [sym_preproc_call] = STATE(289), [sym_preproc_if_in_field_declaration_list] = STATE(289), [sym_preproc_ifdef_in_field_declaration_list] = STATE(289), - [sym_preproc_else_in_field_declaration_list] = STATE(6666), - [sym_preproc_elif_in_field_declaration_list] = STATE(6666), + [sym_preproc_else_in_field_declaration_list] = STATE(6770), + [sym_preproc_elif_in_field_declaration_list] = STATE(6770), [sym_type_definition] = STATE(289), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), [sym__field_declaration_list_item] = STATE(289), [sym_field_declaration] = STATE(289), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), [sym_template_declaration] = STATE(289), - [sym_operator_cast] = STATE(5459), + [sym_operator_cast] = STATE(5345), [sym_inline_method_definition] = STATE(289), - [sym__constructor_specifiers] = STATE(1906), + [sym__constructor_specifiers] = STATE(1912), [sym_operator_cast_definition] = STATE(289), [sym_operator_cast_declaration] = STATE(289), [sym_constructor_or_destructor_definition] = STATE(289), [sym_constructor_or_destructor_declaration] = STATE(289), [sym_friend_declaration] = STATE(289), [sym_access_specifier] = STATE(289), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), [sym_using_declaration] = STATE(289), [sym_alias_declaration] = STATE(289), [sym_static_assert_declaration] = STATE(289), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(289), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1715), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -51480,117 +51484,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), }, - [133] = { + [135] = { [sym_preproc_def] = STATE(289), [sym_preproc_function_def] = STATE(289), [sym_preproc_call] = STATE(289), [sym_preproc_if_in_field_declaration_list] = STATE(289), [sym_preproc_ifdef_in_field_declaration_list] = STATE(289), - [sym_preproc_else_in_field_declaration_list] = STATE(6889), - [sym_preproc_elif_in_field_declaration_list] = STATE(6889), + [sym_preproc_else_in_field_declaration_list] = STATE(6788), + [sym_preproc_elif_in_field_declaration_list] = STATE(6788), [sym_type_definition] = STATE(289), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), [sym__field_declaration_list_item] = STATE(289), [sym_field_declaration] = STATE(289), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), [sym_template_declaration] = STATE(289), - [sym_operator_cast] = STATE(5459), + [sym_operator_cast] = STATE(5345), [sym_inline_method_definition] = STATE(289), - [sym__constructor_specifiers] = STATE(1906), + [sym__constructor_specifiers] = STATE(1912), [sym_operator_cast_definition] = STATE(289), [sym_operator_cast_declaration] = STATE(289), [sym_constructor_or_destructor_definition] = STATE(289), [sym_constructor_or_destructor_declaration] = STATE(289), [sym_friend_declaration] = STATE(289), [sym_access_specifier] = STATE(289), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), [sym_using_declaration] = STATE(289), [sym_alias_declaration] = STATE(289), [sym_static_assert_declaration] = STATE(289), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(289), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1717), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1719), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -51603,117 +51607,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), }, - [134] = { - [sym_preproc_def] = STATE(138), - [sym_preproc_function_def] = STATE(138), - [sym_preproc_call] = STATE(138), - [sym_preproc_if_in_field_declaration_list] = STATE(138), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(138), - [sym_preproc_else_in_field_declaration_list] = STATE(7108), - [sym_preproc_elif_in_field_declaration_list] = STATE(7108), - [sym_type_definition] = STATE(138), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(138), - [sym_field_declaration] = STATE(138), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(138), - [sym_operator_cast] = STATE(5459), - [sym_inline_method_definition] = STATE(138), - [sym__constructor_specifiers] = STATE(1906), - [sym_operator_cast_definition] = STATE(138), - [sym_operator_cast_declaration] = STATE(138), - [sym_constructor_or_destructor_definition] = STATE(138), - [sym_constructor_or_destructor_declaration] = STATE(138), - [sym_friend_declaration] = STATE(138), - [sym_access_specifier] = STATE(138), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(138), - [sym_alias_declaration] = STATE(138), - [sym_static_assert_declaration] = STATE(138), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(138), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1719), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [136] = { + [sym_preproc_def] = STATE(289), + [sym_preproc_function_def] = STATE(289), + [sym_preproc_call] = STATE(289), + [sym_preproc_if_in_field_declaration_list] = STATE(289), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(289), + [sym_preproc_else_in_field_declaration_list] = STATE(7056), + [sym_preproc_elif_in_field_declaration_list] = STATE(7056), + [sym_type_definition] = STATE(289), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(289), + [sym_field_declaration] = STATE(289), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(289), + [sym_operator_cast] = STATE(5345), + [sym_inline_method_definition] = STATE(289), + [sym__constructor_specifiers] = STATE(1912), + [sym_operator_cast_definition] = STATE(289), + [sym_operator_cast_declaration] = STATE(289), + [sym_constructor_or_destructor_definition] = STATE(289), + [sym_constructor_or_destructor_declaration] = STATE(289), + [sym_friend_declaration] = STATE(289), + [sym_access_specifier] = STATE(289), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(289), + [sym_alias_declaration] = STATE(289), + [sym_static_assert_declaration] = STATE(289), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(289), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1721), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -51726,363 +51730,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), }, - [135] = { - [sym_preproc_def] = STATE(136), - [sym_preproc_function_def] = STATE(136), - [sym_preproc_call] = STATE(136), - [sym_preproc_if_in_field_declaration_list] = STATE(136), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(136), - [sym_preproc_else_in_field_declaration_list] = STATE(6931), - [sym_preproc_elif_in_field_declaration_list] = STATE(6931), - [sym_type_definition] = STATE(136), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(136), - [sym_field_declaration] = STATE(136), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(136), - [sym_operator_cast] = STATE(5459), - [sym_inline_method_definition] = STATE(136), - [sym__constructor_specifiers] = STATE(1906), - [sym_operator_cast_definition] = STATE(136), - [sym_operator_cast_declaration] = STATE(136), - [sym_constructor_or_destructor_definition] = STATE(136), - [sym_constructor_or_destructor_declaration] = STATE(136), - [sym_friend_declaration] = STATE(136), - [sym_access_specifier] = STATE(136), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(136), - [sym_alias_declaration] = STATE(136), - [sym_static_assert_declaration] = STATE(136), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(136), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1721), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), - }, - [136] = { + [137] = { [sym_preproc_def] = STATE(289), [sym_preproc_function_def] = STATE(289), [sym_preproc_call] = STATE(289), [sym_preproc_if_in_field_declaration_list] = STATE(289), [sym_preproc_ifdef_in_field_declaration_list] = STATE(289), - [sym_preproc_else_in_field_declaration_list] = STATE(6629), - [sym_preproc_elif_in_field_declaration_list] = STATE(6629), + [sym_preproc_else_in_field_declaration_list] = STATE(7085), + [sym_preproc_elif_in_field_declaration_list] = STATE(7085), [sym_type_definition] = STATE(289), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), [sym__field_declaration_list_item] = STATE(289), [sym_field_declaration] = STATE(289), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), [sym_template_declaration] = STATE(289), - [sym_operator_cast] = STATE(5459), + [sym_operator_cast] = STATE(5345), [sym_inline_method_definition] = STATE(289), - [sym__constructor_specifiers] = STATE(1906), + [sym__constructor_specifiers] = STATE(1912), [sym_operator_cast_definition] = STATE(289), [sym_operator_cast_declaration] = STATE(289), [sym_constructor_or_destructor_definition] = STATE(289), [sym_constructor_or_destructor_declaration] = STATE(289), [sym_friend_declaration] = STATE(289), [sym_access_specifier] = STATE(289), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), [sym_using_declaration] = STATE(289), [sym_alias_declaration] = STATE(289), [sym_static_assert_declaration] = STATE(289), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(289), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), [aux_sym_preproc_if_token2] = ACTIONS(1723), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), - }, - [137] = { - [sym_preproc_def] = STATE(139), - [sym_preproc_function_def] = STATE(139), - [sym_preproc_call] = STATE(139), - [sym_preproc_if_in_field_declaration_list] = STATE(139), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(139), - [sym_preproc_else_in_field_declaration_list] = STATE(7221), - [sym_preproc_elif_in_field_declaration_list] = STATE(7221), - [sym_type_definition] = STATE(139), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(139), - [sym_field_declaration] = STATE(139), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(139), - [sym_operator_cast] = STATE(5459), - [sym_inline_method_definition] = STATE(139), - [sym__constructor_specifiers] = STATE(1906), - [sym_operator_cast_definition] = STATE(139), - [sym_operator_cast_declaration] = STATE(139), - [sym_constructor_or_destructor_definition] = STATE(139), - [sym_constructor_or_destructor_declaration] = STATE(139), - [sym_friend_declaration] = STATE(139), - [sym_access_specifier] = STATE(139), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(139), - [sym_alias_declaration] = STATE(139), - [sym_static_assert_declaration] = STATE(139), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(139), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1725), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -52095,29 +51853,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), }, [138] = { [sym_preproc_def] = STATE(289), @@ -52125,87 +51883,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(289), [sym_preproc_if_in_field_declaration_list] = STATE(289), [sym_preproc_ifdef_in_field_declaration_list] = STATE(289), - [sym_preproc_else_in_field_declaration_list] = STATE(7218), - [sym_preproc_elif_in_field_declaration_list] = STATE(7218), + [sym_preproc_else_in_field_declaration_list] = STATE(7103), + [sym_preproc_elif_in_field_declaration_list] = STATE(7103), [sym_type_definition] = STATE(289), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), [sym__field_declaration_list_item] = STATE(289), [sym_field_declaration] = STATE(289), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), [sym_template_declaration] = STATE(289), - [sym_operator_cast] = STATE(5459), + [sym_operator_cast] = STATE(5345), [sym_inline_method_definition] = STATE(289), - [sym__constructor_specifiers] = STATE(1906), + [sym__constructor_specifiers] = STATE(1912), [sym_operator_cast_definition] = STATE(289), [sym_operator_cast_declaration] = STATE(289), [sym_constructor_or_destructor_definition] = STATE(289), [sym_constructor_or_destructor_declaration] = STATE(289), [sym_friend_declaration] = STATE(289), [sym_access_specifier] = STATE(289), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), [sym_using_declaration] = STATE(289), [sym_alias_declaration] = STATE(289), [sym_static_assert_declaration] = STATE(289), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(289), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1727), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1725), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -52218,117 +51976,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), }, [139] = { - [sym_preproc_def] = STATE(289), - [sym_preproc_function_def] = STATE(289), - [sym_preproc_call] = STATE(289), - [sym_preproc_if_in_field_declaration_list] = STATE(289), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(289), - [sym_preproc_else_in_field_declaration_list] = STATE(7190), - [sym_preproc_elif_in_field_declaration_list] = STATE(7190), - [sym_type_definition] = STATE(289), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(289), - [sym_field_declaration] = STATE(289), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(289), - [sym_operator_cast] = STATE(5459), - [sym_inline_method_definition] = STATE(289), - [sym__constructor_specifiers] = STATE(1906), - [sym_operator_cast_definition] = STATE(289), - [sym_operator_cast_declaration] = STATE(289), - [sym_constructor_or_destructor_definition] = STATE(289), - [sym_constructor_or_destructor_declaration] = STATE(289), - [sym_friend_declaration] = STATE(289), - [sym_access_specifier] = STATE(289), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(289), - [sym_alias_declaration] = STATE(289), - [sym_static_assert_declaration] = STATE(289), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(289), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1651), - [aux_sym_preproc_if_token2] = ACTIONS(1729), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1655), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1655), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1659), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_preproc_def] = STATE(138), + [sym_preproc_function_def] = STATE(138), + [sym_preproc_call] = STATE(138), + [sym_preproc_if_in_field_declaration_list] = STATE(138), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(138), + [sym_preproc_else_in_field_declaration_list] = STATE(7101), + [sym_preproc_elif_in_field_declaration_list] = STATE(7101), + [sym_type_definition] = STATE(138), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(138), + [sym_field_declaration] = STATE(138), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(138), + [sym_operator_cast] = STATE(5345), + [sym_inline_method_definition] = STATE(138), + [sym__constructor_specifiers] = STATE(1912), + [sym_operator_cast_definition] = STATE(138), + [sym_operator_cast_declaration] = STATE(138), + [sym_constructor_or_destructor_definition] = STATE(138), + [sym_constructor_or_destructor_declaration] = STATE(138), + [sym_friend_declaration] = STATE(138), + [sym_access_specifier] = STATE(138), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(138), + [sym_alias_declaration] = STATE(138), + [sym_static_assert_declaration] = STATE(138), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(138), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1647), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1655), + [aux_sym_preproc_elif_token1] = ACTIONS(1657), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -52341,114 +52099,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(1693), - [anon_sym_private] = ACTIONS(1693), - [anon_sym_protected] = ACTIONS(1693), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_public] = ACTIONS(1691), + [anon_sym_private] = ACTIONS(1691), + [anon_sym_protected] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1701), - [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1697), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1701), }, [140] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(615), - [sym_attributed_statement] = STATE(615), - [sym_labeled_statement] = STATE(615), - [sym_expression_statement] = STATE(615), - [sym_if_statement] = STATE(615), - [sym_switch_statement] = STATE(615), - [sym_case_statement] = STATE(615), - [sym_while_statement] = STATE(615), - [sym_do_statement] = STATE(615), - [sym_for_statement] = STATE(615), - [sym_return_statement] = STATE(615), - [sym_break_statement] = STATE(615), - [sym_continue_statement] = STATE(615), - [sym_goto_statement] = STATE(615), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(615), - [sym_co_return_statement] = STATE(615), - [sym_co_yield_statement] = STATE(615), - [sym_throw_statement] = STATE(615), - [sym_try_statement] = STATE(615), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(586), + [sym_attributed_statement] = STATE(586), + [sym_labeled_statement] = STATE(586), + [sym_expression_statement] = STATE(586), + [sym_if_statement] = STATE(586), + [sym_switch_statement] = STATE(586), + [sym_case_statement] = STATE(586), + [sym_while_statement] = STATE(586), + [sym_do_statement] = STATE(586), + [sym_for_statement] = STATE(586), + [sym_return_statement] = STATE(586), + [sym_break_statement] = STATE(586), + [sym_continue_statement] = STATE(586), + [sym_goto_statement] = STATE(586), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(586), + [sym_co_return_statement] = STATE(586), + [sym_co_yield_statement] = STATE(586), + [sym_throw_statement] = STATE(586), + [sym_try_statement] = STATE(586), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -52470,12 +52228,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -52488,89 +52246,211 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [141] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(597), - [sym_attributed_statement] = STATE(597), - [sym_labeled_statement] = STATE(597), - [sym_expression_statement] = STATE(597), - [sym_if_statement] = STATE(597), - [sym_switch_statement] = STATE(597), - [sym_case_statement] = STATE(597), - [sym_while_statement] = STATE(597), - [sym_do_statement] = STATE(597), - [sym_for_statement] = STATE(597), - [sym_return_statement] = STATE(597), - [sym_break_statement] = STATE(597), - [sym_continue_statement] = STATE(597), - [sym_goto_statement] = STATE(597), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(597), - [sym_co_return_statement] = STATE(597), - [sym_co_yield_statement] = STATE(597), - [sym_throw_statement] = STATE(597), - [sym_try_statement] = STATE(597), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(141), + [sym_compound_statement] = STATE(420), + [sym_attributed_statement] = STATE(420), + [sym_labeled_statement] = STATE(420), + [sym_expression_statement] = STATE(420), + [sym_if_statement] = STATE(420), + [sym_switch_statement] = STATE(420), + [sym_case_statement] = STATE(420), + [sym_while_statement] = STATE(420), + [sym_do_statement] = STATE(420), + [sym_for_statement] = STATE(420), + [sym_return_statement] = STATE(420), + [sym_break_statement] = STATE(420), + [sym_continue_statement] = STATE(420), + [sym_goto_statement] = STATE(420), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(420), + [sym_co_return_statement] = STATE(420), + [sym_co_yield_statement] = STATE(420), + [sym_throw_statement] = STATE(420), + [sym_try_statement] = STATE(420), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(141), + [sym_identifier] = ACTIONS(1731), + [anon_sym_LPAREN2] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1743), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_SEMI] = ACTIONS(1746), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1755), + [anon_sym_LBRACK] = ACTIONS(1758), + [sym_primitive_type] = ACTIONS(1761), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_switch] = ACTIONS(1767), + [anon_sym_case] = ACTIONS(1770), + [anon_sym_default] = ACTIONS(1773), + [anon_sym_while] = ACTIONS(1776), + [anon_sym_do] = ACTIONS(1779), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1785), + [anon_sym_break] = ACTIONS(1788), + [anon_sym_continue] = ACTIONS(1791), + [anon_sym_goto] = ACTIONS(1794), + [anon_sym_not] = ACTIONS(1740), + [anon_sym_compl] = ACTIONS(1740), + [anon_sym_DASH_DASH] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1797), + [anon_sym_sizeof] = ACTIONS(1800), + [sym_number_literal] = ACTIONS(1803), + [anon_sym_L_SQUOTE] = ACTIONS(1806), + [anon_sym_u_SQUOTE] = ACTIONS(1806), + [anon_sym_U_SQUOTE] = ACTIONS(1806), + [anon_sym_u8_SQUOTE] = ACTIONS(1806), + [anon_sym_SQUOTE] = ACTIONS(1806), + [anon_sym_L_DQUOTE] = ACTIONS(1809), + [anon_sym_u_DQUOTE] = ACTIONS(1809), + [anon_sym_U_DQUOTE] = ACTIONS(1809), + [anon_sym_u8_DQUOTE] = ACTIONS(1809), + [anon_sym_DQUOTE] = ACTIONS(1809), + [sym_true] = ACTIONS(1812), + [sym_false] = ACTIONS(1812), + [sym_null] = ACTIONS(1812), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1815), + [anon_sym_template] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1821), + [anon_sym_delete] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1827), + [anon_sym_co_return] = ACTIONS(1830), + [anon_sym_co_yield] = ACTIONS(1833), + [anon_sym_R_DQUOTE] = ACTIONS(1836), + [anon_sym_LR_DQUOTE] = ACTIONS(1836), + [anon_sym_uR_DQUOTE] = ACTIONS(1836), + [anon_sym_UR_DQUOTE] = ACTIONS(1836), + [anon_sym_u8R_DQUOTE] = ACTIONS(1836), + [anon_sym_co_await] = ACTIONS(1839), + [anon_sym_new] = ACTIONS(1842), + [anon_sym_requires] = ACTIONS(1845), + [sym_this] = ACTIONS(1812), + [sym_nullptr] = ACTIONS(1812), + }, + [142] = { + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(894), + [sym_attributed_statement] = STATE(894), + [sym_labeled_statement] = STATE(894), + [sym_expression_statement] = STATE(894), + [sym_if_statement] = STATE(894), + [sym_switch_statement] = STATE(894), + [sym_case_statement] = STATE(894), + [sym_while_statement] = STATE(894), + [sym_do_statement] = STATE(894), + [sym_for_statement] = STATE(894), + [sym_return_statement] = STATE(894), + [sym_break_statement] = STATE(894), + [sym_continue_statement] = STATE(894), + [sym_goto_statement] = STATE(894), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(894), + [sym_co_return_statement] = STATE(894), + [sym_co_yield_statement] = STATE(894), + [sym_throw_statement] = STATE(894), + [sym_try_statement] = STATE(894), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -52592,12 +52472,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -52609,78 +52489,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [142] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(606), - [sym_attributed_statement] = STATE(606), - [sym_labeled_statement] = STATE(606), - [sym_expression_statement] = STATE(606), - [sym_if_statement] = STATE(606), - [sym_switch_statement] = STATE(606), - [sym_case_statement] = STATE(606), - [sym_while_statement] = STATE(606), - [sym_do_statement] = STATE(606), - [sym_for_statement] = STATE(606), - [sym_return_statement] = STATE(606), - [sym_break_statement] = STATE(606), - [sym_continue_statement] = STATE(606), - [sym_goto_statement] = STATE(606), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(606), - [sym_co_return_statement] = STATE(606), - [sym_co_yield_statement] = STATE(606), - [sym_throw_statement] = STATE(606), - [sym_try_statement] = STATE(606), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [143] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(820), + [sym_attributed_statement] = STATE(818), + [sym_labeled_statement] = STATE(817), + [sym_expression_statement] = STATE(816), + [sym_if_statement] = STATE(815), + [sym_switch_statement] = STATE(814), + [sym_case_statement] = STATE(812), + [sym_while_statement] = STATE(811), + [sym_do_statement] = STATE(810), + [sym_for_statement] = STATE(809), + [sym_return_statement] = STATE(808), + [sym_break_statement] = STATE(807), + [sym_continue_statement] = STATE(806), + [sym_goto_statement] = STATE(805), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(804), + [sym_co_return_statement] = STATE(803), + [sym_co_yield_statement] = STATE(802), + [sym_throw_statement] = STATE(801), + [sym_try_statement] = STATE(800), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), @@ -52714,7 +52594,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -52731,90 +52611,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [143] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(451), - [sym_attributed_statement] = STATE(451), - [sym_labeled_statement] = STATE(451), - [sym_expression_statement] = STATE(451), - [sym_if_statement] = STATE(451), - [sym_switch_statement] = STATE(451), - [sym_case_statement] = STATE(451), - [sym_while_statement] = STATE(451), - [sym_do_statement] = STATE(451), - [sym_for_statement] = STATE(451), - [sym_return_statement] = STATE(451), - [sym_break_statement] = STATE(451), - [sym_continue_statement] = STATE(451), - [sym_goto_statement] = STATE(451), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(451), - [sym_co_return_statement] = STATE(451), - [sym_co_yield_statement] = STATE(451), - [sym_throw_statement] = STATE(451), - [sym_try_statement] = STATE(451), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [144] = { + [sym_attribute_declaration] = STATE(144), + [sym_compound_statement] = STATE(790), + [sym_attributed_statement] = STATE(790), + [sym_labeled_statement] = STATE(790), + [sym_expression_statement] = STATE(790), + [sym_if_statement] = STATE(790), + [sym_switch_statement] = STATE(790), + [sym_case_statement] = STATE(790), + [sym_while_statement] = STATE(790), + [sym_do_statement] = STATE(790), + [sym_for_statement] = STATE(790), + [sym_return_statement] = STATE(790), + [sym_break_statement] = STATE(790), + [sym_continue_statement] = STATE(790), + [sym_goto_statement] = STATE(790), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(790), + [sym_co_return_statement] = STATE(790), + [sym_co_yield_statement] = STATE(790), + [sym_throw_statement] = STATE(790), + [sym_try_statement] = STATE(790), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(144), + [sym_identifier] = ACTIONS(1850), + [anon_sym_LPAREN2] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1743), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_SEMI] = ACTIONS(1853), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1856), + [anon_sym_LBRACK] = ACTIONS(1758), + [sym_primitive_type] = ACTIONS(1761), + [anon_sym_if] = ACTIONS(1859), + [anon_sym_switch] = ACTIONS(1862), + [anon_sym_case] = ACTIONS(1865), + [anon_sym_default] = ACTIONS(1868), + [anon_sym_while] = ACTIONS(1871), + [anon_sym_do] = ACTIONS(1874), + [anon_sym_for] = ACTIONS(1877), + [anon_sym_return] = ACTIONS(1880), + [anon_sym_break] = ACTIONS(1883), + [anon_sym_continue] = ACTIONS(1886), + [anon_sym_goto] = ACTIONS(1889), + [anon_sym_not] = ACTIONS(1740), + [anon_sym_compl] = ACTIONS(1740), + [anon_sym_DASH_DASH] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1797), + [anon_sym_sizeof] = ACTIONS(1800), + [sym_number_literal] = ACTIONS(1803), + [anon_sym_L_SQUOTE] = ACTIONS(1806), + [anon_sym_u_SQUOTE] = ACTIONS(1806), + [anon_sym_U_SQUOTE] = ACTIONS(1806), + [anon_sym_u8_SQUOTE] = ACTIONS(1806), + [anon_sym_SQUOTE] = ACTIONS(1806), + [anon_sym_L_DQUOTE] = ACTIONS(1809), + [anon_sym_u_DQUOTE] = ACTIONS(1809), + [anon_sym_U_DQUOTE] = ACTIONS(1809), + [anon_sym_u8_DQUOTE] = ACTIONS(1809), + [anon_sym_DQUOTE] = ACTIONS(1809), + [sym_true] = ACTIONS(1812), + [sym_false] = ACTIONS(1812), + [sym_null] = ACTIONS(1812), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1815), + [anon_sym_template] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1892), + [anon_sym_delete] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1895), + [anon_sym_co_return] = ACTIONS(1898), + [anon_sym_co_yield] = ACTIONS(1901), + [anon_sym_R_DQUOTE] = ACTIONS(1836), + [anon_sym_LR_DQUOTE] = ACTIONS(1836), + [anon_sym_uR_DQUOTE] = ACTIONS(1836), + [anon_sym_UR_DQUOTE] = ACTIONS(1836), + [anon_sym_u8R_DQUOTE] = ACTIONS(1836), + [anon_sym_co_await] = ACTIONS(1839), + [anon_sym_new] = ACTIONS(1842), + [anon_sym_requires] = ACTIONS(1845), + [sym_this] = ACTIONS(1812), + [sym_nullptr] = ACTIONS(1812), + }, + [145] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(799), + [sym_attributed_statement] = STATE(798), + [sym_labeled_statement] = STATE(797), + [sym_expression_statement] = STATE(796), + [sym_if_statement] = STATE(795), + [sym_switch_statement] = STATE(794), + [sym_case_statement] = STATE(793), + [sym_while_statement] = STATE(792), + [sym_do_statement] = STATE(791), + [sym_for_statement] = STATE(789), + [sym_return_statement] = STATE(788), + [sym_break_statement] = STATE(787), + [sym_continue_statement] = STATE(786), + [sym_goto_statement] = STATE(785), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(784), + [sym_co_return_statement] = STATE(783), + [sym_co_yield_statement] = STATE(782), + [sym_throw_statement] = STATE(781), + [sym_try_statement] = STATE(780), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(71), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(83), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -52836,12 +52838,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -52853,90 +52855,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [144] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(450), - [sym_attributed_statement] = STATE(450), - [sym_labeled_statement] = STATE(450), - [sym_expression_statement] = STATE(450), - [sym_if_statement] = STATE(450), - [sym_switch_statement] = STATE(450), - [sym_case_statement] = STATE(450), - [sym_while_statement] = STATE(450), - [sym_do_statement] = STATE(450), - [sym_for_statement] = STATE(450), - [sym_return_statement] = STATE(450), - [sym_break_statement] = STATE(450), - [sym_continue_statement] = STATE(450), - [sym_goto_statement] = STATE(450), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(450), - [sym_co_return_statement] = STATE(450), - [sym_co_yield_statement] = STATE(450), - [sym_throw_statement] = STATE(450), - [sym_try_statement] = STATE(450), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [146] = { + [sym_attribute_declaration] = STATE(203), + [sym_compound_statement] = STATE(769), + [sym_attributed_statement] = STATE(769), + [sym_labeled_statement] = STATE(769), + [sym_expression_statement] = STATE(769), + [sym_if_statement] = STATE(769), + [sym_switch_statement] = STATE(769), + [sym_case_statement] = STATE(769), + [sym_while_statement] = STATE(769), + [sym_do_statement] = STATE(769), + [sym_for_statement] = STATE(769), + [sym_return_statement] = STATE(769), + [sym_break_statement] = STATE(769), + [sym_continue_statement] = STATE(769), + [sym_goto_statement] = STATE(769), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(769), + [sym_co_return_statement] = STATE(769), + [sym_co_yield_statement] = STATE(769), + [sym_throw_statement] = STATE(769), + [sym_try_statement] = STATE(769), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -52958,12 +52960,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -52975,90 +52977,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [145] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(682), - [sym_attributed_statement] = STATE(682), - [sym_labeled_statement] = STATE(682), - [sym_expression_statement] = STATE(682), - [sym_if_statement] = STATE(682), - [sym_switch_statement] = STATE(682), - [sym_case_statement] = STATE(682), - [sym_while_statement] = STATE(682), - [sym_do_statement] = STATE(682), - [sym_for_statement] = STATE(682), - [sym_return_statement] = STATE(682), - [sym_break_statement] = STATE(682), - [sym_continue_statement] = STATE(682), - [sym_goto_statement] = STATE(682), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(682), - [sym_co_return_statement] = STATE(682), - [sym_co_yield_statement] = STATE(682), - [sym_throw_statement] = STATE(682), - [sym_try_statement] = STATE(682), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [147] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1188), + [sym_attributed_statement] = STATE(1188), + [sym_labeled_statement] = STATE(1188), + [sym_expression_statement] = STATE(1188), + [sym_if_statement] = STATE(1188), + [sym_switch_statement] = STATE(1188), + [sym_case_statement] = STATE(1188), + [sym_while_statement] = STATE(1188), + [sym_do_statement] = STATE(1188), + [sym_for_statement] = STATE(1188), + [sym_return_statement] = STATE(1188), + [sym_break_statement] = STATE(1188), + [sym_continue_statement] = STATE(1188), + [sym_goto_statement] = STATE(1188), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1188), + [sym_co_return_statement] = STATE(1188), + [sym_co_yield_statement] = STATE(1188), + [sym_throw_statement] = STATE(1188), + [sym_try_statement] = STATE(1188), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -53080,12 +53082,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -53097,86 +53099,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [146] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(635), - [sym_attributed_statement] = STATE(635), - [sym_labeled_statement] = STATE(635), - [sym_expression_statement] = STATE(635), - [sym_if_statement] = STATE(635), - [sym_switch_statement] = STATE(635), - [sym_case_statement] = STATE(635), - [sym_while_statement] = STATE(635), - [sym_do_statement] = STATE(635), - [sym_for_statement] = STATE(635), - [sym_return_statement] = STATE(635), - [sym_break_statement] = STATE(635), - [sym_continue_statement] = STATE(635), - [sym_goto_statement] = STATE(635), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(635), - [sym_co_return_statement] = STATE(635), - [sym_co_yield_statement] = STATE(635), - [sym_throw_statement] = STATE(635), - [sym_try_statement] = STATE(635), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [148] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(6942), + [sym_attributed_statement] = STATE(6942), + [sym_labeled_statement] = STATE(6942), + [sym_expression_statement] = STATE(6942), + [sym_if_statement] = STATE(6942), + [sym_switch_statement] = STATE(6942), + [sym_case_statement] = STATE(6942), + [sym_while_statement] = STATE(6942), + [sym_do_statement] = STATE(6942), + [sym_for_statement] = STATE(6942), + [sym_return_statement] = STATE(6942), + [sym_break_statement] = STATE(6942), + [sym_continue_statement] = STATE(6942), + [sym_goto_statement] = STATE(6942), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(6942), + [sym_co_return_statement] = STATE(6942), + [sym_co_yield_statement] = STATE(6942), + [sym_throw_statement] = STATE(6942), + [sym_try_statement] = STATE(6942), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -53202,7 +53204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -53219,90 +53221,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [147] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(420), - [sym_attributed_statement] = STATE(420), - [sym_labeled_statement] = STATE(420), - [sym_expression_statement] = STATE(420), - [sym_if_statement] = STATE(420), - [sym_switch_statement] = STATE(420), - [sym_case_statement] = STATE(420), - [sym_while_statement] = STATE(420), - [sym_do_statement] = STATE(420), - [sym_for_statement] = STATE(420), - [sym_return_statement] = STATE(420), - [sym_break_statement] = STATE(420), - [sym_continue_statement] = STATE(420), - [sym_goto_statement] = STATE(420), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(420), - [sym_co_return_statement] = STATE(420), - [sym_co_yield_statement] = STATE(420), - [sym_throw_statement] = STATE(420), - [sym_try_statement] = STATE(420), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [149] = { + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(608), + [sym_attributed_statement] = STATE(608), + [sym_labeled_statement] = STATE(608), + [sym_expression_statement] = STATE(608), + [sym_if_statement] = STATE(608), + [sym_switch_statement] = STATE(608), + [sym_case_statement] = STATE(608), + [sym_while_statement] = STATE(608), + [sym_do_statement] = STATE(608), + [sym_for_statement] = STATE(608), + [sym_return_statement] = STATE(608), + [sym_break_statement] = STATE(608), + [sym_continue_statement] = STATE(608), + [sym_goto_statement] = STATE(608), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(608), + [sym_co_return_statement] = STATE(608), + [sym_co_yield_statement] = STATE(608), + [sym_throw_statement] = STATE(608), + [sym_try_statement] = STATE(608), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -53324,12 +53326,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -53341,90 +53343,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [148] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(783), - [sym_attributed_statement] = STATE(783), - [sym_labeled_statement] = STATE(783), - [sym_expression_statement] = STATE(783), - [sym_if_statement] = STATE(783), - [sym_switch_statement] = STATE(783), - [sym_case_statement] = STATE(783), - [sym_while_statement] = STATE(783), - [sym_do_statement] = STATE(783), - [sym_for_statement] = STATE(783), - [sym_return_statement] = STATE(783), - [sym_break_statement] = STATE(783), - [sym_continue_statement] = STATE(783), - [sym_goto_statement] = STATE(783), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(783), - [sym_co_return_statement] = STATE(783), - [sym_co_yield_statement] = STATE(783), - [sym_throw_statement] = STATE(783), - [sym_try_statement] = STATE(783), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [150] = { + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(655), + [sym_attributed_statement] = STATE(655), + [sym_labeled_statement] = STATE(655), + [sym_expression_statement] = STATE(655), + [sym_if_statement] = STATE(655), + [sym_switch_statement] = STATE(655), + [sym_case_statement] = STATE(655), + [sym_while_statement] = STATE(655), + [sym_do_statement] = STATE(655), + [sym_for_statement] = STATE(655), + [sym_return_statement] = STATE(655), + [sym_break_statement] = STATE(655), + [sym_continue_statement] = STATE(655), + [sym_goto_statement] = STATE(655), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(655), + [sym_co_return_statement] = STATE(655), + [sym_co_yield_statement] = STATE(655), + [sym_throw_statement] = STATE(655), + [sym_try_statement] = STATE(655), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -53446,12 +53448,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -53463,90 +53465,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [149] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(6334), - [sym_attributed_statement] = STATE(6334), - [sym_labeled_statement] = STATE(6334), - [sym_expression_statement] = STATE(6334), - [sym_if_statement] = STATE(6334), - [sym_switch_statement] = STATE(6334), - [sym_case_statement] = STATE(6334), - [sym_while_statement] = STATE(6334), - [sym_do_statement] = STATE(6334), - [sym_for_statement] = STATE(6334), - [sym_return_statement] = STATE(6334), - [sym_break_statement] = STATE(6334), - [sym_continue_statement] = STATE(6334), - [sym_goto_statement] = STATE(6334), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(6334), - [sym_co_return_statement] = STATE(6334), - [sym_co_yield_statement] = STATE(6334), - [sym_throw_statement] = STATE(6334), - [sym_try_statement] = STATE(6334), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [151] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1187), + [sym_attributed_statement] = STATE(1187), + [sym_labeled_statement] = STATE(1187), + [sym_expression_statement] = STATE(1187), + [sym_if_statement] = STATE(1187), + [sym_switch_statement] = STATE(1187), + [sym_case_statement] = STATE(1187), + [sym_while_statement] = STATE(1187), + [sym_do_statement] = STATE(1187), + [sym_for_statement] = STATE(1187), + [sym_return_statement] = STATE(1187), + [sym_break_statement] = STATE(1187), + [sym_continue_statement] = STATE(1187), + [sym_goto_statement] = STATE(1187), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1187), + [sym_co_return_statement] = STATE(1187), + [sym_co_yield_statement] = STATE(1187), + [sym_throw_statement] = STATE(1187), + [sym_try_statement] = STATE(1187), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -53568,12 +53570,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -53585,90 +53587,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [150] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(754), - [sym_attributed_statement] = STATE(754), - [sym_labeled_statement] = STATE(754), - [sym_expression_statement] = STATE(754), - [sym_if_statement] = STATE(754), - [sym_switch_statement] = STATE(754), - [sym_case_statement] = STATE(754), - [sym_while_statement] = STATE(754), - [sym_do_statement] = STATE(754), - [sym_for_statement] = STATE(754), - [sym_return_statement] = STATE(754), - [sym_break_statement] = STATE(754), - [sym_continue_statement] = STATE(754), - [sym_goto_statement] = STATE(754), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(754), - [sym_co_return_statement] = STATE(754), - [sym_co_yield_statement] = STATE(754), - [sym_throw_statement] = STATE(754), - [sym_try_statement] = STATE(754), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [152] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1271), + [sym_attributed_statement] = STATE(1269), + [sym_labeled_statement] = STATE(1265), + [sym_expression_statement] = STATE(1257), + [sym_if_statement] = STATE(1248), + [sym_switch_statement] = STATE(1247), + [sym_case_statement] = STATE(1153), + [sym_while_statement] = STATE(1154), + [sym_do_statement] = STATE(1172), + [sym_for_statement] = STATE(1173), + [sym_return_statement] = STATE(1174), + [sym_break_statement] = STATE(1175), + [sym_continue_statement] = STATE(1176), + [sym_goto_statement] = STATE(1177), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1178), + [sym_co_return_statement] = STATE(1180), + [sym_co_yield_statement] = STATE(1181), + [sym_throw_statement] = STATE(1182), + [sym_try_statement] = STATE(1186), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -53690,12 +53692,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -53707,90 +53709,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [151] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(674), - [sym_attributed_statement] = STATE(674), - [sym_labeled_statement] = STATE(674), - [sym_expression_statement] = STATE(674), - [sym_if_statement] = STATE(674), - [sym_switch_statement] = STATE(674), - [sym_case_statement] = STATE(674), - [sym_while_statement] = STATE(674), - [sym_do_statement] = STATE(674), - [sym_for_statement] = STATE(674), - [sym_return_statement] = STATE(674), - [sym_break_statement] = STATE(674), - [sym_continue_statement] = STATE(674), - [sym_goto_statement] = STATE(674), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(674), - [sym_co_return_statement] = STATE(674), - [sym_co_yield_statement] = STATE(674), - [sym_throw_statement] = STATE(674), - [sym_try_statement] = STATE(674), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [153] = { + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(438), + [sym_attributed_statement] = STATE(438), + [sym_labeled_statement] = STATE(438), + [sym_expression_statement] = STATE(438), + [sym_if_statement] = STATE(438), + [sym_switch_statement] = STATE(438), + [sym_case_statement] = STATE(438), + [sym_while_statement] = STATE(438), + [sym_do_statement] = STATE(438), + [sym_for_statement] = STATE(438), + [sym_return_statement] = STATE(438), + [sym_break_statement] = STATE(438), + [sym_continue_statement] = STATE(438), + [sym_goto_statement] = STATE(438), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(438), + [sym_co_return_statement] = STATE(438), + [sym_co_yield_statement] = STATE(438), + [sym_throw_statement] = STATE(438), + [sym_try_statement] = STATE(438), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -53812,12 +53814,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -53829,90 +53831,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [152] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(673), - [sym_attributed_statement] = STATE(673), - [sym_labeled_statement] = STATE(673), - [sym_expression_statement] = STATE(673), - [sym_if_statement] = STATE(673), - [sym_switch_statement] = STATE(673), - [sym_case_statement] = STATE(673), - [sym_while_statement] = STATE(673), - [sym_do_statement] = STATE(673), - [sym_for_statement] = STATE(673), - [sym_return_statement] = STATE(673), - [sym_break_statement] = STATE(673), - [sym_continue_statement] = STATE(673), - [sym_goto_statement] = STATE(673), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(673), - [sym_co_return_statement] = STATE(673), - [sym_co_yield_statement] = STATE(673), - [sym_throw_statement] = STATE(673), - [sym_try_statement] = STATE(673), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [154] = { + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(419), + [sym_attributed_statement] = STATE(419), + [sym_labeled_statement] = STATE(419), + [sym_expression_statement] = STATE(419), + [sym_if_statement] = STATE(419), + [sym_switch_statement] = STATE(419), + [sym_case_statement] = STATE(419), + [sym_while_statement] = STATE(419), + [sym_do_statement] = STATE(419), + [sym_for_statement] = STATE(419), + [sym_return_statement] = STATE(419), + [sym_break_statement] = STATE(419), + [sym_continue_statement] = STATE(419), + [sym_goto_statement] = STATE(419), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(419), + [sym_co_return_statement] = STATE(419), + [sym_co_yield_statement] = STATE(419), + [sym_throw_statement] = STATE(419), + [sym_try_statement] = STATE(419), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -53934,12 +53936,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -53951,90 +53953,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [153] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1222), - [sym_attributed_statement] = STATE(1222), - [sym_labeled_statement] = STATE(1222), - [sym_expression_statement] = STATE(1222), - [sym_if_statement] = STATE(1222), - [sym_switch_statement] = STATE(1222), - [sym_case_statement] = STATE(1222), - [sym_while_statement] = STATE(1222), - [sym_do_statement] = STATE(1222), - [sym_for_statement] = STATE(1222), - [sym_return_statement] = STATE(1222), - [sym_break_statement] = STATE(1222), - [sym_continue_statement] = STATE(1222), - [sym_goto_statement] = STATE(1222), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1222), - [sym_co_return_statement] = STATE(1222), - [sym_co_yield_statement] = STATE(1222), - [sym_throw_statement] = STATE(1222), - [sym_try_statement] = STATE(1222), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [155] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(6925), + [sym_attributed_statement] = STATE(6925), + [sym_labeled_statement] = STATE(6925), + [sym_expression_statement] = STATE(6925), + [sym_if_statement] = STATE(6925), + [sym_switch_statement] = STATE(6925), + [sym_case_statement] = STATE(6925), + [sym_while_statement] = STATE(6925), + [sym_do_statement] = STATE(6925), + [sym_for_statement] = STATE(6925), + [sym_return_statement] = STATE(6925), + [sym_break_statement] = STATE(6925), + [sym_continue_statement] = STATE(6925), + [sym_goto_statement] = STATE(6925), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(6925), + [sym_co_return_statement] = STATE(6925), + [sym_co_yield_statement] = STATE(6925), + [sym_throw_statement] = STATE(6925), + [sym_try_statement] = STATE(6925), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -54056,12 +54058,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -54073,90 +54075,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [154] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(672), - [sym_attributed_statement] = STATE(672), - [sym_labeled_statement] = STATE(672), - [sym_expression_statement] = STATE(672), - [sym_if_statement] = STATE(672), - [sym_switch_statement] = STATE(672), - [sym_case_statement] = STATE(672), - [sym_while_statement] = STATE(672), - [sym_do_statement] = STATE(672), - [sym_for_statement] = STATE(672), - [sym_return_statement] = STATE(672), - [sym_break_statement] = STATE(672), - [sym_continue_statement] = STATE(672), - [sym_goto_statement] = STATE(672), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(672), - [sym_co_return_statement] = STATE(672), - [sym_co_yield_statement] = STATE(672), - [sym_throw_statement] = STATE(672), - [sym_try_statement] = STATE(672), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [156] = { + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(750), + [sym_attributed_statement] = STATE(750), + [sym_labeled_statement] = STATE(750), + [sym_expression_statement] = STATE(750), + [sym_if_statement] = STATE(750), + [sym_switch_statement] = STATE(750), + [sym_case_statement] = STATE(750), + [sym_while_statement] = STATE(750), + [sym_do_statement] = STATE(750), + [sym_for_statement] = STATE(750), + [sym_return_statement] = STATE(750), + [sym_break_statement] = STATE(750), + [sym_continue_statement] = STATE(750), + [sym_goto_statement] = STATE(750), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(750), + [sym_co_return_statement] = STATE(750), + [sym_co_yield_statement] = STATE(750), + [sym_throw_statement] = STATE(750), + [sym_try_statement] = STATE(750), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -54178,12 +54180,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -54195,90 +54197,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [155] = { - [sym_attribute_declaration] = STATE(186), - [sym_compound_statement] = STATE(656), - [sym_attributed_statement] = STATE(656), - [sym_labeled_statement] = STATE(656), - [sym_expression_statement] = STATE(656), - [sym_if_statement] = STATE(656), - [sym_switch_statement] = STATE(656), - [sym_case_statement] = STATE(656), - [sym_while_statement] = STATE(656), - [sym_do_statement] = STATE(656), - [sym_for_statement] = STATE(656), - [sym_return_statement] = STATE(656), - [sym_break_statement] = STATE(656), - [sym_continue_statement] = STATE(656), - [sym_goto_statement] = STATE(656), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(656), - [sym_co_return_statement] = STATE(656), - [sym_co_yield_statement] = STATE(656), - [sym_throw_statement] = STATE(656), - [sym_try_statement] = STATE(656), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [157] = { + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(369), + [sym_attributed_statement] = STATE(369), + [sym_labeled_statement] = STATE(369), + [sym_expression_statement] = STATE(369), + [sym_if_statement] = STATE(369), + [sym_switch_statement] = STATE(369), + [sym_case_statement] = STATE(369), + [sym_while_statement] = STATE(369), + [sym_do_statement] = STATE(369), + [sym_for_statement] = STATE(369), + [sym_return_statement] = STATE(369), + [sym_break_statement] = STATE(369), + [sym_continue_statement] = STATE(369), + [sym_goto_statement] = STATE(369), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(369), + [sym_co_return_statement] = STATE(369), + [sym_co_yield_statement] = STATE(369), + [sym_throw_statement] = STATE(369), + [sym_try_statement] = STATE(369), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -54300,12 +54302,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -54317,90 +54319,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [156] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(670), - [sym_attributed_statement] = STATE(670), - [sym_labeled_statement] = STATE(670), - [sym_expression_statement] = STATE(670), - [sym_if_statement] = STATE(670), - [sym_switch_statement] = STATE(670), - [sym_case_statement] = STATE(670), - [sym_while_statement] = STATE(670), - [sym_do_statement] = STATE(670), - [sym_for_statement] = STATE(670), - [sym_return_statement] = STATE(670), - [sym_break_statement] = STATE(670), - [sym_continue_statement] = STATE(670), - [sym_goto_statement] = STATE(670), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(670), - [sym_co_return_statement] = STATE(670), - [sym_co_yield_statement] = STATE(670), - [sym_throw_statement] = STATE(670), - [sym_try_statement] = STATE(670), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [158] = { + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(746), + [sym_attributed_statement] = STATE(746), + [sym_labeled_statement] = STATE(746), + [sym_expression_statement] = STATE(746), + [sym_if_statement] = STATE(746), + [sym_switch_statement] = STATE(746), + [sym_case_statement] = STATE(746), + [sym_while_statement] = STATE(746), + [sym_do_statement] = STATE(746), + [sym_for_statement] = STATE(746), + [sym_return_statement] = STATE(746), + [sym_break_statement] = STATE(746), + [sym_continue_statement] = STATE(746), + [sym_goto_statement] = STATE(746), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(746), + [sym_co_return_statement] = STATE(746), + [sym_co_yield_statement] = STATE(746), + [sym_throw_statement] = STATE(746), + [sym_try_statement] = STATE(746), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -54422,12 +54424,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -54439,86 +54441,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [157] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(588), - [sym_attributed_statement] = STATE(588), - [sym_labeled_statement] = STATE(588), - [sym_expression_statement] = STATE(588), - [sym_if_statement] = STATE(588), - [sym_switch_statement] = STATE(588), - [sym_case_statement] = STATE(588), - [sym_while_statement] = STATE(588), - [sym_do_statement] = STATE(588), - [sym_for_statement] = STATE(588), - [sym_return_statement] = STATE(588), - [sym_break_statement] = STATE(588), - [sym_continue_statement] = STATE(588), - [sym_goto_statement] = STATE(588), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(588), - [sym_co_return_statement] = STATE(588), - [sym_co_yield_statement] = STATE(588), - [sym_throw_statement] = STATE(588), - [sym_try_statement] = STATE(588), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [159] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(6903), + [sym_attributed_statement] = STATE(6903), + [sym_labeled_statement] = STATE(6903), + [sym_expression_statement] = STATE(6903), + [sym_if_statement] = STATE(6903), + [sym_switch_statement] = STATE(6903), + [sym_case_statement] = STATE(6903), + [sym_while_statement] = STATE(6903), + [sym_do_statement] = STATE(6903), + [sym_for_statement] = STATE(6903), + [sym_return_statement] = STATE(6903), + [sym_break_statement] = STATE(6903), + [sym_continue_statement] = STATE(6903), + [sym_goto_statement] = STATE(6903), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(6903), + [sym_co_return_statement] = STATE(6903), + [sym_co_yield_statement] = STATE(6903), + [sym_throw_statement] = STATE(6903), + [sym_try_statement] = STATE(6903), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -54544,7 +54546,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -54561,90 +54563,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [158] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(666), - [sym_attributed_statement] = STATE(666), - [sym_labeled_statement] = STATE(666), - [sym_expression_statement] = STATE(666), - [sym_if_statement] = STATE(666), - [sym_switch_statement] = STATE(666), - [sym_case_statement] = STATE(666), - [sym_while_statement] = STATE(666), - [sym_do_statement] = STATE(666), - [sym_for_statement] = STATE(666), - [sym_return_statement] = STATE(666), - [sym_break_statement] = STATE(666), - [sym_continue_statement] = STATE(666), - [sym_goto_statement] = STATE(666), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(666), - [sym_co_return_statement] = STATE(666), - [sym_co_yield_statement] = STATE(666), - [sym_throw_statement] = STATE(666), - [sym_try_statement] = STATE(666), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [160] = { + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(713), + [sym_attributed_statement] = STATE(713), + [sym_labeled_statement] = STATE(713), + [sym_expression_statement] = STATE(713), + [sym_if_statement] = STATE(713), + [sym_switch_statement] = STATE(713), + [sym_case_statement] = STATE(713), + [sym_while_statement] = STATE(713), + [sym_do_statement] = STATE(713), + [sym_for_statement] = STATE(713), + [sym_return_statement] = STATE(713), + [sym_break_statement] = STATE(713), + [sym_continue_statement] = STATE(713), + [sym_goto_statement] = STATE(713), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(713), + [sym_co_return_statement] = STATE(713), + [sym_co_yield_statement] = STATE(713), + [sym_throw_statement] = STATE(713), + [sym_try_statement] = STATE(713), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -54666,12 +54668,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -54683,90 +54685,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [159] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(751), - [sym_attributed_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_goto_statement] = STATE(751), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(751), - [sym_co_return_statement] = STATE(751), - [sym_co_yield_statement] = STATE(751), - [sym_throw_statement] = STATE(751), - [sym_try_statement] = STATE(751), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [161] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1192), + [sym_attributed_statement] = STATE(1148), + [sym_labeled_statement] = STATE(1195), + [sym_expression_statement] = STATE(1196), + [sym_if_statement] = STATE(1199), + [sym_switch_statement] = STATE(1200), + [sym_case_statement] = STATE(1208), + [sym_while_statement] = STATE(1217), + [sym_do_statement] = STATE(1218), + [sym_for_statement] = STATE(1149), + [sym_return_statement] = STATE(1223), + [sym_break_statement] = STATE(1240), + [sym_continue_statement] = STATE(1252), + [sym_goto_statement] = STATE(1194), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1151), + [sym_co_return_statement] = STATE(1183), + [sym_co_yield_statement] = STATE(1202), + [sym_throw_statement] = STATE(1278), + [sym_try_statement] = STATE(1273), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -54788,12 +54790,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -54805,90 +54807,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [160] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(587), - [sym_attributed_statement] = STATE(587), - [sym_labeled_statement] = STATE(587), - [sym_expression_statement] = STATE(587), - [sym_if_statement] = STATE(587), - [sym_switch_statement] = STATE(587), - [sym_case_statement] = STATE(587), - [sym_while_statement] = STATE(587), - [sym_do_statement] = STATE(587), - [sym_for_statement] = STATE(587), - [sym_return_statement] = STATE(587), - [sym_break_statement] = STATE(587), - [sym_continue_statement] = STATE(587), - [sym_goto_statement] = STATE(587), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(587), - [sym_co_return_statement] = STATE(587), - [sym_co_yield_statement] = STATE(587), - [sym_throw_statement] = STATE(587), - [sym_try_statement] = STATE(587), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [162] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1190), + [sym_attributed_statement] = STATE(1190), + [sym_labeled_statement] = STATE(1190), + [sym_expression_statement] = STATE(1190), + [sym_if_statement] = STATE(1190), + [sym_switch_statement] = STATE(1190), + [sym_case_statement] = STATE(1190), + [sym_while_statement] = STATE(1190), + [sym_do_statement] = STATE(1190), + [sym_for_statement] = STATE(1190), + [sym_return_statement] = STATE(1190), + [sym_break_statement] = STATE(1190), + [sym_continue_statement] = STATE(1190), + [sym_goto_statement] = STATE(1190), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1190), + [sym_co_return_statement] = STATE(1190), + [sym_co_yield_statement] = STATE(1190), + [sym_throw_statement] = STATE(1190), + [sym_try_statement] = STATE(1190), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -54910,12 +54912,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -54927,90 +54929,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [161] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(586), - [sym_attributed_statement] = STATE(584), - [sym_labeled_statement] = STATE(583), - [sym_expression_statement] = STATE(582), - [sym_if_statement] = STATE(581), - [sym_switch_statement] = STATE(580), - [sym_case_statement] = STATE(577), - [sym_while_statement] = STATE(575), - [sym_do_statement] = STATE(574), - [sym_for_statement] = STATE(573), - [sym_return_statement] = STATE(572), - [sym_break_statement] = STATE(571), - [sym_continue_statement] = STATE(570), - [sym_goto_statement] = STATE(569), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(568), - [sym_co_return_statement] = STATE(567), - [sym_co_yield_statement] = STATE(565), - [sym_throw_statement] = STATE(564), - [sym_try_statement] = STATE(563), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [163] = { + [sym_attribute_declaration] = STATE(144), + [sym_compound_statement] = STATE(790), + [sym_attributed_statement] = STATE(790), + [sym_labeled_statement] = STATE(790), + [sym_expression_statement] = STATE(790), + [sym_if_statement] = STATE(790), + [sym_switch_statement] = STATE(790), + [sym_case_statement] = STATE(790), + [sym_while_statement] = STATE(790), + [sym_do_statement] = STATE(790), + [sym_for_statement] = STATE(790), + [sym_return_statement] = STATE(790), + [sym_break_statement] = STATE(790), + [sym_continue_statement] = STATE(790), + [sym_goto_statement] = STATE(790), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(790), + [sym_co_return_statement] = STATE(790), + [sym_co_yield_statement] = STATE(790), + [sym_throw_statement] = STATE(790), + [sym_try_statement] = STATE(790), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(144), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -55032,12 +55034,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -55049,90 +55051,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [162] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(599), - [sym_attributed_statement] = STATE(599), - [sym_labeled_statement] = STATE(599), - [sym_expression_statement] = STATE(599), - [sym_if_statement] = STATE(599), - [sym_switch_statement] = STATE(599), - [sym_case_statement] = STATE(599), - [sym_while_statement] = STATE(599), - [sym_do_statement] = STATE(599), - [sym_for_statement] = STATE(599), - [sym_return_statement] = STATE(599), - [sym_break_statement] = STATE(599), - [sym_continue_statement] = STATE(599), - [sym_goto_statement] = STATE(599), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(599), - [sym_co_return_statement] = STATE(599), - [sym_co_yield_statement] = STATE(599), - [sym_throw_statement] = STATE(599), - [sym_try_statement] = STATE(599), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [164] = { + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(740), + [sym_attributed_statement] = STATE(740), + [sym_labeled_statement] = STATE(740), + [sym_expression_statement] = STATE(740), + [sym_if_statement] = STATE(740), + [sym_switch_statement] = STATE(740), + [sym_case_statement] = STATE(740), + [sym_while_statement] = STATE(740), + [sym_do_statement] = STATE(740), + [sym_for_statement] = STATE(740), + [sym_return_statement] = STATE(740), + [sym_break_statement] = STATE(740), + [sym_continue_statement] = STATE(740), + [sym_goto_statement] = STATE(740), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(740), + [sym_co_return_statement] = STATE(740), + [sym_co_yield_statement] = STATE(740), + [sym_throw_statement] = STATE(740), + [sym_try_statement] = STATE(740), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -55154,12 +55156,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -55171,86 +55173,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [163] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(562), - [sym_attributed_statement] = STATE(561), - [sym_labeled_statement] = STATE(560), - [sym_expression_statement] = STATE(559), - [sym_if_statement] = STATE(558), - [sym_switch_statement] = STATE(557), - [sym_case_statement] = STATE(556), - [sym_while_statement] = STATE(554), - [sym_do_statement] = STATE(553), - [sym_for_statement] = STATE(551), - [sym_return_statement] = STATE(550), - [sym_break_statement] = STATE(549), - [sym_continue_statement] = STATE(698), - [sym_goto_statement] = STATE(596), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(595), - [sym_co_return_statement] = STATE(594), - [sym_co_yield_statement] = STATE(593), - [sym_throw_statement] = STATE(592), - [sym_try_statement] = STATE(591), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [165] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(799), + [sym_attributed_statement] = STATE(798), + [sym_labeled_statement] = STATE(797), + [sym_expression_statement] = STATE(796), + [sym_if_statement] = STATE(795), + [sym_switch_statement] = STATE(794), + [sym_case_statement] = STATE(793), + [sym_while_statement] = STATE(792), + [sym_do_statement] = STATE(791), + [sym_for_statement] = STATE(789), + [sym_return_statement] = STATE(788), + [sym_break_statement] = STATE(787), + [sym_continue_statement] = STATE(786), + [sym_goto_statement] = STATE(785), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(784), + [sym_co_return_statement] = STATE(783), + [sym_co_yield_statement] = STATE(782), + [sym_throw_statement] = STATE(781), + [sym_try_statement] = STATE(780), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -55276,7 +55278,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -55293,86 +55295,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [164] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(590), - [sym_attributed_statement] = STATE(590), - [sym_labeled_statement] = STATE(590), - [sym_expression_statement] = STATE(590), - [sym_if_statement] = STATE(590), - [sym_switch_statement] = STATE(590), - [sym_case_statement] = STATE(590), - [sym_while_statement] = STATE(590), - [sym_do_statement] = STATE(590), - [sym_for_statement] = STATE(590), - [sym_return_statement] = STATE(590), - [sym_break_statement] = STATE(590), - [sym_continue_statement] = STATE(590), - [sym_goto_statement] = STATE(590), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(590), - [sym_co_return_statement] = STATE(590), - [sym_co_yield_statement] = STATE(590), - [sym_throw_statement] = STATE(590), - [sym_try_statement] = STATE(590), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [166] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(820), + [sym_attributed_statement] = STATE(818), + [sym_labeled_statement] = STATE(817), + [sym_expression_statement] = STATE(816), + [sym_if_statement] = STATE(815), + [sym_switch_statement] = STATE(814), + [sym_case_statement] = STATE(812), + [sym_while_statement] = STATE(811), + [sym_do_statement] = STATE(810), + [sym_for_statement] = STATE(809), + [sym_return_statement] = STATE(808), + [sym_break_statement] = STATE(807), + [sym_continue_statement] = STATE(806), + [sym_goto_statement] = STATE(805), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(804), + [sym_co_return_statement] = STATE(803), + [sym_co_yield_statement] = STATE(802), + [sym_throw_statement] = STATE(801), + [sym_try_statement] = STATE(800), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -55398,7 +55400,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -55415,90 +55417,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [165] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(589), - [sym_attributed_statement] = STATE(589), - [sym_labeled_statement] = STATE(589), - [sym_expression_statement] = STATE(589), - [sym_if_statement] = STATE(589), - [sym_switch_statement] = STATE(589), - [sym_case_statement] = STATE(589), - [sym_while_statement] = STATE(589), - [sym_do_statement] = STATE(589), - [sym_for_statement] = STATE(589), - [sym_return_statement] = STATE(589), - [sym_break_statement] = STATE(589), - [sym_continue_statement] = STATE(589), - [sym_goto_statement] = STATE(589), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(589), - [sym_co_return_statement] = STATE(589), - [sym_co_yield_statement] = STATE(589), - [sym_throw_statement] = STATE(589), - [sym_try_statement] = STATE(589), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [167] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1189), + [sym_attributed_statement] = STATE(1189), + [sym_labeled_statement] = STATE(1189), + [sym_expression_statement] = STATE(1189), + [sym_if_statement] = STATE(1189), + [sym_switch_statement] = STATE(1189), + [sym_case_statement] = STATE(1189), + [sym_while_statement] = STATE(1189), + [sym_do_statement] = STATE(1189), + [sym_for_statement] = STATE(1189), + [sym_return_statement] = STATE(1189), + [sym_break_statement] = STATE(1189), + [sym_continue_statement] = STATE(1189), + [sym_goto_statement] = STATE(1189), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1189), + [sym_co_return_statement] = STATE(1189), + [sym_co_yield_statement] = STATE(1189), + [sym_throw_statement] = STATE(1189), + [sym_try_statement] = STATE(1189), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -55520,12 +55522,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -55537,86 +55539,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [166] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(597), - [sym_attributed_statement] = STATE(597), - [sym_labeled_statement] = STATE(597), - [sym_expression_statement] = STATE(597), - [sym_if_statement] = STATE(597), - [sym_switch_statement] = STATE(597), - [sym_case_statement] = STATE(597), - [sym_while_statement] = STATE(597), - [sym_do_statement] = STATE(597), - [sym_for_statement] = STATE(597), - [sym_return_statement] = STATE(597), - [sym_break_statement] = STATE(597), - [sym_continue_statement] = STATE(597), - [sym_goto_statement] = STATE(597), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(597), - [sym_co_return_statement] = STATE(597), - [sym_co_yield_statement] = STATE(597), - [sym_throw_statement] = STATE(597), - [sym_try_statement] = STATE(597), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [168] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(821), + [sym_attributed_statement] = STATE(821), + [sym_labeled_statement] = STATE(821), + [sym_expression_statement] = STATE(821), + [sym_if_statement] = STATE(821), + [sym_switch_statement] = STATE(821), + [sym_case_statement] = STATE(821), + [sym_while_statement] = STATE(821), + [sym_do_statement] = STATE(821), + [sym_for_statement] = STATE(821), + [sym_return_statement] = STATE(821), + [sym_break_statement] = STATE(821), + [sym_continue_statement] = STATE(821), + [sym_goto_statement] = STATE(821), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(821), + [sym_co_return_statement] = STATE(821), + [sym_co_yield_statement] = STATE(821), + [sym_throw_statement] = STATE(821), + [sym_try_statement] = STATE(821), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -55642,7 +55644,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -55659,90 +55661,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [167] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(452), - [sym_attributed_statement] = STATE(452), - [sym_labeled_statement] = STATE(452), - [sym_expression_statement] = STATE(452), - [sym_if_statement] = STATE(452), - [sym_switch_statement] = STATE(452), - [sym_case_statement] = STATE(452), - [sym_while_statement] = STATE(452), - [sym_do_statement] = STATE(452), - [sym_for_statement] = STATE(452), - [sym_return_statement] = STATE(452), - [sym_break_statement] = STATE(452), - [sym_continue_statement] = STATE(452), - [sym_goto_statement] = STATE(452), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(452), - [sym_co_return_statement] = STATE(452), - [sym_co_yield_statement] = STATE(452), - [sym_throw_statement] = STATE(452), - [sym_try_statement] = STATE(452), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [169] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(823), + [sym_attributed_statement] = STATE(823), + [sym_labeled_statement] = STATE(823), + [sym_expression_statement] = STATE(823), + [sym_if_statement] = STATE(823), + [sym_switch_statement] = STATE(823), + [sym_case_statement] = STATE(823), + [sym_while_statement] = STATE(823), + [sym_do_statement] = STATE(823), + [sym_for_statement] = STATE(823), + [sym_return_statement] = STATE(823), + [sym_break_statement] = STATE(823), + [sym_continue_statement] = STATE(823), + [sym_goto_statement] = STATE(823), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(823), + [sym_co_return_statement] = STATE(823), + [sym_co_yield_statement] = STATE(823), + [sym_throw_statement] = STATE(823), + [sym_try_statement] = STATE(823), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -55764,12 +55766,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -55781,90 +55783,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [168] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(453), - [sym_attributed_statement] = STATE(453), - [sym_labeled_statement] = STATE(453), - [sym_expression_statement] = STATE(453), - [sym_if_statement] = STATE(453), - [sym_switch_statement] = STATE(453), - [sym_case_statement] = STATE(453), - [sym_while_statement] = STATE(453), - [sym_do_statement] = STATE(453), - [sym_for_statement] = STATE(453), - [sym_return_statement] = STATE(453), - [sym_break_statement] = STATE(453), - [sym_continue_statement] = STATE(453), - [sym_goto_statement] = STATE(453), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(453), - [sym_co_return_statement] = STATE(453), - [sym_co_yield_statement] = STATE(453), - [sym_throw_statement] = STATE(453), - [sym_try_statement] = STATE(453), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [170] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(826), + [sym_attributed_statement] = STATE(826), + [sym_labeled_statement] = STATE(826), + [sym_expression_statement] = STATE(826), + [sym_if_statement] = STATE(826), + [sym_switch_statement] = STATE(826), + [sym_case_statement] = STATE(826), + [sym_while_statement] = STATE(826), + [sym_do_statement] = STATE(826), + [sym_for_statement] = STATE(826), + [sym_return_statement] = STATE(826), + [sym_break_statement] = STATE(826), + [sym_continue_statement] = STATE(826), + [sym_goto_statement] = STATE(826), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(826), + [sym_co_return_statement] = STATE(826), + [sym_co_yield_statement] = STATE(826), + [sym_throw_statement] = STATE(826), + [sym_try_statement] = STATE(826), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -55886,12 +55888,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -55903,90 +55905,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [169] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(454), - [sym_attributed_statement] = STATE(454), - [sym_labeled_statement] = STATE(454), - [sym_expression_statement] = STATE(454), - [sym_if_statement] = STATE(454), - [sym_switch_statement] = STATE(454), - [sym_case_statement] = STATE(454), - [sym_while_statement] = STATE(454), - [sym_do_statement] = STATE(454), - [sym_for_statement] = STATE(454), - [sym_return_statement] = STATE(454), - [sym_break_statement] = STATE(454), - [sym_continue_statement] = STATE(454), - [sym_goto_statement] = STATE(454), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(454), - [sym_co_return_statement] = STATE(454), - [sym_co_yield_statement] = STATE(454), - [sym_throw_statement] = STATE(454), - [sym_try_statement] = STATE(454), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [171] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(847), + [sym_attributed_statement] = STATE(846), + [sym_labeled_statement] = STATE(845), + [sym_expression_statement] = STATE(844), + [sym_if_statement] = STATE(843), + [sym_switch_statement] = STATE(842), + [sym_case_statement] = STATE(841), + [sym_while_statement] = STATE(840), + [sym_do_statement] = STATE(839), + [sym_for_statement] = STATE(838), + [sym_return_statement] = STATE(837), + [sym_break_statement] = STATE(836), + [sym_continue_statement] = STATE(835), + [sym_goto_statement] = STATE(834), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(833), + [sym_co_return_statement] = STATE(832), + [sym_co_yield_statement] = STATE(831), + [sym_throw_statement] = STATE(828), + [sym_try_statement] = STATE(827), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -56008,12 +56010,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -56025,86 +56027,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [170] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(598), - [sym_attributed_statement] = STATE(601), - [sym_labeled_statement] = STATE(602), - [sym_expression_statement] = STATE(603), - [sym_if_statement] = STATE(604), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(608), - [sym_while_statement] = STATE(609), - [sym_do_statement] = STATE(613), - [sym_for_statement] = STATE(616), - [sym_return_statement] = STATE(617), - [sym_break_statement] = STATE(618), - [sym_continue_statement] = STATE(619), - [sym_goto_statement] = STATE(620), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(621), - [sym_co_return_statement] = STATE(622), - [sym_co_yield_statement] = STATE(623), - [sym_throw_statement] = STATE(626), - [sym_try_statement] = STATE(627), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [172] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(868), + [sym_attributed_statement] = STATE(867), + [sym_labeled_statement] = STATE(866), + [sym_expression_statement] = STATE(865), + [sym_if_statement] = STATE(864), + [sym_switch_statement] = STATE(863), + [sym_case_statement] = STATE(862), + [sym_while_statement] = STATE(861), + [sym_do_statement] = STATE(860), + [sym_for_statement] = STATE(859), + [sym_return_statement] = STATE(858), + [sym_break_statement] = STATE(857), + [sym_continue_statement] = STATE(856), + [sym_goto_statement] = STATE(855), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(853), + [sym_co_return_statement] = STATE(851), + [sym_co_yield_statement] = STATE(850), + [sym_throw_statement] = STATE(849), + [sym_try_statement] = STATE(848), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -56130,7 +56132,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -56147,201 +56149,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [171] = { - [sym_attribute_declaration] = STATE(171), - [sym_compound_statement] = STATE(656), - [sym_attributed_statement] = STATE(656), - [sym_labeled_statement] = STATE(656), - [sym_expression_statement] = STATE(656), - [sym_if_statement] = STATE(656), - [sym_switch_statement] = STATE(656), - [sym_case_statement] = STATE(656), - [sym_while_statement] = STATE(656), - [sym_do_statement] = STATE(656), - [sym_for_statement] = STATE(656), - [sym_return_statement] = STATE(656), - [sym_break_statement] = STATE(656), - [sym_continue_statement] = STATE(656), - [sym_goto_statement] = STATE(656), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(656), - [sym_co_return_statement] = STATE(656), - [sym_co_yield_statement] = STATE(656), - [sym_throw_statement] = STATE(656), - [sym_try_statement] = STATE(656), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(171), - [sym_identifier] = ACTIONS(1751), - [anon_sym_LPAREN2] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1757), - [anon_sym_TILDE] = ACTIONS(1757), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_STAR] = ACTIONS(1763), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [anon_sym_LBRACE] = ACTIONS(1775), - [anon_sym_LBRACK] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1781), - [anon_sym_if] = ACTIONS(1784), - [anon_sym_switch] = ACTIONS(1787), - [anon_sym_case] = ACTIONS(1790), - [anon_sym_default] = ACTIONS(1793), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_do] = ACTIONS(1799), - [anon_sym_for] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1805), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1814), - [anon_sym_not] = ACTIONS(1760), - [anon_sym_compl] = ACTIONS(1760), - [anon_sym_DASH_DASH] = ACTIONS(1817), - [anon_sym_PLUS_PLUS] = ACTIONS(1817), - [anon_sym_sizeof] = ACTIONS(1820), - [sym_number_literal] = ACTIONS(1823), - [anon_sym_L_SQUOTE] = ACTIONS(1826), - [anon_sym_u_SQUOTE] = ACTIONS(1826), - [anon_sym_U_SQUOTE] = ACTIONS(1826), - [anon_sym_u8_SQUOTE] = ACTIONS(1826), - [anon_sym_SQUOTE] = ACTIONS(1826), - [anon_sym_L_DQUOTE] = ACTIONS(1829), - [anon_sym_u_DQUOTE] = ACTIONS(1829), - [anon_sym_U_DQUOTE] = ACTIONS(1829), - [anon_sym_u8_DQUOTE] = ACTIONS(1829), - [anon_sym_DQUOTE] = ACTIONS(1829), - [sym_true] = ACTIONS(1832), - [sym_false] = ACTIONS(1832), - [sym_null] = ACTIONS(1832), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1838), - [anon_sym_try] = ACTIONS(1841), - [anon_sym_delete] = ACTIONS(1844), - [anon_sym_throw] = ACTIONS(1847), - [anon_sym_co_return] = ACTIONS(1850), - [anon_sym_co_yield] = ACTIONS(1853), - [anon_sym_R_DQUOTE] = ACTIONS(1856), - [anon_sym_LR_DQUOTE] = ACTIONS(1856), - [anon_sym_uR_DQUOTE] = ACTIONS(1856), - [anon_sym_UR_DQUOTE] = ACTIONS(1856), - [anon_sym_u8R_DQUOTE] = ACTIONS(1856), - [anon_sym_co_await] = ACTIONS(1859), - [anon_sym_new] = ACTIONS(1862), - [anon_sym_requires] = ACTIONS(1865), - [sym_this] = ACTIONS(1832), - [sym_nullptr] = ACTIONS(1832), - }, - [172] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(628), - [sym_attributed_statement] = STATE(629), - [sym_labeled_statement] = STATE(630), - [sym_expression_statement] = STATE(632), - [sym_if_statement] = STATE(633), - [sym_switch_statement] = STATE(634), - [sym_case_statement] = STATE(636), - [sym_while_statement] = STATE(637), - [sym_do_statement] = STATE(638), - [sym_for_statement] = STATE(639), - [sym_return_statement] = STATE(640), - [sym_break_statement] = STATE(641), - [sym_continue_statement] = STATE(643), - [sym_goto_statement] = STATE(644), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(646), - [sym_co_return_statement] = STATE(647), - [sym_co_yield_statement] = STATE(650), - [sym_throw_statement] = STATE(651), - [sym_try_statement] = STATE(652), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), - [sym_primitive_type] = ACTIONS(1521), + [173] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(854), + [sym_attributed_statement] = STATE(854), + [sym_labeled_statement] = STATE(854), + [sym_expression_statement] = STATE(854), + [sym_if_statement] = STATE(854), + [sym_switch_statement] = STATE(854), + [sym_case_statement] = STATE(854), + [sym_while_statement] = STATE(854), + [sym_do_statement] = STATE(854), + [sym_for_statement] = STATE(854), + [sym_return_statement] = STATE(854), + [sym_break_statement] = STATE(854), + [sym_continue_statement] = STATE(854), + [sym_goto_statement] = STATE(854), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(854), + [sym_co_return_statement] = STATE(854), + [sym_co_yield_statement] = STATE(854), + [sym_throw_statement] = STATE(854), + [sym_try_statement] = STATE(854), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), + [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), @@ -56374,7 +56254,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -56391,90 +56271,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [173] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(455), - [sym_attributed_statement] = STATE(455), - [sym_labeled_statement] = STATE(455), - [sym_expression_statement] = STATE(455), - [sym_if_statement] = STATE(455), - [sym_switch_statement] = STATE(455), - [sym_case_statement] = STATE(455), - [sym_while_statement] = STATE(455), - [sym_do_statement] = STATE(455), - [sym_for_statement] = STATE(455), - [sym_return_statement] = STATE(455), - [sym_break_statement] = STATE(455), - [sym_continue_statement] = STATE(455), - [sym_goto_statement] = STATE(455), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(455), - [sym_co_return_statement] = STATE(455), - [sym_co_yield_statement] = STATE(455), - [sym_throw_statement] = STATE(455), - [sym_try_statement] = STATE(455), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [174] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1152), + [sym_attributed_statement] = STATE(1152), + [sym_labeled_statement] = STATE(1152), + [sym_expression_statement] = STATE(1152), + [sym_if_statement] = STATE(1152), + [sym_switch_statement] = STATE(1152), + [sym_case_statement] = STATE(1152), + [sym_while_statement] = STATE(1152), + [sym_do_statement] = STATE(1152), + [sym_for_statement] = STATE(1152), + [sym_return_statement] = STATE(1152), + [sym_break_statement] = STATE(1152), + [sym_continue_statement] = STATE(1152), + [sym_goto_statement] = STATE(1152), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1152), + [sym_co_return_statement] = STATE(1152), + [sym_co_yield_statement] = STATE(1152), + [sym_throw_statement] = STATE(1152), + [sym_try_statement] = STATE(1152), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -56496,12 +56376,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -56513,90 +56393,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [174] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(456), - [sym_attributed_statement] = STATE(456), - [sym_labeled_statement] = STATE(456), - [sym_expression_statement] = STATE(456), - [sym_if_statement] = STATE(456), - [sym_switch_statement] = STATE(456), - [sym_case_statement] = STATE(456), - [sym_while_statement] = STATE(456), - [sym_do_statement] = STATE(456), - [sym_for_statement] = STATE(456), - [sym_return_statement] = STATE(456), - [sym_break_statement] = STATE(456), - [sym_continue_statement] = STATE(456), - [sym_goto_statement] = STATE(456), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(456), - [sym_co_return_statement] = STATE(456), - [sym_co_yield_statement] = STATE(456), - [sym_throw_statement] = STATE(456), - [sym_try_statement] = STATE(456), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [175] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1155), + [sym_attributed_statement] = STATE(1155), + [sym_labeled_statement] = STATE(1155), + [sym_expression_statement] = STATE(1155), + [sym_if_statement] = STATE(1155), + [sym_switch_statement] = STATE(1155), + [sym_case_statement] = STATE(1155), + [sym_while_statement] = STATE(1155), + [sym_do_statement] = STATE(1155), + [sym_for_statement] = STATE(1155), + [sym_return_statement] = STATE(1155), + [sym_break_statement] = STATE(1155), + [sym_continue_statement] = STATE(1155), + [sym_goto_statement] = STATE(1155), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1155), + [sym_co_return_statement] = STATE(1155), + [sym_co_yield_statement] = STATE(1155), + [sym_throw_statement] = STATE(1155), + [sym_try_statement] = STATE(1155), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -56618,12 +56498,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -56635,90 +56515,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [175] = { - [sym_attribute_declaration] = STATE(206), - [sym_compound_statement] = STATE(669), - [sym_attributed_statement] = STATE(669), - [sym_labeled_statement] = STATE(669), - [sym_expression_statement] = STATE(669), - [sym_if_statement] = STATE(669), - [sym_switch_statement] = STATE(669), - [sym_case_statement] = STATE(669), - [sym_while_statement] = STATE(669), - [sym_do_statement] = STATE(669), - [sym_for_statement] = STATE(669), - [sym_return_statement] = STATE(669), - [sym_break_statement] = STATE(669), - [sym_continue_statement] = STATE(669), - [sym_goto_statement] = STATE(669), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(669), - [sym_co_return_statement] = STATE(669), - [sym_co_yield_statement] = STATE(669), - [sym_throw_statement] = STATE(669), - [sym_try_statement] = STATE(669), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(206), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [176] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(870), + [sym_attributed_statement] = STATE(870), + [sym_labeled_statement] = STATE(870), + [sym_expression_statement] = STATE(870), + [sym_if_statement] = STATE(870), + [sym_switch_statement] = STATE(870), + [sym_case_statement] = STATE(870), + [sym_while_statement] = STATE(870), + [sym_do_statement] = STATE(870), + [sym_for_statement] = STATE(870), + [sym_return_statement] = STATE(870), + [sym_break_statement] = STATE(870), + [sym_continue_statement] = STATE(870), + [sym_goto_statement] = STATE(870), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(870), + [sym_co_return_statement] = STATE(870), + [sym_co_yield_statement] = STATE(870), + [sym_throw_statement] = STATE(870), + [sym_try_statement] = STATE(870), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -56740,12 +56620,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -56757,90 +56637,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [176] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(777), - [sym_attributed_statement] = STATE(777), - [sym_labeled_statement] = STATE(777), - [sym_expression_statement] = STATE(777), - [sym_if_statement] = STATE(777), - [sym_switch_statement] = STATE(777), - [sym_case_statement] = STATE(777), - [sym_while_statement] = STATE(777), - [sym_do_statement] = STATE(777), - [sym_for_statement] = STATE(777), - [sym_return_statement] = STATE(777), - [sym_break_statement] = STATE(777), - [sym_continue_statement] = STATE(777), - [sym_goto_statement] = STATE(777), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(777), - [sym_co_return_statement] = STATE(777), - [sym_co_yield_statement] = STATE(777), - [sym_throw_statement] = STATE(777), - [sym_try_statement] = STATE(777), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [177] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1156), + [sym_attributed_statement] = STATE(1156), + [sym_labeled_statement] = STATE(1156), + [sym_expression_statement] = STATE(1156), + [sym_if_statement] = STATE(1156), + [sym_switch_statement] = STATE(1156), + [sym_case_statement] = STATE(1156), + [sym_while_statement] = STATE(1156), + [sym_do_statement] = STATE(1156), + [sym_for_statement] = STATE(1156), + [sym_return_statement] = STATE(1156), + [sym_break_statement] = STATE(1156), + [sym_continue_statement] = STATE(1156), + [sym_goto_statement] = STATE(1156), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1156), + [sym_co_return_statement] = STATE(1156), + [sym_co_yield_statement] = STATE(1156), + [sym_throw_statement] = STATE(1156), + [sym_try_statement] = STATE(1156), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -56862,12 +56742,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -56879,90 +56759,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [177] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1150), - [sym_attributed_statement] = STATE(1150), - [sym_labeled_statement] = STATE(1150), - [sym_expression_statement] = STATE(1150), - [sym_if_statement] = STATE(1150), - [sym_switch_statement] = STATE(1150), - [sym_case_statement] = STATE(1150), - [sym_while_statement] = STATE(1150), - [sym_do_statement] = STATE(1150), - [sym_for_statement] = STATE(1150), - [sym_return_statement] = STATE(1150), - [sym_break_statement] = STATE(1150), - [sym_continue_statement] = STATE(1150), - [sym_goto_statement] = STATE(1150), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1150), - [sym_co_return_statement] = STATE(1150), - [sym_co_yield_statement] = STATE(1150), - [sym_throw_statement] = STATE(1150), - [sym_try_statement] = STATE(1150), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [178] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(871), + [sym_attributed_statement] = STATE(871), + [sym_labeled_statement] = STATE(871), + [sym_expression_statement] = STATE(871), + [sym_if_statement] = STATE(871), + [sym_switch_statement] = STATE(871), + [sym_case_statement] = STATE(871), + [sym_while_statement] = STATE(871), + [sym_do_statement] = STATE(871), + [sym_for_statement] = STATE(871), + [sym_return_statement] = STATE(871), + [sym_break_statement] = STATE(871), + [sym_continue_statement] = STATE(871), + [sym_goto_statement] = STATE(871), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(871), + [sym_co_return_statement] = STATE(871), + [sym_co_yield_statement] = STATE(871), + [sym_throw_statement] = STATE(871), + [sym_try_statement] = STATE(871), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -56984,12 +56864,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -57001,90 +56881,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [178] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(442), - [sym_attributed_statement] = STATE(442), - [sym_labeled_statement] = STATE(442), - [sym_expression_statement] = STATE(442), - [sym_if_statement] = STATE(442), - [sym_switch_statement] = STATE(442), - [sym_case_statement] = STATE(442), - [sym_while_statement] = STATE(442), - [sym_do_statement] = STATE(442), - [sym_for_statement] = STATE(442), - [sym_return_statement] = STATE(442), - [sym_break_statement] = STATE(442), - [sym_continue_statement] = STATE(442), - [sym_goto_statement] = STATE(442), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(442), - [sym_co_return_statement] = STATE(442), - [sym_co_yield_statement] = STATE(442), - [sym_throw_statement] = STATE(442), - [sym_try_statement] = STATE(442), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [179] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(872), + [sym_attributed_statement] = STATE(872), + [sym_labeled_statement] = STATE(872), + [sym_expression_statement] = STATE(872), + [sym_if_statement] = STATE(872), + [sym_switch_statement] = STATE(872), + [sym_case_statement] = STATE(872), + [sym_while_statement] = STATE(872), + [sym_do_statement] = STATE(872), + [sym_for_statement] = STATE(872), + [sym_return_statement] = STATE(872), + [sym_break_statement] = STATE(872), + [sym_continue_statement] = STATE(872), + [sym_goto_statement] = STATE(872), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(872), + [sym_co_return_statement] = STATE(872), + [sym_co_yield_statement] = STATE(872), + [sym_throw_statement] = STATE(872), + [sym_try_statement] = STATE(872), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -57106,12 +56986,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -57123,83 +57003,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [179] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1241), - [sym_attributed_statement] = STATE(1241), - [sym_labeled_statement] = STATE(1241), - [sym_expression_statement] = STATE(1241), - [sym_if_statement] = STATE(1241), - [sym_switch_statement] = STATE(1241), - [sym_case_statement] = STATE(1241), - [sym_while_statement] = STATE(1241), - [sym_do_statement] = STATE(1241), - [sym_for_statement] = STATE(1241), - [sym_return_statement] = STATE(1241), - [sym_break_statement] = STATE(1241), - [sym_continue_statement] = STATE(1241), - [sym_goto_statement] = STATE(1241), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1241), - [sym_co_return_statement] = STATE(1241), - [sym_co_yield_statement] = STATE(1241), - [sym_throw_statement] = STATE(1241), - [sym_try_statement] = STATE(1241), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [180] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1157), + [sym_attributed_statement] = STATE(1157), + [sym_labeled_statement] = STATE(1157), + [sym_expression_statement] = STATE(1157), + [sym_if_statement] = STATE(1157), + [sym_switch_statement] = STATE(1157), + [sym_case_statement] = STATE(1157), + [sym_while_statement] = STATE(1157), + [sym_do_statement] = STATE(1157), + [sym_for_statement] = STATE(1157), + [sym_return_statement] = STATE(1157), + [sym_break_statement] = STATE(1157), + [sym_continue_statement] = STATE(1157), + [sym_goto_statement] = STATE(1157), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1157), + [sym_co_return_statement] = STATE(1157), + [sym_co_yield_statement] = STATE(1157), + [sym_throw_statement] = STATE(1157), + [sym_try_statement] = STATE(1157), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(1314), [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(1320), [anon_sym_for] = ACTIONS(1322), @@ -57228,7 +57108,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(1334), @@ -57245,90 +57125,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [180] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(7090), - [sym_attributed_statement] = STATE(7090), - [sym_labeled_statement] = STATE(7090), - [sym_expression_statement] = STATE(7090), - [sym_if_statement] = STATE(7090), - [sym_switch_statement] = STATE(7090), - [sym_case_statement] = STATE(7090), - [sym_while_statement] = STATE(7090), - [sym_do_statement] = STATE(7090), - [sym_for_statement] = STATE(7090), - [sym_return_statement] = STATE(7090), - [sym_break_statement] = STATE(7090), - [sym_continue_statement] = STATE(7090), - [sym_goto_statement] = STATE(7090), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(7090), - [sym_co_return_statement] = STATE(7090), - [sym_co_yield_statement] = STATE(7090), - [sym_throw_statement] = STATE(7090), - [sym_try_statement] = STATE(7090), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [181] = { + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(480), + [sym_attributed_statement] = STATE(480), + [sym_labeled_statement] = STATE(480), + [sym_expression_statement] = STATE(480), + [sym_if_statement] = STATE(480), + [sym_switch_statement] = STATE(480), + [sym_case_statement] = STATE(480), + [sym_while_statement] = STATE(480), + [sym_do_statement] = STATE(480), + [sym_for_statement] = STATE(480), + [sym_return_statement] = STATE(480), + [sym_break_statement] = STATE(480), + [sym_continue_statement] = STATE(480), + [sym_goto_statement] = STATE(480), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(480), + [sym_co_return_statement] = STATE(480), + [sym_co_yield_statement] = STATE(480), + [sym_throw_statement] = STATE(480), + [sym_try_statement] = STATE(480), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -57350,12 +57230,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -57367,90 +57247,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [181] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(631), - [sym_attributed_statement] = STATE(631), - [sym_labeled_statement] = STATE(631), - [sym_expression_statement] = STATE(631), - [sym_if_statement] = STATE(631), - [sym_switch_statement] = STATE(631), - [sym_case_statement] = STATE(631), - [sym_while_statement] = STATE(631), - [sym_do_statement] = STATE(631), - [sym_for_statement] = STATE(631), - [sym_return_statement] = STATE(631), - [sym_break_statement] = STATE(631), - [sym_continue_statement] = STATE(631), - [sym_goto_statement] = STATE(631), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(631), - [sym_co_return_statement] = STATE(631), - [sym_co_yield_statement] = STATE(631), - [sym_throw_statement] = STATE(631), - [sym_try_statement] = STATE(631), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [182] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1158), + [sym_attributed_statement] = STATE(1158), + [sym_labeled_statement] = STATE(1158), + [sym_expression_statement] = STATE(1158), + [sym_if_statement] = STATE(1158), + [sym_switch_statement] = STATE(1158), + [sym_case_statement] = STATE(1158), + [sym_while_statement] = STATE(1158), + [sym_do_statement] = STATE(1158), + [sym_for_statement] = STATE(1158), + [sym_return_statement] = STATE(1158), + [sym_break_statement] = STATE(1158), + [sym_continue_statement] = STATE(1158), + [sym_goto_statement] = STATE(1158), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1158), + [sym_co_return_statement] = STATE(1158), + [sym_co_yield_statement] = STATE(1158), + [sym_throw_statement] = STATE(1158), + [sym_try_statement] = STATE(1158), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -57472,12 +57352,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -57489,90 +57369,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [182] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(625), - [sym_attributed_statement] = STATE(625), - [sym_labeled_statement] = STATE(625), - [sym_expression_statement] = STATE(625), - [sym_if_statement] = STATE(625), - [sym_switch_statement] = STATE(625), - [sym_case_statement] = STATE(625), - [sym_while_statement] = STATE(625), - [sym_do_statement] = STATE(625), - [sym_for_statement] = STATE(625), - [sym_return_statement] = STATE(625), - [sym_break_statement] = STATE(625), - [sym_continue_statement] = STATE(625), - [sym_goto_statement] = STATE(625), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(625), - [sym_co_return_statement] = STATE(625), - [sym_co_yield_statement] = STATE(625), - [sym_throw_statement] = STATE(625), - [sym_try_statement] = STATE(625), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [183] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(873), + [sym_attributed_statement] = STATE(873), + [sym_labeled_statement] = STATE(873), + [sym_expression_statement] = STATE(873), + [sym_if_statement] = STATE(873), + [sym_switch_statement] = STATE(873), + [sym_case_statement] = STATE(873), + [sym_while_statement] = STATE(873), + [sym_do_statement] = STATE(873), + [sym_for_statement] = STATE(873), + [sym_return_statement] = STATE(873), + [sym_break_statement] = STATE(873), + [sym_continue_statement] = STATE(873), + [sym_goto_statement] = STATE(873), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(873), + [sym_co_return_statement] = STATE(873), + [sym_co_yield_statement] = STATE(873), + [sym_throw_statement] = STATE(873), + [sym_try_statement] = STATE(873), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -57594,12 +57474,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -57611,78 +57491,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [183] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(457), - [sym_attributed_statement] = STATE(457), - [sym_labeled_statement] = STATE(457), - [sym_expression_statement] = STATE(457), - [sym_if_statement] = STATE(457), - [sym_switch_statement] = STATE(457), - [sym_case_statement] = STATE(457), - [sym_while_statement] = STATE(457), - [sym_do_statement] = STATE(457), - [sym_for_statement] = STATE(457), - [sym_return_statement] = STATE(457), - [sym_break_statement] = STATE(457), - [sym_continue_statement] = STATE(457), - [sym_goto_statement] = STATE(457), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(457), - [sym_co_return_statement] = STATE(457), - [sym_co_yield_statement] = STATE(457), - [sym_throw_statement] = STATE(457), - [sym_try_statement] = STATE(457), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [184] = { + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(399), + [sym_attributed_statement] = STATE(399), + [sym_labeled_statement] = STATE(399), + [sym_expression_statement] = STATE(399), + [sym_if_statement] = STATE(399), + [sym_switch_statement] = STATE(399), + [sym_case_statement] = STATE(399), + [sym_while_statement] = STATE(399), + [sym_do_statement] = STATE(399), + [sym_for_statement] = STATE(399), + [sym_return_statement] = STATE(399), + [sym_break_statement] = STATE(399), + [sym_continue_statement] = STATE(399), + [sym_goto_statement] = STATE(399), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(399), + [sym_co_return_statement] = STATE(399), + [sym_co_yield_statement] = STATE(399), + [sym_throw_statement] = STATE(399), + [sym_try_statement] = STATE(399), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(253), [anon_sym_switch] = ACTIONS(255), @@ -57716,7 +57596,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(279), @@ -57733,86 +57613,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [184] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(721), - [sym_attributed_statement] = STATE(721), - [sym_labeled_statement] = STATE(721), - [sym_expression_statement] = STATE(721), - [sym_if_statement] = STATE(721), - [sym_switch_statement] = STATE(721), - [sym_case_statement] = STATE(721), - [sym_while_statement] = STATE(721), - [sym_do_statement] = STATE(721), - [sym_for_statement] = STATE(721), - [sym_return_statement] = STATE(721), - [sym_break_statement] = STATE(721), - [sym_continue_statement] = STATE(721), - [sym_goto_statement] = STATE(721), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(721), - [sym_co_return_statement] = STATE(721), - [sym_co_yield_statement] = STATE(721), - [sym_throw_statement] = STATE(721), - [sym_try_statement] = STATE(721), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [185] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(874), + [sym_attributed_statement] = STATE(874), + [sym_labeled_statement] = STATE(874), + [sym_expression_statement] = STATE(874), + [sym_if_statement] = STATE(874), + [sym_switch_statement] = STATE(874), + [sym_case_statement] = STATE(874), + [sym_while_statement] = STATE(874), + [sym_do_statement] = STATE(874), + [sym_for_statement] = STATE(874), + [sym_return_statement] = STATE(874), + [sym_break_statement] = STATE(874), + [sym_continue_statement] = STATE(874), + [sym_goto_statement] = STATE(874), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(874), + [sym_co_return_statement] = STATE(874), + [sym_co_yield_statement] = STATE(874), + [sym_throw_statement] = STATE(874), + [sym_try_statement] = STATE(874), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -57838,7 +57718,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -57855,83 +57735,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [185] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1214), - [sym_attributed_statement] = STATE(1214), - [sym_labeled_statement] = STATE(1214), - [sym_expression_statement] = STATE(1214), - [sym_if_statement] = STATE(1214), - [sym_switch_statement] = STATE(1214), - [sym_case_statement] = STATE(1214), - [sym_while_statement] = STATE(1214), - [sym_do_statement] = STATE(1214), - [sym_for_statement] = STATE(1214), - [sym_return_statement] = STATE(1214), - [sym_break_statement] = STATE(1214), - [sym_continue_statement] = STATE(1214), - [sym_goto_statement] = STATE(1214), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1214), - [sym_co_return_statement] = STATE(1214), - [sym_co_yield_statement] = STATE(1214), - [sym_throw_statement] = STATE(1214), - [sym_try_statement] = STATE(1214), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [186] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1160), + [sym_attributed_statement] = STATE(1160), + [sym_labeled_statement] = STATE(1160), + [sym_expression_statement] = STATE(1160), + [sym_if_statement] = STATE(1160), + [sym_switch_statement] = STATE(1160), + [sym_case_statement] = STATE(1160), + [sym_while_statement] = STATE(1160), + [sym_do_statement] = STATE(1160), + [sym_for_statement] = STATE(1160), + [sym_return_statement] = STATE(1160), + [sym_break_statement] = STATE(1160), + [sym_continue_statement] = STATE(1160), + [sym_goto_statement] = STATE(1160), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1160), + [sym_co_return_statement] = STATE(1160), + [sym_co_yield_statement] = STATE(1160), + [sym_throw_statement] = STATE(1160), + [sym_try_statement] = STATE(1160), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(1314), [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(1320), [anon_sym_for] = ACTIONS(1322), @@ -57960,7 +57840,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(1334), @@ -57977,212 +57857,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [186] = { - [sym_attribute_declaration] = STATE(186), - [sym_compound_statement] = STATE(656), - [sym_attributed_statement] = STATE(656), - [sym_labeled_statement] = STATE(656), - [sym_expression_statement] = STATE(656), - [sym_if_statement] = STATE(656), - [sym_switch_statement] = STATE(656), - [sym_case_statement] = STATE(656), - [sym_while_statement] = STATE(656), - [sym_do_statement] = STATE(656), - [sym_for_statement] = STATE(656), - [sym_return_statement] = STATE(656), - [sym_break_statement] = STATE(656), - [sym_continue_statement] = STATE(656), - [sym_goto_statement] = STATE(656), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(656), - [sym_co_return_statement] = STATE(656), - [sym_co_yield_statement] = STATE(656), - [sym_throw_statement] = STATE(656), - [sym_try_statement] = STATE(656), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(1870), - [anon_sym_LPAREN2] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1757), - [anon_sym_TILDE] = ACTIONS(1757), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_STAR] = ACTIONS(1763), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [anon_sym_LBRACE] = ACTIONS(1775), - [anon_sym_LBRACK] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1781), - [anon_sym_if] = ACTIONS(1873), - [anon_sym_switch] = ACTIONS(1787), - [anon_sym_case] = ACTIONS(1876), - [anon_sym_default] = ACTIONS(1879), - [anon_sym_while] = ACTIONS(1882), - [anon_sym_do] = ACTIONS(1799), - [anon_sym_for] = ACTIONS(1885), - [anon_sym_return] = ACTIONS(1805), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1814), - [anon_sym_not] = ACTIONS(1760), - [anon_sym_compl] = ACTIONS(1760), - [anon_sym_DASH_DASH] = ACTIONS(1817), - [anon_sym_PLUS_PLUS] = ACTIONS(1817), - [anon_sym_sizeof] = ACTIONS(1820), - [sym_number_literal] = ACTIONS(1823), - [anon_sym_L_SQUOTE] = ACTIONS(1826), - [anon_sym_u_SQUOTE] = ACTIONS(1826), - [anon_sym_U_SQUOTE] = ACTIONS(1826), - [anon_sym_u8_SQUOTE] = ACTIONS(1826), - [anon_sym_SQUOTE] = ACTIONS(1826), - [anon_sym_L_DQUOTE] = ACTIONS(1829), - [anon_sym_u_DQUOTE] = ACTIONS(1829), - [anon_sym_U_DQUOTE] = ACTIONS(1829), - [anon_sym_u8_DQUOTE] = ACTIONS(1829), - [anon_sym_DQUOTE] = ACTIONS(1829), - [sym_true] = ACTIONS(1832), - [sym_false] = ACTIONS(1832), - [sym_null] = ACTIONS(1832), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1838), - [anon_sym_try] = ACTIONS(1841), - [anon_sym_delete] = ACTIONS(1844), - [anon_sym_throw] = ACTIONS(1847), - [anon_sym_co_return] = ACTIONS(1850), - [anon_sym_co_yield] = ACTIONS(1853), - [anon_sym_R_DQUOTE] = ACTIONS(1856), - [anon_sym_LR_DQUOTE] = ACTIONS(1856), - [anon_sym_uR_DQUOTE] = ACTIONS(1856), - [anon_sym_UR_DQUOTE] = ACTIONS(1856), - [anon_sym_u8R_DQUOTE] = ACTIONS(1856), - [anon_sym_co_await] = ACTIONS(1859), - [anon_sym_new] = ACTIONS(1862), - [anon_sym_requires] = ACTIONS(1865), - [sym_this] = ACTIONS(1832), - [sym_nullptr] = ACTIONS(1832), - }, [187] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(624), - [sym_attributed_statement] = STATE(624), - [sym_labeled_statement] = STATE(624), - [sym_expression_statement] = STATE(624), - [sym_if_statement] = STATE(624), - [sym_switch_statement] = STATE(624), - [sym_case_statement] = STATE(624), - [sym_while_statement] = STATE(624), - [sym_do_statement] = STATE(624), - [sym_for_statement] = STATE(624), - [sym_return_statement] = STATE(624), - [sym_break_statement] = STATE(624), - [sym_continue_statement] = STATE(624), - [sym_goto_statement] = STATE(624), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(624), - [sym_co_return_statement] = STATE(624), - [sym_co_yield_statement] = STATE(624), - [sym_throw_statement] = STATE(624), - [sym_try_statement] = STATE(624), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(884), + [sym_attributed_statement] = STATE(884), + [sym_labeled_statement] = STATE(884), + [sym_expression_statement] = STATE(884), + [sym_if_statement] = STATE(884), + [sym_switch_statement] = STATE(884), + [sym_case_statement] = STATE(884), + [sym_while_statement] = STATE(884), + [sym_do_statement] = STATE(884), + [sym_for_statement] = STATE(884), + [sym_return_statement] = STATE(884), + [sym_break_statement] = STATE(884), + [sym_continue_statement] = STATE(884), + [sym_goto_statement] = STATE(884), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(884), + [sym_co_return_statement] = STATE(884), + [sym_co_yield_statement] = STATE(884), + [sym_throw_statement] = STATE(884), + [sym_try_statement] = STATE(884), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -58204,12 +57962,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -58222,77 +57980,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [188] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(458), - [sym_attributed_statement] = STATE(458), - [sym_labeled_statement] = STATE(458), - [sym_expression_statement] = STATE(458), - [sym_if_statement] = STATE(458), - [sym_switch_statement] = STATE(458), - [sym_case_statement] = STATE(458), - [sym_while_statement] = STATE(458), - [sym_do_statement] = STATE(458), - [sym_for_statement] = STATE(458), - [sym_return_statement] = STATE(458), - [sym_break_statement] = STATE(458), - [sym_continue_statement] = STATE(458), - [sym_goto_statement] = STATE(458), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(458), - [sym_co_return_statement] = STATE(458), - [sym_co_yield_statement] = STATE(458), - [sym_throw_statement] = STATE(458), - [sym_try_statement] = STATE(458), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(477), + [sym_attributed_statement] = STATE(477), + [sym_labeled_statement] = STATE(477), + [sym_expression_statement] = STATE(477), + [sym_if_statement] = STATE(477), + [sym_switch_statement] = STATE(477), + [sym_case_statement] = STATE(477), + [sym_while_statement] = STATE(477), + [sym_do_statement] = STATE(477), + [sym_for_statement] = STATE(477), + [sym_return_statement] = STATE(477), + [sym_break_statement] = STATE(477), + [sym_continue_statement] = STATE(477), + [sym_goto_statement] = STATE(477), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(477), + [sym_co_return_statement] = STATE(477), + [sym_co_yield_statement] = STATE(477), + [sym_throw_statement] = STATE(477), + [sym_try_statement] = STATE(477), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(253), [anon_sym_switch] = ACTIONS(255), @@ -58326,7 +58084,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(279), @@ -58344,77 +58102,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [189] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(459), - [sym_attributed_statement] = STATE(461), - [sym_labeled_statement] = STATE(462), - [sym_expression_statement] = STATE(463), - [sym_if_statement] = STATE(464), - [sym_switch_statement] = STATE(465), - [sym_case_statement] = STATE(466), - [sym_while_statement] = STATE(467), - [sym_do_statement] = STATE(468), - [sym_for_statement] = STATE(469), - [sym_return_statement] = STATE(470), - [sym_break_statement] = STATE(471), - [sym_continue_statement] = STATE(472), - [sym_goto_statement] = STATE(473), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(474), - [sym_co_return_statement] = STATE(475), - [sym_co_yield_statement] = STATE(476), - [sym_throw_statement] = STATE(477), - [sym_try_statement] = STATE(478), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(435), + [sym_attributed_statement] = STATE(435), + [sym_labeled_statement] = STATE(435), + [sym_expression_statement] = STATE(435), + [sym_if_statement] = STATE(435), + [sym_switch_statement] = STATE(435), + [sym_case_statement] = STATE(435), + [sym_while_statement] = STATE(435), + [sym_do_statement] = STATE(435), + [sym_for_statement] = STATE(435), + [sym_return_statement] = STATE(435), + [sym_break_statement] = STATE(435), + [sym_continue_statement] = STATE(435), + [sym_goto_statement] = STATE(435), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(435), + [sym_co_return_statement] = STATE(435), + [sym_co_yield_statement] = STATE(435), + [sym_throw_statement] = STATE(435), + [sym_try_statement] = STATE(435), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(253), [anon_sym_switch] = ACTIONS(255), @@ -58448,7 +58206,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(279), @@ -58466,77 +58224,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [190] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(479), - [sym_attributed_statement] = STATE(480), - [sym_labeled_statement] = STATE(481), - [sym_expression_statement] = STATE(482), - [sym_if_statement] = STATE(483), - [sym_switch_statement] = STATE(484), - [sym_case_statement] = STATE(414), - [sym_while_statement] = STATE(446), - [sym_do_statement] = STATE(445), - [sym_for_statement] = STATE(439), - [sym_return_statement] = STATE(438), - [sym_break_statement] = STATE(437), - [sym_continue_statement] = STATE(436), - [sym_goto_statement] = STATE(434), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(433), - [sym_co_return_statement] = STATE(432), - [sym_co_yield_statement] = STATE(431), - [sym_throw_statement] = STATE(429), - [sym_try_statement] = STATE(428), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(401), + [sym_attributed_statement] = STATE(401), + [sym_labeled_statement] = STATE(401), + [sym_expression_statement] = STATE(401), + [sym_if_statement] = STATE(401), + [sym_switch_statement] = STATE(401), + [sym_case_statement] = STATE(401), + [sym_while_statement] = STATE(401), + [sym_do_statement] = STATE(401), + [sym_for_statement] = STATE(401), + [sym_return_statement] = STATE(401), + [sym_break_statement] = STATE(401), + [sym_continue_statement] = STATE(401), + [sym_goto_statement] = STATE(401), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(401), + [sym_co_return_statement] = STATE(401), + [sym_co_yield_statement] = STATE(401), + [sym_throw_statement] = STATE(401), + [sym_try_statement] = STATE(401), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(253), [anon_sym_switch] = ACTIONS(255), @@ -58570,7 +58328,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(279), @@ -58588,89 +58346,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [191] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(425), - [sym_attributed_statement] = STATE(425), - [sym_labeled_statement] = STATE(425), - [sym_expression_statement] = STATE(425), - [sym_if_statement] = STATE(425), - [sym_switch_statement] = STATE(425), - [sym_case_statement] = STATE(425), - [sym_while_statement] = STATE(425), - [sym_do_statement] = STATE(425), - [sym_for_statement] = STATE(425), - [sym_return_statement] = STATE(425), - [sym_break_statement] = STATE(425), - [sym_continue_statement] = STATE(425), - [sym_goto_statement] = STATE(425), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(425), - [sym_co_return_statement] = STATE(425), - [sym_co_yield_statement] = STATE(425), - [sym_throw_statement] = STATE(425), - [sym_try_statement] = STATE(425), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(875), + [sym_attributed_statement] = STATE(875), + [sym_labeled_statement] = STATE(875), + [sym_expression_statement] = STATE(875), + [sym_if_statement] = STATE(875), + [sym_switch_statement] = STATE(875), + [sym_case_statement] = STATE(875), + [sym_while_statement] = STATE(875), + [sym_do_statement] = STATE(875), + [sym_for_statement] = STATE(875), + [sym_return_statement] = STATE(875), + [sym_break_statement] = STATE(875), + [sym_continue_statement] = STATE(875), + [sym_goto_statement] = STATE(875), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(875), + [sym_co_return_statement] = STATE(875), + [sym_co_yield_statement] = STATE(875), + [sym_throw_statement] = STATE(875), + [sym_try_statement] = STATE(875), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -58692,12 +58450,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -58710,89 +58468,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [192] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1217), - [sym_attributed_statement] = STATE(1217), - [sym_labeled_statement] = STATE(1217), - [sym_expression_statement] = STATE(1217), - [sym_if_statement] = STATE(1217), - [sym_switch_statement] = STATE(1217), - [sym_case_statement] = STATE(1217), - [sym_while_statement] = STATE(1217), - [sym_do_statement] = STATE(1217), - [sym_for_statement] = STATE(1217), - [sym_return_statement] = STATE(1217), - [sym_break_statement] = STATE(1217), - [sym_continue_statement] = STATE(1217), - [sym_goto_statement] = STATE(1217), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1217), - [sym_co_return_statement] = STATE(1217), - [sym_co_yield_statement] = STATE(1217), - [sym_throw_statement] = STATE(1217), - [sym_try_statement] = STATE(1217), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(876), + [sym_attributed_statement] = STATE(876), + [sym_labeled_statement] = STATE(876), + [sym_expression_statement] = STATE(876), + [sym_if_statement] = STATE(876), + [sym_switch_statement] = STATE(876), + [sym_case_statement] = STATE(876), + [sym_while_statement] = STATE(876), + [sym_do_statement] = STATE(876), + [sym_for_statement] = STATE(876), + [sym_return_statement] = STATE(876), + [sym_break_statement] = STATE(876), + [sym_continue_statement] = STATE(876), + [sym_goto_statement] = STATE(876), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(876), + [sym_co_return_statement] = STATE(876), + [sym_co_yield_statement] = STATE(876), + [sym_throw_statement] = STATE(876), + [sym_try_statement] = STATE(876), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -58814,12 +58572,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -58832,89 +58590,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [193] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(424), - [sym_attributed_statement] = STATE(424), - [sym_labeled_statement] = STATE(424), - [sym_expression_statement] = STATE(424), - [sym_if_statement] = STATE(424), - [sym_switch_statement] = STATE(424), - [sym_case_statement] = STATE(424), - [sym_while_statement] = STATE(424), - [sym_do_statement] = STATE(424), - [sym_for_statement] = STATE(424), - [sym_return_statement] = STATE(424), - [sym_break_statement] = STATE(424), - [sym_continue_statement] = STATE(424), - [sym_goto_statement] = STATE(424), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(424), - [sym_co_return_statement] = STATE(424), - [sym_co_yield_statement] = STATE(424), - [sym_throw_statement] = STATE(424), - [sym_try_statement] = STATE(424), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1162), + [sym_attributed_statement] = STATE(1162), + [sym_labeled_statement] = STATE(1162), + [sym_expression_statement] = STATE(1162), + [sym_if_statement] = STATE(1162), + [sym_switch_statement] = STATE(1162), + [sym_case_statement] = STATE(1162), + [sym_while_statement] = STATE(1162), + [sym_do_statement] = STATE(1162), + [sym_for_statement] = STATE(1162), + [sym_return_statement] = STATE(1162), + [sym_break_statement] = STATE(1162), + [sym_continue_statement] = STATE(1162), + [sym_goto_statement] = STATE(1162), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1162), + [sym_co_return_statement] = STATE(1162), + [sym_co_yield_statement] = STATE(1162), + [sym_throw_statement] = STATE(1162), + [sym_try_statement] = STATE(1162), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -58936,12 +58694,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -58954,89 +58712,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [194] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(677), - [sym_attributed_statement] = STATE(677), - [sym_labeled_statement] = STATE(677), - [sym_expression_statement] = STATE(677), - [sym_if_statement] = STATE(677), - [sym_switch_statement] = STATE(677), - [sym_case_statement] = STATE(677), - [sym_while_statement] = STATE(677), - [sym_do_statement] = STATE(677), - [sym_for_statement] = STATE(677), - [sym_return_statement] = STATE(677), - [sym_break_statement] = STATE(677), - [sym_continue_statement] = STATE(677), - [sym_goto_statement] = STATE(677), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(677), - [sym_co_return_statement] = STATE(677), - [sym_co_yield_statement] = STATE(677), - [sym_throw_statement] = STATE(677), - [sym_try_statement] = STATE(677), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(6574), + [sym_attributed_statement] = STATE(6574), + [sym_labeled_statement] = STATE(6574), + [sym_expression_statement] = STATE(6574), + [sym_if_statement] = STATE(6574), + [sym_switch_statement] = STATE(6574), + [sym_case_statement] = STATE(6574), + [sym_while_statement] = STATE(6574), + [sym_do_statement] = STATE(6574), + [sym_for_statement] = STATE(6574), + [sym_return_statement] = STATE(6574), + [sym_break_statement] = STATE(6574), + [sym_continue_statement] = STATE(6574), + [sym_goto_statement] = STATE(6574), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(6574), + [sym_co_return_statement] = STATE(6574), + [sym_co_yield_statement] = STATE(6574), + [sym_throw_statement] = STATE(6574), + [sym_try_statement] = STATE(6574), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -59058,12 +58816,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -59076,85 +58834,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [195] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(6376), - [sym_attributed_statement] = STATE(6376), - [sym_labeled_statement] = STATE(6376), - [sym_expression_statement] = STATE(6376), - [sym_if_statement] = STATE(6376), - [sym_switch_statement] = STATE(6376), - [sym_case_statement] = STATE(6376), - [sym_while_statement] = STATE(6376), - [sym_do_statement] = STATE(6376), - [sym_for_statement] = STATE(6376), - [sym_return_statement] = STATE(6376), - [sym_break_statement] = STATE(6376), - [sym_continue_statement] = STATE(6376), - [sym_goto_statement] = STATE(6376), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(6376), - [sym_co_return_statement] = STATE(6376), - [sym_co_yield_statement] = STATE(6376), - [sym_throw_statement] = STATE(6376), - [sym_try_statement] = STATE(6376), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(880), + [sym_attributed_statement] = STATE(880), + [sym_labeled_statement] = STATE(880), + [sym_expression_statement] = STATE(880), + [sym_if_statement] = STATE(880), + [sym_switch_statement] = STATE(880), + [sym_case_statement] = STATE(880), + [sym_while_statement] = STATE(880), + [sym_do_statement] = STATE(880), + [sym_for_statement] = STATE(880), + [sym_return_statement] = STATE(880), + [sym_break_statement] = STATE(880), + [sym_continue_statement] = STATE(880), + [sym_goto_statement] = STATE(880), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(880), + [sym_co_return_statement] = STATE(880), + [sym_co_yield_statement] = STATE(880), + [sym_throw_statement] = STATE(880), + [sym_try_statement] = STATE(880), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -59180,7 +58938,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -59198,89 +58956,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [196] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(679), - [sym_attributed_statement] = STATE(679), - [sym_labeled_statement] = STATE(679), - [sym_expression_statement] = STATE(679), - [sym_if_statement] = STATE(679), - [sym_switch_statement] = STATE(679), - [sym_case_statement] = STATE(679), - [sym_while_statement] = STATE(679), - [sym_do_statement] = STATE(679), - [sym_for_statement] = STATE(679), - [sym_return_statement] = STATE(679), - [sym_break_statement] = STATE(679), - [sym_continue_statement] = STATE(679), - [sym_goto_statement] = STATE(679), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(679), - [sym_co_return_statement] = STATE(679), - [sym_co_yield_statement] = STATE(679), - [sym_throw_statement] = STATE(679), - [sym_try_statement] = STATE(679), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(881), + [sym_attributed_statement] = STATE(881), + [sym_labeled_statement] = STATE(881), + [sym_expression_statement] = STATE(881), + [sym_if_statement] = STATE(881), + [sym_switch_statement] = STATE(881), + [sym_case_statement] = STATE(881), + [sym_while_statement] = STATE(881), + [sym_do_statement] = STATE(881), + [sym_for_statement] = STATE(881), + [sym_return_statement] = STATE(881), + [sym_break_statement] = STATE(881), + [sym_continue_statement] = STATE(881), + [sym_goto_statement] = STATE(881), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(881), + [sym_co_return_statement] = STATE(881), + [sym_co_yield_statement] = STATE(881), + [sym_throw_statement] = STATE(881), + [sym_try_statement] = STATE(881), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -59302,12 +59060,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -59320,89 +59078,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [197] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(684), - [sym_attributed_statement] = STATE(684), - [sym_labeled_statement] = STATE(684), - [sym_expression_statement] = STATE(684), - [sym_if_statement] = STATE(684), - [sym_switch_statement] = STATE(684), - [sym_case_statement] = STATE(684), - [sym_while_statement] = STATE(684), - [sym_do_statement] = STATE(684), - [sym_for_statement] = STATE(684), - [sym_return_statement] = STATE(684), - [sym_break_statement] = STATE(684), - [sym_continue_statement] = STATE(684), - [sym_goto_statement] = STATE(684), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(684), - [sym_co_return_statement] = STATE(684), - [sym_co_yield_statement] = STATE(684), - [sym_throw_statement] = STATE(684), - [sym_try_statement] = STATE(684), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(882), + [sym_attributed_statement] = STATE(882), + [sym_labeled_statement] = STATE(882), + [sym_expression_statement] = STATE(882), + [sym_if_statement] = STATE(882), + [sym_switch_statement] = STATE(882), + [sym_case_statement] = STATE(882), + [sym_while_statement] = STATE(882), + [sym_do_statement] = STATE(882), + [sym_for_statement] = STATE(882), + [sym_return_statement] = STATE(882), + [sym_break_statement] = STATE(882), + [sym_continue_statement] = STATE(882), + [sym_goto_statement] = STATE(882), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(882), + [sym_co_return_statement] = STATE(882), + [sym_co_yield_statement] = STATE(882), + [sym_throw_statement] = STATE(882), + [sym_try_statement] = STATE(882), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -59424,12 +59182,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -59442,77 +59200,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [198] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(642), - [sym_attributed_statement] = STATE(642), - [sym_labeled_statement] = STATE(642), - [sym_expression_statement] = STATE(642), - [sym_if_statement] = STATE(642), - [sym_switch_statement] = STATE(642), - [sym_case_statement] = STATE(642), - [sym_while_statement] = STATE(642), - [sym_do_statement] = STATE(642), - [sym_for_statement] = STATE(642), - [sym_return_statement] = STATE(642), - [sym_break_statement] = STATE(642), - [sym_continue_statement] = STATE(642), - [sym_goto_statement] = STATE(642), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(642), - [sym_co_return_statement] = STATE(642), - [sym_co_yield_statement] = STATE(642), - [sym_throw_statement] = STATE(642), - [sym_try_statement] = STATE(642), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(633), + [sym_attributed_statement] = STATE(633), + [sym_labeled_statement] = STATE(633), + [sym_expression_statement] = STATE(633), + [sym_if_statement] = STATE(633), + [sym_switch_statement] = STATE(633), + [sym_case_statement] = STATE(633), + [sym_while_statement] = STATE(633), + [sym_do_statement] = STATE(633), + [sym_for_statement] = STATE(633), + [sym_return_statement] = STATE(633), + [sym_break_statement] = STATE(633), + [sym_continue_statement] = STATE(633), + [sym_goto_statement] = STATE(633), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(633), + [sym_co_return_statement] = STATE(633), + [sym_co_yield_statement] = STATE(633), + [sym_throw_statement] = STATE(633), + [sym_try_statement] = STATE(633), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), @@ -59546,7 +59304,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -59564,85 +59322,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [199] = { - [sym_attribute_declaration] = STATE(171), - [sym_compound_statement] = STATE(656), - [sym_attributed_statement] = STATE(656), - [sym_labeled_statement] = STATE(656), - [sym_expression_statement] = STATE(656), - [sym_if_statement] = STATE(656), - [sym_switch_statement] = STATE(656), - [sym_case_statement] = STATE(656), - [sym_while_statement] = STATE(656), - [sym_do_statement] = STATE(656), - [sym_for_statement] = STATE(656), - [sym_return_statement] = STATE(656), - [sym_break_statement] = STATE(656), - [sym_continue_statement] = STATE(656), - [sym_goto_statement] = STATE(656), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(656), - [sym_co_return_statement] = STATE(656), - [sym_co_yield_statement] = STATE(656), - [sym_throw_statement] = STATE(656), - [sym_try_statement] = STATE(656), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(171), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(893), + [sym_attributed_statement] = STATE(893), + [sym_labeled_statement] = STATE(893), + [sym_expression_statement] = STATE(893), + [sym_if_statement] = STATE(893), + [sym_switch_statement] = STATE(893), + [sym_case_statement] = STATE(893), + [sym_while_statement] = STATE(893), + [sym_do_statement] = STATE(893), + [sym_for_statement] = STATE(893), + [sym_return_statement] = STATE(893), + [sym_break_statement] = STATE(893), + [sym_continue_statement] = STATE(893), + [sym_goto_statement] = STATE(893), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(893), + [sym_co_return_statement] = STATE(893), + [sym_co_yield_statement] = STATE(893), + [sym_throw_statement] = STATE(893), + [sym_try_statement] = STATE(893), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -59668,7 +59426,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -59686,89 +59444,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [200] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1223), - [sym_attributed_statement] = STATE(1223), - [sym_labeled_statement] = STATE(1223), - [sym_expression_statement] = STATE(1223), - [sym_if_statement] = STATE(1223), - [sym_switch_statement] = STATE(1223), - [sym_case_statement] = STATE(1223), - [sym_while_statement] = STATE(1223), - [sym_do_statement] = STATE(1223), - [sym_for_statement] = STATE(1223), - [sym_return_statement] = STATE(1223), - [sym_break_statement] = STATE(1223), - [sym_continue_statement] = STATE(1223), - [sym_goto_statement] = STATE(1223), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1223), - [sym_co_return_statement] = STATE(1223), - [sym_co_yield_statement] = STATE(1223), - [sym_throw_statement] = STATE(1223), - [sym_try_statement] = STATE(1223), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(6351), + [sym_attributed_statement] = STATE(6351), + [sym_labeled_statement] = STATE(6351), + [sym_expression_statement] = STATE(6351), + [sym_if_statement] = STATE(6351), + [sym_switch_statement] = STATE(6351), + [sym_case_statement] = STATE(6351), + [sym_while_statement] = STATE(6351), + [sym_do_statement] = STATE(6351), + [sym_for_statement] = STATE(6351), + [sym_return_statement] = STATE(6351), + [sym_break_statement] = STATE(6351), + [sym_continue_statement] = STATE(6351), + [sym_goto_statement] = STATE(6351), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(6351), + [sym_co_return_statement] = STATE(6351), + [sym_co_yield_statement] = STATE(6351), + [sym_throw_statement] = STATE(6351), + [sym_try_statement] = STATE(6351), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -59790,12 +59548,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -59808,89 +59566,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [201] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(721), - [sym_attributed_statement] = STATE(721), - [sym_labeled_statement] = STATE(721), - [sym_expression_statement] = STATE(721), - [sym_if_statement] = STATE(721), - [sym_switch_statement] = STATE(721), - [sym_case_statement] = STATE(721), - [sym_while_statement] = STATE(721), - [sym_do_statement] = STATE(721), - [sym_for_statement] = STATE(721), - [sym_return_statement] = STATE(721), - [sym_break_statement] = STATE(721), - [sym_continue_statement] = STATE(721), - [sym_goto_statement] = STATE(721), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(721), - [sym_co_return_statement] = STATE(721), - [sym_co_yield_statement] = STATE(721), - [sym_throw_statement] = STATE(721), - [sym_try_statement] = STATE(721), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(446), + [sym_attributed_statement] = STATE(446), + [sym_labeled_statement] = STATE(446), + [sym_expression_statement] = STATE(446), + [sym_if_statement] = STATE(446), + [sym_switch_statement] = STATE(446), + [sym_case_statement] = STATE(446), + [sym_while_statement] = STATE(446), + [sym_do_statement] = STATE(446), + [sym_for_statement] = STATE(446), + [sym_return_statement] = STATE(446), + [sym_break_statement] = STATE(446), + [sym_continue_statement] = STATE(446), + [sym_goto_statement] = STATE(446), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(446), + [sym_co_return_statement] = STATE(446), + [sym_co_yield_statement] = STATE(446), + [sym_throw_statement] = STATE(446), + [sym_try_statement] = STATE(446), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -59912,12 +59670,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -59930,77 +59688,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [202] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(635), - [sym_attributed_statement] = STATE(635), - [sym_labeled_statement] = STATE(635), - [sym_expression_statement] = STATE(635), - [sym_if_statement] = STATE(635), - [sym_switch_statement] = STATE(635), - [sym_case_statement] = STATE(635), - [sym_while_statement] = STATE(635), - [sym_do_statement] = STATE(635), - [sym_for_statement] = STATE(635), - [sym_return_statement] = STATE(635), - [sym_break_statement] = STATE(635), - [sym_continue_statement] = STATE(635), - [sym_goto_statement] = STATE(635), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(635), - [sym_co_return_statement] = STATE(635), - [sym_co_yield_statement] = STATE(635), - [sym_throw_statement] = STATE(635), - [sym_try_statement] = STATE(635), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(629), + [sym_attributed_statement] = STATE(629), + [sym_labeled_statement] = STATE(629), + [sym_expression_statement] = STATE(629), + [sym_if_statement] = STATE(629), + [sym_switch_statement] = STATE(629), + [sym_case_statement] = STATE(629), + [sym_while_statement] = STATE(629), + [sym_do_statement] = STATE(629), + [sym_for_statement] = STATE(629), + [sym_return_statement] = STATE(629), + [sym_break_statement] = STATE(629), + [sym_continue_statement] = STATE(629), + [sym_goto_statement] = STATE(629), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(629), + [sym_co_return_statement] = STATE(629), + [sym_co_yield_statement] = STATE(629), + [sym_throw_statement] = STATE(629), + [sym_try_statement] = STATE(629), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), @@ -60034,7 +59792,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -60052,207 +59810,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [203] = { - [sym_attribute_declaration] = STATE(223), - [sym_compound_statement] = STATE(1184), - [sym_attributed_statement] = STATE(1184), - [sym_labeled_statement] = STATE(1184), - [sym_expression_statement] = STATE(1184), - [sym_if_statement] = STATE(1184), - [sym_switch_statement] = STATE(1184), - [sym_case_statement] = STATE(1184), - [sym_while_statement] = STATE(1184), - [sym_do_statement] = STATE(1184), - [sym_for_statement] = STATE(1184), - [sym_return_statement] = STATE(1184), - [sym_break_statement] = STATE(1184), - [sym_continue_statement] = STATE(1184), - [sym_goto_statement] = STATE(1184), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1184), - [sym_co_return_statement] = STATE(1184), - [sym_co_yield_statement] = STATE(1184), - [sym_throw_statement] = STATE(1184), - [sym_try_statement] = STATE(1184), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(223), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [sym_attribute_declaration] = STATE(203), + [sym_compound_statement] = STATE(769), + [sym_attributed_statement] = STATE(769), + [sym_labeled_statement] = STATE(769), + [sym_expression_statement] = STATE(769), + [sym_if_statement] = STATE(769), + [sym_switch_statement] = STATE(769), + [sym_case_statement] = STATE(769), + [sym_while_statement] = STATE(769), + [sym_do_statement] = STATE(769), + [sym_for_statement] = STATE(769), + [sym_return_statement] = STATE(769), + [sym_break_statement] = STATE(769), + [sym_continue_statement] = STATE(769), + [sym_goto_statement] = STATE(769), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(769), + [sym_co_return_statement] = STATE(769), + [sym_co_yield_statement] = STATE(769), + [sym_throw_statement] = STATE(769), + [sym_try_statement] = STATE(769), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1922), + [anon_sym_LPAREN2] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1743), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_SEMI] = ACTIONS(1925), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1928), + [anon_sym_LBRACK] = ACTIONS(1758), + [sym_primitive_type] = ACTIONS(1761), + [anon_sym_if] = ACTIONS(1931), + [anon_sym_switch] = ACTIONS(1934), + [anon_sym_case] = ACTIONS(1937), + [anon_sym_default] = ACTIONS(1940), + [anon_sym_while] = ACTIONS(1943), + [anon_sym_do] = ACTIONS(1946), + [anon_sym_for] = ACTIONS(1949), + [anon_sym_return] = ACTIONS(1952), + [anon_sym_break] = ACTIONS(1955), + [anon_sym_continue] = ACTIONS(1958), + [anon_sym_goto] = ACTIONS(1961), + [anon_sym_not] = ACTIONS(1740), + [anon_sym_compl] = ACTIONS(1740), + [anon_sym_DASH_DASH] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1797), + [anon_sym_sizeof] = ACTIONS(1800), + [sym_number_literal] = ACTIONS(1803), + [anon_sym_L_SQUOTE] = ACTIONS(1806), + [anon_sym_u_SQUOTE] = ACTIONS(1806), + [anon_sym_U_SQUOTE] = ACTIONS(1806), + [anon_sym_u8_SQUOTE] = ACTIONS(1806), + [anon_sym_SQUOTE] = ACTIONS(1806), + [anon_sym_L_DQUOTE] = ACTIONS(1809), + [anon_sym_u_DQUOTE] = ACTIONS(1809), + [anon_sym_U_DQUOTE] = ACTIONS(1809), + [anon_sym_u8_DQUOTE] = ACTIONS(1809), + [anon_sym_DQUOTE] = ACTIONS(1809), + [sym_true] = ACTIONS(1812), + [sym_false] = ACTIONS(1812), + [sym_null] = ACTIONS(1812), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1815), + [anon_sym_template] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1964), + [anon_sym_delete] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1967), + [anon_sym_co_return] = ACTIONS(1970), + [anon_sym_co_yield] = ACTIONS(1973), + [anon_sym_R_DQUOTE] = ACTIONS(1836), + [anon_sym_LR_DQUOTE] = ACTIONS(1836), + [anon_sym_uR_DQUOTE] = ACTIONS(1836), + [anon_sym_UR_DQUOTE] = ACTIONS(1836), + [anon_sym_u8R_DQUOTE] = ACTIONS(1836), + [anon_sym_co_await] = ACTIONS(1839), + [anon_sym_new] = ACTIONS(1842), + [anon_sym_requires] = ACTIONS(1845), + [sym_this] = ACTIONS(1812), + [sym_nullptr] = ACTIONS(1812), }, [204] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(7061), - [sym_attributed_statement] = STATE(7061), - [sym_labeled_statement] = STATE(7061), - [sym_expression_statement] = STATE(7061), - [sym_if_statement] = STATE(7061), - [sym_switch_statement] = STATE(7061), - [sym_case_statement] = STATE(7061), - [sym_while_statement] = STATE(7061), - [sym_do_statement] = STATE(7061), - [sym_for_statement] = STATE(7061), - [sym_return_statement] = STATE(7061), - [sym_break_statement] = STATE(7061), - [sym_continue_statement] = STATE(7061), - [sym_goto_statement] = STATE(7061), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(7061), - [sym_co_return_statement] = STATE(7061), - [sym_co_yield_statement] = STATE(7061), - [sym_throw_statement] = STATE(7061), - [sym_try_statement] = STATE(7061), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(6779), + [sym_attributed_statement] = STATE(6779), + [sym_labeled_statement] = STATE(6779), + [sym_expression_statement] = STATE(6779), + [sym_if_statement] = STATE(6779), + [sym_switch_statement] = STATE(6779), + [sym_case_statement] = STATE(6779), + [sym_while_statement] = STATE(6779), + [sym_do_statement] = STATE(6779), + [sym_for_statement] = STATE(6779), + [sym_return_statement] = STATE(6779), + [sym_break_statement] = STATE(6779), + [sym_continue_statement] = STATE(6779), + [sym_goto_statement] = STATE(6779), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(6779), + [sym_co_return_statement] = STATE(6779), + [sym_co_yield_statement] = STATE(6779), + [sym_throw_statement] = STATE(6779), + [sym_try_statement] = STATE(6779), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -60278,7 +60036,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -60296,85 +60054,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [205] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(547), - [sym_attributed_statement] = STATE(547), - [sym_labeled_statement] = STATE(547), - [sym_expression_statement] = STATE(547), - [sym_if_statement] = STATE(547), - [sym_switch_statement] = STATE(547), - [sym_case_statement] = STATE(547), - [sym_while_statement] = STATE(547), - [sym_do_statement] = STATE(547), - [sym_for_statement] = STATE(547), - [sym_return_statement] = STATE(547), - [sym_break_statement] = STATE(547), - [sym_continue_statement] = STATE(547), - [sym_goto_statement] = STATE(547), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(547), - [sym_co_return_statement] = STATE(547), - [sym_co_yield_statement] = STATE(547), - [sym_throw_statement] = STATE(547), - [sym_try_statement] = STATE(547), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(205), + [sym_compound_statement] = STATE(763), + [sym_attributed_statement] = STATE(763), + [sym_labeled_statement] = STATE(763), + [sym_expression_statement] = STATE(763), + [sym_if_statement] = STATE(763), + [sym_switch_statement] = STATE(763), + [sym_case_statement] = STATE(763), + [sym_while_statement] = STATE(763), + [sym_do_statement] = STATE(763), + [sym_for_statement] = STATE(763), + [sym_return_statement] = STATE(763), + [sym_break_statement] = STATE(763), + [sym_continue_statement] = STATE(763), + [sym_goto_statement] = STATE(763), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(763), + [sym_co_return_statement] = STATE(763), + [sym_co_yield_statement] = STATE(763), + [sym_throw_statement] = STATE(763), + [sym_try_statement] = STATE(763), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(205), + [sym_identifier] = ACTIONS(1976), + [anon_sym_LPAREN2] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1743), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_SEMI] = ACTIONS(1979), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1982), + [anon_sym_LBRACK] = ACTIONS(1758), + [sym_primitive_type] = ACTIONS(1761), + [anon_sym_if] = ACTIONS(1985), + [anon_sym_switch] = ACTIONS(1988), + [anon_sym_case] = ACTIONS(1991), + [anon_sym_default] = ACTIONS(1994), + [anon_sym_while] = ACTIONS(1997), + [anon_sym_do] = ACTIONS(2000), + [anon_sym_for] = ACTIONS(2003), + [anon_sym_return] = ACTIONS(2006), + [anon_sym_break] = ACTIONS(2009), + [anon_sym_continue] = ACTIONS(2012), + [anon_sym_goto] = ACTIONS(2015), + [anon_sym_not] = ACTIONS(1740), + [anon_sym_compl] = ACTIONS(1740), + [anon_sym_DASH_DASH] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1797), + [anon_sym_sizeof] = ACTIONS(1800), + [sym_number_literal] = ACTIONS(1803), + [anon_sym_L_SQUOTE] = ACTIONS(1806), + [anon_sym_u_SQUOTE] = ACTIONS(1806), + [anon_sym_U_SQUOTE] = ACTIONS(1806), + [anon_sym_u8_SQUOTE] = ACTIONS(1806), + [anon_sym_SQUOTE] = ACTIONS(1806), + [anon_sym_L_DQUOTE] = ACTIONS(1809), + [anon_sym_u_DQUOTE] = ACTIONS(1809), + [anon_sym_U_DQUOTE] = ACTIONS(1809), + [anon_sym_u8_DQUOTE] = ACTIONS(1809), + [anon_sym_DQUOTE] = ACTIONS(1809), + [sym_true] = ACTIONS(1812), + [sym_false] = ACTIONS(1812), + [sym_null] = ACTIONS(1812), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1815), + [anon_sym_template] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(2018), + [anon_sym_delete] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(2021), + [anon_sym_co_return] = ACTIONS(2024), + [anon_sym_co_yield] = ACTIONS(2027), + [anon_sym_R_DQUOTE] = ACTIONS(1836), + [anon_sym_LR_DQUOTE] = ACTIONS(1836), + [anon_sym_uR_DQUOTE] = ACTIONS(1836), + [anon_sym_UR_DQUOTE] = ACTIONS(1836), + [anon_sym_u8R_DQUOTE] = ACTIONS(1836), + [anon_sym_co_await] = ACTIONS(1839), + [anon_sym_new] = ACTIONS(1842), + [anon_sym_requires] = ACTIONS(1845), + [sym_this] = ACTIONS(1812), + [sym_nullptr] = ACTIONS(1812), + }, + [206] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(601), + [sym_attributed_statement] = STATE(601), + [sym_labeled_statement] = STATE(601), + [sym_expression_statement] = STATE(601), + [sym_if_statement] = STATE(601), + [sym_switch_statement] = STATE(601), + [sym_case_statement] = STATE(601), + [sym_while_statement] = STATE(601), + [sym_do_statement] = STATE(601), + [sym_for_statement] = STATE(601), + [sym_return_statement] = STATE(601), + [sym_break_statement] = STATE(601), + [sym_continue_statement] = STATE(601), + [sym_goto_statement] = STATE(601), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(601), + [sym_co_return_statement] = STATE(601), + [sym_co_yield_statement] = STATE(601), + [sym_throw_statement] = STATE(601), + [sym_try_statement] = STATE(601), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -60400,7 +60280,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -60417,212 +60297,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [206] = { - [sym_attribute_declaration] = STATE(206), - [sym_compound_statement] = STATE(669), - [sym_attributed_statement] = STATE(669), - [sym_labeled_statement] = STATE(669), - [sym_expression_statement] = STATE(669), - [sym_if_statement] = STATE(669), - [sym_switch_statement] = STATE(669), - [sym_case_statement] = STATE(669), - [sym_while_statement] = STATE(669), - [sym_do_statement] = STATE(669), - [sym_for_statement] = STATE(669), - [sym_return_statement] = STATE(669), - [sym_break_statement] = STATE(669), - [sym_continue_statement] = STATE(669), - [sym_goto_statement] = STATE(669), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(669), - [sym_co_return_statement] = STATE(669), - [sym_co_yield_statement] = STATE(669), - [sym_throw_statement] = STATE(669), - [sym_try_statement] = STATE(669), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(206), - [sym_identifier] = ACTIONS(1888), - [anon_sym_LPAREN2] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1757), - [anon_sym_TILDE] = ACTIONS(1757), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_STAR] = ACTIONS(1763), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1891), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [anon_sym_LBRACE] = ACTIONS(1894), - [anon_sym_LBRACK] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1781), - [anon_sym_if] = ACTIONS(1897), - [anon_sym_switch] = ACTIONS(1900), - [anon_sym_case] = ACTIONS(1903), - [anon_sym_default] = ACTIONS(1906), - [anon_sym_while] = ACTIONS(1909), - [anon_sym_do] = ACTIONS(1912), - [anon_sym_for] = ACTIONS(1915), - [anon_sym_return] = ACTIONS(1918), - [anon_sym_break] = ACTIONS(1921), - [anon_sym_continue] = ACTIONS(1924), - [anon_sym_goto] = ACTIONS(1927), - [anon_sym_not] = ACTIONS(1760), - [anon_sym_compl] = ACTIONS(1760), - [anon_sym_DASH_DASH] = ACTIONS(1817), - [anon_sym_PLUS_PLUS] = ACTIONS(1817), - [anon_sym_sizeof] = ACTIONS(1820), - [sym_number_literal] = ACTIONS(1823), - [anon_sym_L_SQUOTE] = ACTIONS(1826), - [anon_sym_u_SQUOTE] = ACTIONS(1826), - [anon_sym_U_SQUOTE] = ACTIONS(1826), - [anon_sym_u8_SQUOTE] = ACTIONS(1826), - [anon_sym_SQUOTE] = ACTIONS(1826), - [anon_sym_L_DQUOTE] = ACTIONS(1829), - [anon_sym_u_DQUOTE] = ACTIONS(1829), - [anon_sym_U_DQUOTE] = ACTIONS(1829), - [anon_sym_u8_DQUOTE] = ACTIONS(1829), - [anon_sym_DQUOTE] = ACTIONS(1829), - [sym_true] = ACTIONS(1832), - [sym_false] = ACTIONS(1832), - [sym_null] = ACTIONS(1832), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1838), - [anon_sym_try] = ACTIONS(1930), - [anon_sym_delete] = ACTIONS(1844), - [anon_sym_throw] = ACTIONS(1933), - [anon_sym_co_return] = ACTIONS(1936), - [anon_sym_co_yield] = ACTIONS(1939), - [anon_sym_R_DQUOTE] = ACTIONS(1856), - [anon_sym_LR_DQUOTE] = ACTIONS(1856), - [anon_sym_uR_DQUOTE] = ACTIONS(1856), - [anon_sym_UR_DQUOTE] = ACTIONS(1856), - [anon_sym_u8R_DQUOTE] = ACTIONS(1856), - [anon_sym_co_await] = ACTIONS(1859), - [anon_sym_new] = ACTIONS(1862), - [anon_sym_requires] = ACTIONS(1865), - [sym_this] = ACTIONS(1832), - [sym_nullptr] = ACTIONS(1832), - }, [207] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(792), - [sym_attributed_statement] = STATE(793), - [sym_labeled_statement] = STATE(794), - [sym_expression_statement] = STATE(795), - [sym_if_statement] = STATE(796), - [sym_switch_statement] = STATE(797), - [sym_case_statement] = STATE(799), - [sym_while_statement] = STATE(800), - [sym_do_statement] = STATE(801), - [sym_for_statement] = STATE(804), - [sym_return_statement] = STATE(805), - [sym_break_statement] = STATE(809), - [sym_continue_statement] = STATE(810), - [sym_goto_statement] = STATE(817), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(818), - [sym_co_return_statement] = STATE(822), - [sym_co_yield_statement] = STATE(858), - [sym_throw_statement] = STATE(861), - [sym_try_statement] = STATE(897), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1164), + [sym_attributed_statement] = STATE(1164), + [sym_labeled_statement] = STATE(1164), + [sym_expression_statement] = STATE(1164), + [sym_if_statement] = STATE(1164), + [sym_switch_statement] = STATE(1164), + [sym_case_statement] = STATE(1164), + [sym_while_statement] = STATE(1164), + [sym_do_statement] = STATE(1164), + [sym_for_statement] = STATE(1164), + [sym_return_statement] = STATE(1164), + [sym_break_statement] = STATE(1164), + [sym_continue_statement] = STATE(1164), + [sym_goto_statement] = STATE(1164), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1164), + [sym_co_return_statement] = STATE(1164), + [sym_co_yield_statement] = STATE(1164), + [sym_throw_statement] = STATE(1164), + [sym_try_statement] = STATE(1164), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -60644,12 +60402,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -60662,85 +60420,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [208] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(668), - [sym_attributed_statement] = STATE(668), - [sym_labeled_statement] = STATE(668), - [sym_expression_statement] = STATE(668), - [sym_if_statement] = STATE(668), - [sym_switch_statement] = STATE(668), - [sym_case_statement] = STATE(668), - [sym_while_statement] = STATE(668), - [sym_do_statement] = STATE(668), - [sym_for_statement] = STATE(668), - [sym_return_statement] = STATE(668), - [sym_break_statement] = STATE(668), - [sym_continue_statement] = STATE(668), - [sym_goto_statement] = STATE(668), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(668), - [sym_co_return_statement] = STATE(668), - [sym_co_yield_statement] = STATE(668), - [sym_throw_statement] = STATE(668), - [sym_try_statement] = STATE(668), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(763), + [sym_attributed_statement] = STATE(763), + [sym_labeled_statement] = STATE(763), + [sym_expression_statement] = STATE(763), + [sym_if_statement] = STATE(763), + [sym_switch_statement] = STATE(763), + [sym_case_statement] = STATE(763), + [sym_while_statement] = STATE(763), + [sym_do_statement] = STATE(763), + [sym_for_statement] = STATE(763), + [sym_return_statement] = STATE(763), + [sym_break_statement] = STATE(763), + [sym_continue_statement] = STATE(763), + [sym_goto_statement] = STATE(763), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(763), + [sym_co_return_statement] = STATE(763), + [sym_co_yield_statement] = STATE(763), + [sym_throw_statement] = STATE(763), + [sym_try_statement] = STATE(763), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -60766,7 +60524,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -60784,85 +60542,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [209] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(7024), - [sym_attributed_statement] = STATE(7024), - [sym_labeled_statement] = STATE(7024), - [sym_expression_statement] = STATE(7024), - [sym_if_statement] = STATE(7024), - [sym_switch_statement] = STATE(7024), - [sym_case_statement] = STATE(7024), - [sym_while_statement] = STATE(7024), - [sym_do_statement] = STATE(7024), - [sym_for_statement] = STATE(7024), - [sym_return_statement] = STATE(7024), - [sym_break_statement] = STATE(7024), - [sym_continue_statement] = STATE(7024), - [sym_goto_statement] = STATE(7024), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(7024), - [sym_co_return_statement] = STATE(7024), - [sym_co_yield_statement] = STATE(7024), - [sym_throw_statement] = STATE(7024), - [sym_try_statement] = STATE(7024), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(763), + [sym_attributed_statement] = STATE(763), + [sym_labeled_statement] = STATE(763), + [sym_expression_statement] = STATE(763), + [sym_if_statement] = STATE(763), + [sym_switch_statement] = STATE(763), + [sym_case_statement] = STATE(763), + [sym_while_statement] = STATE(763), + [sym_do_statement] = STATE(763), + [sym_for_statement] = STATE(763), + [sym_return_statement] = STATE(763), + [sym_break_statement] = STATE(763), + [sym_continue_statement] = STATE(763), + [sym_goto_statement] = STATE(763), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(763), + [sym_co_return_statement] = STATE(763), + [sym_co_yield_statement] = STATE(763), + [sym_throw_statement] = STATE(763), + [sym_try_statement] = STATE(763), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(2030), + [anon_sym_LPAREN2] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1743), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_SEMI] = ACTIONS(1979), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1982), + [anon_sym_LBRACK] = ACTIONS(1758), + [sym_primitive_type] = ACTIONS(1761), + [anon_sym_if] = ACTIONS(2033), + [anon_sym_switch] = ACTIONS(1988), + [anon_sym_case] = ACTIONS(2036), + [anon_sym_default] = ACTIONS(2039), + [anon_sym_while] = ACTIONS(2042), + [anon_sym_do] = ACTIONS(2000), + [anon_sym_for] = ACTIONS(2045), + [anon_sym_return] = ACTIONS(2006), + [anon_sym_break] = ACTIONS(2009), + [anon_sym_continue] = ACTIONS(2012), + [anon_sym_goto] = ACTIONS(2015), + [anon_sym_not] = ACTIONS(1740), + [anon_sym_compl] = ACTIONS(1740), + [anon_sym_DASH_DASH] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1797), + [anon_sym_sizeof] = ACTIONS(1800), + [sym_number_literal] = ACTIONS(1803), + [anon_sym_L_SQUOTE] = ACTIONS(1806), + [anon_sym_u_SQUOTE] = ACTIONS(1806), + [anon_sym_U_SQUOTE] = ACTIONS(1806), + [anon_sym_u8_SQUOTE] = ACTIONS(1806), + [anon_sym_SQUOTE] = ACTIONS(1806), + [anon_sym_L_DQUOTE] = ACTIONS(1809), + [anon_sym_u_DQUOTE] = ACTIONS(1809), + [anon_sym_U_DQUOTE] = ACTIONS(1809), + [anon_sym_u8_DQUOTE] = ACTIONS(1809), + [anon_sym_DQUOTE] = ACTIONS(1809), + [sym_true] = ACTIONS(1812), + [sym_false] = ACTIONS(1812), + [sym_null] = ACTIONS(1812), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1815), + [anon_sym_template] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(2018), + [anon_sym_delete] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(2021), + [anon_sym_co_return] = ACTIONS(2024), + [anon_sym_co_yield] = ACTIONS(2027), + [anon_sym_R_DQUOTE] = ACTIONS(1836), + [anon_sym_LR_DQUOTE] = ACTIONS(1836), + [anon_sym_uR_DQUOTE] = ACTIONS(1836), + [anon_sym_UR_DQUOTE] = ACTIONS(1836), + [anon_sym_u8R_DQUOTE] = ACTIONS(1836), + [anon_sym_co_await] = ACTIONS(1839), + [anon_sym_new] = ACTIONS(1842), + [anon_sym_requires] = ACTIONS(1845), + [sym_this] = ACTIONS(1812), + [sym_nullptr] = ACTIONS(1812), + }, + [210] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(629), + [sym_attributed_statement] = STATE(629), + [sym_labeled_statement] = STATE(629), + [sym_expression_statement] = STATE(629), + [sym_if_statement] = STATE(629), + [sym_switch_statement] = STATE(629), + [sym_case_statement] = STATE(629), + [sym_while_statement] = STATE(629), + [sym_do_statement] = STATE(629), + [sym_for_statement] = STATE(629), + [sym_return_statement] = STATE(629), + [sym_break_statement] = STATE(629), + [sym_continue_statement] = STATE(629), + [sym_goto_statement] = STATE(629), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(629), + [sym_co_return_statement] = STATE(629), + [sym_co_yield_statement] = STATE(629), + [sym_throw_statement] = STATE(629), + [sym_try_statement] = STATE(629), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -60888,7 +60768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -60905,90 +60785,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [210] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(711), - [sym_attributed_statement] = STATE(711), - [sym_labeled_statement] = STATE(711), - [sym_expression_statement] = STATE(711), - [sym_if_statement] = STATE(711), - [sym_switch_statement] = STATE(711), - [sym_case_statement] = STATE(711), - [sym_while_statement] = STATE(711), - [sym_do_statement] = STATE(711), - [sym_for_statement] = STATE(711), - [sym_return_statement] = STATE(711), - [sym_break_statement] = STATE(711), - [sym_continue_statement] = STATE(711), - [sym_goto_statement] = STATE(711), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(711), - [sym_co_return_statement] = STATE(711), - [sym_co_yield_statement] = STATE(711), - [sym_throw_statement] = STATE(711), - [sym_try_statement] = STATE(711), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [211] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1230), + [sym_attributed_statement] = STATE(1230), + [sym_labeled_statement] = STATE(1230), + [sym_expression_statement] = STATE(1230), + [sym_if_statement] = STATE(1230), + [sym_switch_statement] = STATE(1230), + [sym_case_statement] = STATE(1230), + [sym_while_statement] = STATE(1230), + [sym_do_statement] = STATE(1230), + [sym_for_statement] = STATE(1230), + [sym_return_statement] = STATE(1230), + [sym_break_statement] = STATE(1230), + [sym_continue_statement] = STATE(1230), + [sym_goto_statement] = STATE(1230), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1230), + [sym_co_return_statement] = STATE(1230), + [sym_co_yield_statement] = STATE(1230), + [sym_throw_statement] = STATE(1230), + [sym_try_statement] = STATE(1230), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -61010,12 +60890,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -61027,90 +60907,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [211] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(760), - [sym_attributed_statement] = STATE(765), - [sym_labeled_statement] = STATE(766), - [sym_expression_statement] = STATE(767), - [sym_if_statement] = STATE(768), - [sym_switch_statement] = STATE(769), - [sym_case_statement] = STATE(770), - [sym_while_statement] = STATE(771), - [sym_do_statement] = STATE(772), - [sym_for_statement] = STATE(773), - [sym_return_statement] = STATE(774), - [sym_break_statement] = STATE(775), - [sym_continue_statement] = STATE(776), - [sym_goto_statement] = STATE(779), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(780), - [sym_co_return_statement] = STATE(788), - [sym_co_yield_statement] = STATE(789), - [sym_throw_statement] = STATE(790), - [sym_try_statement] = STATE(791), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [212] = { + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(706), + [sym_attributed_statement] = STATE(706), + [sym_labeled_statement] = STATE(706), + [sym_expression_statement] = STATE(706), + [sym_if_statement] = STATE(706), + [sym_switch_statement] = STATE(706), + [sym_case_statement] = STATE(706), + [sym_while_statement] = STATE(706), + [sym_do_statement] = STATE(706), + [sym_for_statement] = STATE(706), + [sym_return_statement] = STATE(706), + [sym_break_statement] = STATE(706), + [sym_continue_statement] = STATE(706), + [sym_goto_statement] = STATE(706), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(706), + [sym_co_return_statement] = STATE(706), + [sym_co_yield_statement] = STATE(706), + [sym_throw_statement] = STATE(706), + [sym_try_statement] = STATE(706), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -61132,12 +61012,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -61149,90 +61029,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [212] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1255), - [sym_attributed_statement] = STATE(1255), - [sym_labeled_statement] = STATE(1255), - [sym_expression_statement] = STATE(1255), - [sym_if_statement] = STATE(1255), - [sym_switch_statement] = STATE(1255), - [sym_case_statement] = STATE(1255), - [sym_while_statement] = STATE(1255), - [sym_do_statement] = STATE(1255), - [sym_for_statement] = STATE(1255), - [sym_return_statement] = STATE(1255), - [sym_break_statement] = STATE(1255), - [sym_continue_statement] = STATE(1255), - [sym_goto_statement] = STATE(1255), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1255), - [sym_co_return_statement] = STATE(1255), - [sym_co_yield_statement] = STATE(1255), - [sym_throw_statement] = STATE(1255), - [sym_try_statement] = STATE(1255), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [213] = { + [sym_attribute_declaration] = STATE(218), + [sym_compound_statement] = STATE(6309), + [sym_attributed_statement] = STATE(6309), + [sym_labeled_statement] = STATE(6309), + [sym_expression_statement] = STATE(6309), + [sym_if_statement] = STATE(6309), + [sym_switch_statement] = STATE(6309), + [sym_case_statement] = STATE(6309), + [sym_while_statement] = STATE(6309), + [sym_do_statement] = STATE(6309), + [sym_for_statement] = STATE(6309), + [sym_return_statement] = STATE(6309), + [sym_break_statement] = STATE(6309), + [sym_continue_statement] = STATE(6309), + [sym_goto_statement] = STATE(6309), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(6309), + [sym_co_return_statement] = STATE(6309), + [sym_co_yield_statement] = STATE(6309), + [sym_throw_statement] = STATE(6309), + [sym_try_statement] = STATE(6309), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(218), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(1914), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(1918), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -61254,134 +61134,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [213] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(755), - [sym_attributed_statement] = STATE(755), - [sym_labeled_statement] = STATE(755), - [sym_expression_statement] = STATE(755), - [sym_if_statement] = STATE(755), - [sym_switch_statement] = STATE(755), - [sym_case_statement] = STATE(755), - [sym_while_statement] = STATE(755), - [sym_do_statement] = STATE(755), - [sym_for_statement] = STATE(755), - [sym_return_statement] = STATE(755), - [sym_break_statement] = STATE(755), - [sym_continue_statement] = STATE(755), - [sym_goto_statement] = STATE(755), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(755), - [sym_co_return_statement] = STATE(755), - [sym_co_yield_statement] = STATE(755), - [sym_throw_statement] = STATE(755), - [sym_try_statement] = STATE(755), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -61394,89 +61152,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [214] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(658), - [sym_attributed_statement] = STATE(658), - [sym_labeled_statement] = STATE(658), - [sym_expression_statement] = STATE(658), - [sym_if_statement] = STATE(658), - [sym_switch_statement] = STATE(658), - [sym_case_statement] = STATE(658), - [sym_while_statement] = STATE(658), - [sym_do_statement] = STATE(658), - [sym_for_statement] = STATE(658), - [sym_return_statement] = STATE(658), - [sym_break_statement] = STATE(658), - [sym_continue_statement] = STATE(658), - [sym_goto_statement] = STATE(658), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(658), - [sym_co_return_statement] = STATE(658), - [sym_co_yield_statement] = STATE(658), - [sym_throw_statement] = STATE(658), - [sym_try_statement] = STATE(658), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1274), + [sym_attributed_statement] = STATE(1274), + [sym_labeled_statement] = STATE(1274), + [sym_expression_statement] = STATE(1274), + [sym_if_statement] = STATE(1274), + [sym_switch_statement] = STATE(1274), + [sym_case_statement] = STATE(1274), + [sym_while_statement] = STATE(1274), + [sym_do_statement] = STATE(1274), + [sym_for_statement] = STATE(1274), + [sym_return_statement] = STATE(1274), + [sym_break_statement] = STATE(1274), + [sym_continue_statement] = STATE(1274), + [sym_goto_statement] = STATE(1274), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1274), + [sym_co_return_statement] = STATE(1274), + [sym_co_yield_statement] = STATE(1274), + [sym_throw_statement] = STATE(1274), + [sym_try_statement] = STATE(1274), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -61498,12 +61256,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -61516,89 +61274,211 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [215] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(758), - [sym_attributed_statement] = STATE(758), - [sym_labeled_statement] = STATE(758), - [sym_expression_statement] = STATE(758), - [sym_if_statement] = STATE(758), - [sym_switch_statement] = STATE(758), - [sym_case_statement] = STATE(758), - [sym_while_statement] = STATE(758), - [sym_do_statement] = STATE(758), - [sym_for_statement] = STATE(758), - [sym_return_statement] = STATE(758), - [sym_break_statement] = STATE(758), - [sym_continue_statement] = STATE(758), - [sym_goto_statement] = STATE(758), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(758), - [sym_co_return_statement] = STATE(758), - [sym_co_yield_statement] = STATE(758), - [sym_throw_statement] = STATE(758), - [sym_try_statement] = STATE(758), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(215), + [sym_compound_statement] = STATE(1203), + [sym_attributed_statement] = STATE(1203), + [sym_labeled_statement] = STATE(1203), + [sym_expression_statement] = STATE(1203), + [sym_if_statement] = STATE(1203), + [sym_switch_statement] = STATE(1203), + [sym_case_statement] = STATE(1203), + [sym_while_statement] = STATE(1203), + [sym_do_statement] = STATE(1203), + [sym_for_statement] = STATE(1203), + [sym_return_statement] = STATE(1203), + [sym_break_statement] = STATE(1203), + [sym_continue_statement] = STATE(1203), + [sym_goto_statement] = STATE(1203), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1203), + [sym_co_return_statement] = STATE(1203), + [sym_co_yield_statement] = STATE(1203), + [sym_throw_statement] = STATE(1203), + [sym_try_statement] = STATE(1203), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(215), + [sym_identifier] = ACTIONS(2048), + [anon_sym_LPAREN2] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1743), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_SEMI] = ACTIONS(2051), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(2054), + [anon_sym_LBRACK] = ACTIONS(1758), + [sym_primitive_type] = ACTIONS(1761), + [anon_sym_if] = ACTIONS(2057), + [anon_sym_switch] = ACTIONS(2060), + [anon_sym_case] = ACTIONS(1991), + [anon_sym_default] = ACTIONS(1994), + [anon_sym_while] = ACTIONS(2063), + [anon_sym_do] = ACTIONS(2066), + [anon_sym_for] = ACTIONS(2069), + [anon_sym_return] = ACTIONS(2072), + [anon_sym_break] = ACTIONS(2075), + [anon_sym_continue] = ACTIONS(2078), + [anon_sym_goto] = ACTIONS(2081), + [anon_sym_not] = ACTIONS(1740), + [anon_sym_compl] = ACTIONS(1740), + [anon_sym_DASH_DASH] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1797), + [anon_sym_sizeof] = ACTIONS(1800), + [sym_number_literal] = ACTIONS(1803), + [anon_sym_L_SQUOTE] = ACTIONS(1806), + [anon_sym_u_SQUOTE] = ACTIONS(1806), + [anon_sym_U_SQUOTE] = ACTIONS(1806), + [anon_sym_u8_SQUOTE] = ACTIONS(1806), + [anon_sym_SQUOTE] = ACTIONS(1806), + [anon_sym_L_DQUOTE] = ACTIONS(1809), + [anon_sym_u_DQUOTE] = ACTIONS(1809), + [anon_sym_U_DQUOTE] = ACTIONS(1809), + [anon_sym_u8_DQUOTE] = ACTIONS(1809), + [anon_sym_DQUOTE] = ACTIONS(1809), + [sym_true] = ACTIONS(1812), + [sym_false] = ACTIONS(1812), + [sym_null] = ACTIONS(1812), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1815), + [anon_sym_template] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(2084), + [anon_sym_delete] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(2087), + [anon_sym_co_return] = ACTIONS(2090), + [anon_sym_co_yield] = ACTIONS(2093), + [anon_sym_R_DQUOTE] = ACTIONS(1836), + [anon_sym_LR_DQUOTE] = ACTIONS(1836), + [anon_sym_uR_DQUOTE] = ACTIONS(1836), + [anon_sym_UR_DQUOTE] = ACTIONS(1836), + [anon_sym_u8R_DQUOTE] = ACTIONS(1836), + [anon_sym_co_await] = ACTIONS(1839), + [anon_sym_new] = ACTIONS(1842), + [anon_sym_requires] = ACTIONS(1845), + [sym_this] = ACTIONS(1812), + [sym_nullptr] = ACTIONS(1812), + }, + [216] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1233), + [sym_attributed_statement] = STATE(1233), + [sym_labeled_statement] = STATE(1233), + [sym_expression_statement] = STATE(1233), + [sym_if_statement] = STATE(1233), + [sym_switch_statement] = STATE(1233), + [sym_case_statement] = STATE(1233), + [sym_while_statement] = STATE(1233), + [sym_do_statement] = STATE(1233), + [sym_for_statement] = STATE(1233), + [sym_return_statement] = STATE(1233), + [sym_break_statement] = STATE(1233), + [sym_continue_statement] = STATE(1233), + [sym_goto_statement] = STATE(1233), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1233), + [sym_co_return_statement] = STATE(1233), + [sym_co_yield_statement] = STATE(1233), + [sym_throw_statement] = STATE(1233), + [sym_try_statement] = STATE(1233), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -61620,12 +61500,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -61637,90 +61517,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [216] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(547), - [sym_attributed_statement] = STATE(547), - [sym_labeled_statement] = STATE(547), - [sym_expression_statement] = STATE(547), - [sym_if_statement] = STATE(547), - [sym_switch_statement] = STATE(547), - [sym_case_statement] = STATE(547), - [sym_while_statement] = STATE(547), - [sym_do_statement] = STATE(547), - [sym_for_statement] = STATE(547), - [sym_return_statement] = STATE(547), - [sym_break_statement] = STATE(547), - [sym_continue_statement] = STATE(547), - [sym_goto_statement] = STATE(547), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(547), - [sym_co_return_statement] = STATE(547), - [sym_co_yield_statement] = STATE(547), - [sym_throw_statement] = STATE(547), - [sym_try_statement] = STATE(547), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [217] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1215), + [sym_attributed_statement] = STATE(1215), + [sym_labeled_statement] = STATE(1215), + [sym_expression_statement] = STATE(1215), + [sym_if_statement] = STATE(1215), + [sym_switch_statement] = STATE(1215), + [sym_case_statement] = STATE(1215), + [sym_while_statement] = STATE(1215), + [sym_do_statement] = STATE(1215), + [sym_for_statement] = STATE(1215), + [sym_return_statement] = STATE(1215), + [sym_break_statement] = STATE(1215), + [sym_continue_statement] = STATE(1215), + [sym_goto_statement] = STATE(1215), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1215), + [sym_co_return_statement] = STATE(1215), + [sym_co_yield_statement] = STATE(1215), + [sym_throw_statement] = STATE(1215), + [sym_try_statement] = STATE(1215), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -61742,12 +61622,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -61759,86 +61639,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [217] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(668), - [sym_attributed_statement] = STATE(668), - [sym_labeled_statement] = STATE(668), - [sym_expression_statement] = STATE(668), - [sym_if_statement] = STATE(668), - [sym_switch_statement] = STATE(668), - [sym_case_statement] = STATE(668), - [sym_while_statement] = STATE(668), - [sym_do_statement] = STATE(668), - [sym_for_statement] = STATE(668), - [sym_return_statement] = STATE(668), - [sym_break_statement] = STATE(668), - [sym_continue_statement] = STATE(668), - [sym_goto_statement] = STATE(668), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(668), - [sym_co_return_statement] = STATE(668), - [sym_co_yield_statement] = STATE(668), - [sym_throw_statement] = STATE(668), - [sym_try_statement] = STATE(668), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [218] = { + [sym_attribute_declaration] = STATE(205), + [sym_compound_statement] = STATE(763), + [sym_attributed_statement] = STATE(763), + [sym_labeled_statement] = STATE(763), + [sym_expression_statement] = STATE(763), + [sym_if_statement] = STATE(763), + [sym_switch_statement] = STATE(763), + [sym_case_statement] = STATE(763), + [sym_while_statement] = STATE(763), + [sym_do_statement] = STATE(763), + [sym_for_statement] = STATE(763), + [sym_return_statement] = STATE(763), + [sym_break_statement] = STATE(763), + [sym_continue_statement] = STATE(763), + [sym_goto_statement] = STATE(763), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(763), + [sym_co_return_statement] = STATE(763), + [sym_co_yield_statement] = STATE(763), + [sym_throw_statement] = STATE(763), + [sym_try_statement] = STATE(763), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(205), + [sym_identifier] = ACTIONS(1912), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), + [anon_sym_if] = ACTIONS(1914), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1916), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), + [anon_sym_for] = ACTIONS(1918), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -61864,7 +61744,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -61881,90 +61761,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [218] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(666), - [sym_attributed_statement] = STATE(666), - [sym_labeled_statement] = STATE(666), - [sym_expression_statement] = STATE(666), - [sym_if_statement] = STATE(666), - [sym_switch_statement] = STATE(666), - [sym_case_statement] = STATE(666), - [sym_while_statement] = STATE(666), - [sym_do_statement] = STATE(666), - [sym_for_statement] = STATE(666), - [sym_return_statement] = STATE(666), - [sym_break_statement] = STATE(666), - [sym_continue_statement] = STATE(666), - [sym_goto_statement] = STATE(666), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(666), - [sym_co_return_statement] = STATE(666), - [sym_co_yield_statement] = STATE(666), - [sym_throw_statement] = STATE(666), - [sym_try_statement] = STATE(666), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [219] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1212), + [sym_attributed_statement] = STATE(1212), + [sym_labeled_statement] = STATE(1212), + [sym_expression_statement] = STATE(1212), + [sym_if_statement] = STATE(1212), + [sym_switch_statement] = STATE(1212), + [sym_case_statement] = STATE(1212), + [sym_while_statement] = STATE(1212), + [sym_do_statement] = STATE(1212), + [sym_for_statement] = STATE(1212), + [sym_return_statement] = STATE(1212), + [sym_break_statement] = STATE(1212), + [sym_continue_statement] = STATE(1212), + [sym_goto_statement] = STATE(1212), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1212), + [sym_co_return_statement] = STATE(1212), + [sym_co_yield_statement] = STATE(1212), + [sym_throw_statement] = STATE(1212), + [sym_try_statement] = STATE(1212), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -61986,12 +61866,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -62003,90 +61883,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [219] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(615), - [sym_attributed_statement] = STATE(615), - [sym_labeled_statement] = STATE(615), - [sym_expression_statement] = STATE(615), - [sym_if_statement] = STATE(615), - [sym_switch_statement] = STATE(615), - [sym_case_statement] = STATE(615), - [sym_while_statement] = STATE(615), - [sym_do_statement] = STATE(615), - [sym_for_statement] = STATE(615), - [sym_return_statement] = STATE(615), - [sym_break_statement] = STATE(615), - [sym_continue_statement] = STATE(615), - [sym_goto_statement] = STATE(615), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(615), - [sym_co_return_statement] = STATE(615), - [sym_co_yield_statement] = STATE(615), - [sym_throw_statement] = STATE(615), - [sym_try_statement] = STATE(615), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [220] = { + [sym_attribute_declaration] = STATE(215), + [sym_compound_statement] = STATE(1203), + [sym_attributed_statement] = STATE(1203), + [sym_labeled_statement] = STATE(1203), + [sym_expression_statement] = STATE(1203), + [sym_if_statement] = STATE(1203), + [sym_switch_statement] = STATE(1203), + [sym_case_statement] = STATE(1203), + [sym_while_statement] = STATE(1203), + [sym_do_statement] = STATE(1203), + [sym_for_statement] = STATE(1203), + [sym_return_statement] = STATE(1203), + [sym_break_statement] = STATE(1203), + [sym_continue_statement] = STATE(1203), + [sym_goto_statement] = STATE(1203), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1203), + [sym_co_return_statement] = STATE(1203), + [sym_co_yield_statement] = STATE(1203), + [sym_throw_statement] = STATE(1203), + [sym_try_statement] = STATE(1203), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(215), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -62108,12 +61988,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -62125,90 +62005,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [220] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(614), - [sym_attributed_statement] = STATE(614), - [sym_labeled_statement] = STATE(614), - [sym_expression_statement] = STATE(614), - [sym_if_statement] = STATE(614), - [sym_switch_statement] = STATE(614), - [sym_case_statement] = STATE(614), - [sym_while_statement] = STATE(614), - [sym_do_statement] = STATE(614), - [sym_for_statement] = STATE(614), - [sym_return_statement] = STATE(614), - [sym_break_statement] = STATE(614), - [sym_continue_statement] = STATE(614), - [sym_goto_statement] = STATE(614), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(614), - [sym_co_return_statement] = STATE(614), - [sym_co_yield_statement] = STATE(614), - [sym_throw_statement] = STATE(614), - [sym_try_statement] = STATE(614), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [221] = { + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(636), + [sym_attributed_statement] = STATE(636), + [sym_labeled_statement] = STATE(636), + [sym_expression_statement] = STATE(636), + [sym_if_statement] = STATE(636), + [sym_switch_statement] = STATE(636), + [sym_case_statement] = STATE(636), + [sym_while_statement] = STATE(636), + [sym_do_statement] = STATE(636), + [sym_for_statement] = STATE(636), + [sym_return_statement] = STATE(636), + [sym_break_statement] = STATE(636), + [sym_continue_statement] = STATE(636), + [sym_goto_statement] = STATE(636), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(636), + [sym_co_return_statement] = STATE(636), + [sym_co_yield_statement] = STATE(636), + [sym_throw_statement] = STATE(636), + [sym_try_statement] = STATE(636), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -62230,12 +62110,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -62247,90 +62127,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [221] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(612), - [sym_attributed_statement] = STATE(612), - [sym_labeled_statement] = STATE(612), - [sym_expression_statement] = STATE(612), - [sym_if_statement] = STATE(612), - [sym_switch_statement] = STATE(612), - [sym_case_statement] = STATE(612), - [sym_while_statement] = STATE(612), - [sym_do_statement] = STATE(612), - [sym_for_statement] = STATE(612), - [sym_return_statement] = STATE(612), - [sym_break_statement] = STATE(612), - [sym_continue_statement] = STATE(612), - [sym_goto_statement] = STATE(612), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(612), - [sym_co_return_statement] = STATE(612), - [sym_co_yield_statement] = STATE(612), - [sym_throw_statement] = STATE(612), - [sym_try_statement] = STATE(612), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [222] = { + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(428), + [sym_attributed_statement] = STATE(428), + [sym_labeled_statement] = STATE(428), + [sym_expression_statement] = STATE(428), + [sym_if_statement] = STATE(428), + [sym_switch_statement] = STATE(428), + [sym_case_statement] = STATE(428), + [sym_while_statement] = STATE(428), + [sym_do_statement] = STATE(428), + [sym_for_statement] = STATE(428), + [sym_return_statement] = STATE(428), + [sym_break_statement] = STATE(428), + [sym_continue_statement] = STATE(428), + [sym_goto_statement] = STATE(428), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(428), + [sym_co_return_statement] = STATE(428), + [sym_co_yield_statement] = STATE(428), + [sym_throw_statement] = STATE(428), + [sym_try_statement] = STATE(428), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -62352,12 +62232,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -62369,90 +62249,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [222] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(611), - [sym_attributed_statement] = STATE(611), - [sym_labeled_statement] = STATE(611), - [sym_expression_statement] = STATE(611), - [sym_if_statement] = STATE(611), - [sym_switch_statement] = STATE(611), - [sym_case_statement] = STATE(611), - [sym_while_statement] = STATE(611), - [sym_do_statement] = STATE(611), - [sym_for_statement] = STATE(611), - [sym_return_statement] = STATE(611), - [sym_break_statement] = STATE(611), - [sym_continue_statement] = STATE(611), - [sym_goto_statement] = STATE(611), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(611), - [sym_co_return_statement] = STATE(611), - [sym_co_yield_statement] = STATE(611), - [sym_throw_statement] = STATE(611), - [sym_try_statement] = STATE(611), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [223] = { + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(688), + [sym_attributed_statement] = STATE(689), + [sym_labeled_statement] = STATE(693), + [sym_expression_statement] = STATE(694), + [sym_if_statement] = STATE(695), + [sym_switch_statement] = STATE(696), + [sym_case_statement] = STATE(697), + [sym_while_statement] = STATE(698), + [sym_do_statement] = STATE(699), + [sym_for_statement] = STATE(700), + [sym_return_statement] = STATE(701), + [sym_break_statement] = STATE(703), + [sym_continue_statement] = STATE(704), + [sym_goto_statement] = STATE(705), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(707), + [sym_co_return_statement] = STATE(708), + [sym_co_yield_statement] = STATE(709), + [sym_throw_statement] = STATE(710), + [sym_try_statement] = STATE(712), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -62474,12 +62354,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -62491,200 +62371,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [223] = { - [sym_attribute_declaration] = STATE(223), - [sym_compound_statement] = STATE(1184), - [sym_attributed_statement] = STATE(1184), - [sym_labeled_statement] = STATE(1184), - [sym_expression_statement] = STATE(1184), - [sym_if_statement] = STATE(1184), - [sym_switch_statement] = STATE(1184), - [sym_case_statement] = STATE(1184), - [sym_while_statement] = STATE(1184), - [sym_do_statement] = STATE(1184), - [sym_for_statement] = STATE(1184), - [sym_return_statement] = STATE(1184), - [sym_break_statement] = STATE(1184), - [sym_continue_statement] = STATE(1184), - [sym_goto_statement] = STATE(1184), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1184), - [sym_co_return_statement] = STATE(1184), - [sym_co_yield_statement] = STATE(1184), - [sym_throw_statement] = STATE(1184), - [sym_try_statement] = STATE(1184), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(223), - [sym_identifier] = ACTIONS(1942), - [anon_sym_LPAREN2] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1757), - [anon_sym_TILDE] = ACTIONS(1757), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_STAR] = ACTIONS(1763), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1945), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [anon_sym_LBRACE] = ACTIONS(1948), - [anon_sym_LBRACK] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1781), - [anon_sym_if] = ACTIONS(1951), - [anon_sym_switch] = ACTIONS(1954), - [anon_sym_case] = ACTIONS(1876), - [anon_sym_default] = ACTIONS(1879), - [anon_sym_while] = ACTIONS(1957), - [anon_sym_do] = ACTIONS(1960), - [anon_sym_for] = ACTIONS(1963), - [anon_sym_return] = ACTIONS(1966), - [anon_sym_break] = ACTIONS(1969), - [anon_sym_continue] = ACTIONS(1972), - [anon_sym_goto] = ACTIONS(1975), - [anon_sym_not] = ACTIONS(1760), - [anon_sym_compl] = ACTIONS(1760), - [anon_sym_DASH_DASH] = ACTIONS(1817), - [anon_sym_PLUS_PLUS] = ACTIONS(1817), - [anon_sym_sizeof] = ACTIONS(1820), - [sym_number_literal] = ACTIONS(1823), - [anon_sym_L_SQUOTE] = ACTIONS(1826), - [anon_sym_u_SQUOTE] = ACTIONS(1826), - [anon_sym_U_SQUOTE] = ACTIONS(1826), - [anon_sym_u8_SQUOTE] = ACTIONS(1826), - [anon_sym_SQUOTE] = ACTIONS(1826), - [anon_sym_L_DQUOTE] = ACTIONS(1829), - [anon_sym_u_DQUOTE] = ACTIONS(1829), - [anon_sym_U_DQUOTE] = ACTIONS(1829), - [anon_sym_u8_DQUOTE] = ACTIONS(1829), - [anon_sym_DQUOTE] = ACTIONS(1829), - [sym_true] = ACTIONS(1832), - [sym_false] = ACTIONS(1832), - [sym_null] = ACTIONS(1832), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1838), - [anon_sym_try] = ACTIONS(1978), - [anon_sym_delete] = ACTIONS(1844), - [anon_sym_throw] = ACTIONS(1981), - [anon_sym_co_return] = ACTIONS(1984), - [anon_sym_co_yield] = ACTIONS(1987), - [anon_sym_R_DQUOTE] = ACTIONS(1856), - [anon_sym_LR_DQUOTE] = ACTIONS(1856), - [anon_sym_uR_DQUOTE] = ACTIONS(1856), - [anon_sym_UR_DQUOTE] = ACTIONS(1856), - [anon_sym_u8R_DQUOTE] = ACTIONS(1856), - [anon_sym_co_await] = ACTIONS(1859), - [anon_sym_new] = ACTIONS(1862), - [anon_sym_requires] = ACTIONS(1865), - [sym_this] = ACTIONS(1832), - [sym_nullptr] = ACTIONS(1832), - }, [224] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(599), - [sym_attributed_statement] = STATE(599), - [sym_labeled_statement] = STATE(599), - [sym_expression_statement] = STATE(599), - [sym_if_statement] = STATE(599), - [sym_switch_statement] = STATE(599), - [sym_case_statement] = STATE(599), - [sym_while_statement] = STATE(599), - [sym_do_statement] = STATE(599), - [sym_for_statement] = STATE(599), - [sym_return_statement] = STATE(599), - [sym_break_statement] = STATE(599), - [sym_continue_statement] = STATE(599), - [sym_goto_statement] = STATE(599), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(599), - [sym_co_return_statement] = STATE(599), - [sym_co_yield_statement] = STATE(599), - [sym_throw_statement] = STATE(599), - [sym_try_statement] = STATE(599), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(601), + [sym_attributed_statement] = STATE(601), + [sym_labeled_statement] = STATE(601), + [sym_expression_statement] = STATE(601), + [sym_if_statement] = STATE(601), + [sym_switch_statement] = STATE(601), + [sym_case_statement] = STATE(601), + [sym_while_statement] = STATE(601), + [sym_do_statement] = STATE(601), + [sym_for_statement] = STATE(601), + [sym_return_statement] = STATE(601), + [sym_break_statement] = STATE(601), + [sym_continue_statement] = STATE(601), + [sym_goto_statement] = STATE(601), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(601), + [sym_co_return_statement] = STATE(601), + [sym_co_yield_statement] = STATE(601), + [sym_throw_statement] = STATE(601), + [sym_try_statement] = STATE(601), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), @@ -62718,7 +62476,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -62736,85 +62494,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [225] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(606), - [sym_attributed_statement] = STATE(606), - [sym_labeled_statement] = STATE(606), - [sym_expression_statement] = STATE(606), - [sym_if_statement] = STATE(606), - [sym_switch_statement] = STATE(606), - [sym_case_statement] = STATE(606), - [sym_while_statement] = STATE(606), - [sym_do_statement] = STATE(606), - [sym_for_statement] = STATE(606), - [sym_return_statement] = STATE(606), - [sym_break_statement] = STATE(606), - [sym_continue_statement] = STATE(606), - [sym_goto_statement] = STATE(606), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(606), - [sym_co_return_statement] = STATE(606), - [sym_co_yield_statement] = STATE(606), - [sym_throw_statement] = STATE(606), - [sym_try_statement] = STATE(606), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(893), + [sym_attributed_statement] = STATE(893), + [sym_labeled_statement] = STATE(893), + [sym_expression_statement] = STATE(893), + [sym_if_statement] = STATE(893), + [sym_switch_statement] = STATE(893), + [sym_case_statement] = STATE(893), + [sym_while_statement] = STATE(893), + [sym_do_statement] = STATE(893), + [sym_for_statement] = STATE(893), + [sym_return_statement] = STATE(893), + [sym_break_statement] = STATE(893), + [sym_continue_statement] = STATE(893), + [sym_goto_statement] = STATE(893), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(893), + [sym_co_return_statement] = STATE(893), + [sym_co_yield_statement] = STATE(893), + [sym_throw_statement] = STATE(893), + [sym_try_statement] = STATE(893), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -62840,7 +62598,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -62858,77 +62616,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [226] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(421), - [sym_attributed_statement] = STATE(421), - [sym_labeled_statement] = STATE(421), - [sym_expression_statement] = STATE(421), - [sym_if_statement] = STATE(421), - [sym_switch_statement] = STATE(421), - [sym_case_statement] = STATE(421), - [sym_while_statement] = STATE(421), - [sym_do_statement] = STATE(421), - [sym_for_statement] = STATE(421), - [sym_return_statement] = STATE(421), - [sym_break_statement] = STATE(421), - [sym_continue_statement] = STATE(421), - [sym_goto_statement] = STATE(421), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(421), - [sym_co_return_statement] = STATE(421), - [sym_co_yield_statement] = STATE(421), - [sym_throw_statement] = STATE(421), - [sym_try_statement] = STATE(421), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(465), + [sym_attributed_statement] = STATE(465), + [sym_labeled_statement] = STATE(465), + [sym_expression_statement] = STATE(465), + [sym_if_statement] = STATE(465), + [sym_switch_statement] = STATE(465), + [sym_case_statement] = STATE(465), + [sym_while_statement] = STATE(465), + [sym_do_statement] = STATE(465), + [sym_for_statement] = STATE(465), + [sym_return_statement] = STATE(465), + [sym_break_statement] = STATE(465), + [sym_continue_statement] = STATE(465), + [sym_goto_statement] = STATE(465), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(465), + [sym_co_return_statement] = STATE(465), + [sym_co_yield_statement] = STATE(465), + [sym_throw_statement] = STATE(465), + [sym_try_statement] = STATE(465), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(253), [anon_sym_switch] = ACTIONS(255), @@ -62962,7 +62720,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(279), @@ -62980,89 +62738,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [227] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(588), - [sym_attributed_statement] = STATE(588), - [sym_labeled_statement] = STATE(588), - [sym_expression_statement] = STATE(588), - [sym_if_statement] = STATE(588), - [sym_switch_statement] = STATE(588), - [sym_case_statement] = STATE(588), - [sym_while_statement] = STATE(588), - [sym_do_statement] = STATE(588), - [sym_for_statement] = STATE(588), - [sym_return_statement] = STATE(588), - [sym_break_statement] = STATE(588), - [sym_continue_statement] = STATE(588), - [sym_goto_statement] = STATE(588), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(588), - [sym_co_return_statement] = STATE(588), - [sym_co_yield_statement] = STATE(588), - [sym_throw_statement] = STATE(588), - [sym_try_statement] = STATE(588), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(668), + [sym_attributed_statement] = STATE(669), + [sym_labeled_statement] = STATE(670), + [sym_expression_statement] = STATE(671), + [sym_if_statement] = STATE(672), + [sym_switch_statement] = STATE(673), + [sym_case_statement] = STATE(674), + [sym_while_statement] = STATE(676), + [sym_do_statement] = STATE(677), + [sym_for_statement] = STATE(678), + [sym_return_statement] = STATE(679), + [sym_break_statement] = STATE(680), + [sym_continue_statement] = STATE(681), + [sym_goto_statement] = STATE(682), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(683), + [sym_co_return_statement] = STATE(684), + [sym_co_yield_statement] = STATE(685), + [sym_throw_statement] = STATE(686), + [sym_try_statement] = STATE(687), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -63084,12 +62842,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -63102,89 +62860,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [228] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(587), - [sym_attributed_statement] = STATE(587), - [sym_labeled_statement] = STATE(587), - [sym_expression_statement] = STATE(587), - [sym_if_statement] = STATE(587), - [sym_switch_statement] = STATE(587), - [sym_case_statement] = STATE(587), - [sym_while_statement] = STATE(587), - [sym_do_statement] = STATE(587), - [sym_for_statement] = STATE(587), - [sym_return_statement] = STATE(587), - [sym_break_statement] = STATE(587), - [sym_continue_statement] = STATE(587), - [sym_goto_statement] = STATE(587), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(587), - [sym_co_return_statement] = STATE(587), - [sym_co_yield_statement] = STATE(587), - [sym_throw_statement] = STATE(587), - [sym_try_statement] = STATE(587), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(667), + [sym_attributed_statement] = STATE(667), + [sym_labeled_statement] = STATE(667), + [sym_expression_statement] = STATE(667), + [sym_if_statement] = STATE(667), + [sym_switch_statement] = STATE(667), + [sym_case_statement] = STATE(667), + [sym_while_statement] = STATE(667), + [sym_do_statement] = STATE(667), + [sym_for_statement] = STATE(667), + [sym_return_statement] = STATE(667), + [sym_break_statement] = STATE(667), + [sym_continue_statement] = STATE(667), + [sym_goto_statement] = STATE(667), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(667), + [sym_co_return_statement] = STATE(667), + [sym_co_yield_statement] = STATE(667), + [sym_throw_statement] = STATE(667), + [sym_try_statement] = STATE(667), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -63206,12 +62964,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -63224,89 +62982,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [229] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1196), - [sym_attributed_statement] = STATE(1196), - [sym_labeled_statement] = STATE(1196), - [sym_expression_statement] = STATE(1196), - [sym_if_statement] = STATE(1196), - [sym_switch_statement] = STATE(1196), - [sym_case_statement] = STATE(1196), - [sym_while_statement] = STATE(1196), - [sym_do_statement] = STATE(1196), - [sym_for_statement] = STATE(1196), - [sym_return_statement] = STATE(1196), - [sym_break_statement] = STATE(1196), - [sym_continue_statement] = STATE(1196), - [sym_goto_statement] = STATE(1196), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1196), - [sym_co_return_statement] = STATE(1196), - [sym_co_yield_statement] = STATE(1196), - [sym_throw_statement] = STATE(1196), - [sym_try_statement] = STATE(1196), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(479), + [sym_attributed_statement] = STATE(474), + [sym_labeled_statement] = STATE(469), + [sym_expression_statement] = STATE(466), + [sym_if_statement] = STATE(460), + [sym_switch_statement] = STATE(457), + [sym_case_statement] = STATE(455), + [sym_while_statement] = STATE(451), + [sym_do_statement] = STATE(450), + [sym_for_statement] = STATE(432), + [sym_return_statement] = STATE(431), + [sym_break_statement] = STATE(427), + [sym_continue_statement] = STATE(425), + [sym_goto_statement] = STATE(421), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(418), + [sym_co_return_statement] = STATE(416), + [sym_co_yield_statement] = STATE(415), + [sym_throw_statement] = STATE(414), + [sym_try_statement] = STATE(410), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -63328,12 +63086,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -63346,89 +63104,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [230] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(6871), - [sym_attributed_statement] = STATE(6871), - [sym_labeled_statement] = STATE(6871), - [sym_expression_statement] = STATE(6871), - [sym_if_statement] = STATE(6871), - [sym_switch_statement] = STATE(6871), - [sym_case_statement] = STATE(6871), - [sym_while_statement] = STATE(6871), - [sym_do_statement] = STATE(6871), - [sym_for_statement] = STATE(6871), - [sym_return_statement] = STATE(6871), - [sym_break_statement] = STATE(6871), - [sym_continue_statement] = STATE(6871), - [sym_goto_statement] = STATE(6871), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(6871), - [sym_co_return_statement] = STATE(6871), - [sym_co_yield_statement] = STATE(6871), - [sym_throw_statement] = STATE(6871), - [sym_try_statement] = STATE(6871), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(423), + [sym_attributed_statement] = STATE(423), + [sym_labeled_statement] = STATE(423), + [sym_expression_statement] = STATE(423), + [sym_if_statement] = STATE(423), + [sym_switch_statement] = STATE(423), + [sym_case_statement] = STATE(423), + [sym_while_statement] = STATE(423), + [sym_do_statement] = STATE(423), + [sym_for_statement] = STATE(423), + [sym_return_statement] = STATE(423), + [sym_break_statement] = STATE(423), + [sym_continue_statement] = STATE(423), + [sym_goto_statement] = STATE(423), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(423), + [sym_co_return_statement] = STATE(423), + [sym_co_yield_statement] = STATE(423), + [sym_throw_statement] = STATE(423), + [sym_try_statement] = STATE(423), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -63450,12 +63208,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -63468,85 +63226,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [231] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(586), - [sym_attributed_statement] = STATE(584), - [sym_labeled_statement] = STATE(583), - [sym_expression_statement] = STATE(582), - [sym_if_statement] = STATE(581), - [sym_switch_statement] = STATE(580), - [sym_case_statement] = STATE(577), - [sym_while_statement] = STATE(575), - [sym_do_statement] = STATE(574), - [sym_for_statement] = STATE(573), - [sym_return_statement] = STATE(572), - [sym_break_statement] = STATE(571), - [sym_continue_statement] = STATE(570), - [sym_goto_statement] = STATE(569), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(568), - [sym_co_return_statement] = STATE(567), - [sym_co_yield_statement] = STATE(565), - [sym_throw_statement] = STATE(564), - [sym_try_statement] = STATE(563), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(882), + [sym_attributed_statement] = STATE(882), + [sym_labeled_statement] = STATE(882), + [sym_expression_statement] = STATE(882), + [sym_if_statement] = STATE(882), + [sym_switch_statement] = STATE(882), + [sym_case_statement] = STATE(882), + [sym_while_statement] = STATE(882), + [sym_do_statement] = STATE(882), + [sym_for_statement] = STATE(882), + [sym_return_statement] = STATE(882), + [sym_break_statement] = STATE(882), + [sym_continue_statement] = STATE(882), + [sym_goto_statement] = STATE(882), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(882), + [sym_co_return_statement] = STATE(882), + [sym_co_yield_statement] = STATE(882), + [sym_throw_statement] = STATE(882), + [sym_try_statement] = STATE(882), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -63572,7 +63330,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -63590,211 +63348,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [232] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(777), - [sym_attributed_statement] = STATE(777), - [sym_labeled_statement] = STATE(777), - [sym_expression_statement] = STATE(777), - [sym_if_statement] = STATE(777), - [sym_switch_statement] = STATE(777), - [sym_case_statement] = STATE(777), - [sym_while_statement] = STATE(777), - [sym_do_statement] = STATE(777), - [sym_for_statement] = STATE(777), - [sym_return_statement] = STATE(777), - [sym_break_statement] = STATE(777), - [sym_continue_statement] = STATE(777), - [sym_goto_statement] = STATE(777), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(777), - [sym_co_return_statement] = STATE(777), - [sym_co_yield_statement] = STATE(777), - [sym_throw_statement] = STATE(777), - [sym_try_statement] = STATE(777), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [sym_identifier] = ACTIONS(1990), - [anon_sym_LPAREN2] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1757), - [anon_sym_TILDE] = ACTIONS(1757), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_STAR] = ACTIONS(1763), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1993), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [anon_sym_LBRACE] = ACTIONS(1996), - [anon_sym_LBRACK] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1781), - [anon_sym_if] = ACTIONS(1999), - [anon_sym_switch] = ACTIONS(2002), - [anon_sym_case] = ACTIONS(2005), - [anon_sym_default] = ACTIONS(2008), - [anon_sym_while] = ACTIONS(2011), - [anon_sym_do] = ACTIONS(2014), - [anon_sym_for] = ACTIONS(2017), - [anon_sym_return] = ACTIONS(2020), - [anon_sym_break] = ACTIONS(2023), - [anon_sym_continue] = ACTIONS(2026), - [anon_sym_goto] = ACTIONS(2029), - [anon_sym_not] = ACTIONS(1760), - [anon_sym_compl] = ACTIONS(1760), - [anon_sym_DASH_DASH] = ACTIONS(1817), - [anon_sym_PLUS_PLUS] = ACTIONS(1817), - [anon_sym_sizeof] = ACTIONS(1820), - [sym_number_literal] = ACTIONS(1823), - [anon_sym_L_SQUOTE] = ACTIONS(1826), - [anon_sym_u_SQUOTE] = ACTIONS(1826), - [anon_sym_U_SQUOTE] = ACTIONS(1826), - [anon_sym_u8_SQUOTE] = ACTIONS(1826), - [anon_sym_SQUOTE] = ACTIONS(1826), - [anon_sym_L_DQUOTE] = ACTIONS(1829), - [anon_sym_u_DQUOTE] = ACTIONS(1829), - [anon_sym_U_DQUOTE] = ACTIONS(1829), - [anon_sym_u8_DQUOTE] = ACTIONS(1829), - [anon_sym_DQUOTE] = ACTIONS(1829), - [sym_true] = ACTIONS(1832), - [sym_false] = ACTIONS(1832), - [sym_null] = ACTIONS(1832), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1838), - [anon_sym_try] = ACTIONS(2032), - [anon_sym_delete] = ACTIONS(1844), - [anon_sym_throw] = ACTIONS(2035), - [anon_sym_co_return] = ACTIONS(2038), - [anon_sym_co_yield] = ACTIONS(2041), - [anon_sym_R_DQUOTE] = ACTIONS(1856), - [anon_sym_LR_DQUOTE] = ACTIONS(1856), - [anon_sym_uR_DQUOTE] = ACTIONS(1856), - [anon_sym_UR_DQUOTE] = ACTIONS(1856), - [anon_sym_u8R_DQUOTE] = ACTIONS(1856), - [anon_sym_co_await] = ACTIONS(1859), - [anon_sym_new] = ACTIONS(1862), - [anon_sym_requires] = ACTIONS(1865), - [sym_this] = ACTIONS(1832), - [sym_nullptr] = ACTIONS(1832), - }, - [233] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(562), - [sym_attributed_statement] = STATE(561), - [sym_labeled_statement] = STATE(560), - [sym_expression_statement] = STATE(559), - [sym_if_statement] = STATE(558), - [sym_switch_statement] = STATE(557), - [sym_case_statement] = STATE(556), - [sym_while_statement] = STATE(554), - [sym_do_statement] = STATE(553), - [sym_for_statement] = STATE(551), - [sym_return_statement] = STATE(550), - [sym_break_statement] = STATE(549), - [sym_continue_statement] = STATE(698), - [sym_goto_statement] = STATE(596), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(595), - [sym_co_return_statement] = STATE(594), - [sym_co_yield_statement] = STATE(593), - [sym_throw_statement] = STATE(592), - [sym_try_statement] = STATE(591), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(439), + [sym_attributed_statement] = STATE(444), + [sym_labeled_statement] = STATE(345), + [sym_expression_statement] = STATE(346), + [sym_if_statement] = STATE(449), + [sym_switch_statement] = STATE(453), + [sym_case_statement] = STATE(456), + [sym_while_statement] = STATE(459), + [sym_do_statement] = STATE(470), + [sym_for_statement] = STATE(471), + [sym_return_statement] = STATE(472), + [sym_break_statement] = STATE(473), + [sym_continue_statement] = STATE(475), + [sym_goto_statement] = STATE(476), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(478), + [sym_co_return_statement] = STATE(481), + [sym_co_yield_statement] = STATE(482), + [sym_throw_statement] = STATE(483), + [sym_try_statement] = STATE(484), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -63816,12 +63452,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -63833,90 +63469,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [234] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1264), - [sym_attributed_statement] = STATE(1264), - [sym_labeled_statement] = STATE(1264), - [sym_expression_statement] = STATE(1264), - [sym_if_statement] = STATE(1264), - [sym_switch_statement] = STATE(1264), - [sym_case_statement] = STATE(1264), - [sym_while_statement] = STATE(1264), - [sym_do_statement] = STATE(1264), - [sym_for_statement] = STATE(1264), - [sym_return_statement] = STATE(1264), - [sym_break_statement] = STATE(1264), - [sym_continue_statement] = STATE(1264), - [sym_goto_statement] = STATE(1264), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1264), - [sym_co_return_statement] = STATE(1264), - [sym_co_yield_statement] = STATE(1264), - [sym_throw_statement] = STATE(1264), - [sym_try_statement] = STATE(1264), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [233] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(881), + [sym_attributed_statement] = STATE(881), + [sym_labeled_statement] = STATE(881), + [sym_expression_statement] = STATE(881), + [sym_if_statement] = STATE(881), + [sym_switch_statement] = STATE(881), + [sym_case_statement] = STATE(881), + [sym_while_statement] = STATE(881), + [sym_do_statement] = STATE(881), + [sym_for_statement] = STATE(881), + [sym_return_statement] = STATE(881), + [sym_break_statement] = STATE(881), + [sym_continue_statement] = STATE(881), + [sym_goto_statement] = STATE(881), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(881), + [sym_co_return_statement] = STATE(881), + [sym_co_yield_statement] = STATE(881), + [sym_throw_statement] = STATE(881), + [sym_try_statement] = STATE(881), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(71), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(83), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -63938,12 +63574,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -63955,90 +63591,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [235] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1272), - [sym_attributed_statement] = STATE(1272), - [sym_labeled_statement] = STATE(1272), - [sym_expression_statement] = STATE(1272), - [sym_if_statement] = STATE(1272), - [sym_switch_statement] = STATE(1272), - [sym_case_statement] = STATE(1272), - [sym_while_statement] = STATE(1272), - [sym_do_statement] = STATE(1272), - [sym_for_statement] = STATE(1272), - [sym_return_statement] = STATE(1272), - [sym_break_statement] = STATE(1272), - [sym_continue_statement] = STATE(1272), - [sym_goto_statement] = STATE(1272), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1272), - [sym_co_return_statement] = STATE(1272), - [sym_co_yield_statement] = STATE(1272), - [sym_throw_statement] = STATE(1272), - [sym_try_statement] = STATE(1272), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [234] = { + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(443), + [sym_attributed_statement] = STATE(443), + [sym_labeled_statement] = STATE(443), + [sym_expression_statement] = STATE(443), + [sym_if_statement] = STATE(443), + [sym_switch_statement] = STATE(443), + [sym_case_statement] = STATE(443), + [sym_while_statement] = STATE(443), + [sym_do_statement] = STATE(443), + [sym_for_statement] = STATE(443), + [sym_return_statement] = STATE(443), + [sym_break_statement] = STATE(443), + [sym_continue_statement] = STATE(443), + [sym_goto_statement] = STATE(443), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(443), + [sym_co_return_statement] = STATE(443), + [sym_co_yield_statement] = STATE(443), + [sym_throw_statement] = STATE(443), + [sym_try_statement] = STATE(443), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -64060,12 +63696,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -64077,86 +63713,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [236] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(6686), - [sym_attributed_statement] = STATE(6686), - [sym_labeled_statement] = STATE(6686), - [sym_expression_statement] = STATE(6686), - [sym_if_statement] = STATE(6686), - [sym_switch_statement] = STATE(6686), - [sym_case_statement] = STATE(6686), - [sym_while_statement] = STATE(6686), - [sym_do_statement] = STATE(6686), - [sym_for_statement] = STATE(6686), - [sym_return_statement] = STATE(6686), - [sym_break_statement] = STATE(6686), - [sym_continue_statement] = STATE(6686), - [sym_goto_statement] = STATE(6686), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(6686), - [sym_co_return_statement] = STATE(6686), - [sym_co_yield_statement] = STATE(6686), - [sym_throw_statement] = STATE(6686), - [sym_try_statement] = STATE(6686), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [235] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(880), + [sym_attributed_statement] = STATE(880), + [sym_labeled_statement] = STATE(880), + [sym_expression_statement] = STATE(880), + [sym_if_statement] = STATE(880), + [sym_switch_statement] = STATE(880), + [sym_case_statement] = STATE(880), + [sym_while_statement] = STATE(880), + [sym_do_statement] = STATE(880), + [sym_for_statement] = STATE(880), + [sym_return_statement] = STATE(880), + [sym_break_statement] = STATE(880), + [sym_continue_statement] = STATE(880), + [sym_goto_statement] = STATE(880), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(880), + [sym_co_return_statement] = STATE(880), + [sym_co_yield_statement] = STATE(880), + [sym_throw_statement] = STATE(880), + [sym_try_statement] = STATE(880), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -64182,7 +63818,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -64199,90 +63835,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [237] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(748), - [sym_attributed_statement] = STATE(748), - [sym_labeled_statement] = STATE(748), - [sym_expression_statement] = STATE(748), - [sym_if_statement] = STATE(748), - [sym_switch_statement] = STATE(748), - [sym_case_statement] = STATE(748), - [sym_while_statement] = STATE(748), - [sym_do_statement] = STATE(748), - [sym_for_statement] = STATE(748), - [sym_return_statement] = STATE(748), - [sym_break_statement] = STATE(748), - [sym_continue_statement] = STATE(748), - [sym_goto_statement] = STATE(748), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(748), - [sym_co_return_statement] = STATE(748), - [sym_co_yield_statement] = STATE(748), - [sym_throw_statement] = STATE(748), - [sym_try_statement] = STATE(748), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [236] = { + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(437), + [sym_attributed_statement] = STATE(437), + [sym_labeled_statement] = STATE(437), + [sym_expression_statement] = STATE(437), + [sym_if_statement] = STATE(437), + [sym_switch_statement] = STATE(437), + [sym_case_statement] = STATE(437), + [sym_while_statement] = STATE(437), + [sym_do_statement] = STATE(437), + [sym_for_statement] = STATE(437), + [sym_return_statement] = STATE(437), + [sym_break_statement] = STATE(437), + [sym_continue_statement] = STATE(437), + [sym_goto_statement] = STATE(437), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(437), + [sym_co_return_statement] = STATE(437), + [sym_co_yield_statement] = STATE(437), + [sym_throw_statement] = STATE(437), + [sym_try_statement] = STATE(437), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -64304,12 +63940,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -64321,8 +63957,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [238] = { - [sym_attribute_declaration] = STATE(155), + [237] = { + [sym_attribute_declaration] = STATE(146), [sym_compound_statement] = STATE(590), [sym_attributed_statement] = STATE(590), [sym_labeled_statement] = STATE(590), @@ -64337,74 +63973,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(590), [sym_continue_statement] = STATE(590), [sym_goto_statement] = STATE(590), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), [sym_for_range_loop] = STATE(590), [sym_co_return_statement] = STATE(590), [sym_co_yield_statement] = STATE(590), [sym_throw_statement] = STATE(590), [sym_try_statement] = STATE(590), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -64426,12 +64062,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -64443,8 +64079,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [239] = { - [sym_attribute_declaration] = STATE(155), + [238] = { + [sym_attribute_declaration] = STATE(146), [sym_compound_statement] = STATE(589), [sym_attributed_statement] = STATE(589), [sym_labeled_statement] = STATE(589), @@ -64459,74 +64095,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(589), [sym_continue_statement] = STATE(589), [sym_goto_statement] = STATE(589), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), [sym_for_range_loop] = STATE(589), [sym_co_return_statement] = STATE(589), [sym_co_yield_statement] = STATE(589), [sym_throw_statement] = STATE(589), [sym_try_statement] = STATE(589), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -64548,12 +64184,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -64565,212 +64201,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [240] = { - [sym_attribute_declaration] = STATE(240), - [sym_compound_statement] = STATE(370), - [sym_attributed_statement] = STATE(370), - [sym_labeled_statement] = STATE(370), - [sym_expression_statement] = STATE(370), - [sym_if_statement] = STATE(370), - [sym_switch_statement] = STATE(370), - [sym_case_statement] = STATE(370), - [sym_while_statement] = STATE(370), - [sym_do_statement] = STATE(370), - [sym_for_statement] = STATE(370), - [sym_return_statement] = STATE(370), - [sym_break_statement] = STATE(370), - [sym_continue_statement] = STATE(370), - [sym_goto_statement] = STATE(370), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(370), - [sym_co_return_statement] = STATE(370), - [sym_co_yield_statement] = STATE(370), - [sym_throw_statement] = STATE(370), - [sym_try_statement] = STATE(370), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(240), - [sym_identifier] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1757), - [anon_sym_TILDE] = ACTIONS(1757), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_STAR] = ACTIONS(1763), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(2047), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [anon_sym_LBRACE] = ACTIONS(2050), - [anon_sym_LBRACK] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1781), - [anon_sym_if] = ACTIONS(2053), - [anon_sym_switch] = ACTIONS(2056), - [anon_sym_case] = ACTIONS(2059), - [anon_sym_default] = ACTIONS(2062), - [anon_sym_while] = ACTIONS(2065), - [anon_sym_do] = ACTIONS(2068), - [anon_sym_for] = ACTIONS(2071), - [anon_sym_return] = ACTIONS(2074), - [anon_sym_break] = ACTIONS(2077), - [anon_sym_continue] = ACTIONS(2080), - [anon_sym_goto] = ACTIONS(2083), - [anon_sym_not] = ACTIONS(1760), - [anon_sym_compl] = ACTIONS(1760), - [anon_sym_DASH_DASH] = ACTIONS(1817), - [anon_sym_PLUS_PLUS] = ACTIONS(1817), - [anon_sym_sizeof] = ACTIONS(1820), - [sym_number_literal] = ACTIONS(1823), - [anon_sym_L_SQUOTE] = ACTIONS(1826), - [anon_sym_u_SQUOTE] = ACTIONS(1826), - [anon_sym_U_SQUOTE] = ACTIONS(1826), - [anon_sym_u8_SQUOTE] = ACTIONS(1826), - [anon_sym_SQUOTE] = ACTIONS(1826), - [anon_sym_L_DQUOTE] = ACTIONS(1829), - [anon_sym_u_DQUOTE] = ACTIONS(1829), - [anon_sym_U_DQUOTE] = ACTIONS(1829), - [anon_sym_u8_DQUOTE] = ACTIONS(1829), - [anon_sym_DQUOTE] = ACTIONS(1829), - [sym_true] = ACTIONS(1832), - [sym_false] = ACTIONS(1832), - [sym_null] = ACTIONS(1832), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1838), - [anon_sym_try] = ACTIONS(2086), - [anon_sym_delete] = ACTIONS(1844), - [anon_sym_throw] = ACTIONS(2089), - [anon_sym_co_return] = ACTIONS(2092), - [anon_sym_co_yield] = ACTIONS(2095), - [anon_sym_R_DQUOTE] = ACTIONS(1856), - [anon_sym_LR_DQUOTE] = ACTIONS(1856), - [anon_sym_uR_DQUOTE] = ACTIONS(1856), - [anon_sym_UR_DQUOTE] = ACTIONS(1856), - [anon_sym_u8R_DQUOTE] = ACTIONS(1856), - [anon_sym_co_await] = ACTIONS(1859), - [anon_sym_new] = ACTIONS(1862), - [anon_sym_requires] = ACTIONS(1865), - [sym_this] = ACTIONS(1832), - [sym_nullptr] = ACTIONS(1832), - }, - [241] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1212), - [sym_attributed_statement] = STATE(1156), - [sym_labeled_statement] = STATE(1160), - [sym_expression_statement] = STATE(1162), - [sym_if_statement] = STATE(1176), - [sym_switch_statement] = STATE(1177), - [sym_case_statement] = STATE(1185), - [sym_while_statement] = STATE(1186), - [sym_do_statement] = STATE(1188), - [sym_for_statement] = STATE(1191), - [sym_return_statement] = STATE(1193), - [sym_break_statement] = STATE(1194), - [sym_continue_statement] = STATE(1195), - [sym_goto_statement] = STATE(1197), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1201), - [sym_co_return_statement] = STATE(1204), - [sym_co_yield_statement] = STATE(1206), - [sym_throw_statement] = STATE(1208), - [sym_try_statement] = STATE(1209), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [239] = { + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(375), + [sym_attributed_statement] = STATE(375), + [sym_labeled_statement] = STATE(375), + [sym_expression_statement] = STATE(375), + [sym_if_statement] = STATE(375), + [sym_switch_statement] = STATE(375), + [sym_case_statement] = STATE(375), + [sym_while_statement] = STATE(375), + [sym_do_statement] = STATE(375), + [sym_for_statement] = STATE(375), + [sym_return_statement] = STATE(375), + [sym_break_statement] = STATE(375), + [sym_continue_statement] = STATE(375), + [sym_goto_statement] = STATE(375), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(375), + [sym_co_return_statement] = STATE(375), + [sym_co_yield_statement] = STATE(375), + [sym_throw_statement] = STATE(375), + [sym_try_statement] = STATE(375), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -64792,12 +64306,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -64809,90 +64323,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [242] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1279), - [sym_attributed_statement] = STATE(1279), - [sym_labeled_statement] = STATE(1279), - [sym_expression_statement] = STATE(1279), - [sym_if_statement] = STATE(1279), - [sym_switch_statement] = STATE(1279), - [sym_case_statement] = STATE(1279), - [sym_while_statement] = STATE(1279), - [sym_do_statement] = STATE(1279), - [sym_for_statement] = STATE(1279), - [sym_return_statement] = STATE(1279), - [sym_break_statement] = STATE(1279), - [sym_continue_statement] = STATE(1279), - [sym_goto_statement] = STATE(1279), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1279), - [sym_co_return_statement] = STATE(1279), - [sym_co_yield_statement] = STATE(1279), - [sym_throw_statement] = STATE(1279), - [sym_try_statement] = STATE(1279), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [240] = { + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(588), + [sym_attributed_statement] = STATE(588), + [sym_labeled_statement] = STATE(588), + [sym_expression_statement] = STATE(588), + [sym_if_statement] = STATE(588), + [sym_switch_statement] = STATE(588), + [sym_case_statement] = STATE(588), + [sym_while_statement] = STATE(588), + [sym_do_statement] = STATE(588), + [sym_for_statement] = STATE(588), + [sym_return_statement] = STATE(588), + [sym_break_statement] = STATE(588), + [sym_continue_statement] = STATE(588), + [sym_goto_statement] = STATE(588), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(588), + [sym_co_return_statement] = STATE(588), + [sym_co_yield_statement] = STATE(588), + [sym_throw_statement] = STATE(588), + [sym_try_statement] = STATE(588), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -64914,12 +64428,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -64931,90 +64445,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [243] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1215), - [sym_attributed_statement] = STATE(1218), - [sym_labeled_statement] = STATE(1227), - [sym_expression_statement] = STATE(1228), - [sym_if_statement] = STATE(1229), - [sym_switch_statement] = STATE(1230), - [sym_case_statement] = STATE(1234), - [sym_while_statement] = STATE(1239), - [sym_do_statement] = STATE(1243), - [sym_for_statement] = STATE(1248), - [sym_return_statement] = STATE(1258), - [sym_break_statement] = STATE(1261), - [sym_continue_statement] = STATE(1266), - [sym_goto_statement] = STATE(1271), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1275), - [sym_co_return_statement] = STATE(1244), - [sym_co_yield_statement] = STATE(1240), - [sym_throw_statement] = STATE(1238), - [sym_try_statement] = STATE(1221), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [241] = { + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(664), + [sym_attributed_statement] = STATE(664), + [sym_labeled_statement] = STATE(664), + [sym_expression_statement] = STATE(664), + [sym_if_statement] = STATE(664), + [sym_switch_statement] = STATE(664), + [sym_case_statement] = STATE(664), + [sym_while_statement] = STATE(664), + [sym_do_statement] = STATE(664), + [sym_for_statement] = STATE(664), + [sym_return_statement] = STATE(664), + [sym_break_statement] = STATE(664), + [sym_continue_statement] = STATE(664), + [sym_goto_statement] = STATE(664), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(664), + [sym_co_return_statement] = STATE(664), + [sym_co_yield_statement] = STATE(664), + [sym_throw_statement] = STATE(664), + [sym_try_statement] = STATE(664), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -65036,12 +64550,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -65053,90 +64567,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [244] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1278), - [sym_attributed_statement] = STATE(1278), - [sym_labeled_statement] = STATE(1278), - [sym_expression_statement] = STATE(1278), - [sym_if_statement] = STATE(1278), - [sym_switch_statement] = STATE(1278), - [sym_case_statement] = STATE(1278), - [sym_while_statement] = STATE(1278), - [sym_do_statement] = STATE(1278), - [sym_for_statement] = STATE(1278), - [sym_return_statement] = STATE(1278), - [sym_break_statement] = STATE(1278), - [sym_continue_statement] = STATE(1278), - [sym_goto_statement] = STATE(1278), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1278), - [sym_co_return_statement] = STATE(1278), - [sym_co_yield_statement] = STATE(1278), - [sym_throw_statement] = STATE(1278), - [sym_try_statement] = STATE(1278), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [242] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(876), + [sym_attributed_statement] = STATE(876), + [sym_labeled_statement] = STATE(876), + [sym_expression_statement] = STATE(876), + [sym_if_statement] = STATE(876), + [sym_switch_statement] = STATE(876), + [sym_case_statement] = STATE(876), + [sym_while_statement] = STATE(876), + [sym_do_statement] = STATE(876), + [sym_for_statement] = STATE(876), + [sym_return_statement] = STATE(876), + [sym_break_statement] = STATE(876), + [sym_continue_statement] = STATE(876), + [sym_goto_statement] = STATE(876), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(876), + [sym_co_return_statement] = STATE(876), + [sym_co_yield_statement] = STATE(876), + [sym_throw_statement] = STATE(876), + [sym_try_statement] = STATE(876), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(71), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(83), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -65158,12 +64672,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -65175,86 +64689,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [245] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(598), - [sym_attributed_statement] = STATE(601), - [sym_labeled_statement] = STATE(602), - [sym_expression_statement] = STATE(603), - [sym_if_statement] = STATE(604), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(608), - [sym_while_statement] = STATE(609), - [sym_do_statement] = STATE(613), - [sym_for_statement] = STATE(616), - [sym_return_statement] = STATE(617), - [sym_break_statement] = STATE(618), - [sym_continue_statement] = STATE(619), - [sym_goto_statement] = STATE(620), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(621), - [sym_co_return_statement] = STATE(622), - [sym_co_yield_statement] = STATE(623), - [sym_throw_statement] = STATE(626), - [sym_try_statement] = STATE(627), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [243] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(821), + [sym_attributed_statement] = STATE(821), + [sym_labeled_statement] = STATE(821), + [sym_expression_statement] = STATE(821), + [sym_if_statement] = STATE(821), + [sym_switch_statement] = STATE(821), + [sym_case_statement] = STATE(821), + [sym_while_statement] = STATE(821), + [sym_do_statement] = STATE(821), + [sym_for_statement] = STATE(821), + [sym_return_statement] = STATE(821), + [sym_break_statement] = STATE(821), + [sym_continue_statement] = STATE(821), + [sym_goto_statement] = STATE(821), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(821), + [sym_co_return_statement] = STATE(821), + [sym_co_yield_statement] = STATE(821), + [sym_throw_statement] = STATE(821), + [sym_try_statement] = STATE(821), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -65280,7 +64794,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -65297,90 +64811,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [246] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1276), - [sym_attributed_statement] = STATE(1276), - [sym_labeled_statement] = STATE(1276), - [sym_expression_statement] = STATE(1276), - [sym_if_statement] = STATE(1276), - [sym_switch_statement] = STATE(1276), - [sym_case_statement] = STATE(1276), - [sym_while_statement] = STATE(1276), - [sym_do_statement] = STATE(1276), - [sym_for_statement] = STATE(1276), - [sym_return_statement] = STATE(1276), - [sym_break_statement] = STATE(1276), - [sym_continue_statement] = STATE(1276), - [sym_goto_statement] = STATE(1276), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1276), - [sym_co_return_statement] = STATE(1276), - [sym_co_yield_statement] = STATE(1276), - [sym_throw_statement] = STATE(1276), - [sym_try_statement] = STATE(1276), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [244] = { + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(663), + [sym_attributed_statement] = STATE(663), + [sym_labeled_statement] = STATE(663), + [sym_expression_statement] = STATE(663), + [sym_if_statement] = STATE(663), + [sym_switch_statement] = STATE(663), + [sym_case_statement] = STATE(663), + [sym_while_statement] = STATE(663), + [sym_do_statement] = STATE(663), + [sym_for_statement] = STATE(663), + [sym_return_statement] = STATE(663), + [sym_break_statement] = STATE(663), + [sym_continue_statement] = STATE(663), + [sym_goto_statement] = STATE(663), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(663), + [sym_co_return_statement] = STATE(663), + [sym_co_yield_statement] = STATE(663), + [sym_throw_statement] = STATE(663), + [sym_try_statement] = STATE(663), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -65402,12 +64916,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -65419,90 +64933,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [247] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(747), - [sym_attributed_statement] = STATE(747), - [sym_labeled_statement] = STATE(747), - [sym_expression_statement] = STATE(747), - [sym_if_statement] = STATE(747), - [sym_switch_statement] = STATE(747), - [sym_case_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_do_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_return_statement] = STATE(747), - [sym_break_statement] = STATE(747), - [sym_continue_statement] = STATE(747), - [sym_goto_statement] = STATE(747), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(747), - [sym_co_return_statement] = STATE(747), - [sym_co_yield_statement] = STATE(747), - [sym_throw_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [245] = { + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(357), + [sym_attributed_statement] = STATE(358), + [sym_labeled_statement] = STATE(360), + [sym_expression_statement] = STATE(362), + [sym_if_statement] = STATE(364), + [sym_switch_statement] = STATE(366), + [sym_case_statement] = STATE(373), + [sym_while_statement] = STATE(380), + [sym_do_statement] = STATE(381), + [sym_for_statement] = STATE(382), + [sym_return_statement] = STATE(383), + [sym_break_statement] = STATE(388), + [sym_continue_statement] = STATE(389), + [sym_goto_statement] = STATE(391), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(393), + [sym_co_return_statement] = STATE(395), + [sym_co_yield_statement] = STATE(349), + [sym_throw_statement] = STATE(350), + [sym_try_statement] = STATE(352), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -65524,12 +65038,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -65541,90 +65055,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [248] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1203), - [sym_attributed_statement] = STATE(1203), - [sym_labeled_statement] = STATE(1203), - [sym_expression_statement] = STATE(1203), - [sym_if_statement] = STATE(1203), - [sym_switch_statement] = STATE(1203), - [sym_case_statement] = STATE(1203), - [sym_while_statement] = STATE(1203), - [sym_do_statement] = STATE(1203), - [sym_for_statement] = STATE(1203), - [sym_return_statement] = STATE(1203), - [sym_break_statement] = STATE(1203), - [sym_continue_statement] = STATE(1203), - [sym_goto_statement] = STATE(1203), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1203), - [sym_co_return_statement] = STATE(1203), - [sym_co_yield_statement] = STATE(1203), - [sym_throw_statement] = STATE(1203), - [sym_try_statement] = STATE(1203), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [246] = { + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(353), + [sym_attributed_statement] = STATE(355), + [sym_labeled_statement] = STATE(356), + [sym_expression_statement] = STATE(363), + [sym_if_statement] = STATE(365), + [sym_switch_statement] = STATE(367), + [sym_case_statement] = STATE(368), + [sym_while_statement] = STATE(371), + [sym_do_statement] = STATE(376), + [sym_for_statement] = STATE(377), + [sym_return_statement] = STATE(378), + [sym_break_statement] = STATE(387), + [sym_continue_statement] = STATE(397), + [sym_goto_statement] = STATE(406), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(408), + [sym_co_return_statement] = STATE(411), + [sym_co_yield_statement] = STATE(413), + [sym_throw_statement] = STATE(359), + [sym_try_statement] = STATE(422), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -65646,12 +65160,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -65663,90 +65177,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [249] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(784), - [sym_attributed_statement] = STATE(784), - [sym_labeled_statement] = STATE(784), - [sym_expression_statement] = STATE(784), - [sym_if_statement] = STATE(784), - [sym_switch_statement] = STATE(784), - [sym_case_statement] = STATE(784), - [sym_while_statement] = STATE(784), - [sym_do_statement] = STATE(784), - [sym_for_statement] = STATE(784), - [sym_return_statement] = STATE(784), - [sym_break_statement] = STATE(784), - [sym_continue_statement] = STATE(784), - [sym_goto_statement] = STATE(784), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(784), - [sym_co_return_statement] = STATE(784), - [sym_co_yield_statement] = STATE(784), - [sym_throw_statement] = STATE(784), - [sym_try_statement] = STATE(784), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [247] = { + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(772), + [sym_attributed_statement] = STATE(772), + [sym_labeled_statement] = STATE(772), + [sym_expression_statement] = STATE(772), + [sym_if_statement] = STATE(772), + [sym_switch_statement] = STATE(772), + [sym_case_statement] = STATE(772), + [sym_while_statement] = STATE(772), + [sym_do_statement] = STATE(772), + [sym_for_statement] = STATE(772), + [sym_return_statement] = STATE(772), + [sym_break_statement] = STATE(772), + [sym_continue_statement] = STATE(772), + [sym_goto_statement] = STATE(772), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(772), + [sym_co_return_statement] = STATE(772), + [sym_co_yield_statement] = STATE(772), + [sym_throw_statement] = STATE(772), + [sym_try_statement] = STATE(772), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -65768,12 +65282,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -65785,86 +65299,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [250] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(628), - [sym_attributed_statement] = STATE(629), - [sym_labeled_statement] = STATE(630), - [sym_expression_statement] = STATE(632), - [sym_if_statement] = STATE(633), - [sym_switch_statement] = STATE(634), - [sym_case_statement] = STATE(636), - [sym_while_statement] = STATE(637), - [sym_do_statement] = STATE(638), - [sym_for_statement] = STATE(639), - [sym_return_statement] = STATE(640), - [sym_break_statement] = STATE(641), - [sym_continue_statement] = STATE(643), - [sym_goto_statement] = STATE(644), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(646), - [sym_co_return_statement] = STATE(647), - [sym_co_yield_statement] = STATE(650), - [sym_throw_statement] = STATE(651), - [sym_try_statement] = STATE(652), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1733), - [anon_sym_LPAREN2] = ACTIONS(1121), + [248] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(875), + [sym_attributed_statement] = STATE(875), + [sym_labeled_statement] = STATE(875), + [sym_expression_statement] = STATE(875), + [sym_if_statement] = STATE(875), + [sym_switch_statement] = STATE(875), + [sym_case_statement] = STATE(875), + [sym_while_statement] = STATE(875), + [sym_do_statement] = STATE(875), + [sym_for_statement] = STATE(875), + [sym_return_statement] = STATE(875), + [sym_break_statement] = STATE(875), + [sym_continue_statement] = STATE(875), + [sym_goto_statement] = STATE(875), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(875), + [sym_co_return_statement] = STATE(875), + [sym_co_yield_statement] = STATE(875), + [sym_throw_statement] = STATE(875), + [sym_try_statement] = STATE(875), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1741), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(83), [anon_sym_return] = ACTIONS(85), [anon_sym_break] = ACTIONS(87), [anon_sym_continue] = ACTIONS(89), @@ -65890,7 +65404,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -65907,90 +65421,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [251] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(720), - [sym_attributed_statement] = STATE(722), - [sym_labeled_statement] = STATE(723), - [sym_expression_statement] = STATE(724), - [sym_if_statement] = STATE(725), - [sym_switch_statement] = STATE(726), - [sym_case_statement] = STATE(727), - [sym_while_statement] = STATE(728), - [sym_do_statement] = STATE(729), - [sym_for_statement] = STATE(730), - [sym_return_statement] = STATE(731), - [sym_break_statement] = STATE(737), - [sym_continue_statement] = STATE(738), - [sym_goto_statement] = STATE(739), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(740), - [sym_co_return_statement] = STATE(742), - [sym_co_yield_statement] = STATE(743), - [sym_throw_statement] = STATE(745), - [sym_try_statement] = STATE(746), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [249] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(874), + [sym_attributed_statement] = STATE(874), + [sym_labeled_statement] = STATE(874), + [sym_expression_statement] = STATE(874), + [sym_if_statement] = STATE(874), + [sym_switch_statement] = STATE(874), + [sym_case_statement] = STATE(874), + [sym_while_statement] = STATE(874), + [sym_do_statement] = STATE(874), + [sym_for_statement] = STATE(874), + [sym_return_statement] = STATE(874), + [sym_break_statement] = STATE(874), + [sym_continue_statement] = STATE(874), + [sym_goto_statement] = STATE(874), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(874), + [sym_co_return_statement] = STATE(874), + [sym_co_yield_statement] = STATE(874), + [sym_throw_statement] = STATE(874), + [sym_try_statement] = STATE(874), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(71), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(83), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -66012,12 +65526,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -66029,90 +65543,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [252] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(694), - [sym_attributed_statement] = STATE(695), - [sym_labeled_statement] = STATE(696), - [sym_expression_statement] = STATE(697), - [sym_if_statement] = STATE(700), - [sym_switch_statement] = STATE(701), - [sym_case_statement] = STATE(702), - [sym_while_statement] = STATE(703), - [sym_do_statement] = STATE(704), - [sym_for_statement] = STATE(705), - [sym_return_statement] = STATE(706), - [sym_break_statement] = STATE(707), - [sym_continue_statement] = STATE(708), - [sym_goto_statement] = STATE(709), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(710), - [sym_co_return_statement] = STATE(712), - [sym_co_yield_statement] = STATE(713), - [sym_throw_statement] = STATE(714), - [sym_try_statement] = STATE(715), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [250] = { + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(583), + [sym_attributed_statement] = STATE(583), + [sym_labeled_statement] = STATE(583), + [sym_expression_statement] = STATE(583), + [sym_if_statement] = STATE(583), + [sym_switch_statement] = STATE(583), + [sym_case_statement] = STATE(583), + [sym_while_statement] = STATE(583), + [sym_do_statement] = STATE(583), + [sym_for_statement] = STATE(583), + [sym_return_statement] = STATE(583), + [sym_break_statement] = STATE(583), + [sym_continue_statement] = STATE(583), + [sym_goto_statement] = STATE(583), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(583), + [sym_co_return_statement] = STATE(583), + [sym_co_yield_statement] = STATE(583), + [sym_throw_statement] = STATE(583), + [sym_try_statement] = STATE(583), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -66134,12 +65648,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -66151,90 +65665,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [253] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(693), - [sym_attributed_statement] = STATE(693), - [sym_labeled_statement] = STATE(693), - [sym_expression_statement] = STATE(693), - [sym_if_statement] = STATE(693), - [sym_switch_statement] = STATE(693), - [sym_case_statement] = STATE(693), - [sym_while_statement] = STATE(693), - [sym_do_statement] = STATE(693), - [sym_for_statement] = STATE(693), - [sym_return_statement] = STATE(693), - [sym_break_statement] = STATE(693), - [sym_continue_statement] = STATE(693), - [sym_goto_statement] = STATE(693), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(693), - [sym_co_return_statement] = STATE(693), - [sym_co_yield_statement] = STATE(693), - [sym_throw_statement] = STATE(693), - [sym_try_statement] = STATE(693), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [251] = { + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(771), + [sym_attributed_statement] = STATE(771), + [sym_labeled_statement] = STATE(771), + [sym_expression_statement] = STATE(771), + [sym_if_statement] = STATE(771), + [sym_switch_statement] = STATE(771), + [sym_case_statement] = STATE(771), + [sym_while_statement] = STATE(771), + [sym_do_statement] = STATE(771), + [sym_for_statement] = STATE(771), + [sym_return_statement] = STATE(771), + [sym_break_statement] = STATE(771), + [sym_continue_statement] = STATE(771), + [sym_goto_statement] = STATE(771), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(771), + [sym_co_return_statement] = STATE(771), + [sym_co_yield_statement] = STATE(771), + [sym_throw_statement] = STATE(771), + [sym_try_statement] = STATE(771), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -66256,12 +65770,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -66273,90 +65787,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [254] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(691), - [sym_attributed_statement] = STATE(691), - [sym_labeled_statement] = STATE(691), - [sym_expression_statement] = STATE(691), - [sym_if_statement] = STATE(691), - [sym_switch_statement] = STATE(691), - [sym_case_statement] = STATE(691), - [sym_while_statement] = STATE(691), - [sym_do_statement] = STATE(691), - [sym_for_statement] = STATE(691), - [sym_return_statement] = STATE(691), - [sym_break_statement] = STATE(691), - [sym_continue_statement] = STATE(691), - [sym_goto_statement] = STATE(691), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(691), - [sym_co_return_statement] = STATE(691), - [sym_co_yield_statement] = STATE(691), - [sym_throw_statement] = STATE(691), - [sym_try_statement] = STATE(691), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [252] = { + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(770), + [sym_attributed_statement] = STATE(770), + [sym_labeled_statement] = STATE(770), + [sym_expression_statement] = STATE(770), + [sym_if_statement] = STATE(770), + [sym_switch_statement] = STATE(770), + [sym_case_statement] = STATE(770), + [sym_while_statement] = STATE(770), + [sym_do_statement] = STATE(770), + [sym_for_statement] = STATE(770), + [sym_return_statement] = STATE(770), + [sym_break_statement] = STATE(770), + [sym_continue_statement] = STATE(770), + [sym_goto_statement] = STATE(770), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(770), + [sym_co_return_statement] = STATE(770), + [sym_co_yield_statement] = STATE(770), + [sym_throw_statement] = STATE(770), + [sym_try_statement] = STATE(770), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -66378,12 +65892,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -66395,90 +65909,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [255] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(785), - [sym_attributed_statement] = STATE(785), - [sym_labeled_statement] = STATE(785), - [sym_expression_statement] = STATE(785), - [sym_if_statement] = STATE(785), - [sym_switch_statement] = STATE(785), - [sym_case_statement] = STATE(785), - [sym_while_statement] = STATE(785), - [sym_do_statement] = STATE(785), - [sym_for_statement] = STATE(785), - [sym_return_statement] = STATE(785), - [sym_break_statement] = STATE(785), - [sym_continue_statement] = STATE(785), - [sym_goto_statement] = STATE(785), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(785), - [sym_co_return_statement] = STATE(785), - [sym_co_yield_statement] = STATE(785), - [sym_throw_statement] = STATE(785), - [sym_try_statement] = STATE(785), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [253] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(873), + [sym_attributed_statement] = STATE(873), + [sym_labeled_statement] = STATE(873), + [sym_expression_statement] = STATE(873), + [sym_if_statement] = STATE(873), + [sym_switch_statement] = STATE(873), + [sym_case_statement] = STATE(873), + [sym_while_statement] = STATE(873), + [sym_do_statement] = STATE(873), + [sym_for_statement] = STATE(873), + [sym_return_statement] = STATE(873), + [sym_break_statement] = STATE(873), + [sym_continue_statement] = STATE(873), + [sym_goto_statement] = STATE(873), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(873), + [sym_co_return_statement] = STATE(873), + [sym_co_yield_statement] = STATE(873), + [sym_throw_statement] = STATE(873), + [sym_try_statement] = STATE(873), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(71), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(83), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -66500,12 +66014,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -66517,83 +66031,205 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [256] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1270), - [sym_attributed_statement] = STATE(1270), - [sym_labeled_statement] = STATE(1270), - [sym_expression_statement] = STATE(1270), - [sym_if_statement] = STATE(1270), - [sym_switch_statement] = STATE(1270), - [sym_case_statement] = STATE(1270), - [sym_while_statement] = STATE(1270), - [sym_do_statement] = STATE(1270), - [sym_for_statement] = STATE(1270), - [sym_return_statement] = STATE(1270), - [sym_break_statement] = STATE(1270), - [sym_continue_statement] = STATE(1270), - [sym_goto_statement] = STATE(1270), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1270), - [sym_co_return_statement] = STATE(1270), - [sym_co_yield_statement] = STATE(1270), - [sym_throw_statement] = STATE(1270), - [sym_try_statement] = STATE(1270), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [254] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(872), + [sym_attributed_statement] = STATE(872), + [sym_labeled_statement] = STATE(872), + [sym_expression_statement] = STATE(872), + [sym_if_statement] = STATE(872), + [sym_switch_statement] = STATE(872), + [sym_case_statement] = STATE(872), + [sym_while_statement] = STATE(872), + [sym_do_statement] = STATE(872), + [sym_for_statement] = STATE(872), + [sym_return_statement] = STATE(872), + [sym_break_statement] = STATE(872), + [sym_continue_statement] = STATE(872), + [sym_goto_statement] = STATE(872), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(872), + [sym_co_return_statement] = STATE(872), + [sym_co_yield_statement] = STATE(872), + [sym_throw_statement] = STATE(872), + [sym_try_statement] = STATE(872), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_if] = ACTIONS(71), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(83), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [255] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1260), + [sym_attributed_statement] = STATE(1261), + [sym_labeled_statement] = STATE(1262), + [sym_expression_statement] = STATE(1277), + [sym_if_statement] = STATE(1276), + [sym_switch_statement] = STATE(1266), + [sym_case_statement] = STATE(1264), + [sym_while_statement] = STATE(1263), + [sym_do_statement] = STATE(1193), + [sym_for_statement] = STATE(1184), + [sym_return_statement] = STATE(1204), + [sym_break_statement] = STATE(1207), + [sym_continue_statement] = STATE(1225), + [sym_goto_statement] = STATE(1231), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1279), + [sym_co_return_statement] = STATE(1275), + [sym_co_yield_statement] = STATE(1272), + [sym_throw_statement] = STATE(1268), + [sym_try_statement] = STATE(1267), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(1314), [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(1320), [anon_sym_for] = ACTIONS(1322), @@ -66622,7 +66258,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(1334), @@ -66639,90 +66275,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [257] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(389), - [sym_attributed_statement] = STATE(389), - [sym_labeled_statement] = STATE(389), - [sym_expression_statement] = STATE(389), - [sym_if_statement] = STATE(389), - [sym_switch_statement] = STATE(389), - [sym_case_statement] = STATE(389), - [sym_while_statement] = STATE(389), - [sym_do_statement] = STATE(389), - [sym_for_statement] = STATE(389), - [sym_return_statement] = STATE(389), - [sym_break_statement] = STATE(389), - [sym_continue_statement] = STATE(389), - [sym_goto_statement] = STATE(389), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(389), - [sym_co_return_statement] = STATE(389), - [sym_co_yield_statement] = STATE(389), - [sym_throw_statement] = STATE(389), - [sym_try_statement] = STATE(389), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [256] = { + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1210), + [sym_attributed_statement] = STATE(1211), + [sym_labeled_statement] = STATE(1220), + [sym_expression_statement] = STATE(1222), + [sym_if_statement] = STATE(1224), + [sym_switch_statement] = STATE(1228), + [sym_case_statement] = STATE(1235), + [sym_while_statement] = STATE(1236), + [sym_do_statement] = STATE(1241), + [sym_for_statement] = STATE(1242), + [sym_return_statement] = STATE(1243), + [sym_break_statement] = STATE(1244), + [sym_continue_statement] = STATE(1246), + [sym_goto_statement] = STATE(1253), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1254), + [sym_co_return_statement] = STATE(1255), + [sym_co_yield_statement] = STATE(1256), + [sym_throw_statement] = STATE(1258), + [sym_try_statement] = STATE(1259), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -66744,12 +66380,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -66761,78 +66397,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [258] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(611), - [sym_attributed_statement] = STATE(611), - [sym_labeled_statement] = STATE(611), - [sym_expression_statement] = STATE(611), - [sym_if_statement] = STATE(611), - [sym_switch_statement] = STATE(611), - [sym_case_statement] = STATE(611), - [sym_while_statement] = STATE(611), - [sym_do_statement] = STATE(611), - [sym_for_statement] = STATE(611), - [sym_return_statement] = STATE(611), - [sym_break_statement] = STATE(611), - [sym_continue_statement] = STATE(611), - [sym_goto_statement] = STATE(611), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(611), - [sym_co_return_statement] = STATE(611), - [sym_co_yield_statement] = STATE(611), - [sym_throw_statement] = STATE(611), - [sym_try_statement] = STATE(611), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [257] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(871), + [sym_attributed_statement] = STATE(871), + [sym_labeled_statement] = STATE(871), + [sym_expression_statement] = STATE(871), + [sym_if_statement] = STATE(871), + [sym_switch_statement] = STATE(871), + [sym_case_statement] = STATE(871), + [sym_while_statement] = STATE(871), + [sym_do_statement] = STATE(871), + [sym_for_statement] = STATE(871), + [sym_return_statement] = STATE(871), + [sym_break_statement] = STATE(871), + [sym_continue_statement] = STATE(871), + [sym_goto_statement] = STATE(871), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(871), + [sym_co_return_statement] = STATE(871), + [sym_co_yield_statement] = STATE(871), + [sym_throw_statement] = STATE(871), + [sym_try_statement] = STATE(871), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), @@ -66866,7 +66502,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -66883,78 +66519,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [259] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(614), - [sym_attributed_statement] = STATE(614), - [sym_labeled_statement] = STATE(614), - [sym_expression_statement] = STATE(614), - [sym_if_statement] = STATE(614), - [sym_switch_statement] = STATE(614), - [sym_case_statement] = STATE(614), - [sym_while_statement] = STATE(614), - [sym_do_statement] = STATE(614), - [sym_for_statement] = STATE(614), - [sym_return_statement] = STATE(614), - [sym_break_statement] = STATE(614), - [sym_continue_statement] = STATE(614), - [sym_goto_statement] = STATE(614), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(614), - [sym_co_return_statement] = STATE(614), - [sym_co_yield_statement] = STATE(614), - [sym_throw_statement] = STATE(614), - [sym_try_statement] = STATE(614), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [258] = { + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(870), + [sym_attributed_statement] = STATE(870), + [sym_labeled_statement] = STATE(870), + [sym_expression_statement] = STATE(870), + [sym_if_statement] = STATE(870), + [sym_switch_statement] = STATE(870), + [sym_case_statement] = STATE(870), + [sym_while_statement] = STATE(870), + [sym_do_statement] = STATE(870), + [sym_for_statement] = STATE(870), + [sym_return_statement] = STATE(870), + [sym_break_statement] = STATE(870), + [sym_continue_statement] = STATE(870), + [sym_goto_statement] = STATE(870), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(870), + [sym_co_return_statement] = STATE(870), + [sym_co_yield_statement] = STATE(870), + [sym_throw_statement] = STATE(870), + [sym_try_statement] = STATE(870), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), @@ -66988,7 +66624,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(123), @@ -67005,78 +66641,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, + [259] = { + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(582), + [sym_attributed_statement] = STATE(582), + [sym_labeled_statement] = STATE(582), + [sym_expression_statement] = STATE(582), + [sym_if_statement] = STATE(582), + [sym_switch_statement] = STATE(582), + [sym_case_statement] = STATE(582), + [sym_while_statement] = STATE(582), + [sym_do_statement] = STATE(582), + [sym_for_statement] = STATE(582), + [sym_return_statement] = STATE(582), + [sym_break_statement] = STATE(582), + [sym_continue_statement] = STATE(582), + [sym_goto_statement] = STATE(582), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(582), + [sym_co_return_statement] = STATE(582), + [sym_co_yield_statement] = STATE(582), + [sym_throw_statement] = STATE(582), + [sym_try_statement] = STATE(582), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, [260] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(423), - [sym_attributed_statement] = STATE(423), - [sym_labeled_statement] = STATE(423), - [sym_expression_statement] = STATE(423), - [sym_if_statement] = STATE(423), - [sym_switch_statement] = STATE(423), - [sym_case_statement] = STATE(423), - [sym_while_statement] = STATE(423), - [sym_do_statement] = STATE(423), - [sym_for_statement] = STATE(423), - [sym_return_statement] = STATE(423), - [sym_break_statement] = STATE(423), - [sym_continue_statement] = STATE(423), - [sym_goto_statement] = STATE(423), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(423), - [sym_co_return_statement] = STATE(423), - [sym_co_yield_statement] = STATE(423), - [sym_throw_statement] = STATE(423), - [sym_try_statement] = STATE(423), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(447), + [sym_attributed_statement] = STATE(447), + [sym_labeled_statement] = STATE(447), + [sym_expression_statement] = STATE(447), + [sym_if_statement] = STATE(447), + [sym_switch_statement] = STATE(447), + [sym_case_statement] = STATE(447), + [sym_while_statement] = STATE(447), + [sym_do_statement] = STATE(447), + [sym_for_statement] = STATE(447), + [sym_return_statement] = STATE(447), + [sym_break_statement] = STATE(447), + [sym_continue_statement] = STATE(447), + [sym_goto_statement] = STATE(447), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(447), + [sym_co_return_statement] = STATE(447), + [sym_co_yield_statement] = STATE(447), + [sym_throw_statement] = STATE(447), + [sym_try_statement] = STATE(447), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(253), [anon_sym_switch] = ACTIONS(255), @@ -67110,7 +66868,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(279), @@ -67128,89 +66886,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [261] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(385), - [sym_attributed_statement] = STATE(385), - [sym_labeled_statement] = STATE(385), - [sym_expression_statement] = STATE(385), - [sym_if_statement] = STATE(385), - [sym_switch_statement] = STATE(385), - [sym_case_statement] = STATE(385), - [sym_while_statement] = STATE(385), - [sym_do_statement] = STATE(385), - [sym_for_statement] = STATE(385), - [sym_return_statement] = STATE(385), - [sym_break_statement] = STATE(385), - [sym_continue_statement] = STATE(385), - [sym_goto_statement] = STATE(385), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(385), - [sym_co_return_statement] = STATE(385), - [sym_co_yield_statement] = STATE(385), - [sym_throw_statement] = STATE(385), - [sym_try_statement] = STATE(385), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(868), + [sym_attributed_statement] = STATE(867), + [sym_labeled_statement] = STATE(866), + [sym_expression_statement] = STATE(865), + [sym_if_statement] = STATE(864), + [sym_switch_statement] = STATE(863), + [sym_case_statement] = STATE(862), + [sym_while_statement] = STATE(861), + [sym_do_statement] = STATE(860), + [sym_for_statement] = STATE(859), + [sym_return_statement] = STATE(858), + [sym_break_statement] = STATE(857), + [sym_continue_statement] = STATE(856), + [sym_goto_statement] = STATE(855), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(853), + [sym_co_return_statement] = STATE(851), + [sym_co_yield_statement] = STATE(850), + [sym_throw_statement] = STATE(849), + [sym_try_statement] = STATE(848), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(71), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(83), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -67232,12 +66990,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -67250,89 +67008,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [262] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(422), - [sym_attributed_statement] = STATE(417), - [sym_labeled_statement] = STATE(416), - [sym_expression_statement] = STATE(415), - [sym_if_statement] = STATE(346), - [sym_switch_statement] = STATE(413), - [sym_case_statement] = STATE(411), - [sym_while_statement] = STATE(409), - [sym_do_statement] = STATE(408), - [sym_for_statement] = STATE(406), - [sym_return_statement] = STATE(403), - [sym_break_statement] = STATE(402), - [sym_continue_statement] = STATE(397), - [sym_goto_statement] = STATE(394), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(393), - [sym_co_return_statement] = STATE(391), - [sym_co_yield_statement] = STATE(390), - [sym_throw_statement] = STATE(387), - [sym_try_statement] = STATE(383), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(581), + [sym_attributed_statement] = STATE(581), + [sym_labeled_statement] = STATE(581), + [sym_expression_statement] = STATE(581), + [sym_if_statement] = STATE(581), + [sym_switch_statement] = STATE(581), + [sym_case_statement] = STATE(581), + [sym_while_statement] = STATE(581), + [sym_do_statement] = STATE(581), + [sym_for_statement] = STATE(581), + [sym_return_statement] = STATE(581), + [sym_break_statement] = STATE(581), + [sym_continue_statement] = STATE(581), + [sym_goto_statement] = STATE(581), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(581), + [sym_co_return_statement] = STATE(581), + [sym_co_yield_statement] = STATE(581), + [sym_throw_statement] = STATE(581), + [sym_try_statement] = STATE(581), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -67354,12 +67112,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -67372,89 +67130,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [263] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(382), - [sym_attributed_statement] = STATE(376), - [sym_labeled_statement] = STATE(374), - [sym_expression_statement] = STATE(373), - [sym_if_statement] = STATE(372), - [sym_switch_statement] = STATE(371), - [sym_case_statement] = STATE(368), - [sym_while_statement] = STATE(367), - [sym_do_statement] = STATE(365), - [sym_for_statement] = STATE(364), - [sym_return_statement] = STATE(361), - [sym_break_statement] = STATE(356), - [sym_continue_statement] = STATE(354), - [sym_goto_statement] = STATE(353), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(351), - [sym_co_return_statement] = STATE(350), - [sym_co_yield_statement] = STATE(349), - [sym_throw_statement] = STATE(348), - [sym_try_statement] = STATE(449), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(847), + [sym_attributed_statement] = STATE(846), + [sym_labeled_statement] = STATE(845), + [sym_expression_statement] = STATE(844), + [sym_if_statement] = STATE(843), + [sym_switch_statement] = STATE(842), + [sym_case_statement] = STATE(841), + [sym_while_statement] = STATE(840), + [sym_do_statement] = STATE(839), + [sym_for_statement] = STATE(838), + [sym_return_statement] = STATE(837), + [sym_break_statement] = STATE(836), + [sym_continue_statement] = STATE(835), + [sym_goto_statement] = STATE(834), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(833), + [sym_co_return_statement] = STATE(832), + [sym_co_yield_statement] = STATE(831), + [sym_throw_statement] = STATE(828), + [sym_try_statement] = STATE(827), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(71), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(83), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -67476,12 +67234,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -67494,89 +67252,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [264] = { - [sym_attribute_declaration] = STATE(272), - [sym_compound_statement] = STATE(379), - [sym_attributed_statement] = STATE(379), - [sym_labeled_statement] = STATE(379), - [sym_expression_statement] = STATE(379), - [sym_if_statement] = STATE(379), - [sym_switch_statement] = STATE(379), - [sym_case_statement] = STATE(379), - [sym_while_statement] = STATE(379), - [sym_do_statement] = STATE(379), - [sym_for_statement] = STATE(379), - [sym_return_statement] = STATE(379), - [sym_break_statement] = STATE(379), - [sym_continue_statement] = STATE(379), - [sym_goto_statement] = STATE(379), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(379), - [sym_co_return_statement] = STATE(379), - [sym_co_yield_statement] = STATE(379), - [sym_throw_statement] = STATE(379), - [sym_try_statement] = STATE(379), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(272), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(580), + [sym_attributed_statement] = STATE(580), + [sym_labeled_statement] = STATE(580), + [sym_expression_statement] = STATE(580), + [sym_if_statement] = STATE(580), + [sym_switch_statement] = STATE(580), + [sym_case_statement] = STATE(580), + [sym_while_statement] = STATE(580), + [sym_do_statement] = STATE(580), + [sym_for_statement] = STATE(580), + [sym_return_statement] = STATE(580), + [sym_break_statement] = STATE(580), + [sym_continue_statement] = STATE(580), + [sym_goto_statement] = STATE(580), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(580), + [sym_co_return_statement] = STATE(580), + [sym_co_yield_statement] = STATE(580), + [sym_throw_statement] = STATE(580), + [sym_try_statement] = STATE(580), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -67598,12 +67356,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -67616,89 +67374,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [265] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1269), - [sym_attributed_statement] = STATE(1269), - [sym_labeled_statement] = STATE(1269), - [sym_expression_statement] = STATE(1269), - [sym_if_statement] = STATE(1269), - [sym_switch_statement] = STATE(1269), - [sym_case_statement] = STATE(1269), - [sym_while_statement] = STATE(1269), - [sym_do_statement] = STATE(1269), - [sym_for_statement] = STATE(1269), - [sym_return_statement] = STATE(1269), - [sym_break_statement] = STATE(1269), - [sym_continue_statement] = STATE(1269), - [sym_goto_statement] = STATE(1269), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1269), - [sym_co_return_statement] = STATE(1269), - [sym_co_yield_statement] = STATE(1269), - [sym_throw_statement] = STATE(1269), - [sym_try_statement] = STATE(1269), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(436), + [sym_attributed_statement] = STATE(436), + [sym_labeled_statement] = STATE(436), + [sym_expression_statement] = STATE(436), + [sym_if_statement] = STATE(436), + [sym_switch_statement] = STATE(436), + [sym_case_statement] = STATE(436), + [sym_while_statement] = STATE(436), + [sym_do_statement] = STATE(436), + [sym_for_statement] = STATE(436), + [sym_return_statement] = STATE(436), + [sym_break_statement] = STATE(436), + [sym_continue_statement] = STATE(436), + [sym_goto_statement] = STATE(436), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(436), + [sym_co_return_statement] = STATE(436), + [sym_co_yield_statement] = STATE(436), + [sym_throw_statement] = STATE(436), + [sym_try_statement] = STATE(436), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -67720,12 +67478,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -67738,89 +67496,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [266] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1267), - [sym_attributed_statement] = STATE(1263), - [sym_labeled_statement] = STATE(1257), - [sym_expression_statement] = STATE(1254), - [sym_if_statement] = STATE(1250), - [sym_switch_statement] = STATE(1246), - [sym_case_statement] = STATE(1231), - [sym_while_statement] = STATE(1224), - [sym_do_statement] = STATE(1211), - [sym_for_statement] = STATE(1205), - [sym_return_statement] = STATE(1200), - [sym_break_statement] = STATE(1277), - [sym_continue_statement] = STATE(1242), - [sym_goto_statement] = STATE(1237), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1236), - [sym_co_return_statement] = STATE(1235), - [sym_co_yield_statement] = STATE(1233), - [sym_throw_statement] = STATE(1232), - [sym_try_statement] = STATE(1220), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(826), + [sym_attributed_statement] = STATE(826), + [sym_labeled_statement] = STATE(826), + [sym_expression_statement] = STATE(826), + [sym_if_statement] = STATE(826), + [sym_switch_statement] = STATE(826), + [sym_case_statement] = STATE(826), + [sym_while_statement] = STATE(826), + [sym_do_statement] = STATE(826), + [sym_for_statement] = STATE(826), + [sym_return_statement] = STATE(826), + [sym_break_statement] = STATE(826), + [sym_continue_statement] = STATE(826), + [sym_goto_statement] = STATE(826), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(826), + [sym_co_return_statement] = STATE(826), + [sym_co_yield_statement] = STATE(826), + [sym_throw_statement] = STATE(826), + [sym_try_statement] = STATE(826), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(71), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(83), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -67842,12 +67600,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -67860,89 +67618,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [267] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1219), - [sym_attributed_statement] = STATE(1182), - [sym_labeled_statement] = STATE(1175), - [sym_expression_statement] = STATE(1173), - [sym_if_statement] = STATE(1172), - [sym_switch_statement] = STATE(1171), - [sym_case_statement] = STATE(1170), - [sym_while_statement] = STATE(1169), - [sym_do_statement] = STATE(1164), - [sym_for_statement] = STATE(1158), - [sym_return_statement] = STATE(1148), - [sym_break_statement] = STATE(1154), - [sym_continue_statement] = STATE(1151), - [sym_goto_statement] = STATE(1207), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1262), - [sym_co_return_statement] = STATE(1265), - [sym_co_yield_statement] = STATE(1259), - [sym_throw_statement] = STATE(1157), - [sym_try_statement] = STATE(1168), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(269), + [sym_compound_statement] = STATE(433), + [sym_attributed_statement] = STATE(433), + [sym_labeled_statement] = STATE(433), + [sym_expression_statement] = STATE(433), + [sym_if_statement] = STATE(433), + [sym_switch_statement] = STATE(433), + [sym_case_statement] = STATE(433), + [sym_while_statement] = STATE(433), + [sym_do_statement] = STATE(433), + [sym_for_statement] = STATE(433), + [sym_return_statement] = STATE(433), + [sym_break_statement] = STATE(433), + [sym_continue_statement] = STATE(433), + [sym_goto_statement] = STATE(433), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(433), + [sym_co_return_statement] = STATE(433), + [sym_co_yield_statement] = STATE(433), + [sym_throw_statement] = STATE(433), + [sym_try_statement] = STATE(433), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(269), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -67964,12 +67722,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -67982,89 +67740,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [268] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1180), - [sym_attributed_statement] = STATE(1180), - [sym_labeled_statement] = STATE(1180), - [sym_expression_statement] = STATE(1180), - [sym_if_statement] = STATE(1180), - [sym_switch_statement] = STATE(1180), - [sym_case_statement] = STATE(1180), - [sym_while_statement] = STATE(1180), - [sym_do_statement] = STATE(1180), - [sym_for_statement] = STATE(1180), - [sym_return_statement] = STATE(1180), - [sym_break_statement] = STATE(1180), - [sym_continue_statement] = STATE(1180), - [sym_goto_statement] = STATE(1180), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1180), - [sym_co_return_statement] = STATE(1180), - [sym_co_yield_statement] = STATE(1180), - [sym_throw_statement] = STATE(1180), - [sym_try_statement] = STATE(1180), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(208), + [sym_compound_statement] = STATE(823), + [sym_attributed_statement] = STATE(823), + [sym_labeled_statement] = STATE(823), + [sym_expression_statement] = STATE(823), + [sym_if_statement] = STATE(823), + [sym_switch_statement] = STATE(823), + [sym_case_statement] = STATE(823), + [sym_while_statement] = STATE(823), + [sym_do_statement] = STATE(823), + [sym_for_statement] = STATE(823), + [sym_return_statement] = STATE(823), + [sym_break_statement] = STATE(823), + [sym_continue_statement] = STATE(823), + [sym_goto_statement] = STATE(823), + [sym__expression] = STATE(3785), + [sym_comma_expression] = STATE(7008), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(823), + [sym_co_return_statement] = STATE(823), + [sym_co_yield_statement] = STATE(823), + [sym_throw_statement] = STATE(823), + [sym_try_statement] = STATE(823), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(208), + [sym_identifier] = ACTIONS(1848), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(33), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(71), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(75), + [anon_sym_default] = ACTIONS(77), + [anon_sym_while] = ACTIONS(79), + [anon_sym_do] = ACTIONS(81), + [anon_sym_for] = ACTIONS(83), + [anon_sym_return] = ACTIONS(85), + [anon_sym_break] = ACTIONS(87), + [anon_sym_continue] = ACTIONS(89), + [anon_sym_goto] = ACTIONS(91), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -68086,12 +67844,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(119), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_co_return] = ACTIONS(133), + [anon_sym_co_yield] = ACTIONS(135), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -68104,89 +67862,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [269] = { - [sym_attribute_declaration] = STATE(203), - [sym_compound_statement] = STATE(1192), - [sym_attributed_statement] = STATE(1192), - [sym_labeled_statement] = STATE(1192), - [sym_expression_statement] = STATE(1192), - [sym_if_statement] = STATE(1192), - [sym_switch_statement] = STATE(1192), - [sym_case_statement] = STATE(1192), - [sym_while_statement] = STATE(1192), - [sym_do_statement] = STATE(1192), - [sym_for_statement] = STATE(1192), - [sym_return_statement] = STATE(1192), - [sym_break_statement] = STATE(1192), - [sym_continue_statement] = STATE(1192), - [sym_goto_statement] = STATE(1192), - [sym__expression] = STATE(3686), - [sym_comma_expression] = STATE(6935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(1192), - [sym_co_return_statement] = STATE(1192), - [sym_co_yield_statement] = STATE(1192), - [sym_throw_statement] = STATE(1192), - [sym_try_statement] = STATE(1192), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1749), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(141), + [sym_compound_statement] = STATE(420), + [sym_attributed_statement] = STATE(420), + [sym_labeled_statement] = STATE(420), + [sym_expression_statement] = STATE(420), + [sym_if_statement] = STATE(420), + [sym_switch_statement] = STATE(420), + [sym_case_statement] = STATE(420), + [sym_while_statement] = STATE(420), + [sym_do_statement] = STATE(420), + [sym_for_statement] = STATE(420), + [sym_return_statement] = STATE(420), + [sym_break_statement] = STATE(420), + [sym_continue_statement] = STATE(420), + [sym_goto_statement] = STATE(420), + [sym__expression] = STATE(3751), + [sym_comma_expression] = STATE(6851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(420), + [sym_co_return_statement] = STATE(420), + [sym_co_yield_statement] = STATE(420), + [sym_throw_statement] = STATE(420), + [sym_try_statement] = STATE(420), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(141), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(245), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(251), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1737), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(253), + [anon_sym_switch] = ACTIONS(255), + [anon_sym_case] = ACTIONS(257), + [anon_sym_default] = ACTIONS(259), + [anon_sym_while] = ACTIONS(261), + [anon_sym_do] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_return] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_goto] = ACTIONS(273), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -68208,12 +67966,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(1332), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(277), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(1334), - [anon_sym_co_return] = ACTIONS(1336), - [anon_sym_co_yield] = ACTIONS(1338), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_co_return] = ACTIONS(289), + [anon_sym_co_yield] = ACTIONS(291), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -68226,89 +67984,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [270] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(786), - [sym_attributed_statement] = STATE(786), - [sym_labeled_statement] = STATE(786), - [sym_expression_statement] = STATE(786), - [sym_if_statement] = STATE(786), - [sym_switch_statement] = STATE(786), - [sym_case_statement] = STATE(786), - [sym_while_statement] = STATE(786), - [sym_do_statement] = STATE(786), - [sym_for_statement] = STATE(786), - [sym_return_statement] = STATE(786), - [sym_break_statement] = STATE(786), - [sym_continue_statement] = STATE(786), - [sym_goto_statement] = STATE(786), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(786), - [sym_co_return_statement] = STATE(786), - [sym_co_yield_statement] = STATE(786), - [sym_throw_statement] = STATE(786), - [sym_try_statement] = STATE(786), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(584), + [sym_attributed_statement] = STATE(584), + [sym_labeled_statement] = STATE(584), + [sym_expression_statement] = STATE(584), + [sym_if_statement] = STATE(584), + [sym_switch_statement] = STATE(584), + [sym_case_statement] = STATE(584), + [sym_while_statement] = STATE(584), + [sym_do_statement] = STATE(584), + [sym_for_statement] = STATE(584), + [sym_return_statement] = STATE(584), + [sym_break_statement] = STATE(584), + [sym_continue_statement] = STATE(584), + [sym_goto_statement] = STATE(584), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(584), + [sym_co_return_statement] = STATE(584), + [sym_co_yield_statement] = STATE(584), + [sym_throw_statement] = STATE(584), + [sym_try_statement] = STATE(584), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -68330,12 +68088,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -68348,89 +68106,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [271] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(612), - [sym_attributed_statement] = STATE(612), - [sym_labeled_statement] = STATE(612), - [sym_expression_statement] = STATE(612), - [sym_if_statement] = STATE(612), - [sym_switch_statement] = STATE(612), - [sym_case_statement] = STATE(612), - [sym_while_statement] = STATE(612), - [sym_do_statement] = STATE(612), - [sym_for_statement] = STATE(612), - [sym_return_statement] = STATE(612), - [sym_break_statement] = STATE(612), - [sym_continue_statement] = STATE(612), - [sym_goto_statement] = STATE(612), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(612), - [sym_co_return_statement] = STATE(612), - [sym_co_yield_statement] = STATE(612), - [sym_throw_statement] = STATE(612), - [sym_try_statement] = STATE(612), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(585), + [sym_attributed_statement] = STATE(585), + [sym_labeled_statement] = STATE(585), + [sym_expression_statement] = STATE(585), + [sym_if_statement] = STATE(585), + [sym_switch_statement] = STATE(585), + [sym_case_statement] = STATE(585), + [sym_while_statement] = STATE(585), + [sym_do_statement] = STATE(585), + [sym_for_statement] = STATE(585), + [sym_return_statement] = STATE(585), + [sym_break_statement] = STATE(585), + [sym_continue_statement] = STATE(585), + [sym_goto_statement] = STATE(585), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(585), + [sym_co_return_statement] = STATE(585), + [sym_co_yield_statement] = STATE(585), + [sym_throw_statement] = STATE(585), + [sym_try_statement] = STATE(585), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -68452,12 +68210,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -68470,89 +68228,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [272] = { - [sym_attribute_declaration] = STATE(240), - [sym_compound_statement] = STATE(370), - [sym_attributed_statement] = STATE(370), - [sym_labeled_statement] = STATE(370), - [sym_expression_statement] = STATE(370), - [sym_if_statement] = STATE(370), - [sym_switch_statement] = STATE(370), - [sym_case_statement] = STATE(370), - [sym_while_statement] = STATE(370), - [sym_do_statement] = STATE(370), - [sym_for_statement] = STATE(370), - [sym_return_statement] = STATE(370), - [sym_break_statement] = STATE(370), - [sym_continue_statement] = STATE(370), - [sym_goto_statement] = STATE(370), - [sym__expression] = STATE(3678), - [sym_comma_expression] = STATE(6752), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(370), - [sym_co_return_statement] = STATE(370), - [sym_co_yield_statement] = STATE(370), - [sym_throw_statement] = STATE(370), - [sym_try_statement] = STATE(370), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(240), - [sym_identifier] = ACTIONS(1745), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(577), + [sym_attributed_statement] = STATE(577), + [sym_labeled_statement] = STATE(577), + [sym_expression_statement] = STATE(577), + [sym_if_statement] = STATE(577), + [sym_switch_statement] = STATE(577), + [sym_case_statement] = STATE(577), + [sym_while_statement] = STATE(577), + [sym_do_statement] = STATE(577), + [sym_for_statement] = STATE(577), + [sym_return_statement] = STATE(577), + [sym_break_statement] = STATE(577), + [sym_continue_statement] = STATE(577), + [sym_goto_statement] = STATE(577), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(577), + [sym_co_return_statement] = STATE(577), + [sym_co_yield_statement] = STATE(577), + [sym_throw_statement] = STATE(577), + [sym_try_statement] = STATE(577), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(245), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(251), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(253), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(257), - [anon_sym_default] = ACTIONS(259), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(263), - [anon_sym_for] = ACTIONS(265), - [anon_sym_return] = ACTIONS(267), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(271), - [anon_sym_goto] = ACTIONS(273), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -68574,12 +68332,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(277), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(279), - [anon_sym_co_return] = ACTIONS(289), - [anon_sym_co_yield] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -68592,89 +68350,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [273] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(854), - [sym_attributed_statement] = STATE(854), - [sym_labeled_statement] = STATE(854), - [sym_expression_statement] = STATE(854), - [sym_if_statement] = STATE(854), - [sym_switch_statement] = STATE(854), - [sym_case_statement] = STATE(854), - [sym_while_statement] = STATE(854), - [sym_do_statement] = STATE(854), - [sym_for_statement] = STATE(854), - [sym_return_statement] = STATE(854), - [sym_break_statement] = STATE(854), - [sym_continue_statement] = STATE(854), - [sym_goto_statement] = STATE(854), - [sym__expression] = STATE(3695), - [sym_comma_expression] = STATE(6976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(854), - [sym_co_return_statement] = STATE(854), - [sym_co_yield_statement] = STATE(854), - [sym_throw_statement] = STATE(854), - [sym_try_statement] = STATE(854), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(587), + [sym_attributed_statement] = STATE(587), + [sym_labeled_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_if_statement] = STATE(587), + [sym_switch_statement] = STATE(587), + [sym_case_statement] = STATE(587), + [sym_while_statement] = STATE(587), + [sym_do_statement] = STATE(587), + [sym_for_statement] = STATE(587), + [sym_return_statement] = STATE(587), + [sym_break_statement] = STATE(587), + [sym_continue_statement] = STATE(587), + [sym_goto_statement] = STATE(587), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(587), + [sym_co_return_statement] = STATE(587), + [sym_co_yield_statement] = STATE(587), + [sym_throw_statement] = STATE(587), + [sym_try_statement] = STATE(587), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(71), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(75), - [anon_sym_default] = ACTIONS(77), - [anon_sym_while] = ACTIONS(79), - [anon_sym_do] = ACTIONS(81), - [anon_sym_for] = ACTIONS(83), - [anon_sym_return] = ACTIONS(85), - [anon_sym_break] = ACTIONS(87), - [anon_sym_continue] = ACTIONS(89), - [anon_sym_goto] = ACTIONS(91), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -68696,12 +68454,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(119), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_co_return] = ACTIONS(133), - [anon_sym_co_yield] = ACTIONS(135), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -68714,89 +68472,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [274] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(857), - [sym_attributed_statement] = STATE(853), - [sym_labeled_statement] = STATE(851), - [sym_expression_statement] = STATE(850), - [sym_if_statement] = STATE(849), - [sym_switch_statement] = STATE(848), - [sym_case_statement] = STATE(847), - [sym_while_statement] = STATE(846), - [sym_do_statement] = STATE(844), - [sym_for_statement] = STATE(843), - [sym_return_statement] = STATE(842), - [sym_break_statement] = STATE(841), - [sym_continue_statement] = STATE(840), - [sym_goto_statement] = STATE(839), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(838), - [sym_co_return_statement] = STATE(837), - [sym_co_yield_statement] = STATE(836), - [sym_throw_statement] = STATE(835), - [sym_try_statement] = STATE(834), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(591), + [sym_attributed_statement] = STATE(591), + [sym_labeled_statement] = STATE(591), + [sym_expression_statement] = STATE(591), + [sym_if_statement] = STATE(591), + [sym_switch_statement] = STATE(591), + [sym_case_statement] = STATE(591), + [sym_while_statement] = STATE(591), + [sym_do_statement] = STATE(591), + [sym_for_statement] = STATE(591), + [sym_return_statement] = STATE(591), + [sym_break_statement] = STATE(591), + [sym_continue_statement] = STATE(591), + [sym_goto_statement] = STATE(591), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(591), + [sym_co_return_statement] = STATE(591), + [sym_co_yield_statement] = STATE(591), + [sym_throw_statement] = STATE(591), + [sym_try_statement] = STATE(591), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -68818,12 +68576,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -68836,89 +68594,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [275] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(886), - [sym_attributed_statement] = STATE(885), - [sym_labeled_statement] = STATE(884), - [sym_expression_statement] = STATE(883), - [sym_if_statement] = STATE(882), - [sym_switch_statement] = STATE(881), - [sym_case_statement] = STATE(880), - [sym_while_statement] = STATE(878), - [sym_do_statement] = STATE(877), - [sym_for_statement] = STATE(875), - [sym_return_statement] = STATE(874), - [sym_break_statement] = STATE(872), - [sym_continue_statement] = STATE(870), - [sym_goto_statement] = STATE(869), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(867), - [sym_co_return_statement] = STATE(866), - [sym_co_yield_statement] = STATE(865), - [sym_throw_statement] = STATE(860), - [sym_try_statement] = STATE(859), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(220), + [sym_compound_statement] = STATE(1209), + [sym_attributed_statement] = STATE(1209), + [sym_labeled_statement] = STATE(1209), + [sym_expression_statement] = STATE(1209), + [sym_if_statement] = STATE(1209), + [sym_switch_statement] = STATE(1209), + [sym_case_statement] = STATE(1209), + [sym_while_statement] = STATE(1209), + [sym_do_statement] = STATE(1209), + [sym_for_statement] = STATE(1209), + [sym_return_statement] = STATE(1209), + [sym_break_statement] = STATE(1209), + [sym_continue_statement] = STATE(1209), + [sym_goto_statement] = STATE(1209), + [sym__expression] = STATE(3762), + [sym_comma_expression] = STATE(6638), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(1209), + [sym_co_return_statement] = STATE(1209), + [sym_co_yield_statement] = STATE(1209), + [sym_throw_statement] = STATE(1209), + [sym_try_statement] = STATE(1209), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(1308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1910), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1330), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -68940,12 +68698,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(1332), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(1334), + [anon_sym_co_return] = ACTIONS(1336), + [anon_sym_co_yield] = ACTIONS(1338), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -68958,77 +68716,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [276] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(887), - [sym_attributed_statement] = STATE(887), - [sym_labeled_statement] = STATE(887), - [sym_expression_statement] = STATE(887), - [sym_if_statement] = STATE(887), - [sym_switch_statement] = STATE(887), - [sym_case_statement] = STATE(887), - [sym_while_statement] = STATE(887), - [sym_do_statement] = STATE(887), - [sym_for_statement] = STATE(887), - [sym_return_statement] = STATE(887), - [sym_break_statement] = STATE(887), - [sym_continue_statement] = STATE(887), - [sym_goto_statement] = STATE(887), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(887), - [sym_co_return_statement] = STATE(887), - [sym_co_yield_statement] = STATE(887), - [sym_throw_statement] = STATE(887), - [sym_try_statement] = STATE(887), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(735), + [sym_attributed_statement] = STATE(739), + [sym_labeled_statement] = STATE(742), + [sym_expression_statement] = STATE(745), + [sym_if_statement] = STATE(747), + [sym_switch_statement] = STATE(748), + [sym_case_statement] = STATE(751), + [sym_while_statement] = STATE(753), + [sym_do_statement] = STATE(754), + [sym_for_statement] = STATE(755), + [sym_return_statement] = STATE(756), + [sym_break_statement] = STATE(758), + [sym_continue_statement] = STATE(759), + [sym_goto_statement] = STATE(760), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(761), + [sym_co_return_statement] = STATE(762), + [sym_co_yield_statement] = STATE(764), + [sym_throw_statement] = STATE(765), + [sym_try_statement] = STATE(766), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(171), [anon_sym_switch] = ACTIONS(173), @@ -69062,7 +68820,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(199), @@ -69080,77 +68838,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [277] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(889), - [sym_attributed_statement] = STATE(889), - [sym_labeled_statement] = STATE(889), - [sym_expression_statement] = STATE(889), - [sym_if_statement] = STATE(889), - [sym_switch_statement] = STATE(889), - [sym_case_statement] = STATE(889), - [sym_while_statement] = STATE(889), - [sym_do_statement] = STATE(889), - [sym_for_statement] = STATE(889), - [sym_return_statement] = STATE(889), - [sym_break_statement] = STATE(889), - [sym_continue_statement] = STATE(889), - [sym_goto_statement] = STATE(889), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(889), - [sym_co_return_statement] = STATE(889), - [sym_co_yield_statement] = STATE(889), - [sym_throw_statement] = STATE(889), - [sym_try_statement] = STATE(889), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(547), + [sym_attributed_statement] = STATE(711), + [sym_labeled_statement] = STATE(714), + [sym_expression_statement] = STATE(715), + [sym_if_statement] = STATE(716), + [sym_switch_statement] = STATE(717), + [sym_case_statement] = STATE(718), + [sym_while_statement] = STATE(719), + [sym_do_statement] = STATE(720), + [sym_for_statement] = STATE(721), + [sym_return_statement] = STATE(722), + [sym_break_statement] = STATE(723), + [sym_continue_statement] = STATE(724), + [sym_goto_statement] = STATE(726), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(727), + [sym_co_return_statement] = STATE(729), + [sym_co_yield_statement] = STATE(730), + [sym_throw_statement] = STATE(731), + [sym_try_statement] = STATE(732), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(171), [anon_sym_switch] = ACTIONS(173), @@ -69184,7 +68942,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(199), @@ -69202,89 +68960,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [278] = { - [sym_attribute_declaration] = STATE(176), - [sym_compound_statement] = STATE(683), - [sym_attributed_statement] = STATE(683), - [sym_labeled_statement] = STATE(683), - [sym_expression_statement] = STATE(683), - [sym_if_statement] = STATE(683), - [sym_switch_statement] = STATE(683), - [sym_case_statement] = STATE(683), - [sym_while_statement] = STATE(683), - [sym_do_statement] = STATE(683), - [sym_for_statement] = STATE(683), - [sym_return_statement] = STATE(683), - [sym_break_statement] = STATE(683), - [sym_continue_statement] = STATE(683), - [sym_goto_statement] = STATE(683), - [sym__expression] = STATE(3653), - [sym_comma_expression] = STATE(7034), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(683), - [sym_co_return_statement] = STATE(683), - [sym_co_yield_statement] = STATE(683), - [sym_throw_statement] = STATE(683), - [sym_try_statement] = STATE(683), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(176), - [sym_identifier] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(702), + [sym_attributed_statement] = STATE(702), + [sym_labeled_statement] = STATE(702), + [sym_expression_statement] = STATE(702), + [sym_if_statement] = STATE(702), + [sym_switch_statement] = STATE(702), + [sym_case_statement] = STATE(702), + [sym_while_statement] = STATE(702), + [sym_do_statement] = STATE(702), + [sym_for_statement] = STATE(702), + [sym_return_statement] = STATE(702), + [sym_break_statement] = STATE(702), + [sym_continue_statement] = STATE(702), + [sym_goto_statement] = STATE(702), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(702), + [sym_co_return_statement] = STATE(702), + [sym_co_yield_statement] = STATE(702), + [sym_throw_statement] = STATE(702), + [sym_try_statement] = STATE(702), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(870), - [anon_sym_switch] = ACTIONS(872), - [anon_sym_case] = ACTIONS(874), - [anon_sym_default] = ACTIONS(876), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(880), - [anon_sym_for] = ACTIONS(882), - [anon_sym_return] = ACTIONS(884), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_goto] = ACTIONS(890), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -69306,12 +69064,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(894), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_co_return] = ACTIONS(906), - [anon_sym_co_yield] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(199), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -69324,77 +69082,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [279] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(890), - [sym_attributed_statement] = STATE(890), - [sym_labeled_statement] = STATE(890), - [sym_expression_statement] = STATE(890), - [sym_if_statement] = STATE(890), - [sym_switch_statement] = STATE(890), - [sym_case_statement] = STATE(890), - [sym_while_statement] = STATE(890), - [sym_do_statement] = STATE(890), - [sym_for_statement] = STATE(890), - [sym_return_statement] = STATE(890), - [sym_break_statement] = STATE(890), - [sym_continue_statement] = STATE(890), - [sym_goto_statement] = STATE(890), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(890), - [sym_co_return_statement] = STATE(890), - [sym_co_yield_statement] = STATE(890), - [sym_throw_statement] = STATE(890), - [sym_try_statement] = STATE(890), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(660), + [sym_attributed_statement] = STATE(660), + [sym_labeled_statement] = STATE(660), + [sym_expression_statement] = STATE(660), + [sym_if_statement] = STATE(660), + [sym_switch_statement] = STATE(660), + [sym_case_statement] = STATE(660), + [sym_while_statement] = STATE(660), + [sym_do_statement] = STATE(660), + [sym_for_statement] = STATE(660), + [sym_return_statement] = STATE(660), + [sym_break_statement] = STATE(660), + [sym_continue_statement] = STATE(660), + [sym_goto_statement] = STATE(660), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(660), + [sym_co_return_statement] = STATE(660), + [sym_co_yield_statement] = STATE(660), + [sym_throw_statement] = STATE(660), + [sym_try_statement] = STATE(660), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(171), [anon_sym_switch] = ACTIONS(173), @@ -69428,7 +69186,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(199), @@ -69446,77 +69204,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [280] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(802), - [sym_attributed_statement] = STATE(802), - [sym_labeled_statement] = STATE(802), - [sym_expression_statement] = STATE(802), - [sym_if_statement] = STATE(802), - [sym_switch_statement] = STATE(802), - [sym_case_statement] = STATE(802), - [sym_while_statement] = STATE(802), - [sym_do_statement] = STATE(802), - [sym_for_statement] = STATE(802), - [sym_return_statement] = STATE(802), - [sym_break_statement] = STATE(802), - [sym_continue_statement] = STATE(802), - [sym_goto_statement] = STATE(802), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(802), - [sym_co_return_statement] = STATE(802), - [sym_co_yield_statement] = STATE(802), - [sym_throw_statement] = STATE(802), - [sym_try_statement] = STATE(802), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(659), + [sym_attributed_statement] = STATE(659), + [sym_labeled_statement] = STATE(659), + [sym_expression_statement] = STATE(659), + [sym_if_statement] = STATE(659), + [sym_switch_statement] = STATE(659), + [sym_case_statement] = STATE(659), + [sym_while_statement] = STATE(659), + [sym_do_statement] = STATE(659), + [sym_for_statement] = STATE(659), + [sym_return_statement] = STATE(659), + [sym_break_statement] = STATE(659), + [sym_continue_statement] = STATE(659), + [sym_goto_statement] = STATE(659), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(659), + [sym_co_return_statement] = STATE(659), + [sym_co_yield_statement] = STATE(659), + [sym_throw_statement] = STATE(659), + [sym_try_statement] = STATE(659), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(171), [anon_sym_switch] = ACTIONS(173), @@ -69550,7 +69308,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(199), @@ -69568,77 +69326,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [281] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(863), - [sym_attributed_statement] = STATE(864), - [sym_labeled_statement] = STATE(868), - [sym_expression_statement] = STATE(871), - [sym_if_statement] = STATE(873), - [sym_switch_statement] = STATE(876), - [sym_case_statement] = STATE(895), - [sym_while_statement] = STATE(900), - [sym_do_statement] = STATE(548), - [sym_for_statement] = STATE(904), - [sym_return_statement] = STATE(903), - [sym_break_statement] = STATE(902), - [sym_continue_statement] = STATE(901), - [sym_goto_statement] = STATE(899), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(898), - [sym_co_return_statement] = STATE(896), - [sym_co_yield_statement] = STATE(894), - [sym_throw_statement] = STATE(893), - [sym_try_statement] = STATE(891), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(551), + [sym_attributed_statement] = STATE(550), + [sym_labeled_statement] = STATE(549), + [sym_expression_statement] = STATE(548), + [sym_if_statement] = STATE(596), + [sym_switch_statement] = STATE(597), + [sym_case_statement] = STATE(599), + [sym_while_statement] = STATE(602), + [sym_do_statement] = STATE(603), + [sym_for_statement] = STATE(604), + [sym_return_statement] = STATE(605), + [sym_break_statement] = STATE(606), + [sym_continue_statement] = STATE(610), + [sym_goto_statement] = STATE(649), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(650), + [sym_co_return_statement] = STATE(651), + [sym_co_yield_statement] = STATE(653), + [sym_throw_statement] = STATE(656), + [sym_try_statement] = STATE(658), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(171), [anon_sym_switch] = ACTIONS(173), @@ -69672,7 +69430,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(199), @@ -69690,77 +69448,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [282] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(819), - [sym_attributed_statement] = STATE(820), - [sym_labeled_statement] = STATE(821), - [sym_expression_statement] = STATE(823), - [sym_if_statement] = STATE(824), - [sym_switch_statement] = STATE(825), - [sym_case_statement] = STATE(826), - [sym_while_statement] = STATE(827), - [sym_do_statement] = STATE(828), - [sym_for_statement] = STATE(829), - [sym_return_statement] = STATE(830), - [sym_break_statement] = STATE(831), - [sym_continue_statement] = STATE(832), - [sym_goto_statement] = STATE(833), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(845), - [sym_co_return_statement] = STATE(852), - [sym_co_yield_statement] = STATE(855), - [sym_throw_statement] = STATE(856), - [sym_try_statement] = STATE(862), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(574), + [sym_attributed_statement] = STATE(573), + [sym_labeled_statement] = STATE(572), + [sym_expression_statement] = STATE(571), + [sym_if_statement] = STATE(569), + [sym_switch_statement] = STATE(567), + [sym_case_statement] = STATE(565), + [sym_while_statement] = STATE(564), + [sym_do_statement] = STATE(563), + [sym_for_statement] = STATE(562), + [sym_return_statement] = STATE(561), + [sym_break_statement] = STATE(560), + [sym_continue_statement] = STATE(559), + [sym_goto_statement] = STATE(558), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(557), + [sym_co_return_statement] = STATE(556), + [sym_co_yield_statement] = STATE(555), + [sym_throw_statement] = STATE(553), + [sym_try_statement] = STATE(552), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(171), [anon_sym_switch] = ACTIONS(173), @@ -69794,7 +69552,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(199), @@ -69812,77 +69570,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [283] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(815), - [sym_attributed_statement] = STATE(815), - [sym_labeled_statement] = STATE(815), - [sym_expression_statement] = STATE(815), - [sym_if_statement] = STATE(815), - [sym_switch_statement] = STATE(815), - [sym_case_statement] = STATE(815), - [sym_while_statement] = STATE(815), - [sym_do_statement] = STATE(815), - [sym_for_statement] = STATE(815), - [sym_return_statement] = STATE(815), - [sym_break_statement] = STATE(815), - [sym_continue_statement] = STATE(815), - [sym_goto_statement] = STATE(815), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(815), - [sym_co_return_statement] = STATE(815), - [sym_co_yield_statement] = STATE(815), - [sym_throw_statement] = STATE(815), - [sym_try_statement] = STATE(815), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(575), + [sym_attributed_statement] = STATE(575), + [sym_labeled_statement] = STATE(575), + [sym_expression_statement] = STATE(575), + [sym_if_statement] = STATE(575), + [sym_switch_statement] = STATE(575), + [sym_case_statement] = STATE(575), + [sym_while_statement] = STATE(575), + [sym_do_statement] = STATE(575), + [sym_for_statement] = STATE(575), + [sym_return_statement] = STATE(575), + [sym_break_statement] = STATE(575), + [sym_continue_statement] = STATE(575), + [sym_goto_statement] = STATE(575), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(575), + [sym_co_return_statement] = STATE(575), + [sym_co_yield_statement] = STATE(575), + [sym_throw_statement] = STATE(575), + [sym_try_statement] = STATE(575), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(171), [anon_sym_switch] = ACTIONS(173), @@ -69916,7 +69674,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(199), @@ -69934,77 +69692,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [284] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(814), - [sym_attributed_statement] = STATE(814), - [sym_labeled_statement] = STATE(814), - [sym_expression_statement] = STATE(814), - [sym_if_statement] = STATE(814), - [sym_switch_statement] = STATE(814), - [sym_case_statement] = STATE(814), - [sym_while_statement] = STATE(814), - [sym_do_statement] = STATE(814), - [sym_for_statement] = STATE(814), - [sym_return_statement] = STATE(814), - [sym_break_statement] = STATE(814), - [sym_continue_statement] = STATE(814), - [sym_goto_statement] = STATE(814), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(814), - [sym_co_return_statement] = STATE(814), - [sym_co_yield_statement] = STATE(814), - [sym_throw_statement] = STATE(814), - [sym_try_statement] = STATE(814), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(146), + [sym_compound_statement] = STATE(576), + [sym_attributed_statement] = STATE(576), + [sym_labeled_statement] = STATE(576), + [sym_expression_statement] = STATE(576), + [sym_if_statement] = STATE(576), + [sym_switch_statement] = STATE(576), + [sym_case_statement] = STATE(576), + [sym_while_statement] = STATE(576), + [sym_do_statement] = STATE(576), + [sym_for_statement] = STATE(576), + [sym_return_statement] = STATE(576), + [sym_break_statement] = STATE(576), + [sym_continue_statement] = STATE(576), + [sym_goto_statement] = STATE(576), + [sym__expression] = STATE(3771), + [sym_comma_expression] = STATE(6987), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(576), + [sym_co_return_statement] = STATE(576), + [sym_co_yield_statement] = STATE(576), + [sym_throw_statement] = STATE(576), + [sym_try_statement] = STATE(576), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(146), + [sym_identifier] = ACTIONS(1904), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(159), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), [anon_sym_if] = ACTIONS(171), [anon_sym_switch] = ACTIONS(173), @@ -70038,7 +69796,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_try] = ACTIONS(197), [anon_sym_delete] = ACTIONS(121), [anon_sym_throw] = ACTIONS(199), @@ -70056,89 +69814,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [285] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(811), - [sym_attributed_statement] = STATE(811), - [sym_labeled_statement] = STATE(811), - [sym_expression_statement] = STATE(811), - [sym_if_statement] = STATE(811), - [sym_switch_statement] = STATE(811), - [sym_case_statement] = STATE(811), - [sym_while_statement] = STATE(811), - [sym_do_statement] = STATE(811), - [sym_for_statement] = STATE(811), - [sym_return_statement] = STATE(811), - [sym_break_statement] = STATE(811), - [sym_continue_statement] = STATE(811), - [sym_goto_statement] = STATE(811), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(811), - [sym_co_return_statement] = STATE(811), - [sym_co_yield_statement] = STATE(811), - [sym_throw_statement] = STATE(811), - [sym_try_statement] = STATE(811), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(592), + [sym_attributed_statement] = STATE(592), + [sym_labeled_statement] = STATE(592), + [sym_expression_statement] = STATE(592), + [sym_if_statement] = STATE(592), + [sym_switch_statement] = STATE(592), + [sym_case_statement] = STATE(592), + [sym_while_statement] = STATE(592), + [sym_do_statement] = STATE(592), + [sym_for_statement] = STATE(592), + [sym_return_statement] = STATE(592), + [sym_break_statement] = STATE(592), + [sym_continue_statement] = STATE(592), + [sym_goto_statement] = STATE(592), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(592), + [sym_co_return_statement] = STATE(592), + [sym_co_yield_statement] = STATE(592), + [sym_throw_statement] = STATE(592), + [sym_try_statement] = STATE(592), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -70160,12 +69918,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -70178,89 +69936,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [286] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(807), - [sym_attributed_statement] = STATE(807), - [sym_labeled_statement] = STATE(807), - [sym_expression_statement] = STATE(807), - [sym_if_statement] = STATE(807), - [sym_switch_statement] = STATE(807), - [sym_case_statement] = STATE(807), - [sym_while_statement] = STATE(807), - [sym_do_statement] = STATE(807), - [sym_for_statement] = STATE(807), - [sym_return_statement] = STATE(807), - [sym_break_statement] = STATE(807), - [sym_continue_statement] = STATE(807), - [sym_goto_statement] = STATE(807), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(807), - [sym_co_return_statement] = STATE(807), - [sym_co_yield_statement] = STATE(807), - [sym_throw_statement] = STATE(807), - [sym_try_statement] = STATE(807), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(593), + [sym_attributed_statement] = STATE(593), + [sym_labeled_statement] = STATE(593), + [sym_expression_statement] = STATE(593), + [sym_if_statement] = STATE(593), + [sym_switch_statement] = STATE(593), + [sym_case_statement] = STATE(593), + [sym_while_statement] = STATE(593), + [sym_do_statement] = STATE(593), + [sym_for_statement] = STATE(593), + [sym_return_statement] = STATE(593), + [sym_break_statement] = STATE(593), + [sym_continue_statement] = STATE(593), + [sym_goto_statement] = STATE(593), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(593), + [sym_co_return_statement] = STATE(593), + [sym_co_yield_statement] = STATE(593), + [sym_throw_statement] = STATE(593), + [sym_try_statement] = STATE(593), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -70282,12 +70040,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -70300,89 +70058,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [287] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(806), - [sym_attributed_statement] = STATE(806), - [sym_labeled_statement] = STATE(806), - [sym_expression_statement] = STATE(806), - [sym_if_statement] = STATE(806), - [sym_switch_statement] = STATE(806), - [sym_case_statement] = STATE(806), - [sym_while_statement] = STATE(806), - [sym_do_statement] = STATE(806), - [sym_for_statement] = STATE(806), - [sym_return_statement] = STATE(806), - [sym_break_statement] = STATE(806), - [sym_continue_statement] = STATE(806), - [sym_goto_statement] = STATE(806), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(806), - [sym_co_return_statement] = STATE(806), - [sym_co_yield_statement] = STATE(806), - [sym_throw_statement] = STATE(806), - [sym_try_statement] = STATE(806), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(594), + [sym_attributed_statement] = STATE(595), + [sym_labeled_statement] = STATE(598), + [sym_expression_statement] = STATE(611), + [sym_if_statement] = STATE(612), + [sym_switch_statement] = STATE(614), + [sym_case_statement] = STATE(615), + [sym_while_statement] = STATE(616), + [sym_do_statement] = STATE(617), + [sym_for_statement] = STATE(618), + [sym_return_statement] = STATE(619), + [sym_break_statement] = STATE(620), + [sym_continue_statement] = STATE(621), + [sym_goto_statement] = STATE(622), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(623), + [sym_co_return_statement] = STATE(624), + [sym_co_yield_statement] = STATE(625), + [sym_throw_statement] = STATE(626), + [sym_try_statement] = STATE(627), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -70404,12 +70162,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -70422,89 +70180,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [288] = { - [sym_attribute_declaration] = STATE(175), - [sym_compound_statement] = STATE(803), - [sym_attributed_statement] = STATE(803), - [sym_labeled_statement] = STATE(803), - [sym_expression_statement] = STATE(803), - [sym_if_statement] = STATE(803), - [sym_switch_statement] = STATE(803), - [sym_case_statement] = STATE(803), - [sym_while_statement] = STATE(803), - [sym_do_statement] = STATE(803), - [sym_for_statement] = STATE(803), - [sym_return_statement] = STATE(803), - [sym_break_statement] = STATE(803), - [sym_continue_statement] = STATE(803), - [sym_goto_statement] = STATE(803), - [sym__expression] = STATE(3677), - [sym_comma_expression] = STATE(7183), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_for_range_loop] = STATE(803), - [sym_co_return_statement] = STATE(803), - [sym_co_yield_statement] = STATE(803), - [sym_throw_statement] = STATE(803), - [sym_try_statement] = STATE(803), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_attributed_declarator_repeat1] = STATE(175), - [sym_identifier] = ACTIONS(1868), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_attribute_declaration] = STATE(163), + [sym_compound_statement] = STATE(630), + [sym_attributed_statement] = STATE(631), + [sym_labeled_statement] = STATE(632), + [sym_expression_statement] = STATE(634), + [sym_if_statement] = STATE(637), + [sym_switch_statement] = STATE(638), + [sym_case_statement] = STATE(639), + [sym_while_statement] = STATE(640), + [sym_do_statement] = STATE(641), + [sym_for_statement] = STATE(642), + [sym_return_statement] = STATE(643), + [sym_break_statement] = STATE(644), + [sym_continue_statement] = STATE(645), + [sym_goto_statement] = STATE(646), + [sym__expression] = STATE(3747), + [sym_comma_expression] = STATE(6692), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_for_range_loop] = STATE(647), + [sym_co_return_statement] = STATE(648), + [sym_co_yield_statement] = STATE(657), + [sym_throw_statement] = STATE(661), + [sym_try_statement] = STATE(662), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_attributed_declarator_repeat1] = STATE(163), + [sym_identifier] = ACTIONS(1729), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(692), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1129), - [anon_sym_LBRACE] = ACTIONS(626), - [anon_sym_LBRACK] = ACTIONS(1131), + [anon_sym_LBRACK_LBRACK] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(974), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_if] = ACTIONS(171), - [anon_sym_switch] = ACTIONS(173), - [anon_sym_case] = ACTIONS(175), - [anon_sym_default] = ACTIONS(177), - [anon_sym_while] = ACTIONS(179), - [anon_sym_do] = ACTIONS(181), - [anon_sym_for] = ACTIONS(183), - [anon_sym_return] = ACTIONS(185), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_goto] = ACTIONS(191), + [anon_sym_if] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(706), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(710), + [anon_sym_for] = ACTIONS(712), + [anon_sym_return] = ACTIONS(714), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(718), + [anon_sym_goto] = ACTIONS(720), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -70526,12 +70284,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_try] = ACTIONS(197), + [anon_sym_template] = ACTIONS(976), + [anon_sym_try] = ACTIONS(724), [anon_sym_delete] = ACTIONS(121), - [anon_sym_throw] = ACTIONS(199), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_throw] = ACTIONS(726), + [anon_sym_co_return] = ACTIONS(736), + [anon_sym_co_yield] = ACTIONS(738), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -70550,203 +70308,322 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if_in_field_declaration_list] = STATE(289), [sym_preproc_ifdef_in_field_declaration_list] = STATE(289), [sym_type_definition] = STATE(289), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4418), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4348), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), [sym__field_declaration_list_item] = STATE(289), [sym_field_declaration] = STATE(289), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(4032), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(4019), [sym_template_declaration] = STATE(289), - [sym_operator_cast] = STATE(5459), + [sym_operator_cast] = STATE(5345), [sym_inline_method_definition] = STATE(289), - [sym__constructor_specifiers] = STATE(1906), + [sym__constructor_specifiers] = STATE(1912), [sym_operator_cast_definition] = STATE(289), [sym_operator_cast_declaration] = STATE(289), [sym_constructor_or_destructor_definition] = STATE(289), [sym_constructor_or_destructor_declaration] = STATE(289), [sym_friend_declaration] = STATE(289), [sym_access_specifier] = STATE(289), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), [sym_using_declaration] = STATE(289), [sym_alias_declaration] = STATE(289), [sym_static_assert_declaration] = STATE(289), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(289), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(2098), - [aux_sym_preproc_def_token1] = ACTIONS(2101), - [aux_sym_preproc_if_token1] = ACTIONS(2104), - [aux_sym_preproc_if_token2] = ACTIONS(2107), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2109), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2109), - [aux_sym_preproc_else_token1] = ACTIONS(2107), - [aux_sym_preproc_elif_token1] = ACTIONS(2107), - [sym_preproc_directive] = ACTIONS(2112), - [anon_sym_LPAREN2] = ACTIONS(2115), - [anon_sym_TILDE] = ACTIONS(2118), - [anon_sym_STAR] = ACTIONS(2121), - [anon_sym_AMP_AMP] = ACTIONS(2124), - [anon_sym_AMP] = ACTIONS(2127), - [anon_sym_typedef] = ACTIONS(2130), - [anon_sym_extern] = ACTIONS(2133), - [anon_sym___attribute__] = ACTIONS(2136), - [anon_sym_COLON_COLON] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2142), - [anon_sym___declspec] = ACTIONS(2145), - [anon_sym___based] = ACTIONS(2148), - [anon_sym_LBRACK] = ACTIONS(2151), - [anon_sym_static] = ACTIONS(2133), - [anon_sym_register] = ACTIONS(2133), - [anon_sym_inline] = ACTIONS(2133), - [anon_sym_thread_local] = ACTIONS(2133), - [anon_sym_const] = ACTIONS(2154), - [anon_sym_volatile] = ACTIONS(2154), - [anon_sym_restrict] = ACTIONS(2154), - [anon_sym__Atomic] = ACTIONS(2154), - [anon_sym_mutable] = ACTIONS(2154), - [anon_sym_constexpr] = ACTIONS(2154), - [anon_sym_constinit] = ACTIONS(2154), - [anon_sym_consteval] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2157), - [anon_sym_unsigned] = ACTIONS(2157), - [anon_sym_long] = ACTIONS(2157), - [anon_sym_short] = ACTIONS(2157), - [sym_primitive_type] = ACTIONS(2160), - [anon_sym_enum] = ACTIONS(2163), - [anon_sym_class] = ACTIONS(2166), - [anon_sym_struct] = ACTIONS(2169), - [anon_sym_union] = ACTIONS(2172), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2175), - [anon_sym_decltype] = ACTIONS(2178), - [anon_sym_virtual] = ACTIONS(2181), - [anon_sym_explicit] = ACTIONS(2184), - [anon_sym_public] = ACTIONS(2187), - [anon_sym_private] = ACTIONS(2187), - [anon_sym_protected] = ACTIONS(2187), - [anon_sym_typename] = ACTIONS(2190), - [anon_sym_template] = ACTIONS(2193), - [anon_sym_operator] = ACTIONS(2196), - [anon_sym_friend] = ACTIONS(2199), - [anon_sym_using] = ACTIONS(2202), - [anon_sym_static_assert] = ACTIONS(2205), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(2096), + [aux_sym_preproc_def_token1] = ACTIONS(2099), + [aux_sym_preproc_if_token1] = ACTIONS(2102), + [aux_sym_preproc_if_token2] = ACTIONS(2105), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2107), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2107), + [aux_sym_preproc_else_token1] = ACTIONS(2105), + [aux_sym_preproc_elif_token1] = ACTIONS(2105), + [sym_preproc_directive] = ACTIONS(2110), + [anon_sym_LPAREN2] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2116), + [anon_sym_STAR] = ACTIONS(2119), + [anon_sym_AMP_AMP] = ACTIONS(2122), + [anon_sym_AMP] = ACTIONS(2125), + [anon_sym_typedef] = ACTIONS(2128), + [anon_sym_extern] = ACTIONS(2131), + [anon_sym___attribute__] = ACTIONS(2134), + [anon_sym_COLON_COLON] = ACTIONS(2137), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2140), + [anon_sym___declspec] = ACTIONS(2143), + [anon_sym___based] = ACTIONS(2146), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_static] = ACTIONS(2131), + [anon_sym_register] = ACTIONS(2131), + [anon_sym_inline] = ACTIONS(2131), + [anon_sym_thread_local] = ACTIONS(2131), + [anon_sym_const] = ACTIONS(2152), + [anon_sym_volatile] = ACTIONS(2152), + [anon_sym_restrict] = ACTIONS(2152), + [anon_sym__Atomic] = ACTIONS(2152), + [anon_sym_mutable] = ACTIONS(2152), + [anon_sym_constexpr] = ACTIONS(2152), + [anon_sym_constinit] = ACTIONS(2152), + [anon_sym_consteval] = ACTIONS(2152), + [anon_sym_signed] = ACTIONS(2155), + [anon_sym_unsigned] = ACTIONS(2155), + [anon_sym_long] = ACTIONS(2155), + [anon_sym_short] = ACTIONS(2155), + [sym_primitive_type] = ACTIONS(2158), + [anon_sym_enum] = ACTIONS(2161), + [anon_sym_class] = ACTIONS(2164), + [anon_sym_struct] = ACTIONS(2167), + [anon_sym_union] = ACTIONS(2170), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2173), + [anon_sym_decltype] = ACTIONS(2176), + [anon_sym_virtual] = ACTIONS(2179), + [anon_sym_explicit] = ACTIONS(2182), + [anon_sym_public] = ACTIONS(2185), + [anon_sym_private] = ACTIONS(2185), + [anon_sym_protected] = ACTIONS(2185), + [anon_sym_typename] = ACTIONS(2188), + [anon_sym_template] = ACTIONS(2191), + [anon_sym_operator] = ACTIONS(2194), + [anon_sym_friend] = ACTIONS(2197), + [anon_sym_using] = ACTIONS(2200), + [anon_sym_static_assert] = ACTIONS(2203), }, [290] = { - [sym_preproc_def] = STATE(310), - [sym_preproc_function_def] = STATE(310), - [sym_preproc_call] = STATE(310), - [sym_preproc_if_in_field_declaration_list] = STATE(310), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(310), - [sym_type_definition] = STATE(310), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(310), - [sym_field_declaration] = STATE(310), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(310), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(310), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(310), - [sym_operator_cast_declaration] = STATE(310), - [sym_constructor_or_destructor_definition] = STATE(310), - [sym_constructor_or_destructor_declaration] = STATE(310), - [sym_friend_declaration] = STATE(310), - [sym_access_specifier] = STATE(310), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(310), - [sym_alias_declaration] = STATE(310), - [sym_static_assert_declaration] = STATE(310), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(310), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), + [sym_preproc_def] = STATE(290), + [sym_preproc_function_def] = STATE(290), + [sym_preproc_call] = STATE(290), + [sym_preproc_if_in_field_declaration_list] = STATE(290), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(290), + [sym_type_definition] = STATE(290), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(290), + [sym_field_declaration] = STATE(290), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(290), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(290), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(290), + [sym_operator_cast_declaration] = STATE(290), + [sym_constructor_or_destructor_definition] = STATE(290), + [sym_constructor_or_destructor_declaration] = STATE(290), + [sym_friend_declaration] = STATE(290), + [sym_access_specifier] = STATE(290), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(290), + [sym_alias_declaration] = STATE(290), + [sym_static_assert_declaration] = STATE(290), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(290), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(2096), + [aux_sym_preproc_def_token1] = ACTIONS(2206), + [aux_sym_preproc_if_token1] = ACTIONS(2209), [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(2215), + [anon_sym_LPAREN2] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2116), + [anon_sym_STAR] = ACTIONS(2119), + [anon_sym_AMP_AMP] = ACTIONS(2122), + [anon_sym_AMP] = ACTIONS(2125), + [anon_sym_typedef] = ACTIONS(2218), + [anon_sym_extern] = ACTIONS(2131), + [anon_sym___attribute__] = ACTIONS(2134), + [anon_sym_COLON_COLON] = ACTIONS(2137), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2140), + [anon_sym___declspec] = ACTIONS(2143), + [anon_sym___based] = ACTIONS(2146), + [anon_sym_RBRACE] = ACTIONS(2221), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_static] = ACTIONS(2131), + [anon_sym_register] = ACTIONS(2131), + [anon_sym_inline] = ACTIONS(2131), + [anon_sym_thread_local] = ACTIONS(2131), + [anon_sym_const] = ACTIONS(2152), + [anon_sym_volatile] = ACTIONS(2152), + [anon_sym_restrict] = ACTIONS(2152), + [anon_sym__Atomic] = ACTIONS(2152), + [anon_sym_mutable] = ACTIONS(2152), + [anon_sym_constexpr] = ACTIONS(2152), + [anon_sym_constinit] = ACTIONS(2152), + [anon_sym_consteval] = ACTIONS(2152), + [anon_sym_signed] = ACTIONS(2155), + [anon_sym_unsigned] = ACTIONS(2155), + [anon_sym_long] = ACTIONS(2155), + [anon_sym_short] = ACTIONS(2155), + [sym_primitive_type] = ACTIONS(2158), + [anon_sym_enum] = ACTIONS(2161), + [anon_sym_class] = ACTIONS(2164), + [anon_sym_struct] = ACTIONS(2167), + [anon_sym_union] = ACTIONS(2170), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2173), + [anon_sym_decltype] = ACTIONS(2176), + [anon_sym_virtual] = ACTIONS(2179), + [anon_sym_explicit] = ACTIONS(2182), + [anon_sym_public] = ACTIONS(2223), + [anon_sym_private] = ACTIONS(2223), + [anon_sym_protected] = ACTIONS(2223), + [anon_sym_typename] = ACTIONS(2188), + [anon_sym_template] = ACTIONS(2226), + [anon_sym_operator] = ACTIONS(2194), + [anon_sym_friend] = ACTIONS(2229), + [anon_sym_using] = ACTIONS(2232), + [anon_sym_static_assert] = ACTIONS(2235), + }, + [291] = { + [sym_preproc_def] = STATE(295), + [sym_preproc_function_def] = STATE(295), + [sym_preproc_call] = STATE(295), + [sym_preproc_if_in_field_declaration_list] = STATE(295), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(295), + [sym_type_definition] = STATE(295), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4351), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4940), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(295), + [sym_field_declaration] = STATE(295), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1905), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(295), + [sym_operator_cast] = STATE(5375), + [sym_inline_method_definition] = STATE(295), + [sym__constructor_specifiers] = STATE(1905), + [sym_operator_cast_definition] = STATE(295), + [sym_operator_cast_declaration] = STATE(295), + [sym_constructor_or_destructor_definition] = STATE(295), + [sym_constructor_or_destructor_declaration] = STATE(295), + [sym_friend_declaration] = STATE(295), + [sym_access_specifier] = STATE(295), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(295), + [sym_alias_declaration] = STATE(295), + [sym_static_assert_declaration] = STATE(295), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5375), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(295), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1905), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2238), + [aux_sym_preproc_if_token1] = ACTIONS(2240), + [aux_sym_preproc_if_token2] = ACTIONS(2242), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2244), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2244), + [sym_preproc_directive] = ACTIONS(2246), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2248), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2218), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -70759,113 +70636,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2250), + [anon_sym_private] = ACTIONS(2250), + [anon_sym_protected] = ACTIONS(2250), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2252), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2254), + [anon_sym_using] = ACTIONS(2256), + [anon_sym_static_assert] = ACTIONS(2258), }, - [291] = { + [292] = { [sym_preproc_def] = STATE(305), [sym_preproc_function_def] = STATE(305), [sym_preproc_call] = STATE(305), [sym_preproc_if_in_field_declaration_list] = STATE(305), [sym_preproc_ifdef_in_field_declaration_list] = STATE(305), [sym_type_definition] = STATE(305), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), [sym__field_declaration_list_item] = STATE(305), [sym_field_declaration] = STATE(305), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), [sym_template_declaration] = STATE(305), - [sym_operator_cast] = STATE(5493), + [sym_operator_cast] = STATE(5338), [sym_inline_method_definition] = STATE(305), - [sym__constructor_specifiers] = STATE(1879), + [sym__constructor_specifiers] = STATE(1892), [sym_operator_cast_definition] = STATE(305), [sym_operator_cast_declaration] = STATE(305), [sym_constructor_or_destructor_definition] = STATE(305), [sym_constructor_or_destructor_declaration] = STATE(305), [sym_friend_declaration] = STATE(305), [sym_access_specifier] = STATE(305), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), [sym_using_declaration] = STATE(305), [sym_alias_declaration] = STATE(305), [sym_static_assert_declaration] = STATE(305), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(305), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2230), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2270), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -70878,113 +70755,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [292] = { - [sym_preproc_def] = STATE(311), - [sym_preproc_function_def] = STATE(311), - [sym_preproc_call] = STATE(311), - [sym_preproc_if_in_field_declaration_list] = STATE(311), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(311), - [sym_type_definition] = STATE(311), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(311), - [sym_field_declaration] = STATE(311), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(311), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(311), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(311), - [sym_operator_cast_declaration] = STATE(311), - [sym_constructor_or_destructor_definition] = STATE(311), - [sym_constructor_or_destructor_declaration] = STATE(311), - [sym_friend_declaration] = STATE(311), - [sym_access_specifier] = STATE(311), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(311), - [sym_alias_declaration] = STATE(311), - [sym_static_assert_declaration] = STATE(311), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(311), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [293] = { + [sym_preproc_def] = STATE(290), + [sym_preproc_function_def] = STATE(290), + [sym_preproc_call] = STATE(290), + [sym_preproc_if_in_field_declaration_list] = STATE(290), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(290), + [sym_type_definition] = STATE(290), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(290), + [sym_field_declaration] = STATE(290), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(290), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(290), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(290), + [sym_operator_cast_declaration] = STATE(290), + [sym_constructor_or_destructor_definition] = STATE(290), + [sym_constructor_or_destructor_declaration] = STATE(290), + [sym_friend_declaration] = STATE(290), + [sym_access_specifier] = STATE(290), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(290), + [sym_alias_declaration] = STATE(290), + [sym_static_assert_declaration] = STATE(290), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(290), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2232), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2282), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -70997,113 +70874,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [293] = { - [sym_preproc_def] = STATE(305), - [sym_preproc_function_def] = STATE(305), - [sym_preproc_call] = STATE(305), - [sym_preproc_if_in_field_declaration_list] = STATE(305), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(305), - [sym_type_definition] = STATE(305), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(305), - [sym_field_declaration] = STATE(305), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(305), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(305), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(305), - [sym_operator_cast_declaration] = STATE(305), - [sym_constructor_or_destructor_definition] = STATE(305), - [sym_constructor_or_destructor_declaration] = STATE(305), - [sym_friend_declaration] = STATE(305), - [sym_access_specifier] = STATE(305), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(305), - [sym_alias_declaration] = STATE(305), - [sym_static_assert_declaration] = STATE(305), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(305), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [294] = { + [sym_preproc_def] = STATE(290), + [sym_preproc_function_def] = STATE(290), + [sym_preproc_call] = STATE(290), + [sym_preproc_if_in_field_declaration_list] = STATE(290), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(290), + [sym_type_definition] = STATE(290), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(290), + [sym_field_declaration] = STATE(290), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(290), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(290), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(290), + [sym_operator_cast_declaration] = STATE(290), + [sym_constructor_or_destructor_definition] = STATE(290), + [sym_constructor_or_destructor_declaration] = STATE(290), + [sym_friend_declaration] = STATE(290), + [sym_access_specifier] = STATE(290), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(290), + [sym_alias_declaration] = STATE(290), + [sym_static_assert_declaration] = STATE(290), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(290), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2234), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2284), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -71116,113 +70993,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [294] = { - [sym_preproc_def] = STATE(309), - [sym_preproc_function_def] = STATE(309), - [sym_preproc_call] = STATE(309), - [sym_preproc_if_in_field_declaration_list] = STATE(309), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(309), - [sym_type_definition] = STATE(309), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(309), - [sym_field_declaration] = STATE(309), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(309), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(309), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(309), - [sym_operator_cast_declaration] = STATE(309), - [sym_constructor_or_destructor_definition] = STATE(309), - [sym_constructor_or_destructor_declaration] = STATE(309), - [sym_friend_declaration] = STATE(309), - [sym_access_specifier] = STATE(309), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(309), - [sym_alias_declaration] = STATE(309), - [sym_static_assert_declaration] = STATE(309), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(309), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [295] = { + [sym_preproc_def] = STATE(302), + [sym_preproc_function_def] = STATE(302), + [sym_preproc_call] = STATE(302), + [sym_preproc_if_in_field_declaration_list] = STATE(302), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(302), + [sym_type_definition] = STATE(302), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4351), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4940), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(302), + [sym_field_declaration] = STATE(302), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1905), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(302), + [sym_operator_cast] = STATE(5375), + [sym_inline_method_definition] = STATE(302), + [sym__constructor_specifiers] = STATE(1905), + [sym_operator_cast_definition] = STATE(302), + [sym_operator_cast_declaration] = STATE(302), + [sym_constructor_or_destructor_definition] = STATE(302), + [sym_constructor_or_destructor_declaration] = STATE(302), + [sym_friend_declaration] = STATE(302), + [sym_access_specifier] = STATE(302), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(302), + [sym_alias_declaration] = STATE(302), + [sym_static_assert_declaration] = STATE(302), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5375), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(302), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1905), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2238), + [aux_sym_preproc_if_token1] = ACTIONS(2240), + [aux_sym_preproc_if_token2] = ACTIONS(2286), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2244), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2244), + [sym_preproc_directive] = ACTIONS(2246), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2248), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2236), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -71235,113 +71112,232 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2250), + [anon_sym_private] = ACTIONS(2250), + [anon_sym_protected] = ACTIONS(2250), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2252), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2254), + [anon_sym_using] = ACTIONS(2256), + [anon_sym_static_assert] = ACTIONS(2258), }, - [295] = { - [sym_preproc_def] = STATE(291), - [sym_preproc_function_def] = STATE(291), - [sym_preproc_call] = STATE(291), - [sym_preproc_if_in_field_declaration_list] = STATE(291), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(291), - [sym_type_definition] = STATE(291), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(291), - [sym_field_declaration] = STATE(291), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(291), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(291), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(291), - [sym_operator_cast_declaration] = STATE(291), - [sym_constructor_or_destructor_definition] = STATE(291), - [sym_constructor_or_destructor_declaration] = STATE(291), - [sym_friend_declaration] = STATE(291), - [sym_access_specifier] = STATE(291), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(291), - [sym_alias_declaration] = STATE(291), - [sym_static_assert_declaration] = STATE(291), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(291), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [296] = { + [ts_builtin_sym_end] = ACTIONS(2288), + [sym_identifier] = ACTIONS(2290), + [aux_sym_preproc_include_token1] = ACTIONS(2290), + [aux_sym_preproc_def_token1] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2288), + [anon_sym_RPAREN] = ACTIONS(2288), + [aux_sym_preproc_if_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), + [sym_preproc_directive] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2290), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_PIPE_PIPE] = ACTIONS(2288), + [anon_sym_AMP_AMP] = ACTIONS(2288), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_SEMI] = ACTIONS(2288), + [anon_sym_typedef] = ACTIONS(2290), + [anon_sym_extern] = ACTIONS(2290), + [anon_sym___attribute__] = ACTIONS(2290), + [anon_sym_COLON_COLON] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2290), + [anon_sym___based] = ACTIONS(2290), + [anon_sym___cdecl] = ACTIONS(2290), + [anon_sym___clrcall] = ACTIONS(2290), + [anon_sym___stdcall] = ACTIONS(2290), + [anon_sym___fastcall] = ACTIONS(2290), + [anon_sym___thiscall] = ACTIONS(2290), + [anon_sym___vectorcall] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_EQ] = ACTIONS(2288), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_register] = ACTIONS(2290), + [anon_sym_inline] = ACTIONS(2290), + [anon_sym_thread_local] = ACTIONS(2290), + [anon_sym_const] = ACTIONS(2290), + [anon_sym_volatile] = ACTIONS(2290), + [anon_sym_restrict] = ACTIONS(2290), + [anon_sym__Atomic] = ACTIONS(2290), + [anon_sym_mutable] = ACTIONS(2290), + [anon_sym_constexpr] = ACTIONS(2290), + [anon_sym_constinit] = ACTIONS(2290), + [anon_sym_consteval] = ACTIONS(2290), + [anon_sym_signed] = ACTIONS(2290), + [anon_sym_unsigned] = ACTIONS(2290), + [anon_sym_long] = ACTIONS(2290), + [anon_sym_short] = ACTIONS(2290), + [sym_primitive_type] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_union] = ACTIONS(2290), + [anon_sym_if] = ACTIONS(2290), + [anon_sym_else] = ACTIONS(2290), + [anon_sym_switch] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_default] = ACTIONS(2290), + [anon_sym_while] = ACTIONS(2290), + [anon_sym_do] = ACTIONS(2290), + [anon_sym_for] = ACTIONS(2290), + [anon_sym_return] = ACTIONS(2290), + [anon_sym_break] = ACTIONS(2290), + [anon_sym_continue] = ACTIONS(2290), + [anon_sym_goto] = ACTIONS(2290), + [anon_sym_not] = ACTIONS(2290), + [anon_sym_compl] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2290), + [sym_number_literal] = ACTIONS(2288), + [anon_sym_L_SQUOTE] = ACTIONS(2288), + [anon_sym_u_SQUOTE] = ACTIONS(2288), + [anon_sym_U_SQUOTE] = ACTIONS(2288), + [anon_sym_u8_SQUOTE] = ACTIONS(2288), + [anon_sym_SQUOTE] = ACTIONS(2288), + [anon_sym_L_DQUOTE] = ACTIONS(2288), + [anon_sym_u_DQUOTE] = ACTIONS(2288), + [anon_sym_U_DQUOTE] = ACTIONS(2288), + [anon_sym_u8_DQUOTE] = ACTIONS(2288), + [anon_sym_DQUOTE] = ACTIONS(2288), + [sym_true] = ACTIONS(2290), + [sym_false] = ACTIONS(2290), + [sym_null] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2290), + [anon_sym_decltype] = ACTIONS(2290), + [anon_sym_virtual] = ACTIONS(2290), + [anon_sym_explicit] = ACTIONS(2290), + [anon_sym_typename] = ACTIONS(2290), + [anon_sym_template] = ACTIONS(2290), + [anon_sym_GT2] = ACTIONS(2288), + [anon_sym_operator] = ACTIONS(2290), + [anon_sym_try] = ACTIONS(2290), + [anon_sym_delete] = ACTIONS(2290), + [anon_sym_throw] = ACTIONS(2290), + [anon_sym_namespace] = ACTIONS(2290), + [anon_sym_using] = ACTIONS(2290), + [anon_sym_static_assert] = ACTIONS(2290), + [anon_sym_concept] = ACTIONS(2290), + [anon_sym_co_return] = ACTIONS(2290), + [anon_sym_co_yield] = ACTIONS(2290), + [anon_sym_catch] = ACTIONS(2290), + [anon_sym_R_DQUOTE] = ACTIONS(2288), + [anon_sym_LR_DQUOTE] = ACTIONS(2288), + [anon_sym_uR_DQUOTE] = ACTIONS(2288), + [anon_sym_UR_DQUOTE] = ACTIONS(2288), + [anon_sym_u8R_DQUOTE] = ACTIONS(2288), + [anon_sym_co_await] = ACTIONS(2290), + [anon_sym_new] = ACTIONS(2290), + [anon_sym_requires] = ACTIONS(2290), + [sym_this] = ACTIONS(2290), + [sym_nullptr] = ACTIONS(2290), + }, + [297] = { + [sym_preproc_def] = STATE(309), + [sym_preproc_function_def] = STATE(309), + [sym_preproc_call] = STATE(309), + [sym_preproc_if_in_field_declaration_list] = STATE(309), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(309), + [sym_type_definition] = STATE(309), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(309), + [sym_field_declaration] = STATE(309), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(309), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(309), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(309), + [sym_operator_cast_declaration] = STATE(309), + [sym_constructor_or_destructor_definition] = STATE(309), + [sym_constructor_or_destructor_declaration] = STATE(309), + [sym_friend_declaration] = STATE(309), + [sym_access_specifier] = STATE(309), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(309), + [sym_alias_declaration] = STATE(309), + [sym_static_assert_declaration] = STATE(309), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(309), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2238), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2292), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -71354,113 +71350,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [296] = { - [sym_preproc_def] = STATE(298), - [sym_preproc_function_def] = STATE(298), - [sym_preproc_call] = STATE(298), - [sym_preproc_if_in_field_declaration_list] = STATE(298), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(298), - [sym_type_definition] = STATE(298), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(298), - [sym_field_declaration] = STATE(298), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(298), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(298), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(298), - [sym_operator_cast_declaration] = STATE(298), - [sym_constructor_or_destructor_definition] = STATE(298), - [sym_constructor_or_destructor_declaration] = STATE(298), - [sym_friend_declaration] = STATE(298), - [sym_access_specifier] = STATE(298), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(298), - [sym_alias_declaration] = STATE(298), - [sym_static_assert_declaration] = STATE(298), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(298), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [298] = { + [sym_preproc_def] = STATE(293), + [sym_preproc_function_def] = STATE(293), + [sym_preproc_call] = STATE(293), + [sym_preproc_if_in_field_declaration_list] = STATE(293), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(293), + [sym_type_definition] = STATE(293), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(293), + [sym_field_declaration] = STATE(293), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(293), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(293), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(293), + [sym_operator_cast_declaration] = STATE(293), + [sym_constructor_or_destructor_definition] = STATE(293), + [sym_constructor_or_destructor_declaration] = STATE(293), + [sym_friend_declaration] = STATE(293), + [sym_access_specifier] = STATE(293), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(293), + [sym_alias_declaration] = STATE(293), + [sym_static_assert_declaration] = STATE(293), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(293), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2240), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2294), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -71473,113 +71469,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [297] = { - [sym_preproc_def] = STATE(304), - [sym_preproc_function_def] = STATE(304), - [sym_preproc_call] = STATE(304), - [sym_preproc_if_in_field_declaration_list] = STATE(304), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(304), - [sym_type_definition] = STATE(304), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(304), - [sym_field_declaration] = STATE(304), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(304), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(304), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(304), - [sym_operator_cast_declaration] = STATE(304), - [sym_constructor_or_destructor_definition] = STATE(304), - [sym_constructor_or_destructor_declaration] = STATE(304), - [sym_friend_declaration] = STATE(304), - [sym_access_specifier] = STATE(304), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(304), - [sym_alias_declaration] = STATE(304), - [sym_static_assert_declaration] = STATE(304), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(304), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [299] = { + [sym_preproc_def] = STATE(290), + [sym_preproc_function_def] = STATE(290), + [sym_preproc_call] = STATE(290), + [sym_preproc_if_in_field_declaration_list] = STATE(290), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(290), + [sym_type_definition] = STATE(290), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(290), + [sym_field_declaration] = STATE(290), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(290), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(290), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(290), + [sym_operator_cast_declaration] = STATE(290), + [sym_constructor_or_destructor_definition] = STATE(290), + [sym_constructor_or_destructor_declaration] = STATE(290), + [sym_friend_declaration] = STATE(290), + [sym_access_specifier] = STATE(290), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(290), + [sym_alias_declaration] = STATE(290), + [sym_static_assert_declaration] = STATE(290), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(290), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2242), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2296), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -71592,113 +71588,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [298] = { - [sym_preproc_def] = STATE(305), - [sym_preproc_function_def] = STATE(305), - [sym_preproc_call] = STATE(305), - [sym_preproc_if_in_field_declaration_list] = STATE(305), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(305), - [sym_type_definition] = STATE(305), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(305), - [sym_field_declaration] = STATE(305), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(305), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(305), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(305), - [sym_operator_cast_declaration] = STATE(305), - [sym_constructor_or_destructor_definition] = STATE(305), - [sym_constructor_or_destructor_declaration] = STATE(305), - [sym_friend_declaration] = STATE(305), - [sym_access_specifier] = STATE(305), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(305), - [sym_alias_declaration] = STATE(305), - [sym_static_assert_declaration] = STATE(305), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(305), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [300] = { + [sym_preproc_def] = STATE(312), + [sym_preproc_function_def] = STATE(312), + [sym_preproc_call] = STATE(312), + [sym_preproc_if_in_field_declaration_list] = STATE(312), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(312), + [sym_type_definition] = STATE(312), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(312), + [sym_field_declaration] = STATE(312), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(312), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(312), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(312), + [sym_operator_cast_declaration] = STATE(312), + [sym_constructor_or_destructor_definition] = STATE(312), + [sym_constructor_or_destructor_declaration] = STATE(312), + [sym_friend_declaration] = STATE(312), + [sym_access_specifier] = STATE(312), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(312), + [sym_alias_declaration] = STATE(312), + [sym_static_assert_declaration] = STATE(312), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(312), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2244), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2298), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -71711,232 +71707,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), - }, - [299] = { - [ts_builtin_sym_end] = ACTIONS(2246), - [sym_identifier] = ACTIONS(2248), - [aux_sym_preproc_include_token1] = ACTIONS(2248), - [aux_sym_preproc_def_token1] = ACTIONS(2248), - [anon_sym_COMMA] = ACTIONS(2246), - [anon_sym_RPAREN] = ACTIONS(2246), - [aux_sym_preproc_if_token1] = ACTIONS(2248), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2248), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2248), - [sym_preproc_directive] = ACTIONS(2248), - [anon_sym_LPAREN2] = ACTIONS(2246), - [anon_sym_BANG] = ACTIONS(2246), - [anon_sym_TILDE] = ACTIONS(2246), - [anon_sym_DASH] = ACTIONS(2248), - [anon_sym_PLUS] = ACTIONS(2248), - [anon_sym_STAR] = ACTIONS(2246), - [anon_sym_PIPE_PIPE] = ACTIONS(2246), - [anon_sym_AMP_AMP] = ACTIONS(2246), - [anon_sym_AMP] = ACTIONS(2248), - [anon_sym_SEMI] = ACTIONS(2246), - [anon_sym_typedef] = ACTIONS(2248), - [anon_sym_extern] = ACTIONS(2248), - [anon_sym___attribute__] = ACTIONS(2248), - [anon_sym_COLON_COLON] = ACTIONS(2246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2246), - [anon_sym___declspec] = ACTIONS(2248), - [anon_sym___based] = ACTIONS(2248), - [anon_sym___cdecl] = ACTIONS(2248), - [anon_sym___clrcall] = ACTIONS(2248), - [anon_sym___stdcall] = ACTIONS(2248), - [anon_sym___fastcall] = ACTIONS(2248), - [anon_sym___thiscall] = ACTIONS(2248), - [anon_sym___vectorcall] = ACTIONS(2248), - [anon_sym_LBRACE] = ACTIONS(2246), - [anon_sym_LBRACK] = ACTIONS(2248), - [anon_sym_EQ] = ACTIONS(2246), - [anon_sym_static] = ACTIONS(2248), - [anon_sym_register] = ACTIONS(2248), - [anon_sym_inline] = ACTIONS(2248), - [anon_sym_thread_local] = ACTIONS(2248), - [anon_sym_const] = ACTIONS(2248), - [anon_sym_volatile] = ACTIONS(2248), - [anon_sym_restrict] = ACTIONS(2248), - [anon_sym__Atomic] = ACTIONS(2248), - [anon_sym_mutable] = ACTIONS(2248), - [anon_sym_constexpr] = ACTIONS(2248), - [anon_sym_constinit] = ACTIONS(2248), - [anon_sym_consteval] = ACTIONS(2248), - [anon_sym_signed] = ACTIONS(2248), - [anon_sym_unsigned] = ACTIONS(2248), - [anon_sym_long] = ACTIONS(2248), - [anon_sym_short] = ACTIONS(2248), - [sym_primitive_type] = ACTIONS(2248), - [anon_sym_enum] = ACTIONS(2248), - [anon_sym_class] = ACTIONS(2248), - [anon_sym_struct] = ACTIONS(2248), - [anon_sym_union] = ACTIONS(2248), - [anon_sym_if] = ACTIONS(2248), - [anon_sym_else] = ACTIONS(2248), - [anon_sym_switch] = ACTIONS(2248), - [anon_sym_case] = ACTIONS(2248), - [anon_sym_default] = ACTIONS(2248), - [anon_sym_while] = ACTIONS(2248), - [anon_sym_do] = ACTIONS(2248), - [anon_sym_for] = ACTIONS(2248), - [anon_sym_return] = ACTIONS(2248), - [anon_sym_break] = ACTIONS(2248), - [anon_sym_continue] = ACTIONS(2248), - [anon_sym_goto] = ACTIONS(2248), - [anon_sym_not] = ACTIONS(2248), - [anon_sym_compl] = ACTIONS(2248), - [anon_sym_DASH_DASH] = ACTIONS(2246), - [anon_sym_PLUS_PLUS] = ACTIONS(2246), - [anon_sym_sizeof] = ACTIONS(2248), - [sym_number_literal] = ACTIONS(2246), - [anon_sym_L_SQUOTE] = ACTIONS(2246), - [anon_sym_u_SQUOTE] = ACTIONS(2246), - [anon_sym_U_SQUOTE] = ACTIONS(2246), - [anon_sym_u8_SQUOTE] = ACTIONS(2246), - [anon_sym_SQUOTE] = ACTIONS(2246), - [anon_sym_L_DQUOTE] = ACTIONS(2246), - [anon_sym_u_DQUOTE] = ACTIONS(2246), - [anon_sym_U_DQUOTE] = ACTIONS(2246), - [anon_sym_u8_DQUOTE] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2246), - [sym_true] = ACTIONS(2248), - [sym_false] = ACTIONS(2248), - [sym_null] = ACTIONS(2248), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2248), - [anon_sym_decltype] = ACTIONS(2248), - [anon_sym_virtual] = ACTIONS(2248), - [anon_sym_explicit] = ACTIONS(2248), - [anon_sym_typename] = ACTIONS(2248), - [anon_sym_template] = ACTIONS(2248), - [anon_sym_GT2] = ACTIONS(2246), - [anon_sym_operator] = ACTIONS(2248), - [anon_sym_try] = ACTIONS(2248), - [anon_sym_delete] = ACTIONS(2248), - [anon_sym_throw] = ACTIONS(2248), - [anon_sym_namespace] = ACTIONS(2248), - [anon_sym_using] = ACTIONS(2248), - [anon_sym_static_assert] = ACTIONS(2248), - [anon_sym_concept] = ACTIONS(2248), - [anon_sym_co_return] = ACTIONS(2248), - [anon_sym_co_yield] = ACTIONS(2248), - [anon_sym_catch] = ACTIONS(2248), - [anon_sym_R_DQUOTE] = ACTIONS(2246), - [anon_sym_LR_DQUOTE] = ACTIONS(2246), - [anon_sym_uR_DQUOTE] = ACTIONS(2246), - [anon_sym_UR_DQUOTE] = ACTIONS(2246), - [anon_sym_u8R_DQUOTE] = ACTIONS(2246), - [anon_sym_co_await] = ACTIONS(2248), - [anon_sym_new] = ACTIONS(2248), - [anon_sym_requires] = ACTIONS(2248), - [sym_this] = ACTIONS(2248), - [sym_nullptr] = ACTIONS(2248), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [300] = { - [sym_preproc_def] = STATE(308), - [sym_preproc_function_def] = STATE(308), - [sym_preproc_call] = STATE(308), - [sym_preproc_if_in_field_declaration_list] = STATE(308), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(308), - [sym_type_definition] = STATE(308), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(308), - [sym_field_declaration] = STATE(308), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(308), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(308), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(308), - [sym_operator_cast_declaration] = STATE(308), - [sym_constructor_or_destructor_definition] = STATE(308), - [sym_constructor_or_destructor_declaration] = STATE(308), - [sym_friend_declaration] = STATE(308), - [sym_access_specifier] = STATE(308), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(308), - [sym_alias_declaration] = STATE(308), - [sym_static_assert_declaration] = STATE(308), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(308), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [301] = { + [sym_preproc_def] = STATE(294), + [sym_preproc_function_def] = STATE(294), + [sym_preproc_call] = STATE(294), + [sym_preproc_if_in_field_declaration_list] = STATE(294), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(294), + [sym_type_definition] = STATE(294), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(294), + [sym_field_declaration] = STATE(294), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(294), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(294), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(294), + [sym_operator_cast_declaration] = STATE(294), + [sym_constructor_or_destructor_definition] = STATE(294), + [sym_constructor_or_destructor_declaration] = STATE(294), + [sym_friend_declaration] = STATE(294), + [sym_access_specifier] = STATE(294), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(294), + [sym_alias_declaration] = STATE(294), + [sym_static_assert_declaration] = STATE(294), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(294), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2250), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2300), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -71949,113 +71826,232 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [301] = { - [sym_preproc_def] = STATE(293), - [sym_preproc_function_def] = STATE(293), - [sym_preproc_call] = STATE(293), - [sym_preproc_if_in_field_declaration_list] = STATE(293), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(293), - [sym_type_definition] = STATE(293), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(293), - [sym_field_declaration] = STATE(293), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(293), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(293), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(293), - [sym_operator_cast_declaration] = STATE(293), - [sym_constructor_or_destructor_definition] = STATE(293), - [sym_constructor_or_destructor_declaration] = STATE(293), - [sym_friend_declaration] = STATE(293), - [sym_access_specifier] = STATE(293), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(293), - [sym_alias_declaration] = STATE(293), - [sym_static_assert_declaration] = STATE(293), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(293), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [302] = { + [sym_preproc_def] = STATE(302), + [sym_preproc_function_def] = STATE(302), + [sym_preproc_call] = STATE(302), + [sym_preproc_if_in_field_declaration_list] = STATE(302), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(302), + [sym_type_definition] = STATE(302), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4351), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4940), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(302), + [sym_field_declaration] = STATE(302), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1905), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(302), + [sym_operator_cast] = STATE(5375), + [sym_inline_method_definition] = STATE(302), + [sym__constructor_specifiers] = STATE(1905), + [sym_operator_cast_definition] = STATE(302), + [sym_operator_cast_declaration] = STATE(302), + [sym_constructor_or_destructor_definition] = STATE(302), + [sym_constructor_or_destructor_declaration] = STATE(302), + [sym_friend_declaration] = STATE(302), + [sym_access_specifier] = STATE(302), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(302), + [sym_alias_declaration] = STATE(302), + [sym_static_assert_declaration] = STATE(302), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5375), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(302), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1905), + [sym_identifier] = ACTIONS(2096), + [aux_sym_preproc_def_token1] = ACTIONS(2302), + [aux_sym_preproc_if_token1] = ACTIONS(2305), + [aux_sym_preproc_if_token2] = ACTIONS(2105), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2308), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2308), + [sym_preproc_directive] = ACTIONS(2311), + [anon_sym_LPAREN2] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2116), + [anon_sym_STAR] = ACTIONS(2119), + [anon_sym_AMP_AMP] = ACTIONS(2122), + [anon_sym_AMP] = ACTIONS(2125), + [anon_sym_typedef] = ACTIONS(2314), + [anon_sym_extern] = ACTIONS(2131), + [anon_sym___attribute__] = ACTIONS(2134), + [anon_sym_COLON_COLON] = ACTIONS(2137), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2140), + [anon_sym___declspec] = ACTIONS(2143), + [anon_sym___based] = ACTIONS(2146), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_static] = ACTIONS(2131), + [anon_sym_register] = ACTIONS(2131), + [anon_sym_inline] = ACTIONS(2131), + [anon_sym_thread_local] = ACTIONS(2131), + [anon_sym_const] = ACTIONS(2152), + [anon_sym_volatile] = ACTIONS(2152), + [anon_sym_restrict] = ACTIONS(2152), + [anon_sym__Atomic] = ACTIONS(2152), + [anon_sym_mutable] = ACTIONS(2152), + [anon_sym_constexpr] = ACTIONS(2152), + [anon_sym_constinit] = ACTIONS(2152), + [anon_sym_consteval] = ACTIONS(2152), + [anon_sym_signed] = ACTIONS(2155), + [anon_sym_unsigned] = ACTIONS(2155), + [anon_sym_long] = ACTIONS(2155), + [anon_sym_short] = ACTIONS(2155), + [sym_primitive_type] = ACTIONS(2158), + [anon_sym_enum] = ACTIONS(2161), + [anon_sym_class] = ACTIONS(2164), + [anon_sym_struct] = ACTIONS(2167), + [anon_sym_union] = ACTIONS(2170), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2173), + [anon_sym_decltype] = ACTIONS(2176), + [anon_sym_virtual] = ACTIONS(2179), + [anon_sym_explicit] = ACTIONS(2182), + [anon_sym_public] = ACTIONS(2317), + [anon_sym_private] = ACTIONS(2317), + [anon_sym_protected] = ACTIONS(2317), + [anon_sym_typename] = ACTIONS(2188), + [anon_sym_template] = ACTIONS(2320), + [anon_sym_operator] = ACTIONS(2194), + [anon_sym_friend] = ACTIONS(2323), + [anon_sym_using] = ACTIONS(2326), + [anon_sym_static_assert] = ACTIONS(2329), + }, + [303] = { + [sym_preproc_def] = STATE(290), + [sym_preproc_function_def] = STATE(290), + [sym_preproc_call] = STATE(290), + [sym_preproc_if_in_field_declaration_list] = STATE(290), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(290), + [sym_type_definition] = STATE(290), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(290), + [sym_field_declaration] = STATE(290), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(290), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(290), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(290), + [sym_operator_cast_declaration] = STATE(290), + [sym_constructor_or_destructor_definition] = STATE(290), + [sym_constructor_or_destructor_declaration] = STATE(290), + [sym_friend_declaration] = STATE(290), + [sym_access_specifier] = STATE(290), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(290), + [sym_alias_declaration] = STATE(290), + [sym_static_assert_declaration] = STATE(290), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(290), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2252), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2332), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -72068,113 +72064,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [302] = { - [sym_preproc_def] = STATE(305), - [sym_preproc_function_def] = STATE(305), - [sym_preproc_call] = STATE(305), - [sym_preproc_if_in_field_declaration_list] = STATE(305), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(305), - [sym_type_definition] = STATE(305), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(305), - [sym_field_declaration] = STATE(305), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(305), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(305), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(305), - [sym_operator_cast_declaration] = STATE(305), - [sym_constructor_or_destructor_definition] = STATE(305), - [sym_constructor_or_destructor_declaration] = STATE(305), - [sym_friend_declaration] = STATE(305), - [sym_access_specifier] = STATE(305), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(305), - [sym_alias_declaration] = STATE(305), - [sym_static_assert_declaration] = STATE(305), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(305), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [304] = { + [sym_preproc_def] = STATE(290), + [sym_preproc_function_def] = STATE(290), + [sym_preproc_call] = STATE(290), + [sym_preproc_if_in_field_declaration_list] = STATE(290), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(290), + [sym_type_definition] = STATE(290), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(290), + [sym_field_declaration] = STATE(290), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(290), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(290), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(290), + [sym_operator_cast_declaration] = STATE(290), + [sym_constructor_or_destructor_definition] = STATE(290), + [sym_constructor_or_destructor_declaration] = STATE(290), + [sym_friend_declaration] = STATE(290), + [sym_access_specifier] = STATE(290), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(290), + [sym_alias_declaration] = STATE(290), + [sym_static_assert_declaration] = STATE(290), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(290), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2254), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2334), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -72187,113 +72183,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [303] = { - [sym_preproc_def] = STATE(307), - [sym_preproc_function_def] = STATE(307), - [sym_preproc_call] = STATE(307), - [sym_preproc_if_in_field_declaration_list] = STATE(307), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(307), - [sym_type_definition] = STATE(307), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4421), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5014), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(307), - [sym_field_declaration] = STATE(307), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1902), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(307), - [sym_operator_cast] = STATE(5494), - [sym_inline_method_definition] = STATE(307), - [sym__constructor_specifiers] = STATE(1902), - [sym_operator_cast_definition] = STATE(307), - [sym_operator_cast_declaration] = STATE(307), - [sym_constructor_or_destructor_definition] = STATE(307), - [sym_constructor_or_destructor_declaration] = STATE(307), - [sym_friend_declaration] = STATE(307), - [sym_access_specifier] = STATE(307), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(307), - [sym_alias_declaration] = STATE(307), - [sym_static_assert_declaration] = STATE(307), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5494), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(307), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1902), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2256), - [aux_sym_preproc_if_token1] = ACTIONS(2258), - [aux_sym_preproc_if_token2] = ACTIONS(2260), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2262), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2262), - [sym_preproc_directive] = ACTIONS(2264), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [305] = { + [sym_preproc_def] = STATE(290), + [sym_preproc_function_def] = STATE(290), + [sym_preproc_call] = STATE(290), + [sym_preproc_if_in_field_declaration_list] = STATE(290), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(290), + [sym_type_definition] = STATE(290), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(290), + [sym_field_declaration] = STATE(290), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(290), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(290), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(290), + [sym_operator_cast_declaration] = STATE(290), + [sym_constructor_or_destructor_definition] = STATE(290), + [sym_constructor_or_destructor_declaration] = STATE(290), + [sym_friend_declaration] = STATE(290), + [sym_access_specifier] = STATE(290), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(290), + [sym_alias_declaration] = STATE(290), + [sym_static_assert_declaration] = STATE(290), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(290), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2266), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2336), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -72306,113 +72302,232 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2268), - [anon_sym_private] = ACTIONS(2268), - [anon_sym_protected] = ACTIONS(2268), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2270), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2272), - [anon_sym_using] = ACTIONS(2274), - [anon_sym_static_assert] = ACTIONS(2276), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [304] = { - [sym_preproc_def] = STATE(305), - [sym_preproc_function_def] = STATE(305), - [sym_preproc_call] = STATE(305), - [sym_preproc_if_in_field_declaration_list] = STATE(305), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(305), - [sym_type_definition] = STATE(305), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(305), - [sym_field_declaration] = STATE(305), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(305), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(305), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(305), - [sym_operator_cast_declaration] = STATE(305), - [sym_constructor_or_destructor_definition] = STATE(305), - [sym_constructor_or_destructor_declaration] = STATE(305), - [sym_friend_declaration] = STATE(305), - [sym_access_specifier] = STATE(305), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(305), - [sym_alias_declaration] = STATE(305), - [sym_static_assert_declaration] = STATE(305), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(305), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [306] = { + [ts_builtin_sym_end] = ACTIONS(2338), + [sym_identifier] = ACTIONS(2340), + [aux_sym_preproc_include_token1] = ACTIONS(2340), + [aux_sym_preproc_def_token1] = ACTIONS(2340), + [anon_sym_COMMA] = ACTIONS(2338), + [anon_sym_RPAREN] = ACTIONS(2338), + [aux_sym_preproc_if_token1] = ACTIONS(2340), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2340), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2340), + [sym_preproc_directive] = ACTIONS(2340), + [anon_sym_LPAREN2] = ACTIONS(2338), + [anon_sym_BANG] = ACTIONS(2338), + [anon_sym_TILDE] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2340), + [anon_sym_PLUS] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_PIPE_PIPE] = ACTIONS(2338), + [anon_sym_AMP_AMP] = ACTIONS(2338), + [anon_sym_AMP] = ACTIONS(2340), + [anon_sym_SEMI] = ACTIONS(2338), + [anon_sym_typedef] = ACTIONS(2340), + [anon_sym_extern] = ACTIONS(2340), + [anon_sym___attribute__] = ACTIONS(2340), + [anon_sym_COLON_COLON] = ACTIONS(2338), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2338), + [anon_sym___declspec] = ACTIONS(2340), + [anon_sym___based] = ACTIONS(2340), + [anon_sym___cdecl] = ACTIONS(2340), + [anon_sym___clrcall] = ACTIONS(2340), + [anon_sym___stdcall] = ACTIONS(2340), + [anon_sym___fastcall] = ACTIONS(2340), + [anon_sym___thiscall] = ACTIONS(2340), + [anon_sym___vectorcall] = ACTIONS(2340), + [anon_sym_LBRACE] = ACTIONS(2338), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_EQ] = ACTIONS(2338), + [anon_sym_static] = ACTIONS(2340), + [anon_sym_register] = ACTIONS(2340), + [anon_sym_inline] = ACTIONS(2340), + [anon_sym_thread_local] = ACTIONS(2340), + [anon_sym_const] = ACTIONS(2340), + [anon_sym_volatile] = ACTIONS(2340), + [anon_sym_restrict] = ACTIONS(2340), + [anon_sym__Atomic] = ACTIONS(2340), + [anon_sym_mutable] = ACTIONS(2340), + [anon_sym_constexpr] = ACTIONS(2340), + [anon_sym_constinit] = ACTIONS(2340), + [anon_sym_consteval] = ACTIONS(2340), + [anon_sym_signed] = ACTIONS(2340), + [anon_sym_unsigned] = ACTIONS(2340), + [anon_sym_long] = ACTIONS(2340), + [anon_sym_short] = ACTIONS(2340), + [sym_primitive_type] = ACTIONS(2340), + [anon_sym_enum] = ACTIONS(2340), + [anon_sym_class] = ACTIONS(2340), + [anon_sym_struct] = ACTIONS(2340), + [anon_sym_union] = ACTIONS(2340), + [anon_sym_if] = ACTIONS(2340), + [anon_sym_else] = ACTIONS(2340), + [anon_sym_switch] = ACTIONS(2340), + [anon_sym_case] = ACTIONS(2340), + [anon_sym_default] = ACTIONS(2340), + [anon_sym_while] = ACTIONS(2340), + [anon_sym_do] = ACTIONS(2340), + [anon_sym_for] = ACTIONS(2340), + [anon_sym_return] = ACTIONS(2340), + [anon_sym_break] = ACTIONS(2340), + [anon_sym_continue] = ACTIONS(2340), + [anon_sym_goto] = ACTIONS(2340), + [anon_sym_not] = ACTIONS(2340), + [anon_sym_compl] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2338), + [anon_sym_sizeof] = ACTIONS(2340), + [sym_number_literal] = ACTIONS(2338), + [anon_sym_L_SQUOTE] = ACTIONS(2338), + [anon_sym_u_SQUOTE] = ACTIONS(2338), + [anon_sym_U_SQUOTE] = ACTIONS(2338), + [anon_sym_u8_SQUOTE] = ACTIONS(2338), + [anon_sym_SQUOTE] = ACTIONS(2338), + [anon_sym_L_DQUOTE] = ACTIONS(2338), + [anon_sym_u_DQUOTE] = ACTIONS(2338), + [anon_sym_U_DQUOTE] = ACTIONS(2338), + [anon_sym_u8_DQUOTE] = ACTIONS(2338), + [anon_sym_DQUOTE] = ACTIONS(2338), + [sym_true] = ACTIONS(2340), + [sym_false] = ACTIONS(2340), + [sym_null] = ACTIONS(2340), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2340), + [anon_sym_decltype] = ACTIONS(2340), + [anon_sym_virtual] = ACTIONS(2340), + [anon_sym_explicit] = ACTIONS(2340), + [anon_sym_typename] = ACTIONS(2340), + [anon_sym_template] = ACTIONS(2340), + [anon_sym_GT2] = ACTIONS(2338), + [anon_sym_operator] = ACTIONS(2340), + [anon_sym_try] = ACTIONS(2340), + [anon_sym_delete] = ACTIONS(2340), + [anon_sym_throw] = ACTIONS(2340), + [anon_sym_namespace] = ACTIONS(2340), + [anon_sym_using] = ACTIONS(2340), + [anon_sym_static_assert] = ACTIONS(2340), + [anon_sym_concept] = ACTIONS(2340), + [anon_sym_co_return] = ACTIONS(2340), + [anon_sym_co_yield] = ACTIONS(2340), + [anon_sym_catch] = ACTIONS(2340), + [anon_sym_R_DQUOTE] = ACTIONS(2338), + [anon_sym_LR_DQUOTE] = ACTIONS(2338), + [anon_sym_uR_DQUOTE] = ACTIONS(2338), + [anon_sym_UR_DQUOTE] = ACTIONS(2338), + [anon_sym_u8R_DQUOTE] = ACTIONS(2338), + [anon_sym_co_await] = ACTIONS(2340), + [anon_sym_new] = ACTIONS(2340), + [anon_sym_requires] = ACTIONS(2340), + [sym_this] = ACTIONS(2340), + [sym_nullptr] = ACTIONS(2340), + }, + [307] = { + [sym_preproc_def] = STATE(303), + [sym_preproc_function_def] = STATE(303), + [sym_preproc_call] = STATE(303), + [sym_preproc_if_in_field_declaration_list] = STATE(303), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(303), + [sym_type_definition] = STATE(303), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(303), + [sym_field_declaration] = STATE(303), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(303), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(303), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(303), + [sym_operator_cast_declaration] = STATE(303), + [sym_constructor_or_destructor_definition] = STATE(303), + [sym_constructor_or_destructor_declaration] = STATE(303), + [sym_friend_declaration] = STATE(303), + [sym_access_specifier] = STATE(303), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(303), + [sym_alias_declaration] = STATE(303), + [sym_static_assert_declaration] = STATE(303), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(303), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2278), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2342), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -72425,232 +72540,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [305] = { - [sym_preproc_def] = STATE(305), - [sym_preproc_function_def] = STATE(305), - [sym_preproc_call] = STATE(305), - [sym_preproc_if_in_field_declaration_list] = STATE(305), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(305), - [sym_type_definition] = STATE(305), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(305), - [sym_field_declaration] = STATE(305), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(305), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(305), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(305), - [sym_operator_cast_declaration] = STATE(305), - [sym_constructor_or_destructor_definition] = STATE(305), - [sym_constructor_or_destructor_declaration] = STATE(305), - [sym_friend_declaration] = STATE(305), - [sym_access_specifier] = STATE(305), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(305), - [sym_alias_declaration] = STATE(305), - [sym_static_assert_declaration] = STATE(305), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(305), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(2098), - [aux_sym_preproc_def_token1] = ACTIONS(2280), - [aux_sym_preproc_if_token1] = ACTIONS(2283), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2286), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2286), - [sym_preproc_directive] = ACTIONS(2289), - [anon_sym_LPAREN2] = ACTIONS(2115), - [anon_sym_TILDE] = ACTIONS(2118), - [anon_sym_STAR] = ACTIONS(2121), - [anon_sym_AMP_AMP] = ACTIONS(2124), - [anon_sym_AMP] = ACTIONS(2127), - [anon_sym_typedef] = ACTIONS(2292), - [anon_sym_extern] = ACTIONS(2133), - [anon_sym___attribute__] = ACTIONS(2136), - [anon_sym_COLON_COLON] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2142), - [anon_sym___declspec] = ACTIONS(2145), - [anon_sym___based] = ACTIONS(2148), - [anon_sym_RBRACE] = ACTIONS(2295), - [anon_sym_LBRACK] = ACTIONS(2151), - [anon_sym_static] = ACTIONS(2133), - [anon_sym_register] = ACTIONS(2133), - [anon_sym_inline] = ACTIONS(2133), - [anon_sym_thread_local] = ACTIONS(2133), - [anon_sym_const] = ACTIONS(2154), - [anon_sym_volatile] = ACTIONS(2154), - [anon_sym_restrict] = ACTIONS(2154), - [anon_sym__Atomic] = ACTIONS(2154), - [anon_sym_mutable] = ACTIONS(2154), - [anon_sym_constexpr] = ACTIONS(2154), - [anon_sym_constinit] = ACTIONS(2154), - [anon_sym_consteval] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2157), - [anon_sym_unsigned] = ACTIONS(2157), - [anon_sym_long] = ACTIONS(2157), - [anon_sym_short] = ACTIONS(2157), - [sym_primitive_type] = ACTIONS(2160), - [anon_sym_enum] = ACTIONS(2163), - [anon_sym_class] = ACTIONS(2166), - [anon_sym_struct] = ACTIONS(2169), - [anon_sym_union] = ACTIONS(2172), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2175), - [anon_sym_decltype] = ACTIONS(2178), - [anon_sym_virtual] = ACTIONS(2181), - [anon_sym_explicit] = ACTIONS(2184), - [anon_sym_public] = ACTIONS(2297), - [anon_sym_private] = ACTIONS(2297), - [anon_sym_protected] = ACTIONS(2297), - [anon_sym_typename] = ACTIONS(2190), - [anon_sym_template] = ACTIONS(2300), - [anon_sym_operator] = ACTIONS(2196), - [anon_sym_friend] = ACTIONS(2303), - [anon_sym_using] = ACTIONS(2306), - [anon_sym_static_assert] = ACTIONS(2309), - }, - [306] = { - [sym_preproc_def] = STATE(302), - [sym_preproc_function_def] = STATE(302), - [sym_preproc_call] = STATE(302), - [sym_preproc_if_in_field_declaration_list] = STATE(302), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(302), - [sym_type_definition] = STATE(302), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(302), - [sym_field_declaration] = STATE(302), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(302), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(302), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(302), - [sym_operator_cast_declaration] = STATE(302), - [sym_constructor_or_destructor_definition] = STATE(302), - [sym_constructor_or_destructor_declaration] = STATE(302), - [sym_friend_declaration] = STATE(302), - [sym_access_specifier] = STATE(302), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(302), - [sym_alias_declaration] = STATE(302), - [sym_static_assert_declaration] = STATE(302), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(302), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [308] = { + [sym_preproc_def] = STATE(310), + [sym_preproc_function_def] = STATE(310), + [sym_preproc_call] = STATE(310), + [sym_preproc_if_in_field_declaration_list] = STATE(310), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(310), + [sym_type_definition] = STATE(310), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(310), + [sym_field_declaration] = STATE(310), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(310), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(310), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(310), + [sym_operator_cast_declaration] = STATE(310), + [sym_constructor_or_destructor_definition] = STATE(310), + [sym_constructor_or_destructor_declaration] = STATE(310), + [sym_friend_declaration] = STATE(310), + [sym_access_specifier] = STATE(310), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(310), + [sym_alias_declaration] = STATE(310), + [sym_static_assert_declaration] = STATE(310), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(310), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2312), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -72663,232 +72659,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), - }, - [307] = { - [sym_preproc_def] = STATE(307), - [sym_preproc_function_def] = STATE(307), - [sym_preproc_call] = STATE(307), - [sym_preproc_if_in_field_declaration_list] = STATE(307), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(307), - [sym_type_definition] = STATE(307), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4421), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5014), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(307), - [sym_field_declaration] = STATE(307), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1902), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(307), - [sym_operator_cast] = STATE(5494), - [sym_inline_method_definition] = STATE(307), - [sym__constructor_specifiers] = STATE(1902), - [sym_operator_cast_definition] = STATE(307), - [sym_operator_cast_declaration] = STATE(307), - [sym_constructor_or_destructor_definition] = STATE(307), - [sym_constructor_or_destructor_declaration] = STATE(307), - [sym_friend_declaration] = STATE(307), - [sym_access_specifier] = STATE(307), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(307), - [sym_alias_declaration] = STATE(307), - [sym_static_assert_declaration] = STATE(307), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5494), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(307), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1902), - [sym_identifier] = ACTIONS(2098), - [aux_sym_preproc_def_token1] = ACTIONS(2314), - [aux_sym_preproc_if_token1] = ACTIONS(2317), - [aux_sym_preproc_if_token2] = ACTIONS(2107), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2320), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2320), - [sym_preproc_directive] = ACTIONS(2323), - [anon_sym_LPAREN2] = ACTIONS(2115), - [anon_sym_TILDE] = ACTIONS(2118), - [anon_sym_STAR] = ACTIONS(2121), - [anon_sym_AMP_AMP] = ACTIONS(2124), - [anon_sym_AMP] = ACTIONS(2127), - [anon_sym_typedef] = ACTIONS(2326), - [anon_sym_extern] = ACTIONS(2133), - [anon_sym___attribute__] = ACTIONS(2136), - [anon_sym_COLON_COLON] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2142), - [anon_sym___declspec] = ACTIONS(2145), - [anon_sym___based] = ACTIONS(2148), - [anon_sym_LBRACK] = ACTIONS(2151), - [anon_sym_static] = ACTIONS(2133), - [anon_sym_register] = ACTIONS(2133), - [anon_sym_inline] = ACTIONS(2133), - [anon_sym_thread_local] = ACTIONS(2133), - [anon_sym_const] = ACTIONS(2154), - [anon_sym_volatile] = ACTIONS(2154), - [anon_sym_restrict] = ACTIONS(2154), - [anon_sym__Atomic] = ACTIONS(2154), - [anon_sym_mutable] = ACTIONS(2154), - [anon_sym_constexpr] = ACTIONS(2154), - [anon_sym_constinit] = ACTIONS(2154), - [anon_sym_consteval] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2157), - [anon_sym_unsigned] = ACTIONS(2157), - [anon_sym_long] = ACTIONS(2157), - [anon_sym_short] = ACTIONS(2157), - [sym_primitive_type] = ACTIONS(2160), - [anon_sym_enum] = ACTIONS(2163), - [anon_sym_class] = ACTIONS(2166), - [anon_sym_struct] = ACTIONS(2169), - [anon_sym_union] = ACTIONS(2172), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2175), - [anon_sym_decltype] = ACTIONS(2178), - [anon_sym_virtual] = ACTIONS(2181), - [anon_sym_explicit] = ACTIONS(2184), - [anon_sym_public] = ACTIONS(2329), - [anon_sym_private] = ACTIONS(2329), - [anon_sym_protected] = ACTIONS(2329), - [anon_sym_typename] = ACTIONS(2190), - [anon_sym_template] = ACTIONS(2332), - [anon_sym_operator] = ACTIONS(2196), - [anon_sym_friend] = ACTIONS(2335), - [anon_sym_using] = ACTIONS(2338), - [anon_sym_static_assert] = ACTIONS(2341), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [308] = { - [sym_preproc_def] = STATE(305), - [sym_preproc_function_def] = STATE(305), - [sym_preproc_call] = STATE(305), - [sym_preproc_if_in_field_declaration_list] = STATE(305), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(305), - [sym_type_definition] = STATE(305), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(305), - [sym_field_declaration] = STATE(305), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(305), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(305), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(305), - [sym_operator_cast_declaration] = STATE(305), - [sym_constructor_or_destructor_definition] = STATE(305), - [sym_constructor_or_destructor_declaration] = STATE(305), - [sym_friend_declaration] = STATE(305), - [sym_access_specifier] = STATE(305), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(305), - [sym_alias_declaration] = STATE(305), - [sym_static_assert_declaration] = STATE(305), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(305), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [309] = { + [sym_preproc_def] = STATE(290), + [sym_preproc_function_def] = STATE(290), + [sym_preproc_call] = STATE(290), + [sym_preproc_if_in_field_declaration_list] = STATE(290), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(290), + [sym_type_definition] = STATE(290), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(290), + [sym_field_declaration] = STATE(290), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(290), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(290), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(290), + [sym_operator_cast_declaration] = STATE(290), + [sym_constructor_or_destructor_definition] = STATE(290), + [sym_constructor_or_destructor_declaration] = STATE(290), + [sym_friend_declaration] = STATE(290), + [sym_access_specifier] = STATE(290), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(290), + [sym_alias_declaration] = STATE(290), + [sym_static_assert_declaration] = STATE(290), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(290), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2344), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2346), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -72901,113 +72778,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [309] = { - [sym_preproc_def] = STATE(305), - [sym_preproc_function_def] = STATE(305), - [sym_preproc_call] = STATE(305), - [sym_preproc_if_in_field_declaration_list] = STATE(305), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(305), - [sym_type_definition] = STATE(305), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(305), - [sym_field_declaration] = STATE(305), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(305), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(305), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(305), - [sym_operator_cast_declaration] = STATE(305), - [sym_constructor_or_destructor_definition] = STATE(305), - [sym_constructor_or_destructor_declaration] = STATE(305), - [sym_friend_declaration] = STATE(305), - [sym_access_specifier] = STATE(305), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(305), - [sym_alias_declaration] = STATE(305), - [sym_static_assert_declaration] = STATE(305), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(305), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [310] = { + [sym_preproc_def] = STATE(290), + [sym_preproc_function_def] = STATE(290), + [sym_preproc_call] = STATE(290), + [sym_preproc_if_in_field_declaration_list] = STATE(290), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(290), + [sym_type_definition] = STATE(290), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(290), + [sym_field_declaration] = STATE(290), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(290), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(290), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(290), + [sym_operator_cast_declaration] = STATE(290), + [sym_constructor_or_destructor_definition] = STATE(290), + [sym_constructor_or_destructor_declaration] = STATE(290), + [sym_friend_declaration] = STATE(290), + [sym_access_specifier] = STATE(290), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(290), + [sym_alias_declaration] = STATE(290), + [sym_static_assert_declaration] = STATE(290), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(290), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2346), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2348), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -73020,113 +72897,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [310] = { - [sym_preproc_def] = STATE(305), - [sym_preproc_function_def] = STATE(305), - [sym_preproc_call] = STATE(305), - [sym_preproc_if_in_field_declaration_list] = STATE(305), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(305), - [sym_type_definition] = STATE(305), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(305), - [sym_field_declaration] = STATE(305), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(305), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(305), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(305), - [sym_operator_cast_declaration] = STATE(305), - [sym_constructor_or_destructor_definition] = STATE(305), - [sym_constructor_or_destructor_declaration] = STATE(305), - [sym_friend_declaration] = STATE(305), - [sym_access_specifier] = STATE(305), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(305), - [sym_alias_declaration] = STATE(305), - [sym_static_assert_declaration] = STATE(305), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(305), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [311] = { + [sym_preproc_def] = STATE(299), + [sym_preproc_function_def] = STATE(299), + [sym_preproc_call] = STATE(299), + [sym_preproc_if_in_field_declaration_list] = STATE(299), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(299), + [sym_type_definition] = STATE(299), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(299), + [sym_field_declaration] = STATE(299), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(299), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(299), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(299), + [sym_operator_cast_declaration] = STATE(299), + [sym_constructor_or_destructor_definition] = STATE(299), + [sym_constructor_or_destructor_declaration] = STATE(299), + [sym_friend_declaration] = STATE(299), + [sym_access_specifier] = STATE(299), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(299), + [sym_alias_declaration] = STATE(299), + [sym_static_assert_declaration] = STATE(299), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(299), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2348), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2350), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -73139,113 +73016,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, - [311] = { - [sym_preproc_def] = STATE(305), - [sym_preproc_function_def] = STATE(305), - [sym_preproc_call] = STATE(305), - [sym_preproc_if_in_field_declaration_list] = STATE(305), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(305), - [sym_type_definition] = STATE(305), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4415), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(305), - [sym_field_declaration] = STATE(305), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(305), - [sym_operator_cast] = STATE(5493), - [sym_inline_method_definition] = STATE(305), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(305), - [sym_operator_cast_declaration] = STATE(305), - [sym_constructor_or_destructor_definition] = STATE(305), - [sym_constructor_or_destructor_declaration] = STATE(305), - [sym_friend_declaration] = STATE(305), - [sym_access_specifier] = STATE(305), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(305), - [sym_alias_declaration] = STATE(305), - [sym_static_assert_declaration] = STATE(305), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(305), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2208), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [312] = { + [sym_preproc_def] = STATE(290), + [sym_preproc_function_def] = STATE(290), + [sym_preproc_call] = STATE(290), + [sym_preproc_if_in_field_declaration_list] = STATE(290), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(290), + [sym_type_definition] = STATE(290), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(290), + [sym_field_declaration] = STATE(290), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(290), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(290), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(290), + [sym_operator_cast_declaration] = STATE(290), + [sym_constructor_or_destructor_definition] = STATE(290), + [sym_constructor_or_destructor_declaration] = STATE(290), + [sym_friend_declaration] = STATE(290), + [sym_access_specifier] = STATE(290), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(290), + [sym_alias_declaration] = STATE(290), + [sym_static_assert_declaration] = STATE(290), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(290), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2216), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2350), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2352), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -73258,232 +73135,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2220), - [anon_sym_private] = ACTIONS(2220), - [anon_sym_protected] = ACTIONS(2220), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2226), - [anon_sym_static_assert] = ACTIONS(2228), - }, - [312] = { - [ts_builtin_sym_end] = ACTIONS(2352), - [sym_identifier] = ACTIONS(2354), - [aux_sym_preproc_include_token1] = ACTIONS(2354), - [aux_sym_preproc_def_token1] = ACTIONS(2354), - [anon_sym_COMMA] = ACTIONS(2352), - [anon_sym_RPAREN] = ACTIONS(2352), - [aux_sym_preproc_if_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2354), - [sym_preproc_directive] = ACTIONS(2354), - [anon_sym_LPAREN2] = ACTIONS(2352), - [anon_sym_BANG] = ACTIONS(2352), - [anon_sym_TILDE] = ACTIONS(2352), - [anon_sym_DASH] = ACTIONS(2354), - [anon_sym_PLUS] = ACTIONS(2354), - [anon_sym_STAR] = ACTIONS(2352), - [anon_sym_PIPE_PIPE] = ACTIONS(2352), - [anon_sym_AMP_AMP] = ACTIONS(2352), - [anon_sym_AMP] = ACTIONS(2354), - [anon_sym_SEMI] = ACTIONS(2352), - [anon_sym_typedef] = ACTIONS(2354), - [anon_sym_extern] = ACTIONS(2354), - [anon_sym___attribute__] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2352), - [anon_sym___declspec] = ACTIONS(2354), - [anon_sym___based] = ACTIONS(2354), - [anon_sym___cdecl] = ACTIONS(2354), - [anon_sym___clrcall] = ACTIONS(2354), - [anon_sym___stdcall] = ACTIONS(2354), - [anon_sym___fastcall] = ACTIONS(2354), - [anon_sym___thiscall] = ACTIONS(2354), - [anon_sym___vectorcall] = ACTIONS(2354), - [anon_sym_LBRACE] = ACTIONS(2352), - [anon_sym_LBRACK] = ACTIONS(2354), - [anon_sym_EQ] = ACTIONS(2352), - [anon_sym_static] = ACTIONS(2354), - [anon_sym_register] = ACTIONS(2354), - [anon_sym_inline] = ACTIONS(2354), - [anon_sym_thread_local] = ACTIONS(2354), - [anon_sym_const] = ACTIONS(2354), - [anon_sym_volatile] = ACTIONS(2354), - [anon_sym_restrict] = ACTIONS(2354), - [anon_sym__Atomic] = ACTIONS(2354), - [anon_sym_mutable] = ACTIONS(2354), - [anon_sym_constexpr] = ACTIONS(2354), - [anon_sym_constinit] = ACTIONS(2354), - [anon_sym_consteval] = ACTIONS(2354), - [anon_sym_signed] = ACTIONS(2354), - [anon_sym_unsigned] = ACTIONS(2354), - [anon_sym_long] = ACTIONS(2354), - [anon_sym_short] = ACTIONS(2354), - [sym_primitive_type] = ACTIONS(2354), - [anon_sym_enum] = ACTIONS(2354), - [anon_sym_class] = ACTIONS(2354), - [anon_sym_struct] = ACTIONS(2354), - [anon_sym_union] = ACTIONS(2354), - [anon_sym_if] = ACTIONS(2354), - [anon_sym_else] = ACTIONS(2354), - [anon_sym_switch] = ACTIONS(2354), - [anon_sym_case] = ACTIONS(2354), - [anon_sym_default] = ACTIONS(2354), - [anon_sym_while] = ACTIONS(2354), - [anon_sym_do] = ACTIONS(2354), - [anon_sym_for] = ACTIONS(2354), - [anon_sym_return] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_goto] = ACTIONS(2354), - [anon_sym_not] = ACTIONS(2354), - [anon_sym_compl] = ACTIONS(2354), - [anon_sym_DASH_DASH] = ACTIONS(2352), - [anon_sym_PLUS_PLUS] = ACTIONS(2352), - [anon_sym_sizeof] = ACTIONS(2354), - [sym_number_literal] = ACTIONS(2352), - [anon_sym_L_SQUOTE] = ACTIONS(2352), - [anon_sym_u_SQUOTE] = ACTIONS(2352), - [anon_sym_U_SQUOTE] = ACTIONS(2352), - [anon_sym_u8_SQUOTE] = ACTIONS(2352), - [anon_sym_SQUOTE] = ACTIONS(2352), - [anon_sym_L_DQUOTE] = ACTIONS(2352), - [anon_sym_u_DQUOTE] = ACTIONS(2352), - [anon_sym_U_DQUOTE] = ACTIONS(2352), - [anon_sym_u8_DQUOTE] = ACTIONS(2352), - [anon_sym_DQUOTE] = ACTIONS(2352), - [sym_true] = ACTIONS(2354), - [sym_false] = ACTIONS(2354), - [sym_null] = ACTIONS(2354), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2354), - [anon_sym_decltype] = ACTIONS(2354), - [anon_sym_virtual] = ACTIONS(2354), - [anon_sym_explicit] = ACTIONS(2354), - [anon_sym_typename] = ACTIONS(2354), - [anon_sym_template] = ACTIONS(2354), - [anon_sym_GT2] = ACTIONS(2352), - [anon_sym_operator] = ACTIONS(2354), - [anon_sym_try] = ACTIONS(2354), - [anon_sym_delete] = ACTIONS(2354), - [anon_sym_throw] = ACTIONS(2354), - [anon_sym_namespace] = ACTIONS(2354), - [anon_sym_using] = ACTIONS(2354), - [anon_sym_static_assert] = ACTIONS(2354), - [anon_sym_concept] = ACTIONS(2354), - [anon_sym_co_return] = ACTIONS(2354), - [anon_sym_co_yield] = ACTIONS(2354), - [anon_sym_catch] = ACTIONS(2354), - [anon_sym_R_DQUOTE] = ACTIONS(2352), - [anon_sym_LR_DQUOTE] = ACTIONS(2352), - [anon_sym_uR_DQUOTE] = ACTIONS(2352), - [anon_sym_UR_DQUOTE] = ACTIONS(2352), - [anon_sym_u8R_DQUOTE] = ACTIONS(2352), - [anon_sym_co_await] = ACTIONS(2354), - [anon_sym_new] = ACTIONS(2354), - [anon_sym_requires] = ACTIONS(2354), - [sym_this] = ACTIONS(2354), - [sym_nullptr] = ACTIONS(2354), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, [313] = { - [sym_preproc_def] = STATE(303), - [sym_preproc_function_def] = STATE(303), - [sym_preproc_call] = STATE(303), - [sym_preproc_if_in_field_declaration_list] = STATE(303), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(303), - [sym_type_definition] = STATE(303), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4421), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5014), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3500), - [sym_sized_type_specifier] = STATE(4032), - [sym_enum_specifier] = STATE(4032), - [sym_struct_specifier] = STATE(4032), - [sym_union_specifier] = STATE(4032), - [sym__field_declaration_list_item] = STATE(303), - [sym_field_declaration] = STATE(303), - [sym_placeholder_type_specifier] = STATE(4032), - [sym_decltype_auto] = STATE(4034), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(4032), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1902), - [sym_dependent_type] = STATE(4032), - [sym_template_declaration] = STATE(303), - [sym_operator_cast] = STATE(5494), - [sym_inline_method_definition] = STATE(303), - [sym__constructor_specifiers] = STATE(1902), - [sym_operator_cast_definition] = STATE(303), - [sym_operator_cast_declaration] = STATE(303), - [sym_constructor_or_destructor_definition] = STATE(303), - [sym_constructor_or_destructor_declaration] = STATE(303), - [sym_friend_declaration] = STATE(303), - [sym_access_specifier] = STATE(303), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_using_declaration] = STATE(303), - [sym_alias_declaration] = STATE(303), - [sym_static_assert_declaration] = STATE(303), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4750), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(4047), - [sym_qualified_operator_cast_identifier] = STATE(5494), - [sym_operator_name] = STATE(5173), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(303), - [aux_sym__declaration_specifiers_repeat1] = STATE(2200), - [aux_sym_sized_type_specifier_repeat1] = STATE(3784), - [aux_sym_operator_cast_definition_repeat1] = STATE(1902), - [sym_identifier] = ACTIONS(1647), - [aux_sym_preproc_def_token1] = ACTIONS(2256), - [aux_sym_preproc_if_token1] = ACTIONS(2258), - [aux_sym_preproc_if_token2] = ACTIONS(2356), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2262), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2262), - [sym_preproc_directive] = ACTIONS(2264), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_preproc_def] = STATE(304), + [sym_preproc_function_def] = STATE(304), + [sym_preproc_call] = STATE(304), + [sym_preproc_if_in_field_declaration_list] = STATE(304), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(304), + [sym_type_definition] = STATE(304), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4346), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3430), + [sym_sized_type_specifier] = STATE(4019), + [sym_enum_specifier] = STATE(4019), + [sym_struct_specifier] = STATE(4019), + [sym_union_specifier] = STATE(4019), + [sym__field_declaration_list_item] = STATE(304), + [sym_field_declaration] = STATE(304), + [sym_placeholder_type_specifier] = STATE(4019), + [sym_decltype_auto] = STATE(4016), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(4019), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(4019), + [sym_template_declaration] = STATE(304), + [sym_operator_cast] = STATE(5338), + [sym_inline_method_definition] = STATE(304), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(304), + [sym_operator_cast_declaration] = STATE(304), + [sym_constructor_or_destructor_definition] = STATE(304), + [sym_constructor_or_destructor_declaration] = STATE(304), + [sym_friend_declaration] = STATE(304), + [sym_access_specifier] = STATE(304), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_using_declaration] = STATE(304), + [sym_alias_declaration] = STATE(304), + [sym_static_assert_declaration] = STATE(304), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4670), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(4004), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(304), + [aux_sym__declaration_specifiers_repeat1] = STATE(2177), + [aux_sym_sized_type_specifier_repeat1] = STATE(3638), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2266), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_typedef] = ACTIONS(2266), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(2268), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_COLON_COLON] = ACTIONS(1671), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(2354), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -73496,85 +73254,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1677), - [anon_sym_unsigned] = ACTIONS(1677), - [anon_sym_long] = ACTIONS(1677), - [anon_sym_short] = ACTIONS(1677), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1681), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1685), - [anon_sym_union] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1689), - [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1677), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1681), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1685), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1687), + [anon_sym_decltype] = ACTIONS(1689), [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), - [anon_sym_public] = ACTIONS(2268), - [anon_sym_private] = ACTIONS(2268), - [anon_sym_protected] = ACTIONS(2268), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(2270), + [anon_sym_public] = ACTIONS(2272), + [anon_sym_private] = ACTIONS(2272), + [anon_sym_protected] = ACTIONS(2272), + [anon_sym_typename] = ACTIONS(1693), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2272), - [anon_sym_using] = ACTIONS(2274), - [anon_sym_static_assert] = ACTIONS(2276), + [anon_sym_friend] = ACTIONS(2276), + [anon_sym_using] = ACTIONS(2278), + [anon_sym_static_assert] = ACTIONS(2280), }, [314] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2791), - [sym_comma_expression] = STATE(6769), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(6901), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6927), - [sym__unary_right_fold] = STATE(6926), - [sym__binary_fold] = STATE(6923), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [sym_catch_clause] = STATE(330), + [aux_sym_constructor_try_statement_repeat1] = STATE(330), + [sym_identifier] = ACTIONS(2356), + [aux_sym_preproc_include_token1] = ACTIONS(2356), + [aux_sym_preproc_def_token1] = ACTIONS(2356), + [aux_sym_preproc_if_token1] = ACTIONS(2356), + [aux_sym_preproc_if_token2] = ACTIONS(2356), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2356), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2356), + [aux_sym_preproc_else_token1] = ACTIONS(2356), + [aux_sym_preproc_elif_token1] = ACTIONS(2356), + [sym_preproc_directive] = ACTIONS(2356), + [anon_sym_LPAREN2] = ACTIONS(2358), + [anon_sym_BANG] = ACTIONS(2358), + [anon_sym_TILDE] = ACTIONS(2358), + [anon_sym_DASH] = ACTIONS(2356), + [anon_sym_PLUS] = ACTIONS(2356), + [anon_sym_STAR] = ACTIONS(2358), + [anon_sym_AMP_AMP] = ACTIONS(2358), + [anon_sym_AMP] = ACTIONS(2356), + [anon_sym_SEMI] = ACTIONS(2358), + [anon_sym_typedef] = ACTIONS(2356), + [anon_sym_extern] = ACTIONS(2356), + [anon_sym___attribute__] = ACTIONS(2356), + [anon_sym_COLON_COLON] = ACTIONS(2358), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2358), + [anon_sym___declspec] = ACTIONS(2356), + [anon_sym___based] = ACTIONS(2356), + [anon_sym___cdecl] = ACTIONS(2356), + [anon_sym___clrcall] = ACTIONS(2356), + [anon_sym___stdcall] = ACTIONS(2356), + [anon_sym___fastcall] = ACTIONS(2356), + [anon_sym___thiscall] = ACTIONS(2356), + [anon_sym___vectorcall] = ACTIONS(2356), + [anon_sym_LBRACE] = ACTIONS(2358), + [anon_sym_LBRACK] = ACTIONS(2356), + [anon_sym_static] = ACTIONS(2356), + [anon_sym_register] = ACTIONS(2356), + [anon_sym_inline] = ACTIONS(2356), + [anon_sym_thread_local] = ACTIONS(2356), + [anon_sym_const] = ACTIONS(2356), + [anon_sym_volatile] = ACTIONS(2356), + [anon_sym_restrict] = ACTIONS(2356), + [anon_sym__Atomic] = ACTIONS(2356), + [anon_sym_mutable] = ACTIONS(2356), + [anon_sym_constexpr] = ACTIONS(2356), + [anon_sym_constinit] = ACTIONS(2356), + [anon_sym_consteval] = ACTIONS(2356), + [anon_sym_signed] = ACTIONS(2356), + [anon_sym_unsigned] = ACTIONS(2356), + [anon_sym_long] = ACTIONS(2356), + [anon_sym_short] = ACTIONS(2356), + [sym_primitive_type] = ACTIONS(2356), + [anon_sym_enum] = ACTIONS(2356), + [anon_sym_class] = ACTIONS(2356), + [anon_sym_struct] = ACTIONS(2356), + [anon_sym_union] = ACTIONS(2356), + [anon_sym_if] = ACTIONS(2356), + [anon_sym_else] = ACTIONS(2356), + [anon_sym_switch] = ACTIONS(2356), + [anon_sym_case] = ACTIONS(2356), + [anon_sym_default] = ACTIONS(2356), + [anon_sym_while] = ACTIONS(2356), + [anon_sym_do] = ACTIONS(2356), + [anon_sym_for] = ACTIONS(2356), + [anon_sym_return] = ACTIONS(2356), + [anon_sym_break] = ACTIONS(2356), + [anon_sym_continue] = ACTIONS(2356), + [anon_sym_goto] = ACTIONS(2356), + [anon_sym_not] = ACTIONS(2356), + [anon_sym_compl] = ACTIONS(2356), + [anon_sym_DASH_DASH] = ACTIONS(2358), + [anon_sym_PLUS_PLUS] = ACTIONS(2358), + [anon_sym_sizeof] = ACTIONS(2356), + [sym_number_literal] = ACTIONS(2358), + [anon_sym_L_SQUOTE] = ACTIONS(2358), + [anon_sym_u_SQUOTE] = ACTIONS(2358), + [anon_sym_U_SQUOTE] = ACTIONS(2358), + [anon_sym_u8_SQUOTE] = ACTIONS(2358), + [anon_sym_SQUOTE] = ACTIONS(2358), + [anon_sym_L_DQUOTE] = ACTIONS(2358), + [anon_sym_u_DQUOTE] = ACTIONS(2358), + [anon_sym_U_DQUOTE] = ACTIONS(2358), + [anon_sym_u8_DQUOTE] = ACTIONS(2358), + [anon_sym_DQUOTE] = ACTIONS(2358), + [sym_true] = ACTIONS(2356), + [sym_false] = ACTIONS(2356), + [sym_null] = ACTIONS(2356), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2356), + [anon_sym_decltype] = ACTIONS(2356), + [anon_sym_virtual] = ACTIONS(2356), + [anon_sym_explicit] = ACTIONS(2356), + [anon_sym_typename] = ACTIONS(2356), + [anon_sym_template] = ACTIONS(2356), + [anon_sym_operator] = ACTIONS(2356), + [anon_sym_try] = ACTIONS(2356), + [anon_sym_delete] = ACTIONS(2356), + [anon_sym_throw] = ACTIONS(2356), + [anon_sym_namespace] = ACTIONS(2356), + [anon_sym_using] = ACTIONS(2356), + [anon_sym_static_assert] = ACTIONS(2356), + [anon_sym_concept] = ACTIONS(2356), + [anon_sym_co_return] = ACTIONS(2356), + [anon_sym_co_yield] = ACTIONS(2356), + [anon_sym_catch] = ACTIONS(2360), + [anon_sym_R_DQUOTE] = ACTIONS(2358), + [anon_sym_LR_DQUOTE] = ACTIONS(2358), + [anon_sym_uR_DQUOTE] = ACTIONS(2358), + [anon_sym_UR_DQUOTE] = ACTIONS(2358), + [anon_sym_u8R_DQUOTE] = ACTIONS(2358), + [anon_sym_co_await] = ACTIONS(2356), + [anon_sym_new] = ACTIONS(2356), + [anon_sym_requires] = ACTIONS(2356), + [sym_this] = ACTIONS(2356), + [sym_nullptr] = ACTIONS(2356), + }, + [315] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6847), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6846), + [sym__unary_right_fold] = STATE(6845), + [sym__binary_fold] = STATE(6844), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -73625,7 +73501,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -73638,61 +73514,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [315] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(7079), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6944), - [sym__unary_right_fold] = STATE(6943), - [sym__binary_fold] = STATE(6930), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [316] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2818), + [sym_comma_expression] = STATE(6974), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6750), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6749), + [sym__unary_right_fold] = STATE(6747), + [sym__binary_fold] = STATE(6746), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -73743,7 +73619,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -73756,61 +73632,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [316] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2791), - [sym_comma_expression] = STATE(6769), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(6928), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6927), - [sym__unary_right_fold] = STATE(6926), - [sym__binary_fold] = STATE(6923), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [317] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2818), + [sym_comma_expression] = STATE(6974), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6911), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6970), + [sym__unary_right_fold] = STATE(6969), + [sym__binary_fold] = STATE(6966), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -73861,7 +73737,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -73874,179 +73750,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [317] = { - [sym_catch_clause] = STATE(319), - [aux_sym_constructor_try_statement_repeat1] = STATE(319), - [sym_identifier] = ACTIONS(2360), - [aux_sym_preproc_include_token1] = ACTIONS(2360), - [aux_sym_preproc_def_token1] = ACTIONS(2360), - [aux_sym_preproc_if_token1] = ACTIONS(2360), - [aux_sym_preproc_if_token2] = ACTIONS(2360), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2360), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2360), - [aux_sym_preproc_else_token1] = ACTIONS(2360), - [aux_sym_preproc_elif_token1] = ACTIONS(2360), - [sym_preproc_directive] = ACTIONS(2360), - [anon_sym_LPAREN2] = ACTIONS(2362), - [anon_sym_BANG] = ACTIONS(2362), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2360), - [anon_sym_PLUS] = ACTIONS(2360), - [anon_sym_STAR] = ACTIONS(2362), - [anon_sym_AMP_AMP] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2360), - [anon_sym_SEMI] = ACTIONS(2362), - [anon_sym_typedef] = ACTIONS(2360), - [anon_sym_extern] = ACTIONS(2360), - [anon_sym___attribute__] = ACTIONS(2360), - [anon_sym_COLON_COLON] = ACTIONS(2362), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2362), - [anon_sym___declspec] = ACTIONS(2360), - [anon_sym___based] = ACTIONS(2360), - [anon_sym___cdecl] = ACTIONS(2360), - [anon_sym___clrcall] = ACTIONS(2360), - [anon_sym___stdcall] = ACTIONS(2360), - [anon_sym___fastcall] = ACTIONS(2360), - [anon_sym___thiscall] = ACTIONS(2360), - [anon_sym___vectorcall] = ACTIONS(2360), - [anon_sym_LBRACE] = ACTIONS(2362), - [anon_sym_LBRACK] = ACTIONS(2360), - [anon_sym_static] = ACTIONS(2360), - [anon_sym_register] = ACTIONS(2360), - [anon_sym_inline] = ACTIONS(2360), - [anon_sym_thread_local] = ACTIONS(2360), - [anon_sym_const] = ACTIONS(2360), - [anon_sym_volatile] = ACTIONS(2360), - [anon_sym_restrict] = ACTIONS(2360), - [anon_sym__Atomic] = ACTIONS(2360), - [anon_sym_mutable] = ACTIONS(2360), - [anon_sym_constexpr] = ACTIONS(2360), - [anon_sym_constinit] = ACTIONS(2360), - [anon_sym_consteval] = ACTIONS(2360), - [anon_sym_signed] = ACTIONS(2360), - [anon_sym_unsigned] = ACTIONS(2360), - [anon_sym_long] = ACTIONS(2360), - [anon_sym_short] = ACTIONS(2360), - [sym_primitive_type] = ACTIONS(2360), - [anon_sym_enum] = ACTIONS(2360), - [anon_sym_class] = ACTIONS(2360), - [anon_sym_struct] = ACTIONS(2360), - [anon_sym_union] = ACTIONS(2360), - [anon_sym_if] = ACTIONS(2360), - [anon_sym_else] = ACTIONS(2360), - [anon_sym_switch] = ACTIONS(2360), - [anon_sym_case] = ACTIONS(2360), - [anon_sym_default] = ACTIONS(2360), - [anon_sym_while] = ACTIONS(2360), - [anon_sym_do] = ACTIONS(2360), - [anon_sym_for] = ACTIONS(2360), - [anon_sym_return] = ACTIONS(2360), - [anon_sym_break] = ACTIONS(2360), - [anon_sym_continue] = ACTIONS(2360), - [anon_sym_goto] = ACTIONS(2360), - [anon_sym_not] = ACTIONS(2360), - [anon_sym_compl] = ACTIONS(2360), - [anon_sym_DASH_DASH] = ACTIONS(2362), - [anon_sym_PLUS_PLUS] = ACTIONS(2362), - [anon_sym_sizeof] = ACTIONS(2360), - [sym_number_literal] = ACTIONS(2362), - [anon_sym_L_SQUOTE] = ACTIONS(2362), - [anon_sym_u_SQUOTE] = ACTIONS(2362), - [anon_sym_U_SQUOTE] = ACTIONS(2362), - [anon_sym_u8_SQUOTE] = ACTIONS(2362), - [anon_sym_SQUOTE] = ACTIONS(2362), - [anon_sym_L_DQUOTE] = ACTIONS(2362), - [anon_sym_u_DQUOTE] = ACTIONS(2362), - [anon_sym_U_DQUOTE] = ACTIONS(2362), - [anon_sym_u8_DQUOTE] = ACTIONS(2362), - [anon_sym_DQUOTE] = ACTIONS(2362), - [sym_true] = ACTIONS(2360), - [sym_false] = ACTIONS(2360), - [sym_null] = ACTIONS(2360), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2360), - [anon_sym_decltype] = ACTIONS(2360), - [anon_sym_virtual] = ACTIONS(2360), - [anon_sym_explicit] = ACTIONS(2360), - [anon_sym_typename] = ACTIONS(2360), - [anon_sym_template] = ACTIONS(2360), - [anon_sym_operator] = ACTIONS(2360), - [anon_sym_try] = ACTIONS(2360), - [anon_sym_delete] = ACTIONS(2360), - [anon_sym_throw] = ACTIONS(2360), - [anon_sym_namespace] = ACTIONS(2360), - [anon_sym_using] = ACTIONS(2360), - [anon_sym_static_assert] = ACTIONS(2360), - [anon_sym_concept] = ACTIONS(2360), - [anon_sym_co_return] = ACTIONS(2360), - [anon_sym_co_yield] = ACTIONS(2360), - [anon_sym_catch] = ACTIONS(2364), - [anon_sym_R_DQUOTE] = ACTIONS(2362), - [anon_sym_LR_DQUOTE] = ACTIONS(2362), - [anon_sym_uR_DQUOTE] = ACTIONS(2362), - [anon_sym_UR_DQUOTE] = ACTIONS(2362), - [anon_sym_u8R_DQUOTE] = ACTIONS(2362), - [anon_sym_co_await] = ACTIONS(2360), - [anon_sym_new] = ACTIONS(2360), - [anon_sym_requires] = ACTIONS(2360), - [sym_this] = ACTIONS(2360), - [sym_nullptr] = ACTIONS(2360), - }, [318] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(6914), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6778), - [sym__unary_right_fold] = STATE(6779), - [sym__binary_fold] = STATE(6780), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6827), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6846), + [sym__unary_right_fold] = STATE(6845), + [sym__binary_fold] = STATE(6844), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -74097,7 +73855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -74111,178 +73869,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [319] = { - [sym_catch_clause] = STATE(319), - [aux_sym_constructor_try_statement_repeat1] = STATE(319), - [sym_identifier] = ACTIONS(2366), - [aux_sym_preproc_include_token1] = ACTIONS(2366), - [aux_sym_preproc_def_token1] = ACTIONS(2366), - [aux_sym_preproc_if_token1] = ACTIONS(2366), - [aux_sym_preproc_if_token2] = ACTIONS(2366), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2366), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2366), - [aux_sym_preproc_else_token1] = ACTIONS(2366), - [aux_sym_preproc_elif_token1] = ACTIONS(2366), - [sym_preproc_directive] = ACTIONS(2366), - [anon_sym_LPAREN2] = ACTIONS(2368), - [anon_sym_BANG] = ACTIONS(2368), - [anon_sym_TILDE] = ACTIONS(2368), - [anon_sym_DASH] = ACTIONS(2366), - [anon_sym_PLUS] = ACTIONS(2366), - [anon_sym_STAR] = ACTIONS(2368), - [anon_sym_AMP_AMP] = ACTIONS(2368), - [anon_sym_AMP] = ACTIONS(2366), - [anon_sym_SEMI] = ACTIONS(2368), - [anon_sym_typedef] = ACTIONS(2366), - [anon_sym_extern] = ACTIONS(2366), - [anon_sym___attribute__] = ACTIONS(2366), - [anon_sym_COLON_COLON] = ACTIONS(2368), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2368), - [anon_sym___declspec] = ACTIONS(2366), - [anon_sym___based] = ACTIONS(2366), - [anon_sym___cdecl] = ACTIONS(2366), - [anon_sym___clrcall] = ACTIONS(2366), - [anon_sym___stdcall] = ACTIONS(2366), - [anon_sym___fastcall] = ACTIONS(2366), - [anon_sym___thiscall] = ACTIONS(2366), - [anon_sym___vectorcall] = ACTIONS(2366), - [anon_sym_LBRACE] = ACTIONS(2368), - [anon_sym_LBRACK] = ACTIONS(2366), - [anon_sym_static] = ACTIONS(2366), - [anon_sym_register] = ACTIONS(2366), - [anon_sym_inline] = ACTIONS(2366), - [anon_sym_thread_local] = ACTIONS(2366), - [anon_sym_const] = ACTIONS(2366), - [anon_sym_volatile] = ACTIONS(2366), - [anon_sym_restrict] = ACTIONS(2366), - [anon_sym__Atomic] = ACTIONS(2366), - [anon_sym_mutable] = ACTIONS(2366), - [anon_sym_constexpr] = ACTIONS(2366), - [anon_sym_constinit] = ACTIONS(2366), - [anon_sym_consteval] = ACTIONS(2366), - [anon_sym_signed] = ACTIONS(2366), - [anon_sym_unsigned] = ACTIONS(2366), - [anon_sym_long] = ACTIONS(2366), - [anon_sym_short] = ACTIONS(2366), - [sym_primitive_type] = ACTIONS(2366), - [anon_sym_enum] = ACTIONS(2366), - [anon_sym_class] = ACTIONS(2366), - [anon_sym_struct] = ACTIONS(2366), - [anon_sym_union] = ACTIONS(2366), - [anon_sym_if] = ACTIONS(2366), - [anon_sym_else] = ACTIONS(2366), - [anon_sym_switch] = ACTIONS(2366), - [anon_sym_case] = ACTIONS(2366), - [anon_sym_default] = ACTIONS(2366), - [anon_sym_while] = ACTIONS(2366), - [anon_sym_do] = ACTIONS(2366), - [anon_sym_for] = ACTIONS(2366), - [anon_sym_return] = ACTIONS(2366), - [anon_sym_break] = ACTIONS(2366), - [anon_sym_continue] = ACTIONS(2366), - [anon_sym_goto] = ACTIONS(2366), - [anon_sym_not] = ACTIONS(2366), - [anon_sym_compl] = ACTIONS(2366), - [anon_sym_DASH_DASH] = ACTIONS(2368), - [anon_sym_PLUS_PLUS] = ACTIONS(2368), - [anon_sym_sizeof] = ACTIONS(2366), - [sym_number_literal] = ACTIONS(2368), - [anon_sym_L_SQUOTE] = ACTIONS(2368), - [anon_sym_u_SQUOTE] = ACTIONS(2368), - [anon_sym_U_SQUOTE] = ACTIONS(2368), - [anon_sym_u8_SQUOTE] = ACTIONS(2368), - [anon_sym_SQUOTE] = ACTIONS(2368), - [anon_sym_L_DQUOTE] = ACTIONS(2368), - [anon_sym_u_DQUOTE] = ACTIONS(2368), - [anon_sym_U_DQUOTE] = ACTIONS(2368), - [anon_sym_u8_DQUOTE] = ACTIONS(2368), - [anon_sym_DQUOTE] = ACTIONS(2368), - [sym_true] = ACTIONS(2366), - [sym_false] = ACTIONS(2366), - [sym_null] = ACTIONS(2366), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2366), - [anon_sym_decltype] = ACTIONS(2366), - [anon_sym_virtual] = ACTIONS(2366), - [anon_sym_explicit] = ACTIONS(2366), - [anon_sym_typename] = ACTIONS(2366), - [anon_sym_template] = ACTIONS(2366), - [anon_sym_operator] = ACTIONS(2366), - [anon_sym_try] = ACTIONS(2366), - [anon_sym_delete] = ACTIONS(2366), - [anon_sym_throw] = ACTIONS(2366), - [anon_sym_namespace] = ACTIONS(2366), - [anon_sym_using] = ACTIONS(2366), - [anon_sym_static_assert] = ACTIONS(2366), - [anon_sym_concept] = ACTIONS(2366), - [anon_sym_co_return] = ACTIONS(2366), - [anon_sym_co_yield] = ACTIONS(2366), - [anon_sym_catch] = ACTIONS(2370), - [anon_sym_R_DQUOTE] = ACTIONS(2368), - [anon_sym_LR_DQUOTE] = ACTIONS(2368), - [anon_sym_uR_DQUOTE] = ACTIONS(2368), - [anon_sym_UR_DQUOTE] = ACTIONS(2368), - [anon_sym_u8R_DQUOTE] = ACTIONS(2368), - [anon_sym_co_await] = ACTIONS(2366), - [anon_sym_new] = ACTIONS(2366), - [anon_sym_requires] = ACTIONS(2366), - [sym_this] = ACTIONS(2366), - [sym_nullptr] = ACTIONS(2366), - }, - [320] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2792), - [sym_comma_expression] = STATE(7222), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(7124), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7165), - [sym__unary_right_fold] = STATE(7161), - [sym__binary_fold] = STATE(7159), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6820), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6815), + [sym__unary_right_fold] = STATE(6810), + [sym__binary_fold] = STATE(6795), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -74333,7 +73973,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -74346,61 +73986,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [321] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(7004), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6778), - [sym__unary_right_fold] = STATE(6779), - [sym__binary_fold] = STATE(6780), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [320] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6875), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6846), + [sym__unary_right_fold] = STATE(6845), + [sym__binary_fold] = STATE(6844), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -74451,7 +74091,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -74464,61 +74104,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [322] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(6893), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6944), - [sym__unary_right_fold] = STATE(6943), - [sym__binary_fold] = STATE(6930), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [321] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2734), + [sym_comma_expression] = STATE(6848), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6634), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6633), + [sym__unary_right_fold] = STATE(6631), + [sym__binary_fold] = STATE(6629), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -74569,7 +74209,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -74582,61 +74222,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [323] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2791), - [sym_comma_expression] = STATE(6769), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(7029), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7028), - [sym__unary_right_fold] = STATE(7027), - [sym__binary_fold] = STATE(7025), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [322] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6765), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6815), + [sym__unary_right_fold] = STATE(6810), + [sym__binary_fold] = STATE(6795), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -74687,7 +74327,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -74700,61 +74340,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [324] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(7037), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6944), - [sym__unary_right_fold] = STATE(6943), - [sym__binary_fold] = STATE(6930), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [323] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2734), + [sym_comma_expression] = STATE(6848), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6668), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6688), + [sym__unary_right_fold] = STATE(6687), + [sym__binary_fold] = STATE(6686), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -74805,7 +74445,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -74818,61 +74458,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [325] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(7020), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6944), - [sym__unary_right_fold] = STATE(6943), - [sym__binary_fold] = STATE(6930), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [324] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6798), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6815), + [sym__unary_right_fold] = STATE(6810), + [sym__binary_fold] = STATE(6795), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -74923,7 +74563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -74936,61 +74576,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [326] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(6774), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6778), - [sym__unary_right_fold] = STATE(6779), - [sym__binary_fold] = STATE(6780), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [325] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2818), + [sym_comma_expression] = STATE(6974), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6973), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6970), + [sym__unary_right_fold] = STATE(6969), + [sym__binary_fold] = STATE(6966), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -75041,7 +74681,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -75054,61 +74694,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [327] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2791), - [sym_comma_expression] = STATE(6769), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(6998), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7028), - [sym__unary_right_fold] = STATE(7027), - [sym__binary_fold] = STATE(7025), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [326] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(7026), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6846), + [sym__unary_right_fold] = STATE(6845), + [sym__binary_fold] = STATE(6844), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -75159,7 +74799,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -75172,61 +74812,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [328] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(6865), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6944), - [sym__unary_right_fold] = STATE(6943), - [sym__binary_fold] = STATE(6930), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [327] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2818), + [sym_comma_expression] = STATE(6974), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6731), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6749), + [sym__unary_right_fold] = STATE(6747), + [sym__binary_fold] = STATE(6746), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -75277,7 +74917,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -75290,61 +74930,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [329] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(6946), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6944), - [sym__unary_right_fold] = STATE(6943), - [sym__binary_fold] = STATE(6930), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [328] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6774), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6815), + [sym__unary_right_fold] = STATE(6810), + [sym__binary_fold] = STATE(6795), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -75395,7 +75035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -75408,61 +75048,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [330] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2792), - [sym_comma_expression] = STATE(7222), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(7166), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7165), - [sym__unary_right_fold] = STATE(7161), - [sym__binary_fold] = STATE(7159), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [329] = { + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6900), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6815), + [sym__unary_right_fold] = STATE(6810), + [sym__binary_fold] = STATE(6795), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -75513,7 +75153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -75526,61 +75166,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, + [330] = { + [sym_catch_clause] = STATE(330), + [aux_sym_constructor_try_statement_repeat1] = STATE(330), + [sym_identifier] = ACTIONS(2364), + [aux_sym_preproc_include_token1] = ACTIONS(2364), + [aux_sym_preproc_def_token1] = ACTIONS(2364), + [aux_sym_preproc_if_token1] = ACTIONS(2364), + [aux_sym_preproc_if_token2] = ACTIONS(2364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2364), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2364), + [aux_sym_preproc_else_token1] = ACTIONS(2364), + [aux_sym_preproc_elif_token1] = ACTIONS(2364), + [sym_preproc_directive] = ACTIONS(2364), + [anon_sym_LPAREN2] = ACTIONS(2366), + [anon_sym_BANG] = ACTIONS(2366), + [anon_sym_TILDE] = ACTIONS(2366), + [anon_sym_DASH] = ACTIONS(2364), + [anon_sym_PLUS] = ACTIONS(2364), + [anon_sym_STAR] = ACTIONS(2366), + [anon_sym_AMP_AMP] = ACTIONS(2366), + [anon_sym_AMP] = ACTIONS(2364), + [anon_sym_SEMI] = ACTIONS(2366), + [anon_sym_typedef] = ACTIONS(2364), + [anon_sym_extern] = ACTIONS(2364), + [anon_sym___attribute__] = ACTIONS(2364), + [anon_sym_COLON_COLON] = ACTIONS(2366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2366), + [anon_sym___declspec] = ACTIONS(2364), + [anon_sym___based] = ACTIONS(2364), + [anon_sym___cdecl] = ACTIONS(2364), + [anon_sym___clrcall] = ACTIONS(2364), + [anon_sym___stdcall] = ACTIONS(2364), + [anon_sym___fastcall] = ACTIONS(2364), + [anon_sym___thiscall] = ACTIONS(2364), + [anon_sym___vectorcall] = ACTIONS(2364), + [anon_sym_LBRACE] = ACTIONS(2366), + [anon_sym_LBRACK] = ACTIONS(2364), + [anon_sym_static] = ACTIONS(2364), + [anon_sym_register] = ACTIONS(2364), + [anon_sym_inline] = ACTIONS(2364), + [anon_sym_thread_local] = ACTIONS(2364), + [anon_sym_const] = ACTIONS(2364), + [anon_sym_volatile] = ACTIONS(2364), + [anon_sym_restrict] = ACTIONS(2364), + [anon_sym__Atomic] = ACTIONS(2364), + [anon_sym_mutable] = ACTIONS(2364), + [anon_sym_constexpr] = ACTIONS(2364), + [anon_sym_constinit] = ACTIONS(2364), + [anon_sym_consteval] = ACTIONS(2364), + [anon_sym_signed] = ACTIONS(2364), + [anon_sym_unsigned] = ACTIONS(2364), + [anon_sym_long] = ACTIONS(2364), + [anon_sym_short] = ACTIONS(2364), + [sym_primitive_type] = ACTIONS(2364), + [anon_sym_enum] = ACTIONS(2364), + [anon_sym_class] = ACTIONS(2364), + [anon_sym_struct] = ACTIONS(2364), + [anon_sym_union] = ACTIONS(2364), + [anon_sym_if] = ACTIONS(2364), + [anon_sym_else] = ACTIONS(2364), + [anon_sym_switch] = ACTIONS(2364), + [anon_sym_case] = ACTIONS(2364), + [anon_sym_default] = ACTIONS(2364), + [anon_sym_while] = ACTIONS(2364), + [anon_sym_do] = ACTIONS(2364), + [anon_sym_for] = ACTIONS(2364), + [anon_sym_return] = ACTIONS(2364), + [anon_sym_break] = ACTIONS(2364), + [anon_sym_continue] = ACTIONS(2364), + [anon_sym_goto] = ACTIONS(2364), + [anon_sym_not] = ACTIONS(2364), + [anon_sym_compl] = ACTIONS(2364), + [anon_sym_DASH_DASH] = ACTIONS(2366), + [anon_sym_PLUS_PLUS] = ACTIONS(2366), + [anon_sym_sizeof] = ACTIONS(2364), + [sym_number_literal] = ACTIONS(2366), + [anon_sym_L_SQUOTE] = ACTIONS(2366), + [anon_sym_u_SQUOTE] = ACTIONS(2366), + [anon_sym_U_SQUOTE] = ACTIONS(2366), + [anon_sym_u8_SQUOTE] = ACTIONS(2366), + [anon_sym_SQUOTE] = ACTIONS(2366), + [anon_sym_L_DQUOTE] = ACTIONS(2366), + [anon_sym_u_DQUOTE] = ACTIONS(2366), + [anon_sym_U_DQUOTE] = ACTIONS(2366), + [anon_sym_u8_DQUOTE] = ACTIONS(2366), + [anon_sym_DQUOTE] = ACTIONS(2366), + [sym_true] = ACTIONS(2364), + [sym_false] = ACTIONS(2364), + [sym_null] = ACTIONS(2364), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2364), + [anon_sym_decltype] = ACTIONS(2364), + [anon_sym_virtual] = ACTIONS(2364), + [anon_sym_explicit] = ACTIONS(2364), + [anon_sym_typename] = ACTIONS(2364), + [anon_sym_template] = ACTIONS(2364), + [anon_sym_operator] = ACTIONS(2364), + [anon_sym_try] = ACTIONS(2364), + [anon_sym_delete] = ACTIONS(2364), + [anon_sym_throw] = ACTIONS(2364), + [anon_sym_namespace] = ACTIONS(2364), + [anon_sym_using] = ACTIONS(2364), + [anon_sym_static_assert] = ACTIONS(2364), + [anon_sym_concept] = ACTIONS(2364), + [anon_sym_co_return] = ACTIONS(2364), + [anon_sym_co_yield] = ACTIONS(2364), + [anon_sym_catch] = ACTIONS(2368), + [anon_sym_R_DQUOTE] = ACTIONS(2366), + [anon_sym_LR_DQUOTE] = ACTIONS(2366), + [anon_sym_uR_DQUOTE] = ACTIONS(2366), + [anon_sym_UR_DQUOTE] = ACTIONS(2366), + [anon_sym_u8R_DQUOTE] = ACTIONS(2366), + [anon_sym_co_await] = ACTIONS(2364), + [anon_sym_new] = ACTIONS(2364), + [anon_sym_requires] = ACTIONS(2364), + [sym_this] = ACTIONS(2364), + [sym_nullptr] = ACTIONS(2364), + }, [331] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2792), - [sym_comma_expression] = STATE(7222), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(7228), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7139), - [sym__unary_right_fold] = STATE(7147), - [sym__binary_fold] = STATE(7128), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6914), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6815), + [sym__unary_right_fold] = STATE(6810), + [sym__binary_fold] = STATE(6795), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -75631,7 +75389,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -75645,60 +75403,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [332] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2792), - [sym_comma_expression] = STATE(7222), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(6618), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7139), - [sym__unary_right_fold] = STATE(7147), - [sym__binary_fold] = STATE(7128), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2734), + [sym_comma_expression] = STATE(6848), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6617), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6633), + [sym__unary_right_fold] = STATE(6631), + [sym__binary_fold] = STATE(6629), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -75749,7 +75507,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -75763,60 +75521,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [333] = { - [sym_type_qualifier] = STATE(3425), - [sym__type_specifier] = STATE(4247), - [sym_sized_type_specifier] = STATE(2877), - [sym_enum_specifier] = STATE(2877), - [sym_struct_specifier] = STATE(2877), - [sym_union_specifier] = STATE(2877), - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_type_descriptor] = STATE(7000), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_placeholder_type_specifier] = STATE(2877), - [sym_decltype_auto] = STATE(2879), - [sym_decltype] = STATE(2671), - [sym_class_specifier] = STATE(2877), - [sym__class_name] = STATE(6589), - [sym_dependent_type] = STATE(2877), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6778), - [sym__unary_right_fold] = STATE(6779), - [sym__binary_fold] = STATE(6780), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4865), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3140), - [aux_sym_type_definition_repeat1] = STATE(3425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(2358), + [sym_type_qualifier] = STATE(3397), + [sym__type_specifier] = STATE(4163), + [sym_sized_type_specifier] = STATE(2780), + [sym_enum_specifier] = STATE(2780), + [sym_struct_specifier] = STATE(2780), + [sym_union_specifier] = STATE(2780), + [sym__expression] = STATE(2734), + [sym_comma_expression] = STATE(6848), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_type_descriptor] = STATE(6689), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_placeholder_type_specifier] = STATE(2780), + [sym_decltype_auto] = STATE(2777), + [sym_decltype] = STATE(2634), + [sym_class_specifier] = STATE(2780), + [sym__class_name] = STATE(6357), + [sym_dependent_type] = STATE(2780), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6688), + [sym__unary_right_fold] = STATE(6687), + [sym__binary_fold] = STATE(6686), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4790), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3108), + [aux_sym_type_definition_repeat1] = STATE(3397), + [aux_sym_sized_type_specifier_repeat1] = STATE(1926), + [sym_identifier] = ACTIONS(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -75867,7 +75625,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1495), [anon_sym_decltype] = ACTIONS(1497), [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -75881,3413 +75639,4678 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [334] = { - [sym_catch_clause] = STATE(319), - [aux_sym_constructor_try_statement_repeat1] = STATE(319), - [sym_identifier] = ACTIONS(2373), - [aux_sym_preproc_include_token1] = ACTIONS(2373), - [aux_sym_preproc_def_token1] = ACTIONS(2373), - [aux_sym_preproc_if_token1] = ACTIONS(2373), - [aux_sym_preproc_if_token2] = ACTIONS(2373), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2373), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2373), - [aux_sym_preproc_else_token1] = ACTIONS(2373), - [aux_sym_preproc_elif_token1] = ACTIONS(2373), - [sym_preproc_directive] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(2375), - [anon_sym_BANG] = ACTIONS(2375), - [anon_sym_TILDE] = ACTIONS(2375), - [anon_sym_DASH] = ACTIONS(2373), - [anon_sym_PLUS] = ACTIONS(2373), - [anon_sym_STAR] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2375), - [anon_sym_AMP] = ACTIONS(2373), - [anon_sym_SEMI] = ACTIONS(2375), - [anon_sym_typedef] = ACTIONS(2373), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2375), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2375), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym___cdecl] = ACTIONS(2373), - [anon_sym___clrcall] = ACTIONS(2373), - [anon_sym___stdcall] = ACTIONS(2373), - [anon_sym___fastcall] = ACTIONS(2373), - [anon_sym___thiscall] = ACTIONS(2373), - [anon_sym___vectorcall] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2375), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_constinit] = ACTIONS(2373), - [anon_sym_consteval] = ACTIONS(2373), - [anon_sym_signed] = ACTIONS(2373), - [anon_sym_unsigned] = ACTIONS(2373), - [anon_sym_long] = ACTIONS(2373), - [anon_sym_short] = ACTIONS(2373), - [sym_primitive_type] = ACTIONS(2373), - [anon_sym_enum] = ACTIONS(2373), - [anon_sym_class] = ACTIONS(2373), - [anon_sym_struct] = ACTIONS(2373), - [anon_sym_union] = ACTIONS(2373), - [anon_sym_if] = ACTIONS(2373), - [anon_sym_switch] = ACTIONS(2373), - [anon_sym_case] = ACTIONS(2373), - [anon_sym_default] = ACTIONS(2373), - [anon_sym_while] = ACTIONS(2373), - [anon_sym_do] = ACTIONS(2373), - [anon_sym_for] = ACTIONS(2373), - [anon_sym_return] = ACTIONS(2373), - [anon_sym_break] = ACTIONS(2373), - [anon_sym_continue] = ACTIONS(2373), - [anon_sym_goto] = ACTIONS(2373), - [anon_sym_not] = ACTIONS(2373), - [anon_sym_compl] = ACTIONS(2373), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_sizeof] = ACTIONS(2373), - [sym_number_literal] = ACTIONS(2375), - [anon_sym_L_SQUOTE] = ACTIONS(2375), - [anon_sym_u_SQUOTE] = ACTIONS(2375), - [anon_sym_U_SQUOTE] = ACTIONS(2375), - [anon_sym_u8_SQUOTE] = ACTIONS(2375), - [anon_sym_SQUOTE] = ACTIONS(2375), - [anon_sym_L_DQUOTE] = ACTIONS(2375), - [anon_sym_u_DQUOTE] = ACTIONS(2375), - [anon_sym_U_DQUOTE] = ACTIONS(2375), - [anon_sym_u8_DQUOTE] = ACTIONS(2375), - [anon_sym_DQUOTE] = ACTIONS(2375), - [sym_true] = ACTIONS(2373), - [sym_false] = ACTIONS(2373), - [sym_null] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2373), - [anon_sym_decltype] = ACTIONS(2373), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_explicit] = ACTIONS(2373), - [anon_sym_typename] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [anon_sym_operator] = ACTIONS(2373), - [anon_sym_try] = ACTIONS(2373), - [anon_sym_delete] = ACTIONS(2373), - [anon_sym_throw] = ACTIONS(2373), - [anon_sym_namespace] = ACTIONS(2373), - [anon_sym_using] = ACTIONS(2373), - [anon_sym_static_assert] = ACTIONS(2373), - [anon_sym_concept] = ACTIONS(2373), - [anon_sym_co_return] = ACTIONS(2373), - [anon_sym_co_yield] = ACTIONS(2373), - [anon_sym_catch] = ACTIONS(2364), - [anon_sym_R_DQUOTE] = ACTIONS(2375), - [anon_sym_LR_DQUOTE] = ACTIONS(2375), - [anon_sym_uR_DQUOTE] = ACTIONS(2375), - [anon_sym_UR_DQUOTE] = ACTIONS(2375), - [anon_sym_u8R_DQUOTE] = ACTIONS(2375), - [anon_sym_co_await] = ACTIONS(2373), - [anon_sym_new] = ACTIONS(2373), - [anon_sym_requires] = ACTIONS(2373), - [sym_this] = ACTIONS(2373), - [sym_nullptr] = ACTIONS(2373), + [sym_catch_clause] = STATE(330), + [aux_sym_constructor_try_statement_repeat1] = STATE(330), + [sym_identifier] = ACTIONS(2371), + [aux_sym_preproc_include_token1] = ACTIONS(2371), + [aux_sym_preproc_def_token1] = ACTIONS(2371), + [aux_sym_preproc_if_token1] = ACTIONS(2371), + [aux_sym_preproc_if_token2] = ACTIONS(2371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2371), + [aux_sym_preproc_else_token1] = ACTIONS(2371), + [aux_sym_preproc_elif_token1] = ACTIONS(2371), + [sym_preproc_directive] = ACTIONS(2371), + [anon_sym_LPAREN2] = ACTIONS(2373), + [anon_sym_BANG] = ACTIONS(2373), + [anon_sym_TILDE] = ACTIONS(2373), + [anon_sym_DASH] = ACTIONS(2371), + [anon_sym_PLUS] = ACTIONS(2371), + [anon_sym_STAR] = ACTIONS(2373), + [anon_sym_AMP_AMP] = ACTIONS(2373), + [anon_sym_AMP] = ACTIONS(2371), + [anon_sym_SEMI] = ACTIONS(2373), + [anon_sym_typedef] = ACTIONS(2371), + [anon_sym_extern] = ACTIONS(2371), + [anon_sym___attribute__] = ACTIONS(2371), + [anon_sym_COLON_COLON] = ACTIONS(2373), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2373), + [anon_sym___declspec] = ACTIONS(2371), + [anon_sym___based] = ACTIONS(2371), + [anon_sym___cdecl] = ACTIONS(2371), + [anon_sym___clrcall] = ACTIONS(2371), + [anon_sym___stdcall] = ACTIONS(2371), + [anon_sym___fastcall] = ACTIONS(2371), + [anon_sym___thiscall] = ACTIONS(2371), + [anon_sym___vectorcall] = ACTIONS(2371), + [anon_sym_LBRACE] = ACTIONS(2373), + [anon_sym_LBRACK] = ACTIONS(2371), + [anon_sym_static] = ACTIONS(2371), + [anon_sym_register] = ACTIONS(2371), + [anon_sym_inline] = ACTIONS(2371), + [anon_sym_thread_local] = ACTIONS(2371), + [anon_sym_const] = ACTIONS(2371), + [anon_sym_volatile] = ACTIONS(2371), + [anon_sym_restrict] = ACTIONS(2371), + [anon_sym__Atomic] = ACTIONS(2371), + [anon_sym_mutable] = ACTIONS(2371), + [anon_sym_constexpr] = ACTIONS(2371), + [anon_sym_constinit] = ACTIONS(2371), + [anon_sym_consteval] = ACTIONS(2371), + [anon_sym_signed] = ACTIONS(2371), + [anon_sym_unsigned] = ACTIONS(2371), + [anon_sym_long] = ACTIONS(2371), + [anon_sym_short] = ACTIONS(2371), + [sym_primitive_type] = ACTIONS(2371), + [anon_sym_enum] = ACTIONS(2371), + [anon_sym_class] = ACTIONS(2371), + [anon_sym_struct] = ACTIONS(2371), + [anon_sym_union] = ACTIONS(2371), + [anon_sym_if] = ACTIONS(2371), + [anon_sym_switch] = ACTIONS(2371), + [anon_sym_case] = ACTIONS(2371), + [anon_sym_default] = ACTIONS(2371), + [anon_sym_while] = ACTIONS(2371), + [anon_sym_do] = ACTIONS(2371), + [anon_sym_for] = ACTIONS(2371), + [anon_sym_return] = ACTIONS(2371), + [anon_sym_break] = ACTIONS(2371), + [anon_sym_continue] = ACTIONS(2371), + [anon_sym_goto] = ACTIONS(2371), + [anon_sym_not] = ACTIONS(2371), + [anon_sym_compl] = ACTIONS(2371), + [anon_sym_DASH_DASH] = ACTIONS(2373), + [anon_sym_PLUS_PLUS] = ACTIONS(2373), + [anon_sym_sizeof] = ACTIONS(2371), + [sym_number_literal] = ACTIONS(2373), + [anon_sym_L_SQUOTE] = ACTIONS(2373), + [anon_sym_u_SQUOTE] = ACTIONS(2373), + [anon_sym_U_SQUOTE] = ACTIONS(2373), + [anon_sym_u8_SQUOTE] = ACTIONS(2373), + [anon_sym_SQUOTE] = ACTIONS(2373), + [anon_sym_L_DQUOTE] = ACTIONS(2373), + [anon_sym_u_DQUOTE] = ACTIONS(2373), + [anon_sym_U_DQUOTE] = ACTIONS(2373), + [anon_sym_u8_DQUOTE] = ACTIONS(2373), + [anon_sym_DQUOTE] = ACTIONS(2373), + [sym_true] = ACTIONS(2371), + [sym_false] = ACTIONS(2371), + [sym_null] = ACTIONS(2371), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2371), + [anon_sym_decltype] = ACTIONS(2371), + [anon_sym_virtual] = ACTIONS(2371), + [anon_sym_explicit] = ACTIONS(2371), + [anon_sym_typename] = ACTIONS(2371), + [anon_sym_template] = ACTIONS(2371), + [anon_sym_operator] = ACTIONS(2371), + [anon_sym_try] = ACTIONS(2371), + [anon_sym_delete] = ACTIONS(2371), + [anon_sym_throw] = ACTIONS(2371), + [anon_sym_namespace] = ACTIONS(2371), + [anon_sym_using] = ACTIONS(2371), + [anon_sym_static_assert] = ACTIONS(2371), + [anon_sym_concept] = ACTIONS(2371), + [anon_sym_co_return] = ACTIONS(2371), + [anon_sym_co_yield] = ACTIONS(2371), + [anon_sym_catch] = ACTIONS(2360), + [anon_sym_R_DQUOTE] = ACTIONS(2373), + [anon_sym_LR_DQUOTE] = ACTIONS(2373), + [anon_sym_uR_DQUOTE] = ACTIONS(2373), + [anon_sym_UR_DQUOTE] = ACTIONS(2373), + [anon_sym_u8R_DQUOTE] = ACTIONS(2373), + [anon_sym_co_await] = ACTIONS(2371), + [anon_sym_new] = ACTIONS(2371), + [anon_sym_requires] = ACTIONS(2371), + [sym_this] = ACTIONS(2371), + [sym_nullptr] = ACTIONS(2371), }, [335] = { - [sym_catch_clause] = STATE(319), - [aux_sym_constructor_try_statement_repeat1] = STATE(319), - [sym_identifier] = ACTIONS(2377), - [aux_sym_preproc_include_token1] = ACTIONS(2377), - [aux_sym_preproc_def_token1] = ACTIONS(2377), - [aux_sym_preproc_if_token1] = ACTIONS(2377), - [aux_sym_preproc_if_token2] = ACTIONS(2377), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2377), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2377), - [aux_sym_preproc_else_token1] = ACTIONS(2377), - [aux_sym_preproc_elif_token1] = ACTIONS(2377), - [sym_preproc_directive] = ACTIONS(2377), - [anon_sym_LPAREN2] = ACTIONS(2379), - [anon_sym_BANG] = ACTIONS(2379), - [anon_sym_TILDE] = ACTIONS(2379), - [anon_sym_DASH] = ACTIONS(2377), - [anon_sym_PLUS] = ACTIONS(2377), - [anon_sym_STAR] = ACTIONS(2379), - [anon_sym_AMP_AMP] = ACTIONS(2379), - [anon_sym_AMP] = ACTIONS(2377), - [anon_sym_SEMI] = ACTIONS(2379), - [anon_sym_typedef] = ACTIONS(2377), - [anon_sym_extern] = ACTIONS(2377), - [anon_sym___attribute__] = ACTIONS(2377), - [anon_sym_COLON_COLON] = ACTIONS(2379), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2379), - [anon_sym___declspec] = ACTIONS(2377), - [anon_sym___based] = ACTIONS(2377), - [anon_sym___cdecl] = ACTIONS(2377), - [anon_sym___clrcall] = ACTIONS(2377), - [anon_sym___stdcall] = ACTIONS(2377), - [anon_sym___fastcall] = ACTIONS(2377), - [anon_sym___thiscall] = ACTIONS(2377), - [anon_sym___vectorcall] = ACTIONS(2377), - [anon_sym_LBRACE] = ACTIONS(2379), - [anon_sym_LBRACK] = ACTIONS(2377), - [anon_sym_static] = ACTIONS(2377), - [anon_sym_register] = ACTIONS(2377), - [anon_sym_inline] = ACTIONS(2377), - [anon_sym_thread_local] = ACTIONS(2377), - [anon_sym_const] = ACTIONS(2377), - [anon_sym_volatile] = ACTIONS(2377), - [anon_sym_restrict] = ACTIONS(2377), - [anon_sym__Atomic] = ACTIONS(2377), - [anon_sym_mutable] = ACTIONS(2377), - [anon_sym_constexpr] = ACTIONS(2377), - [anon_sym_constinit] = ACTIONS(2377), - [anon_sym_consteval] = ACTIONS(2377), - [anon_sym_signed] = ACTIONS(2377), - [anon_sym_unsigned] = ACTIONS(2377), - [anon_sym_long] = ACTIONS(2377), - [anon_sym_short] = ACTIONS(2377), - [sym_primitive_type] = ACTIONS(2377), - [anon_sym_enum] = ACTIONS(2377), - [anon_sym_class] = ACTIONS(2377), - [anon_sym_struct] = ACTIONS(2377), - [anon_sym_union] = ACTIONS(2377), - [anon_sym_if] = ACTIONS(2377), - [anon_sym_switch] = ACTIONS(2377), - [anon_sym_case] = ACTIONS(2377), - [anon_sym_default] = ACTIONS(2377), - [anon_sym_while] = ACTIONS(2377), - [anon_sym_do] = ACTIONS(2377), - [anon_sym_for] = ACTIONS(2377), - [anon_sym_return] = ACTIONS(2377), - [anon_sym_break] = ACTIONS(2377), - [anon_sym_continue] = ACTIONS(2377), - [anon_sym_goto] = ACTIONS(2377), - [anon_sym_not] = ACTIONS(2377), - [anon_sym_compl] = ACTIONS(2377), - [anon_sym_DASH_DASH] = ACTIONS(2379), - [anon_sym_PLUS_PLUS] = ACTIONS(2379), - [anon_sym_sizeof] = ACTIONS(2377), - [sym_number_literal] = ACTIONS(2379), - [anon_sym_L_SQUOTE] = ACTIONS(2379), - [anon_sym_u_SQUOTE] = ACTIONS(2379), - [anon_sym_U_SQUOTE] = ACTIONS(2379), - [anon_sym_u8_SQUOTE] = ACTIONS(2379), - [anon_sym_SQUOTE] = ACTIONS(2379), - [anon_sym_L_DQUOTE] = ACTIONS(2379), - [anon_sym_u_DQUOTE] = ACTIONS(2379), - [anon_sym_U_DQUOTE] = ACTIONS(2379), - [anon_sym_u8_DQUOTE] = ACTIONS(2379), - [anon_sym_DQUOTE] = ACTIONS(2379), - [sym_true] = ACTIONS(2377), - [sym_false] = ACTIONS(2377), - [sym_null] = ACTIONS(2377), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2377), - [anon_sym_decltype] = ACTIONS(2377), - [anon_sym_virtual] = ACTIONS(2377), - [anon_sym_explicit] = ACTIONS(2377), - [anon_sym_typename] = ACTIONS(2377), - [anon_sym_template] = ACTIONS(2377), - [anon_sym_operator] = ACTIONS(2377), - [anon_sym_try] = ACTIONS(2377), - [anon_sym_delete] = ACTIONS(2377), - [anon_sym_throw] = ACTIONS(2377), - [anon_sym_namespace] = ACTIONS(2377), - [anon_sym_using] = ACTIONS(2377), - [anon_sym_static_assert] = ACTIONS(2377), - [anon_sym_concept] = ACTIONS(2377), - [anon_sym_co_return] = ACTIONS(2377), - [anon_sym_co_yield] = ACTIONS(2377), - [anon_sym_catch] = ACTIONS(2364), - [anon_sym_R_DQUOTE] = ACTIONS(2379), - [anon_sym_LR_DQUOTE] = ACTIONS(2379), - [anon_sym_uR_DQUOTE] = ACTIONS(2379), - [anon_sym_UR_DQUOTE] = ACTIONS(2379), - [anon_sym_u8R_DQUOTE] = ACTIONS(2379), - [anon_sym_co_await] = ACTIONS(2377), - [anon_sym_new] = ACTIONS(2377), - [anon_sym_requires] = ACTIONS(2377), - [sym_this] = ACTIONS(2377), - [sym_nullptr] = ACTIONS(2377), + [sym_catch_clause] = STATE(330), + [aux_sym_constructor_try_statement_repeat1] = STATE(330), + [sym_identifier] = ACTIONS(2375), + [aux_sym_preproc_include_token1] = ACTIONS(2375), + [aux_sym_preproc_def_token1] = ACTIONS(2375), + [aux_sym_preproc_if_token1] = ACTIONS(2375), + [aux_sym_preproc_if_token2] = ACTIONS(2375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2375), + [aux_sym_preproc_else_token1] = ACTIONS(2375), + [aux_sym_preproc_elif_token1] = ACTIONS(2375), + [sym_preproc_directive] = ACTIONS(2375), + [anon_sym_LPAREN2] = ACTIONS(2377), + [anon_sym_BANG] = ACTIONS(2377), + [anon_sym_TILDE] = ACTIONS(2377), + [anon_sym_DASH] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2375), + [anon_sym_STAR] = ACTIONS(2377), + [anon_sym_AMP_AMP] = ACTIONS(2377), + [anon_sym_AMP] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2377), + [anon_sym_typedef] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym___attribute__] = ACTIONS(2375), + [anon_sym_COLON_COLON] = ACTIONS(2377), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2377), + [anon_sym___declspec] = ACTIONS(2375), + [anon_sym___based] = ACTIONS(2375), + [anon_sym___cdecl] = ACTIONS(2375), + [anon_sym___clrcall] = ACTIONS(2375), + [anon_sym___stdcall] = ACTIONS(2375), + [anon_sym___fastcall] = ACTIONS(2375), + [anon_sym___thiscall] = ACTIONS(2375), + [anon_sym___vectorcall] = ACTIONS(2375), + [anon_sym_LBRACE] = ACTIONS(2377), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_inline] = ACTIONS(2375), + [anon_sym_thread_local] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_volatile] = ACTIONS(2375), + [anon_sym_restrict] = ACTIONS(2375), + [anon_sym__Atomic] = ACTIONS(2375), + [anon_sym_mutable] = ACTIONS(2375), + [anon_sym_constexpr] = ACTIONS(2375), + [anon_sym_constinit] = ACTIONS(2375), + [anon_sym_consteval] = ACTIONS(2375), + [anon_sym_signed] = ACTIONS(2375), + [anon_sym_unsigned] = ACTIONS(2375), + [anon_sym_long] = ACTIONS(2375), + [anon_sym_short] = ACTIONS(2375), + [sym_primitive_type] = ACTIONS(2375), + [anon_sym_enum] = ACTIONS(2375), + [anon_sym_class] = ACTIONS(2375), + [anon_sym_struct] = ACTIONS(2375), + [anon_sym_union] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_switch] = ACTIONS(2375), + [anon_sym_case] = ACTIONS(2375), + [anon_sym_default] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_do] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_goto] = ACTIONS(2375), + [anon_sym_not] = ACTIONS(2375), + [anon_sym_compl] = ACTIONS(2375), + [anon_sym_DASH_DASH] = ACTIONS(2377), + [anon_sym_PLUS_PLUS] = ACTIONS(2377), + [anon_sym_sizeof] = ACTIONS(2375), + [sym_number_literal] = ACTIONS(2377), + [anon_sym_L_SQUOTE] = ACTIONS(2377), + [anon_sym_u_SQUOTE] = ACTIONS(2377), + [anon_sym_U_SQUOTE] = ACTIONS(2377), + [anon_sym_u8_SQUOTE] = ACTIONS(2377), + [anon_sym_SQUOTE] = ACTIONS(2377), + [anon_sym_L_DQUOTE] = ACTIONS(2377), + [anon_sym_u_DQUOTE] = ACTIONS(2377), + [anon_sym_U_DQUOTE] = ACTIONS(2377), + [anon_sym_u8_DQUOTE] = ACTIONS(2377), + [anon_sym_DQUOTE] = ACTIONS(2377), + [sym_true] = ACTIONS(2375), + [sym_false] = ACTIONS(2375), + [sym_null] = ACTIONS(2375), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2375), + [anon_sym_decltype] = ACTIONS(2375), + [anon_sym_virtual] = ACTIONS(2375), + [anon_sym_explicit] = ACTIONS(2375), + [anon_sym_typename] = ACTIONS(2375), + [anon_sym_template] = ACTIONS(2375), + [anon_sym_operator] = ACTIONS(2375), + [anon_sym_try] = ACTIONS(2375), + [anon_sym_delete] = ACTIONS(2375), + [anon_sym_throw] = ACTIONS(2375), + [anon_sym_namespace] = ACTIONS(2375), + [anon_sym_using] = ACTIONS(2375), + [anon_sym_static_assert] = ACTIONS(2375), + [anon_sym_concept] = ACTIONS(2375), + [anon_sym_co_return] = ACTIONS(2375), + [anon_sym_co_yield] = ACTIONS(2375), + [anon_sym_catch] = ACTIONS(2360), + [anon_sym_R_DQUOTE] = ACTIONS(2377), + [anon_sym_LR_DQUOTE] = ACTIONS(2377), + [anon_sym_uR_DQUOTE] = ACTIONS(2377), + [anon_sym_UR_DQUOTE] = ACTIONS(2377), + [anon_sym_u8R_DQUOTE] = ACTIONS(2377), + [anon_sym_co_await] = ACTIONS(2375), + [anon_sym_new] = ACTIONS(2375), + [anon_sym_requires] = ACTIONS(2375), + [sym_this] = ACTIONS(2375), + [sym_nullptr] = ACTIONS(2375), }, [336] = { - [sym_identifier] = ACTIONS(2354), - [aux_sym_preproc_include_token1] = ACTIONS(2354), - [aux_sym_preproc_def_token1] = ACTIONS(2354), - [aux_sym_preproc_if_token1] = ACTIONS(2354), - [aux_sym_preproc_if_token2] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2354), - [aux_sym_preproc_else_token1] = ACTIONS(2354), - [aux_sym_preproc_elif_token1] = ACTIONS(2354), - [sym_preproc_directive] = ACTIONS(2354), - [anon_sym_LPAREN2] = ACTIONS(2352), - [anon_sym_BANG] = ACTIONS(2352), - [anon_sym_TILDE] = ACTIONS(2352), - [anon_sym_DASH] = ACTIONS(2354), - [anon_sym_PLUS] = ACTIONS(2354), - [anon_sym_STAR] = ACTIONS(2352), - [anon_sym_AMP_AMP] = ACTIONS(2352), - [anon_sym_AMP] = ACTIONS(2354), - [anon_sym_SEMI] = ACTIONS(2352), - [anon_sym_typedef] = ACTIONS(2354), - [anon_sym_extern] = ACTIONS(2354), - [anon_sym___attribute__] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2352), - [anon_sym___declspec] = ACTIONS(2354), - [anon_sym___based] = ACTIONS(2354), - [anon_sym___cdecl] = ACTIONS(2354), - [anon_sym___clrcall] = ACTIONS(2354), - [anon_sym___stdcall] = ACTIONS(2354), - [anon_sym___fastcall] = ACTIONS(2354), - [anon_sym___thiscall] = ACTIONS(2354), - [anon_sym___vectorcall] = ACTIONS(2354), - [anon_sym_LBRACE] = ACTIONS(2352), - [anon_sym_LBRACK] = ACTIONS(2354), - [anon_sym_static] = ACTIONS(2354), - [anon_sym_register] = ACTIONS(2354), - [anon_sym_inline] = ACTIONS(2354), - [anon_sym_thread_local] = ACTIONS(2354), - [anon_sym_const] = ACTIONS(2354), - [anon_sym_volatile] = ACTIONS(2354), - [anon_sym_restrict] = ACTIONS(2354), - [anon_sym__Atomic] = ACTIONS(2354), - [anon_sym_mutable] = ACTIONS(2354), - [anon_sym_constexpr] = ACTIONS(2354), - [anon_sym_constinit] = ACTIONS(2354), - [anon_sym_consteval] = ACTIONS(2354), - [anon_sym_signed] = ACTIONS(2354), - [anon_sym_unsigned] = ACTIONS(2354), - [anon_sym_long] = ACTIONS(2354), - [anon_sym_short] = ACTIONS(2354), - [sym_primitive_type] = ACTIONS(2354), - [anon_sym_enum] = ACTIONS(2354), - [anon_sym_class] = ACTIONS(2354), - [anon_sym_struct] = ACTIONS(2354), - [anon_sym_union] = ACTIONS(2354), - [anon_sym_if] = ACTIONS(2354), - [anon_sym_else] = ACTIONS(2354), - [anon_sym_switch] = ACTIONS(2354), - [anon_sym_case] = ACTIONS(2354), - [anon_sym_default] = ACTIONS(2354), - [anon_sym_while] = ACTIONS(2354), - [anon_sym_do] = ACTIONS(2354), - [anon_sym_for] = ACTIONS(2354), - [anon_sym_return] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_goto] = ACTIONS(2354), - [anon_sym_not] = ACTIONS(2354), - [anon_sym_compl] = ACTIONS(2354), - [anon_sym_DASH_DASH] = ACTIONS(2352), - [anon_sym_PLUS_PLUS] = ACTIONS(2352), - [anon_sym_sizeof] = ACTIONS(2354), - [sym_number_literal] = ACTIONS(2352), - [anon_sym_L_SQUOTE] = ACTIONS(2352), - [anon_sym_u_SQUOTE] = ACTIONS(2352), - [anon_sym_U_SQUOTE] = ACTIONS(2352), - [anon_sym_u8_SQUOTE] = ACTIONS(2352), - [anon_sym_SQUOTE] = ACTIONS(2352), - [anon_sym_L_DQUOTE] = ACTIONS(2352), - [anon_sym_u_DQUOTE] = ACTIONS(2352), - [anon_sym_U_DQUOTE] = ACTIONS(2352), - [anon_sym_u8_DQUOTE] = ACTIONS(2352), - [anon_sym_DQUOTE] = ACTIONS(2352), - [sym_true] = ACTIONS(2354), - [sym_false] = ACTIONS(2354), - [sym_null] = ACTIONS(2354), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2354), - [anon_sym_decltype] = ACTIONS(2354), - [anon_sym_virtual] = ACTIONS(2354), - [anon_sym_explicit] = ACTIONS(2354), - [anon_sym_typename] = ACTIONS(2354), - [anon_sym_template] = ACTIONS(2354), - [anon_sym_operator] = ACTIONS(2354), - [anon_sym_try] = ACTIONS(2354), - [anon_sym_delete] = ACTIONS(2354), - [anon_sym_throw] = ACTIONS(2354), - [anon_sym_namespace] = ACTIONS(2354), - [anon_sym_using] = ACTIONS(2354), - [anon_sym_static_assert] = ACTIONS(2354), - [anon_sym_concept] = ACTIONS(2354), - [anon_sym_co_return] = ACTIONS(2354), - [anon_sym_co_yield] = ACTIONS(2354), - [anon_sym_catch] = ACTIONS(2354), - [anon_sym_R_DQUOTE] = ACTIONS(2352), - [anon_sym_LR_DQUOTE] = ACTIONS(2352), - [anon_sym_uR_DQUOTE] = ACTIONS(2352), - [anon_sym_UR_DQUOTE] = ACTIONS(2352), - [anon_sym_u8R_DQUOTE] = ACTIONS(2352), - [anon_sym_co_await] = ACTIONS(2354), - [anon_sym_new] = ACTIONS(2354), - [anon_sym_requires] = ACTIONS(2354), - [sym_this] = ACTIONS(2354), - [sym_nullptr] = ACTIONS(2354), + [sym_catch_clause] = STATE(336), + [aux_sym_constructor_try_statement_repeat1] = STATE(336), + [ts_builtin_sym_end] = ACTIONS(2366), + [sym_identifier] = ACTIONS(2364), + [aux_sym_preproc_include_token1] = ACTIONS(2364), + [aux_sym_preproc_def_token1] = ACTIONS(2364), + [aux_sym_preproc_if_token1] = ACTIONS(2364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2364), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2364), + [sym_preproc_directive] = ACTIONS(2364), + [anon_sym_LPAREN2] = ACTIONS(2366), + [anon_sym_BANG] = ACTIONS(2366), + [anon_sym_TILDE] = ACTIONS(2366), + [anon_sym_DASH] = ACTIONS(2364), + [anon_sym_PLUS] = ACTIONS(2364), + [anon_sym_STAR] = ACTIONS(2366), + [anon_sym_AMP_AMP] = ACTIONS(2366), + [anon_sym_AMP] = ACTIONS(2364), + [anon_sym_SEMI] = ACTIONS(2366), + [anon_sym_typedef] = ACTIONS(2364), + [anon_sym_extern] = ACTIONS(2364), + [anon_sym___attribute__] = ACTIONS(2364), + [anon_sym_COLON_COLON] = ACTIONS(2366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2366), + [anon_sym___declspec] = ACTIONS(2364), + [anon_sym___based] = ACTIONS(2364), + [anon_sym___cdecl] = ACTIONS(2364), + [anon_sym___clrcall] = ACTIONS(2364), + [anon_sym___stdcall] = ACTIONS(2364), + [anon_sym___fastcall] = ACTIONS(2364), + [anon_sym___thiscall] = ACTIONS(2364), + [anon_sym___vectorcall] = ACTIONS(2364), + [anon_sym_LBRACE] = ACTIONS(2366), + [anon_sym_LBRACK] = ACTIONS(2364), + [anon_sym_static] = ACTIONS(2364), + [anon_sym_register] = ACTIONS(2364), + [anon_sym_inline] = ACTIONS(2364), + [anon_sym_thread_local] = ACTIONS(2364), + [anon_sym_const] = ACTIONS(2364), + [anon_sym_volatile] = ACTIONS(2364), + [anon_sym_restrict] = ACTIONS(2364), + [anon_sym__Atomic] = ACTIONS(2364), + [anon_sym_mutable] = ACTIONS(2364), + [anon_sym_constexpr] = ACTIONS(2364), + [anon_sym_constinit] = ACTIONS(2364), + [anon_sym_consteval] = ACTIONS(2364), + [anon_sym_signed] = ACTIONS(2364), + [anon_sym_unsigned] = ACTIONS(2364), + [anon_sym_long] = ACTIONS(2364), + [anon_sym_short] = ACTIONS(2364), + [sym_primitive_type] = ACTIONS(2364), + [anon_sym_enum] = ACTIONS(2364), + [anon_sym_class] = ACTIONS(2364), + [anon_sym_struct] = ACTIONS(2364), + [anon_sym_union] = ACTIONS(2364), + [anon_sym_if] = ACTIONS(2364), + [anon_sym_else] = ACTIONS(2364), + [anon_sym_switch] = ACTIONS(2364), + [anon_sym_case] = ACTIONS(2364), + [anon_sym_default] = ACTIONS(2364), + [anon_sym_while] = ACTIONS(2364), + [anon_sym_do] = ACTIONS(2364), + [anon_sym_for] = ACTIONS(2364), + [anon_sym_return] = ACTIONS(2364), + [anon_sym_break] = ACTIONS(2364), + [anon_sym_continue] = ACTIONS(2364), + [anon_sym_goto] = ACTIONS(2364), + [anon_sym_not] = ACTIONS(2364), + [anon_sym_compl] = ACTIONS(2364), + [anon_sym_DASH_DASH] = ACTIONS(2366), + [anon_sym_PLUS_PLUS] = ACTIONS(2366), + [anon_sym_sizeof] = ACTIONS(2364), + [sym_number_literal] = ACTIONS(2366), + [anon_sym_L_SQUOTE] = ACTIONS(2366), + [anon_sym_u_SQUOTE] = ACTIONS(2366), + [anon_sym_U_SQUOTE] = ACTIONS(2366), + [anon_sym_u8_SQUOTE] = ACTIONS(2366), + [anon_sym_SQUOTE] = ACTIONS(2366), + [anon_sym_L_DQUOTE] = ACTIONS(2366), + [anon_sym_u_DQUOTE] = ACTIONS(2366), + [anon_sym_U_DQUOTE] = ACTIONS(2366), + [anon_sym_u8_DQUOTE] = ACTIONS(2366), + [anon_sym_DQUOTE] = ACTIONS(2366), + [sym_true] = ACTIONS(2364), + [sym_false] = ACTIONS(2364), + [sym_null] = ACTIONS(2364), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2364), + [anon_sym_decltype] = ACTIONS(2364), + [anon_sym_virtual] = ACTIONS(2364), + [anon_sym_explicit] = ACTIONS(2364), + [anon_sym_typename] = ACTIONS(2364), + [anon_sym_template] = ACTIONS(2364), + [anon_sym_operator] = ACTIONS(2364), + [anon_sym_try] = ACTIONS(2364), + [anon_sym_delete] = ACTIONS(2364), + [anon_sym_throw] = ACTIONS(2364), + [anon_sym_namespace] = ACTIONS(2364), + [anon_sym_using] = ACTIONS(2364), + [anon_sym_static_assert] = ACTIONS(2364), + [anon_sym_concept] = ACTIONS(2364), + [anon_sym_co_return] = ACTIONS(2364), + [anon_sym_co_yield] = ACTIONS(2364), + [anon_sym_catch] = ACTIONS(2379), + [anon_sym_R_DQUOTE] = ACTIONS(2366), + [anon_sym_LR_DQUOTE] = ACTIONS(2366), + [anon_sym_uR_DQUOTE] = ACTIONS(2366), + [anon_sym_UR_DQUOTE] = ACTIONS(2366), + [anon_sym_u8R_DQUOTE] = ACTIONS(2366), + [anon_sym_co_await] = ACTIONS(2364), + [anon_sym_new] = ACTIONS(2364), + [anon_sym_requires] = ACTIONS(2364), + [sym_this] = ACTIONS(2364), + [sym_nullptr] = ACTIONS(2364), }, [337] = { - [sym_catch_clause] = STATE(337), - [aux_sym_constructor_try_statement_repeat1] = STATE(337), - [ts_builtin_sym_end] = ACTIONS(2368), - [sym_identifier] = ACTIONS(2366), - [aux_sym_preproc_include_token1] = ACTIONS(2366), - [aux_sym_preproc_def_token1] = ACTIONS(2366), - [aux_sym_preproc_if_token1] = ACTIONS(2366), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2366), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2366), - [sym_preproc_directive] = ACTIONS(2366), - [anon_sym_LPAREN2] = ACTIONS(2368), - [anon_sym_BANG] = ACTIONS(2368), - [anon_sym_TILDE] = ACTIONS(2368), - [anon_sym_DASH] = ACTIONS(2366), - [anon_sym_PLUS] = ACTIONS(2366), - [anon_sym_STAR] = ACTIONS(2368), - [anon_sym_AMP_AMP] = ACTIONS(2368), - [anon_sym_AMP] = ACTIONS(2366), - [anon_sym_SEMI] = ACTIONS(2368), - [anon_sym_typedef] = ACTIONS(2366), - [anon_sym_extern] = ACTIONS(2366), - [anon_sym___attribute__] = ACTIONS(2366), - [anon_sym_COLON_COLON] = ACTIONS(2368), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2368), - [anon_sym___declspec] = ACTIONS(2366), - [anon_sym___based] = ACTIONS(2366), - [anon_sym___cdecl] = ACTIONS(2366), - [anon_sym___clrcall] = ACTIONS(2366), - [anon_sym___stdcall] = ACTIONS(2366), - [anon_sym___fastcall] = ACTIONS(2366), - [anon_sym___thiscall] = ACTIONS(2366), - [anon_sym___vectorcall] = ACTIONS(2366), - [anon_sym_LBRACE] = ACTIONS(2368), - [anon_sym_LBRACK] = ACTIONS(2366), - [anon_sym_static] = ACTIONS(2366), - [anon_sym_register] = ACTIONS(2366), - [anon_sym_inline] = ACTIONS(2366), - [anon_sym_thread_local] = ACTIONS(2366), - [anon_sym_const] = ACTIONS(2366), - [anon_sym_volatile] = ACTIONS(2366), - [anon_sym_restrict] = ACTIONS(2366), - [anon_sym__Atomic] = ACTIONS(2366), - [anon_sym_mutable] = ACTIONS(2366), - [anon_sym_constexpr] = ACTIONS(2366), - [anon_sym_constinit] = ACTIONS(2366), - [anon_sym_consteval] = ACTIONS(2366), - [anon_sym_signed] = ACTIONS(2366), - [anon_sym_unsigned] = ACTIONS(2366), - [anon_sym_long] = ACTIONS(2366), - [anon_sym_short] = ACTIONS(2366), - [sym_primitive_type] = ACTIONS(2366), - [anon_sym_enum] = ACTIONS(2366), - [anon_sym_class] = ACTIONS(2366), - [anon_sym_struct] = ACTIONS(2366), - [anon_sym_union] = ACTIONS(2366), - [anon_sym_if] = ACTIONS(2366), - [anon_sym_else] = ACTIONS(2366), - [anon_sym_switch] = ACTIONS(2366), - [anon_sym_case] = ACTIONS(2366), - [anon_sym_default] = ACTIONS(2366), - [anon_sym_while] = ACTIONS(2366), - [anon_sym_do] = ACTIONS(2366), - [anon_sym_for] = ACTIONS(2366), - [anon_sym_return] = ACTIONS(2366), - [anon_sym_break] = ACTIONS(2366), - [anon_sym_continue] = ACTIONS(2366), - [anon_sym_goto] = ACTIONS(2366), - [anon_sym_not] = ACTIONS(2366), - [anon_sym_compl] = ACTIONS(2366), - [anon_sym_DASH_DASH] = ACTIONS(2368), - [anon_sym_PLUS_PLUS] = ACTIONS(2368), - [anon_sym_sizeof] = ACTIONS(2366), - [sym_number_literal] = ACTIONS(2368), - [anon_sym_L_SQUOTE] = ACTIONS(2368), - [anon_sym_u_SQUOTE] = ACTIONS(2368), - [anon_sym_U_SQUOTE] = ACTIONS(2368), - [anon_sym_u8_SQUOTE] = ACTIONS(2368), - [anon_sym_SQUOTE] = ACTIONS(2368), - [anon_sym_L_DQUOTE] = ACTIONS(2368), - [anon_sym_u_DQUOTE] = ACTIONS(2368), - [anon_sym_U_DQUOTE] = ACTIONS(2368), - [anon_sym_u8_DQUOTE] = ACTIONS(2368), - [anon_sym_DQUOTE] = ACTIONS(2368), - [sym_true] = ACTIONS(2366), - [sym_false] = ACTIONS(2366), - [sym_null] = ACTIONS(2366), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2366), - [anon_sym_decltype] = ACTIONS(2366), - [anon_sym_virtual] = ACTIONS(2366), - [anon_sym_explicit] = ACTIONS(2366), - [anon_sym_typename] = ACTIONS(2366), - [anon_sym_template] = ACTIONS(2366), - [anon_sym_operator] = ACTIONS(2366), - [anon_sym_try] = ACTIONS(2366), - [anon_sym_delete] = ACTIONS(2366), - [anon_sym_throw] = ACTIONS(2366), - [anon_sym_namespace] = ACTIONS(2366), - [anon_sym_using] = ACTIONS(2366), - [anon_sym_static_assert] = ACTIONS(2366), - [anon_sym_concept] = ACTIONS(2366), - [anon_sym_co_return] = ACTIONS(2366), - [anon_sym_co_yield] = ACTIONS(2366), - [anon_sym_catch] = ACTIONS(2381), - [anon_sym_R_DQUOTE] = ACTIONS(2368), - [anon_sym_LR_DQUOTE] = ACTIONS(2368), - [anon_sym_uR_DQUOTE] = ACTIONS(2368), - [anon_sym_UR_DQUOTE] = ACTIONS(2368), - [anon_sym_u8R_DQUOTE] = ACTIONS(2368), - [anon_sym_co_await] = ACTIONS(2366), - [anon_sym_new] = ACTIONS(2366), - [anon_sym_requires] = ACTIONS(2366), - [sym_this] = ACTIONS(2366), - [sym_nullptr] = ACTIONS(2366), + [sym_identifier] = ACTIONS(2290), + [aux_sym_preproc_include_token1] = ACTIONS(2290), + [aux_sym_preproc_def_token1] = ACTIONS(2290), + [aux_sym_preproc_if_token1] = ACTIONS(2290), + [aux_sym_preproc_if_token2] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), + [aux_sym_preproc_else_token1] = ACTIONS(2290), + [aux_sym_preproc_elif_token1] = ACTIONS(2290), + [sym_preproc_directive] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2290), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_AMP_AMP] = ACTIONS(2288), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_SEMI] = ACTIONS(2288), + [anon_sym_typedef] = ACTIONS(2290), + [anon_sym_extern] = ACTIONS(2290), + [anon_sym___attribute__] = ACTIONS(2290), + [anon_sym_COLON_COLON] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2290), + [anon_sym___based] = ACTIONS(2290), + [anon_sym___cdecl] = ACTIONS(2290), + [anon_sym___clrcall] = ACTIONS(2290), + [anon_sym___stdcall] = ACTIONS(2290), + [anon_sym___fastcall] = ACTIONS(2290), + [anon_sym___thiscall] = ACTIONS(2290), + [anon_sym___vectorcall] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_register] = ACTIONS(2290), + [anon_sym_inline] = ACTIONS(2290), + [anon_sym_thread_local] = ACTIONS(2290), + [anon_sym_const] = ACTIONS(2290), + [anon_sym_volatile] = ACTIONS(2290), + [anon_sym_restrict] = ACTIONS(2290), + [anon_sym__Atomic] = ACTIONS(2290), + [anon_sym_mutable] = ACTIONS(2290), + [anon_sym_constexpr] = ACTIONS(2290), + [anon_sym_constinit] = ACTIONS(2290), + [anon_sym_consteval] = ACTIONS(2290), + [anon_sym_signed] = ACTIONS(2290), + [anon_sym_unsigned] = ACTIONS(2290), + [anon_sym_long] = ACTIONS(2290), + [anon_sym_short] = ACTIONS(2290), + [sym_primitive_type] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_union] = ACTIONS(2290), + [anon_sym_if] = ACTIONS(2290), + [anon_sym_else] = ACTIONS(2290), + [anon_sym_switch] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_default] = ACTIONS(2290), + [anon_sym_while] = ACTIONS(2290), + [anon_sym_do] = ACTIONS(2290), + [anon_sym_for] = ACTIONS(2290), + [anon_sym_return] = ACTIONS(2290), + [anon_sym_break] = ACTIONS(2290), + [anon_sym_continue] = ACTIONS(2290), + [anon_sym_goto] = ACTIONS(2290), + [anon_sym_not] = ACTIONS(2290), + [anon_sym_compl] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2290), + [sym_number_literal] = ACTIONS(2288), + [anon_sym_L_SQUOTE] = ACTIONS(2288), + [anon_sym_u_SQUOTE] = ACTIONS(2288), + [anon_sym_U_SQUOTE] = ACTIONS(2288), + [anon_sym_u8_SQUOTE] = ACTIONS(2288), + [anon_sym_SQUOTE] = ACTIONS(2288), + [anon_sym_L_DQUOTE] = ACTIONS(2288), + [anon_sym_u_DQUOTE] = ACTIONS(2288), + [anon_sym_U_DQUOTE] = ACTIONS(2288), + [anon_sym_u8_DQUOTE] = ACTIONS(2288), + [anon_sym_DQUOTE] = ACTIONS(2288), + [sym_true] = ACTIONS(2290), + [sym_false] = ACTIONS(2290), + [sym_null] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2290), + [anon_sym_decltype] = ACTIONS(2290), + [anon_sym_virtual] = ACTIONS(2290), + [anon_sym_explicit] = ACTIONS(2290), + [anon_sym_typename] = ACTIONS(2290), + [anon_sym_template] = ACTIONS(2290), + [anon_sym_operator] = ACTIONS(2290), + [anon_sym_try] = ACTIONS(2290), + [anon_sym_delete] = ACTIONS(2290), + [anon_sym_throw] = ACTIONS(2290), + [anon_sym_namespace] = ACTIONS(2290), + [anon_sym_using] = ACTIONS(2290), + [anon_sym_static_assert] = ACTIONS(2290), + [anon_sym_concept] = ACTIONS(2290), + [anon_sym_co_return] = ACTIONS(2290), + [anon_sym_co_yield] = ACTIONS(2290), + [anon_sym_catch] = ACTIONS(2290), + [anon_sym_R_DQUOTE] = ACTIONS(2288), + [anon_sym_LR_DQUOTE] = ACTIONS(2288), + [anon_sym_uR_DQUOTE] = ACTIONS(2288), + [anon_sym_UR_DQUOTE] = ACTIONS(2288), + [anon_sym_u8R_DQUOTE] = ACTIONS(2288), + [anon_sym_co_await] = ACTIONS(2290), + [anon_sym_new] = ACTIONS(2290), + [anon_sym_requires] = ACTIONS(2290), + [sym_this] = ACTIONS(2290), + [sym_nullptr] = ACTIONS(2290), }, [338] = { - [sym_catch_clause] = STATE(342), - [aux_sym_constructor_try_statement_repeat1] = STATE(342), - [sym_identifier] = ACTIONS(2360), - [aux_sym_preproc_include_token1] = ACTIONS(2360), - [aux_sym_preproc_def_token1] = ACTIONS(2360), - [aux_sym_preproc_if_token1] = ACTIONS(2360), - [aux_sym_preproc_if_token2] = ACTIONS(2360), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2360), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2360), - [sym_preproc_directive] = ACTIONS(2360), - [anon_sym_LPAREN2] = ACTIONS(2362), - [anon_sym_BANG] = ACTIONS(2362), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2360), - [anon_sym_PLUS] = ACTIONS(2360), - [anon_sym_STAR] = ACTIONS(2362), - [anon_sym_AMP_AMP] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2360), - [anon_sym_SEMI] = ACTIONS(2362), - [anon_sym_typedef] = ACTIONS(2360), - [anon_sym_extern] = ACTIONS(2360), - [anon_sym___attribute__] = ACTIONS(2360), - [anon_sym_COLON_COLON] = ACTIONS(2362), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2362), - [anon_sym___declspec] = ACTIONS(2360), - [anon_sym___based] = ACTIONS(2360), - [anon_sym___cdecl] = ACTIONS(2360), - [anon_sym___clrcall] = ACTIONS(2360), - [anon_sym___stdcall] = ACTIONS(2360), - [anon_sym___fastcall] = ACTIONS(2360), - [anon_sym___thiscall] = ACTIONS(2360), - [anon_sym___vectorcall] = ACTIONS(2360), - [anon_sym_LBRACE] = ACTIONS(2362), - [anon_sym_LBRACK] = ACTIONS(2360), - [anon_sym_static] = ACTIONS(2360), - [anon_sym_register] = ACTIONS(2360), - [anon_sym_inline] = ACTIONS(2360), - [anon_sym_thread_local] = ACTIONS(2360), - [anon_sym_const] = ACTIONS(2360), - [anon_sym_volatile] = ACTIONS(2360), - [anon_sym_restrict] = ACTIONS(2360), - [anon_sym__Atomic] = ACTIONS(2360), - [anon_sym_mutable] = ACTIONS(2360), - [anon_sym_constexpr] = ACTIONS(2360), - [anon_sym_constinit] = ACTIONS(2360), - [anon_sym_consteval] = ACTIONS(2360), - [anon_sym_signed] = ACTIONS(2360), - [anon_sym_unsigned] = ACTIONS(2360), - [anon_sym_long] = ACTIONS(2360), - [anon_sym_short] = ACTIONS(2360), - [sym_primitive_type] = ACTIONS(2360), - [anon_sym_enum] = ACTIONS(2360), - [anon_sym_class] = ACTIONS(2360), - [anon_sym_struct] = ACTIONS(2360), - [anon_sym_union] = ACTIONS(2360), - [anon_sym_if] = ACTIONS(2360), - [anon_sym_else] = ACTIONS(2360), - [anon_sym_switch] = ACTIONS(2360), - [anon_sym_case] = ACTIONS(2360), - [anon_sym_default] = ACTIONS(2360), - [anon_sym_while] = ACTIONS(2360), - [anon_sym_do] = ACTIONS(2360), - [anon_sym_for] = ACTIONS(2360), - [anon_sym_return] = ACTIONS(2360), - [anon_sym_break] = ACTIONS(2360), - [anon_sym_continue] = ACTIONS(2360), - [anon_sym_goto] = ACTIONS(2360), - [anon_sym_not] = ACTIONS(2360), - [anon_sym_compl] = ACTIONS(2360), - [anon_sym_DASH_DASH] = ACTIONS(2362), - [anon_sym_PLUS_PLUS] = ACTIONS(2362), - [anon_sym_sizeof] = ACTIONS(2360), - [sym_number_literal] = ACTIONS(2362), - [anon_sym_L_SQUOTE] = ACTIONS(2362), - [anon_sym_u_SQUOTE] = ACTIONS(2362), - [anon_sym_U_SQUOTE] = ACTIONS(2362), - [anon_sym_u8_SQUOTE] = ACTIONS(2362), - [anon_sym_SQUOTE] = ACTIONS(2362), - [anon_sym_L_DQUOTE] = ACTIONS(2362), - [anon_sym_u_DQUOTE] = ACTIONS(2362), - [anon_sym_U_DQUOTE] = ACTIONS(2362), - [anon_sym_u8_DQUOTE] = ACTIONS(2362), - [anon_sym_DQUOTE] = ACTIONS(2362), - [sym_true] = ACTIONS(2360), - [sym_false] = ACTIONS(2360), - [sym_null] = ACTIONS(2360), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2360), - [anon_sym_decltype] = ACTIONS(2360), - [anon_sym_virtual] = ACTIONS(2360), - [anon_sym_explicit] = ACTIONS(2360), - [anon_sym_typename] = ACTIONS(2360), - [anon_sym_template] = ACTIONS(2360), - [anon_sym_operator] = ACTIONS(2360), - [anon_sym_try] = ACTIONS(2360), - [anon_sym_delete] = ACTIONS(2360), - [anon_sym_throw] = ACTIONS(2360), - [anon_sym_namespace] = ACTIONS(2360), - [anon_sym_using] = ACTIONS(2360), - [anon_sym_static_assert] = ACTIONS(2360), - [anon_sym_concept] = ACTIONS(2360), - [anon_sym_co_return] = ACTIONS(2360), - [anon_sym_co_yield] = ACTIONS(2360), - [anon_sym_catch] = ACTIONS(2384), - [anon_sym_R_DQUOTE] = ACTIONS(2362), - [anon_sym_LR_DQUOTE] = ACTIONS(2362), - [anon_sym_uR_DQUOTE] = ACTIONS(2362), - [anon_sym_UR_DQUOTE] = ACTIONS(2362), - [anon_sym_u8R_DQUOTE] = ACTIONS(2362), - [anon_sym_co_await] = ACTIONS(2360), - [anon_sym_new] = ACTIONS(2360), - [anon_sym_requires] = ACTIONS(2360), - [sym_this] = ACTIONS(2360), - [sym_nullptr] = ACTIONS(2360), + [sym_catch_clause] = STATE(336), + [aux_sym_constructor_try_statement_repeat1] = STATE(336), + [ts_builtin_sym_end] = ACTIONS(2358), + [sym_identifier] = ACTIONS(2356), + [aux_sym_preproc_include_token1] = ACTIONS(2356), + [aux_sym_preproc_def_token1] = ACTIONS(2356), + [aux_sym_preproc_if_token1] = ACTIONS(2356), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2356), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2356), + [sym_preproc_directive] = ACTIONS(2356), + [anon_sym_LPAREN2] = ACTIONS(2358), + [anon_sym_BANG] = ACTIONS(2358), + [anon_sym_TILDE] = ACTIONS(2358), + [anon_sym_DASH] = ACTIONS(2356), + [anon_sym_PLUS] = ACTIONS(2356), + [anon_sym_STAR] = ACTIONS(2358), + [anon_sym_AMP_AMP] = ACTIONS(2358), + [anon_sym_AMP] = ACTIONS(2356), + [anon_sym_SEMI] = ACTIONS(2358), + [anon_sym_typedef] = ACTIONS(2356), + [anon_sym_extern] = ACTIONS(2356), + [anon_sym___attribute__] = ACTIONS(2356), + [anon_sym_COLON_COLON] = ACTIONS(2358), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2358), + [anon_sym___declspec] = ACTIONS(2356), + [anon_sym___based] = ACTIONS(2356), + [anon_sym___cdecl] = ACTIONS(2356), + [anon_sym___clrcall] = ACTIONS(2356), + [anon_sym___stdcall] = ACTIONS(2356), + [anon_sym___fastcall] = ACTIONS(2356), + [anon_sym___thiscall] = ACTIONS(2356), + [anon_sym___vectorcall] = ACTIONS(2356), + [anon_sym_LBRACE] = ACTIONS(2358), + [anon_sym_LBRACK] = ACTIONS(2356), + [anon_sym_static] = ACTIONS(2356), + [anon_sym_register] = ACTIONS(2356), + [anon_sym_inline] = ACTIONS(2356), + [anon_sym_thread_local] = ACTIONS(2356), + [anon_sym_const] = ACTIONS(2356), + [anon_sym_volatile] = ACTIONS(2356), + [anon_sym_restrict] = ACTIONS(2356), + [anon_sym__Atomic] = ACTIONS(2356), + [anon_sym_mutable] = ACTIONS(2356), + [anon_sym_constexpr] = ACTIONS(2356), + [anon_sym_constinit] = ACTIONS(2356), + [anon_sym_consteval] = ACTIONS(2356), + [anon_sym_signed] = ACTIONS(2356), + [anon_sym_unsigned] = ACTIONS(2356), + [anon_sym_long] = ACTIONS(2356), + [anon_sym_short] = ACTIONS(2356), + [sym_primitive_type] = ACTIONS(2356), + [anon_sym_enum] = ACTIONS(2356), + [anon_sym_class] = ACTIONS(2356), + [anon_sym_struct] = ACTIONS(2356), + [anon_sym_union] = ACTIONS(2356), + [anon_sym_if] = ACTIONS(2356), + [anon_sym_else] = ACTIONS(2356), + [anon_sym_switch] = ACTIONS(2356), + [anon_sym_case] = ACTIONS(2356), + [anon_sym_default] = ACTIONS(2356), + [anon_sym_while] = ACTIONS(2356), + [anon_sym_do] = ACTIONS(2356), + [anon_sym_for] = ACTIONS(2356), + [anon_sym_return] = ACTIONS(2356), + [anon_sym_break] = ACTIONS(2356), + [anon_sym_continue] = ACTIONS(2356), + [anon_sym_goto] = ACTIONS(2356), + [anon_sym_not] = ACTIONS(2356), + [anon_sym_compl] = ACTIONS(2356), + [anon_sym_DASH_DASH] = ACTIONS(2358), + [anon_sym_PLUS_PLUS] = ACTIONS(2358), + [anon_sym_sizeof] = ACTIONS(2356), + [sym_number_literal] = ACTIONS(2358), + [anon_sym_L_SQUOTE] = ACTIONS(2358), + [anon_sym_u_SQUOTE] = ACTIONS(2358), + [anon_sym_U_SQUOTE] = ACTIONS(2358), + [anon_sym_u8_SQUOTE] = ACTIONS(2358), + [anon_sym_SQUOTE] = ACTIONS(2358), + [anon_sym_L_DQUOTE] = ACTIONS(2358), + [anon_sym_u_DQUOTE] = ACTIONS(2358), + [anon_sym_U_DQUOTE] = ACTIONS(2358), + [anon_sym_u8_DQUOTE] = ACTIONS(2358), + [anon_sym_DQUOTE] = ACTIONS(2358), + [sym_true] = ACTIONS(2356), + [sym_false] = ACTIONS(2356), + [sym_null] = ACTIONS(2356), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2356), + [anon_sym_decltype] = ACTIONS(2356), + [anon_sym_virtual] = ACTIONS(2356), + [anon_sym_explicit] = ACTIONS(2356), + [anon_sym_typename] = ACTIONS(2356), + [anon_sym_template] = ACTIONS(2356), + [anon_sym_operator] = ACTIONS(2356), + [anon_sym_try] = ACTIONS(2356), + [anon_sym_delete] = ACTIONS(2356), + [anon_sym_throw] = ACTIONS(2356), + [anon_sym_namespace] = ACTIONS(2356), + [anon_sym_using] = ACTIONS(2356), + [anon_sym_static_assert] = ACTIONS(2356), + [anon_sym_concept] = ACTIONS(2356), + [anon_sym_co_return] = ACTIONS(2356), + [anon_sym_co_yield] = ACTIONS(2356), + [anon_sym_catch] = ACTIONS(2382), + [anon_sym_R_DQUOTE] = ACTIONS(2358), + [anon_sym_LR_DQUOTE] = ACTIONS(2358), + [anon_sym_uR_DQUOTE] = ACTIONS(2358), + [anon_sym_UR_DQUOTE] = ACTIONS(2358), + [anon_sym_u8R_DQUOTE] = ACTIONS(2358), + [anon_sym_co_await] = ACTIONS(2356), + [anon_sym_new] = ACTIONS(2356), + [anon_sym_requires] = ACTIONS(2356), + [sym_this] = ACTIONS(2356), + [sym_nullptr] = ACTIONS(2356), }, [339] = { - [sym_identifier] = ACTIONS(2386), - [aux_sym_preproc_include_token1] = ACTIONS(2386), - [aux_sym_preproc_def_token1] = ACTIONS(2386), - [aux_sym_preproc_if_token1] = ACTIONS(2386), - [aux_sym_preproc_if_token2] = ACTIONS(2386), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2386), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2386), - [aux_sym_preproc_else_token1] = ACTIONS(2386), - [aux_sym_preproc_elif_token1] = ACTIONS(2386), - [sym_preproc_directive] = ACTIONS(2386), - [anon_sym_LPAREN2] = ACTIONS(2388), - [anon_sym_BANG] = ACTIONS(2388), - [anon_sym_TILDE] = ACTIONS(2388), - [anon_sym_DASH] = ACTIONS(2386), - [anon_sym_PLUS] = ACTIONS(2386), - [anon_sym_STAR] = ACTIONS(2388), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_AMP] = ACTIONS(2386), - [anon_sym_SEMI] = ACTIONS(2388), - [anon_sym_typedef] = ACTIONS(2386), - [anon_sym_extern] = ACTIONS(2386), - [anon_sym___attribute__] = ACTIONS(2386), - [anon_sym_COLON_COLON] = ACTIONS(2388), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2388), - [anon_sym___declspec] = ACTIONS(2386), - [anon_sym___based] = ACTIONS(2386), - [anon_sym___cdecl] = ACTIONS(2386), - [anon_sym___clrcall] = ACTIONS(2386), - [anon_sym___stdcall] = ACTIONS(2386), - [anon_sym___fastcall] = ACTIONS(2386), - [anon_sym___thiscall] = ACTIONS(2386), - [anon_sym___vectorcall] = ACTIONS(2386), - [anon_sym_LBRACE] = ACTIONS(2388), - [anon_sym_LBRACK] = ACTIONS(2386), - [anon_sym_static] = ACTIONS(2386), - [anon_sym_register] = ACTIONS(2386), - [anon_sym_inline] = ACTIONS(2386), - [anon_sym_thread_local] = ACTIONS(2386), - [anon_sym_const] = ACTIONS(2386), - [anon_sym_volatile] = ACTIONS(2386), - [anon_sym_restrict] = ACTIONS(2386), - [anon_sym__Atomic] = ACTIONS(2386), - [anon_sym_mutable] = ACTIONS(2386), - [anon_sym_constexpr] = ACTIONS(2386), - [anon_sym_constinit] = ACTIONS(2386), - [anon_sym_consteval] = ACTIONS(2386), - [anon_sym_signed] = ACTIONS(2386), - [anon_sym_unsigned] = ACTIONS(2386), - [anon_sym_long] = ACTIONS(2386), - [anon_sym_short] = ACTIONS(2386), - [sym_primitive_type] = ACTIONS(2386), - [anon_sym_enum] = ACTIONS(2386), - [anon_sym_class] = ACTIONS(2386), - [anon_sym_struct] = ACTIONS(2386), - [anon_sym_union] = ACTIONS(2386), - [anon_sym_if] = ACTIONS(2386), - [anon_sym_else] = ACTIONS(2386), - [anon_sym_switch] = ACTIONS(2386), - [anon_sym_case] = ACTIONS(2386), - [anon_sym_default] = ACTIONS(2386), - [anon_sym_while] = ACTIONS(2386), - [anon_sym_do] = ACTIONS(2386), - [anon_sym_for] = ACTIONS(2386), - [anon_sym_return] = ACTIONS(2386), - [anon_sym_break] = ACTIONS(2386), - [anon_sym_continue] = ACTIONS(2386), - [anon_sym_goto] = ACTIONS(2386), - [anon_sym_not] = ACTIONS(2386), - [anon_sym_compl] = ACTIONS(2386), - [anon_sym_DASH_DASH] = ACTIONS(2388), - [anon_sym_PLUS_PLUS] = ACTIONS(2388), - [anon_sym_sizeof] = ACTIONS(2386), - [sym_number_literal] = ACTIONS(2388), - [anon_sym_L_SQUOTE] = ACTIONS(2388), - [anon_sym_u_SQUOTE] = ACTIONS(2388), - [anon_sym_U_SQUOTE] = ACTIONS(2388), - [anon_sym_u8_SQUOTE] = ACTIONS(2388), - [anon_sym_SQUOTE] = ACTIONS(2388), - [anon_sym_L_DQUOTE] = ACTIONS(2388), - [anon_sym_u_DQUOTE] = ACTIONS(2388), - [anon_sym_U_DQUOTE] = ACTIONS(2388), - [anon_sym_u8_DQUOTE] = ACTIONS(2388), - [anon_sym_DQUOTE] = ACTIONS(2388), - [sym_true] = ACTIONS(2386), - [sym_false] = ACTIONS(2386), - [sym_null] = ACTIONS(2386), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2386), - [anon_sym_decltype] = ACTIONS(2386), - [anon_sym_virtual] = ACTIONS(2386), - [anon_sym_explicit] = ACTIONS(2386), - [anon_sym_typename] = ACTIONS(2386), - [anon_sym_template] = ACTIONS(2386), - [anon_sym_operator] = ACTIONS(2386), - [anon_sym_try] = ACTIONS(2386), - [anon_sym_delete] = ACTIONS(2386), - [anon_sym_throw] = ACTIONS(2386), - [anon_sym_namespace] = ACTIONS(2386), - [anon_sym_using] = ACTIONS(2386), - [anon_sym_static_assert] = ACTIONS(2386), - [anon_sym_concept] = ACTIONS(2386), - [anon_sym_co_return] = ACTIONS(2386), - [anon_sym_co_yield] = ACTIONS(2386), - [anon_sym_catch] = ACTIONS(2386), - [anon_sym_R_DQUOTE] = ACTIONS(2388), - [anon_sym_LR_DQUOTE] = ACTIONS(2388), - [anon_sym_uR_DQUOTE] = ACTIONS(2388), - [anon_sym_UR_DQUOTE] = ACTIONS(2388), - [anon_sym_u8R_DQUOTE] = ACTIONS(2388), - [anon_sym_co_await] = ACTIONS(2386), - [anon_sym_new] = ACTIONS(2386), - [anon_sym_requires] = ACTIONS(2386), - [sym_this] = ACTIONS(2386), - [sym_nullptr] = ACTIONS(2386), + [sym_catch_clause] = STATE(339), + [aux_sym_constructor_try_statement_repeat1] = STATE(339), + [sym_identifier] = ACTIONS(2364), + [aux_sym_preproc_include_token1] = ACTIONS(2364), + [aux_sym_preproc_def_token1] = ACTIONS(2364), + [aux_sym_preproc_if_token1] = ACTIONS(2364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2364), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2364), + [sym_preproc_directive] = ACTIONS(2364), + [anon_sym_LPAREN2] = ACTIONS(2366), + [anon_sym_BANG] = ACTIONS(2366), + [anon_sym_TILDE] = ACTIONS(2366), + [anon_sym_DASH] = ACTIONS(2364), + [anon_sym_PLUS] = ACTIONS(2364), + [anon_sym_STAR] = ACTIONS(2366), + [anon_sym_AMP_AMP] = ACTIONS(2366), + [anon_sym_AMP] = ACTIONS(2364), + [anon_sym_SEMI] = ACTIONS(2366), + [anon_sym_typedef] = ACTIONS(2364), + [anon_sym_extern] = ACTIONS(2364), + [anon_sym___attribute__] = ACTIONS(2364), + [anon_sym_COLON_COLON] = ACTIONS(2366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2366), + [anon_sym___declspec] = ACTIONS(2364), + [anon_sym___based] = ACTIONS(2364), + [anon_sym___cdecl] = ACTIONS(2364), + [anon_sym___clrcall] = ACTIONS(2364), + [anon_sym___stdcall] = ACTIONS(2364), + [anon_sym___fastcall] = ACTIONS(2364), + [anon_sym___thiscall] = ACTIONS(2364), + [anon_sym___vectorcall] = ACTIONS(2364), + [anon_sym_LBRACE] = ACTIONS(2366), + [anon_sym_RBRACE] = ACTIONS(2366), + [anon_sym_LBRACK] = ACTIONS(2364), + [anon_sym_static] = ACTIONS(2364), + [anon_sym_register] = ACTIONS(2364), + [anon_sym_inline] = ACTIONS(2364), + [anon_sym_thread_local] = ACTIONS(2364), + [anon_sym_const] = ACTIONS(2364), + [anon_sym_volatile] = ACTIONS(2364), + [anon_sym_restrict] = ACTIONS(2364), + [anon_sym__Atomic] = ACTIONS(2364), + [anon_sym_mutable] = ACTIONS(2364), + [anon_sym_constexpr] = ACTIONS(2364), + [anon_sym_constinit] = ACTIONS(2364), + [anon_sym_consteval] = ACTIONS(2364), + [anon_sym_signed] = ACTIONS(2364), + [anon_sym_unsigned] = ACTIONS(2364), + [anon_sym_long] = ACTIONS(2364), + [anon_sym_short] = ACTIONS(2364), + [sym_primitive_type] = ACTIONS(2364), + [anon_sym_enum] = ACTIONS(2364), + [anon_sym_class] = ACTIONS(2364), + [anon_sym_struct] = ACTIONS(2364), + [anon_sym_union] = ACTIONS(2364), + [anon_sym_if] = ACTIONS(2364), + [anon_sym_else] = ACTIONS(2364), + [anon_sym_switch] = ACTIONS(2364), + [anon_sym_case] = ACTIONS(2364), + [anon_sym_default] = ACTIONS(2364), + [anon_sym_while] = ACTIONS(2364), + [anon_sym_do] = ACTIONS(2364), + [anon_sym_for] = ACTIONS(2364), + [anon_sym_return] = ACTIONS(2364), + [anon_sym_break] = ACTIONS(2364), + [anon_sym_continue] = ACTIONS(2364), + [anon_sym_goto] = ACTIONS(2364), + [anon_sym_not] = ACTIONS(2364), + [anon_sym_compl] = ACTIONS(2364), + [anon_sym_DASH_DASH] = ACTIONS(2366), + [anon_sym_PLUS_PLUS] = ACTIONS(2366), + [anon_sym_sizeof] = ACTIONS(2364), + [sym_number_literal] = ACTIONS(2366), + [anon_sym_L_SQUOTE] = ACTIONS(2366), + [anon_sym_u_SQUOTE] = ACTIONS(2366), + [anon_sym_U_SQUOTE] = ACTIONS(2366), + [anon_sym_u8_SQUOTE] = ACTIONS(2366), + [anon_sym_SQUOTE] = ACTIONS(2366), + [anon_sym_L_DQUOTE] = ACTIONS(2366), + [anon_sym_u_DQUOTE] = ACTIONS(2366), + [anon_sym_U_DQUOTE] = ACTIONS(2366), + [anon_sym_u8_DQUOTE] = ACTIONS(2366), + [anon_sym_DQUOTE] = ACTIONS(2366), + [sym_true] = ACTIONS(2364), + [sym_false] = ACTIONS(2364), + [sym_null] = ACTIONS(2364), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2364), + [anon_sym_decltype] = ACTIONS(2364), + [anon_sym_virtual] = ACTIONS(2364), + [anon_sym_explicit] = ACTIONS(2364), + [anon_sym_typename] = ACTIONS(2364), + [anon_sym_template] = ACTIONS(2364), + [anon_sym_operator] = ACTIONS(2364), + [anon_sym_try] = ACTIONS(2364), + [anon_sym_delete] = ACTIONS(2364), + [anon_sym_throw] = ACTIONS(2364), + [anon_sym_namespace] = ACTIONS(2364), + [anon_sym_using] = ACTIONS(2364), + [anon_sym_static_assert] = ACTIONS(2364), + [anon_sym_concept] = ACTIONS(2364), + [anon_sym_co_return] = ACTIONS(2364), + [anon_sym_co_yield] = ACTIONS(2364), + [anon_sym_catch] = ACTIONS(2384), + [anon_sym_R_DQUOTE] = ACTIONS(2366), + [anon_sym_LR_DQUOTE] = ACTIONS(2366), + [anon_sym_uR_DQUOTE] = ACTIONS(2366), + [anon_sym_UR_DQUOTE] = ACTIONS(2366), + [anon_sym_u8R_DQUOTE] = ACTIONS(2366), + [anon_sym_co_await] = ACTIONS(2364), + [anon_sym_new] = ACTIONS(2364), + [anon_sym_requires] = ACTIONS(2364), + [sym_this] = ACTIONS(2364), + [sym_nullptr] = ACTIONS(2364), }, [340] = { - [sym_catch_clause] = STATE(337), - [aux_sym_constructor_try_statement_repeat1] = STATE(337), - [ts_builtin_sym_end] = ACTIONS(2362), - [sym_identifier] = ACTIONS(2360), - [aux_sym_preproc_include_token1] = ACTIONS(2360), - [aux_sym_preproc_def_token1] = ACTIONS(2360), - [aux_sym_preproc_if_token1] = ACTIONS(2360), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2360), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2360), - [sym_preproc_directive] = ACTIONS(2360), - [anon_sym_LPAREN2] = ACTIONS(2362), - [anon_sym_BANG] = ACTIONS(2362), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2360), - [anon_sym_PLUS] = ACTIONS(2360), - [anon_sym_STAR] = ACTIONS(2362), - [anon_sym_AMP_AMP] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2360), - [anon_sym_SEMI] = ACTIONS(2362), - [anon_sym_typedef] = ACTIONS(2360), - [anon_sym_extern] = ACTIONS(2360), - [anon_sym___attribute__] = ACTIONS(2360), - [anon_sym_COLON_COLON] = ACTIONS(2362), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2362), - [anon_sym___declspec] = ACTIONS(2360), - [anon_sym___based] = ACTIONS(2360), - [anon_sym___cdecl] = ACTIONS(2360), - [anon_sym___clrcall] = ACTIONS(2360), - [anon_sym___stdcall] = ACTIONS(2360), - [anon_sym___fastcall] = ACTIONS(2360), - [anon_sym___thiscall] = ACTIONS(2360), - [anon_sym___vectorcall] = ACTIONS(2360), - [anon_sym_LBRACE] = ACTIONS(2362), - [anon_sym_LBRACK] = ACTIONS(2360), - [anon_sym_static] = ACTIONS(2360), - [anon_sym_register] = ACTIONS(2360), - [anon_sym_inline] = ACTIONS(2360), - [anon_sym_thread_local] = ACTIONS(2360), - [anon_sym_const] = ACTIONS(2360), - [anon_sym_volatile] = ACTIONS(2360), - [anon_sym_restrict] = ACTIONS(2360), - [anon_sym__Atomic] = ACTIONS(2360), - [anon_sym_mutable] = ACTIONS(2360), - [anon_sym_constexpr] = ACTIONS(2360), - [anon_sym_constinit] = ACTIONS(2360), - [anon_sym_consteval] = ACTIONS(2360), - [anon_sym_signed] = ACTIONS(2360), - [anon_sym_unsigned] = ACTIONS(2360), - [anon_sym_long] = ACTIONS(2360), - [anon_sym_short] = ACTIONS(2360), - [sym_primitive_type] = ACTIONS(2360), - [anon_sym_enum] = ACTIONS(2360), - [anon_sym_class] = ACTIONS(2360), - [anon_sym_struct] = ACTIONS(2360), - [anon_sym_union] = ACTIONS(2360), - [anon_sym_if] = ACTIONS(2360), - [anon_sym_else] = ACTIONS(2360), - [anon_sym_switch] = ACTIONS(2360), - [anon_sym_case] = ACTIONS(2360), - [anon_sym_default] = ACTIONS(2360), - [anon_sym_while] = ACTIONS(2360), - [anon_sym_do] = ACTIONS(2360), - [anon_sym_for] = ACTIONS(2360), - [anon_sym_return] = ACTIONS(2360), - [anon_sym_break] = ACTIONS(2360), - [anon_sym_continue] = ACTIONS(2360), - [anon_sym_goto] = ACTIONS(2360), - [anon_sym_not] = ACTIONS(2360), - [anon_sym_compl] = ACTIONS(2360), - [anon_sym_DASH_DASH] = ACTIONS(2362), - [anon_sym_PLUS_PLUS] = ACTIONS(2362), - [anon_sym_sizeof] = ACTIONS(2360), - [sym_number_literal] = ACTIONS(2362), - [anon_sym_L_SQUOTE] = ACTIONS(2362), - [anon_sym_u_SQUOTE] = ACTIONS(2362), - [anon_sym_U_SQUOTE] = ACTIONS(2362), - [anon_sym_u8_SQUOTE] = ACTIONS(2362), - [anon_sym_SQUOTE] = ACTIONS(2362), - [anon_sym_L_DQUOTE] = ACTIONS(2362), - [anon_sym_u_DQUOTE] = ACTIONS(2362), - [anon_sym_U_DQUOTE] = ACTIONS(2362), - [anon_sym_u8_DQUOTE] = ACTIONS(2362), - [anon_sym_DQUOTE] = ACTIONS(2362), - [sym_true] = ACTIONS(2360), - [sym_false] = ACTIONS(2360), - [sym_null] = ACTIONS(2360), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2360), - [anon_sym_decltype] = ACTIONS(2360), - [anon_sym_virtual] = ACTIONS(2360), - [anon_sym_explicit] = ACTIONS(2360), - [anon_sym_typename] = ACTIONS(2360), - [anon_sym_template] = ACTIONS(2360), - [anon_sym_operator] = ACTIONS(2360), - [anon_sym_try] = ACTIONS(2360), - [anon_sym_delete] = ACTIONS(2360), - [anon_sym_throw] = ACTIONS(2360), - [anon_sym_namespace] = ACTIONS(2360), - [anon_sym_using] = ACTIONS(2360), - [anon_sym_static_assert] = ACTIONS(2360), - [anon_sym_concept] = ACTIONS(2360), - [anon_sym_co_return] = ACTIONS(2360), - [anon_sym_co_yield] = ACTIONS(2360), - [anon_sym_catch] = ACTIONS(2390), - [anon_sym_R_DQUOTE] = ACTIONS(2362), - [anon_sym_LR_DQUOTE] = ACTIONS(2362), - [anon_sym_uR_DQUOTE] = ACTIONS(2362), - [anon_sym_UR_DQUOTE] = ACTIONS(2362), - [anon_sym_u8R_DQUOTE] = ACTIONS(2362), - [anon_sym_co_await] = ACTIONS(2360), - [anon_sym_new] = ACTIONS(2360), - [anon_sym_requires] = ACTIONS(2360), - [sym_this] = ACTIONS(2360), - [sym_nullptr] = ACTIONS(2360), + [sym_identifier] = ACTIONS(2387), + [aux_sym_preproc_include_token1] = ACTIONS(2387), + [aux_sym_preproc_def_token1] = ACTIONS(2387), + [aux_sym_preproc_if_token1] = ACTIONS(2387), + [aux_sym_preproc_if_token2] = ACTIONS(2387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2387), + [aux_sym_preproc_else_token1] = ACTIONS(2387), + [aux_sym_preproc_elif_token1] = ACTIONS(2387), + [sym_preproc_directive] = ACTIONS(2387), + [anon_sym_LPAREN2] = ACTIONS(2389), + [anon_sym_BANG] = ACTIONS(2389), + [anon_sym_TILDE] = ACTIONS(2389), + [anon_sym_DASH] = ACTIONS(2387), + [anon_sym_PLUS] = ACTIONS(2387), + [anon_sym_STAR] = ACTIONS(2389), + [anon_sym_AMP_AMP] = ACTIONS(2389), + [anon_sym_AMP] = ACTIONS(2387), + [anon_sym_SEMI] = ACTIONS(2389), + [anon_sym_typedef] = ACTIONS(2387), + [anon_sym_extern] = ACTIONS(2387), + [anon_sym___attribute__] = ACTIONS(2387), + [anon_sym_COLON_COLON] = ACTIONS(2389), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2389), + [anon_sym___declspec] = ACTIONS(2387), + [anon_sym___based] = ACTIONS(2387), + [anon_sym___cdecl] = ACTIONS(2387), + [anon_sym___clrcall] = ACTIONS(2387), + [anon_sym___stdcall] = ACTIONS(2387), + [anon_sym___fastcall] = ACTIONS(2387), + [anon_sym___thiscall] = ACTIONS(2387), + [anon_sym___vectorcall] = ACTIONS(2387), + [anon_sym_LBRACE] = ACTIONS(2389), + [anon_sym_LBRACK] = ACTIONS(2387), + [anon_sym_static] = ACTIONS(2387), + [anon_sym_register] = ACTIONS(2387), + [anon_sym_inline] = ACTIONS(2387), + [anon_sym_thread_local] = ACTIONS(2387), + [anon_sym_const] = ACTIONS(2387), + [anon_sym_volatile] = ACTIONS(2387), + [anon_sym_restrict] = ACTIONS(2387), + [anon_sym__Atomic] = ACTIONS(2387), + [anon_sym_mutable] = ACTIONS(2387), + [anon_sym_constexpr] = ACTIONS(2387), + [anon_sym_constinit] = ACTIONS(2387), + [anon_sym_consteval] = ACTIONS(2387), + [anon_sym_signed] = ACTIONS(2387), + [anon_sym_unsigned] = ACTIONS(2387), + [anon_sym_long] = ACTIONS(2387), + [anon_sym_short] = ACTIONS(2387), + [sym_primitive_type] = ACTIONS(2387), + [anon_sym_enum] = ACTIONS(2387), + [anon_sym_class] = ACTIONS(2387), + [anon_sym_struct] = ACTIONS(2387), + [anon_sym_union] = ACTIONS(2387), + [anon_sym_if] = ACTIONS(2387), + [anon_sym_else] = ACTIONS(2387), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2387), + [anon_sym_default] = ACTIONS(2387), + [anon_sym_while] = ACTIONS(2387), + [anon_sym_do] = ACTIONS(2387), + [anon_sym_for] = ACTIONS(2387), + [anon_sym_return] = ACTIONS(2387), + [anon_sym_break] = ACTIONS(2387), + [anon_sym_continue] = ACTIONS(2387), + [anon_sym_goto] = ACTIONS(2387), + [anon_sym_not] = ACTIONS(2387), + [anon_sym_compl] = ACTIONS(2387), + [anon_sym_DASH_DASH] = ACTIONS(2389), + [anon_sym_PLUS_PLUS] = ACTIONS(2389), + [anon_sym_sizeof] = ACTIONS(2387), + [sym_number_literal] = ACTIONS(2389), + [anon_sym_L_SQUOTE] = ACTIONS(2389), + [anon_sym_u_SQUOTE] = ACTIONS(2389), + [anon_sym_U_SQUOTE] = ACTIONS(2389), + [anon_sym_u8_SQUOTE] = ACTIONS(2389), + [anon_sym_SQUOTE] = ACTIONS(2389), + [anon_sym_L_DQUOTE] = ACTIONS(2389), + [anon_sym_u_DQUOTE] = ACTIONS(2389), + [anon_sym_U_DQUOTE] = ACTIONS(2389), + [anon_sym_u8_DQUOTE] = ACTIONS(2389), + [anon_sym_DQUOTE] = ACTIONS(2389), + [sym_true] = ACTIONS(2387), + [sym_false] = ACTIONS(2387), + [sym_null] = ACTIONS(2387), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2387), + [anon_sym_decltype] = ACTIONS(2387), + [anon_sym_virtual] = ACTIONS(2387), + [anon_sym_explicit] = ACTIONS(2387), + [anon_sym_typename] = ACTIONS(2387), + [anon_sym_template] = ACTIONS(2387), + [anon_sym_operator] = ACTIONS(2387), + [anon_sym_try] = ACTIONS(2387), + [anon_sym_delete] = ACTIONS(2387), + [anon_sym_throw] = ACTIONS(2387), + [anon_sym_namespace] = ACTIONS(2387), + [anon_sym_using] = ACTIONS(2387), + [anon_sym_static_assert] = ACTIONS(2387), + [anon_sym_concept] = ACTIONS(2387), + [anon_sym_co_return] = ACTIONS(2387), + [anon_sym_co_yield] = ACTIONS(2387), + [anon_sym_catch] = ACTIONS(2387), + [anon_sym_R_DQUOTE] = ACTIONS(2389), + [anon_sym_LR_DQUOTE] = ACTIONS(2389), + [anon_sym_uR_DQUOTE] = ACTIONS(2389), + [anon_sym_UR_DQUOTE] = ACTIONS(2389), + [anon_sym_u8R_DQUOTE] = ACTIONS(2389), + [anon_sym_co_await] = ACTIONS(2387), + [anon_sym_new] = ACTIONS(2387), + [anon_sym_requires] = ACTIONS(2387), + [sym_this] = ACTIONS(2387), + [sym_nullptr] = ACTIONS(2387), }, [341] = { - [sym_identifier] = ACTIONS(2248), - [aux_sym_preproc_include_token1] = ACTIONS(2248), - [aux_sym_preproc_def_token1] = ACTIONS(2248), - [aux_sym_preproc_if_token1] = ACTIONS(2248), - [aux_sym_preproc_if_token2] = ACTIONS(2248), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2248), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2248), - [aux_sym_preproc_else_token1] = ACTIONS(2248), - [aux_sym_preproc_elif_token1] = ACTIONS(2248), - [sym_preproc_directive] = ACTIONS(2248), - [anon_sym_LPAREN2] = ACTIONS(2246), - [anon_sym_BANG] = ACTIONS(2246), - [anon_sym_TILDE] = ACTIONS(2246), - [anon_sym_DASH] = ACTIONS(2248), - [anon_sym_PLUS] = ACTIONS(2248), - [anon_sym_STAR] = ACTIONS(2246), - [anon_sym_AMP_AMP] = ACTIONS(2246), - [anon_sym_AMP] = ACTIONS(2248), - [anon_sym_SEMI] = ACTIONS(2246), - [anon_sym_typedef] = ACTIONS(2248), - [anon_sym_extern] = ACTIONS(2248), - [anon_sym___attribute__] = ACTIONS(2248), - [anon_sym_COLON_COLON] = ACTIONS(2246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2246), - [anon_sym___declspec] = ACTIONS(2248), - [anon_sym___based] = ACTIONS(2248), - [anon_sym___cdecl] = ACTIONS(2248), - [anon_sym___clrcall] = ACTIONS(2248), - [anon_sym___stdcall] = ACTIONS(2248), - [anon_sym___fastcall] = ACTIONS(2248), - [anon_sym___thiscall] = ACTIONS(2248), - [anon_sym___vectorcall] = ACTIONS(2248), - [anon_sym_LBRACE] = ACTIONS(2246), - [anon_sym_LBRACK] = ACTIONS(2248), - [anon_sym_static] = ACTIONS(2248), - [anon_sym_register] = ACTIONS(2248), - [anon_sym_inline] = ACTIONS(2248), - [anon_sym_thread_local] = ACTIONS(2248), - [anon_sym_const] = ACTIONS(2248), - [anon_sym_volatile] = ACTIONS(2248), - [anon_sym_restrict] = ACTIONS(2248), - [anon_sym__Atomic] = ACTIONS(2248), - [anon_sym_mutable] = ACTIONS(2248), - [anon_sym_constexpr] = ACTIONS(2248), - [anon_sym_constinit] = ACTIONS(2248), - [anon_sym_consteval] = ACTIONS(2248), - [anon_sym_signed] = ACTIONS(2248), - [anon_sym_unsigned] = ACTIONS(2248), - [anon_sym_long] = ACTIONS(2248), - [anon_sym_short] = ACTIONS(2248), - [sym_primitive_type] = ACTIONS(2248), - [anon_sym_enum] = ACTIONS(2248), - [anon_sym_class] = ACTIONS(2248), - [anon_sym_struct] = ACTIONS(2248), - [anon_sym_union] = ACTIONS(2248), - [anon_sym_if] = ACTIONS(2248), - [anon_sym_else] = ACTIONS(2248), - [anon_sym_switch] = ACTIONS(2248), - [anon_sym_case] = ACTIONS(2248), - [anon_sym_default] = ACTIONS(2248), - [anon_sym_while] = ACTIONS(2248), - [anon_sym_do] = ACTIONS(2248), - [anon_sym_for] = ACTIONS(2248), - [anon_sym_return] = ACTIONS(2248), - [anon_sym_break] = ACTIONS(2248), - [anon_sym_continue] = ACTIONS(2248), - [anon_sym_goto] = ACTIONS(2248), - [anon_sym_not] = ACTIONS(2248), - [anon_sym_compl] = ACTIONS(2248), - [anon_sym_DASH_DASH] = ACTIONS(2246), - [anon_sym_PLUS_PLUS] = ACTIONS(2246), - [anon_sym_sizeof] = ACTIONS(2248), - [sym_number_literal] = ACTIONS(2246), - [anon_sym_L_SQUOTE] = ACTIONS(2246), - [anon_sym_u_SQUOTE] = ACTIONS(2246), - [anon_sym_U_SQUOTE] = ACTIONS(2246), - [anon_sym_u8_SQUOTE] = ACTIONS(2246), - [anon_sym_SQUOTE] = ACTIONS(2246), - [anon_sym_L_DQUOTE] = ACTIONS(2246), - [anon_sym_u_DQUOTE] = ACTIONS(2246), - [anon_sym_U_DQUOTE] = ACTIONS(2246), - [anon_sym_u8_DQUOTE] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2246), - [sym_true] = ACTIONS(2248), - [sym_false] = ACTIONS(2248), - [sym_null] = ACTIONS(2248), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2248), - [anon_sym_decltype] = ACTIONS(2248), - [anon_sym_virtual] = ACTIONS(2248), - [anon_sym_explicit] = ACTIONS(2248), - [anon_sym_typename] = ACTIONS(2248), - [anon_sym_template] = ACTIONS(2248), - [anon_sym_operator] = ACTIONS(2248), - [anon_sym_try] = ACTIONS(2248), - [anon_sym_delete] = ACTIONS(2248), - [anon_sym_throw] = ACTIONS(2248), - [anon_sym_namespace] = ACTIONS(2248), - [anon_sym_using] = ACTIONS(2248), - [anon_sym_static_assert] = ACTIONS(2248), - [anon_sym_concept] = ACTIONS(2248), - [anon_sym_co_return] = ACTIONS(2248), - [anon_sym_co_yield] = ACTIONS(2248), - [anon_sym_catch] = ACTIONS(2248), - [anon_sym_R_DQUOTE] = ACTIONS(2246), - [anon_sym_LR_DQUOTE] = ACTIONS(2246), - [anon_sym_uR_DQUOTE] = ACTIONS(2246), - [anon_sym_UR_DQUOTE] = ACTIONS(2246), - [anon_sym_u8R_DQUOTE] = ACTIONS(2246), - [anon_sym_co_await] = ACTIONS(2248), - [anon_sym_new] = ACTIONS(2248), - [anon_sym_requires] = ACTIONS(2248), - [sym_this] = ACTIONS(2248), - [sym_nullptr] = ACTIONS(2248), + [sym_catch_clause] = STATE(339), + [aux_sym_constructor_try_statement_repeat1] = STATE(339), + [sym_identifier] = ACTIONS(2356), + [aux_sym_preproc_include_token1] = ACTIONS(2356), + [aux_sym_preproc_def_token1] = ACTIONS(2356), + [aux_sym_preproc_if_token1] = ACTIONS(2356), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2356), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2356), + [sym_preproc_directive] = ACTIONS(2356), + [anon_sym_LPAREN2] = ACTIONS(2358), + [anon_sym_BANG] = ACTIONS(2358), + [anon_sym_TILDE] = ACTIONS(2358), + [anon_sym_DASH] = ACTIONS(2356), + [anon_sym_PLUS] = ACTIONS(2356), + [anon_sym_STAR] = ACTIONS(2358), + [anon_sym_AMP_AMP] = ACTIONS(2358), + [anon_sym_AMP] = ACTIONS(2356), + [anon_sym_SEMI] = ACTIONS(2358), + [anon_sym_typedef] = ACTIONS(2356), + [anon_sym_extern] = ACTIONS(2356), + [anon_sym___attribute__] = ACTIONS(2356), + [anon_sym_COLON_COLON] = ACTIONS(2358), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2358), + [anon_sym___declspec] = ACTIONS(2356), + [anon_sym___based] = ACTIONS(2356), + [anon_sym___cdecl] = ACTIONS(2356), + [anon_sym___clrcall] = ACTIONS(2356), + [anon_sym___stdcall] = ACTIONS(2356), + [anon_sym___fastcall] = ACTIONS(2356), + [anon_sym___thiscall] = ACTIONS(2356), + [anon_sym___vectorcall] = ACTIONS(2356), + [anon_sym_LBRACE] = ACTIONS(2358), + [anon_sym_RBRACE] = ACTIONS(2358), + [anon_sym_LBRACK] = ACTIONS(2356), + [anon_sym_static] = ACTIONS(2356), + [anon_sym_register] = ACTIONS(2356), + [anon_sym_inline] = ACTIONS(2356), + [anon_sym_thread_local] = ACTIONS(2356), + [anon_sym_const] = ACTIONS(2356), + [anon_sym_volatile] = ACTIONS(2356), + [anon_sym_restrict] = ACTIONS(2356), + [anon_sym__Atomic] = ACTIONS(2356), + [anon_sym_mutable] = ACTIONS(2356), + [anon_sym_constexpr] = ACTIONS(2356), + [anon_sym_constinit] = ACTIONS(2356), + [anon_sym_consteval] = ACTIONS(2356), + [anon_sym_signed] = ACTIONS(2356), + [anon_sym_unsigned] = ACTIONS(2356), + [anon_sym_long] = ACTIONS(2356), + [anon_sym_short] = ACTIONS(2356), + [sym_primitive_type] = ACTIONS(2356), + [anon_sym_enum] = ACTIONS(2356), + [anon_sym_class] = ACTIONS(2356), + [anon_sym_struct] = ACTIONS(2356), + [anon_sym_union] = ACTIONS(2356), + [anon_sym_if] = ACTIONS(2356), + [anon_sym_else] = ACTIONS(2356), + [anon_sym_switch] = ACTIONS(2356), + [anon_sym_case] = ACTIONS(2356), + [anon_sym_default] = ACTIONS(2356), + [anon_sym_while] = ACTIONS(2356), + [anon_sym_do] = ACTIONS(2356), + [anon_sym_for] = ACTIONS(2356), + [anon_sym_return] = ACTIONS(2356), + [anon_sym_break] = ACTIONS(2356), + [anon_sym_continue] = ACTIONS(2356), + [anon_sym_goto] = ACTIONS(2356), + [anon_sym_not] = ACTIONS(2356), + [anon_sym_compl] = ACTIONS(2356), + [anon_sym_DASH_DASH] = ACTIONS(2358), + [anon_sym_PLUS_PLUS] = ACTIONS(2358), + [anon_sym_sizeof] = ACTIONS(2356), + [sym_number_literal] = ACTIONS(2358), + [anon_sym_L_SQUOTE] = ACTIONS(2358), + [anon_sym_u_SQUOTE] = ACTIONS(2358), + [anon_sym_U_SQUOTE] = ACTIONS(2358), + [anon_sym_u8_SQUOTE] = ACTIONS(2358), + [anon_sym_SQUOTE] = ACTIONS(2358), + [anon_sym_L_DQUOTE] = ACTIONS(2358), + [anon_sym_u_DQUOTE] = ACTIONS(2358), + [anon_sym_U_DQUOTE] = ACTIONS(2358), + [anon_sym_u8_DQUOTE] = ACTIONS(2358), + [anon_sym_DQUOTE] = ACTIONS(2358), + [sym_true] = ACTIONS(2356), + [sym_false] = ACTIONS(2356), + [sym_null] = ACTIONS(2356), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2356), + [anon_sym_decltype] = ACTIONS(2356), + [anon_sym_virtual] = ACTIONS(2356), + [anon_sym_explicit] = ACTIONS(2356), + [anon_sym_typename] = ACTIONS(2356), + [anon_sym_template] = ACTIONS(2356), + [anon_sym_operator] = ACTIONS(2356), + [anon_sym_try] = ACTIONS(2356), + [anon_sym_delete] = ACTIONS(2356), + [anon_sym_throw] = ACTIONS(2356), + [anon_sym_namespace] = ACTIONS(2356), + [anon_sym_using] = ACTIONS(2356), + [anon_sym_static_assert] = ACTIONS(2356), + [anon_sym_concept] = ACTIONS(2356), + [anon_sym_co_return] = ACTIONS(2356), + [anon_sym_co_yield] = ACTIONS(2356), + [anon_sym_catch] = ACTIONS(2391), + [anon_sym_R_DQUOTE] = ACTIONS(2358), + [anon_sym_LR_DQUOTE] = ACTIONS(2358), + [anon_sym_uR_DQUOTE] = ACTIONS(2358), + [anon_sym_UR_DQUOTE] = ACTIONS(2358), + [anon_sym_u8R_DQUOTE] = ACTIONS(2358), + [anon_sym_co_await] = ACTIONS(2356), + [anon_sym_new] = ACTIONS(2356), + [anon_sym_requires] = ACTIONS(2356), + [sym_this] = ACTIONS(2356), + [sym_nullptr] = ACTIONS(2356), }, [342] = { [sym_catch_clause] = STATE(342), [aux_sym_constructor_try_statement_repeat1] = STATE(342), - [sym_identifier] = ACTIONS(2366), - [aux_sym_preproc_include_token1] = ACTIONS(2366), - [aux_sym_preproc_def_token1] = ACTIONS(2366), - [aux_sym_preproc_if_token1] = ACTIONS(2366), - [aux_sym_preproc_if_token2] = ACTIONS(2366), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2366), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2366), - [sym_preproc_directive] = ACTIONS(2366), - [anon_sym_LPAREN2] = ACTIONS(2368), - [anon_sym_BANG] = ACTIONS(2368), - [anon_sym_TILDE] = ACTIONS(2368), - [anon_sym_DASH] = ACTIONS(2366), - [anon_sym_PLUS] = ACTIONS(2366), - [anon_sym_STAR] = ACTIONS(2368), - [anon_sym_AMP_AMP] = ACTIONS(2368), - [anon_sym_AMP] = ACTIONS(2366), - [anon_sym_SEMI] = ACTIONS(2368), - [anon_sym_typedef] = ACTIONS(2366), - [anon_sym_extern] = ACTIONS(2366), - [anon_sym___attribute__] = ACTIONS(2366), - [anon_sym_COLON_COLON] = ACTIONS(2368), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2368), - [anon_sym___declspec] = ACTIONS(2366), - [anon_sym___based] = ACTIONS(2366), - [anon_sym___cdecl] = ACTIONS(2366), - [anon_sym___clrcall] = ACTIONS(2366), - [anon_sym___stdcall] = ACTIONS(2366), - [anon_sym___fastcall] = ACTIONS(2366), - [anon_sym___thiscall] = ACTIONS(2366), - [anon_sym___vectorcall] = ACTIONS(2366), - [anon_sym_LBRACE] = ACTIONS(2368), - [anon_sym_LBRACK] = ACTIONS(2366), - [anon_sym_static] = ACTIONS(2366), - [anon_sym_register] = ACTIONS(2366), - [anon_sym_inline] = ACTIONS(2366), - [anon_sym_thread_local] = ACTIONS(2366), - [anon_sym_const] = ACTIONS(2366), - [anon_sym_volatile] = ACTIONS(2366), - [anon_sym_restrict] = ACTIONS(2366), - [anon_sym__Atomic] = ACTIONS(2366), - [anon_sym_mutable] = ACTIONS(2366), - [anon_sym_constexpr] = ACTIONS(2366), - [anon_sym_constinit] = ACTIONS(2366), - [anon_sym_consteval] = ACTIONS(2366), - [anon_sym_signed] = ACTIONS(2366), - [anon_sym_unsigned] = ACTIONS(2366), - [anon_sym_long] = ACTIONS(2366), - [anon_sym_short] = ACTIONS(2366), - [sym_primitive_type] = ACTIONS(2366), - [anon_sym_enum] = ACTIONS(2366), - [anon_sym_class] = ACTIONS(2366), - [anon_sym_struct] = ACTIONS(2366), - [anon_sym_union] = ACTIONS(2366), - [anon_sym_if] = ACTIONS(2366), - [anon_sym_else] = ACTIONS(2366), - [anon_sym_switch] = ACTIONS(2366), - [anon_sym_case] = ACTIONS(2366), - [anon_sym_default] = ACTIONS(2366), - [anon_sym_while] = ACTIONS(2366), - [anon_sym_do] = ACTIONS(2366), - [anon_sym_for] = ACTIONS(2366), - [anon_sym_return] = ACTIONS(2366), - [anon_sym_break] = ACTIONS(2366), - [anon_sym_continue] = ACTIONS(2366), - [anon_sym_goto] = ACTIONS(2366), - [anon_sym_not] = ACTIONS(2366), - [anon_sym_compl] = ACTIONS(2366), - [anon_sym_DASH_DASH] = ACTIONS(2368), - [anon_sym_PLUS_PLUS] = ACTIONS(2368), - [anon_sym_sizeof] = ACTIONS(2366), - [sym_number_literal] = ACTIONS(2368), - [anon_sym_L_SQUOTE] = ACTIONS(2368), - [anon_sym_u_SQUOTE] = ACTIONS(2368), - [anon_sym_U_SQUOTE] = ACTIONS(2368), - [anon_sym_u8_SQUOTE] = ACTIONS(2368), - [anon_sym_SQUOTE] = ACTIONS(2368), - [anon_sym_L_DQUOTE] = ACTIONS(2368), - [anon_sym_u_DQUOTE] = ACTIONS(2368), - [anon_sym_U_DQUOTE] = ACTIONS(2368), - [anon_sym_u8_DQUOTE] = ACTIONS(2368), - [anon_sym_DQUOTE] = ACTIONS(2368), - [sym_true] = ACTIONS(2366), - [sym_false] = ACTIONS(2366), - [sym_null] = ACTIONS(2366), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2366), - [anon_sym_decltype] = ACTIONS(2366), - [anon_sym_virtual] = ACTIONS(2366), - [anon_sym_explicit] = ACTIONS(2366), - [anon_sym_typename] = ACTIONS(2366), - [anon_sym_template] = ACTIONS(2366), - [anon_sym_operator] = ACTIONS(2366), - [anon_sym_try] = ACTIONS(2366), - [anon_sym_delete] = ACTIONS(2366), - [anon_sym_throw] = ACTIONS(2366), - [anon_sym_namespace] = ACTIONS(2366), - [anon_sym_using] = ACTIONS(2366), - [anon_sym_static_assert] = ACTIONS(2366), - [anon_sym_concept] = ACTIONS(2366), - [anon_sym_co_return] = ACTIONS(2366), - [anon_sym_co_yield] = ACTIONS(2366), - [anon_sym_catch] = ACTIONS(2392), - [anon_sym_R_DQUOTE] = ACTIONS(2368), - [anon_sym_LR_DQUOTE] = ACTIONS(2368), - [anon_sym_uR_DQUOTE] = ACTIONS(2368), - [anon_sym_UR_DQUOTE] = ACTIONS(2368), - [anon_sym_u8R_DQUOTE] = ACTIONS(2368), - [anon_sym_co_await] = ACTIONS(2366), - [anon_sym_new] = ACTIONS(2366), - [anon_sym_requires] = ACTIONS(2366), - [sym_this] = ACTIONS(2366), - [sym_nullptr] = ACTIONS(2366), + [sym_identifier] = ACTIONS(2364), + [aux_sym_preproc_include_token1] = ACTIONS(2364), + [aux_sym_preproc_def_token1] = ACTIONS(2364), + [aux_sym_preproc_if_token1] = ACTIONS(2364), + [aux_sym_preproc_if_token2] = ACTIONS(2364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2364), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2364), + [sym_preproc_directive] = ACTIONS(2364), + [anon_sym_LPAREN2] = ACTIONS(2366), + [anon_sym_BANG] = ACTIONS(2366), + [anon_sym_TILDE] = ACTIONS(2366), + [anon_sym_DASH] = ACTIONS(2364), + [anon_sym_PLUS] = ACTIONS(2364), + [anon_sym_STAR] = ACTIONS(2366), + [anon_sym_AMP_AMP] = ACTIONS(2366), + [anon_sym_AMP] = ACTIONS(2364), + [anon_sym_SEMI] = ACTIONS(2366), + [anon_sym_typedef] = ACTIONS(2364), + [anon_sym_extern] = ACTIONS(2364), + [anon_sym___attribute__] = ACTIONS(2364), + [anon_sym_COLON_COLON] = ACTIONS(2366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2366), + [anon_sym___declspec] = ACTIONS(2364), + [anon_sym___based] = ACTIONS(2364), + [anon_sym___cdecl] = ACTIONS(2364), + [anon_sym___clrcall] = ACTIONS(2364), + [anon_sym___stdcall] = ACTIONS(2364), + [anon_sym___fastcall] = ACTIONS(2364), + [anon_sym___thiscall] = ACTIONS(2364), + [anon_sym___vectorcall] = ACTIONS(2364), + [anon_sym_LBRACE] = ACTIONS(2366), + [anon_sym_LBRACK] = ACTIONS(2364), + [anon_sym_static] = ACTIONS(2364), + [anon_sym_register] = ACTIONS(2364), + [anon_sym_inline] = ACTIONS(2364), + [anon_sym_thread_local] = ACTIONS(2364), + [anon_sym_const] = ACTIONS(2364), + [anon_sym_volatile] = ACTIONS(2364), + [anon_sym_restrict] = ACTIONS(2364), + [anon_sym__Atomic] = ACTIONS(2364), + [anon_sym_mutable] = ACTIONS(2364), + [anon_sym_constexpr] = ACTIONS(2364), + [anon_sym_constinit] = ACTIONS(2364), + [anon_sym_consteval] = ACTIONS(2364), + [anon_sym_signed] = ACTIONS(2364), + [anon_sym_unsigned] = ACTIONS(2364), + [anon_sym_long] = ACTIONS(2364), + [anon_sym_short] = ACTIONS(2364), + [sym_primitive_type] = ACTIONS(2364), + [anon_sym_enum] = ACTIONS(2364), + [anon_sym_class] = ACTIONS(2364), + [anon_sym_struct] = ACTIONS(2364), + [anon_sym_union] = ACTIONS(2364), + [anon_sym_if] = ACTIONS(2364), + [anon_sym_else] = ACTIONS(2364), + [anon_sym_switch] = ACTIONS(2364), + [anon_sym_case] = ACTIONS(2364), + [anon_sym_default] = ACTIONS(2364), + [anon_sym_while] = ACTIONS(2364), + [anon_sym_do] = ACTIONS(2364), + [anon_sym_for] = ACTIONS(2364), + [anon_sym_return] = ACTIONS(2364), + [anon_sym_break] = ACTIONS(2364), + [anon_sym_continue] = ACTIONS(2364), + [anon_sym_goto] = ACTIONS(2364), + [anon_sym_not] = ACTIONS(2364), + [anon_sym_compl] = ACTIONS(2364), + [anon_sym_DASH_DASH] = ACTIONS(2366), + [anon_sym_PLUS_PLUS] = ACTIONS(2366), + [anon_sym_sizeof] = ACTIONS(2364), + [sym_number_literal] = ACTIONS(2366), + [anon_sym_L_SQUOTE] = ACTIONS(2366), + [anon_sym_u_SQUOTE] = ACTIONS(2366), + [anon_sym_U_SQUOTE] = ACTIONS(2366), + [anon_sym_u8_SQUOTE] = ACTIONS(2366), + [anon_sym_SQUOTE] = ACTIONS(2366), + [anon_sym_L_DQUOTE] = ACTIONS(2366), + [anon_sym_u_DQUOTE] = ACTIONS(2366), + [anon_sym_U_DQUOTE] = ACTIONS(2366), + [anon_sym_u8_DQUOTE] = ACTIONS(2366), + [anon_sym_DQUOTE] = ACTIONS(2366), + [sym_true] = ACTIONS(2364), + [sym_false] = ACTIONS(2364), + [sym_null] = ACTIONS(2364), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2364), + [anon_sym_decltype] = ACTIONS(2364), + [anon_sym_virtual] = ACTIONS(2364), + [anon_sym_explicit] = ACTIONS(2364), + [anon_sym_typename] = ACTIONS(2364), + [anon_sym_template] = ACTIONS(2364), + [anon_sym_operator] = ACTIONS(2364), + [anon_sym_try] = ACTIONS(2364), + [anon_sym_delete] = ACTIONS(2364), + [anon_sym_throw] = ACTIONS(2364), + [anon_sym_namespace] = ACTIONS(2364), + [anon_sym_using] = ACTIONS(2364), + [anon_sym_static_assert] = ACTIONS(2364), + [anon_sym_concept] = ACTIONS(2364), + [anon_sym_co_return] = ACTIONS(2364), + [anon_sym_co_yield] = ACTIONS(2364), + [anon_sym_catch] = ACTIONS(2393), + [anon_sym_R_DQUOTE] = ACTIONS(2366), + [anon_sym_LR_DQUOTE] = ACTIONS(2366), + [anon_sym_uR_DQUOTE] = ACTIONS(2366), + [anon_sym_UR_DQUOTE] = ACTIONS(2366), + [anon_sym_u8R_DQUOTE] = ACTIONS(2366), + [anon_sym_co_await] = ACTIONS(2364), + [anon_sym_new] = ACTIONS(2364), + [anon_sym_requires] = ACTIONS(2364), + [sym_this] = ACTIONS(2364), + [sym_nullptr] = ACTIONS(2364), }, [343] = { - [sym_catch_clause] = STATE(343), - [aux_sym_constructor_try_statement_repeat1] = STATE(343), - [sym_identifier] = ACTIONS(2366), - [aux_sym_preproc_include_token1] = ACTIONS(2366), - [aux_sym_preproc_def_token1] = ACTIONS(2366), - [aux_sym_preproc_if_token1] = ACTIONS(2366), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2366), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2366), - [sym_preproc_directive] = ACTIONS(2366), - [anon_sym_LPAREN2] = ACTIONS(2368), - [anon_sym_BANG] = ACTIONS(2368), - [anon_sym_TILDE] = ACTIONS(2368), - [anon_sym_DASH] = ACTIONS(2366), - [anon_sym_PLUS] = ACTIONS(2366), - [anon_sym_STAR] = ACTIONS(2368), - [anon_sym_AMP_AMP] = ACTIONS(2368), - [anon_sym_AMP] = ACTIONS(2366), - [anon_sym_SEMI] = ACTIONS(2368), - [anon_sym_typedef] = ACTIONS(2366), - [anon_sym_extern] = ACTIONS(2366), - [anon_sym___attribute__] = ACTIONS(2366), - [anon_sym_COLON_COLON] = ACTIONS(2368), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2368), - [anon_sym___declspec] = ACTIONS(2366), - [anon_sym___based] = ACTIONS(2366), - [anon_sym___cdecl] = ACTIONS(2366), - [anon_sym___clrcall] = ACTIONS(2366), - [anon_sym___stdcall] = ACTIONS(2366), - [anon_sym___fastcall] = ACTIONS(2366), - [anon_sym___thiscall] = ACTIONS(2366), - [anon_sym___vectorcall] = ACTIONS(2366), - [anon_sym_LBRACE] = ACTIONS(2368), - [anon_sym_RBRACE] = ACTIONS(2368), - [anon_sym_LBRACK] = ACTIONS(2366), - [anon_sym_static] = ACTIONS(2366), - [anon_sym_register] = ACTIONS(2366), - [anon_sym_inline] = ACTIONS(2366), - [anon_sym_thread_local] = ACTIONS(2366), - [anon_sym_const] = ACTIONS(2366), - [anon_sym_volatile] = ACTIONS(2366), - [anon_sym_restrict] = ACTIONS(2366), - [anon_sym__Atomic] = ACTIONS(2366), - [anon_sym_mutable] = ACTIONS(2366), - [anon_sym_constexpr] = ACTIONS(2366), - [anon_sym_constinit] = ACTIONS(2366), - [anon_sym_consteval] = ACTIONS(2366), - [anon_sym_signed] = ACTIONS(2366), - [anon_sym_unsigned] = ACTIONS(2366), - [anon_sym_long] = ACTIONS(2366), - [anon_sym_short] = ACTIONS(2366), - [sym_primitive_type] = ACTIONS(2366), - [anon_sym_enum] = ACTIONS(2366), - [anon_sym_class] = ACTIONS(2366), - [anon_sym_struct] = ACTIONS(2366), - [anon_sym_union] = ACTIONS(2366), - [anon_sym_if] = ACTIONS(2366), - [anon_sym_else] = ACTIONS(2366), - [anon_sym_switch] = ACTIONS(2366), - [anon_sym_case] = ACTIONS(2366), - [anon_sym_default] = ACTIONS(2366), - [anon_sym_while] = ACTIONS(2366), - [anon_sym_do] = ACTIONS(2366), - [anon_sym_for] = ACTIONS(2366), - [anon_sym_return] = ACTIONS(2366), - [anon_sym_break] = ACTIONS(2366), - [anon_sym_continue] = ACTIONS(2366), - [anon_sym_goto] = ACTIONS(2366), - [anon_sym_not] = ACTIONS(2366), - [anon_sym_compl] = ACTIONS(2366), - [anon_sym_DASH_DASH] = ACTIONS(2368), - [anon_sym_PLUS_PLUS] = ACTIONS(2368), - [anon_sym_sizeof] = ACTIONS(2366), - [sym_number_literal] = ACTIONS(2368), - [anon_sym_L_SQUOTE] = ACTIONS(2368), - [anon_sym_u_SQUOTE] = ACTIONS(2368), - [anon_sym_U_SQUOTE] = ACTIONS(2368), - [anon_sym_u8_SQUOTE] = ACTIONS(2368), - [anon_sym_SQUOTE] = ACTIONS(2368), - [anon_sym_L_DQUOTE] = ACTIONS(2368), - [anon_sym_u_DQUOTE] = ACTIONS(2368), - [anon_sym_U_DQUOTE] = ACTIONS(2368), - [anon_sym_u8_DQUOTE] = ACTIONS(2368), - [anon_sym_DQUOTE] = ACTIONS(2368), - [sym_true] = ACTIONS(2366), - [sym_false] = ACTIONS(2366), - [sym_null] = ACTIONS(2366), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2366), - [anon_sym_decltype] = ACTIONS(2366), - [anon_sym_virtual] = ACTIONS(2366), - [anon_sym_explicit] = ACTIONS(2366), - [anon_sym_typename] = ACTIONS(2366), - [anon_sym_template] = ACTIONS(2366), - [anon_sym_operator] = ACTIONS(2366), - [anon_sym_try] = ACTIONS(2366), - [anon_sym_delete] = ACTIONS(2366), - [anon_sym_throw] = ACTIONS(2366), - [anon_sym_namespace] = ACTIONS(2366), - [anon_sym_using] = ACTIONS(2366), - [anon_sym_static_assert] = ACTIONS(2366), - [anon_sym_concept] = ACTIONS(2366), - [anon_sym_co_return] = ACTIONS(2366), - [anon_sym_co_yield] = ACTIONS(2366), - [anon_sym_catch] = ACTIONS(2395), - [anon_sym_R_DQUOTE] = ACTIONS(2368), - [anon_sym_LR_DQUOTE] = ACTIONS(2368), - [anon_sym_uR_DQUOTE] = ACTIONS(2368), - [anon_sym_UR_DQUOTE] = ACTIONS(2368), - [anon_sym_u8R_DQUOTE] = ACTIONS(2368), - [anon_sym_co_await] = ACTIONS(2366), - [anon_sym_new] = ACTIONS(2366), - [anon_sym_requires] = ACTIONS(2366), - [sym_this] = ACTIONS(2366), - [sym_nullptr] = ACTIONS(2366), + [sym_catch_clause] = STATE(342), + [aux_sym_constructor_try_statement_repeat1] = STATE(342), + [sym_identifier] = ACTIONS(2356), + [aux_sym_preproc_include_token1] = ACTIONS(2356), + [aux_sym_preproc_def_token1] = ACTIONS(2356), + [aux_sym_preproc_if_token1] = ACTIONS(2356), + [aux_sym_preproc_if_token2] = ACTIONS(2356), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2356), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2356), + [sym_preproc_directive] = ACTIONS(2356), + [anon_sym_LPAREN2] = ACTIONS(2358), + [anon_sym_BANG] = ACTIONS(2358), + [anon_sym_TILDE] = ACTIONS(2358), + [anon_sym_DASH] = ACTIONS(2356), + [anon_sym_PLUS] = ACTIONS(2356), + [anon_sym_STAR] = ACTIONS(2358), + [anon_sym_AMP_AMP] = ACTIONS(2358), + [anon_sym_AMP] = ACTIONS(2356), + [anon_sym_SEMI] = ACTIONS(2358), + [anon_sym_typedef] = ACTIONS(2356), + [anon_sym_extern] = ACTIONS(2356), + [anon_sym___attribute__] = ACTIONS(2356), + [anon_sym_COLON_COLON] = ACTIONS(2358), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2358), + [anon_sym___declspec] = ACTIONS(2356), + [anon_sym___based] = ACTIONS(2356), + [anon_sym___cdecl] = ACTIONS(2356), + [anon_sym___clrcall] = ACTIONS(2356), + [anon_sym___stdcall] = ACTIONS(2356), + [anon_sym___fastcall] = ACTIONS(2356), + [anon_sym___thiscall] = ACTIONS(2356), + [anon_sym___vectorcall] = ACTIONS(2356), + [anon_sym_LBRACE] = ACTIONS(2358), + [anon_sym_LBRACK] = ACTIONS(2356), + [anon_sym_static] = ACTIONS(2356), + [anon_sym_register] = ACTIONS(2356), + [anon_sym_inline] = ACTIONS(2356), + [anon_sym_thread_local] = ACTIONS(2356), + [anon_sym_const] = ACTIONS(2356), + [anon_sym_volatile] = ACTIONS(2356), + [anon_sym_restrict] = ACTIONS(2356), + [anon_sym__Atomic] = ACTIONS(2356), + [anon_sym_mutable] = ACTIONS(2356), + [anon_sym_constexpr] = ACTIONS(2356), + [anon_sym_constinit] = ACTIONS(2356), + [anon_sym_consteval] = ACTIONS(2356), + [anon_sym_signed] = ACTIONS(2356), + [anon_sym_unsigned] = ACTIONS(2356), + [anon_sym_long] = ACTIONS(2356), + [anon_sym_short] = ACTIONS(2356), + [sym_primitive_type] = ACTIONS(2356), + [anon_sym_enum] = ACTIONS(2356), + [anon_sym_class] = ACTIONS(2356), + [anon_sym_struct] = ACTIONS(2356), + [anon_sym_union] = ACTIONS(2356), + [anon_sym_if] = ACTIONS(2356), + [anon_sym_else] = ACTIONS(2356), + [anon_sym_switch] = ACTIONS(2356), + [anon_sym_case] = ACTIONS(2356), + [anon_sym_default] = ACTIONS(2356), + [anon_sym_while] = ACTIONS(2356), + [anon_sym_do] = ACTIONS(2356), + [anon_sym_for] = ACTIONS(2356), + [anon_sym_return] = ACTIONS(2356), + [anon_sym_break] = ACTIONS(2356), + [anon_sym_continue] = ACTIONS(2356), + [anon_sym_goto] = ACTIONS(2356), + [anon_sym_not] = ACTIONS(2356), + [anon_sym_compl] = ACTIONS(2356), + [anon_sym_DASH_DASH] = ACTIONS(2358), + [anon_sym_PLUS_PLUS] = ACTIONS(2358), + [anon_sym_sizeof] = ACTIONS(2356), + [sym_number_literal] = ACTIONS(2358), + [anon_sym_L_SQUOTE] = ACTIONS(2358), + [anon_sym_u_SQUOTE] = ACTIONS(2358), + [anon_sym_U_SQUOTE] = ACTIONS(2358), + [anon_sym_u8_SQUOTE] = ACTIONS(2358), + [anon_sym_SQUOTE] = ACTIONS(2358), + [anon_sym_L_DQUOTE] = ACTIONS(2358), + [anon_sym_u_DQUOTE] = ACTIONS(2358), + [anon_sym_U_DQUOTE] = ACTIONS(2358), + [anon_sym_u8_DQUOTE] = ACTIONS(2358), + [anon_sym_DQUOTE] = ACTIONS(2358), + [sym_true] = ACTIONS(2356), + [sym_false] = ACTIONS(2356), + [sym_null] = ACTIONS(2356), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2356), + [anon_sym_decltype] = ACTIONS(2356), + [anon_sym_virtual] = ACTIONS(2356), + [anon_sym_explicit] = ACTIONS(2356), + [anon_sym_typename] = ACTIONS(2356), + [anon_sym_template] = ACTIONS(2356), + [anon_sym_operator] = ACTIONS(2356), + [anon_sym_try] = ACTIONS(2356), + [anon_sym_delete] = ACTIONS(2356), + [anon_sym_throw] = ACTIONS(2356), + [anon_sym_namespace] = ACTIONS(2356), + [anon_sym_using] = ACTIONS(2356), + [anon_sym_static_assert] = ACTIONS(2356), + [anon_sym_concept] = ACTIONS(2356), + [anon_sym_co_return] = ACTIONS(2356), + [anon_sym_co_yield] = ACTIONS(2356), + [anon_sym_catch] = ACTIONS(2396), + [anon_sym_R_DQUOTE] = ACTIONS(2358), + [anon_sym_LR_DQUOTE] = ACTIONS(2358), + [anon_sym_uR_DQUOTE] = ACTIONS(2358), + [anon_sym_UR_DQUOTE] = ACTIONS(2358), + [anon_sym_u8R_DQUOTE] = ACTIONS(2358), + [anon_sym_co_await] = ACTIONS(2356), + [anon_sym_new] = ACTIONS(2356), + [anon_sym_requires] = ACTIONS(2356), + [sym_this] = ACTIONS(2356), + [sym_nullptr] = ACTIONS(2356), }, [344] = { - [sym_catch_clause] = STATE(343), - [aux_sym_constructor_try_statement_repeat1] = STATE(343), - [sym_identifier] = ACTIONS(2360), - [aux_sym_preproc_include_token1] = ACTIONS(2360), - [aux_sym_preproc_def_token1] = ACTIONS(2360), - [aux_sym_preproc_if_token1] = ACTIONS(2360), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2360), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2360), - [sym_preproc_directive] = ACTIONS(2360), - [anon_sym_LPAREN2] = ACTIONS(2362), - [anon_sym_BANG] = ACTIONS(2362), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2360), - [anon_sym_PLUS] = ACTIONS(2360), - [anon_sym_STAR] = ACTIONS(2362), - [anon_sym_AMP_AMP] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2360), - [anon_sym_SEMI] = ACTIONS(2362), - [anon_sym_typedef] = ACTIONS(2360), - [anon_sym_extern] = ACTIONS(2360), - [anon_sym___attribute__] = ACTIONS(2360), - [anon_sym_COLON_COLON] = ACTIONS(2362), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2362), - [anon_sym___declspec] = ACTIONS(2360), - [anon_sym___based] = ACTIONS(2360), - [anon_sym___cdecl] = ACTIONS(2360), - [anon_sym___clrcall] = ACTIONS(2360), - [anon_sym___stdcall] = ACTIONS(2360), - [anon_sym___fastcall] = ACTIONS(2360), - [anon_sym___thiscall] = ACTIONS(2360), - [anon_sym___vectorcall] = ACTIONS(2360), - [anon_sym_LBRACE] = ACTIONS(2362), - [anon_sym_RBRACE] = ACTIONS(2362), - [anon_sym_LBRACK] = ACTIONS(2360), - [anon_sym_static] = ACTIONS(2360), - [anon_sym_register] = ACTIONS(2360), - [anon_sym_inline] = ACTIONS(2360), - [anon_sym_thread_local] = ACTIONS(2360), - [anon_sym_const] = ACTIONS(2360), - [anon_sym_volatile] = ACTIONS(2360), - [anon_sym_restrict] = ACTIONS(2360), - [anon_sym__Atomic] = ACTIONS(2360), - [anon_sym_mutable] = ACTIONS(2360), - [anon_sym_constexpr] = ACTIONS(2360), - [anon_sym_constinit] = ACTIONS(2360), - [anon_sym_consteval] = ACTIONS(2360), - [anon_sym_signed] = ACTIONS(2360), - [anon_sym_unsigned] = ACTIONS(2360), - [anon_sym_long] = ACTIONS(2360), - [anon_sym_short] = ACTIONS(2360), - [sym_primitive_type] = ACTIONS(2360), - [anon_sym_enum] = ACTIONS(2360), - [anon_sym_class] = ACTIONS(2360), - [anon_sym_struct] = ACTIONS(2360), - [anon_sym_union] = ACTIONS(2360), - [anon_sym_if] = ACTIONS(2360), - [anon_sym_else] = ACTIONS(2360), - [anon_sym_switch] = ACTIONS(2360), - [anon_sym_case] = ACTIONS(2360), - [anon_sym_default] = ACTIONS(2360), - [anon_sym_while] = ACTIONS(2360), - [anon_sym_do] = ACTIONS(2360), - [anon_sym_for] = ACTIONS(2360), - [anon_sym_return] = ACTIONS(2360), - [anon_sym_break] = ACTIONS(2360), - [anon_sym_continue] = ACTIONS(2360), - [anon_sym_goto] = ACTIONS(2360), - [anon_sym_not] = ACTIONS(2360), - [anon_sym_compl] = ACTIONS(2360), - [anon_sym_DASH_DASH] = ACTIONS(2362), - [anon_sym_PLUS_PLUS] = ACTIONS(2362), - [anon_sym_sizeof] = ACTIONS(2360), - [sym_number_literal] = ACTIONS(2362), - [anon_sym_L_SQUOTE] = ACTIONS(2362), - [anon_sym_u_SQUOTE] = ACTIONS(2362), - [anon_sym_U_SQUOTE] = ACTIONS(2362), - [anon_sym_u8_SQUOTE] = ACTIONS(2362), - [anon_sym_SQUOTE] = ACTIONS(2362), - [anon_sym_L_DQUOTE] = ACTIONS(2362), - [anon_sym_u_DQUOTE] = ACTIONS(2362), - [anon_sym_U_DQUOTE] = ACTIONS(2362), - [anon_sym_u8_DQUOTE] = ACTIONS(2362), - [anon_sym_DQUOTE] = ACTIONS(2362), - [sym_true] = ACTIONS(2360), - [sym_false] = ACTIONS(2360), - [sym_null] = ACTIONS(2360), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2360), - [anon_sym_decltype] = ACTIONS(2360), - [anon_sym_virtual] = ACTIONS(2360), - [anon_sym_explicit] = ACTIONS(2360), - [anon_sym_typename] = ACTIONS(2360), - [anon_sym_template] = ACTIONS(2360), - [anon_sym_operator] = ACTIONS(2360), - [anon_sym_try] = ACTIONS(2360), - [anon_sym_delete] = ACTIONS(2360), - [anon_sym_throw] = ACTIONS(2360), - [anon_sym_namespace] = ACTIONS(2360), - [anon_sym_using] = ACTIONS(2360), - [anon_sym_static_assert] = ACTIONS(2360), - [anon_sym_concept] = ACTIONS(2360), - [anon_sym_co_return] = ACTIONS(2360), - [anon_sym_co_yield] = ACTIONS(2360), - [anon_sym_catch] = ACTIONS(2398), - [anon_sym_R_DQUOTE] = ACTIONS(2362), - [anon_sym_LR_DQUOTE] = ACTIONS(2362), - [anon_sym_uR_DQUOTE] = ACTIONS(2362), - [anon_sym_UR_DQUOTE] = ACTIONS(2362), - [anon_sym_u8R_DQUOTE] = ACTIONS(2362), - [anon_sym_co_await] = ACTIONS(2360), - [anon_sym_new] = ACTIONS(2360), - [anon_sym_requires] = ACTIONS(2360), - [sym_this] = ACTIONS(2360), - [sym_nullptr] = ACTIONS(2360), + [sym_identifier] = ACTIONS(2340), + [aux_sym_preproc_include_token1] = ACTIONS(2340), + [aux_sym_preproc_def_token1] = ACTIONS(2340), + [aux_sym_preproc_if_token1] = ACTIONS(2340), + [aux_sym_preproc_if_token2] = ACTIONS(2340), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2340), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2340), + [aux_sym_preproc_else_token1] = ACTIONS(2340), + [aux_sym_preproc_elif_token1] = ACTIONS(2340), + [sym_preproc_directive] = ACTIONS(2340), + [anon_sym_LPAREN2] = ACTIONS(2338), + [anon_sym_BANG] = ACTIONS(2338), + [anon_sym_TILDE] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2340), + [anon_sym_PLUS] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_AMP_AMP] = ACTIONS(2338), + [anon_sym_AMP] = ACTIONS(2340), + [anon_sym_SEMI] = ACTIONS(2338), + [anon_sym_typedef] = ACTIONS(2340), + [anon_sym_extern] = ACTIONS(2340), + [anon_sym___attribute__] = ACTIONS(2340), + [anon_sym_COLON_COLON] = ACTIONS(2338), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2338), + [anon_sym___declspec] = ACTIONS(2340), + [anon_sym___based] = ACTIONS(2340), + [anon_sym___cdecl] = ACTIONS(2340), + [anon_sym___clrcall] = ACTIONS(2340), + [anon_sym___stdcall] = ACTIONS(2340), + [anon_sym___fastcall] = ACTIONS(2340), + [anon_sym___thiscall] = ACTIONS(2340), + [anon_sym___vectorcall] = ACTIONS(2340), + [anon_sym_LBRACE] = ACTIONS(2338), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_static] = ACTIONS(2340), + [anon_sym_register] = ACTIONS(2340), + [anon_sym_inline] = ACTIONS(2340), + [anon_sym_thread_local] = ACTIONS(2340), + [anon_sym_const] = ACTIONS(2340), + [anon_sym_volatile] = ACTIONS(2340), + [anon_sym_restrict] = ACTIONS(2340), + [anon_sym__Atomic] = ACTIONS(2340), + [anon_sym_mutable] = ACTIONS(2340), + [anon_sym_constexpr] = ACTIONS(2340), + [anon_sym_constinit] = ACTIONS(2340), + [anon_sym_consteval] = ACTIONS(2340), + [anon_sym_signed] = ACTIONS(2340), + [anon_sym_unsigned] = ACTIONS(2340), + [anon_sym_long] = ACTIONS(2340), + [anon_sym_short] = ACTIONS(2340), + [sym_primitive_type] = ACTIONS(2340), + [anon_sym_enum] = ACTIONS(2340), + [anon_sym_class] = ACTIONS(2340), + [anon_sym_struct] = ACTIONS(2340), + [anon_sym_union] = ACTIONS(2340), + [anon_sym_if] = ACTIONS(2340), + [anon_sym_else] = ACTIONS(2340), + [anon_sym_switch] = ACTIONS(2340), + [anon_sym_case] = ACTIONS(2340), + [anon_sym_default] = ACTIONS(2340), + [anon_sym_while] = ACTIONS(2340), + [anon_sym_do] = ACTIONS(2340), + [anon_sym_for] = ACTIONS(2340), + [anon_sym_return] = ACTIONS(2340), + [anon_sym_break] = ACTIONS(2340), + [anon_sym_continue] = ACTIONS(2340), + [anon_sym_goto] = ACTIONS(2340), + [anon_sym_not] = ACTIONS(2340), + [anon_sym_compl] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2338), + [anon_sym_sizeof] = ACTIONS(2340), + [sym_number_literal] = ACTIONS(2338), + [anon_sym_L_SQUOTE] = ACTIONS(2338), + [anon_sym_u_SQUOTE] = ACTIONS(2338), + [anon_sym_U_SQUOTE] = ACTIONS(2338), + [anon_sym_u8_SQUOTE] = ACTIONS(2338), + [anon_sym_SQUOTE] = ACTIONS(2338), + [anon_sym_L_DQUOTE] = ACTIONS(2338), + [anon_sym_u_DQUOTE] = ACTIONS(2338), + [anon_sym_U_DQUOTE] = ACTIONS(2338), + [anon_sym_u8_DQUOTE] = ACTIONS(2338), + [anon_sym_DQUOTE] = ACTIONS(2338), + [sym_true] = ACTIONS(2340), + [sym_false] = ACTIONS(2340), + [sym_null] = ACTIONS(2340), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2340), + [anon_sym_decltype] = ACTIONS(2340), + [anon_sym_virtual] = ACTIONS(2340), + [anon_sym_explicit] = ACTIONS(2340), + [anon_sym_typename] = ACTIONS(2340), + [anon_sym_template] = ACTIONS(2340), + [anon_sym_operator] = ACTIONS(2340), + [anon_sym_try] = ACTIONS(2340), + [anon_sym_delete] = ACTIONS(2340), + [anon_sym_throw] = ACTIONS(2340), + [anon_sym_namespace] = ACTIONS(2340), + [anon_sym_using] = ACTIONS(2340), + [anon_sym_static_assert] = ACTIONS(2340), + [anon_sym_concept] = ACTIONS(2340), + [anon_sym_co_return] = ACTIONS(2340), + [anon_sym_co_yield] = ACTIONS(2340), + [anon_sym_catch] = ACTIONS(2340), + [anon_sym_R_DQUOTE] = ACTIONS(2338), + [anon_sym_LR_DQUOTE] = ACTIONS(2338), + [anon_sym_uR_DQUOTE] = ACTIONS(2338), + [anon_sym_UR_DQUOTE] = ACTIONS(2338), + [anon_sym_u8R_DQUOTE] = ACTIONS(2338), + [anon_sym_co_await] = ACTIONS(2340), + [anon_sym_new] = ACTIONS(2340), + [anon_sym_requires] = ACTIONS(2340), + [sym_this] = ACTIONS(2340), + [sym_nullptr] = ACTIONS(2340), }, [345] = { - [sym_identifier] = ACTIONS(2400), - [aux_sym_preproc_include_token1] = ACTIONS(2400), - [aux_sym_preproc_def_token1] = ACTIONS(2400), - [aux_sym_preproc_if_token1] = ACTIONS(2400), - [aux_sym_preproc_if_token2] = ACTIONS(2400), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2400), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2400), - [aux_sym_preproc_else_token1] = ACTIONS(2400), - [aux_sym_preproc_elif_token1] = ACTIONS(2400), - [sym_preproc_directive] = ACTIONS(2400), - [anon_sym_LPAREN2] = ACTIONS(2402), - [anon_sym_BANG] = ACTIONS(2402), - [anon_sym_TILDE] = ACTIONS(2402), - [anon_sym_DASH] = ACTIONS(2400), - [anon_sym_PLUS] = ACTIONS(2400), - [anon_sym_STAR] = ACTIONS(2402), - [anon_sym_AMP_AMP] = ACTIONS(2402), - [anon_sym_AMP] = ACTIONS(2400), - [anon_sym_SEMI] = ACTIONS(2402), - [anon_sym_typedef] = ACTIONS(2400), - [anon_sym_extern] = ACTIONS(2400), - [anon_sym___attribute__] = ACTIONS(2400), - [anon_sym_COLON_COLON] = ACTIONS(2402), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2402), - [anon_sym___declspec] = ACTIONS(2400), - [anon_sym___based] = ACTIONS(2400), - [anon_sym___cdecl] = ACTIONS(2400), - [anon_sym___clrcall] = ACTIONS(2400), - [anon_sym___stdcall] = ACTIONS(2400), - [anon_sym___fastcall] = ACTIONS(2400), - [anon_sym___thiscall] = ACTIONS(2400), - [anon_sym___vectorcall] = ACTIONS(2400), - [anon_sym_LBRACE] = ACTIONS(2402), - [anon_sym_LBRACK] = ACTIONS(2400), - [anon_sym_static] = ACTIONS(2400), - [anon_sym_register] = ACTIONS(2400), - [anon_sym_inline] = ACTIONS(2400), - [anon_sym_thread_local] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_volatile] = ACTIONS(2400), - [anon_sym_restrict] = ACTIONS(2400), - [anon_sym__Atomic] = ACTIONS(2400), - [anon_sym_mutable] = ACTIONS(2400), - [anon_sym_constexpr] = ACTIONS(2400), - [anon_sym_constinit] = ACTIONS(2400), - [anon_sym_consteval] = ACTIONS(2400), - [anon_sym_signed] = ACTIONS(2400), - [anon_sym_unsigned] = ACTIONS(2400), - [anon_sym_long] = ACTIONS(2400), - [anon_sym_short] = ACTIONS(2400), - [sym_primitive_type] = ACTIONS(2400), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_class] = ACTIONS(2400), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), - [anon_sym_if] = ACTIONS(2400), - [anon_sym_else] = ACTIONS(2400), - [anon_sym_switch] = ACTIONS(2400), - [anon_sym_case] = ACTIONS(2400), - [anon_sym_default] = ACTIONS(2400), - [anon_sym_while] = ACTIONS(2400), - [anon_sym_do] = ACTIONS(2400), - [anon_sym_for] = ACTIONS(2400), - [anon_sym_return] = ACTIONS(2400), - [anon_sym_break] = ACTIONS(2400), - [anon_sym_continue] = ACTIONS(2400), - [anon_sym_goto] = ACTIONS(2400), - [anon_sym_not] = ACTIONS(2400), - [anon_sym_compl] = ACTIONS(2400), - [anon_sym_DASH_DASH] = ACTIONS(2402), - [anon_sym_PLUS_PLUS] = ACTIONS(2402), - [anon_sym_sizeof] = ACTIONS(2400), - [sym_number_literal] = ACTIONS(2402), - [anon_sym_L_SQUOTE] = ACTIONS(2402), - [anon_sym_u_SQUOTE] = ACTIONS(2402), - [anon_sym_U_SQUOTE] = ACTIONS(2402), - [anon_sym_u8_SQUOTE] = ACTIONS(2402), - [anon_sym_SQUOTE] = ACTIONS(2402), - [anon_sym_L_DQUOTE] = ACTIONS(2402), - [anon_sym_u_DQUOTE] = ACTIONS(2402), - [anon_sym_U_DQUOTE] = ACTIONS(2402), - [anon_sym_u8_DQUOTE] = ACTIONS(2402), - [anon_sym_DQUOTE] = ACTIONS(2402), - [sym_true] = ACTIONS(2400), - [sym_false] = ACTIONS(2400), - [sym_null] = ACTIONS(2400), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2400), - [anon_sym_decltype] = ACTIONS(2400), - [anon_sym_virtual] = ACTIONS(2400), - [anon_sym_explicit] = ACTIONS(2400), - [anon_sym_typename] = ACTIONS(2400), - [anon_sym_template] = ACTIONS(2400), - [anon_sym_operator] = ACTIONS(2400), - [anon_sym_try] = ACTIONS(2400), - [anon_sym_delete] = ACTIONS(2400), - [anon_sym_throw] = ACTIONS(2400), - [anon_sym_namespace] = ACTIONS(2400), - [anon_sym_using] = ACTIONS(2400), - [anon_sym_static_assert] = ACTIONS(2400), - [anon_sym_concept] = ACTIONS(2400), - [anon_sym_co_return] = ACTIONS(2400), - [anon_sym_co_yield] = ACTIONS(2400), - [anon_sym_R_DQUOTE] = ACTIONS(2402), - [anon_sym_LR_DQUOTE] = ACTIONS(2402), - [anon_sym_uR_DQUOTE] = ACTIONS(2402), - [anon_sym_UR_DQUOTE] = ACTIONS(2402), - [anon_sym_u8R_DQUOTE] = ACTIONS(2402), - [anon_sym_co_await] = ACTIONS(2400), - [anon_sym_new] = ACTIONS(2400), - [anon_sym_requires] = ACTIONS(2400), - [sym_this] = ACTIONS(2400), - [sym_nullptr] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [346] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [347] = { - [sym_catch_clause] = STATE(343), - [aux_sym_constructor_try_statement_repeat1] = STATE(343), - [sym_identifier] = ACTIONS(2373), - [aux_sym_preproc_include_token1] = ACTIONS(2373), - [aux_sym_preproc_def_token1] = ACTIONS(2373), - [aux_sym_preproc_if_token1] = ACTIONS(2373), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2373), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2373), - [sym_preproc_directive] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(2375), - [anon_sym_BANG] = ACTIONS(2375), - [anon_sym_TILDE] = ACTIONS(2375), - [anon_sym_DASH] = ACTIONS(2373), - [anon_sym_PLUS] = ACTIONS(2373), - [anon_sym_STAR] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2375), - [anon_sym_AMP] = ACTIONS(2373), - [anon_sym_SEMI] = ACTIONS(2375), - [anon_sym_typedef] = ACTIONS(2373), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2375), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2375), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym___cdecl] = ACTIONS(2373), - [anon_sym___clrcall] = ACTIONS(2373), - [anon_sym___stdcall] = ACTIONS(2373), - [anon_sym___fastcall] = ACTIONS(2373), - [anon_sym___thiscall] = ACTIONS(2373), - [anon_sym___vectorcall] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2375), - [anon_sym_RBRACE] = ACTIONS(2375), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_constinit] = ACTIONS(2373), - [anon_sym_consteval] = ACTIONS(2373), - [anon_sym_signed] = ACTIONS(2373), - [anon_sym_unsigned] = ACTIONS(2373), - [anon_sym_long] = ACTIONS(2373), - [anon_sym_short] = ACTIONS(2373), - [sym_primitive_type] = ACTIONS(2373), - [anon_sym_enum] = ACTIONS(2373), - [anon_sym_class] = ACTIONS(2373), - [anon_sym_struct] = ACTIONS(2373), - [anon_sym_union] = ACTIONS(2373), - [anon_sym_if] = ACTIONS(2373), - [anon_sym_switch] = ACTIONS(2373), - [anon_sym_case] = ACTIONS(2373), - [anon_sym_default] = ACTIONS(2373), - [anon_sym_while] = ACTIONS(2373), - [anon_sym_do] = ACTIONS(2373), - [anon_sym_for] = ACTIONS(2373), - [anon_sym_return] = ACTIONS(2373), - [anon_sym_break] = ACTIONS(2373), - [anon_sym_continue] = ACTIONS(2373), - [anon_sym_goto] = ACTIONS(2373), - [anon_sym_not] = ACTIONS(2373), - [anon_sym_compl] = ACTIONS(2373), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_sizeof] = ACTIONS(2373), - [sym_number_literal] = ACTIONS(2375), - [anon_sym_L_SQUOTE] = ACTIONS(2375), - [anon_sym_u_SQUOTE] = ACTIONS(2375), - [anon_sym_U_SQUOTE] = ACTIONS(2375), - [anon_sym_u8_SQUOTE] = ACTIONS(2375), - [anon_sym_SQUOTE] = ACTIONS(2375), - [anon_sym_L_DQUOTE] = ACTIONS(2375), - [anon_sym_u_DQUOTE] = ACTIONS(2375), - [anon_sym_U_DQUOTE] = ACTIONS(2375), - [anon_sym_u8_DQUOTE] = ACTIONS(2375), - [anon_sym_DQUOTE] = ACTIONS(2375), - [sym_true] = ACTIONS(2373), - [sym_false] = ACTIONS(2373), - [sym_null] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2373), - [anon_sym_decltype] = ACTIONS(2373), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_explicit] = ACTIONS(2373), - [anon_sym_typename] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [anon_sym_operator] = ACTIONS(2373), - [anon_sym_try] = ACTIONS(2373), - [anon_sym_delete] = ACTIONS(2373), - [anon_sym_throw] = ACTIONS(2373), - [anon_sym_namespace] = ACTIONS(2373), - [anon_sym_using] = ACTIONS(2373), - [anon_sym_static_assert] = ACTIONS(2373), - [anon_sym_concept] = ACTIONS(2373), - [anon_sym_co_return] = ACTIONS(2373), - [anon_sym_co_yield] = ACTIONS(2373), - [anon_sym_catch] = ACTIONS(2398), - [anon_sym_R_DQUOTE] = ACTIONS(2375), - [anon_sym_LR_DQUOTE] = ACTIONS(2375), - [anon_sym_uR_DQUOTE] = ACTIONS(2375), - [anon_sym_UR_DQUOTE] = ACTIONS(2375), - [anon_sym_u8R_DQUOTE] = ACTIONS(2375), - [anon_sym_co_await] = ACTIONS(2373), - [anon_sym_new] = ACTIONS(2373), - [anon_sym_requires] = ACTIONS(2373), - [sym_this] = ACTIONS(2373), - [sym_nullptr] = ACTIONS(2373), - }, - [348] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3593), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5403), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5896), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), [anon_sym_BANG] = ACTIONS(2406), [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2444), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [348] = { + [sym_catch_clause] = STATE(339), + [aux_sym_constructor_try_statement_repeat1] = STATE(339), + [sym_identifier] = ACTIONS(2375), + [aux_sym_preproc_include_token1] = ACTIONS(2375), + [aux_sym_preproc_def_token1] = ACTIONS(2375), + [aux_sym_preproc_if_token1] = ACTIONS(2375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2375), + [sym_preproc_directive] = ACTIONS(2375), + [anon_sym_LPAREN2] = ACTIONS(2377), + [anon_sym_BANG] = ACTIONS(2377), + [anon_sym_TILDE] = ACTIONS(2377), + [anon_sym_DASH] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2375), + [anon_sym_STAR] = ACTIONS(2377), + [anon_sym_AMP_AMP] = ACTIONS(2377), + [anon_sym_AMP] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2377), + [anon_sym_typedef] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym___attribute__] = ACTIONS(2375), + [anon_sym_COLON_COLON] = ACTIONS(2377), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2377), + [anon_sym___declspec] = ACTIONS(2375), + [anon_sym___based] = ACTIONS(2375), + [anon_sym___cdecl] = ACTIONS(2375), + [anon_sym___clrcall] = ACTIONS(2375), + [anon_sym___stdcall] = ACTIONS(2375), + [anon_sym___fastcall] = ACTIONS(2375), + [anon_sym___thiscall] = ACTIONS(2375), + [anon_sym___vectorcall] = ACTIONS(2375), + [anon_sym_LBRACE] = ACTIONS(2377), + [anon_sym_RBRACE] = ACTIONS(2377), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_inline] = ACTIONS(2375), + [anon_sym_thread_local] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_volatile] = ACTIONS(2375), + [anon_sym_restrict] = ACTIONS(2375), + [anon_sym__Atomic] = ACTIONS(2375), + [anon_sym_mutable] = ACTIONS(2375), + [anon_sym_constexpr] = ACTIONS(2375), + [anon_sym_constinit] = ACTIONS(2375), + [anon_sym_consteval] = ACTIONS(2375), + [anon_sym_signed] = ACTIONS(2375), + [anon_sym_unsigned] = ACTIONS(2375), + [anon_sym_long] = ACTIONS(2375), + [anon_sym_short] = ACTIONS(2375), + [sym_primitive_type] = ACTIONS(2375), + [anon_sym_enum] = ACTIONS(2375), + [anon_sym_class] = ACTIONS(2375), + [anon_sym_struct] = ACTIONS(2375), + [anon_sym_union] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_switch] = ACTIONS(2375), + [anon_sym_case] = ACTIONS(2375), + [anon_sym_default] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_do] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_goto] = ACTIONS(2375), + [anon_sym_not] = ACTIONS(2375), + [anon_sym_compl] = ACTIONS(2375), + [anon_sym_DASH_DASH] = ACTIONS(2377), + [anon_sym_PLUS_PLUS] = ACTIONS(2377), + [anon_sym_sizeof] = ACTIONS(2375), + [sym_number_literal] = ACTIONS(2377), + [anon_sym_L_SQUOTE] = ACTIONS(2377), + [anon_sym_u_SQUOTE] = ACTIONS(2377), + [anon_sym_U_SQUOTE] = ACTIONS(2377), + [anon_sym_u8_SQUOTE] = ACTIONS(2377), + [anon_sym_SQUOTE] = ACTIONS(2377), + [anon_sym_L_DQUOTE] = ACTIONS(2377), + [anon_sym_u_DQUOTE] = ACTIONS(2377), + [anon_sym_U_DQUOTE] = ACTIONS(2377), + [anon_sym_u8_DQUOTE] = ACTIONS(2377), + [anon_sym_DQUOTE] = ACTIONS(2377), + [sym_true] = ACTIONS(2375), + [sym_false] = ACTIONS(2375), + [sym_null] = ACTIONS(2375), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2375), + [anon_sym_decltype] = ACTIONS(2375), + [anon_sym_virtual] = ACTIONS(2375), + [anon_sym_explicit] = ACTIONS(2375), + [anon_sym_typename] = ACTIONS(2375), + [anon_sym_template] = ACTIONS(2375), + [anon_sym_operator] = ACTIONS(2375), + [anon_sym_try] = ACTIONS(2375), + [anon_sym_delete] = ACTIONS(2375), + [anon_sym_throw] = ACTIONS(2375), + [anon_sym_namespace] = ACTIONS(2375), + [anon_sym_using] = ACTIONS(2375), + [anon_sym_static_assert] = ACTIONS(2375), + [anon_sym_concept] = ACTIONS(2375), + [anon_sym_co_return] = ACTIONS(2375), + [anon_sym_co_yield] = ACTIONS(2375), + [anon_sym_catch] = ACTIONS(2391), + [anon_sym_R_DQUOTE] = ACTIONS(2377), + [anon_sym_LR_DQUOTE] = ACTIONS(2377), + [anon_sym_uR_DQUOTE] = ACTIONS(2377), + [anon_sym_UR_DQUOTE] = ACTIONS(2377), + [anon_sym_u8R_DQUOTE] = ACTIONS(2377), + [anon_sym_co_await] = ACTIONS(2375), + [anon_sym_new] = ACTIONS(2375), + [anon_sym_requires] = ACTIONS(2375), + [sym_this] = ACTIONS(2375), + [sym_nullptr] = ACTIONS(2375), }, [349] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [350] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [351] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3610), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5406), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5908), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), [anon_sym_BANG] = ACTIONS(2406), [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2460), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, [352] = { - [sym_catch_clause] = STATE(343), - [aux_sym_constructor_try_statement_repeat1] = STATE(343), - [sym_identifier] = ACTIONS(2377), - [aux_sym_preproc_include_token1] = ACTIONS(2377), - [aux_sym_preproc_def_token1] = ACTIONS(2377), - [aux_sym_preproc_if_token1] = ACTIONS(2377), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2377), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2377), - [sym_preproc_directive] = ACTIONS(2377), - [anon_sym_LPAREN2] = ACTIONS(2379), - [anon_sym_BANG] = ACTIONS(2379), - [anon_sym_TILDE] = ACTIONS(2379), - [anon_sym_DASH] = ACTIONS(2377), - [anon_sym_PLUS] = ACTIONS(2377), - [anon_sym_STAR] = ACTIONS(2379), - [anon_sym_AMP_AMP] = ACTIONS(2379), - [anon_sym_AMP] = ACTIONS(2377), - [anon_sym_SEMI] = ACTIONS(2379), - [anon_sym_typedef] = ACTIONS(2377), - [anon_sym_extern] = ACTIONS(2377), - [anon_sym___attribute__] = ACTIONS(2377), - [anon_sym_COLON_COLON] = ACTIONS(2379), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2379), - [anon_sym___declspec] = ACTIONS(2377), - [anon_sym___based] = ACTIONS(2377), - [anon_sym___cdecl] = ACTIONS(2377), - [anon_sym___clrcall] = ACTIONS(2377), - [anon_sym___stdcall] = ACTIONS(2377), - [anon_sym___fastcall] = ACTIONS(2377), - [anon_sym___thiscall] = ACTIONS(2377), - [anon_sym___vectorcall] = ACTIONS(2377), - [anon_sym_LBRACE] = ACTIONS(2379), - [anon_sym_RBRACE] = ACTIONS(2379), - [anon_sym_LBRACK] = ACTIONS(2377), - [anon_sym_static] = ACTIONS(2377), - [anon_sym_register] = ACTIONS(2377), - [anon_sym_inline] = ACTIONS(2377), - [anon_sym_thread_local] = ACTIONS(2377), - [anon_sym_const] = ACTIONS(2377), - [anon_sym_volatile] = ACTIONS(2377), - [anon_sym_restrict] = ACTIONS(2377), - [anon_sym__Atomic] = ACTIONS(2377), - [anon_sym_mutable] = ACTIONS(2377), - [anon_sym_constexpr] = ACTIONS(2377), - [anon_sym_constinit] = ACTIONS(2377), - [anon_sym_consteval] = ACTIONS(2377), - [anon_sym_signed] = ACTIONS(2377), - [anon_sym_unsigned] = ACTIONS(2377), - [anon_sym_long] = ACTIONS(2377), - [anon_sym_short] = ACTIONS(2377), - [sym_primitive_type] = ACTIONS(2377), - [anon_sym_enum] = ACTIONS(2377), - [anon_sym_class] = ACTIONS(2377), - [anon_sym_struct] = ACTIONS(2377), - [anon_sym_union] = ACTIONS(2377), - [anon_sym_if] = ACTIONS(2377), - [anon_sym_switch] = ACTIONS(2377), - [anon_sym_case] = ACTIONS(2377), - [anon_sym_default] = ACTIONS(2377), - [anon_sym_while] = ACTIONS(2377), - [anon_sym_do] = ACTIONS(2377), - [anon_sym_for] = ACTIONS(2377), - [anon_sym_return] = ACTIONS(2377), - [anon_sym_break] = ACTIONS(2377), - [anon_sym_continue] = ACTIONS(2377), - [anon_sym_goto] = ACTIONS(2377), - [anon_sym_not] = ACTIONS(2377), - [anon_sym_compl] = ACTIONS(2377), - [anon_sym_DASH_DASH] = ACTIONS(2379), - [anon_sym_PLUS_PLUS] = ACTIONS(2379), - [anon_sym_sizeof] = ACTIONS(2377), - [sym_number_literal] = ACTIONS(2379), - [anon_sym_L_SQUOTE] = ACTIONS(2379), - [anon_sym_u_SQUOTE] = ACTIONS(2379), - [anon_sym_U_SQUOTE] = ACTIONS(2379), - [anon_sym_u8_SQUOTE] = ACTIONS(2379), - [anon_sym_SQUOTE] = ACTIONS(2379), - [anon_sym_L_DQUOTE] = ACTIONS(2379), - [anon_sym_u_DQUOTE] = ACTIONS(2379), - [anon_sym_U_DQUOTE] = ACTIONS(2379), - [anon_sym_u8_DQUOTE] = ACTIONS(2379), - [anon_sym_DQUOTE] = ACTIONS(2379), - [sym_true] = ACTIONS(2377), - [sym_false] = ACTIONS(2377), - [sym_null] = ACTIONS(2377), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2377), - [anon_sym_decltype] = ACTIONS(2377), - [anon_sym_virtual] = ACTIONS(2377), - [anon_sym_explicit] = ACTIONS(2377), - [anon_sym_typename] = ACTIONS(2377), - [anon_sym_template] = ACTIONS(2377), - [anon_sym_operator] = ACTIONS(2377), - [anon_sym_try] = ACTIONS(2377), - [anon_sym_delete] = ACTIONS(2377), - [anon_sym_throw] = ACTIONS(2377), - [anon_sym_namespace] = ACTIONS(2377), - [anon_sym_using] = ACTIONS(2377), - [anon_sym_static_assert] = ACTIONS(2377), - [anon_sym_concept] = ACTIONS(2377), - [anon_sym_co_return] = ACTIONS(2377), - [anon_sym_co_yield] = ACTIONS(2377), - [anon_sym_catch] = ACTIONS(2398), - [anon_sym_R_DQUOTE] = ACTIONS(2379), - [anon_sym_LR_DQUOTE] = ACTIONS(2379), - [anon_sym_uR_DQUOTE] = ACTIONS(2379), - [anon_sym_UR_DQUOTE] = ACTIONS(2379), - [anon_sym_u8R_DQUOTE] = ACTIONS(2379), - [anon_sym_co_await] = ACTIONS(2377), - [anon_sym_new] = ACTIONS(2377), - [anon_sym_requires] = ACTIONS(2377), - [sym_this] = ACTIONS(2377), - [sym_nullptr] = ACTIONS(2377), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [353] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [354] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3629), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5413), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5927), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), [anon_sym_BANG] = ACTIONS(2406), [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [355] = { - [sym_identifier] = ACTIONS(2408), - [aux_sym_preproc_include_token1] = ACTIONS(2408), - [aux_sym_preproc_def_token1] = ACTIONS(2408), - [aux_sym_preproc_if_token1] = ACTIONS(2408), - [aux_sym_preproc_if_token2] = ACTIONS(2408), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2408), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2408), - [aux_sym_preproc_else_token1] = ACTIONS(2408), - [aux_sym_preproc_elif_token1] = ACTIONS(2408), - [sym_preproc_directive] = ACTIONS(2408), - [anon_sym_LPAREN2] = ACTIONS(2410), - [anon_sym_BANG] = ACTIONS(2410), - [anon_sym_TILDE] = ACTIONS(2410), [anon_sym_DASH] = ACTIONS(2408), [anon_sym_PLUS] = ACTIONS(2408), [anon_sym_STAR] = ACTIONS(2410), - [anon_sym_AMP_AMP] = ACTIONS(2410), - [anon_sym_AMP] = ACTIONS(2408), - [anon_sym_SEMI] = ACTIONS(2410), - [anon_sym_typedef] = ACTIONS(2408), - [anon_sym_extern] = ACTIONS(2408), - [anon_sym___attribute__] = ACTIONS(2408), - [anon_sym_COLON_COLON] = ACTIONS(2410), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2410), - [anon_sym___declspec] = ACTIONS(2408), - [anon_sym___based] = ACTIONS(2408), - [anon_sym___cdecl] = ACTIONS(2408), - [anon_sym___clrcall] = ACTIONS(2408), - [anon_sym___stdcall] = ACTIONS(2408), - [anon_sym___fastcall] = ACTIONS(2408), - [anon_sym___thiscall] = ACTIONS(2408), - [anon_sym___vectorcall] = ACTIONS(2408), - [anon_sym_LBRACE] = ACTIONS(2410), - [anon_sym_LBRACK] = ACTIONS(2408), - [anon_sym_static] = ACTIONS(2408), - [anon_sym_register] = ACTIONS(2408), - [anon_sym_inline] = ACTIONS(2408), - [anon_sym_thread_local] = ACTIONS(2408), - [anon_sym_const] = ACTIONS(2408), - [anon_sym_volatile] = ACTIONS(2408), - [anon_sym_restrict] = ACTIONS(2408), - [anon_sym__Atomic] = ACTIONS(2408), - [anon_sym_mutable] = ACTIONS(2408), - [anon_sym_constexpr] = ACTIONS(2408), - [anon_sym_constinit] = ACTIONS(2408), - [anon_sym_consteval] = ACTIONS(2408), - [anon_sym_signed] = ACTIONS(2408), - [anon_sym_unsigned] = ACTIONS(2408), - [anon_sym_long] = ACTIONS(2408), - [anon_sym_short] = ACTIONS(2408), - [sym_primitive_type] = ACTIONS(2408), - [anon_sym_enum] = ACTIONS(2408), - [anon_sym_class] = ACTIONS(2408), - [anon_sym_struct] = ACTIONS(2408), - [anon_sym_union] = ACTIONS(2408), - [anon_sym_if] = ACTIONS(2408), - [anon_sym_else] = ACTIONS(2408), - [anon_sym_switch] = ACTIONS(2408), - [anon_sym_case] = ACTIONS(2408), - [anon_sym_default] = ACTIONS(2408), - [anon_sym_while] = ACTIONS(2408), - [anon_sym_do] = ACTIONS(2408), - [anon_sym_for] = ACTIONS(2408), - [anon_sym_return] = ACTIONS(2408), - [anon_sym_break] = ACTIONS(2408), - [anon_sym_continue] = ACTIONS(2408), - [anon_sym_goto] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), [anon_sym_not] = ACTIONS(2408), [anon_sym_compl] = ACTIONS(2408), - [anon_sym_DASH_DASH] = ACTIONS(2410), - [anon_sym_PLUS_PLUS] = ACTIONS(2410), - [anon_sym_sizeof] = ACTIONS(2408), - [sym_number_literal] = ACTIONS(2410), - [anon_sym_L_SQUOTE] = ACTIONS(2410), - [anon_sym_u_SQUOTE] = ACTIONS(2410), - [anon_sym_U_SQUOTE] = ACTIONS(2410), - [anon_sym_u8_SQUOTE] = ACTIONS(2410), - [anon_sym_SQUOTE] = ACTIONS(2410), - [anon_sym_L_DQUOTE] = ACTIONS(2410), - [anon_sym_u_DQUOTE] = ACTIONS(2410), - [anon_sym_U_DQUOTE] = ACTIONS(2410), - [anon_sym_u8_DQUOTE] = ACTIONS(2410), - [anon_sym_DQUOTE] = ACTIONS(2410), - [sym_true] = ACTIONS(2408), - [sym_false] = ACTIONS(2408), - [sym_null] = ACTIONS(2408), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2408), - [anon_sym_decltype] = ACTIONS(2408), - [anon_sym_virtual] = ACTIONS(2408), - [anon_sym_explicit] = ACTIONS(2408), - [anon_sym_typename] = ACTIONS(2408), - [anon_sym_template] = ACTIONS(2408), - [anon_sym_operator] = ACTIONS(2408), - [anon_sym_try] = ACTIONS(2408), - [anon_sym_delete] = ACTIONS(2408), - [anon_sym_throw] = ACTIONS(2408), - [anon_sym_namespace] = ACTIONS(2408), - [anon_sym_using] = ACTIONS(2408), - [anon_sym_static_assert] = ACTIONS(2408), - [anon_sym_concept] = ACTIONS(2408), - [anon_sym_co_return] = ACTIONS(2408), - [anon_sym_co_yield] = ACTIONS(2408), - [anon_sym_R_DQUOTE] = ACTIONS(2410), - [anon_sym_LR_DQUOTE] = ACTIONS(2410), - [anon_sym_uR_DQUOTE] = ACTIONS(2410), - [anon_sym_UR_DQUOTE] = ACTIONS(2410), - [anon_sym_u8R_DQUOTE] = ACTIONS(2410), - [anon_sym_co_await] = ACTIONS(2408), - [anon_sym_new] = ACTIONS(2408), - [anon_sym_requires] = ACTIONS(2408), - [sym_this] = ACTIONS(2408), - [sym_nullptr] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2462), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [355] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [356] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [357] = { - [sym_identifier] = ACTIONS(2412), - [aux_sym_preproc_include_token1] = ACTIONS(2412), - [aux_sym_preproc_def_token1] = ACTIONS(2412), - [aux_sym_preproc_if_token1] = ACTIONS(2412), - [aux_sym_preproc_if_token2] = ACTIONS(2412), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2412), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2412), - [aux_sym_preproc_else_token1] = ACTIONS(2412), - [aux_sym_preproc_elif_token1] = ACTIONS(2412), - [sym_preproc_directive] = ACTIONS(2412), - [anon_sym_LPAREN2] = ACTIONS(2414), - [anon_sym_BANG] = ACTIONS(2414), - [anon_sym_TILDE] = ACTIONS(2414), - [anon_sym_DASH] = ACTIONS(2412), - [anon_sym_PLUS] = ACTIONS(2412), - [anon_sym_STAR] = ACTIONS(2414), - [anon_sym_AMP_AMP] = ACTIONS(2414), - [anon_sym_AMP] = ACTIONS(2412), - [anon_sym_SEMI] = ACTIONS(2414), - [anon_sym_typedef] = ACTIONS(2412), - [anon_sym_extern] = ACTIONS(2412), - [anon_sym___attribute__] = ACTIONS(2412), - [anon_sym_COLON_COLON] = ACTIONS(2414), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2414), - [anon_sym___declspec] = ACTIONS(2412), - [anon_sym___based] = ACTIONS(2412), - [anon_sym___cdecl] = ACTIONS(2412), - [anon_sym___clrcall] = ACTIONS(2412), - [anon_sym___stdcall] = ACTIONS(2412), - [anon_sym___fastcall] = ACTIONS(2412), - [anon_sym___thiscall] = ACTIONS(2412), - [anon_sym___vectorcall] = ACTIONS(2412), - [anon_sym_LBRACE] = ACTIONS(2414), - [anon_sym_LBRACK] = ACTIONS(2412), - [anon_sym_static] = ACTIONS(2412), - [anon_sym_register] = ACTIONS(2412), - [anon_sym_inline] = ACTIONS(2412), - [anon_sym_thread_local] = ACTIONS(2412), - [anon_sym_const] = ACTIONS(2412), - [anon_sym_volatile] = ACTIONS(2412), - [anon_sym_restrict] = ACTIONS(2412), - [anon_sym__Atomic] = ACTIONS(2412), - [anon_sym_mutable] = ACTIONS(2412), - [anon_sym_constexpr] = ACTIONS(2412), - [anon_sym_constinit] = ACTIONS(2412), - [anon_sym_consteval] = ACTIONS(2412), - [anon_sym_signed] = ACTIONS(2412), - [anon_sym_unsigned] = ACTIONS(2412), - [anon_sym_long] = ACTIONS(2412), - [anon_sym_short] = ACTIONS(2412), - [sym_primitive_type] = ACTIONS(2412), - [anon_sym_enum] = ACTIONS(2412), - [anon_sym_class] = ACTIONS(2412), - [anon_sym_struct] = ACTIONS(2412), - [anon_sym_union] = ACTIONS(2412), - [anon_sym_if] = ACTIONS(2412), - [anon_sym_else] = ACTIONS(2412), - [anon_sym_switch] = ACTIONS(2412), - [anon_sym_case] = ACTIONS(2412), - [anon_sym_default] = ACTIONS(2412), - [anon_sym_while] = ACTIONS(2412), - [anon_sym_do] = ACTIONS(2412), - [anon_sym_for] = ACTIONS(2412), - [anon_sym_return] = ACTIONS(2412), - [anon_sym_break] = ACTIONS(2412), - [anon_sym_continue] = ACTIONS(2412), - [anon_sym_goto] = ACTIONS(2412), - [anon_sym_not] = ACTIONS(2412), - [anon_sym_compl] = ACTIONS(2412), - [anon_sym_DASH_DASH] = ACTIONS(2414), - [anon_sym_PLUS_PLUS] = ACTIONS(2414), - [anon_sym_sizeof] = ACTIONS(2412), - [sym_number_literal] = ACTIONS(2414), - [anon_sym_L_SQUOTE] = ACTIONS(2414), - [anon_sym_u_SQUOTE] = ACTIONS(2414), - [anon_sym_U_SQUOTE] = ACTIONS(2414), - [anon_sym_u8_SQUOTE] = ACTIONS(2414), - [anon_sym_SQUOTE] = ACTIONS(2414), - [anon_sym_L_DQUOTE] = ACTIONS(2414), - [anon_sym_u_DQUOTE] = ACTIONS(2414), - [anon_sym_U_DQUOTE] = ACTIONS(2414), - [anon_sym_u8_DQUOTE] = ACTIONS(2414), - [anon_sym_DQUOTE] = ACTIONS(2414), - [sym_true] = ACTIONS(2412), - [sym_false] = ACTIONS(2412), - [sym_null] = ACTIONS(2412), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2412), - [anon_sym_decltype] = ACTIONS(2412), - [anon_sym_virtual] = ACTIONS(2412), - [anon_sym_explicit] = ACTIONS(2412), - [anon_sym_typename] = ACTIONS(2412), - [anon_sym_template] = ACTIONS(2412), - [anon_sym_operator] = ACTIONS(2412), - [anon_sym_try] = ACTIONS(2412), - [anon_sym_delete] = ACTIONS(2412), - [anon_sym_throw] = ACTIONS(2412), - [anon_sym_namespace] = ACTIONS(2412), - [anon_sym_using] = ACTIONS(2412), - [anon_sym_static_assert] = ACTIONS(2412), - [anon_sym_concept] = ACTIONS(2412), - [anon_sym_co_return] = ACTIONS(2412), - [anon_sym_co_yield] = ACTIONS(2412), - [anon_sym_R_DQUOTE] = ACTIONS(2414), - [anon_sym_LR_DQUOTE] = ACTIONS(2414), - [anon_sym_uR_DQUOTE] = ACTIONS(2414), - [anon_sym_UR_DQUOTE] = ACTIONS(2414), - [anon_sym_u8R_DQUOTE] = ACTIONS(2414), - [anon_sym_co_await] = ACTIONS(2412), - [anon_sym_new] = ACTIONS(2412), - [anon_sym_requires] = ACTIONS(2412), - [sym_this] = ACTIONS(2412), - [sym_nullptr] = ACTIONS(2412), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [358] = { - [sym_identifier] = ACTIONS(2416), - [aux_sym_preproc_include_token1] = ACTIONS(2416), - [aux_sym_preproc_def_token1] = ACTIONS(2416), - [aux_sym_preproc_if_token1] = ACTIONS(2416), - [aux_sym_preproc_if_token2] = ACTIONS(2416), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2416), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2416), - [aux_sym_preproc_else_token1] = ACTIONS(2416), - [aux_sym_preproc_elif_token1] = ACTIONS(2416), - [sym_preproc_directive] = ACTIONS(2416), - [anon_sym_LPAREN2] = ACTIONS(2418), - [anon_sym_BANG] = ACTIONS(2418), - [anon_sym_TILDE] = ACTIONS(2418), - [anon_sym_DASH] = ACTIONS(2416), - [anon_sym_PLUS] = ACTIONS(2416), - [anon_sym_STAR] = ACTIONS(2418), - [anon_sym_AMP_AMP] = ACTIONS(2418), - [anon_sym_AMP] = ACTIONS(2416), - [anon_sym_SEMI] = ACTIONS(2418), - [anon_sym_typedef] = ACTIONS(2416), - [anon_sym_extern] = ACTIONS(2416), - [anon_sym___attribute__] = ACTIONS(2416), - [anon_sym_COLON_COLON] = ACTIONS(2418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2418), - [anon_sym___declspec] = ACTIONS(2416), - [anon_sym___based] = ACTIONS(2416), - [anon_sym___cdecl] = ACTIONS(2416), - [anon_sym___clrcall] = ACTIONS(2416), - [anon_sym___stdcall] = ACTIONS(2416), - [anon_sym___fastcall] = ACTIONS(2416), - [anon_sym___thiscall] = ACTIONS(2416), - [anon_sym___vectorcall] = ACTIONS(2416), - [anon_sym_LBRACE] = ACTIONS(2418), - [anon_sym_LBRACK] = ACTIONS(2416), - [anon_sym_static] = ACTIONS(2416), - [anon_sym_register] = ACTIONS(2416), - [anon_sym_inline] = ACTIONS(2416), - [anon_sym_thread_local] = ACTIONS(2416), - [anon_sym_const] = ACTIONS(2416), - [anon_sym_volatile] = ACTIONS(2416), - [anon_sym_restrict] = ACTIONS(2416), - [anon_sym__Atomic] = ACTIONS(2416), - [anon_sym_mutable] = ACTIONS(2416), - [anon_sym_constexpr] = ACTIONS(2416), - [anon_sym_constinit] = ACTIONS(2416), - [anon_sym_consteval] = ACTIONS(2416), - [anon_sym_signed] = ACTIONS(2416), - [anon_sym_unsigned] = ACTIONS(2416), - [anon_sym_long] = ACTIONS(2416), - [anon_sym_short] = ACTIONS(2416), - [sym_primitive_type] = ACTIONS(2416), - [anon_sym_enum] = ACTIONS(2416), - [anon_sym_class] = ACTIONS(2416), - [anon_sym_struct] = ACTIONS(2416), - [anon_sym_union] = ACTIONS(2416), - [anon_sym_if] = ACTIONS(2416), - [anon_sym_else] = ACTIONS(2416), - [anon_sym_switch] = ACTIONS(2416), - [anon_sym_case] = ACTIONS(2416), - [anon_sym_default] = ACTIONS(2416), - [anon_sym_while] = ACTIONS(2416), - [anon_sym_do] = ACTIONS(2416), - [anon_sym_for] = ACTIONS(2416), - [anon_sym_return] = ACTIONS(2416), - [anon_sym_break] = ACTIONS(2416), - [anon_sym_continue] = ACTIONS(2416), - [anon_sym_goto] = ACTIONS(2416), - [anon_sym_not] = ACTIONS(2416), - [anon_sym_compl] = ACTIONS(2416), - [anon_sym_DASH_DASH] = ACTIONS(2418), - [anon_sym_PLUS_PLUS] = ACTIONS(2418), - [anon_sym_sizeof] = ACTIONS(2416), - [sym_number_literal] = ACTIONS(2418), - [anon_sym_L_SQUOTE] = ACTIONS(2418), - [anon_sym_u_SQUOTE] = ACTIONS(2418), - [anon_sym_U_SQUOTE] = ACTIONS(2418), - [anon_sym_u8_SQUOTE] = ACTIONS(2418), - [anon_sym_SQUOTE] = ACTIONS(2418), - [anon_sym_L_DQUOTE] = ACTIONS(2418), - [anon_sym_u_DQUOTE] = ACTIONS(2418), - [anon_sym_U_DQUOTE] = ACTIONS(2418), - [anon_sym_u8_DQUOTE] = ACTIONS(2418), - [anon_sym_DQUOTE] = ACTIONS(2418), - [sym_true] = ACTIONS(2416), - [sym_false] = ACTIONS(2416), - [sym_null] = ACTIONS(2416), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2416), - [anon_sym_decltype] = ACTIONS(2416), - [anon_sym_virtual] = ACTIONS(2416), - [anon_sym_explicit] = ACTIONS(2416), - [anon_sym_typename] = ACTIONS(2416), - [anon_sym_template] = ACTIONS(2416), - [anon_sym_operator] = ACTIONS(2416), - [anon_sym_try] = ACTIONS(2416), - [anon_sym_delete] = ACTIONS(2416), - [anon_sym_throw] = ACTIONS(2416), - [anon_sym_namespace] = ACTIONS(2416), - [anon_sym_using] = ACTIONS(2416), - [anon_sym_static_assert] = ACTIONS(2416), - [anon_sym_concept] = ACTIONS(2416), - [anon_sym_co_return] = ACTIONS(2416), - [anon_sym_co_yield] = ACTIONS(2416), - [anon_sym_R_DQUOTE] = ACTIONS(2418), - [anon_sym_LR_DQUOTE] = ACTIONS(2418), - [anon_sym_uR_DQUOTE] = ACTIONS(2418), - [anon_sym_UR_DQUOTE] = ACTIONS(2418), - [anon_sym_u8R_DQUOTE] = ACTIONS(2418), - [anon_sym_co_await] = ACTIONS(2416), - [anon_sym_new] = ACTIONS(2416), - [anon_sym_requires] = ACTIONS(2416), - [sym_this] = ACTIONS(2416), - [sym_nullptr] = ACTIONS(2416), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [359] = { - [sym_catch_clause] = STATE(342), - [aux_sym_constructor_try_statement_repeat1] = STATE(342), - [sym_identifier] = ACTIONS(2373), - [aux_sym_preproc_include_token1] = ACTIONS(2373), - [aux_sym_preproc_def_token1] = ACTIONS(2373), - [aux_sym_preproc_if_token1] = ACTIONS(2373), - [aux_sym_preproc_if_token2] = ACTIONS(2373), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2373), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2373), - [sym_preproc_directive] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(2375), - [anon_sym_BANG] = ACTIONS(2375), - [anon_sym_TILDE] = ACTIONS(2375), - [anon_sym_DASH] = ACTIONS(2373), - [anon_sym_PLUS] = ACTIONS(2373), - [anon_sym_STAR] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2375), - [anon_sym_AMP] = ACTIONS(2373), - [anon_sym_SEMI] = ACTIONS(2375), - [anon_sym_typedef] = ACTIONS(2373), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2375), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2375), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym___cdecl] = ACTIONS(2373), - [anon_sym___clrcall] = ACTIONS(2373), - [anon_sym___stdcall] = ACTIONS(2373), - [anon_sym___fastcall] = ACTIONS(2373), - [anon_sym___thiscall] = ACTIONS(2373), - [anon_sym___vectorcall] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2375), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_constinit] = ACTIONS(2373), - [anon_sym_consteval] = ACTIONS(2373), - [anon_sym_signed] = ACTIONS(2373), - [anon_sym_unsigned] = ACTIONS(2373), - [anon_sym_long] = ACTIONS(2373), - [anon_sym_short] = ACTIONS(2373), - [sym_primitive_type] = ACTIONS(2373), - [anon_sym_enum] = ACTIONS(2373), - [anon_sym_class] = ACTIONS(2373), - [anon_sym_struct] = ACTIONS(2373), - [anon_sym_union] = ACTIONS(2373), - [anon_sym_if] = ACTIONS(2373), - [anon_sym_switch] = ACTIONS(2373), - [anon_sym_case] = ACTIONS(2373), - [anon_sym_default] = ACTIONS(2373), - [anon_sym_while] = ACTIONS(2373), - [anon_sym_do] = ACTIONS(2373), - [anon_sym_for] = ACTIONS(2373), - [anon_sym_return] = ACTIONS(2373), - [anon_sym_break] = ACTIONS(2373), - [anon_sym_continue] = ACTIONS(2373), - [anon_sym_goto] = ACTIONS(2373), - [anon_sym_not] = ACTIONS(2373), - [anon_sym_compl] = ACTIONS(2373), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_sizeof] = ACTIONS(2373), - [sym_number_literal] = ACTIONS(2375), - [anon_sym_L_SQUOTE] = ACTIONS(2375), - [anon_sym_u_SQUOTE] = ACTIONS(2375), - [anon_sym_U_SQUOTE] = ACTIONS(2375), - [anon_sym_u8_SQUOTE] = ACTIONS(2375), - [anon_sym_SQUOTE] = ACTIONS(2375), - [anon_sym_L_DQUOTE] = ACTIONS(2375), - [anon_sym_u_DQUOTE] = ACTIONS(2375), - [anon_sym_U_DQUOTE] = ACTIONS(2375), - [anon_sym_u8_DQUOTE] = ACTIONS(2375), - [anon_sym_DQUOTE] = ACTIONS(2375), - [sym_true] = ACTIONS(2373), - [sym_false] = ACTIONS(2373), - [sym_null] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2373), - [anon_sym_decltype] = ACTIONS(2373), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_explicit] = ACTIONS(2373), - [anon_sym_typename] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [anon_sym_operator] = ACTIONS(2373), - [anon_sym_try] = ACTIONS(2373), - [anon_sym_delete] = ACTIONS(2373), - [anon_sym_throw] = ACTIONS(2373), - [anon_sym_namespace] = ACTIONS(2373), - [anon_sym_using] = ACTIONS(2373), - [anon_sym_static_assert] = ACTIONS(2373), - [anon_sym_concept] = ACTIONS(2373), - [anon_sym_co_return] = ACTIONS(2373), - [anon_sym_co_yield] = ACTIONS(2373), - [anon_sym_catch] = ACTIONS(2384), - [anon_sym_R_DQUOTE] = ACTIONS(2375), - [anon_sym_LR_DQUOTE] = ACTIONS(2375), - [anon_sym_uR_DQUOTE] = ACTIONS(2375), - [anon_sym_UR_DQUOTE] = ACTIONS(2375), - [anon_sym_u8R_DQUOTE] = ACTIONS(2375), - [anon_sym_co_await] = ACTIONS(2373), - [anon_sym_new] = ACTIONS(2373), - [anon_sym_requires] = ACTIONS(2373), - [sym_this] = ACTIONS(2373), - [sym_nullptr] = ACTIONS(2373), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [360] = { - [sym_identifier] = ACTIONS(2420), - [aux_sym_preproc_include_token1] = ACTIONS(2420), - [aux_sym_preproc_def_token1] = ACTIONS(2420), - [aux_sym_preproc_if_token1] = ACTIONS(2420), - [aux_sym_preproc_if_token2] = ACTIONS(2420), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2420), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2420), - [aux_sym_preproc_else_token1] = ACTIONS(2420), - [aux_sym_preproc_elif_token1] = ACTIONS(2420), - [sym_preproc_directive] = ACTIONS(2420), - [anon_sym_LPAREN2] = ACTIONS(2422), - [anon_sym_BANG] = ACTIONS(2422), - [anon_sym_TILDE] = ACTIONS(2422), - [anon_sym_DASH] = ACTIONS(2420), - [anon_sym_PLUS] = ACTIONS(2420), - [anon_sym_STAR] = ACTIONS(2422), - [anon_sym_AMP_AMP] = ACTIONS(2422), - [anon_sym_AMP] = ACTIONS(2420), - [anon_sym_SEMI] = ACTIONS(2422), - [anon_sym_typedef] = ACTIONS(2420), - [anon_sym_extern] = ACTIONS(2420), - [anon_sym___attribute__] = ACTIONS(2420), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2422), - [anon_sym___declspec] = ACTIONS(2420), - [anon_sym___based] = ACTIONS(2420), - [anon_sym___cdecl] = ACTIONS(2420), - [anon_sym___clrcall] = ACTIONS(2420), - [anon_sym___stdcall] = ACTIONS(2420), - [anon_sym___fastcall] = ACTIONS(2420), - [anon_sym___thiscall] = ACTIONS(2420), - [anon_sym___vectorcall] = ACTIONS(2420), - [anon_sym_LBRACE] = ACTIONS(2422), - [anon_sym_LBRACK] = ACTIONS(2420), - [anon_sym_static] = ACTIONS(2420), - [anon_sym_register] = ACTIONS(2420), - [anon_sym_inline] = ACTIONS(2420), - [anon_sym_thread_local] = ACTIONS(2420), - [anon_sym_const] = ACTIONS(2420), - [anon_sym_volatile] = ACTIONS(2420), - [anon_sym_restrict] = ACTIONS(2420), - [anon_sym__Atomic] = ACTIONS(2420), - [anon_sym_mutable] = ACTIONS(2420), - [anon_sym_constexpr] = ACTIONS(2420), - [anon_sym_constinit] = ACTIONS(2420), - [anon_sym_consteval] = ACTIONS(2420), - [anon_sym_signed] = ACTIONS(2420), - [anon_sym_unsigned] = ACTIONS(2420), - [anon_sym_long] = ACTIONS(2420), - [anon_sym_short] = ACTIONS(2420), - [sym_primitive_type] = ACTIONS(2420), - [anon_sym_enum] = ACTIONS(2420), - [anon_sym_class] = ACTIONS(2420), - [anon_sym_struct] = ACTIONS(2420), - [anon_sym_union] = ACTIONS(2420), - [anon_sym_if] = ACTIONS(2420), - [anon_sym_else] = ACTIONS(2420), - [anon_sym_switch] = ACTIONS(2420), - [anon_sym_case] = ACTIONS(2420), - [anon_sym_default] = ACTIONS(2420), - [anon_sym_while] = ACTIONS(2420), - [anon_sym_do] = ACTIONS(2420), - [anon_sym_for] = ACTIONS(2420), - [anon_sym_return] = ACTIONS(2420), - [anon_sym_break] = ACTIONS(2420), - [anon_sym_continue] = ACTIONS(2420), - [anon_sym_goto] = ACTIONS(2420), - [anon_sym_not] = ACTIONS(2420), - [anon_sym_compl] = ACTIONS(2420), - [anon_sym_DASH_DASH] = ACTIONS(2422), - [anon_sym_PLUS_PLUS] = ACTIONS(2422), - [anon_sym_sizeof] = ACTIONS(2420), - [sym_number_literal] = ACTIONS(2422), - [anon_sym_L_SQUOTE] = ACTIONS(2422), - [anon_sym_u_SQUOTE] = ACTIONS(2422), - [anon_sym_U_SQUOTE] = ACTIONS(2422), - [anon_sym_u8_SQUOTE] = ACTIONS(2422), - [anon_sym_SQUOTE] = ACTIONS(2422), - [anon_sym_L_DQUOTE] = ACTIONS(2422), - [anon_sym_u_DQUOTE] = ACTIONS(2422), - [anon_sym_U_DQUOTE] = ACTIONS(2422), - [anon_sym_u8_DQUOTE] = ACTIONS(2422), - [anon_sym_DQUOTE] = ACTIONS(2422), - [sym_true] = ACTIONS(2420), - [sym_false] = ACTIONS(2420), - [sym_null] = ACTIONS(2420), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2420), - [anon_sym_decltype] = ACTIONS(2420), - [anon_sym_virtual] = ACTIONS(2420), - [anon_sym_explicit] = ACTIONS(2420), - [anon_sym_typename] = ACTIONS(2420), - [anon_sym_template] = ACTIONS(2420), - [anon_sym_operator] = ACTIONS(2420), - [anon_sym_try] = ACTIONS(2420), - [anon_sym_delete] = ACTIONS(2420), - [anon_sym_throw] = ACTIONS(2420), - [anon_sym_namespace] = ACTIONS(2420), - [anon_sym_using] = ACTIONS(2420), - [anon_sym_static_assert] = ACTIONS(2420), - [anon_sym_concept] = ACTIONS(2420), - [anon_sym_co_return] = ACTIONS(2420), - [anon_sym_co_yield] = ACTIONS(2420), - [anon_sym_R_DQUOTE] = ACTIONS(2422), - [anon_sym_LR_DQUOTE] = ACTIONS(2422), - [anon_sym_uR_DQUOTE] = ACTIONS(2422), - [anon_sym_UR_DQUOTE] = ACTIONS(2422), - [anon_sym_u8R_DQUOTE] = ACTIONS(2422), - [anon_sym_co_await] = ACTIONS(2420), - [anon_sym_new] = ACTIONS(2420), - [anon_sym_requires] = ACTIONS(2420), - [sym_this] = ACTIONS(2420), - [sym_nullptr] = ACTIONS(2420), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [361] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3617), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5448), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5960), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), [anon_sym_BANG] = ACTIONS(2406), [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [362] = { - [sym_identifier] = ACTIONS(2424), - [aux_sym_preproc_include_token1] = ACTIONS(2424), - [aux_sym_preproc_def_token1] = ACTIONS(2424), - [aux_sym_preproc_if_token1] = ACTIONS(2424), - [aux_sym_preproc_if_token2] = ACTIONS(2424), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2424), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2424), - [aux_sym_preproc_else_token1] = ACTIONS(2424), - [aux_sym_preproc_elif_token1] = ACTIONS(2424), - [sym_preproc_directive] = ACTIONS(2424), - [anon_sym_LPAREN2] = ACTIONS(2426), - [anon_sym_BANG] = ACTIONS(2426), - [anon_sym_TILDE] = ACTIONS(2426), - [anon_sym_DASH] = ACTIONS(2424), - [anon_sym_PLUS] = ACTIONS(2424), - [anon_sym_STAR] = ACTIONS(2426), - [anon_sym_AMP_AMP] = ACTIONS(2426), - [anon_sym_AMP] = ACTIONS(2424), - [anon_sym_SEMI] = ACTIONS(2426), - [anon_sym_typedef] = ACTIONS(2424), - [anon_sym_extern] = ACTIONS(2424), - [anon_sym___attribute__] = ACTIONS(2424), - [anon_sym_COLON_COLON] = ACTIONS(2426), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2426), - [anon_sym___declspec] = ACTIONS(2424), - [anon_sym___based] = ACTIONS(2424), - [anon_sym___cdecl] = ACTIONS(2424), - [anon_sym___clrcall] = ACTIONS(2424), - [anon_sym___stdcall] = ACTIONS(2424), - [anon_sym___fastcall] = ACTIONS(2424), - [anon_sym___thiscall] = ACTIONS(2424), - [anon_sym___vectorcall] = ACTIONS(2424), - [anon_sym_LBRACE] = ACTIONS(2426), - [anon_sym_LBRACK] = ACTIONS(2424), - [anon_sym_static] = ACTIONS(2424), - [anon_sym_register] = ACTIONS(2424), - [anon_sym_inline] = ACTIONS(2424), - [anon_sym_thread_local] = ACTIONS(2424), - [anon_sym_const] = ACTIONS(2424), - [anon_sym_volatile] = ACTIONS(2424), - [anon_sym_restrict] = ACTIONS(2424), - [anon_sym__Atomic] = ACTIONS(2424), - [anon_sym_mutable] = ACTIONS(2424), - [anon_sym_constexpr] = ACTIONS(2424), - [anon_sym_constinit] = ACTIONS(2424), - [anon_sym_consteval] = ACTIONS(2424), - [anon_sym_signed] = ACTIONS(2424), - [anon_sym_unsigned] = ACTIONS(2424), - [anon_sym_long] = ACTIONS(2424), - [anon_sym_short] = ACTIONS(2424), - [sym_primitive_type] = ACTIONS(2424), - [anon_sym_enum] = ACTIONS(2424), - [anon_sym_class] = ACTIONS(2424), - [anon_sym_struct] = ACTIONS(2424), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), [anon_sym_union] = ACTIONS(2424), - [anon_sym_if] = ACTIONS(2424), - [anon_sym_else] = ACTIONS(2424), - [anon_sym_switch] = ACTIONS(2424), - [anon_sym_case] = ACTIONS(2424), - [anon_sym_default] = ACTIONS(2424), - [anon_sym_while] = ACTIONS(2424), - [anon_sym_do] = ACTIONS(2424), - [anon_sym_for] = ACTIONS(2424), - [anon_sym_return] = ACTIONS(2424), - [anon_sym_break] = ACTIONS(2424), - [anon_sym_continue] = ACTIONS(2424), - [anon_sym_goto] = ACTIONS(2424), - [anon_sym_not] = ACTIONS(2424), - [anon_sym_compl] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), [anon_sym_DASH_DASH] = ACTIONS(2426), [anon_sym_PLUS_PLUS] = ACTIONS(2426), - [anon_sym_sizeof] = ACTIONS(2424), - [sym_number_literal] = ACTIONS(2426), - [anon_sym_L_SQUOTE] = ACTIONS(2426), - [anon_sym_u_SQUOTE] = ACTIONS(2426), - [anon_sym_U_SQUOTE] = ACTIONS(2426), - [anon_sym_u8_SQUOTE] = ACTIONS(2426), - [anon_sym_SQUOTE] = ACTIONS(2426), - [anon_sym_L_DQUOTE] = ACTIONS(2426), - [anon_sym_u_DQUOTE] = ACTIONS(2426), - [anon_sym_U_DQUOTE] = ACTIONS(2426), - [anon_sym_u8_DQUOTE] = ACTIONS(2426), - [anon_sym_DQUOTE] = ACTIONS(2426), - [sym_true] = ACTIONS(2424), - [sym_false] = ACTIONS(2424), - [sym_null] = ACTIONS(2424), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2424), - [anon_sym_decltype] = ACTIONS(2424), - [anon_sym_virtual] = ACTIONS(2424), - [anon_sym_explicit] = ACTIONS(2424), - [anon_sym_typename] = ACTIONS(2424), - [anon_sym_template] = ACTIONS(2424), - [anon_sym_operator] = ACTIONS(2424), - [anon_sym_try] = ACTIONS(2424), - [anon_sym_delete] = ACTIONS(2424), - [anon_sym_throw] = ACTIONS(2424), - [anon_sym_namespace] = ACTIONS(2424), - [anon_sym_using] = ACTIONS(2424), - [anon_sym_static_assert] = ACTIONS(2424), - [anon_sym_concept] = ACTIONS(2424), - [anon_sym_co_return] = ACTIONS(2424), - [anon_sym_co_yield] = ACTIONS(2424), - [anon_sym_R_DQUOTE] = ACTIONS(2426), - [anon_sym_LR_DQUOTE] = ACTIONS(2426), - [anon_sym_uR_DQUOTE] = ACTIONS(2426), - [anon_sym_UR_DQUOTE] = ACTIONS(2426), - [anon_sym_u8R_DQUOTE] = ACTIONS(2426), - [anon_sym_co_await] = ACTIONS(2424), - [anon_sym_new] = ACTIONS(2424), - [anon_sym_requires] = ACTIONS(2424), - [sym_this] = ACTIONS(2424), - [sym_nullptr] = ACTIONS(2424), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2464), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [362] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [363] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3611), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [364] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [365] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [366] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [367] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [368] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [369] = { + [sym_identifier] = ACTIONS(2466), + [aux_sym_preproc_include_token1] = ACTIONS(2466), + [aux_sym_preproc_def_token1] = ACTIONS(2466), + [aux_sym_preproc_if_token1] = ACTIONS(2466), + [aux_sym_preproc_if_token2] = ACTIONS(2466), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2466), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2466), + [aux_sym_preproc_else_token1] = ACTIONS(2466), + [aux_sym_preproc_elif_token1] = ACTIONS(2466), + [sym_preproc_directive] = ACTIONS(2466), + [anon_sym_LPAREN2] = ACTIONS(2468), + [anon_sym_BANG] = ACTIONS(2468), + [anon_sym_TILDE] = ACTIONS(2468), + [anon_sym_DASH] = ACTIONS(2466), + [anon_sym_PLUS] = ACTIONS(2466), + [anon_sym_STAR] = ACTIONS(2468), + [anon_sym_AMP_AMP] = ACTIONS(2468), + [anon_sym_AMP] = ACTIONS(2466), + [anon_sym_SEMI] = ACTIONS(2468), + [anon_sym_typedef] = ACTIONS(2466), + [anon_sym_extern] = ACTIONS(2466), + [anon_sym___attribute__] = ACTIONS(2466), + [anon_sym_COLON_COLON] = ACTIONS(2468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2468), + [anon_sym___declspec] = ACTIONS(2466), + [anon_sym___based] = ACTIONS(2466), + [anon_sym___cdecl] = ACTIONS(2466), + [anon_sym___clrcall] = ACTIONS(2466), + [anon_sym___stdcall] = ACTIONS(2466), + [anon_sym___fastcall] = ACTIONS(2466), + [anon_sym___thiscall] = ACTIONS(2466), + [anon_sym___vectorcall] = ACTIONS(2466), + [anon_sym_LBRACE] = ACTIONS(2468), + [anon_sym_LBRACK] = ACTIONS(2466), + [anon_sym_static] = ACTIONS(2466), + [anon_sym_register] = ACTIONS(2466), + [anon_sym_inline] = ACTIONS(2466), + [anon_sym_thread_local] = ACTIONS(2466), + [anon_sym_const] = ACTIONS(2466), + [anon_sym_volatile] = ACTIONS(2466), + [anon_sym_restrict] = ACTIONS(2466), + [anon_sym__Atomic] = ACTIONS(2466), + [anon_sym_mutable] = ACTIONS(2466), + [anon_sym_constexpr] = ACTIONS(2466), + [anon_sym_constinit] = ACTIONS(2466), + [anon_sym_consteval] = ACTIONS(2466), + [anon_sym_signed] = ACTIONS(2466), + [anon_sym_unsigned] = ACTIONS(2466), + [anon_sym_long] = ACTIONS(2466), + [anon_sym_short] = ACTIONS(2466), + [sym_primitive_type] = ACTIONS(2466), + [anon_sym_enum] = ACTIONS(2466), + [anon_sym_class] = ACTIONS(2466), + [anon_sym_struct] = ACTIONS(2466), + [anon_sym_union] = ACTIONS(2466), + [anon_sym_if] = ACTIONS(2466), + [anon_sym_else] = ACTIONS(2466), + [anon_sym_switch] = ACTIONS(2466), + [anon_sym_case] = ACTIONS(2466), + [anon_sym_default] = ACTIONS(2466), + [anon_sym_while] = ACTIONS(2466), + [anon_sym_do] = ACTIONS(2466), + [anon_sym_for] = ACTIONS(2466), + [anon_sym_return] = ACTIONS(2466), + [anon_sym_break] = ACTIONS(2466), + [anon_sym_continue] = ACTIONS(2466), + [anon_sym_goto] = ACTIONS(2466), + [anon_sym_not] = ACTIONS(2466), + [anon_sym_compl] = ACTIONS(2466), + [anon_sym_DASH_DASH] = ACTIONS(2468), + [anon_sym_PLUS_PLUS] = ACTIONS(2468), + [anon_sym_sizeof] = ACTIONS(2466), + [sym_number_literal] = ACTIONS(2468), + [anon_sym_L_SQUOTE] = ACTIONS(2468), + [anon_sym_u_SQUOTE] = ACTIONS(2468), + [anon_sym_U_SQUOTE] = ACTIONS(2468), + [anon_sym_u8_SQUOTE] = ACTIONS(2468), + [anon_sym_SQUOTE] = ACTIONS(2468), + [anon_sym_L_DQUOTE] = ACTIONS(2468), + [anon_sym_u_DQUOTE] = ACTIONS(2468), + [anon_sym_U_DQUOTE] = ACTIONS(2468), + [anon_sym_u8_DQUOTE] = ACTIONS(2468), + [anon_sym_DQUOTE] = ACTIONS(2468), + [sym_true] = ACTIONS(2466), + [sym_false] = ACTIONS(2466), + [sym_null] = ACTIONS(2466), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2466), + [anon_sym_decltype] = ACTIONS(2466), + [anon_sym_virtual] = ACTIONS(2466), + [anon_sym_explicit] = ACTIONS(2466), + [anon_sym_typename] = ACTIONS(2466), + [anon_sym_template] = ACTIONS(2466), + [anon_sym_operator] = ACTIONS(2466), + [anon_sym_try] = ACTIONS(2466), + [anon_sym_delete] = ACTIONS(2466), + [anon_sym_throw] = ACTIONS(2466), + [anon_sym_namespace] = ACTIONS(2466), + [anon_sym_using] = ACTIONS(2466), + [anon_sym_static_assert] = ACTIONS(2466), + [anon_sym_concept] = ACTIONS(2466), + [anon_sym_co_return] = ACTIONS(2466), + [anon_sym_co_yield] = ACTIONS(2466), + [anon_sym_R_DQUOTE] = ACTIONS(2468), + [anon_sym_LR_DQUOTE] = ACTIONS(2468), + [anon_sym_uR_DQUOTE] = ACTIONS(2468), + [anon_sym_UR_DQUOTE] = ACTIONS(2468), + [anon_sym_u8R_DQUOTE] = ACTIONS(2468), + [anon_sym_co_await] = ACTIONS(2466), + [anon_sym_new] = ACTIONS(2466), + [anon_sym_requires] = ACTIONS(2466), + [sym_this] = ACTIONS(2466), + [sym_nullptr] = ACTIONS(2466), + }, + [370] = { + [sym_catch_clause] = STATE(342), + [aux_sym_constructor_try_statement_repeat1] = STATE(342), + [sym_identifier] = ACTIONS(2375), + [aux_sym_preproc_include_token1] = ACTIONS(2375), + [aux_sym_preproc_def_token1] = ACTIONS(2375), + [aux_sym_preproc_if_token1] = ACTIONS(2375), + [aux_sym_preproc_if_token2] = ACTIONS(2375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2375), + [sym_preproc_directive] = ACTIONS(2375), + [anon_sym_LPAREN2] = ACTIONS(2377), + [anon_sym_BANG] = ACTIONS(2377), + [anon_sym_TILDE] = ACTIONS(2377), + [anon_sym_DASH] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2375), + [anon_sym_STAR] = ACTIONS(2377), + [anon_sym_AMP_AMP] = ACTIONS(2377), + [anon_sym_AMP] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2377), + [anon_sym_typedef] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym___attribute__] = ACTIONS(2375), + [anon_sym_COLON_COLON] = ACTIONS(2377), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2377), + [anon_sym___declspec] = ACTIONS(2375), + [anon_sym___based] = ACTIONS(2375), + [anon_sym___cdecl] = ACTIONS(2375), + [anon_sym___clrcall] = ACTIONS(2375), + [anon_sym___stdcall] = ACTIONS(2375), + [anon_sym___fastcall] = ACTIONS(2375), + [anon_sym___thiscall] = ACTIONS(2375), + [anon_sym___vectorcall] = ACTIONS(2375), + [anon_sym_LBRACE] = ACTIONS(2377), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_inline] = ACTIONS(2375), + [anon_sym_thread_local] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_volatile] = ACTIONS(2375), + [anon_sym_restrict] = ACTIONS(2375), + [anon_sym__Atomic] = ACTIONS(2375), + [anon_sym_mutable] = ACTIONS(2375), + [anon_sym_constexpr] = ACTIONS(2375), + [anon_sym_constinit] = ACTIONS(2375), + [anon_sym_consteval] = ACTIONS(2375), + [anon_sym_signed] = ACTIONS(2375), + [anon_sym_unsigned] = ACTIONS(2375), + [anon_sym_long] = ACTIONS(2375), + [anon_sym_short] = ACTIONS(2375), + [sym_primitive_type] = ACTIONS(2375), + [anon_sym_enum] = ACTIONS(2375), + [anon_sym_class] = ACTIONS(2375), + [anon_sym_struct] = ACTIONS(2375), + [anon_sym_union] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_switch] = ACTIONS(2375), + [anon_sym_case] = ACTIONS(2375), + [anon_sym_default] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_do] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_goto] = ACTIONS(2375), + [anon_sym_not] = ACTIONS(2375), + [anon_sym_compl] = ACTIONS(2375), + [anon_sym_DASH_DASH] = ACTIONS(2377), + [anon_sym_PLUS_PLUS] = ACTIONS(2377), + [anon_sym_sizeof] = ACTIONS(2375), + [sym_number_literal] = ACTIONS(2377), + [anon_sym_L_SQUOTE] = ACTIONS(2377), + [anon_sym_u_SQUOTE] = ACTIONS(2377), + [anon_sym_U_SQUOTE] = ACTIONS(2377), + [anon_sym_u8_SQUOTE] = ACTIONS(2377), + [anon_sym_SQUOTE] = ACTIONS(2377), + [anon_sym_L_DQUOTE] = ACTIONS(2377), + [anon_sym_u_DQUOTE] = ACTIONS(2377), + [anon_sym_U_DQUOTE] = ACTIONS(2377), + [anon_sym_u8_DQUOTE] = ACTIONS(2377), + [anon_sym_DQUOTE] = ACTIONS(2377), + [sym_true] = ACTIONS(2375), + [sym_false] = ACTIONS(2375), + [sym_null] = ACTIONS(2375), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2375), + [anon_sym_decltype] = ACTIONS(2375), + [anon_sym_virtual] = ACTIONS(2375), + [anon_sym_explicit] = ACTIONS(2375), + [anon_sym_typename] = ACTIONS(2375), + [anon_sym_template] = ACTIONS(2375), + [anon_sym_operator] = ACTIONS(2375), + [anon_sym_try] = ACTIONS(2375), + [anon_sym_delete] = ACTIONS(2375), + [anon_sym_throw] = ACTIONS(2375), + [anon_sym_namespace] = ACTIONS(2375), + [anon_sym_using] = ACTIONS(2375), + [anon_sym_static_assert] = ACTIONS(2375), + [anon_sym_concept] = ACTIONS(2375), + [anon_sym_co_return] = ACTIONS(2375), + [anon_sym_co_yield] = ACTIONS(2375), + [anon_sym_catch] = ACTIONS(2396), + [anon_sym_R_DQUOTE] = ACTIONS(2377), + [anon_sym_LR_DQUOTE] = ACTIONS(2377), + [anon_sym_uR_DQUOTE] = ACTIONS(2377), + [anon_sym_UR_DQUOTE] = ACTIONS(2377), + [anon_sym_u8R_DQUOTE] = ACTIONS(2377), + [anon_sym_co_await] = ACTIONS(2375), + [anon_sym_new] = ACTIONS(2375), + [anon_sym_requires] = ACTIONS(2375), + [sym_this] = ACTIONS(2375), + [sym_nullptr] = ACTIONS(2375), + }, + [371] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [372] = { + [sym_identifier] = ACTIONS(2470), + [aux_sym_preproc_include_token1] = ACTIONS(2470), + [aux_sym_preproc_def_token1] = ACTIONS(2470), + [aux_sym_preproc_if_token1] = ACTIONS(2470), + [aux_sym_preproc_if_token2] = ACTIONS(2470), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2470), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2470), + [aux_sym_preproc_else_token1] = ACTIONS(2470), + [aux_sym_preproc_elif_token1] = ACTIONS(2470), + [sym_preproc_directive] = ACTIONS(2470), + [anon_sym_LPAREN2] = ACTIONS(2472), + [anon_sym_BANG] = ACTIONS(2472), + [anon_sym_TILDE] = ACTIONS(2472), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2472), + [anon_sym_AMP_AMP] = ACTIONS(2472), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_SEMI] = ACTIONS(2472), + [anon_sym_typedef] = ACTIONS(2470), + [anon_sym_extern] = ACTIONS(2470), + [anon_sym___attribute__] = ACTIONS(2470), + [anon_sym_COLON_COLON] = ACTIONS(2472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2472), + [anon_sym___declspec] = ACTIONS(2470), + [anon_sym___based] = ACTIONS(2470), + [anon_sym___cdecl] = ACTIONS(2470), + [anon_sym___clrcall] = ACTIONS(2470), + [anon_sym___stdcall] = ACTIONS(2470), + [anon_sym___fastcall] = ACTIONS(2470), + [anon_sym___thiscall] = ACTIONS(2470), + [anon_sym___vectorcall] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_LBRACK] = ACTIONS(2470), + [anon_sym_static] = ACTIONS(2470), + [anon_sym_register] = ACTIONS(2470), + [anon_sym_inline] = ACTIONS(2470), + [anon_sym_thread_local] = ACTIONS(2470), + [anon_sym_const] = ACTIONS(2470), + [anon_sym_volatile] = ACTIONS(2470), + [anon_sym_restrict] = ACTIONS(2470), + [anon_sym__Atomic] = ACTIONS(2470), + [anon_sym_mutable] = ACTIONS(2470), + [anon_sym_constexpr] = ACTIONS(2470), + [anon_sym_constinit] = ACTIONS(2470), + [anon_sym_consteval] = ACTIONS(2470), + [anon_sym_signed] = ACTIONS(2470), + [anon_sym_unsigned] = ACTIONS(2470), + [anon_sym_long] = ACTIONS(2470), + [anon_sym_short] = ACTIONS(2470), + [sym_primitive_type] = ACTIONS(2470), + [anon_sym_enum] = ACTIONS(2470), + [anon_sym_class] = ACTIONS(2470), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_union] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_else] = ACTIONS(2470), + [anon_sym_switch] = ACTIONS(2470), + [anon_sym_case] = ACTIONS(2470), + [anon_sym_default] = ACTIONS(2470), + [anon_sym_while] = ACTIONS(2470), + [anon_sym_do] = ACTIONS(2470), + [anon_sym_for] = ACTIONS(2470), + [anon_sym_return] = ACTIONS(2470), + [anon_sym_break] = ACTIONS(2470), + [anon_sym_continue] = ACTIONS(2470), + [anon_sym_goto] = ACTIONS(2470), + [anon_sym_not] = ACTIONS(2470), + [anon_sym_compl] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2472), + [anon_sym_PLUS_PLUS] = ACTIONS(2472), + [anon_sym_sizeof] = ACTIONS(2470), + [sym_number_literal] = ACTIONS(2472), + [anon_sym_L_SQUOTE] = ACTIONS(2472), + [anon_sym_u_SQUOTE] = ACTIONS(2472), + [anon_sym_U_SQUOTE] = ACTIONS(2472), + [anon_sym_u8_SQUOTE] = ACTIONS(2472), + [anon_sym_SQUOTE] = ACTIONS(2472), + [anon_sym_L_DQUOTE] = ACTIONS(2472), + [anon_sym_u_DQUOTE] = ACTIONS(2472), + [anon_sym_U_DQUOTE] = ACTIONS(2472), + [anon_sym_u8_DQUOTE] = ACTIONS(2472), + [anon_sym_DQUOTE] = ACTIONS(2472), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_null] = ACTIONS(2470), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2470), + [anon_sym_decltype] = ACTIONS(2470), + [anon_sym_virtual] = ACTIONS(2470), + [anon_sym_explicit] = ACTIONS(2470), + [anon_sym_typename] = ACTIONS(2470), + [anon_sym_template] = ACTIONS(2470), + [anon_sym_operator] = ACTIONS(2470), + [anon_sym_try] = ACTIONS(2470), + [anon_sym_delete] = ACTIONS(2470), + [anon_sym_throw] = ACTIONS(2470), + [anon_sym_namespace] = ACTIONS(2470), + [anon_sym_using] = ACTIONS(2470), + [anon_sym_static_assert] = ACTIONS(2470), + [anon_sym_concept] = ACTIONS(2470), + [anon_sym_co_return] = ACTIONS(2470), + [anon_sym_co_yield] = ACTIONS(2470), + [anon_sym_R_DQUOTE] = ACTIONS(2472), + [anon_sym_LR_DQUOTE] = ACTIONS(2472), + [anon_sym_uR_DQUOTE] = ACTIONS(2472), + [anon_sym_UR_DQUOTE] = ACTIONS(2472), + [anon_sym_u8R_DQUOTE] = ACTIONS(2472), + [anon_sym_co_await] = ACTIONS(2470), + [anon_sym_new] = ACTIONS(2470), + [anon_sym_requires] = ACTIONS(2470), + [sym_this] = ACTIONS(2470), + [sym_nullptr] = ACTIONS(2470), + }, + [373] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [374] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3603), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5549), - [sym_sizeof_expression] = STATE(3959), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5514), + [sym_sizeof_expression] = STATE(3852), [sym_subscript_expression] = STATE(3018), [sym_call_expression] = STATE(3018), [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), + [sym_compound_literal_expression] = STATE(3852), [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(5899), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5938), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), [anon_sym_const] = ACTIONS(57), [anon_sym_volatile] = ACTIONS(57), @@ -79297,687 +80320,1837 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2474), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [375] = { + [sym_identifier] = ACTIONS(2476), + [aux_sym_preproc_include_token1] = ACTIONS(2476), + [aux_sym_preproc_def_token1] = ACTIONS(2476), + [aux_sym_preproc_if_token1] = ACTIONS(2476), + [aux_sym_preproc_if_token2] = ACTIONS(2476), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2476), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2476), + [aux_sym_preproc_else_token1] = ACTIONS(2476), + [aux_sym_preproc_elif_token1] = ACTIONS(2476), + [sym_preproc_directive] = ACTIONS(2476), + [anon_sym_LPAREN2] = ACTIONS(2478), + [anon_sym_BANG] = ACTIONS(2478), + [anon_sym_TILDE] = ACTIONS(2478), + [anon_sym_DASH] = ACTIONS(2476), + [anon_sym_PLUS] = ACTIONS(2476), + [anon_sym_STAR] = ACTIONS(2478), + [anon_sym_AMP_AMP] = ACTIONS(2478), + [anon_sym_AMP] = ACTIONS(2476), + [anon_sym_SEMI] = ACTIONS(2478), + [anon_sym_typedef] = ACTIONS(2476), + [anon_sym_extern] = ACTIONS(2476), + [anon_sym___attribute__] = ACTIONS(2476), + [anon_sym_COLON_COLON] = ACTIONS(2478), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2478), + [anon_sym___declspec] = ACTIONS(2476), + [anon_sym___based] = ACTIONS(2476), + [anon_sym___cdecl] = ACTIONS(2476), + [anon_sym___clrcall] = ACTIONS(2476), + [anon_sym___stdcall] = ACTIONS(2476), + [anon_sym___fastcall] = ACTIONS(2476), + [anon_sym___thiscall] = ACTIONS(2476), + [anon_sym___vectorcall] = ACTIONS(2476), + [anon_sym_LBRACE] = ACTIONS(2478), + [anon_sym_LBRACK] = ACTIONS(2476), + [anon_sym_static] = ACTIONS(2476), + [anon_sym_register] = ACTIONS(2476), + [anon_sym_inline] = ACTIONS(2476), + [anon_sym_thread_local] = ACTIONS(2476), + [anon_sym_const] = ACTIONS(2476), + [anon_sym_volatile] = ACTIONS(2476), + [anon_sym_restrict] = ACTIONS(2476), + [anon_sym__Atomic] = ACTIONS(2476), + [anon_sym_mutable] = ACTIONS(2476), + [anon_sym_constexpr] = ACTIONS(2476), + [anon_sym_constinit] = ACTIONS(2476), + [anon_sym_consteval] = ACTIONS(2476), + [anon_sym_signed] = ACTIONS(2476), + [anon_sym_unsigned] = ACTIONS(2476), + [anon_sym_long] = ACTIONS(2476), + [anon_sym_short] = ACTIONS(2476), + [sym_primitive_type] = ACTIONS(2476), + [anon_sym_enum] = ACTIONS(2476), + [anon_sym_class] = ACTIONS(2476), + [anon_sym_struct] = ACTIONS(2476), + [anon_sym_union] = ACTIONS(2476), + [anon_sym_if] = ACTIONS(2476), + [anon_sym_else] = ACTIONS(2476), + [anon_sym_switch] = ACTIONS(2476), + [anon_sym_case] = ACTIONS(2476), + [anon_sym_default] = ACTIONS(2476), + [anon_sym_while] = ACTIONS(2476), + [anon_sym_do] = ACTIONS(2476), + [anon_sym_for] = ACTIONS(2476), + [anon_sym_return] = ACTIONS(2476), + [anon_sym_break] = ACTIONS(2476), + [anon_sym_continue] = ACTIONS(2476), + [anon_sym_goto] = ACTIONS(2476), + [anon_sym_not] = ACTIONS(2476), + [anon_sym_compl] = ACTIONS(2476), + [anon_sym_DASH_DASH] = ACTIONS(2478), + [anon_sym_PLUS_PLUS] = ACTIONS(2478), + [anon_sym_sizeof] = ACTIONS(2476), + [sym_number_literal] = ACTIONS(2478), + [anon_sym_L_SQUOTE] = ACTIONS(2478), + [anon_sym_u_SQUOTE] = ACTIONS(2478), + [anon_sym_U_SQUOTE] = ACTIONS(2478), + [anon_sym_u8_SQUOTE] = ACTIONS(2478), + [anon_sym_SQUOTE] = ACTIONS(2478), + [anon_sym_L_DQUOTE] = ACTIONS(2478), + [anon_sym_u_DQUOTE] = ACTIONS(2478), + [anon_sym_U_DQUOTE] = ACTIONS(2478), + [anon_sym_u8_DQUOTE] = ACTIONS(2478), + [anon_sym_DQUOTE] = ACTIONS(2478), + [sym_true] = ACTIONS(2476), + [sym_false] = ACTIONS(2476), + [sym_null] = ACTIONS(2476), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2476), + [anon_sym_decltype] = ACTIONS(2476), + [anon_sym_virtual] = ACTIONS(2476), + [anon_sym_explicit] = ACTIONS(2476), + [anon_sym_typename] = ACTIONS(2476), + [anon_sym_template] = ACTIONS(2476), + [anon_sym_operator] = ACTIONS(2476), + [anon_sym_try] = ACTIONS(2476), + [anon_sym_delete] = ACTIONS(2476), + [anon_sym_throw] = ACTIONS(2476), + [anon_sym_namespace] = ACTIONS(2476), + [anon_sym_using] = ACTIONS(2476), + [anon_sym_static_assert] = ACTIONS(2476), + [anon_sym_concept] = ACTIONS(2476), + [anon_sym_co_return] = ACTIONS(2476), + [anon_sym_co_yield] = ACTIONS(2476), + [anon_sym_R_DQUOTE] = ACTIONS(2478), + [anon_sym_LR_DQUOTE] = ACTIONS(2478), + [anon_sym_uR_DQUOTE] = ACTIONS(2478), + [anon_sym_UR_DQUOTE] = ACTIONS(2478), + [anon_sym_u8R_DQUOTE] = ACTIONS(2478), + [anon_sym_co_await] = ACTIONS(2476), + [anon_sym_new] = ACTIONS(2476), + [anon_sym_requires] = ACTIONS(2476), + [sym_this] = ACTIONS(2476), + [sym_nullptr] = ACTIONS(2476), + }, + [376] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), [anon_sym_L_SQUOTE] = ACTIONS(2458), [anon_sym_u_SQUOTE] = ACTIONS(2458), [anon_sym_U_SQUOTE] = ACTIONS(2458), [anon_sym_u8_SQUOTE] = ACTIONS(2458), [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2470), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [364] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [377] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [365] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), + [378] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [379] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3626), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5454), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5851), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), [anon_sym_BANG] = ACTIONS(2406), [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2480), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [366] = { - [sym_identifier] = ACTIONS(2482), - [aux_sym_preproc_include_token1] = ACTIONS(2482), - [aux_sym_preproc_def_token1] = ACTIONS(2482), - [aux_sym_preproc_if_token1] = ACTIONS(2482), - [aux_sym_preproc_if_token2] = ACTIONS(2482), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2482), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2482), - [aux_sym_preproc_else_token1] = ACTIONS(2482), - [aux_sym_preproc_elif_token1] = ACTIONS(2482), - [sym_preproc_directive] = ACTIONS(2482), - [anon_sym_LPAREN2] = ACTIONS(2484), - [anon_sym_BANG] = ACTIONS(2484), - [anon_sym_TILDE] = ACTIONS(2484), - [anon_sym_DASH] = ACTIONS(2482), - [anon_sym_PLUS] = ACTIONS(2482), - [anon_sym_STAR] = ACTIONS(2484), - [anon_sym_AMP_AMP] = ACTIONS(2484), - [anon_sym_AMP] = ACTIONS(2482), - [anon_sym_SEMI] = ACTIONS(2484), - [anon_sym_typedef] = ACTIONS(2482), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym___based] = ACTIONS(2482), - [anon_sym___cdecl] = ACTIONS(2482), - [anon_sym___clrcall] = ACTIONS(2482), - [anon_sym___stdcall] = ACTIONS(2482), - [anon_sym___fastcall] = ACTIONS(2482), - [anon_sym___thiscall] = ACTIONS(2482), - [anon_sym___vectorcall] = ACTIONS(2482), - [anon_sym_LBRACE] = ACTIONS(2484), - [anon_sym_LBRACK] = ACTIONS(2482), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_constinit] = ACTIONS(2482), - [anon_sym_consteval] = ACTIONS(2482), - [anon_sym_signed] = ACTIONS(2482), - [anon_sym_unsigned] = ACTIONS(2482), - [anon_sym_long] = ACTIONS(2482), - [anon_sym_short] = ACTIONS(2482), - [sym_primitive_type] = ACTIONS(2482), - [anon_sym_enum] = ACTIONS(2482), - [anon_sym_class] = ACTIONS(2482), - [anon_sym_struct] = ACTIONS(2482), - [anon_sym_union] = ACTIONS(2482), - [anon_sym_if] = ACTIONS(2482), - [anon_sym_else] = ACTIONS(2482), - [anon_sym_switch] = ACTIONS(2482), - [anon_sym_case] = ACTIONS(2482), - [anon_sym_default] = ACTIONS(2482), - [anon_sym_while] = ACTIONS(2482), - [anon_sym_do] = ACTIONS(2482), - [anon_sym_for] = ACTIONS(2482), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2482), - [anon_sym_continue] = ACTIONS(2482), - [anon_sym_goto] = ACTIONS(2482), - [anon_sym_not] = ACTIONS(2482), - [anon_sym_compl] = ACTIONS(2482), - [anon_sym_DASH_DASH] = ACTIONS(2484), - [anon_sym_PLUS_PLUS] = ACTIONS(2484), - [anon_sym_sizeof] = ACTIONS(2482), - [sym_number_literal] = ACTIONS(2484), - [anon_sym_L_SQUOTE] = ACTIONS(2484), - [anon_sym_u_SQUOTE] = ACTIONS(2484), - [anon_sym_U_SQUOTE] = ACTIONS(2484), - [anon_sym_u8_SQUOTE] = ACTIONS(2484), - [anon_sym_SQUOTE] = ACTIONS(2484), - [anon_sym_L_DQUOTE] = ACTIONS(2484), - [anon_sym_u_DQUOTE] = ACTIONS(2484), - [anon_sym_U_DQUOTE] = ACTIONS(2484), - [anon_sym_u8_DQUOTE] = ACTIONS(2484), - [anon_sym_DQUOTE] = ACTIONS(2484), - [sym_true] = ACTIONS(2482), - [sym_false] = ACTIONS(2482), - [sym_null] = ACTIONS(2482), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2482), - [anon_sym_decltype] = ACTIONS(2482), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_explicit] = ACTIONS(2482), - [anon_sym_typename] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2482), - [anon_sym_operator] = ACTIONS(2482), - [anon_sym_try] = ACTIONS(2482), - [anon_sym_delete] = ACTIONS(2482), - [anon_sym_throw] = ACTIONS(2482), - [anon_sym_namespace] = ACTIONS(2482), - [anon_sym_using] = ACTIONS(2482), - [anon_sym_static_assert] = ACTIONS(2482), - [anon_sym_concept] = ACTIONS(2482), - [anon_sym_co_return] = ACTIONS(2482), - [anon_sym_co_yield] = ACTIONS(2482), - [anon_sym_R_DQUOTE] = ACTIONS(2484), - [anon_sym_LR_DQUOTE] = ACTIONS(2484), - [anon_sym_uR_DQUOTE] = ACTIONS(2484), - [anon_sym_UR_DQUOTE] = ACTIONS(2484), - [anon_sym_u8R_DQUOTE] = ACTIONS(2484), - [anon_sym_co_await] = ACTIONS(2482), - [anon_sym_new] = ACTIONS(2482), - [anon_sym_requires] = ACTIONS(2482), - [sym_this] = ACTIONS(2482), - [sym_nullptr] = ACTIONS(2482), + [380] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [367] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), + [381] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [382] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [383] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [384] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3609), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5432), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5861), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), [anon_sym_BANG] = ACTIONS(2406), [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2482), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [368] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), + [385] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3591), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5673), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5821), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), [anon_sym_BANG] = ACTIONS(2406), [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2484), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [369] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3620), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), + [386] = { + [sym_catch_clause] = STATE(339), + [aux_sym_constructor_try_statement_repeat1] = STATE(339), + [sym_identifier] = ACTIONS(2371), + [aux_sym_preproc_include_token1] = ACTIONS(2371), + [aux_sym_preproc_def_token1] = ACTIONS(2371), + [aux_sym_preproc_if_token1] = ACTIONS(2371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2371), + [sym_preproc_directive] = ACTIONS(2371), + [anon_sym_LPAREN2] = ACTIONS(2373), + [anon_sym_BANG] = ACTIONS(2373), + [anon_sym_TILDE] = ACTIONS(2373), + [anon_sym_DASH] = ACTIONS(2371), + [anon_sym_PLUS] = ACTIONS(2371), + [anon_sym_STAR] = ACTIONS(2373), + [anon_sym_AMP_AMP] = ACTIONS(2373), + [anon_sym_AMP] = ACTIONS(2371), + [anon_sym_SEMI] = ACTIONS(2373), + [anon_sym_typedef] = ACTIONS(2371), + [anon_sym_extern] = ACTIONS(2371), + [anon_sym___attribute__] = ACTIONS(2371), + [anon_sym_COLON_COLON] = ACTIONS(2373), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2373), + [anon_sym___declspec] = ACTIONS(2371), + [anon_sym___based] = ACTIONS(2371), + [anon_sym___cdecl] = ACTIONS(2371), + [anon_sym___clrcall] = ACTIONS(2371), + [anon_sym___stdcall] = ACTIONS(2371), + [anon_sym___fastcall] = ACTIONS(2371), + [anon_sym___thiscall] = ACTIONS(2371), + [anon_sym___vectorcall] = ACTIONS(2371), + [anon_sym_LBRACE] = ACTIONS(2373), + [anon_sym_RBRACE] = ACTIONS(2373), + [anon_sym_LBRACK] = ACTIONS(2371), + [anon_sym_static] = ACTIONS(2371), + [anon_sym_register] = ACTIONS(2371), + [anon_sym_inline] = ACTIONS(2371), + [anon_sym_thread_local] = ACTIONS(2371), + [anon_sym_const] = ACTIONS(2371), + [anon_sym_volatile] = ACTIONS(2371), + [anon_sym_restrict] = ACTIONS(2371), + [anon_sym__Atomic] = ACTIONS(2371), + [anon_sym_mutable] = ACTIONS(2371), + [anon_sym_constexpr] = ACTIONS(2371), + [anon_sym_constinit] = ACTIONS(2371), + [anon_sym_consteval] = ACTIONS(2371), + [anon_sym_signed] = ACTIONS(2371), + [anon_sym_unsigned] = ACTIONS(2371), + [anon_sym_long] = ACTIONS(2371), + [anon_sym_short] = ACTIONS(2371), + [sym_primitive_type] = ACTIONS(2371), + [anon_sym_enum] = ACTIONS(2371), + [anon_sym_class] = ACTIONS(2371), + [anon_sym_struct] = ACTIONS(2371), + [anon_sym_union] = ACTIONS(2371), + [anon_sym_if] = ACTIONS(2371), + [anon_sym_switch] = ACTIONS(2371), + [anon_sym_case] = ACTIONS(2371), + [anon_sym_default] = ACTIONS(2371), + [anon_sym_while] = ACTIONS(2371), + [anon_sym_do] = ACTIONS(2371), + [anon_sym_for] = ACTIONS(2371), + [anon_sym_return] = ACTIONS(2371), + [anon_sym_break] = ACTIONS(2371), + [anon_sym_continue] = ACTIONS(2371), + [anon_sym_goto] = ACTIONS(2371), + [anon_sym_not] = ACTIONS(2371), + [anon_sym_compl] = ACTIONS(2371), + [anon_sym_DASH_DASH] = ACTIONS(2373), + [anon_sym_PLUS_PLUS] = ACTIONS(2373), + [anon_sym_sizeof] = ACTIONS(2371), + [sym_number_literal] = ACTIONS(2373), + [anon_sym_L_SQUOTE] = ACTIONS(2373), + [anon_sym_u_SQUOTE] = ACTIONS(2373), + [anon_sym_U_SQUOTE] = ACTIONS(2373), + [anon_sym_u8_SQUOTE] = ACTIONS(2373), + [anon_sym_SQUOTE] = ACTIONS(2373), + [anon_sym_L_DQUOTE] = ACTIONS(2373), + [anon_sym_u_DQUOTE] = ACTIONS(2373), + [anon_sym_U_DQUOTE] = ACTIONS(2373), + [anon_sym_u8_DQUOTE] = ACTIONS(2373), + [anon_sym_DQUOTE] = ACTIONS(2373), + [sym_true] = ACTIONS(2371), + [sym_false] = ACTIONS(2371), + [sym_null] = ACTIONS(2371), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2371), + [anon_sym_decltype] = ACTIONS(2371), + [anon_sym_virtual] = ACTIONS(2371), + [anon_sym_explicit] = ACTIONS(2371), + [anon_sym_typename] = ACTIONS(2371), + [anon_sym_template] = ACTIONS(2371), + [anon_sym_operator] = ACTIONS(2371), + [anon_sym_try] = ACTIONS(2371), + [anon_sym_delete] = ACTIONS(2371), + [anon_sym_throw] = ACTIONS(2371), + [anon_sym_namespace] = ACTIONS(2371), + [anon_sym_using] = ACTIONS(2371), + [anon_sym_static_assert] = ACTIONS(2371), + [anon_sym_concept] = ACTIONS(2371), + [anon_sym_co_return] = ACTIONS(2371), + [anon_sym_co_yield] = ACTIONS(2371), + [anon_sym_catch] = ACTIONS(2391), + [anon_sym_R_DQUOTE] = ACTIONS(2373), + [anon_sym_LR_DQUOTE] = ACTIONS(2373), + [anon_sym_uR_DQUOTE] = ACTIONS(2373), + [anon_sym_UR_DQUOTE] = ACTIONS(2373), + [anon_sym_u8R_DQUOTE] = ACTIONS(2373), + [anon_sym_co_await] = ACTIONS(2371), + [anon_sym_new] = ACTIONS(2371), + [anon_sym_requires] = ACTIONS(2371), + [sym_this] = ACTIONS(2371), + [sym_nullptr] = ACTIONS(2371), + }, + [387] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [388] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [389] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [390] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3605), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5590), - [sym_sizeof_expression] = STATE(3959), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5435), + [sym_sizeof_expression] = STATE(3852), [sym_subscript_expression] = STATE(3018), [sym_call_expression] = STATE(3018), [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), + [sym_compound_literal_expression] = STATE(3852), [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(6033), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5868), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), [anon_sym_const] = ACTIONS(57), [anon_sym_volatile] = ACTIONS(57), @@ -79987,53 +82160,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2486), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [391] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), [anon_sym_L_SQUOTE] = ACTIONS(2458), [anon_sym_u_SQUOTE] = ACTIONS(2458), [anon_sym_U_SQUOTE] = ACTIONS(2458), [anon_sym_u8_SQUOTE] = ACTIONS(2458), [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2486), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [370] = { + [392] = { [sym_identifier] = ACTIONS(2488), [aux_sym_preproc_include_token1] = ACTIONS(2488), [aux_sym_preproc_def_token1] = ACTIONS(2488), @@ -80148,526 +82436,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2488), [sym_nullptr] = ACTIONS(2488), }, - [371] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [372] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [373] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [374] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [393] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [375] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3616), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), + [394] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3600), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5575), - [sym_sizeof_expression] = STATE(3959), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5399), + [sym_sizeof_expression] = STATE(3852), [sym_subscript_expression] = STATE(3018), [sym_call_expression] = STATE(3018), [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), + [sym_compound_literal_expression] = STATE(3852), [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(6041), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5883), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), [anon_sym_const] = ACTIONS(57), [anon_sym_volatile] = ACTIONS(57), @@ -80677,513 +82620,628 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2492), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [395] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), [anon_sym_L_SQUOTE] = ACTIONS(2458), [anon_sym_u_SQUOTE] = ACTIONS(2458), [anon_sym_U_SQUOTE] = ACTIONS(2458), [anon_sym_u8_SQUOTE] = ACTIONS(2458), [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2492), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [376] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [377] = { + [396] = { [sym_catch_clause] = STATE(342), [aux_sym_constructor_try_statement_repeat1] = STATE(342), - [sym_identifier] = ACTIONS(2377), - [aux_sym_preproc_include_token1] = ACTIONS(2377), - [aux_sym_preproc_def_token1] = ACTIONS(2377), - [aux_sym_preproc_if_token1] = ACTIONS(2377), - [aux_sym_preproc_if_token2] = ACTIONS(2377), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2377), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2377), - [sym_preproc_directive] = ACTIONS(2377), - [anon_sym_LPAREN2] = ACTIONS(2379), - [anon_sym_BANG] = ACTIONS(2379), - [anon_sym_TILDE] = ACTIONS(2379), - [anon_sym_DASH] = ACTIONS(2377), - [anon_sym_PLUS] = ACTIONS(2377), - [anon_sym_STAR] = ACTIONS(2379), - [anon_sym_AMP_AMP] = ACTIONS(2379), - [anon_sym_AMP] = ACTIONS(2377), - [anon_sym_SEMI] = ACTIONS(2379), - [anon_sym_typedef] = ACTIONS(2377), - [anon_sym_extern] = ACTIONS(2377), - [anon_sym___attribute__] = ACTIONS(2377), - [anon_sym_COLON_COLON] = ACTIONS(2379), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2379), - [anon_sym___declspec] = ACTIONS(2377), - [anon_sym___based] = ACTIONS(2377), - [anon_sym___cdecl] = ACTIONS(2377), - [anon_sym___clrcall] = ACTIONS(2377), - [anon_sym___stdcall] = ACTIONS(2377), - [anon_sym___fastcall] = ACTIONS(2377), - [anon_sym___thiscall] = ACTIONS(2377), - [anon_sym___vectorcall] = ACTIONS(2377), - [anon_sym_LBRACE] = ACTIONS(2379), - [anon_sym_LBRACK] = ACTIONS(2377), - [anon_sym_static] = ACTIONS(2377), - [anon_sym_register] = ACTIONS(2377), - [anon_sym_inline] = ACTIONS(2377), - [anon_sym_thread_local] = ACTIONS(2377), - [anon_sym_const] = ACTIONS(2377), - [anon_sym_volatile] = ACTIONS(2377), - [anon_sym_restrict] = ACTIONS(2377), - [anon_sym__Atomic] = ACTIONS(2377), - [anon_sym_mutable] = ACTIONS(2377), - [anon_sym_constexpr] = ACTIONS(2377), - [anon_sym_constinit] = ACTIONS(2377), - [anon_sym_consteval] = ACTIONS(2377), - [anon_sym_signed] = ACTIONS(2377), - [anon_sym_unsigned] = ACTIONS(2377), - [anon_sym_long] = ACTIONS(2377), - [anon_sym_short] = ACTIONS(2377), - [sym_primitive_type] = ACTIONS(2377), - [anon_sym_enum] = ACTIONS(2377), - [anon_sym_class] = ACTIONS(2377), - [anon_sym_struct] = ACTIONS(2377), - [anon_sym_union] = ACTIONS(2377), - [anon_sym_if] = ACTIONS(2377), - [anon_sym_switch] = ACTIONS(2377), - [anon_sym_case] = ACTIONS(2377), - [anon_sym_default] = ACTIONS(2377), - [anon_sym_while] = ACTIONS(2377), - [anon_sym_do] = ACTIONS(2377), - [anon_sym_for] = ACTIONS(2377), - [anon_sym_return] = ACTIONS(2377), - [anon_sym_break] = ACTIONS(2377), - [anon_sym_continue] = ACTIONS(2377), - [anon_sym_goto] = ACTIONS(2377), - [anon_sym_not] = ACTIONS(2377), - [anon_sym_compl] = ACTIONS(2377), - [anon_sym_DASH_DASH] = ACTIONS(2379), - [anon_sym_PLUS_PLUS] = ACTIONS(2379), - [anon_sym_sizeof] = ACTIONS(2377), - [sym_number_literal] = ACTIONS(2379), - [anon_sym_L_SQUOTE] = ACTIONS(2379), - [anon_sym_u_SQUOTE] = ACTIONS(2379), - [anon_sym_U_SQUOTE] = ACTIONS(2379), - [anon_sym_u8_SQUOTE] = ACTIONS(2379), - [anon_sym_SQUOTE] = ACTIONS(2379), - [anon_sym_L_DQUOTE] = ACTIONS(2379), - [anon_sym_u_DQUOTE] = ACTIONS(2379), - [anon_sym_U_DQUOTE] = ACTIONS(2379), - [anon_sym_u8_DQUOTE] = ACTIONS(2379), - [anon_sym_DQUOTE] = ACTIONS(2379), - [sym_true] = ACTIONS(2377), - [sym_false] = ACTIONS(2377), - [sym_null] = ACTIONS(2377), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2377), - [anon_sym_decltype] = ACTIONS(2377), - [anon_sym_virtual] = ACTIONS(2377), - [anon_sym_explicit] = ACTIONS(2377), - [anon_sym_typename] = ACTIONS(2377), - [anon_sym_template] = ACTIONS(2377), - [anon_sym_operator] = ACTIONS(2377), - [anon_sym_try] = ACTIONS(2377), - [anon_sym_delete] = ACTIONS(2377), - [anon_sym_throw] = ACTIONS(2377), - [anon_sym_namespace] = ACTIONS(2377), - [anon_sym_using] = ACTIONS(2377), - [anon_sym_static_assert] = ACTIONS(2377), - [anon_sym_concept] = ACTIONS(2377), - [anon_sym_co_return] = ACTIONS(2377), - [anon_sym_co_yield] = ACTIONS(2377), - [anon_sym_catch] = ACTIONS(2384), - [anon_sym_R_DQUOTE] = ACTIONS(2379), - [anon_sym_LR_DQUOTE] = ACTIONS(2379), - [anon_sym_uR_DQUOTE] = ACTIONS(2379), - [anon_sym_UR_DQUOTE] = ACTIONS(2379), - [anon_sym_u8R_DQUOTE] = ACTIONS(2379), - [anon_sym_co_await] = ACTIONS(2377), - [anon_sym_new] = ACTIONS(2377), - [anon_sym_requires] = ACTIONS(2377), - [sym_this] = ACTIONS(2377), - [sym_nullptr] = ACTIONS(2377), + [sym_identifier] = ACTIONS(2371), + [aux_sym_preproc_include_token1] = ACTIONS(2371), + [aux_sym_preproc_def_token1] = ACTIONS(2371), + [aux_sym_preproc_if_token1] = ACTIONS(2371), + [aux_sym_preproc_if_token2] = ACTIONS(2371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2371), + [sym_preproc_directive] = ACTIONS(2371), + [anon_sym_LPAREN2] = ACTIONS(2373), + [anon_sym_BANG] = ACTIONS(2373), + [anon_sym_TILDE] = ACTIONS(2373), + [anon_sym_DASH] = ACTIONS(2371), + [anon_sym_PLUS] = ACTIONS(2371), + [anon_sym_STAR] = ACTIONS(2373), + [anon_sym_AMP_AMP] = ACTIONS(2373), + [anon_sym_AMP] = ACTIONS(2371), + [anon_sym_SEMI] = ACTIONS(2373), + [anon_sym_typedef] = ACTIONS(2371), + [anon_sym_extern] = ACTIONS(2371), + [anon_sym___attribute__] = ACTIONS(2371), + [anon_sym_COLON_COLON] = ACTIONS(2373), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2373), + [anon_sym___declspec] = ACTIONS(2371), + [anon_sym___based] = ACTIONS(2371), + [anon_sym___cdecl] = ACTIONS(2371), + [anon_sym___clrcall] = ACTIONS(2371), + [anon_sym___stdcall] = ACTIONS(2371), + [anon_sym___fastcall] = ACTIONS(2371), + [anon_sym___thiscall] = ACTIONS(2371), + [anon_sym___vectorcall] = ACTIONS(2371), + [anon_sym_LBRACE] = ACTIONS(2373), + [anon_sym_LBRACK] = ACTIONS(2371), + [anon_sym_static] = ACTIONS(2371), + [anon_sym_register] = ACTIONS(2371), + [anon_sym_inline] = ACTIONS(2371), + [anon_sym_thread_local] = ACTIONS(2371), + [anon_sym_const] = ACTIONS(2371), + [anon_sym_volatile] = ACTIONS(2371), + [anon_sym_restrict] = ACTIONS(2371), + [anon_sym__Atomic] = ACTIONS(2371), + [anon_sym_mutable] = ACTIONS(2371), + [anon_sym_constexpr] = ACTIONS(2371), + [anon_sym_constinit] = ACTIONS(2371), + [anon_sym_consteval] = ACTIONS(2371), + [anon_sym_signed] = ACTIONS(2371), + [anon_sym_unsigned] = ACTIONS(2371), + [anon_sym_long] = ACTIONS(2371), + [anon_sym_short] = ACTIONS(2371), + [sym_primitive_type] = ACTIONS(2371), + [anon_sym_enum] = ACTIONS(2371), + [anon_sym_class] = ACTIONS(2371), + [anon_sym_struct] = ACTIONS(2371), + [anon_sym_union] = ACTIONS(2371), + [anon_sym_if] = ACTIONS(2371), + [anon_sym_switch] = ACTIONS(2371), + [anon_sym_case] = ACTIONS(2371), + [anon_sym_default] = ACTIONS(2371), + [anon_sym_while] = ACTIONS(2371), + [anon_sym_do] = ACTIONS(2371), + [anon_sym_for] = ACTIONS(2371), + [anon_sym_return] = ACTIONS(2371), + [anon_sym_break] = ACTIONS(2371), + [anon_sym_continue] = ACTIONS(2371), + [anon_sym_goto] = ACTIONS(2371), + [anon_sym_not] = ACTIONS(2371), + [anon_sym_compl] = ACTIONS(2371), + [anon_sym_DASH_DASH] = ACTIONS(2373), + [anon_sym_PLUS_PLUS] = ACTIONS(2373), + [anon_sym_sizeof] = ACTIONS(2371), + [sym_number_literal] = ACTIONS(2373), + [anon_sym_L_SQUOTE] = ACTIONS(2373), + [anon_sym_u_SQUOTE] = ACTIONS(2373), + [anon_sym_U_SQUOTE] = ACTIONS(2373), + [anon_sym_u8_SQUOTE] = ACTIONS(2373), + [anon_sym_SQUOTE] = ACTIONS(2373), + [anon_sym_L_DQUOTE] = ACTIONS(2373), + [anon_sym_u_DQUOTE] = ACTIONS(2373), + [anon_sym_U_DQUOTE] = ACTIONS(2373), + [anon_sym_u8_DQUOTE] = ACTIONS(2373), + [anon_sym_DQUOTE] = ACTIONS(2373), + [sym_true] = ACTIONS(2371), + [sym_false] = ACTIONS(2371), + [sym_null] = ACTIONS(2371), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2371), + [anon_sym_decltype] = ACTIONS(2371), + [anon_sym_virtual] = ACTIONS(2371), + [anon_sym_explicit] = ACTIONS(2371), + [anon_sym_typename] = ACTIONS(2371), + [anon_sym_template] = ACTIONS(2371), + [anon_sym_operator] = ACTIONS(2371), + [anon_sym_try] = ACTIONS(2371), + [anon_sym_delete] = ACTIONS(2371), + [anon_sym_throw] = ACTIONS(2371), + [anon_sym_namespace] = ACTIONS(2371), + [anon_sym_using] = ACTIONS(2371), + [anon_sym_static_assert] = ACTIONS(2371), + [anon_sym_concept] = ACTIONS(2371), + [anon_sym_co_return] = ACTIONS(2371), + [anon_sym_co_yield] = ACTIONS(2371), + [anon_sym_catch] = ACTIONS(2396), + [anon_sym_R_DQUOTE] = ACTIONS(2373), + [anon_sym_LR_DQUOTE] = ACTIONS(2373), + [anon_sym_uR_DQUOTE] = ACTIONS(2373), + [anon_sym_UR_DQUOTE] = ACTIONS(2373), + [anon_sym_u8R_DQUOTE] = ACTIONS(2373), + [anon_sym_co_await] = ACTIONS(2371), + [anon_sym_new] = ACTIONS(2371), + [anon_sym_requires] = ACTIONS(2371), + [sym_this] = ACTIONS(2371), + [sym_nullptr] = ACTIONS(2371), }, - [378] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3615), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5537), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(6047), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), + [397] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), [anon_sym_L_SQUOTE] = ACTIONS(2458), [anon_sym_u_SQUOTE] = ACTIONS(2458), [anon_sym_U_SQUOTE] = ACTIONS(2458), [anon_sym_u8_SQUOTE] = ACTIONS(2458), [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2494), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [379] = { - [sym_identifier] = ACTIONS(2496), - [aux_sym_preproc_include_token1] = ACTIONS(2496), - [aux_sym_preproc_def_token1] = ACTIONS(2496), - [aux_sym_preproc_if_token1] = ACTIONS(2496), - [aux_sym_preproc_if_token2] = ACTIONS(2496), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2496), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2496), - [aux_sym_preproc_else_token1] = ACTIONS(2496), - [aux_sym_preproc_elif_token1] = ACTIONS(2496), - [sym_preproc_directive] = ACTIONS(2496), - [anon_sym_LPAREN2] = ACTIONS(2498), - [anon_sym_BANG] = ACTIONS(2498), - [anon_sym_TILDE] = ACTIONS(2498), - [anon_sym_DASH] = ACTIONS(2496), - [anon_sym_PLUS] = ACTIONS(2496), - [anon_sym_STAR] = ACTIONS(2498), - [anon_sym_AMP_AMP] = ACTIONS(2498), - [anon_sym_AMP] = ACTIONS(2496), - [anon_sym_SEMI] = ACTIONS(2498), - [anon_sym_typedef] = ACTIONS(2496), - [anon_sym_extern] = ACTIONS(2496), - [anon_sym___attribute__] = ACTIONS(2496), - [anon_sym_COLON_COLON] = ACTIONS(2498), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2498), - [anon_sym___declspec] = ACTIONS(2496), - [anon_sym___based] = ACTIONS(2496), - [anon_sym___cdecl] = ACTIONS(2496), - [anon_sym___clrcall] = ACTIONS(2496), - [anon_sym___stdcall] = ACTIONS(2496), - [anon_sym___fastcall] = ACTIONS(2496), - [anon_sym___thiscall] = ACTIONS(2496), - [anon_sym___vectorcall] = ACTIONS(2496), - [anon_sym_LBRACE] = ACTIONS(2498), - [anon_sym_LBRACK] = ACTIONS(2496), - [anon_sym_static] = ACTIONS(2496), - [anon_sym_register] = ACTIONS(2496), - [anon_sym_inline] = ACTIONS(2496), - [anon_sym_thread_local] = ACTIONS(2496), - [anon_sym_const] = ACTIONS(2496), - [anon_sym_volatile] = ACTIONS(2496), - [anon_sym_restrict] = ACTIONS(2496), - [anon_sym__Atomic] = ACTIONS(2496), - [anon_sym_mutable] = ACTIONS(2496), - [anon_sym_constexpr] = ACTIONS(2496), - [anon_sym_constinit] = ACTIONS(2496), - [anon_sym_consteval] = ACTIONS(2496), - [anon_sym_signed] = ACTIONS(2496), - [anon_sym_unsigned] = ACTIONS(2496), - [anon_sym_long] = ACTIONS(2496), - [anon_sym_short] = ACTIONS(2496), - [sym_primitive_type] = ACTIONS(2496), - [anon_sym_enum] = ACTIONS(2496), - [anon_sym_class] = ACTIONS(2496), - [anon_sym_struct] = ACTIONS(2496), - [anon_sym_union] = ACTIONS(2496), - [anon_sym_if] = ACTIONS(2496), - [anon_sym_else] = ACTIONS(2500), - [anon_sym_switch] = ACTIONS(2496), - [anon_sym_case] = ACTIONS(2496), - [anon_sym_default] = ACTIONS(2496), - [anon_sym_while] = ACTIONS(2496), - [anon_sym_do] = ACTIONS(2496), - [anon_sym_for] = ACTIONS(2496), - [anon_sym_return] = ACTIONS(2496), - [anon_sym_break] = ACTIONS(2496), - [anon_sym_continue] = ACTIONS(2496), - [anon_sym_goto] = ACTIONS(2496), - [anon_sym_not] = ACTIONS(2496), - [anon_sym_compl] = ACTIONS(2496), - [anon_sym_DASH_DASH] = ACTIONS(2498), - [anon_sym_PLUS_PLUS] = ACTIONS(2498), - [anon_sym_sizeof] = ACTIONS(2496), - [sym_number_literal] = ACTIONS(2498), - [anon_sym_L_SQUOTE] = ACTIONS(2498), - [anon_sym_u_SQUOTE] = ACTIONS(2498), - [anon_sym_U_SQUOTE] = ACTIONS(2498), - [anon_sym_u8_SQUOTE] = ACTIONS(2498), - [anon_sym_SQUOTE] = ACTIONS(2498), - [anon_sym_L_DQUOTE] = ACTIONS(2498), - [anon_sym_u_DQUOTE] = ACTIONS(2498), - [anon_sym_U_DQUOTE] = ACTIONS(2498), - [anon_sym_u8_DQUOTE] = ACTIONS(2498), - [anon_sym_DQUOTE] = ACTIONS(2498), - [sym_true] = ACTIONS(2496), - [sym_false] = ACTIONS(2496), - [sym_null] = ACTIONS(2496), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2496), - [anon_sym_decltype] = ACTIONS(2496), - [anon_sym_virtual] = ACTIONS(2496), - [anon_sym_explicit] = ACTIONS(2496), - [anon_sym_typename] = ACTIONS(2496), - [anon_sym_template] = ACTIONS(2496), - [anon_sym_operator] = ACTIONS(2496), - [anon_sym_try] = ACTIONS(2496), - [anon_sym_delete] = ACTIONS(2496), - [anon_sym_throw] = ACTIONS(2496), - [anon_sym_namespace] = ACTIONS(2496), - [anon_sym_using] = ACTIONS(2496), - [anon_sym_static_assert] = ACTIONS(2496), - [anon_sym_concept] = ACTIONS(2496), - [anon_sym_co_return] = ACTIONS(2496), - [anon_sym_co_yield] = ACTIONS(2496), - [anon_sym_R_DQUOTE] = ACTIONS(2498), - [anon_sym_LR_DQUOTE] = ACTIONS(2498), - [anon_sym_uR_DQUOTE] = ACTIONS(2498), - [anon_sym_UR_DQUOTE] = ACTIONS(2498), - [anon_sym_u8R_DQUOTE] = ACTIONS(2498), - [anon_sym_co_await] = ACTIONS(2496), - [anon_sym_new] = ACTIONS(2496), - [anon_sym_requires] = ACTIONS(2496), - [sym_this] = ACTIONS(2496), - [sym_nullptr] = ACTIONS(2496), + [398] = { + [sym_identifier] = ACTIONS(2494), + [aux_sym_preproc_include_token1] = ACTIONS(2494), + [aux_sym_preproc_def_token1] = ACTIONS(2494), + [aux_sym_preproc_if_token1] = ACTIONS(2494), + [aux_sym_preproc_if_token2] = ACTIONS(2494), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2494), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2494), + [aux_sym_preproc_else_token1] = ACTIONS(2494), + [aux_sym_preproc_elif_token1] = ACTIONS(2494), + [sym_preproc_directive] = ACTIONS(2494), + [anon_sym_LPAREN2] = ACTIONS(2496), + [anon_sym_BANG] = ACTIONS(2496), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2494), + [anon_sym_PLUS] = ACTIONS(2494), + [anon_sym_STAR] = ACTIONS(2496), + [anon_sym_AMP_AMP] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2494), + [anon_sym_SEMI] = ACTIONS(2496), + [anon_sym_typedef] = ACTIONS(2494), + [anon_sym_extern] = ACTIONS(2494), + [anon_sym___attribute__] = ACTIONS(2494), + [anon_sym_COLON_COLON] = ACTIONS(2496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2496), + [anon_sym___declspec] = ACTIONS(2494), + [anon_sym___based] = ACTIONS(2494), + [anon_sym___cdecl] = ACTIONS(2494), + [anon_sym___clrcall] = ACTIONS(2494), + [anon_sym___stdcall] = ACTIONS(2494), + [anon_sym___fastcall] = ACTIONS(2494), + [anon_sym___thiscall] = ACTIONS(2494), + [anon_sym___vectorcall] = ACTIONS(2494), + [anon_sym_LBRACE] = ACTIONS(2496), + [anon_sym_LBRACK] = ACTIONS(2494), + [anon_sym_static] = ACTIONS(2494), + [anon_sym_register] = ACTIONS(2494), + [anon_sym_inline] = ACTIONS(2494), + [anon_sym_thread_local] = ACTIONS(2494), + [anon_sym_const] = ACTIONS(2494), + [anon_sym_volatile] = ACTIONS(2494), + [anon_sym_restrict] = ACTIONS(2494), + [anon_sym__Atomic] = ACTIONS(2494), + [anon_sym_mutable] = ACTIONS(2494), + [anon_sym_constexpr] = ACTIONS(2494), + [anon_sym_constinit] = ACTIONS(2494), + [anon_sym_consteval] = ACTIONS(2494), + [anon_sym_signed] = ACTIONS(2494), + [anon_sym_unsigned] = ACTIONS(2494), + [anon_sym_long] = ACTIONS(2494), + [anon_sym_short] = ACTIONS(2494), + [sym_primitive_type] = ACTIONS(2494), + [anon_sym_enum] = ACTIONS(2494), + [anon_sym_class] = ACTIONS(2494), + [anon_sym_struct] = ACTIONS(2494), + [anon_sym_union] = ACTIONS(2494), + [anon_sym_if] = ACTIONS(2494), + [anon_sym_else] = ACTIONS(2494), + [anon_sym_switch] = ACTIONS(2494), + [anon_sym_case] = ACTIONS(2494), + [anon_sym_default] = ACTIONS(2494), + [anon_sym_while] = ACTIONS(2494), + [anon_sym_do] = ACTIONS(2494), + [anon_sym_for] = ACTIONS(2494), + [anon_sym_return] = ACTIONS(2494), + [anon_sym_break] = ACTIONS(2494), + [anon_sym_continue] = ACTIONS(2494), + [anon_sym_goto] = ACTIONS(2494), + [anon_sym_not] = ACTIONS(2494), + [anon_sym_compl] = ACTIONS(2494), + [anon_sym_DASH_DASH] = ACTIONS(2496), + [anon_sym_PLUS_PLUS] = ACTIONS(2496), + [anon_sym_sizeof] = ACTIONS(2494), + [sym_number_literal] = ACTIONS(2496), + [anon_sym_L_SQUOTE] = ACTIONS(2496), + [anon_sym_u_SQUOTE] = ACTIONS(2496), + [anon_sym_U_SQUOTE] = ACTIONS(2496), + [anon_sym_u8_SQUOTE] = ACTIONS(2496), + [anon_sym_SQUOTE] = ACTIONS(2496), + [anon_sym_L_DQUOTE] = ACTIONS(2496), + [anon_sym_u_DQUOTE] = ACTIONS(2496), + [anon_sym_U_DQUOTE] = ACTIONS(2496), + [anon_sym_u8_DQUOTE] = ACTIONS(2496), + [anon_sym_DQUOTE] = ACTIONS(2496), + [sym_true] = ACTIONS(2494), + [sym_false] = ACTIONS(2494), + [sym_null] = ACTIONS(2494), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2494), + [anon_sym_decltype] = ACTIONS(2494), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_explicit] = ACTIONS(2494), + [anon_sym_typename] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2494), + [anon_sym_operator] = ACTIONS(2494), + [anon_sym_try] = ACTIONS(2494), + [anon_sym_delete] = ACTIONS(2494), + [anon_sym_throw] = ACTIONS(2494), + [anon_sym_namespace] = ACTIONS(2494), + [anon_sym_using] = ACTIONS(2494), + [anon_sym_static_assert] = ACTIONS(2494), + [anon_sym_concept] = ACTIONS(2494), + [anon_sym_co_return] = ACTIONS(2494), + [anon_sym_co_yield] = ACTIONS(2494), + [anon_sym_R_DQUOTE] = ACTIONS(2496), + [anon_sym_LR_DQUOTE] = ACTIONS(2496), + [anon_sym_uR_DQUOTE] = ACTIONS(2496), + [anon_sym_UR_DQUOTE] = ACTIONS(2496), + [anon_sym_u8R_DQUOTE] = ACTIONS(2496), + [anon_sym_co_await] = ACTIONS(2494), + [anon_sym_new] = ACTIONS(2494), + [anon_sym_requires] = ACTIONS(2494), + [sym_this] = ACTIONS(2494), + [sym_nullptr] = ACTIONS(2494), }, - [380] = { + [399] = { + [sym_identifier] = ACTIONS(2498), + [aux_sym_preproc_include_token1] = ACTIONS(2498), + [aux_sym_preproc_def_token1] = ACTIONS(2498), + [aux_sym_preproc_if_token1] = ACTIONS(2498), + [aux_sym_preproc_if_token2] = ACTIONS(2498), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2498), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2498), + [aux_sym_preproc_else_token1] = ACTIONS(2498), + [aux_sym_preproc_elif_token1] = ACTIONS(2498), + [sym_preproc_directive] = ACTIONS(2498), + [anon_sym_LPAREN2] = ACTIONS(2500), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_TILDE] = ACTIONS(2500), + [anon_sym_DASH] = ACTIONS(2498), + [anon_sym_PLUS] = ACTIONS(2498), + [anon_sym_STAR] = ACTIONS(2500), + [anon_sym_AMP_AMP] = ACTIONS(2500), + [anon_sym_AMP] = ACTIONS(2498), + [anon_sym_SEMI] = ACTIONS(2500), + [anon_sym_typedef] = ACTIONS(2498), + [anon_sym_extern] = ACTIONS(2498), + [anon_sym___attribute__] = ACTIONS(2498), + [anon_sym_COLON_COLON] = ACTIONS(2500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2500), + [anon_sym___declspec] = ACTIONS(2498), + [anon_sym___based] = ACTIONS(2498), + [anon_sym___cdecl] = ACTIONS(2498), + [anon_sym___clrcall] = ACTIONS(2498), + [anon_sym___stdcall] = ACTIONS(2498), + [anon_sym___fastcall] = ACTIONS(2498), + [anon_sym___thiscall] = ACTIONS(2498), + [anon_sym___vectorcall] = ACTIONS(2498), + [anon_sym_LBRACE] = ACTIONS(2500), + [anon_sym_LBRACK] = ACTIONS(2498), + [anon_sym_static] = ACTIONS(2498), + [anon_sym_register] = ACTIONS(2498), + [anon_sym_inline] = ACTIONS(2498), + [anon_sym_thread_local] = ACTIONS(2498), + [anon_sym_const] = ACTIONS(2498), + [anon_sym_volatile] = ACTIONS(2498), + [anon_sym_restrict] = ACTIONS(2498), + [anon_sym__Atomic] = ACTIONS(2498), + [anon_sym_mutable] = ACTIONS(2498), + [anon_sym_constexpr] = ACTIONS(2498), + [anon_sym_constinit] = ACTIONS(2498), + [anon_sym_consteval] = ACTIONS(2498), + [anon_sym_signed] = ACTIONS(2498), + [anon_sym_unsigned] = ACTIONS(2498), + [anon_sym_long] = ACTIONS(2498), + [anon_sym_short] = ACTIONS(2498), + [sym_primitive_type] = ACTIONS(2498), + [anon_sym_enum] = ACTIONS(2498), + [anon_sym_class] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(2498), + [anon_sym_union] = ACTIONS(2498), + [anon_sym_if] = ACTIONS(2498), + [anon_sym_else] = ACTIONS(2498), + [anon_sym_switch] = ACTIONS(2498), + [anon_sym_case] = ACTIONS(2498), + [anon_sym_default] = ACTIONS(2498), + [anon_sym_while] = ACTIONS(2498), + [anon_sym_do] = ACTIONS(2498), + [anon_sym_for] = ACTIONS(2498), + [anon_sym_return] = ACTIONS(2498), + [anon_sym_break] = ACTIONS(2498), + [anon_sym_continue] = ACTIONS(2498), + [anon_sym_goto] = ACTIONS(2498), + [anon_sym_not] = ACTIONS(2498), + [anon_sym_compl] = ACTIONS(2498), + [anon_sym_DASH_DASH] = ACTIONS(2500), + [anon_sym_PLUS_PLUS] = ACTIONS(2500), + [anon_sym_sizeof] = ACTIONS(2498), + [sym_number_literal] = ACTIONS(2500), + [anon_sym_L_SQUOTE] = ACTIONS(2500), + [anon_sym_u_SQUOTE] = ACTIONS(2500), + [anon_sym_U_SQUOTE] = ACTIONS(2500), + [anon_sym_u8_SQUOTE] = ACTIONS(2500), + [anon_sym_SQUOTE] = ACTIONS(2500), + [anon_sym_L_DQUOTE] = ACTIONS(2500), + [anon_sym_u_DQUOTE] = ACTIONS(2500), + [anon_sym_U_DQUOTE] = ACTIONS(2500), + [anon_sym_u8_DQUOTE] = ACTIONS(2500), + [anon_sym_DQUOTE] = ACTIONS(2500), + [sym_true] = ACTIONS(2498), + [sym_false] = ACTIONS(2498), + [sym_null] = ACTIONS(2498), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2498), + [anon_sym_decltype] = ACTIONS(2498), + [anon_sym_virtual] = ACTIONS(2498), + [anon_sym_explicit] = ACTIONS(2498), + [anon_sym_typename] = ACTIONS(2498), + [anon_sym_template] = ACTIONS(2498), + [anon_sym_operator] = ACTIONS(2498), + [anon_sym_try] = ACTIONS(2498), + [anon_sym_delete] = ACTIONS(2498), + [anon_sym_throw] = ACTIONS(2498), + [anon_sym_namespace] = ACTIONS(2498), + [anon_sym_using] = ACTIONS(2498), + [anon_sym_static_assert] = ACTIONS(2498), + [anon_sym_concept] = ACTIONS(2498), + [anon_sym_co_return] = ACTIONS(2498), + [anon_sym_co_yield] = ACTIONS(2498), + [anon_sym_R_DQUOTE] = ACTIONS(2500), + [anon_sym_LR_DQUOTE] = ACTIONS(2500), + [anon_sym_uR_DQUOTE] = ACTIONS(2500), + [anon_sym_UR_DQUOTE] = ACTIONS(2500), + [anon_sym_u8R_DQUOTE] = ACTIONS(2500), + [anon_sym_co_await] = ACTIONS(2498), + [anon_sym_new] = ACTIONS(2498), + [anon_sym_requires] = ACTIONS(2498), + [sym_this] = ACTIONS(2498), + [sym_nullptr] = ACTIONS(2498), + }, + [400] = { [sym_identifier] = ACTIONS(2502), [aux_sym_preproc_include_token1] = ACTIONS(2502), [aux_sym_preproc_def_token1] = ACTIONS(2502), @@ -81298,411 +83356,411 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2502), [sym_nullptr] = ACTIONS(2502), }, - [381] = { - [sym_catch_clause] = STATE(337), - [aux_sym_constructor_try_statement_repeat1] = STATE(337), - [ts_builtin_sym_end] = ACTIONS(2379), - [sym_identifier] = ACTIONS(2377), - [aux_sym_preproc_include_token1] = ACTIONS(2377), - [aux_sym_preproc_def_token1] = ACTIONS(2377), - [aux_sym_preproc_if_token1] = ACTIONS(2377), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2377), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2377), - [sym_preproc_directive] = ACTIONS(2377), - [anon_sym_LPAREN2] = ACTIONS(2379), - [anon_sym_BANG] = ACTIONS(2379), - [anon_sym_TILDE] = ACTIONS(2379), - [anon_sym_DASH] = ACTIONS(2377), - [anon_sym_PLUS] = ACTIONS(2377), - [anon_sym_STAR] = ACTIONS(2379), - [anon_sym_AMP_AMP] = ACTIONS(2379), - [anon_sym_AMP] = ACTIONS(2377), - [anon_sym_SEMI] = ACTIONS(2379), - [anon_sym_typedef] = ACTIONS(2377), - [anon_sym_extern] = ACTIONS(2377), - [anon_sym___attribute__] = ACTIONS(2377), - [anon_sym_COLON_COLON] = ACTIONS(2379), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2379), - [anon_sym___declspec] = ACTIONS(2377), - [anon_sym___based] = ACTIONS(2377), - [anon_sym___cdecl] = ACTIONS(2377), - [anon_sym___clrcall] = ACTIONS(2377), - [anon_sym___stdcall] = ACTIONS(2377), - [anon_sym___fastcall] = ACTIONS(2377), - [anon_sym___thiscall] = ACTIONS(2377), - [anon_sym___vectorcall] = ACTIONS(2377), - [anon_sym_LBRACE] = ACTIONS(2379), - [anon_sym_LBRACK] = ACTIONS(2377), - [anon_sym_static] = ACTIONS(2377), - [anon_sym_register] = ACTIONS(2377), - [anon_sym_inline] = ACTIONS(2377), - [anon_sym_thread_local] = ACTIONS(2377), - [anon_sym_const] = ACTIONS(2377), - [anon_sym_volatile] = ACTIONS(2377), - [anon_sym_restrict] = ACTIONS(2377), - [anon_sym__Atomic] = ACTIONS(2377), - [anon_sym_mutable] = ACTIONS(2377), - [anon_sym_constexpr] = ACTIONS(2377), - [anon_sym_constinit] = ACTIONS(2377), - [anon_sym_consteval] = ACTIONS(2377), - [anon_sym_signed] = ACTIONS(2377), - [anon_sym_unsigned] = ACTIONS(2377), - [anon_sym_long] = ACTIONS(2377), - [anon_sym_short] = ACTIONS(2377), - [sym_primitive_type] = ACTIONS(2377), - [anon_sym_enum] = ACTIONS(2377), - [anon_sym_class] = ACTIONS(2377), - [anon_sym_struct] = ACTIONS(2377), - [anon_sym_union] = ACTIONS(2377), - [anon_sym_if] = ACTIONS(2377), - [anon_sym_switch] = ACTIONS(2377), - [anon_sym_case] = ACTIONS(2377), - [anon_sym_default] = ACTIONS(2377), - [anon_sym_while] = ACTIONS(2377), - [anon_sym_do] = ACTIONS(2377), - [anon_sym_for] = ACTIONS(2377), - [anon_sym_return] = ACTIONS(2377), - [anon_sym_break] = ACTIONS(2377), - [anon_sym_continue] = ACTIONS(2377), - [anon_sym_goto] = ACTIONS(2377), - [anon_sym_not] = ACTIONS(2377), - [anon_sym_compl] = ACTIONS(2377), - [anon_sym_DASH_DASH] = ACTIONS(2379), - [anon_sym_PLUS_PLUS] = ACTIONS(2379), - [anon_sym_sizeof] = ACTIONS(2377), - [sym_number_literal] = ACTIONS(2379), - [anon_sym_L_SQUOTE] = ACTIONS(2379), - [anon_sym_u_SQUOTE] = ACTIONS(2379), - [anon_sym_U_SQUOTE] = ACTIONS(2379), - [anon_sym_u8_SQUOTE] = ACTIONS(2379), - [anon_sym_SQUOTE] = ACTIONS(2379), - [anon_sym_L_DQUOTE] = ACTIONS(2379), - [anon_sym_u_DQUOTE] = ACTIONS(2379), - [anon_sym_U_DQUOTE] = ACTIONS(2379), - [anon_sym_u8_DQUOTE] = ACTIONS(2379), - [anon_sym_DQUOTE] = ACTIONS(2379), - [sym_true] = ACTIONS(2377), - [sym_false] = ACTIONS(2377), - [sym_null] = ACTIONS(2377), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2377), - [anon_sym_decltype] = ACTIONS(2377), - [anon_sym_virtual] = ACTIONS(2377), - [anon_sym_explicit] = ACTIONS(2377), - [anon_sym_typename] = ACTIONS(2377), - [anon_sym_template] = ACTIONS(2377), - [anon_sym_operator] = ACTIONS(2377), - [anon_sym_try] = ACTIONS(2377), - [anon_sym_delete] = ACTIONS(2377), - [anon_sym_throw] = ACTIONS(2377), - [anon_sym_namespace] = ACTIONS(2377), - [anon_sym_using] = ACTIONS(2377), - [anon_sym_static_assert] = ACTIONS(2377), - [anon_sym_concept] = ACTIONS(2377), - [anon_sym_co_return] = ACTIONS(2377), - [anon_sym_co_yield] = ACTIONS(2377), - [anon_sym_catch] = ACTIONS(2390), - [anon_sym_R_DQUOTE] = ACTIONS(2379), - [anon_sym_LR_DQUOTE] = ACTIONS(2379), - [anon_sym_uR_DQUOTE] = ACTIONS(2379), - [anon_sym_UR_DQUOTE] = ACTIONS(2379), - [anon_sym_u8R_DQUOTE] = ACTIONS(2379), - [anon_sym_co_await] = ACTIONS(2377), - [anon_sym_new] = ACTIONS(2377), - [anon_sym_requires] = ACTIONS(2377), - [sym_this] = ACTIONS(2377), - [sym_nullptr] = ACTIONS(2377), + [401] = { + [sym_identifier] = ACTIONS(2506), + [aux_sym_preproc_include_token1] = ACTIONS(2506), + [aux_sym_preproc_def_token1] = ACTIONS(2506), + [aux_sym_preproc_if_token1] = ACTIONS(2506), + [aux_sym_preproc_if_token2] = ACTIONS(2506), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2506), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2506), + [aux_sym_preproc_else_token1] = ACTIONS(2506), + [aux_sym_preproc_elif_token1] = ACTIONS(2506), + [sym_preproc_directive] = ACTIONS(2506), + [anon_sym_LPAREN2] = ACTIONS(2508), + [anon_sym_BANG] = ACTIONS(2508), + [anon_sym_TILDE] = ACTIONS(2508), + [anon_sym_DASH] = ACTIONS(2506), + [anon_sym_PLUS] = ACTIONS(2506), + [anon_sym_STAR] = ACTIONS(2508), + [anon_sym_AMP_AMP] = ACTIONS(2508), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_SEMI] = ACTIONS(2508), + [anon_sym_typedef] = ACTIONS(2506), + [anon_sym_extern] = ACTIONS(2506), + [anon_sym___attribute__] = ACTIONS(2506), + [anon_sym_COLON_COLON] = ACTIONS(2508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2508), + [anon_sym___declspec] = ACTIONS(2506), + [anon_sym___based] = ACTIONS(2506), + [anon_sym___cdecl] = ACTIONS(2506), + [anon_sym___clrcall] = ACTIONS(2506), + [anon_sym___stdcall] = ACTIONS(2506), + [anon_sym___fastcall] = ACTIONS(2506), + [anon_sym___thiscall] = ACTIONS(2506), + [anon_sym___vectorcall] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2508), + [anon_sym_LBRACK] = ACTIONS(2506), + [anon_sym_static] = ACTIONS(2506), + [anon_sym_register] = ACTIONS(2506), + [anon_sym_inline] = ACTIONS(2506), + [anon_sym_thread_local] = ACTIONS(2506), + [anon_sym_const] = ACTIONS(2506), + [anon_sym_volatile] = ACTIONS(2506), + [anon_sym_restrict] = ACTIONS(2506), + [anon_sym__Atomic] = ACTIONS(2506), + [anon_sym_mutable] = ACTIONS(2506), + [anon_sym_constexpr] = ACTIONS(2506), + [anon_sym_constinit] = ACTIONS(2506), + [anon_sym_consteval] = ACTIONS(2506), + [anon_sym_signed] = ACTIONS(2506), + [anon_sym_unsigned] = ACTIONS(2506), + [anon_sym_long] = ACTIONS(2506), + [anon_sym_short] = ACTIONS(2506), + [sym_primitive_type] = ACTIONS(2506), + [anon_sym_enum] = ACTIONS(2506), + [anon_sym_class] = ACTIONS(2506), + [anon_sym_struct] = ACTIONS(2506), + [anon_sym_union] = ACTIONS(2506), + [anon_sym_if] = ACTIONS(2506), + [anon_sym_else] = ACTIONS(2506), + [anon_sym_switch] = ACTIONS(2506), + [anon_sym_case] = ACTIONS(2506), + [anon_sym_default] = ACTIONS(2506), + [anon_sym_while] = ACTIONS(2506), + [anon_sym_do] = ACTIONS(2506), + [anon_sym_for] = ACTIONS(2506), + [anon_sym_return] = ACTIONS(2506), + [anon_sym_break] = ACTIONS(2506), + [anon_sym_continue] = ACTIONS(2506), + [anon_sym_goto] = ACTIONS(2506), + [anon_sym_not] = ACTIONS(2506), + [anon_sym_compl] = ACTIONS(2506), + [anon_sym_DASH_DASH] = ACTIONS(2508), + [anon_sym_PLUS_PLUS] = ACTIONS(2508), + [anon_sym_sizeof] = ACTIONS(2506), + [sym_number_literal] = ACTIONS(2508), + [anon_sym_L_SQUOTE] = ACTIONS(2508), + [anon_sym_u_SQUOTE] = ACTIONS(2508), + [anon_sym_U_SQUOTE] = ACTIONS(2508), + [anon_sym_u8_SQUOTE] = ACTIONS(2508), + [anon_sym_SQUOTE] = ACTIONS(2508), + [anon_sym_L_DQUOTE] = ACTIONS(2508), + [anon_sym_u_DQUOTE] = ACTIONS(2508), + [anon_sym_U_DQUOTE] = ACTIONS(2508), + [anon_sym_u8_DQUOTE] = ACTIONS(2508), + [anon_sym_DQUOTE] = ACTIONS(2508), + [sym_true] = ACTIONS(2506), + [sym_false] = ACTIONS(2506), + [sym_null] = ACTIONS(2506), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2506), + [anon_sym_decltype] = ACTIONS(2506), + [anon_sym_virtual] = ACTIONS(2506), + [anon_sym_explicit] = ACTIONS(2506), + [anon_sym_typename] = ACTIONS(2506), + [anon_sym_template] = ACTIONS(2506), + [anon_sym_operator] = ACTIONS(2506), + [anon_sym_try] = ACTIONS(2506), + [anon_sym_delete] = ACTIONS(2506), + [anon_sym_throw] = ACTIONS(2506), + [anon_sym_namespace] = ACTIONS(2506), + [anon_sym_using] = ACTIONS(2506), + [anon_sym_static_assert] = ACTIONS(2506), + [anon_sym_concept] = ACTIONS(2506), + [anon_sym_co_return] = ACTIONS(2506), + [anon_sym_co_yield] = ACTIONS(2506), + [anon_sym_R_DQUOTE] = ACTIONS(2508), + [anon_sym_LR_DQUOTE] = ACTIONS(2508), + [anon_sym_uR_DQUOTE] = ACTIONS(2508), + [anon_sym_UR_DQUOTE] = ACTIONS(2508), + [anon_sym_u8R_DQUOTE] = ACTIONS(2508), + [anon_sym_co_await] = ACTIONS(2506), + [anon_sym_new] = ACTIONS(2506), + [anon_sym_requires] = ACTIONS(2506), + [sym_this] = ACTIONS(2506), + [sym_nullptr] = ACTIONS(2506), }, - [382] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [402] = { + [sym_identifier] = ACTIONS(2510), + [aux_sym_preproc_include_token1] = ACTIONS(2510), + [aux_sym_preproc_def_token1] = ACTIONS(2510), + [aux_sym_preproc_if_token1] = ACTIONS(2510), + [aux_sym_preproc_if_token2] = ACTIONS(2510), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2510), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2510), + [aux_sym_preproc_else_token1] = ACTIONS(2510), + [aux_sym_preproc_elif_token1] = ACTIONS(2510), + [sym_preproc_directive] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(2512), + [anon_sym_BANG] = ACTIONS(2512), + [anon_sym_TILDE] = ACTIONS(2512), + [anon_sym_DASH] = ACTIONS(2510), + [anon_sym_PLUS] = ACTIONS(2510), + [anon_sym_STAR] = ACTIONS(2512), + [anon_sym_AMP_AMP] = ACTIONS(2512), + [anon_sym_AMP] = ACTIONS(2510), + [anon_sym_SEMI] = ACTIONS(2512), + [anon_sym_typedef] = ACTIONS(2510), + [anon_sym_extern] = ACTIONS(2510), + [anon_sym___attribute__] = ACTIONS(2510), + [anon_sym_COLON_COLON] = ACTIONS(2512), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2512), + [anon_sym___declspec] = ACTIONS(2510), + [anon_sym___based] = ACTIONS(2510), + [anon_sym___cdecl] = ACTIONS(2510), + [anon_sym___clrcall] = ACTIONS(2510), + [anon_sym___stdcall] = ACTIONS(2510), + [anon_sym___fastcall] = ACTIONS(2510), + [anon_sym___thiscall] = ACTIONS(2510), + [anon_sym___vectorcall] = ACTIONS(2510), + [anon_sym_LBRACE] = ACTIONS(2512), + [anon_sym_LBRACK] = ACTIONS(2510), + [anon_sym_static] = ACTIONS(2510), + [anon_sym_register] = ACTIONS(2510), + [anon_sym_inline] = ACTIONS(2510), + [anon_sym_thread_local] = ACTIONS(2510), + [anon_sym_const] = ACTIONS(2510), + [anon_sym_volatile] = ACTIONS(2510), + [anon_sym_restrict] = ACTIONS(2510), + [anon_sym__Atomic] = ACTIONS(2510), + [anon_sym_mutable] = ACTIONS(2510), + [anon_sym_constexpr] = ACTIONS(2510), + [anon_sym_constinit] = ACTIONS(2510), + [anon_sym_consteval] = ACTIONS(2510), + [anon_sym_signed] = ACTIONS(2510), + [anon_sym_unsigned] = ACTIONS(2510), + [anon_sym_long] = ACTIONS(2510), + [anon_sym_short] = ACTIONS(2510), + [sym_primitive_type] = ACTIONS(2510), + [anon_sym_enum] = ACTIONS(2510), + [anon_sym_class] = ACTIONS(2510), + [anon_sym_struct] = ACTIONS(2510), + [anon_sym_union] = ACTIONS(2510), + [anon_sym_if] = ACTIONS(2510), + [anon_sym_else] = ACTIONS(2510), + [anon_sym_switch] = ACTIONS(2510), + [anon_sym_case] = ACTIONS(2510), + [anon_sym_default] = ACTIONS(2510), + [anon_sym_while] = ACTIONS(2510), + [anon_sym_do] = ACTIONS(2510), + [anon_sym_for] = ACTIONS(2510), + [anon_sym_return] = ACTIONS(2510), + [anon_sym_break] = ACTIONS(2510), + [anon_sym_continue] = ACTIONS(2510), + [anon_sym_goto] = ACTIONS(2510), + [anon_sym_not] = ACTIONS(2510), + [anon_sym_compl] = ACTIONS(2510), + [anon_sym_DASH_DASH] = ACTIONS(2512), + [anon_sym_PLUS_PLUS] = ACTIONS(2512), + [anon_sym_sizeof] = ACTIONS(2510), + [sym_number_literal] = ACTIONS(2512), + [anon_sym_L_SQUOTE] = ACTIONS(2512), + [anon_sym_u_SQUOTE] = ACTIONS(2512), + [anon_sym_U_SQUOTE] = ACTIONS(2512), + [anon_sym_u8_SQUOTE] = ACTIONS(2512), + [anon_sym_SQUOTE] = ACTIONS(2512), + [anon_sym_L_DQUOTE] = ACTIONS(2512), + [anon_sym_u_DQUOTE] = ACTIONS(2512), + [anon_sym_U_DQUOTE] = ACTIONS(2512), + [anon_sym_u8_DQUOTE] = ACTIONS(2512), + [anon_sym_DQUOTE] = ACTIONS(2512), + [sym_true] = ACTIONS(2510), + [sym_false] = ACTIONS(2510), + [sym_null] = ACTIONS(2510), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2510), + [anon_sym_decltype] = ACTIONS(2510), + [anon_sym_virtual] = ACTIONS(2510), + [anon_sym_explicit] = ACTIONS(2510), + [anon_sym_typename] = ACTIONS(2510), + [anon_sym_template] = ACTIONS(2510), + [anon_sym_operator] = ACTIONS(2510), + [anon_sym_try] = ACTIONS(2510), + [anon_sym_delete] = ACTIONS(2510), + [anon_sym_throw] = ACTIONS(2510), + [anon_sym_namespace] = ACTIONS(2510), + [anon_sym_using] = ACTIONS(2510), + [anon_sym_static_assert] = ACTIONS(2510), + [anon_sym_concept] = ACTIONS(2510), + [anon_sym_co_return] = ACTIONS(2510), + [anon_sym_co_yield] = ACTIONS(2510), + [anon_sym_R_DQUOTE] = ACTIONS(2512), + [anon_sym_LR_DQUOTE] = ACTIONS(2512), + [anon_sym_uR_DQUOTE] = ACTIONS(2512), + [anon_sym_UR_DQUOTE] = ACTIONS(2512), + [anon_sym_u8R_DQUOTE] = ACTIONS(2512), + [anon_sym_co_await] = ACTIONS(2510), + [anon_sym_new] = ACTIONS(2510), + [anon_sym_requires] = ACTIONS(2510), + [sym_this] = ACTIONS(2510), + [sym_nullptr] = ACTIONS(2510), }, - [383] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [403] = { + [sym_identifier] = ACTIONS(2514), + [aux_sym_preproc_include_token1] = ACTIONS(2514), + [aux_sym_preproc_def_token1] = ACTIONS(2514), + [aux_sym_preproc_if_token1] = ACTIONS(2514), + [aux_sym_preproc_if_token2] = ACTIONS(2514), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2514), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2514), + [aux_sym_preproc_else_token1] = ACTIONS(2514), + [aux_sym_preproc_elif_token1] = ACTIONS(2514), + [sym_preproc_directive] = ACTIONS(2514), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_BANG] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2516), + [anon_sym_DASH] = ACTIONS(2514), + [anon_sym_PLUS] = ACTIONS(2514), + [anon_sym_STAR] = ACTIONS(2516), + [anon_sym_AMP_AMP] = ACTIONS(2516), + [anon_sym_AMP] = ACTIONS(2514), + [anon_sym_SEMI] = ACTIONS(2516), + [anon_sym_typedef] = ACTIONS(2514), + [anon_sym_extern] = ACTIONS(2514), + [anon_sym___attribute__] = ACTIONS(2514), + [anon_sym_COLON_COLON] = ACTIONS(2516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2516), + [anon_sym___declspec] = ACTIONS(2514), + [anon_sym___based] = ACTIONS(2514), + [anon_sym___cdecl] = ACTIONS(2514), + [anon_sym___clrcall] = ACTIONS(2514), + [anon_sym___stdcall] = ACTIONS(2514), + [anon_sym___fastcall] = ACTIONS(2514), + [anon_sym___thiscall] = ACTIONS(2514), + [anon_sym___vectorcall] = ACTIONS(2514), + [anon_sym_LBRACE] = ACTIONS(2516), + [anon_sym_LBRACK] = ACTIONS(2514), + [anon_sym_static] = ACTIONS(2514), + [anon_sym_register] = ACTIONS(2514), + [anon_sym_inline] = ACTIONS(2514), + [anon_sym_thread_local] = ACTIONS(2514), + [anon_sym_const] = ACTIONS(2514), + [anon_sym_volatile] = ACTIONS(2514), + [anon_sym_restrict] = ACTIONS(2514), + [anon_sym__Atomic] = ACTIONS(2514), + [anon_sym_mutable] = ACTIONS(2514), + [anon_sym_constexpr] = ACTIONS(2514), + [anon_sym_constinit] = ACTIONS(2514), + [anon_sym_consteval] = ACTIONS(2514), + [anon_sym_signed] = ACTIONS(2514), + [anon_sym_unsigned] = ACTIONS(2514), + [anon_sym_long] = ACTIONS(2514), + [anon_sym_short] = ACTIONS(2514), + [sym_primitive_type] = ACTIONS(2514), + [anon_sym_enum] = ACTIONS(2514), + [anon_sym_class] = ACTIONS(2514), + [anon_sym_struct] = ACTIONS(2514), + [anon_sym_union] = ACTIONS(2514), + [anon_sym_if] = ACTIONS(2514), + [anon_sym_else] = ACTIONS(2514), + [anon_sym_switch] = ACTIONS(2514), + [anon_sym_case] = ACTIONS(2514), + [anon_sym_default] = ACTIONS(2514), + [anon_sym_while] = ACTIONS(2514), + [anon_sym_do] = ACTIONS(2514), + [anon_sym_for] = ACTIONS(2514), + [anon_sym_return] = ACTIONS(2514), + [anon_sym_break] = ACTIONS(2514), + [anon_sym_continue] = ACTIONS(2514), + [anon_sym_goto] = ACTIONS(2514), + [anon_sym_not] = ACTIONS(2514), + [anon_sym_compl] = ACTIONS(2514), + [anon_sym_DASH_DASH] = ACTIONS(2516), + [anon_sym_PLUS_PLUS] = ACTIONS(2516), + [anon_sym_sizeof] = ACTIONS(2514), + [sym_number_literal] = ACTIONS(2516), + [anon_sym_L_SQUOTE] = ACTIONS(2516), + [anon_sym_u_SQUOTE] = ACTIONS(2516), + [anon_sym_U_SQUOTE] = ACTIONS(2516), + [anon_sym_u8_SQUOTE] = ACTIONS(2516), + [anon_sym_SQUOTE] = ACTIONS(2516), + [anon_sym_L_DQUOTE] = ACTIONS(2516), + [anon_sym_u_DQUOTE] = ACTIONS(2516), + [anon_sym_U_DQUOTE] = ACTIONS(2516), + [anon_sym_u8_DQUOTE] = ACTIONS(2516), + [anon_sym_DQUOTE] = ACTIONS(2516), + [sym_true] = ACTIONS(2514), + [sym_false] = ACTIONS(2514), + [sym_null] = ACTIONS(2514), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2514), + [anon_sym_decltype] = ACTIONS(2514), + [anon_sym_virtual] = ACTIONS(2514), + [anon_sym_explicit] = ACTIONS(2514), + [anon_sym_typename] = ACTIONS(2514), + [anon_sym_template] = ACTIONS(2514), + [anon_sym_operator] = ACTIONS(2514), + [anon_sym_try] = ACTIONS(2514), + [anon_sym_delete] = ACTIONS(2514), + [anon_sym_throw] = ACTIONS(2514), + [anon_sym_namespace] = ACTIONS(2514), + [anon_sym_using] = ACTIONS(2514), + [anon_sym_static_assert] = ACTIONS(2514), + [anon_sym_concept] = ACTIONS(2514), + [anon_sym_co_return] = ACTIONS(2514), + [anon_sym_co_yield] = ACTIONS(2514), + [anon_sym_R_DQUOTE] = ACTIONS(2516), + [anon_sym_LR_DQUOTE] = ACTIONS(2516), + [anon_sym_uR_DQUOTE] = ACTIONS(2516), + [anon_sym_UR_DQUOTE] = ACTIONS(2516), + [anon_sym_u8R_DQUOTE] = ACTIONS(2516), + [anon_sym_co_await] = ACTIONS(2514), + [anon_sym_new] = ACTIONS(2514), + [anon_sym_requires] = ACTIONS(2514), + [sym_this] = ACTIONS(2514), + [sym_nullptr] = ACTIONS(2514), }, - [384] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3637), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), + [404] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3625), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5525), - [sym_sizeof_expression] = STATE(3959), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5615), + [sym_sizeof_expression] = STATE(3852), [sym_subscript_expression] = STATE(3018), [sym_call_expression] = STATE(3018), [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), + [sym_compound_literal_expression] = STATE(3852), [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(5903), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5805), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), [anon_sym_const] = ACTIONS(57), [anon_sym_volatile] = ACTIONS(57), @@ -81712,513 +83770,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2506), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [385] = { - [sym_identifier] = ACTIONS(2508), - [aux_sym_preproc_include_token1] = ACTIONS(2508), - [aux_sym_preproc_def_token1] = ACTIONS(2508), - [aux_sym_preproc_if_token1] = ACTIONS(2508), - [aux_sym_preproc_if_token2] = ACTIONS(2508), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2508), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2508), - [aux_sym_preproc_else_token1] = ACTIONS(2508), - [aux_sym_preproc_elif_token1] = ACTIONS(2508), - [sym_preproc_directive] = ACTIONS(2508), - [anon_sym_LPAREN2] = ACTIONS(2510), - [anon_sym_BANG] = ACTIONS(2510), - [anon_sym_TILDE] = ACTIONS(2510), - [anon_sym_DASH] = ACTIONS(2508), - [anon_sym_PLUS] = ACTIONS(2508), - [anon_sym_STAR] = ACTIONS(2510), - [anon_sym_AMP_AMP] = ACTIONS(2510), - [anon_sym_AMP] = ACTIONS(2508), - [anon_sym_SEMI] = ACTIONS(2510), - [anon_sym_typedef] = ACTIONS(2508), - [anon_sym_extern] = ACTIONS(2508), - [anon_sym___attribute__] = ACTIONS(2508), - [anon_sym_COLON_COLON] = ACTIONS(2510), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2510), - [anon_sym___declspec] = ACTIONS(2508), - [anon_sym___based] = ACTIONS(2508), - [anon_sym___cdecl] = ACTIONS(2508), - [anon_sym___clrcall] = ACTIONS(2508), - [anon_sym___stdcall] = ACTIONS(2508), - [anon_sym___fastcall] = ACTIONS(2508), - [anon_sym___thiscall] = ACTIONS(2508), - [anon_sym___vectorcall] = ACTIONS(2508), - [anon_sym_LBRACE] = ACTIONS(2510), - [anon_sym_LBRACK] = ACTIONS(2508), - [anon_sym_static] = ACTIONS(2508), - [anon_sym_register] = ACTIONS(2508), - [anon_sym_inline] = ACTIONS(2508), - [anon_sym_thread_local] = ACTIONS(2508), - [anon_sym_const] = ACTIONS(2508), - [anon_sym_volatile] = ACTIONS(2508), - [anon_sym_restrict] = ACTIONS(2508), - [anon_sym__Atomic] = ACTIONS(2508), - [anon_sym_mutable] = ACTIONS(2508), - [anon_sym_constexpr] = ACTIONS(2508), - [anon_sym_constinit] = ACTIONS(2508), - [anon_sym_consteval] = ACTIONS(2508), - [anon_sym_signed] = ACTIONS(2508), - [anon_sym_unsigned] = ACTIONS(2508), - [anon_sym_long] = ACTIONS(2508), - [anon_sym_short] = ACTIONS(2508), - [sym_primitive_type] = ACTIONS(2508), - [anon_sym_enum] = ACTIONS(2508), - [anon_sym_class] = ACTIONS(2508), - [anon_sym_struct] = ACTIONS(2508), - [anon_sym_union] = ACTIONS(2508), - [anon_sym_if] = ACTIONS(2508), - [anon_sym_else] = ACTIONS(2508), - [anon_sym_switch] = ACTIONS(2508), - [anon_sym_case] = ACTIONS(2508), - [anon_sym_default] = ACTIONS(2508), - [anon_sym_while] = ACTIONS(2508), - [anon_sym_do] = ACTIONS(2508), - [anon_sym_for] = ACTIONS(2508), - [anon_sym_return] = ACTIONS(2508), - [anon_sym_break] = ACTIONS(2508), - [anon_sym_continue] = ACTIONS(2508), - [anon_sym_goto] = ACTIONS(2508), - [anon_sym_not] = ACTIONS(2508), - [anon_sym_compl] = ACTIONS(2508), - [anon_sym_DASH_DASH] = ACTIONS(2510), - [anon_sym_PLUS_PLUS] = ACTIONS(2510), - [anon_sym_sizeof] = ACTIONS(2508), - [sym_number_literal] = ACTIONS(2510), - [anon_sym_L_SQUOTE] = ACTIONS(2510), - [anon_sym_u_SQUOTE] = ACTIONS(2510), - [anon_sym_U_SQUOTE] = ACTIONS(2510), - [anon_sym_u8_SQUOTE] = ACTIONS(2510), - [anon_sym_SQUOTE] = ACTIONS(2510), - [anon_sym_L_DQUOTE] = ACTIONS(2510), - [anon_sym_u_DQUOTE] = ACTIONS(2510), - [anon_sym_U_DQUOTE] = ACTIONS(2510), - [anon_sym_u8_DQUOTE] = ACTIONS(2510), - [anon_sym_DQUOTE] = ACTIONS(2510), - [sym_true] = ACTIONS(2508), - [sym_false] = ACTIONS(2508), - [sym_null] = ACTIONS(2508), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2508), - [anon_sym_decltype] = ACTIONS(2508), - [anon_sym_virtual] = ACTIONS(2508), - [anon_sym_explicit] = ACTIONS(2508), - [anon_sym_typename] = ACTIONS(2508), - [anon_sym_template] = ACTIONS(2508), - [anon_sym_operator] = ACTIONS(2508), - [anon_sym_try] = ACTIONS(2508), - [anon_sym_delete] = ACTIONS(2508), - [anon_sym_throw] = ACTIONS(2508), - [anon_sym_namespace] = ACTIONS(2508), - [anon_sym_using] = ACTIONS(2508), - [anon_sym_static_assert] = ACTIONS(2508), - [anon_sym_concept] = ACTIONS(2508), - [anon_sym_co_return] = ACTIONS(2508), - [anon_sym_co_yield] = ACTIONS(2508), - [anon_sym_R_DQUOTE] = ACTIONS(2510), - [anon_sym_LR_DQUOTE] = ACTIONS(2510), - [anon_sym_uR_DQUOTE] = ACTIONS(2510), - [anon_sym_UR_DQUOTE] = ACTIONS(2510), - [anon_sym_u8R_DQUOTE] = ACTIONS(2510), - [anon_sym_co_await] = ACTIONS(2508), - [anon_sym_new] = ACTIONS(2508), - [anon_sym_requires] = ACTIONS(2508), - [sym_this] = ACTIONS(2508), - [sym_nullptr] = ACTIONS(2508), - }, - [386] = { - [sym_identifier] = ACTIONS(2512), - [aux_sym_preproc_include_token1] = ACTIONS(2512), - [aux_sym_preproc_def_token1] = ACTIONS(2512), - [aux_sym_preproc_if_token1] = ACTIONS(2512), - [aux_sym_preproc_if_token2] = ACTIONS(2512), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2512), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2512), - [aux_sym_preproc_else_token1] = ACTIONS(2512), - [aux_sym_preproc_elif_token1] = ACTIONS(2512), - [sym_preproc_directive] = ACTIONS(2512), - [anon_sym_LPAREN2] = ACTIONS(2514), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2514), - [anon_sym_AMP_AMP] = ACTIONS(2514), - [anon_sym_AMP] = ACTIONS(2512), - [anon_sym_SEMI] = ACTIONS(2514), - [anon_sym_typedef] = ACTIONS(2512), - [anon_sym_extern] = ACTIONS(2512), - [anon_sym___attribute__] = ACTIONS(2512), - [anon_sym_COLON_COLON] = ACTIONS(2514), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2514), - [anon_sym___declspec] = ACTIONS(2512), - [anon_sym___based] = ACTIONS(2512), - [anon_sym___cdecl] = ACTIONS(2512), - [anon_sym___clrcall] = ACTIONS(2512), - [anon_sym___stdcall] = ACTIONS(2512), - [anon_sym___fastcall] = ACTIONS(2512), - [anon_sym___thiscall] = ACTIONS(2512), - [anon_sym___vectorcall] = ACTIONS(2512), - [anon_sym_LBRACE] = ACTIONS(2514), - [anon_sym_LBRACK] = ACTIONS(2512), - [anon_sym_static] = ACTIONS(2512), - [anon_sym_register] = ACTIONS(2512), - [anon_sym_inline] = ACTIONS(2512), - [anon_sym_thread_local] = ACTIONS(2512), - [anon_sym_const] = ACTIONS(2512), - [anon_sym_volatile] = ACTIONS(2512), - [anon_sym_restrict] = ACTIONS(2512), - [anon_sym__Atomic] = ACTIONS(2512), - [anon_sym_mutable] = ACTIONS(2512), - [anon_sym_constexpr] = ACTIONS(2512), - [anon_sym_constinit] = ACTIONS(2512), - [anon_sym_consteval] = ACTIONS(2512), - [anon_sym_signed] = ACTIONS(2512), - [anon_sym_unsigned] = ACTIONS(2512), - [anon_sym_long] = ACTIONS(2512), - [anon_sym_short] = ACTIONS(2512), - [sym_primitive_type] = ACTIONS(2512), - [anon_sym_enum] = ACTIONS(2512), - [anon_sym_class] = ACTIONS(2512), - [anon_sym_struct] = ACTIONS(2512), - [anon_sym_union] = ACTIONS(2512), - [anon_sym_if] = ACTIONS(2512), - [anon_sym_else] = ACTIONS(2512), - [anon_sym_switch] = ACTIONS(2512), - [anon_sym_case] = ACTIONS(2512), - [anon_sym_default] = ACTIONS(2512), - [anon_sym_while] = ACTIONS(2512), - [anon_sym_do] = ACTIONS(2512), - [anon_sym_for] = ACTIONS(2512), - [anon_sym_return] = ACTIONS(2512), - [anon_sym_break] = ACTIONS(2512), - [anon_sym_continue] = ACTIONS(2512), - [anon_sym_goto] = ACTIONS(2512), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(2514), - [anon_sym_PLUS_PLUS] = ACTIONS(2514), - [anon_sym_sizeof] = ACTIONS(2512), - [sym_number_literal] = ACTIONS(2514), - [anon_sym_L_SQUOTE] = ACTIONS(2514), - [anon_sym_u_SQUOTE] = ACTIONS(2514), - [anon_sym_U_SQUOTE] = ACTIONS(2514), - [anon_sym_u8_SQUOTE] = ACTIONS(2514), - [anon_sym_SQUOTE] = ACTIONS(2514), - [anon_sym_L_DQUOTE] = ACTIONS(2514), - [anon_sym_u_DQUOTE] = ACTIONS(2514), - [anon_sym_U_DQUOTE] = ACTIONS(2514), - [anon_sym_u8_DQUOTE] = ACTIONS(2514), - [anon_sym_DQUOTE] = ACTIONS(2514), - [sym_true] = ACTIONS(2512), - [sym_false] = ACTIONS(2512), - [sym_null] = ACTIONS(2512), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2512), - [anon_sym_decltype] = ACTIONS(2512), - [anon_sym_virtual] = ACTIONS(2512), - [anon_sym_explicit] = ACTIONS(2512), - [anon_sym_typename] = ACTIONS(2512), - [anon_sym_template] = ACTIONS(2512), - [anon_sym_operator] = ACTIONS(2512), - [anon_sym_try] = ACTIONS(2512), - [anon_sym_delete] = ACTIONS(2512), - [anon_sym_throw] = ACTIONS(2512), - [anon_sym_namespace] = ACTIONS(2512), - [anon_sym_using] = ACTIONS(2512), - [anon_sym_static_assert] = ACTIONS(2512), - [anon_sym_concept] = ACTIONS(2512), - [anon_sym_co_return] = ACTIONS(2512), - [anon_sym_co_yield] = ACTIONS(2512), - [anon_sym_R_DQUOTE] = ACTIONS(2514), - [anon_sym_LR_DQUOTE] = ACTIONS(2514), - [anon_sym_uR_DQUOTE] = ACTIONS(2514), - [anon_sym_UR_DQUOTE] = ACTIONS(2514), - [anon_sym_u8R_DQUOTE] = ACTIONS(2514), - [anon_sym_co_await] = ACTIONS(2512), - [anon_sym_new] = ACTIONS(2512), - [anon_sym_requires] = ACTIONS(2512), - [sym_this] = ACTIONS(2512), - [sym_nullptr] = ACTIONS(2512), - }, - [387] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [388] = { - [sym_identifier] = ACTIONS(2516), - [aux_sym_preproc_include_token1] = ACTIONS(2516), - [aux_sym_preproc_def_token1] = ACTIONS(2516), - [aux_sym_preproc_if_token1] = ACTIONS(2516), - [aux_sym_preproc_if_token2] = ACTIONS(2516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2516), - [aux_sym_preproc_else_token1] = ACTIONS(2516), - [aux_sym_preproc_elif_token1] = ACTIONS(2516), - [sym_preproc_directive] = ACTIONS(2516), - [anon_sym_LPAREN2] = ACTIONS(2518), - [anon_sym_BANG] = ACTIONS(2518), - [anon_sym_TILDE] = ACTIONS(2518), - [anon_sym_DASH] = ACTIONS(2516), - [anon_sym_PLUS] = ACTIONS(2516), - [anon_sym_STAR] = ACTIONS(2518), - [anon_sym_AMP_AMP] = ACTIONS(2518), - [anon_sym_AMP] = ACTIONS(2516), - [anon_sym_SEMI] = ACTIONS(2518), - [anon_sym_typedef] = ACTIONS(2516), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2518), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym___cdecl] = ACTIONS(2516), - [anon_sym___clrcall] = ACTIONS(2516), - [anon_sym___stdcall] = ACTIONS(2516), - [anon_sym___fastcall] = ACTIONS(2516), - [anon_sym___thiscall] = ACTIONS(2516), - [anon_sym___vectorcall] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(2516), - [anon_sym_static] = ACTIONS(2516), - [anon_sym_register] = ACTIONS(2516), - [anon_sym_inline] = ACTIONS(2516), - [anon_sym_thread_local] = ACTIONS(2516), - [anon_sym_const] = ACTIONS(2516), - [anon_sym_volatile] = ACTIONS(2516), - [anon_sym_restrict] = ACTIONS(2516), - [anon_sym__Atomic] = ACTIONS(2516), - [anon_sym_mutable] = ACTIONS(2516), - [anon_sym_constexpr] = ACTIONS(2516), - [anon_sym_constinit] = ACTIONS(2516), - [anon_sym_consteval] = ACTIONS(2516), - [anon_sym_signed] = ACTIONS(2516), - [anon_sym_unsigned] = ACTIONS(2516), - [anon_sym_long] = ACTIONS(2516), - [anon_sym_short] = ACTIONS(2516), - [sym_primitive_type] = ACTIONS(2516), - [anon_sym_enum] = ACTIONS(2516), - [anon_sym_class] = ACTIONS(2516), - [anon_sym_struct] = ACTIONS(2516), - [anon_sym_union] = ACTIONS(2516), - [anon_sym_if] = ACTIONS(2516), - [anon_sym_else] = ACTIONS(2516), - [anon_sym_switch] = ACTIONS(2516), - [anon_sym_case] = ACTIONS(2516), - [anon_sym_default] = ACTIONS(2516), - [anon_sym_while] = ACTIONS(2516), - [anon_sym_do] = ACTIONS(2516), - [anon_sym_for] = ACTIONS(2516), - [anon_sym_return] = ACTIONS(2516), - [anon_sym_break] = ACTIONS(2516), - [anon_sym_continue] = ACTIONS(2516), - [anon_sym_goto] = ACTIONS(2516), - [anon_sym_not] = ACTIONS(2516), - [anon_sym_compl] = ACTIONS(2516), - [anon_sym_DASH_DASH] = ACTIONS(2518), - [anon_sym_PLUS_PLUS] = ACTIONS(2518), - [anon_sym_sizeof] = ACTIONS(2516), - [sym_number_literal] = ACTIONS(2518), - [anon_sym_L_SQUOTE] = ACTIONS(2518), - [anon_sym_u_SQUOTE] = ACTIONS(2518), - [anon_sym_U_SQUOTE] = ACTIONS(2518), - [anon_sym_u8_SQUOTE] = ACTIONS(2518), - [anon_sym_SQUOTE] = ACTIONS(2518), - [anon_sym_L_DQUOTE] = ACTIONS(2518), - [anon_sym_u_DQUOTE] = ACTIONS(2518), - [anon_sym_U_DQUOTE] = ACTIONS(2518), - [anon_sym_u8_DQUOTE] = ACTIONS(2518), - [anon_sym_DQUOTE] = ACTIONS(2518), - [sym_true] = ACTIONS(2516), - [sym_false] = ACTIONS(2516), - [sym_null] = ACTIONS(2516), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2516), - [anon_sym_decltype] = ACTIONS(2516), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_explicit] = ACTIONS(2516), - [anon_sym_typename] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_try] = ACTIONS(2516), - [anon_sym_delete] = ACTIONS(2516), - [anon_sym_throw] = ACTIONS(2516), - [anon_sym_namespace] = ACTIONS(2516), - [anon_sym_using] = ACTIONS(2516), - [anon_sym_static_assert] = ACTIONS(2516), - [anon_sym_concept] = ACTIONS(2516), - [anon_sym_co_return] = ACTIONS(2516), - [anon_sym_co_yield] = ACTIONS(2516), - [anon_sym_R_DQUOTE] = ACTIONS(2518), - [anon_sym_LR_DQUOTE] = ACTIONS(2518), - [anon_sym_uR_DQUOTE] = ACTIONS(2518), - [anon_sym_UR_DQUOTE] = ACTIONS(2518), - [anon_sym_u8R_DQUOTE] = ACTIONS(2518), - [anon_sym_co_await] = ACTIONS(2516), - [anon_sym_new] = ACTIONS(2516), - [anon_sym_requires] = ACTIONS(2516), - [sym_this] = ACTIONS(2516), - [sym_nullptr] = ACTIONS(2516), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2518), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [389] = { + [405] = { [sym_identifier] = ACTIONS(2520), [aux_sym_preproc_include_token1] = ACTIONS(2520), [aux_sym_preproc_def_token1] = ACTIONS(2520), @@ -82333,237 +83931,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2520), [sym_nullptr] = ACTIONS(2520), }, - [390] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [391] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [406] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [392] = { + [407] = { [sym_identifier] = ACTIONS(2524), [aux_sym_preproc_include_token1] = ACTIONS(2524), [aux_sym_preproc_def_token1] = ACTIONS(2524), @@ -82678,2251 +84161,1906 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2524), [sym_nullptr] = ACTIONS(2524), }, - [393] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [394] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [395] = { - [sym_catch_clause] = STATE(337), - [aux_sym_constructor_try_statement_repeat1] = STATE(337), - [ts_builtin_sym_end] = ACTIONS(2375), - [sym_identifier] = ACTIONS(2373), - [aux_sym_preproc_include_token1] = ACTIONS(2373), - [aux_sym_preproc_def_token1] = ACTIONS(2373), - [aux_sym_preproc_if_token1] = ACTIONS(2373), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2373), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2373), - [sym_preproc_directive] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(2375), - [anon_sym_BANG] = ACTIONS(2375), - [anon_sym_TILDE] = ACTIONS(2375), - [anon_sym_DASH] = ACTIONS(2373), - [anon_sym_PLUS] = ACTIONS(2373), - [anon_sym_STAR] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2375), - [anon_sym_AMP] = ACTIONS(2373), - [anon_sym_SEMI] = ACTIONS(2375), - [anon_sym_typedef] = ACTIONS(2373), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2375), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2375), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym___cdecl] = ACTIONS(2373), - [anon_sym___clrcall] = ACTIONS(2373), - [anon_sym___stdcall] = ACTIONS(2373), - [anon_sym___fastcall] = ACTIONS(2373), - [anon_sym___thiscall] = ACTIONS(2373), - [anon_sym___vectorcall] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2375), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_constinit] = ACTIONS(2373), - [anon_sym_consteval] = ACTIONS(2373), - [anon_sym_signed] = ACTIONS(2373), - [anon_sym_unsigned] = ACTIONS(2373), - [anon_sym_long] = ACTIONS(2373), - [anon_sym_short] = ACTIONS(2373), - [sym_primitive_type] = ACTIONS(2373), - [anon_sym_enum] = ACTIONS(2373), - [anon_sym_class] = ACTIONS(2373), - [anon_sym_struct] = ACTIONS(2373), - [anon_sym_union] = ACTIONS(2373), - [anon_sym_if] = ACTIONS(2373), - [anon_sym_switch] = ACTIONS(2373), - [anon_sym_case] = ACTIONS(2373), - [anon_sym_default] = ACTIONS(2373), - [anon_sym_while] = ACTIONS(2373), - [anon_sym_do] = ACTIONS(2373), - [anon_sym_for] = ACTIONS(2373), - [anon_sym_return] = ACTIONS(2373), - [anon_sym_break] = ACTIONS(2373), - [anon_sym_continue] = ACTIONS(2373), - [anon_sym_goto] = ACTIONS(2373), - [anon_sym_not] = ACTIONS(2373), - [anon_sym_compl] = ACTIONS(2373), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_sizeof] = ACTIONS(2373), - [sym_number_literal] = ACTIONS(2375), - [anon_sym_L_SQUOTE] = ACTIONS(2375), - [anon_sym_u_SQUOTE] = ACTIONS(2375), - [anon_sym_U_SQUOTE] = ACTIONS(2375), - [anon_sym_u8_SQUOTE] = ACTIONS(2375), - [anon_sym_SQUOTE] = ACTIONS(2375), - [anon_sym_L_DQUOTE] = ACTIONS(2375), - [anon_sym_u_DQUOTE] = ACTIONS(2375), - [anon_sym_U_DQUOTE] = ACTIONS(2375), - [anon_sym_u8_DQUOTE] = ACTIONS(2375), - [anon_sym_DQUOTE] = ACTIONS(2375), - [sym_true] = ACTIONS(2373), - [sym_false] = ACTIONS(2373), - [sym_null] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2373), - [anon_sym_decltype] = ACTIONS(2373), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_explicit] = ACTIONS(2373), - [anon_sym_typename] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [anon_sym_operator] = ACTIONS(2373), - [anon_sym_try] = ACTIONS(2373), - [anon_sym_delete] = ACTIONS(2373), - [anon_sym_throw] = ACTIONS(2373), - [anon_sym_namespace] = ACTIONS(2373), - [anon_sym_using] = ACTIONS(2373), - [anon_sym_static_assert] = ACTIONS(2373), - [anon_sym_concept] = ACTIONS(2373), - [anon_sym_co_return] = ACTIONS(2373), - [anon_sym_co_yield] = ACTIONS(2373), - [anon_sym_catch] = ACTIONS(2390), - [anon_sym_R_DQUOTE] = ACTIONS(2375), - [anon_sym_LR_DQUOTE] = ACTIONS(2375), - [anon_sym_uR_DQUOTE] = ACTIONS(2375), - [anon_sym_UR_DQUOTE] = ACTIONS(2375), - [anon_sym_u8R_DQUOTE] = ACTIONS(2375), - [anon_sym_co_await] = ACTIONS(2373), - [anon_sym_new] = ACTIONS(2373), - [anon_sym_requires] = ACTIONS(2373), - [sym_this] = ACTIONS(2373), - [sym_nullptr] = ACTIONS(2373), - }, - [396] = { - [sym_identifier] = ACTIONS(2354), - [aux_sym_preproc_include_token1] = ACTIONS(2354), - [aux_sym_preproc_def_token1] = ACTIONS(2354), - [anon_sym_COMMA] = ACTIONS(2528), - [aux_sym_preproc_if_token1] = ACTIONS(2354), - [aux_sym_preproc_if_token2] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2354), - [aux_sym_preproc_else_token1] = ACTIONS(2354), - [aux_sym_preproc_elif_token1] = ACTIONS(2354), - [sym_preproc_directive] = ACTIONS(2354), - [anon_sym_LPAREN2] = ACTIONS(2352), - [anon_sym_BANG] = ACTIONS(2352), - [anon_sym_TILDE] = ACTIONS(2352), - [anon_sym_DASH] = ACTIONS(2354), - [anon_sym_PLUS] = ACTIONS(2354), - [anon_sym_STAR] = ACTIONS(2352), - [anon_sym_AMP_AMP] = ACTIONS(2352), - [anon_sym_AMP] = ACTIONS(2354), - [anon_sym_SEMI] = ACTIONS(2528), - [anon_sym_typedef] = ACTIONS(2354), - [anon_sym_extern] = ACTIONS(2354), - [anon_sym___attribute__] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2352), - [anon_sym___declspec] = ACTIONS(2354), - [anon_sym___based] = ACTIONS(2354), - [anon_sym___cdecl] = ACTIONS(2354), - [anon_sym___clrcall] = ACTIONS(2354), - [anon_sym___stdcall] = ACTIONS(2354), - [anon_sym___fastcall] = ACTIONS(2354), - [anon_sym___thiscall] = ACTIONS(2354), - [anon_sym___vectorcall] = ACTIONS(2354), - [anon_sym_LBRACE] = ACTIONS(2352), - [anon_sym_LBRACK] = ACTIONS(2354), - [anon_sym_static] = ACTIONS(2354), - [anon_sym_register] = ACTIONS(2354), - [anon_sym_inline] = ACTIONS(2354), - [anon_sym_thread_local] = ACTIONS(2354), - [anon_sym_const] = ACTIONS(2354), - [anon_sym_volatile] = ACTIONS(2354), - [anon_sym_restrict] = ACTIONS(2354), - [anon_sym__Atomic] = ACTIONS(2354), - [anon_sym_mutable] = ACTIONS(2354), - [anon_sym_constexpr] = ACTIONS(2354), - [anon_sym_constinit] = ACTIONS(2354), - [anon_sym_consteval] = ACTIONS(2354), - [anon_sym_signed] = ACTIONS(2354), - [anon_sym_unsigned] = ACTIONS(2354), - [anon_sym_long] = ACTIONS(2354), - [anon_sym_short] = ACTIONS(2354), - [sym_primitive_type] = ACTIONS(2354), - [anon_sym_enum] = ACTIONS(2354), - [anon_sym_class] = ACTIONS(2354), - [anon_sym_struct] = ACTIONS(2354), - [anon_sym_union] = ACTIONS(2354), - [anon_sym_if] = ACTIONS(2354), - [anon_sym_switch] = ACTIONS(2354), - [anon_sym_case] = ACTIONS(2354), - [anon_sym_default] = ACTIONS(2354), - [anon_sym_while] = ACTIONS(2354), - [anon_sym_do] = ACTIONS(2354), - [anon_sym_for] = ACTIONS(2354), - [anon_sym_return] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_goto] = ACTIONS(2354), - [anon_sym_not] = ACTIONS(2354), - [anon_sym_compl] = ACTIONS(2354), - [anon_sym_DASH_DASH] = ACTIONS(2352), - [anon_sym_PLUS_PLUS] = ACTIONS(2352), - [anon_sym_sizeof] = ACTIONS(2354), - [sym_number_literal] = ACTIONS(2352), - [anon_sym_L_SQUOTE] = ACTIONS(2352), - [anon_sym_u_SQUOTE] = ACTIONS(2352), - [anon_sym_U_SQUOTE] = ACTIONS(2352), - [anon_sym_u8_SQUOTE] = ACTIONS(2352), - [anon_sym_SQUOTE] = ACTIONS(2352), - [anon_sym_L_DQUOTE] = ACTIONS(2352), - [anon_sym_u_DQUOTE] = ACTIONS(2352), - [anon_sym_U_DQUOTE] = ACTIONS(2352), - [anon_sym_u8_DQUOTE] = ACTIONS(2352), - [anon_sym_DQUOTE] = ACTIONS(2352), - [sym_true] = ACTIONS(2354), - [sym_false] = ACTIONS(2354), - [sym_null] = ACTIONS(2354), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2354), - [anon_sym_decltype] = ACTIONS(2354), - [anon_sym_virtual] = ACTIONS(2354), - [anon_sym_explicit] = ACTIONS(2354), - [anon_sym_typename] = ACTIONS(2354), - [anon_sym_template] = ACTIONS(2354), - [anon_sym_operator] = ACTIONS(2354), - [anon_sym_try] = ACTIONS(2354), - [anon_sym_delete] = ACTIONS(2354), - [anon_sym_throw] = ACTIONS(2354), - [anon_sym_namespace] = ACTIONS(2354), - [anon_sym_using] = ACTIONS(2354), - [anon_sym_static_assert] = ACTIONS(2354), - [anon_sym_concept] = ACTIONS(2354), - [anon_sym_co_return] = ACTIONS(2354), - [anon_sym_co_yield] = ACTIONS(2354), - [anon_sym_R_DQUOTE] = ACTIONS(2352), - [anon_sym_LR_DQUOTE] = ACTIONS(2352), - [anon_sym_uR_DQUOTE] = ACTIONS(2352), - [anon_sym_UR_DQUOTE] = ACTIONS(2352), - [anon_sym_u8R_DQUOTE] = ACTIONS(2352), - [anon_sym_co_await] = ACTIONS(2354), - [anon_sym_new] = ACTIONS(2354), - [anon_sym_requires] = ACTIONS(2354), - [sym_this] = ACTIONS(2354), - [sym_nullptr] = ACTIONS(2354), - }, - [397] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [398] = { - [sym_identifier] = ACTIONS(2530), - [aux_sym_preproc_include_token1] = ACTIONS(2530), - [aux_sym_preproc_def_token1] = ACTIONS(2530), - [aux_sym_preproc_if_token1] = ACTIONS(2530), - [aux_sym_preproc_if_token2] = ACTIONS(2530), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2530), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2530), - [aux_sym_preproc_else_token1] = ACTIONS(2530), - [aux_sym_preproc_elif_token1] = ACTIONS(2530), - [sym_preproc_directive] = ACTIONS(2530), - [anon_sym_LPAREN2] = ACTIONS(2532), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_TILDE] = ACTIONS(2532), - [anon_sym_DASH] = ACTIONS(2530), - [anon_sym_PLUS] = ACTIONS(2530), - [anon_sym_STAR] = ACTIONS(2532), - [anon_sym_AMP_AMP] = ACTIONS(2532), - [anon_sym_AMP] = ACTIONS(2530), - [anon_sym_SEMI] = ACTIONS(2532), - [anon_sym_typedef] = ACTIONS(2530), - [anon_sym_extern] = ACTIONS(2530), - [anon_sym___attribute__] = ACTIONS(2530), - [anon_sym_COLON_COLON] = ACTIONS(2532), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2532), - [anon_sym___declspec] = ACTIONS(2530), - [anon_sym___based] = ACTIONS(2530), - [anon_sym___cdecl] = ACTIONS(2530), - [anon_sym___clrcall] = ACTIONS(2530), - [anon_sym___stdcall] = ACTIONS(2530), - [anon_sym___fastcall] = ACTIONS(2530), - [anon_sym___thiscall] = ACTIONS(2530), - [anon_sym___vectorcall] = ACTIONS(2530), - [anon_sym_LBRACE] = ACTIONS(2532), - [anon_sym_LBRACK] = ACTIONS(2530), - [anon_sym_static] = ACTIONS(2530), - [anon_sym_register] = ACTIONS(2530), - [anon_sym_inline] = ACTIONS(2530), - [anon_sym_thread_local] = ACTIONS(2530), - [anon_sym_const] = ACTIONS(2530), - [anon_sym_volatile] = ACTIONS(2530), - [anon_sym_restrict] = ACTIONS(2530), - [anon_sym__Atomic] = ACTIONS(2530), - [anon_sym_mutable] = ACTIONS(2530), - [anon_sym_constexpr] = ACTIONS(2530), - [anon_sym_constinit] = ACTIONS(2530), - [anon_sym_consteval] = ACTIONS(2530), - [anon_sym_signed] = ACTIONS(2530), - [anon_sym_unsigned] = ACTIONS(2530), - [anon_sym_long] = ACTIONS(2530), - [anon_sym_short] = ACTIONS(2530), - [sym_primitive_type] = ACTIONS(2530), - [anon_sym_enum] = ACTIONS(2530), - [anon_sym_class] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2530), - [anon_sym_if] = ACTIONS(2530), - [anon_sym_else] = ACTIONS(2530), - [anon_sym_switch] = ACTIONS(2530), - [anon_sym_case] = ACTIONS(2530), - [anon_sym_default] = ACTIONS(2530), - [anon_sym_while] = ACTIONS(2530), - [anon_sym_do] = ACTIONS(2530), - [anon_sym_for] = ACTIONS(2530), - [anon_sym_return] = ACTIONS(2530), - [anon_sym_break] = ACTIONS(2530), - [anon_sym_continue] = ACTIONS(2530), - [anon_sym_goto] = ACTIONS(2530), - [anon_sym_not] = ACTIONS(2530), - [anon_sym_compl] = ACTIONS(2530), - [anon_sym_DASH_DASH] = ACTIONS(2532), - [anon_sym_PLUS_PLUS] = ACTIONS(2532), - [anon_sym_sizeof] = ACTIONS(2530), - [sym_number_literal] = ACTIONS(2532), - [anon_sym_L_SQUOTE] = ACTIONS(2532), - [anon_sym_u_SQUOTE] = ACTIONS(2532), - [anon_sym_U_SQUOTE] = ACTIONS(2532), - [anon_sym_u8_SQUOTE] = ACTIONS(2532), - [anon_sym_SQUOTE] = ACTIONS(2532), - [anon_sym_L_DQUOTE] = ACTIONS(2532), - [anon_sym_u_DQUOTE] = ACTIONS(2532), - [anon_sym_U_DQUOTE] = ACTIONS(2532), - [anon_sym_u8_DQUOTE] = ACTIONS(2532), - [anon_sym_DQUOTE] = ACTIONS(2532), - [sym_true] = ACTIONS(2530), - [sym_false] = ACTIONS(2530), - [sym_null] = ACTIONS(2530), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2530), - [anon_sym_decltype] = ACTIONS(2530), - [anon_sym_virtual] = ACTIONS(2530), - [anon_sym_explicit] = ACTIONS(2530), - [anon_sym_typename] = ACTIONS(2530), - [anon_sym_template] = ACTIONS(2530), - [anon_sym_operator] = ACTIONS(2530), - [anon_sym_try] = ACTIONS(2530), - [anon_sym_delete] = ACTIONS(2530), - [anon_sym_throw] = ACTIONS(2530), - [anon_sym_namespace] = ACTIONS(2530), - [anon_sym_using] = ACTIONS(2530), - [anon_sym_static_assert] = ACTIONS(2530), - [anon_sym_concept] = ACTIONS(2530), - [anon_sym_co_return] = ACTIONS(2530), - [anon_sym_co_yield] = ACTIONS(2530), - [anon_sym_R_DQUOTE] = ACTIONS(2532), - [anon_sym_LR_DQUOTE] = ACTIONS(2532), - [anon_sym_uR_DQUOTE] = ACTIONS(2532), - [anon_sym_UR_DQUOTE] = ACTIONS(2532), - [anon_sym_u8R_DQUOTE] = ACTIONS(2532), - [anon_sym_co_await] = ACTIONS(2530), - [anon_sym_new] = ACTIONS(2530), - [anon_sym_requires] = ACTIONS(2530), - [sym_this] = ACTIONS(2530), - [sym_nullptr] = ACTIONS(2530), - }, - [399] = { - [sym_identifier] = ACTIONS(2534), - [aux_sym_preproc_include_token1] = ACTIONS(2534), - [aux_sym_preproc_def_token1] = ACTIONS(2534), - [aux_sym_preproc_if_token1] = ACTIONS(2534), - [aux_sym_preproc_if_token2] = ACTIONS(2534), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2534), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2534), - [aux_sym_preproc_else_token1] = ACTIONS(2534), - [aux_sym_preproc_elif_token1] = ACTIONS(2534), - [sym_preproc_directive] = ACTIONS(2534), - [anon_sym_LPAREN2] = ACTIONS(2536), - [anon_sym_BANG] = ACTIONS(2536), - [anon_sym_TILDE] = ACTIONS(2536), - [anon_sym_DASH] = ACTIONS(2534), - [anon_sym_PLUS] = ACTIONS(2534), - [anon_sym_STAR] = ACTIONS(2536), - [anon_sym_AMP_AMP] = ACTIONS(2536), - [anon_sym_AMP] = ACTIONS(2534), - [anon_sym_SEMI] = ACTIONS(2536), - [anon_sym_typedef] = ACTIONS(2534), - [anon_sym_extern] = ACTIONS(2534), - [anon_sym___attribute__] = ACTIONS(2534), - [anon_sym_COLON_COLON] = ACTIONS(2536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2536), - [anon_sym___declspec] = ACTIONS(2534), - [anon_sym___based] = ACTIONS(2534), - [anon_sym___cdecl] = ACTIONS(2534), - [anon_sym___clrcall] = ACTIONS(2534), - [anon_sym___stdcall] = ACTIONS(2534), - [anon_sym___fastcall] = ACTIONS(2534), - [anon_sym___thiscall] = ACTIONS(2534), - [anon_sym___vectorcall] = ACTIONS(2534), - [anon_sym_LBRACE] = ACTIONS(2536), - [anon_sym_LBRACK] = ACTIONS(2534), - [anon_sym_static] = ACTIONS(2534), - [anon_sym_register] = ACTIONS(2534), - [anon_sym_inline] = ACTIONS(2534), - [anon_sym_thread_local] = ACTIONS(2534), - [anon_sym_const] = ACTIONS(2534), - [anon_sym_volatile] = ACTIONS(2534), - [anon_sym_restrict] = ACTIONS(2534), - [anon_sym__Atomic] = ACTIONS(2534), - [anon_sym_mutable] = ACTIONS(2534), - [anon_sym_constexpr] = ACTIONS(2534), - [anon_sym_constinit] = ACTIONS(2534), - [anon_sym_consteval] = ACTIONS(2534), - [anon_sym_signed] = ACTIONS(2534), - [anon_sym_unsigned] = ACTIONS(2534), - [anon_sym_long] = ACTIONS(2534), - [anon_sym_short] = ACTIONS(2534), - [sym_primitive_type] = ACTIONS(2534), - [anon_sym_enum] = ACTIONS(2534), - [anon_sym_class] = ACTIONS(2534), - [anon_sym_struct] = ACTIONS(2534), - [anon_sym_union] = ACTIONS(2534), - [anon_sym_if] = ACTIONS(2534), - [anon_sym_else] = ACTIONS(2534), - [anon_sym_switch] = ACTIONS(2534), - [anon_sym_case] = ACTIONS(2534), - [anon_sym_default] = ACTIONS(2534), - [anon_sym_while] = ACTIONS(2534), - [anon_sym_do] = ACTIONS(2534), - [anon_sym_for] = ACTIONS(2534), - [anon_sym_return] = ACTIONS(2534), - [anon_sym_break] = ACTIONS(2534), - [anon_sym_continue] = ACTIONS(2534), - [anon_sym_goto] = ACTIONS(2534), - [anon_sym_not] = ACTIONS(2534), - [anon_sym_compl] = ACTIONS(2534), - [anon_sym_DASH_DASH] = ACTIONS(2536), - [anon_sym_PLUS_PLUS] = ACTIONS(2536), - [anon_sym_sizeof] = ACTIONS(2534), - [sym_number_literal] = ACTIONS(2536), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2536), - [anon_sym_u_DQUOTE] = ACTIONS(2536), - [anon_sym_U_DQUOTE] = ACTIONS(2536), - [anon_sym_u8_DQUOTE] = ACTIONS(2536), - [anon_sym_DQUOTE] = ACTIONS(2536), - [sym_true] = ACTIONS(2534), - [sym_false] = ACTIONS(2534), - [sym_null] = ACTIONS(2534), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2534), - [anon_sym_decltype] = ACTIONS(2534), - [anon_sym_virtual] = ACTIONS(2534), - [anon_sym_explicit] = ACTIONS(2534), - [anon_sym_typename] = ACTIONS(2534), - [anon_sym_template] = ACTIONS(2534), - [anon_sym_operator] = ACTIONS(2534), - [anon_sym_try] = ACTIONS(2534), - [anon_sym_delete] = ACTIONS(2534), - [anon_sym_throw] = ACTIONS(2534), - [anon_sym_namespace] = ACTIONS(2534), - [anon_sym_using] = ACTIONS(2534), - [anon_sym_static_assert] = ACTIONS(2534), - [anon_sym_concept] = ACTIONS(2534), - [anon_sym_co_return] = ACTIONS(2534), - [anon_sym_co_yield] = ACTIONS(2534), - [anon_sym_R_DQUOTE] = ACTIONS(2536), - [anon_sym_LR_DQUOTE] = ACTIONS(2536), - [anon_sym_uR_DQUOTE] = ACTIONS(2536), - [anon_sym_UR_DQUOTE] = ACTIONS(2536), - [anon_sym_u8R_DQUOTE] = ACTIONS(2536), - [anon_sym_co_await] = ACTIONS(2534), - [anon_sym_new] = ACTIONS(2534), - [anon_sym_requires] = ACTIONS(2534), - [sym_this] = ACTIONS(2534), - [sym_nullptr] = ACTIONS(2534), - }, - [400] = { - [sym_identifier] = ACTIONS(2538), - [aux_sym_preproc_include_token1] = ACTIONS(2538), - [aux_sym_preproc_def_token1] = ACTIONS(2538), - [aux_sym_preproc_if_token1] = ACTIONS(2538), - [aux_sym_preproc_if_token2] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), - [aux_sym_preproc_else_token1] = ACTIONS(2538), - [aux_sym_preproc_elif_token1] = ACTIONS(2538), - [sym_preproc_directive] = ACTIONS(2538), - [anon_sym_LPAREN2] = ACTIONS(2540), - [anon_sym_BANG] = ACTIONS(2540), - [anon_sym_TILDE] = ACTIONS(2540), - [anon_sym_DASH] = ACTIONS(2538), - [anon_sym_PLUS] = ACTIONS(2538), - [anon_sym_STAR] = ACTIONS(2540), - [anon_sym_AMP_AMP] = ACTIONS(2540), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_SEMI] = ACTIONS(2540), - [anon_sym_typedef] = ACTIONS(2538), - [anon_sym_extern] = ACTIONS(2538), - [anon_sym___attribute__] = ACTIONS(2538), - [anon_sym_COLON_COLON] = ACTIONS(2540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), - [anon_sym___declspec] = ACTIONS(2538), - [anon_sym___based] = ACTIONS(2538), - [anon_sym___cdecl] = ACTIONS(2538), - [anon_sym___clrcall] = ACTIONS(2538), - [anon_sym___stdcall] = ACTIONS(2538), - [anon_sym___fastcall] = ACTIONS(2538), - [anon_sym___thiscall] = ACTIONS(2538), - [anon_sym___vectorcall] = ACTIONS(2538), - [anon_sym_LBRACE] = ACTIONS(2540), - [anon_sym_LBRACK] = ACTIONS(2538), - [anon_sym_static] = ACTIONS(2538), - [anon_sym_register] = ACTIONS(2538), - [anon_sym_inline] = ACTIONS(2538), - [anon_sym_thread_local] = ACTIONS(2538), - [anon_sym_const] = ACTIONS(2538), - [anon_sym_volatile] = ACTIONS(2538), - [anon_sym_restrict] = ACTIONS(2538), - [anon_sym__Atomic] = ACTIONS(2538), - [anon_sym_mutable] = ACTIONS(2538), - [anon_sym_constexpr] = ACTIONS(2538), - [anon_sym_constinit] = ACTIONS(2538), - [anon_sym_consteval] = ACTIONS(2538), - [anon_sym_signed] = ACTIONS(2538), - [anon_sym_unsigned] = ACTIONS(2538), - [anon_sym_long] = ACTIONS(2538), - [anon_sym_short] = ACTIONS(2538), - [sym_primitive_type] = ACTIONS(2538), - [anon_sym_enum] = ACTIONS(2538), - [anon_sym_class] = ACTIONS(2538), - [anon_sym_struct] = ACTIONS(2538), - [anon_sym_union] = ACTIONS(2538), - [anon_sym_if] = ACTIONS(2538), - [anon_sym_else] = ACTIONS(2538), - [anon_sym_switch] = ACTIONS(2538), - [anon_sym_case] = ACTIONS(2538), - [anon_sym_default] = ACTIONS(2538), - [anon_sym_while] = ACTIONS(2538), - [anon_sym_do] = ACTIONS(2538), - [anon_sym_for] = ACTIONS(2538), - [anon_sym_return] = ACTIONS(2538), - [anon_sym_break] = ACTIONS(2538), - [anon_sym_continue] = ACTIONS(2538), - [anon_sym_goto] = ACTIONS(2538), - [anon_sym_not] = ACTIONS(2538), - [anon_sym_compl] = ACTIONS(2538), - [anon_sym_DASH_DASH] = ACTIONS(2540), - [anon_sym_PLUS_PLUS] = ACTIONS(2540), - [anon_sym_sizeof] = ACTIONS(2538), - [sym_number_literal] = ACTIONS(2540), - [anon_sym_L_SQUOTE] = ACTIONS(2540), - [anon_sym_u_SQUOTE] = ACTIONS(2540), - [anon_sym_U_SQUOTE] = ACTIONS(2540), - [anon_sym_u8_SQUOTE] = ACTIONS(2540), - [anon_sym_SQUOTE] = ACTIONS(2540), - [anon_sym_L_DQUOTE] = ACTIONS(2540), - [anon_sym_u_DQUOTE] = ACTIONS(2540), - [anon_sym_U_DQUOTE] = ACTIONS(2540), - [anon_sym_u8_DQUOTE] = ACTIONS(2540), - [anon_sym_DQUOTE] = ACTIONS(2540), - [sym_true] = ACTIONS(2538), - [sym_false] = ACTIONS(2538), - [sym_null] = ACTIONS(2538), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2538), - [anon_sym_decltype] = ACTIONS(2538), - [anon_sym_virtual] = ACTIONS(2538), - [anon_sym_explicit] = ACTIONS(2538), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(2538), - [anon_sym_operator] = ACTIONS(2538), - [anon_sym_try] = ACTIONS(2538), - [anon_sym_delete] = ACTIONS(2538), - [anon_sym_throw] = ACTIONS(2538), - [anon_sym_namespace] = ACTIONS(2538), - [anon_sym_using] = ACTIONS(2538), - [anon_sym_static_assert] = ACTIONS(2538), - [anon_sym_concept] = ACTIONS(2538), - [anon_sym_co_return] = ACTIONS(2538), - [anon_sym_co_yield] = ACTIONS(2538), - [anon_sym_R_DQUOTE] = ACTIONS(2540), - [anon_sym_LR_DQUOTE] = ACTIONS(2540), - [anon_sym_uR_DQUOTE] = ACTIONS(2540), - [anon_sym_UR_DQUOTE] = ACTIONS(2540), - [anon_sym_u8R_DQUOTE] = ACTIONS(2540), - [anon_sym_co_await] = ACTIONS(2538), - [anon_sym_new] = ACTIONS(2538), - [anon_sym_requires] = ACTIONS(2538), - [sym_this] = ACTIONS(2538), - [sym_nullptr] = ACTIONS(2538), - }, - [401] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3607), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5523), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(6063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), + [408] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), [anon_sym_L_SQUOTE] = ACTIONS(2458), [anon_sym_u_SQUOTE] = ACTIONS(2458), [anon_sym_U_SQUOTE] = ACTIONS(2458), [anon_sym_u8_SQUOTE] = ACTIONS(2458), [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2542), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [402] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [409] = { + [sym_identifier] = ACTIONS(2528), + [aux_sym_preproc_include_token1] = ACTIONS(2528), + [aux_sym_preproc_def_token1] = ACTIONS(2528), + [aux_sym_preproc_if_token1] = ACTIONS(2528), + [aux_sym_preproc_if_token2] = ACTIONS(2528), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2528), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2528), + [aux_sym_preproc_else_token1] = ACTIONS(2528), + [aux_sym_preproc_elif_token1] = ACTIONS(2528), + [sym_preproc_directive] = ACTIONS(2528), + [anon_sym_LPAREN2] = ACTIONS(2530), + [anon_sym_BANG] = ACTIONS(2530), + [anon_sym_TILDE] = ACTIONS(2530), + [anon_sym_DASH] = ACTIONS(2528), + [anon_sym_PLUS] = ACTIONS(2528), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_AMP_AMP] = ACTIONS(2530), + [anon_sym_AMP] = ACTIONS(2528), + [anon_sym_SEMI] = ACTIONS(2530), + [anon_sym_typedef] = ACTIONS(2528), + [anon_sym_extern] = ACTIONS(2528), + [anon_sym___attribute__] = ACTIONS(2528), + [anon_sym_COLON_COLON] = ACTIONS(2530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2530), + [anon_sym___declspec] = ACTIONS(2528), + [anon_sym___based] = ACTIONS(2528), + [anon_sym___cdecl] = ACTIONS(2528), + [anon_sym___clrcall] = ACTIONS(2528), + [anon_sym___stdcall] = ACTIONS(2528), + [anon_sym___fastcall] = ACTIONS(2528), + [anon_sym___thiscall] = ACTIONS(2528), + [anon_sym___vectorcall] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2528), + [anon_sym_static] = ACTIONS(2528), + [anon_sym_register] = ACTIONS(2528), + [anon_sym_inline] = ACTIONS(2528), + [anon_sym_thread_local] = ACTIONS(2528), + [anon_sym_const] = ACTIONS(2528), + [anon_sym_volatile] = ACTIONS(2528), + [anon_sym_restrict] = ACTIONS(2528), + [anon_sym__Atomic] = ACTIONS(2528), + [anon_sym_mutable] = ACTIONS(2528), + [anon_sym_constexpr] = ACTIONS(2528), + [anon_sym_constinit] = ACTIONS(2528), + [anon_sym_consteval] = ACTIONS(2528), + [anon_sym_signed] = ACTIONS(2528), + [anon_sym_unsigned] = ACTIONS(2528), + [anon_sym_long] = ACTIONS(2528), + [anon_sym_short] = ACTIONS(2528), + [sym_primitive_type] = ACTIONS(2528), + [anon_sym_enum] = ACTIONS(2528), + [anon_sym_class] = ACTIONS(2528), + [anon_sym_struct] = ACTIONS(2528), + [anon_sym_union] = ACTIONS(2528), + [anon_sym_if] = ACTIONS(2528), + [anon_sym_else] = ACTIONS(2528), + [anon_sym_switch] = ACTIONS(2528), + [anon_sym_case] = ACTIONS(2528), + [anon_sym_default] = ACTIONS(2528), + [anon_sym_while] = ACTIONS(2528), + [anon_sym_do] = ACTIONS(2528), + [anon_sym_for] = ACTIONS(2528), + [anon_sym_return] = ACTIONS(2528), + [anon_sym_break] = ACTIONS(2528), + [anon_sym_continue] = ACTIONS(2528), + [anon_sym_goto] = ACTIONS(2528), + [anon_sym_not] = ACTIONS(2528), + [anon_sym_compl] = ACTIONS(2528), + [anon_sym_DASH_DASH] = ACTIONS(2530), + [anon_sym_PLUS_PLUS] = ACTIONS(2530), + [anon_sym_sizeof] = ACTIONS(2528), + [sym_number_literal] = ACTIONS(2530), + [anon_sym_L_SQUOTE] = ACTIONS(2530), + [anon_sym_u_SQUOTE] = ACTIONS(2530), + [anon_sym_U_SQUOTE] = ACTIONS(2530), + [anon_sym_u8_SQUOTE] = ACTIONS(2530), + [anon_sym_SQUOTE] = ACTIONS(2530), + [anon_sym_L_DQUOTE] = ACTIONS(2530), + [anon_sym_u_DQUOTE] = ACTIONS(2530), + [anon_sym_U_DQUOTE] = ACTIONS(2530), + [anon_sym_u8_DQUOTE] = ACTIONS(2530), + [anon_sym_DQUOTE] = ACTIONS(2530), + [sym_true] = ACTIONS(2528), + [sym_false] = ACTIONS(2528), + [sym_null] = ACTIONS(2528), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2528), + [anon_sym_decltype] = ACTIONS(2528), + [anon_sym_virtual] = ACTIONS(2528), + [anon_sym_explicit] = ACTIONS(2528), + [anon_sym_typename] = ACTIONS(2528), + [anon_sym_template] = ACTIONS(2528), + [anon_sym_operator] = ACTIONS(2528), + [anon_sym_try] = ACTIONS(2528), + [anon_sym_delete] = ACTIONS(2528), + [anon_sym_throw] = ACTIONS(2528), + [anon_sym_namespace] = ACTIONS(2528), + [anon_sym_using] = ACTIONS(2528), + [anon_sym_static_assert] = ACTIONS(2528), + [anon_sym_concept] = ACTIONS(2528), + [anon_sym_co_return] = ACTIONS(2528), + [anon_sym_co_yield] = ACTIONS(2528), + [anon_sym_R_DQUOTE] = ACTIONS(2530), + [anon_sym_LR_DQUOTE] = ACTIONS(2530), + [anon_sym_uR_DQUOTE] = ACTIONS(2530), + [anon_sym_UR_DQUOTE] = ACTIONS(2530), + [anon_sym_u8R_DQUOTE] = ACTIONS(2530), + [anon_sym_co_await] = ACTIONS(2528), + [anon_sym_new] = ACTIONS(2528), + [anon_sym_requires] = ACTIONS(2528), + [sym_this] = ACTIONS(2528), + [sym_nullptr] = ACTIONS(2528), }, - [403] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [410] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [404] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3608), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5665), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(6084), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), + [411] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), [anon_sym_L_SQUOTE] = ACTIONS(2458), [anon_sym_u_SQUOTE] = ACTIONS(2458), [anon_sym_U_SQUOTE] = ACTIONS(2458), [anon_sym_u8_SQUOTE] = ACTIONS(2458), [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2544), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [405] = { - [sym_identifier] = ACTIONS(2538), - [aux_sym_preproc_include_token1] = ACTIONS(2538), - [aux_sym_preproc_def_token1] = ACTIONS(2538), - [aux_sym_preproc_if_token1] = ACTIONS(2538), - [aux_sym_preproc_if_token2] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), - [aux_sym_preproc_else_token1] = ACTIONS(2538), - [aux_sym_preproc_elif_token1] = ACTIONS(2538), - [sym_preproc_directive] = ACTIONS(2538), - [anon_sym_LPAREN2] = ACTIONS(2540), - [anon_sym_BANG] = ACTIONS(2540), - [anon_sym_TILDE] = ACTIONS(2540), - [anon_sym_DASH] = ACTIONS(2538), - [anon_sym_PLUS] = ACTIONS(2538), - [anon_sym_STAR] = ACTIONS(2540), - [anon_sym_AMP_AMP] = ACTIONS(2540), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_SEMI] = ACTIONS(2540), - [anon_sym_typedef] = ACTIONS(2538), - [anon_sym_extern] = ACTIONS(2538), - [anon_sym___attribute__] = ACTIONS(2538), - [anon_sym_COLON_COLON] = ACTIONS(2540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), - [anon_sym___declspec] = ACTIONS(2538), - [anon_sym___based] = ACTIONS(2538), - [anon_sym___cdecl] = ACTIONS(2538), - [anon_sym___clrcall] = ACTIONS(2538), - [anon_sym___stdcall] = ACTIONS(2538), - [anon_sym___fastcall] = ACTIONS(2538), - [anon_sym___thiscall] = ACTIONS(2538), - [anon_sym___vectorcall] = ACTIONS(2538), - [anon_sym_LBRACE] = ACTIONS(2540), - [anon_sym_LBRACK] = ACTIONS(2538), - [anon_sym_static] = ACTIONS(2538), - [anon_sym_register] = ACTIONS(2538), - [anon_sym_inline] = ACTIONS(2538), - [anon_sym_thread_local] = ACTIONS(2538), - [anon_sym_const] = ACTIONS(2538), - [anon_sym_volatile] = ACTIONS(2538), - [anon_sym_restrict] = ACTIONS(2538), - [anon_sym__Atomic] = ACTIONS(2538), - [anon_sym_mutable] = ACTIONS(2538), - [anon_sym_constexpr] = ACTIONS(2538), - [anon_sym_constinit] = ACTIONS(2538), - [anon_sym_consteval] = ACTIONS(2538), - [anon_sym_signed] = ACTIONS(2538), - [anon_sym_unsigned] = ACTIONS(2538), - [anon_sym_long] = ACTIONS(2538), - [anon_sym_short] = ACTIONS(2538), - [sym_primitive_type] = ACTIONS(2538), - [anon_sym_enum] = ACTIONS(2538), - [anon_sym_class] = ACTIONS(2538), - [anon_sym_struct] = ACTIONS(2538), - [anon_sym_union] = ACTIONS(2538), - [anon_sym_if] = ACTIONS(2538), - [anon_sym_else] = ACTIONS(2538), - [anon_sym_switch] = ACTIONS(2538), - [anon_sym_case] = ACTIONS(2538), - [anon_sym_default] = ACTIONS(2538), - [anon_sym_while] = ACTIONS(2538), - [anon_sym_do] = ACTIONS(2538), - [anon_sym_for] = ACTIONS(2538), - [anon_sym_return] = ACTIONS(2538), - [anon_sym_break] = ACTIONS(2538), - [anon_sym_continue] = ACTIONS(2538), - [anon_sym_goto] = ACTIONS(2538), - [anon_sym_not] = ACTIONS(2538), - [anon_sym_compl] = ACTIONS(2538), - [anon_sym_DASH_DASH] = ACTIONS(2540), - [anon_sym_PLUS_PLUS] = ACTIONS(2540), - [anon_sym_sizeof] = ACTIONS(2538), - [sym_number_literal] = ACTIONS(2540), - [anon_sym_L_SQUOTE] = ACTIONS(2540), - [anon_sym_u_SQUOTE] = ACTIONS(2540), - [anon_sym_U_SQUOTE] = ACTIONS(2540), - [anon_sym_u8_SQUOTE] = ACTIONS(2540), - [anon_sym_SQUOTE] = ACTIONS(2540), - [anon_sym_L_DQUOTE] = ACTIONS(2540), - [anon_sym_u_DQUOTE] = ACTIONS(2540), - [anon_sym_U_DQUOTE] = ACTIONS(2540), - [anon_sym_u8_DQUOTE] = ACTIONS(2540), - [anon_sym_DQUOTE] = ACTIONS(2540), - [sym_true] = ACTIONS(2538), - [sym_false] = ACTIONS(2538), - [sym_null] = ACTIONS(2538), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2538), - [anon_sym_decltype] = ACTIONS(2538), - [anon_sym_virtual] = ACTIONS(2538), - [anon_sym_explicit] = ACTIONS(2538), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(2538), - [anon_sym_operator] = ACTIONS(2538), - [anon_sym_try] = ACTIONS(2538), - [anon_sym_delete] = ACTIONS(2538), - [anon_sym_throw] = ACTIONS(2538), - [anon_sym_namespace] = ACTIONS(2538), - [anon_sym_using] = ACTIONS(2538), - [anon_sym_static_assert] = ACTIONS(2538), - [anon_sym_concept] = ACTIONS(2538), - [anon_sym_co_return] = ACTIONS(2538), - [anon_sym_co_yield] = ACTIONS(2538), - [anon_sym_R_DQUOTE] = ACTIONS(2540), - [anon_sym_LR_DQUOTE] = ACTIONS(2540), - [anon_sym_uR_DQUOTE] = ACTIONS(2540), - [anon_sym_UR_DQUOTE] = ACTIONS(2540), - [anon_sym_u8R_DQUOTE] = ACTIONS(2540), - [anon_sym_co_await] = ACTIONS(2538), - [anon_sym_new] = ACTIONS(2538), - [anon_sym_requires] = ACTIONS(2538), - [sym_this] = ACTIONS(2538), - [sym_nullptr] = ACTIONS(2538), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [406] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [412] = { + [sym_identifier] = ACTIONS(2532), + [aux_sym_preproc_include_token1] = ACTIONS(2532), + [aux_sym_preproc_def_token1] = ACTIONS(2532), + [aux_sym_preproc_if_token1] = ACTIONS(2532), + [aux_sym_preproc_if_token2] = ACTIONS(2532), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2532), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2532), + [aux_sym_preproc_else_token1] = ACTIONS(2532), + [aux_sym_preproc_elif_token1] = ACTIONS(2532), + [sym_preproc_directive] = ACTIONS(2532), + [anon_sym_LPAREN2] = ACTIONS(2534), + [anon_sym_BANG] = ACTIONS(2534), + [anon_sym_TILDE] = ACTIONS(2534), + [anon_sym_DASH] = ACTIONS(2532), + [anon_sym_PLUS] = ACTIONS(2532), + [anon_sym_STAR] = ACTIONS(2534), + [anon_sym_AMP_AMP] = ACTIONS(2534), + [anon_sym_AMP] = ACTIONS(2532), + [anon_sym_SEMI] = ACTIONS(2534), + [anon_sym_typedef] = ACTIONS(2532), + [anon_sym_extern] = ACTIONS(2532), + [anon_sym___attribute__] = ACTIONS(2532), + [anon_sym_COLON_COLON] = ACTIONS(2534), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2534), + [anon_sym___declspec] = ACTIONS(2532), + [anon_sym___based] = ACTIONS(2532), + [anon_sym___cdecl] = ACTIONS(2532), + [anon_sym___clrcall] = ACTIONS(2532), + [anon_sym___stdcall] = ACTIONS(2532), + [anon_sym___fastcall] = ACTIONS(2532), + [anon_sym___thiscall] = ACTIONS(2532), + [anon_sym___vectorcall] = ACTIONS(2532), + [anon_sym_LBRACE] = ACTIONS(2534), + [anon_sym_LBRACK] = ACTIONS(2532), + [anon_sym_static] = ACTIONS(2532), + [anon_sym_register] = ACTIONS(2532), + [anon_sym_inline] = ACTIONS(2532), + [anon_sym_thread_local] = ACTIONS(2532), + [anon_sym_const] = ACTIONS(2532), + [anon_sym_volatile] = ACTIONS(2532), + [anon_sym_restrict] = ACTIONS(2532), + [anon_sym__Atomic] = ACTIONS(2532), + [anon_sym_mutable] = ACTIONS(2532), + [anon_sym_constexpr] = ACTIONS(2532), + [anon_sym_constinit] = ACTIONS(2532), + [anon_sym_consteval] = ACTIONS(2532), + [anon_sym_signed] = ACTIONS(2532), + [anon_sym_unsigned] = ACTIONS(2532), + [anon_sym_long] = ACTIONS(2532), + [anon_sym_short] = ACTIONS(2532), + [sym_primitive_type] = ACTIONS(2532), + [anon_sym_enum] = ACTIONS(2532), + [anon_sym_class] = ACTIONS(2532), + [anon_sym_struct] = ACTIONS(2532), + [anon_sym_union] = ACTIONS(2532), + [anon_sym_if] = ACTIONS(2532), + [anon_sym_else] = ACTIONS(2532), + [anon_sym_switch] = ACTIONS(2532), + [anon_sym_case] = ACTIONS(2532), + [anon_sym_default] = ACTIONS(2532), + [anon_sym_while] = ACTIONS(2532), + [anon_sym_do] = ACTIONS(2532), + [anon_sym_for] = ACTIONS(2532), + [anon_sym_return] = ACTIONS(2532), + [anon_sym_break] = ACTIONS(2532), + [anon_sym_continue] = ACTIONS(2532), + [anon_sym_goto] = ACTIONS(2532), + [anon_sym_not] = ACTIONS(2532), + [anon_sym_compl] = ACTIONS(2532), + [anon_sym_DASH_DASH] = ACTIONS(2534), + [anon_sym_PLUS_PLUS] = ACTIONS(2534), + [anon_sym_sizeof] = ACTIONS(2532), + [sym_number_literal] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2534), + [anon_sym_u_SQUOTE] = ACTIONS(2534), + [anon_sym_U_SQUOTE] = ACTIONS(2534), + [anon_sym_u8_SQUOTE] = ACTIONS(2534), + [anon_sym_SQUOTE] = ACTIONS(2534), + [anon_sym_L_DQUOTE] = ACTIONS(2534), + [anon_sym_u_DQUOTE] = ACTIONS(2534), + [anon_sym_U_DQUOTE] = ACTIONS(2534), + [anon_sym_u8_DQUOTE] = ACTIONS(2534), + [anon_sym_DQUOTE] = ACTIONS(2534), + [sym_true] = ACTIONS(2532), + [sym_false] = ACTIONS(2532), + [sym_null] = ACTIONS(2532), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2532), + [anon_sym_decltype] = ACTIONS(2532), + [anon_sym_virtual] = ACTIONS(2532), + [anon_sym_explicit] = ACTIONS(2532), + [anon_sym_typename] = ACTIONS(2532), + [anon_sym_template] = ACTIONS(2532), + [anon_sym_operator] = ACTIONS(2532), + [anon_sym_try] = ACTIONS(2532), + [anon_sym_delete] = ACTIONS(2532), + [anon_sym_throw] = ACTIONS(2532), + [anon_sym_namespace] = ACTIONS(2532), + [anon_sym_using] = ACTIONS(2532), + [anon_sym_static_assert] = ACTIONS(2532), + [anon_sym_concept] = ACTIONS(2532), + [anon_sym_co_return] = ACTIONS(2532), + [anon_sym_co_yield] = ACTIONS(2532), + [anon_sym_R_DQUOTE] = ACTIONS(2534), + [anon_sym_LR_DQUOTE] = ACTIONS(2534), + [anon_sym_uR_DQUOTE] = ACTIONS(2534), + [anon_sym_UR_DQUOTE] = ACTIONS(2534), + [anon_sym_u8R_DQUOTE] = ACTIONS(2534), + [anon_sym_co_await] = ACTIONS(2532), + [anon_sym_new] = ACTIONS(2532), + [anon_sym_requires] = ACTIONS(2532), + [sym_this] = ACTIONS(2532), + [sym_nullptr] = ACTIONS(2532), }, - [407] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3609), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5530), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(6091), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), + [413] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), [anon_sym_L_SQUOTE] = ACTIONS(2458), [anon_sym_u_SQUOTE] = ACTIONS(2458), [anon_sym_U_SQUOTE] = ACTIONS(2458), [anon_sym_u8_SQUOTE] = ACTIONS(2458), [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2546), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [408] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [414] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [409] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [415] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [410] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3610), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5557), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(5814), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), + [416] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [417] = { + [sym_identifier] = ACTIONS(2536), + [aux_sym_preproc_include_token1] = ACTIONS(2536), + [aux_sym_preproc_def_token1] = ACTIONS(2536), + [aux_sym_preproc_if_token1] = ACTIONS(2536), + [aux_sym_preproc_if_token2] = ACTIONS(2536), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2536), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2536), + [aux_sym_preproc_else_token1] = ACTIONS(2536), + [aux_sym_preproc_elif_token1] = ACTIONS(2536), + [sym_preproc_directive] = ACTIONS(2536), + [anon_sym_LPAREN2] = ACTIONS(2538), + [anon_sym_BANG] = ACTIONS(2538), + [anon_sym_TILDE] = ACTIONS(2538), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_AMP_AMP] = ACTIONS(2538), + [anon_sym_AMP] = ACTIONS(2536), + [anon_sym_SEMI] = ACTIONS(2538), + [anon_sym_typedef] = ACTIONS(2536), + [anon_sym_extern] = ACTIONS(2536), + [anon_sym___attribute__] = ACTIONS(2536), + [anon_sym_COLON_COLON] = ACTIONS(2538), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2538), + [anon_sym___declspec] = ACTIONS(2536), + [anon_sym___based] = ACTIONS(2536), + [anon_sym___cdecl] = ACTIONS(2536), + [anon_sym___clrcall] = ACTIONS(2536), + [anon_sym___stdcall] = ACTIONS(2536), + [anon_sym___fastcall] = ACTIONS(2536), + [anon_sym___thiscall] = ACTIONS(2536), + [anon_sym___vectorcall] = ACTIONS(2536), + [anon_sym_LBRACE] = ACTIONS(2538), + [anon_sym_LBRACK] = ACTIONS(2536), + [anon_sym_static] = ACTIONS(2536), + [anon_sym_register] = ACTIONS(2536), + [anon_sym_inline] = ACTIONS(2536), + [anon_sym_thread_local] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(2536), + [anon_sym_volatile] = ACTIONS(2536), + [anon_sym_restrict] = ACTIONS(2536), + [anon_sym__Atomic] = ACTIONS(2536), + [anon_sym_mutable] = ACTIONS(2536), + [anon_sym_constexpr] = ACTIONS(2536), + [anon_sym_constinit] = ACTIONS(2536), + [anon_sym_consteval] = ACTIONS(2536), + [anon_sym_signed] = ACTIONS(2536), + [anon_sym_unsigned] = ACTIONS(2536), + [anon_sym_long] = ACTIONS(2536), + [anon_sym_short] = ACTIONS(2536), + [sym_primitive_type] = ACTIONS(2536), + [anon_sym_enum] = ACTIONS(2536), + [anon_sym_class] = ACTIONS(2536), + [anon_sym_struct] = ACTIONS(2536), + [anon_sym_union] = ACTIONS(2536), + [anon_sym_if] = ACTIONS(2536), + [anon_sym_else] = ACTIONS(2536), + [anon_sym_switch] = ACTIONS(2536), + [anon_sym_case] = ACTIONS(2536), + [anon_sym_default] = ACTIONS(2536), + [anon_sym_while] = ACTIONS(2536), + [anon_sym_do] = ACTIONS(2536), + [anon_sym_for] = ACTIONS(2536), + [anon_sym_return] = ACTIONS(2536), + [anon_sym_break] = ACTIONS(2536), + [anon_sym_continue] = ACTIONS(2536), + [anon_sym_goto] = ACTIONS(2536), + [anon_sym_not] = ACTIONS(2536), + [anon_sym_compl] = ACTIONS(2536), + [anon_sym_DASH_DASH] = ACTIONS(2538), + [anon_sym_PLUS_PLUS] = ACTIONS(2538), + [anon_sym_sizeof] = ACTIONS(2536), + [sym_number_literal] = ACTIONS(2538), + [anon_sym_L_SQUOTE] = ACTIONS(2538), + [anon_sym_u_SQUOTE] = ACTIONS(2538), + [anon_sym_U_SQUOTE] = ACTIONS(2538), + [anon_sym_u8_SQUOTE] = ACTIONS(2538), + [anon_sym_SQUOTE] = ACTIONS(2538), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2536), + [sym_false] = ACTIONS(2536), + [sym_null] = ACTIONS(2536), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2536), + [anon_sym_decltype] = ACTIONS(2536), + [anon_sym_virtual] = ACTIONS(2536), + [anon_sym_explicit] = ACTIONS(2536), + [anon_sym_typename] = ACTIONS(2536), + [anon_sym_template] = ACTIONS(2536), + [anon_sym_operator] = ACTIONS(2536), + [anon_sym_try] = ACTIONS(2536), + [anon_sym_delete] = ACTIONS(2536), + [anon_sym_throw] = ACTIONS(2536), + [anon_sym_namespace] = ACTIONS(2536), + [anon_sym_using] = ACTIONS(2536), + [anon_sym_static_assert] = ACTIONS(2536), + [anon_sym_concept] = ACTIONS(2536), + [anon_sym_co_return] = ACTIONS(2536), + [anon_sym_co_yield] = ACTIONS(2536), + [anon_sym_R_DQUOTE] = ACTIONS(2538), + [anon_sym_LR_DQUOTE] = ACTIONS(2538), + [anon_sym_uR_DQUOTE] = ACTIONS(2538), + [anon_sym_UR_DQUOTE] = ACTIONS(2538), + [anon_sym_u8R_DQUOTE] = ACTIONS(2538), + [anon_sym_co_await] = ACTIONS(2536), + [anon_sym_new] = ACTIONS(2536), + [anon_sym_requires] = ACTIONS(2536), + [sym_this] = ACTIONS(2536), + [sym_nullptr] = ACTIONS(2536), + }, + [418] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [419] = { + [sym_identifier] = ACTIONS(2540), + [aux_sym_preproc_include_token1] = ACTIONS(2540), + [aux_sym_preproc_def_token1] = ACTIONS(2540), + [aux_sym_preproc_if_token1] = ACTIONS(2540), + [aux_sym_preproc_if_token2] = ACTIONS(2540), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2540), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2540), + [aux_sym_preproc_else_token1] = ACTIONS(2540), + [aux_sym_preproc_elif_token1] = ACTIONS(2540), + [sym_preproc_directive] = ACTIONS(2540), + [anon_sym_LPAREN2] = ACTIONS(2542), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_TILDE] = ACTIONS(2542), + [anon_sym_DASH] = ACTIONS(2540), + [anon_sym_PLUS] = ACTIONS(2540), + [anon_sym_STAR] = ACTIONS(2542), + [anon_sym_AMP_AMP] = ACTIONS(2542), + [anon_sym_AMP] = ACTIONS(2540), + [anon_sym_SEMI] = ACTIONS(2542), + [anon_sym_typedef] = ACTIONS(2540), + [anon_sym_extern] = ACTIONS(2540), + [anon_sym___attribute__] = ACTIONS(2540), + [anon_sym_COLON_COLON] = ACTIONS(2542), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2542), + [anon_sym___declspec] = ACTIONS(2540), + [anon_sym___based] = ACTIONS(2540), + [anon_sym___cdecl] = ACTIONS(2540), + [anon_sym___clrcall] = ACTIONS(2540), + [anon_sym___stdcall] = ACTIONS(2540), + [anon_sym___fastcall] = ACTIONS(2540), + [anon_sym___thiscall] = ACTIONS(2540), + [anon_sym___vectorcall] = ACTIONS(2540), + [anon_sym_LBRACE] = ACTIONS(2542), + [anon_sym_LBRACK] = ACTIONS(2540), + [anon_sym_static] = ACTIONS(2540), + [anon_sym_register] = ACTIONS(2540), + [anon_sym_inline] = ACTIONS(2540), + [anon_sym_thread_local] = ACTIONS(2540), + [anon_sym_const] = ACTIONS(2540), + [anon_sym_volatile] = ACTIONS(2540), + [anon_sym_restrict] = ACTIONS(2540), + [anon_sym__Atomic] = ACTIONS(2540), + [anon_sym_mutable] = ACTIONS(2540), + [anon_sym_constexpr] = ACTIONS(2540), + [anon_sym_constinit] = ACTIONS(2540), + [anon_sym_consteval] = ACTIONS(2540), + [anon_sym_signed] = ACTIONS(2540), + [anon_sym_unsigned] = ACTIONS(2540), + [anon_sym_long] = ACTIONS(2540), + [anon_sym_short] = ACTIONS(2540), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2540), + [anon_sym_class] = ACTIONS(2540), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_union] = ACTIONS(2540), + [anon_sym_if] = ACTIONS(2540), + [anon_sym_else] = ACTIONS(2540), + [anon_sym_switch] = ACTIONS(2540), + [anon_sym_case] = ACTIONS(2540), + [anon_sym_default] = ACTIONS(2540), + [anon_sym_while] = ACTIONS(2540), + [anon_sym_do] = ACTIONS(2540), + [anon_sym_for] = ACTIONS(2540), + [anon_sym_return] = ACTIONS(2540), + [anon_sym_break] = ACTIONS(2540), + [anon_sym_continue] = ACTIONS(2540), + [anon_sym_goto] = ACTIONS(2540), + [anon_sym_not] = ACTIONS(2540), + [anon_sym_compl] = ACTIONS(2540), + [anon_sym_DASH_DASH] = ACTIONS(2542), + [anon_sym_PLUS_PLUS] = ACTIONS(2542), + [anon_sym_sizeof] = ACTIONS(2540), + [sym_number_literal] = ACTIONS(2542), + [anon_sym_L_SQUOTE] = ACTIONS(2542), + [anon_sym_u_SQUOTE] = ACTIONS(2542), + [anon_sym_U_SQUOTE] = ACTIONS(2542), + [anon_sym_u8_SQUOTE] = ACTIONS(2542), + [anon_sym_SQUOTE] = ACTIONS(2542), + [anon_sym_L_DQUOTE] = ACTIONS(2542), + [anon_sym_u_DQUOTE] = ACTIONS(2542), + [anon_sym_U_DQUOTE] = ACTIONS(2542), + [anon_sym_u8_DQUOTE] = ACTIONS(2542), + [anon_sym_DQUOTE] = ACTIONS(2542), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [sym_null] = ACTIONS(2540), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(2540), + [anon_sym_virtual] = ACTIONS(2540), + [anon_sym_explicit] = ACTIONS(2540), + [anon_sym_typename] = ACTIONS(2540), + [anon_sym_template] = ACTIONS(2540), + [anon_sym_operator] = ACTIONS(2540), + [anon_sym_try] = ACTIONS(2540), + [anon_sym_delete] = ACTIONS(2540), + [anon_sym_throw] = ACTIONS(2540), + [anon_sym_namespace] = ACTIONS(2540), + [anon_sym_using] = ACTIONS(2540), + [anon_sym_static_assert] = ACTIONS(2540), + [anon_sym_concept] = ACTIONS(2540), + [anon_sym_co_return] = ACTIONS(2540), + [anon_sym_co_yield] = ACTIONS(2540), + [anon_sym_R_DQUOTE] = ACTIONS(2542), + [anon_sym_LR_DQUOTE] = ACTIONS(2542), + [anon_sym_uR_DQUOTE] = ACTIONS(2542), + [anon_sym_UR_DQUOTE] = ACTIONS(2542), + [anon_sym_u8R_DQUOTE] = ACTIONS(2542), + [anon_sym_co_await] = ACTIONS(2540), + [anon_sym_new] = ACTIONS(2540), + [anon_sym_requires] = ACTIONS(2540), + [sym_this] = ACTIONS(2540), + [sym_nullptr] = ACTIONS(2540), + }, + [420] = { + [sym_identifier] = ACTIONS(2544), + [aux_sym_preproc_include_token1] = ACTIONS(2544), + [aux_sym_preproc_def_token1] = ACTIONS(2544), + [aux_sym_preproc_if_token1] = ACTIONS(2544), + [aux_sym_preproc_if_token2] = ACTIONS(2544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2544), + [aux_sym_preproc_else_token1] = ACTIONS(2544), + [aux_sym_preproc_elif_token1] = ACTIONS(2544), + [sym_preproc_directive] = ACTIONS(2544), + [anon_sym_LPAREN2] = ACTIONS(2546), + [anon_sym_BANG] = ACTIONS(2546), + [anon_sym_TILDE] = ACTIONS(2546), + [anon_sym_DASH] = ACTIONS(2544), + [anon_sym_PLUS] = ACTIONS(2544), + [anon_sym_STAR] = ACTIONS(2546), + [anon_sym_AMP_AMP] = ACTIONS(2546), + [anon_sym_AMP] = ACTIONS(2544), + [anon_sym_SEMI] = ACTIONS(2546), + [anon_sym_typedef] = ACTIONS(2544), + [anon_sym_extern] = ACTIONS(2544), + [anon_sym___attribute__] = ACTIONS(2544), + [anon_sym_COLON_COLON] = ACTIONS(2546), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2546), + [anon_sym___declspec] = ACTIONS(2544), + [anon_sym___based] = ACTIONS(2544), + [anon_sym___cdecl] = ACTIONS(2544), + [anon_sym___clrcall] = ACTIONS(2544), + [anon_sym___stdcall] = ACTIONS(2544), + [anon_sym___fastcall] = ACTIONS(2544), + [anon_sym___thiscall] = ACTIONS(2544), + [anon_sym___vectorcall] = ACTIONS(2544), + [anon_sym_LBRACE] = ACTIONS(2546), + [anon_sym_LBRACK] = ACTIONS(2544), + [anon_sym_static] = ACTIONS(2544), + [anon_sym_register] = ACTIONS(2544), + [anon_sym_inline] = ACTIONS(2544), + [anon_sym_thread_local] = ACTIONS(2544), + [anon_sym_const] = ACTIONS(2544), + [anon_sym_volatile] = ACTIONS(2544), + [anon_sym_restrict] = ACTIONS(2544), + [anon_sym__Atomic] = ACTIONS(2544), + [anon_sym_mutable] = ACTIONS(2544), + [anon_sym_constexpr] = ACTIONS(2544), + [anon_sym_constinit] = ACTIONS(2544), + [anon_sym_consteval] = ACTIONS(2544), + [anon_sym_signed] = ACTIONS(2544), + [anon_sym_unsigned] = ACTIONS(2544), + [anon_sym_long] = ACTIONS(2544), + [anon_sym_short] = ACTIONS(2544), + [sym_primitive_type] = ACTIONS(2544), + [anon_sym_enum] = ACTIONS(2544), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2544), + [anon_sym_union] = ACTIONS(2544), + [anon_sym_if] = ACTIONS(2544), + [anon_sym_else] = ACTIONS(2544), + [anon_sym_switch] = ACTIONS(2544), + [anon_sym_case] = ACTIONS(2544), + [anon_sym_default] = ACTIONS(2544), + [anon_sym_while] = ACTIONS(2544), + [anon_sym_do] = ACTIONS(2544), + [anon_sym_for] = ACTIONS(2544), + [anon_sym_return] = ACTIONS(2544), + [anon_sym_break] = ACTIONS(2544), + [anon_sym_continue] = ACTIONS(2544), + [anon_sym_goto] = ACTIONS(2544), + [anon_sym_not] = ACTIONS(2544), + [anon_sym_compl] = ACTIONS(2544), + [anon_sym_DASH_DASH] = ACTIONS(2546), + [anon_sym_PLUS_PLUS] = ACTIONS(2546), + [anon_sym_sizeof] = ACTIONS(2544), + [sym_number_literal] = ACTIONS(2546), + [anon_sym_L_SQUOTE] = ACTIONS(2546), + [anon_sym_u_SQUOTE] = ACTIONS(2546), + [anon_sym_U_SQUOTE] = ACTIONS(2546), + [anon_sym_u8_SQUOTE] = ACTIONS(2546), + [anon_sym_SQUOTE] = ACTIONS(2546), + [anon_sym_L_DQUOTE] = ACTIONS(2546), + [anon_sym_u_DQUOTE] = ACTIONS(2546), + [anon_sym_U_DQUOTE] = ACTIONS(2546), + [anon_sym_u8_DQUOTE] = ACTIONS(2546), + [anon_sym_DQUOTE] = ACTIONS(2546), + [sym_true] = ACTIONS(2544), + [sym_false] = ACTIONS(2544), + [sym_null] = ACTIONS(2544), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2544), + [anon_sym_decltype] = ACTIONS(2544), + [anon_sym_virtual] = ACTIONS(2544), + [anon_sym_explicit] = ACTIONS(2544), + [anon_sym_typename] = ACTIONS(2544), + [anon_sym_template] = ACTIONS(2544), + [anon_sym_operator] = ACTIONS(2544), + [anon_sym_try] = ACTIONS(2544), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_throw] = ACTIONS(2544), + [anon_sym_namespace] = ACTIONS(2544), + [anon_sym_using] = ACTIONS(2544), + [anon_sym_static_assert] = ACTIONS(2544), + [anon_sym_concept] = ACTIONS(2544), + [anon_sym_co_return] = ACTIONS(2544), + [anon_sym_co_yield] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2544), + [anon_sym_new] = ACTIONS(2544), + [anon_sym_requires] = ACTIONS(2544), + [sym_this] = ACTIONS(2544), + [sym_nullptr] = ACTIONS(2544), + }, + [421] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [422] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [aux_sym_preproc_else_token1] = ACTIONS(2456), + [aux_sym_preproc_elif_token1] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), [anon_sym_L_SQUOTE] = ACTIONS(2458), [anon_sym_u_SQUOTE] = ACTIONS(2458), [anon_sym_U_SQUOTE] = ACTIONS(2458), [anon_sym_u8_SQUOTE] = ACTIONS(2458), [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2548), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [411] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [423] = { + [sym_identifier] = ACTIONS(2548), + [aux_sym_preproc_include_token1] = ACTIONS(2548), + [aux_sym_preproc_def_token1] = ACTIONS(2548), + [aux_sym_preproc_if_token1] = ACTIONS(2548), + [aux_sym_preproc_if_token2] = ACTIONS(2548), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2548), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2548), + [aux_sym_preproc_else_token1] = ACTIONS(2548), + [aux_sym_preproc_elif_token1] = ACTIONS(2548), + [sym_preproc_directive] = ACTIONS(2548), + [anon_sym_LPAREN2] = ACTIONS(2550), + [anon_sym_BANG] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2550), + [anon_sym_DASH] = ACTIONS(2548), + [anon_sym_PLUS] = ACTIONS(2548), + [anon_sym_STAR] = ACTIONS(2550), + [anon_sym_AMP_AMP] = ACTIONS(2550), + [anon_sym_AMP] = ACTIONS(2548), + [anon_sym_SEMI] = ACTIONS(2550), + [anon_sym_typedef] = ACTIONS(2548), + [anon_sym_extern] = ACTIONS(2548), + [anon_sym___attribute__] = ACTIONS(2548), + [anon_sym_COLON_COLON] = ACTIONS(2550), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2550), + [anon_sym___declspec] = ACTIONS(2548), + [anon_sym___based] = ACTIONS(2548), + [anon_sym___cdecl] = ACTIONS(2548), + [anon_sym___clrcall] = ACTIONS(2548), + [anon_sym___stdcall] = ACTIONS(2548), + [anon_sym___fastcall] = ACTIONS(2548), + [anon_sym___thiscall] = ACTIONS(2548), + [anon_sym___vectorcall] = ACTIONS(2548), + [anon_sym_LBRACE] = ACTIONS(2550), + [anon_sym_LBRACK] = ACTIONS(2548), + [anon_sym_static] = ACTIONS(2548), + [anon_sym_register] = ACTIONS(2548), + [anon_sym_inline] = ACTIONS(2548), + [anon_sym_thread_local] = ACTIONS(2548), + [anon_sym_const] = ACTIONS(2548), + [anon_sym_volatile] = ACTIONS(2548), + [anon_sym_restrict] = ACTIONS(2548), + [anon_sym__Atomic] = ACTIONS(2548), + [anon_sym_mutable] = ACTIONS(2548), + [anon_sym_constexpr] = ACTIONS(2548), + [anon_sym_constinit] = ACTIONS(2548), + [anon_sym_consteval] = ACTIONS(2548), + [anon_sym_signed] = ACTIONS(2548), + [anon_sym_unsigned] = ACTIONS(2548), + [anon_sym_long] = ACTIONS(2548), + [anon_sym_short] = ACTIONS(2548), + [sym_primitive_type] = ACTIONS(2548), + [anon_sym_enum] = ACTIONS(2548), + [anon_sym_class] = ACTIONS(2548), + [anon_sym_struct] = ACTIONS(2548), + [anon_sym_union] = ACTIONS(2548), + [anon_sym_if] = ACTIONS(2548), + [anon_sym_else] = ACTIONS(2548), + [anon_sym_switch] = ACTIONS(2548), + [anon_sym_case] = ACTIONS(2548), + [anon_sym_default] = ACTIONS(2548), + [anon_sym_while] = ACTIONS(2548), + [anon_sym_do] = ACTIONS(2548), + [anon_sym_for] = ACTIONS(2548), + [anon_sym_return] = ACTIONS(2548), + [anon_sym_break] = ACTIONS(2548), + [anon_sym_continue] = ACTIONS(2548), + [anon_sym_goto] = ACTIONS(2548), + [anon_sym_not] = ACTIONS(2548), + [anon_sym_compl] = ACTIONS(2548), + [anon_sym_DASH_DASH] = ACTIONS(2550), + [anon_sym_PLUS_PLUS] = ACTIONS(2550), + [anon_sym_sizeof] = ACTIONS(2548), + [sym_number_literal] = ACTIONS(2550), + [anon_sym_L_SQUOTE] = ACTIONS(2550), + [anon_sym_u_SQUOTE] = ACTIONS(2550), + [anon_sym_U_SQUOTE] = ACTIONS(2550), + [anon_sym_u8_SQUOTE] = ACTIONS(2550), + [anon_sym_SQUOTE] = ACTIONS(2550), + [anon_sym_L_DQUOTE] = ACTIONS(2550), + [anon_sym_u_DQUOTE] = ACTIONS(2550), + [anon_sym_U_DQUOTE] = ACTIONS(2550), + [anon_sym_u8_DQUOTE] = ACTIONS(2550), + [anon_sym_DQUOTE] = ACTIONS(2550), + [sym_true] = ACTIONS(2548), + [sym_false] = ACTIONS(2548), + [sym_null] = ACTIONS(2548), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2548), + [anon_sym_decltype] = ACTIONS(2548), + [anon_sym_virtual] = ACTIONS(2548), + [anon_sym_explicit] = ACTIONS(2548), + [anon_sym_typename] = ACTIONS(2548), + [anon_sym_template] = ACTIONS(2548), + [anon_sym_operator] = ACTIONS(2548), + [anon_sym_try] = ACTIONS(2548), + [anon_sym_delete] = ACTIONS(2548), + [anon_sym_throw] = ACTIONS(2548), + [anon_sym_namespace] = ACTIONS(2548), + [anon_sym_using] = ACTIONS(2548), + [anon_sym_static_assert] = ACTIONS(2548), + [anon_sym_concept] = ACTIONS(2548), + [anon_sym_co_return] = ACTIONS(2548), + [anon_sym_co_yield] = ACTIONS(2548), + [anon_sym_R_DQUOTE] = ACTIONS(2550), + [anon_sym_LR_DQUOTE] = ACTIONS(2550), + [anon_sym_uR_DQUOTE] = ACTIONS(2550), + [anon_sym_UR_DQUOTE] = ACTIONS(2550), + [anon_sym_u8R_DQUOTE] = ACTIONS(2550), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2548), + [anon_sym_requires] = ACTIONS(2548), + [sym_this] = ACTIONS(2548), + [sym_nullptr] = ACTIONS(2548), }, - [412] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3636), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), + [424] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3599), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5621), - [sym_sizeof_expression] = STATE(3959), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5646), + [sym_sizeof_expression] = STATE(3852), [sym_subscript_expression] = STATE(3018), [sym_call_expression] = STATE(3018), [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), + [sym_compound_literal_expression] = STATE(3852), [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(6090), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5760), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), [anon_sym_const] = ACTIONS(57), [anon_sym_volatile] = ACTIONS(57), @@ -84932,858 +86070,973 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2550), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2552), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [413] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [425] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [414] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [426] = { + [sym_catch_clause] = STATE(336), + [aux_sym_constructor_try_statement_repeat1] = STATE(336), + [ts_builtin_sym_end] = ACTIONS(2377), + [sym_identifier] = ACTIONS(2375), + [aux_sym_preproc_include_token1] = ACTIONS(2375), + [aux_sym_preproc_def_token1] = ACTIONS(2375), + [aux_sym_preproc_if_token1] = ACTIONS(2375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2375), + [sym_preproc_directive] = ACTIONS(2375), + [anon_sym_LPAREN2] = ACTIONS(2377), + [anon_sym_BANG] = ACTIONS(2377), + [anon_sym_TILDE] = ACTIONS(2377), + [anon_sym_DASH] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2375), + [anon_sym_STAR] = ACTIONS(2377), + [anon_sym_AMP_AMP] = ACTIONS(2377), + [anon_sym_AMP] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2377), + [anon_sym_typedef] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym___attribute__] = ACTIONS(2375), + [anon_sym_COLON_COLON] = ACTIONS(2377), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2377), + [anon_sym___declspec] = ACTIONS(2375), + [anon_sym___based] = ACTIONS(2375), + [anon_sym___cdecl] = ACTIONS(2375), + [anon_sym___clrcall] = ACTIONS(2375), + [anon_sym___stdcall] = ACTIONS(2375), + [anon_sym___fastcall] = ACTIONS(2375), + [anon_sym___thiscall] = ACTIONS(2375), + [anon_sym___vectorcall] = ACTIONS(2375), + [anon_sym_LBRACE] = ACTIONS(2377), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_inline] = ACTIONS(2375), + [anon_sym_thread_local] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_volatile] = ACTIONS(2375), + [anon_sym_restrict] = ACTIONS(2375), + [anon_sym__Atomic] = ACTIONS(2375), + [anon_sym_mutable] = ACTIONS(2375), + [anon_sym_constexpr] = ACTIONS(2375), + [anon_sym_constinit] = ACTIONS(2375), + [anon_sym_consteval] = ACTIONS(2375), + [anon_sym_signed] = ACTIONS(2375), + [anon_sym_unsigned] = ACTIONS(2375), + [anon_sym_long] = ACTIONS(2375), + [anon_sym_short] = ACTIONS(2375), + [sym_primitive_type] = ACTIONS(2375), + [anon_sym_enum] = ACTIONS(2375), + [anon_sym_class] = ACTIONS(2375), + [anon_sym_struct] = ACTIONS(2375), + [anon_sym_union] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_switch] = ACTIONS(2375), + [anon_sym_case] = ACTIONS(2375), + [anon_sym_default] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_do] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_goto] = ACTIONS(2375), + [anon_sym_not] = ACTIONS(2375), + [anon_sym_compl] = ACTIONS(2375), + [anon_sym_DASH_DASH] = ACTIONS(2377), + [anon_sym_PLUS_PLUS] = ACTIONS(2377), + [anon_sym_sizeof] = ACTIONS(2375), + [sym_number_literal] = ACTIONS(2377), + [anon_sym_L_SQUOTE] = ACTIONS(2377), + [anon_sym_u_SQUOTE] = ACTIONS(2377), + [anon_sym_U_SQUOTE] = ACTIONS(2377), + [anon_sym_u8_SQUOTE] = ACTIONS(2377), + [anon_sym_SQUOTE] = ACTIONS(2377), + [anon_sym_L_DQUOTE] = ACTIONS(2377), + [anon_sym_u_DQUOTE] = ACTIONS(2377), + [anon_sym_U_DQUOTE] = ACTIONS(2377), + [anon_sym_u8_DQUOTE] = ACTIONS(2377), + [anon_sym_DQUOTE] = ACTIONS(2377), + [sym_true] = ACTIONS(2375), + [sym_false] = ACTIONS(2375), + [sym_null] = ACTIONS(2375), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2375), + [anon_sym_decltype] = ACTIONS(2375), + [anon_sym_virtual] = ACTIONS(2375), + [anon_sym_explicit] = ACTIONS(2375), + [anon_sym_typename] = ACTIONS(2375), + [anon_sym_template] = ACTIONS(2375), + [anon_sym_operator] = ACTIONS(2375), + [anon_sym_try] = ACTIONS(2375), + [anon_sym_delete] = ACTIONS(2375), + [anon_sym_throw] = ACTIONS(2375), + [anon_sym_namespace] = ACTIONS(2375), + [anon_sym_using] = ACTIONS(2375), + [anon_sym_static_assert] = ACTIONS(2375), + [anon_sym_concept] = ACTIONS(2375), + [anon_sym_co_return] = ACTIONS(2375), + [anon_sym_co_yield] = ACTIONS(2375), + [anon_sym_catch] = ACTIONS(2382), + [anon_sym_R_DQUOTE] = ACTIONS(2377), + [anon_sym_LR_DQUOTE] = ACTIONS(2377), + [anon_sym_uR_DQUOTE] = ACTIONS(2377), + [anon_sym_UR_DQUOTE] = ACTIONS(2377), + [anon_sym_u8R_DQUOTE] = ACTIONS(2377), + [anon_sym_co_await] = ACTIONS(2375), + [anon_sym_new] = ACTIONS(2375), + [anon_sym_requires] = ACTIONS(2375), + [sym_this] = ACTIONS(2375), + [sym_nullptr] = ACTIONS(2375), }, - [415] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [427] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [416] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [428] = { + [sym_identifier] = ACTIONS(2554), + [aux_sym_preproc_include_token1] = ACTIONS(2554), + [aux_sym_preproc_def_token1] = ACTIONS(2554), + [aux_sym_preproc_if_token1] = ACTIONS(2554), + [aux_sym_preproc_if_token2] = ACTIONS(2554), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2554), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2554), + [aux_sym_preproc_else_token1] = ACTIONS(2554), + [aux_sym_preproc_elif_token1] = ACTIONS(2554), + [sym_preproc_directive] = ACTIONS(2554), + [anon_sym_LPAREN2] = ACTIONS(2556), + [anon_sym_BANG] = ACTIONS(2556), + [anon_sym_TILDE] = ACTIONS(2556), + [anon_sym_DASH] = ACTIONS(2554), + [anon_sym_PLUS] = ACTIONS(2554), + [anon_sym_STAR] = ACTIONS(2556), + [anon_sym_AMP_AMP] = ACTIONS(2556), + [anon_sym_AMP] = ACTIONS(2554), + [anon_sym_SEMI] = ACTIONS(2556), + [anon_sym_typedef] = ACTIONS(2554), + [anon_sym_extern] = ACTIONS(2554), + [anon_sym___attribute__] = ACTIONS(2554), + [anon_sym_COLON_COLON] = ACTIONS(2556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2556), + [anon_sym___declspec] = ACTIONS(2554), + [anon_sym___based] = ACTIONS(2554), + [anon_sym___cdecl] = ACTIONS(2554), + [anon_sym___clrcall] = ACTIONS(2554), + [anon_sym___stdcall] = ACTIONS(2554), + [anon_sym___fastcall] = ACTIONS(2554), + [anon_sym___thiscall] = ACTIONS(2554), + [anon_sym___vectorcall] = ACTIONS(2554), + [anon_sym_LBRACE] = ACTIONS(2556), + [anon_sym_LBRACK] = ACTIONS(2554), + [anon_sym_static] = ACTIONS(2554), + [anon_sym_register] = ACTIONS(2554), + [anon_sym_inline] = ACTIONS(2554), + [anon_sym_thread_local] = ACTIONS(2554), + [anon_sym_const] = ACTIONS(2554), + [anon_sym_volatile] = ACTIONS(2554), + [anon_sym_restrict] = ACTIONS(2554), + [anon_sym__Atomic] = ACTIONS(2554), + [anon_sym_mutable] = ACTIONS(2554), + [anon_sym_constexpr] = ACTIONS(2554), + [anon_sym_constinit] = ACTIONS(2554), + [anon_sym_consteval] = ACTIONS(2554), + [anon_sym_signed] = ACTIONS(2554), + [anon_sym_unsigned] = ACTIONS(2554), + [anon_sym_long] = ACTIONS(2554), + [anon_sym_short] = ACTIONS(2554), + [sym_primitive_type] = ACTIONS(2554), + [anon_sym_enum] = ACTIONS(2554), + [anon_sym_class] = ACTIONS(2554), + [anon_sym_struct] = ACTIONS(2554), + [anon_sym_union] = ACTIONS(2554), + [anon_sym_if] = ACTIONS(2554), + [anon_sym_else] = ACTIONS(2554), + [anon_sym_switch] = ACTIONS(2554), + [anon_sym_case] = ACTIONS(2554), + [anon_sym_default] = ACTIONS(2554), + [anon_sym_while] = ACTIONS(2554), + [anon_sym_do] = ACTIONS(2554), + [anon_sym_for] = ACTIONS(2554), + [anon_sym_return] = ACTIONS(2554), + [anon_sym_break] = ACTIONS(2554), + [anon_sym_continue] = ACTIONS(2554), + [anon_sym_goto] = ACTIONS(2554), + [anon_sym_not] = ACTIONS(2554), + [anon_sym_compl] = ACTIONS(2554), + [anon_sym_DASH_DASH] = ACTIONS(2556), + [anon_sym_PLUS_PLUS] = ACTIONS(2556), + [anon_sym_sizeof] = ACTIONS(2554), + [sym_number_literal] = ACTIONS(2556), + [anon_sym_L_SQUOTE] = ACTIONS(2556), + [anon_sym_u_SQUOTE] = ACTIONS(2556), + [anon_sym_U_SQUOTE] = ACTIONS(2556), + [anon_sym_u8_SQUOTE] = ACTIONS(2556), + [anon_sym_SQUOTE] = ACTIONS(2556), + [anon_sym_L_DQUOTE] = ACTIONS(2556), + [anon_sym_u_DQUOTE] = ACTIONS(2556), + [anon_sym_U_DQUOTE] = ACTIONS(2556), + [anon_sym_u8_DQUOTE] = ACTIONS(2556), + [anon_sym_DQUOTE] = ACTIONS(2556), + [sym_true] = ACTIONS(2554), + [sym_false] = ACTIONS(2554), + [sym_null] = ACTIONS(2554), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2554), + [anon_sym_decltype] = ACTIONS(2554), + [anon_sym_virtual] = ACTIONS(2554), + [anon_sym_explicit] = ACTIONS(2554), + [anon_sym_typename] = ACTIONS(2554), + [anon_sym_template] = ACTIONS(2554), + [anon_sym_operator] = ACTIONS(2554), + [anon_sym_try] = ACTIONS(2554), + [anon_sym_delete] = ACTIONS(2554), + [anon_sym_throw] = ACTIONS(2554), + [anon_sym_namespace] = ACTIONS(2554), + [anon_sym_using] = ACTIONS(2554), + [anon_sym_static_assert] = ACTIONS(2554), + [anon_sym_concept] = ACTIONS(2554), + [anon_sym_co_return] = ACTIONS(2554), + [anon_sym_co_yield] = ACTIONS(2554), + [anon_sym_R_DQUOTE] = ACTIONS(2556), + [anon_sym_LR_DQUOTE] = ACTIONS(2556), + [anon_sym_uR_DQUOTE] = ACTIONS(2556), + [anon_sym_UR_DQUOTE] = ACTIONS(2556), + [anon_sym_u8R_DQUOTE] = ACTIONS(2556), + [anon_sym_co_await] = ACTIONS(2554), + [anon_sym_new] = ACTIONS(2554), + [anon_sym_requires] = ACTIONS(2554), + [sym_this] = ACTIONS(2554), + [sym_nullptr] = ACTIONS(2554), }, - [417] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [429] = { + [sym_identifier] = ACTIONS(2558), + [aux_sym_preproc_include_token1] = ACTIONS(2558), + [aux_sym_preproc_def_token1] = ACTIONS(2558), + [aux_sym_preproc_if_token1] = ACTIONS(2558), + [aux_sym_preproc_if_token2] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2558), + [aux_sym_preproc_else_token1] = ACTIONS(2558), + [aux_sym_preproc_elif_token1] = ACTIONS(2558), + [sym_preproc_directive] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(2560), + [anon_sym_BANG] = ACTIONS(2560), + [anon_sym_TILDE] = ACTIONS(2560), + [anon_sym_DASH] = ACTIONS(2558), + [anon_sym_PLUS] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2560), + [anon_sym_AMP_AMP] = ACTIONS(2560), + [anon_sym_AMP] = ACTIONS(2558), + [anon_sym_SEMI] = ACTIONS(2560), + [anon_sym_typedef] = ACTIONS(2558), + [anon_sym_extern] = ACTIONS(2558), + [anon_sym___attribute__] = ACTIONS(2558), + [anon_sym_COLON_COLON] = ACTIONS(2560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2560), + [anon_sym___declspec] = ACTIONS(2558), + [anon_sym___based] = ACTIONS(2558), + [anon_sym___cdecl] = ACTIONS(2558), + [anon_sym___clrcall] = ACTIONS(2558), + [anon_sym___stdcall] = ACTIONS(2558), + [anon_sym___fastcall] = ACTIONS(2558), + [anon_sym___thiscall] = ACTIONS(2558), + [anon_sym___vectorcall] = ACTIONS(2558), + [anon_sym_LBRACE] = ACTIONS(2560), + [anon_sym_LBRACK] = ACTIONS(2558), + [anon_sym_static] = ACTIONS(2558), + [anon_sym_register] = ACTIONS(2558), + [anon_sym_inline] = ACTIONS(2558), + [anon_sym_thread_local] = ACTIONS(2558), + [anon_sym_const] = ACTIONS(2558), + [anon_sym_volatile] = ACTIONS(2558), + [anon_sym_restrict] = ACTIONS(2558), + [anon_sym__Atomic] = ACTIONS(2558), + [anon_sym_mutable] = ACTIONS(2558), + [anon_sym_constexpr] = ACTIONS(2558), + [anon_sym_constinit] = ACTIONS(2558), + [anon_sym_consteval] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2558), + [anon_sym_unsigned] = ACTIONS(2558), + [anon_sym_long] = ACTIONS(2558), + [anon_sym_short] = ACTIONS(2558), + [sym_primitive_type] = ACTIONS(2558), + [anon_sym_enum] = ACTIONS(2558), + [anon_sym_class] = ACTIONS(2558), + [anon_sym_struct] = ACTIONS(2558), + [anon_sym_union] = ACTIONS(2558), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_else] = ACTIONS(2558), + [anon_sym_switch] = ACTIONS(2558), + [anon_sym_case] = ACTIONS(2558), + [anon_sym_default] = ACTIONS(2558), + [anon_sym_while] = ACTIONS(2558), + [anon_sym_do] = ACTIONS(2558), + [anon_sym_for] = ACTIONS(2558), + [anon_sym_return] = ACTIONS(2558), + [anon_sym_break] = ACTIONS(2558), + [anon_sym_continue] = ACTIONS(2558), + [anon_sym_goto] = ACTIONS(2558), + [anon_sym_not] = ACTIONS(2558), + [anon_sym_compl] = ACTIONS(2558), + [anon_sym_DASH_DASH] = ACTIONS(2560), + [anon_sym_PLUS_PLUS] = ACTIONS(2560), + [anon_sym_sizeof] = ACTIONS(2558), + [sym_number_literal] = ACTIONS(2560), + [anon_sym_L_SQUOTE] = ACTIONS(2560), + [anon_sym_u_SQUOTE] = ACTIONS(2560), + [anon_sym_U_SQUOTE] = ACTIONS(2560), + [anon_sym_u8_SQUOTE] = ACTIONS(2560), + [anon_sym_SQUOTE] = ACTIONS(2560), + [anon_sym_L_DQUOTE] = ACTIONS(2560), + [anon_sym_u_DQUOTE] = ACTIONS(2560), + [anon_sym_U_DQUOTE] = ACTIONS(2560), + [anon_sym_u8_DQUOTE] = ACTIONS(2560), + [anon_sym_DQUOTE] = ACTIONS(2560), + [sym_true] = ACTIONS(2558), + [sym_false] = ACTIONS(2558), + [sym_null] = ACTIONS(2558), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2558), + [anon_sym_virtual] = ACTIONS(2558), + [anon_sym_explicit] = ACTIONS(2558), + [anon_sym_typename] = ACTIONS(2558), + [anon_sym_template] = ACTIONS(2558), + [anon_sym_operator] = ACTIONS(2558), + [anon_sym_try] = ACTIONS(2558), + [anon_sym_delete] = ACTIONS(2558), + [anon_sym_throw] = ACTIONS(2558), + [anon_sym_namespace] = ACTIONS(2558), + [anon_sym_using] = ACTIONS(2558), + [anon_sym_static_assert] = ACTIONS(2558), + [anon_sym_concept] = ACTIONS(2558), + [anon_sym_co_return] = ACTIONS(2558), + [anon_sym_co_yield] = ACTIONS(2558), + [anon_sym_R_DQUOTE] = ACTIONS(2560), + [anon_sym_LR_DQUOTE] = ACTIONS(2560), + [anon_sym_uR_DQUOTE] = ACTIONS(2560), + [anon_sym_UR_DQUOTE] = ACTIONS(2560), + [anon_sym_u8R_DQUOTE] = ACTIONS(2560), + [anon_sym_co_await] = ACTIONS(2558), + [anon_sym_new] = ACTIONS(2558), + [anon_sym_requires] = ACTIONS(2558), + [sym_this] = ACTIONS(2558), + [sym_nullptr] = ACTIONS(2558), }, - [418] = { - [sym_identifier] = ACTIONS(2556), - [aux_sym_preproc_include_token1] = ACTIONS(2556), - [aux_sym_preproc_def_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token2] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), - [aux_sym_preproc_else_token1] = ACTIONS(2556), - [aux_sym_preproc_elif_token1] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_LPAREN2] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_DASH] = ACTIONS(2556), - [anon_sym_PLUS] = ACTIONS(2556), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_AMP_AMP] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym___attribute__] = ACTIONS(2556), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2556), - [anon_sym___based] = ACTIONS(2556), - [anon_sym___cdecl] = ACTIONS(2556), - [anon_sym___clrcall] = ACTIONS(2556), - [anon_sym___stdcall] = ACTIONS(2556), - [anon_sym___fastcall] = ACTIONS(2556), - [anon_sym___thiscall] = ACTIONS(2556), - [anon_sym___vectorcall] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_LBRACK] = ACTIONS(2556), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym_thread_local] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym_mutable] = ACTIONS(2556), - [anon_sym_constexpr] = ACTIONS(2556), - [anon_sym_constinit] = ACTIONS(2556), - [anon_sym_consteval] = ACTIONS(2556), - [anon_sym_signed] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [sym_primitive_type] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_class] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2556), - [anon_sym_else] = ACTIONS(2556), - [anon_sym_switch] = ACTIONS(2556), - [anon_sym_case] = ACTIONS(2556), - [anon_sym_default] = ACTIONS(2556), - [anon_sym_while] = ACTIONS(2556), - [anon_sym_do] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(2556), - [anon_sym_return] = ACTIONS(2556), - [anon_sym_break] = ACTIONS(2556), - [anon_sym_continue] = ACTIONS(2556), - [anon_sym_goto] = ACTIONS(2556), - [anon_sym_not] = ACTIONS(2556), - [anon_sym_compl] = ACTIONS(2556), - [anon_sym_DASH_DASH] = ACTIONS(2558), - [anon_sym_PLUS_PLUS] = ACTIONS(2558), - [anon_sym_sizeof] = ACTIONS(2556), - [sym_number_literal] = ACTIONS(2558), - [anon_sym_L_SQUOTE] = ACTIONS(2558), - [anon_sym_u_SQUOTE] = ACTIONS(2558), - [anon_sym_U_SQUOTE] = ACTIONS(2558), - [anon_sym_u8_SQUOTE] = ACTIONS(2558), - [anon_sym_SQUOTE] = ACTIONS(2558), - [anon_sym_L_DQUOTE] = ACTIONS(2558), - [anon_sym_u_DQUOTE] = ACTIONS(2558), - [anon_sym_U_DQUOTE] = ACTIONS(2558), - [anon_sym_u8_DQUOTE] = ACTIONS(2558), - [anon_sym_DQUOTE] = ACTIONS(2558), - [sym_true] = ACTIONS(2556), - [sym_false] = ACTIONS(2556), - [sym_null] = ACTIONS(2556), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2556), - [anon_sym_decltype] = ACTIONS(2556), - [anon_sym_virtual] = ACTIONS(2556), - [anon_sym_explicit] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2556), - [anon_sym_template] = ACTIONS(2556), - [anon_sym_operator] = ACTIONS(2556), - [anon_sym_try] = ACTIONS(2556), - [anon_sym_delete] = ACTIONS(2556), - [anon_sym_throw] = ACTIONS(2556), - [anon_sym_namespace] = ACTIONS(2556), - [anon_sym_using] = ACTIONS(2556), - [anon_sym_static_assert] = ACTIONS(2556), - [anon_sym_concept] = ACTIONS(2556), - [anon_sym_co_return] = ACTIONS(2556), - [anon_sym_co_yield] = ACTIONS(2556), - [anon_sym_R_DQUOTE] = ACTIONS(2558), - [anon_sym_LR_DQUOTE] = ACTIONS(2558), - [anon_sym_uR_DQUOTE] = ACTIONS(2558), - [anon_sym_UR_DQUOTE] = ACTIONS(2558), - [anon_sym_u8R_DQUOTE] = ACTIONS(2558), - [anon_sym_co_await] = ACTIONS(2556), - [anon_sym_new] = ACTIONS(2556), - [anon_sym_requires] = ACTIONS(2556), - [sym_this] = ACTIONS(2556), - [sym_nullptr] = ACTIONS(2556), + [430] = { + [sym_identifier] = ACTIONS(2558), + [aux_sym_preproc_include_token1] = ACTIONS(2558), + [aux_sym_preproc_def_token1] = ACTIONS(2558), + [aux_sym_preproc_if_token1] = ACTIONS(2558), + [aux_sym_preproc_if_token2] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2558), + [aux_sym_preproc_else_token1] = ACTIONS(2558), + [aux_sym_preproc_elif_token1] = ACTIONS(2558), + [sym_preproc_directive] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(2560), + [anon_sym_BANG] = ACTIONS(2560), + [anon_sym_TILDE] = ACTIONS(2560), + [anon_sym_DASH] = ACTIONS(2558), + [anon_sym_PLUS] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2560), + [anon_sym_AMP_AMP] = ACTIONS(2560), + [anon_sym_AMP] = ACTIONS(2558), + [anon_sym_SEMI] = ACTIONS(2560), + [anon_sym_typedef] = ACTIONS(2558), + [anon_sym_extern] = ACTIONS(2558), + [anon_sym___attribute__] = ACTIONS(2558), + [anon_sym_COLON_COLON] = ACTIONS(2560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2560), + [anon_sym___declspec] = ACTIONS(2558), + [anon_sym___based] = ACTIONS(2558), + [anon_sym___cdecl] = ACTIONS(2558), + [anon_sym___clrcall] = ACTIONS(2558), + [anon_sym___stdcall] = ACTIONS(2558), + [anon_sym___fastcall] = ACTIONS(2558), + [anon_sym___thiscall] = ACTIONS(2558), + [anon_sym___vectorcall] = ACTIONS(2558), + [anon_sym_LBRACE] = ACTIONS(2560), + [anon_sym_LBRACK] = ACTIONS(2558), + [anon_sym_static] = ACTIONS(2558), + [anon_sym_register] = ACTIONS(2558), + [anon_sym_inline] = ACTIONS(2558), + [anon_sym_thread_local] = ACTIONS(2558), + [anon_sym_const] = ACTIONS(2558), + [anon_sym_volatile] = ACTIONS(2558), + [anon_sym_restrict] = ACTIONS(2558), + [anon_sym__Atomic] = ACTIONS(2558), + [anon_sym_mutable] = ACTIONS(2558), + [anon_sym_constexpr] = ACTIONS(2558), + [anon_sym_constinit] = ACTIONS(2558), + [anon_sym_consteval] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2558), + [anon_sym_unsigned] = ACTIONS(2558), + [anon_sym_long] = ACTIONS(2558), + [anon_sym_short] = ACTIONS(2558), + [sym_primitive_type] = ACTIONS(2558), + [anon_sym_enum] = ACTIONS(2558), + [anon_sym_class] = ACTIONS(2558), + [anon_sym_struct] = ACTIONS(2558), + [anon_sym_union] = ACTIONS(2558), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_else] = ACTIONS(2558), + [anon_sym_switch] = ACTIONS(2558), + [anon_sym_case] = ACTIONS(2558), + [anon_sym_default] = ACTIONS(2558), + [anon_sym_while] = ACTIONS(2558), + [anon_sym_do] = ACTIONS(2558), + [anon_sym_for] = ACTIONS(2558), + [anon_sym_return] = ACTIONS(2558), + [anon_sym_break] = ACTIONS(2558), + [anon_sym_continue] = ACTIONS(2558), + [anon_sym_goto] = ACTIONS(2558), + [anon_sym_not] = ACTIONS(2558), + [anon_sym_compl] = ACTIONS(2558), + [anon_sym_DASH_DASH] = ACTIONS(2560), + [anon_sym_PLUS_PLUS] = ACTIONS(2560), + [anon_sym_sizeof] = ACTIONS(2558), + [sym_number_literal] = ACTIONS(2560), + [anon_sym_L_SQUOTE] = ACTIONS(2560), + [anon_sym_u_SQUOTE] = ACTIONS(2560), + [anon_sym_U_SQUOTE] = ACTIONS(2560), + [anon_sym_u8_SQUOTE] = ACTIONS(2560), + [anon_sym_SQUOTE] = ACTIONS(2560), + [anon_sym_L_DQUOTE] = ACTIONS(2560), + [anon_sym_u_DQUOTE] = ACTIONS(2560), + [anon_sym_U_DQUOTE] = ACTIONS(2560), + [anon_sym_u8_DQUOTE] = ACTIONS(2560), + [anon_sym_DQUOTE] = ACTIONS(2560), + [sym_true] = ACTIONS(2558), + [sym_false] = ACTIONS(2558), + [sym_null] = ACTIONS(2558), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2558), + [anon_sym_virtual] = ACTIONS(2558), + [anon_sym_explicit] = ACTIONS(2558), + [anon_sym_typename] = ACTIONS(2558), + [anon_sym_template] = ACTIONS(2558), + [anon_sym_operator] = ACTIONS(2558), + [anon_sym_try] = ACTIONS(2558), + [anon_sym_delete] = ACTIONS(2558), + [anon_sym_throw] = ACTIONS(2558), + [anon_sym_namespace] = ACTIONS(2558), + [anon_sym_using] = ACTIONS(2558), + [anon_sym_static_assert] = ACTIONS(2558), + [anon_sym_concept] = ACTIONS(2558), + [anon_sym_co_return] = ACTIONS(2558), + [anon_sym_co_yield] = ACTIONS(2558), + [anon_sym_R_DQUOTE] = ACTIONS(2560), + [anon_sym_LR_DQUOTE] = ACTIONS(2560), + [anon_sym_uR_DQUOTE] = ACTIONS(2560), + [anon_sym_UR_DQUOTE] = ACTIONS(2560), + [anon_sym_u8R_DQUOTE] = ACTIONS(2560), + [anon_sym_co_await] = ACTIONS(2558), + [anon_sym_new] = ACTIONS(2558), + [anon_sym_requires] = ACTIONS(2558), + [sym_this] = ACTIONS(2558), + [sym_nullptr] = ACTIONS(2558), }, - [419] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3612), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5630), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(6065), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2560), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [431] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [420] = { + [432] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [433] = { [sym_identifier] = ACTIONS(2562), [aux_sym_preproc_include_token1] = ACTIONS(2562), [aux_sym_preproc_def_token1] = ACTIONS(2562), @@ -85840,7 +87093,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(2562), [anon_sym_union] = ACTIONS(2562), [anon_sym_if] = ACTIONS(2562), - [anon_sym_else] = ACTIONS(2562), + [anon_sym_else] = ACTIONS(2566), [anon_sym_switch] = ACTIONS(2562), [anon_sym_case] = ACTIONS(2562), [anon_sym_default] = ACTIONS(2562), @@ -85898,237 +87151,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2562), [sym_nullptr] = ACTIONS(2562), }, - [421] = { - [sym_identifier] = ACTIONS(2566), - [aux_sym_preproc_include_token1] = ACTIONS(2566), - [aux_sym_preproc_def_token1] = ACTIONS(2566), - [aux_sym_preproc_if_token1] = ACTIONS(2566), - [aux_sym_preproc_if_token2] = ACTIONS(2566), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2566), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2566), - [aux_sym_preproc_else_token1] = ACTIONS(2566), - [aux_sym_preproc_elif_token1] = ACTIONS(2566), - [sym_preproc_directive] = ACTIONS(2566), - [anon_sym_LPAREN2] = ACTIONS(2568), - [anon_sym_BANG] = ACTIONS(2568), - [anon_sym_TILDE] = ACTIONS(2568), - [anon_sym_DASH] = ACTIONS(2566), - [anon_sym_PLUS] = ACTIONS(2566), - [anon_sym_STAR] = ACTIONS(2568), - [anon_sym_AMP_AMP] = ACTIONS(2568), - [anon_sym_AMP] = ACTIONS(2566), - [anon_sym_SEMI] = ACTIONS(2568), - [anon_sym_typedef] = ACTIONS(2566), - [anon_sym_extern] = ACTIONS(2566), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2568), - [anon_sym___declspec] = ACTIONS(2566), - [anon_sym___based] = ACTIONS(2566), - [anon_sym___cdecl] = ACTIONS(2566), - [anon_sym___clrcall] = ACTIONS(2566), - [anon_sym___stdcall] = ACTIONS(2566), - [anon_sym___fastcall] = ACTIONS(2566), - [anon_sym___thiscall] = ACTIONS(2566), - [anon_sym___vectorcall] = ACTIONS(2566), - [anon_sym_LBRACE] = ACTIONS(2568), - [anon_sym_LBRACK] = ACTIONS(2566), - [anon_sym_static] = ACTIONS(2566), - [anon_sym_register] = ACTIONS(2566), - [anon_sym_inline] = ACTIONS(2566), - [anon_sym_thread_local] = ACTIONS(2566), - [anon_sym_const] = ACTIONS(2566), - [anon_sym_volatile] = ACTIONS(2566), - [anon_sym_restrict] = ACTIONS(2566), - [anon_sym__Atomic] = ACTIONS(2566), - [anon_sym_mutable] = ACTIONS(2566), - [anon_sym_constexpr] = ACTIONS(2566), - [anon_sym_constinit] = ACTIONS(2566), - [anon_sym_consteval] = ACTIONS(2566), - [anon_sym_signed] = ACTIONS(2566), - [anon_sym_unsigned] = ACTIONS(2566), - [anon_sym_long] = ACTIONS(2566), - [anon_sym_short] = ACTIONS(2566), - [sym_primitive_type] = ACTIONS(2566), - [anon_sym_enum] = ACTIONS(2566), - [anon_sym_class] = ACTIONS(2566), - [anon_sym_struct] = ACTIONS(2566), - [anon_sym_union] = ACTIONS(2566), - [anon_sym_if] = ACTIONS(2566), - [anon_sym_else] = ACTIONS(2570), - [anon_sym_switch] = ACTIONS(2566), - [anon_sym_case] = ACTIONS(2566), - [anon_sym_default] = ACTIONS(2566), - [anon_sym_while] = ACTIONS(2566), - [anon_sym_do] = ACTIONS(2566), - [anon_sym_for] = ACTIONS(2566), - [anon_sym_return] = ACTIONS(2566), - [anon_sym_break] = ACTIONS(2566), - [anon_sym_continue] = ACTIONS(2566), - [anon_sym_goto] = ACTIONS(2566), - [anon_sym_not] = ACTIONS(2566), - [anon_sym_compl] = ACTIONS(2566), - [anon_sym_DASH_DASH] = ACTIONS(2568), - [anon_sym_PLUS_PLUS] = ACTIONS(2568), - [anon_sym_sizeof] = ACTIONS(2566), - [sym_number_literal] = ACTIONS(2568), - [anon_sym_L_SQUOTE] = ACTIONS(2568), - [anon_sym_u_SQUOTE] = ACTIONS(2568), - [anon_sym_U_SQUOTE] = ACTIONS(2568), - [anon_sym_u8_SQUOTE] = ACTIONS(2568), - [anon_sym_SQUOTE] = ACTIONS(2568), - [anon_sym_L_DQUOTE] = ACTIONS(2568), - [anon_sym_u_DQUOTE] = ACTIONS(2568), - [anon_sym_U_DQUOTE] = ACTIONS(2568), - [anon_sym_u8_DQUOTE] = ACTIONS(2568), - [anon_sym_DQUOTE] = ACTIONS(2568), - [sym_true] = ACTIONS(2566), - [sym_false] = ACTIONS(2566), - [sym_null] = ACTIONS(2566), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2566), - [anon_sym_decltype] = ACTIONS(2566), - [anon_sym_virtual] = ACTIONS(2566), - [anon_sym_explicit] = ACTIONS(2566), - [anon_sym_typename] = ACTIONS(2566), - [anon_sym_template] = ACTIONS(2566), - [anon_sym_operator] = ACTIONS(2566), - [anon_sym_try] = ACTIONS(2566), - [anon_sym_delete] = ACTIONS(2566), - [anon_sym_throw] = ACTIONS(2566), - [anon_sym_namespace] = ACTIONS(2566), - [anon_sym_using] = ACTIONS(2566), - [anon_sym_static_assert] = ACTIONS(2566), - [anon_sym_concept] = ACTIONS(2566), - [anon_sym_co_return] = ACTIONS(2566), - [anon_sym_co_yield] = ACTIONS(2566), - [anon_sym_R_DQUOTE] = ACTIONS(2568), - [anon_sym_LR_DQUOTE] = ACTIONS(2568), - [anon_sym_uR_DQUOTE] = ACTIONS(2568), - [anon_sym_UR_DQUOTE] = ACTIONS(2568), - [anon_sym_u8R_DQUOTE] = ACTIONS(2568), - [anon_sym_co_await] = ACTIONS(2566), - [anon_sym_new] = ACTIONS(2566), - [anon_sym_requires] = ACTIONS(2566), - [sym_this] = ACTIONS(2566), - [sym_nullptr] = ACTIONS(2566), - }, - [422] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [434] = { + [sym_identifier] = ACTIONS(2568), + [aux_sym_preproc_include_token1] = ACTIONS(2568), + [aux_sym_preproc_def_token1] = ACTIONS(2568), + [aux_sym_preproc_if_token1] = ACTIONS(2568), + [aux_sym_preproc_if_token2] = ACTIONS(2568), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2568), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2568), + [aux_sym_preproc_else_token1] = ACTIONS(2568), + [aux_sym_preproc_elif_token1] = ACTIONS(2568), + [sym_preproc_directive] = ACTIONS(2568), + [anon_sym_LPAREN2] = ACTIONS(2570), + [anon_sym_BANG] = ACTIONS(2570), + [anon_sym_TILDE] = ACTIONS(2570), + [anon_sym_DASH] = ACTIONS(2568), + [anon_sym_PLUS] = ACTIONS(2568), + [anon_sym_STAR] = ACTIONS(2570), + [anon_sym_AMP_AMP] = ACTIONS(2570), + [anon_sym_AMP] = ACTIONS(2568), + [anon_sym_SEMI] = ACTIONS(2570), + [anon_sym_typedef] = ACTIONS(2568), + [anon_sym_extern] = ACTIONS(2568), + [anon_sym___attribute__] = ACTIONS(2568), + [anon_sym_COLON_COLON] = ACTIONS(2570), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(2568), + [anon_sym___cdecl] = ACTIONS(2568), + [anon_sym___clrcall] = ACTIONS(2568), + [anon_sym___stdcall] = ACTIONS(2568), + [anon_sym___fastcall] = ACTIONS(2568), + [anon_sym___thiscall] = ACTIONS(2568), + [anon_sym___vectorcall] = ACTIONS(2568), + [anon_sym_LBRACE] = ACTIONS(2570), + [anon_sym_LBRACK] = ACTIONS(2568), + [anon_sym_static] = ACTIONS(2568), + [anon_sym_register] = ACTIONS(2568), + [anon_sym_inline] = ACTIONS(2568), + [anon_sym_thread_local] = ACTIONS(2568), + [anon_sym_const] = ACTIONS(2568), + [anon_sym_volatile] = ACTIONS(2568), + [anon_sym_restrict] = ACTIONS(2568), + [anon_sym__Atomic] = ACTIONS(2568), + [anon_sym_mutable] = ACTIONS(2568), + [anon_sym_constexpr] = ACTIONS(2568), + [anon_sym_constinit] = ACTIONS(2568), + [anon_sym_consteval] = ACTIONS(2568), + [anon_sym_signed] = ACTIONS(2568), + [anon_sym_unsigned] = ACTIONS(2568), + [anon_sym_long] = ACTIONS(2568), + [anon_sym_short] = ACTIONS(2568), + [sym_primitive_type] = ACTIONS(2568), + [anon_sym_enum] = ACTIONS(2568), + [anon_sym_class] = ACTIONS(2568), + [anon_sym_struct] = ACTIONS(2568), + [anon_sym_union] = ACTIONS(2568), + [anon_sym_if] = ACTIONS(2568), + [anon_sym_else] = ACTIONS(2568), + [anon_sym_switch] = ACTIONS(2568), + [anon_sym_case] = ACTIONS(2568), + [anon_sym_default] = ACTIONS(2568), + [anon_sym_while] = ACTIONS(2568), + [anon_sym_do] = ACTIONS(2568), + [anon_sym_for] = ACTIONS(2568), + [anon_sym_return] = ACTIONS(2568), + [anon_sym_break] = ACTIONS(2568), + [anon_sym_continue] = ACTIONS(2568), + [anon_sym_goto] = ACTIONS(2568), + [anon_sym_not] = ACTIONS(2568), + [anon_sym_compl] = ACTIONS(2568), + [anon_sym_DASH_DASH] = ACTIONS(2570), + [anon_sym_PLUS_PLUS] = ACTIONS(2570), + [anon_sym_sizeof] = ACTIONS(2568), + [sym_number_literal] = ACTIONS(2570), + [anon_sym_L_SQUOTE] = ACTIONS(2570), + [anon_sym_u_SQUOTE] = ACTIONS(2570), + [anon_sym_U_SQUOTE] = ACTIONS(2570), + [anon_sym_u8_SQUOTE] = ACTIONS(2570), + [anon_sym_SQUOTE] = ACTIONS(2570), + [anon_sym_L_DQUOTE] = ACTIONS(2570), + [anon_sym_u_DQUOTE] = ACTIONS(2570), + [anon_sym_U_DQUOTE] = ACTIONS(2570), + [anon_sym_u8_DQUOTE] = ACTIONS(2570), + [anon_sym_DQUOTE] = ACTIONS(2570), + [sym_true] = ACTIONS(2568), + [sym_false] = ACTIONS(2568), + [sym_null] = ACTIONS(2568), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2568), + [anon_sym_decltype] = ACTIONS(2568), + [anon_sym_virtual] = ACTIONS(2568), + [anon_sym_explicit] = ACTIONS(2568), + [anon_sym_typename] = ACTIONS(2568), + [anon_sym_template] = ACTIONS(2568), + [anon_sym_operator] = ACTIONS(2568), + [anon_sym_try] = ACTIONS(2568), + [anon_sym_delete] = ACTIONS(2568), + [anon_sym_throw] = ACTIONS(2568), + [anon_sym_namespace] = ACTIONS(2568), + [anon_sym_using] = ACTIONS(2568), + [anon_sym_static_assert] = ACTIONS(2568), + [anon_sym_concept] = ACTIONS(2568), + [anon_sym_co_return] = ACTIONS(2568), + [anon_sym_co_yield] = ACTIONS(2568), + [anon_sym_R_DQUOTE] = ACTIONS(2570), + [anon_sym_LR_DQUOTE] = ACTIONS(2570), + [anon_sym_uR_DQUOTE] = ACTIONS(2570), + [anon_sym_UR_DQUOTE] = ACTIONS(2570), + [anon_sym_u8R_DQUOTE] = ACTIONS(2570), + [anon_sym_co_await] = ACTIONS(2568), + [anon_sym_new] = ACTIONS(2568), + [anon_sym_requires] = ACTIONS(2568), + [sym_this] = ACTIONS(2568), + [sym_nullptr] = ACTIONS(2568), }, - [423] = { + [435] = { [sym_identifier] = ACTIONS(2572), [aux_sym_preproc_include_token1] = ACTIONS(2572), [aux_sym_preproc_def_token1] = ACTIONS(2572), @@ -86243,7 +87381,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2572), [sym_nullptr] = ACTIONS(2572), }, - [424] = { + [436] = { [sym_identifier] = ACTIONS(2576), [aux_sym_preproc_include_token1] = ACTIONS(2576), [aux_sym_preproc_def_token1] = ACTIONS(2576), @@ -86358,7 +87496,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2576), [sym_nullptr] = ACTIONS(2576), }, - [425] = { + [437] = { [sym_identifier] = ACTIONS(2580), [aux_sym_preproc_include_token1] = ACTIONS(2580), [aux_sym_preproc_def_token1] = ACTIONS(2580), @@ -86473,122 +87611,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2580), [sym_nullptr] = ACTIONS(2580), }, - [426] = { - [sym_identifier] = ACTIONS(2584), - [aux_sym_preproc_include_token1] = ACTIONS(2584), - [aux_sym_preproc_def_token1] = ACTIONS(2584), - [aux_sym_preproc_if_token1] = ACTIONS(2584), - [aux_sym_preproc_if_token2] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2584), - [aux_sym_preproc_else_token1] = ACTIONS(2584), - [aux_sym_preproc_elif_token1] = ACTIONS(2584), - [sym_preproc_directive] = ACTIONS(2584), - [anon_sym_LPAREN2] = ACTIONS(2586), - [anon_sym_BANG] = ACTIONS(2586), - [anon_sym_TILDE] = ACTIONS(2586), - [anon_sym_DASH] = ACTIONS(2584), - [anon_sym_PLUS] = ACTIONS(2584), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [anon_sym_SEMI] = ACTIONS(2586), - [anon_sym_typedef] = ACTIONS(2584), - [anon_sym_extern] = ACTIONS(2584), - [anon_sym___attribute__] = ACTIONS(2584), - [anon_sym_COLON_COLON] = ACTIONS(2586), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), - [anon_sym___declspec] = ACTIONS(2584), - [anon_sym___based] = ACTIONS(2584), - [anon_sym___cdecl] = ACTIONS(2584), - [anon_sym___clrcall] = ACTIONS(2584), - [anon_sym___stdcall] = ACTIONS(2584), - [anon_sym___fastcall] = ACTIONS(2584), - [anon_sym___thiscall] = ACTIONS(2584), - [anon_sym___vectorcall] = ACTIONS(2584), - [anon_sym_LBRACE] = ACTIONS(2586), - [anon_sym_LBRACK] = ACTIONS(2584), - [anon_sym_static] = ACTIONS(2584), - [anon_sym_register] = ACTIONS(2584), - [anon_sym_inline] = ACTIONS(2584), - [anon_sym_thread_local] = ACTIONS(2584), - [anon_sym_const] = ACTIONS(2584), - [anon_sym_volatile] = ACTIONS(2584), - [anon_sym_restrict] = ACTIONS(2584), - [anon_sym__Atomic] = ACTIONS(2584), - [anon_sym_mutable] = ACTIONS(2584), - [anon_sym_constexpr] = ACTIONS(2584), - [anon_sym_constinit] = ACTIONS(2584), - [anon_sym_consteval] = ACTIONS(2584), - [anon_sym_signed] = ACTIONS(2584), - [anon_sym_unsigned] = ACTIONS(2584), - [anon_sym_long] = ACTIONS(2584), - [anon_sym_short] = ACTIONS(2584), - [sym_primitive_type] = ACTIONS(2584), - [anon_sym_enum] = ACTIONS(2584), - [anon_sym_class] = ACTIONS(2584), - [anon_sym_struct] = ACTIONS(2584), - [anon_sym_union] = ACTIONS(2584), - [anon_sym_if] = ACTIONS(2584), - [anon_sym_else] = ACTIONS(2584), - [anon_sym_switch] = ACTIONS(2584), - [anon_sym_case] = ACTIONS(2584), - [anon_sym_default] = ACTIONS(2584), - [anon_sym_while] = ACTIONS(2584), - [anon_sym_do] = ACTIONS(2584), - [anon_sym_for] = ACTIONS(2584), - [anon_sym_return] = ACTIONS(2584), - [anon_sym_break] = ACTIONS(2584), - [anon_sym_continue] = ACTIONS(2584), - [anon_sym_goto] = ACTIONS(2584), - [anon_sym_not] = ACTIONS(2584), - [anon_sym_compl] = ACTIONS(2584), - [anon_sym_DASH_DASH] = ACTIONS(2586), - [anon_sym_PLUS_PLUS] = ACTIONS(2586), - [anon_sym_sizeof] = ACTIONS(2584), - [sym_number_literal] = ACTIONS(2586), - [anon_sym_L_SQUOTE] = ACTIONS(2586), - [anon_sym_u_SQUOTE] = ACTIONS(2586), - [anon_sym_U_SQUOTE] = ACTIONS(2586), - [anon_sym_u8_SQUOTE] = ACTIONS(2586), - [anon_sym_SQUOTE] = ACTIONS(2586), - [anon_sym_L_DQUOTE] = ACTIONS(2586), - [anon_sym_u_DQUOTE] = ACTIONS(2586), - [anon_sym_U_DQUOTE] = ACTIONS(2586), - [anon_sym_u8_DQUOTE] = ACTIONS(2586), - [anon_sym_DQUOTE] = ACTIONS(2586), - [sym_true] = ACTIONS(2584), - [sym_false] = ACTIONS(2584), - [sym_null] = ACTIONS(2584), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2584), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_delete] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2584), - [anon_sym_namespace] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_concept] = ACTIONS(2584), - [anon_sym_co_return] = ACTIONS(2584), - [anon_sym_co_yield] = ACTIONS(2584), - [anon_sym_R_DQUOTE] = ACTIONS(2586), - [anon_sym_LR_DQUOTE] = ACTIONS(2586), - [anon_sym_uR_DQUOTE] = ACTIONS(2586), - [anon_sym_UR_DQUOTE] = ACTIONS(2586), - [anon_sym_u8R_DQUOTE] = ACTIONS(2586), - [anon_sym_co_await] = ACTIONS(2584), - [anon_sym_new] = ACTIONS(2584), - [anon_sym_requires] = ACTIONS(2584), - [sym_this] = ACTIONS(2584), - [sym_nullptr] = ACTIONS(2584), - }, - [427] = { + [438] = { [sym_identifier] = ACTIONS(2584), [aux_sym_preproc_include_token1] = ACTIONS(2584), [aux_sym_preproc_def_token1] = ACTIONS(2584), @@ -86703,296 +87726,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2584), [sym_nullptr] = ACTIONS(2584), }, - [428] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [429] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [439] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [430] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3613), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), + [440] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3608), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5710), - [sym_sizeof_expression] = STATE(3959), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5569), + [sym_sizeof_expression] = STATE(3852), [sym_subscript_expression] = STATE(3018), [sym_call_expression] = STATE(3018), [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), + [sym_compound_literal_expression] = STATE(3852), [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(5954), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5753), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), [anon_sym_const] = ACTIONS(57), [anon_sym_volatile] = ACTIONS(57), @@ -87002,1318 +87910,513 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_constexpr] = ACTIONS(57), [anon_sym_constinit] = ACTIONS(57), [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), [anon_sym_GT2] = ACTIONS(2588), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [431] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [432] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [433] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [434] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [435] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3635), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5632), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(6022), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2590), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [436] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [437] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [438] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [441] = { + [sym_catch_clause] = STATE(336), + [aux_sym_constructor_try_statement_repeat1] = STATE(336), + [ts_builtin_sym_end] = ACTIONS(2373), + [sym_identifier] = ACTIONS(2371), + [aux_sym_preproc_include_token1] = ACTIONS(2371), + [aux_sym_preproc_def_token1] = ACTIONS(2371), + [aux_sym_preproc_if_token1] = ACTIONS(2371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2371), + [sym_preproc_directive] = ACTIONS(2371), + [anon_sym_LPAREN2] = ACTIONS(2373), + [anon_sym_BANG] = ACTIONS(2373), + [anon_sym_TILDE] = ACTIONS(2373), + [anon_sym_DASH] = ACTIONS(2371), + [anon_sym_PLUS] = ACTIONS(2371), + [anon_sym_STAR] = ACTIONS(2373), + [anon_sym_AMP_AMP] = ACTIONS(2373), + [anon_sym_AMP] = ACTIONS(2371), + [anon_sym_SEMI] = ACTIONS(2373), + [anon_sym_typedef] = ACTIONS(2371), + [anon_sym_extern] = ACTIONS(2371), + [anon_sym___attribute__] = ACTIONS(2371), + [anon_sym_COLON_COLON] = ACTIONS(2373), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2373), + [anon_sym___declspec] = ACTIONS(2371), + [anon_sym___based] = ACTIONS(2371), + [anon_sym___cdecl] = ACTIONS(2371), + [anon_sym___clrcall] = ACTIONS(2371), + [anon_sym___stdcall] = ACTIONS(2371), + [anon_sym___fastcall] = ACTIONS(2371), + [anon_sym___thiscall] = ACTIONS(2371), + [anon_sym___vectorcall] = ACTIONS(2371), + [anon_sym_LBRACE] = ACTIONS(2373), + [anon_sym_LBRACK] = ACTIONS(2371), + [anon_sym_static] = ACTIONS(2371), + [anon_sym_register] = ACTIONS(2371), + [anon_sym_inline] = ACTIONS(2371), + [anon_sym_thread_local] = ACTIONS(2371), + [anon_sym_const] = ACTIONS(2371), + [anon_sym_volatile] = ACTIONS(2371), + [anon_sym_restrict] = ACTIONS(2371), + [anon_sym__Atomic] = ACTIONS(2371), + [anon_sym_mutable] = ACTIONS(2371), + [anon_sym_constexpr] = ACTIONS(2371), + [anon_sym_constinit] = ACTIONS(2371), + [anon_sym_consteval] = ACTIONS(2371), + [anon_sym_signed] = ACTIONS(2371), + [anon_sym_unsigned] = ACTIONS(2371), + [anon_sym_long] = ACTIONS(2371), + [anon_sym_short] = ACTIONS(2371), + [sym_primitive_type] = ACTIONS(2371), + [anon_sym_enum] = ACTIONS(2371), + [anon_sym_class] = ACTIONS(2371), + [anon_sym_struct] = ACTIONS(2371), + [anon_sym_union] = ACTIONS(2371), + [anon_sym_if] = ACTIONS(2371), + [anon_sym_switch] = ACTIONS(2371), + [anon_sym_case] = ACTIONS(2371), + [anon_sym_default] = ACTIONS(2371), + [anon_sym_while] = ACTIONS(2371), + [anon_sym_do] = ACTIONS(2371), + [anon_sym_for] = ACTIONS(2371), + [anon_sym_return] = ACTIONS(2371), + [anon_sym_break] = ACTIONS(2371), + [anon_sym_continue] = ACTIONS(2371), + [anon_sym_goto] = ACTIONS(2371), + [anon_sym_not] = ACTIONS(2371), + [anon_sym_compl] = ACTIONS(2371), + [anon_sym_DASH_DASH] = ACTIONS(2373), + [anon_sym_PLUS_PLUS] = ACTIONS(2373), + [anon_sym_sizeof] = ACTIONS(2371), + [sym_number_literal] = ACTIONS(2373), + [anon_sym_L_SQUOTE] = ACTIONS(2373), + [anon_sym_u_SQUOTE] = ACTIONS(2373), + [anon_sym_U_SQUOTE] = ACTIONS(2373), + [anon_sym_u8_SQUOTE] = ACTIONS(2373), + [anon_sym_SQUOTE] = ACTIONS(2373), + [anon_sym_L_DQUOTE] = ACTIONS(2373), + [anon_sym_u_DQUOTE] = ACTIONS(2373), + [anon_sym_U_DQUOTE] = ACTIONS(2373), + [anon_sym_u8_DQUOTE] = ACTIONS(2373), + [anon_sym_DQUOTE] = ACTIONS(2373), + [sym_true] = ACTIONS(2371), + [sym_false] = ACTIONS(2371), + [sym_null] = ACTIONS(2371), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2371), + [anon_sym_decltype] = ACTIONS(2371), + [anon_sym_virtual] = ACTIONS(2371), + [anon_sym_explicit] = ACTIONS(2371), + [anon_sym_typename] = ACTIONS(2371), + [anon_sym_template] = ACTIONS(2371), + [anon_sym_operator] = ACTIONS(2371), + [anon_sym_try] = ACTIONS(2371), + [anon_sym_delete] = ACTIONS(2371), + [anon_sym_throw] = ACTIONS(2371), + [anon_sym_namespace] = ACTIONS(2371), + [anon_sym_using] = ACTIONS(2371), + [anon_sym_static_assert] = ACTIONS(2371), + [anon_sym_concept] = ACTIONS(2371), + [anon_sym_co_return] = ACTIONS(2371), + [anon_sym_co_yield] = ACTIONS(2371), + [anon_sym_catch] = ACTIONS(2382), + [anon_sym_R_DQUOTE] = ACTIONS(2373), + [anon_sym_LR_DQUOTE] = ACTIONS(2373), + [anon_sym_uR_DQUOTE] = ACTIONS(2373), + [anon_sym_UR_DQUOTE] = ACTIONS(2373), + [anon_sym_u8R_DQUOTE] = ACTIONS(2373), + [anon_sym_co_await] = ACTIONS(2371), + [anon_sym_new] = ACTIONS(2371), + [anon_sym_requires] = ACTIONS(2371), + [sym_this] = ACTIONS(2371), + [sym_nullptr] = ACTIONS(2371), }, - [439] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [442] = { + [sym_identifier] = ACTIONS(2590), + [aux_sym_preproc_include_token1] = ACTIONS(2590), + [aux_sym_preproc_def_token1] = ACTIONS(2590), + [aux_sym_preproc_if_token1] = ACTIONS(2590), + [aux_sym_preproc_if_token2] = ACTIONS(2590), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2590), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2590), + [aux_sym_preproc_else_token1] = ACTIONS(2590), + [aux_sym_preproc_elif_token1] = ACTIONS(2590), + [sym_preproc_directive] = ACTIONS(2590), + [anon_sym_LPAREN2] = ACTIONS(2592), + [anon_sym_BANG] = ACTIONS(2592), + [anon_sym_TILDE] = ACTIONS(2592), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2592), + [anon_sym_AMP_AMP] = ACTIONS(2592), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_SEMI] = ACTIONS(2592), + [anon_sym_typedef] = ACTIONS(2590), + [anon_sym_extern] = ACTIONS(2590), + [anon_sym___attribute__] = ACTIONS(2590), + [anon_sym_COLON_COLON] = ACTIONS(2592), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2592), + [anon_sym___declspec] = ACTIONS(2590), + [anon_sym___based] = ACTIONS(2590), + [anon_sym___cdecl] = ACTIONS(2590), + [anon_sym___clrcall] = ACTIONS(2590), + [anon_sym___stdcall] = ACTIONS(2590), + [anon_sym___fastcall] = ACTIONS(2590), + [anon_sym___thiscall] = ACTIONS(2590), + [anon_sym___vectorcall] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2592), + [anon_sym_LBRACK] = ACTIONS(2590), + [anon_sym_static] = ACTIONS(2590), + [anon_sym_register] = ACTIONS(2590), + [anon_sym_inline] = ACTIONS(2590), + [anon_sym_thread_local] = ACTIONS(2590), + [anon_sym_const] = ACTIONS(2590), + [anon_sym_volatile] = ACTIONS(2590), + [anon_sym_restrict] = ACTIONS(2590), + [anon_sym__Atomic] = ACTIONS(2590), + [anon_sym_mutable] = ACTIONS(2590), + [anon_sym_constexpr] = ACTIONS(2590), + [anon_sym_constinit] = ACTIONS(2590), + [anon_sym_consteval] = ACTIONS(2590), + [anon_sym_signed] = ACTIONS(2590), + [anon_sym_unsigned] = ACTIONS(2590), + [anon_sym_long] = ACTIONS(2590), + [anon_sym_short] = ACTIONS(2590), + [sym_primitive_type] = ACTIONS(2590), + [anon_sym_enum] = ACTIONS(2590), + [anon_sym_class] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_union] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_else] = ACTIONS(2590), + [anon_sym_switch] = ACTIONS(2590), + [anon_sym_case] = ACTIONS(2590), + [anon_sym_default] = ACTIONS(2590), + [anon_sym_while] = ACTIONS(2590), + [anon_sym_do] = ACTIONS(2590), + [anon_sym_for] = ACTIONS(2590), + [anon_sym_return] = ACTIONS(2590), + [anon_sym_break] = ACTIONS(2590), + [anon_sym_continue] = ACTIONS(2590), + [anon_sym_goto] = ACTIONS(2590), + [anon_sym_not] = ACTIONS(2590), + [anon_sym_compl] = ACTIONS(2590), + [anon_sym_DASH_DASH] = ACTIONS(2592), + [anon_sym_PLUS_PLUS] = ACTIONS(2592), + [anon_sym_sizeof] = ACTIONS(2590), + [sym_number_literal] = ACTIONS(2592), + [anon_sym_L_SQUOTE] = ACTIONS(2592), + [anon_sym_u_SQUOTE] = ACTIONS(2592), + [anon_sym_U_SQUOTE] = ACTIONS(2592), + [anon_sym_u8_SQUOTE] = ACTIONS(2592), + [anon_sym_SQUOTE] = ACTIONS(2592), + [anon_sym_L_DQUOTE] = ACTIONS(2592), + [anon_sym_u_DQUOTE] = ACTIONS(2592), + [anon_sym_U_DQUOTE] = ACTIONS(2592), + [anon_sym_u8_DQUOTE] = ACTIONS(2592), + [anon_sym_DQUOTE] = ACTIONS(2592), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_null] = ACTIONS(2590), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2590), + [anon_sym_decltype] = ACTIONS(2590), + [anon_sym_virtual] = ACTIONS(2590), + [anon_sym_explicit] = ACTIONS(2590), + [anon_sym_typename] = ACTIONS(2590), + [anon_sym_template] = ACTIONS(2590), + [anon_sym_operator] = ACTIONS(2590), + [anon_sym_try] = ACTIONS(2590), + [anon_sym_delete] = ACTIONS(2590), + [anon_sym_throw] = ACTIONS(2590), + [anon_sym_namespace] = ACTIONS(2590), + [anon_sym_using] = ACTIONS(2590), + [anon_sym_static_assert] = ACTIONS(2590), + [anon_sym_concept] = ACTIONS(2590), + [anon_sym_co_return] = ACTIONS(2590), + [anon_sym_co_yield] = ACTIONS(2590), + [anon_sym_R_DQUOTE] = ACTIONS(2592), + [anon_sym_LR_DQUOTE] = ACTIONS(2592), + [anon_sym_uR_DQUOTE] = ACTIONS(2592), + [anon_sym_UR_DQUOTE] = ACTIONS(2592), + [anon_sym_u8R_DQUOTE] = ACTIONS(2592), + [anon_sym_co_await] = ACTIONS(2590), + [anon_sym_new] = ACTIONS(2590), + [anon_sym_requires] = ACTIONS(2590), + [sym_this] = ACTIONS(2590), + [sym_nullptr] = ACTIONS(2590), }, - [440] = { - [sym_identifier] = ACTIONS(2592), - [aux_sym_preproc_include_token1] = ACTIONS(2592), - [aux_sym_preproc_def_token1] = ACTIONS(2592), - [aux_sym_preproc_if_token1] = ACTIONS(2592), - [aux_sym_preproc_if_token2] = ACTIONS(2592), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2592), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2592), - [aux_sym_preproc_else_token1] = ACTIONS(2592), - [aux_sym_preproc_elif_token1] = ACTIONS(2592), - [sym_preproc_directive] = ACTIONS(2592), - [anon_sym_LPAREN2] = ACTIONS(2594), - [anon_sym_BANG] = ACTIONS(2594), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2592), - [anon_sym_PLUS] = ACTIONS(2592), - [anon_sym_STAR] = ACTIONS(2594), - [anon_sym_AMP_AMP] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_SEMI] = ACTIONS(2594), - [anon_sym_typedef] = ACTIONS(2592), - [anon_sym_extern] = ACTIONS(2592), - [anon_sym___attribute__] = ACTIONS(2592), - [anon_sym_COLON_COLON] = ACTIONS(2594), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2594), - [anon_sym___declspec] = ACTIONS(2592), - [anon_sym___based] = ACTIONS(2592), - [anon_sym___cdecl] = ACTIONS(2592), - [anon_sym___clrcall] = ACTIONS(2592), - [anon_sym___stdcall] = ACTIONS(2592), - [anon_sym___fastcall] = ACTIONS(2592), - [anon_sym___thiscall] = ACTIONS(2592), - [anon_sym___vectorcall] = ACTIONS(2592), - [anon_sym_LBRACE] = ACTIONS(2594), - [anon_sym_LBRACK] = ACTIONS(2592), - [anon_sym_static] = ACTIONS(2592), - [anon_sym_register] = ACTIONS(2592), - [anon_sym_inline] = ACTIONS(2592), - [anon_sym_thread_local] = ACTIONS(2592), - [anon_sym_const] = ACTIONS(2592), - [anon_sym_volatile] = ACTIONS(2592), - [anon_sym_restrict] = ACTIONS(2592), - [anon_sym__Atomic] = ACTIONS(2592), - [anon_sym_mutable] = ACTIONS(2592), - [anon_sym_constexpr] = ACTIONS(2592), - [anon_sym_constinit] = ACTIONS(2592), - [anon_sym_consteval] = ACTIONS(2592), - [anon_sym_signed] = ACTIONS(2592), - [anon_sym_unsigned] = ACTIONS(2592), - [anon_sym_long] = ACTIONS(2592), - [anon_sym_short] = ACTIONS(2592), - [sym_primitive_type] = ACTIONS(2592), - [anon_sym_enum] = ACTIONS(2592), - [anon_sym_class] = ACTIONS(2592), - [anon_sym_struct] = ACTIONS(2592), - [anon_sym_union] = ACTIONS(2592), - [anon_sym_if] = ACTIONS(2592), - [anon_sym_else] = ACTIONS(2592), - [anon_sym_switch] = ACTIONS(2592), - [anon_sym_case] = ACTIONS(2592), - [anon_sym_default] = ACTIONS(2592), - [anon_sym_while] = ACTIONS(2592), - [anon_sym_do] = ACTIONS(2592), - [anon_sym_for] = ACTIONS(2592), - [anon_sym_return] = ACTIONS(2592), - [anon_sym_break] = ACTIONS(2592), - [anon_sym_continue] = ACTIONS(2592), - [anon_sym_goto] = ACTIONS(2592), - [anon_sym_not] = ACTIONS(2592), - [anon_sym_compl] = ACTIONS(2592), - [anon_sym_DASH_DASH] = ACTIONS(2594), - [anon_sym_PLUS_PLUS] = ACTIONS(2594), - [anon_sym_sizeof] = ACTIONS(2592), - [sym_number_literal] = ACTIONS(2594), - [anon_sym_L_SQUOTE] = ACTIONS(2594), - [anon_sym_u_SQUOTE] = ACTIONS(2594), - [anon_sym_U_SQUOTE] = ACTIONS(2594), - [anon_sym_u8_SQUOTE] = ACTIONS(2594), - [anon_sym_SQUOTE] = ACTIONS(2594), - [anon_sym_L_DQUOTE] = ACTIONS(2594), - [anon_sym_u_DQUOTE] = ACTIONS(2594), - [anon_sym_U_DQUOTE] = ACTIONS(2594), - [anon_sym_u8_DQUOTE] = ACTIONS(2594), - [anon_sym_DQUOTE] = ACTIONS(2594), - [sym_true] = ACTIONS(2592), - [sym_false] = ACTIONS(2592), - [sym_null] = ACTIONS(2592), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2592), - [anon_sym_decltype] = ACTIONS(2592), - [anon_sym_virtual] = ACTIONS(2592), - [anon_sym_explicit] = ACTIONS(2592), - [anon_sym_typename] = ACTIONS(2592), - [anon_sym_template] = ACTIONS(2592), - [anon_sym_operator] = ACTIONS(2592), - [anon_sym_try] = ACTIONS(2592), - [anon_sym_delete] = ACTIONS(2592), - [anon_sym_throw] = ACTIONS(2592), - [anon_sym_namespace] = ACTIONS(2592), - [anon_sym_using] = ACTIONS(2592), - [anon_sym_static_assert] = ACTIONS(2592), - [anon_sym_concept] = ACTIONS(2592), - [anon_sym_co_return] = ACTIONS(2592), - [anon_sym_co_yield] = ACTIONS(2592), - [anon_sym_R_DQUOTE] = ACTIONS(2594), - [anon_sym_LR_DQUOTE] = ACTIONS(2594), - [anon_sym_uR_DQUOTE] = ACTIONS(2594), - [anon_sym_UR_DQUOTE] = ACTIONS(2594), - [anon_sym_u8R_DQUOTE] = ACTIONS(2594), - [anon_sym_co_await] = ACTIONS(2592), - [anon_sym_new] = ACTIONS(2592), - [anon_sym_requires] = ACTIONS(2592), - [sym_this] = ACTIONS(2592), - [sym_nullptr] = ACTIONS(2592), + [443] = { + [sym_identifier] = ACTIONS(2594), + [aux_sym_preproc_include_token1] = ACTIONS(2594), + [aux_sym_preproc_def_token1] = ACTIONS(2594), + [aux_sym_preproc_if_token1] = ACTIONS(2594), + [aux_sym_preproc_if_token2] = ACTIONS(2594), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2594), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2594), + [aux_sym_preproc_else_token1] = ACTIONS(2594), + [aux_sym_preproc_elif_token1] = ACTIONS(2594), + [sym_preproc_directive] = ACTIONS(2594), + [anon_sym_LPAREN2] = ACTIONS(2596), + [anon_sym_BANG] = ACTIONS(2596), + [anon_sym_TILDE] = ACTIONS(2596), + [anon_sym_DASH] = ACTIONS(2594), + [anon_sym_PLUS] = ACTIONS(2594), + [anon_sym_STAR] = ACTIONS(2596), + [anon_sym_AMP_AMP] = ACTIONS(2596), + [anon_sym_AMP] = ACTIONS(2594), + [anon_sym_SEMI] = ACTIONS(2596), + [anon_sym_typedef] = ACTIONS(2594), + [anon_sym_extern] = ACTIONS(2594), + [anon_sym___attribute__] = ACTIONS(2594), + [anon_sym_COLON_COLON] = ACTIONS(2596), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2596), + [anon_sym___declspec] = ACTIONS(2594), + [anon_sym___based] = ACTIONS(2594), + [anon_sym___cdecl] = ACTIONS(2594), + [anon_sym___clrcall] = ACTIONS(2594), + [anon_sym___stdcall] = ACTIONS(2594), + [anon_sym___fastcall] = ACTIONS(2594), + [anon_sym___thiscall] = ACTIONS(2594), + [anon_sym___vectorcall] = ACTIONS(2594), + [anon_sym_LBRACE] = ACTIONS(2596), + [anon_sym_LBRACK] = ACTIONS(2594), + [anon_sym_static] = ACTIONS(2594), + [anon_sym_register] = ACTIONS(2594), + [anon_sym_inline] = ACTIONS(2594), + [anon_sym_thread_local] = ACTIONS(2594), + [anon_sym_const] = ACTIONS(2594), + [anon_sym_volatile] = ACTIONS(2594), + [anon_sym_restrict] = ACTIONS(2594), + [anon_sym__Atomic] = ACTIONS(2594), + [anon_sym_mutable] = ACTIONS(2594), + [anon_sym_constexpr] = ACTIONS(2594), + [anon_sym_constinit] = ACTIONS(2594), + [anon_sym_consteval] = ACTIONS(2594), + [anon_sym_signed] = ACTIONS(2594), + [anon_sym_unsigned] = ACTIONS(2594), + [anon_sym_long] = ACTIONS(2594), + [anon_sym_short] = ACTIONS(2594), + [sym_primitive_type] = ACTIONS(2594), + [anon_sym_enum] = ACTIONS(2594), + [anon_sym_class] = ACTIONS(2594), + [anon_sym_struct] = ACTIONS(2594), + [anon_sym_union] = ACTIONS(2594), + [anon_sym_if] = ACTIONS(2594), + [anon_sym_else] = ACTIONS(2598), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2594), + [anon_sym_default] = ACTIONS(2594), + [anon_sym_while] = ACTIONS(2594), + [anon_sym_do] = ACTIONS(2594), + [anon_sym_for] = ACTIONS(2594), + [anon_sym_return] = ACTIONS(2594), + [anon_sym_break] = ACTIONS(2594), + [anon_sym_continue] = ACTIONS(2594), + [anon_sym_goto] = ACTIONS(2594), + [anon_sym_not] = ACTIONS(2594), + [anon_sym_compl] = ACTIONS(2594), + [anon_sym_DASH_DASH] = ACTIONS(2596), + [anon_sym_PLUS_PLUS] = ACTIONS(2596), + [anon_sym_sizeof] = ACTIONS(2594), + [sym_number_literal] = ACTIONS(2596), + [anon_sym_L_SQUOTE] = ACTIONS(2596), + [anon_sym_u_SQUOTE] = ACTIONS(2596), + [anon_sym_U_SQUOTE] = ACTIONS(2596), + [anon_sym_u8_SQUOTE] = ACTIONS(2596), + [anon_sym_SQUOTE] = ACTIONS(2596), + [anon_sym_L_DQUOTE] = ACTIONS(2596), + [anon_sym_u_DQUOTE] = ACTIONS(2596), + [anon_sym_U_DQUOTE] = ACTIONS(2596), + [anon_sym_u8_DQUOTE] = ACTIONS(2596), + [anon_sym_DQUOTE] = ACTIONS(2596), + [sym_true] = ACTIONS(2594), + [sym_false] = ACTIONS(2594), + [sym_null] = ACTIONS(2594), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2594), + [anon_sym_decltype] = ACTIONS(2594), + [anon_sym_virtual] = ACTIONS(2594), + [anon_sym_explicit] = ACTIONS(2594), + [anon_sym_typename] = ACTIONS(2594), + [anon_sym_template] = ACTIONS(2594), + [anon_sym_operator] = ACTIONS(2594), + [anon_sym_try] = ACTIONS(2594), + [anon_sym_delete] = ACTIONS(2594), + [anon_sym_throw] = ACTIONS(2594), + [anon_sym_namespace] = ACTIONS(2594), + [anon_sym_using] = ACTIONS(2594), + [anon_sym_static_assert] = ACTIONS(2594), + [anon_sym_concept] = ACTIONS(2594), + [anon_sym_co_return] = ACTIONS(2594), + [anon_sym_co_yield] = ACTIONS(2594), + [anon_sym_R_DQUOTE] = ACTIONS(2596), + [anon_sym_LR_DQUOTE] = ACTIONS(2596), + [anon_sym_uR_DQUOTE] = ACTIONS(2596), + [anon_sym_UR_DQUOTE] = ACTIONS(2596), + [anon_sym_u8R_DQUOTE] = ACTIONS(2596), + [anon_sym_co_await] = ACTIONS(2594), + [anon_sym_new] = ACTIONS(2594), + [anon_sym_requires] = ACTIONS(2594), + [sym_this] = ACTIONS(2594), + [sym_nullptr] = ACTIONS(2594), }, - [441] = { - [sym_identifier] = ACTIONS(2596), - [aux_sym_preproc_include_token1] = ACTIONS(2596), - [aux_sym_preproc_def_token1] = ACTIONS(2596), - [aux_sym_preproc_if_token1] = ACTIONS(2596), - [aux_sym_preproc_if_token2] = ACTIONS(2596), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2596), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2596), - [aux_sym_preproc_else_token1] = ACTIONS(2596), - [aux_sym_preproc_elif_token1] = ACTIONS(2596), - [sym_preproc_directive] = ACTIONS(2596), - [anon_sym_LPAREN2] = ACTIONS(2598), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_TILDE] = ACTIONS(2598), - [anon_sym_DASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2596), - [anon_sym_STAR] = ACTIONS(2598), - [anon_sym_AMP_AMP] = ACTIONS(2598), - [anon_sym_AMP] = ACTIONS(2596), - [anon_sym_SEMI] = ACTIONS(2598), - [anon_sym_typedef] = ACTIONS(2596), - [anon_sym_extern] = ACTIONS(2596), - [anon_sym___attribute__] = ACTIONS(2596), - [anon_sym_COLON_COLON] = ACTIONS(2598), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2598), - [anon_sym___declspec] = ACTIONS(2596), - [anon_sym___based] = ACTIONS(2596), - [anon_sym___cdecl] = ACTIONS(2596), - [anon_sym___clrcall] = ACTIONS(2596), - [anon_sym___stdcall] = ACTIONS(2596), - [anon_sym___fastcall] = ACTIONS(2596), - [anon_sym___thiscall] = ACTIONS(2596), - [anon_sym___vectorcall] = ACTIONS(2596), - [anon_sym_LBRACE] = ACTIONS(2598), - [anon_sym_LBRACK] = ACTIONS(2596), - [anon_sym_static] = ACTIONS(2596), - [anon_sym_register] = ACTIONS(2596), - [anon_sym_inline] = ACTIONS(2596), - [anon_sym_thread_local] = ACTIONS(2596), - [anon_sym_const] = ACTIONS(2596), - [anon_sym_volatile] = ACTIONS(2596), - [anon_sym_restrict] = ACTIONS(2596), - [anon_sym__Atomic] = ACTIONS(2596), - [anon_sym_mutable] = ACTIONS(2596), - [anon_sym_constexpr] = ACTIONS(2596), - [anon_sym_constinit] = ACTIONS(2596), - [anon_sym_consteval] = ACTIONS(2596), - [anon_sym_signed] = ACTIONS(2596), - [anon_sym_unsigned] = ACTIONS(2596), - [anon_sym_long] = ACTIONS(2596), - [anon_sym_short] = ACTIONS(2596), - [sym_primitive_type] = ACTIONS(2596), - [anon_sym_enum] = ACTIONS(2596), - [anon_sym_class] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(2596), - [anon_sym_union] = ACTIONS(2596), - [anon_sym_if] = ACTIONS(2596), - [anon_sym_else] = ACTIONS(2596), - [anon_sym_switch] = ACTIONS(2596), - [anon_sym_case] = ACTIONS(2596), - [anon_sym_default] = ACTIONS(2596), - [anon_sym_while] = ACTIONS(2596), - [anon_sym_do] = ACTIONS(2596), - [anon_sym_for] = ACTIONS(2596), - [anon_sym_return] = ACTIONS(2596), - [anon_sym_break] = ACTIONS(2596), - [anon_sym_continue] = ACTIONS(2596), - [anon_sym_goto] = ACTIONS(2596), - [anon_sym_not] = ACTIONS(2596), - [anon_sym_compl] = ACTIONS(2596), - [anon_sym_DASH_DASH] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_sizeof] = ACTIONS(2596), - [sym_number_literal] = ACTIONS(2598), - [anon_sym_L_SQUOTE] = ACTIONS(2598), - [anon_sym_u_SQUOTE] = ACTIONS(2598), - [anon_sym_U_SQUOTE] = ACTIONS(2598), - [anon_sym_u8_SQUOTE] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2598), - [anon_sym_L_DQUOTE] = ACTIONS(2598), - [anon_sym_u_DQUOTE] = ACTIONS(2598), - [anon_sym_U_DQUOTE] = ACTIONS(2598), - [anon_sym_u8_DQUOTE] = ACTIONS(2598), - [anon_sym_DQUOTE] = ACTIONS(2598), - [sym_true] = ACTIONS(2596), - [sym_false] = ACTIONS(2596), - [sym_null] = ACTIONS(2596), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2596), - [anon_sym_decltype] = ACTIONS(2596), - [anon_sym_virtual] = ACTIONS(2596), - [anon_sym_explicit] = ACTIONS(2596), - [anon_sym_typename] = ACTIONS(2596), - [anon_sym_template] = ACTIONS(2596), - [anon_sym_operator] = ACTIONS(2596), - [anon_sym_try] = ACTIONS(2596), - [anon_sym_delete] = ACTIONS(2596), - [anon_sym_throw] = ACTIONS(2596), - [anon_sym_namespace] = ACTIONS(2596), - [anon_sym_using] = ACTIONS(2596), - [anon_sym_static_assert] = ACTIONS(2596), - [anon_sym_concept] = ACTIONS(2596), - [anon_sym_co_return] = ACTIONS(2596), - [anon_sym_co_yield] = ACTIONS(2596), - [anon_sym_R_DQUOTE] = ACTIONS(2598), - [anon_sym_LR_DQUOTE] = ACTIONS(2598), - [anon_sym_uR_DQUOTE] = ACTIONS(2598), - [anon_sym_UR_DQUOTE] = ACTIONS(2598), - [anon_sym_u8R_DQUOTE] = ACTIONS(2598), - [anon_sym_co_await] = ACTIONS(2596), - [anon_sym_new] = ACTIONS(2596), - [anon_sym_requires] = ACTIONS(2596), - [sym_this] = ACTIONS(2596), - [sym_nullptr] = ACTIONS(2596), + [444] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [442] = { + [445] = { [sym_identifier] = ACTIONS(2600), [aux_sym_preproc_include_token1] = ACTIONS(2600), [aux_sym_preproc_def_token1] = ACTIONS(2600), @@ -88428,580 +88531,235 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2600), [sym_nullptr] = ACTIONS(2600), }, - [443] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3617), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5806), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(5821), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2604), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [444] = { - [sym_identifier] = ACTIONS(2606), - [aux_sym_preproc_include_token1] = ACTIONS(2606), - [aux_sym_preproc_def_token1] = ACTIONS(2606), - [aux_sym_preproc_if_token1] = ACTIONS(2606), - [aux_sym_preproc_if_token2] = ACTIONS(2606), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2606), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2606), - [aux_sym_preproc_else_token1] = ACTIONS(2606), - [aux_sym_preproc_elif_token1] = ACTIONS(2606), - [sym_preproc_directive] = ACTIONS(2606), - [anon_sym_LPAREN2] = ACTIONS(2608), - [anon_sym_BANG] = ACTIONS(2608), - [anon_sym_TILDE] = ACTIONS(2608), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_STAR] = ACTIONS(2608), - [anon_sym_AMP_AMP] = ACTIONS(2608), - [anon_sym_AMP] = ACTIONS(2606), - [anon_sym_SEMI] = ACTIONS(2608), - [anon_sym_typedef] = ACTIONS(2606), - [anon_sym_extern] = ACTIONS(2606), - [anon_sym___attribute__] = ACTIONS(2606), - [anon_sym_COLON_COLON] = ACTIONS(2608), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2608), - [anon_sym___declspec] = ACTIONS(2606), - [anon_sym___based] = ACTIONS(2606), - [anon_sym___cdecl] = ACTIONS(2606), - [anon_sym___clrcall] = ACTIONS(2606), - [anon_sym___stdcall] = ACTIONS(2606), - [anon_sym___fastcall] = ACTIONS(2606), - [anon_sym___thiscall] = ACTIONS(2606), - [anon_sym___vectorcall] = ACTIONS(2606), - [anon_sym_LBRACE] = ACTIONS(2608), - [anon_sym_LBRACK] = ACTIONS(2606), - [anon_sym_static] = ACTIONS(2606), - [anon_sym_register] = ACTIONS(2606), - [anon_sym_inline] = ACTIONS(2606), - [anon_sym_thread_local] = ACTIONS(2606), - [anon_sym_const] = ACTIONS(2606), - [anon_sym_volatile] = ACTIONS(2606), - [anon_sym_restrict] = ACTIONS(2606), - [anon_sym__Atomic] = ACTIONS(2606), - [anon_sym_mutable] = ACTIONS(2606), - [anon_sym_constexpr] = ACTIONS(2606), - [anon_sym_constinit] = ACTIONS(2606), - [anon_sym_consteval] = ACTIONS(2606), - [anon_sym_signed] = ACTIONS(2606), - [anon_sym_unsigned] = ACTIONS(2606), - [anon_sym_long] = ACTIONS(2606), - [anon_sym_short] = ACTIONS(2606), - [sym_primitive_type] = ACTIONS(2606), - [anon_sym_enum] = ACTIONS(2606), - [anon_sym_class] = ACTIONS(2606), - [anon_sym_struct] = ACTIONS(2606), - [anon_sym_union] = ACTIONS(2606), - [anon_sym_if] = ACTIONS(2606), - [anon_sym_else] = ACTIONS(2606), - [anon_sym_switch] = ACTIONS(2606), - [anon_sym_case] = ACTIONS(2606), - [anon_sym_default] = ACTIONS(2606), - [anon_sym_while] = ACTIONS(2606), - [anon_sym_do] = ACTIONS(2606), - [anon_sym_for] = ACTIONS(2606), - [anon_sym_return] = ACTIONS(2606), - [anon_sym_break] = ACTIONS(2606), - [anon_sym_continue] = ACTIONS(2606), - [anon_sym_goto] = ACTIONS(2606), - [anon_sym_not] = ACTIONS(2606), - [anon_sym_compl] = ACTIONS(2606), - [anon_sym_DASH_DASH] = ACTIONS(2608), - [anon_sym_PLUS_PLUS] = ACTIONS(2608), - [anon_sym_sizeof] = ACTIONS(2606), - [sym_number_literal] = ACTIONS(2608), - [anon_sym_L_SQUOTE] = ACTIONS(2608), - [anon_sym_u_SQUOTE] = ACTIONS(2608), - [anon_sym_U_SQUOTE] = ACTIONS(2608), - [anon_sym_u8_SQUOTE] = ACTIONS(2608), - [anon_sym_SQUOTE] = ACTIONS(2608), - [anon_sym_L_DQUOTE] = ACTIONS(2608), - [anon_sym_u_DQUOTE] = ACTIONS(2608), - [anon_sym_U_DQUOTE] = ACTIONS(2608), - [anon_sym_u8_DQUOTE] = ACTIONS(2608), - [anon_sym_DQUOTE] = ACTIONS(2608), - [sym_true] = ACTIONS(2606), - [sym_false] = ACTIONS(2606), - [sym_null] = ACTIONS(2606), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2606), - [anon_sym_decltype] = ACTIONS(2606), - [anon_sym_virtual] = ACTIONS(2606), - [anon_sym_explicit] = ACTIONS(2606), - [anon_sym_typename] = ACTIONS(2606), - [anon_sym_template] = ACTIONS(2606), - [anon_sym_operator] = ACTIONS(2606), - [anon_sym_try] = ACTIONS(2606), - [anon_sym_delete] = ACTIONS(2606), - [anon_sym_throw] = ACTIONS(2606), - [anon_sym_namespace] = ACTIONS(2606), - [anon_sym_using] = ACTIONS(2606), - [anon_sym_static_assert] = ACTIONS(2606), - [anon_sym_concept] = ACTIONS(2606), - [anon_sym_co_return] = ACTIONS(2606), - [anon_sym_co_yield] = ACTIONS(2606), - [anon_sym_R_DQUOTE] = ACTIONS(2608), - [anon_sym_LR_DQUOTE] = ACTIONS(2608), - [anon_sym_uR_DQUOTE] = ACTIONS(2608), - [anon_sym_UR_DQUOTE] = ACTIONS(2608), - [anon_sym_u8R_DQUOTE] = ACTIONS(2608), - [anon_sym_co_await] = ACTIONS(2606), - [anon_sym_new] = ACTIONS(2606), - [anon_sym_requires] = ACTIONS(2606), - [sym_this] = ACTIONS(2606), - [sym_nullptr] = ACTIONS(2606), - }, - [445] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, [446] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2604), + [aux_sym_preproc_include_token1] = ACTIONS(2604), + [aux_sym_preproc_def_token1] = ACTIONS(2604), + [aux_sym_preproc_if_token1] = ACTIONS(2604), + [aux_sym_preproc_if_token2] = ACTIONS(2604), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2604), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2604), + [aux_sym_preproc_else_token1] = ACTIONS(2604), + [aux_sym_preproc_elif_token1] = ACTIONS(2604), + [sym_preproc_directive] = ACTIONS(2604), + [anon_sym_LPAREN2] = ACTIONS(2606), + [anon_sym_BANG] = ACTIONS(2606), + [anon_sym_TILDE] = ACTIONS(2606), + [anon_sym_DASH] = ACTIONS(2604), + [anon_sym_PLUS] = ACTIONS(2604), + [anon_sym_STAR] = ACTIONS(2606), + [anon_sym_AMP_AMP] = ACTIONS(2606), + [anon_sym_AMP] = ACTIONS(2604), + [anon_sym_SEMI] = ACTIONS(2606), + [anon_sym_typedef] = ACTIONS(2604), + [anon_sym_extern] = ACTIONS(2604), + [anon_sym___attribute__] = ACTIONS(2604), + [anon_sym_COLON_COLON] = ACTIONS(2606), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2606), + [anon_sym___declspec] = ACTIONS(2604), + [anon_sym___based] = ACTIONS(2604), + [anon_sym___cdecl] = ACTIONS(2604), + [anon_sym___clrcall] = ACTIONS(2604), + [anon_sym___stdcall] = ACTIONS(2604), + [anon_sym___fastcall] = ACTIONS(2604), + [anon_sym___thiscall] = ACTIONS(2604), + [anon_sym___vectorcall] = ACTIONS(2604), + [anon_sym_LBRACE] = ACTIONS(2606), + [anon_sym_LBRACK] = ACTIONS(2604), + [anon_sym_static] = ACTIONS(2604), + [anon_sym_register] = ACTIONS(2604), + [anon_sym_inline] = ACTIONS(2604), + [anon_sym_thread_local] = ACTIONS(2604), + [anon_sym_const] = ACTIONS(2604), + [anon_sym_volatile] = ACTIONS(2604), + [anon_sym_restrict] = ACTIONS(2604), + [anon_sym__Atomic] = ACTIONS(2604), + [anon_sym_mutable] = ACTIONS(2604), + [anon_sym_constexpr] = ACTIONS(2604), + [anon_sym_constinit] = ACTIONS(2604), + [anon_sym_consteval] = ACTIONS(2604), + [anon_sym_signed] = ACTIONS(2604), + [anon_sym_unsigned] = ACTIONS(2604), + [anon_sym_long] = ACTIONS(2604), + [anon_sym_short] = ACTIONS(2604), + [sym_primitive_type] = ACTIONS(2604), + [anon_sym_enum] = ACTIONS(2604), + [anon_sym_class] = ACTIONS(2604), + [anon_sym_struct] = ACTIONS(2604), + [anon_sym_union] = ACTIONS(2604), + [anon_sym_if] = ACTIONS(2604), + [anon_sym_else] = ACTIONS(2604), + [anon_sym_switch] = ACTIONS(2604), + [anon_sym_case] = ACTIONS(2604), + [anon_sym_default] = ACTIONS(2604), + [anon_sym_while] = ACTIONS(2604), + [anon_sym_do] = ACTIONS(2604), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2604), + [anon_sym_break] = ACTIONS(2604), + [anon_sym_continue] = ACTIONS(2604), + [anon_sym_goto] = ACTIONS(2604), + [anon_sym_not] = ACTIONS(2604), + [anon_sym_compl] = ACTIONS(2604), + [anon_sym_DASH_DASH] = ACTIONS(2606), + [anon_sym_PLUS_PLUS] = ACTIONS(2606), + [anon_sym_sizeof] = ACTIONS(2604), + [sym_number_literal] = ACTIONS(2606), + [anon_sym_L_SQUOTE] = ACTIONS(2606), + [anon_sym_u_SQUOTE] = ACTIONS(2606), + [anon_sym_U_SQUOTE] = ACTIONS(2606), + [anon_sym_u8_SQUOTE] = ACTIONS(2606), + [anon_sym_SQUOTE] = ACTIONS(2606), + [anon_sym_L_DQUOTE] = ACTIONS(2606), + [anon_sym_u_DQUOTE] = ACTIONS(2606), + [anon_sym_U_DQUOTE] = ACTIONS(2606), + [anon_sym_u8_DQUOTE] = ACTIONS(2606), + [anon_sym_DQUOTE] = ACTIONS(2606), + [sym_true] = ACTIONS(2604), + [sym_false] = ACTIONS(2604), + [sym_null] = ACTIONS(2604), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2604), + [anon_sym_decltype] = ACTIONS(2604), + [anon_sym_virtual] = ACTIONS(2604), + [anon_sym_explicit] = ACTIONS(2604), + [anon_sym_typename] = ACTIONS(2604), + [anon_sym_template] = ACTIONS(2604), + [anon_sym_operator] = ACTIONS(2604), + [anon_sym_try] = ACTIONS(2604), + [anon_sym_delete] = ACTIONS(2604), + [anon_sym_throw] = ACTIONS(2604), + [anon_sym_namespace] = ACTIONS(2604), + [anon_sym_using] = ACTIONS(2604), + [anon_sym_static_assert] = ACTIONS(2604), + [anon_sym_concept] = ACTIONS(2604), + [anon_sym_co_return] = ACTIONS(2604), + [anon_sym_co_yield] = ACTIONS(2604), + [anon_sym_R_DQUOTE] = ACTIONS(2606), + [anon_sym_LR_DQUOTE] = ACTIONS(2606), + [anon_sym_uR_DQUOTE] = ACTIONS(2606), + [anon_sym_UR_DQUOTE] = ACTIONS(2606), + [anon_sym_u8R_DQUOTE] = ACTIONS(2606), + [anon_sym_co_await] = ACTIONS(2604), + [anon_sym_new] = ACTIONS(2604), + [anon_sym_requires] = ACTIONS(2604), + [sym_this] = ACTIONS(2604), + [sym_nullptr] = ACTIONS(2604), }, [447] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3643), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5798), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(5877), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2610), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [sym_identifier] = ACTIONS(2608), + [aux_sym_preproc_include_token1] = ACTIONS(2608), + [aux_sym_preproc_def_token1] = ACTIONS(2608), + [aux_sym_preproc_if_token1] = ACTIONS(2608), + [aux_sym_preproc_if_token2] = ACTIONS(2608), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2608), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2608), + [aux_sym_preproc_else_token1] = ACTIONS(2608), + [aux_sym_preproc_elif_token1] = ACTIONS(2608), + [sym_preproc_directive] = ACTIONS(2608), + [anon_sym_LPAREN2] = ACTIONS(2610), + [anon_sym_BANG] = ACTIONS(2610), + [anon_sym_TILDE] = ACTIONS(2610), + [anon_sym_DASH] = ACTIONS(2608), + [anon_sym_PLUS] = ACTIONS(2608), + [anon_sym_STAR] = ACTIONS(2610), + [anon_sym_AMP_AMP] = ACTIONS(2610), + [anon_sym_AMP] = ACTIONS(2608), + [anon_sym_SEMI] = ACTIONS(2610), + [anon_sym_typedef] = ACTIONS(2608), + [anon_sym_extern] = ACTIONS(2608), + [anon_sym___attribute__] = ACTIONS(2608), + [anon_sym_COLON_COLON] = ACTIONS(2610), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2610), + [anon_sym___declspec] = ACTIONS(2608), + [anon_sym___based] = ACTIONS(2608), + [anon_sym___cdecl] = ACTIONS(2608), + [anon_sym___clrcall] = ACTIONS(2608), + [anon_sym___stdcall] = ACTIONS(2608), + [anon_sym___fastcall] = ACTIONS(2608), + [anon_sym___thiscall] = ACTIONS(2608), + [anon_sym___vectorcall] = ACTIONS(2608), + [anon_sym_LBRACE] = ACTIONS(2610), + [anon_sym_LBRACK] = ACTIONS(2608), + [anon_sym_static] = ACTIONS(2608), + [anon_sym_register] = ACTIONS(2608), + [anon_sym_inline] = ACTIONS(2608), + [anon_sym_thread_local] = ACTIONS(2608), + [anon_sym_const] = ACTIONS(2608), + [anon_sym_volatile] = ACTIONS(2608), + [anon_sym_restrict] = ACTIONS(2608), + [anon_sym__Atomic] = ACTIONS(2608), + [anon_sym_mutable] = ACTIONS(2608), + [anon_sym_constexpr] = ACTIONS(2608), + [anon_sym_constinit] = ACTIONS(2608), + [anon_sym_consteval] = ACTIONS(2608), + [anon_sym_signed] = ACTIONS(2608), + [anon_sym_unsigned] = ACTIONS(2608), + [anon_sym_long] = ACTIONS(2608), + [anon_sym_short] = ACTIONS(2608), + [sym_primitive_type] = ACTIONS(2608), + [anon_sym_enum] = ACTIONS(2608), + [anon_sym_class] = ACTIONS(2608), + [anon_sym_struct] = ACTIONS(2608), + [anon_sym_union] = ACTIONS(2608), + [anon_sym_if] = ACTIONS(2608), + [anon_sym_else] = ACTIONS(2608), + [anon_sym_switch] = ACTIONS(2608), + [anon_sym_case] = ACTIONS(2608), + [anon_sym_default] = ACTIONS(2608), + [anon_sym_while] = ACTIONS(2608), + [anon_sym_do] = ACTIONS(2608), + [anon_sym_for] = ACTIONS(2608), + [anon_sym_return] = ACTIONS(2608), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2608), + [anon_sym_goto] = ACTIONS(2608), + [anon_sym_not] = ACTIONS(2608), + [anon_sym_compl] = ACTIONS(2608), + [anon_sym_DASH_DASH] = ACTIONS(2610), + [anon_sym_PLUS_PLUS] = ACTIONS(2610), + [anon_sym_sizeof] = ACTIONS(2608), + [sym_number_literal] = ACTIONS(2610), + [anon_sym_L_SQUOTE] = ACTIONS(2610), + [anon_sym_u_SQUOTE] = ACTIONS(2610), + [anon_sym_U_SQUOTE] = ACTIONS(2610), + [anon_sym_u8_SQUOTE] = ACTIONS(2610), + [anon_sym_SQUOTE] = ACTIONS(2610), + [anon_sym_L_DQUOTE] = ACTIONS(2610), + [anon_sym_u_DQUOTE] = ACTIONS(2610), + [anon_sym_U_DQUOTE] = ACTIONS(2610), + [anon_sym_u8_DQUOTE] = ACTIONS(2610), + [anon_sym_DQUOTE] = ACTIONS(2610), + [sym_true] = ACTIONS(2608), + [sym_false] = ACTIONS(2608), + [sym_null] = ACTIONS(2608), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2608), + [anon_sym_decltype] = ACTIONS(2608), + [anon_sym_virtual] = ACTIONS(2608), + [anon_sym_explicit] = ACTIONS(2608), + [anon_sym_typename] = ACTIONS(2608), + [anon_sym_template] = ACTIONS(2608), + [anon_sym_operator] = ACTIONS(2608), + [anon_sym_try] = ACTIONS(2608), + [anon_sym_delete] = ACTIONS(2608), + [anon_sym_throw] = ACTIONS(2608), + [anon_sym_namespace] = ACTIONS(2608), + [anon_sym_using] = ACTIONS(2608), + [anon_sym_static_assert] = ACTIONS(2608), + [anon_sym_concept] = ACTIONS(2608), + [anon_sym_co_return] = ACTIONS(2608), + [anon_sym_co_yield] = ACTIONS(2608), + [anon_sym_R_DQUOTE] = ACTIONS(2610), + [anon_sym_LR_DQUOTE] = ACTIONS(2610), + [anon_sym_uR_DQUOTE] = ACTIONS(2610), + [anon_sym_UR_DQUOTE] = ACTIONS(2610), + [anon_sym_u8R_DQUOTE] = ACTIONS(2610), + [anon_sym_co_await] = ACTIONS(2608), + [anon_sym_new] = ACTIONS(2608), + [anon_sym_requires] = ACTIONS(2608), + [sym_this] = ACTIONS(2608), + [sym_nullptr] = ACTIONS(2608), }, [448] = { [sym_identifier] = ACTIONS(2612), @@ -89119,351 +88877,1386 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(2612), }, [449] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [aux_sym_preproc_else_token1] = ACTIONS(2404), - [aux_sym_preproc_elif_token1] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [450] = { - [sym_identifier] = ACTIONS(2616), - [aux_sym_preproc_include_token1] = ACTIONS(2616), - [aux_sym_preproc_def_token1] = ACTIONS(2616), - [aux_sym_preproc_if_token1] = ACTIONS(2616), - [aux_sym_preproc_if_token2] = ACTIONS(2616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2616), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2616), - [aux_sym_preproc_else_token1] = ACTIONS(2616), - [aux_sym_preproc_elif_token1] = ACTIONS(2616), - [sym_preproc_directive] = ACTIONS(2616), - [anon_sym_LPAREN2] = ACTIONS(2618), - [anon_sym_BANG] = ACTIONS(2618), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2616), - [anon_sym_PLUS] = ACTIONS(2616), - [anon_sym_STAR] = ACTIONS(2618), - [anon_sym_AMP_AMP] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_SEMI] = ACTIONS(2618), - [anon_sym_typedef] = ACTIONS(2616), - [anon_sym_extern] = ACTIONS(2616), - [anon_sym___attribute__] = ACTIONS(2616), - [anon_sym_COLON_COLON] = ACTIONS(2618), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2618), - [anon_sym___declspec] = ACTIONS(2616), - [anon_sym___based] = ACTIONS(2616), - [anon_sym___cdecl] = ACTIONS(2616), - [anon_sym___clrcall] = ACTIONS(2616), - [anon_sym___stdcall] = ACTIONS(2616), - [anon_sym___fastcall] = ACTIONS(2616), - [anon_sym___thiscall] = ACTIONS(2616), - [anon_sym___vectorcall] = ACTIONS(2616), - [anon_sym_LBRACE] = ACTIONS(2618), - [anon_sym_LBRACK] = ACTIONS(2616), - [anon_sym_static] = ACTIONS(2616), - [anon_sym_register] = ACTIONS(2616), - [anon_sym_inline] = ACTIONS(2616), - [anon_sym_thread_local] = ACTIONS(2616), - [anon_sym_const] = ACTIONS(2616), - [anon_sym_volatile] = ACTIONS(2616), - [anon_sym_restrict] = ACTIONS(2616), - [anon_sym__Atomic] = ACTIONS(2616), - [anon_sym_mutable] = ACTIONS(2616), - [anon_sym_constexpr] = ACTIONS(2616), - [anon_sym_constinit] = ACTIONS(2616), - [anon_sym_consteval] = ACTIONS(2616), - [anon_sym_signed] = ACTIONS(2616), - [anon_sym_unsigned] = ACTIONS(2616), - [anon_sym_long] = ACTIONS(2616), - [anon_sym_short] = ACTIONS(2616), - [sym_primitive_type] = ACTIONS(2616), - [anon_sym_enum] = ACTIONS(2616), - [anon_sym_class] = ACTIONS(2616), - [anon_sym_struct] = ACTIONS(2616), - [anon_sym_union] = ACTIONS(2616), - [anon_sym_if] = ACTIONS(2616), - [anon_sym_else] = ACTIONS(2616), - [anon_sym_switch] = ACTIONS(2616), - [anon_sym_case] = ACTIONS(2616), - [anon_sym_default] = ACTIONS(2616), - [anon_sym_while] = ACTIONS(2616), - [anon_sym_do] = ACTIONS(2616), - [anon_sym_for] = ACTIONS(2616), - [anon_sym_return] = ACTIONS(2616), - [anon_sym_break] = ACTIONS(2616), - [anon_sym_continue] = ACTIONS(2616), - [anon_sym_goto] = ACTIONS(2616), - [anon_sym_not] = ACTIONS(2616), - [anon_sym_compl] = ACTIONS(2616), - [anon_sym_DASH_DASH] = ACTIONS(2618), - [anon_sym_PLUS_PLUS] = ACTIONS(2618), - [anon_sym_sizeof] = ACTIONS(2616), - [sym_number_literal] = ACTIONS(2618), - [anon_sym_L_SQUOTE] = ACTIONS(2618), - [anon_sym_u_SQUOTE] = ACTIONS(2618), - [anon_sym_U_SQUOTE] = ACTIONS(2618), - [anon_sym_u8_SQUOTE] = ACTIONS(2618), - [anon_sym_SQUOTE] = ACTIONS(2618), - [anon_sym_L_DQUOTE] = ACTIONS(2618), - [anon_sym_u_DQUOTE] = ACTIONS(2618), - [anon_sym_U_DQUOTE] = ACTIONS(2618), - [anon_sym_u8_DQUOTE] = ACTIONS(2618), - [anon_sym_DQUOTE] = ACTIONS(2618), - [sym_true] = ACTIONS(2616), - [sym_false] = ACTIONS(2616), - [sym_null] = ACTIONS(2616), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2616), - [anon_sym_decltype] = ACTIONS(2616), - [anon_sym_virtual] = ACTIONS(2616), - [anon_sym_explicit] = ACTIONS(2616), - [anon_sym_typename] = ACTIONS(2616), - [anon_sym_template] = ACTIONS(2616), - [anon_sym_operator] = ACTIONS(2616), - [anon_sym_try] = ACTIONS(2616), - [anon_sym_delete] = ACTIONS(2616), - [anon_sym_throw] = ACTIONS(2616), - [anon_sym_namespace] = ACTIONS(2616), - [anon_sym_using] = ACTIONS(2616), - [anon_sym_static_assert] = ACTIONS(2616), - [anon_sym_concept] = ACTIONS(2616), - [anon_sym_co_return] = ACTIONS(2616), - [anon_sym_co_yield] = ACTIONS(2616), - [anon_sym_R_DQUOTE] = ACTIONS(2618), - [anon_sym_LR_DQUOTE] = ACTIONS(2618), - [anon_sym_uR_DQUOTE] = ACTIONS(2618), - [anon_sym_UR_DQUOTE] = ACTIONS(2618), - [anon_sym_u8R_DQUOTE] = ACTIONS(2618), - [anon_sym_co_await] = ACTIONS(2616), - [anon_sym_new] = ACTIONS(2616), - [anon_sym_requires] = ACTIONS(2616), - [sym_this] = ACTIONS(2616), - [sym_nullptr] = ACTIONS(2616), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [451] = { - [sym_identifier] = ACTIONS(2620), - [aux_sym_preproc_include_token1] = ACTIONS(2620), - [aux_sym_preproc_def_token1] = ACTIONS(2620), - [aux_sym_preproc_if_token1] = ACTIONS(2620), - [aux_sym_preproc_if_token2] = ACTIONS(2620), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2620), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2620), - [aux_sym_preproc_else_token1] = ACTIONS(2620), - [aux_sym_preproc_elif_token1] = ACTIONS(2620), - [sym_preproc_directive] = ACTIONS(2620), - [anon_sym_LPAREN2] = ACTIONS(2622), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_TILDE] = ACTIONS(2622), - [anon_sym_DASH] = ACTIONS(2620), - [anon_sym_PLUS] = ACTIONS(2620), - [anon_sym_STAR] = ACTIONS(2622), - [anon_sym_AMP_AMP] = ACTIONS(2622), - [anon_sym_AMP] = ACTIONS(2620), - [anon_sym_SEMI] = ACTIONS(2622), - [anon_sym_typedef] = ACTIONS(2620), - [anon_sym_extern] = ACTIONS(2620), - [anon_sym___attribute__] = ACTIONS(2620), - [anon_sym_COLON_COLON] = ACTIONS(2622), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2622), - [anon_sym___declspec] = ACTIONS(2620), - [anon_sym___based] = ACTIONS(2620), - [anon_sym___cdecl] = ACTIONS(2620), - [anon_sym___clrcall] = ACTIONS(2620), - [anon_sym___stdcall] = ACTIONS(2620), - [anon_sym___fastcall] = ACTIONS(2620), - [anon_sym___thiscall] = ACTIONS(2620), - [anon_sym___vectorcall] = ACTIONS(2620), - [anon_sym_LBRACE] = ACTIONS(2622), - [anon_sym_LBRACK] = ACTIONS(2620), - [anon_sym_static] = ACTIONS(2620), - [anon_sym_register] = ACTIONS(2620), - [anon_sym_inline] = ACTIONS(2620), - [anon_sym_thread_local] = ACTIONS(2620), - [anon_sym_const] = ACTIONS(2620), - [anon_sym_volatile] = ACTIONS(2620), - [anon_sym_restrict] = ACTIONS(2620), - [anon_sym__Atomic] = ACTIONS(2620), - [anon_sym_mutable] = ACTIONS(2620), - [anon_sym_constexpr] = ACTIONS(2620), - [anon_sym_constinit] = ACTIONS(2620), - [anon_sym_consteval] = ACTIONS(2620), - [anon_sym_signed] = ACTIONS(2620), - [anon_sym_unsigned] = ACTIONS(2620), - [anon_sym_long] = ACTIONS(2620), - [anon_sym_short] = ACTIONS(2620), - [sym_primitive_type] = ACTIONS(2620), - [anon_sym_enum] = ACTIONS(2620), - [anon_sym_class] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(2620), - [anon_sym_union] = ACTIONS(2620), - [anon_sym_if] = ACTIONS(2620), - [anon_sym_else] = ACTIONS(2620), - [anon_sym_switch] = ACTIONS(2620), - [anon_sym_case] = ACTIONS(2620), - [anon_sym_default] = ACTIONS(2620), - [anon_sym_while] = ACTIONS(2620), - [anon_sym_do] = ACTIONS(2620), - [anon_sym_for] = ACTIONS(2620), - [anon_sym_return] = ACTIONS(2620), - [anon_sym_break] = ACTIONS(2620), - [anon_sym_continue] = ACTIONS(2620), - [anon_sym_goto] = ACTIONS(2620), - [anon_sym_not] = ACTIONS(2620), - [anon_sym_compl] = ACTIONS(2620), - [anon_sym_DASH_DASH] = ACTIONS(2622), - [anon_sym_PLUS_PLUS] = ACTIONS(2622), - [anon_sym_sizeof] = ACTIONS(2620), - [sym_number_literal] = ACTIONS(2622), - [anon_sym_L_SQUOTE] = ACTIONS(2622), - [anon_sym_u_SQUOTE] = ACTIONS(2622), - [anon_sym_U_SQUOTE] = ACTIONS(2622), - [anon_sym_u8_SQUOTE] = ACTIONS(2622), - [anon_sym_SQUOTE] = ACTIONS(2622), - [anon_sym_L_DQUOTE] = ACTIONS(2622), - [anon_sym_u_DQUOTE] = ACTIONS(2622), - [anon_sym_U_DQUOTE] = ACTIONS(2622), - [anon_sym_u8_DQUOTE] = ACTIONS(2622), - [anon_sym_DQUOTE] = ACTIONS(2622), - [sym_true] = ACTIONS(2620), - [sym_false] = ACTIONS(2620), - [sym_null] = ACTIONS(2620), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2620), - [anon_sym_decltype] = ACTIONS(2620), - [anon_sym_virtual] = ACTIONS(2620), - [anon_sym_explicit] = ACTIONS(2620), - [anon_sym_typename] = ACTIONS(2620), - [anon_sym_template] = ACTIONS(2620), - [anon_sym_operator] = ACTIONS(2620), - [anon_sym_try] = ACTIONS(2620), - [anon_sym_delete] = ACTIONS(2620), - [anon_sym_throw] = ACTIONS(2620), - [anon_sym_namespace] = ACTIONS(2620), - [anon_sym_using] = ACTIONS(2620), - [anon_sym_static_assert] = ACTIONS(2620), - [anon_sym_concept] = ACTIONS(2620), - [anon_sym_co_return] = ACTIONS(2620), - [anon_sym_co_yield] = ACTIONS(2620), - [anon_sym_R_DQUOTE] = ACTIONS(2622), - [anon_sym_LR_DQUOTE] = ACTIONS(2622), - [anon_sym_uR_DQUOTE] = ACTIONS(2622), - [anon_sym_UR_DQUOTE] = ACTIONS(2622), - [anon_sym_u8R_DQUOTE] = ACTIONS(2622), - [anon_sym_co_await] = ACTIONS(2620), - [anon_sym_new] = ACTIONS(2620), - [anon_sym_requires] = ACTIONS(2620), - [sym_this] = ACTIONS(2620), - [sym_nullptr] = ACTIONS(2620), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [452] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3604), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5691), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5697), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2616), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [453] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [454] = { + [sym_identifier] = ACTIONS(2618), + [aux_sym_preproc_include_token1] = ACTIONS(2618), + [aux_sym_preproc_def_token1] = ACTIONS(2618), + [aux_sym_preproc_if_token1] = ACTIONS(2618), + [aux_sym_preproc_if_token2] = ACTIONS(2618), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2618), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2618), + [aux_sym_preproc_else_token1] = ACTIONS(2618), + [aux_sym_preproc_elif_token1] = ACTIONS(2618), + [sym_preproc_directive] = ACTIONS(2618), + [anon_sym_LPAREN2] = ACTIONS(2620), + [anon_sym_BANG] = ACTIONS(2620), + [anon_sym_TILDE] = ACTIONS(2620), + [anon_sym_DASH] = ACTIONS(2618), + [anon_sym_PLUS] = ACTIONS(2618), + [anon_sym_STAR] = ACTIONS(2620), + [anon_sym_AMP_AMP] = ACTIONS(2620), + [anon_sym_AMP] = ACTIONS(2618), + [anon_sym_SEMI] = ACTIONS(2620), + [anon_sym_typedef] = ACTIONS(2618), + [anon_sym_extern] = ACTIONS(2618), + [anon_sym___attribute__] = ACTIONS(2618), + [anon_sym_COLON_COLON] = ACTIONS(2620), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2620), + [anon_sym___declspec] = ACTIONS(2618), + [anon_sym___based] = ACTIONS(2618), + [anon_sym___cdecl] = ACTIONS(2618), + [anon_sym___clrcall] = ACTIONS(2618), + [anon_sym___stdcall] = ACTIONS(2618), + [anon_sym___fastcall] = ACTIONS(2618), + [anon_sym___thiscall] = ACTIONS(2618), + [anon_sym___vectorcall] = ACTIONS(2618), + [anon_sym_LBRACE] = ACTIONS(2620), + [anon_sym_LBRACK] = ACTIONS(2618), + [anon_sym_static] = ACTIONS(2618), + [anon_sym_register] = ACTIONS(2618), + [anon_sym_inline] = ACTIONS(2618), + [anon_sym_thread_local] = ACTIONS(2618), + [anon_sym_const] = ACTIONS(2618), + [anon_sym_volatile] = ACTIONS(2618), + [anon_sym_restrict] = ACTIONS(2618), + [anon_sym__Atomic] = ACTIONS(2618), + [anon_sym_mutable] = ACTIONS(2618), + [anon_sym_constexpr] = ACTIONS(2618), + [anon_sym_constinit] = ACTIONS(2618), + [anon_sym_consteval] = ACTIONS(2618), + [anon_sym_signed] = ACTIONS(2618), + [anon_sym_unsigned] = ACTIONS(2618), + [anon_sym_long] = ACTIONS(2618), + [anon_sym_short] = ACTIONS(2618), + [sym_primitive_type] = ACTIONS(2618), + [anon_sym_enum] = ACTIONS(2618), + [anon_sym_class] = ACTIONS(2618), + [anon_sym_struct] = ACTIONS(2618), + [anon_sym_union] = ACTIONS(2618), + [anon_sym_if] = ACTIONS(2618), + [anon_sym_else] = ACTIONS(2618), + [anon_sym_switch] = ACTIONS(2618), + [anon_sym_case] = ACTIONS(2618), + [anon_sym_default] = ACTIONS(2618), + [anon_sym_while] = ACTIONS(2618), + [anon_sym_do] = ACTIONS(2618), + [anon_sym_for] = ACTIONS(2618), + [anon_sym_return] = ACTIONS(2618), + [anon_sym_break] = ACTIONS(2618), + [anon_sym_continue] = ACTIONS(2618), + [anon_sym_goto] = ACTIONS(2618), + [anon_sym_not] = ACTIONS(2618), + [anon_sym_compl] = ACTIONS(2618), + [anon_sym_DASH_DASH] = ACTIONS(2620), + [anon_sym_PLUS_PLUS] = ACTIONS(2620), + [anon_sym_sizeof] = ACTIONS(2618), + [sym_number_literal] = ACTIONS(2620), + [anon_sym_L_SQUOTE] = ACTIONS(2620), + [anon_sym_u_SQUOTE] = ACTIONS(2620), + [anon_sym_U_SQUOTE] = ACTIONS(2620), + [anon_sym_u8_SQUOTE] = ACTIONS(2620), + [anon_sym_SQUOTE] = ACTIONS(2620), + [anon_sym_L_DQUOTE] = ACTIONS(2620), + [anon_sym_u_DQUOTE] = ACTIONS(2620), + [anon_sym_U_DQUOTE] = ACTIONS(2620), + [anon_sym_u8_DQUOTE] = ACTIONS(2620), + [anon_sym_DQUOTE] = ACTIONS(2620), + [sym_true] = ACTIONS(2618), + [sym_false] = ACTIONS(2618), + [sym_null] = ACTIONS(2618), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2618), + [anon_sym_decltype] = ACTIONS(2618), + [anon_sym_virtual] = ACTIONS(2618), + [anon_sym_explicit] = ACTIONS(2618), + [anon_sym_typename] = ACTIONS(2618), + [anon_sym_template] = ACTIONS(2618), + [anon_sym_operator] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2618), + [anon_sym_delete] = ACTIONS(2618), + [anon_sym_throw] = ACTIONS(2618), + [anon_sym_namespace] = ACTIONS(2618), + [anon_sym_using] = ACTIONS(2618), + [anon_sym_static_assert] = ACTIONS(2618), + [anon_sym_concept] = ACTIONS(2618), + [anon_sym_co_return] = ACTIONS(2618), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_R_DQUOTE] = ACTIONS(2620), + [anon_sym_LR_DQUOTE] = ACTIONS(2620), + [anon_sym_uR_DQUOTE] = ACTIONS(2620), + [anon_sym_UR_DQUOTE] = ACTIONS(2620), + [anon_sym_u8R_DQUOTE] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(2618), + [anon_sym_new] = ACTIONS(2618), + [anon_sym_requires] = ACTIONS(2618), + [sym_this] = ACTIONS(2618), + [sym_nullptr] = ACTIONS(2618), + }, + [455] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [456] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [457] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [458] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3631), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5436), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5948), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2622), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [459] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [460] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [461] = { [sym_identifier] = ACTIONS(2624), [aux_sym_preproc_include_token1] = ACTIONS(2624), [aux_sym_preproc_def_token1] = ACTIONS(2624), @@ -89578,7 +90371,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2624), [sym_nullptr] = ACTIONS(2624), }, - [453] = { + [462] = { [sym_identifier] = ACTIONS(2628), [aux_sym_preproc_include_token1] = ACTIONS(2628), [aux_sym_preproc_def_token1] = ACTIONS(2628), @@ -89693,352 +90486,1617 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2628), [sym_nullptr] = ACTIONS(2628), }, - [454] = { - [sym_identifier] = ACTIONS(2632), - [aux_sym_preproc_include_token1] = ACTIONS(2632), - [aux_sym_preproc_def_token1] = ACTIONS(2632), - [aux_sym_preproc_if_token1] = ACTIONS(2632), - [aux_sym_preproc_if_token2] = ACTIONS(2632), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2632), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2632), - [aux_sym_preproc_else_token1] = ACTIONS(2632), - [aux_sym_preproc_elif_token1] = ACTIONS(2632), - [sym_preproc_directive] = ACTIONS(2632), - [anon_sym_LPAREN2] = ACTIONS(2634), - [anon_sym_BANG] = ACTIONS(2634), - [anon_sym_TILDE] = ACTIONS(2634), - [anon_sym_DASH] = ACTIONS(2632), - [anon_sym_PLUS] = ACTIONS(2632), - [anon_sym_STAR] = ACTIONS(2634), - [anon_sym_AMP_AMP] = ACTIONS(2634), - [anon_sym_AMP] = ACTIONS(2632), - [anon_sym_SEMI] = ACTIONS(2634), - [anon_sym_typedef] = ACTIONS(2632), - [anon_sym_extern] = ACTIONS(2632), - [anon_sym___attribute__] = ACTIONS(2632), - [anon_sym_COLON_COLON] = ACTIONS(2634), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2634), - [anon_sym___declspec] = ACTIONS(2632), - [anon_sym___based] = ACTIONS(2632), - [anon_sym___cdecl] = ACTIONS(2632), - [anon_sym___clrcall] = ACTIONS(2632), - [anon_sym___stdcall] = ACTIONS(2632), - [anon_sym___fastcall] = ACTIONS(2632), - [anon_sym___thiscall] = ACTIONS(2632), - [anon_sym___vectorcall] = ACTIONS(2632), - [anon_sym_LBRACE] = ACTIONS(2634), - [anon_sym_LBRACK] = ACTIONS(2632), - [anon_sym_static] = ACTIONS(2632), - [anon_sym_register] = ACTIONS(2632), - [anon_sym_inline] = ACTIONS(2632), - [anon_sym_thread_local] = ACTIONS(2632), - [anon_sym_const] = ACTIONS(2632), - [anon_sym_volatile] = ACTIONS(2632), - [anon_sym_restrict] = ACTIONS(2632), - [anon_sym__Atomic] = ACTIONS(2632), - [anon_sym_mutable] = ACTIONS(2632), - [anon_sym_constexpr] = ACTIONS(2632), - [anon_sym_constinit] = ACTIONS(2632), - [anon_sym_consteval] = ACTIONS(2632), - [anon_sym_signed] = ACTIONS(2632), - [anon_sym_unsigned] = ACTIONS(2632), - [anon_sym_long] = ACTIONS(2632), - [anon_sym_short] = ACTIONS(2632), - [sym_primitive_type] = ACTIONS(2632), - [anon_sym_enum] = ACTIONS(2632), - [anon_sym_class] = ACTIONS(2632), - [anon_sym_struct] = ACTIONS(2632), - [anon_sym_union] = ACTIONS(2632), - [anon_sym_if] = ACTIONS(2632), - [anon_sym_else] = ACTIONS(2632), - [anon_sym_switch] = ACTIONS(2632), - [anon_sym_case] = ACTIONS(2632), - [anon_sym_default] = ACTIONS(2632), - [anon_sym_while] = ACTIONS(2632), - [anon_sym_do] = ACTIONS(2632), - [anon_sym_for] = ACTIONS(2632), - [anon_sym_return] = ACTIONS(2632), - [anon_sym_break] = ACTIONS(2632), - [anon_sym_continue] = ACTIONS(2632), - [anon_sym_goto] = ACTIONS(2632), - [anon_sym_not] = ACTIONS(2632), - [anon_sym_compl] = ACTIONS(2632), - [anon_sym_DASH_DASH] = ACTIONS(2634), - [anon_sym_PLUS_PLUS] = ACTIONS(2634), - [anon_sym_sizeof] = ACTIONS(2632), - [sym_number_literal] = ACTIONS(2634), - [anon_sym_L_SQUOTE] = ACTIONS(2634), - [anon_sym_u_SQUOTE] = ACTIONS(2634), - [anon_sym_U_SQUOTE] = ACTIONS(2634), - [anon_sym_u8_SQUOTE] = ACTIONS(2634), - [anon_sym_SQUOTE] = ACTIONS(2634), - [anon_sym_L_DQUOTE] = ACTIONS(2634), - [anon_sym_u_DQUOTE] = ACTIONS(2634), - [anon_sym_U_DQUOTE] = ACTIONS(2634), - [anon_sym_u8_DQUOTE] = ACTIONS(2634), - [anon_sym_DQUOTE] = ACTIONS(2634), - [sym_true] = ACTIONS(2632), - [sym_false] = ACTIONS(2632), - [sym_null] = ACTIONS(2632), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2632), - [anon_sym_decltype] = ACTIONS(2632), - [anon_sym_virtual] = ACTIONS(2632), - [anon_sym_explicit] = ACTIONS(2632), - [anon_sym_typename] = ACTIONS(2632), - [anon_sym_template] = ACTIONS(2632), - [anon_sym_operator] = ACTIONS(2632), - [anon_sym_try] = ACTIONS(2632), - [anon_sym_delete] = ACTIONS(2632), - [anon_sym_throw] = ACTIONS(2632), - [anon_sym_namespace] = ACTIONS(2632), - [anon_sym_using] = ACTIONS(2632), - [anon_sym_static_assert] = ACTIONS(2632), - [anon_sym_concept] = ACTIONS(2632), - [anon_sym_co_return] = ACTIONS(2632), - [anon_sym_co_yield] = ACTIONS(2632), - [anon_sym_R_DQUOTE] = ACTIONS(2634), - [anon_sym_LR_DQUOTE] = ACTIONS(2634), - [anon_sym_uR_DQUOTE] = ACTIONS(2634), - [anon_sym_UR_DQUOTE] = ACTIONS(2634), - [anon_sym_u8R_DQUOTE] = ACTIONS(2634), - [anon_sym_co_await] = ACTIONS(2632), - [anon_sym_new] = ACTIONS(2632), - [anon_sym_requires] = ACTIONS(2632), - [sym_this] = ACTIONS(2632), - [sym_nullptr] = ACTIONS(2632), + [463] = { + [sym_identifier] = ACTIONS(2290), + [aux_sym_preproc_include_token1] = ACTIONS(2290), + [aux_sym_preproc_def_token1] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2632), + [aux_sym_preproc_if_token1] = ACTIONS(2290), + [aux_sym_preproc_if_token2] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), + [aux_sym_preproc_else_token1] = ACTIONS(2290), + [aux_sym_preproc_elif_token1] = ACTIONS(2290), + [sym_preproc_directive] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2290), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_AMP_AMP] = ACTIONS(2288), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_SEMI] = ACTIONS(2632), + [anon_sym_typedef] = ACTIONS(2290), + [anon_sym_extern] = ACTIONS(2290), + [anon_sym___attribute__] = ACTIONS(2290), + [anon_sym_COLON_COLON] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2290), + [anon_sym___based] = ACTIONS(2290), + [anon_sym___cdecl] = ACTIONS(2290), + [anon_sym___clrcall] = ACTIONS(2290), + [anon_sym___stdcall] = ACTIONS(2290), + [anon_sym___fastcall] = ACTIONS(2290), + [anon_sym___thiscall] = ACTIONS(2290), + [anon_sym___vectorcall] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_register] = ACTIONS(2290), + [anon_sym_inline] = ACTIONS(2290), + [anon_sym_thread_local] = ACTIONS(2290), + [anon_sym_const] = ACTIONS(2290), + [anon_sym_volatile] = ACTIONS(2290), + [anon_sym_restrict] = ACTIONS(2290), + [anon_sym__Atomic] = ACTIONS(2290), + [anon_sym_mutable] = ACTIONS(2290), + [anon_sym_constexpr] = ACTIONS(2290), + [anon_sym_constinit] = ACTIONS(2290), + [anon_sym_consteval] = ACTIONS(2290), + [anon_sym_signed] = ACTIONS(2290), + [anon_sym_unsigned] = ACTIONS(2290), + [anon_sym_long] = ACTIONS(2290), + [anon_sym_short] = ACTIONS(2290), + [sym_primitive_type] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_union] = ACTIONS(2290), + [anon_sym_if] = ACTIONS(2290), + [anon_sym_switch] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_default] = ACTIONS(2290), + [anon_sym_while] = ACTIONS(2290), + [anon_sym_do] = ACTIONS(2290), + [anon_sym_for] = ACTIONS(2290), + [anon_sym_return] = ACTIONS(2290), + [anon_sym_break] = ACTIONS(2290), + [anon_sym_continue] = ACTIONS(2290), + [anon_sym_goto] = ACTIONS(2290), + [anon_sym_not] = ACTIONS(2290), + [anon_sym_compl] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2290), + [sym_number_literal] = ACTIONS(2288), + [anon_sym_L_SQUOTE] = ACTIONS(2288), + [anon_sym_u_SQUOTE] = ACTIONS(2288), + [anon_sym_U_SQUOTE] = ACTIONS(2288), + [anon_sym_u8_SQUOTE] = ACTIONS(2288), + [anon_sym_SQUOTE] = ACTIONS(2288), + [anon_sym_L_DQUOTE] = ACTIONS(2288), + [anon_sym_u_DQUOTE] = ACTIONS(2288), + [anon_sym_U_DQUOTE] = ACTIONS(2288), + [anon_sym_u8_DQUOTE] = ACTIONS(2288), + [anon_sym_DQUOTE] = ACTIONS(2288), + [sym_true] = ACTIONS(2290), + [sym_false] = ACTIONS(2290), + [sym_null] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2290), + [anon_sym_decltype] = ACTIONS(2290), + [anon_sym_virtual] = ACTIONS(2290), + [anon_sym_explicit] = ACTIONS(2290), + [anon_sym_typename] = ACTIONS(2290), + [anon_sym_template] = ACTIONS(2290), + [anon_sym_operator] = ACTIONS(2290), + [anon_sym_try] = ACTIONS(2290), + [anon_sym_delete] = ACTIONS(2290), + [anon_sym_throw] = ACTIONS(2290), + [anon_sym_namespace] = ACTIONS(2290), + [anon_sym_using] = ACTIONS(2290), + [anon_sym_static_assert] = ACTIONS(2290), + [anon_sym_concept] = ACTIONS(2290), + [anon_sym_co_return] = ACTIONS(2290), + [anon_sym_co_yield] = ACTIONS(2290), + [anon_sym_R_DQUOTE] = ACTIONS(2288), + [anon_sym_LR_DQUOTE] = ACTIONS(2288), + [anon_sym_uR_DQUOTE] = ACTIONS(2288), + [anon_sym_UR_DQUOTE] = ACTIONS(2288), + [anon_sym_u8R_DQUOTE] = ACTIONS(2288), + [anon_sym_co_await] = ACTIONS(2290), + [anon_sym_new] = ACTIONS(2290), + [anon_sym_requires] = ACTIONS(2290), + [sym_this] = ACTIONS(2290), + [sym_nullptr] = ACTIONS(2290), }, - [455] = { - [sym_identifier] = ACTIONS(2636), - [aux_sym_preproc_include_token1] = ACTIONS(2636), - [aux_sym_preproc_def_token1] = ACTIONS(2636), - [aux_sym_preproc_if_token1] = ACTIONS(2636), - [aux_sym_preproc_if_token2] = ACTIONS(2636), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2636), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2636), - [aux_sym_preproc_else_token1] = ACTIONS(2636), - [aux_sym_preproc_elif_token1] = ACTIONS(2636), - [sym_preproc_directive] = ACTIONS(2636), - [anon_sym_LPAREN2] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2636), - [anon_sym_PLUS] = ACTIONS(2636), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2636), - [anon_sym_SEMI] = ACTIONS(2638), - [anon_sym_typedef] = ACTIONS(2636), - [anon_sym_extern] = ACTIONS(2636), - [anon_sym___attribute__] = ACTIONS(2636), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2638), - [anon_sym___declspec] = ACTIONS(2636), - [anon_sym___based] = ACTIONS(2636), - [anon_sym___cdecl] = ACTIONS(2636), - [anon_sym___clrcall] = ACTIONS(2636), - [anon_sym___stdcall] = ACTIONS(2636), - [anon_sym___fastcall] = ACTIONS(2636), - [anon_sym___thiscall] = ACTIONS(2636), - [anon_sym___vectorcall] = ACTIONS(2636), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2636), - [anon_sym_static] = ACTIONS(2636), - [anon_sym_register] = ACTIONS(2636), - [anon_sym_inline] = ACTIONS(2636), - [anon_sym_thread_local] = ACTIONS(2636), - [anon_sym_const] = ACTIONS(2636), - [anon_sym_volatile] = ACTIONS(2636), - [anon_sym_restrict] = ACTIONS(2636), - [anon_sym__Atomic] = ACTIONS(2636), - [anon_sym_mutable] = ACTIONS(2636), - [anon_sym_constexpr] = ACTIONS(2636), - [anon_sym_constinit] = ACTIONS(2636), - [anon_sym_consteval] = ACTIONS(2636), - [anon_sym_signed] = ACTIONS(2636), - [anon_sym_unsigned] = ACTIONS(2636), - [anon_sym_long] = ACTIONS(2636), - [anon_sym_short] = ACTIONS(2636), - [sym_primitive_type] = ACTIONS(2636), - [anon_sym_enum] = ACTIONS(2636), - [anon_sym_class] = ACTIONS(2636), - [anon_sym_struct] = ACTIONS(2636), - [anon_sym_union] = ACTIONS(2636), - [anon_sym_if] = ACTIONS(2636), - [anon_sym_else] = ACTIONS(2636), - [anon_sym_switch] = ACTIONS(2636), - [anon_sym_case] = ACTIONS(2636), - [anon_sym_default] = ACTIONS(2636), - [anon_sym_while] = ACTIONS(2636), - [anon_sym_do] = ACTIONS(2636), - [anon_sym_for] = ACTIONS(2636), - [anon_sym_return] = ACTIONS(2636), - [anon_sym_break] = ACTIONS(2636), - [anon_sym_continue] = ACTIONS(2636), - [anon_sym_goto] = ACTIONS(2636), - [anon_sym_not] = ACTIONS(2636), - [anon_sym_compl] = ACTIONS(2636), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_sizeof] = ACTIONS(2636), - [sym_number_literal] = ACTIONS(2638), - [anon_sym_L_SQUOTE] = ACTIONS(2638), - [anon_sym_u_SQUOTE] = ACTIONS(2638), - [anon_sym_U_SQUOTE] = ACTIONS(2638), - [anon_sym_u8_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_L_DQUOTE] = ACTIONS(2638), - [anon_sym_u_DQUOTE] = ACTIONS(2638), - [anon_sym_U_DQUOTE] = ACTIONS(2638), - [anon_sym_u8_DQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [sym_true] = ACTIONS(2636), - [sym_false] = ACTIONS(2636), - [sym_null] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2636), - [anon_sym_decltype] = ACTIONS(2636), - [anon_sym_virtual] = ACTIONS(2636), - [anon_sym_explicit] = ACTIONS(2636), - [anon_sym_typename] = ACTIONS(2636), - [anon_sym_template] = ACTIONS(2636), - [anon_sym_operator] = ACTIONS(2636), - [anon_sym_try] = ACTIONS(2636), - [anon_sym_delete] = ACTIONS(2636), - [anon_sym_throw] = ACTIONS(2636), - [anon_sym_namespace] = ACTIONS(2636), - [anon_sym_using] = ACTIONS(2636), - [anon_sym_static_assert] = ACTIONS(2636), - [anon_sym_concept] = ACTIONS(2636), - [anon_sym_co_return] = ACTIONS(2636), - [anon_sym_co_yield] = ACTIONS(2636), - [anon_sym_R_DQUOTE] = ACTIONS(2638), - [anon_sym_LR_DQUOTE] = ACTIONS(2638), - [anon_sym_uR_DQUOTE] = ACTIONS(2638), - [anon_sym_UR_DQUOTE] = ACTIONS(2638), - [anon_sym_u8R_DQUOTE] = ACTIONS(2638), - [anon_sym_co_await] = ACTIONS(2636), - [anon_sym_new] = ACTIONS(2636), - [anon_sym_requires] = ACTIONS(2636), - [sym_this] = ACTIONS(2636), - [sym_nullptr] = ACTIONS(2636), + [464] = { + [sym_identifier] = ACTIONS(2634), + [aux_sym_preproc_include_token1] = ACTIONS(2634), + [aux_sym_preproc_def_token1] = ACTIONS(2634), + [aux_sym_preproc_if_token1] = ACTIONS(2634), + [aux_sym_preproc_if_token2] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2634), + [aux_sym_preproc_else_token1] = ACTIONS(2634), + [aux_sym_preproc_elif_token1] = ACTIONS(2634), + [sym_preproc_directive] = ACTIONS(2634), + [anon_sym_LPAREN2] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2634), + [anon_sym_PLUS] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2634), + [anon_sym_SEMI] = ACTIONS(2636), + [anon_sym_typedef] = ACTIONS(2634), + [anon_sym_extern] = ACTIONS(2634), + [anon_sym___attribute__] = ACTIONS(2634), + [anon_sym_COLON_COLON] = ACTIONS(2636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2636), + [anon_sym___declspec] = ACTIONS(2634), + [anon_sym___based] = ACTIONS(2634), + [anon_sym___cdecl] = ACTIONS(2634), + [anon_sym___clrcall] = ACTIONS(2634), + [anon_sym___stdcall] = ACTIONS(2634), + [anon_sym___fastcall] = ACTIONS(2634), + [anon_sym___thiscall] = ACTIONS(2634), + [anon_sym___vectorcall] = ACTIONS(2634), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_static] = ACTIONS(2634), + [anon_sym_register] = ACTIONS(2634), + [anon_sym_inline] = ACTIONS(2634), + [anon_sym_thread_local] = ACTIONS(2634), + [anon_sym_const] = ACTIONS(2634), + [anon_sym_volatile] = ACTIONS(2634), + [anon_sym_restrict] = ACTIONS(2634), + [anon_sym__Atomic] = ACTIONS(2634), + [anon_sym_mutable] = ACTIONS(2634), + [anon_sym_constexpr] = ACTIONS(2634), + [anon_sym_constinit] = ACTIONS(2634), + [anon_sym_consteval] = ACTIONS(2634), + [anon_sym_signed] = ACTIONS(2634), + [anon_sym_unsigned] = ACTIONS(2634), + [anon_sym_long] = ACTIONS(2634), + [anon_sym_short] = ACTIONS(2634), + [sym_primitive_type] = ACTIONS(2634), + [anon_sym_enum] = ACTIONS(2634), + [anon_sym_class] = ACTIONS(2634), + [anon_sym_struct] = ACTIONS(2634), + [anon_sym_union] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2634), + [anon_sym_else] = ACTIONS(2634), + [anon_sym_switch] = ACTIONS(2634), + [anon_sym_case] = ACTIONS(2634), + [anon_sym_default] = ACTIONS(2634), + [anon_sym_while] = ACTIONS(2634), + [anon_sym_do] = ACTIONS(2634), + [anon_sym_for] = ACTIONS(2634), + [anon_sym_return] = ACTIONS(2634), + [anon_sym_break] = ACTIONS(2634), + [anon_sym_continue] = ACTIONS(2634), + [anon_sym_goto] = ACTIONS(2634), + [anon_sym_not] = ACTIONS(2634), + [anon_sym_compl] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_sizeof] = ACTIONS(2634), + [sym_number_literal] = ACTIONS(2636), + [anon_sym_L_SQUOTE] = ACTIONS(2636), + [anon_sym_u_SQUOTE] = ACTIONS(2636), + [anon_sym_U_SQUOTE] = ACTIONS(2636), + [anon_sym_u8_SQUOTE] = ACTIONS(2636), + [anon_sym_SQUOTE] = ACTIONS(2636), + [anon_sym_L_DQUOTE] = ACTIONS(2636), + [anon_sym_u_DQUOTE] = ACTIONS(2636), + [anon_sym_U_DQUOTE] = ACTIONS(2636), + [anon_sym_u8_DQUOTE] = ACTIONS(2636), + [anon_sym_DQUOTE] = ACTIONS(2636), + [sym_true] = ACTIONS(2634), + [sym_false] = ACTIONS(2634), + [sym_null] = ACTIONS(2634), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2634), + [anon_sym_decltype] = ACTIONS(2634), + [anon_sym_virtual] = ACTIONS(2634), + [anon_sym_explicit] = ACTIONS(2634), + [anon_sym_typename] = ACTIONS(2634), + [anon_sym_template] = ACTIONS(2634), + [anon_sym_operator] = ACTIONS(2634), + [anon_sym_try] = ACTIONS(2634), + [anon_sym_delete] = ACTIONS(2634), + [anon_sym_throw] = ACTIONS(2634), + [anon_sym_namespace] = ACTIONS(2634), + [anon_sym_using] = ACTIONS(2634), + [anon_sym_static_assert] = ACTIONS(2634), + [anon_sym_concept] = ACTIONS(2634), + [anon_sym_co_return] = ACTIONS(2634), + [anon_sym_co_yield] = ACTIONS(2634), + [anon_sym_R_DQUOTE] = ACTIONS(2636), + [anon_sym_LR_DQUOTE] = ACTIONS(2636), + [anon_sym_uR_DQUOTE] = ACTIONS(2636), + [anon_sym_UR_DQUOTE] = ACTIONS(2636), + [anon_sym_u8R_DQUOTE] = ACTIONS(2636), + [anon_sym_co_await] = ACTIONS(2634), + [anon_sym_new] = ACTIONS(2634), + [anon_sym_requires] = ACTIONS(2634), + [sym_this] = ACTIONS(2634), + [sym_nullptr] = ACTIONS(2634), }, - [456] = { - [sym_identifier] = ACTIONS(2640), - [aux_sym_preproc_include_token1] = ACTIONS(2640), - [aux_sym_preproc_def_token1] = ACTIONS(2640), - [aux_sym_preproc_if_token1] = ACTIONS(2640), - [aux_sym_preproc_if_token2] = ACTIONS(2640), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2640), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2640), - [aux_sym_preproc_else_token1] = ACTIONS(2640), - [aux_sym_preproc_elif_token1] = ACTIONS(2640), - [sym_preproc_directive] = ACTIONS(2640), - [anon_sym_LPAREN2] = ACTIONS(2642), - [anon_sym_BANG] = ACTIONS(2642), - [anon_sym_TILDE] = ACTIONS(2642), - [anon_sym_DASH] = ACTIONS(2640), - [anon_sym_PLUS] = ACTIONS(2640), - [anon_sym_STAR] = ACTIONS(2642), - [anon_sym_AMP_AMP] = ACTIONS(2642), - [anon_sym_AMP] = ACTIONS(2640), - [anon_sym_SEMI] = ACTIONS(2642), - [anon_sym_typedef] = ACTIONS(2640), - [anon_sym_extern] = ACTIONS(2640), - [anon_sym___attribute__] = ACTIONS(2640), - [anon_sym_COLON_COLON] = ACTIONS(2642), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2642), - [anon_sym___declspec] = ACTIONS(2640), - [anon_sym___based] = ACTIONS(2640), - [anon_sym___cdecl] = ACTIONS(2640), - [anon_sym___clrcall] = ACTIONS(2640), - [anon_sym___stdcall] = ACTIONS(2640), - [anon_sym___fastcall] = ACTIONS(2640), - [anon_sym___thiscall] = ACTIONS(2640), - [anon_sym___vectorcall] = ACTIONS(2640), - [anon_sym_LBRACE] = ACTIONS(2642), - [anon_sym_LBRACK] = ACTIONS(2640), - [anon_sym_static] = ACTIONS(2640), - [anon_sym_register] = ACTIONS(2640), - [anon_sym_inline] = ACTIONS(2640), - [anon_sym_thread_local] = ACTIONS(2640), - [anon_sym_const] = ACTIONS(2640), - [anon_sym_volatile] = ACTIONS(2640), - [anon_sym_restrict] = ACTIONS(2640), - [anon_sym__Atomic] = ACTIONS(2640), - [anon_sym_mutable] = ACTIONS(2640), - [anon_sym_constexpr] = ACTIONS(2640), - [anon_sym_constinit] = ACTIONS(2640), - [anon_sym_consteval] = ACTIONS(2640), - [anon_sym_signed] = ACTIONS(2640), - [anon_sym_unsigned] = ACTIONS(2640), - [anon_sym_long] = ACTIONS(2640), - [anon_sym_short] = ACTIONS(2640), - [sym_primitive_type] = ACTIONS(2640), - [anon_sym_enum] = ACTIONS(2640), - [anon_sym_class] = ACTIONS(2640), - [anon_sym_struct] = ACTIONS(2640), - [anon_sym_union] = ACTIONS(2640), - [anon_sym_if] = ACTIONS(2640), - [anon_sym_else] = ACTIONS(2640), - [anon_sym_switch] = ACTIONS(2640), - [anon_sym_case] = ACTIONS(2640), - [anon_sym_default] = ACTIONS(2640), - [anon_sym_while] = ACTIONS(2640), - [anon_sym_do] = ACTIONS(2640), - [anon_sym_for] = ACTIONS(2640), - [anon_sym_return] = ACTIONS(2640), - [anon_sym_break] = ACTIONS(2640), - [anon_sym_continue] = ACTIONS(2640), - [anon_sym_goto] = ACTIONS(2640), - [anon_sym_not] = ACTIONS(2640), - [anon_sym_compl] = ACTIONS(2640), - [anon_sym_DASH_DASH] = ACTIONS(2642), - [anon_sym_PLUS_PLUS] = ACTIONS(2642), - [anon_sym_sizeof] = ACTIONS(2640), - [sym_number_literal] = ACTIONS(2642), - [anon_sym_L_SQUOTE] = ACTIONS(2642), - [anon_sym_u_SQUOTE] = ACTIONS(2642), - [anon_sym_U_SQUOTE] = ACTIONS(2642), - [anon_sym_u8_SQUOTE] = ACTIONS(2642), - [anon_sym_SQUOTE] = ACTIONS(2642), - [anon_sym_L_DQUOTE] = ACTIONS(2642), - [anon_sym_u_DQUOTE] = ACTIONS(2642), - [anon_sym_U_DQUOTE] = ACTIONS(2642), - [anon_sym_u8_DQUOTE] = ACTIONS(2642), - [anon_sym_DQUOTE] = ACTIONS(2642), - [sym_true] = ACTIONS(2640), - [sym_false] = ACTIONS(2640), - [sym_null] = ACTIONS(2640), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2640), - [anon_sym_decltype] = ACTIONS(2640), - [anon_sym_virtual] = ACTIONS(2640), - [anon_sym_explicit] = ACTIONS(2640), - [anon_sym_typename] = ACTIONS(2640), - [anon_sym_template] = ACTIONS(2640), - [anon_sym_operator] = ACTIONS(2640), - [anon_sym_try] = ACTIONS(2640), - [anon_sym_delete] = ACTIONS(2640), - [anon_sym_throw] = ACTIONS(2640), - [anon_sym_namespace] = ACTIONS(2640), - [anon_sym_using] = ACTIONS(2640), - [anon_sym_static_assert] = ACTIONS(2640), - [anon_sym_concept] = ACTIONS(2640), - [anon_sym_co_return] = ACTIONS(2640), - [anon_sym_co_yield] = ACTIONS(2640), - [anon_sym_R_DQUOTE] = ACTIONS(2642), - [anon_sym_LR_DQUOTE] = ACTIONS(2642), - [anon_sym_uR_DQUOTE] = ACTIONS(2642), - [anon_sym_UR_DQUOTE] = ACTIONS(2642), - [anon_sym_u8R_DQUOTE] = ACTIONS(2642), - [anon_sym_co_await] = ACTIONS(2640), - [anon_sym_new] = ACTIONS(2640), - [anon_sym_requires] = ACTIONS(2640), - [sym_this] = ACTIONS(2640), - [sym_nullptr] = ACTIONS(2640), + [465] = { + [sym_identifier] = ACTIONS(2638), + [aux_sym_preproc_include_token1] = ACTIONS(2638), + [aux_sym_preproc_def_token1] = ACTIONS(2638), + [aux_sym_preproc_if_token1] = ACTIONS(2638), + [aux_sym_preproc_if_token2] = ACTIONS(2638), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2638), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2638), + [aux_sym_preproc_else_token1] = ACTIONS(2638), + [aux_sym_preproc_elif_token1] = ACTIONS(2638), + [sym_preproc_directive] = ACTIONS(2638), + [anon_sym_LPAREN2] = ACTIONS(2640), + [anon_sym_BANG] = ACTIONS(2640), + [anon_sym_TILDE] = ACTIONS(2640), + [anon_sym_DASH] = ACTIONS(2638), + [anon_sym_PLUS] = ACTIONS(2638), + [anon_sym_STAR] = ACTIONS(2640), + [anon_sym_AMP_AMP] = ACTIONS(2640), + [anon_sym_AMP] = ACTIONS(2638), + [anon_sym_SEMI] = ACTIONS(2640), + [anon_sym_typedef] = ACTIONS(2638), + [anon_sym_extern] = ACTIONS(2638), + [anon_sym___attribute__] = ACTIONS(2638), + [anon_sym_COLON_COLON] = ACTIONS(2640), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2640), + [anon_sym___declspec] = ACTIONS(2638), + [anon_sym___based] = ACTIONS(2638), + [anon_sym___cdecl] = ACTIONS(2638), + [anon_sym___clrcall] = ACTIONS(2638), + [anon_sym___stdcall] = ACTIONS(2638), + [anon_sym___fastcall] = ACTIONS(2638), + [anon_sym___thiscall] = ACTIONS(2638), + [anon_sym___vectorcall] = ACTIONS(2638), + [anon_sym_LBRACE] = ACTIONS(2640), + [anon_sym_LBRACK] = ACTIONS(2638), + [anon_sym_static] = ACTIONS(2638), + [anon_sym_register] = ACTIONS(2638), + [anon_sym_inline] = ACTIONS(2638), + [anon_sym_thread_local] = ACTIONS(2638), + [anon_sym_const] = ACTIONS(2638), + [anon_sym_volatile] = ACTIONS(2638), + [anon_sym_restrict] = ACTIONS(2638), + [anon_sym__Atomic] = ACTIONS(2638), + [anon_sym_mutable] = ACTIONS(2638), + [anon_sym_constexpr] = ACTIONS(2638), + [anon_sym_constinit] = ACTIONS(2638), + [anon_sym_consteval] = ACTIONS(2638), + [anon_sym_signed] = ACTIONS(2638), + [anon_sym_unsigned] = ACTIONS(2638), + [anon_sym_long] = ACTIONS(2638), + [anon_sym_short] = ACTIONS(2638), + [sym_primitive_type] = ACTIONS(2638), + [anon_sym_enum] = ACTIONS(2638), + [anon_sym_class] = ACTIONS(2638), + [anon_sym_struct] = ACTIONS(2638), + [anon_sym_union] = ACTIONS(2638), + [anon_sym_if] = ACTIONS(2638), + [anon_sym_else] = ACTIONS(2638), + [anon_sym_switch] = ACTIONS(2638), + [anon_sym_case] = ACTIONS(2638), + [anon_sym_default] = ACTIONS(2638), + [anon_sym_while] = ACTIONS(2638), + [anon_sym_do] = ACTIONS(2638), + [anon_sym_for] = ACTIONS(2638), + [anon_sym_return] = ACTIONS(2638), + [anon_sym_break] = ACTIONS(2638), + [anon_sym_continue] = ACTIONS(2638), + [anon_sym_goto] = ACTIONS(2638), + [anon_sym_not] = ACTIONS(2638), + [anon_sym_compl] = ACTIONS(2638), + [anon_sym_DASH_DASH] = ACTIONS(2640), + [anon_sym_PLUS_PLUS] = ACTIONS(2640), + [anon_sym_sizeof] = ACTIONS(2638), + [sym_number_literal] = ACTIONS(2640), + [anon_sym_L_SQUOTE] = ACTIONS(2640), + [anon_sym_u_SQUOTE] = ACTIONS(2640), + [anon_sym_U_SQUOTE] = ACTIONS(2640), + [anon_sym_u8_SQUOTE] = ACTIONS(2640), + [anon_sym_SQUOTE] = ACTIONS(2640), + [anon_sym_L_DQUOTE] = ACTIONS(2640), + [anon_sym_u_DQUOTE] = ACTIONS(2640), + [anon_sym_U_DQUOTE] = ACTIONS(2640), + [anon_sym_u8_DQUOTE] = ACTIONS(2640), + [anon_sym_DQUOTE] = ACTIONS(2640), + [sym_true] = ACTIONS(2638), + [sym_false] = ACTIONS(2638), + [sym_null] = ACTIONS(2638), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2638), + [anon_sym_decltype] = ACTIONS(2638), + [anon_sym_virtual] = ACTIONS(2638), + [anon_sym_explicit] = ACTIONS(2638), + [anon_sym_typename] = ACTIONS(2638), + [anon_sym_template] = ACTIONS(2638), + [anon_sym_operator] = ACTIONS(2638), + [anon_sym_try] = ACTIONS(2638), + [anon_sym_delete] = ACTIONS(2638), + [anon_sym_throw] = ACTIONS(2638), + [anon_sym_namespace] = ACTIONS(2638), + [anon_sym_using] = ACTIONS(2638), + [anon_sym_static_assert] = ACTIONS(2638), + [anon_sym_concept] = ACTIONS(2638), + [anon_sym_co_return] = ACTIONS(2638), + [anon_sym_co_yield] = ACTIONS(2638), + [anon_sym_R_DQUOTE] = ACTIONS(2640), + [anon_sym_LR_DQUOTE] = ACTIONS(2640), + [anon_sym_uR_DQUOTE] = ACTIONS(2640), + [anon_sym_UR_DQUOTE] = ACTIONS(2640), + [anon_sym_u8R_DQUOTE] = ACTIONS(2640), + [anon_sym_co_await] = ACTIONS(2638), + [anon_sym_new] = ACTIONS(2638), + [anon_sym_requires] = ACTIONS(2638), + [sym_this] = ACTIONS(2638), + [sym_nullptr] = ACTIONS(2638), }, - [457] = { + [466] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [467] = { + [sym_identifier] = ACTIONS(2634), + [aux_sym_preproc_include_token1] = ACTIONS(2634), + [aux_sym_preproc_def_token1] = ACTIONS(2634), + [aux_sym_preproc_if_token1] = ACTIONS(2634), + [aux_sym_preproc_if_token2] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2634), + [aux_sym_preproc_else_token1] = ACTIONS(2634), + [aux_sym_preproc_elif_token1] = ACTIONS(2634), + [sym_preproc_directive] = ACTIONS(2634), + [anon_sym_LPAREN2] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2634), + [anon_sym_PLUS] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2634), + [anon_sym_SEMI] = ACTIONS(2636), + [anon_sym_typedef] = ACTIONS(2634), + [anon_sym_extern] = ACTIONS(2634), + [anon_sym___attribute__] = ACTIONS(2634), + [anon_sym_COLON_COLON] = ACTIONS(2636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2636), + [anon_sym___declspec] = ACTIONS(2634), + [anon_sym___based] = ACTIONS(2634), + [anon_sym___cdecl] = ACTIONS(2634), + [anon_sym___clrcall] = ACTIONS(2634), + [anon_sym___stdcall] = ACTIONS(2634), + [anon_sym___fastcall] = ACTIONS(2634), + [anon_sym___thiscall] = ACTIONS(2634), + [anon_sym___vectorcall] = ACTIONS(2634), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_static] = ACTIONS(2634), + [anon_sym_register] = ACTIONS(2634), + [anon_sym_inline] = ACTIONS(2634), + [anon_sym_thread_local] = ACTIONS(2634), + [anon_sym_const] = ACTIONS(2634), + [anon_sym_volatile] = ACTIONS(2634), + [anon_sym_restrict] = ACTIONS(2634), + [anon_sym__Atomic] = ACTIONS(2634), + [anon_sym_mutable] = ACTIONS(2634), + [anon_sym_constexpr] = ACTIONS(2634), + [anon_sym_constinit] = ACTIONS(2634), + [anon_sym_consteval] = ACTIONS(2634), + [anon_sym_signed] = ACTIONS(2634), + [anon_sym_unsigned] = ACTIONS(2634), + [anon_sym_long] = ACTIONS(2634), + [anon_sym_short] = ACTIONS(2634), + [sym_primitive_type] = ACTIONS(2634), + [anon_sym_enum] = ACTIONS(2634), + [anon_sym_class] = ACTIONS(2634), + [anon_sym_struct] = ACTIONS(2634), + [anon_sym_union] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2634), + [anon_sym_else] = ACTIONS(2634), + [anon_sym_switch] = ACTIONS(2634), + [anon_sym_case] = ACTIONS(2634), + [anon_sym_default] = ACTIONS(2634), + [anon_sym_while] = ACTIONS(2634), + [anon_sym_do] = ACTIONS(2634), + [anon_sym_for] = ACTIONS(2634), + [anon_sym_return] = ACTIONS(2634), + [anon_sym_break] = ACTIONS(2634), + [anon_sym_continue] = ACTIONS(2634), + [anon_sym_goto] = ACTIONS(2634), + [anon_sym_not] = ACTIONS(2634), + [anon_sym_compl] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_sizeof] = ACTIONS(2634), + [sym_number_literal] = ACTIONS(2636), + [anon_sym_L_SQUOTE] = ACTIONS(2636), + [anon_sym_u_SQUOTE] = ACTIONS(2636), + [anon_sym_U_SQUOTE] = ACTIONS(2636), + [anon_sym_u8_SQUOTE] = ACTIONS(2636), + [anon_sym_SQUOTE] = ACTIONS(2636), + [anon_sym_L_DQUOTE] = ACTIONS(2636), + [anon_sym_u_DQUOTE] = ACTIONS(2636), + [anon_sym_U_DQUOTE] = ACTIONS(2636), + [anon_sym_u8_DQUOTE] = ACTIONS(2636), + [anon_sym_DQUOTE] = ACTIONS(2636), + [sym_true] = ACTIONS(2634), + [sym_false] = ACTIONS(2634), + [sym_null] = ACTIONS(2634), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2634), + [anon_sym_decltype] = ACTIONS(2634), + [anon_sym_virtual] = ACTIONS(2634), + [anon_sym_explicit] = ACTIONS(2634), + [anon_sym_typename] = ACTIONS(2634), + [anon_sym_template] = ACTIONS(2634), + [anon_sym_operator] = ACTIONS(2634), + [anon_sym_try] = ACTIONS(2634), + [anon_sym_delete] = ACTIONS(2634), + [anon_sym_throw] = ACTIONS(2634), + [anon_sym_namespace] = ACTIONS(2634), + [anon_sym_using] = ACTIONS(2634), + [anon_sym_static_assert] = ACTIONS(2634), + [anon_sym_concept] = ACTIONS(2634), + [anon_sym_co_return] = ACTIONS(2634), + [anon_sym_co_yield] = ACTIONS(2634), + [anon_sym_R_DQUOTE] = ACTIONS(2636), + [anon_sym_LR_DQUOTE] = ACTIONS(2636), + [anon_sym_uR_DQUOTE] = ACTIONS(2636), + [anon_sym_UR_DQUOTE] = ACTIONS(2636), + [anon_sym_u8R_DQUOTE] = ACTIONS(2636), + [anon_sym_co_await] = ACTIONS(2634), + [anon_sym_new] = ACTIONS(2634), + [anon_sym_requires] = ACTIONS(2634), + [sym_this] = ACTIONS(2634), + [sym_nullptr] = ACTIONS(2634), + }, + [468] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3619), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5557), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(5771), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_GT2] = ACTIONS(2642), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [469] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [470] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [471] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [472] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [473] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [474] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [475] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [476] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [477] = { [sym_identifier] = ACTIONS(2644), [aux_sym_preproc_include_token1] = ACTIONS(2644), [aux_sym_preproc_def_token1] = ACTIONS(2644), @@ -90153,7 +92211,237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2644), [sym_nullptr] = ACTIONS(2644), }, - [458] = { + [478] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [479] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [480] = { [sym_identifier] = ACTIONS(2648), [aux_sym_preproc_include_token1] = ACTIONS(2648), [aux_sym_preproc_def_token1] = ACTIONS(2648), @@ -90268,5105 +92556,2233 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2648), [sym_nullptr] = ACTIONS(2648), }, - [459] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [460] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3622), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5662), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(6030), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_GT2] = ACTIONS(2652), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [461] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [462] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [463] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [464] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [465] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [466] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [467] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [468] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [469] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [470] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [471] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [472] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [473] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [474] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [475] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [476] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [477] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [478] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [479] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [480] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, [481] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [482] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [483] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [484] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [aux_sym_preproc_else_token1] = ACTIONS(2552), - [aux_sym_preproc_elif_token1] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [aux_sym_preproc_else_token1] = ACTIONS(2398), + [aux_sym_preproc_elif_token1] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [485] = { - [sym_identifier] = ACTIONS(2654), - [aux_sym_preproc_include_token1] = ACTIONS(2654), - [aux_sym_preproc_def_token1] = ACTIONS(2654), - [aux_sym_preproc_if_token1] = ACTIONS(2654), - [aux_sym_preproc_if_token2] = ACTIONS(2654), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2654), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2654), - [aux_sym_preproc_else_token1] = ACTIONS(2654), - [aux_sym_preproc_elif_token1] = ACTIONS(2654), - [sym_preproc_directive] = ACTIONS(2654), - [anon_sym_LPAREN2] = ACTIONS(2656), - [anon_sym_BANG] = ACTIONS(2656), - [anon_sym_TILDE] = ACTIONS(2656), - [anon_sym_DASH] = ACTIONS(2654), - [anon_sym_PLUS] = ACTIONS(2654), - [anon_sym_STAR] = ACTIONS(2656), - [anon_sym_AMP_AMP] = ACTIONS(2656), - [anon_sym_AMP] = ACTIONS(2654), - [anon_sym_SEMI] = ACTIONS(2656), - [anon_sym_typedef] = ACTIONS(2654), - [anon_sym_extern] = ACTIONS(2654), - [anon_sym___attribute__] = ACTIONS(2654), - [anon_sym_COLON_COLON] = ACTIONS(2656), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2656), - [anon_sym___declspec] = ACTIONS(2654), - [anon_sym___based] = ACTIONS(2654), - [anon_sym___cdecl] = ACTIONS(2654), - [anon_sym___clrcall] = ACTIONS(2654), - [anon_sym___stdcall] = ACTIONS(2654), - [anon_sym___fastcall] = ACTIONS(2654), - [anon_sym___thiscall] = ACTIONS(2654), - [anon_sym___vectorcall] = ACTIONS(2654), - [anon_sym_LBRACE] = ACTIONS(2656), - [anon_sym_LBRACK] = ACTIONS(2654), - [anon_sym_static] = ACTIONS(2654), - [anon_sym_register] = ACTIONS(2654), - [anon_sym_inline] = ACTIONS(2654), - [anon_sym_thread_local] = ACTIONS(2654), - [anon_sym_const] = ACTIONS(2654), - [anon_sym_volatile] = ACTIONS(2654), - [anon_sym_restrict] = ACTIONS(2654), - [anon_sym__Atomic] = ACTIONS(2654), - [anon_sym_mutable] = ACTIONS(2654), - [anon_sym_constexpr] = ACTIONS(2654), - [anon_sym_constinit] = ACTIONS(2654), - [anon_sym_consteval] = ACTIONS(2654), - [anon_sym_signed] = ACTIONS(2654), - [anon_sym_unsigned] = ACTIONS(2654), - [anon_sym_long] = ACTIONS(2654), - [anon_sym_short] = ACTIONS(2654), - [sym_primitive_type] = ACTIONS(2654), - [anon_sym_enum] = ACTIONS(2654), - [anon_sym_class] = ACTIONS(2654), - [anon_sym_struct] = ACTIONS(2654), - [anon_sym_union] = ACTIONS(2654), - [anon_sym_if] = ACTIONS(2654), - [anon_sym_switch] = ACTIONS(2654), - [anon_sym_case] = ACTIONS(2654), - [anon_sym_default] = ACTIONS(2654), - [anon_sym_while] = ACTIONS(2654), - [anon_sym_do] = ACTIONS(2654), - [anon_sym_for] = ACTIONS(2654), - [anon_sym_return] = ACTIONS(2654), - [anon_sym_break] = ACTIONS(2654), - [anon_sym_continue] = ACTIONS(2654), - [anon_sym_goto] = ACTIONS(2654), - [anon_sym_not] = ACTIONS(2654), - [anon_sym_compl] = ACTIONS(2654), - [anon_sym_DASH_DASH] = ACTIONS(2656), - [anon_sym_PLUS_PLUS] = ACTIONS(2656), - [anon_sym_sizeof] = ACTIONS(2654), - [sym_number_literal] = ACTIONS(2656), - [anon_sym_L_SQUOTE] = ACTIONS(2656), - [anon_sym_u_SQUOTE] = ACTIONS(2656), - [anon_sym_U_SQUOTE] = ACTIONS(2656), - [anon_sym_u8_SQUOTE] = ACTIONS(2656), - [anon_sym_SQUOTE] = ACTIONS(2656), - [anon_sym_L_DQUOTE] = ACTIONS(2656), - [anon_sym_u_DQUOTE] = ACTIONS(2656), - [anon_sym_U_DQUOTE] = ACTIONS(2656), - [anon_sym_u8_DQUOTE] = ACTIONS(2656), - [anon_sym_DQUOTE] = ACTIONS(2656), - [sym_true] = ACTIONS(2654), - [sym_false] = ACTIONS(2654), - [sym_null] = ACTIONS(2654), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2654), - [anon_sym_decltype] = ACTIONS(2654), - [anon_sym_virtual] = ACTIONS(2654), - [anon_sym_explicit] = ACTIONS(2654), - [anon_sym_typename] = ACTIONS(2654), - [anon_sym_template] = ACTIONS(2654), - [anon_sym_operator] = ACTIONS(2654), - [anon_sym_try] = ACTIONS(2654), - [anon_sym_delete] = ACTIONS(2654), - [anon_sym_throw] = ACTIONS(2654), - [anon_sym_namespace] = ACTIONS(2654), - [anon_sym_using] = ACTIONS(2654), - [anon_sym_static_assert] = ACTIONS(2654), - [anon_sym_concept] = ACTIONS(2654), - [anon_sym_co_return] = ACTIONS(2654), - [anon_sym_co_yield] = ACTIONS(2654), - [anon_sym_R_DQUOTE] = ACTIONS(2656), - [anon_sym_LR_DQUOTE] = ACTIONS(2656), - [anon_sym_uR_DQUOTE] = ACTIONS(2656), - [anon_sym_UR_DQUOTE] = ACTIONS(2656), - [anon_sym_u8R_DQUOTE] = ACTIONS(2656), - [anon_sym_co_await] = ACTIONS(2654), - [anon_sym_new] = ACTIONS(2654), - [anon_sym_requires] = ACTIONS(2654), - [sym_this] = ACTIONS(2654), - [sym_nullptr] = ACTIONS(2654), + [sym_identifier] = ACTIONS(2652), + [aux_sym_preproc_include_token1] = ACTIONS(2652), + [aux_sym_preproc_def_token1] = ACTIONS(2652), + [aux_sym_preproc_if_token1] = ACTIONS(2652), + [aux_sym_preproc_if_token2] = ACTIONS(2652), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2652), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2652), + [aux_sym_preproc_else_token1] = ACTIONS(2652), + [aux_sym_preproc_elif_token1] = ACTIONS(2652), + [sym_preproc_directive] = ACTIONS(2652), + [anon_sym_LPAREN2] = ACTIONS(2654), + [anon_sym_BANG] = ACTIONS(2654), + [anon_sym_TILDE] = ACTIONS(2654), + [anon_sym_DASH] = ACTIONS(2652), + [anon_sym_PLUS] = ACTIONS(2652), + [anon_sym_STAR] = ACTIONS(2654), + [anon_sym_AMP_AMP] = ACTIONS(2654), + [anon_sym_AMP] = ACTIONS(2652), + [anon_sym_SEMI] = ACTIONS(2654), + [anon_sym_typedef] = ACTIONS(2652), + [anon_sym_extern] = ACTIONS(2652), + [anon_sym___attribute__] = ACTIONS(2652), + [anon_sym_COLON_COLON] = ACTIONS(2654), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2654), + [anon_sym___declspec] = ACTIONS(2652), + [anon_sym___based] = ACTIONS(2652), + [anon_sym___cdecl] = ACTIONS(2652), + [anon_sym___clrcall] = ACTIONS(2652), + [anon_sym___stdcall] = ACTIONS(2652), + [anon_sym___fastcall] = ACTIONS(2652), + [anon_sym___thiscall] = ACTIONS(2652), + [anon_sym___vectorcall] = ACTIONS(2652), + [anon_sym_LBRACE] = ACTIONS(2654), + [anon_sym_LBRACK] = ACTIONS(2652), + [anon_sym_static] = ACTIONS(2652), + [anon_sym_register] = ACTIONS(2652), + [anon_sym_inline] = ACTIONS(2652), + [anon_sym_thread_local] = ACTIONS(2652), + [anon_sym_const] = ACTIONS(2652), + [anon_sym_volatile] = ACTIONS(2652), + [anon_sym_restrict] = ACTIONS(2652), + [anon_sym__Atomic] = ACTIONS(2652), + [anon_sym_mutable] = ACTIONS(2652), + [anon_sym_constexpr] = ACTIONS(2652), + [anon_sym_constinit] = ACTIONS(2652), + [anon_sym_consteval] = ACTIONS(2652), + [anon_sym_signed] = ACTIONS(2652), + [anon_sym_unsigned] = ACTIONS(2652), + [anon_sym_long] = ACTIONS(2652), + [anon_sym_short] = ACTIONS(2652), + [sym_primitive_type] = ACTIONS(2652), + [anon_sym_enum] = ACTIONS(2652), + [anon_sym_class] = ACTIONS(2652), + [anon_sym_struct] = ACTIONS(2652), + [anon_sym_union] = ACTIONS(2652), + [anon_sym_if] = ACTIONS(2652), + [anon_sym_switch] = ACTIONS(2652), + [anon_sym_case] = ACTIONS(2652), + [anon_sym_default] = ACTIONS(2652), + [anon_sym_while] = ACTIONS(2652), + [anon_sym_do] = ACTIONS(2652), + [anon_sym_for] = ACTIONS(2652), + [anon_sym_return] = ACTIONS(2652), + [anon_sym_break] = ACTIONS(2652), + [anon_sym_continue] = ACTIONS(2652), + [anon_sym_goto] = ACTIONS(2652), + [anon_sym_not] = ACTIONS(2652), + [anon_sym_compl] = ACTIONS(2652), + [anon_sym_DASH_DASH] = ACTIONS(2654), + [anon_sym_PLUS_PLUS] = ACTIONS(2654), + [anon_sym_sizeof] = ACTIONS(2652), + [sym_number_literal] = ACTIONS(2654), + [anon_sym_L_SQUOTE] = ACTIONS(2654), + [anon_sym_u_SQUOTE] = ACTIONS(2654), + [anon_sym_U_SQUOTE] = ACTIONS(2654), + [anon_sym_u8_SQUOTE] = ACTIONS(2654), + [anon_sym_SQUOTE] = ACTIONS(2654), + [anon_sym_L_DQUOTE] = ACTIONS(2654), + [anon_sym_u_DQUOTE] = ACTIONS(2654), + [anon_sym_U_DQUOTE] = ACTIONS(2654), + [anon_sym_u8_DQUOTE] = ACTIONS(2654), + [anon_sym_DQUOTE] = ACTIONS(2654), + [sym_true] = ACTIONS(2652), + [sym_false] = ACTIONS(2652), + [sym_null] = ACTIONS(2652), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2652), + [anon_sym_decltype] = ACTIONS(2652), + [anon_sym_virtual] = ACTIONS(2652), + [anon_sym_explicit] = ACTIONS(2652), + [anon_sym_typename] = ACTIONS(2652), + [anon_sym_template] = ACTIONS(2652), + [anon_sym_operator] = ACTIONS(2652), + [anon_sym_try] = ACTIONS(2652), + [anon_sym_delete] = ACTIONS(2652), + [anon_sym_throw] = ACTIONS(2652), + [anon_sym_namespace] = ACTIONS(2652), + [anon_sym_using] = ACTIONS(2652), + [anon_sym_static_assert] = ACTIONS(2652), + [anon_sym_concept] = ACTIONS(2652), + [anon_sym_co_return] = ACTIONS(2652), + [anon_sym_co_yield] = ACTIONS(2652), + [anon_sym_R_DQUOTE] = ACTIONS(2654), + [anon_sym_LR_DQUOTE] = ACTIONS(2654), + [anon_sym_uR_DQUOTE] = ACTIONS(2654), + [anon_sym_UR_DQUOTE] = ACTIONS(2654), + [anon_sym_u8R_DQUOTE] = ACTIONS(2654), + [anon_sym_co_await] = ACTIONS(2652), + [anon_sym_new] = ACTIONS(2652), + [anon_sym_requires] = ACTIONS(2652), + [sym_this] = ACTIONS(2652), + [sym_nullptr] = ACTIONS(2652), }, [486] = { - [sym_identifier] = ACTIONS(2658), - [aux_sym_preproc_include_token1] = ACTIONS(2658), - [aux_sym_preproc_def_token1] = ACTIONS(2658), - [aux_sym_preproc_if_token1] = ACTIONS(2658), - [aux_sym_preproc_if_token2] = ACTIONS(2658), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2658), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2658), - [aux_sym_preproc_else_token1] = ACTIONS(2658), - [aux_sym_preproc_elif_token1] = ACTIONS(2658), - [sym_preproc_directive] = ACTIONS(2658), - [anon_sym_LPAREN2] = ACTIONS(2660), - [anon_sym_BANG] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2660), - [anon_sym_DASH] = ACTIONS(2658), - [anon_sym_PLUS] = ACTIONS(2658), - [anon_sym_STAR] = ACTIONS(2660), - [anon_sym_AMP_AMP] = ACTIONS(2660), - [anon_sym_AMP] = ACTIONS(2658), - [anon_sym_SEMI] = ACTIONS(2660), - [anon_sym_typedef] = ACTIONS(2658), - [anon_sym_extern] = ACTIONS(2658), - [anon_sym___attribute__] = ACTIONS(2658), - [anon_sym_COLON_COLON] = ACTIONS(2660), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2660), - [anon_sym___declspec] = ACTIONS(2658), - [anon_sym___based] = ACTIONS(2658), - [anon_sym___cdecl] = ACTIONS(2658), - [anon_sym___clrcall] = ACTIONS(2658), - [anon_sym___stdcall] = ACTIONS(2658), - [anon_sym___fastcall] = ACTIONS(2658), - [anon_sym___thiscall] = ACTIONS(2658), - [anon_sym___vectorcall] = ACTIONS(2658), - [anon_sym_LBRACE] = ACTIONS(2660), - [anon_sym_LBRACK] = ACTIONS(2658), - [anon_sym_static] = ACTIONS(2658), - [anon_sym_register] = ACTIONS(2658), - [anon_sym_inline] = ACTIONS(2658), - [anon_sym_thread_local] = ACTIONS(2658), - [anon_sym_const] = ACTIONS(2658), - [anon_sym_volatile] = ACTIONS(2658), - [anon_sym_restrict] = ACTIONS(2658), - [anon_sym__Atomic] = ACTIONS(2658), - [anon_sym_mutable] = ACTIONS(2658), - [anon_sym_constexpr] = ACTIONS(2658), - [anon_sym_constinit] = ACTIONS(2658), - [anon_sym_consteval] = ACTIONS(2658), - [anon_sym_signed] = ACTIONS(2658), - [anon_sym_unsigned] = ACTIONS(2658), - [anon_sym_long] = ACTIONS(2658), - [anon_sym_short] = ACTIONS(2658), - [sym_primitive_type] = ACTIONS(2658), - [anon_sym_enum] = ACTIONS(2658), - [anon_sym_class] = ACTIONS(2658), - [anon_sym_struct] = ACTIONS(2658), - [anon_sym_union] = ACTIONS(2658), - [anon_sym_if] = ACTIONS(2658), - [anon_sym_switch] = ACTIONS(2658), - [anon_sym_case] = ACTIONS(2658), - [anon_sym_default] = ACTIONS(2658), - [anon_sym_while] = ACTIONS(2658), - [anon_sym_do] = ACTIONS(2658), - [anon_sym_for] = ACTIONS(2658), - [anon_sym_return] = ACTIONS(2658), - [anon_sym_break] = ACTIONS(2658), - [anon_sym_continue] = ACTIONS(2658), - [anon_sym_goto] = ACTIONS(2658), - [anon_sym_not] = ACTIONS(2658), - [anon_sym_compl] = ACTIONS(2658), - [anon_sym_DASH_DASH] = ACTIONS(2660), - [anon_sym_PLUS_PLUS] = ACTIONS(2660), - [anon_sym_sizeof] = ACTIONS(2658), - [sym_number_literal] = ACTIONS(2660), - [anon_sym_L_SQUOTE] = ACTIONS(2660), - [anon_sym_u_SQUOTE] = ACTIONS(2660), - [anon_sym_U_SQUOTE] = ACTIONS(2660), - [anon_sym_u8_SQUOTE] = ACTIONS(2660), - [anon_sym_SQUOTE] = ACTIONS(2660), - [anon_sym_L_DQUOTE] = ACTIONS(2660), - [anon_sym_u_DQUOTE] = ACTIONS(2660), - [anon_sym_U_DQUOTE] = ACTIONS(2660), - [anon_sym_u8_DQUOTE] = ACTIONS(2660), - [anon_sym_DQUOTE] = ACTIONS(2660), - [sym_true] = ACTIONS(2658), - [sym_false] = ACTIONS(2658), - [sym_null] = ACTIONS(2658), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2658), - [anon_sym_decltype] = ACTIONS(2658), - [anon_sym_virtual] = ACTIONS(2658), - [anon_sym_explicit] = ACTIONS(2658), - [anon_sym_typename] = ACTIONS(2658), - [anon_sym_template] = ACTIONS(2658), - [anon_sym_operator] = ACTIONS(2658), - [anon_sym_try] = ACTIONS(2658), - [anon_sym_delete] = ACTIONS(2658), - [anon_sym_throw] = ACTIONS(2658), - [anon_sym_namespace] = ACTIONS(2658), - [anon_sym_using] = ACTIONS(2658), - [anon_sym_static_assert] = ACTIONS(2658), - [anon_sym_concept] = ACTIONS(2658), - [anon_sym_co_return] = ACTIONS(2658), - [anon_sym_co_yield] = ACTIONS(2658), - [anon_sym_R_DQUOTE] = ACTIONS(2660), - [anon_sym_LR_DQUOTE] = ACTIONS(2660), - [anon_sym_uR_DQUOTE] = ACTIONS(2660), - [anon_sym_UR_DQUOTE] = ACTIONS(2660), - [anon_sym_u8R_DQUOTE] = ACTIONS(2660), - [anon_sym_co_await] = ACTIONS(2658), - [anon_sym_new] = ACTIONS(2658), - [anon_sym_requires] = ACTIONS(2658), - [sym_this] = ACTIONS(2658), - [sym_nullptr] = ACTIONS(2658), + [sym_identifier] = ACTIONS(2656), + [aux_sym_preproc_include_token1] = ACTIONS(2656), + [aux_sym_preproc_def_token1] = ACTIONS(2656), + [aux_sym_preproc_if_token1] = ACTIONS(2656), + [aux_sym_preproc_if_token2] = ACTIONS(2656), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2656), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2656), + [aux_sym_preproc_else_token1] = ACTIONS(2656), + [aux_sym_preproc_elif_token1] = ACTIONS(2656), + [sym_preproc_directive] = ACTIONS(2656), + [anon_sym_LPAREN2] = ACTIONS(2658), + [anon_sym_BANG] = ACTIONS(2658), + [anon_sym_TILDE] = ACTIONS(2658), + [anon_sym_DASH] = ACTIONS(2656), + [anon_sym_PLUS] = ACTIONS(2656), + [anon_sym_STAR] = ACTIONS(2658), + [anon_sym_AMP_AMP] = ACTIONS(2658), + [anon_sym_AMP] = ACTIONS(2656), + [anon_sym_SEMI] = ACTIONS(2658), + [anon_sym_typedef] = ACTIONS(2656), + [anon_sym_extern] = ACTIONS(2656), + [anon_sym___attribute__] = ACTIONS(2656), + [anon_sym_COLON_COLON] = ACTIONS(2658), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2658), + [anon_sym___declspec] = ACTIONS(2656), + [anon_sym___based] = ACTIONS(2656), + [anon_sym___cdecl] = ACTIONS(2656), + [anon_sym___clrcall] = ACTIONS(2656), + [anon_sym___stdcall] = ACTIONS(2656), + [anon_sym___fastcall] = ACTIONS(2656), + [anon_sym___thiscall] = ACTIONS(2656), + [anon_sym___vectorcall] = ACTIONS(2656), + [anon_sym_LBRACE] = ACTIONS(2658), + [anon_sym_LBRACK] = ACTIONS(2656), + [anon_sym_static] = ACTIONS(2656), + [anon_sym_register] = ACTIONS(2656), + [anon_sym_inline] = ACTIONS(2656), + [anon_sym_thread_local] = ACTIONS(2656), + [anon_sym_const] = ACTIONS(2656), + [anon_sym_volatile] = ACTIONS(2656), + [anon_sym_restrict] = ACTIONS(2656), + [anon_sym__Atomic] = ACTIONS(2656), + [anon_sym_mutable] = ACTIONS(2656), + [anon_sym_constexpr] = ACTIONS(2656), + [anon_sym_constinit] = ACTIONS(2656), + [anon_sym_consteval] = ACTIONS(2656), + [anon_sym_signed] = ACTIONS(2656), + [anon_sym_unsigned] = ACTIONS(2656), + [anon_sym_long] = ACTIONS(2656), + [anon_sym_short] = ACTIONS(2656), + [sym_primitive_type] = ACTIONS(2656), + [anon_sym_enum] = ACTIONS(2656), + [anon_sym_class] = ACTIONS(2656), + [anon_sym_struct] = ACTIONS(2656), + [anon_sym_union] = ACTIONS(2656), + [anon_sym_if] = ACTIONS(2656), + [anon_sym_switch] = ACTIONS(2656), + [anon_sym_case] = ACTIONS(2656), + [anon_sym_default] = ACTIONS(2656), + [anon_sym_while] = ACTIONS(2656), + [anon_sym_do] = ACTIONS(2656), + [anon_sym_for] = ACTIONS(2656), + [anon_sym_return] = ACTIONS(2656), + [anon_sym_break] = ACTIONS(2656), + [anon_sym_continue] = ACTIONS(2656), + [anon_sym_goto] = ACTIONS(2656), + [anon_sym_not] = ACTIONS(2656), + [anon_sym_compl] = ACTIONS(2656), + [anon_sym_DASH_DASH] = ACTIONS(2658), + [anon_sym_PLUS_PLUS] = ACTIONS(2658), + [anon_sym_sizeof] = ACTIONS(2656), + [sym_number_literal] = ACTIONS(2658), + [anon_sym_L_SQUOTE] = ACTIONS(2658), + [anon_sym_u_SQUOTE] = ACTIONS(2658), + [anon_sym_U_SQUOTE] = ACTIONS(2658), + [anon_sym_u8_SQUOTE] = ACTIONS(2658), + [anon_sym_SQUOTE] = ACTIONS(2658), + [anon_sym_L_DQUOTE] = ACTIONS(2658), + [anon_sym_u_DQUOTE] = ACTIONS(2658), + [anon_sym_U_DQUOTE] = ACTIONS(2658), + [anon_sym_u8_DQUOTE] = ACTIONS(2658), + [anon_sym_DQUOTE] = ACTIONS(2658), + [sym_true] = ACTIONS(2656), + [sym_false] = ACTIONS(2656), + [sym_null] = ACTIONS(2656), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2656), + [anon_sym_decltype] = ACTIONS(2656), + [anon_sym_virtual] = ACTIONS(2656), + [anon_sym_explicit] = ACTIONS(2656), + [anon_sym_typename] = ACTIONS(2656), + [anon_sym_template] = ACTIONS(2656), + [anon_sym_operator] = ACTIONS(2656), + [anon_sym_try] = ACTIONS(2656), + [anon_sym_delete] = ACTIONS(2656), + [anon_sym_throw] = ACTIONS(2656), + [anon_sym_namespace] = ACTIONS(2656), + [anon_sym_using] = ACTIONS(2656), + [anon_sym_static_assert] = ACTIONS(2656), + [anon_sym_concept] = ACTIONS(2656), + [anon_sym_co_return] = ACTIONS(2656), + [anon_sym_co_yield] = ACTIONS(2656), + [anon_sym_R_DQUOTE] = ACTIONS(2658), + [anon_sym_LR_DQUOTE] = ACTIONS(2658), + [anon_sym_uR_DQUOTE] = ACTIONS(2658), + [anon_sym_UR_DQUOTE] = ACTIONS(2658), + [anon_sym_u8R_DQUOTE] = ACTIONS(2658), + [anon_sym_co_await] = ACTIONS(2656), + [anon_sym_new] = ACTIONS(2656), + [anon_sym_requires] = ACTIONS(2656), + [sym_this] = ACTIONS(2656), + [sym_nullptr] = ACTIONS(2656), }, [487] = { - [sym_identifier] = ACTIONS(2662), - [aux_sym_preproc_include_token1] = ACTIONS(2662), - [aux_sym_preproc_def_token1] = ACTIONS(2662), - [aux_sym_preproc_if_token1] = ACTIONS(2662), - [aux_sym_preproc_if_token2] = ACTIONS(2662), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2662), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2662), - [aux_sym_preproc_else_token1] = ACTIONS(2662), - [aux_sym_preproc_elif_token1] = ACTIONS(2662), - [sym_preproc_directive] = ACTIONS(2662), - [anon_sym_LPAREN2] = ACTIONS(2664), - [anon_sym_BANG] = ACTIONS(2664), - [anon_sym_TILDE] = ACTIONS(2664), - [anon_sym_DASH] = ACTIONS(2662), - [anon_sym_PLUS] = ACTIONS(2662), - [anon_sym_STAR] = ACTIONS(2664), - [anon_sym_AMP_AMP] = ACTIONS(2664), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_SEMI] = ACTIONS(2664), - [anon_sym_typedef] = ACTIONS(2662), - [anon_sym_extern] = ACTIONS(2662), - [anon_sym___attribute__] = ACTIONS(2662), - [anon_sym_COLON_COLON] = ACTIONS(2664), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2664), - [anon_sym___declspec] = ACTIONS(2662), - [anon_sym___based] = ACTIONS(2662), - [anon_sym___cdecl] = ACTIONS(2662), - [anon_sym___clrcall] = ACTIONS(2662), - [anon_sym___stdcall] = ACTIONS(2662), - [anon_sym___fastcall] = ACTIONS(2662), - [anon_sym___thiscall] = ACTIONS(2662), - [anon_sym___vectorcall] = ACTIONS(2662), - [anon_sym_LBRACE] = ACTIONS(2664), - [anon_sym_LBRACK] = ACTIONS(2662), - [anon_sym_static] = ACTIONS(2662), - [anon_sym_register] = ACTIONS(2662), - [anon_sym_inline] = ACTIONS(2662), - [anon_sym_thread_local] = ACTIONS(2662), - [anon_sym_const] = ACTIONS(2662), - [anon_sym_volatile] = ACTIONS(2662), - [anon_sym_restrict] = ACTIONS(2662), - [anon_sym__Atomic] = ACTIONS(2662), - [anon_sym_mutable] = ACTIONS(2662), - [anon_sym_constexpr] = ACTIONS(2662), - [anon_sym_constinit] = ACTIONS(2662), - [anon_sym_consteval] = ACTIONS(2662), - [anon_sym_signed] = ACTIONS(2662), - [anon_sym_unsigned] = ACTIONS(2662), - [anon_sym_long] = ACTIONS(2662), - [anon_sym_short] = ACTIONS(2662), - [sym_primitive_type] = ACTIONS(2662), - [anon_sym_enum] = ACTIONS(2662), - [anon_sym_class] = ACTIONS(2662), - [anon_sym_struct] = ACTIONS(2662), - [anon_sym_union] = ACTIONS(2662), - [anon_sym_if] = ACTIONS(2662), - [anon_sym_switch] = ACTIONS(2662), - [anon_sym_case] = ACTIONS(2662), - [anon_sym_default] = ACTIONS(2662), - [anon_sym_while] = ACTIONS(2662), - [anon_sym_do] = ACTIONS(2662), - [anon_sym_for] = ACTIONS(2662), - [anon_sym_return] = ACTIONS(2662), - [anon_sym_break] = ACTIONS(2662), - [anon_sym_continue] = ACTIONS(2662), - [anon_sym_goto] = ACTIONS(2662), - [anon_sym_not] = ACTIONS(2662), - [anon_sym_compl] = ACTIONS(2662), - [anon_sym_DASH_DASH] = ACTIONS(2664), - [anon_sym_PLUS_PLUS] = ACTIONS(2664), - [anon_sym_sizeof] = ACTIONS(2662), - [sym_number_literal] = ACTIONS(2664), - [anon_sym_L_SQUOTE] = ACTIONS(2664), - [anon_sym_u_SQUOTE] = ACTIONS(2664), - [anon_sym_U_SQUOTE] = ACTIONS(2664), - [anon_sym_u8_SQUOTE] = ACTIONS(2664), - [anon_sym_SQUOTE] = ACTIONS(2664), - [anon_sym_L_DQUOTE] = ACTIONS(2664), - [anon_sym_u_DQUOTE] = ACTIONS(2664), - [anon_sym_U_DQUOTE] = ACTIONS(2664), - [anon_sym_u8_DQUOTE] = ACTIONS(2664), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym_true] = ACTIONS(2662), - [sym_false] = ACTIONS(2662), - [sym_null] = ACTIONS(2662), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2662), - [anon_sym_decltype] = ACTIONS(2662), - [anon_sym_virtual] = ACTIONS(2662), - [anon_sym_explicit] = ACTIONS(2662), - [anon_sym_typename] = ACTIONS(2662), - [anon_sym_template] = ACTIONS(2662), - [anon_sym_operator] = ACTIONS(2662), - [anon_sym_try] = ACTIONS(2662), - [anon_sym_delete] = ACTIONS(2662), - [anon_sym_throw] = ACTIONS(2662), - [anon_sym_namespace] = ACTIONS(2662), - [anon_sym_using] = ACTIONS(2662), - [anon_sym_static_assert] = ACTIONS(2662), - [anon_sym_concept] = ACTIONS(2662), - [anon_sym_co_return] = ACTIONS(2662), - [anon_sym_co_yield] = ACTIONS(2662), - [anon_sym_R_DQUOTE] = ACTIONS(2664), - [anon_sym_LR_DQUOTE] = ACTIONS(2664), - [anon_sym_uR_DQUOTE] = ACTIONS(2664), - [anon_sym_UR_DQUOTE] = ACTIONS(2664), - [anon_sym_u8R_DQUOTE] = ACTIONS(2664), - [anon_sym_co_await] = ACTIONS(2662), - [anon_sym_new] = ACTIONS(2662), - [anon_sym_requires] = ACTIONS(2662), - [sym_this] = ACTIONS(2662), - [sym_nullptr] = ACTIONS(2662), + [sym_identifier] = ACTIONS(2660), + [aux_sym_preproc_include_token1] = ACTIONS(2660), + [aux_sym_preproc_def_token1] = ACTIONS(2660), + [aux_sym_preproc_if_token1] = ACTIONS(2660), + [aux_sym_preproc_if_token2] = ACTIONS(2660), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2660), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2660), + [aux_sym_preproc_else_token1] = ACTIONS(2660), + [aux_sym_preproc_elif_token1] = ACTIONS(2660), + [sym_preproc_directive] = ACTIONS(2660), + [anon_sym_LPAREN2] = ACTIONS(2662), + [anon_sym_BANG] = ACTIONS(2662), + [anon_sym_TILDE] = ACTIONS(2662), + [anon_sym_DASH] = ACTIONS(2660), + [anon_sym_PLUS] = ACTIONS(2660), + [anon_sym_STAR] = ACTIONS(2662), + [anon_sym_AMP_AMP] = ACTIONS(2662), + [anon_sym_AMP] = ACTIONS(2660), + [anon_sym_SEMI] = ACTIONS(2662), + [anon_sym_typedef] = ACTIONS(2660), + [anon_sym_extern] = ACTIONS(2660), + [anon_sym___attribute__] = ACTIONS(2660), + [anon_sym_COLON_COLON] = ACTIONS(2662), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2662), + [anon_sym___declspec] = ACTIONS(2660), + [anon_sym___based] = ACTIONS(2660), + [anon_sym___cdecl] = ACTIONS(2660), + [anon_sym___clrcall] = ACTIONS(2660), + [anon_sym___stdcall] = ACTIONS(2660), + [anon_sym___fastcall] = ACTIONS(2660), + [anon_sym___thiscall] = ACTIONS(2660), + [anon_sym___vectorcall] = ACTIONS(2660), + [anon_sym_LBRACE] = ACTIONS(2662), + [anon_sym_LBRACK] = ACTIONS(2660), + [anon_sym_static] = ACTIONS(2660), + [anon_sym_register] = ACTIONS(2660), + [anon_sym_inline] = ACTIONS(2660), + [anon_sym_thread_local] = ACTIONS(2660), + [anon_sym_const] = ACTIONS(2660), + [anon_sym_volatile] = ACTIONS(2660), + [anon_sym_restrict] = ACTIONS(2660), + [anon_sym__Atomic] = ACTIONS(2660), + [anon_sym_mutable] = ACTIONS(2660), + [anon_sym_constexpr] = ACTIONS(2660), + [anon_sym_constinit] = ACTIONS(2660), + [anon_sym_consteval] = ACTIONS(2660), + [anon_sym_signed] = ACTIONS(2660), + [anon_sym_unsigned] = ACTIONS(2660), + [anon_sym_long] = ACTIONS(2660), + [anon_sym_short] = ACTIONS(2660), + [sym_primitive_type] = ACTIONS(2660), + [anon_sym_enum] = ACTIONS(2660), + [anon_sym_class] = ACTIONS(2660), + [anon_sym_struct] = ACTIONS(2660), + [anon_sym_union] = ACTIONS(2660), + [anon_sym_if] = ACTIONS(2660), + [anon_sym_switch] = ACTIONS(2660), + [anon_sym_case] = ACTIONS(2660), + [anon_sym_default] = ACTIONS(2660), + [anon_sym_while] = ACTIONS(2660), + [anon_sym_do] = ACTIONS(2660), + [anon_sym_for] = ACTIONS(2660), + [anon_sym_return] = ACTIONS(2660), + [anon_sym_break] = ACTIONS(2660), + [anon_sym_continue] = ACTIONS(2660), + [anon_sym_goto] = ACTIONS(2660), + [anon_sym_not] = ACTIONS(2660), + [anon_sym_compl] = ACTIONS(2660), + [anon_sym_DASH_DASH] = ACTIONS(2662), + [anon_sym_PLUS_PLUS] = ACTIONS(2662), + [anon_sym_sizeof] = ACTIONS(2660), + [sym_number_literal] = ACTIONS(2662), + [anon_sym_L_SQUOTE] = ACTIONS(2662), + [anon_sym_u_SQUOTE] = ACTIONS(2662), + [anon_sym_U_SQUOTE] = ACTIONS(2662), + [anon_sym_u8_SQUOTE] = ACTIONS(2662), + [anon_sym_SQUOTE] = ACTIONS(2662), + [anon_sym_L_DQUOTE] = ACTIONS(2662), + [anon_sym_u_DQUOTE] = ACTIONS(2662), + [anon_sym_U_DQUOTE] = ACTIONS(2662), + [anon_sym_u8_DQUOTE] = ACTIONS(2662), + [anon_sym_DQUOTE] = ACTIONS(2662), + [sym_true] = ACTIONS(2660), + [sym_false] = ACTIONS(2660), + [sym_null] = ACTIONS(2660), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2660), + [anon_sym_decltype] = ACTIONS(2660), + [anon_sym_virtual] = ACTIONS(2660), + [anon_sym_explicit] = ACTIONS(2660), + [anon_sym_typename] = ACTIONS(2660), + [anon_sym_template] = ACTIONS(2660), + [anon_sym_operator] = ACTIONS(2660), + [anon_sym_try] = ACTIONS(2660), + [anon_sym_delete] = ACTIONS(2660), + [anon_sym_throw] = ACTIONS(2660), + [anon_sym_namespace] = ACTIONS(2660), + [anon_sym_using] = ACTIONS(2660), + [anon_sym_static_assert] = ACTIONS(2660), + [anon_sym_concept] = ACTIONS(2660), + [anon_sym_co_return] = ACTIONS(2660), + [anon_sym_co_yield] = ACTIONS(2660), + [anon_sym_R_DQUOTE] = ACTIONS(2662), + [anon_sym_LR_DQUOTE] = ACTIONS(2662), + [anon_sym_uR_DQUOTE] = ACTIONS(2662), + [anon_sym_UR_DQUOTE] = ACTIONS(2662), + [anon_sym_u8R_DQUOTE] = ACTIONS(2662), + [anon_sym_co_await] = ACTIONS(2660), + [anon_sym_new] = ACTIONS(2660), + [anon_sym_requires] = ACTIONS(2660), + [sym_this] = ACTIONS(2660), + [sym_nullptr] = ACTIONS(2660), }, [488] = { - [sym_identifier] = ACTIONS(2666), - [aux_sym_preproc_include_token1] = ACTIONS(2666), - [aux_sym_preproc_def_token1] = ACTIONS(2666), - [aux_sym_preproc_if_token1] = ACTIONS(2666), - [aux_sym_preproc_if_token2] = ACTIONS(2666), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2666), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2666), - [aux_sym_preproc_else_token1] = ACTIONS(2666), - [aux_sym_preproc_elif_token1] = ACTIONS(2666), - [sym_preproc_directive] = ACTIONS(2666), - [anon_sym_LPAREN2] = ACTIONS(2668), - [anon_sym_BANG] = ACTIONS(2668), - [anon_sym_TILDE] = ACTIONS(2668), - [anon_sym_DASH] = ACTIONS(2666), - [anon_sym_PLUS] = ACTIONS(2666), - [anon_sym_STAR] = ACTIONS(2668), - [anon_sym_AMP_AMP] = ACTIONS(2668), - [anon_sym_AMP] = ACTIONS(2666), - [anon_sym_SEMI] = ACTIONS(2668), - [anon_sym_typedef] = ACTIONS(2666), - [anon_sym_extern] = ACTIONS(2666), - [anon_sym___attribute__] = ACTIONS(2666), - [anon_sym_COLON_COLON] = ACTIONS(2668), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2668), - [anon_sym___declspec] = ACTIONS(2666), - [anon_sym___based] = ACTIONS(2666), - [anon_sym___cdecl] = ACTIONS(2666), - [anon_sym___clrcall] = ACTIONS(2666), - [anon_sym___stdcall] = ACTIONS(2666), - [anon_sym___fastcall] = ACTIONS(2666), - [anon_sym___thiscall] = ACTIONS(2666), - [anon_sym___vectorcall] = ACTIONS(2666), - [anon_sym_LBRACE] = ACTIONS(2668), - [anon_sym_LBRACK] = ACTIONS(2666), - [anon_sym_static] = ACTIONS(2666), - [anon_sym_register] = ACTIONS(2666), - [anon_sym_inline] = ACTIONS(2666), - [anon_sym_thread_local] = ACTIONS(2666), - [anon_sym_const] = ACTIONS(2666), - [anon_sym_volatile] = ACTIONS(2666), - [anon_sym_restrict] = ACTIONS(2666), - [anon_sym__Atomic] = ACTIONS(2666), - [anon_sym_mutable] = ACTIONS(2666), - [anon_sym_constexpr] = ACTIONS(2666), - [anon_sym_constinit] = ACTIONS(2666), - [anon_sym_consteval] = ACTIONS(2666), - [anon_sym_signed] = ACTIONS(2666), - [anon_sym_unsigned] = ACTIONS(2666), - [anon_sym_long] = ACTIONS(2666), - [anon_sym_short] = ACTIONS(2666), - [sym_primitive_type] = ACTIONS(2666), - [anon_sym_enum] = ACTIONS(2666), - [anon_sym_class] = ACTIONS(2666), - [anon_sym_struct] = ACTIONS(2666), - [anon_sym_union] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2666), - [anon_sym_switch] = ACTIONS(2666), - [anon_sym_case] = ACTIONS(2666), - [anon_sym_default] = ACTIONS(2666), - [anon_sym_while] = ACTIONS(2666), - [anon_sym_do] = ACTIONS(2666), - [anon_sym_for] = ACTIONS(2666), - [anon_sym_return] = ACTIONS(2666), - [anon_sym_break] = ACTIONS(2666), - [anon_sym_continue] = ACTIONS(2666), - [anon_sym_goto] = ACTIONS(2666), - [anon_sym_not] = ACTIONS(2666), - [anon_sym_compl] = ACTIONS(2666), - [anon_sym_DASH_DASH] = ACTIONS(2668), - [anon_sym_PLUS_PLUS] = ACTIONS(2668), - [anon_sym_sizeof] = ACTIONS(2666), - [sym_number_literal] = ACTIONS(2668), - [anon_sym_L_SQUOTE] = ACTIONS(2668), - [anon_sym_u_SQUOTE] = ACTIONS(2668), - [anon_sym_U_SQUOTE] = ACTIONS(2668), - [anon_sym_u8_SQUOTE] = ACTIONS(2668), - [anon_sym_SQUOTE] = ACTIONS(2668), - [anon_sym_L_DQUOTE] = ACTIONS(2668), - [anon_sym_u_DQUOTE] = ACTIONS(2668), - [anon_sym_U_DQUOTE] = ACTIONS(2668), - [anon_sym_u8_DQUOTE] = ACTIONS(2668), - [anon_sym_DQUOTE] = ACTIONS(2668), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_null] = ACTIONS(2666), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2666), - [anon_sym_decltype] = ACTIONS(2666), - [anon_sym_virtual] = ACTIONS(2666), - [anon_sym_explicit] = ACTIONS(2666), - [anon_sym_typename] = ACTIONS(2666), - [anon_sym_template] = ACTIONS(2666), - [anon_sym_operator] = ACTIONS(2666), - [anon_sym_try] = ACTIONS(2666), - [anon_sym_delete] = ACTIONS(2666), - [anon_sym_throw] = ACTIONS(2666), - [anon_sym_namespace] = ACTIONS(2666), - [anon_sym_using] = ACTIONS(2666), - [anon_sym_static_assert] = ACTIONS(2666), - [anon_sym_concept] = ACTIONS(2666), - [anon_sym_co_return] = ACTIONS(2666), - [anon_sym_co_yield] = ACTIONS(2666), - [anon_sym_R_DQUOTE] = ACTIONS(2668), - [anon_sym_LR_DQUOTE] = ACTIONS(2668), - [anon_sym_uR_DQUOTE] = ACTIONS(2668), - [anon_sym_UR_DQUOTE] = ACTIONS(2668), - [anon_sym_u8R_DQUOTE] = ACTIONS(2668), - [anon_sym_co_await] = ACTIONS(2666), - [anon_sym_new] = ACTIONS(2666), - [anon_sym_requires] = ACTIONS(2666), - [sym_this] = ACTIONS(2666), - [sym_nullptr] = ACTIONS(2666), + [sym_identifier] = ACTIONS(2664), + [aux_sym_preproc_include_token1] = ACTIONS(2664), + [aux_sym_preproc_def_token1] = ACTIONS(2664), + [aux_sym_preproc_if_token1] = ACTIONS(2664), + [aux_sym_preproc_if_token2] = ACTIONS(2664), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2664), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2664), + [aux_sym_preproc_else_token1] = ACTIONS(2664), + [aux_sym_preproc_elif_token1] = ACTIONS(2664), + [sym_preproc_directive] = ACTIONS(2664), + [anon_sym_LPAREN2] = ACTIONS(2666), + [anon_sym_BANG] = ACTIONS(2666), + [anon_sym_TILDE] = ACTIONS(2666), + [anon_sym_DASH] = ACTIONS(2664), + [anon_sym_PLUS] = ACTIONS(2664), + [anon_sym_STAR] = ACTIONS(2666), + [anon_sym_AMP_AMP] = ACTIONS(2666), + [anon_sym_AMP] = ACTIONS(2664), + [anon_sym_SEMI] = ACTIONS(2666), + [anon_sym_typedef] = ACTIONS(2664), + [anon_sym_extern] = ACTIONS(2664), + [anon_sym___attribute__] = ACTIONS(2664), + [anon_sym_COLON_COLON] = ACTIONS(2666), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2666), + [anon_sym___declspec] = ACTIONS(2664), + [anon_sym___based] = ACTIONS(2664), + [anon_sym___cdecl] = ACTIONS(2664), + [anon_sym___clrcall] = ACTIONS(2664), + [anon_sym___stdcall] = ACTIONS(2664), + [anon_sym___fastcall] = ACTIONS(2664), + [anon_sym___thiscall] = ACTIONS(2664), + [anon_sym___vectorcall] = ACTIONS(2664), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_LBRACK] = ACTIONS(2664), + [anon_sym_static] = ACTIONS(2664), + [anon_sym_register] = ACTIONS(2664), + [anon_sym_inline] = ACTIONS(2664), + [anon_sym_thread_local] = ACTIONS(2664), + [anon_sym_const] = ACTIONS(2664), + [anon_sym_volatile] = ACTIONS(2664), + [anon_sym_restrict] = ACTIONS(2664), + [anon_sym__Atomic] = ACTIONS(2664), + [anon_sym_mutable] = ACTIONS(2664), + [anon_sym_constexpr] = ACTIONS(2664), + [anon_sym_constinit] = ACTIONS(2664), + [anon_sym_consteval] = ACTIONS(2664), + [anon_sym_signed] = ACTIONS(2664), + [anon_sym_unsigned] = ACTIONS(2664), + [anon_sym_long] = ACTIONS(2664), + [anon_sym_short] = ACTIONS(2664), + [sym_primitive_type] = ACTIONS(2664), + [anon_sym_enum] = ACTIONS(2664), + [anon_sym_class] = ACTIONS(2664), + [anon_sym_struct] = ACTIONS(2664), + [anon_sym_union] = ACTIONS(2664), + [anon_sym_if] = ACTIONS(2664), + [anon_sym_switch] = ACTIONS(2664), + [anon_sym_case] = ACTIONS(2664), + [anon_sym_default] = ACTIONS(2664), + [anon_sym_while] = ACTIONS(2664), + [anon_sym_do] = ACTIONS(2664), + [anon_sym_for] = ACTIONS(2664), + [anon_sym_return] = ACTIONS(2664), + [anon_sym_break] = ACTIONS(2664), + [anon_sym_continue] = ACTIONS(2664), + [anon_sym_goto] = ACTIONS(2664), + [anon_sym_not] = ACTIONS(2664), + [anon_sym_compl] = ACTIONS(2664), + [anon_sym_DASH_DASH] = ACTIONS(2666), + [anon_sym_PLUS_PLUS] = ACTIONS(2666), + [anon_sym_sizeof] = ACTIONS(2664), + [sym_number_literal] = ACTIONS(2666), + [anon_sym_L_SQUOTE] = ACTIONS(2666), + [anon_sym_u_SQUOTE] = ACTIONS(2666), + [anon_sym_U_SQUOTE] = ACTIONS(2666), + [anon_sym_u8_SQUOTE] = ACTIONS(2666), + [anon_sym_SQUOTE] = ACTIONS(2666), + [anon_sym_L_DQUOTE] = ACTIONS(2666), + [anon_sym_u_DQUOTE] = ACTIONS(2666), + [anon_sym_U_DQUOTE] = ACTIONS(2666), + [anon_sym_u8_DQUOTE] = ACTIONS(2666), + [anon_sym_DQUOTE] = ACTIONS(2666), + [sym_true] = ACTIONS(2664), + [sym_false] = ACTIONS(2664), + [sym_null] = ACTIONS(2664), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2664), + [anon_sym_decltype] = ACTIONS(2664), + [anon_sym_virtual] = ACTIONS(2664), + [anon_sym_explicit] = ACTIONS(2664), + [anon_sym_typename] = ACTIONS(2664), + [anon_sym_template] = ACTIONS(2664), + [anon_sym_operator] = ACTIONS(2664), + [anon_sym_try] = ACTIONS(2664), + [anon_sym_delete] = ACTIONS(2664), + [anon_sym_throw] = ACTIONS(2664), + [anon_sym_namespace] = ACTIONS(2664), + [anon_sym_using] = ACTIONS(2664), + [anon_sym_static_assert] = ACTIONS(2664), + [anon_sym_concept] = ACTIONS(2664), + [anon_sym_co_return] = ACTIONS(2664), + [anon_sym_co_yield] = ACTIONS(2664), + [anon_sym_R_DQUOTE] = ACTIONS(2666), + [anon_sym_LR_DQUOTE] = ACTIONS(2666), + [anon_sym_uR_DQUOTE] = ACTIONS(2666), + [anon_sym_UR_DQUOTE] = ACTIONS(2666), + [anon_sym_u8R_DQUOTE] = ACTIONS(2666), + [anon_sym_co_await] = ACTIONS(2664), + [anon_sym_new] = ACTIONS(2664), + [anon_sym_requires] = ACTIONS(2664), + [sym_this] = ACTIONS(2664), + [sym_nullptr] = ACTIONS(2664), }, [489] = { - [sym_identifier] = ACTIONS(2670), - [aux_sym_preproc_include_token1] = ACTIONS(2670), - [aux_sym_preproc_def_token1] = ACTIONS(2670), - [aux_sym_preproc_if_token1] = ACTIONS(2670), - [aux_sym_preproc_if_token2] = ACTIONS(2670), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2670), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2670), - [aux_sym_preproc_else_token1] = ACTIONS(2670), - [aux_sym_preproc_elif_token1] = ACTIONS(2670), - [sym_preproc_directive] = ACTIONS(2670), - [anon_sym_LPAREN2] = ACTIONS(2672), - [anon_sym_BANG] = ACTIONS(2672), - [anon_sym_TILDE] = ACTIONS(2672), - [anon_sym_DASH] = ACTIONS(2670), - [anon_sym_PLUS] = ACTIONS(2670), - [anon_sym_STAR] = ACTIONS(2672), - [anon_sym_AMP_AMP] = ACTIONS(2672), - [anon_sym_AMP] = ACTIONS(2670), - [anon_sym_SEMI] = ACTIONS(2672), - [anon_sym_typedef] = ACTIONS(2670), - [anon_sym_extern] = ACTIONS(2670), - [anon_sym___attribute__] = ACTIONS(2670), - [anon_sym_COLON_COLON] = ACTIONS(2672), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2672), - [anon_sym___declspec] = ACTIONS(2670), - [anon_sym___based] = ACTIONS(2670), - [anon_sym___cdecl] = ACTIONS(2670), - [anon_sym___clrcall] = ACTIONS(2670), - [anon_sym___stdcall] = ACTIONS(2670), - [anon_sym___fastcall] = ACTIONS(2670), - [anon_sym___thiscall] = ACTIONS(2670), - [anon_sym___vectorcall] = ACTIONS(2670), - [anon_sym_LBRACE] = ACTIONS(2672), - [anon_sym_LBRACK] = ACTIONS(2670), - [anon_sym_static] = ACTIONS(2670), - [anon_sym_register] = ACTIONS(2670), - [anon_sym_inline] = ACTIONS(2670), - [anon_sym_thread_local] = ACTIONS(2670), - [anon_sym_const] = ACTIONS(2670), - [anon_sym_volatile] = ACTIONS(2670), - [anon_sym_restrict] = ACTIONS(2670), - [anon_sym__Atomic] = ACTIONS(2670), - [anon_sym_mutable] = ACTIONS(2670), - [anon_sym_constexpr] = ACTIONS(2670), - [anon_sym_constinit] = ACTIONS(2670), - [anon_sym_consteval] = ACTIONS(2670), - [anon_sym_signed] = ACTIONS(2670), - [anon_sym_unsigned] = ACTIONS(2670), - [anon_sym_long] = ACTIONS(2670), - [anon_sym_short] = ACTIONS(2670), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_enum] = ACTIONS(2670), - [anon_sym_class] = ACTIONS(2670), - [anon_sym_struct] = ACTIONS(2670), - [anon_sym_union] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2670), - [anon_sym_switch] = ACTIONS(2670), - [anon_sym_case] = ACTIONS(2670), - [anon_sym_default] = ACTIONS(2670), - [anon_sym_while] = ACTIONS(2670), - [anon_sym_do] = ACTIONS(2670), - [anon_sym_for] = ACTIONS(2670), - [anon_sym_return] = ACTIONS(2670), - [anon_sym_break] = ACTIONS(2670), - [anon_sym_continue] = ACTIONS(2670), - [anon_sym_goto] = ACTIONS(2670), - [anon_sym_not] = ACTIONS(2670), - [anon_sym_compl] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2672), - [anon_sym_PLUS_PLUS] = ACTIONS(2672), - [anon_sym_sizeof] = ACTIONS(2670), - [sym_number_literal] = ACTIONS(2672), - [anon_sym_L_SQUOTE] = ACTIONS(2672), - [anon_sym_u_SQUOTE] = ACTIONS(2672), - [anon_sym_U_SQUOTE] = ACTIONS(2672), - [anon_sym_u8_SQUOTE] = ACTIONS(2672), - [anon_sym_SQUOTE] = ACTIONS(2672), - [anon_sym_L_DQUOTE] = ACTIONS(2672), - [anon_sym_u_DQUOTE] = ACTIONS(2672), - [anon_sym_U_DQUOTE] = ACTIONS(2672), - [anon_sym_u8_DQUOTE] = ACTIONS(2672), - [anon_sym_DQUOTE] = ACTIONS(2672), - [sym_true] = ACTIONS(2670), - [sym_false] = ACTIONS(2670), - [sym_null] = ACTIONS(2670), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2670), - [anon_sym_decltype] = ACTIONS(2670), - [anon_sym_virtual] = ACTIONS(2670), - [anon_sym_explicit] = ACTIONS(2670), - [anon_sym_typename] = ACTIONS(2670), - [anon_sym_template] = ACTIONS(2670), - [anon_sym_operator] = ACTIONS(2670), - [anon_sym_try] = ACTIONS(2670), - [anon_sym_delete] = ACTIONS(2670), - [anon_sym_throw] = ACTIONS(2670), - [anon_sym_namespace] = ACTIONS(2670), - [anon_sym_using] = ACTIONS(2670), - [anon_sym_static_assert] = ACTIONS(2670), - [anon_sym_concept] = ACTIONS(2670), - [anon_sym_co_return] = ACTIONS(2670), - [anon_sym_co_yield] = ACTIONS(2670), - [anon_sym_R_DQUOTE] = ACTIONS(2672), - [anon_sym_LR_DQUOTE] = ACTIONS(2672), - [anon_sym_uR_DQUOTE] = ACTIONS(2672), - [anon_sym_UR_DQUOTE] = ACTIONS(2672), - [anon_sym_u8R_DQUOTE] = ACTIONS(2672), - [anon_sym_co_await] = ACTIONS(2670), - [anon_sym_new] = ACTIONS(2670), - [anon_sym_requires] = ACTIONS(2670), - [sym_this] = ACTIONS(2670), - [sym_nullptr] = ACTIONS(2670), + [sym_identifier] = ACTIONS(2668), + [aux_sym_preproc_include_token1] = ACTIONS(2668), + [aux_sym_preproc_def_token1] = ACTIONS(2668), + [aux_sym_preproc_if_token1] = ACTIONS(2668), + [aux_sym_preproc_if_token2] = ACTIONS(2668), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2668), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2668), + [aux_sym_preproc_else_token1] = ACTIONS(2668), + [aux_sym_preproc_elif_token1] = ACTIONS(2668), + [sym_preproc_directive] = ACTIONS(2668), + [anon_sym_LPAREN2] = ACTIONS(2670), + [anon_sym_BANG] = ACTIONS(2670), + [anon_sym_TILDE] = ACTIONS(2670), + [anon_sym_DASH] = ACTIONS(2668), + [anon_sym_PLUS] = ACTIONS(2668), + [anon_sym_STAR] = ACTIONS(2670), + [anon_sym_AMP_AMP] = ACTIONS(2670), + [anon_sym_AMP] = ACTIONS(2668), + [anon_sym_SEMI] = ACTIONS(2670), + [anon_sym_typedef] = ACTIONS(2668), + [anon_sym_extern] = ACTIONS(2668), + [anon_sym___attribute__] = ACTIONS(2668), + [anon_sym_COLON_COLON] = ACTIONS(2670), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2670), + [anon_sym___declspec] = ACTIONS(2668), + [anon_sym___based] = ACTIONS(2668), + [anon_sym___cdecl] = ACTIONS(2668), + [anon_sym___clrcall] = ACTIONS(2668), + [anon_sym___stdcall] = ACTIONS(2668), + [anon_sym___fastcall] = ACTIONS(2668), + [anon_sym___thiscall] = ACTIONS(2668), + [anon_sym___vectorcall] = ACTIONS(2668), + [anon_sym_LBRACE] = ACTIONS(2670), + [anon_sym_LBRACK] = ACTIONS(2668), + [anon_sym_static] = ACTIONS(2668), + [anon_sym_register] = ACTIONS(2668), + [anon_sym_inline] = ACTIONS(2668), + [anon_sym_thread_local] = ACTIONS(2668), + [anon_sym_const] = ACTIONS(2668), + [anon_sym_volatile] = ACTIONS(2668), + [anon_sym_restrict] = ACTIONS(2668), + [anon_sym__Atomic] = ACTIONS(2668), + [anon_sym_mutable] = ACTIONS(2668), + [anon_sym_constexpr] = ACTIONS(2668), + [anon_sym_constinit] = ACTIONS(2668), + [anon_sym_consteval] = ACTIONS(2668), + [anon_sym_signed] = ACTIONS(2668), + [anon_sym_unsigned] = ACTIONS(2668), + [anon_sym_long] = ACTIONS(2668), + [anon_sym_short] = ACTIONS(2668), + [sym_primitive_type] = ACTIONS(2668), + [anon_sym_enum] = ACTIONS(2668), + [anon_sym_class] = ACTIONS(2668), + [anon_sym_struct] = ACTIONS(2668), + [anon_sym_union] = ACTIONS(2668), + [anon_sym_if] = ACTIONS(2668), + [anon_sym_switch] = ACTIONS(2668), + [anon_sym_case] = ACTIONS(2668), + [anon_sym_default] = ACTIONS(2668), + [anon_sym_while] = ACTIONS(2668), + [anon_sym_do] = ACTIONS(2668), + [anon_sym_for] = ACTIONS(2668), + [anon_sym_return] = ACTIONS(2668), + [anon_sym_break] = ACTIONS(2668), + [anon_sym_continue] = ACTIONS(2668), + [anon_sym_goto] = ACTIONS(2668), + [anon_sym_not] = ACTIONS(2668), + [anon_sym_compl] = ACTIONS(2668), + [anon_sym_DASH_DASH] = ACTIONS(2670), + [anon_sym_PLUS_PLUS] = ACTIONS(2670), + [anon_sym_sizeof] = ACTIONS(2668), + [sym_number_literal] = ACTIONS(2670), + [anon_sym_L_SQUOTE] = ACTIONS(2670), + [anon_sym_u_SQUOTE] = ACTIONS(2670), + [anon_sym_U_SQUOTE] = ACTIONS(2670), + [anon_sym_u8_SQUOTE] = ACTIONS(2670), + [anon_sym_SQUOTE] = ACTIONS(2670), + [anon_sym_L_DQUOTE] = ACTIONS(2670), + [anon_sym_u_DQUOTE] = ACTIONS(2670), + [anon_sym_U_DQUOTE] = ACTIONS(2670), + [anon_sym_u8_DQUOTE] = ACTIONS(2670), + [anon_sym_DQUOTE] = ACTIONS(2670), + [sym_true] = ACTIONS(2668), + [sym_false] = ACTIONS(2668), + [sym_null] = ACTIONS(2668), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2668), + [anon_sym_decltype] = ACTIONS(2668), + [anon_sym_virtual] = ACTIONS(2668), + [anon_sym_explicit] = ACTIONS(2668), + [anon_sym_typename] = ACTIONS(2668), + [anon_sym_template] = ACTIONS(2668), + [anon_sym_operator] = ACTIONS(2668), + [anon_sym_try] = ACTIONS(2668), + [anon_sym_delete] = ACTIONS(2668), + [anon_sym_throw] = ACTIONS(2668), + [anon_sym_namespace] = ACTIONS(2668), + [anon_sym_using] = ACTIONS(2668), + [anon_sym_static_assert] = ACTIONS(2668), + [anon_sym_concept] = ACTIONS(2668), + [anon_sym_co_return] = ACTIONS(2668), + [anon_sym_co_yield] = ACTIONS(2668), + [anon_sym_R_DQUOTE] = ACTIONS(2670), + [anon_sym_LR_DQUOTE] = ACTIONS(2670), + [anon_sym_uR_DQUOTE] = ACTIONS(2670), + [anon_sym_UR_DQUOTE] = ACTIONS(2670), + [anon_sym_u8R_DQUOTE] = ACTIONS(2670), + [anon_sym_co_await] = ACTIONS(2668), + [anon_sym_new] = ACTIONS(2668), + [anon_sym_requires] = ACTIONS(2668), + [sym_this] = ACTIONS(2668), + [sym_nullptr] = ACTIONS(2668), }, [490] = { - [sym_identifier] = ACTIONS(2674), - [aux_sym_preproc_include_token1] = ACTIONS(2674), - [aux_sym_preproc_def_token1] = ACTIONS(2674), - [aux_sym_preproc_if_token1] = ACTIONS(2674), - [aux_sym_preproc_if_token2] = ACTIONS(2674), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2674), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2674), - [aux_sym_preproc_else_token1] = ACTIONS(2674), - [aux_sym_preproc_elif_token1] = ACTIONS(2674), - [sym_preproc_directive] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(2676), - [anon_sym_BANG] = ACTIONS(2676), - [anon_sym_TILDE] = ACTIONS(2676), - [anon_sym_DASH] = ACTIONS(2674), - [anon_sym_PLUS] = ACTIONS(2674), - [anon_sym_STAR] = ACTIONS(2676), - [anon_sym_AMP_AMP] = ACTIONS(2676), - [anon_sym_AMP] = ACTIONS(2674), - [anon_sym_SEMI] = ACTIONS(2676), - [anon_sym_typedef] = ACTIONS(2674), - [anon_sym_extern] = ACTIONS(2674), - [anon_sym___attribute__] = ACTIONS(2674), - [anon_sym_COLON_COLON] = ACTIONS(2676), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2676), - [anon_sym___declspec] = ACTIONS(2674), - [anon_sym___based] = ACTIONS(2674), - [anon_sym___cdecl] = ACTIONS(2674), - [anon_sym___clrcall] = ACTIONS(2674), - [anon_sym___stdcall] = ACTIONS(2674), - [anon_sym___fastcall] = ACTIONS(2674), - [anon_sym___thiscall] = ACTIONS(2674), - [anon_sym___vectorcall] = ACTIONS(2674), - [anon_sym_LBRACE] = ACTIONS(2676), - [anon_sym_LBRACK] = ACTIONS(2674), - [anon_sym_static] = ACTIONS(2674), - [anon_sym_register] = ACTIONS(2674), - [anon_sym_inline] = ACTIONS(2674), - [anon_sym_thread_local] = ACTIONS(2674), - [anon_sym_const] = ACTIONS(2674), - [anon_sym_volatile] = ACTIONS(2674), - [anon_sym_restrict] = ACTIONS(2674), - [anon_sym__Atomic] = ACTIONS(2674), - [anon_sym_mutable] = ACTIONS(2674), - [anon_sym_constexpr] = ACTIONS(2674), - [anon_sym_constinit] = ACTIONS(2674), - [anon_sym_consteval] = ACTIONS(2674), - [anon_sym_signed] = ACTIONS(2674), - [anon_sym_unsigned] = ACTIONS(2674), - [anon_sym_long] = ACTIONS(2674), - [anon_sym_short] = ACTIONS(2674), - [sym_primitive_type] = ACTIONS(2674), - [anon_sym_enum] = ACTIONS(2674), - [anon_sym_class] = ACTIONS(2674), - [anon_sym_struct] = ACTIONS(2674), - [anon_sym_union] = ACTIONS(2674), - [anon_sym_if] = ACTIONS(2674), - [anon_sym_switch] = ACTIONS(2674), - [anon_sym_case] = ACTIONS(2674), - [anon_sym_default] = ACTIONS(2674), - [anon_sym_while] = ACTIONS(2674), - [anon_sym_do] = ACTIONS(2674), - [anon_sym_for] = ACTIONS(2674), - [anon_sym_return] = ACTIONS(2674), - [anon_sym_break] = ACTIONS(2674), - [anon_sym_continue] = ACTIONS(2674), - [anon_sym_goto] = ACTIONS(2674), - [anon_sym_not] = ACTIONS(2674), - [anon_sym_compl] = ACTIONS(2674), - [anon_sym_DASH_DASH] = ACTIONS(2676), - [anon_sym_PLUS_PLUS] = ACTIONS(2676), - [anon_sym_sizeof] = ACTIONS(2674), - [sym_number_literal] = ACTIONS(2676), - [anon_sym_L_SQUOTE] = ACTIONS(2676), - [anon_sym_u_SQUOTE] = ACTIONS(2676), - [anon_sym_U_SQUOTE] = ACTIONS(2676), - [anon_sym_u8_SQUOTE] = ACTIONS(2676), - [anon_sym_SQUOTE] = ACTIONS(2676), - [anon_sym_L_DQUOTE] = ACTIONS(2676), - [anon_sym_u_DQUOTE] = ACTIONS(2676), - [anon_sym_U_DQUOTE] = ACTIONS(2676), - [anon_sym_u8_DQUOTE] = ACTIONS(2676), - [anon_sym_DQUOTE] = ACTIONS(2676), - [sym_true] = ACTIONS(2674), - [sym_false] = ACTIONS(2674), - [sym_null] = ACTIONS(2674), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2674), - [anon_sym_decltype] = ACTIONS(2674), - [anon_sym_virtual] = ACTIONS(2674), - [anon_sym_explicit] = ACTIONS(2674), - [anon_sym_typename] = ACTIONS(2674), - [anon_sym_template] = ACTIONS(2674), - [anon_sym_operator] = ACTIONS(2674), - [anon_sym_try] = ACTIONS(2674), - [anon_sym_delete] = ACTIONS(2674), - [anon_sym_throw] = ACTIONS(2674), - [anon_sym_namespace] = ACTIONS(2674), - [anon_sym_using] = ACTIONS(2674), - [anon_sym_static_assert] = ACTIONS(2674), - [anon_sym_concept] = ACTIONS(2674), - [anon_sym_co_return] = ACTIONS(2674), - [anon_sym_co_yield] = ACTIONS(2674), - [anon_sym_R_DQUOTE] = ACTIONS(2676), - [anon_sym_LR_DQUOTE] = ACTIONS(2676), - [anon_sym_uR_DQUOTE] = ACTIONS(2676), - [anon_sym_UR_DQUOTE] = ACTIONS(2676), - [anon_sym_u8R_DQUOTE] = ACTIONS(2676), - [anon_sym_co_await] = ACTIONS(2674), - [anon_sym_new] = ACTIONS(2674), - [anon_sym_requires] = ACTIONS(2674), - [sym_this] = ACTIONS(2674), - [sym_nullptr] = ACTIONS(2674), + [sym_identifier] = ACTIONS(2672), + [aux_sym_preproc_include_token1] = ACTIONS(2672), + [aux_sym_preproc_def_token1] = ACTIONS(2672), + [aux_sym_preproc_if_token1] = ACTIONS(2672), + [aux_sym_preproc_if_token2] = ACTIONS(2672), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2672), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2672), + [aux_sym_preproc_else_token1] = ACTIONS(2672), + [aux_sym_preproc_elif_token1] = ACTIONS(2672), + [sym_preproc_directive] = ACTIONS(2672), + [anon_sym_LPAREN2] = ACTIONS(2674), + [anon_sym_BANG] = ACTIONS(2674), + [anon_sym_TILDE] = ACTIONS(2674), + [anon_sym_DASH] = ACTIONS(2672), + [anon_sym_PLUS] = ACTIONS(2672), + [anon_sym_STAR] = ACTIONS(2674), + [anon_sym_AMP_AMP] = ACTIONS(2674), + [anon_sym_AMP] = ACTIONS(2672), + [anon_sym_SEMI] = ACTIONS(2674), + [anon_sym_typedef] = ACTIONS(2672), + [anon_sym_extern] = ACTIONS(2672), + [anon_sym___attribute__] = ACTIONS(2672), + [anon_sym_COLON_COLON] = ACTIONS(2674), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2674), + [anon_sym___declspec] = ACTIONS(2672), + [anon_sym___based] = ACTIONS(2672), + [anon_sym___cdecl] = ACTIONS(2672), + [anon_sym___clrcall] = ACTIONS(2672), + [anon_sym___stdcall] = ACTIONS(2672), + [anon_sym___fastcall] = ACTIONS(2672), + [anon_sym___thiscall] = ACTIONS(2672), + [anon_sym___vectorcall] = ACTIONS(2672), + [anon_sym_LBRACE] = ACTIONS(2674), + [anon_sym_LBRACK] = ACTIONS(2672), + [anon_sym_static] = ACTIONS(2672), + [anon_sym_register] = ACTIONS(2672), + [anon_sym_inline] = ACTIONS(2672), + [anon_sym_thread_local] = ACTIONS(2672), + [anon_sym_const] = ACTIONS(2672), + [anon_sym_volatile] = ACTIONS(2672), + [anon_sym_restrict] = ACTIONS(2672), + [anon_sym__Atomic] = ACTIONS(2672), + [anon_sym_mutable] = ACTIONS(2672), + [anon_sym_constexpr] = ACTIONS(2672), + [anon_sym_constinit] = ACTIONS(2672), + [anon_sym_consteval] = ACTIONS(2672), + [anon_sym_signed] = ACTIONS(2672), + [anon_sym_unsigned] = ACTIONS(2672), + [anon_sym_long] = ACTIONS(2672), + [anon_sym_short] = ACTIONS(2672), + [sym_primitive_type] = ACTIONS(2672), + [anon_sym_enum] = ACTIONS(2672), + [anon_sym_class] = ACTIONS(2672), + [anon_sym_struct] = ACTIONS(2672), + [anon_sym_union] = ACTIONS(2672), + [anon_sym_if] = ACTIONS(2672), + [anon_sym_switch] = ACTIONS(2672), + [anon_sym_case] = ACTIONS(2672), + [anon_sym_default] = ACTIONS(2672), + [anon_sym_while] = ACTIONS(2672), + [anon_sym_do] = ACTIONS(2672), + [anon_sym_for] = ACTIONS(2672), + [anon_sym_return] = ACTIONS(2672), + [anon_sym_break] = ACTIONS(2672), + [anon_sym_continue] = ACTIONS(2672), + [anon_sym_goto] = ACTIONS(2672), + [anon_sym_not] = ACTIONS(2672), + [anon_sym_compl] = ACTIONS(2672), + [anon_sym_DASH_DASH] = ACTIONS(2674), + [anon_sym_PLUS_PLUS] = ACTIONS(2674), + [anon_sym_sizeof] = ACTIONS(2672), + [sym_number_literal] = ACTIONS(2674), + [anon_sym_L_SQUOTE] = ACTIONS(2674), + [anon_sym_u_SQUOTE] = ACTIONS(2674), + [anon_sym_U_SQUOTE] = ACTIONS(2674), + [anon_sym_u8_SQUOTE] = ACTIONS(2674), + [anon_sym_SQUOTE] = ACTIONS(2674), + [anon_sym_L_DQUOTE] = ACTIONS(2674), + [anon_sym_u_DQUOTE] = ACTIONS(2674), + [anon_sym_U_DQUOTE] = ACTIONS(2674), + [anon_sym_u8_DQUOTE] = ACTIONS(2674), + [anon_sym_DQUOTE] = ACTIONS(2674), + [sym_true] = ACTIONS(2672), + [sym_false] = ACTIONS(2672), + [sym_null] = ACTIONS(2672), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2672), + [anon_sym_decltype] = ACTIONS(2672), + [anon_sym_virtual] = ACTIONS(2672), + [anon_sym_explicit] = ACTIONS(2672), + [anon_sym_typename] = ACTIONS(2672), + [anon_sym_template] = ACTIONS(2672), + [anon_sym_operator] = ACTIONS(2672), + [anon_sym_try] = ACTIONS(2672), + [anon_sym_delete] = ACTIONS(2672), + [anon_sym_throw] = ACTIONS(2672), + [anon_sym_namespace] = ACTIONS(2672), + [anon_sym_using] = ACTIONS(2672), + [anon_sym_static_assert] = ACTIONS(2672), + [anon_sym_concept] = ACTIONS(2672), + [anon_sym_co_return] = ACTIONS(2672), + [anon_sym_co_yield] = ACTIONS(2672), + [anon_sym_R_DQUOTE] = ACTIONS(2674), + [anon_sym_LR_DQUOTE] = ACTIONS(2674), + [anon_sym_uR_DQUOTE] = ACTIONS(2674), + [anon_sym_UR_DQUOTE] = ACTIONS(2674), + [anon_sym_u8R_DQUOTE] = ACTIONS(2674), + [anon_sym_co_await] = ACTIONS(2672), + [anon_sym_new] = ACTIONS(2672), + [anon_sym_requires] = ACTIONS(2672), + [sym_this] = ACTIONS(2672), + [sym_nullptr] = ACTIONS(2672), }, [491] = { - [sym_identifier] = ACTIONS(2354), - [aux_sym_preproc_include_token1] = ACTIONS(2354), - [aux_sym_preproc_def_token1] = ACTIONS(2354), - [aux_sym_preproc_if_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2354), - [sym_preproc_directive] = ACTIONS(2354), - [anon_sym_LPAREN2] = ACTIONS(2352), - [anon_sym_BANG] = ACTIONS(2352), - [anon_sym_TILDE] = ACTIONS(2352), - [anon_sym_DASH] = ACTIONS(2354), - [anon_sym_PLUS] = ACTIONS(2354), - [anon_sym_STAR] = ACTIONS(2352), - [anon_sym_AMP_AMP] = ACTIONS(2352), - [anon_sym_AMP] = ACTIONS(2354), - [anon_sym_SEMI] = ACTIONS(2352), - [anon_sym_typedef] = ACTIONS(2354), - [anon_sym_extern] = ACTIONS(2354), - [anon_sym___attribute__] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2352), - [anon_sym___declspec] = ACTIONS(2354), - [anon_sym___based] = ACTIONS(2354), - [anon_sym___cdecl] = ACTIONS(2354), - [anon_sym___clrcall] = ACTIONS(2354), - [anon_sym___stdcall] = ACTIONS(2354), - [anon_sym___fastcall] = ACTIONS(2354), - [anon_sym___thiscall] = ACTIONS(2354), - [anon_sym___vectorcall] = ACTIONS(2354), - [anon_sym_LBRACE] = ACTIONS(2352), - [anon_sym_RBRACE] = ACTIONS(2352), - [anon_sym_LBRACK] = ACTIONS(2354), - [anon_sym_static] = ACTIONS(2354), - [anon_sym_register] = ACTIONS(2354), - [anon_sym_inline] = ACTIONS(2354), - [anon_sym_thread_local] = ACTIONS(2354), - [anon_sym_const] = ACTIONS(2354), - [anon_sym_volatile] = ACTIONS(2354), - [anon_sym_restrict] = ACTIONS(2354), - [anon_sym__Atomic] = ACTIONS(2354), - [anon_sym_mutable] = ACTIONS(2354), - [anon_sym_constexpr] = ACTIONS(2354), - [anon_sym_constinit] = ACTIONS(2354), - [anon_sym_consteval] = ACTIONS(2354), - [anon_sym_signed] = ACTIONS(2354), - [anon_sym_unsigned] = ACTIONS(2354), - [anon_sym_long] = ACTIONS(2354), - [anon_sym_short] = ACTIONS(2354), - [sym_primitive_type] = ACTIONS(2354), - [anon_sym_enum] = ACTIONS(2354), - [anon_sym_class] = ACTIONS(2354), - [anon_sym_struct] = ACTIONS(2354), - [anon_sym_union] = ACTIONS(2354), - [anon_sym_if] = ACTIONS(2354), - [anon_sym_else] = ACTIONS(2354), - [anon_sym_switch] = ACTIONS(2354), - [anon_sym_case] = ACTIONS(2354), - [anon_sym_default] = ACTIONS(2354), - [anon_sym_while] = ACTIONS(2354), - [anon_sym_do] = ACTIONS(2354), - [anon_sym_for] = ACTIONS(2354), - [anon_sym_return] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_goto] = ACTIONS(2354), - [anon_sym_not] = ACTIONS(2354), - [anon_sym_compl] = ACTIONS(2354), - [anon_sym_DASH_DASH] = ACTIONS(2352), - [anon_sym_PLUS_PLUS] = ACTIONS(2352), - [anon_sym_sizeof] = ACTIONS(2354), - [sym_number_literal] = ACTIONS(2352), - [anon_sym_L_SQUOTE] = ACTIONS(2352), - [anon_sym_u_SQUOTE] = ACTIONS(2352), - [anon_sym_U_SQUOTE] = ACTIONS(2352), - [anon_sym_u8_SQUOTE] = ACTIONS(2352), - [anon_sym_SQUOTE] = ACTIONS(2352), - [anon_sym_L_DQUOTE] = ACTIONS(2352), - [anon_sym_u_DQUOTE] = ACTIONS(2352), - [anon_sym_U_DQUOTE] = ACTIONS(2352), - [anon_sym_u8_DQUOTE] = ACTIONS(2352), - [anon_sym_DQUOTE] = ACTIONS(2352), - [sym_true] = ACTIONS(2354), - [sym_false] = ACTIONS(2354), - [sym_null] = ACTIONS(2354), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2354), - [anon_sym_decltype] = ACTIONS(2354), - [anon_sym_virtual] = ACTIONS(2354), - [anon_sym_explicit] = ACTIONS(2354), - [anon_sym_typename] = ACTIONS(2354), - [anon_sym_template] = ACTIONS(2354), - [anon_sym_operator] = ACTIONS(2354), - [anon_sym_try] = ACTIONS(2354), - [anon_sym_delete] = ACTIONS(2354), - [anon_sym_throw] = ACTIONS(2354), - [anon_sym_namespace] = ACTIONS(2354), - [anon_sym_using] = ACTIONS(2354), - [anon_sym_static_assert] = ACTIONS(2354), - [anon_sym_concept] = ACTIONS(2354), - [anon_sym_co_return] = ACTIONS(2354), - [anon_sym_co_yield] = ACTIONS(2354), - [anon_sym_catch] = ACTIONS(2354), - [anon_sym_R_DQUOTE] = ACTIONS(2352), - [anon_sym_LR_DQUOTE] = ACTIONS(2352), - [anon_sym_uR_DQUOTE] = ACTIONS(2352), - [anon_sym_UR_DQUOTE] = ACTIONS(2352), - [anon_sym_u8R_DQUOTE] = ACTIONS(2352), - [anon_sym_co_await] = ACTIONS(2354), - [anon_sym_new] = ACTIONS(2354), - [anon_sym_requires] = ACTIONS(2354), - [sym_this] = ACTIONS(2354), - [sym_nullptr] = ACTIONS(2354), + [sym_identifier] = ACTIONS(2676), + [aux_sym_preproc_include_token1] = ACTIONS(2676), + [aux_sym_preproc_def_token1] = ACTIONS(2676), + [aux_sym_preproc_if_token1] = ACTIONS(2676), + [aux_sym_preproc_if_token2] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2676), + [aux_sym_preproc_else_token1] = ACTIONS(2676), + [aux_sym_preproc_elif_token1] = ACTIONS(2676), + [sym_preproc_directive] = ACTIONS(2676), + [anon_sym_LPAREN2] = ACTIONS(2678), + [anon_sym_BANG] = ACTIONS(2678), + [anon_sym_TILDE] = ACTIONS(2678), + [anon_sym_DASH] = ACTIONS(2676), + [anon_sym_PLUS] = ACTIONS(2676), + [anon_sym_STAR] = ACTIONS(2678), + [anon_sym_AMP_AMP] = ACTIONS(2678), + [anon_sym_AMP] = ACTIONS(2676), + [anon_sym_SEMI] = ACTIONS(2678), + [anon_sym_typedef] = ACTIONS(2676), + [anon_sym_extern] = ACTIONS(2676), + [anon_sym___attribute__] = ACTIONS(2676), + [anon_sym_COLON_COLON] = ACTIONS(2678), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2678), + [anon_sym___declspec] = ACTIONS(2676), + [anon_sym___based] = ACTIONS(2676), + [anon_sym___cdecl] = ACTIONS(2676), + [anon_sym___clrcall] = ACTIONS(2676), + [anon_sym___stdcall] = ACTIONS(2676), + [anon_sym___fastcall] = ACTIONS(2676), + [anon_sym___thiscall] = ACTIONS(2676), + [anon_sym___vectorcall] = ACTIONS(2676), + [anon_sym_LBRACE] = ACTIONS(2678), + [anon_sym_LBRACK] = ACTIONS(2676), + [anon_sym_static] = ACTIONS(2676), + [anon_sym_register] = ACTIONS(2676), + [anon_sym_inline] = ACTIONS(2676), + [anon_sym_thread_local] = ACTIONS(2676), + [anon_sym_const] = ACTIONS(2676), + [anon_sym_volatile] = ACTIONS(2676), + [anon_sym_restrict] = ACTIONS(2676), + [anon_sym__Atomic] = ACTIONS(2676), + [anon_sym_mutable] = ACTIONS(2676), + [anon_sym_constexpr] = ACTIONS(2676), + [anon_sym_constinit] = ACTIONS(2676), + [anon_sym_consteval] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2676), + [anon_sym_unsigned] = ACTIONS(2676), + [anon_sym_long] = ACTIONS(2676), + [anon_sym_short] = ACTIONS(2676), + [sym_primitive_type] = ACTIONS(2676), + [anon_sym_enum] = ACTIONS(2676), + [anon_sym_class] = ACTIONS(2676), + [anon_sym_struct] = ACTIONS(2676), + [anon_sym_union] = ACTIONS(2676), + [anon_sym_if] = ACTIONS(2676), + [anon_sym_switch] = ACTIONS(2676), + [anon_sym_case] = ACTIONS(2676), + [anon_sym_default] = ACTIONS(2676), + [anon_sym_while] = ACTIONS(2676), + [anon_sym_do] = ACTIONS(2676), + [anon_sym_for] = ACTIONS(2676), + [anon_sym_return] = ACTIONS(2676), + [anon_sym_break] = ACTIONS(2676), + [anon_sym_continue] = ACTIONS(2676), + [anon_sym_goto] = ACTIONS(2676), + [anon_sym_not] = ACTIONS(2676), + [anon_sym_compl] = ACTIONS(2676), + [anon_sym_DASH_DASH] = ACTIONS(2678), + [anon_sym_PLUS_PLUS] = ACTIONS(2678), + [anon_sym_sizeof] = ACTIONS(2676), + [sym_number_literal] = ACTIONS(2678), + [anon_sym_L_SQUOTE] = ACTIONS(2678), + [anon_sym_u_SQUOTE] = ACTIONS(2678), + [anon_sym_U_SQUOTE] = ACTIONS(2678), + [anon_sym_u8_SQUOTE] = ACTIONS(2678), + [anon_sym_SQUOTE] = ACTIONS(2678), + [anon_sym_L_DQUOTE] = ACTIONS(2678), + [anon_sym_u_DQUOTE] = ACTIONS(2678), + [anon_sym_U_DQUOTE] = ACTIONS(2678), + [anon_sym_u8_DQUOTE] = ACTIONS(2678), + [anon_sym_DQUOTE] = ACTIONS(2678), + [sym_true] = ACTIONS(2676), + [sym_false] = ACTIONS(2676), + [sym_null] = ACTIONS(2676), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2676), + [anon_sym_decltype] = ACTIONS(2676), + [anon_sym_virtual] = ACTIONS(2676), + [anon_sym_explicit] = ACTIONS(2676), + [anon_sym_typename] = ACTIONS(2676), + [anon_sym_template] = ACTIONS(2676), + [anon_sym_operator] = ACTIONS(2676), + [anon_sym_try] = ACTIONS(2676), + [anon_sym_delete] = ACTIONS(2676), + [anon_sym_throw] = ACTIONS(2676), + [anon_sym_namespace] = ACTIONS(2676), + [anon_sym_using] = ACTIONS(2676), + [anon_sym_static_assert] = ACTIONS(2676), + [anon_sym_concept] = ACTIONS(2676), + [anon_sym_co_return] = ACTIONS(2676), + [anon_sym_co_yield] = ACTIONS(2676), + [anon_sym_R_DQUOTE] = ACTIONS(2678), + [anon_sym_LR_DQUOTE] = ACTIONS(2678), + [anon_sym_uR_DQUOTE] = ACTIONS(2678), + [anon_sym_UR_DQUOTE] = ACTIONS(2678), + [anon_sym_u8R_DQUOTE] = ACTIONS(2678), + [anon_sym_co_await] = ACTIONS(2676), + [anon_sym_new] = ACTIONS(2676), + [anon_sym_requires] = ACTIONS(2676), + [sym_this] = ACTIONS(2676), + [sym_nullptr] = ACTIONS(2676), }, [492] = { - [sym_identifier] = ACTIONS(2678), - [aux_sym_preproc_include_token1] = ACTIONS(2678), - [aux_sym_preproc_def_token1] = ACTIONS(2678), - [aux_sym_preproc_if_token1] = ACTIONS(2678), - [aux_sym_preproc_if_token2] = ACTIONS(2678), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2678), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2678), - [aux_sym_preproc_else_token1] = ACTIONS(2678), - [aux_sym_preproc_elif_token1] = ACTIONS(2678), - [sym_preproc_directive] = ACTIONS(2678), - [anon_sym_LPAREN2] = ACTIONS(2680), - [anon_sym_BANG] = ACTIONS(2680), - [anon_sym_TILDE] = ACTIONS(2680), - [anon_sym_DASH] = ACTIONS(2678), - [anon_sym_PLUS] = ACTIONS(2678), - [anon_sym_STAR] = ACTIONS(2680), - [anon_sym_AMP_AMP] = ACTIONS(2680), - [anon_sym_AMP] = ACTIONS(2678), - [anon_sym_SEMI] = ACTIONS(2680), - [anon_sym_typedef] = ACTIONS(2678), - [anon_sym_extern] = ACTIONS(2678), - [anon_sym___attribute__] = ACTIONS(2678), - [anon_sym_COLON_COLON] = ACTIONS(2680), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2680), - [anon_sym___declspec] = ACTIONS(2678), - [anon_sym___based] = ACTIONS(2678), - [anon_sym___cdecl] = ACTIONS(2678), - [anon_sym___clrcall] = ACTIONS(2678), - [anon_sym___stdcall] = ACTIONS(2678), - [anon_sym___fastcall] = ACTIONS(2678), - [anon_sym___thiscall] = ACTIONS(2678), - [anon_sym___vectorcall] = ACTIONS(2678), - [anon_sym_LBRACE] = ACTIONS(2680), - [anon_sym_LBRACK] = ACTIONS(2678), - [anon_sym_static] = ACTIONS(2678), - [anon_sym_register] = ACTIONS(2678), - [anon_sym_inline] = ACTIONS(2678), - [anon_sym_thread_local] = ACTIONS(2678), - [anon_sym_const] = ACTIONS(2678), - [anon_sym_volatile] = ACTIONS(2678), - [anon_sym_restrict] = ACTIONS(2678), - [anon_sym__Atomic] = ACTIONS(2678), - [anon_sym_mutable] = ACTIONS(2678), - [anon_sym_constexpr] = ACTIONS(2678), - [anon_sym_constinit] = ACTIONS(2678), - [anon_sym_consteval] = ACTIONS(2678), - [anon_sym_signed] = ACTIONS(2678), - [anon_sym_unsigned] = ACTIONS(2678), - [anon_sym_long] = ACTIONS(2678), - [anon_sym_short] = ACTIONS(2678), - [sym_primitive_type] = ACTIONS(2678), - [anon_sym_enum] = ACTIONS(2678), - [anon_sym_class] = ACTIONS(2678), - [anon_sym_struct] = ACTIONS(2678), - [anon_sym_union] = ACTIONS(2678), - [anon_sym_if] = ACTIONS(2678), - [anon_sym_switch] = ACTIONS(2678), - [anon_sym_case] = ACTIONS(2678), - [anon_sym_default] = ACTIONS(2678), - [anon_sym_while] = ACTIONS(2678), - [anon_sym_do] = ACTIONS(2678), - [anon_sym_for] = ACTIONS(2678), - [anon_sym_return] = ACTIONS(2678), - [anon_sym_break] = ACTIONS(2678), - [anon_sym_continue] = ACTIONS(2678), - [anon_sym_goto] = ACTIONS(2678), - [anon_sym_not] = ACTIONS(2678), - [anon_sym_compl] = ACTIONS(2678), - [anon_sym_DASH_DASH] = ACTIONS(2680), - [anon_sym_PLUS_PLUS] = ACTIONS(2680), - [anon_sym_sizeof] = ACTIONS(2678), - [sym_number_literal] = ACTIONS(2680), - [anon_sym_L_SQUOTE] = ACTIONS(2680), - [anon_sym_u_SQUOTE] = ACTIONS(2680), - [anon_sym_U_SQUOTE] = ACTIONS(2680), - [anon_sym_u8_SQUOTE] = ACTIONS(2680), - [anon_sym_SQUOTE] = ACTIONS(2680), - [anon_sym_L_DQUOTE] = ACTIONS(2680), - [anon_sym_u_DQUOTE] = ACTIONS(2680), - [anon_sym_U_DQUOTE] = ACTIONS(2680), - [anon_sym_u8_DQUOTE] = ACTIONS(2680), - [anon_sym_DQUOTE] = ACTIONS(2680), - [sym_true] = ACTIONS(2678), - [sym_false] = ACTIONS(2678), - [sym_null] = ACTIONS(2678), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2678), - [anon_sym_decltype] = ACTIONS(2678), - [anon_sym_virtual] = ACTIONS(2678), - [anon_sym_explicit] = ACTIONS(2678), - [anon_sym_typename] = ACTIONS(2678), - [anon_sym_template] = ACTIONS(2678), - [anon_sym_operator] = ACTIONS(2678), - [anon_sym_try] = ACTIONS(2678), - [anon_sym_delete] = ACTIONS(2678), - [anon_sym_throw] = ACTIONS(2678), - [anon_sym_namespace] = ACTIONS(2678), - [anon_sym_using] = ACTIONS(2678), - [anon_sym_static_assert] = ACTIONS(2678), - [anon_sym_concept] = ACTIONS(2678), - [anon_sym_co_return] = ACTIONS(2678), - [anon_sym_co_yield] = ACTIONS(2678), - [anon_sym_R_DQUOTE] = ACTIONS(2680), - [anon_sym_LR_DQUOTE] = ACTIONS(2680), - [anon_sym_uR_DQUOTE] = ACTIONS(2680), - [anon_sym_UR_DQUOTE] = ACTIONS(2680), - [anon_sym_u8R_DQUOTE] = ACTIONS(2680), - [anon_sym_co_await] = ACTIONS(2678), - [anon_sym_new] = ACTIONS(2678), - [anon_sym_requires] = ACTIONS(2678), - [sym_this] = ACTIONS(2678), - [sym_nullptr] = ACTIONS(2678), + [sym_identifier] = ACTIONS(2676), + [aux_sym_preproc_include_token1] = ACTIONS(2676), + [aux_sym_preproc_def_token1] = ACTIONS(2676), + [aux_sym_preproc_if_token1] = ACTIONS(2676), + [aux_sym_preproc_if_token2] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2676), + [aux_sym_preproc_else_token1] = ACTIONS(2676), + [aux_sym_preproc_elif_token1] = ACTIONS(2676), + [sym_preproc_directive] = ACTIONS(2676), + [anon_sym_LPAREN2] = ACTIONS(2678), + [anon_sym_BANG] = ACTIONS(2678), + [anon_sym_TILDE] = ACTIONS(2678), + [anon_sym_DASH] = ACTIONS(2676), + [anon_sym_PLUS] = ACTIONS(2676), + [anon_sym_STAR] = ACTIONS(2678), + [anon_sym_AMP_AMP] = ACTIONS(2678), + [anon_sym_AMP] = ACTIONS(2676), + [anon_sym_SEMI] = ACTIONS(2678), + [anon_sym_typedef] = ACTIONS(2676), + [anon_sym_extern] = ACTIONS(2676), + [anon_sym___attribute__] = ACTIONS(2676), + [anon_sym_COLON_COLON] = ACTIONS(2678), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2678), + [anon_sym___declspec] = ACTIONS(2676), + [anon_sym___based] = ACTIONS(2676), + [anon_sym___cdecl] = ACTIONS(2676), + [anon_sym___clrcall] = ACTIONS(2676), + [anon_sym___stdcall] = ACTIONS(2676), + [anon_sym___fastcall] = ACTIONS(2676), + [anon_sym___thiscall] = ACTIONS(2676), + [anon_sym___vectorcall] = ACTIONS(2676), + [anon_sym_LBRACE] = ACTIONS(2678), + [anon_sym_LBRACK] = ACTIONS(2676), + [anon_sym_static] = ACTIONS(2676), + [anon_sym_register] = ACTIONS(2676), + [anon_sym_inline] = ACTIONS(2676), + [anon_sym_thread_local] = ACTIONS(2676), + [anon_sym_const] = ACTIONS(2676), + [anon_sym_volatile] = ACTIONS(2676), + [anon_sym_restrict] = ACTIONS(2676), + [anon_sym__Atomic] = ACTIONS(2676), + [anon_sym_mutable] = ACTIONS(2676), + [anon_sym_constexpr] = ACTIONS(2676), + [anon_sym_constinit] = ACTIONS(2676), + [anon_sym_consteval] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2676), + [anon_sym_unsigned] = ACTIONS(2676), + [anon_sym_long] = ACTIONS(2676), + [anon_sym_short] = ACTIONS(2676), + [sym_primitive_type] = ACTIONS(2676), + [anon_sym_enum] = ACTIONS(2676), + [anon_sym_class] = ACTIONS(2676), + [anon_sym_struct] = ACTIONS(2676), + [anon_sym_union] = ACTIONS(2676), + [anon_sym_if] = ACTIONS(2676), + [anon_sym_switch] = ACTIONS(2676), + [anon_sym_case] = ACTIONS(2676), + [anon_sym_default] = ACTIONS(2676), + [anon_sym_while] = ACTIONS(2676), + [anon_sym_do] = ACTIONS(2676), + [anon_sym_for] = ACTIONS(2676), + [anon_sym_return] = ACTIONS(2676), + [anon_sym_break] = ACTIONS(2676), + [anon_sym_continue] = ACTIONS(2676), + [anon_sym_goto] = ACTIONS(2676), + [anon_sym_not] = ACTIONS(2676), + [anon_sym_compl] = ACTIONS(2676), + [anon_sym_DASH_DASH] = ACTIONS(2678), + [anon_sym_PLUS_PLUS] = ACTIONS(2678), + [anon_sym_sizeof] = ACTIONS(2676), + [sym_number_literal] = ACTIONS(2678), + [anon_sym_L_SQUOTE] = ACTIONS(2678), + [anon_sym_u_SQUOTE] = ACTIONS(2678), + [anon_sym_U_SQUOTE] = ACTIONS(2678), + [anon_sym_u8_SQUOTE] = ACTIONS(2678), + [anon_sym_SQUOTE] = ACTIONS(2678), + [anon_sym_L_DQUOTE] = ACTIONS(2678), + [anon_sym_u_DQUOTE] = ACTIONS(2678), + [anon_sym_U_DQUOTE] = ACTIONS(2678), + [anon_sym_u8_DQUOTE] = ACTIONS(2678), + [anon_sym_DQUOTE] = ACTIONS(2678), + [sym_true] = ACTIONS(2676), + [sym_false] = ACTIONS(2676), + [sym_null] = ACTIONS(2676), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2676), + [anon_sym_decltype] = ACTIONS(2676), + [anon_sym_virtual] = ACTIONS(2676), + [anon_sym_explicit] = ACTIONS(2676), + [anon_sym_typename] = ACTIONS(2676), + [anon_sym_template] = ACTIONS(2676), + [anon_sym_operator] = ACTIONS(2676), + [anon_sym_try] = ACTIONS(2676), + [anon_sym_delete] = ACTIONS(2676), + [anon_sym_throw] = ACTIONS(2676), + [anon_sym_namespace] = ACTIONS(2676), + [anon_sym_using] = ACTIONS(2676), + [anon_sym_static_assert] = ACTIONS(2676), + [anon_sym_concept] = ACTIONS(2676), + [anon_sym_co_return] = ACTIONS(2676), + [anon_sym_co_yield] = ACTIONS(2676), + [anon_sym_R_DQUOTE] = ACTIONS(2678), + [anon_sym_LR_DQUOTE] = ACTIONS(2678), + [anon_sym_uR_DQUOTE] = ACTIONS(2678), + [anon_sym_UR_DQUOTE] = ACTIONS(2678), + [anon_sym_u8R_DQUOTE] = ACTIONS(2678), + [anon_sym_co_await] = ACTIONS(2676), + [anon_sym_new] = ACTIONS(2676), + [anon_sym_requires] = ACTIONS(2676), + [sym_this] = ACTIONS(2676), + [sym_nullptr] = ACTIONS(2676), }, [493] = { - [sym_identifier] = ACTIONS(2682), - [aux_sym_preproc_include_token1] = ACTIONS(2682), - [aux_sym_preproc_def_token1] = ACTIONS(2682), - [aux_sym_preproc_if_token1] = ACTIONS(2682), - [aux_sym_preproc_if_token2] = ACTIONS(2682), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2682), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2682), - [aux_sym_preproc_else_token1] = ACTIONS(2682), - [aux_sym_preproc_elif_token1] = ACTIONS(2682), - [sym_preproc_directive] = ACTIONS(2682), - [anon_sym_LPAREN2] = ACTIONS(2684), - [anon_sym_BANG] = ACTIONS(2684), - [anon_sym_TILDE] = ACTIONS(2684), - [anon_sym_DASH] = ACTIONS(2682), - [anon_sym_PLUS] = ACTIONS(2682), - [anon_sym_STAR] = ACTIONS(2684), - [anon_sym_AMP_AMP] = ACTIONS(2684), - [anon_sym_AMP] = ACTIONS(2682), - [anon_sym_SEMI] = ACTIONS(2684), - [anon_sym_typedef] = ACTIONS(2682), - [anon_sym_extern] = ACTIONS(2682), - [anon_sym___attribute__] = ACTIONS(2682), - [anon_sym_COLON_COLON] = ACTIONS(2684), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2684), - [anon_sym___declspec] = ACTIONS(2682), - [anon_sym___based] = ACTIONS(2682), - [anon_sym___cdecl] = ACTIONS(2682), - [anon_sym___clrcall] = ACTIONS(2682), - [anon_sym___stdcall] = ACTIONS(2682), - [anon_sym___fastcall] = ACTIONS(2682), - [anon_sym___thiscall] = ACTIONS(2682), - [anon_sym___vectorcall] = ACTIONS(2682), - [anon_sym_LBRACE] = ACTIONS(2684), - [anon_sym_LBRACK] = ACTIONS(2682), - [anon_sym_static] = ACTIONS(2682), - [anon_sym_register] = ACTIONS(2682), - [anon_sym_inline] = ACTIONS(2682), - [anon_sym_thread_local] = ACTIONS(2682), - [anon_sym_const] = ACTIONS(2682), - [anon_sym_volatile] = ACTIONS(2682), - [anon_sym_restrict] = ACTIONS(2682), - [anon_sym__Atomic] = ACTIONS(2682), - [anon_sym_mutable] = ACTIONS(2682), - [anon_sym_constexpr] = ACTIONS(2682), - [anon_sym_constinit] = ACTIONS(2682), - [anon_sym_consteval] = ACTIONS(2682), - [anon_sym_signed] = ACTIONS(2682), - [anon_sym_unsigned] = ACTIONS(2682), - [anon_sym_long] = ACTIONS(2682), - [anon_sym_short] = ACTIONS(2682), - [sym_primitive_type] = ACTIONS(2682), - [anon_sym_enum] = ACTIONS(2682), - [anon_sym_class] = ACTIONS(2682), - [anon_sym_struct] = ACTIONS(2682), - [anon_sym_union] = ACTIONS(2682), - [anon_sym_if] = ACTIONS(2682), - [anon_sym_switch] = ACTIONS(2682), - [anon_sym_case] = ACTIONS(2682), - [anon_sym_default] = ACTIONS(2682), - [anon_sym_while] = ACTIONS(2682), - [anon_sym_do] = ACTIONS(2682), - [anon_sym_for] = ACTIONS(2682), - [anon_sym_return] = ACTIONS(2682), - [anon_sym_break] = ACTIONS(2682), - [anon_sym_continue] = ACTIONS(2682), - [anon_sym_goto] = ACTIONS(2682), - [anon_sym_not] = ACTIONS(2682), - [anon_sym_compl] = ACTIONS(2682), - [anon_sym_DASH_DASH] = ACTIONS(2684), - [anon_sym_PLUS_PLUS] = ACTIONS(2684), - [anon_sym_sizeof] = ACTIONS(2682), - [sym_number_literal] = ACTIONS(2684), - [anon_sym_L_SQUOTE] = ACTIONS(2684), - [anon_sym_u_SQUOTE] = ACTIONS(2684), - [anon_sym_U_SQUOTE] = ACTIONS(2684), - [anon_sym_u8_SQUOTE] = ACTIONS(2684), - [anon_sym_SQUOTE] = ACTIONS(2684), - [anon_sym_L_DQUOTE] = ACTIONS(2684), - [anon_sym_u_DQUOTE] = ACTIONS(2684), - [anon_sym_U_DQUOTE] = ACTIONS(2684), - [anon_sym_u8_DQUOTE] = ACTIONS(2684), - [anon_sym_DQUOTE] = ACTIONS(2684), - [sym_true] = ACTIONS(2682), - [sym_false] = ACTIONS(2682), - [sym_null] = ACTIONS(2682), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2682), - [anon_sym_decltype] = ACTIONS(2682), - [anon_sym_virtual] = ACTIONS(2682), - [anon_sym_explicit] = ACTIONS(2682), - [anon_sym_typename] = ACTIONS(2682), - [anon_sym_template] = ACTIONS(2682), - [anon_sym_operator] = ACTIONS(2682), - [anon_sym_try] = ACTIONS(2682), - [anon_sym_delete] = ACTIONS(2682), - [anon_sym_throw] = ACTIONS(2682), - [anon_sym_namespace] = ACTIONS(2682), - [anon_sym_using] = ACTIONS(2682), - [anon_sym_static_assert] = ACTIONS(2682), - [anon_sym_concept] = ACTIONS(2682), - [anon_sym_co_return] = ACTIONS(2682), - [anon_sym_co_yield] = ACTIONS(2682), - [anon_sym_R_DQUOTE] = ACTIONS(2684), - [anon_sym_LR_DQUOTE] = ACTIONS(2684), - [anon_sym_uR_DQUOTE] = ACTIONS(2684), - [anon_sym_UR_DQUOTE] = ACTIONS(2684), - [anon_sym_u8R_DQUOTE] = ACTIONS(2684), - [anon_sym_co_await] = ACTIONS(2682), - [anon_sym_new] = ACTIONS(2682), - [anon_sym_requires] = ACTIONS(2682), - [sym_this] = ACTIONS(2682), - [sym_nullptr] = ACTIONS(2682), + [sym_identifier] = ACTIONS(2680), + [aux_sym_preproc_include_token1] = ACTIONS(2680), + [aux_sym_preproc_def_token1] = ACTIONS(2680), + [aux_sym_preproc_if_token1] = ACTIONS(2680), + [aux_sym_preproc_if_token2] = ACTIONS(2680), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2680), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2680), + [aux_sym_preproc_else_token1] = ACTIONS(2680), + [aux_sym_preproc_elif_token1] = ACTIONS(2680), + [sym_preproc_directive] = ACTIONS(2680), + [anon_sym_LPAREN2] = ACTIONS(2682), + [anon_sym_BANG] = ACTIONS(2682), + [anon_sym_TILDE] = ACTIONS(2682), + [anon_sym_DASH] = ACTIONS(2680), + [anon_sym_PLUS] = ACTIONS(2680), + [anon_sym_STAR] = ACTIONS(2682), + [anon_sym_AMP_AMP] = ACTIONS(2682), + [anon_sym_AMP] = ACTIONS(2680), + [anon_sym_SEMI] = ACTIONS(2682), + [anon_sym_typedef] = ACTIONS(2680), + [anon_sym_extern] = ACTIONS(2680), + [anon_sym___attribute__] = ACTIONS(2680), + [anon_sym_COLON_COLON] = ACTIONS(2682), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2682), + [anon_sym___declspec] = ACTIONS(2680), + [anon_sym___based] = ACTIONS(2680), + [anon_sym___cdecl] = ACTIONS(2680), + [anon_sym___clrcall] = ACTIONS(2680), + [anon_sym___stdcall] = ACTIONS(2680), + [anon_sym___fastcall] = ACTIONS(2680), + [anon_sym___thiscall] = ACTIONS(2680), + [anon_sym___vectorcall] = ACTIONS(2680), + [anon_sym_LBRACE] = ACTIONS(2682), + [anon_sym_LBRACK] = ACTIONS(2680), + [anon_sym_static] = ACTIONS(2680), + [anon_sym_register] = ACTIONS(2680), + [anon_sym_inline] = ACTIONS(2680), + [anon_sym_thread_local] = ACTIONS(2680), + [anon_sym_const] = ACTIONS(2680), + [anon_sym_volatile] = ACTIONS(2680), + [anon_sym_restrict] = ACTIONS(2680), + [anon_sym__Atomic] = ACTIONS(2680), + [anon_sym_mutable] = ACTIONS(2680), + [anon_sym_constexpr] = ACTIONS(2680), + [anon_sym_constinit] = ACTIONS(2680), + [anon_sym_consteval] = ACTIONS(2680), + [anon_sym_signed] = ACTIONS(2680), + [anon_sym_unsigned] = ACTIONS(2680), + [anon_sym_long] = ACTIONS(2680), + [anon_sym_short] = ACTIONS(2680), + [sym_primitive_type] = ACTIONS(2680), + [anon_sym_enum] = ACTIONS(2680), + [anon_sym_class] = ACTIONS(2680), + [anon_sym_struct] = ACTIONS(2680), + [anon_sym_union] = ACTIONS(2680), + [anon_sym_if] = ACTIONS(2680), + [anon_sym_switch] = ACTIONS(2680), + [anon_sym_case] = ACTIONS(2680), + [anon_sym_default] = ACTIONS(2680), + [anon_sym_while] = ACTIONS(2680), + [anon_sym_do] = ACTIONS(2680), + [anon_sym_for] = ACTIONS(2680), + [anon_sym_return] = ACTIONS(2680), + [anon_sym_break] = ACTIONS(2680), + [anon_sym_continue] = ACTIONS(2680), + [anon_sym_goto] = ACTIONS(2680), + [anon_sym_not] = ACTIONS(2680), + [anon_sym_compl] = ACTIONS(2680), + [anon_sym_DASH_DASH] = ACTIONS(2682), + [anon_sym_PLUS_PLUS] = ACTIONS(2682), + [anon_sym_sizeof] = ACTIONS(2680), + [sym_number_literal] = ACTIONS(2682), + [anon_sym_L_SQUOTE] = ACTIONS(2682), + [anon_sym_u_SQUOTE] = ACTIONS(2682), + [anon_sym_U_SQUOTE] = ACTIONS(2682), + [anon_sym_u8_SQUOTE] = ACTIONS(2682), + [anon_sym_SQUOTE] = ACTIONS(2682), + [anon_sym_L_DQUOTE] = ACTIONS(2682), + [anon_sym_u_DQUOTE] = ACTIONS(2682), + [anon_sym_U_DQUOTE] = ACTIONS(2682), + [anon_sym_u8_DQUOTE] = ACTIONS(2682), + [anon_sym_DQUOTE] = ACTIONS(2682), + [sym_true] = ACTIONS(2680), + [sym_false] = ACTIONS(2680), + [sym_null] = ACTIONS(2680), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2680), + [anon_sym_decltype] = ACTIONS(2680), + [anon_sym_virtual] = ACTIONS(2680), + [anon_sym_explicit] = ACTIONS(2680), + [anon_sym_typename] = ACTIONS(2680), + [anon_sym_template] = ACTIONS(2680), + [anon_sym_operator] = ACTIONS(2680), + [anon_sym_try] = ACTIONS(2680), + [anon_sym_delete] = ACTIONS(2680), + [anon_sym_throw] = ACTIONS(2680), + [anon_sym_namespace] = ACTIONS(2680), + [anon_sym_using] = ACTIONS(2680), + [anon_sym_static_assert] = ACTIONS(2680), + [anon_sym_concept] = ACTIONS(2680), + [anon_sym_co_return] = ACTIONS(2680), + [anon_sym_co_yield] = ACTIONS(2680), + [anon_sym_R_DQUOTE] = ACTIONS(2682), + [anon_sym_LR_DQUOTE] = ACTIONS(2682), + [anon_sym_uR_DQUOTE] = ACTIONS(2682), + [anon_sym_UR_DQUOTE] = ACTIONS(2682), + [anon_sym_u8R_DQUOTE] = ACTIONS(2682), + [anon_sym_co_await] = ACTIONS(2680), + [anon_sym_new] = ACTIONS(2680), + [anon_sym_requires] = ACTIONS(2680), + [sym_this] = ACTIONS(2680), + [sym_nullptr] = ACTIONS(2680), }, [494] = { - [sym_identifier] = ACTIONS(2686), - [aux_sym_preproc_include_token1] = ACTIONS(2686), - [aux_sym_preproc_def_token1] = ACTIONS(2686), - [aux_sym_preproc_if_token1] = ACTIONS(2686), - [aux_sym_preproc_if_token2] = ACTIONS(2686), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2686), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2686), - [aux_sym_preproc_else_token1] = ACTIONS(2686), - [aux_sym_preproc_elif_token1] = ACTIONS(2686), - [sym_preproc_directive] = ACTIONS(2686), - [anon_sym_LPAREN2] = ACTIONS(2688), - [anon_sym_BANG] = ACTIONS(2688), - [anon_sym_TILDE] = ACTIONS(2688), - [anon_sym_DASH] = ACTIONS(2686), - [anon_sym_PLUS] = ACTIONS(2686), - [anon_sym_STAR] = ACTIONS(2688), - [anon_sym_AMP_AMP] = ACTIONS(2688), - [anon_sym_AMP] = ACTIONS(2686), - [anon_sym_SEMI] = ACTIONS(2688), - [anon_sym_typedef] = ACTIONS(2686), - [anon_sym_extern] = ACTIONS(2686), - [anon_sym___attribute__] = ACTIONS(2686), - [anon_sym_COLON_COLON] = ACTIONS(2688), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2688), - [anon_sym___declspec] = ACTIONS(2686), - [anon_sym___based] = ACTIONS(2686), - [anon_sym___cdecl] = ACTIONS(2686), - [anon_sym___clrcall] = ACTIONS(2686), - [anon_sym___stdcall] = ACTIONS(2686), - [anon_sym___fastcall] = ACTIONS(2686), - [anon_sym___thiscall] = ACTIONS(2686), - [anon_sym___vectorcall] = ACTIONS(2686), - [anon_sym_LBRACE] = ACTIONS(2688), - [anon_sym_LBRACK] = ACTIONS(2686), - [anon_sym_static] = ACTIONS(2686), - [anon_sym_register] = ACTIONS(2686), - [anon_sym_inline] = ACTIONS(2686), - [anon_sym_thread_local] = ACTIONS(2686), - [anon_sym_const] = ACTIONS(2686), - [anon_sym_volatile] = ACTIONS(2686), - [anon_sym_restrict] = ACTIONS(2686), - [anon_sym__Atomic] = ACTIONS(2686), - [anon_sym_mutable] = ACTIONS(2686), - [anon_sym_constexpr] = ACTIONS(2686), - [anon_sym_constinit] = ACTIONS(2686), - [anon_sym_consteval] = ACTIONS(2686), - [anon_sym_signed] = ACTIONS(2686), - [anon_sym_unsigned] = ACTIONS(2686), - [anon_sym_long] = ACTIONS(2686), - [anon_sym_short] = ACTIONS(2686), - [sym_primitive_type] = ACTIONS(2686), - [anon_sym_enum] = ACTIONS(2686), - [anon_sym_class] = ACTIONS(2686), - [anon_sym_struct] = ACTIONS(2686), - [anon_sym_union] = ACTIONS(2686), - [anon_sym_if] = ACTIONS(2686), - [anon_sym_switch] = ACTIONS(2686), - [anon_sym_case] = ACTIONS(2686), - [anon_sym_default] = ACTIONS(2686), - [anon_sym_while] = ACTIONS(2686), - [anon_sym_do] = ACTIONS(2686), - [anon_sym_for] = ACTIONS(2686), - [anon_sym_return] = ACTIONS(2686), - [anon_sym_break] = ACTIONS(2686), - [anon_sym_continue] = ACTIONS(2686), - [anon_sym_goto] = ACTIONS(2686), - [anon_sym_not] = ACTIONS(2686), - [anon_sym_compl] = ACTIONS(2686), - [anon_sym_DASH_DASH] = ACTIONS(2688), - [anon_sym_PLUS_PLUS] = ACTIONS(2688), - [anon_sym_sizeof] = ACTIONS(2686), - [sym_number_literal] = ACTIONS(2688), - [anon_sym_L_SQUOTE] = ACTIONS(2688), - [anon_sym_u_SQUOTE] = ACTIONS(2688), - [anon_sym_U_SQUOTE] = ACTIONS(2688), - [anon_sym_u8_SQUOTE] = ACTIONS(2688), - [anon_sym_SQUOTE] = ACTIONS(2688), - [anon_sym_L_DQUOTE] = ACTIONS(2688), - [anon_sym_u_DQUOTE] = ACTIONS(2688), - [anon_sym_U_DQUOTE] = ACTIONS(2688), - [anon_sym_u8_DQUOTE] = ACTIONS(2688), - [anon_sym_DQUOTE] = ACTIONS(2688), - [sym_true] = ACTIONS(2686), - [sym_false] = ACTIONS(2686), - [sym_null] = ACTIONS(2686), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2686), - [anon_sym_decltype] = ACTIONS(2686), - [anon_sym_virtual] = ACTIONS(2686), - [anon_sym_explicit] = ACTIONS(2686), - [anon_sym_typename] = ACTIONS(2686), - [anon_sym_template] = ACTIONS(2686), - [anon_sym_operator] = ACTIONS(2686), - [anon_sym_try] = ACTIONS(2686), - [anon_sym_delete] = ACTIONS(2686), - [anon_sym_throw] = ACTIONS(2686), - [anon_sym_namespace] = ACTIONS(2686), - [anon_sym_using] = ACTIONS(2686), - [anon_sym_static_assert] = ACTIONS(2686), - [anon_sym_concept] = ACTIONS(2686), - [anon_sym_co_return] = ACTIONS(2686), - [anon_sym_co_yield] = ACTIONS(2686), - [anon_sym_R_DQUOTE] = ACTIONS(2688), - [anon_sym_LR_DQUOTE] = ACTIONS(2688), - [anon_sym_uR_DQUOTE] = ACTIONS(2688), - [anon_sym_UR_DQUOTE] = ACTIONS(2688), - [anon_sym_u8R_DQUOTE] = ACTIONS(2688), - [anon_sym_co_await] = ACTIONS(2686), - [anon_sym_new] = ACTIONS(2686), - [anon_sym_requires] = ACTIONS(2686), - [sym_this] = ACTIONS(2686), - [sym_nullptr] = ACTIONS(2686), + [sym_identifier] = ACTIONS(2684), + [aux_sym_preproc_include_token1] = ACTIONS(2684), + [aux_sym_preproc_def_token1] = ACTIONS(2684), + [aux_sym_preproc_if_token1] = ACTIONS(2684), + [aux_sym_preproc_if_token2] = ACTIONS(2684), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2684), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2684), + [aux_sym_preproc_else_token1] = ACTIONS(2684), + [aux_sym_preproc_elif_token1] = ACTIONS(2684), + [sym_preproc_directive] = ACTIONS(2684), + [anon_sym_LPAREN2] = ACTIONS(2686), + [anon_sym_BANG] = ACTIONS(2686), + [anon_sym_TILDE] = ACTIONS(2686), + [anon_sym_DASH] = ACTIONS(2684), + [anon_sym_PLUS] = ACTIONS(2684), + [anon_sym_STAR] = ACTIONS(2686), + [anon_sym_AMP_AMP] = ACTIONS(2686), + [anon_sym_AMP] = ACTIONS(2684), + [anon_sym_SEMI] = ACTIONS(2686), + [anon_sym_typedef] = ACTIONS(2684), + [anon_sym_extern] = ACTIONS(2684), + [anon_sym___attribute__] = ACTIONS(2684), + [anon_sym_COLON_COLON] = ACTIONS(2686), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2686), + [anon_sym___declspec] = ACTIONS(2684), + [anon_sym___based] = ACTIONS(2684), + [anon_sym___cdecl] = ACTIONS(2684), + [anon_sym___clrcall] = ACTIONS(2684), + [anon_sym___stdcall] = ACTIONS(2684), + [anon_sym___fastcall] = ACTIONS(2684), + [anon_sym___thiscall] = ACTIONS(2684), + [anon_sym___vectorcall] = ACTIONS(2684), + [anon_sym_LBRACE] = ACTIONS(2686), + [anon_sym_LBRACK] = ACTIONS(2684), + [anon_sym_static] = ACTIONS(2684), + [anon_sym_register] = ACTIONS(2684), + [anon_sym_inline] = ACTIONS(2684), + [anon_sym_thread_local] = ACTIONS(2684), + [anon_sym_const] = ACTIONS(2684), + [anon_sym_volatile] = ACTIONS(2684), + [anon_sym_restrict] = ACTIONS(2684), + [anon_sym__Atomic] = ACTIONS(2684), + [anon_sym_mutable] = ACTIONS(2684), + [anon_sym_constexpr] = ACTIONS(2684), + [anon_sym_constinit] = ACTIONS(2684), + [anon_sym_consteval] = ACTIONS(2684), + [anon_sym_signed] = ACTIONS(2684), + [anon_sym_unsigned] = ACTIONS(2684), + [anon_sym_long] = ACTIONS(2684), + [anon_sym_short] = ACTIONS(2684), + [sym_primitive_type] = ACTIONS(2684), + [anon_sym_enum] = ACTIONS(2684), + [anon_sym_class] = ACTIONS(2684), + [anon_sym_struct] = ACTIONS(2684), + [anon_sym_union] = ACTIONS(2684), + [anon_sym_if] = ACTIONS(2684), + [anon_sym_switch] = ACTIONS(2684), + [anon_sym_case] = ACTIONS(2684), + [anon_sym_default] = ACTIONS(2684), + [anon_sym_while] = ACTIONS(2684), + [anon_sym_do] = ACTIONS(2684), + [anon_sym_for] = ACTIONS(2684), + [anon_sym_return] = ACTIONS(2684), + [anon_sym_break] = ACTIONS(2684), + [anon_sym_continue] = ACTIONS(2684), + [anon_sym_goto] = ACTIONS(2684), + [anon_sym_not] = ACTIONS(2684), + [anon_sym_compl] = ACTIONS(2684), + [anon_sym_DASH_DASH] = ACTIONS(2686), + [anon_sym_PLUS_PLUS] = ACTIONS(2686), + [anon_sym_sizeof] = ACTIONS(2684), + [sym_number_literal] = ACTIONS(2686), + [anon_sym_L_SQUOTE] = ACTIONS(2686), + [anon_sym_u_SQUOTE] = ACTIONS(2686), + [anon_sym_U_SQUOTE] = ACTIONS(2686), + [anon_sym_u8_SQUOTE] = ACTIONS(2686), + [anon_sym_SQUOTE] = ACTIONS(2686), + [anon_sym_L_DQUOTE] = ACTIONS(2686), + [anon_sym_u_DQUOTE] = ACTIONS(2686), + [anon_sym_U_DQUOTE] = ACTIONS(2686), + [anon_sym_u8_DQUOTE] = ACTIONS(2686), + [anon_sym_DQUOTE] = ACTIONS(2686), + [sym_true] = ACTIONS(2684), + [sym_false] = ACTIONS(2684), + [sym_null] = ACTIONS(2684), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2684), + [anon_sym_decltype] = ACTIONS(2684), + [anon_sym_virtual] = ACTIONS(2684), + [anon_sym_explicit] = ACTIONS(2684), + [anon_sym_typename] = ACTIONS(2684), + [anon_sym_template] = ACTIONS(2684), + [anon_sym_operator] = ACTIONS(2684), + [anon_sym_try] = ACTIONS(2684), + [anon_sym_delete] = ACTIONS(2684), + [anon_sym_throw] = ACTIONS(2684), + [anon_sym_namespace] = ACTIONS(2684), + [anon_sym_using] = ACTIONS(2684), + [anon_sym_static_assert] = ACTIONS(2684), + [anon_sym_concept] = ACTIONS(2684), + [anon_sym_co_return] = ACTIONS(2684), + [anon_sym_co_yield] = ACTIONS(2684), + [anon_sym_R_DQUOTE] = ACTIONS(2686), + [anon_sym_LR_DQUOTE] = ACTIONS(2686), + [anon_sym_uR_DQUOTE] = ACTIONS(2686), + [anon_sym_UR_DQUOTE] = ACTIONS(2686), + [anon_sym_u8R_DQUOTE] = ACTIONS(2686), + [anon_sym_co_await] = ACTIONS(2684), + [anon_sym_new] = ACTIONS(2684), + [anon_sym_requires] = ACTIONS(2684), + [sym_this] = ACTIONS(2684), + [sym_nullptr] = ACTIONS(2684), }, [495] = { - [sym_identifier] = ACTIONS(2690), - [aux_sym_preproc_include_token1] = ACTIONS(2690), - [aux_sym_preproc_def_token1] = ACTIONS(2690), - [aux_sym_preproc_if_token1] = ACTIONS(2690), - [aux_sym_preproc_if_token2] = ACTIONS(2690), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2690), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2690), - [aux_sym_preproc_else_token1] = ACTIONS(2690), - [aux_sym_preproc_elif_token1] = ACTIONS(2690), - [sym_preproc_directive] = ACTIONS(2690), - [anon_sym_LPAREN2] = ACTIONS(2692), - [anon_sym_BANG] = ACTIONS(2692), - [anon_sym_TILDE] = ACTIONS(2692), - [anon_sym_DASH] = ACTIONS(2690), - [anon_sym_PLUS] = ACTIONS(2690), - [anon_sym_STAR] = ACTIONS(2692), - [anon_sym_AMP_AMP] = ACTIONS(2692), - [anon_sym_AMP] = ACTIONS(2690), - [anon_sym_SEMI] = ACTIONS(2692), - [anon_sym_typedef] = ACTIONS(2690), - [anon_sym_extern] = ACTIONS(2690), - [anon_sym___attribute__] = ACTIONS(2690), - [anon_sym_COLON_COLON] = ACTIONS(2692), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2692), - [anon_sym___declspec] = ACTIONS(2690), - [anon_sym___based] = ACTIONS(2690), - [anon_sym___cdecl] = ACTIONS(2690), - [anon_sym___clrcall] = ACTIONS(2690), - [anon_sym___stdcall] = ACTIONS(2690), - [anon_sym___fastcall] = ACTIONS(2690), - [anon_sym___thiscall] = ACTIONS(2690), - [anon_sym___vectorcall] = ACTIONS(2690), - [anon_sym_LBRACE] = ACTIONS(2692), - [anon_sym_LBRACK] = ACTIONS(2690), - [anon_sym_static] = ACTIONS(2690), - [anon_sym_register] = ACTIONS(2690), - [anon_sym_inline] = ACTIONS(2690), - [anon_sym_thread_local] = ACTIONS(2690), - [anon_sym_const] = ACTIONS(2690), - [anon_sym_volatile] = ACTIONS(2690), - [anon_sym_restrict] = ACTIONS(2690), - [anon_sym__Atomic] = ACTIONS(2690), - [anon_sym_mutable] = ACTIONS(2690), - [anon_sym_constexpr] = ACTIONS(2690), - [anon_sym_constinit] = ACTIONS(2690), - [anon_sym_consteval] = ACTIONS(2690), - [anon_sym_signed] = ACTIONS(2690), - [anon_sym_unsigned] = ACTIONS(2690), - [anon_sym_long] = ACTIONS(2690), - [anon_sym_short] = ACTIONS(2690), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_enum] = ACTIONS(2690), - [anon_sym_class] = ACTIONS(2690), - [anon_sym_struct] = ACTIONS(2690), - [anon_sym_union] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2690), - [anon_sym_switch] = ACTIONS(2690), - [anon_sym_case] = ACTIONS(2690), - [anon_sym_default] = ACTIONS(2690), - [anon_sym_while] = ACTIONS(2690), - [anon_sym_do] = ACTIONS(2690), - [anon_sym_for] = ACTIONS(2690), - [anon_sym_return] = ACTIONS(2690), - [anon_sym_break] = ACTIONS(2690), - [anon_sym_continue] = ACTIONS(2690), - [anon_sym_goto] = ACTIONS(2690), - [anon_sym_not] = ACTIONS(2690), - [anon_sym_compl] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2692), - [anon_sym_PLUS_PLUS] = ACTIONS(2692), - [anon_sym_sizeof] = ACTIONS(2690), - [sym_number_literal] = ACTIONS(2692), - [anon_sym_L_SQUOTE] = ACTIONS(2692), - [anon_sym_u_SQUOTE] = ACTIONS(2692), - [anon_sym_U_SQUOTE] = ACTIONS(2692), - [anon_sym_u8_SQUOTE] = ACTIONS(2692), - [anon_sym_SQUOTE] = ACTIONS(2692), - [anon_sym_L_DQUOTE] = ACTIONS(2692), - [anon_sym_u_DQUOTE] = ACTIONS(2692), - [anon_sym_U_DQUOTE] = ACTIONS(2692), - [anon_sym_u8_DQUOTE] = ACTIONS(2692), - [anon_sym_DQUOTE] = ACTIONS(2692), - [sym_true] = ACTIONS(2690), - [sym_false] = ACTIONS(2690), - [sym_null] = ACTIONS(2690), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2690), - [anon_sym_decltype] = ACTIONS(2690), - [anon_sym_virtual] = ACTIONS(2690), - [anon_sym_explicit] = ACTIONS(2690), - [anon_sym_typename] = ACTIONS(2690), - [anon_sym_template] = ACTIONS(2690), - [anon_sym_operator] = ACTIONS(2690), - [anon_sym_try] = ACTIONS(2690), - [anon_sym_delete] = ACTIONS(2690), - [anon_sym_throw] = ACTIONS(2690), - [anon_sym_namespace] = ACTIONS(2690), - [anon_sym_using] = ACTIONS(2690), - [anon_sym_static_assert] = ACTIONS(2690), - [anon_sym_concept] = ACTIONS(2690), - [anon_sym_co_return] = ACTIONS(2690), - [anon_sym_co_yield] = ACTIONS(2690), - [anon_sym_R_DQUOTE] = ACTIONS(2692), - [anon_sym_LR_DQUOTE] = ACTIONS(2692), - [anon_sym_uR_DQUOTE] = ACTIONS(2692), - [anon_sym_UR_DQUOTE] = ACTIONS(2692), - [anon_sym_u8R_DQUOTE] = ACTIONS(2692), - [anon_sym_co_await] = ACTIONS(2690), - [anon_sym_new] = ACTIONS(2690), - [anon_sym_requires] = ACTIONS(2690), - [sym_this] = ACTIONS(2690), - [sym_nullptr] = ACTIONS(2690), + [sym_identifier] = ACTIONS(2688), + [aux_sym_preproc_include_token1] = ACTIONS(2688), + [aux_sym_preproc_def_token1] = ACTIONS(2688), + [aux_sym_preproc_if_token1] = ACTIONS(2688), + [aux_sym_preproc_if_token2] = ACTIONS(2688), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2688), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2688), + [aux_sym_preproc_else_token1] = ACTIONS(2688), + [aux_sym_preproc_elif_token1] = ACTIONS(2688), + [sym_preproc_directive] = ACTIONS(2688), + [anon_sym_LPAREN2] = ACTIONS(2690), + [anon_sym_BANG] = ACTIONS(2690), + [anon_sym_TILDE] = ACTIONS(2690), + [anon_sym_DASH] = ACTIONS(2688), + [anon_sym_PLUS] = ACTIONS(2688), + [anon_sym_STAR] = ACTIONS(2690), + [anon_sym_AMP_AMP] = ACTIONS(2690), + [anon_sym_AMP] = ACTIONS(2688), + [anon_sym_SEMI] = ACTIONS(2690), + [anon_sym_typedef] = ACTIONS(2688), + [anon_sym_extern] = ACTIONS(2688), + [anon_sym___attribute__] = ACTIONS(2688), + [anon_sym_COLON_COLON] = ACTIONS(2690), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2690), + [anon_sym___declspec] = ACTIONS(2688), + [anon_sym___based] = ACTIONS(2688), + [anon_sym___cdecl] = ACTIONS(2688), + [anon_sym___clrcall] = ACTIONS(2688), + [anon_sym___stdcall] = ACTIONS(2688), + [anon_sym___fastcall] = ACTIONS(2688), + [anon_sym___thiscall] = ACTIONS(2688), + [anon_sym___vectorcall] = ACTIONS(2688), + [anon_sym_LBRACE] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(2688), + [anon_sym_static] = ACTIONS(2688), + [anon_sym_register] = ACTIONS(2688), + [anon_sym_inline] = ACTIONS(2688), + [anon_sym_thread_local] = ACTIONS(2688), + [anon_sym_const] = ACTIONS(2688), + [anon_sym_volatile] = ACTIONS(2688), + [anon_sym_restrict] = ACTIONS(2688), + [anon_sym__Atomic] = ACTIONS(2688), + [anon_sym_mutable] = ACTIONS(2688), + [anon_sym_constexpr] = ACTIONS(2688), + [anon_sym_constinit] = ACTIONS(2688), + [anon_sym_consteval] = ACTIONS(2688), + [anon_sym_signed] = ACTIONS(2688), + [anon_sym_unsigned] = ACTIONS(2688), + [anon_sym_long] = ACTIONS(2688), + [anon_sym_short] = ACTIONS(2688), + [sym_primitive_type] = ACTIONS(2688), + [anon_sym_enum] = ACTIONS(2688), + [anon_sym_class] = ACTIONS(2688), + [anon_sym_struct] = ACTIONS(2688), + [anon_sym_union] = ACTIONS(2688), + [anon_sym_if] = ACTIONS(2688), + [anon_sym_switch] = ACTIONS(2688), + [anon_sym_case] = ACTIONS(2688), + [anon_sym_default] = ACTIONS(2688), + [anon_sym_while] = ACTIONS(2688), + [anon_sym_do] = ACTIONS(2688), + [anon_sym_for] = ACTIONS(2688), + [anon_sym_return] = ACTIONS(2688), + [anon_sym_break] = ACTIONS(2688), + [anon_sym_continue] = ACTIONS(2688), + [anon_sym_goto] = ACTIONS(2688), + [anon_sym_not] = ACTIONS(2688), + [anon_sym_compl] = ACTIONS(2688), + [anon_sym_DASH_DASH] = ACTIONS(2690), + [anon_sym_PLUS_PLUS] = ACTIONS(2690), + [anon_sym_sizeof] = ACTIONS(2688), + [sym_number_literal] = ACTIONS(2690), + [anon_sym_L_SQUOTE] = ACTIONS(2690), + [anon_sym_u_SQUOTE] = ACTIONS(2690), + [anon_sym_U_SQUOTE] = ACTIONS(2690), + [anon_sym_u8_SQUOTE] = ACTIONS(2690), + [anon_sym_SQUOTE] = ACTIONS(2690), + [anon_sym_L_DQUOTE] = ACTIONS(2690), + [anon_sym_u_DQUOTE] = ACTIONS(2690), + [anon_sym_U_DQUOTE] = ACTIONS(2690), + [anon_sym_u8_DQUOTE] = ACTIONS(2690), + [anon_sym_DQUOTE] = ACTIONS(2690), + [sym_true] = ACTIONS(2688), + [sym_false] = ACTIONS(2688), + [sym_null] = ACTIONS(2688), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2688), + [anon_sym_decltype] = ACTIONS(2688), + [anon_sym_virtual] = ACTIONS(2688), + [anon_sym_explicit] = ACTIONS(2688), + [anon_sym_typename] = ACTIONS(2688), + [anon_sym_template] = ACTIONS(2688), + [anon_sym_operator] = ACTIONS(2688), + [anon_sym_try] = ACTIONS(2688), + [anon_sym_delete] = ACTIONS(2688), + [anon_sym_throw] = ACTIONS(2688), + [anon_sym_namespace] = ACTIONS(2688), + [anon_sym_using] = ACTIONS(2688), + [anon_sym_static_assert] = ACTIONS(2688), + [anon_sym_concept] = ACTIONS(2688), + [anon_sym_co_return] = ACTIONS(2688), + [anon_sym_co_yield] = ACTIONS(2688), + [anon_sym_R_DQUOTE] = ACTIONS(2690), + [anon_sym_LR_DQUOTE] = ACTIONS(2690), + [anon_sym_uR_DQUOTE] = ACTIONS(2690), + [anon_sym_UR_DQUOTE] = ACTIONS(2690), + [anon_sym_u8R_DQUOTE] = ACTIONS(2690), + [anon_sym_co_await] = ACTIONS(2688), + [anon_sym_new] = ACTIONS(2688), + [anon_sym_requires] = ACTIONS(2688), + [sym_this] = ACTIONS(2688), + [sym_nullptr] = ACTIONS(2688), }, [496] = { - [sym_identifier] = ACTIONS(2694), - [aux_sym_preproc_include_token1] = ACTIONS(2694), - [aux_sym_preproc_def_token1] = ACTIONS(2694), - [aux_sym_preproc_if_token1] = ACTIONS(2694), - [aux_sym_preproc_if_token2] = ACTIONS(2694), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2694), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2694), - [aux_sym_preproc_else_token1] = ACTIONS(2694), - [aux_sym_preproc_elif_token1] = ACTIONS(2694), - [sym_preproc_directive] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(2696), - [anon_sym_BANG] = ACTIONS(2696), - [anon_sym_TILDE] = ACTIONS(2696), - [anon_sym_DASH] = ACTIONS(2694), - [anon_sym_PLUS] = ACTIONS(2694), - [anon_sym_STAR] = ACTIONS(2696), - [anon_sym_AMP_AMP] = ACTIONS(2696), - [anon_sym_AMP] = ACTIONS(2694), - [anon_sym_SEMI] = ACTIONS(2696), - [anon_sym_typedef] = ACTIONS(2694), - [anon_sym_extern] = ACTIONS(2694), - [anon_sym___attribute__] = ACTIONS(2694), - [anon_sym_COLON_COLON] = ACTIONS(2696), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2696), - [anon_sym___declspec] = ACTIONS(2694), - [anon_sym___based] = ACTIONS(2694), - [anon_sym___cdecl] = ACTIONS(2694), - [anon_sym___clrcall] = ACTIONS(2694), - [anon_sym___stdcall] = ACTIONS(2694), - [anon_sym___fastcall] = ACTIONS(2694), - [anon_sym___thiscall] = ACTIONS(2694), - [anon_sym___vectorcall] = ACTIONS(2694), - [anon_sym_LBRACE] = ACTIONS(2696), - [anon_sym_LBRACK] = ACTIONS(2694), - [anon_sym_static] = ACTIONS(2694), - [anon_sym_register] = ACTIONS(2694), - [anon_sym_inline] = ACTIONS(2694), - [anon_sym_thread_local] = ACTIONS(2694), - [anon_sym_const] = ACTIONS(2694), - [anon_sym_volatile] = ACTIONS(2694), - [anon_sym_restrict] = ACTIONS(2694), - [anon_sym__Atomic] = ACTIONS(2694), - [anon_sym_mutable] = ACTIONS(2694), - [anon_sym_constexpr] = ACTIONS(2694), - [anon_sym_constinit] = ACTIONS(2694), - [anon_sym_consteval] = ACTIONS(2694), - [anon_sym_signed] = ACTIONS(2694), - [anon_sym_unsigned] = ACTIONS(2694), - [anon_sym_long] = ACTIONS(2694), - [anon_sym_short] = ACTIONS(2694), - [sym_primitive_type] = ACTIONS(2694), - [anon_sym_enum] = ACTIONS(2694), - [anon_sym_class] = ACTIONS(2694), - [anon_sym_struct] = ACTIONS(2694), - [anon_sym_union] = ACTIONS(2694), - [anon_sym_if] = ACTIONS(2694), - [anon_sym_switch] = ACTIONS(2694), - [anon_sym_case] = ACTIONS(2694), - [anon_sym_default] = ACTIONS(2694), - [anon_sym_while] = ACTIONS(2694), - [anon_sym_do] = ACTIONS(2694), - [anon_sym_for] = ACTIONS(2694), - [anon_sym_return] = ACTIONS(2694), - [anon_sym_break] = ACTIONS(2694), - [anon_sym_continue] = ACTIONS(2694), - [anon_sym_goto] = ACTIONS(2694), - [anon_sym_not] = ACTIONS(2694), - [anon_sym_compl] = ACTIONS(2694), - [anon_sym_DASH_DASH] = ACTIONS(2696), - [anon_sym_PLUS_PLUS] = ACTIONS(2696), - [anon_sym_sizeof] = ACTIONS(2694), - [sym_number_literal] = ACTIONS(2696), - [anon_sym_L_SQUOTE] = ACTIONS(2696), - [anon_sym_u_SQUOTE] = ACTIONS(2696), - [anon_sym_U_SQUOTE] = ACTIONS(2696), - [anon_sym_u8_SQUOTE] = ACTIONS(2696), - [anon_sym_SQUOTE] = ACTIONS(2696), - [anon_sym_L_DQUOTE] = ACTIONS(2696), - [anon_sym_u_DQUOTE] = ACTIONS(2696), - [anon_sym_U_DQUOTE] = ACTIONS(2696), - [anon_sym_u8_DQUOTE] = ACTIONS(2696), - [anon_sym_DQUOTE] = ACTIONS(2696), - [sym_true] = ACTIONS(2694), - [sym_false] = ACTIONS(2694), - [sym_null] = ACTIONS(2694), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2694), - [anon_sym_decltype] = ACTIONS(2694), - [anon_sym_virtual] = ACTIONS(2694), - [anon_sym_explicit] = ACTIONS(2694), - [anon_sym_typename] = ACTIONS(2694), - [anon_sym_template] = ACTIONS(2694), - [anon_sym_operator] = ACTIONS(2694), - [anon_sym_try] = ACTIONS(2694), - [anon_sym_delete] = ACTIONS(2694), - [anon_sym_throw] = ACTIONS(2694), - [anon_sym_namespace] = ACTIONS(2694), - [anon_sym_using] = ACTIONS(2694), - [anon_sym_static_assert] = ACTIONS(2694), - [anon_sym_concept] = ACTIONS(2694), - [anon_sym_co_return] = ACTIONS(2694), - [anon_sym_co_yield] = ACTIONS(2694), - [anon_sym_R_DQUOTE] = ACTIONS(2696), - [anon_sym_LR_DQUOTE] = ACTIONS(2696), - [anon_sym_uR_DQUOTE] = ACTIONS(2696), - [anon_sym_UR_DQUOTE] = ACTIONS(2696), - [anon_sym_u8R_DQUOTE] = ACTIONS(2696), - [anon_sym_co_await] = ACTIONS(2694), - [anon_sym_new] = ACTIONS(2694), - [anon_sym_requires] = ACTIONS(2694), - [sym_this] = ACTIONS(2694), - [sym_nullptr] = ACTIONS(2694), + [sym_identifier] = ACTIONS(2692), + [aux_sym_preproc_include_token1] = ACTIONS(2692), + [aux_sym_preproc_def_token1] = ACTIONS(2692), + [aux_sym_preproc_if_token1] = ACTIONS(2692), + [aux_sym_preproc_if_token2] = ACTIONS(2692), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2692), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2692), + [aux_sym_preproc_else_token1] = ACTIONS(2692), + [aux_sym_preproc_elif_token1] = ACTIONS(2692), + [sym_preproc_directive] = ACTIONS(2692), + [anon_sym_LPAREN2] = ACTIONS(2694), + [anon_sym_BANG] = ACTIONS(2694), + [anon_sym_TILDE] = ACTIONS(2694), + [anon_sym_DASH] = ACTIONS(2692), + [anon_sym_PLUS] = ACTIONS(2692), + [anon_sym_STAR] = ACTIONS(2694), + [anon_sym_AMP_AMP] = ACTIONS(2694), + [anon_sym_AMP] = ACTIONS(2692), + [anon_sym_SEMI] = ACTIONS(2694), + [anon_sym_typedef] = ACTIONS(2692), + [anon_sym_extern] = ACTIONS(2692), + [anon_sym___attribute__] = ACTIONS(2692), + [anon_sym_COLON_COLON] = ACTIONS(2694), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2694), + [anon_sym___declspec] = ACTIONS(2692), + [anon_sym___based] = ACTIONS(2692), + [anon_sym___cdecl] = ACTIONS(2692), + [anon_sym___clrcall] = ACTIONS(2692), + [anon_sym___stdcall] = ACTIONS(2692), + [anon_sym___fastcall] = ACTIONS(2692), + [anon_sym___thiscall] = ACTIONS(2692), + [anon_sym___vectorcall] = ACTIONS(2692), + [anon_sym_LBRACE] = ACTIONS(2694), + [anon_sym_LBRACK] = ACTIONS(2692), + [anon_sym_static] = ACTIONS(2692), + [anon_sym_register] = ACTIONS(2692), + [anon_sym_inline] = ACTIONS(2692), + [anon_sym_thread_local] = ACTIONS(2692), + [anon_sym_const] = ACTIONS(2692), + [anon_sym_volatile] = ACTIONS(2692), + [anon_sym_restrict] = ACTIONS(2692), + [anon_sym__Atomic] = ACTIONS(2692), + [anon_sym_mutable] = ACTIONS(2692), + [anon_sym_constexpr] = ACTIONS(2692), + [anon_sym_constinit] = ACTIONS(2692), + [anon_sym_consteval] = ACTIONS(2692), + [anon_sym_signed] = ACTIONS(2692), + [anon_sym_unsigned] = ACTIONS(2692), + [anon_sym_long] = ACTIONS(2692), + [anon_sym_short] = ACTIONS(2692), + [sym_primitive_type] = ACTIONS(2692), + [anon_sym_enum] = ACTIONS(2692), + [anon_sym_class] = ACTIONS(2692), + [anon_sym_struct] = ACTIONS(2692), + [anon_sym_union] = ACTIONS(2692), + [anon_sym_if] = ACTIONS(2692), + [anon_sym_switch] = ACTIONS(2692), + [anon_sym_case] = ACTIONS(2692), + [anon_sym_default] = ACTIONS(2692), + [anon_sym_while] = ACTIONS(2692), + [anon_sym_do] = ACTIONS(2692), + [anon_sym_for] = ACTIONS(2692), + [anon_sym_return] = ACTIONS(2692), + [anon_sym_break] = ACTIONS(2692), + [anon_sym_continue] = ACTIONS(2692), + [anon_sym_goto] = ACTIONS(2692), + [anon_sym_not] = ACTIONS(2692), + [anon_sym_compl] = ACTIONS(2692), + [anon_sym_DASH_DASH] = ACTIONS(2694), + [anon_sym_PLUS_PLUS] = ACTIONS(2694), + [anon_sym_sizeof] = ACTIONS(2692), + [sym_number_literal] = ACTIONS(2694), + [anon_sym_L_SQUOTE] = ACTIONS(2694), + [anon_sym_u_SQUOTE] = ACTIONS(2694), + [anon_sym_U_SQUOTE] = ACTIONS(2694), + [anon_sym_u8_SQUOTE] = ACTIONS(2694), + [anon_sym_SQUOTE] = ACTIONS(2694), + [anon_sym_L_DQUOTE] = ACTIONS(2694), + [anon_sym_u_DQUOTE] = ACTIONS(2694), + [anon_sym_U_DQUOTE] = ACTIONS(2694), + [anon_sym_u8_DQUOTE] = ACTIONS(2694), + [anon_sym_DQUOTE] = ACTIONS(2694), + [sym_true] = ACTIONS(2692), + [sym_false] = ACTIONS(2692), + [sym_null] = ACTIONS(2692), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2692), + [anon_sym_decltype] = ACTIONS(2692), + [anon_sym_virtual] = ACTIONS(2692), + [anon_sym_explicit] = ACTIONS(2692), + [anon_sym_typename] = ACTIONS(2692), + [anon_sym_template] = ACTIONS(2692), + [anon_sym_operator] = ACTIONS(2692), + [anon_sym_try] = ACTIONS(2692), + [anon_sym_delete] = ACTIONS(2692), + [anon_sym_throw] = ACTIONS(2692), + [anon_sym_namespace] = ACTIONS(2692), + [anon_sym_using] = ACTIONS(2692), + [anon_sym_static_assert] = ACTIONS(2692), + [anon_sym_concept] = ACTIONS(2692), + [anon_sym_co_return] = ACTIONS(2692), + [anon_sym_co_yield] = ACTIONS(2692), + [anon_sym_R_DQUOTE] = ACTIONS(2694), + [anon_sym_LR_DQUOTE] = ACTIONS(2694), + [anon_sym_uR_DQUOTE] = ACTIONS(2694), + [anon_sym_UR_DQUOTE] = ACTIONS(2694), + [anon_sym_u8R_DQUOTE] = ACTIONS(2694), + [anon_sym_co_await] = ACTIONS(2692), + [anon_sym_new] = ACTIONS(2692), + [anon_sym_requires] = ACTIONS(2692), + [sym_this] = ACTIONS(2692), + [sym_nullptr] = ACTIONS(2692), }, [497] = { - [sym_identifier] = ACTIONS(2698), - [aux_sym_preproc_include_token1] = ACTIONS(2698), - [aux_sym_preproc_def_token1] = ACTIONS(2698), - [aux_sym_preproc_if_token1] = ACTIONS(2698), - [aux_sym_preproc_if_token2] = ACTIONS(2698), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2698), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2698), - [aux_sym_preproc_else_token1] = ACTIONS(2698), - [aux_sym_preproc_elif_token1] = ACTIONS(2698), - [sym_preproc_directive] = ACTIONS(2698), - [anon_sym_LPAREN2] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2698), - [anon_sym_PLUS] = ACTIONS(2698), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2698), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_typedef] = ACTIONS(2698), - [anon_sym_extern] = ACTIONS(2698), - [anon_sym___attribute__] = ACTIONS(2698), - [anon_sym_COLON_COLON] = ACTIONS(2700), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2700), - [anon_sym___declspec] = ACTIONS(2698), - [anon_sym___based] = ACTIONS(2698), - [anon_sym___cdecl] = ACTIONS(2698), - [anon_sym___clrcall] = ACTIONS(2698), - [anon_sym___stdcall] = ACTIONS(2698), - [anon_sym___fastcall] = ACTIONS(2698), - [anon_sym___thiscall] = ACTIONS(2698), - [anon_sym___vectorcall] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_static] = ACTIONS(2698), - [anon_sym_register] = ACTIONS(2698), - [anon_sym_inline] = ACTIONS(2698), - [anon_sym_thread_local] = ACTIONS(2698), - [anon_sym_const] = ACTIONS(2698), - [anon_sym_volatile] = ACTIONS(2698), - [anon_sym_restrict] = ACTIONS(2698), - [anon_sym__Atomic] = ACTIONS(2698), - [anon_sym_mutable] = ACTIONS(2698), - [anon_sym_constexpr] = ACTIONS(2698), - [anon_sym_constinit] = ACTIONS(2698), - [anon_sym_consteval] = ACTIONS(2698), - [anon_sym_signed] = ACTIONS(2698), - [anon_sym_unsigned] = ACTIONS(2698), - [anon_sym_long] = ACTIONS(2698), - [anon_sym_short] = ACTIONS(2698), - [sym_primitive_type] = ACTIONS(2698), - [anon_sym_enum] = ACTIONS(2698), - [anon_sym_class] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2698), - [anon_sym_union] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2698), - [anon_sym_switch] = ACTIONS(2698), - [anon_sym_case] = ACTIONS(2698), - [anon_sym_default] = ACTIONS(2698), - [anon_sym_while] = ACTIONS(2698), - [anon_sym_do] = ACTIONS(2698), - [anon_sym_for] = ACTIONS(2698), - [anon_sym_return] = ACTIONS(2698), - [anon_sym_break] = ACTIONS(2698), - [anon_sym_continue] = ACTIONS(2698), - [anon_sym_goto] = ACTIONS(2698), - [anon_sym_not] = ACTIONS(2698), - [anon_sym_compl] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_sizeof] = ACTIONS(2698), - [sym_number_literal] = ACTIONS(2700), - [anon_sym_L_SQUOTE] = ACTIONS(2700), - [anon_sym_u_SQUOTE] = ACTIONS(2700), - [anon_sym_U_SQUOTE] = ACTIONS(2700), - [anon_sym_u8_SQUOTE] = ACTIONS(2700), - [anon_sym_SQUOTE] = ACTIONS(2700), - [anon_sym_L_DQUOTE] = ACTIONS(2700), - [anon_sym_u_DQUOTE] = ACTIONS(2700), - [anon_sym_U_DQUOTE] = ACTIONS(2700), - [anon_sym_u8_DQUOTE] = ACTIONS(2700), - [anon_sym_DQUOTE] = ACTIONS(2700), - [sym_true] = ACTIONS(2698), - [sym_false] = ACTIONS(2698), - [sym_null] = ACTIONS(2698), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2698), - [anon_sym_decltype] = ACTIONS(2698), - [anon_sym_virtual] = ACTIONS(2698), - [anon_sym_explicit] = ACTIONS(2698), - [anon_sym_typename] = ACTIONS(2698), - [anon_sym_template] = ACTIONS(2698), - [anon_sym_operator] = ACTIONS(2698), - [anon_sym_try] = ACTIONS(2698), - [anon_sym_delete] = ACTIONS(2698), - [anon_sym_throw] = ACTIONS(2698), - [anon_sym_namespace] = ACTIONS(2698), - [anon_sym_using] = ACTIONS(2698), - [anon_sym_static_assert] = ACTIONS(2698), - [anon_sym_concept] = ACTIONS(2698), - [anon_sym_co_return] = ACTIONS(2698), - [anon_sym_co_yield] = ACTIONS(2698), - [anon_sym_R_DQUOTE] = ACTIONS(2700), - [anon_sym_LR_DQUOTE] = ACTIONS(2700), - [anon_sym_uR_DQUOTE] = ACTIONS(2700), - [anon_sym_UR_DQUOTE] = ACTIONS(2700), - [anon_sym_u8R_DQUOTE] = ACTIONS(2700), - [anon_sym_co_await] = ACTIONS(2698), - [anon_sym_new] = ACTIONS(2698), - [anon_sym_requires] = ACTIONS(2698), - [sym_this] = ACTIONS(2698), - [sym_nullptr] = ACTIONS(2698), + [sym_identifier] = ACTIONS(2696), + [aux_sym_preproc_include_token1] = ACTIONS(2696), + [aux_sym_preproc_def_token1] = ACTIONS(2696), + [aux_sym_preproc_if_token1] = ACTIONS(2696), + [aux_sym_preproc_if_token2] = ACTIONS(2696), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2696), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2696), + [aux_sym_preproc_else_token1] = ACTIONS(2696), + [aux_sym_preproc_elif_token1] = ACTIONS(2696), + [sym_preproc_directive] = ACTIONS(2696), + [anon_sym_LPAREN2] = ACTIONS(2698), + [anon_sym_BANG] = ACTIONS(2698), + [anon_sym_TILDE] = ACTIONS(2698), + [anon_sym_DASH] = ACTIONS(2696), + [anon_sym_PLUS] = ACTIONS(2696), + [anon_sym_STAR] = ACTIONS(2698), + [anon_sym_AMP_AMP] = ACTIONS(2698), + [anon_sym_AMP] = ACTIONS(2696), + [anon_sym_SEMI] = ACTIONS(2698), + [anon_sym_typedef] = ACTIONS(2696), + [anon_sym_extern] = ACTIONS(2696), + [anon_sym___attribute__] = ACTIONS(2696), + [anon_sym_COLON_COLON] = ACTIONS(2698), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2698), + [anon_sym___declspec] = ACTIONS(2696), + [anon_sym___based] = ACTIONS(2696), + [anon_sym___cdecl] = ACTIONS(2696), + [anon_sym___clrcall] = ACTIONS(2696), + [anon_sym___stdcall] = ACTIONS(2696), + [anon_sym___fastcall] = ACTIONS(2696), + [anon_sym___thiscall] = ACTIONS(2696), + [anon_sym___vectorcall] = ACTIONS(2696), + [anon_sym_LBRACE] = ACTIONS(2698), + [anon_sym_LBRACK] = ACTIONS(2696), + [anon_sym_static] = ACTIONS(2696), + [anon_sym_register] = ACTIONS(2696), + [anon_sym_inline] = ACTIONS(2696), + [anon_sym_thread_local] = ACTIONS(2696), + [anon_sym_const] = ACTIONS(2696), + [anon_sym_volatile] = ACTIONS(2696), + [anon_sym_restrict] = ACTIONS(2696), + [anon_sym__Atomic] = ACTIONS(2696), + [anon_sym_mutable] = ACTIONS(2696), + [anon_sym_constexpr] = ACTIONS(2696), + [anon_sym_constinit] = ACTIONS(2696), + [anon_sym_consteval] = ACTIONS(2696), + [anon_sym_signed] = ACTIONS(2696), + [anon_sym_unsigned] = ACTIONS(2696), + [anon_sym_long] = ACTIONS(2696), + [anon_sym_short] = ACTIONS(2696), + [sym_primitive_type] = ACTIONS(2696), + [anon_sym_enum] = ACTIONS(2696), + [anon_sym_class] = ACTIONS(2696), + [anon_sym_struct] = ACTIONS(2696), + [anon_sym_union] = ACTIONS(2696), + [anon_sym_if] = ACTIONS(2696), + [anon_sym_switch] = ACTIONS(2696), + [anon_sym_case] = ACTIONS(2696), + [anon_sym_default] = ACTIONS(2696), + [anon_sym_while] = ACTIONS(2696), + [anon_sym_do] = ACTIONS(2696), + [anon_sym_for] = ACTIONS(2696), + [anon_sym_return] = ACTIONS(2696), + [anon_sym_break] = ACTIONS(2696), + [anon_sym_continue] = ACTIONS(2696), + [anon_sym_goto] = ACTIONS(2696), + [anon_sym_not] = ACTIONS(2696), + [anon_sym_compl] = ACTIONS(2696), + [anon_sym_DASH_DASH] = ACTIONS(2698), + [anon_sym_PLUS_PLUS] = ACTIONS(2698), + [anon_sym_sizeof] = ACTIONS(2696), + [sym_number_literal] = ACTIONS(2698), + [anon_sym_L_SQUOTE] = ACTIONS(2698), + [anon_sym_u_SQUOTE] = ACTIONS(2698), + [anon_sym_U_SQUOTE] = ACTIONS(2698), + [anon_sym_u8_SQUOTE] = ACTIONS(2698), + [anon_sym_SQUOTE] = ACTIONS(2698), + [anon_sym_L_DQUOTE] = ACTIONS(2698), + [anon_sym_u_DQUOTE] = ACTIONS(2698), + [anon_sym_U_DQUOTE] = ACTIONS(2698), + [anon_sym_u8_DQUOTE] = ACTIONS(2698), + [anon_sym_DQUOTE] = ACTIONS(2698), + [sym_true] = ACTIONS(2696), + [sym_false] = ACTIONS(2696), + [sym_null] = ACTIONS(2696), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2696), + [anon_sym_decltype] = ACTIONS(2696), + [anon_sym_virtual] = ACTIONS(2696), + [anon_sym_explicit] = ACTIONS(2696), + [anon_sym_typename] = ACTIONS(2696), + [anon_sym_template] = ACTIONS(2696), + [anon_sym_operator] = ACTIONS(2696), + [anon_sym_try] = ACTIONS(2696), + [anon_sym_delete] = ACTIONS(2696), + [anon_sym_throw] = ACTIONS(2696), + [anon_sym_namespace] = ACTIONS(2696), + [anon_sym_using] = ACTIONS(2696), + [anon_sym_static_assert] = ACTIONS(2696), + [anon_sym_concept] = ACTIONS(2696), + [anon_sym_co_return] = ACTIONS(2696), + [anon_sym_co_yield] = ACTIONS(2696), + [anon_sym_R_DQUOTE] = ACTIONS(2698), + [anon_sym_LR_DQUOTE] = ACTIONS(2698), + [anon_sym_uR_DQUOTE] = ACTIONS(2698), + [anon_sym_UR_DQUOTE] = ACTIONS(2698), + [anon_sym_u8R_DQUOTE] = ACTIONS(2698), + [anon_sym_co_await] = ACTIONS(2696), + [anon_sym_new] = ACTIONS(2696), + [anon_sym_requires] = ACTIONS(2696), + [sym_this] = ACTIONS(2696), + [sym_nullptr] = ACTIONS(2696), }, [498] = { - [sym_identifier] = ACTIONS(2702), - [aux_sym_preproc_include_token1] = ACTIONS(2702), - [aux_sym_preproc_def_token1] = ACTIONS(2702), - [aux_sym_preproc_if_token1] = ACTIONS(2702), - [aux_sym_preproc_if_token2] = ACTIONS(2702), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2702), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2702), - [aux_sym_preproc_else_token1] = ACTIONS(2702), - [aux_sym_preproc_elif_token1] = ACTIONS(2702), - [sym_preproc_directive] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2702), - [anon_sym_PLUS] = ACTIONS(2702), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_AMP_AMP] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2702), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_typedef] = ACTIONS(2702), - [anon_sym_extern] = ACTIONS(2702), - [anon_sym___attribute__] = ACTIONS(2702), - [anon_sym_COLON_COLON] = ACTIONS(2704), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2704), - [anon_sym___declspec] = ACTIONS(2702), - [anon_sym___based] = ACTIONS(2702), - [anon_sym___cdecl] = ACTIONS(2702), - [anon_sym___clrcall] = ACTIONS(2702), - [anon_sym___stdcall] = ACTIONS(2702), - [anon_sym___fastcall] = ACTIONS(2702), - [anon_sym___thiscall] = ACTIONS(2702), - [anon_sym___vectorcall] = ACTIONS(2702), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_static] = ACTIONS(2702), - [anon_sym_register] = ACTIONS(2702), - [anon_sym_inline] = ACTIONS(2702), - [anon_sym_thread_local] = ACTIONS(2702), - [anon_sym_const] = ACTIONS(2702), - [anon_sym_volatile] = ACTIONS(2702), - [anon_sym_restrict] = ACTIONS(2702), - [anon_sym__Atomic] = ACTIONS(2702), - [anon_sym_mutable] = ACTIONS(2702), - [anon_sym_constexpr] = ACTIONS(2702), - [anon_sym_constinit] = ACTIONS(2702), - [anon_sym_consteval] = ACTIONS(2702), - [anon_sym_signed] = ACTIONS(2702), - [anon_sym_unsigned] = ACTIONS(2702), - [anon_sym_long] = ACTIONS(2702), - [anon_sym_short] = ACTIONS(2702), - [sym_primitive_type] = ACTIONS(2702), - [anon_sym_enum] = ACTIONS(2702), - [anon_sym_class] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2702), - [anon_sym_union] = ACTIONS(2702), - [anon_sym_if] = ACTIONS(2702), - [anon_sym_switch] = ACTIONS(2702), - [anon_sym_case] = ACTIONS(2702), - [anon_sym_default] = ACTIONS(2702), - [anon_sym_while] = ACTIONS(2702), - [anon_sym_do] = ACTIONS(2702), - [anon_sym_for] = ACTIONS(2702), - [anon_sym_return] = ACTIONS(2702), - [anon_sym_break] = ACTIONS(2702), - [anon_sym_continue] = ACTIONS(2702), - [anon_sym_goto] = ACTIONS(2702), - [anon_sym_not] = ACTIONS(2702), - [anon_sym_compl] = ACTIONS(2702), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_sizeof] = ACTIONS(2702), - [sym_number_literal] = ACTIONS(2704), - [anon_sym_L_SQUOTE] = ACTIONS(2704), - [anon_sym_u_SQUOTE] = ACTIONS(2704), - [anon_sym_U_SQUOTE] = ACTIONS(2704), - [anon_sym_u8_SQUOTE] = ACTIONS(2704), - [anon_sym_SQUOTE] = ACTIONS(2704), - [anon_sym_L_DQUOTE] = ACTIONS(2704), - [anon_sym_u_DQUOTE] = ACTIONS(2704), - [anon_sym_U_DQUOTE] = ACTIONS(2704), - [anon_sym_u8_DQUOTE] = ACTIONS(2704), - [anon_sym_DQUOTE] = ACTIONS(2704), - [sym_true] = ACTIONS(2702), - [sym_false] = ACTIONS(2702), - [sym_null] = ACTIONS(2702), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2702), - [anon_sym_decltype] = ACTIONS(2702), - [anon_sym_virtual] = ACTIONS(2702), - [anon_sym_explicit] = ACTIONS(2702), - [anon_sym_typename] = ACTIONS(2702), - [anon_sym_template] = ACTIONS(2702), - [anon_sym_operator] = ACTIONS(2702), - [anon_sym_try] = ACTIONS(2702), - [anon_sym_delete] = ACTIONS(2702), - [anon_sym_throw] = ACTIONS(2702), - [anon_sym_namespace] = ACTIONS(2702), - [anon_sym_using] = ACTIONS(2702), - [anon_sym_static_assert] = ACTIONS(2702), - [anon_sym_concept] = ACTIONS(2702), - [anon_sym_co_return] = ACTIONS(2702), - [anon_sym_co_yield] = ACTIONS(2702), - [anon_sym_R_DQUOTE] = ACTIONS(2704), - [anon_sym_LR_DQUOTE] = ACTIONS(2704), - [anon_sym_uR_DQUOTE] = ACTIONS(2704), - [anon_sym_UR_DQUOTE] = ACTIONS(2704), - [anon_sym_u8R_DQUOTE] = ACTIONS(2704), - [anon_sym_co_await] = ACTIONS(2702), - [anon_sym_new] = ACTIONS(2702), - [anon_sym_requires] = ACTIONS(2702), - [sym_this] = ACTIONS(2702), - [sym_nullptr] = ACTIONS(2702), + [sym_identifier] = ACTIONS(2700), + [aux_sym_preproc_include_token1] = ACTIONS(2700), + [aux_sym_preproc_def_token1] = ACTIONS(2700), + [aux_sym_preproc_if_token1] = ACTIONS(2700), + [aux_sym_preproc_if_token2] = ACTIONS(2700), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2700), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2700), + [aux_sym_preproc_else_token1] = ACTIONS(2700), + [aux_sym_preproc_elif_token1] = ACTIONS(2700), + [sym_preproc_directive] = ACTIONS(2700), + [anon_sym_LPAREN2] = ACTIONS(2702), + [anon_sym_BANG] = ACTIONS(2702), + [anon_sym_TILDE] = ACTIONS(2702), + [anon_sym_DASH] = ACTIONS(2700), + [anon_sym_PLUS] = ACTIONS(2700), + [anon_sym_STAR] = ACTIONS(2702), + [anon_sym_AMP_AMP] = ACTIONS(2702), + [anon_sym_AMP] = ACTIONS(2700), + [anon_sym_SEMI] = ACTIONS(2702), + [anon_sym_typedef] = ACTIONS(2700), + [anon_sym_extern] = ACTIONS(2700), + [anon_sym___attribute__] = ACTIONS(2700), + [anon_sym_COLON_COLON] = ACTIONS(2702), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2702), + [anon_sym___declspec] = ACTIONS(2700), + [anon_sym___based] = ACTIONS(2700), + [anon_sym___cdecl] = ACTIONS(2700), + [anon_sym___clrcall] = ACTIONS(2700), + [anon_sym___stdcall] = ACTIONS(2700), + [anon_sym___fastcall] = ACTIONS(2700), + [anon_sym___thiscall] = ACTIONS(2700), + [anon_sym___vectorcall] = ACTIONS(2700), + [anon_sym_LBRACE] = ACTIONS(2702), + [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_static] = ACTIONS(2700), + [anon_sym_register] = ACTIONS(2700), + [anon_sym_inline] = ACTIONS(2700), + [anon_sym_thread_local] = ACTIONS(2700), + [anon_sym_const] = ACTIONS(2700), + [anon_sym_volatile] = ACTIONS(2700), + [anon_sym_restrict] = ACTIONS(2700), + [anon_sym__Atomic] = ACTIONS(2700), + [anon_sym_mutable] = ACTIONS(2700), + [anon_sym_constexpr] = ACTIONS(2700), + [anon_sym_constinit] = ACTIONS(2700), + [anon_sym_consteval] = ACTIONS(2700), + [anon_sym_signed] = ACTIONS(2700), + [anon_sym_unsigned] = ACTIONS(2700), + [anon_sym_long] = ACTIONS(2700), + [anon_sym_short] = ACTIONS(2700), + [sym_primitive_type] = ACTIONS(2700), + [anon_sym_enum] = ACTIONS(2700), + [anon_sym_class] = ACTIONS(2700), + [anon_sym_struct] = ACTIONS(2700), + [anon_sym_union] = ACTIONS(2700), + [anon_sym_if] = ACTIONS(2700), + [anon_sym_switch] = ACTIONS(2700), + [anon_sym_case] = ACTIONS(2700), + [anon_sym_default] = ACTIONS(2700), + [anon_sym_while] = ACTIONS(2700), + [anon_sym_do] = ACTIONS(2700), + [anon_sym_for] = ACTIONS(2700), + [anon_sym_return] = ACTIONS(2700), + [anon_sym_break] = ACTIONS(2700), + [anon_sym_continue] = ACTIONS(2700), + [anon_sym_goto] = ACTIONS(2700), + [anon_sym_not] = ACTIONS(2700), + [anon_sym_compl] = ACTIONS(2700), + [anon_sym_DASH_DASH] = ACTIONS(2702), + [anon_sym_PLUS_PLUS] = ACTIONS(2702), + [anon_sym_sizeof] = ACTIONS(2700), + [sym_number_literal] = ACTIONS(2702), + [anon_sym_L_SQUOTE] = ACTIONS(2702), + [anon_sym_u_SQUOTE] = ACTIONS(2702), + [anon_sym_U_SQUOTE] = ACTIONS(2702), + [anon_sym_u8_SQUOTE] = ACTIONS(2702), + [anon_sym_SQUOTE] = ACTIONS(2702), + [anon_sym_L_DQUOTE] = ACTIONS(2702), + [anon_sym_u_DQUOTE] = ACTIONS(2702), + [anon_sym_U_DQUOTE] = ACTIONS(2702), + [anon_sym_u8_DQUOTE] = ACTIONS(2702), + [anon_sym_DQUOTE] = ACTIONS(2702), + [sym_true] = ACTIONS(2700), + [sym_false] = ACTIONS(2700), + [sym_null] = ACTIONS(2700), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2700), + [anon_sym_decltype] = ACTIONS(2700), + [anon_sym_virtual] = ACTIONS(2700), + [anon_sym_explicit] = ACTIONS(2700), + [anon_sym_typename] = ACTIONS(2700), + [anon_sym_template] = ACTIONS(2700), + [anon_sym_operator] = ACTIONS(2700), + [anon_sym_try] = ACTIONS(2700), + [anon_sym_delete] = ACTIONS(2700), + [anon_sym_throw] = ACTIONS(2700), + [anon_sym_namespace] = ACTIONS(2700), + [anon_sym_using] = ACTIONS(2700), + [anon_sym_static_assert] = ACTIONS(2700), + [anon_sym_concept] = ACTIONS(2700), + [anon_sym_co_return] = ACTIONS(2700), + [anon_sym_co_yield] = ACTIONS(2700), + [anon_sym_R_DQUOTE] = ACTIONS(2702), + [anon_sym_LR_DQUOTE] = ACTIONS(2702), + [anon_sym_uR_DQUOTE] = ACTIONS(2702), + [anon_sym_UR_DQUOTE] = ACTIONS(2702), + [anon_sym_u8R_DQUOTE] = ACTIONS(2702), + [anon_sym_co_await] = ACTIONS(2700), + [anon_sym_new] = ACTIONS(2700), + [anon_sym_requires] = ACTIONS(2700), + [sym_this] = ACTIONS(2700), + [sym_nullptr] = ACTIONS(2700), }, [499] = { - [sym_identifier] = ACTIONS(2706), - [aux_sym_preproc_include_token1] = ACTIONS(2706), - [aux_sym_preproc_def_token1] = ACTIONS(2706), - [aux_sym_preproc_if_token1] = ACTIONS(2706), - [aux_sym_preproc_if_token2] = ACTIONS(2706), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2706), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2706), - [aux_sym_preproc_else_token1] = ACTIONS(2706), - [aux_sym_preproc_elif_token1] = ACTIONS(2706), - [sym_preproc_directive] = ACTIONS(2706), - [anon_sym_LPAREN2] = ACTIONS(2708), - [anon_sym_BANG] = ACTIONS(2708), - [anon_sym_TILDE] = ACTIONS(2708), - [anon_sym_DASH] = ACTIONS(2706), - [anon_sym_PLUS] = ACTIONS(2706), - [anon_sym_STAR] = ACTIONS(2708), - [anon_sym_AMP_AMP] = ACTIONS(2708), - [anon_sym_AMP] = ACTIONS(2706), - [anon_sym_SEMI] = ACTIONS(2708), - [anon_sym_typedef] = ACTIONS(2706), - [anon_sym_extern] = ACTIONS(2706), - [anon_sym___attribute__] = ACTIONS(2706), - [anon_sym_COLON_COLON] = ACTIONS(2708), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2708), - [anon_sym___declspec] = ACTIONS(2706), - [anon_sym___based] = ACTIONS(2706), - [anon_sym___cdecl] = ACTIONS(2706), - [anon_sym___clrcall] = ACTIONS(2706), - [anon_sym___stdcall] = ACTIONS(2706), - [anon_sym___fastcall] = ACTIONS(2706), - [anon_sym___thiscall] = ACTIONS(2706), - [anon_sym___vectorcall] = ACTIONS(2706), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LBRACK] = ACTIONS(2706), - [anon_sym_static] = ACTIONS(2706), - [anon_sym_register] = ACTIONS(2706), - [anon_sym_inline] = ACTIONS(2706), - [anon_sym_thread_local] = ACTIONS(2706), - [anon_sym_const] = ACTIONS(2706), - [anon_sym_volatile] = ACTIONS(2706), - [anon_sym_restrict] = ACTIONS(2706), - [anon_sym__Atomic] = ACTIONS(2706), - [anon_sym_mutable] = ACTIONS(2706), - [anon_sym_constexpr] = ACTIONS(2706), - [anon_sym_constinit] = ACTIONS(2706), - [anon_sym_consteval] = ACTIONS(2706), - [anon_sym_signed] = ACTIONS(2706), - [anon_sym_unsigned] = ACTIONS(2706), - [anon_sym_long] = ACTIONS(2706), - [anon_sym_short] = ACTIONS(2706), - [sym_primitive_type] = ACTIONS(2706), - [anon_sym_enum] = ACTIONS(2706), - [anon_sym_class] = ACTIONS(2706), - [anon_sym_struct] = ACTIONS(2706), - [anon_sym_union] = ACTIONS(2706), - [anon_sym_if] = ACTIONS(2706), - [anon_sym_switch] = ACTIONS(2706), - [anon_sym_case] = ACTIONS(2706), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2706), - [anon_sym_do] = ACTIONS(2706), - [anon_sym_for] = ACTIONS(2706), - [anon_sym_return] = ACTIONS(2706), - [anon_sym_break] = ACTIONS(2706), - [anon_sym_continue] = ACTIONS(2706), - [anon_sym_goto] = ACTIONS(2706), - [anon_sym_not] = ACTIONS(2706), - [anon_sym_compl] = ACTIONS(2706), - [anon_sym_DASH_DASH] = ACTIONS(2708), - [anon_sym_PLUS_PLUS] = ACTIONS(2708), - [anon_sym_sizeof] = ACTIONS(2706), - [sym_number_literal] = ACTIONS(2708), - [anon_sym_L_SQUOTE] = ACTIONS(2708), - [anon_sym_u_SQUOTE] = ACTIONS(2708), - [anon_sym_U_SQUOTE] = ACTIONS(2708), - [anon_sym_u8_SQUOTE] = ACTIONS(2708), - [anon_sym_SQUOTE] = ACTIONS(2708), - [anon_sym_L_DQUOTE] = ACTIONS(2708), - [anon_sym_u_DQUOTE] = ACTIONS(2708), - [anon_sym_U_DQUOTE] = ACTIONS(2708), - [anon_sym_u8_DQUOTE] = ACTIONS(2708), - [anon_sym_DQUOTE] = ACTIONS(2708), - [sym_true] = ACTIONS(2706), - [sym_false] = ACTIONS(2706), - [sym_null] = ACTIONS(2706), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2706), - [anon_sym_decltype] = ACTIONS(2706), - [anon_sym_virtual] = ACTIONS(2706), - [anon_sym_explicit] = ACTIONS(2706), - [anon_sym_typename] = ACTIONS(2706), - [anon_sym_template] = ACTIONS(2706), - [anon_sym_operator] = ACTIONS(2706), - [anon_sym_try] = ACTIONS(2706), - [anon_sym_delete] = ACTIONS(2706), - [anon_sym_throw] = ACTIONS(2706), - [anon_sym_namespace] = ACTIONS(2706), - [anon_sym_using] = ACTIONS(2706), - [anon_sym_static_assert] = ACTIONS(2706), - [anon_sym_concept] = ACTIONS(2706), - [anon_sym_co_return] = ACTIONS(2706), - [anon_sym_co_yield] = ACTIONS(2706), - [anon_sym_R_DQUOTE] = ACTIONS(2708), - [anon_sym_LR_DQUOTE] = ACTIONS(2708), - [anon_sym_uR_DQUOTE] = ACTIONS(2708), - [anon_sym_UR_DQUOTE] = ACTIONS(2708), - [anon_sym_u8R_DQUOTE] = ACTIONS(2708), - [anon_sym_co_await] = ACTIONS(2706), - [anon_sym_new] = ACTIONS(2706), - [anon_sym_requires] = ACTIONS(2706), - [sym_this] = ACTIONS(2706), - [sym_nullptr] = ACTIONS(2706), + [sym_identifier] = ACTIONS(2704), + [aux_sym_preproc_include_token1] = ACTIONS(2704), + [aux_sym_preproc_def_token1] = ACTIONS(2704), + [aux_sym_preproc_if_token1] = ACTIONS(2704), + [aux_sym_preproc_if_token2] = ACTIONS(2704), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2704), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2704), + [aux_sym_preproc_else_token1] = ACTIONS(2704), + [aux_sym_preproc_elif_token1] = ACTIONS(2704), + [sym_preproc_directive] = ACTIONS(2704), + [anon_sym_LPAREN2] = ACTIONS(2706), + [anon_sym_BANG] = ACTIONS(2706), + [anon_sym_TILDE] = ACTIONS(2706), + [anon_sym_DASH] = ACTIONS(2704), + [anon_sym_PLUS] = ACTIONS(2704), + [anon_sym_STAR] = ACTIONS(2706), + [anon_sym_AMP_AMP] = ACTIONS(2706), + [anon_sym_AMP] = ACTIONS(2704), + [anon_sym_SEMI] = ACTIONS(2706), + [anon_sym_typedef] = ACTIONS(2704), + [anon_sym_extern] = ACTIONS(2704), + [anon_sym___attribute__] = ACTIONS(2704), + [anon_sym_COLON_COLON] = ACTIONS(2706), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2706), + [anon_sym___declspec] = ACTIONS(2704), + [anon_sym___based] = ACTIONS(2704), + [anon_sym___cdecl] = ACTIONS(2704), + [anon_sym___clrcall] = ACTIONS(2704), + [anon_sym___stdcall] = ACTIONS(2704), + [anon_sym___fastcall] = ACTIONS(2704), + [anon_sym___thiscall] = ACTIONS(2704), + [anon_sym___vectorcall] = ACTIONS(2704), + [anon_sym_LBRACE] = ACTIONS(2706), + [anon_sym_LBRACK] = ACTIONS(2704), + [anon_sym_static] = ACTIONS(2704), + [anon_sym_register] = ACTIONS(2704), + [anon_sym_inline] = ACTIONS(2704), + [anon_sym_thread_local] = ACTIONS(2704), + [anon_sym_const] = ACTIONS(2704), + [anon_sym_volatile] = ACTIONS(2704), + [anon_sym_restrict] = ACTIONS(2704), + [anon_sym__Atomic] = ACTIONS(2704), + [anon_sym_mutable] = ACTIONS(2704), + [anon_sym_constexpr] = ACTIONS(2704), + [anon_sym_constinit] = ACTIONS(2704), + [anon_sym_consteval] = ACTIONS(2704), + [anon_sym_signed] = ACTIONS(2704), + [anon_sym_unsigned] = ACTIONS(2704), + [anon_sym_long] = ACTIONS(2704), + [anon_sym_short] = ACTIONS(2704), + [sym_primitive_type] = ACTIONS(2704), + [anon_sym_enum] = ACTIONS(2704), + [anon_sym_class] = ACTIONS(2704), + [anon_sym_struct] = ACTIONS(2704), + [anon_sym_union] = ACTIONS(2704), + [anon_sym_if] = ACTIONS(2704), + [anon_sym_switch] = ACTIONS(2704), + [anon_sym_case] = ACTIONS(2704), + [anon_sym_default] = ACTIONS(2704), + [anon_sym_while] = ACTIONS(2704), + [anon_sym_do] = ACTIONS(2704), + [anon_sym_for] = ACTIONS(2704), + [anon_sym_return] = ACTIONS(2704), + [anon_sym_break] = ACTIONS(2704), + [anon_sym_continue] = ACTIONS(2704), + [anon_sym_goto] = ACTIONS(2704), + [anon_sym_not] = ACTIONS(2704), + [anon_sym_compl] = ACTIONS(2704), + [anon_sym_DASH_DASH] = ACTIONS(2706), + [anon_sym_PLUS_PLUS] = ACTIONS(2706), + [anon_sym_sizeof] = ACTIONS(2704), + [sym_number_literal] = ACTIONS(2706), + [anon_sym_L_SQUOTE] = ACTIONS(2706), + [anon_sym_u_SQUOTE] = ACTIONS(2706), + [anon_sym_U_SQUOTE] = ACTIONS(2706), + [anon_sym_u8_SQUOTE] = ACTIONS(2706), + [anon_sym_SQUOTE] = ACTIONS(2706), + [anon_sym_L_DQUOTE] = ACTIONS(2706), + [anon_sym_u_DQUOTE] = ACTIONS(2706), + [anon_sym_U_DQUOTE] = ACTIONS(2706), + [anon_sym_u8_DQUOTE] = ACTIONS(2706), + [anon_sym_DQUOTE] = ACTIONS(2706), + [sym_true] = ACTIONS(2704), + [sym_false] = ACTIONS(2704), + [sym_null] = ACTIONS(2704), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2704), + [anon_sym_decltype] = ACTIONS(2704), + [anon_sym_virtual] = ACTIONS(2704), + [anon_sym_explicit] = ACTIONS(2704), + [anon_sym_typename] = ACTIONS(2704), + [anon_sym_template] = ACTIONS(2704), + [anon_sym_operator] = ACTIONS(2704), + [anon_sym_try] = ACTIONS(2704), + [anon_sym_delete] = ACTIONS(2704), + [anon_sym_throw] = ACTIONS(2704), + [anon_sym_namespace] = ACTIONS(2704), + [anon_sym_using] = ACTIONS(2704), + [anon_sym_static_assert] = ACTIONS(2704), + [anon_sym_concept] = ACTIONS(2704), + [anon_sym_co_return] = ACTIONS(2704), + [anon_sym_co_yield] = ACTIONS(2704), + [anon_sym_R_DQUOTE] = ACTIONS(2706), + [anon_sym_LR_DQUOTE] = ACTIONS(2706), + [anon_sym_uR_DQUOTE] = ACTIONS(2706), + [anon_sym_UR_DQUOTE] = ACTIONS(2706), + [anon_sym_u8R_DQUOTE] = ACTIONS(2706), + [anon_sym_co_await] = ACTIONS(2704), + [anon_sym_new] = ACTIONS(2704), + [anon_sym_requires] = ACTIONS(2704), + [sym_this] = ACTIONS(2704), + [sym_nullptr] = ACTIONS(2704), }, [500] = { - [sym_identifier] = ACTIONS(2710), - [aux_sym_preproc_include_token1] = ACTIONS(2710), - [aux_sym_preproc_def_token1] = ACTIONS(2710), - [aux_sym_preproc_if_token1] = ACTIONS(2710), - [aux_sym_preproc_if_token2] = ACTIONS(2710), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2710), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2710), - [aux_sym_preproc_else_token1] = ACTIONS(2710), - [aux_sym_preproc_elif_token1] = ACTIONS(2710), - [sym_preproc_directive] = ACTIONS(2710), - [anon_sym_LPAREN2] = ACTIONS(2712), - [anon_sym_BANG] = ACTIONS(2712), - [anon_sym_TILDE] = ACTIONS(2712), - [anon_sym_DASH] = ACTIONS(2710), - [anon_sym_PLUS] = ACTIONS(2710), - [anon_sym_STAR] = ACTIONS(2712), - [anon_sym_AMP_AMP] = ACTIONS(2712), - [anon_sym_AMP] = ACTIONS(2710), - [anon_sym_SEMI] = ACTIONS(2712), - [anon_sym_typedef] = ACTIONS(2710), - [anon_sym_extern] = ACTIONS(2710), - [anon_sym___attribute__] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(2712), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2712), - [anon_sym___declspec] = ACTIONS(2710), - [anon_sym___based] = ACTIONS(2710), - [anon_sym___cdecl] = ACTIONS(2710), - [anon_sym___clrcall] = ACTIONS(2710), - [anon_sym___stdcall] = ACTIONS(2710), - [anon_sym___fastcall] = ACTIONS(2710), - [anon_sym___thiscall] = ACTIONS(2710), - [anon_sym___vectorcall] = ACTIONS(2710), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2710), - [anon_sym_static] = ACTIONS(2710), - [anon_sym_register] = ACTIONS(2710), - [anon_sym_inline] = ACTIONS(2710), - [anon_sym_thread_local] = ACTIONS(2710), - [anon_sym_const] = ACTIONS(2710), - [anon_sym_volatile] = ACTIONS(2710), - [anon_sym_restrict] = ACTIONS(2710), - [anon_sym__Atomic] = ACTIONS(2710), - [anon_sym_mutable] = ACTIONS(2710), - [anon_sym_constexpr] = ACTIONS(2710), - [anon_sym_constinit] = ACTIONS(2710), - [anon_sym_consteval] = ACTIONS(2710), - [anon_sym_signed] = ACTIONS(2710), - [anon_sym_unsigned] = ACTIONS(2710), - [anon_sym_long] = ACTIONS(2710), - [anon_sym_short] = ACTIONS(2710), - [sym_primitive_type] = ACTIONS(2710), - [anon_sym_enum] = ACTIONS(2710), - [anon_sym_class] = ACTIONS(2710), - [anon_sym_struct] = ACTIONS(2710), - [anon_sym_union] = ACTIONS(2710), - [anon_sym_if] = ACTIONS(2710), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2710), - [anon_sym_default] = ACTIONS(2710), - [anon_sym_while] = ACTIONS(2710), - [anon_sym_do] = ACTIONS(2710), - [anon_sym_for] = ACTIONS(2710), - [anon_sym_return] = ACTIONS(2710), - [anon_sym_break] = ACTIONS(2710), - [anon_sym_continue] = ACTIONS(2710), - [anon_sym_goto] = ACTIONS(2710), - [anon_sym_not] = ACTIONS(2710), - [anon_sym_compl] = ACTIONS(2710), - [anon_sym_DASH_DASH] = ACTIONS(2712), - [anon_sym_PLUS_PLUS] = ACTIONS(2712), - [anon_sym_sizeof] = ACTIONS(2710), - [sym_number_literal] = ACTIONS(2712), - [anon_sym_L_SQUOTE] = ACTIONS(2712), - [anon_sym_u_SQUOTE] = ACTIONS(2712), - [anon_sym_U_SQUOTE] = ACTIONS(2712), - [anon_sym_u8_SQUOTE] = ACTIONS(2712), - [anon_sym_SQUOTE] = ACTIONS(2712), - [anon_sym_L_DQUOTE] = ACTIONS(2712), - [anon_sym_u_DQUOTE] = ACTIONS(2712), - [anon_sym_U_DQUOTE] = ACTIONS(2712), - [anon_sym_u8_DQUOTE] = ACTIONS(2712), - [anon_sym_DQUOTE] = ACTIONS(2712), - [sym_true] = ACTIONS(2710), - [sym_false] = ACTIONS(2710), - [sym_null] = ACTIONS(2710), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2710), - [anon_sym_decltype] = ACTIONS(2710), - [anon_sym_virtual] = ACTIONS(2710), - [anon_sym_explicit] = ACTIONS(2710), - [anon_sym_typename] = ACTIONS(2710), - [anon_sym_template] = ACTIONS(2710), - [anon_sym_operator] = ACTIONS(2710), - [anon_sym_try] = ACTIONS(2710), - [anon_sym_delete] = ACTIONS(2710), - [anon_sym_throw] = ACTIONS(2710), - [anon_sym_namespace] = ACTIONS(2710), - [anon_sym_using] = ACTIONS(2710), - [anon_sym_static_assert] = ACTIONS(2710), - [anon_sym_concept] = ACTIONS(2710), - [anon_sym_co_return] = ACTIONS(2710), - [anon_sym_co_yield] = ACTIONS(2710), - [anon_sym_R_DQUOTE] = ACTIONS(2712), - [anon_sym_LR_DQUOTE] = ACTIONS(2712), - [anon_sym_uR_DQUOTE] = ACTIONS(2712), - [anon_sym_UR_DQUOTE] = ACTIONS(2712), - [anon_sym_u8R_DQUOTE] = ACTIONS(2712), - [anon_sym_co_await] = ACTIONS(2710), - [anon_sym_new] = ACTIONS(2710), - [anon_sym_requires] = ACTIONS(2710), - [sym_this] = ACTIONS(2710), - [sym_nullptr] = ACTIONS(2710), - }, - [501] = { - [sym_identifier] = ACTIONS(2714), - [aux_sym_preproc_include_token1] = ACTIONS(2714), - [aux_sym_preproc_def_token1] = ACTIONS(2714), - [aux_sym_preproc_if_token1] = ACTIONS(2714), - [aux_sym_preproc_if_token2] = ACTIONS(2714), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2714), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2714), - [aux_sym_preproc_else_token1] = ACTIONS(2714), - [aux_sym_preproc_elif_token1] = ACTIONS(2714), - [sym_preproc_directive] = ACTIONS(2714), - [anon_sym_LPAREN2] = ACTIONS(2716), - [anon_sym_BANG] = ACTIONS(2716), - [anon_sym_TILDE] = ACTIONS(2716), - [anon_sym_DASH] = ACTIONS(2714), - [anon_sym_PLUS] = ACTIONS(2714), - [anon_sym_STAR] = ACTIONS(2716), - [anon_sym_AMP_AMP] = ACTIONS(2716), - [anon_sym_AMP] = ACTIONS(2714), - [anon_sym_SEMI] = ACTIONS(2716), - [anon_sym_typedef] = ACTIONS(2714), - [anon_sym_extern] = ACTIONS(2714), - [anon_sym___attribute__] = ACTIONS(2714), - [anon_sym_COLON_COLON] = ACTIONS(2716), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2716), - [anon_sym___declspec] = ACTIONS(2714), - [anon_sym___based] = ACTIONS(2714), - [anon_sym___cdecl] = ACTIONS(2714), - [anon_sym___clrcall] = ACTIONS(2714), - [anon_sym___stdcall] = ACTIONS(2714), - [anon_sym___fastcall] = ACTIONS(2714), - [anon_sym___thiscall] = ACTIONS(2714), - [anon_sym___vectorcall] = ACTIONS(2714), - [anon_sym_LBRACE] = ACTIONS(2716), - [anon_sym_LBRACK] = ACTIONS(2714), - [anon_sym_static] = ACTIONS(2714), - [anon_sym_register] = ACTIONS(2714), - [anon_sym_inline] = ACTIONS(2714), - [anon_sym_thread_local] = ACTIONS(2714), - [anon_sym_const] = ACTIONS(2714), - [anon_sym_volatile] = ACTIONS(2714), - [anon_sym_restrict] = ACTIONS(2714), - [anon_sym__Atomic] = ACTIONS(2714), - [anon_sym_mutable] = ACTIONS(2714), - [anon_sym_constexpr] = ACTIONS(2714), - [anon_sym_constinit] = ACTIONS(2714), - [anon_sym_consteval] = ACTIONS(2714), - [anon_sym_signed] = ACTIONS(2714), - [anon_sym_unsigned] = ACTIONS(2714), - [anon_sym_long] = ACTIONS(2714), - [anon_sym_short] = ACTIONS(2714), - [sym_primitive_type] = ACTIONS(2714), - [anon_sym_enum] = ACTIONS(2714), - [anon_sym_class] = ACTIONS(2714), - [anon_sym_struct] = ACTIONS(2714), - [anon_sym_union] = ACTIONS(2714), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2714), - [anon_sym_case] = ACTIONS(2714), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2714), - [anon_sym_do] = ACTIONS(2714), - [anon_sym_for] = ACTIONS(2714), - [anon_sym_return] = ACTIONS(2714), - [anon_sym_break] = ACTIONS(2714), - [anon_sym_continue] = ACTIONS(2714), - [anon_sym_goto] = ACTIONS(2714), - [anon_sym_not] = ACTIONS(2714), - [anon_sym_compl] = ACTIONS(2714), - [anon_sym_DASH_DASH] = ACTIONS(2716), - [anon_sym_PLUS_PLUS] = ACTIONS(2716), - [anon_sym_sizeof] = ACTIONS(2714), - [sym_number_literal] = ACTIONS(2716), - [anon_sym_L_SQUOTE] = ACTIONS(2716), - [anon_sym_u_SQUOTE] = ACTIONS(2716), - [anon_sym_U_SQUOTE] = ACTIONS(2716), - [anon_sym_u8_SQUOTE] = ACTIONS(2716), - [anon_sym_SQUOTE] = ACTIONS(2716), - [anon_sym_L_DQUOTE] = ACTIONS(2716), - [anon_sym_u_DQUOTE] = ACTIONS(2716), - [anon_sym_U_DQUOTE] = ACTIONS(2716), - [anon_sym_u8_DQUOTE] = ACTIONS(2716), - [anon_sym_DQUOTE] = ACTIONS(2716), - [sym_true] = ACTIONS(2714), - [sym_false] = ACTIONS(2714), - [sym_null] = ACTIONS(2714), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2714), - [anon_sym_decltype] = ACTIONS(2714), - [anon_sym_virtual] = ACTIONS(2714), - [anon_sym_explicit] = ACTIONS(2714), - [anon_sym_typename] = ACTIONS(2714), - [anon_sym_template] = ACTIONS(2714), - [anon_sym_operator] = ACTIONS(2714), - [anon_sym_try] = ACTIONS(2714), - [anon_sym_delete] = ACTIONS(2714), - [anon_sym_throw] = ACTIONS(2714), - [anon_sym_namespace] = ACTIONS(2714), - [anon_sym_using] = ACTIONS(2714), - [anon_sym_static_assert] = ACTIONS(2714), - [anon_sym_concept] = ACTIONS(2714), - [anon_sym_co_return] = ACTIONS(2714), - [anon_sym_co_yield] = ACTIONS(2714), - [anon_sym_R_DQUOTE] = ACTIONS(2716), - [anon_sym_LR_DQUOTE] = ACTIONS(2716), - [anon_sym_uR_DQUOTE] = ACTIONS(2716), - [anon_sym_UR_DQUOTE] = ACTIONS(2716), - [anon_sym_u8R_DQUOTE] = ACTIONS(2716), - [anon_sym_co_await] = ACTIONS(2714), - [anon_sym_new] = ACTIONS(2714), - [anon_sym_requires] = ACTIONS(2714), - [sym_this] = ACTIONS(2714), - [sym_nullptr] = ACTIONS(2714), - }, - [502] = { - [sym_identifier] = ACTIONS(2718), - [aux_sym_preproc_include_token1] = ACTIONS(2718), - [aux_sym_preproc_def_token1] = ACTIONS(2718), - [aux_sym_preproc_if_token1] = ACTIONS(2718), - [aux_sym_preproc_if_token2] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2718), - [aux_sym_preproc_else_token1] = ACTIONS(2718), - [aux_sym_preproc_elif_token1] = ACTIONS(2718), - [sym_preproc_directive] = ACTIONS(2718), - [anon_sym_LPAREN2] = ACTIONS(2720), - [anon_sym_BANG] = ACTIONS(2720), - [anon_sym_TILDE] = ACTIONS(2720), - [anon_sym_DASH] = ACTIONS(2718), - [anon_sym_PLUS] = ACTIONS(2718), - [anon_sym_STAR] = ACTIONS(2720), - [anon_sym_AMP_AMP] = ACTIONS(2720), - [anon_sym_AMP] = ACTIONS(2718), - [anon_sym_SEMI] = ACTIONS(2720), - [anon_sym_typedef] = ACTIONS(2718), - [anon_sym_extern] = ACTIONS(2718), - [anon_sym___attribute__] = ACTIONS(2718), - [anon_sym_COLON_COLON] = ACTIONS(2720), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2720), - [anon_sym___declspec] = ACTIONS(2718), - [anon_sym___based] = ACTIONS(2718), - [anon_sym___cdecl] = ACTIONS(2718), - [anon_sym___clrcall] = ACTIONS(2718), - [anon_sym___stdcall] = ACTIONS(2718), - [anon_sym___fastcall] = ACTIONS(2718), - [anon_sym___thiscall] = ACTIONS(2718), - [anon_sym___vectorcall] = ACTIONS(2718), - [anon_sym_LBRACE] = ACTIONS(2720), - [anon_sym_LBRACK] = ACTIONS(2718), - [anon_sym_static] = ACTIONS(2718), - [anon_sym_register] = ACTIONS(2718), - [anon_sym_inline] = ACTIONS(2718), - [anon_sym_thread_local] = ACTIONS(2718), - [anon_sym_const] = ACTIONS(2718), - [anon_sym_volatile] = ACTIONS(2718), - [anon_sym_restrict] = ACTIONS(2718), - [anon_sym__Atomic] = ACTIONS(2718), - [anon_sym_mutable] = ACTIONS(2718), - [anon_sym_constexpr] = ACTIONS(2718), - [anon_sym_constinit] = ACTIONS(2718), - [anon_sym_consteval] = ACTIONS(2718), - [anon_sym_signed] = ACTIONS(2718), - [anon_sym_unsigned] = ACTIONS(2718), - [anon_sym_long] = ACTIONS(2718), - [anon_sym_short] = ACTIONS(2718), - [sym_primitive_type] = ACTIONS(2718), - [anon_sym_enum] = ACTIONS(2718), - [anon_sym_class] = ACTIONS(2718), - [anon_sym_struct] = ACTIONS(2718), - [anon_sym_union] = ACTIONS(2718), - [anon_sym_if] = ACTIONS(2718), - [anon_sym_switch] = ACTIONS(2718), - [anon_sym_case] = ACTIONS(2718), - [anon_sym_default] = ACTIONS(2718), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2718), - [anon_sym_return] = ACTIONS(2718), - [anon_sym_break] = ACTIONS(2718), - [anon_sym_continue] = ACTIONS(2718), - [anon_sym_goto] = ACTIONS(2718), - [anon_sym_not] = ACTIONS(2718), - [anon_sym_compl] = ACTIONS(2718), - [anon_sym_DASH_DASH] = ACTIONS(2720), - [anon_sym_PLUS_PLUS] = ACTIONS(2720), - [anon_sym_sizeof] = ACTIONS(2718), - [sym_number_literal] = ACTIONS(2720), - [anon_sym_L_SQUOTE] = ACTIONS(2720), - [anon_sym_u_SQUOTE] = ACTIONS(2720), - [anon_sym_U_SQUOTE] = ACTIONS(2720), - [anon_sym_u8_SQUOTE] = ACTIONS(2720), - [anon_sym_SQUOTE] = ACTIONS(2720), - [anon_sym_L_DQUOTE] = ACTIONS(2720), - [anon_sym_u_DQUOTE] = ACTIONS(2720), - [anon_sym_U_DQUOTE] = ACTIONS(2720), - [anon_sym_u8_DQUOTE] = ACTIONS(2720), - [anon_sym_DQUOTE] = ACTIONS(2720), - [sym_true] = ACTIONS(2718), - [sym_false] = ACTIONS(2718), - [sym_null] = ACTIONS(2718), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2718), - [anon_sym_decltype] = ACTIONS(2718), - [anon_sym_virtual] = ACTIONS(2718), - [anon_sym_explicit] = ACTIONS(2718), - [anon_sym_typename] = ACTIONS(2718), - [anon_sym_template] = ACTIONS(2718), - [anon_sym_operator] = ACTIONS(2718), - [anon_sym_try] = ACTIONS(2718), - [anon_sym_delete] = ACTIONS(2718), - [anon_sym_throw] = ACTIONS(2718), - [anon_sym_namespace] = ACTIONS(2718), - [anon_sym_using] = ACTIONS(2718), - [anon_sym_static_assert] = ACTIONS(2718), - [anon_sym_concept] = ACTIONS(2718), - [anon_sym_co_return] = ACTIONS(2718), - [anon_sym_co_yield] = ACTIONS(2718), - [anon_sym_R_DQUOTE] = ACTIONS(2720), - [anon_sym_LR_DQUOTE] = ACTIONS(2720), - [anon_sym_uR_DQUOTE] = ACTIONS(2720), - [anon_sym_UR_DQUOTE] = ACTIONS(2720), - [anon_sym_u8R_DQUOTE] = ACTIONS(2720), - [anon_sym_co_await] = ACTIONS(2718), - [anon_sym_new] = ACTIONS(2718), - [anon_sym_requires] = ACTIONS(2718), - [sym_this] = ACTIONS(2718), - [sym_nullptr] = ACTIONS(2718), - }, - [503] = { - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_unaligned_ptr_modifier] = STATE(4370), - [sym_ms_pointer_modifier] = STATE(3242), - [sym__declarator] = STATE(5342), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5173), - [sym_array_declarator] = STATE(5173), - [sym_type_qualifier] = STATE(3559), - [sym__expression] = STATE(2673), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3312), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_unaligned_ptr_modifier] = STATE(4303), + [sym_ms_pointer_modifier] = STATE(3180), + [sym__declarator] = STATE(5128), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5040), + [sym_array_declarator] = STATE(5040), + [sym_type_qualifier] = STATE(3494), + [sym__expression] = STATE(2619), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3306), [sym_template_function] = STATE(2589), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4893), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4779), [sym_qualified_identifier] = STATE(2590), - [sym_qualified_type_identifier] = STATE(6562), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(2712), - [aux_sym_type_definition_repeat1] = STATE(3559), - [aux_sym_pointer_declarator_repeat1] = STATE(3242), - [sym_identifier] = ACTIONS(2722), - [anon_sym_LPAREN2] = ACTIONS(2724), + [sym_qualified_type_identifier] = STATE(6474), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(2726), + [aux_sym_type_definition_repeat1] = STATE(3494), + [aux_sym_pointer_declarator_repeat1] = STATE(3180), + [sym_identifier] = ACTIONS(2708), + [anon_sym_LPAREN2] = ACTIONS(2710), [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(2726), + [anon_sym_TILDE] = ACTIONS(2712), [anon_sym_DASH] = ACTIONS(1551), [anon_sym_PLUS] = ACTIONS(1551), [anon_sym_STAR] = ACTIONS(1477), @@ -95374,20 +94790,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1479), [anon_sym_COLON_COLON] = ACTIONS(1557), [anon_sym___based] = ACTIONS(47), - [sym_ms_restrict_modifier] = ACTIONS(2728), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2728), - [sym_ms_signed_ptr_modifier] = ACTIONS(2728), - [anon_sym__unaligned] = ACTIONS(2730), - [anon_sym___unaligned] = ACTIONS(2730), + [sym_ms_restrict_modifier] = ACTIONS(2714), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(2714), + [sym_ms_signed_ptr_modifier] = ACTIONS(2714), + [anon_sym__unaligned] = ACTIONS(2716), + [anon_sym___unaligned] = ACTIONS(2716), [anon_sym_LBRACK] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(2732), - [anon_sym_volatile] = ACTIONS(2732), - [anon_sym_restrict] = ACTIONS(2732), - [anon_sym__Atomic] = ACTIONS(2732), - [anon_sym_mutable] = ACTIONS(2732), - [anon_sym_constexpr] = ACTIONS(2732), - [anon_sym_constinit] = ACTIONS(2732), - [anon_sym_consteval] = ACTIONS(2732), + [anon_sym_const] = ACTIONS(2718), + [anon_sym_volatile] = ACTIONS(2718), + [anon_sym_restrict] = ACTIONS(2718), + [anon_sym__Atomic] = ACTIONS(2718), + [anon_sym_mutable] = ACTIONS(2718), + [anon_sym_constexpr] = ACTIONS(2718), + [anon_sym_constinit] = ACTIONS(2718), + [anon_sym_consteval] = ACTIONS(2718), [sym_primitive_type] = ACTIONS(1561), [anon_sym_not] = ACTIONS(1551), [anon_sym_compl] = ACTIONS(1551), @@ -95410,7 +94826,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1501), [anon_sym_delete] = ACTIONS(1575), [anon_sym_R_DQUOTE] = ACTIONS(1577), @@ -95424,4167 +94840,4509 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1573), [sym_nullptr] = ACTIONS(1573), }, + [501] = { + [sym_identifier] = ACTIONS(2720), + [aux_sym_preproc_include_token1] = ACTIONS(2720), + [aux_sym_preproc_def_token1] = ACTIONS(2720), + [aux_sym_preproc_if_token1] = ACTIONS(2720), + [aux_sym_preproc_if_token2] = ACTIONS(2720), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2720), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2720), + [aux_sym_preproc_else_token1] = ACTIONS(2720), + [aux_sym_preproc_elif_token1] = ACTIONS(2720), + [sym_preproc_directive] = ACTIONS(2720), + [anon_sym_LPAREN2] = ACTIONS(2722), + [anon_sym_BANG] = ACTIONS(2722), + [anon_sym_TILDE] = ACTIONS(2722), + [anon_sym_DASH] = ACTIONS(2720), + [anon_sym_PLUS] = ACTIONS(2720), + [anon_sym_STAR] = ACTIONS(2722), + [anon_sym_AMP_AMP] = ACTIONS(2722), + [anon_sym_AMP] = ACTIONS(2720), + [anon_sym_SEMI] = ACTIONS(2722), + [anon_sym_typedef] = ACTIONS(2720), + [anon_sym_extern] = ACTIONS(2720), + [anon_sym___attribute__] = ACTIONS(2720), + [anon_sym_COLON_COLON] = ACTIONS(2722), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2722), + [anon_sym___declspec] = ACTIONS(2720), + [anon_sym___based] = ACTIONS(2720), + [anon_sym___cdecl] = ACTIONS(2720), + [anon_sym___clrcall] = ACTIONS(2720), + [anon_sym___stdcall] = ACTIONS(2720), + [anon_sym___fastcall] = ACTIONS(2720), + [anon_sym___thiscall] = ACTIONS(2720), + [anon_sym___vectorcall] = ACTIONS(2720), + [anon_sym_LBRACE] = ACTIONS(2722), + [anon_sym_LBRACK] = ACTIONS(2720), + [anon_sym_static] = ACTIONS(2720), + [anon_sym_register] = ACTIONS(2720), + [anon_sym_inline] = ACTIONS(2720), + [anon_sym_thread_local] = ACTIONS(2720), + [anon_sym_const] = ACTIONS(2720), + [anon_sym_volatile] = ACTIONS(2720), + [anon_sym_restrict] = ACTIONS(2720), + [anon_sym__Atomic] = ACTIONS(2720), + [anon_sym_mutable] = ACTIONS(2720), + [anon_sym_constexpr] = ACTIONS(2720), + [anon_sym_constinit] = ACTIONS(2720), + [anon_sym_consteval] = ACTIONS(2720), + [anon_sym_signed] = ACTIONS(2720), + [anon_sym_unsigned] = ACTIONS(2720), + [anon_sym_long] = ACTIONS(2720), + [anon_sym_short] = ACTIONS(2720), + [sym_primitive_type] = ACTIONS(2720), + [anon_sym_enum] = ACTIONS(2720), + [anon_sym_class] = ACTIONS(2720), + [anon_sym_struct] = ACTIONS(2720), + [anon_sym_union] = ACTIONS(2720), + [anon_sym_if] = ACTIONS(2720), + [anon_sym_switch] = ACTIONS(2720), + [anon_sym_case] = ACTIONS(2720), + [anon_sym_default] = ACTIONS(2720), + [anon_sym_while] = ACTIONS(2720), + [anon_sym_do] = ACTIONS(2720), + [anon_sym_for] = ACTIONS(2720), + [anon_sym_return] = ACTIONS(2720), + [anon_sym_break] = ACTIONS(2720), + [anon_sym_continue] = ACTIONS(2720), + [anon_sym_goto] = ACTIONS(2720), + [anon_sym_not] = ACTIONS(2720), + [anon_sym_compl] = ACTIONS(2720), + [anon_sym_DASH_DASH] = ACTIONS(2722), + [anon_sym_PLUS_PLUS] = ACTIONS(2722), + [anon_sym_sizeof] = ACTIONS(2720), + [sym_number_literal] = ACTIONS(2722), + [anon_sym_L_SQUOTE] = ACTIONS(2722), + [anon_sym_u_SQUOTE] = ACTIONS(2722), + [anon_sym_U_SQUOTE] = ACTIONS(2722), + [anon_sym_u8_SQUOTE] = ACTIONS(2722), + [anon_sym_SQUOTE] = ACTIONS(2722), + [anon_sym_L_DQUOTE] = ACTIONS(2722), + [anon_sym_u_DQUOTE] = ACTIONS(2722), + [anon_sym_U_DQUOTE] = ACTIONS(2722), + [anon_sym_u8_DQUOTE] = ACTIONS(2722), + [anon_sym_DQUOTE] = ACTIONS(2722), + [sym_true] = ACTIONS(2720), + [sym_false] = ACTIONS(2720), + [sym_null] = ACTIONS(2720), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2720), + [anon_sym_decltype] = ACTIONS(2720), + [anon_sym_virtual] = ACTIONS(2720), + [anon_sym_explicit] = ACTIONS(2720), + [anon_sym_typename] = ACTIONS(2720), + [anon_sym_template] = ACTIONS(2720), + [anon_sym_operator] = ACTIONS(2720), + [anon_sym_try] = ACTIONS(2720), + [anon_sym_delete] = ACTIONS(2720), + [anon_sym_throw] = ACTIONS(2720), + [anon_sym_namespace] = ACTIONS(2720), + [anon_sym_using] = ACTIONS(2720), + [anon_sym_static_assert] = ACTIONS(2720), + [anon_sym_concept] = ACTIONS(2720), + [anon_sym_co_return] = ACTIONS(2720), + [anon_sym_co_yield] = ACTIONS(2720), + [anon_sym_R_DQUOTE] = ACTIONS(2722), + [anon_sym_LR_DQUOTE] = ACTIONS(2722), + [anon_sym_uR_DQUOTE] = ACTIONS(2722), + [anon_sym_UR_DQUOTE] = ACTIONS(2722), + [anon_sym_u8R_DQUOTE] = ACTIONS(2722), + [anon_sym_co_await] = ACTIONS(2720), + [anon_sym_new] = ACTIONS(2720), + [anon_sym_requires] = ACTIONS(2720), + [sym_this] = ACTIONS(2720), + [sym_nullptr] = ACTIONS(2720), + }, + [502] = { + [sym_identifier] = ACTIONS(2724), + [aux_sym_preproc_include_token1] = ACTIONS(2724), + [aux_sym_preproc_def_token1] = ACTIONS(2724), + [aux_sym_preproc_if_token1] = ACTIONS(2724), + [aux_sym_preproc_if_token2] = ACTIONS(2724), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2724), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2724), + [aux_sym_preproc_else_token1] = ACTIONS(2724), + [aux_sym_preproc_elif_token1] = ACTIONS(2724), + [sym_preproc_directive] = ACTIONS(2724), + [anon_sym_LPAREN2] = ACTIONS(2726), + [anon_sym_BANG] = ACTIONS(2726), + [anon_sym_TILDE] = ACTIONS(2726), + [anon_sym_DASH] = ACTIONS(2724), + [anon_sym_PLUS] = ACTIONS(2724), + [anon_sym_STAR] = ACTIONS(2726), + [anon_sym_AMP_AMP] = ACTIONS(2726), + [anon_sym_AMP] = ACTIONS(2724), + [anon_sym_SEMI] = ACTIONS(2726), + [anon_sym_typedef] = ACTIONS(2724), + [anon_sym_extern] = ACTIONS(2724), + [anon_sym___attribute__] = ACTIONS(2724), + [anon_sym_COLON_COLON] = ACTIONS(2726), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2726), + [anon_sym___declspec] = ACTIONS(2724), + [anon_sym___based] = ACTIONS(2724), + [anon_sym___cdecl] = ACTIONS(2724), + [anon_sym___clrcall] = ACTIONS(2724), + [anon_sym___stdcall] = ACTIONS(2724), + [anon_sym___fastcall] = ACTIONS(2724), + [anon_sym___thiscall] = ACTIONS(2724), + [anon_sym___vectorcall] = ACTIONS(2724), + [anon_sym_LBRACE] = ACTIONS(2726), + [anon_sym_LBRACK] = ACTIONS(2724), + [anon_sym_static] = ACTIONS(2724), + [anon_sym_register] = ACTIONS(2724), + [anon_sym_inline] = ACTIONS(2724), + [anon_sym_thread_local] = ACTIONS(2724), + [anon_sym_const] = ACTIONS(2724), + [anon_sym_volatile] = ACTIONS(2724), + [anon_sym_restrict] = ACTIONS(2724), + [anon_sym__Atomic] = ACTIONS(2724), + [anon_sym_mutable] = ACTIONS(2724), + [anon_sym_constexpr] = ACTIONS(2724), + [anon_sym_constinit] = ACTIONS(2724), + [anon_sym_consteval] = ACTIONS(2724), + [anon_sym_signed] = ACTIONS(2724), + [anon_sym_unsigned] = ACTIONS(2724), + [anon_sym_long] = ACTIONS(2724), + [anon_sym_short] = ACTIONS(2724), + [sym_primitive_type] = ACTIONS(2724), + [anon_sym_enum] = ACTIONS(2724), + [anon_sym_class] = ACTIONS(2724), + [anon_sym_struct] = ACTIONS(2724), + [anon_sym_union] = ACTIONS(2724), + [anon_sym_if] = ACTIONS(2724), + [anon_sym_switch] = ACTIONS(2724), + [anon_sym_case] = ACTIONS(2724), + [anon_sym_default] = ACTIONS(2724), + [anon_sym_while] = ACTIONS(2724), + [anon_sym_do] = ACTIONS(2724), + [anon_sym_for] = ACTIONS(2724), + [anon_sym_return] = ACTIONS(2724), + [anon_sym_break] = ACTIONS(2724), + [anon_sym_continue] = ACTIONS(2724), + [anon_sym_goto] = ACTIONS(2724), + [anon_sym_not] = ACTIONS(2724), + [anon_sym_compl] = ACTIONS(2724), + [anon_sym_DASH_DASH] = ACTIONS(2726), + [anon_sym_PLUS_PLUS] = ACTIONS(2726), + [anon_sym_sizeof] = ACTIONS(2724), + [sym_number_literal] = ACTIONS(2726), + [anon_sym_L_SQUOTE] = ACTIONS(2726), + [anon_sym_u_SQUOTE] = ACTIONS(2726), + [anon_sym_U_SQUOTE] = ACTIONS(2726), + [anon_sym_u8_SQUOTE] = ACTIONS(2726), + [anon_sym_SQUOTE] = ACTIONS(2726), + [anon_sym_L_DQUOTE] = ACTIONS(2726), + [anon_sym_u_DQUOTE] = ACTIONS(2726), + [anon_sym_U_DQUOTE] = ACTIONS(2726), + [anon_sym_u8_DQUOTE] = ACTIONS(2726), + [anon_sym_DQUOTE] = ACTIONS(2726), + [sym_true] = ACTIONS(2724), + [sym_false] = ACTIONS(2724), + [sym_null] = ACTIONS(2724), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2724), + [anon_sym_decltype] = ACTIONS(2724), + [anon_sym_virtual] = ACTIONS(2724), + [anon_sym_explicit] = ACTIONS(2724), + [anon_sym_typename] = ACTIONS(2724), + [anon_sym_template] = ACTIONS(2724), + [anon_sym_operator] = ACTIONS(2724), + [anon_sym_try] = ACTIONS(2724), + [anon_sym_delete] = ACTIONS(2724), + [anon_sym_throw] = ACTIONS(2724), + [anon_sym_namespace] = ACTIONS(2724), + [anon_sym_using] = ACTIONS(2724), + [anon_sym_static_assert] = ACTIONS(2724), + [anon_sym_concept] = ACTIONS(2724), + [anon_sym_co_return] = ACTIONS(2724), + [anon_sym_co_yield] = ACTIONS(2724), + [anon_sym_R_DQUOTE] = ACTIONS(2726), + [anon_sym_LR_DQUOTE] = ACTIONS(2726), + [anon_sym_uR_DQUOTE] = ACTIONS(2726), + [anon_sym_UR_DQUOTE] = ACTIONS(2726), + [anon_sym_u8R_DQUOTE] = ACTIONS(2726), + [anon_sym_co_await] = ACTIONS(2724), + [anon_sym_new] = ACTIONS(2724), + [anon_sym_requires] = ACTIONS(2724), + [sym_this] = ACTIONS(2724), + [sym_nullptr] = ACTIONS(2724), + }, + [503] = { + [sym_type_qualifier] = STATE(3376), + [sym__type_specifier] = STATE(4186), + [sym_sized_type_specifier] = STATE(3208), + [sym_enum_specifier] = STATE(3208), + [sym_struct_specifier] = STATE(3208), + [sym_union_specifier] = STATE(3208), + [sym__expression] = STATE(3686), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_type_descriptor] = STATE(5889), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_placeholder_type_specifier] = STATE(3208), + [sym_decltype_auto] = STATE(3209), + [sym_decltype] = STATE(3117), + [sym_class_specifier] = STATE(3208), + [sym__class_name] = STATE(6209), + [sym_dependent_type] = STATE(3208), + [sym_template_type] = STATE(4419), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_type_parameter_pack_expansion] = STATE(6242), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4811), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(4486), + [sym_user_defined_literal] = STATE(3852), + [aux_sym_type_definition_repeat1] = STATE(3376), + [aux_sym_sized_type_specifier_repeat1] = STATE(2424), + [sym_identifier] = ACTIONS(2402), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2414), + [anon_sym_unsigned] = ACTIONS(2414), + [anon_sym_long] = ACTIONS(2414), + [anon_sym_short] = ACTIONS(2414), + [sym_primitive_type] = ACTIONS(2416), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_class] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2424), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2438), + [anon_sym_decltype] = ACTIONS(2440), + [anon_sym_typename] = ACTIONS(2442), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, [504] = { - [sym_identifier] = ACTIONS(2718), - [aux_sym_preproc_include_token1] = ACTIONS(2718), - [aux_sym_preproc_def_token1] = ACTIONS(2718), - [aux_sym_preproc_if_token1] = ACTIONS(2718), - [aux_sym_preproc_if_token2] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2718), - [aux_sym_preproc_else_token1] = ACTIONS(2718), - [aux_sym_preproc_elif_token1] = ACTIONS(2718), - [sym_preproc_directive] = ACTIONS(2718), - [anon_sym_LPAREN2] = ACTIONS(2720), - [anon_sym_BANG] = ACTIONS(2720), - [anon_sym_TILDE] = ACTIONS(2720), - [anon_sym_DASH] = ACTIONS(2718), - [anon_sym_PLUS] = ACTIONS(2718), - [anon_sym_STAR] = ACTIONS(2720), - [anon_sym_AMP_AMP] = ACTIONS(2720), - [anon_sym_AMP] = ACTIONS(2718), - [anon_sym_SEMI] = ACTIONS(2720), - [anon_sym_typedef] = ACTIONS(2718), - [anon_sym_extern] = ACTIONS(2718), - [anon_sym___attribute__] = ACTIONS(2718), - [anon_sym_COLON_COLON] = ACTIONS(2720), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2720), - [anon_sym___declspec] = ACTIONS(2718), - [anon_sym___based] = ACTIONS(2718), - [anon_sym___cdecl] = ACTIONS(2718), - [anon_sym___clrcall] = ACTIONS(2718), - [anon_sym___stdcall] = ACTIONS(2718), - [anon_sym___fastcall] = ACTIONS(2718), - [anon_sym___thiscall] = ACTIONS(2718), - [anon_sym___vectorcall] = ACTIONS(2718), - [anon_sym_LBRACE] = ACTIONS(2720), - [anon_sym_LBRACK] = ACTIONS(2718), - [anon_sym_static] = ACTIONS(2718), - [anon_sym_register] = ACTIONS(2718), - [anon_sym_inline] = ACTIONS(2718), - [anon_sym_thread_local] = ACTIONS(2718), - [anon_sym_const] = ACTIONS(2718), - [anon_sym_volatile] = ACTIONS(2718), - [anon_sym_restrict] = ACTIONS(2718), - [anon_sym__Atomic] = ACTIONS(2718), - [anon_sym_mutable] = ACTIONS(2718), - [anon_sym_constexpr] = ACTIONS(2718), - [anon_sym_constinit] = ACTIONS(2718), - [anon_sym_consteval] = ACTIONS(2718), - [anon_sym_signed] = ACTIONS(2718), - [anon_sym_unsigned] = ACTIONS(2718), - [anon_sym_long] = ACTIONS(2718), - [anon_sym_short] = ACTIONS(2718), - [sym_primitive_type] = ACTIONS(2718), - [anon_sym_enum] = ACTIONS(2718), - [anon_sym_class] = ACTIONS(2718), - [anon_sym_struct] = ACTIONS(2718), - [anon_sym_union] = ACTIONS(2718), - [anon_sym_if] = ACTIONS(2718), - [anon_sym_switch] = ACTIONS(2718), - [anon_sym_case] = ACTIONS(2718), - [anon_sym_default] = ACTIONS(2718), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2718), - [anon_sym_return] = ACTIONS(2718), - [anon_sym_break] = ACTIONS(2718), - [anon_sym_continue] = ACTIONS(2718), - [anon_sym_goto] = ACTIONS(2718), - [anon_sym_not] = ACTIONS(2718), - [anon_sym_compl] = ACTIONS(2718), - [anon_sym_DASH_DASH] = ACTIONS(2720), - [anon_sym_PLUS_PLUS] = ACTIONS(2720), - [anon_sym_sizeof] = ACTIONS(2718), - [sym_number_literal] = ACTIONS(2720), - [anon_sym_L_SQUOTE] = ACTIONS(2720), - [anon_sym_u_SQUOTE] = ACTIONS(2720), - [anon_sym_U_SQUOTE] = ACTIONS(2720), - [anon_sym_u8_SQUOTE] = ACTIONS(2720), - [anon_sym_SQUOTE] = ACTIONS(2720), - [anon_sym_L_DQUOTE] = ACTIONS(2720), - [anon_sym_u_DQUOTE] = ACTIONS(2720), - [anon_sym_U_DQUOTE] = ACTIONS(2720), - [anon_sym_u8_DQUOTE] = ACTIONS(2720), - [anon_sym_DQUOTE] = ACTIONS(2720), - [sym_true] = ACTIONS(2718), - [sym_false] = ACTIONS(2718), - [sym_null] = ACTIONS(2718), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2718), - [anon_sym_decltype] = ACTIONS(2718), - [anon_sym_virtual] = ACTIONS(2718), - [anon_sym_explicit] = ACTIONS(2718), - [anon_sym_typename] = ACTIONS(2718), - [anon_sym_template] = ACTIONS(2718), - [anon_sym_operator] = ACTIONS(2718), - [anon_sym_try] = ACTIONS(2718), - [anon_sym_delete] = ACTIONS(2718), - [anon_sym_throw] = ACTIONS(2718), - [anon_sym_namespace] = ACTIONS(2718), - [anon_sym_using] = ACTIONS(2718), - [anon_sym_static_assert] = ACTIONS(2718), - [anon_sym_concept] = ACTIONS(2718), - [anon_sym_co_return] = ACTIONS(2718), - [anon_sym_co_yield] = ACTIONS(2718), - [anon_sym_R_DQUOTE] = ACTIONS(2720), - [anon_sym_LR_DQUOTE] = ACTIONS(2720), - [anon_sym_uR_DQUOTE] = ACTIONS(2720), - [anon_sym_UR_DQUOTE] = ACTIONS(2720), - [anon_sym_u8R_DQUOTE] = ACTIONS(2720), - [anon_sym_co_await] = ACTIONS(2718), - [anon_sym_new] = ACTIONS(2718), - [anon_sym_requires] = ACTIONS(2718), - [sym_this] = ACTIONS(2718), - [sym_nullptr] = ACTIONS(2718), + [sym_identifier] = ACTIONS(2340), + [aux_sym_preproc_include_token1] = ACTIONS(2340), + [aux_sym_preproc_def_token1] = ACTIONS(2340), + [aux_sym_preproc_if_token1] = ACTIONS(2340), + [aux_sym_preproc_if_token2] = ACTIONS(2340), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2340), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2340), + [sym_preproc_directive] = ACTIONS(2340), + [anon_sym_LPAREN2] = ACTIONS(2338), + [anon_sym_BANG] = ACTIONS(2338), + [anon_sym_TILDE] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2340), + [anon_sym_PLUS] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_AMP_AMP] = ACTIONS(2338), + [anon_sym_AMP] = ACTIONS(2340), + [anon_sym_SEMI] = ACTIONS(2338), + [anon_sym_typedef] = ACTIONS(2340), + [anon_sym_extern] = ACTIONS(2340), + [anon_sym___attribute__] = ACTIONS(2340), + [anon_sym_COLON_COLON] = ACTIONS(2338), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2338), + [anon_sym___declspec] = ACTIONS(2340), + [anon_sym___based] = ACTIONS(2340), + [anon_sym___cdecl] = ACTIONS(2340), + [anon_sym___clrcall] = ACTIONS(2340), + [anon_sym___stdcall] = ACTIONS(2340), + [anon_sym___fastcall] = ACTIONS(2340), + [anon_sym___thiscall] = ACTIONS(2340), + [anon_sym___vectorcall] = ACTIONS(2340), + [anon_sym_LBRACE] = ACTIONS(2338), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_static] = ACTIONS(2340), + [anon_sym_register] = ACTIONS(2340), + [anon_sym_inline] = ACTIONS(2340), + [anon_sym_thread_local] = ACTIONS(2340), + [anon_sym_const] = ACTIONS(2340), + [anon_sym_volatile] = ACTIONS(2340), + [anon_sym_restrict] = ACTIONS(2340), + [anon_sym__Atomic] = ACTIONS(2340), + [anon_sym_mutable] = ACTIONS(2340), + [anon_sym_constexpr] = ACTIONS(2340), + [anon_sym_constinit] = ACTIONS(2340), + [anon_sym_consteval] = ACTIONS(2340), + [anon_sym_signed] = ACTIONS(2340), + [anon_sym_unsigned] = ACTIONS(2340), + [anon_sym_long] = ACTIONS(2340), + [anon_sym_short] = ACTIONS(2340), + [sym_primitive_type] = ACTIONS(2340), + [anon_sym_enum] = ACTIONS(2340), + [anon_sym_class] = ACTIONS(2340), + [anon_sym_struct] = ACTIONS(2340), + [anon_sym_union] = ACTIONS(2340), + [anon_sym_if] = ACTIONS(2340), + [anon_sym_else] = ACTIONS(2340), + [anon_sym_switch] = ACTIONS(2340), + [anon_sym_case] = ACTIONS(2340), + [anon_sym_default] = ACTIONS(2340), + [anon_sym_while] = ACTIONS(2340), + [anon_sym_do] = ACTIONS(2340), + [anon_sym_for] = ACTIONS(2340), + [anon_sym_return] = ACTIONS(2340), + [anon_sym_break] = ACTIONS(2340), + [anon_sym_continue] = ACTIONS(2340), + [anon_sym_goto] = ACTIONS(2340), + [anon_sym_not] = ACTIONS(2340), + [anon_sym_compl] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2338), + [anon_sym_sizeof] = ACTIONS(2340), + [sym_number_literal] = ACTIONS(2338), + [anon_sym_L_SQUOTE] = ACTIONS(2338), + [anon_sym_u_SQUOTE] = ACTIONS(2338), + [anon_sym_U_SQUOTE] = ACTIONS(2338), + [anon_sym_u8_SQUOTE] = ACTIONS(2338), + [anon_sym_SQUOTE] = ACTIONS(2338), + [anon_sym_L_DQUOTE] = ACTIONS(2338), + [anon_sym_u_DQUOTE] = ACTIONS(2338), + [anon_sym_U_DQUOTE] = ACTIONS(2338), + [anon_sym_u8_DQUOTE] = ACTIONS(2338), + [anon_sym_DQUOTE] = ACTIONS(2338), + [sym_true] = ACTIONS(2340), + [sym_false] = ACTIONS(2340), + [sym_null] = ACTIONS(2340), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2340), + [anon_sym_decltype] = ACTIONS(2340), + [anon_sym_virtual] = ACTIONS(2340), + [anon_sym_explicit] = ACTIONS(2340), + [anon_sym_typename] = ACTIONS(2340), + [anon_sym_template] = ACTIONS(2340), + [anon_sym_operator] = ACTIONS(2340), + [anon_sym_try] = ACTIONS(2340), + [anon_sym_delete] = ACTIONS(2340), + [anon_sym_throw] = ACTIONS(2340), + [anon_sym_namespace] = ACTIONS(2340), + [anon_sym_using] = ACTIONS(2340), + [anon_sym_static_assert] = ACTIONS(2340), + [anon_sym_concept] = ACTIONS(2340), + [anon_sym_co_return] = ACTIONS(2340), + [anon_sym_co_yield] = ACTIONS(2340), + [anon_sym_catch] = ACTIONS(2340), + [anon_sym_R_DQUOTE] = ACTIONS(2338), + [anon_sym_LR_DQUOTE] = ACTIONS(2338), + [anon_sym_uR_DQUOTE] = ACTIONS(2338), + [anon_sym_UR_DQUOTE] = ACTIONS(2338), + [anon_sym_u8R_DQUOTE] = ACTIONS(2338), + [anon_sym_co_await] = ACTIONS(2340), + [anon_sym_new] = ACTIONS(2340), + [anon_sym_requires] = ACTIONS(2340), + [sym_this] = ACTIONS(2340), + [sym_nullptr] = ACTIONS(2340), }, [505] = { - [sym_identifier] = ACTIONS(2734), - [aux_sym_preproc_include_token1] = ACTIONS(2734), - [aux_sym_preproc_def_token1] = ACTIONS(2734), - [aux_sym_preproc_if_token1] = ACTIONS(2734), - [aux_sym_preproc_if_token2] = ACTIONS(2734), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2734), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2734), - [aux_sym_preproc_else_token1] = ACTIONS(2734), - [aux_sym_preproc_elif_token1] = ACTIONS(2734), - [sym_preproc_directive] = ACTIONS(2734), - [anon_sym_LPAREN2] = ACTIONS(2736), - [anon_sym_BANG] = ACTIONS(2736), - [anon_sym_TILDE] = ACTIONS(2736), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_STAR] = ACTIONS(2736), - [anon_sym_AMP_AMP] = ACTIONS(2736), - [anon_sym_AMP] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2736), - [anon_sym_typedef] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym___attribute__] = ACTIONS(2734), - [anon_sym_COLON_COLON] = ACTIONS(2736), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2736), - [anon_sym___declspec] = ACTIONS(2734), - [anon_sym___based] = ACTIONS(2734), - [anon_sym___cdecl] = ACTIONS(2734), - [anon_sym___clrcall] = ACTIONS(2734), - [anon_sym___stdcall] = ACTIONS(2734), - [anon_sym___fastcall] = ACTIONS(2734), - [anon_sym___thiscall] = ACTIONS(2734), - [anon_sym___vectorcall] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2736), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_static] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_inline] = ACTIONS(2734), - [anon_sym_thread_local] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_volatile] = ACTIONS(2734), - [anon_sym_restrict] = ACTIONS(2734), - [anon_sym__Atomic] = ACTIONS(2734), - [anon_sym_mutable] = ACTIONS(2734), - [anon_sym_constexpr] = ACTIONS(2734), - [anon_sym_constinit] = ACTIONS(2734), - [anon_sym_consteval] = ACTIONS(2734), - [anon_sym_signed] = ACTIONS(2734), - [anon_sym_unsigned] = ACTIONS(2734), - [anon_sym_long] = ACTIONS(2734), - [anon_sym_short] = ACTIONS(2734), - [sym_primitive_type] = ACTIONS(2734), - [anon_sym_enum] = ACTIONS(2734), - [anon_sym_class] = ACTIONS(2734), - [anon_sym_struct] = ACTIONS(2734), - [anon_sym_union] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_switch] = ACTIONS(2734), - [anon_sym_case] = ACTIONS(2734), - [anon_sym_default] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_goto] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [anon_sym_compl] = ACTIONS(2734), - [anon_sym_DASH_DASH] = ACTIONS(2736), - [anon_sym_PLUS_PLUS] = ACTIONS(2736), - [anon_sym_sizeof] = ACTIONS(2734), - [sym_number_literal] = ACTIONS(2736), - [anon_sym_L_SQUOTE] = ACTIONS(2736), - [anon_sym_u_SQUOTE] = ACTIONS(2736), - [anon_sym_U_SQUOTE] = ACTIONS(2736), - [anon_sym_u8_SQUOTE] = ACTIONS(2736), - [anon_sym_SQUOTE] = ACTIONS(2736), - [anon_sym_L_DQUOTE] = ACTIONS(2736), - [anon_sym_u_DQUOTE] = ACTIONS(2736), - [anon_sym_U_DQUOTE] = ACTIONS(2736), - [anon_sym_u8_DQUOTE] = ACTIONS(2736), - [anon_sym_DQUOTE] = ACTIONS(2736), - [sym_true] = ACTIONS(2734), - [sym_false] = ACTIONS(2734), - [sym_null] = ACTIONS(2734), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2734), - [anon_sym_decltype] = ACTIONS(2734), - [anon_sym_virtual] = ACTIONS(2734), - [anon_sym_explicit] = ACTIONS(2734), - [anon_sym_typename] = ACTIONS(2734), - [anon_sym_template] = ACTIONS(2734), - [anon_sym_operator] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_delete] = ACTIONS(2734), - [anon_sym_throw] = ACTIONS(2734), - [anon_sym_namespace] = ACTIONS(2734), - [anon_sym_using] = ACTIONS(2734), - [anon_sym_static_assert] = ACTIONS(2734), - [anon_sym_concept] = ACTIONS(2734), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_R_DQUOTE] = ACTIONS(2736), - [anon_sym_LR_DQUOTE] = ACTIONS(2736), - [anon_sym_uR_DQUOTE] = ACTIONS(2736), - [anon_sym_UR_DQUOTE] = ACTIONS(2736), - [anon_sym_u8R_DQUOTE] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(2734), - [anon_sym_new] = ACTIONS(2734), - [anon_sym_requires] = ACTIONS(2734), - [sym_this] = ACTIONS(2734), - [sym_nullptr] = ACTIONS(2734), + [sym_identifier] = ACTIONS(2290), + [aux_sym_preproc_include_token1] = ACTIONS(2290), + [aux_sym_preproc_def_token1] = ACTIONS(2290), + [aux_sym_preproc_if_token1] = ACTIONS(2290), + [aux_sym_preproc_if_token2] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), + [sym_preproc_directive] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2290), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_AMP_AMP] = ACTIONS(2288), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_SEMI] = ACTIONS(2288), + [anon_sym_typedef] = ACTIONS(2290), + [anon_sym_extern] = ACTIONS(2290), + [anon_sym___attribute__] = ACTIONS(2290), + [anon_sym_COLON_COLON] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2290), + [anon_sym___based] = ACTIONS(2290), + [anon_sym___cdecl] = ACTIONS(2290), + [anon_sym___clrcall] = ACTIONS(2290), + [anon_sym___stdcall] = ACTIONS(2290), + [anon_sym___fastcall] = ACTIONS(2290), + [anon_sym___thiscall] = ACTIONS(2290), + [anon_sym___vectorcall] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_register] = ACTIONS(2290), + [anon_sym_inline] = ACTIONS(2290), + [anon_sym_thread_local] = ACTIONS(2290), + [anon_sym_const] = ACTIONS(2290), + [anon_sym_volatile] = ACTIONS(2290), + [anon_sym_restrict] = ACTIONS(2290), + [anon_sym__Atomic] = ACTIONS(2290), + [anon_sym_mutable] = ACTIONS(2290), + [anon_sym_constexpr] = ACTIONS(2290), + [anon_sym_constinit] = ACTIONS(2290), + [anon_sym_consteval] = ACTIONS(2290), + [anon_sym_signed] = ACTIONS(2290), + [anon_sym_unsigned] = ACTIONS(2290), + [anon_sym_long] = ACTIONS(2290), + [anon_sym_short] = ACTIONS(2290), + [sym_primitive_type] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_union] = ACTIONS(2290), + [anon_sym_if] = ACTIONS(2290), + [anon_sym_else] = ACTIONS(2290), + [anon_sym_switch] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_default] = ACTIONS(2290), + [anon_sym_while] = ACTIONS(2290), + [anon_sym_do] = ACTIONS(2290), + [anon_sym_for] = ACTIONS(2290), + [anon_sym_return] = ACTIONS(2290), + [anon_sym_break] = ACTIONS(2290), + [anon_sym_continue] = ACTIONS(2290), + [anon_sym_goto] = ACTIONS(2290), + [anon_sym_not] = ACTIONS(2290), + [anon_sym_compl] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2290), + [sym_number_literal] = ACTIONS(2288), + [anon_sym_L_SQUOTE] = ACTIONS(2288), + [anon_sym_u_SQUOTE] = ACTIONS(2288), + [anon_sym_U_SQUOTE] = ACTIONS(2288), + [anon_sym_u8_SQUOTE] = ACTIONS(2288), + [anon_sym_SQUOTE] = ACTIONS(2288), + [anon_sym_L_DQUOTE] = ACTIONS(2288), + [anon_sym_u_DQUOTE] = ACTIONS(2288), + [anon_sym_U_DQUOTE] = ACTIONS(2288), + [anon_sym_u8_DQUOTE] = ACTIONS(2288), + [anon_sym_DQUOTE] = ACTIONS(2288), + [sym_true] = ACTIONS(2290), + [sym_false] = ACTIONS(2290), + [sym_null] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2290), + [anon_sym_decltype] = ACTIONS(2290), + [anon_sym_virtual] = ACTIONS(2290), + [anon_sym_explicit] = ACTIONS(2290), + [anon_sym_typename] = ACTIONS(2290), + [anon_sym_template] = ACTIONS(2290), + [anon_sym_operator] = ACTIONS(2290), + [anon_sym_try] = ACTIONS(2290), + [anon_sym_delete] = ACTIONS(2290), + [anon_sym_throw] = ACTIONS(2290), + [anon_sym_namespace] = ACTIONS(2290), + [anon_sym_using] = ACTIONS(2290), + [anon_sym_static_assert] = ACTIONS(2290), + [anon_sym_concept] = ACTIONS(2290), + [anon_sym_co_return] = ACTIONS(2290), + [anon_sym_co_yield] = ACTIONS(2290), + [anon_sym_catch] = ACTIONS(2290), + [anon_sym_R_DQUOTE] = ACTIONS(2288), + [anon_sym_LR_DQUOTE] = ACTIONS(2288), + [anon_sym_uR_DQUOTE] = ACTIONS(2288), + [anon_sym_UR_DQUOTE] = ACTIONS(2288), + [anon_sym_u8R_DQUOTE] = ACTIONS(2288), + [anon_sym_co_await] = ACTIONS(2290), + [anon_sym_new] = ACTIONS(2290), + [anon_sym_requires] = ACTIONS(2290), + [sym_this] = ACTIONS(2290), + [sym_nullptr] = ACTIONS(2290), }, [506] = { - [sym_identifier] = ACTIONS(2738), - [aux_sym_preproc_include_token1] = ACTIONS(2738), - [aux_sym_preproc_def_token1] = ACTIONS(2738), - [aux_sym_preproc_if_token1] = ACTIONS(2738), - [aux_sym_preproc_if_token2] = ACTIONS(2738), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2738), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2738), - [aux_sym_preproc_else_token1] = ACTIONS(2738), - [aux_sym_preproc_elif_token1] = ACTIONS(2738), - [sym_preproc_directive] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(2740), - [anon_sym_BANG] = ACTIONS(2740), - [anon_sym_TILDE] = ACTIONS(2740), - [anon_sym_DASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2738), - [anon_sym_STAR] = ACTIONS(2740), - [anon_sym_AMP_AMP] = ACTIONS(2740), - [anon_sym_AMP] = ACTIONS(2738), - [anon_sym_SEMI] = ACTIONS(2740), - [anon_sym_typedef] = ACTIONS(2738), - [anon_sym_extern] = ACTIONS(2738), - [anon_sym___attribute__] = ACTIONS(2738), - [anon_sym_COLON_COLON] = ACTIONS(2740), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2740), - [anon_sym___declspec] = ACTIONS(2738), - [anon_sym___based] = ACTIONS(2738), - [anon_sym___cdecl] = ACTIONS(2738), - [anon_sym___clrcall] = ACTIONS(2738), - [anon_sym___stdcall] = ACTIONS(2738), - [anon_sym___fastcall] = ACTIONS(2738), - [anon_sym___thiscall] = ACTIONS(2738), - [anon_sym___vectorcall] = ACTIONS(2738), - [anon_sym_LBRACE] = ACTIONS(2740), - [anon_sym_LBRACK] = ACTIONS(2738), - [anon_sym_static] = ACTIONS(2738), - [anon_sym_register] = ACTIONS(2738), - [anon_sym_inline] = ACTIONS(2738), - [anon_sym_thread_local] = ACTIONS(2738), - [anon_sym_const] = ACTIONS(2738), - [anon_sym_volatile] = ACTIONS(2738), - [anon_sym_restrict] = ACTIONS(2738), - [anon_sym__Atomic] = ACTIONS(2738), - [anon_sym_mutable] = ACTIONS(2738), - [anon_sym_constexpr] = ACTIONS(2738), - [anon_sym_constinit] = ACTIONS(2738), - [anon_sym_consteval] = ACTIONS(2738), - [anon_sym_signed] = ACTIONS(2738), - [anon_sym_unsigned] = ACTIONS(2738), - [anon_sym_long] = ACTIONS(2738), - [anon_sym_short] = ACTIONS(2738), - [sym_primitive_type] = ACTIONS(2738), - [anon_sym_enum] = ACTIONS(2738), - [anon_sym_class] = ACTIONS(2738), - [anon_sym_struct] = ACTIONS(2738), - [anon_sym_union] = ACTIONS(2738), - [anon_sym_if] = ACTIONS(2738), - [anon_sym_switch] = ACTIONS(2738), - [anon_sym_case] = ACTIONS(2738), - [anon_sym_default] = ACTIONS(2738), - [anon_sym_while] = ACTIONS(2738), - [anon_sym_do] = ACTIONS(2738), - [anon_sym_for] = ACTIONS(2738), - [anon_sym_return] = ACTIONS(2738), - [anon_sym_break] = ACTIONS(2738), - [anon_sym_continue] = ACTIONS(2738), - [anon_sym_goto] = ACTIONS(2738), - [anon_sym_not] = ACTIONS(2738), - [anon_sym_compl] = ACTIONS(2738), - [anon_sym_DASH_DASH] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_sizeof] = ACTIONS(2738), - [sym_number_literal] = ACTIONS(2740), - [anon_sym_L_SQUOTE] = ACTIONS(2740), - [anon_sym_u_SQUOTE] = ACTIONS(2740), - [anon_sym_U_SQUOTE] = ACTIONS(2740), - [anon_sym_u8_SQUOTE] = ACTIONS(2740), - [anon_sym_SQUOTE] = ACTIONS(2740), - [anon_sym_L_DQUOTE] = ACTIONS(2740), - [anon_sym_u_DQUOTE] = ACTIONS(2740), - [anon_sym_U_DQUOTE] = ACTIONS(2740), - [anon_sym_u8_DQUOTE] = ACTIONS(2740), - [anon_sym_DQUOTE] = ACTIONS(2740), - [sym_true] = ACTIONS(2738), - [sym_false] = ACTIONS(2738), - [sym_null] = ACTIONS(2738), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2738), - [anon_sym_decltype] = ACTIONS(2738), - [anon_sym_virtual] = ACTIONS(2738), - [anon_sym_explicit] = ACTIONS(2738), - [anon_sym_typename] = ACTIONS(2738), - [anon_sym_template] = ACTIONS(2738), - [anon_sym_operator] = ACTIONS(2738), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_delete] = ACTIONS(2738), - [anon_sym_throw] = ACTIONS(2738), - [anon_sym_namespace] = ACTIONS(2738), - [anon_sym_using] = ACTIONS(2738), - [anon_sym_static_assert] = ACTIONS(2738), - [anon_sym_concept] = ACTIONS(2738), - [anon_sym_co_return] = ACTIONS(2738), - [anon_sym_co_yield] = ACTIONS(2738), - [anon_sym_R_DQUOTE] = ACTIONS(2740), - [anon_sym_LR_DQUOTE] = ACTIONS(2740), - [anon_sym_uR_DQUOTE] = ACTIONS(2740), - [anon_sym_UR_DQUOTE] = ACTIONS(2740), - [anon_sym_u8R_DQUOTE] = ACTIONS(2740), - [anon_sym_co_await] = ACTIONS(2738), - [anon_sym_new] = ACTIONS(2738), - [anon_sym_requires] = ACTIONS(2738), - [sym_this] = ACTIONS(2738), - [sym_nullptr] = ACTIONS(2738), + [sym_identifier] = ACTIONS(2728), + [aux_sym_preproc_include_token1] = ACTIONS(2728), + [aux_sym_preproc_def_token1] = ACTIONS(2728), + [aux_sym_preproc_if_token1] = ACTIONS(2728), + [aux_sym_preproc_if_token2] = ACTIONS(2728), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2728), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2728), + [aux_sym_preproc_else_token1] = ACTIONS(2728), + [aux_sym_preproc_elif_token1] = ACTIONS(2728), + [sym_preproc_directive] = ACTIONS(2728), + [anon_sym_LPAREN2] = ACTIONS(2730), + [anon_sym_BANG] = ACTIONS(2730), + [anon_sym_TILDE] = ACTIONS(2730), + [anon_sym_DASH] = ACTIONS(2728), + [anon_sym_PLUS] = ACTIONS(2728), + [anon_sym_STAR] = ACTIONS(2730), + [anon_sym_AMP_AMP] = ACTIONS(2730), + [anon_sym_AMP] = ACTIONS(2728), + [anon_sym_SEMI] = ACTIONS(2730), + [anon_sym_typedef] = ACTIONS(2728), + [anon_sym_extern] = ACTIONS(2728), + [anon_sym___attribute__] = ACTIONS(2728), + [anon_sym_COLON_COLON] = ACTIONS(2730), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2730), + [anon_sym___declspec] = ACTIONS(2728), + [anon_sym___based] = ACTIONS(2728), + [anon_sym___cdecl] = ACTIONS(2728), + [anon_sym___clrcall] = ACTIONS(2728), + [anon_sym___stdcall] = ACTIONS(2728), + [anon_sym___fastcall] = ACTIONS(2728), + [anon_sym___thiscall] = ACTIONS(2728), + [anon_sym___vectorcall] = ACTIONS(2728), + [anon_sym_LBRACE] = ACTIONS(2730), + [anon_sym_LBRACK] = ACTIONS(2728), + [anon_sym_static] = ACTIONS(2728), + [anon_sym_register] = ACTIONS(2728), + [anon_sym_inline] = ACTIONS(2728), + [anon_sym_thread_local] = ACTIONS(2728), + [anon_sym_const] = ACTIONS(2728), + [anon_sym_volatile] = ACTIONS(2728), + [anon_sym_restrict] = ACTIONS(2728), + [anon_sym__Atomic] = ACTIONS(2728), + [anon_sym_mutable] = ACTIONS(2728), + [anon_sym_constexpr] = ACTIONS(2728), + [anon_sym_constinit] = ACTIONS(2728), + [anon_sym_consteval] = ACTIONS(2728), + [anon_sym_signed] = ACTIONS(2728), + [anon_sym_unsigned] = ACTIONS(2728), + [anon_sym_long] = ACTIONS(2728), + [anon_sym_short] = ACTIONS(2728), + [sym_primitive_type] = ACTIONS(2728), + [anon_sym_enum] = ACTIONS(2728), + [anon_sym_class] = ACTIONS(2728), + [anon_sym_struct] = ACTIONS(2728), + [anon_sym_union] = ACTIONS(2728), + [anon_sym_if] = ACTIONS(2728), + [anon_sym_switch] = ACTIONS(2728), + [anon_sym_case] = ACTIONS(2728), + [anon_sym_default] = ACTIONS(2728), + [anon_sym_while] = ACTIONS(2728), + [anon_sym_do] = ACTIONS(2728), + [anon_sym_for] = ACTIONS(2728), + [anon_sym_return] = ACTIONS(2728), + [anon_sym_break] = ACTIONS(2728), + [anon_sym_continue] = ACTIONS(2728), + [anon_sym_goto] = ACTIONS(2728), + [anon_sym_not] = ACTIONS(2728), + [anon_sym_compl] = ACTIONS(2728), + [anon_sym_DASH_DASH] = ACTIONS(2730), + [anon_sym_PLUS_PLUS] = ACTIONS(2730), + [anon_sym_sizeof] = ACTIONS(2728), + [sym_number_literal] = ACTIONS(2730), + [anon_sym_L_SQUOTE] = ACTIONS(2730), + [anon_sym_u_SQUOTE] = ACTIONS(2730), + [anon_sym_U_SQUOTE] = ACTIONS(2730), + [anon_sym_u8_SQUOTE] = ACTIONS(2730), + [anon_sym_SQUOTE] = ACTIONS(2730), + [anon_sym_L_DQUOTE] = ACTIONS(2730), + [anon_sym_u_DQUOTE] = ACTIONS(2730), + [anon_sym_U_DQUOTE] = ACTIONS(2730), + [anon_sym_u8_DQUOTE] = ACTIONS(2730), + [anon_sym_DQUOTE] = ACTIONS(2730), + [sym_true] = ACTIONS(2728), + [sym_false] = ACTIONS(2728), + [sym_null] = ACTIONS(2728), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2728), + [anon_sym_decltype] = ACTIONS(2728), + [anon_sym_virtual] = ACTIONS(2728), + [anon_sym_explicit] = ACTIONS(2728), + [anon_sym_typename] = ACTIONS(2728), + [anon_sym_template] = ACTIONS(2728), + [anon_sym_operator] = ACTIONS(2728), + [anon_sym_try] = ACTIONS(2728), + [anon_sym_delete] = ACTIONS(2728), + [anon_sym_throw] = ACTIONS(2728), + [anon_sym_namespace] = ACTIONS(2728), + [anon_sym_using] = ACTIONS(2728), + [anon_sym_static_assert] = ACTIONS(2728), + [anon_sym_concept] = ACTIONS(2728), + [anon_sym_co_return] = ACTIONS(2728), + [anon_sym_co_yield] = ACTIONS(2728), + [anon_sym_R_DQUOTE] = ACTIONS(2730), + [anon_sym_LR_DQUOTE] = ACTIONS(2730), + [anon_sym_uR_DQUOTE] = ACTIONS(2730), + [anon_sym_UR_DQUOTE] = ACTIONS(2730), + [anon_sym_u8R_DQUOTE] = ACTIONS(2730), + [anon_sym_co_await] = ACTIONS(2728), + [anon_sym_new] = ACTIONS(2728), + [anon_sym_requires] = ACTIONS(2728), + [sym_this] = ACTIONS(2728), + [sym_nullptr] = ACTIONS(2728), }, [507] = { - [sym_identifier] = ACTIONS(2742), - [aux_sym_preproc_include_token1] = ACTIONS(2742), - [aux_sym_preproc_def_token1] = ACTIONS(2742), - [aux_sym_preproc_if_token1] = ACTIONS(2742), - [aux_sym_preproc_if_token2] = ACTIONS(2742), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2742), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2742), - [aux_sym_preproc_else_token1] = ACTIONS(2742), - [aux_sym_preproc_elif_token1] = ACTIONS(2742), - [sym_preproc_directive] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2744), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2742), - [anon_sym_PLUS] = ACTIONS(2742), - [anon_sym_STAR] = ACTIONS(2744), - [anon_sym_AMP_AMP] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2742), - [anon_sym_SEMI] = ACTIONS(2744), - [anon_sym_typedef] = ACTIONS(2742), - [anon_sym_extern] = ACTIONS(2742), - [anon_sym___attribute__] = ACTIONS(2742), - [anon_sym_COLON_COLON] = ACTIONS(2744), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2744), - [anon_sym___declspec] = ACTIONS(2742), - [anon_sym___based] = ACTIONS(2742), - [anon_sym___cdecl] = ACTIONS(2742), - [anon_sym___clrcall] = ACTIONS(2742), - [anon_sym___stdcall] = ACTIONS(2742), - [anon_sym___fastcall] = ACTIONS(2742), - [anon_sym___thiscall] = ACTIONS(2742), - [anon_sym___vectorcall] = ACTIONS(2742), - [anon_sym_LBRACE] = ACTIONS(2744), - [anon_sym_LBRACK] = ACTIONS(2742), - [anon_sym_static] = ACTIONS(2742), - [anon_sym_register] = ACTIONS(2742), - [anon_sym_inline] = ACTIONS(2742), - [anon_sym_thread_local] = ACTIONS(2742), - [anon_sym_const] = ACTIONS(2742), - [anon_sym_volatile] = ACTIONS(2742), - [anon_sym_restrict] = ACTIONS(2742), - [anon_sym__Atomic] = ACTIONS(2742), - [anon_sym_mutable] = ACTIONS(2742), - [anon_sym_constexpr] = ACTIONS(2742), - [anon_sym_constinit] = ACTIONS(2742), - [anon_sym_consteval] = ACTIONS(2742), - [anon_sym_signed] = ACTIONS(2742), - [anon_sym_unsigned] = ACTIONS(2742), - [anon_sym_long] = ACTIONS(2742), - [anon_sym_short] = ACTIONS(2742), - [sym_primitive_type] = ACTIONS(2742), - [anon_sym_enum] = ACTIONS(2742), - [anon_sym_class] = ACTIONS(2742), - [anon_sym_struct] = ACTIONS(2742), - [anon_sym_union] = ACTIONS(2742), - [anon_sym_if] = ACTIONS(2742), - [anon_sym_switch] = ACTIONS(2742), - [anon_sym_case] = ACTIONS(2742), - [anon_sym_default] = ACTIONS(2742), - [anon_sym_while] = ACTIONS(2742), - [anon_sym_do] = ACTIONS(2742), - [anon_sym_for] = ACTIONS(2742), - [anon_sym_return] = ACTIONS(2742), - [anon_sym_break] = ACTIONS(2742), - [anon_sym_continue] = ACTIONS(2742), - [anon_sym_goto] = ACTIONS(2742), - [anon_sym_not] = ACTIONS(2742), - [anon_sym_compl] = ACTIONS(2742), - [anon_sym_DASH_DASH] = ACTIONS(2744), - [anon_sym_PLUS_PLUS] = ACTIONS(2744), - [anon_sym_sizeof] = ACTIONS(2742), - [sym_number_literal] = ACTIONS(2744), - [anon_sym_L_SQUOTE] = ACTIONS(2744), - [anon_sym_u_SQUOTE] = ACTIONS(2744), - [anon_sym_U_SQUOTE] = ACTIONS(2744), - [anon_sym_u8_SQUOTE] = ACTIONS(2744), - [anon_sym_SQUOTE] = ACTIONS(2744), - [anon_sym_L_DQUOTE] = ACTIONS(2744), - [anon_sym_u_DQUOTE] = ACTIONS(2744), - [anon_sym_U_DQUOTE] = ACTIONS(2744), - [anon_sym_u8_DQUOTE] = ACTIONS(2744), - [anon_sym_DQUOTE] = ACTIONS(2744), - [sym_true] = ACTIONS(2742), - [sym_false] = ACTIONS(2742), - [sym_null] = ACTIONS(2742), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2742), - [anon_sym_decltype] = ACTIONS(2742), - [anon_sym_virtual] = ACTIONS(2742), - [anon_sym_explicit] = ACTIONS(2742), - [anon_sym_typename] = ACTIONS(2742), - [anon_sym_template] = ACTIONS(2742), - [anon_sym_operator] = ACTIONS(2742), - [anon_sym_try] = ACTIONS(2742), - [anon_sym_delete] = ACTIONS(2742), - [anon_sym_throw] = ACTIONS(2742), - [anon_sym_namespace] = ACTIONS(2742), - [anon_sym_using] = ACTIONS(2742), - [anon_sym_static_assert] = ACTIONS(2742), - [anon_sym_concept] = ACTIONS(2742), - [anon_sym_co_return] = ACTIONS(2742), - [anon_sym_co_yield] = ACTIONS(2742), - [anon_sym_R_DQUOTE] = ACTIONS(2744), - [anon_sym_LR_DQUOTE] = ACTIONS(2744), - [anon_sym_uR_DQUOTE] = ACTIONS(2744), - [anon_sym_UR_DQUOTE] = ACTIONS(2744), - [anon_sym_u8R_DQUOTE] = ACTIONS(2744), - [anon_sym_co_await] = ACTIONS(2742), - [anon_sym_new] = ACTIONS(2742), - [anon_sym_requires] = ACTIONS(2742), - [sym_this] = ACTIONS(2742), - [sym_nullptr] = ACTIONS(2742), + [sym_identifier] = ACTIONS(2732), + [aux_sym_preproc_include_token1] = ACTIONS(2732), + [aux_sym_preproc_def_token1] = ACTIONS(2732), + [aux_sym_preproc_if_token1] = ACTIONS(2732), + [aux_sym_preproc_if_token2] = ACTIONS(2732), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2732), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2732), + [aux_sym_preproc_else_token1] = ACTIONS(2732), + [aux_sym_preproc_elif_token1] = ACTIONS(2732), + [sym_preproc_directive] = ACTIONS(2732), + [anon_sym_LPAREN2] = ACTIONS(2734), + [anon_sym_BANG] = ACTIONS(2734), + [anon_sym_TILDE] = ACTIONS(2734), + [anon_sym_DASH] = ACTIONS(2732), + [anon_sym_PLUS] = ACTIONS(2732), + [anon_sym_STAR] = ACTIONS(2734), + [anon_sym_AMP_AMP] = ACTIONS(2734), + [anon_sym_AMP] = ACTIONS(2732), + [anon_sym_SEMI] = ACTIONS(2734), + [anon_sym_typedef] = ACTIONS(2732), + [anon_sym_extern] = ACTIONS(2732), + [anon_sym___attribute__] = ACTIONS(2732), + [anon_sym_COLON_COLON] = ACTIONS(2734), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2734), + [anon_sym___declspec] = ACTIONS(2732), + [anon_sym___based] = ACTIONS(2732), + [anon_sym___cdecl] = ACTIONS(2732), + [anon_sym___clrcall] = ACTIONS(2732), + [anon_sym___stdcall] = ACTIONS(2732), + [anon_sym___fastcall] = ACTIONS(2732), + [anon_sym___thiscall] = ACTIONS(2732), + [anon_sym___vectorcall] = ACTIONS(2732), + [anon_sym_LBRACE] = ACTIONS(2734), + [anon_sym_LBRACK] = ACTIONS(2732), + [anon_sym_static] = ACTIONS(2732), + [anon_sym_register] = ACTIONS(2732), + [anon_sym_inline] = ACTIONS(2732), + [anon_sym_thread_local] = ACTIONS(2732), + [anon_sym_const] = ACTIONS(2732), + [anon_sym_volatile] = ACTIONS(2732), + [anon_sym_restrict] = ACTIONS(2732), + [anon_sym__Atomic] = ACTIONS(2732), + [anon_sym_mutable] = ACTIONS(2732), + [anon_sym_constexpr] = ACTIONS(2732), + [anon_sym_constinit] = ACTIONS(2732), + [anon_sym_consteval] = ACTIONS(2732), + [anon_sym_signed] = ACTIONS(2732), + [anon_sym_unsigned] = ACTIONS(2732), + [anon_sym_long] = ACTIONS(2732), + [anon_sym_short] = ACTIONS(2732), + [sym_primitive_type] = ACTIONS(2732), + [anon_sym_enum] = ACTIONS(2732), + [anon_sym_class] = ACTIONS(2732), + [anon_sym_struct] = ACTIONS(2732), + [anon_sym_union] = ACTIONS(2732), + [anon_sym_if] = ACTIONS(2732), + [anon_sym_switch] = ACTIONS(2732), + [anon_sym_case] = ACTIONS(2732), + [anon_sym_default] = ACTIONS(2732), + [anon_sym_while] = ACTIONS(2732), + [anon_sym_do] = ACTIONS(2732), + [anon_sym_for] = ACTIONS(2732), + [anon_sym_return] = ACTIONS(2732), + [anon_sym_break] = ACTIONS(2732), + [anon_sym_continue] = ACTIONS(2732), + [anon_sym_goto] = ACTIONS(2732), + [anon_sym_not] = ACTIONS(2732), + [anon_sym_compl] = ACTIONS(2732), + [anon_sym_DASH_DASH] = ACTIONS(2734), + [anon_sym_PLUS_PLUS] = ACTIONS(2734), + [anon_sym_sizeof] = ACTIONS(2732), + [sym_number_literal] = ACTIONS(2734), + [anon_sym_L_SQUOTE] = ACTIONS(2734), + [anon_sym_u_SQUOTE] = ACTIONS(2734), + [anon_sym_U_SQUOTE] = ACTIONS(2734), + [anon_sym_u8_SQUOTE] = ACTIONS(2734), + [anon_sym_SQUOTE] = ACTIONS(2734), + [anon_sym_L_DQUOTE] = ACTIONS(2734), + [anon_sym_u_DQUOTE] = ACTIONS(2734), + [anon_sym_U_DQUOTE] = ACTIONS(2734), + [anon_sym_u8_DQUOTE] = ACTIONS(2734), + [anon_sym_DQUOTE] = ACTIONS(2734), + [sym_true] = ACTIONS(2732), + [sym_false] = ACTIONS(2732), + [sym_null] = ACTIONS(2732), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2732), + [anon_sym_decltype] = ACTIONS(2732), + [anon_sym_virtual] = ACTIONS(2732), + [anon_sym_explicit] = ACTIONS(2732), + [anon_sym_typename] = ACTIONS(2732), + [anon_sym_template] = ACTIONS(2732), + [anon_sym_operator] = ACTIONS(2732), + [anon_sym_try] = ACTIONS(2732), + [anon_sym_delete] = ACTIONS(2732), + [anon_sym_throw] = ACTIONS(2732), + [anon_sym_namespace] = ACTIONS(2732), + [anon_sym_using] = ACTIONS(2732), + [anon_sym_static_assert] = ACTIONS(2732), + [anon_sym_concept] = ACTIONS(2732), + [anon_sym_co_return] = ACTIONS(2732), + [anon_sym_co_yield] = ACTIONS(2732), + [anon_sym_R_DQUOTE] = ACTIONS(2734), + [anon_sym_LR_DQUOTE] = ACTIONS(2734), + [anon_sym_uR_DQUOTE] = ACTIONS(2734), + [anon_sym_UR_DQUOTE] = ACTIONS(2734), + [anon_sym_u8R_DQUOTE] = ACTIONS(2734), + [anon_sym_co_await] = ACTIONS(2732), + [anon_sym_new] = ACTIONS(2732), + [anon_sym_requires] = ACTIONS(2732), + [sym_this] = ACTIONS(2732), + [sym_nullptr] = ACTIONS(2732), }, [508] = { - [sym_identifier] = ACTIONS(2746), - [aux_sym_preproc_include_token1] = ACTIONS(2746), - [aux_sym_preproc_def_token1] = ACTIONS(2746), - [aux_sym_preproc_if_token1] = ACTIONS(2746), - [aux_sym_preproc_if_token2] = ACTIONS(2746), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2746), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2746), - [aux_sym_preproc_else_token1] = ACTIONS(2746), - [aux_sym_preproc_elif_token1] = ACTIONS(2746), - [sym_preproc_directive] = ACTIONS(2746), - [anon_sym_LPAREN2] = ACTIONS(2748), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(2748), - [anon_sym_AMP_AMP] = ACTIONS(2748), - [anon_sym_AMP] = ACTIONS(2746), - [anon_sym_SEMI] = ACTIONS(2748), - [anon_sym_typedef] = ACTIONS(2746), - [anon_sym_extern] = ACTIONS(2746), - [anon_sym___attribute__] = ACTIONS(2746), - [anon_sym_COLON_COLON] = ACTIONS(2748), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2748), - [anon_sym___declspec] = ACTIONS(2746), - [anon_sym___based] = ACTIONS(2746), - [anon_sym___cdecl] = ACTIONS(2746), - [anon_sym___clrcall] = ACTIONS(2746), - [anon_sym___stdcall] = ACTIONS(2746), - [anon_sym___fastcall] = ACTIONS(2746), - [anon_sym___thiscall] = ACTIONS(2746), - [anon_sym___vectorcall] = ACTIONS(2746), - [anon_sym_LBRACE] = ACTIONS(2748), - [anon_sym_LBRACK] = ACTIONS(2746), - [anon_sym_static] = ACTIONS(2746), - [anon_sym_register] = ACTIONS(2746), - [anon_sym_inline] = ACTIONS(2746), - [anon_sym_thread_local] = ACTIONS(2746), - [anon_sym_const] = ACTIONS(2746), - [anon_sym_volatile] = ACTIONS(2746), - [anon_sym_restrict] = ACTIONS(2746), - [anon_sym__Atomic] = ACTIONS(2746), - [anon_sym_mutable] = ACTIONS(2746), - [anon_sym_constexpr] = ACTIONS(2746), - [anon_sym_constinit] = ACTIONS(2746), - [anon_sym_consteval] = ACTIONS(2746), - [anon_sym_signed] = ACTIONS(2746), - [anon_sym_unsigned] = ACTIONS(2746), - [anon_sym_long] = ACTIONS(2746), - [anon_sym_short] = ACTIONS(2746), - [sym_primitive_type] = ACTIONS(2746), - [anon_sym_enum] = ACTIONS(2746), - [anon_sym_class] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2746), - [anon_sym_union] = ACTIONS(2746), - [anon_sym_if] = ACTIONS(2746), - [anon_sym_switch] = ACTIONS(2746), - [anon_sym_case] = ACTIONS(2746), - [anon_sym_default] = ACTIONS(2746), - [anon_sym_while] = ACTIONS(2746), - [anon_sym_do] = ACTIONS(2746), - [anon_sym_for] = ACTIONS(2746), - [anon_sym_return] = ACTIONS(2746), - [anon_sym_break] = ACTIONS(2746), - [anon_sym_continue] = ACTIONS(2746), - [anon_sym_goto] = ACTIONS(2746), - [anon_sym_not] = ACTIONS(2746), - [anon_sym_compl] = ACTIONS(2746), - [anon_sym_DASH_DASH] = ACTIONS(2748), - [anon_sym_PLUS_PLUS] = ACTIONS(2748), - [anon_sym_sizeof] = ACTIONS(2746), - [sym_number_literal] = ACTIONS(2748), - [anon_sym_L_SQUOTE] = ACTIONS(2748), - [anon_sym_u_SQUOTE] = ACTIONS(2748), - [anon_sym_U_SQUOTE] = ACTIONS(2748), - [anon_sym_u8_SQUOTE] = ACTIONS(2748), - [anon_sym_SQUOTE] = ACTIONS(2748), - [anon_sym_L_DQUOTE] = ACTIONS(2748), - [anon_sym_u_DQUOTE] = ACTIONS(2748), - [anon_sym_U_DQUOTE] = ACTIONS(2748), - [anon_sym_u8_DQUOTE] = ACTIONS(2748), - [anon_sym_DQUOTE] = ACTIONS(2748), - [sym_true] = ACTIONS(2746), - [sym_false] = ACTIONS(2746), - [sym_null] = ACTIONS(2746), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2746), - [anon_sym_decltype] = ACTIONS(2746), - [anon_sym_virtual] = ACTIONS(2746), - [anon_sym_explicit] = ACTIONS(2746), - [anon_sym_typename] = ACTIONS(2746), - [anon_sym_template] = ACTIONS(2746), - [anon_sym_operator] = ACTIONS(2746), - [anon_sym_try] = ACTIONS(2746), - [anon_sym_delete] = ACTIONS(2746), - [anon_sym_throw] = ACTIONS(2746), - [anon_sym_namespace] = ACTIONS(2746), - [anon_sym_using] = ACTIONS(2746), - [anon_sym_static_assert] = ACTIONS(2746), - [anon_sym_concept] = ACTIONS(2746), - [anon_sym_co_return] = ACTIONS(2746), - [anon_sym_co_yield] = ACTIONS(2746), - [anon_sym_R_DQUOTE] = ACTIONS(2748), - [anon_sym_LR_DQUOTE] = ACTIONS(2748), - [anon_sym_uR_DQUOTE] = ACTIONS(2748), - [anon_sym_UR_DQUOTE] = ACTIONS(2748), - [anon_sym_u8R_DQUOTE] = ACTIONS(2748), - [anon_sym_co_await] = ACTIONS(2746), - [anon_sym_new] = ACTIONS(2746), - [anon_sym_requires] = ACTIONS(2746), - [sym_this] = ACTIONS(2746), - [sym_nullptr] = ACTIONS(2746), + [sym_identifier] = ACTIONS(2736), + [aux_sym_preproc_include_token1] = ACTIONS(2736), + [aux_sym_preproc_def_token1] = ACTIONS(2736), + [aux_sym_preproc_if_token1] = ACTIONS(2736), + [aux_sym_preproc_if_token2] = ACTIONS(2736), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2736), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2736), + [aux_sym_preproc_else_token1] = ACTIONS(2736), + [aux_sym_preproc_elif_token1] = ACTIONS(2736), + [sym_preproc_directive] = ACTIONS(2736), + [anon_sym_LPAREN2] = ACTIONS(2738), + [anon_sym_BANG] = ACTIONS(2738), + [anon_sym_TILDE] = ACTIONS(2738), + [anon_sym_DASH] = ACTIONS(2736), + [anon_sym_PLUS] = ACTIONS(2736), + [anon_sym_STAR] = ACTIONS(2738), + [anon_sym_AMP_AMP] = ACTIONS(2738), + [anon_sym_AMP] = ACTIONS(2736), + [anon_sym_SEMI] = ACTIONS(2738), + [anon_sym_typedef] = ACTIONS(2736), + [anon_sym_extern] = ACTIONS(2736), + [anon_sym___attribute__] = ACTIONS(2736), + [anon_sym_COLON_COLON] = ACTIONS(2738), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2738), + [anon_sym___declspec] = ACTIONS(2736), + [anon_sym___based] = ACTIONS(2736), + [anon_sym___cdecl] = ACTIONS(2736), + [anon_sym___clrcall] = ACTIONS(2736), + [anon_sym___stdcall] = ACTIONS(2736), + [anon_sym___fastcall] = ACTIONS(2736), + [anon_sym___thiscall] = ACTIONS(2736), + [anon_sym___vectorcall] = ACTIONS(2736), + [anon_sym_LBRACE] = ACTIONS(2738), + [anon_sym_LBRACK] = ACTIONS(2736), + [anon_sym_static] = ACTIONS(2736), + [anon_sym_register] = ACTIONS(2736), + [anon_sym_inline] = ACTIONS(2736), + [anon_sym_thread_local] = ACTIONS(2736), + [anon_sym_const] = ACTIONS(2736), + [anon_sym_volatile] = ACTIONS(2736), + [anon_sym_restrict] = ACTIONS(2736), + [anon_sym__Atomic] = ACTIONS(2736), + [anon_sym_mutable] = ACTIONS(2736), + [anon_sym_constexpr] = ACTIONS(2736), + [anon_sym_constinit] = ACTIONS(2736), + [anon_sym_consteval] = ACTIONS(2736), + [anon_sym_signed] = ACTIONS(2736), + [anon_sym_unsigned] = ACTIONS(2736), + [anon_sym_long] = ACTIONS(2736), + [anon_sym_short] = ACTIONS(2736), + [sym_primitive_type] = ACTIONS(2736), + [anon_sym_enum] = ACTIONS(2736), + [anon_sym_class] = ACTIONS(2736), + [anon_sym_struct] = ACTIONS(2736), + [anon_sym_union] = ACTIONS(2736), + [anon_sym_if] = ACTIONS(2736), + [anon_sym_switch] = ACTIONS(2736), + [anon_sym_case] = ACTIONS(2736), + [anon_sym_default] = ACTIONS(2736), + [anon_sym_while] = ACTIONS(2736), + [anon_sym_do] = ACTIONS(2736), + [anon_sym_for] = ACTIONS(2736), + [anon_sym_return] = ACTIONS(2736), + [anon_sym_break] = ACTIONS(2736), + [anon_sym_continue] = ACTIONS(2736), + [anon_sym_goto] = ACTIONS(2736), + [anon_sym_not] = ACTIONS(2736), + [anon_sym_compl] = ACTIONS(2736), + [anon_sym_DASH_DASH] = ACTIONS(2738), + [anon_sym_PLUS_PLUS] = ACTIONS(2738), + [anon_sym_sizeof] = ACTIONS(2736), + [sym_number_literal] = ACTIONS(2738), + [anon_sym_L_SQUOTE] = ACTIONS(2738), + [anon_sym_u_SQUOTE] = ACTIONS(2738), + [anon_sym_U_SQUOTE] = ACTIONS(2738), + [anon_sym_u8_SQUOTE] = ACTIONS(2738), + [anon_sym_SQUOTE] = ACTIONS(2738), + [anon_sym_L_DQUOTE] = ACTIONS(2738), + [anon_sym_u_DQUOTE] = ACTIONS(2738), + [anon_sym_U_DQUOTE] = ACTIONS(2738), + [anon_sym_u8_DQUOTE] = ACTIONS(2738), + [anon_sym_DQUOTE] = ACTIONS(2738), + [sym_true] = ACTIONS(2736), + [sym_false] = ACTIONS(2736), + [sym_null] = ACTIONS(2736), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2736), + [anon_sym_decltype] = ACTIONS(2736), + [anon_sym_virtual] = ACTIONS(2736), + [anon_sym_explicit] = ACTIONS(2736), + [anon_sym_typename] = ACTIONS(2736), + [anon_sym_template] = ACTIONS(2736), + [anon_sym_operator] = ACTIONS(2736), + [anon_sym_try] = ACTIONS(2736), + [anon_sym_delete] = ACTIONS(2736), + [anon_sym_throw] = ACTIONS(2736), + [anon_sym_namespace] = ACTIONS(2736), + [anon_sym_using] = ACTIONS(2736), + [anon_sym_static_assert] = ACTIONS(2736), + [anon_sym_concept] = ACTIONS(2736), + [anon_sym_co_return] = ACTIONS(2736), + [anon_sym_co_yield] = ACTIONS(2736), + [anon_sym_R_DQUOTE] = ACTIONS(2738), + [anon_sym_LR_DQUOTE] = ACTIONS(2738), + [anon_sym_uR_DQUOTE] = ACTIONS(2738), + [anon_sym_UR_DQUOTE] = ACTIONS(2738), + [anon_sym_u8R_DQUOTE] = ACTIONS(2738), + [anon_sym_co_await] = ACTIONS(2736), + [anon_sym_new] = ACTIONS(2736), + [anon_sym_requires] = ACTIONS(2736), + [sym_this] = ACTIONS(2736), + [sym_nullptr] = ACTIONS(2736), }, [509] = { - [sym_identifier] = ACTIONS(2750), - [aux_sym_preproc_include_token1] = ACTIONS(2750), - [aux_sym_preproc_def_token1] = ACTIONS(2750), - [aux_sym_preproc_if_token1] = ACTIONS(2750), - [aux_sym_preproc_if_token2] = ACTIONS(2750), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2750), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2750), - [aux_sym_preproc_else_token1] = ACTIONS(2750), - [aux_sym_preproc_elif_token1] = ACTIONS(2750), - [sym_preproc_directive] = ACTIONS(2750), - [anon_sym_LPAREN2] = ACTIONS(2752), - [anon_sym_BANG] = ACTIONS(2752), - [anon_sym_TILDE] = ACTIONS(2752), - [anon_sym_DASH] = ACTIONS(2750), - [anon_sym_PLUS] = ACTIONS(2750), - [anon_sym_STAR] = ACTIONS(2752), - [anon_sym_AMP_AMP] = ACTIONS(2752), - [anon_sym_AMP] = ACTIONS(2750), - [anon_sym_SEMI] = ACTIONS(2752), - [anon_sym_typedef] = ACTIONS(2750), - [anon_sym_extern] = ACTIONS(2750), - [anon_sym___attribute__] = ACTIONS(2750), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2752), - [anon_sym___declspec] = ACTIONS(2750), - [anon_sym___based] = ACTIONS(2750), - [anon_sym___cdecl] = ACTIONS(2750), - [anon_sym___clrcall] = ACTIONS(2750), - [anon_sym___stdcall] = ACTIONS(2750), - [anon_sym___fastcall] = ACTIONS(2750), - [anon_sym___thiscall] = ACTIONS(2750), - [anon_sym___vectorcall] = ACTIONS(2750), - [anon_sym_LBRACE] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2750), - [anon_sym_static] = ACTIONS(2750), - [anon_sym_register] = ACTIONS(2750), - [anon_sym_inline] = ACTIONS(2750), - [anon_sym_thread_local] = ACTIONS(2750), - [anon_sym_const] = ACTIONS(2750), - [anon_sym_volatile] = ACTIONS(2750), - [anon_sym_restrict] = ACTIONS(2750), - [anon_sym__Atomic] = ACTIONS(2750), - [anon_sym_mutable] = ACTIONS(2750), - [anon_sym_constexpr] = ACTIONS(2750), - [anon_sym_constinit] = ACTIONS(2750), - [anon_sym_consteval] = ACTIONS(2750), - [anon_sym_signed] = ACTIONS(2750), - [anon_sym_unsigned] = ACTIONS(2750), - [anon_sym_long] = ACTIONS(2750), - [anon_sym_short] = ACTIONS(2750), - [sym_primitive_type] = ACTIONS(2750), - [anon_sym_enum] = ACTIONS(2750), - [anon_sym_class] = ACTIONS(2750), - [anon_sym_struct] = ACTIONS(2750), - [anon_sym_union] = ACTIONS(2750), - [anon_sym_if] = ACTIONS(2750), - [anon_sym_switch] = ACTIONS(2750), - [anon_sym_case] = ACTIONS(2750), - [anon_sym_default] = ACTIONS(2750), - [anon_sym_while] = ACTIONS(2750), - [anon_sym_do] = ACTIONS(2750), - [anon_sym_for] = ACTIONS(2750), - [anon_sym_return] = ACTIONS(2750), - [anon_sym_break] = ACTIONS(2750), - [anon_sym_continue] = ACTIONS(2750), - [anon_sym_goto] = ACTIONS(2750), - [anon_sym_not] = ACTIONS(2750), - [anon_sym_compl] = ACTIONS(2750), - [anon_sym_DASH_DASH] = ACTIONS(2752), - [anon_sym_PLUS_PLUS] = ACTIONS(2752), - [anon_sym_sizeof] = ACTIONS(2750), - [sym_number_literal] = ACTIONS(2752), - [anon_sym_L_SQUOTE] = ACTIONS(2752), - [anon_sym_u_SQUOTE] = ACTIONS(2752), - [anon_sym_U_SQUOTE] = ACTIONS(2752), - [anon_sym_u8_SQUOTE] = ACTIONS(2752), - [anon_sym_SQUOTE] = ACTIONS(2752), - [anon_sym_L_DQUOTE] = ACTIONS(2752), - [anon_sym_u_DQUOTE] = ACTIONS(2752), - [anon_sym_U_DQUOTE] = ACTIONS(2752), - [anon_sym_u8_DQUOTE] = ACTIONS(2752), - [anon_sym_DQUOTE] = ACTIONS(2752), - [sym_true] = ACTIONS(2750), - [sym_false] = ACTIONS(2750), - [sym_null] = ACTIONS(2750), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2750), - [anon_sym_decltype] = ACTIONS(2750), - [anon_sym_virtual] = ACTIONS(2750), - [anon_sym_explicit] = ACTIONS(2750), - [anon_sym_typename] = ACTIONS(2750), - [anon_sym_template] = ACTIONS(2750), - [anon_sym_operator] = ACTIONS(2750), - [anon_sym_try] = ACTIONS(2750), - [anon_sym_delete] = ACTIONS(2750), - [anon_sym_throw] = ACTIONS(2750), - [anon_sym_namespace] = ACTIONS(2750), - [anon_sym_using] = ACTIONS(2750), - [anon_sym_static_assert] = ACTIONS(2750), - [anon_sym_concept] = ACTIONS(2750), - [anon_sym_co_return] = ACTIONS(2750), - [anon_sym_co_yield] = ACTIONS(2750), - [anon_sym_R_DQUOTE] = ACTIONS(2752), - [anon_sym_LR_DQUOTE] = ACTIONS(2752), - [anon_sym_uR_DQUOTE] = ACTIONS(2752), - [anon_sym_UR_DQUOTE] = ACTIONS(2752), - [anon_sym_u8R_DQUOTE] = ACTIONS(2752), - [anon_sym_co_await] = ACTIONS(2750), - [anon_sym_new] = ACTIONS(2750), - [anon_sym_requires] = ACTIONS(2750), - [sym_this] = ACTIONS(2750), - [sym_nullptr] = ACTIONS(2750), + [sym_identifier] = ACTIONS(2740), + [aux_sym_preproc_include_token1] = ACTIONS(2740), + [aux_sym_preproc_def_token1] = ACTIONS(2740), + [aux_sym_preproc_if_token1] = ACTIONS(2740), + [aux_sym_preproc_if_token2] = ACTIONS(2740), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2740), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2740), + [aux_sym_preproc_else_token1] = ACTIONS(2740), + [aux_sym_preproc_elif_token1] = ACTIONS(2740), + [sym_preproc_directive] = ACTIONS(2740), + [anon_sym_LPAREN2] = ACTIONS(2742), + [anon_sym_BANG] = ACTIONS(2742), + [anon_sym_TILDE] = ACTIONS(2742), + [anon_sym_DASH] = ACTIONS(2740), + [anon_sym_PLUS] = ACTIONS(2740), + [anon_sym_STAR] = ACTIONS(2742), + [anon_sym_AMP_AMP] = ACTIONS(2742), + [anon_sym_AMP] = ACTIONS(2740), + [anon_sym_SEMI] = ACTIONS(2742), + [anon_sym_typedef] = ACTIONS(2740), + [anon_sym_extern] = ACTIONS(2740), + [anon_sym___attribute__] = ACTIONS(2740), + [anon_sym_COLON_COLON] = ACTIONS(2742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2742), + [anon_sym___declspec] = ACTIONS(2740), + [anon_sym___based] = ACTIONS(2740), + [anon_sym___cdecl] = ACTIONS(2740), + [anon_sym___clrcall] = ACTIONS(2740), + [anon_sym___stdcall] = ACTIONS(2740), + [anon_sym___fastcall] = ACTIONS(2740), + [anon_sym___thiscall] = ACTIONS(2740), + [anon_sym___vectorcall] = ACTIONS(2740), + [anon_sym_LBRACE] = ACTIONS(2742), + [anon_sym_LBRACK] = ACTIONS(2740), + [anon_sym_static] = ACTIONS(2740), + [anon_sym_register] = ACTIONS(2740), + [anon_sym_inline] = ACTIONS(2740), + [anon_sym_thread_local] = ACTIONS(2740), + [anon_sym_const] = ACTIONS(2740), + [anon_sym_volatile] = ACTIONS(2740), + [anon_sym_restrict] = ACTIONS(2740), + [anon_sym__Atomic] = ACTIONS(2740), + [anon_sym_mutable] = ACTIONS(2740), + [anon_sym_constexpr] = ACTIONS(2740), + [anon_sym_constinit] = ACTIONS(2740), + [anon_sym_consteval] = ACTIONS(2740), + [anon_sym_signed] = ACTIONS(2740), + [anon_sym_unsigned] = ACTIONS(2740), + [anon_sym_long] = ACTIONS(2740), + [anon_sym_short] = ACTIONS(2740), + [sym_primitive_type] = ACTIONS(2740), + [anon_sym_enum] = ACTIONS(2740), + [anon_sym_class] = ACTIONS(2740), + [anon_sym_struct] = ACTIONS(2740), + [anon_sym_union] = ACTIONS(2740), + [anon_sym_if] = ACTIONS(2740), + [anon_sym_switch] = ACTIONS(2740), + [anon_sym_case] = ACTIONS(2740), + [anon_sym_default] = ACTIONS(2740), + [anon_sym_while] = ACTIONS(2740), + [anon_sym_do] = ACTIONS(2740), + [anon_sym_for] = ACTIONS(2740), + [anon_sym_return] = ACTIONS(2740), + [anon_sym_break] = ACTIONS(2740), + [anon_sym_continue] = ACTIONS(2740), + [anon_sym_goto] = ACTIONS(2740), + [anon_sym_not] = ACTIONS(2740), + [anon_sym_compl] = ACTIONS(2740), + [anon_sym_DASH_DASH] = ACTIONS(2742), + [anon_sym_PLUS_PLUS] = ACTIONS(2742), + [anon_sym_sizeof] = ACTIONS(2740), + [sym_number_literal] = ACTIONS(2742), + [anon_sym_L_SQUOTE] = ACTIONS(2742), + [anon_sym_u_SQUOTE] = ACTIONS(2742), + [anon_sym_U_SQUOTE] = ACTIONS(2742), + [anon_sym_u8_SQUOTE] = ACTIONS(2742), + [anon_sym_SQUOTE] = ACTIONS(2742), + [anon_sym_L_DQUOTE] = ACTIONS(2742), + [anon_sym_u_DQUOTE] = ACTIONS(2742), + [anon_sym_U_DQUOTE] = ACTIONS(2742), + [anon_sym_u8_DQUOTE] = ACTIONS(2742), + [anon_sym_DQUOTE] = ACTIONS(2742), + [sym_true] = ACTIONS(2740), + [sym_false] = ACTIONS(2740), + [sym_null] = ACTIONS(2740), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2740), + [anon_sym_decltype] = ACTIONS(2740), + [anon_sym_virtual] = ACTIONS(2740), + [anon_sym_explicit] = ACTIONS(2740), + [anon_sym_typename] = ACTIONS(2740), + [anon_sym_template] = ACTIONS(2740), + [anon_sym_operator] = ACTIONS(2740), + [anon_sym_try] = ACTIONS(2740), + [anon_sym_delete] = ACTIONS(2740), + [anon_sym_throw] = ACTIONS(2740), + [anon_sym_namespace] = ACTIONS(2740), + [anon_sym_using] = ACTIONS(2740), + [anon_sym_static_assert] = ACTIONS(2740), + [anon_sym_concept] = ACTIONS(2740), + [anon_sym_co_return] = ACTIONS(2740), + [anon_sym_co_yield] = ACTIONS(2740), + [anon_sym_R_DQUOTE] = ACTIONS(2742), + [anon_sym_LR_DQUOTE] = ACTIONS(2742), + [anon_sym_uR_DQUOTE] = ACTIONS(2742), + [anon_sym_UR_DQUOTE] = ACTIONS(2742), + [anon_sym_u8R_DQUOTE] = ACTIONS(2742), + [anon_sym_co_await] = ACTIONS(2740), + [anon_sym_new] = ACTIONS(2740), + [anon_sym_requires] = ACTIONS(2740), + [sym_this] = ACTIONS(2740), + [sym_nullptr] = ACTIONS(2740), }, [510] = { - [sym_identifier] = ACTIONS(2754), - [aux_sym_preproc_include_token1] = ACTIONS(2754), - [aux_sym_preproc_def_token1] = ACTIONS(2754), - [aux_sym_preproc_if_token1] = ACTIONS(2754), - [aux_sym_preproc_if_token2] = ACTIONS(2754), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2754), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2754), - [aux_sym_preproc_else_token1] = ACTIONS(2754), - [aux_sym_preproc_elif_token1] = ACTIONS(2754), - [sym_preproc_directive] = ACTIONS(2754), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2756), - [anon_sym_TILDE] = ACTIONS(2756), - [anon_sym_DASH] = ACTIONS(2754), - [anon_sym_PLUS] = ACTIONS(2754), - [anon_sym_STAR] = ACTIONS(2756), - [anon_sym_AMP_AMP] = ACTIONS(2756), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_SEMI] = ACTIONS(2756), - [anon_sym_typedef] = ACTIONS(2754), - [anon_sym_extern] = ACTIONS(2754), - [anon_sym___attribute__] = ACTIONS(2754), - [anon_sym_COLON_COLON] = ACTIONS(2756), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2756), - [anon_sym___declspec] = ACTIONS(2754), - [anon_sym___based] = ACTIONS(2754), - [anon_sym___cdecl] = ACTIONS(2754), - [anon_sym___clrcall] = ACTIONS(2754), - [anon_sym___stdcall] = ACTIONS(2754), - [anon_sym___fastcall] = ACTIONS(2754), - [anon_sym___thiscall] = ACTIONS(2754), - [anon_sym___vectorcall] = ACTIONS(2754), - [anon_sym_LBRACE] = ACTIONS(2756), - [anon_sym_LBRACK] = ACTIONS(2754), - [anon_sym_static] = ACTIONS(2754), - [anon_sym_register] = ACTIONS(2754), - [anon_sym_inline] = ACTIONS(2754), - [anon_sym_thread_local] = ACTIONS(2754), - [anon_sym_const] = ACTIONS(2754), - [anon_sym_volatile] = ACTIONS(2754), - [anon_sym_restrict] = ACTIONS(2754), - [anon_sym__Atomic] = ACTIONS(2754), - [anon_sym_mutable] = ACTIONS(2754), - [anon_sym_constexpr] = ACTIONS(2754), - [anon_sym_constinit] = ACTIONS(2754), - [anon_sym_consteval] = ACTIONS(2754), - [anon_sym_signed] = ACTIONS(2754), - [anon_sym_unsigned] = ACTIONS(2754), - [anon_sym_long] = ACTIONS(2754), - [anon_sym_short] = ACTIONS(2754), - [sym_primitive_type] = ACTIONS(2754), - [anon_sym_enum] = ACTIONS(2754), - [anon_sym_class] = ACTIONS(2754), - [anon_sym_struct] = ACTIONS(2754), - [anon_sym_union] = ACTIONS(2754), - [anon_sym_if] = ACTIONS(2754), - [anon_sym_switch] = ACTIONS(2754), - [anon_sym_case] = ACTIONS(2754), - [anon_sym_default] = ACTIONS(2754), - [anon_sym_while] = ACTIONS(2754), - [anon_sym_do] = ACTIONS(2754), - [anon_sym_for] = ACTIONS(2754), - [anon_sym_return] = ACTIONS(2754), - [anon_sym_break] = ACTIONS(2754), - [anon_sym_continue] = ACTIONS(2754), - [anon_sym_goto] = ACTIONS(2754), - [anon_sym_not] = ACTIONS(2754), - [anon_sym_compl] = ACTIONS(2754), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2754), - [sym_number_literal] = ACTIONS(2756), - [anon_sym_L_SQUOTE] = ACTIONS(2756), - [anon_sym_u_SQUOTE] = ACTIONS(2756), - [anon_sym_U_SQUOTE] = ACTIONS(2756), - [anon_sym_u8_SQUOTE] = ACTIONS(2756), - [anon_sym_SQUOTE] = ACTIONS(2756), - [anon_sym_L_DQUOTE] = ACTIONS(2756), - [anon_sym_u_DQUOTE] = ACTIONS(2756), - [anon_sym_U_DQUOTE] = ACTIONS(2756), - [anon_sym_u8_DQUOTE] = ACTIONS(2756), - [anon_sym_DQUOTE] = ACTIONS(2756), - [sym_true] = ACTIONS(2754), - [sym_false] = ACTIONS(2754), - [sym_null] = ACTIONS(2754), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2754), - [anon_sym_decltype] = ACTIONS(2754), - [anon_sym_virtual] = ACTIONS(2754), - [anon_sym_explicit] = ACTIONS(2754), - [anon_sym_typename] = ACTIONS(2754), - [anon_sym_template] = ACTIONS(2754), - [anon_sym_operator] = ACTIONS(2754), - [anon_sym_try] = ACTIONS(2754), - [anon_sym_delete] = ACTIONS(2754), - [anon_sym_throw] = ACTIONS(2754), - [anon_sym_namespace] = ACTIONS(2754), - [anon_sym_using] = ACTIONS(2754), - [anon_sym_static_assert] = ACTIONS(2754), - [anon_sym_concept] = ACTIONS(2754), - [anon_sym_co_return] = ACTIONS(2754), - [anon_sym_co_yield] = ACTIONS(2754), - [anon_sym_R_DQUOTE] = ACTIONS(2756), - [anon_sym_LR_DQUOTE] = ACTIONS(2756), - [anon_sym_uR_DQUOTE] = ACTIONS(2756), - [anon_sym_UR_DQUOTE] = ACTIONS(2756), - [anon_sym_u8R_DQUOTE] = ACTIONS(2756), - [anon_sym_co_await] = ACTIONS(2754), - [anon_sym_new] = ACTIONS(2754), - [anon_sym_requires] = ACTIONS(2754), - [sym_this] = ACTIONS(2754), - [sym_nullptr] = ACTIONS(2754), + [sym_identifier] = ACTIONS(2744), + [aux_sym_preproc_include_token1] = ACTIONS(2744), + [aux_sym_preproc_def_token1] = ACTIONS(2744), + [aux_sym_preproc_if_token1] = ACTIONS(2744), + [aux_sym_preproc_if_token2] = ACTIONS(2744), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2744), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2744), + [aux_sym_preproc_else_token1] = ACTIONS(2744), + [aux_sym_preproc_elif_token1] = ACTIONS(2744), + [sym_preproc_directive] = ACTIONS(2744), + [anon_sym_LPAREN2] = ACTIONS(2746), + [anon_sym_BANG] = ACTIONS(2746), + [anon_sym_TILDE] = ACTIONS(2746), + [anon_sym_DASH] = ACTIONS(2744), + [anon_sym_PLUS] = ACTIONS(2744), + [anon_sym_STAR] = ACTIONS(2746), + [anon_sym_AMP_AMP] = ACTIONS(2746), + [anon_sym_AMP] = ACTIONS(2744), + [anon_sym_SEMI] = ACTIONS(2746), + [anon_sym_typedef] = ACTIONS(2744), + [anon_sym_extern] = ACTIONS(2744), + [anon_sym___attribute__] = ACTIONS(2744), + [anon_sym_COLON_COLON] = ACTIONS(2746), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2746), + [anon_sym___declspec] = ACTIONS(2744), + [anon_sym___based] = ACTIONS(2744), + [anon_sym___cdecl] = ACTIONS(2744), + [anon_sym___clrcall] = ACTIONS(2744), + [anon_sym___stdcall] = ACTIONS(2744), + [anon_sym___fastcall] = ACTIONS(2744), + [anon_sym___thiscall] = ACTIONS(2744), + [anon_sym___vectorcall] = ACTIONS(2744), + [anon_sym_LBRACE] = ACTIONS(2746), + [anon_sym_LBRACK] = ACTIONS(2744), + [anon_sym_static] = ACTIONS(2744), + [anon_sym_register] = ACTIONS(2744), + [anon_sym_inline] = ACTIONS(2744), + [anon_sym_thread_local] = ACTIONS(2744), + [anon_sym_const] = ACTIONS(2744), + [anon_sym_volatile] = ACTIONS(2744), + [anon_sym_restrict] = ACTIONS(2744), + [anon_sym__Atomic] = ACTIONS(2744), + [anon_sym_mutable] = ACTIONS(2744), + [anon_sym_constexpr] = ACTIONS(2744), + [anon_sym_constinit] = ACTIONS(2744), + [anon_sym_consteval] = ACTIONS(2744), + [anon_sym_signed] = ACTIONS(2744), + [anon_sym_unsigned] = ACTIONS(2744), + [anon_sym_long] = ACTIONS(2744), + [anon_sym_short] = ACTIONS(2744), + [sym_primitive_type] = ACTIONS(2744), + [anon_sym_enum] = ACTIONS(2744), + [anon_sym_class] = ACTIONS(2744), + [anon_sym_struct] = ACTIONS(2744), + [anon_sym_union] = ACTIONS(2744), + [anon_sym_if] = ACTIONS(2744), + [anon_sym_switch] = ACTIONS(2744), + [anon_sym_case] = ACTIONS(2744), + [anon_sym_default] = ACTIONS(2744), + [anon_sym_while] = ACTIONS(2744), + [anon_sym_do] = ACTIONS(2744), + [anon_sym_for] = ACTIONS(2744), + [anon_sym_return] = ACTIONS(2744), + [anon_sym_break] = ACTIONS(2744), + [anon_sym_continue] = ACTIONS(2744), + [anon_sym_goto] = ACTIONS(2744), + [anon_sym_not] = ACTIONS(2744), + [anon_sym_compl] = ACTIONS(2744), + [anon_sym_DASH_DASH] = ACTIONS(2746), + [anon_sym_PLUS_PLUS] = ACTIONS(2746), + [anon_sym_sizeof] = ACTIONS(2744), + [sym_number_literal] = ACTIONS(2746), + [anon_sym_L_SQUOTE] = ACTIONS(2746), + [anon_sym_u_SQUOTE] = ACTIONS(2746), + [anon_sym_U_SQUOTE] = ACTIONS(2746), + [anon_sym_u8_SQUOTE] = ACTIONS(2746), + [anon_sym_SQUOTE] = ACTIONS(2746), + [anon_sym_L_DQUOTE] = ACTIONS(2746), + [anon_sym_u_DQUOTE] = ACTIONS(2746), + [anon_sym_U_DQUOTE] = ACTIONS(2746), + [anon_sym_u8_DQUOTE] = ACTIONS(2746), + [anon_sym_DQUOTE] = ACTIONS(2746), + [sym_true] = ACTIONS(2744), + [sym_false] = ACTIONS(2744), + [sym_null] = ACTIONS(2744), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2744), + [anon_sym_decltype] = ACTIONS(2744), + [anon_sym_virtual] = ACTIONS(2744), + [anon_sym_explicit] = ACTIONS(2744), + [anon_sym_typename] = ACTIONS(2744), + [anon_sym_template] = ACTIONS(2744), + [anon_sym_operator] = ACTIONS(2744), + [anon_sym_try] = ACTIONS(2744), + [anon_sym_delete] = ACTIONS(2744), + [anon_sym_throw] = ACTIONS(2744), + [anon_sym_namespace] = ACTIONS(2744), + [anon_sym_using] = ACTIONS(2744), + [anon_sym_static_assert] = ACTIONS(2744), + [anon_sym_concept] = ACTIONS(2744), + [anon_sym_co_return] = ACTIONS(2744), + [anon_sym_co_yield] = ACTIONS(2744), + [anon_sym_R_DQUOTE] = ACTIONS(2746), + [anon_sym_LR_DQUOTE] = ACTIONS(2746), + [anon_sym_uR_DQUOTE] = ACTIONS(2746), + [anon_sym_UR_DQUOTE] = ACTIONS(2746), + [anon_sym_u8R_DQUOTE] = ACTIONS(2746), + [anon_sym_co_await] = ACTIONS(2744), + [anon_sym_new] = ACTIONS(2744), + [anon_sym_requires] = ACTIONS(2744), + [sym_this] = ACTIONS(2744), + [sym_nullptr] = ACTIONS(2744), }, [511] = { - [sym_identifier] = ACTIONS(2758), - [aux_sym_preproc_include_token1] = ACTIONS(2758), - [aux_sym_preproc_def_token1] = ACTIONS(2758), - [aux_sym_preproc_if_token1] = ACTIONS(2758), - [aux_sym_preproc_if_token2] = ACTIONS(2758), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2758), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2758), - [aux_sym_preproc_else_token1] = ACTIONS(2758), - [aux_sym_preproc_elif_token1] = ACTIONS(2758), - [sym_preproc_directive] = ACTIONS(2758), - [anon_sym_LPAREN2] = ACTIONS(2760), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(2760), - [anon_sym_AMP_AMP] = ACTIONS(2760), - [anon_sym_AMP] = ACTIONS(2758), - [anon_sym_SEMI] = ACTIONS(2760), - [anon_sym_typedef] = ACTIONS(2758), - [anon_sym_extern] = ACTIONS(2758), - [anon_sym___attribute__] = ACTIONS(2758), - [anon_sym_COLON_COLON] = ACTIONS(2760), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2760), - [anon_sym___declspec] = ACTIONS(2758), - [anon_sym___based] = ACTIONS(2758), - [anon_sym___cdecl] = ACTIONS(2758), - [anon_sym___clrcall] = ACTIONS(2758), - [anon_sym___stdcall] = ACTIONS(2758), - [anon_sym___fastcall] = ACTIONS(2758), - [anon_sym___thiscall] = ACTIONS(2758), - [anon_sym___vectorcall] = ACTIONS(2758), - [anon_sym_LBRACE] = ACTIONS(2760), - [anon_sym_LBRACK] = ACTIONS(2758), - [anon_sym_static] = ACTIONS(2758), - [anon_sym_register] = ACTIONS(2758), - [anon_sym_inline] = ACTIONS(2758), - [anon_sym_thread_local] = ACTIONS(2758), - [anon_sym_const] = ACTIONS(2758), - [anon_sym_volatile] = ACTIONS(2758), - [anon_sym_restrict] = ACTIONS(2758), - [anon_sym__Atomic] = ACTIONS(2758), - [anon_sym_mutable] = ACTIONS(2758), - [anon_sym_constexpr] = ACTIONS(2758), - [anon_sym_constinit] = ACTIONS(2758), - [anon_sym_consteval] = ACTIONS(2758), - [anon_sym_signed] = ACTIONS(2758), - [anon_sym_unsigned] = ACTIONS(2758), - [anon_sym_long] = ACTIONS(2758), - [anon_sym_short] = ACTIONS(2758), - [sym_primitive_type] = ACTIONS(2758), - [anon_sym_enum] = ACTIONS(2758), - [anon_sym_class] = ACTIONS(2758), - [anon_sym_struct] = ACTIONS(2758), - [anon_sym_union] = ACTIONS(2758), - [anon_sym_if] = ACTIONS(2758), - [anon_sym_switch] = ACTIONS(2758), - [anon_sym_case] = ACTIONS(2758), - [anon_sym_default] = ACTIONS(2758), - [anon_sym_while] = ACTIONS(2758), - [anon_sym_do] = ACTIONS(2758), - [anon_sym_for] = ACTIONS(2758), - [anon_sym_return] = ACTIONS(2758), - [anon_sym_break] = ACTIONS(2758), - [anon_sym_continue] = ACTIONS(2758), - [anon_sym_goto] = ACTIONS(2758), - [anon_sym_not] = ACTIONS(2758), - [anon_sym_compl] = ACTIONS(2758), - [anon_sym_DASH_DASH] = ACTIONS(2760), - [anon_sym_PLUS_PLUS] = ACTIONS(2760), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [anon_sym_L_SQUOTE] = ACTIONS(2760), - [anon_sym_u_SQUOTE] = ACTIONS(2760), - [anon_sym_U_SQUOTE] = ACTIONS(2760), - [anon_sym_u8_SQUOTE] = ACTIONS(2760), - [anon_sym_SQUOTE] = ACTIONS(2760), - [anon_sym_L_DQUOTE] = ACTIONS(2760), - [anon_sym_u_DQUOTE] = ACTIONS(2760), - [anon_sym_U_DQUOTE] = ACTIONS(2760), - [anon_sym_u8_DQUOTE] = ACTIONS(2760), - [anon_sym_DQUOTE] = ACTIONS(2760), - [sym_true] = ACTIONS(2758), - [sym_false] = ACTIONS(2758), - [sym_null] = ACTIONS(2758), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2758), - [anon_sym_decltype] = ACTIONS(2758), - [anon_sym_virtual] = ACTIONS(2758), - [anon_sym_explicit] = ACTIONS(2758), - [anon_sym_typename] = ACTIONS(2758), - [anon_sym_template] = ACTIONS(2758), - [anon_sym_operator] = ACTIONS(2758), - [anon_sym_try] = ACTIONS(2758), - [anon_sym_delete] = ACTIONS(2758), - [anon_sym_throw] = ACTIONS(2758), - [anon_sym_namespace] = ACTIONS(2758), - [anon_sym_using] = ACTIONS(2758), - [anon_sym_static_assert] = ACTIONS(2758), - [anon_sym_concept] = ACTIONS(2758), - [anon_sym_co_return] = ACTIONS(2758), - [anon_sym_co_yield] = ACTIONS(2758), - [anon_sym_R_DQUOTE] = ACTIONS(2760), - [anon_sym_LR_DQUOTE] = ACTIONS(2760), - [anon_sym_uR_DQUOTE] = ACTIONS(2760), - [anon_sym_UR_DQUOTE] = ACTIONS(2760), - [anon_sym_u8R_DQUOTE] = ACTIONS(2760), - [anon_sym_co_await] = ACTIONS(2758), - [anon_sym_new] = ACTIONS(2758), - [anon_sym_requires] = ACTIONS(2758), - [sym_this] = ACTIONS(2758), - [sym_nullptr] = ACTIONS(2758), + [sym_identifier] = ACTIONS(2748), + [aux_sym_preproc_include_token1] = ACTIONS(2748), + [aux_sym_preproc_def_token1] = ACTIONS(2748), + [aux_sym_preproc_if_token1] = ACTIONS(2748), + [aux_sym_preproc_if_token2] = ACTIONS(2748), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2748), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2748), + [aux_sym_preproc_else_token1] = ACTIONS(2748), + [aux_sym_preproc_elif_token1] = ACTIONS(2748), + [sym_preproc_directive] = ACTIONS(2748), + [anon_sym_LPAREN2] = ACTIONS(2750), + [anon_sym_BANG] = ACTIONS(2750), + [anon_sym_TILDE] = ACTIONS(2750), + [anon_sym_DASH] = ACTIONS(2748), + [anon_sym_PLUS] = ACTIONS(2748), + [anon_sym_STAR] = ACTIONS(2750), + [anon_sym_AMP_AMP] = ACTIONS(2750), + [anon_sym_AMP] = ACTIONS(2748), + [anon_sym_SEMI] = ACTIONS(2750), + [anon_sym_typedef] = ACTIONS(2748), + [anon_sym_extern] = ACTIONS(2748), + [anon_sym___attribute__] = ACTIONS(2748), + [anon_sym_COLON_COLON] = ACTIONS(2750), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2750), + [anon_sym___declspec] = ACTIONS(2748), + [anon_sym___based] = ACTIONS(2748), + [anon_sym___cdecl] = ACTIONS(2748), + [anon_sym___clrcall] = ACTIONS(2748), + [anon_sym___stdcall] = ACTIONS(2748), + [anon_sym___fastcall] = ACTIONS(2748), + [anon_sym___thiscall] = ACTIONS(2748), + [anon_sym___vectorcall] = ACTIONS(2748), + [anon_sym_LBRACE] = ACTIONS(2750), + [anon_sym_LBRACK] = ACTIONS(2748), + [anon_sym_static] = ACTIONS(2748), + [anon_sym_register] = ACTIONS(2748), + [anon_sym_inline] = ACTIONS(2748), + [anon_sym_thread_local] = ACTIONS(2748), + [anon_sym_const] = ACTIONS(2748), + [anon_sym_volatile] = ACTIONS(2748), + [anon_sym_restrict] = ACTIONS(2748), + [anon_sym__Atomic] = ACTIONS(2748), + [anon_sym_mutable] = ACTIONS(2748), + [anon_sym_constexpr] = ACTIONS(2748), + [anon_sym_constinit] = ACTIONS(2748), + [anon_sym_consteval] = ACTIONS(2748), + [anon_sym_signed] = ACTIONS(2748), + [anon_sym_unsigned] = ACTIONS(2748), + [anon_sym_long] = ACTIONS(2748), + [anon_sym_short] = ACTIONS(2748), + [sym_primitive_type] = ACTIONS(2748), + [anon_sym_enum] = ACTIONS(2748), + [anon_sym_class] = ACTIONS(2748), + [anon_sym_struct] = ACTIONS(2748), + [anon_sym_union] = ACTIONS(2748), + [anon_sym_if] = ACTIONS(2748), + [anon_sym_switch] = ACTIONS(2748), + [anon_sym_case] = ACTIONS(2748), + [anon_sym_default] = ACTIONS(2748), + [anon_sym_while] = ACTIONS(2748), + [anon_sym_do] = ACTIONS(2748), + [anon_sym_for] = ACTIONS(2748), + [anon_sym_return] = ACTIONS(2748), + [anon_sym_break] = ACTIONS(2748), + [anon_sym_continue] = ACTIONS(2748), + [anon_sym_goto] = ACTIONS(2748), + [anon_sym_not] = ACTIONS(2748), + [anon_sym_compl] = ACTIONS(2748), + [anon_sym_DASH_DASH] = ACTIONS(2750), + [anon_sym_PLUS_PLUS] = ACTIONS(2750), + [anon_sym_sizeof] = ACTIONS(2748), + [sym_number_literal] = ACTIONS(2750), + [anon_sym_L_SQUOTE] = ACTIONS(2750), + [anon_sym_u_SQUOTE] = ACTIONS(2750), + [anon_sym_U_SQUOTE] = ACTIONS(2750), + [anon_sym_u8_SQUOTE] = ACTIONS(2750), + [anon_sym_SQUOTE] = ACTIONS(2750), + [anon_sym_L_DQUOTE] = ACTIONS(2750), + [anon_sym_u_DQUOTE] = ACTIONS(2750), + [anon_sym_U_DQUOTE] = ACTIONS(2750), + [anon_sym_u8_DQUOTE] = ACTIONS(2750), + [anon_sym_DQUOTE] = ACTIONS(2750), + [sym_true] = ACTIONS(2748), + [sym_false] = ACTIONS(2748), + [sym_null] = ACTIONS(2748), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2748), + [anon_sym_decltype] = ACTIONS(2748), + [anon_sym_virtual] = ACTIONS(2748), + [anon_sym_explicit] = ACTIONS(2748), + [anon_sym_typename] = ACTIONS(2748), + [anon_sym_template] = ACTIONS(2748), + [anon_sym_operator] = ACTIONS(2748), + [anon_sym_try] = ACTIONS(2748), + [anon_sym_delete] = ACTIONS(2748), + [anon_sym_throw] = ACTIONS(2748), + [anon_sym_namespace] = ACTIONS(2748), + [anon_sym_using] = ACTIONS(2748), + [anon_sym_static_assert] = ACTIONS(2748), + [anon_sym_concept] = ACTIONS(2748), + [anon_sym_co_return] = ACTIONS(2748), + [anon_sym_co_yield] = ACTIONS(2748), + [anon_sym_R_DQUOTE] = ACTIONS(2750), + [anon_sym_LR_DQUOTE] = ACTIONS(2750), + [anon_sym_uR_DQUOTE] = ACTIONS(2750), + [anon_sym_UR_DQUOTE] = ACTIONS(2750), + [anon_sym_u8R_DQUOTE] = ACTIONS(2750), + [anon_sym_co_await] = ACTIONS(2748), + [anon_sym_new] = ACTIONS(2748), + [anon_sym_requires] = ACTIONS(2748), + [sym_this] = ACTIONS(2748), + [sym_nullptr] = ACTIONS(2748), }, [512] = { - [sym_identifier] = ACTIONS(2762), - [aux_sym_preproc_include_token1] = ACTIONS(2762), - [aux_sym_preproc_def_token1] = ACTIONS(2762), - [aux_sym_preproc_if_token1] = ACTIONS(2762), - [aux_sym_preproc_if_token2] = ACTIONS(2762), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2762), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2762), - [aux_sym_preproc_else_token1] = ACTIONS(2762), - [aux_sym_preproc_elif_token1] = ACTIONS(2762), - [sym_preproc_directive] = ACTIONS(2762), - [anon_sym_LPAREN2] = ACTIONS(2764), - [anon_sym_BANG] = ACTIONS(2764), - [anon_sym_TILDE] = ACTIONS(2764), - [anon_sym_DASH] = ACTIONS(2762), - [anon_sym_PLUS] = ACTIONS(2762), - [anon_sym_STAR] = ACTIONS(2764), - [anon_sym_AMP_AMP] = ACTIONS(2764), - [anon_sym_AMP] = ACTIONS(2762), - [anon_sym_SEMI] = ACTIONS(2764), - [anon_sym_typedef] = ACTIONS(2762), - [anon_sym_extern] = ACTIONS(2762), - [anon_sym___attribute__] = ACTIONS(2762), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2764), - [anon_sym___declspec] = ACTIONS(2762), - [anon_sym___based] = ACTIONS(2762), - [anon_sym___cdecl] = ACTIONS(2762), - [anon_sym___clrcall] = ACTIONS(2762), - [anon_sym___stdcall] = ACTIONS(2762), - [anon_sym___fastcall] = ACTIONS(2762), - [anon_sym___thiscall] = ACTIONS(2762), - [anon_sym___vectorcall] = ACTIONS(2762), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2762), - [anon_sym_static] = ACTIONS(2762), - [anon_sym_register] = ACTIONS(2762), - [anon_sym_inline] = ACTIONS(2762), - [anon_sym_thread_local] = ACTIONS(2762), - [anon_sym_const] = ACTIONS(2762), - [anon_sym_volatile] = ACTIONS(2762), - [anon_sym_restrict] = ACTIONS(2762), - [anon_sym__Atomic] = ACTIONS(2762), - [anon_sym_mutable] = ACTIONS(2762), - [anon_sym_constexpr] = ACTIONS(2762), - [anon_sym_constinit] = ACTIONS(2762), - [anon_sym_consteval] = ACTIONS(2762), - [anon_sym_signed] = ACTIONS(2762), - [anon_sym_unsigned] = ACTIONS(2762), - [anon_sym_long] = ACTIONS(2762), - [anon_sym_short] = ACTIONS(2762), - [sym_primitive_type] = ACTIONS(2762), - [anon_sym_enum] = ACTIONS(2762), - [anon_sym_class] = ACTIONS(2762), - [anon_sym_struct] = ACTIONS(2762), - [anon_sym_union] = ACTIONS(2762), - [anon_sym_if] = ACTIONS(2762), - [anon_sym_switch] = ACTIONS(2762), - [anon_sym_case] = ACTIONS(2762), - [anon_sym_default] = ACTIONS(2762), - [anon_sym_while] = ACTIONS(2762), - [anon_sym_do] = ACTIONS(2762), - [anon_sym_for] = ACTIONS(2762), - [anon_sym_return] = ACTIONS(2762), - [anon_sym_break] = ACTIONS(2762), - [anon_sym_continue] = ACTIONS(2762), - [anon_sym_goto] = ACTIONS(2762), - [anon_sym_not] = ACTIONS(2762), - [anon_sym_compl] = ACTIONS(2762), - [anon_sym_DASH_DASH] = ACTIONS(2764), - [anon_sym_PLUS_PLUS] = ACTIONS(2764), - [anon_sym_sizeof] = ACTIONS(2762), - [sym_number_literal] = ACTIONS(2764), - [anon_sym_L_SQUOTE] = ACTIONS(2764), - [anon_sym_u_SQUOTE] = ACTIONS(2764), - [anon_sym_U_SQUOTE] = ACTIONS(2764), - [anon_sym_u8_SQUOTE] = ACTIONS(2764), - [anon_sym_SQUOTE] = ACTIONS(2764), - [anon_sym_L_DQUOTE] = ACTIONS(2764), - [anon_sym_u_DQUOTE] = ACTIONS(2764), - [anon_sym_U_DQUOTE] = ACTIONS(2764), - [anon_sym_u8_DQUOTE] = ACTIONS(2764), - [anon_sym_DQUOTE] = ACTIONS(2764), - [sym_true] = ACTIONS(2762), - [sym_false] = ACTIONS(2762), - [sym_null] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2762), - [anon_sym_decltype] = ACTIONS(2762), - [anon_sym_virtual] = ACTIONS(2762), - [anon_sym_explicit] = ACTIONS(2762), - [anon_sym_typename] = ACTIONS(2762), - [anon_sym_template] = ACTIONS(2762), - [anon_sym_operator] = ACTIONS(2762), - [anon_sym_try] = ACTIONS(2762), - [anon_sym_delete] = ACTIONS(2762), - [anon_sym_throw] = ACTIONS(2762), - [anon_sym_namespace] = ACTIONS(2762), - [anon_sym_using] = ACTIONS(2762), - [anon_sym_static_assert] = ACTIONS(2762), - [anon_sym_concept] = ACTIONS(2762), - [anon_sym_co_return] = ACTIONS(2762), - [anon_sym_co_yield] = ACTIONS(2762), - [anon_sym_R_DQUOTE] = ACTIONS(2764), - [anon_sym_LR_DQUOTE] = ACTIONS(2764), - [anon_sym_uR_DQUOTE] = ACTIONS(2764), - [anon_sym_UR_DQUOTE] = ACTIONS(2764), - [anon_sym_u8R_DQUOTE] = ACTIONS(2764), - [anon_sym_co_await] = ACTIONS(2762), - [anon_sym_new] = ACTIONS(2762), - [anon_sym_requires] = ACTIONS(2762), - [sym_this] = ACTIONS(2762), - [sym_nullptr] = ACTIONS(2762), + [sym_identifier] = ACTIONS(2752), + [aux_sym_preproc_include_token1] = ACTIONS(2752), + [aux_sym_preproc_def_token1] = ACTIONS(2752), + [aux_sym_preproc_if_token1] = ACTIONS(2752), + [aux_sym_preproc_if_token2] = ACTIONS(2752), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2752), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2752), + [aux_sym_preproc_else_token1] = ACTIONS(2752), + [aux_sym_preproc_elif_token1] = ACTIONS(2752), + [sym_preproc_directive] = ACTIONS(2752), + [anon_sym_LPAREN2] = ACTIONS(2754), + [anon_sym_BANG] = ACTIONS(2754), + [anon_sym_TILDE] = ACTIONS(2754), + [anon_sym_DASH] = ACTIONS(2752), + [anon_sym_PLUS] = ACTIONS(2752), + [anon_sym_STAR] = ACTIONS(2754), + [anon_sym_AMP_AMP] = ACTIONS(2754), + [anon_sym_AMP] = ACTIONS(2752), + [anon_sym_SEMI] = ACTIONS(2754), + [anon_sym_typedef] = ACTIONS(2752), + [anon_sym_extern] = ACTIONS(2752), + [anon_sym___attribute__] = ACTIONS(2752), + [anon_sym_COLON_COLON] = ACTIONS(2754), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2754), + [anon_sym___declspec] = ACTIONS(2752), + [anon_sym___based] = ACTIONS(2752), + [anon_sym___cdecl] = ACTIONS(2752), + [anon_sym___clrcall] = ACTIONS(2752), + [anon_sym___stdcall] = ACTIONS(2752), + [anon_sym___fastcall] = ACTIONS(2752), + [anon_sym___thiscall] = ACTIONS(2752), + [anon_sym___vectorcall] = ACTIONS(2752), + [anon_sym_LBRACE] = ACTIONS(2754), + [anon_sym_LBRACK] = ACTIONS(2752), + [anon_sym_static] = ACTIONS(2752), + [anon_sym_register] = ACTIONS(2752), + [anon_sym_inline] = ACTIONS(2752), + [anon_sym_thread_local] = ACTIONS(2752), + [anon_sym_const] = ACTIONS(2752), + [anon_sym_volatile] = ACTIONS(2752), + [anon_sym_restrict] = ACTIONS(2752), + [anon_sym__Atomic] = ACTIONS(2752), + [anon_sym_mutable] = ACTIONS(2752), + [anon_sym_constexpr] = ACTIONS(2752), + [anon_sym_constinit] = ACTIONS(2752), + [anon_sym_consteval] = ACTIONS(2752), + [anon_sym_signed] = ACTIONS(2752), + [anon_sym_unsigned] = ACTIONS(2752), + [anon_sym_long] = ACTIONS(2752), + [anon_sym_short] = ACTIONS(2752), + [sym_primitive_type] = ACTIONS(2752), + [anon_sym_enum] = ACTIONS(2752), + [anon_sym_class] = ACTIONS(2752), + [anon_sym_struct] = ACTIONS(2752), + [anon_sym_union] = ACTIONS(2752), + [anon_sym_if] = ACTIONS(2752), + [anon_sym_switch] = ACTIONS(2752), + [anon_sym_case] = ACTIONS(2752), + [anon_sym_default] = ACTIONS(2752), + [anon_sym_while] = ACTIONS(2752), + [anon_sym_do] = ACTIONS(2752), + [anon_sym_for] = ACTIONS(2752), + [anon_sym_return] = ACTIONS(2752), + [anon_sym_break] = ACTIONS(2752), + [anon_sym_continue] = ACTIONS(2752), + [anon_sym_goto] = ACTIONS(2752), + [anon_sym_not] = ACTIONS(2752), + [anon_sym_compl] = ACTIONS(2752), + [anon_sym_DASH_DASH] = ACTIONS(2754), + [anon_sym_PLUS_PLUS] = ACTIONS(2754), + [anon_sym_sizeof] = ACTIONS(2752), + [sym_number_literal] = ACTIONS(2754), + [anon_sym_L_SQUOTE] = ACTIONS(2754), + [anon_sym_u_SQUOTE] = ACTIONS(2754), + [anon_sym_U_SQUOTE] = ACTIONS(2754), + [anon_sym_u8_SQUOTE] = ACTIONS(2754), + [anon_sym_SQUOTE] = ACTIONS(2754), + [anon_sym_L_DQUOTE] = ACTIONS(2754), + [anon_sym_u_DQUOTE] = ACTIONS(2754), + [anon_sym_U_DQUOTE] = ACTIONS(2754), + [anon_sym_u8_DQUOTE] = ACTIONS(2754), + [anon_sym_DQUOTE] = ACTIONS(2754), + [sym_true] = ACTIONS(2752), + [sym_false] = ACTIONS(2752), + [sym_null] = ACTIONS(2752), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2752), + [anon_sym_decltype] = ACTIONS(2752), + [anon_sym_virtual] = ACTIONS(2752), + [anon_sym_explicit] = ACTIONS(2752), + [anon_sym_typename] = ACTIONS(2752), + [anon_sym_template] = ACTIONS(2752), + [anon_sym_operator] = ACTIONS(2752), + [anon_sym_try] = ACTIONS(2752), + [anon_sym_delete] = ACTIONS(2752), + [anon_sym_throw] = ACTIONS(2752), + [anon_sym_namespace] = ACTIONS(2752), + [anon_sym_using] = ACTIONS(2752), + [anon_sym_static_assert] = ACTIONS(2752), + [anon_sym_concept] = ACTIONS(2752), + [anon_sym_co_return] = ACTIONS(2752), + [anon_sym_co_yield] = ACTIONS(2752), + [anon_sym_R_DQUOTE] = ACTIONS(2754), + [anon_sym_LR_DQUOTE] = ACTIONS(2754), + [anon_sym_uR_DQUOTE] = ACTIONS(2754), + [anon_sym_UR_DQUOTE] = ACTIONS(2754), + [anon_sym_u8R_DQUOTE] = ACTIONS(2754), + [anon_sym_co_await] = ACTIONS(2752), + [anon_sym_new] = ACTIONS(2752), + [anon_sym_requires] = ACTIONS(2752), + [sym_this] = ACTIONS(2752), + [sym_nullptr] = ACTIONS(2752), }, [513] = { - [sym_identifier] = ACTIONS(2766), - [aux_sym_preproc_include_token1] = ACTIONS(2766), - [aux_sym_preproc_def_token1] = ACTIONS(2766), - [aux_sym_preproc_if_token1] = ACTIONS(2766), - [aux_sym_preproc_if_token2] = ACTIONS(2766), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2766), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2766), - [aux_sym_preproc_else_token1] = ACTIONS(2766), - [aux_sym_preproc_elif_token1] = ACTIONS(2766), - [sym_preproc_directive] = ACTIONS(2766), - [anon_sym_LPAREN2] = ACTIONS(2768), - [anon_sym_BANG] = ACTIONS(2768), - [anon_sym_TILDE] = ACTIONS(2768), - [anon_sym_DASH] = ACTIONS(2766), - [anon_sym_PLUS] = ACTIONS(2766), - [anon_sym_STAR] = ACTIONS(2768), - [anon_sym_AMP_AMP] = ACTIONS(2768), - [anon_sym_AMP] = ACTIONS(2766), - [anon_sym_SEMI] = ACTIONS(2768), - [anon_sym_typedef] = ACTIONS(2766), - [anon_sym_extern] = ACTIONS(2766), - [anon_sym___attribute__] = ACTIONS(2766), - [anon_sym_COLON_COLON] = ACTIONS(2768), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2768), - [anon_sym___declspec] = ACTIONS(2766), - [anon_sym___based] = ACTIONS(2766), - [anon_sym___cdecl] = ACTIONS(2766), - [anon_sym___clrcall] = ACTIONS(2766), - [anon_sym___stdcall] = ACTIONS(2766), - [anon_sym___fastcall] = ACTIONS(2766), - [anon_sym___thiscall] = ACTIONS(2766), - [anon_sym___vectorcall] = ACTIONS(2766), - [anon_sym_LBRACE] = ACTIONS(2768), - [anon_sym_LBRACK] = ACTIONS(2766), - [anon_sym_static] = ACTIONS(2766), - [anon_sym_register] = ACTIONS(2766), - [anon_sym_inline] = ACTIONS(2766), - [anon_sym_thread_local] = ACTIONS(2766), - [anon_sym_const] = ACTIONS(2766), - [anon_sym_volatile] = ACTIONS(2766), - [anon_sym_restrict] = ACTIONS(2766), - [anon_sym__Atomic] = ACTIONS(2766), - [anon_sym_mutable] = ACTIONS(2766), - [anon_sym_constexpr] = ACTIONS(2766), - [anon_sym_constinit] = ACTIONS(2766), - [anon_sym_consteval] = ACTIONS(2766), - [anon_sym_signed] = ACTIONS(2766), - [anon_sym_unsigned] = ACTIONS(2766), - [anon_sym_long] = ACTIONS(2766), - [anon_sym_short] = ACTIONS(2766), - [sym_primitive_type] = ACTIONS(2766), - [anon_sym_enum] = ACTIONS(2766), - [anon_sym_class] = ACTIONS(2766), - [anon_sym_struct] = ACTIONS(2766), - [anon_sym_union] = ACTIONS(2766), - [anon_sym_if] = ACTIONS(2766), - [anon_sym_switch] = ACTIONS(2766), - [anon_sym_case] = ACTIONS(2766), - [anon_sym_default] = ACTIONS(2766), - [anon_sym_while] = ACTIONS(2766), - [anon_sym_do] = ACTIONS(2766), - [anon_sym_for] = ACTIONS(2766), - [anon_sym_return] = ACTIONS(2766), - [anon_sym_break] = ACTIONS(2766), - [anon_sym_continue] = ACTIONS(2766), - [anon_sym_goto] = ACTIONS(2766), - [anon_sym_not] = ACTIONS(2766), - [anon_sym_compl] = ACTIONS(2766), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2766), - [sym_number_literal] = ACTIONS(2768), - [anon_sym_L_SQUOTE] = ACTIONS(2768), - [anon_sym_u_SQUOTE] = ACTIONS(2768), - [anon_sym_U_SQUOTE] = ACTIONS(2768), - [anon_sym_u8_SQUOTE] = ACTIONS(2768), - [anon_sym_SQUOTE] = ACTIONS(2768), - [anon_sym_L_DQUOTE] = ACTIONS(2768), - [anon_sym_u_DQUOTE] = ACTIONS(2768), - [anon_sym_U_DQUOTE] = ACTIONS(2768), - [anon_sym_u8_DQUOTE] = ACTIONS(2768), - [anon_sym_DQUOTE] = ACTIONS(2768), - [sym_true] = ACTIONS(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2766), - [anon_sym_decltype] = ACTIONS(2766), - [anon_sym_virtual] = ACTIONS(2766), - [anon_sym_explicit] = ACTIONS(2766), - [anon_sym_typename] = ACTIONS(2766), - [anon_sym_template] = ACTIONS(2766), - [anon_sym_operator] = ACTIONS(2766), - [anon_sym_try] = ACTIONS(2766), - [anon_sym_delete] = ACTIONS(2766), - [anon_sym_throw] = ACTIONS(2766), - [anon_sym_namespace] = ACTIONS(2766), - [anon_sym_using] = ACTIONS(2766), - [anon_sym_static_assert] = ACTIONS(2766), - [anon_sym_concept] = ACTIONS(2766), - [anon_sym_co_return] = ACTIONS(2766), - [anon_sym_co_yield] = ACTIONS(2766), - [anon_sym_R_DQUOTE] = ACTIONS(2768), - [anon_sym_LR_DQUOTE] = ACTIONS(2768), - [anon_sym_uR_DQUOTE] = ACTIONS(2768), - [anon_sym_UR_DQUOTE] = ACTIONS(2768), - [anon_sym_u8R_DQUOTE] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2766), - [anon_sym_new] = ACTIONS(2766), - [anon_sym_requires] = ACTIONS(2766), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [sym_identifier] = ACTIONS(2756), + [aux_sym_preproc_include_token1] = ACTIONS(2756), + [aux_sym_preproc_def_token1] = ACTIONS(2756), + [aux_sym_preproc_if_token1] = ACTIONS(2756), + [aux_sym_preproc_if_token2] = ACTIONS(2756), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2756), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2756), + [aux_sym_preproc_else_token1] = ACTIONS(2756), + [aux_sym_preproc_elif_token1] = ACTIONS(2756), + [sym_preproc_directive] = ACTIONS(2756), + [anon_sym_LPAREN2] = ACTIONS(2758), + [anon_sym_BANG] = ACTIONS(2758), + [anon_sym_TILDE] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2756), + [anon_sym_PLUS] = ACTIONS(2756), + [anon_sym_STAR] = ACTIONS(2758), + [anon_sym_AMP_AMP] = ACTIONS(2758), + [anon_sym_AMP] = ACTIONS(2756), + [anon_sym_SEMI] = ACTIONS(2758), + [anon_sym_typedef] = ACTIONS(2756), + [anon_sym_extern] = ACTIONS(2756), + [anon_sym___attribute__] = ACTIONS(2756), + [anon_sym_COLON_COLON] = ACTIONS(2758), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2758), + [anon_sym___declspec] = ACTIONS(2756), + [anon_sym___based] = ACTIONS(2756), + [anon_sym___cdecl] = ACTIONS(2756), + [anon_sym___clrcall] = ACTIONS(2756), + [anon_sym___stdcall] = ACTIONS(2756), + [anon_sym___fastcall] = ACTIONS(2756), + [anon_sym___thiscall] = ACTIONS(2756), + [anon_sym___vectorcall] = ACTIONS(2756), + [anon_sym_LBRACE] = ACTIONS(2758), + [anon_sym_LBRACK] = ACTIONS(2756), + [anon_sym_static] = ACTIONS(2756), + [anon_sym_register] = ACTIONS(2756), + [anon_sym_inline] = ACTIONS(2756), + [anon_sym_thread_local] = ACTIONS(2756), + [anon_sym_const] = ACTIONS(2756), + [anon_sym_volatile] = ACTIONS(2756), + [anon_sym_restrict] = ACTIONS(2756), + [anon_sym__Atomic] = ACTIONS(2756), + [anon_sym_mutable] = ACTIONS(2756), + [anon_sym_constexpr] = ACTIONS(2756), + [anon_sym_constinit] = ACTIONS(2756), + [anon_sym_consteval] = ACTIONS(2756), + [anon_sym_signed] = ACTIONS(2756), + [anon_sym_unsigned] = ACTIONS(2756), + [anon_sym_long] = ACTIONS(2756), + [anon_sym_short] = ACTIONS(2756), + [sym_primitive_type] = ACTIONS(2756), + [anon_sym_enum] = ACTIONS(2756), + [anon_sym_class] = ACTIONS(2756), + [anon_sym_struct] = ACTIONS(2756), + [anon_sym_union] = ACTIONS(2756), + [anon_sym_if] = ACTIONS(2756), + [anon_sym_switch] = ACTIONS(2756), + [anon_sym_case] = ACTIONS(2756), + [anon_sym_default] = ACTIONS(2756), + [anon_sym_while] = ACTIONS(2756), + [anon_sym_do] = ACTIONS(2756), + [anon_sym_for] = ACTIONS(2756), + [anon_sym_return] = ACTIONS(2756), + [anon_sym_break] = ACTIONS(2756), + [anon_sym_continue] = ACTIONS(2756), + [anon_sym_goto] = ACTIONS(2756), + [anon_sym_not] = ACTIONS(2756), + [anon_sym_compl] = ACTIONS(2756), + [anon_sym_DASH_DASH] = ACTIONS(2758), + [anon_sym_PLUS_PLUS] = ACTIONS(2758), + [anon_sym_sizeof] = ACTIONS(2756), + [sym_number_literal] = ACTIONS(2758), + [anon_sym_L_SQUOTE] = ACTIONS(2758), + [anon_sym_u_SQUOTE] = ACTIONS(2758), + [anon_sym_U_SQUOTE] = ACTIONS(2758), + [anon_sym_u8_SQUOTE] = ACTIONS(2758), + [anon_sym_SQUOTE] = ACTIONS(2758), + [anon_sym_L_DQUOTE] = ACTIONS(2758), + [anon_sym_u_DQUOTE] = ACTIONS(2758), + [anon_sym_U_DQUOTE] = ACTIONS(2758), + [anon_sym_u8_DQUOTE] = ACTIONS(2758), + [anon_sym_DQUOTE] = ACTIONS(2758), + [sym_true] = ACTIONS(2756), + [sym_false] = ACTIONS(2756), + [sym_null] = ACTIONS(2756), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2756), + [anon_sym_decltype] = ACTIONS(2756), + [anon_sym_virtual] = ACTIONS(2756), + [anon_sym_explicit] = ACTIONS(2756), + [anon_sym_typename] = ACTIONS(2756), + [anon_sym_template] = ACTIONS(2756), + [anon_sym_operator] = ACTIONS(2756), + [anon_sym_try] = ACTIONS(2756), + [anon_sym_delete] = ACTIONS(2756), + [anon_sym_throw] = ACTIONS(2756), + [anon_sym_namespace] = ACTIONS(2756), + [anon_sym_using] = ACTIONS(2756), + [anon_sym_static_assert] = ACTIONS(2756), + [anon_sym_concept] = ACTIONS(2756), + [anon_sym_co_return] = ACTIONS(2756), + [anon_sym_co_yield] = ACTIONS(2756), + [anon_sym_R_DQUOTE] = ACTIONS(2758), + [anon_sym_LR_DQUOTE] = ACTIONS(2758), + [anon_sym_uR_DQUOTE] = ACTIONS(2758), + [anon_sym_UR_DQUOTE] = ACTIONS(2758), + [anon_sym_u8R_DQUOTE] = ACTIONS(2758), + [anon_sym_co_await] = ACTIONS(2756), + [anon_sym_new] = ACTIONS(2756), + [anon_sym_requires] = ACTIONS(2756), + [sym_this] = ACTIONS(2756), + [sym_nullptr] = ACTIONS(2756), }, [514] = { - [sym_identifier] = ACTIONS(2770), - [aux_sym_preproc_include_token1] = ACTIONS(2770), - [aux_sym_preproc_def_token1] = ACTIONS(2770), - [aux_sym_preproc_if_token1] = ACTIONS(2770), - [aux_sym_preproc_if_token2] = ACTIONS(2770), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2770), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2770), - [aux_sym_preproc_else_token1] = ACTIONS(2770), - [aux_sym_preproc_elif_token1] = ACTIONS(2770), - [sym_preproc_directive] = ACTIONS(2770), - [anon_sym_LPAREN2] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2770), - [anon_sym_PLUS] = ACTIONS(2770), - [anon_sym_STAR] = ACTIONS(2772), - [anon_sym_AMP_AMP] = ACTIONS(2772), - [anon_sym_AMP] = ACTIONS(2770), - [anon_sym_SEMI] = ACTIONS(2772), - [anon_sym_typedef] = ACTIONS(2770), - [anon_sym_extern] = ACTIONS(2770), - [anon_sym___attribute__] = ACTIONS(2770), - [anon_sym_COLON_COLON] = ACTIONS(2772), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2772), - [anon_sym___declspec] = ACTIONS(2770), - [anon_sym___based] = ACTIONS(2770), - [anon_sym___cdecl] = ACTIONS(2770), - [anon_sym___clrcall] = ACTIONS(2770), - [anon_sym___stdcall] = ACTIONS(2770), - [anon_sym___fastcall] = ACTIONS(2770), - [anon_sym___thiscall] = ACTIONS(2770), - [anon_sym___vectorcall] = ACTIONS(2770), - [anon_sym_LBRACE] = ACTIONS(2772), - [anon_sym_LBRACK] = ACTIONS(2770), - [anon_sym_static] = ACTIONS(2770), - [anon_sym_register] = ACTIONS(2770), - [anon_sym_inline] = ACTIONS(2770), - [anon_sym_thread_local] = ACTIONS(2770), - [anon_sym_const] = ACTIONS(2770), - [anon_sym_volatile] = ACTIONS(2770), - [anon_sym_restrict] = ACTIONS(2770), - [anon_sym__Atomic] = ACTIONS(2770), - [anon_sym_mutable] = ACTIONS(2770), - [anon_sym_constexpr] = ACTIONS(2770), - [anon_sym_constinit] = ACTIONS(2770), - [anon_sym_consteval] = ACTIONS(2770), - [anon_sym_signed] = ACTIONS(2770), - [anon_sym_unsigned] = ACTIONS(2770), - [anon_sym_long] = ACTIONS(2770), - [anon_sym_short] = ACTIONS(2770), - [sym_primitive_type] = ACTIONS(2770), - [anon_sym_enum] = ACTIONS(2770), - [anon_sym_class] = ACTIONS(2770), - [anon_sym_struct] = ACTIONS(2770), - [anon_sym_union] = ACTIONS(2770), - [anon_sym_if] = ACTIONS(2770), - [anon_sym_switch] = ACTIONS(2770), - [anon_sym_case] = ACTIONS(2770), - [anon_sym_default] = ACTIONS(2770), - [anon_sym_while] = ACTIONS(2770), - [anon_sym_do] = ACTIONS(2770), - [anon_sym_for] = ACTIONS(2770), - [anon_sym_return] = ACTIONS(2770), - [anon_sym_break] = ACTIONS(2770), - [anon_sym_continue] = ACTIONS(2770), - [anon_sym_goto] = ACTIONS(2770), - [anon_sym_not] = ACTIONS(2770), - [anon_sym_compl] = ACTIONS(2770), - [anon_sym_DASH_DASH] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2772), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2772), - [anon_sym_u_SQUOTE] = ACTIONS(2772), - [anon_sym_U_SQUOTE] = ACTIONS(2772), - [anon_sym_u8_SQUOTE] = ACTIONS(2772), - [anon_sym_SQUOTE] = ACTIONS(2772), - [anon_sym_L_DQUOTE] = ACTIONS(2772), - [anon_sym_u_DQUOTE] = ACTIONS(2772), - [anon_sym_U_DQUOTE] = ACTIONS(2772), - [anon_sym_u8_DQUOTE] = ACTIONS(2772), - [anon_sym_DQUOTE] = ACTIONS(2772), - [sym_true] = ACTIONS(2770), - [sym_false] = ACTIONS(2770), - [sym_null] = ACTIONS(2770), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2770), - [anon_sym_decltype] = ACTIONS(2770), - [anon_sym_virtual] = ACTIONS(2770), - [anon_sym_explicit] = ACTIONS(2770), - [anon_sym_typename] = ACTIONS(2770), - [anon_sym_template] = ACTIONS(2770), - [anon_sym_operator] = ACTIONS(2770), - [anon_sym_try] = ACTIONS(2770), - [anon_sym_delete] = ACTIONS(2770), - [anon_sym_throw] = ACTIONS(2770), - [anon_sym_namespace] = ACTIONS(2770), - [anon_sym_using] = ACTIONS(2770), - [anon_sym_static_assert] = ACTIONS(2770), - [anon_sym_concept] = ACTIONS(2770), - [anon_sym_co_return] = ACTIONS(2770), - [anon_sym_co_yield] = ACTIONS(2770), - [anon_sym_R_DQUOTE] = ACTIONS(2772), - [anon_sym_LR_DQUOTE] = ACTIONS(2772), - [anon_sym_uR_DQUOTE] = ACTIONS(2772), - [anon_sym_UR_DQUOTE] = ACTIONS(2772), - [anon_sym_u8R_DQUOTE] = ACTIONS(2772), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2770), - [anon_sym_requires] = ACTIONS(2770), - [sym_this] = ACTIONS(2770), - [sym_nullptr] = ACTIONS(2770), + [ts_builtin_sym_end] = ACTIONS(2389), + [sym_identifier] = ACTIONS(2387), + [aux_sym_preproc_include_token1] = ACTIONS(2387), + [aux_sym_preproc_def_token1] = ACTIONS(2387), + [aux_sym_preproc_if_token1] = ACTIONS(2387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2387), + [sym_preproc_directive] = ACTIONS(2387), + [anon_sym_LPAREN2] = ACTIONS(2389), + [anon_sym_BANG] = ACTIONS(2389), + [anon_sym_TILDE] = ACTIONS(2389), + [anon_sym_DASH] = ACTIONS(2387), + [anon_sym_PLUS] = ACTIONS(2387), + [anon_sym_STAR] = ACTIONS(2389), + [anon_sym_AMP_AMP] = ACTIONS(2389), + [anon_sym_AMP] = ACTIONS(2387), + [anon_sym_SEMI] = ACTIONS(2389), + [anon_sym_typedef] = ACTIONS(2387), + [anon_sym_extern] = ACTIONS(2387), + [anon_sym___attribute__] = ACTIONS(2387), + [anon_sym_COLON_COLON] = ACTIONS(2389), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2389), + [anon_sym___declspec] = ACTIONS(2387), + [anon_sym___based] = ACTIONS(2387), + [anon_sym___cdecl] = ACTIONS(2387), + [anon_sym___clrcall] = ACTIONS(2387), + [anon_sym___stdcall] = ACTIONS(2387), + [anon_sym___fastcall] = ACTIONS(2387), + [anon_sym___thiscall] = ACTIONS(2387), + [anon_sym___vectorcall] = ACTIONS(2387), + [anon_sym_LBRACE] = ACTIONS(2389), + [anon_sym_LBRACK] = ACTIONS(2387), + [anon_sym_static] = ACTIONS(2387), + [anon_sym_register] = ACTIONS(2387), + [anon_sym_inline] = ACTIONS(2387), + [anon_sym_thread_local] = ACTIONS(2387), + [anon_sym_const] = ACTIONS(2387), + [anon_sym_volatile] = ACTIONS(2387), + [anon_sym_restrict] = ACTIONS(2387), + [anon_sym__Atomic] = ACTIONS(2387), + [anon_sym_mutable] = ACTIONS(2387), + [anon_sym_constexpr] = ACTIONS(2387), + [anon_sym_constinit] = ACTIONS(2387), + [anon_sym_consteval] = ACTIONS(2387), + [anon_sym_signed] = ACTIONS(2387), + [anon_sym_unsigned] = ACTIONS(2387), + [anon_sym_long] = ACTIONS(2387), + [anon_sym_short] = ACTIONS(2387), + [sym_primitive_type] = ACTIONS(2387), + [anon_sym_enum] = ACTIONS(2387), + [anon_sym_class] = ACTIONS(2387), + [anon_sym_struct] = ACTIONS(2387), + [anon_sym_union] = ACTIONS(2387), + [anon_sym_if] = ACTIONS(2387), + [anon_sym_else] = ACTIONS(2387), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2387), + [anon_sym_default] = ACTIONS(2387), + [anon_sym_while] = ACTIONS(2387), + [anon_sym_do] = ACTIONS(2387), + [anon_sym_for] = ACTIONS(2387), + [anon_sym_return] = ACTIONS(2387), + [anon_sym_break] = ACTIONS(2387), + [anon_sym_continue] = ACTIONS(2387), + [anon_sym_goto] = ACTIONS(2387), + [anon_sym_not] = ACTIONS(2387), + [anon_sym_compl] = ACTIONS(2387), + [anon_sym_DASH_DASH] = ACTIONS(2389), + [anon_sym_PLUS_PLUS] = ACTIONS(2389), + [anon_sym_sizeof] = ACTIONS(2387), + [sym_number_literal] = ACTIONS(2389), + [anon_sym_L_SQUOTE] = ACTIONS(2389), + [anon_sym_u_SQUOTE] = ACTIONS(2389), + [anon_sym_U_SQUOTE] = ACTIONS(2389), + [anon_sym_u8_SQUOTE] = ACTIONS(2389), + [anon_sym_SQUOTE] = ACTIONS(2389), + [anon_sym_L_DQUOTE] = ACTIONS(2389), + [anon_sym_u_DQUOTE] = ACTIONS(2389), + [anon_sym_U_DQUOTE] = ACTIONS(2389), + [anon_sym_u8_DQUOTE] = ACTIONS(2389), + [anon_sym_DQUOTE] = ACTIONS(2389), + [sym_true] = ACTIONS(2387), + [sym_false] = ACTIONS(2387), + [sym_null] = ACTIONS(2387), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2387), + [anon_sym_decltype] = ACTIONS(2387), + [anon_sym_virtual] = ACTIONS(2387), + [anon_sym_explicit] = ACTIONS(2387), + [anon_sym_typename] = ACTIONS(2387), + [anon_sym_template] = ACTIONS(2387), + [anon_sym_operator] = ACTIONS(2387), + [anon_sym_try] = ACTIONS(2387), + [anon_sym_delete] = ACTIONS(2387), + [anon_sym_throw] = ACTIONS(2387), + [anon_sym_namespace] = ACTIONS(2387), + [anon_sym_using] = ACTIONS(2387), + [anon_sym_static_assert] = ACTIONS(2387), + [anon_sym_concept] = ACTIONS(2387), + [anon_sym_co_return] = ACTIONS(2387), + [anon_sym_co_yield] = ACTIONS(2387), + [anon_sym_catch] = ACTIONS(2387), + [anon_sym_R_DQUOTE] = ACTIONS(2389), + [anon_sym_LR_DQUOTE] = ACTIONS(2389), + [anon_sym_uR_DQUOTE] = ACTIONS(2389), + [anon_sym_UR_DQUOTE] = ACTIONS(2389), + [anon_sym_u8R_DQUOTE] = ACTIONS(2389), + [anon_sym_co_await] = ACTIONS(2387), + [anon_sym_new] = ACTIONS(2387), + [anon_sym_requires] = ACTIONS(2387), + [sym_this] = ACTIONS(2387), + [sym_nullptr] = ACTIONS(2387), }, [515] = { - [sym_identifier] = ACTIONS(2774), - [aux_sym_preproc_include_token1] = ACTIONS(2774), - [aux_sym_preproc_def_token1] = ACTIONS(2774), - [aux_sym_preproc_if_token1] = ACTIONS(2774), - [aux_sym_preproc_if_token2] = ACTIONS(2774), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2774), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2774), - [aux_sym_preproc_else_token1] = ACTIONS(2774), - [aux_sym_preproc_elif_token1] = ACTIONS(2774), - [sym_preproc_directive] = ACTIONS(2774), - [anon_sym_LPAREN2] = ACTIONS(2776), - [anon_sym_BANG] = ACTIONS(2776), - [anon_sym_TILDE] = ACTIONS(2776), - [anon_sym_DASH] = ACTIONS(2774), - [anon_sym_PLUS] = ACTIONS(2774), - [anon_sym_STAR] = ACTIONS(2776), - [anon_sym_AMP_AMP] = ACTIONS(2776), - [anon_sym_AMP] = ACTIONS(2774), - [anon_sym_SEMI] = ACTIONS(2776), - [anon_sym_typedef] = ACTIONS(2774), - [anon_sym_extern] = ACTIONS(2774), - [anon_sym___attribute__] = ACTIONS(2774), - [anon_sym_COLON_COLON] = ACTIONS(2776), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2776), - [anon_sym___declspec] = ACTIONS(2774), - [anon_sym___based] = ACTIONS(2774), - [anon_sym___cdecl] = ACTIONS(2774), - [anon_sym___clrcall] = ACTIONS(2774), - [anon_sym___stdcall] = ACTIONS(2774), - [anon_sym___fastcall] = ACTIONS(2774), - [anon_sym___thiscall] = ACTIONS(2774), - [anon_sym___vectorcall] = ACTIONS(2774), - [anon_sym_LBRACE] = ACTIONS(2776), - [anon_sym_LBRACK] = ACTIONS(2774), - [anon_sym_static] = ACTIONS(2774), - [anon_sym_register] = ACTIONS(2774), - [anon_sym_inline] = ACTIONS(2774), - [anon_sym_thread_local] = ACTIONS(2774), - [anon_sym_const] = ACTIONS(2774), - [anon_sym_volatile] = ACTIONS(2774), - [anon_sym_restrict] = ACTIONS(2774), - [anon_sym__Atomic] = ACTIONS(2774), - [anon_sym_mutable] = ACTIONS(2774), - [anon_sym_constexpr] = ACTIONS(2774), - [anon_sym_constinit] = ACTIONS(2774), - [anon_sym_consteval] = ACTIONS(2774), - [anon_sym_signed] = ACTIONS(2774), - [anon_sym_unsigned] = ACTIONS(2774), - [anon_sym_long] = ACTIONS(2774), - [anon_sym_short] = ACTIONS(2774), - [sym_primitive_type] = ACTIONS(2774), - [anon_sym_enum] = ACTIONS(2774), - [anon_sym_class] = ACTIONS(2774), - [anon_sym_struct] = ACTIONS(2774), - [anon_sym_union] = ACTIONS(2774), - [anon_sym_if] = ACTIONS(2774), - [anon_sym_switch] = ACTIONS(2774), - [anon_sym_case] = ACTIONS(2774), - [anon_sym_default] = ACTIONS(2774), - [anon_sym_while] = ACTIONS(2774), - [anon_sym_do] = ACTIONS(2774), - [anon_sym_for] = ACTIONS(2774), - [anon_sym_return] = ACTIONS(2774), - [anon_sym_break] = ACTIONS(2774), - [anon_sym_continue] = ACTIONS(2774), - [anon_sym_goto] = ACTIONS(2774), - [anon_sym_not] = ACTIONS(2774), - [anon_sym_compl] = ACTIONS(2774), - [anon_sym_DASH_DASH] = ACTIONS(2776), - [anon_sym_PLUS_PLUS] = ACTIONS(2776), - [anon_sym_sizeof] = ACTIONS(2774), - [sym_number_literal] = ACTIONS(2776), - [anon_sym_L_SQUOTE] = ACTIONS(2776), - [anon_sym_u_SQUOTE] = ACTIONS(2776), - [anon_sym_U_SQUOTE] = ACTIONS(2776), - [anon_sym_u8_SQUOTE] = ACTIONS(2776), - [anon_sym_SQUOTE] = ACTIONS(2776), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2774), - [sym_false] = ACTIONS(2774), - [sym_null] = ACTIONS(2774), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2774), - [anon_sym_decltype] = ACTIONS(2774), - [anon_sym_virtual] = ACTIONS(2774), - [anon_sym_explicit] = ACTIONS(2774), - [anon_sym_typename] = ACTIONS(2774), - [anon_sym_template] = ACTIONS(2774), - [anon_sym_operator] = ACTIONS(2774), - [anon_sym_try] = ACTIONS(2774), - [anon_sym_delete] = ACTIONS(2774), - [anon_sym_throw] = ACTIONS(2774), - [anon_sym_namespace] = ACTIONS(2774), - [anon_sym_using] = ACTIONS(2774), - [anon_sym_static_assert] = ACTIONS(2774), - [anon_sym_concept] = ACTIONS(2774), - [anon_sym_co_return] = ACTIONS(2774), - [anon_sym_co_yield] = ACTIONS(2774), - [anon_sym_R_DQUOTE] = ACTIONS(2776), - [anon_sym_LR_DQUOTE] = ACTIONS(2776), - [anon_sym_uR_DQUOTE] = ACTIONS(2776), - [anon_sym_UR_DQUOTE] = ACTIONS(2776), - [anon_sym_u8R_DQUOTE] = ACTIONS(2776), - [anon_sym_co_await] = ACTIONS(2774), - [anon_sym_new] = ACTIONS(2774), - [anon_sym_requires] = ACTIONS(2774), - [sym_this] = ACTIONS(2774), - [sym_nullptr] = ACTIONS(2774), + [sym_identifier] = ACTIONS(2760), + [aux_sym_preproc_include_token1] = ACTIONS(2760), + [aux_sym_preproc_def_token1] = ACTIONS(2760), + [aux_sym_preproc_if_token1] = ACTIONS(2760), + [aux_sym_preproc_if_token2] = ACTIONS(2760), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2760), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2760), + [aux_sym_preproc_else_token1] = ACTIONS(2760), + [aux_sym_preproc_elif_token1] = ACTIONS(2760), + [sym_preproc_directive] = ACTIONS(2760), + [anon_sym_LPAREN2] = ACTIONS(2762), + [anon_sym_BANG] = ACTIONS(2762), + [anon_sym_TILDE] = ACTIONS(2762), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_STAR] = ACTIONS(2762), + [anon_sym_AMP_AMP] = ACTIONS(2762), + [anon_sym_AMP] = ACTIONS(2760), + [anon_sym_SEMI] = ACTIONS(2762), + [anon_sym_typedef] = ACTIONS(2760), + [anon_sym_extern] = ACTIONS(2760), + [anon_sym___attribute__] = ACTIONS(2760), + [anon_sym_COLON_COLON] = ACTIONS(2762), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2762), + [anon_sym___declspec] = ACTIONS(2760), + [anon_sym___based] = ACTIONS(2760), + [anon_sym___cdecl] = ACTIONS(2760), + [anon_sym___clrcall] = ACTIONS(2760), + [anon_sym___stdcall] = ACTIONS(2760), + [anon_sym___fastcall] = ACTIONS(2760), + [anon_sym___thiscall] = ACTIONS(2760), + [anon_sym___vectorcall] = ACTIONS(2760), + [anon_sym_LBRACE] = ACTIONS(2762), + [anon_sym_LBRACK] = ACTIONS(2760), + [anon_sym_static] = ACTIONS(2760), + [anon_sym_register] = ACTIONS(2760), + [anon_sym_inline] = ACTIONS(2760), + [anon_sym_thread_local] = ACTIONS(2760), + [anon_sym_const] = ACTIONS(2760), + [anon_sym_volatile] = ACTIONS(2760), + [anon_sym_restrict] = ACTIONS(2760), + [anon_sym__Atomic] = ACTIONS(2760), + [anon_sym_mutable] = ACTIONS(2760), + [anon_sym_constexpr] = ACTIONS(2760), + [anon_sym_constinit] = ACTIONS(2760), + [anon_sym_consteval] = ACTIONS(2760), + [anon_sym_signed] = ACTIONS(2760), + [anon_sym_unsigned] = ACTIONS(2760), + [anon_sym_long] = ACTIONS(2760), + [anon_sym_short] = ACTIONS(2760), + [sym_primitive_type] = ACTIONS(2760), + [anon_sym_enum] = ACTIONS(2760), + [anon_sym_class] = ACTIONS(2760), + [anon_sym_struct] = ACTIONS(2760), + [anon_sym_union] = ACTIONS(2760), + [anon_sym_if] = ACTIONS(2760), + [anon_sym_switch] = ACTIONS(2760), + [anon_sym_case] = ACTIONS(2760), + [anon_sym_default] = ACTIONS(2760), + [anon_sym_while] = ACTIONS(2760), + [anon_sym_do] = ACTIONS(2760), + [anon_sym_for] = ACTIONS(2760), + [anon_sym_return] = ACTIONS(2760), + [anon_sym_break] = ACTIONS(2760), + [anon_sym_continue] = ACTIONS(2760), + [anon_sym_goto] = ACTIONS(2760), + [anon_sym_not] = ACTIONS(2760), + [anon_sym_compl] = ACTIONS(2760), + [anon_sym_DASH_DASH] = ACTIONS(2762), + [anon_sym_PLUS_PLUS] = ACTIONS(2762), + [anon_sym_sizeof] = ACTIONS(2760), + [sym_number_literal] = ACTIONS(2762), + [anon_sym_L_SQUOTE] = ACTIONS(2762), + [anon_sym_u_SQUOTE] = ACTIONS(2762), + [anon_sym_U_SQUOTE] = ACTIONS(2762), + [anon_sym_u8_SQUOTE] = ACTIONS(2762), + [anon_sym_SQUOTE] = ACTIONS(2762), + [anon_sym_L_DQUOTE] = ACTIONS(2762), + [anon_sym_u_DQUOTE] = ACTIONS(2762), + [anon_sym_U_DQUOTE] = ACTIONS(2762), + [anon_sym_u8_DQUOTE] = ACTIONS(2762), + [anon_sym_DQUOTE] = ACTIONS(2762), + [sym_true] = ACTIONS(2760), + [sym_false] = ACTIONS(2760), + [sym_null] = ACTIONS(2760), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2760), + [anon_sym_decltype] = ACTIONS(2760), + [anon_sym_virtual] = ACTIONS(2760), + [anon_sym_explicit] = ACTIONS(2760), + [anon_sym_typename] = ACTIONS(2760), + [anon_sym_template] = ACTIONS(2760), + [anon_sym_operator] = ACTIONS(2760), + [anon_sym_try] = ACTIONS(2760), + [anon_sym_delete] = ACTIONS(2760), + [anon_sym_throw] = ACTIONS(2760), + [anon_sym_namespace] = ACTIONS(2760), + [anon_sym_using] = ACTIONS(2760), + [anon_sym_static_assert] = ACTIONS(2760), + [anon_sym_concept] = ACTIONS(2760), + [anon_sym_co_return] = ACTIONS(2760), + [anon_sym_co_yield] = ACTIONS(2760), + [anon_sym_R_DQUOTE] = ACTIONS(2762), + [anon_sym_LR_DQUOTE] = ACTIONS(2762), + [anon_sym_uR_DQUOTE] = ACTIONS(2762), + [anon_sym_UR_DQUOTE] = ACTIONS(2762), + [anon_sym_u8R_DQUOTE] = ACTIONS(2762), + [anon_sym_co_await] = ACTIONS(2760), + [anon_sym_new] = ACTIONS(2760), + [anon_sym_requires] = ACTIONS(2760), + [sym_this] = ACTIONS(2760), + [sym_nullptr] = ACTIONS(2760), }, [516] = { - [sym_identifier] = ACTIONS(2778), - [aux_sym_preproc_include_token1] = ACTIONS(2778), - [aux_sym_preproc_def_token1] = ACTIONS(2778), - [aux_sym_preproc_if_token1] = ACTIONS(2778), - [aux_sym_preproc_if_token2] = ACTIONS(2778), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2778), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2778), - [aux_sym_preproc_else_token1] = ACTIONS(2778), - [aux_sym_preproc_elif_token1] = ACTIONS(2778), - [sym_preproc_directive] = ACTIONS(2778), - [anon_sym_LPAREN2] = ACTIONS(2780), - [anon_sym_BANG] = ACTIONS(2780), - [anon_sym_TILDE] = ACTIONS(2780), - [anon_sym_DASH] = ACTIONS(2778), - [anon_sym_PLUS] = ACTIONS(2778), - [anon_sym_STAR] = ACTIONS(2780), - [anon_sym_AMP_AMP] = ACTIONS(2780), - [anon_sym_AMP] = ACTIONS(2778), - [anon_sym_SEMI] = ACTIONS(2780), - [anon_sym_typedef] = ACTIONS(2778), - [anon_sym_extern] = ACTIONS(2778), - [anon_sym___attribute__] = ACTIONS(2778), - [anon_sym_COLON_COLON] = ACTIONS(2780), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2780), - [anon_sym___declspec] = ACTIONS(2778), - [anon_sym___based] = ACTIONS(2778), - [anon_sym___cdecl] = ACTIONS(2778), - [anon_sym___clrcall] = ACTIONS(2778), - [anon_sym___stdcall] = ACTIONS(2778), - [anon_sym___fastcall] = ACTIONS(2778), - [anon_sym___thiscall] = ACTIONS(2778), - [anon_sym___vectorcall] = ACTIONS(2778), - [anon_sym_LBRACE] = ACTIONS(2780), - [anon_sym_LBRACK] = ACTIONS(2778), - [anon_sym_static] = ACTIONS(2778), - [anon_sym_register] = ACTIONS(2778), - [anon_sym_inline] = ACTIONS(2778), - [anon_sym_thread_local] = ACTIONS(2778), - [anon_sym_const] = ACTIONS(2778), - [anon_sym_volatile] = ACTIONS(2778), - [anon_sym_restrict] = ACTIONS(2778), - [anon_sym__Atomic] = ACTIONS(2778), - [anon_sym_mutable] = ACTIONS(2778), - [anon_sym_constexpr] = ACTIONS(2778), - [anon_sym_constinit] = ACTIONS(2778), - [anon_sym_consteval] = ACTIONS(2778), - [anon_sym_signed] = ACTIONS(2778), - [anon_sym_unsigned] = ACTIONS(2778), - [anon_sym_long] = ACTIONS(2778), - [anon_sym_short] = ACTIONS(2778), - [sym_primitive_type] = ACTIONS(2778), - [anon_sym_enum] = ACTIONS(2778), - [anon_sym_class] = ACTIONS(2778), - [anon_sym_struct] = ACTIONS(2778), - [anon_sym_union] = ACTIONS(2778), - [anon_sym_if] = ACTIONS(2778), - [anon_sym_switch] = ACTIONS(2778), - [anon_sym_case] = ACTIONS(2778), - [anon_sym_default] = ACTIONS(2778), - [anon_sym_while] = ACTIONS(2778), - [anon_sym_do] = ACTIONS(2778), - [anon_sym_for] = ACTIONS(2778), - [anon_sym_return] = ACTIONS(2778), - [anon_sym_break] = ACTIONS(2778), - [anon_sym_continue] = ACTIONS(2778), - [anon_sym_goto] = ACTIONS(2778), - [anon_sym_not] = ACTIONS(2778), - [anon_sym_compl] = ACTIONS(2778), - [anon_sym_DASH_DASH] = ACTIONS(2780), - [anon_sym_PLUS_PLUS] = ACTIONS(2780), - [anon_sym_sizeof] = ACTIONS(2778), - [sym_number_literal] = ACTIONS(2780), - [anon_sym_L_SQUOTE] = ACTIONS(2780), - [anon_sym_u_SQUOTE] = ACTIONS(2780), - [anon_sym_U_SQUOTE] = ACTIONS(2780), - [anon_sym_u8_SQUOTE] = ACTIONS(2780), - [anon_sym_SQUOTE] = ACTIONS(2780), - [anon_sym_L_DQUOTE] = ACTIONS(2780), - [anon_sym_u_DQUOTE] = ACTIONS(2780), - [anon_sym_U_DQUOTE] = ACTIONS(2780), - [anon_sym_u8_DQUOTE] = ACTIONS(2780), - [anon_sym_DQUOTE] = ACTIONS(2780), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2778), - [anon_sym_decltype] = ACTIONS(2778), - [anon_sym_virtual] = ACTIONS(2778), - [anon_sym_explicit] = ACTIONS(2778), - [anon_sym_typename] = ACTIONS(2778), - [anon_sym_template] = ACTIONS(2778), - [anon_sym_operator] = ACTIONS(2778), - [anon_sym_try] = ACTIONS(2778), - [anon_sym_delete] = ACTIONS(2778), - [anon_sym_throw] = ACTIONS(2778), - [anon_sym_namespace] = ACTIONS(2778), - [anon_sym_using] = ACTIONS(2778), - [anon_sym_static_assert] = ACTIONS(2778), - [anon_sym_concept] = ACTIONS(2778), - [anon_sym_co_return] = ACTIONS(2778), - [anon_sym_co_yield] = ACTIONS(2778), - [anon_sym_R_DQUOTE] = ACTIONS(2780), - [anon_sym_LR_DQUOTE] = ACTIONS(2780), - [anon_sym_uR_DQUOTE] = ACTIONS(2780), - [anon_sym_UR_DQUOTE] = ACTIONS(2780), - [anon_sym_u8R_DQUOTE] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2778), - [anon_sym_new] = ACTIONS(2778), - [anon_sym_requires] = ACTIONS(2778), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), + [sym_identifier] = ACTIONS(2764), + [aux_sym_preproc_include_token1] = ACTIONS(2764), + [aux_sym_preproc_def_token1] = ACTIONS(2764), + [aux_sym_preproc_if_token1] = ACTIONS(2764), + [aux_sym_preproc_if_token2] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2764), + [aux_sym_preproc_else_token1] = ACTIONS(2764), + [aux_sym_preproc_elif_token1] = ACTIONS(2764), + [sym_preproc_directive] = ACTIONS(2764), + [anon_sym_LPAREN2] = ACTIONS(2766), + [anon_sym_BANG] = ACTIONS(2766), + [anon_sym_TILDE] = ACTIONS(2766), + [anon_sym_DASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2764), + [anon_sym_STAR] = ACTIONS(2766), + [anon_sym_AMP_AMP] = ACTIONS(2766), + [anon_sym_AMP] = ACTIONS(2764), + [anon_sym_SEMI] = ACTIONS(2766), + [anon_sym_typedef] = ACTIONS(2764), + [anon_sym_extern] = ACTIONS(2764), + [anon_sym___attribute__] = ACTIONS(2764), + [anon_sym_COLON_COLON] = ACTIONS(2766), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2766), + [anon_sym___declspec] = ACTIONS(2764), + [anon_sym___based] = ACTIONS(2764), + [anon_sym___cdecl] = ACTIONS(2764), + [anon_sym___clrcall] = ACTIONS(2764), + [anon_sym___stdcall] = ACTIONS(2764), + [anon_sym___fastcall] = ACTIONS(2764), + [anon_sym___thiscall] = ACTIONS(2764), + [anon_sym___vectorcall] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2766), + [anon_sym_LBRACK] = ACTIONS(2764), + [anon_sym_static] = ACTIONS(2764), + [anon_sym_register] = ACTIONS(2764), + [anon_sym_inline] = ACTIONS(2764), + [anon_sym_thread_local] = ACTIONS(2764), + [anon_sym_const] = ACTIONS(2764), + [anon_sym_volatile] = ACTIONS(2764), + [anon_sym_restrict] = ACTIONS(2764), + [anon_sym__Atomic] = ACTIONS(2764), + [anon_sym_mutable] = ACTIONS(2764), + [anon_sym_constexpr] = ACTIONS(2764), + [anon_sym_constinit] = ACTIONS(2764), + [anon_sym_consteval] = ACTIONS(2764), + [anon_sym_signed] = ACTIONS(2764), + [anon_sym_unsigned] = ACTIONS(2764), + [anon_sym_long] = ACTIONS(2764), + [anon_sym_short] = ACTIONS(2764), + [sym_primitive_type] = ACTIONS(2764), + [anon_sym_enum] = ACTIONS(2764), + [anon_sym_class] = ACTIONS(2764), + [anon_sym_struct] = ACTIONS(2764), + [anon_sym_union] = ACTIONS(2764), + [anon_sym_if] = ACTIONS(2764), + [anon_sym_switch] = ACTIONS(2764), + [anon_sym_case] = ACTIONS(2764), + [anon_sym_default] = ACTIONS(2764), + [anon_sym_while] = ACTIONS(2764), + [anon_sym_do] = ACTIONS(2764), + [anon_sym_for] = ACTIONS(2764), + [anon_sym_return] = ACTIONS(2764), + [anon_sym_break] = ACTIONS(2764), + [anon_sym_continue] = ACTIONS(2764), + [anon_sym_goto] = ACTIONS(2764), + [anon_sym_not] = ACTIONS(2764), + [anon_sym_compl] = ACTIONS(2764), + [anon_sym_DASH_DASH] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_sizeof] = ACTIONS(2764), + [sym_number_literal] = ACTIONS(2766), + [anon_sym_L_SQUOTE] = ACTIONS(2766), + [anon_sym_u_SQUOTE] = ACTIONS(2766), + [anon_sym_U_SQUOTE] = ACTIONS(2766), + [anon_sym_u8_SQUOTE] = ACTIONS(2766), + [anon_sym_SQUOTE] = ACTIONS(2766), + [anon_sym_L_DQUOTE] = ACTIONS(2766), + [anon_sym_u_DQUOTE] = ACTIONS(2766), + [anon_sym_U_DQUOTE] = ACTIONS(2766), + [anon_sym_u8_DQUOTE] = ACTIONS(2766), + [anon_sym_DQUOTE] = ACTIONS(2766), + [sym_true] = ACTIONS(2764), + [sym_false] = ACTIONS(2764), + [sym_null] = ACTIONS(2764), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2764), + [anon_sym_decltype] = ACTIONS(2764), + [anon_sym_virtual] = ACTIONS(2764), + [anon_sym_explicit] = ACTIONS(2764), + [anon_sym_typename] = ACTIONS(2764), + [anon_sym_template] = ACTIONS(2764), + [anon_sym_operator] = ACTIONS(2764), + [anon_sym_try] = ACTIONS(2764), + [anon_sym_delete] = ACTIONS(2764), + [anon_sym_throw] = ACTIONS(2764), + [anon_sym_namespace] = ACTIONS(2764), + [anon_sym_using] = ACTIONS(2764), + [anon_sym_static_assert] = ACTIONS(2764), + [anon_sym_concept] = ACTIONS(2764), + [anon_sym_co_return] = ACTIONS(2764), + [anon_sym_co_yield] = ACTIONS(2764), + [anon_sym_R_DQUOTE] = ACTIONS(2766), + [anon_sym_LR_DQUOTE] = ACTIONS(2766), + [anon_sym_uR_DQUOTE] = ACTIONS(2766), + [anon_sym_UR_DQUOTE] = ACTIONS(2766), + [anon_sym_u8R_DQUOTE] = ACTIONS(2766), + [anon_sym_co_await] = ACTIONS(2764), + [anon_sym_new] = ACTIONS(2764), + [anon_sym_requires] = ACTIONS(2764), + [sym_this] = ACTIONS(2764), + [sym_nullptr] = ACTIONS(2764), }, [517] = { - [sym_identifier] = ACTIONS(2782), - [aux_sym_preproc_include_token1] = ACTIONS(2782), - [aux_sym_preproc_def_token1] = ACTIONS(2782), - [aux_sym_preproc_if_token1] = ACTIONS(2782), - [aux_sym_preproc_if_token2] = ACTIONS(2782), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2782), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2782), - [aux_sym_preproc_else_token1] = ACTIONS(2782), - [aux_sym_preproc_elif_token1] = ACTIONS(2782), - [sym_preproc_directive] = ACTIONS(2782), - [anon_sym_LPAREN2] = ACTIONS(2784), - [anon_sym_BANG] = ACTIONS(2784), - [anon_sym_TILDE] = ACTIONS(2784), - [anon_sym_DASH] = ACTIONS(2782), - [anon_sym_PLUS] = ACTIONS(2782), - [anon_sym_STAR] = ACTIONS(2784), - [anon_sym_AMP_AMP] = ACTIONS(2784), - [anon_sym_AMP] = ACTIONS(2782), - [anon_sym_SEMI] = ACTIONS(2784), - [anon_sym_typedef] = ACTIONS(2782), - [anon_sym_extern] = ACTIONS(2782), - [anon_sym___attribute__] = ACTIONS(2782), - [anon_sym_COLON_COLON] = ACTIONS(2784), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2784), - [anon_sym___declspec] = ACTIONS(2782), - [anon_sym___based] = ACTIONS(2782), - [anon_sym___cdecl] = ACTIONS(2782), - [anon_sym___clrcall] = ACTIONS(2782), - [anon_sym___stdcall] = ACTIONS(2782), - [anon_sym___fastcall] = ACTIONS(2782), - [anon_sym___thiscall] = ACTIONS(2782), - [anon_sym___vectorcall] = ACTIONS(2782), - [anon_sym_LBRACE] = ACTIONS(2784), - [anon_sym_LBRACK] = ACTIONS(2782), - [anon_sym_static] = ACTIONS(2782), - [anon_sym_register] = ACTIONS(2782), - [anon_sym_inline] = ACTIONS(2782), - [anon_sym_thread_local] = ACTIONS(2782), - [anon_sym_const] = ACTIONS(2782), - [anon_sym_volatile] = ACTIONS(2782), - [anon_sym_restrict] = ACTIONS(2782), - [anon_sym__Atomic] = ACTIONS(2782), - [anon_sym_mutable] = ACTIONS(2782), - [anon_sym_constexpr] = ACTIONS(2782), - [anon_sym_constinit] = ACTIONS(2782), - [anon_sym_consteval] = ACTIONS(2782), - [anon_sym_signed] = ACTIONS(2782), - [anon_sym_unsigned] = ACTIONS(2782), - [anon_sym_long] = ACTIONS(2782), - [anon_sym_short] = ACTIONS(2782), - [sym_primitive_type] = ACTIONS(2782), - [anon_sym_enum] = ACTIONS(2782), - [anon_sym_class] = ACTIONS(2782), - [anon_sym_struct] = ACTIONS(2782), - [anon_sym_union] = ACTIONS(2782), - [anon_sym_if] = ACTIONS(2782), - [anon_sym_switch] = ACTIONS(2782), - [anon_sym_case] = ACTIONS(2782), - [anon_sym_default] = ACTIONS(2782), - [anon_sym_while] = ACTIONS(2782), - [anon_sym_do] = ACTIONS(2782), - [anon_sym_for] = ACTIONS(2782), - [anon_sym_return] = ACTIONS(2782), - [anon_sym_break] = ACTIONS(2782), - [anon_sym_continue] = ACTIONS(2782), - [anon_sym_goto] = ACTIONS(2782), - [anon_sym_not] = ACTIONS(2782), - [anon_sym_compl] = ACTIONS(2782), - [anon_sym_DASH_DASH] = ACTIONS(2784), - [anon_sym_PLUS_PLUS] = ACTIONS(2784), - [anon_sym_sizeof] = ACTIONS(2782), - [sym_number_literal] = ACTIONS(2784), - [anon_sym_L_SQUOTE] = ACTIONS(2784), - [anon_sym_u_SQUOTE] = ACTIONS(2784), - [anon_sym_U_SQUOTE] = ACTIONS(2784), - [anon_sym_u8_SQUOTE] = ACTIONS(2784), - [anon_sym_SQUOTE] = ACTIONS(2784), - [anon_sym_L_DQUOTE] = ACTIONS(2784), - [anon_sym_u_DQUOTE] = ACTIONS(2784), - [anon_sym_U_DQUOTE] = ACTIONS(2784), - [anon_sym_u8_DQUOTE] = ACTIONS(2784), - [anon_sym_DQUOTE] = ACTIONS(2784), - [sym_true] = ACTIONS(2782), - [sym_false] = ACTIONS(2782), - [sym_null] = ACTIONS(2782), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2782), - [anon_sym_decltype] = ACTIONS(2782), - [anon_sym_virtual] = ACTIONS(2782), - [anon_sym_explicit] = ACTIONS(2782), - [anon_sym_typename] = ACTIONS(2782), - [anon_sym_template] = ACTIONS(2782), - [anon_sym_operator] = ACTIONS(2782), - [anon_sym_try] = ACTIONS(2782), - [anon_sym_delete] = ACTIONS(2782), - [anon_sym_throw] = ACTIONS(2782), - [anon_sym_namespace] = ACTIONS(2782), - [anon_sym_using] = ACTIONS(2782), - [anon_sym_static_assert] = ACTIONS(2782), - [anon_sym_concept] = ACTIONS(2782), - [anon_sym_co_return] = ACTIONS(2782), - [anon_sym_co_yield] = ACTIONS(2782), - [anon_sym_R_DQUOTE] = ACTIONS(2784), - [anon_sym_LR_DQUOTE] = ACTIONS(2784), - [anon_sym_uR_DQUOTE] = ACTIONS(2784), - [anon_sym_UR_DQUOTE] = ACTIONS(2784), - [anon_sym_u8R_DQUOTE] = ACTIONS(2784), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2782), - [anon_sym_requires] = ACTIONS(2782), - [sym_this] = ACTIONS(2782), - [sym_nullptr] = ACTIONS(2782), + [sym_identifier] = ACTIONS(2764), + [aux_sym_preproc_include_token1] = ACTIONS(2764), + [aux_sym_preproc_def_token1] = ACTIONS(2764), + [aux_sym_preproc_if_token1] = ACTIONS(2764), + [aux_sym_preproc_if_token2] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2764), + [aux_sym_preproc_else_token1] = ACTIONS(2764), + [aux_sym_preproc_elif_token1] = ACTIONS(2764), + [sym_preproc_directive] = ACTIONS(2764), + [anon_sym_LPAREN2] = ACTIONS(2766), + [anon_sym_BANG] = ACTIONS(2766), + [anon_sym_TILDE] = ACTIONS(2766), + [anon_sym_DASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2764), + [anon_sym_STAR] = ACTIONS(2766), + [anon_sym_AMP_AMP] = ACTIONS(2766), + [anon_sym_AMP] = ACTIONS(2764), + [anon_sym_SEMI] = ACTIONS(2766), + [anon_sym_typedef] = ACTIONS(2764), + [anon_sym_extern] = ACTIONS(2764), + [anon_sym___attribute__] = ACTIONS(2764), + [anon_sym_COLON_COLON] = ACTIONS(2766), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2766), + [anon_sym___declspec] = ACTIONS(2764), + [anon_sym___based] = ACTIONS(2764), + [anon_sym___cdecl] = ACTIONS(2764), + [anon_sym___clrcall] = ACTIONS(2764), + [anon_sym___stdcall] = ACTIONS(2764), + [anon_sym___fastcall] = ACTIONS(2764), + [anon_sym___thiscall] = ACTIONS(2764), + [anon_sym___vectorcall] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2766), + [anon_sym_LBRACK] = ACTIONS(2764), + [anon_sym_static] = ACTIONS(2764), + [anon_sym_register] = ACTIONS(2764), + [anon_sym_inline] = ACTIONS(2764), + [anon_sym_thread_local] = ACTIONS(2764), + [anon_sym_const] = ACTIONS(2764), + [anon_sym_volatile] = ACTIONS(2764), + [anon_sym_restrict] = ACTIONS(2764), + [anon_sym__Atomic] = ACTIONS(2764), + [anon_sym_mutable] = ACTIONS(2764), + [anon_sym_constexpr] = ACTIONS(2764), + [anon_sym_constinit] = ACTIONS(2764), + [anon_sym_consteval] = ACTIONS(2764), + [anon_sym_signed] = ACTIONS(2764), + [anon_sym_unsigned] = ACTIONS(2764), + [anon_sym_long] = ACTIONS(2764), + [anon_sym_short] = ACTIONS(2764), + [sym_primitive_type] = ACTIONS(2764), + [anon_sym_enum] = ACTIONS(2764), + [anon_sym_class] = ACTIONS(2764), + [anon_sym_struct] = ACTIONS(2764), + [anon_sym_union] = ACTIONS(2764), + [anon_sym_if] = ACTIONS(2764), + [anon_sym_switch] = ACTIONS(2764), + [anon_sym_case] = ACTIONS(2764), + [anon_sym_default] = ACTIONS(2764), + [anon_sym_while] = ACTIONS(2764), + [anon_sym_do] = ACTIONS(2764), + [anon_sym_for] = ACTIONS(2764), + [anon_sym_return] = ACTIONS(2764), + [anon_sym_break] = ACTIONS(2764), + [anon_sym_continue] = ACTIONS(2764), + [anon_sym_goto] = ACTIONS(2764), + [anon_sym_not] = ACTIONS(2764), + [anon_sym_compl] = ACTIONS(2764), + [anon_sym_DASH_DASH] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_sizeof] = ACTIONS(2764), + [sym_number_literal] = ACTIONS(2766), + [anon_sym_L_SQUOTE] = ACTIONS(2766), + [anon_sym_u_SQUOTE] = ACTIONS(2766), + [anon_sym_U_SQUOTE] = ACTIONS(2766), + [anon_sym_u8_SQUOTE] = ACTIONS(2766), + [anon_sym_SQUOTE] = ACTIONS(2766), + [anon_sym_L_DQUOTE] = ACTIONS(2766), + [anon_sym_u_DQUOTE] = ACTIONS(2766), + [anon_sym_U_DQUOTE] = ACTIONS(2766), + [anon_sym_u8_DQUOTE] = ACTIONS(2766), + [anon_sym_DQUOTE] = ACTIONS(2766), + [sym_true] = ACTIONS(2764), + [sym_false] = ACTIONS(2764), + [sym_null] = ACTIONS(2764), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2764), + [anon_sym_decltype] = ACTIONS(2764), + [anon_sym_virtual] = ACTIONS(2764), + [anon_sym_explicit] = ACTIONS(2764), + [anon_sym_typename] = ACTIONS(2764), + [anon_sym_template] = ACTIONS(2764), + [anon_sym_operator] = ACTIONS(2764), + [anon_sym_try] = ACTIONS(2764), + [anon_sym_delete] = ACTIONS(2764), + [anon_sym_throw] = ACTIONS(2764), + [anon_sym_namespace] = ACTIONS(2764), + [anon_sym_using] = ACTIONS(2764), + [anon_sym_static_assert] = ACTIONS(2764), + [anon_sym_concept] = ACTIONS(2764), + [anon_sym_co_return] = ACTIONS(2764), + [anon_sym_co_yield] = ACTIONS(2764), + [anon_sym_R_DQUOTE] = ACTIONS(2766), + [anon_sym_LR_DQUOTE] = ACTIONS(2766), + [anon_sym_uR_DQUOTE] = ACTIONS(2766), + [anon_sym_UR_DQUOTE] = ACTIONS(2766), + [anon_sym_u8R_DQUOTE] = ACTIONS(2766), + [anon_sym_co_await] = ACTIONS(2764), + [anon_sym_new] = ACTIONS(2764), + [anon_sym_requires] = ACTIONS(2764), + [sym_this] = ACTIONS(2764), + [sym_nullptr] = ACTIONS(2764), }, [518] = { - [sym_identifier] = ACTIONS(2786), - [aux_sym_preproc_include_token1] = ACTIONS(2786), - [aux_sym_preproc_def_token1] = ACTIONS(2786), - [aux_sym_preproc_if_token1] = ACTIONS(2786), - [aux_sym_preproc_if_token2] = ACTIONS(2786), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2786), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2786), - [aux_sym_preproc_else_token1] = ACTIONS(2786), - [aux_sym_preproc_elif_token1] = ACTIONS(2786), - [sym_preproc_directive] = ACTIONS(2786), - [anon_sym_LPAREN2] = ACTIONS(2788), - [anon_sym_BANG] = ACTIONS(2788), - [anon_sym_TILDE] = ACTIONS(2788), - [anon_sym_DASH] = ACTIONS(2786), - [anon_sym_PLUS] = ACTIONS(2786), - [anon_sym_STAR] = ACTIONS(2788), - [anon_sym_AMP_AMP] = ACTIONS(2788), - [anon_sym_AMP] = ACTIONS(2786), - [anon_sym_SEMI] = ACTIONS(2788), - [anon_sym_typedef] = ACTIONS(2786), - [anon_sym_extern] = ACTIONS(2786), - [anon_sym___attribute__] = ACTIONS(2786), - [anon_sym_COLON_COLON] = ACTIONS(2788), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2788), - [anon_sym___declspec] = ACTIONS(2786), - [anon_sym___based] = ACTIONS(2786), - [anon_sym___cdecl] = ACTIONS(2786), - [anon_sym___clrcall] = ACTIONS(2786), - [anon_sym___stdcall] = ACTIONS(2786), - [anon_sym___fastcall] = ACTIONS(2786), - [anon_sym___thiscall] = ACTIONS(2786), - [anon_sym___vectorcall] = ACTIONS(2786), - [anon_sym_LBRACE] = ACTIONS(2788), - [anon_sym_LBRACK] = ACTIONS(2786), - [anon_sym_static] = ACTIONS(2786), - [anon_sym_register] = ACTIONS(2786), - [anon_sym_inline] = ACTIONS(2786), - [anon_sym_thread_local] = ACTIONS(2786), - [anon_sym_const] = ACTIONS(2786), - [anon_sym_volatile] = ACTIONS(2786), - [anon_sym_restrict] = ACTIONS(2786), - [anon_sym__Atomic] = ACTIONS(2786), - [anon_sym_mutable] = ACTIONS(2786), - [anon_sym_constexpr] = ACTIONS(2786), - [anon_sym_constinit] = ACTIONS(2786), - [anon_sym_consteval] = ACTIONS(2786), - [anon_sym_signed] = ACTIONS(2786), - [anon_sym_unsigned] = ACTIONS(2786), - [anon_sym_long] = ACTIONS(2786), - [anon_sym_short] = ACTIONS(2786), - [sym_primitive_type] = ACTIONS(2786), - [anon_sym_enum] = ACTIONS(2786), - [anon_sym_class] = ACTIONS(2786), - [anon_sym_struct] = ACTIONS(2786), - [anon_sym_union] = ACTIONS(2786), - [anon_sym_if] = ACTIONS(2786), - [anon_sym_switch] = ACTIONS(2786), - [anon_sym_case] = ACTIONS(2786), - [anon_sym_default] = ACTIONS(2786), - [anon_sym_while] = ACTIONS(2786), - [anon_sym_do] = ACTIONS(2786), - [anon_sym_for] = ACTIONS(2786), - [anon_sym_return] = ACTIONS(2786), - [anon_sym_break] = ACTIONS(2786), - [anon_sym_continue] = ACTIONS(2786), - [anon_sym_goto] = ACTIONS(2786), - [anon_sym_not] = ACTIONS(2786), - [anon_sym_compl] = ACTIONS(2786), - [anon_sym_DASH_DASH] = ACTIONS(2788), - [anon_sym_PLUS_PLUS] = ACTIONS(2788), - [anon_sym_sizeof] = ACTIONS(2786), - [sym_number_literal] = ACTIONS(2788), - [anon_sym_L_SQUOTE] = ACTIONS(2788), - [anon_sym_u_SQUOTE] = ACTIONS(2788), - [anon_sym_U_SQUOTE] = ACTIONS(2788), - [anon_sym_u8_SQUOTE] = ACTIONS(2788), - [anon_sym_SQUOTE] = ACTIONS(2788), - [anon_sym_L_DQUOTE] = ACTIONS(2788), - [anon_sym_u_DQUOTE] = ACTIONS(2788), - [anon_sym_U_DQUOTE] = ACTIONS(2788), - [anon_sym_u8_DQUOTE] = ACTIONS(2788), - [anon_sym_DQUOTE] = ACTIONS(2788), - [sym_true] = ACTIONS(2786), - [sym_false] = ACTIONS(2786), - [sym_null] = ACTIONS(2786), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2786), - [anon_sym_decltype] = ACTIONS(2786), - [anon_sym_virtual] = ACTIONS(2786), - [anon_sym_explicit] = ACTIONS(2786), - [anon_sym_typename] = ACTIONS(2786), - [anon_sym_template] = ACTIONS(2786), - [anon_sym_operator] = ACTIONS(2786), - [anon_sym_try] = ACTIONS(2786), - [anon_sym_delete] = ACTIONS(2786), - [anon_sym_throw] = ACTIONS(2786), - [anon_sym_namespace] = ACTIONS(2786), - [anon_sym_using] = ACTIONS(2786), - [anon_sym_static_assert] = ACTIONS(2786), - [anon_sym_concept] = ACTIONS(2786), - [anon_sym_co_return] = ACTIONS(2786), - [anon_sym_co_yield] = ACTIONS(2786), - [anon_sym_R_DQUOTE] = ACTIONS(2788), - [anon_sym_LR_DQUOTE] = ACTIONS(2788), - [anon_sym_uR_DQUOTE] = ACTIONS(2788), - [anon_sym_UR_DQUOTE] = ACTIONS(2788), - [anon_sym_u8R_DQUOTE] = ACTIONS(2788), - [anon_sym_co_await] = ACTIONS(2786), - [anon_sym_new] = ACTIONS(2786), - [anon_sym_requires] = ACTIONS(2786), - [sym_this] = ACTIONS(2786), - [sym_nullptr] = ACTIONS(2786), + [sym_identifier] = ACTIONS(2768), + [aux_sym_preproc_include_token1] = ACTIONS(2768), + [aux_sym_preproc_def_token1] = ACTIONS(2768), + [aux_sym_preproc_if_token1] = ACTIONS(2768), + [aux_sym_preproc_if_token2] = ACTIONS(2768), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2768), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2768), + [aux_sym_preproc_else_token1] = ACTIONS(2768), + [aux_sym_preproc_elif_token1] = ACTIONS(2768), + [sym_preproc_directive] = ACTIONS(2768), + [anon_sym_LPAREN2] = ACTIONS(2770), + [anon_sym_BANG] = ACTIONS(2770), + [anon_sym_TILDE] = ACTIONS(2770), + [anon_sym_DASH] = ACTIONS(2768), + [anon_sym_PLUS] = ACTIONS(2768), + [anon_sym_STAR] = ACTIONS(2770), + [anon_sym_AMP_AMP] = ACTIONS(2770), + [anon_sym_AMP] = ACTIONS(2768), + [anon_sym_SEMI] = ACTIONS(2770), + [anon_sym_typedef] = ACTIONS(2768), + [anon_sym_extern] = ACTIONS(2768), + [anon_sym___attribute__] = ACTIONS(2768), + [anon_sym_COLON_COLON] = ACTIONS(2770), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2770), + [anon_sym___declspec] = ACTIONS(2768), + [anon_sym___based] = ACTIONS(2768), + [anon_sym___cdecl] = ACTIONS(2768), + [anon_sym___clrcall] = ACTIONS(2768), + [anon_sym___stdcall] = ACTIONS(2768), + [anon_sym___fastcall] = ACTIONS(2768), + [anon_sym___thiscall] = ACTIONS(2768), + [anon_sym___vectorcall] = ACTIONS(2768), + [anon_sym_LBRACE] = ACTIONS(2770), + [anon_sym_LBRACK] = ACTIONS(2768), + [anon_sym_static] = ACTIONS(2768), + [anon_sym_register] = ACTIONS(2768), + [anon_sym_inline] = ACTIONS(2768), + [anon_sym_thread_local] = ACTIONS(2768), + [anon_sym_const] = ACTIONS(2768), + [anon_sym_volatile] = ACTIONS(2768), + [anon_sym_restrict] = ACTIONS(2768), + [anon_sym__Atomic] = ACTIONS(2768), + [anon_sym_mutable] = ACTIONS(2768), + [anon_sym_constexpr] = ACTIONS(2768), + [anon_sym_constinit] = ACTIONS(2768), + [anon_sym_consteval] = ACTIONS(2768), + [anon_sym_signed] = ACTIONS(2768), + [anon_sym_unsigned] = ACTIONS(2768), + [anon_sym_long] = ACTIONS(2768), + [anon_sym_short] = ACTIONS(2768), + [sym_primitive_type] = ACTIONS(2768), + [anon_sym_enum] = ACTIONS(2768), + [anon_sym_class] = ACTIONS(2768), + [anon_sym_struct] = ACTIONS(2768), + [anon_sym_union] = ACTIONS(2768), + [anon_sym_if] = ACTIONS(2768), + [anon_sym_switch] = ACTIONS(2768), + [anon_sym_case] = ACTIONS(2768), + [anon_sym_default] = ACTIONS(2768), + [anon_sym_while] = ACTIONS(2768), + [anon_sym_do] = ACTIONS(2768), + [anon_sym_for] = ACTIONS(2768), + [anon_sym_return] = ACTIONS(2768), + [anon_sym_break] = ACTIONS(2768), + [anon_sym_continue] = ACTIONS(2768), + [anon_sym_goto] = ACTIONS(2768), + [anon_sym_not] = ACTIONS(2768), + [anon_sym_compl] = ACTIONS(2768), + [anon_sym_DASH_DASH] = ACTIONS(2770), + [anon_sym_PLUS_PLUS] = ACTIONS(2770), + [anon_sym_sizeof] = ACTIONS(2768), + [sym_number_literal] = ACTIONS(2770), + [anon_sym_L_SQUOTE] = ACTIONS(2770), + [anon_sym_u_SQUOTE] = ACTIONS(2770), + [anon_sym_U_SQUOTE] = ACTIONS(2770), + [anon_sym_u8_SQUOTE] = ACTIONS(2770), + [anon_sym_SQUOTE] = ACTIONS(2770), + [anon_sym_L_DQUOTE] = ACTIONS(2770), + [anon_sym_u_DQUOTE] = ACTIONS(2770), + [anon_sym_U_DQUOTE] = ACTIONS(2770), + [anon_sym_u8_DQUOTE] = ACTIONS(2770), + [anon_sym_DQUOTE] = ACTIONS(2770), + [sym_true] = ACTIONS(2768), + [sym_false] = ACTIONS(2768), + [sym_null] = ACTIONS(2768), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2768), + [anon_sym_decltype] = ACTIONS(2768), + [anon_sym_virtual] = ACTIONS(2768), + [anon_sym_explicit] = ACTIONS(2768), + [anon_sym_typename] = ACTIONS(2768), + [anon_sym_template] = ACTIONS(2768), + [anon_sym_operator] = ACTIONS(2768), + [anon_sym_try] = ACTIONS(2768), + [anon_sym_delete] = ACTIONS(2768), + [anon_sym_throw] = ACTIONS(2768), + [anon_sym_namespace] = ACTIONS(2768), + [anon_sym_using] = ACTIONS(2768), + [anon_sym_static_assert] = ACTIONS(2768), + [anon_sym_concept] = ACTIONS(2768), + [anon_sym_co_return] = ACTIONS(2768), + [anon_sym_co_yield] = ACTIONS(2768), + [anon_sym_R_DQUOTE] = ACTIONS(2770), + [anon_sym_LR_DQUOTE] = ACTIONS(2770), + [anon_sym_uR_DQUOTE] = ACTIONS(2770), + [anon_sym_UR_DQUOTE] = ACTIONS(2770), + [anon_sym_u8R_DQUOTE] = ACTIONS(2770), + [anon_sym_co_await] = ACTIONS(2768), + [anon_sym_new] = ACTIONS(2768), + [anon_sym_requires] = ACTIONS(2768), + [sym_this] = ACTIONS(2768), + [sym_nullptr] = ACTIONS(2768), }, [519] = { - [sym_identifier] = ACTIONS(2790), - [aux_sym_preproc_include_token1] = ACTIONS(2790), - [aux_sym_preproc_def_token1] = ACTIONS(2790), - [aux_sym_preproc_if_token1] = ACTIONS(2790), - [aux_sym_preproc_if_token2] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2790), - [aux_sym_preproc_else_token1] = ACTIONS(2790), - [aux_sym_preproc_elif_token1] = ACTIONS(2790), - [sym_preproc_directive] = ACTIONS(2790), - [anon_sym_LPAREN2] = ACTIONS(2792), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2790), - [anon_sym_PLUS] = ACTIONS(2790), - [anon_sym_STAR] = ACTIONS(2792), - [anon_sym_AMP_AMP] = ACTIONS(2792), - [anon_sym_AMP] = ACTIONS(2790), - [anon_sym_SEMI] = ACTIONS(2792), - [anon_sym_typedef] = ACTIONS(2790), - [anon_sym_extern] = ACTIONS(2790), - [anon_sym___attribute__] = ACTIONS(2790), - [anon_sym_COLON_COLON] = ACTIONS(2792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2792), - [anon_sym___declspec] = ACTIONS(2790), - [anon_sym___based] = ACTIONS(2790), - [anon_sym___cdecl] = ACTIONS(2790), - [anon_sym___clrcall] = ACTIONS(2790), - [anon_sym___stdcall] = ACTIONS(2790), - [anon_sym___fastcall] = ACTIONS(2790), - [anon_sym___thiscall] = ACTIONS(2790), - [anon_sym___vectorcall] = ACTIONS(2790), - [anon_sym_LBRACE] = ACTIONS(2792), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_static] = ACTIONS(2790), - [anon_sym_register] = ACTIONS(2790), - [anon_sym_inline] = ACTIONS(2790), - [anon_sym_thread_local] = ACTIONS(2790), - [anon_sym_const] = ACTIONS(2790), - [anon_sym_volatile] = ACTIONS(2790), - [anon_sym_restrict] = ACTIONS(2790), - [anon_sym__Atomic] = ACTIONS(2790), - [anon_sym_mutable] = ACTIONS(2790), - [anon_sym_constexpr] = ACTIONS(2790), - [anon_sym_constinit] = ACTIONS(2790), - [anon_sym_consteval] = ACTIONS(2790), - [anon_sym_signed] = ACTIONS(2790), - [anon_sym_unsigned] = ACTIONS(2790), - [anon_sym_long] = ACTIONS(2790), - [anon_sym_short] = ACTIONS(2790), - [sym_primitive_type] = ACTIONS(2790), - [anon_sym_enum] = ACTIONS(2790), - [anon_sym_class] = ACTIONS(2790), - [anon_sym_struct] = ACTIONS(2790), - [anon_sym_union] = ACTIONS(2790), - [anon_sym_if] = ACTIONS(2790), - [anon_sym_switch] = ACTIONS(2790), - [anon_sym_case] = ACTIONS(2790), - [anon_sym_default] = ACTIONS(2790), - [anon_sym_while] = ACTIONS(2790), - [anon_sym_do] = ACTIONS(2790), - [anon_sym_for] = ACTIONS(2790), - [anon_sym_return] = ACTIONS(2790), - [anon_sym_break] = ACTIONS(2790), - [anon_sym_continue] = ACTIONS(2790), - [anon_sym_goto] = ACTIONS(2790), - [anon_sym_not] = ACTIONS(2790), - [anon_sym_compl] = ACTIONS(2790), - [anon_sym_DASH_DASH] = ACTIONS(2792), - [anon_sym_PLUS_PLUS] = ACTIONS(2792), - [anon_sym_sizeof] = ACTIONS(2790), - [sym_number_literal] = ACTIONS(2792), - [anon_sym_L_SQUOTE] = ACTIONS(2792), - [anon_sym_u_SQUOTE] = ACTIONS(2792), - [anon_sym_U_SQUOTE] = ACTIONS(2792), - [anon_sym_u8_SQUOTE] = ACTIONS(2792), - [anon_sym_SQUOTE] = ACTIONS(2792), - [anon_sym_L_DQUOTE] = ACTIONS(2792), - [anon_sym_u_DQUOTE] = ACTIONS(2792), - [anon_sym_U_DQUOTE] = ACTIONS(2792), - [anon_sym_u8_DQUOTE] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2792), - [sym_true] = ACTIONS(2790), - [sym_false] = ACTIONS(2790), - [sym_null] = ACTIONS(2790), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2790), - [anon_sym_decltype] = ACTIONS(2790), - [anon_sym_virtual] = ACTIONS(2790), - [anon_sym_explicit] = ACTIONS(2790), - [anon_sym_typename] = ACTIONS(2790), - [anon_sym_template] = ACTIONS(2790), - [anon_sym_operator] = ACTIONS(2790), - [anon_sym_try] = ACTIONS(2790), - [anon_sym_delete] = ACTIONS(2790), - [anon_sym_throw] = ACTIONS(2790), - [anon_sym_namespace] = ACTIONS(2790), - [anon_sym_using] = ACTIONS(2790), - [anon_sym_static_assert] = ACTIONS(2790), - [anon_sym_concept] = ACTIONS(2790), - [anon_sym_co_return] = ACTIONS(2790), - [anon_sym_co_yield] = ACTIONS(2790), - [anon_sym_R_DQUOTE] = ACTIONS(2792), - [anon_sym_LR_DQUOTE] = ACTIONS(2792), - [anon_sym_uR_DQUOTE] = ACTIONS(2792), - [anon_sym_UR_DQUOTE] = ACTIONS(2792), - [anon_sym_u8R_DQUOTE] = ACTIONS(2792), - [anon_sym_co_await] = ACTIONS(2790), - [anon_sym_new] = ACTIONS(2790), - [anon_sym_requires] = ACTIONS(2790), - [sym_this] = ACTIONS(2790), - [sym_nullptr] = ACTIONS(2790), + [sym_identifier] = ACTIONS(2772), + [aux_sym_preproc_include_token1] = ACTIONS(2772), + [aux_sym_preproc_def_token1] = ACTIONS(2772), + [aux_sym_preproc_if_token1] = ACTIONS(2772), + [aux_sym_preproc_if_token2] = ACTIONS(2772), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2772), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2772), + [aux_sym_preproc_else_token1] = ACTIONS(2772), + [aux_sym_preproc_elif_token1] = ACTIONS(2772), + [sym_preproc_directive] = ACTIONS(2772), + [anon_sym_LPAREN2] = ACTIONS(2774), + [anon_sym_BANG] = ACTIONS(2774), + [anon_sym_TILDE] = ACTIONS(2774), + [anon_sym_DASH] = ACTIONS(2772), + [anon_sym_PLUS] = ACTIONS(2772), + [anon_sym_STAR] = ACTIONS(2774), + [anon_sym_AMP_AMP] = ACTIONS(2774), + [anon_sym_AMP] = ACTIONS(2772), + [anon_sym_SEMI] = ACTIONS(2774), + [anon_sym_typedef] = ACTIONS(2772), + [anon_sym_extern] = ACTIONS(2772), + [anon_sym___attribute__] = ACTIONS(2772), + [anon_sym_COLON_COLON] = ACTIONS(2774), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2774), + [anon_sym___declspec] = ACTIONS(2772), + [anon_sym___based] = ACTIONS(2772), + [anon_sym___cdecl] = ACTIONS(2772), + [anon_sym___clrcall] = ACTIONS(2772), + [anon_sym___stdcall] = ACTIONS(2772), + [anon_sym___fastcall] = ACTIONS(2772), + [anon_sym___thiscall] = ACTIONS(2772), + [anon_sym___vectorcall] = ACTIONS(2772), + [anon_sym_LBRACE] = ACTIONS(2774), + [anon_sym_LBRACK] = ACTIONS(2772), + [anon_sym_static] = ACTIONS(2772), + [anon_sym_register] = ACTIONS(2772), + [anon_sym_inline] = ACTIONS(2772), + [anon_sym_thread_local] = ACTIONS(2772), + [anon_sym_const] = ACTIONS(2772), + [anon_sym_volatile] = ACTIONS(2772), + [anon_sym_restrict] = ACTIONS(2772), + [anon_sym__Atomic] = ACTIONS(2772), + [anon_sym_mutable] = ACTIONS(2772), + [anon_sym_constexpr] = ACTIONS(2772), + [anon_sym_constinit] = ACTIONS(2772), + [anon_sym_consteval] = ACTIONS(2772), + [anon_sym_signed] = ACTIONS(2772), + [anon_sym_unsigned] = ACTIONS(2772), + [anon_sym_long] = ACTIONS(2772), + [anon_sym_short] = ACTIONS(2772), + [sym_primitive_type] = ACTIONS(2772), + [anon_sym_enum] = ACTIONS(2772), + [anon_sym_class] = ACTIONS(2772), + [anon_sym_struct] = ACTIONS(2772), + [anon_sym_union] = ACTIONS(2772), + [anon_sym_if] = ACTIONS(2772), + [anon_sym_switch] = ACTIONS(2772), + [anon_sym_case] = ACTIONS(2772), + [anon_sym_default] = ACTIONS(2772), + [anon_sym_while] = ACTIONS(2772), + [anon_sym_do] = ACTIONS(2772), + [anon_sym_for] = ACTIONS(2772), + [anon_sym_return] = ACTIONS(2772), + [anon_sym_break] = ACTIONS(2772), + [anon_sym_continue] = ACTIONS(2772), + [anon_sym_goto] = ACTIONS(2772), + [anon_sym_not] = ACTIONS(2772), + [anon_sym_compl] = ACTIONS(2772), + [anon_sym_DASH_DASH] = ACTIONS(2774), + [anon_sym_PLUS_PLUS] = ACTIONS(2774), + [anon_sym_sizeof] = ACTIONS(2772), + [sym_number_literal] = ACTIONS(2774), + [anon_sym_L_SQUOTE] = ACTIONS(2774), + [anon_sym_u_SQUOTE] = ACTIONS(2774), + [anon_sym_U_SQUOTE] = ACTIONS(2774), + [anon_sym_u8_SQUOTE] = ACTIONS(2774), + [anon_sym_SQUOTE] = ACTIONS(2774), + [anon_sym_L_DQUOTE] = ACTIONS(2774), + [anon_sym_u_DQUOTE] = ACTIONS(2774), + [anon_sym_U_DQUOTE] = ACTIONS(2774), + [anon_sym_u8_DQUOTE] = ACTIONS(2774), + [anon_sym_DQUOTE] = ACTIONS(2774), + [sym_true] = ACTIONS(2772), + [sym_false] = ACTIONS(2772), + [sym_null] = ACTIONS(2772), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2772), + [anon_sym_decltype] = ACTIONS(2772), + [anon_sym_virtual] = ACTIONS(2772), + [anon_sym_explicit] = ACTIONS(2772), + [anon_sym_typename] = ACTIONS(2772), + [anon_sym_template] = ACTIONS(2772), + [anon_sym_operator] = ACTIONS(2772), + [anon_sym_try] = ACTIONS(2772), + [anon_sym_delete] = ACTIONS(2772), + [anon_sym_throw] = ACTIONS(2772), + [anon_sym_namespace] = ACTIONS(2772), + [anon_sym_using] = ACTIONS(2772), + [anon_sym_static_assert] = ACTIONS(2772), + [anon_sym_concept] = ACTIONS(2772), + [anon_sym_co_return] = ACTIONS(2772), + [anon_sym_co_yield] = ACTIONS(2772), + [anon_sym_R_DQUOTE] = ACTIONS(2774), + [anon_sym_LR_DQUOTE] = ACTIONS(2774), + [anon_sym_uR_DQUOTE] = ACTIONS(2774), + [anon_sym_UR_DQUOTE] = ACTIONS(2774), + [anon_sym_u8R_DQUOTE] = ACTIONS(2774), + [anon_sym_co_await] = ACTIONS(2772), + [anon_sym_new] = ACTIONS(2772), + [anon_sym_requires] = ACTIONS(2772), + [sym_this] = ACTIONS(2772), + [sym_nullptr] = ACTIONS(2772), }, [520] = { - [sym_identifier] = ACTIONS(2790), - [aux_sym_preproc_include_token1] = ACTIONS(2790), - [aux_sym_preproc_def_token1] = ACTIONS(2790), - [aux_sym_preproc_if_token1] = ACTIONS(2790), - [aux_sym_preproc_if_token2] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2790), - [aux_sym_preproc_else_token1] = ACTIONS(2790), - [aux_sym_preproc_elif_token1] = ACTIONS(2790), - [sym_preproc_directive] = ACTIONS(2790), - [anon_sym_LPAREN2] = ACTIONS(2792), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2790), - [anon_sym_PLUS] = ACTIONS(2790), - [anon_sym_STAR] = ACTIONS(2792), - [anon_sym_AMP_AMP] = ACTIONS(2792), - [anon_sym_AMP] = ACTIONS(2790), - [anon_sym_SEMI] = ACTIONS(2792), - [anon_sym_typedef] = ACTIONS(2790), - [anon_sym_extern] = ACTIONS(2790), - [anon_sym___attribute__] = ACTIONS(2790), - [anon_sym_COLON_COLON] = ACTIONS(2792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2792), - [anon_sym___declspec] = ACTIONS(2790), - [anon_sym___based] = ACTIONS(2790), - [anon_sym___cdecl] = ACTIONS(2790), - [anon_sym___clrcall] = ACTIONS(2790), - [anon_sym___stdcall] = ACTIONS(2790), - [anon_sym___fastcall] = ACTIONS(2790), - [anon_sym___thiscall] = ACTIONS(2790), - [anon_sym___vectorcall] = ACTIONS(2790), - [anon_sym_LBRACE] = ACTIONS(2792), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_static] = ACTIONS(2790), - [anon_sym_register] = ACTIONS(2790), - [anon_sym_inline] = ACTIONS(2790), - [anon_sym_thread_local] = ACTIONS(2790), - [anon_sym_const] = ACTIONS(2790), - [anon_sym_volatile] = ACTIONS(2790), - [anon_sym_restrict] = ACTIONS(2790), - [anon_sym__Atomic] = ACTIONS(2790), - [anon_sym_mutable] = ACTIONS(2790), - [anon_sym_constexpr] = ACTIONS(2790), - [anon_sym_constinit] = ACTIONS(2790), - [anon_sym_consteval] = ACTIONS(2790), - [anon_sym_signed] = ACTIONS(2790), - [anon_sym_unsigned] = ACTIONS(2790), - [anon_sym_long] = ACTIONS(2790), - [anon_sym_short] = ACTIONS(2790), - [sym_primitive_type] = ACTIONS(2790), - [anon_sym_enum] = ACTIONS(2790), - [anon_sym_class] = ACTIONS(2790), - [anon_sym_struct] = ACTIONS(2790), - [anon_sym_union] = ACTIONS(2790), - [anon_sym_if] = ACTIONS(2790), - [anon_sym_switch] = ACTIONS(2790), - [anon_sym_case] = ACTIONS(2790), - [anon_sym_default] = ACTIONS(2790), - [anon_sym_while] = ACTIONS(2790), - [anon_sym_do] = ACTIONS(2790), - [anon_sym_for] = ACTIONS(2790), - [anon_sym_return] = ACTIONS(2790), - [anon_sym_break] = ACTIONS(2790), - [anon_sym_continue] = ACTIONS(2790), - [anon_sym_goto] = ACTIONS(2790), - [anon_sym_not] = ACTIONS(2790), - [anon_sym_compl] = ACTIONS(2790), - [anon_sym_DASH_DASH] = ACTIONS(2792), - [anon_sym_PLUS_PLUS] = ACTIONS(2792), - [anon_sym_sizeof] = ACTIONS(2790), - [sym_number_literal] = ACTIONS(2792), - [anon_sym_L_SQUOTE] = ACTIONS(2792), - [anon_sym_u_SQUOTE] = ACTIONS(2792), - [anon_sym_U_SQUOTE] = ACTIONS(2792), - [anon_sym_u8_SQUOTE] = ACTIONS(2792), - [anon_sym_SQUOTE] = ACTIONS(2792), - [anon_sym_L_DQUOTE] = ACTIONS(2792), - [anon_sym_u_DQUOTE] = ACTIONS(2792), - [anon_sym_U_DQUOTE] = ACTIONS(2792), - [anon_sym_u8_DQUOTE] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2792), - [sym_true] = ACTIONS(2790), - [sym_false] = ACTIONS(2790), - [sym_null] = ACTIONS(2790), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2790), - [anon_sym_decltype] = ACTIONS(2790), - [anon_sym_virtual] = ACTIONS(2790), - [anon_sym_explicit] = ACTIONS(2790), - [anon_sym_typename] = ACTIONS(2790), - [anon_sym_template] = ACTIONS(2790), - [anon_sym_operator] = ACTIONS(2790), - [anon_sym_try] = ACTIONS(2790), - [anon_sym_delete] = ACTIONS(2790), - [anon_sym_throw] = ACTIONS(2790), - [anon_sym_namespace] = ACTIONS(2790), - [anon_sym_using] = ACTIONS(2790), - [anon_sym_static_assert] = ACTIONS(2790), - [anon_sym_concept] = ACTIONS(2790), - [anon_sym_co_return] = ACTIONS(2790), - [anon_sym_co_yield] = ACTIONS(2790), - [anon_sym_R_DQUOTE] = ACTIONS(2792), - [anon_sym_LR_DQUOTE] = ACTIONS(2792), - [anon_sym_uR_DQUOTE] = ACTIONS(2792), - [anon_sym_UR_DQUOTE] = ACTIONS(2792), - [anon_sym_u8R_DQUOTE] = ACTIONS(2792), - [anon_sym_co_await] = ACTIONS(2790), - [anon_sym_new] = ACTIONS(2790), - [anon_sym_requires] = ACTIONS(2790), - [sym_this] = ACTIONS(2790), - [sym_nullptr] = ACTIONS(2790), + [sym_identifier] = ACTIONS(2776), + [aux_sym_preproc_include_token1] = ACTIONS(2776), + [aux_sym_preproc_def_token1] = ACTIONS(2776), + [aux_sym_preproc_if_token1] = ACTIONS(2776), + [aux_sym_preproc_if_token2] = ACTIONS(2776), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2776), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2776), + [aux_sym_preproc_else_token1] = ACTIONS(2776), + [aux_sym_preproc_elif_token1] = ACTIONS(2776), + [sym_preproc_directive] = ACTIONS(2776), + [anon_sym_LPAREN2] = ACTIONS(2778), + [anon_sym_BANG] = ACTIONS(2778), + [anon_sym_TILDE] = ACTIONS(2778), + [anon_sym_DASH] = ACTIONS(2776), + [anon_sym_PLUS] = ACTIONS(2776), + [anon_sym_STAR] = ACTIONS(2778), + [anon_sym_AMP_AMP] = ACTIONS(2778), + [anon_sym_AMP] = ACTIONS(2776), + [anon_sym_SEMI] = ACTIONS(2778), + [anon_sym_typedef] = ACTIONS(2776), + [anon_sym_extern] = ACTIONS(2776), + [anon_sym___attribute__] = ACTIONS(2776), + [anon_sym_COLON_COLON] = ACTIONS(2778), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2778), + [anon_sym___declspec] = ACTIONS(2776), + [anon_sym___based] = ACTIONS(2776), + [anon_sym___cdecl] = ACTIONS(2776), + [anon_sym___clrcall] = ACTIONS(2776), + [anon_sym___stdcall] = ACTIONS(2776), + [anon_sym___fastcall] = ACTIONS(2776), + [anon_sym___thiscall] = ACTIONS(2776), + [anon_sym___vectorcall] = ACTIONS(2776), + [anon_sym_LBRACE] = ACTIONS(2778), + [anon_sym_LBRACK] = ACTIONS(2776), + [anon_sym_static] = ACTIONS(2776), + [anon_sym_register] = ACTIONS(2776), + [anon_sym_inline] = ACTIONS(2776), + [anon_sym_thread_local] = ACTIONS(2776), + [anon_sym_const] = ACTIONS(2776), + [anon_sym_volatile] = ACTIONS(2776), + [anon_sym_restrict] = ACTIONS(2776), + [anon_sym__Atomic] = ACTIONS(2776), + [anon_sym_mutable] = ACTIONS(2776), + [anon_sym_constexpr] = ACTIONS(2776), + [anon_sym_constinit] = ACTIONS(2776), + [anon_sym_consteval] = ACTIONS(2776), + [anon_sym_signed] = ACTIONS(2776), + [anon_sym_unsigned] = ACTIONS(2776), + [anon_sym_long] = ACTIONS(2776), + [anon_sym_short] = ACTIONS(2776), + [sym_primitive_type] = ACTIONS(2776), + [anon_sym_enum] = ACTIONS(2776), + [anon_sym_class] = ACTIONS(2776), + [anon_sym_struct] = ACTIONS(2776), + [anon_sym_union] = ACTIONS(2776), + [anon_sym_if] = ACTIONS(2776), + [anon_sym_switch] = ACTIONS(2776), + [anon_sym_case] = ACTIONS(2776), + [anon_sym_default] = ACTIONS(2776), + [anon_sym_while] = ACTIONS(2776), + [anon_sym_do] = ACTIONS(2776), + [anon_sym_for] = ACTIONS(2776), + [anon_sym_return] = ACTIONS(2776), + [anon_sym_break] = ACTIONS(2776), + [anon_sym_continue] = ACTIONS(2776), + [anon_sym_goto] = ACTIONS(2776), + [anon_sym_not] = ACTIONS(2776), + [anon_sym_compl] = ACTIONS(2776), + [anon_sym_DASH_DASH] = ACTIONS(2778), + [anon_sym_PLUS_PLUS] = ACTIONS(2778), + [anon_sym_sizeof] = ACTIONS(2776), + [sym_number_literal] = ACTIONS(2778), + [anon_sym_L_SQUOTE] = ACTIONS(2778), + [anon_sym_u_SQUOTE] = ACTIONS(2778), + [anon_sym_U_SQUOTE] = ACTIONS(2778), + [anon_sym_u8_SQUOTE] = ACTIONS(2778), + [anon_sym_SQUOTE] = ACTIONS(2778), + [anon_sym_L_DQUOTE] = ACTIONS(2778), + [anon_sym_u_DQUOTE] = ACTIONS(2778), + [anon_sym_U_DQUOTE] = ACTIONS(2778), + [anon_sym_u8_DQUOTE] = ACTIONS(2778), + [anon_sym_DQUOTE] = ACTIONS(2778), + [sym_true] = ACTIONS(2776), + [sym_false] = ACTIONS(2776), + [sym_null] = ACTIONS(2776), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2776), + [anon_sym_decltype] = ACTIONS(2776), + [anon_sym_virtual] = ACTIONS(2776), + [anon_sym_explicit] = ACTIONS(2776), + [anon_sym_typename] = ACTIONS(2776), + [anon_sym_template] = ACTIONS(2776), + [anon_sym_operator] = ACTIONS(2776), + [anon_sym_try] = ACTIONS(2776), + [anon_sym_delete] = ACTIONS(2776), + [anon_sym_throw] = ACTIONS(2776), + [anon_sym_namespace] = ACTIONS(2776), + [anon_sym_using] = ACTIONS(2776), + [anon_sym_static_assert] = ACTIONS(2776), + [anon_sym_concept] = ACTIONS(2776), + [anon_sym_co_return] = ACTIONS(2776), + [anon_sym_co_yield] = ACTIONS(2776), + [anon_sym_R_DQUOTE] = ACTIONS(2778), + [anon_sym_LR_DQUOTE] = ACTIONS(2778), + [anon_sym_uR_DQUOTE] = ACTIONS(2778), + [anon_sym_UR_DQUOTE] = ACTIONS(2778), + [anon_sym_u8R_DQUOTE] = ACTIONS(2778), + [anon_sym_co_await] = ACTIONS(2776), + [anon_sym_new] = ACTIONS(2776), + [anon_sym_requires] = ACTIONS(2776), + [sym_this] = ACTIONS(2776), + [sym_nullptr] = ACTIONS(2776), }, [521] = { - [sym_type_qualifier] = STATE(3415), - [sym__type_specifier] = STATE(4233), - [sym_sized_type_specifier] = STATE(3236), - [sym_enum_specifier] = STATE(3236), - [sym_struct_specifier] = STATE(3236), - [sym_union_specifier] = STATE(3236), - [sym__expression] = STATE(3701), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_type_descriptor] = STATE(5819), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_placeholder_type_specifier] = STATE(3236), - [sym_decltype_auto] = STATE(3237), - [sym_decltype] = STATE(3144), - [sym_class_specifier] = STATE(3236), - [sym__class_name] = STATE(6339), - [sym_dependent_type] = STATE(3236), - [sym_template_type] = STATE(4539), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_type_parameter_pack_expansion] = STATE(6347), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4858), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(4561), - [sym_user_defined_literal] = STATE(3959), - [aux_sym_type_definition_repeat1] = STATE(3415), - [aux_sym_sized_type_specifier_repeat1] = STATE(2411), - [sym_identifier] = ACTIONS(2428), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2442), - [anon_sym_enum] = ACTIONS(2444), - [anon_sym_class] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_union] = ACTIONS(2450), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2464), - [anon_sym_decltype] = ACTIONS(2466), - [anon_sym_typename] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [sym_identifier] = ACTIONS(2780), + [aux_sym_preproc_include_token1] = ACTIONS(2780), + [aux_sym_preproc_def_token1] = ACTIONS(2780), + [aux_sym_preproc_if_token1] = ACTIONS(2780), + [aux_sym_preproc_if_token2] = ACTIONS(2780), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2780), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2780), + [aux_sym_preproc_else_token1] = ACTIONS(2780), + [aux_sym_preproc_elif_token1] = ACTIONS(2780), + [sym_preproc_directive] = ACTIONS(2780), + [anon_sym_LPAREN2] = ACTIONS(2782), + [anon_sym_BANG] = ACTIONS(2782), + [anon_sym_TILDE] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_PLUS] = ACTIONS(2780), + [anon_sym_STAR] = ACTIONS(2782), + [anon_sym_AMP_AMP] = ACTIONS(2782), + [anon_sym_AMP] = ACTIONS(2780), + [anon_sym_SEMI] = ACTIONS(2782), + [anon_sym_typedef] = ACTIONS(2780), + [anon_sym_extern] = ACTIONS(2780), + [anon_sym___attribute__] = ACTIONS(2780), + [anon_sym_COLON_COLON] = ACTIONS(2782), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2782), + [anon_sym___declspec] = ACTIONS(2780), + [anon_sym___based] = ACTIONS(2780), + [anon_sym___cdecl] = ACTIONS(2780), + [anon_sym___clrcall] = ACTIONS(2780), + [anon_sym___stdcall] = ACTIONS(2780), + [anon_sym___fastcall] = ACTIONS(2780), + [anon_sym___thiscall] = ACTIONS(2780), + [anon_sym___vectorcall] = ACTIONS(2780), + [anon_sym_LBRACE] = ACTIONS(2782), + [anon_sym_LBRACK] = ACTIONS(2780), + [anon_sym_static] = ACTIONS(2780), + [anon_sym_register] = ACTIONS(2780), + [anon_sym_inline] = ACTIONS(2780), + [anon_sym_thread_local] = ACTIONS(2780), + [anon_sym_const] = ACTIONS(2780), + [anon_sym_volatile] = ACTIONS(2780), + [anon_sym_restrict] = ACTIONS(2780), + [anon_sym__Atomic] = ACTIONS(2780), + [anon_sym_mutable] = ACTIONS(2780), + [anon_sym_constexpr] = ACTIONS(2780), + [anon_sym_constinit] = ACTIONS(2780), + [anon_sym_consteval] = ACTIONS(2780), + [anon_sym_signed] = ACTIONS(2780), + [anon_sym_unsigned] = ACTIONS(2780), + [anon_sym_long] = ACTIONS(2780), + [anon_sym_short] = ACTIONS(2780), + [sym_primitive_type] = ACTIONS(2780), + [anon_sym_enum] = ACTIONS(2780), + [anon_sym_class] = ACTIONS(2780), + [anon_sym_struct] = ACTIONS(2780), + [anon_sym_union] = ACTIONS(2780), + [anon_sym_if] = ACTIONS(2780), + [anon_sym_switch] = ACTIONS(2780), + [anon_sym_case] = ACTIONS(2780), + [anon_sym_default] = ACTIONS(2780), + [anon_sym_while] = ACTIONS(2780), + [anon_sym_do] = ACTIONS(2780), + [anon_sym_for] = ACTIONS(2780), + [anon_sym_return] = ACTIONS(2780), + [anon_sym_break] = ACTIONS(2780), + [anon_sym_continue] = ACTIONS(2780), + [anon_sym_goto] = ACTIONS(2780), + [anon_sym_not] = ACTIONS(2780), + [anon_sym_compl] = ACTIONS(2780), + [anon_sym_DASH_DASH] = ACTIONS(2782), + [anon_sym_PLUS_PLUS] = ACTIONS(2782), + [anon_sym_sizeof] = ACTIONS(2780), + [sym_number_literal] = ACTIONS(2782), + [anon_sym_L_SQUOTE] = ACTIONS(2782), + [anon_sym_u_SQUOTE] = ACTIONS(2782), + [anon_sym_U_SQUOTE] = ACTIONS(2782), + [anon_sym_u8_SQUOTE] = ACTIONS(2782), + [anon_sym_SQUOTE] = ACTIONS(2782), + [anon_sym_L_DQUOTE] = ACTIONS(2782), + [anon_sym_u_DQUOTE] = ACTIONS(2782), + [anon_sym_U_DQUOTE] = ACTIONS(2782), + [anon_sym_u8_DQUOTE] = ACTIONS(2782), + [anon_sym_DQUOTE] = ACTIONS(2782), + [sym_true] = ACTIONS(2780), + [sym_false] = ACTIONS(2780), + [sym_null] = ACTIONS(2780), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2780), + [anon_sym_decltype] = ACTIONS(2780), + [anon_sym_virtual] = ACTIONS(2780), + [anon_sym_explicit] = ACTIONS(2780), + [anon_sym_typename] = ACTIONS(2780), + [anon_sym_template] = ACTIONS(2780), + [anon_sym_operator] = ACTIONS(2780), + [anon_sym_try] = ACTIONS(2780), + [anon_sym_delete] = ACTIONS(2780), + [anon_sym_throw] = ACTIONS(2780), + [anon_sym_namespace] = ACTIONS(2780), + [anon_sym_using] = ACTIONS(2780), + [anon_sym_static_assert] = ACTIONS(2780), + [anon_sym_concept] = ACTIONS(2780), + [anon_sym_co_return] = ACTIONS(2780), + [anon_sym_co_yield] = ACTIONS(2780), + [anon_sym_R_DQUOTE] = ACTIONS(2782), + [anon_sym_LR_DQUOTE] = ACTIONS(2782), + [anon_sym_uR_DQUOTE] = ACTIONS(2782), + [anon_sym_UR_DQUOTE] = ACTIONS(2782), + [anon_sym_u8R_DQUOTE] = ACTIONS(2782), + [anon_sym_co_await] = ACTIONS(2780), + [anon_sym_new] = ACTIONS(2780), + [anon_sym_requires] = ACTIONS(2780), + [sym_this] = ACTIONS(2780), + [sym_nullptr] = ACTIONS(2780), }, [522] = { - [sym_identifier] = ACTIONS(2794), - [aux_sym_preproc_include_token1] = ACTIONS(2794), - [aux_sym_preproc_def_token1] = ACTIONS(2794), - [aux_sym_preproc_if_token1] = ACTIONS(2794), - [aux_sym_preproc_if_token2] = ACTIONS(2794), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2794), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2794), - [aux_sym_preproc_else_token1] = ACTIONS(2794), - [aux_sym_preproc_elif_token1] = ACTIONS(2794), - [sym_preproc_directive] = ACTIONS(2794), - [anon_sym_LPAREN2] = ACTIONS(2796), - [anon_sym_BANG] = ACTIONS(2796), - [anon_sym_TILDE] = ACTIONS(2796), - [anon_sym_DASH] = ACTIONS(2794), - [anon_sym_PLUS] = ACTIONS(2794), - [anon_sym_STAR] = ACTIONS(2796), - [anon_sym_AMP_AMP] = ACTIONS(2796), - [anon_sym_AMP] = ACTIONS(2794), - [anon_sym_SEMI] = ACTIONS(2796), - [anon_sym_typedef] = ACTIONS(2794), - [anon_sym_extern] = ACTIONS(2794), - [anon_sym___attribute__] = ACTIONS(2794), - [anon_sym_COLON_COLON] = ACTIONS(2796), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2796), - [anon_sym___declspec] = ACTIONS(2794), - [anon_sym___based] = ACTIONS(2794), - [anon_sym___cdecl] = ACTIONS(2794), - [anon_sym___clrcall] = ACTIONS(2794), - [anon_sym___stdcall] = ACTIONS(2794), - [anon_sym___fastcall] = ACTIONS(2794), - [anon_sym___thiscall] = ACTIONS(2794), - [anon_sym___vectorcall] = ACTIONS(2794), - [anon_sym_LBRACE] = ACTIONS(2796), - [anon_sym_LBRACK] = ACTIONS(2794), - [anon_sym_static] = ACTIONS(2794), - [anon_sym_register] = ACTIONS(2794), - [anon_sym_inline] = ACTIONS(2794), - [anon_sym_thread_local] = ACTIONS(2794), - [anon_sym_const] = ACTIONS(2794), - [anon_sym_volatile] = ACTIONS(2794), - [anon_sym_restrict] = ACTIONS(2794), - [anon_sym__Atomic] = ACTIONS(2794), - [anon_sym_mutable] = ACTIONS(2794), - [anon_sym_constexpr] = ACTIONS(2794), - [anon_sym_constinit] = ACTIONS(2794), - [anon_sym_consteval] = ACTIONS(2794), - [anon_sym_signed] = ACTIONS(2794), - [anon_sym_unsigned] = ACTIONS(2794), - [anon_sym_long] = ACTIONS(2794), - [anon_sym_short] = ACTIONS(2794), - [sym_primitive_type] = ACTIONS(2794), - [anon_sym_enum] = ACTIONS(2794), - [anon_sym_class] = ACTIONS(2794), - [anon_sym_struct] = ACTIONS(2794), - [anon_sym_union] = ACTIONS(2794), - [anon_sym_if] = ACTIONS(2794), - [anon_sym_switch] = ACTIONS(2794), - [anon_sym_case] = ACTIONS(2794), - [anon_sym_default] = ACTIONS(2794), - [anon_sym_while] = ACTIONS(2794), - [anon_sym_do] = ACTIONS(2794), - [anon_sym_for] = ACTIONS(2794), - [anon_sym_return] = ACTIONS(2794), - [anon_sym_break] = ACTIONS(2794), - [anon_sym_continue] = ACTIONS(2794), - [anon_sym_goto] = ACTIONS(2794), - [anon_sym_not] = ACTIONS(2794), - [anon_sym_compl] = ACTIONS(2794), - [anon_sym_DASH_DASH] = ACTIONS(2796), - [anon_sym_PLUS_PLUS] = ACTIONS(2796), - [anon_sym_sizeof] = ACTIONS(2794), - [sym_number_literal] = ACTIONS(2796), - [anon_sym_L_SQUOTE] = ACTIONS(2796), - [anon_sym_u_SQUOTE] = ACTIONS(2796), - [anon_sym_U_SQUOTE] = ACTIONS(2796), - [anon_sym_u8_SQUOTE] = ACTIONS(2796), - [anon_sym_SQUOTE] = ACTIONS(2796), - [anon_sym_L_DQUOTE] = ACTIONS(2796), - [anon_sym_u_DQUOTE] = ACTIONS(2796), - [anon_sym_U_DQUOTE] = ACTIONS(2796), - [anon_sym_u8_DQUOTE] = ACTIONS(2796), - [anon_sym_DQUOTE] = ACTIONS(2796), - [sym_true] = ACTIONS(2794), - [sym_false] = ACTIONS(2794), - [sym_null] = ACTIONS(2794), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2794), - [anon_sym_decltype] = ACTIONS(2794), - [anon_sym_virtual] = ACTIONS(2794), - [anon_sym_explicit] = ACTIONS(2794), - [anon_sym_typename] = ACTIONS(2794), - [anon_sym_template] = ACTIONS(2794), - [anon_sym_operator] = ACTIONS(2794), - [anon_sym_try] = ACTIONS(2794), - [anon_sym_delete] = ACTIONS(2794), - [anon_sym_throw] = ACTIONS(2794), - [anon_sym_namespace] = ACTIONS(2794), - [anon_sym_using] = ACTIONS(2794), - [anon_sym_static_assert] = ACTIONS(2794), - [anon_sym_concept] = ACTIONS(2794), - [anon_sym_co_return] = ACTIONS(2794), - [anon_sym_co_yield] = ACTIONS(2794), - [anon_sym_R_DQUOTE] = ACTIONS(2796), - [anon_sym_LR_DQUOTE] = ACTIONS(2796), - [anon_sym_uR_DQUOTE] = ACTIONS(2796), - [anon_sym_UR_DQUOTE] = ACTIONS(2796), - [anon_sym_u8R_DQUOTE] = ACTIONS(2796), - [anon_sym_co_await] = ACTIONS(2794), - [anon_sym_new] = ACTIONS(2794), - [anon_sym_requires] = ACTIONS(2794), - [sym_this] = ACTIONS(2794), - [sym_nullptr] = ACTIONS(2794), + [sym_identifier] = ACTIONS(2784), + [aux_sym_preproc_include_token1] = ACTIONS(2784), + [aux_sym_preproc_def_token1] = ACTIONS(2784), + [aux_sym_preproc_if_token1] = ACTIONS(2784), + [aux_sym_preproc_if_token2] = ACTIONS(2784), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2784), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2784), + [aux_sym_preproc_else_token1] = ACTIONS(2784), + [aux_sym_preproc_elif_token1] = ACTIONS(2784), + [sym_preproc_directive] = ACTIONS(2784), + [anon_sym_LPAREN2] = ACTIONS(2786), + [anon_sym_BANG] = ACTIONS(2786), + [anon_sym_TILDE] = ACTIONS(2786), + [anon_sym_DASH] = ACTIONS(2784), + [anon_sym_PLUS] = ACTIONS(2784), + [anon_sym_STAR] = ACTIONS(2786), + [anon_sym_AMP_AMP] = ACTIONS(2786), + [anon_sym_AMP] = ACTIONS(2784), + [anon_sym_SEMI] = ACTIONS(2786), + [anon_sym_typedef] = ACTIONS(2784), + [anon_sym_extern] = ACTIONS(2784), + [anon_sym___attribute__] = ACTIONS(2784), + [anon_sym_COLON_COLON] = ACTIONS(2786), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2786), + [anon_sym___declspec] = ACTIONS(2784), + [anon_sym___based] = ACTIONS(2784), + [anon_sym___cdecl] = ACTIONS(2784), + [anon_sym___clrcall] = ACTIONS(2784), + [anon_sym___stdcall] = ACTIONS(2784), + [anon_sym___fastcall] = ACTIONS(2784), + [anon_sym___thiscall] = ACTIONS(2784), + [anon_sym___vectorcall] = ACTIONS(2784), + [anon_sym_LBRACE] = ACTIONS(2786), + [anon_sym_LBRACK] = ACTIONS(2784), + [anon_sym_static] = ACTIONS(2784), + [anon_sym_register] = ACTIONS(2784), + [anon_sym_inline] = ACTIONS(2784), + [anon_sym_thread_local] = ACTIONS(2784), + [anon_sym_const] = ACTIONS(2784), + [anon_sym_volatile] = ACTIONS(2784), + [anon_sym_restrict] = ACTIONS(2784), + [anon_sym__Atomic] = ACTIONS(2784), + [anon_sym_mutable] = ACTIONS(2784), + [anon_sym_constexpr] = ACTIONS(2784), + [anon_sym_constinit] = ACTIONS(2784), + [anon_sym_consteval] = ACTIONS(2784), + [anon_sym_signed] = ACTIONS(2784), + [anon_sym_unsigned] = ACTIONS(2784), + [anon_sym_long] = ACTIONS(2784), + [anon_sym_short] = ACTIONS(2784), + [sym_primitive_type] = ACTIONS(2784), + [anon_sym_enum] = ACTIONS(2784), + [anon_sym_class] = ACTIONS(2784), + [anon_sym_struct] = ACTIONS(2784), + [anon_sym_union] = ACTIONS(2784), + [anon_sym_if] = ACTIONS(2784), + [anon_sym_switch] = ACTIONS(2784), + [anon_sym_case] = ACTIONS(2784), + [anon_sym_default] = ACTIONS(2784), + [anon_sym_while] = ACTIONS(2784), + [anon_sym_do] = ACTIONS(2784), + [anon_sym_for] = ACTIONS(2784), + [anon_sym_return] = ACTIONS(2784), + [anon_sym_break] = ACTIONS(2784), + [anon_sym_continue] = ACTIONS(2784), + [anon_sym_goto] = ACTIONS(2784), + [anon_sym_not] = ACTIONS(2784), + [anon_sym_compl] = ACTIONS(2784), + [anon_sym_DASH_DASH] = ACTIONS(2786), + [anon_sym_PLUS_PLUS] = ACTIONS(2786), + [anon_sym_sizeof] = ACTIONS(2784), + [sym_number_literal] = ACTIONS(2786), + [anon_sym_L_SQUOTE] = ACTIONS(2786), + [anon_sym_u_SQUOTE] = ACTIONS(2786), + [anon_sym_U_SQUOTE] = ACTIONS(2786), + [anon_sym_u8_SQUOTE] = ACTIONS(2786), + [anon_sym_SQUOTE] = ACTIONS(2786), + [anon_sym_L_DQUOTE] = ACTIONS(2786), + [anon_sym_u_DQUOTE] = ACTIONS(2786), + [anon_sym_U_DQUOTE] = ACTIONS(2786), + [anon_sym_u8_DQUOTE] = ACTIONS(2786), + [anon_sym_DQUOTE] = ACTIONS(2786), + [sym_true] = ACTIONS(2784), + [sym_false] = ACTIONS(2784), + [sym_null] = ACTIONS(2784), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2784), + [anon_sym_decltype] = ACTIONS(2784), + [anon_sym_virtual] = ACTIONS(2784), + [anon_sym_explicit] = ACTIONS(2784), + [anon_sym_typename] = ACTIONS(2784), + [anon_sym_template] = ACTIONS(2784), + [anon_sym_operator] = ACTIONS(2784), + [anon_sym_try] = ACTIONS(2784), + [anon_sym_delete] = ACTIONS(2784), + [anon_sym_throw] = ACTIONS(2784), + [anon_sym_namespace] = ACTIONS(2784), + [anon_sym_using] = ACTIONS(2784), + [anon_sym_static_assert] = ACTIONS(2784), + [anon_sym_concept] = ACTIONS(2784), + [anon_sym_co_return] = ACTIONS(2784), + [anon_sym_co_yield] = ACTIONS(2784), + [anon_sym_R_DQUOTE] = ACTIONS(2786), + [anon_sym_LR_DQUOTE] = ACTIONS(2786), + [anon_sym_uR_DQUOTE] = ACTIONS(2786), + [anon_sym_UR_DQUOTE] = ACTIONS(2786), + [anon_sym_u8R_DQUOTE] = ACTIONS(2786), + [anon_sym_co_await] = ACTIONS(2784), + [anon_sym_new] = ACTIONS(2784), + [anon_sym_requires] = ACTIONS(2784), + [sym_this] = ACTIONS(2784), + [sym_nullptr] = ACTIONS(2784), }, [523] = { - [sym_identifier] = ACTIONS(2798), - [aux_sym_preproc_include_token1] = ACTIONS(2798), - [aux_sym_preproc_def_token1] = ACTIONS(2798), - [aux_sym_preproc_if_token1] = ACTIONS(2798), - [aux_sym_preproc_if_token2] = ACTIONS(2798), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2798), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2798), - [aux_sym_preproc_else_token1] = ACTIONS(2798), - [aux_sym_preproc_elif_token1] = ACTIONS(2798), - [sym_preproc_directive] = ACTIONS(2798), - [anon_sym_LPAREN2] = ACTIONS(2800), - [anon_sym_BANG] = ACTIONS(2800), - [anon_sym_TILDE] = ACTIONS(2800), - [anon_sym_DASH] = ACTIONS(2798), - [anon_sym_PLUS] = ACTIONS(2798), - [anon_sym_STAR] = ACTIONS(2800), - [anon_sym_AMP_AMP] = ACTIONS(2800), - [anon_sym_AMP] = ACTIONS(2798), - [anon_sym_SEMI] = ACTIONS(2800), - [anon_sym_typedef] = ACTIONS(2798), - [anon_sym_extern] = ACTIONS(2798), - [anon_sym___attribute__] = ACTIONS(2798), - [anon_sym_COLON_COLON] = ACTIONS(2800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2800), - [anon_sym___declspec] = ACTIONS(2798), - [anon_sym___based] = ACTIONS(2798), - [anon_sym___cdecl] = ACTIONS(2798), - [anon_sym___clrcall] = ACTIONS(2798), - [anon_sym___stdcall] = ACTIONS(2798), - [anon_sym___fastcall] = ACTIONS(2798), - [anon_sym___thiscall] = ACTIONS(2798), - [anon_sym___vectorcall] = ACTIONS(2798), - [anon_sym_LBRACE] = ACTIONS(2800), - [anon_sym_LBRACK] = ACTIONS(2798), - [anon_sym_static] = ACTIONS(2798), - [anon_sym_register] = ACTIONS(2798), - [anon_sym_inline] = ACTIONS(2798), - [anon_sym_thread_local] = ACTIONS(2798), - [anon_sym_const] = ACTIONS(2798), - [anon_sym_volatile] = ACTIONS(2798), - [anon_sym_restrict] = ACTIONS(2798), - [anon_sym__Atomic] = ACTIONS(2798), - [anon_sym_mutable] = ACTIONS(2798), - [anon_sym_constexpr] = ACTIONS(2798), - [anon_sym_constinit] = ACTIONS(2798), - [anon_sym_consteval] = ACTIONS(2798), - [anon_sym_signed] = ACTIONS(2798), - [anon_sym_unsigned] = ACTIONS(2798), - [anon_sym_long] = ACTIONS(2798), - [anon_sym_short] = ACTIONS(2798), - [sym_primitive_type] = ACTIONS(2798), - [anon_sym_enum] = ACTIONS(2798), - [anon_sym_class] = ACTIONS(2798), - [anon_sym_struct] = ACTIONS(2798), - [anon_sym_union] = ACTIONS(2798), - [anon_sym_if] = ACTIONS(2798), - [anon_sym_switch] = ACTIONS(2798), - [anon_sym_case] = ACTIONS(2798), - [anon_sym_default] = ACTIONS(2798), - [anon_sym_while] = ACTIONS(2798), - [anon_sym_do] = ACTIONS(2798), - [anon_sym_for] = ACTIONS(2798), - [anon_sym_return] = ACTIONS(2798), - [anon_sym_break] = ACTIONS(2798), - [anon_sym_continue] = ACTIONS(2798), - [anon_sym_goto] = ACTIONS(2798), - [anon_sym_not] = ACTIONS(2798), - [anon_sym_compl] = ACTIONS(2798), - [anon_sym_DASH_DASH] = ACTIONS(2800), - [anon_sym_PLUS_PLUS] = ACTIONS(2800), - [anon_sym_sizeof] = ACTIONS(2798), - [sym_number_literal] = ACTIONS(2800), - [anon_sym_L_SQUOTE] = ACTIONS(2800), - [anon_sym_u_SQUOTE] = ACTIONS(2800), - [anon_sym_U_SQUOTE] = ACTIONS(2800), - [anon_sym_u8_SQUOTE] = ACTIONS(2800), - [anon_sym_SQUOTE] = ACTIONS(2800), - [anon_sym_L_DQUOTE] = ACTIONS(2800), - [anon_sym_u_DQUOTE] = ACTIONS(2800), - [anon_sym_U_DQUOTE] = ACTIONS(2800), - [anon_sym_u8_DQUOTE] = ACTIONS(2800), - [anon_sym_DQUOTE] = ACTIONS(2800), - [sym_true] = ACTIONS(2798), - [sym_false] = ACTIONS(2798), - [sym_null] = ACTIONS(2798), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2798), - [anon_sym_decltype] = ACTIONS(2798), - [anon_sym_virtual] = ACTIONS(2798), - [anon_sym_explicit] = ACTIONS(2798), - [anon_sym_typename] = ACTIONS(2798), - [anon_sym_template] = ACTIONS(2798), - [anon_sym_operator] = ACTIONS(2798), - [anon_sym_try] = ACTIONS(2798), - [anon_sym_delete] = ACTIONS(2798), - [anon_sym_throw] = ACTIONS(2798), - [anon_sym_namespace] = ACTIONS(2798), - [anon_sym_using] = ACTIONS(2798), - [anon_sym_static_assert] = ACTIONS(2798), - [anon_sym_concept] = ACTIONS(2798), - [anon_sym_co_return] = ACTIONS(2798), - [anon_sym_co_yield] = ACTIONS(2798), - [anon_sym_R_DQUOTE] = ACTIONS(2800), - [anon_sym_LR_DQUOTE] = ACTIONS(2800), - [anon_sym_uR_DQUOTE] = ACTIONS(2800), - [anon_sym_UR_DQUOTE] = ACTIONS(2800), - [anon_sym_u8R_DQUOTE] = ACTIONS(2800), - [anon_sym_co_await] = ACTIONS(2798), - [anon_sym_new] = ACTIONS(2798), - [anon_sym_requires] = ACTIONS(2798), - [sym_this] = ACTIONS(2798), - [sym_nullptr] = ACTIONS(2798), + [sym_identifier] = ACTIONS(2788), + [aux_sym_preproc_include_token1] = ACTIONS(2788), + [aux_sym_preproc_def_token1] = ACTIONS(2788), + [aux_sym_preproc_if_token1] = ACTIONS(2788), + [aux_sym_preproc_if_token2] = ACTIONS(2788), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2788), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2788), + [aux_sym_preproc_else_token1] = ACTIONS(2788), + [aux_sym_preproc_elif_token1] = ACTIONS(2788), + [sym_preproc_directive] = ACTIONS(2788), + [anon_sym_LPAREN2] = ACTIONS(2790), + [anon_sym_BANG] = ACTIONS(2790), + [anon_sym_TILDE] = ACTIONS(2790), + [anon_sym_DASH] = ACTIONS(2788), + [anon_sym_PLUS] = ACTIONS(2788), + [anon_sym_STAR] = ACTIONS(2790), + [anon_sym_AMP_AMP] = ACTIONS(2790), + [anon_sym_AMP] = ACTIONS(2788), + [anon_sym_SEMI] = ACTIONS(2790), + [anon_sym_typedef] = ACTIONS(2788), + [anon_sym_extern] = ACTIONS(2788), + [anon_sym___attribute__] = ACTIONS(2788), + [anon_sym_COLON_COLON] = ACTIONS(2790), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2790), + [anon_sym___declspec] = ACTIONS(2788), + [anon_sym___based] = ACTIONS(2788), + [anon_sym___cdecl] = ACTIONS(2788), + [anon_sym___clrcall] = ACTIONS(2788), + [anon_sym___stdcall] = ACTIONS(2788), + [anon_sym___fastcall] = ACTIONS(2788), + [anon_sym___thiscall] = ACTIONS(2788), + [anon_sym___vectorcall] = ACTIONS(2788), + [anon_sym_LBRACE] = ACTIONS(2790), + [anon_sym_LBRACK] = ACTIONS(2788), + [anon_sym_static] = ACTIONS(2788), + [anon_sym_register] = ACTIONS(2788), + [anon_sym_inline] = ACTIONS(2788), + [anon_sym_thread_local] = ACTIONS(2788), + [anon_sym_const] = ACTIONS(2788), + [anon_sym_volatile] = ACTIONS(2788), + [anon_sym_restrict] = ACTIONS(2788), + [anon_sym__Atomic] = ACTIONS(2788), + [anon_sym_mutable] = ACTIONS(2788), + [anon_sym_constexpr] = ACTIONS(2788), + [anon_sym_constinit] = ACTIONS(2788), + [anon_sym_consteval] = ACTIONS(2788), + [anon_sym_signed] = ACTIONS(2788), + [anon_sym_unsigned] = ACTIONS(2788), + [anon_sym_long] = ACTIONS(2788), + [anon_sym_short] = ACTIONS(2788), + [sym_primitive_type] = ACTIONS(2788), + [anon_sym_enum] = ACTIONS(2788), + [anon_sym_class] = ACTIONS(2788), + [anon_sym_struct] = ACTIONS(2788), + [anon_sym_union] = ACTIONS(2788), + [anon_sym_if] = ACTIONS(2788), + [anon_sym_switch] = ACTIONS(2788), + [anon_sym_case] = ACTIONS(2788), + [anon_sym_default] = ACTIONS(2788), + [anon_sym_while] = ACTIONS(2788), + [anon_sym_do] = ACTIONS(2788), + [anon_sym_for] = ACTIONS(2788), + [anon_sym_return] = ACTIONS(2788), + [anon_sym_break] = ACTIONS(2788), + [anon_sym_continue] = ACTIONS(2788), + [anon_sym_goto] = ACTIONS(2788), + [anon_sym_not] = ACTIONS(2788), + [anon_sym_compl] = ACTIONS(2788), + [anon_sym_DASH_DASH] = ACTIONS(2790), + [anon_sym_PLUS_PLUS] = ACTIONS(2790), + [anon_sym_sizeof] = ACTIONS(2788), + [sym_number_literal] = ACTIONS(2790), + [anon_sym_L_SQUOTE] = ACTIONS(2790), + [anon_sym_u_SQUOTE] = ACTIONS(2790), + [anon_sym_U_SQUOTE] = ACTIONS(2790), + [anon_sym_u8_SQUOTE] = ACTIONS(2790), + [anon_sym_SQUOTE] = ACTIONS(2790), + [anon_sym_L_DQUOTE] = ACTIONS(2790), + [anon_sym_u_DQUOTE] = ACTIONS(2790), + [anon_sym_U_DQUOTE] = ACTIONS(2790), + [anon_sym_u8_DQUOTE] = ACTIONS(2790), + [anon_sym_DQUOTE] = ACTIONS(2790), + [sym_true] = ACTIONS(2788), + [sym_false] = ACTIONS(2788), + [sym_null] = ACTIONS(2788), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2788), + [anon_sym_decltype] = ACTIONS(2788), + [anon_sym_virtual] = ACTIONS(2788), + [anon_sym_explicit] = ACTIONS(2788), + [anon_sym_typename] = ACTIONS(2788), + [anon_sym_template] = ACTIONS(2788), + [anon_sym_operator] = ACTIONS(2788), + [anon_sym_try] = ACTIONS(2788), + [anon_sym_delete] = ACTIONS(2788), + [anon_sym_throw] = ACTIONS(2788), + [anon_sym_namespace] = ACTIONS(2788), + [anon_sym_using] = ACTIONS(2788), + [anon_sym_static_assert] = ACTIONS(2788), + [anon_sym_concept] = ACTIONS(2788), + [anon_sym_co_return] = ACTIONS(2788), + [anon_sym_co_yield] = ACTIONS(2788), + [anon_sym_R_DQUOTE] = ACTIONS(2790), + [anon_sym_LR_DQUOTE] = ACTIONS(2790), + [anon_sym_uR_DQUOTE] = ACTIONS(2790), + [anon_sym_UR_DQUOTE] = ACTIONS(2790), + [anon_sym_u8R_DQUOTE] = ACTIONS(2790), + [anon_sym_co_await] = ACTIONS(2788), + [anon_sym_new] = ACTIONS(2788), + [anon_sym_requires] = ACTIONS(2788), + [sym_this] = ACTIONS(2788), + [sym_nullptr] = ACTIONS(2788), }, [524] = { - [sym_identifier] = ACTIONS(2802), - [aux_sym_preproc_include_token1] = ACTIONS(2802), - [aux_sym_preproc_def_token1] = ACTIONS(2802), - [aux_sym_preproc_if_token1] = ACTIONS(2802), - [aux_sym_preproc_if_token2] = ACTIONS(2802), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2802), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2802), - [aux_sym_preproc_else_token1] = ACTIONS(2802), - [aux_sym_preproc_elif_token1] = ACTIONS(2802), - [sym_preproc_directive] = ACTIONS(2802), - [anon_sym_LPAREN2] = ACTIONS(2804), - [anon_sym_BANG] = ACTIONS(2804), - [anon_sym_TILDE] = ACTIONS(2804), - [anon_sym_DASH] = ACTIONS(2802), - [anon_sym_PLUS] = ACTIONS(2802), - [anon_sym_STAR] = ACTIONS(2804), - [anon_sym_AMP_AMP] = ACTIONS(2804), - [anon_sym_AMP] = ACTIONS(2802), - [anon_sym_SEMI] = ACTIONS(2804), - [anon_sym_typedef] = ACTIONS(2802), - [anon_sym_extern] = ACTIONS(2802), - [anon_sym___attribute__] = ACTIONS(2802), - [anon_sym_COLON_COLON] = ACTIONS(2804), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2804), - [anon_sym___declspec] = ACTIONS(2802), - [anon_sym___based] = ACTIONS(2802), - [anon_sym___cdecl] = ACTIONS(2802), - [anon_sym___clrcall] = ACTIONS(2802), - [anon_sym___stdcall] = ACTIONS(2802), - [anon_sym___fastcall] = ACTIONS(2802), - [anon_sym___thiscall] = ACTIONS(2802), - [anon_sym___vectorcall] = ACTIONS(2802), - [anon_sym_LBRACE] = ACTIONS(2804), - [anon_sym_LBRACK] = ACTIONS(2802), - [anon_sym_static] = ACTIONS(2802), - [anon_sym_register] = ACTIONS(2802), - [anon_sym_inline] = ACTIONS(2802), - [anon_sym_thread_local] = ACTIONS(2802), - [anon_sym_const] = ACTIONS(2802), - [anon_sym_volatile] = ACTIONS(2802), - [anon_sym_restrict] = ACTIONS(2802), - [anon_sym__Atomic] = ACTIONS(2802), - [anon_sym_mutable] = ACTIONS(2802), - [anon_sym_constexpr] = ACTIONS(2802), - [anon_sym_constinit] = ACTIONS(2802), - [anon_sym_consteval] = ACTIONS(2802), - [anon_sym_signed] = ACTIONS(2802), - [anon_sym_unsigned] = ACTIONS(2802), - [anon_sym_long] = ACTIONS(2802), - [anon_sym_short] = ACTIONS(2802), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_enum] = ACTIONS(2802), - [anon_sym_class] = ACTIONS(2802), - [anon_sym_struct] = ACTIONS(2802), - [anon_sym_union] = ACTIONS(2802), - [anon_sym_if] = ACTIONS(2802), - [anon_sym_switch] = ACTIONS(2802), - [anon_sym_case] = ACTIONS(2802), - [anon_sym_default] = ACTIONS(2802), - [anon_sym_while] = ACTIONS(2802), - [anon_sym_do] = ACTIONS(2802), - [anon_sym_for] = ACTIONS(2802), - [anon_sym_return] = ACTIONS(2802), - [anon_sym_break] = ACTIONS(2802), - [anon_sym_continue] = ACTIONS(2802), - [anon_sym_goto] = ACTIONS(2802), - [anon_sym_not] = ACTIONS(2802), - [anon_sym_compl] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2802), - [sym_number_literal] = ACTIONS(2804), - [anon_sym_L_SQUOTE] = ACTIONS(2804), - [anon_sym_u_SQUOTE] = ACTIONS(2804), - [anon_sym_U_SQUOTE] = ACTIONS(2804), - [anon_sym_u8_SQUOTE] = ACTIONS(2804), - [anon_sym_SQUOTE] = ACTIONS(2804), - [anon_sym_L_DQUOTE] = ACTIONS(2804), - [anon_sym_u_DQUOTE] = ACTIONS(2804), - [anon_sym_U_DQUOTE] = ACTIONS(2804), - [anon_sym_u8_DQUOTE] = ACTIONS(2804), - [anon_sym_DQUOTE] = ACTIONS(2804), - [sym_true] = ACTIONS(2802), - [sym_false] = ACTIONS(2802), - [sym_null] = ACTIONS(2802), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2802), - [anon_sym_decltype] = ACTIONS(2802), - [anon_sym_virtual] = ACTIONS(2802), - [anon_sym_explicit] = ACTIONS(2802), - [anon_sym_typename] = ACTIONS(2802), - [anon_sym_template] = ACTIONS(2802), - [anon_sym_operator] = ACTIONS(2802), - [anon_sym_try] = ACTIONS(2802), - [anon_sym_delete] = ACTIONS(2802), - [anon_sym_throw] = ACTIONS(2802), - [anon_sym_namespace] = ACTIONS(2802), - [anon_sym_using] = ACTIONS(2802), - [anon_sym_static_assert] = ACTIONS(2802), - [anon_sym_concept] = ACTIONS(2802), - [anon_sym_co_return] = ACTIONS(2802), - [anon_sym_co_yield] = ACTIONS(2802), - [anon_sym_R_DQUOTE] = ACTIONS(2804), - [anon_sym_LR_DQUOTE] = ACTIONS(2804), - [anon_sym_uR_DQUOTE] = ACTIONS(2804), - [anon_sym_UR_DQUOTE] = ACTIONS(2804), - [anon_sym_u8R_DQUOTE] = ACTIONS(2804), - [anon_sym_co_await] = ACTIONS(2802), - [anon_sym_new] = ACTIONS(2802), - [anon_sym_requires] = ACTIONS(2802), - [sym_this] = ACTIONS(2802), - [sym_nullptr] = ACTIONS(2802), + [sym_identifier] = ACTIONS(2792), + [aux_sym_preproc_include_token1] = ACTIONS(2792), + [aux_sym_preproc_def_token1] = ACTIONS(2792), + [aux_sym_preproc_if_token1] = ACTIONS(2792), + [aux_sym_preproc_if_token2] = ACTIONS(2792), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2792), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2792), + [aux_sym_preproc_else_token1] = ACTIONS(2792), + [aux_sym_preproc_elif_token1] = ACTIONS(2792), + [sym_preproc_directive] = ACTIONS(2792), + [anon_sym_LPAREN2] = ACTIONS(2794), + [anon_sym_BANG] = ACTIONS(2794), + [anon_sym_TILDE] = ACTIONS(2794), + [anon_sym_DASH] = ACTIONS(2792), + [anon_sym_PLUS] = ACTIONS(2792), + [anon_sym_STAR] = ACTIONS(2794), + [anon_sym_AMP_AMP] = ACTIONS(2794), + [anon_sym_AMP] = ACTIONS(2792), + [anon_sym_SEMI] = ACTIONS(2794), + [anon_sym_typedef] = ACTIONS(2792), + [anon_sym_extern] = ACTIONS(2792), + [anon_sym___attribute__] = ACTIONS(2792), + [anon_sym_COLON_COLON] = ACTIONS(2794), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2794), + [anon_sym___declspec] = ACTIONS(2792), + [anon_sym___based] = ACTIONS(2792), + [anon_sym___cdecl] = ACTIONS(2792), + [anon_sym___clrcall] = ACTIONS(2792), + [anon_sym___stdcall] = ACTIONS(2792), + [anon_sym___fastcall] = ACTIONS(2792), + [anon_sym___thiscall] = ACTIONS(2792), + [anon_sym___vectorcall] = ACTIONS(2792), + [anon_sym_LBRACE] = ACTIONS(2794), + [anon_sym_LBRACK] = ACTIONS(2792), + [anon_sym_static] = ACTIONS(2792), + [anon_sym_register] = ACTIONS(2792), + [anon_sym_inline] = ACTIONS(2792), + [anon_sym_thread_local] = ACTIONS(2792), + [anon_sym_const] = ACTIONS(2792), + [anon_sym_volatile] = ACTIONS(2792), + [anon_sym_restrict] = ACTIONS(2792), + [anon_sym__Atomic] = ACTIONS(2792), + [anon_sym_mutable] = ACTIONS(2792), + [anon_sym_constexpr] = ACTIONS(2792), + [anon_sym_constinit] = ACTIONS(2792), + [anon_sym_consteval] = ACTIONS(2792), + [anon_sym_signed] = ACTIONS(2792), + [anon_sym_unsigned] = ACTIONS(2792), + [anon_sym_long] = ACTIONS(2792), + [anon_sym_short] = ACTIONS(2792), + [sym_primitive_type] = ACTIONS(2792), + [anon_sym_enum] = ACTIONS(2792), + [anon_sym_class] = ACTIONS(2792), + [anon_sym_struct] = ACTIONS(2792), + [anon_sym_union] = ACTIONS(2792), + [anon_sym_if] = ACTIONS(2792), + [anon_sym_switch] = ACTIONS(2792), + [anon_sym_case] = ACTIONS(2792), + [anon_sym_default] = ACTIONS(2792), + [anon_sym_while] = ACTIONS(2792), + [anon_sym_do] = ACTIONS(2792), + [anon_sym_for] = ACTIONS(2792), + [anon_sym_return] = ACTIONS(2792), + [anon_sym_break] = ACTIONS(2792), + [anon_sym_continue] = ACTIONS(2792), + [anon_sym_goto] = ACTIONS(2792), + [anon_sym_not] = ACTIONS(2792), + [anon_sym_compl] = ACTIONS(2792), + [anon_sym_DASH_DASH] = ACTIONS(2794), + [anon_sym_PLUS_PLUS] = ACTIONS(2794), + [anon_sym_sizeof] = ACTIONS(2792), + [sym_number_literal] = ACTIONS(2794), + [anon_sym_L_SQUOTE] = ACTIONS(2794), + [anon_sym_u_SQUOTE] = ACTIONS(2794), + [anon_sym_U_SQUOTE] = ACTIONS(2794), + [anon_sym_u8_SQUOTE] = ACTIONS(2794), + [anon_sym_SQUOTE] = ACTIONS(2794), + [anon_sym_L_DQUOTE] = ACTIONS(2794), + [anon_sym_u_DQUOTE] = ACTIONS(2794), + [anon_sym_U_DQUOTE] = ACTIONS(2794), + [anon_sym_u8_DQUOTE] = ACTIONS(2794), + [anon_sym_DQUOTE] = ACTIONS(2794), + [sym_true] = ACTIONS(2792), + [sym_false] = ACTIONS(2792), + [sym_null] = ACTIONS(2792), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2792), + [anon_sym_decltype] = ACTIONS(2792), + [anon_sym_virtual] = ACTIONS(2792), + [anon_sym_explicit] = ACTIONS(2792), + [anon_sym_typename] = ACTIONS(2792), + [anon_sym_template] = ACTIONS(2792), + [anon_sym_operator] = ACTIONS(2792), + [anon_sym_try] = ACTIONS(2792), + [anon_sym_delete] = ACTIONS(2792), + [anon_sym_throw] = ACTIONS(2792), + [anon_sym_namespace] = ACTIONS(2792), + [anon_sym_using] = ACTIONS(2792), + [anon_sym_static_assert] = ACTIONS(2792), + [anon_sym_concept] = ACTIONS(2792), + [anon_sym_co_return] = ACTIONS(2792), + [anon_sym_co_yield] = ACTIONS(2792), + [anon_sym_R_DQUOTE] = ACTIONS(2794), + [anon_sym_LR_DQUOTE] = ACTIONS(2794), + [anon_sym_uR_DQUOTE] = ACTIONS(2794), + [anon_sym_UR_DQUOTE] = ACTIONS(2794), + [anon_sym_u8R_DQUOTE] = ACTIONS(2794), + [anon_sym_co_await] = ACTIONS(2792), + [anon_sym_new] = ACTIONS(2792), + [anon_sym_requires] = ACTIONS(2792), + [sym_this] = ACTIONS(2792), + [sym_nullptr] = ACTIONS(2792), }, [525] = { - [sym_identifier] = ACTIONS(2806), - [aux_sym_preproc_include_token1] = ACTIONS(2806), - [aux_sym_preproc_def_token1] = ACTIONS(2806), - [aux_sym_preproc_if_token1] = ACTIONS(2806), - [aux_sym_preproc_if_token2] = ACTIONS(2806), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2806), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2806), - [aux_sym_preproc_else_token1] = ACTIONS(2806), - [aux_sym_preproc_elif_token1] = ACTIONS(2806), - [sym_preproc_directive] = ACTIONS(2806), - [anon_sym_LPAREN2] = ACTIONS(2808), - [anon_sym_BANG] = ACTIONS(2808), - [anon_sym_TILDE] = ACTIONS(2808), - [anon_sym_DASH] = ACTIONS(2806), - [anon_sym_PLUS] = ACTIONS(2806), - [anon_sym_STAR] = ACTIONS(2808), - [anon_sym_AMP_AMP] = ACTIONS(2808), - [anon_sym_AMP] = ACTIONS(2806), - [anon_sym_SEMI] = ACTIONS(2808), - [anon_sym_typedef] = ACTIONS(2806), - [anon_sym_extern] = ACTIONS(2806), - [anon_sym___attribute__] = ACTIONS(2806), - [anon_sym_COLON_COLON] = ACTIONS(2808), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2808), - [anon_sym___declspec] = ACTIONS(2806), - [anon_sym___based] = ACTIONS(2806), - [anon_sym___cdecl] = ACTIONS(2806), - [anon_sym___clrcall] = ACTIONS(2806), - [anon_sym___stdcall] = ACTIONS(2806), - [anon_sym___fastcall] = ACTIONS(2806), - [anon_sym___thiscall] = ACTIONS(2806), - [anon_sym___vectorcall] = ACTIONS(2806), - [anon_sym_LBRACE] = ACTIONS(2808), - [anon_sym_LBRACK] = ACTIONS(2806), - [anon_sym_static] = ACTIONS(2806), - [anon_sym_register] = ACTIONS(2806), - [anon_sym_inline] = ACTIONS(2806), - [anon_sym_thread_local] = ACTIONS(2806), - [anon_sym_const] = ACTIONS(2806), - [anon_sym_volatile] = ACTIONS(2806), - [anon_sym_restrict] = ACTIONS(2806), - [anon_sym__Atomic] = ACTIONS(2806), - [anon_sym_mutable] = ACTIONS(2806), - [anon_sym_constexpr] = ACTIONS(2806), - [anon_sym_constinit] = ACTIONS(2806), - [anon_sym_consteval] = ACTIONS(2806), - [anon_sym_signed] = ACTIONS(2806), - [anon_sym_unsigned] = ACTIONS(2806), - [anon_sym_long] = ACTIONS(2806), - [anon_sym_short] = ACTIONS(2806), - [sym_primitive_type] = ACTIONS(2806), - [anon_sym_enum] = ACTIONS(2806), - [anon_sym_class] = ACTIONS(2806), - [anon_sym_struct] = ACTIONS(2806), - [anon_sym_union] = ACTIONS(2806), - [anon_sym_if] = ACTIONS(2806), - [anon_sym_switch] = ACTIONS(2806), - [anon_sym_case] = ACTIONS(2806), - [anon_sym_default] = ACTIONS(2806), - [anon_sym_while] = ACTIONS(2806), - [anon_sym_do] = ACTIONS(2806), - [anon_sym_for] = ACTIONS(2806), - [anon_sym_return] = ACTIONS(2806), - [anon_sym_break] = ACTIONS(2806), - [anon_sym_continue] = ACTIONS(2806), - [anon_sym_goto] = ACTIONS(2806), - [anon_sym_not] = ACTIONS(2806), - [anon_sym_compl] = ACTIONS(2806), - [anon_sym_DASH_DASH] = ACTIONS(2808), - [anon_sym_PLUS_PLUS] = ACTIONS(2808), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [anon_sym_L_SQUOTE] = ACTIONS(2808), - [anon_sym_u_SQUOTE] = ACTIONS(2808), - [anon_sym_U_SQUOTE] = ACTIONS(2808), - [anon_sym_u8_SQUOTE] = ACTIONS(2808), - [anon_sym_SQUOTE] = ACTIONS(2808), - [anon_sym_L_DQUOTE] = ACTIONS(2808), - [anon_sym_u_DQUOTE] = ACTIONS(2808), - [anon_sym_U_DQUOTE] = ACTIONS(2808), - [anon_sym_u8_DQUOTE] = ACTIONS(2808), - [anon_sym_DQUOTE] = ACTIONS(2808), - [sym_true] = ACTIONS(2806), - [sym_false] = ACTIONS(2806), - [sym_null] = ACTIONS(2806), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2806), - [anon_sym_decltype] = ACTIONS(2806), - [anon_sym_virtual] = ACTIONS(2806), - [anon_sym_explicit] = ACTIONS(2806), - [anon_sym_typename] = ACTIONS(2806), - [anon_sym_template] = ACTIONS(2806), - [anon_sym_operator] = ACTIONS(2806), - [anon_sym_try] = ACTIONS(2806), - [anon_sym_delete] = ACTIONS(2806), - [anon_sym_throw] = ACTIONS(2806), - [anon_sym_namespace] = ACTIONS(2806), - [anon_sym_using] = ACTIONS(2806), - [anon_sym_static_assert] = ACTIONS(2806), - [anon_sym_concept] = ACTIONS(2806), - [anon_sym_co_return] = ACTIONS(2806), - [anon_sym_co_yield] = ACTIONS(2806), - [anon_sym_R_DQUOTE] = ACTIONS(2808), - [anon_sym_LR_DQUOTE] = ACTIONS(2808), - [anon_sym_uR_DQUOTE] = ACTIONS(2808), - [anon_sym_UR_DQUOTE] = ACTIONS(2808), - [anon_sym_u8R_DQUOTE] = ACTIONS(2808), - [anon_sym_co_await] = ACTIONS(2806), - [anon_sym_new] = ACTIONS(2806), - [anon_sym_requires] = ACTIONS(2806), - [sym_this] = ACTIONS(2806), - [sym_nullptr] = ACTIONS(2806), + [sym_identifier] = ACTIONS(2796), + [aux_sym_preproc_include_token1] = ACTIONS(2796), + [aux_sym_preproc_def_token1] = ACTIONS(2796), + [aux_sym_preproc_if_token1] = ACTIONS(2796), + [aux_sym_preproc_if_token2] = ACTIONS(2796), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2796), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2796), + [aux_sym_preproc_else_token1] = ACTIONS(2796), + [aux_sym_preproc_elif_token1] = ACTIONS(2796), + [sym_preproc_directive] = ACTIONS(2796), + [anon_sym_LPAREN2] = ACTIONS(2798), + [anon_sym_BANG] = ACTIONS(2798), + [anon_sym_TILDE] = ACTIONS(2798), + [anon_sym_DASH] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2796), + [anon_sym_STAR] = ACTIONS(2798), + [anon_sym_AMP_AMP] = ACTIONS(2798), + [anon_sym_AMP] = ACTIONS(2796), + [anon_sym_SEMI] = ACTIONS(2798), + [anon_sym_typedef] = ACTIONS(2796), + [anon_sym_extern] = ACTIONS(2796), + [anon_sym___attribute__] = ACTIONS(2796), + [anon_sym_COLON_COLON] = ACTIONS(2798), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2798), + [anon_sym___declspec] = ACTIONS(2796), + [anon_sym___based] = ACTIONS(2796), + [anon_sym___cdecl] = ACTIONS(2796), + [anon_sym___clrcall] = ACTIONS(2796), + [anon_sym___stdcall] = ACTIONS(2796), + [anon_sym___fastcall] = ACTIONS(2796), + [anon_sym___thiscall] = ACTIONS(2796), + [anon_sym___vectorcall] = ACTIONS(2796), + [anon_sym_LBRACE] = ACTIONS(2798), + [anon_sym_LBRACK] = ACTIONS(2796), + [anon_sym_static] = ACTIONS(2796), + [anon_sym_register] = ACTIONS(2796), + [anon_sym_inline] = ACTIONS(2796), + [anon_sym_thread_local] = ACTIONS(2796), + [anon_sym_const] = ACTIONS(2796), + [anon_sym_volatile] = ACTIONS(2796), + [anon_sym_restrict] = ACTIONS(2796), + [anon_sym__Atomic] = ACTIONS(2796), + [anon_sym_mutable] = ACTIONS(2796), + [anon_sym_constexpr] = ACTIONS(2796), + [anon_sym_constinit] = ACTIONS(2796), + [anon_sym_consteval] = ACTIONS(2796), + [anon_sym_signed] = ACTIONS(2796), + [anon_sym_unsigned] = ACTIONS(2796), + [anon_sym_long] = ACTIONS(2796), + [anon_sym_short] = ACTIONS(2796), + [sym_primitive_type] = ACTIONS(2796), + [anon_sym_enum] = ACTIONS(2796), + [anon_sym_class] = ACTIONS(2796), + [anon_sym_struct] = ACTIONS(2796), + [anon_sym_union] = ACTIONS(2796), + [anon_sym_if] = ACTIONS(2796), + [anon_sym_switch] = ACTIONS(2796), + [anon_sym_case] = ACTIONS(2796), + [anon_sym_default] = ACTIONS(2796), + [anon_sym_while] = ACTIONS(2796), + [anon_sym_do] = ACTIONS(2796), + [anon_sym_for] = ACTIONS(2796), + [anon_sym_return] = ACTIONS(2796), + [anon_sym_break] = ACTIONS(2796), + [anon_sym_continue] = ACTIONS(2796), + [anon_sym_goto] = ACTIONS(2796), + [anon_sym_not] = ACTIONS(2796), + [anon_sym_compl] = ACTIONS(2796), + [anon_sym_DASH_DASH] = ACTIONS(2798), + [anon_sym_PLUS_PLUS] = ACTIONS(2798), + [anon_sym_sizeof] = ACTIONS(2796), + [sym_number_literal] = ACTIONS(2798), + [anon_sym_L_SQUOTE] = ACTIONS(2798), + [anon_sym_u_SQUOTE] = ACTIONS(2798), + [anon_sym_U_SQUOTE] = ACTIONS(2798), + [anon_sym_u8_SQUOTE] = ACTIONS(2798), + [anon_sym_SQUOTE] = ACTIONS(2798), + [anon_sym_L_DQUOTE] = ACTIONS(2798), + [anon_sym_u_DQUOTE] = ACTIONS(2798), + [anon_sym_U_DQUOTE] = ACTIONS(2798), + [anon_sym_u8_DQUOTE] = ACTIONS(2798), + [anon_sym_DQUOTE] = ACTIONS(2798), + [sym_true] = ACTIONS(2796), + [sym_false] = ACTIONS(2796), + [sym_null] = ACTIONS(2796), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2796), + [anon_sym_decltype] = ACTIONS(2796), + [anon_sym_virtual] = ACTIONS(2796), + [anon_sym_explicit] = ACTIONS(2796), + [anon_sym_typename] = ACTIONS(2796), + [anon_sym_template] = ACTIONS(2796), + [anon_sym_operator] = ACTIONS(2796), + [anon_sym_try] = ACTIONS(2796), + [anon_sym_delete] = ACTIONS(2796), + [anon_sym_throw] = ACTIONS(2796), + [anon_sym_namespace] = ACTIONS(2796), + [anon_sym_using] = ACTIONS(2796), + [anon_sym_static_assert] = ACTIONS(2796), + [anon_sym_concept] = ACTIONS(2796), + [anon_sym_co_return] = ACTIONS(2796), + [anon_sym_co_yield] = ACTIONS(2796), + [anon_sym_R_DQUOTE] = ACTIONS(2798), + [anon_sym_LR_DQUOTE] = ACTIONS(2798), + [anon_sym_uR_DQUOTE] = ACTIONS(2798), + [anon_sym_UR_DQUOTE] = ACTIONS(2798), + [anon_sym_u8R_DQUOTE] = ACTIONS(2798), + [anon_sym_co_await] = ACTIONS(2796), + [anon_sym_new] = ACTIONS(2796), + [anon_sym_requires] = ACTIONS(2796), + [sym_this] = ACTIONS(2796), + [sym_nullptr] = ACTIONS(2796), }, [526] = { - [sym_identifier] = ACTIONS(2248), - [aux_sym_preproc_include_token1] = ACTIONS(2248), - [aux_sym_preproc_def_token1] = ACTIONS(2248), - [aux_sym_preproc_if_token1] = ACTIONS(2248), - [aux_sym_preproc_if_token2] = ACTIONS(2248), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2248), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2248), - [sym_preproc_directive] = ACTIONS(2248), - [anon_sym_LPAREN2] = ACTIONS(2246), - [anon_sym_BANG] = ACTIONS(2246), - [anon_sym_TILDE] = ACTIONS(2246), - [anon_sym_DASH] = ACTIONS(2248), - [anon_sym_PLUS] = ACTIONS(2248), - [anon_sym_STAR] = ACTIONS(2246), - [anon_sym_AMP_AMP] = ACTIONS(2246), - [anon_sym_AMP] = ACTIONS(2248), - [anon_sym_SEMI] = ACTIONS(2246), - [anon_sym_typedef] = ACTIONS(2248), - [anon_sym_extern] = ACTIONS(2248), - [anon_sym___attribute__] = ACTIONS(2248), - [anon_sym_COLON_COLON] = ACTIONS(2246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2246), - [anon_sym___declspec] = ACTIONS(2248), - [anon_sym___based] = ACTIONS(2248), - [anon_sym___cdecl] = ACTIONS(2248), - [anon_sym___clrcall] = ACTIONS(2248), - [anon_sym___stdcall] = ACTIONS(2248), - [anon_sym___fastcall] = ACTIONS(2248), - [anon_sym___thiscall] = ACTIONS(2248), - [anon_sym___vectorcall] = ACTIONS(2248), - [anon_sym_LBRACE] = ACTIONS(2246), - [anon_sym_LBRACK] = ACTIONS(2248), - [anon_sym_static] = ACTIONS(2248), - [anon_sym_register] = ACTIONS(2248), - [anon_sym_inline] = ACTIONS(2248), - [anon_sym_thread_local] = ACTIONS(2248), - [anon_sym_const] = ACTIONS(2248), - [anon_sym_volatile] = ACTIONS(2248), - [anon_sym_restrict] = ACTIONS(2248), - [anon_sym__Atomic] = ACTIONS(2248), - [anon_sym_mutable] = ACTIONS(2248), - [anon_sym_constexpr] = ACTIONS(2248), - [anon_sym_constinit] = ACTIONS(2248), - [anon_sym_consteval] = ACTIONS(2248), - [anon_sym_signed] = ACTIONS(2248), - [anon_sym_unsigned] = ACTIONS(2248), - [anon_sym_long] = ACTIONS(2248), - [anon_sym_short] = ACTIONS(2248), - [sym_primitive_type] = ACTIONS(2248), - [anon_sym_enum] = ACTIONS(2248), - [anon_sym_class] = ACTIONS(2248), - [anon_sym_struct] = ACTIONS(2248), - [anon_sym_union] = ACTIONS(2248), - [anon_sym_if] = ACTIONS(2248), - [anon_sym_else] = ACTIONS(2248), - [anon_sym_switch] = ACTIONS(2248), - [anon_sym_case] = ACTIONS(2248), - [anon_sym_default] = ACTIONS(2248), - [anon_sym_while] = ACTIONS(2248), - [anon_sym_do] = ACTIONS(2248), - [anon_sym_for] = ACTIONS(2248), - [anon_sym_return] = ACTIONS(2248), - [anon_sym_break] = ACTIONS(2248), - [anon_sym_continue] = ACTIONS(2248), - [anon_sym_goto] = ACTIONS(2248), - [anon_sym_not] = ACTIONS(2248), - [anon_sym_compl] = ACTIONS(2248), - [anon_sym_DASH_DASH] = ACTIONS(2246), - [anon_sym_PLUS_PLUS] = ACTIONS(2246), - [anon_sym_sizeof] = ACTIONS(2248), - [sym_number_literal] = ACTIONS(2246), - [anon_sym_L_SQUOTE] = ACTIONS(2246), - [anon_sym_u_SQUOTE] = ACTIONS(2246), - [anon_sym_U_SQUOTE] = ACTIONS(2246), - [anon_sym_u8_SQUOTE] = ACTIONS(2246), - [anon_sym_SQUOTE] = ACTIONS(2246), - [anon_sym_L_DQUOTE] = ACTIONS(2246), - [anon_sym_u_DQUOTE] = ACTIONS(2246), - [anon_sym_U_DQUOTE] = ACTIONS(2246), - [anon_sym_u8_DQUOTE] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2246), - [sym_true] = ACTIONS(2248), - [sym_false] = ACTIONS(2248), - [sym_null] = ACTIONS(2248), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2248), - [anon_sym_decltype] = ACTIONS(2248), - [anon_sym_virtual] = ACTIONS(2248), - [anon_sym_explicit] = ACTIONS(2248), - [anon_sym_typename] = ACTIONS(2248), - [anon_sym_template] = ACTIONS(2248), - [anon_sym_operator] = ACTIONS(2248), - [anon_sym_try] = ACTIONS(2248), - [anon_sym_delete] = ACTIONS(2248), - [anon_sym_throw] = ACTIONS(2248), - [anon_sym_namespace] = ACTIONS(2248), - [anon_sym_using] = ACTIONS(2248), - [anon_sym_static_assert] = ACTIONS(2248), - [anon_sym_concept] = ACTIONS(2248), - [anon_sym_co_return] = ACTIONS(2248), - [anon_sym_co_yield] = ACTIONS(2248), - [anon_sym_catch] = ACTIONS(2248), - [anon_sym_R_DQUOTE] = ACTIONS(2246), - [anon_sym_LR_DQUOTE] = ACTIONS(2246), - [anon_sym_uR_DQUOTE] = ACTIONS(2246), - [anon_sym_UR_DQUOTE] = ACTIONS(2246), - [anon_sym_u8R_DQUOTE] = ACTIONS(2246), - [anon_sym_co_await] = ACTIONS(2248), - [anon_sym_new] = ACTIONS(2248), - [anon_sym_requires] = ACTIONS(2248), - [sym_this] = ACTIONS(2248), - [sym_nullptr] = ACTIONS(2248), + [sym_identifier] = ACTIONS(2800), + [aux_sym_preproc_include_token1] = ACTIONS(2800), + [aux_sym_preproc_def_token1] = ACTIONS(2800), + [aux_sym_preproc_if_token1] = ACTIONS(2800), + [aux_sym_preproc_if_token2] = ACTIONS(2800), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2800), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2800), + [aux_sym_preproc_else_token1] = ACTIONS(2800), + [aux_sym_preproc_elif_token1] = ACTIONS(2800), + [sym_preproc_directive] = ACTIONS(2800), + [anon_sym_LPAREN2] = ACTIONS(2802), + [anon_sym_BANG] = ACTIONS(2802), + [anon_sym_TILDE] = ACTIONS(2802), + [anon_sym_DASH] = ACTIONS(2800), + [anon_sym_PLUS] = ACTIONS(2800), + [anon_sym_STAR] = ACTIONS(2802), + [anon_sym_AMP_AMP] = ACTIONS(2802), + [anon_sym_AMP] = ACTIONS(2800), + [anon_sym_SEMI] = ACTIONS(2802), + [anon_sym_typedef] = ACTIONS(2800), + [anon_sym_extern] = ACTIONS(2800), + [anon_sym___attribute__] = ACTIONS(2800), + [anon_sym_COLON_COLON] = ACTIONS(2802), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2802), + [anon_sym___declspec] = ACTIONS(2800), + [anon_sym___based] = ACTIONS(2800), + [anon_sym___cdecl] = ACTIONS(2800), + [anon_sym___clrcall] = ACTIONS(2800), + [anon_sym___stdcall] = ACTIONS(2800), + [anon_sym___fastcall] = ACTIONS(2800), + [anon_sym___thiscall] = ACTIONS(2800), + [anon_sym___vectorcall] = ACTIONS(2800), + [anon_sym_LBRACE] = ACTIONS(2802), + [anon_sym_LBRACK] = ACTIONS(2800), + [anon_sym_static] = ACTIONS(2800), + [anon_sym_register] = ACTIONS(2800), + [anon_sym_inline] = ACTIONS(2800), + [anon_sym_thread_local] = ACTIONS(2800), + [anon_sym_const] = ACTIONS(2800), + [anon_sym_volatile] = ACTIONS(2800), + [anon_sym_restrict] = ACTIONS(2800), + [anon_sym__Atomic] = ACTIONS(2800), + [anon_sym_mutable] = ACTIONS(2800), + [anon_sym_constexpr] = ACTIONS(2800), + [anon_sym_constinit] = ACTIONS(2800), + [anon_sym_consteval] = ACTIONS(2800), + [anon_sym_signed] = ACTIONS(2800), + [anon_sym_unsigned] = ACTIONS(2800), + [anon_sym_long] = ACTIONS(2800), + [anon_sym_short] = ACTIONS(2800), + [sym_primitive_type] = ACTIONS(2800), + [anon_sym_enum] = ACTIONS(2800), + [anon_sym_class] = ACTIONS(2800), + [anon_sym_struct] = ACTIONS(2800), + [anon_sym_union] = ACTIONS(2800), + [anon_sym_if] = ACTIONS(2800), + [anon_sym_switch] = ACTIONS(2800), + [anon_sym_case] = ACTIONS(2800), + [anon_sym_default] = ACTIONS(2800), + [anon_sym_while] = ACTIONS(2800), + [anon_sym_do] = ACTIONS(2800), + [anon_sym_for] = ACTIONS(2800), + [anon_sym_return] = ACTIONS(2800), + [anon_sym_break] = ACTIONS(2800), + [anon_sym_continue] = ACTIONS(2800), + [anon_sym_goto] = ACTIONS(2800), + [anon_sym_not] = ACTIONS(2800), + [anon_sym_compl] = ACTIONS(2800), + [anon_sym_DASH_DASH] = ACTIONS(2802), + [anon_sym_PLUS_PLUS] = ACTIONS(2802), + [anon_sym_sizeof] = ACTIONS(2800), + [sym_number_literal] = ACTIONS(2802), + [anon_sym_L_SQUOTE] = ACTIONS(2802), + [anon_sym_u_SQUOTE] = ACTIONS(2802), + [anon_sym_U_SQUOTE] = ACTIONS(2802), + [anon_sym_u8_SQUOTE] = ACTIONS(2802), + [anon_sym_SQUOTE] = ACTIONS(2802), + [anon_sym_L_DQUOTE] = ACTIONS(2802), + [anon_sym_u_DQUOTE] = ACTIONS(2802), + [anon_sym_U_DQUOTE] = ACTIONS(2802), + [anon_sym_u8_DQUOTE] = ACTIONS(2802), + [anon_sym_DQUOTE] = ACTIONS(2802), + [sym_true] = ACTIONS(2800), + [sym_false] = ACTIONS(2800), + [sym_null] = ACTIONS(2800), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2800), + [anon_sym_decltype] = ACTIONS(2800), + [anon_sym_virtual] = ACTIONS(2800), + [anon_sym_explicit] = ACTIONS(2800), + [anon_sym_typename] = ACTIONS(2800), + [anon_sym_template] = ACTIONS(2800), + [anon_sym_operator] = ACTIONS(2800), + [anon_sym_try] = ACTIONS(2800), + [anon_sym_delete] = ACTIONS(2800), + [anon_sym_throw] = ACTIONS(2800), + [anon_sym_namespace] = ACTIONS(2800), + [anon_sym_using] = ACTIONS(2800), + [anon_sym_static_assert] = ACTIONS(2800), + [anon_sym_concept] = ACTIONS(2800), + [anon_sym_co_return] = ACTIONS(2800), + [anon_sym_co_yield] = ACTIONS(2800), + [anon_sym_R_DQUOTE] = ACTIONS(2802), + [anon_sym_LR_DQUOTE] = ACTIONS(2802), + [anon_sym_uR_DQUOTE] = ACTIONS(2802), + [anon_sym_UR_DQUOTE] = ACTIONS(2802), + [anon_sym_u8R_DQUOTE] = ACTIONS(2802), + [anon_sym_co_await] = ACTIONS(2800), + [anon_sym_new] = ACTIONS(2800), + [anon_sym_requires] = ACTIONS(2800), + [sym_this] = ACTIONS(2800), + [sym_nullptr] = ACTIONS(2800), }, [527] = { - [sym_identifier] = ACTIONS(2354), - [aux_sym_preproc_include_token1] = ACTIONS(2354), - [aux_sym_preproc_def_token1] = ACTIONS(2354), - [aux_sym_preproc_if_token1] = ACTIONS(2354), - [aux_sym_preproc_if_token2] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2354), - [sym_preproc_directive] = ACTIONS(2354), - [anon_sym_LPAREN2] = ACTIONS(2352), - [anon_sym_BANG] = ACTIONS(2352), - [anon_sym_TILDE] = ACTIONS(2352), - [anon_sym_DASH] = ACTIONS(2354), - [anon_sym_PLUS] = ACTIONS(2354), - [anon_sym_STAR] = ACTIONS(2352), - [anon_sym_AMP_AMP] = ACTIONS(2352), - [anon_sym_AMP] = ACTIONS(2354), - [anon_sym_SEMI] = ACTIONS(2352), - [anon_sym_typedef] = ACTIONS(2354), - [anon_sym_extern] = ACTIONS(2354), - [anon_sym___attribute__] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2352), - [anon_sym___declspec] = ACTIONS(2354), - [anon_sym___based] = ACTIONS(2354), - [anon_sym___cdecl] = ACTIONS(2354), - [anon_sym___clrcall] = ACTIONS(2354), - [anon_sym___stdcall] = ACTIONS(2354), - [anon_sym___fastcall] = ACTIONS(2354), - [anon_sym___thiscall] = ACTIONS(2354), - [anon_sym___vectorcall] = ACTIONS(2354), - [anon_sym_LBRACE] = ACTIONS(2352), - [anon_sym_LBRACK] = ACTIONS(2354), - [anon_sym_static] = ACTIONS(2354), - [anon_sym_register] = ACTIONS(2354), - [anon_sym_inline] = ACTIONS(2354), - [anon_sym_thread_local] = ACTIONS(2354), - [anon_sym_const] = ACTIONS(2354), - [anon_sym_volatile] = ACTIONS(2354), - [anon_sym_restrict] = ACTIONS(2354), - [anon_sym__Atomic] = ACTIONS(2354), - [anon_sym_mutable] = ACTIONS(2354), - [anon_sym_constexpr] = ACTIONS(2354), - [anon_sym_constinit] = ACTIONS(2354), - [anon_sym_consteval] = ACTIONS(2354), - [anon_sym_signed] = ACTIONS(2354), - [anon_sym_unsigned] = ACTIONS(2354), - [anon_sym_long] = ACTIONS(2354), - [anon_sym_short] = ACTIONS(2354), - [sym_primitive_type] = ACTIONS(2354), - [anon_sym_enum] = ACTIONS(2354), - [anon_sym_class] = ACTIONS(2354), - [anon_sym_struct] = ACTIONS(2354), - [anon_sym_union] = ACTIONS(2354), - [anon_sym_if] = ACTIONS(2354), - [anon_sym_else] = ACTIONS(2354), - [anon_sym_switch] = ACTIONS(2354), - [anon_sym_case] = ACTIONS(2354), - [anon_sym_default] = ACTIONS(2354), - [anon_sym_while] = ACTIONS(2354), - [anon_sym_do] = ACTIONS(2354), - [anon_sym_for] = ACTIONS(2354), - [anon_sym_return] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_goto] = ACTIONS(2354), - [anon_sym_not] = ACTIONS(2354), - [anon_sym_compl] = ACTIONS(2354), - [anon_sym_DASH_DASH] = ACTIONS(2352), - [anon_sym_PLUS_PLUS] = ACTIONS(2352), - [anon_sym_sizeof] = ACTIONS(2354), - [sym_number_literal] = ACTIONS(2352), - [anon_sym_L_SQUOTE] = ACTIONS(2352), - [anon_sym_u_SQUOTE] = ACTIONS(2352), - [anon_sym_U_SQUOTE] = ACTIONS(2352), - [anon_sym_u8_SQUOTE] = ACTIONS(2352), - [anon_sym_SQUOTE] = ACTIONS(2352), - [anon_sym_L_DQUOTE] = ACTIONS(2352), - [anon_sym_u_DQUOTE] = ACTIONS(2352), - [anon_sym_U_DQUOTE] = ACTIONS(2352), - [anon_sym_u8_DQUOTE] = ACTIONS(2352), - [anon_sym_DQUOTE] = ACTIONS(2352), - [sym_true] = ACTIONS(2354), - [sym_false] = ACTIONS(2354), - [sym_null] = ACTIONS(2354), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2354), - [anon_sym_decltype] = ACTIONS(2354), - [anon_sym_virtual] = ACTIONS(2354), - [anon_sym_explicit] = ACTIONS(2354), - [anon_sym_typename] = ACTIONS(2354), - [anon_sym_template] = ACTIONS(2354), - [anon_sym_operator] = ACTIONS(2354), - [anon_sym_try] = ACTIONS(2354), - [anon_sym_delete] = ACTIONS(2354), - [anon_sym_throw] = ACTIONS(2354), - [anon_sym_namespace] = ACTIONS(2354), - [anon_sym_using] = ACTIONS(2354), - [anon_sym_static_assert] = ACTIONS(2354), - [anon_sym_concept] = ACTIONS(2354), - [anon_sym_co_return] = ACTIONS(2354), - [anon_sym_co_yield] = ACTIONS(2354), - [anon_sym_catch] = ACTIONS(2354), - [anon_sym_R_DQUOTE] = ACTIONS(2352), - [anon_sym_LR_DQUOTE] = ACTIONS(2352), - [anon_sym_uR_DQUOTE] = ACTIONS(2352), - [anon_sym_UR_DQUOTE] = ACTIONS(2352), - [anon_sym_u8R_DQUOTE] = ACTIONS(2352), - [anon_sym_co_await] = ACTIONS(2354), - [anon_sym_new] = ACTIONS(2354), - [anon_sym_requires] = ACTIONS(2354), - [sym_this] = ACTIONS(2354), - [sym_nullptr] = ACTIONS(2354), + [sym_identifier] = ACTIONS(2804), + [aux_sym_preproc_include_token1] = ACTIONS(2804), + [aux_sym_preproc_def_token1] = ACTIONS(2804), + [aux_sym_preproc_if_token1] = ACTIONS(2804), + [aux_sym_preproc_if_token2] = ACTIONS(2804), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2804), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2804), + [aux_sym_preproc_else_token1] = ACTIONS(2804), + [aux_sym_preproc_elif_token1] = ACTIONS(2804), + [sym_preproc_directive] = ACTIONS(2804), + [anon_sym_LPAREN2] = ACTIONS(2806), + [anon_sym_BANG] = ACTIONS(2806), + [anon_sym_TILDE] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2804), + [anon_sym_PLUS] = ACTIONS(2804), + [anon_sym_STAR] = ACTIONS(2806), + [anon_sym_AMP_AMP] = ACTIONS(2806), + [anon_sym_AMP] = ACTIONS(2804), + [anon_sym_SEMI] = ACTIONS(2806), + [anon_sym_typedef] = ACTIONS(2804), + [anon_sym_extern] = ACTIONS(2804), + [anon_sym___attribute__] = ACTIONS(2804), + [anon_sym_COLON_COLON] = ACTIONS(2806), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2806), + [anon_sym___declspec] = ACTIONS(2804), + [anon_sym___based] = ACTIONS(2804), + [anon_sym___cdecl] = ACTIONS(2804), + [anon_sym___clrcall] = ACTIONS(2804), + [anon_sym___stdcall] = ACTIONS(2804), + [anon_sym___fastcall] = ACTIONS(2804), + [anon_sym___thiscall] = ACTIONS(2804), + [anon_sym___vectorcall] = ACTIONS(2804), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2804), + [anon_sym_static] = ACTIONS(2804), + [anon_sym_register] = ACTIONS(2804), + [anon_sym_inline] = ACTIONS(2804), + [anon_sym_thread_local] = ACTIONS(2804), + [anon_sym_const] = ACTIONS(2804), + [anon_sym_volatile] = ACTIONS(2804), + [anon_sym_restrict] = ACTIONS(2804), + [anon_sym__Atomic] = ACTIONS(2804), + [anon_sym_mutable] = ACTIONS(2804), + [anon_sym_constexpr] = ACTIONS(2804), + [anon_sym_constinit] = ACTIONS(2804), + [anon_sym_consteval] = ACTIONS(2804), + [anon_sym_signed] = ACTIONS(2804), + [anon_sym_unsigned] = ACTIONS(2804), + [anon_sym_long] = ACTIONS(2804), + [anon_sym_short] = ACTIONS(2804), + [sym_primitive_type] = ACTIONS(2804), + [anon_sym_enum] = ACTIONS(2804), + [anon_sym_class] = ACTIONS(2804), + [anon_sym_struct] = ACTIONS(2804), + [anon_sym_union] = ACTIONS(2804), + [anon_sym_if] = ACTIONS(2804), + [anon_sym_switch] = ACTIONS(2804), + [anon_sym_case] = ACTIONS(2804), + [anon_sym_default] = ACTIONS(2804), + [anon_sym_while] = ACTIONS(2804), + [anon_sym_do] = ACTIONS(2804), + [anon_sym_for] = ACTIONS(2804), + [anon_sym_return] = ACTIONS(2804), + [anon_sym_break] = ACTIONS(2804), + [anon_sym_continue] = ACTIONS(2804), + [anon_sym_goto] = ACTIONS(2804), + [anon_sym_not] = ACTIONS(2804), + [anon_sym_compl] = ACTIONS(2804), + [anon_sym_DASH_DASH] = ACTIONS(2806), + [anon_sym_PLUS_PLUS] = ACTIONS(2806), + [anon_sym_sizeof] = ACTIONS(2804), + [sym_number_literal] = ACTIONS(2806), + [anon_sym_L_SQUOTE] = ACTIONS(2806), + [anon_sym_u_SQUOTE] = ACTIONS(2806), + [anon_sym_U_SQUOTE] = ACTIONS(2806), + [anon_sym_u8_SQUOTE] = ACTIONS(2806), + [anon_sym_SQUOTE] = ACTIONS(2806), + [anon_sym_L_DQUOTE] = ACTIONS(2806), + [anon_sym_u_DQUOTE] = ACTIONS(2806), + [anon_sym_U_DQUOTE] = ACTIONS(2806), + [anon_sym_u8_DQUOTE] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym_true] = ACTIONS(2804), + [sym_false] = ACTIONS(2804), + [sym_null] = ACTIONS(2804), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2804), + [anon_sym_decltype] = ACTIONS(2804), + [anon_sym_virtual] = ACTIONS(2804), + [anon_sym_explicit] = ACTIONS(2804), + [anon_sym_typename] = ACTIONS(2804), + [anon_sym_template] = ACTIONS(2804), + [anon_sym_operator] = ACTIONS(2804), + [anon_sym_try] = ACTIONS(2804), + [anon_sym_delete] = ACTIONS(2804), + [anon_sym_throw] = ACTIONS(2804), + [anon_sym_namespace] = ACTIONS(2804), + [anon_sym_using] = ACTIONS(2804), + [anon_sym_static_assert] = ACTIONS(2804), + [anon_sym_concept] = ACTIONS(2804), + [anon_sym_co_return] = ACTIONS(2804), + [anon_sym_co_yield] = ACTIONS(2804), + [anon_sym_R_DQUOTE] = ACTIONS(2806), + [anon_sym_LR_DQUOTE] = ACTIONS(2806), + [anon_sym_uR_DQUOTE] = ACTIONS(2806), + [anon_sym_UR_DQUOTE] = ACTIONS(2806), + [anon_sym_u8R_DQUOTE] = ACTIONS(2806), + [anon_sym_co_await] = ACTIONS(2804), + [anon_sym_new] = ACTIONS(2804), + [anon_sym_requires] = ACTIONS(2804), + [sym_this] = ACTIONS(2804), + [sym_nullptr] = ACTIONS(2804), }, [528] = { - [ts_builtin_sym_end] = ACTIONS(2388), - [sym_identifier] = ACTIONS(2386), - [aux_sym_preproc_include_token1] = ACTIONS(2386), - [aux_sym_preproc_def_token1] = ACTIONS(2386), - [aux_sym_preproc_if_token1] = ACTIONS(2386), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2386), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2386), - [sym_preproc_directive] = ACTIONS(2386), - [anon_sym_LPAREN2] = ACTIONS(2388), - [anon_sym_BANG] = ACTIONS(2388), - [anon_sym_TILDE] = ACTIONS(2388), - [anon_sym_DASH] = ACTIONS(2386), - [anon_sym_PLUS] = ACTIONS(2386), - [anon_sym_STAR] = ACTIONS(2388), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_AMP] = ACTIONS(2386), - [anon_sym_SEMI] = ACTIONS(2388), - [anon_sym_typedef] = ACTIONS(2386), - [anon_sym_extern] = ACTIONS(2386), - [anon_sym___attribute__] = ACTIONS(2386), - [anon_sym_COLON_COLON] = ACTIONS(2388), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2388), - [anon_sym___declspec] = ACTIONS(2386), - [anon_sym___based] = ACTIONS(2386), - [anon_sym___cdecl] = ACTIONS(2386), - [anon_sym___clrcall] = ACTIONS(2386), - [anon_sym___stdcall] = ACTIONS(2386), - [anon_sym___fastcall] = ACTIONS(2386), - [anon_sym___thiscall] = ACTIONS(2386), - [anon_sym___vectorcall] = ACTIONS(2386), - [anon_sym_LBRACE] = ACTIONS(2388), - [anon_sym_LBRACK] = ACTIONS(2386), - [anon_sym_static] = ACTIONS(2386), - [anon_sym_register] = ACTIONS(2386), - [anon_sym_inline] = ACTIONS(2386), - [anon_sym_thread_local] = ACTIONS(2386), - [anon_sym_const] = ACTIONS(2386), - [anon_sym_volatile] = ACTIONS(2386), - [anon_sym_restrict] = ACTIONS(2386), - [anon_sym__Atomic] = ACTIONS(2386), - [anon_sym_mutable] = ACTIONS(2386), - [anon_sym_constexpr] = ACTIONS(2386), - [anon_sym_constinit] = ACTIONS(2386), - [anon_sym_consteval] = ACTIONS(2386), - [anon_sym_signed] = ACTIONS(2386), - [anon_sym_unsigned] = ACTIONS(2386), - [anon_sym_long] = ACTIONS(2386), - [anon_sym_short] = ACTIONS(2386), - [sym_primitive_type] = ACTIONS(2386), - [anon_sym_enum] = ACTIONS(2386), - [anon_sym_class] = ACTIONS(2386), - [anon_sym_struct] = ACTIONS(2386), - [anon_sym_union] = ACTIONS(2386), - [anon_sym_if] = ACTIONS(2386), - [anon_sym_else] = ACTIONS(2386), - [anon_sym_switch] = ACTIONS(2386), - [anon_sym_case] = ACTIONS(2386), - [anon_sym_default] = ACTIONS(2386), - [anon_sym_while] = ACTIONS(2386), - [anon_sym_do] = ACTIONS(2386), - [anon_sym_for] = ACTIONS(2386), - [anon_sym_return] = ACTIONS(2386), - [anon_sym_break] = ACTIONS(2386), - [anon_sym_continue] = ACTIONS(2386), - [anon_sym_goto] = ACTIONS(2386), - [anon_sym_not] = ACTIONS(2386), - [anon_sym_compl] = ACTIONS(2386), - [anon_sym_DASH_DASH] = ACTIONS(2388), - [anon_sym_PLUS_PLUS] = ACTIONS(2388), - [anon_sym_sizeof] = ACTIONS(2386), - [sym_number_literal] = ACTIONS(2388), - [anon_sym_L_SQUOTE] = ACTIONS(2388), - [anon_sym_u_SQUOTE] = ACTIONS(2388), - [anon_sym_U_SQUOTE] = ACTIONS(2388), - [anon_sym_u8_SQUOTE] = ACTIONS(2388), - [anon_sym_SQUOTE] = ACTIONS(2388), - [anon_sym_L_DQUOTE] = ACTIONS(2388), - [anon_sym_u_DQUOTE] = ACTIONS(2388), - [anon_sym_U_DQUOTE] = ACTIONS(2388), - [anon_sym_u8_DQUOTE] = ACTIONS(2388), - [anon_sym_DQUOTE] = ACTIONS(2388), - [sym_true] = ACTIONS(2386), - [sym_false] = ACTIONS(2386), - [sym_null] = ACTIONS(2386), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2386), - [anon_sym_decltype] = ACTIONS(2386), - [anon_sym_virtual] = ACTIONS(2386), - [anon_sym_explicit] = ACTIONS(2386), - [anon_sym_typename] = ACTIONS(2386), - [anon_sym_template] = ACTIONS(2386), - [anon_sym_operator] = ACTIONS(2386), - [anon_sym_try] = ACTIONS(2386), - [anon_sym_delete] = ACTIONS(2386), - [anon_sym_throw] = ACTIONS(2386), - [anon_sym_namespace] = ACTIONS(2386), - [anon_sym_using] = ACTIONS(2386), - [anon_sym_static_assert] = ACTIONS(2386), - [anon_sym_concept] = ACTIONS(2386), - [anon_sym_co_return] = ACTIONS(2386), - [anon_sym_co_yield] = ACTIONS(2386), - [anon_sym_catch] = ACTIONS(2386), - [anon_sym_R_DQUOTE] = ACTIONS(2388), - [anon_sym_LR_DQUOTE] = ACTIONS(2388), - [anon_sym_uR_DQUOTE] = ACTIONS(2388), - [anon_sym_UR_DQUOTE] = ACTIONS(2388), - [anon_sym_u8R_DQUOTE] = ACTIONS(2388), - [anon_sym_co_await] = ACTIONS(2386), - [anon_sym_new] = ACTIONS(2386), - [anon_sym_requires] = ACTIONS(2386), - [sym_this] = ACTIONS(2386), - [sym_nullptr] = ACTIONS(2386), + [sym_identifier] = ACTIONS(2808), + [aux_sym_preproc_include_token1] = ACTIONS(2808), + [aux_sym_preproc_def_token1] = ACTIONS(2808), + [aux_sym_preproc_if_token1] = ACTIONS(2808), + [aux_sym_preproc_if_token2] = ACTIONS(2808), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2808), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2808), + [aux_sym_preproc_else_token1] = ACTIONS(2808), + [aux_sym_preproc_elif_token1] = ACTIONS(2808), + [sym_preproc_directive] = ACTIONS(2808), + [anon_sym_LPAREN2] = ACTIONS(2810), + [anon_sym_BANG] = ACTIONS(2810), + [anon_sym_TILDE] = ACTIONS(2810), + [anon_sym_DASH] = ACTIONS(2808), + [anon_sym_PLUS] = ACTIONS(2808), + [anon_sym_STAR] = ACTIONS(2810), + [anon_sym_AMP_AMP] = ACTIONS(2810), + [anon_sym_AMP] = ACTIONS(2808), + [anon_sym_SEMI] = ACTIONS(2810), + [anon_sym_typedef] = ACTIONS(2808), + [anon_sym_extern] = ACTIONS(2808), + [anon_sym___attribute__] = ACTIONS(2808), + [anon_sym_COLON_COLON] = ACTIONS(2810), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2810), + [anon_sym___declspec] = ACTIONS(2808), + [anon_sym___based] = ACTIONS(2808), + [anon_sym___cdecl] = ACTIONS(2808), + [anon_sym___clrcall] = ACTIONS(2808), + [anon_sym___stdcall] = ACTIONS(2808), + [anon_sym___fastcall] = ACTIONS(2808), + [anon_sym___thiscall] = ACTIONS(2808), + [anon_sym___vectorcall] = ACTIONS(2808), + [anon_sym_LBRACE] = ACTIONS(2810), + [anon_sym_LBRACK] = ACTIONS(2808), + [anon_sym_static] = ACTIONS(2808), + [anon_sym_register] = ACTIONS(2808), + [anon_sym_inline] = ACTIONS(2808), + [anon_sym_thread_local] = ACTIONS(2808), + [anon_sym_const] = ACTIONS(2808), + [anon_sym_volatile] = ACTIONS(2808), + [anon_sym_restrict] = ACTIONS(2808), + [anon_sym__Atomic] = ACTIONS(2808), + [anon_sym_mutable] = ACTIONS(2808), + [anon_sym_constexpr] = ACTIONS(2808), + [anon_sym_constinit] = ACTIONS(2808), + [anon_sym_consteval] = ACTIONS(2808), + [anon_sym_signed] = ACTIONS(2808), + [anon_sym_unsigned] = ACTIONS(2808), + [anon_sym_long] = ACTIONS(2808), + [anon_sym_short] = ACTIONS(2808), + [sym_primitive_type] = ACTIONS(2808), + [anon_sym_enum] = ACTIONS(2808), + [anon_sym_class] = ACTIONS(2808), + [anon_sym_struct] = ACTIONS(2808), + [anon_sym_union] = ACTIONS(2808), + [anon_sym_if] = ACTIONS(2808), + [anon_sym_switch] = ACTIONS(2808), + [anon_sym_case] = ACTIONS(2808), + [anon_sym_default] = ACTIONS(2808), + [anon_sym_while] = ACTIONS(2808), + [anon_sym_do] = ACTIONS(2808), + [anon_sym_for] = ACTIONS(2808), + [anon_sym_return] = ACTIONS(2808), + [anon_sym_break] = ACTIONS(2808), + [anon_sym_continue] = ACTIONS(2808), + [anon_sym_goto] = ACTIONS(2808), + [anon_sym_not] = ACTIONS(2808), + [anon_sym_compl] = ACTIONS(2808), + [anon_sym_DASH_DASH] = ACTIONS(2810), + [anon_sym_PLUS_PLUS] = ACTIONS(2810), + [anon_sym_sizeof] = ACTIONS(2808), + [sym_number_literal] = ACTIONS(2810), + [anon_sym_L_SQUOTE] = ACTIONS(2810), + [anon_sym_u_SQUOTE] = ACTIONS(2810), + [anon_sym_U_SQUOTE] = ACTIONS(2810), + [anon_sym_u8_SQUOTE] = ACTIONS(2810), + [anon_sym_SQUOTE] = ACTIONS(2810), + [anon_sym_L_DQUOTE] = ACTIONS(2810), + [anon_sym_u_DQUOTE] = ACTIONS(2810), + [anon_sym_U_DQUOTE] = ACTIONS(2810), + [anon_sym_u8_DQUOTE] = ACTIONS(2810), + [anon_sym_DQUOTE] = ACTIONS(2810), + [sym_true] = ACTIONS(2808), + [sym_false] = ACTIONS(2808), + [sym_null] = ACTIONS(2808), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2808), + [anon_sym_decltype] = ACTIONS(2808), + [anon_sym_virtual] = ACTIONS(2808), + [anon_sym_explicit] = ACTIONS(2808), + [anon_sym_typename] = ACTIONS(2808), + [anon_sym_template] = ACTIONS(2808), + [anon_sym_operator] = ACTIONS(2808), + [anon_sym_try] = ACTIONS(2808), + [anon_sym_delete] = ACTIONS(2808), + [anon_sym_throw] = ACTIONS(2808), + [anon_sym_namespace] = ACTIONS(2808), + [anon_sym_using] = ACTIONS(2808), + [anon_sym_static_assert] = ACTIONS(2808), + [anon_sym_concept] = ACTIONS(2808), + [anon_sym_co_return] = ACTIONS(2808), + [anon_sym_co_yield] = ACTIONS(2808), + [anon_sym_R_DQUOTE] = ACTIONS(2810), + [anon_sym_LR_DQUOTE] = ACTIONS(2810), + [anon_sym_uR_DQUOTE] = ACTIONS(2810), + [anon_sym_UR_DQUOTE] = ACTIONS(2810), + [anon_sym_u8R_DQUOTE] = ACTIONS(2810), + [anon_sym_co_await] = ACTIONS(2808), + [anon_sym_new] = ACTIONS(2808), + [anon_sym_requires] = ACTIONS(2808), + [sym_this] = ACTIONS(2808), + [sym_nullptr] = ACTIONS(2808), }, [529] = { - [sym_identifier] = ACTIONS(2810), - [aux_sym_preproc_include_token1] = ACTIONS(2810), - [aux_sym_preproc_def_token1] = ACTIONS(2810), - [aux_sym_preproc_if_token1] = ACTIONS(2810), - [aux_sym_preproc_if_token2] = ACTIONS(2810), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2810), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2810), - [aux_sym_preproc_else_token1] = ACTIONS(2810), - [aux_sym_preproc_elif_token1] = ACTIONS(2810), - [sym_preproc_directive] = ACTIONS(2810), - [anon_sym_LPAREN2] = ACTIONS(2812), - [anon_sym_BANG] = ACTIONS(2812), - [anon_sym_TILDE] = ACTIONS(2812), - [anon_sym_DASH] = ACTIONS(2810), - [anon_sym_PLUS] = ACTIONS(2810), - [anon_sym_STAR] = ACTIONS(2812), - [anon_sym_AMP_AMP] = ACTIONS(2812), - [anon_sym_AMP] = ACTIONS(2810), - [anon_sym_SEMI] = ACTIONS(2812), - [anon_sym_typedef] = ACTIONS(2810), - [anon_sym_extern] = ACTIONS(2810), - [anon_sym___attribute__] = ACTIONS(2810), - [anon_sym_COLON_COLON] = ACTIONS(2812), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2812), - [anon_sym___declspec] = ACTIONS(2810), - [anon_sym___based] = ACTIONS(2810), - [anon_sym___cdecl] = ACTIONS(2810), - [anon_sym___clrcall] = ACTIONS(2810), - [anon_sym___stdcall] = ACTIONS(2810), - [anon_sym___fastcall] = ACTIONS(2810), - [anon_sym___thiscall] = ACTIONS(2810), - [anon_sym___vectorcall] = ACTIONS(2810), - [anon_sym_LBRACE] = ACTIONS(2812), - [anon_sym_LBRACK] = ACTIONS(2810), - [anon_sym_static] = ACTIONS(2810), - [anon_sym_register] = ACTIONS(2810), - [anon_sym_inline] = ACTIONS(2810), - [anon_sym_thread_local] = ACTIONS(2810), - [anon_sym_const] = ACTIONS(2810), - [anon_sym_volatile] = ACTIONS(2810), - [anon_sym_restrict] = ACTIONS(2810), - [anon_sym__Atomic] = ACTIONS(2810), - [anon_sym_mutable] = ACTIONS(2810), - [anon_sym_constexpr] = ACTIONS(2810), - [anon_sym_constinit] = ACTIONS(2810), - [anon_sym_consteval] = ACTIONS(2810), - [anon_sym_signed] = ACTIONS(2810), - [anon_sym_unsigned] = ACTIONS(2810), - [anon_sym_long] = ACTIONS(2810), - [anon_sym_short] = ACTIONS(2810), - [sym_primitive_type] = ACTIONS(2810), - [anon_sym_enum] = ACTIONS(2810), - [anon_sym_class] = ACTIONS(2810), - [anon_sym_struct] = ACTIONS(2810), - [anon_sym_union] = ACTIONS(2810), - [anon_sym_if] = ACTIONS(2810), - [anon_sym_switch] = ACTIONS(2810), - [anon_sym_case] = ACTIONS(2810), - [anon_sym_default] = ACTIONS(2810), - [anon_sym_while] = ACTIONS(2810), - [anon_sym_do] = ACTIONS(2810), - [anon_sym_for] = ACTIONS(2810), - [anon_sym_return] = ACTIONS(2810), - [anon_sym_break] = ACTIONS(2810), - [anon_sym_continue] = ACTIONS(2810), - [anon_sym_goto] = ACTIONS(2810), - [anon_sym_not] = ACTIONS(2810), - [anon_sym_compl] = ACTIONS(2810), - [anon_sym_DASH_DASH] = ACTIONS(2812), - [anon_sym_PLUS_PLUS] = ACTIONS(2812), - [anon_sym_sizeof] = ACTIONS(2810), - [sym_number_literal] = ACTIONS(2812), - [anon_sym_L_SQUOTE] = ACTIONS(2812), - [anon_sym_u_SQUOTE] = ACTIONS(2812), - [anon_sym_U_SQUOTE] = ACTIONS(2812), - [anon_sym_u8_SQUOTE] = ACTIONS(2812), - [anon_sym_SQUOTE] = ACTIONS(2812), - [anon_sym_L_DQUOTE] = ACTIONS(2812), - [anon_sym_u_DQUOTE] = ACTIONS(2812), - [anon_sym_U_DQUOTE] = ACTIONS(2812), - [anon_sym_u8_DQUOTE] = ACTIONS(2812), - [anon_sym_DQUOTE] = ACTIONS(2812), - [sym_true] = ACTIONS(2810), - [sym_false] = ACTIONS(2810), - [sym_null] = ACTIONS(2810), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2810), - [anon_sym_decltype] = ACTIONS(2810), - [anon_sym_virtual] = ACTIONS(2810), - [anon_sym_explicit] = ACTIONS(2810), - [anon_sym_typename] = ACTIONS(2810), - [anon_sym_template] = ACTIONS(2810), - [anon_sym_operator] = ACTIONS(2810), - [anon_sym_try] = ACTIONS(2810), - [anon_sym_delete] = ACTIONS(2810), - [anon_sym_throw] = ACTIONS(2810), - [anon_sym_namespace] = ACTIONS(2810), - [anon_sym_using] = ACTIONS(2810), - [anon_sym_static_assert] = ACTIONS(2810), - [anon_sym_concept] = ACTIONS(2810), - [anon_sym_co_return] = ACTIONS(2810), - [anon_sym_co_yield] = ACTIONS(2810), - [anon_sym_R_DQUOTE] = ACTIONS(2812), - [anon_sym_LR_DQUOTE] = ACTIONS(2812), - [anon_sym_uR_DQUOTE] = ACTIONS(2812), - [anon_sym_UR_DQUOTE] = ACTIONS(2812), - [anon_sym_u8R_DQUOTE] = ACTIONS(2812), - [anon_sym_co_await] = ACTIONS(2810), - [anon_sym_new] = ACTIONS(2810), - [anon_sym_requires] = ACTIONS(2810), - [sym_this] = ACTIONS(2810), - [sym_nullptr] = ACTIONS(2810), + [sym_identifier] = ACTIONS(2812), + [aux_sym_preproc_include_token1] = ACTIONS(2812), + [aux_sym_preproc_def_token1] = ACTIONS(2812), + [aux_sym_preproc_if_token1] = ACTIONS(2812), + [aux_sym_preproc_if_token2] = ACTIONS(2812), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2812), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2812), + [aux_sym_preproc_else_token1] = ACTIONS(2812), + [aux_sym_preproc_elif_token1] = ACTIONS(2812), + [sym_preproc_directive] = ACTIONS(2812), + [anon_sym_LPAREN2] = ACTIONS(2814), + [anon_sym_BANG] = ACTIONS(2814), + [anon_sym_TILDE] = ACTIONS(2814), + [anon_sym_DASH] = ACTIONS(2812), + [anon_sym_PLUS] = ACTIONS(2812), + [anon_sym_STAR] = ACTIONS(2814), + [anon_sym_AMP_AMP] = ACTIONS(2814), + [anon_sym_AMP] = ACTIONS(2812), + [anon_sym_SEMI] = ACTIONS(2814), + [anon_sym_typedef] = ACTIONS(2812), + [anon_sym_extern] = ACTIONS(2812), + [anon_sym___attribute__] = ACTIONS(2812), + [anon_sym_COLON_COLON] = ACTIONS(2814), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2814), + [anon_sym___declspec] = ACTIONS(2812), + [anon_sym___based] = ACTIONS(2812), + [anon_sym___cdecl] = ACTIONS(2812), + [anon_sym___clrcall] = ACTIONS(2812), + [anon_sym___stdcall] = ACTIONS(2812), + [anon_sym___fastcall] = ACTIONS(2812), + [anon_sym___thiscall] = ACTIONS(2812), + [anon_sym___vectorcall] = ACTIONS(2812), + [anon_sym_LBRACE] = ACTIONS(2814), + [anon_sym_LBRACK] = ACTIONS(2812), + [anon_sym_static] = ACTIONS(2812), + [anon_sym_register] = ACTIONS(2812), + [anon_sym_inline] = ACTIONS(2812), + [anon_sym_thread_local] = ACTIONS(2812), + [anon_sym_const] = ACTIONS(2812), + [anon_sym_volatile] = ACTIONS(2812), + [anon_sym_restrict] = ACTIONS(2812), + [anon_sym__Atomic] = ACTIONS(2812), + [anon_sym_mutable] = ACTIONS(2812), + [anon_sym_constexpr] = ACTIONS(2812), + [anon_sym_constinit] = ACTIONS(2812), + [anon_sym_consteval] = ACTIONS(2812), + [anon_sym_signed] = ACTIONS(2812), + [anon_sym_unsigned] = ACTIONS(2812), + [anon_sym_long] = ACTIONS(2812), + [anon_sym_short] = ACTIONS(2812), + [sym_primitive_type] = ACTIONS(2812), + [anon_sym_enum] = ACTIONS(2812), + [anon_sym_class] = ACTIONS(2812), + [anon_sym_struct] = ACTIONS(2812), + [anon_sym_union] = ACTIONS(2812), + [anon_sym_if] = ACTIONS(2812), + [anon_sym_switch] = ACTIONS(2812), + [anon_sym_case] = ACTIONS(2812), + [anon_sym_default] = ACTIONS(2812), + [anon_sym_while] = ACTIONS(2812), + [anon_sym_do] = ACTIONS(2812), + [anon_sym_for] = ACTIONS(2812), + [anon_sym_return] = ACTIONS(2812), + [anon_sym_break] = ACTIONS(2812), + [anon_sym_continue] = ACTIONS(2812), + [anon_sym_goto] = ACTIONS(2812), + [anon_sym_not] = ACTIONS(2812), + [anon_sym_compl] = ACTIONS(2812), + [anon_sym_DASH_DASH] = ACTIONS(2814), + [anon_sym_PLUS_PLUS] = ACTIONS(2814), + [anon_sym_sizeof] = ACTIONS(2812), + [sym_number_literal] = ACTIONS(2814), + [anon_sym_L_SQUOTE] = ACTIONS(2814), + [anon_sym_u_SQUOTE] = ACTIONS(2814), + [anon_sym_U_SQUOTE] = ACTIONS(2814), + [anon_sym_u8_SQUOTE] = ACTIONS(2814), + [anon_sym_SQUOTE] = ACTIONS(2814), + [anon_sym_L_DQUOTE] = ACTIONS(2814), + [anon_sym_u_DQUOTE] = ACTIONS(2814), + [anon_sym_U_DQUOTE] = ACTIONS(2814), + [anon_sym_u8_DQUOTE] = ACTIONS(2814), + [anon_sym_DQUOTE] = ACTIONS(2814), + [sym_true] = ACTIONS(2812), + [sym_false] = ACTIONS(2812), + [sym_null] = ACTIONS(2812), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2812), + [anon_sym_decltype] = ACTIONS(2812), + [anon_sym_virtual] = ACTIONS(2812), + [anon_sym_explicit] = ACTIONS(2812), + [anon_sym_typename] = ACTIONS(2812), + [anon_sym_template] = ACTIONS(2812), + [anon_sym_operator] = ACTIONS(2812), + [anon_sym_try] = ACTIONS(2812), + [anon_sym_delete] = ACTIONS(2812), + [anon_sym_throw] = ACTIONS(2812), + [anon_sym_namespace] = ACTIONS(2812), + [anon_sym_using] = ACTIONS(2812), + [anon_sym_static_assert] = ACTIONS(2812), + [anon_sym_concept] = ACTIONS(2812), + [anon_sym_co_return] = ACTIONS(2812), + [anon_sym_co_yield] = ACTIONS(2812), + [anon_sym_R_DQUOTE] = ACTIONS(2814), + [anon_sym_LR_DQUOTE] = ACTIONS(2814), + [anon_sym_uR_DQUOTE] = ACTIONS(2814), + [anon_sym_UR_DQUOTE] = ACTIONS(2814), + [anon_sym_u8R_DQUOTE] = ACTIONS(2814), + [anon_sym_co_await] = ACTIONS(2812), + [anon_sym_new] = ACTIONS(2812), + [anon_sym_requires] = ACTIONS(2812), + [sym_this] = ACTIONS(2812), + [sym_nullptr] = ACTIONS(2812), }, [530] = { - [sym_identifier] = ACTIONS(2814), - [aux_sym_preproc_include_token1] = ACTIONS(2814), - [aux_sym_preproc_def_token1] = ACTIONS(2814), - [aux_sym_preproc_if_token1] = ACTIONS(2814), - [aux_sym_preproc_if_token2] = ACTIONS(2814), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2814), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2814), - [aux_sym_preproc_else_token1] = ACTIONS(2814), - [aux_sym_preproc_elif_token1] = ACTIONS(2814), - [sym_preproc_directive] = ACTIONS(2814), - [anon_sym_LPAREN2] = ACTIONS(2816), - [anon_sym_BANG] = ACTIONS(2816), - [anon_sym_TILDE] = ACTIONS(2816), - [anon_sym_DASH] = ACTIONS(2814), - [anon_sym_PLUS] = ACTIONS(2814), - [anon_sym_STAR] = ACTIONS(2816), - [anon_sym_AMP_AMP] = ACTIONS(2816), - [anon_sym_AMP] = ACTIONS(2814), - [anon_sym_SEMI] = ACTIONS(2816), - [anon_sym_typedef] = ACTIONS(2814), - [anon_sym_extern] = ACTIONS(2814), - [anon_sym___attribute__] = ACTIONS(2814), - [anon_sym_COLON_COLON] = ACTIONS(2816), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2816), - [anon_sym___declspec] = ACTIONS(2814), - [anon_sym___based] = ACTIONS(2814), - [anon_sym___cdecl] = ACTIONS(2814), - [anon_sym___clrcall] = ACTIONS(2814), - [anon_sym___stdcall] = ACTIONS(2814), - [anon_sym___fastcall] = ACTIONS(2814), - [anon_sym___thiscall] = ACTIONS(2814), - [anon_sym___vectorcall] = ACTIONS(2814), - [anon_sym_LBRACE] = ACTIONS(2816), - [anon_sym_LBRACK] = ACTIONS(2814), - [anon_sym_static] = ACTIONS(2814), - [anon_sym_register] = ACTIONS(2814), - [anon_sym_inline] = ACTIONS(2814), - [anon_sym_thread_local] = ACTIONS(2814), - [anon_sym_const] = ACTIONS(2814), - [anon_sym_volatile] = ACTIONS(2814), - [anon_sym_restrict] = ACTIONS(2814), - [anon_sym__Atomic] = ACTIONS(2814), - [anon_sym_mutable] = ACTIONS(2814), - [anon_sym_constexpr] = ACTIONS(2814), - [anon_sym_constinit] = ACTIONS(2814), - [anon_sym_consteval] = ACTIONS(2814), - [anon_sym_signed] = ACTIONS(2814), - [anon_sym_unsigned] = ACTIONS(2814), - [anon_sym_long] = ACTIONS(2814), - [anon_sym_short] = ACTIONS(2814), - [sym_primitive_type] = ACTIONS(2814), - [anon_sym_enum] = ACTIONS(2814), - [anon_sym_class] = ACTIONS(2814), - [anon_sym_struct] = ACTIONS(2814), - [anon_sym_union] = ACTIONS(2814), - [anon_sym_if] = ACTIONS(2814), - [anon_sym_switch] = ACTIONS(2814), - [anon_sym_case] = ACTIONS(2814), - [anon_sym_default] = ACTIONS(2814), - [anon_sym_while] = ACTIONS(2814), - [anon_sym_do] = ACTIONS(2814), - [anon_sym_for] = ACTIONS(2814), - [anon_sym_return] = ACTIONS(2814), - [anon_sym_break] = ACTIONS(2814), - [anon_sym_continue] = ACTIONS(2814), - [anon_sym_goto] = ACTIONS(2814), - [anon_sym_not] = ACTIONS(2814), - [anon_sym_compl] = ACTIONS(2814), - [anon_sym_DASH_DASH] = ACTIONS(2816), - [anon_sym_PLUS_PLUS] = ACTIONS(2816), - [anon_sym_sizeof] = ACTIONS(2814), - [sym_number_literal] = ACTIONS(2816), - [anon_sym_L_SQUOTE] = ACTIONS(2816), - [anon_sym_u_SQUOTE] = ACTIONS(2816), - [anon_sym_U_SQUOTE] = ACTIONS(2816), - [anon_sym_u8_SQUOTE] = ACTIONS(2816), - [anon_sym_SQUOTE] = ACTIONS(2816), - [anon_sym_L_DQUOTE] = ACTIONS(2816), - [anon_sym_u_DQUOTE] = ACTIONS(2816), - [anon_sym_U_DQUOTE] = ACTIONS(2816), - [anon_sym_u8_DQUOTE] = ACTIONS(2816), - [anon_sym_DQUOTE] = ACTIONS(2816), - [sym_true] = ACTIONS(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2814), - [anon_sym_decltype] = ACTIONS(2814), - [anon_sym_virtual] = ACTIONS(2814), - [anon_sym_explicit] = ACTIONS(2814), - [anon_sym_typename] = ACTIONS(2814), - [anon_sym_template] = ACTIONS(2814), - [anon_sym_operator] = ACTIONS(2814), - [anon_sym_try] = ACTIONS(2814), - [anon_sym_delete] = ACTIONS(2814), - [anon_sym_throw] = ACTIONS(2814), - [anon_sym_namespace] = ACTIONS(2814), - [anon_sym_using] = ACTIONS(2814), - [anon_sym_static_assert] = ACTIONS(2814), - [anon_sym_concept] = ACTIONS(2814), - [anon_sym_co_return] = ACTIONS(2814), - [anon_sym_co_yield] = ACTIONS(2814), - [anon_sym_R_DQUOTE] = ACTIONS(2816), - [anon_sym_LR_DQUOTE] = ACTIONS(2816), - [anon_sym_uR_DQUOTE] = ACTIONS(2816), - [anon_sym_UR_DQUOTE] = ACTIONS(2816), - [anon_sym_u8R_DQUOTE] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2814), - [anon_sym_new] = ACTIONS(2814), - [anon_sym_requires] = ACTIONS(2814), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), + [sym_identifier] = ACTIONS(2816), + [aux_sym_preproc_include_token1] = ACTIONS(2816), + [aux_sym_preproc_def_token1] = ACTIONS(2816), + [aux_sym_preproc_if_token1] = ACTIONS(2816), + [aux_sym_preproc_if_token2] = ACTIONS(2816), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2816), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2816), + [aux_sym_preproc_else_token1] = ACTIONS(2816), + [aux_sym_preproc_elif_token1] = ACTIONS(2816), + [sym_preproc_directive] = ACTIONS(2816), + [anon_sym_LPAREN2] = ACTIONS(2818), + [anon_sym_BANG] = ACTIONS(2818), + [anon_sym_TILDE] = ACTIONS(2818), + [anon_sym_DASH] = ACTIONS(2816), + [anon_sym_PLUS] = ACTIONS(2816), + [anon_sym_STAR] = ACTIONS(2818), + [anon_sym_AMP_AMP] = ACTIONS(2818), + [anon_sym_AMP] = ACTIONS(2816), + [anon_sym_SEMI] = ACTIONS(2818), + [anon_sym_typedef] = ACTIONS(2816), + [anon_sym_extern] = ACTIONS(2816), + [anon_sym___attribute__] = ACTIONS(2816), + [anon_sym_COLON_COLON] = ACTIONS(2818), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2818), + [anon_sym___declspec] = ACTIONS(2816), + [anon_sym___based] = ACTIONS(2816), + [anon_sym___cdecl] = ACTIONS(2816), + [anon_sym___clrcall] = ACTIONS(2816), + [anon_sym___stdcall] = ACTIONS(2816), + [anon_sym___fastcall] = ACTIONS(2816), + [anon_sym___thiscall] = ACTIONS(2816), + [anon_sym___vectorcall] = ACTIONS(2816), + [anon_sym_LBRACE] = ACTIONS(2818), + [anon_sym_LBRACK] = ACTIONS(2816), + [anon_sym_static] = ACTIONS(2816), + [anon_sym_register] = ACTIONS(2816), + [anon_sym_inline] = ACTIONS(2816), + [anon_sym_thread_local] = ACTIONS(2816), + [anon_sym_const] = ACTIONS(2816), + [anon_sym_volatile] = ACTIONS(2816), + [anon_sym_restrict] = ACTIONS(2816), + [anon_sym__Atomic] = ACTIONS(2816), + [anon_sym_mutable] = ACTIONS(2816), + [anon_sym_constexpr] = ACTIONS(2816), + [anon_sym_constinit] = ACTIONS(2816), + [anon_sym_consteval] = ACTIONS(2816), + [anon_sym_signed] = ACTIONS(2816), + [anon_sym_unsigned] = ACTIONS(2816), + [anon_sym_long] = ACTIONS(2816), + [anon_sym_short] = ACTIONS(2816), + [sym_primitive_type] = ACTIONS(2816), + [anon_sym_enum] = ACTIONS(2816), + [anon_sym_class] = ACTIONS(2816), + [anon_sym_struct] = ACTIONS(2816), + [anon_sym_union] = ACTIONS(2816), + [anon_sym_if] = ACTIONS(2816), + [anon_sym_switch] = ACTIONS(2816), + [anon_sym_case] = ACTIONS(2816), + [anon_sym_default] = ACTIONS(2816), + [anon_sym_while] = ACTIONS(2816), + [anon_sym_do] = ACTIONS(2816), + [anon_sym_for] = ACTIONS(2816), + [anon_sym_return] = ACTIONS(2816), + [anon_sym_break] = ACTIONS(2816), + [anon_sym_continue] = ACTIONS(2816), + [anon_sym_goto] = ACTIONS(2816), + [anon_sym_not] = ACTIONS(2816), + [anon_sym_compl] = ACTIONS(2816), + [anon_sym_DASH_DASH] = ACTIONS(2818), + [anon_sym_PLUS_PLUS] = ACTIONS(2818), + [anon_sym_sizeof] = ACTIONS(2816), + [sym_number_literal] = ACTIONS(2818), + [anon_sym_L_SQUOTE] = ACTIONS(2818), + [anon_sym_u_SQUOTE] = ACTIONS(2818), + [anon_sym_U_SQUOTE] = ACTIONS(2818), + [anon_sym_u8_SQUOTE] = ACTIONS(2818), + [anon_sym_SQUOTE] = ACTIONS(2818), + [anon_sym_L_DQUOTE] = ACTIONS(2818), + [anon_sym_u_DQUOTE] = ACTIONS(2818), + [anon_sym_U_DQUOTE] = ACTIONS(2818), + [anon_sym_u8_DQUOTE] = ACTIONS(2818), + [anon_sym_DQUOTE] = ACTIONS(2818), + [sym_true] = ACTIONS(2816), + [sym_false] = ACTIONS(2816), + [sym_null] = ACTIONS(2816), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2816), + [anon_sym_decltype] = ACTIONS(2816), + [anon_sym_virtual] = ACTIONS(2816), + [anon_sym_explicit] = ACTIONS(2816), + [anon_sym_typename] = ACTIONS(2816), + [anon_sym_template] = ACTIONS(2816), + [anon_sym_operator] = ACTIONS(2816), + [anon_sym_try] = ACTIONS(2816), + [anon_sym_delete] = ACTIONS(2816), + [anon_sym_throw] = ACTIONS(2816), + [anon_sym_namespace] = ACTIONS(2816), + [anon_sym_using] = ACTIONS(2816), + [anon_sym_static_assert] = ACTIONS(2816), + [anon_sym_concept] = ACTIONS(2816), + [anon_sym_co_return] = ACTIONS(2816), + [anon_sym_co_yield] = ACTIONS(2816), + [anon_sym_R_DQUOTE] = ACTIONS(2818), + [anon_sym_LR_DQUOTE] = ACTIONS(2818), + [anon_sym_uR_DQUOTE] = ACTIONS(2818), + [anon_sym_UR_DQUOTE] = ACTIONS(2818), + [anon_sym_u8R_DQUOTE] = ACTIONS(2818), + [anon_sym_co_await] = ACTIONS(2816), + [anon_sym_new] = ACTIONS(2816), + [anon_sym_requires] = ACTIONS(2816), + [sym_this] = ACTIONS(2816), + [sym_nullptr] = ACTIONS(2816), }, [531] = { - [sym_identifier] = ACTIONS(2818), - [aux_sym_preproc_include_token1] = ACTIONS(2818), - [aux_sym_preproc_def_token1] = ACTIONS(2818), - [aux_sym_preproc_if_token1] = ACTIONS(2818), - [aux_sym_preproc_if_token2] = ACTIONS(2818), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2818), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2818), - [aux_sym_preproc_else_token1] = ACTIONS(2818), - [aux_sym_preproc_elif_token1] = ACTIONS(2818), - [sym_preproc_directive] = ACTIONS(2818), - [anon_sym_LPAREN2] = ACTIONS(2820), - [anon_sym_BANG] = ACTIONS(2820), - [anon_sym_TILDE] = ACTIONS(2820), - [anon_sym_DASH] = ACTIONS(2818), - [anon_sym_PLUS] = ACTIONS(2818), - [anon_sym_STAR] = ACTIONS(2820), - [anon_sym_AMP_AMP] = ACTIONS(2820), - [anon_sym_AMP] = ACTIONS(2818), - [anon_sym_SEMI] = ACTIONS(2820), - [anon_sym_typedef] = ACTIONS(2818), - [anon_sym_extern] = ACTIONS(2818), - [anon_sym___attribute__] = ACTIONS(2818), - [anon_sym_COLON_COLON] = ACTIONS(2820), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2820), - [anon_sym___declspec] = ACTIONS(2818), - [anon_sym___based] = ACTIONS(2818), - [anon_sym___cdecl] = ACTIONS(2818), - [anon_sym___clrcall] = ACTIONS(2818), - [anon_sym___stdcall] = ACTIONS(2818), - [anon_sym___fastcall] = ACTIONS(2818), - [anon_sym___thiscall] = ACTIONS(2818), - [anon_sym___vectorcall] = ACTIONS(2818), - [anon_sym_LBRACE] = ACTIONS(2820), - [anon_sym_LBRACK] = ACTIONS(2818), - [anon_sym_static] = ACTIONS(2818), - [anon_sym_register] = ACTIONS(2818), - [anon_sym_inline] = ACTIONS(2818), - [anon_sym_thread_local] = ACTIONS(2818), - [anon_sym_const] = ACTIONS(2818), - [anon_sym_volatile] = ACTIONS(2818), - [anon_sym_restrict] = ACTIONS(2818), - [anon_sym__Atomic] = ACTIONS(2818), - [anon_sym_mutable] = ACTIONS(2818), - [anon_sym_constexpr] = ACTIONS(2818), - [anon_sym_constinit] = ACTIONS(2818), - [anon_sym_consteval] = ACTIONS(2818), - [anon_sym_signed] = ACTIONS(2818), - [anon_sym_unsigned] = ACTIONS(2818), - [anon_sym_long] = ACTIONS(2818), - [anon_sym_short] = ACTIONS(2818), - [sym_primitive_type] = ACTIONS(2818), - [anon_sym_enum] = ACTIONS(2818), - [anon_sym_class] = ACTIONS(2818), - [anon_sym_struct] = ACTIONS(2818), - [anon_sym_union] = ACTIONS(2818), - [anon_sym_if] = ACTIONS(2818), - [anon_sym_switch] = ACTIONS(2818), - [anon_sym_case] = ACTIONS(2818), - [anon_sym_default] = ACTIONS(2818), - [anon_sym_while] = ACTIONS(2818), - [anon_sym_do] = ACTIONS(2818), - [anon_sym_for] = ACTIONS(2818), - [anon_sym_return] = ACTIONS(2818), - [anon_sym_break] = ACTIONS(2818), - [anon_sym_continue] = ACTIONS(2818), - [anon_sym_goto] = ACTIONS(2818), - [anon_sym_not] = ACTIONS(2818), - [anon_sym_compl] = ACTIONS(2818), - [anon_sym_DASH_DASH] = ACTIONS(2820), - [anon_sym_PLUS_PLUS] = ACTIONS(2820), - [anon_sym_sizeof] = ACTIONS(2818), - [sym_number_literal] = ACTIONS(2820), - [anon_sym_L_SQUOTE] = ACTIONS(2820), - [anon_sym_u_SQUOTE] = ACTIONS(2820), - [anon_sym_U_SQUOTE] = ACTIONS(2820), - [anon_sym_u8_SQUOTE] = ACTIONS(2820), - [anon_sym_SQUOTE] = ACTIONS(2820), - [anon_sym_L_DQUOTE] = ACTIONS(2820), - [anon_sym_u_DQUOTE] = ACTIONS(2820), - [anon_sym_U_DQUOTE] = ACTIONS(2820), - [anon_sym_u8_DQUOTE] = ACTIONS(2820), - [anon_sym_DQUOTE] = ACTIONS(2820), - [sym_true] = ACTIONS(2818), - [sym_false] = ACTIONS(2818), - [sym_null] = ACTIONS(2818), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2818), - [anon_sym_decltype] = ACTIONS(2818), - [anon_sym_virtual] = ACTIONS(2818), - [anon_sym_explicit] = ACTIONS(2818), - [anon_sym_typename] = ACTIONS(2818), - [anon_sym_template] = ACTIONS(2818), - [anon_sym_operator] = ACTIONS(2818), - [anon_sym_try] = ACTIONS(2818), - [anon_sym_delete] = ACTIONS(2818), - [anon_sym_throw] = ACTIONS(2818), - [anon_sym_namespace] = ACTIONS(2818), - [anon_sym_using] = ACTIONS(2818), - [anon_sym_static_assert] = ACTIONS(2818), - [anon_sym_concept] = ACTIONS(2818), - [anon_sym_co_return] = ACTIONS(2818), - [anon_sym_co_yield] = ACTIONS(2818), - [anon_sym_R_DQUOTE] = ACTIONS(2820), - [anon_sym_LR_DQUOTE] = ACTIONS(2820), - [anon_sym_uR_DQUOTE] = ACTIONS(2820), - [anon_sym_UR_DQUOTE] = ACTIONS(2820), - [anon_sym_u8R_DQUOTE] = ACTIONS(2820), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2818), - [anon_sym_requires] = ACTIONS(2818), - [sym_this] = ACTIONS(2818), - [sym_nullptr] = ACTIONS(2818), + [sym_identifier] = ACTIONS(2820), + [aux_sym_preproc_include_token1] = ACTIONS(2820), + [aux_sym_preproc_def_token1] = ACTIONS(2820), + [aux_sym_preproc_if_token1] = ACTIONS(2820), + [aux_sym_preproc_if_token2] = ACTIONS(2820), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2820), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2820), + [aux_sym_preproc_else_token1] = ACTIONS(2820), + [aux_sym_preproc_elif_token1] = ACTIONS(2820), + [sym_preproc_directive] = ACTIONS(2820), + [anon_sym_LPAREN2] = ACTIONS(2822), + [anon_sym_BANG] = ACTIONS(2822), + [anon_sym_TILDE] = ACTIONS(2822), + [anon_sym_DASH] = ACTIONS(2820), + [anon_sym_PLUS] = ACTIONS(2820), + [anon_sym_STAR] = ACTIONS(2822), + [anon_sym_AMP_AMP] = ACTIONS(2822), + [anon_sym_AMP] = ACTIONS(2820), + [anon_sym_SEMI] = ACTIONS(2822), + [anon_sym_typedef] = ACTIONS(2820), + [anon_sym_extern] = ACTIONS(2820), + [anon_sym___attribute__] = ACTIONS(2820), + [anon_sym_COLON_COLON] = ACTIONS(2822), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2822), + [anon_sym___declspec] = ACTIONS(2820), + [anon_sym___based] = ACTIONS(2820), + [anon_sym___cdecl] = ACTIONS(2820), + [anon_sym___clrcall] = ACTIONS(2820), + [anon_sym___stdcall] = ACTIONS(2820), + [anon_sym___fastcall] = ACTIONS(2820), + [anon_sym___thiscall] = ACTIONS(2820), + [anon_sym___vectorcall] = ACTIONS(2820), + [anon_sym_LBRACE] = ACTIONS(2822), + [anon_sym_LBRACK] = ACTIONS(2820), + [anon_sym_static] = ACTIONS(2820), + [anon_sym_register] = ACTIONS(2820), + [anon_sym_inline] = ACTIONS(2820), + [anon_sym_thread_local] = ACTIONS(2820), + [anon_sym_const] = ACTIONS(2820), + [anon_sym_volatile] = ACTIONS(2820), + [anon_sym_restrict] = ACTIONS(2820), + [anon_sym__Atomic] = ACTIONS(2820), + [anon_sym_mutable] = ACTIONS(2820), + [anon_sym_constexpr] = ACTIONS(2820), + [anon_sym_constinit] = ACTIONS(2820), + [anon_sym_consteval] = ACTIONS(2820), + [anon_sym_signed] = ACTIONS(2820), + [anon_sym_unsigned] = ACTIONS(2820), + [anon_sym_long] = ACTIONS(2820), + [anon_sym_short] = ACTIONS(2820), + [sym_primitive_type] = ACTIONS(2820), + [anon_sym_enum] = ACTIONS(2820), + [anon_sym_class] = ACTIONS(2820), + [anon_sym_struct] = ACTIONS(2820), + [anon_sym_union] = ACTIONS(2820), + [anon_sym_if] = ACTIONS(2820), + [anon_sym_switch] = ACTIONS(2820), + [anon_sym_case] = ACTIONS(2820), + [anon_sym_default] = ACTIONS(2820), + [anon_sym_while] = ACTIONS(2820), + [anon_sym_do] = ACTIONS(2820), + [anon_sym_for] = ACTIONS(2820), + [anon_sym_return] = ACTIONS(2820), + [anon_sym_break] = ACTIONS(2820), + [anon_sym_continue] = ACTIONS(2820), + [anon_sym_goto] = ACTIONS(2820), + [anon_sym_not] = ACTIONS(2820), + [anon_sym_compl] = ACTIONS(2820), + [anon_sym_DASH_DASH] = ACTIONS(2822), + [anon_sym_PLUS_PLUS] = ACTIONS(2822), + [anon_sym_sizeof] = ACTIONS(2820), + [sym_number_literal] = ACTIONS(2822), + [anon_sym_L_SQUOTE] = ACTIONS(2822), + [anon_sym_u_SQUOTE] = ACTIONS(2822), + [anon_sym_U_SQUOTE] = ACTIONS(2822), + [anon_sym_u8_SQUOTE] = ACTIONS(2822), + [anon_sym_SQUOTE] = ACTIONS(2822), + [anon_sym_L_DQUOTE] = ACTIONS(2822), + [anon_sym_u_DQUOTE] = ACTIONS(2822), + [anon_sym_U_DQUOTE] = ACTIONS(2822), + [anon_sym_u8_DQUOTE] = ACTIONS(2822), + [anon_sym_DQUOTE] = ACTIONS(2822), + [sym_true] = ACTIONS(2820), + [sym_false] = ACTIONS(2820), + [sym_null] = ACTIONS(2820), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2820), + [anon_sym_decltype] = ACTIONS(2820), + [anon_sym_virtual] = ACTIONS(2820), + [anon_sym_explicit] = ACTIONS(2820), + [anon_sym_typename] = ACTIONS(2820), + [anon_sym_template] = ACTIONS(2820), + [anon_sym_operator] = ACTIONS(2820), + [anon_sym_try] = ACTIONS(2820), + [anon_sym_delete] = ACTIONS(2820), + [anon_sym_throw] = ACTIONS(2820), + [anon_sym_namespace] = ACTIONS(2820), + [anon_sym_using] = ACTIONS(2820), + [anon_sym_static_assert] = ACTIONS(2820), + [anon_sym_concept] = ACTIONS(2820), + [anon_sym_co_return] = ACTIONS(2820), + [anon_sym_co_yield] = ACTIONS(2820), + [anon_sym_R_DQUOTE] = ACTIONS(2822), + [anon_sym_LR_DQUOTE] = ACTIONS(2822), + [anon_sym_uR_DQUOTE] = ACTIONS(2822), + [anon_sym_UR_DQUOTE] = ACTIONS(2822), + [anon_sym_u8R_DQUOTE] = ACTIONS(2822), + [anon_sym_co_await] = ACTIONS(2820), + [anon_sym_new] = ACTIONS(2820), + [anon_sym_requires] = ACTIONS(2820), + [sym_this] = ACTIONS(2820), + [sym_nullptr] = ACTIONS(2820), }, [532] = { - [sym_identifier] = ACTIONS(2822), - [aux_sym_preproc_include_token1] = ACTIONS(2822), - [aux_sym_preproc_def_token1] = ACTIONS(2822), - [aux_sym_preproc_if_token1] = ACTIONS(2822), - [aux_sym_preproc_if_token2] = ACTIONS(2822), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2822), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2822), - [aux_sym_preproc_else_token1] = ACTIONS(2822), - [aux_sym_preproc_elif_token1] = ACTIONS(2822), - [sym_preproc_directive] = ACTIONS(2822), - [anon_sym_LPAREN2] = ACTIONS(2824), - [anon_sym_BANG] = ACTIONS(2824), - [anon_sym_TILDE] = ACTIONS(2824), - [anon_sym_DASH] = ACTIONS(2822), - [anon_sym_PLUS] = ACTIONS(2822), - [anon_sym_STAR] = ACTIONS(2824), - [anon_sym_AMP_AMP] = ACTIONS(2824), - [anon_sym_AMP] = ACTIONS(2822), - [anon_sym_SEMI] = ACTIONS(2824), - [anon_sym_typedef] = ACTIONS(2822), - [anon_sym_extern] = ACTIONS(2822), - [anon_sym___attribute__] = ACTIONS(2822), - [anon_sym_COLON_COLON] = ACTIONS(2824), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2824), - [anon_sym___declspec] = ACTIONS(2822), - [anon_sym___based] = ACTIONS(2822), - [anon_sym___cdecl] = ACTIONS(2822), - [anon_sym___clrcall] = ACTIONS(2822), - [anon_sym___stdcall] = ACTIONS(2822), - [anon_sym___fastcall] = ACTIONS(2822), - [anon_sym___thiscall] = ACTIONS(2822), - [anon_sym___vectorcall] = ACTIONS(2822), - [anon_sym_LBRACE] = ACTIONS(2824), - [anon_sym_LBRACK] = ACTIONS(2822), - [anon_sym_static] = ACTIONS(2822), - [anon_sym_register] = ACTIONS(2822), - [anon_sym_inline] = ACTIONS(2822), - [anon_sym_thread_local] = ACTIONS(2822), - [anon_sym_const] = ACTIONS(2822), - [anon_sym_volatile] = ACTIONS(2822), - [anon_sym_restrict] = ACTIONS(2822), - [anon_sym__Atomic] = ACTIONS(2822), - [anon_sym_mutable] = ACTIONS(2822), - [anon_sym_constexpr] = ACTIONS(2822), - [anon_sym_constinit] = ACTIONS(2822), - [anon_sym_consteval] = ACTIONS(2822), - [anon_sym_signed] = ACTIONS(2822), - [anon_sym_unsigned] = ACTIONS(2822), - [anon_sym_long] = ACTIONS(2822), - [anon_sym_short] = ACTIONS(2822), - [sym_primitive_type] = ACTIONS(2822), - [anon_sym_enum] = ACTIONS(2822), - [anon_sym_class] = ACTIONS(2822), - [anon_sym_struct] = ACTIONS(2822), - [anon_sym_union] = ACTIONS(2822), - [anon_sym_if] = ACTIONS(2822), - [anon_sym_switch] = ACTIONS(2822), - [anon_sym_case] = ACTIONS(2822), - [anon_sym_default] = ACTIONS(2822), - [anon_sym_while] = ACTIONS(2822), - [anon_sym_do] = ACTIONS(2822), - [anon_sym_for] = ACTIONS(2822), - [anon_sym_return] = ACTIONS(2822), - [anon_sym_break] = ACTIONS(2822), - [anon_sym_continue] = ACTIONS(2822), - [anon_sym_goto] = ACTIONS(2822), - [anon_sym_not] = ACTIONS(2822), - [anon_sym_compl] = ACTIONS(2822), - [anon_sym_DASH_DASH] = ACTIONS(2824), - [anon_sym_PLUS_PLUS] = ACTIONS(2824), - [anon_sym_sizeof] = ACTIONS(2822), - [sym_number_literal] = ACTIONS(2824), - [anon_sym_L_SQUOTE] = ACTIONS(2824), - [anon_sym_u_SQUOTE] = ACTIONS(2824), - [anon_sym_U_SQUOTE] = ACTIONS(2824), - [anon_sym_u8_SQUOTE] = ACTIONS(2824), - [anon_sym_SQUOTE] = ACTIONS(2824), - [anon_sym_L_DQUOTE] = ACTIONS(2824), - [anon_sym_u_DQUOTE] = ACTIONS(2824), - [anon_sym_U_DQUOTE] = ACTIONS(2824), - [anon_sym_u8_DQUOTE] = ACTIONS(2824), - [anon_sym_DQUOTE] = ACTIONS(2824), - [sym_true] = ACTIONS(2822), - [sym_false] = ACTIONS(2822), - [sym_null] = ACTIONS(2822), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2822), - [anon_sym_decltype] = ACTIONS(2822), - [anon_sym_virtual] = ACTIONS(2822), - [anon_sym_explicit] = ACTIONS(2822), - [anon_sym_typename] = ACTIONS(2822), - [anon_sym_template] = ACTIONS(2822), - [anon_sym_operator] = ACTIONS(2822), - [anon_sym_try] = ACTIONS(2822), - [anon_sym_delete] = ACTIONS(2822), - [anon_sym_throw] = ACTIONS(2822), - [anon_sym_namespace] = ACTIONS(2822), - [anon_sym_using] = ACTIONS(2822), - [anon_sym_static_assert] = ACTIONS(2822), - [anon_sym_concept] = ACTIONS(2822), - [anon_sym_co_return] = ACTIONS(2822), - [anon_sym_co_yield] = ACTIONS(2822), - [anon_sym_R_DQUOTE] = ACTIONS(2824), - [anon_sym_LR_DQUOTE] = ACTIONS(2824), - [anon_sym_uR_DQUOTE] = ACTIONS(2824), - [anon_sym_UR_DQUOTE] = ACTIONS(2824), - [anon_sym_u8R_DQUOTE] = ACTIONS(2824), - [anon_sym_co_await] = ACTIONS(2822), - [anon_sym_new] = ACTIONS(2822), - [anon_sym_requires] = ACTIONS(2822), - [sym_this] = ACTIONS(2822), - [sym_nullptr] = ACTIONS(2822), + [sym_identifier] = ACTIONS(2824), + [aux_sym_preproc_include_token1] = ACTIONS(2824), + [aux_sym_preproc_def_token1] = ACTIONS(2824), + [aux_sym_preproc_if_token1] = ACTIONS(2824), + [aux_sym_preproc_if_token2] = ACTIONS(2824), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2824), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2824), + [aux_sym_preproc_else_token1] = ACTIONS(2824), + [aux_sym_preproc_elif_token1] = ACTIONS(2824), + [sym_preproc_directive] = ACTIONS(2824), + [anon_sym_LPAREN2] = ACTIONS(2826), + [anon_sym_BANG] = ACTIONS(2826), + [anon_sym_TILDE] = ACTIONS(2826), + [anon_sym_DASH] = ACTIONS(2824), + [anon_sym_PLUS] = ACTIONS(2824), + [anon_sym_STAR] = ACTIONS(2826), + [anon_sym_AMP_AMP] = ACTIONS(2826), + [anon_sym_AMP] = ACTIONS(2824), + [anon_sym_SEMI] = ACTIONS(2826), + [anon_sym_typedef] = ACTIONS(2824), + [anon_sym_extern] = ACTIONS(2824), + [anon_sym___attribute__] = ACTIONS(2824), + [anon_sym_COLON_COLON] = ACTIONS(2826), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2826), + [anon_sym___declspec] = ACTIONS(2824), + [anon_sym___based] = ACTIONS(2824), + [anon_sym___cdecl] = ACTIONS(2824), + [anon_sym___clrcall] = ACTIONS(2824), + [anon_sym___stdcall] = ACTIONS(2824), + [anon_sym___fastcall] = ACTIONS(2824), + [anon_sym___thiscall] = ACTIONS(2824), + [anon_sym___vectorcall] = ACTIONS(2824), + [anon_sym_LBRACE] = ACTIONS(2826), + [anon_sym_LBRACK] = ACTIONS(2824), + [anon_sym_static] = ACTIONS(2824), + [anon_sym_register] = ACTIONS(2824), + [anon_sym_inline] = ACTIONS(2824), + [anon_sym_thread_local] = ACTIONS(2824), + [anon_sym_const] = ACTIONS(2824), + [anon_sym_volatile] = ACTIONS(2824), + [anon_sym_restrict] = ACTIONS(2824), + [anon_sym__Atomic] = ACTIONS(2824), + [anon_sym_mutable] = ACTIONS(2824), + [anon_sym_constexpr] = ACTIONS(2824), + [anon_sym_constinit] = ACTIONS(2824), + [anon_sym_consteval] = ACTIONS(2824), + [anon_sym_signed] = ACTIONS(2824), + [anon_sym_unsigned] = ACTIONS(2824), + [anon_sym_long] = ACTIONS(2824), + [anon_sym_short] = ACTIONS(2824), + [sym_primitive_type] = ACTIONS(2824), + [anon_sym_enum] = ACTIONS(2824), + [anon_sym_class] = ACTIONS(2824), + [anon_sym_struct] = ACTIONS(2824), + [anon_sym_union] = ACTIONS(2824), + [anon_sym_if] = ACTIONS(2824), + [anon_sym_switch] = ACTIONS(2824), + [anon_sym_case] = ACTIONS(2824), + [anon_sym_default] = ACTIONS(2824), + [anon_sym_while] = ACTIONS(2824), + [anon_sym_do] = ACTIONS(2824), + [anon_sym_for] = ACTIONS(2824), + [anon_sym_return] = ACTIONS(2824), + [anon_sym_break] = ACTIONS(2824), + [anon_sym_continue] = ACTIONS(2824), + [anon_sym_goto] = ACTIONS(2824), + [anon_sym_not] = ACTIONS(2824), + [anon_sym_compl] = ACTIONS(2824), + [anon_sym_DASH_DASH] = ACTIONS(2826), + [anon_sym_PLUS_PLUS] = ACTIONS(2826), + [anon_sym_sizeof] = ACTIONS(2824), + [sym_number_literal] = ACTIONS(2826), + [anon_sym_L_SQUOTE] = ACTIONS(2826), + [anon_sym_u_SQUOTE] = ACTIONS(2826), + [anon_sym_U_SQUOTE] = ACTIONS(2826), + [anon_sym_u8_SQUOTE] = ACTIONS(2826), + [anon_sym_SQUOTE] = ACTIONS(2826), + [anon_sym_L_DQUOTE] = ACTIONS(2826), + [anon_sym_u_DQUOTE] = ACTIONS(2826), + [anon_sym_U_DQUOTE] = ACTIONS(2826), + [anon_sym_u8_DQUOTE] = ACTIONS(2826), + [anon_sym_DQUOTE] = ACTIONS(2826), + [sym_true] = ACTIONS(2824), + [sym_false] = ACTIONS(2824), + [sym_null] = ACTIONS(2824), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2824), + [anon_sym_decltype] = ACTIONS(2824), + [anon_sym_virtual] = ACTIONS(2824), + [anon_sym_explicit] = ACTIONS(2824), + [anon_sym_typename] = ACTIONS(2824), + [anon_sym_template] = ACTIONS(2824), + [anon_sym_operator] = ACTIONS(2824), + [anon_sym_try] = ACTIONS(2824), + [anon_sym_delete] = ACTIONS(2824), + [anon_sym_throw] = ACTIONS(2824), + [anon_sym_namespace] = ACTIONS(2824), + [anon_sym_using] = ACTIONS(2824), + [anon_sym_static_assert] = ACTIONS(2824), + [anon_sym_concept] = ACTIONS(2824), + [anon_sym_co_return] = ACTIONS(2824), + [anon_sym_co_yield] = ACTIONS(2824), + [anon_sym_R_DQUOTE] = ACTIONS(2826), + [anon_sym_LR_DQUOTE] = ACTIONS(2826), + [anon_sym_uR_DQUOTE] = ACTIONS(2826), + [anon_sym_UR_DQUOTE] = ACTIONS(2826), + [anon_sym_u8R_DQUOTE] = ACTIONS(2826), + [anon_sym_co_await] = ACTIONS(2824), + [anon_sym_new] = ACTIONS(2824), + [anon_sym_requires] = ACTIONS(2824), + [sym_this] = ACTIONS(2824), + [sym_nullptr] = ACTIONS(2824), }, [533] = { - [sym_identifier] = ACTIONS(2826), - [aux_sym_preproc_include_token1] = ACTIONS(2826), - [aux_sym_preproc_def_token1] = ACTIONS(2826), - [aux_sym_preproc_if_token1] = ACTIONS(2826), - [aux_sym_preproc_if_token2] = ACTIONS(2826), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2826), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2826), - [aux_sym_preproc_else_token1] = ACTIONS(2826), - [aux_sym_preproc_elif_token1] = ACTIONS(2826), - [sym_preproc_directive] = ACTIONS(2826), - [anon_sym_LPAREN2] = ACTIONS(2828), - [anon_sym_BANG] = ACTIONS(2828), - [anon_sym_TILDE] = ACTIONS(2828), - [anon_sym_DASH] = ACTIONS(2826), - [anon_sym_PLUS] = ACTIONS(2826), - [anon_sym_STAR] = ACTIONS(2828), - [anon_sym_AMP_AMP] = ACTIONS(2828), - [anon_sym_AMP] = ACTIONS(2826), - [anon_sym_SEMI] = ACTIONS(2828), - [anon_sym_typedef] = ACTIONS(2826), - [anon_sym_extern] = ACTIONS(2826), - [anon_sym___attribute__] = ACTIONS(2826), - [anon_sym_COLON_COLON] = ACTIONS(2828), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2828), - [anon_sym___declspec] = ACTIONS(2826), - [anon_sym___based] = ACTIONS(2826), - [anon_sym___cdecl] = ACTIONS(2826), - [anon_sym___clrcall] = ACTIONS(2826), - [anon_sym___stdcall] = ACTIONS(2826), - [anon_sym___fastcall] = ACTIONS(2826), - [anon_sym___thiscall] = ACTIONS(2826), - [anon_sym___vectorcall] = ACTIONS(2826), - [anon_sym_LBRACE] = ACTIONS(2828), - [anon_sym_LBRACK] = ACTIONS(2826), - [anon_sym_static] = ACTIONS(2826), - [anon_sym_register] = ACTIONS(2826), - [anon_sym_inline] = ACTIONS(2826), - [anon_sym_thread_local] = ACTIONS(2826), - [anon_sym_const] = ACTIONS(2826), - [anon_sym_volatile] = ACTIONS(2826), - [anon_sym_restrict] = ACTIONS(2826), - [anon_sym__Atomic] = ACTIONS(2826), - [anon_sym_mutable] = ACTIONS(2826), - [anon_sym_constexpr] = ACTIONS(2826), - [anon_sym_constinit] = ACTIONS(2826), - [anon_sym_consteval] = ACTIONS(2826), - [anon_sym_signed] = ACTIONS(2826), - [anon_sym_unsigned] = ACTIONS(2826), - [anon_sym_long] = ACTIONS(2826), - [anon_sym_short] = ACTIONS(2826), - [sym_primitive_type] = ACTIONS(2826), - [anon_sym_enum] = ACTIONS(2826), - [anon_sym_class] = ACTIONS(2826), - [anon_sym_struct] = ACTIONS(2826), - [anon_sym_union] = ACTIONS(2826), - [anon_sym_if] = ACTIONS(2826), - [anon_sym_switch] = ACTIONS(2826), - [anon_sym_case] = ACTIONS(2826), - [anon_sym_default] = ACTIONS(2826), - [anon_sym_while] = ACTIONS(2826), - [anon_sym_do] = ACTIONS(2826), - [anon_sym_for] = ACTIONS(2826), - [anon_sym_return] = ACTIONS(2826), - [anon_sym_break] = ACTIONS(2826), - [anon_sym_continue] = ACTIONS(2826), - [anon_sym_goto] = ACTIONS(2826), - [anon_sym_not] = ACTIONS(2826), - [anon_sym_compl] = ACTIONS(2826), - [anon_sym_DASH_DASH] = ACTIONS(2828), - [anon_sym_PLUS_PLUS] = ACTIONS(2828), - [anon_sym_sizeof] = ACTIONS(2826), - [sym_number_literal] = ACTIONS(2828), - [anon_sym_L_SQUOTE] = ACTIONS(2828), - [anon_sym_u_SQUOTE] = ACTIONS(2828), - [anon_sym_U_SQUOTE] = ACTIONS(2828), - [anon_sym_u8_SQUOTE] = ACTIONS(2828), - [anon_sym_SQUOTE] = ACTIONS(2828), - [anon_sym_L_DQUOTE] = ACTIONS(2828), - [anon_sym_u_DQUOTE] = ACTIONS(2828), - [anon_sym_U_DQUOTE] = ACTIONS(2828), - [anon_sym_u8_DQUOTE] = ACTIONS(2828), - [anon_sym_DQUOTE] = ACTIONS(2828), - [sym_true] = ACTIONS(2826), - [sym_false] = ACTIONS(2826), - [sym_null] = ACTIONS(2826), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2826), - [anon_sym_decltype] = ACTIONS(2826), - [anon_sym_virtual] = ACTIONS(2826), - [anon_sym_explicit] = ACTIONS(2826), - [anon_sym_typename] = ACTIONS(2826), - [anon_sym_template] = ACTIONS(2826), - [anon_sym_operator] = ACTIONS(2826), - [anon_sym_try] = ACTIONS(2826), - [anon_sym_delete] = ACTIONS(2826), - [anon_sym_throw] = ACTIONS(2826), - [anon_sym_namespace] = ACTIONS(2826), - [anon_sym_using] = ACTIONS(2826), - [anon_sym_static_assert] = ACTIONS(2826), - [anon_sym_concept] = ACTIONS(2826), - [anon_sym_co_return] = ACTIONS(2826), - [anon_sym_co_yield] = ACTIONS(2826), - [anon_sym_R_DQUOTE] = ACTIONS(2828), - [anon_sym_LR_DQUOTE] = ACTIONS(2828), - [anon_sym_uR_DQUOTE] = ACTIONS(2828), - [anon_sym_UR_DQUOTE] = ACTIONS(2828), - [anon_sym_u8R_DQUOTE] = ACTIONS(2828), - [anon_sym_co_await] = ACTIONS(2826), - [anon_sym_new] = ACTIONS(2826), - [anon_sym_requires] = ACTIONS(2826), - [sym_this] = ACTIONS(2826), - [sym_nullptr] = ACTIONS(2826), + [sym_identifier] = ACTIONS(2387), + [aux_sym_preproc_include_token1] = ACTIONS(2387), + [aux_sym_preproc_def_token1] = ACTIONS(2387), + [aux_sym_preproc_if_token1] = ACTIONS(2387), + [aux_sym_preproc_if_token2] = ACTIONS(2387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2387), + [sym_preproc_directive] = ACTIONS(2387), + [anon_sym_LPAREN2] = ACTIONS(2389), + [anon_sym_BANG] = ACTIONS(2389), + [anon_sym_TILDE] = ACTIONS(2389), + [anon_sym_DASH] = ACTIONS(2387), + [anon_sym_PLUS] = ACTIONS(2387), + [anon_sym_STAR] = ACTIONS(2389), + [anon_sym_AMP_AMP] = ACTIONS(2389), + [anon_sym_AMP] = ACTIONS(2387), + [anon_sym_SEMI] = ACTIONS(2389), + [anon_sym_typedef] = ACTIONS(2387), + [anon_sym_extern] = ACTIONS(2387), + [anon_sym___attribute__] = ACTIONS(2387), + [anon_sym_COLON_COLON] = ACTIONS(2389), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2389), + [anon_sym___declspec] = ACTIONS(2387), + [anon_sym___based] = ACTIONS(2387), + [anon_sym___cdecl] = ACTIONS(2387), + [anon_sym___clrcall] = ACTIONS(2387), + [anon_sym___stdcall] = ACTIONS(2387), + [anon_sym___fastcall] = ACTIONS(2387), + [anon_sym___thiscall] = ACTIONS(2387), + [anon_sym___vectorcall] = ACTIONS(2387), + [anon_sym_LBRACE] = ACTIONS(2389), + [anon_sym_LBRACK] = ACTIONS(2387), + [anon_sym_static] = ACTIONS(2387), + [anon_sym_register] = ACTIONS(2387), + [anon_sym_inline] = ACTIONS(2387), + [anon_sym_thread_local] = ACTIONS(2387), + [anon_sym_const] = ACTIONS(2387), + [anon_sym_volatile] = ACTIONS(2387), + [anon_sym_restrict] = ACTIONS(2387), + [anon_sym__Atomic] = ACTIONS(2387), + [anon_sym_mutable] = ACTIONS(2387), + [anon_sym_constexpr] = ACTIONS(2387), + [anon_sym_constinit] = ACTIONS(2387), + [anon_sym_consteval] = ACTIONS(2387), + [anon_sym_signed] = ACTIONS(2387), + [anon_sym_unsigned] = ACTIONS(2387), + [anon_sym_long] = ACTIONS(2387), + [anon_sym_short] = ACTIONS(2387), + [sym_primitive_type] = ACTIONS(2387), + [anon_sym_enum] = ACTIONS(2387), + [anon_sym_class] = ACTIONS(2387), + [anon_sym_struct] = ACTIONS(2387), + [anon_sym_union] = ACTIONS(2387), + [anon_sym_if] = ACTIONS(2387), + [anon_sym_else] = ACTIONS(2387), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2387), + [anon_sym_default] = ACTIONS(2387), + [anon_sym_while] = ACTIONS(2387), + [anon_sym_do] = ACTIONS(2387), + [anon_sym_for] = ACTIONS(2387), + [anon_sym_return] = ACTIONS(2387), + [anon_sym_break] = ACTIONS(2387), + [anon_sym_continue] = ACTIONS(2387), + [anon_sym_goto] = ACTIONS(2387), + [anon_sym_not] = ACTIONS(2387), + [anon_sym_compl] = ACTIONS(2387), + [anon_sym_DASH_DASH] = ACTIONS(2389), + [anon_sym_PLUS_PLUS] = ACTIONS(2389), + [anon_sym_sizeof] = ACTIONS(2387), + [sym_number_literal] = ACTIONS(2389), + [anon_sym_L_SQUOTE] = ACTIONS(2389), + [anon_sym_u_SQUOTE] = ACTIONS(2389), + [anon_sym_U_SQUOTE] = ACTIONS(2389), + [anon_sym_u8_SQUOTE] = ACTIONS(2389), + [anon_sym_SQUOTE] = ACTIONS(2389), + [anon_sym_L_DQUOTE] = ACTIONS(2389), + [anon_sym_u_DQUOTE] = ACTIONS(2389), + [anon_sym_U_DQUOTE] = ACTIONS(2389), + [anon_sym_u8_DQUOTE] = ACTIONS(2389), + [anon_sym_DQUOTE] = ACTIONS(2389), + [sym_true] = ACTIONS(2387), + [sym_false] = ACTIONS(2387), + [sym_null] = ACTIONS(2387), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2387), + [anon_sym_decltype] = ACTIONS(2387), + [anon_sym_virtual] = ACTIONS(2387), + [anon_sym_explicit] = ACTIONS(2387), + [anon_sym_typename] = ACTIONS(2387), + [anon_sym_template] = ACTIONS(2387), + [anon_sym_operator] = ACTIONS(2387), + [anon_sym_try] = ACTIONS(2387), + [anon_sym_delete] = ACTIONS(2387), + [anon_sym_throw] = ACTIONS(2387), + [anon_sym_namespace] = ACTIONS(2387), + [anon_sym_using] = ACTIONS(2387), + [anon_sym_static_assert] = ACTIONS(2387), + [anon_sym_concept] = ACTIONS(2387), + [anon_sym_co_return] = ACTIONS(2387), + [anon_sym_co_yield] = ACTIONS(2387), + [anon_sym_catch] = ACTIONS(2387), + [anon_sym_R_DQUOTE] = ACTIONS(2389), + [anon_sym_LR_DQUOTE] = ACTIONS(2389), + [anon_sym_uR_DQUOTE] = ACTIONS(2389), + [anon_sym_UR_DQUOTE] = ACTIONS(2389), + [anon_sym_u8R_DQUOTE] = ACTIONS(2389), + [anon_sym_co_await] = ACTIONS(2387), + [anon_sym_new] = ACTIONS(2387), + [anon_sym_requires] = ACTIONS(2387), + [sym_this] = ACTIONS(2387), + [sym_nullptr] = ACTIONS(2387), }, [534] = { - [sym_identifier] = ACTIONS(2830), - [aux_sym_preproc_include_token1] = ACTIONS(2830), - [aux_sym_preproc_def_token1] = ACTIONS(2830), - [aux_sym_preproc_if_token1] = ACTIONS(2830), - [aux_sym_preproc_if_token2] = ACTIONS(2830), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2830), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2830), - [aux_sym_preproc_else_token1] = ACTIONS(2830), - [aux_sym_preproc_elif_token1] = ACTIONS(2830), - [sym_preproc_directive] = ACTIONS(2830), - [anon_sym_LPAREN2] = ACTIONS(2832), - [anon_sym_BANG] = ACTIONS(2832), - [anon_sym_TILDE] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2830), - [anon_sym_PLUS] = ACTIONS(2830), - [anon_sym_STAR] = ACTIONS(2832), - [anon_sym_AMP_AMP] = ACTIONS(2832), - [anon_sym_AMP] = ACTIONS(2830), - [anon_sym_SEMI] = ACTIONS(2832), - [anon_sym_typedef] = ACTIONS(2830), - [anon_sym_extern] = ACTIONS(2830), - [anon_sym___attribute__] = ACTIONS(2830), - [anon_sym_COLON_COLON] = ACTIONS(2832), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2832), - [anon_sym___declspec] = ACTIONS(2830), - [anon_sym___based] = ACTIONS(2830), - [anon_sym___cdecl] = ACTIONS(2830), - [anon_sym___clrcall] = ACTIONS(2830), - [anon_sym___stdcall] = ACTIONS(2830), - [anon_sym___fastcall] = ACTIONS(2830), - [anon_sym___thiscall] = ACTIONS(2830), - [anon_sym___vectorcall] = ACTIONS(2830), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2830), - [anon_sym_static] = ACTIONS(2830), - [anon_sym_register] = ACTIONS(2830), - [anon_sym_inline] = ACTIONS(2830), - [anon_sym_thread_local] = ACTIONS(2830), - [anon_sym_const] = ACTIONS(2830), - [anon_sym_volatile] = ACTIONS(2830), - [anon_sym_restrict] = ACTIONS(2830), - [anon_sym__Atomic] = ACTIONS(2830), - [anon_sym_mutable] = ACTIONS(2830), - [anon_sym_constexpr] = ACTIONS(2830), - [anon_sym_constinit] = ACTIONS(2830), - [anon_sym_consteval] = ACTIONS(2830), - [anon_sym_signed] = ACTIONS(2830), - [anon_sym_unsigned] = ACTIONS(2830), - [anon_sym_long] = ACTIONS(2830), - [anon_sym_short] = ACTIONS(2830), - [sym_primitive_type] = ACTIONS(2830), - [anon_sym_enum] = ACTIONS(2830), - [anon_sym_class] = ACTIONS(2830), - [anon_sym_struct] = ACTIONS(2830), - [anon_sym_union] = ACTIONS(2830), - [anon_sym_if] = ACTIONS(2830), - [anon_sym_switch] = ACTIONS(2830), - [anon_sym_case] = ACTIONS(2830), - [anon_sym_default] = ACTIONS(2830), - [anon_sym_while] = ACTIONS(2830), - [anon_sym_do] = ACTIONS(2830), - [anon_sym_for] = ACTIONS(2830), - [anon_sym_return] = ACTIONS(2830), - [anon_sym_break] = ACTIONS(2830), - [anon_sym_continue] = ACTIONS(2830), - [anon_sym_goto] = ACTIONS(2830), - [anon_sym_not] = ACTIONS(2830), - [anon_sym_compl] = ACTIONS(2830), - [anon_sym_DASH_DASH] = ACTIONS(2832), - [anon_sym_PLUS_PLUS] = ACTIONS(2832), - [anon_sym_sizeof] = ACTIONS(2830), - [sym_number_literal] = ACTIONS(2832), - [anon_sym_L_SQUOTE] = ACTIONS(2832), - [anon_sym_u_SQUOTE] = ACTIONS(2832), - [anon_sym_U_SQUOTE] = ACTIONS(2832), - [anon_sym_u8_SQUOTE] = ACTIONS(2832), - [anon_sym_SQUOTE] = ACTIONS(2832), - [anon_sym_L_DQUOTE] = ACTIONS(2832), - [anon_sym_u_DQUOTE] = ACTIONS(2832), - [anon_sym_U_DQUOTE] = ACTIONS(2832), - [anon_sym_u8_DQUOTE] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym_true] = ACTIONS(2830), - [sym_false] = ACTIONS(2830), - [sym_null] = ACTIONS(2830), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2830), - [anon_sym_decltype] = ACTIONS(2830), - [anon_sym_virtual] = ACTIONS(2830), - [anon_sym_explicit] = ACTIONS(2830), - [anon_sym_typename] = ACTIONS(2830), - [anon_sym_template] = ACTIONS(2830), - [anon_sym_operator] = ACTIONS(2830), - [anon_sym_try] = ACTIONS(2830), - [anon_sym_delete] = ACTIONS(2830), - [anon_sym_throw] = ACTIONS(2830), - [anon_sym_namespace] = ACTIONS(2830), - [anon_sym_using] = ACTIONS(2830), - [anon_sym_static_assert] = ACTIONS(2830), - [anon_sym_concept] = ACTIONS(2830), - [anon_sym_co_return] = ACTIONS(2830), - [anon_sym_co_yield] = ACTIONS(2830), - [anon_sym_R_DQUOTE] = ACTIONS(2832), - [anon_sym_LR_DQUOTE] = ACTIONS(2832), - [anon_sym_uR_DQUOTE] = ACTIONS(2832), - [anon_sym_UR_DQUOTE] = ACTIONS(2832), - [anon_sym_u8R_DQUOTE] = ACTIONS(2832), - [anon_sym_co_await] = ACTIONS(2830), - [anon_sym_new] = ACTIONS(2830), - [anon_sym_requires] = ACTIONS(2830), - [sym_this] = ACTIONS(2830), - [sym_nullptr] = ACTIONS(2830), + [sym_identifier] = ACTIONS(2828), + [aux_sym_preproc_include_token1] = ACTIONS(2828), + [aux_sym_preproc_def_token1] = ACTIONS(2828), + [aux_sym_preproc_if_token1] = ACTIONS(2828), + [aux_sym_preproc_if_token2] = ACTIONS(2828), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2828), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2828), + [aux_sym_preproc_else_token1] = ACTIONS(2828), + [aux_sym_preproc_elif_token1] = ACTIONS(2828), + [sym_preproc_directive] = ACTIONS(2828), + [anon_sym_LPAREN2] = ACTIONS(2830), + [anon_sym_BANG] = ACTIONS(2830), + [anon_sym_TILDE] = ACTIONS(2830), + [anon_sym_DASH] = ACTIONS(2828), + [anon_sym_PLUS] = ACTIONS(2828), + [anon_sym_STAR] = ACTIONS(2830), + [anon_sym_AMP_AMP] = ACTIONS(2830), + [anon_sym_AMP] = ACTIONS(2828), + [anon_sym_SEMI] = ACTIONS(2830), + [anon_sym_typedef] = ACTIONS(2828), + [anon_sym_extern] = ACTIONS(2828), + [anon_sym___attribute__] = ACTIONS(2828), + [anon_sym_COLON_COLON] = ACTIONS(2830), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2830), + [anon_sym___declspec] = ACTIONS(2828), + [anon_sym___based] = ACTIONS(2828), + [anon_sym___cdecl] = ACTIONS(2828), + [anon_sym___clrcall] = ACTIONS(2828), + [anon_sym___stdcall] = ACTIONS(2828), + [anon_sym___fastcall] = ACTIONS(2828), + [anon_sym___thiscall] = ACTIONS(2828), + [anon_sym___vectorcall] = ACTIONS(2828), + [anon_sym_LBRACE] = ACTIONS(2830), + [anon_sym_LBRACK] = ACTIONS(2828), + [anon_sym_static] = ACTIONS(2828), + [anon_sym_register] = ACTIONS(2828), + [anon_sym_inline] = ACTIONS(2828), + [anon_sym_thread_local] = ACTIONS(2828), + [anon_sym_const] = ACTIONS(2828), + [anon_sym_volatile] = ACTIONS(2828), + [anon_sym_restrict] = ACTIONS(2828), + [anon_sym__Atomic] = ACTIONS(2828), + [anon_sym_mutable] = ACTIONS(2828), + [anon_sym_constexpr] = ACTIONS(2828), + [anon_sym_constinit] = ACTIONS(2828), + [anon_sym_consteval] = ACTIONS(2828), + [anon_sym_signed] = ACTIONS(2828), + [anon_sym_unsigned] = ACTIONS(2828), + [anon_sym_long] = ACTIONS(2828), + [anon_sym_short] = ACTIONS(2828), + [sym_primitive_type] = ACTIONS(2828), + [anon_sym_enum] = ACTIONS(2828), + [anon_sym_class] = ACTIONS(2828), + [anon_sym_struct] = ACTIONS(2828), + [anon_sym_union] = ACTIONS(2828), + [anon_sym_if] = ACTIONS(2828), + [anon_sym_switch] = ACTIONS(2828), + [anon_sym_case] = ACTIONS(2828), + [anon_sym_default] = ACTIONS(2828), + [anon_sym_while] = ACTIONS(2828), + [anon_sym_do] = ACTIONS(2828), + [anon_sym_for] = ACTIONS(2828), + [anon_sym_return] = ACTIONS(2828), + [anon_sym_break] = ACTIONS(2828), + [anon_sym_continue] = ACTIONS(2828), + [anon_sym_goto] = ACTIONS(2828), + [anon_sym_not] = ACTIONS(2828), + [anon_sym_compl] = ACTIONS(2828), + [anon_sym_DASH_DASH] = ACTIONS(2830), + [anon_sym_PLUS_PLUS] = ACTIONS(2830), + [anon_sym_sizeof] = ACTIONS(2828), + [sym_number_literal] = ACTIONS(2830), + [anon_sym_L_SQUOTE] = ACTIONS(2830), + [anon_sym_u_SQUOTE] = ACTIONS(2830), + [anon_sym_U_SQUOTE] = ACTIONS(2830), + [anon_sym_u8_SQUOTE] = ACTIONS(2830), + [anon_sym_SQUOTE] = ACTIONS(2830), + [anon_sym_L_DQUOTE] = ACTIONS(2830), + [anon_sym_u_DQUOTE] = ACTIONS(2830), + [anon_sym_U_DQUOTE] = ACTIONS(2830), + [anon_sym_u8_DQUOTE] = ACTIONS(2830), + [anon_sym_DQUOTE] = ACTIONS(2830), + [sym_true] = ACTIONS(2828), + [sym_false] = ACTIONS(2828), + [sym_null] = ACTIONS(2828), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2828), + [anon_sym_decltype] = ACTIONS(2828), + [anon_sym_virtual] = ACTIONS(2828), + [anon_sym_explicit] = ACTIONS(2828), + [anon_sym_typename] = ACTIONS(2828), + [anon_sym_template] = ACTIONS(2828), + [anon_sym_operator] = ACTIONS(2828), + [anon_sym_try] = ACTIONS(2828), + [anon_sym_delete] = ACTIONS(2828), + [anon_sym_throw] = ACTIONS(2828), + [anon_sym_namespace] = ACTIONS(2828), + [anon_sym_using] = ACTIONS(2828), + [anon_sym_static_assert] = ACTIONS(2828), + [anon_sym_concept] = ACTIONS(2828), + [anon_sym_co_return] = ACTIONS(2828), + [anon_sym_co_yield] = ACTIONS(2828), + [anon_sym_R_DQUOTE] = ACTIONS(2830), + [anon_sym_LR_DQUOTE] = ACTIONS(2830), + [anon_sym_uR_DQUOTE] = ACTIONS(2830), + [anon_sym_UR_DQUOTE] = ACTIONS(2830), + [anon_sym_u8R_DQUOTE] = ACTIONS(2830), + [anon_sym_co_await] = ACTIONS(2828), + [anon_sym_new] = ACTIONS(2828), + [anon_sym_requires] = ACTIONS(2828), + [sym_this] = ACTIONS(2828), + [sym_nullptr] = ACTIONS(2828), }, [535] = { - [sym_identifier] = ACTIONS(2834), - [aux_sym_preproc_include_token1] = ACTIONS(2834), - [aux_sym_preproc_def_token1] = ACTIONS(2834), - [aux_sym_preproc_if_token1] = ACTIONS(2834), - [aux_sym_preproc_if_token2] = ACTIONS(2834), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2834), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2834), - [aux_sym_preproc_else_token1] = ACTIONS(2834), - [aux_sym_preproc_elif_token1] = ACTIONS(2834), - [sym_preproc_directive] = ACTIONS(2834), - [anon_sym_LPAREN2] = ACTIONS(2836), - [anon_sym_BANG] = ACTIONS(2836), - [anon_sym_TILDE] = ACTIONS(2836), - [anon_sym_DASH] = ACTIONS(2834), - [anon_sym_PLUS] = ACTIONS(2834), - [anon_sym_STAR] = ACTIONS(2836), - [anon_sym_AMP_AMP] = ACTIONS(2836), - [anon_sym_AMP] = ACTIONS(2834), - [anon_sym_SEMI] = ACTIONS(2836), - [anon_sym_typedef] = ACTIONS(2834), - [anon_sym_extern] = ACTIONS(2834), - [anon_sym___attribute__] = ACTIONS(2834), - [anon_sym_COLON_COLON] = ACTIONS(2836), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2836), - [anon_sym___declspec] = ACTIONS(2834), - [anon_sym___based] = ACTIONS(2834), - [anon_sym___cdecl] = ACTIONS(2834), - [anon_sym___clrcall] = ACTIONS(2834), - [anon_sym___stdcall] = ACTIONS(2834), - [anon_sym___fastcall] = ACTIONS(2834), - [anon_sym___thiscall] = ACTIONS(2834), - [anon_sym___vectorcall] = ACTIONS(2834), - [anon_sym_LBRACE] = ACTIONS(2836), - [anon_sym_LBRACK] = ACTIONS(2834), - [anon_sym_static] = ACTIONS(2834), - [anon_sym_register] = ACTIONS(2834), - [anon_sym_inline] = ACTIONS(2834), - [anon_sym_thread_local] = ACTIONS(2834), - [anon_sym_const] = ACTIONS(2834), - [anon_sym_volatile] = ACTIONS(2834), - [anon_sym_restrict] = ACTIONS(2834), - [anon_sym__Atomic] = ACTIONS(2834), - [anon_sym_mutable] = ACTIONS(2834), - [anon_sym_constexpr] = ACTIONS(2834), - [anon_sym_constinit] = ACTIONS(2834), - [anon_sym_consteval] = ACTIONS(2834), - [anon_sym_signed] = ACTIONS(2834), - [anon_sym_unsigned] = ACTIONS(2834), - [anon_sym_long] = ACTIONS(2834), - [anon_sym_short] = ACTIONS(2834), - [sym_primitive_type] = ACTIONS(2834), - [anon_sym_enum] = ACTIONS(2834), - [anon_sym_class] = ACTIONS(2834), - [anon_sym_struct] = ACTIONS(2834), - [anon_sym_union] = ACTIONS(2834), - [anon_sym_if] = ACTIONS(2834), - [anon_sym_switch] = ACTIONS(2834), - [anon_sym_case] = ACTIONS(2834), - [anon_sym_default] = ACTIONS(2834), - [anon_sym_while] = ACTIONS(2834), - [anon_sym_do] = ACTIONS(2834), - [anon_sym_for] = ACTIONS(2834), - [anon_sym_return] = ACTIONS(2834), - [anon_sym_break] = ACTIONS(2834), - [anon_sym_continue] = ACTIONS(2834), - [anon_sym_goto] = ACTIONS(2834), - [anon_sym_not] = ACTIONS(2834), - [anon_sym_compl] = ACTIONS(2834), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2834), - [sym_number_literal] = ACTIONS(2836), - [anon_sym_L_SQUOTE] = ACTIONS(2836), - [anon_sym_u_SQUOTE] = ACTIONS(2836), - [anon_sym_U_SQUOTE] = ACTIONS(2836), - [anon_sym_u8_SQUOTE] = ACTIONS(2836), - [anon_sym_SQUOTE] = ACTIONS(2836), - [anon_sym_L_DQUOTE] = ACTIONS(2836), - [anon_sym_u_DQUOTE] = ACTIONS(2836), - [anon_sym_U_DQUOTE] = ACTIONS(2836), - [anon_sym_u8_DQUOTE] = ACTIONS(2836), - [anon_sym_DQUOTE] = ACTIONS(2836), - [sym_true] = ACTIONS(2834), - [sym_false] = ACTIONS(2834), - [sym_null] = ACTIONS(2834), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2834), - [anon_sym_decltype] = ACTIONS(2834), - [anon_sym_virtual] = ACTIONS(2834), - [anon_sym_explicit] = ACTIONS(2834), - [anon_sym_typename] = ACTIONS(2834), - [anon_sym_template] = ACTIONS(2834), - [anon_sym_operator] = ACTIONS(2834), - [anon_sym_try] = ACTIONS(2834), - [anon_sym_delete] = ACTIONS(2834), - [anon_sym_throw] = ACTIONS(2834), - [anon_sym_namespace] = ACTIONS(2834), - [anon_sym_using] = ACTIONS(2834), - [anon_sym_static_assert] = ACTIONS(2834), - [anon_sym_concept] = ACTIONS(2834), - [anon_sym_co_return] = ACTIONS(2834), - [anon_sym_co_yield] = ACTIONS(2834), - [anon_sym_R_DQUOTE] = ACTIONS(2836), - [anon_sym_LR_DQUOTE] = ACTIONS(2836), - [anon_sym_uR_DQUOTE] = ACTIONS(2836), - [anon_sym_UR_DQUOTE] = ACTIONS(2836), - [anon_sym_u8R_DQUOTE] = ACTIONS(2836), - [anon_sym_co_await] = ACTIONS(2834), - [anon_sym_new] = ACTIONS(2834), - [anon_sym_requires] = ACTIONS(2834), - [sym_this] = ACTIONS(2834), - [sym_nullptr] = ACTIONS(2834), + [sym_identifier] = ACTIONS(2832), + [aux_sym_preproc_include_token1] = ACTIONS(2832), + [aux_sym_preproc_def_token1] = ACTIONS(2832), + [aux_sym_preproc_if_token1] = ACTIONS(2832), + [aux_sym_preproc_if_token2] = ACTIONS(2832), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2832), + [aux_sym_preproc_else_token1] = ACTIONS(2832), + [aux_sym_preproc_elif_token1] = ACTIONS(2832), + [sym_preproc_directive] = ACTIONS(2832), + [anon_sym_LPAREN2] = ACTIONS(2834), + [anon_sym_BANG] = ACTIONS(2834), + [anon_sym_TILDE] = ACTIONS(2834), + [anon_sym_DASH] = ACTIONS(2832), + [anon_sym_PLUS] = ACTIONS(2832), + [anon_sym_STAR] = ACTIONS(2834), + [anon_sym_AMP_AMP] = ACTIONS(2834), + [anon_sym_AMP] = ACTIONS(2832), + [anon_sym_SEMI] = ACTIONS(2834), + [anon_sym_typedef] = ACTIONS(2832), + [anon_sym_extern] = ACTIONS(2832), + [anon_sym___attribute__] = ACTIONS(2832), + [anon_sym_COLON_COLON] = ACTIONS(2834), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2834), + [anon_sym___declspec] = ACTIONS(2832), + [anon_sym___based] = ACTIONS(2832), + [anon_sym___cdecl] = ACTIONS(2832), + [anon_sym___clrcall] = ACTIONS(2832), + [anon_sym___stdcall] = ACTIONS(2832), + [anon_sym___fastcall] = ACTIONS(2832), + [anon_sym___thiscall] = ACTIONS(2832), + [anon_sym___vectorcall] = ACTIONS(2832), + [anon_sym_LBRACE] = ACTIONS(2834), + [anon_sym_LBRACK] = ACTIONS(2832), + [anon_sym_static] = ACTIONS(2832), + [anon_sym_register] = ACTIONS(2832), + [anon_sym_inline] = ACTIONS(2832), + [anon_sym_thread_local] = ACTIONS(2832), + [anon_sym_const] = ACTIONS(2832), + [anon_sym_volatile] = ACTIONS(2832), + [anon_sym_restrict] = ACTIONS(2832), + [anon_sym__Atomic] = ACTIONS(2832), + [anon_sym_mutable] = ACTIONS(2832), + [anon_sym_constexpr] = ACTIONS(2832), + [anon_sym_constinit] = ACTIONS(2832), + [anon_sym_consteval] = ACTIONS(2832), + [anon_sym_signed] = ACTIONS(2832), + [anon_sym_unsigned] = ACTIONS(2832), + [anon_sym_long] = ACTIONS(2832), + [anon_sym_short] = ACTIONS(2832), + [sym_primitive_type] = ACTIONS(2832), + [anon_sym_enum] = ACTIONS(2832), + [anon_sym_class] = ACTIONS(2832), + [anon_sym_struct] = ACTIONS(2832), + [anon_sym_union] = ACTIONS(2832), + [anon_sym_if] = ACTIONS(2832), + [anon_sym_switch] = ACTIONS(2832), + [anon_sym_case] = ACTIONS(2832), + [anon_sym_default] = ACTIONS(2832), + [anon_sym_while] = ACTIONS(2832), + [anon_sym_do] = ACTIONS(2832), + [anon_sym_for] = ACTIONS(2832), + [anon_sym_return] = ACTIONS(2832), + [anon_sym_break] = ACTIONS(2832), + [anon_sym_continue] = ACTIONS(2832), + [anon_sym_goto] = ACTIONS(2832), + [anon_sym_not] = ACTIONS(2832), + [anon_sym_compl] = ACTIONS(2832), + [anon_sym_DASH_DASH] = ACTIONS(2834), + [anon_sym_PLUS_PLUS] = ACTIONS(2834), + [anon_sym_sizeof] = ACTIONS(2832), + [sym_number_literal] = ACTIONS(2834), + [anon_sym_L_SQUOTE] = ACTIONS(2834), + [anon_sym_u_SQUOTE] = ACTIONS(2834), + [anon_sym_U_SQUOTE] = ACTIONS(2834), + [anon_sym_u8_SQUOTE] = ACTIONS(2834), + [anon_sym_SQUOTE] = ACTIONS(2834), + [anon_sym_L_DQUOTE] = ACTIONS(2834), + [anon_sym_u_DQUOTE] = ACTIONS(2834), + [anon_sym_U_DQUOTE] = ACTIONS(2834), + [anon_sym_u8_DQUOTE] = ACTIONS(2834), + [anon_sym_DQUOTE] = ACTIONS(2834), + [sym_true] = ACTIONS(2832), + [sym_false] = ACTIONS(2832), + [sym_null] = ACTIONS(2832), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2832), + [anon_sym_decltype] = ACTIONS(2832), + [anon_sym_virtual] = ACTIONS(2832), + [anon_sym_explicit] = ACTIONS(2832), + [anon_sym_typename] = ACTIONS(2832), + [anon_sym_template] = ACTIONS(2832), + [anon_sym_operator] = ACTIONS(2832), + [anon_sym_try] = ACTIONS(2832), + [anon_sym_delete] = ACTIONS(2832), + [anon_sym_throw] = ACTIONS(2832), + [anon_sym_namespace] = ACTIONS(2832), + [anon_sym_using] = ACTIONS(2832), + [anon_sym_static_assert] = ACTIONS(2832), + [anon_sym_concept] = ACTIONS(2832), + [anon_sym_co_return] = ACTIONS(2832), + [anon_sym_co_yield] = ACTIONS(2832), + [anon_sym_R_DQUOTE] = ACTIONS(2834), + [anon_sym_LR_DQUOTE] = ACTIONS(2834), + [anon_sym_uR_DQUOTE] = ACTIONS(2834), + [anon_sym_UR_DQUOTE] = ACTIONS(2834), + [anon_sym_u8R_DQUOTE] = ACTIONS(2834), + [anon_sym_co_await] = ACTIONS(2832), + [anon_sym_new] = ACTIONS(2832), + [anon_sym_requires] = ACTIONS(2832), + [sym_this] = ACTIONS(2832), + [sym_nullptr] = ACTIONS(2832), }, [536] = { - [sym_identifier] = ACTIONS(2838), - [aux_sym_preproc_include_token1] = ACTIONS(2838), - [aux_sym_preproc_def_token1] = ACTIONS(2838), - [aux_sym_preproc_if_token1] = ACTIONS(2838), - [aux_sym_preproc_if_token2] = ACTIONS(2838), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2838), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2838), - [aux_sym_preproc_else_token1] = ACTIONS(2838), - [aux_sym_preproc_elif_token1] = ACTIONS(2838), - [sym_preproc_directive] = ACTIONS(2838), - [anon_sym_LPAREN2] = ACTIONS(2840), - [anon_sym_BANG] = ACTIONS(2840), - [anon_sym_TILDE] = ACTIONS(2840), - [anon_sym_DASH] = ACTIONS(2838), - [anon_sym_PLUS] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2840), - [anon_sym_AMP_AMP] = ACTIONS(2840), - [anon_sym_AMP] = ACTIONS(2838), - [anon_sym_SEMI] = ACTIONS(2840), - [anon_sym_typedef] = ACTIONS(2838), - [anon_sym_extern] = ACTIONS(2838), - [anon_sym___attribute__] = ACTIONS(2838), - [anon_sym_COLON_COLON] = ACTIONS(2840), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2840), - [anon_sym___declspec] = ACTIONS(2838), - [anon_sym___based] = ACTIONS(2838), - [anon_sym___cdecl] = ACTIONS(2838), - [anon_sym___clrcall] = ACTIONS(2838), - [anon_sym___stdcall] = ACTIONS(2838), - [anon_sym___fastcall] = ACTIONS(2838), - [anon_sym___thiscall] = ACTIONS(2838), - [anon_sym___vectorcall] = ACTIONS(2838), - [anon_sym_LBRACE] = ACTIONS(2840), - [anon_sym_LBRACK] = ACTIONS(2838), - [anon_sym_static] = ACTIONS(2838), - [anon_sym_register] = ACTIONS(2838), - [anon_sym_inline] = ACTIONS(2838), - [anon_sym_thread_local] = ACTIONS(2838), - [anon_sym_const] = ACTIONS(2838), - [anon_sym_volatile] = ACTIONS(2838), - [anon_sym_restrict] = ACTIONS(2838), - [anon_sym__Atomic] = ACTIONS(2838), - [anon_sym_mutable] = ACTIONS(2838), - [anon_sym_constexpr] = ACTIONS(2838), - [anon_sym_constinit] = ACTIONS(2838), - [anon_sym_consteval] = ACTIONS(2838), - [anon_sym_signed] = ACTIONS(2838), - [anon_sym_unsigned] = ACTIONS(2838), - [anon_sym_long] = ACTIONS(2838), - [anon_sym_short] = ACTIONS(2838), - [sym_primitive_type] = ACTIONS(2838), - [anon_sym_enum] = ACTIONS(2838), - [anon_sym_class] = ACTIONS(2838), - [anon_sym_struct] = ACTIONS(2838), - [anon_sym_union] = ACTIONS(2838), - [anon_sym_if] = ACTIONS(2838), - [anon_sym_switch] = ACTIONS(2838), - [anon_sym_case] = ACTIONS(2838), - [anon_sym_default] = ACTIONS(2838), - [anon_sym_while] = ACTIONS(2838), - [anon_sym_do] = ACTIONS(2838), - [anon_sym_for] = ACTIONS(2838), - [anon_sym_return] = ACTIONS(2838), - [anon_sym_break] = ACTIONS(2838), - [anon_sym_continue] = ACTIONS(2838), - [anon_sym_goto] = ACTIONS(2838), - [anon_sym_not] = ACTIONS(2838), - [anon_sym_compl] = ACTIONS(2838), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2840), - [anon_sym_L_SQUOTE] = ACTIONS(2840), - [anon_sym_u_SQUOTE] = ACTIONS(2840), - [anon_sym_U_SQUOTE] = ACTIONS(2840), - [anon_sym_u8_SQUOTE] = ACTIONS(2840), - [anon_sym_SQUOTE] = ACTIONS(2840), - [anon_sym_L_DQUOTE] = ACTIONS(2840), - [anon_sym_u_DQUOTE] = ACTIONS(2840), - [anon_sym_U_DQUOTE] = ACTIONS(2840), - [anon_sym_u8_DQUOTE] = ACTIONS(2840), - [anon_sym_DQUOTE] = ACTIONS(2840), - [sym_true] = ACTIONS(2838), - [sym_false] = ACTIONS(2838), - [sym_null] = ACTIONS(2838), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2838), - [anon_sym_decltype] = ACTIONS(2838), - [anon_sym_virtual] = ACTIONS(2838), - [anon_sym_explicit] = ACTIONS(2838), - [anon_sym_typename] = ACTIONS(2838), - [anon_sym_template] = ACTIONS(2838), - [anon_sym_operator] = ACTIONS(2838), - [anon_sym_try] = ACTIONS(2838), - [anon_sym_delete] = ACTIONS(2838), - [anon_sym_throw] = ACTIONS(2838), - [anon_sym_namespace] = ACTIONS(2838), - [anon_sym_using] = ACTIONS(2838), - [anon_sym_static_assert] = ACTIONS(2838), - [anon_sym_concept] = ACTIONS(2838), - [anon_sym_co_return] = ACTIONS(2838), - [anon_sym_co_yield] = ACTIONS(2838), - [anon_sym_R_DQUOTE] = ACTIONS(2840), - [anon_sym_LR_DQUOTE] = ACTIONS(2840), - [anon_sym_uR_DQUOTE] = ACTIONS(2840), - [anon_sym_UR_DQUOTE] = ACTIONS(2840), - [anon_sym_u8R_DQUOTE] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2838), - [anon_sym_new] = ACTIONS(2838), - [anon_sym_requires] = ACTIONS(2838), - [sym_this] = ACTIONS(2838), - [sym_nullptr] = ACTIONS(2838), + [sym_identifier] = ACTIONS(2290), + [aux_sym_preproc_include_token1] = ACTIONS(2290), + [aux_sym_preproc_def_token1] = ACTIONS(2290), + [aux_sym_preproc_if_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), + [sym_preproc_directive] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2290), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_AMP_AMP] = ACTIONS(2288), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_SEMI] = ACTIONS(2288), + [anon_sym_typedef] = ACTIONS(2290), + [anon_sym_extern] = ACTIONS(2290), + [anon_sym___attribute__] = ACTIONS(2290), + [anon_sym_COLON_COLON] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2290), + [anon_sym___based] = ACTIONS(2290), + [anon_sym___cdecl] = ACTIONS(2290), + [anon_sym___clrcall] = ACTIONS(2290), + [anon_sym___stdcall] = ACTIONS(2290), + [anon_sym___fastcall] = ACTIONS(2290), + [anon_sym___thiscall] = ACTIONS(2290), + [anon_sym___vectorcall] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_RBRACE] = ACTIONS(2288), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_register] = ACTIONS(2290), + [anon_sym_inline] = ACTIONS(2290), + [anon_sym_thread_local] = ACTIONS(2290), + [anon_sym_const] = ACTIONS(2290), + [anon_sym_volatile] = ACTIONS(2290), + [anon_sym_restrict] = ACTIONS(2290), + [anon_sym__Atomic] = ACTIONS(2290), + [anon_sym_mutable] = ACTIONS(2290), + [anon_sym_constexpr] = ACTIONS(2290), + [anon_sym_constinit] = ACTIONS(2290), + [anon_sym_consteval] = ACTIONS(2290), + [anon_sym_signed] = ACTIONS(2290), + [anon_sym_unsigned] = ACTIONS(2290), + [anon_sym_long] = ACTIONS(2290), + [anon_sym_short] = ACTIONS(2290), + [sym_primitive_type] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_union] = ACTIONS(2290), + [anon_sym_if] = ACTIONS(2290), + [anon_sym_else] = ACTIONS(2290), + [anon_sym_switch] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_default] = ACTIONS(2290), + [anon_sym_while] = ACTIONS(2290), + [anon_sym_do] = ACTIONS(2290), + [anon_sym_for] = ACTIONS(2290), + [anon_sym_return] = ACTIONS(2290), + [anon_sym_break] = ACTIONS(2290), + [anon_sym_continue] = ACTIONS(2290), + [anon_sym_goto] = ACTIONS(2290), + [anon_sym_not] = ACTIONS(2290), + [anon_sym_compl] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2290), + [sym_number_literal] = ACTIONS(2288), + [anon_sym_L_SQUOTE] = ACTIONS(2288), + [anon_sym_u_SQUOTE] = ACTIONS(2288), + [anon_sym_U_SQUOTE] = ACTIONS(2288), + [anon_sym_u8_SQUOTE] = ACTIONS(2288), + [anon_sym_SQUOTE] = ACTIONS(2288), + [anon_sym_L_DQUOTE] = ACTIONS(2288), + [anon_sym_u_DQUOTE] = ACTIONS(2288), + [anon_sym_U_DQUOTE] = ACTIONS(2288), + [anon_sym_u8_DQUOTE] = ACTIONS(2288), + [anon_sym_DQUOTE] = ACTIONS(2288), + [sym_true] = ACTIONS(2290), + [sym_false] = ACTIONS(2290), + [sym_null] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2290), + [anon_sym_decltype] = ACTIONS(2290), + [anon_sym_virtual] = ACTIONS(2290), + [anon_sym_explicit] = ACTIONS(2290), + [anon_sym_typename] = ACTIONS(2290), + [anon_sym_template] = ACTIONS(2290), + [anon_sym_operator] = ACTIONS(2290), + [anon_sym_try] = ACTIONS(2290), + [anon_sym_delete] = ACTIONS(2290), + [anon_sym_throw] = ACTIONS(2290), + [anon_sym_namespace] = ACTIONS(2290), + [anon_sym_using] = ACTIONS(2290), + [anon_sym_static_assert] = ACTIONS(2290), + [anon_sym_concept] = ACTIONS(2290), + [anon_sym_co_return] = ACTIONS(2290), + [anon_sym_co_yield] = ACTIONS(2290), + [anon_sym_catch] = ACTIONS(2290), + [anon_sym_R_DQUOTE] = ACTIONS(2288), + [anon_sym_LR_DQUOTE] = ACTIONS(2288), + [anon_sym_uR_DQUOTE] = ACTIONS(2288), + [anon_sym_UR_DQUOTE] = ACTIONS(2288), + [anon_sym_u8R_DQUOTE] = ACTIONS(2288), + [anon_sym_co_await] = ACTIONS(2290), + [anon_sym_new] = ACTIONS(2290), + [anon_sym_requires] = ACTIONS(2290), + [sym_this] = ACTIONS(2290), + [sym_nullptr] = ACTIONS(2290), }, [537] = { - [sym_identifier] = ACTIONS(2842), - [aux_sym_preproc_include_token1] = ACTIONS(2842), - [aux_sym_preproc_def_token1] = ACTIONS(2842), - [aux_sym_preproc_if_token1] = ACTIONS(2842), - [aux_sym_preproc_if_token2] = ACTIONS(2842), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2842), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2842), - [aux_sym_preproc_else_token1] = ACTIONS(2842), - [aux_sym_preproc_elif_token1] = ACTIONS(2842), - [sym_preproc_directive] = ACTIONS(2842), - [anon_sym_LPAREN2] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2844), - [anon_sym_TILDE] = ACTIONS(2844), - [anon_sym_DASH] = ACTIONS(2842), - [anon_sym_PLUS] = ACTIONS(2842), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP_AMP] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2842), - [anon_sym_SEMI] = ACTIONS(2844), - [anon_sym_typedef] = ACTIONS(2842), - [anon_sym_extern] = ACTIONS(2842), - [anon_sym___attribute__] = ACTIONS(2842), - [anon_sym_COLON_COLON] = ACTIONS(2844), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2844), - [anon_sym___declspec] = ACTIONS(2842), - [anon_sym___based] = ACTIONS(2842), - [anon_sym___cdecl] = ACTIONS(2842), - [anon_sym___clrcall] = ACTIONS(2842), - [anon_sym___stdcall] = ACTIONS(2842), - [anon_sym___fastcall] = ACTIONS(2842), - [anon_sym___thiscall] = ACTIONS(2842), - [anon_sym___vectorcall] = ACTIONS(2842), - [anon_sym_LBRACE] = ACTIONS(2844), - [anon_sym_LBRACK] = ACTIONS(2842), - [anon_sym_static] = ACTIONS(2842), - [anon_sym_register] = ACTIONS(2842), - [anon_sym_inline] = ACTIONS(2842), - [anon_sym_thread_local] = ACTIONS(2842), - [anon_sym_const] = ACTIONS(2842), - [anon_sym_volatile] = ACTIONS(2842), - [anon_sym_restrict] = ACTIONS(2842), - [anon_sym__Atomic] = ACTIONS(2842), - [anon_sym_mutable] = ACTIONS(2842), - [anon_sym_constexpr] = ACTIONS(2842), - [anon_sym_constinit] = ACTIONS(2842), - [anon_sym_consteval] = ACTIONS(2842), - [anon_sym_signed] = ACTIONS(2842), - [anon_sym_unsigned] = ACTIONS(2842), - [anon_sym_long] = ACTIONS(2842), - [anon_sym_short] = ACTIONS(2842), - [sym_primitive_type] = ACTIONS(2842), - [anon_sym_enum] = ACTIONS(2842), - [anon_sym_class] = ACTIONS(2842), - [anon_sym_struct] = ACTIONS(2842), - [anon_sym_union] = ACTIONS(2842), - [anon_sym_if] = ACTIONS(2842), - [anon_sym_switch] = ACTIONS(2842), - [anon_sym_case] = ACTIONS(2842), - [anon_sym_default] = ACTIONS(2842), - [anon_sym_while] = ACTIONS(2842), - [anon_sym_do] = ACTIONS(2842), - [anon_sym_for] = ACTIONS(2842), - [anon_sym_return] = ACTIONS(2842), - [anon_sym_break] = ACTIONS(2842), - [anon_sym_continue] = ACTIONS(2842), - [anon_sym_goto] = ACTIONS(2842), - [anon_sym_not] = ACTIONS(2842), - [anon_sym_compl] = ACTIONS(2842), - [anon_sym_DASH_DASH] = ACTIONS(2844), - [anon_sym_PLUS_PLUS] = ACTIONS(2844), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2844), - [anon_sym_L_SQUOTE] = ACTIONS(2844), - [anon_sym_u_SQUOTE] = ACTIONS(2844), - [anon_sym_U_SQUOTE] = ACTIONS(2844), - [anon_sym_u8_SQUOTE] = ACTIONS(2844), - [anon_sym_SQUOTE] = ACTIONS(2844), - [anon_sym_L_DQUOTE] = ACTIONS(2844), - [anon_sym_u_DQUOTE] = ACTIONS(2844), - [anon_sym_U_DQUOTE] = ACTIONS(2844), - [anon_sym_u8_DQUOTE] = ACTIONS(2844), - [anon_sym_DQUOTE] = ACTIONS(2844), - [sym_true] = ACTIONS(2842), - [sym_false] = ACTIONS(2842), - [sym_null] = ACTIONS(2842), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2842), - [anon_sym_decltype] = ACTIONS(2842), - [anon_sym_virtual] = ACTIONS(2842), - [anon_sym_explicit] = ACTIONS(2842), - [anon_sym_typename] = ACTIONS(2842), - [anon_sym_template] = ACTIONS(2842), - [anon_sym_operator] = ACTIONS(2842), - [anon_sym_try] = ACTIONS(2842), - [anon_sym_delete] = ACTIONS(2842), - [anon_sym_throw] = ACTIONS(2842), - [anon_sym_namespace] = ACTIONS(2842), - [anon_sym_using] = ACTIONS(2842), - [anon_sym_static_assert] = ACTIONS(2842), - [anon_sym_concept] = ACTIONS(2842), - [anon_sym_co_return] = ACTIONS(2842), - [anon_sym_co_yield] = ACTIONS(2842), - [anon_sym_R_DQUOTE] = ACTIONS(2844), - [anon_sym_LR_DQUOTE] = ACTIONS(2844), - [anon_sym_uR_DQUOTE] = ACTIONS(2844), - [anon_sym_UR_DQUOTE] = ACTIONS(2844), - [anon_sym_u8R_DQUOTE] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2842), - [anon_sym_requires] = ACTIONS(2842), - [sym_this] = ACTIONS(2842), - [sym_nullptr] = ACTIONS(2842), + [sym_identifier] = ACTIONS(2836), + [aux_sym_preproc_include_token1] = ACTIONS(2836), + [aux_sym_preproc_def_token1] = ACTIONS(2836), + [aux_sym_preproc_if_token1] = ACTIONS(2836), + [aux_sym_preproc_if_token2] = ACTIONS(2836), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2836), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2836), + [aux_sym_preproc_else_token1] = ACTIONS(2836), + [aux_sym_preproc_elif_token1] = ACTIONS(2836), + [sym_preproc_directive] = ACTIONS(2836), + [anon_sym_LPAREN2] = ACTIONS(2838), + [anon_sym_BANG] = ACTIONS(2838), + [anon_sym_TILDE] = ACTIONS(2838), + [anon_sym_DASH] = ACTIONS(2836), + [anon_sym_PLUS] = ACTIONS(2836), + [anon_sym_STAR] = ACTIONS(2838), + [anon_sym_AMP_AMP] = ACTIONS(2838), + [anon_sym_AMP] = ACTIONS(2836), + [anon_sym_SEMI] = ACTIONS(2838), + [anon_sym_typedef] = ACTIONS(2836), + [anon_sym_extern] = ACTIONS(2836), + [anon_sym___attribute__] = ACTIONS(2836), + [anon_sym_COLON_COLON] = ACTIONS(2838), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2838), + [anon_sym___declspec] = ACTIONS(2836), + [anon_sym___based] = ACTIONS(2836), + [anon_sym___cdecl] = ACTIONS(2836), + [anon_sym___clrcall] = ACTIONS(2836), + [anon_sym___stdcall] = ACTIONS(2836), + [anon_sym___fastcall] = ACTIONS(2836), + [anon_sym___thiscall] = ACTIONS(2836), + [anon_sym___vectorcall] = ACTIONS(2836), + [anon_sym_LBRACE] = ACTIONS(2838), + [anon_sym_LBRACK] = ACTIONS(2836), + [anon_sym_static] = ACTIONS(2836), + [anon_sym_register] = ACTIONS(2836), + [anon_sym_inline] = ACTIONS(2836), + [anon_sym_thread_local] = ACTIONS(2836), + [anon_sym_const] = ACTIONS(2836), + [anon_sym_volatile] = ACTIONS(2836), + [anon_sym_restrict] = ACTIONS(2836), + [anon_sym__Atomic] = ACTIONS(2836), + [anon_sym_mutable] = ACTIONS(2836), + [anon_sym_constexpr] = ACTIONS(2836), + [anon_sym_constinit] = ACTIONS(2836), + [anon_sym_consteval] = ACTIONS(2836), + [anon_sym_signed] = ACTIONS(2836), + [anon_sym_unsigned] = ACTIONS(2836), + [anon_sym_long] = ACTIONS(2836), + [anon_sym_short] = ACTIONS(2836), + [sym_primitive_type] = ACTIONS(2836), + [anon_sym_enum] = ACTIONS(2836), + [anon_sym_class] = ACTIONS(2836), + [anon_sym_struct] = ACTIONS(2836), + [anon_sym_union] = ACTIONS(2836), + [anon_sym_if] = ACTIONS(2836), + [anon_sym_switch] = ACTIONS(2836), + [anon_sym_case] = ACTIONS(2836), + [anon_sym_default] = ACTIONS(2836), + [anon_sym_while] = ACTIONS(2836), + [anon_sym_do] = ACTIONS(2836), + [anon_sym_for] = ACTIONS(2836), + [anon_sym_return] = ACTIONS(2836), + [anon_sym_break] = ACTIONS(2836), + [anon_sym_continue] = ACTIONS(2836), + [anon_sym_goto] = ACTIONS(2836), + [anon_sym_not] = ACTIONS(2836), + [anon_sym_compl] = ACTIONS(2836), + [anon_sym_DASH_DASH] = ACTIONS(2838), + [anon_sym_PLUS_PLUS] = ACTIONS(2838), + [anon_sym_sizeof] = ACTIONS(2836), + [sym_number_literal] = ACTIONS(2838), + [anon_sym_L_SQUOTE] = ACTIONS(2838), + [anon_sym_u_SQUOTE] = ACTIONS(2838), + [anon_sym_U_SQUOTE] = ACTIONS(2838), + [anon_sym_u8_SQUOTE] = ACTIONS(2838), + [anon_sym_SQUOTE] = ACTIONS(2838), + [anon_sym_L_DQUOTE] = ACTIONS(2838), + [anon_sym_u_DQUOTE] = ACTIONS(2838), + [anon_sym_U_DQUOTE] = ACTIONS(2838), + [anon_sym_u8_DQUOTE] = ACTIONS(2838), + [anon_sym_DQUOTE] = ACTIONS(2838), + [sym_true] = ACTIONS(2836), + [sym_false] = ACTIONS(2836), + [sym_null] = ACTIONS(2836), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2836), + [anon_sym_decltype] = ACTIONS(2836), + [anon_sym_virtual] = ACTIONS(2836), + [anon_sym_explicit] = ACTIONS(2836), + [anon_sym_typename] = ACTIONS(2836), + [anon_sym_template] = ACTIONS(2836), + [anon_sym_operator] = ACTIONS(2836), + [anon_sym_try] = ACTIONS(2836), + [anon_sym_delete] = ACTIONS(2836), + [anon_sym_throw] = ACTIONS(2836), + [anon_sym_namespace] = ACTIONS(2836), + [anon_sym_using] = ACTIONS(2836), + [anon_sym_static_assert] = ACTIONS(2836), + [anon_sym_concept] = ACTIONS(2836), + [anon_sym_co_return] = ACTIONS(2836), + [anon_sym_co_yield] = ACTIONS(2836), + [anon_sym_R_DQUOTE] = ACTIONS(2838), + [anon_sym_LR_DQUOTE] = ACTIONS(2838), + [anon_sym_uR_DQUOTE] = ACTIONS(2838), + [anon_sym_UR_DQUOTE] = ACTIONS(2838), + [anon_sym_u8R_DQUOTE] = ACTIONS(2838), + [anon_sym_co_await] = ACTIONS(2836), + [anon_sym_new] = ACTIONS(2836), + [anon_sym_requires] = ACTIONS(2836), + [sym_this] = ACTIONS(2836), + [sym_nullptr] = ACTIONS(2836), }, [538] = { - [sym_identifier] = ACTIONS(2846), - [aux_sym_preproc_include_token1] = ACTIONS(2846), - [aux_sym_preproc_def_token1] = ACTIONS(2846), - [aux_sym_preproc_if_token1] = ACTIONS(2846), - [aux_sym_preproc_if_token2] = ACTIONS(2846), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2846), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2846), - [aux_sym_preproc_else_token1] = ACTIONS(2846), - [aux_sym_preproc_elif_token1] = ACTIONS(2846), - [sym_preproc_directive] = ACTIONS(2846), - [anon_sym_LPAREN2] = ACTIONS(2848), - [anon_sym_BANG] = ACTIONS(2848), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_DASH] = ACTIONS(2846), - [anon_sym_PLUS] = ACTIONS(2846), - [anon_sym_STAR] = ACTIONS(2848), - [anon_sym_AMP_AMP] = ACTIONS(2848), - [anon_sym_AMP] = ACTIONS(2846), - [anon_sym_SEMI] = ACTIONS(2848), - [anon_sym_typedef] = ACTIONS(2846), - [anon_sym_extern] = ACTIONS(2846), - [anon_sym___attribute__] = ACTIONS(2846), - [anon_sym_COLON_COLON] = ACTIONS(2848), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2848), - [anon_sym___declspec] = ACTIONS(2846), - [anon_sym___based] = ACTIONS(2846), - [anon_sym___cdecl] = ACTIONS(2846), - [anon_sym___clrcall] = ACTIONS(2846), - [anon_sym___stdcall] = ACTIONS(2846), - [anon_sym___fastcall] = ACTIONS(2846), - [anon_sym___thiscall] = ACTIONS(2846), - [anon_sym___vectorcall] = ACTIONS(2846), - [anon_sym_LBRACE] = ACTIONS(2848), - [anon_sym_LBRACK] = ACTIONS(2846), - [anon_sym_static] = ACTIONS(2846), - [anon_sym_register] = ACTIONS(2846), - [anon_sym_inline] = ACTIONS(2846), - [anon_sym_thread_local] = ACTIONS(2846), - [anon_sym_const] = ACTIONS(2846), - [anon_sym_volatile] = ACTIONS(2846), - [anon_sym_restrict] = ACTIONS(2846), - [anon_sym__Atomic] = ACTIONS(2846), - [anon_sym_mutable] = ACTIONS(2846), - [anon_sym_constexpr] = ACTIONS(2846), - [anon_sym_constinit] = ACTIONS(2846), - [anon_sym_consteval] = ACTIONS(2846), - [anon_sym_signed] = ACTIONS(2846), - [anon_sym_unsigned] = ACTIONS(2846), - [anon_sym_long] = ACTIONS(2846), - [anon_sym_short] = ACTIONS(2846), - [sym_primitive_type] = ACTIONS(2846), - [anon_sym_enum] = ACTIONS(2846), - [anon_sym_class] = ACTIONS(2846), - [anon_sym_struct] = ACTIONS(2846), - [anon_sym_union] = ACTIONS(2846), - [anon_sym_if] = ACTIONS(2846), - [anon_sym_switch] = ACTIONS(2846), - [anon_sym_case] = ACTIONS(2846), - [anon_sym_default] = ACTIONS(2846), - [anon_sym_while] = ACTIONS(2846), - [anon_sym_do] = ACTIONS(2846), - [anon_sym_for] = ACTIONS(2846), - [anon_sym_return] = ACTIONS(2846), - [anon_sym_break] = ACTIONS(2846), - [anon_sym_continue] = ACTIONS(2846), - [anon_sym_goto] = ACTIONS(2846), - [anon_sym_not] = ACTIONS(2846), - [anon_sym_compl] = ACTIONS(2846), - [anon_sym_DASH_DASH] = ACTIONS(2848), - [anon_sym_PLUS_PLUS] = ACTIONS(2848), - [anon_sym_sizeof] = ACTIONS(2846), - [sym_number_literal] = ACTIONS(2848), - [anon_sym_L_SQUOTE] = ACTIONS(2848), - [anon_sym_u_SQUOTE] = ACTIONS(2848), - [anon_sym_U_SQUOTE] = ACTIONS(2848), - [anon_sym_u8_SQUOTE] = ACTIONS(2848), - [anon_sym_SQUOTE] = ACTIONS(2848), - [anon_sym_L_DQUOTE] = ACTIONS(2848), - [anon_sym_u_DQUOTE] = ACTIONS(2848), - [anon_sym_U_DQUOTE] = ACTIONS(2848), - [anon_sym_u8_DQUOTE] = ACTIONS(2848), - [anon_sym_DQUOTE] = ACTIONS(2848), - [sym_true] = ACTIONS(2846), - [sym_false] = ACTIONS(2846), - [sym_null] = ACTIONS(2846), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2846), - [anon_sym_decltype] = ACTIONS(2846), - [anon_sym_virtual] = ACTIONS(2846), - [anon_sym_explicit] = ACTIONS(2846), - [anon_sym_typename] = ACTIONS(2846), - [anon_sym_template] = ACTIONS(2846), - [anon_sym_operator] = ACTIONS(2846), - [anon_sym_try] = ACTIONS(2846), - [anon_sym_delete] = ACTIONS(2846), - [anon_sym_throw] = ACTIONS(2846), - [anon_sym_namespace] = ACTIONS(2846), - [anon_sym_using] = ACTIONS(2846), - [anon_sym_static_assert] = ACTIONS(2846), - [anon_sym_concept] = ACTIONS(2846), - [anon_sym_co_return] = ACTIONS(2846), - [anon_sym_co_yield] = ACTIONS(2846), - [anon_sym_R_DQUOTE] = ACTIONS(2848), - [anon_sym_LR_DQUOTE] = ACTIONS(2848), - [anon_sym_uR_DQUOTE] = ACTIONS(2848), - [anon_sym_UR_DQUOTE] = ACTIONS(2848), - [anon_sym_u8R_DQUOTE] = ACTIONS(2848), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2846), - [anon_sym_requires] = ACTIONS(2846), - [sym_this] = ACTIONS(2846), - [sym_nullptr] = ACTIONS(2846), + [sym_identifier] = ACTIONS(2840), + [aux_sym_preproc_include_token1] = ACTIONS(2840), + [aux_sym_preproc_def_token1] = ACTIONS(2840), + [aux_sym_preproc_if_token1] = ACTIONS(2840), + [aux_sym_preproc_if_token2] = ACTIONS(2840), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2840), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2840), + [aux_sym_preproc_else_token1] = ACTIONS(2840), + [aux_sym_preproc_elif_token1] = ACTIONS(2840), + [sym_preproc_directive] = ACTIONS(2840), + [anon_sym_LPAREN2] = ACTIONS(2842), + [anon_sym_BANG] = ACTIONS(2842), + [anon_sym_TILDE] = ACTIONS(2842), + [anon_sym_DASH] = ACTIONS(2840), + [anon_sym_PLUS] = ACTIONS(2840), + [anon_sym_STAR] = ACTIONS(2842), + [anon_sym_AMP_AMP] = ACTIONS(2842), + [anon_sym_AMP] = ACTIONS(2840), + [anon_sym_SEMI] = ACTIONS(2842), + [anon_sym_typedef] = ACTIONS(2840), + [anon_sym_extern] = ACTIONS(2840), + [anon_sym___attribute__] = ACTIONS(2840), + [anon_sym_COLON_COLON] = ACTIONS(2842), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2842), + [anon_sym___declspec] = ACTIONS(2840), + [anon_sym___based] = ACTIONS(2840), + [anon_sym___cdecl] = ACTIONS(2840), + [anon_sym___clrcall] = ACTIONS(2840), + [anon_sym___stdcall] = ACTIONS(2840), + [anon_sym___fastcall] = ACTIONS(2840), + [anon_sym___thiscall] = ACTIONS(2840), + [anon_sym___vectorcall] = ACTIONS(2840), + [anon_sym_LBRACE] = ACTIONS(2842), + [anon_sym_LBRACK] = ACTIONS(2840), + [anon_sym_static] = ACTIONS(2840), + [anon_sym_register] = ACTIONS(2840), + [anon_sym_inline] = ACTIONS(2840), + [anon_sym_thread_local] = ACTIONS(2840), + [anon_sym_const] = ACTIONS(2840), + [anon_sym_volatile] = ACTIONS(2840), + [anon_sym_restrict] = ACTIONS(2840), + [anon_sym__Atomic] = ACTIONS(2840), + [anon_sym_mutable] = ACTIONS(2840), + [anon_sym_constexpr] = ACTIONS(2840), + [anon_sym_constinit] = ACTIONS(2840), + [anon_sym_consteval] = ACTIONS(2840), + [anon_sym_signed] = ACTIONS(2840), + [anon_sym_unsigned] = ACTIONS(2840), + [anon_sym_long] = ACTIONS(2840), + [anon_sym_short] = ACTIONS(2840), + [sym_primitive_type] = ACTIONS(2840), + [anon_sym_enum] = ACTIONS(2840), + [anon_sym_class] = ACTIONS(2840), + [anon_sym_struct] = ACTIONS(2840), + [anon_sym_union] = ACTIONS(2840), + [anon_sym_if] = ACTIONS(2840), + [anon_sym_switch] = ACTIONS(2840), + [anon_sym_case] = ACTIONS(2840), + [anon_sym_default] = ACTIONS(2840), + [anon_sym_while] = ACTIONS(2840), + [anon_sym_do] = ACTIONS(2840), + [anon_sym_for] = ACTIONS(2840), + [anon_sym_return] = ACTIONS(2840), + [anon_sym_break] = ACTIONS(2840), + [anon_sym_continue] = ACTIONS(2840), + [anon_sym_goto] = ACTIONS(2840), + [anon_sym_not] = ACTIONS(2840), + [anon_sym_compl] = ACTIONS(2840), + [anon_sym_DASH_DASH] = ACTIONS(2842), + [anon_sym_PLUS_PLUS] = ACTIONS(2842), + [anon_sym_sizeof] = ACTIONS(2840), + [sym_number_literal] = ACTIONS(2842), + [anon_sym_L_SQUOTE] = ACTIONS(2842), + [anon_sym_u_SQUOTE] = ACTIONS(2842), + [anon_sym_U_SQUOTE] = ACTIONS(2842), + [anon_sym_u8_SQUOTE] = ACTIONS(2842), + [anon_sym_SQUOTE] = ACTIONS(2842), + [anon_sym_L_DQUOTE] = ACTIONS(2842), + [anon_sym_u_DQUOTE] = ACTIONS(2842), + [anon_sym_U_DQUOTE] = ACTIONS(2842), + [anon_sym_u8_DQUOTE] = ACTIONS(2842), + [anon_sym_DQUOTE] = ACTIONS(2842), + [sym_true] = ACTIONS(2840), + [sym_false] = ACTIONS(2840), + [sym_null] = ACTIONS(2840), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2840), + [anon_sym_decltype] = ACTIONS(2840), + [anon_sym_virtual] = ACTIONS(2840), + [anon_sym_explicit] = ACTIONS(2840), + [anon_sym_typename] = ACTIONS(2840), + [anon_sym_template] = ACTIONS(2840), + [anon_sym_operator] = ACTIONS(2840), + [anon_sym_try] = ACTIONS(2840), + [anon_sym_delete] = ACTIONS(2840), + [anon_sym_throw] = ACTIONS(2840), + [anon_sym_namespace] = ACTIONS(2840), + [anon_sym_using] = ACTIONS(2840), + [anon_sym_static_assert] = ACTIONS(2840), + [anon_sym_concept] = ACTIONS(2840), + [anon_sym_co_return] = ACTIONS(2840), + [anon_sym_co_yield] = ACTIONS(2840), + [anon_sym_R_DQUOTE] = ACTIONS(2842), + [anon_sym_LR_DQUOTE] = ACTIONS(2842), + [anon_sym_uR_DQUOTE] = ACTIONS(2842), + [anon_sym_UR_DQUOTE] = ACTIONS(2842), + [anon_sym_u8R_DQUOTE] = ACTIONS(2842), + [anon_sym_co_await] = ACTIONS(2840), + [anon_sym_new] = ACTIONS(2840), + [anon_sym_requires] = ACTIONS(2840), + [sym_this] = ACTIONS(2840), + [sym_nullptr] = ACTIONS(2840), }, [539] = { - [sym_identifier] = ACTIONS(2850), - [aux_sym_preproc_include_token1] = ACTIONS(2850), - [aux_sym_preproc_def_token1] = ACTIONS(2850), - [aux_sym_preproc_if_token1] = ACTIONS(2850), - [aux_sym_preproc_if_token2] = ACTIONS(2850), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2850), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2850), - [aux_sym_preproc_else_token1] = ACTIONS(2850), - [aux_sym_preproc_elif_token1] = ACTIONS(2850), - [sym_preproc_directive] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2852), - [anon_sym_TILDE] = ACTIONS(2852), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_STAR] = ACTIONS(2852), - [anon_sym_AMP_AMP] = ACTIONS(2852), - [anon_sym_AMP] = ACTIONS(2850), - [anon_sym_SEMI] = ACTIONS(2852), - [anon_sym_typedef] = ACTIONS(2850), - [anon_sym_extern] = ACTIONS(2850), - [anon_sym___attribute__] = ACTIONS(2850), - [anon_sym_COLON_COLON] = ACTIONS(2852), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2852), - [anon_sym___declspec] = ACTIONS(2850), - [anon_sym___based] = ACTIONS(2850), - [anon_sym___cdecl] = ACTIONS(2850), - [anon_sym___clrcall] = ACTIONS(2850), - [anon_sym___stdcall] = ACTIONS(2850), - [anon_sym___fastcall] = ACTIONS(2850), - [anon_sym___thiscall] = ACTIONS(2850), - [anon_sym___vectorcall] = ACTIONS(2850), - [anon_sym_LBRACE] = ACTIONS(2852), - [anon_sym_LBRACK] = ACTIONS(2850), - [anon_sym_static] = ACTIONS(2850), - [anon_sym_register] = ACTIONS(2850), - [anon_sym_inline] = ACTIONS(2850), - [anon_sym_thread_local] = ACTIONS(2850), - [anon_sym_const] = ACTIONS(2850), - [anon_sym_volatile] = ACTIONS(2850), - [anon_sym_restrict] = ACTIONS(2850), - [anon_sym__Atomic] = ACTIONS(2850), - [anon_sym_mutable] = ACTIONS(2850), - [anon_sym_constexpr] = ACTIONS(2850), - [anon_sym_constinit] = ACTIONS(2850), - [anon_sym_consteval] = ACTIONS(2850), - [anon_sym_signed] = ACTIONS(2850), - [anon_sym_unsigned] = ACTIONS(2850), - [anon_sym_long] = ACTIONS(2850), - [anon_sym_short] = ACTIONS(2850), - [sym_primitive_type] = ACTIONS(2850), - [anon_sym_enum] = ACTIONS(2850), - [anon_sym_class] = ACTIONS(2850), - [anon_sym_struct] = ACTIONS(2850), - [anon_sym_union] = ACTIONS(2850), - [anon_sym_if] = ACTIONS(2850), - [anon_sym_switch] = ACTIONS(2850), - [anon_sym_case] = ACTIONS(2850), - [anon_sym_default] = ACTIONS(2850), - [anon_sym_while] = ACTIONS(2850), - [anon_sym_do] = ACTIONS(2850), - [anon_sym_for] = ACTIONS(2850), - [anon_sym_return] = ACTIONS(2850), - [anon_sym_break] = ACTIONS(2850), - [anon_sym_continue] = ACTIONS(2850), - [anon_sym_goto] = ACTIONS(2850), - [anon_sym_not] = ACTIONS(2850), - [anon_sym_compl] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2850), - [sym_number_literal] = ACTIONS(2852), - [anon_sym_L_SQUOTE] = ACTIONS(2852), - [anon_sym_u_SQUOTE] = ACTIONS(2852), - [anon_sym_U_SQUOTE] = ACTIONS(2852), - [anon_sym_u8_SQUOTE] = ACTIONS(2852), - [anon_sym_SQUOTE] = ACTIONS(2852), - [anon_sym_L_DQUOTE] = ACTIONS(2852), - [anon_sym_u_DQUOTE] = ACTIONS(2852), - [anon_sym_U_DQUOTE] = ACTIONS(2852), - [anon_sym_u8_DQUOTE] = ACTIONS(2852), - [anon_sym_DQUOTE] = ACTIONS(2852), - [sym_true] = ACTIONS(2850), - [sym_false] = ACTIONS(2850), - [sym_null] = ACTIONS(2850), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2850), - [anon_sym_decltype] = ACTIONS(2850), - [anon_sym_virtual] = ACTIONS(2850), - [anon_sym_explicit] = ACTIONS(2850), - [anon_sym_typename] = ACTIONS(2850), - [anon_sym_template] = ACTIONS(2850), - [anon_sym_operator] = ACTIONS(2850), - [anon_sym_try] = ACTIONS(2850), - [anon_sym_delete] = ACTIONS(2850), - [anon_sym_throw] = ACTIONS(2850), - [anon_sym_namespace] = ACTIONS(2850), - [anon_sym_using] = ACTIONS(2850), - [anon_sym_static_assert] = ACTIONS(2850), - [anon_sym_concept] = ACTIONS(2850), - [anon_sym_co_return] = ACTIONS(2850), - [anon_sym_co_yield] = ACTIONS(2850), - [anon_sym_R_DQUOTE] = ACTIONS(2852), - [anon_sym_LR_DQUOTE] = ACTIONS(2852), - [anon_sym_uR_DQUOTE] = ACTIONS(2852), - [anon_sym_UR_DQUOTE] = ACTIONS(2852), - [anon_sym_u8R_DQUOTE] = ACTIONS(2852), - [anon_sym_co_await] = ACTIONS(2850), - [anon_sym_new] = ACTIONS(2850), - [anon_sym_requires] = ACTIONS(2850), - [sym_this] = ACTIONS(2850), - [sym_nullptr] = ACTIONS(2850), + [sym_identifier] = ACTIONS(2844), + [aux_sym_preproc_include_token1] = ACTIONS(2844), + [aux_sym_preproc_def_token1] = ACTIONS(2844), + [aux_sym_preproc_if_token1] = ACTIONS(2844), + [aux_sym_preproc_if_token2] = ACTIONS(2844), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2844), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2844), + [aux_sym_preproc_else_token1] = ACTIONS(2844), + [aux_sym_preproc_elif_token1] = ACTIONS(2844), + [sym_preproc_directive] = ACTIONS(2844), + [anon_sym_LPAREN2] = ACTIONS(2846), + [anon_sym_BANG] = ACTIONS(2846), + [anon_sym_TILDE] = ACTIONS(2846), + [anon_sym_DASH] = ACTIONS(2844), + [anon_sym_PLUS] = ACTIONS(2844), + [anon_sym_STAR] = ACTIONS(2846), + [anon_sym_AMP_AMP] = ACTIONS(2846), + [anon_sym_AMP] = ACTIONS(2844), + [anon_sym_SEMI] = ACTIONS(2846), + [anon_sym_typedef] = ACTIONS(2844), + [anon_sym_extern] = ACTIONS(2844), + [anon_sym___attribute__] = ACTIONS(2844), + [anon_sym_COLON_COLON] = ACTIONS(2846), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2846), + [anon_sym___declspec] = ACTIONS(2844), + [anon_sym___based] = ACTIONS(2844), + [anon_sym___cdecl] = ACTIONS(2844), + [anon_sym___clrcall] = ACTIONS(2844), + [anon_sym___stdcall] = ACTIONS(2844), + [anon_sym___fastcall] = ACTIONS(2844), + [anon_sym___thiscall] = ACTIONS(2844), + [anon_sym___vectorcall] = ACTIONS(2844), + [anon_sym_LBRACE] = ACTIONS(2846), + [anon_sym_LBRACK] = ACTIONS(2844), + [anon_sym_static] = ACTIONS(2844), + [anon_sym_register] = ACTIONS(2844), + [anon_sym_inline] = ACTIONS(2844), + [anon_sym_thread_local] = ACTIONS(2844), + [anon_sym_const] = ACTIONS(2844), + [anon_sym_volatile] = ACTIONS(2844), + [anon_sym_restrict] = ACTIONS(2844), + [anon_sym__Atomic] = ACTIONS(2844), + [anon_sym_mutable] = ACTIONS(2844), + [anon_sym_constexpr] = ACTIONS(2844), + [anon_sym_constinit] = ACTIONS(2844), + [anon_sym_consteval] = ACTIONS(2844), + [anon_sym_signed] = ACTIONS(2844), + [anon_sym_unsigned] = ACTIONS(2844), + [anon_sym_long] = ACTIONS(2844), + [anon_sym_short] = ACTIONS(2844), + [sym_primitive_type] = ACTIONS(2844), + [anon_sym_enum] = ACTIONS(2844), + [anon_sym_class] = ACTIONS(2844), + [anon_sym_struct] = ACTIONS(2844), + [anon_sym_union] = ACTIONS(2844), + [anon_sym_if] = ACTIONS(2844), + [anon_sym_switch] = ACTIONS(2844), + [anon_sym_case] = ACTIONS(2844), + [anon_sym_default] = ACTIONS(2844), + [anon_sym_while] = ACTIONS(2844), + [anon_sym_do] = ACTIONS(2844), + [anon_sym_for] = ACTIONS(2844), + [anon_sym_return] = ACTIONS(2844), + [anon_sym_break] = ACTIONS(2844), + [anon_sym_continue] = ACTIONS(2844), + [anon_sym_goto] = ACTIONS(2844), + [anon_sym_not] = ACTIONS(2844), + [anon_sym_compl] = ACTIONS(2844), + [anon_sym_DASH_DASH] = ACTIONS(2846), + [anon_sym_PLUS_PLUS] = ACTIONS(2846), + [anon_sym_sizeof] = ACTIONS(2844), + [sym_number_literal] = ACTIONS(2846), + [anon_sym_L_SQUOTE] = ACTIONS(2846), + [anon_sym_u_SQUOTE] = ACTIONS(2846), + [anon_sym_U_SQUOTE] = ACTIONS(2846), + [anon_sym_u8_SQUOTE] = ACTIONS(2846), + [anon_sym_SQUOTE] = ACTIONS(2846), + [anon_sym_L_DQUOTE] = ACTIONS(2846), + [anon_sym_u_DQUOTE] = ACTIONS(2846), + [anon_sym_U_DQUOTE] = ACTIONS(2846), + [anon_sym_u8_DQUOTE] = ACTIONS(2846), + [anon_sym_DQUOTE] = ACTIONS(2846), + [sym_true] = ACTIONS(2844), + [sym_false] = ACTIONS(2844), + [sym_null] = ACTIONS(2844), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2844), + [anon_sym_decltype] = ACTIONS(2844), + [anon_sym_virtual] = ACTIONS(2844), + [anon_sym_explicit] = ACTIONS(2844), + [anon_sym_typename] = ACTIONS(2844), + [anon_sym_template] = ACTIONS(2844), + [anon_sym_operator] = ACTIONS(2844), + [anon_sym_try] = ACTIONS(2844), + [anon_sym_delete] = ACTIONS(2844), + [anon_sym_throw] = ACTIONS(2844), + [anon_sym_namespace] = ACTIONS(2844), + [anon_sym_using] = ACTIONS(2844), + [anon_sym_static_assert] = ACTIONS(2844), + [anon_sym_concept] = ACTIONS(2844), + [anon_sym_co_return] = ACTIONS(2844), + [anon_sym_co_yield] = ACTIONS(2844), + [anon_sym_R_DQUOTE] = ACTIONS(2846), + [anon_sym_LR_DQUOTE] = ACTIONS(2846), + [anon_sym_uR_DQUOTE] = ACTIONS(2846), + [anon_sym_UR_DQUOTE] = ACTIONS(2846), + [anon_sym_u8R_DQUOTE] = ACTIONS(2846), + [anon_sym_co_await] = ACTIONS(2844), + [anon_sym_new] = ACTIONS(2844), + [anon_sym_requires] = ACTIONS(2844), + [sym_this] = ACTIONS(2844), + [sym_nullptr] = ACTIONS(2844), }, [540] = { - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_unaligned_ptr_modifier] = STATE(4370), - [sym_ms_pointer_modifier] = STATE(3242), - [sym__declarator] = STATE(5342), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5173), - [sym_array_declarator] = STATE(5173), - [sym_type_qualifier] = STATE(3559), - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2777), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4882), - [sym_qualified_identifier] = STATE(2780), - [sym_qualified_type_identifier] = STATE(6222), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(2501), - [aux_sym_type_definition_repeat1] = STATE(3559), - [aux_sym_pointer_declarator_repeat1] = STATE(3242), - [sym_identifier] = ACTIONS(2854), - [anon_sym_LPAREN2] = ACTIONS(2856), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_unaligned_ptr_modifier] = STATE(4303), + [sym_ms_pointer_modifier] = STATE(3180), + [sym__declarator] = STATE(5128), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5040), + [sym_array_declarator] = STATE(5040), + [sym_type_qualifier] = STATE(3494), + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2901), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4805), + [sym_qualified_identifier] = STATE(2900), + [sym_qualified_type_identifier] = STATE(6419), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(2487), + [aux_sym_type_definition_repeat1] = STATE(3494), + [aux_sym_pointer_declarator_repeat1] = STATE(3180), + [sym_identifier] = ACTIONS(2848), + [anon_sym_LPAREN2] = ACTIONS(2850), [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(2858), + [anon_sym_TILDE] = ACTIONS(2852), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), [anon_sym_STAR] = ACTIONS(27), @@ -99592,20 +99350,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym___based] = ACTIONS(47), - [sym_ms_restrict_modifier] = ACTIONS(2728), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2728), - [sym_ms_signed_ptr_modifier] = ACTIONS(2728), - [anon_sym__unaligned] = ACTIONS(2730), - [anon_sym___unaligned] = ACTIONS(2730), + [sym_ms_restrict_modifier] = ACTIONS(2714), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(2714), + [sym_ms_signed_ptr_modifier] = ACTIONS(2714), + [anon_sym__unaligned] = ACTIONS(2716), + [anon_sym___unaligned] = ACTIONS(2716), [anon_sym_LBRACK] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(2732), - [anon_sym_volatile] = ACTIONS(2732), - [anon_sym_restrict] = ACTIONS(2732), - [anon_sym__Atomic] = ACTIONS(2732), - [anon_sym_mutable] = ACTIONS(2732), - [anon_sym_constexpr] = ACTIONS(2732), - [anon_sym_constinit] = ACTIONS(2732), - [anon_sym_consteval] = ACTIONS(2732), + [anon_sym_const] = ACTIONS(2718), + [anon_sym_volatile] = ACTIONS(2718), + [anon_sym_restrict] = ACTIONS(2718), + [anon_sym__Atomic] = ACTIONS(2718), + [anon_sym_mutable] = ACTIONS(2718), + [anon_sym_constexpr] = ACTIONS(2718), + [anon_sym_constinit] = ACTIONS(2718), + [anon_sym_consteval] = ACTIONS(2718), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -99628,7 +99386,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1501), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), @@ -99643,5241 +99401,4676 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1533), }, [541] = { - [sym_identifier] = ACTIONS(2860), - [aux_sym_preproc_include_token1] = ACTIONS(2860), - [aux_sym_preproc_def_token1] = ACTIONS(2860), - [aux_sym_preproc_if_token1] = ACTIONS(2860), - [aux_sym_preproc_if_token2] = ACTIONS(2860), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2860), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2860), - [aux_sym_preproc_else_token1] = ACTIONS(2860), - [aux_sym_preproc_elif_token1] = ACTIONS(2860), - [sym_preproc_directive] = ACTIONS(2860), - [anon_sym_LPAREN2] = ACTIONS(2862), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2860), - [anon_sym_PLUS] = ACTIONS(2860), - [anon_sym_STAR] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2862), - [anon_sym_AMP] = ACTIONS(2860), - [anon_sym_SEMI] = ACTIONS(2862), - [anon_sym_typedef] = ACTIONS(2860), - [anon_sym_extern] = ACTIONS(2860), - [anon_sym___attribute__] = ACTIONS(2860), - [anon_sym_COLON_COLON] = ACTIONS(2862), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2862), - [anon_sym___declspec] = ACTIONS(2860), - [anon_sym___based] = ACTIONS(2860), - [anon_sym___cdecl] = ACTIONS(2860), - [anon_sym___clrcall] = ACTIONS(2860), - [anon_sym___stdcall] = ACTIONS(2860), - [anon_sym___fastcall] = ACTIONS(2860), - [anon_sym___thiscall] = ACTIONS(2860), - [anon_sym___vectorcall] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(2862), - [anon_sym_LBRACK] = ACTIONS(2860), - [anon_sym_static] = ACTIONS(2860), - [anon_sym_register] = ACTIONS(2860), - [anon_sym_inline] = ACTIONS(2860), - [anon_sym_thread_local] = ACTIONS(2860), - [anon_sym_const] = ACTIONS(2860), - [anon_sym_volatile] = ACTIONS(2860), - [anon_sym_restrict] = ACTIONS(2860), - [anon_sym__Atomic] = ACTIONS(2860), - [anon_sym_mutable] = ACTIONS(2860), - [anon_sym_constexpr] = ACTIONS(2860), - [anon_sym_constinit] = ACTIONS(2860), - [anon_sym_consteval] = ACTIONS(2860), - [anon_sym_signed] = ACTIONS(2860), - [anon_sym_unsigned] = ACTIONS(2860), - [anon_sym_long] = ACTIONS(2860), - [anon_sym_short] = ACTIONS(2860), - [sym_primitive_type] = ACTIONS(2860), - [anon_sym_enum] = ACTIONS(2860), - [anon_sym_class] = ACTIONS(2860), - [anon_sym_struct] = ACTIONS(2860), - [anon_sym_union] = ACTIONS(2860), - [anon_sym_if] = ACTIONS(2860), - [anon_sym_switch] = ACTIONS(2860), - [anon_sym_case] = ACTIONS(2860), - [anon_sym_default] = ACTIONS(2860), - [anon_sym_while] = ACTIONS(2860), - [anon_sym_do] = ACTIONS(2860), - [anon_sym_for] = ACTIONS(2860), - [anon_sym_return] = ACTIONS(2860), - [anon_sym_break] = ACTIONS(2860), - [anon_sym_continue] = ACTIONS(2860), - [anon_sym_goto] = ACTIONS(2860), - [anon_sym_not] = ACTIONS(2860), - [anon_sym_compl] = ACTIONS(2860), - [anon_sym_DASH_DASH] = ACTIONS(2862), - [anon_sym_PLUS_PLUS] = ACTIONS(2862), - [anon_sym_sizeof] = ACTIONS(2860), - [sym_number_literal] = ACTIONS(2862), - [anon_sym_L_SQUOTE] = ACTIONS(2862), - [anon_sym_u_SQUOTE] = ACTIONS(2862), - [anon_sym_U_SQUOTE] = ACTIONS(2862), - [anon_sym_u8_SQUOTE] = ACTIONS(2862), - [anon_sym_SQUOTE] = ACTIONS(2862), - [anon_sym_L_DQUOTE] = ACTIONS(2862), - [anon_sym_u_DQUOTE] = ACTIONS(2862), - [anon_sym_U_DQUOTE] = ACTIONS(2862), - [anon_sym_u8_DQUOTE] = ACTIONS(2862), - [anon_sym_DQUOTE] = ACTIONS(2862), - [sym_true] = ACTIONS(2860), - [sym_false] = ACTIONS(2860), - [sym_null] = ACTIONS(2860), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2860), - [anon_sym_decltype] = ACTIONS(2860), - [anon_sym_virtual] = ACTIONS(2860), - [anon_sym_explicit] = ACTIONS(2860), - [anon_sym_typename] = ACTIONS(2860), - [anon_sym_template] = ACTIONS(2860), - [anon_sym_operator] = ACTIONS(2860), - [anon_sym_try] = ACTIONS(2860), - [anon_sym_delete] = ACTIONS(2860), - [anon_sym_throw] = ACTIONS(2860), - [anon_sym_namespace] = ACTIONS(2860), - [anon_sym_using] = ACTIONS(2860), - [anon_sym_static_assert] = ACTIONS(2860), - [anon_sym_concept] = ACTIONS(2860), - [anon_sym_co_return] = ACTIONS(2860), - [anon_sym_co_yield] = ACTIONS(2860), - [anon_sym_R_DQUOTE] = ACTIONS(2862), - [anon_sym_LR_DQUOTE] = ACTIONS(2862), - [anon_sym_uR_DQUOTE] = ACTIONS(2862), - [anon_sym_UR_DQUOTE] = ACTIONS(2862), - [anon_sym_u8R_DQUOTE] = ACTIONS(2862), - [anon_sym_co_await] = ACTIONS(2860), - [anon_sym_new] = ACTIONS(2860), - [anon_sym_requires] = ACTIONS(2860), - [sym_this] = ACTIONS(2860), - [sym_nullptr] = ACTIONS(2860), + [sym_identifier] = ACTIONS(2854), + [aux_sym_preproc_include_token1] = ACTIONS(2854), + [aux_sym_preproc_def_token1] = ACTIONS(2854), + [aux_sym_preproc_if_token1] = ACTIONS(2854), + [aux_sym_preproc_if_token2] = ACTIONS(2854), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2854), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2854), + [aux_sym_preproc_else_token1] = ACTIONS(2854), + [aux_sym_preproc_elif_token1] = ACTIONS(2854), + [sym_preproc_directive] = ACTIONS(2854), + [anon_sym_LPAREN2] = ACTIONS(2856), + [anon_sym_BANG] = ACTIONS(2856), + [anon_sym_TILDE] = ACTIONS(2856), + [anon_sym_DASH] = ACTIONS(2854), + [anon_sym_PLUS] = ACTIONS(2854), + [anon_sym_STAR] = ACTIONS(2856), + [anon_sym_AMP_AMP] = ACTIONS(2856), + [anon_sym_AMP] = ACTIONS(2854), + [anon_sym_SEMI] = ACTIONS(2856), + [anon_sym_typedef] = ACTIONS(2854), + [anon_sym_extern] = ACTIONS(2854), + [anon_sym___attribute__] = ACTIONS(2854), + [anon_sym_COLON_COLON] = ACTIONS(2856), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2856), + [anon_sym___declspec] = ACTIONS(2854), + [anon_sym___based] = ACTIONS(2854), + [anon_sym___cdecl] = ACTIONS(2854), + [anon_sym___clrcall] = ACTIONS(2854), + [anon_sym___stdcall] = ACTIONS(2854), + [anon_sym___fastcall] = ACTIONS(2854), + [anon_sym___thiscall] = ACTIONS(2854), + [anon_sym___vectorcall] = ACTIONS(2854), + [anon_sym_LBRACE] = ACTIONS(2856), + [anon_sym_LBRACK] = ACTIONS(2854), + [anon_sym_static] = ACTIONS(2854), + [anon_sym_register] = ACTIONS(2854), + [anon_sym_inline] = ACTIONS(2854), + [anon_sym_thread_local] = ACTIONS(2854), + [anon_sym_const] = ACTIONS(2854), + [anon_sym_volatile] = ACTIONS(2854), + [anon_sym_restrict] = ACTIONS(2854), + [anon_sym__Atomic] = ACTIONS(2854), + [anon_sym_mutable] = ACTIONS(2854), + [anon_sym_constexpr] = ACTIONS(2854), + [anon_sym_constinit] = ACTIONS(2854), + [anon_sym_consteval] = ACTIONS(2854), + [anon_sym_signed] = ACTIONS(2854), + [anon_sym_unsigned] = ACTIONS(2854), + [anon_sym_long] = ACTIONS(2854), + [anon_sym_short] = ACTIONS(2854), + [sym_primitive_type] = ACTIONS(2854), + [anon_sym_enum] = ACTIONS(2854), + [anon_sym_class] = ACTIONS(2854), + [anon_sym_struct] = ACTIONS(2854), + [anon_sym_union] = ACTIONS(2854), + [anon_sym_if] = ACTIONS(2854), + [anon_sym_switch] = ACTIONS(2854), + [anon_sym_case] = ACTIONS(2854), + [anon_sym_default] = ACTIONS(2854), + [anon_sym_while] = ACTIONS(2854), + [anon_sym_do] = ACTIONS(2854), + [anon_sym_for] = ACTIONS(2854), + [anon_sym_return] = ACTIONS(2854), + [anon_sym_break] = ACTIONS(2854), + [anon_sym_continue] = ACTIONS(2854), + [anon_sym_goto] = ACTIONS(2854), + [anon_sym_not] = ACTIONS(2854), + [anon_sym_compl] = ACTIONS(2854), + [anon_sym_DASH_DASH] = ACTIONS(2856), + [anon_sym_PLUS_PLUS] = ACTIONS(2856), + [anon_sym_sizeof] = ACTIONS(2854), + [sym_number_literal] = ACTIONS(2856), + [anon_sym_L_SQUOTE] = ACTIONS(2856), + [anon_sym_u_SQUOTE] = ACTIONS(2856), + [anon_sym_U_SQUOTE] = ACTIONS(2856), + [anon_sym_u8_SQUOTE] = ACTIONS(2856), + [anon_sym_SQUOTE] = ACTIONS(2856), + [anon_sym_L_DQUOTE] = ACTIONS(2856), + [anon_sym_u_DQUOTE] = ACTIONS(2856), + [anon_sym_U_DQUOTE] = ACTIONS(2856), + [anon_sym_u8_DQUOTE] = ACTIONS(2856), + [anon_sym_DQUOTE] = ACTIONS(2856), + [sym_true] = ACTIONS(2854), + [sym_false] = ACTIONS(2854), + [sym_null] = ACTIONS(2854), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2854), + [anon_sym_decltype] = ACTIONS(2854), + [anon_sym_virtual] = ACTIONS(2854), + [anon_sym_explicit] = ACTIONS(2854), + [anon_sym_typename] = ACTIONS(2854), + [anon_sym_template] = ACTIONS(2854), + [anon_sym_operator] = ACTIONS(2854), + [anon_sym_try] = ACTIONS(2854), + [anon_sym_delete] = ACTIONS(2854), + [anon_sym_throw] = ACTIONS(2854), + [anon_sym_namespace] = ACTIONS(2854), + [anon_sym_using] = ACTIONS(2854), + [anon_sym_static_assert] = ACTIONS(2854), + [anon_sym_concept] = ACTIONS(2854), + [anon_sym_co_return] = ACTIONS(2854), + [anon_sym_co_yield] = ACTIONS(2854), + [anon_sym_R_DQUOTE] = ACTIONS(2856), + [anon_sym_LR_DQUOTE] = ACTIONS(2856), + [anon_sym_uR_DQUOTE] = ACTIONS(2856), + [anon_sym_UR_DQUOTE] = ACTIONS(2856), + [anon_sym_u8R_DQUOTE] = ACTIONS(2856), + [anon_sym_co_await] = ACTIONS(2854), + [anon_sym_new] = ACTIONS(2854), + [anon_sym_requires] = ACTIONS(2854), + [sym_this] = ACTIONS(2854), + [sym_nullptr] = ACTIONS(2854), }, [542] = { - [sym_identifier] = ACTIONS(2248), - [aux_sym_preproc_include_token1] = ACTIONS(2248), - [aux_sym_preproc_def_token1] = ACTIONS(2248), - [aux_sym_preproc_if_token1] = ACTIONS(2248), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2248), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2248), - [sym_preproc_directive] = ACTIONS(2248), - [anon_sym_LPAREN2] = ACTIONS(2246), - [anon_sym_BANG] = ACTIONS(2246), - [anon_sym_TILDE] = ACTIONS(2246), - [anon_sym_DASH] = ACTIONS(2248), - [anon_sym_PLUS] = ACTIONS(2248), - [anon_sym_STAR] = ACTIONS(2246), - [anon_sym_AMP_AMP] = ACTIONS(2246), - [anon_sym_AMP] = ACTIONS(2248), - [anon_sym_SEMI] = ACTIONS(2246), - [anon_sym_typedef] = ACTIONS(2248), - [anon_sym_extern] = ACTIONS(2248), - [anon_sym___attribute__] = ACTIONS(2248), - [anon_sym_COLON_COLON] = ACTIONS(2246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2246), - [anon_sym___declspec] = ACTIONS(2248), - [anon_sym___based] = ACTIONS(2248), - [anon_sym___cdecl] = ACTIONS(2248), - [anon_sym___clrcall] = ACTIONS(2248), - [anon_sym___stdcall] = ACTIONS(2248), - [anon_sym___fastcall] = ACTIONS(2248), - [anon_sym___thiscall] = ACTIONS(2248), - [anon_sym___vectorcall] = ACTIONS(2248), - [anon_sym_LBRACE] = ACTIONS(2246), - [anon_sym_RBRACE] = ACTIONS(2246), - [anon_sym_LBRACK] = ACTIONS(2248), - [anon_sym_static] = ACTIONS(2248), - [anon_sym_register] = ACTIONS(2248), - [anon_sym_inline] = ACTIONS(2248), - [anon_sym_thread_local] = ACTIONS(2248), - [anon_sym_const] = ACTIONS(2248), - [anon_sym_volatile] = ACTIONS(2248), - [anon_sym_restrict] = ACTIONS(2248), - [anon_sym__Atomic] = ACTIONS(2248), - [anon_sym_mutable] = ACTIONS(2248), - [anon_sym_constexpr] = ACTIONS(2248), - [anon_sym_constinit] = ACTIONS(2248), - [anon_sym_consteval] = ACTIONS(2248), - [anon_sym_signed] = ACTIONS(2248), - [anon_sym_unsigned] = ACTIONS(2248), - [anon_sym_long] = ACTIONS(2248), - [anon_sym_short] = ACTIONS(2248), - [sym_primitive_type] = ACTIONS(2248), - [anon_sym_enum] = ACTIONS(2248), - [anon_sym_class] = ACTIONS(2248), - [anon_sym_struct] = ACTIONS(2248), - [anon_sym_union] = ACTIONS(2248), - [anon_sym_if] = ACTIONS(2248), - [anon_sym_else] = ACTIONS(2248), - [anon_sym_switch] = ACTIONS(2248), - [anon_sym_case] = ACTIONS(2248), - [anon_sym_default] = ACTIONS(2248), - [anon_sym_while] = ACTIONS(2248), - [anon_sym_do] = ACTIONS(2248), - [anon_sym_for] = ACTIONS(2248), - [anon_sym_return] = ACTIONS(2248), - [anon_sym_break] = ACTIONS(2248), - [anon_sym_continue] = ACTIONS(2248), - [anon_sym_goto] = ACTIONS(2248), - [anon_sym_not] = ACTIONS(2248), - [anon_sym_compl] = ACTIONS(2248), - [anon_sym_DASH_DASH] = ACTIONS(2246), - [anon_sym_PLUS_PLUS] = ACTIONS(2246), - [anon_sym_sizeof] = ACTIONS(2248), - [sym_number_literal] = ACTIONS(2246), - [anon_sym_L_SQUOTE] = ACTIONS(2246), - [anon_sym_u_SQUOTE] = ACTIONS(2246), - [anon_sym_U_SQUOTE] = ACTIONS(2246), - [anon_sym_u8_SQUOTE] = ACTIONS(2246), - [anon_sym_SQUOTE] = ACTIONS(2246), - [anon_sym_L_DQUOTE] = ACTIONS(2246), - [anon_sym_u_DQUOTE] = ACTIONS(2246), - [anon_sym_U_DQUOTE] = ACTIONS(2246), - [anon_sym_u8_DQUOTE] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2246), - [sym_true] = ACTIONS(2248), - [sym_false] = ACTIONS(2248), - [sym_null] = ACTIONS(2248), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2248), - [anon_sym_decltype] = ACTIONS(2248), - [anon_sym_virtual] = ACTIONS(2248), - [anon_sym_explicit] = ACTIONS(2248), - [anon_sym_typename] = ACTIONS(2248), - [anon_sym_template] = ACTIONS(2248), - [anon_sym_operator] = ACTIONS(2248), - [anon_sym_try] = ACTIONS(2248), - [anon_sym_delete] = ACTIONS(2248), - [anon_sym_throw] = ACTIONS(2248), - [anon_sym_namespace] = ACTIONS(2248), - [anon_sym_using] = ACTIONS(2248), - [anon_sym_static_assert] = ACTIONS(2248), - [anon_sym_concept] = ACTIONS(2248), - [anon_sym_co_return] = ACTIONS(2248), - [anon_sym_co_yield] = ACTIONS(2248), - [anon_sym_catch] = ACTIONS(2248), - [anon_sym_R_DQUOTE] = ACTIONS(2246), - [anon_sym_LR_DQUOTE] = ACTIONS(2246), - [anon_sym_uR_DQUOTE] = ACTIONS(2246), - [anon_sym_UR_DQUOTE] = ACTIONS(2246), - [anon_sym_u8R_DQUOTE] = ACTIONS(2246), - [anon_sym_co_await] = ACTIONS(2248), - [anon_sym_new] = ACTIONS(2248), - [anon_sym_requires] = ACTIONS(2248), - [sym_this] = ACTIONS(2248), - [sym_nullptr] = ACTIONS(2248), + [sym_identifier] = ACTIONS(2858), + [aux_sym_preproc_include_token1] = ACTIONS(2858), + [aux_sym_preproc_def_token1] = ACTIONS(2858), + [aux_sym_preproc_if_token1] = ACTIONS(2858), + [aux_sym_preproc_if_token2] = ACTIONS(2858), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2858), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2858), + [aux_sym_preproc_else_token1] = ACTIONS(2858), + [aux_sym_preproc_elif_token1] = ACTIONS(2858), + [sym_preproc_directive] = ACTIONS(2858), + [anon_sym_LPAREN2] = ACTIONS(2860), + [anon_sym_BANG] = ACTIONS(2860), + [anon_sym_TILDE] = ACTIONS(2860), + [anon_sym_DASH] = ACTIONS(2858), + [anon_sym_PLUS] = ACTIONS(2858), + [anon_sym_STAR] = ACTIONS(2860), + [anon_sym_AMP_AMP] = ACTIONS(2860), + [anon_sym_AMP] = ACTIONS(2858), + [anon_sym_SEMI] = ACTIONS(2860), + [anon_sym_typedef] = ACTIONS(2858), + [anon_sym_extern] = ACTIONS(2858), + [anon_sym___attribute__] = ACTIONS(2858), + [anon_sym_COLON_COLON] = ACTIONS(2860), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2860), + [anon_sym___declspec] = ACTIONS(2858), + [anon_sym___based] = ACTIONS(2858), + [anon_sym___cdecl] = ACTIONS(2858), + [anon_sym___clrcall] = ACTIONS(2858), + [anon_sym___stdcall] = ACTIONS(2858), + [anon_sym___fastcall] = ACTIONS(2858), + [anon_sym___thiscall] = ACTIONS(2858), + [anon_sym___vectorcall] = ACTIONS(2858), + [anon_sym_LBRACE] = ACTIONS(2860), + [anon_sym_LBRACK] = ACTIONS(2858), + [anon_sym_static] = ACTIONS(2858), + [anon_sym_register] = ACTIONS(2858), + [anon_sym_inline] = ACTIONS(2858), + [anon_sym_thread_local] = ACTIONS(2858), + [anon_sym_const] = ACTIONS(2858), + [anon_sym_volatile] = ACTIONS(2858), + [anon_sym_restrict] = ACTIONS(2858), + [anon_sym__Atomic] = ACTIONS(2858), + [anon_sym_mutable] = ACTIONS(2858), + [anon_sym_constexpr] = ACTIONS(2858), + [anon_sym_constinit] = ACTIONS(2858), + [anon_sym_consteval] = ACTIONS(2858), + [anon_sym_signed] = ACTIONS(2858), + [anon_sym_unsigned] = ACTIONS(2858), + [anon_sym_long] = ACTIONS(2858), + [anon_sym_short] = ACTIONS(2858), + [sym_primitive_type] = ACTIONS(2858), + [anon_sym_enum] = ACTIONS(2858), + [anon_sym_class] = ACTIONS(2858), + [anon_sym_struct] = ACTIONS(2858), + [anon_sym_union] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_switch] = ACTIONS(2858), + [anon_sym_case] = ACTIONS(2858), + [anon_sym_default] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_do] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_break] = ACTIONS(2858), + [anon_sym_continue] = ACTIONS(2858), + [anon_sym_goto] = ACTIONS(2858), + [anon_sym_not] = ACTIONS(2858), + [anon_sym_compl] = ACTIONS(2858), + [anon_sym_DASH_DASH] = ACTIONS(2860), + [anon_sym_PLUS_PLUS] = ACTIONS(2860), + [anon_sym_sizeof] = ACTIONS(2858), + [sym_number_literal] = ACTIONS(2860), + [anon_sym_L_SQUOTE] = ACTIONS(2860), + [anon_sym_u_SQUOTE] = ACTIONS(2860), + [anon_sym_U_SQUOTE] = ACTIONS(2860), + [anon_sym_u8_SQUOTE] = ACTIONS(2860), + [anon_sym_SQUOTE] = ACTIONS(2860), + [anon_sym_L_DQUOTE] = ACTIONS(2860), + [anon_sym_u_DQUOTE] = ACTIONS(2860), + [anon_sym_U_DQUOTE] = ACTIONS(2860), + [anon_sym_u8_DQUOTE] = ACTIONS(2860), + [anon_sym_DQUOTE] = ACTIONS(2860), + [sym_true] = ACTIONS(2858), + [sym_false] = ACTIONS(2858), + [sym_null] = ACTIONS(2858), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2858), + [anon_sym_decltype] = ACTIONS(2858), + [anon_sym_virtual] = ACTIONS(2858), + [anon_sym_explicit] = ACTIONS(2858), + [anon_sym_typename] = ACTIONS(2858), + [anon_sym_template] = ACTIONS(2858), + [anon_sym_operator] = ACTIONS(2858), + [anon_sym_try] = ACTIONS(2858), + [anon_sym_delete] = ACTIONS(2858), + [anon_sym_throw] = ACTIONS(2858), + [anon_sym_namespace] = ACTIONS(2858), + [anon_sym_using] = ACTIONS(2858), + [anon_sym_static_assert] = ACTIONS(2858), + [anon_sym_concept] = ACTIONS(2858), + [anon_sym_co_return] = ACTIONS(2858), + [anon_sym_co_yield] = ACTIONS(2858), + [anon_sym_R_DQUOTE] = ACTIONS(2860), + [anon_sym_LR_DQUOTE] = ACTIONS(2860), + [anon_sym_uR_DQUOTE] = ACTIONS(2860), + [anon_sym_UR_DQUOTE] = ACTIONS(2860), + [anon_sym_u8R_DQUOTE] = ACTIONS(2860), + [anon_sym_co_await] = ACTIONS(2858), + [anon_sym_new] = ACTIONS(2858), + [anon_sym_requires] = ACTIONS(2858), + [sym_this] = ACTIONS(2858), + [sym_nullptr] = ACTIONS(2858), }, [543] = { - [sym_identifier] = ACTIONS(2386), - [aux_sym_preproc_include_token1] = ACTIONS(2386), - [aux_sym_preproc_def_token1] = ACTIONS(2386), - [aux_sym_preproc_if_token1] = ACTIONS(2386), - [aux_sym_preproc_if_token2] = ACTIONS(2386), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2386), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2386), - [sym_preproc_directive] = ACTIONS(2386), - [anon_sym_LPAREN2] = ACTIONS(2388), - [anon_sym_BANG] = ACTIONS(2388), - [anon_sym_TILDE] = ACTIONS(2388), - [anon_sym_DASH] = ACTIONS(2386), - [anon_sym_PLUS] = ACTIONS(2386), - [anon_sym_STAR] = ACTIONS(2388), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_AMP] = ACTIONS(2386), - [anon_sym_SEMI] = ACTIONS(2388), - [anon_sym_typedef] = ACTIONS(2386), - [anon_sym_extern] = ACTIONS(2386), - [anon_sym___attribute__] = ACTIONS(2386), - [anon_sym_COLON_COLON] = ACTIONS(2388), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2388), - [anon_sym___declspec] = ACTIONS(2386), - [anon_sym___based] = ACTIONS(2386), - [anon_sym___cdecl] = ACTIONS(2386), - [anon_sym___clrcall] = ACTIONS(2386), - [anon_sym___stdcall] = ACTIONS(2386), - [anon_sym___fastcall] = ACTIONS(2386), - [anon_sym___thiscall] = ACTIONS(2386), - [anon_sym___vectorcall] = ACTIONS(2386), - [anon_sym_LBRACE] = ACTIONS(2388), - [anon_sym_LBRACK] = ACTIONS(2386), - [anon_sym_static] = ACTIONS(2386), - [anon_sym_register] = ACTIONS(2386), - [anon_sym_inline] = ACTIONS(2386), - [anon_sym_thread_local] = ACTIONS(2386), - [anon_sym_const] = ACTIONS(2386), - [anon_sym_volatile] = ACTIONS(2386), - [anon_sym_restrict] = ACTIONS(2386), - [anon_sym__Atomic] = ACTIONS(2386), - [anon_sym_mutable] = ACTIONS(2386), - [anon_sym_constexpr] = ACTIONS(2386), - [anon_sym_constinit] = ACTIONS(2386), - [anon_sym_consteval] = ACTIONS(2386), - [anon_sym_signed] = ACTIONS(2386), - [anon_sym_unsigned] = ACTIONS(2386), - [anon_sym_long] = ACTIONS(2386), - [anon_sym_short] = ACTIONS(2386), - [sym_primitive_type] = ACTIONS(2386), - [anon_sym_enum] = ACTIONS(2386), - [anon_sym_class] = ACTIONS(2386), - [anon_sym_struct] = ACTIONS(2386), - [anon_sym_union] = ACTIONS(2386), - [anon_sym_if] = ACTIONS(2386), - [anon_sym_else] = ACTIONS(2386), - [anon_sym_switch] = ACTIONS(2386), - [anon_sym_case] = ACTIONS(2386), - [anon_sym_default] = ACTIONS(2386), - [anon_sym_while] = ACTIONS(2386), - [anon_sym_do] = ACTIONS(2386), - [anon_sym_for] = ACTIONS(2386), - [anon_sym_return] = ACTIONS(2386), - [anon_sym_break] = ACTIONS(2386), - [anon_sym_continue] = ACTIONS(2386), - [anon_sym_goto] = ACTIONS(2386), - [anon_sym_not] = ACTIONS(2386), - [anon_sym_compl] = ACTIONS(2386), - [anon_sym_DASH_DASH] = ACTIONS(2388), - [anon_sym_PLUS_PLUS] = ACTIONS(2388), - [anon_sym_sizeof] = ACTIONS(2386), - [sym_number_literal] = ACTIONS(2388), - [anon_sym_L_SQUOTE] = ACTIONS(2388), - [anon_sym_u_SQUOTE] = ACTIONS(2388), - [anon_sym_U_SQUOTE] = ACTIONS(2388), - [anon_sym_u8_SQUOTE] = ACTIONS(2388), - [anon_sym_SQUOTE] = ACTIONS(2388), - [anon_sym_L_DQUOTE] = ACTIONS(2388), - [anon_sym_u_DQUOTE] = ACTIONS(2388), - [anon_sym_U_DQUOTE] = ACTIONS(2388), - [anon_sym_u8_DQUOTE] = ACTIONS(2388), - [anon_sym_DQUOTE] = ACTIONS(2388), - [sym_true] = ACTIONS(2386), - [sym_false] = ACTIONS(2386), - [sym_null] = ACTIONS(2386), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2386), - [anon_sym_decltype] = ACTIONS(2386), - [anon_sym_virtual] = ACTIONS(2386), - [anon_sym_explicit] = ACTIONS(2386), - [anon_sym_typename] = ACTIONS(2386), - [anon_sym_template] = ACTIONS(2386), - [anon_sym_operator] = ACTIONS(2386), - [anon_sym_try] = ACTIONS(2386), - [anon_sym_delete] = ACTIONS(2386), - [anon_sym_throw] = ACTIONS(2386), - [anon_sym_namespace] = ACTIONS(2386), - [anon_sym_using] = ACTIONS(2386), - [anon_sym_static_assert] = ACTIONS(2386), - [anon_sym_concept] = ACTIONS(2386), - [anon_sym_co_return] = ACTIONS(2386), - [anon_sym_co_yield] = ACTIONS(2386), - [anon_sym_catch] = ACTIONS(2386), - [anon_sym_R_DQUOTE] = ACTIONS(2388), - [anon_sym_LR_DQUOTE] = ACTIONS(2388), - [anon_sym_uR_DQUOTE] = ACTIONS(2388), - [anon_sym_UR_DQUOTE] = ACTIONS(2388), - [anon_sym_u8R_DQUOTE] = ACTIONS(2388), - [anon_sym_co_await] = ACTIONS(2386), - [anon_sym_new] = ACTIONS(2386), - [anon_sym_requires] = ACTIONS(2386), - [sym_this] = ACTIONS(2386), - [sym_nullptr] = ACTIONS(2386), + [sym_identifier] = ACTIONS(2862), + [aux_sym_preproc_include_token1] = ACTIONS(2862), + [aux_sym_preproc_def_token1] = ACTIONS(2862), + [aux_sym_preproc_if_token1] = ACTIONS(2862), + [aux_sym_preproc_if_token2] = ACTIONS(2862), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2862), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2862), + [aux_sym_preproc_else_token1] = ACTIONS(2862), + [aux_sym_preproc_elif_token1] = ACTIONS(2862), + [sym_preproc_directive] = ACTIONS(2862), + [anon_sym_LPAREN2] = ACTIONS(2864), + [anon_sym_BANG] = ACTIONS(2864), + [anon_sym_TILDE] = ACTIONS(2864), + [anon_sym_DASH] = ACTIONS(2862), + [anon_sym_PLUS] = ACTIONS(2862), + [anon_sym_STAR] = ACTIONS(2864), + [anon_sym_AMP_AMP] = ACTIONS(2864), + [anon_sym_AMP] = ACTIONS(2862), + [anon_sym_SEMI] = ACTIONS(2864), + [anon_sym_typedef] = ACTIONS(2862), + [anon_sym_extern] = ACTIONS(2862), + [anon_sym___attribute__] = ACTIONS(2862), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2864), + [anon_sym___declspec] = ACTIONS(2862), + [anon_sym___based] = ACTIONS(2862), + [anon_sym___cdecl] = ACTIONS(2862), + [anon_sym___clrcall] = ACTIONS(2862), + [anon_sym___stdcall] = ACTIONS(2862), + [anon_sym___fastcall] = ACTIONS(2862), + [anon_sym___thiscall] = ACTIONS(2862), + [anon_sym___vectorcall] = ACTIONS(2862), + [anon_sym_LBRACE] = ACTIONS(2864), + [anon_sym_LBRACK] = ACTIONS(2862), + [anon_sym_static] = ACTIONS(2862), + [anon_sym_register] = ACTIONS(2862), + [anon_sym_inline] = ACTIONS(2862), + [anon_sym_thread_local] = ACTIONS(2862), + [anon_sym_const] = ACTIONS(2862), + [anon_sym_volatile] = ACTIONS(2862), + [anon_sym_restrict] = ACTIONS(2862), + [anon_sym__Atomic] = ACTIONS(2862), + [anon_sym_mutable] = ACTIONS(2862), + [anon_sym_constexpr] = ACTIONS(2862), + [anon_sym_constinit] = ACTIONS(2862), + [anon_sym_consteval] = ACTIONS(2862), + [anon_sym_signed] = ACTIONS(2862), + [anon_sym_unsigned] = ACTIONS(2862), + [anon_sym_long] = ACTIONS(2862), + [anon_sym_short] = ACTIONS(2862), + [sym_primitive_type] = ACTIONS(2862), + [anon_sym_enum] = ACTIONS(2862), + [anon_sym_class] = ACTIONS(2862), + [anon_sym_struct] = ACTIONS(2862), + [anon_sym_union] = ACTIONS(2862), + [anon_sym_if] = ACTIONS(2862), + [anon_sym_switch] = ACTIONS(2862), + [anon_sym_case] = ACTIONS(2862), + [anon_sym_default] = ACTIONS(2862), + [anon_sym_while] = ACTIONS(2862), + [anon_sym_do] = ACTIONS(2862), + [anon_sym_for] = ACTIONS(2862), + [anon_sym_return] = ACTIONS(2862), + [anon_sym_break] = ACTIONS(2862), + [anon_sym_continue] = ACTIONS(2862), + [anon_sym_goto] = ACTIONS(2862), + [anon_sym_not] = ACTIONS(2862), + [anon_sym_compl] = ACTIONS(2862), + [anon_sym_DASH_DASH] = ACTIONS(2864), + [anon_sym_PLUS_PLUS] = ACTIONS(2864), + [anon_sym_sizeof] = ACTIONS(2862), + [sym_number_literal] = ACTIONS(2864), + [anon_sym_L_SQUOTE] = ACTIONS(2864), + [anon_sym_u_SQUOTE] = ACTIONS(2864), + [anon_sym_U_SQUOTE] = ACTIONS(2864), + [anon_sym_u8_SQUOTE] = ACTIONS(2864), + [anon_sym_SQUOTE] = ACTIONS(2864), + [anon_sym_L_DQUOTE] = ACTIONS(2864), + [anon_sym_u_DQUOTE] = ACTIONS(2864), + [anon_sym_U_DQUOTE] = ACTIONS(2864), + [anon_sym_u8_DQUOTE] = ACTIONS(2864), + [anon_sym_DQUOTE] = ACTIONS(2864), + [sym_true] = ACTIONS(2862), + [sym_false] = ACTIONS(2862), + [sym_null] = ACTIONS(2862), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2862), + [anon_sym_decltype] = ACTIONS(2862), + [anon_sym_virtual] = ACTIONS(2862), + [anon_sym_explicit] = ACTIONS(2862), + [anon_sym_typename] = ACTIONS(2862), + [anon_sym_template] = ACTIONS(2862), + [anon_sym_operator] = ACTIONS(2862), + [anon_sym_try] = ACTIONS(2862), + [anon_sym_delete] = ACTIONS(2862), + [anon_sym_throw] = ACTIONS(2862), + [anon_sym_namespace] = ACTIONS(2862), + [anon_sym_using] = ACTIONS(2862), + [anon_sym_static_assert] = ACTIONS(2862), + [anon_sym_concept] = ACTIONS(2862), + [anon_sym_co_return] = ACTIONS(2862), + [anon_sym_co_yield] = ACTIONS(2862), + [anon_sym_R_DQUOTE] = ACTIONS(2864), + [anon_sym_LR_DQUOTE] = ACTIONS(2864), + [anon_sym_uR_DQUOTE] = ACTIONS(2864), + [anon_sym_UR_DQUOTE] = ACTIONS(2864), + [anon_sym_u8R_DQUOTE] = ACTIONS(2864), + [anon_sym_co_await] = ACTIONS(2862), + [anon_sym_new] = ACTIONS(2862), + [anon_sym_requires] = ACTIONS(2862), + [sym_this] = ACTIONS(2862), + [sym_nullptr] = ACTIONS(2862), }, [544] = { - [sym_identifier] = ACTIONS(2864), - [aux_sym_preproc_include_token1] = ACTIONS(2864), - [aux_sym_preproc_def_token1] = ACTIONS(2864), - [aux_sym_preproc_if_token1] = ACTIONS(2864), - [aux_sym_preproc_if_token2] = ACTIONS(2864), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2864), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2864), - [aux_sym_preproc_else_token1] = ACTIONS(2864), - [aux_sym_preproc_elif_token1] = ACTIONS(2864), - [sym_preproc_directive] = ACTIONS(2864), - [anon_sym_LPAREN2] = ACTIONS(2866), - [anon_sym_BANG] = ACTIONS(2866), - [anon_sym_TILDE] = ACTIONS(2866), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP_AMP] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2864), - [anon_sym_SEMI] = ACTIONS(2866), - [anon_sym_typedef] = ACTIONS(2864), - [anon_sym_extern] = ACTIONS(2864), - [anon_sym___attribute__] = ACTIONS(2864), - [anon_sym_COLON_COLON] = ACTIONS(2866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2866), - [anon_sym___declspec] = ACTIONS(2864), - [anon_sym___based] = ACTIONS(2864), - [anon_sym___cdecl] = ACTIONS(2864), - [anon_sym___clrcall] = ACTIONS(2864), - [anon_sym___stdcall] = ACTIONS(2864), - [anon_sym___fastcall] = ACTIONS(2864), - [anon_sym___thiscall] = ACTIONS(2864), - [anon_sym___vectorcall] = ACTIONS(2864), - [anon_sym_LBRACE] = ACTIONS(2866), - [anon_sym_LBRACK] = ACTIONS(2864), - [anon_sym_static] = ACTIONS(2864), - [anon_sym_register] = ACTIONS(2864), - [anon_sym_inline] = ACTIONS(2864), - [anon_sym_thread_local] = ACTIONS(2864), - [anon_sym_const] = ACTIONS(2864), - [anon_sym_volatile] = ACTIONS(2864), - [anon_sym_restrict] = ACTIONS(2864), - [anon_sym__Atomic] = ACTIONS(2864), - [anon_sym_mutable] = ACTIONS(2864), - [anon_sym_constexpr] = ACTIONS(2864), - [anon_sym_constinit] = ACTIONS(2864), - [anon_sym_consteval] = ACTIONS(2864), - [anon_sym_signed] = ACTIONS(2864), - [anon_sym_unsigned] = ACTIONS(2864), - [anon_sym_long] = ACTIONS(2864), - [anon_sym_short] = ACTIONS(2864), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2864), - [anon_sym_class] = ACTIONS(2864), - [anon_sym_struct] = ACTIONS(2864), - [anon_sym_union] = ACTIONS(2864), - [anon_sym_if] = ACTIONS(2864), - [anon_sym_switch] = ACTIONS(2864), - [anon_sym_case] = ACTIONS(2864), - [anon_sym_default] = ACTIONS(2864), - [anon_sym_while] = ACTIONS(2864), - [anon_sym_do] = ACTIONS(2864), - [anon_sym_for] = ACTIONS(2864), - [anon_sym_return] = ACTIONS(2864), - [anon_sym_break] = ACTIONS(2864), - [anon_sym_continue] = ACTIONS(2864), - [anon_sym_goto] = ACTIONS(2864), - [anon_sym_not] = ACTIONS(2864), - [anon_sym_compl] = ACTIONS(2864), - [anon_sym_DASH_DASH] = ACTIONS(2866), - [anon_sym_PLUS_PLUS] = ACTIONS(2866), - [anon_sym_sizeof] = ACTIONS(2864), - [sym_number_literal] = ACTIONS(2866), - [anon_sym_L_SQUOTE] = ACTIONS(2866), - [anon_sym_u_SQUOTE] = ACTIONS(2866), - [anon_sym_U_SQUOTE] = ACTIONS(2866), - [anon_sym_u8_SQUOTE] = ACTIONS(2866), - [anon_sym_SQUOTE] = ACTIONS(2866), - [anon_sym_L_DQUOTE] = ACTIONS(2866), - [anon_sym_u_DQUOTE] = ACTIONS(2866), - [anon_sym_U_DQUOTE] = ACTIONS(2866), - [anon_sym_u8_DQUOTE] = ACTIONS(2866), - [anon_sym_DQUOTE] = ACTIONS(2866), - [sym_true] = ACTIONS(2864), - [sym_false] = ACTIONS(2864), - [sym_null] = ACTIONS(2864), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2864), - [anon_sym_decltype] = ACTIONS(2864), - [anon_sym_virtual] = ACTIONS(2864), - [anon_sym_explicit] = ACTIONS(2864), - [anon_sym_typename] = ACTIONS(2864), - [anon_sym_template] = ACTIONS(2864), - [anon_sym_operator] = ACTIONS(2864), - [anon_sym_try] = ACTIONS(2864), - [anon_sym_delete] = ACTIONS(2864), - [anon_sym_throw] = ACTIONS(2864), - [anon_sym_namespace] = ACTIONS(2864), - [anon_sym_using] = ACTIONS(2864), - [anon_sym_static_assert] = ACTIONS(2864), - [anon_sym_concept] = ACTIONS(2864), - [anon_sym_co_return] = ACTIONS(2864), - [anon_sym_co_yield] = ACTIONS(2864), - [anon_sym_R_DQUOTE] = ACTIONS(2866), - [anon_sym_LR_DQUOTE] = ACTIONS(2866), - [anon_sym_uR_DQUOTE] = ACTIONS(2866), - [anon_sym_UR_DQUOTE] = ACTIONS(2866), - [anon_sym_u8R_DQUOTE] = ACTIONS(2866), - [anon_sym_co_await] = ACTIONS(2864), - [anon_sym_new] = ACTIONS(2864), - [anon_sym_requires] = ACTIONS(2864), - [sym_this] = ACTIONS(2864), - [sym_nullptr] = ACTIONS(2864), + [sym_identifier] = ACTIONS(2866), + [aux_sym_preproc_include_token1] = ACTIONS(2866), + [aux_sym_preproc_def_token1] = ACTIONS(2866), + [aux_sym_preproc_if_token1] = ACTIONS(2866), + [aux_sym_preproc_if_token2] = ACTIONS(2866), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2866), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2866), + [aux_sym_preproc_else_token1] = ACTIONS(2866), + [aux_sym_preproc_elif_token1] = ACTIONS(2866), + [sym_preproc_directive] = ACTIONS(2866), + [anon_sym_LPAREN2] = ACTIONS(2868), + [anon_sym_BANG] = ACTIONS(2868), + [anon_sym_TILDE] = ACTIONS(2868), + [anon_sym_DASH] = ACTIONS(2866), + [anon_sym_PLUS] = ACTIONS(2866), + [anon_sym_STAR] = ACTIONS(2868), + [anon_sym_AMP_AMP] = ACTIONS(2868), + [anon_sym_AMP] = ACTIONS(2866), + [anon_sym_SEMI] = ACTIONS(2868), + [anon_sym_typedef] = ACTIONS(2866), + [anon_sym_extern] = ACTIONS(2866), + [anon_sym___attribute__] = ACTIONS(2866), + [anon_sym_COLON_COLON] = ACTIONS(2868), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2868), + [anon_sym___declspec] = ACTIONS(2866), + [anon_sym___based] = ACTIONS(2866), + [anon_sym___cdecl] = ACTIONS(2866), + [anon_sym___clrcall] = ACTIONS(2866), + [anon_sym___stdcall] = ACTIONS(2866), + [anon_sym___fastcall] = ACTIONS(2866), + [anon_sym___thiscall] = ACTIONS(2866), + [anon_sym___vectorcall] = ACTIONS(2866), + [anon_sym_LBRACE] = ACTIONS(2868), + [anon_sym_LBRACK] = ACTIONS(2866), + [anon_sym_static] = ACTIONS(2866), + [anon_sym_register] = ACTIONS(2866), + [anon_sym_inline] = ACTIONS(2866), + [anon_sym_thread_local] = ACTIONS(2866), + [anon_sym_const] = ACTIONS(2866), + [anon_sym_volatile] = ACTIONS(2866), + [anon_sym_restrict] = ACTIONS(2866), + [anon_sym__Atomic] = ACTIONS(2866), + [anon_sym_mutable] = ACTIONS(2866), + [anon_sym_constexpr] = ACTIONS(2866), + [anon_sym_constinit] = ACTIONS(2866), + [anon_sym_consteval] = ACTIONS(2866), + [anon_sym_signed] = ACTIONS(2866), + [anon_sym_unsigned] = ACTIONS(2866), + [anon_sym_long] = ACTIONS(2866), + [anon_sym_short] = ACTIONS(2866), + [sym_primitive_type] = ACTIONS(2866), + [anon_sym_enum] = ACTIONS(2866), + [anon_sym_class] = ACTIONS(2866), + [anon_sym_struct] = ACTIONS(2866), + [anon_sym_union] = ACTIONS(2866), + [anon_sym_if] = ACTIONS(2866), + [anon_sym_switch] = ACTIONS(2866), + [anon_sym_case] = ACTIONS(2866), + [anon_sym_default] = ACTIONS(2866), + [anon_sym_while] = ACTIONS(2866), + [anon_sym_do] = ACTIONS(2866), + [anon_sym_for] = ACTIONS(2866), + [anon_sym_return] = ACTIONS(2866), + [anon_sym_break] = ACTIONS(2866), + [anon_sym_continue] = ACTIONS(2866), + [anon_sym_goto] = ACTIONS(2866), + [anon_sym_not] = ACTIONS(2866), + [anon_sym_compl] = ACTIONS(2866), + [anon_sym_DASH_DASH] = ACTIONS(2868), + [anon_sym_PLUS_PLUS] = ACTIONS(2868), + [anon_sym_sizeof] = ACTIONS(2866), + [sym_number_literal] = ACTIONS(2868), + [anon_sym_L_SQUOTE] = ACTIONS(2868), + [anon_sym_u_SQUOTE] = ACTIONS(2868), + [anon_sym_U_SQUOTE] = ACTIONS(2868), + [anon_sym_u8_SQUOTE] = ACTIONS(2868), + [anon_sym_SQUOTE] = ACTIONS(2868), + [anon_sym_L_DQUOTE] = ACTIONS(2868), + [anon_sym_u_DQUOTE] = ACTIONS(2868), + [anon_sym_U_DQUOTE] = ACTIONS(2868), + [anon_sym_u8_DQUOTE] = ACTIONS(2868), + [anon_sym_DQUOTE] = ACTIONS(2868), + [sym_true] = ACTIONS(2866), + [sym_false] = ACTIONS(2866), + [sym_null] = ACTIONS(2866), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2866), + [anon_sym_decltype] = ACTIONS(2866), + [anon_sym_virtual] = ACTIONS(2866), + [anon_sym_explicit] = ACTIONS(2866), + [anon_sym_typename] = ACTIONS(2866), + [anon_sym_template] = ACTIONS(2866), + [anon_sym_operator] = ACTIONS(2866), + [anon_sym_try] = ACTIONS(2866), + [anon_sym_delete] = ACTIONS(2866), + [anon_sym_throw] = ACTIONS(2866), + [anon_sym_namespace] = ACTIONS(2866), + [anon_sym_using] = ACTIONS(2866), + [anon_sym_static_assert] = ACTIONS(2866), + [anon_sym_concept] = ACTIONS(2866), + [anon_sym_co_return] = ACTIONS(2866), + [anon_sym_co_yield] = ACTIONS(2866), + [anon_sym_R_DQUOTE] = ACTIONS(2868), + [anon_sym_LR_DQUOTE] = ACTIONS(2868), + [anon_sym_uR_DQUOTE] = ACTIONS(2868), + [anon_sym_UR_DQUOTE] = ACTIONS(2868), + [anon_sym_u8R_DQUOTE] = ACTIONS(2868), + [anon_sym_co_await] = ACTIONS(2866), + [anon_sym_new] = ACTIONS(2866), + [anon_sym_requires] = ACTIONS(2866), + [sym_this] = ACTIONS(2866), + [sym_nullptr] = ACTIONS(2866), }, [545] = { - [sym_identifier] = ACTIONS(2868), - [aux_sym_preproc_include_token1] = ACTIONS(2868), - [aux_sym_preproc_def_token1] = ACTIONS(2868), - [aux_sym_preproc_if_token1] = ACTIONS(2868), - [aux_sym_preproc_if_token2] = ACTIONS(2868), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2868), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2868), - [aux_sym_preproc_else_token1] = ACTIONS(2868), - [aux_sym_preproc_elif_token1] = ACTIONS(2868), - [sym_preproc_directive] = ACTIONS(2868), - [anon_sym_LPAREN2] = ACTIONS(2870), - [anon_sym_BANG] = ACTIONS(2870), - [anon_sym_TILDE] = ACTIONS(2870), - [anon_sym_DASH] = ACTIONS(2868), - [anon_sym_PLUS] = ACTIONS(2868), - [anon_sym_STAR] = ACTIONS(2870), - [anon_sym_AMP_AMP] = ACTIONS(2870), - [anon_sym_AMP] = ACTIONS(2868), - [anon_sym_SEMI] = ACTIONS(2870), - [anon_sym_typedef] = ACTIONS(2868), - [anon_sym_extern] = ACTIONS(2868), - [anon_sym___attribute__] = ACTIONS(2868), - [anon_sym_COLON_COLON] = ACTIONS(2870), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2870), - [anon_sym___declspec] = ACTIONS(2868), - [anon_sym___based] = ACTIONS(2868), - [anon_sym___cdecl] = ACTIONS(2868), - [anon_sym___clrcall] = ACTIONS(2868), - [anon_sym___stdcall] = ACTIONS(2868), - [anon_sym___fastcall] = ACTIONS(2868), - [anon_sym___thiscall] = ACTIONS(2868), - [anon_sym___vectorcall] = ACTIONS(2868), - [anon_sym_LBRACE] = ACTIONS(2870), - [anon_sym_LBRACK] = ACTIONS(2868), - [anon_sym_static] = ACTIONS(2868), - [anon_sym_register] = ACTIONS(2868), - [anon_sym_inline] = ACTIONS(2868), - [anon_sym_thread_local] = ACTIONS(2868), - [anon_sym_const] = ACTIONS(2868), - [anon_sym_volatile] = ACTIONS(2868), - [anon_sym_restrict] = ACTIONS(2868), - [anon_sym__Atomic] = ACTIONS(2868), - [anon_sym_mutable] = ACTIONS(2868), - [anon_sym_constexpr] = ACTIONS(2868), - [anon_sym_constinit] = ACTIONS(2868), - [anon_sym_consteval] = ACTIONS(2868), - [anon_sym_signed] = ACTIONS(2868), - [anon_sym_unsigned] = ACTIONS(2868), - [anon_sym_long] = ACTIONS(2868), - [anon_sym_short] = ACTIONS(2868), - [sym_primitive_type] = ACTIONS(2868), - [anon_sym_enum] = ACTIONS(2868), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2868), - [anon_sym_union] = ACTIONS(2868), - [anon_sym_if] = ACTIONS(2868), - [anon_sym_switch] = ACTIONS(2868), - [anon_sym_case] = ACTIONS(2868), - [anon_sym_default] = ACTIONS(2868), - [anon_sym_while] = ACTIONS(2868), - [anon_sym_do] = ACTIONS(2868), - [anon_sym_for] = ACTIONS(2868), - [anon_sym_return] = ACTIONS(2868), - [anon_sym_break] = ACTIONS(2868), - [anon_sym_continue] = ACTIONS(2868), - [anon_sym_goto] = ACTIONS(2868), - [anon_sym_not] = ACTIONS(2868), - [anon_sym_compl] = ACTIONS(2868), - [anon_sym_DASH_DASH] = ACTIONS(2870), - [anon_sym_PLUS_PLUS] = ACTIONS(2870), - [anon_sym_sizeof] = ACTIONS(2868), - [sym_number_literal] = ACTIONS(2870), - [anon_sym_L_SQUOTE] = ACTIONS(2870), - [anon_sym_u_SQUOTE] = ACTIONS(2870), - [anon_sym_U_SQUOTE] = ACTIONS(2870), - [anon_sym_u8_SQUOTE] = ACTIONS(2870), - [anon_sym_SQUOTE] = ACTIONS(2870), - [anon_sym_L_DQUOTE] = ACTIONS(2870), - [anon_sym_u_DQUOTE] = ACTIONS(2870), - [anon_sym_U_DQUOTE] = ACTIONS(2870), - [anon_sym_u8_DQUOTE] = ACTIONS(2870), - [anon_sym_DQUOTE] = ACTIONS(2870), - [sym_true] = ACTIONS(2868), - [sym_false] = ACTIONS(2868), - [sym_null] = ACTIONS(2868), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2868), - [anon_sym_decltype] = ACTIONS(2868), - [anon_sym_virtual] = ACTIONS(2868), - [anon_sym_explicit] = ACTIONS(2868), - [anon_sym_typename] = ACTIONS(2868), - [anon_sym_template] = ACTIONS(2868), - [anon_sym_operator] = ACTIONS(2868), - [anon_sym_try] = ACTIONS(2868), - [anon_sym_delete] = ACTIONS(2868), - [anon_sym_throw] = ACTIONS(2868), - [anon_sym_namespace] = ACTIONS(2868), - [anon_sym_using] = ACTIONS(2868), - [anon_sym_static_assert] = ACTIONS(2868), - [anon_sym_concept] = ACTIONS(2868), - [anon_sym_co_return] = ACTIONS(2868), - [anon_sym_co_yield] = ACTIONS(2868), - [anon_sym_R_DQUOTE] = ACTIONS(2870), - [anon_sym_LR_DQUOTE] = ACTIONS(2870), - [anon_sym_uR_DQUOTE] = ACTIONS(2870), - [anon_sym_UR_DQUOTE] = ACTIONS(2870), - [anon_sym_u8R_DQUOTE] = ACTIONS(2870), - [anon_sym_co_await] = ACTIONS(2868), - [anon_sym_new] = ACTIONS(2868), - [anon_sym_requires] = ACTIONS(2868), - [sym_this] = ACTIONS(2868), - [sym_nullptr] = ACTIONS(2868), + [sym_identifier] = ACTIONS(2340), + [aux_sym_preproc_include_token1] = ACTIONS(2340), + [aux_sym_preproc_def_token1] = ACTIONS(2340), + [aux_sym_preproc_if_token1] = ACTIONS(2340), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2340), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2340), + [sym_preproc_directive] = ACTIONS(2340), + [anon_sym_LPAREN2] = ACTIONS(2338), + [anon_sym_BANG] = ACTIONS(2338), + [anon_sym_TILDE] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2340), + [anon_sym_PLUS] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_AMP_AMP] = ACTIONS(2338), + [anon_sym_AMP] = ACTIONS(2340), + [anon_sym_SEMI] = ACTIONS(2338), + [anon_sym_typedef] = ACTIONS(2340), + [anon_sym_extern] = ACTIONS(2340), + [anon_sym___attribute__] = ACTIONS(2340), + [anon_sym_COLON_COLON] = ACTIONS(2338), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2338), + [anon_sym___declspec] = ACTIONS(2340), + [anon_sym___based] = ACTIONS(2340), + [anon_sym___cdecl] = ACTIONS(2340), + [anon_sym___clrcall] = ACTIONS(2340), + [anon_sym___stdcall] = ACTIONS(2340), + [anon_sym___fastcall] = ACTIONS(2340), + [anon_sym___thiscall] = ACTIONS(2340), + [anon_sym___vectorcall] = ACTIONS(2340), + [anon_sym_LBRACE] = ACTIONS(2338), + [anon_sym_RBRACE] = ACTIONS(2338), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_static] = ACTIONS(2340), + [anon_sym_register] = ACTIONS(2340), + [anon_sym_inline] = ACTIONS(2340), + [anon_sym_thread_local] = ACTIONS(2340), + [anon_sym_const] = ACTIONS(2340), + [anon_sym_volatile] = ACTIONS(2340), + [anon_sym_restrict] = ACTIONS(2340), + [anon_sym__Atomic] = ACTIONS(2340), + [anon_sym_mutable] = ACTIONS(2340), + [anon_sym_constexpr] = ACTIONS(2340), + [anon_sym_constinit] = ACTIONS(2340), + [anon_sym_consteval] = ACTIONS(2340), + [anon_sym_signed] = ACTIONS(2340), + [anon_sym_unsigned] = ACTIONS(2340), + [anon_sym_long] = ACTIONS(2340), + [anon_sym_short] = ACTIONS(2340), + [sym_primitive_type] = ACTIONS(2340), + [anon_sym_enum] = ACTIONS(2340), + [anon_sym_class] = ACTIONS(2340), + [anon_sym_struct] = ACTIONS(2340), + [anon_sym_union] = ACTIONS(2340), + [anon_sym_if] = ACTIONS(2340), + [anon_sym_else] = ACTIONS(2340), + [anon_sym_switch] = ACTIONS(2340), + [anon_sym_case] = ACTIONS(2340), + [anon_sym_default] = ACTIONS(2340), + [anon_sym_while] = ACTIONS(2340), + [anon_sym_do] = ACTIONS(2340), + [anon_sym_for] = ACTIONS(2340), + [anon_sym_return] = ACTIONS(2340), + [anon_sym_break] = ACTIONS(2340), + [anon_sym_continue] = ACTIONS(2340), + [anon_sym_goto] = ACTIONS(2340), + [anon_sym_not] = ACTIONS(2340), + [anon_sym_compl] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2338), + [anon_sym_sizeof] = ACTIONS(2340), + [sym_number_literal] = ACTIONS(2338), + [anon_sym_L_SQUOTE] = ACTIONS(2338), + [anon_sym_u_SQUOTE] = ACTIONS(2338), + [anon_sym_U_SQUOTE] = ACTIONS(2338), + [anon_sym_u8_SQUOTE] = ACTIONS(2338), + [anon_sym_SQUOTE] = ACTIONS(2338), + [anon_sym_L_DQUOTE] = ACTIONS(2338), + [anon_sym_u_DQUOTE] = ACTIONS(2338), + [anon_sym_U_DQUOTE] = ACTIONS(2338), + [anon_sym_u8_DQUOTE] = ACTIONS(2338), + [anon_sym_DQUOTE] = ACTIONS(2338), + [sym_true] = ACTIONS(2340), + [sym_false] = ACTIONS(2340), + [sym_null] = ACTIONS(2340), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2340), + [anon_sym_decltype] = ACTIONS(2340), + [anon_sym_virtual] = ACTIONS(2340), + [anon_sym_explicit] = ACTIONS(2340), + [anon_sym_typename] = ACTIONS(2340), + [anon_sym_template] = ACTIONS(2340), + [anon_sym_operator] = ACTIONS(2340), + [anon_sym_try] = ACTIONS(2340), + [anon_sym_delete] = ACTIONS(2340), + [anon_sym_throw] = ACTIONS(2340), + [anon_sym_namespace] = ACTIONS(2340), + [anon_sym_using] = ACTIONS(2340), + [anon_sym_static_assert] = ACTIONS(2340), + [anon_sym_concept] = ACTIONS(2340), + [anon_sym_co_return] = ACTIONS(2340), + [anon_sym_co_yield] = ACTIONS(2340), + [anon_sym_catch] = ACTIONS(2340), + [anon_sym_R_DQUOTE] = ACTIONS(2338), + [anon_sym_LR_DQUOTE] = ACTIONS(2338), + [anon_sym_uR_DQUOTE] = ACTIONS(2338), + [anon_sym_UR_DQUOTE] = ACTIONS(2338), + [anon_sym_u8R_DQUOTE] = ACTIONS(2338), + [anon_sym_co_await] = ACTIONS(2340), + [anon_sym_new] = ACTIONS(2340), + [anon_sym_requires] = ACTIONS(2340), + [sym_this] = ACTIONS(2340), + [sym_nullptr] = ACTIONS(2340), }, [546] = { - [sym_identifier] = ACTIONS(2386), - [aux_sym_preproc_include_token1] = ACTIONS(2386), - [aux_sym_preproc_def_token1] = ACTIONS(2386), - [aux_sym_preproc_if_token1] = ACTIONS(2386), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2386), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2386), - [sym_preproc_directive] = ACTIONS(2386), - [anon_sym_LPAREN2] = ACTIONS(2388), - [anon_sym_BANG] = ACTIONS(2388), - [anon_sym_TILDE] = ACTIONS(2388), - [anon_sym_DASH] = ACTIONS(2386), - [anon_sym_PLUS] = ACTIONS(2386), - [anon_sym_STAR] = ACTIONS(2388), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_AMP] = ACTIONS(2386), - [anon_sym_SEMI] = ACTIONS(2388), - [anon_sym_typedef] = ACTIONS(2386), - [anon_sym_extern] = ACTIONS(2386), - [anon_sym___attribute__] = ACTIONS(2386), - [anon_sym_COLON_COLON] = ACTIONS(2388), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2388), - [anon_sym___declspec] = ACTIONS(2386), - [anon_sym___based] = ACTIONS(2386), - [anon_sym___cdecl] = ACTIONS(2386), - [anon_sym___clrcall] = ACTIONS(2386), - [anon_sym___stdcall] = ACTIONS(2386), - [anon_sym___fastcall] = ACTIONS(2386), - [anon_sym___thiscall] = ACTIONS(2386), - [anon_sym___vectorcall] = ACTIONS(2386), - [anon_sym_LBRACE] = ACTIONS(2388), - [anon_sym_RBRACE] = ACTIONS(2388), - [anon_sym_LBRACK] = ACTIONS(2386), - [anon_sym_static] = ACTIONS(2386), - [anon_sym_register] = ACTIONS(2386), - [anon_sym_inline] = ACTIONS(2386), - [anon_sym_thread_local] = ACTIONS(2386), - [anon_sym_const] = ACTIONS(2386), - [anon_sym_volatile] = ACTIONS(2386), - [anon_sym_restrict] = ACTIONS(2386), - [anon_sym__Atomic] = ACTIONS(2386), - [anon_sym_mutable] = ACTIONS(2386), - [anon_sym_constexpr] = ACTIONS(2386), - [anon_sym_constinit] = ACTIONS(2386), - [anon_sym_consteval] = ACTIONS(2386), - [anon_sym_signed] = ACTIONS(2386), - [anon_sym_unsigned] = ACTIONS(2386), - [anon_sym_long] = ACTIONS(2386), - [anon_sym_short] = ACTIONS(2386), - [sym_primitive_type] = ACTIONS(2386), - [anon_sym_enum] = ACTIONS(2386), - [anon_sym_class] = ACTIONS(2386), - [anon_sym_struct] = ACTIONS(2386), - [anon_sym_union] = ACTIONS(2386), - [anon_sym_if] = ACTIONS(2386), - [anon_sym_else] = ACTIONS(2386), - [anon_sym_switch] = ACTIONS(2386), - [anon_sym_case] = ACTIONS(2386), - [anon_sym_default] = ACTIONS(2386), - [anon_sym_while] = ACTIONS(2386), - [anon_sym_do] = ACTIONS(2386), - [anon_sym_for] = ACTIONS(2386), - [anon_sym_return] = ACTIONS(2386), - [anon_sym_break] = ACTIONS(2386), - [anon_sym_continue] = ACTIONS(2386), - [anon_sym_goto] = ACTIONS(2386), - [anon_sym_not] = ACTIONS(2386), - [anon_sym_compl] = ACTIONS(2386), - [anon_sym_DASH_DASH] = ACTIONS(2388), - [anon_sym_PLUS_PLUS] = ACTIONS(2388), - [anon_sym_sizeof] = ACTIONS(2386), - [sym_number_literal] = ACTIONS(2388), - [anon_sym_L_SQUOTE] = ACTIONS(2388), - [anon_sym_u_SQUOTE] = ACTIONS(2388), - [anon_sym_U_SQUOTE] = ACTIONS(2388), - [anon_sym_u8_SQUOTE] = ACTIONS(2388), - [anon_sym_SQUOTE] = ACTIONS(2388), - [anon_sym_L_DQUOTE] = ACTIONS(2388), - [anon_sym_u_DQUOTE] = ACTIONS(2388), - [anon_sym_U_DQUOTE] = ACTIONS(2388), - [anon_sym_u8_DQUOTE] = ACTIONS(2388), - [anon_sym_DQUOTE] = ACTIONS(2388), - [sym_true] = ACTIONS(2386), - [sym_false] = ACTIONS(2386), - [sym_null] = ACTIONS(2386), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2386), - [anon_sym_decltype] = ACTIONS(2386), - [anon_sym_virtual] = ACTIONS(2386), - [anon_sym_explicit] = ACTIONS(2386), - [anon_sym_typename] = ACTIONS(2386), - [anon_sym_template] = ACTIONS(2386), - [anon_sym_operator] = ACTIONS(2386), - [anon_sym_try] = ACTIONS(2386), - [anon_sym_delete] = ACTIONS(2386), - [anon_sym_throw] = ACTIONS(2386), - [anon_sym_namespace] = ACTIONS(2386), - [anon_sym_using] = ACTIONS(2386), - [anon_sym_static_assert] = ACTIONS(2386), - [anon_sym_concept] = ACTIONS(2386), - [anon_sym_co_return] = ACTIONS(2386), - [anon_sym_co_yield] = ACTIONS(2386), - [anon_sym_catch] = ACTIONS(2386), - [anon_sym_R_DQUOTE] = ACTIONS(2388), - [anon_sym_LR_DQUOTE] = ACTIONS(2388), - [anon_sym_uR_DQUOTE] = ACTIONS(2388), - [anon_sym_UR_DQUOTE] = ACTIONS(2388), - [anon_sym_u8R_DQUOTE] = ACTIONS(2388), - [anon_sym_co_await] = ACTIONS(2386), - [anon_sym_new] = ACTIONS(2386), - [anon_sym_requires] = ACTIONS(2386), - [sym_this] = ACTIONS(2386), - [sym_nullptr] = ACTIONS(2386), + [sym_identifier] = ACTIONS(2387), + [aux_sym_preproc_include_token1] = ACTIONS(2387), + [aux_sym_preproc_def_token1] = ACTIONS(2387), + [aux_sym_preproc_if_token1] = ACTIONS(2387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2387), + [sym_preproc_directive] = ACTIONS(2387), + [anon_sym_LPAREN2] = ACTIONS(2389), + [anon_sym_BANG] = ACTIONS(2389), + [anon_sym_TILDE] = ACTIONS(2389), + [anon_sym_DASH] = ACTIONS(2387), + [anon_sym_PLUS] = ACTIONS(2387), + [anon_sym_STAR] = ACTIONS(2389), + [anon_sym_AMP_AMP] = ACTIONS(2389), + [anon_sym_AMP] = ACTIONS(2387), + [anon_sym_SEMI] = ACTIONS(2389), + [anon_sym_typedef] = ACTIONS(2387), + [anon_sym_extern] = ACTIONS(2387), + [anon_sym___attribute__] = ACTIONS(2387), + [anon_sym_COLON_COLON] = ACTIONS(2389), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2389), + [anon_sym___declspec] = ACTIONS(2387), + [anon_sym___based] = ACTIONS(2387), + [anon_sym___cdecl] = ACTIONS(2387), + [anon_sym___clrcall] = ACTIONS(2387), + [anon_sym___stdcall] = ACTIONS(2387), + [anon_sym___fastcall] = ACTIONS(2387), + [anon_sym___thiscall] = ACTIONS(2387), + [anon_sym___vectorcall] = ACTIONS(2387), + [anon_sym_LBRACE] = ACTIONS(2389), + [anon_sym_RBRACE] = ACTIONS(2389), + [anon_sym_LBRACK] = ACTIONS(2387), + [anon_sym_static] = ACTIONS(2387), + [anon_sym_register] = ACTIONS(2387), + [anon_sym_inline] = ACTIONS(2387), + [anon_sym_thread_local] = ACTIONS(2387), + [anon_sym_const] = ACTIONS(2387), + [anon_sym_volatile] = ACTIONS(2387), + [anon_sym_restrict] = ACTIONS(2387), + [anon_sym__Atomic] = ACTIONS(2387), + [anon_sym_mutable] = ACTIONS(2387), + [anon_sym_constexpr] = ACTIONS(2387), + [anon_sym_constinit] = ACTIONS(2387), + [anon_sym_consteval] = ACTIONS(2387), + [anon_sym_signed] = ACTIONS(2387), + [anon_sym_unsigned] = ACTIONS(2387), + [anon_sym_long] = ACTIONS(2387), + [anon_sym_short] = ACTIONS(2387), + [sym_primitive_type] = ACTIONS(2387), + [anon_sym_enum] = ACTIONS(2387), + [anon_sym_class] = ACTIONS(2387), + [anon_sym_struct] = ACTIONS(2387), + [anon_sym_union] = ACTIONS(2387), + [anon_sym_if] = ACTIONS(2387), + [anon_sym_else] = ACTIONS(2387), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2387), + [anon_sym_default] = ACTIONS(2387), + [anon_sym_while] = ACTIONS(2387), + [anon_sym_do] = ACTIONS(2387), + [anon_sym_for] = ACTIONS(2387), + [anon_sym_return] = ACTIONS(2387), + [anon_sym_break] = ACTIONS(2387), + [anon_sym_continue] = ACTIONS(2387), + [anon_sym_goto] = ACTIONS(2387), + [anon_sym_not] = ACTIONS(2387), + [anon_sym_compl] = ACTIONS(2387), + [anon_sym_DASH_DASH] = ACTIONS(2389), + [anon_sym_PLUS_PLUS] = ACTIONS(2389), + [anon_sym_sizeof] = ACTIONS(2387), + [sym_number_literal] = ACTIONS(2389), + [anon_sym_L_SQUOTE] = ACTIONS(2389), + [anon_sym_u_SQUOTE] = ACTIONS(2389), + [anon_sym_U_SQUOTE] = ACTIONS(2389), + [anon_sym_u8_SQUOTE] = ACTIONS(2389), + [anon_sym_SQUOTE] = ACTIONS(2389), + [anon_sym_L_DQUOTE] = ACTIONS(2389), + [anon_sym_u_DQUOTE] = ACTIONS(2389), + [anon_sym_U_DQUOTE] = ACTIONS(2389), + [anon_sym_u8_DQUOTE] = ACTIONS(2389), + [anon_sym_DQUOTE] = ACTIONS(2389), + [sym_true] = ACTIONS(2387), + [sym_false] = ACTIONS(2387), + [sym_null] = ACTIONS(2387), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2387), + [anon_sym_decltype] = ACTIONS(2387), + [anon_sym_virtual] = ACTIONS(2387), + [anon_sym_explicit] = ACTIONS(2387), + [anon_sym_typename] = ACTIONS(2387), + [anon_sym_template] = ACTIONS(2387), + [anon_sym_operator] = ACTIONS(2387), + [anon_sym_try] = ACTIONS(2387), + [anon_sym_delete] = ACTIONS(2387), + [anon_sym_throw] = ACTIONS(2387), + [anon_sym_namespace] = ACTIONS(2387), + [anon_sym_using] = ACTIONS(2387), + [anon_sym_static_assert] = ACTIONS(2387), + [anon_sym_concept] = ACTIONS(2387), + [anon_sym_co_return] = ACTIONS(2387), + [anon_sym_co_yield] = ACTIONS(2387), + [anon_sym_catch] = ACTIONS(2387), + [anon_sym_R_DQUOTE] = ACTIONS(2389), + [anon_sym_LR_DQUOTE] = ACTIONS(2389), + [anon_sym_uR_DQUOTE] = ACTIONS(2389), + [anon_sym_UR_DQUOTE] = ACTIONS(2389), + [anon_sym_u8R_DQUOTE] = ACTIONS(2389), + [anon_sym_co_await] = ACTIONS(2387), + [anon_sym_new] = ACTIONS(2387), + [anon_sym_requires] = ACTIONS(2387), + [sym_this] = ACTIONS(2387), + [sym_nullptr] = ACTIONS(2387), }, [547] = { - [ts_builtin_sym_end] = ACTIONS(2564), - [sym_identifier] = ACTIONS(2562), - [aux_sym_preproc_include_token1] = ACTIONS(2562), - [aux_sym_preproc_def_token1] = ACTIONS(2562), - [aux_sym_preproc_if_token1] = ACTIONS(2562), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), - [sym_preproc_directive] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(2564), - [anon_sym_BANG] = ACTIONS(2564), - [anon_sym_TILDE] = ACTIONS(2564), - [anon_sym_DASH] = ACTIONS(2562), - [anon_sym_PLUS] = ACTIONS(2562), - [anon_sym_STAR] = ACTIONS(2564), - [anon_sym_AMP_AMP] = ACTIONS(2564), - [anon_sym_AMP] = ACTIONS(2562), - [anon_sym_SEMI] = ACTIONS(2564), - [anon_sym_typedef] = ACTIONS(2562), - [anon_sym_extern] = ACTIONS(2562), - [anon_sym___attribute__] = ACTIONS(2562), - [anon_sym_COLON_COLON] = ACTIONS(2564), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2564), - [anon_sym___declspec] = ACTIONS(2562), - [anon_sym___based] = ACTIONS(2562), - [anon_sym___cdecl] = ACTIONS(2562), - [anon_sym___clrcall] = ACTIONS(2562), - [anon_sym___stdcall] = ACTIONS(2562), - [anon_sym___fastcall] = ACTIONS(2562), - [anon_sym___thiscall] = ACTIONS(2562), - [anon_sym___vectorcall] = ACTIONS(2562), - [anon_sym_LBRACE] = ACTIONS(2564), - [anon_sym_LBRACK] = ACTIONS(2562), - [anon_sym_static] = ACTIONS(2562), - [anon_sym_register] = ACTIONS(2562), - [anon_sym_inline] = ACTIONS(2562), - [anon_sym_thread_local] = ACTIONS(2562), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [anon_sym_constinit] = ACTIONS(2562), - [anon_sym_consteval] = ACTIONS(2562), - [anon_sym_signed] = ACTIONS(2562), - [anon_sym_unsigned] = ACTIONS(2562), - [anon_sym_long] = ACTIONS(2562), - [anon_sym_short] = ACTIONS(2562), - [sym_primitive_type] = ACTIONS(2562), - [anon_sym_enum] = ACTIONS(2562), - [anon_sym_class] = ACTIONS(2562), - [anon_sym_struct] = ACTIONS(2562), - [anon_sym_union] = ACTIONS(2562), - [anon_sym_if] = ACTIONS(2562), - [anon_sym_else] = ACTIONS(2562), - [anon_sym_switch] = ACTIONS(2562), - [anon_sym_case] = ACTIONS(2562), - [anon_sym_default] = ACTIONS(2562), - [anon_sym_while] = ACTIONS(2562), - [anon_sym_do] = ACTIONS(2562), - [anon_sym_for] = ACTIONS(2562), - [anon_sym_return] = ACTIONS(2562), - [anon_sym_break] = ACTIONS(2562), - [anon_sym_continue] = ACTIONS(2562), - [anon_sym_goto] = ACTIONS(2562), - [anon_sym_not] = ACTIONS(2562), - [anon_sym_compl] = ACTIONS(2562), - [anon_sym_DASH_DASH] = ACTIONS(2564), - [anon_sym_PLUS_PLUS] = ACTIONS(2564), - [anon_sym_sizeof] = ACTIONS(2562), - [sym_number_literal] = ACTIONS(2564), - [anon_sym_L_SQUOTE] = ACTIONS(2564), - [anon_sym_u_SQUOTE] = ACTIONS(2564), - [anon_sym_U_SQUOTE] = ACTIONS(2564), - [anon_sym_u8_SQUOTE] = ACTIONS(2564), - [anon_sym_SQUOTE] = ACTIONS(2564), - [anon_sym_L_DQUOTE] = ACTIONS(2564), - [anon_sym_u_DQUOTE] = ACTIONS(2564), - [anon_sym_U_DQUOTE] = ACTIONS(2564), - [anon_sym_u8_DQUOTE] = ACTIONS(2564), - [anon_sym_DQUOTE] = ACTIONS(2564), - [sym_true] = ACTIONS(2562), - [sym_false] = ACTIONS(2562), - [sym_null] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2562), - [anon_sym_decltype] = ACTIONS(2562), - [anon_sym_virtual] = ACTIONS(2562), - [anon_sym_explicit] = ACTIONS(2562), - [anon_sym_typename] = ACTIONS(2562), - [anon_sym_template] = ACTIONS(2562), - [anon_sym_operator] = ACTIONS(2562), - [anon_sym_try] = ACTIONS(2562), - [anon_sym_delete] = ACTIONS(2562), - [anon_sym_throw] = ACTIONS(2562), - [anon_sym_namespace] = ACTIONS(2562), - [anon_sym_using] = ACTIONS(2562), - [anon_sym_static_assert] = ACTIONS(2562), - [anon_sym_concept] = ACTIONS(2562), - [anon_sym_co_return] = ACTIONS(2562), - [anon_sym_co_yield] = ACTIONS(2562), - [anon_sym_R_DQUOTE] = ACTIONS(2564), - [anon_sym_LR_DQUOTE] = ACTIONS(2564), - [anon_sym_uR_DQUOTE] = ACTIONS(2564), - [anon_sym_UR_DQUOTE] = ACTIONS(2564), - [anon_sym_u8R_DQUOTE] = ACTIONS(2564), - [anon_sym_co_await] = ACTIONS(2562), - [anon_sym_new] = ACTIONS(2562), - [anon_sym_requires] = ACTIONS(2562), - [sym_this] = ACTIONS(2562), - [sym_nullptr] = ACTIONS(2562), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [548] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [549] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [550] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [551] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [552] = { - [ts_builtin_sym_end] = ACTIONS(2514), - [sym_identifier] = ACTIONS(2512), - [aux_sym_preproc_include_token1] = ACTIONS(2512), - [aux_sym_preproc_def_token1] = ACTIONS(2512), - [aux_sym_preproc_if_token1] = ACTIONS(2512), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2512), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2512), - [sym_preproc_directive] = ACTIONS(2512), - [anon_sym_LPAREN2] = ACTIONS(2514), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2514), - [anon_sym_AMP_AMP] = ACTIONS(2514), - [anon_sym_AMP] = ACTIONS(2512), - [anon_sym_SEMI] = ACTIONS(2514), - [anon_sym_typedef] = ACTIONS(2512), - [anon_sym_extern] = ACTIONS(2512), - [anon_sym___attribute__] = ACTIONS(2512), - [anon_sym_COLON_COLON] = ACTIONS(2514), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2514), - [anon_sym___declspec] = ACTIONS(2512), - [anon_sym___based] = ACTIONS(2512), - [anon_sym___cdecl] = ACTIONS(2512), - [anon_sym___clrcall] = ACTIONS(2512), - [anon_sym___stdcall] = ACTIONS(2512), - [anon_sym___fastcall] = ACTIONS(2512), - [anon_sym___thiscall] = ACTIONS(2512), - [anon_sym___vectorcall] = ACTIONS(2512), - [anon_sym_LBRACE] = ACTIONS(2514), - [anon_sym_LBRACK] = ACTIONS(2512), - [anon_sym_static] = ACTIONS(2512), - [anon_sym_register] = ACTIONS(2512), - [anon_sym_inline] = ACTIONS(2512), - [anon_sym_thread_local] = ACTIONS(2512), - [anon_sym_const] = ACTIONS(2512), - [anon_sym_volatile] = ACTIONS(2512), - [anon_sym_restrict] = ACTIONS(2512), - [anon_sym__Atomic] = ACTIONS(2512), - [anon_sym_mutable] = ACTIONS(2512), - [anon_sym_constexpr] = ACTIONS(2512), - [anon_sym_constinit] = ACTIONS(2512), - [anon_sym_consteval] = ACTIONS(2512), - [anon_sym_signed] = ACTIONS(2512), - [anon_sym_unsigned] = ACTIONS(2512), - [anon_sym_long] = ACTIONS(2512), - [anon_sym_short] = ACTIONS(2512), - [sym_primitive_type] = ACTIONS(2512), - [anon_sym_enum] = ACTIONS(2512), - [anon_sym_class] = ACTIONS(2512), - [anon_sym_struct] = ACTIONS(2512), - [anon_sym_union] = ACTIONS(2512), - [anon_sym_if] = ACTIONS(2512), - [anon_sym_else] = ACTIONS(2512), - [anon_sym_switch] = ACTIONS(2512), - [anon_sym_case] = ACTIONS(2512), - [anon_sym_default] = ACTIONS(2512), - [anon_sym_while] = ACTIONS(2512), - [anon_sym_do] = ACTIONS(2512), - [anon_sym_for] = ACTIONS(2512), - [anon_sym_return] = ACTIONS(2512), - [anon_sym_break] = ACTIONS(2512), - [anon_sym_continue] = ACTIONS(2512), - [anon_sym_goto] = ACTIONS(2512), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(2514), - [anon_sym_PLUS_PLUS] = ACTIONS(2514), - [anon_sym_sizeof] = ACTIONS(2512), - [sym_number_literal] = ACTIONS(2514), - [anon_sym_L_SQUOTE] = ACTIONS(2514), - [anon_sym_u_SQUOTE] = ACTIONS(2514), - [anon_sym_U_SQUOTE] = ACTIONS(2514), - [anon_sym_u8_SQUOTE] = ACTIONS(2514), - [anon_sym_SQUOTE] = ACTIONS(2514), - [anon_sym_L_DQUOTE] = ACTIONS(2514), - [anon_sym_u_DQUOTE] = ACTIONS(2514), - [anon_sym_U_DQUOTE] = ACTIONS(2514), - [anon_sym_u8_DQUOTE] = ACTIONS(2514), - [anon_sym_DQUOTE] = ACTIONS(2514), - [sym_true] = ACTIONS(2512), - [sym_false] = ACTIONS(2512), - [sym_null] = ACTIONS(2512), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2512), - [anon_sym_decltype] = ACTIONS(2512), - [anon_sym_virtual] = ACTIONS(2512), - [anon_sym_explicit] = ACTIONS(2512), - [anon_sym_typename] = ACTIONS(2512), - [anon_sym_template] = ACTIONS(2512), - [anon_sym_operator] = ACTIONS(2512), - [anon_sym_try] = ACTIONS(2512), - [anon_sym_delete] = ACTIONS(2512), - [anon_sym_throw] = ACTIONS(2512), - [anon_sym_namespace] = ACTIONS(2512), - [anon_sym_using] = ACTIONS(2512), - [anon_sym_static_assert] = ACTIONS(2512), - [anon_sym_concept] = ACTIONS(2512), - [anon_sym_co_return] = ACTIONS(2512), - [anon_sym_co_yield] = ACTIONS(2512), - [anon_sym_R_DQUOTE] = ACTIONS(2514), - [anon_sym_LR_DQUOTE] = ACTIONS(2514), - [anon_sym_uR_DQUOTE] = ACTIONS(2514), - [anon_sym_UR_DQUOTE] = ACTIONS(2514), - [anon_sym_u8R_DQUOTE] = ACTIONS(2514), - [anon_sym_co_await] = ACTIONS(2512), - [anon_sym_new] = ACTIONS(2512), - [anon_sym_requires] = ACTIONS(2512), - [sym_this] = ACTIONS(2512), - [sym_nullptr] = ACTIONS(2512), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [553] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [554] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2618), + [aux_sym_preproc_include_token1] = ACTIONS(2618), + [aux_sym_preproc_def_token1] = ACTIONS(2618), + [aux_sym_preproc_if_token1] = ACTIONS(2618), + [aux_sym_preproc_if_token2] = ACTIONS(2618), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2618), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2618), + [sym_preproc_directive] = ACTIONS(2618), + [anon_sym_LPAREN2] = ACTIONS(2620), + [anon_sym_BANG] = ACTIONS(2620), + [anon_sym_TILDE] = ACTIONS(2620), + [anon_sym_DASH] = ACTIONS(2618), + [anon_sym_PLUS] = ACTIONS(2618), + [anon_sym_STAR] = ACTIONS(2620), + [anon_sym_AMP_AMP] = ACTIONS(2620), + [anon_sym_AMP] = ACTIONS(2618), + [anon_sym_SEMI] = ACTIONS(2620), + [anon_sym_typedef] = ACTIONS(2618), + [anon_sym_extern] = ACTIONS(2618), + [anon_sym___attribute__] = ACTIONS(2618), + [anon_sym_COLON_COLON] = ACTIONS(2620), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2620), + [anon_sym___declspec] = ACTIONS(2618), + [anon_sym___based] = ACTIONS(2618), + [anon_sym___cdecl] = ACTIONS(2618), + [anon_sym___clrcall] = ACTIONS(2618), + [anon_sym___stdcall] = ACTIONS(2618), + [anon_sym___fastcall] = ACTIONS(2618), + [anon_sym___thiscall] = ACTIONS(2618), + [anon_sym___vectorcall] = ACTIONS(2618), + [anon_sym_LBRACE] = ACTIONS(2620), + [anon_sym_LBRACK] = ACTIONS(2618), + [anon_sym_static] = ACTIONS(2618), + [anon_sym_register] = ACTIONS(2618), + [anon_sym_inline] = ACTIONS(2618), + [anon_sym_thread_local] = ACTIONS(2618), + [anon_sym_const] = ACTIONS(2618), + [anon_sym_volatile] = ACTIONS(2618), + [anon_sym_restrict] = ACTIONS(2618), + [anon_sym__Atomic] = ACTIONS(2618), + [anon_sym_mutable] = ACTIONS(2618), + [anon_sym_constexpr] = ACTIONS(2618), + [anon_sym_constinit] = ACTIONS(2618), + [anon_sym_consteval] = ACTIONS(2618), + [anon_sym_signed] = ACTIONS(2618), + [anon_sym_unsigned] = ACTIONS(2618), + [anon_sym_long] = ACTIONS(2618), + [anon_sym_short] = ACTIONS(2618), + [sym_primitive_type] = ACTIONS(2618), + [anon_sym_enum] = ACTIONS(2618), + [anon_sym_class] = ACTIONS(2618), + [anon_sym_struct] = ACTIONS(2618), + [anon_sym_union] = ACTIONS(2618), + [anon_sym_if] = ACTIONS(2618), + [anon_sym_else] = ACTIONS(2618), + [anon_sym_switch] = ACTIONS(2618), + [anon_sym_case] = ACTIONS(2618), + [anon_sym_default] = ACTIONS(2618), + [anon_sym_while] = ACTIONS(2618), + [anon_sym_do] = ACTIONS(2618), + [anon_sym_for] = ACTIONS(2618), + [anon_sym_return] = ACTIONS(2618), + [anon_sym_break] = ACTIONS(2618), + [anon_sym_continue] = ACTIONS(2618), + [anon_sym_goto] = ACTIONS(2618), + [anon_sym_not] = ACTIONS(2618), + [anon_sym_compl] = ACTIONS(2618), + [anon_sym_DASH_DASH] = ACTIONS(2620), + [anon_sym_PLUS_PLUS] = ACTIONS(2620), + [anon_sym_sizeof] = ACTIONS(2618), + [sym_number_literal] = ACTIONS(2620), + [anon_sym_L_SQUOTE] = ACTIONS(2620), + [anon_sym_u_SQUOTE] = ACTIONS(2620), + [anon_sym_U_SQUOTE] = ACTIONS(2620), + [anon_sym_u8_SQUOTE] = ACTIONS(2620), + [anon_sym_SQUOTE] = ACTIONS(2620), + [anon_sym_L_DQUOTE] = ACTIONS(2620), + [anon_sym_u_DQUOTE] = ACTIONS(2620), + [anon_sym_U_DQUOTE] = ACTIONS(2620), + [anon_sym_u8_DQUOTE] = ACTIONS(2620), + [anon_sym_DQUOTE] = ACTIONS(2620), + [sym_true] = ACTIONS(2618), + [sym_false] = ACTIONS(2618), + [sym_null] = ACTIONS(2618), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2618), + [anon_sym_decltype] = ACTIONS(2618), + [anon_sym_virtual] = ACTIONS(2618), + [anon_sym_explicit] = ACTIONS(2618), + [anon_sym_typename] = ACTIONS(2618), + [anon_sym_template] = ACTIONS(2618), + [anon_sym_operator] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2618), + [anon_sym_delete] = ACTIONS(2618), + [anon_sym_throw] = ACTIONS(2618), + [anon_sym_namespace] = ACTIONS(2618), + [anon_sym_using] = ACTIONS(2618), + [anon_sym_static_assert] = ACTIONS(2618), + [anon_sym_concept] = ACTIONS(2618), + [anon_sym_co_return] = ACTIONS(2618), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_R_DQUOTE] = ACTIONS(2620), + [anon_sym_LR_DQUOTE] = ACTIONS(2620), + [anon_sym_uR_DQUOTE] = ACTIONS(2620), + [anon_sym_UR_DQUOTE] = ACTIONS(2620), + [anon_sym_u8R_DQUOTE] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(2618), + [anon_sym_new] = ACTIONS(2618), + [anon_sym_requires] = ACTIONS(2618), + [sym_this] = ACTIONS(2618), + [sym_nullptr] = ACTIONS(2618), }, [555] = { - [ts_builtin_sym_end] = ACTIONS(2518), - [sym_identifier] = ACTIONS(2516), - [aux_sym_preproc_include_token1] = ACTIONS(2516), - [aux_sym_preproc_def_token1] = ACTIONS(2516), - [aux_sym_preproc_if_token1] = ACTIONS(2516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2516), - [sym_preproc_directive] = ACTIONS(2516), - [anon_sym_LPAREN2] = ACTIONS(2518), - [anon_sym_BANG] = ACTIONS(2518), - [anon_sym_TILDE] = ACTIONS(2518), - [anon_sym_DASH] = ACTIONS(2516), - [anon_sym_PLUS] = ACTIONS(2516), - [anon_sym_STAR] = ACTIONS(2518), - [anon_sym_AMP_AMP] = ACTIONS(2518), - [anon_sym_AMP] = ACTIONS(2516), - [anon_sym_SEMI] = ACTIONS(2518), - [anon_sym_typedef] = ACTIONS(2516), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2518), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym___cdecl] = ACTIONS(2516), - [anon_sym___clrcall] = ACTIONS(2516), - [anon_sym___stdcall] = ACTIONS(2516), - [anon_sym___fastcall] = ACTIONS(2516), - [anon_sym___thiscall] = ACTIONS(2516), - [anon_sym___vectorcall] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(2516), - [anon_sym_static] = ACTIONS(2516), - [anon_sym_register] = ACTIONS(2516), - [anon_sym_inline] = ACTIONS(2516), - [anon_sym_thread_local] = ACTIONS(2516), - [anon_sym_const] = ACTIONS(2516), - [anon_sym_volatile] = ACTIONS(2516), - [anon_sym_restrict] = ACTIONS(2516), - [anon_sym__Atomic] = ACTIONS(2516), - [anon_sym_mutable] = ACTIONS(2516), - [anon_sym_constexpr] = ACTIONS(2516), - [anon_sym_constinit] = ACTIONS(2516), - [anon_sym_consteval] = ACTIONS(2516), - [anon_sym_signed] = ACTIONS(2516), - [anon_sym_unsigned] = ACTIONS(2516), - [anon_sym_long] = ACTIONS(2516), - [anon_sym_short] = ACTIONS(2516), - [sym_primitive_type] = ACTIONS(2516), - [anon_sym_enum] = ACTIONS(2516), - [anon_sym_class] = ACTIONS(2516), - [anon_sym_struct] = ACTIONS(2516), - [anon_sym_union] = ACTIONS(2516), - [anon_sym_if] = ACTIONS(2516), - [anon_sym_else] = ACTIONS(2516), - [anon_sym_switch] = ACTIONS(2516), - [anon_sym_case] = ACTIONS(2516), - [anon_sym_default] = ACTIONS(2516), - [anon_sym_while] = ACTIONS(2516), - [anon_sym_do] = ACTIONS(2516), - [anon_sym_for] = ACTIONS(2516), - [anon_sym_return] = ACTIONS(2516), - [anon_sym_break] = ACTIONS(2516), - [anon_sym_continue] = ACTIONS(2516), - [anon_sym_goto] = ACTIONS(2516), - [anon_sym_not] = ACTIONS(2516), - [anon_sym_compl] = ACTIONS(2516), - [anon_sym_DASH_DASH] = ACTIONS(2518), - [anon_sym_PLUS_PLUS] = ACTIONS(2518), - [anon_sym_sizeof] = ACTIONS(2516), - [sym_number_literal] = ACTIONS(2518), - [anon_sym_L_SQUOTE] = ACTIONS(2518), - [anon_sym_u_SQUOTE] = ACTIONS(2518), - [anon_sym_U_SQUOTE] = ACTIONS(2518), - [anon_sym_u8_SQUOTE] = ACTIONS(2518), - [anon_sym_SQUOTE] = ACTIONS(2518), - [anon_sym_L_DQUOTE] = ACTIONS(2518), - [anon_sym_u_DQUOTE] = ACTIONS(2518), - [anon_sym_U_DQUOTE] = ACTIONS(2518), - [anon_sym_u8_DQUOTE] = ACTIONS(2518), - [anon_sym_DQUOTE] = ACTIONS(2518), - [sym_true] = ACTIONS(2516), - [sym_false] = ACTIONS(2516), - [sym_null] = ACTIONS(2516), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2516), - [anon_sym_decltype] = ACTIONS(2516), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_explicit] = ACTIONS(2516), - [anon_sym_typename] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_try] = ACTIONS(2516), - [anon_sym_delete] = ACTIONS(2516), - [anon_sym_throw] = ACTIONS(2516), - [anon_sym_namespace] = ACTIONS(2516), - [anon_sym_using] = ACTIONS(2516), - [anon_sym_static_assert] = ACTIONS(2516), - [anon_sym_concept] = ACTIONS(2516), - [anon_sym_co_return] = ACTIONS(2516), - [anon_sym_co_yield] = ACTIONS(2516), - [anon_sym_R_DQUOTE] = ACTIONS(2518), - [anon_sym_LR_DQUOTE] = ACTIONS(2518), - [anon_sym_uR_DQUOTE] = ACTIONS(2518), - [anon_sym_UR_DQUOTE] = ACTIONS(2518), - [anon_sym_u8R_DQUOTE] = ACTIONS(2518), - [anon_sym_co_await] = ACTIONS(2516), - [anon_sym_new] = ACTIONS(2516), - [anon_sym_requires] = ACTIONS(2516), - [sym_this] = ACTIONS(2516), - [sym_nullptr] = ACTIONS(2516), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [556] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [557] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [558] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [559] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [560] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [561] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [562] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [563] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [564] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [565] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [566] = { - [ts_builtin_sym_end] = ACTIONS(2526), - [sym_identifier] = ACTIONS(2524), - [aux_sym_preproc_include_token1] = ACTIONS(2524), - [aux_sym_preproc_def_token1] = ACTIONS(2524), - [aux_sym_preproc_if_token1] = ACTIONS(2524), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2524), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2524), - [sym_preproc_directive] = ACTIONS(2524), - [anon_sym_LPAREN2] = ACTIONS(2526), - [anon_sym_BANG] = ACTIONS(2526), - [anon_sym_TILDE] = ACTIONS(2526), - [anon_sym_DASH] = ACTIONS(2524), - [anon_sym_PLUS] = ACTIONS(2524), - [anon_sym_STAR] = ACTIONS(2526), - [anon_sym_AMP_AMP] = ACTIONS(2526), - [anon_sym_AMP] = ACTIONS(2524), - [anon_sym_SEMI] = ACTIONS(2526), - [anon_sym_typedef] = ACTIONS(2524), - [anon_sym_extern] = ACTIONS(2524), - [anon_sym___attribute__] = ACTIONS(2524), - [anon_sym_COLON_COLON] = ACTIONS(2526), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2526), - [anon_sym___declspec] = ACTIONS(2524), - [anon_sym___based] = ACTIONS(2524), - [anon_sym___cdecl] = ACTIONS(2524), - [anon_sym___clrcall] = ACTIONS(2524), - [anon_sym___stdcall] = ACTIONS(2524), - [anon_sym___fastcall] = ACTIONS(2524), - [anon_sym___thiscall] = ACTIONS(2524), - [anon_sym___vectorcall] = ACTIONS(2524), - [anon_sym_LBRACE] = ACTIONS(2526), - [anon_sym_LBRACK] = ACTIONS(2524), - [anon_sym_static] = ACTIONS(2524), - [anon_sym_register] = ACTIONS(2524), - [anon_sym_inline] = ACTIONS(2524), - [anon_sym_thread_local] = ACTIONS(2524), - [anon_sym_const] = ACTIONS(2524), - [anon_sym_volatile] = ACTIONS(2524), - [anon_sym_restrict] = ACTIONS(2524), - [anon_sym__Atomic] = ACTIONS(2524), - [anon_sym_mutable] = ACTIONS(2524), - [anon_sym_constexpr] = ACTIONS(2524), - [anon_sym_constinit] = ACTIONS(2524), - [anon_sym_consteval] = ACTIONS(2524), - [anon_sym_signed] = ACTIONS(2524), - [anon_sym_unsigned] = ACTIONS(2524), - [anon_sym_long] = ACTIONS(2524), - [anon_sym_short] = ACTIONS(2524), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2524), - [anon_sym_class] = ACTIONS(2524), - [anon_sym_struct] = ACTIONS(2524), - [anon_sym_union] = ACTIONS(2524), - [anon_sym_if] = ACTIONS(2524), - [anon_sym_else] = ACTIONS(2524), - [anon_sym_switch] = ACTIONS(2524), - [anon_sym_case] = ACTIONS(2524), - [anon_sym_default] = ACTIONS(2524), - [anon_sym_while] = ACTIONS(2524), - [anon_sym_do] = ACTIONS(2524), - [anon_sym_for] = ACTIONS(2524), - [anon_sym_return] = ACTIONS(2524), - [anon_sym_break] = ACTIONS(2524), - [anon_sym_continue] = ACTIONS(2524), - [anon_sym_goto] = ACTIONS(2524), - [anon_sym_not] = ACTIONS(2524), - [anon_sym_compl] = ACTIONS(2524), - [anon_sym_DASH_DASH] = ACTIONS(2526), - [anon_sym_PLUS_PLUS] = ACTIONS(2526), - [anon_sym_sizeof] = ACTIONS(2524), - [sym_number_literal] = ACTIONS(2526), - [anon_sym_L_SQUOTE] = ACTIONS(2526), - [anon_sym_u_SQUOTE] = ACTIONS(2526), - [anon_sym_U_SQUOTE] = ACTIONS(2526), - [anon_sym_u8_SQUOTE] = ACTIONS(2526), - [anon_sym_SQUOTE] = ACTIONS(2526), - [anon_sym_L_DQUOTE] = ACTIONS(2526), - [anon_sym_u_DQUOTE] = ACTIONS(2526), - [anon_sym_U_DQUOTE] = ACTIONS(2526), - [anon_sym_u8_DQUOTE] = ACTIONS(2526), - [anon_sym_DQUOTE] = ACTIONS(2526), - [sym_true] = ACTIONS(2524), - [sym_false] = ACTIONS(2524), - [sym_null] = ACTIONS(2524), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2524), - [anon_sym_decltype] = ACTIONS(2524), - [anon_sym_virtual] = ACTIONS(2524), - [anon_sym_explicit] = ACTIONS(2524), - [anon_sym_typename] = ACTIONS(2524), - [anon_sym_template] = ACTIONS(2524), - [anon_sym_operator] = ACTIONS(2524), - [anon_sym_try] = ACTIONS(2524), - [anon_sym_delete] = ACTIONS(2524), - [anon_sym_throw] = ACTIONS(2524), - [anon_sym_namespace] = ACTIONS(2524), - [anon_sym_using] = ACTIONS(2524), - [anon_sym_static_assert] = ACTIONS(2524), - [anon_sym_concept] = ACTIONS(2524), - [anon_sym_co_return] = ACTIONS(2524), - [anon_sym_co_yield] = ACTIONS(2524), - [anon_sym_R_DQUOTE] = ACTIONS(2526), - [anon_sym_LR_DQUOTE] = ACTIONS(2526), - [anon_sym_uR_DQUOTE] = ACTIONS(2526), - [anon_sym_UR_DQUOTE] = ACTIONS(2526), - [anon_sym_u8R_DQUOTE] = ACTIONS(2526), - [anon_sym_co_await] = ACTIONS(2524), - [anon_sym_new] = ACTIONS(2524), - [anon_sym_requires] = ACTIONS(2524), - [sym_this] = ACTIONS(2524), - [sym_nullptr] = ACTIONS(2524), + [ts_builtin_sym_end] = ACTIONS(2620), + [sym_identifier] = ACTIONS(2618), + [aux_sym_preproc_include_token1] = ACTIONS(2618), + [aux_sym_preproc_def_token1] = ACTIONS(2618), + [aux_sym_preproc_if_token1] = ACTIONS(2618), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2618), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2618), + [sym_preproc_directive] = ACTIONS(2618), + [anon_sym_LPAREN2] = ACTIONS(2620), + [anon_sym_BANG] = ACTIONS(2620), + [anon_sym_TILDE] = ACTIONS(2620), + [anon_sym_DASH] = ACTIONS(2618), + [anon_sym_PLUS] = ACTIONS(2618), + [anon_sym_STAR] = ACTIONS(2620), + [anon_sym_AMP_AMP] = ACTIONS(2620), + [anon_sym_AMP] = ACTIONS(2618), + [anon_sym_SEMI] = ACTIONS(2620), + [anon_sym_typedef] = ACTIONS(2618), + [anon_sym_extern] = ACTIONS(2618), + [anon_sym___attribute__] = ACTIONS(2618), + [anon_sym_COLON_COLON] = ACTIONS(2620), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2620), + [anon_sym___declspec] = ACTIONS(2618), + [anon_sym___based] = ACTIONS(2618), + [anon_sym___cdecl] = ACTIONS(2618), + [anon_sym___clrcall] = ACTIONS(2618), + [anon_sym___stdcall] = ACTIONS(2618), + [anon_sym___fastcall] = ACTIONS(2618), + [anon_sym___thiscall] = ACTIONS(2618), + [anon_sym___vectorcall] = ACTIONS(2618), + [anon_sym_LBRACE] = ACTIONS(2620), + [anon_sym_LBRACK] = ACTIONS(2618), + [anon_sym_static] = ACTIONS(2618), + [anon_sym_register] = ACTIONS(2618), + [anon_sym_inline] = ACTIONS(2618), + [anon_sym_thread_local] = ACTIONS(2618), + [anon_sym_const] = ACTIONS(2618), + [anon_sym_volatile] = ACTIONS(2618), + [anon_sym_restrict] = ACTIONS(2618), + [anon_sym__Atomic] = ACTIONS(2618), + [anon_sym_mutable] = ACTIONS(2618), + [anon_sym_constexpr] = ACTIONS(2618), + [anon_sym_constinit] = ACTIONS(2618), + [anon_sym_consteval] = ACTIONS(2618), + [anon_sym_signed] = ACTIONS(2618), + [anon_sym_unsigned] = ACTIONS(2618), + [anon_sym_long] = ACTIONS(2618), + [anon_sym_short] = ACTIONS(2618), + [sym_primitive_type] = ACTIONS(2618), + [anon_sym_enum] = ACTIONS(2618), + [anon_sym_class] = ACTIONS(2618), + [anon_sym_struct] = ACTIONS(2618), + [anon_sym_union] = ACTIONS(2618), + [anon_sym_if] = ACTIONS(2618), + [anon_sym_else] = ACTIONS(2618), + [anon_sym_switch] = ACTIONS(2618), + [anon_sym_case] = ACTIONS(2618), + [anon_sym_default] = ACTIONS(2618), + [anon_sym_while] = ACTIONS(2618), + [anon_sym_do] = ACTIONS(2618), + [anon_sym_for] = ACTIONS(2618), + [anon_sym_return] = ACTIONS(2618), + [anon_sym_break] = ACTIONS(2618), + [anon_sym_continue] = ACTIONS(2618), + [anon_sym_goto] = ACTIONS(2618), + [anon_sym_not] = ACTIONS(2618), + [anon_sym_compl] = ACTIONS(2618), + [anon_sym_DASH_DASH] = ACTIONS(2620), + [anon_sym_PLUS_PLUS] = ACTIONS(2620), + [anon_sym_sizeof] = ACTIONS(2618), + [sym_number_literal] = ACTIONS(2620), + [anon_sym_L_SQUOTE] = ACTIONS(2620), + [anon_sym_u_SQUOTE] = ACTIONS(2620), + [anon_sym_U_SQUOTE] = ACTIONS(2620), + [anon_sym_u8_SQUOTE] = ACTIONS(2620), + [anon_sym_SQUOTE] = ACTIONS(2620), + [anon_sym_L_DQUOTE] = ACTIONS(2620), + [anon_sym_u_DQUOTE] = ACTIONS(2620), + [anon_sym_U_DQUOTE] = ACTIONS(2620), + [anon_sym_u8_DQUOTE] = ACTIONS(2620), + [anon_sym_DQUOTE] = ACTIONS(2620), + [sym_true] = ACTIONS(2618), + [sym_false] = ACTIONS(2618), + [sym_null] = ACTIONS(2618), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2618), + [anon_sym_decltype] = ACTIONS(2618), + [anon_sym_virtual] = ACTIONS(2618), + [anon_sym_explicit] = ACTIONS(2618), + [anon_sym_typename] = ACTIONS(2618), + [anon_sym_template] = ACTIONS(2618), + [anon_sym_operator] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2618), + [anon_sym_delete] = ACTIONS(2618), + [anon_sym_throw] = ACTIONS(2618), + [anon_sym_namespace] = ACTIONS(2618), + [anon_sym_using] = ACTIONS(2618), + [anon_sym_static_assert] = ACTIONS(2618), + [anon_sym_concept] = ACTIONS(2618), + [anon_sym_co_return] = ACTIONS(2618), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_R_DQUOTE] = ACTIONS(2620), + [anon_sym_LR_DQUOTE] = ACTIONS(2620), + [anon_sym_uR_DQUOTE] = ACTIONS(2620), + [anon_sym_UR_DQUOTE] = ACTIONS(2620), + [anon_sym_u8R_DQUOTE] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(2618), + [anon_sym_new] = ACTIONS(2618), + [anon_sym_requires] = ACTIONS(2618), + [sym_this] = ACTIONS(2618), + [sym_nullptr] = ACTIONS(2618), }, [567] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [568] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [ts_builtin_sym_end] = ACTIONS(2592), + [sym_identifier] = ACTIONS(2590), + [aux_sym_preproc_include_token1] = ACTIONS(2590), + [aux_sym_preproc_def_token1] = ACTIONS(2590), + [aux_sym_preproc_if_token1] = ACTIONS(2590), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2590), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2590), + [sym_preproc_directive] = ACTIONS(2590), + [anon_sym_LPAREN2] = ACTIONS(2592), + [anon_sym_BANG] = ACTIONS(2592), + [anon_sym_TILDE] = ACTIONS(2592), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2592), + [anon_sym_AMP_AMP] = ACTIONS(2592), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_SEMI] = ACTIONS(2592), + [anon_sym_typedef] = ACTIONS(2590), + [anon_sym_extern] = ACTIONS(2590), + [anon_sym___attribute__] = ACTIONS(2590), + [anon_sym_COLON_COLON] = ACTIONS(2592), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2592), + [anon_sym___declspec] = ACTIONS(2590), + [anon_sym___based] = ACTIONS(2590), + [anon_sym___cdecl] = ACTIONS(2590), + [anon_sym___clrcall] = ACTIONS(2590), + [anon_sym___stdcall] = ACTIONS(2590), + [anon_sym___fastcall] = ACTIONS(2590), + [anon_sym___thiscall] = ACTIONS(2590), + [anon_sym___vectorcall] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2592), + [anon_sym_LBRACK] = ACTIONS(2590), + [anon_sym_static] = ACTIONS(2590), + [anon_sym_register] = ACTIONS(2590), + [anon_sym_inline] = ACTIONS(2590), + [anon_sym_thread_local] = ACTIONS(2590), + [anon_sym_const] = ACTIONS(2590), + [anon_sym_volatile] = ACTIONS(2590), + [anon_sym_restrict] = ACTIONS(2590), + [anon_sym__Atomic] = ACTIONS(2590), + [anon_sym_mutable] = ACTIONS(2590), + [anon_sym_constexpr] = ACTIONS(2590), + [anon_sym_constinit] = ACTIONS(2590), + [anon_sym_consteval] = ACTIONS(2590), + [anon_sym_signed] = ACTIONS(2590), + [anon_sym_unsigned] = ACTIONS(2590), + [anon_sym_long] = ACTIONS(2590), + [anon_sym_short] = ACTIONS(2590), + [sym_primitive_type] = ACTIONS(2590), + [anon_sym_enum] = ACTIONS(2590), + [anon_sym_class] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_union] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_else] = ACTIONS(2590), + [anon_sym_switch] = ACTIONS(2590), + [anon_sym_case] = ACTIONS(2590), + [anon_sym_default] = ACTIONS(2590), + [anon_sym_while] = ACTIONS(2590), + [anon_sym_do] = ACTIONS(2590), + [anon_sym_for] = ACTIONS(2590), + [anon_sym_return] = ACTIONS(2590), + [anon_sym_break] = ACTIONS(2590), + [anon_sym_continue] = ACTIONS(2590), + [anon_sym_goto] = ACTIONS(2590), + [anon_sym_not] = ACTIONS(2590), + [anon_sym_compl] = ACTIONS(2590), + [anon_sym_DASH_DASH] = ACTIONS(2592), + [anon_sym_PLUS_PLUS] = ACTIONS(2592), + [anon_sym_sizeof] = ACTIONS(2590), + [sym_number_literal] = ACTIONS(2592), + [anon_sym_L_SQUOTE] = ACTIONS(2592), + [anon_sym_u_SQUOTE] = ACTIONS(2592), + [anon_sym_U_SQUOTE] = ACTIONS(2592), + [anon_sym_u8_SQUOTE] = ACTIONS(2592), + [anon_sym_SQUOTE] = ACTIONS(2592), + [anon_sym_L_DQUOTE] = ACTIONS(2592), + [anon_sym_u_DQUOTE] = ACTIONS(2592), + [anon_sym_U_DQUOTE] = ACTIONS(2592), + [anon_sym_u8_DQUOTE] = ACTIONS(2592), + [anon_sym_DQUOTE] = ACTIONS(2592), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_null] = ACTIONS(2590), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2590), + [anon_sym_decltype] = ACTIONS(2590), + [anon_sym_virtual] = ACTIONS(2590), + [anon_sym_explicit] = ACTIONS(2590), + [anon_sym_typename] = ACTIONS(2590), + [anon_sym_template] = ACTIONS(2590), + [anon_sym_operator] = ACTIONS(2590), + [anon_sym_try] = ACTIONS(2590), + [anon_sym_delete] = ACTIONS(2590), + [anon_sym_throw] = ACTIONS(2590), + [anon_sym_namespace] = ACTIONS(2590), + [anon_sym_using] = ACTIONS(2590), + [anon_sym_static_assert] = ACTIONS(2590), + [anon_sym_concept] = ACTIONS(2590), + [anon_sym_co_return] = ACTIONS(2590), + [anon_sym_co_yield] = ACTIONS(2590), + [anon_sym_R_DQUOTE] = ACTIONS(2592), + [anon_sym_LR_DQUOTE] = ACTIONS(2592), + [anon_sym_uR_DQUOTE] = ACTIONS(2592), + [anon_sym_UR_DQUOTE] = ACTIONS(2592), + [anon_sym_u8R_DQUOTE] = ACTIONS(2592), + [anon_sym_co_await] = ACTIONS(2590), + [anon_sym_new] = ACTIONS(2590), + [anon_sym_requires] = ACTIONS(2590), + [sym_this] = ACTIONS(2590), + [sym_nullptr] = ACTIONS(2590), }, [569] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [570] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [ts_builtin_sym_end] = ACTIONS(2602), + [sym_identifier] = ACTIONS(2600), + [aux_sym_preproc_include_token1] = ACTIONS(2600), + [aux_sym_preproc_def_token1] = ACTIONS(2600), + [aux_sym_preproc_if_token1] = ACTIONS(2600), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2600), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2600), + [sym_preproc_directive] = ACTIONS(2600), + [anon_sym_LPAREN2] = ACTIONS(2602), + [anon_sym_BANG] = ACTIONS(2602), + [anon_sym_TILDE] = ACTIONS(2602), + [anon_sym_DASH] = ACTIONS(2600), + [anon_sym_PLUS] = ACTIONS(2600), + [anon_sym_STAR] = ACTIONS(2602), + [anon_sym_AMP_AMP] = ACTIONS(2602), + [anon_sym_AMP] = ACTIONS(2600), + [anon_sym_SEMI] = ACTIONS(2602), + [anon_sym_typedef] = ACTIONS(2600), + [anon_sym_extern] = ACTIONS(2600), + [anon_sym___attribute__] = ACTIONS(2600), + [anon_sym_COLON_COLON] = ACTIONS(2602), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2602), + [anon_sym___declspec] = ACTIONS(2600), + [anon_sym___based] = ACTIONS(2600), + [anon_sym___cdecl] = ACTIONS(2600), + [anon_sym___clrcall] = ACTIONS(2600), + [anon_sym___stdcall] = ACTIONS(2600), + [anon_sym___fastcall] = ACTIONS(2600), + [anon_sym___thiscall] = ACTIONS(2600), + [anon_sym___vectorcall] = ACTIONS(2600), + [anon_sym_LBRACE] = ACTIONS(2602), + [anon_sym_LBRACK] = ACTIONS(2600), + [anon_sym_static] = ACTIONS(2600), + [anon_sym_register] = ACTIONS(2600), + [anon_sym_inline] = ACTIONS(2600), + [anon_sym_thread_local] = ACTIONS(2600), + [anon_sym_const] = ACTIONS(2600), + [anon_sym_volatile] = ACTIONS(2600), + [anon_sym_restrict] = ACTIONS(2600), + [anon_sym__Atomic] = ACTIONS(2600), + [anon_sym_mutable] = ACTIONS(2600), + [anon_sym_constexpr] = ACTIONS(2600), + [anon_sym_constinit] = ACTIONS(2600), + [anon_sym_consteval] = ACTIONS(2600), + [anon_sym_signed] = ACTIONS(2600), + [anon_sym_unsigned] = ACTIONS(2600), + [anon_sym_long] = ACTIONS(2600), + [anon_sym_short] = ACTIONS(2600), + [sym_primitive_type] = ACTIONS(2600), + [anon_sym_enum] = ACTIONS(2600), + [anon_sym_class] = ACTIONS(2600), + [anon_sym_struct] = ACTIONS(2600), + [anon_sym_union] = ACTIONS(2600), + [anon_sym_if] = ACTIONS(2600), + [anon_sym_else] = ACTIONS(2600), + [anon_sym_switch] = ACTIONS(2600), + [anon_sym_case] = ACTIONS(2600), + [anon_sym_default] = ACTIONS(2600), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2600), + [anon_sym_for] = ACTIONS(2600), + [anon_sym_return] = ACTIONS(2600), + [anon_sym_break] = ACTIONS(2600), + [anon_sym_continue] = ACTIONS(2600), + [anon_sym_goto] = ACTIONS(2600), + [anon_sym_not] = ACTIONS(2600), + [anon_sym_compl] = ACTIONS(2600), + [anon_sym_DASH_DASH] = ACTIONS(2602), + [anon_sym_PLUS_PLUS] = ACTIONS(2602), + [anon_sym_sizeof] = ACTIONS(2600), + [sym_number_literal] = ACTIONS(2602), + [anon_sym_L_SQUOTE] = ACTIONS(2602), + [anon_sym_u_SQUOTE] = ACTIONS(2602), + [anon_sym_U_SQUOTE] = ACTIONS(2602), + [anon_sym_u8_SQUOTE] = ACTIONS(2602), + [anon_sym_SQUOTE] = ACTIONS(2602), + [anon_sym_L_DQUOTE] = ACTIONS(2602), + [anon_sym_u_DQUOTE] = ACTIONS(2602), + [anon_sym_U_DQUOTE] = ACTIONS(2602), + [anon_sym_u8_DQUOTE] = ACTIONS(2602), + [anon_sym_DQUOTE] = ACTIONS(2602), + [sym_true] = ACTIONS(2600), + [sym_false] = ACTIONS(2600), + [sym_null] = ACTIONS(2600), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2600), + [anon_sym_decltype] = ACTIONS(2600), + [anon_sym_virtual] = ACTIONS(2600), + [anon_sym_explicit] = ACTIONS(2600), + [anon_sym_typename] = ACTIONS(2600), + [anon_sym_template] = ACTIONS(2600), + [anon_sym_operator] = ACTIONS(2600), + [anon_sym_try] = ACTIONS(2600), + [anon_sym_delete] = ACTIONS(2600), + [anon_sym_throw] = ACTIONS(2600), + [anon_sym_namespace] = ACTIONS(2600), + [anon_sym_using] = ACTIONS(2600), + [anon_sym_static_assert] = ACTIONS(2600), + [anon_sym_concept] = ACTIONS(2600), + [anon_sym_co_return] = ACTIONS(2600), + [anon_sym_co_yield] = ACTIONS(2600), + [anon_sym_R_DQUOTE] = ACTIONS(2602), + [anon_sym_LR_DQUOTE] = ACTIONS(2602), + [anon_sym_uR_DQUOTE] = ACTIONS(2602), + [anon_sym_UR_DQUOTE] = ACTIONS(2602), + [anon_sym_u8R_DQUOTE] = ACTIONS(2602), + [anon_sym_co_await] = ACTIONS(2600), + [anon_sym_new] = ACTIONS(2600), + [anon_sym_requires] = ACTIONS(2600), + [sym_this] = ACTIONS(2600), + [sym_nullptr] = ACTIONS(2600), }, [571] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [572] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [573] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [574] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [575] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2476), + [aux_sym_preproc_include_token1] = ACTIONS(2476), + [aux_sym_preproc_def_token1] = ACTIONS(2476), + [aux_sym_preproc_if_token1] = ACTIONS(2476), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2476), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2476), + [sym_preproc_directive] = ACTIONS(2476), + [anon_sym_LPAREN2] = ACTIONS(2478), + [anon_sym_BANG] = ACTIONS(2478), + [anon_sym_TILDE] = ACTIONS(2478), + [anon_sym_DASH] = ACTIONS(2476), + [anon_sym_PLUS] = ACTIONS(2476), + [anon_sym_STAR] = ACTIONS(2478), + [anon_sym_AMP_AMP] = ACTIONS(2478), + [anon_sym_AMP] = ACTIONS(2476), + [anon_sym_SEMI] = ACTIONS(2478), + [anon_sym_typedef] = ACTIONS(2476), + [anon_sym_extern] = ACTIONS(2476), + [anon_sym___attribute__] = ACTIONS(2476), + [anon_sym_COLON_COLON] = ACTIONS(2478), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2478), + [anon_sym___declspec] = ACTIONS(2476), + [anon_sym___based] = ACTIONS(2476), + [anon_sym___cdecl] = ACTIONS(2476), + [anon_sym___clrcall] = ACTIONS(2476), + [anon_sym___stdcall] = ACTIONS(2476), + [anon_sym___fastcall] = ACTIONS(2476), + [anon_sym___thiscall] = ACTIONS(2476), + [anon_sym___vectorcall] = ACTIONS(2476), + [anon_sym_LBRACE] = ACTIONS(2478), + [anon_sym_RBRACE] = ACTIONS(2478), + [anon_sym_LBRACK] = ACTIONS(2476), + [anon_sym_static] = ACTIONS(2476), + [anon_sym_register] = ACTIONS(2476), + [anon_sym_inline] = ACTIONS(2476), + [anon_sym_thread_local] = ACTIONS(2476), + [anon_sym_const] = ACTIONS(2476), + [anon_sym_volatile] = ACTIONS(2476), + [anon_sym_restrict] = ACTIONS(2476), + [anon_sym__Atomic] = ACTIONS(2476), + [anon_sym_mutable] = ACTIONS(2476), + [anon_sym_constexpr] = ACTIONS(2476), + [anon_sym_constinit] = ACTIONS(2476), + [anon_sym_consteval] = ACTIONS(2476), + [anon_sym_signed] = ACTIONS(2476), + [anon_sym_unsigned] = ACTIONS(2476), + [anon_sym_long] = ACTIONS(2476), + [anon_sym_short] = ACTIONS(2476), + [sym_primitive_type] = ACTIONS(2476), + [anon_sym_enum] = ACTIONS(2476), + [anon_sym_class] = ACTIONS(2476), + [anon_sym_struct] = ACTIONS(2476), + [anon_sym_union] = ACTIONS(2476), + [anon_sym_if] = ACTIONS(2476), + [anon_sym_else] = ACTIONS(2476), + [anon_sym_switch] = ACTIONS(2476), + [anon_sym_case] = ACTIONS(2476), + [anon_sym_default] = ACTIONS(2476), + [anon_sym_while] = ACTIONS(2476), + [anon_sym_do] = ACTIONS(2476), + [anon_sym_for] = ACTIONS(2476), + [anon_sym_return] = ACTIONS(2476), + [anon_sym_break] = ACTIONS(2476), + [anon_sym_continue] = ACTIONS(2476), + [anon_sym_goto] = ACTIONS(2476), + [anon_sym_not] = ACTIONS(2476), + [anon_sym_compl] = ACTIONS(2476), + [anon_sym_DASH_DASH] = ACTIONS(2478), + [anon_sym_PLUS_PLUS] = ACTIONS(2478), + [anon_sym_sizeof] = ACTIONS(2476), + [sym_number_literal] = ACTIONS(2478), + [anon_sym_L_SQUOTE] = ACTIONS(2478), + [anon_sym_u_SQUOTE] = ACTIONS(2478), + [anon_sym_U_SQUOTE] = ACTIONS(2478), + [anon_sym_u8_SQUOTE] = ACTIONS(2478), + [anon_sym_SQUOTE] = ACTIONS(2478), + [anon_sym_L_DQUOTE] = ACTIONS(2478), + [anon_sym_u_DQUOTE] = ACTIONS(2478), + [anon_sym_U_DQUOTE] = ACTIONS(2478), + [anon_sym_u8_DQUOTE] = ACTIONS(2478), + [anon_sym_DQUOTE] = ACTIONS(2478), + [sym_true] = ACTIONS(2476), + [sym_false] = ACTIONS(2476), + [sym_null] = ACTIONS(2476), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2476), + [anon_sym_decltype] = ACTIONS(2476), + [anon_sym_virtual] = ACTIONS(2476), + [anon_sym_explicit] = ACTIONS(2476), + [anon_sym_typename] = ACTIONS(2476), + [anon_sym_template] = ACTIONS(2476), + [anon_sym_operator] = ACTIONS(2476), + [anon_sym_try] = ACTIONS(2476), + [anon_sym_delete] = ACTIONS(2476), + [anon_sym_throw] = ACTIONS(2476), + [anon_sym_namespace] = ACTIONS(2476), + [anon_sym_using] = ACTIONS(2476), + [anon_sym_static_assert] = ACTIONS(2476), + [anon_sym_concept] = ACTIONS(2476), + [anon_sym_co_return] = ACTIONS(2476), + [anon_sym_co_yield] = ACTIONS(2476), + [anon_sym_R_DQUOTE] = ACTIONS(2478), + [anon_sym_LR_DQUOTE] = ACTIONS(2478), + [anon_sym_uR_DQUOTE] = ACTIONS(2478), + [anon_sym_UR_DQUOTE] = ACTIONS(2478), + [anon_sym_u8R_DQUOTE] = ACTIONS(2478), + [anon_sym_co_await] = ACTIONS(2476), + [anon_sym_new] = ACTIONS(2476), + [anon_sym_requires] = ACTIONS(2476), + [sym_this] = ACTIONS(2476), + [sym_nullptr] = ACTIONS(2476), }, [576] = { - [ts_builtin_sym_end] = ACTIONS(2402), - [sym_identifier] = ACTIONS(2400), - [aux_sym_preproc_include_token1] = ACTIONS(2400), - [aux_sym_preproc_def_token1] = ACTIONS(2400), - [aux_sym_preproc_if_token1] = ACTIONS(2400), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2400), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2400), - [sym_preproc_directive] = ACTIONS(2400), - [anon_sym_LPAREN2] = ACTIONS(2402), - [anon_sym_BANG] = ACTIONS(2402), - [anon_sym_TILDE] = ACTIONS(2402), - [anon_sym_DASH] = ACTIONS(2400), - [anon_sym_PLUS] = ACTIONS(2400), - [anon_sym_STAR] = ACTIONS(2402), - [anon_sym_AMP_AMP] = ACTIONS(2402), - [anon_sym_AMP] = ACTIONS(2400), - [anon_sym_SEMI] = ACTIONS(2402), - [anon_sym_typedef] = ACTIONS(2400), - [anon_sym_extern] = ACTIONS(2400), - [anon_sym___attribute__] = ACTIONS(2400), - [anon_sym_COLON_COLON] = ACTIONS(2402), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2402), - [anon_sym___declspec] = ACTIONS(2400), - [anon_sym___based] = ACTIONS(2400), - [anon_sym___cdecl] = ACTIONS(2400), - [anon_sym___clrcall] = ACTIONS(2400), - [anon_sym___stdcall] = ACTIONS(2400), - [anon_sym___fastcall] = ACTIONS(2400), - [anon_sym___thiscall] = ACTIONS(2400), - [anon_sym___vectorcall] = ACTIONS(2400), - [anon_sym_LBRACE] = ACTIONS(2402), - [anon_sym_LBRACK] = ACTIONS(2400), - [anon_sym_static] = ACTIONS(2400), - [anon_sym_register] = ACTIONS(2400), - [anon_sym_inline] = ACTIONS(2400), - [anon_sym_thread_local] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_volatile] = ACTIONS(2400), - [anon_sym_restrict] = ACTIONS(2400), - [anon_sym__Atomic] = ACTIONS(2400), - [anon_sym_mutable] = ACTIONS(2400), - [anon_sym_constexpr] = ACTIONS(2400), - [anon_sym_constinit] = ACTIONS(2400), - [anon_sym_consteval] = ACTIONS(2400), - [anon_sym_signed] = ACTIONS(2400), - [anon_sym_unsigned] = ACTIONS(2400), - [anon_sym_long] = ACTIONS(2400), - [anon_sym_short] = ACTIONS(2400), - [sym_primitive_type] = ACTIONS(2400), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_class] = ACTIONS(2400), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), - [anon_sym_if] = ACTIONS(2400), - [anon_sym_else] = ACTIONS(2400), - [anon_sym_switch] = ACTIONS(2400), - [anon_sym_case] = ACTIONS(2400), - [anon_sym_default] = ACTIONS(2400), - [anon_sym_while] = ACTIONS(2400), - [anon_sym_do] = ACTIONS(2400), - [anon_sym_for] = ACTIONS(2400), - [anon_sym_return] = ACTIONS(2400), - [anon_sym_break] = ACTIONS(2400), - [anon_sym_continue] = ACTIONS(2400), - [anon_sym_goto] = ACTIONS(2400), - [anon_sym_not] = ACTIONS(2400), - [anon_sym_compl] = ACTIONS(2400), - [anon_sym_DASH_DASH] = ACTIONS(2402), - [anon_sym_PLUS_PLUS] = ACTIONS(2402), - [anon_sym_sizeof] = ACTIONS(2400), - [sym_number_literal] = ACTIONS(2402), - [anon_sym_L_SQUOTE] = ACTIONS(2402), - [anon_sym_u_SQUOTE] = ACTIONS(2402), - [anon_sym_U_SQUOTE] = ACTIONS(2402), - [anon_sym_u8_SQUOTE] = ACTIONS(2402), - [anon_sym_SQUOTE] = ACTIONS(2402), - [anon_sym_L_DQUOTE] = ACTIONS(2402), - [anon_sym_u_DQUOTE] = ACTIONS(2402), - [anon_sym_U_DQUOTE] = ACTIONS(2402), - [anon_sym_u8_DQUOTE] = ACTIONS(2402), - [anon_sym_DQUOTE] = ACTIONS(2402), - [sym_true] = ACTIONS(2400), - [sym_false] = ACTIONS(2400), - [sym_null] = ACTIONS(2400), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2400), - [anon_sym_decltype] = ACTIONS(2400), - [anon_sym_virtual] = ACTIONS(2400), - [anon_sym_explicit] = ACTIONS(2400), - [anon_sym_typename] = ACTIONS(2400), - [anon_sym_template] = ACTIONS(2400), - [anon_sym_operator] = ACTIONS(2400), - [anon_sym_try] = ACTIONS(2400), - [anon_sym_delete] = ACTIONS(2400), - [anon_sym_throw] = ACTIONS(2400), - [anon_sym_namespace] = ACTIONS(2400), - [anon_sym_using] = ACTIONS(2400), - [anon_sym_static_assert] = ACTIONS(2400), - [anon_sym_concept] = ACTIONS(2400), - [anon_sym_co_return] = ACTIONS(2400), - [anon_sym_co_yield] = ACTIONS(2400), - [anon_sym_R_DQUOTE] = ACTIONS(2402), - [anon_sym_LR_DQUOTE] = ACTIONS(2402), - [anon_sym_uR_DQUOTE] = ACTIONS(2402), - [anon_sym_UR_DQUOTE] = ACTIONS(2402), - [anon_sym_u8R_DQUOTE] = ACTIONS(2402), - [anon_sym_co_await] = ACTIONS(2400), - [anon_sym_new] = ACTIONS(2400), - [anon_sym_requires] = ACTIONS(2400), - [sym_this] = ACTIONS(2400), - [sym_nullptr] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2604), + [aux_sym_preproc_include_token1] = ACTIONS(2604), + [aux_sym_preproc_def_token1] = ACTIONS(2604), + [aux_sym_preproc_if_token1] = ACTIONS(2604), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2604), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2604), + [sym_preproc_directive] = ACTIONS(2604), + [anon_sym_LPAREN2] = ACTIONS(2606), + [anon_sym_BANG] = ACTIONS(2606), + [anon_sym_TILDE] = ACTIONS(2606), + [anon_sym_DASH] = ACTIONS(2604), + [anon_sym_PLUS] = ACTIONS(2604), + [anon_sym_STAR] = ACTIONS(2606), + [anon_sym_AMP_AMP] = ACTIONS(2606), + [anon_sym_AMP] = ACTIONS(2604), + [anon_sym_SEMI] = ACTIONS(2606), + [anon_sym_typedef] = ACTIONS(2604), + [anon_sym_extern] = ACTIONS(2604), + [anon_sym___attribute__] = ACTIONS(2604), + [anon_sym_COLON_COLON] = ACTIONS(2606), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2606), + [anon_sym___declspec] = ACTIONS(2604), + [anon_sym___based] = ACTIONS(2604), + [anon_sym___cdecl] = ACTIONS(2604), + [anon_sym___clrcall] = ACTIONS(2604), + [anon_sym___stdcall] = ACTIONS(2604), + [anon_sym___fastcall] = ACTIONS(2604), + [anon_sym___thiscall] = ACTIONS(2604), + [anon_sym___vectorcall] = ACTIONS(2604), + [anon_sym_LBRACE] = ACTIONS(2606), + [anon_sym_RBRACE] = ACTIONS(2606), + [anon_sym_LBRACK] = ACTIONS(2604), + [anon_sym_static] = ACTIONS(2604), + [anon_sym_register] = ACTIONS(2604), + [anon_sym_inline] = ACTIONS(2604), + [anon_sym_thread_local] = ACTIONS(2604), + [anon_sym_const] = ACTIONS(2604), + [anon_sym_volatile] = ACTIONS(2604), + [anon_sym_restrict] = ACTIONS(2604), + [anon_sym__Atomic] = ACTIONS(2604), + [anon_sym_mutable] = ACTIONS(2604), + [anon_sym_constexpr] = ACTIONS(2604), + [anon_sym_constinit] = ACTIONS(2604), + [anon_sym_consteval] = ACTIONS(2604), + [anon_sym_signed] = ACTIONS(2604), + [anon_sym_unsigned] = ACTIONS(2604), + [anon_sym_long] = ACTIONS(2604), + [anon_sym_short] = ACTIONS(2604), + [sym_primitive_type] = ACTIONS(2604), + [anon_sym_enum] = ACTIONS(2604), + [anon_sym_class] = ACTIONS(2604), + [anon_sym_struct] = ACTIONS(2604), + [anon_sym_union] = ACTIONS(2604), + [anon_sym_if] = ACTIONS(2604), + [anon_sym_else] = ACTIONS(2604), + [anon_sym_switch] = ACTIONS(2604), + [anon_sym_case] = ACTIONS(2604), + [anon_sym_default] = ACTIONS(2604), + [anon_sym_while] = ACTIONS(2604), + [anon_sym_do] = ACTIONS(2604), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2604), + [anon_sym_break] = ACTIONS(2604), + [anon_sym_continue] = ACTIONS(2604), + [anon_sym_goto] = ACTIONS(2604), + [anon_sym_not] = ACTIONS(2604), + [anon_sym_compl] = ACTIONS(2604), + [anon_sym_DASH_DASH] = ACTIONS(2606), + [anon_sym_PLUS_PLUS] = ACTIONS(2606), + [anon_sym_sizeof] = ACTIONS(2604), + [sym_number_literal] = ACTIONS(2606), + [anon_sym_L_SQUOTE] = ACTIONS(2606), + [anon_sym_u_SQUOTE] = ACTIONS(2606), + [anon_sym_U_SQUOTE] = ACTIONS(2606), + [anon_sym_u8_SQUOTE] = ACTIONS(2606), + [anon_sym_SQUOTE] = ACTIONS(2606), + [anon_sym_L_DQUOTE] = ACTIONS(2606), + [anon_sym_u_DQUOTE] = ACTIONS(2606), + [anon_sym_U_DQUOTE] = ACTIONS(2606), + [anon_sym_u8_DQUOTE] = ACTIONS(2606), + [anon_sym_DQUOTE] = ACTIONS(2606), + [sym_true] = ACTIONS(2604), + [sym_false] = ACTIONS(2604), + [sym_null] = ACTIONS(2604), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2604), + [anon_sym_decltype] = ACTIONS(2604), + [anon_sym_virtual] = ACTIONS(2604), + [anon_sym_explicit] = ACTIONS(2604), + [anon_sym_typename] = ACTIONS(2604), + [anon_sym_template] = ACTIONS(2604), + [anon_sym_operator] = ACTIONS(2604), + [anon_sym_try] = ACTIONS(2604), + [anon_sym_delete] = ACTIONS(2604), + [anon_sym_throw] = ACTIONS(2604), + [anon_sym_namespace] = ACTIONS(2604), + [anon_sym_using] = ACTIONS(2604), + [anon_sym_static_assert] = ACTIONS(2604), + [anon_sym_concept] = ACTIONS(2604), + [anon_sym_co_return] = ACTIONS(2604), + [anon_sym_co_yield] = ACTIONS(2604), + [anon_sym_R_DQUOTE] = ACTIONS(2606), + [anon_sym_LR_DQUOTE] = ACTIONS(2606), + [anon_sym_uR_DQUOTE] = ACTIONS(2606), + [anon_sym_UR_DQUOTE] = ACTIONS(2606), + [anon_sym_u8R_DQUOTE] = ACTIONS(2606), + [anon_sym_co_await] = ACTIONS(2604), + [anon_sym_new] = ACTIONS(2604), + [anon_sym_requires] = ACTIONS(2604), + [sym_this] = ACTIONS(2604), + [sym_nullptr] = ACTIONS(2604), }, [577] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2506), + [aux_sym_preproc_include_token1] = ACTIONS(2506), + [aux_sym_preproc_def_token1] = ACTIONS(2506), + [aux_sym_preproc_if_token1] = ACTIONS(2506), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2506), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2506), + [sym_preproc_directive] = ACTIONS(2506), + [anon_sym_LPAREN2] = ACTIONS(2508), + [anon_sym_BANG] = ACTIONS(2508), + [anon_sym_TILDE] = ACTIONS(2508), + [anon_sym_DASH] = ACTIONS(2506), + [anon_sym_PLUS] = ACTIONS(2506), + [anon_sym_STAR] = ACTIONS(2508), + [anon_sym_AMP_AMP] = ACTIONS(2508), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_SEMI] = ACTIONS(2508), + [anon_sym_typedef] = ACTIONS(2506), + [anon_sym_extern] = ACTIONS(2506), + [anon_sym___attribute__] = ACTIONS(2506), + [anon_sym_COLON_COLON] = ACTIONS(2508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2508), + [anon_sym___declspec] = ACTIONS(2506), + [anon_sym___based] = ACTIONS(2506), + [anon_sym___cdecl] = ACTIONS(2506), + [anon_sym___clrcall] = ACTIONS(2506), + [anon_sym___stdcall] = ACTIONS(2506), + [anon_sym___fastcall] = ACTIONS(2506), + [anon_sym___thiscall] = ACTIONS(2506), + [anon_sym___vectorcall] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2508), + [anon_sym_RBRACE] = ACTIONS(2508), + [anon_sym_LBRACK] = ACTIONS(2506), + [anon_sym_static] = ACTIONS(2506), + [anon_sym_register] = ACTIONS(2506), + [anon_sym_inline] = ACTIONS(2506), + [anon_sym_thread_local] = ACTIONS(2506), + [anon_sym_const] = ACTIONS(2506), + [anon_sym_volatile] = ACTIONS(2506), + [anon_sym_restrict] = ACTIONS(2506), + [anon_sym__Atomic] = ACTIONS(2506), + [anon_sym_mutable] = ACTIONS(2506), + [anon_sym_constexpr] = ACTIONS(2506), + [anon_sym_constinit] = ACTIONS(2506), + [anon_sym_consteval] = ACTIONS(2506), + [anon_sym_signed] = ACTIONS(2506), + [anon_sym_unsigned] = ACTIONS(2506), + [anon_sym_long] = ACTIONS(2506), + [anon_sym_short] = ACTIONS(2506), + [sym_primitive_type] = ACTIONS(2506), + [anon_sym_enum] = ACTIONS(2506), + [anon_sym_class] = ACTIONS(2506), + [anon_sym_struct] = ACTIONS(2506), + [anon_sym_union] = ACTIONS(2506), + [anon_sym_if] = ACTIONS(2506), + [anon_sym_else] = ACTIONS(2506), + [anon_sym_switch] = ACTIONS(2506), + [anon_sym_case] = ACTIONS(2506), + [anon_sym_default] = ACTIONS(2506), + [anon_sym_while] = ACTIONS(2506), + [anon_sym_do] = ACTIONS(2506), + [anon_sym_for] = ACTIONS(2506), + [anon_sym_return] = ACTIONS(2506), + [anon_sym_break] = ACTIONS(2506), + [anon_sym_continue] = ACTIONS(2506), + [anon_sym_goto] = ACTIONS(2506), + [anon_sym_not] = ACTIONS(2506), + [anon_sym_compl] = ACTIONS(2506), + [anon_sym_DASH_DASH] = ACTIONS(2508), + [anon_sym_PLUS_PLUS] = ACTIONS(2508), + [anon_sym_sizeof] = ACTIONS(2506), + [sym_number_literal] = ACTIONS(2508), + [anon_sym_L_SQUOTE] = ACTIONS(2508), + [anon_sym_u_SQUOTE] = ACTIONS(2508), + [anon_sym_U_SQUOTE] = ACTIONS(2508), + [anon_sym_u8_SQUOTE] = ACTIONS(2508), + [anon_sym_SQUOTE] = ACTIONS(2508), + [anon_sym_L_DQUOTE] = ACTIONS(2508), + [anon_sym_u_DQUOTE] = ACTIONS(2508), + [anon_sym_U_DQUOTE] = ACTIONS(2508), + [anon_sym_u8_DQUOTE] = ACTIONS(2508), + [anon_sym_DQUOTE] = ACTIONS(2508), + [sym_true] = ACTIONS(2506), + [sym_false] = ACTIONS(2506), + [sym_null] = ACTIONS(2506), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2506), + [anon_sym_decltype] = ACTIONS(2506), + [anon_sym_virtual] = ACTIONS(2506), + [anon_sym_explicit] = ACTIONS(2506), + [anon_sym_typename] = ACTIONS(2506), + [anon_sym_template] = ACTIONS(2506), + [anon_sym_operator] = ACTIONS(2506), + [anon_sym_try] = ACTIONS(2506), + [anon_sym_delete] = ACTIONS(2506), + [anon_sym_throw] = ACTIONS(2506), + [anon_sym_namespace] = ACTIONS(2506), + [anon_sym_using] = ACTIONS(2506), + [anon_sym_static_assert] = ACTIONS(2506), + [anon_sym_concept] = ACTIONS(2506), + [anon_sym_co_return] = ACTIONS(2506), + [anon_sym_co_yield] = ACTIONS(2506), + [anon_sym_R_DQUOTE] = ACTIONS(2508), + [anon_sym_LR_DQUOTE] = ACTIONS(2508), + [anon_sym_uR_DQUOTE] = ACTIONS(2508), + [anon_sym_UR_DQUOTE] = ACTIONS(2508), + [anon_sym_u8R_DQUOTE] = ACTIONS(2508), + [anon_sym_co_await] = ACTIONS(2506), + [anon_sym_new] = ACTIONS(2506), + [anon_sym_requires] = ACTIONS(2506), + [sym_this] = ACTIONS(2506), + [sym_nullptr] = ACTIONS(2506), }, [578] = { - [ts_builtin_sym_end] = ACTIONS(2532), - [sym_identifier] = ACTIONS(2530), - [aux_sym_preproc_include_token1] = ACTIONS(2530), - [aux_sym_preproc_def_token1] = ACTIONS(2530), - [aux_sym_preproc_if_token1] = ACTIONS(2530), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2530), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2530), - [sym_preproc_directive] = ACTIONS(2530), - [anon_sym_LPAREN2] = ACTIONS(2532), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_TILDE] = ACTIONS(2532), - [anon_sym_DASH] = ACTIONS(2530), - [anon_sym_PLUS] = ACTIONS(2530), - [anon_sym_STAR] = ACTIONS(2532), - [anon_sym_AMP_AMP] = ACTIONS(2532), - [anon_sym_AMP] = ACTIONS(2530), - [anon_sym_SEMI] = ACTIONS(2532), - [anon_sym_typedef] = ACTIONS(2530), - [anon_sym_extern] = ACTIONS(2530), - [anon_sym___attribute__] = ACTIONS(2530), - [anon_sym_COLON_COLON] = ACTIONS(2532), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2532), - [anon_sym___declspec] = ACTIONS(2530), - [anon_sym___based] = ACTIONS(2530), - [anon_sym___cdecl] = ACTIONS(2530), - [anon_sym___clrcall] = ACTIONS(2530), - [anon_sym___stdcall] = ACTIONS(2530), - [anon_sym___fastcall] = ACTIONS(2530), - [anon_sym___thiscall] = ACTIONS(2530), - [anon_sym___vectorcall] = ACTIONS(2530), - [anon_sym_LBRACE] = ACTIONS(2532), - [anon_sym_LBRACK] = ACTIONS(2530), - [anon_sym_static] = ACTIONS(2530), - [anon_sym_register] = ACTIONS(2530), - [anon_sym_inline] = ACTIONS(2530), - [anon_sym_thread_local] = ACTIONS(2530), - [anon_sym_const] = ACTIONS(2530), - [anon_sym_volatile] = ACTIONS(2530), - [anon_sym_restrict] = ACTIONS(2530), - [anon_sym__Atomic] = ACTIONS(2530), - [anon_sym_mutable] = ACTIONS(2530), - [anon_sym_constexpr] = ACTIONS(2530), - [anon_sym_constinit] = ACTIONS(2530), - [anon_sym_consteval] = ACTIONS(2530), - [anon_sym_signed] = ACTIONS(2530), - [anon_sym_unsigned] = ACTIONS(2530), - [anon_sym_long] = ACTIONS(2530), - [anon_sym_short] = ACTIONS(2530), - [sym_primitive_type] = ACTIONS(2530), - [anon_sym_enum] = ACTIONS(2530), - [anon_sym_class] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2530), - [anon_sym_if] = ACTIONS(2530), - [anon_sym_else] = ACTIONS(2530), - [anon_sym_switch] = ACTIONS(2530), - [anon_sym_case] = ACTIONS(2530), - [anon_sym_default] = ACTIONS(2530), - [anon_sym_while] = ACTIONS(2530), - [anon_sym_do] = ACTIONS(2530), - [anon_sym_for] = ACTIONS(2530), - [anon_sym_return] = ACTIONS(2530), - [anon_sym_break] = ACTIONS(2530), - [anon_sym_continue] = ACTIONS(2530), - [anon_sym_goto] = ACTIONS(2530), - [anon_sym_not] = ACTIONS(2530), - [anon_sym_compl] = ACTIONS(2530), - [anon_sym_DASH_DASH] = ACTIONS(2532), - [anon_sym_PLUS_PLUS] = ACTIONS(2532), - [anon_sym_sizeof] = ACTIONS(2530), - [sym_number_literal] = ACTIONS(2532), - [anon_sym_L_SQUOTE] = ACTIONS(2532), - [anon_sym_u_SQUOTE] = ACTIONS(2532), - [anon_sym_U_SQUOTE] = ACTIONS(2532), - [anon_sym_u8_SQUOTE] = ACTIONS(2532), - [anon_sym_SQUOTE] = ACTIONS(2532), - [anon_sym_L_DQUOTE] = ACTIONS(2532), - [anon_sym_u_DQUOTE] = ACTIONS(2532), - [anon_sym_U_DQUOTE] = ACTIONS(2532), - [anon_sym_u8_DQUOTE] = ACTIONS(2532), - [anon_sym_DQUOTE] = ACTIONS(2532), - [sym_true] = ACTIONS(2530), - [sym_false] = ACTIONS(2530), - [sym_null] = ACTIONS(2530), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2530), - [anon_sym_decltype] = ACTIONS(2530), - [anon_sym_virtual] = ACTIONS(2530), - [anon_sym_explicit] = ACTIONS(2530), - [anon_sym_typename] = ACTIONS(2530), - [anon_sym_template] = ACTIONS(2530), - [anon_sym_operator] = ACTIONS(2530), - [anon_sym_try] = ACTIONS(2530), - [anon_sym_delete] = ACTIONS(2530), - [anon_sym_throw] = ACTIONS(2530), - [anon_sym_namespace] = ACTIONS(2530), - [anon_sym_using] = ACTIONS(2530), - [anon_sym_static_assert] = ACTIONS(2530), - [anon_sym_concept] = ACTIONS(2530), - [anon_sym_co_return] = ACTIONS(2530), - [anon_sym_co_yield] = ACTIONS(2530), - [anon_sym_R_DQUOTE] = ACTIONS(2532), - [anon_sym_LR_DQUOTE] = ACTIONS(2532), - [anon_sym_uR_DQUOTE] = ACTIONS(2532), - [anon_sym_UR_DQUOTE] = ACTIONS(2532), - [anon_sym_u8R_DQUOTE] = ACTIONS(2532), - [anon_sym_co_await] = ACTIONS(2530), - [anon_sym_new] = ACTIONS(2530), - [anon_sym_requires] = ACTIONS(2530), - [sym_this] = ACTIONS(2530), - [sym_nullptr] = ACTIONS(2530), + [ts_builtin_sym_end] = ACTIONS(2626), + [sym_identifier] = ACTIONS(2624), + [aux_sym_preproc_include_token1] = ACTIONS(2624), + [aux_sym_preproc_def_token1] = ACTIONS(2624), + [aux_sym_preproc_if_token1] = ACTIONS(2624), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2624), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2624), + [sym_preproc_directive] = ACTIONS(2624), + [anon_sym_LPAREN2] = ACTIONS(2626), + [anon_sym_BANG] = ACTIONS(2626), + [anon_sym_TILDE] = ACTIONS(2626), + [anon_sym_DASH] = ACTIONS(2624), + [anon_sym_PLUS] = ACTIONS(2624), + [anon_sym_STAR] = ACTIONS(2626), + [anon_sym_AMP_AMP] = ACTIONS(2626), + [anon_sym_AMP] = ACTIONS(2624), + [anon_sym_SEMI] = ACTIONS(2626), + [anon_sym_typedef] = ACTIONS(2624), + [anon_sym_extern] = ACTIONS(2624), + [anon_sym___attribute__] = ACTIONS(2624), + [anon_sym_COLON_COLON] = ACTIONS(2626), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2626), + [anon_sym___declspec] = ACTIONS(2624), + [anon_sym___based] = ACTIONS(2624), + [anon_sym___cdecl] = ACTIONS(2624), + [anon_sym___clrcall] = ACTIONS(2624), + [anon_sym___stdcall] = ACTIONS(2624), + [anon_sym___fastcall] = ACTIONS(2624), + [anon_sym___thiscall] = ACTIONS(2624), + [anon_sym___vectorcall] = ACTIONS(2624), + [anon_sym_LBRACE] = ACTIONS(2626), + [anon_sym_LBRACK] = ACTIONS(2624), + [anon_sym_static] = ACTIONS(2624), + [anon_sym_register] = ACTIONS(2624), + [anon_sym_inline] = ACTIONS(2624), + [anon_sym_thread_local] = ACTIONS(2624), + [anon_sym_const] = ACTIONS(2624), + [anon_sym_volatile] = ACTIONS(2624), + [anon_sym_restrict] = ACTIONS(2624), + [anon_sym__Atomic] = ACTIONS(2624), + [anon_sym_mutable] = ACTIONS(2624), + [anon_sym_constexpr] = ACTIONS(2624), + [anon_sym_constinit] = ACTIONS(2624), + [anon_sym_consteval] = ACTIONS(2624), + [anon_sym_signed] = ACTIONS(2624), + [anon_sym_unsigned] = ACTIONS(2624), + [anon_sym_long] = ACTIONS(2624), + [anon_sym_short] = ACTIONS(2624), + [sym_primitive_type] = ACTIONS(2624), + [anon_sym_enum] = ACTIONS(2624), + [anon_sym_class] = ACTIONS(2624), + [anon_sym_struct] = ACTIONS(2624), + [anon_sym_union] = ACTIONS(2624), + [anon_sym_if] = ACTIONS(2624), + [anon_sym_else] = ACTIONS(2624), + [anon_sym_switch] = ACTIONS(2624), + [anon_sym_case] = ACTIONS(2624), + [anon_sym_default] = ACTIONS(2624), + [anon_sym_while] = ACTIONS(2624), + [anon_sym_do] = ACTIONS(2624), + [anon_sym_for] = ACTIONS(2624), + [anon_sym_return] = ACTIONS(2624), + [anon_sym_break] = ACTIONS(2624), + [anon_sym_continue] = ACTIONS(2624), + [anon_sym_goto] = ACTIONS(2624), + [anon_sym_not] = ACTIONS(2624), + [anon_sym_compl] = ACTIONS(2624), + [anon_sym_DASH_DASH] = ACTIONS(2626), + [anon_sym_PLUS_PLUS] = ACTIONS(2626), + [anon_sym_sizeof] = ACTIONS(2624), + [sym_number_literal] = ACTIONS(2626), + [anon_sym_L_SQUOTE] = ACTIONS(2626), + [anon_sym_u_SQUOTE] = ACTIONS(2626), + [anon_sym_U_SQUOTE] = ACTIONS(2626), + [anon_sym_u8_SQUOTE] = ACTIONS(2626), + [anon_sym_SQUOTE] = ACTIONS(2626), + [anon_sym_L_DQUOTE] = ACTIONS(2626), + [anon_sym_u_DQUOTE] = ACTIONS(2626), + [anon_sym_U_DQUOTE] = ACTIONS(2626), + [anon_sym_u8_DQUOTE] = ACTIONS(2626), + [anon_sym_DQUOTE] = ACTIONS(2626), + [sym_true] = ACTIONS(2624), + [sym_false] = ACTIONS(2624), + [sym_null] = ACTIONS(2624), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2624), + [anon_sym_decltype] = ACTIONS(2624), + [anon_sym_virtual] = ACTIONS(2624), + [anon_sym_explicit] = ACTIONS(2624), + [anon_sym_typename] = ACTIONS(2624), + [anon_sym_template] = ACTIONS(2624), + [anon_sym_operator] = ACTIONS(2624), + [anon_sym_try] = ACTIONS(2624), + [anon_sym_delete] = ACTIONS(2624), + [anon_sym_throw] = ACTIONS(2624), + [anon_sym_namespace] = ACTIONS(2624), + [anon_sym_using] = ACTIONS(2624), + [anon_sym_static_assert] = ACTIONS(2624), + [anon_sym_concept] = ACTIONS(2624), + [anon_sym_co_return] = ACTIONS(2624), + [anon_sym_co_yield] = ACTIONS(2624), + [anon_sym_R_DQUOTE] = ACTIONS(2626), + [anon_sym_LR_DQUOTE] = ACTIONS(2626), + [anon_sym_uR_DQUOTE] = ACTIONS(2626), + [anon_sym_UR_DQUOTE] = ACTIONS(2626), + [anon_sym_u8R_DQUOTE] = ACTIONS(2626), + [anon_sym_co_await] = ACTIONS(2624), + [anon_sym_new] = ACTIONS(2624), + [anon_sym_requires] = ACTIONS(2624), + [sym_this] = ACTIONS(2624), + [sym_nullptr] = ACTIONS(2624), }, [579] = { - [ts_builtin_sym_end] = ACTIONS(2536), - [sym_identifier] = ACTIONS(2534), - [aux_sym_preproc_include_token1] = ACTIONS(2534), - [aux_sym_preproc_def_token1] = ACTIONS(2534), - [aux_sym_preproc_if_token1] = ACTIONS(2534), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2534), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2534), - [sym_preproc_directive] = ACTIONS(2534), - [anon_sym_LPAREN2] = ACTIONS(2536), - [anon_sym_BANG] = ACTIONS(2536), - [anon_sym_TILDE] = ACTIONS(2536), - [anon_sym_DASH] = ACTIONS(2534), - [anon_sym_PLUS] = ACTIONS(2534), - [anon_sym_STAR] = ACTIONS(2536), - [anon_sym_AMP_AMP] = ACTIONS(2536), - [anon_sym_AMP] = ACTIONS(2534), - [anon_sym_SEMI] = ACTIONS(2536), - [anon_sym_typedef] = ACTIONS(2534), - [anon_sym_extern] = ACTIONS(2534), - [anon_sym___attribute__] = ACTIONS(2534), - [anon_sym_COLON_COLON] = ACTIONS(2536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2536), - [anon_sym___declspec] = ACTIONS(2534), - [anon_sym___based] = ACTIONS(2534), - [anon_sym___cdecl] = ACTIONS(2534), - [anon_sym___clrcall] = ACTIONS(2534), - [anon_sym___stdcall] = ACTIONS(2534), - [anon_sym___fastcall] = ACTIONS(2534), - [anon_sym___thiscall] = ACTIONS(2534), - [anon_sym___vectorcall] = ACTIONS(2534), - [anon_sym_LBRACE] = ACTIONS(2536), - [anon_sym_LBRACK] = ACTIONS(2534), - [anon_sym_static] = ACTIONS(2534), - [anon_sym_register] = ACTIONS(2534), - [anon_sym_inline] = ACTIONS(2534), - [anon_sym_thread_local] = ACTIONS(2534), - [anon_sym_const] = ACTIONS(2534), - [anon_sym_volatile] = ACTIONS(2534), - [anon_sym_restrict] = ACTIONS(2534), - [anon_sym__Atomic] = ACTIONS(2534), - [anon_sym_mutable] = ACTIONS(2534), - [anon_sym_constexpr] = ACTIONS(2534), - [anon_sym_constinit] = ACTIONS(2534), - [anon_sym_consteval] = ACTIONS(2534), - [anon_sym_signed] = ACTIONS(2534), - [anon_sym_unsigned] = ACTIONS(2534), - [anon_sym_long] = ACTIONS(2534), - [anon_sym_short] = ACTIONS(2534), - [sym_primitive_type] = ACTIONS(2534), - [anon_sym_enum] = ACTIONS(2534), - [anon_sym_class] = ACTIONS(2534), - [anon_sym_struct] = ACTIONS(2534), - [anon_sym_union] = ACTIONS(2534), - [anon_sym_if] = ACTIONS(2534), - [anon_sym_else] = ACTIONS(2534), - [anon_sym_switch] = ACTIONS(2534), - [anon_sym_case] = ACTIONS(2534), - [anon_sym_default] = ACTIONS(2534), - [anon_sym_while] = ACTIONS(2534), - [anon_sym_do] = ACTIONS(2534), - [anon_sym_for] = ACTIONS(2534), - [anon_sym_return] = ACTIONS(2534), - [anon_sym_break] = ACTIONS(2534), - [anon_sym_continue] = ACTIONS(2534), - [anon_sym_goto] = ACTIONS(2534), - [anon_sym_not] = ACTIONS(2534), - [anon_sym_compl] = ACTIONS(2534), - [anon_sym_DASH_DASH] = ACTIONS(2536), - [anon_sym_PLUS_PLUS] = ACTIONS(2536), - [anon_sym_sizeof] = ACTIONS(2534), - [sym_number_literal] = ACTIONS(2536), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2536), - [anon_sym_u_DQUOTE] = ACTIONS(2536), - [anon_sym_U_DQUOTE] = ACTIONS(2536), - [anon_sym_u8_DQUOTE] = ACTIONS(2536), - [anon_sym_DQUOTE] = ACTIONS(2536), - [sym_true] = ACTIONS(2534), - [sym_false] = ACTIONS(2534), - [sym_null] = ACTIONS(2534), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2534), - [anon_sym_decltype] = ACTIONS(2534), - [anon_sym_virtual] = ACTIONS(2534), - [anon_sym_explicit] = ACTIONS(2534), - [anon_sym_typename] = ACTIONS(2534), - [anon_sym_template] = ACTIONS(2534), - [anon_sym_operator] = ACTIONS(2534), - [anon_sym_try] = ACTIONS(2534), - [anon_sym_delete] = ACTIONS(2534), - [anon_sym_throw] = ACTIONS(2534), - [anon_sym_namespace] = ACTIONS(2534), - [anon_sym_using] = ACTIONS(2534), - [anon_sym_static_assert] = ACTIONS(2534), - [anon_sym_concept] = ACTIONS(2534), - [anon_sym_co_return] = ACTIONS(2534), - [anon_sym_co_yield] = ACTIONS(2534), - [anon_sym_R_DQUOTE] = ACTIONS(2536), - [anon_sym_LR_DQUOTE] = ACTIONS(2536), - [anon_sym_uR_DQUOTE] = ACTIONS(2536), - [anon_sym_UR_DQUOTE] = ACTIONS(2536), - [anon_sym_u8R_DQUOTE] = ACTIONS(2536), - [anon_sym_co_await] = ACTIONS(2534), - [anon_sym_new] = ACTIONS(2534), - [anon_sym_requires] = ACTIONS(2534), - [sym_this] = ACTIONS(2534), - [sym_nullptr] = ACTIONS(2534), - }, - [580] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [581] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [582] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [583] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [584] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [585] = { - [sym__declaration_modifiers] = STATE(2191), - [sym__declaration_specifiers] = STATE(5049), - [sym_attribute_specifier] = STATE(2191), - [sym_attribute_declaration] = STATE(2191), - [sym_ms_declspec_modifier] = STATE(2191), - [sym_storage_class_specifier] = STATE(2191), - [sym_type_qualifier] = STATE(2191), - [sym__type_specifier] = STATE(4074), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2191), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3424), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5299), - [sym_qualified_type_identifier] = STATE(3551), - [aux_sym__declaration_specifiers_repeat1] = STATE(2191), - [aux_sym_sized_type_specifier_repeat1] = STATE(3465), - [sym_identifier] = ACTIONS(2872), - [anon_sym_COMMA] = ACTIONS(2874), - [anon_sym_BANG] = ACTIONS(2876), - [anon_sym_TILDE] = ACTIONS(2874), - [anon_sym_DASH] = ACTIONS(2876), - [anon_sym_PLUS] = ACTIONS(2876), - [anon_sym_STAR] = ACTIONS(2876), - [anon_sym_SLASH] = ACTIONS(2876), - [anon_sym_PERCENT] = ACTIONS(2876), - [anon_sym_PIPE_PIPE] = ACTIONS(2874), - [anon_sym_AMP_AMP] = ACTIONS(2874), - [anon_sym_PIPE] = ACTIONS(2876), - [anon_sym_CARET] = ACTIONS(2876), - [anon_sym_AMP] = ACTIONS(2876), - [anon_sym_EQ_EQ] = ACTIONS(2874), - [anon_sym_BANG_EQ] = ACTIONS(2874), - [anon_sym_GT] = ACTIONS(2876), - [anon_sym_GT_EQ] = ACTIONS(2874), - [anon_sym_LT_EQ] = ACTIONS(2876), - [anon_sym_LT] = ACTIONS(2876), - [anon_sym_LT_LT] = ACTIONS(2876), - [anon_sym_GT_GT] = ACTIONS(2876), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2878), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym_EQ] = ACTIONS(2876), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2880), - [anon_sym_unsigned] = ACTIONS(2880), - [anon_sym_long] = ACTIONS(2880), - [anon_sym_short] = ACTIONS(2880), - [sym_primitive_type] = ACTIONS(2882), - [anon_sym_enum] = ACTIONS(2884), - [anon_sym_class] = ACTIONS(2886), - [anon_sym_struct] = ACTIONS(2888), - [anon_sym_union] = ACTIONS(2890), - [anon_sym_STAR_EQ] = ACTIONS(2874), - [anon_sym_SLASH_EQ] = ACTIONS(2874), - [anon_sym_PERCENT_EQ] = ACTIONS(2874), - [anon_sym_PLUS_EQ] = ACTIONS(2874), - [anon_sym_DASH_EQ] = ACTIONS(2874), - [anon_sym_LT_LT_EQ] = ACTIONS(2874), - [anon_sym_GT_GT_EQ] = ACTIONS(2874), - [anon_sym_AMP_EQ] = ACTIONS(2874), - [anon_sym_CARET_EQ] = ACTIONS(2874), - [anon_sym_PIPE_EQ] = ACTIONS(2874), - [anon_sym_and_eq] = ACTIONS(2876), - [anon_sym_or_eq] = ACTIONS(2876), - [anon_sym_xor_eq] = ACTIONS(2876), - [anon_sym_not] = ACTIONS(2876), - [anon_sym_compl] = ACTIONS(2876), - [anon_sym_LT_EQ_GT] = ACTIONS(2874), - [anon_sym_or] = ACTIONS(2876), - [anon_sym_and] = ACTIONS(2876), - [anon_sym_bitor] = ACTIONS(2876), - [anon_sym_xor] = ACTIONS(2876), - [anon_sym_bitand] = ACTIONS(2876), - [anon_sym_not_eq] = ACTIONS(2876), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_DASH_GT] = ACTIONS(2876), + [ts_builtin_sym_end] = ACTIONS(2630), + [sym_identifier] = ACTIONS(2628), + [aux_sym_preproc_include_token1] = ACTIONS(2628), + [aux_sym_preproc_def_token1] = ACTIONS(2628), + [aux_sym_preproc_if_token1] = ACTIONS(2628), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2628), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2628), + [sym_preproc_directive] = ACTIONS(2628), + [anon_sym_LPAREN2] = ACTIONS(2630), + [anon_sym_BANG] = ACTIONS(2630), + [anon_sym_TILDE] = ACTIONS(2630), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2630), + [anon_sym_AMP_AMP] = ACTIONS(2630), + [anon_sym_AMP] = ACTIONS(2628), + [anon_sym_SEMI] = ACTIONS(2630), + [anon_sym_typedef] = ACTIONS(2628), + [anon_sym_extern] = ACTIONS(2628), + [anon_sym___attribute__] = ACTIONS(2628), + [anon_sym_COLON_COLON] = ACTIONS(2630), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2630), + [anon_sym___declspec] = ACTIONS(2628), + [anon_sym___based] = ACTIONS(2628), + [anon_sym___cdecl] = ACTIONS(2628), + [anon_sym___clrcall] = ACTIONS(2628), + [anon_sym___stdcall] = ACTIONS(2628), + [anon_sym___fastcall] = ACTIONS(2628), + [anon_sym___thiscall] = ACTIONS(2628), + [anon_sym___vectorcall] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2630), + [anon_sym_LBRACK] = ACTIONS(2628), + [anon_sym_static] = ACTIONS(2628), + [anon_sym_register] = ACTIONS(2628), + [anon_sym_inline] = ACTIONS(2628), + [anon_sym_thread_local] = ACTIONS(2628), + [anon_sym_const] = ACTIONS(2628), + [anon_sym_volatile] = ACTIONS(2628), + [anon_sym_restrict] = ACTIONS(2628), + [anon_sym__Atomic] = ACTIONS(2628), + [anon_sym_mutable] = ACTIONS(2628), + [anon_sym_constexpr] = ACTIONS(2628), + [anon_sym_constinit] = ACTIONS(2628), + [anon_sym_consteval] = ACTIONS(2628), + [anon_sym_signed] = ACTIONS(2628), + [anon_sym_unsigned] = ACTIONS(2628), + [anon_sym_long] = ACTIONS(2628), + [anon_sym_short] = ACTIONS(2628), + [sym_primitive_type] = ACTIONS(2628), + [anon_sym_enum] = ACTIONS(2628), + [anon_sym_class] = ACTIONS(2628), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_union] = ACTIONS(2628), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_else] = ACTIONS(2628), + [anon_sym_switch] = ACTIONS(2628), + [anon_sym_case] = ACTIONS(2628), + [anon_sym_default] = ACTIONS(2628), + [anon_sym_while] = ACTIONS(2628), + [anon_sym_do] = ACTIONS(2628), + [anon_sym_for] = ACTIONS(2628), + [anon_sym_return] = ACTIONS(2628), + [anon_sym_break] = ACTIONS(2628), + [anon_sym_continue] = ACTIONS(2628), + [anon_sym_goto] = ACTIONS(2628), + [anon_sym_not] = ACTIONS(2628), + [anon_sym_compl] = ACTIONS(2628), + [anon_sym_DASH_DASH] = ACTIONS(2630), + [anon_sym_PLUS_PLUS] = ACTIONS(2630), + [anon_sym_sizeof] = ACTIONS(2628), + [sym_number_literal] = ACTIONS(2630), + [anon_sym_L_SQUOTE] = ACTIONS(2630), + [anon_sym_u_SQUOTE] = ACTIONS(2630), + [anon_sym_U_SQUOTE] = ACTIONS(2630), + [anon_sym_u8_SQUOTE] = ACTIONS(2630), + [anon_sym_SQUOTE] = ACTIONS(2630), + [anon_sym_L_DQUOTE] = ACTIONS(2630), + [anon_sym_u_DQUOTE] = ACTIONS(2630), + [anon_sym_U_DQUOTE] = ACTIONS(2630), + [anon_sym_u8_DQUOTE] = ACTIONS(2630), + [anon_sym_DQUOTE] = ACTIONS(2630), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_null] = ACTIONS(2628), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(105), - [anon_sym_decltype] = ACTIONS(107), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_typename] = ACTIONS(2892), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2876), - [anon_sym_new] = ACTIONS(2894), - [anon_sym_DASH_GT_STAR] = ACTIONS(2874), - [anon_sym_LPAREN_RPAREN] = ACTIONS(2874), - [anon_sym_LBRACK_RBRACK] = ACTIONS(2874), - [anon_sym_DQUOTE_DQUOTE] = ACTIONS(2896), - }, - [586] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_auto] = ACTIONS(2628), + [anon_sym_decltype] = ACTIONS(2628), + [anon_sym_virtual] = ACTIONS(2628), + [anon_sym_explicit] = ACTIONS(2628), + [anon_sym_typename] = ACTIONS(2628), + [anon_sym_template] = ACTIONS(2628), + [anon_sym_operator] = ACTIONS(2628), + [anon_sym_try] = ACTIONS(2628), + [anon_sym_delete] = ACTIONS(2628), + [anon_sym_throw] = ACTIONS(2628), + [anon_sym_namespace] = ACTIONS(2628), + [anon_sym_using] = ACTIONS(2628), + [anon_sym_static_assert] = ACTIONS(2628), + [anon_sym_concept] = ACTIONS(2628), + [anon_sym_co_return] = ACTIONS(2628), + [anon_sym_co_yield] = ACTIONS(2628), + [anon_sym_R_DQUOTE] = ACTIONS(2630), + [anon_sym_LR_DQUOTE] = ACTIONS(2630), + [anon_sym_uR_DQUOTE] = ACTIONS(2630), + [anon_sym_UR_DQUOTE] = ACTIONS(2630), + [anon_sym_u8R_DQUOTE] = ACTIONS(2630), + [anon_sym_co_await] = ACTIONS(2628), + [anon_sym_new] = ACTIONS(2628), + [anon_sym_requires] = ACTIONS(2628), + [sym_this] = ACTIONS(2628), + [sym_nullptr] = ACTIONS(2628), }, - [587] = { - [ts_builtin_sym_end] = ACTIONS(2650), - [sym_identifier] = ACTIONS(2648), - [aux_sym_preproc_include_token1] = ACTIONS(2648), - [aux_sym_preproc_def_token1] = ACTIONS(2648), - [aux_sym_preproc_if_token1] = ACTIONS(2648), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2648), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2648), - [sym_preproc_directive] = ACTIONS(2648), - [anon_sym_LPAREN2] = ACTIONS(2650), - [anon_sym_BANG] = ACTIONS(2650), - [anon_sym_TILDE] = ACTIONS(2650), - [anon_sym_DASH] = ACTIONS(2648), - [anon_sym_PLUS] = ACTIONS(2648), - [anon_sym_STAR] = ACTIONS(2650), - [anon_sym_AMP_AMP] = ACTIONS(2650), - [anon_sym_AMP] = ACTIONS(2648), - [anon_sym_SEMI] = ACTIONS(2650), - [anon_sym_typedef] = ACTIONS(2648), - [anon_sym_extern] = ACTIONS(2648), - [anon_sym___attribute__] = ACTIONS(2648), - [anon_sym_COLON_COLON] = ACTIONS(2650), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2650), - [anon_sym___declspec] = ACTIONS(2648), - [anon_sym___based] = ACTIONS(2648), - [anon_sym___cdecl] = ACTIONS(2648), - [anon_sym___clrcall] = ACTIONS(2648), + [580] = { + [sym_identifier] = ACTIONS(2572), + [aux_sym_preproc_include_token1] = ACTIONS(2572), + [aux_sym_preproc_def_token1] = ACTIONS(2572), + [aux_sym_preproc_if_token1] = ACTIONS(2572), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2572), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2572), + [sym_preproc_directive] = ACTIONS(2572), + [anon_sym_LPAREN2] = ACTIONS(2574), + [anon_sym_BANG] = ACTIONS(2574), + [anon_sym_TILDE] = ACTIONS(2574), + [anon_sym_DASH] = ACTIONS(2572), + [anon_sym_PLUS] = ACTIONS(2572), + [anon_sym_STAR] = ACTIONS(2574), + [anon_sym_AMP_AMP] = ACTIONS(2574), + [anon_sym_AMP] = ACTIONS(2572), + [anon_sym_SEMI] = ACTIONS(2574), + [anon_sym_typedef] = ACTIONS(2572), + [anon_sym_extern] = ACTIONS(2572), + [anon_sym___attribute__] = ACTIONS(2572), + [anon_sym_COLON_COLON] = ACTIONS(2574), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2574), + [anon_sym___declspec] = ACTIONS(2572), + [anon_sym___based] = ACTIONS(2572), + [anon_sym___cdecl] = ACTIONS(2572), + [anon_sym___clrcall] = ACTIONS(2572), + [anon_sym___stdcall] = ACTIONS(2572), + [anon_sym___fastcall] = ACTIONS(2572), + [anon_sym___thiscall] = ACTIONS(2572), + [anon_sym___vectorcall] = ACTIONS(2572), + [anon_sym_LBRACE] = ACTIONS(2574), + [anon_sym_RBRACE] = ACTIONS(2574), + [anon_sym_LBRACK] = ACTIONS(2572), + [anon_sym_static] = ACTIONS(2572), + [anon_sym_register] = ACTIONS(2572), + [anon_sym_inline] = ACTIONS(2572), + [anon_sym_thread_local] = ACTIONS(2572), + [anon_sym_const] = ACTIONS(2572), + [anon_sym_volatile] = ACTIONS(2572), + [anon_sym_restrict] = ACTIONS(2572), + [anon_sym__Atomic] = ACTIONS(2572), + [anon_sym_mutable] = ACTIONS(2572), + [anon_sym_constexpr] = ACTIONS(2572), + [anon_sym_constinit] = ACTIONS(2572), + [anon_sym_consteval] = ACTIONS(2572), + [anon_sym_signed] = ACTIONS(2572), + [anon_sym_unsigned] = ACTIONS(2572), + [anon_sym_long] = ACTIONS(2572), + [anon_sym_short] = ACTIONS(2572), + [sym_primitive_type] = ACTIONS(2572), + [anon_sym_enum] = ACTIONS(2572), + [anon_sym_class] = ACTIONS(2572), + [anon_sym_struct] = ACTIONS(2572), + [anon_sym_union] = ACTIONS(2572), + [anon_sym_if] = ACTIONS(2572), + [anon_sym_else] = ACTIONS(2572), + [anon_sym_switch] = ACTIONS(2572), + [anon_sym_case] = ACTIONS(2572), + [anon_sym_default] = ACTIONS(2572), + [anon_sym_while] = ACTIONS(2572), + [anon_sym_do] = ACTIONS(2572), + [anon_sym_for] = ACTIONS(2572), + [anon_sym_return] = ACTIONS(2572), + [anon_sym_break] = ACTIONS(2572), + [anon_sym_continue] = ACTIONS(2572), + [anon_sym_goto] = ACTIONS(2572), + [anon_sym_not] = ACTIONS(2572), + [anon_sym_compl] = ACTIONS(2572), + [anon_sym_DASH_DASH] = ACTIONS(2574), + [anon_sym_PLUS_PLUS] = ACTIONS(2574), + [anon_sym_sizeof] = ACTIONS(2572), + [sym_number_literal] = ACTIONS(2574), + [anon_sym_L_SQUOTE] = ACTIONS(2574), + [anon_sym_u_SQUOTE] = ACTIONS(2574), + [anon_sym_U_SQUOTE] = ACTIONS(2574), + [anon_sym_u8_SQUOTE] = ACTIONS(2574), + [anon_sym_SQUOTE] = ACTIONS(2574), + [anon_sym_L_DQUOTE] = ACTIONS(2574), + [anon_sym_u_DQUOTE] = ACTIONS(2574), + [anon_sym_U_DQUOTE] = ACTIONS(2574), + [anon_sym_u8_DQUOTE] = ACTIONS(2574), + [anon_sym_DQUOTE] = ACTIONS(2574), + [sym_true] = ACTIONS(2572), + [sym_false] = ACTIONS(2572), + [sym_null] = ACTIONS(2572), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2572), + [anon_sym_decltype] = ACTIONS(2572), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(2572), + [anon_sym_typename] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(2572), + [anon_sym_operator] = ACTIONS(2572), + [anon_sym_try] = ACTIONS(2572), + [anon_sym_delete] = ACTIONS(2572), + [anon_sym_throw] = ACTIONS(2572), + [anon_sym_namespace] = ACTIONS(2572), + [anon_sym_using] = ACTIONS(2572), + [anon_sym_static_assert] = ACTIONS(2572), + [anon_sym_concept] = ACTIONS(2572), + [anon_sym_co_return] = ACTIONS(2572), + [anon_sym_co_yield] = ACTIONS(2572), + [anon_sym_R_DQUOTE] = ACTIONS(2574), + [anon_sym_LR_DQUOTE] = ACTIONS(2574), + [anon_sym_uR_DQUOTE] = ACTIONS(2574), + [anon_sym_UR_DQUOTE] = ACTIONS(2574), + [anon_sym_u8R_DQUOTE] = ACTIONS(2574), + [anon_sym_co_await] = ACTIONS(2572), + [anon_sym_new] = ACTIONS(2572), + [anon_sym_requires] = ACTIONS(2572), + [sym_this] = ACTIONS(2572), + [sym_nullptr] = ACTIONS(2572), + }, + [581] = { + [sym_identifier] = ACTIONS(2644), + [aux_sym_preproc_include_token1] = ACTIONS(2644), + [aux_sym_preproc_def_token1] = ACTIONS(2644), + [aux_sym_preproc_if_token1] = ACTIONS(2644), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2644), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2644), + [sym_preproc_directive] = ACTIONS(2644), + [anon_sym_LPAREN2] = ACTIONS(2646), + [anon_sym_BANG] = ACTIONS(2646), + [anon_sym_TILDE] = ACTIONS(2646), + [anon_sym_DASH] = ACTIONS(2644), + [anon_sym_PLUS] = ACTIONS(2644), + [anon_sym_STAR] = ACTIONS(2646), + [anon_sym_AMP_AMP] = ACTIONS(2646), + [anon_sym_AMP] = ACTIONS(2644), + [anon_sym_SEMI] = ACTIONS(2646), + [anon_sym_typedef] = ACTIONS(2644), + [anon_sym_extern] = ACTIONS(2644), + [anon_sym___attribute__] = ACTIONS(2644), + [anon_sym_COLON_COLON] = ACTIONS(2646), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2646), + [anon_sym___declspec] = ACTIONS(2644), + [anon_sym___based] = ACTIONS(2644), + [anon_sym___cdecl] = ACTIONS(2644), + [anon_sym___clrcall] = ACTIONS(2644), + [anon_sym___stdcall] = ACTIONS(2644), + [anon_sym___fastcall] = ACTIONS(2644), + [anon_sym___thiscall] = ACTIONS(2644), + [anon_sym___vectorcall] = ACTIONS(2644), + [anon_sym_LBRACE] = ACTIONS(2646), + [anon_sym_RBRACE] = ACTIONS(2646), + [anon_sym_LBRACK] = ACTIONS(2644), + [anon_sym_static] = ACTIONS(2644), + [anon_sym_register] = ACTIONS(2644), + [anon_sym_inline] = ACTIONS(2644), + [anon_sym_thread_local] = ACTIONS(2644), + [anon_sym_const] = ACTIONS(2644), + [anon_sym_volatile] = ACTIONS(2644), + [anon_sym_restrict] = ACTIONS(2644), + [anon_sym__Atomic] = ACTIONS(2644), + [anon_sym_mutable] = ACTIONS(2644), + [anon_sym_constexpr] = ACTIONS(2644), + [anon_sym_constinit] = ACTIONS(2644), + [anon_sym_consteval] = ACTIONS(2644), + [anon_sym_signed] = ACTIONS(2644), + [anon_sym_unsigned] = ACTIONS(2644), + [anon_sym_long] = ACTIONS(2644), + [anon_sym_short] = ACTIONS(2644), + [sym_primitive_type] = ACTIONS(2644), + [anon_sym_enum] = ACTIONS(2644), + [anon_sym_class] = ACTIONS(2644), + [anon_sym_struct] = ACTIONS(2644), + [anon_sym_union] = ACTIONS(2644), + [anon_sym_if] = ACTIONS(2644), + [anon_sym_else] = ACTIONS(2644), + [anon_sym_switch] = ACTIONS(2644), + [anon_sym_case] = ACTIONS(2644), + [anon_sym_default] = ACTIONS(2644), + [anon_sym_while] = ACTIONS(2644), + [anon_sym_do] = ACTIONS(2644), + [anon_sym_for] = ACTIONS(2644), + [anon_sym_return] = ACTIONS(2644), + [anon_sym_break] = ACTIONS(2644), + [anon_sym_continue] = ACTIONS(2644), + [anon_sym_goto] = ACTIONS(2644), + [anon_sym_not] = ACTIONS(2644), + [anon_sym_compl] = ACTIONS(2644), + [anon_sym_DASH_DASH] = ACTIONS(2646), + [anon_sym_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_sizeof] = ACTIONS(2644), + [sym_number_literal] = ACTIONS(2646), + [anon_sym_L_SQUOTE] = ACTIONS(2646), + [anon_sym_u_SQUOTE] = ACTIONS(2646), + [anon_sym_U_SQUOTE] = ACTIONS(2646), + [anon_sym_u8_SQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE] = ACTIONS(2646), + [anon_sym_L_DQUOTE] = ACTIONS(2646), + [anon_sym_u_DQUOTE] = ACTIONS(2646), + [anon_sym_U_DQUOTE] = ACTIONS(2646), + [anon_sym_u8_DQUOTE] = ACTIONS(2646), + [anon_sym_DQUOTE] = ACTIONS(2646), + [sym_true] = ACTIONS(2644), + [sym_false] = ACTIONS(2644), + [sym_null] = ACTIONS(2644), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2644), + [anon_sym_decltype] = ACTIONS(2644), + [anon_sym_virtual] = ACTIONS(2644), + [anon_sym_explicit] = ACTIONS(2644), + [anon_sym_typename] = ACTIONS(2644), + [anon_sym_template] = ACTIONS(2644), + [anon_sym_operator] = ACTIONS(2644), + [anon_sym_try] = ACTIONS(2644), + [anon_sym_delete] = ACTIONS(2644), + [anon_sym_throw] = ACTIONS(2644), + [anon_sym_namespace] = ACTIONS(2644), + [anon_sym_using] = ACTIONS(2644), + [anon_sym_static_assert] = ACTIONS(2644), + [anon_sym_concept] = ACTIONS(2644), + [anon_sym_co_return] = ACTIONS(2644), + [anon_sym_co_yield] = ACTIONS(2644), + [anon_sym_R_DQUOTE] = ACTIONS(2646), + [anon_sym_LR_DQUOTE] = ACTIONS(2646), + [anon_sym_uR_DQUOTE] = ACTIONS(2646), + [anon_sym_UR_DQUOTE] = ACTIONS(2646), + [anon_sym_u8R_DQUOTE] = ACTIONS(2646), + [anon_sym_co_await] = ACTIONS(2644), + [anon_sym_new] = ACTIONS(2644), + [anon_sym_requires] = ACTIONS(2644), + [sym_this] = ACTIONS(2644), + [sym_nullptr] = ACTIONS(2644), + }, + [582] = { + [sym_identifier] = ACTIONS(2648), + [aux_sym_preproc_include_token1] = ACTIONS(2648), + [aux_sym_preproc_def_token1] = ACTIONS(2648), + [aux_sym_preproc_if_token1] = ACTIONS(2648), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2648), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2648), + [sym_preproc_directive] = ACTIONS(2648), + [anon_sym_LPAREN2] = ACTIONS(2650), + [anon_sym_BANG] = ACTIONS(2650), + [anon_sym_TILDE] = ACTIONS(2650), + [anon_sym_DASH] = ACTIONS(2648), + [anon_sym_PLUS] = ACTIONS(2648), + [anon_sym_STAR] = ACTIONS(2650), + [anon_sym_AMP_AMP] = ACTIONS(2650), + [anon_sym_AMP] = ACTIONS(2648), + [anon_sym_SEMI] = ACTIONS(2650), + [anon_sym_typedef] = ACTIONS(2648), + [anon_sym_extern] = ACTIONS(2648), + [anon_sym___attribute__] = ACTIONS(2648), + [anon_sym_COLON_COLON] = ACTIONS(2650), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2650), + [anon_sym___declspec] = ACTIONS(2648), + [anon_sym___based] = ACTIONS(2648), + [anon_sym___cdecl] = ACTIONS(2648), + [anon_sym___clrcall] = ACTIONS(2648), [anon_sym___stdcall] = ACTIONS(2648), [anon_sym___fastcall] = ACTIONS(2648), [anon_sym___thiscall] = ACTIONS(2648), [anon_sym___vectorcall] = ACTIONS(2648), [anon_sym_LBRACE] = ACTIONS(2650), + [anon_sym_RBRACE] = ACTIONS(2650), [anon_sym_LBRACK] = ACTIONS(2648), [anon_sym_static] = ACTIONS(2648), [anon_sym_register] = ACTIONS(2648), @@ -104959,12 +104152,351 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2648), [sym_nullptr] = ACTIONS(2648), }, - [588] = { - [ts_builtin_sym_end] = ACTIONS(2646), + [583] = { + [sym_identifier] = ACTIONS(2638), + [aux_sym_preproc_include_token1] = ACTIONS(2638), + [aux_sym_preproc_def_token1] = ACTIONS(2638), + [aux_sym_preproc_if_token1] = ACTIONS(2638), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2638), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2638), + [sym_preproc_directive] = ACTIONS(2638), + [anon_sym_LPAREN2] = ACTIONS(2640), + [anon_sym_BANG] = ACTIONS(2640), + [anon_sym_TILDE] = ACTIONS(2640), + [anon_sym_DASH] = ACTIONS(2638), + [anon_sym_PLUS] = ACTIONS(2638), + [anon_sym_STAR] = ACTIONS(2640), + [anon_sym_AMP_AMP] = ACTIONS(2640), + [anon_sym_AMP] = ACTIONS(2638), + [anon_sym_SEMI] = ACTIONS(2640), + [anon_sym_typedef] = ACTIONS(2638), + [anon_sym_extern] = ACTIONS(2638), + [anon_sym___attribute__] = ACTIONS(2638), + [anon_sym_COLON_COLON] = ACTIONS(2640), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2640), + [anon_sym___declspec] = ACTIONS(2638), + [anon_sym___based] = ACTIONS(2638), + [anon_sym___cdecl] = ACTIONS(2638), + [anon_sym___clrcall] = ACTIONS(2638), + [anon_sym___stdcall] = ACTIONS(2638), + [anon_sym___fastcall] = ACTIONS(2638), + [anon_sym___thiscall] = ACTIONS(2638), + [anon_sym___vectorcall] = ACTIONS(2638), + [anon_sym_LBRACE] = ACTIONS(2640), + [anon_sym_RBRACE] = ACTIONS(2640), + [anon_sym_LBRACK] = ACTIONS(2638), + [anon_sym_static] = ACTIONS(2638), + [anon_sym_register] = ACTIONS(2638), + [anon_sym_inline] = ACTIONS(2638), + [anon_sym_thread_local] = ACTIONS(2638), + [anon_sym_const] = ACTIONS(2638), + [anon_sym_volatile] = ACTIONS(2638), + [anon_sym_restrict] = ACTIONS(2638), + [anon_sym__Atomic] = ACTIONS(2638), + [anon_sym_mutable] = ACTIONS(2638), + [anon_sym_constexpr] = ACTIONS(2638), + [anon_sym_constinit] = ACTIONS(2638), + [anon_sym_consteval] = ACTIONS(2638), + [anon_sym_signed] = ACTIONS(2638), + [anon_sym_unsigned] = ACTIONS(2638), + [anon_sym_long] = ACTIONS(2638), + [anon_sym_short] = ACTIONS(2638), + [sym_primitive_type] = ACTIONS(2638), + [anon_sym_enum] = ACTIONS(2638), + [anon_sym_class] = ACTIONS(2638), + [anon_sym_struct] = ACTIONS(2638), + [anon_sym_union] = ACTIONS(2638), + [anon_sym_if] = ACTIONS(2638), + [anon_sym_else] = ACTIONS(2638), + [anon_sym_switch] = ACTIONS(2638), + [anon_sym_case] = ACTIONS(2638), + [anon_sym_default] = ACTIONS(2638), + [anon_sym_while] = ACTIONS(2638), + [anon_sym_do] = ACTIONS(2638), + [anon_sym_for] = ACTIONS(2638), + [anon_sym_return] = ACTIONS(2638), + [anon_sym_break] = ACTIONS(2638), + [anon_sym_continue] = ACTIONS(2638), + [anon_sym_goto] = ACTIONS(2638), + [anon_sym_not] = ACTIONS(2638), + [anon_sym_compl] = ACTIONS(2638), + [anon_sym_DASH_DASH] = ACTIONS(2640), + [anon_sym_PLUS_PLUS] = ACTIONS(2640), + [anon_sym_sizeof] = ACTIONS(2638), + [sym_number_literal] = ACTIONS(2640), + [anon_sym_L_SQUOTE] = ACTIONS(2640), + [anon_sym_u_SQUOTE] = ACTIONS(2640), + [anon_sym_U_SQUOTE] = ACTIONS(2640), + [anon_sym_u8_SQUOTE] = ACTIONS(2640), + [anon_sym_SQUOTE] = ACTIONS(2640), + [anon_sym_L_DQUOTE] = ACTIONS(2640), + [anon_sym_u_DQUOTE] = ACTIONS(2640), + [anon_sym_U_DQUOTE] = ACTIONS(2640), + [anon_sym_u8_DQUOTE] = ACTIONS(2640), + [anon_sym_DQUOTE] = ACTIONS(2640), + [sym_true] = ACTIONS(2638), + [sym_false] = ACTIONS(2638), + [sym_null] = ACTIONS(2638), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2638), + [anon_sym_decltype] = ACTIONS(2638), + [anon_sym_virtual] = ACTIONS(2638), + [anon_sym_explicit] = ACTIONS(2638), + [anon_sym_typename] = ACTIONS(2638), + [anon_sym_template] = ACTIONS(2638), + [anon_sym_operator] = ACTIONS(2638), + [anon_sym_try] = ACTIONS(2638), + [anon_sym_delete] = ACTIONS(2638), + [anon_sym_throw] = ACTIONS(2638), + [anon_sym_namespace] = ACTIONS(2638), + [anon_sym_using] = ACTIONS(2638), + [anon_sym_static_assert] = ACTIONS(2638), + [anon_sym_concept] = ACTIONS(2638), + [anon_sym_co_return] = ACTIONS(2638), + [anon_sym_co_yield] = ACTIONS(2638), + [anon_sym_R_DQUOTE] = ACTIONS(2640), + [anon_sym_LR_DQUOTE] = ACTIONS(2640), + [anon_sym_uR_DQUOTE] = ACTIONS(2640), + [anon_sym_UR_DQUOTE] = ACTIONS(2640), + [anon_sym_u8R_DQUOTE] = ACTIONS(2640), + [anon_sym_co_await] = ACTIONS(2638), + [anon_sym_new] = ACTIONS(2638), + [anon_sym_requires] = ACTIONS(2638), + [sym_this] = ACTIONS(2638), + [sym_nullptr] = ACTIONS(2638), + }, + [584] = { + [sym_identifier] = ACTIONS(2638), + [aux_sym_preproc_include_token1] = ACTIONS(2638), + [aux_sym_preproc_def_token1] = ACTIONS(2638), + [aux_sym_preproc_if_token1] = ACTIONS(2638), + [aux_sym_preproc_if_token2] = ACTIONS(2638), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2638), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2638), + [sym_preproc_directive] = ACTIONS(2638), + [anon_sym_LPAREN2] = ACTIONS(2640), + [anon_sym_BANG] = ACTIONS(2640), + [anon_sym_TILDE] = ACTIONS(2640), + [anon_sym_DASH] = ACTIONS(2638), + [anon_sym_PLUS] = ACTIONS(2638), + [anon_sym_STAR] = ACTIONS(2640), + [anon_sym_AMP_AMP] = ACTIONS(2640), + [anon_sym_AMP] = ACTIONS(2638), + [anon_sym_SEMI] = ACTIONS(2640), + [anon_sym_typedef] = ACTIONS(2638), + [anon_sym_extern] = ACTIONS(2638), + [anon_sym___attribute__] = ACTIONS(2638), + [anon_sym_COLON_COLON] = ACTIONS(2640), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2640), + [anon_sym___declspec] = ACTIONS(2638), + [anon_sym___based] = ACTIONS(2638), + [anon_sym___cdecl] = ACTIONS(2638), + [anon_sym___clrcall] = ACTIONS(2638), + [anon_sym___stdcall] = ACTIONS(2638), + [anon_sym___fastcall] = ACTIONS(2638), + [anon_sym___thiscall] = ACTIONS(2638), + [anon_sym___vectorcall] = ACTIONS(2638), + [anon_sym_LBRACE] = ACTIONS(2640), + [anon_sym_LBRACK] = ACTIONS(2638), + [anon_sym_static] = ACTIONS(2638), + [anon_sym_register] = ACTIONS(2638), + [anon_sym_inline] = ACTIONS(2638), + [anon_sym_thread_local] = ACTIONS(2638), + [anon_sym_const] = ACTIONS(2638), + [anon_sym_volatile] = ACTIONS(2638), + [anon_sym_restrict] = ACTIONS(2638), + [anon_sym__Atomic] = ACTIONS(2638), + [anon_sym_mutable] = ACTIONS(2638), + [anon_sym_constexpr] = ACTIONS(2638), + [anon_sym_constinit] = ACTIONS(2638), + [anon_sym_consteval] = ACTIONS(2638), + [anon_sym_signed] = ACTIONS(2638), + [anon_sym_unsigned] = ACTIONS(2638), + [anon_sym_long] = ACTIONS(2638), + [anon_sym_short] = ACTIONS(2638), + [sym_primitive_type] = ACTIONS(2638), + [anon_sym_enum] = ACTIONS(2638), + [anon_sym_class] = ACTIONS(2638), + [anon_sym_struct] = ACTIONS(2638), + [anon_sym_union] = ACTIONS(2638), + [anon_sym_if] = ACTIONS(2638), + [anon_sym_else] = ACTIONS(2638), + [anon_sym_switch] = ACTIONS(2638), + [anon_sym_case] = ACTIONS(2638), + [anon_sym_default] = ACTIONS(2638), + [anon_sym_while] = ACTIONS(2638), + [anon_sym_do] = ACTIONS(2638), + [anon_sym_for] = ACTIONS(2638), + [anon_sym_return] = ACTIONS(2638), + [anon_sym_break] = ACTIONS(2638), + [anon_sym_continue] = ACTIONS(2638), + [anon_sym_goto] = ACTIONS(2638), + [anon_sym_not] = ACTIONS(2638), + [anon_sym_compl] = ACTIONS(2638), + [anon_sym_DASH_DASH] = ACTIONS(2640), + [anon_sym_PLUS_PLUS] = ACTIONS(2640), + [anon_sym_sizeof] = ACTIONS(2638), + [sym_number_literal] = ACTIONS(2640), + [anon_sym_L_SQUOTE] = ACTIONS(2640), + [anon_sym_u_SQUOTE] = ACTIONS(2640), + [anon_sym_U_SQUOTE] = ACTIONS(2640), + [anon_sym_u8_SQUOTE] = ACTIONS(2640), + [anon_sym_SQUOTE] = ACTIONS(2640), + [anon_sym_L_DQUOTE] = ACTIONS(2640), + [anon_sym_u_DQUOTE] = ACTIONS(2640), + [anon_sym_U_DQUOTE] = ACTIONS(2640), + [anon_sym_u8_DQUOTE] = ACTIONS(2640), + [anon_sym_DQUOTE] = ACTIONS(2640), + [sym_true] = ACTIONS(2638), + [sym_false] = ACTIONS(2638), + [sym_null] = ACTIONS(2638), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2638), + [anon_sym_decltype] = ACTIONS(2638), + [anon_sym_virtual] = ACTIONS(2638), + [anon_sym_explicit] = ACTIONS(2638), + [anon_sym_typename] = ACTIONS(2638), + [anon_sym_template] = ACTIONS(2638), + [anon_sym_operator] = ACTIONS(2638), + [anon_sym_try] = ACTIONS(2638), + [anon_sym_delete] = ACTIONS(2638), + [anon_sym_throw] = ACTIONS(2638), + [anon_sym_namespace] = ACTIONS(2638), + [anon_sym_using] = ACTIONS(2638), + [anon_sym_static_assert] = ACTIONS(2638), + [anon_sym_concept] = ACTIONS(2638), + [anon_sym_co_return] = ACTIONS(2638), + [anon_sym_co_yield] = ACTIONS(2638), + [anon_sym_R_DQUOTE] = ACTIONS(2640), + [anon_sym_LR_DQUOTE] = ACTIONS(2640), + [anon_sym_uR_DQUOTE] = ACTIONS(2640), + [anon_sym_UR_DQUOTE] = ACTIONS(2640), + [anon_sym_u8R_DQUOTE] = ACTIONS(2640), + [anon_sym_co_await] = ACTIONS(2638), + [anon_sym_new] = ACTIONS(2638), + [anon_sym_requires] = ACTIONS(2638), + [sym_this] = ACTIONS(2638), + [sym_nullptr] = ACTIONS(2638), + }, + [585] = { + [sym_identifier] = ACTIONS(2648), + [aux_sym_preproc_include_token1] = ACTIONS(2648), + [aux_sym_preproc_def_token1] = ACTIONS(2648), + [aux_sym_preproc_if_token1] = ACTIONS(2648), + [aux_sym_preproc_if_token2] = ACTIONS(2648), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2648), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2648), + [sym_preproc_directive] = ACTIONS(2648), + [anon_sym_LPAREN2] = ACTIONS(2650), + [anon_sym_BANG] = ACTIONS(2650), + [anon_sym_TILDE] = ACTIONS(2650), + [anon_sym_DASH] = ACTIONS(2648), + [anon_sym_PLUS] = ACTIONS(2648), + [anon_sym_STAR] = ACTIONS(2650), + [anon_sym_AMP_AMP] = ACTIONS(2650), + [anon_sym_AMP] = ACTIONS(2648), + [anon_sym_SEMI] = ACTIONS(2650), + [anon_sym_typedef] = ACTIONS(2648), + [anon_sym_extern] = ACTIONS(2648), + [anon_sym___attribute__] = ACTIONS(2648), + [anon_sym_COLON_COLON] = ACTIONS(2650), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2650), + [anon_sym___declspec] = ACTIONS(2648), + [anon_sym___based] = ACTIONS(2648), + [anon_sym___cdecl] = ACTIONS(2648), + [anon_sym___clrcall] = ACTIONS(2648), + [anon_sym___stdcall] = ACTIONS(2648), + [anon_sym___fastcall] = ACTIONS(2648), + [anon_sym___thiscall] = ACTIONS(2648), + [anon_sym___vectorcall] = ACTIONS(2648), + [anon_sym_LBRACE] = ACTIONS(2650), + [anon_sym_LBRACK] = ACTIONS(2648), + [anon_sym_static] = ACTIONS(2648), + [anon_sym_register] = ACTIONS(2648), + [anon_sym_inline] = ACTIONS(2648), + [anon_sym_thread_local] = ACTIONS(2648), + [anon_sym_const] = ACTIONS(2648), + [anon_sym_volatile] = ACTIONS(2648), + [anon_sym_restrict] = ACTIONS(2648), + [anon_sym__Atomic] = ACTIONS(2648), + [anon_sym_mutable] = ACTIONS(2648), + [anon_sym_constexpr] = ACTIONS(2648), + [anon_sym_constinit] = ACTIONS(2648), + [anon_sym_consteval] = ACTIONS(2648), + [anon_sym_signed] = ACTIONS(2648), + [anon_sym_unsigned] = ACTIONS(2648), + [anon_sym_long] = ACTIONS(2648), + [anon_sym_short] = ACTIONS(2648), + [sym_primitive_type] = ACTIONS(2648), + [anon_sym_enum] = ACTIONS(2648), + [anon_sym_class] = ACTIONS(2648), + [anon_sym_struct] = ACTIONS(2648), + [anon_sym_union] = ACTIONS(2648), + [anon_sym_if] = ACTIONS(2648), + [anon_sym_else] = ACTIONS(2648), + [anon_sym_switch] = ACTIONS(2648), + [anon_sym_case] = ACTIONS(2648), + [anon_sym_default] = ACTIONS(2648), + [anon_sym_while] = ACTIONS(2648), + [anon_sym_do] = ACTIONS(2648), + [anon_sym_for] = ACTIONS(2648), + [anon_sym_return] = ACTIONS(2648), + [anon_sym_break] = ACTIONS(2648), + [anon_sym_continue] = ACTIONS(2648), + [anon_sym_goto] = ACTIONS(2648), + [anon_sym_not] = ACTIONS(2648), + [anon_sym_compl] = ACTIONS(2648), + [anon_sym_DASH_DASH] = ACTIONS(2650), + [anon_sym_PLUS_PLUS] = ACTIONS(2650), + [anon_sym_sizeof] = ACTIONS(2648), + [sym_number_literal] = ACTIONS(2650), + [anon_sym_L_SQUOTE] = ACTIONS(2650), + [anon_sym_u_SQUOTE] = ACTIONS(2650), + [anon_sym_U_SQUOTE] = ACTIONS(2650), + [anon_sym_u8_SQUOTE] = ACTIONS(2650), + [anon_sym_SQUOTE] = ACTIONS(2650), + [anon_sym_L_DQUOTE] = ACTIONS(2650), + [anon_sym_u_DQUOTE] = ACTIONS(2650), + [anon_sym_U_DQUOTE] = ACTIONS(2650), + [anon_sym_u8_DQUOTE] = ACTIONS(2650), + [anon_sym_DQUOTE] = ACTIONS(2650), + [sym_true] = ACTIONS(2648), + [sym_false] = ACTIONS(2648), + [sym_null] = ACTIONS(2648), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2648), + [anon_sym_decltype] = ACTIONS(2648), + [anon_sym_virtual] = ACTIONS(2648), + [anon_sym_explicit] = ACTIONS(2648), + [anon_sym_typename] = ACTIONS(2648), + [anon_sym_template] = ACTIONS(2648), + [anon_sym_operator] = ACTIONS(2648), + [anon_sym_try] = ACTIONS(2648), + [anon_sym_delete] = ACTIONS(2648), + [anon_sym_throw] = ACTIONS(2648), + [anon_sym_namespace] = ACTIONS(2648), + [anon_sym_using] = ACTIONS(2648), + [anon_sym_static_assert] = ACTIONS(2648), + [anon_sym_concept] = ACTIONS(2648), + [anon_sym_co_return] = ACTIONS(2648), + [anon_sym_co_yield] = ACTIONS(2648), + [anon_sym_R_DQUOTE] = ACTIONS(2650), + [anon_sym_LR_DQUOTE] = ACTIONS(2650), + [anon_sym_uR_DQUOTE] = ACTIONS(2650), + [anon_sym_UR_DQUOTE] = ACTIONS(2650), + [anon_sym_u8R_DQUOTE] = ACTIONS(2650), + [anon_sym_co_await] = ACTIONS(2648), + [anon_sym_new] = ACTIONS(2648), + [anon_sym_requires] = ACTIONS(2648), + [sym_this] = ACTIONS(2648), + [sym_nullptr] = ACTIONS(2648), + }, + [586] = { [sym_identifier] = ACTIONS(2644), [aux_sym_preproc_include_token1] = ACTIONS(2644), [aux_sym_preproc_def_token1] = ACTIONS(2644), [aux_sym_preproc_if_token1] = ACTIONS(2644), + [aux_sym_preproc_if_token2] = ACTIONS(2644), [aux_sym_preproc_ifdef_token1] = ACTIONS(2644), [aux_sym_preproc_ifdef_token2] = ACTIONS(2644), [sym_preproc_directive] = ACTIONS(2644), @@ -105072,916 +104604,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2644), [sym_nullptr] = ACTIONS(2644), }, - [589] = { - [ts_builtin_sym_end] = ACTIONS(2578), - [sym_identifier] = ACTIONS(2576), - [aux_sym_preproc_include_token1] = ACTIONS(2576), - [aux_sym_preproc_def_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2576), - [sym_preproc_directive] = ACTIONS(2576), - [anon_sym_LPAREN2] = ACTIONS(2578), - [anon_sym_BANG] = ACTIONS(2578), - [anon_sym_TILDE] = ACTIONS(2578), - [anon_sym_DASH] = ACTIONS(2576), - [anon_sym_PLUS] = ACTIONS(2576), - [anon_sym_STAR] = ACTIONS(2578), - [anon_sym_AMP_AMP] = ACTIONS(2578), - [anon_sym_AMP] = ACTIONS(2576), - [anon_sym_SEMI] = ACTIONS(2578), - [anon_sym_typedef] = ACTIONS(2576), - [anon_sym_extern] = ACTIONS(2576), - [anon_sym___attribute__] = ACTIONS(2576), - [anon_sym_COLON_COLON] = ACTIONS(2578), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2578), - [anon_sym___declspec] = ACTIONS(2576), - [anon_sym___based] = ACTIONS(2576), - [anon_sym___cdecl] = ACTIONS(2576), - [anon_sym___clrcall] = ACTIONS(2576), - [anon_sym___stdcall] = ACTIONS(2576), - [anon_sym___fastcall] = ACTIONS(2576), - [anon_sym___thiscall] = ACTIONS(2576), - [anon_sym___vectorcall] = ACTIONS(2576), - [anon_sym_LBRACE] = ACTIONS(2578), - [anon_sym_LBRACK] = ACTIONS(2576), - [anon_sym_static] = ACTIONS(2576), - [anon_sym_register] = ACTIONS(2576), - [anon_sym_inline] = ACTIONS(2576), - [anon_sym_thread_local] = ACTIONS(2576), - [anon_sym_const] = ACTIONS(2576), - [anon_sym_volatile] = ACTIONS(2576), - [anon_sym_restrict] = ACTIONS(2576), - [anon_sym__Atomic] = ACTIONS(2576), - [anon_sym_mutable] = ACTIONS(2576), - [anon_sym_constexpr] = ACTIONS(2576), - [anon_sym_constinit] = ACTIONS(2576), - [anon_sym_consteval] = ACTIONS(2576), - [anon_sym_signed] = ACTIONS(2576), - [anon_sym_unsigned] = ACTIONS(2576), - [anon_sym_long] = ACTIONS(2576), - [anon_sym_short] = ACTIONS(2576), - [sym_primitive_type] = ACTIONS(2576), - [anon_sym_enum] = ACTIONS(2576), - [anon_sym_class] = ACTIONS(2576), - [anon_sym_struct] = ACTIONS(2576), - [anon_sym_union] = ACTIONS(2576), - [anon_sym_if] = ACTIONS(2576), - [anon_sym_else] = ACTIONS(2576), - [anon_sym_switch] = ACTIONS(2576), - [anon_sym_case] = ACTIONS(2576), - [anon_sym_default] = ACTIONS(2576), - [anon_sym_while] = ACTIONS(2576), - [anon_sym_do] = ACTIONS(2576), - [anon_sym_for] = ACTIONS(2576), - [anon_sym_return] = ACTIONS(2576), - [anon_sym_break] = ACTIONS(2576), - [anon_sym_continue] = ACTIONS(2576), - [anon_sym_goto] = ACTIONS(2576), - [anon_sym_not] = ACTIONS(2576), - [anon_sym_compl] = ACTIONS(2576), - [anon_sym_DASH_DASH] = ACTIONS(2578), - [anon_sym_PLUS_PLUS] = ACTIONS(2578), - [anon_sym_sizeof] = ACTIONS(2576), - [sym_number_literal] = ACTIONS(2578), - [anon_sym_L_SQUOTE] = ACTIONS(2578), - [anon_sym_u_SQUOTE] = ACTIONS(2578), - [anon_sym_U_SQUOTE] = ACTIONS(2578), - [anon_sym_u8_SQUOTE] = ACTIONS(2578), - [anon_sym_SQUOTE] = ACTIONS(2578), - [anon_sym_L_DQUOTE] = ACTIONS(2578), - [anon_sym_u_DQUOTE] = ACTIONS(2578), - [anon_sym_U_DQUOTE] = ACTIONS(2578), - [anon_sym_u8_DQUOTE] = ACTIONS(2578), - [anon_sym_DQUOTE] = ACTIONS(2578), - [sym_true] = ACTIONS(2576), - [sym_false] = ACTIONS(2576), - [sym_null] = ACTIONS(2576), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2576), - [anon_sym_decltype] = ACTIONS(2576), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(2576), - [anon_sym_typename] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(2576), - [anon_sym_operator] = ACTIONS(2576), - [anon_sym_try] = ACTIONS(2576), - [anon_sym_delete] = ACTIONS(2576), - [anon_sym_throw] = ACTIONS(2576), - [anon_sym_namespace] = ACTIONS(2576), - [anon_sym_using] = ACTIONS(2576), - [anon_sym_static_assert] = ACTIONS(2576), - [anon_sym_concept] = ACTIONS(2576), - [anon_sym_co_return] = ACTIONS(2576), - [anon_sym_co_yield] = ACTIONS(2576), - [anon_sym_R_DQUOTE] = ACTIONS(2578), - [anon_sym_LR_DQUOTE] = ACTIONS(2578), - [anon_sym_uR_DQUOTE] = ACTIONS(2578), - [anon_sym_UR_DQUOTE] = ACTIONS(2578), - [anon_sym_u8R_DQUOTE] = ACTIONS(2578), - [anon_sym_co_await] = ACTIONS(2576), - [anon_sym_new] = ACTIONS(2576), - [anon_sym_requires] = ACTIONS(2576), - [sym_this] = ACTIONS(2576), - [sym_nullptr] = ACTIONS(2576), - }, - [590] = { - [ts_builtin_sym_end] = ACTIONS(2582), - [sym_identifier] = ACTIONS(2580), - [aux_sym_preproc_include_token1] = ACTIONS(2580), - [aux_sym_preproc_def_token1] = ACTIONS(2580), - [aux_sym_preproc_if_token1] = ACTIONS(2580), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2580), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2580), - [sym_preproc_directive] = ACTIONS(2580), - [anon_sym_LPAREN2] = ACTIONS(2582), - [anon_sym_BANG] = ACTIONS(2582), - [anon_sym_TILDE] = ACTIONS(2582), - [anon_sym_DASH] = ACTIONS(2580), - [anon_sym_PLUS] = ACTIONS(2580), - [anon_sym_STAR] = ACTIONS(2582), - [anon_sym_AMP_AMP] = ACTIONS(2582), - [anon_sym_AMP] = ACTIONS(2580), - [anon_sym_SEMI] = ACTIONS(2582), - [anon_sym_typedef] = ACTIONS(2580), - [anon_sym_extern] = ACTIONS(2580), - [anon_sym___attribute__] = ACTIONS(2580), - [anon_sym_COLON_COLON] = ACTIONS(2582), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2582), - [anon_sym___declspec] = ACTIONS(2580), - [anon_sym___based] = ACTIONS(2580), - [anon_sym___cdecl] = ACTIONS(2580), - [anon_sym___clrcall] = ACTIONS(2580), - [anon_sym___stdcall] = ACTIONS(2580), - [anon_sym___fastcall] = ACTIONS(2580), - [anon_sym___thiscall] = ACTIONS(2580), - [anon_sym___vectorcall] = ACTIONS(2580), - [anon_sym_LBRACE] = ACTIONS(2582), - [anon_sym_LBRACK] = ACTIONS(2580), - [anon_sym_static] = ACTIONS(2580), - [anon_sym_register] = ACTIONS(2580), - [anon_sym_inline] = ACTIONS(2580), - [anon_sym_thread_local] = ACTIONS(2580), - [anon_sym_const] = ACTIONS(2580), - [anon_sym_volatile] = ACTIONS(2580), - [anon_sym_restrict] = ACTIONS(2580), - [anon_sym__Atomic] = ACTIONS(2580), - [anon_sym_mutable] = ACTIONS(2580), - [anon_sym_constexpr] = ACTIONS(2580), - [anon_sym_constinit] = ACTIONS(2580), - [anon_sym_consteval] = ACTIONS(2580), - [anon_sym_signed] = ACTIONS(2580), - [anon_sym_unsigned] = ACTIONS(2580), - [anon_sym_long] = ACTIONS(2580), - [anon_sym_short] = ACTIONS(2580), - [sym_primitive_type] = ACTIONS(2580), - [anon_sym_enum] = ACTIONS(2580), - [anon_sym_class] = ACTIONS(2580), - [anon_sym_struct] = ACTIONS(2580), - [anon_sym_union] = ACTIONS(2580), - [anon_sym_if] = ACTIONS(2580), - [anon_sym_else] = ACTIONS(2580), - [anon_sym_switch] = ACTIONS(2580), - [anon_sym_case] = ACTIONS(2580), - [anon_sym_default] = ACTIONS(2580), - [anon_sym_while] = ACTIONS(2580), - [anon_sym_do] = ACTIONS(2580), - [anon_sym_for] = ACTIONS(2580), - [anon_sym_return] = ACTIONS(2580), - [anon_sym_break] = ACTIONS(2580), - [anon_sym_continue] = ACTIONS(2580), - [anon_sym_goto] = ACTIONS(2580), - [anon_sym_not] = ACTIONS(2580), - [anon_sym_compl] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(2582), - [anon_sym_PLUS_PLUS] = ACTIONS(2582), - [anon_sym_sizeof] = ACTIONS(2580), - [sym_number_literal] = ACTIONS(2582), - [anon_sym_L_SQUOTE] = ACTIONS(2582), - [anon_sym_u_SQUOTE] = ACTIONS(2582), - [anon_sym_U_SQUOTE] = ACTIONS(2582), - [anon_sym_u8_SQUOTE] = ACTIONS(2582), - [anon_sym_SQUOTE] = ACTIONS(2582), - [anon_sym_L_DQUOTE] = ACTIONS(2582), - [anon_sym_u_DQUOTE] = ACTIONS(2582), - [anon_sym_U_DQUOTE] = ACTIONS(2582), - [anon_sym_u8_DQUOTE] = ACTIONS(2582), - [anon_sym_DQUOTE] = ACTIONS(2582), - [sym_true] = ACTIONS(2580), - [sym_false] = ACTIONS(2580), - [sym_null] = ACTIONS(2580), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2580), - [anon_sym_decltype] = ACTIONS(2580), - [anon_sym_virtual] = ACTIONS(2580), - [anon_sym_explicit] = ACTIONS(2580), - [anon_sym_typename] = ACTIONS(2580), - [anon_sym_template] = ACTIONS(2580), - [anon_sym_operator] = ACTIONS(2580), - [anon_sym_try] = ACTIONS(2580), - [anon_sym_delete] = ACTIONS(2580), - [anon_sym_throw] = ACTIONS(2580), - [anon_sym_namespace] = ACTIONS(2580), - [anon_sym_using] = ACTIONS(2580), - [anon_sym_static_assert] = ACTIONS(2580), - [anon_sym_concept] = ACTIONS(2580), - [anon_sym_co_return] = ACTIONS(2580), - [anon_sym_co_yield] = ACTIONS(2580), - [anon_sym_R_DQUOTE] = ACTIONS(2582), - [anon_sym_LR_DQUOTE] = ACTIONS(2582), - [anon_sym_uR_DQUOTE] = ACTIONS(2582), - [anon_sym_UR_DQUOTE] = ACTIONS(2582), - [anon_sym_u8R_DQUOTE] = ACTIONS(2582), - [anon_sym_co_await] = ACTIONS(2580), - [anon_sym_new] = ACTIONS(2580), - [anon_sym_requires] = ACTIONS(2580), - [sym_this] = ACTIONS(2580), - [sym_nullptr] = ACTIONS(2580), - }, - [591] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [592] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [593] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [594] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [595] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [596] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [597] = { - [ts_builtin_sym_end] = ACTIONS(2574), + [587] = { [sym_identifier] = ACTIONS(2572), [aux_sym_preproc_include_token1] = ACTIONS(2572), [aux_sym_preproc_def_token1] = ACTIONS(2572), [aux_sym_preproc_if_token1] = ACTIONS(2572), + [aux_sym_preproc_if_token2] = ACTIONS(2572), [aux_sym_preproc_ifdef_token1] = ACTIONS(2572), [aux_sym_preproc_ifdef_token2] = ACTIONS(2572), [sym_preproc_directive] = ACTIONS(2572), @@ -106089,2950 +104717,5097 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2572), [sym_nullptr] = ACTIONS(2572), }, + [588] = { + [sym_identifier] = ACTIONS(2584), + [aux_sym_preproc_include_token1] = ACTIONS(2584), + [aux_sym_preproc_def_token1] = ACTIONS(2584), + [aux_sym_preproc_if_token1] = ACTIONS(2584), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2584), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2584), + [sym_preproc_directive] = ACTIONS(2584), + [anon_sym_LPAREN2] = ACTIONS(2586), + [anon_sym_BANG] = ACTIONS(2586), + [anon_sym_TILDE] = ACTIONS(2586), + [anon_sym_DASH] = ACTIONS(2584), + [anon_sym_PLUS] = ACTIONS(2584), + [anon_sym_STAR] = ACTIONS(2586), + [anon_sym_AMP_AMP] = ACTIONS(2586), + [anon_sym_AMP] = ACTIONS(2584), + [anon_sym_SEMI] = ACTIONS(2586), + [anon_sym_typedef] = ACTIONS(2584), + [anon_sym_extern] = ACTIONS(2584), + [anon_sym___attribute__] = ACTIONS(2584), + [anon_sym_COLON_COLON] = ACTIONS(2586), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), + [anon_sym___declspec] = ACTIONS(2584), + [anon_sym___based] = ACTIONS(2584), + [anon_sym___cdecl] = ACTIONS(2584), + [anon_sym___clrcall] = ACTIONS(2584), + [anon_sym___stdcall] = ACTIONS(2584), + [anon_sym___fastcall] = ACTIONS(2584), + [anon_sym___thiscall] = ACTIONS(2584), + [anon_sym___vectorcall] = ACTIONS(2584), + [anon_sym_LBRACE] = ACTIONS(2586), + [anon_sym_RBRACE] = ACTIONS(2586), + [anon_sym_LBRACK] = ACTIONS(2584), + [anon_sym_static] = ACTIONS(2584), + [anon_sym_register] = ACTIONS(2584), + [anon_sym_inline] = ACTIONS(2584), + [anon_sym_thread_local] = ACTIONS(2584), + [anon_sym_const] = ACTIONS(2584), + [anon_sym_volatile] = ACTIONS(2584), + [anon_sym_restrict] = ACTIONS(2584), + [anon_sym__Atomic] = ACTIONS(2584), + [anon_sym_mutable] = ACTIONS(2584), + [anon_sym_constexpr] = ACTIONS(2584), + [anon_sym_constinit] = ACTIONS(2584), + [anon_sym_consteval] = ACTIONS(2584), + [anon_sym_signed] = ACTIONS(2584), + [anon_sym_unsigned] = ACTIONS(2584), + [anon_sym_long] = ACTIONS(2584), + [anon_sym_short] = ACTIONS(2584), + [sym_primitive_type] = ACTIONS(2584), + [anon_sym_enum] = ACTIONS(2584), + [anon_sym_class] = ACTIONS(2584), + [anon_sym_struct] = ACTIONS(2584), + [anon_sym_union] = ACTIONS(2584), + [anon_sym_if] = ACTIONS(2584), + [anon_sym_else] = ACTIONS(2584), + [anon_sym_switch] = ACTIONS(2584), + [anon_sym_case] = ACTIONS(2584), + [anon_sym_default] = ACTIONS(2584), + [anon_sym_while] = ACTIONS(2584), + [anon_sym_do] = ACTIONS(2584), + [anon_sym_for] = ACTIONS(2584), + [anon_sym_return] = ACTIONS(2584), + [anon_sym_break] = ACTIONS(2584), + [anon_sym_continue] = ACTIONS(2584), + [anon_sym_goto] = ACTIONS(2584), + [anon_sym_not] = ACTIONS(2584), + [anon_sym_compl] = ACTIONS(2584), + [anon_sym_DASH_DASH] = ACTIONS(2586), + [anon_sym_PLUS_PLUS] = ACTIONS(2586), + [anon_sym_sizeof] = ACTIONS(2584), + [sym_number_literal] = ACTIONS(2586), + [anon_sym_L_SQUOTE] = ACTIONS(2586), + [anon_sym_u_SQUOTE] = ACTIONS(2586), + [anon_sym_U_SQUOTE] = ACTIONS(2586), + [anon_sym_u8_SQUOTE] = ACTIONS(2586), + [anon_sym_SQUOTE] = ACTIONS(2586), + [anon_sym_L_DQUOTE] = ACTIONS(2586), + [anon_sym_u_DQUOTE] = ACTIONS(2586), + [anon_sym_U_DQUOTE] = ACTIONS(2586), + [anon_sym_u8_DQUOTE] = ACTIONS(2586), + [anon_sym_DQUOTE] = ACTIONS(2586), + [sym_true] = ACTIONS(2584), + [sym_false] = ACTIONS(2584), + [sym_null] = ACTIONS(2584), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2584), + [anon_sym_decltype] = ACTIONS(2584), + [anon_sym_virtual] = ACTIONS(2584), + [anon_sym_explicit] = ACTIONS(2584), + [anon_sym_typename] = ACTIONS(2584), + [anon_sym_template] = ACTIONS(2584), + [anon_sym_operator] = ACTIONS(2584), + [anon_sym_try] = ACTIONS(2584), + [anon_sym_delete] = ACTIONS(2584), + [anon_sym_throw] = ACTIONS(2584), + [anon_sym_namespace] = ACTIONS(2584), + [anon_sym_using] = ACTIONS(2584), + [anon_sym_static_assert] = ACTIONS(2584), + [anon_sym_concept] = ACTIONS(2584), + [anon_sym_co_return] = ACTIONS(2584), + [anon_sym_co_yield] = ACTIONS(2584), + [anon_sym_R_DQUOTE] = ACTIONS(2586), + [anon_sym_LR_DQUOTE] = ACTIONS(2586), + [anon_sym_uR_DQUOTE] = ACTIONS(2586), + [anon_sym_UR_DQUOTE] = ACTIONS(2586), + [anon_sym_u8R_DQUOTE] = ACTIONS(2586), + [anon_sym_co_await] = ACTIONS(2584), + [anon_sym_new] = ACTIONS(2584), + [anon_sym_requires] = ACTIONS(2584), + [sym_this] = ACTIONS(2584), + [sym_nullptr] = ACTIONS(2584), + }, + [589] = { + [sym_identifier] = ACTIONS(2540), + [aux_sym_preproc_include_token1] = ACTIONS(2540), + [aux_sym_preproc_def_token1] = ACTIONS(2540), + [aux_sym_preproc_if_token1] = ACTIONS(2540), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2540), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2540), + [sym_preproc_directive] = ACTIONS(2540), + [anon_sym_LPAREN2] = ACTIONS(2542), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_TILDE] = ACTIONS(2542), + [anon_sym_DASH] = ACTIONS(2540), + [anon_sym_PLUS] = ACTIONS(2540), + [anon_sym_STAR] = ACTIONS(2542), + [anon_sym_AMP_AMP] = ACTIONS(2542), + [anon_sym_AMP] = ACTIONS(2540), + [anon_sym_SEMI] = ACTIONS(2542), + [anon_sym_typedef] = ACTIONS(2540), + [anon_sym_extern] = ACTIONS(2540), + [anon_sym___attribute__] = ACTIONS(2540), + [anon_sym_COLON_COLON] = ACTIONS(2542), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2542), + [anon_sym___declspec] = ACTIONS(2540), + [anon_sym___based] = ACTIONS(2540), + [anon_sym___cdecl] = ACTIONS(2540), + [anon_sym___clrcall] = ACTIONS(2540), + [anon_sym___stdcall] = ACTIONS(2540), + [anon_sym___fastcall] = ACTIONS(2540), + [anon_sym___thiscall] = ACTIONS(2540), + [anon_sym___vectorcall] = ACTIONS(2540), + [anon_sym_LBRACE] = ACTIONS(2542), + [anon_sym_RBRACE] = ACTIONS(2542), + [anon_sym_LBRACK] = ACTIONS(2540), + [anon_sym_static] = ACTIONS(2540), + [anon_sym_register] = ACTIONS(2540), + [anon_sym_inline] = ACTIONS(2540), + [anon_sym_thread_local] = ACTIONS(2540), + [anon_sym_const] = ACTIONS(2540), + [anon_sym_volatile] = ACTIONS(2540), + [anon_sym_restrict] = ACTIONS(2540), + [anon_sym__Atomic] = ACTIONS(2540), + [anon_sym_mutable] = ACTIONS(2540), + [anon_sym_constexpr] = ACTIONS(2540), + [anon_sym_constinit] = ACTIONS(2540), + [anon_sym_consteval] = ACTIONS(2540), + [anon_sym_signed] = ACTIONS(2540), + [anon_sym_unsigned] = ACTIONS(2540), + [anon_sym_long] = ACTIONS(2540), + [anon_sym_short] = ACTIONS(2540), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2540), + [anon_sym_class] = ACTIONS(2540), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_union] = ACTIONS(2540), + [anon_sym_if] = ACTIONS(2540), + [anon_sym_else] = ACTIONS(2540), + [anon_sym_switch] = ACTIONS(2540), + [anon_sym_case] = ACTIONS(2540), + [anon_sym_default] = ACTIONS(2540), + [anon_sym_while] = ACTIONS(2540), + [anon_sym_do] = ACTIONS(2540), + [anon_sym_for] = ACTIONS(2540), + [anon_sym_return] = ACTIONS(2540), + [anon_sym_break] = ACTIONS(2540), + [anon_sym_continue] = ACTIONS(2540), + [anon_sym_goto] = ACTIONS(2540), + [anon_sym_not] = ACTIONS(2540), + [anon_sym_compl] = ACTIONS(2540), + [anon_sym_DASH_DASH] = ACTIONS(2542), + [anon_sym_PLUS_PLUS] = ACTIONS(2542), + [anon_sym_sizeof] = ACTIONS(2540), + [sym_number_literal] = ACTIONS(2542), + [anon_sym_L_SQUOTE] = ACTIONS(2542), + [anon_sym_u_SQUOTE] = ACTIONS(2542), + [anon_sym_U_SQUOTE] = ACTIONS(2542), + [anon_sym_u8_SQUOTE] = ACTIONS(2542), + [anon_sym_SQUOTE] = ACTIONS(2542), + [anon_sym_L_DQUOTE] = ACTIONS(2542), + [anon_sym_u_DQUOTE] = ACTIONS(2542), + [anon_sym_U_DQUOTE] = ACTIONS(2542), + [anon_sym_u8_DQUOTE] = ACTIONS(2542), + [anon_sym_DQUOTE] = ACTIONS(2542), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [sym_null] = ACTIONS(2540), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(2540), + [anon_sym_virtual] = ACTIONS(2540), + [anon_sym_explicit] = ACTIONS(2540), + [anon_sym_typename] = ACTIONS(2540), + [anon_sym_template] = ACTIONS(2540), + [anon_sym_operator] = ACTIONS(2540), + [anon_sym_try] = ACTIONS(2540), + [anon_sym_delete] = ACTIONS(2540), + [anon_sym_throw] = ACTIONS(2540), + [anon_sym_namespace] = ACTIONS(2540), + [anon_sym_using] = ACTIONS(2540), + [anon_sym_static_assert] = ACTIONS(2540), + [anon_sym_concept] = ACTIONS(2540), + [anon_sym_co_return] = ACTIONS(2540), + [anon_sym_co_yield] = ACTIONS(2540), + [anon_sym_R_DQUOTE] = ACTIONS(2542), + [anon_sym_LR_DQUOTE] = ACTIONS(2542), + [anon_sym_uR_DQUOTE] = ACTIONS(2542), + [anon_sym_UR_DQUOTE] = ACTIONS(2542), + [anon_sym_u8R_DQUOTE] = ACTIONS(2542), + [anon_sym_co_await] = ACTIONS(2540), + [anon_sym_new] = ACTIONS(2540), + [anon_sym_requires] = ACTIONS(2540), + [sym_this] = ACTIONS(2540), + [sym_nullptr] = ACTIONS(2540), + }, + [590] = { + [sym_identifier] = ACTIONS(2466), + [aux_sym_preproc_include_token1] = ACTIONS(2466), + [aux_sym_preproc_def_token1] = ACTIONS(2466), + [aux_sym_preproc_if_token1] = ACTIONS(2466), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2466), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2466), + [sym_preproc_directive] = ACTIONS(2466), + [anon_sym_LPAREN2] = ACTIONS(2468), + [anon_sym_BANG] = ACTIONS(2468), + [anon_sym_TILDE] = ACTIONS(2468), + [anon_sym_DASH] = ACTIONS(2466), + [anon_sym_PLUS] = ACTIONS(2466), + [anon_sym_STAR] = ACTIONS(2468), + [anon_sym_AMP_AMP] = ACTIONS(2468), + [anon_sym_AMP] = ACTIONS(2466), + [anon_sym_SEMI] = ACTIONS(2468), + [anon_sym_typedef] = ACTIONS(2466), + [anon_sym_extern] = ACTIONS(2466), + [anon_sym___attribute__] = ACTIONS(2466), + [anon_sym_COLON_COLON] = ACTIONS(2468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2468), + [anon_sym___declspec] = ACTIONS(2466), + [anon_sym___based] = ACTIONS(2466), + [anon_sym___cdecl] = ACTIONS(2466), + [anon_sym___clrcall] = ACTIONS(2466), + [anon_sym___stdcall] = ACTIONS(2466), + [anon_sym___fastcall] = ACTIONS(2466), + [anon_sym___thiscall] = ACTIONS(2466), + [anon_sym___vectorcall] = ACTIONS(2466), + [anon_sym_LBRACE] = ACTIONS(2468), + [anon_sym_RBRACE] = ACTIONS(2468), + [anon_sym_LBRACK] = ACTIONS(2466), + [anon_sym_static] = ACTIONS(2466), + [anon_sym_register] = ACTIONS(2466), + [anon_sym_inline] = ACTIONS(2466), + [anon_sym_thread_local] = ACTIONS(2466), + [anon_sym_const] = ACTIONS(2466), + [anon_sym_volatile] = ACTIONS(2466), + [anon_sym_restrict] = ACTIONS(2466), + [anon_sym__Atomic] = ACTIONS(2466), + [anon_sym_mutable] = ACTIONS(2466), + [anon_sym_constexpr] = ACTIONS(2466), + [anon_sym_constinit] = ACTIONS(2466), + [anon_sym_consteval] = ACTIONS(2466), + [anon_sym_signed] = ACTIONS(2466), + [anon_sym_unsigned] = ACTIONS(2466), + [anon_sym_long] = ACTIONS(2466), + [anon_sym_short] = ACTIONS(2466), + [sym_primitive_type] = ACTIONS(2466), + [anon_sym_enum] = ACTIONS(2466), + [anon_sym_class] = ACTIONS(2466), + [anon_sym_struct] = ACTIONS(2466), + [anon_sym_union] = ACTIONS(2466), + [anon_sym_if] = ACTIONS(2466), + [anon_sym_else] = ACTIONS(2466), + [anon_sym_switch] = ACTIONS(2466), + [anon_sym_case] = ACTIONS(2466), + [anon_sym_default] = ACTIONS(2466), + [anon_sym_while] = ACTIONS(2466), + [anon_sym_do] = ACTIONS(2466), + [anon_sym_for] = ACTIONS(2466), + [anon_sym_return] = ACTIONS(2466), + [anon_sym_break] = ACTIONS(2466), + [anon_sym_continue] = ACTIONS(2466), + [anon_sym_goto] = ACTIONS(2466), + [anon_sym_not] = ACTIONS(2466), + [anon_sym_compl] = ACTIONS(2466), + [anon_sym_DASH_DASH] = ACTIONS(2468), + [anon_sym_PLUS_PLUS] = ACTIONS(2468), + [anon_sym_sizeof] = ACTIONS(2466), + [sym_number_literal] = ACTIONS(2468), + [anon_sym_L_SQUOTE] = ACTIONS(2468), + [anon_sym_u_SQUOTE] = ACTIONS(2468), + [anon_sym_U_SQUOTE] = ACTIONS(2468), + [anon_sym_u8_SQUOTE] = ACTIONS(2468), + [anon_sym_SQUOTE] = ACTIONS(2468), + [anon_sym_L_DQUOTE] = ACTIONS(2468), + [anon_sym_u_DQUOTE] = ACTIONS(2468), + [anon_sym_U_DQUOTE] = ACTIONS(2468), + [anon_sym_u8_DQUOTE] = ACTIONS(2468), + [anon_sym_DQUOTE] = ACTIONS(2468), + [sym_true] = ACTIONS(2466), + [sym_false] = ACTIONS(2466), + [sym_null] = ACTIONS(2466), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2466), + [anon_sym_decltype] = ACTIONS(2466), + [anon_sym_virtual] = ACTIONS(2466), + [anon_sym_explicit] = ACTIONS(2466), + [anon_sym_typename] = ACTIONS(2466), + [anon_sym_template] = ACTIONS(2466), + [anon_sym_operator] = ACTIONS(2466), + [anon_sym_try] = ACTIONS(2466), + [anon_sym_delete] = ACTIONS(2466), + [anon_sym_throw] = ACTIONS(2466), + [anon_sym_namespace] = ACTIONS(2466), + [anon_sym_using] = ACTIONS(2466), + [anon_sym_static_assert] = ACTIONS(2466), + [anon_sym_concept] = ACTIONS(2466), + [anon_sym_co_return] = ACTIONS(2466), + [anon_sym_co_yield] = ACTIONS(2466), + [anon_sym_R_DQUOTE] = ACTIONS(2468), + [anon_sym_LR_DQUOTE] = ACTIONS(2468), + [anon_sym_uR_DQUOTE] = ACTIONS(2468), + [anon_sym_UR_DQUOTE] = ACTIONS(2468), + [anon_sym_u8R_DQUOTE] = ACTIONS(2468), + [anon_sym_co_await] = ACTIONS(2466), + [anon_sym_new] = ACTIONS(2466), + [anon_sym_requires] = ACTIONS(2466), + [sym_this] = ACTIONS(2466), + [sym_nullptr] = ACTIONS(2466), + }, + [591] = { + [sym_identifier] = ACTIONS(2506), + [aux_sym_preproc_include_token1] = ACTIONS(2506), + [aux_sym_preproc_def_token1] = ACTIONS(2506), + [aux_sym_preproc_if_token1] = ACTIONS(2506), + [aux_sym_preproc_if_token2] = ACTIONS(2506), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2506), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2506), + [sym_preproc_directive] = ACTIONS(2506), + [anon_sym_LPAREN2] = ACTIONS(2508), + [anon_sym_BANG] = ACTIONS(2508), + [anon_sym_TILDE] = ACTIONS(2508), + [anon_sym_DASH] = ACTIONS(2506), + [anon_sym_PLUS] = ACTIONS(2506), + [anon_sym_STAR] = ACTIONS(2508), + [anon_sym_AMP_AMP] = ACTIONS(2508), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_SEMI] = ACTIONS(2508), + [anon_sym_typedef] = ACTIONS(2506), + [anon_sym_extern] = ACTIONS(2506), + [anon_sym___attribute__] = ACTIONS(2506), + [anon_sym_COLON_COLON] = ACTIONS(2508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2508), + [anon_sym___declspec] = ACTIONS(2506), + [anon_sym___based] = ACTIONS(2506), + [anon_sym___cdecl] = ACTIONS(2506), + [anon_sym___clrcall] = ACTIONS(2506), + [anon_sym___stdcall] = ACTIONS(2506), + [anon_sym___fastcall] = ACTIONS(2506), + [anon_sym___thiscall] = ACTIONS(2506), + [anon_sym___vectorcall] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2508), + [anon_sym_LBRACK] = ACTIONS(2506), + [anon_sym_static] = ACTIONS(2506), + [anon_sym_register] = ACTIONS(2506), + [anon_sym_inline] = ACTIONS(2506), + [anon_sym_thread_local] = ACTIONS(2506), + [anon_sym_const] = ACTIONS(2506), + [anon_sym_volatile] = ACTIONS(2506), + [anon_sym_restrict] = ACTIONS(2506), + [anon_sym__Atomic] = ACTIONS(2506), + [anon_sym_mutable] = ACTIONS(2506), + [anon_sym_constexpr] = ACTIONS(2506), + [anon_sym_constinit] = ACTIONS(2506), + [anon_sym_consteval] = ACTIONS(2506), + [anon_sym_signed] = ACTIONS(2506), + [anon_sym_unsigned] = ACTIONS(2506), + [anon_sym_long] = ACTIONS(2506), + [anon_sym_short] = ACTIONS(2506), + [sym_primitive_type] = ACTIONS(2506), + [anon_sym_enum] = ACTIONS(2506), + [anon_sym_class] = ACTIONS(2506), + [anon_sym_struct] = ACTIONS(2506), + [anon_sym_union] = ACTIONS(2506), + [anon_sym_if] = ACTIONS(2506), + [anon_sym_else] = ACTIONS(2506), + [anon_sym_switch] = ACTIONS(2506), + [anon_sym_case] = ACTIONS(2506), + [anon_sym_default] = ACTIONS(2506), + [anon_sym_while] = ACTIONS(2506), + [anon_sym_do] = ACTIONS(2506), + [anon_sym_for] = ACTIONS(2506), + [anon_sym_return] = ACTIONS(2506), + [anon_sym_break] = ACTIONS(2506), + [anon_sym_continue] = ACTIONS(2506), + [anon_sym_goto] = ACTIONS(2506), + [anon_sym_not] = ACTIONS(2506), + [anon_sym_compl] = ACTIONS(2506), + [anon_sym_DASH_DASH] = ACTIONS(2508), + [anon_sym_PLUS_PLUS] = ACTIONS(2508), + [anon_sym_sizeof] = ACTIONS(2506), + [sym_number_literal] = ACTIONS(2508), + [anon_sym_L_SQUOTE] = ACTIONS(2508), + [anon_sym_u_SQUOTE] = ACTIONS(2508), + [anon_sym_U_SQUOTE] = ACTIONS(2508), + [anon_sym_u8_SQUOTE] = ACTIONS(2508), + [anon_sym_SQUOTE] = ACTIONS(2508), + [anon_sym_L_DQUOTE] = ACTIONS(2508), + [anon_sym_u_DQUOTE] = ACTIONS(2508), + [anon_sym_U_DQUOTE] = ACTIONS(2508), + [anon_sym_u8_DQUOTE] = ACTIONS(2508), + [anon_sym_DQUOTE] = ACTIONS(2508), + [sym_true] = ACTIONS(2506), + [sym_false] = ACTIONS(2506), + [sym_null] = ACTIONS(2506), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2506), + [anon_sym_decltype] = ACTIONS(2506), + [anon_sym_virtual] = ACTIONS(2506), + [anon_sym_explicit] = ACTIONS(2506), + [anon_sym_typename] = ACTIONS(2506), + [anon_sym_template] = ACTIONS(2506), + [anon_sym_operator] = ACTIONS(2506), + [anon_sym_try] = ACTIONS(2506), + [anon_sym_delete] = ACTIONS(2506), + [anon_sym_throw] = ACTIONS(2506), + [anon_sym_namespace] = ACTIONS(2506), + [anon_sym_using] = ACTIONS(2506), + [anon_sym_static_assert] = ACTIONS(2506), + [anon_sym_concept] = ACTIONS(2506), + [anon_sym_co_return] = ACTIONS(2506), + [anon_sym_co_yield] = ACTIONS(2506), + [anon_sym_R_DQUOTE] = ACTIONS(2508), + [anon_sym_LR_DQUOTE] = ACTIONS(2508), + [anon_sym_uR_DQUOTE] = ACTIONS(2508), + [anon_sym_UR_DQUOTE] = ACTIONS(2508), + [anon_sym_u8R_DQUOTE] = ACTIONS(2508), + [anon_sym_co_await] = ACTIONS(2506), + [anon_sym_new] = ACTIONS(2506), + [anon_sym_requires] = ACTIONS(2506), + [sym_this] = ACTIONS(2506), + [sym_nullptr] = ACTIONS(2506), + }, + [592] = { + [sym_identifier] = ACTIONS(2604), + [aux_sym_preproc_include_token1] = ACTIONS(2604), + [aux_sym_preproc_def_token1] = ACTIONS(2604), + [aux_sym_preproc_if_token1] = ACTIONS(2604), + [aux_sym_preproc_if_token2] = ACTIONS(2604), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2604), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2604), + [sym_preproc_directive] = ACTIONS(2604), + [anon_sym_LPAREN2] = ACTIONS(2606), + [anon_sym_BANG] = ACTIONS(2606), + [anon_sym_TILDE] = ACTIONS(2606), + [anon_sym_DASH] = ACTIONS(2604), + [anon_sym_PLUS] = ACTIONS(2604), + [anon_sym_STAR] = ACTIONS(2606), + [anon_sym_AMP_AMP] = ACTIONS(2606), + [anon_sym_AMP] = ACTIONS(2604), + [anon_sym_SEMI] = ACTIONS(2606), + [anon_sym_typedef] = ACTIONS(2604), + [anon_sym_extern] = ACTIONS(2604), + [anon_sym___attribute__] = ACTIONS(2604), + [anon_sym_COLON_COLON] = ACTIONS(2606), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2606), + [anon_sym___declspec] = ACTIONS(2604), + [anon_sym___based] = ACTIONS(2604), + [anon_sym___cdecl] = ACTIONS(2604), + [anon_sym___clrcall] = ACTIONS(2604), + [anon_sym___stdcall] = ACTIONS(2604), + [anon_sym___fastcall] = ACTIONS(2604), + [anon_sym___thiscall] = ACTIONS(2604), + [anon_sym___vectorcall] = ACTIONS(2604), + [anon_sym_LBRACE] = ACTIONS(2606), + [anon_sym_LBRACK] = ACTIONS(2604), + [anon_sym_static] = ACTIONS(2604), + [anon_sym_register] = ACTIONS(2604), + [anon_sym_inline] = ACTIONS(2604), + [anon_sym_thread_local] = ACTIONS(2604), + [anon_sym_const] = ACTIONS(2604), + [anon_sym_volatile] = ACTIONS(2604), + [anon_sym_restrict] = ACTIONS(2604), + [anon_sym__Atomic] = ACTIONS(2604), + [anon_sym_mutable] = ACTIONS(2604), + [anon_sym_constexpr] = ACTIONS(2604), + [anon_sym_constinit] = ACTIONS(2604), + [anon_sym_consteval] = ACTIONS(2604), + [anon_sym_signed] = ACTIONS(2604), + [anon_sym_unsigned] = ACTIONS(2604), + [anon_sym_long] = ACTIONS(2604), + [anon_sym_short] = ACTIONS(2604), + [sym_primitive_type] = ACTIONS(2604), + [anon_sym_enum] = ACTIONS(2604), + [anon_sym_class] = ACTIONS(2604), + [anon_sym_struct] = ACTIONS(2604), + [anon_sym_union] = ACTIONS(2604), + [anon_sym_if] = ACTIONS(2604), + [anon_sym_else] = ACTIONS(2604), + [anon_sym_switch] = ACTIONS(2604), + [anon_sym_case] = ACTIONS(2604), + [anon_sym_default] = ACTIONS(2604), + [anon_sym_while] = ACTIONS(2604), + [anon_sym_do] = ACTIONS(2604), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2604), + [anon_sym_break] = ACTIONS(2604), + [anon_sym_continue] = ACTIONS(2604), + [anon_sym_goto] = ACTIONS(2604), + [anon_sym_not] = ACTIONS(2604), + [anon_sym_compl] = ACTIONS(2604), + [anon_sym_DASH_DASH] = ACTIONS(2606), + [anon_sym_PLUS_PLUS] = ACTIONS(2606), + [anon_sym_sizeof] = ACTIONS(2604), + [sym_number_literal] = ACTIONS(2606), + [anon_sym_L_SQUOTE] = ACTIONS(2606), + [anon_sym_u_SQUOTE] = ACTIONS(2606), + [anon_sym_U_SQUOTE] = ACTIONS(2606), + [anon_sym_u8_SQUOTE] = ACTIONS(2606), + [anon_sym_SQUOTE] = ACTIONS(2606), + [anon_sym_L_DQUOTE] = ACTIONS(2606), + [anon_sym_u_DQUOTE] = ACTIONS(2606), + [anon_sym_U_DQUOTE] = ACTIONS(2606), + [anon_sym_u8_DQUOTE] = ACTIONS(2606), + [anon_sym_DQUOTE] = ACTIONS(2606), + [sym_true] = ACTIONS(2604), + [sym_false] = ACTIONS(2604), + [sym_null] = ACTIONS(2604), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2604), + [anon_sym_decltype] = ACTIONS(2604), + [anon_sym_virtual] = ACTIONS(2604), + [anon_sym_explicit] = ACTIONS(2604), + [anon_sym_typename] = ACTIONS(2604), + [anon_sym_template] = ACTIONS(2604), + [anon_sym_operator] = ACTIONS(2604), + [anon_sym_try] = ACTIONS(2604), + [anon_sym_delete] = ACTIONS(2604), + [anon_sym_throw] = ACTIONS(2604), + [anon_sym_namespace] = ACTIONS(2604), + [anon_sym_using] = ACTIONS(2604), + [anon_sym_static_assert] = ACTIONS(2604), + [anon_sym_concept] = ACTIONS(2604), + [anon_sym_co_return] = ACTIONS(2604), + [anon_sym_co_yield] = ACTIONS(2604), + [anon_sym_R_DQUOTE] = ACTIONS(2606), + [anon_sym_LR_DQUOTE] = ACTIONS(2606), + [anon_sym_uR_DQUOTE] = ACTIONS(2606), + [anon_sym_UR_DQUOTE] = ACTIONS(2606), + [anon_sym_u8R_DQUOTE] = ACTIONS(2606), + [anon_sym_co_await] = ACTIONS(2604), + [anon_sym_new] = ACTIONS(2604), + [anon_sym_requires] = ACTIONS(2604), + [sym_this] = ACTIONS(2604), + [sym_nullptr] = ACTIONS(2604), + }, + [593] = { + [sym_identifier] = ACTIONS(2476), + [aux_sym_preproc_include_token1] = ACTIONS(2476), + [aux_sym_preproc_def_token1] = ACTIONS(2476), + [aux_sym_preproc_if_token1] = ACTIONS(2476), + [aux_sym_preproc_if_token2] = ACTIONS(2476), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2476), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2476), + [sym_preproc_directive] = ACTIONS(2476), + [anon_sym_LPAREN2] = ACTIONS(2478), + [anon_sym_BANG] = ACTIONS(2478), + [anon_sym_TILDE] = ACTIONS(2478), + [anon_sym_DASH] = ACTIONS(2476), + [anon_sym_PLUS] = ACTIONS(2476), + [anon_sym_STAR] = ACTIONS(2478), + [anon_sym_AMP_AMP] = ACTIONS(2478), + [anon_sym_AMP] = ACTIONS(2476), + [anon_sym_SEMI] = ACTIONS(2478), + [anon_sym_typedef] = ACTIONS(2476), + [anon_sym_extern] = ACTIONS(2476), + [anon_sym___attribute__] = ACTIONS(2476), + [anon_sym_COLON_COLON] = ACTIONS(2478), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2478), + [anon_sym___declspec] = ACTIONS(2476), + [anon_sym___based] = ACTIONS(2476), + [anon_sym___cdecl] = ACTIONS(2476), + [anon_sym___clrcall] = ACTIONS(2476), + [anon_sym___stdcall] = ACTIONS(2476), + [anon_sym___fastcall] = ACTIONS(2476), + [anon_sym___thiscall] = ACTIONS(2476), + [anon_sym___vectorcall] = ACTIONS(2476), + [anon_sym_LBRACE] = ACTIONS(2478), + [anon_sym_LBRACK] = ACTIONS(2476), + [anon_sym_static] = ACTIONS(2476), + [anon_sym_register] = ACTIONS(2476), + [anon_sym_inline] = ACTIONS(2476), + [anon_sym_thread_local] = ACTIONS(2476), + [anon_sym_const] = ACTIONS(2476), + [anon_sym_volatile] = ACTIONS(2476), + [anon_sym_restrict] = ACTIONS(2476), + [anon_sym__Atomic] = ACTIONS(2476), + [anon_sym_mutable] = ACTIONS(2476), + [anon_sym_constexpr] = ACTIONS(2476), + [anon_sym_constinit] = ACTIONS(2476), + [anon_sym_consteval] = ACTIONS(2476), + [anon_sym_signed] = ACTIONS(2476), + [anon_sym_unsigned] = ACTIONS(2476), + [anon_sym_long] = ACTIONS(2476), + [anon_sym_short] = ACTIONS(2476), + [sym_primitive_type] = ACTIONS(2476), + [anon_sym_enum] = ACTIONS(2476), + [anon_sym_class] = ACTIONS(2476), + [anon_sym_struct] = ACTIONS(2476), + [anon_sym_union] = ACTIONS(2476), + [anon_sym_if] = ACTIONS(2476), + [anon_sym_else] = ACTIONS(2476), + [anon_sym_switch] = ACTIONS(2476), + [anon_sym_case] = ACTIONS(2476), + [anon_sym_default] = ACTIONS(2476), + [anon_sym_while] = ACTIONS(2476), + [anon_sym_do] = ACTIONS(2476), + [anon_sym_for] = ACTIONS(2476), + [anon_sym_return] = ACTIONS(2476), + [anon_sym_break] = ACTIONS(2476), + [anon_sym_continue] = ACTIONS(2476), + [anon_sym_goto] = ACTIONS(2476), + [anon_sym_not] = ACTIONS(2476), + [anon_sym_compl] = ACTIONS(2476), + [anon_sym_DASH_DASH] = ACTIONS(2478), + [anon_sym_PLUS_PLUS] = ACTIONS(2478), + [anon_sym_sizeof] = ACTIONS(2476), + [sym_number_literal] = ACTIONS(2478), + [anon_sym_L_SQUOTE] = ACTIONS(2478), + [anon_sym_u_SQUOTE] = ACTIONS(2478), + [anon_sym_U_SQUOTE] = ACTIONS(2478), + [anon_sym_u8_SQUOTE] = ACTIONS(2478), + [anon_sym_SQUOTE] = ACTIONS(2478), + [anon_sym_L_DQUOTE] = ACTIONS(2478), + [anon_sym_u_DQUOTE] = ACTIONS(2478), + [anon_sym_U_DQUOTE] = ACTIONS(2478), + [anon_sym_u8_DQUOTE] = ACTIONS(2478), + [anon_sym_DQUOTE] = ACTIONS(2478), + [sym_true] = ACTIONS(2476), + [sym_false] = ACTIONS(2476), + [sym_null] = ACTIONS(2476), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2476), + [anon_sym_decltype] = ACTIONS(2476), + [anon_sym_virtual] = ACTIONS(2476), + [anon_sym_explicit] = ACTIONS(2476), + [anon_sym_typename] = ACTIONS(2476), + [anon_sym_template] = ACTIONS(2476), + [anon_sym_operator] = ACTIONS(2476), + [anon_sym_try] = ACTIONS(2476), + [anon_sym_delete] = ACTIONS(2476), + [anon_sym_throw] = ACTIONS(2476), + [anon_sym_namespace] = ACTIONS(2476), + [anon_sym_using] = ACTIONS(2476), + [anon_sym_static_assert] = ACTIONS(2476), + [anon_sym_concept] = ACTIONS(2476), + [anon_sym_co_return] = ACTIONS(2476), + [anon_sym_co_yield] = ACTIONS(2476), + [anon_sym_R_DQUOTE] = ACTIONS(2478), + [anon_sym_LR_DQUOTE] = ACTIONS(2478), + [anon_sym_uR_DQUOTE] = ACTIONS(2478), + [anon_sym_UR_DQUOTE] = ACTIONS(2478), + [anon_sym_u8R_DQUOTE] = ACTIONS(2478), + [anon_sym_co_await] = ACTIONS(2476), + [anon_sym_new] = ACTIONS(2476), + [anon_sym_requires] = ACTIONS(2476), + [sym_this] = ACTIONS(2476), + [sym_nullptr] = ACTIONS(2476), + }, + [594] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [595] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [596] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [597] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, [598] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [599] = { - [ts_builtin_sym_end] = ACTIONS(2522), - [sym_identifier] = ACTIONS(2520), - [aux_sym_preproc_include_token1] = ACTIONS(2520), - [aux_sym_preproc_def_token1] = ACTIONS(2520), - [aux_sym_preproc_if_token1] = ACTIONS(2520), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2520), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2520), - [sym_preproc_directive] = ACTIONS(2520), - [anon_sym_LPAREN2] = ACTIONS(2522), - [anon_sym_BANG] = ACTIONS(2522), - [anon_sym_TILDE] = ACTIONS(2522), - [anon_sym_DASH] = ACTIONS(2520), - [anon_sym_PLUS] = ACTIONS(2520), - [anon_sym_STAR] = ACTIONS(2522), - [anon_sym_AMP_AMP] = ACTIONS(2522), - [anon_sym_AMP] = ACTIONS(2520), - [anon_sym_SEMI] = ACTIONS(2522), - [anon_sym_typedef] = ACTIONS(2520), - [anon_sym_extern] = ACTIONS(2520), - [anon_sym___attribute__] = ACTIONS(2520), - [anon_sym_COLON_COLON] = ACTIONS(2522), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2522), - [anon_sym___declspec] = ACTIONS(2520), - [anon_sym___based] = ACTIONS(2520), - [anon_sym___cdecl] = ACTIONS(2520), - [anon_sym___clrcall] = ACTIONS(2520), - [anon_sym___stdcall] = ACTIONS(2520), - [anon_sym___fastcall] = ACTIONS(2520), - [anon_sym___thiscall] = ACTIONS(2520), - [anon_sym___vectorcall] = ACTIONS(2520), - [anon_sym_LBRACE] = ACTIONS(2522), - [anon_sym_LBRACK] = ACTIONS(2520), - [anon_sym_static] = ACTIONS(2520), - [anon_sym_register] = ACTIONS(2520), - [anon_sym_inline] = ACTIONS(2520), - [anon_sym_thread_local] = ACTIONS(2520), - [anon_sym_const] = ACTIONS(2520), - [anon_sym_volatile] = ACTIONS(2520), - [anon_sym_restrict] = ACTIONS(2520), - [anon_sym__Atomic] = ACTIONS(2520), - [anon_sym_mutable] = ACTIONS(2520), - [anon_sym_constexpr] = ACTIONS(2520), - [anon_sym_constinit] = ACTIONS(2520), - [anon_sym_consteval] = ACTIONS(2520), - [anon_sym_signed] = ACTIONS(2520), - [anon_sym_unsigned] = ACTIONS(2520), - [anon_sym_long] = ACTIONS(2520), - [anon_sym_short] = ACTIONS(2520), - [sym_primitive_type] = ACTIONS(2520), - [anon_sym_enum] = ACTIONS(2520), - [anon_sym_class] = ACTIONS(2520), - [anon_sym_struct] = ACTIONS(2520), - [anon_sym_union] = ACTIONS(2520), - [anon_sym_if] = ACTIONS(2520), - [anon_sym_else] = ACTIONS(2520), - [anon_sym_switch] = ACTIONS(2520), - [anon_sym_case] = ACTIONS(2520), - [anon_sym_default] = ACTIONS(2520), - [anon_sym_while] = ACTIONS(2520), - [anon_sym_do] = ACTIONS(2520), - [anon_sym_for] = ACTIONS(2520), - [anon_sym_return] = ACTIONS(2520), - [anon_sym_break] = ACTIONS(2520), - [anon_sym_continue] = ACTIONS(2520), - [anon_sym_goto] = ACTIONS(2520), - [anon_sym_not] = ACTIONS(2520), - [anon_sym_compl] = ACTIONS(2520), - [anon_sym_DASH_DASH] = ACTIONS(2522), - [anon_sym_PLUS_PLUS] = ACTIONS(2522), - [anon_sym_sizeof] = ACTIONS(2520), - [sym_number_literal] = ACTIONS(2522), - [anon_sym_L_SQUOTE] = ACTIONS(2522), - [anon_sym_u_SQUOTE] = ACTIONS(2522), - [anon_sym_U_SQUOTE] = ACTIONS(2522), - [anon_sym_u8_SQUOTE] = ACTIONS(2522), - [anon_sym_SQUOTE] = ACTIONS(2522), - [anon_sym_L_DQUOTE] = ACTIONS(2522), - [anon_sym_u_DQUOTE] = ACTIONS(2522), - [anon_sym_U_DQUOTE] = ACTIONS(2522), - [anon_sym_u8_DQUOTE] = ACTIONS(2522), - [anon_sym_DQUOTE] = ACTIONS(2522), - [sym_true] = ACTIONS(2520), - [sym_false] = ACTIONS(2520), - [sym_null] = ACTIONS(2520), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2520), - [anon_sym_decltype] = ACTIONS(2520), - [anon_sym_virtual] = ACTIONS(2520), - [anon_sym_explicit] = ACTIONS(2520), - [anon_sym_typename] = ACTIONS(2520), - [anon_sym_template] = ACTIONS(2520), - [anon_sym_operator] = ACTIONS(2520), - [anon_sym_try] = ACTIONS(2520), - [anon_sym_delete] = ACTIONS(2520), - [anon_sym_throw] = ACTIONS(2520), - [anon_sym_namespace] = ACTIONS(2520), - [anon_sym_using] = ACTIONS(2520), - [anon_sym_static_assert] = ACTIONS(2520), - [anon_sym_concept] = ACTIONS(2520), - [anon_sym_co_return] = ACTIONS(2520), - [anon_sym_co_yield] = ACTIONS(2520), - [anon_sym_R_DQUOTE] = ACTIONS(2522), - [anon_sym_LR_DQUOTE] = ACTIONS(2522), - [anon_sym_uR_DQUOTE] = ACTIONS(2522), - [anon_sym_UR_DQUOTE] = ACTIONS(2522), - [anon_sym_u8R_DQUOTE] = ACTIONS(2522), - [anon_sym_co_await] = ACTIONS(2520), - [anon_sym_new] = ACTIONS(2520), - [anon_sym_requires] = ACTIONS(2520), - [sym_this] = ACTIONS(2520), - [sym_nullptr] = ACTIONS(2520), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [600] = { - [ts_builtin_sym_end] = ACTIONS(2540), - [sym_identifier] = ACTIONS(2538), - [aux_sym_preproc_include_token1] = ACTIONS(2538), - [aux_sym_preproc_def_token1] = ACTIONS(2538), - [aux_sym_preproc_if_token1] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), - [sym_preproc_directive] = ACTIONS(2538), - [anon_sym_LPAREN2] = ACTIONS(2540), - [anon_sym_BANG] = ACTIONS(2540), - [anon_sym_TILDE] = ACTIONS(2540), - [anon_sym_DASH] = ACTIONS(2538), - [anon_sym_PLUS] = ACTIONS(2538), - [anon_sym_STAR] = ACTIONS(2540), - [anon_sym_AMP_AMP] = ACTIONS(2540), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_SEMI] = ACTIONS(2540), - [anon_sym_typedef] = ACTIONS(2538), - [anon_sym_extern] = ACTIONS(2538), - [anon_sym___attribute__] = ACTIONS(2538), - [anon_sym_COLON_COLON] = ACTIONS(2540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), - [anon_sym___declspec] = ACTIONS(2538), - [anon_sym___based] = ACTIONS(2538), - [anon_sym___cdecl] = ACTIONS(2538), - [anon_sym___clrcall] = ACTIONS(2538), - [anon_sym___stdcall] = ACTIONS(2538), - [anon_sym___fastcall] = ACTIONS(2538), - [anon_sym___thiscall] = ACTIONS(2538), - [anon_sym___vectorcall] = ACTIONS(2538), - [anon_sym_LBRACE] = ACTIONS(2540), - [anon_sym_LBRACK] = ACTIONS(2538), - [anon_sym_static] = ACTIONS(2538), - [anon_sym_register] = ACTIONS(2538), - [anon_sym_inline] = ACTIONS(2538), - [anon_sym_thread_local] = ACTIONS(2538), - [anon_sym_const] = ACTIONS(2538), - [anon_sym_volatile] = ACTIONS(2538), - [anon_sym_restrict] = ACTIONS(2538), - [anon_sym__Atomic] = ACTIONS(2538), - [anon_sym_mutable] = ACTIONS(2538), - [anon_sym_constexpr] = ACTIONS(2538), - [anon_sym_constinit] = ACTIONS(2538), - [anon_sym_consteval] = ACTIONS(2538), - [anon_sym_signed] = ACTIONS(2538), - [anon_sym_unsigned] = ACTIONS(2538), - [anon_sym_long] = ACTIONS(2538), - [anon_sym_short] = ACTIONS(2538), - [sym_primitive_type] = ACTIONS(2538), - [anon_sym_enum] = ACTIONS(2538), - [anon_sym_class] = ACTIONS(2538), - [anon_sym_struct] = ACTIONS(2538), - [anon_sym_union] = ACTIONS(2538), - [anon_sym_if] = ACTIONS(2538), - [anon_sym_else] = ACTIONS(2538), - [anon_sym_switch] = ACTIONS(2538), - [anon_sym_case] = ACTIONS(2538), - [anon_sym_default] = ACTIONS(2538), - [anon_sym_while] = ACTIONS(2538), - [anon_sym_do] = ACTIONS(2538), - [anon_sym_for] = ACTIONS(2538), - [anon_sym_return] = ACTIONS(2538), - [anon_sym_break] = ACTIONS(2538), - [anon_sym_continue] = ACTIONS(2538), - [anon_sym_goto] = ACTIONS(2538), - [anon_sym_not] = ACTIONS(2538), - [anon_sym_compl] = ACTIONS(2538), - [anon_sym_DASH_DASH] = ACTIONS(2540), - [anon_sym_PLUS_PLUS] = ACTIONS(2540), - [anon_sym_sizeof] = ACTIONS(2538), - [sym_number_literal] = ACTIONS(2540), - [anon_sym_L_SQUOTE] = ACTIONS(2540), - [anon_sym_u_SQUOTE] = ACTIONS(2540), - [anon_sym_U_SQUOTE] = ACTIONS(2540), - [anon_sym_u8_SQUOTE] = ACTIONS(2540), - [anon_sym_SQUOTE] = ACTIONS(2540), - [anon_sym_L_DQUOTE] = ACTIONS(2540), - [anon_sym_u_DQUOTE] = ACTIONS(2540), - [anon_sym_U_DQUOTE] = ACTIONS(2540), - [anon_sym_u8_DQUOTE] = ACTIONS(2540), - [anon_sym_DQUOTE] = ACTIONS(2540), - [sym_true] = ACTIONS(2538), - [sym_false] = ACTIONS(2538), - [sym_null] = ACTIONS(2538), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2538), - [anon_sym_decltype] = ACTIONS(2538), - [anon_sym_virtual] = ACTIONS(2538), - [anon_sym_explicit] = ACTIONS(2538), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(2538), - [anon_sym_operator] = ACTIONS(2538), - [anon_sym_try] = ACTIONS(2538), - [anon_sym_delete] = ACTIONS(2538), - [anon_sym_throw] = ACTIONS(2538), - [anon_sym_namespace] = ACTIONS(2538), - [anon_sym_using] = ACTIONS(2538), - [anon_sym_static_assert] = ACTIONS(2538), - [anon_sym_concept] = ACTIONS(2538), - [anon_sym_co_return] = ACTIONS(2538), - [anon_sym_co_yield] = ACTIONS(2538), - [anon_sym_R_DQUOTE] = ACTIONS(2540), - [anon_sym_LR_DQUOTE] = ACTIONS(2540), - [anon_sym_uR_DQUOTE] = ACTIONS(2540), - [anon_sym_UR_DQUOTE] = ACTIONS(2540), - [anon_sym_u8R_DQUOTE] = ACTIONS(2540), - [anon_sym_co_await] = ACTIONS(2538), - [anon_sym_new] = ACTIONS(2538), - [anon_sym_requires] = ACTIONS(2538), - [sym_this] = ACTIONS(2538), - [sym_nullptr] = ACTIONS(2538), + [ts_builtin_sym_end] = ACTIONS(2636), + [sym_identifier] = ACTIONS(2634), + [aux_sym_preproc_include_token1] = ACTIONS(2634), + [aux_sym_preproc_def_token1] = ACTIONS(2634), + [aux_sym_preproc_if_token1] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2634), + [sym_preproc_directive] = ACTIONS(2634), + [anon_sym_LPAREN2] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2634), + [anon_sym_PLUS] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2634), + [anon_sym_SEMI] = ACTIONS(2636), + [anon_sym_typedef] = ACTIONS(2634), + [anon_sym_extern] = ACTIONS(2634), + [anon_sym___attribute__] = ACTIONS(2634), + [anon_sym_COLON_COLON] = ACTIONS(2636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2636), + [anon_sym___declspec] = ACTIONS(2634), + [anon_sym___based] = ACTIONS(2634), + [anon_sym___cdecl] = ACTIONS(2634), + [anon_sym___clrcall] = ACTIONS(2634), + [anon_sym___stdcall] = ACTIONS(2634), + [anon_sym___fastcall] = ACTIONS(2634), + [anon_sym___thiscall] = ACTIONS(2634), + [anon_sym___vectorcall] = ACTIONS(2634), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_static] = ACTIONS(2634), + [anon_sym_register] = ACTIONS(2634), + [anon_sym_inline] = ACTIONS(2634), + [anon_sym_thread_local] = ACTIONS(2634), + [anon_sym_const] = ACTIONS(2634), + [anon_sym_volatile] = ACTIONS(2634), + [anon_sym_restrict] = ACTIONS(2634), + [anon_sym__Atomic] = ACTIONS(2634), + [anon_sym_mutable] = ACTIONS(2634), + [anon_sym_constexpr] = ACTIONS(2634), + [anon_sym_constinit] = ACTIONS(2634), + [anon_sym_consteval] = ACTIONS(2634), + [anon_sym_signed] = ACTIONS(2634), + [anon_sym_unsigned] = ACTIONS(2634), + [anon_sym_long] = ACTIONS(2634), + [anon_sym_short] = ACTIONS(2634), + [sym_primitive_type] = ACTIONS(2634), + [anon_sym_enum] = ACTIONS(2634), + [anon_sym_class] = ACTIONS(2634), + [anon_sym_struct] = ACTIONS(2634), + [anon_sym_union] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2634), + [anon_sym_else] = ACTIONS(2634), + [anon_sym_switch] = ACTIONS(2634), + [anon_sym_case] = ACTIONS(2634), + [anon_sym_default] = ACTIONS(2634), + [anon_sym_while] = ACTIONS(2634), + [anon_sym_do] = ACTIONS(2634), + [anon_sym_for] = ACTIONS(2634), + [anon_sym_return] = ACTIONS(2634), + [anon_sym_break] = ACTIONS(2634), + [anon_sym_continue] = ACTIONS(2634), + [anon_sym_goto] = ACTIONS(2634), + [anon_sym_not] = ACTIONS(2634), + [anon_sym_compl] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_sizeof] = ACTIONS(2634), + [sym_number_literal] = ACTIONS(2636), + [anon_sym_L_SQUOTE] = ACTIONS(2636), + [anon_sym_u_SQUOTE] = ACTIONS(2636), + [anon_sym_U_SQUOTE] = ACTIONS(2636), + [anon_sym_u8_SQUOTE] = ACTIONS(2636), + [anon_sym_SQUOTE] = ACTIONS(2636), + [anon_sym_L_DQUOTE] = ACTIONS(2636), + [anon_sym_u_DQUOTE] = ACTIONS(2636), + [anon_sym_U_DQUOTE] = ACTIONS(2636), + [anon_sym_u8_DQUOTE] = ACTIONS(2636), + [anon_sym_DQUOTE] = ACTIONS(2636), + [sym_true] = ACTIONS(2634), + [sym_false] = ACTIONS(2634), + [sym_null] = ACTIONS(2634), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2634), + [anon_sym_decltype] = ACTIONS(2634), + [anon_sym_virtual] = ACTIONS(2634), + [anon_sym_explicit] = ACTIONS(2634), + [anon_sym_typename] = ACTIONS(2634), + [anon_sym_template] = ACTIONS(2634), + [anon_sym_operator] = ACTIONS(2634), + [anon_sym_try] = ACTIONS(2634), + [anon_sym_delete] = ACTIONS(2634), + [anon_sym_throw] = ACTIONS(2634), + [anon_sym_namespace] = ACTIONS(2634), + [anon_sym_using] = ACTIONS(2634), + [anon_sym_static_assert] = ACTIONS(2634), + [anon_sym_concept] = ACTIONS(2634), + [anon_sym_co_return] = ACTIONS(2634), + [anon_sym_co_yield] = ACTIONS(2634), + [anon_sym_R_DQUOTE] = ACTIONS(2636), + [anon_sym_LR_DQUOTE] = ACTIONS(2636), + [anon_sym_uR_DQUOTE] = ACTIONS(2636), + [anon_sym_UR_DQUOTE] = ACTIONS(2636), + [anon_sym_u8R_DQUOTE] = ACTIONS(2636), + [anon_sym_co_await] = ACTIONS(2634), + [anon_sym_new] = ACTIONS(2634), + [anon_sym_requires] = ACTIONS(2634), + [sym_this] = ACTIONS(2634), + [sym_nullptr] = ACTIONS(2634), }, [601] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2610), + [sym_identifier] = ACTIONS(2608), + [aux_sym_preproc_include_token1] = ACTIONS(2608), + [aux_sym_preproc_def_token1] = ACTIONS(2608), + [aux_sym_preproc_if_token1] = ACTIONS(2608), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2608), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2608), + [sym_preproc_directive] = ACTIONS(2608), + [anon_sym_LPAREN2] = ACTIONS(2610), + [anon_sym_BANG] = ACTIONS(2610), + [anon_sym_TILDE] = ACTIONS(2610), + [anon_sym_DASH] = ACTIONS(2608), + [anon_sym_PLUS] = ACTIONS(2608), + [anon_sym_STAR] = ACTIONS(2610), + [anon_sym_AMP_AMP] = ACTIONS(2610), + [anon_sym_AMP] = ACTIONS(2608), + [anon_sym_SEMI] = ACTIONS(2610), + [anon_sym_typedef] = ACTIONS(2608), + [anon_sym_extern] = ACTIONS(2608), + [anon_sym___attribute__] = ACTIONS(2608), + [anon_sym_COLON_COLON] = ACTIONS(2610), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2610), + [anon_sym___declspec] = ACTIONS(2608), + [anon_sym___based] = ACTIONS(2608), + [anon_sym___cdecl] = ACTIONS(2608), + [anon_sym___clrcall] = ACTIONS(2608), + [anon_sym___stdcall] = ACTIONS(2608), + [anon_sym___fastcall] = ACTIONS(2608), + [anon_sym___thiscall] = ACTIONS(2608), + [anon_sym___vectorcall] = ACTIONS(2608), + [anon_sym_LBRACE] = ACTIONS(2610), + [anon_sym_LBRACK] = ACTIONS(2608), + [anon_sym_static] = ACTIONS(2608), + [anon_sym_register] = ACTIONS(2608), + [anon_sym_inline] = ACTIONS(2608), + [anon_sym_thread_local] = ACTIONS(2608), + [anon_sym_const] = ACTIONS(2608), + [anon_sym_volatile] = ACTIONS(2608), + [anon_sym_restrict] = ACTIONS(2608), + [anon_sym__Atomic] = ACTIONS(2608), + [anon_sym_mutable] = ACTIONS(2608), + [anon_sym_constexpr] = ACTIONS(2608), + [anon_sym_constinit] = ACTIONS(2608), + [anon_sym_consteval] = ACTIONS(2608), + [anon_sym_signed] = ACTIONS(2608), + [anon_sym_unsigned] = ACTIONS(2608), + [anon_sym_long] = ACTIONS(2608), + [anon_sym_short] = ACTIONS(2608), + [sym_primitive_type] = ACTIONS(2608), + [anon_sym_enum] = ACTIONS(2608), + [anon_sym_class] = ACTIONS(2608), + [anon_sym_struct] = ACTIONS(2608), + [anon_sym_union] = ACTIONS(2608), + [anon_sym_if] = ACTIONS(2608), + [anon_sym_else] = ACTIONS(2608), + [anon_sym_switch] = ACTIONS(2608), + [anon_sym_case] = ACTIONS(2608), + [anon_sym_default] = ACTIONS(2608), + [anon_sym_while] = ACTIONS(2608), + [anon_sym_do] = ACTIONS(2608), + [anon_sym_for] = ACTIONS(2608), + [anon_sym_return] = ACTIONS(2608), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2608), + [anon_sym_goto] = ACTIONS(2608), + [anon_sym_not] = ACTIONS(2608), + [anon_sym_compl] = ACTIONS(2608), + [anon_sym_DASH_DASH] = ACTIONS(2610), + [anon_sym_PLUS_PLUS] = ACTIONS(2610), + [anon_sym_sizeof] = ACTIONS(2608), + [sym_number_literal] = ACTIONS(2610), + [anon_sym_L_SQUOTE] = ACTIONS(2610), + [anon_sym_u_SQUOTE] = ACTIONS(2610), + [anon_sym_U_SQUOTE] = ACTIONS(2610), + [anon_sym_u8_SQUOTE] = ACTIONS(2610), + [anon_sym_SQUOTE] = ACTIONS(2610), + [anon_sym_L_DQUOTE] = ACTIONS(2610), + [anon_sym_u_DQUOTE] = ACTIONS(2610), + [anon_sym_U_DQUOTE] = ACTIONS(2610), + [anon_sym_u8_DQUOTE] = ACTIONS(2610), + [anon_sym_DQUOTE] = ACTIONS(2610), + [sym_true] = ACTIONS(2608), + [sym_false] = ACTIONS(2608), + [sym_null] = ACTIONS(2608), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2608), + [anon_sym_decltype] = ACTIONS(2608), + [anon_sym_virtual] = ACTIONS(2608), + [anon_sym_explicit] = ACTIONS(2608), + [anon_sym_typename] = ACTIONS(2608), + [anon_sym_template] = ACTIONS(2608), + [anon_sym_operator] = ACTIONS(2608), + [anon_sym_try] = ACTIONS(2608), + [anon_sym_delete] = ACTIONS(2608), + [anon_sym_throw] = ACTIONS(2608), + [anon_sym_namespace] = ACTIONS(2608), + [anon_sym_using] = ACTIONS(2608), + [anon_sym_static_assert] = ACTIONS(2608), + [anon_sym_concept] = ACTIONS(2608), + [anon_sym_co_return] = ACTIONS(2608), + [anon_sym_co_yield] = ACTIONS(2608), + [anon_sym_R_DQUOTE] = ACTIONS(2610), + [anon_sym_LR_DQUOTE] = ACTIONS(2610), + [anon_sym_uR_DQUOTE] = ACTIONS(2610), + [anon_sym_UR_DQUOTE] = ACTIONS(2610), + [anon_sym_u8R_DQUOTE] = ACTIONS(2610), + [anon_sym_co_await] = ACTIONS(2608), + [anon_sym_new] = ACTIONS(2608), + [anon_sym_requires] = ACTIONS(2608), + [sym_this] = ACTIONS(2608), + [sym_nullptr] = ACTIONS(2608), }, [602] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [603] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [604] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [605] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [606] = { - [ts_builtin_sym_end] = ACTIONS(2642), - [sym_identifier] = ACTIONS(2640), - [aux_sym_preproc_include_token1] = ACTIONS(2640), - [aux_sym_preproc_def_token1] = ACTIONS(2640), - [aux_sym_preproc_if_token1] = ACTIONS(2640), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2640), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2640), - [sym_preproc_directive] = ACTIONS(2640), - [anon_sym_LPAREN2] = ACTIONS(2642), - [anon_sym_BANG] = ACTIONS(2642), - [anon_sym_TILDE] = ACTIONS(2642), - [anon_sym_DASH] = ACTIONS(2640), - [anon_sym_PLUS] = ACTIONS(2640), - [anon_sym_STAR] = ACTIONS(2642), - [anon_sym_AMP_AMP] = ACTIONS(2642), - [anon_sym_AMP] = ACTIONS(2640), - [anon_sym_SEMI] = ACTIONS(2642), - [anon_sym_typedef] = ACTIONS(2640), - [anon_sym_extern] = ACTIONS(2640), - [anon_sym___attribute__] = ACTIONS(2640), - [anon_sym_COLON_COLON] = ACTIONS(2642), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2642), - [anon_sym___declspec] = ACTIONS(2640), - [anon_sym___based] = ACTIONS(2640), - [anon_sym___cdecl] = ACTIONS(2640), - [anon_sym___clrcall] = ACTIONS(2640), - [anon_sym___stdcall] = ACTIONS(2640), - [anon_sym___fastcall] = ACTIONS(2640), - [anon_sym___thiscall] = ACTIONS(2640), - [anon_sym___vectorcall] = ACTIONS(2640), - [anon_sym_LBRACE] = ACTIONS(2642), - [anon_sym_LBRACK] = ACTIONS(2640), - [anon_sym_static] = ACTIONS(2640), - [anon_sym_register] = ACTIONS(2640), - [anon_sym_inline] = ACTIONS(2640), - [anon_sym_thread_local] = ACTIONS(2640), - [anon_sym_const] = ACTIONS(2640), - [anon_sym_volatile] = ACTIONS(2640), - [anon_sym_restrict] = ACTIONS(2640), - [anon_sym__Atomic] = ACTIONS(2640), - [anon_sym_mutable] = ACTIONS(2640), - [anon_sym_constexpr] = ACTIONS(2640), - [anon_sym_constinit] = ACTIONS(2640), - [anon_sym_consteval] = ACTIONS(2640), - [anon_sym_signed] = ACTIONS(2640), - [anon_sym_unsigned] = ACTIONS(2640), - [anon_sym_long] = ACTIONS(2640), - [anon_sym_short] = ACTIONS(2640), - [sym_primitive_type] = ACTIONS(2640), - [anon_sym_enum] = ACTIONS(2640), - [anon_sym_class] = ACTIONS(2640), - [anon_sym_struct] = ACTIONS(2640), - [anon_sym_union] = ACTIONS(2640), - [anon_sym_if] = ACTIONS(2640), - [anon_sym_else] = ACTIONS(2640), - [anon_sym_switch] = ACTIONS(2640), - [anon_sym_case] = ACTIONS(2640), - [anon_sym_default] = ACTIONS(2640), - [anon_sym_while] = ACTIONS(2640), - [anon_sym_do] = ACTIONS(2640), - [anon_sym_for] = ACTIONS(2640), - [anon_sym_return] = ACTIONS(2640), - [anon_sym_break] = ACTIONS(2640), - [anon_sym_continue] = ACTIONS(2640), - [anon_sym_goto] = ACTIONS(2640), - [anon_sym_not] = ACTIONS(2640), - [anon_sym_compl] = ACTIONS(2640), - [anon_sym_DASH_DASH] = ACTIONS(2642), - [anon_sym_PLUS_PLUS] = ACTIONS(2642), - [anon_sym_sizeof] = ACTIONS(2640), - [sym_number_literal] = ACTIONS(2642), - [anon_sym_L_SQUOTE] = ACTIONS(2642), - [anon_sym_u_SQUOTE] = ACTIONS(2642), - [anon_sym_U_SQUOTE] = ACTIONS(2642), - [anon_sym_u8_SQUOTE] = ACTIONS(2642), - [anon_sym_SQUOTE] = ACTIONS(2642), - [anon_sym_L_DQUOTE] = ACTIONS(2642), - [anon_sym_u_DQUOTE] = ACTIONS(2642), - [anon_sym_U_DQUOTE] = ACTIONS(2642), - [anon_sym_u8_DQUOTE] = ACTIONS(2642), - [anon_sym_DQUOTE] = ACTIONS(2642), - [sym_true] = ACTIONS(2640), - [sym_false] = ACTIONS(2640), - [sym_null] = ACTIONS(2640), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2640), - [anon_sym_decltype] = ACTIONS(2640), - [anon_sym_virtual] = ACTIONS(2640), - [anon_sym_explicit] = ACTIONS(2640), - [anon_sym_typename] = ACTIONS(2640), - [anon_sym_template] = ACTIONS(2640), - [anon_sym_operator] = ACTIONS(2640), - [anon_sym_try] = ACTIONS(2640), - [anon_sym_delete] = ACTIONS(2640), - [anon_sym_throw] = ACTIONS(2640), - [anon_sym_namespace] = ACTIONS(2640), - [anon_sym_using] = ACTIONS(2640), - [anon_sym_static_assert] = ACTIONS(2640), - [anon_sym_concept] = ACTIONS(2640), - [anon_sym_co_return] = ACTIONS(2640), - [anon_sym_co_yield] = ACTIONS(2640), - [anon_sym_R_DQUOTE] = ACTIONS(2642), - [anon_sym_LR_DQUOTE] = ACTIONS(2642), - [anon_sym_uR_DQUOTE] = ACTIONS(2642), - [anon_sym_UR_DQUOTE] = ACTIONS(2642), - [anon_sym_u8R_DQUOTE] = ACTIONS(2642), - [anon_sym_co_await] = ACTIONS(2640), - [anon_sym_new] = ACTIONS(2640), - [anon_sym_requires] = ACTIONS(2640), - [sym_this] = ACTIONS(2640), - [sym_nullptr] = ACTIONS(2640), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [607] = { - [ts_builtin_sym_end] = ACTIONS(2540), - [sym_identifier] = ACTIONS(2538), - [aux_sym_preproc_include_token1] = ACTIONS(2538), - [aux_sym_preproc_def_token1] = ACTIONS(2538), - [aux_sym_preproc_if_token1] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), - [sym_preproc_directive] = ACTIONS(2538), - [anon_sym_LPAREN2] = ACTIONS(2540), - [anon_sym_BANG] = ACTIONS(2540), - [anon_sym_TILDE] = ACTIONS(2540), - [anon_sym_DASH] = ACTIONS(2538), - [anon_sym_PLUS] = ACTIONS(2538), - [anon_sym_STAR] = ACTIONS(2540), - [anon_sym_AMP_AMP] = ACTIONS(2540), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_SEMI] = ACTIONS(2540), - [anon_sym_typedef] = ACTIONS(2538), - [anon_sym_extern] = ACTIONS(2538), - [anon_sym___attribute__] = ACTIONS(2538), - [anon_sym_COLON_COLON] = ACTIONS(2540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), - [anon_sym___declspec] = ACTIONS(2538), - [anon_sym___based] = ACTIONS(2538), - [anon_sym___cdecl] = ACTIONS(2538), - [anon_sym___clrcall] = ACTIONS(2538), - [anon_sym___stdcall] = ACTIONS(2538), - [anon_sym___fastcall] = ACTIONS(2538), - [anon_sym___thiscall] = ACTIONS(2538), - [anon_sym___vectorcall] = ACTIONS(2538), - [anon_sym_LBRACE] = ACTIONS(2540), - [anon_sym_LBRACK] = ACTIONS(2538), - [anon_sym_static] = ACTIONS(2538), - [anon_sym_register] = ACTIONS(2538), - [anon_sym_inline] = ACTIONS(2538), - [anon_sym_thread_local] = ACTIONS(2538), - [anon_sym_const] = ACTIONS(2538), - [anon_sym_volatile] = ACTIONS(2538), - [anon_sym_restrict] = ACTIONS(2538), - [anon_sym__Atomic] = ACTIONS(2538), - [anon_sym_mutable] = ACTIONS(2538), - [anon_sym_constexpr] = ACTIONS(2538), - [anon_sym_constinit] = ACTIONS(2538), - [anon_sym_consteval] = ACTIONS(2538), - [anon_sym_signed] = ACTIONS(2538), - [anon_sym_unsigned] = ACTIONS(2538), - [anon_sym_long] = ACTIONS(2538), - [anon_sym_short] = ACTIONS(2538), - [sym_primitive_type] = ACTIONS(2538), - [anon_sym_enum] = ACTIONS(2538), - [anon_sym_class] = ACTIONS(2538), - [anon_sym_struct] = ACTIONS(2538), - [anon_sym_union] = ACTIONS(2538), - [anon_sym_if] = ACTIONS(2538), - [anon_sym_else] = ACTIONS(2538), - [anon_sym_switch] = ACTIONS(2538), - [anon_sym_case] = ACTIONS(2538), - [anon_sym_default] = ACTIONS(2538), - [anon_sym_while] = ACTIONS(2538), - [anon_sym_do] = ACTIONS(2538), - [anon_sym_for] = ACTIONS(2538), - [anon_sym_return] = ACTIONS(2538), - [anon_sym_break] = ACTIONS(2538), - [anon_sym_continue] = ACTIONS(2538), - [anon_sym_goto] = ACTIONS(2538), - [anon_sym_not] = ACTIONS(2538), - [anon_sym_compl] = ACTIONS(2538), - [anon_sym_DASH_DASH] = ACTIONS(2540), - [anon_sym_PLUS_PLUS] = ACTIONS(2540), - [anon_sym_sizeof] = ACTIONS(2538), - [sym_number_literal] = ACTIONS(2540), - [anon_sym_L_SQUOTE] = ACTIONS(2540), - [anon_sym_u_SQUOTE] = ACTIONS(2540), - [anon_sym_U_SQUOTE] = ACTIONS(2540), - [anon_sym_u8_SQUOTE] = ACTIONS(2540), - [anon_sym_SQUOTE] = ACTIONS(2540), - [anon_sym_L_DQUOTE] = ACTIONS(2540), - [anon_sym_u_DQUOTE] = ACTIONS(2540), - [anon_sym_U_DQUOTE] = ACTIONS(2540), - [anon_sym_u8_DQUOTE] = ACTIONS(2540), - [anon_sym_DQUOTE] = ACTIONS(2540), - [sym_true] = ACTIONS(2538), - [sym_false] = ACTIONS(2538), - [sym_null] = ACTIONS(2538), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2538), - [anon_sym_decltype] = ACTIONS(2538), - [anon_sym_virtual] = ACTIONS(2538), - [anon_sym_explicit] = ACTIONS(2538), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(2538), - [anon_sym_operator] = ACTIONS(2538), - [anon_sym_try] = ACTIONS(2538), - [anon_sym_delete] = ACTIONS(2538), - [anon_sym_throw] = ACTIONS(2538), - [anon_sym_namespace] = ACTIONS(2538), - [anon_sym_using] = ACTIONS(2538), - [anon_sym_static_assert] = ACTIONS(2538), - [anon_sym_concept] = ACTIONS(2538), - [anon_sym_co_return] = ACTIONS(2538), - [anon_sym_co_yield] = ACTIONS(2538), - [anon_sym_R_DQUOTE] = ACTIONS(2540), - [anon_sym_LR_DQUOTE] = ACTIONS(2540), - [anon_sym_uR_DQUOTE] = ACTIONS(2540), - [anon_sym_UR_DQUOTE] = ACTIONS(2540), - [anon_sym_u8R_DQUOTE] = ACTIONS(2540), - [anon_sym_co_await] = ACTIONS(2538), - [anon_sym_new] = ACTIONS(2538), - [anon_sym_requires] = ACTIONS(2538), - [sym_this] = ACTIONS(2538), - [sym_nullptr] = ACTIONS(2538), + [ts_builtin_sym_end] = ACTIONS(2636), + [sym_identifier] = ACTIONS(2634), + [aux_sym_preproc_include_token1] = ACTIONS(2634), + [aux_sym_preproc_def_token1] = ACTIONS(2634), + [aux_sym_preproc_if_token1] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2634), + [sym_preproc_directive] = ACTIONS(2634), + [anon_sym_LPAREN2] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2634), + [anon_sym_PLUS] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2634), + [anon_sym_SEMI] = ACTIONS(2636), + [anon_sym_typedef] = ACTIONS(2634), + [anon_sym_extern] = ACTIONS(2634), + [anon_sym___attribute__] = ACTIONS(2634), + [anon_sym_COLON_COLON] = ACTIONS(2636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2636), + [anon_sym___declspec] = ACTIONS(2634), + [anon_sym___based] = ACTIONS(2634), + [anon_sym___cdecl] = ACTIONS(2634), + [anon_sym___clrcall] = ACTIONS(2634), + [anon_sym___stdcall] = ACTIONS(2634), + [anon_sym___fastcall] = ACTIONS(2634), + [anon_sym___thiscall] = ACTIONS(2634), + [anon_sym___vectorcall] = ACTIONS(2634), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_static] = ACTIONS(2634), + [anon_sym_register] = ACTIONS(2634), + [anon_sym_inline] = ACTIONS(2634), + [anon_sym_thread_local] = ACTIONS(2634), + [anon_sym_const] = ACTIONS(2634), + [anon_sym_volatile] = ACTIONS(2634), + [anon_sym_restrict] = ACTIONS(2634), + [anon_sym__Atomic] = ACTIONS(2634), + [anon_sym_mutable] = ACTIONS(2634), + [anon_sym_constexpr] = ACTIONS(2634), + [anon_sym_constinit] = ACTIONS(2634), + [anon_sym_consteval] = ACTIONS(2634), + [anon_sym_signed] = ACTIONS(2634), + [anon_sym_unsigned] = ACTIONS(2634), + [anon_sym_long] = ACTIONS(2634), + [anon_sym_short] = ACTIONS(2634), + [sym_primitive_type] = ACTIONS(2634), + [anon_sym_enum] = ACTIONS(2634), + [anon_sym_class] = ACTIONS(2634), + [anon_sym_struct] = ACTIONS(2634), + [anon_sym_union] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2634), + [anon_sym_else] = ACTIONS(2634), + [anon_sym_switch] = ACTIONS(2634), + [anon_sym_case] = ACTIONS(2634), + [anon_sym_default] = ACTIONS(2634), + [anon_sym_while] = ACTIONS(2634), + [anon_sym_do] = ACTIONS(2634), + [anon_sym_for] = ACTIONS(2634), + [anon_sym_return] = ACTIONS(2634), + [anon_sym_break] = ACTIONS(2634), + [anon_sym_continue] = ACTIONS(2634), + [anon_sym_goto] = ACTIONS(2634), + [anon_sym_not] = ACTIONS(2634), + [anon_sym_compl] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_sizeof] = ACTIONS(2634), + [sym_number_literal] = ACTIONS(2636), + [anon_sym_L_SQUOTE] = ACTIONS(2636), + [anon_sym_u_SQUOTE] = ACTIONS(2636), + [anon_sym_U_SQUOTE] = ACTIONS(2636), + [anon_sym_u8_SQUOTE] = ACTIONS(2636), + [anon_sym_SQUOTE] = ACTIONS(2636), + [anon_sym_L_DQUOTE] = ACTIONS(2636), + [anon_sym_u_DQUOTE] = ACTIONS(2636), + [anon_sym_U_DQUOTE] = ACTIONS(2636), + [anon_sym_u8_DQUOTE] = ACTIONS(2636), + [anon_sym_DQUOTE] = ACTIONS(2636), + [sym_true] = ACTIONS(2634), + [sym_false] = ACTIONS(2634), + [sym_null] = ACTIONS(2634), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2634), + [anon_sym_decltype] = ACTIONS(2634), + [anon_sym_virtual] = ACTIONS(2634), + [anon_sym_explicit] = ACTIONS(2634), + [anon_sym_typename] = ACTIONS(2634), + [anon_sym_template] = ACTIONS(2634), + [anon_sym_operator] = ACTIONS(2634), + [anon_sym_try] = ACTIONS(2634), + [anon_sym_delete] = ACTIONS(2634), + [anon_sym_throw] = ACTIONS(2634), + [anon_sym_namespace] = ACTIONS(2634), + [anon_sym_using] = ACTIONS(2634), + [anon_sym_static_assert] = ACTIONS(2634), + [anon_sym_concept] = ACTIONS(2634), + [anon_sym_co_return] = ACTIONS(2634), + [anon_sym_co_yield] = ACTIONS(2634), + [anon_sym_R_DQUOTE] = ACTIONS(2636), + [anon_sym_LR_DQUOTE] = ACTIONS(2636), + [anon_sym_uR_DQUOTE] = ACTIONS(2636), + [anon_sym_UR_DQUOTE] = ACTIONS(2636), + [anon_sym_u8R_DQUOTE] = ACTIONS(2636), + [anon_sym_co_await] = ACTIONS(2634), + [anon_sym_new] = ACTIONS(2634), + [anon_sym_requires] = ACTIONS(2634), + [sym_this] = ACTIONS(2634), + [sym_nullptr] = ACTIONS(2634), }, [608] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2608), + [aux_sym_preproc_include_token1] = ACTIONS(2608), + [aux_sym_preproc_def_token1] = ACTIONS(2608), + [aux_sym_preproc_if_token1] = ACTIONS(2608), + [aux_sym_preproc_if_token2] = ACTIONS(2608), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2608), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2608), + [sym_preproc_directive] = ACTIONS(2608), + [anon_sym_LPAREN2] = ACTIONS(2610), + [anon_sym_BANG] = ACTIONS(2610), + [anon_sym_TILDE] = ACTIONS(2610), + [anon_sym_DASH] = ACTIONS(2608), + [anon_sym_PLUS] = ACTIONS(2608), + [anon_sym_STAR] = ACTIONS(2610), + [anon_sym_AMP_AMP] = ACTIONS(2610), + [anon_sym_AMP] = ACTIONS(2608), + [anon_sym_SEMI] = ACTIONS(2610), + [anon_sym_typedef] = ACTIONS(2608), + [anon_sym_extern] = ACTIONS(2608), + [anon_sym___attribute__] = ACTIONS(2608), + [anon_sym_COLON_COLON] = ACTIONS(2610), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2610), + [anon_sym___declspec] = ACTIONS(2608), + [anon_sym___based] = ACTIONS(2608), + [anon_sym___cdecl] = ACTIONS(2608), + [anon_sym___clrcall] = ACTIONS(2608), + [anon_sym___stdcall] = ACTIONS(2608), + [anon_sym___fastcall] = ACTIONS(2608), + [anon_sym___thiscall] = ACTIONS(2608), + [anon_sym___vectorcall] = ACTIONS(2608), + [anon_sym_LBRACE] = ACTIONS(2610), + [anon_sym_LBRACK] = ACTIONS(2608), + [anon_sym_static] = ACTIONS(2608), + [anon_sym_register] = ACTIONS(2608), + [anon_sym_inline] = ACTIONS(2608), + [anon_sym_thread_local] = ACTIONS(2608), + [anon_sym_const] = ACTIONS(2608), + [anon_sym_volatile] = ACTIONS(2608), + [anon_sym_restrict] = ACTIONS(2608), + [anon_sym__Atomic] = ACTIONS(2608), + [anon_sym_mutable] = ACTIONS(2608), + [anon_sym_constexpr] = ACTIONS(2608), + [anon_sym_constinit] = ACTIONS(2608), + [anon_sym_consteval] = ACTIONS(2608), + [anon_sym_signed] = ACTIONS(2608), + [anon_sym_unsigned] = ACTIONS(2608), + [anon_sym_long] = ACTIONS(2608), + [anon_sym_short] = ACTIONS(2608), + [sym_primitive_type] = ACTIONS(2608), + [anon_sym_enum] = ACTIONS(2608), + [anon_sym_class] = ACTIONS(2608), + [anon_sym_struct] = ACTIONS(2608), + [anon_sym_union] = ACTIONS(2608), + [anon_sym_if] = ACTIONS(2608), + [anon_sym_else] = ACTIONS(2608), + [anon_sym_switch] = ACTIONS(2608), + [anon_sym_case] = ACTIONS(2608), + [anon_sym_default] = ACTIONS(2608), + [anon_sym_while] = ACTIONS(2608), + [anon_sym_do] = ACTIONS(2608), + [anon_sym_for] = ACTIONS(2608), + [anon_sym_return] = ACTIONS(2608), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2608), + [anon_sym_goto] = ACTIONS(2608), + [anon_sym_not] = ACTIONS(2608), + [anon_sym_compl] = ACTIONS(2608), + [anon_sym_DASH_DASH] = ACTIONS(2610), + [anon_sym_PLUS_PLUS] = ACTIONS(2610), + [anon_sym_sizeof] = ACTIONS(2608), + [sym_number_literal] = ACTIONS(2610), + [anon_sym_L_SQUOTE] = ACTIONS(2610), + [anon_sym_u_SQUOTE] = ACTIONS(2610), + [anon_sym_U_SQUOTE] = ACTIONS(2610), + [anon_sym_u8_SQUOTE] = ACTIONS(2610), + [anon_sym_SQUOTE] = ACTIONS(2610), + [anon_sym_L_DQUOTE] = ACTIONS(2610), + [anon_sym_u_DQUOTE] = ACTIONS(2610), + [anon_sym_U_DQUOTE] = ACTIONS(2610), + [anon_sym_u8_DQUOTE] = ACTIONS(2610), + [anon_sym_DQUOTE] = ACTIONS(2610), + [sym_true] = ACTIONS(2608), + [sym_false] = ACTIONS(2608), + [sym_null] = ACTIONS(2608), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2608), + [anon_sym_decltype] = ACTIONS(2608), + [anon_sym_virtual] = ACTIONS(2608), + [anon_sym_explicit] = ACTIONS(2608), + [anon_sym_typename] = ACTIONS(2608), + [anon_sym_template] = ACTIONS(2608), + [anon_sym_operator] = ACTIONS(2608), + [anon_sym_try] = ACTIONS(2608), + [anon_sym_delete] = ACTIONS(2608), + [anon_sym_throw] = ACTIONS(2608), + [anon_sym_namespace] = ACTIONS(2608), + [anon_sym_using] = ACTIONS(2608), + [anon_sym_static_assert] = ACTIONS(2608), + [anon_sym_concept] = ACTIONS(2608), + [anon_sym_co_return] = ACTIONS(2608), + [anon_sym_co_yield] = ACTIONS(2608), + [anon_sym_R_DQUOTE] = ACTIONS(2610), + [anon_sym_LR_DQUOTE] = ACTIONS(2610), + [anon_sym_uR_DQUOTE] = ACTIONS(2610), + [anon_sym_UR_DQUOTE] = ACTIONS(2610), + [anon_sym_u8R_DQUOTE] = ACTIONS(2610), + [anon_sym_co_await] = ACTIONS(2608), + [anon_sym_new] = ACTIONS(2608), + [anon_sym_requires] = ACTIONS(2608), + [sym_this] = ACTIONS(2608), + [sym_nullptr] = ACTIONS(2608), }, [609] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2570), + [sym_identifier] = ACTIONS(2568), + [aux_sym_preproc_include_token1] = ACTIONS(2568), + [aux_sym_preproc_def_token1] = ACTIONS(2568), + [aux_sym_preproc_if_token1] = ACTIONS(2568), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2568), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2568), + [sym_preproc_directive] = ACTIONS(2568), + [anon_sym_LPAREN2] = ACTIONS(2570), + [anon_sym_BANG] = ACTIONS(2570), + [anon_sym_TILDE] = ACTIONS(2570), + [anon_sym_DASH] = ACTIONS(2568), + [anon_sym_PLUS] = ACTIONS(2568), + [anon_sym_STAR] = ACTIONS(2570), + [anon_sym_AMP_AMP] = ACTIONS(2570), + [anon_sym_AMP] = ACTIONS(2568), + [anon_sym_SEMI] = ACTIONS(2570), + [anon_sym_typedef] = ACTIONS(2568), + [anon_sym_extern] = ACTIONS(2568), + [anon_sym___attribute__] = ACTIONS(2568), + [anon_sym_COLON_COLON] = ACTIONS(2570), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(2568), + [anon_sym___cdecl] = ACTIONS(2568), + [anon_sym___clrcall] = ACTIONS(2568), + [anon_sym___stdcall] = ACTIONS(2568), + [anon_sym___fastcall] = ACTIONS(2568), + [anon_sym___thiscall] = ACTIONS(2568), + [anon_sym___vectorcall] = ACTIONS(2568), + [anon_sym_LBRACE] = ACTIONS(2570), + [anon_sym_LBRACK] = ACTIONS(2568), + [anon_sym_static] = ACTIONS(2568), + [anon_sym_register] = ACTIONS(2568), + [anon_sym_inline] = ACTIONS(2568), + [anon_sym_thread_local] = ACTIONS(2568), + [anon_sym_const] = ACTIONS(2568), + [anon_sym_volatile] = ACTIONS(2568), + [anon_sym_restrict] = ACTIONS(2568), + [anon_sym__Atomic] = ACTIONS(2568), + [anon_sym_mutable] = ACTIONS(2568), + [anon_sym_constexpr] = ACTIONS(2568), + [anon_sym_constinit] = ACTIONS(2568), + [anon_sym_consteval] = ACTIONS(2568), + [anon_sym_signed] = ACTIONS(2568), + [anon_sym_unsigned] = ACTIONS(2568), + [anon_sym_long] = ACTIONS(2568), + [anon_sym_short] = ACTIONS(2568), + [sym_primitive_type] = ACTIONS(2568), + [anon_sym_enum] = ACTIONS(2568), + [anon_sym_class] = ACTIONS(2568), + [anon_sym_struct] = ACTIONS(2568), + [anon_sym_union] = ACTIONS(2568), + [anon_sym_if] = ACTIONS(2568), + [anon_sym_else] = ACTIONS(2568), + [anon_sym_switch] = ACTIONS(2568), + [anon_sym_case] = ACTIONS(2568), + [anon_sym_default] = ACTIONS(2568), + [anon_sym_while] = ACTIONS(2568), + [anon_sym_do] = ACTIONS(2568), + [anon_sym_for] = ACTIONS(2568), + [anon_sym_return] = ACTIONS(2568), + [anon_sym_break] = ACTIONS(2568), + [anon_sym_continue] = ACTIONS(2568), + [anon_sym_goto] = ACTIONS(2568), + [anon_sym_not] = ACTIONS(2568), + [anon_sym_compl] = ACTIONS(2568), + [anon_sym_DASH_DASH] = ACTIONS(2570), + [anon_sym_PLUS_PLUS] = ACTIONS(2570), + [anon_sym_sizeof] = ACTIONS(2568), + [sym_number_literal] = ACTIONS(2570), + [anon_sym_L_SQUOTE] = ACTIONS(2570), + [anon_sym_u_SQUOTE] = ACTIONS(2570), + [anon_sym_U_SQUOTE] = ACTIONS(2570), + [anon_sym_u8_SQUOTE] = ACTIONS(2570), + [anon_sym_SQUOTE] = ACTIONS(2570), + [anon_sym_L_DQUOTE] = ACTIONS(2570), + [anon_sym_u_DQUOTE] = ACTIONS(2570), + [anon_sym_U_DQUOTE] = ACTIONS(2570), + [anon_sym_u8_DQUOTE] = ACTIONS(2570), + [anon_sym_DQUOTE] = ACTIONS(2570), + [sym_true] = ACTIONS(2568), + [sym_false] = ACTIONS(2568), + [sym_null] = ACTIONS(2568), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2568), + [anon_sym_decltype] = ACTIONS(2568), + [anon_sym_virtual] = ACTIONS(2568), + [anon_sym_explicit] = ACTIONS(2568), + [anon_sym_typename] = ACTIONS(2568), + [anon_sym_template] = ACTIONS(2568), + [anon_sym_operator] = ACTIONS(2568), + [anon_sym_try] = ACTIONS(2568), + [anon_sym_delete] = ACTIONS(2568), + [anon_sym_throw] = ACTIONS(2568), + [anon_sym_namespace] = ACTIONS(2568), + [anon_sym_using] = ACTIONS(2568), + [anon_sym_static_assert] = ACTIONS(2568), + [anon_sym_concept] = ACTIONS(2568), + [anon_sym_co_return] = ACTIONS(2568), + [anon_sym_co_yield] = ACTIONS(2568), + [anon_sym_R_DQUOTE] = ACTIONS(2570), + [anon_sym_LR_DQUOTE] = ACTIONS(2570), + [anon_sym_uR_DQUOTE] = ACTIONS(2570), + [anon_sym_UR_DQUOTE] = ACTIONS(2570), + [anon_sym_u8R_DQUOTE] = ACTIONS(2570), + [anon_sym_co_await] = ACTIONS(2568), + [anon_sym_new] = ACTIONS(2568), + [anon_sym_requires] = ACTIONS(2568), + [sym_this] = ACTIONS(2568), + [sym_nullptr] = ACTIONS(2568), }, [610] = { - [ts_builtin_sym_end] = ACTIONS(2504), - [sym_identifier] = ACTIONS(2502), - [aux_sym_preproc_include_token1] = ACTIONS(2502), - [aux_sym_preproc_def_token1] = ACTIONS(2502), - [aux_sym_preproc_if_token1] = ACTIONS(2502), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2502), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2502), - [sym_preproc_directive] = ACTIONS(2502), - [anon_sym_LPAREN2] = ACTIONS(2504), - [anon_sym_BANG] = ACTIONS(2504), - [anon_sym_TILDE] = ACTIONS(2504), - [anon_sym_DASH] = ACTIONS(2502), - [anon_sym_PLUS] = ACTIONS(2502), - [anon_sym_STAR] = ACTIONS(2504), - [anon_sym_AMP_AMP] = ACTIONS(2504), - [anon_sym_AMP] = ACTIONS(2502), - [anon_sym_SEMI] = ACTIONS(2504), - [anon_sym_typedef] = ACTIONS(2502), - [anon_sym_extern] = ACTIONS(2502), - [anon_sym___attribute__] = ACTIONS(2502), - [anon_sym_COLON_COLON] = ACTIONS(2504), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2504), - [anon_sym___declspec] = ACTIONS(2502), - [anon_sym___based] = ACTIONS(2502), - [anon_sym___cdecl] = ACTIONS(2502), - [anon_sym___clrcall] = ACTIONS(2502), - [anon_sym___stdcall] = ACTIONS(2502), - [anon_sym___fastcall] = ACTIONS(2502), - [anon_sym___thiscall] = ACTIONS(2502), - [anon_sym___vectorcall] = ACTIONS(2502), - [anon_sym_LBRACE] = ACTIONS(2504), - [anon_sym_LBRACK] = ACTIONS(2502), - [anon_sym_static] = ACTIONS(2502), - [anon_sym_register] = ACTIONS(2502), - [anon_sym_inline] = ACTIONS(2502), - [anon_sym_thread_local] = ACTIONS(2502), - [anon_sym_const] = ACTIONS(2502), - [anon_sym_volatile] = ACTIONS(2502), - [anon_sym_restrict] = ACTIONS(2502), - [anon_sym__Atomic] = ACTIONS(2502), - [anon_sym_mutable] = ACTIONS(2502), - [anon_sym_constexpr] = ACTIONS(2502), - [anon_sym_constinit] = ACTIONS(2502), - [anon_sym_consteval] = ACTIONS(2502), - [anon_sym_signed] = ACTIONS(2502), - [anon_sym_unsigned] = ACTIONS(2502), - [anon_sym_long] = ACTIONS(2502), - [anon_sym_short] = ACTIONS(2502), - [sym_primitive_type] = ACTIONS(2502), - [anon_sym_enum] = ACTIONS(2502), - [anon_sym_class] = ACTIONS(2502), - [anon_sym_struct] = ACTIONS(2502), - [anon_sym_union] = ACTIONS(2502), - [anon_sym_if] = ACTIONS(2502), - [anon_sym_else] = ACTIONS(2502), - [anon_sym_switch] = ACTIONS(2502), - [anon_sym_case] = ACTIONS(2502), - [anon_sym_default] = ACTIONS(2502), - [anon_sym_while] = ACTIONS(2502), - [anon_sym_do] = ACTIONS(2502), - [anon_sym_for] = ACTIONS(2502), - [anon_sym_return] = ACTIONS(2502), - [anon_sym_break] = ACTIONS(2502), - [anon_sym_continue] = ACTIONS(2502), - [anon_sym_goto] = ACTIONS(2502), - [anon_sym_not] = ACTIONS(2502), - [anon_sym_compl] = ACTIONS(2502), - [anon_sym_DASH_DASH] = ACTIONS(2504), - [anon_sym_PLUS_PLUS] = ACTIONS(2504), - [anon_sym_sizeof] = ACTIONS(2502), - [sym_number_literal] = ACTIONS(2504), - [anon_sym_L_SQUOTE] = ACTIONS(2504), - [anon_sym_u_SQUOTE] = ACTIONS(2504), - [anon_sym_U_SQUOTE] = ACTIONS(2504), - [anon_sym_u8_SQUOTE] = ACTIONS(2504), - [anon_sym_SQUOTE] = ACTIONS(2504), - [anon_sym_L_DQUOTE] = ACTIONS(2504), - [anon_sym_u_DQUOTE] = ACTIONS(2504), - [anon_sym_U_DQUOTE] = ACTIONS(2504), - [anon_sym_u8_DQUOTE] = ACTIONS(2504), - [anon_sym_DQUOTE] = ACTIONS(2504), - [sym_true] = ACTIONS(2502), - [sym_false] = ACTIONS(2502), - [sym_null] = ACTIONS(2502), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2502), - [anon_sym_decltype] = ACTIONS(2502), - [anon_sym_virtual] = ACTIONS(2502), - [anon_sym_explicit] = ACTIONS(2502), - [anon_sym_typename] = ACTIONS(2502), - [anon_sym_template] = ACTIONS(2502), - [anon_sym_operator] = ACTIONS(2502), - [anon_sym_try] = ACTIONS(2502), - [anon_sym_delete] = ACTIONS(2502), - [anon_sym_throw] = ACTIONS(2502), - [anon_sym_namespace] = ACTIONS(2502), - [anon_sym_using] = ACTIONS(2502), - [anon_sym_static_assert] = ACTIONS(2502), - [anon_sym_concept] = ACTIONS(2502), - [anon_sym_co_return] = ACTIONS(2502), - [anon_sym_co_yield] = ACTIONS(2502), - [anon_sym_R_DQUOTE] = ACTIONS(2504), - [anon_sym_LR_DQUOTE] = ACTIONS(2504), - [anon_sym_uR_DQUOTE] = ACTIONS(2504), - [anon_sym_UR_DQUOTE] = ACTIONS(2504), - [anon_sym_u8R_DQUOTE] = ACTIONS(2504), - [anon_sym_co_await] = ACTIONS(2502), - [anon_sym_new] = ACTIONS(2502), - [anon_sym_requires] = ACTIONS(2502), - [sym_this] = ACTIONS(2502), - [sym_nullptr] = ACTIONS(2502), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [611] = { - [ts_builtin_sym_end] = ACTIONS(2638), - [sym_identifier] = ACTIONS(2636), - [aux_sym_preproc_include_token1] = ACTIONS(2636), - [aux_sym_preproc_def_token1] = ACTIONS(2636), - [aux_sym_preproc_if_token1] = ACTIONS(2636), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2636), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2636), - [sym_preproc_directive] = ACTIONS(2636), - [anon_sym_LPAREN2] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2636), - [anon_sym_PLUS] = ACTIONS(2636), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2636), - [anon_sym_SEMI] = ACTIONS(2638), - [anon_sym_typedef] = ACTIONS(2636), - [anon_sym_extern] = ACTIONS(2636), - [anon_sym___attribute__] = ACTIONS(2636), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2638), - [anon_sym___declspec] = ACTIONS(2636), - [anon_sym___based] = ACTIONS(2636), - [anon_sym___cdecl] = ACTIONS(2636), - [anon_sym___clrcall] = ACTIONS(2636), - [anon_sym___stdcall] = ACTIONS(2636), - [anon_sym___fastcall] = ACTIONS(2636), - [anon_sym___thiscall] = ACTIONS(2636), - [anon_sym___vectorcall] = ACTIONS(2636), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2636), - [anon_sym_static] = ACTIONS(2636), - [anon_sym_register] = ACTIONS(2636), - [anon_sym_inline] = ACTIONS(2636), - [anon_sym_thread_local] = ACTIONS(2636), - [anon_sym_const] = ACTIONS(2636), - [anon_sym_volatile] = ACTIONS(2636), - [anon_sym_restrict] = ACTIONS(2636), - [anon_sym__Atomic] = ACTIONS(2636), - [anon_sym_mutable] = ACTIONS(2636), - [anon_sym_constexpr] = ACTIONS(2636), - [anon_sym_constinit] = ACTIONS(2636), - [anon_sym_consteval] = ACTIONS(2636), - [anon_sym_signed] = ACTIONS(2636), - [anon_sym_unsigned] = ACTIONS(2636), - [anon_sym_long] = ACTIONS(2636), - [anon_sym_short] = ACTIONS(2636), - [sym_primitive_type] = ACTIONS(2636), - [anon_sym_enum] = ACTIONS(2636), - [anon_sym_class] = ACTIONS(2636), - [anon_sym_struct] = ACTIONS(2636), - [anon_sym_union] = ACTIONS(2636), - [anon_sym_if] = ACTIONS(2636), - [anon_sym_else] = ACTIONS(2636), - [anon_sym_switch] = ACTIONS(2636), - [anon_sym_case] = ACTIONS(2636), - [anon_sym_default] = ACTIONS(2636), - [anon_sym_while] = ACTIONS(2636), - [anon_sym_do] = ACTIONS(2636), - [anon_sym_for] = ACTIONS(2636), - [anon_sym_return] = ACTIONS(2636), - [anon_sym_break] = ACTIONS(2636), - [anon_sym_continue] = ACTIONS(2636), - [anon_sym_goto] = ACTIONS(2636), - [anon_sym_not] = ACTIONS(2636), - [anon_sym_compl] = ACTIONS(2636), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_sizeof] = ACTIONS(2636), - [sym_number_literal] = ACTIONS(2638), - [anon_sym_L_SQUOTE] = ACTIONS(2638), - [anon_sym_u_SQUOTE] = ACTIONS(2638), - [anon_sym_U_SQUOTE] = ACTIONS(2638), - [anon_sym_u8_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_L_DQUOTE] = ACTIONS(2638), - [anon_sym_u_DQUOTE] = ACTIONS(2638), - [anon_sym_U_DQUOTE] = ACTIONS(2638), - [anon_sym_u8_DQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [sym_true] = ACTIONS(2636), - [sym_false] = ACTIONS(2636), - [sym_null] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2636), - [anon_sym_decltype] = ACTIONS(2636), - [anon_sym_virtual] = ACTIONS(2636), - [anon_sym_explicit] = ACTIONS(2636), - [anon_sym_typename] = ACTIONS(2636), - [anon_sym_template] = ACTIONS(2636), - [anon_sym_operator] = ACTIONS(2636), - [anon_sym_try] = ACTIONS(2636), - [anon_sym_delete] = ACTIONS(2636), - [anon_sym_throw] = ACTIONS(2636), - [anon_sym_namespace] = ACTIONS(2636), - [anon_sym_using] = ACTIONS(2636), - [anon_sym_static_assert] = ACTIONS(2636), - [anon_sym_concept] = ACTIONS(2636), - [anon_sym_co_return] = ACTIONS(2636), - [anon_sym_co_yield] = ACTIONS(2636), - [anon_sym_R_DQUOTE] = ACTIONS(2638), - [anon_sym_LR_DQUOTE] = ACTIONS(2638), - [anon_sym_uR_DQUOTE] = ACTIONS(2638), - [anon_sym_UR_DQUOTE] = ACTIONS(2638), - [anon_sym_u8R_DQUOTE] = ACTIONS(2638), - [anon_sym_co_await] = ACTIONS(2636), - [anon_sym_new] = ACTIONS(2636), - [anon_sym_requires] = ACTIONS(2636), - [sym_this] = ACTIONS(2636), - [sym_nullptr] = ACTIONS(2636), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [612] = { - [ts_builtin_sym_end] = ACTIONS(2634), - [sym_identifier] = ACTIONS(2632), - [aux_sym_preproc_include_token1] = ACTIONS(2632), - [aux_sym_preproc_def_token1] = ACTIONS(2632), - [aux_sym_preproc_if_token1] = ACTIONS(2632), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2632), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2632), - [sym_preproc_directive] = ACTIONS(2632), - [anon_sym_LPAREN2] = ACTIONS(2634), - [anon_sym_BANG] = ACTIONS(2634), - [anon_sym_TILDE] = ACTIONS(2634), - [anon_sym_DASH] = ACTIONS(2632), - [anon_sym_PLUS] = ACTIONS(2632), - [anon_sym_STAR] = ACTIONS(2634), - [anon_sym_AMP_AMP] = ACTIONS(2634), - [anon_sym_AMP] = ACTIONS(2632), - [anon_sym_SEMI] = ACTIONS(2634), - [anon_sym_typedef] = ACTIONS(2632), - [anon_sym_extern] = ACTIONS(2632), - [anon_sym___attribute__] = ACTIONS(2632), - [anon_sym_COLON_COLON] = ACTIONS(2634), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2634), - [anon_sym___declspec] = ACTIONS(2632), - [anon_sym___based] = ACTIONS(2632), - [anon_sym___cdecl] = ACTIONS(2632), - [anon_sym___clrcall] = ACTIONS(2632), - [anon_sym___stdcall] = ACTIONS(2632), - [anon_sym___fastcall] = ACTIONS(2632), - [anon_sym___thiscall] = ACTIONS(2632), - [anon_sym___vectorcall] = ACTIONS(2632), - [anon_sym_LBRACE] = ACTIONS(2634), - [anon_sym_LBRACK] = ACTIONS(2632), - [anon_sym_static] = ACTIONS(2632), - [anon_sym_register] = ACTIONS(2632), - [anon_sym_inline] = ACTIONS(2632), - [anon_sym_thread_local] = ACTIONS(2632), - [anon_sym_const] = ACTIONS(2632), - [anon_sym_volatile] = ACTIONS(2632), - [anon_sym_restrict] = ACTIONS(2632), - [anon_sym__Atomic] = ACTIONS(2632), - [anon_sym_mutable] = ACTIONS(2632), - [anon_sym_constexpr] = ACTIONS(2632), - [anon_sym_constinit] = ACTIONS(2632), - [anon_sym_consteval] = ACTIONS(2632), - [anon_sym_signed] = ACTIONS(2632), - [anon_sym_unsigned] = ACTIONS(2632), - [anon_sym_long] = ACTIONS(2632), - [anon_sym_short] = ACTIONS(2632), - [sym_primitive_type] = ACTIONS(2632), - [anon_sym_enum] = ACTIONS(2632), - [anon_sym_class] = ACTIONS(2632), - [anon_sym_struct] = ACTIONS(2632), - [anon_sym_union] = ACTIONS(2632), - [anon_sym_if] = ACTIONS(2632), - [anon_sym_else] = ACTIONS(2632), - [anon_sym_switch] = ACTIONS(2632), - [anon_sym_case] = ACTIONS(2632), - [anon_sym_default] = ACTIONS(2632), - [anon_sym_while] = ACTIONS(2632), - [anon_sym_do] = ACTIONS(2632), - [anon_sym_for] = ACTIONS(2632), - [anon_sym_return] = ACTIONS(2632), - [anon_sym_break] = ACTIONS(2632), - [anon_sym_continue] = ACTIONS(2632), - [anon_sym_goto] = ACTIONS(2632), - [anon_sym_not] = ACTIONS(2632), - [anon_sym_compl] = ACTIONS(2632), - [anon_sym_DASH_DASH] = ACTIONS(2634), - [anon_sym_PLUS_PLUS] = ACTIONS(2634), - [anon_sym_sizeof] = ACTIONS(2632), - [sym_number_literal] = ACTIONS(2634), - [anon_sym_L_SQUOTE] = ACTIONS(2634), - [anon_sym_u_SQUOTE] = ACTIONS(2634), - [anon_sym_U_SQUOTE] = ACTIONS(2634), - [anon_sym_u8_SQUOTE] = ACTIONS(2634), - [anon_sym_SQUOTE] = ACTIONS(2634), - [anon_sym_L_DQUOTE] = ACTIONS(2634), - [anon_sym_u_DQUOTE] = ACTIONS(2634), - [anon_sym_U_DQUOTE] = ACTIONS(2634), - [anon_sym_u8_DQUOTE] = ACTIONS(2634), - [anon_sym_DQUOTE] = ACTIONS(2634), - [sym_true] = ACTIONS(2632), - [sym_false] = ACTIONS(2632), - [sym_null] = ACTIONS(2632), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2632), - [anon_sym_decltype] = ACTIONS(2632), - [anon_sym_virtual] = ACTIONS(2632), - [anon_sym_explicit] = ACTIONS(2632), - [anon_sym_typename] = ACTIONS(2632), - [anon_sym_template] = ACTIONS(2632), - [anon_sym_operator] = ACTIONS(2632), - [anon_sym_try] = ACTIONS(2632), - [anon_sym_delete] = ACTIONS(2632), - [anon_sym_throw] = ACTIONS(2632), - [anon_sym_namespace] = ACTIONS(2632), - [anon_sym_using] = ACTIONS(2632), - [anon_sym_static_assert] = ACTIONS(2632), - [anon_sym_concept] = ACTIONS(2632), - [anon_sym_co_return] = ACTIONS(2632), - [anon_sym_co_yield] = ACTIONS(2632), - [anon_sym_R_DQUOTE] = ACTIONS(2634), - [anon_sym_LR_DQUOTE] = ACTIONS(2634), - [anon_sym_uR_DQUOTE] = ACTIONS(2634), - [anon_sym_UR_DQUOTE] = ACTIONS(2634), - [anon_sym_u8R_DQUOTE] = ACTIONS(2634), - [anon_sym_co_await] = ACTIONS(2632), - [anon_sym_new] = ACTIONS(2632), - [anon_sym_requires] = ACTIONS(2632), - [sym_this] = ACTIONS(2632), - [sym_nullptr] = ACTIONS(2632), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [613] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2470), + [aux_sym_preproc_include_token1] = ACTIONS(2470), + [aux_sym_preproc_def_token1] = ACTIONS(2470), + [aux_sym_preproc_if_token1] = ACTIONS(2470), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2470), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2470), + [sym_preproc_directive] = ACTIONS(2470), + [anon_sym_LPAREN2] = ACTIONS(2472), + [anon_sym_BANG] = ACTIONS(2472), + [anon_sym_TILDE] = ACTIONS(2472), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2472), + [anon_sym_AMP_AMP] = ACTIONS(2472), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_SEMI] = ACTIONS(2472), + [anon_sym_typedef] = ACTIONS(2470), + [anon_sym_extern] = ACTIONS(2470), + [anon_sym___attribute__] = ACTIONS(2470), + [anon_sym_COLON_COLON] = ACTIONS(2472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2472), + [anon_sym___declspec] = ACTIONS(2470), + [anon_sym___based] = ACTIONS(2470), + [anon_sym___cdecl] = ACTIONS(2470), + [anon_sym___clrcall] = ACTIONS(2470), + [anon_sym___stdcall] = ACTIONS(2470), + [anon_sym___fastcall] = ACTIONS(2470), + [anon_sym___thiscall] = ACTIONS(2470), + [anon_sym___vectorcall] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_RBRACE] = ACTIONS(2472), + [anon_sym_LBRACK] = ACTIONS(2470), + [anon_sym_static] = ACTIONS(2470), + [anon_sym_register] = ACTIONS(2470), + [anon_sym_inline] = ACTIONS(2470), + [anon_sym_thread_local] = ACTIONS(2470), + [anon_sym_const] = ACTIONS(2470), + [anon_sym_volatile] = ACTIONS(2470), + [anon_sym_restrict] = ACTIONS(2470), + [anon_sym__Atomic] = ACTIONS(2470), + [anon_sym_mutable] = ACTIONS(2470), + [anon_sym_constexpr] = ACTIONS(2470), + [anon_sym_constinit] = ACTIONS(2470), + [anon_sym_consteval] = ACTIONS(2470), + [anon_sym_signed] = ACTIONS(2470), + [anon_sym_unsigned] = ACTIONS(2470), + [anon_sym_long] = ACTIONS(2470), + [anon_sym_short] = ACTIONS(2470), + [sym_primitive_type] = ACTIONS(2470), + [anon_sym_enum] = ACTIONS(2470), + [anon_sym_class] = ACTIONS(2470), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_union] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_else] = ACTIONS(2470), + [anon_sym_switch] = ACTIONS(2470), + [anon_sym_case] = ACTIONS(2470), + [anon_sym_default] = ACTIONS(2470), + [anon_sym_while] = ACTIONS(2470), + [anon_sym_do] = ACTIONS(2470), + [anon_sym_for] = ACTIONS(2470), + [anon_sym_return] = ACTIONS(2470), + [anon_sym_break] = ACTIONS(2470), + [anon_sym_continue] = ACTIONS(2470), + [anon_sym_goto] = ACTIONS(2470), + [anon_sym_not] = ACTIONS(2470), + [anon_sym_compl] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2472), + [anon_sym_PLUS_PLUS] = ACTIONS(2472), + [anon_sym_sizeof] = ACTIONS(2470), + [sym_number_literal] = ACTIONS(2472), + [anon_sym_L_SQUOTE] = ACTIONS(2472), + [anon_sym_u_SQUOTE] = ACTIONS(2472), + [anon_sym_U_SQUOTE] = ACTIONS(2472), + [anon_sym_u8_SQUOTE] = ACTIONS(2472), + [anon_sym_SQUOTE] = ACTIONS(2472), + [anon_sym_L_DQUOTE] = ACTIONS(2472), + [anon_sym_u_DQUOTE] = ACTIONS(2472), + [anon_sym_U_DQUOTE] = ACTIONS(2472), + [anon_sym_u8_DQUOTE] = ACTIONS(2472), + [anon_sym_DQUOTE] = ACTIONS(2472), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_null] = ACTIONS(2470), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2470), + [anon_sym_decltype] = ACTIONS(2470), + [anon_sym_virtual] = ACTIONS(2470), + [anon_sym_explicit] = ACTIONS(2470), + [anon_sym_typename] = ACTIONS(2470), + [anon_sym_template] = ACTIONS(2470), + [anon_sym_operator] = ACTIONS(2470), + [anon_sym_try] = ACTIONS(2470), + [anon_sym_delete] = ACTIONS(2470), + [anon_sym_throw] = ACTIONS(2470), + [anon_sym_namespace] = ACTIONS(2470), + [anon_sym_using] = ACTIONS(2470), + [anon_sym_static_assert] = ACTIONS(2470), + [anon_sym_concept] = ACTIONS(2470), + [anon_sym_co_return] = ACTIONS(2470), + [anon_sym_co_yield] = ACTIONS(2470), + [anon_sym_R_DQUOTE] = ACTIONS(2472), + [anon_sym_LR_DQUOTE] = ACTIONS(2472), + [anon_sym_uR_DQUOTE] = ACTIONS(2472), + [anon_sym_UR_DQUOTE] = ACTIONS(2472), + [anon_sym_u8R_DQUOTE] = ACTIONS(2472), + [anon_sym_co_await] = ACTIONS(2470), + [anon_sym_new] = ACTIONS(2470), + [anon_sym_requires] = ACTIONS(2470), + [sym_this] = ACTIONS(2470), + [sym_nullptr] = ACTIONS(2470), }, [614] = { - [ts_builtin_sym_end] = ACTIONS(2630), - [sym_identifier] = ACTIONS(2628), - [aux_sym_preproc_include_token1] = ACTIONS(2628), - [aux_sym_preproc_def_token1] = ACTIONS(2628), - [aux_sym_preproc_if_token1] = ACTIONS(2628), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2628), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2628), - [sym_preproc_directive] = ACTIONS(2628), - [anon_sym_LPAREN2] = ACTIONS(2630), - [anon_sym_BANG] = ACTIONS(2630), - [anon_sym_TILDE] = ACTIONS(2630), - [anon_sym_DASH] = ACTIONS(2628), - [anon_sym_PLUS] = ACTIONS(2628), - [anon_sym_STAR] = ACTIONS(2630), - [anon_sym_AMP_AMP] = ACTIONS(2630), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_SEMI] = ACTIONS(2630), - [anon_sym_typedef] = ACTIONS(2628), - [anon_sym_extern] = ACTIONS(2628), - [anon_sym___attribute__] = ACTIONS(2628), - [anon_sym_COLON_COLON] = ACTIONS(2630), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2630), - [anon_sym___declspec] = ACTIONS(2628), - [anon_sym___based] = ACTIONS(2628), - [anon_sym___cdecl] = ACTIONS(2628), - [anon_sym___clrcall] = ACTIONS(2628), - [anon_sym___stdcall] = ACTIONS(2628), - [anon_sym___fastcall] = ACTIONS(2628), - [anon_sym___thiscall] = ACTIONS(2628), - [anon_sym___vectorcall] = ACTIONS(2628), - [anon_sym_LBRACE] = ACTIONS(2630), - [anon_sym_LBRACK] = ACTIONS(2628), - [anon_sym_static] = ACTIONS(2628), - [anon_sym_register] = ACTIONS(2628), - [anon_sym_inline] = ACTIONS(2628), - [anon_sym_thread_local] = ACTIONS(2628), - [anon_sym_const] = ACTIONS(2628), - [anon_sym_volatile] = ACTIONS(2628), - [anon_sym_restrict] = ACTIONS(2628), - [anon_sym__Atomic] = ACTIONS(2628), - [anon_sym_mutable] = ACTIONS(2628), - [anon_sym_constexpr] = ACTIONS(2628), - [anon_sym_constinit] = ACTIONS(2628), - [anon_sym_consteval] = ACTIONS(2628), - [anon_sym_signed] = ACTIONS(2628), - [anon_sym_unsigned] = ACTIONS(2628), - [anon_sym_long] = ACTIONS(2628), - [anon_sym_short] = ACTIONS(2628), - [sym_primitive_type] = ACTIONS(2628), - [anon_sym_enum] = ACTIONS(2628), - [anon_sym_class] = ACTIONS(2628), - [anon_sym_struct] = ACTIONS(2628), - [anon_sym_union] = ACTIONS(2628), - [anon_sym_if] = ACTIONS(2628), - [anon_sym_else] = ACTIONS(2628), - [anon_sym_switch] = ACTIONS(2628), - [anon_sym_case] = ACTIONS(2628), - [anon_sym_default] = ACTIONS(2628), - [anon_sym_while] = ACTIONS(2628), - [anon_sym_do] = ACTIONS(2628), - [anon_sym_for] = ACTIONS(2628), - [anon_sym_return] = ACTIONS(2628), - [anon_sym_break] = ACTIONS(2628), - [anon_sym_continue] = ACTIONS(2628), - [anon_sym_goto] = ACTIONS(2628), - [anon_sym_not] = ACTIONS(2628), - [anon_sym_compl] = ACTIONS(2628), - [anon_sym_DASH_DASH] = ACTIONS(2630), - [anon_sym_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_sizeof] = ACTIONS(2628), - [sym_number_literal] = ACTIONS(2630), - [anon_sym_L_SQUOTE] = ACTIONS(2630), - [anon_sym_u_SQUOTE] = ACTIONS(2630), - [anon_sym_U_SQUOTE] = ACTIONS(2630), - [anon_sym_u8_SQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE] = ACTIONS(2630), - [anon_sym_L_DQUOTE] = ACTIONS(2630), - [anon_sym_u_DQUOTE] = ACTIONS(2630), - [anon_sym_U_DQUOTE] = ACTIONS(2630), - [anon_sym_u8_DQUOTE] = ACTIONS(2630), - [anon_sym_DQUOTE] = ACTIONS(2630), - [sym_true] = ACTIONS(2628), - [sym_false] = ACTIONS(2628), - [sym_null] = ACTIONS(2628), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2628), - [anon_sym_decltype] = ACTIONS(2628), - [anon_sym_virtual] = ACTIONS(2628), - [anon_sym_explicit] = ACTIONS(2628), - [anon_sym_typename] = ACTIONS(2628), - [anon_sym_template] = ACTIONS(2628), - [anon_sym_operator] = ACTIONS(2628), - [anon_sym_try] = ACTIONS(2628), - [anon_sym_delete] = ACTIONS(2628), - [anon_sym_throw] = ACTIONS(2628), - [anon_sym_namespace] = ACTIONS(2628), - [anon_sym_using] = ACTIONS(2628), - [anon_sym_static_assert] = ACTIONS(2628), - [anon_sym_concept] = ACTIONS(2628), - [anon_sym_co_return] = ACTIONS(2628), - [anon_sym_co_yield] = ACTIONS(2628), - [anon_sym_R_DQUOTE] = ACTIONS(2630), - [anon_sym_LR_DQUOTE] = ACTIONS(2630), - [anon_sym_uR_DQUOTE] = ACTIONS(2630), - [anon_sym_UR_DQUOTE] = ACTIONS(2630), - [anon_sym_u8R_DQUOTE] = ACTIONS(2630), - [anon_sym_co_await] = ACTIONS(2628), - [anon_sym_new] = ACTIONS(2628), - [anon_sym_requires] = ACTIONS(2628), - [sym_this] = ACTIONS(2628), - [sym_nullptr] = ACTIONS(2628), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [615] = { - [ts_builtin_sym_end] = ACTIONS(2626), - [sym_identifier] = ACTIONS(2624), - [aux_sym_preproc_include_token1] = ACTIONS(2624), - [aux_sym_preproc_def_token1] = ACTIONS(2624), - [aux_sym_preproc_if_token1] = ACTIONS(2624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2624), - [sym_preproc_directive] = ACTIONS(2624), - [anon_sym_LPAREN2] = ACTIONS(2626), - [anon_sym_BANG] = ACTIONS(2626), - [anon_sym_TILDE] = ACTIONS(2626), - [anon_sym_DASH] = ACTIONS(2624), - [anon_sym_PLUS] = ACTIONS(2624), - [anon_sym_STAR] = ACTIONS(2626), - [anon_sym_AMP_AMP] = ACTIONS(2626), - [anon_sym_AMP] = ACTIONS(2624), - [anon_sym_SEMI] = ACTIONS(2626), - [anon_sym_typedef] = ACTIONS(2624), - [anon_sym_extern] = ACTIONS(2624), - [anon_sym___attribute__] = ACTIONS(2624), - [anon_sym_COLON_COLON] = ACTIONS(2626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2626), - [anon_sym___declspec] = ACTIONS(2624), - [anon_sym___based] = ACTIONS(2624), - [anon_sym___cdecl] = ACTIONS(2624), - [anon_sym___clrcall] = ACTIONS(2624), - [anon_sym___stdcall] = ACTIONS(2624), - [anon_sym___fastcall] = ACTIONS(2624), - [anon_sym___thiscall] = ACTIONS(2624), - [anon_sym___vectorcall] = ACTIONS(2624), - [anon_sym_LBRACE] = ACTIONS(2626), - [anon_sym_LBRACK] = ACTIONS(2624), - [anon_sym_static] = ACTIONS(2624), - [anon_sym_register] = ACTIONS(2624), - [anon_sym_inline] = ACTIONS(2624), - [anon_sym_thread_local] = ACTIONS(2624), - [anon_sym_const] = ACTIONS(2624), - [anon_sym_volatile] = ACTIONS(2624), - [anon_sym_restrict] = ACTIONS(2624), - [anon_sym__Atomic] = ACTIONS(2624), - [anon_sym_mutable] = ACTIONS(2624), - [anon_sym_constexpr] = ACTIONS(2624), - [anon_sym_constinit] = ACTIONS(2624), - [anon_sym_consteval] = ACTIONS(2624), - [anon_sym_signed] = ACTIONS(2624), - [anon_sym_unsigned] = ACTIONS(2624), - [anon_sym_long] = ACTIONS(2624), - [anon_sym_short] = ACTIONS(2624), - [sym_primitive_type] = ACTIONS(2624), - [anon_sym_enum] = ACTIONS(2624), - [anon_sym_class] = ACTIONS(2624), - [anon_sym_struct] = ACTIONS(2624), - [anon_sym_union] = ACTIONS(2624), - [anon_sym_if] = ACTIONS(2624), - [anon_sym_else] = ACTIONS(2624), - [anon_sym_switch] = ACTIONS(2624), - [anon_sym_case] = ACTIONS(2624), - [anon_sym_default] = ACTIONS(2624), - [anon_sym_while] = ACTIONS(2624), - [anon_sym_do] = ACTIONS(2624), - [anon_sym_for] = ACTIONS(2624), - [anon_sym_return] = ACTIONS(2624), - [anon_sym_break] = ACTIONS(2624), - [anon_sym_continue] = ACTIONS(2624), - [anon_sym_goto] = ACTIONS(2624), - [anon_sym_not] = ACTIONS(2624), - [anon_sym_compl] = ACTIONS(2624), - [anon_sym_DASH_DASH] = ACTIONS(2626), - [anon_sym_PLUS_PLUS] = ACTIONS(2626), - [anon_sym_sizeof] = ACTIONS(2624), - [sym_number_literal] = ACTIONS(2626), - [anon_sym_L_SQUOTE] = ACTIONS(2626), - [anon_sym_u_SQUOTE] = ACTIONS(2626), - [anon_sym_U_SQUOTE] = ACTIONS(2626), - [anon_sym_u8_SQUOTE] = ACTIONS(2626), - [anon_sym_SQUOTE] = ACTIONS(2626), - [anon_sym_L_DQUOTE] = ACTIONS(2626), - [anon_sym_u_DQUOTE] = ACTIONS(2626), - [anon_sym_U_DQUOTE] = ACTIONS(2626), - [anon_sym_u8_DQUOTE] = ACTIONS(2626), - [anon_sym_DQUOTE] = ACTIONS(2626), - [sym_true] = ACTIONS(2624), - [sym_false] = ACTIONS(2624), - [sym_null] = ACTIONS(2624), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2624), - [anon_sym_decltype] = ACTIONS(2624), - [anon_sym_virtual] = ACTIONS(2624), - [anon_sym_explicit] = ACTIONS(2624), - [anon_sym_typename] = ACTIONS(2624), - [anon_sym_template] = ACTIONS(2624), - [anon_sym_operator] = ACTIONS(2624), - [anon_sym_try] = ACTIONS(2624), - [anon_sym_delete] = ACTIONS(2624), - [anon_sym_throw] = ACTIONS(2624), - [anon_sym_namespace] = ACTIONS(2624), - [anon_sym_using] = ACTIONS(2624), - [anon_sym_static_assert] = ACTIONS(2624), - [anon_sym_concept] = ACTIONS(2624), - [anon_sym_co_return] = ACTIONS(2624), - [anon_sym_co_yield] = ACTIONS(2624), - [anon_sym_R_DQUOTE] = ACTIONS(2626), - [anon_sym_LR_DQUOTE] = ACTIONS(2626), - [anon_sym_uR_DQUOTE] = ACTIONS(2626), - [anon_sym_UR_DQUOTE] = ACTIONS(2626), - [anon_sym_u8R_DQUOTE] = ACTIONS(2626), - [anon_sym_co_await] = ACTIONS(2624), - [anon_sym_new] = ACTIONS(2624), - [anon_sym_requires] = ACTIONS(2624), - [sym_this] = ACTIONS(2624), - [sym_nullptr] = ACTIONS(2624), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [616] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [617] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [618] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [619] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [620] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [621] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [622] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [623] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [624] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [625] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [626] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [627] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [628] = { + [ts_builtin_sym_end] = ACTIONS(2538), + [sym_identifier] = ACTIONS(2536), + [aux_sym_preproc_include_token1] = ACTIONS(2536), + [aux_sym_preproc_def_token1] = ACTIONS(2536), + [aux_sym_preproc_if_token1] = ACTIONS(2536), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2536), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2536), + [sym_preproc_directive] = ACTIONS(2536), + [anon_sym_LPAREN2] = ACTIONS(2538), + [anon_sym_BANG] = ACTIONS(2538), + [anon_sym_TILDE] = ACTIONS(2538), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_AMP_AMP] = ACTIONS(2538), + [anon_sym_AMP] = ACTIONS(2536), + [anon_sym_SEMI] = ACTIONS(2538), + [anon_sym_typedef] = ACTIONS(2536), + [anon_sym_extern] = ACTIONS(2536), + [anon_sym___attribute__] = ACTIONS(2536), + [anon_sym_COLON_COLON] = ACTIONS(2538), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2538), + [anon_sym___declspec] = ACTIONS(2536), + [anon_sym___based] = ACTIONS(2536), + [anon_sym___cdecl] = ACTIONS(2536), + [anon_sym___clrcall] = ACTIONS(2536), + [anon_sym___stdcall] = ACTIONS(2536), + [anon_sym___fastcall] = ACTIONS(2536), + [anon_sym___thiscall] = ACTIONS(2536), + [anon_sym___vectorcall] = ACTIONS(2536), + [anon_sym_LBRACE] = ACTIONS(2538), + [anon_sym_LBRACK] = ACTIONS(2536), + [anon_sym_static] = ACTIONS(2536), + [anon_sym_register] = ACTIONS(2536), + [anon_sym_inline] = ACTIONS(2536), + [anon_sym_thread_local] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(2536), + [anon_sym_volatile] = ACTIONS(2536), + [anon_sym_restrict] = ACTIONS(2536), + [anon_sym__Atomic] = ACTIONS(2536), + [anon_sym_mutable] = ACTIONS(2536), + [anon_sym_constexpr] = ACTIONS(2536), + [anon_sym_constinit] = ACTIONS(2536), + [anon_sym_consteval] = ACTIONS(2536), + [anon_sym_signed] = ACTIONS(2536), + [anon_sym_unsigned] = ACTIONS(2536), + [anon_sym_long] = ACTIONS(2536), + [anon_sym_short] = ACTIONS(2536), + [sym_primitive_type] = ACTIONS(2536), + [anon_sym_enum] = ACTIONS(2536), + [anon_sym_class] = ACTIONS(2536), + [anon_sym_struct] = ACTIONS(2536), + [anon_sym_union] = ACTIONS(2536), + [anon_sym_if] = ACTIONS(2536), + [anon_sym_else] = ACTIONS(2536), + [anon_sym_switch] = ACTIONS(2536), + [anon_sym_case] = ACTIONS(2536), + [anon_sym_default] = ACTIONS(2536), + [anon_sym_while] = ACTIONS(2536), + [anon_sym_do] = ACTIONS(2536), + [anon_sym_for] = ACTIONS(2536), + [anon_sym_return] = ACTIONS(2536), + [anon_sym_break] = ACTIONS(2536), + [anon_sym_continue] = ACTIONS(2536), + [anon_sym_goto] = ACTIONS(2536), + [anon_sym_not] = ACTIONS(2536), + [anon_sym_compl] = ACTIONS(2536), + [anon_sym_DASH_DASH] = ACTIONS(2538), + [anon_sym_PLUS_PLUS] = ACTIONS(2538), + [anon_sym_sizeof] = ACTIONS(2536), + [sym_number_literal] = ACTIONS(2538), + [anon_sym_L_SQUOTE] = ACTIONS(2538), + [anon_sym_u_SQUOTE] = ACTIONS(2538), + [anon_sym_U_SQUOTE] = ACTIONS(2538), + [anon_sym_u8_SQUOTE] = ACTIONS(2538), + [anon_sym_SQUOTE] = ACTIONS(2538), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2536), + [sym_false] = ACTIONS(2536), + [sym_null] = ACTIONS(2536), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2536), + [anon_sym_decltype] = ACTIONS(2536), + [anon_sym_virtual] = ACTIONS(2536), + [anon_sym_explicit] = ACTIONS(2536), + [anon_sym_typename] = ACTIONS(2536), + [anon_sym_template] = ACTIONS(2536), + [anon_sym_operator] = ACTIONS(2536), + [anon_sym_try] = ACTIONS(2536), + [anon_sym_delete] = ACTIONS(2536), + [anon_sym_throw] = ACTIONS(2536), + [anon_sym_namespace] = ACTIONS(2536), + [anon_sym_using] = ACTIONS(2536), + [anon_sym_static_assert] = ACTIONS(2536), + [anon_sym_concept] = ACTIONS(2536), + [anon_sym_co_return] = ACTIONS(2536), + [anon_sym_co_yield] = ACTIONS(2536), + [anon_sym_R_DQUOTE] = ACTIONS(2538), + [anon_sym_LR_DQUOTE] = ACTIONS(2538), + [anon_sym_uR_DQUOTE] = ACTIONS(2538), + [anon_sym_UR_DQUOTE] = ACTIONS(2538), + [anon_sym_u8R_DQUOTE] = ACTIONS(2538), + [anon_sym_co_await] = ACTIONS(2536), + [anon_sym_new] = ACTIONS(2536), + [anon_sym_requires] = ACTIONS(2536), + [sym_this] = ACTIONS(2536), + [sym_nullptr] = ACTIONS(2536), + }, + [629] = { + [ts_builtin_sym_end] = ACTIONS(2578), + [sym_identifier] = ACTIONS(2576), + [aux_sym_preproc_include_token1] = ACTIONS(2576), + [aux_sym_preproc_def_token1] = ACTIONS(2576), + [aux_sym_preproc_if_token1] = ACTIONS(2576), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2576), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2576), + [sym_preproc_directive] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(2578), + [anon_sym_BANG] = ACTIONS(2578), + [anon_sym_TILDE] = ACTIONS(2578), + [anon_sym_DASH] = ACTIONS(2576), + [anon_sym_PLUS] = ACTIONS(2576), + [anon_sym_STAR] = ACTIONS(2578), + [anon_sym_AMP_AMP] = ACTIONS(2578), + [anon_sym_AMP] = ACTIONS(2576), + [anon_sym_SEMI] = ACTIONS(2578), + [anon_sym_typedef] = ACTIONS(2576), + [anon_sym_extern] = ACTIONS(2576), + [anon_sym___attribute__] = ACTIONS(2576), + [anon_sym_COLON_COLON] = ACTIONS(2578), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2578), + [anon_sym___declspec] = ACTIONS(2576), + [anon_sym___based] = ACTIONS(2576), + [anon_sym___cdecl] = ACTIONS(2576), + [anon_sym___clrcall] = ACTIONS(2576), + [anon_sym___stdcall] = ACTIONS(2576), + [anon_sym___fastcall] = ACTIONS(2576), + [anon_sym___thiscall] = ACTIONS(2576), + [anon_sym___vectorcall] = ACTIONS(2576), + [anon_sym_LBRACE] = ACTIONS(2578), + [anon_sym_LBRACK] = ACTIONS(2576), + [anon_sym_static] = ACTIONS(2576), + [anon_sym_register] = ACTIONS(2576), + [anon_sym_inline] = ACTIONS(2576), + [anon_sym_thread_local] = ACTIONS(2576), + [anon_sym_const] = ACTIONS(2576), + [anon_sym_volatile] = ACTIONS(2576), + [anon_sym_restrict] = ACTIONS(2576), + [anon_sym__Atomic] = ACTIONS(2576), + [anon_sym_mutable] = ACTIONS(2576), + [anon_sym_constexpr] = ACTIONS(2576), + [anon_sym_constinit] = ACTIONS(2576), + [anon_sym_consteval] = ACTIONS(2576), + [anon_sym_signed] = ACTIONS(2576), + [anon_sym_unsigned] = ACTIONS(2576), + [anon_sym_long] = ACTIONS(2576), + [anon_sym_short] = ACTIONS(2576), + [sym_primitive_type] = ACTIONS(2576), + [anon_sym_enum] = ACTIONS(2576), + [anon_sym_class] = ACTIONS(2576), + [anon_sym_struct] = ACTIONS(2576), + [anon_sym_union] = ACTIONS(2576), + [anon_sym_if] = ACTIONS(2576), + [anon_sym_else] = ACTIONS(2576), + [anon_sym_switch] = ACTIONS(2576), + [anon_sym_case] = ACTIONS(2576), + [anon_sym_default] = ACTIONS(2576), + [anon_sym_while] = ACTIONS(2576), + [anon_sym_do] = ACTIONS(2576), + [anon_sym_for] = ACTIONS(2576), + [anon_sym_return] = ACTIONS(2576), + [anon_sym_break] = ACTIONS(2576), + [anon_sym_continue] = ACTIONS(2576), + [anon_sym_goto] = ACTIONS(2576), + [anon_sym_not] = ACTIONS(2576), + [anon_sym_compl] = ACTIONS(2576), + [anon_sym_DASH_DASH] = ACTIONS(2578), + [anon_sym_PLUS_PLUS] = ACTIONS(2578), + [anon_sym_sizeof] = ACTIONS(2576), + [sym_number_literal] = ACTIONS(2578), + [anon_sym_L_SQUOTE] = ACTIONS(2578), + [anon_sym_u_SQUOTE] = ACTIONS(2578), + [anon_sym_U_SQUOTE] = ACTIONS(2578), + [anon_sym_u8_SQUOTE] = ACTIONS(2578), + [anon_sym_SQUOTE] = ACTIONS(2578), + [anon_sym_L_DQUOTE] = ACTIONS(2578), + [anon_sym_u_DQUOTE] = ACTIONS(2578), + [anon_sym_U_DQUOTE] = ACTIONS(2578), + [anon_sym_u8_DQUOTE] = ACTIONS(2578), + [anon_sym_DQUOTE] = ACTIONS(2578), + [sym_true] = ACTIONS(2576), + [sym_false] = ACTIONS(2576), + [sym_null] = ACTIONS(2576), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2576), + [anon_sym_decltype] = ACTIONS(2576), + [anon_sym_virtual] = ACTIONS(2576), + [anon_sym_explicit] = ACTIONS(2576), + [anon_sym_typename] = ACTIONS(2576), + [anon_sym_template] = ACTIONS(2576), + [anon_sym_operator] = ACTIONS(2576), + [anon_sym_try] = ACTIONS(2576), + [anon_sym_delete] = ACTIONS(2576), + [anon_sym_throw] = ACTIONS(2576), + [anon_sym_namespace] = ACTIONS(2576), + [anon_sym_using] = ACTIONS(2576), + [anon_sym_static_assert] = ACTIONS(2576), + [anon_sym_concept] = ACTIONS(2576), + [anon_sym_co_return] = ACTIONS(2576), + [anon_sym_co_yield] = ACTIONS(2576), + [anon_sym_R_DQUOTE] = ACTIONS(2578), + [anon_sym_LR_DQUOTE] = ACTIONS(2578), + [anon_sym_uR_DQUOTE] = ACTIONS(2578), + [anon_sym_UR_DQUOTE] = ACTIONS(2578), + [anon_sym_u8R_DQUOTE] = ACTIONS(2578), + [anon_sym_co_await] = ACTIONS(2576), + [anon_sym_new] = ACTIONS(2576), + [anon_sym_requires] = ACTIONS(2576), + [sym_this] = ACTIONS(2576), + [sym_nullptr] = ACTIONS(2576), + }, + [630] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [631] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [632] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [633] = { + [ts_builtin_sym_end] = ACTIONS(2564), [sym_identifier] = ACTIONS(2562), [aux_sym_preproc_include_token1] = ACTIONS(2562), [aux_sym_preproc_def_token1] = ACTIONS(2562), [aux_sym_preproc_if_token1] = ACTIONS(2562), - [aux_sym_preproc_if_token2] = ACTIONS(2562), [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), [sym_preproc_directive] = ACTIONS(2562), @@ -109082,7 +109857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(2562), [anon_sym_union] = ACTIONS(2562), [anon_sym_if] = ACTIONS(2562), - [anon_sym_else] = ACTIONS(2562), + [anon_sym_else] = ACTIONS(2870), [anon_sym_switch] = ACTIONS(2562), [anon_sym_case] = ACTIONS(2562), [anon_sym_default] = ACTIONS(2562), @@ -109140,3511 +109915,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2562), [sym_nullptr] = ACTIONS(2562), }, - [625] = { - [sym_identifier] = ACTIONS(2616), - [aux_sym_preproc_include_token1] = ACTIONS(2616), - [aux_sym_preproc_def_token1] = ACTIONS(2616), - [aux_sym_preproc_if_token1] = ACTIONS(2616), - [aux_sym_preproc_if_token2] = ACTIONS(2616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2616), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2616), - [sym_preproc_directive] = ACTIONS(2616), - [anon_sym_LPAREN2] = ACTIONS(2618), - [anon_sym_BANG] = ACTIONS(2618), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2616), - [anon_sym_PLUS] = ACTIONS(2616), - [anon_sym_STAR] = ACTIONS(2618), - [anon_sym_AMP_AMP] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_SEMI] = ACTIONS(2618), - [anon_sym_typedef] = ACTIONS(2616), - [anon_sym_extern] = ACTIONS(2616), - [anon_sym___attribute__] = ACTIONS(2616), - [anon_sym_COLON_COLON] = ACTIONS(2618), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2618), - [anon_sym___declspec] = ACTIONS(2616), - [anon_sym___based] = ACTIONS(2616), - [anon_sym___cdecl] = ACTIONS(2616), - [anon_sym___clrcall] = ACTIONS(2616), - [anon_sym___stdcall] = ACTIONS(2616), - [anon_sym___fastcall] = ACTIONS(2616), - [anon_sym___thiscall] = ACTIONS(2616), - [anon_sym___vectorcall] = ACTIONS(2616), - [anon_sym_LBRACE] = ACTIONS(2618), - [anon_sym_LBRACK] = ACTIONS(2616), - [anon_sym_static] = ACTIONS(2616), - [anon_sym_register] = ACTIONS(2616), - [anon_sym_inline] = ACTIONS(2616), - [anon_sym_thread_local] = ACTIONS(2616), - [anon_sym_const] = ACTIONS(2616), - [anon_sym_volatile] = ACTIONS(2616), - [anon_sym_restrict] = ACTIONS(2616), - [anon_sym__Atomic] = ACTIONS(2616), - [anon_sym_mutable] = ACTIONS(2616), - [anon_sym_constexpr] = ACTIONS(2616), - [anon_sym_constinit] = ACTIONS(2616), - [anon_sym_consteval] = ACTIONS(2616), - [anon_sym_signed] = ACTIONS(2616), - [anon_sym_unsigned] = ACTIONS(2616), - [anon_sym_long] = ACTIONS(2616), - [anon_sym_short] = ACTIONS(2616), - [sym_primitive_type] = ACTIONS(2616), - [anon_sym_enum] = ACTIONS(2616), - [anon_sym_class] = ACTIONS(2616), - [anon_sym_struct] = ACTIONS(2616), - [anon_sym_union] = ACTIONS(2616), - [anon_sym_if] = ACTIONS(2616), - [anon_sym_else] = ACTIONS(2616), - [anon_sym_switch] = ACTIONS(2616), - [anon_sym_case] = ACTIONS(2616), - [anon_sym_default] = ACTIONS(2616), - [anon_sym_while] = ACTIONS(2616), - [anon_sym_do] = ACTIONS(2616), - [anon_sym_for] = ACTIONS(2616), - [anon_sym_return] = ACTIONS(2616), - [anon_sym_break] = ACTIONS(2616), - [anon_sym_continue] = ACTIONS(2616), - [anon_sym_goto] = ACTIONS(2616), - [anon_sym_not] = ACTIONS(2616), - [anon_sym_compl] = ACTIONS(2616), - [anon_sym_DASH_DASH] = ACTIONS(2618), - [anon_sym_PLUS_PLUS] = ACTIONS(2618), - [anon_sym_sizeof] = ACTIONS(2616), - [sym_number_literal] = ACTIONS(2618), - [anon_sym_L_SQUOTE] = ACTIONS(2618), - [anon_sym_u_SQUOTE] = ACTIONS(2618), - [anon_sym_U_SQUOTE] = ACTIONS(2618), - [anon_sym_u8_SQUOTE] = ACTIONS(2618), - [anon_sym_SQUOTE] = ACTIONS(2618), - [anon_sym_L_DQUOTE] = ACTIONS(2618), - [anon_sym_u_DQUOTE] = ACTIONS(2618), - [anon_sym_U_DQUOTE] = ACTIONS(2618), - [anon_sym_u8_DQUOTE] = ACTIONS(2618), - [anon_sym_DQUOTE] = ACTIONS(2618), - [sym_true] = ACTIONS(2616), - [sym_false] = ACTIONS(2616), - [sym_null] = ACTIONS(2616), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2616), - [anon_sym_decltype] = ACTIONS(2616), - [anon_sym_virtual] = ACTIONS(2616), - [anon_sym_explicit] = ACTIONS(2616), - [anon_sym_typename] = ACTIONS(2616), - [anon_sym_template] = ACTIONS(2616), - [anon_sym_operator] = ACTIONS(2616), - [anon_sym_try] = ACTIONS(2616), - [anon_sym_delete] = ACTIONS(2616), - [anon_sym_throw] = ACTIONS(2616), - [anon_sym_namespace] = ACTIONS(2616), - [anon_sym_using] = ACTIONS(2616), - [anon_sym_static_assert] = ACTIONS(2616), - [anon_sym_concept] = ACTIONS(2616), - [anon_sym_co_return] = ACTIONS(2616), - [anon_sym_co_yield] = ACTIONS(2616), - [anon_sym_R_DQUOTE] = ACTIONS(2618), - [anon_sym_LR_DQUOTE] = ACTIONS(2618), - [anon_sym_uR_DQUOTE] = ACTIONS(2618), - [anon_sym_UR_DQUOTE] = ACTIONS(2618), - [anon_sym_u8R_DQUOTE] = ACTIONS(2618), - [anon_sym_co_await] = ACTIONS(2616), - [anon_sym_new] = ACTIONS(2616), - [anon_sym_requires] = ACTIONS(2616), - [sym_this] = ACTIONS(2616), - [sym_nullptr] = ACTIONS(2616), - }, - [626] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [627] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [628] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [629] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [630] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [631] = { - [sym_identifier] = ACTIONS(2620), - [aux_sym_preproc_include_token1] = ACTIONS(2620), - [aux_sym_preproc_def_token1] = ACTIONS(2620), - [aux_sym_preproc_if_token1] = ACTIONS(2620), - [aux_sym_preproc_if_token2] = ACTIONS(2620), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2620), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2620), - [sym_preproc_directive] = ACTIONS(2620), - [anon_sym_LPAREN2] = ACTIONS(2622), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_TILDE] = ACTIONS(2622), - [anon_sym_DASH] = ACTIONS(2620), - [anon_sym_PLUS] = ACTIONS(2620), - [anon_sym_STAR] = ACTIONS(2622), - [anon_sym_AMP_AMP] = ACTIONS(2622), - [anon_sym_AMP] = ACTIONS(2620), - [anon_sym_SEMI] = ACTIONS(2622), - [anon_sym_typedef] = ACTIONS(2620), - [anon_sym_extern] = ACTIONS(2620), - [anon_sym___attribute__] = ACTIONS(2620), - [anon_sym_COLON_COLON] = ACTIONS(2622), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2622), - [anon_sym___declspec] = ACTIONS(2620), - [anon_sym___based] = ACTIONS(2620), - [anon_sym___cdecl] = ACTIONS(2620), - [anon_sym___clrcall] = ACTIONS(2620), - [anon_sym___stdcall] = ACTIONS(2620), - [anon_sym___fastcall] = ACTIONS(2620), - [anon_sym___thiscall] = ACTIONS(2620), - [anon_sym___vectorcall] = ACTIONS(2620), - [anon_sym_LBRACE] = ACTIONS(2622), - [anon_sym_LBRACK] = ACTIONS(2620), - [anon_sym_static] = ACTIONS(2620), - [anon_sym_register] = ACTIONS(2620), - [anon_sym_inline] = ACTIONS(2620), - [anon_sym_thread_local] = ACTIONS(2620), - [anon_sym_const] = ACTIONS(2620), - [anon_sym_volatile] = ACTIONS(2620), - [anon_sym_restrict] = ACTIONS(2620), - [anon_sym__Atomic] = ACTIONS(2620), - [anon_sym_mutable] = ACTIONS(2620), - [anon_sym_constexpr] = ACTIONS(2620), - [anon_sym_constinit] = ACTIONS(2620), - [anon_sym_consteval] = ACTIONS(2620), - [anon_sym_signed] = ACTIONS(2620), - [anon_sym_unsigned] = ACTIONS(2620), - [anon_sym_long] = ACTIONS(2620), - [anon_sym_short] = ACTIONS(2620), - [sym_primitive_type] = ACTIONS(2620), - [anon_sym_enum] = ACTIONS(2620), - [anon_sym_class] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(2620), - [anon_sym_union] = ACTIONS(2620), - [anon_sym_if] = ACTIONS(2620), - [anon_sym_else] = ACTIONS(2620), - [anon_sym_switch] = ACTIONS(2620), - [anon_sym_case] = ACTIONS(2620), - [anon_sym_default] = ACTIONS(2620), - [anon_sym_while] = ACTIONS(2620), - [anon_sym_do] = ACTIONS(2620), - [anon_sym_for] = ACTIONS(2620), - [anon_sym_return] = ACTIONS(2620), - [anon_sym_break] = ACTIONS(2620), - [anon_sym_continue] = ACTIONS(2620), - [anon_sym_goto] = ACTIONS(2620), - [anon_sym_not] = ACTIONS(2620), - [anon_sym_compl] = ACTIONS(2620), - [anon_sym_DASH_DASH] = ACTIONS(2622), - [anon_sym_PLUS_PLUS] = ACTIONS(2622), - [anon_sym_sizeof] = ACTIONS(2620), - [sym_number_literal] = ACTIONS(2622), - [anon_sym_L_SQUOTE] = ACTIONS(2622), - [anon_sym_u_SQUOTE] = ACTIONS(2622), - [anon_sym_U_SQUOTE] = ACTIONS(2622), - [anon_sym_u8_SQUOTE] = ACTIONS(2622), - [anon_sym_SQUOTE] = ACTIONS(2622), - [anon_sym_L_DQUOTE] = ACTIONS(2622), - [anon_sym_u_DQUOTE] = ACTIONS(2622), - [anon_sym_U_DQUOTE] = ACTIONS(2622), - [anon_sym_u8_DQUOTE] = ACTIONS(2622), - [anon_sym_DQUOTE] = ACTIONS(2622), - [sym_true] = ACTIONS(2620), - [sym_false] = ACTIONS(2620), - [sym_null] = ACTIONS(2620), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2620), - [anon_sym_decltype] = ACTIONS(2620), - [anon_sym_virtual] = ACTIONS(2620), - [anon_sym_explicit] = ACTIONS(2620), - [anon_sym_typename] = ACTIONS(2620), - [anon_sym_template] = ACTIONS(2620), - [anon_sym_operator] = ACTIONS(2620), - [anon_sym_try] = ACTIONS(2620), - [anon_sym_delete] = ACTIONS(2620), - [anon_sym_throw] = ACTIONS(2620), - [anon_sym_namespace] = ACTIONS(2620), - [anon_sym_using] = ACTIONS(2620), - [anon_sym_static_assert] = ACTIONS(2620), - [anon_sym_concept] = ACTIONS(2620), - [anon_sym_co_return] = ACTIONS(2620), - [anon_sym_co_yield] = ACTIONS(2620), - [anon_sym_R_DQUOTE] = ACTIONS(2622), - [anon_sym_LR_DQUOTE] = ACTIONS(2622), - [anon_sym_uR_DQUOTE] = ACTIONS(2622), - [anon_sym_UR_DQUOTE] = ACTIONS(2622), - [anon_sym_u8R_DQUOTE] = ACTIONS(2622), - [anon_sym_co_await] = ACTIONS(2620), - [anon_sym_new] = ACTIONS(2620), - [anon_sym_requires] = ACTIONS(2620), - [sym_this] = ACTIONS(2620), - [sym_nullptr] = ACTIONS(2620), - }, - [632] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [633] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, [634] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [635] = { - [ts_builtin_sym_end] = ACTIONS(2510), - [sym_identifier] = ACTIONS(2508), - [aux_sym_preproc_include_token1] = ACTIONS(2508), - [aux_sym_preproc_def_token1] = ACTIONS(2508), - [aux_sym_preproc_if_token1] = ACTIONS(2508), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2508), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2508), - [sym_preproc_directive] = ACTIONS(2508), - [anon_sym_LPAREN2] = ACTIONS(2510), - [anon_sym_BANG] = ACTIONS(2510), - [anon_sym_TILDE] = ACTIONS(2510), - [anon_sym_DASH] = ACTIONS(2508), - [anon_sym_PLUS] = ACTIONS(2508), - [anon_sym_STAR] = ACTIONS(2510), - [anon_sym_AMP_AMP] = ACTIONS(2510), - [anon_sym_AMP] = ACTIONS(2508), - [anon_sym_SEMI] = ACTIONS(2510), - [anon_sym_typedef] = ACTIONS(2508), - [anon_sym_extern] = ACTIONS(2508), - [anon_sym___attribute__] = ACTIONS(2508), - [anon_sym_COLON_COLON] = ACTIONS(2510), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2510), - [anon_sym___declspec] = ACTIONS(2508), - [anon_sym___based] = ACTIONS(2508), - [anon_sym___cdecl] = ACTIONS(2508), - [anon_sym___clrcall] = ACTIONS(2508), - [anon_sym___stdcall] = ACTIONS(2508), - [anon_sym___fastcall] = ACTIONS(2508), - [anon_sym___thiscall] = ACTIONS(2508), - [anon_sym___vectorcall] = ACTIONS(2508), - [anon_sym_LBRACE] = ACTIONS(2510), - [anon_sym_LBRACK] = ACTIONS(2508), - [anon_sym_static] = ACTIONS(2508), - [anon_sym_register] = ACTIONS(2508), - [anon_sym_inline] = ACTIONS(2508), - [anon_sym_thread_local] = ACTIONS(2508), - [anon_sym_const] = ACTIONS(2508), - [anon_sym_volatile] = ACTIONS(2508), - [anon_sym_restrict] = ACTIONS(2508), - [anon_sym__Atomic] = ACTIONS(2508), - [anon_sym_mutable] = ACTIONS(2508), - [anon_sym_constexpr] = ACTIONS(2508), - [anon_sym_constinit] = ACTIONS(2508), - [anon_sym_consteval] = ACTIONS(2508), - [anon_sym_signed] = ACTIONS(2508), - [anon_sym_unsigned] = ACTIONS(2508), - [anon_sym_long] = ACTIONS(2508), - [anon_sym_short] = ACTIONS(2508), - [sym_primitive_type] = ACTIONS(2508), - [anon_sym_enum] = ACTIONS(2508), - [anon_sym_class] = ACTIONS(2508), - [anon_sym_struct] = ACTIONS(2508), - [anon_sym_union] = ACTIONS(2508), - [anon_sym_if] = ACTIONS(2508), - [anon_sym_else] = ACTIONS(2508), - [anon_sym_switch] = ACTIONS(2508), - [anon_sym_case] = ACTIONS(2508), - [anon_sym_default] = ACTIONS(2508), - [anon_sym_while] = ACTIONS(2508), - [anon_sym_do] = ACTIONS(2508), - [anon_sym_for] = ACTIONS(2508), - [anon_sym_return] = ACTIONS(2508), - [anon_sym_break] = ACTIONS(2508), - [anon_sym_continue] = ACTIONS(2508), - [anon_sym_goto] = ACTIONS(2508), - [anon_sym_not] = ACTIONS(2508), - [anon_sym_compl] = ACTIONS(2508), - [anon_sym_DASH_DASH] = ACTIONS(2510), - [anon_sym_PLUS_PLUS] = ACTIONS(2510), - [anon_sym_sizeof] = ACTIONS(2508), - [sym_number_literal] = ACTIONS(2510), - [anon_sym_L_SQUOTE] = ACTIONS(2510), - [anon_sym_u_SQUOTE] = ACTIONS(2510), - [anon_sym_U_SQUOTE] = ACTIONS(2510), - [anon_sym_u8_SQUOTE] = ACTIONS(2510), - [anon_sym_SQUOTE] = ACTIONS(2510), - [anon_sym_L_DQUOTE] = ACTIONS(2510), - [anon_sym_u_DQUOTE] = ACTIONS(2510), - [anon_sym_U_DQUOTE] = ACTIONS(2510), - [anon_sym_u8_DQUOTE] = ACTIONS(2510), - [anon_sym_DQUOTE] = ACTIONS(2510), - [sym_true] = ACTIONS(2508), - [sym_false] = ACTIONS(2508), - [sym_null] = ACTIONS(2508), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2508), - [anon_sym_decltype] = ACTIONS(2508), - [anon_sym_virtual] = ACTIONS(2508), - [anon_sym_explicit] = ACTIONS(2508), - [anon_sym_typename] = ACTIONS(2508), - [anon_sym_template] = ACTIONS(2508), - [anon_sym_operator] = ACTIONS(2508), - [anon_sym_try] = ACTIONS(2508), - [anon_sym_delete] = ACTIONS(2508), - [anon_sym_throw] = ACTIONS(2508), - [anon_sym_namespace] = ACTIONS(2508), - [anon_sym_using] = ACTIONS(2508), - [anon_sym_static_assert] = ACTIONS(2508), - [anon_sym_concept] = ACTIONS(2508), - [anon_sym_co_return] = ACTIONS(2508), - [anon_sym_co_yield] = ACTIONS(2508), - [anon_sym_R_DQUOTE] = ACTIONS(2510), - [anon_sym_LR_DQUOTE] = ACTIONS(2510), - [anon_sym_uR_DQUOTE] = ACTIONS(2510), - [anon_sym_UR_DQUOTE] = ACTIONS(2510), - [anon_sym_u8R_DQUOTE] = ACTIONS(2510), - [anon_sym_co_await] = ACTIONS(2508), - [anon_sym_new] = ACTIONS(2508), - [anon_sym_requires] = ACTIONS(2508), - [sym_this] = ACTIONS(2508), - [sym_nullptr] = ACTIONS(2508), - }, - [636] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [637] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [638] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [639] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [640] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [641] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [642] = { - [ts_builtin_sym_end] = ACTIONS(2498), - [sym_identifier] = ACTIONS(2496), - [aux_sym_preproc_include_token1] = ACTIONS(2496), - [aux_sym_preproc_def_token1] = ACTIONS(2496), - [aux_sym_preproc_if_token1] = ACTIONS(2496), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2496), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2496), - [sym_preproc_directive] = ACTIONS(2496), - [anon_sym_LPAREN2] = ACTIONS(2498), - [anon_sym_BANG] = ACTIONS(2498), - [anon_sym_TILDE] = ACTIONS(2498), - [anon_sym_DASH] = ACTIONS(2496), - [anon_sym_PLUS] = ACTIONS(2496), - [anon_sym_STAR] = ACTIONS(2498), - [anon_sym_AMP_AMP] = ACTIONS(2498), - [anon_sym_AMP] = ACTIONS(2496), - [anon_sym_SEMI] = ACTIONS(2498), - [anon_sym_typedef] = ACTIONS(2496), - [anon_sym_extern] = ACTIONS(2496), - [anon_sym___attribute__] = ACTIONS(2496), - [anon_sym_COLON_COLON] = ACTIONS(2498), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2498), - [anon_sym___declspec] = ACTIONS(2496), - [anon_sym___based] = ACTIONS(2496), - [anon_sym___cdecl] = ACTIONS(2496), - [anon_sym___clrcall] = ACTIONS(2496), - [anon_sym___stdcall] = ACTIONS(2496), - [anon_sym___fastcall] = ACTIONS(2496), - [anon_sym___thiscall] = ACTIONS(2496), - [anon_sym___vectorcall] = ACTIONS(2496), - [anon_sym_LBRACE] = ACTIONS(2498), - [anon_sym_LBRACK] = ACTIONS(2496), - [anon_sym_static] = ACTIONS(2496), - [anon_sym_register] = ACTIONS(2496), - [anon_sym_inline] = ACTIONS(2496), - [anon_sym_thread_local] = ACTIONS(2496), - [anon_sym_const] = ACTIONS(2496), - [anon_sym_volatile] = ACTIONS(2496), - [anon_sym_restrict] = ACTIONS(2496), - [anon_sym__Atomic] = ACTIONS(2496), - [anon_sym_mutable] = ACTIONS(2496), - [anon_sym_constexpr] = ACTIONS(2496), - [anon_sym_constinit] = ACTIONS(2496), - [anon_sym_consteval] = ACTIONS(2496), - [anon_sym_signed] = ACTIONS(2496), - [anon_sym_unsigned] = ACTIONS(2496), - [anon_sym_long] = ACTIONS(2496), - [anon_sym_short] = ACTIONS(2496), - [sym_primitive_type] = ACTIONS(2496), - [anon_sym_enum] = ACTIONS(2496), - [anon_sym_class] = ACTIONS(2496), - [anon_sym_struct] = ACTIONS(2496), - [anon_sym_union] = ACTIONS(2496), - [anon_sym_if] = ACTIONS(2496), - [anon_sym_else] = ACTIONS(2898), - [anon_sym_switch] = ACTIONS(2496), - [anon_sym_case] = ACTIONS(2496), - [anon_sym_default] = ACTIONS(2496), - [anon_sym_while] = ACTIONS(2496), - [anon_sym_do] = ACTIONS(2496), - [anon_sym_for] = ACTIONS(2496), - [anon_sym_return] = ACTIONS(2496), - [anon_sym_break] = ACTIONS(2496), - [anon_sym_continue] = ACTIONS(2496), - [anon_sym_goto] = ACTIONS(2496), - [anon_sym_not] = ACTIONS(2496), - [anon_sym_compl] = ACTIONS(2496), - [anon_sym_DASH_DASH] = ACTIONS(2498), - [anon_sym_PLUS_PLUS] = ACTIONS(2498), - [anon_sym_sizeof] = ACTIONS(2496), - [sym_number_literal] = ACTIONS(2498), - [anon_sym_L_SQUOTE] = ACTIONS(2498), - [anon_sym_u_SQUOTE] = ACTIONS(2498), - [anon_sym_U_SQUOTE] = ACTIONS(2498), - [anon_sym_u8_SQUOTE] = ACTIONS(2498), - [anon_sym_SQUOTE] = ACTIONS(2498), - [anon_sym_L_DQUOTE] = ACTIONS(2498), - [anon_sym_u_DQUOTE] = ACTIONS(2498), - [anon_sym_U_DQUOTE] = ACTIONS(2498), - [anon_sym_u8_DQUOTE] = ACTIONS(2498), - [anon_sym_DQUOTE] = ACTIONS(2498), - [sym_true] = ACTIONS(2496), - [sym_false] = ACTIONS(2496), - [sym_null] = ACTIONS(2496), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2496), - [anon_sym_decltype] = ACTIONS(2496), - [anon_sym_virtual] = ACTIONS(2496), - [anon_sym_explicit] = ACTIONS(2496), - [anon_sym_typename] = ACTIONS(2496), - [anon_sym_template] = ACTIONS(2496), - [anon_sym_operator] = ACTIONS(2496), - [anon_sym_try] = ACTIONS(2496), - [anon_sym_delete] = ACTIONS(2496), - [anon_sym_throw] = ACTIONS(2496), - [anon_sym_namespace] = ACTIONS(2496), - [anon_sym_using] = ACTIONS(2496), - [anon_sym_static_assert] = ACTIONS(2496), - [anon_sym_concept] = ACTIONS(2496), - [anon_sym_co_return] = ACTIONS(2496), - [anon_sym_co_yield] = ACTIONS(2496), - [anon_sym_R_DQUOTE] = ACTIONS(2498), - [anon_sym_LR_DQUOTE] = ACTIONS(2498), - [anon_sym_uR_DQUOTE] = ACTIONS(2498), - [anon_sym_UR_DQUOTE] = ACTIONS(2498), - [anon_sym_u8R_DQUOTE] = ACTIONS(2498), - [anon_sym_co_await] = ACTIONS(2496), - [anon_sym_new] = ACTIONS(2496), - [anon_sym_requires] = ACTIONS(2496), - [sym_this] = ACTIONS(2496), - [sym_nullptr] = ACTIONS(2496), - }, - [643] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [644] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [645] = { - [sym_identifier] = ACTIONS(2412), - [aux_sym_preproc_include_token1] = ACTIONS(2412), - [aux_sym_preproc_def_token1] = ACTIONS(2412), - [aux_sym_preproc_if_token1] = ACTIONS(2412), - [aux_sym_preproc_if_token2] = ACTIONS(2412), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2412), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2412), - [sym_preproc_directive] = ACTIONS(2412), - [anon_sym_LPAREN2] = ACTIONS(2414), - [anon_sym_BANG] = ACTIONS(2414), - [anon_sym_TILDE] = ACTIONS(2414), - [anon_sym_DASH] = ACTIONS(2412), - [anon_sym_PLUS] = ACTIONS(2412), - [anon_sym_STAR] = ACTIONS(2414), - [anon_sym_AMP_AMP] = ACTIONS(2414), - [anon_sym_AMP] = ACTIONS(2412), - [anon_sym_SEMI] = ACTIONS(2414), - [anon_sym_typedef] = ACTIONS(2412), - [anon_sym_extern] = ACTIONS(2412), - [anon_sym___attribute__] = ACTIONS(2412), - [anon_sym_COLON_COLON] = ACTIONS(2414), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2414), - [anon_sym___declspec] = ACTIONS(2412), - [anon_sym___based] = ACTIONS(2412), - [anon_sym___cdecl] = ACTIONS(2412), - [anon_sym___clrcall] = ACTIONS(2412), - [anon_sym___stdcall] = ACTIONS(2412), - [anon_sym___fastcall] = ACTIONS(2412), - [anon_sym___thiscall] = ACTIONS(2412), - [anon_sym___vectorcall] = ACTIONS(2412), - [anon_sym_LBRACE] = ACTIONS(2414), - [anon_sym_LBRACK] = ACTIONS(2412), - [anon_sym_static] = ACTIONS(2412), - [anon_sym_register] = ACTIONS(2412), - [anon_sym_inline] = ACTIONS(2412), - [anon_sym_thread_local] = ACTIONS(2412), - [anon_sym_const] = ACTIONS(2412), - [anon_sym_volatile] = ACTIONS(2412), - [anon_sym_restrict] = ACTIONS(2412), - [anon_sym__Atomic] = ACTIONS(2412), - [anon_sym_mutable] = ACTIONS(2412), - [anon_sym_constexpr] = ACTIONS(2412), - [anon_sym_constinit] = ACTIONS(2412), - [anon_sym_consteval] = ACTIONS(2412), - [anon_sym_signed] = ACTIONS(2412), - [anon_sym_unsigned] = ACTIONS(2412), - [anon_sym_long] = ACTIONS(2412), - [anon_sym_short] = ACTIONS(2412), - [sym_primitive_type] = ACTIONS(2412), - [anon_sym_enum] = ACTIONS(2412), - [anon_sym_class] = ACTIONS(2412), - [anon_sym_struct] = ACTIONS(2412), - [anon_sym_union] = ACTIONS(2412), - [anon_sym_if] = ACTIONS(2412), - [anon_sym_else] = ACTIONS(2412), - [anon_sym_switch] = ACTIONS(2412), - [anon_sym_case] = ACTIONS(2412), - [anon_sym_default] = ACTIONS(2412), - [anon_sym_while] = ACTIONS(2412), - [anon_sym_do] = ACTIONS(2412), - [anon_sym_for] = ACTIONS(2412), - [anon_sym_return] = ACTIONS(2412), - [anon_sym_break] = ACTIONS(2412), - [anon_sym_continue] = ACTIONS(2412), - [anon_sym_goto] = ACTIONS(2412), - [anon_sym_not] = ACTIONS(2412), - [anon_sym_compl] = ACTIONS(2412), - [anon_sym_DASH_DASH] = ACTIONS(2414), - [anon_sym_PLUS_PLUS] = ACTIONS(2414), - [anon_sym_sizeof] = ACTIONS(2412), - [sym_number_literal] = ACTIONS(2414), - [anon_sym_L_SQUOTE] = ACTIONS(2414), - [anon_sym_u_SQUOTE] = ACTIONS(2414), - [anon_sym_U_SQUOTE] = ACTIONS(2414), - [anon_sym_u8_SQUOTE] = ACTIONS(2414), - [anon_sym_SQUOTE] = ACTIONS(2414), - [anon_sym_L_DQUOTE] = ACTIONS(2414), - [anon_sym_u_DQUOTE] = ACTIONS(2414), - [anon_sym_U_DQUOTE] = ACTIONS(2414), - [anon_sym_u8_DQUOTE] = ACTIONS(2414), - [anon_sym_DQUOTE] = ACTIONS(2414), - [sym_true] = ACTIONS(2412), - [sym_false] = ACTIONS(2412), - [sym_null] = ACTIONS(2412), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2412), - [anon_sym_decltype] = ACTIONS(2412), - [anon_sym_virtual] = ACTIONS(2412), - [anon_sym_explicit] = ACTIONS(2412), - [anon_sym_typename] = ACTIONS(2412), - [anon_sym_template] = ACTIONS(2412), - [anon_sym_operator] = ACTIONS(2412), - [anon_sym_try] = ACTIONS(2412), - [anon_sym_delete] = ACTIONS(2412), - [anon_sym_throw] = ACTIONS(2412), - [anon_sym_namespace] = ACTIONS(2412), - [anon_sym_using] = ACTIONS(2412), - [anon_sym_static_assert] = ACTIONS(2412), - [anon_sym_concept] = ACTIONS(2412), - [anon_sym_co_return] = ACTIONS(2412), - [anon_sym_co_yield] = ACTIONS(2412), - [anon_sym_R_DQUOTE] = ACTIONS(2414), - [anon_sym_LR_DQUOTE] = ACTIONS(2414), - [anon_sym_uR_DQUOTE] = ACTIONS(2414), - [anon_sym_UR_DQUOTE] = ACTIONS(2414), - [anon_sym_u8R_DQUOTE] = ACTIONS(2414), - [anon_sym_co_await] = ACTIONS(2412), - [anon_sym_new] = ACTIONS(2412), - [anon_sym_requires] = ACTIONS(2412), - [sym_this] = ACTIONS(2412), - [sym_nullptr] = ACTIONS(2412), - }, - [646] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [647] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [648] = { - [sym_identifier] = ACTIONS(2416), - [aux_sym_preproc_include_token1] = ACTIONS(2416), - [aux_sym_preproc_def_token1] = ACTIONS(2416), - [aux_sym_preproc_if_token1] = ACTIONS(2416), - [aux_sym_preproc_if_token2] = ACTIONS(2416), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2416), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2416), - [sym_preproc_directive] = ACTIONS(2416), - [anon_sym_LPAREN2] = ACTIONS(2418), - [anon_sym_BANG] = ACTIONS(2418), - [anon_sym_TILDE] = ACTIONS(2418), - [anon_sym_DASH] = ACTIONS(2416), - [anon_sym_PLUS] = ACTIONS(2416), - [anon_sym_STAR] = ACTIONS(2418), - [anon_sym_AMP_AMP] = ACTIONS(2418), - [anon_sym_AMP] = ACTIONS(2416), - [anon_sym_SEMI] = ACTIONS(2418), - [anon_sym_typedef] = ACTIONS(2416), - [anon_sym_extern] = ACTIONS(2416), - [anon_sym___attribute__] = ACTIONS(2416), - [anon_sym_COLON_COLON] = ACTIONS(2418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2418), - [anon_sym___declspec] = ACTIONS(2416), - [anon_sym___based] = ACTIONS(2416), - [anon_sym___cdecl] = ACTIONS(2416), - [anon_sym___clrcall] = ACTIONS(2416), - [anon_sym___stdcall] = ACTIONS(2416), - [anon_sym___fastcall] = ACTIONS(2416), - [anon_sym___thiscall] = ACTIONS(2416), - [anon_sym___vectorcall] = ACTIONS(2416), - [anon_sym_LBRACE] = ACTIONS(2418), - [anon_sym_LBRACK] = ACTIONS(2416), - [anon_sym_static] = ACTIONS(2416), - [anon_sym_register] = ACTIONS(2416), - [anon_sym_inline] = ACTIONS(2416), - [anon_sym_thread_local] = ACTIONS(2416), - [anon_sym_const] = ACTIONS(2416), - [anon_sym_volatile] = ACTIONS(2416), - [anon_sym_restrict] = ACTIONS(2416), - [anon_sym__Atomic] = ACTIONS(2416), - [anon_sym_mutable] = ACTIONS(2416), - [anon_sym_constexpr] = ACTIONS(2416), - [anon_sym_constinit] = ACTIONS(2416), - [anon_sym_consteval] = ACTIONS(2416), - [anon_sym_signed] = ACTIONS(2416), - [anon_sym_unsigned] = ACTIONS(2416), - [anon_sym_long] = ACTIONS(2416), - [anon_sym_short] = ACTIONS(2416), - [sym_primitive_type] = ACTIONS(2416), - [anon_sym_enum] = ACTIONS(2416), - [anon_sym_class] = ACTIONS(2416), - [anon_sym_struct] = ACTIONS(2416), - [anon_sym_union] = ACTIONS(2416), - [anon_sym_if] = ACTIONS(2416), - [anon_sym_else] = ACTIONS(2416), - [anon_sym_switch] = ACTIONS(2416), - [anon_sym_case] = ACTIONS(2416), - [anon_sym_default] = ACTIONS(2416), - [anon_sym_while] = ACTIONS(2416), - [anon_sym_do] = ACTIONS(2416), - [anon_sym_for] = ACTIONS(2416), - [anon_sym_return] = ACTIONS(2416), - [anon_sym_break] = ACTIONS(2416), - [anon_sym_continue] = ACTIONS(2416), - [anon_sym_goto] = ACTIONS(2416), - [anon_sym_not] = ACTIONS(2416), - [anon_sym_compl] = ACTIONS(2416), - [anon_sym_DASH_DASH] = ACTIONS(2418), - [anon_sym_PLUS_PLUS] = ACTIONS(2418), - [anon_sym_sizeof] = ACTIONS(2416), - [sym_number_literal] = ACTIONS(2418), - [anon_sym_L_SQUOTE] = ACTIONS(2418), - [anon_sym_u_SQUOTE] = ACTIONS(2418), - [anon_sym_U_SQUOTE] = ACTIONS(2418), - [anon_sym_u8_SQUOTE] = ACTIONS(2418), - [anon_sym_SQUOTE] = ACTIONS(2418), - [anon_sym_L_DQUOTE] = ACTIONS(2418), - [anon_sym_u_DQUOTE] = ACTIONS(2418), - [anon_sym_U_DQUOTE] = ACTIONS(2418), - [anon_sym_u8_DQUOTE] = ACTIONS(2418), - [anon_sym_DQUOTE] = ACTIONS(2418), - [sym_true] = ACTIONS(2416), - [sym_false] = ACTIONS(2416), - [sym_null] = ACTIONS(2416), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2416), - [anon_sym_decltype] = ACTIONS(2416), - [anon_sym_virtual] = ACTIONS(2416), - [anon_sym_explicit] = ACTIONS(2416), - [anon_sym_typename] = ACTIONS(2416), - [anon_sym_template] = ACTIONS(2416), - [anon_sym_operator] = ACTIONS(2416), - [anon_sym_try] = ACTIONS(2416), - [anon_sym_delete] = ACTIONS(2416), - [anon_sym_throw] = ACTIONS(2416), - [anon_sym_namespace] = ACTIONS(2416), - [anon_sym_using] = ACTIONS(2416), - [anon_sym_static_assert] = ACTIONS(2416), - [anon_sym_concept] = ACTIONS(2416), - [anon_sym_co_return] = ACTIONS(2416), - [anon_sym_co_yield] = ACTIONS(2416), - [anon_sym_R_DQUOTE] = ACTIONS(2418), - [anon_sym_LR_DQUOTE] = ACTIONS(2418), - [anon_sym_uR_DQUOTE] = ACTIONS(2418), - [anon_sym_UR_DQUOTE] = ACTIONS(2418), - [anon_sym_u8R_DQUOTE] = ACTIONS(2418), - [anon_sym_co_await] = ACTIONS(2416), - [anon_sym_new] = ACTIONS(2416), - [anon_sym_requires] = ACTIONS(2416), - [sym_this] = ACTIONS(2416), - [sym_nullptr] = ACTIONS(2416), - }, - [649] = { - [sym_identifier] = ACTIONS(2408), - [aux_sym_preproc_include_token1] = ACTIONS(2408), - [aux_sym_preproc_def_token1] = ACTIONS(2408), - [aux_sym_preproc_if_token1] = ACTIONS(2408), - [aux_sym_preproc_if_token2] = ACTIONS(2408), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2408), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2408), - [sym_preproc_directive] = ACTIONS(2408), - [anon_sym_LPAREN2] = ACTIONS(2410), - [anon_sym_BANG] = ACTIONS(2410), - [anon_sym_TILDE] = ACTIONS(2410), - [anon_sym_DASH] = ACTIONS(2408), - [anon_sym_PLUS] = ACTIONS(2408), - [anon_sym_STAR] = ACTIONS(2410), - [anon_sym_AMP_AMP] = ACTIONS(2410), - [anon_sym_AMP] = ACTIONS(2408), - [anon_sym_SEMI] = ACTIONS(2410), - [anon_sym_typedef] = ACTIONS(2408), - [anon_sym_extern] = ACTIONS(2408), - [anon_sym___attribute__] = ACTIONS(2408), - [anon_sym_COLON_COLON] = ACTIONS(2410), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2410), - [anon_sym___declspec] = ACTIONS(2408), - [anon_sym___based] = ACTIONS(2408), - [anon_sym___cdecl] = ACTIONS(2408), - [anon_sym___clrcall] = ACTIONS(2408), - [anon_sym___stdcall] = ACTIONS(2408), - [anon_sym___fastcall] = ACTIONS(2408), - [anon_sym___thiscall] = ACTIONS(2408), - [anon_sym___vectorcall] = ACTIONS(2408), - [anon_sym_LBRACE] = ACTIONS(2410), - [anon_sym_LBRACK] = ACTIONS(2408), - [anon_sym_static] = ACTIONS(2408), - [anon_sym_register] = ACTIONS(2408), - [anon_sym_inline] = ACTIONS(2408), - [anon_sym_thread_local] = ACTIONS(2408), - [anon_sym_const] = ACTIONS(2408), - [anon_sym_volatile] = ACTIONS(2408), - [anon_sym_restrict] = ACTIONS(2408), - [anon_sym__Atomic] = ACTIONS(2408), - [anon_sym_mutable] = ACTIONS(2408), - [anon_sym_constexpr] = ACTIONS(2408), - [anon_sym_constinit] = ACTIONS(2408), - [anon_sym_consteval] = ACTIONS(2408), - [anon_sym_signed] = ACTIONS(2408), - [anon_sym_unsigned] = ACTIONS(2408), - [anon_sym_long] = ACTIONS(2408), - [anon_sym_short] = ACTIONS(2408), - [sym_primitive_type] = ACTIONS(2408), - [anon_sym_enum] = ACTIONS(2408), - [anon_sym_class] = ACTIONS(2408), - [anon_sym_struct] = ACTIONS(2408), - [anon_sym_union] = ACTIONS(2408), - [anon_sym_if] = ACTIONS(2408), - [anon_sym_else] = ACTIONS(2408), - [anon_sym_switch] = ACTIONS(2408), - [anon_sym_case] = ACTIONS(2408), - [anon_sym_default] = ACTIONS(2408), - [anon_sym_while] = ACTIONS(2408), - [anon_sym_do] = ACTIONS(2408), - [anon_sym_for] = ACTIONS(2408), - [anon_sym_return] = ACTIONS(2408), - [anon_sym_break] = ACTIONS(2408), - [anon_sym_continue] = ACTIONS(2408), - [anon_sym_goto] = ACTIONS(2408), - [anon_sym_not] = ACTIONS(2408), - [anon_sym_compl] = ACTIONS(2408), - [anon_sym_DASH_DASH] = ACTIONS(2410), - [anon_sym_PLUS_PLUS] = ACTIONS(2410), - [anon_sym_sizeof] = ACTIONS(2408), - [sym_number_literal] = ACTIONS(2410), - [anon_sym_L_SQUOTE] = ACTIONS(2410), - [anon_sym_u_SQUOTE] = ACTIONS(2410), - [anon_sym_U_SQUOTE] = ACTIONS(2410), - [anon_sym_u8_SQUOTE] = ACTIONS(2410), - [anon_sym_SQUOTE] = ACTIONS(2410), - [anon_sym_L_DQUOTE] = ACTIONS(2410), - [anon_sym_u_DQUOTE] = ACTIONS(2410), - [anon_sym_U_DQUOTE] = ACTIONS(2410), - [anon_sym_u8_DQUOTE] = ACTIONS(2410), - [anon_sym_DQUOTE] = ACTIONS(2410), - [sym_true] = ACTIONS(2408), - [sym_false] = ACTIONS(2408), - [sym_null] = ACTIONS(2408), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2408), - [anon_sym_decltype] = ACTIONS(2408), - [anon_sym_virtual] = ACTIONS(2408), - [anon_sym_explicit] = ACTIONS(2408), - [anon_sym_typename] = ACTIONS(2408), - [anon_sym_template] = ACTIONS(2408), - [anon_sym_operator] = ACTIONS(2408), - [anon_sym_try] = ACTIONS(2408), - [anon_sym_delete] = ACTIONS(2408), - [anon_sym_throw] = ACTIONS(2408), - [anon_sym_namespace] = ACTIONS(2408), - [anon_sym_using] = ACTIONS(2408), - [anon_sym_static_assert] = ACTIONS(2408), - [anon_sym_concept] = ACTIONS(2408), - [anon_sym_co_return] = ACTIONS(2408), - [anon_sym_co_yield] = ACTIONS(2408), - [anon_sym_R_DQUOTE] = ACTIONS(2410), - [anon_sym_LR_DQUOTE] = ACTIONS(2410), - [anon_sym_uR_DQUOTE] = ACTIONS(2410), - [anon_sym_UR_DQUOTE] = ACTIONS(2410), - [anon_sym_u8R_DQUOTE] = ACTIONS(2410), - [anon_sym_co_await] = ACTIONS(2408), - [anon_sym_new] = ACTIONS(2408), - [anon_sym_requires] = ACTIONS(2408), - [sym_this] = ACTIONS(2408), - [sym_nullptr] = ACTIONS(2408), - }, - [650] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [651] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [652] = { - [ts_builtin_sym_end] = ACTIONS(2406), - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [653] = { - [sym_identifier] = ACTIONS(2400), - [aux_sym_preproc_include_token1] = ACTIONS(2400), - [aux_sym_preproc_def_token1] = ACTIONS(2400), - [aux_sym_preproc_if_token1] = ACTIONS(2400), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2400), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2400), - [sym_preproc_directive] = ACTIONS(2400), - [anon_sym_LPAREN2] = ACTIONS(2402), - [anon_sym_BANG] = ACTIONS(2402), - [anon_sym_TILDE] = ACTIONS(2402), - [anon_sym_DASH] = ACTIONS(2400), - [anon_sym_PLUS] = ACTIONS(2400), - [anon_sym_STAR] = ACTIONS(2402), - [anon_sym_AMP_AMP] = ACTIONS(2402), - [anon_sym_AMP] = ACTIONS(2400), - [anon_sym_SEMI] = ACTIONS(2402), - [anon_sym_typedef] = ACTIONS(2400), - [anon_sym_extern] = ACTIONS(2400), - [anon_sym___attribute__] = ACTIONS(2400), - [anon_sym_COLON_COLON] = ACTIONS(2402), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2402), - [anon_sym___declspec] = ACTIONS(2400), - [anon_sym___based] = ACTIONS(2400), - [anon_sym___cdecl] = ACTIONS(2400), - [anon_sym___clrcall] = ACTIONS(2400), - [anon_sym___stdcall] = ACTIONS(2400), - [anon_sym___fastcall] = ACTIONS(2400), - [anon_sym___thiscall] = ACTIONS(2400), - [anon_sym___vectorcall] = ACTIONS(2400), - [anon_sym_LBRACE] = ACTIONS(2402), - [anon_sym_RBRACE] = ACTIONS(2402), - [anon_sym_LBRACK] = ACTIONS(2400), - [anon_sym_static] = ACTIONS(2400), - [anon_sym_register] = ACTIONS(2400), - [anon_sym_inline] = ACTIONS(2400), - [anon_sym_thread_local] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_volatile] = ACTIONS(2400), - [anon_sym_restrict] = ACTIONS(2400), - [anon_sym__Atomic] = ACTIONS(2400), - [anon_sym_mutable] = ACTIONS(2400), - [anon_sym_constexpr] = ACTIONS(2400), - [anon_sym_constinit] = ACTIONS(2400), - [anon_sym_consteval] = ACTIONS(2400), - [anon_sym_signed] = ACTIONS(2400), - [anon_sym_unsigned] = ACTIONS(2400), - [anon_sym_long] = ACTIONS(2400), - [anon_sym_short] = ACTIONS(2400), - [sym_primitive_type] = ACTIONS(2400), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_class] = ACTIONS(2400), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), - [anon_sym_if] = ACTIONS(2400), - [anon_sym_else] = ACTIONS(2400), - [anon_sym_switch] = ACTIONS(2400), - [anon_sym_case] = ACTIONS(2400), - [anon_sym_default] = ACTIONS(2400), - [anon_sym_while] = ACTIONS(2400), - [anon_sym_do] = ACTIONS(2400), - [anon_sym_for] = ACTIONS(2400), - [anon_sym_return] = ACTIONS(2400), - [anon_sym_break] = ACTIONS(2400), - [anon_sym_continue] = ACTIONS(2400), - [anon_sym_goto] = ACTIONS(2400), - [anon_sym_not] = ACTIONS(2400), - [anon_sym_compl] = ACTIONS(2400), - [anon_sym_DASH_DASH] = ACTIONS(2402), - [anon_sym_PLUS_PLUS] = ACTIONS(2402), - [anon_sym_sizeof] = ACTIONS(2400), - [sym_number_literal] = ACTIONS(2402), - [anon_sym_L_SQUOTE] = ACTIONS(2402), - [anon_sym_u_SQUOTE] = ACTIONS(2402), - [anon_sym_U_SQUOTE] = ACTIONS(2402), - [anon_sym_u8_SQUOTE] = ACTIONS(2402), - [anon_sym_SQUOTE] = ACTIONS(2402), - [anon_sym_L_DQUOTE] = ACTIONS(2402), - [anon_sym_u_DQUOTE] = ACTIONS(2402), - [anon_sym_U_DQUOTE] = ACTIONS(2402), - [anon_sym_u8_DQUOTE] = ACTIONS(2402), - [anon_sym_DQUOTE] = ACTIONS(2402), - [sym_true] = ACTIONS(2400), - [sym_false] = ACTIONS(2400), - [sym_null] = ACTIONS(2400), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2400), - [anon_sym_decltype] = ACTIONS(2400), - [anon_sym_virtual] = ACTIONS(2400), - [anon_sym_explicit] = ACTIONS(2400), - [anon_sym_typename] = ACTIONS(2400), - [anon_sym_template] = ACTIONS(2400), - [anon_sym_operator] = ACTIONS(2400), - [anon_sym_try] = ACTIONS(2400), - [anon_sym_delete] = ACTIONS(2400), - [anon_sym_throw] = ACTIONS(2400), - [anon_sym_namespace] = ACTIONS(2400), - [anon_sym_using] = ACTIONS(2400), - [anon_sym_static_assert] = ACTIONS(2400), - [anon_sym_concept] = ACTIONS(2400), - [anon_sym_co_return] = ACTIONS(2400), - [anon_sym_co_yield] = ACTIONS(2400), - [anon_sym_R_DQUOTE] = ACTIONS(2402), - [anon_sym_LR_DQUOTE] = ACTIONS(2402), - [anon_sym_uR_DQUOTE] = ACTIONS(2402), - [anon_sym_UR_DQUOTE] = ACTIONS(2402), - [anon_sym_u8R_DQUOTE] = ACTIONS(2402), - [anon_sym_co_await] = ACTIONS(2400), - [anon_sym_new] = ACTIONS(2400), - [anon_sym_requires] = ACTIONS(2400), - [sym_this] = ACTIONS(2400), - [sym_nullptr] = ACTIONS(2400), - }, - [654] = { - [sym_identifier] = ACTIONS(2584), - [aux_sym_preproc_include_token1] = ACTIONS(2584), - [aux_sym_preproc_def_token1] = ACTIONS(2584), - [aux_sym_preproc_if_token1] = ACTIONS(2584), - [aux_sym_preproc_if_token2] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2584), - [sym_preproc_directive] = ACTIONS(2584), - [anon_sym_LPAREN2] = ACTIONS(2586), - [anon_sym_BANG] = ACTIONS(2586), - [anon_sym_TILDE] = ACTIONS(2586), - [anon_sym_DASH] = ACTIONS(2584), - [anon_sym_PLUS] = ACTIONS(2584), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [anon_sym_SEMI] = ACTIONS(2586), - [anon_sym_typedef] = ACTIONS(2584), - [anon_sym_extern] = ACTIONS(2584), - [anon_sym___attribute__] = ACTIONS(2584), - [anon_sym_COLON_COLON] = ACTIONS(2586), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), - [anon_sym___declspec] = ACTIONS(2584), - [anon_sym___based] = ACTIONS(2584), - [anon_sym___cdecl] = ACTIONS(2584), - [anon_sym___clrcall] = ACTIONS(2584), - [anon_sym___stdcall] = ACTIONS(2584), - [anon_sym___fastcall] = ACTIONS(2584), - [anon_sym___thiscall] = ACTIONS(2584), - [anon_sym___vectorcall] = ACTIONS(2584), - [anon_sym_LBRACE] = ACTIONS(2586), - [anon_sym_LBRACK] = ACTIONS(2584), - [anon_sym_static] = ACTIONS(2584), - [anon_sym_register] = ACTIONS(2584), - [anon_sym_inline] = ACTIONS(2584), - [anon_sym_thread_local] = ACTIONS(2584), - [anon_sym_const] = ACTIONS(2584), - [anon_sym_volatile] = ACTIONS(2584), - [anon_sym_restrict] = ACTIONS(2584), - [anon_sym__Atomic] = ACTIONS(2584), - [anon_sym_mutable] = ACTIONS(2584), - [anon_sym_constexpr] = ACTIONS(2584), - [anon_sym_constinit] = ACTIONS(2584), - [anon_sym_consteval] = ACTIONS(2584), - [anon_sym_signed] = ACTIONS(2584), - [anon_sym_unsigned] = ACTIONS(2584), - [anon_sym_long] = ACTIONS(2584), - [anon_sym_short] = ACTIONS(2584), - [sym_primitive_type] = ACTIONS(2584), - [anon_sym_enum] = ACTIONS(2584), - [anon_sym_class] = ACTIONS(2584), - [anon_sym_struct] = ACTIONS(2584), - [anon_sym_union] = ACTIONS(2584), - [anon_sym_if] = ACTIONS(2584), - [anon_sym_else] = ACTIONS(2584), - [anon_sym_switch] = ACTIONS(2584), - [anon_sym_case] = ACTIONS(2584), - [anon_sym_default] = ACTIONS(2584), - [anon_sym_while] = ACTIONS(2584), - [anon_sym_do] = ACTIONS(2584), - [anon_sym_for] = ACTIONS(2584), - [anon_sym_return] = ACTIONS(2584), - [anon_sym_break] = ACTIONS(2584), - [anon_sym_continue] = ACTIONS(2584), - [anon_sym_goto] = ACTIONS(2584), - [anon_sym_not] = ACTIONS(2584), - [anon_sym_compl] = ACTIONS(2584), - [anon_sym_DASH_DASH] = ACTIONS(2586), - [anon_sym_PLUS_PLUS] = ACTIONS(2586), - [anon_sym_sizeof] = ACTIONS(2584), - [sym_number_literal] = ACTIONS(2586), - [anon_sym_L_SQUOTE] = ACTIONS(2586), - [anon_sym_u_SQUOTE] = ACTIONS(2586), - [anon_sym_U_SQUOTE] = ACTIONS(2586), - [anon_sym_u8_SQUOTE] = ACTIONS(2586), - [anon_sym_SQUOTE] = ACTIONS(2586), - [anon_sym_L_DQUOTE] = ACTIONS(2586), - [anon_sym_u_DQUOTE] = ACTIONS(2586), - [anon_sym_U_DQUOTE] = ACTIONS(2586), - [anon_sym_u8_DQUOTE] = ACTIONS(2586), - [anon_sym_DQUOTE] = ACTIONS(2586), - [sym_true] = ACTIONS(2584), - [sym_false] = ACTIONS(2584), - [sym_null] = ACTIONS(2584), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2584), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_delete] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2584), - [anon_sym_namespace] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_concept] = ACTIONS(2584), - [anon_sym_co_return] = ACTIONS(2584), - [anon_sym_co_yield] = ACTIONS(2584), - [anon_sym_R_DQUOTE] = ACTIONS(2586), - [anon_sym_LR_DQUOTE] = ACTIONS(2586), - [anon_sym_uR_DQUOTE] = ACTIONS(2586), - [anon_sym_UR_DQUOTE] = ACTIONS(2586), - [anon_sym_u8R_DQUOTE] = ACTIONS(2586), - [anon_sym_co_await] = ACTIONS(2584), - [anon_sym_new] = ACTIONS(2584), - [anon_sym_requires] = ACTIONS(2584), - [sym_this] = ACTIONS(2584), - [sym_nullptr] = ACTIONS(2584), - }, - [655] = { - [sym_identifier] = ACTIONS(2584), - [aux_sym_preproc_include_token1] = ACTIONS(2584), - [aux_sym_preproc_def_token1] = ACTIONS(2584), - [aux_sym_preproc_if_token1] = ACTIONS(2584), - [aux_sym_preproc_if_token2] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2584), - [sym_preproc_directive] = ACTIONS(2584), - [anon_sym_LPAREN2] = ACTIONS(2586), - [anon_sym_BANG] = ACTIONS(2586), - [anon_sym_TILDE] = ACTIONS(2586), - [anon_sym_DASH] = ACTIONS(2584), - [anon_sym_PLUS] = ACTIONS(2584), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [anon_sym_SEMI] = ACTIONS(2586), - [anon_sym_typedef] = ACTIONS(2584), - [anon_sym_extern] = ACTIONS(2584), - [anon_sym___attribute__] = ACTIONS(2584), - [anon_sym_COLON_COLON] = ACTIONS(2586), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), - [anon_sym___declspec] = ACTIONS(2584), - [anon_sym___based] = ACTIONS(2584), - [anon_sym___cdecl] = ACTIONS(2584), - [anon_sym___clrcall] = ACTIONS(2584), - [anon_sym___stdcall] = ACTIONS(2584), - [anon_sym___fastcall] = ACTIONS(2584), - [anon_sym___thiscall] = ACTIONS(2584), - [anon_sym___vectorcall] = ACTIONS(2584), - [anon_sym_LBRACE] = ACTIONS(2586), - [anon_sym_LBRACK] = ACTIONS(2584), - [anon_sym_static] = ACTIONS(2584), - [anon_sym_register] = ACTIONS(2584), - [anon_sym_inline] = ACTIONS(2584), - [anon_sym_thread_local] = ACTIONS(2584), - [anon_sym_const] = ACTIONS(2584), - [anon_sym_volatile] = ACTIONS(2584), - [anon_sym_restrict] = ACTIONS(2584), - [anon_sym__Atomic] = ACTIONS(2584), - [anon_sym_mutable] = ACTIONS(2584), - [anon_sym_constexpr] = ACTIONS(2584), - [anon_sym_constinit] = ACTIONS(2584), - [anon_sym_consteval] = ACTIONS(2584), - [anon_sym_signed] = ACTIONS(2584), - [anon_sym_unsigned] = ACTIONS(2584), - [anon_sym_long] = ACTIONS(2584), - [anon_sym_short] = ACTIONS(2584), - [sym_primitive_type] = ACTIONS(2584), - [anon_sym_enum] = ACTIONS(2584), - [anon_sym_class] = ACTIONS(2584), - [anon_sym_struct] = ACTIONS(2584), - [anon_sym_union] = ACTIONS(2584), - [anon_sym_if] = ACTIONS(2584), - [anon_sym_else] = ACTIONS(2584), - [anon_sym_switch] = ACTIONS(2584), - [anon_sym_case] = ACTIONS(2584), - [anon_sym_default] = ACTIONS(2584), - [anon_sym_while] = ACTIONS(2584), - [anon_sym_do] = ACTIONS(2584), - [anon_sym_for] = ACTIONS(2584), - [anon_sym_return] = ACTIONS(2584), - [anon_sym_break] = ACTIONS(2584), - [anon_sym_continue] = ACTIONS(2584), - [anon_sym_goto] = ACTIONS(2584), - [anon_sym_not] = ACTIONS(2584), - [anon_sym_compl] = ACTIONS(2584), - [anon_sym_DASH_DASH] = ACTIONS(2586), - [anon_sym_PLUS_PLUS] = ACTIONS(2586), - [anon_sym_sizeof] = ACTIONS(2584), - [sym_number_literal] = ACTIONS(2586), - [anon_sym_L_SQUOTE] = ACTIONS(2586), - [anon_sym_u_SQUOTE] = ACTIONS(2586), - [anon_sym_U_SQUOTE] = ACTIONS(2586), - [anon_sym_u8_SQUOTE] = ACTIONS(2586), - [anon_sym_SQUOTE] = ACTIONS(2586), - [anon_sym_L_DQUOTE] = ACTIONS(2586), - [anon_sym_u_DQUOTE] = ACTIONS(2586), - [anon_sym_U_DQUOTE] = ACTIONS(2586), - [anon_sym_u8_DQUOTE] = ACTIONS(2586), - [anon_sym_DQUOTE] = ACTIONS(2586), - [sym_true] = ACTIONS(2584), - [sym_false] = ACTIONS(2584), - [sym_null] = ACTIONS(2584), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2584), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_delete] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2584), - [anon_sym_namespace] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_concept] = ACTIONS(2584), - [anon_sym_co_return] = ACTIONS(2584), - [anon_sym_co_yield] = ACTIONS(2584), - [anon_sym_R_DQUOTE] = ACTIONS(2586), - [anon_sym_LR_DQUOTE] = ACTIONS(2586), - [anon_sym_uR_DQUOTE] = ACTIONS(2586), - [anon_sym_UR_DQUOTE] = ACTIONS(2586), - [anon_sym_u8R_DQUOTE] = ACTIONS(2586), - [anon_sym_co_await] = ACTIONS(2584), - [anon_sym_new] = ACTIONS(2584), - [anon_sym_requires] = ACTIONS(2584), - [sym_this] = ACTIONS(2584), - [sym_nullptr] = ACTIONS(2584), - }, - [656] = { - [ts_builtin_sym_end] = ACTIONS(2490), [sym_identifier] = ACTIONS(2488), [aux_sym_preproc_include_token1] = ACTIONS(2488), [aux_sym_preproc_def_token1] = ACTIONS(2488), @@ -112675,6 +110059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2488), [anon_sym___vectorcall] = ACTIONS(2488), [anon_sym_LBRACE] = ACTIONS(2490), + [anon_sym_RBRACE] = ACTIONS(2490), [anon_sym_LBRACK] = ACTIONS(2488), [anon_sym_static] = ACTIONS(2488), [anon_sym_register] = ACTIONS(2488), @@ -112756,120 +110141,1815 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2488), [sym_nullptr] = ACTIONS(2488), }, - [657] = { - [sym_identifier] = ACTIONS(2606), - [aux_sym_preproc_include_token1] = ACTIONS(2606), - [aux_sym_preproc_def_token1] = ACTIONS(2606), - [aux_sym_preproc_if_token1] = ACTIONS(2606), - [aux_sym_preproc_if_token2] = ACTIONS(2606), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2606), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2606), - [sym_preproc_directive] = ACTIONS(2606), - [anon_sym_LPAREN2] = ACTIONS(2608), - [anon_sym_BANG] = ACTIONS(2608), - [anon_sym_TILDE] = ACTIONS(2608), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_STAR] = ACTIONS(2608), - [anon_sym_AMP_AMP] = ACTIONS(2608), - [anon_sym_AMP] = ACTIONS(2606), - [anon_sym_SEMI] = ACTIONS(2608), - [anon_sym_typedef] = ACTIONS(2606), - [anon_sym_extern] = ACTIONS(2606), - [anon_sym___attribute__] = ACTIONS(2606), - [anon_sym_COLON_COLON] = ACTIONS(2608), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2608), - [anon_sym___declspec] = ACTIONS(2606), - [anon_sym___based] = ACTIONS(2606), - [anon_sym___cdecl] = ACTIONS(2606), - [anon_sym___clrcall] = ACTIONS(2606), - [anon_sym___stdcall] = ACTIONS(2606), - [anon_sym___fastcall] = ACTIONS(2606), - [anon_sym___thiscall] = ACTIONS(2606), - [anon_sym___vectorcall] = ACTIONS(2606), - [anon_sym_LBRACE] = ACTIONS(2608), - [anon_sym_LBRACK] = ACTIONS(2606), - [anon_sym_static] = ACTIONS(2606), - [anon_sym_register] = ACTIONS(2606), - [anon_sym_inline] = ACTIONS(2606), - [anon_sym_thread_local] = ACTIONS(2606), - [anon_sym_const] = ACTIONS(2606), - [anon_sym_volatile] = ACTIONS(2606), - [anon_sym_restrict] = ACTIONS(2606), - [anon_sym__Atomic] = ACTIONS(2606), - [anon_sym_mutable] = ACTIONS(2606), - [anon_sym_constexpr] = ACTIONS(2606), - [anon_sym_constinit] = ACTIONS(2606), - [anon_sym_consteval] = ACTIONS(2606), - [anon_sym_signed] = ACTIONS(2606), - [anon_sym_unsigned] = ACTIONS(2606), - [anon_sym_long] = ACTIONS(2606), - [anon_sym_short] = ACTIONS(2606), - [sym_primitive_type] = ACTIONS(2606), - [anon_sym_enum] = ACTIONS(2606), - [anon_sym_class] = ACTIONS(2606), - [anon_sym_struct] = ACTIONS(2606), - [anon_sym_union] = ACTIONS(2606), - [anon_sym_if] = ACTIONS(2606), - [anon_sym_else] = ACTIONS(2606), - [anon_sym_switch] = ACTIONS(2606), - [anon_sym_case] = ACTIONS(2606), - [anon_sym_default] = ACTIONS(2606), - [anon_sym_while] = ACTIONS(2606), - [anon_sym_do] = ACTIONS(2606), - [anon_sym_for] = ACTIONS(2606), - [anon_sym_return] = ACTIONS(2606), - [anon_sym_break] = ACTIONS(2606), - [anon_sym_continue] = ACTIONS(2606), - [anon_sym_goto] = ACTIONS(2606), - [anon_sym_not] = ACTIONS(2606), - [anon_sym_compl] = ACTIONS(2606), - [anon_sym_DASH_DASH] = ACTIONS(2608), - [anon_sym_PLUS_PLUS] = ACTIONS(2608), - [anon_sym_sizeof] = ACTIONS(2606), - [sym_number_literal] = ACTIONS(2608), - [anon_sym_L_SQUOTE] = ACTIONS(2608), - [anon_sym_u_SQUOTE] = ACTIONS(2608), - [anon_sym_U_SQUOTE] = ACTIONS(2608), - [anon_sym_u8_SQUOTE] = ACTIONS(2608), - [anon_sym_SQUOTE] = ACTIONS(2608), - [anon_sym_L_DQUOTE] = ACTIONS(2608), - [anon_sym_u_DQUOTE] = ACTIONS(2608), - [anon_sym_U_DQUOTE] = ACTIONS(2608), - [anon_sym_u8_DQUOTE] = ACTIONS(2608), - [anon_sym_DQUOTE] = ACTIONS(2608), - [sym_true] = ACTIONS(2606), - [sym_false] = ACTIONS(2606), - [sym_null] = ACTIONS(2606), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2606), - [anon_sym_decltype] = ACTIONS(2606), - [anon_sym_virtual] = ACTIONS(2606), - [anon_sym_explicit] = ACTIONS(2606), - [anon_sym_typename] = ACTIONS(2606), - [anon_sym_template] = ACTIONS(2606), - [anon_sym_operator] = ACTIONS(2606), - [anon_sym_try] = ACTIONS(2606), - [anon_sym_delete] = ACTIONS(2606), - [anon_sym_throw] = ACTIONS(2606), - [anon_sym_namespace] = ACTIONS(2606), - [anon_sym_using] = ACTIONS(2606), - [anon_sym_static_assert] = ACTIONS(2606), - [anon_sym_concept] = ACTIONS(2606), - [anon_sym_co_return] = ACTIONS(2606), - [anon_sym_co_yield] = ACTIONS(2606), - [anon_sym_R_DQUOTE] = ACTIONS(2608), - [anon_sym_LR_DQUOTE] = ACTIONS(2608), - [anon_sym_uR_DQUOTE] = ACTIONS(2608), - [anon_sym_UR_DQUOTE] = ACTIONS(2608), - [anon_sym_u8R_DQUOTE] = ACTIONS(2608), - [anon_sym_co_await] = ACTIONS(2606), - [anon_sym_new] = ACTIONS(2606), - [anon_sym_requires] = ACTIONS(2606), - [sym_this] = ACTIONS(2606), - [sym_nullptr] = ACTIONS(2606), + [636] = { + [sym_identifier] = ACTIONS(2498), + [aux_sym_preproc_include_token1] = ACTIONS(2498), + [aux_sym_preproc_def_token1] = ACTIONS(2498), + [aux_sym_preproc_if_token1] = ACTIONS(2498), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2498), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2498), + [sym_preproc_directive] = ACTIONS(2498), + [anon_sym_LPAREN2] = ACTIONS(2500), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_TILDE] = ACTIONS(2500), + [anon_sym_DASH] = ACTIONS(2498), + [anon_sym_PLUS] = ACTIONS(2498), + [anon_sym_STAR] = ACTIONS(2500), + [anon_sym_AMP_AMP] = ACTIONS(2500), + [anon_sym_AMP] = ACTIONS(2498), + [anon_sym_SEMI] = ACTIONS(2500), + [anon_sym_typedef] = ACTIONS(2498), + [anon_sym_extern] = ACTIONS(2498), + [anon_sym___attribute__] = ACTIONS(2498), + [anon_sym_COLON_COLON] = ACTIONS(2500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2500), + [anon_sym___declspec] = ACTIONS(2498), + [anon_sym___based] = ACTIONS(2498), + [anon_sym___cdecl] = ACTIONS(2498), + [anon_sym___clrcall] = ACTIONS(2498), + [anon_sym___stdcall] = ACTIONS(2498), + [anon_sym___fastcall] = ACTIONS(2498), + [anon_sym___thiscall] = ACTIONS(2498), + [anon_sym___vectorcall] = ACTIONS(2498), + [anon_sym_LBRACE] = ACTIONS(2500), + [anon_sym_RBRACE] = ACTIONS(2500), + [anon_sym_LBRACK] = ACTIONS(2498), + [anon_sym_static] = ACTIONS(2498), + [anon_sym_register] = ACTIONS(2498), + [anon_sym_inline] = ACTIONS(2498), + [anon_sym_thread_local] = ACTIONS(2498), + [anon_sym_const] = ACTIONS(2498), + [anon_sym_volatile] = ACTIONS(2498), + [anon_sym_restrict] = ACTIONS(2498), + [anon_sym__Atomic] = ACTIONS(2498), + [anon_sym_mutable] = ACTIONS(2498), + [anon_sym_constexpr] = ACTIONS(2498), + [anon_sym_constinit] = ACTIONS(2498), + [anon_sym_consteval] = ACTIONS(2498), + [anon_sym_signed] = ACTIONS(2498), + [anon_sym_unsigned] = ACTIONS(2498), + [anon_sym_long] = ACTIONS(2498), + [anon_sym_short] = ACTIONS(2498), + [sym_primitive_type] = ACTIONS(2498), + [anon_sym_enum] = ACTIONS(2498), + [anon_sym_class] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(2498), + [anon_sym_union] = ACTIONS(2498), + [anon_sym_if] = ACTIONS(2498), + [anon_sym_else] = ACTIONS(2498), + [anon_sym_switch] = ACTIONS(2498), + [anon_sym_case] = ACTIONS(2498), + [anon_sym_default] = ACTIONS(2498), + [anon_sym_while] = ACTIONS(2498), + [anon_sym_do] = ACTIONS(2498), + [anon_sym_for] = ACTIONS(2498), + [anon_sym_return] = ACTIONS(2498), + [anon_sym_break] = ACTIONS(2498), + [anon_sym_continue] = ACTIONS(2498), + [anon_sym_goto] = ACTIONS(2498), + [anon_sym_not] = ACTIONS(2498), + [anon_sym_compl] = ACTIONS(2498), + [anon_sym_DASH_DASH] = ACTIONS(2500), + [anon_sym_PLUS_PLUS] = ACTIONS(2500), + [anon_sym_sizeof] = ACTIONS(2498), + [sym_number_literal] = ACTIONS(2500), + [anon_sym_L_SQUOTE] = ACTIONS(2500), + [anon_sym_u_SQUOTE] = ACTIONS(2500), + [anon_sym_U_SQUOTE] = ACTIONS(2500), + [anon_sym_u8_SQUOTE] = ACTIONS(2500), + [anon_sym_SQUOTE] = ACTIONS(2500), + [anon_sym_L_DQUOTE] = ACTIONS(2500), + [anon_sym_u_DQUOTE] = ACTIONS(2500), + [anon_sym_U_DQUOTE] = ACTIONS(2500), + [anon_sym_u8_DQUOTE] = ACTIONS(2500), + [anon_sym_DQUOTE] = ACTIONS(2500), + [sym_true] = ACTIONS(2498), + [sym_false] = ACTIONS(2498), + [sym_null] = ACTIONS(2498), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2498), + [anon_sym_decltype] = ACTIONS(2498), + [anon_sym_virtual] = ACTIONS(2498), + [anon_sym_explicit] = ACTIONS(2498), + [anon_sym_typename] = ACTIONS(2498), + [anon_sym_template] = ACTIONS(2498), + [anon_sym_operator] = ACTIONS(2498), + [anon_sym_try] = ACTIONS(2498), + [anon_sym_delete] = ACTIONS(2498), + [anon_sym_throw] = ACTIONS(2498), + [anon_sym_namespace] = ACTIONS(2498), + [anon_sym_using] = ACTIONS(2498), + [anon_sym_static_assert] = ACTIONS(2498), + [anon_sym_concept] = ACTIONS(2498), + [anon_sym_co_return] = ACTIONS(2498), + [anon_sym_co_yield] = ACTIONS(2498), + [anon_sym_R_DQUOTE] = ACTIONS(2500), + [anon_sym_LR_DQUOTE] = ACTIONS(2500), + [anon_sym_uR_DQUOTE] = ACTIONS(2500), + [anon_sym_UR_DQUOTE] = ACTIONS(2500), + [anon_sym_u8R_DQUOTE] = ACTIONS(2500), + [anon_sym_co_await] = ACTIONS(2498), + [anon_sym_new] = ACTIONS(2498), + [anon_sym_requires] = ACTIONS(2498), + [sym_this] = ACTIONS(2498), + [sym_nullptr] = ACTIONS(2498), }, - [658] = { + [637] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [638] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [639] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [640] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [641] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [642] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [643] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [644] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [645] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [646] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [647] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [648] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [649] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [650] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [651] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [652] = { [sym_identifier] = ACTIONS(2600), [aux_sym_preproc_include_token1] = ACTIONS(2600), [aux_sym_preproc_def_token1] = ACTIONS(2600), @@ -112982,2154 +112062,1363 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2600), [sym_nullptr] = ACTIONS(2600), }, - [659] = { - [sym_identifier] = ACTIONS(2354), - [aux_sym_preproc_include_token1] = ACTIONS(2354), - [aux_sym_preproc_def_token1] = ACTIONS(2354), - [anon_sym_COMMA] = ACTIONS(2528), - [aux_sym_preproc_if_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2354), - [sym_preproc_directive] = ACTIONS(2354), - [anon_sym_LPAREN2] = ACTIONS(2352), - [anon_sym_BANG] = ACTIONS(2352), - [anon_sym_TILDE] = ACTIONS(2352), - [anon_sym_DASH] = ACTIONS(2354), - [anon_sym_PLUS] = ACTIONS(2354), - [anon_sym_STAR] = ACTIONS(2352), - [anon_sym_AMP_AMP] = ACTIONS(2352), - [anon_sym_AMP] = ACTIONS(2354), - [anon_sym_SEMI] = ACTIONS(2352), - [anon_sym_typedef] = ACTIONS(2354), - [anon_sym_extern] = ACTIONS(2354), - [anon_sym___attribute__] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2352), - [anon_sym___declspec] = ACTIONS(2354), - [anon_sym___based] = ACTIONS(2354), - [anon_sym___cdecl] = ACTIONS(2354), - [anon_sym___clrcall] = ACTIONS(2354), - [anon_sym___stdcall] = ACTIONS(2354), - [anon_sym___fastcall] = ACTIONS(2354), - [anon_sym___thiscall] = ACTIONS(2354), - [anon_sym___vectorcall] = ACTIONS(2354), - [anon_sym_LBRACE] = ACTIONS(2352), - [anon_sym_RBRACE] = ACTIONS(2528), - [anon_sym_LBRACK] = ACTIONS(2354), - [anon_sym_static] = ACTIONS(2354), - [anon_sym_register] = ACTIONS(2354), - [anon_sym_inline] = ACTIONS(2354), - [anon_sym_thread_local] = ACTIONS(2354), - [anon_sym_const] = ACTIONS(2354), - [anon_sym_volatile] = ACTIONS(2354), - [anon_sym_restrict] = ACTIONS(2354), - [anon_sym__Atomic] = ACTIONS(2354), - [anon_sym_mutable] = ACTIONS(2354), - [anon_sym_constexpr] = ACTIONS(2354), - [anon_sym_constinit] = ACTIONS(2354), - [anon_sym_consteval] = ACTIONS(2354), - [anon_sym_signed] = ACTIONS(2354), - [anon_sym_unsigned] = ACTIONS(2354), - [anon_sym_long] = ACTIONS(2354), - [anon_sym_short] = ACTIONS(2354), - [sym_primitive_type] = ACTIONS(2354), - [anon_sym_enum] = ACTIONS(2354), - [anon_sym_class] = ACTIONS(2354), - [anon_sym_struct] = ACTIONS(2354), - [anon_sym_union] = ACTIONS(2354), - [anon_sym_if] = ACTIONS(2354), - [anon_sym_switch] = ACTIONS(2354), - [anon_sym_case] = ACTIONS(2354), - [anon_sym_default] = ACTIONS(2354), - [anon_sym_while] = ACTIONS(2354), - [anon_sym_do] = ACTIONS(2354), - [anon_sym_for] = ACTIONS(2354), - [anon_sym_return] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_goto] = ACTIONS(2354), - [anon_sym_not] = ACTIONS(2354), - [anon_sym_compl] = ACTIONS(2354), - [anon_sym_DASH_DASH] = ACTIONS(2352), - [anon_sym_PLUS_PLUS] = ACTIONS(2352), - [anon_sym_sizeof] = ACTIONS(2354), - [sym_number_literal] = ACTIONS(2352), - [anon_sym_L_SQUOTE] = ACTIONS(2352), - [anon_sym_u_SQUOTE] = ACTIONS(2352), - [anon_sym_U_SQUOTE] = ACTIONS(2352), - [anon_sym_u8_SQUOTE] = ACTIONS(2352), - [anon_sym_SQUOTE] = ACTIONS(2352), - [anon_sym_L_DQUOTE] = ACTIONS(2352), - [anon_sym_u_DQUOTE] = ACTIONS(2352), - [anon_sym_U_DQUOTE] = ACTIONS(2352), - [anon_sym_u8_DQUOTE] = ACTIONS(2352), - [anon_sym_DQUOTE] = ACTIONS(2352), - [sym_true] = ACTIONS(2354), - [sym_false] = ACTIONS(2354), - [sym_null] = ACTIONS(2354), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2354), - [anon_sym_decltype] = ACTIONS(2354), - [anon_sym_virtual] = ACTIONS(2354), - [anon_sym_explicit] = ACTIONS(2354), - [anon_sym_typename] = ACTIONS(2354), - [anon_sym_template] = ACTIONS(2354), - [anon_sym_operator] = ACTIONS(2354), - [anon_sym_try] = ACTIONS(2354), - [anon_sym_delete] = ACTIONS(2354), - [anon_sym_throw] = ACTIONS(2354), - [anon_sym_namespace] = ACTIONS(2354), - [anon_sym_using] = ACTIONS(2354), - [anon_sym_static_assert] = ACTIONS(2354), - [anon_sym_concept] = ACTIONS(2354), - [anon_sym_co_return] = ACTIONS(2354), - [anon_sym_co_yield] = ACTIONS(2354), - [anon_sym_R_DQUOTE] = ACTIONS(2352), - [anon_sym_LR_DQUOTE] = ACTIONS(2352), - [anon_sym_uR_DQUOTE] = ACTIONS(2352), - [anon_sym_UR_DQUOTE] = ACTIONS(2352), - [anon_sym_u8R_DQUOTE] = ACTIONS(2352), - [anon_sym_co_await] = ACTIONS(2354), - [anon_sym_new] = ACTIONS(2354), - [anon_sym_requires] = ACTIONS(2354), - [sym_this] = ACTIONS(2354), - [sym_nullptr] = ACTIONS(2354), - }, - [660] = { - [sym_identifier] = ACTIONS(2420), - [aux_sym_preproc_include_token1] = ACTIONS(2420), - [aux_sym_preproc_def_token1] = ACTIONS(2420), - [aux_sym_preproc_if_token1] = ACTIONS(2420), - [aux_sym_preproc_if_token2] = ACTIONS(2420), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2420), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2420), - [sym_preproc_directive] = ACTIONS(2420), - [anon_sym_LPAREN2] = ACTIONS(2422), - [anon_sym_BANG] = ACTIONS(2422), - [anon_sym_TILDE] = ACTIONS(2422), - [anon_sym_DASH] = ACTIONS(2420), - [anon_sym_PLUS] = ACTIONS(2420), - [anon_sym_STAR] = ACTIONS(2422), - [anon_sym_AMP_AMP] = ACTIONS(2422), - [anon_sym_AMP] = ACTIONS(2420), - [anon_sym_SEMI] = ACTIONS(2422), - [anon_sym_typedef] = ACTIONS(2420), - [anon_sym_extern] = ACTIONS(2420), - [anon_sym___attribute__] = ACTIONS(2420), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2422), - [anon_sym___declspec] = ACTIONS(2420), - [anon_sym___based] = ACTIONS(2420), - [anon_sym___cdecl] = ACTIONS(2420), - [anon_sym___clrcall] = ACTIONS(2420), - [anon_sym___stdcall] = ACTIONS(2420), - [anon_sym___fastcall] = ACTIONS(2420), - [anon_sym___thiscall] = ACTIONS(2420), - [anon_sym___vectorcall] = ACTIONS(2420), - [anon_sym_LBRACE] = ACTIONS(2422), - [anon_sym_LBRACK] = ACTIONS(2420), - [anon_sym_static] = ACTIONS(2420), - [anon_sym_register] = ACTIONS(2420), - [anon_sym_inline] = ACTIONS(2420), - [anon_sym_thread_local] = ACTIONS(2420), - [anon_sym_const] = ACTIONS(2420), - [anon_sym_volatile] = ACTIONS(2420), - [anon_sym_restrict] = ACTIONS(2420), - [anon_sym__Atomic] = ACTIONS(2420), - [anon_sym_mutable] = ACTIONS(2420), - [anon_sym_constexpr] = ACTIONS(2420), - [anon_sym_constinit] = ACTIONS(2420), - [anon_sym_consteval] = ACTIONS(2420), - [anon_sym_signed] = ACTIONS(2420), - [anon_sym_unsigned] = ACTIONS(2420), - [anon_sym_long] = ACTIONS(2420), - [anon_sym_short] = ACTIONS(2420), - [sym_primitive_type] = ACTIONS(2420), - [anon_sym_enum] = ACTIONS(2420), - [anon_sym_class] = ACTIONS(2420), - [anon_sym_struct] = ACTIONS(2420), - [anon_sym_union] = ACTIONS(2420), - [anon_sym_if] = ACTIONS(2420), - [anon_sym_else] = ACTIONS(2420), - [anon_sym_switch] = ACTIONS(2420), - [anon_sym_case] = ACTIONS(2420), - [anon_sym_default] = ACTIONS(2420), - [anon_sym_while] = ACTIONS(2420), - [anon_sym_do] = ACTIONS(2420), - [anon_sym_for] = ACTIONS(2420), - [anon_sym_return] = ACTIONS(2420), - [anon_sym_break] = ACTIONS(2420), - [anon_sym_continue] = ACTIONS(2420), - [anon_sym_goto] = ACTIONS(2420), - [anon_sym_not] = ACTIONS(2420), - [anon_sym_compl] = ACTIONS(2420), - [anon_sym_DASH_DASH] = ACTIONS(2422), - [anon_sym_PLUS_PLUS] = ACTIONS(2422), - [anon_sym_sizeof] = ACTIONS(2420), - [sym_number_literal] = ACTIONS(2422), - [anon_sym_L_SQUOTE] = ACTIONS(2422), - [anon_sym_u_SQUOTE] = ACTIONS(2422), - [anon_sym_U_SQUOTE] = ACTIONS(2422), - [anon_sym_u8_SQUOTE] = ACTIONS(2422), - [anon_sym_SQUOTE] = ACTIONS(2422), - [anon_sym_L_DQUOTE] = ACTIONS(2422), - [anon_sym_u_DQUOTE] = ACTIONS(2422), - [anon_sym_U_DQUOTE] = ACTIONS(2422), - [anon_sym_u8_DQUOTE] = ACTIONS(2422), - [anon_sym_DQUOTE] = ACTIONS(2422), - [sym_true] = ACTIONS(2420), - [sym_false] = ACTIONS(2420), - [sym_null] = ACTIONS(2420), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2420), - [anon_sym_decltype] = ACTIONS(2420), - [anon_sym_virtual] = ACTIONS(2420), - [anon_sym_explicit] = ACTIONS(2420), - [anon_sym_typename] = ACTIONS(2420), - [anon_sym_template] = ACTIONS(2420), - [anon_sym_operator] = ACTIONS(2420), - [anon_sym_try] = ACTIONS(2420), - [anon_sym_delete] = ACTIONS(2420), - [anon_sym_throw] = ACTIONS(2420), - [anon_sym_namespace] = ACTIONS(2420), - [anon_sym_using] = ACTIONS(2420), - [anon_sym_static_assert] = ACTIONS(2420), - [anon_sym_concept] = ACTIONS(2420), - [anon_sym_co_return] = ACTIONS(2420), - [anon_sym_co_yield] = ACTIONS(2420), - [anon_sym_R_DQUOTE] = ACTIONS(2422), - [anon_sym_LR_DQUOTE] = ACTIONS(2422), - [anon_sym_uR_DQUOTE] = ACTIONS(2422), - [anon_sym_UR_DQUOTE] = ACTIONS(2422), - [anon_sym_u8R_DQUOTE] = ACTIONS(2422), - [anon_sym_co_await] = ACTIONS(2420), - [anon_sym_new] = ACTIONS(2420), - [anon_sym_requires] = ACTIONS(2420), - [sym_this] = ACTIONS(2420), - [sym_nullptr] = ACTIONS(2420), - }, - [661] = { - [sym_identifier] = ACTIONS(2412), - [aux_sym_preproc_include_token1] = ACTIONS(2412), - [aux_sym_preproc_def_token1] = ACTIONS(2412), - [aux_sym_preproc_if_token1] = ACTIONS(2412), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2412), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2412), - [sym_preproc_directive] = ACTIONS(2412), - [anon_sym_LPAREN2] = ACTIONS(2414), - [anon_sym_BANG] = ACTIONS(2414), - [anon_sym_TILDE] = ACTIONS(2414), - [anon_sym_DASH] = ACTIONS(2412), - [anon_sym_PLUS] = ACTIONS(2412), - [anon_sym_STAR] = ACTIONS(2414), - [anon_sym_AMP_AMP] = ACTIONS(2414), - [anon_sym_AMP] = ACTIONS(2412), - [anon_sym_SEMI] = ACTIONS(2414), - [anon_sym_typedef] = ACTIONS(2412), - [anon_sym_extern] = ACTIONS(2412), - [anon_sym___attribute__] = ACTIONS(2412), - [anon_sym_COLON_COLON] = ACTIONS(2414), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2414), - [anon_sym___declspec] = ACTIONS(2412), - [anon_sym___based] = ACTIONS(2412), - [anon_sym___cdecl] = ACTIONS(2412), - [anon_sym___clrcall] = ACTIONS(2412), - [anon_sym___stdcall] = ACTIONS(2412), - [anon_sym___fastcall] = ACTIONS(2412), - [anon_sym___thiscall] = ACTIONS(2412), - [anon_sym___vectorcall] = ACTIONS(2412), - [anon_sym_LBRACE] = ACTIONS(2414), - [anon_sym_RBRACE] = ACTIONS(2414), - [anon_sym_LBRACK] = ACTIONS(2412), - [anon_sym_static] = ACTIONS(2412), - [anon_sym_register] = ACTIONS(2412), - [anon_sym_inline] = ACTIONS(2412), - [anon_sym_thread_local] = ACTIONS(2412), - [anon_sym_const] = ACTIONS(2412), - [anon_sym_volatile] = ACTIONS(2412), - [anon_sym_restrict] = ACTIONS(2412), - [anon_sym__Atomic] = ACTIONS(2412), - [anon_sym_mutable] = ACTIONS(2412), - [anon_sym_constexpr] = ACTIONS(2412), - [anon_sym_constinit] = ACTIONS(2412), - [anon_sym_consteval] = ACTIONS(2412), - [anon_sym_signed] = ACTIONS(2412), - [anon_sym_unsigned] = ACTIONS(2412), - [anon_sym_long] = ACTIONS(2412), - [anon_sym_short] = ACTIONS(2412), - [sym_primitive_type] = ACTIONS(2412), - [anon_sym_enum] = ACTIONS(2412), - [anon_sym_class] = ACTIONS(2412), - [anon_sym_struct] = ACTIONS(2412), - [anon_sym_union] = ACTIONS(2412), - [anon_sym_if] = ACTIONS(2412), - [anon_sym_else] = ACTIONS(2412), - [anon_sym_switch] = ACTIONS(2412), - [anon_sym_case] = ACTIONS(2412), - [anon_sym_default] = ACTIONS(2412), - [anon_sym_while] = ACTIONS(2412), - [anon_sym_do] = ACTIONS(2412), - [anon_sym_for] = ACTIONS(2412), - [anon_sym_return] = ACTIONS(2412), - [anon_sym_break] = ACTIONS(2412), - [anon_sym_continue] = ACTIONS(2412), - [anon_sym_goto] = ACTIONS(2412), - [anon_sym_not] = ACTIONS(2412), - [anon_sym_compl] = ACTIONS(2412), - [anon_sym_DASH_DASH] = ACTIONS(2414), - [anon_sym_PLUS_PLUS] = ACTIONS(2414), - [anon_sym_sizeof] = ACTIONS(2412), - [sym_number_literal] = ACTIONS(2414), - [anon_sym_L_SQUOTE] = ACTIONS(2414), - [anon_sym_u_SQUOTE] = ACTIONS(2414), - [anon_sym_U_SQUOTE] = ACTIONS(2414), - [anon_sym_u8_SQUOTE] = ACTIONS(2414), - [anon_sym_SQUOTE] = ACTIONS(2414), - [anon_sym_L_DQUOTE] = ACTIONS(2414), - [anon_sym_u_DQUOTE] = ACTIONS(2414), - [anon_sym_U_DQUOTE] = ACTIONS(2414), - [anon_sym_u8_DQUOTE] = ACTIONS(2414), - [anon_sym_DQUOTE] = ACTIONS(2414), - [sym_true] = ACTIONS(2412), - [sym_false] = ACTIONS(2412), - [sym_null] = ACTIONS(2412), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2412), - [anon_sym_decltype] = ACTIONS(2412), - [anon_sym_virtual] = ACTIONS(2412), - [anon_sym_explicit] = ACTIONS(2412), - [anon_sym_typename] = ACTIONS(2412), - [anon_sym_template] = ACTIONS(2412), - [anon_sym_operator] = ACTIONS(2412), - [anon_sym_try] = ACTIONS(2412), - [anon_sym_delete] = ACTIONS(2412), - [anon_sym_throw] = ACTIONS(2412), - [anon_sym_namespace] = ACTIONS(2412), - [anon_sym_using] = ACTIONS(2412), - [anon_sym_static_assert] = ACTIONS(2412), - [anon_sym_concept] = ACTIONS(2412), - [anon_sym_co_return] = ACTIONS(2412), - [anon_sym_co_yield] = ACTIONS(2412), - [anon_sym_R_DQUOTE] = ACTIONS(2414), - [anon_sym_LR_DQUOTE] = ACTIONS(2414), - [anon_sym_uR_DQUOTE] = ACTIONS(2414), - [anon_sym_UR_DQUOTE] = ACTIONS(2414), - [anon_sym_u8R_DQUOTE] = ACTIONS(2414), - [anon_sym_co_await] = ACTIONS(2412), - [anon_sym_new] = ACTIONS(2412), - [anon_sym_requires] = ACTIONS(2412), - [sym_this] = ACTIONS(2412), - [sym_nullptr] = ACTIONS(2412), - }, - [662] = { - [sym_identifier] = ACTIONS(2416), - [aux_sym_preproc_include_token1] = ACTIONS(2416), - [aux_sym_preproc_def_token1] = ACTIONS(2416), - [aux_sym_preproc_if_token1] = ACTIONS(2416), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2416), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2416), - [sym_preproc_directive] = ACTIONS(2416), - [anon_sym_LPAREN2] = ACTIONS(2418), - [anon_sym_BANG] = ACTIONS(2418), - [anon_sym_TILDE] = ACTIONS(2418), - [anon_sym_DASH] = ACTIONS(2416), - [anon_sym_PLUS] = ACTIONS(2416), - [anon_sym_STAR] = ACTIONS(2418), - [anon_sym_AMP_AMP] = ACTIONS(2418), - [anon_sym_AMP] = ACTIONS(2416), - [anon_sym_SEMI] = ACTIONS(2418), - [anon_sym_typedef] = ACTIONS(2416), - [anon_sym_extern] = ACTIONS(2416), - [anon_sym___attribute__] = ACTIONS(2416), - [anon_sym_COLON_COLON] = ACTIONS(2418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2418), - [anon_sym___declspec] = ACTIONS(2416), - [anon_sym___based] = ACTIONS(2416), - [anon_sym___cdecl] = ACTIONS(2416), - [anon_sym___clrcall] = ACTIONS(2416), - [anon_sym___stdcall] = ACTIONS(2416), - [anon_sym___fastcall] = ACTIONS(2416), - [anon_sym___thiscall] = ACTIONS(2416), - [anon_sym___vectorcall] = ACTIONS(2416), - [anon_sym_LBRACE] = ACTIONS(2418), - [anon_sym_RBRACE] = ACTIONS(2418), - [anon_sym_LBRACK] = ACTIONS(2416), - [anon_sym_static] = ACTIONS(2416), - [anon_sym_register] = ACTIONS(2416), - [anon_sym_inline] = ACTIONS(2416), - [anon_sym_thread_local] = ACTIONS(2416), - [anon_sym_const] = ACTIONS(2416), - [anon_sym_volatile] = ACTIONS(2416), - [anon_sym_restrict] = ACTIONS(2416), - [anon_sym__Atomic] = ACTIONS(2416), - [anon_sym_mutable] = ACTIONS(2416), - [anon_sym_constexpr] = ACTIONS(2416), - [anon_sym_constinit] = ACTIONS(2416), - [anon_sym_consteval] = ACTIONS(2416), - [anon_sym_signed] = ACTIONS(2416), - [anon_sym_unsigned] = ACTIONS(2416), - [anon_sym_long] = ACTIONS(2416), - [anon_sym_short] = ACTIONS(2416), - [sym_primitive_type] = ACTIONS(2416), - [anon_sym_enum] = ACTIONS(2416), - [anon_sym_class] = ACTIONS(2416), - [anon_sym_struct] = ACTIONS(2416), - [anon_sym_union] = ACTIONS(2416), - [anon_sym_if] = ACTIONS(2416), - [anon_sym_else] = ACTIONS(2416), - [anon_sym_switch] = ACTIONS(2416), - [anon_sym_case] = ACTIONS(2416), - [anon_sym_default] = ACTIONS(2416), - [anon_sym_while] = ACTIONS(2416), - [anon_sym_do] = ACTIONS(2416), - [anon_sym_for] = ACTIONS(2416), - [anon_sym_return] = ACTIONS(2416), - [anon_sym_break] = ACTIONS(2416), - [anon_sym_continue] = ACTIONS(2416), - [anon_sym_goto] = ACTIONS(2416), - [anon_sym_not] = ACTIONS(2416), - [anon_sym_compl] = ACTIONS(2416), - [anon_sym_DASH_DASH] = ACTIONS(2418), - [anon_sym_PLUS_PLUS] = ACTIONS(2418), - [anon_sym_sizeof] = ACTIONS(2416), - [sym_number_literal] = ACTIONS(2418), - [anon_sym_L_SQUOTE] = ACTIONS(2418), - [anon_sym_u_SQUOTE] = ACTIONS(2418), - [anon_sym_U_SQUOTE] = ACTIONS(2418), - [anon_sym_u8_SQUOTE] = ACTIONS(2418), - [anon_sym_SQUOTE] = ACTIONS(2418), - [anon_sym_L_DQUOTE] = ACTIONS(2418), - [anon_sym_u_DQUOTE] = ACTIONS(2418), - [anon_sym_U_DQUOTE] = ACTIONS(2418), - [anon_sym_u8_DQUOTE] = ACTIONS(2418), - [anon_sym_DQUOTE] = ACTIONS(2418), - [sym_true] = ACTIONS(2416), - [sym_false] = ACTIONS(2416), - [sym_null] = ACTIONS(2416), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2416), - [anon_sym_decltype] = ACTIONS(2416), - [anon_sym_virtual] = ACTIONS(2416), - [anon_sym_explicit] = ACTIONS(2416), - [anon_sym_typename] = ACTIONS(2416), - [anon_sym_template] = ACTIONS(2416), - [anon_sym_operator] = ACTIONS(2416), - [anon_sym_try] = ACTIONS(2416), - [anon_sym_delete] = ACTIONS(2416), - [anon_sym_throw] = ACTIONS(2416), - [anon_sym_namespace] = ACTIONS(2416), - [anon_sym_using] = ACTIONS(2416), - [anon_sym_static_assert] = ACTIONS(2416), - [anon_sym_concept] = ACTIONS(2416), - [anon_sym_co_return] = ACTIONS(2416), - [anon_sym_co_yield] = ACTIONS(2416), - [anon_sym_R_DQUOTE] = ACTIONS(2418), - [anon_sym_LR_DQUOTE] = ACTIONS(2418), - [anon_sym_uR_DQUOTE] = ACTIONS(2418), - [anon_sym_UR_DQUOTE] = ACTIONS(2418), - [anon_sym_u8R_DQUOTE] = ACTIONS(2418), - [anon_sym_co_await] = ACTIONS(2416), - [anon_sym_new] = ACTIONS(2416), - [anon_sym_requires] = ACTIONS(2416), - [sym_this] = ACTIONS(2416), - [sym_nullptr] = ACTIONS(2416), - }, - [663] = { - [sym_identifier] = ACTIONS(2408), - [aux_sym_preproc_include_token1] = ACTIONS(2408), - [aux_sym_preproc_def_token1] = ACTIONS(2408), - [aux_sym_preproc_if_token1] = ACTIONS(2408), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2408), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2408), - [sym_preproc_directive] = ACTIONS(2408), - [anon_sym_LPAREN2] = ACTIONS(2410), - [anon_sym_BANG] = ACTIONS(2410), - [anon_sym_TILDE] = ACTIONS(2410), - [anon_sym_DASH] = ACTIONS(2408), - [anon_sym_PLUS] = ACTIONS(2408), - [anon_sym_STAR] = ACTIONS(2410), - [anon_sym_AMP_AMP] = ACTIONS(2410), - [anon_sym_AMP] = ACTIONS(2408), - [anon_sym_SEMI] = ACTIONS(2410), - [anon_sym_typedef] = ACTIONS(2408), - [anon_sym_extern] = ACTIONS(2408), - [anon_sym___attribute__] = ACTIONS(2408), - [anon_sym_COLON_COLON] = ACTIONS(2410), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2410), - [anon_sym___declspec] = ACTIONS(2408), - [anon_sym___based] = ACTIONS(2408), - [anon_sym___cdecl] = ACTIONS(2408), - [anon_sym___clrcall] = ACTIONS(2408), - [anon_sym___stdcall] = ACTIONS(2408), - [anon_sym___fastcall] = ACTIONS(2408), - [anon_sym___thiscall] = ACTIONS(2408), - [anon_sym___vectorcall] = ACTIONS(2408), - [anon_sym_LBRACE] = ACTIONS(2410), - [anon_sym_RBRACE] = ACTIONS(2410), - [anon_sym_LBRACK] = ACTIONS(2408), - [anon_sym_static] = ACTIONS(2408), - [anon_sym_register] = ACTIONS(2408), - [anon_sym_inline] = ACTIONS(2408), - [anon_sym_thread_local] = ACTIONS(2408), - [anon_sym_const] = ACTIONS(2408), - [anon_sym_volatile] = ACTIONS(2408), - [anon_sym_restrict] = ACTIONS(2408), - [anon_sym__Atomic] = ACTIONS(2408), - [anon_sym_mutable] = ACTIONS(2408), - [anon_sym_constexpr] = ACTIONS(2408), - [anon_sym_constinit] = ACTIONS(2408), - [anon_sym_consteval] = ACTIONS(2408), - [anon_sym_signed] = ACTIONS(2408), - [anon_sym_unsigned] = ACTIONS(2408), - [anon_sym_long] = ACTIONS(2408), - [anon_sym_short] = ACTIONS(2408), - [sym_primitive_type] = ACTIONS(2408), - [anon_sym_enum] = ACTIONS(2408), - [anon_sym_class] = ACTIONS(2408), - [anon_sym_struct] = ACTIONS(2408), - [anon_sym_union] = ACTIONS(2408), - [anon_sym_if] = ACTIONS(2408), - [anon_sym_else] = ACTIONS(2408), - [anon_sym_switch] = ACTIONS(2408), - [anon_sym_case] = ACTIONS(2408), - [anon_sym_default] = ACTIONS(2408), - [anon_sym_while] = ACTIONS(2408), - [anon_sym_do] = ACTIONS(2408), - [anon_sym_for] = ACTIONS(2408), - [anon_sym_return] = ACTIONS(2408), - [anon_sym_break] = ACTIONS(2408), - [anon_sym_continue] = ACTIONS(2408), - [anon_sym_goto] = ACTIONS(2408), - [anon_sym_not] = ACTIONS(2408), - [anon_sym_compl] = ACTIONS(2408), - [anon_sym_DASH_DASH] = ACTIONS(2410), - [anon_sym_PLUS_PLUS] = ACTIONS(2410), - [anon_sym_sizeof] = ACTIONS(2408), - [sym_number_literal] = ACTIONS(2410), - [anon_sym_L_SQUOTE] = ACTIONS(2410), - [anon_sym_u_SQUOTE] = ACTIONS(2410), - [anon_sym_U_SQUOTE] = ACTIONS(2410), - [anon_sym_u8_SQUOTE] = ACTIONS(2410), - [anon_sym_SQUOTE] = ACTIONS(2410), - [anon_sym_L_DQUOTE] = ACTIONS(2410), - [anon_sym_u_DQUOTE] = ACTIONS(2410), - [anon_sym_U_DQUOTE] = ACTIONS(2410), - [anon_sym_u8_DQUOTE] = ACTIONS(2410), - [anon_sym_DQUOTE] = ACTIONS(2410), - [sym_true] = ACTIONS(2408), - [sym_false] = ACTIONS(2408), - [sym_null] = ACTIONS(2408), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2408), - [anon_sym_decltype] = ACTIONS(2408), - [anon_sym_virtual] = ACTIONS(2408), - [anon_sym_explicit] = ACTIONS(2408), - [anon_sym_typename] = ACTIONS(2408), - [anon_sym_template] = ACTIONS(2408), - [anon_sym_operator] = ACTIONS(2408), - [anon_sym_try] = ACTIONS(2408), - [anon_sym_delete] = ACTIONS(2408), - [anon_sym_throw] = ACTIONS(2408), - [anon_sym_namespace] = ACTIONS(2408), - [anon_sym_using] = ACTIONS(2408), - [anon_sym_static_assert] = ACTIONS(2408), - [anon_sym_concept] = ACTIONS(2408), - [anon_sym_co_return] = ACTIONS(2408), - [anon_sym_co_yield] = ACTIONS(2408), - [anon_sym_R_DQUOTE] = ACTIONS(2410), - [anon_sym_LR_DQUOTE] = ACTIONS(2410), - [anon_sym_uR_DQUOTE] = ACTIONS(2410), - [anon_sym_UR_DQUOTE] = ACTIONS(2410), - [anon_sym_u8R_DQUOTE] = ACTIONS(2410), - [anon_sym_co_await] = ACTIONS(2408), - [anon_sym_new] = ACTIONS(2408), - [anon_sym_requires] = ACTIONS(2408), - [sym_this] = ACTIONS(2408), - [sym_nullptr] = ACTIONS(2408), - }, - [664] = { - [sym_identifier] = ACTIONS(2420), - [aux_sym_preproc_include_token1] = ACTIONS(2420), - [aux_sym_preproc_def_token1] = ACTIONS(2420), - [aux_sym_preproc_if_token1] = ACTIONS(2420), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2420), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2420), - [sym_preproc_directive] = ACTIONS(2420), - [anon_sym_LPAREN2] = ACTIONS(2422), - [anon_sym_BANG] = ACTIONS(2422), - [anon_sym_TILDE] = ACTIONS(2422), - [anon_sym_DASH] = ACTIONS(2420), - [anon_sym_PLUS] = ACTIONS(2420), - [anon_sym_STAR] = ACTIONS(2422), - [anon_sym_AMP_AMP] = ACTIONS(2422), - [anon_sym_AMP] = ACTIONS(2420), - [anon_sym_SEMI] = ACTIONS(2422), - [anon_sym_typedef] = ACTIONS(2420), - [anon_sym_extern] = ACTIONS(2420), - [anon_sym___attribute__] = ACTIONS(2420), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2422), - [anon_sym___declspec] = ACTIONS(2420), - [anon_sym___based] = ACTIONS(2420), - [anon_sym___cdecl] = ACTIONS(2420), - [anon_sym___clrcall] = ACTIONS(2420), - [anon_sym___stdcall] = ACTIONS(2420), - [anon_sym___fastcall] = ACTIONS(2420), - [anon_sym___thiscall] = ACTIONS(2420), - [anon_sym___vectorcall] = ACTIONS(2420), - [anon_sym_LBRACE] = ACTIONS(2422), - [anon_sym_RBRACE] = ACTIONS(2422), - [anon_sym_LBRACK] = ACTIONS(2420), - [anon_sym_static] = ACTIONS(2420), - [anon_sym_register] = ACTIONS(2420), - [anon_sym_inline] = ACTIONS(2420), - [anon_sym_thread_local] = ACTIONS(2420), - [anon_sym_const] = ACTIONS(2420), - [anon_sym_volatile] = ACTIONS(2420), - [anon_sym_restrict] = ACTIONS(2420), - [anon_sym__Atomic] = ACTIONS(2420), - [anon_sym_mutable] = ACTIONS(2420), - [anon_sym_constexpr] = ACTIONS(2420), - [anon_sym_constinit] = ACTIONS(2420), - [anon_sym_consteval] = ACTIONS(2420), - [anon_sym_signed] = ACTIONS(2420), - [anon_sym_unsigned] = ACTIONS(2420), - [anon_sym_long] = ACTIONS(2420), - [anon_sym_short] = ACTIONS(2420), - [sym_primitive_type] = ACTIONS(2420), - [anon_sym_enum] = ACTIONS(2420), - [anon_sym_class] = ACTIONS(2420), - [anon_sym_struct] = ACTIONS(2420), - [anon_sym_union] = ACTIONS(2420), - [anon_sym_if] = ACTIONS(2420), - [anon_sym_else] = ACTIONS(2420), - [anon_sym_switch] = ACTIONS(2420), - [anon_sym_case] = ACTIONS(2420), - [anon_sym_default] = ACTIONS(2420), - [anon_sym_while] = ACTIONS(2420), - [anon_sym_do] = ACTIONS(2420), - [anon_sym_for] = ACTIONS(2420), - [anon_sym_return] = ACTIONS(2420), - [anon_sym_break] = ACTIONS(2420), - [anon_sym_continue] = ACTIONS(2420), - [anon_sym_goto] = ACTIONS(2420), - [anon_sym_not] = ACTIONS(2420), - [anon_sym_compl] = ACTIONS(2420), - [anon_sym_DASH_DASH] = ACTIONS(2422), - [anon_sym_PLUS_PLUS] = ACTIONS(2422), - [anon_sym_sizeof] = ACTIONS(2420), - [sym_number_literal] = ACTIONS(2422), - [anon_sym_L_SQUOTE] = ACTIONS(2422), - [anon_sym_u_SQUOTE] = ACTIONS(2422), - [anon_sym_U_SQUOTE] = ACTIONS(2422), - [anon_sym_u8_SQUOTE] = ACTIONS(2422), - [anon_sym_SQUOTE] = ACTIONS(2422), - [anon_sym_L_DQUOTE] = ACTIONS(2422), - [anon_sym_u_DQUOTE] = ACTIONS(2422), - [anon_sym_U_DQUOTE] = ACTIONS(2422), - [anon_sym_u8_DQUOTE] = ACTIONS(2422), - [anon_sym_DQUOTE] = ACTIONS(2422), - [sym_true] = ACTIONS(2420), - [sym_false] = ACTIONS(2420), - [sym_null] = ACTIONS(2420), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2420), - [anon_sym_decltype] = ACTIONS(2420), - [anon_sym_virtual] = ACTIONS(2420), - [anon_sym_explicit] = ACTIONS(2420), - [anon_sym_typename] = ACTIONS(2420), - [anon_sym_template] = ACTIONS(2420), - [anon_sym_operator] = ACTIONS(2420), - [anon_sym_try] = ACTIONS(2420), - [anon_sym_delete] = ACTIONS(2420), - [anon_sym_throw] = ACTIONS(2420), - [anon_sym_namespace] = ACTIONS(2420), - [anon_sym_using] = ACTIONS(2420), - [anon_sym_static_assert] = ACTIONS(2420), - [anon_sym_concept] = ACTIONS(2420), - [anon_sym_co_return] = ACTIONS(2420), - [anon_sym_co_yield] = ACTIONS(2420), - [anon_sym_R_DQUOTE] = ACTIONS(2422), - [anon_sym_LR_DQUOTE] = ACTIONS(2422), - [anon_sym_uR_DQUOTE] = ACTIONS(2422), - [anon_sym_UR_DQUOTE] = ACTIONS(2422), - [anon_sym_u8R_DQUOTE] = ACTIONS(2422), - [anon_sym_co_await] = ACTIONS(2420), - [anon_sym_new] = ACTIONS(2420), - [anon_sym_requires] = ACTIONS(2420), - [sym_this] = ACTIONS(2420), - [sym_nullptr] = ACTIONS(2420), - }, - [665] = { - [sym_identifier] = ACTIONS(2424), - [aux_sym_preproc_include_token1] = ACTIONS(2424), - [aux_sym_preproc_def_token1] = ACTIONS(2424), - [aux_sym_preproc_if_token1] = ACTIONS(2424), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2424), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2424), - [sym_preproc_directive] = ACTIONS(2424), - [anon_sym_LPAREN2] = ACTIONS(2426), - [anon_sym_BANG] = ACTIONS(2426), - [anon_sym_TILDE] = ACTIONS(2426), - [anon_sym_DASH] = ACTIONS(2424), - [anon_sym_PLUS] = ACTIONS(2424), - [anon_sym_STAR] = ACTIONS(2426), - [anon_sym_AMP_AMP] = ACTIONS(2426), - [anon_sym_AMP] = ACTIONS(2424), - [anon_sym_SEMI] = ACTIONS(2426), - [anon_sym_typedef] = ACTIONS(2424), - [anon_sym_extern] = ACTIONS(2424), - [anon_sym___attribute__] = ACTIONS(2424), - [anon_sym_COLON_COLON] = ACTIONS(2426), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2426), - [anon_sym___declspec] = ACTIONS(2424), - [anon_sym___based] = ACTIONS(2424), - [anon_sym___cdecl] = ACTIONS(2424), - [anon_sym___clrcall] = ACTIONS(2424), - [anon_sym___stdcall] = ACTIONS(2424), - [anon_sym___fastcall] = ACTIONS(2424), - [anon_sym___thiscall] = ACTIONS(2424), - [anon_sym___vectorcall] = ACTIONS(2424), - [anon_sym_LBRACE] = ACTIONS(2426), - [anon_sym_RBRACE] = ACTIONS(2426), - [anon_sym_LBRACK] = ACTIONS(2424), - [anon_sym_static] = ACTIONS(2424), - [anon_sym_register] = ACTIONS(2424), - [anon_sym_inline] = ACTIONS(2424), - [anon_sym_thread_local] = ACTIONS(2424), - [anon_sym_const] = ACTIONS(2424), - [anon_sym_volatile] = ACTIONS(2424), - [anon_sym_restrict] = ACTIONS(2424), - [anon_sym__Atomic] = ACTIONS(2424), - [anon_sym_mutable] = ACTIONS(2424), - [anon_sym_constexpr] = ACTIONS(2424), - [anon_sym_constinit] = ACTIONS(2424), - [anon_sym_consteval] = ACTIONS(2424), - [anon_sym_signed] = ACTIONS(2424), - [anon_sym_unsigned] = ACTIONS(2424), - [anon_sym_long] = ACTIONS(2424), - [anon_sym_short] = ACTIONS(2424), - [sym_primitive_type] = ACTIONS(2424), - [anon_sym_enum] = ACTIONS(2424), - [anon_sym_class] = ACTIONS(2424), - [anon_sym_struct] = ACTIONS(2424), - [anon_sym_union] = ACTIONS(2424), - [anon_sym_if] = ACTIONS(2424), - [anon_sym_else] = ACTIONS(2424), - [anon_sym_switch] = ACTIONS(2424), - [anon_sym_case] = ACTIONS(2424), - [anon_sym_default] = ACTIONS(2424), - [anon_sym_while] = ACTIONS(2424), - [anon_sym_do] = ACTIONS(2424), - [anon_sym_for] = ACTIONS(2424), - [anon_sym_return] = ACTIONS(2424), - [anon_sym_break] = ACTIONS(2424), - [anon_sym_continue] = ACTIONS(2424), - [anon_sym_goto] = ACTIONS(2424), - [anon_sym_not] = ACTIONS(2424), - [anon_sym_compl] = ACTIONS(2424), - [anon_sym_DASH_DASH] = ACTIONS(2426), - [anon_sym_PLUS_PLUS] = ACTIONS(2426), - [anon_sym_sizeof] = ACTIONS(2424), - [sym_number_literal] = ACTIONS(2426), - [anon_sym_L_SQUOTE] = ACTIONS(2426), - [anon_sym_u_SQUOTE] = ACTIONS(2426), - [anon_sym_U_SQUOTE] = ACTIONS(2426), - [anon_sym_u8_SQUOTE] = ACTIONS(2426), - [anon_sym_SQUOTE] = ACTIONS(2426), - [anon_sym_L_DQUOTE] = ACTIONS(2426), - [anon_sym_u_DQUOTE] = ACTIONS(2426), - [anon_sym_U_DQUOTE] = ACTIONS(2426), - [anon_sym_u8_DQUOTE] = ACTIONS(2426), - [anon_sym_DQUOTE] = ACTIONS(2426), - [sym_true] = ACTIONS(2424), - [sym_false] = ACTIONS(2424), - [sym_null] = ACTIONS(2424), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2424), - [anon_sym_decltype] = ACTIONS(2424), - [anon_sym_virtual] = ACTIONS(2424), - [anon_sym_explicit] = ACTIONS(2424), - [anon_sym_typename] = ACTIONS(2424), - [anon_sym_template] = ACTIONS(2424), - [anon_sym_operator] = ACTIONS(2424), - [anon_sym_try] = ACTIONS(2424), - [anon_sym_delete] = ACTIONS(2424), - [anon_sym_throw] = ACTIONS(2424), - [anon_sym_namespace] = ACTIONS(2424), - [anon_sym_using] = ACTIONS(2424), - [anon_sym_static_assert] = ACTIONS(2424), - [anon_sym_concept] = ACTIONS(2424), - [anon_sym_co_return] = ACTIONS(2424), - [anon_sym_co_yield] = ACTIONS(2424), - [anon_sym_R_DQUOTE] = ACTIONS(2426), - [anon_sym_LR_DQUOTE] = ACTIONS(2426), - [anon_sym_uR_DQUOTE] = ACTIONS(2426), - [anon_sym_UR_DQUOTE] = ACTIONS(2426), - [anon_sym_u8R_DQUOTE] = ACTIONS(2426), - [anon_sym_co_await] = ACTIONS(2424), - [anon_sym_new] = ACTIONS(2424), - [anon_sym_requires] = ACTIONS(2424), - [sym_this] = ACTIONS(2424), - [sym_nullptr] = ACTIONS(2424), - }, - [666] = { - [ts_builtin_sym_end] = ACTIONS(2622), - [sym_identifier] = ACTIONS(2620), - [aux_sym_preproc_include_token1] = ACTIONS(2620), - [aux_sym_preproc_def_token1] = ACTIONS(2620), - [aux_sym_preproc_if_token1] = ACTIONS(2620), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2620), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2620), - [sym_preproc_directive] = ACTIONS(2620), - [anon_sym_LPAREN2] = ACTIONS(2622), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_TILDE] = ACTIONS(2622), - [anon_sym_DASH] = ACTIONS(2620), - [anon_sym_PLUS] = ACTIONS(2620), - [anon_sym_STAR] = ACTIONS(2622), - [anon_sym_AMP_AMP] = ACTIONS(2622), - [anon_sym_AMP] = ACTIONS(2620), - [anon_sym_SEMI] = ACTIONS(2622), - [anon_sym_typedef] = ACTIONS(2620), - [anon_sym_extern] = ACTIONS(2620), - [anon_sym___attribute__] = ACTIONS(2620), - [anon_sym_COLON_COLON] = ACTIONS(2622), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2622), - [anon_sym___declspec] = ACTIONS(2620), - [anon_sym___based] = ACTIONS(2620), - [anon_sym___cdecl] = ACTIONS(2620), - [anon_sym___clrcall] = ACTIONS(2620), - [anon_sym___stdcall] = ACTIONS(2620), - [anon_sym___fastcall] = ACTIONS(2620), - [anon_sym___thiscall] = ACTIONS(2620), - [anon_sym___vectorcall] = ACTIONS(2620), - [anon_sym_LBRACE] = ACTIONS(2622), - [anon_sym_LBRACK] = ACTIONS(2620), - [anon_sym_static] = ACTIONS(2620), - [anon_sym_register] = ACTIONS(2620), - [anon_sym_inline] = ACTIONS(2620), - [anon_sym_thread_local] = ACTIONS(2620), - [anon_sym_const] = ACTIONS(2620), - [anon_sym_volatile] = ACTIONS(2620), - [anon_sym_restrict] = ACTIONS(2620), - [anon_sym__Atomic] = ACTIONS(2620), - [anon_sym_mutable] = ACTIONS(2620), - [anon_sym_constexpr] = ACTIONS(2620), - [anon_sym_constinit] = ACTIONS(2620), - [anon_sym_consteval] = ACTIONS(2620), - [anon_sym_signed] = ACTIONS(2620), - [anon_sym_unsigned] = ACTIONS(2620), - [anon_sym_long] = ACTIONS(2620), - [anon_sym_short] = ACTIONS(2620), - [sym_primitive_type] = ACTIONS(2620), - [anon_sym_enum] = ACTIONS(2620), - [anon_sym_class] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(2620), - [anon_sym_union] = ACTIONS(2620), - [anon_sym_if] = ACTIONS(2620), - [anon_sym_else] = ACTIONS(2620), - [anon_sym_switch] = ACTIONS(2620), - [anon_sym_case] = ACTIONS(2620), - [anon_sym_default] = ACTIONS(2620), - [anon_sym_while] = ACTIONS(2620), - [anon_sym_do] = ACTIONS(2620), - [anon_sym_for] = ACTIONS(2620), - [anon_sym_return] = ACTIONS(2620), - [anon_sym_break] = ACTIONS(2620), - [anon_sym_continue] = ACTIONS(2620), - [anon_sym_goto] = ACTIONS(2620), - [anon_sym_not] = ACTIONS(2620), - [anon_sym_compl] = ACTIONS(2620), - [anon_sym_DASH_DASH] = ACTIONS(2622), - [anon_sym_PLUS_PLUS] = ACTIONS(2622), - [anon_sym_sizeof] = ACTIONS(2620), - [sym_number_literal] = ACTIONS(2622), - [anon_sym_L_SQUOTE] = ACTIONS(2622), - [anon_sym_u_SQUOTE] = ACTIONS(2622), - [anon_sym_U_SQUOTE] = ACTIONS(2622), - [anon_sym_u8_SQUOTE] = ACTIONS(2622), - [anon_sym_SQUOTE] = ACTIONS(2622), - [anon_sym_L_DQUOTE] = ACTIONS(2622), - [anon_sym_u_DQUOTE] = ACTIONS(2622), - [anon_sym_U_DQUOTE] = ACTIONS(2622), - [anon_sym_u8_DQUOTE] = ACTIONS(2622), - [anon_sym_DQUOTE] = ACTIONS(2622), - [sym_true] = ACTIONS(2620), - [sym_false] = ACTIONS(2620), - [sym_null] = ACTIONS(2620), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2620), - [anon_sym_decltype] = ACTIONS(2620), - [anon_sym_virtual] = ACTIONS(2620), - [anon_sym_explicit] = ACTIONS(2620), - [anon_sym_typename] = ACTIONS(2620), - [anon_sym_template] = ACTIONS(2620), - [anon_sym_operator] = ACTIONS(2620), - [anon_sym_try] = ACTIONS(2620), - [anon_sym_delete] = ACTIONS(2620), - [anon_sym_throw] = ACTIONS(2620), - [anon_sym_namespace] = ACTIONS(2620), - [anon_sym_using] = ACTIONS(2620), - [anon_sym_static_assert] = ACTIONS(2620), - [anon_sym_concept] = ACTIONS(2620), - [anon_sym_co_return] = ACTIONS(2620), - [anon_sym_co_yield] = ACTIONS(2620), - [anon_sym_R_DQUOTE] = ACTIONS(2622), - [anon_sym_LR_DQUOTE] = ACTIONS(2622), - [anon_sym_uR_DQUOTE] = ACTIONS(2622), - [anon_sym_UR_DQUOTE] = ACTIONS(2622), - [anon_sym_u8R_DQUOTE] = ACTIONS(2622), - [anon_sym_co_await] = ACTIONS(2620), - [anon_sym_new] = ACTIONS(2620), - [anon_sym_requires] = ACTIONS(2620), - [sym_this] = ACTIONS(2620), - [sym_nullptr] = ACTIONS(2620), - }, - [667] = { - [sym_identifier] = ACTIONS(2482), - [aux_sym_preproc_include_token1] = ACTIONS(2482), - [aux_sym_preproc_def_token1] = ACTIONS(2482), - [aux_sym_preproc_if_token1] = ACTIONS(2482), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2482), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2482), - [sym_preproc_directive] = ACTIONS(2482), - [anon_sym_LPAREN2] = ACTIONS(2484), - [anon_sym_BANG] = ACTIONS(2484), - [anon_sym_TILDE] = ACTIONS(2484), - [anon_sym_DASH] = ACTIONS(2482), - [anon_sym_PLUS] = ACTIONS(2482), - [anon_sym_STAR] = ACTIONS(2484), - [anon_sym_AMP_AMP] = ACTIONS(2484), - [anon_sym_AMP] = ACTIONS(2482), - [anon_sym_SEMI] = ACTIONS(2484), - [anon_sym_typedef] = ACTIONS(2482), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym___based] = ACTIONS(2482), - [anon_sym___cdecl] = ACTIONS(2482), - [anon_sym___clrcall] = ACTIONS(2482), - [anon_sym___stdcall] = ACTIONS(2482), - [anon_sym___fastcall] = ACTIONS(2482), - [anon_sym___thiscall] = ACTIONS(2482), - [anon_sym___vectorcall] = ACTIONS(2482), - [anon_sym_LBRACE] = ACTIONS(2484), - [anon_sym_RBRACE] = ACTIONS(2484), - [anon_sym_LBRACK] = ACTIONS(2482), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_constinit] = ACTIONS(2482), - [anon_sym_consteval] = ACTIONS(2482), - [anon_sym_signed] = ACTIONS(2482), - [anon_sym_unsigned] = ACTIONS(2482), - [anon_sym_long] = ACTIONS(2482), - [anon_sym_short] = ACTIONS(2482), - [sym_primitive_type] = ACTIONS(2482), - [anon_sym_enum] = ACTIONS(2482), - [anon_sym_class] = ACTIONS(2482), - [anon_sym_struct] = ACTIONS(2482), - [anon_sym_union] = ACTIONS(2482), - [anon_sym_if] = ACTIONS(2482), - [anon_sym_else] = ACTIONS(2482), - [anon_sym_switch] = ACTIONS(2482), - [anon_sym_case] = ACTIONS(2482), - [anon_sym_default] = ACTIONS(2482), - [anon_sym_while] = ACTIONS(2482), - [anon_sym_do] = ACTIONS(2482), - [anon_sym_for] = ACTIONS(2482), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2482), - [anon_sym_continue] = ACTIONS(2482), - [anon_sym_goto] = ACTIONS(2482), - [anon_sym_not] = ACTIONS(2482), - [anon_sym_compl] = ACTIONS(2482), - [anon_sym_DASH_DASH] = ACTIONS(2484), - [anon_sym_PLUS_PLUS] = ACTIONS(2484), - [anon_sym_sizeof] = ACTIONS(2482), - [sym_number_literal] = ACTIONS(2484), - [anon_sym_L_SQUOTE] = ACTIONS(2484), - [anon_sym_u_SQUOTE] = ACTIONS(2484), - [anon_sym_U_SQUOTE] = ACTIONS(2484), - [anon_sym_u8_SQUOTE] = ACTIONS(2484), - [anon_sym_SQUOTE] = ACTIONS(2484), - [anon_sym_L_DQUOTE] = ACTIONS(2484), - [anon_sym_u_DQUOTE] = ACTIONS(2484), - [anon_sym_U_DQUOTE] = ACTIONS(2484), - [anon_sym_u8_DQUOTE] = ACTIONS(2484), - [anon_sym_DQUOTE] = ACTIONS(2484), - [sym_true] = ACTIONS(2482), - [sym_false] = ACTIONS(2482), - [sym_null] = ACTIONS(2482), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2482), - [anon_sym_decltype] = ACTIONS(2482), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_explicit] = ACTIONS(2482), - [anon_sym_typename] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2482), - [anon_sym_operator] = ACTIONS(2482), - [anon_sym_try] = ACTIONS(2482), - [anon_sym_delete] = ACTIONS(2482), - [anon_sym_throw] = ACTIONS(2482), - [anon_sym_namespace] = ACTIONS(2482), - [anon_sym_using] = ACTIONS(2482), - [anon_sym_static_assert] = ACTIONS(2482), - [anon_sym_concept] = ACTIONS(2482), - [anon_sym_co_return] = ACTIONS(2482), - [anon_sym_co_yield] = ACTIONS(2482), - [anon_sym_R_DQUOTE] = ACTIONS(2484), - [anon_sym_LR_DQUOTE] = ACTIONS(2484), - [anon_sym_uR_DQUOTE] = ACTIONS(2484), - [anon_sym_UR_DQUOTE] = ACTIONS(2484), - [anon_sym_u8R_DQUOTE] = ACTIONS(2484), - [anon_sym_co_await] = ACTIONS(2482), - [anon_sym_new] = ACTIONS(2482), - [anon_sym_requires] = ACTIONS(2482), - [sym_this] = ACTIONS(2482), - [sym_nullptr] = ACTIONS(2482), + [653] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [668] = { - [ts_builtin_sym_end] = ACTIONS(2618), - [sym_identifier] = ACTIONS(2616), - [aux_sym_preproc_include_token1] = ACTIONS(2616), - [aux_sym_preproc_def_token1] = ACTIONS(2616), - [aux_sym_preproc_if_token1] = ACTIONS(2616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2616), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2616), - [sym_preproc_directive] = ACTIONS(2616), - [anon_sym_LPAREN2] = ACTIONS(2618), - [anon_sym_BANG] = ACTIONS(2618), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2616), - [anon_sym_PLUS] = ACTIONS(2616), - [anon_sym_STAR] = ACTIONS(2618), - [anon_sym_AMP_AMP] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_SEMI] = ACTIONS(2618), - [anon_sym_typedef] = ACTIONS(2616), - [anon_sym_extern] = ACTIONS(2616), - [anon_sym___attribute__] = ACTIONS(2616), - [anon_sym_COLON_COLON] = ACTIONS(2618), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2618), - [anon_sym___declspec] = ACTIONS(2616), - [anon_sym___based] = ACTIONS(2616), - [anon_sym___cdecl] = ACTIONS(2616), - [anon_sym___clrcall] = ACTIONS(2616), - [anon_sym___stdcall] = ACTIONS(2616), - [anon_sym___fastcall] = ACTIONS(2616), - [anon_sym___thiscall] = ACTIONS(2616), - [anon_sym___vectorcall] = ACTIONS(2616), - [anon_sym_LBRACE] = ACTIONS(2618), - [anon_sym_LBRACK] = ACTIONS(2616), - [anon_sym_static] = ACTIONS(2616), - [anon_sym_register] = ACTIONS(2616), - [anon_sym_inline] = ACTIONS(2616), - [anon_sym_thread_local] = ACTIONS(2616), - [anon_sym_const] = ACTIONS(2616), - [anon_sym_volatile] = ACTIONS(2616), - [anon_sym_restrict] = ACTIONS(2616), - [anon_sym__Atomic] = ACTIONS(2616), - [anon_sym_mutable] = ACTIONS(2616), - [anon_sym_constexpr] = ACTIONS(2616), - [anon_sym_constinit] = ACTIONS(2616), - [anon_sym_consteval] = ACTIONS(2616), - [anon_sym_signed] = ACTIONS(2616), - [anon_sym_unsigned] = ACTIONS(2616), - [anon_sym_long] = ACTIONS(2616), - [anon_sym_short] = ACTIONS(2616), - [sym_primitive_type] = ACTIONS(2616), - [anon_sym_enum] = ACTIONS(2616), - [anon_sym_class] = ACTIONS(2616), - [anon_sym_struct] = ACTIONS(2616), - [anon_sym_union] = ACTIONS(2616), - [anon_sym_if] = ACTIONS(2616), - [anon_sym_else] = ACTIONS(2616), - [anon_sym_switch] = ACTIONS(2616), - [anon_sym_case] = ACTIONS(2616), - [anon_sym_default] = ACTIONS(2616), - [anon_sym_while] = ACTIONS(2616), - [anon_sym_do] = ACTIONS(2616), - [anon_sym_for] = ACTIONS(2616), - [anon_sym_return] = ACTIONS(2616), - [anon_sym_break] = ACTIONS(2616), - [anon_sym_continue] = ACTIONS(2616), - [anon_sym_goto] = ACTIONS(2616), - [anon_sym_not] = ACTIONS(2616), - [anon_sym_compl] = ACTIONS(2616), - [anon_sym_DASH_DASH] = ACTIONS(2618), - [anon_sym_PLUS_PLUS] = ACTIONS(2618), - [anon_sym_sizeof] = ACTIONS(2616), - [sym_number_literal] = ACTIONS(2618), - [anon_sym_L_SQUOTE] = ACTIONS(2618), - [anon_sym_u_SQUOTE] = ACTIONS(2618), - [anon_sym_U_SQUOTE] = ACTIONS(2618), - [anon_sym_u8_SQUOTE] = ACTIONS(2618), - [anon_sym_SQUOTE] = ACTIONS(2618), - [anon_sym_L_DQUOTE] = ACTIONS(2618), - [anon_sym_u_DQUOTE] = ACTIONS(2618), - [anon_sym_U_DQUOTE] = ACTIONS(2618), - [anon_sym_u8_DQUOTE] = ACTIONS(2618), - [anon_sym_DQUOTE] = ACTIONS(2618), - [sym_true] = ACTIONS(2616), - [sym_false] = ACTIONS(2616), - [sym_null] = ACTIONS(2616), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2616), - [anon_sym_decltype] = ACTIONS(2616), - [anon_sym_virtual] = ACTIONS(2616), - [anon_sym_explicit] = ACTIONS(2616), - [anon_sym_typename] = ACTIONS(2616), - [anon_sym_template] = ACTIONS(2616), - [anon_sym_operator] = ACTIONS(2616), - [anon_sym_try] = ACTIONS(2616), - [anon_sym_delete] = ACTIONS(2616), - [anon_sym_throw] = ACTIONS(2616), - [anon_sym_namespace] = ACTIONS(2616), - [anon_sym_using] = ACTIONS(2616), - [anon_sym_static_assert] = ACTIONS(2616), - [anon_sym_concept] = ACTIONS(2616), - [anon_sym_co_return] = ACTIONS(2616), - [anon_sym_co_yield] = ACTIONS(2616), - [anon_sym_R_DQUOTE] = ACTIONS(2618), - [anon_sym_LR_DQUOTE] = ACTIONS(2618), - [anon_sym_uR_DQUOTE] = ACTIONS(2618), - [anon_sym_UR_DQUOTE] = ACTIONS(2618), - [anon_sym_u8R_DQUOTE] = ACTIONS(2618), - [anon_sym_co_await] = ACTIONS(2616), - [anon_sym_new] = ACTIONS(2616), - [anon_sym_requires] = ACTIONS(2616), - [sym_this] = ACTIONS(2616), - [sym_nullptr] = ACTIONS(2616), + [654] = { + [sym_identifier] = ACTIONS(2590), + [aux_sym_preproc_include_token1] = ACTIONS(2590), + [aux_sym_preproc_def_token1] = ACTIONS(2590), + [aux_sym_preproc_if_token1] = ACTIONS(2590), + [aux_sym_preproc_if_token2] = ACTIONS(2590), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2590), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2590), + [sym_preproc_directive] = ACTIONS(2590), + [anon_sym_LPAREN2] = ACTIONS(2592), + [anon_sym_BANG] = ACTIONS(2592), + [anon_sym_TILDE] = ACTIONS(2592), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2592), + [anon_sym_AMP_AMP] = ACTIONS(2592), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_SEMI] = ACTIONS(2592), + [anon_sym_typedef] = ACTIONS(2590), + [anon_sym_extern] = ACTIONS(2590), + [anon_sym___attribute__] = ACTIONS(2590), + [anon_sym_COLON_COLON] = ACTIONS(2592), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2592), + [anon_sym___declspec] = ACTIONS(2590), + [anon_sym___based] = ACTIONS(2590), + [anon_sym___cdecl] = ACTIONS(2590), + [anon_sym___clrcall] = ACTIONS(2590), + [anon_sym___stdcall] = ACTIONS(2590), + [anon_sym___fastcall] = ACTIONS(2590), + [anon_sym___thiscall] = ACTIONS(2590), + [anon_sym___vectorcall] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2592), + [anon_sym_LBRACK] = ACTIONS(2590), + [anon_sym_static] = ACTIONS(2590), + [anon_sym_register] = ACTIONS(2590), + [anon_sym_inline] = ACTIONS(2590), + [anon_sym_thread_local] = ACTIONS(2590), + [anon_sym_const] = ACTIONS(2590), + [anon_sym_volatile] = ACTIONS(2590), + [anon_sym_restrict] = ACTIONS(2590), + [anon_sym__Atomic] = ACTIONS(2590), + [anon_sym_mutable] = ACTIONS(2590), + [anon_sym_constexpr] = ACTIONS(2590), + [anon_sym_constinit] = ACTIONS(2590), + [anon_sym_consteval] = ACTIONS(2590), + [anon_sym_signed] = ACTIONS(2590), + [anon_sym_unsigned] = ACTIONS(2590), + [anon_sym_long] = ACTIONS(2590), + [anon_sym_short] = ACTIONS(2590), + [sym_primitive_type] = ACTIONS(2590), + [anon_sym_enum] = ACTIONS(2590), + [anon_sym_class] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_union] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_else] = ACTIONS(2590), + [anon_sym_switch] = ACTIONS(2590), + [anon_sym_case] = ACTIONS(2590), + [anon_sym_default] = ACTIONS(2590), + [anon_sym_while] = ACTIONS(2590), + [anon_sym_do] = ACTIONS(2590), + [anon_sym_for] = ACTIONS(2590), + [anon_sym_return] = ACTIONS(2590), + [anon_sym_break] = ACTIONS(2590), + [anon_sym_continue] = ACTIONS(2590), + [anon_sym_goto] = ACTIONS(2590), + [anon_sym_not] = ACTIONS(2590), + [anon_sym_compl] = ACTIONS(2590), + [anon_sym_DASH_DASH] = ACTIONS(2592), + [anon_sym_PLUS_PLUS] = ACTIONS(2592), + [anon_sym_sizeof] = ACTIONS(2590), + [sym_number_literal] = ACTIONS(2592), + [anon_sym_L_SQUOTE] = ACTIONS(2592), + [anon_sym_u_SQUOTE] = ACTIONS(2592), + [anon_sym_U_SQUOTE] = ACTIONS(2592), + [anon_sym_u8_SQUOTE] = ACTIONS(2592), + [anon_sym_SQUOTE] = ACTIONS(2592), + [anon_sym_L_DQUOTE] = ACTIONS(2592), + [anon_sym_u_DQUOTE] = ACTIONS(2592), + [anon_sym_U_DQUOTE] = ACTIONS(2592), + [anon_sym_u8_DQUOTE] = ACTIONS(2592), + [anon_sym_DQUOTE] = ACTIONS(2592), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_null] = ACTIONS(2590), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2590), + [anon_sym_decltype] = ACTIONS(2590), + [anon_sym_virtual] = ACTIONS(2590), + [anon_sym_explicit] = ACTIONS(2590), + [anon_sym_typename] = ACTIONS(2590), + [anon_sym_template] = ACTIONS(2590), + [anon_sym_operator] = ACTIONS(2590), + [anon_sym_try] = ACTIONS(2590), + [anon_sym_delete] = ACTIONS(2590), + [anon_sym_throw] = ACTIONS(2590), + [anon_sym_namespace] = ACTIONS(2590), + [anon_sym_using] = ACTIONS(2590), + [anon_sym_static_assert] = ACTIONS(2590), + [anon_sym_concept] = ACTIONS(2590), + [anon_sym_co_return] = ACTIONS(2590), + [anon_sym_co_yield] = ACTIONS(2590), + [anon_sym_R_DQUOTE] = ACTIONS(2592), + [anon_sym_LR_DQUOTE] = ACTIONS(2592), + [anon_sym_uR_DQUOTE] = ACTIONS(2592), + [anon_sym_UR_DQUOTE] = ACTIONS(2592), + [anon_sym_u8R_DQUOTE] = ACTIONS(2592), + [anon_sym_co_await] = ACTIONS(2590), + [anon_sym_new] = ACTIONS(2590), + [anon_sym_requires] = ACTIONS(2590), + [sym_this] = ACTIONS(2590), + [sym_nullptr] = ACTIONS(2590), }, - [669] = { - [sym_identifier] = ACTIONS(2488), - [aux_sym_preproc_include_token1] = ACTIONS(2488), - [aux_sym_preproc_def_token1] = ACTIONS(2488), - [aux_sym_preproc_if_token1] = ACTIONS(2488), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2488), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2488), - [sym_preproc_directive] = ACTIONS(2488), - [anon_sym_LPAREN2] = ACTIONS(2490), - [anon_sym_BANG] = ACTIONS(2490), - [anon_sym_TILDE] = ACTIONS(2490), - [anon_sym_DASH] = ACTIONS(2488), - [anon_sym_PLUS] = ACTIONS(2488), - [anon_sym_STAR] = ACTIONS(2490), - [anon_sym_AMP_AMP] = ACTIONS(2490), - [anon_sym_AMP] = ACTIONS(2488), - [anon_sym_SEMI] = ACTIONS(2490), - [anon_sym_typedef] = ACTIONS(2488), - [anon_sym_extern] = ACTIONS(2488), - [anon_sym___attribute__] = ACTIONS(2488), - [anon_sym_COLON_COLON] = ACTIONS(2490), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2490), - [anon_sym___declspec] = ACTIONS(2488), - [anon_sym___based] = ACTIONS(2488), - [anon_sym___cdecl] = ACTIONS(2488), - [anon_sym___clrcall] = ACTIONS(2488), - [anon_sym___stdcall] = ACTIONS(2488), - [anon_sym___fastcall] = ACTIONS(2488), - [anon_sym___thiscall] = ACTIONS(2488), - [anon_sym___vectorcall] = ACTIONS(2488), - [anon_sym_LBRACE] = ACTIONS(2490), - [anon_sym_RBRACE] = ACTIONS(2490), - [anon_sym_LBRACK] = ACTIONS(2488), - [anon_sym_static] = ACTIONS(2488), - [anon_sym_register] = ACTIONS(2488), - [anon_sym_inline] = ACTIONS(2488), - [anon_sym_thread_local] = ACTIONS(2488), - [anon_sym_const] = ACTIONS(2488), - [anon_sym_volatile] = ACTIONS(2488), - [anon_sym_restrict] = ACTIONS(2488), - [anon_sym__Atomic] = ACTIONS(2488), - [anon_sym_mutable] = ACTIONS(2488), - [anon_sym_constexpr] = ACTIONS(2488), - [anon_sym_constinit] = ACTIONS(2488), - [anon_sym_consteval] = ACTIONS(2488), - [anon_sym_signed] = ACTIONS(2488), - [anon_sym_unsigned] = ACTIONS(2488), - [anon_sym_long] = ACTIONS(2488), - [anon_sym_short] = ACTIONS(2488), - [sym_primitive_type] = ACTIONS(2488), - [anon_sym_enum] = ACTIONS(2488), - [anon_sym_class] = ACTIONS(2488), - [anon_sym_struct] = ACTIONS(2488), - [anon_sym_union] = ACTIONS(2488), - [anon_sym_if] = ACTIONS(2488), - [anon_sym_else] = ACTIONS(2488), - [anon_sym_switch] = ACTIONS(2488), - [anon_sym_case] = ACTIONS(2488), - [anon_sym_default] = ACTIONS(2488), - [anon_sym_while] = ACTIONS(2488), - [anon_sym_do] = ACTIONS(2488), - [anon_sym_for] = ACTIONS(2488), - [anon_sym_return] = ACTIONS(2488), - [anon_sym_break] = ACTIONS(2488), - [anon_sym_continue] = ACTIONS(2488), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_not] = ACTIONS(2488), - [anon_sym_compl] = ACTIONS(2488), - [anon_sym_DASH_DASH] = ACTIONS(2490), - [anon_sym_PLUS_PLUS] = ACTIONS(2490), - [anon_sym_sizeof] = ACTIONS(2488), - [sym_number_literal] = ACTIONS(2490), - [anon_sym_L_SQUOTE] = ACTIONS(2490), - [anon_sym_u_SQUOTE] = ACTIONS(2490), - [anon_sym_U_SQUOTE] = ACTIONS(2490), - [anon_sym_u8_SQUOTE] = ACTIONS(2490), - [anon_sym_SQUOTE] = ACTIONS(2490), - [anon_sym_L_DQUOTE] = ACTIONS(2490), - [anon_sym_u_DQUOTE] = ACTIONS(2490), - [anon_sym_U_DQUOTE] = ACTIONS(2490), - [anon_sym_u8_DQUOTE] = ACTIONS(2490), - [anon_sym_DQUOTE] = ACTIONS(2490), - [sym_true] = ACTIONS(2488), - [sym_false] = ACTIONS(2488), - [sym_null] = ACTIONS(2488), + [655] = { + [sym_identifier] = ACTIONS(2576), + [aux_sym_preproc_include_token1] = ACTIONS(2576), + [aux_sym_preproc_def_token1] = ACTIONS(2576), + [aux_sym_preproc_if_token1] = ACTIONS(2576), + [aux_sym_preproc_if_token2] = ACTIONS(2576), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2576), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2576), + [sym_preproc_directive] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(2578), + [anon_sym_BANG] = ACTIONS(2578), + [anon_sym_TILDE] = ACTIONS(2578), + [anon_sym_DASH] = ACTIONS(2576), + [anon_sym_PLUS] = ACTIONS(2576), + [anon_sym_STAR] = ACTIONS(2578), + [anon_sym_AMP_AMP] = ACTIONS(2578), + [anon_sym_AMP] = ACTIONS(2576), + [anon_sym_SEMI] = ACTIONS(2578), + [anon_sym_typedef] = ACTIONS(2576), + [anon_sym_extern] = ACTIONS(2576), + [anon_sym___attribute__] = ACTIONS(2576), + [anon_sym_COLON_COLON] = ACTIONS(2578), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2578), + [anon_sym___declspec] = ACTIONS(2576), + [anon_sym___based] = ACTIONS(2576), + [anon_sym___cdecl] = ACTIONS(2576), + [anon_sym___clrcall] = ACTIONS(2576), + [anon_sym___stdcall] = ACTIONS(2576), + [anon_sym___fastcall] = ACTIONS(2576), + [anon_sym___thiscall] = ACTIONS(2576), + [anon_sym___vectorcall] = ACTIONS(2576), + [anon_sym_LBRACE] = ACTIONS(2578), + [anon_sym_LBRACK] = ACTIONS(2576), + [anon_sym_static] = ACTIONS(2576), + [anon_sym_register] = ACTIONS(2576), + [anon_sym_inline] = ACTIONS(2576), + [anon_sym_thread_local] = ACTIONS(2576), + [anon_sym_const] = ACTIONS(2576), + [anon_sym_volatile] = ACTIONS(2576), + [anon_sym_restrict] = ACTIONS(2576), + [anon_sym__Atomic] = ACTIONS(2576), + [anon_sym_mutable] = ACTIONS(2576), + [anon_sym_constexpr] = ACTIONS(2576), + [anon_sym_constinit] = ACTIONS(2576), + [anon_sym_consteval] = ACTIONS(2576), + [anon_sym_signed] = ACTIONS(2576), + [anon_sym_unsigned] = ACTIONS(2576), + [anon_sym_long] = ACTIONS(2576), + [anon_sym_short] = ACTIONS(2576), + [sym_primitive_type] = ACTIONS(2576), + [anon_sym_enum] = ACTIONS(2576), + [anon_sym_class] = ACTIONS(2576), + [anon_sym_struct] = ACTIONS(2576), + [anon_sym_union] = ACTIONS(2576), + [anon_sym_if] = ACTIONS(2576), + [anon_sym_else] = ACTIONS(2576), + [anon_sym_switch] = ACTIONS(2576), + [anon_sym_case] = ACTIONS(2576), + [anon_sym_default] = ACTIONS(2576), + [anon_sym_while] = ACTIONS(2576), + [anon_sym_do] = ACTIONS(2576), + [anon_sym_for] = ACTIONS(2576), + [anon_sym_return] = ACTIONS(2576), + [anon_sym_break] = ACTIONS(2576), + [anon_sym_continue] = ACTIONS(2576), + [anon_sym_goto] = ACTIONS(2576), + [anon_sym_not] = ACTIONS(2576), + [anon_sym_compl] = ACTIONS(2576), + [anon_sym_DASH_DASH] = ACTIONS(2578), + [anon_sym_PLUS_PLUS] = ACTIONS(2578), + [anon_sym_sizeof] = ACTIONS(2576), + [sym_number_literal] = ACTIONS(2578), + [anon_sym_L_SQUOTE] = ACTIONS(2578), + [anon_sym_u_SQUOTE] = ACTIONS(2578), + [anon_sym_U_SQUOTE] = ACTIONS(2578), + [anon_sym_u8_SQUOTE] = ACTIONS(2578), + [anon_sym_SQUOTE] = ACTIONS(2578), + [anon_sym_L_DQUOTE] = ACTIONS(2578), + [anon_sym_u_DQUOTE] = ACTIONS(2578), + [anon_sym_U_DQUOTE] = ACTIONS(2578), + [anon_sym_u8_DQUOTE] = ACTIONS(2578), + [anon_sym_DQUOTE] = ACTIONS(2578), + [sym_true] = ACTIONS(2576), + [sym_false] = ACTIONS(2576), + [sym_null] = ACTIONS(2576), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2488), - [anon_sym_decltype] = ACTIONS(2488), - [anon_sym_virtual] = ACTIONS(2488), - [anon_sym_explicit] = ACTIONS(2488), - [anon_sym_typename] = ACTIONS(2488), - [anon_sym_template] = ACTIONS(2488), - [anon_sym_operator] = ACTIONS(2488), - [anon_sym_try] = ACTIONS(2488), - [anon_sym_delete] = ACTIONS(2488), - [anon_sym_throw] = ACTIONS(2488), - [anon_sym_namespace] = ACTIONS(2488), - [anon_sym_using] = ACTIONS(2488), - [anon_sym_static_assert] = ACTIONS(2488), - [anon_sym_concept] = ACTIONS(2488), - [anon_sym_co_return] = ACTIONS(2488), - [anon_sym_co_yield] = ACTIONS(2488), - [anon_sym_R_DQUOTE] = ACTIONS(2490), - [anon_sym_LR_DQUOTE] = ACTIONS(2490), - [anon_sym_uR_DQUOTE] = ACTIONS(2490), - [anon_sym_UR_DQUOTE] = ACTIONS(2490), - [anon_sym_u8R_DQUOTE] = ACTIONS(2490), - [anon_sym_co_await] = ACTIONS(2488), - [anon_sym_new] = ACTIONS(2488), - [anon_sym_requires] = ACTIONS(2488), - [sym_this] = ACTIONS(2488), - [sym_nullptr] = ACTIONS(2488), + [sym_auto] = ACTIONS(2576), + [anon_sym_decltype] = ACTIONS(2576), + [anon_sym_virtual] = ACTIONS(2576), + [anon_sym_explicit] = ACTIONS(2576), + [anon_sym_typename] = ACTIONS(2576), + [anon_sym_template] = ACTIONS(2576), + [anon_sym_operator] = ACTIONS(2576), + [anon_sym_try] = ACTIONS(2576), + [anon_sym_delete] = ACTIONS(2576), + [anon_sym_throw] = ACTIONS(2576), + [anon_sym_namespace] = ACTIONS(2576), + [anon_sym_using] = ACTIONS(2576), + [anon_sym_static_assert] = ACTIONS(2576), + [anon_sym_concept] = ACTIONS(2576), + [anon_sym_co_return] = ACTIONS(2576), + [anon_sym_co_yield] = ACTIONS(2576), + [anon_sym_R_DQUOTE] = ACTIONS(2578), + [anon_sym_LR_DQUOTE] = ACTIONS(2578), + [anon_sym_uR_DQUOTE] = ACTIONS(2578), + [anon_sym_UR_DQUOTE] = ACTIONS(2578), + [anon_sym_u8R_DQUOTE] = ACTIONS(2578), + [anon_sym_co_await] = ACTIONS(2576), + [anon_sym_new] = ACTIONS(2576), + [anon_sym_requires] = ACTIONS(2576), + [sym_this] = ACTIONS(2576), + [sym_nullptr] = ACTIONS(2576), }, - [670] = { - [sym_identifier] = ACTIONS(2624), - [aux_sym_preproc_include_token1] = ACTIONS(2624), - [aux_sym_preproc_def_token1] = ACTIONS(2624), - [aux_sym_preproc_if_token1] = ACTIONS(2624), - [aux_sym_preproc_if_token2] = ACTIONS(2624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2624), - [sym_preproc_directive] = ACTIONS(2624), - [anon_sym_LPAREN2] = ACTIONS(2626), - [anon_sym_BANG] = ACTIONS(2626), - [anon_sym_TILDE] = ACTIONS(2626), - [anon_sym_DASH] = ACTIONS(2624), - [anon_sym_PLUS] = ACTIONS(2624), - [anon_sym_STAR] = ACTIONS(2626), - [anon_sym_AMP_AMP] = ACTIONS(2626), - [anon_sym_AMP] = ACTIONS(2624), - [anon_sym_SEMI] = ACTIONS(2626), - [anon_sym_typedef] = ACTIONS(2624), - [anon_sym_extern] = ACTIONS(2624), - [anon_sym___attribute__] = ACTIONS(2624), - [anon_sym_COLON_COLON] = ACTIONS(2626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2626), - [anon_sym___declspec] = ACTIONS(2624), - [anon_sym___based] = ACTIONS(2624), - [anon_sym___cdecl] = ACTIONS(2624), - [anon_sym___clrcall] = ACTIONS(2624), - [anon_sym___stdcall] = ACTIONS(2624), - [anon_sym___fastcall] = ACTIONS(2624), - [anon_sym___thiscall] = ACTIONS(2624), - [anon_sym___vectorcall] = ACTIONS(2624), - [anon_sym_LBRACE] = ACTIONS(2626), - [anon_sym_LBRACK] = ACTIONS(2624), - [anon_sym_static] = ACTIONS(2624), - [anon_sym_register] = ACTIONS(2624), - [anon_sym_inline] = ACTIONS(2624), - [anon_sym_thread_local] = ACTIONS(2624), - [anon_sym_const] = ACTIONS(2624), - [anon_sym_volatile] = ACTIONS(2624), - [anon_sym_restrict] = ACTIONS(2624), - [anon_sym__Atomic] = ACTIONS(2624), - [anon_sym_mutable] = ACTIONS(2624), - [anon_sym_constexpr] = ACTIONS(2624), - [anon_sym_constinit] = ACTIONS(2624), - [anon_sym_consteval] = ACTIONS(2624), - [anon_sym_signed] = ACTIONS(2624), - [anon_sym_unsigned] = ACTIONS(2624), - [anon_sym_long] = ACTIONS(2624), - [anon_sym_short] = ACTIONS(2624), - [sym_primitive_type] = ACTIONS(2624), - [anon_sym_enum] = ACTIONS(2624), - [anon_sym_class] = ACTIONS(2624), - [anon_sym_struct] = ACTIONS(2624), - [anon_sym_union] = ACTIONS(2624), - [anon_sym_if] = ACTIONS(2624), - [anon_sym_else] = ACTIONS(2624), - [anon_sym_switch] = ACTIONS(2624), - [anon_sym_case] = ACTIONS(2624), - [anon_sym_default] = ACTIONS(2624), - [anon_sym_while] = ACTIONS(2624), - [anon_sym_do] = ACTIONS(2624), - [anon_sym_for] = ACTIONS(2624), - [anon_sym_return] = ACTIONS(2624), - [anon_sym_break] = ACTIONS(2624), - [anon_sym_continue] = ACTIONS(2624), - [anon_sym_goto] = ACTIONS(2624), - [anon_sym_not] = ACTIONS(2624), - [anon_sym_compl] = ACTIONS(2624), - [anon_sym_DASH_DASH] = ACTIONS(2626), - [anon_sym_PLUS_PLUS] = ACTIONS(2626), - [anon_sym_sizeof] = ACTIONS(2624), - [sym_number_literal] = ACTIONS(2626), - [anon_sym_L_SQUOTE] = ACTIONS(2626), - [anon_sym_u_SQUOTE] = ACTIONS(2626), - [anon_sym_U_SQUOTE] = ACTIONS(2626), - [anon_sym_u8_SQUOTE] = ACTIONS(2626), - [anon_sym_SQUOTE] = ACTIONS(2626), - [anon_sym_L_DQUOTE] = ACTIONS(2626), - [anon_sym_u_DQUOTE] = ACTIONS(2626), - [anon_sym_U_DQUOTE] = ACTIONS(2626), - [anon_sym_u8_DQUOTE] = ACTIONS(2626), - [anon_sym_DQUOTE] = ACTIONS(2626), - [sym_true] = ACTIONS(2624), - [sym_false] = ACTIONS(2624), - [sym_null] = ACTIONS(2624), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2624), - [anon_sym_decltype] = ACTIONS(2624), - [anon_sym_virtual] = ACTIONS(2624), - [anon_sym_explicit] = ACTIONS(2624), - [anon_sym_typename] = ACTIONS(2624), - [anon_sym_template] = ACTIONS(2624), - [anon_sym_operator] = ACTIONS(2624), - [anon_sym_try] = ACTIONS(2624), - [anon_sym_delete] = ACTIONS(2624), - [anon_sym_throw] = ACTIONS(2624), - [anon_sym_namespace] = ACTIONS(2624), - [anon_sym_using] = ACTIONS(2624), - [anon_sym_static_assert] = ACTIONS(2624), - [anon_sym_concept] = ACTIONS(2624), - [anon_sym_co_return] = ACTIONS(2624), - [anon_sym_co_yield] = ACTIONS(2624), - [anon_sym_R_DQUOTE] = ACTIONS(2626), - [anon_sym_LR_DQUOTE] = ACTIONS(2626), - [anon_sym_uR_DQUOTE] = ACTIONS(2626), - [anon_sym_UR_DQUOTE] = ACTIONS(2626), - [anon_sym_u8R_DQUOTE] = ACTIONS(2626), - [anon_sym_co_await] = ACTIONS(2624), - [anon_sym_new] = ACTIONS(2624), - [anon_sym_requires] = ACTIONS(2624), - [sym_this] = ACTIONS(2624), - [sym_nullptr] = ACTIONS(2624), + [656] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [671] = { - [sym_identifier] = ACTIONS(2424), - [aux_sym_preproc_include_token1] = ACTIONS(2424), - [aux_sym_preproc_def_token1] = ACTIONS(2424), - [aux_sym_preproc_if_token1] = ACTIONS(2424), - [aux_sym_preproc_if_token2] = ACTIONS(2424), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2424), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2424), - [sym_preproc_directive] = ACTIONS(2424), - [anon_sym_LPAREN2] = ACTIONS(2426), - [anon_sym_BANG] = ACTIONS(2426), - [anon_sym_TILDE] = ACTIONS(2426), - [anon_sym_DASH] = ACTIONS(2424), - [anon_sym_PLUS] = ACTIONS(2424), - [anon_sym_STAR] = ACTIONS(2426), - [anon_sym_AMP_AMP] = ACTIONS(2426), - [anon_sym_AMP] = ACTIONS(2424), - [anon_sym_SEMI] = ACTIONS(2426), - [anon_sym_typedef] = ACTIONS(2424), - [anon_sym_extern] = ACTIONS(2424), - [anon_sym___attribute__] = ACTIONS(2424), - [anon_sym_COLON_COLON] = ACTIONS(2426), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2426), - [anon_sym___declspec] = ACTIONS(2424), - [anon_sym___based] = ACTIONS(2424), - [anon_sym___cdecl] = ACTIONS(2424), - [anon_sym___clrcall] = ACTIONS(2424), - [anon_sym___stdcall] = ACTIONS(2424), - [anon_sym___fastcall] = ACTIONS(2424), - [anon_sym___thiscall] = ACTIONS(2424), - [anon_sym___vectorcall] = ACTIONS(2424), - [anon_sym_LBRACE] = ACTIONS(2426), - [anon_sym_LBRACK] = ACTIONS(2424), - [anon_sym_static] = ACTIONS(2424), - [anon_sym_register] = ACTIONS(2424), - [anon_sym_inline] = ACTIONS(2424), - [anon_sym_thread_local] = ACTIONS(2424), - [anon_sym_const] = ACTIONS(2424), - [anon_sym_volatile] = ACTIONS(2424), - [anon_sym_restrict] = ACTIONS(2424), - [anon_sym__Atomic] = ACTIONS(2424), - [anon_sym_mutable] = ACTIONS(2424), - [anon_sym_constexpr] = ACTIONS(2424), - [anon_sym_constinit] = ACTIONS(2424), - [anon_sym_consteval] = ACTIONS(2424), - [anon_sym_signed] = ACTIONS(2424), - [anon_sym_unsigned] = ACTIONS(2424), - [anon_sym_long] = ACTIONS(2424), - [anon_sym_short] = ACTIONS(2424), - [sym_primitive_type] = ACTIONS(2424), - [anon_sym_enum] = ACTIONS(2424), - [anon_sym_class] = ACTIONS(2424), - [anon_sym_struct] = ACTIONS(2424), - [anon_sym_union] = ACTIONS(2424), - [anon_sym_if] = ACTIONS(2424), - [anon_sym_else] = ACTIONS(2424), - [anon_sym_switch] = ACTIONS(2424), - [anon_sym_case] = ACTIONS(2424), - [anon_sym_default] = ACTIONS(2424), - [anon_sym_while] = ACTIONS(2424), - [anon_sym_do] = ACTIONS(2424), - [anon_sym_for] = ACTIONS(2424), - [anon_sym_return] = ACTIONS(2424), - [anon_sym_break] = ACTIONS(2424), - [anon_sym_continue] = ACTIONS(2424), - [anon_sym_goto] = ACTIONS(2424), - [anon_sym_not] = ACTIONS(2424), - [anon_sym_compl] = ACTIONS(2424), - [anon_sym_DASH_DASH] = ACTIONS(2426), - [anon_sym_PLUS_PLUS] = ACTIONS(2426), - [anon_sym_sizeof] = ACTIONS(2424), - [sym_number_literal] = ACTIONS(2426), - [anon_sym_L_SQUOTE] = ACTIONS(2426), - [anon_sym_u_SQUOTE] = ACTIONS(2426), - [anon_sym_U_SQUOTE] = ACTIONS(2426), - [anon_sym_u8_SQUOTE] = ACTIONS(2426), - [anon_sym_SQUOTE] = ACTIONS(2426), - [anon_sym_L_DQUOTE] = ACTIONS(2426), - [anon_sym_u_DQUOTE] = ACTIONS(2426), - [anon_sym_U_DQUOTE] = ACTIONS(2426), - [anon_sym_u8_DQUOTE] = ACTIONS(2426), - [anon_sym_DQUOTE] = ACTIONS(2426), - [sym_true] = ACTIONS(2424), - [sym_false] = ACTIONS(2424), - [sym_null] = ACTIONS(2424), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2424), - [anon_sym_decltype] = ACTIONS(2424), - [anon_sym_virtual] = ACTIONS(2424), - [anon_sym_explicit] = ACTIONS(2424), - [anon_sym_typename] = ACTIONS(2424), - [anon_sym_template] = ACTIONS(2424), - [anon_sym_operator] = ACTIONS(2424), - [anon_sym_try] = ACTIONS(2424), - [anon_sym_delete] = ACTIONS(2424), - [anon_sym_throw] = ACTIONS(2424), - [anon_sym_namespace] = ACTIONS(2424), - [anon_sym_using] = ACTIONS(2424), - [anon_sym_static_assert] = ACTIONS(2424), - [anon_sym_concept] = ACTIONS(2424), - [anon_sym_co_return] = ACTIONS(2424), - [anon_sym_co_yield] = ACTIONS(2424), - [anon_sym_R_DQUOTE] = ACTIONS(2426), - [anon_sym_LR_DQUOTE] = ACTIONS(2426), - [anon_sym_uR_DQUOTE] = ACTIONS(2426), - [anon_sym_UR_DQUOTE] = ACTIONS(2426), - [anon_sym_u8R_DQUOTE] = ACTIONS(2426), - [anon_sym_co_await] = ACTIONS(2424), - [anon_sym_new] = ACTIONS(2424), - [anon_sym_requires] = ACTIONS(2424), - [sym_this] = ACTIONS(2424), - [sym_nullptr] = ACTIONS(2424), + [657] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [672] = { - [sym_identifier] = ACTIONS(2628), - [aux_sym_preproc_include_token1] = ACTIONS(2628), - [aux_sym_preproc_def_token1] = ACTIONS(2628), - [aux_sym_preproc_if_token1] = ACTIONS(2628), - [aux_sym_preproc_if_token2] = ACTIONS(2628), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2628), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2628), - [sym_preproc_directive] = ACTIONS(2628), - [anon_sym_LPAREN2] = ACTIONS(2630), - [anon_sym_BANG] = ACTIONS(2630), - [anon_sym_TILDE] = ACTIONS(2630), - [anon_sym_DASH] = ACTIONS(2628), - [anon_sym_PLUS] = ACTIONS(2628), - [anon_sym_STAR] = ACTIONS(2630), - [anon_sym_AMP_AMP] = ACTIONS(2630), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_SEMI] = ACTIONS(2630), - [anon_sym_typedef] = ACTIONS(2628), - [anon_sym_extern] = ACTIONS(2628), - [anon_sym___attribute__] = ACTIONS(2628), - [anon_sym_COLON_COLON] = ACTIONS(2630), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2630), - [anon_sym___declspec] = ACTIONS(2628), - [anon_sym___based] = ACTIONS(2628), - [anon_sym___cdecl] = ACTIONS(2628), - [anon_sym___clrcall] = ACTIONS(2628), - [anon_sym___stdcall] = ACTIONS(2628), - [anon_sym___fastcall] = ACTIONS(2628), - [anon_sym___thiscall] = ACTIONS(2628), - [anon_sym___vectorcall] = ACTIONS(2628), - [anon_sym_LBRACE] = ACTIONS(2630), - [anon_sym_LBRACK] = ACTIONS(2628), - [anon_sym_static] = ACTIONS(2628), - [anon_sym_register] = ACTIONS(2628), - [anon_sym_inline] = ACTIONS(2628), - [anon_sym_thread_local] = ACTIONS(2628), - [anon_sym_const] = ACTIONS(2628), - [anon_sym_volatile] = ACTIONS(2628), - [anon_sym_restrict] = ACTIONS(2628), - [anon_sym__Atomic] = ACTIONS(2628), - [anon_sym_mutable] = ACTIONS(2628), - [anon_sym_constexpr] = ACTIONS(2628), - [anon_sym_constinit] = ACTIONS(2628), - [anon_sym_consteval] = ACTIONS(2628), - [anon_sym_signed] = ACTIONS(2628), - [anon_sym_unsigned] = ACTIONS(2628), - [anon_sym_long] = ACTIONS(2628), - [anon_sym_short] = ACTIONS(2628), - [sym_primitive_type] = ACTIONS(2628), - [anon_sym_enum] = ACTIONS(2628), - [anon_sym_class] = ACTIONS(2628), - [anon_sym_struct] = ACTIONS(2628), - [anon_sym_union] = ACTIONS(2628), - [anon_sym_if] = ACTIONS(2628), - [anon_sym_else] = ACTIONS(2628), - [anon_sym_switch] = ACTIONS(2628), - [anon_sym_case] = ACTIONS(2628), - [anon_sym_default] = ACTIONS(2628), - [anon_sym_while] = ACTIONS(2628), - [anon_sym_do] = ACTIONS(2628), - [anon_sym_for] = ACTIONS(2628), - [anon_sym_return] = ACTIONS(2628), - [anon_sym_break] = ACTIONS(2628), - [anon_sym_continue] = ACTIONS(2628), - [anon_sym_goto] = ACTIONS(2628), - [anon_sym_not] = ACTIONS(2628), - [anon_sym_compl] = ACTIONS(2628), - [anon_sym_DASH_DASH] = ACTIONS(2630), - [anon_sym_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_sizeof] = ACTIONS(2628), - [sym_number_literal] = ACTIONS(2630), - [anon_sym_L_SQUOTE] = ACTIONS(2630), - [anon_sym_u_SQUOTE] = ACTIONS(2630), - [anon_sym_U_SQUOTE] = ACTIONS(2630), - [anon_sym_u8_SQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE] = ACTIONS(2630), - [anon_sym_L_DQUOTE] = ACTIONS(2630), - [anon_sym_u_DQUOTE] = ACTIONS(2630), - [anon_sym_U_DQUOTE] = ACTIONS(2630), - [anon_sym_u8_DQUOTE] = ACTIONS(2630), - [anon_sym_DQUOTE] = ACTIONS(2630), - [sym_true] = ACTIONS(2628), - [sym_false] = ACTIONS(2628), - [sym_null] = ACTIONS(2628), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2628), - [anon_sym_decltype] = ACTIONS(2628), - [anon_sym_virtual] = ACTIONS(2628), - [anon_sym_explicit] = ACTIONS(2628), - [anon_sym_typename] = ACTIONS(2628), - [anon_sym_template] = ACTIONS(2628), - [anon_sym_operator] = ACTIONS(2628), - [anon_sym_try] = ACTIONS(2628), - [anon_sym_delete] = ACTIONS(2628), - [anon_sym_throw] = ACTIONS(2628), - [anon_sym_namespace] = ACTIONS(2628), - [anon_sym_using] = ACTIONS(2628), - [anon_sym_static_assert] = ACTIONS(2628), - [anon_sym_concept] = ACTIONS(2628), - [anon_sym_co_return] = ACTIONS(2628), - [anon_sym_co_yield] = ACTIONS(2628), - [anon_sym_R_DQUOTE] = ACTIONS(2630), - [anon_sym_LR_DQUOTE] = ACTIONS(2630), - [anon_sym_uR_DQUOTE] = ACTIONS(2630), - [anon_sym_UR_DQUOTE] = ACTIONS(2630), - [anon_sym_u8R_DQUOTE] = ACTIONS(2630), - [anon_sym_co_await] = ACTIONS(2628), - [anon_sym_new] = ACTIONS(2628), - [anon_sym_requires] = ACTIONS(2628), - [sym_this] = ACTIONS(2628), - [sym_nullptr] = ACTIONS(2628), + [658] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_RBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [673] = { - [sym_identifier] = ACTIONS(2632), - [aux_sym_preproc_include_token1] = ACTIONS(2632), - [aux_sym_preproc_def_token1] = ACTIONS(2632), - [aux_sym_preproc_if_token1] = ACTIONS(2632), - [aux_sym_preproc_if_token2] = ACTIONS(2632), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2632), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2632), - [sym_preproc_directive] = ACTIONS(2632), - [anon_sym_LPAREN2] = ACTIONS(2634), - [anon_sym_BANG] = ACTIONS(2634), - [anon_sym_TILDE] = ACTIONS(2634), - [anon_sym_DASH] = ACTIONS(2632), - [anon_sym_PLUS] = ACTIONS(2632), - [anon_sym_STAR] = ACTIONS(2634), - [anon_sym_AMP_AMP] = ACTIONS(2634), - [anon_sym_AMP] = ACTIONS(2632), - [anon_sym_SEMI] = ACTIONS(2634), - [anon_sym_typedef] = ACTIONS(2632), - [anon_sym_extern] = ACTIONS(2632), - [anon_sym___attribute__] = ACTIONS(2632), - [anon_sym_COLON_COLON] = ACTIONS(2634), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2634), - [anon_sym___declspec] = ACTIONS(2632), - [anon_sym___based] = ACTIONS(2632), - [anon_sym___cdecl] = ACTIONS(2632), - [anon_sym___clrcall] = ACTIONS(2632), - [anon_sym___stdcall] = ACTIONS(2632), - [anon_sym___fastcall] = ACTIONS(2632), - [anon_sym___thiscall] = ACTIONS(2632), - [anon_sym___vectorcall] = ACTIONS(2632), - [anon_sym_LBRACE] = ACTIONS(2634), - [anon_sym_LBRACK] = ACTIONS(2632), - [anon_sym_static] = ACTIONS(2632), - [anon_sym_register] = ACTIONS(2632), - [anon_sym_inline] = ACTIONS(2632), - [anon_sym_thread_local] = ACTIONS(2632), - [anon_sym_const] = ACTIONS(2632), - [anon_sym_volatile] = ACTIONS(2632), - [anon_sym_restrict] = ACTIONS(2632), - [anon_sym__Atomic] = ACTIONS(2632), - [anon_sym_mutable] = ACTIONS(2632), - [anon_sym_constexpr] = ACTIONS(2632), - [anon_sym_constinit] = ACTIONS(2632), - [anon_sym_consteval] = ACTIONS(2632), - [anon_sym_signed] = ACTIONS(2632), - [anon_sym_unsigned] = ACTIONS(2632), - [anon_sym_long] = ACTIONS(2632), - [anon_sym_short] = ACTIONS(2632), - [sym_primitive_type] = ACTIONS(2632), - [anon_sym_enum] = ACTIONS(2632), - [anon_sym_class] = ACTIONS(2632), - [anon_sym_struct] = ACTIONS(2632), - [anon_sym_union] = ACTIONS(2632), - [anon_sym_if] = ACTIONS(2632), - [anon_sym_else] = ACTIONS(2632), - [anon_sym_switch] = ACTIONS(2632), - [anon_sym_case] = ACTIONS(2632), - [anon_sym_default] = ACTIONS(2632), - [anon_sym_while] = ACTIONS(2632), - [anon_sym_do] = ACTIONS(2632), - [anon_sym_for] = ACTIONS(2632), - [anon_sym_return] = ACTIONS(2632), - [anon_sym_break] = ACTIONS(2632), - [anon_sym_continue] = ACTIONS(2632), - [anon_sym_goto] = ACTIONS(2632), - [anon_sym_not] = ACTIONS(2632), - [anon_sym_compl] = ACTIONS(2632), - [anon_sym_DASH_DASH] = ACTIONS(2634), - [anon_sym_PLUS_PLUS] = ACTIONS(2634), - [anon_sym_sizeof] = ACTIONS(2632), - [sym_number_literal] = ACTIONS(2634), - [anon_sym_L_SQUOTE] = ACTIONS(2634), - [anon_sym_u_SQUOTE] = ACTIONS(2634), - [anon_sym_U_SQUOTE] = ACTIONS(2634), - [anon_sym_u8_SQUOTE] = ACTIONS(2634), - [anon_sym_SQUOTE] = ACTIONS(2634), - [anon_sym_L_DQUOTE] = ACTIONS(2634), - [anon_sym_u_DQUOTE] = ACTIONS(2634), - [anon_sym_U_DQUOTE] = ACTIONS(2634), - [anon_sym_u8_DQUOTE] = ACTIONS(2634), - [anon_sym_DQUOTE] = ACTIONS(2634), - [sym_true] = ACTIONS(2632), - [sym_false] = ACTIONS(2632), - [sym_null] = ACTIONS(2632), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2632), - [anon_sym_decltype] = ACTIONS(2632), - [anon_sym_virtual] = ACTIONS(2632), - [anon_sym_explicit] = ACTIONS(2632), - [anon_sym_typename] = ACTIONS(2632), - [anon_sym_template] = ACTIONS(2632), - [anon_sym_operator] = ACTIONS(2632), - [anon_sym_try] = ACTIONS(2632), - [anon_sym_delete] = ACTIONS(2632), - [anon_sym_throw] = ACTIONS(2632), - [anon_sym_namespace] = ACTIONS(2632), - [anon_sym_using] = ACTIONS(2632), - [anon_sym_static_assert] = ACTIONS(2632), - [anon_sym_concept] = ACTIONS(2632), - [anon_sym_co_return] = ACTIONS(2632), - [anon_sym_co_yield] = ACTIONS(2632), - [anon_sym_R_DQUOTE] = ACTIONS(2634), - [anon_sym_LR_DQUOTE] = ACTIONS(2634), - [anon_sym_uR_DQUOTE] = ACTIONS(2634), - [anon_sym_UR_DQUOTE] = ACTIONS(2634), - [anon_sym_u8R_DQUOTE] = ACTIONS(2634), - [anon_sym_co_await] = ACTIONS(2632), - [anon_sym_new] = ACTIONS(2632), - [anon_sym_requires] = ACTIONS(2632), - [sym_this] = ACTIONS(2632), - [sym_nullptr] = ACTIONS(2632), + [659] = { + [sym_identifier] = ACTIONS(2548), + [aux_sym_preproc_include_token1] = ACTIONS(2548), + [aux_sym_preproc_def_token1] = ACTIONS(2548), + [aux_sym_preproc_if_token1] = ACTIONS(2548), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2548), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2548), + [sym_preproc_directive] = ACTIONS(2548), + [anon_sym_LPAREN2] = ACTIONS(2550), + [anon_sym_BANG] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2550), + [anon_sym_DASH] = ACTIONS(2548), + [anon_sym_PLUS] = ACTIONS(2548), + [anon_sym_STAR] = ACTIONS(2550), + [anon_sym_AMP_AMP] = ACTIONS(2550), + [anon_sym_AMP] = ACTIONS(2548), + [anon_sym_SEMI] = ACTIONS(2550), + [anon_sym_typedef] = ACTIONS(2548), + [anon_sym_extern] = ACTIONS(2548), + [anon_sym___attribute__] = ACTIONS(2548), + [anon_sym_COLON_COLON] = ACTIONS(2550), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2550), + [anon_sym___declspec] = ACTIONS(2548), + [anon_sym___based] = ACTIONS(2548), + [anon_sym___cdecl] = ACTIONS(2548), + [anon_sym___clrcall] = ACTIONS(2548), + [anon_sym___stdcall] = ACTIONS(2548), + [anon_sym___fastcall] = ACTIONS(2548), + [anon_sym___thiscall] = ACTIONS(2548), + [anon_sym___vectorcall] = ACTIONS(2548), + [anon_sym_LBRACE] = ACTIONS(2550), + [anon_sym_RBRACE] = ACTIONS(2550), + [anon_sym_LBRACK] = ACTIONS(2548), + [anon_sym_static] = ACTIONS(2548), + [anon_sym_register] = ACTIONS(2548), + [anon_sym_inline] = ACTIONS(2548), + [anon_sym_thread_local] = ACTIONS(2548), + [anon_sym_const] = ACTIONS(2548), + [anon_sym_volatile] = ACTIONS(2548), + [anon_sym_restrict] = ACTIONS(2548), + [anon_sym__Atomic] = ACTIONS(2548), + [anon_sym_mutable] = ACTIONS(2548), + [anon_sym_constexpr] = ACTIONS(2548), + [anon_sym_constinit] = ACTIONS(2548), + [anon_sym_consteval] = ACTIONS(2548), + [anon_sym_signed] = ACTIONS(2548), + [anon_sym_unsigned] = ACTIONS(2548), + [anon_sym_long] = ACTIONS(2548), + [anon_sym_short] = ACTIONS(2548), + [sym_primitive_type] = ACTIONS(2548), + [anon_sym_enum] = ACTIONS(2548), + [anon_sym_class] = ACTIONS(2548), + [anon_sym_struct] = ACTIONS(2548), + [anon_sym_union] = ACTIONS(2548), + [anon_sym_if] = ACTIONS(2548), + [anon_sym_else] = ACTIONS(2548), + [anon_sym_switch] = ACTIONS(2548), + [anon_sym_case] = ACTIONS(2548), + [anon_sym_default] = ACTIONS(2548), + [anon_sym_while] = ACTIONS(2548), + [anon_sym_do] = ACTIONS(2548), + [anon_sym_for] = ACTIONS(2548), + [anon_sym_return] = ACTIONS(2548), + [anon_sym_break] = ACTIONS(2548), + [anon_sym_continue] = ACTIONS(2548), + [anon_sym_goto] = ACTIONS(2548), + [anon_sym_not] = ACTIONS(2548), + [anon_sym_compl] = ACTIONS(2548), + [anon_sym_DASH_DASH] = ACTIONS(2550), + [anon_sym_PLUS_PLUS] = ACTIONS(2550), + [anon_sym_sizeof] = ACTIONS(2548), + [sym_number_literal] = ACTIONS(2550), + [anon_sym_L_SQUOTE] = ACTIONS(2550), + [anon_sym_u_SQUOTE] = ACTIONS(2550), + [anon_sym_U_SQUOTE] = ACTIONS(2550), + [anon_sym_u8_SQUOTE] = ACTIONS(2550), + [anon_sym_SQUOTE] = ACTIONS(2550), + [anon_sym_L_DQUOTE] = ACTIONS(2550), + [anon_sym_u_DQUOTE] = ACTIONS(2550), + [anon_sym_U_DQUOTE] = ACTIONS(2550), + [anon_sym_u8_DQUOTE] = ACTIONS(2550), + [anon_sym_DQUOTE] = ACTIONS(2550), + [sym_true] = ACTIONS(2548), + [sym_false] = ACTIONS(2548), + [sym_null] = ACTIONS(2548), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2548), + [anon_sym_decltype] = ACTIONS(2548), + [anon_sym_virtual] = ACTIONS(2548), + [anon_sym_explicit] = ACTIONS(2548), + [anon_sym_typename] = ACTIONS(2548), + [anon_sym_template] = ACTIONS(2548), + [anon_sym_operator] = ACTIONS(2548), + [anon_sym_try] = ACTIONS(2548), + [anon_sym_delete] = ACTIONS(2548), + [anon_sym_throw] = ACTIONS(2548), + [anon_sym_namespace] = ACTIONS(2548), + [anon_sym_using] = ACTIONS(2548), + [anon_sym_static_assert] = ACTIONS(2548), + [anon_sym_concept] = ACTIONS(2548), + [anon_sym_co_return] = ACTIONS(2548), + [anon_sym_co_yield] = ACTIONS(2548), + [anon_sym_R_DQUOTE] = ACTIONS(2550), + [anon_sym_LR_DQUOTE] = ACTIONS(2550), + [anon_sym_uR_DQUOTE] = ACTIONS(2550), + [anon_sym_UR_DQUOTE] = ACTIONS(2550), + [anon_sym_u8R_DQUOTE] = ACTIONS(2550), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2548), + [anon_sym_requires] = ACTIONS(2548), + [sym_this] = ACTIONS(2548), + [sym_nullptr] = ACTIONS(2548), }, - [674] = { - [sym_identifier] = ACTIONS(2636), - [aux_sym_preproc_include_token1] = ACTIONS(2636), - [aux_sym_preproc_def_token1] = ACTIONS(2636), - [aux_sym_preproc_if_token1] = ACTIONS(2636), - [aux_sym_preproc_if_token2] = ACTIONS(2636), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2636), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2636), - [sym_preproc_directive] = ACTIONS(2636), - [anon_sym_LPAREN2] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2636), - [anon_sym_PLUS] = ACTIONS(2636), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2636), - [anon_sym_SEMI] = ACTIONS(2638), - [anon_sym_typedef] = ACTIONS(2636), - [anon_sym_extern] = ACTIONS(2636), - [anon_sym___attribute__] = ACTIONS(2636), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2638), - [anon_sym___declspec] = ACTIONS(2636), - [anon_sym___based] = ACTIONS(2636), - [anon_sym___cdecl] = ACTIONS(2636), - [anon_sym___clrcall] = ACTIONS(2636), - [anon_sym___stdcall] = ACTIONS(2636), - [anon_sym___fastcall] = ACTIONS(2636), - [anon_sym___thiscall] = ACTIONS(2636), - [anon_sym___vectorcall] = ACTIONS(2636), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2636), - [anon_sym_static] = ACTIONS(2636), - [anon_sym_register] = ACTIONS(2636), - [anon_sym_inline] = ACTIONS(2636), - [anon_sym_thread_local] = ACTIONS(2636), - [anon_sym_const] = ACTIONS(2636), - [anon_sym_volatile] = ACTIONS(2636), - [anon_sym_restrict] = ACTIONS(2636), - [anon_sym__Atomic] = ACTIONS(2636), - [anon_sym_mutable] = ACTIONS(2636), - [anon_sym_constexpr] = ACTIONS(2636), - [anon_sym_constinit] = ACTIONS(2636), - [anon_sym_consteval] = ACTIONS(2636), - [anon_sym_signed] = ACTIONS(2636), - [anon_sym_unsigned] = ACTIONS(2636), - [anon_sym_long] = ACTIONS(2636), - [anon_sym_short] = ACTIONS(2636), - [sym_primitive_type] = ACTIONS(2636), - [anon_sym_enum] = ACTIONS(2636), - [anon_sym_class] = ACTIONS(2636), - [anon_sym_struct] = ACTIONS(2636), - [anon_sym_union] = ACTIONS(2636), - [anon_sym_if] = ACTIONS(2636), - [anon_sym_else] = ACTIONS(2636), - [anon_sym_switch] = ACTIONS(2636), - [anon_sym_case] = ACTIONS(2636), - [anon_sym_default] = ACTIONS(2636), - [anon_sym_while] = ACTIONS(2636), - [anon_sym_do] = ACTIONS(2636), - [anon_sym_for] = ACTIONS(2636), - [anon_sym_return] = ACTIONS(2636), - [anon_sym_break] = ACTIONS(2636), - [anon_sym_continue] = ACTIONS(2636), - [anon_sym_goto] = ACTIONS(2636), - [anon_sym_not] = ACTIONS(2636), - [anon_sym_compl] = ACTIONS(2636), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_sizeof] = ACTIONS(2636), - [sym_number_literal] = ACTIONS(2638), - [anon_sym_L_SQUOTE] = ACTIONS(2638), - [anon_sym_u_SQUOTE] = ACTIONS(2638), - [anon_sym_U_SQUOTE] = ACTIONS(2638), - [anon_sym_u8_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_L_DQUOTE] = ACTIONS(2638), - [anon_sym_u_DQUOTE] = ACTIONS(2638), - [anon_sym_U_DQUOTE] = ACTIONS(2638), - [anon_sym_u8_DQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [sym_true] = ACTIONS(2636), - [sym_false] = ACTIONS(2636), - [sym_null] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2636), - [anon_sym_decltype] = ACTIONS(2636), - [anon_sym_virtual] = ACTIONS(2636), - [anon_sym_explicit] = ACTIONS(2636), - [anon_sym_typename] = ACTIONS(2636), - [anon_sym_template] = ACTIONS(2636), - [anon_sym_operator] = ACTIONS(2636), - [anon_sym_try] = ACTIONS(2636), - [anon_sym_delete] = ACTIONS(2636), - [anon_sym_throw] = ACTIONS(2636), - [anon_sym_namespace] = ACTIONS(2636), - [anon_sym_using] = ACTIONS(2636), - [anon_sym_static_assert] = ACTIONS(2636), - [anon_sym_concept] = ACTIONS(2636), - [anon_sym_co_return] = ACTIONS(2636), - [anon_sym_co_yield] = ACTIONS(2636), - [anon_sym_R_DQUOTE] = ACTIONS(2638), - [anon_sym_LR_DQUOTE] = ACTIONS(2638), - [anon_sym_uR_DQUOTE] = ACTIONS(2638), - [anon_sym_UR_DQUOTE] = ACTIONS(2638), - [anon_sym_u8R_DQUOTE] = ACTIONS(2638), - [anon_sym_co_await] = ACTIONS(2636), - [anon_sym_new] = ACTIONS(2636), - [anon_sym_requires] = ACTIONS(2636), - [sym_this] = ACTIONS(2636), - [sym_nullptr] = ACTIONS(2636), + [660] = { + [sym_identifier] = ACTIONS(2554), + [aux_sym_preproc_include_token1] = ACTIONS(2554), + [aux_sym_preproc_def_token1] = ACTIONS(2554), + [aux_sym_preproc_if_token1] = ACTIONS(2554), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2554), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2554), + [sym_preproc_directive] = ACTIONS(2554), + [anon_sym_LPAREN2] = ACTIONS(2556), + [anon_sym_BANG] = ACTIONS(2556), + [anon_sym_TILDE] = ACTIONS(2556), + [anon_sym_DASH] = ACTIONS(2554), + [anon_sym_PLUS] = ACTIONS(2554), + [anon_sym_STAR] = ACTIONS(2556), + [anon_sym_AMP_AMP] = ACTIONS(2556), + [anon_sym_AMP] = ACTIONS(2554), + [anon_sym_SEMI] = ACTIONS(2556), + [anon_sym_typedef] = ACTIONS(2554), + [anon_sym_extern] = ACTIONS(2554), + [anon_sym___attribute__] = ACTIONS(2554), + [anon_sym_COLON_COLON] = ACTIONS(2556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2556), + [anon_sym___declspec] = ACTIONS(2554), + [anon_sym___based] = ACTIONS(2554), + [anon_sym___cdecl] = ACTIONS(2554), + [anon_sym___clrcall] = ACTIONS(2554), + [anon_sym___stdcall] = ACTIONS(2554), + [anon_sym___fastcall] = ACTIONS(2554), + [anon_sym___thiscall] = ACTIONS(2554), + [anon_sym___vectorcall] = ACTIONS(2554), + [anon_sym_LBRACE] = ACTIONS(2556), + [anon_sym_RBRACE] = ACTIONS(2556), + [anon_sym_LBRACK] = ACTIONS(2554), + [anon_sym_static] = ACTIONS(2554), + [anon_sym_register] = ACTIONS(2554), + [anon_sym_inline] = ACTIONS(2554), + [anon_sym_thread_local] = ACTIONS(2554), + [anon_sym_const] = ACTIONS(2554), + [anon_sym_volatile] = ACTIONS(2554), + [anon_sym_restrict] = ACTIONS(2554), + [anon_sym__Atomic] = ACTIONS(2554), + [anon_sym_mutable] = ACTIONS(2554), + [anon_sym_constexpr] = ACTIONS(2554), + [anon_sym_constinit] = ACTIONS(2554), + [anon_sym_consteval] = ACTIONS(2554), + [anon_sym_signed] = ACTIONS(2554), + [anon_sym_unsigned] = ACTIONS(2554), + [anon_sym_long] = ACTIONS(2554), + [anon_sym_short] = ACTIONS(2554), + [sym_primitive_type] = ACTIONS(2554), + [anon_sym_enum] = ACTIONS(2554), + [anon_sym_class] = ACTIONS(2554), + [anon_sym_struct] = ACTIONS(2554), + [anon_sym_union] = ACTIONS(2554), + [anon_sym_if] = ACTIONS(2554), + [anon_sym_else] = ACTIONS(2554), + [anon_sym_switch] = ACTIONS(2554), + [anon_sym_case] = ACTIONS(2554), + [anon_sym_default] = ACTIONS(2554), + [anon_sym_while] = ACTIONS(2554), + [anon_sym_do] = ACTIONS(2554), + [anon_sym_for] = ACTIONS(2554), + [anon_sym_return] = ACTIONS(2554), + [anon_sym_break] = ACTIONS(2554), + [anon_sym_continue] = ACTIONS(2554), + [anon_sym_goto] = ACTIONS(2554), + [anon_sym_not] = ACTIONS(2554), + [anon_sym_compl] = ACTIONS(2554), + [anon_sym_DASH_DASH] = ACTIONS(2556), + [anon_sym_PLUS_PLUS] = ACTIONS(2556), + [anon_sym_sizeof] = ACTIONS(2554), + [sym_number_literal] = ACTIONS(2556), + [anon_sym_L_SQUOTE] = ACTIONS(2556), + [anon_sym_u_SQUOTE] = ACTIONS(2556), + [anon_sym_U_SQUOTE] = ACTIONS(2556), + [anon_sym_u8_SQUOTE] = ACTIONS(2556), + [anon_sym_SQUOTE] = ACTIONS(2556), + [anon_sym_L_DQUOTE] = ACTIONS(2556), + [anon_sym_u_DQUOTE] = ACTIONS(2556), + [anon_sym_U_DQUOTE] = ACTIONS(2556), + [anon_sym_u8_DQUOTE] = ACTIONS(2556), + [anon_sym_DQUOTE] = ACTIONS(2556), + [sym_true] = ACTIONS(2554), + [sym_false] = ACTIONS(2554), + [sym_null] = ACTIONS(2554), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2554), + [anon_sym_decltype] = ACTIONS(2554), + [anon_sym_virtual] = ACTIONS(2554), + [anon_sym_explicit] = ACTIONS(2554), + [anon_sym_typename] = ACTIONS(2554), + [anon_sym_template] = ACTIONS(2554), + [anon_sym_operator] = ACTIONS(2554), + [anon_sym_try] = ACTIONS(2554), + [anon_sym_delete] = ACTIONS(2554), + [anon_sym_throw] = ACTIONS(2554), + [anon_sym_namespace] = ACTIONS(2554), + [anon_sym_using] = ACTIONS(2554), + [anon_sym_static_assert] = ACTIONS(2554), + [anon_sym_concept] = ACTIONS(2554), + [anon_sym_co_return] = ACTIONS(2554), + [anon_sym_co_yield] = ACTIONS(2554), + [anon_sym_R_DQUOTE] = ACTIONS(2556), + [anon_sym_LR_DQUOTE] = ACTIONS(2556), + [anon_sym_uR_DQUOTE] = ACTIONS(2556), + [anon_sym_UR_DQUOTE] = ACTIONS(2556), + [anon_sym_u8R_DQUOTE] = ACTIONS(2556), + [anon_sym_co_await] = ACTIONS(2554), + [anon_sym_new] = ACTIONS(2554), + [anon_sym_requires] = ACTIONS(2554), + [sym_this] = ACTIONS(2554), + [sym_nullptr] = ACTIONS(2554), }, - [675] = { - [sym_identifier] = ACTIONS(2354), - [aux_sym_preproc_include_token1] = ACTIONS(2354), - [aux_sym_preproc_def_token1] = ACTIONS(2354), - [anon_sym_COMMA] = ACTIONS(2528), - [aux_sym_preproc_if_token1] = ACTIONS(2354), - [aux_sym_preproc_if_token2] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2354), - [sym_preproc_directive] = ACTIONS(2354), - [anon_sym_LPAREN2] = ACTIONS(2352), - [anon_sym_BANG] = ACTIONS(2352), - [anon_sym_TILDE] = ACTIONS(2352), - [anon_sym_DASH] = ACTIONS(2354), - [anon_sym_PLUS] = ACTIONS(2354), - [anon_sym_STAR] = ACTIONS(2352), - [anon_sym_AMP_AMP] = ACTIONS(2352), - [anon_sym_AMP] = ACTIONS(2354), - [anon_sym_SEMI] = ACTIONS(2528), - [anon_sym_typedef] = ACTIONS(2354), - [anon_sym_extern] = ACTIONS(2354), - [anon_sym___attribute__] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2352), - [anon_sym___declspec] = ACTIONS(2354), - [anon_sym___based] = ACTIONS(2354), - [anon_sym___cdecl] = ACTIONS(2354), - [anon_sym___clrcall] = ACTIONS(2354), - [anon_sym___stdcall] = ACTIONS(2354), - [anon_sym___fastcall] = ACTIONS(2354), - [anon_sym___thiscall] = ACTIONS(2354), - [anon_sym___vectorcall] = ACTIONS(2354), - [anon_sym_LBRACE] = ACTIONS(2352), - [anon_sym_LBRACK] = ACTIONS(2354), - [anon_sym_static] = ACTIONS(2354), - [anon_sym_register] = ACTIONS(2354), - [anon_sym_inline] = ACTIONS(2354), - [anon_sym_thread_local] = ACTIONS(2354), - [anon_sym_const] = ACTIONS(2354), - [anon_sym_volatile] = ACTIONS(2354), - [anon_sym_restrict] = ACTIONS(2354), - [anon_sym__Atomic] = ACTIONS(2354), - [anon_sym_mutable] = ACTIONS(2354), - [anon_sym_constexpr] = ACTIONS(2354), - [anon_sym_constinit] = ACTIONS(2354), - [anon_sym_consteval] = ACTIONS(2354), - [anon_sym_signed] = ACTIONS(2354), - [anon_sym_unsigned] = ACTIONS(2354), - [anon_sym_long] = ACTIONS(2354), - [anon_sym_short] = ACTIONS(2354), - [sym_primitive_type] = ACTIONS(2354), - [anon_sym_enum] = ACTIONS(2354), - [anon_sym_class] = ACTIONS(2354), - [anon_sym_struct] = ACTIONS(2354), - [anon_sym_union] = ACTIONS(2354), - [anon_sym_if] = ACTIONS(2354), - [anon_sym_switch] = ACTIONS(2354), - [anon_sym_case] = ACTIONS(2354), - [anon_sym_default] = ACTIONS(2354), - [anon_sym_while] = ACTIONS(2354), - [anon_sym_do] = ACTIONS(2354), - [anon_sym_for] = ACTIONS(2354), - [anon_sym_return] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_goto] = ACTIONS(2354), - [anon_sym_not] = ACTIONS(2354), - [anon_sym_compl] = ACTIONS(2354), - [anon_sym_DASH_DASH] = ACTIONS(2352), - [anon_sym_PLUS_PLUS] = ACTIONS(2352), - [anon_sym_sizeof] = ACTIONS(2354), - [sym_number_literal] = ACTIONS(2352), - [anon_sym_L_SQUOTE] = ACTIONS(2352), - [anon_sym_u_SQUOTE] = ACTIONS(2352), - [anon_sym_U_SQUOTE] = ACTIONS(2352), - [anon_sym_u8_SQUOTE] = ACTIONS(2352), - [anon_sym_SQUOTE] = ACTIONS(2352), - [anon_sym_L_DQUOTE] = ACTIONS(2352), - [anon_sym_u_DQUOTE] = ACTIONS(2352), - [anon_sym_U_DQUOTE] = ACTIONS(2352), - [anon_sym_u8_DQUOTE] = ACTIONS(2352), - [anon_sym_DQUOTE] = ACTIONS(2352), - [sym_true] = ACTIONS(2354), - [sym_false] = ACTIONS(2354), - [sym_null] = ACTIONS(2354), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2354), - [anon_sym_decltype] = ACTIONS(2354), - [anon_sym_virtual] = ACTIONS(2354), - [anon_sym_explicit] = ACTIONS(2354), - [anon_sym_typename] = ACTIONS(2354), - [anon_sym_template] = ACTIONS(2354), - [anon_sym_operator] = ACTIONS(2354), - [anon_sym_try] = ACTIONS(2354), - [anon_sym_delete] = ACTIONS(2354), - [anon_sym_throw] = ACTIONS(2354), - [anon_sym_namespace] = ACTIONS(2354), - [anon_sym_using] = ACTIONS(2354), - [anon_sym_static_assert] = ACTIONS(2354), - [anon_sym_concept] = ACTIONS(2354), - [anon_sym_co_return] = ACTIONS(2354), - [anon_sym_co_yield] = ACTIONS(2354), - [anon_sym_R_DQUOTE] = ACTIONS(2352), - [anon_sym_LR_DQUOTE] = ACTIONS(2352), - [anon_sym_uR_DQUOTE] = ACTIONS(2352), - [anon_sym_UR_DQUOTE] = ACTIONS(2352), - [anon_sym_u8R_DQUOTE] = ACTIONS(2352), - [anon_sym_co_await] = ACTIONS(2354), - [anon_sym_new] = ACTIONS(2354), - [anon_sym_requires] = ACTIONS(2354), - [sym_this] = ACTIONS(2354), - [sym_nullptr] = ACTIONS(2354), + [661] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [676] = { - [sym_identifier] = ACTIONS(2482), - [aux_sym_preproc_include_token1] = ACTIONS(2482), - [aux_sym_preproc_def_token1] = ACTIONS(2482), - [aux_sym_preproc_if_token1] = ACTIONS(2482), - [aux_sym_preproc_if_token2] = ACTIONS(2482), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2482), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2482), - [sym_preproc_directive] = ACTIONS(2482), - [anon_sym_LPAREN2] = ACTIONS(2484), - [anon_sym_BANG] = ACTIONS(2484), - [anon_sym_TILDE] = ACTIONS(2484), - [anon_sym_DASH] = ACTIONS(2482), - [anon_sym_PLUS] = ACTIONS(2482), - [anon_sym_STAR] = ACTIONS(2484), - [anon_sym_AMP_AMP] = ACTIONS(2484), - [anon_sym_AMP] = ACTIONS(2482), - [anon_sym_SEMI] = ACTIONS(2484), - [anon_sym_typedef] = ACTIONS(2482), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym___based] = ACTIONS(2482), - [anon_sym___cdecl] = ACTIONS(2482), - [anon_sym___clrcall] = ACTIONS(2482), - [anon_sym___stdcall] = ACTIONS(2482), - [anon_sym___fastcall] = ACTIONS(2482), - [anon_sym___thiscall] = ACTIONS(2482), - [anon_sym___vectorcall] = ACTIONS(2482), - [anon_sym_LBRACE] = ACTIONS(2484), - [anon_sym_LBRACK] = ACTIONS(2482), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_constinit] = ACTIONS(2482), - [anon_sym_consteval] = ACTIONS(2482), - [anon_sym_signed] = ACTIONS(2482), - [anon_sym_unsigned] = ACTIONS(2482), - [anon_sym_long] = ACTIONS(2482), - [anon_sym_short] = ACTIONS(2482), - [sym_primitive_type] = ACTIONS(2482), - [anon_sym_enum] = ACTIONS(2482), - [anon_sym_class] = ACTIONS(2482), - [anon_sym_struct] = ACTIONS(2482), - [anon_sym_union] = ACTIONS(2482), - [anon_sym_if] = ACTIONS(2482), - [anon_sym_else] = ACTIONS(2482), - [anon_sym_switch] = ACTIONS(2482), - [anon_sym_case] = ACTIONS(2482), - [anon_sym_default] = ACTIONS(2482), - [anon_sym_while] = ACTIONS(2482), - [anon_sym_do] = ACTIONS(2482), - [anon_sym_for] = ACTIONS(2482), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2482), - [anon_sym_continue] = ACTIONS(2482), - [anon_sym_goto] = ACTIONS(2482), - [anon_sym_not] = ACTIONS(2482), - [anon_sym_compl] = ACTIONS(2482), - [anon_sym_DASH_DASH] = ACTIONS(2484), - [anon_sym_PLUS_PLUS] = ACTIONS(2484), - [anon_sym_sizeof] = ACTIONS(2482), - [sym_number_literal] = ACTIONS(2484), - [anon_sym_L_SQUOTE] = ACTIONS(2484), - [anon_sym_u_SQUOTE] = ACTIONS(2484), - [anon_sym_U_SQUOTE] = ACTIONS(2484), - [anon_sym_u8_SQUOTE] = ACTIONS(2484), - [anon_sym_SQUOTE] = ACTIONS(2484), - [anon_sym_L_DQUOTE] = ACTIONS(2484), - [anon_sym_u_DQUOTE] = ACTIONS(2484), - [anon_sym_U_DQUOTE] = ACTIONS(2484), - [anon_sym_u8_DQUOTE] = ACTIONS(2484), - [anon_sym_DQUOTE] = ACTIONS(2484), - [sym_true] = ACTIONS(2482), - [sym_false] = ACTIONS(2482), - [sym_null] = ACTIONS(2482), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2482), - [anon_sym_decltype] = ACTIONS(2482), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_explicit] = ACTIONS(2482), - [anon_sym_typename] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2482), - [anon_sym_operator] = ACTIONS(2482), - [anon_sym_try] = ACTIONS(2482), - [anon_sym_delete] = ACTIONS(2482), - [anon_sym_throw] = ACTIONS(2482), - [anon_sym_namespace] = ACTIONS(2482), - [anon_sym_using] = ACTIONS(2482), - [anon_sym_static_assert] = ACTIONS(2482), - [anon_sym_concept] = ACTIONS(2482), - [anon_sym_co_return] = ACTIONS(2482), - [anon_sym_co_yield] = ACTIONS(2482), - [anon_sym_R_DQUOTE] = ACTIONS(2484), - [anon_sym_LR_DQUOTE] = ACTIONS(2484), - [anon_sym_uR_DQUOTE] = ACTIONS(2484), - [anon_sym_UR_DQUOTE] = ACTIONS(2484), - [anon_sym_u8R_DQUOTE] = ACTIONS(2484), - [anon_sym_co_await] = ACTIONS(2482), - [anon_sym_new] = ACTIONS(2482), - [anon_sym_requires] = ACTIONS(2482), - [sym_this] = ACTIONS(2482), - [sym_nullptr] = ACTIONS(2482), + [662] = { + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token2] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [677] = { - [sym_identifier] = ACTIONS(2496), - [aux_sym_preproc_include_token1] = ACTIONS(2496), - [aux_sym_preproc_def_token1] = ACTIONS(2496), - [aux_sym_preproc_if_token1] = ACTIONS(2496), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2496), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2496), - [sym_preproc_directive] = ACTIONS(2496), - [anon_sym_LPAREN2] = ACTIONS(2498), - [anon_sym_BANG] = ACTIONS(2498), - [anon_sym_TILDE] = ACTIONS(2498), - [anon_sym_DASH] = ACTIONS(2496), - [anon_sym_PLUS] = ACTIONS(2496), - [anon_sym_STAR] = ACTIONS(2498), - [anon_sym_AMP_AMP] = ACTIONS(2498), - [anon_sym_AMP] = ACTIONS(2496), - [anon_sym_SEMI] = ACTIONS(2498), - [anon_sym_typedef] = ACTIONS(2496), - [anon_sym_extern] = ACTIONS(2496), - [anon_sym___attribute__] = ACTIONS(2496), - [anon_sym_COLON_COLON] = ACTIONS(2498), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2498), - [anon_sym___declspec] = ACTIONS(2496), - [anon_sym___based] = ACTIONS(2496), - [anon_sym___cdecl] = ACTIONS(2496), - [anon_sym___clrcall] = ACTIONS(2496), - [anon_sym___stdcall] = ACTIONS(2496), - [anon_sym___fastcall] = ACTIONS(2496), - [anon_sym___thiscall] = ACTIONS(2496), - [anon_sym___vectorcall] = ACTIONS(2496), - [anon_sym_LBRACE] = ACTIONS(2498), - [anon_sym_RBRACE] = ACTIONS(2498), - [anon_sym_LBRACK] = ACTIONS(2496), - [anon_sym_static] = ACTIONS(2496), - [anon_sym_register] = ACTIONS(2496), - [anon_sym_inline] = ACTIONS(2496), - [anon_sym_thread_local] = ACTIONS(2496), - [anon_sym_const] = ACTIONS(2496), - [anon_sym_volatile] = ACTIONS(2496), - [anon_sym_restrict] = ACTIONS(2496), - [anon_sym__Atomic] = ACTIONS(2496), - [anon_sym_mutable] = ACTIONS(2496), - [anon_sym_constexpr] = ACTIONS(2496), - [anon_sym_constinit] = ACTIONS(2496), - [anon_sym_consteval] = ACTIONS(2496), - [anon_sym_signed] = ACTIONS(2496), - [anon_sym_unsigned] = ACTIONS(2496), - [anon_sym_long] = ACTIONS(2496), - [anon_sym_short] = ACTIONS(2496), - [sym_primitive_type] = ACTIONS(2496), - [anon_sym_enum] = ACTIONS(2496), - [anon_sym_class] = ACTIONS(2496), - [anon_sym_struct] = ACTIONS(2496), - [anon_sym_union] = ACTIONS(2496), - [anon_sym_if] = ACTIONS(2496), - [anon_sym_else] = ACTIONS(2900), - [anon_sym_switch] = ACTIONS(2496), - [anon_sym_case] = ACTIONS(2496), - [anon_sym_default] = ACTIONS(2496), - [anon_sym_while] = ACTIONS(2496), - [anon_sym_do] = ACTIONS(2496), - [anon_sym_for] = ACTIONS(2496), - [anon_sym_return] = ACTIONS(2496), - [anon_sym_break] = ACTIONS(2496), - [anon_sym_continue] = ACTIONS(2496), - [anon_sym_goto] = ACTIONS(2496), - [anon_sym_not] = ACTIONS(2496), - [anon_sym_compl] = ACTIONS(2496), - [anon_sym_DASH_DASH] = ACTIONS(2498), - [anon_sym_PLUS_PLUS] = ACTIONS(2498), - [anon_sym_sizeof] = ACTIONS(2496), - [sym_number_literal] = ACTIONS(2498), - [anon_sym_L_SQUOTE] = ACTIONS(2498), - [anon_sym_u_SQUOTE] = ACTIONS(2498), - [anon_sym_U_SQUOTE] = ACTIONS(2498), - [anon_sym_u8_SQUOTE] = ACTIONS(2498), - [anon_sym_SQUOTE] = ACTIONS(2498), - [anon_sym_L_DQUOTE] = ACTIONS(2498), - [anon_sym_u_DQUOTE] = ACTIONS(2498), - [anon_sym_U_DQUOTE] = ACTIONS(2498), - [anon_sym_u8_DQUOTE] = ACTIONS(2498), - [anon_sym_DQUOTE] = ACTIONS(2498), - [sym_true] = ACTIONS(2496), - [sym_false] = ACTIONS(2496), - [sym_null] = ACTIONS(2496), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2496), - [anon_sym_decltype] = ACTIONS(2496), - [anon_sym_virtual] = ACTIONS(2496), - [anon_sym_explicit] = ACTIONS(2496), - [anon_sym_typename] = ACTIONS(2496), - [anon_sym_template] = ACTIONS(2496), - [anon_sym_operator] = ACTIONS(2496), - [anon_sym_try] = ACTIONS(2496), - [anon_sym_delete] = ACTIONS(2496), - [anon_sym_throw] = ACTIONS(2496), - [anon_sym_namespace] = ACTIONS(2496), - [anon_sym_using] = ACTIONS(2496), - [anon_sym_static_assert] = ACTIONS(2496), - [anon_sym_concept] = ACTIONS(2496), - [anon_sym_co_return] = ACTIONS(2496), - [anon_sym_co_yield] = ACTIONS(2496), - [anon_sym_R_DQUOTE] = ACTIONS(2498), - [anon_sym_LR_DQUOTE] = ACTIONS(2498), - [anon_sym_uR_DQUOTE] = ACTIONS(2498), - [anon_sym_UR_DQUOTE] = ACTIONS(2498), - [anon_sym_u8R_DQUOTE] = ACTIONS(2498), - [anon_sym_co_await] = ACTIONS(2496), - [anon_sym_new] = ACTIONS(2496), - [anon_sym_requires] = ACTIONS(2496), - [sym_this] = ACTIONS(2496), - [sym_nullptr] = ACTIONS(2496), + [663] = { + [sym_identifier] = ACTIONS(2548), + [aux_sym_preproc_include_token1] = ACTIONS(2548), + [aux_sym_preproc_def_token1] = ACTIONS(2548), + [aux_sym_preproc_if_token1] = ACTIONS(2548), + [aux_sym_preproc_if_token2] = ACTIONS(2548), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2548), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2548), + [sym_preproc_directive] = ACTIONS(2548), + [anon_sym_LPAREN2] = ACTIONS(2550), + [anon_sym_BANG] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2550), + [anon_sym_DASH] = ACTIONS(2548), + [anon_sym_PLUS] = ACTIONS(2548), + [anon_sym_STAR] = ACTIONS(2550), + [anon_sym_AMP_AMP] = ACTIONS(2550), + [anon_sym_AMP] = ACTIONS(2548), + [anon_sym_SEMI] = ACTIONS(2550), + [anon_sym_typedef] = ACTIONS(2548), + [anon_sym_extern] = ACTIONS(2548), + [anon_sym___attribute__] = ACTIONS(2548), + [anon_sym_COLON_COLON] = ACTIONS(2550), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2550), + [anon_sym___declspec] = ACTIONS(2548), + [anon_sym___based] = ACTIONS(2548), + [anon_sym___cdecl] = ACTIONS(2548), + [anon_sym___clrcall] = ACTIONS(2548), + [anon_sym___stdcall] = ACTIONS(2548), + [anon_sym___fastcall] = ACTIONS(2548), + [anon_sym___thiscall] = ACTIONS(2548), + [anon_sym___vectorcall] = ACTIONS(2548), + [anon_sym_LBRACE] = ACTIONS(2550), + [anon_sym_LBRACK] = ACTIONS(2548), + [anon_sym_static] = ACTIONS(2548), + [anon_sym_register] = ACTIONS(2548), + [anon_sym_inline] = ACTIONS(2548), + [anon_sym_thread_local] = ACTIONS(2548), + [anon_sym_const] = ACTIONS(2548), + [anon_sym_volatile] = ACTIONS(2548), + [anon_sym_restrict] = ACTIONS(2548), + [anon_sym__Atomic] = ACTIONS(2548), + [anon_sym_mutable] = ACTIONS(2548), + [anon_sym_constexpr] = ACTIONS(2548), + [anon_sym_constinit] = ACTIONS(2548), + [anon_sym_consteval] = ACTIONS(2548), + [anon_sym_signed] = ACTIONS(2548), + [anon_sym_unsigned] = ACTIONS(2548), + [anon_sym_long] = ACTIONS(2548), + [anon_sym_short] = ACTIONS(2548), + [sym_primitive_type] = ACTIONS(2548), + [anon_sym_enum] = ACTIONS(2548), + [anon_sym_class] = ACTIONS(2548), + [anon_sym_struct] = ACTIONS(2548), + [anon_sym_union] = ACTIONS(2548), + [anon_sym_if] = ACTIONS(2548), + [anon_sym_else] = ACTIONS(2548), + [anon_sym_switch] = ACTIONS(2548), + [anon_sym_case] = ACTIONS(2548), + [anon_sym_default] = ACTIONS(2548), + [anon_sym_while] = ACTIONS(2548), + [anon_sym_do] = ACTIONS(2548), + [anon_sym_for] = ACTIONS(2548), + [anon_sym_return] = ACTIONS(2548), + [anon_sym_break] = ACTIONS(2548), + [anon_sym_continue] = ACTIONS(2548), + [anon_sym_goto] = ACTIONS(2548), + [anon_sym_not] = ACTIONS(2548), + [anon_sym_compl] = ACTIONS(2548), + [anon_sym_DASH_DASH] = ACTIONS(2550), + [anon_sym_PLUS_PLUS] = ACTIONS(2550), + [anon_sym_sizeof] = ACTIONS(2548), + [sym_number_literal] = ACTIONS(2550), + [anon_sym_L_SQUOTE] = ACTIONS(2550), + [anon_sym_u_SQUOTE] = ACTIONS(2550), + [anon_sym_U_SQUOTE] = ACTIONS(2550), + [anon_sym_u8_SQUOTE] = ACTIONS(2550), + [anon_sym_SQUOTE] = ACTIONS(2550), + [anon_sym_L_DQUOTE] = ACTIONS(2550), + [anon_sym_u_DQUOTE] = ACTIONS(2550), + [anon_sym_U_DQUOTE] = ACTIONS(2550), + [anon_sym_u8_DQUOTE] = ACTIONS(2550), + [anon_sym_DQUOTE] = ACTIONS(2550), + [sym_true] = ACTIONS(2548), + [sym_false] = ACTIONS(2548), + [sym_null] = ACTIONS(2548), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2548), + [anon_sym_decltype] = ACTIONS(2548), + [anon_sym_virtual] = ACTIONS(2548), + [anon_sym_explicit] = ACTIONS(2548), + [anon_sym_typename] = ACTIONS(2548), + [anon_sym_template] = ACTIONS(2548), + [anon_sym_operator] = ACTIONS(2548), + [anon_sym_try] = ACTIONS(2548), + [anon_sym_delete] = ACTIONS(2548), + [anon_sym_throw] = ACTIONS(2548), + [anon_sym_namespace] = ACTIONS(2548), + [anon_sym_using] = ACTIONS(2548), + [anon_sym_static_assert] = ACTIONS(2548), + [anon_sym_concept] = ACTIONS(2548), + [anon_sym_co_return] = ACTIONS(2548), + [anon_sym_co_yield] = ACTIONS(2548), + [anon_sym_R_DQUOTE] = ACTIONS(2550), + [anon_sym_LR_DQUOTE] = ACTIONS(2550), + [anon_sym_uR_DQUOTE] = ACTIONS(2550), + [anon_sym_UR_DQUOTE] = ACTIONS(2550), + [anon_sym_u8R_DQUOTE] = ACTIONS(2550), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2548), + [anon_sym_requires] = ACTIONS(2548), + [sym_this] = ACTIONS(2548), + [sym_nullptr] = ACTIONS(2548), }, - [678] = { + [664] = { + [sym_identifier] = ACTIONS(2554), + [aux_sym_preproc_include_token1] = ACTIONS(2554), + [aux_sym_preproc_def_token1] = ACTIONS(2554), + [aux_sym_preproc_if_token1] = ACTIONS(2554), + [aux_sym_preproc_if_token2] = ACTIONS(2554), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2554), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2554), + [sym_preproc_directive] = ACTIONS(2554), + [anon_sym_LPAREN2] = ACTIONS(2556), + [anon_sym_BANG] = ACTIONS(2556), + [anon_sym_TILDE] = ACTIONS(2556), + [anon_sym_DASH] = ACTIONS(2554), + [anon_sym_PLUS] = ACTIONS(2554), + [anon_sym_STAR] = ACTIONS(2556), + [anon_sym_AMP_AMP] = ACTIONS(2556), + [anon_sym_AMP] = ACTIONS(2554), + [anon_sym_SEMI] = ACTIONS(2556), + [anon_sym_typedef] = ACTIONS(2554), + [anon_sym_extern] = ACTIONS(2554), + [anon_sym___attribute__] = ACTIONS(2554), + [anon_sym_COLON_COLON] = ACTIONS(2556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2556), + [anon_sym___declspec] = ACTIONS(2554), + [anon_sym___based] = ACTIONS(2554), + [anon_sym___cdecl] = ACTIONS(2554), + [anon_sym___clrcall] = ACTIONS(2554), + [anon_sym___stdcall] = ACTIONS(2554), + [anon_sym___fastcall] = ACTIONS(2554), + [anon_sym___thiscall] = ACTIONS(2554), + [anon_sym___vectorcall] = ACTIONS(2554), + [anon_sym_LBRACE] = ACTIONS(2556), + [anon_sym_LBRACK] = ACTIONS(2554), + [anon_sym_static] = ACTIONS(2554), + [anon_sym_register] = ACTIONS(2554), + [anon_sym_inline] = ACTIONS(2554), + [anon_sym_thread_local] = ACTIONS(2554), + [anon_sym_const] = ACTIONS(2554), + [anon_sym_volatile] = ACTIONS(2554), + [anon_sym_restrict] = ACTIONS(2554), + [anon_sym__Atomic] = ACTIONS(2554), + [anon_sym_mutable] = ACTIONS(2554), + [anon_sym_constexpr] = ACTIONS(2554), + [anon_sym_constinit] = ACTIONS(2554), + [anon_sym_consteval] = ACTIONS(2554), + [anon_sym_signed] = ACTIONS(2554), + [anon_sym_unsigned] = ACTIONS(2554), + [anon_sym_long] = ACTIONS(2554), + [anon_sym_short] = ACTIONS(2554), + [sym_primitive_type] = ACTIONS(2554), + [anon_sym_enum] = ACTIONS(2554), + [anon_sym_class] = ACTIONS(2554), + [anon_sym_struct] = ACTIONS(2554), + [anon_sym_union] = ACTIONS(2554), + [anon_sym_if] = ACTIONS(2554), + [anon_sym_else] = ACTIONS(2554), + [anon_sym_switch] = ACTIONS(2554), + [anon_sym_case] = ACTIONS(2554), + [anon_sym_default] = ACTIONS(2554), + [anon_sym_while] = ACTIONS(2554), + [anon_sym_do] = ACTIONS(2554), + [anon_sym_for] = ACTIONS(2554), + [anon_sym_return] = ACTIONS(2554), + [anon_sym_break] = ACTIONS(2554), + [anon_sym_continue] = ACTIONS(2554), + [anon_sym_goto] = ACTIONS(2554), + [anon_sym_not] = ACTIONS(2554), + [anon_sym_compl] = ACTIONS(2554), + [anon_sym_DASH_DASH] = ACTIONS(2556), + [anon_sym_PLUS_PLUS] = ACTIONS(2556), + [anon_sym_sizeof] = ACTIONS(2554), + [sym_number_literal] = ACTIONS(2556), + [anon_sym_L_SQUOTE] = ACTIONS(2556), + [anon_sym_u_SQUOTE] = ACTIONS(2556), + [anon_sym_U_SQUOTE] = ACTIONS(2556), + [anon_sym_u8_SQUOTE] = ACTIONS(2556), + [anon_sym_SQUOTE] = ACTIONS(2556), + [anon_sym_L_DQUOTE] = ACTIONS(2556), + [anon_sym_u_DQUOTE] = ACTIONS(2556), + [anon_sym_U_DQUOTE] = ACTIONS(2556), + [anon_sym_u8_DQUOTE] = ACTIONS(2556), + [anon_sym_DQUOTE] = ACTIONS(2556), + [sym_true] = ACTIONS(2554), + [sym_false] = ACTIONS(2554), + [sym_null] = ACTIONS(2554), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2554), + [anon_sym_decltype] = ACTIONS(2554), + [anon_sym_virtual] = ACTIONS(2554), + [anon_sym_explicit] = ACTIONS(2554), + [anon_sym_typename] = ACTIONS(2554), + [anon_sym_template] = ACTIONS(2554), + [anon_sym_operator] = ACTIONS(2554), + [anon_sym_try] = ACTIONS(2554), + [anon_sym_delete] = ACTIONS(2554), + [anon_sym_throw] = ACTIONS(2554), + [anon_sym_namespace] = ACTIONS(2554), + [anon_sym_using] = ACTIONS(2554), + [anon_sym_static_assert] = ACTIONS(2554), + [anon_sym_concept] = ACTIONS(2554), + [anon_sym_co_return] = ACTIONS(2554), + [anon_sym_co_yield] = ACTIONS(2554), + [anon_sym_R_DQUOTE] = ACTIONS(2556), + [anon_sym_LR_DQUOTE] = ACTIONS(2556), + [anon_sym_uR_DQUOTE] = ACTIONS(2556), + [anon_sym_UR_DQUOTE] = ACTIONS(2556), + [anon_sym_u8R_DQUOTE] = ACTIONS(2556), + [anon_sym_co_await] = ACTIONS(2554), + [anon_sym_new] = ACTIONS(2554), + [anon_sym_requires] = ACTIONS(2554), + [sym_this] = ACTIONS(2554), + [sym_nullptr] = ACTIONS(2554), + }, + [665] = { [sym_identifier] = ACTIONS(2502), [aux_sym_preproc_include_token1] = ACTIONS(2502), [aux_sym_preproc_def_token1] = ACTIONS(2502), @@ -115242,685 +113531,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2502), [sym_nullptr] = ACTIONS(2502), }, - [679] = { - [sym_identifier] = ACTIONS(2508), - [aux_sym_preproc_include_token1] = ACTIONS(2508), - [aux_sym_preproc_def_token1] = ACTIONS(2508), - [aux_sym_preproc_if_token1] = ACTIONS(2508), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2508), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2508), - [sym_preproc_directive] = ACTIONS(2508), - [anon_sym_LPAREN2] = ACTIONS(2510), - [anon_sym_BANG] = ACTIONS(2510), - [anon_sym_TILDE] = ACTIONS(2510), - [anon_sym_DASH] = ACTIONS(2508), - [anon_sym_PLUS] = ACTIONS(2508), - [anon_sym_STAR] = ACTIONS(2510), - [anon_sym_AMP_AMP] = ACTIONS(2510), - [anon_sym_AMP] = ACTIONS(2508), - [anon_sym_SEMI] = ACTIONS(2510), - [anon_sym_typedef] = ACTIONS(2508), - [anon_sym_extern] = ACTIONS(2508), - [anon_sym___attribute__] = ACTIONS(2508), - [anon_sym_COLON_COLON] = ACTIONS(2510), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2510), - [anon_sym___declspec] = ACTIONS(2508), - [anon_sym___based] = ACTIONS(2508), - [anon_sym___cdecl] = ACTIONS(2508), - [anon_sym___clrcall] = ACTIONS(2508), - [anon_sym___stdcall] = ACTIONS(2508), - [anon_sym___fastcall] = ACTIONS(2508), - [anon_sym___thiscall] = ACTIONS(2508), - [anon_sym___vectorcall] = ACTIONS(2508), - [anon_sym_LBRACE] = ACTIONS(2510), - [anon_sym_RBRACE] = ACTIONS(2510), - [anon_sym_LBRACK] = ACTIONS(2508), - [anon_sym_static] = ACTIONS(2508), - [anon_sym_register] = ACTIONS(2508), - [anon_sym_inline] = ACTIONS(2508), - [anon_sym_thread_local] = ACTIONS(2508), - [anon_sym_const] = ACTIONS(2508), - [anon_sym_volatile] = ACTIONS(2508), - [anon_sym_restrict] = ACTIONS(2508), - [anon_sym__Atomic] = ACTIONS(2508), - [anon_sym_mutable] = ACTIONS(2508), - [anon_sym_constexpr] = ACTIONS(2508), - [anon_sym_constinit] = ACTIONS(2508), - [anon_sym_consteval] = ACTIONS(2508), - [anon_sym_signed] = ACTIONS(2508), - [anon_sym_unsigned] = ACTIONS(2508), - [anon_sym_long] = ACTIONS(2508), - [anon_sym_short] = ACTIONS(2508), - [sym_primitive_type] = ACTIONS(2508), - [anon_sym_enum] = ACTIONS(2508), - [anon_sym_class] = ACTIONS(2508), - [anon_sym_struct] = ACTIONS(2508), - [anon_sym_union] = ACTIONS(2508), - [anon_sym_if] = ACTIONS(2508), - [anon_sym_else] = ACTIONS(2508), - [anon_sym_switch] = ACTIONS(2508), - [anon_sym_case] = ACTIONS(2508), - [anon_sym_default] = ACTIONS(2508), - [anon_sym_while] = ACTIONS(2508), - [anon_sym_do] = ACTIONS(2508), - [anon_sym_for] = ACTIONS(2508), - [anon_sym_return] = ACTIONS(2508), - [anon_sym_break] = ACTIONS(2508), - [anon_sym_continue] = ACTIONS(2508), - [anon_sym_goto] = ACTIONS(2508), - [anon_sym_not] = ACTIONS(2508), - [anon_sym_compl] = ACTIONS(2508), - [anon_sym_DASH_DASH] = ACTIONS(2510), - [anon_sym_PLUS_PLUS] = ACTIONS(2510), - [anon_sym_sizeof] = ACTIONS(2508), - [sym_number_literal] = ACTIONS(2510), - [anon_sym_L_SQUOTE] = ACTIONS(2510), - [anon_sym_u_SQUOTE] = ACTIONS(2510), - [anon_sym_U_SQUOTE] = ACTIONS(2510), - [anon_sym_u8_SQUOTE] = ACTIONS(2510), - [anon_sym_SQUOTE] = ACTIONS(2510), - [anon_sym_L_DQUOTE] = ACTIONS(2510), - [anon_sym_u_DQUOTE] = ACTIONS(2510), - [anon_sym_U_DQUOTE] = ACTIONS(2510), - [anon_sym_u8_DQUOTE] = ACTIONS(2510), - [anon_sym_DQUOTE] = ACTIONS(2510), - [sym_true] = ACTIONS(2508), - [sym_false] = ACTIONS(2508), - [sym_null] = ACTIONS(2508), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2508), - [anon_sym_decltype] = ACTIONS(2508), - [anon_sym_virtual] = ACTIONS(2508), - [anon_sym_explicit] = ACTIONS(2508), - [anon_sym_typename] = ACTIONS(2508), - [anon_sym_template] = ACTIONS(2508), - [anon_sym_operator] = ACTIONS(2508), - [anon_sym_try] = ACTIONS(2508), - [anon_sym_delete] = ACTIONS(2508), - [anon_sym_throw] = ACTIONS(2508), - [anon_sym_namespace] = ACTIONS(2508), - [anon_sym_using] = ACTIONS(2508), - [anon_sym_static_assert] = ACTIONS(2508), - [anon_sym_concept] = ACTIONS(2508), - [anon_sym_co_return] = ACTIONS(2508), - [anon_sym_co_yield] = ACTIONS(2508), - [anon_sym_R_DQUOTE] = ACTIONS(2510), - [anon_sym_LR_DQUOTE] = ACTIONS(2510), - [anon_sym_uR_DQUOTE] = ACTIONS(2510), - [anon_sym_UR_DQUOTE] = ACTIONS(2510), - [anon_sym_u8R_DQUOTE] = ACTIONS(2510), - [anon_sym_co_await] = ACTIONS(2508), - [anon_sym_new] = ACTIONS(2508), - [anon_sym_requires] = ACTIONS(2508), - [sym_this] = ACTIONS(2508), - [sym_nullptr] = ACTIONS(2508), - }, - [680] = { - [sym_identifier] = ACTIONS(2512), - [aux_sym_preproc_include_token1] = ACTIONS(2512), - [aux_sym_preproc_def_token1] = ACTIONS(2512), - [aux_sym_preproc_if_token1] = ACTIONS(2512), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2512), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2512), - [sym_preproc_directive] = ACTIONS(2512), - [anon_sym_LPAREN2] = ACTIONS(2514), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2514), - [anon_sym_AMP_AMP] = ACTIONS(2514), - [anon_sym_AMP] = ACTIONS(2512), - [anon_sym_SEMI] = ACTIONS(2514), - [anon_sym_typedef] = ACTIONS(2512), - [anon_sym_extern] = ACTIONS(2512), - [anon_sym___attribute__] = ACTIONS(2512), - [anon_sym_COLON_COLON] = ACTIONS(2514), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2514), - [anon_sym___declspec] = ACTIONS(2512), - [anon_sym___based] = ACTIONS(2512), - [anon_sym___cdecl] = ACTIONS(2512), - [anon_sym___clrcall] = ACTIONS(2512), - [anon_sym___stdcall] = ACTIONS(2512), - [anon_sym___fastcall] = ACTIONS(2512), - [anon_sym___thiscall] = ACTIONS(2512), - [anon_sym___vectorcall] = ACTIONS(2512), - [anon_sym_LBRACE] = ACTIONS(2514), - [anon_sym_RBRACE] = ACTIONS(2514), - [anon_sym_LBRACK] = ACTIONS(2512), - [anon_sym_static] = ACTIONS(2512), - [anon_sym_register] = ACTIONS(2512), - [anon_sym_inline] = ACTIONS(2512), - [anon_sym_thread_local] = ACTIONS(2512), - [anon_sym_const] = ACTIONS(2512), - [anon_sym_volatile] = ACTIONS(2512), - [anon_sym_restrict] = ACTIONS(2512), - [anon_sym__Atomic] = ACTIONS(2512), - [anon_sym_mutable] = ACTIONS(2512), - [anon_sym_constexpr] = ACTIONS(2512), - [anon_sym_constinit] = ACTIONS(2512), - [anon_sym_consteval] = ACTIONS(2512), - [anon_sym_signed] = ACTIONS(2512), - [anon_sym_unsigned] = ACTIONS(2512), - [anon_sym_long] = ACTIONS(2512), - [anon_sym_short] = ACTIONS(2512), - [sym_primitive_type] = ACTIONS(2512), - [anon_sym_enum] = ACTIONS(2512), - [anon_sym_class] = ACTIONS(2512), - [anon_sym_struct] = ACTIONS(2512), - [anon_sym_union] = ACTIONS(2512), - [anon_sym_if] = ACTIONS(2512), - [anon_sym_else] = ACTIONS(2512), - [anon_sym_switch] = ACTIONS(2512), - [anon_sym_case] = ACTIONS(2512), - [anon_sym_default] = ACTIONS(2512), - [anon_sym_while] = ACTIONS(2512), - [anon_sym_do] = ACTIONS(2512), - [anon_sym_for] = ACTIONS(2512), - [anon_sym_return] = ACTIONS(2512), - [anon_sym_break] = ACTIONS(2512), - [anon_sym_continue] = ACTIONS(2512), - [anon_sym_goto] = ACTIONS(2512), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(2514), - [anon_sym_PLUS_PLUS] = ACTIONS(2514), - [anon_sym_sizeof] = ACTIONS(2512), - [sym_number_literal] = ACTIONS(2514), - [anon_sym_L_SQUOTE] = ACTIONS(2514), - [anon_sym_u_SQUOTE] = ACTIONS(2514), - [anon_sym_U_SQUOTE] = ACTIONS(2514), - [anon_sym_u8_SQUOTE] = ACTIONS(2514), - [anon_sym_SQUOTE] = ACTIONS(2514), - [anon_sym_L_DQUOTE] = ACTIONS(2514), - [anon_sym_u_DQUOTE] = ACTIONS(2514), - [anon_sym_U_DQUOTE] = ACTIONS(2514), - [anon_sym_u8_DQUOTE] = ACTIONS(2514), - [anon_sym_DQUOTE] = ACTIONS(2514), - [sym_true] = ACTIONS(2512), - [sym_false] = ACTIONS(2512), - [sym_null] = ACTIONS(2512), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2512), - [anon_sym_decltype] = ACTIONS(2512), - [anon_sym_virtual] = ACTIONS(2512), - [anon_sym_explicit] = ACTIONS(2512), - [anon_sym_typename] = ACTIONS(2512), - [anon_sym_template] = ACTIONS(2512), - [anon_sym_operator] = ACTIONS(2512), - [anon_sym_try] = ACTIONS(2512), - [anon_sym_delete] = ACTIONS(2512), - [anon_sym_throw] = ACTIONS(2512), - [anon_sym_namespace] = ACTIONS(2512), - [anon_sym_using] = ACTIONS(2512), - [anon_sym_static_assert] = ACTIONS(2512), - [anon_sym_concept] = ACTIONS(2512), - [anon_sym_co_return] = ACTIONS(2512), - [anon_sym_co_yield] = ACTIONS(2512), - [anon_sym_R_DQUOTE] = ACTIONS(2514), - [anon_sym_LR_DQUOTE] = ACTIONS(2514), - [anon_sym_uR_DQUOTE] = ACTIONS(2514), - [anon_sym_UR_DQUOTE] = ACTIONS(2514), - [anon_sym_u8R_DQUOTE] = ACTIONS(2514), - [anon_sym_co_await] = ACTIONS(2512), - [anon_sym_new] = ACTIONS(2512), - [anon_sym_requires] = ACTIONS(2512), - [sym_this] = ACTIONS(2512), - [sym_nullptr] = ACTIONS(2512), - }, - [681] = { - [sym_identifier] = ACTIONS(2516), - [aux_sym_preproc_include_token1] = ACTIONS(2516), - [aux_sym_preproc_def_token1] = ACTIONS(2516), - [aux_sym_preproc_if_token1] = ACTIONS(2516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2516), - [sym_preproc_directive] = ACTIONS(2516), - [anon_sym_LPAREN2] = ACTIONS(2518), - [anon_sym_BANG] = ACTIONS(2518), - [anon_sym_TILDE] = ACTIONS(2518), - [anon_sym_DASH] = ACTIONS(2516), - [anon_sym_PLUS] = ACTIONS(2516), - [anon_sym_STAR] = ACTIONS(2518), - [anon_sym_AMP_AMP] = ACTIONS(2518), - [anon_sym_AMP] = ACTIONS(2516), - [anon_sym_SEMI] = ACTIONS(2518), - [anon_sym_typedef] = ACTIONS(2516), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2518), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym___cdecl] = ACTIONS(2516), - [anon_sym___clrcall] = ACTIONS(2516), - [anon_sym___stdcall] = ACTIONS(2516), - [anon_sym___fastcall] = ACTIONS(2516), - [anon_sym___thiscall] = ACTIONS(2516), - [anon_sym___vectorcall] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2518), - [anon_sym_RBRACE] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(2516), - [anon_sym_static] = ACTIONS(2516), - [anon_sym_register] = ACTIONS(2516), - [anon_sym_inline] = ACTIONS(2516), - [anon_sym_thread_local] = ACTIONS(2516), - [anon_sym_const] = ACTIONS(2516), - [anon_sym_volatile] = ACTIONS(2516), - [anon_sym_restrict] = ACTIONS(2516), - [anon_sym__Atomic] = ACTIONS(2516), - [anon_sym_mutable] = ACTIONS(2516), - [anon_sym_constexpr] = ACTIONS(2516), - [anon_sym_constinit] = ACTIONS(2516), - [anon_sym_consteval] = ACTIONS(2516), - [anon_sym_signed] = ACTIONS(2516), - [anon_sym_unsigned] = ACTIONS(2516), - [anon_sym_long] = ACTIONS(2516), - [anon_sym_short] = ACTIONS(2516), - [sym_primitive_type] = ACTIONS(2516), - [anon_sym_enum] = ACTIONS(2516), - [anon_sym_class] = ACTIONS(2516), - [anon_sym_struct] = ACTIONS(2516), - [anon_sym_union] = ACTIONS(2516), - [anon_sym_if] = ACTIONS(2516), - [anon_sym_else] = ACTIONS(2516), - [anon_sym_switch] = ACTIONS(2516), - [anon_sym_case] = ACTIONS(2516), - [anon_sym_default] = ACTIONS(2516), - [anon_sym_while] = ACTIONS(2516), - [anon_sym_do] = ACTIONS(2516), - [anon_sym_for] = ACTIONS(2516), - [anon_sym_return] = ACTIONS(2516), - [anon_sym_break] = ACTIONS(2516), - [anon_sym_continue] = ACTIONS(2516), - [anon_sym_goto] = ACTIONS(2516), - [anon_sym_not] = ACTIONS(2516), - [anon_sym_compl] = ACTIONS(2516), - [anon_sym_DASH_DASH] = ACTIONS(2518), - [anon_sym_PLUS_PLUS] = ACTIONS(2518), - [anon_sym_sizeof] = ACTIONS(2516), - [sym_number_literal] = ACTIONS(2518), - [anon_sym_L_SQUOTE] = ACTIONS(2518), - [anon_sym_u_SQUOTE] = ACTIONS(2518), - [anon_sym_U_SQUOTE] = ACTIONS(2518), - [anon_sym_u8_SQUOTE] = ACTIONS(2518), - [anon_sym_SQUOTE] = ACTIONS(2518), - [anon_sym_L_DQUOTE] = ACTIONS(2518), - [anon_sym_u_DQUOTE] = ACTIONS(2518), - [anon_sym_U_DQUOTE] = ACTIONS(2518), - [anon_sym_u8_DQUOTE] = ACTIONS(2518), - [anon_sym_DQUOTE] = ACTIONS(2518), - [sym_true] = ACTIONS(2516), - [sym_false] = ACTIONS(2516), - [sym_null] = ACTIONS(2516), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2516), - [anon_sym_decltype] = ACTIONS(2516), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_explicit] = ACTIONS(2516), - [anon_sym_typename] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_try] = ACTIONS(2516), - [anon_sym_delete] = ACTIONS(2516), - [anon_sym_throw] = ACTIONS(2516), - [anon_sym_namespace] = ACTIONS(2516), - [anon_sym_using] = ACTIONS(2516), - [anon_sym_static_assert] = ACTIONS(2516), - [anon_sym_concept] = ACTIONS(2516), - [anon_sym_co_return] = ACTIONS(2516), - [anon_sym_co_yield] = ACTIONS(2516), - [anon_sym_R_DQUOTE] = ACTIONS(2518), - [anon_sym_LR_DQUOTE] = ACTIONS(2518), - [anon_sym_uR_DQUOTE] = ACTIONS(2518), - [anon_sym_UR_DQUOTE] = ACTIONS(2518), - [anon_sym_u8R_DQUOTE] = ACTIONS(2518), - [anon_sym_co_await] = ACTIONS(2516), - [anon_sym_new] = ACTIONS(2516), - [anon_sym_requires] = ACTIONS(2516), - [sym_this] = ACTIONS(2516), - [sym_nullptr] = ACTIONS(2516), - }, - [682] = { - [sym_identifier] = ACTIONS(2640), - [aux_sym_preproc_include_token1] = ACTIONS(2640), - [aux_sym_preproc_def_token1] = ACTIONS(2640), - [aux_sym_preproc_if_token1] = ACTIONS(2640), - [aux_sym_preproc_if_token2] = ACTIONS(2640), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2640), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2640), - [sym_preproc_directive] = ACTIONS(2640), - [anon_sym_LPAREN2] = ACTIONS(2642), - [anon_sym_BANG] = ACTIONS(2642), - [anon_sym_TILDE] = ACTIONS(2642), - [anon_sym_DASH] = ACTIONS(2640), - [anon_sym_PLUS] = ACTIONS(2640), - [anon_sym_STAR] = ACTIONS(2642), - [anon_sym_AMP_AMP] = ACTIONS(2642), - [anon_sym_AMP] = ACTIONS(2640), - [anon_sym_SEMI] = ACTIONS(2642), - [anon_sym_typedef] = ACTIONS(2640), - [anon_sym_extern] = ACTIONS(2640), - [anon_sym___attribute__] = ACTIONS(2640), - [anon_sym_COLON_COLON] = ACTIONS(2642), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2642), - [anon_sym___declspec] = ACTIONS(2640), - [anon_sym___based] = ACTIONS(2640), - [anon_sym___cdecl] = ACTIONS(2640), - [anon_sym___clrcall] = ACTIONS(2640), - [anon_sym___stdcall] = ACTIONS(2640), - [anon_sym___fastcall] = ACTIONS(2640), - [anon_sym___thiscall] = ACTIONS(2640), - [anon_sym___vectorcall] = ACTIONS(2640), - [anon_sym_LBRACE] = ACTIONS(2642), - [anon_sym_LBRACK] = ACTIONS(2640), - [anon_sym_static] = ACTIONS(2640), - [anon_sym_register] = ACTIONS(2640), - [anon_sym_inline] = ACTIONS(2640), - [anon_sym_thread_local] = ACTIONS(2640), - [anon_sym_const] = ACTIONS(2640), - [anon_sym_volatile] = ACTIONS(2640), - [anon_sym_restrict] = ACTIONS(2640), - [anon_sym__Atomic] = ACTIONS(2640), - [anon_sym_mutable] = ACTIONS(2640), - [anon_sym_constexpr] = ACTIONS(2640), - [anon_sym_constinit] = ACTIONS(2640), - [anon_sym_consteval] = ACTIONS(2640), - [anon_sym_signed] = ACTIONS(2640), - [anon_sym_unsigned] = ACTIONS(2640), - [anon_sym_long] = ACTIONS(2640), - [anon_sym_short] = ACTIONS(2640), - [sym_primitive_type] = ACTIONS(2640), - [anon_sym_enum] = ACTIONS(2640), - [anon_sym_class] = ACTIONS(2640), - [anon_sym_struct] = ACTIONS(2640), - [anon_sym_union] = ACTIONS(2640), - [anon_sym_if] = ACTIONS(2640), - [anon_sym_else] = ACTIONS(2640), - [anon_sym_switch] = ACTIONS(2640), - [anon_sym_case] = ACTIONS(2640), - [anon_sym_default] = ACTIONS(2640), - [anon_sym_while] = ACTIONS(2640), - [anon_sym_do] = ACTIONS(2640), - [anon_sym_for] = ACTIONS(2640), - [anon_sym_return] = ACTIONS(2640), - [anon_sym_break] = ACTIONS(2640), - [anon_sym_continue] = ACTIONS(2640), - [anon_sym_goto] = ACTIONS(2640), - [anon_sym_not] = ACTIONS(2640), - [anon_sym_compl] = ACTIONS(2640), - [anon_sym_DASH_DASH] = ACTIONS(2642), - [anon_sym_PLUS_PLUS] = ACTIONS(2642), - [anon_sym_sizeof] = ACTIONS(2640), - [sym_number_literal] = ACTIONS(2642), - [anon_sym_L_SQUOTE] = ACTIONS(2642), - [anon_sym_u_SQUOTE] = ACTIONS(2642), - [anon_sym_U_SQUOTE] = ACTIONS(2642), - [anon_sym_u8_SQUOTE] = ACTIONS(2642), - [anon_sym_SQUOTE] = ACTIONS(2642), - [anon_sym_L_DQUOTE] = ACTIONS(2642), - [anon_sym_u_DQUOTE] = ACTIONS(2642), - [anon_sym_U_DQUOTE] = ACTIONS(2642), - [anon_sym_u8_DQUOTE] = ACTIONS(2642), - [anon_sym_DQUOTE] = ACTIONS(2642), - [sym_true] = ACTIONS(2640), - [sym_false] = ACTIONS(2640), - [sym_null] = ACTIONS(2640), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2640), - [anon_sym_decltype] = ACTIONS(2640), - [anon_sym_virtual] = ACTIONS(2640), - [anon_sym_explicit] = ACTIONS(2640), - [anon_sym_typename] = ACTIONS(2640), - [anon_sym_template] = ACTIONS(2640), - [anon_sym_operator] = ACTIONS(2640), - [anon_sym_try] = ACTIONS(2640), - [anon_sym_delete] = ACTIONS(2640), - [anon_sym_throw] = ACTIONS(2640), - [anon_sym_namespace] = ACTIONS(2640), - [anon_sym_using] = ACTIONS(2640), - [anon_sym_static_assert] = ACTIONS(2640), - [anon_sym_concept] = ACTIONS(2640), - [anon_sym_co_return] = ACTIONS(2640), - [anon_sym_co_yield] = ACTIONS(2640), - [anon_sym_R_DQUOTE] = ACTIONS(2642), - [anon_sym_LR_DQUOTE] = ACTIONS(2642), - [anon_sym_uR_DQUOTE] = ACTIONS(2642), - [anon_sym_UR_DQUOTE] = ACTIONS(2642), - [anon_sym_u8R_DQUOTE] = ACTIONS(2642), - [anon_sym_co_await] = ACTIONS(2640), - [anon_sym_new] = ACTIONS(2640), - [anon_sym_requires] = ACTIONS(2640), - [sym_this] = ACTIONS(2640), - [sym_nullptr] = ACTIONS(2640), - }, - [683] = { - [sym_identifier] = ACTIONS(2566), - [aux_sym_preproc_include_token1] = ACTIONS(2566), - [aux_sym_preproc_def_token1] = ACTIONS(2566), - [aux_sym_preproc_if_token1] = ACTIONS(2566), - [aux_sym_preproc_if_token2] = ACTIONS(2566), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2566), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2566), - [sym_preproc_directive] = ACTIONS(2566), - [anon_sym_LPAREN2] = ACTIONS(2568), - [anon_sym_BANG] = ACTIONS(2568), - [anon_sym_TILDE] = ACTIONS(2568), - [anon_sym_DASH] = ACTIONS(2566), - [anon_sym_PLUS] = ACTIONS(2566), - [anon_sym_STAR] = ACTIONS(2568), - [anon_sym_AMP_AMP] = ACTIONS(2568), - [anon_sym_AMP] = ACTIONS(2566), - [anon_sym_SEMI] = ACTIONS(2568), - [anon_sym_typedef] = ACTIONS(2566), - [anon_sym_extern] = ACTIONS(2566), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2568), - [anon_sym___declspec] = ACTIONS(2566), - [anon_sym___based] = ACTIONS(2566), - [anon_sym___cdecl] = ACTIONS(2566), - [anon_sym___clrcall] = ACTIONS(2566), - [anon_sym___stdcall] = ACTIONS(2566), - [anon_sym___fastcall] = ACTIONS(2566), - [anon_sym___thiscall] = ACTIONS(2566), - [anon_sym___vectorcall] = ACTIONS(2566), - [anon_sym_LBRACE] = ACTIONS(2568), - [anon_sym_LBRACK] = ACTIONS(2566), - [anon_sym_static] = ACTIONS(2566), - [anon_sym_register] = ACTIONS(2566), - [anon_sym_inline] = ACTIONS(2566), - [anon_sym_thread_local] = ACTIONS(2566), - [anon_sym_const] = ACTIONS(2566), - [anon_sym_volatile] = ACTIONS(2566), - [anon_sym_restrict] = ACTIONS(2566), - [anon_sym__Atomic] = ACTIONS(2566), - [anon_sym_mutable] = ACTIONS(2566), - [anon_sym_constexpr] = ACTIONS(2566), - [anon_sym_constinit] = ACTIONS(2566), - [anon_sym_consteval] = ACTIONS(2566), - [anon_sym_signed] = ACTIONS(2566), - [anon_sym_unsigned] = ACTIONS(2566), - [anon_sym_long] = ACTIONS(2566), - [anon_sym_short] = ACTIONS(2566), - [sym_primitive_type] = ACTIONS(2566), - [anon_sym_enum] = ACTIONS(2566), - [anon_sym_class] = ACTIONS(2566), - [anon_sym_struct] = ACTIONS(2566), - [anon_sym_union] = ACTIONS(2566), - [anon_sym_if] = ACTIONS(2566), - [anon_sym_else] = ACTIONS(2902), - [anon_sym_switch] = ACTIONS(2566), - [anon_sym_case] = ACTIONS(2566), - [anon_sym_default] = ACTIONS(2566), - [anon_sym_while] = ACTIONS(2566), - [anon_sym_do] = ACTIONS(2566), - [anon_sym_for] = ACTIONS(2566), - [anon_sym_return] = ACTIONS(2566), - [anon_sym_break] = ACTIONS(2566), - [anon_sym_continue] = ACTIONS(2566), - [anon_sym_goto] = ACTIONS(2566), - [anon_sym_not] = ACTIONS(2566), - [anon_sym_compl] = ACTIONS(2566), - [anon_sym_DASH_DASH] = ACTIONS(2568), - [anon_sym_PLUS_PLUS] = ACTIONS(2568), - [anon_sym_sizeof] = ACTIONS(2566), - [sym_number_literal] = ACTIONS(2568), - [anon_sym_L_SQUOTE] = ACTIONS(2568), - [anon_sym_u_SQUOTE] = ACTIONS(2568), - [anon_sym_U_SQUOTE] = ACTIONS(2568), - [anon_sym_u8_SQUOTE] = ACTIONS(2568), - [anon_sym_SQUOTE] = ACTIONS(2568), - [anon_sym_L_DQUOTE] = ACTIONS(2568), - [anon_sym_u_DQUOTE] = ACTIONS(2568), - [anon_sym_U_DQUOTE] = ACTIONS(2568), - [anon_sym_u8_DQUOTE] = ACTIONS(2568), - [anon_sym_DQUOTE] = ACTIONS(2568), - [sym_true] = ACTIONS(2566), - [sym_false] = ACTIONS(2566), - [sym_null] = ACTIONS(2566), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2566), - [anon_sym_decltype] = ACTIONS(2566), - [anon_sym_virtual] = ACTIONS(2566), - [anon_sym_explicit] = ACTIONS(2566), - [anon_sym_typename] = ACTIONS(2566), - [anon_sym_template] = ACTIONS(2566), - [anon_sym_operator] = ACTIONS(2566), - [anon_sym_try] = ACTIONS(2566), - [anon_sym_delete] = ACTIONS(2566), - [anon_sym_throw] = ACTIONS(2566), - [anon_sym_namespace] = ACTIONS(2566), - [anon_sym_using] = ACTIONS(2566), - [anon_sym_static_assert] = ACTIONS(2566), - [anon_sym_concept] = ACTIONS(2566), - [anon_sym_co_return] = ACTIONS(2566), - [anon_sym_co_yield] = ACTIONS(2566), - [anon_sym_R_DQUOTE] = ACTIONS(2568), - [anon_sym_LR_DQUOTE] = ACTIONS(2568), - [anon_sym_uR_DQUOTE] = ACTIONS(2568), - [anon_sym_UR_DQUOTE] = ACTIONS(2568), - [anon_sym_u8R_DQUOTE] = ACTIONS(2568), - [anon_sym_co_await] = ACTIONS(2566), - [anon_sym_new] = ACTIONS(2566), - [anon_sym_requires] = ACTIONS(2566), - [sym_this] = ACTIONS(2566), - [sym_nullptr] = ACTIONS(2566), - }, - [684] = { - [sym_identifier] = ACTIONS(2520), - [aux_sym_preproc_include_token1] = ACTIONS(2520), - [aux_sym_preproc_def_token1] = ACTIONS(2520), - [aux_sym_preproc_if_token1] = ACTIONS(2520), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2520), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2520), - [sym_preproc_directive] = ACTIONS(2520), - [anon_sym_LPAREN2] = ACTIONS(2522), - [anon_sym_BANG] = ACTIONS(2522), - [anon_sym_TILDE] = ACTIONS(2522), - [anon_sym_DASH] = ACTIONS(2520), - [anon_sym_PLUS] = ACTIONS(2520), - [anon_sym_STAR] = ACTIONS(2522), - [anon_sym_AMP_AMP] = ACTIONS(2522), - [anon_sym_AMP] = ACTIONS(2520), - [anon_sym_SEMI] = ACTIONS(2522), - [anon_sym_typedef] = ACTIONS(2520), - [anon_sym_extern] = ACTIONS(2520), - [anon_sym___attribute__] = ACTIONS(2520), - [anon_sym_COLON_COLON] = ACTIONS(2522), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2522), - [anon_sym___declspec] = ACTIONS(2520), - [anon_sym___based] = ACTIONS(2520), - [anon_sym___cdecl] = ACTIONS(2520), - [anon_sym___clrcall] = ACTIONS(2520), - [anon_sym___stdcall] = ACTIONS(2520), - [anon_sym___fastcall] = ACTIONS(2520), - [anon_sym___thiscall] = ACTIONS(2520), - [anon_sym___vectorcall] = ACTIONS(2520), - [anon_sym_LBRACE] = ACTIONS(2522), - [anon_sym_RBRACE] = ACTIONS(2522), - [anon_sym_LBRACK] = ACTIONS(2520), - [anon_sym_static] = ACTIONS(2520), - [anon_sym_register] = ACTIONS(2520), - [anon_sym_inline] = ACTIONS(2520), - [anon_sym_thread_local] = ACTIONS(2520), - [anon_sym_const] = ACTIONS(2520), - [anon_sym_volatile] = ACTIONS(2520), - [anon_sym_restrict] = ACTIONS(2520), - [anon_sym__Atomic] = ACTIONS(2520), - [anon_sym_mutable] = ACTIONS(2520), - [anon_sym_constexpr] = ACTIONS(2520), - [anon_sym_constinit] = ACTIONS(2520), - [anon_sym_consteval] = ACTIONS(2520), - [anon_sym_signed] = ACTIONS(2520), - [anon_sym_unsigned] = ACTIONS(2520), - [anon_sym_long] = ACTIONS(2520), - [anon_sym_short] = ACTIONS(2520), - [sym_primitive_type] = ACTIONS(2520), - [anon_sym_enum] = ACTIONS(2520), - [anon_sym_class] = ACTIONS(2520), - [anon_sym_struct] = ACTIONS(2520), - [anon_sym_union] = ACTIONS(2520), - [anon_sym_if] = ACTIONS(2520), - [anon_sym_else] = ACTIONS(2520), - [anon_sym_switch] = ACTIONS(2520), - [anon_sym_case] = ACTIONS(2520), - [anon_sym_default] = ACTIONS(2520), - [anon_sym_while] = ACTIONS(2520), - [anon_sym_do] = ACTIONS(2520), - [anon_sym_for] = ACTIONS(2520), - [anon_sym_return] = ACTIONS(2520), - [anon_sym_break] = ACTIONS(2520), - [anon_sym_continue] = ACTIONS(2520), - [anon_sym_goto] = ACTIONS(2520), - [anon_sym_not] = ACTIONS(2520), - [anon_sym_compl] = ACTIONS(2520), - [anon_sym_DASH_DASH] = ACTIONS(2522), - [anon_sym_PLUS_PLUS] = ACTIONS(2522), - [anon_sym_sizeof] = ACTIONS(2520), - [sym_number_literal] = ACTIONS(2522), - [anon_sym_L_SQUOTE] = ACTIONS(2522), - [anon_sym_u_SQUOTE] = ACTIONS(2522), - [anon_sym_U_SQUOTE] = ACTIONS(2522), - [anon_sym_u8_SQUOTE] = ACTIONS(2522), - [anon_sym_SQUOTE] = ACTIONS(2522), - [anon_sym_L_DQUOTE] = ACTIONS(2522), - [anon_sym_u_DQUOTE] = ACTIONS(2522), - [anon_sym_U_DQUOTE] = ACTIONS(2522), - [anon_sym_u8_DQUOTE] = ACTIONS(2522), - [anon_sym_DQUOTE] = ACTIONS(2522), - [sym_true] = ACTIONS(2520), - [sym_false] = ACTIONS(2520), - [sym_null] = ACTIONS(2520), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2520), - [anon_sym_decltype] = ACTIONS(2520), - [anon_sym_virtual] = ACTIONS(2520), - [anon_sym_explicit] = ACTIONS(2520), - [anon_sym_typename] = ACTIONS(2520), - [anon_sym_template] = ACTIONS(2520), - [anon_sym_operator] = ACTIONS(2520), - [anon_sym_try] = ACTIONS(2520), - [anon_sym_delete] = ACTIONS(2520), - [anon_sym_throw] = ACTIONS(2520), - [anon_sym_namespace] = ACTIONS(2520), - [anon_sym_using] = ACTIONS(2520), - [anon_sym_static_assert] = ACTIONS(2520), - [anon_sym_concept] = ACTIONS(2520), - [anon_sym_co_return] = ACTIONS(2520), - [anon_sym_co_yield] = ACTIONS(2520), - [anon_sym_R_DQUOTE] = ACTIONS(2522), - [anon_sym_LR_DQUOTE] = ACTIONS(2522), - [anon_sym_uR_DQUOTE] = ACTIONS(2522), - [anon_sym_UR_DQUOTE] = ACTIONS(2522), - [anon_sym_u8R_DQUOTE] = ACTIONS(2522), - [anon_sym_co_await] = ACTIONS(2520), - [anon_sym_new] = ACTIONS(2520), - [anon_sym_requires] = ACTIONS(2520), - [sym_this] = ACTIONS(2520), - [sym_nullptr] = ACTIONS(2520), - }, - [685] = { + [666] = { [sym_identifier] = ACTIONS(2524), [aux_sym_preproc_include_token1] = ACTIONS(2524), [aux_sym_preproc_def_token1] = ACTIONS(2524), @@ -116033,6905 +113644,3966 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2524), [sym_nullptr] = ACTIONS(2524), }, - [686] = { - [ts_builtin_sym_end] = ACTIONS(2614), - [sym_identifier] = ACTIONS(2612), - [aux_sym_preproc_include_token1] = ACTIONS(2612), - [aux_sym_preproc_def_token1] = ACTIONS(2612), - [aux_sym_preproc_if_token1] = ACTIONS(2612), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2612), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2612), - [sym_preproc_directive] = ACTIONS(2612), - [anon_sym_LPAREN2] = ACTIONS(2614), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_TILDE] = ACTIONS(2614), - [anon_sym_DASH] = ACTIONS(2612), - [anon_sym_PLUS] = ACTIONS(2612), - [anon_sym_STAR] = ACTIONS(2614), - [anon_sym_AMP_AMP] = ACTIONS(2614), - [anon_sym_AMP] = ACTIONS(2612), - [anon_sym_SEMI] = ACTIONS(2614), - [anon_sym_typedef] = ACTIONS(2612), - [anon_sym_extern] = ACTIONS(2612), - [anon_sym___attribute__] = ACTIONS(2612), - [anon_sym_COLON_COLON] = ACTIONS(2614), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2614), - [anon_sym___declspec] = ACTIONS(2612), - [anon_sym___based] = ACTIONS(2612), - [anon_sym___cdecl] = ACTIONS(2612), - [anon_sym___clrcall] = ACTIONS(2612), - [anon_sym___stdcall] = ACTIONS(2612), - [anon_sym___fastcall] = ACTIONS(2612), - [anon_sym___thiscall] = ACTIONS(2612), - [anon_sym___vectorcall] = ACTIONS(2612), - [anon_sym_LBRACE] = ACTIONS(2614), - [anon_sym_LBRACK] = ACTIONS(2612), - [anon_sym_static] = ACTIONS(2612), - [anon_sym_register] = ACTIONS(2612), - [anon_sym_inline] = ACTIONS(2612), - [anon_sym_thread_local] = ACTIONS(2612), - [anon_sym_const] = ACTIONS(2612), - [anon_sym_volatile] = ACTIONS(2612), - [anon_sym_restrict] = ACTIONS(2612), - [anon_sym__Atomic] = ACTIONS(2612), - [anon_sym_mutable] = ACTIONS(2612), - [anon_sym_constexpr] = ACTIONS(2612), - [anon_sym_constinit] = ACTIONS(2612), - [anon_sym_consteval] = ACTIONS(2612), - [anon_sym_signed] = ACTIONS(2612), - [anon_sym_unsigned] = ACTIONS(2612), - [anon_sym_long] = ACTIONS(2612), - [anon_sym_short] = ACTIONS(2612), - [sym_primitive_type] = ACTIONS(2612), - [anon_sym_enum] = ACTIONS(2612), - [anon_sym_class] = ACTIONS(2612), - [anon_sym_struct] = ACTIONS(2612), - [anon_sym_union] = ACTIONS(2612), - [anon_sym_if] = ACTIONS(2612), - [anon_sym_else] = ACTIONS(2612), - [anon_sym_switch] = ACTIONS(2612), - [anon_sym_case] = ACTIONS(2612), - [anon_sym_default] = ACTIONS(2612), - [anon_sym_while] = ACTIONS(2612), - [anon_sym_do] = ACTIONS(2612), - [anon_sym_for] = ACTIONS(2612), - [anon_sym_return] = ACTIONS(2612), - [anon_sym_break] = ACTIONS(2612), - [anon_sym_continue] = ACTIONS(2612), - [anon_sym_goto] = ACTIONS(2612), - [anon_sym_not] = ACTIONS(2612), - [anon_sym_compl] = ACTIONS(2612), - [anon_sym_DASH_DASH] = ACTIONS(2614), - [anon_sym_PLUS_PLUS] = ACTIONS(2614), - [anon_sym_sizeof] = ACTIONS(2612), - [sym_number_literal] = ACTIONS(2614), - [anon_sym_L_SQUOTE] = ACTIONS(2614), - [anon_sym_u_SQUOTE] = ACTIONS(2614), - [anon_sym_U_SQUOTE] = ACTIONS(2614), - [anon_sym_u8_SQUOTE] = ACTIONS(2614), - [anon_sym_SQUOTE] = ACTIONS(2614), - [anon_sym_L_DQUOTE] = ACTIONS(2614), - [anon_sym_u_DQUOTE] = ACTIONS(2614), - [anon_sym_U_DQUOTE] = ACTIONS(2614), - [anon_sym_u8_DQUOTE] = ACTIONS(2614), - [anon_sym_DQUOTE] = ACTIONS(2614), - [sym_true] = ACTIONS(2612), - [sym_false] = ACTIONS(2612), - [sym_null] = ACTIONS(2612), + [667] = { + [sym_identifier] = ACTIONS(2580), + [aux_sym_preproc_include_token1] = ACTIONS(2580), + [aux_sym_preproc_def_token1] = ACTIONS(2580), + [aux_sym_preproc_if_token1] = ACTIONS(2580), + [aux_sym_preproc_if_token2] = ACTIONS(2580), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2580), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2580), + [sym_preproc_directive] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(2582), + [anon_sym_BANG] = ACTIONS(2582), + [anon_sym_TILDE] = ACTIONS(2582), + [anon_sym_DASH] = ACTIONS(2580), + [anon_sym_PLUS] = ACTIONS(2580), + [anon_sym_STAR] = ACTIONS(2582), + [anon_sym_AMP_AMP] = ACTIONS(2582), + [anon_sym_AMP] = ACTIONS(2580), + [anon_sym_SEMI] = ACTIONS(2582), + [anon_sym_typedef] = ACTIONS(2580), + [anon_sym_extern] = ACTIONS(2580), + [anon_sym___attribute__] = ACTIONS(2580), + [anon_sym_COLON_COLON] = ACTIONS(2582), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2582), + [anon_sym___declspec] = ACTIONS(2580), + [anon_sym___based] = ACTIONS(2580), + [anon_sym___cdecl] = ACTIONS(2580), + [anon_sym___clrcall] = ACTIONS(2580), + [anon_sym___stdcall] = ACTIONS(2580), + [anon_sym___fastcall] = ACTIONS(2580), + [anon_sym___thiscall] = ACTIONS(2580), + [anon_sym___vectorcall] = ACTIONS(2580), + [anon_sym_LBRACE] = ACTIONS(2582), + [anon_sym_LBRACK] = ACTIONS(2580), + [anon_sym_static] = ACTIONS(2580), + [anon_sym_register] = ACTIONS(2580), + [anon_sym_inline] = ACTIONS(2580), + [anon_sym_thread_local] = ACTIONS(2580), + [anon_sym_const] = ACTIONS(2580), + [anon_sym_volatile] = ACTIONS(2580), + [anon_sym_restrict] = ACTIONS(2580), + [anon_sym__Atomic] = ACTIONS(2580), + [anon_sym_mutable] = ACTIONS(2580), + [anon_sym_constexpr] = ACTIONS(2580), + [anon_sym_constinit] = ACTIONS(2580), + [anon_sym_consteval] = ACTIONS(2580), + [anon_sym_signed] = ACTIONS(2580), + [anon_sym_unsigned] = ACTIONS(2580), + [anon_sym_long] = ACTIONS(2580), + [anon_sym_short] = ACTIONS(2580), + [sym_primitive_type] = ACTIONS(2580), + [anon_sym_enum] = ACTIONS(2580), + [anon_sym_class] = ACTIONS(2580), + [anon_sym_struct] = ACTIONS(2580), + [anon_sym_union] = ACTIONS(2580), + [anon_sym_if] = ACTIONS(2580), + [anon_sym_else] = ACTIONS(2580), + [anon_sym_switch] = ACTIONS(2580), + [anon_sym_case] = ACTIONS(2580), + [anon_sym_default] = ACTIONS(2580), + [anon_sym_while] = ACTIONS(2580), + [anon_sym_do] = ACTIONS(2580), + [anon_sym_for] = ACTIONS(2580), + [anon_sym_return] = ACTIONS(2580), + [anon_sym_break] = ACTIONS(2580), + [anon_sym_continue] = ACTIONS(2580), + [anon_sym_goto] = ACTIONS(2580), + [anon_sym_not] = ACTIONS(2580), + [anon_sym_compl] = ACTIONS(2580), + [anon_sym_DASH_DASH] = ACTIONS(2582), + [anon_sym_PLUS_PLUS] = ACTIONS(2582), + [anon_sym_sizeof] = ACTIONS(2580), + [sym_number_literal] = ACTIONS(2582), + [anon_sym_L_SQUOTE] = ACTIONS(2582), + [anon_sym_u_SQUOTE] = ACTIONS(2582), + [anon_sym_U_SQUOTE] = ACTIONS(2582), + [anon_sym_u8_SQUOTE] = ACTIONS(2582), + [anon_sym_SQUOTE] = ACTIONS(2582), + [anon_sym_L_DQUOTE] = ACTIONS(2582), + [anon_sym_u_DQUOTE] = ACTIONS(2582), + [anon_sym_U_DQUOTE] = ACTIONS(2582), + [anon_sym_u8_DQUOTE] = ACTIONS(2582), + [anon_sym_DQUOTE] = ACTIONS(2582), + [sym_true] = ACTIONS(2580), + [sym_false] = ACTIONS(2580), + [sym_null] = ACTIONS(2580), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2612), - [anon_sym_decltype] = ACTIONS(2612), - [anon_sym_virtual] = ACTIONS(2612), - [anon_sym_explicit] = ACTIONS(2612), - [anon_sym_typename] = ACTIONS(2612), - [anon_sym_template] = ACTIONS(2612), - [anon_sym_operator] = ACTIONS(2612), - [anon_sym_try] = ACTIONS(2612), - [anon_sym_delete] = ACTIONS(2612), - [anon_sym_throw] = ACTIONS(2612), - [anon_sym_namespace] = ACTIONS(2612), - [anon_sym_using] = ACTIONS(2612), - [anon_sym_static_assert] = ACTIONS(2612), - [anon_sym_concept] = ACTIONS(2612), - [anon_sym_co_return] = ACTIONS(2612), - [anon_sym_co_yield] = ACTIONS(2612), - [anon_sym_R_DQUOTE] = ACTIONS(2614), - [anon_sym_LR_DQUOTE] = ACTIONS(2614), - [anon_sym_uR_DQUOTE] = ACTIONS(2614), - [anon_sym_UR_DQUOTE] = ACTIONS(2614), - [anon_sym_u8R_DQUOTE] = ACTIONS(2614), - [anon_sym_co_await] = ACTIONS(2612), - [anon_sym_new] = ACTIONS(2612), - [anon_sym_requires] = ACTIONS(2612), - [sym_this] = ACTIONS(2612), - [sym_nullptr] = ACTIONS(2612), + [sym_auto] = ACTIONS(2580), + [anon_sym_decltype] = ACTIONS(2580), + [anon_sym_virtual] = ACTIONS(2580), + [anon_sym_explicit] = ACTIONS(2580), + [anon_sym_typename] = ACTIONS(2580), + [anon_sym_template] = ACTIONS(2580), + [anon_sym_operator] = ACTIONS(2580), + [anon_sym_try] = ACTIONS(2580), + [anon_sym_delete] = ACTIONS(2580), + [anon_sym_throw] = ACTIONS(2580), + [anon_sym_namespace] = ACTIONS(2580), + [anon_sym_using] = ACTIONS(2580), + [anon_sym_static_assert] = ACTIONS(2580), + [anon_sym_concept] = ACTIONS(2580), + [anon_sym_co_return] = ACTIONS(2580), + [anon_sym_co_yield] = ACTIONS(2580), + [anon_sym_R_DQUOTE] = ACTIONS(2582), + [anon_sym_LR_DQUOTE] = ACTIONS(2582), + [anon_sym_uR_DQUOTE] = ACTIONS(2582), + [anon_sym_UR_DQUOTE] = ACTIONS(2582), + [anon_sym_u8R_DQUOTE] = ACTIONS(2582), + [anon_sym_co_await] = ACTIONS(2580), + [anon_sym_new] = ACTIONS(2580), + [anon_sym_requires] = ACTIONS(2580), + [sym_this] = ACTIONS(2580), + [sym_nullptr] = ACTIONS(2580), + }, + [668] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [669] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [670] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [671] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [672] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [673] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [674] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [675] = { + [sym_identifier] = ACTIONS(2568), + [aux_sym_preproc_include_token1] = ACTIONS(2568), + [aux_sym_preproc_def_token1] = ACTIONS(2568), + [aux_sym_preproc_if_token1] = ACTIONS(2568), + [aux_sym_preproc_if_token2] = ACTIONS(2568), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2568), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2568), + [sym_preproc_directive] = ACTIONS(2568), + [anon_sym_LPAREN2] = ACTIONS(2570), + [anon_sym_BANG] = ACTIONS(2570), + [anon_sym_TILDE] = ACTIONS(2570), + [anon_sym_DASH] = ACTIONS(2568), + [anon_sym_PLUS] = ACTIONS(2568), + [anon_sym_STAR] = ACTIONS(2570), + [anon_sym_AMP_AMP] = ACTIONS(2570), + [anon_sym_AMP] = ACTIONS(2568), + [anon_sym_SEMI] = ACTIONS(2570), + [anon_sym_typedef] = ACTIONS(2568), + [anon_sym_extern] = ACTIONS(2568), + [anon_sym___attribute__] = ACTIONS(2568), + [anon_sym_COLON_COLON] = ACTIONS(2570), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(2568), + [anon_sym___cdecl] = ACTIONS(2568), + [anon_sym___clrcall] = ACTIONS(2568), + [anon_sym___stdcall] = ACTIONS(2568), + [anon_sym___fastcall] = ACTIONS(2568), + [anon_sym___thiscall] = ACTIONS(2568), + [anon_sym___vectorcall] = ACTIONS(2568), + [anon_sym_LBRACE] = ACTIONS(2570), + [anon_sym_LBRACK] = ACTIONS(2568), + [anon_sym_static] = ACTIONS(2568), + [anon_sym_register] = ACTIONS(2568), + [anon_sym_inline] = ACTIONS(2568), + [anon_sym_thread_local] = ACTIONS(2568), + [anon_sym_const] = ACTIONS(2568), + [anon_sym_volatile] = ACTIONS(2568), + [anon_sym_restrict] = ACTIONS(2568), + [anon_sym__Atomic] = ACTIONS(2568), + [anon_sym_mutable] = ACTIONS(2568), + [anon_sym_constexpr] = ACTIONS(2568), + [anon_sym_constinit] = ACTIONS(2568), + [anon_sym_consteval] = ACTIONS(2568), + [anon_sym_signed] = ACTIONS(2568), + [anon_sym_unsigned] = ACTIONS(2568), + [anon_sym_long] = ACTIONS(2568), + [anon_sym_short] = ACTIONS(2568), + [sym_primitive_type] = ACTIONS(2568), + [anon_sym_enum] = ACTIONS(2568), + [anon_sym_class] = ACTIONS(2568), + [anon_sym_struct] = ACTIONS(2568), + [anon_sym_union] = ACTIONS(2568), + [anon_sym_if] = ACTIONS(2568), + [anon_sym_else] = ACTIONS(2568), + [anon_sym_switch] = ACTIONS(2568), + [anon_sym_case] = ACTIONS(2568), + [anon_sym_default] = ACTIONS(2568), + [anon_sym_while] = ACTIONS(2568), + [anon_sym_do] = ACTIONS(2568), + [anon_sym_for] = ACTIONS(2568), + [anon_sym_return] = ACTIONS(2568), + [anon_sym_break] = ACTIONS(2568), + [anon_sym_continue] = ACTIONS(2568), + [anon_sym_goto] = ACTIONS(2568), + [anon_sym_not] = ACTIONS(2568), + [anon_sym_compl] = ACTIONS(2568), + [anon_sym_DASH_DASH] = ACTIONS(2570), + [anon_sym_PLUS_PLUS] = ACTIONS(2570), + [anon_sym_sizeof] = ACTIONS(2568), + [sym_number_literal] = ACTIONS(2570), + [anon_sym_L_SQUOTE] = ACTIONS(2570), + [anon_sym_u_SQUOTE] = ACTIONS(2570), + [anon_sym_U_SQUOTE] = ACTIONS(2570), + [anon_sym_u8_SQUOTE] = ACTIONS(2570), + [anon_sym_SQUOTE] = ACTIONS(2570), + [anon_sym_L_DQUOTE] = ACTIONS(2570), + [anon_sym_u_DQUOTE] = ACTIONS(2570), + [anon_sym_U_DQUOTE] = ACTIONS(2570), + [anon_sym_u8_DQUOTE] = ACTIONS(2570), + [anon_sym_DQUOTE] = ACTIONS(2570), + [sym_true] = ACTIONS(2568), + [sym_false] = ACTIONS(2568), + [sym_null] = ACTIONS(2568), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2568), + [anon_sym_decltype] = ACTIONS(2568), + [anon_sym_virtual] = ACTIONS(2568), + [anon_sym_explicit] = ACTIONS(2568), + [anon_sym_typename] = ACTIONS(2568), + [anon_sym_template] = ACTIONS(2568), + [anon_sym_operator] = ACTIONS(2568), + [anon_sym_try] = ACTIONS(2568), + [anon_sym_delete] = ACTIONS(2568), + [anon_sym_throw] = ACTIONS(2568), + [anon_sym_namespace] = ACTIONS(2568), + [anon_sym_using] = ACTIONS(2568), + [anon_sym_static_assert] = ACTIONS(2568), + [anon_sym_concept] = ACTIONS(2568), + [anon_sym_co_return] = ACTIONS(2568), + [anon_sym_co_yield] = ACTIONS(2568), + [anon_sym_R_DQUOTE] = ACTIONS(2570), + [anon_sym_LR_DQUOTE] = ACTIONS(2570), + [anon_sym_uR_DQUOTE] = ACTIONS(2570), + [anon_sym_UR_DQUOTE] = ACTIONS(2570), + [anon_sym_u8R_DQUOTE] = ACTIONS(2570), + [anon_sym_co_await] = ACTIONS(2568), + [anon_sym_new] = ACTIONS(2568), + [anon_sym_requires] = ACTIONS(2568), + [sym_this] = ACTIONS(2568), + [sym_nullptr] = ACTIONS(2568), + }, + [676] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [677] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [678] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [679] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [680] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [681] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [682] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [683] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [684] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [685] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [686] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [687] = { - [sym_identifier] = ACTIONS(2530), - [aux_sym_preproc_include_token1] = ACTIONS(2530), - [aux_sym_preproc_def_token1] = ACTIONS(2530), - [aux_sym_preproc_if_token1] = ACTIONS(2530), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2530), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2530), - [sym_preproc_directive] = ACTIONS(2530), - [anon_sym_LPAREN2] = ACTIONS(2532), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_TILDE] = ACTIONS(2532), - [anon_sym_DASH] = ACTIONS(2530), - [anon_sym_PLUS] = ACTIONS(2530), - [anon_sym_STAR] = ACTIONS(2532), - [anon_sym_AMP_AMP] = ACTIONS(2532), - [anon_sym_AMP] = ACTIONS(2530), - [anon_sym_SEMI] = ACTIONS(2532), - [anon_sym_typedef] = ACTIONS(2530), - [anon_sym_extern] = ACTIONS(2530), - [anon_sym___attribute__] = ACTIONS(2530), - [anon_sym_COLON_COLON] = ACTIONS(2532), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2532), - [anon_sym___declspec] = ACTIONS(2530), - [anon_sym___based] = ACTIONS(2530), - [anon_sym___cdecl] = ACTIONS(2530), - [anon_sym___clrcall] = ACTIONS(2530), - [anon_sym___stdcall] = ACTIONS(2530), - [anon_sym___fastcall] = ACTIONS(2530), - [anon_sym___thiscall] = ACTIONS(2530), - [anon_sym___vectorcall] = ACTIONS(2530), - [anon_sym_LBRACE] = ACTIONS(2532), - [anon_sym_RBRACE] = ACTIONS(2532), - [anon_sym_LBRACK] = ACTIONS(2530), - [anon_sym_static] = ACTIONS(2530), - [anon_sym_register] = ACTIONS(2530), - [anon_sym_inline] = ACTIONS(2530), - [anon_sym_thread_local] = ACTIONS(2530), - [anon_sym_const] = ACTIONS(2530), - [anon_sym_volatile] = ACTIONS(2530), - [anon_sym_restrict] = ACTIONS(2530), - [anon_sym__Atomic] = ACTIONS(2530), - [anon_sym_mutable] = ACTIONS(2530), - [anon_sym_constexpr] = ACTIONS(2530), - [anon_sym_constinit] = ACTIONS(2530), - [anon_sym_consteval] = ACTIONS(2530), - [anon_sym_signed] = ACTIONS(2530), - [anon_sym_unsigned] = ACTIONS(2530), - [anon_sym_long] = ACTIONS(2530), - [anon_sym_short] = ACTIONS(2530), - [sym_primitive_type] = ACTIONS(2530), - [anon_sym_enum] = ACTIONS(2530), - [anon_sym_class] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2530), - [anon_sym_if] = ACTIONS(2530), - [anon_sym_else] = ACTIONS(2530), - [anon_sym_switch] = ACTIONS(2530), - [anon_sym_case] = ACTIONS(2530), - [anon_sym_default] = ACTIONS(2530), - [anon_sym_while] = ACTIONS(2530), - [anon_sym_do] = ACTIONS(2530), - [anon_sym_for] = ACTIONS(2530), - [anon_sym_return] = ACTIONS(2530), - [anon_sym_break] = ACTIONS(2530), - [anon_sym_continue] = ACTIONS(2530), - [anon_sym_goto] = ACTIONS(2530), - [anon_sym_not] = ACTIONS(2530), - [anon_sym_compl] = ACTIONS(2530), - [anon_sym_DASH_DASH] = ACTIONS(2532), - [anon_sym_PLUS_PLUS] = ACTIONS(2532), - [anon_sym_sizeof] = ACTIONS(2530), - [sym_number_literal] = ACTIONS(2532), - [anon_sym_L_SQUOTE] = ACTIONS(2532), - [anon_sym_u_SQUOTE] = ACTIONS(2532), - [anon_sym_U_SQUOTE] = ACTIONS(2532), - [anon_sym_u8_SQUOTE] = ACTIONS(2532), - [anon_sym_SQUOTE] = ACTIONS(2532), - [anon_sym_L_DQUOTE] = ACTIONS(2532), - [anon_sym_u_DQUOTE] = ACTIONS(2532), - [anon_sym_U_DQUOTE] = ACTIONS(2532), - [anon_sym_u8_DQUOTE] = ACTIONS(2532), - [anon_sym_DQUOTE] = ACTIONS(2532), - [sym_true] = ACTIONS(2530), - [sym_false] = ACTIONS(2530), - [sym_null] = ACTIONS(2530), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2530), - [anon_sym_decltype] = ACTIONS(2530), - [anon_sym_virtual] = ACTIONS(2530), - [anon_sym_explicit] = ACTIONS(2530), - [anon_sym_typename] = ACTIONS(2530), - [anon_sym_template] = ACTIONS(2530), - [anon_sym_operator] = ACTIONS(2530), - [anon_sym_try] = ACTIONS(2530), - [anon_sym_delete] = ACTIONS(2530), - [anon_sym_throw] = ACTIONS(2530), - [anon_sym_namespace] = ACTIONS(2530), - [anon_sym_using] = ACTIONS(2530), - [anon_sym_static_assert] = ACTIONS(2530), - [anon_sym_concept] = ACTIONS(2530), - [anon_sym_co_return] = ACTIONS(2530), - [anon_sym_co_yield] = ACTIONS(2530), - [anon_sym_R_DQUOTE] = ACTIONS(2532), - [anon_sym_LR_DQUOTE] = ACTIONS(2532), - [anon_sym_uR_DQUOTE] = ACTIONS(2532), - [anon_sym_UR_DQUOTE] = ACTIONS(2532), - [anon_sym_u8R_DQUOTE] = ACTIONS(2532), - [anon_sym_co_await] = ACTIONS(2530), - [anon_sym_new] = ACTIONS(2530), - [anon_sym_requires] = ACTIONS(2530), - [sym_this] = ACTIONS(2530), - [sym_nullptr] = ACTIONS(2530), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [688] = { - [sym_identifier] = ACTIONS(2534), - [aux_sym_preproc_include_token1] = ACTIONS(2534), - [aux_sym_preproc_def_token1] = ACTIONS(2534), - [aux_sym_preproc_if_token1] = ACTIONS(2534), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2534), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2534), - [sym_preproc_directive] = ACTIONS(2534), - [anon_sym_LPAREN2] = ACTIONS(2536), - [anon_sym_BANG] = ACTIONS(2536), - [anon_sym_TILDE] = ACTIONS(2536), - [anon_sym_DASH] = ACTIONS(2534), - [anon_sym_PLUS] = ACTIONS(2534), - [anon_sym_STAR] = ACTIONS(2536), - [anon_sym_AMP_AMP] = ACTIONS(2536), - [anon_sym_AMP] = ACTIONS(2534), - [anon_sym_SEMI] = ACTIONS(2536), - [anon_sym_typedef] = ACTIONS(2534), - [anon_sym_extern] = ACTIONS(2534), - [anon_sym___attribute__] = ACTIONS(2534), - [anon_sym_COLON_COLON] = ACTIONS(2536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2536), - [anon_sym___declspec] = ACTIONS(2534), - [anon_sym___based] = ACTIONS(2534), - [anon_sym___cdecl] = ACTIONS(2534), - [anon_sym___clrcall] = ACTIONS(2534), - [anon_sym___stdcall] = ACTIONS(2534), - [anon_sym___fastcall] = ACTIONS(2534), - [anon_sym___thiscall] = ACTIONS(2534), - [anon_sym___vectorcall] = ACTIONS(2534), - [anon_sym_LBRACE] = ACTIONS(2536), - [anon_sym_RBRACE] = ACTIONS(2536), - [anon_sym_LBRACK] = ACTIONS(2534), - [anon_sym_static] = ACTIONS(2534), - [anon_sym_register] = ACTIONS(2534), - [anon_sym_inline] = ACTIONS(2534), - [anon_sym_thread_local] = ACTIONS(2534), - [anon_sym_const] = ACTIONS(2534), - [anon_sym_volatile] = ACTIONS(2534), - [anon_sym_restrict] = ACTIONS(2534), - [anon_sym__Atomic] = ACTIONS(2534), - [anon_sym_mutable] = ACTIONS(2534), - [anon_sym_constexpr] = ACTIONS(2534), - [anon_sym_constinit] = ACTIONS(2534), - [anon_sym_consteval] = ACTIONS(2534), - [anon_sym_signed] = ACTIONS(2534), - [anon_sym_unsigned] = ACTIONS(2534), - [anon_sym_long] = ACTIONS(2534), - [anon_sym_short] = ACTIONS(2534), - [sym_primitive_type] = ACTIONS(2534), - [anon_sym_enum] = ACTIONS(2534), - [anon_sym_class] = ACTIONS(2534), - [anon_sym_struct] = ACTIONS(2534), - [anon_sym_union] = ACTIONS(2534), - [anon_sym_if] = ACTIONS(2534), - [anon_sym_else] = ACTIONS(2534), - [anon_sym_switch] = ACTIONS(2534), - [anon_sym_case] = ACTIONS(2534), - [anon_sym_default] = ACTIONS(2534), - [anon_sym_while] = ACTIONS(2534), - [anon_sym_do] = ACTIONS(2534), - [anon_sym_for] = ACTIONS(2534), - [anon_sym_return] = ACTIONS(2534), - [anon_sym_break] = ACTIONS(2534), - [anon_sym_continue] = ACTIONS(2534), - [anon_sym_goto] = ACTIONS(2534), - [anon_sym_not] = ACTIONS(2534), - [anon_sym_compl] = ACTIONS(2534), - [anon_sym_DASH_DASH] = ACTIONS(2536), - [anon_sym_PLUS_PLUS] = ACTIONS(2536), - [anon_sym_sizeof] = ACTIONS(2534), - [sym_number_literal] = ACTIONS(2536), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2536), - [anon_sym_u_DQUOTE] = ACTIONS(2536), - [anon_sym_U_DQUOTE] = ACTIONS(2536), - [anon_sym_u8_DQUOTE] = ACTIONS(2536), - [anon_sym_DQUOTE] = ACTIONS(2536), - [sym_true] = ACTIONS(2534), - [sym_false] = ACTIONS(2534), - [sym_null] = ACTIONS(2534), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2534), - [anon_sym_decltype] = ACTIONS(2534), - [anon_sym_virtual] = ACTIONS(2534), - [anon_sym_explicit] = ACTIONS(2534), - [anon_sym_typename] = ACTIONS(2534), - [anon_sym_template] = ACTIONS(2534), - [anon_sym_operator] = ACTIONS(2534), - [anon_sym_try] = ACTIONS(2534), - [anon_sym_delete] = ACTIONS(2534), - [anon_sym_throw] = ACTIONS(2534), - [anon_sym_namespace] = ACTIONS(2534), - [anon_sym_using] = ACTIONS(2534), - [anon_sym_static_assert] = ACTIONS(2534), - [anon_sym_concept] = ACTIONS(2534), - [anon_sym_co_return] = ACTIONS(2534), - [anon_sym_co_yield] = ACTIONS(2534), - [anon_sym_R_DQUOTE] = ACTIONS(2536), - [anon_sym_LR_DQUOTE] = ACTIONS(2536), - [anon_sym_uR_DQUOTE] = ACTIONS(2536), - [anon_sym_UR_DQUOTE] = ACTIONS(2536), - [anon_sym_u8R_DQUOTE] = ACTIONS(2536), - [anon_sym_co_await] = ACTIONS(2534), - [anon_sym_new] = ACTIONS(2534), - [anon_sym_requires] = ACTIONS(2534), - [sym_this] = ACTIONS(2534), - [sym_nullptr] = ACTIONS(2534), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [689] = { - [sym_identifier] = ACTIONS(2538), - [aux_sym_preproc_include_token1] = ACTIONS(2538), - [aux_sym_preproc_def_token1] = ACTIONS(2538), - [aux_sym_preproc_if_token1] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), - [sym_preproc_directive] = ACTIONS(2538), - [anon_sym_LPAREN2] = ACTIONS(2540), - [anon_sym_BANG] = ACTIONS(2540), - [anon_sym_TILDE] = ACTIONS(2540), - [anon_sym_DASH] = ACTIONS(2538), - [anon_sym_PLUS] = ACTIONS(2538), - [anon_sym_STAR] = ACTIONS(2540), - [anon_sym_AMP_AMP] = ACTIONS(2540), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_SEMI] = ACTIONS(2540), - [anon_sym_typedef] = ACTIONS(2538), - [anon_sym_extern] = ACTIONS(2538), - [anon_sym___attribute__] = ACTIONS(2538), - [anon_sym_COLON_COLON] = ACTIONS(2540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), - [anon_sym___declspec] = ACTIONS(2538), - [anon_sym___based] = ACTIONS(2538), - [anon_sym___cdecl] = ACTIONS(2538), - [anon_sym___clrcall] = ACTIONS(2538), - [anon_sym___stdcall] = ACTIONS(2538), - [anon_sym___fastcall] = ACTIONS(2538), - [anon_sym___thiscall] = ACTIONS(2538), - [anon_sym___vectorcall] = ACTIONS(2538), - [anon_sym_LBRACE] = ACTIONS(2540), - [anon_sym_RBRACE] = ACTIONS(2540), - [anon_sym_LBRACK] = ACTIONS(2538), - [anon_sym_static] = ACTIONS(2538), - [anon_sym_register] = ACTIONS(2538), - [anon_sym_inline] = ACTIONS(2538), - [anon_sym_thread_local] = ACTIONS(2538), - [anon_sym_const] = ACTIONS(2538), - [anon_sym_volatile] = ACTIONS(2538), - [anon_sym_restrict] = ACTIONS(2538), - [anon_sym__Atomic] = ACTIONS(2538), - [anon_sym_mutable] = ACTIONS(2538), - [anon_sym_constexpr] = ACTIONS(2538), - [anon_sym_constinit] = ACTIONS(2538), - [anon_sym_consteval] = ACTIONS(2538), - [anon_sym_signed] = ACTIONS(2538), - [anon_sym_unsigned] = ACTIONS(2538), - [anon_sym_long] = ACTIONS(2538), - [anon_sym_short] = ACTIONS(2538), - [sym_primitive_type] = ACTIONS(2538), - [anon_sym_enum] = ACTIONS(2538), - [anon_sym_class] = ACTIONS(2538), - [anon_sym_struct] = ACTIONS(2538), - [anon_sym_union] = ACTIONS(2538), - [anon_sym_if] = ACTIONS(2538), - [anon_sym_else] = ACTIONS(2538), - [anon_sym_switch] = ACTIONS(2538), - [anon_sym_case] = ACTIONS(2538), - [anon_sym_default] = ACTIONS(2538), - [anon_sym_while] = ACTIONS(2538), - [anon_sym_do] = ACTIONS(2538), - [anon_sym_for] = ACTIONS(2538), - [anon_sym_return] = ACTIONS(2538), - [anon_sym_break] = ACTIONS(2538), - [anon_sym_continue] = ACTIONS(2538), - [anon_sym_goto] = ACTIONS(2538), - [anon_sym_not] = ACTIONS(2538), - [anon_sym_compl] = ACTIONS(2538), - [anon_sym_DASH_DASH] = ACTIONS(2540), - [anon_sym_PLUS_PLUS] = ACTIONS(2540), - [anon_sym_sizeof] = ACTIONS(2538), - [sym_number_literal] = ACTIONS(2540), - [anon_sym_L_SQUOTE] = ACTIONS(2540), - [anon_sym_u_SQUOTE] = ACTIONS(2540), - [anon_sym_U_SQUOTE] = ACTIONS(2540), - [anon_sym_u8_SQUOTE] = ACTIONS(2540), - [anon_sym_SQUOTE] = ACTIONS(2540), - [anon_sym_L_DQUOTE] = ACTIONS(2540), - [anon_sym_u_DQUOTE] = ACTIONS(2540), - [anon_sym_U_DQUOTE] = ACTIONS(2540), - [anon_sym_u8_DQUOTE] = ACTIONS(2540), - [anon_sym_DQUOTE] = ACTIONS(2540), - [sym_true] = ACTIONS(2538), - [sym_false] = ACTIONS(2538), - [sym_null] = ACTIONS(2538), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2538), - [anon_sym_decltype] = ACTIONS(2538), - [anon_sym_virtual] = ACTIONS(2538), - [anon_sym_explicit] = ACTIONS(2538), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(2538), - [anon_sym_operator] = ACTIONS(2538), - [anon_sym_try] = ACTIONS(2538), - [anon_sym_delete] = ACTIONS(2538), - [anon_sym_throw] = ACTIONS(2538), - [anon_sym_namespace] = ACTIONS(2538), - [anon_sym_using] = ACTIONS(2538), - [anon_sym_static_assert] = ACTIONS(2538), - [anon_sym_concept] = ACTIONS(2538), - [anon_sym_co_return] = ACTIONS(2538), - [anon_sym_co_yield] = ACTIONS(2538), - [anon_sym_R_DQUOTE] = ACTIONS(2540), - [anon_sym_LR_DQUOTE] = ACTIONS(2540), - [anon_sym_uR_DQUOTE] = ACTIONS(2540), - [anon_sym_UR_DQUOTE] = ACTIONS(2540), - [anon_sym_u8R_DQUOTE] = ACTIONS(2540), - [anon_sym_co_await] = ACTIONS(2538), - [anon_sym_new] = ACTIONS(2538), - [anon_sym_requires] = ACTIONS(2538), - [sym_this] = ACTIONS(2538), - [sym_nullptr] = ACTIONS(2538), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [690] = { - [sym_identifier] = ACTIONS(2538), - [aux_sym_preproc_include_token1] = ACTIONS(2538), - [aux_sym_preproc_def_token1] = ACTIONS(2538), - [aux_sym_preproc_if_token1] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), - [sym_preproc_directive] = ACTIONS(2538), - [anon_sym_LPAREN2] = ACTIONS(2540), - [anon_sym_BANG] = ACTIONS(2540), - [anon_sym_TILDE] = ACTIONS(2540), - [anon_sym_DASH] = ACTIONS(2538), - [anon_sym_PLUS] = ACTIONS(2538), - [anon_sym_STAR] = ACTIONS(2540), - [anon_sym_AMP_AMP] = ACTIONS(2540), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_SEMI] = ACTIONS(2540), - [anon_sym_typedef] = ACTIONS(2538), - [anon_sym_extern] = ACTIONS(2538), - [anon_sym___attribute__] = ACTIONS(2538), - [anon_sym_COLON_COLON] = ACTIONS(2540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), - [anon_sym___declspec] = ACTIONS(2538), - [anon_sym___based] = ACTIONS(2538), - [anon_sym___cdecl] = ACTIONS(2538), - [anon_sym___clrcall] = ACTIONS(2538), - [anon_sym___stdcall] = ACTIONS(2538), - [anon_sym___fastcall] = ACTIONS(2538), - [anon_sym___thiscall] = ACTIONS(2538), - [anon_sym___vectorcall] = ACTIONS(2538), - [anon_sym_LBRACE] = ACTIONS(2540), - [anon_sym_RBRACE] = ACTIONS(2540), - [anon_sym_LBRACK] = ACTIONS(2538), - [anon_sym_static] = ACTIONS(2538), - [anon_sym_register] = ACTIONS(2538), - [anon_sym_inline] = ACTIONS(2538), - [anon_sym_thread_local] = ACTIONS(2538), - [anon_sym_const] = ACTIONS(2538), - [anon_sym_volatile] = ACTIONS(2538), - [anon_sym_restrict] = ACTIONS(2538), - [anon_sym__Atomic] = ACTIONS(2538), - [anon_sym_mutable] = ACTIONS(2538), - [anon_sym_constexpr] = ACTIONS(2538), - [anon_sym_constinit] = ACTIONS(2538), - [anon_sym_consteval] = ACTIONS(2538), - [anon_sym_signed] = ACTIONS(2538), - [anon_sym_unsigned] = ACTIONS(2538), - [anon_sym_long] = ACTIONS(2538), - [anon_sym_short] = ACTIONS(2538), - [sym_primitive_type] = ACTIONS(2538), - [anon_sym_enum] = ACTIONS(2538), - [anon_sym_class] = ACTIONS(2538), - [anon_sym_struct] = ACTIONS(2538), - [anon_sym_union] = ACTIONS(2538), - [anon_sym_if] = ACTIONS(2538), - [anon_sym_else] = ACTIONS(2538), - [anon_sym_switch] = ACTIONS(2538), - [anon_sym_case] = ACTIONS(2538), - [anon_sym_default] = ACTIONS(2538), - [anon_sym_while] = ACTIONS(2538), - [anon_sym_do] = ACTIONS(2538), - [anon_sym_for] = ACTIONS(2538), - [anon_sym_return] = ACTIONS(2538), - [anon_sym_break] = ACTIONS(2538), - [anon_sym_continue] = ACTIONS(2538), - [anon_sym_goto] = ACTIONS(2538), - [anon_sym_not] = ACTIONS(2538), - [anon_sym_compl] = ACTIONS(2538), - [anon_sym_DASH_DASH] = ACTIONS(2540), - [anon_sym_PLUS_PLUS] = ACTIONS(2540), - [anon_sym_sizeof] = ACTIONS(2538), - [sym_number_literal] = ACTIONS(2540), - [anon_sym_L_SQUOTE] = ACTIONS(2540), - [anon_sym_u_SQUOTE] = ACTIONS(2540), - [anon_sym_U_SQUOTE] = ACTIONS(2540), - [anon_sym_u8_SQUOTE] = ACTIONS(2540), - [anon_sym_SQUOTE] = ACTIONS(2540), - [anon_sym_L_DQUOTE] = ACTIONS(2540), - [anon_sym_u_DQUOTE] = ACTIONS(2540), - [anon_sym_U_DQUOTE] = ACTIONS(2540), - [anon_sym_u8_DQUOTE] = ACTIONS(2540), - [anon_sym_DQUOTE] = ACTIONS(2540), - [sym_true] = ACTIONS(2538), - [sym_false] = ACTIONS(2538), - [sym_null] = ACTIONS(2538), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2538), - [anon_sym_decltype] = ACTIONS(2538), - [anon_sym_virtual] = ACTIONS(2538), - [anon_sym_explicit] = ACTIONS(2538), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(2538), - [anon_sym_operator] = ACTIONS(2538), - [anon_sym_try] = ACTIONS(2538), - [anon_sym_delete] = ACTIONS(2538), - [anon_sym_throw] = ACTIONS(2538), - [anon_sym_namespace] = ACTIONS(2538), - [anon_sym_using] = ACTIONS(2538), - [anon_sym_static_assert] = ACTIONS(2538), - [anon_sym_concept] = ACTIONS(2538), - [anon_sym_co_return] = ACTIONS(2538), - [anon_sym_co_yield] = ACTIONS(2538), - [anon_sym_R_DQUOTE] = ACTIONS(2540), - [anon_sym_LR_DQUOTE] = ACTIONS(2540), - [anon_sym_uR_DQUOTE] = ACTIONS(2540), - [anon_sym_UR_DQUOTE] = ACTIONS(2540), - [anon_sym_u8R_DQUOTE] = ACTIONS(2540), - [anon_sym_co_await] = ACTIONS(2538), - [anon_sym_new] = ACTIONS(2538), - [anon_sym_requires] = ACTIONS(2538), - [sym_this] = ACTIONS(2538), - [sym_nullptr] = ACTIONS(2538), + [sym_identifier] = ACTIONS(2558), + [aux_sym_preproc_include_token1] = ACTIONS(2558), + [aux_sym_preproc_def_token1] = ACTIONS(2558), + [aux_sym_preproc_if_token1] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2558), + [sym_preproc_directive] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(2560), + [anon_sym_BANG] = ACTIONS(2560), + [anon_sym_TILDE] = ACTIONS(2560), + [anon_sym_DASH] = ACTIONS(2558), + [anon_sym_PLUS] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2560), + [anon_sym_AMP_AMP] = ACTIONS(2560), + [anon_sym_AMP] = ACTIONS(2558), + [anon_sym_SEMI] = ACTIONS(2560), + [anon_sym_typedef] = ACTIONS(2558), + [anon_sym_extern] = ACTIONS(2558), + [anon_sym___attribute__] = ACTIONS(2558), + [anon_sym_COLON_COLON] = ACTIONS(2560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2560), + [anon_sym___declspec] = ACTIONS(2558), + [anon_sym___based] = ACTIONS(2558), + [anon_sym___cdecl] = ACTIONS(2558), + [anon_sym___clrcall] = ACTIONS(2558), + [anon_sym___stdcall] = ACTIONS(2558), + [anon_sym___fastcall] = ACTIONS(2558), + [anon_sym___thiscall] = ACTIONS(2558), + [anon_sym___vectorcall] = ACTIONS(2558), + [anon_sym_LBRACE] = ACTIONS(2560), + [anon_sym_RBRACE] = ACTIONS(2560), + [anon_sym_LBRACK] = ACTIONS(2558), + [anon_sym_static] = ACTIONS(2558), + [anon_sym_register] = ACTIONS(2558), + [anon_sym_inline] = ACTIONS(2558), + [anon_sym_thread_local] = ACTIONS(2558), + [anon_sym_const] = ACTIONS(2558), + [anon_sym_volatile] = ACTIONS(2558), + [anon_sym_restrict] = ACTIONS(2558), + [anon_sym__Atomic] = ACTIONS(2558), + [anon_sym_mutable] = ACTIONS(2558), + [anon_sym_constexpr] = ACTIONS(2558), + [anon_sym_constinit] = ACTIONS(2558), + [anon_sym_consteval] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2558), + [anon_sym_unsigned] = ACTIONS(2558), + [anon_sym_long] = ACTIONS(2558), + [anon_sym_short] = ACTIONS(2558), + [sym_primitive_type] = ACTIONS(2558), + [anon_sym_enum] = ACTIONS(2558), + [anon_sym_class] = ACTIONS(2558), + [anon_sym_struct] = ACTIONS(2558), + [anon_sym_union] = ACTIONS(2558), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_else] = ACTIONS(2558), + [anon_sym_switch] = ACTIONS(2558), + [anon_sym_case] = ACTIONS(2558), + [anon_sym_default] = ACTIONS(2558), + [anon_sym_while] = ACTIONS(2558), + [anon_sym_do] = ACTIONS(2558), + [anon_sym_for] = ACTIONS(2558), + [anon_sym_return] = ACTIONS(2558), + [anon_sym_break] = ACTIONS(2558), + [anon_sym_continue] = ACTIONS(2558), + [anon_sym_goto] = ACTIONS(2558), + [anon_sym_not] = ACTIONS(2558), + [anon_sym_compl] = ACTIONS(2558), + [anon_sym_DASH_DASH] = ACTIONS(2560), + [anon_sym_PLUS_PLUS] = ACTIONS(2560), + [anon_sym_sizeof] = ACTIONS(2558), + [sym_number_literal] = ACTIONS(2560), + [anon_sym_L_SQUOTE] = ACTIONS(2560), + [anon_sym_u_SQUOTE] = ACTIONS(2560), + [anon_sym_U_SQUOTE] = ACTIONS(2560), + [anon_sym_u8_SQUOTE] = ACTIONS(2560), + [anon_sym_SQUOTE] = ACTIONS(2560), + [anon_sym_L_DQUOTE] = ACTIONS(2560), + [anon_sym_u_DQUOTE] = ACTIONS(2560), + [anon_sym_U_DQUOTE] = ACTIONS(2560), + [anon_sym_u8_DQUOTE] = ACTIONS(2560), + [anon_sym_DQUOTE] = ACTIONS(2560), + [sym_true] = ACTIONS(2558), + [sym_false] = ACTIONS(2558), + [sym_null] = ACTIONS(2558), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2558), + [anon_sym_virtual] = ACTIONS(2558), + [anon_sym_explicit] = ACTIONS(2558), + [anon_sym_typename] = ACTIONS(2558), + [anon_sym_template] = ACTIONS(2558), + [anon_sym_operator] = ACTIONS(2558), + [anon_sym_try] = ACTIONS(2558), + [anon_sym_delete] = ACTIONS(2558), + [anon_sym_throw] = ACTIONS(2558), + [anon_sym_namespace] = ACTIONS(2558), + [anon_sym_using] = ACTIONS(2558), + [anon_sym_static_assert] = ACTIONS(2558), + [anon_sym_concept] = ACTIONS(2558), + [anon_sym_co_return] = ACTIONS(2558), + [anon_sym_co_yield] = ACTIONS(2558), + [anon_sym_R_DQUOTE] = ACTIONS(2560), + [anon_sym_LR_DQUOTE] = ACTIONS(2560), + [anon_sym_uR_DQUOTE] = ACTIONS(2560), + [anon_sym_UR_DQUOTE] = ACTIONS(2560), + [anon_sym_u8R_DQUOTE] = ACTIONS(2560), + [anon_sym_co_await] = ACTIONS(2558), + [anon_sym_new] = ACTIONS(2558), + [anon_sym_requires] = ACTIONS(2558), + [sym_this] = ACTIONS(2558), + [sym_nullptr] = ACTIONS(2558), }, [691] = { - [sym_identifier] = ACTIONS(2644), - [aux_sym_preproc_include_token1] = ACTIONS(2644), - [aux_sym_preproc_def_token1] = ACTIONS(2644), - [aux_sym_preproc_if_token1] = ACTIONS(2644), - [aux_sym_preproc_if_token2] = ACTIONS(2644), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2644), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2644), - [sym_preproc_directive] = ACTIONS(2644), - [anon_sym_LPAREN2] = ACTIONS(2646), - [anon_sym_BANG] = ACTIONS(2646), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2644), - [anon_sym_STAR] = ACTIONS(2646), - [anon_sym_AMP_AMP] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2644), - [anon_sym_SEMI] = ACTIONS(2646), - [anon_sym_typedef] = ACTIONS(2644), - [anon_sym_extern] = ACTIONS(2644), - [anon_sym___attribute__] = ACTIONS(2644), - [anon_sym_COLON_COLON] = ACTIONS(2646), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2646), - [anon_sym___declspec] = ACTIONS(2644), - [anon_sym___based] = ACTIONS(2644), - [anon_sym___cdecl] = ACTIONS(2644), - [anon_sym___clrcall] = ACTIONS(2644), - [anon_sym___stdcall] = ACTIONS(2644), - [anon_sym___fastcall] = ACTIONS(2644), - [anon_sym___thiscall] = ACTIONS(2644), - [anon_sym___vectorcall] = ACTIONS(2644), - [anon_sym_LBRACE] = ACTIONS(2646), - [anon_sym_LBRACK] = ACTIONS(2644), - [anon_sym_static] = ACTIONS(2644), - [anon_sym_register] = ACTIONS(2644), - [anon_sym_inline] = ACTIONS(2644), - [anon_sym_thread_local] = ACTIONS(2644), - [anon_sym_const] = ACTIONS(2644), - [anon_sym_volatile] = ACTIONS(2644), - [anon_sym_restrict] = ACTIONS(2644), - [anon_sym__Atomic] = ACTIONS(2644), - [anon_sym_mutable] = ACTIONS(2644), - [anon_sym_constexpr] = ACTIONS(2644), - [anon_sym_constinit] = ACTIONS(2644), - [anon_sym_consteval] = ACTIONS(2644), - [anon_sym_signed] = ACTIONS(2644), - [anon_sym_unsigned] = ACTIONS(2644), - [anon_sym_long] = ACTIONS(2644), - [anon_sym_short] = ACTIONS(2644), - [sym_primitive_type] = ACTIONS(2644), - [anon_sym_enum] = ACTIONS(2644), - [anon_sym_class] = ACTIONS(2644), - [anon_sym_struct] = ACTIONS(2644), - [anon_sym_union] = ACTIONS(2644), - [anon_sym_if] = ACTIONS(2644), - [anon_sym_else] = ACTIONS(2644), - [anon_sym_switch] = ACTIONS(2644), - [anon_sym_case] = ACTIONS(2644), - [anon_sym_default] = ACTIONS(2644), - [anon_sym_while] = ACTIONS(2644), - [anon_sym_do] = ACTIONS(2644), - [anon_sym_for] = ACTIONS(2644), - [anon_sym_return] = ACTIONS(2644), - [anon_sym_break] = ACTIONS(2644), - [anon_sym_continue] = ACTIONS(2644), - [anon_sym_goto] = ACTIONS(2644), - [anon_sym_not] = ACTIONS(2644), - [anon_sym_compl] = ACTIONS(2644), - [anon_sym_DASH_DASH] = ACTIONS(2646), - [anon_sym_PLUS_PLUS] = ACTIONS(2646), - [anon_sym_sizeof] = ACTIONS(2644), - [sym_number_literal] = ACTIONS(2646), - [anon_sym_L_SQUOTE] = ACTIONS(2646), - [anon_sym_u_SQUOTE] = ACTIONS(2646), - [anon_sym_U_SQUOTE] = ACTIONS(2646), - [anon_sym_u8_SQUOTE] = ACTIONS(2646), - [anon_sym_SQUOTE] = ACTIONS(2646), - [anon_sym_L_DQUOTE] = ACTIONS(2646), - [anon_sym_u_DQUOTE] = ACTIONS(2646), - [anon_sym_U_DQUOTE] = ACTIONS(2646), - [anon_sym_u8_DQUOTE] = ACTIONS(2646), - [anon_sym_DQUOTE] = ACTIONS(2646), - [sym_true] = ACTIONS(2644), - [sym_false] = ACTIONS(2644), - [sym_null] = ACTIONS(2644), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2644), - [anon_sym_decltype] = ACTIONS(2644), - [anon_sym_virtual] = ACTIONS(2644), - [anon_sym_explicit] = ACTIONS(2644), - [anon_sym_typename] = ACTIONS(2644), - [anon_sym_template] = ACTIONS(2644), - [anon_sym_operator] = ACTIONS(2644), - [anon_sym_try] = ACTIONS(2644), - [anon_sym_delete] = ACTIONS(2644), - [anon_sym_throw] = ACTIONS(2644), - [anon_sym_namespace] = ACTIONS(2644), - [anon_sym_using] = ACTIONS(2644), - [anon_sym_static_assert] = ACTIONS(2644), - [anon_sym_concept] = ACTIONS(2644), - [anon_sym_co_return] = ACTIONS(2644), - [anon_sym_co_yield] = ACTIONS(2644), - [anon_sym_R_DQUOTE] = ACTIONS(2646), - [anon_sym_LR_DQUOTE] = ACTIONS(2646), - [anon_sym_uR_DQUOTE] = ACTIONS(2646), - [anon_sym_UR_DQUOTE] = ACTIONS(2646), - [anon_sym_u8R_DQUOTE] = ACTIONS(2646), - [anon_sym_co_await] = ACTIONS(2644), - [anon_sym_new] = ACTIONS(2644), - [anon_sym_requires] = ACTIONS(2644), - [sym_this] = ACTIONS(2644), - [sym_nullptr] = ACTIONS(2644), + [sym_identifier] = ACTIONS(2558), + [aux_sym_preproc_include_token1] = ACTIONS(2558), + [aux_sym_preproc_def_token1] = ACTIONS(2558), + [aux_sym_preproc_if_token1] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2558), + [sym_preproc_directive] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(2560), + [anon_sym_BANG] = ACTIONS(2560), + [anon_sym_TILDE] = ACTIONS(2560), + [anon_sym_DASH] = ACTIONS(2558), + [anon_sym_PLUS] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2560), + [anon_sym_AMP_AMP] = ACTIONS(2560), + [anon_sym_AMP] = ACTIONS(2558), + [anon_sym_SEMI] = ACTIONS(2560), + [anon_sym_typedef] = ACTIONS(2558), + [anon_sym_extern] = ACTIONS(2558), + [anon_sym___attribute__] = ACTIONS(2558), + [anon_sym_COLON_COLON] = ACTIONS(2560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2560), + [anon_sym___declspec] = ACTIONS(2558), + [anon_sym___based] = ACTIONS(2558), + [anon_sym___cdecl] = ACTIONS(2558), + [anon_sym___clrcall] = ACTIONS(2558), + [anon_sym___stdcall] = ACTIONS(2558), + [anon_sym___fastcall] = ACTIONS(2558), + [anon_sym___thiscall] = ACTIONS(2558), + [anon_sym___vectorcall] = ACTIONS(2558), + [anon_sym_LBRACE] = ACTIONS(2560), + [anon_sym_RBRACE] = ACTIONS(2560), + [anon_sym_LBRACK] = ACTIONS(2558), + [anon_sym_static] = ACTIONS(2558), + [anon_sym_register] = ACTIONS(2558), + [anon_sym_inline] = ACTIONS(2558), + [anon_sym_thread_local] = ACTIONS(2558), + [anon_sym_const] = ACTIONS(2558), + [anon_sym_volatile] = ACTIONS(2558), + [anon_sym_restrict] = ACTIONS(2558), + [anon_sym__Atomic] = ACTIONS(2558), + [anon_sym_mutable] = ACTIONS(2558), + [anon_sym_constexpr] = ACTIONS(2558), + [anon_sym_constinit] = ACTIONS(2558), + [anon_sym_consteval] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2558), + [anon_sym_unsigned] = ACTIONS(2558), + [anon_sym_long] = ACTIONS(2558), + [anon_sym_short] = ACTIONS(2558), + [sym_primitive_type] = ACTIONS(2558), + [anon_sym_enum] = ACTIONS(2558), + [anon_sym_class] = ACTIONS(2558), + [anon_sym_struct] = ACTIONS(2558), + [anon_sym_union] = ACTIONS(2558), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_else] = ACTIONS(2558), + [anon_sym_switch] = ACTIONS(2558), + [anon_sym_case] = ACTIONS(2558), + [anon_sym_default] = ACTIONS(2558), + [anon_sym_while] = ACTIONS(2558), + [anon_sym_do] = ACTIONS(2558), + [anon_sym_for] = ACTIONS(2558), + [anon_sym_return] = ACTIONS(2558), + [anon_sym_break] = ACTIONS(2558), + [anon_sym_continue] = ACTIONS(2558), + [anon_sym_goto] = ACTIONS(2558), + [anon_sym_not] = ACTIONS(2558), + [anon_sym_compl] = ACTIONS(2558), + [anon_sym_DASH_DASH] = ACTIONS(2560), + [anon_sym_PLUS_PLUS] = ACTIONS(2560), + [anon_sym_sizeof] = ACTIONS(2558), + [sym_number_literal] = ACTIONS(2560), + [anon_sym_L_SQUOTE] = ACTIONS(2560), + [anon_sym_u_SQUOTE] = ACTIONS(2560), + [anon_sym_U_SQUOTE] = ACTIONS(2560), + [anon_sym_u8_SQUOTE] = ACTIONS(2560), + [anon_sym_SQUOTE] = ACTIONS(2560), + [anon_sym_L_DQUOTE] = ACTIONS(2560), + [anon_sym_u_DQUOTE] = ACTIONS(2560), + [anon_sym_U_DQUOTE] = ACTIONS(2560), + [anon_sym_u8_DQUOTE] = ACTIONS(2560), + [anon_sym_DQUOTE] = ACTIONS(2560), + [sym_true] = ACTIONS(2558), + [sym_false] = ACTIONS(2558), + [sym_null] = ACTIONS(2558), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2558), + [anon_sym_virtual] = ACTIONS(2558), + [anon_sym_explicit] = ACTIONS(2558), + [anon_sym_typename] = ACTIONS(2558), + [anon_sym_template] = ACTIONS(2558), + [anon_sym_operator] = ACTIONS(2558), + [anon_sym_try] = ACTIONS(2558), + [anon_sym_delete] = ACTIONS(2558), + [anon_sym_throw] = ACTIONS(2558), + [anon_sym_namespace] = ACTIONS(2558), + [anon_sym_using] = ACTIONS(2558), + [anon_sym_static_assert] = ACTIONS(2558), + [anon_sym_concept] = ACTIONS(2558), + [anon_sym_co_return] = ACTIONS(2558), + [anon_sym_co_yield] = ACTIONS(2558), + [anon_sym_R_DQUOTE] = ACTIONS(2560), + [anon_sym_LR_DQUOTE] = ACTIONS(2560), + [anon_sym_uR_DQUOTE] = ACTIONS(2560), + [anon_sym_UR_DQUOTE] = ACTIONS(2560), + [anon_sym_u8R_DQUOTE] = ACTIONS(2560), + [anon_sym_co_await] = ACTIONS(2558), + [anon_sym_new] = ACTIONS(2558), + [anon_sym_requires] = ACTIONS(2558), + [sym_this] = ACTIONS(2558), + [sym_nullptr] = ACTIONS(2558), }, [692] = { - [sym_identifier] = ACTIONS(2400), - [aux_sym_preproc_include_token1] = ACTIONS(2400), - [aux_sym_preproc_def_token1] = ACTIONS(2400), - [aux_sym_preproc_if_token1] = ACTIONS(2400), - [aux_sym_preproc_if_token2] = ACTIONS(2400), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2400), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2400), - [sym_preproc_directive] = ACTIONS(2400), - [anon_sym_LPAREN2] = ACTIONS(2402), - [anon_sym_BANG] = ACTIONS(2402), - [anon_sym_TILDE] = ACTIONS(2402), - [anon_sym_DASH] = ACTIONS(2400), - [anon_sym_PLUS] = ACTIONS(2400), - [anon_sym_STAR] = ACTIONS(2402), - [anon_sym_AMP_AMP] = ACTIONS(2402), - [anon_sym_AMP] = ACTIONS(2400), - [anon_sym_SEMI] = ACTIONS(2402), - [anon_sym_typedef] = ACTIONS(2400), - [anon_sym_extern] = ACTIONS(2400), - [anon_sym___attribute__] = ACTIONS(2400), - [anon_sym_COLON_COLON] = ACTIONS(2402), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2402), - [anon_sym___declspec] = ACTIONS(2400), - [anon_sym___based] = ACTIONS(2400), - [anon_sym___cdecl] = ACTIONS(2400), - [anon_sym___clrcall] = ACTIONS(2400), - [anon_sym___stdcall] = ACTIONS(2400), - [anon_sym___fastcall] = ACTIONS(2400), - [anon_sym___thiscall] = ACTIONS(2400), - [anon_sym___vectorcall] = ACTIONS(2400), - [anon_sym_LBRACE] = ACTIONS(2402), - [anon_sym_LBRACK] = ACTIONS(2400), - [anon_sym_static] = ACTIONS(2400), - [anon_sym_register] = ACTIONS(2400), - [anon_sym_inline] = ACTIONS(2400), - [anon_sym_thread_local] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_volatile] = ACTIONS(2400), - [anon_sym_restrict] = ACTIONS(2400), - [anon_sym__Atomic] = ACTIONS(2400), - [anon_sym_mutable] = ACTIONS(2400), - [anon_sym_constexpr] = ACTIONS(2400), - [anon_sym_constinit] = ACTIONS(2400), - [anon_sym_consteval] = ACTIONS(2400), - [anon_sym_signed] = ACTIONS(2400), - [anon_sym_unsigned] = ACTIONS(2400), - [anon_sym_long] = ACTIONS(2400), - [anon_sym_short] = ACTIONS(2400), - [sym_primitive_type] = ACTIONS(2400), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_class] = ACTIONS(2400), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), - [anon_sym_if] = ACTIONS(2400), - [anon_sym_else] = ACTIONS(2400), - [anon_sym_switch] = ACTIONS(2400), - [anon_sym_case] = ACTIONS(2400), - [anon_sym_default] = ACTIONS(2400), - [anon_sym_while] = ACTIONS(2400), - [anon_sym_do] = ACTIONS(2400), - [anon_sym_for] = ACTIONS(2400), - [anon_sym_return] = ACTIONS(2400), - [anon_sym_break] = ACTIONS(2400), - [anon_sym_continue] = ACTIONS(2400), - [anon_sym_goto] = ACTIONS(2400), - [anon_sym_not] = ACTIONS(2400), - [anon_sym_compl] = ACTIONS(2400), - [anon_sym_DASH_DASH] = ACTIONS(2402), - [anon_sym_PLUS_PLUS] = ACTIONS(2402), - [anon_sym_sizeof] = ACTIONS(2400), - [sym_number_literal] = ACTIONS(2402), - [anon_sym_L_SQUOTE] = ACTIONS(2402), - [anon_sym_u_SQUOTE] = ACTIONS(2402), - [anon_sym_U_SQUOTE] = ACTIONS(2402), - [anon_sym_u8_SQUOTE] = ACTIONS(2402), - [anon_sym_SQUOTE] = ACTIONS(2402), - [anon_sym_L_DQUOTE] = ACTIONS(2402), - [anon_sym_u_DQUOTE] = ACTIONS(2402), - [anon_sym_U_DQUOTE] = ACTIONS(2402), - [anon_sym_u8_DQUOTE] = ACTIONS(2402), - [anon_sym_DQUOTE] = ACTIONS(2402), - [sym_true] = ACTIONS(2400), - [sym_false] = ACTIONS(2400), - [sym_null] = ACTIONS(2400), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2400), - [anon_sym_decltype] = ACTIONS(2400), - [anon_sym_virtual] = ACTIONS(2400), - [anon_sym_explicit] = ACTIONS(2400), - [anon_sym_typename] = ACTIONS(2400), - [anon_sym_template] = ACTIONS(2400), - [anon_sym_operator] = ACTIONS(2400), - [anon_sym_try] = ACTIONS(2400), - [anon_sym_delete] = ACTIONS(2400), - [anon_sym_throw] = ACTIONS(2400), - [anon_sym_namespace] = ACTIONS(2400), - [anon_sym_using] = ACTIONS(2400), - [anon_sym_static_assert] = ACTIONS(2400), - [anon_sym_concept] = ACTIONS(2400), - [anon_sym_co_return] = ACTIONS(2400), - [anon_sym_co_yield] = ACTIONS(2400), - [anon_sym_R_DQUOTE] = ACTIONS(2402), - [anon_sym_LR_DQUOTE] = ACTIONS(2402), - [anon_sym_uR_DQUOTE] = ACTIONS(2402), - [anon_sym_UR_DQUOTE] = ACTIONS(2402), - [anon_sym_u8R_DQUOTE] = ACTIONS(2402), - [anon_sym_co_await] = ACTIONS(2400), - [anon_sym_new] = ACTIONS(2400), - [anon_sym_requires] = ACTIONS(2400), - [sym_this] = ACTIONS(2400), - [sym_nullptr] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2290), + [aux_sym_preproc_include_token1] = ACTIONS(2290), + [aux_sym_preproc_def_token1] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2632), + [aux_sym_preproc_if_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), + [sym_preproc_directive] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2290), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_AMP_AMP] = ACTIONS(2288), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_SEMI] = ACTIONS(2632), + [anon_sym_typedef] = ACTIONS(2290), + [anon_sym_extern] = ACTIONS(2290), + [anon_sym___attribute__] = ACTIONS(2290), + [anon_sym_COLON_COLON] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2290), + [anon_sym___based] = ACTIONS(2290), + [anon_sym___cdecl] = ACTIONS(2290), + [anon_sym___clrcall] = ACTIONS(2290), + [anon_sym___stdcall] = ACTIONS(2290), + [anon_sym___fastcall] = ACTIONS(2290), + [anon_sym___thiscall] = ACTIONS(2290), + [anon_sym___vectorcall] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_RBRACE] = ACTIONS(2288), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_register] = ACTIONS(2290), + [anon_sym_inline] = ACTIONS(2290), + [anon_sym_thread_local] = ACTIONS(2290), + [anon_sym_const] = ACTIONS(2290), + [anon_sym_volatile] = ACTIONS(2290), + [anon_sym_restrict] = ACTIONS(2290), + [anon_sym__Atomic] = ACTIONS(2290), + [anon_sym_mutable] = ACTIONS(2290), + [anon_sym_constexpr] = ACTIONS(2290), + [anon_sym_constinit] = ACTIONS(2290), + [anon_sym_consteval] = ACTIONS(2290), + [anon_sym_signed] = ACTIONS(2290), + [anon_sym_unsigned] = ACTIONS(2290), + [anon_sym_long] = ACTIONS(2290), + [anon_sym_short] = ACTIONS(2290), + [sym_primitive_type] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_union] = ACTIONS(2290), + [anon_sym_if] = ACTIONS(2290), + [anon_sym_switch] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_default] = ACTIONS(2290), + [anon_sym_while] = ACTIONS(2290), + [anon_sym_do] = ACTIONS(2290), + [anon_sym_for] = ACTIONS(2290), + [anon_sym_return] = ACTIONS(2290), + [anon_sym_break] = ACTIONS(2290), + [anon_sym_continue] = ACTIONS(2290), + [anon_sym_goto] = ACTIONS(2290), + [anon_sym_not] = ACTIONS(2290), + [anon_sym_compl] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2290), + [sym_number_literal] = ACTIONS(2288), + [anon_sym_L_SQUOTE] = ACTIONS(2288), + [anon_sym_u_SQUOTE] = ACTIONS(2288), + [anon_sym_U_SQUOTE] = ACTIONS(2288), + [anon_sym_u8_SQUOTE] = ACTIONS(2288), + [anon_sym_SQUOTE] = ACTIONS(2288), + [anon_sym_L_DQUOTE] = ACTIONS(2288), + [anon_sym_u_DQUOTE] = ACTIONS(2288), + [anon_sym_U_DQUOTE] = ACTIONS(2288), + [anon_sym_u8_DQUOTE] = ACTIONS(2288), + [anon_sym_DQUOTE] = ACTIONS(2288), + [sym_true] = ACTIONS(2290), + [sym_false] = ACTIONS(2290), + [sym_null] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2290), + [anon_sym_decltype] = ACTIONS(2290), + [anon_sym_virtual] = ACTIONS(2290), + [anon_sym_explicit] = ACTIONS(2290), + [anon_sym_typename] = ACTIONS(2290), + [anon_sym_template] = ACTIONS(2290), + [anon_sym_operator] = ACTIONS(2290), + [anon_sym_try] = ACTIONS(2290), + [anon_sym_delete] = ACTIONS(2290), + [anon_sym_throw] = ACTIONS(2290), + [anon_sym_namespace] = ACTIONS(2290), + [anon_sym_using] = ACTIONS(2290), + [anon_sym_static_assert] = ACTIONS(2290), + [anon_sym_concept] = ACTIONS(2290), + [anon_sym_co_return] = ACTIONS(2290), + [anon_sym_co_yield] = ACTIONS(2290), + [anon_sym_R_DQUOTE] = ACTIONS(2288), + [anon_sym_LR_DQUOTE] = ACTIONS(2288), + [anon_sym_uR_DQUOTE] = ACTIONS(2288), + [anon_sym_UR_DQUOTE] = ACTIONS(2288), + [anon_sym_u8R_DQUOTE] = ACTIONS(2288), + [anon_sym_co_await] = ACTIONS(2290), + [anon_sym_new] = ACTIONS(2290), + [anon_sym_requires] = ACTIONS(2290), + [sym_this] = ACTIONS(2290), + [sym_nullptr] = ACTIONS(2290), }, [693] = { - [sym_identifier] = ACTIONS(2648), - [aux_sym_preproc_include_token1] = ACTIONS(2648), - [aux_sym_preproc_def_token1] = ACTIONS(2648), - [aux_sym_preproc_if_token1] = ACTIONS(2648), - [aux_sym_preproc_if_token2] = ACTIONS(2648), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2648), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2648), - [sym_preproc_directive] = ACTIONS(2648), - [anon_sym_LPAREN2] = ACTIONS(2650), - [anon_sym_BANG] = ACTIONS(2650), - [anon_sym_TILDE] = ACTIONS(2650), - [anon_sym_DASH] = ACTIONS(2648), - [anon_sym_PLUS] = ACTIONS(2648), - [anon_sym_STAR] = ACTIONS(2650), - [anon_sym_AMP_AMP] = ACTIONS(2650), - [anon_sym_AMP] = ACTIONS(2648), - [anon_sym_SEMI] = ACTIONS(2650), - [anon_sym_typedef] = ACTIONS(2648), - [anon_sym_extern] = ACTIONS(2648), - [anon_sym___attribute__] = ACTIONS(2648), - [anon_sym_COLON_COLON] = ACTIONS(2650), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2650), - [anon_sym___declspec] = ACTIONS(2648), - [anon_sym___based] = ACTIONS(2648), - [anon_sym___cdecl] = ACTIONS(2648), - [anon_sym___clrcall] = ACTIONS(2648), - [anon_sym___stdcall] = ACTIONS(2648), - [anon_sym___fastcall] = ACTIONS(2648), - [anon_sym___thiscall] = ACTIONS(2648), - [anon_sym___vectorcall] = ACTIONS(2648), - [anon_sym_LBRACE] = ACTIONS(2650), - [anon_sym_LBRACK] = ACTIONS(2648), - [anon_sym_static] = ACTIONS(2648), - [anon_sym_register] = ACTIONS(2648), - [anon_sym_inline] = ACTIONS(2648), - [anon_sym_thread_local] = ACTIONS(2648), - [anon_sym_const] = ACTIONS(2648), - [anon_sym_volatile] = ACTIONS(2648), - [anon_sym_restrict] = ACTIONS(2648), - [anon_sym__Atomic] = ACTIONS(2648), - [anon_sym_mutable] = ACTIONS(2648), - [anon_sym_constexpr] = ACTIONS(2648), - [anon_sym_constinit] = ACTIONS(2648), - [anon_sym_consteval] = ACTIONS(2648), - [anon_sym_signed] = ACTIONS(2648), - [anon_sym_unsigned] = ACTIONS(2648), - [anon_sym_long] = ACTIONS(2648), - [anon_sym_short] = ACTIONS(2648), - [sym_primitive_type] = ACTIONS(2648), - [anon_sym_enum] = ACTIONS(2648), - [anon_sym_class] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2648), - [anon_sym_union] = ACTIONS(2648), - [anon_sym_if] = ACTIONS(2648), - [anon_sym_else] = ACTIONS(2648), - [anon_sym_switch] = ACTIONS(2648), - [anon_sym_case] = ACTIONS(2648), - [anon_sym_default] = ACTIONS(2648), - [anon_sym_while] = ACTIONS(2648), - [anon_sym_do] = ACTIONS(2648), - [anon_sym_for] = ACTIONS(2648), - [anon_sym_return] = ACTIONS(2648), - [anon_sym_break] = ACTIONS(2648), - [anon_sym_continue] = ACTIONS(2648), - [anon_sym_goto] = ACTIONS(2648), - [anon_sym_not] = ACTIONS(2648), - [anon_sym_compl] = ACTIONS(2648), - [anon_sym_DASH_DASH] = ACTIONS(2650), - [anon_sym_PLUS_PLUS] = ACTIONS(2650), - [anon_sym_sizeof] = ACTIONS(2648), - [sym_number_literal] = ACTIONS(2650), - [anon_sym_L_SQUOTE] = ACTIONS(2650), - [anon_sym_u_SQUOTE] = ACTIONS(2650), - [anon_sym_U_SQUOTE] = ACTIONS(2650), - [anon_sym_u8_SQUOTE] = ACTIONS(2650), - [anon_sym_SQUOTE] = ACTIONS(2650), - [anon_sym_L_DQUOTE] = ACTIONS(2650), - [anon_sym_u_DQUOTE] = ACTIONS(2650), - [anon_sym_U_DQUOTE] = ACTIONS(2650), - [anon_sym_u8_DQUOTE] = ACTIONS(2650), - [anon_sym_DQUOTE] = ACTIONS(2650), - [sym_true] = ACTIONS(2648), - [sym_false] = ACTIONS(2648), - [sym_null] = ACTIONS(2648), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2648), - [anon_sym_decltype] = ACTIONS(2648), - [anon_sym_virtual] = ACTIONS(2648), - [anon_sym_explicit] = ACTIONS(2648), - [anon_sym_typename] = ACTIONS(2648), - [anon_sym_template] = ACTIONS(2648), - [anon_sym_operator] = ACTIONS(2648), - [anon_sym_try] = ACTIONS(2648), - [anon_sym_delete] = ACTIONS(2648), - [anon_sym_throw] = ACTIONS(2648), - [anon_sym_namespace] = ACTIONS(2648), - [anon_sym_using] = ACTIONS(2648), - [anon_sym_static_assert] = ACTIONS(2648), - [anon_sym_concept] = ACTIONS(2648), - [anon_sym_co_return] = ACTIONS(2648), - [anon_sym_co_yield] = ACTIONS(2648), - [anon_sym_R_DQUOTE] = ACTIONS(2650), - [anon_sym_LR_DQUOTE] = ACTIONS(2650), - [anon_sym_uR_DQUOTE] = ACTIONS(2650), - [anon_sym_UR_DQUOTE] = ACTIONS(2650), - [anon_sym_u8R_DQUOTE] = ACTIONS(2650), - [anon_sym_co_await] = ACTIONS(2648), - [anon_sym_new] = ACTIONS(2648), - [anon_sym_requires] = ACTIONS(2648), - [sym_this] = ACTIONS(2648), - [sym_nullptr] = ACTIONS(2648), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [694] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [695] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [696] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [697] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [698] = { - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [699] = { - [sym_identifier] = ACTIONS(2556), - [aux_sym_preproc_include_token1] = ACTIONS(2556), - [aux_sym_preproc_def_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_LPAREN2] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_DASH] = ACTIONS(2556), - [anon_sym_PLUS] = ACTIONS(2556), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_AMP_AMP] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym___attribute__] = ACTIONS(2556), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2556), - [anon_sym___based] = ACTIONS(2556), - [anon_sym___cdecl] = ACTIONS(2556), - [anon_sym___clrcall] = ACTIONS(2556), - [anon_sym___stdcall] = ACTIONS(2556), - [anon_sym___fastcall] = ACTIONS(2556), - [anon_sym___thiscall] = ACTIONS(2556), - [anon_sym___vectorcall] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_RBRACE] = ACTIONS(2558), - [anon_sym_LBRACK] = ACTIONS(2556), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym_thread_local] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym_mutable] = ACTIONS(2556), - [anon_sym_constexpr] = ACTIONS(2556), - [anon_sym_constinit] = ACTIONS(2556), - [anon_sym_consteval] = ACTIONS(2556), - [anon_sym_signed] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [sym_primitive_type] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_class] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2556), - [anon_sym_else] = ACTIONS(2556), - [anon_sym_switch] = ACTIONS(2556), - [anon_sym_case] = ACTIONS(2556), - [anon_sym_default] = ACTIONS(2556), - [anon_sym_while] = ACTIONS(2556), - [anon_sym_do] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(2556), - [anon_sym_return] = ACTIONS(2556), - [anon_sym_break] = ACTIONS(2556), - [anon_sym_continue] = ACTIONS(2556), - [anon_sym_goto] = ACTIONS(2556), - [anon_sym_not] = ACTIONS(2556), - [anon_sym_compl] = ACTIONS(2556), - [anon_sym_DASH_DASH] = ACTIONS(2558), - [anon_sym_PLUS_PLUS] = ACTIONS(2558), - [anon_sym_sizeof] = ACTIONS(2556), - [sym_number_literal] = ACTIONS(2558), - [anon_sym_L_SQUOTE] = ACTIONS(2558), - [anon_sym_u_SQUOTE] = ACTIONS(2558), - [anon_sym_U_SQUOTE] = ACTIONS(2558), - [anon_sym_u8_SQUOTE] = ACTIONS(2558), - [anon_sym_SQUOTE] = ACTIONS(2558), - [anon_sym_L_DQUOTE] = ACTIONS(2558), - [anon_sym_u_DQUOTE] = ACTIONS(2558), - [anon_sym_U_DQUOTE] = ACTIONS(2558), - [anon_sym_u8_DQUOTE] = ACTIONS(2558), - [anon_sym_DQUOTE] = ACTIONS(2558), - [sym_true] = ACTIONS(2556), - [sym_false] = ACTIONS(2556), - [sym_null] = ACTIONS(2556), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2556), - [anon_sym_decltype] = ACTIONS(2556), - [anon_sym_virtual] = ACTIONS(2556), - [anon_sym_explicit] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2556), - [anon_sym_template] = ACTIONS(2556), - [anon_sym_operator] = ACTIONS(2556), - [anon_sym_try] = ACTIONS(2556), - [anon_sym_delete] = ACTIONS(2556), - [anon_sym_throw] = ACTIONS(2556), - [anon_sym_namespace] = ACTIONS(2556), - [anon_sym_using] = ACTIONS(2556), - [anon_sym_static_assert] = ACTIONS(2556), - [anon_sym_concept] = ACTIONS(2556), - [anon_sym_co_return] = ACTIONS(2556), - [anon_sym_co_yield] = ACTIONS(2556), - [anon_sym_R_DQUOTE] = ACTIONS(2558), - [anon_sym_LR_DQUOTE] = ACTIONS(2558), - [anon_sym_uR_DQUOTE] = ACTIONS(2558), - [anon_sym_UR_DQUOTE] = ACTIONS(2558), - [anon_sym_u8R_DQUOTE] = ACTIONS(2558), - [anon_sym_co_await] = ACTIONS(2556), - [anon_sym_new] = ACTIONS(2556), - [anon_sym_requires] = ACTIONS(2556), - [sym_this] = ACTIONS(2556), - [sym_nullptr] = ACTIONS(2556), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [700] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [701] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [702] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [703] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [704] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [705] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [706] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [707] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [708] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [709] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [710] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [711] = { - [sym_identifier] = ACTIONS(2566), - [aux_sym_preproc_include_token1] = ACTIONS(2566), - [aux_sym_preproc_def_token1] = ACTIONS(2566), - [aux_sym_preproc_if_token1] = ACTIONS(2566), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2566), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2566), - [sym_preproc_directive] = ACTIONS(2566), - [anon_sym_LPAREN2] = ACTIONS(2568), - [anon_sym_BANG] = ACTIONS(2568), - [anon_sym_TILDE] = ACTIONS(2568), - [anon_sym_DASH] = ACTIONS(2566), - [anon_sym_PLUS] = ACTIONS(2566), - [anon_sym_STAR] = ACTIONS(2568), - [anon_sym_AMP_AMP] = ACTIONS(2568), - [anon_sym_AMP] = ACTIONS(2566), - [anon_sym_SEMI] = ACTIONS(2568), - [anon_sym_typedef] = ACTIONS(2566), - [anon_sym_extern] = ACTIONS(2566), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2568), - [anon_sym___declspec] = ACTIONS(2566), - [anon_sym___based] = ACTIONS(2566), - [anon_sym___cdecl] = ACTIONS(2566), - [anon_sym___clrcall] = ACTIONS(2566), - [anon_sym___stdcall] = ACTIONS(2566), - [anon_sym___fastcall] = ACTIONS(2566), - [anon_sym___thiscall] = ACTIONS(2566), - [anon_sym___vectorcall] = ACTIONS(2566), - [anon_sym_LBRACE] = ACTIONS(2568), - [anon_sym_RBRACE] = ACTIONS(2568), - [anon_sym_LBRACK] = ACTIONS(2566), - [anon_sym_static] = ACTIONS(2566), - [anon_sym_register] = ACTIONS(2566), - [anon_sym_inline] = ACTIONS(2566), - [anon_sym_thread_local] = ACTIONS(2566), - [anon_sym_const] = ACTIONS(2566), - [anon_sym_volatile] = ACTIONS(2566), - [anon_sym_restrict] = ACTIONS(2566), - [anon_sym__Atomic] = ACTIONS(2566), - [anon_sym_mutable] = ACTIONS(2566), - [anon_sym_constexpr] = ACTIONS(2566), - [anon_sym_constinit] = ACTIONS(2566), - [anon_sym_consteval] = ACTIONS(2566), - [anon_sym_signed] = ACTIONS(2566), - [anon_sym_unsigned] = ACTIONS(2566), - [anon_sym_long] = ACTIONS(2566), - [anon_sym_short] = ACTIONS(2566), - [sym_primitive_type] = ACTIONS(2566), - [anon_sym_enum] = ACTIONS(2566), - [anon_sym_class] = ACTIONS(2566), - [anon_sym_struct] = ACTIONS(2566), - [anon_sym_union] = ACTIONS(2566), - [anon_sym_if] = ACTIONS(2566), - [anon_sym_else] = ACTIONS(2904), - [anon_sym_switch] = ACTIONS(2566), - [anon_sym_case] = ACTIONS(2566), - [anon_sym_default] = ACTIONS(2566), - [anon_sym_while] = ACTIONS(2566), - [anon_sym_do] = ACTIONS(2566), - [anon_sym_for] = ACTIONS(2566), - [anon_sym_return] = ACTIONS(2566), - [anon_sym_break] = ACTIONS(2566), - [anon_sym_continue] = ACTIONS(2566), - [anon_sym_goto] = ACTIONS(2566), - [anon_sym_not] = ACTIONS(2566), - [anon_sym_compl] = ACTIONS(2566), - [anon_sym_DASH_DASH] = ACTIONS(2568), - [anon_sym_PLUS_PLUS] = ACTIONS(2568), - [anon_sym_sizeof] = ACTIONS(2566), - [sym_number_literal] = ACTIONS(2568), - [anon_sym_L_SQUOTE] = ACTIONS(2568), - [anon_sym_u_SQUOTE] = ACTIONS(2568), - [anon_sym_U_SQUOTE] = ACTIONS(2568), - [anon_sym_u8_SQUOTE] = ACTIONS(2568), - [anon_sym_SQUOTE] = ACTIONS(2568), - [anon_sym_L_DQUOTE] = ACTIONS(2568), - [anon_sym_u_DQUOTE] = ACTIONS(2568), - [anon_sym_U_DQUOTE] = ACTIONS(2568), - [anon_sym_u8_DQUOTE] = ACTIONS(2568), - [anon_sym_DQUOTE] = ACTIONS(2568), - [sym_true] = ACTIONS(2566), - [sym_false] = ACTIONS(2566), - [sym_null] = ACTIONS(2566), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2566), - [anon_sym_decltype] = ACTIONS(2566), - [anon_sym_virtual] = ACTIONS(2566), - [anon_sym_explicit] = ACTIONS(2566), - [anon_sym_typename] = ACTIONS(2566), - [anon_sym_template] = ACTIONS(2566), - [anon_sym_operator] = ACTIONS(2566), - [anon_sym_try] = ACTIONS(2566), - [anon_sym_delete] = ACTIONS(2566), - [anon_sym_throw] = ACTIONS(2566), - [anon_sym_namespace] = ACTIONS(2566), - [anon_sym_using] = ACTIONS(2566), - [anon_sym_static_assert] = ACTIONS(2566), - [anon_sym_concept] = ACTIONS(2566), - [anon_sym_co_return] = ACTIONS(2566), - [anon_sym_co_yield] = ACTIONS(2566), - [anon_sym_R_DQUOTE] = ACTIONS(2568), - [anon_sym_LR_DQUOTE] = ACTIONS(2568), - [anon_sym_uR_DQUOTE] = ACTIONS(2568), - [anon_sym_UR_DQUOTE] = ACTIONS(2568), - [anon_sym_u8R_DQUOTE] = ACTIONS(2568), - [anon_sym_co_await] = ACTIONS(2566), - [anon_sym_new] = ACTIONS(2566), - [anon_sym_requires] = ACTIONS(2566), - [sym_this] = ACTIONS(2566), - [sym_nullptr] = ACTIONS(2566), - }, - [712] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [713] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [714] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [715] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [716] = { - [sym_identifier] = ACTIONS(2354), - [aux_sym_preproc_include_token1] = ACTIONS(2354), - [aux_sym_preproc_def_token1] = ACTIONS(2354), - [anon_sym_COMMA] = ACTIONS(2528), - [aux_sym_preproc_if_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2354), - [sym_preproc_directive] = ACTIONS(2354), - [anon_sym_LPAREN2] = ACTIONS(2352), - [anon_sym_BANG] = ACTIONS(2352), - [anon_sym_TILDE] = ACTIONS(2352), - [anon_sym_DASH] = ACTIONS(2354), - [anon_sym_PLUS] = ACTIONS(2354), - [anon_sym_STAR] = ACTIONS(2352), - [anon_sym_AMP_AMP] = ACTIONS(2352), - [anon_sym_AMP] = ACTIONS(2354), - [anon_sym_SEMI] = ACTIONS(2528), - [anon_sym_typedef] = ACTIONS(2354), - [anon_sym_extern] = ACTIONS(2354), - [anon_sym___attribute__] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2352), - [anon_sym___declspec] = ACTIONS(2354), - [anon_sym___based] = ACTIONS(2354), - [anon_sym___cdecl] = ACTIONS(2354), - [anon_sym___clrcall] = ACTIONS(2354), - [anon_sym___stdcall] = ACTIONS(2354), - [anon_sym___fastcall] = ACTIONS(2354), - [anon_sym___thiscall] = ACTIONS(2354), - [anon_sym___vectorcall] = ACTIONS(2354), - [anon_sym_LBRACE] = ACTIONS(2352), - [anon_sym_RBRACE] = ACTIONS(2352), - [anon_sym_LBRACK] = ACTIONS(2354), - [anon_sym_static] = ACTIONS(2354), - [anon_sym_register] = ACTIONS(2354), - [anon_sym_inline] = ACTIONS(2354), - [anon_sym_thread_local] = ACTIONS(2354), - [anon_sym_const] = ACTIONS(2354), - [anon_sym_volatile] = ACTIONS(2354), - [anon_sym_restrict] = ACTIONS(2354), - [anon_sym__Atomic] = ACTIONS(2354), - [anon_sym_mutable] = ACTIONS(2354), - [anon_sym_constexpr] = ACTIONS(2354), - [anon_sym_constinit] = ACTIONS(2354), - [anon_sym_consteval] = ACTIONS(2354), - [anon_sym_signed] = ACTIONS(2354), - [anon_sym_unsigned] = ACTIONS(2354), - [anon_sym_long] = ACTIONS(2354), - [anon_sym_short] = ACTIONS(2354), - [sym_primitive_type] = ACTIONS(2354), - [anon_sym_enum] = ACTIONS(2354), - [anon_sym_class] = ACTIONS(2354), - [anon_sym_struct] = ACTIONS(2354), - [anon_sym_union] = ACTIONS(2354), - [anon_sym_if] = ACTIONS(2354), - [anon_sym_switch] = ACTIONS(2354), - [anon_sym_case] = ACTIONS(2354), - [anon_sym_default] = ACTIONS(2354), - [anon_sym_while] = ACTIONS(2354), - [anon_sym_do] = ACTIONS(2354), - [anon_sym_for] = ACTIONS(2354), - [anon_sym_return] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_goto] = ACTIONS(2354), - [anon_sym_not] = ACTIONS(2354), - [anon_sym_compl] = ACTIONS(2354), - [anon_sym_DASH_DASH] = ACTIONS(2352), - [anon_sym_PLUS_PLUS] = ACTIONS(2352), - [anon_sym_sizeof] = ACTIONS(2354), - [sym_number_literal] = ACTIONS(2352), - [anon_sym_L_SQUOTE] = ACTIONS(2352), - [anon_sym_u_SQUOTE] = ACTIONS(2352), - [anon_sym_U_SQUOTE] = ACTIONS(2352), - [anon_sym_u8_SQUOTE] = ACTIONS(2352), - [anon_sym_SQUOTE] = ACTIONS(2352), - [anon_sym_L_DQUOTE] = ACTIONS(2352), - [anon_sym_u_DQUOTE] = ACTIONS(2352), - [anon_sym_U_DQUOTE] = ACTIONS(2352), - [anon_sym_u8_DQUOTE] = ACTIONS(2352), - [anon_sym_DQUOTE] = ACTIONS(2352), - [sym_true] = ACTIONS(2354), - [sym_false] = ACTIONS(2354), - [sym_null] = ACTIONS(2354), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2354), - [anon_sym_decltype] = ACTIONS(2354), - [anon_sym_virtual] = ACTIONS(2354), - [anon_sym_explicit] = ACTIONS(2354), - [anon_sym_typename] = ACTIONS(2354), - [anon_sym_template] = ACTIONS(2354), - [anon_sym_operator] = ACTIONS(2354), - [anon_sym_try] = ACTIONS(2354), - [anon_sym_delete] = ACTIONS(2354), - [anon_sym_throw] = ACTIONS(2354), - [anon_sym_namespace] = ACTIONS(2354), - [anon_sym_using] = ACTIONS(2354), - [anon_sym_static_assert] = ACTIONS(2354), - [anon_sym_concept] = ACTIONS(2354), - [anon_sym_co_return] = ACTIONS(2354), - [anon_sym_co_yield] = ACTIONS(2354), - [anon_sym_R_DQUOTE] = ACTIONS(2352), - [anon_sym_LR_DQUOTE] = ACTIONS(2352), - [anon_sym_uR_DQUOTE] = ACTIONS(2352), - [anon_sym_UR_DQUOTE] = ACTIONS(2352), - [anon_sym_u8R_DQUOTE] = ACTIONS(2352), - [anon_sym_co_await] = ACTIONS(2354), - [anon_sym_new] = ACTIONS(2354), - [anon_sym_requires] = ACTIONS(2354), - [sym_this] = ACTIONS(2354), - [sym_nullptr] = ACTIONS(2354), - }, - [717] = { - [sym_identifier] = ACTIONS(2584), - [aux_sym_preproc_include_token1] = ACTIONS(2584), - [aux_sym_preproc_def_token1] = ACTIONS(2584), - [aux_sym_preproc_if_token1] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2584), - [sym_preproc_directive] = ACTIONS(2584), - [anon_sym_LPAREN2] = ACTIONS(2586), - [anon_sym_BANG] = ACTIONS(2586), - [anon_sym_TILDE] = ACTIONS(2586), - [anon_sym_DASH] = ACTIONS(2584), - [anon_sym_PLUS] = ACTIONS(2584), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [anon_sym_SEMI] = ACTIONS(2586), - [anon_sym_typedef] = ACTIONS(2584), - [anon_sym_extern] = ACTIONS(2584), - [anon_sym___attribute__] = ACTIONS(2584), - [anon_sym_COLON_COLON] = ACTIONS(2586), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), - [anon_sym___declspec] = ACTIONS(2584), - [anon_sym___based] = ACTIONS(2584), - [anon_sym___cdecl] = ACTIONS(2584), - [anon_sym___clrcall] = ACTIONS(2584), - [anon_sym___stdcall] = ACTIONS(2584), - [anon_sym___fastcall] = ACTIONS(2584), - [anon_sym___thiscall] = ACTIONS(2584), - [anon_sym___vectorcall] = ACTIONS(2584), - [anon_sym_LBRACE] = ACTIONS(2586), - [anon_sym_RBRACE] = ACTIONS(2586), - [anon_sym_LBRACK] = ACTIONS(2584), - [anon_sym_static] = ACTIONS(2584), - [anon_sym_register] = ACTIONS(2584), - [anon_sym_inline] = ACTIONS(2584), - [anon_sym_thread_local] = ACTIONS(2584), - [anon_sym_const] = ACTIONS(2584), - [anon_sym_volatile] = ACTIONS(2584), - [anon_sym_restrict] = ACTIONS(2584), - [anon_sym__Atomic] = ACTIONS(2584), - [anon_sym_mutable] = ACTIONS(2584), - [anon_sym_constexpr] = ACTIONS(2584), - [anon_sym_constinit] = ACTIONS(2584), - [anon_sym_consteval] = ACTIONS(2584), - [anon_sym_signed] = ACTIONS(2584), - [anon_sym_unsigned] = ACTIONS(2584), - [anon_sym_long] = ACTIONS(2584), - [anon_sym_short] = ACTIONS(2584), - [sym_primitive_type] = ACTIONS(2584), - [anon_sym_enum] = ACTIONS(2584), - [anon_sym_class] = ACTIONS(2584), - [anon_sym_struct] = ACTIONS(2584), - [anon_sym_union] = ACTIONS(2584), - [anon_sym_if] = ACTIONS(2584), - [anon_sym_else] = ACTIONS(2584), - [anon_sym_switch] = ACTIONS(2584), - [anon_sym_case] = ACTIONS(2584), - [anon_sym_default] = ACTIONS(2584), - [anon_sym_while] = ACTIONS(2584), - [anon_sym_do] = ACTIONS(2584), - [anon_sym_for] = ACTIONS(2584), - [anon_sym_return] = ACTIONS(2584), - [anon_sym_break] = ACTIONS(2584), - [anon_sym_continue] = ACTIONS(2584), - [anon_sym_goto] = ACTIONS(2584), - [anon_sym_not] = ACTIONS(2584), - [anon_sym_compl] = ACTIONS(2584), - [anon_sym_DASH_DASH] = ACTIONS(2586), - [anon_sym_PLUS_PLUS] = ACTIONS(2586), - [anon_sym_sizeof] = ACTIONS(2584), - [sym_number_literal] = ACTIONS(2586), - [anon_sym_L_SQUOTE] = ACTIONS(2586), - [anon_sym_u_SQUOTE] = ACTIONS(2586), - [anon_sym_U_SQUOTE] = ACTIONS(2586), - [anon_sym_u8_SQUOTE] = ACTIONS(2586), - [anon_sym_SQUOTE] = ACTIONS(2586), - [anon_sym_L_DQUOTE] = ACTIONS(2586), - [anon_sym_u_DQUOTE] = ACTIONS(2586), - [anon_sym_U_DQUOTE] = ACTIONS(2586), - [anon_sym_u8_DQUOTE] = ACTIONS(2586), - [anon_sym_DQUOTE] = ACTIONS(2586), - [sym_true] = ACTIONS(2584), - [sym_false] = ACTIONS(2584), - [sym_null] = ACTIONS(2584), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2584), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_delete] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2584), - [anon_sym_namespace] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_concept] = ACTIONS(2584), - [anon_sym_co_return] = ACTIONS(2584), - [anon_sym_co_yield] = ACTIONS(2584), - [anon_sym_R_DQUOTE] = ACTIONS(2586), - [anon_sym_LR_DQUOTE] = ACTIONS(2586), - [anon_sym_uR_DQUOTE] = ACTIONS(2586), - [anon_sym_UR_DQUOTE] = ACTIONS(2586), - [anon_sym_u8R_DQUOTE] = ACTIONS(2586), - [anon_sym_co_await] = ACTIONS(2584), - [anon_sym_new] = ACTIONS(2584), - [anon_sym_requires] = ACTIONS(2584), - [sym_this] = ACTIONS(2584), - [sym_nullptr] = ACTIONS(2584), - }, - [718] = { - [sym_identifier] = ACTIONS(2584), - [aux_sym_preproc_include_token1] = ACTIONS(2584), - [aux_sym_preproc_def_token1] = ACTIONS(2584), - [aux_sym_preproc_if_token1] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2584), - [sym_preproc_directive] = ACTIONS(2584), - [anon_sym_LPAREN2] = ACTIONS(2586), - [anon_sym_BANG] = ACTIONS(2586), - [anon_sym_TILDE] = ACTIONS(2586), - [anon_sym_DASH] = ACTIONS(2584), - [anon_sym_PLUS] = ACTIONS(2584), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [anon_sym_SEMI] = ACTIONS(2586), - [anon_sym_typedef] = ACTIONS(2584), - [anon_sym_extern] = ACTIONS(2584), - [anon_sym___attribute__] = ACTIONS(2584), - [anon_sym_COLON_COLON] = ACTIONS(2586), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), - [anon_sym___declspec] = ACTIONS(2584), - [anon_sym___based] = ACTIONS(2584), - [anon_sym___cdecl] = ACTIONS(2584), - [anon_sym___clrcall] = ACTIONS(2584), - [anon_sym___stdcall] = ACTIONS(2584), - [anon_sym___fastcall] = ACTIONS(2584), - [anon_sym___thiscall] = ACTIONS(2584), - [anon_sym___vectorcall] = ACTIONS(2584), - [anon_sym_LBRACE] = ACTIONS(2586), - [anon_sym_RBRACE] = ACTIONS(2586), - [anon_sym_LBRACK] = ACTIONS(2584), - [anon_sym_static] = ACTIONS(2584), - [anon_sym_register] = ACTIONS(2584), - [anon_sym_inline] = ACTIONS(2584), - [anon_sym_thread_local] = ACTIONS(2584), - [anon_sym_const] = ACTIONS(2584), - [anon_sym_volatile] = ACTIONS(2584), - [anon_sym_restrict] = ACTIONS(2584), - [anon_sym__Atomic] = ACTIONS(2584), - [anon_sym_mutable] = ACTIONS(2584), - [anon_sym_constexpr] = ACTIONS(2584), - [anon_sym_constinit] = ACTIONS(2584), - [anon_sym_consteval] = ACTIONS(2584), - [anon_sym_signed] = ACTIONS(2584), - [anon_sym_unsigned] = ACTIONS(2584), - [anon_sym_long] = ACTIONS(2584), - [anon_sym_short] = ACTIONS(2584), - [sym_primitive_type] = ACTIONS(2584), - [anon_sym_enum] = ACTIONS(2584), - [anon_sym_class] = ACTIONS(2584), - [anon_sym_struct] = ACTIONS(2584), - [anon_sym_union] = ACTIONS(2584), - [anon_sym_if] = ACTIONS(2584), - [anon_sym_else] = ACTIONS(2584), - [anon_sym_switch] = ACTIONS(2584), - [anon_sym_case] = ACTIONS(2584), - [anon_sym_default] = ACTIONS(2584), - [anon_sym_while] = ACTIONS(2584), - [anon_sym_do] = ACTIONS(2584), - [anon_sym_for] = ACTIONS(2584), - [anon_sym_return] = ACTIONS(2584), - [anon_sym_break] = ACTIONS(2584), - [anon_sym_continue] = ACTIONS(2584), - [anon_sym_goto] = ACTIONS(2584), - [anon_sym_not] = ACTIONS(2584), - [anon_sym_compl] = ACTIONS(2584), - [anon_sym_DASH_DASH] = ACTIONS(2586), - [anon_sym_PLUS_PLUS] = ACTIONS(2586), - [anon_sym_sizeof] = ACTIONS(2584), - [sym_number_literal] = ACTIONS(2586), - [anon_sym_L_SQUOTE] = ACTIONS(2586), - [anon_sym_u_SQUOTE] = ACTIONS(2586), - [anon_sym_U_SQUOTE] = ACTIONS(2586), - [anon_sym_u8_SQUOTE] = ACTIONS(2586), - [anon_sym_SQUOTE] = ACTIONS(2586), - [anon_sym_L_DQUOTE] = ACTIONS(2586), - [anon_sym_u_DQUOTE] = ACTIONS(2586), - [anon_sym_U_DQUOTE] = ACTIONS(2586), - [anon_sym_u8_DQUOTE] = ACTIONS(2586), - [anon_sym_DQUOTE] = ACTIONS(2586), - [sym_true] = ACTIONS(2584), - [sym_false] = ACTIONS(2584), - [sym_null] = ACTIONS(2584), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2584), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_delete] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2584), - [anon_sym_namespace] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_concept] = ACTIONS(2584), - [anon_sym_co_return] = ACTIONS(2584), - [anon_sym_co_yield] = ACTIONS(2584), - [anon_sym_R_DQUOTE] = ACTIONS(2586), - [anon_sym_LR_DQUOTE] = ACTIONS(2586), - [anon_sym_uR_DQUOTE] = ACTIONS(2586), - [anon_sym_UR_DQUOTE] = ACTIONS(2586), - [anon_sym_u8R_DQUOTE] = ACTIONS(2586), - [anon_sym_co_await] = ACTIONS(2584), - [anon_sym_new] = ACTIONS(2584), - [anon_sym_requires] = ACTIONS(2584), - [sym_this] = ACTIONS(2584), - [sym_nullptr] = ACTIONS(2584), - }, - [719] = { - [ts_builtin_sym_end] = ACTIONS(2608), - [sym_identifier] = ACTIONS(2606), - [aux_sym_preproc_include_token1] = ACTIONS(2606), - [aux_sym_preproc_def_token1] = ACTIONS(2606), - [aux_sym_preproc_if_token1] = ACTIONS(2606), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2606), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2606), - [sym_preproc_directive] = ACTIONS(2606), - [anon_sym_LPAREN2] = ACTIONS(2608), - [anon_sym_BANG] = ACTIONS(2608), - [anon_sym_TILDE] = ACTIONS(2608), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_STAR] = ACTIONS(2608), - [anon_sym_AMP_AMP] = ACTIONS(2608), - [anon_sym_AMP] = ACTIONS(2606), - [anon_sym_SEMI] = ACTIONS(2608), - [anon_sym_typedef] = ACTIONS(2606), - [anon_sym_extern] = ACTIONS(2606), - [anon_sym___attribute__] = ACTIONS(2606), - [anon_sym_COLON_COLON] = ACTIONS(2608), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2608), - [anon_sym___declspec] = ACTIONS(2606), - [anon_sym___based] = ACTIONS(2606), - [anon_sym___cdecl] = ACTIONS(2606), - [anon_sym___clrcall] = ACTIONS(2606), - [anon_sym___stdcall] = ACTIONS(2606), - [anon_sym___fastcall] = ACTIONS(2606), - [anon_sym___thiscall] = ACTIONS(2606), - [anon_sym___vectorcall] = ACTIONS(2606), - [anon_sym_LBRACE] = ACTIONS(2608), - [anon_sym_LBRACK] = ACTIONS(2606), - [anon_sym_static] = ACTIONS(2606), - [anon_sym_register] = ACTIONS(2606), - [anon_sym_inline] = ACTIONS(2606), - [anon_sym_thread_local] = ACTIONS(2606), - [anon_sym_const] = ACTIONS(2606), - [anon_sym_volatile] = ACTIONS(2606), - [anon_sym_restrict] = ACTIONS(2606), - [anon_sym__Atomic] = ACTIONS(2606), - [anon_sym_mutable] = ACTIONS(2606), - [anon_sym_constexpr] = ACTIONS(2606), - [anon_sym_constinit] = ACTIONS(2606), - [anon_sym_consteval] = ACTIONS(2606), - [anon_sym_signed] = ACTIONS(2606), - [anon_sym_unsigned] = ACTIONS(2606), - [anon_sym_long] = ACTIONS(2606), - [anon_sym_short] = ACTIONS(2606), - [sym_primitive_type] = ACTIONS(2606), - [anon_sym_enum] = ACTIONS(2606), - [anon_sym_class] = ACTIONS(2606), - [anon_sym_struct] = ACTIONS(2606), - [anon_sym_union] = ACTIONS(2606), - [anon_sym_if] = ACTIONS(2606), - [anon_sym_else] = ACTIONS(2606), - [anon_sym_switch] = ACTIONS(2606), - [anon_sym_case] = ACTIONS(2606), - [anon_sym_default] = ACTIONS(2606), - [anon_sym_while] = ACTIONS(2606), - [anon_sym_do] = ACTIONS(2606), - [anon_sym_for] = ACTIONS(2606), - [anon_sym_return] = ACTIONS(2606), - [anon_sym_break] = ACTIONS(2606), - [anon_sym_continue] = ACTIONS(2606), - [anon_sym_goto] = ACTIONS(2606), - [anon_sym_not] = ACTIONS(2606), - [anon_sym_compl] = ACTIONS(2606), - [anon_sym_DASH_DASH] = ACTIONS(2608), - [anon_sym_PLUS_PLUS] = ACTIONS(2608), - [anon_sym_sizeof] = ACTIONS(2606), - [sym_number_literal] = ACTIONS(2608), - [anon_sym_L_SQUOTE] = ACTIONS(2608), - [anon_sym_u_SQUOTE] = ACTIONS(2608), - [anon_sym_U_SQUOTE] = ACTIONS(2608), - [anon_sym_u8_SQUOTE] = ACTIONS(2608), - [anon_sym_SQUOTE] = ACTIONS(2608), - [anon_sym_L_DQUOTE] = ACTIONS(2608), - [anon_sym_u_DQUOTE] = ACTIONS(2608), - [anon_sym_U_DQUOTE] = ACTIONS(2608), - [anon_sym_u8_DQUOTE] = ACTIONS(2608), - [anon_sym_DQUOTE] = ACTIONS(2608), - [sym_true] = ACTIONS(2606), - [sym_false] = ACTIONS(2606), - [sym_null] = ACTIONS(2606), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2606), - [anon_sym_decltype] = ACTIONS(2606), - [anon_sym_virtual] = ACTIONS(2606), - [anon_sym_explicit] = ACTIONS(2606), - [anon_sym_typename] = ACTIONS(2606), - [anon_sym_template] = ACTIONS(2606), - [anon_sym_operator] = ACTIONS(2606), - [anon_sym_try] = ACTIONS(2606), - [anon_sym_delete] = ACTIONS(2606), - [anon_sym_throw] = ACTIONS(2606), - [anon_sym_namespace] = ACTIONS(2606), - [anon_sym_using] = ACTIONS(2606), - [anon_sym_static_assert] = ACTIONS(2606), - [anon_sym_concept] = ACTIONS(2606), - [anon_sym_co_return] = ACTIONS(2606), - [anon_sym_co_yield] = ACTIONS(2606), - [anon_sym_R_DQUOTE] = ACTIONS(2608), - [anon_sym_LR_DQUOTE] = ACTIONS(2608), - [anon_sym_uR_DQUOTE] = ACTIONS(2608), - [anon_sym_UR_DQUOTE] = ACTIONS(2608), - [anon_sym_u8R_DQUOTE] = ACTIONS(2608), - [anon_sym_co_await] = ACTIONS(2606), - [anon_sym_new] = ACTIONS(2606), - [anon_sym_requires] = ACTIONS(2606), - [sym_this] = ACTIONS(2606), - [sym_nullptr] = ACTIONS(2606), - }, - [720] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [721] = { - [ts_builtin_sym_end] = ACTIONS(2602), - [sym_identifier] = ACTIONS(2600), - [aux_sym_preproc_include_token1] = ACTIONS(2600), - [aux_sym_preproc_def_token1] = ACTIONS(2600), - [aux_sym_preproc_if_token1] = ACTIONS(2600), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2600), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2600), - [sym_preproc_directive] = ACTIONS(2600), - [anon_sym_LPAREN2] = ACTIONS(2602), - [anon_sym_BANG] = ACTIONS(2602), - [anon_sym_TILDE] = ACTIONS(2602), - [anon_sym_DASH] = ACTIONS(2600), - [anon_sym_PLUS] = ACTIONS(2600), - [anon_sym_STAR] = ACTIONS(2602), - [anon_sym_AMP_AMP] = ACTIONS(2602), - [anon_sym_AMP] = ACTIONS(2600), - [anon_sym_SEMI] = ACTIONS(2602), - [anon_sym_typedef] = ACTIONS(2600), - [anon_sym_extern] = ACTIONS(2600), - [anon_sym___attribute__] = ACTIONS(2600), - [anon_sym_COLON_COLON] = ACTIONS(2602), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2602), - [anon_sym___declspec] = ACTIONS(2600), - [anon_sym___based] = ACTIONS(2600), - [anon_sym___cdecl] = ACTIONS(2600), - [anon_sym___clrcall] = ACTIONS(2600), - [anon_sym___stdcall] = ACTIONS(2600), - [anon_sym___fastcall] = ACTIONS(2600), - [anon_sym___thiscall] = ACTIONS(2600), - [anon_sym___vectorcall] = ACTIONS(2600), - [anon_sym_LBRACE] = ACTIONS(2602), - [anon_sym_LBRACK] = ACTIONS(2600), - [anon_sym_static] = ACTIONS(2600), - [anon_sym_register] = ACTIONS(2600), - [anon_sym_inline] = ACTIONS(2600), - [anon_sym_thread_local] = ACTIONS(2600), - [anon_sym_const] = ACTIONS(2600), - [anon_sym_volatile] = ACTIONS(2600), - [anon_sym_restrict] = ACTIONS(2600), - [anon_sym__Atomic] = ACTIONS(2600), - [anon_sym_mutable] = ACTIONS(2600), - [anon_sym_constexpr] = ACTIONS(2600), - [anon_sym_constinit] = ACTIONS(2600), - [anon_sym_consteval] = ACTIONS(2600), - [anon_sym_signed] = ACTIONS(2600), - [anon_sym_unsigned] = ACTIONS(2600), - [anon_sym_long] = ACTIONS(2600), - [anon_sym_short] = ACTIONS(2600), - [sym_primitive_type] = ACTIONS(2600), - [anon_sym_enum] = ACTIONS(2600), - [anon_sym_class] = ACTIONS(2600), - [anon_sym_struct] = ACTIONS(2600), - [anon_sym_union] = ACTIONS(2600), - [anon_sym_if] = ACTIONS(2600), - [anon_sym_else] = ACTIONS(2600), - [anon_sym_switch] = ACTIONS(2600), - [anon_sym_case] = ACTIONS(2600), - [anon_sym_default] = ACTIONS(2600), - [anon_sym_while] = ACTIONS(2600), - [anon_sym_do] = ACTIONS(2600), - [anon_sym_for] = ACTIONS(2600), - [anon_sym_return] = ACTIONS(2600), - [anon_sym_break] = ACTIONS(2600), - [anon_sym_continue] = ACTIONS(2600), - [anon_sym_goto] = ACTIONS(2600), - [anon_sym_not] = ACTIONS(2600), - [anon_sym_compl] = ACTIONS(2600), - [anon_sym_DASH_DASH] = ACTIONS(2602), - [anon_sym_PLUS_PLUS] = ACTIONS(2602), - [anon_sym_sizeof] = ACTIONS(2600), - [sym_number_literal] = ACTIONS(2602), - [anon_sym_L_SQUOTE] = ACTIONS(2602), - [anon_sym_u_SQUOTE] = ACTIONS(2602), - [anon_sym_U_SQUOTE] = ACTIONS(2602), - [anon_sym_u8_SQUOTE] = ACTIONS(2602), - [anon_sym_SQUOTE] = ACTIONS(2602), - [anon_sym_L_DQUOTE] = ACTIONS(2602), - [anon_sym_u_DQUOTE] = ACTIONS(2602), - [anon_sym_U_DQUOTE] = ACTIONS(2602), - [anon_sym_u8_DQUOTE] = ACTIONS(2602), - [anon_sym_DQUOTE] = ACTIONS(2602), - [sym_true] = ACTIONS(2600), - [sym_false] = ACTIONS(2600), - [sym_null] = ACTIONS(2600), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2600), - [anon_sym_decltype] = ACTIONS(2600), - [anon_sym_virtual] = ACTIONS(2600), - [anon_sym_explicit] = ACTIONS(2600), - [anon_sym_typename] = ACTIONS(2600), - [anon_sym_template] = ACTIONS(2600), - [anon_sym_operator] = ACTIONS(2600), - [anon_sym_try] = ACTIONS(2600), - [anon_sym_delete] = ACTIONS(2600), - [anon_sym_throw] = ACTIONS(2600), - [anon_sym_namespace] = ACTIONS(2600), - [anon_sym_using] = ACTIONS(2600), - [anon_sym_static_assert] = ACTIONS(2600), - [anon_sym_concept] = ACTIONS(2600), - [anon_sym_co_return] = ACTIONS(2600), - [anon_sym_co_yield] = ACTIONS(2600), - [anon_sym_R_DQUOTE] = ACTIONS(2602), - [anon_sym_LR_DQUOTE] = ACTIONS(2602), - [anon_sym_uR_DQUOTE] = ACTIONS(2602), - [anon_sym_UR_DQUOTE] = ACTIONS(2602), - [anon_sym_u8R_DQUOTE] = ACTIONS(2602), - [anon_sym_co_await] = ACTIONS(2600), - [anon_sym_new] = ACTIONS(2600), - [anon_sym_requires] = ACTIONS(2600), - [sym_this] = ACTIONS(2600), - [sym_nullptr] = ACTIONS(2600), - }, - [722] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [723] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [724] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [725] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [726] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [727] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [728] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [729] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [730] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [731] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [732] = { - [sym_identifier] = ACTIONS(2534), - [aux_sym_preproc_include_token1] = ACTIONS(2534), - [aux_sym_preproc_def_token1] = ACTIONS(2534), - [aux_sym_preproc_if_token1] = ACTIONS(2534), - [aux_sym_preproc_if_token2] = ACTIONS(2534), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2534), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2534), - [sym_preproc_directive] = ACTIONS(2534), - [anon_sym_LPAREN2] = ACTIONS(2536), - [anon_sym_BANG] = ACTIONS(2536), - [anon_sym_TILDE] = ACTIONS(2536), - [anon_sym_DASH] = ACTIONS(2534), - [anon_sym_PLUS] = ACTIONS(2534), - [anon_sym_STAR] = ACTIONS(2536), - [anon_sym_AMP_AMP] = ACTIONS(2536), - [anon_sym_AMP] = ACTIONS(2534), - [anon_sym_SEMI] = ACTIONS(2536), - [anon_sym_typedef] = ACTIONS(2534), - [anon_sym_extern] = ACTIONS(2534), - [anon_sym___attribute__] = ACTIONS(2534), - [anon_sym_COLON_COLON] = ACTIONS(2536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2536), - [anon_sym___declspec] = ACTIONS(2534), - [anon_sym___based] = ACTIONS(2534), - [anon_sym___cdecl] = ACTIONS(2534), - [anon_sym___clrcall] = ACTIONS(2534), - [anon_sym___stdcall] = ACTIONS(2534), - [anon_sym___fastcall] = ACTIONS(2534), - [anon_sym___thiscall] = ACTIONS(2534), - [anon_sym___vectorcall] = ACTIONS(2534), - [anon_sym_LBRACE] = ACTIONS(2536), - [anon_sym_LBRACK] = ACTIONS(2534), - [anon_sym_static] = ACTIONS(2534), - [anon_sym_register] = ACTIONS(2534), - [anon_sym_inline] = ACTIONS(2534), - [anon_sym_thread_local] = ACTIONS(2534), - [anon_sym_const] = ACTIONS(2534), - [anon_sym_volatile] = ACTIONS(2534), - [anon_sym_restrict] = ACTIONS(2534), - [anon_sym__Atomic] = ACTIONS(2534), - [anon_sym_mutable] = ACTIONS(2534), - [anon_sym_constexpr] = ACTIONS(2534), - [anon_sym_constinit] = ACTIONS(2534), - [anon_sym_consteval] = ACTIONS(2534), - [anon_sym_signed] = ACTIONS(2534), - [anon_sym_unsigned] = ACTIONS(2534), - [anon_sym_long] = ACTIONS(2534), - [anon_sym_short] = ACTIONS(2534), - [sym_primitive_type] = ACTIONS(2534), - [anon_sym_enum] = ACTIONS(2534), - [anon_sym_class] = ACTIONS(2534), - [anon_sym_struct] = ACTIONS(2534), - [anon_sym_union] = ACTIONS(2534), - [anon_sym_if] = ACTIONS(2534), - [anon_sym_else] = ACTIONS(2534), - [anon_sym_switch] = ACTIONS(2534), - [anon_sym_case] = ACTIONS(2534), - [anon_sym_default] = ACTIONS(2534), - [anon_sym_while] = ACTIONS(2534), - [anon_sym_do] = ACTIONS(2534), - [anon_sym_for] = ACTIONS(2534), - [anon_sym_return] = ACTIONS(2534), - [anon_sym_break] = ACTIONS(2534), - [anon_sym_continue] = ACTIONS(2534), - [anon_sym_goto] = ACTIONS(2534), - [anon_sym_not] = ACTIONS(2534), - [anon_sym_compl] = ACTIONS(2534), - [anon_sym_DASH_DASH] = ACTIONS(2536), - [anon_sym_PLUS_PLUS] = ACTIONS(2536), - [anon_sym_sizeof] = ACTIONS(2534), - [sym_number_literal] = ACTIONS(2536), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2536), - [anon_sym_u_DQUOTE] = ACTIONS(2536), - [anon_sym_U_DQUOTE] = ACTIONS(2536), - [anon_sym_u8_DQUOTE] = ACTIONS(2536), - [anon_sym_DQUOTE] = ACTIONS(2536), - [sym_true] = ACTIONS(2534), - [sym_false] = ACTIONS(2534), - [sym_null] = ACTIONS(2534), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2534), - [anon_sym_decltype] = ACTIONS(2534), - [anon_sym_virtual] = ACTIONS(2534), - [anon_sym_explicit] = ACTIONS(2534), - [anon_sym_typename] = ACTIONS(2534), - [anon_sym_template] = ACTIONS(2534), - [anon_sym_operator] = ACTIONS(2534), - [anon_sym_try] = ACTIONS(2534), - [anon_sym_delete] = ACTIONS(2534), - [anon_sym_throw] = ACTIONS(2534), - [anon_sym_namespace] = ACTIONS(2534), - [anon_sym_using] = ACTIONS(2534), - [anon_sym_static_assert] = ACTIONS(2534), - [anon_sym_concept] = ACTIONS(2534), - [anon_sym_co_return] = ACTIONS(2534), - [anon_sym_co_yield] = ACTIONS(2534), - [anon_sym_R_DQUOTE] = ACTIONS(2536), - [anon_sym_LR_DQUOTE] = ACTIONS(2536), - [anon_sym_uR_DQUOTE] = ACTIONS(2536), - [anon_sym_UR_DQUOTE] = ACTIONS(2536), - [anon_sym_u8R_DQUOTE] = ACTIONS(2536), - [anon_sym_co_await] = ACTIONS(2534), - [anon_sym_new] = ACTIONS(2534), - [anon_sym_requires] = ACTIONS(2534), - [sym_this] = ACTIONS(2534), - [sym_nullptr] = ACTIONS(2534), - }, - [733] = { - [sym_identifier] = ACTIONS(2592), - [aux_sym_preproc_include_token1] = ACTIONS(2592), - [aux_sym_preproc_def_token1] = ACTIONS(2592), - [aux_sym_preproc_if_token1] = ACTIONS(2592), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2592), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2592), - [sym_preproc_directive] = ACTIONS(2592), - [anon_sym_LPAREN2] = ACTIONS(2594), - [anon_sym_BANG] = ACTIONS(2594), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2592), - [anon_sym_PLUS] = ACTIONS(2592), - [anon_sym_STAR] = ACTIONS(2594), - [anon_sym_AMP_AMP] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_SEMI] = ACTIONS(2594), - [anon_sym_typedef] = ACTIONS(2592), - [anon_sym_extern] = ACTIONS(2592), - [anon_sym___attribute__] = ACTIONS(2592), - [anon_sym_COLON_COLON] = ACTIONS(2594), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2594), - [anon_sym___declspec] = ACTIONS(2592), - [anon_sym___based] = ACTIONS(2592), - [anon_sym___cdecl] = ACTIONS(2592), - [anon_sym___clrcall] = ACTIONS(2592), - [anon_sym___stdcall] = ACTIONS(2592), - [anon_sym___fastcall] = ACTIONS(2592), - [anon_sym___thiscall] = ACTIONS(2592), - [anon_sym___vectorcall] = ACTIONS(2592), - [anon_sym_LBRACE] = ACTIONS(2594), - [anon_sym_RBRACE] = ACTIONS(2594), - [anon_sym_LBRACK] = ACTIONS(2592), - [anon_sym_static] = ACTIONS(2592), - [anon_sym_register] = ACTIONS(2592), - [anon_sym_inline] = ACTIONS(2592), - [anon_sym_thread_local] = ACTIONS(2592), - [anon_sym_const] = ACTIONS(2592), - [anon_sym_volatile] = ACTIONS(2592), - [anon_sym_restrict] = ACTIONS(2592), - [anon_sym__Atomic] = ACTIONS(2592), - [anon_sym_mutable] = ACTIONS(2592), - [anon_sym_constexpr] = ACTIONS(2592), - [anon_sym_constinit] = ACTIONS(2592), - [anon_sym_consteval] = ACTIONS(2592), - [anon_sym_signed] = ACTIONS(2592), - [anon_sym_unsigned] = ACTIONS(2592), - [anon_sym_long] = ACTIONS(2592), - [anon_sym_short] = ACTIONS(2592), - [sym_primitive_type] = ACTIONS(2592), - [anon_sym_enum] = ACTIONS(2592), - [anon_sym_class] = ACTIONS(2592), - [anon_sym_struct] = ACTIONS(2592), - [anon_sym_union] = ACTIONS(2592), - [anon_sym_if] = ACTIONS(2592), - [anon_sym_else] = ACTIONS(2592), - [anon_sym_switch] = ACTIONS(2592), - [anon_sym_case] = ACTIONS(2592), - [anon_sym_default] = ACTIONS(2592), - [anon_sym_while] = ACTIONS(2592), - [anon_sym_do] = ACTIONS(2592), - [anon_sym_for] = ACTIONS(2592), - [anon_sym_return] = ACTIONS(2592), - [anon_sym_break] = ACTIONS(2592), - [anon_sym_continue] = ACTIONS(2592), - [anon_sym_goto] = ACTIONS(2592), - [anon_sym_not] = ACTIONS(2592), - [anon_sym_compl] = ACTIONS(2592), - [anon_sym_DASH_DASH] = ACTIONS(2594), - [anon_sym_PLUS_PLUS] = ACTIONS(2594), - [anon_sym_sizeof] = ACTIONS(2592), - [sym_number_literal] = ACTIONS(2594), - [anon_sym_L_SQUOTE] = ACTIONS(2594), - [anon_sym_u_SQUOTE] = ACTIONS(2594), - [anon_sym_U_SQUOTE] = ACTIONS(2594), - [anon_sym_u8_SQUOTE] = ACTIONS(2594), - [anon_sym_SQUOTE] = ACTIONS(2594), - [anon_sym_L_DQUOTE] = ACTIONS(2594), - [anon_sym_u_DQUOTE] = ACTIONS(2594), - [anon_sym_U_DQUOTE] = ACTIONS(2594), - [anon_sym_u8_DQUOTE] = ACTIONS(2594), - [anon_sym_DQUOTE] = ACTIONS(2594), - [sym_true] = ACTIONS(2592), - [sym_false] = ACTIONS(2592), - [sym_null] = ACTIONS(2592), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2592), - [anon_sym_decltype] = ACTIONS(2592), - [anon_sym_virtual] = ACTIONS(2592), - [anon_sym_explicit] = ACTIONS(2592), - [anon_sym_typename] = ACTIONS(2592), - [anon_sym_template] = ACTIONS(2592), - [anon_sym_operator] = ACTIONS(2592), - [anon_sym_try] = ACTIONS(2592), - [anon_sym_delete] = ACTIONS(2592), - [anon_sym_throw] = ACTIONS(2592), - [anon_sym_namespace] = ACTIONS(2592), - [anon_sym_using] = ACTIONS(2592), - [anon_sym_static_assert] = ACTIONS(2592), - [anon_sym_concept] = ACTIONS(2592), - [anon_sym_co_return] = ACTIONS(2592), - [anon_sym_co_yield] = ACTIONS(2592), - [anon_sym_R_DQUOTE] = ACTIONS(2594), - [anon_sym_LR_DQUOTE] = ACTIONS(2594), - [anon_sym_uR_DQUOTE] = ACTIONS(2594), - [anon_sym_UR_DQUOTE] = ACTIONS(2594), - [anon_sym_u8R_DQUOTE] = ACTIONS(2594), - [anon_sym_co_await] = ACTIONS(2592), - [anon_sym_new] = ACTIONS(2592), - [anon_sym_requires] = ACTIONS(2592), - [sym_this] = ACTIONS(2592), - [sym_nullptr] = ACTIONS(2592), - }, - [734] = { - [sym_identifier] = ACTIONS(2596), - [aux_sym_preproc_include_token1] = ACTIONS(2596), - [aux_sym_preproc_def_token1] = ACTIONS(2596), - [aux_sym_preproc_if_token1] = ACTIONS(2596), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2596), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2596), - [sym_preproc_directive] = ACTIONS(2596), - [anon_sym_LPAREN2] = ACTIONS(2598), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_TILDE] = ACTIONS(2598), - [anon_sym_DASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2596), - [anon_sym_STAR] = ACTIONS(2598), - [anon_sym_AMP_AMP] = ACTIONS(2598), - [anon_sym_AMP] = ACTIONS(2596), - [anon_sym_SEMI] = ACTIONS(2598), - [anon_sym_typedef] = ACTIONS(2596), - [anon_sym_extern] = ACTIONS(2596), - [anon_sym___attribute__] = ACTIONS(2596), - [anon_sym_COLON_COLON] = ACTIONS(2598), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2598), - [anon_sym___declspec] = ACTIONS(2596), - [anon_sym___based] = ACTIONS(2596), - [anon_sym___cdecl] = ACTIONS(2596), - [anon_sym___clrcall] = ACTIONS(2596), - [anon_sym___stdcall] = ACTIONS(2596), - [anon_sym___fastcall] = ACTIONS(2596), - [anon_sym___thiscall] = ACTIONS(2596), - [anon_sym___vectorcall] = ACTIONS(2596), - [anon_sym_LBRACE] = ACTIONS(2598), - [anon_sym_RBRACE] = ACTIONS(2598), - [anon_sym_LBRACK] = ACTIONS(2596), - [anon_sym_static] = ACTIONS(2596), - [anon_sym_register] = ACTIONS(2596), - [anon_sym_inline] = ACTIONS(2596), - [anon_sym_thread_local] = ACTIONS(2596), - [anon_sym_const] = ACTIONS(2596), - [anon_sym_volatile] = ACTIONS(2596), - [anon_sym_restrict] = ACTIONS(2596), - [anon_sym__Atomic] = ACTIONS(2596), - [anon_sym_mutable] = ACTIONS(2596), - [anon_sym_constexpr] = ACTIONS(2596), - [anon_sym_constinit] = ACTIONS(2596), - [anon_sym_consteval] = ACTIONS(2596), - [anon_sym_signed] = ACTIONS(2596), - [anon_sym_unsigned] = ACTIONS(2596), - [anon_sym_long] = ACTIONS(2596), - [anon_sym_short] = ACTIONS(2596), - [sym_primitive_type] = ACTIONS(2596), - [anon_sym_enum] = ACTIONS(2596), - [anon_sym_class] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(2596), - [anon_sym_union] = ACTIONS(2596), - [anon_sym_if] = ACTIONS(2596), - [anon_sym_else] = ACTIONS(2596), - [anon_sym_switch] = ACTIONS(2596), - [anon_sym_case] = ACTIONS(2596), - [anon_sym_default] = ACTIONS(2596), - [anon_sym_while] = ACTIONS(2596), - [anon_sym_do] = ACTIONS(2596), - [anon_sym_for] = ACTIONS(2596), - [anon_sym_return] = ACTIONS(2596), - [anon_sym_break] = ACTIONS(2596), - [anon_sym_continue] = ACTIONS(2596), - [anon_sym_goto] = ACTIONS(2596), - [anon_sym_not] = ACTIONS(2596), - [anon_sym_compl] = ACTIONS(2596), - [anon_sym_DASH_DASH] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_sizeof] = ACTIONS(2596), - [sym_number_literal] = ACTIONS(2598), - [anon_sym_L_SQUOTE] = ACTIONS(2598), - [anon_sym_u_SQUOTE] = ACTIONS(2598), - [anon_sym_U_SQUOTE] = ACTIONS(2598), - [anon_sym_u8_SQUOTE] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2598), - [anon_sym_L_DQUOTE] = ACTIONS(2598), - [anon_sym_u_DQUOTE] = ACTIONS(2598), - [anon_sym_U_DQUOTE] = ACTIONS(2598), - [anon_sym_u8_DQUOTE] = ACTIONS(2598), - [anon_sym_DQUOTE] = ACTIONS(2598), - [sym_true] = ACTIONS(2596), - [sym_false] = ACTIONS(2596), - [sym_null] = ACTIONS(2596), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2596), - [anon_sym_decltype] = ACTIONS(2596), - [anon_sym_virtual] = ACTIONS(2596), - [anon_sym_explicit] = ACTIONS(2596), - [anon_sym_typename] = ACTIONS(2596), - [anon_sym_template] = ACTIONS(2596), - [anon_sym_operator] = ACTIONS(2596), - [anon_sym_try] = ACTIONS(2596), - [anon_sym_delete] = ACTIONS(2596), - [anon_sym_throw] = ACTIONS(2596), - [anon_sym_namespace] = ACTIONS(2596), - [anon_sym_using] = ACTIONS(2596), - [anon_sym_static_assert] = ACTIONS(2596), - [anon_sym_concept] = ACTIONS(2596), - [anon_sym_co_return] = ACTIONS(2596), - [anon_sym_co_yield] = ACTIONS(2596), - [anon_sym_R_DQUOTE] = ACTIONS(2598), - [anon_sym_LR_DQUOTE] = ACTIONS(2598), - [anon_sym_uR_DQUOTE] = ACTIONS(2598), - [anon_sym_UR_DQUOTE] = ACTIONS(2598), - [anon_sym_u8R_DQUOTE] = ACTIONS(2598), - [anon_sym_co_await] = ACTIONS(2596), - [anon_sym_new] = ACTIONS(2596), - [anon_sym_requires] = ACTIONS(2596), - [sym_this] = ACTIONS(2596), - [sym_nullptr] = ACTIONS(2596), - }, - [735] = { - [sym_identifier] = ACTIONS(2530), - [aux_sym_preproc_include_token1] = ACTIONS(2530), - [aux_sym_preproc_def_token1] = ACTIONS(2530), - [aux_sym_preproc_if_token1] = ACTIONS(2530), - [aux_sym_preproc_if_token2] = ACTIONS(2530), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2530), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2530), - [sym_preproc_directive] = ACTIONS(2530), - [anon_sym_LPAREN2] = ACTIONS(2532), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_TILDE] = ACTIONS(2532), - [anon_sym_DASH] = ACTIONS(2530), - [anon_sym_PLUS] = ACTIONS(2530), - [anon_sym_STAR] = ACTIONS(2532), - [anon_sym_AMP_AMP] = ACTIONS(2532), - [anon_sym_AMP] = ACTIONS(2530), - [anon_sym_SEMI] = ACTIONS(2532), - [anon_sym_typedef] = ACTIONS(2530), - [anon_sym_extern] = ACTIONS(2530), - [anon_sym___attribute__] = ACTIONS(2530), - [anon_sym_COLON_COLON] = ACTIONS(2532), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2532), - [anon_sym___declspec] = ACTIONS(2530), - [anon_sym___based] = ACTIONS(2530), - [anon_sym___cdecl] = ACTIONS(2530), - [anon_sym___clrcall] = ACTIONS(2530), - [anon_sym___stdcall] = ACTIONS(2530), - [anon_sym___fastcall] = ACTIONS(2530), - [anon_sym___thiscall] = ACTIONS(2530), - [anon_sym___vectorcall] = ACTIONS(2530), - [anon_sym_LBRACE] = ACTIONS(2532), - [anon_sym_LBRACK] = ACTIONS(2530), - [anon_sym_static] = ACTIONS(2530), - [anon_sym_register] = ACTIONS(2530), - [anon_sym_inline] = ACTIONS(2530), - [anon_sym_thread_local] = ACTIONS(2530), - [anon_sym_const] = ACTIONS(2530), - [anon_sym_volatile] = ACTIONS(2530), - [anon_sym_restrict] = ACTIONS(2530), - [anon_sym__Atomic] = ACTIONS(2530), - [anon_sym_mutable] = ACTIONS(2530), - [anon_sym_constexpr] = ACTIONS(2530), - [anon_sym_constinit] = ACTIONS(2530), - [anon_sym_consteval] = ACTIONS(2530), - [anon_sym_signed] = ACTIONS(2530), - [anon_sym_unsigned] = ACTIONS(2530), - [anon_sym_long] = ACTIONS(2530), - [anon_sym_short] = ACTIONS(2530), - [sym_primitive_type] = ACTIONS(2530), - [anon_sym_enum] = ACTIONS(2530), - [anon_sym_class] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2530), - [anon_sym_if] = ACTIONS(2530), - [anon_sym_else] = ACTIONS(2530), - [anon_sym_switch] = ACTIONS(2530), - [anon_sym_case] = ACTIONS(2530), - [anon_sym_default] = ACTIONS(2530), - [anon_sym_while] = ACTIONS(2530), - [anon_sym_do] = ACTIONS(2530), - [anon_sym_for] = ACTIONS(2530), - [anon_sym_return] = ACTIONS(2530), - [anon_sym_break] = ACTIONS(2530), - [anon_sym_continue] = ACTIONS(2530), - [anon_sym_goto] = ACTIONS(2530), - [anon_sym_not] = ACTIONS(2530), - [anon_sym_compl] = ACTIONS(2530), - [anon_sym_DASH_DASH] = ACTIONS(2532), - [anon_sym_PLUS_PLUS] = ACTIONS(2532), - [anon_sym_sizeof] = ACTIONS(2530), - [sym_number_literal] = ACTIONS(2532), - [anon_sym_L_SQUOTE] = ACTIONS(2532), - [anon_sym_u_SQUOTE] = ACTIONS(2532), - [anon_sym_U_SQUOTE] = ACTIONS(2532), - [anon_sym_u8_SQUOTE] = ACTIONS(2532), - [anon_sym_SQUOTE] = ACTIONS(2532), - [anon_sym_L_DQUOTE] = ACTIONS(2532), - [anon_sym_u_DQUOTE] = ACTIONS(2532), - [anon_sym_U_DQUOTE] = ACTIONS(2532), - [anon_sym_u8_DQUOTE] = ACTIONS(2532), - [anon_sym_DQUOTE] = ACTIONS(2532), - [sym_true] = ACTIONS(2530), - [sym_false] = ACTIONS(2530), - [sym_null] = ACTIONS(2530), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2530), - [anon_sym_decltype] = ACTIONS(2530), - [anon_sym_virtual] = ACTIONS(2530), - [anon_sym_explicit] = ACTIONS(2530), - [anon_sym_typename] = ACTIONS(2530), - [anon_sym_template] = ACTIONS(2530), - [anon_sym_operator] = ACTIONS(2530), - [anon_sym_try] = ACTIONS(2530), - [anon_sym_delete] = ACTIONS(2530), - [anon_sym_throw] = ACTIONS(2530), - [anon_sym_namespace] = ACTIONS(2530), - [anon_sym_using] = ACTIONS(2530), - [anon_sym_static_assert] = ACTIONS(2530), - [anon_sym_concept] = ACTIONS(2530), - [anon_sym_co_return] = ACTIONS(2530), - [anon_sym_co_yield] = ACTIONS(2530), - [anon_sym_R_DQUOTE] = ACTIONS(2532), - [anon_sym_LR_DQUOTE] = ACTIONS(2532), - [anon_sym_uR_DQUOTE] = ACTIONS(2532), - [anon_sym_UR_DQUOTE] = ACTIONS(2532), - [anon_sym_u8R_DQUOTE] = ACTIONS(2532), - [anon_sym_co_await] = ACTIONS(2530), - [anon_sym_new] = ACTIONS(2530), - [anon_sym_requires] = ACTIONS(2530), - [sym_this] = ACTIONS(2530), - [sym_nullptr] = ACTIONS(2530), - }, - [736] = { - [sym_identifier] = ACTIONS(2556), - [aux_sym_preproc_include_token1] = ACTIONS(2556), - [aux_sym_preproc_def_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token2] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_LPAREN2] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_DASH] = ACTIONS(2556), - [anon_sym_PLUS] = ACTIONS(2556), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_AMP_AMP] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym___attribute__] = ACTIONS(2556), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2556), - [anon_sym___based] = ACTIONS(2556), - [anon_sym___cdecl] = ACTIONS(2556), - [anon_sym___clrcall] = ACTIONS(2556), - [anon_sym___stdcall] = ACTIONS(2556), - [anon_sym___fastcall] = ACTIONS(2556), - [anon_sym___thiscall] = ACTIONS(2556), - [anon_sym___vectorcall] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_LBRACK] = ACTIONS(2556), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym_thread_local] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym_mutable] = ACTIONS(2556), - [anon_sym_constexpr] = ACTIONS(2556), - [anon_sym_constinit] = ACTIONS(2556), - [anon_sym_consteval] = ACTIONS(2556), - [anon_sym_signed] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [sym_primitive_type] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_class] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2556), - [anon_sym_else] = ACTIONS(2556), - [anon_sym_switch] = ACTIONS(2556), - [anon_sym_case] = ACTIONS(2556), - [anon_sym_default] = ACTIONS(2556), - [anon_sym_while] = ACTIONS(2556), - [anon_sym_do] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(2556), - [anon_sym_return] = ACTIONS(2556), - [anon_sym_break] = ACTIONS(2556), - [anon_sym_continue] = ACTIONS(2556), - [anon_sym_goto] = ACTIONS(2556), - [anon_sym_not] = ACTIONS(2556), - [anon_sym_compl] = ACTIONS(2556), - [anon_sym_DASH_DASH] = ACTIONS(2558), - [anon_sym_PLUS_PLUS] = ACTIONS(2558), - [anon_sym_sizeof] = ACTIONS(2556), - [sym_number_literal] = ACTIONS(2558), - [anon_sym_L_SQUOTE] = ACTIONS(2558), - [anon_sym_u_SQUOTE] = ACTIONS(2558), - [anon_sym_U_SQUOTE] = ACTIONS(2558), - [anon_sym_u8_SQUOTE] = ACTIONS(2558), - [anon_sym_SQUOTE] = ACTIONS(2558), - [anon_sym_L_DQUOTE] = ACTIONS(2558), - [anon_sym_u_DQUOTE] = ACTIONS(2558), - [anon_sym_U_DQUOTE] = ACTIONS(2558), - [anon_sym_u8_DQUOTE] = ACTIONS(2558), - [anon_sym_DQUOTE] = ACTIONS(2558), - [sym_true] = ACTIONS(2556), - [sym_false] = ACTIONS(2556), - [sym_null] = ACTIONS(2556), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2556), - [anon_sym_decltype] = ACTIONS(2556), - [anon_sym_virtual] = ACTIONS(2556), - [anon_sym_explicit] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2556), - [anon_sym_template] = ACTIONS(2556), - [anon_sym_operator] = ACTIONS(2556), - [anon_sym_try] = ACTIONS(2556), - [anon_sym_delete] = ACTIONS(2556), - [anon_sym_throw] = ACTIONS(2556), - [anon_sym_namespace] = ACTIONS(2556), - [anon_sym_using] = ACTIONS(2556), - [anon_sym_static_assert] = ACTIONS(2556), - [anon_sym_concept] = ACTIONS(2556), - [anon_sym_co_return] = ACTIONS(2556), - [anon_sym_co_yield] = ACTIONS(2556), - [anon_sym_R_DQUOTE] = ACTIONS(2558), - [anon_sym_LR_DQUOTE] = ACTIONS(2558), - [anon_sym_uR_DQUOTE] = ACTIONS(2558), - [anon_sym_UR_DQUOTE] = ACTIONS(2558), - [anon_sym_u8R_DQUOTE] = ACTIONS(2558), - [anon_sym_co_await] = ACTIONS(2556), - [anon_sym_new] = ACTIONS(2556), - [anon_sym_requires] = ACTIONS(2556), - [sym_this] = ACTIONS(2556), - [sym_nullptr] = ACTIONS(2556), - }, - [737] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [738] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [739] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [740] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [741] = { - [ts_builtin_sym_end] = ACTIONS(2414), - [sym_identifier] = ACTIONS(2412), - [aux_sym_preproc_include_token1] = ACTIONS(2412), - [aux_sym_preproc_def_token1] = ACTIONS(2412), - [aux_sym_preproc_if_token1] = ACTIONS(2412), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2412), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2412), - [sym_preproc_directive] = ACTIONS(2412), - [anon_sym_LPAREN2] = ACTIONS(2414), - [anon_sym_BANG] = ACTIONS(2414), - [anon_sym_TILDE] = ACTIONS(2414), - [anon_sym_DASH] = ACTIONS(2412), - [anon_sym_PLUS] = ACTIONS(2412), - [anon_sym_STAR] = ACTIONS(2414), - [anon_sym_AMP_AMP] = ACTIONS(2414), - [anon_sym_AMP] = ACTIONS(2412), - [anon_sym_SEMI] = ACTIONS(2414), - [anon_sym_typedef] = ACTIONS(2412), - [anon_sym_extern] = ACTIONS(2412), - [anon_sym___attribute__] = ACTIONS(2412), - [anon_sym_COLON_COLON] = ACTIONS(2414), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2414), - [anon_sym___declspec] = ACTIONS(2412), - [anon_sym___based] = ACTIONS(2412), - [anon_sym___cdecl] = ACTIONS(2412), - [anon_sym___clrcall] = ACTIONS(2412), - [anon_sym___stdcall] = ACTIONS(2412), - [anon_sym___fastcall] = ACTIONS(2412), - [anon_sym___thiscall] = ACTIONS(2412), - [anon_sym___vectorcall] = ACTIONS(2412), - [anon_sym_LBRACE] = ACTIONS(2414), - [anon_sym_LBRACK] = ACTIONS(2412), - [anon_sym_static] = ACTIONS(2412), - [anon_sym_register] = ACTIONS(2412), - [anon_sym_inline] = ACTIONS(2412), - [anon_sym_thread_local] = ACTIONS(2412), - [anon_sym_const] = ACTIONS(2412), - [anon_sym_volatile] = ACTIONS(2412), - [anon_sym_restrict] = ACTIONS(2412), - [anon_sym__Atomic] = ACTIONS(2412), - [anon_sym_mutable] = ACTIONS(2412), - [anon_sym_constexpr] = ACTIONS(2412), - [anon_sym_constinit] = ACTIONS(2412), - [anon_sym_consteval] = ACTIONS(2412), - [anon_sym_signed] = ACTIONS(2412), - [anon_sym_unsigned] = ACTIONS(2412), - [anon_sym_long] = ACTIONS(2412), - [anon_sym_short] = ACTIONS(2412), - [sym_primitive_type] = ACTIONS(2412), - [anon_sym_enum] = ACTIONS(2412), - [anon_sym_class] = ACTIONS(2412), - [anon_sym_struct] = ACTIONS(2412), - [anon_sym_union] = ACTIONS(2412), - [anon_sym_if] = ACTIONS(2412), - [anon_sym_else] = ACTIONS(2412), - [anon_sym_switch] = ACTIONS(2412), - [anon_sym_case] = ACTIONS(2412), - [anon_sym_default] = ACTIONS(2412), - [anon_sym_while] = ACTIONS(2412), - [anon_sym_do] = ACTIONS(2412), - [anon_sym_for] = ACTIONS(2412), - [anon_sym_return] = ACTIONS(2412), - [anon_sym_break] = ACTIONS(2412), - [anon_sym_continue] = ACTIONS(2412), - [anon_sym_goto] = ACTIONS(2412), - [anon_sym_not] = ACTIONS(2412), - [anon_sym_compl] = ACTIONS(2412), - [anon_sym_DASH_DASH] = ACTIONS(2414), - [anon_sym_PLUS_PLUS] = ACTIONS(2414), - [anon_sym_sizeof] = ACTIONS(2412), - [sym_number_literal] = ACTIONS(2414), - [anon_sym_L_SQUOTE] = ACTIONS(2414), - [anon_sym_u_SQUOTE] = ACTIONS(2414), - [anon_sym_U_SQUOTE] = ACTIONS(2414), - [anon_sym_u8_SQUOTE] = ACTIONS(2414), - [anon_sym_SQUOTE] = ACTIONS(2414), - [anon_sym_L_DQUOTE] = ACTIONS(2414), - [anon_sym_u_DQUOTE] = ACTIONS(2414), - [anon_sym_U_DQUOTE] = ACTIONS(2414), - [anon_sym_u8_DQUOTE] = ACTIONS(2414), - [anon_sym_DQUOTE] = ACTIONS(2414), - [sym_true] = ACTIONS(2412), - [sym_false] = ACTIONS(2412), - [sym_null] = ACTIONS(2412), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2412), - [anon_sym_decltype] = ACTIONS(2412), - [anon_sym_virtual] = ACTIONS(2412), - [anon_sym_explicit] = ACTIONS(2412), - [anon_sym_typename] = ACTIONS(2412), - [anon_sym_template] = ACTIONS(2412), - [anon_sym_operator] = ACTIONS(2412), - [anon_sym_try] = ACTIONS(2412), - [anon_sym_delete] = ACTIONS(2412), - [anon_sym_throw] = ACTIONS(2412), - [anon_sym_namespace] = ACTIONS(2412), - [anon_sym_using] = ACTIONS(2412), - [anon_sym_static_assert] = ACTIONS(2412), - [anon_sym_concept] = ACTIONS(2412), - [anon_sym_co_return] = ACTIONS(2412), - [anon_sym_co_yield] = ACTIONS(2412), - [anon_sym_R_DQUOTE] = ACTIONS(2414), - [anon_sym_LR_DQUOTE] = ACTIONS(2414), - [anon_sym_uR_DQUOTE] = ACTIONS(2414), - [anon_sym_UR_DQUOTE] = ACTIONS(2414), - [anon_sym_u8R_DQUOTE] = ACTIONS(2414), - [anon_sym_co_await] = ACTIONS(2412), - [anon_sym_new] = ACTIONS(2412), - [anon_sym_requires] = ACTIONS(2412), - [sym_this] = ACTIONS(2412), - [sym_nullptr] = ACTIONS(2412), - }, - [742] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [743] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [744] = { - [ts_builtin_sym_end] = ACTIONS(2418), - [sym_identifier] = ACTIONS(2416), - [aux_sym_preproc_include_token1] = ACTIONS(2416), - [aux_sym_preproc_def_token1] = ACTIONS(2416), - [aux_sym_preproc_if_token1] = ACTIONS(2416), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2416), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2416), - [sym_preproc_directive] = ACTIONS(2416), - [anon_sym_LPAREN2] = ACTIONS(2418), - [anon_sym_BANG] = ACTIONS(2418), - [anon_sym_TILDE] = ACTIONS(2418), - [anon_sym_DASH] = ACTIONS(2416), - [anon_sym_PLUS] = ACTIONS(2416), - [anon_sym_STAR] = ACTIONS(2418), - [anon_sym_AMP_AMP] = ACTIONS(2418), - [anon_sym_AMP] = ACTIONS(2416), - [anon_sym_SEMI] = ACTIONS(2418), - [anon_sym_typedef] = ACTIONS(2416), - [anon_sym_extern] = ACTIONS(2416), - [anon_sym___attribute__] = ACTIONS(2416), - [anon_sym_COLON_COLON] = ACTIONS(2418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2418), - [anon_sym___declspec] = ACTIONS(2416), - [anon_sym___based] = ACTIONS(2416), - [anon_sym___cdecl] = ACTIONS(2416), - [anon_sym___clrcall] = ACTIONS(2416), - [anon_sym___stdcall] = ACTIONS(2416), - [anon_sym___fastcall] = ACTIONS(2416), - [anon_sym___thiscall] = ACTIONS(2416), - [anon_sym___vectorcall] = ACTIONS(2416), - [anon_sym_LBRACE] = ACTIONS(2418), - [anon_sym_LBRACK] = ACTIONS(2416), - [anon_sym_static] = ACTIONS(2416), - [anon_sym_register] = ACTIONS(2416), - [anon_sym_inline] = ACTIONS(2416), - [anon_sym_thread_local] = ACTIONS(2416), - [anon_sym_const] = ACTIONS(2416), - [anon_sym_volatile] = ACTIONS(2416), - [anon_sym_restrict] = ACTIONS(2416), - [anon_sym__Atomic] = ACTIONS(2416), - [anon_sym_mutable] = ACTIONS(2416), - [anon_sym_constexpr] = ACTIONS(2416), - [anon_sym_constinit] = ACTIONS(2416), - [anon_sym_consteval] = ACTIONS(2416), - [anon_sym_signed] = ACTIONS(2416), - [anon_sym_unsigned] = ACTIONS(2416), - [anon_sym_long] = ACTIONS(2416), - [anon_sym_short] = ACTIONS(2416), - [sym_primitive_type] = ACTIONS(2416), - [anon_sym_enum] = ACTIONS(2416), - [anon_sym_class] = ACTIONS(2416), - [anon_sym_struct] = ACTIONS(2416), - [anon_sym_union] = ACTIONS(2416), - [anon_sym_if] = ACTIONS(2416), - [anon_sym_else] = ACTIONS(2416), - [anon_sym_switch] = ACTIONS(2416), - [anon_sym_case] = ACTIONS(2416), - [anon_sym_default] = ACTIONS(2416), - [anon_sym_while] = ACTIONS(2416), - [anon_sym_do] = ACTIONS(2416), - [anon_sym_for] = ACTIONS(2416), - [anon_sym_return] = ACTIONS(2416), - [anon_sym_break] = ACTIONS(2416), - [anon_sym_continue] = ACTIONS(2416), - [anon_sym_goto] = ACTIONS(2416), - [anon_sym_not] = ACTIONS(2416), - [anon_sym_compl] = ACTIONS(2416), - [anon_sym_DASH_DASH] = ACTIONS(2418), - [anon_sym_PLUS_PLUS] = ACTIONS(2418), - [anon_sym_sizeof] = ACTIONS(2416), - [sym_number_literal] = ACTIONS(2418), - [anon_sym_L_SQUOTE] = ACTIONS(2418), - [anon_sym_u_SQUOTE] = ACTIONS(2418), - [anon_sym_U_SQUOTE] = ACTIONS(2418), - [anon_sym_u8_SQUOTE] = ACTIONS(2418), - [anon_sym_SQUOTE] = ACTIONS(2418), - [anon_sym_L_DQUOTE] = ACTIONS(2418), - [anon_sym_u_DQUOTE] = ACTIONS(2418), - [anon_sym_U_DQUOTE] = ACTIONS(2418), - [anon_sym_u8_DQUOTE] = ACTIONS(2418), - [anon_sym_DQUOTE] = ACTIONS(2418), - [sym_true] = ACTIONS(2416), - [sym_false] = ACTIONS(2416), - [sym_null] = ACTIONS(2416), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2416), - [anon_sym_decltype] = ACTIONS(2416), - [anon_sym_virtual] = ACTIONS(2416), - [anon_sym_explicit] = ACTIONS(2416), - [anon_sym_typename] = ACTIONS(2416), - [anon_sym_template] = ACTIONS(2416), - [anon_sym_operator] = ACTIONS(2416), - [anon_sym_try] = ACTIONS(2416), - [anon_sym_delete] = ACTIONS(2416), - [anon_sym_throw] = ACTIONS(2416), - [anon_sym_namespace] = ACTIONS(2416), - [anon_sym_using] = ACTIONS(2416), - [anon_sym_static_assert] = ACTIONS(2416), - [anon_sym_concept] = ACTIONS(2416), - [anon_sym_co_return] = ACTIONS(2416), - [anon_sym_co_yield] = ACTIONS(2416), - [anon_sym_R_DQUOTE] = ACTIONS(2418), - [anon_sym_LR_DQUOTE] = ACTIONS(2418), - [anon_sym_uR_DQUOTE] = ACTIONS(2418), - [anon_sym_UR_DQUOTE] = ACTIONS(2418), - [anon_sym_u8R_DQUOTE] = ACTIONS(2418), - [anon_sym_co_await] = ACTIONS(2416), - [anon_sym_new] = ACTIONS(2416), - [anon_sym_requires] = ACTIONS(2416), - [sym_this] = ACTIONS(2416), - [sym_nullptr] = ACTIONS(2416), - }, - [745] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [746] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token2] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [747] = { [sym_identifier] = ACTIONS(2580), [aux_sym_preproc_include_token1] = ACTIONS(2580), [aux_sym_preproc_def_token1] = ACTIONS(2580), [aux_sym_preproc_if_token1] = ACTIONS(2580), - [aux_sym_preproc_if_token2] = ACTIONS(2580), [aux_sym_preproc_ifdef_token1] = ACTIONS(2580), [aux_sym_preproc_ifdef_token2] = ACTIONS(2580), [sym_preproc_directive] = ACTIONS(2580), @@ -122958,6 +117630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2580), [anon_sym___vectorcall] = ACTIONS(2580), [anon_sym_LBRACE] = ACTIONS(2582), + [anon_sym_RBRACE] = ACTIONS(2582), [anon_sym_LBRACK] = ACTIONS(2580), [anon_sym_static] = ACTIONS(2580), [anon_sym_register] = ACTIONS(2580), @@ -123039,3736 +117712,2493 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2580), [sym_nullptr] = ACTIONS(2580), }, - [748] = { - [sym_identifier] = ACTIONS(2576), - [aux_sym_preproc_include_token1] = ACTIONS(2576), - [aux_sym_preproc_def_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token2] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2576), - [sym_preproc_directive] = ACTIONS(2576), - [anon_sym_LPAREN2] = ACTIONS(2578), - [anon_sym_BANG] = ACTIONS(2578), - [anon_sym_TILDE] = ACTIONS(2578), - [anon_sym_DASH] = ACTIONS(2576), - [anon_sym_PLUS] = ACTIONS(2576), - [anon_sym_STAR] = ACTIONS(2578), - [anon_sym_AMP_AMP] = ACTIONS(2578), - [anon_sym_AMP] = ACTIONS(2576), - [anon_sym_SEMI] = ACTIONS(2578), - [anon_sym_typedef] = ACTIONS(2576), - [anon_sym_extern] = ACTIONS(2576), - [anon_sym___attribute__] = ACTIONS(2576), - [anon_sym_COLON_COLON] = ACTIONS(2578), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2578), - [anon_sym___declspec] = ACTIONS(2576), - [anon_sym___based] = ACTIONS(2576), - [anon_sym___cdecl] = ACTIONS(2576), - [anon_sym___clrcall] = ACTIONS(2576), - [anon_sym___stdcall] = ACTIONS(2576), - [anon_sym___fastcall] = ACTIONS(2576), - [anon_sym___thiscall] = ACTIONS(2576), - [anon_sym___vectorcall] = ACTIONS(2576), - [anon_sym_LBRACE] = ACTIONS(2578), - [anon_sym_LBRACK] = ACTIONS(2576), - [anon_sym_static] = ACTIONS(2576), - [anon_sym_register] = ACTIONS(2576), - [anon_sym_inline] = ACTIONS(2576), - [anon_sym_thread_local] = ACTIONS(2576), - [anon_sym_const] = ACTIONS(2576), - [anon_sym_volatile] = ACTIONS(2576), - [anon_sym_restrict] = ACTIONS(2576), - [anon_sym__Atomic] = ACTIONS(2576), - [anon_sym_mutable] = ACTIONS(2576), - [anon_sym_constexpr] = ACTIONS(2576), - [anon_sym_constinit] = ACTIONS(2576), - [anon_sym_consteval] = ACTIONS(2576), - [anon_sym_signed] = ACTIONS(2576), - [anon_sym_unsigned] = ACTIONS(2576), - [anon_sym_long] = ACTIONS(2576), - [anon_sym_short] = ACTIONS(2576), - [sym_primitive_type] = ACTIONS(2576), - [anon_sym_enum] = ACTIONS(2576), - [anon_sym_class] = ACTIONS(2576), - [anon_sym_struct] = ACTIONS(2576), - [anon_sym_union] = ACTIONS(2576), - [anon_sym_if] = ACTIONS(2576), - [anon_sym_else] = ACTIONS(2576), - [anon_sym_switch] = ACTIONS(2576), - [anon_sym_case] = ACTIONS(2576), - [anon_sym_default] = ACTIONS(2576), - [anon_sym_while] = ACTIONS(2576), - [anon_sym_do] = ACTIONS(2576), - [anon_sym_for] = ACTIONS(2576), - [anon_sym_return] = ACTIONS(2576), - [anon_sym_break] = ACTIONS(2576), - [anon_sym_continue] = ACTIONS(2576), - [anon_sym_goto] = ACTIONS(2576), - [anon_sym_not] = ACTIONS(2576), - [anon_sym_compl] = ACTIONS(2576), - [anon_sym_DASH_DASH] = ACTIONS(2578), - [anon_sym_PLUS_PLUS] = ACTIONS(2578), - [anon_sym_sizeof] = ACTIONS(2576), - [sym_number_literal] = ACTIONS(2578), - [anon_sym_L_SQUOTE] = ACTIONS(2578), - [anon_sym_u_SQUOTE] = ACTIONS(2578), - [anon_sym_U_SQUOTE] = ACTIONS(2578), - [anon_sym_u8_SQUOTE] = ACTIONS(2578), - [anon_sym_SQUOTE] = ACTIONS(2578), - [anon_sym_L_DQUOTE] = ACTIONS(2578), - [anon_sym_u_DQUOTE] = ACTIONS(2578), - [anon_sym_U_DQUOTE] = ACTIONS(2578), - [anon_sym_u8_DQUOTE] = ACTIONS(2578), - [anon_sym_DQUOTE] = ACTIONS(2578), - [sym_true] = ACTIONS(2576), - [sym_false] = ACTIONS(2576), - [sym_null] = ACTIONS(2576), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2576), - [anon_sym_decltype] = ACTIONS(2576), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(2576), - [anon_sym_typename] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(2576), - [anon_sym_operator] = ACTIONS(2576), - [anon_sym_try] = ACTIONS(2576), - [anon_sym_delete] = ACTIONS(2576), - [anon_sym_throw] = ACTIONS(2576), - [anon_sym_namespace] = ACTIONS(2576), - [anon_sym_using] = ACTIONS(2576), - [anon_sym_static_assert] = ACTIONS(2576), - [anon_sym_concept] = ACTIONS(2576), - [anon_sym_co_return] = ACTIONS(2576), - [anon_sym_co_yield] = ACTIONS(2576), - [anon_sym_R_DQUOTE] = ACTIONS(2578), - [anon_sym_LR_DQUOTE] = ACTIONS(2578), - [anon_sym_uR_DQUOTE] = ACTIONS(2578), - [anon_sym_UR_DQUOTE] = ACTIONS(2578), - [anon_sym_u8R_DQUOTE] = ACTIONS(2578), - [anon_sym_co_await] = ACTIONS(2576), - [anon_sym_new] = ACTIONS(2576), - [anon_sym_requires] = ACTIONS(2576), - [sym_this] = ACTIONS(2576), - [sym_nullptr] = ACTIONS(2576), + [703] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [749] = { - [sym_identifier] = ACTIONS(2524), - [aux_sym_preproc_include_token1] = ACTIONS(2524), - [aux_sym_preproc_def_token1] = ACTIONS(2524), - [aux_sym_preproc_if_token1] = ACTIONS(2524), - [aux_sym_preproc_if_token2] = ACTIONS(2524), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2524), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2524), - [sym_preproc_directive] = ACTIONS(2524), - [anon_sym_LPAREN2] = ACTIONS(2526), - [anon_sym_BANG] = ACTIONS(2526), - [anon_sym_TILDE] = ACTIONS(2526), - [anon_sym_DASH] = ACTIONS(2524), - [anon_sym_PLUS] = ACTIONS(2524), - [anon_sym_STAR] = ACTIONS(2526), - [anon_sym_AMP_AMP] = ACTIONS(2526), - [anon_sym_AMP] = ACTIONS(2524), - [anon_sym_SEMI] = ACTIONS(2526), - [anon_sym_typedef] = ACTIONS(2524), - [anon_sym_extern] = ACTIONS(2524), - [anon_sym___attribute__] = ACTIONS(2524), - [anon_sym_COLON_COLON] = ACTIONS(2526), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2526), - [anon_sym___declspec] = ACTIONS(2524), - [anon_sym___based] = ACTIONS(2524), - [anon_sym___cdecl] = ACTIONS(2524), - [anon_sym___clrcall] = ACTIONS(2524), - [anon_sym___stdcall] = ACTIONS(2524), - [anon_sym___fastcall] = ACTIONS(2524), - [anon_sym___thiscall] = ACTIONS(2524), - [anon_sym___vectorcall] = ACTIONS(2524), - [anon_sym_LBRACE] = ACTIONS(2526), - [anon_sym_LBRACK] = ACTIONS(2524), - [anon_sym_static] = ACTIONS(2524), - [anon_sym_register] = ACTIONS(2524), - [anon_sym_inline] = ACTIONS(2524), - [anon_sym_thread_local] = ACTIONS(2524), - [anon_sym_const] = ACTIONS(2524), - [anon_sym_volatile] = ACTIONS(2524), - [anon_sym_restrict] = ACTIONS(2524), - [anon_sym__Atomic] = ACTIONS(2524), - [anon_sym_mutable] = ACTIONS(2524), - [anon_sym_constexpr] = ACTIONS(2524), - [anon_sym_constinit] = ACTIONS(2524), - [anon_sym_consteval] = ACTIONS(2524), - [anon_sym_signed] = ACTIONS(2524), - [anon_sym_unsigned] = ACTIONS(2524), - [anon_sym_long] = ACTIONS(2524), - [anon_sym_short] = ACTIONS(2524), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2524), - [anon_sym_class] = ACTIONS(2524), - [anon_sym_struct] = ACTIONS(2524), - [anon_sym_union] = ACTIONS(2524), - [anon_sym_if] = ACTIONS(2524), - [anon_sym_else] = ACTIONS(2524), - [anon_sym_switch] = ACTIONS(2524), - [anon_sym_case] = ACTIONS(2524), - [anon_sym_default] = ACTIONS(2524), - [anon_sym_while] = ACTIONS(2524), - [anon_sym_do] = ACTIONS(2524), - [anon_sym_for] = ACTIONS(2524), - [anon_sym_return] = ACTIONS(2524), - [anon_sym_break] = ACTIONS(2524), - [anon_sym_continue] = ACTIONS(2524), - [anon_sym_goto] = ACTIONS(2524), - [anon_sym_not] = ACTIONS(2524), - [anon_sym_compl] = ACTIONS(2524), - [anon_sym_DASH_DASH] = ACTIONS(2526), - [anon_sym_PLUS_PLUS] = ACTIONS(2526), - [anon_sym_sizeof] = ACTIONS(2524), - [sym_number_literal] = ACTIONS(2526), - [anon_sym_L_SQUOTE] = ACTIONS(2526), - [anon_sym_u_SQUOTE] = ACTIONS(2526), - [anon_sym_U_SQUOTE] = ACTIONS(2526), - [anon_sym_u8_SQUOTE] = ACTIONS(2526), - [anon_sym_SQUOTE] = ACTIONS(2526), - [anon_sym_L_DQUOTE] = ACTIONS(2526), - [anon_sym_u_DQUOTE] = ACTIONS(2526), - [anon_sym_U_DQUOTE] = ACTIONS(2526), - [anon_sym_u8_DQUOTE] = ACTIONS(2526), - [anon_sym_DQUOTE] = ACTIONS(2526), - [sym_true] = ACTIONS(2524), - [sym_false] = ACTIONS(2524), - [sym_null] = ACTIONS(2524), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2524), - [anon_sym_decltype] = ACTIONS(2524), - [anon_sym_virtual] = ACTIONS(2524), - [anon_sym_explicit] = ACTIONS(2524), - [anon_sym_typename] = ACTIONS(2524), - [anon_sym_template] = ACTIONS(2524), - [anon_sym_operator] = ACTIONS(2524), - [anon_sym_try] = ACTIONS(2524), - [anon_sym_delete] = ACTIONS(2524), - [anon_sym_throw] = ACTIONS(2524), - [anon_sym_namespace] = ACTIONS(2524), - [anon_sym_using] = ACTIONS(2524), - [anon_sym_static_assert] = ACTIONS(2524), - [anon_sym_concept] = ACTIONS(2524), - [anon_sym_co_return] = ACTIONS(2524), - [anon_sym_co_yield] = ACTIONS(2524), - [anon_sym_R_DQUOTE] = ACTIONS(2526), - [anon_sym_LR_DQUOTE] = ACTIONS(2526), - [anon_sym_uR_DQUOTE] = ACTIONS(2526), - [anon_sym_UR_DQUOTE] = ACTIONS(2526), - [anon_sym_u8R_DQUOTE] = ACTIONS(2526), - [anon_sym_co_await] = ACTIONS(2524), - [anon_sym_new] = ACTIONS(2524), - [anon_sym_requires] = ACTIONS(2524), - [sym_this] = ACTIONS(2524), - [sym_nullptr] = ACTIONS(2524), + [704] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [750] = { - [ts_builtin_sym_end] = ACTIONS(2410), - [sym_identifier] = ACTIONS(2408), - [aux_sym_preproc_include_token1] = ACTIONS(2408), - [aux_sym_preproc_def_token1] = ACTIONS(2408), - [aux_sym_preproc_if_token1] = ACTIONS(2408), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2408), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2408), - [sym_preproc_directive] = ACTIONS(2408), - [anon_sym_LPAREN2] = ACTIONS(2410), - [anon_sym_BANG] = ACTIONS(2410), - [anon_sym_TILDE] = ACTIONS(2410), - [anon_sym_DASH] = ACTIONS(2408), - [anon_sym_PLUS] = ACTIONS(2408), - [anon_sym_STAR] = ACTIONS(2410), - [anon_sym_AMP_AMP] = ACTIONS(2410), - [anon_sym_AMP] = ACTIONS(2408), - [anon_sym_SEMI] = ACTIONS(2410), - [anon_sym_typedef] = ACTIONS(2408), - [anon_sym_extern] = ACTIONS(2408), - [anon_sym___attribute__] = ACTIONS(2408), - [anon_sym_COLON_COLON] = ACTIONS(2410), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2410), - [anon_sym___declspec] = ACTIONS(2408), - [anon_sym___based] = ACTIONS(2408), - [anon_sym___cdecl] = ACTIONS(2408), - [anon_sym___clrcall] = ACTIONS(2408), - [anon_sym___stdcall] = ACTIONS(2408), - [anon_sym___fastcall] = ACTIONS(2408), - [anon_sym___thiscall] = ACTIONS(2408), - [anon_sym___vectorcall] = ACTIONS(2408), - [anon_sym_LBRACE] = ACTIONS(2410), - [anon_sym_LBRACK] = ACTIONS(2408), - [anon_sym_static] = ACTIONS(2408), - [anon_sym_register] = ACTIONS(2408), - [anon_sym_inline] = ACTIONS(2408), - [anon_sym_thread_local] = ACTIONS(2408), - [anon_sym_const] = ACTIONS(2408), - [anon_sym_volatile] = ACTIONS(2408), - [anon_sym_restrict] = ACTIONS(2408), - [anon_sym__Atomic] = ACTIONS(2408), - [anon_sym_mutable] = ACTIONS(2408), - [anon_sym_constexpr] = ACTIONS(2408), - [anon_sym_constinit] = ACTIONS(2408), - [anon_sym_consteval] = ACTIONS(2408), - [anon_sym_signed] = ACTIONS(2408), - [anon_sym_unsigned] = ACTIONS(2408), - [anon_sym_long] = ACTIONS(2408), - [anon_sym_short] = ACTIONS(2408), - [sym_primitive_type] = ACTIONS(2408), - [anon_sym_enum] = ACTIONS(2408), - [anon_sym_class] = ACTIONS(2408), - [anon_sym_struct] = ACTIONS(2408), - [anon_sym_union] = ACTIONS(2408), - [anon_sym_if] = ACTIONS(2408), - [anon_sym_else] = ACTIONS(2408), - [anon_sym_switch] = ACTIONS(2408), - [anon_sym_case] = ACTIONS(2408), - [anon_sym_default] = ACTIONS(2408), - [anon_sym_while] = ACTIONS(2408), - [anon_sym_do] = ACTIONS(2408), - [anon_sym_for] = ACTIONS(2408), - [anon_sym_return] = ACTIONS(2408), - [anon_sym_break] = ACTIONS(2408), - [anon_sym_continue] = ACTIONS(2408), - [anon_sym_goto] = ACTIONS(2408), - [anon_sym_not] = ACTIONS(2408), - [anon_sym_compl] = ACTIONS(2408), - [anon_sym_DASH_DASH] = ACTIONS(2410), - [anon_sym_PLUS_PLUS] = ACTIONS(2410), - [anon_sym_sizeof] = ACTIONS(2408), - [sym_number_literal] = ACTIONS(2410), - [anon_sym_L_SQUOTE] = ACTIONS(2410), - [anon_sym_u_SQUOTE] = ACTIONS(2410), - [anon_sym_U_SQUOTE] = ACTIONS(2410), - [anon_sym_u8_SQUOTE] = ACTIONS(2410), - [anon_sym_SQUOTE] = ACTIONS(2410), - [anon_sym_L_DQUOTE] = ACTIONS(2410), - [anon_sym_u_DQUOTE] = ACTIONS(2410), - [anon_sym_U_DQUOTE] = ACTIONS(2410), - [anon_sym_u8_DQUOTE] = ACTIONS(2410), - [anon_sym_DQUOTE] = ACTIONS(2410), - [sym_true] = ACTIONS(2408), - [sym_false] = ACTIONS(2408), - [sym_null] = ACTIONS(2408), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2408), - [anon_sym_decltype] = ACTIONS(2408), - [anon_sym_virtual] = ACTIONS(2408), - [anon_sym_explicit] = ACTIONS(2408), - [anon_sym_typename] = ACTIONS(2408), - [anon_sym_template] = ACTIONS(2408), - [anon_sym_operator] = ACTIONS(2408), - [anon_sym_try] = ACTIONS(2408), - [anon_sym_delete] = ACTIONS(2408), - [anon_sym_throw] = ACTIONS(2408), - [anon_sym_namespace] = ACTIONS(2408), - [anon_sym_using] = ACTIONS(2408), - [anon_sym_static_assert] = ACTIONS(2408), - [anon_sym_concept] = ACTIONS(2408), - [anon_sym_co_return] = ACTIONS(2408), - [anon_sym_co_yield] = ACTIONS(2408), - [anon_sym_R_DQUOTE] = ACTIONS(2410), - [anon_sym_LR_DQUOTE] = ACTIONS(2410), - [anon_sym_uR_DQUOTE] = ACTIONS(2410), - [anon_sym_UR_DQUOTE] = ACTIONS(2410), - [anon_sym_u8R_DQUOTE] = ACTIONS(2410), - [anon_sym_co_await] = ACTIONS(2408), - [anon_sym_new] = ACTIONS(2408), - [anon_sym_requires] = ACTIONS(2408), - [sym_this] = ACTIONS(2408), - [sym_nullptr] = ACTIONS(2408), + [705] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [751] = { - [sym_identifier] = ACTIONS(2520), - [aux_sym_preproc_include_token1] = ACTIONS(2520), - [aux_sym_preproc_def_token1] = ACTIONS(2520), - [aux_sym_preproc_if_token1] = ACTIONS(2520), - [aux_sym_preproc_if_token2] = ACTIONS(2520), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2520), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2520), - [sym_preproc_directive] = ACTIONS(2520), - [anon_sym_LPAREN2] = ACTIONS(2522), - [anon_sym_BANG] = ACTIONS(2522), - [anon_sym_TILDE] = ACTIONS(2522), - [anon_sym_DASH] = ACTIONS(2520), - [anon_sym_PLUS] = ACTIONS(2520), - [anon_sym_STAR] = ACTIONS(2522), - [anon_sym_AMP_AMP] = ACTIONS(2522), - [anon_sym_AMP] = ACTIONS(2520), - [anon_sym_SEMI] = ACTIONS(2522), - [anon_sym_typedef] = ACTIONS(2520), - [anon_sym_extern] = ACTIONS(2520), - [anon_sym___attribute__] = ACTIONS(2520), - [anon_sym_COLON_COLON] = ACTIONS(2522), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2522), - [anon_sym___declspec] = ACTIONS(2520), - [anon_sym___based] = ACTIONS(2520), - [anon_sym___cdecl] = ACTIONS(2520), - [anon_sym___clrcall] = ACTIONS(2520), - [anon_sym___stdcall] = ACTIONS(2520), - [anon_sym___fastcall] = ACTIONS(2520), - [anon_sym___thiscall] = ACTIONS(2520), - [anon_sym___vectorcall] = ACTIONS(2520), - [anon_sym_LBRACE] = ACTIONS(2522), - [anon_sym_LBRACK] = ACTIONS(2520), - [anon_sym_static] = ACTIONS(2520), - [anon_sym_register] = ACTIONS(2520), - [anon_sym_inline] = ACTIONS(2520), - [anon_sym_thread_local] = ACTIONS(2520), - [anon_sym_const] = ACTIONS(2520), - [anon_sym_volatile] = ACTIONS(2520), - [anon_sym_restrict] = ACTIONS(2520), - [anon_sym__Atomic] = ACTIONS(2520), - [anon_sym_mutable] = ACTIONS(2520), - [anon_sym_constexpr] = ACTIONS(2520), - [anon_sym_constinit] = ACTIONS(2520), - [anon_sym_consteval] = ACTIONS(2520), - [anon_sym_signed] = ACTIONS(2520), - [anon_sym_unsigned] = ACTIONS(2520), - [anon_sym_long] = ACTIONS(2520), - [anon_sym_short] = ACTIONS(2520), - [sym_primitive_type] = ACTIONS(2520), - [anon_sym_enum] = ACTIONS(2520), - [anon_sym_class] = ACTIONS(2520), - [anon_sym_struct] = ACTIONS(2520), - [anon_sym_union] = ACTIONS(2520), - [anon_sym_if] = ACTIONS(2520), - [anon_sym_else] = ACTIONS(2520), - [anon_sym_switch] = ACTIONS(2520), - [anon_sym_case] = ACTIONS(2520), - [anon_sym_default] = ACTIONS(2520), - [anon_sym_while] = ACTIONS(2520), - [anon_sym_do] = ACTIONS(2520), - [anon_sym_for] = ACTIONS(2520), - [anon_sym_return] = ACTIONS(2520), - [anon_sym_break] = ACTIONS(2520), - [anon_sym_continue] = ACTIONS(2520), - [anon_sym_goto] = ACTIONS(2520), - [anon_sym_not] = ACTIONS(2520), - [anon_sym_compl] = ACTIONS(2520), - [anon_sym_DASH_DASH] = ACTIONS(2522), - [anon_sym_PLUS_PLUS] = ACTIONS(2522), - [anon_sym_sizeof] = ACTIONS(2520), - [sym_number_literal] = ACTIONS(2522), - [anon_sym_L_SQUOTE] = ACTIONS(2522), - [anon_sym_u_SQUOTE] = ACTIONS(2522), - [anon_sym_U_SQUOTE] = ACTIONS(2522), - [anon_sym_u8_SQUOTE] = ACTIONS(2522), - [anon_sym_SQUOTE] = ACTIONS(2522), - [anon_sym_L_DQUOTE] = ACTIONS(2522), - [anon_sym_u_DQUOTE] = ACTIONS(2522), - [anon_sym_U_DQUOTE] = ACTIONS(2522), - [anon_sym_u8_DQUOTE] = ACTIONS(2522), - [anon_sym_DQUOTE] = ACTIONS(2522), - [sym_true] = ACTIONS(2520), - [sym_false] = ACTIONS(2520), - [sym_null] = ACTIONS(2520), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2520), - [anon_sym_decltype] = ACTIONS(2520), - [anon_sym_virtual] = ACTIONS(2520), - [anon_sym_explicit] = ACTIONS(2520), - [anon_sym_typename] = ACTIONS(2520), - [anon_sym_template] = ACTIONS(2520), - [anon_sym_operator] = ACTIONS(2520), - [anon_sym_try] = ACTIONS(2520), - [anon_sym_delete] = ACTIONS(2520), - [anon_sym_throw] = ACTIONS(2520), - [anon_sym_namespace] = ACTIONS(2520), - [anon_sym_using] = ACTIONS(2520), - [anon_sym_static_assert] = ACTIONS(2520), - [anon_sym_concept] = ACTIONS(2520), - [anon_sym_co_return] = ACTIONS(2520), - [anon_sym_co_yield] = ACTIONS(2520), - [anon_sym_R_DQUOTE] = ACTIONS(2522), - [anon_sym_LR_DQUOTE] = ACTIONS(2522), - [anon_sym_uR_DQUOTE] = ACTIONS(2522), - [anon_sym_UR_DQUOTE] = ACTIONS(2522), - [anon_sym_u8R_DQUOTE] = ACTIONS(2522), - [anon_sym_co_await] = ACTIONS(2520), - [anon_sym_new] = ACTIONS(2520), - [anon_sym_requires] = ACTIONS(2520), - [sym_this] = ACTIONS(2520), - [sym_nullptr] = ACTIONS(2520), + [706] = { + [sym_identifier] = ACTIONS(2594), + [aux_sym_preproc_include_token1] = ACTIONS(2594), + [aux_sym_preproc_def_token1] = ACTIONS(2594), + [aux_sym_preproc_if_token1] = ACTIONS(2594), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2594), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2594), + [sym_preproc_directive] = ACTIONS(2594), + [anon_sym_LPAREN2] = ACTIONS(2596), + [anon_sym_BANG] = ACTIONS(2596), + [anon_sym_TILDE] = ACTIONS(2596), + [anon_sym_DASH] = ACTIONS(2594), + [anon_sym_PLUS] = ACTIONS(2594), + [anon_sym_STAR] = ACTIONS(2596), + [anon_sym_AMP_AMP] = ACTIONS(2596), + [anon_sym_AMP] = ACTIONS(2594), + [anon_sym_SEMI] = ACTIONS(2596), + [anon_sym_typedef] = ACTIONS(2594), + [anon_sym_extern] = ACTIONS(2594), + [anon_sym___attribute__] = ACTIONS(2594), + [anon_sym_COLON_COLON] = ACTIONS(2596), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2596), + [anon_sym___declspec] = ACTIONS(2594), + [anon_sym___based] = ACTIONS(2594), + [anon_sym___cdecl] = ACTIONS(2594), + [anon_sym___clrcall] = ACTIONS(2594), + [anon_sym___stdcall] = ACTIONS(2594), + [anon_sym___fastcall] = ACTIONS(2594), + [anon_sym___thiscall] = ACTIONS(2594), + [anon_sym___vectorcall] = ACTIONS(2594), + [anon_sym_LBRACE] = ACTIONS(2596), + [anon_sym_RBRACE] = ACTIONS(2596), + [anon_sym_LBRACK] = ACTIONS(2594), + [anon_sym_static] = ACTIONS(2594), + [anon_sym_register] = ACTIONS(2594), + [anon_sym_inline] = ACTIONS(2594), + [anon_sym_thread_local] = ACTIONS(2594), + [anon_sym_const] = ACTIONS(2594), + [anon_sym_volatile] = ACTIONS(2594), + [anon_sym_restrict] = ACTIONS(2594), + [anon_sym__Atomic] = ACTIONS(2594), + [anon_sym_mutable] = ACTIONS(2594), + [anon_sym_constexpr] = ACTIONS(2594), + [anon_sym_constinit] = ACTIONS(2594), + [anon_sym_consteval] = ACTIONS(2594), + [anon_sym_signed] = ACTIONS(2594), + [anon_sym_unsigned] = ACTIONS(2594), + [anon_sym_long] = ACTIONS(2594), + [anon_sym_short] = ACTIONS(2594), + [sym_primitive_type] = ACTIONS(2594), + [anon_sym_enum] = ACTIONS(2594), + [anon_sym_class] = ACTIONS(2594), + [anon_sym_struct] = ACTIONS(2594), + [anon_sym_union] = ACTIONS(2594), + [anon_sym_if] = ACTIONS(2594), + [anon_sym_else] = ACTIONS(2872), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2594), + [anon_sym_default] = ACTIONS(2594), + [anon_sym_while] = ACTIONS(2594), + [anon_sym_do] = ACTIONS(2594), + [anon_sym_for] = ACTIONS(2594), + [anon_sym_return] = ACTIONS(2594), + [anon_sym_break] = ACTIONS(2594), + [anon_sym_continue] = ACTIONS(2594), + [anon_sym_goto] = ACTIONS(2594), + [anon_sym_not] = ACTIONS(2594), + [anon_sym_compl] = ACTIONS(2594), + [anon_sym_DASH_DASH] = ACTIONS(2596), + [anon_sym_PLUS_PLUS] = ACTIONS(2596), + [anon_sym_sizeof] = ACTIONS(2594), + [sym_number_literal] = ACTIONS(2596), + [anon_sym_L_SQUOTE] = ACTIONS(2596), + [anon_sym_u_SQUOTE] = ACTIONS(2596), + [anon_sym_U_SQUOTE] = ACTIONS(2596), + [anon_sym_u8_SQUOTE] = ACTIONS(2596), + [anon_sym_SQUOTE] = ACTIONS(2596), + [anon_sym_L_DQUOTE] = ACTIONS(2596), + [anon_sym_u_DQUOTE] = ACTIONS(2596), + [anon_sym_U_DQUOTE] = ACTIONS(2596), + [anon_sym_u8_DQUOTE] = ACTIONS(2596), + [anon_sym_DQUOTE] = ACTIONS(2596), + [sym_true] = ACTIONS(2594), + [sym_false] = ACTIONS(2594), + [sym_null] = ACTIONS(2594), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2594), + [anon_sym_decltype] = ACTIONS(2594), + [anon_sym_virtual] = ACTIONS(2594), + [anon_sym_explicit] = ACTIONS(2594), + [anon_sym_typename] = ACTIONS(2594), + [anon_sym_template] = ACTIONS(2594), + [anon_sym_operator] = ACTIONS(2594), + [anon_sym_try] = ACTIONS(2594), + [anon_sym_delete] = ACTIONS(2594), + [anon_sym_throw] = ACTIONS(2594), + [anon_sym_namespace] = ACTIONS(2594), + [anon_sym_using] = ACTIONS(2594), + [anon_sym_static_assert] = ACTIONS(2594), + [anon_sym_concept] = ACTIONS(2594), + [anon_sym_co_return] = ACTIONS(2594), + [anon_sym_co_yield] = ACTIONS(2594), + [anon_sym_R_DQUOTE] = ACTIONS(2596), + [anon_sym_LR_DQUOTE] = ACTIONS(2596), + [anon_sym_uR_DQUOTE] = ACTIONS(2596), + [anon_sym_UR_DQUOTE] = ACTIONS(2596), + [anon_sym_u8R_DQUOTE] = ACTIONS(2596), + [anon_sym_co_await] = ACTIONS(2594), + [anon_sym_new] = ACTIONS(2594), + [anon_sym_requires] = ACTIONS(2594), + [sym_this] = ACTIONS(2594), + [sym_nullptr] = ACTIONS(2594), }, - [752] = { - [sym_identifier] = ACTIONS(2516), - [aux_sym_preproc_include_token1] = ACTIONS(2516), - [aux_sym_preproc_def_token1] = ACTIONS(2516), - [aux_sym_preproc_if_token1] = ACTIONS(2516), - [aux_sym_preproc_if_token2] = ACTIONS(2516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2516), - [sym_preproc_directive] = ACTIONS(2516), - [anon_sym_LPAREN2] = ACTIONS(2518), - [anon_sym_BANG] = ACTIONS(2518), - [anon_sym_TILDE] = ACTIONS(2518), - [anon_sym_DASH] = ACTIONS(2516), - [anon_sym_PLUS] = ACTIONS(2516), - [anon_sym_STAR] = ACTIONS(2518), - [anon_sym_AMP_AMP] = ACTIONS(2518), - [anon_sym_AMP] = ACTIONS(2516), - [anon_sym_SEMI] = ACTIONS(2518), - [anon_sym_typedef] = ACTIONS(2516), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2518), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym___cdecl] = ACTIONS(2516), - [anon_sym___clrcall] = ACTIONS(2516), - [anon_sym___stdcall] = ACTIONS(2516), - [anon_sym___fastcall] = ACTIONS(2516), - [anon_sym___thiscall] = ACTIONS(2516), - [anon_sym___vectorcall] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(2516), - [anon_sym_static] = ACTIONS(2516), - [anon_sym_register] = ACTIONS(2516), - [anon_sym_inline] = ACTIONS(2516), - [anon_sym_thread_local] = ACTIONS(2516), - [anon_sym_const] = ACTIONS(2516), - [anon_sym_volatile] = ACTIONS(2516), - [anon_sym_restrict] = ACTIONS(2516), - [anon_sym__Atomic] = ACTIONS(2516), - [anon_sym_mutable] = ACTIONS(2516), - [anon_sym_constexpr] = ACTIONS(2516), - [anon_sym_constinit] = ACTIONS(2516), - [anon_sym_consteval] = ACTIONS(2516), - [anon_sym_signed] = ACTIONS(2516), - [anon_sym_unsigned] = ACTIONS(2516), - [anon_sym_long] = ACTIONS(2516), - [anon_sym_short] = ACTIONS(2516), - [sym_primitive_type] = ACTIONS(2516), - [anon_sym_enum] = ACTIONS(2516), - [anon_sym_class] = ACTIONS(2516), - [anon_sym_struct] = ACTIONS(2516), - [anon_sym_union] = ACTIONS(2516), - [anon_sym_if] = ACTIONS(2516), - [anon_sym_else] = ACTIONS(2516), - [anon_sym_switch] = ACTIONS(2516), - [anon_sym_case] = ACTIONS(2516), - [anon_sym_default] = ACTIONS(2516), - [anon_sym_while] = ACTIONS(2516), - [anon_sym_do] = ACTIONS(2516), - [anon_sym_for] = ACTIONS(2516), - [anon_sym_return] = ACTIONS(2516), - [anon_sym_break] = ACTIONS(2516), - [anon_sym_continue] = ACTIONS(2516), - [anon_sym_goto] = ACTIONS(2516), - [anon_sym_not] = ACTIONS(2516), - [anon_sym_compl] = ACTIONS(2516), - [anon_sym_DASH_DASH] = ACTIONS(2518), - [anon_sym_PLUS_PLUS] = ACTIONS(2518), - [anon_sym_sizeof] = ACTIONS(2516), - [sym_number_literal] = ACTIONS(2518), - [anon_sym_L_SQUOTE] = ACTIONS(2518), - [anon_sym_u_SQUOTE] = ACTIONS(2518), - [anon_sym_U_SQUOTE] = ACTIONS(2518), - [anon_sym_u8_SQUOTE] = ACTIONS(2518), - [anon_sym_SQUOTE] = ACTIONS(2518), - [anon_sym_L_DQUOTE] = ACTIONS(2518), - [anon_sym_u_DQUOTE] = ACTIONS(2518), - [anon_sym_U_DQUOTE] = ACTIONS(2518), - [anon_sym_u8_DQUOTE] = ACTIONS(2518), - [anon_sym_DQUOTE] = ACTIONS(2518), - [sym_true] = ACTIONS(2516), - [sym_false] = ACTIONS(2516), - [sym_null] = ACTIONS(2516), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2516), - [anon_sym_decltype] = ACTIONS(2516), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_explicit] = ACTIONS(2516), - [anon_sym_typename] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_try] = ACTIONS(2516), - [anon_sym_delete] = ACTIONS(2516), - [anon_sym_throw] = ACTIONS(2516), - [anon_sym_namespace] = ACTIONS(2516), - [anon_sym_using] = ACTIONS(2516), - [anon_sym_static_assert] = ACTIONS(2516), - [anon_sym_concept] = ACTIONS(2516), - [anon_sym_co_return] = ACTIONS(2516), - [anon_sym_co_yield] = ACTIONS(2516), - [anon_sym_R_DQUOTE] = ACTIONS(2518), - [anon_sym_LR_DQUOTE] = ACTIONS(2518), - [anon_sym_uR_DQUOTE] = ACTIONS(2518), - [anon_sym_UR_DQUOTE] = ACTIONS(2518), - [anon_sym_u8R_DQUOTE] = ACTIONS(2518), - [anon_sym_co_await] = ACTIONS(2516), - [anon_sym_new] = ACTIONS(2516), - [anon_sym_requires] = ACTIONS(2516), - [sym_this] = ACTIONS(2516), - [sym_nullptr] = ACTIONS(2516), + [707] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [753] = { - [sym_identifier] = ACTIONS(2512), - [aux_sym_preproc_include_token1] = ACTIONS(2512), - [aux_sym_preproc_def_token1] = ACTIONS(2512), - [aux_sym_preproc_if_token1] = ACTIONS(2512), - [aux_sym_preproc_if_token2] = ACTIONS(2512), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2512), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2512), - [sym_preproc_directive] = ACTIONS(2512), - [anon_sym_LPAREN2] = ACTIONS(2514), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2514), - [anon_sym_AMP_AMP] = ACTIONS(2514), - [anon_sym_AMP] = ACTIONS(2512), - [anon_sym_SEMI] = ACTIONS(2514), - [anon_sym_typedef] = ACTIONS(2512), - [anon_sym_extern] = ACTIONS(2512), - [anon_sym___attribute__] = ACTIONS(2512), - [anon_sym_COLON_COLON] = ACTIONS(2514), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2514), - [anon_sym___declspec] = ACTIONS(2512), - [anon_sym___based] = ACTIONS(2512), - [anon_sym___cdecl] = ACTIONS(2512), - [anon_sym___clrcall] = ACTIONS(2512), - [anon_sym___stdcall] = ACTIONS(2512), - [anon_sym___fastcall] = ACTIONS(2512), - [anon_sym___thiscall] = ACTIONS(2512), - [anon_sym___vectorcall] = ACTIONS(2512), - [anon_sym_LBRACE] = ACTIONS(2514), - [anon_sym_LBRACK] = ACTIONS(2512), - [anon_sym_static] = ACTIONS(2512), - [anon_sym_register] = ACTIONS(2512), - [anon_sym_inline] = ACTIONS(2512), - [anon_sym_thread_local] = ACTIONS(2512), - [anon_sym_const] = ACTIONS(2512), - [anon_sym_volatile] = ACTIONS(2512), - [anon_sym_restrict] = ACTIONS(2512), - [anon_sym__Atomic] = ACTIONS(2512), - [anon_sym_mutable] = ACTIONS(2512), - [anon_sym_constexpr] = ACTIONS(2512), - [anon_sym_constinit] = ACTIONS(2512), - [anon_sym_consteval] = ACTIONS(2512), - [anon_sym_signed] = ACTIONS(2512), - [anon_sym_unsigned] = ACTIONS(2512), - [anon_sym_long] = ACTIONS(2512), - [anon_sym_short] = ACTIONS(2512), - [sym_primitive_type] = ACTIONS(2512), - [anon_sym_enum] = ACTIONS(2512), - [anon_sym_class] = ACTIONS(2512), - [anon_sym_struct] = ACTIONS(2512), - [anon_sym_union] = ACTIONS(2512), - [anon_sym_if] = ACTIONS(2512), - [anon_sym_else] = ACTIONS(2512), - [anon_sym_switch] = ACTIONS(2512), - [anon_sym_case] = ACTIONS(2512), - [anon_sym_default] = ACTIONS(2512), - [anon_sym_while] = ACTIONS(2512), - [anon_sym_do] = ACTIONS(2512), - [anon_sym_for] = ACTIONS(2512), - [anon_sym_return] = ACTIONS(2512), - [anon_sym_break] = ACTIONS(2512), - [anon_sym_continue] = ACTIONS(2512), - [anon_sym_goto] = ACTIONS(2512), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(2514), - [anon_sym_PLUS_PLUS] = ACTIONS(2514), - [anon_sym_sizeof] = ACTIONS(2512), - [sym_number_literal] = ACTIONS(2514), - [anon_sym_L_SQUOTE] = ACTIONS(2514), - [anon_sym_u_SQUOTE] = ACTIONS(2514), - [anon_sym_U_SQUOTE] = ACTIONS(2514), - [anon_sym_u8_SQUOTE] = ACTIONS(2514), - [anon_sym_SQUOTE] = ACTIONS(2514), - [anon_sym_L_DQUOTE] = ACTIONS(2514), - [anon_sym_u_DQUOTE] = ACTIONS(2514), - [anon_sym_U_DQUOTE] = ACTIONS(2514), - [anon_sym_u8_DQUOTE] = ACTIONS(2514), - [anon_sym_DQUOTE] = ACTIONS(2514), - [sym_true] = ACTIONS(2512), - [sym_false] = ACTIONS(2512), - [sym_null] = ACTIONS(2512), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2512), - [anon_sym_decltype] = ACTIONS(2512), - [anon_sym_virtual] = ACTIONS(2512), - [anon_sym_explicit] = ACTIONS(2512), - [anon_sym_typename] = ACTIONS(2512), - [anon_sym_template] = ACTIONS(2512), - [anon_sym_operator] = ACTIONS(2512), - [anon_sym_try] = ACTIONS(2512), - [anon_sym_delete] = ACTIONS(2512), - [anon_sym_throw] = ACTIONS(2512), - [anon_sym_namespace] = ACTIONS(2512), - [anon_sym_using] = ACTIONS(2512), - [anon_sym_static_assert] = ACTIONS(2512), - [anon_sym_concept] = ACTIONS(2512), - [anon_sym_co_return] = ACTIONS(2512), - [anon_sym_co_yield] = ACTIONS(2512), - [anon_sym_R_DQUOTE] = ACTIONS(2514), - [anon_sym_LR_DQUOTE] = ACTIONS(2514), - [anon_sym_uR_DQUOTE] = ACTIONS(2514), - [anon_sym_UR_DQUOTE] = ACTIONS(2514), - [anon_sym_u8R_DQUOTE] = ACTIONS(2514), - [anon_sym_co_await] = ACTIONS(2512), - [anon_sym_new] = ACTIONS(2512), - [anon_sym_requires] = ACTIONS(2512), - [sym_this] = ACTIONS(2512), - [sym_nullptr] = ACTIONS(2512), + [708] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [754] = { - [sym_identifier] = ACTIONS(2508), - [aux_sym_preproc_include_token1] = ACTIONS(2508), - [aux_sym_preproc_def_token1] = ACTIONS(2508), - [aux_sym_preproc_if_token1] = ACTIONS(2508), - [aux_sym_preproc_if_token2] = ACTIONS(2508), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2508), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2508), - [sym_preproc_directive] = ACTIONS(2508), - [anon_sym_LPAREN2] = ACTIONS(2510), - [anon_sym_BANG] = ACTIONS(2510), - [anon_sym_TILDE] = ACTIONS(2510), - [anon_sym_DASH] = ACTIONS(2508), - [anon_sym_PLUS] = ACTIONS(2508), - [anon_sym_STAR] = ACTIONS(2510), - [anon_sym_AMP_AMP] = ACTIONS(2510), - [anon_sym_AMP] = ACTIONS(2508), - [anon_sym_SEMI] = ACTIONS(2510), - [anon_sym_typedef] = ACTIONS(2508), - [anon_sym_extern] = ACTIONS(2508), - [anon_sym___attribute__] = ACTIONS(2508), - [anon_sym_COLON_COLON] = ACTIONS(2510), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2510), - [anon_sym___declspec] = ACTIONS(2508), - [anon_sym___based] = ACTIONS(2508), - [anon_sym___cdecl] = ACTIONS(2508), - [anon_sym___clrcall] = ACTIONS(2508), - [anon_sym___stdcall] = ACTIONS(2508), - [anon_sym___fastcall] = ACTIONS(2508), - [anon_sym___thiscall] = ACTIONS(2508), - [anon_sym___vectorcall] = ACTIONS(2508), - [anon_sym_LBRACE] = ACTIONS(2510), - [anon_sym_LBRACK] = ACTIONS(2508), - [anon_sym_static] = ACTIONS(2508), - [anon_sym_register] = ACTIONS(2508), - [anon_sym_inline] = ACTIONS(2508), - [anon_sym_thread_local] = ACTIONS(2508), - [anon_sym_const] = ACTIONS(2508), - [anon_sym_volatile] = ACTIONS(2508), - [anon_sym_restrict] = ACTIONS(2508), - [anon_sym__Atomic] = ACTIONS(2508), - [anon_sym_mutable] = ACTIONS(2508), - [anon_sym_constexpr] = ACTIONS(2508), - [anon_sym_constinit] = ACTIONS(2508), - [anon_sym_consteval] = ACTIONS(2508), - [anon_sym_signed] = ACTIONS(2508), - [anon_sym_unsigned] = ACTIONS(2508), - [anon_sym_long] = ACTIONS(2508), - [anon_sym_short] = ACTIONS(2508), - [sym_primitive_type] = ACTIONS(2508), - [anon_sym_enum] = ACTIONS(2508), - [anon_sym_class] = ACTIONS(2508), - [anon_sym_struct] = ACTIONS(2508), - [anon_sym_union] = ACTIONS(2508), - [anon_sym_if] = ACTIONS(2508), - [anon_sym_else] = ACTIONS(2508), - [anon_sym_switch] = ACTIONS(2508), - [anon_sym_case] = ACTIONS(2508), - [anon_sym_default] = ACTIONS(2508), - [anon_sym_while] = ACTIONS(2508), - [anon_sym_do] = ACTIONS(2508), - [anon_sym_for] = ACTIONS(2508), - [anon_sym_return] = ACTIONS(2508), - [anon_sym_break] = ACTIONS(2508), - [anon_sym_continue] = ACTIONS(2508), - [anon_sym_goto] = ACTIONS(2508), - [anon_sym_not] = ACTIONS(2508), - [anon_sym_compl] = ACTIONS(2508), - [anon_sym_DASH_DASH] = ACTIONS(2510), - [anon_sym_PLUS_PLUS] = ACTIONS(2510), - [anon_sym_sizeof] = ACTIONS(2508), - [sym_number_literal] = ACTIONS(2510), - [anon_sym_L_SQUOTE] = ACTIONS(2510), - [anon_sym_u_SQUOTE] = ACTIONS(2510), - [anon_sym_U_SQUOTE] = ACTIONS(2510), - [anon_sym_u8_SQUOTE] = ACTIONS(2510), - [anon_sym_SQUOTE] = ACTIONS(2510), - [anon_sym_L_DQUOTE] = ACTIONS(2510), - [anon_sym_u_DQUOTE] = ACTIONS(2510), - [anon_sym_U_DQUOTE] = ACTIONS(2510), - [anon_sym_u8_DQUOTE] = ACTIONS(2510), - [anon_sym_DQUOTE] = ACTIONS(2510), - [sym_true] = ACTIONS(2508), - [sym_false] = ACTIONS(2508), - [sym_null] = ACTIONS(2508), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2508), - [anon_sym_decltype] = ACTIONS(2508), - [anon_sym_virtual] = ACTIONS(2508), - [anon_sym_explicit] = ACTIONS(2508), - [anon_sym_typename] = ACTIONS(2508), - [anon_sym_template] = ACTIONS(2508), - [anon_sym_operator] = ACTIONS(2508), - [anon_sym_try] = ACTIONS(2508), - [anon_sym_delete] = ACTIONS(2508), - [anon_sym_throw] = ACTIONS(2508), - [anon_sym_namespace] = ACTIONS(2508), - [anon_sym_using] = ACTIONS(2508), - [anon_sym_static_assert] = ACTIONS(2508), - [anon_sym_concept] = ACTIONS(2508), - [anon_sym_co_return] = ACTIONS(2508), - [anon_sym_co_yield] = ACTIONS(2508), - [anon_sym_R_DQUOTE] = ACTIONS(2510), - [anon_sym_LR_DQUOTE] = ACTIONS(2510), - [anon_sym_uR_DQUOTE] = ACTIONS(2510), - [anon_sym_UR_DQUOTE] = ACTIONS(2510), - [anon_sym_u8R_DQUOTE] = ACTIONS(2510), - [anon_sym_co_await] = ACTIONS(2508), - [anon_sym_new] = ACTIONS(2508), - [anon_sym_requires] = ACTIONS(2508), - [sym_this] = ACTIONS(2508), - [sym_nullptr] = ACTIONS(2508), + [709] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [755] = { - [sym_identifier] = ACTIONS(2572), - [aux_sym_preproc_include_token1] = ACTIONS(2572), - [aux_sym_preproc_def_token1] = ACTIONS(2572), - [aux_sym_preproc_if_token1] = ACTIONS(2572), - [aux_sym_preproc_if_token2] = ACTIONS(2572), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2572), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2572), - [sym_preproc_directive] = ACTIONS(2572), - [anon_sym_LPAREN2] = ACTIONS(2574), - [anon_sym_BANG] = ACTIONS(2574), - [anon_sym_TILDE] = ACTIONS(2574), - [anon_sym_DASH] = ACTIONS(2572), - [anon_sym_PLUS] = ACTIONS(2572), - [anon_sym_STAR] = ACTIONS(2574), - [anon_sym_AMP_AMP] = ACTIONS(2574), - [anon_sym_AMP] = ACTIONS(2572), - [anon_sym_SEMI] = ACTIONS(2574), - [anon_sym_typedef] = ACTIONS(2572), - [anon_sym_extern] = ACTIONS(2572), - [anon_sym___attribute__] = ACTIONS(2572), - [anon_sym_COLON_COLON] = ACTIONS(2574), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2574), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(2572), - [anon_sym___cdecl] = ACTIONS(2572), - [anon_sym___clrcall] = ACTIONS(2572), - [anon_sym___stdcall] = ACTIONS(2572), - [anon_sym___fastcall] = ACTIONS(2572), - [anon_sym___thiscall] = ACTIONS(2572), - [anon_sym___vectorcall] = ACTIONS(2572), - [anon_sym_LBRACE] = ACTIONS(2574), - [anon_sym_LBRACK] = ACTIONS(2572), - [anon_sym_static] = ACTIONS(2572), - [anon_sym_register] = ACTIONS(2572), - [anon_sym_inline] = ACTIONS(2572), - [anon_sym_thread_local] = ACTIONS(2572), - [anon_sym_const] = ACTIONS(2572), - [anon_sym_volatile] = ACTIONS(2572), - [anon_sym_restrict] = ACTIONS(2572), - [anon_sym__Atomic] = ACTIONS(2572), - [anon_sym_mutable] = ACTIONS(2572), - [anon_sym_constexpr] = ACTIONS(2572), - [anon_sym_constinit] = ACTIONS(2572), - [anon_sym_consteval] = ACTIONS(2572), - [anon_sym_signed] = ACTIONS(2572), - [anon_sym_unsigned] = ACTIONS(2572), - [anon_sym_long] = ACTIONS(2572), - [anon_sym_short] = ACTIONS(2572), - [sym_primitive_type] = ACTIONS(2572), - [anon_sym_enum] = ACTIONS(2572), - [anon_sym_class] = ACTIONS(2572), - [anon_sym_struct] = ACTIONS(2572), - [anon_sym_union] = ACTIONS(2572), - [anon_sym_if] = ACTIONS(2572), - [anon_sym_else] = ACTIONS(2572), - [anon_sym_switch] = ACTIONS(2572), - [anon_sym_case] = ACTIONS(2572), - [anon_sym_default] = ACTIONS(2572), - [anon_sym_while] = ACTIONS(2572), - [anon_sym_do] = ACTIONS(2572), - [anon_sym_for] = ACTIONS(2572), - [anon_sym_return] = ACTIONS(2572), - [anon_sym_break] = ACTIONS(2572), - [anon_sym_continue] = ACTIONS(2572), - [anon_sym_goto] = ACTIONS(2572), - [anon_sym_not] = ACTIONS(2572), - [anon_sym_compl] = ACTIONS(2572), - [anon_sym_DASH_DASH] = ACTIONS(2574), - [anon_sym_PLUS_PLUS] = ACTIONS(2574), - [anon_sym_sizeof] = ACTIONS(2572), - [sym_number_literal] = ACTIONS(2574), - [anon_sym_L_SQUOTE] = ACTIONS(2574), - [anon_sym_u_SQUOTE] = ACTIONS(2574), - [anon_sym_U_SQUOTE] = ACTIONS(2574), - [anon_sym_u8_SQUOTE] = ACTIONS(2574), - [anon_sym_SQUOTE] = ACTIONS(2574), - [anon_sym_L_DQUOTE] = ACTIONS(2574), - [anon_sym_u_DQUOTE] = ACTIONS(2574), - [anon_sym_U_DQUOTE] = ACTIONS(2574), - [anon_sym_u8_DQUOTE] = ACTIONS(2574), - [anon_sym_DQUOTE] = ACTIONS(2574), - [sym_true] = ACTIONS(2572), - [sym_false] = ACTIONS(2572), - [sym_null] = ACTIONS(2572), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2572), - [anon_sym_decltype] = ACTIONS(2572), - [anon_sym_virtual] = ACTIONS(2572), - [anon_sym_explicit] = ACTIONS(2572), - [anon_sym_typename] = ACTIONS(2572), - [anon_sym_template] = ACTIONS(2572), - [anon_sym_operator] = ACTIONS(2572), - [anon_sym_try] = ACTIONS(2572), - [anon_sym_delete] = ACTIONS(2572), - [anon_sym_throw] = ACTIONS(2572), - [anon_sym_namespace] = ACTIONS(2572), - [anon_sym_using] = ACTIONS(2572), - [anon_sym_static_assert] = ACTIONS(2572), - [anon_sym_concept] = ACTIONS(2572), - [anon_sym_co_return] = ACTIONS(2572), - [anon_sym_co_yield] = ACTIONS(2572), - [anon_sym_R_DQUOTE] = ACTIONS(2574), - [anon_sym_LR_DQUOTE] = ACTIONS(2574), - [anon_sym_uR_DQUOTE] = ACTIONS(2574), - [anon_sym_UR_DQUOTE] = ACTIONS(2574), - [anon_sym_u8R_DQUOTE] = ACTIONS(2574), - [anon_sym_co_await] = ACTIONS(2572), - [anon_sym_new] = ACTIONS(2572), - [anon_sym_requires] = ACTIONS(2572), - [sym_this] = ACTIONS(2572), - [sym_nullptr] = ACTIONS(2572), + [710] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [756] = { - [ts_builtin_sym_end] = ACTIONS(2484), - [sym_identifier] = ACTIONS(2482), - [aux_sym_preproc_include_token1] = ACTIONS(2482), - [aux_sym_preproc_def_token1] = ACTIONS(2482), - [aux_sym_preproc_if_token1] = ACTIONS(2482), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2482), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2482), - [sym_preproc_directive] = ACTIONS(2482), - [anon_sym_LPAREN2] = ACTIONS(2484), - [anon_sym_BANG] = ACTIONS(2484), - [anon_sym_TILDE] = ACTIONS(2484), - [anon_sym_DASH] = ACTIONS(2482), - [anon_sym_PLUS] = ACTIONS(2482), - [anon_sym_STAR] = ACTIONS(2484), - [anon_sym_AMP_AMP] = ACTIONS(2484), - [anon_sym_AMP] = ACTIONS(2482), - [anon_sym_SEMI] = ACTIONS(2484), - [anon_sym_typedef] = ACTIONS(2482), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym___based] = ACTIONS(2482), - [anon_sym___cdecl] = ACTIONS(2482), - [anon_sym___clrcall] = ACTIONS(2482), - [anon_sym___stdcall] = ACTIONS(2482), - [anon_sym___fastcall] = ACTIONS(2482), - [anon_sym___thiscall] = ACTIONS(2482), - [anon_sym___vectorcall] = ACTIONS(2482), - [anon_sym_LBRACE] = ACTIONS(2484), - [anon_sym_LBRACK] = ACTIONS(2482), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_constinit] = ACTIONS(2482), - [anon_sym_consteval] = ACTIONS(2482), - [anon_sym_signed] = ACTIONS(2482), - [anon_sym_unsigned] = ACTIONS(2482), - [anon_sym_long] = ACTIONS(2482), - [anon_sym_short] = ACTIONS(2482), - [sym_primitive_type] = ACTIONS(2482), - [anon_sym_enum] = ACTIONS(2482), - [anon_sym_class] = ACTIONS(2482), - [anon_sym_struct] = ACTIONS(2482), - [anon_sym_union] = ACTIONS(2482), - [anon_sym_if] = ACTIONS(2482), - [anon_sym_else] = ACTIONS(2482), - [anon_sym_switch] = ACTIONS(2482), - [anon_sym_case] = ACTIONS(2482), - [anon_sym_default] = ACTIONS(2482), - [anon_sym_while] = ACTIONS(2482), - [anon_sym_do] = ACTIONS(2482), - [anon_sym_for] = ACTIONS(2482), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2482), - [anon_sym_continue] = ACTIONS(2482), - [anon_sym_goto] = ACTIONS(2482), - [anon_sym_not] = ACTIONS(2482), - [anon_sym_compl] = ACTIONS(2482), - [anon_sym_DASH_DASH] = ACTIONS(2484), - [anon_sym_PLUS_PLUS] = ACTIONS(2484), - [anon_sym_sizeof] = ACTIONS(2482), - [sym_number_literal] = ACTIONS(2484), - [anon_sym_L_SQUOTE] = ACTIONS(2484), - [anon_sym_u_SQUOTE] = ACTIONS(2484), - [anon_sym_U_SQUOTE] = ACTIONS(2484), - [anon_sym_u8_SQUOTE] = ACTIONS(2484), - [anon_sym_SQUOTE] = ACTIONS(2484), - [anon_sym_L_DQUOTE] = ACTIONS(2484), - [anon_sym_u_DQUOTE] = ACTIONS(2484), - [anon_sym_U_DQUOTE] = ACTIONS(2484), - [anon_sym_u8_DQUOTE] = ACTIONS(2484), - [anon_sym_DQUOTE] = ACTIONS(2484), - [sym_true] = ACTIONS(2482), - [sym_false] = ACTIONS(2482), - [sym_null] = ACTIONS(2482), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2482), - [anon_sym_decltype] = ACTIONS(2482), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_explicit] = ACTIONS(2482), - [anon_sym_typename] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2482), - [anon_sym_operator] = ACTIONS(2482), - [anon_sym_try] = ACTIONS(2482), - [anon_sym_delete] = ACTIONS(2482), - [anon_sym_throw] = ACTIONS(2482), - [anon_sym_namespace] = ACTIONS(2482), - [anon_sym_using] = ACTIONS(2482), - [anon_sym_static_assert] = ACTIONS(2482), - [anon_sym_concept] = ACTIONS(2482), - [anon_sym_co_return] = ACTIONS(2482), - [anon_sym_co_yield] = ACTIONS(2482), - [anon_sym_R_DQUOTE] = ACTIONS(2484), - [anon_sym_LR_DQUOTE] = ACTIONS(2484), - [anon_sym_uR_DQUOTE] = ACTIONS(2484), - [anon_sym_UR_DQUOTE] = ACTIONS(2484), - [anon_sym_u8R_DQUOTE] = ACTIONS(2484), - [anon_sym_co_await] = ACTIONS(2482), - [anon_sym_new] = ACTIONS(2482), - [anon_sym_requires] = ACTIONS(2482), - [sym_this] = ACTIONS(2482), - [sym_nullptr] = ACTIONS(2482), + [711] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [757] = { - [ts_builtin_sym_end] = ACTIONS(2558), - [sym_identifier] = ACTIONS(2556), - [aux_sym_preproc_include_token1] = ACTIONS(2556), - [aux_sym_preproc_def_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_LPAREN2] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_DASH] = ACTIONS(2556), - [anon_sym_PLUS] = ACTIONS(2556), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_AMP_AMP] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym___attribute__] = ACTIONS(2556), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2556), - [anon_sym___based] = ACTIONS(2556), - [anon_sym___cdecl] = ACTIONS(2556), - [anon_sym___clrcall] = ACTIONS(2556), - [anon_sym___stdcall] = ACTIONS(2556), - [anon_sym___fastcall] = ACTIONS(2556), - [anon_sym___thiscall] = ACTIONS(2556), - [anon_sym___vectorcall] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_LBRACK] = ACTIONS(2556), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym_thread_local] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym_mutable] = ACTIONS(2556), - [anon_sym_constexpr] = ACTIONS(2556), - [anon_sym_constinit] = ACTIONS(2556), - [anon_sym_consteval] = ACTIONS(2556), - [anon_sym_signed] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [sym_primitive_type] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_class] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2556), - [anon_sym_else] = ACTIONS(2556), - [anon_sym_switch] = ACTIONS(2556), - [anon_sym_case] = ACTIONS(2556), - [anon_sym_default] = ACTIONS(2556), - [anon_sym_while] = ACTIONS(2556), - [anon_sym_do] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(2556), - [anon_sym_return] = ACTIONS(2556), - [anon_sym_break] = ACTIONS(2556), - [anon_sym_continue] = ACTIONS(2556), - [anon_sym_goto] = ACTIONS(2556), - [anon_sym_not] = ACTIONS(2556), - [anon_sym_compl] = ACTIONS(2556), - [anon_sym_DASH_DASH] = ACTIONS(2558), - [anon_sym_PLUS_PLUS] = ACTIONS(2558), - [anon_sym_sizeof] = ACTIONS(2556), - [sym_number_literal] = ACTIONS(2558), - [anon_sym_L_SQUOTE] = ACTIONS(2558), - [anon_sym_u_SQUOTE] = ACTIONS(2558), - [anon_sym_U_SQUOTE] = ACTIONS(2558), - [anon_sym_u8_SQUOTE] = ACTIONS(2558), - [anon_sym_SQUOTE] = ACTIONS(2558), - [anon_sym_L_DQUOTE] = ACTIONS(2558), - [anon_sym_u_DQUOTE] = ACTIONS(2558), - [anon_sym_U_DQUOTE] = ACTIONS(2558), - [anon_sym_u8_DQUOTE] = ACTIONS(2558), - [anon_sym_DQUOTE] = ACTIONS(2558), - [sym_true] = ACTIONS(2556), - [sym_false] = ACTIONS(2556), - [sym_null] = ACTIONS(2556), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2556), - [anon_sym_decltype] = ACTIONS(2556), - [anon_sym_virtual] = ACTIONS(2556), - [anon_sym_explicit] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2556), - [anon_sym_template] = ACTIONS(2556), - [anon_sym_operator] = ACTIONS(2556), - [anon_sym_try] = ACTIONS(2556), - [anon_sym_delete] = ACTIONS(2556), - [anon_sym_throw] = ACTIONS(2556), - [anon_sym_namespace] = ACTIONS(2556), - [anon_sym_using] = ACTIONS(2556), - [anon_sym_static_assert] = ACTIONS(2556), - [anon_sym_concept] = ACTIONS(2556), - [anon_sym_co_return] = ACTIONS(2556), - [anon_sym_co_yield] = ACTIONS(2556), - [anon_sym_R_DQUOTE] = ACTIONS(2558), - [anon_sym_LR_DQUOTE] = ACTIONS(2558), - [anon_sym_uR_DQUOTE] = ACTIONS(2558), - [anon_sym_UR_DQUOTE] = ACTIONS(2558), - [anon_sym_u8R_DQUOTE] = ACTIONS(2558), - [anon_sym_co_await] = ACTIONS(2556), - [anon_sym_new] = ACTIONS(2556), - [anon_sym_requires] = ACTIONS(2556), - [sym_this] = ACTIONS(2556), - [sym_nullptr] = ACTIONS(2556), + [712] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token2] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [758] = { - [sym_identifier] = ACTIONS(2600), - [aux_sym_preproc_include_token1] = ACTIONS(2600), - [aux_sym_preproc_def_token1] = ACTIONS(2600), - [aux_sym_preproc_if_token1] = ACTIONS(2600), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2600), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2600), - [sym_preproc_directive] = ACTIONS(2600), - [anon_sym_LPAREN2] = ACTIONS(2602), - [anon_sym_BANG] = ACTIONS(2602), - [anon_sym_TILDE] = ACTIONS(2602), - [anon_sym_DASH] = ACTIONS(2600), - [anon_sym_PLUS] = ACTIONS(2600), - [anon_sym_STAR] = ACTIONS(2602), - [anon_sym_AMP_AMP] = ACTIONS(2602), - [anon_sym_AMP] = ACTIONS(2600), - [anon_sym_SEMI] = ACTIONS(2602), - [anon_sym_typedef] = ACTIONS(2600), - [anon_sym_extern] = ACTIONS(2600), - [anon_sym___attribute__] = ACTIONS(2600), - [anon_sym_COLON_COLON] = ACTIONS(2602), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2602), - [anon_sym___declspec] = ACTIONS(2600), - [anon_sym___based] = ACTIONS(2600), - [anon_sym___cdecl] = ACTIONS(2600), - [anon_sym___clrcall] = ACTIONS(2600), - [anon_sym___stdcall] = ACTIONS(2600), - [anon_sym___fastcall] = ACTIONS(2600), - [anon_sym___thiscall] = ACTIONS(2600), - [anon_sym___vectorcall] = ACTIONS(2600), - [anon_sym_LBRACE] = ACTIONS(2602), - [anon_sym_RBRACE] = ACTIONS(2602), - [anon_sym_LBRACK] = ACTIONS(2600), - [anon_sym_static] = ACTIONS(2600), - [anon_sym_register] = ACTIONS(2600), - [anon_sym_inline] = ACTIONS(2600), - [anon_sym_thread_local] = ACTIONS(2600), - [anon_sym_const] = ACTIONS(2600), - [anon_sym_volatile] = ACTIONS(2600), - [anon_sym_restrict] = ACTIONS(2600), - [anon_sym__Atomic] = ACTIONS(2600), - [anon_sym_mutable] = ACTIONS(2600), - [anon_sym_constexpr] = ACTIONS(2600), - [anon_sym_constinit] = ACTIONS(2600), - [anon_sym_consteval] = ACTIONS(2600), - [anon_sym_signed] = ACTIONS(2600), - [anon_sym_unsigned] = ACTIONS(2600), - [anon_sym_long] = ACTIONS(2600), - [anon_sym_short] = ACTIONS(2600), - [sym_primitive_type] = ACTIONS(2600), - [anon_sym_enum] = ACTIONS(2600), - [anon_sym_class] = ACTIONS(2600), - [anon_sym_struct] = ACTIONS(2600), - [anon_sym_union] = ACTIONS(2600), - [anon_sym_if] = ACTIONS(2600), - [anon_sym_else] = ACTIONS(2600), - [anon_sym_switch] = ACTIONS(2600), - [anon_sym_case] = ACTIONS(2600), - [anon_sym_default] = ACTIONS(2600), - [anon_sym_while] = ACTIONS(2600), - [anon_sym_do] = ACTIONS(2600), - [anon_sym_for] = ACTIONS(2600), - [anon_sym_return] = ACTIONS(2600), - [anon_sym_break] = ACTIONS(2600), - [anon_sym_continue] = ACTIONS(2600), - [anon_sym_goto] = ACTIONS(2600), - [anon_sym_not] = ACTIONS(2600), - [anon_sym_compl] = ACTIONS(2600), - [anon_sym_DASH_DASH] = ACTIONS(2602), - [anon_sym_PLUS_PLUS] = ACTIONS(2602), - [anon_sym_sizeof] = ACTIONS(2600), - [sym_number_literal] = ACTIONS(2602), - [anon_sym_L_SQUOTE] = ACTIONS(2602), - [anon_sym_u_SQUOTE] = ACTIONS(2602), - [anon_sym_U_SQUOTE] = ACTIONS(2602), - [anon_sym_u8_SQUOTE] = ACTIONS(2602), - [anon_sym_SQUOTE] = ACTIONS(2602), - [anon_sym_L_DQUOTE] = ACTIONS(2602), - [anon_sym_u_DQUOTE] = ACTIONS(2602), - [anon_sym_U_DQUOTE] = ACTIONS(2602), - [anon_sym_u8_DQUOTE] = ACTIONS(2602), - [anon_sym_DQUOTE] = ACTIONS(2602), - [sym_true] = ACTIONS(2600), - [sym_false] = ACTIONS(2600), - [sym_null] = ACTIONS(2600), + [713] = { + [sym_identifier] = ACTIONS(2562), + [aux_sym_preproc_include_token1] = ACTIONS(2562), + [aux_sym_preproc_def_token1] = ACTIONS(2562), + [aux_sym_preproc_if_token1] = ACTIONS(2562), + [aux_sym_preproc_if_token2] = ACTIONS(2562), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), + [sym_preproc_directive] = ACTIONS(2562), + [anon_sym_LPAREN2] = ACTIONS(2564), + [anon_sym_BANG] = ACTIONS(2564), + [anon_sym_TILDE] = ACTIONS(2564), + [anon_sym_DASH] = ACTIONS(2562), + [anon_sym_PLUS] = ACTIONS(2562), + [anon_sym_STAR] = ACTIONS(2564), + [anon_sym_AMP_AMP] = ACTIONS(2564), + [anon_sym_AMP] = ACTIONS(2562), + [anon_sym_SEMI] = ACTIONS(2564), + [anon_sym_typedef] = ACTIONS(2562), + [anon_sym_extern] = ACTIONS(2562), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2564), + [anon_sym___declspec] = ACTIONS(2562), + [anon_sym___based] = ACTIONS(2562), + [anon_sym___cdecl] = ACTIONS(2562), + [anon_sym___clrcall] = ACTIONS(2562), + [anon_sym___stdcall] = ACTIONS(2562), + [anon_sym___fastcall] = ACTIONS(2562), + [anon_sym___thiscall] = ACTIONS(2562), + [anon_sym___vectorcall] = ACTIONS(2562), + [anon_sym_LBRACE] = ACTIONS(2564), + [anon_sym_LBRACK] = ACTIONS(2562), + [anon_sym_static] = ACTIONS(2562), + [anon_sym_register] = ACTIONS(2562), + [anon_sym_inline] = ACTIONS(2562), + [anon_sym_thread_local] = ACTIONS(2562), + [anon_sym_const] = ACTIONS(2562), + [anon_sym_volatile] = ACTIONS(2562), + [anon_sym_restrict] = ACTIONS(2562), + [anon_sym__Atomic] = ACTIONS(2562), + [anon_sym_mutable] = ACTIONS(2562), + [anon_sym_constexpr] = ACTIONS(2562), + [anon_sym_constinit] = ACTIONS(2562), + [anon_sym_consteval] = ACTIONS(2562), + [anon_sym_signed] = ACTIONS(2562), + [anon_sym_unsigned] = ACTIONS(2562), + [anon_sym_long] = ACTIONS(2562), + [anon_sym_short] = ACTIONS(2562), + [sym_primitive_type] = ACTIONS(2562), + [anon_sym_enum] = ACTIONS(2562), + [anon_sym_class] = ACTIONS(2562), + [anon_sym_struct] = ACTIONS(2562), + [anon_sym_union] = ACTIONS(2562), + [anon_sym_if] = ACTIONS(2562), + [anon_sym_else] = ACTIONS(2874), + [anon_sym_switch] = ACTIONS(2562), + [anon_sym_case] = ACTIONS(2562), + [anon_sym_default] = ACTIONS(2562), + [anon_sym_while] = ACTIONS(2562), + [anon_sym_do] = ACTIONS(2562), + [anon_sym_for] = ACTIONS(2562), + [anon_sym_return] = ACTIONS(2562), + [anon_sym_break] = ACTIONS(2562), + [anon_sym_continue] = ACTIONS(2562), + [anon_sym_goto] = ACTIONS(2562), + [anon_sym_not] = ACTIONS(2562), + [anon_sym_compl] = ACTIONS(2562), + [anon_sym_DASH_DASH] = ACTIONS(2564), + [anon_sym_PLUS_PLUS] = ACTIONS(2564), + [anon_sym_sizeof] = ACTIONS(2562), + [sym_number_literal] = ACTIONS(2564), + [anon_sym_L_SQUOTE] = ACTIONS(2564), + [anon_sym_u_SQUOTE] = ACTIONS(2564), + [anon_sym_U_SQUOTE] = ACTIONS(2564), + [anon_sym_u8_SQUOTE] = ACTIONS(2564), + [anon_sym_SQUOTE] = ACTIONS(2564), + [anon_sym_L_DQUOTE] = ACTIONS(2564), + [anon_sym_u_DQUOTE] = ACTIONS(2564), + [anon_sym_U_DQUOTE] = ACTIONS(2564), + [anon_sym_u8_DQUOTE] = ACTIONS(2564), + [anon_sym_DQUOTE] = ACTIONS(2564), + [sym_true] = ACTIONS(2562), + [sym_false] = ACTIONS(2562), + [sym_null] = ACTIONS(2562), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2600), - [anon_sym_decltype] = ACTIONS(2600), - [anon_sym_virtual] = ACTIONS(2600), - [anon_sym_explicit] = ACTIONS(2600), - [anon_sym_typename] = ACTIONS(2600), - [anon_sym_template] = ACTIONS(2600), - [anon_sym_operator] = ACTIONS(2600), - [anon_sym_try] = ACTIONS(2600), - [anon_sym_delete] = ACTIONS(2600), - [anon_sym_throw] = ACTIONS(2600), - [anon_sym_namespace] = ACTIONS(2600), - [anon_sym_using] = ACTIONS(2600), - [anon_sym_static_assert] = ACTIONS(2600), - [anon_sym_concept] = ACTIONS(2600), - [anon_sym_co_return] = ACTIONS(2600), - [anon_sym_co_yield] = ACTIONS(2600), - [anon_sym_R_DQUOTE] = ACTIONS(2602), - [anon_sym_LR_DQUOTE] = ACTIONS(2602), - [anon_sym_uR_DQUOTE] = ACTIONS(2602), - [anon_sym_UR_DQUOTE] = ACTIONS(2602), - [anon_sym_u8R_DQUOTE] = ACTIONS(2602), - [anon_sym_co_await] = ACTIONS(2600), - [anon_sym_new] = ACTIONS(2600), - [anon_sym_requires] = ACTIONS(2600), - [sym_this] = ACTIONS(2600), - [sym_nullptr] = ACTIONS(2600), - }, - [759] = { - [sym_identifier] = ACTIONS(2606), - [aux_sym_preproc_include_token1] = ACTIONS(2606), - [aux_sym_preproc_def_token1] = ACTIONS(2606), - [aux_sym_preproc_if_token1] = ACTIONS(2606), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2606), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2606), - [sym_preproc_directive] = ACTIONS(2606), - [anon_sym_LPAREN2] = ACTIONS(2608), - [anon_sym_BANG] = ACTIONS(2608), - [anon_sym_TILDE] = ACTIONS(2608), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_STAR] = ACTIONS(2608), - [anon_sym_AMP_AMP] = ACTIONS(2608), - [anon_sym_AMP] = ACTIONS(2606), - [anon_sym_SEMI] = ACTIONS(2608), - [anon_sym_typedef] = ACTIONS(2606), - [anon_sym_extern] = ACTIONS(2606), - [anon_sym___attribute__] = ACTIONS(2606), - [anon_sym_COLON_COLON] = ACTIONS(2608), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2608), - [anon_sym___declspec] = ACTIONS(2606), - [anon_sym___based] = ACTIONS(2606), - [anon_sym___cdecl] = ACTIONS(2606), - [anon_sym___clrcall] = ACTIONS(2606), - [anon_sym___stdcall] = ACTIONS(2606), - [anon_sym___fastcall] = ACTIONS(2606), - [anon_sym___thiscall] = ACTIONS(2606), - [anon_sym___vectorcall] = ACTIONS(2606), - [anon_sym_LBRACE] = ACTIONS(2608), - [anon_sym_RBRACE] = ACTIONS(2608), - [anon_sym_LBRACK] = ACTIONS(2606), - [anon_sym_static] = ACTIONS(2606), - [anon_sym_register] = ACTIONS(2606), - [anon_sym_inline] = ACTIONS(2606), - [anon_sym_thread_local] = ACTIONS(2606), - [anon_sym_const] = ACTIONS(2606), - [anon_sym_volatile] = ACTIONS(2606), - [anon_sym_restrict] = ACTIONS(2606), - [anon_sym__Atomic] = ACTIONS(2606), - [anon_sym_mutable] = ACTIONS(2606), - [anon_sym_constexpr] = ACTIONS(2606), - [anon_sym_constinit] = ACTIONS(2606), - [anon_sym_consteval] = ACTIONS(2606), - [anon_sym_signed] = ACTIONS(2606), - [anon_sym_unsigned] = ACTIONS(2606), - [anon_sym_long] = ACTIONS(2606), - [anon_sym_short] = ACTIONS(2606), - [sym_primitive_type] = ACTIONS(2606), - [anon_sym_enum] = ACTIONS(2606), - [anon_sym_class] = ACTIONS(2606), - [anon_sym_struct] = ACTIONS(2606), - [anon_sym_union] = ACTIONS(2606), - [anon_sym_if] = ACTIONS(2606), - [anon_sym_else] = ACTIONS(2606), - [anon_sym_switch] = ACTIONS(2606), - [anon_sym_case] = ACTIONS(2606), - [anon_sym_default] = ACTIONS(2606), - [anon_sym_while] = ACTIONS(2606), - [anon_sym_do] = ACTIONS(2606), - [anon_sym_for] = ACTIONS(2606), - [anon_sym_return] = ACTIONS(2606), - [anon_sym_break] = ACTIONS(2606), - [anon_sym_continue] = ACTIONS(2606), - [anon_sym_goto] = ACTIONS(2606), - [anon_sym_not] = ACTIONS(2606), - [anon_sym_compl] = ACTIONS(2606), - [anon_sym_DASH_DASH] = ACTIONS(2608), - [anon_sym_PLUS_PLUS] = ACTIONS(2608), - [anon_sym_sizeof] = ACTIONS(2606), - [sym_number_literal] = ACTIONS(2608), - [anon_sym_L_SQUOTE] = ACTIONS(2608), - [anon_sym_u_SQUOTE] = ACTIONS(2608), - [anon_sym_U_SQUOTE] = ACTIONS(2608), - [anon_sym_u8_SQUOTE] = ACTIONS(2608), - [anon_sym_SQUOTE] = ACTIONS(2608), - [anon_sym_L_DQUOTE] = ACTIONS(2608), - [anon_sym_u_DQUOTE] = ACTIONS(2608), - [anon_sym_U_DQUOTE] = ACTIONS(2608), - [anon_sym_u8_DQUOTE] = ACTIONS(2608), - [anon_sym_DQUOTE] = ACTIONS(2608), - [sym_true] = ACTIONS(2606), - [sym_false] = ACTIONS(2606), - [sym_null] = ACTIONS(2606), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2606), - [anon_sym_decltype] = ACTIONS(2606), - [anon_sym_virtual] = ACTIONS(2606), - [anon_sym_explicit] = ACTIONS(2606), - [anon_sym_typename] = ACTIONS(2606), - [anon_sym_template] = ACTIONS(2606), - [anon_sym_operator] = ACTIONS(2606), - [anon_sym_try] = ACTIONS(2606), - [anon_sym_delete] = ACTIONS(2606), - [anon_sym_throw] = ACTIONS(2606), - [anon_sym_namespace] = ACTIONS(2606), - [anon_sym_using] = ACTIONS(2606), - [anon_sym_static_assert] = ACTIONS(2606), - [anon_sym_concept] = ACTIONS(2606), - [anon_sym_co_return] = ACTIONS(2606), - [anon_sym_co_yield] = ACTIONS(2606), - [anon_sym_R_DQUOTE] = ACTIONS(2608), - [anon_sym_LR_DQUOTE] = ACTIONS(2608), - [anon_sym_uR_DQUOTE] = ACTIONS(2608), - [anon_sym_UR_DQUOTE] = ACTIONS(2608), - [anon_sym_u8R_DQUOTE] = ACTIONS(2608), - [anon_sym_co_await] = ACTIONS(2606), - [anon_sym_new] = ACTIONS(2606), - [anon_sym_requires] = ACTIONS(2606), - [sym_this] = ACTIONS(2606), - [sym_nullptr] = ACTIONS(2606), - }, - [760] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [761] = { - [ts_builtin_sym_end] = ACTIONS(2598), - [sym_identifier] = ACTIONS(2596), - [aux_sym_preproc_include_token1] = ACTIONS(2596), - [aux_sym_preproc_def_token1] = ACTIONS(2596), - [aux_sym_preproc_if_token1] = ACTIONS(2596), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2596), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2596), - [sym_preproc_directive] = ACTIONS(2596), - [anon_sym_LPAREN2] = ACTIONS(2598), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_TILDE] = ACTIONS(2598), - [anon_sym_DASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2596), - [anon_sym_STAR] = ACTIONS(2598), - [anon_sym_AMP_AMP] = ACTIONS(2598), - [anon_sym_AMP] = ACTIONS(2596), - [anon_sym_SEMI] = ACTIONS(2598), - [anon_sym_typedef] = ACTIONS(2596), - [anon_sym_extern] = ACTIONS(2596), - [anon_sym___attribute__] = ACTIONS(2596), - [anon_sym_COLON_COLON] = ACTIONS(2598), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2598), - [anon_sym___declspec] = ACTIONS(2596), - [anon_sym___based] = ACTIONS(2596), - [anon_sym___cdecl] = ACTIONS(2596), - [anon_sym___clrcall] = ACTIONS(2596), - [anon_sym___stdcall] = ACTIONS(2596), - [anon_sym___fastcall] = ACTIONS(2596), - [anon_sym___thiscall] = ACTIONS(2596), - [anon_sym___vectorcall] = ACTIONS(2596), - [anon_sym_LBRACE] = ACTIONS(2598), - [anon_sym_LBRACK] = ACTIONS(2596), - [anon_sym_static] = ACTIONS(2596), - [anon_sym_register] = ACTIONS(2596), - [anon_sym_inline] = ACTIONS(2596), - [anon_sym_thread_local] = ACTIONS(2596), - [anon_sym_const] = ACTIONS(2596), - [anon_sym_volatile] = ACTIONS(2596), - [anon_sym_restrict] = ACTIONS(2596), - [anon_sym__Atomic] = ACTIONS(2596), - [anon_sym_mutable] = ACTIONS(2596), - [anon_sym_constexpr] = ACTIONS(2596), - [anon_sym_constinit] = ACTIONS(2596), - [anon_sym_consteval] = ACTIONS(2596), - [anon_sym_signed] = ACTIONS(2596), - [anon_sym_unsigned] = ACTIONS(2596), - [anon_sym_long] = ACTIONS(2596), - [anon_sym_short] = ACTIONS(2596), - [sym_primitive_type] = ACTIONS(2596), - [anon_sym_enum] = ACTIONS(2596), - [anon_sym_class] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(2596), - [anon_sym_union] = ACTIONS(2596), - [anon_sym_if] = ACTIONS(2596), - [anon_sym_else] = ACTIONS(2596), - [anon_sym_switch] = ACTIONS(2596), - [anon_sym_case] = ACTIONS(2596), - [anon_sym_default] = ACTIONS(2596), - [anon_sym_while] = ACTIONS(2596), - [anon_sym_do] = ACTIONS(2596), - [anon_sym_for] = ACTIONS(2596), - [anon_sym_return] = ACTIONS(2596), - [anon_sym_break] = ACTIONS(2596), - [anon_sym_continue] = ACTIONS(2596), - [anon_sym_goto] = ACTIONS(2596), - [anon_sym_not] = ACTIONS(2596), - [anon_sym_compl] = ACTIONS(2596), - [anon_sym_DASH_DASH] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_sizeof] = ACTIONS(2596), - [sym_number_literal] = ACTIONS(2598), - [anon_sym_L_SQUOTE] = ACTIONS(2598), - [anon_sym_u_SQUOTE] = ACTIONS(2598), - [anon_sym_U_SQUOTE] = ACTIONS(2598), - [anon_sym_u8_SQUOTE] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2598), - [anon_sym_L_DQUOTE] = ACTIONS(2598), - [anon_sym_u_DQUOTE] = ACTIONS(2598), - [anon_sym_U_DQUOTE] = ACTIONS(2598), - [anon_sym_u8_DQUOTE] = ACTIONS(2598), - [anon_sym_DQUOTE] = ACTIONS(2598), - [sym_true] = ACTIONS(2596), - [sym_false] = ACTIONS(2596), - [sym_null] = ACTIONS(2596), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2596), - [anon_sym_decltype] = ACTIONS(2596), - [anon_sym_virtual] = ACTIONS(2596), - [anon_sym_explicit] = ACTIONS(2596), - [anon_sym_typename] = ACTIONS(2596), - [anon_sym_template] = ACTIONS(2596), - [anon_sym_operator] = ACTIONS(2596), - [anon_sym_try] = ACTIONS(2596), - [anon_sym_delete] = ACTIONS(2596), - [anon_sym_throw] = ACTIONS(2596), - [anon_sym_namespace] = ACTIONS(2596), - [anon_sym_using] = ACTIONS(2596), - [anon_sym_static_assert] = ACTIONS(2596), - [anon_sym_concept] = ACTIONS(2596), - [anon_sym_co_return] = ACTIONS(2596), - [anon_sym_co_yield] = ACTIONS(2596), - [anon_sym_R_DQUOTE] = ACTIONS(2598), - [anon_sym_LR_DQUOTE] = ACTIONS(2598), - [anon_sym_uR_DQUOTE] = ACTIONS(2598), - [anon_sym_UR_DQUOTE] = ACTIONS(2598), - [anon_sym_u8R_DQUOTE] = ACTIONS(2598), - [anon_sym_co_await] = ACTIONS(2596), - [anon_sym_new] = ACTIONS(2596), - [anon_sym_requires] = ACTIONS(2596), - [sym_this] = ACTIONS(2596), - [sym_nullptr] = ACTIONS(2596), - }, - [762] = { - [ts_builtin_sym_end] = ACTIONS(2594), - [sym_identifier] = ACTIONS(2592), - [aux_sym_preproc_include_token1] = ACTIONS(2592), - [aux_sym_preproc_def_token1] = ACTIONS(2592), - [aux_sym_preproc_if_token1] = ACTIONS(2592), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2592), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2592), - [sym_preproc_directive] = ACTIONS(2592), - [anon_sym_LPAREN2] = ACTIONS(2594), - [anon_sym_BANG] = ACTIONS(2594), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2592), - [anon_sym_PLUS] = ACTIONS(2592), - [anon_sym_STAR] = ACTIONS(2594), - [anon_sym_AMP_AMP] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_SEMI] = ACTIONS(2594), - [anon_sym_typedef] = ACTIONS(2592), - [anon_sym_extern] = ACTIONS(2592), - [anon_sym___attribute__] = ACTIONS(2592), - [anon_sym_COLON_COLON] = ACTIONS(2594), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2594), - [anon_sym___declspec] = ACTIONS(2592), - [anon_sym___based] = ACTIONS(2592), - [anon_sym___cdecl] = ACTIONS(2592), - [anon_sym___clrcall] = ACTIONS(2592), - [anon_sym___stdcall] = ACTIONS(2592), - [anon_sym___fastcall] = ACTIONS(2592), - [anon_sym___thiscall] = ACTIONS(2592), - [anon_sym___vectorcall] = ACTIONS(2592), - [anon_sym_LBRACE] = ACTIONS(2594), - [anon_sym_LBRACK] = ACTIONS(2592), - [anon_sym_static] = ACTIONS(2592), - [anon_sym_register] = ACTIONS(2592), - [anon_sym_inline] = ACTIONS(2592), - [anon_sym_thread_local] = ACTIONS(2592), - [anon_sym_const] = ACTIONS(2592), - [anon_sym_volatile] = ACTIONS(2592), - [anon_sym_restrict] = ACTIONS(2592), - [anon_sym__Atomic] = ACTIONS(2592), - [anon_sym_mutable] = ACTIONS(2592), - [anon_sym_constexpr] = ACTIONS(2592), - [anon_sym_constinit] = ACTIONS(2592), - [anon_sym_consteval] = ACTIONS(2592), - [anon_sym_signed] = ACTIONS(2592), - [anon_sym_unsigned] = ACTIONS(2592), - [anon_sym_long] = ACTIONS(2592), - [anon_sym_short] = ACTIONS(2592), - [sym_primitive_type] = ACTIONS(2592), - [anon_sym_enum] = ACTIONS(2592), - [anon_sym_class] = ACTIONS(2592), - [anon_sym_struct] = ACTIONS(2592), - [anon_sym_union] = ACTIONS(2592), - [anon_sym_if] = ACTIONS(2592), - [anon_sym_else] = ACTIONS(2592), - [anon_sym_switch] = ACTIONS(2592), - [anon_sym_case] = ACTIONS(2592), - [anon_sym_default] = ACTIONS(2592), - [anon_sym_while] = ACTIONS(2592), - [anon_sym_do] = ACTIONS(2592), - [anon_sym_for] = ACTIONS(2592), - [anon_sym_return] = ACTIONS(2592), - [anon_sym_break] = ACTIONS(2592), - [anon_sym_continue] = ACTIONS(2592), - [anon_sym_goto] = ACTIONS(2592), - [anon_sym_not] = ACTIONS(2592), - [anon_sym_compl] = ACTIONS(2592), - [anon_sym_DASH_DASH] = ACTIONS(2594), - [anon_sym_PLUS_PLUS] = ACTIONS(2594), - [anon_sym_sizeof] = ACTIONS(2592), - [sym_number_literal] = ACTIONS(2594), - [anon_sym_L_SQUOTE] = ACTIONS(2594), - [anon_sym_u_SQUOTE] = ACTIONS(2594), - [anon_sym_U_SQUOTE] = ACTIONS(2594), - [anon_sym_u8_SQUOTE] = ACTIONS(2594), - [anon_sym_SQUOTE] = ACTIONS(2594), - [anon_sym_L_DQUOTE] = ACTIONS(2594), - [anon_sym_u_DQUOTE] = ACTIONS(2594), - [anon_sym_U_DQUOTE] = ACTIONS(2594), - [anon_sym_u8_DQUOTE] = ACTIONS(2594), - [anon_sym_DQUOTE] = ACTIONS(2594), - [sym_true] = ACTIONS(2592), - [sym_false] = ACTIONS(2592), - [sym_null] = ACTIONS(2592), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2592), - [anon_sym_decltype] = ACTIONS(2592), - [anon_sym_virtual] = ACTIONS(2592), - [anon_sym_explicit] = ACTIONS(2592), - [anon_sym_typename] = ACTIONS(2592), - [anon_sym_template] = ACTIONS(2592), - [anon_sym_operator] = ACTIONS(2592), - [anon_sym_try] = ACTIONS(2592), - [anon_sym_delete] = ACTIONS(2592), - [anon_sym_throw] = ACTIONS(2592), - [anon_sym_namespace] = ACTIONS(2592), - [anon_sym_using] = ACTIONS(2592), - [anon_sym_static_assert] = ACTIONS(2592), - [anon_sym_concept] = ACTIONS(2592), - [anon_sym_co_return] = ACTIONS(2592), - [anon_sym_co_yield] = ACTIONS(2592), - [anon_sym_R_DQUOTE] = ACTIONS(2594), - [anon_sym_LR_DQUOTE] = ACTIONS(2594), - [anon_sym_uR_DQUOTE] = ACTIONS(2594), - [anon_sym_UR_DQUOTE] = ACTIONS(2594), - [anon_sym_u8R_DQUOTE] = ACTIONS(2594), - [anon_sym_co_await] = ACTIONS(2592), - [anon_sym_new] = ACTIONS(2592), - [anon_sym_requires] = ACTIONS(2592), - [sym_this] = ACTIONS(2592), - [sym_nullptr] = ACTIONS(2592), - }, - [763] = { - [sym_identifier] = ACTIONS(2592), - [aux_sym_preproc_include_token1] = ACTIONS(2592), - [aux_sym_preproc_def_token1] = ACTIONS(2592), - [aux_sym_preproc_if_token1] = ACTIONS(2592), - [aux_sym_preproc_if_token2] = ACTIONS(2592), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2592), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2592), - [sym_preproc_directive] = ACTIONS(2592), - [anon_sym_LPAREN2] = ACTIONS(2594), - [anon_sym_BANG] = ACTIONS(2594), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2592), - [anon_sym_PLUS] = ACTIONS(2592), - [anon_sym_STAR] = ACTIONS(2594), - [anon_sym_AMP_AMP] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_SEMI] = ACTIONS(2594), - [anon_sym_typedef] = ACTIONS(2592), - [anon_sym_extern] = ACTIONS(2592), - [anon_sym___attribute__] = ACTIONS(2592), - [anon_sym_COLON_COLON] = ACTIONS(2594), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2594), - [anon_sym___declspec] = ACTIONS(2592), - [anon_sym___based] = ACTIONS(2592), - [anon_sym___cdecl] = ACTIONS(2592), - [anon_sym___clrcall] = ACTIONS(2592), - [anon_sym___stdcall] = ACTIONS(2592), - [anon_sym___fastcall] = ACTIONS(2592), - [anon_sym___thiscall] = ACTIONS(2592), - [anon_sym___vectorcall] = ACTIONS(2592), - [anon_sym_LBRACE] = ACTIONS(2594), - [anon_sym_LBRACK] = ACTIONS(2592), - [anon_sym_static] = ACTIONS(2592), - [anon_sym_register] = ACTIONS(2592), - [anon_sym_inline] = ACTIONS(2592), - [anon_sym_thread_local] = ACTIONS(2592), - [anon_sym_const] = ACTIONS(2592), - [anon_sym_volatile] = ACTIONS(2592), - [anon_sym_restrict] = ACTIONS(2592), - [anon_sym__Atomic] = ACTIONS(2592), - [anon_sym_mutable] = ACTIONS(2592), - [anon_sym_constexpr] = ACTIONS(2592), - [anon_sym_constinit] = ACTIONS(2592), - [anon_sym_consteval] = ACTIONS(2592), - [anon_sym_signed] = ACTIONS(2592), - [anon_sym_unsigned] = ACTIONS(2592), - [anon_sym_long] = ACTIONS(2592), - [anon_sym_short] = ACTIONS(2592), - [sym_primitive_type] = ACTIONS(2592), - [anon_sym_enum] = ACTIONS(2592), - [anon_sym_class] = ACTIONS(2592), - [anon_sym_struct] = ACTIONS(2592), - [anon_sym_union] = ACTIONS(2592), - [anon_sym_if] = ACTIONS(2592), - [anon_sym_else] = ACTIONS(2592), - [anon_sym_switch] = ACTIONS(2592), - [anon_sym_case] = ACTIONS(2592), - [anon_sym_default] = ACTIONS(2592), - [anon_sym_while] = ACTIONS(2592), - [anon_sym_do] = ACTIONS(2592), - [anon_sym_for] = ACTIONS(2592), - [anon_sym_return] = ACTIONS(2592), - [anon_sym_break] = ACTIONS(2592), - [anon_sym_continue] = ACTIONS(2592), - [anon_sym_goto] = ACTIONS(2592), - [anon_sym_not] = ACTIONS(2592), - [anon_sym_compl] = ACTIONS(2592), - [anon_sym_DASH_DASH] = ACTIONS(2594), - [anon_sym_PLUS_PLUS] = ACTIONS(2594), - [anon_sym_sizeof] = ACTIONS(2592), - [sym_number_literal] = ACTIONS(2594), - [anon_sym_L_SQUOTE] = ACTIONS(2594), - [anon_sym_u_SQUOTE] = ACTIONS(2594), - [anon_sym_U_SQUOTE] = ACTIONS(2594), - [anon_sym_u8_SQUOTE] = ACTIONS(2594), - [anon_sym_SQUOTE] = ACTIONS(2594), - [anon_sym_L_DQUOTE] = ACTIONS(2594), - [anon_sym_u_DQUOTE] = ACTIONS(2594), - [anon_sym_U_DQUOTE] = ACTIONS(2594), - [anon_sym_u8_DQUOTE] = ACTIONS(2594), - [anon_sym_DQUOTE] = ACTIONS(2594), - [sym_true] = ACTIONS(2592), - [sym_false] = ACTIONS(2592), - [sym_null] = ACTIONS(2592), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2592), - [anon_sym_decltype] = ACTIONS(2592), - [anon_sym_virtual] = ACTIONS(2592), - [anon_sym_explicit] = ACTIONS(2592), - [anon_sym_typename] = ACTIONS(2592), - [anon_sym_template] = ACTIONS(2592), - [anon_sym_operator] = ACTIONS(2592), - [anon_sym_try] = ACTIONS(2592), - [anon_sym_delete] = ACTIONS(2592), - [anon_sym_throw] = ACTIONS(2592), - [anon_sym_namespace] = ACTIONS(2592), - [anon_sym_using] = ACTIONS(2592), - [anon_sym_static_assert] = ACTIONS(2592), - [anon_sym_concept] = ACTIONS(2592), - [anon_sym_co_return] = ACTIONS(2592), - [anon_sym_co_yield] = ACTIONS(2592), - [anon_sym_R_DQUOTE] = ACTIONS(2594), - [anon_sym_LR_DQUOTE] = ACTIONS(2594), - [anon_sym_uR_DQUOTE] = ACTIONS(2594), - [anon_sym_UR_DQUOTE] = ACTIONS(2594), - [anon_sym_u8R_DQUOTE] = ACTIONS(2594), - [anon_sym_co_await] = ACTIONS(2592), - [anon_sym_new] = ACTIONS(2592), - [anon_sym_requires] = ACTIONS(2592), - [sym_this] = ACTIONS(2592), - [sym_nullptr] = ACTIONS(2592), - }, - [764] = { - [sym_identifier] = ACTIONS(2596), - [aux_sym_preproc_include_token1] = ACTIONS(2596), - [aux_sym_preproc_def_token1] = ACTIONS(2596), - [aux_sym_preproc_if_token1] = ACTIONS(2596), - [aux_sym_preproc_if_token2] = ACTIONS(2596), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2596), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2596), - [sym_preproc_directive] = ACTIONS(2596), - [anon_sym_LPAREN2] = ACTIONS(2598), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_TILDE] = ACTIONS(2598), - [anon_sym_DASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2596), - [anon_sym_STAR] = ACTIONS(2598), - [anon_sym_AMP_AMP] = ACTIONS(2598), - [anon_sym_AMP] = ACTIONS(2596), - [anon_sym_SEMI] = ACTIONS(2598), - [anon_sym_typedef] = ACTIONS(2596), - [anon_sym_extern] = ACTIONS(2596), - [anon_sym___attribute__] = ACTIONS(2596), - [anon_sym_COLON_COLON] = ACTIONS(2598), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2598), - [anon_sym___declspec] = ACTIONS(2596), - [anon_sym___based] = ACTIONS(2596), - [anon_sym___cdecl] = ACTIONS(2596), - [anon_sym___clrcall] = ACTIONS(2596), - [anon_sym___stdcall] = ACTIONS(2596), - [anon_sym___fastcall] = ACTIONS(2596), - [anon_sym___thiscall] = ACTIONS(2596), - [anon_sym___vectorcall] = ACTIONS(2596), - [anon_sym_LBRACE] = ACTIONS(2598), - [anon_sym_LBRACK] = ACTIONS(2596), - [anon_sym_static] = ACTIONS(2596), - [anon_sym_register] = ACTIONS(2596), - [anon_sym_inline] = ACTIONS(2596), - [anon_sym_thread_local] = ACTIONS(2596), - [anon_sym_const] = ACTIONS(2596), - [anon_sym_volatile] = ACTIONS(2596), - [anon_sym_restrict] = ACTIONS(2596), - [anon_sym__Atomic] = ACTIONS(2596), - [anon_sym_mutable] = ACTIONS(2596), - [anon_sym_constexpr] = ACTIONS(2596), - [anon_sym_constinit] = ACTIONS(2596), - [anon_sym_consteval] = ACTIONS(2596), - [anon_sym_signed] = ACTIONS(2596), - [anon_sym_unsigned] = ACTIONS(2596), - [anon_sym_long] = ACTIONS(2596), - [anon_sym_short] = ACTIONS(2596), - [sym_primitive_type] = ACTIONS(2596), - [anon_sym_enum] = ACTIONS(2596), - [anon_sym_class] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(2596), - [anon_sym_union] = ACTIONS(2596), - [anon_sym_if] = ACTIONS(2596), - [anon_sym_else] = ACTIONS(2596), - [anon_sym_switch] = ACTIONS(2596), - [anon_sym_case] = ACTIONS(2596), - [anon_sym_default] = ACTIONS(2596), - [anon_sym_while] = ACTIONS(2596), - [anon_sym_do] = ACTIONS(2596), - [anon_sym_for] = ACTIONS(2596), - [anon_sym_return] = ACTIONS(2596), - [anon_sym_break] = ACTIONS(2596), - [anon_sym_continue] = ACTIONS(2596), - [anon_sym_goto] = ACTIONS(2596), - [anon_sym_not] = ACTIONS(2596), - [anon_sym_compl] = ACTIONS(2596), - [anon_sym_DASH_DASH] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_sizeof] = ACTIONS(2596), - [sym_number_literal] = ACTIONS(2598), - [anon_sym_L_SQUOTE] = ACTIONS(2598), - [anon_sym_u_SQUOTE] = ACTIONS(2598), - [anon_sym_U_SQUOTE] = ACTIONS(2598), - [anon_sym_u8_SQUOTE] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2598), - [anon_sym_L_DQUOTE] = ACTIONS(2598), - [anon_sym_u_DQUOTE] = ACTIONS(2598), - [anon_sym_U_DQUOTE] = ACTIONS(2598), - [anon_sym_u8_DQUOTE] = ACTIONS(2598), - [anon_sym_DQUOTE] = ACTIONS(2598), - [sym_true] = ACTIONS(2596), - [sym_false] = ACTIONS(2596), - [sym_null] = ACTIONS(2596), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2596), - [anon_sym_decltype] = ACTIONS(2596), - [anon_sym_virtual] = ACTIONS(2596), - [anon_sym_explicit] = ACTIONS(2596), - [anon_sym_typename] = ACTIONS(2596), - [anon_sym_template] = ACTIONS(2596), - [anon_sym_operator] = ACTIONS(2596), - [anon_sym_try] = ACTIONS(2596), - [anon_sym_delete] = ACTIONS(2596), - [anon_sym_throw] = ACTIONS(2596), - [anon_sym_namespace] = ACTIONS(2596), - [anon_sym_using] = ACTIONS(2596), - [anon_sym_static_assert] = ACTIONS(2596), - [anon_sym_concept] = ACTIONS(2596), - [anon_sym_co_return] = ACTIONS(2596), - [anon_sym_co_yield] = ACTIONS(2596), - [anon_sym_R_DQUOTE] = ACTIONS(2598), - [anon_sym_LR_DQUOTE] = ACTIONS(2598), - [anon_sym_uR_DQUOTE] = ACTIONS(2598), - [anon_sym_UR_DQUOTE] = ACTIONS(2598), - [anon_sym_u8R_DQUOTE] = ACTIONS(2598), - [anon_sym_co_await] = ACTIONS(2596), - [anon_sym_new] = ACTIONS(2596), - [anon_sym_requires] = ACTIONS(2596), - [sym_this] = ACTIONS(2596), - [sym_nullptr] = ACTIONS(2596), - }, - [765] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [766] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [767] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [768] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [769] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_auto] = ACTIONS(2562), + [anon_sym_decltype] = ACTIONS(2562), + [anon_sym_virtual] = ACTIONS(2562), + [anon_sym_explicit] = ACTIONS(2562), + [anon_sym_typename] = ACTIONS(2562), + [anon_sym_template] = ACTIONS(2562), + [anon_sym_operator] = ACTIONS(2562), + [anon_sym_try] = ACTIONS(2562), + [anon_sym_delete] = ACTIONS(2562), + [anon_sym_throw] = ACTIONS(2562), + [anon_sym_namespace] = ACTIONS(2562), + [anon_sym_using] = ACTIONS(2562), + [anon_sym_static_assert] = ACTIONS(2562), + [anon_sym_concept] = ACTIONS(2562), + [anon_sym_co_return] = ACTIONS(2562), + [anon_sym_co_yield] = ACTIONS(2562), + [anon_sym_R_DQUOTE] = ACTIONS(2564), + [anon_sym_LR_DQUOTE] = ACTIONS(2564), + [anon_sym_uR_DQUOTE] = ACTIONS(2564), + [anon_sym_UR_DQUOTE] = ACTIONS(2564), + [anon_sym_u8R_DQUOTE] = ACTIONS(2564), + [anon_sym_co_await] = ACTIONS(2562), + [anon_sym_new] = ACTIONS(2562), + [anon_sym_requires] = ACTIONS(2562), + [sym_this] = ACTIONS(2562), + [sym_nullptr] = ACTIONS(2562), }, - [770] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [714] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [771] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [715] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [772] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [716] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [773] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [717] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [774] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [718] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [775] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [719] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [776] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [720] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [777] = { - [sym_identifier] = ACTIONS(2488), - [aux_sym_preproc_include_token1] = ACTIONS(2488), - [aux_sym_preproc_def_token1] = ACTIONS(2488), - [aux_sym_preproc_if_token1] = ACTIONS(2488), - [aux_sym_preproc_if_token2] = ACTIONS(2488), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2488), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2488), - [sym_preproc_directive] = ACTIONS(2488), - [anon_sym_LPAREN2] = ACTIONS(2490), - [anon_sym_BANG] = ACTIONS(2490), - [anon_sym_TILDE] = ACTIONS(2490), - [anon_sym_DASH] = ACTIONS(2488), - [anon_sym_PLUS] = ACTIONS(2488), - [anon_sym_STAR] = ACTIONS(2490), - [anon_sym_AMP_AMP] = ACTIONS(2490), - [anon_sym_AMP] = ACTIONS(2488), - [anon_sym_SEMI] = ACTIONS(2490), - [anon_sym_typedef] = ACTIONS(2488), - [anon_sym_extern] = ACTIONS(2488), - [anon_sym___attribute__] = ACTIONS(2488), - [anon_sym_COLON_COLON] = ACTIONS(2490), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2490), - [anon_sym___declspec] = ACTIONS(2488), - [anon_sym___based] = ACTIONS(2488), - [anon_sym___cdecl] = ACTIONS(2488), - [anon_sym___clrcall] = ACTIONS(2488), - [anon_sym___stdcall] = ACTIONS(2488), - [anon_sym___fastcall] = ACTIONS(2488), - [anon_sym___thiscall] = ACTIONS(2488), - [anon_sym___vectorcall] = ACTIONS(2488), - [anon_sym_LBRACE] = ACTIONS(2490), - [anon_sym_LBRACK] = ACTIONS(2488), - [anon_sym_static] = ACTIONS(2488), - [anon_sym_register] = ACTIONS(2488), - [anon_sym_inline] = ACTIONS(2488), - [anon_sym_thread_local] = ACTIONS(2488), - [anon_sym_const] = ACTIONS(2488), - [anon_sym_volatile] = ACTIONS(2488), - [anon_sym_restrict] = ACTIONS(2488), - [anon_sym__Atomic] = ACTIONS(2488), - [anon_sym_mutable] = ACTIONS(2488), - [anon_sym_constexpr] = ACTIONS(2488), - [anon_sym_constinit] = ACTIONS(2488), - [anon_sym_consteval] = ACTIONS(2488), - [anon_sym_signed] = ACTIONS(2488), - [anon_sym_unsigned] = ACTIONS(2488), - [anon_sym_long] = ACTIONS(2488), - [anon_sym_short] = ACTIONS(2488), - [sym_primitive_type] = ACTIONS(2488), - [anon_sym_enum] = ACTIONS(2488), - [anon_sym_class] = ACTIONS(2488), - [anon_sym_struct] = ACTIONS(2488), - [anon_sym_union] = ACTIONS(2488), - [anon_sym_if] = ACTIONS(2488), - [anon_sym_else] = ACTIONS(2488), - [anon_sym_switch] = ACTIONS(2488), - [anon_sym_case] = ACTIONS(2488), - [anon_sym_default] = ACTIONS(2488), - [anon_sym_while] = ACTIONS(2488), - [anon_sym_do] = ACTIONS(2488), - [anon_sym_for] = ACTIONS(2488), - [anon_sym_return] = ACTIONS(2488), - [anon_sym_break] = ACTIONS(2488), - [anon_sym_continue] = ACTIONS(2488), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_not] = ACTIONS(2488), - [anon_sym_compl] = ACTIONS(2488), - [anon_sym_DASH_DASH] = ACTIONS(2490), - [anon_sym_PLUS_PLUS] = ACTIONS(2490), - [anon_sym_sizeof] = ACTIONS(2488), - [sym_number_literal] = ACTIONS(2490), - [anon_sym_L_SQUOTE] = ACTIONS(2490), - [anon_sym_u_SQUOTE] = ACTIONS(2490), - [anon_sym_U_SQUOTE] = ACTIONS(2490), - [anon_sym_u8_SQUOTE] = ACTIONS(2490), - [anon_sym_SQUOTE] = ACTIONS(2490), - [anon_sym_L_DQUOTE] = ACTIONS(2490), - [anon_sym_u_DQUOTE] = ACTIONS(2490), - [anon_sym_U_DQUOTE] = ACTIONS(2490), - [anon_sym_u8_DQUOTE] = ACTIONS(2490), - [anon_sym_DQUOTE] = ACTIONS(2490), - [sym_true] = ACTIONS(2488), - [sym_false] = ACTIONS(2488), - [sym_null] = ACTIONS(2488), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2488), - [anon_sym_decltype] = ACTIONS(2488), - [anon_sym_virtual] = ACTIONS(2488), - [anon_sym_explicit] = ACTIONS(2488), - [anon_sym_typename] = ACTIONS(2488), - [anon_sym_template] = ACTIONS(2488), - [anon_sym_operator] = ACTIONS(2488), - [anon_sym_try] = ACTIONS(2488), - [anon_sym_delete] = ACTIONS(2488), - [anon_sym_throw] = ACTIONS(2488), - [anon_sym_namespace] = ACTIONS(2488), - [anon_sym_using] = ACTIONS(2488), - [anon_sym_static_assert] = ACTIONS(2488), - [anon_sym_concept] = ACTIONS(2488), - [anon_sym_co_return] = ACTIONS(2488), - [anon_sym_co_yield] = ACTIONS(2488), - [anon_sym_R_DQUOTE] = ACTIONS(2490), - [anon_sym_LR_DQUOTE] = ACTIONS(2490), - [anon_sym_uR_DQUOTE] = ACTIONS(2490), - [anon_sym_UR_DQUOTE] = ACTIONS(2490), - [anon_sym_u8R_DQUOTE] = ACTIONS(2490), - [anon_sym_co_await] = ACTIONS(2488), - [anon_sym_new] = ACTIONS(2488), - [anon_sym_requires] = ACTIONS(2488), - [sym_this] = ACTIONS(2488), - [sym_nullptr] = ACTIONS(2488), + [721] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [778] = { - [sym__declaration_modifiers] = STATE(2191), - [sym__declaration_specifiers] = STATE(5049), - [sym_attribute_specifier] = STATE(2191), - [sym_attribute_declaration] = STATE(2191), - [sym_ms_declspec_modifier] = STATE(2191), - [sym_storage_class_specifier] = STATE(2191), - [sym_type_qualifier] = STATE(2191), - [sym__type_specifier] = STATE(4074), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2191), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3424), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5299), - [sym_qualified_type_identifier] = STATE(3551), - [aux_sym__declaration_specifiers_repeat1] = STATE(2191), - [aux_sym_sized_type_specifier_repeat1] = STATE(3465), - [sym_identifier] = ACTIONS(2872), - [anon_sym_COMMA] = ACTIONS(2906), - [anon_sym_BANG] = ACTIONS(2908), - [anon_sym_TILDE] = ACTIONS(2906), - [anon_sym_DASH] = ACTIONS(2908), - [anon_sym_PLUS] = ACTIONS(2908), - [anon_sym_STAR] = ACTIONS(2908), - [anon_sym_SLASH] = ACTIONS(2908), - [anon_sym_PERCENT] = ACTIONS(2908), - [anon_sym_PIPE_PIPE] = ACTIONS(2906), - [anon_sym_AMP_AMP] = ACTIONS(2906), - [anon_sym_PIPE] = ACTIONS(2908), - [anon_sym_CARET] = ACTIONS(2908), - [anon_sym_AMP] = ACTIONS(2908), - [anon_sym_EQ_EQ] = ACTIONS(2906), - [anon_sym_BANG_EQ] = ACTIONS(2906), - [anon_sym_GT] = ACTIONS(2908), - [anon_sym_GT_EQ] = ACTIONS(2906), - [anon_sym_LT_EQ] = ACTIONS(2908), - [anon_sym_LT] = ACTIONS(2908), - [anon_sym_LT_LT] = ACTIONS(2908), - [anon_sym_GT_GT] = ACTIONS(2908), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2878), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym_EQ] = ACTIONS(2908), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(2880), - [anon_sym_unsigned] = ACTIONS(2880), - [anon_sym_long] = ACTIONS(2880), - [anon_sym_short] = ACTIONS(2880), - [sym_primitive_type] = ACTIONS(2882), - [anon_sym_enum] = ACTIONS(2884), - [anon_sym_class] = ACTIONS(2886), - [anon_sym_struct] = ACTIONS(2888), - [anon_sym_union] = ACTIONS(2890), - [anon_sym_STAR_EQ] = ACTIONS(2906), - [anon_sym_SLASH_EQ] = ACTIONS(2906), - [anon_sym_PERCENT_EQ] = ACTIONS(2906), - [anon_sym_PLUS_EQ] = ACTIONS(2906), - [anon_sym_DASH_EQ] = ACTIONS(2906), - [anon_sym_LT_LT_EQ] = ACTIONS(2906), - [anon_sym_GT_GT_EQ] = ACTIONS(2906), - [anon_sym_AMP_EQ] = ACTIONS(2906), - [anon_sym_CARET_EQ] = ACTIONS(2906), - [anon_sym_PIPE_EQ] = ACTIONS(2906), - [anon_sym_and_eq] = ACTIONS(2908), - [anon_sym_or_eq] = ACTIONS(2908), - [anon_sym_xor_eq] = ACTIONS(2908), - [anon_sym_not] = ACTIONS(2908), - [anon_sym_compl] = ACTIONS(2908), - [anon_sym_LT_EQ_GT] = ACTIONS(2906), - [anon_sym_or] = ACTIONS(2908), - [anon_sym_and] = ACTIONS(2908), - [anon_sym_bitor] = ACTIONS(2908), - [anon_sym_xor] = ACTIONS(2908), - [anon_sym_bitand] = ACTIONS(2908), - [anon_sym_not_eq] = ACTIONS(2908), - [anon_sym_DASH_DASH] = ACTIONS(2906), - [anon_sym_PLUS_PLUS] = ACTIONS(2906), - [anon_sym_DASH_GT] = ACTIONS(2908), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(105), - [anon_sym_decltype] = ACTIONS(107), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_typename] = ACTIONS(2892), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2910), - [anon_sym_co_await] = ACTIONS(2908), - [anon_sym_new] = ACTIONS(2910), - [anon_sym_DASH_GT_STAR] = ACTIONS(2906), - [anon_sym_LPAREN_RPAREN] = ACTIONS(2906), - [anon_sym_LBRACK_RBRACK] = ACTIONS(2906), - [anon_sym_DQUOTE_DQUOTE] = ACTIONS(2912), + [722] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [779] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [723] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [780] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [724] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [781] = { + [725] = { [sym_identifier] = ACTIONS(2612), [aux_sym_preproc_include_token1] = ACTIONS(2612), [aux_sym_preproc_def_token1] = ACTIONS(2612), @@ -126881,233 +120311,2719 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2612), [sym_nullptr] = ACTIONS(2612), }, - [782] = { - [sym_identifier] = ACTIONS(2502), - [aux_sym_preproc_include_token1] = ACTIONS(2502), - [aux_sym_preproc_def_token1] = ACTIONS(2502), - [aux_sym_preproc_if_token1] = ACTIONS(2502), - [aux_sym_preproc_if_token2] = ACTIONS(2502), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2502), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2502), - [sym_preproc_directive] = ACTIONS(2502), - [anon_sym_LPAREN2] = ACTIONS(2504), - [anon_sym_BANG] = ACTIONS(2504), - [anon_sym_TILDE] = ACTIONS(2504), - [anon_sym_DASH] = ACTIONS(2502), - [anon_sym_PLUS] = ACTIONS(2502), - [anon_sym_STAR] = ACTIONS(2504), - [anon_sym_AMP_AMP] = ACTIONS(2504), - [anon_sym_AMP] = ACTIONS(2502), - [anon_sym_SEMI] = ACTIONS(2504), - [anon_sym_typedef] = ACTIONS(2502), - [anon_sym_extern] = ACTIONS(2502), - [anon_sym___attribute__] = ACTIONS(2502), - [anon_sym_COLON_COLON] = ACTIONS(2504), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2504), - [anon_sym___declspec] = ACTIONS(2502), - [anon_sym___based] = ACTIONS(2502), - [anon_sym___cdecl] = ACTIONS(2502), - [anon_sym___clrcall] = ACTIONS(2502), - [anon_sym___stdcall] = ACTIONS(2502), - [anon_sym___fastcall] = ACTIONS(2502), - [anon_sym___thiscall] = ACTIONS(2502), - [anon_sym___vectorcall] = ACTIONS(2502), - [anon_sym_LBRACE] = ACTIONS(2504), - [anon_sym_LBRACK] = ACTIONS(2502), - [anon_sym_static] = ACTIONS(2502), - [anon_sym_register] = ACTIONS(2502), - [anon_sym_inline] = ACTIONS(2502), - [anon_sym_thread_local] = ACTIONS(2502), - [anon_sym_const] = ACTIONS(2502), - [anon_sym_volatile] = ACTIONS(2502), - [anon_sym_restrict] = ACTIONS(2502), - [anon_sym__Atomic] = ACTIONS(2502), - [anon_sym_mutable] = ACTIONS(2502), - [anon_sym_constexpr] = ACTIONS(2502), - [anon_sym_constinit] = ACTIONS(2502), - [anon_sym_consteval] = ACTIONS(2502), - [anon_sym_signed] = ACTIONS(2502), - [anon_sym_unsigned] = ACTIONS(2502), - [anon_sym_long] = ACTIONS(2502), - [anon_sym_short] = ACTIONS(2502), - [sym_primitive_type] = ACTIONS(2502), - [anon_sym_enum] = ACTIONS(2502), - [anon_sym_class] = ACTIONS(2502), - [anon_sym_struct] = ACTIONS(2502), - [anon_sym_union] = ACTIONS(2502), - [anon_sym_if] = ACTIONS(2502), - [anon_sym_else] = ACTIONS(2502), - [anon_sym_switch] = ACTIONS(2502), - [anon_sym_case] = ACTIONS(2502), - [anon_sym_default] = ACTIONS(2502), - [anon_sym_while] = ACTIONS(2502), - [anon_sym_do] = ACTIONS(2502), - [anon_sym_for] = ACTIONS(2502), - [anon_sym_return] = ACTIONS(2502), - [anon_sym_break] = ACTIONS(2502), - [anon_sym_continue] = ACTIONS(2502), - [anon_sym_goto] = ACTIONS(2502), - [anon_sym_not] = ACTIONS(2502), - [anon_sym_compl] = ACTIONS(2502), - [anon_sym_DASH_DASH] = ACTIONS(2504), - [anon_sym_PLUS_PLUS] = ACTIONS(2504), - [anon_sym_sizeof] = ACTIONS(2502), - [sym_number_literal] = ACTIONS(2504), - [anon_sym_L_SQUOTE] = ACTIONS(2504), - [anon_sym_u_SQUOTE] = ACTIONS(2504), - [anon_sym_U_SQUOTE] = ACTIONS(2504), - [anon_sym_u8_SQUOTE] = ACTIONS(2504), - [anon_sym_SQUOTE] = ACTIONS(2504), - [anon_sym_L_DQUOTE] = ACTIONS(2504), - [anon_sym_u_DQUOTE] = ACTIONS(2504), - [anon_sym_U_DQUOTE] = ACTIONS(2504), - [anon_sym_u8_DQUOTE] = ACTIONS(2504), - [anon_sym_DQUOTE] = ACTIONS(2504), - [sym_true] = ACTIONS(2502), - [sym_false] = ACTIONS(2502), - [sym_null] = ACTIONS(2502), + [726] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [727] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [728] = { + [sym__declaration_modifiers] = STATE(2205), + [sym__declaration_specifiers] = STATE(5026), + [sym_attribute_specifier] = STATE(2205), + [sym_attribute_declaration] = STATE(2205), + [sym_ms_declspec_modifier] = STATE(2205), + [sym_storage_class_specifier] = STATE(2205), + [sym_type_qualifier] = STATE(2205), + [sym__type_specifier] = STATE(4047), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2205), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3417), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5218), + [sym_qualified_type_identifier] = STATE(3425), + [aux_sym__declaration_specifiers_repeat1] = STATE(2205), + [aux_sym_sized_type_specifier_repeat1] = STATE(3516), + [sym_identifier] = ACTIONS(2876), + [anon_sym_COMMA] = ACTIONS(2878), + [anon_sym_BANG] = ACTIONS(2880), + [anon_sym_TILDE] = ACTIONS(2878), + [anon_sym_DASH] = ACTIONS(2880), + [anon_sym_PLUS] = ACTIONS(2880), + [anon_sym_STAR] = ACTIONS(2880), + [anon_sym_SLASH] = ACTIONS(2880), + [anon_sym_PERCENT] = ACTIONS(2880), + [anon_sym_PIPE_PIPE] = ACTIONS(2878), + [anon_sym_AMP_AMP] = ACTIONS(2878), + [anon_sym_PIPE] = ACTIONS(2880), + [anon_sym_CARET] = ACTIONS(2880), + [anon_sym_AMP] = ACTIONS(2880), + [anon_sym_EQ_EQ] = ACTIONS(2878), + [anon_sym_BANG_EQ] = ACTIONS(2878), + [anon_sym_GT] = ACTIONS(2880), + [anon_sym_GT_EQ] = ACTIONS(2878), + [anon_sym_LT_EQ] = ACTIONS(2880), + [anon_sym_LT] = ACTIONS(2880), + [anon_sym_LT_LT] = ACTIONS(2880), + [anon_sym_GT_GT] = ACTIONS(2880), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2882), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym_EQ] = ACTIONS(2880), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2884), + [anon_sym_unsigned] = ACTIONS(2884), + [anon_sym_long] = ACTIONS(2884), + [anon_sym_short] = ACTIONS(2884), + [sym_primitive_type] = ACTIONS(2886), + [anon_sym_enum] = ACTIONS(2888), + [anon_sym_class] = ACTIONS(2890), + [anon_sym_struct] = ACTIONS(2892), + [anon_sym_union] = ACTIONS(2894), + [anon_sym_STAR_EQ] = ACTIONS(2878), + [anon_sym_SLASH_EQ] = ACTIONS(2878), + [anon_sym_PERCENT_EQ] = ACTIONS(2878), + [anon_sym_PLUS_EQ] = ACTIONS(2878), + [anon_sym_DASH_EQ] = ACTIONS(2878), + [anon_sym_LT_LT_EQ] = ACTIONS(2878), + [anon_sym_GT_GT_EQ] = ACTIONS(2878), + [anon_sym_AMP_EQ] = ACTIONS(2878), + [anon_sym_CARET_EQ] = ACTIONS(2878), + [anon_sym_PIPE_EQ] = ACTIONS(2878), + [anon_sym_and_eq] = ACTIONS(2880), + [anon_sym_or_eq] = ACTIONS(2880), + [anon_sym_xor_eq] = ACTIONS(2880), + [anon_sym_not] = ACTIONS(2880), + [anon_sym_compl] = ACTIONS(2880), + [anon_sym_LT_EQ_GT] = ACTIONS(2878), + [anon_sym_or] = ACTIONS(2880), + [anon_sym_and] = ACTIONS(2880), + [anon_sym_bitor] = ACTIONS(2880), + [anon_sym_xor] = ACTIONS(2880), + [anon_sym_bitand] = ACTIONS(2880), + [anon_sym_not_eq] = ACTIONS(2880), + [anon_sym_DASH_DASH] = ACTIONS(2878), + [anon_sym_PLUS_PLUS] = ACTIONS(2878), + [anon_sym_DASH_GT] = ACTIONS(2880), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2502), - [anon_sym_decltype] = ACTIONS(2502), - [anon_sym_virtual] = ACTIONS(2502), - [anon_sym_explicit] = ACTIONS(2502), - [anon_sym_typename] = ACTIONS(2502), - [anon_sym_template] = ACTIONS(2502), - [anon_sym_operator] = ACTIONS(2502), - [anon_sym_try] = ACTIONS(2502), - [anon_sym_delete] = ACTIONS(2502), - [anon_sym_throw] = ACTIONS(2502), - [anon_sym_namespace] = ACTIONS(2502), - [anon_sym_using] = ACTIONS(2502), - [anon_sym_static_assert] = ACTIONS(2502), - [anon_sym_concept] = ACTIONS(2502), - [anon_sym_co_return] = ACTIONS(2502), - [anon_sym_co_yield] = ACTIONS(2502), - [anon_sym_R_DQUOTE] = ACTIONS(2504), - [anon_sym_LR_DQUOTE] = ACTIONS(2504), - [anon_sym_uR_DQUOTE] = ACTIONS(2504), - [anon_sym_UR_DQUOTE] = ACTIONS(2504), - [anon_sym_u8R_DQUOTE] = ACTIONS(2504), - [anon_sym_co_await] = ACTIONS(2502), - [anon_sym_new] = ACTIONS(2502), - [anon_sym_requires] = ACTIONS(2502), - [sym_this] = ACTIONS(2502), - [sym_nullptr] = ACTIONS(2502), + [sym_auto] = ACTIONS(105), + [anon_sym_decltype] = ACTIONS(107), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_typename] = ACTIONS(2896), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2898), + [anon_sym_co_await] = ACTIONS(2880), + [anon_sym_new] = ACTIONS(2898), + [anon_sym_DASH_GT_STAR] = ACTIONS(2878), + [anon_sym_LPAREN_RPAREN] = ACTIONS(2878), + [anon_sym_LBRACK_RBRACK] = ACTIONS(2878), + [anon_sym_DQUOTE_DQUOTE] = ACTIONS(2900), + }, + [729] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [730] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [731] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [732] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [733] = { + [sym_identifier] = ACTIONS(2634), + [aux_sym_preproc_include_token1] = ACTIONS(2634), + [aux_sym_preproc_def_token1] = ACTIONS(2634), + [aux_sym_preproc_if_token1] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2634), + [sym_preproc_directive] = ACTIONS(2634), + [anon_sym_LPAREN2] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2634), + [anon_sym_PLUS] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2634), + [anon_sym_SEMI] = ACTIONS(2636), + [anon_sym_typedef] = ACTIONS(2634), + [anon_sym_extern] = ACTIONS(2634), + [anon_sym___attribute__] = ACTIONS(2634), + [anon_sym_COLON_COLON] = ACTIONS(2636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2636), + [anon_sym___declspec] = ACTIONS(2634), + [anon_sym___based] = ACTIONS(2634), + [anon_sym___cdecl] = ACTIONS(2634), + [anon_sym___clrcall] = ACTIONS(2634), + [anon_sym___stdcall] = ACTIONS(2634), + [anon_sym___fastcall] = ACTIONS(2634), + [anon_sym___thiscall] = ACTIONS(2634), + [anon_sym___vectorcall] = ACTIONS(2634), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_RBRACE] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_static] = ACTIONS(2634), + [anon_sym_register] = ACTIONS(2634), + [anon_sym_inline] = ACTIONS(2634), + [anon_sym_thread_local] = ACTIONS(2634), + [anon_sym_const] = ACTIONS(2634), + [anon_sym_volatile] = ACTIONS(2634), + [anon_sym_restrict] = ACTIONS(2634), + [anon_sym__Atomic] = ACTIONS(2634), + [anon_sym_mutable] = ACTIONS(2634), + [anon_sym_constexpr] = ACTIONS(2634), + [anon_sym_constinit] = ACTIONS(2634), + [anon_sym_consteval] = ACTIONS(2634), + [anon_sym_signed] = ACTIONS(2634), + [anon_sym_unsigned] = ACTIONS(2634), + [anon_sym_long] = ACTIONS(2634), + [anon_sym_short] = ACTIONS(2634), + [sym_primitive_type] = ACTIONS(2634), + [anon_sym_enum] = ACTIONS(2634), + [anon_sym_class] = ACTIONS(2634), + [anon_sym_struct] = ACTIONS(2634), + [anon_sym_union] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2634), + [anon_sym_else] = ACTIONS(2634), + [anon_sym_switch] = ACTIONS(2634), + [anon_sym_case] = ACTIONS(2634), + [anon_sym_default] = ACTIONS(2634), + [anon_sym_while] = ACTIONS(2634), + [anon_sym_do] = ACTIONS(2634), + [anon_sym_for] = ACTIONS(2634), + [anon_sym_return] = ACTIONS(2634), + [anon_sym_break] = ACTIONS(2634), + [anon_sym_continue] = ACTIONS(2634), + [anon_sym_goto] = ACTIONS(2634), + [anon_sym_not] = ACTIONS(2634), + [anon_sym_compl] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_sizeof] = ACTIONS(2634), + [sym_number_literal] = ACTIONS(2636), + [anon_sym_L_SQUOTE] = ACTIONS(2636), + [anon_sym_u_SQUOTE] = ACTIONS(2636), + [anon_sym_U_SQUOTE] = ACTIONS(2636), + [anon_sym_u8_SQUOTE] = ACTIONS(2636), + [anon_sym_SQUOTE] = ACTIONS(2636), + [anon_sym_L_DQUOTE] = ACTIONS(2636), + [anon_sym_u_DQUOTE] = ACTIONS(2636), + [anon_sym_U_DQUOTE] = ACTIONS(2636), + [anon_sym_u8_DQUOTE] = ACTIONS(2636), + [anon_sym_DQUOTE] = ACTIONS(2636), + [sym_true] = ACTIONS(2634), + [sym_false] = ACTIONS(2634), + [sym_null] = ACTIONS(2634), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2634), + [anon_sym_decltype] = ACTIONS(2634), + [anon_sym_virtual] = ACTIONS(2634), + [anon_sym_explicit] = ACTIONS(2634), + [anon_sym_typename] = ACTIONS(2634), + [anon_sym_template] = ACTIONS(2634), + [anon_sym_operator] = ACTIONS(2634), + [anon_sym_try] = ACTIONS(2634), + [anon_sym_delete] = ACTIONS(2634), + [anon_sym_throw] = ACTIONS(2634), + [anon_sym_namespace] = ACTIONS(2634), + [anon_sym_using] = ACTIONS(2634), + [anon_sym_static_assert] = ACTIONS(2634), + [anon_sym_concept] = ACTIONS(2634), + [anon_sym_co_return] = ACTIONS(2634), + [anon_sym_co_yield] = ACTIONS(2634), + [anon_sym_R_DQUOTE] = ACTIONS(2636), + [anon_sym_LR_DQUOTE] = ACTIONS(2636), + [anon_sym_uR_DQUOTE] = ACTIONS(2636), + [anon_sym_UR_DQUOTE] = ACTIONS(2636), + [anon_sym_u8R_DQUOTE] = ACTIONS(2636), + [anon_sym_co_await] = ACTIONS(2634), + [anon_sym_new] = ACTIONS(2634), + [anon_sym_requires] = ACTIONS(2634), + [sym_this] = ACTIONS(2634), + [sym_nullptr] = ACTIONS(2634), + }, + [734] = { + [sym_identifier] = ACTIONS(2634), + [aux_sym_preproc_include_token1] = ACTIONS(2634), + [aux_sym_preproc_def_token1] = ACTIONS(2634), + [aux_sym_preproc_if_token1] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2634), + [sym_preproc_directive] = ACTIONS(2634), + [anon_sym_LPAREN2] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2634), + [anon_sym_PLUS] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2634), + [anon_sym_SEMI] = ACTIONS(2636), + [anon_sym_typedef] = ACTIONS(2634), + [anon_sym_extern] = ACTIONS(2634), + [anon_sym___attribute__] = ACTIONS(2634), + [anon_sym_COLON_COLON] = ACTIONS(2636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2636), + [anon_sym___declspec] = ACTIONS(2634), + [anon_sym___based] = ACTIONS(2634), + [anon_sym___cdecl] = ACTIONS(2634), + [anon_sym___clrcall] = ACTIONS(2634), + [anon_sym___stdcall] = ACTIONS(2634), + [anon_sym___fastcall] = ACTIONS(2634), + [anon_sym___thiscall] = ACTIONS(2634), + [anon_sym___vectorcall] = ACTIONS(2634), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_RBRACE] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_static] = ACTIONS(2634), + [anon_sym_register] = ACTIONS(2634), + [anon_sym_inline] = ACTIONS(2634), + [anon_sym_thread_local] = ACTIONS(2634), + [anon_sym_const] = ACTIONS(2634), + [anon_sym_volatile] = ACTIONS(2634), + [anon_sym_restrict] = ACTIONS(2634), + [anon_sym__Atomic] = ACTIONS(2634), + [anon_sym_mutable] = ACTIONS(2634), + [anon_sym_constexpr] = ACTIONS(2634), + [anon_sym_constinit] = ACTIONS(2634), + [anon_sym_consteval] = ACTIONS(2634), + [anon_sym_signed] = ACTIONS(2634), + [anon_sym_unsigned] = ACTIONS(2634), + [anon_sym_long] = ACTIONS(2634), + [anon_sym_short] = ACTIONS(2634), + [sym_primitive_type] = ACTIONS(2634), + [anon_sym_enum] = ACTIONS(2634), + [anon_sym_class] = ACTIONS(2634), + [anon_sym_struct] = ACTIONS(2634), + [anon_sym_union] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2634), + [anon_sym_else] = ACTIONS(2634), + [anon_sym_switch] = ACTIONS(2634), + [anon_sym_case] = ACTIONS(2634), + [anon_sym_default] = ACTIONS(2634), + [anon_sym_while] = ACTIONS(2634), + [anon_sym_do] = ACTIONS(2634), + [anon_sym_for] = ACTIONS(2634), + [anon_sym_return] = ACTIONS(2634), + [anon_sym_break] = ACTIONS(2634), + [anon_sym_continue] = ACTIONS(2634), + [anon_sym_goto] = ACTIONS(2634), + [anon_sym_not] = ACTIONS(2634), + [anon_sym_compl] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_sizeof] = ACTIONS(2634), + [sym_number_literal] = ACTIONS(2636), + [anon_sym_L_SQUOTE] = ACTIONS(2636), + [anon_sym_u_SQUOTE] = ACTIONS(2636), + [anon_sym_U_SQUOTE] = ACTIONS(2636), + [anon_sym_u8_SQUOTE] = ACTIONS(2636), + [anon_sym_SQUOTE] = ACTIONS(2636), + [anon_sym_L_DQUOTE] = ACTIONS(2636), + [anon_sym_u_DQUOTE] = ACTIONS(2636), + [anon_sym_U_DQUOTE] = ACTIONS(2636), + [anon_sym_u8_DQUOTE] = ACTIONS(2636), + [anon_sym_DQUOTE] = ACTIONS(2636), + [sym_true] = ACTIONS(2634), + [sym_false] = ACTIONS(2634), + [sym_null] = ACTIONS(2634), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2634), + [anon_sym_decltype] = ACTIONS(2634), + [anon_sym_virtual] = ACTIONS(2634), + [anon_sym_explicit] = ACTIONS(2634), + [anon_sym_typename] = ACTIONS(2634), + [anon_sym_template] = ACTIONS(2634), + [anon_sym_operator] = ACTIONS(2634), + [anon_sym_try] = ACTIONS(2634), + [anon_sym_delete] = ACTIONS(2634), + [anon_sym_throw] = ACTIONS(2634), + [anon_sym_namespace] = ACTIONS(2634), + [anon_sym_using] = ACTIONS(2634), + [anon_sym_static_assert] = ACTIONS(2634), + [anon_sym_concept] = ACTIONS(2634), + [anon_sym_co_return] = ACTIONS(2634), + [anon_sym_co_yield] = ACTIONS(2634), + [anon_sym_R_DQUOTE] = ACTIONS(2636), + [anon_sym_LR_DQUOTE] = ACTIONS(2636), + [anon_sym_uR_DQUOTE] = ACTIONS(2636), + [anon_sym_UR_DQUOTE] = ACTIONS(2636), + [anon_sym_u8R_DQUOTE] = ACTIONS(2636), + [anon_sym_co_await] = ACTIONS(2634), + [anon_sym_new] = ACTIONS(2634), + [anon_sym_requires] = ACTIONS(2634), + [sym_this] = ACTIONS(2634), + [sym_nullptr] = ACTIONS(2634), + }, + [735] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [736] = { + [sym_identifier] = ACTIONS(2628), + [aux_sym_preproc_include_token1] = ACTIONS(2628), + [aux_sym_preproc_def_token1] = ACTIONS(2628), + [aux_sym_preproc_if_token1] = ACTIONS(2628), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2628), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2628), + [sym_preproc_directive] = ACTIONS(2628), + [anon_sym_LPAREN2] = ACTIONS(2630), + [anon_sym_BANG] = ACTIONS(2630), + [anon_sym_TILDE] = ACTIONS(2630), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2630), + [anon_sym_AMP_AMP] = ACTIONS(2630), + [anon_sym_AMP] = ACTIONS(2628), + [anon_sym_SEMI] = ACTIONS(2630), + [anon_sym_typedef] = ACTIONS(2628), + [anon_sym_extern] = ACTIONS(2628), + [anon_sym___attribute__] = ACTIONS(2628), + [anon_sym_COLON_COLON] = ACTIONS(2630), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2630), + [anon_sym___declspec] = ACTIONS(2628), + [anon_sym___based] = ACTIONS(2628), + [anon_sym___cdecl] = ACTIONS(2628), + [anon_sym___clrcall] = ACTIONS(2628), + [anon_sym___stdcall] = ACTIONS(2628), + [anon_sym___fastcall] = ACTIONS(2628), + [anon_sym___thiscall] = ACTIONS(2628), + [anon_sym___vectorcall] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2630), + [anon_sym_RBRACE] = ACTIONS(2630), + [anon_sym_LBRACK] = ACTIONS(2628), + [anon_sym_static] = ACTIONS(2628), + [anon_sym_register] = ACTIONS(2628), + [anon_sym_inline] = ACTIONS(2628), + [anon_sym_thread_local] = ACTIONS(2628), + [anon_sym_const] = ACTIONS(2628), + [anon_sym_volatile] = ACTIONS(2628), + [anon_sym_restrict] = ACTIONS(2628), + [anon_sym__Atomic] = ACTIONS(2628), + [anon_sym_mutable] = ACTIONS(2628), + [anon_sym_constexpr] = ACTIONS(2628), + [anon_sym_constinit] = ACTIONS(2628), + [anon_sym_consteval] = ACTIONS(2628), + [anon_sym_signed] = ACTIONS(2628), + [anon_sym_unsigned] = ACTIONS(2628), + [anon_sym_long] = ACTIONS(2628), + [anon_sym_short] = ACTIONS(2628), + [sym_primitive_type] = ACTIONS(2628), + [anon_sym_enum] = ACTIONS(2628), + [anon_sym_class] = ACTIONS(2628), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_union] = ACTIONS(2628), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_else] = ACTIONS(2628), + [anon_sym_switch] = ACTIONS(2628), + [anon_sym_case] = ACTIONS(2628), + [anon_sym_default] = ACTIONS(2628), + [anon_sym_while] = ACTIONS(2628), + [anon_sym_do] = ACTIONS(2628), + [anon_sym_for] = ACTIONS(2628), + [anon_sym_return] = ACTIONS(2628), + [anon_sym_break] = ACTIONS(2628), + [anon_sym_continue] = ACTIONS(2628), + [anon_sym_goto] = ACTIONS(2628), + [anon_sym_not] = ACTIONS(2628), + [anon_sym_compl] = ACTIONS(2628), + [anon_sym_DASH_DASH] = ACTIONS(2630), + [anon_sym_PLUS_PLUS] = ACTIONS(2630), + [anon_sym_sizeof] = ACTIONS(2628), + [sym_number_literal] = ACTIONS(2630), + [anon_sym_L_SQUOTE] = ACTIONS(2630), + [anon_sym_u_SQUOTE] = ACTIONS(2630), + [anon_sym_U_SQUOTE] = ACTIONS(2630), + [anon_sym_u8_SQUOTE] = ACTIONS(2630), + [anon_sym_SQUOTE] = ACTIONS(2630), + [anon_sym_L_DQUOTE] = ACTIONS(2630), + [anon_sym_u_DQUOTE] = ACTIONS(2630), + [anon_sym_U_DQUOTE] = ACTIONS(2630), + [anon_sym_u8_DQUOTE] = ACTIONS(2630), + [anon_sym_DQUOTE] = ACTIONS(2630), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_null] = ACTIONS(2628), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2628), + [anon_sym_decltype] = ACTIONS(2628), + [anon_sym_virtual] = ACTIONS(2628), + [anon_sym_explicit] = ACTIONS(2628), + [anon_sym_typename] = ACTIONS(2628), + [anon_sym_template] = ACTIONS(2628), + [anon_sym_operator] = ACTIONS(2628), + [anon_sym_try] = ACTIONS(2628), + [anon_sym_delete] = ACTIONS(2628), + [anon_sym_throw] = ACTIONS(2628), + [anon_sym_namespace] = ACTIONS(2628), + [anon_sym_using] = ACTIONS(2628), + [anon_sym_static_assert] = ACTIONS(2628), + [anon_sym_concept] = ACTIONS(2628), + [anon_sym_co_return] = ACTIONS(2628), + [anon_sym_co_yield] = ACTIONS(2628), + [anon_sym_R_DQUOTE] = ACTIONS(2630), + [anon_sym_LR_DQUOTE] = ACTIONS(2630), + [anon_sym_uR_DQUOTE] = ACTIONS(2630), + [anon_sym_UR_DQUOTE] = ACTIONS(2630), + [anon_sym_u8R_DQUOTE] = ACTIONS(2630), + [anon_sym_co_await] = ACTIONS(2628), + [anon_sym_new] = ACTIONS(2628), + [anon_sym_requires] = ACTIONS(2628), + [sym_this] = ACTIONS(2628), + [sym_nullptr] = ACTIONS(2628), + }, + [737] = { + [sym_identifier] = ACTIONS(2624), + [aux_sym_preproc_include_token1] = ACTIONS(2624), + [aux_sym_preproc_def_token1] = ACTIONS(2624), + [aux_sym_preproc_if_token1] = ACTIONS(2624), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2624), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2624), + [sym_preproc_directive] = ACTIONS(2624), + [anon_sym_LPAREN2] = ACTIONS(2626), + [anon_sym_BANG] = ACTIONS(2626), + [anon_sym_TILDE] = ACTIONS(2626), + [anon_sym_DASH] = ACTIONS(2624), + [anon_sym_PLUS] = ACTIONS(2624), + [anon_sym_STAR] = ACTIONS(2626), + [anon_sym_AMP_AMP] = ACTIONS(2626), + [anon_sym_AMP] = ACTIONS(2624), + [anon_sym_SEMI] = ACTIONS(2626), + [anon_sym_typedef] = ACTIONS(2624), + [anon_sym_extern] = ACTIONS(2624), + [anon_sym___attribute__] = ACTIONS(2624), + [anon_sym_COLON_COLON] = ACTIONS(2626), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2626), + [anon_sym___declspec] = ACTIONS(2624), + [anon_sym___based] = ACTIONS(2624), + [anon_sym___cdecl] = ACTIONS(2624), + [anon_sym___clrcall] = ACTIONS(2624), + [anon_sym___stdcall] = ACTIONS(2624), + [anon_sym___fastcall] = ACTIONS(2624), + [anon_sym___thiscall] = ACTIONS(2624), + [anon_sym___vectorcall] = ACTIONS(2624), + [anon_sym_LBRACE] = ACTIONS(2626), + [anon_sym_RBRACE] = ACTIONS(2626), + [anon_sym_LBRACK] = ACTIONS(2624), + [anon_sym_static] = ACTIONS(2624), + [anon_sym_register] = ACTIONS(2624), + [anon_sym_inline] = ACTIONS(2624), + [anon_sym_thread_local] = ACTIONS(2624), + [anon_sym_const] = ACTIONS(2624), + [anon_sym_volatile] = ACTIONS(2624), + [anon_sym_restrict] = ACTIONS(2624), + [anon_sym__Atomic] = ACTIONS(2624), + [anon_sym_mutable] = ACTIONS(2624), + [anon_sym_constexpr] = ACTIONS(2624), + [anon_sym_constinit] = ACTIONS(2624), + [anon_sym_consteval] = ACTIONS(2624), + [anon_sym_signed] = ACTIONS(2624), + [anon_sym_unsigned] = ACTIONS(2624), + [anon_sym_long] = ACTIONS(2624), + [anon_sym_short] = ACTIONS(2624), + [sym_primitive_type] = ACTIONS(2624), + [anon_sym_enum] = ACTIONS(2624), + [anon_sym_class] = ACTIONS(2624), + [anon_sym_struct] = ACTIONS(2624), + [anon_sym_union] = ACTIONS(2624), + [anon_sym_if] = ACTIONS(2624), + [anon_sym_else] = ACTIONS(2624), + [anon_sym_switch] = ACTIONS(2624), + [anon_sym_case] = ACTIONS(2624), + [anon_sym_default] = ACTIONS(2624), + [anon_sym_while] = ACTIONS(2624), + [anon_sym_do] = ACTIONS(2624), + [anon_sym_for] = ACTIONS(2624), + [anon_sym_return] = ACTIONS(2624), + [anon_sym_break] = ACTIONS(2624), + [anon_sym_continue] = ACTIONS(2624), + [anon_sym_goto] = ACTIONS(2624), + [anon_sym_not] = ACTIONS(2624), + [anon_sym_compl] = ACTIONS(2624), + [anon_sym_DASH_DASH] = ACTIONS(2626), + [anon_sym_PLUS_PLUS] = ACTIONS(2626), + [anon_sym_sizeof] = ACTIONS(2624), + [sym_number_literal] = ACTIONS(2626), + [anon_sym_L_SQUOTE] = ACTIONS(2626), + [anon_sym_u_SQUOTE] = ACTIONS(2626), + [anon_sym_U_SQUOTE] = ACTIONS(2626), + [anon_sym_u8_SQUOTE] = ACTIONS(2626), + [anon_sym_SQUOTE] = ACTIONS(2626), + [anon_sym_L_DQUOTE] = ACTIONS(2626), + [anon_sym_u_DQUOTE] = ACTIONS(2626), + [anon_sym_U_DQUOTE] = ACTIONS(2626), + [anon_sym_u8_DQUOTE] = ACTIONS(2626), + [anon_sym_DQUOTE] = ACTIONS(2626), + [sym_true] = ACTIONS(2624), + [sym_false] = ACTIONS(2624), + [sym_null] = ACTIONS(2624), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2624), + [anon_sym_decltype] = ACTIONS(2624), + [anon_sym_virtual] = ACTIONS(2624), + [anon_sym_explicit] = ACTIONS(2624), + [anon_sym_typename] = ACTIONS(2624), + [anon_sym_template] = ACTIONS(2624), + [anon_sym_operator] = ACTIONS(2624), + [anon_sym_try] = ACTIONS(2624), + [anon_sym_delete] = ACTIONS(2624), + [anon_sym_throw] = ACTIONS(2624), + [anon_sym_namespace] = ACTIONS(2624), + [anon_sym_using] = ACTIONS(2624), + [anon_sym_static_assert] = ACTIONS(2624), + [anon_sym_concept] = ACTIONS(2624), + [anon_sym_co_return] = ACTIONS(2624), + [anon_sym_co_yield] = ACTIONS(2624), + [anon_sym_R_DQUOTE] = ACTIONS(2626), + [anon_sym_LR_DQUOTE] = ACTIONS(2626), + [anon_sym_uR_DQUOTE] = ACTIONS(2626), + [anon_sym_UR_DQUOTE] = ACTIONS(2626), + [anon_sym_u8R_DQUOTE] = ACTIONS(2626), + [anon_sym_co_await] = ACTIONS(2624), + [anon_sym_new] = ACTIONS(2624), + [anon_sym_requires] = ACTIONS(2624), + [sym_this] = ACTIONS(2624), + [sym_nullptr] = ACTIONS(2624), + }, + [738] = { + [sym_identifier] = ACTIONS(2618), + [aux_sym_preproc_include_token1] = ACTIONS(2618), + [aux_sym_preproc_def_token1] = ACTIONS(2618), + [aux_sym_preproc_if_token1] = ACTIONS(2618), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2618), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2618), + [sym_preproc_directive] = ACTIONS(2618), + [anon_sym_LPAREN2] = ACTIONS(2620), + [anon_sym_BANG] = ACTIONS(2620), + [anon_sym_TILDE] = ACTIONS(2620), + [anon_sym_DASH] = ACTIONS(2618), + [anon_sym_PLUS] = ACTIONS(2618), + [anon_sym_STAR] = ACTIONS(2620), + [anon_sym_AMP_AMP] = ACTIONS(2620), + [anon_sym_AMP] = ACTIONS(2618), + [anon_sym_SEMI] = ACTIONS(2620), + [anon_sym_typedef] = ACTIONS(2618), + [anon_sym_extern] = ACTIONS(2618), + [anon_sym___attribute__] = ACTIONS(2618), + [anon_sym_COLON_COLON] = ACTIONS(2620), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2620), + [anon_sym___declspec] = ACTIONS(2618), + [anon_sym___based] = ACTIONS(2618), + [anon_sym___cdecl] = ACTIONS(2618), + [anon_sym___clrcall] = ACTIONS(2618), + [anon_sym___stdcall] = ACTIONS(2618), + [anon_sym___fastcall] = ACTIONS(2618), + [anon_sym___thiscall] = ACTIONS(2618), + [anon_sym___vectorcall] = ACTIONS(2618), + [anon_sym_LBRACE] = ACTIONS(2620), + [anon_sym_RBRACE] = ACTIONS(2620), + [anon_sym_LBRACK] = ACTIONS(2618), + [anon_sym_static] = ACTIONS(2618), + [anon_sym_register] = ACTIONS(2618), + [anon_sym_inline] = ACTIONS(2618), + [anon_sym_thread_local] = ACTIONS(2618), + [anon_sym_const] = ACTIONS(2618), + [anon_sym_volatile] = ACTIONS(2618), + [anon_sym_restrict] = ACTIONS(2618), + [anon_sym__Atomic] = ACTIONS(2618), + [anon_sym_mutable] = ACTIONS(2618), + [anon_sym_constexpr] = ACTIONS(2618), + [anon_sym_constinit] = ACTIONS(2618), + [anon_sym_consteval] = ACTIONS(2618), + [anon_sym_signed] = ACTIONS(2618), + [anon_sym_unsigned] = ACTIONS(2618), + [anon_sym_long] = ACTIONS(2618), + [anon_sym_short] = ACTIONS(2618), + [sym_primitive_type] = ACTIONS(2618), + [anon_sym_enum] = ACTIONS(2618), + [anon_sym_class] = ACTIONS(2618), + [anon_sym_struct] = ACTIONS(2618), + [anon_sym_union] = ACTIONS(2618), + [anon_sym_if] = ACTIONS(2618), + [anon_sym_else] = ACTIONS(2618), + [anon_sym_switch] = ACTIONS(2618), + [anon_sym_case] = ACTIONS(2618), + [anon_sym_default] = ACTIONS(2618), + [anon_sym_while] = ACTIONS(2618), + [anon_sym_do] = ACTIONS(2618), + [anon_sym_for] = ACTIONS(2618), + [anon_sym_return] = ACTIONS(2618), + [anon_sym_break] = ACTIONS(2618), + [anon_sym_continue] = ACTIONS(2618), + [anon_sym_goto] = ACTIONS(2618), + [anon_sym_not] = ACTIONS(2618), + [anon_sym_compl] = ACTIONS(2618), + [anon_sym_DASH_DASH] = ACTIONS(2620), + [anon_sym_PLUS_PLUS] = ACTIONS(2620), + [anon_sym_sizeof] = ACTIONS(2618), + [sym_number_literal] = ACTIONS(2620), + [anon_sym_L_SQUOTE] = ACTIONS(2620), + [anon_sym_u_SQUOTE] = ACTIONS(2620), + [anon_sym_U_SQUOTE] = ACTIONS(2620), + [anon_sym_u8_SQUOTE] = ACTIONS(2620), + [anon_sym_SQUOTE] = ACTIONS(2620), + [anon_sym_L_DQUOTE] = ACTIONS(2620), + [anon_sym_u_DQUOTE] = ACTIONS(2620), + [anon_sym_U_DQUOTE] = ACTIONS(2620), + [anon_sym_u8_DQUOTE] = ACTIONS(2620), + [anon_sym_DQUOTE] = ACTIONS(2620), + [sym_true] = ACTIONS(2618), + [sym_false] = ACTIONS(2618), + [sym_null] = ACTIONS(2618), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2618), + [anon_sym_decltype] = ACTIONS(2618), + [anon_sym_virtual] = ACTIONS(2618), + [anon_sym_explicit] = ACTIONS(2618), + [anon_sym_typename] = ACTIONS(2618), + [anon_sym_template] = ACTIONS(2618), + [anon_sym_operator] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2618), + [anon_sym_delete] = ACTIONS(2618), + [anon_sym_throw] = ACTIONS(2618), + [anon_sym_namespace] = ACTIONS(2618), + [anon_sym_using] = ACTIONS(2618), + [anon_sym_static_assert] = ACTIONS(2618), + [anon_sym_concept] = ACTIONS(2618), + [anon_sym_co_return] = ACTIONS(2618), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_R_DQUOTE] = ACTIONS(2620), + [anon_sym_LR_DQUOTE] = ACTIONS(2620), + [anon_sym_uR_DQUOTE] = ACTIONS(2620), + [anon_sym_UR_DQUOTE] = ACTIONS(2620), + [anon_sym_u8R_DQUOTE] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(2618), + [anon_sym_new] = ACTIONS(2618), + [anon_sym_requires] = ACTIONS(2618), + [sym_this] = ACTIONS(2618), + [sym_nullptr] = ACTIONS(2618), + }, + [739] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [740] = { + [sym_identifier] = ACTIONS(2608), + [aux_sym_preproc_include_token1] = ACTIONS(2608), + [aux_sym_preproc_def_token1] = ACTIONS(2608), + [aux_sym_preproc_if_token1] = ACTIONS(2608), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2608), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2608), + [sym_preproc_directive] = ACTIONS(2608), + [anon_sym_LPAREN2] = ACTIONS(2610), + [anon_sym_BANG] = ACTIONS(2610), + [anon_sym_TILDE] = ACTIONS(2610), + [anon_sym_DASH] = ACTIONS(2608), + [anon_sym_PLUS] = ACTIONS(2608), + [anon_sym_STAR] = ACTIONS(2610), + [anon_sym_AMP_AMP] = ACTIONS(2610), + [anon_sym_AMP] = ACTIONS(2608), + [anon_sym_SEMI] = ACTIONS(2610), + [anon_sym_typedef] = ACTIONS(2608), + [anon_sym_extern] = ACTIONS(2608), + [anon_sym___attribute__] = ACTIONS(2608), + [anon_sym_COLON_COLON] = ACTIONS(2610), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2610), + [anon_sym___declspec] = ACTIONS(2608), + [anon_sym___based] = ACTIONS(2608), + [anon_sym___cdecl] = ACTIONS(2608), + [anon_sym___clrcall] = ACTIONS(2608), + [anon_sym___stdcall] = ACTIONS(2608), + [anon_sym___fastcall] = ACTIONS(2608), + [anon_sym___thiscall] = ACTIONS(2608), + [anon_sym___vectorcall] = ACTIONS(2608), + [anon_sym_LBRACE] = ACTIONS(2610), + [anon_sym_RBRACE] = ACTIONS(2610), + [anon_sym_LBRACK] = ACTIONS(2608), + [anon_sym_static] = ACTIONS(2608), + [anon_sym_register] = ACTIONS(2608), + [anon_sym_inline] = ACTIONS(2608), + [anon_sym_thread_local] = ACTIONS(2608), + [anon_sym_const] = ACTIONS(2608), + [anon_sym_volatile] = ACTIONS(2608), + [anon_sym_restrict] = ACTIONS(2608), + [anon_sym__Atomic] = ACTIONS(2608), + [anon_sym_mutable] = ACTIONS(2608), + [anon_sym_constexpr] = ACTIONS(2608), + [anon_sym_constinit] = ACTIONS(2608), + [anon_sym_consteval] = ACTIONS(2608), + [anon_sym_signed] = ACTIONS(2608), + [anon_sym_unsigned] = ACTIONS(2608), + [anon_sym_long] = ACTIONS(2608), + [anon_sym_short] = ACTIONS(2608), + [sym_primitive_type] = ACTIONS(2608), + [anon_sym_enum] = ACTIONS(2608), + [anon_sym_class] = ACTIONS(2608), + [anon_sym_struct] = ACTIONS(2608), + [anon_sym_union] = ACTIONS(2608), + [anon_sym_if] = ACTIONS(2608), + [anon_sym_else] = ACTIONS(2608), + [anon_sym_switch] = ACTIONS(2608), + [anon_sym_case] = ACTIONS(2608), + [anon_sym_default] = ACTIONS(2608), + [anon_sym_while] = ACTIONS(2608), + [anon_sym_do] = ACTIONS(2608), + [anon_sym_for] = ACTIONS(2608), + [anon_sym_return] = ACTIONS(2608), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2608), + [anon_sym_goto] = ACTIONS(2608), + [anon_sym_not] = ACTIONS(2608), + [anon_sym_compl] = ACTIONS(2608), + [anon_sym_DASH_DASH] = ACTIONS(2610), + [anon_sym_PLUS_PLUS] = ACTIONS(2610), + [anon_sym_sizeof] = ACTIONS(2608), + [sym_number_literal] = ACTIONS(2610), + [anon_sym_L_SQUOTE] = ACTIONS(2610), + [anon_sym_u_SQUOTE] = ACTIONS(2610), + [anon_sym_U_SQUOTE] = ACTIONS(2610), + [anon_sym_u8_SQUOTE] = ACTIONS(2610), + [anon_sym_SQUOTE] = ACTIONS(2610), + [anon_sym_L_DQUOTE] = ACTIONS(2610), + [anon_sym_u_DQUOTE] = ACTIONS(2610), + [anon_sym_U_DQUOTE] = ACTIONS(2610), + [anon_sym_u8_DQUOTE] = ACTIONS(2610), + [anon_sym_DQUOTE] = ACTIONS(2610), + [sym_true] = ACTIONS(2608), + [sym_false] = ACTIONS(2608), + [sym_null] = ACTIONS(2608), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2608), + [anon_sym_decltype] = ACTIONS(2608), + [anon_sym_virtual] = ACTIONS(2608), + [anon_sym_explicit] = ACTIONS(2608), + [anon_sym_typename] = ACTIONS(2608), + [anon_sym_template] = ACTIONS(2608), + [anon_sym_operator] = ACTIONS(2608), + [anon_sym_try] = ACTIONS(2608), + [anon_sym_delete] = ACTIONS(2608), + [anon_sym_throw] = ACTIONS(2608), + [anon_sym_namespace] = ACTIONS(2608), + [anon_sym_using] = ACTIONS(2608), + [anon_sym_static_assert] = ACTIONS(2608), + [anon_sym_concept] = ACTIONS(2608), + [anon_sym_co_return] = ACTIONS(2608), + [anon_sym_co_yield] = ACTIONS(2608), + [anon_sym_R_DQUOTE] = ACTIONS(2610), + [anon_sym_LR_DQUOTE] = ACTIONS(2610), + [anon_sym_uR_DQUOTE] = ACTIONS(2610), + [anon_sym_UR_DQUOTE] = ACTIONS(2610), + [anon_sym_u8R_DQUOTE] = ACTIONS(2610), + [anon_sym_co_await] = ACTIONS(2608), + [anon_sym_new] = ACTIONS(2608), + [anon_sym_requires] = ACTIONS(2608), + [sym_this] = ACTIONS(2608), + [sym_nullptr] = ACTIONS(2608), + }, + [741] = { + [sym_identifier] = ACTIONS(2634), + [aux_sym_preproc_include_token1] = ACTIONS(2634), + [aux_sym_preproc_def_token1] = ACTIONS(2634), + [aux_sym_preproc_if_token1] = ACTIONS(2634), + [aux_sym_preproc_if_token2] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2634), + [sym_preproc_directive] = ACTIONS(2634), + [anon_sym_LPAREN2] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2634), + [anon_sym_PLUS] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2634), + [anon_sym_SEMI] = ACTIONS(2636), + [anon_sym_typedef] = ACTIONS(2634), + [anon_sym_extern] = ACTIONS(2634), + [anon_sym___attribute__] = ACTIONS(2634), + [anon_sym_COLON_COLON] = ACTIONS(2636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2636), + [anon_sym___declspec] = ACTIONS(2634), + [anon_sym___based] = ACTIONS(2634), + [anon_sym___cdecl] = ACTIONS(2634), + [anon_sym___clrcall] = ACTIONS(2634), + [anon_sym___stdcall] = ACTIONS(2634), + [anon_sym___fastcall] = ACTIONS(2634), + [anon_sym___thiscall] = ACTIONS(2634), + [anon_sym___vectorcall] = ACTIONS(2634), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_static] = ACTIONS(2634), + [anon_sym_register] = ACTIONS(2634), + [anon_sym_inline] = ACTIONS(2634), + [anon_sym_thread_local] = ACTIONS(2634), + [anon_sym_const] = ACTIONS(2634), + [anon_sym_volatile] = ACTIONS(2634), + [anon_sym_restrict] = ACTIONS(2634), + [anon_sym__Atomic] = ACTIONS(2634), + [anon_sym_mutable] = ACTIONS(2634), + [anon_sym_constexpr] = ACTIONS(2634), + [anon_sym_constinit] = ACTIONS(2634), + [anon_sym_consteval] = ACTIONS(2634), + [anon_sym_signed] = ACTIONS(2634), + [anon_sym_unsigned] = ACTIONS(2634), + [anon_sym_long] = ACTIONS(2634), + [anon_sym_short] = ACTIONS(2634), + [sym_primitive_type] = ACTIONS(2634), + [anon_sym_enum] = ACTIONS(2634), + [anon_sym_class] = ACTIONS(2634), + [anon_sym_struct] = ACTIONS(2634), + [anon_sym_union] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2634), + [anon_sym_else] = ACTIONS(2634), + [anon_sym_switch] = ACTIONS(2634), + [anon_sym_case] = ACTIONS(2634), + [anon_sym_default] = ACTIONS(2634), + [anon_sym_while] = ACTIONS(2634), + [anon_sym_do] = ACTIONS(2634), + [anon_sym_for] = ACTIONS(2634), + [anon_sym_return] = ACTIONS(2634), + [anon_sym_break] = ACTIONS(2634), + [anon_sym_continue] = ACTIONS(2634), + [anon_sym_goto] = ACTIONS(2634), + [anon_sym_not] = ACTIONS(2634), + [anon_sym_compl] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_sizeof] = ACTIONS(2634), + [sym_number_literal] = ACTIONS(2636), + [anon_sym_L_SQUOTE] = ACTIONS(2636), + [anon_sym_u_SQUOTE] = ACTIONS(2636), + [anon_sym_U_SQUOTE] = ACTIONS(2636), + [anon_sym_u8_SQUOTE] = ACTIONS(2636), + [anon_sym_SQUOTE] = ACTIONS(2636), + [anon_sym_L_DQUOTE] = ACTIONS(2636), + [anon_sym_u_DQUOTE] = ACTIONS(2636), + [anon_sym_U_DQUOTE] = ACTIONS(2636), + [anon_sym_u8_DQUOTE] = ACTIONS(2636), + [anon_sym_DQUOTE] = ACTIONS(2636), + [sym_true] = ACTIONS(2634), + [sym_false] = ACTIONS(2634), + [sym_null] = ACTIONS(2634), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2634), + [anon_sym_decltype] = ACTIONS(2634), + [anon_sym_virtual] = ACTIONS(2634), + [anon_sym_explicit] = ACTIONS(2634), + [anon_sym_typename] = ACTIONS(2634), + [anon_sym_template] = ACTIONS(2634), + [anon_sym_operator] = ACTIONS(2634), + [anon_sym_try] = ACTIONS(2634), + [anon_sym_delete] = ACTIONS(2634), + [anon_sym_throw] = ACTIONS(2634), + [anon_sym_namespace] = ACTIONS(2634), + [anon_sym_using] = ACTIONS(2634), + [anon_sym_static_assert] = ACTIONS(2634), + [anon_sym_concept] = ACTIONS(2634), + [anon_sym_co_return] = ACTIONS(2634), + [anon_sym_co_yield] = ACTIONS(2634), + [anon_sym_R_DQUOTE] = ACTIONS(2636), + [anon_sym_LR_DQUOTE] = ACTIONS(2636), + [anon_sym_uR_DQUOTE] = ACTIONS(2636), + [anon_sym_UR_DQUOTE] = ACTIONS(2636), + [anon_sym_u8R_DQUOTE] = ACTIONS(2636), + [anon_sym_co_await] = ACTIONS(2634), + [anon_sym_new] = ACTIONS(2634), + [anon_sym_requires] = ACTIONS(2634), + [sym_this] = ACTIONS(2634), + [sym_nullptr] = ACTIONS(2634), + }, + [742] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [743] = { + [sym_identifier] = ACTIONS(2600), + [aux_sym_preproc_include_token1] = ACTIONS(2600), + [aux_sym_preproc_def_token1] = ACTIONS(2600), + [aux_sym_preproc_if_token1] = ACTIONS(2600), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2600), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2600), + [sym_preproc_directive] = ACTIONS(2600), + [anon_sym_LPAREN2] = ACTIONS(2602), + [anon_sym_BANG] = ACTIONS(2602), + [anon_sym_TILDE] = ACTIONS(2602), + [anon_sym_DASH] = ACTIONS(2600), + [anon_sym_PLUS] = ACTIONS(2600), + [anon_sym_STAR] = ACTIONS(2602), + [anon_sym_AMP_AMP] = ACTIONS(2602), + [anon_sym_AMP] = ACTIONS(2600), + [anon_sym_SEMI] = ACTIONS(2602), + [anon_sym_typedef] = ACTIONS(2600), + [anon_sym_extern] = ACTIONS(2600), + [anon_sym___attribute__] = ACTIONS(2600), + [anon_sym_COLON_COLON] = ACTIONS(2602), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2602), + [anon_sym___declspec] = ACTIONS(2600), + [anon_sym___based] = ACTIONS(2600), + [anon_sym___cdecl] = ACTIONS(2600), + [anon_sym___clrcall] = ACTIONS(2600), + [anon_sym___stdcall] = ACTIONS(2600), + [anon_sym___fastcall] = ACTIONS(2600), + [anon_sym___thiscall] = ACTIONS(2600), + [anon_sym___vectorcall] = ACTIONS(2600), + [anon_sym_LBRACE] = ACTIONS(2602), + [anon_sym_RBRACE] = ACTIONS(2602), + [anon_sym_LBRACK] = ACTIONS(2600), + [anon_sym_static] = ACTIONS(2600), + [anon_sym_register] = ACTIONS(2600), + [anon_sym_inline] = ACTIONS(2600), + [anon_sym_thread_local] = ACTIONS(2600), + [anon_sym_const] = ACTIONS(2600), + [anon_sym_volatile] = ACTIONS(2600), + [anon_sym_restrict] = ACTIONS(2600), + [anon_sym__Atomic] = ACTIONS(2600), + [anon_sym_mutable] = ACTIONS(2600), + [anon_sym_constexpr] = ACTIONS(2600), + [anon_sym_constinit] = ACTIONS(2600), + [anon_sym_consteval] = ACTIONS(2600), + [anon_sym_signed] = ACTIONS(2600), + [anon_sym_unsigned] = ACTIONS(2600), + [anon_sym_long] = ACTIONS(2600), + [anon_sym_short] = ACTIONS(2600), + [sym_primitive_type] = ACTIONS(2600), + [anon_sym_enum] = ACTIONS(2600), + [anon_sym_class] = ACTIONS(2600), + [anon_sym_struct] = ACTIONS(2600), + [anon_sym_union] = ACTIONS(2600), + [anon_sym_if] = ACTIONS(2600), + [anon_sym_else] = ACTIONS(2600), + [anon_sym_switch] = ACTIONS(2600), + [anon_sym_case] = ACTIONS(2600), + [anon_sym_default] = ACTIONS(2600), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2600), + [anon_sym_for] = ACTIONS(2600), + [anon_sym_return] = ACTIONS(2600), + [anon_sym_break] = ACTIONS(2600), + [anon_sym_continue] = ACTIONS(2600), + [anon_sym_goto] = ACTIONS(2600), + [anon_sym_not] = ACTIONS(2600), + [anon_sym_compl] = ACTIONS(2600), + [anon_sym_DASH_DASH] = ACTIONS(2602), + [anon_sym_PLUS_PLUS] = ACTIONS(2602), + [anon_sym_sizeof] = ACTIONS(2600), + [sym_number_literal] = ACTIONS(2602), + [anon_sym_L_SQUOTE] = ACTIONS(2602), + [anon_sym_u_SQUOTE] = ACTIONS(2602), + [anon_sym_U_SQUOTE] = ACTIONS(2602), + [anon_sym_u8_SQUOTE] = ACTIONS(2602), + [anon_sym_SQUOTE] = ACTIONS(2602), + [anon_sym_L_DQUOTE] = ACTIONS(2602), + [anon_sym_u_DQUOTE] = ACTIONS(2602), + [anon_sym_U_DQUOTE] = ACTIONS(2602), + [anon_sym_u8_DQUOTE] = ACTIONS(2602), + [anon_sym_DQUOTE] = ACTIONS(2602), + [sym_true] = ACTIONS(2600), + [sym_false] = ACTIONS(2600), + [sym_null] = ACTIONS(2600), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2600), + [anon_sym_decltype] = ACTIONS(2600), + [anon_sym_virtual] = ACTIONS(2600), + [anon_sym_explicit] = ACTIONS(2600), + [anon_sym_typename] = ACTIONS(2600), + [anon_sym_template] = ACTIONS(2600), + [anon_sym_operator] = ACTIONS(2600), + [anon_sym_try] = ACTIONS(2600), + [anon_sym_delete] = ACTIONS(2600), + [anon_sym_throw] = ACTIONS(2600), + [anon_sym_namespace] = ACTIONS(2600), + [anon_sym_using] = ACTIONS(2600), + [anon_sym_static_assert] = ACTIONS(2600), + [anon_sym_concept] = ACTIONS(2600), + [anon_sym_co_return] = ACTIONS(2600), + [anon_sym_co_yield] = ACTIONS(2600), + [anon_sym_R_DQUOTE] = ACTIONS(2602), + [anon_sym_LR_DQUOTE] = ACTIONS(2602), + [anon_sym_uR_DQUOTE] = ACTIONS(2602), + [anon_sym_UR_DQUOTE] = ACTIONS(2602), + [anon_sym_u8R_DQUOTE] = ACTIONS(2602), + [anon_sym_co_await] = ACTIONS(2600), + [anon_sym_new] = ACTIONS(2600), + [anon_sym_requires] = ACTIONS(2600), + [sym_this] = ACTIONS(2600), + [sym_nullptr] = ACTIONS(2600), + }, + [744] = { + [sym_identifier] = ACTIONS(2590), + [aux_sym_preproc_include_token1] = ACTIONS(2590), + [aux_sym_preproc_def_token1] = ACTIONS(2590), + [aux_sym_preproc_if_token1] = ACTIONS(2590), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2590), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2590), + [sym_preproc_directive] = ACTIONS(2590), + [anon_sym_LPAREN2] = ACTIONS(2592), + [anon_sym_BANG] = ACTIONS(2592), + [anon_sym_TILDE] = ACTIONS(2592), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2592), + [anon_sym_AMP_AMP] = ACTIONS(2592), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_SEMI] = ACTIONS(2592), + [anon_sym_typedef] = ACTIONS(2590), + [anon_sym_extern] = ACTIONS(2590), + [anon_sym___attribute__] = ACTIONS(2590), + [anon_sym_COLON_COLON] = ACTIONS(2592), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2592), + [anon_sym___declspec] = ACTIONS(2590), + [anon_sym___based] = ACTIONS(2590), + [anon_sym___cdecl] = ACTIONS(2590), + [anon_sym___clrcall] = ACTIONS(2590), + [anon_sym___stdcall] = ACTIONS(2590), + [anon_sym___fastcall] = ACTIONS(2590), + [anon_sym___thiscall] = ACTIONS(2590), + [anon_sym___vectorcall] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2592), + [anon_sym_RBRACE] = ACTIONS(2592), + [anon_sym_LBRACK] = ACTIONS(2590), + [anon_sym_static] = ACTIONS(2590), + [anon_sym_register] = ACTIONS(2590), + [anon_sym_inline] = ACTIONS(2590), + [anon_sym_thread_local] = ACTIONS(2590), + [anon_sym_const] = ACTIONS(2590), + [anon_sym_volatile] = ACTIONS(2590), + [anon_sym_restrict] = ACTIONS(2590), + [anon_sym__Atomic] = ACTIONS(2590), + [anon_sym_mutable] = ACTIONS(2590), + [anon_sym_constexpr] = ACTIONS(2590), + [anon_sym_constinit] = ACTIONS(2590), + [anon_sym_consteval] = ACTIONS(2590), + [anon_sym_signed] = ACTIONS(2590), + [anon_sym_unsigned] = ACTIONS(2590), + [anon_sym_long] = ACTIONS(2590), + [anon_sym_short] = ACTIONS(2590), + [sym_primitive_type] = ACTIONS(2590), + [anon_sym_enum] = ACTIONS(2590), + [anon_sym_class] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_union] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_else] = ACTIONS(2590), + [anon_sym_switch] = ACTIONS(2590), + [anon_sym_case] = ACTIONS(2590), + [anon_sym_default] = ACTIONS(2590), + [anon_sym_while] = ACTIONS(2590), + [anon_sym_do] = ACTIONS(2590), + [anon_sym_for] = ACTIONS(2590), + [anon_sym_return] = ACTIONS(2590), + [anon_sym_break] = ACTIONS(2590), + [anon_sym_continue] = ACTIONS(2590), + [anon_sym_goto] = ACTIONS(2590), + [anon_sym_not] = ACTIONS(2590), + [anon_sym_compl] = ACTIONS(2590), + [anon_sym_DASH_DASH] = ACTIONS(2592), + [anon_sym_PLUS_PLUS] = ACTIONS(2592), + [anon_sym_sizeof] = ACTIONS(2590), + [sym_number_literal] = ACTIONS(2592), + [anon_sym_L_SQUOTE] = ACTIONS(2592), + [anon_sym_u_SQUOTE] = ACTIONS(2592), + [anon_sym_U_SQUOTE] = ACTIONS(2592), + [anon_sym_u8_SQUOTE] = ACTIONS(2592), + [anon_sym_SQUOTE] = ACTIONS(2592), + [anon_sym_L_DQUOTE] = ACTIONS(2592), + [anon_sym_u_DQUOTE] = ACTIONS(2592), + [anon_sym_U_DQUOTE] = ACTIONS(2592), + [anon_sym_u8_DQUOTE] = ACTIONS(2592), + [anon_sym_DQUOTE] = ACTIONS(2592), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_null] = ACTIONS(2590), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2590), + [anon_sym_decltype] = ACTIONS(2590), + [anon_sym_virtual] = ACTIONS(2590), + [anon_sym_explicit] = ACTIONS(2590), + [anon_sym_typename] = ACTIONS(2590), + [anon_sym_template] = ACTIONS(2590), + [anon_sym_operator] = ACTIONS(2590), + [anon_sym_try] = ACTIONS(2590), + [anon_sym_delete] = ACTIONS(2590), + [anon_sym_throw] = ACTIONS(2590), + [anon_sym_namespace] = ACTIONS(2590), + [anon_sym_using] = ACTIONS(2590), + [anon_sym_static_assert] = ACTIONS(2590), + [anon_sym_concept] = ACTIONS(2590), + [anon_sym_co_return] = ACTIONS(2590), + [anon_sym_co_yield] = ACTIONS(2590), + [anon_sym_R_DQUOTE] = ACTIONS(2592), + [anon_sym_LR_DQUOTE] = ACTIONS(2592), + [anon_sym_uR_DQUOTE] = ACTIONS(2592), + [anon_sym_UR_DQUOTE] = ACTIONS(2592), + [anon_sym_u8R_DQUOTE] = ACTIONS(2592), + [anon_sym_co_await] = ACTIONS(2590), + [anon_sym_new] = ACTIONS(2590), + [anon_sym_requires] = ACTIONS(2590), + [sym_this] = ACTIONS(2590), + [sym_nullptr] = ACTIONS(2590), + }, + [745] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [746] = { + [sym_identifier] = ACTIONS(2576), + [aux_sym_preproc_include_token1] = ACTIONS(2576), + [aux_sym_preproc_def_token1] = ACTIONS(2576), + [aux_sym_preproc_if_token1] = ACTIONS(2576), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2576), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2576), + [sym_preproc_directive] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(2578), + [anon_sym_BANG] = ACTIONS(2578), + [anon_sym_TILDE] = ACTIONS(2578), + [anon_sym_DASH] = ACTIONS(2576), + [anon_sym_PLUS] = ACTIONS(2576), + [anon_sym_STAR] = ACTIONS(2578), + [anon_sym_AMP_AMP] = ACTIONS(2578), + [anon_sym_AMP] = ACTIONS(2576), + [anon_sym_SEMI] = ACTIONS(2578), + [anon_sym_typedef] = ACTIONS(2576), + [anon_sym_extern] = ACTIONS(2576), + [anon_sym___attribute__] = ACTIONS(2576), + [anon_sym_COLON_COLON] = ACTIONS(2578), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2578), + [anon_sym___declspec] = ACTIONS(2576), + [anon_sym___based] = ACTIONS(2576), + [anon_sym___cdecl] = ACTIONS(2576), + [anon_sym___clrcall] = ACTIONS(2576), + [anon_sym___stdcall] = ACTIONS(2576), + [anon_sym___fastcall] = ACTIONS(2576), + [anon_sym___thiscall] = ACTIONS(2576), + [anon_sym___vectorcall] = ACTIONS(2576), + [anon_sym_LBRACE] = ACTIONS(2578), + [anon_sym_RBRACE] = ACTIONS(2578), + [anon_sym_LBRACK] = ACTIONS(2576), + [anon_sym_static] = ACTIONS(2576), + [anon_sym_register] = ACTIONS(2576), + [anon_sym_inline] = ACTIONS(2576), + [anon_sym_thread_local] = ACTIONS(2576), + [anon_sym_const] = ACTIONS(2576), + [anon_sym_volatile] = ACTIONS(2576), + [anon_sym_restrict] = ACTIONS(2576), + [anon_sym__Atomic] = ACTIONS(2576), + [anon_sym_mutable] = ACTIONS(2576), + [anon_sym_constexpr] = ACTIONS(2576), + [anon_sym_constinit] = ACTIONS(2576), + [anon_sym_consteval] = ACTIONS(2576), + [anon_sym_signed] = ACTIONS(2576), + [anon_sym_unsigned] = ACTIONS(2576), + [anon_sym_long] = ACTIONS(2576), + [anon_sym_short] = ACTIONS(2576), + [sym_primitive_type] = ACTIONS(2576), + [anon_sym_enum] = ACTIONS(2576), + [anon_sym_class] = ACTIONS(2576), + [anon_sym_struct] = ACTIONS(2576), + [anon_sym_union] = ACTIONS(2576), + [anon_sym_if] = ACTIONS(2576), + [anon_sym_else] = ACTIONS(2576), + [anon_sym_switch] = ACTIONS(2576), + [anon_sym_case] = ACTIONS(2576), + [anon_sym_default] = ACTIONS(2576), + [anon_sym_while] = ACTIONS(2576), + [anon_sym_do] = ACTIONS(2576), + [anon_sym_for] = ACTIONS(2576), + [anon_sym_return] = ACTIONS(2576), + [anon_sym_break] = ACTIONS(2576), + [anon_sym_continue] = ACTIONS(2576), + [anon_sym_goto] = ACTIONS(2576), + [anon_sym_not] = ACTIONS(2576), + [anon_sym_compl] = ACTIONS(2576), + [anon_sym_DASH_DASH] = ACTIONS(2578), + [anon_sym_PLUS_PLUS] = ACTIONS(2578), + [anon_sym_sizeof] = ACTIONS(2576), + [sym_number_literal] = ACTIONS(2578), + [anon_sym_L_SQUOTE] = ACTIONS(2578), + [anon_sym_u_SQUOTE] = ACTIONS(2578), + [anon_sym_U_SQUOTE] = ACTIONS(2578), + [anon_sym_u8_SQUOTE] = ACTIONS(2578), + [anon_sym_SQUOTE] = ACTIONS(2578), + [anon_sym_L_DQUOTE] = ACTIONS(2578), + [anon_sym_u_DQUOTE] = ACTIONS(2578), + [anon_sym_U_DQUOTE] = ACTIONS(2578), + [anon_sym_u8_DQUOTE] = ACTIONS(2578), + [anon_sym_DQUOTE] = ACTIONS(2578), + [sym_true] = ACTIONS(2576), + [sym_false] = ACTIONS(2576), + [sym_null] = ACTIONS(2576), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2576), + [anon_sym_decltype] = ACTIONS(2576), + [anon_sym_virtual] = ACTIONS(2576), + [anon_sym_explicit] = ACTIONS(2576), + [anon_sym_typename] = ACTIONS(2576), + [anon_sym_template] = ACTIONS(2576), + [anon_sym_operator] = ACTIONS(2576), + [anon_sym_try] = ACTIONS(2576), + [anon_sym_delete] = ACTIONS(2576), + [anon_sym_throw] = ACTIONS(2576), + [anon_sym_namespace] = ACTIONS(2576), + [anon_sym_using] = ACTIONS(2576), + [anon_sym_static_assert] = ACTIONS(2576), + [anon_sym_concept] = ACTIONS(2576), + [anon_sym_co_return] = ACTIONS(2576), + [anon_sym_co_yield] = ACTIONS(2576), + [anon_sym_R_DQUOTE] = ACTIONS(2578), + [anon_sym_LR_DQUOTE] = ACTIONS(2578), + [anon_sym_uR_DQUOTE] = ACTIONS(2578), + [anon_sym_UR_DQUOTE] = ACTIONS(2578), + [anon_sym_u8R_DQUOTE] = ACTIONS(2578), + [anon_sym_co_await] = ACTIONS(2576), + [anon_sym_new] = ACTIONS(2576), + [anon_sym_requires] = ACTIONS(2576), + [sym_this] = ACTIONS(2576), + [sym_nullptr] = ACTIONS(2576), }, - [783] = { - [sym_identifier] = ACTIONS(2496), - [aux_sym_preproc_include_token1] = ACTIONS(2496), - [aux_sym_preproc_def_token1] = ACTIONS(2496), - [aux_sym_preproc_if_token1] = ACTIONS(2496), - [aux_sym_preproc_if_token2] = ACTIONS(2496), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2496), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2496), - [sym_preproc_directive] = ACTIONS(2496), - [anon_sym_LPAREN2] = ACTIONS(2498), - [anon_sym_BANG] = ACTIONS(2498), - [anon_sym_TILDE] = ACTIONS(2498), - [anon_sym_DASH] = ACTIONS(2496), - [anon_sym_PLUS] = ACTIONS(2496), - [anon_sym_STAR] = ACTIONS(2498), - [anon_sym_AMP_AMP] = ACTIONS(2498), - [anon_sym_AMP] = ACTIONS(2496), - [anon_sym_SEMI] = ACTIONS(2498), - [anon_sym_typedef] = ACTIONS(2496), - [anon_sym_extern] = ACTIONS(2496), - [anon_sym___attribute__] = ACTIONS(2496), - [anon_sym_COLON_COLON] = ACTIONS(2498), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2498), - [anon_sym___declspec] = ACTIONS(2496), - [anon_sym___based] = ACTIONS(2496), - [anon_sym___cdecl] = ACTIONS(2496), - [anon_sym___clrcall] = ACTIONS(2496), - [anon_sym___stdcall] = ACTIONS(2496), - [anon_sym___fastcall] = ACTIONS(2496), - [anon_sym___thiscall] = ACTIONS(2496), - [anon_sym___vectorcall] = ACTIONS(2496), - [anon_sym_LBRACE] = ACTIONS(2498), - [anon_sym_LBRACK] = ACTIONS(2496), - [anon_sym_static] = ACTIONS(2496), - [anon_sym_register] = ACTIONS(2496), - [anon_sym_inline] = ACTIONS(2496), - [anon_sym_thread_local] = ACTIONS(2496), - [anon_sym_const] = ACTIONS(2496), - [anon_sym_volatile] = ACTIONS(2496), - [anon_sym_restrict] = ACTIONS(2496), - [anon_sym__Atomic] = ACTIONS(2496), - [anon_sym_mutable] = ACTIONS(2496), - [anon_sym_constexpr] = ACTIONS(2496), - [anon_sym_constinit] = ACTIONS(2496), - [anon_sym_consteval] = ACTIONS(2496), - [anon_sym_signed] = ACTIONS(2496), - [anon_sym_unsigned] = ACTIONS(2496), - [anon_sym_long] = ACTIONS(2496), - [anon_sym_short] = ACTIONS(2496), - [sym_primitive_type] = ACTIONS(2496), - [anon_sym_enum] = ACTIONS(2496), - [anon_sym_class] = ACTIONS(2496), - [anon_sym_struct] = ACTIONS(2496), - [anon_sym_union] = ACTIONS(2496), - [anon_sym_if] = ACTIONS(2496), - [anon_sym_else] = ACTIONS(2914), - [anon_sym_switch] = ACTIONS(2496), - [anon_sym_case] = ACTIONS(2496), - [anon_sym_default] = ACTIONS(2496), - [anon_sym_while] = ACTIONS(2496), - [anon_sym_do] = ACTIONS(2496), - [anon_sym_for] = ACTIONS(2496), - [anon_sym_return] = ACTIONS(2496), - [anon_sym_break] = ACTIONS(2496), - [anon_sym_continue] = ACTIONS(2496), - [anon_sym_goto] = ACTIONS(2496), - [anon_sym_not] = ACTIONS(2496), - [anon_sym_compl] = ACTIONS(2496), - [anon_sym_DASH_DASH] = ACTIONS(2498), - [anon_sym_PLUS_PLUS] = ACTIONS(2498), - [anon_sym_sizeof] = ACTIONS(2496), - [sym_number_literal] = ACTIONS(2498), - [anon_sym_L_SQUOTE] = ACTIONS(2498), - [anon_sym_u_SQUOTE] = ACTIONS(2498), - [anon_sym_U_SQUOTE] = ACTIONS(2498), - [anon_sym_u8_SQUOTE] = ACTIONS(2498), - [anon_sym_SQUOTE] = ACTIONS(2498), - [anon_sym_L_DQUOTE] = ACTIONS(2498), - [anon_sym_u_DQUOTE] = ACTIONS(2498), - [anon_sym_U_DQUOTE] = ACTIONS(2498), - [anon_sym_u8_DQUOTE] = ACTIONS(2498), - [anon_sym_DQUOTE] = ACTIONS(2498), - [sym_true] = ACTIONS(2496), - [sym_false] = ACTIONS(2496), - [sym_null] = ACTIONS(2496), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2496), - [anon_sym_decltype] = ACTIONS(2496), - [anon_sym_virtual] = ACTIONS(2496), - [anon_sym_explicit] = ACTIONS(2496), - [anon_sym_typename] = ACTIONS(2496), - [anon_sym_template] = ACTIONS(2496), - [anon_sym_operator] = ACTIONS(2496), - [anon_sym_try] = ACTIONS(2496), - [anon_sym_delete] = ACTIONS(2496), - [anon_sym_throw] = ACTIONS(2496), - [anon_sym_namespace] = ACTIONS(2496), - [anon_sym_using] = ACTIONS(2496), - [anon_sym_static_assert] = ACTIONS(2496), - [anon_sym_concept] = ACTIONS(2496), - [anon_sym_co_return] = ACTIONS(2496), - [anon_sym_co_yield] = ACTIONS(2496), - [anon_sym_R_DQUOTE] = ACTIONS(2498), - [anon_sym_LR_DQUOTE] = ACTIONS(2498), - [anon_sym_uR_DQUOTE] = ACTIONS(2498), - [anon_sym_UR_DQUOTE] = ACTIONS(2498), - [anon_sym_u8R_DQUOTE] = ACTIONS(2498), - [anon_sym_co_await] = ACTIONS(2496), - [anon_sym_new] = ACTIONS(2496), - [anon_sym_requires] = ACTIONS(2496), - [sym_this] = ACTIONS(2496), - [sym_nullptr] = ACTIONS(2496), + [747] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [784] = { + [748] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [749] = { + [sym_identifier] = ACTIONS(2568), + [aux_sym_preproc_include_token1] = ACTIONS(2568), + [aux_sym_preproc_def_token1] = ACTIONS(2568), + [aux_sym_preproc_if_token1] = ACTIONS(2568), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2568), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2568), + [sym_preproc_directive] = ACTIONS(2568), + [anon_sym_LPAREN2] = ACTIONS(2570), + [anon_sym_BANG] = ACTIONS(2570), + [anon_sym_TILDE] = ACTIONS(2570), + [anon_sym_DASH] = ACTIONS(2568), + [anon_sym_PLUS] = ACTIONS(2568), + [anon_sym_STAR] = ACTIONS(2570), + [anon_sym_AMP_AMP] = ACTIONS(2570), + [anon_sym_AMP] = ACTIONS(2568), + [anon_sym_SEMI] = ACTIONS(2570), + [anon_sym_typedef] = ACTIONS(2568), + [anon_sym_extern] = ACTIONS(2568), + [anon_sym___attribute__] = ACTIONS(2568), + [anon_sym_COLON_COLON] = ACTIONS(2570), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(2568), + [anon_sym___cdecl] = ACTIONS(2568), + [anon_sym___clrcall] = ACTIONS(2568), + [anon_sym___stdcall] = ACTIONS(2568), + [anon_sym___fastcall] = ACTIONS(2568), + [anon_sym___thiscall] = ACTIONS(2568), + [anon_sym___vectorcall] = ACTIONS(2568), + [anon_sym_LBRACE] = ACTIONS(2570), + [anon_sym_RBRACE] = ACTIONS(2570), + [anon_sym_LBRACK] = ACTIONS(2568), + [anon_sym_static] = ACTIONS(2568), + [anon_sym_register] = ACTIONS(2568), + [anon_sym_inline] = ACTIONS(2568), + [anon_sym_thread_local] = ACTIONS(2568), + [anon_sym_const] = ACTIONS(2568), + [anon_sym_volatile] = ACTIONS(2568), + [anon_sym_restrict] = ACTIONS(2568), + [anon_sym__Atomic] = ACTIONS(2568), + [anon_sym_mutable] = ACTIONS(2568), + [anon_sym_constexpr] = ACTIONS(2568), + [anon_sym_constinit] = ACTIONS(2568), + [anon_sym_consteval] = ACTIONS(2568), + [anon_sym_signed] = ACTIONS(2568), + [anon_sym_unsigned] = ACTIONS(2568), + [anon_sym_long] = ACTIONS(2568), + [anon_sym_short] = ACTIONS(2568), + [sym_primitive_type] = ACTIONS(2568), + [anon_sym_enum] = ACTIONS(2568), + [anon_sym_class] = ACTIONS(2568), + [anon_sym_struct] = ACTIONS(2568), + [anon_sym_union] = ACTIONS(2568), + [anon_sym_if] = ACTIONS(2568), + [anon_sym_else] = ACTIONS(2568), + [anon_sym_switch] = ACTIONS(2568), + [anon_sym_case] = ACTIONS(2568), + [anon_sym_default] = ACTIONS(2568), + [anon_sym_while] = ACTIONS(2568), + [anon_sym_do] = ACTIONS(2568), + [anon_sym_for] = ACTIONS(2568), + [anon_sym_return] = ACTIONS(2568), + [anon_sym_break] = ACTIONS(2568), + [anon_sym_continue] = ACTIONS(2568), + [anon_sym_goto] = ACTIONS(2568), + [anon_sym_not] = ACTIONS(2568), + [anon_sym_compl] = ACTIONS(2568), + [anon_sym_DASH_DASH] = ACTIONS(2570), + [anon_sym_PLUS_PLUS] = ACTIONS(2570), + [anon_sym_sizeof] = ACTIONS(2568), + [sym_number_literal] = ACTIONS(2570), + [anon_sym_L_SQUOTE] = ACTIONS(2570), + [anon_sym_u_SQUOTE] = ACTIONS(2570), + [anon_sym_U_SQUOTE] = ACTIONS(2570), + [anon_sym_u8_SQUOTE] = ACTIONS(2570), + [anon_sym_SQUOTE] = ACTIONS(2570), + [anon_sym_L_DQUOTE] = ACTIONS(2570), + [anon_sym_u_DQUOTE] = ACTIONS(2570), + [anon_sym_U_DQUOTE] = ACTIONS(2570), + [anon_sym_u8_DQUOTE] = ACTIONS(2570), + [anon_sym_DQUOTE] = ACTIONS(2570), + [sym_true] = ACTIONS(2568), + [sym_false] = ACTIONS(2568), + [sym_null] = ACTIONS(2568), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2568), + [anon_sym_decltype] = ACTIONS(2568), + [anon_sym_virtual] = ACTIONS(2568), + [anon_sym_explicit] = ACTIONS(2568), + [anon_sym_typename] = ACTIONS(2568), + [anon_sym_template] = ACTIONS(2568), + [anon_sym_operator] = ACTIONS(2568), + [anon_sym_try] = ACTIONS(2568), + [anon_sym_delete] = ACTIONS(2568), + [anon_sym_throw] = ACTIONS(2568), + [anon_sym_namespace] = ACTIONS(2568), + [anon_sym_using] = ACTIONS(2568), + [anon_sym_static_assert] = ACTIONS(2568), + [anon_sym_concept] = ACTIONS(2568), + [anon_sym_co_return] = ACTIONS(2568), + [anon_sym_co_yield] = ACTIONS(2568), + [anon_sym_R_DQUOTE] = ACTIONS(2570), + [anon_sym_LR_DQUOTE] = ACTIONS(2570), + [anon_sym_uR_DQUOTE] = ACTIONS(2570), + [anon_sym_UR_DQUOTE] = ACTIONS(2570), + [anon_sym_u8R_DQUOTE] = ACTIONS(2570), + [anon_sym_co_await] = ACTIONS(2568), + [anon_sym_new] = ACTIONS(2568), + [anon_sym_requires] = ACTIONS(2568), + [sym_this] = ACTIONS(2568), + [sym_nullptr] = ACTIONS(2568), + }, + [750] = { [sym_identifier] = ACTIONS(2562), [aux_sym_preproc_include_token1] = ACTIONS(2562), [aux_sym_preproc_def_token1] = ACTIONS(2562), @@ -127162,7 +123078,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(2562), [anon_sym_union] = ACTIONS(2562), [anon_sym_if] = ACTIONS(2562), - [anon_sym_else] = ACTIONS(2562), + [anon_sym_else] = ACTIONS(2902), [anon_sym_switch] = ACTIONS(2562), [anon_sym_case] = ACTIONS(2562), [anon_sym_default] = ACTIONS(2562), @@ -127220,238 +123136,690 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2562), [sym_nullptr] = ACTIONS(2562), }, - [785] = { - [sym_identifier] = ACTIONS(2616), - [aux_sym_preproc_include_token1] = ACTIONS(2616), - [aux_sym_preproc_def_token1] = ACTIONS(2616), - [aux_sym_preproc_if_token1] = ACTIONS(2616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2616), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2616), - [sym_preproc_directive] = ACTIONS(2616), - [anon_sym_LPAREN2] = ACTIONS(2618), - [anon_sym_BANG] = ACTIONS(2618), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2616), - [anon_sym_PLUS] = ACTIONS(2616), - [anon_sym_STAR] = ACTIONS(2618), - [anon_sym_AMP_AMP] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_SEMI] = ACTIONS(2618), - [anon_sym_typedef] = ACTIONS(2616), - [anon_sym_extern] = ACTIONS(2616), - [anon_sym___attribute__] = ACTIONS(2616), - [anon_sym_COLON_COLON] = ACTIONS(2618), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2618), - [anon_sym___declspec] = ACTIONS(2616), - [anon_sym___based] = ACTIONS(2616), - [anon_sym___cdecl] = ACTIONS(2616), - [anon_sym___clrcall] = ACTIONS(2616), - [anon_sym___stdcall] = ACTIONS(2616), - [anon_sym___fastcall] = ACTIONS(2616), - [anon_sym___thiscall] = ACTIONS(2616), - [anon_sym___vectorcall] = ACTIONS(2616), - [anon_sym_LBRACE] = ACTIONS(2618), - [anon_sym_RBRACE] = ACTIONS(2618), - [anon_sym_LBRACK] = ACTIONS(2616), - [anon_sym_static] = ACTIONS(2616), - [anon_sym_register] = ACTIONS(2616), - [anon_sym_inline] = ACTIONS(2616), - [anon_sym_thread_local] = ACTIONS(2616), - [anon_sym_const] = ACTIONS(2616), - [anon_sym_volatile] = ACTIONS(2616), - [anon_sym_restrict] = ACTIONS(2616), - [anon_sym__Atomic] = ACTIONS(2616), - [anon_sym_mutable] = ACTIONS(2616), - [anon_sym_constexpr] = ACTIONS(2616), - [anon_sym_constinit] = ACTIONS(2616), - [anon_sym_consteval] = ACTIONS(2616), - [anon_sym_signed] = ACTIONS(2616), - [anon_sym_unsigned] = ACTIONS(2616), - [anon_sym_long] = ACTIONS(2616), - [anon_sym_short] = ACTIONS(2616), - [sym_primitive_type] = ACTIONS(2616), - [anon_sym_enum] = ACTIONS(2616), - [anon_sym_class] = ACTIONS(2616), - [anon_sym_struct] = ACTIONS(2616), - [anon_sym_union] = ACTIONS(2616), - [anon_sym_if] = ACTIONS(2616), - [anon_sym_else] = ACTIONS(2616), - [anon_sym_switch] = ACTIONS(2616), - [anon_sym_case] = ACTIONS(2616), - [anon_sym_default] = ACTIONS(2616), - [anon_sym_while] = ACTIONS(2616), - [anon_sym_do] = ACTIONS(2616), - [anon_sym_for] = ACTIONS(2616), - [anon_sym_return] = ACTIONS(2616), - [anon_sym_break] = ACTIONS(2616), - [anon_sym_continue] = ACTIONS(2616), - [anon_sym_goto] = ACTIONS(2616), - [anon_sym_not] = ACTIONS(2616), - [anon_sym_compl] = ACTIONS(2616), - [anon_sym_DASH_DASH] = ACTIONS(2618), - [anon_sym_PLUS_PLUS] = ACTIONS(2618), - [anon_sym_sizeof] = ACTIONS(2616), - [sym_number_literal] = ACTIONS(2618), - [anon_sym_L_SQUOTE] = ACTIONS(2618), - [anon_sym_u_SQUOTE] = ACTIONS(2618), - [anon_sym_U_SQUOTE] = ACTIONS(2618), - [anon_sym_u8_SQUOTE] = ACTIONS(2618), - [anon_sym_SQUOTE] = ACTIONS(2618), - [anon_sym_L_DQUOTE] = ACTIONS(2618), - [anon_sym_u_DQUOTE] = ACTIONS(2618), - [anon_sym_U_DQUOTE] = ACTIONS(2618), - [anon_sym_u8_DQUOTE] = ACTIONS(2618), - [anon_sym_DQUOTE] = ACTIONS(2618), - [sym_true] = ACTIONS(2616), - [sym_false] = ACTIONS(2616), - [sym_null] = ACTIONS(2616), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2616), - [anon_sym_decltype] = ACTIONS(2616), - [anon_sym_virtual] = ACTIONS(2616), - [anon_sym_explicit] = ACTIONS(2616), - [anon_sym_typename] = ACTIONS(2616), - [anon_sym_template] = ACTIONS(2616), - [anon_sym_operator] = ACTIONS(2616), - [anon_sym_try] = ACTIONS(2616), - [anon_sym_delete] = ACTIONS(2616), - [anon_sym_throw] = ACTIONS(2616), - [anon_sym_namespace] = ACTIONS(2616), - [anon_sym_using] = ACTIONS(2616), - [anon_sym_static_assert] = ACTIONS(2616), - [anon_sym_concept] = ACTIONS(2616), - [anon_sym_co_return] = ACTIONS(2616), - [anon_sym_co_yield] = ACTIONS(2616), - [anon_sym_R_DQUOTE] = ACTIONS(2618), - [anon_sym_LR_DQUOTE] = ACTIONS(2618), - [anon_sym_uR_DQUOTE] = ACTIONS(2618), - [anon_sym_UR_DQUOTE] = ACTIONS(2618), - [anon_sym_u8R_DQUOTE] = ACTIONS(2618), - [anon_sym_co_await] = ACTIONS(2616), - [anon_sym_new] = ACTIONS(2616), - [anon_sym_requires] = ACTIONS(2616), - [sym_this] = ACTIONS(2616), - [sym_nullptr] = ACTIONS(2616), + [751] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [786] = { - [sym_identifier] = ACTIONS(2620), - [aux_sym_preproc_include_token1] = ACTIONS(2620), - [aux_sym_preproc_def_token1] = ACTIONS(2620), - [aux_sym_preproc_if_token1] = ACTIONS(2620), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2620), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2620), - [sym_preproc_directive] = ACTIONS(2620), - [anon_sym_LPAREN2] = ACTIONS(2622), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_TILDE] = ACTIONS(2622), - [anon_sym_DASH] = ACTIONS(2620), - [anon_sym_PLUS] = ACTIONS(2620), - [anon_sym_STAR] = ACTIONS(2622), - [anon_sym_AMP_AMP] = ACTIONS(2622), - [anon_sym_AMP] = ACTIONS(2620), - [anon_sym_SEMI] = ACTIONS(2622), - [anon_sym_typedef] = ACTIONS(2620), - [anon_sym_extern] = ACTIONS(2620), - [anon_sym___attribute__] = ACTIONS(2620), - [anon_sym_COLON_COLON] = ACTIONS(2622), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2622), - [anon_sym___declspec] = ACTIONS(2620), - [anon_sym___based] = ACTIONS(2620), - [anon_sym___cdecl] = ACTIONS(2620), - [anon_sym___clrcall] = ACTIONS(2620), - [anon_sym___stdcall] = ACTIONS(2620), - [anon_sym___fastcall] = ACTIONS(2620), - [anon_sym___thiscall] = ACTIONS(2620), - [anon_sym___vectorcall] = ACTIONS(2620), - [anon_sym_LBRACE] = ACTIONS(2622), - [anon_sym_RBRACE] = ACTIONS(2622), - [anon_sym_LBRACK] = ACTIONS(2620), - [anon_sym_static] = ACTIONS(2620), - [anon_sym_register] = ACTIONS(2620), - [anon_sym_inline] = ACTIONS(2620), - [anon_sym_thread_local] = ACTIONS(2620), - [anon_sym_const] = ACTIONS(2620), - [anon_sym_volatile] = ACTIONS(2620), - [anon_sym_restrict] = ACTIONS(2620), - [anon_sym__Atomic] = ACTIONS(2620), - [anon_sym_mutable] = ACTIONS(2620), - [anon_sym_constexpr] = ACTIONS(2620), - [anon_sym_constinit] = ACTIONS(2620), - [anon_sym_consteval] = ACTIONS(2620), - [anon_sym_signed] = ACTIONS(2620), - [anon_sym_unsigned] = ACTIONS(2620), - [anon_sym_long] = ACTIONS(2620), - [anon_sym_short] = ACTIONS(2620), - [sym_primitive_type] = ACTIONS(2620), - [anon_sym_enum] = ACTIONS(2620), - [anon_sym_class] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(2620), - [anon_sym_union] = ACTIONS(2620), - [anon_sym_if] = ACTIONS(2620), - [anon_sym_else] = ACTIONS(2620), - [anon_sym_switch] = ACTIONS(2620), - [anon_sym_case] = ACTIONS(2620), - [anon_sym_default] = ACTIONS(2620), - [anon_sym_while] = ACTIONS(2620), - [anon_sym_do] = ACTIONS(2620), - [anon_sym_for] = ACTIONS(2620), - [anon_sym_return] = ACTIONS(2620), - [anon_sym_break] = ACTIONS(2620), - [anon_sym_continue] = ACTIONS(2620), - [anon_sym_goto] = ACTIONS(2620), - [anon_sym_not] = ACTIONS(2620), - [anon_sym_compl] = ACTIONS(2620), - [anon_sym_DASH_DASH] = ACTIONS(2622), - [anon_sym_PLUS_PLUS] = ACTIONS(2622), - [anon_sym_sizeof] = ACTIONS(2620), - [sym_number_literal] = ACTIONS(2622), - [anon_sym_L_SQUOTE] = ACTIONS(2622), - [anon_sym_u_SQUOTE] = ACTIONS(2622), - [anon_sym_U_SQUOTE] = ACTIONS(2622), - [anon_sym_u8_SQUOTE] = ACTIONS(2622), - [anon_sym_SQUOTE] = ACTIONS(2622), - [anon_sym_L_DQUOTE] = ACTIONS(2622), - [anon_sym_u_DQUOTE] = ACTIONS(2622), - [anon_sym_U_DQUOTE] = ACTIONS(2622), - [anon_sym_u8_DQUOTE] = ACTIONS(2622), - [anon_sym_DQUOTE] = ACTIONS(2622), - [sym_true] = ACTIONS(2620), - [sym_false] = ACTIONS(2620), - [sym_null] = ACTIONS(2620), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2620), - [anon_sym_decltype] = ACTIONS(2620), - [anon_sym_virtual] = ACTIONS(2620), - [anon_sym_explicit] = ACTIONS(2620), - [anon_sym_typename] = ACTIONS(2620), - [anon_sym_template] = ACTIONS(2620), - [anon_sym_operator] = ACTIONS(2620), - [anon_sym_try] = ACTIONS(2620), - [anon_sym_delete] = ACTIONS(2620), - [anon_sym_throw] = ACTIONS(2620), - [anon_sym_namespace] = ACTIONS(2620), - [anon_sym_using] = ACTIONS(2620), - [anon_sym_static_assert] = ACTIONS(2620), - [anon_sym_concept] = ACTIONS(2620), - [anon_sym_co_return] = ACTIONS(2620), - [anon_sym_co_yield] = ACTIONS(2620), - [anon_sym_R_DQUOTE] = ACTIONS(2622), - [anon_sym_LR_DQUOTE] = ACTIONS(2622), - [anon_sym_uR_DQUOTE] = ACTIONS(2622), - [anon_sym_UR_DQUOTE] = ACTIONS(2622), - [anon_sym_u8R_DQUOTE] = ACTIONS(2622), - [anon_sym_co_await] = ACTIONS(2620), - [anon_sym_new] = ACTIONS(2620), - [anon_sym_requires] = ACTIONS(2620), - [sym_this] = ACTIONS(2620), - [sym_nullptr] = ACTIONS(2620), + [752] = { + [sym_identifier] = ACTIONS(2634), + [aux_sym_preproc_include_token1] = ACTIONS(2634), + [aux_sym_preproc_def_token1] = ACTIONS(2634), + [aux_sym_preproc_if_token1] = ACTIONS(2634), + [aux_sym_preproc_if_token2] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2634), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2634), + [sym_preproc_directive] = ACTIONS(2634), + [anon_sym_LPAREN2] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2634), + [anon_sym_PLUS] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2634), + [anon_sym_SEMI] = ACTIONS(2636), + [anon_sym_typedef] = ACTIONS(2634), + [anon_sym_extern] = ACTIONS(2634), + [anon_sym___attribute__] = ACTIONS(2634), + [anon_sym_COLON_COLON] = ACTIONS(2636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2636), + [anon_sym___declspec] = ACTIONS(2634), + [anon_sym___based] = ACTIONS(2634), + [anon_sym___cdecl] = ACTIONS(2634), + [anon_sym___clrcall] = ACTIONS(2634), + [anon_sym___stdcall] = ACTIONS(2634), + [anon_sym___fastcall] = ACTIONS(2634), + [anon_sym___thiscall] = ACTIONS(2634), + [anon_sym___vectorcall] = ACTIONS(2634), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_static] = ACTIONS(2634), + [anon_sym_register] = ACTIONS(2634), + [anon_sym_inline] = ACTIONS(2634), + [anon_sym_thread_local] = ACTIONS(2634), + [anon_sym_const] = ACTIONS(2634), + [anon_sym_volatile] = ACTIONS(2634), + [anon_sym_restrict] = ACTIONS(2634), + [anon_sym__Atomic] = ACTIONS(2634), + [anon_sym_mutable] = ACTIONS(2634), + [anon_sym_constexpr] = ACTIONS(2634), + [anon_sym_constinit] = ACTIONS(2634), + [anon_sym_consteval] = ACTIONS(2634), + [anon_sym_signed] = ACTIONS(2634), + [anon_sym_unsigned] = ACTIONS(2634), + [anon_sym_long] = ACTIONS(2634), + [anon_sym_short] = ACTIONS(2634), + [sym_primitive_type] = ACTIONS(2634), + [anon_sym_enum] = ACTIONS(2634), + [anon_sym_class] = ACTIONS(2634), + [anon_sym_struct] = ACTIONS(2634), + [anon_sym_union] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2634), + [anon_sym_else] = ACTIONS(2634), + [anon_sym_switch] = ACTIONS(2634), + [anon_sym_case] = ACTIONS(2634), + [anon_sym_default] = ACTIONS(2634), + [anon_sym_while] = ACTIONS(2634), + [anon_sym_do] = ACTIONS(2634), + [anon_sym_for] = ACTIONS(2634), + [anon_sym_return] = ACTIONS(2634), + [anon_sym_break] = ACTIONS(2634), + [anon_sym_continue] = ACTIONS(2634), + [anon_sym_goto] = ACTIONS(2634), + [anon_sym_not] = ACTIONS(2634), + [anon_sym_compl] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_sizeof] = ACTIONS(2634), + [sym_number_literal] = ACTIONS(2636), + [anon_sym_L_SQUOTE] = ACTIONS(2636), + [anon_sym_u_SQUOTE] = ACTIONS(2636), + [anon_sym_U_SQUOTE] = ACTIONS(2636), + [anon_sym_u8_SQUOTE] = ACTIONS(2636), + [anon_sym_SQUOTE] = ACTIONS(2636), + [anon_sym_L_DQUOTE] = ACTIONS(2636), + [anon_sym_u_DQUOTE] = ACTIONS(2636), + [anon_sym_U_DQUOTE] = ACTIONS(2636), + [anon_sym_u8_DQUOTE] = ACTIONS(2636), + [anon_sym_DQUOTE] = ACTIONS(2636), + [sym_true] = ACTIONS(2634), + [sym_false] = ACTIONS(2634), + [sym_null] = ACTIONS(2634), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2634), + [anon_sym_decltype] = ACTIONS(2634), + [anon_sym_virtual] = ACTIONS(2634), + [anon_sym_explicit] = ACTIONS(2634), + [anon_sym_typename] = ACTIONS(2634), + [anon_sym_template] = ACTIONS(2634), + [anon_sym_operator] = ACTIONS(2634), + [anon_sym_try] = ACTIONS(2634), + [anon_sym_delete] = ACTIONS(2634), + [anon_sym_throw] = ACTIONS(2634), + [anon_sym_namespace] = ACTIONS(2634), + [anon_sym_using] = ACTIONS(2634), + [anon_sym_static_assert] = ACTIONS(2634), + [anon_sym_concept] = ACTIONS(2634), + [anon_sym_co_return] = ACTIONS(2634), + [anon_sym_co_yield] = ACTIONS(2634), + [anon_sym_R_DQUOTE] = ACTIONS(2636), + [anon_sym_LR_DQUOTE] = ACTIONS(2636), + [anon_sym_uR_DQUOTE] = ACTIONS(2636), + [anon_sym_UR_DQUOTE] = ACTIONS(2636), + [anon_sym_u8R_DQUOTE] = ACTIONS(2636), + [anon_sym_co_await] = ACTIONS(2634), + [anon_sym_new] = ACTIONS(2634), + [anon_sym_requires] = ACTIONS(2634), + [sym_this] = ACTIONS(2634), + [sym_nullptr] = ACTIONS(2634), }, - [787] = { + [753] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [754] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [755] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [756] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [757] = { + [ts_builtin_sym_end] = ACTIONS(2614), [sym_identifier] = ACTIONS(2612), [aux_sym_preproc_include_token1] = ACTIONS(2612), [aux_sym_preproc_def_token1] = ACTIONS(2612), [aux_sym_preproc_if_token1] = ACTIONS(2612), - [aux_sym_preproc_if_token2] = ACTIONS(2612), [aux_sym_preproc_ifdef_token1] = ACTIONS(2612), [aux_sym_preproc_ifdef_token2] = ACTIONS(2612), [sym_preproc_directive] = ACTIONS(2612), @@ -127559,1593 +123927,7470 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2612), [sym_nullptr] = ACTIONS(2612), }, + [758] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [759] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [760] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [761] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [762] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [763] = { + [ts_builtin_sym_end] = ACTIONS(2546), + [sym_identifier] = ACTIONS(2544), + [aux_sym_preproc_include_token1] = ACTIONS(2544), + [aux_sym_preproc_def_token1] = ACTIONS(2544), + [aux_sym_preproc_if_token1] = ACTIONS(2544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2544), + [sym_preproc_directive] = ACTIONS(2544), + [anon_sym_LPAREN2] = ACTIONS(2546), + [anon_sym_BANG] = ACTIONS(2546), + [anon_sym_TILDE] = ACTIONS(2546), + [anon_sym_DASH] = ACTIONS(2544), + [anon_sym_PLUS] = ACTIONS(2544), + [anon_sym_STAR] = ACTIONS(2546), + [anon_sym_AMP_AMP] = ACTIONS(2546), + [anon_sym_AMP] = ACTIONS(2544), + [anon_sym_SEMI] = ACTIONS(2546), + [anon_sym_typedef] = ACTIONS(2544), + [anon_sym_extern] = ACTIONS(2544), + [anon_sym___attribute__] = ACTIONS(2544), + [anon_sym_COLON_COLON] = ACTIONS(2546), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2546), + [anon_sym___declspec] = ACTIONS(2544), + [anon_sym___based] = ACTIONS(2544), + [anon_sym___cdecl] = ACTIONS(2544), + [anon_sym___clrcall] = ACTIONS(2544), + [anon_sym___stdcall] = ACTIONS(2544), + [anon_sym___fastcall] = ACTIONS(2544), + [anon_sym___thiscall] = ACTIONS(2544), + [anon_sym___vectorcall] = ACTIONS(2544), + [anon_sym_LBRACE] = ACTIONS(2546), + [anon_sym_LBRACK] = ACTIONS(2544), + [anon_sym_static] = ACTIONS(2544), + [anon_sym_register] = ACTIONS(2544), + [anon_sym_inline] = ACTIONS(2544), + [anon_sym_thread_local] = ACTIONS(2544), + [anon_sym_const] = ACTIONS(2544), + [anon_sym_volatile] = ACTIONS(2544), + [anon_sym_restrict] = ACTIONS(2544), + [anon_sym__Atomic] = ACTIONS(2544), + [anon_sym_mutable] = ACTIONS(2544), + [anon_sym_constexpr] = ACTIONS(2544), + [anon_sym_constinit] = ACTIONS(2544), + [anon_sym_consteval] = ACTIONS(2544), + [anon_sym_signed] = ACTIONS(2544), + [anon_sym_unsigned] = ACTIONS(2544), + [anon_sym_long] = ACTIONS(2544), + [anon_sym_short] = ACTIONS(2544), + [sym_primitive_type] = ACTIONS(2544), + [anon_sym_enum] = ACTIONS(2544), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2544), + [anon_sym_union] = ACTIONS(2544), + [anon_sym_if] = ACTIONS(2544), + [anon_sym_else] = ACTIONS(2544), + [anon_sym_switch] = ACTIONS(2544), + [anon_sym_case] = ACTIONS(2544), + [anon_sym_default] = ACTIONS(2544), + [anon_sym_while] = ACTIONS(2544), + [anon_sym_do] = ACTIONS(2544), + [anon_sym_for] = ACTIONS(2544), + [anon_sym_return] = ACTIONS(2544), + [anon_sym_break] = ACTIONS(2544), + [anon_sym_continue] = ACTIONS(2544), + [anon_sym_goto] = ACTIONS(2544), + [anon_sym_not] = ACTIONS(2544), + [anon_sym_compl] = ACTIONS(2544), + [anon_sym_DASH_DASH] = ACTIONS(2546), + [anon_sym_PLUS_PLUS] = ACTIONS(2546), + [anon_sym_sizeof] = ACTIONS(2544), + [sym_number_literal] = ACTIONS(2546), + [anon_sym_L_SQUOTE] = ACTIONS(2546), + [anon_sym_u_SQUOTE] = ACTIONS(2546), + [anon_sym_U_SQUOTE] = ACTIONS(2546), + [anon_sym_u8_SQUOTE] = ACTIONS(2546), + [anon_sym_SQUOTE] = ACTIONS(2546), + [anon_sym_L_DQUOTE] = ACTIONS(2546), + [anon_sym_u_DQUOTE] = ACTIONS(2546), + [anon_sym_U_DQUOTE] = ACTIONS(2546), + [anon_sym_u8_DQUOTE] = ACTIONS(2546), + [anon_sym_DQUOTE] = ACTIONS(2546), + [sym_true] = ACTIONS(2544), + [sym_false] = ACTIONS(2544), + [sym_null] = ACTIONS(2544), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2544), + [anon_sym_decltype] = ACTIONS(2544), + [anon_sym_virtual] = ACTIONS(2544), + [anon_sym_explicit] = ACTIONS(2544), + [anon_sym_typename] = ACTIONS(2544), + [anon_sym_template] = ACTIONS(2544), + [anon_sym_operator] = ACTIONS(2544), + [anon_sym_try] = ACTIONS(2544), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_throw] = ACTIONS(2544), + [anon_sym_namespace] = ACTIONS(2544), + [anon_sym_using] = ACTIONS(2544), + [anon_sym_static_assert] = ACTIONS(2544), + [anon_sym_concept] = ACTIONS(2544), + [anon_sym_co_return] = ACTIONS(2544), + [anon_sym_co_yield] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2544), + [anon_sym_new] = ACTIONS(2544), + [anon_sym_requires] = ACTIONS(2544), + [sym_this] = ACTIONS(2544), + [sym_nullptr] = ACTIONS(2544), + }, + [764] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [765] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [766] = { + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [767] = { + [sym_identifier] = ACTIONS(2558), + [aux_sym_preproc_include_token1] = ACTIONS(2558), + [aux_sym_preproc_def_token1] = ACTIONS(2558), + [aux_sym_preproc_if_token1] = ACTIONS(2558), + [aux_sym_preproc_if_token2] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2558), + [sym_preproc_directive] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(2560), + [anon_sym_BANG] = ACTIONS(2560), + [anon_sym_TILDE] = ACTIONS(2560), + [anon_sym_DASH] = ACTIONS(2558), + [anon_sym_PLUS] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2560), + [anon_sym_AMP_AMP] = ACTIONS(2560), + [anon_sym_AMP] = ACTIONS(2558), + [anon_sym_SEMI] = ACTIONS(2560), + [anon_sym_typedef] = ACTIONS(2558), + [anon_sym_extern] = ACTIONS(2558), + [anon_sym___attribute__] = ACTIONS(2558), + [anon_sym_COLON_COLON] = ACTIONS(2560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2560), + [anon_sym___declspec] = ACTIONS(2558), + [anon_sym___based] = ACTIONS(2558), + [anon_sym___cdecl] = ACTIONS(2558), + [anon_sym___clrcall] = ACTIONS(2558), + [anon_sym___stdcall] = ACTIONS(2558), + [anon_sym___fastcall] = ACTIONS(2558), + [anon_sym___thiscall] = ACTIONS(2558), + [anon_sym___vectorcall] = ACTIONS(2558), + [anon_sym_LBRACE] = ACTIONS(2560), + [anon_sym_LBRACK] = ACTIONS(2558), + [anon_sym_static] = ACTIONS(2558), + [anon_sym_register] = ACTIONS(2558), + [anon_sym_inline] = ACTIONS(2558), + [anon_sym_thread_local] = ACTIONS(2558), + [anon_sym_const] = ACTIONS(2558), + [anon_sym_volatile] = ACTIONS(2558), + [anon_sym_restrict] = ACTIONS(2558), + [anon_sym__Atomic] = ACTIONS(2558), + [anon_sym_mutable] = ACTIONS(2558), + [anon_sym_constexpr] = ACTIONS(2558), + [anon_sym_constinit] = ACTIONS(2558), + [anon_sym_consteval] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2558), + [anon_sym_unsigned] = ACTIONS(2558), + [anon_sym_long] = ACTIONS(2558), + [anon_sym_short] = ACTIONS(2558), + [sym_primitive_type] = ACTIONS(2558), + [anon_sym_enum] = ACTIONS(2558), + [anon_sym_class] = ACTIONS(2558), + [anon_sym_struct] = ACTIONS(2558), + [anon_sym_union] = ACTIONS(2558), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_else] = ACTIONS(2558), + [anon_sym_switch] = ACTIONS(2558), + [anon_sym_case] = ACTIONS(2558), + [anon_sym_default] = ACTIONS(2558), + [anon_sym_while] = ACTIONS(2558), + [anon_sym_do] = ACTIONS(2558), + [anon_sym_for] = ACTIONS(2558), + [anon_sym_return] = ACTIONS(2558), + [anon_sym_break] = ACTIONS(2558), + [anon_sym_continue] = ACTIONS(2558), + [anon_sym_goto] = ACTIONS(2558), + [anon_sym_not] = ACTIONS(2558), + [anon_sym_compl] = ACTIONS(2558), + [anon_sym_DASH_DASH] = ACTIONS(2560), + [anon_sym_PLUS_PLUS] = ACTIONS(2560), + [anon_sym_sizeof] = ACTIONS(2558), + [sym_number_literal] = ACTIONS(2560), + [anon_sym_L_SQUOTE] = ACTIONS(2560), + [anon_sym_u_SQUOTE] = ACTIONS(2560), + [anon_sym_U_SQUOTE] = ACTIONS(2560), + [anon_sym_u8_SQUOTE] = ACTIONS(2560), + [anon_sym_SQUOTE] = ACTIONS(2560), + [anon_sym_L_DQUOTE] = ACTIONS(2560), + [anon_sym_u_DQUOTE] = ACTIONS(2560), + [anon_sym_U_DQUOTE] = ACTIONS(2560), + [anon_sym_u8_DQUOTE] = ACTIONS(2560), + [anon_sym_DQUOTE] = ACTIONS(2560), + [sym_true] = ACTIONS(2558), + [sym_false] = ACTIONS(2558), + [sym_null] = ACTIONS(2558), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2558), + [anon_sym_virtual] = ACTIONS(2558), + [anon_sym_explicit] = ACTIONS(2558), + [anon_sym_typename] = ACTIONS(2558), + [anon_sym_template] = ACTIONS(2558), + [anon_sym_operator] = ACTIONS(2558), + [anon_sym_try] = ACTIONS(2558), + [anon_sym_delete] = ACTIONS(2558), + [anon_sym_throw] = ACTIONS(2558), + [anon_sym_namespace] = ACTIONS(2558), + [anon_sym_using] = ACTIONS(2558), + [anon_sym_static_assert] = ACTIONS(2558), + [anon_sym_concept] = ACTIONS(2558), + [anon_sym_co_return] = ACTIONS(2558), + [anon_sym_co_yield] = ACTIONS(2558), + [anon_sym_R_DQUOTE] = ACTIONS(2560), + [anon_sym_LR_DQUOTE] = ACTIONS(2560), + [anon_sym_uR_DQUOTE] = ACTIONS(2560), + [anon_sym_UR_DQUOTE] = ACTIONS(2560), + [anon_sym_u8R_DQUOTE] = ACTIONS(2560), + [anon_sym_co_await] = ACTIONS(2558), + [anon_sym_new] = ACTIONS(2558), + [anon_sym_requires] = ACTIONS(2558), + [sym_this] = ACTIONS(2558), + [sym_nullptr] = ACTIONS(2558), + }, + [768] = { + [sym_identifier] = ACTIONS(2558), + [aux_sym_preproc_include_token1] = ACTIONS(2558), + [aux_sym_preproc_def_token1] = ACTIONS(2558), + [aux_sym_preproc_if_token1] = ACTIONS(2558), + [aux_sym_preproc_if_token2] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2558), + [sym_preproc_directive] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(2560), + [anon_sym_BANG] = ACTIONS(2560), + [anon_sym_TILDE] = ACTIONS(2560), + [anon_sym_DASH] = ACTIONS(2558), + [anon_sym_PLUS] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2560), + [anon_sym_AMP_AMP] = ACTIONS(2560), + [anon_sym_AMP] = ACTIONS(2558), + [anon_sym_SEMI] = ACTIONS(2560), + [anon_sym_typedef] = ACTIONS(2558), + [anon_sym_extern] = ACTIONS(2558), + [anon_sym___attribute__] = ACTIONS(2558), + [anon_sym_COLON_COLON] = ACTIONS(2560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2560), + [anon_sym___declspec] = ACTIONS(2558), + [anon_sym___based] = ACTIONS(2558), + [anon_sym___cdecl] = ACTIONS(2558), + [anon_sym___clrcall] = ACTIONS(2558), + [anon_sym___stdcall] = ACTIONS(2558), + [anon_sym___fastcall] = ACTIONS(2558), + [anon_sym___thiscall] = ACTIONS(2558), + [anon_sym___vectorcall] = ACTIONS(2558), + [anon_sym_LBRACE] = ACTIONS(2560), + [anon_sym_LBRACK] = ACTIONS(2558), + [anon_sym_static] = ACTIONS(2558), + [anon_sym_register] = ACTIONS(2558), + [anon_sym_inline] = ACTIONS(2558), + [anon_sym_thread_local] = ACTIONS(2558), + [anon_sym_const] = ACTIONS(2558), + [anon_sym_volatile] = ACTIONS(2558), + [anon_sym_restrict] = ACTIONS(2558), + [anon_sym__Atomic] = ACTIONS(2558), + [anon_sym_mutable] = ACTIONS(2558), + [anon_sym_constexpr] = ACTIONS(2558), + [anon_sym_constinit] = ACTIONS(2558), + [anon_sym_consteval] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2558), + [anon_sym_unsigned] = ACTIONS(2558), + [anon_sym_long] = ACTIONS(2558), + [anon_sym_short] = ACTIONS(2558), + [sym_primitive_type] = ACTIONS(2558), + [anon_sym_enum] = ACTIONS(2558), + [anon_sym_class] = ACTIONS(2558), + [anon_sym_struct] = ACTIONS(2558), + [anon_sym_union] = ACTIONS(2558), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_else] = ACTIONS(2558), + [anon_sym_switch] = ACTIONS(2558), + [anon_sym_case] = ACTIONS(2558), + [anon_sym_default] = ACTIONS(2558), + [anon_sym_while] = ACTIONS(2558), + [anon_sym_do] = ACTIONS(2558), + [anon_sym_for] = ACTIONS(2558), + [anon_sym_return] = ACTIONS(2558), + [anon_sym_break] = ACTIONS(2558), + [anon_sym_continue] = ACTIONS(2558), + [anon_sym_goto] = ACTIONS(2558), + [anon_sym_not] = ACTIONS(2558), + [anon_sym_compl] = ACTIONS(2558), + [anon_sym_DASH_DASH] = ACTIONS(2560), + [anon_sym_PLUS_PLUS] = ACTIONS(2560), + [anon_sym_sizeof] = ACTIONS(2558), + [sym_number_literal] = ACTIONS(2560), + [anon_sym_L_SQUOTE] = ACTIONS(2560), + [anon_sym_u_SQUOTE] = ACTIONS(2560), + [anon_sym_U_SQUOTE] = ACTIONS(2560), + [anon_sym_u8_SQUOTE] = ACTIONS(2560), + [anon_sym_SQUOTE] = ACTIONS(2560), + [anon_sym_L_DQUOTE] = ACTIONS(2560), + [anon_sym_u_DQUOTE] = ACTIONS(2560), + [anon_sym_U_DQUOTE] = ACTIONS(2560), + [anon_sym_u8_DQUOTE] = ACTIONS(2560), + [anon_sym_DQUOTE] = ACTIONS(2560), + [sym_true] = ACTIONS(2558), + [sym_false] = ACTIONS(2558), + [sym_null] = ACTIONS(2558), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2558), + [anon_sym_virtual] = ACTIONS(2558), + [anon_sym_explicit] = ACTIONS(2558), + [anon_sym_typename] = ACTIONS(2558), + [anon_sym_template] = ACTIONS(2558), + [anon_sym_operator] = ACTIONS(2558), + [anon_sym_try] = ACTIONS(2558), + [anon_sym_delete] = ACTIONS(2558), + [anon_sym_throw] = ACTIONS(2558), + [anon_sym_namespace] = ACTIONS(2558), + [anon_sym_using] = ACTIONS(2558), + [anon_sym_static_assert] = ACTIONS(2558), + [anon_sym_concept] = ACTIONS(2558), + [anon_sym_co_return] = ACTIONS(2558), + [anon_sym_co_yield] = ACTIONS(2558), + [anon_sym_R_DQUOTE] = ACTIONS(2560), + [anon_sym_LR_DQUOTE] = ACTIONS(2560), + [anon_sym_uR_DQUOTE] = ACTIONS(2560), + [anon_sym_UR_DQUOTE] = ACTIONS(2560), + [anon_sym_u8R_DQUOTE] = ACTIONS(2560), + [anon_sym_co_await] = ACTIONS(2558), + [anon_sym_new] = ACTIONS(2558), + [anon_sym_requires] = ACTIONS(2558), + [sym_this] = ACTIONS(2558), + [sym_nullptr] = ACTIONS(2558), + }, + [769] = { + [sym_identifier] = ACTIONS(2544), + [aux_sym_preproc_include_token1] = ACTIONS(2544), + [aux_sym_preproc_def_token1] = ACTIONS(2544), + [aux_sym_preproc_if_token1] = ACTIONS(2544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2544), + [sym_preproc_directive] = ACTIONS(2544), + [anon_sym_LPAREN2] = ACTIONS(2546), + [anon_sym_BANG] = ACTIONS(2546), + [anon_sym_TILDE] = ACTIONS(2546), + [anon_sym_DASH] = ACTIONS(2544), + [anon_sym_PLUS] = ACTIONS(2544), + [anon_sym_STAR] = ACTIONS(2546), + [anon_sym_AMP_AMP] = ACTIONS(2546), + [anon_sym_AMP] = ACTIONS(2544), + [anon_sym_SEMI] = ACTIONS(2546), + [anon_sym_typedef] = ACTIONS(2544), + [anon_sym_extern] = ACTIONS(2544), + [anon_sym___attribute__] = ACTIONS(2544), + [anon_sym_COLON_COLON] = ACTIONS(2546), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2546), + [anon_sym___declspec] = ACTIONS(2544), + [anon_sym___based] = ACTIONS(2544), + [anon_sym___cdecl] = ACTIONS(2544), + [anon_sym___clrcall] = ACTIONS(2544), + [anon_sym___stdcall] = ACTIONS(2544), + [anon_sym___fastcall] = ACTIONS(2544), + [anon_sym___thiscall] = ACTIONS(2544), + [anon_sym___vectorcall] = ACTIONS(2544), + [anon_sym_LBRACE] = ACTIONS(2546), + [anon_sym_RBRACE] = ACTIONS(2546), + [anon_sym_LBRACK] = ACTIONS(2544), + [anon_sym_static] = ACTIONS(2544), + [anon_sym_register] = ACTIONS(2544), + [anon_sym_inline] = ACTIONS(2544), + [anon_sym_thread_local] = ACTIONS(2544), + [anon_sym_const] = ACTIONS(2544), + [anon_sym_volatile] = ACTIONS(2544), + [anon_sym_restrict] = ACTIONS(2544), + [anon_sym__Atomic] = ACTIONS(2544), + [anon_sym_mutable] = ACTIONS(2544), + [anon_sym_constexpr] = ACTIONS(2544), + [anon_sym_constinit] = ACTIONS(2544), + [anon_sym_consteval] = ACTIONS(2544), + [anon_sym_signed] = ACTIONS(2544), + [anon_sym_unsigned] = ACTIONS(2544), + [anon_sym_long] = ACTIONS(2544), + [anon_sym_short] = ACTIONS(2544), + [sym_primitive_type] = ACTIONS(2544), + [anon_sym_enum] = ACTIONS(2544), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2544), + [anon_sym_union] = ACTIONS(2544), + [anon_sym_if] = ACTIONS(2544), + [anon_sym_else] = ACTIONS(2544), + [anon_sym_switch] = ACTIONS(2544), + [anon_sym_case] = ACTIONS(2544), + [anon_sym_default] = ACTIONS(2544), + [anon_sym_while] = ACTIONS(2544), + [anon_sym_do] = ACTIONS(2544), + [anon_sym_for] = ACTIONS(2544), + [anon_sym_return] = ACTIONS(2544), + [anon_sym_break] = ACTIONS(2544), + [anon_sym_continue] = ACTIONS(2544), + [anon_sym_goto] = ACTIONS(2544), + [anon_sym_not] = ACTIONS(2544), + [anon_sym_compl] = ACTIONS(2544), + [anon_sym_DASH_DASH] = ACTIONS(2546), + [anon_sym_PLUS_PLUS] = ACTIONS(2546), + [anon_sym_sizeof] = ACTIONS(2544), + [sym_number_literal] = ACTIONS(2546), + [anon_sym_L_SQUOTE] = ACTIONS(2546), + [anon_sym_u_SQUOTE] = ACTIONS(2546), + [anon_sym_U_SQUOTE] = ACTIONS(2546), + [anon_sym_u8_SQUOTE] = ACTIONS(2546), + [anon_sym_SQUOTE] = ACTIONS(2546), + [anon_sym_L_DQUOTE] = ACTIONS(2546), + [anon_sym_u_DQUOTE] = ACTIONS(2546), + [anon_sym_U_DQUOTE] = ACTIONS(2546), + [anon_sym_u8_DQUOTE] = ACTIONS(2546), + [anon_sym_DQUOTE] = ACTIONS(2546), + [sym_true] = ACTIONS(2544), + [sym_false] = ACTIONS(2544), + [sym_null] = ACTIONS(2544), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2544), + [anon_sym_decltype] = ACTIONS(2544), + [anon_sym_virtual] = ACTIONS(2544), + [anon_sym_explicit] = ACTIONS(2544), + [anon_sym_typename] = ACTIONS(2544), + [anon_sym_template] = ACTIONS(2544), + [anon_sym_operator] = ACTIONS(2544), + [anon_sym_try] = ACTIONS(2544), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_throw] = ACTIONS(2544), + [anon_sym_namespace] = ACTIONS(2544), + [anon_sym_using] = ACTIONS(2544), + [anon_sym_static_assert] = ACTIONS(2544), + [anon_sym_concept] = ACTIONS(2544), + [anon_sym_co_return] = ACTIONS(2544), + [anon_sym_co_yield] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2544), + [anon_sym_new] = ACTIONS(2544), + [anon_sym_requires] = ACTIONS(2544), + [sym_this] = ACTIONS(2544), + [sym_nullptr] = ACTIONS(2544), + }, + [770] = { + [sym_identifier] = ACTIONS(2584), + [aux_sym_preproc_include_token1] = ACTIONS(2584), + [aux_sym_preproc_def_token1] = ACTIONS(2584), + [aux_sym_preproc_if_token1] = ACTIONS(2584), + [aux_sym_preproc_if_token2] = ACTIONS(2584), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2584), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2584), + [sym_preproc_directive] = ACTIONS(2584), + [anon_sym_LPAREN2] = ACTIONS(2586), + [anon_sym_BANG] = ACTIONS(2586), + [anon_sym_TILDE] = ACTIONS(2586), + [anon_sym_DASH] = ACTIONS(2584), + [anon_sym_PLUS] = ACTIONS(2584), + [anon_sym_STAR] = ACTIONS(2586), + [anon_sym_AMP_AMP] = ACTIONS(2586), + [anon_sym_AMP] = ACTIONS(2584), + [anon_sym_SEMI] = ACTIONS(2586), + [anon_sym_typedef] = ACTIONS(2584), + [anon_sym_extern] = ACTIONS(2584), + [anon_sym___attribute__] = ACTIONS(2584), + [anon_sym_COLON_COLON] = ACTIONS(2586), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), + [anon_sym___declspec] = ACTIONS(2584), + [anon_sym___based] = ACTIONS(2584), + [anon_sym___cdecl] = ACTIONS(2584), + [anon_sym___clrcall] = ACTIONS(2584), + [anon_sym___stdcall] = ACTIONS(2584), + [anon_sym___fastcall] = ACTIONS(2584), + [anon_sym___thiscall] = ACTIONS(2584), + [anon_sym___vectorcall] = ACTIONS(2584), + [anon_sym_LBRACE] = ACTIONS(2586), + [anon_sym_LBRACK] = ACTIONS(2584), + [anon_sym_static] = ACTIONS(2584), + [anon_sym_register] = ACTIONS(2584), + [anon_sym_inline] = ACTIONS(2584), + [anon_sym_thread_local] = ACTIONS(2584), + [anon_sym_const] = ACTIONS(2584), + [anon_sym_volatile] = ACTIONS(2584), + [anon_sym_restrict] = ACTIONS(2584), + [anon_sym__Atomic] = ACTIONS(2584), + [anon_sym_mutable] = ACTIONS(2584), + [anon_sym_constexpr] = ACTIONS(2584), + [anon_sym_constinit] = ACTIONS(2584), + [anon_sym_consteval] = ACTIONS(2584), + [anon_sym_signed] = ACTIONS(2584), + [anon_sym_unsigned] = ACTIONS(2584), + [anon_sym_long] = ACTIONS(2584), + [anon_sym_short] = ACTIONS(2584), + [sym_primitive_type] = ACTIONS(2584), + [anon_sym_enum] = ACTIONS(2584), + [anon_sym_class] = ACTIONS(2584), + [anon_sym_struct] = ACTIONS(2584), + [anon_sym_union] = ACTIONS(2584), + [anon_sym_if] = ACTIONS(2584), + [anon_sym_else] = ACTIONS(2584), + [anon_sym_switch] = ACTIONS(2584), + [anon_sym_case] = ACTIONS(2584), + [anon_sym_default] = ACTIONS(2584), + [anon_sym_while] = ACTIONS(2584), + [anon_sym_do] = ACTIONS(2584), + [anon_sym_for] = ACTIONS(2584), + [anon_sym_return] = ACTIONS(2584), + [anon_sym_break] = ACTIONS(2584), + [anon_sym_continue] = ACTIONS(2584), + [anon_sym_goto] = ACTIONS(2584), + [anon_sym_not] = ACTIONS(2584), + [anon_sym_compl] = ACTIONS(2584), + [anon_sym_DASH_DASH] = ACTIONS(2586), + [anon_sym_PLUS_PLUS] = ACTIONS(2586), + [anon_sym_sizeof] = ACTIONS(2584), + [sym_number_literal] = ACTIONS(2586), + [anon_sym_L_SQUOTE] = ACTIONS(2586), + [anon_sym_u_SQUOTE] = ACTIONS(2586), + [anon_sym_U_SQUOTE] = ACTIONS(2586), + [anon_sym_u8_SQUOTE] = ACTIONS(2586), + [anon_sym_SQUOTE] = ACTIONS(2586), + [anon_sym_L_DQUOTE] = ACTIONS(2586), + [anon_sym_u_DQUOTE] = ACTIONS(2586), + [anon_sym_U_DQUOTE] = ACTIONS(2586), + [anon_sym_u8_DQUOTE] = ACTIONS(2586), + [anon_sym_DQUOTE] = ACTIONS(2586), + [sym_true] = ACTIONS(2584), + [sym_false] = ACTIONS(2584), + [sym_null] = ACTIONS(2584), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2584), + [anon_sym_decltype] = ACTIONS(2584), + [anon_sym_virtual] = ACTIONS(2584), + [anon_sym_explicit] = ACTIONS(2584), + [anon_sym_typename] = ACTIONS(2584), + [anon_sym_template] = ACTIONS(2584), + [anon_sym_operator] = ACTIONS(2584), + [anon_sym_try] = ACTIONS(2584), + [anon_sym_delete] = ACTIONS(2584), + [anon_sym_throw] = ACTIONS(2584), + [anon_sym_namespace] = ACTIONS(2584), + [anon_sym_using] = ACTIONS(2584), + [anon_sym_static_assert] = ACTIONS(2584), + [anon_sym_concept] = ACTIONS(2584), + [anon_sym_co_return] = ACTIONS(2584), + [anon_sym_co_yield] = ACTIONS(2584), + [anon_sym_R_DQUOTE] = ACTIONS(2586), + [anon_sym_LR_DQUOTE] = ACTIONS(2586), + [anon_sym_uR_DQUOTE] = ACTIONS(2586), + [anon_sym_UR_DQUOTE] = ACTIONS(2586), + [anon_sym_u8R_DQUOTE] = ACTIONS(2586), + [anon_sym_co_await] = ACTIONS(2584), + [anon_sym_new] = ACTIONS(2584), + [anon_sym_requires] = ACTIONS(2584), + [sym_this] = ACTIONS(2584), + [sym_nullptr] = ACTIONS(2584), + }, + [771] = { + [sym_identifier] = ACTIONS(2540), + [aux_sym_preproc_include_token1] = ACTIONS(2540), + [aux_sym_preproc_def_token1] = ACTIONS(2540), + [aux_sym_preproc_if_token1] = ACTIONS(2540), + [aux_sym_preproc_if_token2] = ACTIONS(2540), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2540), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2540), + [sym_preproc_directive] = ACTIONS(2540), + [anon_sym_LPAREN2] = ACTIONS(2542), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_TILDE] = ACTIONS(2542), + [anon_sym_DASH] = ACTIONS(2540), + [anon_sym_PLUS] = ACTIONS(2540), + [anon_sym_STAR] = ACTIONS(2542), + [anon_sym_AMP_AMP] = ACTIONS(2542), + [anon_sym_AMP] = ACTIONS(2540), + [anon_sym_SEMI] = ACTIONS(2542), + [anon_sym_typedef] = ACTIONS(2540), + [anon_sym_extern] = ACTIONS(2540), + [anon_sym___attribute__] = ACTIONS(2540), + [anon_sym_COLON_COLON] = ACTIONS(2542), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2542), + [anon_sym___declspec] = ACTIONS(2540), + [anon_sym___based] = ACTIONS(2540), + [anon_sym___cdecl] = ACTIONS(2540), + [anon_sym___clrcall] = ACTIONS(2540), + [anon_sym___stdcall] = ACTIONS(2540), + [anon_sym___fastcall] = ACTIONS(2540), + [anon_sym___thiscall] = ACTIONS(2540), + [anon_sym___vectorcall] = ACTIONS(2540), + [anon_sym_LBRACE] = ACTIONS(2542), + [anon_sym_LBRACK] = ACTIONS(2540), + [anon_sym_static] = ACTIONS(2540), + [anon_sym_register] = ACTIONS(2540), + [anon_sym_inline] = ACTIONS(2540), + [anon_sym_thread_local] = ACTIONS(2540), + [anon_sym_const] = ACTIONS(2540), + [anon_sym_volatile] = ACTIONS(2540), + [anon_sym_restrict] = ACTIONS(2540), + [anon_sym__Atomic] = ACTIONS(2540), + [anon_sym_mutable] = ACTIONS(2540), + [anon_sym_constexpr] = ACTIONS(2540), + [anon_sym_constinit] = ACTIONS(2540), + [anon_sym_consteval] = ACTIONS(2540), + [anon_sym_signed] = ACTIONS(2540), + [anon_sym_unsigned] = ACTIONS(2540), + [anon_sym_long] = ACTIONS(2540), + [anon_sym_short] = ACTIONS(2540), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2540), + [anon_sym_class] = ACTIONS(2540), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_union] = ACTIONS(2540), + [anon_sym_if] = ACTIONS(2540), + [anon_sym_else] = ACTIONS(2540), + [anon_sym_switch] = ACTIONS(2540), + [anon_sym_case] = ACTIONS(2540), + [anon_sym_default] = ACTIONS(2540), + [anon_sym_while] = ACTIONS(2540), + [anon_sym_do] = ACTIONS(2540), + [anon_sym_for] = ACTIONS(2540), + [anon_sym_return] = ACTIONS(2540), + [anon_sym_break] = ACTIONS(2540), + [anon_sym_continue] = ACTIONS(2540), + [anon_sym_goto] = ACTIONS(2540), + [anon_sym_not] = ACTIONS(2540), + [anon_sym_compl] = ACTIONS(2540), + [anon_sym_DASH_DASH] = ACTIONS(2542), + [anon_sym_PLUS_PLUS] = ACTIONS(2542), + [anon_sym_sizeof] = ACTIONS(2540), + [sym_number_literal] = ACTIONS(2542), + [anon_sym_L_SQUOTE] = ACTIONS(2542), + [anon_sym_u_SQUOTE] = ACTIONS(2542), + [anon_sym_U_SQUOTE] = ACTIONS(2542), + [anon_sym_u8_SQUOTE] = ACTIONS(2542), + [anon_sym_SQUOTE] = ACTIONS(2542), + [anon_sym_L_DQUOTE] = ACTIONS(2542), + [anon_sym_u_DQUOTE] = ACTIONS(2542), + [anon_sym_U_DQUOTE] = ACTIONS(2542), + [anon_sym_u8_DQUOTE] = ACTIONS(2542), + [anon_sym_DQUOTE] = ACTIONS(2542), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [sym_null] = ACTIONS(2540), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(2540), + [anon_sym_virtual] = ACTIONS(2540), + [anon_sym_explicit] = ACTIONS(2540), + [anon_sym_typename] = ACTIONS(2540), + [anon_sym_template] = ACTIONS(2540), + [anon_sym_operator] = ACTIONS(2540), + [anon_sym_try] = ACTIONS(2540), + [anon_sym_delete] = ACTIONS(2540), + [anon_sym_throw] = ACTIONS(2540), + [anon_sym_namespace] = ACTIONS(2540), + [anon_sym_using] = ACTIONS(2540), + [anon_sym_static_assert] = ACTIONS(2540), + [anon_sym_concept] = ACTIONS(2540), + [anon_sym_co_return] = ACTIONS(2540), + [anon_sym_co_yield] = ACTIONS(2540), + [anon_sym_R_DQUOTE] = ACTIONS(2542), + [anon_sym_LR_DQUOTE] = ACTIONS(2542), + [anon_sym_uR_DQUOTE] = ACTIONS(2542), + [anon_sym_UR_DQUOTE] = ACTIONS(2542), + [anon_sym_u8R_DQUOTE] = ACTIONS(2542), + [anon_sym_co_await] = ACTIONS(2540), + [anon_sym_new] = ACTIONS(2540), + [anon_sym_requires] = ACTIONS(2540), + [sym_this] = ACTIONS(2540), + [sym_nullptr] = ACTIONS(2540), + }, + [772] = { + [sym_identifier] = ACTIONS(2466), + [aux_sym_preproc_include_token1] = ACTIONS(2466), + [aux_sym_preproc_def_token1] = ACTIONS(2466), + [aux_sym_preproc_if_token1] = ACTIONS(2466), + [aux_sym_preproc_if_token2] = ACTIONS(2466), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2466), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2466), + [sym_preproc_directive] = ACTIONS(2466), + [anon_sym_LPAREN2] = ACTIONS(2468), + [anon_sym_BANG] = ACTIONS(2468), + [anon_sym_TILDE] = ACTIONS(2468), + [anon_sym_DASH] = ACTIONS(2466), + [anon_sym_PLUS] = ACTIONS(2466), + [anon_sym_STAR] = ACTIONS(2468), + [anon_sym_AMP_AMP] = ACTIONS(2468), + [anon_sym_AMP] = ACTIONS(2466), + [anon_sym_SEMI] = ACTIONS(2468), + [anon_sym_typedef] = ACTIONS(2466), + [anon_sym_extern] = ACTIONS(2466), + [anon_sym___attribute__] = ACTIONS(2466), + [anon_sym_COLON_COLON] = ACTIONS(2468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2468), + [anon_sym___declspec] = ACTIONS(2466), + [anon_sym___based] = ACTIONS(2466), + [anon_sym___cdecl] = ACTIONS(2466), + [anon_sym___clrcall] = ACTIONS(2466), + [anon_sym___stdcall] = ACTIONS(2466), + [anon_sym___fastcall] = ACTIONS(2466), + [anon_sym___thiscall] = ACTIONS(2466), + [anon_sym___vectorcall] = ACTIONS(2466), + [anon_sym_LBRACE] = ACTIONS(2468), + [anon_sym_LBRACK] = ACTIONS(2466), + [anon_sym_static] = ACTIONS(2466), + [anon_sym_register] = ACTIONS(2466), + [anon_sym_inline] = ACTIONS(2466), + [anon_sym_thread_local] = ACTIONS(2466), + [anon_sym_const] = ACTIONS(2466), + [anon_sym_volatile] = ACTIONS(2466), + [anon_sym_restrict] = ACTIONS(2466), + [anon_sym__Atomic] = ACTIONS(2466), + [anon_sym_mutable] = ACTIONS(2466), + [anon_sym_constexpr] = ACTIONS(2466), + [anon_sym_constinit] = ACTIONS(2466), + [anon_sym_consteval] = ACTIONS(2466), + [anon_sym_signed] = ACTIONS(2466), + [anon_sym_unsigned] = ACTIONS(2466), + [anon_sym_long] = ACTIONS(2466), + [anon_sym_short] = ACTIONS(2466), + [sym_primitive_type] = ACTIONS(2466), + [anon_sym_enum] = ACTIONS(2466), + [anon_sym_class] = ACTIONS(2466), + [anon_sym_struct] = ACTIONS(2466), + [anon_sym_union] = ACTIONS(2466), + [anon_sym_if] = ACTIONS(2466), + [anon_sym_else] = ACTIONS(2466), + [anon_sym_switch] = ACTIONS(2466), + [anon_sym_case] = ACTIONS(2466), + [anon_sym_default] = ACTIONS(2466), + [anon_sym_while] = ACTIONS(2466), + [anon_sym_do] = ACTIONS(2466), + [anon_sym_for] = ACTIONS(2466), + [anon_sym_return] = ACTIONS(2466), + [anon_sym_break] = ACTIONS(2466), + [anon_sym_continue] = ACTIONS(2466), + [anon_sym_goto] = ACTIONS(2466), + [anon_sym_not] = ACTIONS(2466), + [anon_sym_compl] = ACTIONS(2466), + [anon_sym_DASH_DASH] = ACTIONS(2468), + [anon_sym_PLUS_PLUS] = ACTIONS(2468), + [anon_sym_sizeof] = ACTIONS(2466), + [sym_number_literal] = ACTIONS(2468), + [anon_sym_L_SQUOTE] = ACTIONS(2468), + [anon_sym_u_SQUOTE] = ACTIONS(2468), + [anon_sym_U_SQUOTE] = ACTIONS(2468), + [anon_sym_u8_SQUOTE] = ACTIONS(2468), + [anon_sym_SQUOTE] = ACTIONS(2468), + [anon_sym_L_DQUOTE] = ACTIONS(2468), + [anon_sym_u_DQUOTE] = ACTIONS(2468), + [anon_sym_U_DQUOTE] = ACTIONS(2468), + [anon_sym_u8_DQUOTE] = ACTIONS(2468), + [anon_sym_DQUOTE] = ACTIONS(2468), + [sym_true] = ACTIONS(2466), + [sym_false] = ACTIONS(2466), + [sym_null] = ACTIONS(2466), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2466), + [anon_sym_decltype] = ACTIONS(2466), + [anon_sym_virtual] = ACTIONS(2466), + [anon_sym_explicit] = ACTIONS(2466), + [anon_sym_typename] = ACTIONS(2466), + [anon_sym_template] = ACTIONS(2466), + [anon_sym_operator] = ACTIONS(2466), + [anon_sym_try] = ACTIONS(2466), + [anon_sym_delete] = ACTIONS(2466), + [anon_sym_throw] = ACTIONS(2466), + [anon_sym_namespace] = ACTIONS(2466), + [anon_sym_using] = ACTIONS(2466), + [anon_sym_static_assert] = ACTIONS(2466), + [anon_sym_concept] = ACTIONS(2466), + [anon_sym_co_return] = ACTIONS(2466), + [anon_sym_co_yield] = ACTIONS(2466), + [anon_sym_R_DQUOTE] = ACTIONS(2468), + [anon_sym_LR_DQUOTE] = ACTIONS(2468), + [anon_sym_uR_DQUOTE] = ACTIONS(2468), + [anon_sym_UR_DQUOTE] = ACTIONS(2468), + [anon_sym_u8R_DQUOTE] = ACTIONS(2468), + [anon_sym_co_await] = ACTIONS(2466), + [anon_sym_new] = ACTIONS(2466), + [anon_sym_requires] = ACTIONS(2466), + [sym_this] = ACTIONS(2466), + [sym_nullptr] = ACTIONS(2466), + }, + [773] = { + [sym_identifier] = ACTIONS(2536), + [aux_sym_preproc_include_token1] = ACTIONS(2536), + [aux_sym_preproc_def_token1] = ACTIONS(2536), + [aux_sym_preproc_if_token1] = ACTIONS(2536), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2536), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2536), + [sym_preproc_directive] = ACTIONS(2536), + [anon_sym_LPAREN2] = ACTIONS(2538), + [anon_sym_BANG] = ACTIONS(2538), + [anon_sym_TILDE] = ACTIONS(2538), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_AMP_AMP] = ACTIONS(2538), + [anon_sym_AMP] = ACTIONS(2536), + [anon_sym_SEMI] = ACTIONS(2538), + [anon_sym_typedef] = ACTIONS(2536), + [anon_sym_extern] = ACTIONS(2536), + [anon_sym___attribute__] = ACTIONS(2536), + [anon_sym_COLON_COLON] = ACTIONS(2538), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2538), + [anon_sym___declspec] = ACTIONS(2536), + [anon_sym___based] = ACTIONS(2536), + [anon_sym___cdecl] = ACTIONS(2536), + [anon_sym___clrcall] = ACTIONS(2536), + [anon_sym___stdcall] = ACTIONS(2536), + [anon_sym___fastcall] = ACTIONS(2536), + [anon_sym___thiscall] = ACTIONS(2536), + [anon_sym___vectorcall] = ACTIONS(2536), + [anon_sym_LBRACE] = ACTIONS(2538), + [anon_sym_RBRACE] = ACTIONS(2538), + [anon_sym_LBRACK] = ACTIONS(2536), + [anon_sym_static] = ACTIONS(2536), + [anon_sym_register] = ACTIONS(2536), + [anon_sym_inline] = ACTIONS(2536), + [anon_sym_thread_local] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(2536), + [anon_sym_volatile] = ACTIONS(2536), + [anon_sym_restrict] = ACTIONS(2536), + [anon_sym__Atomic] = ACTIONS(2536), + [anon_sym_mutable] = ACTIONS(2536), + [anon_sym_constexpr] = ACTIONS(2536), + [anon_sym_constinit] = ACTIONS(2536), + [anon_sym_consteval] = ACTIONS(2536), + [anon_sym_signed] = ACTIONS(2536), + [anon_sym_unsigned] = ACTIONS(2536), + [anon_sym_long] = ACTIONS(2536), + [anon_sym_short] = ACTIONS(2536), + [sym_primitive_type] = ACTIONS(2536), + [anon_sym_enum] = ACTIONS(2536), + [anon_sym_class] = ACTIONS(2536), + [anon_sym_struct] = ACTIONS(2536), + [anon_sym_union] = ACTIONS(2536), + [anon_sym_if] = ACTIONS(2536), + [anon_sym_else] = ACTIONS(2536), + [anon_sym_switch] = ACTIONS(2536), + [anon_sym_case] = ACTIONS(2536), + [anon_sym_default] = ACTIONS(2536), + [anon_sym_while] = ACTIONS(2536), + [anon_sym_do] = ACTIONS(2536), + [anon_sym_for] = ACTIONS(2536), + [anon_sym_return] = ACTIONS(2536), + [anon_sym_break] = ACTIONS(2536), + [anon_sym_continue] = ACTIONS(2536), + [anon_sym_goto] = ACTIONS(2536), + [anon_sym_not] = ACTIONS(2536), + [anon_sym_compl] = ACTIONS(2536), + [anon_sym_DASH_DASH] = ACTIONS(2538), + [anon_sym_PLUS_PLUS] = ACTIONS(2538), + [anon_sym_sizeof] = ACTIONS(2536), + [sym_number_literal] = ACTIONS(2538), + [anon_sym_L_SQUOTE] = ACTIONS(2538), + [anon_sym_u_SQUOTE] = ACTIONS(2538), + [anon_sym_U_SQUOTE] = ACTIONS(2538), + [anon_sym_u8_SQUOTE] = ACTIONS(2538), + [anon_sym_SQUOTE] = ACTIONS(2538), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2536), + [sym_false] = ACTIONS(2536), + [sym_null] = ACTIONS(2536), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2536), + [anon_sym_decltype] = ACTIONS(2536), + [anon_sym_virtual] = ACTIONS(2536), + [anon_sym_explicit] = ACTIONS(2536), + [anon_sym_typename] = ACTIONS(2536), + [anon_sym_template] = ACTIONS(2536), + [anon_sym_operator] = ACTIONS(2536), + [anon_sym_try] = ACTIONS(2536), + [anon_sym_delete] = ACTIONS(2536), + [anon_sym_throw] = ACTIONS(2536), + [anon_sym_namespace] = ACTIONS(2536), + [anon_sym_using] = ACTIONS(2536), + [anon_sym_static_assert] = ACTIONS(2536), + [anon_sym_concept] = ACTIONS(2536), + [anon_sym_co_return] = ACTIONS(2536), + [anon_sym_co_yield] = ACTIONS(2536), + [anon_sym_R_DQUOTE] = ACTIONS(2538), + [anon_sym_LR_DQUOTE] = ACTIONS(2538), + [anon_sym_uR_DQUOTE] = ACTIONS(2538), + [anon_sym_UR_DQUOTE] = ACTIONS(2538), + [anon_sym_u8R_DQUOTE] = ACTIONS(2538), + [anon_sym_co_await] = ACTIONS(2536), + [anon_sym_new] = ACTIONS(2536), + [anon_sym_requires] = ACTIONS(2536), + [sym_this] = ACTIONS(2536), + [sym_nullptr] = ACTIONS(2536), + }, + [774] = { + [sym_identifier] = ACTIONS(2532), + [aux_sym_preproc_include_token1] = ACTIONS(2532), + [aux_sym_preproc_def_token1] = ACTIONS(2532), + [aux_sym_preproc_if_token1] = ACTIONS(2532), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2532), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2532), + [sym_preproc_directive] = ACTIONS(2532), + [anon_sym_LPAREN2] = ACTIONS(2534), + [anon_sym_BANG] = ACTIONS(2534), + [anon_sym_TILDE] = ACTIONS(2534), + [anon_sym_DASH] = ACTIONS(2532), + [anon_sym_PLUS] = ACTIONS(2532), + [anon_sym_STAR] = ACTIONS(2534), + [anon_sym_AMP_AMP] = ACTIONS(2534), + [anon_sym_AMP] = ACTIONS(2532), + [anon_sym_SEMI] = ACTIONS(2534), + [anon_sym_typedef] = ACTIONS(2532), + [anon_sym_extern] = ACTIONS(2532), + [anon_sym___attribute__] = ACTIONS(2532), + [anon_sym_COLON_COLON] = ACTIONS(2534), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2534), + [anon_sym___declspec] = ACTIONS(2532), + [anon_sym___based] = ACTIONS(2532), + [anon_sym___cdecl] = ACTIONS(2532), + [anon_sym___clrcall] = ACTIONS(2532), + [anon_sym___stdcall] = ACTIONS(2532), + [anon_sym___fastcall] = ACTIONS(2532), + [anon_sym___thiscall] = ACTIONS(2532), + [anon_sym___vectorcall] = ACTIONS(2532), + [anon_sym_LBRACE] = ACTIONS(2534), + [anon_sym_RBRACE] = ACTIONS(2534), + [anon_sym_LBRACK] = ACTIONS(2532), + [anon_sym_static] = ACTIONS(2532), + [anon_sym_register] = ACTIONS(2532), + [anon_sym_inline] = ACTIONS(2532), + [anon_sym_thread_local] = ACTIONS(2532), + [anon_sym_const] = ACTIONS(2532), + [anon_sym_volatile] = ACTIONS(2532), + [anon_sym_restrict] = ACTIONS(2532), + [anon_sym__Atomic] = ACTIONS(2532), + [anon_sym_mutable] = ACTIONS(2532), + [anon_sym_constexpr] = ACTIONS(2532), + [anon_sym_constinit] = ACTIONS(2532), + [anon_sym_consteval] = ACTIONS(2532), + [anon_sym_signed] = ACTIONS(2532), + [anon_sym_unsigned] = ACTIONS(2532), + [anon_sym_long] = ACTIONS(2532), + [anon_sym_short] = ACTIONS(2532), + [sym_primitive_type] = ACTIONS(2532), + [anon_sym_enum] = ACTIONS(2532), + [anon_sym_class] = ACTIONS(2532), + [anon_sym_struct] = ACTIONS(2532), + [anon_sym_union] = ACTIONS(2532), + [anon_sym_if] = ACTIONS(2532), + [anon_sym_else] = ACTIONS(2532), + [anon_sym_switch] = ACTIONS(2532), + [anon_sym_case] = ACTIONS(2532), + [anon_sym_default] = ACTIONS(2532), + [anon_sym_while] = ACTIONS(2532), + [anon_sym_do] = ACTIONS(2532), + [anon_sym_for] = ACTIONS(2532), + [anon_sym_return] = ACTIONS(2532), + [anon_sym_break] = ACTIONS(2532), + [anon_sym_continue] = ACTIONS(2532), + [anon_sym_goto] = ACTIONS(2532), + [anon_sym_not] = ACTIONS(2532), + [anon_sym_compl] = ACTIONS(2532), + [anon_sym_DASH_DASH] = ACTIONS(2534), + [anon_sym_PLUS_PLUS] = ACTIONS(2534), + [anon_sym_sizeof] = ACTIONS(2532), + [sym_number_literal] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2534), + [anon_sym_u_SQUOTE] = ACTIONS(2534), + [anon_sym_U_SQUOTE] = ACTIONS(2534), + [anon_sym_u8_SQUOTE] = ACTIONS(2534), + [anon_sym_SQUOTE] = ACTIONS(2534), + [anon_sym_L_DQUOTE] = ACTIONS(2534), + [anon_sym_u_DQUOTE] = ACTIONS(2534), + [anon_sym_U_DQUOTE] = ACTIONS(2534), + [anon_sym_u8_DQUOTE] = ACTIONS(2534), + [anon_sym_DQUOTE] = ACTIONS(2534), + [sym_true] = ACTIONS(2532), + [sym_false] = ACTIONS(2532), + [sym_null] = ACTIONS(2532), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2532), + [anon_sym_decltype] = ACTIONS(2532), + [anon_sym_virtual] = ACTIONS(2532), + [anon_sym_explicit] = ACTIONS(2532), + [anon_sym_typename] = ACTIONS(2532), + [anon_sym_template] = ACTIONS(2532), + [anon_sym_operator] = ACTIONS(2532), + [anon_sym_try] = ACTIONS(2532), + [anon_sym_delete] = ACTIONS(2532), + [anon_sym_throw] = ACTIONS(2532), + [anon_sym_namespace] = ACTIONS(2532), + [anon_sym_using] = ACTIONS(2532), + [anon_sym_static_assert] = ACTIONS(2532), + [anon_sym_concept] = ACTIONS(2532), + [anon_sym_co_return] = ACTIONS(2532), + [anon_sym_co_yield] = ACTIONS(2532), + [anon_sym_R_DQUOTE] = ACTIONS(2534), + [anon_sym_LR_DQUOTE] = ACTIONS(2534), + [anon_sym_uR_DQUOTE] = ACTIONS(2534), + [anon_sym_UR_DQUOTE] = ACTIONS(2534), + [anon_sym_u8R_DQUOTE] = ACTIONS(2534), + [anon_sym_co_await] = ACTIONS(2532), + [anon_sym_new] = ACTIONS(2532), + [anon_sym_requires] = ACTIONS(2532), + [sym_this] = ACTIONS(2532), + [sym_nullptr] = ACTIONS(2532), + }, + [775] = { + [sym_identifier] = ACTIONS(2528), + [aux_sym_preproc_include_token1] = ACTIONS(2528), + [aux_sym_preproc_def_token1] = ACTIONS(2528), + [aux_sym_preproc_if_token1] = ACTIONS(2528), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2528), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2528), + [sym_preproc_directive] = ACTIONS(2528), + [anon_sym_LPAREN2] = ACTIONS(2530), + [anon_sym_BANG] = ACTIONS(2530), + [anon_sym_TILDE] = ACTIONS(2530), + [anon_sym_DASH] = ACTIONS(2528), + [anon_sym_PLUS] = ACTIONS(2528), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_AMP_AMP] = ACTIONS(2530), + [anon_sym_AMP] = ACTIONS(2528), + [anon_sym_SEMI] = ACTIONS(2530), + [anon_sym_typedef] = ACTIONS(2528), + [anon_sym_extern] = ACTIONS(2528), + [anon_sym___attribute__] = ACTIONS(2528), + [anon_sym_COLON_COLON] = ACTIONS(2530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2530), + [anon_sym___declspec] = ACTIONS(2528), + [anon_sym___based] = ACTIONS(2528), + [anon_sym___cdecl] = ACTIONS(2528), + [anon_sym___clrcall] = ACTIONS(2528), + [anon_sym___stdcall] = ACTIONS(2528), + [anon_sym___fastcall] = ACTIONS(2528), + [anon_sym___thiscall] = ACTIONS(2528), + [anon_sym___vectorcall] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_RBRACE] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2528), + [anon_sym_static] = ACTIONS(2528), + [anon_sym_register] = ACTIONS(2528), + [anon_sym_inline] = ACTIONS(2528), + [anon_sym_thread_local] = ACTIONS(2528), + [anon_sym_const] = ACTIONS(2528), + [anon_sym_volatile] = ACTIONS(2528), + [anon_sym_restrict] = ACTIONS(2528), + [anon_sym__Atomic] = ACTIONS(2528), + [anon_sym_mutable] = ACTIONS(2528), + [anon_sym_constexpr] = ACTIONS(2528), + [anon_sym_constinit] = ACTIONS(2528), + [anon_sym_consteval] = ACTIONS(2528), + [anon_sym_signed] = ACTIONS(2528), + [anon_sym_unsigned] = ACTIONS(2528), + [anon_sym_long] = ACTIONS(2528), + [anon_sym_short] = ACTIONS(2528), + [sym_primitive_type] = ACTIONS(2528), + [anon_sym_enum] = ACTIONS(2528), + [anon_sym_class] = ACTIONS(2528), + [anon_sym_struct] = ACTIONS(2528), + [anon_sym_union] = ACTIONS(2528), + [anon_sym_if] = ACTIONS(2528), + [anon_sym_else] = ACTIONS(2528), + [anon_sym_switch] = ACTIONS(2528), + [anon_sym_case] = ACTIONS(2528), + [anon_sym_default] = ACTIONS(2528), + [anon_sym_while] = ACTIONS(2528), + [anon_sym_do] = ACTIONS(2528), + [anon_sym_for] = ACTIONS(2528), + [anon_sym_return] = ACTIONS(2528), + [anon_sym_break] = ACTIONS(2528), + [anon_sym_continue] = ACTIONS(2528), + [anon_sym_goto] = ACTIONS(2528), + [anon_sym_not] = ACTIONS(2528), + [anon_sym_compl] = ACTIONS(2528), + [anon_sym_DASH_DASH] = ACTIONS(2530), + [anon_sym_PLUS_PLUS] = ACTIONS(2530), + [anon_sym_sizeof] = ACTIONS(2528), + [sym_number_literal] = ACTIONS(2530), + [anon_sym_L_SQUOTE] = ACTIONS(2530), + [anon_sym_u_SQUOTE] = ACTIONS(2530), + [anon_sym_U_SQUOTE] = ACTIONS(2530), + [anon_sym_u8_SQUOTE] = ACTIONS(2530), + [anon_sym_SQUOTE] = ACTIONS(2530), + [anon_sym_L_DQUOTE] = ACTIONS(2530), + [anon_sym_u_DQUOTE] = ACTIONS(2530), + [anon_sym_U_DQUOTE] = ACTIONS(2530), + [anon_sym_u8_DQUOTE] = ACTIONS(2530), + [anon_sym_DQUOTE] = ACTIONS(2530), + [sym_true] = ACTIONS(2528), + [sym_false] = ACTIONS(2528), + [sym_null] = ACTIONS(2528), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2528), + [anon_sym_decltype] = ACTIONS(2528), + [anon_sym_virtual] = ACTIONS(2528), + [anon_sym_explicit] = ACTIONS(2528), + [anon_sym_typename] = ACTIONS(2528), + [anon_sym_template] = ACTIONS(2528), + [anon_sym_operator] = ACTIONS(2528), + [anon_sym_try] = ACTIONS(2528), + [anon_sym_delete] = ACTIONS(2528), + [anon_sym_throw] = ACTIONS(2528), + [anon_sym_namespace] = ACTIONS(2528), + [anon_sym_using] = ACTIONS(2528), + [anon_sym_static_assert] = ACTIONS(2528), + [anon_sym_concept] = ACTIONS(2528), + [anon_sym_co_return] = ACTIONS(2528), + [anon_sym_co_yield] = ACTIONS(2528), + [anon_sym_R_DQUOTE] = ACTIONS(2530), + [anon_sym_LR_DQUOTE] = ACTIONS(2530), + [anon_sym_uR_DQUOTE] = ACTIONS(2530), + [anon_sym_UR_DQUOTE] = ACTIONS(2530), + [anon_sym_u8R_DQUOTE] = ACTIONS(2530), + [anon_sym_co_await] = ACTIONS(2528), + [anon_sym_new] = ACTIONS(2528), + [anon_sym_requires] = ACTIONS(2528), + [sym_this] = ACTIONS(2528), + [sym_nullptr] = ACTIONS(2528), + }, + [776] = { + [sym_identifier] = ACTIONS(2520), + [aux_sym_preproc_include_token1] = ACTIONS(2520), + [aux_sym_preproc_def_token1] = ACTIONS(2520), + [aux_sym_preproc_if_token1] = ACTIONS(2520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2520), + [sym_preproc_directive] = ACTIONS(2520), + [anon_sym_LPAREN2] = ACTIONS(2522), + [anon_sym_BANG] = ACTIONS(2522), + [anon_sym_TILDE] = ACTIONS(2522), + [anon_sym_DASH] = ACTIONS(2520), + [anon_sym_PLUS] = ACTIONS(2520), + [anon_sym_STAR] = ACTIONS(2522), + [anon_sym_AMP_AMP] = ACTIONS(2522), + [anon_sym_AMP] = ACTIONS(2520), + [anon_sym_SEMI] = ACTIONS(2522), + [anon_sym_typedef] = ACTIONS(2520), + [anon_sym_extern] = ACTIONS(2520), + [anon_sym___attribute__] = ACTIONS(2520), + [anon_sym_COLON_COLON] = ACTIONS(2522), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2522), + [anon_sym___declspec] = ACTIONS(2520), + [anon_sym___based] = ACTIONS(2520), + [anon_sym___cdecl] = ACTIONS(2520), + [anon_sym___clrcall] = ACTIONS(2520), + [anon_sym___stdcall] = ACTIONS(2520), + [anon_sym___fastcall] = ACTIONS(2520), + [anon_sym___thiscall] = ACTIONS(2520), + [anon_sym___vectorcall] = ACTIONS(2520), + [anon_sym_LBRACE] = ACTIONS(2522), + [anon_sym_RBRACE] = ACTIONS(2522), + [anon_sym_LBRACK] = ACTIONS(2520), + [anon_sym_static] = ACTIONS(2520), + [anon_sym_register] = ACTIONS(2520), + [anon_sym_inline] = ACTIONS(2520), + [anon_sym_thread_local] = ACTIONS(2520), + [anon_sym_const] = ACTIONS(2520), + [anon_sym_volatile] = ACTIONS(2520), + [anon_sym_restrict] = ACTIONS(2520), + [anon_sym__Atomic] = ACTIONS(2520), + [anon_sym_mutable] = ACTIONS(2520), + [anon_sym_constexpr] = ACTIONS(2520), + [anon_sym_constinit] = ACTIONS(2520), + [anon_sym_consteval] = ACTIONS(2520), + [anon_sym_signed] = ACTIONS(2520), + [anon_sym_unsigned] = ACTIONS(2520), + [anon_sym_long] = ACTIONS(2520), + [anon_sym_short] = ACTIONS(2520), + [sym_primitive_type] = ACTIONS(2520), + [anon_sym_enum] = ACTIONS(2520), + [anon_sym_class] = ACTIONS(2520), + [anon_sym_struct] = ACTIONS(2520), + [anon_sym_union] = ACTIONS(2520), + [anon_sym_if] = ACTIONS(2520), + [anon_sym_else] = ACTIONS(2520), + [anon_sym_switch] = ACTIONS(2520), + [anon_sym_case] = ACTIONS(2520), + [anon_sym_default] = ACTIONS(2520), + [anon_sym_while] = ACTIONS(2520), + [anon_sym_do] = ACTIONS(2520), + [anon_sym_for] = ACTIONS(2520), + [anon_sym_return] = ACTIONS(2520), + [anon_sym_break] = ACTIONS(2520), + [anon_sym_continue] = ACTIONS(2520), + [anon_sym_goto] = ACTIONS(2520), + [anon_sym_not] = ACTIONS(2520), + [anon_sym_compl] = ACTIONS(2520), + [anon_sym_DASH_DASH] = ACTIONS(2522), + [anon_sym_PLUS_PLUS] = ACTIONS(2522), + [anon_sym_sizeof] = ACTIONS(2520), + [sym_number_literal] = ACTIONS(2522), + [anon_sym_L_SQUOTE] = ACTIONS(2522), + [anon_sym_u_SQUOTE] = ACTIONS(2522), + [anon_sym_U_SQUOTE] = ACTIONS(2522), + [anon_sym_u8_SQUOTE] = ACTIONS(2522), + [anon_sym_SQUOTE] = ACTIONS(2522), + [anon_sym_L_DQUOTE] = ACTIONS(2522), + [anon_sym_u_DQUOTE] = ACTIONS(2522), + [anon_sym_U_DQUOTE] = ACTIONS(2522), + [anon_sym_u8_DQUOTE] = ACTIONS(2522), + [anon_sym_DQUOTE] = ACTIONS(2522), + [sym_true] = ACTIONS(2520), + [sym_false] = ACTIONS(2520), + [sym_null] = ACTIONS(2520), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2520), + [anon_sym_decltype] = ACTIONS(2520), + [anon_sym_virtual] = ACTIONS(2520), + [anon_sym_explicit] = ACTIONS(2520), + [anon_sym_typename] = ACTIONS(2520), + [anon_sym_template] = ACTIONS(2520), + [anon_sym_operator] = ACTIONS(2520), + [anon_sym_try] = ACTIONS(2520), + [anon_sym_delete] = ACTIONS(2520), + [anon_sym_throw] = ACTIONS(2520), + [anon_sym_namespace] = ACTIONS(2520), + [anon_sym_using] = ACTIONS(2520), + [anon_sym_static_assert] = ACTIONS(2520), + [anon_sym_concept] = ACTIONS(2520), + [anon_sym_co_return] = ACTIONS(2520), + [anon_sym_co_yield] = ACTIONS(2520), + [anon_sym_R_DQUOTE] = ACTIONS(2522), + [anon_sym_LR_DQUOTE] = ACTIONS(2522), + [anon_sym_uR_DQUOTE] = ACTIONS(2522), + [anon_sym_UR_DQUOTE] = ACTIONS(2522), + [anon_sym_u8R_DQUOTE] = ACTIONS(2522), + [anon_sym_co_await] = ACTIONS(2520), + [anon_sym_new] = ACTIONS(2520), + [anon_sym_requires] = ACTIONS(2520), + [sym_this] = ACTIONS(2520), + [sym_nullptr] = ACTIONS(2520), + }, + [777] = { + [sym_identifier] = ACTIONS(2514), + [aux_sym_preproc_include_token1] = ACTIONS(2514), + [aux_sym_preproc_def_token1] = ACTIONS(2514), + [aux_sym_preproc_if_token1] = ACTIONS(2514), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2514), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2514), + [sym_preproc_directive] = ACTIONS(2514), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_BANG] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2516), + [anon_sym_DASH] = ACTIONS(2514), + [anon_sym_PLUS] = ACTIONS(2514), + [anon_sym_STAR] = ACTIONS(2516), + [anon_sym_AMP_AMP] = ACTIONS(2516), + [anon_sym_AMP] = ACTIONS(2514), + [anon_sym_SEMI] = ACTIONS(2516), + [anon_sym_typedef] = ACTIONS(2514), + [anon_sym_extern] = ACTIONS(2514), + [anon_sym___attribute__] = ACTIONS(2514), + [anon_sym_COLON_COLON] = ACTIONS(2516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2516), + [anon_sym___declspec] = ACTIONS(2514), + [anon_sym___based] = ACTIONS(2514), + [anon_sym___cdecl] = ACTIONS(2514), + [anon_sym___clrcall] = ACTIONS(2514), + [anon_sym___stdcall] = ACTIONS(2514), + [anon_sym___fastcall] = ACTIONS(2514), + [anon_sym___thiscall] = ACTIONS(2514), + [anon_sym___vectorcall] = ACTIONS(2514), + [anon_sym_LBRACE] = ACTIONS(2516), + [anon_sym_RBRACE] = ACTIONS(2516), + [anon_sym_LBRACK] = ACTIONS(2514), + [anon_sym_static] = ACTIONS(2514), + [anon_sym_register] = ACTIONS(2514), + [anon_sym_inline] = ACTIONS(2514), + [anon_sym_thread_local] = ACTIONS(2514), + [anon_sym_const] = ACTIONS(2514), + [anon_sym_volatile] = ACTIONS(2514), + [anon_sym_restrict] = ACTIONS(2514), + [anon_sym__Atomic] = ACTIONS(2514), + [anon_sym_mutable] = ACTIONS(2514), + [anon_sym_constexpr] = ACTIONS(2514), + [anon_sym_constinit] = ACTIONS(2514), + [anon_sym_consteval] = ACTIONS(2514), + [anon_sym_signed] = ACTIONS(2514), + [anon_sym_unsigned] = ACTIONS(2514), + [anon_sym_long] = ACTIONS(2514), + [anon_sym_short] = ACTIONS(2514), + [sym_primitive_type] = ACTIONS(2514), + [anon_sym_enum] = ACTIONS(2514), + [anon_sym_class] = ACTIONS(2514), + [anon_sym_struct] = ACTIONS(2514), + [anon_sym_union] = ACTIONS(2514), + [anon_sym_if] = ACTIONS(2514), + [anon_sym_else] = ACTIONS(2514), + [anon_sym_switch] = ACTIONS(2514), + [anon_sym_case] = ACTIONS(2514), + [anon_sym_default] = ACTIONS(2514), + [anon_sym_while] = ACTIONS(2514), + [anon_sym_do] = ACTIONS(2514), + [anon_sym_for] = ACTIONS(2514), + [anon_sym_return] = ACTIONS(2514), + [anon_sym_break] = ACTIONS(2514), + [anon_sym_continue] = ACTIONS(2514), + [anon_sym_goto] = ACTIONS(2514), + [anon_sym_not] = ACTIONS(2514), + [anon_sym_compl] = ACTIONS(2514), + [anon_sym_DASH_DASH] = ACTIONS(2516), + [anon_sym_PLUS_PLUS] = ACTIONS(2516), + [anon_sym_sizeof] = ACTIONS(2514), + [sym_number_literal] = ACTIONS(2516), + [anon_sym_L_SQUOTE] = ACTIONS(2516), + [anon_sym_u_SQUOTE] = ACTIONS(2516), + [anon_sym_U_SQUOTE] = ACTIONS(2516), + [anon_sym_u8_SQUOTE] = ACTIONS(2516), + [anon_sym_SQUOTE] = ACTIONS(2516), + [anon_sym_L_DQUOTE] = ACTIONS(2516), + [anon_sym_u_DQUOTE] = ACTIONS(2516), + [anon_sym_U_DQUOTE] = ACTIONS(2516), + [anon_sym_u8_DQUOTE] = ACTIONS(2516), + [anon_sym_DQUOTE] = ACTIONS(2516), + [sym_true] = ACTIONS(2514), + [sym_false] = ACTIONS(2514), + [sym_null] = ACTIONS(2514), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2514), + [anon_sym_decltype] = ACTIONS(2514), + [anon_sym_virtual] = ACTIONS(2514), + [anon_sym_explicit] = ACTIONS(2514), + [anon_sym_typename] = ACTIONS(2514), + [anon_sym_template] = ACTIONS(2514), + [anon_sym_operator] = ACTIONS(2514), + [anon_sym_try] = ACTIONS(2514), + [anon_sym_delete] = ACTIONS(2514), + [anon_sym_throw] = ACTIONS(2514), + [anon_sym_namespace] = ACTIONS(2514), + [anon_sym_using] = ACTIONS(2514), + [anon_sym_static_assert] = ACTIONS(2514), + [anon_sym_concept] = ACTIONS(2514), + [anon_sym_co_return] = ACTIONS(2514), + [anon_sym_co_yield] = ACTIONS(2514), + [anon_sym_R_DQUOTE] = ACTIONS(2516), + [anon_sym_LR_DQUOTE] = ACTIONS(2516), + [anon_sym_uR_DQUOTE] = ACTIONS(2516), + [anon_sym_UR_DQUOTE] = ACTIONS(2516), + [anon_sym_u8R_DQUOTE] = ACTIONS(2516), + [anon_sym_co_await] = ACTIONS(2514), + [anon_sym_new] = ACTIONS(2514), + [anon_sym_requires] = ACTIONS(2514), + [sym_this] = ACTIONS(2514), + [sym_nullptr] = ACTIONS(2514), + }, + [778] = { + [sym_identifier] = ACTIONS(2510), + [aux_sym_preproc_include_token1] = ACTIONS(2510), + [aux_sym_preproc_def_token1] = ACTIONS(2510), + [aux_sym_preproc_if_token1] = ACTIONS(2510), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2510), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2510), + [sym_preproc_directive] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(2512), + [anon_sym_BANG] = ACTIONS(2512), + [anon_sym_TILDE] = ACTIONS(2512), + [anon_sym_DASH] = ACTIONS(2510), + [anon_sym_PLUS] = ACTIONS(2510), + [anon_sym_STAR] = ACTIONS(2512), + [anon_sym_AMP_AMP] = ACTIONS(2512), + [anon_sym_AMP] = ACTIONS(2510), + [anon_sym_SEMI] = ACTIONS(2512), + [anon_sym_typedef] = ACTIONS(2510), + [anon_sym_extern] = ACTIONS(2510), + [anon_sym___attribute__] = ACTIONS(2510), + [anon_sym_COLON_COLON] = ACTIONS(2512), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2512), + [anon_sym___declspec] = ACTIONS(2510), + [anon_sym___based] = ACTIONS(2510), + [anon_sym___cdecl] = ACTIONS(2510), + [anon_sym___clrcall] = ACTIONS(2510), + [anon_sym___stdcall] = ACTIONS(2510), + [anon_sym___fastcall] = ACTIONS(2510), + [anon_sym___thiscall] = ACTIONS(2510), + [anon_sym___vectorcall] = ACTIONS(2510), + [anon_sym_LBRACE] = ACTIONS(2512), + [anon_sym_RBRACE] = ACTIONS(2512), + [anon_sym_LBRACK] = ACTIONS(2510), + [anon_sym_static] = ACTIONS(2510), + [anon_sym_register] = ACTIONS(2510), + [anon_sym_inline] = ACTIONS(2510), + [anon_sym_thread_local] = ACTIONS(2510), + [anon_sym_const] = ACTIONS(2510), + [anon_sym_volatile] = ACTIONS(2510), + [anon_sym_restrict] = ACTIONS(2510), + [anon_sym__Atomic] = ACTIONS(2510), + [anon_sym_mutable] = ACTIONS(2510), + [anon_sym_constexpr] = ACTIONS(2510), + [anon_sym_constinit] = ACTIONS(2510), + [anon_sym_consteval] = ACTIONS(2510), + [anon_sym_signed] = ACTIONS(2510), + [anon_sym_unsigned] = ACTIONS(2510), + [anon_sym_long] = ACTIONS(2510), + [anon_sym_short] = ACTIONS(2510), + [sym_primitive_type] = ACTIONS(2510), + [anon_sym_enum] = ACTIONS(2510), + [anon_sym_class] = ACTIONS(2510), + [anon_sym_struct] = ACTIONS(2510), + [anon_sym_union] = ACTIONS(2510), + [anon_sym_if] = ACTIONS(2510), + [anon_sym_else] = ACTIONS(2510), + [anon_sym_switch] = ACTIONS(2510), + [anon_sym_case] = ACTIONS(2510), + [anon_sym_default] = ACTIONS(2510), + [anon_sym_while] = ACTIONS(2510), + [anon_sym_do] = ACTIONS(2510), + [anon_sym_for] = ACTIONS(2510), + [anon_sym_return] = ACTIONS(2510), + [anon_sym_break] = ACTIONS(2510), + [anon_sym_continue] = ACTIONS(2510), + [anon_sym_goto] = ACTIONS(2510), + [anon_sym_not] = ACTIONS(2510), + [anon_sym_compl] = ACTIONS(2510), + [anon_sym_DASH_DASH] = ACTIONS(2512), + [anon_sym_PLUS_PLUS] = ACTIONS(2512), + [anon_sym_sizeof] = ACTIONS(2510), + [sym_number_literal] = ACTIONS(2512), + [anon_sym_L_SQUOTE] = ACTIONS(2512), + [anon_sym_u_SQUOTE] = ACTIONS(2512), + [anon_sym_U_SQUOTE] = ACTIONS(2512), + [anon_sym_u8_SQUOTE] = ACTIONS(2512), + [anon_sym_SQUOTE] = ACTIONS(2512), + [anon_sym_L_DQUOTE] = ACTIONS(2512), + [anon_sym_u_DQUOTE] = ACTIONS(2512), + [anon_sym_U_DQUOTE] = ACTIONS(2512), + [anon_sym_u8_DQUOTE] = ACTIONS(2512), + [anon_sym_DQUOTE] = ACTIONS(2512), + [sym_true] = ACTIONS(2510), + [sym_false] = ACTIONS(2510), + [sym_null] = ACTIONS(2510), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2510), + [anon_sym_decltype] = ACTIONS(2510), + [anon_sym_virtual] = ACTIONS(2510), + [anon_sym_explicit] = ACTIONS(2510), + [anon_sym_typename] = ACTIONS(2510), + [anon_sym_template] = ACTIONS(2510), + [anon_sym_operator] = ACTIONS(2510), + [anon_sym_try] = ACTIONS(2510), + [anon_sym_delete] = ACTIONS(2510), + [anon_sym_throw] = ACTIONS(2510), + [anon_sym_namespace] = ACTIONS(2510), + [anon_sym_using] = ACTIONS(2510), + [anon_sym_static_assert] = ACTIONS(2510), + [anon_sym_concept] = ACTIONS(2510), + [anon_sym_co_return] = ACTIONS(2510), + [anon_sym_co_yield] = ACTIONS(2510), + [anon_sym_R_DQUOTE] = ACTIONS(2512), + [anon_sym_LR_DQUOTE] = ACTIONS(2512), + [anon_sym_uR_DQUOTE] = ACTIONS(2512), + [anon_sym_UR_DQUOTE] = ACTIONS(2512), + [anon_sym_u8R_DQUOTE] = ACTIONS(2512), + [anon_sym_co_await] = ACTIONS(2510), + [anon_sym_new] = ACTIONS(2510), + [anon_sym_requires] = ACTIONS(2510), + [sym_this] = ACTIONS(2510), + [sym_nullptr] = ACTIONS(2510), + }, + [779] = { + [sym_identifier] = ACTIONS(2494), + [aux_sym_preproc_include_token1] = ACTIONS(2494), + [aux_sym_preproc_def_token1] = ACTIONS(2494), + [aux_sym_preproc_if_token1] = ACTIONS(2494), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2494), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2494), + [sym_preproc_directive] = ACTIONS(2494), + [anon_sym_LPAREN2] = ACTIONS(2496), + [anon_sym_BANG] = ACTIONS(2496), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2494), + [anon_sym_PLUS] = ACTIONS(2494), + [anon_sym_STAR] = ACTIONS(2496), + [anon_sym_AMP_AMP] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2494), + [anon_sym_SEMI] = ACTIONS(2496), + [anon_sym_typedef] = ACTIONS(2494), + [anon_sym_extern] = ACTIONS(2494), + [anon_sym___attribute__] = ACTIONS(2494), + [anon_sym_COLON_COLON] = ACTIONS(2496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2496), + [anon_sym___declspec] = ACTIONS(2494), + [anon_sym___based] = ACTIONS(2494), + [anon_sym___cdecl] = ACTIONS(2494), + [anon_sym___clrcall] = ACTIONS(2494), + [anon_sym___stdcall] = ACTIONS(2494), + [anon_sym___fastcall] = ACTIONS(2494), + [anon_sym___thiscall] = ACTIONS(2494), + [anon_sym___vectorcall] = ACTIONS(2494), + [anon_sym_LBRACE] = ACTIONS(2496), + [anon_sym_RBRACE] = ACTIONS(2496), + [anon_sym_LBRACK] = ACTIONS(2494), + [anon_sym_static] = ACTIONS(2494), + [anon_sym_register] = ACTIONS(2494), + [anon_sym_inline] = ACTIONS(2494), + [anon_sym_thread_local] = ACTIONS(2494), + [anon_sym_const] = ACTIONS(2494), + [anon_sym_volatile] = ACTIONS(2494), + [anon_sym_restrict] = ACTIONS(2494), + [anon_sym__Atomic] = ACTIONS(2494), + [anon_sym_mutable] = ACTIONS(2494), + [anon_sym_constexpr] = ACTIONS(2494), + [anon_sym_constinit] = ACTIONS(2494), + [anon_sym_consteval] = ACTIONS(2494), + [anon_sym_signed] = ACTIONS(2494), + [anon_sym_unsigned] = ACTIONS(2494), + [anon_sym_long] = ACTIONS(2494), + [anon_sym_short] = ACTIONS(2494), + [sym_primitive_type] = ACTIONS(2494), + [anon_sym_enum] = ACTIONS(2494), + [anon_sym_class] = ACTIONS(2494), + [anon_sym_struct] = ACTIONS(2494), + [anon_sym_union] = ACTIONS(2494), + [anon_sym_if] = ACTIONS(2494), + [anon_sym_else] = ACTIONS(2494), + [anon_sym_switch] = ACTIONS(2494), + [anon_sym_case] = ACTIONS(2494), + [anon_sym_default] = ACTIONS(2494), + [anon_sym_while] = ACTIONS(2494), + [anon_sym_do] = ACTIONS(2494), + [anon_sym_for] = ACTIONS(2494), + [anon_sym_return] = ACTIONS(2494), + [anon_sym_break] = ACTIONS(2494), + [anon_sym_continue] = ACTIONS(2494), + [anon_sym_goto] = ACTIONS(2494), + [anon_sym_not] = ACTIONS(2494), + [anon_sym_compl] = ACTIONS(2494), + [anon_sym_DASH_DASH] = ACTIONS(2496), + [anon_sym_PLUS_PLUS] = ACTIONS(2496), + [anon_sym_sizeof] = ACTIONS(2494), + [sym_number_literal] = ACTIONS(2496), + [anon_sym_L_SQUOTE] = ACTIONS(2496), + [anon_sym_u_SQUOTE] = ACTIONS(2496), + [anon_sym_U_SQUOTE] = ACTIONS(2496), + [anon_sym_u8_SQUOTE] = ACTIONS(2496), + [anon_sym_SQUOTE] = ACTIONS(2496), + [anon_sym_L_DQUOTE] = ACTIONS(2496), + [anon_sym_u_DQUOTE] = ACTIONS(2496), + [anon_sym_U_DQUOTE] = ACTIONS(2496), + [anon_sym_u8_DQUOTE] = ACTIONS(2496), + [anon_sym_DQUOTE] = ACTIONS(2496), + [sym_true] = ACTIONS(2494), + [sym_false] = ACTIONS(2494), + [sym_null] = ACTIONS(2494), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2494), + [anon_sym_decltype] = ACTIONS(2494), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_explicit] = ACTIONS(2494), + [anon_sym_typename] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2494), + [anon_sym_operator] = ACTIONS(2494), + [anon_sym_try] = ACTIONS(2494), + [anon_sym_delete] = ACTIONS(2494), + [anon_sym_throw] = ACTIONS(2494), + [anon_sym_namespace] = ACTIONS(2494), + [anon_sym_using] = ACTIONS(2494), + [anon_sym_static_assert] = ACTIONS(2494), + [anon_sym_concept] = ACTIONS(2494), + [anon_sym_co_return] = ACTIONS(2494), + [anon_sym_co_yield] = ACTIONS(2494), + [anon_sym_R_DQUOTE] = ACTIONS(2496), + [anon_sym_LR_DQUOTE] = ACTIONS(2496), + [anon_sym_uR_DQUOTE] = ACTIONS(2496), + [anon_sym_UR_DQUOTE] = ACTIONS(2496), + [anon_sym_u8R_DQUOTE] = ACTIONS(2496), + [anon_sym_co_await] = ACTIONS(2494), + [anon_sym_new] = ACTIONS(2494), + [anon_sym_requires] = ACTIONS(2494), + [sym_this] = ACTIONS(2494), + [sym_nullptr] = ACTIONS(2494), + }, + [780] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [781] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [782] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [783] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [784] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [785] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [786] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [787] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, [788] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [789] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [790] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2544), + [aux_sym_preproc_include_token1] = ACTIONS(2544), + [aux_sym_preproc_def_token1] = ACTIONS(2544), + [aux_sym_preproc_if_token1] = ACTIONS(2544), + [aux_sym_preproc_if_token2] = ACTIONS(2544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2544), + [sym_preproc_directive] = ACTIONS(2544), + [anon_sym_LPAREN2] = ACTIONS(2546), + [anon_sym_BANG] = ACTIONS(2546), + [anon_sym_TILDE] = ACTIONS(2546), + [anon_sym_DASH] = ACTIONS(2544), + [anon_sym_PLUS] = ACTIONS(2544), + [anon_sym_STAR] = ACTIONS(2546), + [anon_sym_AMP_AMP] = ACTIONS(2546), + [anon_sym_AMP] = ACTIONS(2544), + [anon_sym_SEMI] = ACTIONS(2546), + [anon_sym_typedef] = ACTIONS(2544), + [anon_sym_extern] = ACTIONS(2544), + [anon_sym___attribute__] = ACTIONS(2544), + [anon_sym_COLON_COLON] = ACTIONS(2546), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2546), + [anon_sym___declspec] = ACTIONS(2544), + [anon_sym___based] = ACTIONS(2544), + [anon_sym___cdecl] = ACTIONS(2544), + [anon_sym___clrcall] = ACTIONS(2544), + [anon_sym___stdcall] = ACTIONS(2544), + [anon_sym___fastcall] = ACTIONS(2544), + [anon_sym___thiscall] = ACTIONS(2544), + [anon_sym___vectorcall] = ACTIONS(2544), + [anon_sym_LBRACE] = ACTIONS(2546), + [anon_sym_LBRACK] = ACTIONS(2544), + [anon_sym_static] = ACTIONS(2544), + [anon_sym_register] = ACTIONS(2544), + [anon_sym_inline] = ACTIONS(2544), + [anon_sym_thread_local] = ACTIONS(2544), + [anon_sym_const] = ACTIONS(2544), + [anon_sym_volatile] = ACTIONS(2544), + [anon_sym_restrict] = ACTIONS(2544), + [anon_sym__Atomic] = ACTIONS(2544), + [anon_sym_mutable] = ACTIONS(2544), + [anon_sym_constexpr] = ACTIONS(2544), + [anon_sym_constinit] = ACTIONS(2544), + [anon_sym_consteval] = ACTIONS(2544), + [anon_sym_signed] = ACTIONS(2544), + [anon_sym_unsigned] = ACTIONS(2544), + [anon_sym_long] = ACTIONS(2544), + [anon_sym_short] = ACTIONS(2544), + [sym_primitive_type] = ACTIONS(2544), + [anon_sym_enum] = ACTIONS(2544), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2544), + [anon_sym_union] = ACTIONS(2544), + [anon_sym_if] = ACTIONS(2544), + [anon_sym_else] = ACTIONS(2544), + [anon_sym_switch] = ACTIONS(2544), + [anon_sym_case] = ACTIONS(2544), + [anon_sym_default] = ACTIONS(2544), + [anon_sym_while] = ACTIONS(2544), + [anon_sym_do] = ACTIONS(2544), + [anon_sym_for] = ACTIONS(2544), + [anon_sym_return] = ACTIONS(2544), + [anon_sym_break] = ACTIONS(2544), + [anon_sym_continue] = ACTIONS(2544), + [anon_sym_goto] = ACTIONS(2544), + [anon_sym_not] = ACTIONS(2544), + [anon_sym_compl] = ACTIONS(2544), + [anon_sym_DASH_DASH] = ACTIONS(2546), + [anon_sym_PLUS_PLUS] = ACTIONS(2546), + [anon_sym_sizeof] = ACTIONS(2544), + [sym_number_literal] = ACTIONS(2546), + [anon_sym_L_SQUOTE] = ACTIONS(2546), + [anon_sym_u_SQUOTE] = ACTIONS(2546), + [anon_sym_U_SQUOTE] = ACTIONS(2546), + [anon_sym_u8_SQUOTE] = ACTIONS(2546), + [anon_sym_SQUOTE] = ACTIONS(2546), + [anon_sym_L_DQUOTE] = ACTIONS(2546), + [anon_sym_u_DQUOTE] = ACTIONS(2546), + [anon_sym_U_DQUOTE] = ACTIONS(2546), + [anon_sym_u8_DQUOTE] = ACTIONS(2546), + [anon_sym_DQUOTE] = ACTIONS(2546), + [sym_true] = ACTIONS(2544), + [sym_false] = ACTIONS(2544), + [sym_null] = ACTIONS(2544), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2544), + [anon_sym_decltype] = ACTIONS(2544), + [anon_sym_virtual] = ACTIONS(2544), + [anon_sym_explicit] = ACTIONS(2544), + [anon_sym_typename] = ACTIONS(2544), + [anon_sym_template] = ACTIONS(2544), + [anon_sym_operator] = ACTIONS(2544), + [anon_sym_try] = ACTIONS(2544), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_throw] = ACTIONS(2544), + [anon_sym_namespace] = ACTIONS(2544), + [anon_sym_using] = ACTIONS(2544), + [anon_sym_static_assert] = ACTIONS(2544), + [anon_sym_concept] = ACTIONS(2544), + [anon_sym_co_return] = ACTIONS(2544), + [anon_sym_co_yield] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2544), + [anon_sym_new] = ACTIONS(2544), + [anon_sym_requires] = ACTIONS(2544), + [sym_this] = ACTIONS(2544), + [sym_nullptr] = ACTIONS(2544), }, [791] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [792] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [793] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [794] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [795] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [796] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [797] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [798] = { - [ts_builtin_sym_end] = ACTIONS(2422), - [sym_identifier] = ACTIONS(2420), - [aux_sym_preproc_include_token1] = ACTIONS(2420), - [aux_sym_preproc_def_token1] = ACTIONS(2420), - [aux_sym_preproc_if_token1] = ACTIONS(2420), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2420), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2420), - [sym_preproc_directive] = ACTIONS(2420), - [anon_sym_LPAREN2] = ACTIONS(2422), - [anon_sym_BANG] = ACTIONS(2422), - [anon_sym_TILDE] = ACTIONS(2422), - [anon_sym_DASH] = ACTIONS(2420), - [anon_sym_PLUS] = ACTIONS(2420), - [anon_sym_STAR] = ACTIONS(2422), - [anon_sym_AMP_AMP] = ACTIONS(2422), - [anon_sym_AMP] = ACTIONS(2420), - [anon_sym_SEMI] = ACTIONS(2422), - [anon_sym_typedef] = ACTIONS(2420), - [anon_sym_extern] = ACTIONS(2420), - [anon_sym___attribute__] = ACTIONS(2420), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2422), - [anon_sym___declspec] = ACTIONS(2420), - [anon_sym___based] = ACTIONS(2420), - [anon_sym___cdecl] = ACTIONS(2420), - [anon_sym___clrcall] = ACTIONS(2420), - [anon_sym___stdcall] = ACTIONS(2420), - [anon_sym___fastcall] = ACTIONS(2420), - [anon_sym___thiscall] = ACTIONS(2420), - [anon_sym___vectorcall] = ACTIONS(2420), - [anon_sym_LBRACE] = ACTIONS(2422), - [anon_sym_LBRACK] = ACTIONS(2420), - [anon_sym_static] = ACTIONS(2420), - [anon_sym_register] = ACTIONS(2420), - [anon_sym_inline] = ACTIONS(2420), - [anon_sym_thread_local] = ACTIONS(2420), - [anon_sym_const] = ACTIONS(2420), - [anon_sym_volatile] = ACTIONS(2420), - [anon_sym_restrict] = ACTIONS(2420), - [anon_sym__Atomic] = ACTIONS(2420), - [anon_sym_mutable] = ACTIONS(2420), - [anon_sym_constexpr] = ACTIONS(2420), - [anon_sym_constinit] = ACTIONS(2420), - [anon_sym_consteval] = ACTIONS(2420), - [anon_sym_signed] = ACTIONS(2420), - [anon_sym_unsigned] = ACTIONS(2420), - [anon_sym_long] = ACTIONS(2420), - [anon_sym_short] = ACTIONS(2420), - [sym_primitive_type] = ACTIONS(2420), - [anon_sym_enum] = ACTIONS(2420), - [anon_sym_class] = ACTIONS(2420), - [anon_sym_struct] = ACTIONS(2420), - [anon_sym_union] = ACTIONS(2420), - [anon_sym_if] = ACTIONS(2420), - [anon_sym_else] = ACTIONS(2420), - [anon_sym_switch] = ACTIONS(2420), - [anon_sym_case] = ACTIONS(2420), - [anon_sym_default] = ACTIONS(2420), - [anon_sym_while] = ACTIONS(2420), - [anon_sym_do] = ACTIONS(2420), - [anon_sym_for] = ACTIONS(2420), - [anon_sym_return] = ACTIONS(2420), - [anon_sym_break] = ACTIONS(2420), - [anon_sym_continue] = ACTIONS(2420), - [anon_sym_goto] = ACTIONS(2420), - [anon_sym_not] = ACTIONS(2420), - [anon_sym_compl] = ACTIONS(2420), - [anon_sym_DASH_DASH] = ACTIONS(2422), - [anon_sym_PLUS_PLUS] = ACTIONS(2422), - [anon_sym_sizeof] = ACTIONS(2420), - [sym_number_literal] = ACTIONS(2422), - [anon_sym_L_SQUOTE] = ACTIONS(2422), - [anon_sym_u_SQUOTE] = ACTIONS(2422), - [anon_sym_U_SQUOTE] = ACTIONS(2422), - [anon_sym_u8_SQUOTE] = ACTIONS(2422), - [anon_sym_SQUOTE] = ACTIONS(2422), - [anon_sym_L_DQUOTE] = ACTIONS(2422), - [anon_sym_u_DQUOTE] = ACTIONS(2422), - [anon_sym_U_DQUOTE] = ACTIONS(2422), - [anon_sym_u8_DQUOTE] = ACTIONS(2422), - [anon_sym_DQUOTE] = ACTIONS(2422), - [sym_true] = ACTIONS(2420), - [sym_false] = ACTIONS(2420), - [sym_null] = ACTIONS(2420), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2420), - [anon_sym_decltype] = ACTIONS(2420), - [anon_sym_virtual] = ACTIONS(2420), - [anon_sym_explicit] = ACTIONS(2420), - [anon_sym_typename] = ACTIONS(2420), - [anon_sym_template] = ACTIONS(2420), - [anon_sym_operator] = ACTIONS(2420), - [anon_sym_try] = ACTIONS(2420), - [anon_sym_delete] = ACTIONS(2420), - [anon_sym_throw] = ACTIONS(2420), - [anon_sym_namespace] = ACTIONS(2420), - [anon_sym_using] = ACTIONS(2420), - [anon_sym_static_assert] = ACTIONS(2420), - [anon_sym_concept] = ACTIONS(2420), - [anon_sym_co_return] = ACTIONS(2420), - [anon_sym_co_yield] = ACTIONS(2420), - [anon_sym_R_DQUOTE] = ACTIONS(2422), - [anon_sym_LR_DQUOTE] = ACTIONS(2422), - [anon_sym_uR_DQUOTE] = ACTIONS(2422), - [anon_sym_UR_DQUOTE] = ACTIONS(2422), - [anon_sym_u8R_DQUOTE] = ACTIONS(2422), - [anon_sym_co_await] = ACTIONS(2420), - [anon_sym_new] = ACTIONS(2420), - [anon_sym_requires] = ACTIONS(2420), - [sym_this] = ACTIONS(2420), - [sym_nullptr] = ACTIONS(2420), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [799] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [800] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [801] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [802] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [803] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [804] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [805] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [806] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [807] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [808] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [809] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [810] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [811] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [812] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [813] = { + [sym_identifier] = ACTIONS(2532), + [aux_sym_preproc_include_token1] = ACTIONS(2532), + [aux_sym_preproc_def_token1] = ACTIONS(2532), + [aux_sym_preproc_if_token1] = ACTIONS(2532), + [aux_sym_preproc_if_token2] = ACTIONS(2532), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2532), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2532), + [sym_preproc_directive] = ACTIONS(2532), + [anon_sym_LPAREN2] = ACTIONS(2534), + [anon_sym_BANG] = ACTIONS(2534), + [anon_sym_TILDE] = ACTIONS(2534), + [anon_sym_DASH] = ACTIONS(2532), + [anon_sym_PLUS] = ACTIONS(2532), + [anon_sym_STAR] = ACTIONS(2534), + [anon_sym_AMP_AMP] = ACTIONS(2534), + [anon_sym_AMP] = ACTIONS(2532), + [anon_sym_SEMI] = ACTIONS(2534), + [anon_sym_typedef] = ACTIONS(2532), + [anon_sym_extern] = ACTIONS(2532), + [anon_sym___attribute__] = ACTIONS(2532), + [anon_sym_COLON_COLON] = ACTIONS(2534), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2534), + [anon_sym___declspec] = ACTIONS(2532), + [anon_sym___based] = ACTIONS(2532), + [anon_sym___cdecl] = ACTIONS(2532), + [anon_sym___clrcall] = ACTIONS(2532), + [anon_sym___stdcall] = ACTIONS(2532), + [anon_sym___fastcall] = ACTIONS(2532), + [anon_sym___thiscall] = ACTIONS(2532), + [anon_sym___vectorcall] = ACTIONS(2532), + [anon_sym_LBRACE] = ACTIONS(2534), + [anon_sym_LBRACK] = ACTIONS(2532), + [anon_sym_static] = ACTIONS(2532), + [anon_sym_register] = ACTIONS(2532), + [anon_sym_inline] = ACTIONS(2532), + [anon_sym_thread_local] = ACTIONS(2532), + [anon_sym_const] = ACTIONS(2532), + [anon_sym_volatile] = ACTIONS(2532), + [anon_sym_restrict] = ACTIONS(2532), + [anon_sym__Atomic] = ACTIONS(2532), + [anon_sym_mutable] = ACTIONS(2532), + [anon_sym_constexpr] = ACTIONS(2532), + [anon_sym_constinit] = ACTIONS(2532), + [anon_sym_consteval] = ACTIONS(2532), + [anon_sym_signed] = ACTIONS(2532), + [anon_sym_unsigned] = ACTIONS(2532), + [anon_sym_long] = ACTIONS(2532), + [anon_sym_short] = ACTIONS(2532), + [sym_primitive_type] = ACTIONS(2532), + [anon_sym_enum] = ACTIONS(2532), + [anon_sym_class] = ACTIONS(2532), + [anon_sym_struct] = ACTIONS(2532), + [anon_sym_union] = ACTIONS(2532), + [anon_sym_if] = ACTIONS(2532), + [anon_sym_else] = ACTIONS(2532), + [anon_sym_switch] = ACTIONS(2532), + [anon_sym_case] = ACTIONS(2532), + [anon_sym_default] = ACTIONS(2532), + [anon_sym_while] = ACTIONS(2532), + [anon_sym_do] = ACTIONS(2532), + [anon_sym_for] = ACTIONS(2532), + [anon_sym_return] = ACTIONS(2532), + [anon_sym_break] = ACTIONS(2532), + [anon_sym_continue] = ACTIONS(2532), + [anon_sym_goto] = ACTIONS(2532), + [anon_sym_not] = ACTIONS(2532), + [anon_sym_compl] = ACTIONS(2532), + [anon_sym_DASH_DASH] = ACTIONS(2534), + [anon_sym_PLUS_PLUS] = ACTIONS(2534), + [anon_sym_sizeof] = ACTIONS(2532), + [sym_number_literal] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2534), + [anon_sym_u_SQUOTE] = ACTIONS(2534), + [anon_sym_U_SQUOTE] = ACTIONS(2534), + [anon_sym_u8_SQUOTE] = ACTIONS(2534), + [anon_sym_SQUOTE] = ACTIONS(2534), + [anon_sym_L_DQUOTE] = ACTIONS(2534), + [anon_sym_u_DQUOTE] = ACTIONS(2534), + [anon_sym_U_DQUOTE] = ACTIONS(2534), + [anon_sym_u8_DQUOTE] = ACTIONS(2534), + [anon_sym_DQUOTE] = ACTIONS(2534), + [sym_true] = ACTIONS(2532), + [sym_false] = ACTIONS(2532), + [sym_null] = ACTIONS(2532), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2532), + [anon_sym_decltype] = ACTIONS(2532), + [anon_sym_virtual] = ACTIONS(2532), + [anon_sym_explicit] = ACTIONS(2532), + [anon_sym_typename] = ACTIONS(2532), + [anon_sym_template] = ACTIONS(2532), + [anon_sym_operator] = ACTIONS(2532), + [anon_sym_try] = ACTIONS(2532), + [anon_sym_delete] = ACTIONS(2532), + [anon_sym_throw] = ACTIONS(2532), + [anon_sym_namespace] = ACTIONS(2532), + [anon_sym_using] = ACTIONS(2532), + [anon_sym_static_assert] = ACTIONS(2532), + [anon_sym_concept] = ACTIONS(2532), + [anon_sym_co_return] = ACTIONS(2532), + [anon_sym_co_yield] = ACTIONS(2532), + [anon_sym_R_DQUOTE] = ACTIONS(2534), + [anon_sym_LR_DQUOTE] = ACTIONS(2534), + [anon_sym_uR_DQUOTE] = ACTIONS(2534), + [anon_sym_UR_DQUOTE] = ACTIONS(2534), + [anon_sym_u8R_DQUOTE] = ACTIONS(2534), + [anon_sym_co_await] = ACTIONS(2532), + [anon_sym_new] = ACTIONS(2532), + [anon_sym_requires] = ACTIONS(2532), + [sym_this] = ACTIONS(2532), + [sym_nullptr] = ACTIONS(2532), + }, + [814] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [815] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [816] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [817] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [818] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [819] = { + [sym_identifier] = ACTIONS(2528), + [aux_sym_preproc_include_token1] = ACTIONS(2528), + [aux_sym_preproc_def_token1] = ACTIONS(2528), + [aux_sym_preproc_if_token1] = ACTIONS(2528), + [aux_sym_preproc_if_token2] = ACTIONS(2528), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2528), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2528), + [sym_preproc_directive] = ACTIONS(2528), + [anon_sym_LPAREN2] = ACTIONS(2530), + [anon_sym_BANG] = ACTIONS(2530), + [anon_sym_TILDE] = ACTIONS(2530), + [anon_sym_DASH] = ACTIONS(2528), + [anon_sym_PLUS] = ACTIONS(2528), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_AMP_AMP] = ACTIONS(2530), + [anon_sym_AMP] = ACTIONS(2528), + [anon_sym_SEMI] = ACTIONS(2530), + [anon_sym_typedef] = ACTIONS(2528), + [anon_sym_extern] = ACTIONS(2528), + [anon_sym___attribute__] = ACTIONS(2528), + [anon_sym_COLON_COLON] = ACTIONS(2530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2530), + [anon_sym___declspec] = ACTIONS(2528), + [anon_sym___based] = ACTIONS(2528), + [anon_sym___cdecl] = ACTIONS(2528), + [anon_sym___clrcall] = ACTIONS(2528), + [anon_sym___stdcall] = ACTIONS(2528), + [anon_sym___fastcall] = ACTIONS(2528), + [anon_sym___thiscall] = ACTIONS(2528), + [anon_sym___vectorcall] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2528), + [anon_sym_static] = ACTIONS(2528), + [anon_sym_register] = ACTIONS(2528), + [anon_sym_inline] = ACTIONS(2528), + [anon_sym_thread_local] = ACTIONS(2528), + [anon_sym_const] = ACTIONS(2528), + [anon_sym_volatile] = ACTIONS(2528), + [anon_sym_restrict] = ACTIONS(2528), + [anon_sym__Atomic] = ACTIONS(2528), + [anon_sym_mutable] = ACTIONS(2528), + [anon_sym_constexpr] = ACTIONS(2528), + [anon_sym_constinit] = ACTIONS(2528), + [anon_sym_consteval] = ACTIONS(2528), + [anon_sym_signed] = ACTIONS(2528), + [anon_sym_unsigned] = ACTIONS(2528), + [anon_sym_long] = ACTIONS(2528), + [anon_sym_short] = ACTIONS(2528), + [sym_primitive_type] = ACTIONS(2528), + [anon_sym_enum] = ACTIONS(2528), + [anon_sym_class] = ACTIONS(2528), + [anon_sym_struct] = ACTIONS(2528), + [anon_sym_union] = ACTIONS(2528), + [anon_sym_if] = ACTIONS(2528), + [anon_sym_else] = ACTIONS(2528), + [anon_sym_switch] = ACTIONS(2528), + [anon_sym_case] = ACTIONS(2528), + [anon_sym_default] = ACTIONS(2528), + [anon_sym_while] = ACTIONS(2528), + [anon_sym_do] = ACTIONS(2528), + [anon_sym_for] = ACTIONS(2528), + [anon_sym_return] = ACTIONS(2528), + [anon_sym_break] = ACTIONS(2528), + [anon_sym_continue] = ACTIONS(2528), + [anon_sym_goto] = ACTIONS(2528), + [anon_sym_not] = ACTIONS(2528), + [anon_sym_compl] = ACTIONS(2528), + [anon_sym_DASH_DASH] = ACTIONS(2530), + [anon_sym_PLUS_PLUS] = ACTIONS(2530), + [anon_sym_sizeof] = ACTIONS(2528), + [sym_number_literal] = ACTIONS(2530), + [anon_sym_L_SQUOTE] = ACTIONS(2530), + [anon_sym_u_SQUOTE] = ACTIONS(2530), + [anon_sym_U_SQUOTE] = ACTIONS(2530), + [anon_sym_u8_SQUOTE] = ACTIONS(2530), + [anon_sym_SQUOTE] = ACTIONS(2530), + [anon_sym_L_DQUOTE] = ACTIONS(2530), + [anon_sym_u_DQUOTE] = ACTIONS(2530), + [anon_sym_U_DQUOTE] = ACTIONS(2530), + [anon_sym_u8_DQUOTE] = ACTIONS(2530), + [anon_sym_DQUOTE] = ACTIONS(2530), + [sym_true] = ACTIONS(2528), + [sym_false] = ACTIONS(2528), + [sym_null] = ACTIONS(2528), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2528), + [anon_sym_decltype] = ACTIONS(2528), + [anon_sym_virtual] = ACTIONS(2528), + [anon_sym_explicit] = ACTIONS(2528), + [anon_sym_typename] = ACTIONS(2528), + [anon_sym_template] = ACTIONS(2528), + [anon_sym_operator] = ACTIONS(2528), + [anon_sym_try] = ACTIONS(2528), + [anon_sym_delete] = ACTIONS(2528), + [anon_sym_throw] = ACTIONS(2528), + [anon_sym_namespace] = ACTIONS(2528), + [anon_sym_using] = ACTIONS(2528), + [anon_sym_static_assert] = ACTIONS(2528), + [anon_sym_concept] = ACTIONS(2528), + [anon_sym_co_return] = ACTIONS(2528), + [anon_sym_co_yield] = ACTIONS(2528), + [anon_sym_R_DQUOTE] = ACTIONS(2530), + [anon_sym_LR_DQUOTE] = ACTIONS(2530), + [anon_sym_uR_DQUOTE] = ACTIONS(2530), + [anon_sym_UR_DQUOTE] = ACTIONS(2530), + [anon_sym_u8R_DQUOTE] = ACTIONS(2530), + [anon_sym_co_await] = ACTIONS(2528), + [anon_sym_new] = ACTIONS(2528), + [anon_sym_requires] = ACTIONS(2528), + [sym_this] = ACTIONS(2528), + [sym_nullptr] = ACTIONS(2528), + }, + [820] = { + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2398), + [aux_sym_preproc_include_token1] = ACTIONS(2398), + [aux_sym_preproc_def_token1] = ACTIONS(2398), + [aux_sym_preproc_if_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2398), + [sym_preproc_directive] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP_AMP] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym___based] = ACTIONS(2398), + [anon_sym___cdecl] = ACTIONS(2398), + [anon_sym___clrcall] = ACTIONS(2398), + [anon_sym___stdcall] = ACTIONS(2398), + [anon_sym___fastcall] = ACTIONS(2398), + [anon_sym___thiscall] = ACTIONS(2398), + [anon_sym___vectorcall] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_case] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_explicit] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_operator] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_namespace] = ACTIONS(2398), + [anon_sym_using] = ACTIONS(2398), + [anon_sym_static_assert] = ACTIONS(2398), + [anon_sym_concept] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [821] = { + [ts_builtin_sym_end] = ACTIONS(2582), + [sym_identifier] = ACTIONS(2580), + [aux_sym_preproc_include_token1] = ACTIONS(2580), + [aux_sym_preproc_def_token1] = ACTIONS(2580), + [aux_sym_preproc_if_token1] = ACTIONS(2580), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2580), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2580), + [sym_preproc_directive] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(2582), + [anon_sym_BANG] = ACTIONS(2582), + [anon_sym_TILDE] = ACTIONS(2582), + [anon_sym_DASH] = ACTIONS(2580), + [anon_sym_PLUS] = ACTIONS(2580), + [anon_sym_STAR] = ACTIONS(2582), + [anon_sym_AMP_AMP] = ACTIONS(2582), + [anon_sym_AMP] = ACTIONS(2580), + [anon_sym_SEMI] = ACTIONS(2582), + [anon_sym_typedef] = ACTIONS(2580), + [anon_sym_extern] = ACTIONS(2580), + [anon_sym___attribute__] = ACTIONS(2580), + [anon_sym_COLON_COLON] = ACTIONS(2582), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2582), + [anon_sym___declspec] = ACTIONS(2580), + [anon_sym___based] = ACTIONS(2580), + [anon_sym___cdecl] = ACTIONS(2580), + [anon_sym___clrcall] = ACTIONS(2580), + [anon_sym___stdcall] = ACTIONS(2580), + [anon_sym___fastcall] = ACTIONS(2580), + [anon_sym___thiscall] = ACTIONS(2580), + [anon_sym___vectorcall] = ACTIONS(2580), + [anon_sym_LBRACE] = ACTIONS(2582), + [anon_sym_LBRACK] = ACTIONS(2580), + [anon_sym_static] = ACTIONS(2580), + [anon_sym_register] = ACTIONS(2580), + [anon_sym_inline] = ACTIONS(2580), + [anon_sym_thread_local] = ACTIONS(2580), + [anon_sym_const] = ACTIONS(2580), + [anon_sym_volatile] = ACTIONS(2580), + [anon_sym_restrict] = ACTIONS(2580), + [anon_sym__Atomic] = ACTIONS(2580), + [anon_sym_mutable] = ACTIONS(2580), + [anon_sym_constexpr] = ACTIONS(2580), + [anon_sym_constinit] = ACTIONS(2580), + [anon_sym_consteval] = ACTIONS(2580), + [anon_sym_signed] = ACTIONS(2580), + [anon_sym_unsigned] = ACTIONS(2580), + [anon_sym_long] = ACTIONS(2580), + [anon_sym_short] = ACTIONS(2580), + [sym_primitive_type] = ACTIONS(2580), + [anon_sym_enum] = ACTIONS(2580), + [anon_sym_class] = ACTIONS(2580), + [anon_sym_struct] = ACTIONS(2580), + [anon_sym_union] = ACTIONS(2580), + [anon_sym_if] = ACTIONS(2580), + [anon_sym_else] = ACTIONS(2580), + [anon_sym_switch] = ACTIONS(2580), + [anon_sym_case] = ACTIONS(2580), + [anon_sym_default] = ACTIONS(2580), + [anon_sym_while] = ACTIONS(2580), + [anon_sym_do] = ACTIONS(2580), + [anon_sym_for] = ACTIONS(2580), + [anon_sym_return] = ACTIONS(2580), + [anon_sym_break] = ACTIONS(2580), + [anon_sym_continue] = ACTIONS(2580), + [anon_sym_goto] = ACTIONS(2580), + [anon_sym_not] = ACTIONS(2580), + [anon_sym_compl] = ACTIONS(2580), + [anon_sym_DASH_DASH] = ACTIONS(2582), + [anon_sym_PLUS_PLUS] = ACTIONS(2582), + [anon_sym_sizeof] = ACTIONS(2580), + [sym_number_literal] = ACTIONS(2582), + [anon_sym_L_SQUOTE] = ACTIONS(2582), + [anon_sym_u_SQUOTE] = ACTIONS(2582), + [anon_sym_U_SQUOTE] = ACTIONS(2582), + [anon_sym_u8_SQUOTE] = ACTIONS(2582), + [anon_sym_SQUOTE] = ACTIONS(2582), + [anon_sym_L_DQUOTE] = ACTIONS(2582), + [anon_sym_u_DQUOTE] = ACTIONS(2582), + [anon_sym_U_DQUOTE] = ACTIONS(2582), + [anon_sym_u8_DQUOTE] = ACTIONS(2582), + [anon_sym_DQUOTE] = ACTIONS(2582), + [sym_true] = ACTIONS(2580), + [sym_false] = ACTIONS(2580), + [sym_null] = ACTIONS(2580), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2580), + [anon_sym_decltype] = ACTIONS(2580), + [anon_sym_virtual] = ACTIONS(2580), + [anon_sym_explicit] = ACTIONS(2580), + [anon_sym_typename] = ACTIONS(2580), + [anon_sym_template] = ACTIONS(2580), + [anon_sym_operator] = ACTIONS(2580), + [anon_sym_try] = ACTIONS(2580), + [anon_sym_delete] = ACTIONS(2580), + [anon_sym_throw] = ACTIONS(2580), + [anon_sym_namespace] = ACTIONS(2580), + [anon_sym_using] = ACTIONS(2580), + [anon_sym_static_assert] = ACTIONS(2580), + [anon_sym_concept] = ACTIONS(2580), + [anon_sym_co_return] = ACTIONS(2580), + [anon_sym_co_yield] = ACTIONS(2580), + [anon_sym_R_DQUOTE] = ACTIONS(2582), + [anon_sym_LR_DQUOTE] = ACTIONS(2582), + [anon_sym_uR_DQUOTE] = ACTIONS(2582), + [anon_sym_UR_DQUOTE] = ACTIONS(2582), + [anon_sym_u8R_DQUOTE] = ACTIONS(2582), + [anon_sym_co_await] = ACTIONS(2580), + [anon_sym_new] = ACTIONS(2580), + [anon_sym_requires] = ACTIONS(2580), + [sym_this] = ACTIONS(2580), + [sym_nullptr] = ACTIONS(2580), + }, + [822] = { + [ts_builtin_sym_end] = ACTIONS(2496), + [sym_identifier] = ACTIONS(2494), + [aux_sym_preproc_include_token1] = ACTIONS(2494), + [aux_sym_preproc_def_token1] = ACTIONS(2494), + [aux_sym_preproc_if_token1] = ACTIONS(2494), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2494), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2494), + [sym_preproc_directive] = ACTIONS(2494), + [anon_sym_LPAREN2] = ACTIONS(2496), + [anon_sym_BANG] = ACTIONS(2496), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2494), + [anon_sym_PLUS] = ACTIONS(2494), + [anon_sym_STAR] = ACTIONS(2496), + [anon_sym_AMP_AMP] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2494), + [anon_sym_SEMI] = ACTIONS(2496), + [anon_sym_typedef] = ACTIONS(2494), + [anon_sym_extern] = ACTIONS(2494), + [anon_sym___attribute__] = ACTIONS(2494), + [anon_sym_COLON_COLON] = ACTIONS(2496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2496), + [anon_sym___declspec] = ACTIONS(2494), + [anon_sym___based] = ACTIONS(2494), + [anon_sym___cdecl] = ACTIONS(2494), + [anon_sym___clrcall] = ACTIONS(2494), + [anon_sym___stdcall] = ACTIONS(2494), + [anon_sym___fastcall] = ACTIONS(2494), + [anon_sym___thiscall] = ACTIONS(2494), + [anon_sym___vectorcall] = ACTIONS(2494), + [anon_sym_LBRACE] = ACTIONS(2496), + [anon_sym_LBRACK] = ACTIONS(2494), + [anon_sym_static] = ACTIONS(2494), + [anon_sym_register] = ACTIONS(2494), + [anon_sym_inline] = ACTIONS(2494), + [anon_sym_thread_local] = ACTIONS(2494), + [anon_sym_const] = ACTIONS(2494), + [anon_sym_volatile] = ACTIONS(2494), + [anon_sym_restrict] = ACTIONS(2494), + [anon_sym__Atomic] = ACTIONS(2494), + [anon_sym_mutable] = ACTIONS(2494), + [anon_sym_constexpr] = ACTIONS(2494), + [anon_sym_constinit] = ACTIONS(2494), + [anon_sym_consteval] = ACTIONS(2494), + [anon_sym_signed] = ACTIONS(2494), + [anon_sym_unsigned] = ACTIONS(2494), + [anon_sym_long] = ACTIONS(2494), + [anon_sym_short] = ACTIONS(2494), + [sym_primitive_type] = ACTIONS(2494), + [anon_sym_enum] = ACTIONS(2494), + [anon_sym_class] = ACTIONS(2494), + [anon_sym_struct] = ACTIONS(2494), + [anon_sym_union] = ACTIONS(2494), + [anon_sym_if] = ACTIONS(2494), + [anon_sym_else] = ACTIONS(2494), + [anon_sym_switch] = ACTIONS(2494), + [anon_sym_case] = ACTIONS(2494), + [anon_sym_default] = ACTIONS(2494), + [anon_sym_while] = ACTIONS(2494), + [anon_sym_do] = ACTIONS(2494), + [anon_sym_for] = ACTIONS(2494), + [anon_sym_return] = ACTIONS(2494), + [anon_sym_break] = ACTIONS(2494), + [anon_sym_continue] = ACTIONS(2494), + [anon_sym_goto] = ACTIONS(2494), + [anon_sym_not] = ACTIONS(2494), + [anon_sym_compl] = ACTIONS(2494), + [anon_sym_DASH_DASH] = ACTIONS(2496), + [anon_sym_PLUS_PLUS] = ACTIONS(2496), + [anon_sym_sizeof] = ACTIONS(2494), + [sym_number_literal] = ACTIONS(2496), + [anon_sym_L_SQUOTE] = ACTIONS(2496), + [anon_sym_u_SQUOTE] = ACTIONS(2496), + [anon_sym_U_SQUOTE] = ACTIONS(2496), + [anon_sym_u8_SQUOTE] = ACTIONS(2496), + [anon_sym_SQUOTE] = ACTIONS(2496), + [anon_sym_L_DQUOTE] = ACTIONS(2496), + [anon_sym_u_DQUOTE] = ACTIONS(2496), + [anon_sym_U_DQUOTE] = ACTIONS(2496), + [anon_sym_u8_DQUOTE] = ACTIONS(2496), + [anon_sym_DQUOTE] = ACTIONS(2496), + [sym_true] = ACTIONS(2494), + [sym_false] = ACTIONS(2494), + [sym_null] = ACTIONS(2494), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2494), + [anon_sym_decltype] = ACTIONS(2494), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_explicit] = ACTIONS(2494), + [anon_sym_typename] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2494), + [anon_sym_operator] = ACTIONS(2494), + [anon_sym_try] = ACTIONS(2494), + [anon_sym_delete] = ACTIONS(2494), + [anon_sym_throw] = ACTIONS(2494), + [anon_sym_namespace] = ACTIONS(2494), + [anon_sym_using] = ACTIONS(2494), + [anon_sym_static_assert] = ACTIONS(2494), + [anon_sym_concept] = ACTIONS(2494), + [anon_sym_co_return] = ACTIONS(2494), + [anon_sym_co_yield] = ACTIONS(2494), + [anon_sym_R_DQUOTE] = ACTIONS(2496), + [anon_sym_LR_DQUOTE] = ACTIONS(2496), + [anon_sym_uR_DQUOTE] = ACTIONS(2496), + [anon_sym_UR_DQUOTE] = ACTIONS(2496), + [anon_sym_u8R_DQUOTE] = ACTIONS(2496), + [anon_sym_co_await] = ACTIONS(2494), + [anon_sym_new] = ACTIONS(2494), + [anon_sym_requires] = ACTIONS(2494), + [sym_this] = ACTIONS(2494), + [sym_nullptr] = ACTIONS(2494), + }, + [823] = { + [ts_builtin_sym_end] = ACTIONS(2556), + [sym_identifier] = ACTIONS(2554), + [aux_sym_preproc_include_token1] = ACTIONS(2554), + [aux_sym_preproc_def_token1] = ACTIONS(2554), + [aux_sym_preproc_if_token1] = ACTIONS(2554), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2554), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2554), + [sym_preproc_directive] = ACTIONS(2554), + [anon_sym_LPAREN2] = ACTIONS(2556), + [anon_sym_BANG] = ACTIONS(2556), + [anon_sym_TILDE] = ACTIONS(2556), + [anon_sym_DASH] = ACTIONS(2554), + [anon_sym_PLUS] = ACTIONS(2554), + [anon_sym_STAR] = ACTIONS(2556), + [anon_sym_AMP_AMP] = ACTIONS(2556), + [anon_sym_AMP] = ACTIONS(2554), + [anon_sym_SEMI] = ACTIONS(2556), + [anon_sym_typedef] = ACTIONS(2554), + [anon_sym_extern] = ACTIONS(2554), + [anon_sym___attribute__] = ACTIONS(2554), + [anon_sym_COLON_COLON] = ACTIONS(2556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2556), + [anon_sym___declspec] = ACTIONS(2554), + [anon_sym___based] = ACTIONS(2554), + [anon_sym___cdecl] = ACTIONS(2554), + [anon_sym___clrcall] = ACTIONS(2554), + [anon_sym___stdcall] = ACTIONS(2554), + [anon_sym___fastcall] = ACTIONS(2554), + [anon_sym___thiscall] = ACTIONS(2554), + [anon_sym___vectorcall] = ACTIONS(2554), + [anon_sym_LBRACE] = ACTIONS(2556), + [anon_sym_LBRACK] = ACTIONS(2554), + [anon_sym_static] = ACTIONS(2554), + [anon_sym_register] = ACTIONS(2554), + [anon_sym_inline] = ACTIONS(2554), + [anon_sym_thread_local] = ACTIONS(2554), + [anon_sym_const] = ACTIONS(2554), + [anon_sym_volatile] = ACTIONS(2554), + [anon_sym_restrict] = ACTIONS(2554), + [anon_sym__Atomic] = ACTIONS(2554), + [anon_sym_mutable] = ACTIONS(2554), + [anon_sym_constexpr] = ACTIONS(2554), + [anon_sym_constinit] = ACTIONS(2554), + [anon_sym_consteval] = ACTIONS(2554), + [anon_sym_signed] = ACTIONS(2554), + [anon_sym_unsigned] = ACTIONS(2554), + [anon_sym_long] = ACTIONS(2554), + [anon_sym_short] = ACTIONS(2554), + [sym_primitive_type] = ACTIONS(2554), + [anon_sym_enum] = ACTIONS(2554), + [anon_sym_class] = ACTIONS(2554), + [anon_sym_struct] = ACTIONS(2554), + [anon_sym_union] = ACTIONS(2554), + [anon_sym_if] = ACTIONS(2554), + [anon_sym_else] = ACTIONS(2554), + [anon_sym_switch] = ACTIONS(2554), + [anon_sym_case] = ACTIONS(2554), + [anon_sym_default] = ACTIONS(2554), + [anon_sym_while] = ACTIONS(2554), + [anon_sym_do] = ACTIONS(2554), + [anon_sym_for] = ACTIONS(2554), + [anon_sym_return] = ACTIONS(2554), + [anon_sym_break] = ACTIONS(2554), + [anon_sym_continue] = ACTIONS(2554), + [anon_sym_goto] = ACTIONS(2554), + [anon_sym_not] = ACTIONS(2554), + [anon_sym_compl] = ACTIONS(2554), + [anon_sym_DASH_DASH] = ACTIONS(2556), + [anon_sym_PLUS_PLUS] = ACTIONS(2556), + [anon_sym_sizeof] = ACTIONS(2554), + [sym_number_literal] = ACTIONS(2556), + [anon_sym_L_SQUOTE] = ACTIONS(2556), + [anon_sym_u_SQUOTE] = ACTIONS(2556), + [anon_sym_U_SQUOTE] = ACTIONS(2556), + [anon_sym_u8_SQUOTE] = ACTIONS(2556), + [anon_sym_SQUOTE] = ACTIONS(2556), + [anon_sym_L_DQUOTE] = ACTIONS(2556), + [anon_sym_u_DQUOTE] = ACTIONS(2556), + [anon_sym_U_DQUOTE] = ACTIONS(2556), + [anon_sym_u8_DQUOTE] = ACTIONS(2556), + [anon_sym_DQUOTE] = ACTIONS(2556), + [sym_true] = ACTIONS(2554), + [sym_false] = ACTIONS(2554), + [sym_null] = ACTIONS(2554), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2554), + [anon_sym_decltype] = ACTIONS(2554), + [anon_sym_virtual] = ACTIONS(2554), + [anon_sym_explicit] = ACTIONS(2554), + [anon_sym_typename] = ACTIONS(2554), + [anon_sym_template] = ACTIONS(2554), + [anon_sym_operator] = ACTIONS(2554), + [anon_sym_try] = ACTIONS(2554), + [anon_sym_delete] = ACTIONS(2554), + [anon_sym_throw] = ACTIONS(2554), + [anon_sym_namespace] = ACTIONS(2554), + [anon_sym_using] = ACTIONS(2554), + [anon_sym_static_assert] = ACTIONS(2554), + [anon_sym_concept] = ACTIONS(2554), + [anon_sym_co_return] = ACTIONS(2554), + [anon_sym_co_yield] = ACTIONS(2554), + [anon_sym_R_DQUOTE] = ACTIONS(2556), + [anon_sym_LR_DQUOTE] = ACTIONS(2556), + [anon_sym_uR_DQUOTE] = ACTIONS(2556), + [anon_sym_UR_DQUOTE] = ACTIONS(2556), + [anon_sym_u8R_DQUOTE] = ACTIONS(2556), + [anon_sym_co_await] = ACTIONS(2554), + [anon_sym_new] = ACTIONS(2554), + [anon_sym_requires] = ACTIONS(2554), + [sym_this] = ACTIONS(2554), + [sym_nullptr] = ACTIONS(2554), + }, + [824] = { [sym_identifier] = ACTIONS(2624), [aux_sym_preproc_include_token1] = ACTIONS(2624), [aux_sym_preproc_def_token1] = ACTIONS(2624), [aux_sym_preproc_if_token1] = ACTIONS(2624), + [aux_sym_preproc_if_token2] = ACTIONS(2624), [aux_sym_preproc_ifdef_token1] = ACTIONS(2624), [aux_sym_preproc_ifdef_token2] = ACTIONS(2624), [sym_preproc_directive] = ACTIONS(2624), @@ -129172,7 +131417,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2624), [anon_sym___vectorcall] = ACTIONS(2624), [anon_sym_LBRACE] = ACTIONS(2626), - [anon_sym_RBRACE] = ACTIONS(2626), [anon_sym_LBRACK] = ACTIONS(2624), [anon_sym_static] = ACTIONS(2624), [anon_sym_register] = ACTIONS(2624), @@ -129254,11 +131498,3063 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2624), [sym_nullptr] = ACTIONS(2624), }, - [803] = { + [825] = { + [sym_identifier] = ACTIONS(2520), + [aux_sym_preproc_include_token1] = ACTIONS(2520), + [aux_sym_preproc_def_token1] = ACTIONS(2520), + [aux_sym_preproc_if_token1] = ACTIONS(2520), + [aux_sym_preproc_if_token2] = ACTIONS(2520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2520), + [sym_preproc_directive] = ACTIONS(2520), + [anon_sym_LPAREN2] = ACTIONS(2522), + [anon_sym_BANG] = ACTIONS(2522), + [anon_sym_TILDE] = ACTIONS(2522), + [anon_sym_DASH] = ACTIONS(2520), + [anon_sym_PLUS] = ACTIONS(2520), + [anon_sym_STAR] = ACTIONS(2522), + [anon_sym_AMP_AMP] = ACTIONS(2522), + [anon_sym_AMP] = ACTIONS(2520), + [anon_sym_SEMI] = ACTIONS(2522), + [anon_sym_typedef] = ACTIONS(2520), + [anon_sym_extern] = ACTIONS(2520), + [anon_sym___attribute__] = ACTIONS(2520), + [anon_sym_COLON_COLON] = ACTIONS(2522), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2522), + [anon_sym___declspec] = ACTIONS(2520), + [anon_sym___based] = ACTIONS(2520), + [anon_sym___cdecl] = ACTIONS(2520), + [anon_sym___clrcall] = ACTIONS(2520), + [anon_sym___stdcall] = ACTIONS(2520), + [anon_sym___fastcall] = ACTIONS(2520), + [anon_sym___thiscall] = ACTIONS(2520), + [anon_sym___vectorcall] = ACTIONS(2520), + [anon_sym_LBRACE] = ACTIONS(2522), + [anon_sym_LBRACK] = ACTIONS(2520), + [anon_sym_static] = ACTIONS(2520), + [anon_sym_register] = ACTIONS(2520), + [anon_sym_inline] = ACTIONS(2520), + [anon_sym_thread_local] = ACTIONS(2520), + [anon_sym_const] = ACTIONS(2520), + [anon_sym_volatile] = ACTIONS(2520), + [anon_sym_restrict] = ACTIONS(2520), + [anon_sym__Atomic] = ACTIONS(2520), + [anon_sym_mutable] = ACTIONS(2520), + [anon_sym_constexpr] = ACTIONS(2520), + [anon_sym_constinit] = ACTIONS(2520), + [anon_sym_consteval] = ACTIONS(2520), + [anon_sym_signed] = ACTIONS(2520), + [anon_sym_unsigned] = ACTIONS(2520), + [anon_sym_long] = ACTIONS(2520), + [anon_sym_short] = ACTIONS(2520), + [sym_primitive_type] = ACTIONS(2520), + [anon_sym_enum] = ACTIONS(2520), + [anon_sym_class] = ACTIONS(2520), + [anon_sym_struct] = ACTIONS(2520), + [anon_sym_union] = ACTIONS(2520), + [anon_sym_if] = ACTIONS(2520), + [anon_sym_else] = ACTIONS(2520), + [anon_sym_switch] = ACTIONS(2520), + [anon_sym_case] = ACTIONS(2520), + [anon_sym_default] = ACTIONS(2520), + [anon_sym_while] = ACTIONS(2520), + [anon_sym_do] = ACTIONS(2520), + [anon_sym_for] = ACTIONS(2520), + [anon_sym_return] = ACTIONS(2520), + [anon_sym_break] = ACTIONS(2520), + [anon_sym_continue] = ACTIONS(2520), + [anon_sym_goto] = ACTIONS(2520), + [anon_sym_not] = ACTIONS(2520), + [anon_sym_compl] = ACTIONS(2520), + [anon_sym_DASH_DASH] = ACTIONS(2522), + [anon_sym_PLUS_PLUS] = ACTIONS(2522), + [anon_sym_sizeof] = ACTIONS(2520), + [sym_number_literal] = ACTIONS(2522), + [anon_sym_L_SQUOTE] = ACTIONS(2522), + [anon_sym_u_SQUOTE] = ACTIONS(2522), + [anon_sym_U_SQUOTE] = ACTIONS(2522), + [anon_sym_u8_SQUOTE] = ACTIONS(2522), + [anon_sym_SQUOTE] = ACTIONS(2522), + [anon_sym_L_DQUOTE] = ACTIONS(2522), + [anon_sym_u_DQUOTE] = ACTIONS(2522), + [anon_sym_U_DQUOTE] = ACTIONS(2522), + [anon_sym_u8_DQUOTE] = ACTIONS(2522), + [anon_sym_DQUOTE] = ACTIONS(2522), + [sym_true] = ACTIONS(2520), + [sym_false] = ACTIONS(2520), + [sym_null] = ACTIONS(2520), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2520), + [anon_sym_decltype] = ACTIONS(2520), + [anon_sym_virtual] = ACTIONS(2520), + [anon_sym_explicit] = ACTIONS(2520), + [anon_sym_typename] = ACTIONS(2520), + [anon_sym_template] = ACTIONS(2520), + [anon_sym_operator] = ACTIONS(2520), + [anon_sym_try] = ACTIONS(2520), + [anon_sym_delete] = ACTIONS(2520), + [anon_sym_throw] = ACTIONS(2520), + [anon_sym_namespace] = ACTIONS(2520), + [anon_sym_using] = ACTIONS(2520), + [anon_sym_static_assert] = ACTIONS(2520), + [anon_sym_concept] = ACTIONS(2520), + [anon_sym_co_return] = ACTIONS(2520), + [anon_sym_co_yield] = ACTIONS(2520), + [anon_sym_R_DQUOTE] = ACTIONS(2522), + [anon_sym_LR_DQUOTE] = ACTIONS(2522), + [anon_sym_uR_DQUOTE] = ACTIONS(2522), + [anon_sym_UR_DQUOTE] = ACTIONS(2522), + [anon_sym_u8R_DQUOTE] = ACTIONS(2522), + [anon_sym_co_await] = ACTIONS(2520), + [anon_sym_new] = ACTIONS(2520), + [anon_sym_requires] = ACTIONS(2520), + [sym_this] = ACTIONS(2520), + [sym_nullptr] = ACTIONS(2520), + }, + [826] = { + [ts_builtin_sym_end] = ACTIONS(2550), + [sym_identifier] = ACTIONS(2548), + [aux_sym_preproc_include_token1] = ACTIONS(2548), + [aux_sym_preproc_def_token1] = ACTIONS(2548), + [aux_sym_preproc_if_token1] = ACTIONS(2548), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2548), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2548), + [sym_preproc_directive] = ACTIONS(2548), + [anon_sym_LPAREN2] = ACTIONS(2550), + [anon_sym_BANG] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2550), + [anon_sym_DASH] = ACTIONS(2548), + [anon_sym_PLUS] = ACTIONS(2548), + [anon_sym_STAR] = ACTIONS(2550), + [anon_sym_AMP_AMP] = ACTIONS(2550), + [anon_sym_AMP] = ACTIONS(2548), + [anon_sym_SEMI] = ACTIONS(2550), + [anon_sym_typedef] = ACTIONS(2548), + [anon_sym_extern] = ACTIONS(2548), + [anon_sym___attribute__] = ACTIONS(2548), + [anon_sym_COLON_COLON] = ACTIONS(2550), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2550), + [anon_sym___declspec] = ACTIONS(2548), + [anon_sym___based] = ACTIONS(2548), + [anon_sym___cdecl] = ACTIONS(2548), + [anon_sym___clrcall] = ACTIONS(2548), + [anon_sym___stdcall] = ACTIONS(2548), + [anon_sym___fastcall] = ACTIONS(2548), + [anon_sym___thiscall] = ACTIONS(2548), + [anon_sym___vectorcall] = ACTIONS(2548), + [anon_sym_LBRACE] = ACTIONS(2550), + [anon_sym_LBRACK] = ACTIONS(2548), + [anon_sym_static] = ACTIONS(2548), + [anon_sym_register] = ACTIONS(2548), + [anon_sym_inline] = ACTIONS(2548), + [anon_sym_thread_local] = ACTIONS(2548), + [anon_sym_const] = ACTIONS(2548), + [anon_sym_volatile] = ACTIONS(2548), + [anon_sym_restrict] = ACTIONS(2548), + [anon_sym__Atomic] = ACTIONS(2548), + [anon_sym_mutable] = ACTIONS(2548), + [anon_sym_constexpr] = ACTIONS(2548), + [anon_sym_constinit] = ACTIONS(2548), + [anon_sym_consteval] = ACTIONS(2548), + [anon_sym_signed] = ACTIONS(2548), + [anon_sym_unsigned] = ACTIONS(2548), + [anon_sym_long] = ACTIONS(2548), + [anon_sym_short] = ACTIONS(2548), + [sym_primitive_type] = ACTIONS(2548), + [anon_sym_enum] = ACTIONS(2548), + [anon_sym_class] = ACTIONS(2548), + [anon_sym_struct] = ACTIONS(2548), + [anon_sym_union] = ACTIONS(2548), + [anon_sym_if] = ACTIONS(2548), + [anon_sym_else] = ACTIONS(2548), + [anon_sym_switch] = ACTIONS(2548), + [anon_sym_case] = ACTIONS(2548), + [anon_sym_default] = ACTIONS(2548), + [anon_sym_while] = ACTIONS(2548), + [anon_sym_do] = ACTIONS(2548), + [anon_sym_for] = ACTIONS(2548), + [anon_sym_return] = ACTIONS(2548), + [anon_sym_break] = ACTIONS(2548), + [anon_sym_continue] = ACTIONS(2548), + [anon_sym_goto] = ACTIONS(2548), + [anon_sym_not] = ACTIONS(2548), + [anon_sym_compl] = ACTIONS(2548), + [anon_sym_DASH_DASH] = ACTIONS(2550), + [anon_sym_PLUS_PLUS] = ACTIONS(2550), + [anon_sym_sizeof] = ACTIONS(2548), + [sym_number_literal] = ACTIONS(2550), + [anon_sym_L_SQUOTE] = ACTIONS(2550), + [anon_sym_u_SQUOTE] = ACTIONS(2550), + [anon_sym_U_SQUOTE] = ACTIONS(2550), + [anon_sym_u8_SQUOTE] = ACTIONS(2550), + [anon_sym_SQUOTE] = ACTIONS(2550), + [anon_sym_L_DQUOTE] = ACTIONS(2550), + [anon_sym_u_DQUOTE] = ACTIONS(2550), + [anon_sym_U_DQUOTE] = ACTIONS(2550), + [anon_sym_u8_DQUOTE] = ACTIONS(2550), + [anon_sym_DQUOTE] = ACTIONS(2550), + [sym_true] = ACTIONS(2548), + [sym_false] = ACTIONS(2548), + [sym_null] = ACTIONS(2548), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2548), + [anon_sym_decltype] = ACTIONS(2548), + [anon_sym_virtual] = ACTIONS(2548), + [anon_sym_explicit] = ACTIONS(2548), + [anon_sym_typename] = ACTIONS(2548), + [anon_sym_template] = ACTIONS(2548), + [anon_sym_operator] = ACTIONS(2548), + [anon_sym_try] = ACTIONS(2548), + [anon_sym_delete] = ACTIONS(2548), + [anon_sym_throw] = ACTIONS(2548), + [anon_sym_namespace] = ACTIONS(2548), + [anon_sym_using] = ACTIONS(2548), + [anon_sym_static_assert] = ACTIONS(2548), + [anon_sym_concept] = ACTIONS(2548), + [anon_sym_co_return] = ACTIONS(2548), + [anon_sym_co_yield] = ACTIONS(2548), + [anon_sym_R_DQUOTE] = ACTIONS(2550), + [anon_sym_LR_DQUOTE] = ACTIONS(2550), + [anon_sym_uR_DQUOTE] = ACTIONS(2550), + [anon_sym_UR_DQUOTE] = ACTIONS(2550), + [anon_sym_u8R_DQUOTE] = ACTIONS(2550), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2548), + [anon_sym_requires] = ACTIONS(2548), + [sym_this] = ACTIONS(2548), + [sym_nullptr] = ACTIONS(2548), + }, + [827] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [828] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [829] = { + [sym_identifier] = ACTIONS(2514), + [aux_sym_preproc_include_token1] = ACTIONS(2514), + [aux_sym_preproc_def_token1] = ACTIONS(2514), + [aux_sym_preproc_if_token1] = ACTIONS(2514), + [aux_sym_preproc_if_token2] = ACTIONS(2514), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2514), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2514), + [sym_preproc_directive] = ACTIONS(2514), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_BANG] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2516), + [anon_sym_DASH] = ACTIONS(2514), + [anon_sym_PLUS] = ACTIONS(2514), + [anon_sym_STAR] = ACTIONS(2516), + [anon_sym_AMP_AMP] = ACTIONS(2516), + [anon_sym_AMP] = ACTIONS(2514), + [anon_sym_SEMI] = ACTIONS(2516), + [anon_sym_typedef] = ACTIONS(2514), + [anon_sym_extern] = ACTIONS(2514), + [anon_sym___attribute__] = ACTIONS(2514), + [anon_sym_COLON_COLON] = ACTIONS(2516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2516), + [anon_sym___declspec] = ACTIONS(2514), + [anon_sym___based] = ACTIONS(2514), + [anon_sym___cdecl] = ACTIONS(2514), + [anon_sym___clrcall] = ACTIONS(2514), + [anon_sym___stdcall] = ACTIONS(2514), + [anon_sym___fastcall] = ACTIONS(2514), + [anon_sym___thiscall] = ACTIONS(2514), + [anon_sym___vectorcall] = ACTIONS(2514), + [anon_sym_LBRACE] = ACTIONS(2516), + [anon_sym_LBRACK] = ACTIONS(2514), + [anon_sym_static] = ACTIONS(2514), + [anon_sym_register] = ACTIONS(2514), + [anon_sym_inline] = ACTIONS(2514), + [anon_sym_thread_local] = ACTIONS(2514), + [anon_sym_const] = ACTIONS(2514), + [anon_sym_volatile] = ACTIONS(2514), + [anon_sym_restrict] = ACTIONS(2514), + [anon_sym__Atomic] = ACTIONS(2514), + [anon_sym_mutable] = ACTIONS(2514), + [anon_sym_constexpr] = ACTIONS(2514), + [anon_sym_constinit] = ACTIONS(2514), + [anon_sym_consteval] = ACTIONS(2514), + [anon_sym_signed] = ACTIONS(2514), + [anon_sym_unsigned] = ACTIONS(2514), + [anon_sym_long] = ACTIONS(2514), + [anon_sym_short] = ACTIONS(2514), + [sym_primitive_type] = ACTIONS(2514), + [anon_sym_enum] = ACTIONS(2514), + [anon_sym_class] = ACTIONS(2514), + [anon_sym_struct] = ACTIONS(2514), + [anon_sym_union] = ACTIONS(2514), + [anon_sym_if] = ACTIONS(2514), + [anon_sym_else] = ACTIONS(2514), + [anon_sym_switch] = ACTIONS(2514), + [anon_sym_case] = ACTIONS(2514), + [anon_sym_default] = ACTIONS(2514), + [anon_sym_while] = ACTIONS(2514), + [anon_sym_do] = ACTIONS(2514), + [anon_sym_for] = ACTIONS(2514), + [anon_sym_return] = ACTIONS(2514), + [anon_sym_break] = ACTIONS(2514), + [anon_sym_continue] = ACTIONS(2514), + [anon_sym_goto] = ACTIONS(2514), + [anon_sym_not] = ACTIONS(2514), + [anon_sym_compl] = ACTIONS(2514), + [anon_sym_DASH_DASH] = ACTIONS(2516), + [anon_sym_PLUS_PLUS] = ACTIONS(2516), + [anon_sym_sizeof] = ACTIONS(2514), + [sym_number_literal] = ACTIONS(2516), + [anon_sym_L_SQUOTE] = ACTIONS(2516), + [anon_sym_u_SQUOTE] = ACTIONS(2516), + [anon_sym_U_SQUOTE] = ACTIONS(2516), + [anon_sym_u8_SQUOTE] = ACTIONS(2516), + [anon_sym_SQUOTE] = ACTIONS(2516), + [anon_sym_L_DQUOTE] = ACTIONS(2516), + [anon_sym_u_DQUOTE] = ACTIONS(2516), + [anon_sym_U_DQUOTE] = ACTIONS(2516), + [anon_sym_u8_DQUOTE] = ACTIONS(2516), + [anon_sym_DQUOTE] = ACTIONS(2516), + [sym_true] = ACTIONS(2514), + [sym_false] = ACTIONS(2514), + [sym_null] = ACTIONS(2514), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2514), + [anon_sym_decltype] = ACTIONS(2514), + [anon_sym_virtual] = ACTIONS(2514), + [anon_sym_explicit] = ACTIONS(2514), + [anon_sym_typename] = ACTIONS(2514), + [anon_sym_template] = ACTIONS(2514), + [anon_sym_operator] = ACTIONS(2514), + [anon_sym_try] = ACTIONS(2514), + [anon_sym_delete] = ACTIONS(2514), + [anon_sym_throw] = ACTIONS(2514), + [anon_sym_namespace] = ACTIONS(2514), + [anon_sym_using] = ACTIONS(2514), + [anon_sym_static_assert] = ACTIONS(2514), + [anon_sym_concept] = ACTIONS(2514), + [anon_sym_co_return] = ACTIONS(2514), + [anon_sym_co_yield] = ACTIONS(2514), + [anon_sym_R_DQUOTE] = ACTIONS(2516), + [anon_sym_LR_DQUOTE] = ACTIONS(2516), + [anon_sym_uR_DQUOTE] = ACTIONS(2516), + [anon_sym_UR_DQUOTE] = ACTIONS(2516), + [anon_sym_u8R_DQUOTE] = ACTIONS(2516), + [anon_sym_co_await] = ACTIONS(2514), + [anon_sym_new] = ACTIONS(2514), + [anon_sym_requires] = ACTIONS(2514), + [sym_this] = ACTIONS(2514), + [sym_nullptr] = ACTIONS(2514), + }, + [830] = { + [sym_identifier] = ACTIONS(2510), + [aux_sym_preproc_include_token1] = ACTIONS(2510), + [aux_sym_preproc_def_token1] = ACTIONS(2510), + [aux_sym_preproc_if_token1] = ACTIONS(2510), + [aux_sym_preproc_if_token2] = ACTIONS(2510), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2510), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2510), + [sym_preproc_directive] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(2512), + [anon_sym_BANG] = ACTIONS(2512), + [anon_sym_TILDE] = ACTIONS(2512), + [anon_sym_DASH] = ACTIONS(2510), + [anon_sym_PLUS] = ACTIONS(2510), + [anon_sym_STAR] = ACTIONS(2512), + [anon_sym_AMP_AMP] = ACTIONS(2512), + [anon_sym_AMP] = ACTIONS(2510), + [anon_sym_SEMI] = ACTIONS(2512), + [anon_sym_typedef] = ACTIONS(2510), + [anon_sym_extern] = ACTIONS(2510), + [anon_sym___attribute__] = ACTIONS(2510), + [anon_sym_COLON_COLON] = ACTIONS(2512), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2512), + [anon_sym___declspec] = ACTIONS(2510), + [anon_sym___based] = ACTIONS(2510), + [anon_sym___cdecl] = ACTIONS(2510), + [anon_sym___clrcall] = ACTIONS(2510), + [anon_sym___stdcall] = ACTIONS(2510), + [anon_sym___fastcall] = ACTIONS(2510), + [anon_sym___thiscall] = ACTIONS(2510), + [anon_sym___vectorcall] = ACTIONS(2510), + [anon_sym_LBRACE] = ACTIONS(2512), + [anon_sym_LBRACK] = ACTIONS(2510), + [anon_sym_static] = ACTIONS(2510), + [anon_sym_register] = ACTIONS(2510), + [anon_sym_inline] = ACTIONS(2510), + [anon_sym_thread_local] = ACTIONS(2510), + [anon_sym_const] = ACTIONS(2510), + [anon_sym_volatile] = ACTIONS(2510), + [anon_sym_restrict] = ACTIONS(2510), + [anon_sym__Atomic] = ACTIONS(2510), + [anon_sym_mutable] = ACTIONS(2510), + [anon_sym_constexpr] = ACTIONS(2510), + [anon_sym_constinit] = ACTIONS(2510), + [anon_sym_consteval] = ACTIONS(2510), + [anon_sym_signed] = ACTIONS(2510), + [anon_sym_unsigned] = ACTIONS(2510), + [anon_sym_long] = ACTIONS(2510), + [anon_sym_short] = ACTIONS(2510), + [sym_primitive_type] = ACTIONS(2510), + [anon_sym_enum] = ACTIONS(2510), + [anon_sym_class] = ACTIONS(2510), + [anon_sym_struct] = ACTIONS(2510), + [anon_sym_union] = ACTIONS(2510), + [anon_sym_if] = ACTIONS(2510), + [anon_sym_else] = ACTIONS(2510), + [anon_sym_switch] = ACTIONS(2510), + [anon_sym_case] = ACTIONS(2510), + [anon_sym_default] = ACTIONS(2510), + [anon_sym_while] = ACTIONS(2510), + [anon_sym_do] = ACTIONS(2510), + [anon_sym_for] = ACTIONS(2510), + [anon_sym_return] = ACTIONS(2510), + [anon_sym_break] = ACTIONS(2510), + [anon_sym_continue] = ACTIONS(2510), + [anon_sym_goto] = ACTIONS(2510), + [anon_sym_not] = ACTIONS(2510), + [anon_sym_compl] = ACTIONS(2510), + [anon_sym_DASH_DASH] = ACTIONS(2512), + [anon_sym_PLUS_PLUS] = ACTIONS(2512), + [anon_sym_sizeof] = ACTIONS(2510), + [sym_number_literal] = ACTIONS(2512), + [anon_sym_L_SQUOTE] = ACTIONS(2512), + [anon_sym_u_SQUOTE] = ACTIONS(2512), + [anon_sym_U_SQUOTE] = ACTIONS(2512), + [anon_sym_u8_SQUOTE] = ACTIONS(2512), + [anon_sym_SQUOTE] = ACTIONS(2512), + [anon_sym_L_DQUOTE] = ACTIONS(2512), + [anon_sym_u_DQUOTE] = ACTIONS(2512), + [anon_sym_U_DQUOTE] = ACTIONS(2512), + [anon_sym_u8_DQUOTE] = ACTIONS(2512), + [anon_sym_DQUOTE] = ACTIONS(2512), + [sym_true] = ACTIONS(2510), + [sym_false] = ACTIONS(2510), + [sym_null] = ACTIONS(2510), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2510), + [anon_sym_decltype] = ACTIONS(2510), + [anon_sym_virtual] = ACTIONS(2510), + [anon_sym_explicit] = ACTIONS(2510), + [anon_sym_typename] = ACTIONS(2510), + [anon_sym_template] = ACTIONS(2510), + [anon_sym_operator] = ACTIONS(2510), + [anon_sym_try] = ACTIONS(2510), + [anon_sym_delete] = ACTIONS(2510), + [anon_sym_throw] = ACTIONS(2510), + [anon_sym_namespace] = ACTIONS(2510), + [anon_sym_using] = ACTIONS(2510), + [anon_sym_static_assert] = ACTIONS(2510), + [anon_sym_concept] = ACTIONS(2510), + [anon_sym_co_return] = ACTIONS(2510), + [anon_sym_co_yield] = ACTIONS(2510), + [anon_sym_R_DQUOTE] = ACTIONS(2512), + [anon_sym_LR_DQUOTE] = ACTIONS(2512), + [anon_sym_uR_DQUOTE] = ACTIONS(2512), + [anon_sym_UR_DQUOTE] = ACTIONS(2512), + [anon_sym_u8R_DQUOTE] = ACTIONS(2512), + [anon_sym_co_await] = ACTIONS(2510), + [anon_sym_new] = ACTIONS(2510), + [anon_sym_requires] = ACTIONS(2510), + [sym_this] = ACTIONS(2510), + [sym_nullptr] = ACTIONS(2510), + }, + [831] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [832] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [833] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [834] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [835] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [836] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [837] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [838] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [839] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [840] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [841] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [842] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [843] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [844] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [845] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [846] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [847] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [848] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [849] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [850] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [851] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [852] = { [sym_identifier] = ACTIONS(2628), [aux_sym_preproc_include_token1] = ACTIONS(2628), [aux_sym_preproc_def_token1] = ACTIONS(2628), [aux_sym_preproc_if_token1] = ACTIONS(2628), + [aux_sym_preproc_if_token2] = ACTIONS(2628), [aux_sym_preproc_ifdef_token1] = ACTIONS(2628), [aux_sym_preproc_ifdef_token2] = ACTIONS(2628), [sym_preproc_directive] = ACTIONS(2628), @@ -129285,7 +134581,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2628), [anon_sym___vectorcall] = ACTIONS(2628), [anon_sym_LBRACE] = ACTIONS(2630), - [anon_sym_RBRACE] = ACTIONS(2630), [anon_sym_LBRACK] = ACTIONS(2628), [anon_sym_static] = ACTIONS(2628), [anon_sym_register] = ACTIONS(2628), @@ -129367,1137 +134662,2381 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2628), [sym_nullptr] = ACTIONS(2628), }, - [804] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [853] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [805] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [854] = { + [ts_builtin_sym_end] = ACTIONS(2596), + [sym_identifier] = ACTIONS(2594), + [aux_sym_preproc_include_token1] = ACTIONS(2594), + [aux_sym_preproc_def_token1] = ACTIONS(2594), + [aux_sym_preproc_if_token1] = ACTIONS(2594), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2594), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2594), + [sym_preproc_directive] = ACTIONS(2594), + [anon_sym_LPAREN2] = ACTIONS(2596), + [anon_sym_BANG] = ACTIONS(2596), + [anon_sym_TILDE] = ACTIONS(2596), + [anon_sym_DASH] = ACTIONS(2594), + [anon_sym_PLUS] = ACTIONS(2594), + [anon_sym_STAR] = ACTIONS(2596), + [anon_sym_AMP_AMP] = ACTIONS(2596), + [anon_sym_AMP] = ACTIONS(2594), + [anon_sym_SEMI] = ACTIONS(2596), + [anon_sym_typedef] = ACTIONS(2594), + [anon_sym_extern] = ACTIONS(2594), + [anon_sym___attribute__] = ACTIONS(2594), + [anon_sym_COLON_COLON] = ACTIONS(2596), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2596), + [anon_sym___declspec] = ACTIONS(2594), + [anon_sym___based] = ACTIONS(2594), + [anon_sym___cdecl] = ACTIONS(2594), + [anon_sym___clrcall] = ACTIONS(2594), + [anon_sym___stdcall] = ACTIONS(2594), + [anon_sym___fastcall] = ACTIONS(2594), + [anon_sym___thiscall] = ACTIONS(2594), + [anon_sym___vectorcall] = ACTIONS(2594), + [anon_sym_LBRACE] = ACTIONS(2596), + [anon_sym_LBRACK] = ACTIONS(2594), + [anon_sym_static] = ACTIONS(2594), + [anon_sym_register] = ACTIONS(2594), + [anon_sym_inline] = ACTIONS(2594), + [anon_sym_thread_local] = ACTIONS(2594), + [anon_sym_const] = ACTIONS(2594), + [anon_sym_volatile] = ACTIONS(2594), + [anon_sym_restrict] = ACTIONS(2594), + [anon_sym__Atomic] = ACTIONS(2594), + [anon_sym_mutable] = ACTIONS(2594), + [anon_sym_constexpr] = ACTIONS(2594), + [anon_sym_constinit] = ACTIONS(2594), + [anon_sym_consteval] = ACTIONS(2594), + [anon_sym_signed] = ACTIONS(2594), + [anon_sym_unsigned] = ACTIONS(2594), + [anon_sym_long] = ACTIONS(2594), + [anon_sym_short] = ACTIONS(2594), + [sym_primitive_type] = ACTIONS(2594), + [anon_sym_enum] = ACTIONS(2594), + [anon_sym_class] = ACTIONS(2594), + [anon_sym_struct] = ACTIONS(2594), + [anon_sym_union] = ACTIONS(2594), + [anon_sym_if] = ACTIONS(2594), + [anon_sym_else] = ACTIONS(2904), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2594), + [anon_sym_default] = ACTIONS(2594), + [anon_sym_while] = ACTIONS(2594), + [anon_sym_do] = ACTIONS(2594), + [anon_sym_for] = ACTIONS(2594), + [anon_sym_return] = ACTIONS(2594), + [anon_sym_break] = ACTIONS(2594), + [anon_sym_continue] = ACTIONS(2594), + [anon_sym_goto] = ACTIONS(2594), + [anon_sym_not] = ACTIONS(2594), + [anon_sym_compl] = ACTIONS(2594), + [anon_sym_DASH_DASH] = ACTIONS(2596), + [anon_sym_PLUS_PLUS] = ACTIONS(2596), + [anon_sym_sizeof] = ACTIONS(2594), + [sym_number_literal] = ACTIONS(2596), + [anon_sym_L_SQUOTE] = ACTIONS(2596), + [anon_sym_u_SQUOTE] = ACTIONS(2596), + [anon_sym_U_SQUOTE] = ACTIONS(2596), + [anon_sym_u8_SQUOTE] = ACTIONS(2596), + [anon_sym_SQUOTE] = ACTIONS(2596), + [anon_sym_L_DQUOTE] = ACTIONS(2596), + [anon_sym_u_DQUOTE] = ACTIONS(2596), + [anon_sym_U_DQUOTE] = ACTIONS(2596), + [anon_sym_u8_DQUOTE] = ACTIONS(2596), + [anon_sym_DQUOTE] = ACTIONS(2596), + [sym_true] = ACTIONS(2594), + [sym_false] = ACTIONS(2594), + [sym_null] = ACTIONS(2594), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2594), + [anon_sym_decltype] = ACTIONS(2594), + [anon_sym_virtual] = ACTIONS(2594), + [anon_sym_explicit] = ACTIONS(2594), + [anon_sym_typename] = ACTIONS(2594), + [anon_sym_template] = ACTIONS(2594), + [anon_sym_operator] = ACTIONS(2594), + [anon_sym_try] = ACTIONS(2594), + [anon_sym_delete] = ACTIONS(2594), + [anon_sym_throw] = ACTIONS(2594), + [anon_sym_namespace] = ACTIONS(2594), + [anon_sym_using] = ACTIONS(2594), + [anon_sym_static_assert] = ACTIONS(2594), + [anon_sym_concept] = ACTIONS(2594), + [anon_sym_co_return] = ACTIONS(2594), + [anon_sym_co_yield] = ACTIONS(2594), + [anon_sym_R_DQUOTE] = ACTIONS(2596), + [anon_sym_LR_DQUOTE] = ACTIONS(2596), + [anon_sym_uR_DQUOTE] = ACTIONS(2596), + [anon_sym_UR_DQUOTE] = ACTIONS(2596), + [anon_sym_u8R_DQUOTE] = ACTIONS(2596), + [anon_sym_co_await] = ACTIONS(2594), + [anon_sym_new] = ACTIONS(2594), + [anon_sym_requires] = ACTIONS(2594), + [sym_this] = ACTIONS(2594), + [sym_nullptr] = ACTIONS(2594), }, - [806] = { - [sym_identifier] = ACTIONS(2632), - [aux_sym_preproc_include_token1] = ACTIONS(2632), - [aux_sym_preproc_def_token1] = ACTIONS(2632), - [aux_sym_preproc_if_token1] = ACTIONS(2632), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2632), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2632), - [sym_preproc_directive] = ACTIONS(2632), - [anon_sym_LPAREN2] = ACTIONS(2634), - [anon_sym_BANG] = ACTIONS(2634), - [anon_sym_TILDE] = ACTIONS(2634), - [anon_sym_DASH] = ACTIONS(2632), - [anon_sym_PLUS] = ACTIONS(2632), - [anon_sym_STAR] = ACTIONS(2634), - [anon_sym_AMP_AMP] = ACTIONS(2634), - [anon_sym_AMP] = ACTIONS(2632), - [anon_sym_SEMI] = ACTIONS(2634), - [anon_sym_typedef] = ACTIONS(2632), - [anon_sym_extern] = ACTIONS(2632), - [anon_sym___attribute__] = ACTIONS(2632), - [anon_sym_COLON_COLON] = ACTIONS(2634), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2634), - [anon_sym___declspec] = ACTIONS(2632), - [anon_sym___based] = ACTIONS(2632), - [anon_sym___cdecl] = ACTIONS(2632), - [anon_sym___clrcall] = ACTIONS(2632), - [anon_sym___stdcall] = ACTIONS(2632), - [anon_sym___fastcall] = ACTIONS(2632), - [anon_sym___thiscall] = ACTIONS(2632), - [anon_sym___vectorcall] = ACTIONS(2632), - [anon_sym_LBRACE] = ACTIONS(2634), - [anon_sym_RBRACE] = ACTIONS(2634), - [anon_sym_LBRACK] = ACTIONS(2632), - [anon_sym_static] = ACTIONS(2632), - [anon_sym_register] = ACTIONS(2632), - [anon_sym_inline] = ACTIONS(2632), - [anon_sym_thread_local] = ACTIONS(2632), - [anon_sym_const] = ACTIONS(2632), - [anon_sym_volatile] = ACTIONS(2632), - [anon_sym_restrict] = ACTIONS(2632), - [anon_sym__Atomic] = ACTIONS(2632), - [anon_sym_mutable] = ACTIONS(2632), - [anon_sym_constexpr] = ACTIONS(2632), - [anon_sym_constinit] = ACTIONS(2632), - [anon_sym_consteval] = ACTIONS(2632), - [anon_sym_signed] = ACTIONS(2632), - [anon_sym_unsigned] = ACTIONS(2632), - [anon_sym_long] = ACTIONS(2632), - [anon_sym_short] = ACTIONS(2632), - [sym_primitive_type] = ACTIONS(2632), - [anon_sym_enum] = ACTIONS(2632), - [anon_sym_class] = ACTIONS(2632), - [anon_sym_struct] = ACTIONS(2632), - [anon_sym_union] = ACTIONS(2632), - [anon_sym_if] = ACTIONS(2632), - [anon_sym_else] = ACTIONS(2632), - [anon_sym_switch] = ACTIONS(2632), - [anon_sym_case] = ACTIONS(2632), - [anon_sym_default] = ACTIONS(2632), - [anon_sym_while] = ACTIONS(2632), - [anon_sym_do] = ACTIONS(2632), - [anon_sym_for] = ACTIONS(2632), - [anon_sym_return] = ACTIONS(2632), - [anon_sym_break] = ACTIONS(2632), - [anon_sym_continue] = ACTIONS(2632), - [anon_sym_goto] = ACTIONS(2632), - [anon_sym_not] = ACTIONS(2632), - [anon_sym_compl] = ACTIONS(2632), - [anon_sym_DASH_DASH] = ACTIONS(2634), - [anon_sym_PLUS_PLUS] = ACTIONS(2634), - [anon_sym_sizeof] = ACTIONS(2632), - [sym_number_literal] = ACTIONS(2634), - [anon_sym_L_SQUOTE] = ACTIONS(2634), - [anon_sym_u_SQUOTE] = ACTIONS(2634), - [anon_sym_U_SQUOTE] = ACTIONS(2634), - [anon_sym_u8_SQUOTE] = ACTIONS(2634), - [anon_sym_SQUOTE] = ACTIONS(2634), - [anon_sym_L_DQUOTE] = ACTIONS(2634), - [anon_sym_u_DQUOTE] = ACTIONS(2634), - [anon_sym_U_DQUOTE] = ACTIONS(2634), - [anon_sym_u8_DQUOTE] = ACTIONS(2634), - [anon_sym_DQUOTE] = ACTIONS(2634), - [sym_true] = ACTIONS(2632), - [sym_false] = ACTIONS(2632), - [sym_null] = ACTIONS(2632), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2632), - [anon_sym_decltype] = ACTIONS(2632), - [anon_sym_virtual] = ACTIONS(2632), - [anon_sym_explicit] = ACTIONS(2632), - [anon_sym_typename] = ACTIONS(2632), - [anon_sym_template] = ACTIONS(2632), - [anon_sym_operator] = ACTIONS(2632), - [anon_sym_try] = ACTIONS(2632), - [anon_sym_delete] = ACTIONS(2632), - [anon_sym_throw] = ACTIONS(2632), - [anon_sym_namespace] = ACTIONS(2632), - [anon_sym_using] = ACTIONS(2632), - [anon_sym_static_assert] = ACTIONS(2632), - [anon_sym_concept] = ACTIONS(2632), - [anon_sym_co_return] = ACTIONS(2632), - [anon_sym_co_yield] = ACTIONS(2632), - [anon_sym_R_DQUOTE] = ACTIONS(2634), - [anon_sym_LR_DQUOTE] = ACTIONS(2634), - [anon_sym_uR_DQUOTE] = ACTIONS(2634), - [anon_sym_UR_DQUOTE] = ACTIONS(2634), - [anon_sym_u8R_DQUOTE] = ACTIONS(2634), - [anon_sym_co_await] = ACTIONS(2632), - [anon_sym_new] = ACTIONS(2632), - [anon_sym_requires] = ACTIONS(2632), - [sym_this] = ACTIONS(2632), - [sym_nullptr] = ACTIONS(2632), + [855] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [807] = { - [sym_identifier] = ACTIONS(2636), - [aux_sym_preproc_include_token1] = ACTIONS(2636), - [aux_sym_preproc_def_token1] = ACTIONS(2636), - [aux_sym_preproc_if_token1] = ACTIONS(2636), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2636), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2636), - [sym_preproc_directive] = ACTIONS(2636), - [anon_sym_LPAREN2] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2636), - [anon_sym_PLUS] = ACTIONS(2636), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2636), - [anon_sym_SEMI] = ACTIONS(2638), - [anon_sym_typedef] = ACTIONS(2636), - [anon_sym_extern] = ACTIONS(2636), - [anon_sym___attribute__] = ACTIONS(2636), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2638), - [anon_sym___declspec] = ACTIONS(2636), - [anon_sym___based] = ACTIONS(2636), - [anon_sym___cdecl] = ACTIONS(2636), - [anon_sym___clrcall] = ACTIONS(2636), - [anon_sym___stdcall] = ACTIONS(2636), - [anon_sym___fastcall] = ACTIONS(2636), - [anon_sym___thiscall] = ACTIONS(2636), - [anon_sym___vectorcall] = ACTIONS(2636), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_RBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2636), - [anon_sym_static] = ACTIONS(2636), - [anon_sym_register] = ACTIONS(2636), - [anon_sym_inline] = ACTIONS(2636), - [anon_sym_thread_local] = ACTIONS(2636), - [anon_sym_const] = ACTIONS(2636), - [anon_sym_volatile] = ACTIONS(2636), - [anon_sym_restrict] = ACTIONS(2636), - [anon_sym__Atomic] = ACTIONS(2636), - [anon_sym_mutable] = ACTIONS(2636), - [anon_sym_constexpr] = ACTIONS(2636), - [anon_sym_constinit] = ACTIONS(2636), - [anon_sym_consteval] = ACTIONS(2636), - [anon_sym_signed] = ACTIONS(2636), - [anon_sym_unsigned] = ACTIONS(2636), - [anon_sym_long] = ACTIONS(2636), - [anon_sym_short] = ACTIONS(2636), - [sym_primitive_type] = ACTIONS(2636), - [anon_sym_enum] = ACTIONS(2636), - [anon_sym_class] = ACTIONS(2636), - [anon_sym_struct] = ACTIONS(2636), - [anon_sym_union] = ACTIONS(2636), - [anon_sym_if] = ACTIONS(2636), - [anon_sym_else] = ACTIONS(2636), - [anon_sym_switch] = ACTIONS(2636), - [anon_sym_case] = ACTIONS(2636), - [anon_sym_default] = ACTIONS(2636), - [anon_sym_while] = ACTIONS(2636), - [anon_sym_do] = ACTIONS(2636), - [anon_sym_for] = ACTIONS(2636), - [anon_sym_return] = ACTIONS(2636), - [anon_sym_break] = ACTIONS(2636), - [anon_sym_continue] = ACTIONS(2636), - [anon_sym_goto] = ACTIONS(2636), - [anon_sym_not] = ACTIONS(2636), - [anon_sym_compl] = ACTIONS(2636), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_sizeof] = ACTIONS(2636), - [sym_number_literal] = ACTIONS(2638), - [anon_sym_L_SQUOTE] = ACTIONS(2638), - [anon_sym_u_SQUOTE] = ACTIONS(2638), - [anon_sym_U_SQUOTE] = ACTIONS(2638), - [anon_sym_u8_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_L_DQUOTE] = ACTIONS(2638), - [anon_sym_u_DQUOTE] = ACTIONS(2638), - [anon_sym_U_DQUOTE] = ACTIONS(2638), - [anon_sym_u8_DQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [sym_true] = ACTIONS(2636), - [sym_false] = ACTIONS(2636), - [sym_null] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2636), - [anon_sym_decltype] = ACTIONS(2636), - [anon_sym_virtual] = ACTIONS(2636), - [anon_sym_explicit] = ACTIONS(2636), - [anon_sym_typename] = ACTIONS(2636), - [anon_sym_template] = ACTIONS(2636), - [anon_sym_operator] = ACTIONS(2636), - [anon_sym_try] = ACTIONS(2636), - [anon_sym_delete] = ACTIONS(2636), - [anon_sym_throw] = ACTIONS(2636), - [anon_sym_namespace] = ACTIONS(2636), - [anon_sym_using] = ACTIONS(2636), - [anon_sym_static_assert] = ACTIONS(2636), - [anon_sym_concept] = ACTIONS(2636), - [anon_sym_co_return] = ACTIONS(2636), - [anon_sym_co_yield] = ACTIONS(2636), - [anon_sym_R_DQUOTE] = ACTIONS(2638), - [anon_sym_LR_DQUOTE] = ACTIONS(2638), - [anon_sym_uR_DQUOTE] = ACTIONS(2638), - [anon_sym_UR_DQUOTE] = ACTIONS(2638), - [anon_sym_u8R_DQUOTE] = ACTIONS(2638), - [anon_sym_co_await] = ACTIONS(2636), - [anon_sym_new] = ACTIONS(2636), - [anon_sym_requires] = ACTIONS(2636), - [sym_this] = ACTIONS(2636), - [sym_nullptr] = ACTIONS(2636), + [856] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [808] = { - [ts_builtin_sym_end] = ACTIONS(2426), - [sym_identifier] = ACTIONS(2424), - [aux_sym_preproc_include_token1] = ACTIONS(2424), - [aux_sym_preproc_def_token1] = ACTIONS(2424), - [aux_sym_preproc_if_token1] = ACTIONS(2424), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2424), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2424), - [sym_preproc_directive] = ACTIONS(2424), - [anon_sym_LPAREN2] = ACTIONS(2426), - [anon_sym_BANG] = ACTIONS(2426), - [anon_sym_TILDE] = ACTIONS(2426), - [anon_sym_DASH] = ACTIONS(2424), - [anon_sym_PLUS] = ACTIONS(2424), - [anon_sym_STAR] = ACTIONS(2426), - [anon_sym_AMP_AMP] = ACTIONS(2426), - [anon_sym_AMP] = ACTIONS(2424), - [anon_sym_SEMI] = ACTIONS(2426), - [anon_sym_typedef] = ACTIONS(2424), - [anon_sym_extern] = ACTIONS(2424), - [anon_sym___attribute__] = ACTIONS(2424), - [anon_sym_COLON_COLON] = ACTIONS(2426), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2426), - [anon_sym___declspec] = ACTIONS(2424), - [anon_sym___based] = ACTIONS(2424), - [anon_sym___cdecl] = ACTIONS(2424), - [anon_sym___clrcall] = ACTIONS(2424), - [anon_sym___stdcall] = ACTIONS(2424), - [anon_sym___fastcall] = ACTIONS(2424), - [anon_sym___thiscall] = ACTIONS(2424), - [anon_sym___vectorcall] = ACTIONS(2424), - [anon_sym_LBRACE] = ACTIONS(2426), - [anon_sym_LBRACK] = ACTIONS(2424), - [anon_sym_static] = ACTIONS(2424), - [anon_sym_register] = ACTIONS(2424), - [anon_sym_inline] = ACTIONS(2424), - [anon_sym_thread_local] = ACTIONS(2424), - [anon_sym_const] = ACTIONS(2424), - [anon_sym_volatile] = ACTIONS(2424), - [anon_sym_restrict] = ACTIONS(2424), - [anon_sym__Atomic] = ACTIONS(2424), - [anon_sym_mutable] = ACTIONS(2424), - [anon_sym_constexpr] = ACTIONS(2424), - [anon_sym_constinit] = ACTIONS(2424), - [anon_sym_consteval] = ACTIONS(2424), - [anon_sym_signed] = ACTIONS(2424), - [anon_sym_unsigned] = ACTIONS(2424), - [anon_sym_long] = ACTIONS(2424), - [anon_sym_short] = ACTIONS(2424), - [sym_primitive_type] = ACTIONS(2424), - [anon_sym_enum] = ACTIONS(2424), - [anon_sym_class] = ACTIONS(2424), - [anon_sym_struct] = ACTIONS(2424), - [anon_sym_union] = ACTIONS(2424), - [anon_sym_if] = ACTIONS(2424), - [anon_sym_else] = ACTIONS(2424), - [anon_sym_switch] = ACTIONS(2424), - [anon_sym_case] = ACTIONS(2424), - [anon_sym_default] = ACTIONS(2424), - [anon_sym_while] = ACTIONS(2424), - [anon_sym_do] = ACTIONS(2424), - [anon_sym_for] = ACTIONS(2424), - [anon_sym_return] = ACTIONS(2424), - [anon_sym_break] = ACTIONS(2424), - [anon_sym_continue] = ACTIONS(2424), - [anon_sym_goto] = ACTIONS(2424), - [anon_sym_not] = ACTIONS(2424), - [anon_sym_compl] = ACTIONS(2424), - [anon_sym_DASH_DASH] = ACTIONS(2426), - [anon_sym_PLUS_PLUS] = ACTIONS(2426), - [anon_sym_sizeof] = ACTIONS(2424), - [sym_number_literal] = ACTIONS(2426), - [anon_sym_L_SQUOTE] = ACTIONS(2426), - [anon_sym_u_SQUOTE] = ACTIONS(2426), - [anon_sym_U_SQUOTE] = ACTIONS(2426), - [anon_sym_u8_SQUOTE] = ACTIONS(2426), - [anon_sym_SQUOTE] = ACTIONS(2426), - [anon_sym_L_DQUOTE] = ACTIONS(2426), - [anon_sym_u_DQUOTE] = ACTIONS(2426), - [anon_sym_U_DQUOTE] = ACTIONS(2426), - [anon_sym_u8_DQUOTE] = ACTIONS(2426), - [anon_sym_DQUOTE] = ACTIONS(2426), - [sym_true] = ACTIONS(2424), - [sym_false] = ACTIONS(2424), - [sym_null] = ACTIONS(2424), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2424), - [anon_sym_decltype] = ACTIONS(2424), - [anon_sym_virtual] = ACTIONS(2424), - [anon_sym_explicit] = ACTIONS(2424), - [anon_sym_typename] = ACTIONS(2424), - [anon_sym_template] = ACTIONS(2424), - [anon_sym_operator] = ACTIONS(2424), - [anon_sym_try] = ACTIONS(2424), - [anon_sym_delete] = ACTIONS(2424), - [anon_sym_throw] = ACTIONS(2424), - [anon_sym_namespace] = ACTIONS(2424), - [anon_sym_using] = ACTIONS(2424), - [anon_sym_static_assert] = ACTIONS(2424), - [anon_sym_concept] = ACTIONS(2424), - [anon_sym_co_return] = ACTIONS(2424), - [anon_sym_co_yield] = ACTIONS(2424), - [anon_sym_R_DQUOTE] = ACTIONS(2426), - [anon_sym_LR_DQUOTE] = ACTIONS(2426), - [anon_sym_uR_DQUOTE] = ACTIONS(2426), - [anon_sym_UR_DQUOTE] = ACTIONS(2426), - [anon_sym_u8R_DQUOTE] = ACTIONS(2426), - [anon_sym_co_await] = ACTIONS(2424), - [anon_sym_new] = ACTIONS(2424), - [anon_sym_requires] = ACTIONS(2424), - [sym_this] = ACTIONS(2424), - [sym_nullptr] = ACTIONS(2424), + [857] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [809] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [858] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [810] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [859] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [811] = { - [sym_identifier] = ACTIONS(2640), - [aux_sym_preproc_include_token1] = ACTIONS(2640), - [aux_sym_preproc_def_token1] = ACTIONS(2640), - [aux_sym_preproc_if_token1] = ACTIONS(2640), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2640), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2640), - [sym_preproc_directive] = ACTIONS(2640), - [anon_sym_LPAREN2] = ACTIONS(2642), - [anon_sym_BANG] = ACTIONS(2642), - [anon_sym_TILDE] = ACTIONS(2642), - [anon_sym_DASH] = ACTIONS(2640), - [anon_sym_PLUS] = ACTIONS(2640), - [anon_sym_STAR] = ACTIONS(2642), - [anon_sym_AMP_AMP] = ACTIONS(2642), - [anon_sym_AMP] = ACTIONS(2640), - [anon_sym_SEMI] = ACTIONS(2642), - [anon_sym_typedef] = ACTIONS(2640), - [anon_sym_extern] = ACTIONS(2640), - [anon_sym___attribute__] = ACTIONS(2640), - [anon_sym_COLON_COLON] = ACTIONS(2642), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2642), - [anon_sym___declspec] = ACTIONS(2640), - [anon_sym___based] = ACTIONS(2640), - [anon_sym___cdecl] = ACTIONS(2640), - [anon_sym___clrcall] = ACTIONS(2640), - [anon_sym___stdcall] = ACTIONS(2640), - [anon_sym___fastcall] = ACTIONS(2640), - [anon_sym___thiscall] = ACTIONS(2640), - [anon_sym___vectorcall] = ACTIONS(2640), - [anon_sym_LBRACE] = ACTIONS(2642), - [anon_sym_RBRACE] = ACTIONS(2642), - [anon_sym_LBRACK] = ACTIONS(2640), - [anon_sym_static] = ACTIONS(2640), - [anon_sym_register] = ACTIONS(2640), - [anon_sym_inline] = ACTIONS(2640), - [anon_sym_thread_local] = ACTIONS(2640), - [anon_sym_const] = ACTIONS(2640), - [anon_sym_volatile] = ACTIONS(2640), - [anon_sym_restrict] = ACTIONS(2640), - [anon_sym__Atomic] = ACTIONS(2640), - [anon_sym_mutable] = ACTIONS(2640), - [anon_sym_constexpr] = ACTIONS(2640), - [anon_sym_constinit] = ACTIONS(2640), - [anon_sym_consteval] = ACTIONS(2640), - [anon_sym_signed] = ACTIONS(2640), - [anon_sym_unsigned] = ACTIONS(2640), - [anon_sym_long] = ACTIONS(2640), - [anon_sym_short] = ACTIONS(2640), - [sym_primitive_type] = ACTIONS(2640), - [anon_sym_enum] = ACTIONS(2640), - [anon_sym_class] = ACTIONS(2640), - [anon_sym_struct] = ACTIONS(2640), - [anon_sym_union] = ACTIONS(2640), - [anon_sym_if] = ACTIONS(2640), - [anon_sym_else] = ACTIONS(2640), - [anon_sym_switch] = ACTIONS(2640), - [anon_sym_case] = ACTIONS(2640), - [anon_sym_default] = ACTIONS(2640), - [anon_sym_while] = ACTIONS(2640), - [anon_sym_do] = ACTIONS(2640), - [anon_sym_for] = ACTIONS(2640), - [anon_sym_return] = ACTIONS(2640), - [anon_sym_break] = ACTIONS(2640), - [anon_sym_continue] = ACTIONS(2640), - [anon_sym_goto] = ACTIONS(2640), - [anon_sym_not] = ACTIONS(2640), - [anon_sym_compl] = ACTIONS(2640), - [anon_sym_DASH_DASH] = ACTIONS(2642), - [anon_sym_PLUS_PLUS] = ACTIONS(2642), - [anon_sym_sizeof] = ACTIONS(2640), - [sym_number_literal] = ACTIONS(2642), - [anon_sym_L_SQUOTE] = ACTIONS(2642), - [anon_sym_u_SQUOTE] = ACTIONS(2642), - [anon_sym_U_SQUOTE] = ACTIONS(2642), - [anon_sym_u8_SQUOTE] = ACTIONS(2642), - [anon_sym_SQUOTE] = ACTIONS(2642), - [anon_sym_L_DQUOTE] = ACTIONS(2642), - [anon_sym_u_DQUOTE] = ACTIONS(2642), - [anon_sym_U_DQUOTE] = ACTIONS(2642), - [anon_sym_u8_DQUOTE] = ACTIONS(2642), - [anon_sym_DQUOTE] = ACTIONS(2642), - [sym_true] = ACTIONS(2640), - [sym_false] = ACTIONS(2640), - [sym_null] = ACTIONS(2640), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2640), - [anon_sym_decltype] = ACTIONS(2640), - [anon_sym_virtual] = ACTIONS(2640), - [anon_sym_explicit] = ACTIONS(2640), - [anon_sym_typename] = ACTIONS(2640), - [anon_sym_template] = ACTIONS(2640), - [anon_sym_operator] = ACTIONS(2640), - [anon_sym_try] = ACTIONS(2640), - [anon_sym_delete] = ACTIONS(2640), - [anon_sym_throw] = ACTIONS(2640), - [anon_sym_namespace] = ACTIONS(2640), - [anon_sym_using] = ACTIONS(2640), - [anon_sym_static_assert] = ACTIONS(2640), - [anon_sym_concept] = ACTIONS(2640), - [anon_sym_co_return] = ACTIONS(2640), - [anon_sym_co_yield] = ACTIONS(2640), - [anon_sym_R_DQUOTE] = ACTIONS(2642), - [anon_sym_LR_DQUOTE] = ACTIONS(2642), - [anon_sym_uR_DQUOTE] = ACTIONS(2642), - [anon_sym_UR_DQUOTE] = ACTIONS(2642), - [anon_sym_u8R_DQUOTE] = ACTIONS(2642), - [anon_sym_co_await] = ACTIONS(2640), - [anon_sym_new] = ACTIONS(2640), - [anon_sym_requires] = ACTIONS(2640), - [sym_this] = ACTIONS(2640), - [sym_nullptr] = ACTIONS(2640), + [860] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [812] = { - [ts_builtin_sym_end] = ACTIONS(2586), - [sym_identifier] = ACTIONS(2584), - [aux_sym_preproc_include_token1] = ACTIONS(2584), - [aux_sym_preproc_def_token1] = ACTIONS(2584), - [aux_sym_preproc_if_token1] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2584), - [sym_preproc_directive] = ACTIONS(2584), - [anon_sym_LPAREN2] = ACTIONS(2586), - [anon_sym_BANG] = ACTIONS(2586), - [anon_sym_TILDE] = ACTIONS(2586), - [anon_sym_DASH] = ACTIONS(2584), - [anon_sym_PLUS] = ACTIONS(2584), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [anon_sym_SEMI] = ACTIONS(2586), - [anon_sym_typedef] = ACTIONS(2584), - [anon_sym_extern] = ACTIONS(2584), - [anon_sym___attribute__] = ACTIONS(2584), - [anon_sym_COLON_COLON] = ACTIONS(2586), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), - [anon_sym___declspec] = ACTIONS(2584), - [anon_sym___based] = ACTIONS(2584), - [anon_sym___cdecl] = ACTIONS(2584), - [anon_sym___clrcall] = ACTIONS(2584), - [anon_sym___stdcall] = ACTIONS(2584), - [anon_sym___fastcall] = ACTIONS(2584), - [anon_sym___thiscall] = ACTIONS(2584), - [anon_sym___vectorcall] = ACTIONS(2584), - [anon_sym_LBRACE] = ACTIONS(2586), - [anon_sym_LBRACK] = ACTIONS(2584), - [anon_sym_static] = ACTIONS(2584), - [anon_sym_register] = ACTIONS(2584), - [anon_sym_inline] = ACTIONS(2584), - [anon_sym_thread_local] = ACTIONS(2584), - [anon_sym_const] = ACTIONS(2584), - [anon_sym_volatile] = ACTIONS(2584), - [anon_sym_restrict] = ACTIONS(2584), - [anon_sym__Atomic] = ACTIONS(2584), - [anon_sym_mutable] = ACTIONS(2584), - [anon_sym_constexpr] = ACTIONS(2584), - [anon_sym_constinit] = ACTIONS(2584), - [anon_sym_consteval] = ACTIONS(2584), - [anon_sym_signed] = ACTIONS(2584), - [anon_sym_unsigned] = ACTIONS(2584), - [anon_sym_long] = ACTIONS(2584), - [anon_sym_short] = ACTIONS(2584), - [sym_primitive_type] = ACTIONS(2584), - [anon_sym_enum] = ACTIONS(2584), - [anon_sym_class] = ACTIONS(2584), - [anon_sym_struct] = ACTIONS(2584), - [anon_sym_union] = ACTIONS(2584), - [anon_sym_if] = ACTIONS(2584), - [anon_sym_else] = ACTIONS(2584), - [anon_sym_switch] = ACTIONS(2584), - [anon_sym_case] = ACTIONS(2584), - [anon_sym_default] = ACTIONS(2584), - [anon_sym_while] = ACTIONS(2584), - [anon_sym_do] = ACTIONS(2584), - [anon_sym_for] = ACTIONS(2584), - [anon_sym_return] = ACTIONS(2584), - [anon_sym_break] = ACTIONS(2584), - [anon_sym_continue] = ACTIONS(2584), - [anon_sym_goto] = ACTIONS(2584), - [anon_sym_not] = ACTIONS(2584), - [anon_sym_compl] = ACTIONS(2584), - [anon_sym_DASH_DASH] = ACTIONS(2586), - [anon_sym_PLUS_PLUS] = ACTIONS(2586), - [anon_sym_sizeof] = ACTIONS(2584), - [sym_number_literal] = ACTIONS(2586), - [anon_sym_L_SQUOTE] = ACTIONS(2586), - [anon_sym_u_SQUOTE] = ACTIONS(2586), - [anon_sym_U_SQUOTE] = ACTIONS(2586), - [anon_sym_u8_SQUOTE] = ACTIONS(2586), - [anon_sym_SQUOTE] = ACTIONS(2586), - [anon_sym_L_DQUOTE] = ACTIONS(2586), - [anon_sym_u_DQUOTE] = ACTIONS(2586), - [anon_sym_U_DQUOTE] = ACTIONS(2586), - [anon_sym_u8_DQUOTE] = ACTIONS(2586), - [anon_sym_DQUOTE] = ACTIONS(2586), - [sym_true] = ACTIONS(2584), - [sym_false] = ACTIONS(2584), - [sym_null] = ACTIONS(2584), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2584), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_delete] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2584), - [anon_sym_namespace] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_concept] = ACTIONS(2584), - [anon_sym_co_return] = ACTIONS(2584), - [anon_sym_co_yield] = ACTIONS(2584), - [anon_sym_R_DQUOTE] = ACTIONS(2586), - [anon_sym_LR_DQUOTE] = ACTIONS(2586), - [anon_sym_uR_DQUOTE] = ACTIONS(2586), - [anon_sym_UR_DQUOTE] = ACTIONS(2586), - [anon_sym_u8R_DQUOTE] = ACTIONS(2586), - [anon_sym_co_await] = ACTIONS(2584), - [anon_sym_new] = ACTIONS(2584), - [anon_sym_requires] = ACTIONS(2584), - [sym_this] = ACTIONS(2584), - [sym_nullptr] = ACTIONS(2584), + [861] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [862] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [863] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [864] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [865] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [813] = { - [ts_builtin_sym_end] = ACTIONS(2586), - [sym_identifier] = ACTIONS(2584), - [aux_sym_preproc_include_token1] = ACTIONS(2584), - [aux_sym_preproc_def_token1] = ACTIONS(2584), - [aux_sym_preproc_if_token1] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2584), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2584), - [sym_preproc_directive] = ACTIONS(2584), - [anon_sym_LPAREN2] = ACTIONS(2586), - [anon_sym_BANG] = ACTIONS(2586), - [anon_sym_TILDE] = ACTIONS(2586), - [anon_sym_DASH] = ACTIONS(2584), - [anon_sym_PLUS] = ACTIONS(2584), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [anon_sym_SEMI] = ACTIONS(2586), - [anon_sym_typedef] = ACTIONS(2584), - [anon_sym_extern] = ACTIONS(2584), - [anon_sym___attribute__] = ACTIONS(2584), - [anon_sym_COLON_COLON] = ACTIONS(2586), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), - [anon_sym___declspec] = ACTIONS(2584), - [anon_sym___based] = ACTIONS(2584), - [anon_sym___cdecl] = ACTIONS(2584), - [anon_sym___clrcall] = ACTIONS(2584), - [anon_sym___stdcall] = ACTIONS(2584), - [anon_sym___fastcall] = ACTIONS(2584), - [anon_sym___thiscall] = ACTIONS(2584), - [anon_sym___vectorcall] = ACTIONS(2584), - [anon_sym_LBRACE] = ACTIONS(2586), - [anon_sym_LBRACK] = ACTIONS(2584), - [anon_sym_static] = ACTIONS(2584), - [anon_sym_register] = ACTIONS(2584), - [anon_sym_inline] = ACTIONS(2584), - [anon_sym_thread_local] = ACTIONS(2584), - [anon_sym_const] = ACTIONS(2584), - [anon_sym_volatile] = ACTIONS(2584), - [anon_sym_restrict] = ACTIONS(2584), - [anon_sym__Atomic] = ACTIONS(2584), - [anon_sym_mutable] = ACTIONS(2584), - [anon_sym_constexpr] = ACTIONS(2584), - [anon_sym_constinit] = ACTIONS(2584), - [anon_sym_consteval] = ACTIONS(2584), - [anon_sym_signed] = ACTIONS(2584), - [anon_sym_unsigned] = ACTIONS(2584), - [anon_sym_long] = ACTIONS(2584), - [anon_sym_short] = ACTIONS(2584), - [sym_primitive_type] = ACTIONS(2584), - [anon_sym_enum] = ACTIONS(2584), - [anon_sym_class] = ACTIONS(2584), - [anon_sym_struct] = ACTIONS(2584), - [anon_sym_union] = ACTIONS(2584), - [anon_sym_if] = ACTIONS(2584), - [anon_sym_else] = ACTIONS(2584), - [anon_sym_switch] = ACTIONS(2584), - [anon_sym_case] = ACTIONS(2584), - [anon_sym_default] = ACTIONS(2584), - [anon_sym_while] = ACTIONS(2584), - [anon_sym_do] = ACTIONS(2584), - [anon_sym_for] = ACTIONS(2584), - [anon_sym_return] = ACTIONS(2584), - [anon_sym_break] = ACTIONS(2584), - [anon_sym_continue] = ACTIONS(2584), - [anon_sym_goto] = ACTIONS(2584), - [anon_sym_not] = ACTIONS(2584), - [anon_sym_compl] = ACTIONS(2584), - [anon_sym_DASH_DASH] = ACTIONS(2586), - [anon_sym_PLUS_PLUS] = ACTIONS(2586), - [anon_sym_sizeof] = ACTIONS(2584), - [sym_number_literal] = ACTIONS(2586), - [anon_sym_L_SQUOTE] = ACTIONS(2586), - [anon_sym_u_SQUOTE] = ACTIONS(2586), - [anon_sym_U_SQUOTE] = ACTIONS(2586), - [anon_sym_u8_SQUOTE] = ACTIONS(2586), - [anon_sym_SQUOTE] = ACTIONS(2586), - [anon_sym_L_DQUOTE] = ACTIONS(2586), - [anon_sym_u_DQUOTE] = ACTIONS(2586), - [anon_sym_U_DQUOTE] = ACTIONS(2586), - [anon_sym_u8_DQUOTE] = ACTIONS(2586), - [anon_sym_DQUOTE] = ACTIONS(2586), - [sym_true] = ACTIONS(2584), - [sym_false] = ACTIONS(2584), - [sym_null] = ACTIONS(2584), + [866] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [867] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [868] = { + [ts_builtin_sym_end] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2456), + [aux_sym_preproc_include_token1] = ACTIONS(2456), + [aux_sym_preproc_def_token1] = ACTIONS(2456), + [aux_sym_preproc_if_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2456), + [sym_preproc_directive] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP_AMP] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym___based] = ACTIONS(2456), + [anon_sym___cdecl] = ACTIONS(2456), + [anon_sym___clrcall] = ACTIONS(2456), + [anon_sym___stdcall] = ACTIONS(2456), + [anon_sym___fastcall] = ACTIONS(2456), + [anon_sym___thiscall] = ACTIONS(2456), + [anon_sym___vectorcall] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_case] = ACTIONS(2456), + [anon_sym_default] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_explicit] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_operator] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_namespace] = ACTIONS(2456), + [anon_sym_using] = ACTIONS(2456), + [anon_sym_static_assert] = ACTIONS(2456), + [anon_sym_concept] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [869] = { + [sym_identifier] = ACTIONS(2470), + [aux_sym_preproc_include_token1] = ACTIONS(2470), + [aux_sym_preproc_def_token1] = ACTIONS(2470), + [aux_sym_preproc_if_token1] = ACTIONS(2470), + [aux_sym_preproc_if_token2] = ACTIONS(2470), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2470), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2470), + [sym_preproc_directive] = ACTIONS(2470), + [anon_sym_LPAREN2] = ACTIONS(2472), + [anon_sym_BANG] = ACTIONS(2472), + [anon_sym_TILDE] = ACTIONS(2472), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2472), + [anon_sym_AMP_AMP] = ACTIONS(2472), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_SEMI] = ACTIONS(2472), + [anon_sym_typedef] = ACTIONS(2470), + [anon_sym_extern] = ACTIONS(2470), + [anon_sym___attribute__] = ACTIONS(2470), + [anon_sym_COLON_COLON] = ACTIONS(2472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2472), + [anon_sym___declspec] = ACTIONS(2470), + [anon_sym___based] = ACTIONS(2470), + [anon_sym___cdecl] = ACTIONS(2470), + [anon_sym___clrcall] = ACTIONS(2470), + [anon_sym___stdcall] = ACTIONS(2470), + [anon_sym___fastcall] = ACTIONS(2470), + [anon_sym___thiscall] = ACTIONS(2470), + [anon_sym___vectorcall] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_LBRACK] = ACTIONS(2470), + [anon_sym_static] = ACTIONS(2470), + [anon_sym_register] = ACTIONS(2470), + [anon_sym_inline] = ACTIONS(2470), + [anon_sym_thread_local] = ACTIONS(2470), + [anon_sym_const] = ACTIONS(2470), + [anon_sym_volatile] = ACTIONS(2470), + [anon_sym_restrict] = ACTIONS(2470), + [anon_sym__Atomic] = ACTIONS(2470), + [anon_sym_mutable] = ACTIONS(2470), + [anon_sym_constexpr] = ACTIONS(2470), + [anon_sym_constinit] = ACTIONS(2470), + [anon_sym_consteval] = ACTIONS(2470), + [anon_sym_signed] = ACTIONS(2470), + [anon_sym_unsigned] = ACTIONS(2470), + [anon_sym_long] = ACTIONS(2470), + [anon_sym_short] = ACTIONS(2470), + [sym_primitive_type] = ACTIONS(2470), + [anon_sym_enum] = ACTIONS(2470), + [anon_sym_class] = ACTIONS(2470), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_union] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_else] = ACTIONS(2470), + [anon_sym_switch] = ACTIONS(2470), + [anon_sym_case] = ACTIONS(2470), + [anon_sym_default] = ACTIONS(2470), + [anon_sym_while] = ACTIONS(2470), + [anon_sym_do] = ACTIONS(2470), + [anon_sym_for] = ACTIONS(2470), + [anon_sym_return] = ACTIONS(2470), + [anon_sym_break] = ACTIONS(2470), + [anon_sym_continue] = ACTIONS(2470), + [anon_sym_goto] = ACTIONS(2470), + [anon_sym_not] = ACTIONS(2470), + [anon_sym_compl] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2472), + [anon_sym_PLUS_PLUS] = ACTIONS(2472), + [anon_sym_sizeof] = ACTIONS(2470), + [sym_number_literal] = ACTIONS(2472), + [anon_sym_L_SQUOTE] = ACTIONS(2472), + [anon_sym_u_SQUOTE] = ACTIONS(2472), + [anon_sym_U_SQUOTE] = ACTIONS(2472), + [anon_sym_u8_SQUOTE] = ACTIONS(2472), + [anon_sym_SQUOTE] = ACTIONS(2472), + [anon_sym_L_DQUOTE] = ACTIONS(2472), + [anon_sym_u_DQUOTE] = ACTIONS(2472), + [anon_sym_U_DQUOTE] = ACTIONS(2472), + [anon_sym_u8_DQUOTE] = ACTIONS(2472), + [anon_sym_DQUOTE] = ACTIONS(2472), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_null] = ACTIONS(2470), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2470), + [anon_sym_decltype] = ACTIONS(2470), + [anon_sym_virtual] = ACTIONS(2470), + [anon_sym_explicit] = ACTIONS(2470), + [anon_sym_typename] = ACTIONS(2470), + [anon_sym_template] = ACTIONS(2470), + [anon_sym_operator] = ACTIONS(2470), + [anon_sym_try] = ACTIONS(2470), + [anon_sym_delete] = ACTIONS(2470), + [anon_sym_throw] = ACTIONS(2470), + [anon_sym_namespace] = ACTIONS(2470), + [anon_sym_using] = ACTIONS(2470), + [anon_sym_static_assert] = ACTIONS(2470), + [anon_sym_concept] = ACTIONS(2470), + [anon_sym_co_return] = ACTIONS(2470), + [anon_sym_co_yield] = ACTIONS(2470), + [anon_sym_R_DQUOTE] = ACTIONS(2472), + [anon_sym_LR_DQUOTE] = ACTIONS(2472), + [anon_sym_uR_DQUOTE] = ACTIONS(2472), + [anon_sym_UR_DQUOTE] = ACTIONS(2472), + [anon_sym_u8R_DQUOTE] = ACTIONS(2472), + [anon_sym_co_await] = ACTIONS(2470), + [anon_sym_new] = ACTIONS(2470), + [anon_sym_requires] = ACTIONS(2470), + [sym_this] = ACTIONS(2470), + [sym_nullptr] = ACTIONS(2470), + }, + [870] = { + [ts_builtin_sym_end] = ACTIONS(2478), + [sym_identifier] = ACTIONS(2476), + [aux_sym_preproc_include_token1] = ACTIONS(2476), + [aux_sym_preproc_def_token1] = ACTIONS(2476), + [aux_sym_preproc_if_token1] = ACTIONS(2476), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2476), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2476), + [sym_preproc_directive] = ACTIONS(2476), + [anon_sym_LPAREN2] = ACTIONS(2478), + [anon_sym_BANG] = ACTIONS(2478), + [anon_sym_TILDE] = ACTIONS(2478), + [anon_sym_DASH] = ACTIONS(2476), + [anon_sym_PLUS] = ACTIONS(2476), + [anon_sym_STAR] = ACTIONS(2478), + [anon_sym_AMP_AMP] = ACTIONS(2478), + [anon_sym_AMP] = ACTIONS(2476), + [anon_sym_SEMI] = ACTIONS(2478), + [anon_sym_typedef] = ACTIONS(2476), + [anon_sym_extern] = ACTIONS(2476), + [anon_sym___attribute__] = ACTIONS(2476), + [anon_sym_COLON_COLON] = ACTIONS(2478), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2478), + [anon_sym___declspec] = ACTIONS(2476), + [anon_sym___based] = ACTIONS(2476), + [anon_sym___cdecl] = ACTIONS(2476), + [anon_sym___clrcall] = ACTIONS(2476), + [anon_sym___stdcall] = ACTIONS(2476), + [anon_sym___fastcall] = ACTIONS(2476), + [anon_sym___thiscall] = ACTIONS(2476), + [anon_sym___vectorcall] = ACTIONS(2476), + [anon_sym_LBRACE] = ACTIONS(2478), + [anon_sym_LBRACK] = ACTIONS(2476), + [anon_sym_static] = ACTIONS(2476), + [anon_sym_register] = ACTIONS(2476), + [anon_sym_inline] = ACTIONS(2476), + [anon_sym_thread_local] = ACTIONS(2476), + [anon_sym_const] = ACTIONS(2476), + [anon_sym_volatile] = ACTIONS(2476), + [anon_sym_restrict] = ACTIONS(2476), + [anon_sym__Atomic] = ACTIONS(2476), + [anon_sym_mutable] = ACTIONS(2476), + [anon_sym_constexpr] = ACTIONS(2476), + [anon_sym_constinit] = ACTIONS(2476), + [anon_sym_consteval] = ACTIONS(2476), + [anon_sym_signed] = ACTIONS(2476), + [anon_sym_unsigned] = ACTIONS(2476), + [anon_sym_long] = ACTIONS(2476), + [anon_sym_short] = ACTIONS(2476), + [sym_primitive_type] = ACTIONS(2476), + [anon_sym_enum] = ACTIONS(2476), + [anon_sym_class] = ACTIONS(2476), + [anon_sym_struct] = ACTIONS(2476), + [anon_sym_union] = ACTIONS(2476), + [anon_sym_if] = ACTIONS(2476), + [anon_sym_else] = ACTIONS(2476), + [anon_sym_switch] = ACTIONS(2476), + [anon_sym_case] = ACTIONS(2476), + [anon_sym_default] = ACTIONS(2476), + [anon_sym_while] = ACTIONS(2476), + [anon_sym_do] = ACTIONS(2476), + [anon_sym_for] = ACTIONS(2476), + [anon_sym_return] = ACTIONS(2476), + [anon_sym_break] = ACTIONS(2476), + [anon_sym_continue] = ACTIONS(2476), + [anon_sym_goto] = ACTIONS(2476), + [anon_sym_not] = ACTIONS(2476), + [anon_sym_compl] = ACTIONS(2476), + [anon_sym_DASH_DASH] = ACTIONS(2478), + [anon_sym_PLUS_PLUS] = ACTIONS(2478), + [anon_sym_sizeof] = ACTIONS(2476), + [sym_number_literal] = ACTIONS(2478), + [anon_sym_L_SQUOTE] = ACTIONS(2478), + [anon_sym_u_SQUOTE] = ACTIONS(2478), + [anon_sym_U_SQUOTE] = ACTIONS(2478), + [anon_sym_u8_SQUOTE] = ACTIONS(2478), + [anon_sym_SQUOTE] = ACTIONS(2478), + [anon_sym_L_DQUOTE] = ACTIONS(2478), + [anon_sym_u_DQUOTE] = ACTIONS(2478), + [anon_sym_U_DQUOTE] = ACTIONS(2478), + [anon_sym_u8_DQUOTE] = ACTIONS(2478), + [anon_sym_DQUOTE] = ACTIONS(2478), + [sym_true] = ACTIONS(2476), + [sym_false] = ACTIONS(2476), + [sym_null] = ACTIONS(2476), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2476), + [anon_sym_decltype] = ACTIONS(2476), + [anon_sym_virtual] = ACTIONS(2476), + [anon_sym_explicit] = ACTIONS(2476), + [anon_sym_typename] = ACTIONS(2476), + [anon_sym_template] = ACTIONS(2476), + [anon_sym_operator] = ACTIONS(2476), + [anon_sym_try] = ACTIONS(2476), + [anon_sym_delete] = ACTIONS(2476), + [anon_sym_throw] = ACTIONS(2476), + [anon_sym_namespace] = ACTIONS(2476), + [anon_sym_using] = ACTIONS(2476), + [anon_sym_static_assert] = ACTIONS(2476), + [anon_sym_concept] = ACTIONS(2476), + [anon_sym_co_return] = ACTIONS(2476), + [anon_sym_co_yield] = ACTIONS(2476), + [anon_sym_R_DQUOTE] = ACTIONS(2478), + [anon_sym_LR_DQUOTE] = ACTIONS(2478), + [anon_sym_uR_DQUOTE] = ACTIONS(2478), + [anon_sym_UR_DQUOTE] = ACTIONS(2478), + [anon_sym_u8R_DQUOTE] = ACTIONS(2478), + [anon_sym_co_await] = ACTIONS(2476), + [anon_sym_new] = ACTIONS(2476), + [anon_sym_requires] = ACTIONS(2476), + [sym_this] = ACTIONS(2476), + [sym_nullptr] = ACTIONS(2476), + }, + [871] = { + [ts_builtin_sym_end] = ACTIONS(2606), + [sym_identifier] = ACTIONS(2604), + [aux_sym_preproc_include_token1] = ACTIONS(2604), + [aux_sym_preproc_def_token1] = ACTIONS(2604), + [aux_sym_preproc_if_token1] = ACTIONS(2604), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2604), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2604), + [sym_preproc_directive] = ACTIONS(2604), + [anon_sym_LPAREN2] = ACTIONS(2606), + [anon_sym_BANG] = ACTIONS(2606), + [anon_sym_TILDE] = ACTIONS(2606), + [anon_sym_DASH] = ACTIONS(2604), + [anon_sym_PLUS] = ACTIONS(2604), + [anon_sym_STAR] = ACTIONS(2606), + [anon_sym_AMP_AMP] = ACTIONS(2606), + [anon_sym_AMP] = ACTIONS(2604), + [anon_sym_SEMI] = ACTIONS(2606), + [anon_sym_typedef] = ACTIONS(2604), + [anon_sym_extern] = ACTIONS(2604), + [anon_sym___attribute__] = ACTIONS(2604), + [anon_sym_COLON_COLON] = ACTIONS(2606), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2606), + [anon_sym___declspec] = ACTIONS(2604), + [anon_sym___based] = ACTIONS(2604), + [anon_sym___cdecl] = ACTIONS(2604), + [anon_sym___clrcall] = ACTIONS(2604), + [anon_sym___stdcall] = ACTIONS(2604), + [anon_sym___fastcall] = ACTIONS(2604), + [anon_sym___thiscall] = ACTIONS(2604), + [anon_sym___vectorcall] = ACTIONS(2604), + [anon_sym_LBRACE] = ACTIONS(2606), + [anon_sym_LBRACK] = ACTIONS(2604), + [anon_sym_static] = ACTIONS(2604), + [anon_sym_register] = ACTIONS(2604), + [anon_sym_inline] = ACTIONS(2604), + [anon_sym_thread_local] = ACTIONS(2604), + [anon_sym_const] = ACTIONS(2604), + [anon_sym_volatile] = ACTIONS(2604), + [anon_sym_restrict] = ACTIONS(2604), + [anon_sym__Atomic] = ACTIONS(2604), + [anon_sym_mutable] = ACTIONS(2604), + [anon_sym_constexpr] = ACTIONS(2604), + [anon_sym_constinit] = ACTIONS(2604), + [anon_sym_consteval] = ACTIONS(2604), + [anon_sym_signed] = ACTIONS(2604), + [anon_sym_unsigned] = ACTIONS(2604), + [anon_sym_long] = ACTIONS(2604), + [anon_sym_short] = ACTIONS(2604), + [sym_primitive_type] = ACTIONS(2604), + [anon_sym_enum] = ACTIONS(2604), + [anon_sym_class] = ACTIONS(2604), + [anon_sym_struct] = ACTIONS(2604), + [anon_sym_union] = ACTIONS(2604), + [anon_sym_if] = ACTIONS(2604), + [anon_sym_else] = ACTIONS(2604), + [anon_sym_switch] = ACTIONS(2604), + [anon_sym_case] = ACTIONS(2604), + [anon_sym_default] = ACTIONS(2604), + [anon_sym_while] = ACTIONS(2604), + [anon_sym_do] = ACTIONS(2604), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2604), + [anon_sym_break] = ACTIONS(2604), + [anon_sym_continue] = ACTIONS(2604), + [anon_sym_goto] = ACTIONS(2604), + [anon_sym_not] = ACTIONS(2604), + [anon_sym_compl] = ACTIONS(2604), + [anon_sym_DASH_DASH] = ACTIONS(2606), + [anon_sym_PLUS_PLUS] = ACTIONS(2606), + [anon_sym_sizeof] = ACTIONS(2604), + [sym_number_literal] = ACTIONS(2606), + [anon_sym_L_SQUOTE] = ACTIONS(2606), + [anon_sym_u_SQUOTE] = ACTIONS(2606), + [anon_sym_U_SQUOTE] = ACTIONS(2606), + [anon_sym_u8_SQUOTE] = ACTIONS(2606), + [anon_sym_SQUOTE] = ACTIONS(2606), + [anon_sym_L_DQUOTE] = ACTIONS(2606), + [anon_sym_u_DQUOTE] = ACTIONS(2606), + [anon_sym_U_DQUOTE] = ACTIONS(2606), + [anon_sym_u8_DQUOTE] = ACTIONS(2606), + [anon_sym_DQUOTE] = ACTIONS(2606), + [sym_true] = ACTIONS(2604), + [sym_false] = ACTIONS(2604), + [sym_null] = ACTIONS(2604), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2604), + [anon_sym_decltype] = ACTIONS(2604), + [anon_sym_virtual] = ACTIONS(2604), + [anon_sym_explicit] = ACTIONS(2604), + [anon_sym_typename] = ACTIONS(2604), + [anon_sym_template] = ACTIONS(2604), + [anon_sym_operator] = ACTIONS(2604), + [anon_sym_try] = ACTIONS(2604), + [anon_sym_delete] = ACTIONS(2604), + [anon_sym_throw] = ACTIONS(2604), + [anon_sym_namespace] = ACTIONS(2604), + [anon_sym_using] = ACTIONS(2604), + [anon_sym_static_assert] = ACTIONS(2604), + [anon_sym_concept] = ACTIONS(2604), + [anon_sym_co_return] = ACTIONS(2604), + [anon_sym_co_yield] = ACTIONS(2604), + [anon_sym_R_DQUOTE] = ACTIONS(2606), + [anon_sym_LR_DQUOTE] = ACTIONS(2606), + [anon_sym_uR_DQUOTE] = ACTIONS(2606), + [anon_sym_UR_DQUOTE] = ACTIONS(2606), + [anon_sym_u8R_DQUOTE] = ACTIONS(2606), + [anon_sym_co_await] = ACTIONS(2604), + [anon_sym_new] = ACTIONS(2604), + [anon_sym_requires] = ACTIONS(2604), + [sym_this] = ACTIONS(2604), + [sym_nullptr] = ACTIONS(2604), + }, + [872] = { + [ts_builtin_sym_end] = ACTIONS(2508), + [sym_identifier] = ACTIONS(2506), + [aux_sym_preproc_include_token1] = ACTIONS(2506), + [aux_sym_preproc_def_token1] = ACTIONS(2506), + [aux_sym_preproc_if_token1] = ACTIONS(2506), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2506), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2506), + [sym_preproc_directive] = ACTIONS(2506), + [anon_sym_LPAREN2] = ACTIONS(2508), + [anon_sym_BANG] = ACTIONS(2508), + [anon_sym_TILDE] = ACTIONS(2508), + [anon_sym_DASH] = ACTIONS(2506), + [anon_sym_PLUS] = ACTIONS(2506), + [anon_sym_STAR] = ACTIONS(2508), + [anon_sym_AMP_AMP] = ACTIONS(2508), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_SEMI] = ACTIONS(2508), + [anon_sym_typedef] = ACTIONS(2506), + [anon_sym_extern] = ACTIONS(2506), + [anon_sym___attribute__] = ACTIONS(2506), + [anon_sym_COLON_COLON] = ACTIONS(2508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2508), + [anon_sym___declspec] = ACTIONS(2506), + [anon_sym___based] = ACTIONS(2506), + [anon_sym___cdecl] = ACTIONS(2506), + [anon_sym___clrcall] = ACTIONS(2506), + [anon_sym___stdcall] = ACTIONS(2506), + [anon_sym___fastcall] = ACTIONS(2506), + [anon_sym___thiscall] = ACTIONS(2506), + [anon_sym___vectorcall] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2508), + [anon_sym_LBRACK] = ACTIONS(2506), + [anon_sym_static] = ACTIONS(2506), + [anon_sym_register] = ACTIONS(2506), + [anon_sym_inline] = ACTIONS(2506), + [anon_sym_thread_local] = ACTIONS(2506), + [anon_sym_const] = ACTIONS(2506), + [anon_sym_volatile] = ACTIONS(2506), + [anon_sym_restrict] = ACTIONS(2506), + [anon_sym__Atomic] = ACTIONS(2506), + [anon_sym_mutable] = ACTIONS(2506), + [anon_sym_constexpr] = ACTIONS(2506), + [anon_sym_constinit] = ACTIONS(2506), + [anon_sym_consteval] = ACTIONS(2506), + [anon_sym_signed] = ACTIONS(2506), + [anon_sym_unsigned] = ACTIONS(2506), + [anon_sym_long] = ACTIONS(2506), + [anon_sym_short] = ACTIONS(2506), + [sym_primitive_type] = ACTIONS(2506), + [anon_sym_enum] = ACTIONS(2506), + [anon_sym_class] = ACTIONS(2506), + [anon_sym_struct] = ACTIONS(2506), + [anon_sym_union] = ACTIONS(2506), + [anon_sym_if] = ACTIONS(2506), + [anon_sym_else] = ACTIONS(2506), + [anon_sym_switch] = ACTIONS(2506), + [anon_sym_case] = ACTIONS(2506), + [anon_sym_default] = ACTIONS(2506), + [anon_sym_while] = ACTIONS(2506), + [anon_sym_do] = ACTIONS(2506), + [anon_sym_for] = ACTIONS(2506), + [anon_sym_return] = ACTIONS(2506), + [anon_sym_break] = ACTIONS(2506), + [anon_sym_continue] = ACTIONS(2506), + [anon_sym_goto] = ACTIONS(2506), + [anon_sym_not] = ACTIONS(2506), + [anon_sym_compl] = ACTIONS(2506), + [anon_sym_DASH_DASH] = ACTIONS(2508), + [anon_sym_PLUS_PLUS] = ACTIONS(2508), + [anon_sym_sizeof] = ACTIONS(2506), + [sym_number_literal] = ACTIONS(2508), + [anon_sym_L_SQUOTE] = ACTIONS(2508), + [anon_sym_u_SQUOTE] = ACTIONS(2508), + [anon_sym_U_SQUOTE] = ACTIONS(2508), + [anon_sym_u8_SQUOTE] = ACTIONS(2508), + [anon_sym_SQUOTE] = ACTIONS(2508), + [anon_sym_L_DQUOTE] = ACTIONS(2508), + [anon_sym_u_DQUOTE] = ACTIONS(2508), + [anon_sym_U_DQUOTE] = ACTIONS(2508), + [anon_sym_u8_DQUOTE] = ACTIONS(2508), + [anon_sym_DQUOTE] = ACTIONS(2508), + [sym_true] = ACTIONS(2506), + [sym_false] = ACTIONS(2506), + [sym_null] = ACTIONS(2506), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2506), + [anon_sym_decltype] = ACTIONS(2506), + [anon_sym_virtual] = ACTIONS(2506), + [anon_sym_explicit] = ACTIONS(2506), + [anon_sym_typename] = ACTIONS(2506), + [anon_sym_template] = ACTIONS(2506), + [anon_sym_operator] = ACTIONS(2506), + [anon_sym_try] = ACTIONS(2506), + [anon_sym_delete] = ACTIONS(2506), + [anon_sym_throw] = ACTIONS(2506), + [anon_sym_namespace] = ACTIONS(2506), + [anon_sym_using] = ACTIONS(2506), + [anon_sym_static_assert] = ACTIONS(2506), + [anon_sym_concept] = ACTIONS(2506), + [anon_sym_co_return] = ACTIONS(2506), + [anon_sym_co_yield] = ACTIONS(2506), + [anon_sym_R_DQUOTE] = ACTIONS(2508), + [anon_sym_LR_DQUOTE] = ACTIONS(2508), + [anon_sym_uR_DQUOTE] = ACTIONS(2508), + [anon_sym_UR_DQUOTE] = ACTIONS(2508), + [anon_sym_u8R_DQUOTE] = ACTIONS(2508), + [anon_sym_co_await] = ACTIONS(2506), + [anon_sym_new] = ACTIONS(2506), + [anon_sym_requires] = ACTIONS(2506), + [sym_this] = ACTIONS(2506), + [sym_nullptr] = ACTIONS(2506), + }, + [873] = { + [ts_builtin_sym_end] = ACTIONS(2574), + [sym_identifier] = ACTIONS(2572), + [aux_sym_preproc_include_token1] = ACTIONS(2572), + [aux_sym_preproc_def_token1] = ACTIONS(2572), + [aux_sym_preproc_if_token1] = ACTIONS(2572), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2572), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2572), + [sym_preproc_directive] = ACTIONS(2572), + [anon_sym_LPAREN2] = ACTIONS(2574), + [anon_sym_BANG] = ACTIONS(2574), + [anon_sym_TILDE] = ACTIONS(2574), + [anon_sym_DASH] = ACTIONS(2572), + [anon_sym_PLUS] = ACTIONS(2572), + [anon_sym_STAR] = ACTIONS(2574), + [anon_sym_AMP_AMP] = ACTIONS(2574), + [anon_sym_AMP] = ACTIONS(2572), + [anon_sym_SEMI] = ACTIONS(2574), + [anon_sym_typedef] = ACTIONS(2572), + [anon_sym_extern] = ACTIONS(2572), + [anon_sym___attribute__] = ACTIONS(2572), + [anon_sym_COLON_COLON] = ACTIONS(2574), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2574), + [anon_sym___declspec] = ACTIONS(2572), + [anon_sym___based] = ACTIONS(2572), + [anon_sym___cdecl] = ACTIONS(2572), + [anon_sym___clrcall] = ACTIONS(2572), + [anon_sym___stdcall] = ACTIONS(2572), + [anon_sym___fastcall] = ACTIONS(2572), + [anon_sym___thiscall] = ACTIONS(2572), + [anon_sym___vectorcall] = ACTIONS(2572), + [anon_sym_LBRACE] = ACTIONS(2574), + [anon_sym_LBRACK] = ACTIONS(2572), + [anon_sym_static] = ACTIONS(2572), + [anon_sym_register] = ACTIONS(2572), + [anon_sym_inline] = ACTIONS(2572), + [anon_sym_thread_local] = ACTIONS(2572), + [anon_sym_const] = ACTIONS(2572), + [anon_sym_volatile] = ACTIONS(2572), + [anon_sym_restrict] = ACTIONS(2572), + [anon_sym__Atomic] = ACTIONS(2572), + [anon_sym_mutable] = ACTIONS(2572), + [anon_sym_constexpr] = ACTIONS(2572), + [anon_sym_constinit] = ACTIONS(2572), + [anon_sym_consteval] = ACTIONS(2572), + [anon_sym_signed] = ACTIONS(2572), + [anon_sym_unsigned] = ACTIONS(2572), + [anon_sym_long] = ACTIONS(2572), + [anon_sym_short] = ACTIONS(2572), + [sym_primitive_type] = ACTIONS(2572), + [anon_sym_enum] = ACTIONS(2572), + [anon_sym_class] = ACTIONS(2572), + [anon_sym_struct] = ACTIONS(2572), + [anon_sym_union] = ACTIONS(2572), + [anon_sym_if] = ACTIONS(2572), + [anon_sym_else] = ACTIONS(2572), + [anon_sym_switch] = ACTIONS(2572), + [anon_sym_case] = ACTIONS(2572), + [anon_sym_default] = ACTIONS(2572), + [anon_sym_while] = ACTIONS(2572), + [anon_sym_do] = ACTIONS(2572), + [anon_sym_for] = ACTIONS(2572), + [anon_sym_return] = ACTIONS(2572), + [anon_sym_break] = ACTIONS(2572), + [anon_sym_continue] = ACTIONS(2572), + [anon_sym_goto] = ACTIONS(2572), + [anon_sym_not] = ACTIONS(2572), + [anon_sym_compl] = ACTIONS(2572), + [anon_sym_DASH_DASH] = ACTIONS(2574), + [anon_sym_PLUS_PLUS] = ACTIONS(2574), + [anon_sym_sizeof] = ACTIONS(2572), + [sym_number_literal] = ACTIONS(2574), + [anon_sym_L_SQUOTE] = ACTIONS(2574), + [anon_sym_u_SQUOTE] = ACTIONS(2574), + [anon_sym_U_SQUOTE] = ACTIONS(2574), + [anon_sym_u8_SQUOTE] = ACTIONS(2574), + [anon_sym_SQUOTE] = ACTIONS(2574), + [anon_sym_L_DQUOTE] = ACTIONS(2574), + [anon_sym_u_DQUOTE] = ACTIONS(2574), + [anon_sym_U_DQUOTE] = ACTIONS(2574), + [anon_sym_u8_DQUOTE] = ACTIONS(2574), + [anon_sym_DQUOTE] = ACTIONS(2574), + [sym_true] = ACTIONS(2572), + [sym_false] = ACTIONS(2572), + [sym_null] = ACTIONS(2572), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2584), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_delete] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2584), - [anon_sym_namespace] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_concept] = ACTIONS(2584), - [anon_sym_co_return] = ACTIONS(2584), - [anon_sym_co_yield] = ACTIONS(2584), - [anon_sym_R_DQUOTE] = ACTIONS(2586), - [anon_sym_LR_DQUOTE] = ACTIONS(2586), - [anon_sym_uR_DQUOTE] = ACTIONS(2586), - [anon_sym_UR_DQUOTE] = ACTIONS(2586), - [anon_sym_u8R_DQUOTE] = ACTIONS(2586), - [anon_sym_co_await] = ACTIONS(2584), - [anon_sym_new] = ACTIONS(2584), - [anon_sym_requires] = ACTIONS(2584), - [sym_this] = ACTIONS(2584), - [sym_nullptr] = ACTIONS(2584), + [sym_auto] = ACTIONS(2572), + [anon_sym_decltype] = ACTIONS(2572), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(2572), + [anon_sym_typename] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(2572), + [anon_sym_operator] = ACTIONS(2572), + [anon_sym_try] = ACTIONS(2572), + [anon_sym_delete] = ACTIONS(2572), + [anon_sym_throw] = ACTIONS(2572), + [anon_sym_namespace] = ACTIONS(2572), + [anon_sym_using] = ACTIONS(2572), + [anon_sym_static_assert] = ACTIONS(2572), + [anon_sym_concept] = ACTIONS(2572), + [anon_sym_co_return] = ACTIONS(2572), + [anon_sym_co_yield] = ACTIONS(2572), + [anon_sym_R_DQUOTE] = ACTIONS(2574), + [anon_sym_LR_DQUOTE] = ACTIONS(2574), + [anon_sym_uR_DQUOTE] = ACTIONS(2574), + [anon_sym_UR_DQUOTE] = ACTIONS(2574), + [anon_sym_u8R_DQUOTE] = ACTIONS(2574), + [anon_sym_co_await] = ACTIONS(2572), + [anon_sym_new] = ACTIONS(2572), + [anon_sym_requires] = ACTIONS(2572), + [sym_this] = ACTIONS(2572), + [sym_nullptr] = ACTIONS(2572), }, - [814] = { + [874] = { + [ts_builtin_sym_end] = ACTIONS(2646), [sym_identifier] = ACTIONS(2644), [aux_sym_preproc_include_token1] = ACTIONS(2644), [aux_sym_preproc_def_token1] = ACTIONS(2644), @@ -130528,7 +137067,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2644), [anon_sym___vectorcall] = ACTIONS(2644), [anon_sym_LBRACE] = ACTIONS(2646), - [anon_sym_RBRACE] = ACTIONS(2646), [anon_sym_LBRACK] = ACTIONS(2644), [anon_sym_static] = ACTIONS(2644), [anon_sym_register] = ACTIONS(2644), @@ -130610,7 +137148,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2644), [sym_nullptr] = ACTIONS(2644), }, - [815] = { + [875] = { + [ts_builtin_sym_end] = ACTIONS(2650), [sym_identifier] = ACTIONS(2648), [aux_sym_preproc_include_token1] = ACTIONS(2648), [aux_sym_preproc_def_token1] = ACTIONS(2648), @@ -130641,7 +137180,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2648), [anon_sym___vectorcall] = ACTIONS(2648), [anon_sym_LBRACE] = ACTIONS(2650), - [anon_sym_RBRACE] = ACTIONS(2650), [anon_sym_LBRACK] = ACTIONS(2648), [anon_sym_static] = ACTIONS(2648), [anon_sym_register] = ACTIONS(2648), @@ -130723,7180 +137261,400 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2648), [sym_nullptr] = ACTIONS(2648), }, - [816] = { - [ts_builtin_sym_end] = ACTIONS(2352), - [sym_identifier] = ACTIONS(2354), - [aux_sym_preproc_include_token1] = ACTIONS(2354), - [aux_sym_preproc_def_token1] = ACTIONS(2354), - [anon_sym_COMMA] = ACTIONS(2528), - [aux_sym_preproc_if_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2354), - [sym_preproc_directive] = ACTIONS(2354), - [anon_sym_LPAREN2] = ACTIONS(2352), - [anon_sym_BANG] = ACTIONS(2352), - [anon_sym_TILDE] = ACTIONS(2352), - [anon_sym_DASH] = ACTIONS(2354), - [anon_sym_PLUS] = ACTIONS(2354), - [anon_sym_STAR] = ACTIONS(2352), - [anon_sym_AMP_AMP] = ACTIONS(2352), - [anon_sym_AMP] = ACTIONS(2354), - [anon_sym_SEMI] = ACTIONS(2528), - [anon_sym_typedef] = ACTIONS(2354), - [anon_sym_extern] = ACTIONS(2354), - [anon_sym___attribute__] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2352), - [anon_sym___declspec] = ACTIONS(2354), - [anon_sym___based] = ACTIONS(2354), - [anon_sym___cdecl] = ACTIONS(2354), - [anon_sym___clrcall] = ACTIONS(2354), - [anon_sym___stdcall] = ACTIONS(2354), - [anon_sym___fastcall] = ACTIONS(2354), - [anon_sym___thiscall] = ACTIONS(2354), - [anon_sym___vectorcall] = ACTIONS(2354), - [anon_sym_LBRACE] = ACTIONS(2352), - [anon_sym_LBRACK] = ACTIONS(2354), - [anon_sym_static] = ACTIONS(2354), - [anon_sym_register] = ACTIONS(2354), - [anon_sym_inline] = ACTIONS(2354), - [anon_sym_thread_local] = ACTIONS(2354), - [anon_sym_const] = ACTIONS(2354), - [anon_sym_volatile] = ACTIONS(2354), - [anon_sym_restrict] = ACTIONS(2354), - [anon_sym__Atomic] = ACTIONS(2354), - [anon_sym_mutable] = ACTIONS(2354), - [anon_sym_constexpr] = ACTIONS(2354), - [anon_sym_constinit] = ACTIONS(2354), - [anon_sym_consteval] = ACTIONS(2354), - [anon_sym_signed] = ACTIONS(2354), - [anon_sym_unsigned] = ACTIONS(2354), - [anon_sym_long] = ACTIONS(2354), - [anon_sym_short] = ACTIONS(2354), - [sym_primitive_type] = ACTIONS(2354), - [anon_sym_enum] = ACTIONS(2354), - [anon_sym_class] = ACTIONS(2354), - [anon_sym_struct] = ACTIONS(2354), - [anon_sym_union] = ACTIONS(2354), - [anon_sym_if] = ACTIONS(2354), - [anon_sym_switch] = ACTIONS(2354), - [anon_sym_case] = ACTIONS(2354), - [anon_sym_default] = ACTIONS(2354), - [anon_sym_while] = ACTIONS(2354), - [anon_sym_do] = ACTIONS(2354), - [anon_sym_for] = ACTIONS(2354), - [anon_sym_return] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_goto] = ACTIONS(2354), - [anon_sym_not] = ACTIONS(2354), - [anon_sym_compl] = ACTIONS(2354), - [anon_sym_DASH_DASH] = ACTIONS(2352), - [anon_sym_PLUS_PLUS] = ACTIONS(2352), - [anon_sym_sizeof] = ACTIONS(2354), - [sym_number_literal] = ACTIONS(2352), - [anon_sym_L_SQUOTE] = ACTIONS(2352), - [anon_sym_u_SQUOTE] = ACTIONS(2352), - [anon_sym_U_SQUOTE] = ACTIONS(2352), - [anon_sym_u8_SQUOTE] = ACTIONS(2352), - [anon_sym_SQUOTE] = ACTIONS(2352), - [anon_sym_L_DQUOTE] = ACTIONS(2352), - [anon_sym_u_DQUOTE] = ACTIONS(2352), - [anon_sym_U_DQUOTE] = ACTIONS(2352), - [anon_sym_u8_DQUOTE] = ACTIONS(2352), - [anon_sym_DQUOTE] = ACTIONS(2352), - [sym_true] = ACTIONS(2354), - [sym_false] = ACTIONS(2354), - [sym_null] = ACTIONS(2354), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2354), - [anon_sym_decltype] = ACTIONS(2354), - [anon_sym_virtual] = ACTIONS(2354), - [anon_sym_explicit] = ACTIONS(2354), - [anon_sym_typename] = ACTIONS(2354), - [anon_sym_template] = ACTIONS(2354), - [anon_sym_operator] = ACTIONS(2354), - [anon_sym_try] = ACTIONS(2354), - [anon_sym_delete] = ACTIONS(2354), - [anon_sym_throw] = ACTIONS(2354), - [anon_sym_namespace] = ACTIONS(2354), - [anon_sym_using] = ACTIONS(2354), - [anon_sym_static_assert] = ACTIONS(2354), - [anon_sym_concept] = ACTIONS(2354), - [anon_sym_co_return] = ACTIONS(2354), - [anon_sym_co_yield] = ACTIONS(2354), - [anon_sym_R_DQUOTE] = ACTIONS(2352), - [anon_sym_LR_DQUOTE] = ACTIONS(2352), - [anon_sym_uR_DQUOTE] = ACTIONS(2352), - [anon_sym_UR_DQUOTE] = ACTIONS(2352), - [anon_sym_u8R_DQUOTE] = ACTIONS(2352), - [anon_sym_co_await] = ACTIONS(2354), - [anon_sym_new] = ACTIONS(2354), - [anon_sym_requires] = ACTIONS(2354), - [sym_this] = ACTIONS(2354), - [sym_nullptr] = ACTIONS(2354), - }, - [817] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [818] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [819] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [820] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [821] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [822] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [823] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [824] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [825] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [826] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [827] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [828] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [829] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [830] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [831] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [832] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [833] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [834] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [835] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [836] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [837] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [838] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [839] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [840] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [841] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [842] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [843] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [844] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [845] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [846] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [847] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [848] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [849] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [850] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [851] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [852] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [853] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [854] = { - [ts_builtin_sym_end] = ACTIONS(2568), - [sym_identifier] = ACTIONS(2566), - [aux_sym_preproc_include_token1] = ACTIONS(2566), - [aux_sym_preproc_def_token1] = ACTIONS(2566), - [aux_sym_preproc_if_token1] = ACTIONS(2566), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2566), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2566), - [sym_preproc_directive] = ACTIONS(2566), - [anon_sym_LPAREN2] = ACTIONS(2568), - [anon_sym_BANG] = ACTIONS(2568), - [anon_sym_TILDE] = ACTIONS(2568), - [anon_sym_DASH] = ACTIONS(2566), - [anon_sym_PLUS] = ACTIONS(2566), - [anon_sym_STAR] = ACTIONS(2568), - [anon_sym_AMP_AMP] = ACTIONS(2568), - [anon_sym_AMP] = ACTIONS(2566), - [anon_sym_SEMI] = ACTIONS(2568), - [anon_sym_typedef] = ACTIONS(2566), - [anon_sym_extern] = ACTIONS(2566), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2568), - [anon_sym___declspec] = ACTIONS(2566), - [anon_sym___based] = ACTIONS(2566), - [anon_sym___cdecl] = ACTIONS(2566), - [anon_sym___clrcall] = ACTIONS(2566), - [anon_sym___stdcall] = ACTIONS(2566), - [anon_sym___fastcall] = ACTIONS(2566), - [anon_sym___thiscall] = ACTIONS(2566), - [anon_sym___vectorcall] = ACTIONS(2566), - [anon_sym_LBRACE] = ACTIONS(2568), - [anon_sym_LBRACK] = ACTIONS(2566), - [anon_sym_static] = ACTIONS(2566), - [anon_sym_register] = ACTIONS(2566), - [anon_sym_inline] = ACTIONS(2566), - [anon_sym_thread_local] = ACTIONS(2566), - [anon_sym_const] = ACTIONS(2566), - [anon_sym_volatile] = ACTIONS(2566), - [anon_sym_restrict] = ACTIONS(2566), - [anon_sym__Atomic] = ACTIONS(2566), - [anon_sym_mutable] = ACTIONS(2566), - [anon_sym_constexpr] = ACTIONS(2566), - [anon_sym_constinit] = ACTIONS(2566), - [anon_sym_consteval] = ACTIONS(2566), - [anon_sym_signed] = ACTIONS(2566), - [anon_sym_unsigned] = ACTIONS(2566), - [anon_sym_long] = ACTIONS(2566), - [anon_sym_short] = ACTIONS(2566), - [sym_primitive_type] = ACTIONS(2566), - [anon_sym_enum] = ACTIONS(2566), - [anon_sym_class] = ACTIONS(2566), - [anon_sym_struct] = ACTIONS(2566), - [anon_sym_union] = ACTIONS(2566), - [anon_sym_if] = ACTIONS(2566), - [anon_sym_else] = ACTIONS(2916), - [anon_sym_switch] = ACTIONS(2566), - [anon_sym_case] = ACTIONS(2566), - [anon_sym_default] = ACTIONS(2566), - [anon_sym_while] = ACTIONS(2566), - [anon_sym_do] = ACTIONS(2566), - [anon_sym_for] = ACTIONS(2566), - [anon_sym_return] = ACTIONS(2566), - [anon_sym_break] = ACTIONS(2566), - [anon_sym_continue] = ACTIONS(2566), - [anon_sym_goto] = ACTIONS(2566), - [anon_sym_not] = ACTIONS(2566), - [anon_sym_compl] = ACTIONS(2566), - [anon_sym_DASH_DASH] = ACTIONS(2568), - [anon_sym_PLUS_PLUS] = ACTIONS(2568), - [anon_sym_sizeof] = ACTIONS(2566), - [sym_number_literal] = ACTIONS(2568), - [anon_sym_L_SQUOTE] = ACTIONS(2568), - [anon_sym_u_SQUOTE] = ACTIONS(2568), - [anon_sym_U_SQUOTE] = ACTIONS(2568), - [anon_sym_u8_SQUOTE] = ACTIONS(2568), - [anon_sym_SQUOTE] = ACTIONS(2568), - [anon_sym_L_DQUOTE] = ACTIONS(2568), - [anon_sym_u_DQUOTE] = ACTIONS(2568), - [anon_sym_U_DQUOTE] = ACTIONS(2568), - [anon_sym_u8_DQUOTE] = ACTIONS(2568), - [anon_sym_DQUOTE] = ACTIONS(2568), - [sym_true] = ACTIONS(2566), - [sym_false] = ACTIONS(2566), - [sym_null] = ACTIONS(2566), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2566), - [anon_sym_decltype] = ACTIONS(2566), - [anon_sym_virtual] = ACTIONS(2566), - [anon_sym_explicit] = ACTIONS(2566), - [anon_sym_typename] = ACTIONS(2566), - [anon_sym_template] = ACTIONS(2566), - [anon_sym_operator] = ACTIONS(2566), - [anon_sym_try] = ACTIONS(2566), - [anon_sym_delete] = ACTIONS(2566), - [anon_sym_throw] = ACTIONS(2566), - [anon_sym_namespace] = ACTIONS(2566), - [anon_sym_using] = ACTIONS(2566), - [anon_sym_static_assert] = ACTIONS(2566), - [anon_sym_concept] = ACTIONS(2566), - [anon_sym_co_return] = ACTIONS(2566), - [anon_sym_co_yield] = ACTIONS(2566), - [anon_sym_R_DQUOTE] = ACTIONS(2568), - [anon_sym_LR_DQUOTE] = ACTIONS(2568), - [anon_sym_uR_DQUOTE] = ACTIONS(2568), - [anon_sym_UR_DQUOTE] = ACTIONS(2568), - [anon_sym_u8R_DQUOTE] = ACTIONS(2568), - [anon_sym_co_await] = ACTIONS(2566), - [anon_sym_new] = ACTIONS(2566), - [anon_sym_requires] = ACTIONS(2566), - [sym_this] = ACTIONS(2566), - [sym_nullptr] = ACTIONS(2566), - }, - [855] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [856] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [857] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [858] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [859] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [860] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [861] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [862] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [863] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [864] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [865] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [866] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [867] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [868] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [869] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [870] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [871] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [872] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [873] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [874] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [875] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, [876] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [ts_builtin_sym_end] = ACTIONS(2640), + [sym_identifier] = ACTIONS(2638), + [aux_sym_preproc_include_token1] = ACTIONS(2638), + [aux_sym_preproc_def_token1] = ACTIONS(2638), + [aux_sym_preproc_if_token1] = ACTIONS(2638), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2638), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2638), + [sym_preproc_directive] = ACTIONS(2638), + [anon_sym_LPAREN2] = ACTIONS(2640), + [anon_sym_BANG] = ACTIONS(2640), + [anon_sym_TILDE] = ACTIONS(2640), + [anon_sym_DASH] = ACTIONS(2638), + [anon_sym_PLUS] = ACTIONS(2638), + [anon_sym_STAR] = ACTIONS(2640), + [anon_sym_AMP_AMP] = ACTIONS(2640), + [anon_sym_AMP] = ACTIONS(2638), + [anon_sym_SEMI] = ACTIONS(2640), + [anon_sym_typedef] = ACTIONS(2638), + [anon_sym_extern] = ACTIONS(2638), + [anon_sym___attribute__] = ACTIONS(2638), + [anon_sym_COLON_COLON] = ACTIONS(2640), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2640), + [anon_sym___declspec] = ACTIONS(2638), + [anon_sym___based] = ACTIONS(2638), + [anon_sym___cdecl] = ACTIONS(2638), + [anon_sym___clrcall] = ACTIONS(2638), + [anon_sym___stdcall] = ACTIONS(2638), + [anon_sym___fastcall] = ACTIONS(2638), + [anon_sym___thiscall] = ACTIONS(2638), + [anon_sym___vectorcall] = ACTIONS(2638), + [anon_sym_LBRACE] = ACTIONS(2640), + [anon_sym_LBRACK] = ACTIONS(2638), + [anon_sym_static] = ACTIONS(2638), + [anon_sym_register] = ACTIONS(2638), + [anon_sym_inline] = ACTIONS(2638), + [anon_sym_thread_local] = ACTIONS(2638), + [anon_sym_const] = ACTIONS(2638), + [anon_sym_volatile] = ACTIONS(2638), + [anon_sym_restrict] = ACTIONS(2638), + [anon_sym__Atomic] = ACTIONS(2638), + [anon_sym_mutable] = ACTIONS(2638), + [anon_sym_constexpr] = ACTIONS(2638), + [anon_sym_constinit] = ACTIONS(2638), + [anon_sym_consteval] = ACTIONS(2638), + [anon_sym_signed] = ACTIONS(2638), + [anon_sym_unsigned] = ACTIONS(2638), + [anon_sym_long] = ACTIONS(2638), + [anon_sym_short] = ACTIONS(2638), + [sym_primitive_type] = ACTIONS(2638), + [anon_sym_enum] = ACTIONS(2638), + [anon_sym_class] = ACTIONS(2638), + [anon_sym_struct] = ACTIONS(2638), + [anon_sym_union] = ACTIONS(2638), + [anon_sym_if] = ACTIONS(2638), + [anon_sym_else] = ACTIONS(2638), + [anon_sym_switch] = ACTIONS(2638), + [anon_sym_case] = ACTIONS(2638), + [anon_sym_default] = ACTIONS(2638), + [anon_sym_while] = ACTIONS(2638), + [anon_sym_do] = ACTIONS(2638), + [anon_sym_for] = ACTIONS(2638), + [anon_sym_return] = ACTIONS(2638), + [anon_sym_break] = ACTIONS(2638), + [anon_sym_continue] = ACTIONS(2638), + [anon_sym_goto] = ACTIONS(2638), + [anon_sym_not] = ACTIONS(2638), + [anon_sym_compl] = ACTIONS(2638), + [anon_sym_DASH_DASH] = ACTIONS(2640), + [anon_sym_PLUS_PLUS] = ACTIONS(2640), + [anon_sym_sizeof] = ACTIONS(2638), + [sym_number_literal] = ACTIONS(2640), + [anon_sym_L_SQUOTE] = ACTIONS(2640), + [anon_sym_u_SQUOTE] = ACTIONS(2640), + [anon_sym_U_SQUOTE] = ACTIONS(2640), + [anon_sym_u8_SQUOTE] = ACTIONS(2640), + [anon_sym_SQUOTE] = ACTIONS(2640), + [anon_sym_L_DQUOTE] = ACTIONS(2640), + [anon_sym_u_DQUOTE] = ACTIONS(2640), + [anon_sym_U_DQUOTE] = ACTIONS(2640), + [anon_sym_u8_DQUOTE] = ACTIONS(2640), + [anon_sym_DQUOTE] = ACTIONS(2640), + [sym_true] = ACTIONS(2638), + [sym_false] = ACTIONS(2638), + [sym_null] = ACTIONS(2638), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2638), + [anon_sym_decltype] = ACTIONS(2638), + [anon_sym_virtual] = ACTIONS(2638), + [anon_sym_explicit] = ACTIONS(2638), + [anon_sym_typename] = ACTIONS(2638), + [anon_sym_template] = ACTIONS(2638), + [anon_sym_operator] = ACTIONS(2638), + [anon_sym_try] = ACTIONS(2638), + [anon_sym_delete] = ACTIONS(2638), + [anon_sym_throw] = ACTIONS(2638), + [anon_sym_namespace] = ACTIONS(2638), + [anon_sym_using] = ACTIONS(2638), + [anon_sym_static_assert] = ACTIONS(2638), + [anon_sym_concept] = ACTIONS(2638), + [anon_sym_co_return] = ACTIONS(2638), + [anon_sym_co_yield] = ACTIONS(2638), + [anon_sym_R_DQUOTE] = ACTIONS(2640), + [anon_sym_LR_DQUOTE] = ACTIONS(2640), + [anon_sym_uR_DQUOTE] = ACTIONS(2640), + [anon_sym_UR_DQUOTE] = ACTIONS(2640), + [anon_sym_u8R_DQUOTE] = ACTIONS(2640), + [anon_sym_co_await] = ACTIONS(2638), + [anon_sym_new] = ACTIONS(2638), + [anon_sym_requires] = ACTIONS(2638), + [sym_this] = ACTIONS(2638), + [sym_nullptr] = ACTIONS(2638), }, [877] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2534), + [sym_identifier] = ACTIONS(2532), + [aux_sym_preproc_include_token1] = ACTIONS(2532), + [aux_sym_preproc_def_token1] = ACTIONS(2532), + [aux_sym_preproc_if_token1] = ACTIONS(2532), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2532), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2532), + [sym_preproc_directive] = ACTIONS(2532), + [anon_sym_LPAREN2] = ACTIONS(2534), + [anon_sym_BANG] = ACTIONS(2534), + [anon_sym_TILDE] = ACTIONS(2534), + [anon_sym_DASH] = ACTIONS(2532), + [anon_sym_PLUS] = ACTIONS(2532), + [anon_sym_STAR] = ACTIONS(2534), + [anon_sym_AMP_AMP] = ACTIONS(2534), + [anon_sym_AMP] = ACTIONS(2532), + [anon_sym_SEMI] = ACTIONS(2534), + [anon_sym_typedef] = ACTIONS(2532), + [anon_sym_extern] = ACTIONS(2532), + [anon_sym___attribute__] = ACTIONS(2532), + [anon_sym_COLON_COLON] = ACTIONS(2534), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2534), + [anon_sym___declspec] = ACTIONS(2532), + [anon_sym___based] = ACTIONS(2532), + [anon_sym___cdecl] = ACTIONS(2532), + [anon_sym___clrcall] = ACTIONS(2532), + [anon_sym___stdcall] = ACTIONS(2532), + [anon_sym___fastcall] = ACTIONS(2532), + [anon_sym___thiscall] = ACTIONS(2532), + [anon_sym___vectorcall] = ACTIONS(2532), + [anon_sym_LBRACE] = ACTIONS(2534), + [anon_sym_LBRACK] = ACTIONS(2532), + [anon_sym_static] = ACTIONS(2532), + [anon_sym_register] = ACTIONS(2532), + [anon_sym_inline] = ACTIONS(2532), + [anon_sym_thread_local] = ACTIONS(2532), + [anon_sym_const] = ACTIONS(2532), + [anon_sym_volatile] = ACTIONS(2532), + [anon_sym_restrict] = ACTIONS(2532), + [anon_sym__Atomic] = ACTIONS(2532), + [anon_sym_mutable] = ACTIONS(2532), + [anon_sym_constexpr] = ACTIONS(2532), + [anon_sym_constinit] = ACTIONS(2532), + [anon_sym_consteval] = ACTIONS(2532), + [anon_sym_signed] = ACTIONS(2532), + [anon_sym_unsigned] = ACTIONS(2532), + [anon_sym_long] = ACTIONS(2532), + [anon_sym_short] = ACTIONS(2532), + [sym_primitive_type] = ACTIONS(2532), + [anon_sym_enum] = ACTIONS(2532), + [anon_sym_class] = ACTIONS(2532), + [anon_sym_struct] = ACTIONS(2532), + [anon_sym_union] = ACTIONS(2532), + [anon_sym_if] = ACTIONS(2532), + [anon_sym_else] = ACTIONS(2532), + [anon_sym_switch] = ACTIONS(2532), + [anon_sym_case] = ACTIONS(2532), + [anon_sym_default] = ACTIONS(2532), + [anon_sym_while] = ACTIONS(2532), + [anon_sym_do] = ACTIONS(2532), + [anon_sym_for] = ACTIONS(2532), + [anon_sym_return] = ACTIONS(2532), + [anon_sym_break] = ACTIONS(2532), + [anon_sym_continue] = ACTIONS(2532), + [anon_sym_goto] = ACTIONS(2532), + [anon_sym_not] = ACTIONS(2532), + [anon_sym_compl] = ACTIONS(2532), + [anon_sym_DASH_DASH] = ACTIONS(2534), + [anon_sym_PLUS_PLUS] = ACTIONS(2534), + [anon_sym_sizeof] = ACTIONS(2532), + [sym_number_literal] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2534), + [anon_sym_u_SQUOTE] = ACTIONS(2534), + [anon_sym_U_SQUOTE] = ACTIONS(2534), + [anon_sym_u8_SQUOTE] = ACTIONS(2534), + [anon_sym_SQUOTE] = ACTIONS(2534), + [anon_sym_L_DQUOTE] = ACTIONS(2534), + [anon_sym_u_DQUOTE] = ACTIONS(2534), + [anon_sym_U_DQUOTE] = ACTIONS(2534), + [anon_sym_u8_DQUOTE] = ACTIONS(2534), + [anon_sym_DQUOTE] = ACTIONS(2534), + [sym_true] = ACTIONS(2532), + [sym_false] = ACTIONS(2532), + [sym_null] = ACTIONS(2532), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2532), + [anon_sym_decltype] = ACTIONS(2532), + [anon_sym_virtual] = ACTIONS(2532), + [anon_sym_explicit] = ACTIONS(2532), + [anon_sym_typename] = ACTIONS(2532), + [anon_sym_template] = ACTIONS(2532), + [anon_sym_operator] = ACTIONS(2532), + [anon_sym_try] = ACTIONS(2532), + [anon_sym_delete] = ACTIONS(2532), + [anon_sym_throw] = ACTIONS(2532), + [anon_sym_namespace] = ACTIONS(2532), + [anon_sym_using] = ACTIONS(2532), + [anon_sym_static_assert] = ACTIONS(2532), + [anon_sym_concept] = ACTIONS(2532), + [anon_sym_co_return] = ACTIONS(2532), + [anon_sym_co_yield] = ACTIONS(2532), + [anon_sym_R_DQUOTE] = ACTIONS(2534), + [anon_sym_LR_DQUOTE] = ACTIONS(2534), + [anon_sym_uR_DQUOTE] = ACTIONS(2534), + [anon_sym_UR_DQUOTE] = ACTIONS(2534), + [anon_sym_u8R_DQUOTE] = ACTIONS(2534), + [anon_sym_co_await] = ACTIONS(2532), + [anon_sym_new] = ACTIONS(2532), + [anon_sym_requires] = ACTIONS(2532), + [sym_this] = ACTIONS(2532), + [sym_nullptr] = ACTIONS(2532), }, [878] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2494), + [aux_sym_preproc_include_token1] = ACTIONS(2494), + [aux_sym_preproc_def_token1] = ACTIONS(2494), + [aux_sym_preproc_if_token1] = ACTIONS(2494), + [aux_sym_preproc_if_token2] = ACTIONS(2494), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2494), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2494), + [sym_preproc_directive] = ACTIONS(2494), + [anon_sym_LPAREN2] = ACTIONS(2496), + [anon_sym_BANG] = ACTIONS(2496), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2494), + [anon_sym_PLUS] = ACTIONS(2494), + [anon_sym_STAR] = ACTIONS(2496), + [anon_sym_AMP_AMP] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2494), + [anon_sym_SEMI] = ACTIONS(2496), + [anon_sym_typedef] = ACTIONS(2494), + [anon_sym_extern] = ACTIONS(2494), + [anon_sym___attribute__] = ACTIONS(2494), + [anon_sym_COLON_COLON] = ACTIONS(2496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2496), + [anon_sym___declspec] = ACTIONS(2494), + [anon_sym___based] = ACTIONS(2494), + [anon_sym___cdecl] = ACTIONS(2494), + [anon_sym___clrcall] = ACTIONS(2494), + [anon_sym___stdcall] = ACTIONS(2494), + [anon_sym___fastcall] = ACTIONS(2494), + [anon_sym___thiscall] = ACTIONS(2494), + [anon_sym___vectorcall] = ACTIONS(2494), + [anon_sym_LBRACE] = ACTIONS(2496), + [anon_sym_LBRACK] = ACTIONS(2494), + [anon_sym_static] = ACTIONS(2494), + [anon_sym_register] = ACTIONS(2494), + [anon_sym_inline] = ACTIONS(2494), + [anon_sym_thread_local] = ACTIONS(2494), + [anon_sym_const] = ACTIONS(2494), + [anon_sym_volatile] = ACTIONS(2494), + [anon_sym_restrict] = ACTIONS(2494), + [anon_sym__Atomic] = ACTIONS(2494), + [anon_sym_mutable] = ACTIONS(2494), + [anon_sym_constexpr] = ACTIONS(2494), + [anon_sym_constinit] = ACTIONS(2494), + [anon_sym_consteval] = ACTIONS(2494), + [anon_sym_signed] = ACTIONS(2494), + [anon_sym_unsigned] = ACTIONS(2494), + [anon_sym_long] = ACTIONS(2494), + [anon_sym_short] = ACTIONS(2494), + [sym_primitive_type] = ACTIONS(2494), + [anon_sym_enum] = ACTIONS(2494), + [anon_sym_class] = ACTIONS(2494), + [anon_sym_struct] = ACTIONS(2494), + [anon_sym_union] = ACTIONS(2494), + [anon_sym_if] = ACTIONS(2494), + [anon_sym_else] = ACTIONS(2494), + [anon_sym_switch] = ACTIONS(2494), + [anon_sym_case] = ACTIONS(2494), + [anon_sym_default] = ACTIONS(2494), + [anon_sym_while] = ACTIONS(2494), + [anon_sym_do] = ACTIONS(2494), + [anon_sym_for] = ACTIONS(2494), + [anon_sym_return] = ACTIONS(2494), + [anon_sym_break] = ACTIONS(2494), + [anon_sym_continue] = ACTIONS(2494), + [anon_sym_goto] = ACTIONS(2494), + [anon_sym_not] = ACTIONS(2494), + [anon_sym_compl] = ACTIONS(2494), + [anon_sym_DASH_DASH] = ACTIONS(2496), + [anon_sym_PLUS_PLUS] = ACTIONS(2496), + [anon_sym_sizeof] = ACTIONS(2494), + [sym_number_literal] = ACTIONS(2496), + [anon_sym_L_SQUOTE] = ACTIONS(2496), + [anon_sym_u_SQUOTE] = ACTIONS(2496), + [anon_sym_U_SQUOTE] = ACTIONS(2496), + [anon_sym_u8_SQUOTE] = ACTIONS(2496), + [anon_sym_SQUOTE] = ACTIONS(2496), + [anon_sym_L_DQUOTE] = ACTIONS(2496), + [anon_sym_u_DQUOTE] = ACTIONS(2496), + [anon_sym_U_DQUOTE] = ACTIONS(2496), + [anon_sym_u8_DQUOTE] = ACTIONS(2496), + [anon_sym_DQUOTE] = ACTIONS(2496), + [sym_true] = ACTIONS(2494), + [sym_false] = ACTIONS(2494), + [sym_null] = ACTIONS(2494), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2494), + [anon_sym_decltype] = ACTIONS(2494), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_explicit] = ACTIONS(2494), + [anon_sym_typename] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2494), + [anon_sym_operator] = ACTIONS(2494), + [anon_sym_try] = ACTIONS(2494), + [anon_sym_delete] = ACTIONS(2494), + [anon_sym_throw] = ACTIONS(2494), + [anon_sym_namespace] = ACTIONS(2494), + [anon_sym_using] = ACTIONS(2494), + [anon_sym_static_assert] = ACTIONS(2494), + [anon_sym_concept] = ACTIONS(2494), + [anon_sym_co_return] = ACTIONS(2494), + [anon_sym_co_yield] = ACTIONS(2494), + [anon_sym_R_DQUOTE] = ACTIONS(2496), + [anon_sym_LR_DQUOTE] = ACTIONS(2496), + [anon_sym_uR_DQUOTE] = ACTIONS(2496), + [anon_sym_UR_DQUOTE] = ACTIONS(2496), + [anon_sym_u8R_DQUOTE] = ACTIONS(2496), + [anon_sym_co_await] = ACTIONS(2494), + [anon_sym_new] = ACTIONS(2494), + [anon_sym_requires] = ACTIONS(2494), + [sym_this] = ACTIONS(2494), + [sym_nullptr] = ACTIONS(2494), }, [879] = { - [sym__expression] = STATE(3443), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(3444), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), + [sym__expression] = STATE(3499), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(3497), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), [anon_sym_COMMA] = ACTIONS(1505), [anon_sym_RPAREN] = ACTIONS(1505), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(25), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), [anon_sym_SLASH] = ACTIONS(1513), [anon_sym_PERCENT] = ACTIONS(1505), [anon_sym_PIPE_PIPE] = ACTIONS(1505), [anon_sym_AMP_AMP] = ACTIONS(1505), [anon_sym_PIPE] = ACTIONS(1513), [anon_sym_CARET] = ACTIONS(1505), - [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(970), [anon_sym_EQ_EQ] = ACTIONS(1505), [anon_sym_BANG_EQ] = ACTIONS(1505), [anon_sym_GT] = ACTIONS(1513), @@ -137942,7 +137700,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -137956,20376 +137714,20376 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [880] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2586), + [sym_identifier] = ACTIONS(2584), + [aux_sym_preproc_include_token1] = ACTIONS(2584), + [aux_sym_preproc_def_token1] = ACTIONS(2584), + [aux_sym_preproc_if_token1] = ACTIONS(2584), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2584), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2584), + [sym_preproc_directive] = ACTIONS(2584), + [anon_sym_LPAREN2] = ACTIONS(2586), + [anon_sym_BANG] = ACTIONS(2586), + [anon_sym_TILDE] = ACTIONS(2586), + [anon_sym_DASH] = ACTIONS(2584), + [anon_sym_PLUS] = ACTIONS(2584), + [anon_sym_STAR] = ACTIONS(2586), + [anon_sym_AMP_AMP] = ACTIONS(2586), + [anon_sym_AMP] = ACTIONS(2584), + [anon_sym_SEMI] = ACTIONS(2586), + [anon_sym_typedef] = ACTIONS(2584), + [anon_sym_extern] = ACTIONS(2584), + [anon_sym___attribute__] = ACTIONS(2584), + [anon_sym_COLON_COLON] = ACTIONS(2586), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), + [anon_sym___declspec] = ACTIONS(2584), + [anon_sym___based] = ACTIONS(2584), + [anon_sym___cdecl] = ACTIONS(2584), + [anon_sym___clrcall] = ACTIONS(2584), + [anon_sym___stdcall] = ACTIONS(2584), + [anon_sym___fastcall] = ACTIONS(2584), + [anon_sym___thiscall] = ACTIONS(2584), + [anon_sym___vectorcall] = ACTIONS(2584), + [anon_sym_LBRACE] = ACTIONS(2586), + [anon_sym_LBRACK] = ACTIONS(2584), + [anon_sym_static] = ACTIONS(2584), + [anon_sym_register] = ACTIONS(2584), + [anon_sym_inline] = ACTIONS(2584), + [anon_sym_thread_local] = ACTIONS(2584), + [anon_sym_const] = ACTIONS(2584), + [anon_sym_volatile] = ACTIONS(2584), + [anon_sym_restrict] = ACTIONS(2584), + [anon_sym__Atomic] = ACTIONS(2584), + [anon_sym_mutable] = ACTIONS(2584), + [anon_sym_constexpr] = ACTIONS(2584), + [anon_sym_constinit] = ACTIONS(2584), + [anon_sym_consteval] = ACTIONS(2584), + [anon_sym_signed] = ACTIONS(2584), + [anon_sym_unsigned] = ACTIONS(2584), + [anon_sym_long] = ACTIONS(2584), + [anon_sym_short] = ACTIONS(2584), + [sym_primitive_type] = ACTIONS(2584), + [anon_sym_enum] = ACTIONS(2584), + [anon_sym_class] = ACTIONS(2584), + [anon_sym_struct] = ACTIONS(2584), + [anon_sym_union] = ACTIONS(2584), + [anon_sym_if] = ACTIONS(2584), + [anon_sym_else] = ACTIONS(2584), + [anon_sym_switch] = ACTIONS(2584), + [anon_sym_case] = ACTIONS(2584), + [anon_sym_default] = ACTIONS(2584), + [anon_sym_while] = ACTIONS(2584), + [anon_sym_do] = ACTIONS(2584), + [anon_sym_for] = ACTIONS(2584), + [anon_sym_return] = ACTIONS(2584), + [anon_sym_break] = ACTIONS(2584), + [anon_sym_continue] = ACTIONS(2584), + [anon_sym_goto] = ACTIONS(2584), + [anon_sym_not] = ACTIONS(2584), + [anon_sym_compl] = ACTIONS(2584), + [anon_sym_DASH_DASH] = ACTIONS(2586), + [anon_sym_PLUS_PLUS] = ACTIONS(2586), + [anon_sym_sizeof] = ACTIONS(2584), + [sym_number_literal] = ACTIONS(2586), + [anon_sym_L_SQUOTE] = ACTIONS(2586), + [anon_sym_u_SQUOTE] = ACTIONS(2586), + [anon_sym_U_SQUOTE] = ACTIONS(2586), + [anon_sym_u8_SQUOTE] = ACTIONS(2586), + [anon_sym_SQUOTE] = ACTIONS(2586), + [anon_sym_L_DQUOTE] = ACTIONS(2586), + [anon_sym_u_DQUOTE] = ACTIONS(2586), + [anon_sym_U_DQUOTE] = ACTIONS(2586), + [anon_sym_u8_DQUOTE] = ACTIONS(2586), + [anon_sym_DQUOTE] = ACTIONS(2586), + [sym_true] = ACTIONS(2584), + [sym_false] = ACTIONS(2584), + [sym_null] = ACTIONS(2584), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2584), + [anon_sym_decltype] = ACTIONS(2584), + [anon_sym_virtual] = ACTIONS(2584), + [anon_sym_explicit] = ACTIONS(2584), + [anon_sym_typename] = ACTIONS(2584), + [anon_sym_template] = ACTIONS(2584), + [anon_sym_operator] = ACTIONS(2584), + [anon_sym_try] = ACTIONS(2584), + [anon_sym_delete] = ACTIONS(2584), + [anon_sym_throw] = ACTIONS(2584), + [anon_sym_namespace] = ACTIONS(2584), + [anon_sym_using] = ACTIONS(2584), + [anon_sym_static_assert] = ACTIONS(2584), + [anon_sym_concept] = ACTIONS(2584), + [anon_sym_co_return] = ACTIONS(2584), + [anon_sym_co_yield] = ACTIONS(2584), + [anon_sym_R_DQUOTE] = ACTIONS(2586), + [anon_sym_LR_DQUOTE] = ACTIONS(2586), + [anon_sym_uR_DQUOTE] = ACTIONS(2586), + [anon_sym_UR_DQUOTE] = ACTIONS(2586), + [anon_sym_u8R_DQUOTE] = ACTIONS(2586), + [anon_sym_co_await] = ACTIONS(2584), + [anon_sym_new] = ACTIONS(2584), + [anon_sym_requires] = ACTIONS(2584), + [sym_this] = ACTIONS(2584), + [sym_nullptr] = ACTIONS(2584), }, [881] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2542), + [sym_identifier] = ACTIONS(2540), + [aux_sym_preproc_include_token1] = ACTIONS(2540), + [aux_sym_preproc_def_token1] = ACTIONS(2540), + [aux_sym_preproc_if_token1] = ACTIONS(2540), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2540), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2540), + [sym_preproc_directive] = ACTIONS(2540), + [anon_sym_LPAREN2] = ACTIONS(2542), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_TILDE] = ACTIONS(2542), + [anon_sym_DASH] = ACTIONS(2540), + [anon_sym_PLUS] = ACTIONS(2540), + [anon_sym_STAR] = ACTIONS(2542), + [anon_sym_AMP_AMP] = ACTIONS(2542), + [anon_sym_AMP] = ACTIONS(2540), + [anon_sym_SEMI] = ACTIONS(2542), + [anon_sym_typedef] = ACTIONS(2540), + [anon_sym_extern] = ACTIONS(2540), + [anon_sym___attribute__] = ACTIONS(2540), + [anon_sym_COLON_COLON] = ACTIONS(2542), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2542), + [anon_sym___declspec] = ACTIONS(2540), + [anon_sym___based] = ACTIONS(2540), + [anon_sym___cdecl] = ACTIONS(2540), + [anon_sym___clrcall] = ACTIONS(2540), + [anon_sym___stdcall] = ACTIONS(2540), + [anon_sym___fastcall] = ACTIONS(2540), + [anon_sym___thiscall] = ACTIONS(2540), + [anon_sym___vectorcall] = ACTIONS(2540), + [anon_sym_LBRACE] = ACTIONS(2542), + [anon_sym_LBRACK] = ACTIONS(2540), + [anon_sym_static] = ACTIONS(2540), + [anon_sym_register] = ACTIONS(2540), + [anon_sym_inline] = ACTIONS(2540), + [anon_sym_thread_local] = ACTIONS(2540), + [anon_sym_const] = ACTIONS(2540), + [anon_sym_volatile] = ACTIONS(2540), + [anon_sym_restrict] = ACTIONS(2540), + [anon_sym__Atomic] = ACTIONS(2540), + [anon_sym_mutable] = ACTIONS(2540), + [anon_sym_constexpr] = ACTIONS(2540), + [anon_sym_constinit] = ACTIONS(2540), + [anon_sym_consteval] = ACTIONS(2540), + [anon_sym_signed] = ACTIONS(2540), + [anon_sym_unsigned] = ACTIONS(2540), + [anon_sym_long] = ACTIONS(2540), + [anon_sym_short] = ACTIONS(2540), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2540), + [anon_sym_class] = ACTIONS(2540), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_union] = ACTIONS(2540), + [anon_sym_if] = ACTIONS(2540), + [anon_sym_else] = ACTIONS(2540), + [anon_sym_switch] = ACTIONS(2540), + [anon_sym_case] = ACTIONS(2540), + [anon_sym_default] = ACTIONS(2540), + [anon_sym_while] = ACTIONS(2540), + [anon_sym_do] = ACTIONS(2540), + [anon_sym_for] = ACTIONS(2540), + [anon_sym_return] = ACTIONS(2540), + [anon_sym_break] = ACTIONS(2540), + [anon_sym_continue] = ACTIONS(2540), + [anon_sym_goto] = ACTIONS(2540), + [anon_sym_not] = ACTIONS(2540), + [anon_sym_compl] = ACTIONS(2540), + [anon_sym_DASH_DASH] = ACTIONS(2542), + [anon_sym_PLUS_PLUS] = ACTIONS(2542), + [anon_sym_sizeof] = ACTIONS(2540), + [sym_number_literal] = ACTIONS(2542), + [anon_sym_L_SQUOTE] = ACTIONS(2542), + [anon_sym_u_SQUOTE] = ACTIONS(2542), + [anon_sym_U_SQUOTE] = ACTIONS(2542), + [anon_sym_u8_SQUOTE] = ACTIONS(2542), + [anon_sym_SQUOTE] = ACTIONS(2542), + [anon_sym_L_DQUOTE] = ACTIONS(2542), + [anon_sym_u_DQUOTE] = ACTIONS(2542), + [anon_sym_U_DQUOTE] = ACTIONS(2542), + [anon_sym_u8_DQUOTE] = ACTIONS(2542), + [anon_sym_DQUOTE] = ACTIONS(2542), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [sym_null] = ACTIONS(2540), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(2540), + [anon_sym_virtual] = ACTIONS(2540), + [anon_sym_explicit] = ACTIONS(2540), + [anon_sym_typename] = ACTIONS(2540), + [anon_sym_template] = ACTIONS(2540), + [anon_sym_operator] = ACTIONS(2540), + [anon_sym_try] = ACTIONS(2540), + [anon_sym_delete] = ACTIONS(2540), + [anon_sym_throw] = ACTIONS(2540), + [anon_sym_namespace] = ACTIONS(2540), + [anon_sym_using] = ACTIONS(2540), + [anon_sym_static_assert] = ACTIONS(2540), + [anon_sym_concept] = ACTIONS(2540), + [anon_sym_co_return] = ACTIONS(2540), + [anon_sym_co_yield] = ACTIONS(2540), + [anon_sym_R_DQUOTE] = ACTIONS(2542), + [anon_sym_LR_DQUOTE] = ACTIONS(2542), + [anon_sym_uR_DQUOTE] = ACTIONS(2542), + [anon_sym_UR_DQUOTE] = ACTIONS(2542), + [anon_sym_u8R_DQUOTE] = ACTIONS(2542), + [anon_sym_co_await] = ACTIONS(2540), + [anon_sym_new] = ACTIONS(2540), + [anon_sym_requires] = ACTIONS(2540), + [sym_this] = ACTIONS(2540), + [sym_nullptr] = ACTIONS(2540), }, [882] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2468), + [sym_identifier] = ACTIONS(2466), + [aux_sym_preproc_include_token1] = ACTIONS(2466), + [aux_sym_preproc_def_token1] = ACTIONS(2466), + [aux_sym_preproc_if_token1] = ACTIONS(2466), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2466), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2466), + [sym_preproc_directive] = ACTIONS(2466), + [anon_sym_LPAREN2] = ACTIONS(2468), + [anon_sym_BANG] = ACTIONS(2468), + [anon_sym_TILDE] = ACTIONS(2468), + [anon_sym_DASH] = ACTIONS(2466), + [anon_sym_PLUS] = ACTIONS(2466), + [anon_sym_STAR] = ACTIONS(2468), + [anon_sym_AMP_AMP] = ACTIONS(2468), + [anon_sym_AMP] = ACTIONS(2466), + [anon_sym_SEMI] = ACTIONS(2468), + [anon_sym_typedef] = ACTIONS(2466), + [anon_sym_extern] = ACTIONS(2466), + [anon_sym___attribute__] = ACTIONS(2466), + [anon_sym_COLON_COLON] = ACTIONS(2468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2468), + [anon_sym___declspec] = ACTIONS(2466), + [anon_sym___based] = ACTIONS(2466), + [anon_sym___cdecl] = ACTIONS(2466), + [anon_sym___clrcall] = ACTIONS(2466), + [anon_sym___stdcall] = ACTIONS(2466), + [anon_sym___fastcall] = ACTIONS(2466), + [anon_sym___thiscall] = ACTIONS(2466), + [anon_sym___vectorcall] = ACTIONS(2466), + [anon_sym_LBRACE] = ACTIONS(2468), + [anon_sym_LBRACK] = ACTIONS(2466), + [anon_sym_static] = ACTIONS(2466), + [anon_sym_register] = ACTIONS(2466), + [anon_sym_inline] = ACTIONS(2466), + [anon_sym_thread_local] = ACTIONS(2466), + [anon_sym_const] = ACTIONS(2466), + [anon_sym_volatile] = ACTIONS(2466), + [anon_sym_restrict] = ACTIONS(2466), + [anon_sym__Atomic] = ACTIONS(2466), + [anon_sym_mutable] = ACTIONS(2466), + [anon_sym_constexpr] = ACTIONS(2466), + [anon_sym_constinit] = ACTIONS(2466), + [anon_sym_consteval] = ACTIONS(2466), + [anon_sym_signed] = ACTIONS(2466), + [anon_sym_unsigned] = ACTIONS(2466), + [anon_sym_long] = ACTIONS(2466), + [anon_sym_short] = ACTIONS(2466), + [sym_primitive_type] = ACTIONS(2466), + [anon_sym_enum] = ACTIONS(2466), + [anon_sym_class] = ACTIONS(2466), + [anon_sym_struct] = ACTIONS(2466), + [anon_sym_union] = ACTIONS(2466), + [anon_sym_if] = ACTIONS(2466), + [anon_sym_else] = ACTIONS(2466), + [anon_sym_switch] = ACTIONS(2466), + [anon_sym_case] = ACTIONS(2466), + [anon_sym_default] = ACTIONS(2466), + [anon_sym_while] = ACTIONS(2466), + [anon_sym_do] = ACTIONS(2466), + [anon_sym_for] = ACTIONS(2466), + [anon_sym_return] = ACTIONS(2466), + [anon_sym_break] = ACTIONS(2466), + [anon_sym_continue] = ACTIONS(2466), + [anon_sym_goto] = ACTIONS(2466), + [anon_sym_not] = ACTIONS(2466), + [anon_sym_compl] = ACTIONS(2466), + [anon_sym_DASH_DASH] = ACTIONS(2468), + [anon_sym_PLUS_PLUS] = ACTIONS(2468), + [anon_sym_sizeof] = ACTIONS(2466), + [sym_number_literal] = ACTIONS(2468), + [anon_sym_L_SQUOTE] = ACTIONS(2468), + [anon_sym_u_SQUOTE] = ACTIONS(2468), + [anon_sym_U_SQUOTE] = ACTIONS(2468), + [anon_sym_u8_SQUOTE] = ACTIONS(2468), + [anon_sym_SQUOTE] = ACTIONS(2468), + [anon_sym_L_DQUOTE] = ACTIONS(2468), + [anon_sym_u_DQUOTE] = ACTIONS(2468), + [anon_sym_U_DQUOTE] = ACTIONS(2468), + [anon_sym_u8_DQUOTE] = ACTIONS(2468), + [anon_sym_DQUOTE] = ACTIONS(2468), + [sym_true] = ACTIONS(2466), + [sym_false] = ACTIONS(2466), + [sym_null] = ACTIONS(2466), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2466), + [anon_sym_decltype] = ACTIONS(2466), + [anon_sym_virtual] = ACTIONS(2466), + [anon_sym_explicit] = ACTIONS(2466), + [anon_sym_typename] = ACTIONS(2466), + [anon_sym_template] = ACTIONS(2466), + [anon_sym_operator] = ACTIONS(2466), + [anon_sym_try] = ACTIONS(2466), + [anon_sym_delete] = ACTIONS(2466), + [anon_sym_throw] = ACTIONS(2466), + [anon_sym_namespace] = ACTIONS(2466), + [anon_sym_using] = ACTIONS(2466), + [anon_sym_static_assert] = ACTIONS(2466), + [anon_sym_concept] = ACTIONS(2466), + [anon_sym_co_return] = ACTIONS(2466), + [anon_sym_co_yield] = ACTIONS(2466), + [anon_sym_R_DQUOTE] = ACTIONS(2468), + [anon_sym_LR_DQUOTE] = ACTIONS(2468), + [anon_sym_uR_DQUOTE] = ACTIONS(2468), + [anon_sym_UR_DQUOTE] = ACTIONS(2468), + [anon_sym_u8R_DQUOTE] = ACTIONS(2468), + [anon_sym_co_await] = ACTIONS(2466), + [anon_sym_new] = ACTIONS(2466), + [anon_sym_requires] = ACTIONS(2466), + [sym_this] = ACTIONS(2466), + [sym_nullptr] = ACTIONS(2466), }, [883] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2488), + [aux_sym_preproc_include_token1] = ACTIONS(2488), + [aux_sym_preproc_def_token1] = ACTIONS(2488), + [aux_sym_preproc_if_token1] = ACTIONS(2488), + [aux_sym_preproc_if_token2] = ACTIONS(2488), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2488), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2488), + [sym_preproc_directive] = ACTIONS(2488), + [anon_sym_LPAREN2] = ACTIONS(2490), + [anon_sym_BANG] = ACTIONS(2490), + [anon_sym_TILDE] = ACTIONS(2490), + [anon_sym_DASH] = ACTIONS(2488), + [anon_sym_PLUS] = ACTIONS(2488), + [anon_sym_STAR] = ACTIONS(2490), + [anon_sym_AMP_AMP] = ACTIONS(2490), + [anon_sym_AMP] = ACTIONS(2488), + [anon_sym_SEMI] = ACTIONS(2490), + [anon_sym_typedef] = ACTIONS(2488), + [anon_sym_extern] = ACTIONS(2488), + [anon_sym___attribute__] = ACTIONS(2488), + [anon_sym_COLON_COLON] = ACTIONS(2490), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2490), + [anon_sym___declspec] = ACTIONS(2488), + [anon_sym___based] = ACTIONS(2488), + [anon_sym___cdecl] = ACTIONS(2488), + [anon_sym___clrcall] = ACTIONS(2488), + [anon_sym___stdcall] = ACTIONS(2488), + [anon_sym___fastcall] = ACTIONS(2488), + [anon_sym___thiscall] = ACTIONS(2488), + [anon_sym___vectorcall] = ACTIONS(2488), + [anon_sym_LBRACE] = ACTIONS(2490), + [anon_sym_LBRACK] = ACTIONS(2488), + [anon_sym_static] = ACTIONS(2488), + [anon_sym_register] = ACTIONS(2488), + [anon_sym_inline] = ACTIONS(2488), + [anon_sym_thread_local] = ACTIONS(2488), + [anon_sym_const] = ACTIONS(2488), + [anon_sym_volatile] = ACTIONS(2488), + [anon_sym_restrict] = ACTIONS(2488), + [anon_sym__Atomic] = ACTIONS(2488), + [anon_sym_mutable] = ACTIONS(2488), + [anon_sym_constexpr] = ACTIONS(2488), + [anon_sym_constinit] = ACTIONS(2488), + [anon_sym_consteval] = ACTIONS(2488), + [anon_sym_signed] = ACTIONS(2488), + [anon_sym_unsigned] = ACTIONS(2488), + [anon_sym_long] = ACTIONS(2488), + [anon_sym_short] = ACTIONS(2488), + [sym_primitive_type] = ACTIONS(2488), + [anon_sym_enum] = ACTIONS(2488), + [anon_sym_class] = ACTIONS(2488), + [anon_sym_struct] = ACTIONS(2488), + [anon_sym_union] = ACTIONS(2488), + [anon_sym_if] = ACTIONS(2488), + [anon_sym_else] = ACTIONS(2488), + [anon_sym_switch] = ACTIONS(2488), + [anon_sym_case] = ACTIONS(2488), + [anon_sym_default] = ACTIONS(2488), + [anon_sym_while] = ACTIONS(2488), + [anon_sym_do] = ACTIONS(2488), + [anon_sym_for] = ACTIONS(2488), + [anon_sym_return] = ACTIONS(2488), + [anon_sym_break] = ACTIONS(2488), + [anon_sym_continue] = ACTIONS(2488), + [anon_sym_goto] = ACTIONS(2488), + [anon_sym_not] = ACTIONS(2488), + [anon_sym_compl] = ACTIONS(2488), + [anon_sym_DASH_DASH] = ACTIONS(2490), + [anon_sym_PLUS_PLUS] = ACTIONS(2490), + [anon_sym_sizeof] = ACTIONS(2488), + [sym_number_literal] = ACTIONS(2490), + [anon_sym_L_SQUOTE] = ACTIONS(2490), + [anon_sym_u_SQUOTE] = ACTIONS(2490), + [anon_sym_U_SQUOTE] = ACTIONS(2490), + [anon_sym_u8_SQUOTE] = ACTIONS(2490), + [anon_sym_SQUOTE] = ACTIONS(2490), + [anon_sym_L_DQUOTE] = ACTIONS(2490), + [anon_sym_u_DQUOTE] = ACTIONS(2490), + [anon_sym_U_DQUOTE] = ACTIONS(2490), + [anon_sym_u8_DQUOTE] = ACTIONS(2490), + [anon_sym_DQUOTE] = ACTIONS(2490), + [sym_true] = ACTIONS(2488), + [sym_false] = ACTIONS(2488), + [sym_null] = ACTIONS(2488), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2488), + [anon_sym_decltype] = ACTIONS(2488), + [anon_sym_virtual] = ACTIONS(2488), + [anon_sym_explicit] = ACTIONS(2488), + [anon_sym_typename] = ACTIONS(2488), + [anon_sym_template] = ACTIONS(2488), + [anon_sym_operator] = ACTIONS(2488), + [anon_sym_try] = ACTIONS(2488), + [anon_sym_delete] = ACTIONS(2488), + [anon_sym_throw] = ACTIONS(2488), + [anon_sym_namespace] = ACTIONS(2488), + [anon_sym_using] = ACTIONS(2488), + [anon_sym_static_assert] = ACTIONS(2488), + [anon_sym_concept] = ACTIONS(2488), + [anon_sym_co_return] = ACTIONS(2488), + [anon_sym_co_yield] = ACTIONS(2488), + [anon_sym_R_DQUOTE] = ACTIONS(2490), + [anon_sym_LR_DQUOTE] = ACTIONS(2490), + [anon_sym_uR_DQUOTE] = ACTIONS(2490), + [anon_sym_UR_DQUOTE] = ACTIONS(2490), + [anon_sym_u8R_DQUOTE] = ACTIONS(2490), + [anon_sym_co_await] = ACTIONS(2488), + [anon_sym_new] = ACTIONS(2488), + [anon_sym_requires] = ACTIONS(2488), + [sym_this] = ACTIONS(2488), + [sym_nullptr] = ACTIONS(2488), }, [884] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2498), + [aux_sym_preproc_include_token1] = ACTIONS(2498), + [aux_sym_preproc_def_token1] = ACTIONS(2498), + [aux_sym_preproc_if_token1] = ACTIONS(2498), + [aux_sym_preproc_if_token2] = ACTIONS(2498), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2498), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2498), + [sym_preproc_directive] = ACTIONS(2498), + [anon_sym_LPAREN2] = ACTIONS(2500), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_TILDE] = ACTIONS(2500), + [anon_sym_DASH] = ACTIONS(2498), + [anon_sym_PLUS] = ACTIONS(2498), + [anon_sym_STAR] = ACTIONS(2500), + [anon_sym_AMP_AMP] = ACTIONS(2500), + [anon_sym_AMP] = ACTIONS(2498), + [anon_sym_SEMI] = ACTIONS(2500), + [anon_sym_typedef] = ACTIONS(2498), + [anon_sym_extern] = ACTIONS(2498), + [anon_sym___attribute__] = ACTIONS(2498), + [anon_sym_COLON_COLON] = ACTIONS(2500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2500), + [anon_sym___declspec] = ACTIONS(2498), + [anon_sym___based] = ACTIONS(2498), + [anon_sym___cdecl] = ACTIONS(2498), + [anon_sym___clrcall] = ACTIONS(2498), + [anon_sym___stdcall] = ACTIONS(2498), + [anon_sym___fastcall] = ACTIONS(2498), + [anon_sym___thiscall] = ACTIONS(2498), + [anon_sym___vectorcall] = ACTIONS(2498), + [anon_sym_LBRACE] = ACTIONS(2500), + [anon_sym_LBRACK] = ACTIONS(2498), + [anon_sym_static] = ACTIONS(2498), + [anon_sym_register] = ACTIONS(2498), + [anon_sym_inline] = ACTIONS(2498), + [anon_sym_thread_local] = ACTIONS(2498), + [anon_sym_const] = ACTIONS(2498), + [anon_sym_volatile] = ACTIONS(2498), + [anon_sym_restrict] = ACTIONS(2498), + [anon_sym__Atomic] = ACTIONS(2498), + [anon_sym_mutable] = ACTIONS(2498), + [anon_sym_constexpr] = ACTIONS(2498), + [anon_sym_constinit] = ACTIONS(2498), + [anon_sym_consteval] = ACTIONS(2498), + [anon_sym_signed] = ACTIONS(2498), + [anon_sym_unsigned] = ACTIONS(2498), + [anon_sym_long] = ACTIONS(2498), + [anon_sym_short] = ACTIONS(2498), + [sym_primitive_type] = ACTIONS(2498), + [anon_sym_enum] = ACTIONS(2498), + [anon_sym_class] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(2498), + [anon_sym_union] = ACTIONS(2498), + [anon_sym_if] = ACTIONS(2498), + [anon_sym_else] = ACTIONS(2498), + [anon_sym_switch] = ACTIONS(2498), + [anon_sym_case] = ACTIONS(2498), + [anon_sym_default] = ACTIONS(2498), + [anon_sym_while] = ACTIONS(2498), + [anon_sym_do] = ACTIONS(2498), + [anon_sym_for] = ACTIONS(2498), + [anon_sym_return] = ACTIONS(2498), + [anon_sym_break] = ACTIONS(2498), + [anon_sym_continue] = ACTIONS(2498), + [anon_sym_goto] = ACTIONS(2498), + [anon_sym_not] = ACTIONS(2498), + [anon_sym_compl] = ACTIONS(2498), + [anon_sym_DASH_DASH] = ACTIONS(2500), + [anon_sym_PLUS_PLUS] = ACTIONS(2500), + [anon_sym_sizeof] = ACTIONS(2498), + [sym_number_literal] = ACTIONS(2500), + [anon_sym_L_SQUOTE] = ACTIONS(2500), + [anon_sym_u_SQUOTE] = ACTIONS(2500), + [anon_sym_U_SQUOTE] = ACTIONS(2500), + [anon_sym_u8_SQUOTE] = ACTIONS(2500), + [anon_sym_SQUOTE] = ACTIONS(2500), + [anon_sym_L_DQUOTE] = ACTIONS(2500), + [anon_sym_u_DQUOTE] = ACTIONS(2500), + [anon_sym_U_DQUOTE] = ACTIONS(2500), + [anon_sym_u8_DQUOTE] = ACTIONS(2500), + [anon_sym_DQUOTE] = ACTIONS(2500), + [sym_true] = ACTIONS(2498), + [sym_false] = ACTIONS(2498), + [sym_null] = ACTIONS(2498), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2498), + [anon_sym_decltype] = ACTIONS(2498), + [anon_sym_virtual] = ACTIONS(2498), + [anon_sym_explicit] = ACTIONS(2498), + [anon_sym_typename] = ACTIONS(2498), + [anon_sym_template] = ACTIONS(2498), + [anon_sym_operator] = ACTIONS(2498), + [anon_sym_try] = ACTIONS(2498), + [anon_sym_delete] = ACTIONS(2498), + [anon_sym_throw] = ACTIONS(2498), + [anon_sym_namespace] = ACTIONS(2498), + [anon_sym_using] = ACTIONS(2498), + [anon_sym_static_assert] = ACTIONS(2498), + [anon_sym_concept] = ACTIONS(2498), + [anon_sym_co_return] = ACTIONS(2498), + [anon_sym_co_yield] = ACTIONS(2498), + [anon_sym_R_DQUOTE] = ACTIONS(2500), + [anon_sym_LR_DQUOTE] = ACTIONS(2500), + [anon_sym_uR_DQUOTE] = ACTIONS(2500), + [anon_sym_UR_DQUOTE] = ACTIONS(2500), + [anon_sym_u8R_DQUOTE] = ACTIONS(2500), + [anon_sym_co_await] = ACTIONS(2498), + [anon_sym_new] = ACTIONS(2498), + [anon_sym_requires] = ACTIONS(2498), + [sym_this] = ACTIONS(2498), + [sym_nullptr] = ACTIONS(2498), }, [885] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2530), + [sym_identifier] = ACTIONS(2528), + [aux_sym_preproc_include_token1] = ACTIONS(2528), + [aux_sym_preproc_def_token1] = ACTIONS(2528), + [aux_sym_preproc_if_token1] = ACTIONS(2528), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2528), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2528), + [sym_preproc_directive] = ACTIONS(2528), + [anon_sym_LPAREN2] = ACTIONS(2530), + [anon_sym_BANG] = ACTIONS(2530), + [anon_sym_TILDE] = ACTIONS(2530), + [anon_sym_DASH] = ACTIONS(2528), + [anon_sym_PLUS] = ACTIONS(2528), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_AMP_AMP] = ACTIONS(2530), + [anon_sym_AMP] = ACTIONS(2528), + [anon_sym_SEMI] = ACTIONS(2530), + [anon_sym_typedef] = ACTIONS(2528), + [anon_sym_extern] = ACTIONS(2528), + [anon_sym___attribute__] = ACTIONS(2528), + [anon_sym_COLON_COLON] = ACTIONS(2530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2530), + [anon_sym___declspec] = ACTIONS(2528), + [anon_sym___based] = ACTIONS(2528), + [anon_sym___cdecl] = ACTIONS(2528), + [anon_sym___clrcall] = ACTIONS(2528), + [anon_sym___stdcall] = ACTIONS(2528), + [anon_sym___fastcall] = ACTIONS(2528), + [anon_sym___thiscall] = ACTIONS(2528), + [anon_sym___vectorcall] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2528), + [anon_sym_static] = ACTIONS(2528), + [anon_sym_register] = ACTIONS(2528), + [anon_sym_inline] = ACTIONS(2528), + [anon_sym_thread_local] = ACTIONS(2528), + [anon_sym_const] = ACTIONS(2528), + [anon_sym_volatile] = ACTIONS(2528), + [anon_sym_restrict] = ACTIONS(2528), + [anon_sym__Atomic] = ACTIONS(2528), + [anon_sym_mutable] = ACTIONS(2528), + [anon_sym_constexpr] = ACTIONS(2528), + [anon_sym_constinit] = ACTIONS(2528), + [anon_sym_consteval] = ACTIONS(2528), + [anon_sym_signed] = ACTIONS(2528), + [anon_sym_unsigned] = ACTIONS(2528), + [anon_sym_long] = ACTIONS(2528), + [anon_sym_short] = ACTIONS(2528), + [sym_primitive_type] = ACTIONS(2528), + [anon_sym_enum] = ACTIONS(2528), + [anon_sym_class] = ACTIONS(2528), + [anon_sym_struct] = ACTIONS(2528), + [anon_sym_union] = ACTIONS(2528), + [anon_sym_if] = ACTIONS(2528), + [anon_sym_else] = ACTIONS(2528), + [anon_sym_switch] = ACTIONS(2528), + [anon_sym_case] = ACTIONS(2528), + [anon_sym_default] = ACTIONS(2528), + [anon_sym_while] = ACTIONS(2528), + [anon_sym_do] = ACTIONS(2528), + [anon_sym_for] = ACTIONS(2528), + [anon_sym_return] = ACTIONS(2528), + [anon_sym_break] = ACTIONS(2528), + [anon_sym_continue] = ACTIONS(2528), + [anon_sym_goto] = ACTIONS(2528), + [anon_sym_not] = ACTIONS(2528), + [anon_sym_compl] = ACTIONS(2528), + [anon_sym_DASH_DASH] = ACTIONS(2530), + [anon_sym_PLUS_PLUS] = ACTIONS(2530), + [anon_sym_sizeof] = ACTIONS(2528), + [sym_number_literal] = ACTIONS(2530), + [anon_sym_L_SQUOTE] = ACTIONS(2530), + [anon_sym_u_SQUOTE] = ACTIONS(2530), + [anon_sym_U_SQUOTE] = ACTIONS(2530), + [anon_sym_u8_SQUOTE] = ACTIONS(2530), + [anon_sym_SQUOTE] = ACTIONS(2530), + [anon_sym_L_DQUOTE] = ACTIONS(2530), + [anon_sym_u_DQUOTE] = ACTIONS(2530), + [anon_sym_U_DQUOTE] = ACTIONS(2530), + [anon_sym_u8_DQUOTE] = ACTIONS(2530), + [anon_sym_DQUOTE] = ACTIONS(2530), + [sym_true] = ACTIONS(2528), + [sym_false] = ACTIONS(2528), + [sym_null] = ACTIONS(2528), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2528), + [anon_sym_decltype] = ACTIONS(2528), + [anon_sym_virtual] = ACTIONS(2528), + [anon_sym_explicit] = ACTIONS(2528), + [anon_sym_typename] = ACTIONS(2528), + [anon_sym_template] = ACTIONS(2528), + [anon_sym_operator] = ACTIONS(2528), + [anon_sym_try] = ACTIONS(2528), + [anon_sym_delete] = ACTIONS(2528), + [anon_sym_throw] = ACTIONS(2528), + [anon_sym_namespace] = ACTIONS(2528), + [anon_sym_using] = ACTIONS(2528), + [anon_sym_static_assert] = ACTIONS(2528), + [anon_sym_concept] = ACTIONS(2528), + [anon_sym_co_return] = ACTIONS(2528), + [anon_sym_co_yield] = ACTIONS(2528), + [anon_sym_R_DQUOTE] = ACTIONS(2530), + [anon_sym_LR_DQUOTE] = ACTIONS(2530), + [anon_sym_uR_DQUOTE] = ACTIONS(2530), + [anon_sym_UR_DQUOTE] = ACTIONS(2530), + [anon_sym_u8R_DQUOTE] = ACTIONS(2530), + [anon_sym_co_await] = ACTIONS(2528), + [anon_sym_new] = ACTIONS(2528), + [anon_sym_requires] = ACTIONS(2528), + [sym_this] = ACTIONS(2528), + [sym_nullptr] = ACTIONS(2528), }, [886] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2536), + [aux_sym_preproc_include_token1] = ACTIONS(2536), + [aux_sym_preproc_def_token1] = ACTIONS(2536), + [aux_sym_preproc_if_token1] = ACTIONS(2536), + [aux_sym_preproc_if_token2] = ACTIONS(2536), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2536), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2536), + [sym_preproc_directive] = ACTIONS(2536), + [anon_sym_LPAREN2] = ACTIONS(2538), + [anon_sym_BANG] = ACTIONS(2538), + [anon_sym_TILDE] = ACTIONS(2538), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_AMP_AMP] = ACTIONS(2538), + [anon_sym_AMP] = ACTIONS(2536), + [anon_sym_SEMI] = ACTIONS(2538), + [anon_sym_typedef] = ACTIONS(2536), + [anon_sym_extern] = ACTIONS(2536), + [anon_sym___attribute__] = ACTIONS(2536), + [anon_sym_COLON_COLON] = ACTIONS(2538), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2538), + [anon_sym___declspec] = ACTIONS(2536), + [anon_sym___based] = ACTIONS(2536), + [anon_sym___cdecl] = ACTIONS(2536), + [anon_sym___clrcall] = ACTIONS(2536), + [anon_sym___stdcall] = ACTIONS(2536), + [anon_sym___fastcall] = ACTIONS(2536), + [anon_sym___thiscall] = ACTIONS(2536), + [anon_sym___vectorcall] = ACTIONS(2536), + [anon_sym_LBRACE] = ACTIONS(2538), + [anon_sym_LBRACK] = ACTIONS(2536), + [anon_sym_static] = ACTIONS(2536), + [anon_sym_register] = ACTIONS(2536), + [anon_sym_inline] = ACTIONS(2536), + [anon_sym_thread_local] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(2536), + [anon_sym_volatile] = ACTIONS(2536), + [anon_sym_restrict] = ACTIONS(2536), + [anon_sym__Atomic] = ACTIONS(2536), + [anon_sym_mutable] = ACTIONS(2536), + [anon_sym_constexpr] = ACTIONS(2536), + [anon_sym_constinit] = ACTIONS(2536), + [anon_sym_consteval] = ACTIONS(2536), + [anon_sym_signed] = ACTIONS(2536), + [anon_sym_unsigned] = ACTIONS(2536), + [anon_sym_long] = ACTIONS(2536), + [anon_sym_short] = ACTIONS(2536), + [sym_primitive_type] = ACTIONS(2536), + [anon_sym_enum] = ACTIONS(2536), + [anon_sym_class] = ACTIONS(2536), + [anon_sym_struct] = ACTIONS(2536), + [anon_sym_union] = ACTIONS(2536), + [anon_sym_if] = ACTIONS(2536), + [anon_sym_else] = ACTIONS(2536), + [anon_sym_switch] = ACTIONS(2536), + [anon_sym_case] = ACTIONS(2536), + [anon_sym_default] = ACTIONS(2536), + [anon_sym_while] = ACTIONS(2536), + [anon_sym_do] = ACTIONS(2536), + [anon_sym_for] = ACTIONS(2536), + [anon_sym_return] = ACTIONS(2536), + [anon_sym_break] = ACTIONS(2536), + [anon_sym_continue] = ACTIONS(2536), + [anon_sym_goto] = ACTIONS(2536), + [anon_sym_not] = ACTIONS(2536), + [anon_sym_compl] = ACTIONS(2536), + [anon_sym_DASH_DASH] = ACTIONS(2538), + [anon_sym_PLUS_PLUS] = ACTIONS(2538), + [anon_sym_sizeof] = ACTIONS(2536), + [sym_number_literal] = ACTIONS(2538), + [anon_sym_L_SQUOTE] = ACTIONS(2538), + [anon_sym_u_SQUOTE] = ACTIONS(2538), + [anon_sym_U_SQUOTE] = ACTIONS(2538), + [anon_sym_u8_SQUOTE] = ACTIONS(2538), + [anon_sym_SQUOTE] = ACTIONS(2538), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2536), + [sym_false] = ACTIONS(2536), + [sym_null] = ACTIONS(2536), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2536), + [anon_sym_decltype] = ACTIONS(2536), + [anon_sym_virtual] = ACTIONS(2536), + [anon_sym_explicit] = ACTIONS(2536), + [anon_sym_typename] = ACTIONS(2536), + [anon_sym_template] = ACTIONS(2536), + [anon_sym_operator] = ACTIONS(2536), + [anon_sym_try] = ACTIONS(2536), + [anon_sym_delete] = ACTIONS(2536), + [anon_sym_throw] = ACTIONS(2536), + [anon_sym_namespace] = ACTIONS(2536), + [anon_sym_using] = ACTIONS(2536), + [anon_sym_static_assert] = ACTIONS(2536), + [anon_sym_concept] = ACTIONS(2536), + [anon_sym_co_return] = ACTIONS(2536), + [anon_sym_co_yield] = ACTIONS(2536), + [anon_sym_R_DQUOTE] = ACTIONS(2538), + [anon_sym_LR_DQUOTE] = ACTIONS(2538), + [anon_sym_uR_DQUOTE] = ACTIONS(2538), + [anon_sym_UR_DQUOTE] = ACTIONS(2538), + [anon_sym_u8R_DQUOTE] = ACTIONS(2538), + [anon_sym_co_await] = ACTIONS(2536), + [anon_sym_new] = ACTIONS(2536), + [anon_sym_requires] = ACTIONS(2536), + [sym_this] = ACTIONS(2536), + [sym_nullptr] = ACTIONS(2536), }, [887] = { - [sym_identifier] = ACTIONS(2572), - [aux_sym_preproc_include_token1] = ACTIONS(2572), - [aux_sym_preproc_def_token1] = ACTIONS(2572), - [aux_sym_preproc_if_token1] = ACTIONS(2572), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2572), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2572), - [sym_preproc_directive] = ACTIONS(2572), - [anon_sym_LPAREN2] = ACTIONS(2574), - [anon_sym_BANG] = ACTIONS(2574), - [anon_sym_TILDE] = ACTIONS(2574), - [anon_sym_DASH] = ACTIONS(2572), - [anon_sym_PLUS] = ACTIONS(2572), - [anon_sym_STAR] = ACTIONS(2574), - [anon_sym_AMP_AMP] = ACTIONS(2574), - [anon_sym_AMP] = ACTIONS(2572), - [anon_sym_SEMI] = ACTIONS(2574), - [anon_sym_typedef] = ACTIONS(2572), - [anon_sym_extern] = ACTIONS(2572), - [anon_sym___attribute__] = ACTIONS(2572), - [anon_sym_COLON_COLON] = ACTIONS(2574), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2574), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(2572), - [anon_sym___cdecl] = ACTIONS(2572), - [anon_sym___clrcall] = ACTIONS(2572), - [anon_sym___stdcall] = ACTIONS(2572), - [anon_sym___fastcall] = ACTIONS(2572), - [anon_sym___thiscall] = ACTIONS(2572), - [anon_sym___vectorcall] = ACTIONS(2572), - [anon_sym_LBRACE] = ACTIONS(2574), - [anon_sym_RBRACE] = ACTIONS(2574), - [anon_sym_LBRACK] = ACTIONS(2572), - [anon_sym_static] = ACTIONS(2572), - [anon_sym_register] = ACTIONS(2572), - [anon_sym_inline] = ACTIONS(2572), - [anon_sym_thread_local] = ACTIONS(2572), - [anon_sym_const] = ACTIONS(2572), - [anon_sym_volatile] = ACTIONS(2572), - [anon_sym_restrict] = ACTIONS(2572), - [anon_sym__Atomic] = ACTIONS(2572), - [anon_sym_mutable] = ACTIONS(2572), - [anon_sym_constexpr] = ACTIONS(2572), - [anon_sym_constinit] = ACTIONS(2572), - [anon_sym_consteval] = ACTIONS(2572), - [anon_sym_signed] = ACTIONS(2572), - [anon_sym_unsigned] = ACTIONS(2572), - [anon_sym_long] = ACTIONS(2572), - [anon_sym_short] = ACTIONS(2572), - [sym_primitive_type] = ACTIONS(2572), - [anon_sym_enum] = ACTIONS(2572), - [anon_sym_class] = ACTIONS(2572), - [anon_sym_struct] = ACTIONS(2572), - [anon_sym_union] = ACTIONS(2572), - [anon_sym_if] = ACTIONS(2572), - [anon_sym_else] = ACTIONS(2572), - [anon_sym_switch] = ACTIONS(2572), - [anon_sym_case] = ACTIONS(2572), - [anon_sym_default] = ACTIONS(2572), - [anon_sym_while] = ACTIONS(2572), - [anon_sym_do] = ACTIONS(2572), - [anon_sym_for] = ACTIONS(2572), - [anon_sym_return] = ACTIONS(2572), - [anon_sym_break] = ACTIONS(2572), - [anon_sym_continue] = ACTIONS(2572), - [anon_sym_goto] = ACTIONS(2572), - [anon_sym_not] = ACTIONS(2572), - [anon_sym_compl] = ACTIONS(2572), - [anon_sym_DASH_DASH] = ACTIONS(2574), - [anon_sym_PLUS_PLUS] = ACTIONS(2574), - [anon_sym_sizeof] = ACTIONS(2572), - [sym_number_literal] = ACTIONS(2574), - [anon_sym_L_SQUOTE] = ACTIONS(2574), - [anon_sym_u_SQUOTE] = ACTIONS(2574), - [anon_sym_U_SQUOTE] = ACTIONS(2574), - [anon_sym_u8_SQUOTE] = ACTIONS(2574), - [anon_sym_SQUOTE] = ACTIONS(2574), - [anon_sym_L_DQUOTE] = ACTIONS(2574), - [anon_sym_u_DQUOTE] = ACTIONS(2574), - [anon_sym_U_DQUOTE] = ACTIONS(2574), - [anon_sym_u8_DQUOTE] = ACTIONS(2574), - [anon_sym_DQUOTE] = ACTIONS(2574), - [sym_true] = ACTIONS(2572), - [sym_false] = ACTIONS(2572), - [sym_null] = ACTIONS(2572), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2572), - [anon_sym_decltype] = ACTIONS(2572), - [anon_sym_virtual] = ACTIONS(2572), - [anon_sym_explicit] = ACTIONS(2572), - [anon_sym_typename] = ACTIONS(2572), - [anon_sym_template] = ACTIONS(2572), - [anon_sym_operator] = ACTIONS(2572), - [anon_sym_try] = ACTIONS(2572), - [anon_sym_delete] = ACTIONS(2572), - [anon_sym_throw] = ACTIONS(2572), - [anon_sym_namespace] = ACTIONS(2572), - [anon_sym_using] = ACTIONS(2572), - [anon_sym_static_assert] = ACTIONS(2572), - [anon_sym_concept] = ACTIONS(2572), - [anon_sym_co_return] = ACTIONS(2572), - [anon_sym_co_yield] = ACTIONS(2572), - [anon_sym_R_DQUOTE] = ACTIONS(2574), - [anon_sym_LR_DQUOTE] = ACTIONS(2574), - [anon_sym_uR_DQUOTE] = ACTIONS(2574), - [anon_sym_UR_DQUOTE] = ACTIONS(2574), - [anon_sym_u8R_DQUOTE] = ACTIONS(2574), - [anon_sym_co_await] = ACTIONS(2572), - [anon_sym_new] = ACTIONS(2572), - [anon_sym_requires] = ACTIONS(2572), - [sym_this] = ACTIONS(2572), - [sym_nullptr] = ACTIONS(2572), + [ts_builtin_sym_end] = ACTIONS(2472), + [sym_identifier] = ACTIONS(2470), + [aux_sym_preproc_include_token1] = ACTIONS(2470), + [aux_sym_preproc_def_token1] = ACTIONS(2470), + [aux_sym_preproc_if_token1] = ACTIONS(2470), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2470), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2470), + [sym_preproc_directive] = ACTIONS(2470), + [anon_sym_LPAREN2] = ACTIONS(2472), + [anon_sym_BANG] = ACTIONS(2472), + [anon_sym_TILDE] = ACTIONS(2472), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2472), + [anon_sym_AMP_AMP] = ACTIONS(2472), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_SEMI] = ACTIONS(2472), + [anon_sym_typedef] = ACTIONS(2470), + [anon_sym_extern] = ACTIONS(2470), + [anon_sym___attribute__] = ACTIONS(2470), + [anon_sym_COLON_COLON] = ACTIONS(2472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2472), + [anon_sym___declspec] = ACTIONS(2470), + [anon_sym___based] = ACTIONS(2470), + [anon_sym___cdecl] = ACTIONS(2470), + [anon_sym___clrcall] = ACTIONS(2470), + [anon_sym___stdcall] = ACTIONS(2470), + [anon_sym___fastcall] = ACTIONS(2470), + [anon_sym___thiscall] = ACTIONS(2470), + [anon_sym___vectorcall] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_LBRACK] = ACTIONS(2470), + [anon_sym_static] = ACTIONS(2470), + [anon_sym_register] = ACTIONS(2470), + [anon_sym_inline] = ACTIONS(2470), + [anon_sym_thread_local] = ACTIONS(2470), + [anon_sym_const] = ACTIONS(2470), + [anon_sym_volatile] = ACTIONS(2470), + [anon_sym_restrict] = ACTIONS(2470), + [anon_sym__Atomic] = ACTIONS(2470), + [anon_sym_mutable] = ACTIONS(2470), + [anon_sym_constexpr] = ACTIONS(2470), + [anon_sym_constinit] = ACTIONS(2470), + [anon_sym_consteval] = ACTIONS(2470), + [anon_sym_signed] = ACTIONS(2470), + [anon_sym_unsigned] = ACTIONS(2470), + [anon_sym_long] = ACTIONS(2470), + [anon_sym_short] = ACTIONS(2470), + [sym_primitive_type] = ACTIONS(2470), + [anon_sym_enum] = ACTIONS(2470), + [anon_sym_class] = ACTIONS(2470), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_union] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_else] = ACTIONS(2470), + [anon_sym_switch] = ACTIONS(2470), + [anon_sym_case] = ACTIONS(2470), + [anon_sym_default] = ACTIONS(2470), + [anon_sym_while] = ACTIONS(2470), + [anon_sym_do] = ACTIONS(2470), + [anon_sym_for] = ACTIONS(2470), + [anon_sym_return] = ACTIONS(2470), + [anon_sym_break] = ACTIONS(2470), + [anon_sym_continue] = ACTIONS(2470), + [anon_sym_goto] = ACTIONS(2470), + [anon_sym_not] = ACTIONS(2470), + [anon_sym_compl] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2472), + [anon_sym_PLUS_PLUS] = ACTIONS(2472), + [anon_sym_sizeof] = ACTIONS(2470), + [sym_number_literal] = ACTIONS(2472), + [anon_sym_L_SQUOTE] = ACTIONS(2472), + [anon_sym_u_SQUOTE] = ACTIONS(2472), + [anon_sym_U_SQUOTE] = ACTIONS(2472), + [anon_sym_u8_SQUOTE] = ACTIONS(2472), + [anon_sym_SQUOTE] = ACTIONS(2472), + [anon_sym_L_DQUOTE] = ACTIONS(2472), + [anon_sym_u_DQUOTE] = ACTIONS(2472), + [anon_sym_U_DQUOTE] = ACTIONS(2472), + [anon_sym_u8_DQUOTE] = ACTIONS(2472), + [anon_sym_DQUOTE] = ACTIONS(2472), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_null] = ACTIONS(2470), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2470), + [anon_sym_decltype] = ACTIONS(2470), + [anon_sym_virtual] = ACTIONS(2470), + [anon_sym_explicit] = ACTIONS(2470), + [anon_sym_typename] = ACTIONS(2470), + [anon_sym_template] = ACTIONS(2470), + [anon_sym_operator] = ACTIONS(2470), + [anon_sym_try] = ACTIONS(2470), + [anon_sym_delete] = ACTIONS(2470), + [anon_sym_throw] = ACTIONS(2470), + [anon_sym_namespace] = ACTIONS(2470), + [anon_sym_using] = ACTIONS(2470), + [anon_sym_static_assert] = ACTIONS(2470), + [anon_sym_concept] = ACTIONS(2470), + [anon_sym_co_return] = ACTIONS(2470), + [anon_sym_co_yield] = ACTIONS(2470), + [anon_sym_R_DQUOTE] = ACTIONS(2472), + [anon_sym_LR_DQUOTE] = ACTIONS(2472), + [anon_sym_uR_DQUOTE] = ACTIONS(2472), + [anon_sym_UR_DQUOTE] = ACTIONS(2472), + [anon_sym_u8R_DQUOTE] = ACTIONS(2472), + [anon_sym_co_await] = ACTIONS(2470), + [anon_sym_new] = ACTIONS(2470), + [anon_sym_requires] = ACTIONS(2470), + [sym_this] = ACTIONS(2470), + [sym_nullptr] = ACTIONS(2470), }, [888] = { - [sym_identifier] = ACTIONS(2538), - [aux_sym_preproc_include_token1] = ACTIONS(2538), - [aux_sym_preproc_def_token1] = ACTIONS(2538), - [aux_sym_preproc_if_token1] = ACTIONS(2538), - [aux_sym_preproc_if_token2] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), - [sym_preproc_directive] = ACTIONS(2538), - [anon_sym_LPAREN2] = ACTIONS(2540), - [anon_sym_BANG] = ACTIONS(2540), - [anon_sym_TILDE] = ACTIONS(2540), - [anon_sym_DASH] = ACTIONS(2538), - [anon_sym_PLUS] = ACTIONS(2538), - [anon_sym_STAR] = ACTIONS(2540), - [anon_sym_AMP_AMP] = ACTIONS(2540), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_SEMI] = ACTIONS(2540), - [anon_sym_typedef] = ACTIONS(2538), - [anon_sym_extern] = ACTIONS(2538), - [anon_sym___attribute__] = ACTIONS(2538), - [anon_sym_COLON_COLON] = ACTIONS(2540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), - [anon_sym___declspec] = ACTIONS(2538), - [anon_sym___based] = ACTIONS(2538), - [anon_sym___cdecl] = ACTIONS(2538), - [anon_sym___clrcall] = ACTIONS(2538), - [anon_sym___stdcall] = ACTIONS(2538), - [anon_sym___fastcall] = ACTIONS(2538), - [anon_sym___thiscall] = ACTIONS(2538), - [anon_sym___vectorcall] = ACTIONS(2538), - [anon_sym_LBRACE] = ACTIONS(2540), - [anon_sym_LBRACK] = ACTIONS(2538), - [anon_sym_static] = ACTIONS(2538), - [anon_sym_register] = ACTIONS(2538), - [anon_sym_inline] = ACTIONS(2538), - [anon_sym_thread_local] = ACTIONS(2538), - [anon_sym_const] = ACTIONS(2538), - [anon_sym_volatile] = ACTIONS(2538), - [anon_sym_restrict] = ACTIONS(2538), - [anon_sym__Atomic] = ACTIONS(2538), - [anon_sym_mutable] = ACTIONS(2538), - [anon_sym_constexpr] = ACTIONS(2538), - [anon_sym_constinit] = ACTIONS(2538), - [anon_sym_consteval] = ACTIONS(2538), - [anon_sym_signed] = ACTIONS(2538), - [anon_sym_unsigned] = ACTIONS(2538), - [anon_sym_long] = ACTIONS(2538), - [anon_sym_short] = ACTIONS(2538), - [sym_primitive_type] = ACTIONS(2538), - [anon_sym_enum] = ACTIONS(2538), - [anon_sym_class] = ACTIONS(2538), - [anon_sym_struct] = ACTIONS(2538), - [anon_sym_union] = ACTIONS(2538), - [anon_sym_if] = ACTIONS(2538), - [anon_sym_else] = ACTIONS(2538), - [anon_sym_switch] = ACTIONS(2538), - [anon_sym_case] = ACTIONS(2538), - [anon_sym_default] = ACTIONS(2538), - [anon_sym_while] = ACTIONS(2538), - [anon_sym_do] = ACTIONS(2538), - [anon_sym_for] = ACTIONS(2538), - [anon_sym_return] = ACTIONS(2538), - [anon_sym_break] = ACTIONS(2538), - [anon_sym_continue] = ACTIONS(2538), - [anon_sym_goto] = ACTIONS(2538), - [anon_sym_not] = ACTIONS(2538), - [anon_sym_compl] = ACTIONS(2538), - [anon_sym_DASH_DASH] = ACTIONS(2540), - [anon_sym_PLUS_PLUS] = ACTIONS(2540), - [anon_sym_sizeof] = ACTIONS(2538), - [sym_number_literal] = ACTIONS(2540), - [anon_sym_L_SQUOTE] = ACTIONS(2540), - [anon_sym_u_SQUOTE] = ACTIONS(2540), - [anon_sym_U_SQUOTE] = ACTIONS(2540), - [anon_sym_u8_SQUOTE] = ACTIONS(2540), - [anon_sym_SQUOTE] = ACTIONS(2540), - [anon_sym_L_DQUOTE] = ACTIONS(2540), - [anon_sym_u_DQUOTE] = ACTIONS(2540), - [anon_sym_U_DQUOTE] = ACTIONS(2540), - [anon_sym_u8_DQUOTE] = ACTIONS(2540), - [anon_sym_DQUOTE] = ACTIONS(2540), - [sym_true] = ACTIONS(2538), - [sym_false] = ACTIONS(2538), - [sym_null] = ACTIONS(2538), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2538), - [anon_sym_decltype] = ACTIONS(2538), - [anon_sym_virtual] = ACTIONS(2538), - [anon_sym_explicit] = ACTIONS(2538), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(2538), - [anon_sym_operator] = ACTIONS(2538), - [anon_sym_try] = ACTIONS(2538), - [anon_sym_delete] = ACTIONS(2538), - [anon_sym_throw] = ACTIONS(2538), - [anon_sym_namespace] = ACTIONS(2538), - [anon_sym_using] = ACTIONS(2538), - [anon_sym_static_assert] = ACTIONS(2538), - [anon_sym_concept] = ACTIONS(2538), - [anon_sym_co_return] = ACTIONS(2538), - [anon_sym_co_yield] = ACTIONS(2538), - [anon_sym_R_DQUOTE] = ACTIONS(2540), - [anon_sym_LR_DQUOTE] = ACTIONS(2540), - [anon_sym_uR_DQUOTE] = ACTIONS(2540), - [anon_sym_UR_DQUOTE] = ACTIONS(2540), - [anon_sym_u8R_DQUOTE] = ACTIONS(2540), - [anon_sym_co_await] = ACTIONS(2538), - [anon_sym_new] = ACTIONS(2538), - [anon_sym_requires] = ACTIONS(2538), - [sym_this] = ACTIONS(2538), - [sym_nullptr] = ACTIONS(2538), - }, - [889] = { - [sym_identifier] = ACTIONS(2576), - [aux_sym_preproc_include_token1] = ACTIONS(2576), - [aux_sym_preproc_def_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2576), - [sym_preproc_directive] = ACTIONS(2576), - [anon_sym_LPAREN2] = ACTIONS(2578), - [anon_sym_BANG] = ACTIONS(2578), - [anon_sym_TILDE] = ACTIONS(2578), - [anon_sym_DASH] = ACTIONS(2576), - [anon_sym_PLUS] = ACTIONS(2576), - [anon_sym_STAR] = ACTIONS(2578), - [anon_sym_AMP_AMP] = ACTIONS(2578), - [anon_sym_AMP] = ACTIONS(2576), - [anon_sym_SEMI] = ACTIONS(2578), - [anon_sym_typedef] = ACTIONS(2576), - [anon_sym_extern] = ACTIONS(2576), - [anon_sym___attribute__] = ACTIONS(2576), - [anon_sym_COLON_COLON] = ACTIONS(2578), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2578), - [anon_sym___declspec] = ACTIONS(2576), - [anon_sym___based] = ACTIONS(2576), - [anon_sym___cdecl] = ACTIONS(2576), - [anon_sym___clrcall] = ACTIONS(2576), - [anon_sym___stdcall] = ACTIONS(2576), - [anon_sym___fastcall] = ACTIONS(2576), - [anon_sym___thiscall] = ACTIONS(2576), - [anon_sym___vectorcall] = ACTIONS(2576), - [anon_sym_LBRACE] = ACTIONS(2578), - [anon_sym_RBRACE] = ACTIONS(2578), - [anon_sym_LBRACK] = ACTIONS(2576), - [anon_sym_static] = ACTIONS(2576), - [anon_sym_register] = ACTIONS(2576), - [anon_sym_inline] = ACTIONS(2576), - [anon_sym_thread_local] = ACTIONS(2576), - [anon_sym_const] = ACTIONS(2576), - [anon_sym_volatile] = ACTIONS(2576), - [anon_sym_restrict] = ACTIONS(2576), - [anon_sym__Atomic] = ACTIONS(2576), - [anon_sym_mutable] = ACTIONS(2576), - [anon_sym_constexpr] = ACTIONS(2576), - [anon_sym_constinit] = ACTIONS(2576), - [anon_sym_consteval] = ACTIONS(2576), - [anon_sym_signed] = ACTIONS(2576), - [anon_sym_unsigned] = ACTIONS(2576), - [anon_sym_long] = ACTIONS(2576), - [anon_sym_short] = ACTIONS(2576), - [sym_primitive_type] = ACTIONS(2576), - [anon_sym_enum] = ACTIONS(2576), - [anon_sym_class] = ACTIONS(2576), - [anon_sym_struct] = ACTIONS(2576), - [anon_sym_union] = ACTIONS(2576), - [anon_sym_if] = ACTIONS(2576), - [anon_sym_else] = ACTIONS(2576), - [anon_sym_switch] = ACTIONS(2576), - [anon_sym_case] = ACTIONS(2576), - [anon_sym_default] = ACTIONS(2576), - [anon_sym_while] = ACTIONS(2576), - [anon_sym_do] = ACTIONS(2576), - [anon_sym_for] = ACTIONS(2576), - [anon_sym_return] = ACTIONS(2576), - [anon_sym_break] = ACTIONS(2576), - [anon_sym_continue] = ACTIONS(2576), - [anon_sym_goto] = ACTIONS(2576), - [anon_sym_not] = ACTIONS(2576), - [anon_sym_compl] = ACTIONS(2576), - [anon_sym_DASH_DASH] = ACTIONS(2578), - [anon_sym_PLUS_PLUS] = ACTIONS(2578), - [anon_sym_sizeof] = ACTIONS(2576), - [sym_number_literal] = ACTIONS(2578), - [anon_sym_L_SQUOTE] = ACTIONS(2578), - [anon_sym_u_SQUOTE] = ACTIONS(2578), - [anon_sym_U_SQUOTE] = ACTIONS(2578), - [anon_sym_u8_SQUOTE] = ACTIONS(2578), - [anon_sym_SQUOTE] = ACTIONS(2578), - [anon_sym_L_DQUOTE] = ACTIONS(2578), - [anon_sym_u_DQUOTE] = ACTIONS(2578), - [anon_sym_U_DQUOTE] = ACTIONS(2578), - [anon_sym_u8_DQUOTE] = ACTIONS(2578), - [anon_sym_DQUOTE] = ACTIONS(2578), - [sym_true] = ACTIONS(2576), - [sym_false] = ACTIONS(2576), - [sym_null] = ACTIONS(2576), + [ts_builtin_sym_end] = ACTIONS(2522), + [sym_identifier] = ACTIONS(2520), + [aux_sym_preproc_include_token1] = ACTIONS(2520), + [aux_sym_preproc_def_token1] = ACTIONS(2520), + [aux_sym_preproc_if_token1] = ACTIONS(2520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2520), + [sym_preproc_directive] = ACTIONS(2520), + [anon_sym_LPAREN2] = ACTIONS(2522), + [anon_sym_BANG] = ACTIONS(2522), + [anon_sym_TILDE] = ACTIONS(2522), + [anon_sym_DASH] = ACTIONS(2520), + [anon_sym_PLUS] = ACTIONS(2520), + [anon_sym_STAR] = ACTIONS(2522), + [anon_sym_AMP_AMP] = ACTIONS(2522), + [anon_sym_AMP] = ACTIONS(2520), + [anon_sym_SEMI] = ACTIONS(2522), + [anon_sym_typedef] = ACTIONS(2520), + [anon_sym_extern] = ACTIONS(2520), + [anon_sym___attribute__] = ACTIONS(2520), + [anon_sym_COLON_COLON] = ACTIONS(2522), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2522), + [anon_sym___declspec] = ACTIONS(2520), + [anon_sym___based] = ACTIONS(2520), + [anon_sym___cdecl] = ACTIONS(2520), + [anon_sym___clrcall] = ACTIONS(2520), + [anon_sym___stdcall] = ACTIONS(2520), + [anon_sym___fastcall] = ACTIONS(2520), + [anon_sym___thiscall] = ACTIONS(2520), + [anon_sym___vectorcall] = ACTIONS(2520), + [anon_sym_LBRACE] = ACTIONS(2522), + [anon_sym_LBRACK] = ACTIONS(2520), + [anon_sym_static] = ACTIONS(2520), + [anon_sym_register] = ACTIONS(2520), + [anon_sym_inline] = ACTIONS(2520), + [anon_sym_thread_local] = ACTIONS(2520), + [anon_sym_const] = ACTIONS(2520), + [anon_sym_volatile] = ACTIONS(2520), + [anon_sym_restrict] = ACTIONS(2520), + [anon_sym__Atomic] = ACTIONS(2520), + [anon_sym_mutable] = ACTIONS(2520), + [anon_sym_constexpr] = ACTIONS(2520), + [anon_sym_constinit] = ACTIONS(2520), + [anon_sym_consteval] = ACTIONS(2520), + [anon_sym_signed] = ACTIONS(2520), + [anon_sym_unsigned] = ACTIONS(2520), + [anon_sym_long] = ACTIONS(2520), + [anon_sym_short] = ACTIONS(2520), + [sym_primitive_type] = ACTIONS(2520), + [anon_sym_enum] = ACTIONS(2520), + [anon_sym_class] = ACTIONS(2520), + [anon_sym_struct] = ACTIONS(2520), + [anon_sym_union] = ACTIONS(2520), + [anon_sym_if] = ACTIONS(2520), + [anon_sym_else] = ACTIONS(2520), + [anon_sym_switch] = ACTIONS(2520), + [anon_sym_case] = ACTIONS(2520), + [anon_sym_default] = ACTIONS(2520), + [anon_sym_while] = ACTIONS(2520), + [anon_sym_do] = ACTIONS(2520), + [anon_sym_for] = ACTIONS(2520), + [anon_sym_return] = ACTIONS(2520), + [anon_sym_break] = ACTIONS(2520), + [anon_sym_continue] = ACTIONS(2520), + [anon_sym_goto] = ACTIONS(2520), + [anon_sym_not] = ACTIONS(2520), + [anon_sym_compl] = ACTIONS(2520), + [anon_sym_DASH_DASH] = ACTIONS(2522), + [anon_sym_PLUS_PLUS] = ACTIONS(2522), + [anon_sym_sizeof] = ACTIONS(2520), + [sym_number_literal] = ACTIONS(2522), + [anon_sym_L_SQUOTE] = ACTIONS(2522), + [anon_sym_u_SQUOTE] = ACTIONS(2522), + [anon_sym_U_SQUOTE] = ACTIONS(2522), + [anon_sym_u8_SQUOTE] = ACTIONS(2522), + [anon_sym_SQUOTE] = ACTIONS(2522), + [anon_sym_L_DQUOTE] = ACTIONS(2522), + [anon_sym_u_DQUOTE] = ACTIONS(2522), + [anon_sym_U_DQUOTE] = ACTIONS(2522), + [anon_sym_u8_DQUOTE] = ACTIONS(2522), + [anon_sym_DQUOTE] = ACTIONS(2522), + [sym_true] = ACTIONS(2520), + [sym_false] = ACTIONS(2520), + [sym_null] = ACTIONS(2520), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2576), - [anon_sym_decltype] = ACTIONS(2576), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(2576), - [anon_sym_typename] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(2576), - [anon_sym_operator] = ACTIONS(2576), - [anon_sym_try] = ACTIONS(2576), - [anon_sym_delete] = ACTIONS(2576), - [anon_sym_throw] = ACTIONS(2576), - [anon_sym_namespace] = ACTIONS(2576), - [anon_sym_using] = ACTIONS(2576), - [anon_sym_static_assert] = ACTIONS(2576), - [anon_sym_concept] = ACTIONS(2576), - [anon_sym_co_return] = ACTIONS(2576), - [anon_sym_co_yield] = ACTIONS(2576), - [anon_sym_R_DQUOTE] = ACTIONS(2578), - [anon_sym_LR_DQUOTE] = ACTIONS(2578), - [anon_sym_uR_DQUOTE] = ACTIONS(2578), - [anon_sym_UR_DQUOTE] = ACTIONS(2578), - [anon_sym_u8R_DQUOTE] = ACTIONS(2578), - [anon_sym_co_await] = ACTIONS(2576), - [anon_sym_new] = ACTIONS(2576), - [anon_sym_requires] = ACTIONS(2576), - [sym_this] = ACTIONS(2576), - [sym_nullptr] = ACTIONS(2576), + [sym_auto] = ACTIONS(2520), + [anon_sym_decltype] = ACTIONS(2520), + [anon_sym_virtual] = ACTIONS(2520), + [anon_sym_explicit] = ACTIONS(2520), + [anon_sym_typename] = ACTIONS(2520), + [anon_sym_template] = ACTIONS(2520), + [anon_sym_operator] = ACTIONS(2520), + [anon_sym_try] = ACTIONS(2520), + [anon_sym_delete] = ACTIONS(2520), + [anon_sym_throw] = ACTIONS(2520), + [anon_sym_namespace] = ACTIONS(2520), + [anon_sym_using] = ACTIONS(2520), + [anon_sym_static_assert] = ACTIONS(2520), + [anon_sym_concept] = ACTIONS(2520), + [anon_sym_co_return] = ACTIONS(2520), + [anon_sym_co_yield] = ACTIONS(2520), + [anon_sym_R_DQUOTE] = ACTIONS(2522), + [anon_sym_LR_DQUOTE] = ACTIONS(2522), + [anon_sym_uR_DQUOTE] = ACTIONS(2522), + [anon_sym_UR_DQUOTE] = ACTIONS(2522), + [anon_sym_u8R_DQUOTE] = ACTIONS(2522), + [anon_sym_co_await] = ACTIONS(2520), + [anon_sym_new] = ACTIONS(2520), + [anon_sym_requires] = ACTIONS(2520), + [sym_this] = ACTIONS(2520), + [sym_nullptr] = ACTIONS(2520), + }, + [889] = { + [ts_builtin_sym_end] = ACTIONS(2516), + [sym_identifier] = ACTIONS(2514), + [aux_sym_preproc_include_token1] = ACTIONS(2514), + [aux_sym_preproc_def_token1] = ACTIONS(2514), + [aux_sym_preproc_if_token1] = ACTIONS(2514), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2514), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2514), + [sym_preproc_directive] = ACTIONS(2514), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_BANG] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2516), + [anon_sym_DASH] = ACTIONS(2514), + [anon_sym_PLUS] = ACTIONS(2514), + [anon_sym_STAR] = ACTIONS(2516), + [anon_sym_AMP_AMP] = ACTIONS(2516), + [anon_sym_AMP] = ACTIONS(2514), + [anon_sym_SEMI] = ACTIONS(2516), + [anon_sym_typedef] = ACTIONS(2514), + [anon_sym_extern] = ACTIONS(2514), + [anon_sym___attribute__] = ACTIONS(2514), + [anon_sym_COLON_COLON] = ACTIONS(2516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2516), + [anon_sym___declspec] = ACTIONS(2514), + [anon_sym___based] = ACTIONS(2514), + [anon_sym___cdecl] = ACTIONS(2514), + [anon_sym___clrcall] = ACTIONS(2514), + [anon_sym___stdcall] = ACTIONS(2514), + [anon_sym___fastcall] = ACTIONS(2514), + [anon_sym___thiscall] = ACTIONS(2514), + [anon_sym___vectorcall] = ACTIONS(2514), + [anon_sym_LBRACE] = ACTIONS(2516), + [anon_sym_LBRACK] = ACTIONS(2514), + [anon_sym_static] = ACTIONS(2514), + [anon_sym_register] = ACTIONS(2514), + [anon_sym_inline] = ACTIONS(2514), + [anon_sym_thread_local] = ACTIONS(2514), + [anon_sym_const] = ACTIONS(2514), + [anon_sym_volatile] = ACTIONS(2514), + [anon_sym_restrict] = ACTIONS(2514), + [anon_sym__Atomic] = ACTIONS(2514), + [anon_sym_mutable] = ACTIONS(2514), + [anon_sym_constexpr] = ACTIONS(2514), + [anon_sym_constinit] = ACTIONS(2514), + [anon_sym_consteval] = ACTIONS(2514), + [anon_sym_signed] = ACTIONS(2514), + [anon_sym_unsigned] = ACTIONS(2514), + [anon_sym_long] = ACTIONS(2514), + [anon_sym_short] = ACTIONS(2514), + [sym_primitive_type] = ACTIONS(2514), + [anon_sym_enum] = ACTIONS(2514), + [anon_sym_class] = ACTIONS(2514), + [anon_sym_struct] = ACTIONS(2514), + [anon_sym_union] = ACTIONS(2514), + [anon_sym_if] = ACTIONS(2514), + [anon_sym_else] = ACTIONS(2514), + [anon_sym_switch] = ACTIONS(2514), + [anon_sym_case] = ACTIONS(2514), + [anon_sym_default] = ACTIONS(2514), + [anon_sym_while] = ACTIONS(2514), + [anon_sym_do] = ACTIONS(2514), + [anon_sym_for] = ACTIONS(2514), + [anon_sym_return] = ACTIONS(2514), + [anon_sym_break] = ACTIONS(2514), + [anon_sym_continue] = ACTIONS(2514), + [anon_sym_goto] = ACTIONS(2514), + [anon_sym_not] = ACTIONS(2514), + [anon_sym_compl] = ACTIONS(2514), + [anon_sym_DASH_DASH] = ACTIONS(2516), + [anon_sym_PLUS_PLUS] = ACTIONS(2516), + [anon_sym_sizeof] = ACTIONS(2514), + [sym_number_literal] = ACTIONS(2516), + [anon_sym_L_SQUOTE] = ACTIONS(2516), + [anon_sym_u_SQUOTE] = ACTIONS(2516), + [anon_sym_U_SQUOTE] = ACTIONS(2516), + [anon_sym_u8_SQUOTE] = ACTIONS(2516), + [anon_sym_SQUOTE] = ACTIONS(2516), + [anon_sym_L_DQUOTE] = ACTIONS(2516), + [anon_sym_u_DQUOTE] = ACTIONS(2516), + [anon_sym_U_DQUOTE] = ACTIONS(2516), + [anon_sym_u8_DQUOTE] = ACTIONS(2516), + [anon_sym_DQUOTE] = ACTIONS(2516), + [sym_true] = ACTIONS(2514), + [sym_false] = ACTIONS(2514), + [sym_null] = ACTIONS(2514), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2514), + [anon_sym_decltype] = ACTIONS(2514), + [anon_sym_virtual] = ACTIONS(2514), + [anon_sym_explicit] = ACTIONS(2514), + [anon_sym_typename] = ACTIONS(2514), + [anon_sym_template] = ACTIONS(2514), + [anon_sym_operator] = ACTIONS(2514), + [anon_sym_try] = ACTIONS(2514), + [anon_sym_delete] = ACTIONS(2514), + [anon_sym_throw] = ACTIONS(2514), + [anon_sym_namespace] = ACTIONS(2514), + [anon_sym_using] = ACTIONS(2514), + [anon_sym_static_assert] = ACTIONS(2514), + [anon_sym_concept] = ACTIONS(2514), + [anon_sym_co_return] = ACTIONS(2514), + [anon_sym_co_yield] = ACTIONS(2514), + [anon_sym_R_DQUOTE] = ACTIONS(2516), + [anon_sym_LR_DQUOTE] = ACTIONS(2516), + [anon_sym_uR_DQUOTE] = ACTIONS(2516), + [anon_sym_UR_DQUOTE] = ACTIONS(2516), + [anon_sym_u8R_DQUOTE] = ACTIONS(2516), + [anon_sym_co_await] = ACTIONS(2514), + [anon_sym_new] = ACTIONS(2514), + [anon_sym_requires] = ACTIONS(2514), + [sym_this] = ACTIONS(2514), + [sym_nullptr] = ACTIONS(2514), }, [890] = { - [sym_identifier] = ACTIONS(2580), - [aux_sym_preproc_include_token1] = ACTIONS(2580), - [aux_sym_preproc_def_token1] = ACTIONS(2580), - [aux_sym_preproc_if_token1] = ACTIONS(2580), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2580), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2580), - [sym_preproc_directive] = ACTIONS(2580), - [anon_sym_LPAREN2] = ACTIONS(2582), - [anon_sym_BANG] = ACTIONS(2582), - [anon_sym_TILDE] = ACTIONS(2582), - [anon_sym_DASH] = ACTIONS(2580), - [anon_sym_PLUS] = ACTIONS(2580), - [anon_sym_STAR] = ACTIONS(2582), - [anon_sym_AMP_AMP] = ACTIONS(2582), - [anon_sym_AMP] = ACTIONS(2580), - [anon_sym_SEMI] = ACTIONS(2582), - [anon_sym_typedef] = ACTIONS(2580), - [anon_sym_extern] = ACTIONS(2580), - [anon_sym___attribute__] = ACTIONS(2580), - [anon_sym_COLON_COLON] = ACTIONS(2582), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2582), - [anon_sym___declspec] = ACTIONS(2580), - [anon_sym___based] = ACTIONS(2580), - [anon_sym___cdecl] = ACTIONS(2580), - [anon_sym___clrcall] = ACTIONS(2580), - [anon_sym___stdcall] = ACTIONS(2580), - [anon_sym___fastcall] = ACTIONS(2580), - [anon_sym___thiscall] = ACTIONS(2580), - [anon_sym___vectorcall] = ACTIONS(2580), - [anon_sym_LBRACE] = ACTIONS(2582), - [anon_sym_RBRACE] = ACTIONS(2582), - [anon_sym_LBRACK] = ACTIONS(2580), - [anon_sym_static] = ACTIONS(2580), - [anon_sym_register] = ACTIONS(2580), - [anon_sym_inline] = ACTIONS(2580), - [anon_sym_thread_local] = ACTIONS(2580), - [anon_sym_const] = ACTIONS(2580), - [anon_sym_volatile] = ACTIONS(2580), - [anon_sym_restrict] = ACTIONS(2580), - [anon_sym__Atomic] = ACTIONS(2580), - [anon_sym_mutable] = ACTIONS(2580), - [anon_sym_constexpr] = ACTIONS(2580), - [anon_sym_constinit] = ACTIONS(2580), - [anon_sym_consteval] = ACTIONS(2580), - [anon_sym_signed] = ACTIONS(2580), - [anon_sym_unsigned] = ACTIONS(2580), - [anon_sym_long] = ACTIONS(2580), - [anon_sym_short] = ACTIONS(2580), - [sym_primitive_type] = ACTIONS(2580), - [anon_sym_enum] = ACTIONS(2580), - [anon_sym_class] = ACTIONS(2580), - [anon_sym_struct] = ACTIONS(2580), - [anon_sym_union] = ACTIONS(2580), - [anon_sym_if] = ACTIONS(2580), - [anon_sym_else] = ACTIONS(2580), - [anon_sym_switch] = ACTIONS(2580), - [anon_sym_case] = ACTIONS(2580), - [anon_sym_default] = ACTIONS(2580), - [anon_sym_while] = ACTIONS(2580), - [anon_sym_do] = ACTIONS(2580), - [anon_sym_for] = ACTIONS(2580), - [anon_sym_return] = ACTIONS(2580), - [anon_sym_break] = ACTIONS(2580), - [anon_sym_continue] = ACTIONS(2580), - [anon_sym_goto] = ACTIONS(2580), - [anon_sym_not] = ACTIONS(2580), - [anon_sym_compl] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(2582), - [anon_sym_PLUS_PLUS] = ACTIONS(2582), - [anon_sym_sizeof] = ACTIONS(2580), - [sym_number_literal] = ACTIONS(2582), - [anon_sym_L_SQUOTE] = ACTIONS(2582), - [anon_sym_u_SQUOTE] = ACTIONS(2582), - [anon_sym_U_SQUOTE] = ACTIONS(2582), - [anon_sym_u8_SQUOTE] = ACTIONS(2582), - [anon_sym_SQUOTE] = ACTIONS(2582), - [anon_sym_L_DQUOTE] = ACTIONS(2582), - [anon_sym_u_DQUOTE] = ACTIONS(2582), - [anon_sym_U_DQUOTE] = ACTIONS(2582), - [anon_sym_u8_DQUOTE] = ACTIONS(2582), - [anon_sym_DQUOTE] = ACTIONS(2582), - [sym_true] = ACTIONS(2580), - [sym_false] = ACTIONS(2580), - [sym_null] = ACTIONS(2580), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2580), - [anon_sym_decltype] = ACTIONS(2580), - [anon_sym_virtual] = ACTIONS(2580), - [anon_sym_explicit] = ACTIONS(2580), - [anon_sym_typename] = ACTIONS(2580), - [anon_sym_template] = ACTIONS(2580), - [anon_sym_operator] = ACTIONS(2580), - [anon_sym_try] = ACTIONS(2580), - [anon_sym_delete] = ACTIONS(2580), - [anon_sym_throw] = ACTIONS(2580), - [anon_sym_namespace] = ACTIONS(2580), - [anon_sym_using] = ACTIONS(2580), - [anon_sym_static_assert] = ACTIONS(2580), - [anon_sym_concept] = ACTIONS(2580), - [anon_sym_co_return] = ACTIONS(2580), - [anon_sym_co_yield] = ACTIONS(2580), - [anon_sym_R_DQUOTE] = ACTIONS(2582), - [anon_sym_LR_DQUOTE] = ACTIONS(2582), - [anon_sym_uR_DQUOTE] = ACTIONS(2582), - [anon_sym_UR_DQUOTE] = ACTIONS(2582), - [anon_sym_u8R_DQUOTE] = ACTIONS(2582), - [anon_sym_co_await] = ACTIONS(2580), - [anon_sym_new] = ACTIONS(2580), - [anon_sym_requires] = ACTIONS(2580), - [sym_this] = ACTIONS(2580), - [sym_nullptr] = ACTIONS(2580), + [ts_builtin_sym_end] = ACTIONS(2512), + [sym_identifier] = ACTIONS(2510), + [aux_sym_preproc_include_token1] = ACTIONS(2510), + [aux_sym_preproc_def_token1] = ACTIONS(2510), + [aux_sym_preproc_if_token1] = ACTIONS(2510), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2510), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2510), + [sym_preproc_directive] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(2512), + [anon_sym_BANG] = ACTIONS(2512), + [anon_sym_TILDE] = ACTIONS(2512), + [anon_sym_DASH] = ACTIONS(2510), + [anon_sym_PLUS] = ACTIONS(2510), + [anon_sym_STAR] = ACTIONS(2512), + [anon_sym_AMP_AMP] = ACTIONS(2512), + [anon_sym_AMP] = ACTIONS(2510), + [anon_sym_SEMI] = ACTIONS(2512), + [anon_sym_typedef] = ACTIONS(2510), + [anon_sym_extern] = ACTIONS(2510), + [anon_sym___attribute__] = ACTIONS(2510), + [anon_sym_COLON_COLON] = ACTIONS(2512), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2512), + [anon_sym___declspec] = ACTIONS(2510), + [anon_sym___based] = ACTIONS(2510), + [anon_sym___cdecl] = ACTIONS(2510), + [anon_sym___clrcall] = ACTIONS(2510), + [anon_sym___stdcall] = ACTIONS(2510), + [anon_sym___fastcall] = ACTIONS(2510), + [anon_sym___thiscall] = ACTIONS(2510), + [anon_sym___vectorcall] = ACTIONS(2510), + [anon_sym_LBRACE] = ACTIONS(2512), + [anon_sym_LBRACK] = ACTIONS(2510), + [anon_sym_static] = ACTIONS(2510), + [anon_sym_register] = ACTIONS(2510), + [anon_sym_inline] = ACTIONS(2510), + [anon_sym_thread_local] = ACTIONS(2510), + [anon_sym_const] = ACTIONS(2510), + [anon_sym_volatile] = ACTIONS(2510), + [anon_sym_restrict] = ACTIONS(2510), + [anon_sym__Atomic] = ACTIONS(2510), + [anon_sym_mutable] = ACTIONS(2510), + [anon_sym_constexpr] = ACTIONS(2510), + [anon_sym_constinit] = ACTIONS(2510), + [anon_sym_consteval] = ACTIONS(2510), + [anon_sym_signed] = ACTIONS(2510), + [anon_sym_unsigned] = ACTIONS(2510), + [anon_sym_long] = ACTIONS(2510), + [anon_sym_short] = ACTIONS(2510), + [sym_primitive_type] = ACTIONS(2510), + [anon_sym_enum] = ACTIONS(2510), + [anon_sym_class] = ACTIONS(2510), + [anon_sym_struct] = ACTIONS(2510), + [anon_sym_union] = ACTIONS(2510), + [anon_sym_if] = ACTIONS(2510), + [anon_sym_else] = ACTIONS(2510), + [anon_sym_switch] = ACTIONS(2510), + [anon_sym_case] = ACTIONS(2510), + [anon_sym_default] = ACTIONS(2510), + [anon_sym_while] = ACTIONS(2510), + [anon_sym_do] = ACTIONS(2510), + [anon_sym_for] = ACTIONS(2510), + [anon_sym_return] = ACTIONS(2510), + [anon_sym_break] = ACTIONS(2510), + [anon_sym_continue] = ACTIONS(2510), + [anon_sym_goto] = ACTIONS(2510), + [anon_sym_not] = ACTIONS(2510), + [anon_sym_compl] = ACTIONS(2510), + [anon_sym_DASH_DASH] = ACTIONS(2512), + [anon_sym_PLUS_PLUS] = ACTIONS(2512), + [anon_sym_sizeof] = ACTIONS(2510), + [sym_number_literal] = ACTIONS(2512), + [anon_sym_L_SQUOTE] = ACTIONS(2512), + [anon_sym_u_SQUOTE] = ACTIONS(2512), + [anon_sym_U_SQUOTE] = ACTIONS(2512), + [anon_sym_u8_SQUOTE] = ACTIONS(2512), + [anon_sym_SQUOTE] = ACTIONS(2512), + [anon_sym_L_DQUOTE] = ACTIONS(2512), + [anon_sym_u_DQUOTE] = ACTIONS(2512), + [anon_sym_U_DQUOTE] = ACTIONS(2512), + [anon_sym_u8_DQUOTE] = ACTIONS(2512), + [anon_sym_DQUOTE] = ACTIONS(2512), + [sym_true] = ACTIONS(2510), + [sym_false] = ACTIONS(2510), + [sym_null] = ACTIONS(2510), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2510), + [anon_sym_decltype] = ACTIONS(2510), + [anon_sym_virtual] = ACTIONS(2510), + [anon_sym_explicit] = ACTIONS(2510), + [anon_sym_typename] = ACTIONS(2510), + [anon_sym_template] = ACTIONS(2510), + [anon_sym_operator] = ACTIONS(2510), + [anon_sym_try] = ACTIONS(2510), + [anon_sym_delete] = ACTIONS(2510), + [anon_sym_throw] = ACTIONS(2510), + [anon_sym_namespace] = ACTIONS(2510), + [anon_sym_using] = ACTIONS(2510), + [anon_sym_static_assert] = ACTIONS(2510), + [anon_sym_concept] = ACTIONS(2510), + [anon_sym_co_return] = ACTIONS(2510), + [anon_sym_co_yield] = ACTIONS(2510), + [anon_sym_R_DQUOTE] = ACTIONS(2512), + [anon_sym_LR_DQUOTE] = ACTIONS(2512), + [anon_sym_uR_DQUOTE] = ACTIONS(2512), + [anon_sym_UR_DQUOTE] = ACTIONS(2512), + [anon_sym_u8R_DQUOTE] = ACTIONS(2512), + [anon_sym_co_await] = ACTIONS(2510), + [anon_sym_new] = ACTIONS(2510), + [anon_sym_requires] = ACTIONS(2510), + [sym_this] = ACTIONS(2510), + [sym_nullptr] = ACTIONS(2510), }, [891] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2290), + [aux_sym_preproc_include_token1] = ACTIONS(2290), + [aux_sym_preproc_def_token1] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2632), + [aux_sym_preproc_if_token1] = ACTIONS(2290), + [aux_sym_preproc_if_token2] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), + [sym_preproc_directive] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2290), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_AMP_AMP] = ACTIONS(2288), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_SEMI] = ACTIONS(2632), + [anon_sym_typedef] = ACTIONS(2290), + [anon_sym_extern] = ACTIONS(2290), + [anon_sym___attribute__] = ACTIONS(2290), + [anon_sym_COLON_COLON] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2290), + [anon_sym___based] = ACTIONS(2290), + [anon_sym___cdecl] = ACTIONS(2290), + [anon_sym___clrcall] = ACTIONS(2290), + [anon_sym___stdcall] = ACTIONS(2290), + [anon_sym___fastcall] = ACTIONS(2290), + [anon_sym___thiscall] = ACTIONS(2290), + [anon_sym___vectorcall] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_register] = ACTIONS(2290), + [anon_sym_inline] = ACTIONS(2290), + [anon_sym_thread_local] = ACTIONS(2290), + [anon_sym_const] = ACTIONS(2290), + [anon_sym_volatile] = ACTIONS(2290), + [anon_sym_restrict] = ACTIONS(2290), + [anon_sym__Atomic] = ACTIONS(2290), + [anon_sym_mutable] = ACTIONS(2290), + [anon_sym_constexpr] = ACTIONS(2290), + [anon_sym_constinit] = ACTIONS(2290), + [anon_sym_consteval] = ACTIONS(2290), + [anon_sym_signed] = ACTIONS(2290), + [anon_sym_unsigned] = ACTIONS(2290), + [anon_sym_long] = ACTIONS(2290), + [anon_sym_short] = ACTIONS(2290), + [sym_primitive_type] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_union] = ACTIONS(2290), + [anon_sym_if] = ACTIONS(2290), + [anon_sym_switch] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_default] = ACTIONS(2290), + [anon_sym_while] = ACTIONS(2290), + [anon_sym_do] = ACTIONS(2290), + [anon_sym_for] = ACTIONS(2290), + [anon_sym_return] = ACTIONS(2290), + [anon_sym_break] = ACTIONS(2290), + [anon_sym_continue] = ACTIONS(2290), + [anon_sym_goto] = ACTIONS(2290), + [anon_sym_not] = ACTIONS(2290), + [anon_sym_compl] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2290), + [sym_number_literal] = ACTIONS(2288), + [anon_sym_L_SQUOTE] = ACTIONS(2288), + [anon_sym_u_SQUOTE] = ACTIONS(2288), + [anon_sym_U_SQUOTE] = ACTIONS(2288), + [anon_sym_u8_SQUOTE] = ACTIONS(2288), + [anon_sym_SQUOTE] = ACTIONS(2288), + [anon_sym_L_DQUOTE] = ACTIONS(2288), + [anon_sym_u_DQUOTE] = ACTIONS(2288), + [anon_sym_U_DQUOTE] = ACTIONS(2288), + [anon_sym_u8_DQUOTE] = ACTIONS(2288), + [anon_sym_DQUOTE] = ACTIONS(2288), + [sym_true] = ACTIONS(2290), + [sym_false] = ACTIONS(2290), + [sym_null] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2290), + [anon_sym_decltype] = ACTIONS(2290), + [anon_sym_virtual] = ACTIONS(2290), + [anon_sym_explicit] = ACTIONS(2290), + [anon_sym_typename] = ACTIONS(2290), + [anon_sym_template] = ACTIONS(2290), + [anon_sym_operator] = ACTIONS(2290), + [anon_sym_try] = ACTIONS(2290), + [anon_sym_delete] = ACTIONS(2290), + [anon_sym_throw] = ACTIONS(2290), + [anon_sym_namespace] = ACTIONS(2290), + [anon_sym_using] = ACTIONS(2290), + [anon_sym_static_assert] = ACTIONS(2290), + [anon_sym_concept] = ACTIONS(2290), + [anon_sym_co_return] = ACTIONS(2290), + [anon_sym_co_yield] = ACTIONS(2290), + [anon_sym_R_DQUOTE] = ACTIONS(2288), + [anon_sym_LR_DQUOTE] = ACTIONS(2288), + [anon_sym_uR_DQUOTE] = ACTIONS(2288), + [anon_sym_UR_DQUOTE] = ACTIONS(2288), + [anon_sym_u8R_DQUOTE] = ACTIONS(2288), + [anon_sym_co_await] = ACTIONS(2290), + [anon_sym_new] = ACTIONS(2290), + [anon_sym_requires] = ACTIONS(2290), + [sym_this] = ACTIONS(2290), + [sym_nullptr] = ACTIONS(2290), }, [892] = { - [sym_identifier] = ACTIONS(2538), - [aux_sym_preproc_include_token1] = ACTIONS(2538), - [aux_sym_preproc_def_token1] = ACTIONS(2538), - [aux_sym_preproc_if_token1] = ACTIONS(2538), - [aux_sym_preproc_if_token2] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2538), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2538), - [sym_preproc_directive] = ACTIONS(2538), - [anon_sym_LPAREN2] = ACTIONS(2540), - [anon_sym_BANG] = ACTIONS(2540), - [anon_sym_TILDE] = ACTIONS(2540), - [anon_sym_DASH] = ACTIONS(2538), - [anon_sym_PLUS] = ACTIONS(2538), - [anon_sym_STAR] = ACTIONS(2540), - [anon_sym_AMP_AMP] = ACTIONS(2540), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_SEMI] = ACTIONS(2540), - [anon_sym_typedef] = ACTIONS(2538), - [anon_sym_extern] = ACTIONS(2538), - [anon_sym___attribute__] = ACTIONS(2538), - [anon_sym_COLON_COLON] = ACTIONS(2540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), - [anon_sym___declspec] = ACTIONS(2538), - [anon_sym___based] = ACTIONS(2538), - [anon_sym___cdecl] = ACTIONS(2538), - [anon_sym___clrcall] = ACTIONS(2538), - [anon_sym___stdcall] = ACTIONS(2538), - [anon_sym___fastcall] = ACTIONS(2538), - [anon_sym___thiscall] = ACTIONS(2538), - [anon_sym___vectorcall] = ACTIONS(2538), - [anon_sym_LBRACE] = ACTIONS(2540), - [anon_sym_LBRACK] = ACTIONS(2538), - [anon_sym_static] = ACTIONS(2538), - [anon_sym_register] = ACTIONS(2538), - [anon_sym_inline] = ACTIONS(2538), - [anon_sym_thread_local] = ACTIONS(2538), - [anon_sym_const] = ACTIONS(2538), - [anon_sym_volatile] = ACTIONS(2538), - [anon_sym_restrict] = ACTIONS(2538), - [anon_sym__Atomic] = ACTIONS(2538), - [anon_sym_mutable] = ACTIONS(2538), - [anon_sym_constexpr] = ACTIONS(2538), - [anon_sym_constinit] = ACTIONS(2538), - [anon_sym_consteval] = ACTIONS(2538), - [anon_sym_signed] = ACTIONS(2538), - [anon_sym_unsigned] = ACTIONS(2538), - [anon_sym_long] = ACTIONS(2538), - [anon_sym_short] = ACTIONS(2538), - [sym_primitive_type] = ACTIONS(2538), - [anon_sym_enum] = ACTIONS(2538), - [anon_sym_class] = ACTIONS(2538), - [anon_sym_struct] = ACTIONS(2538), - [anon_sym_union] = ACTIONS(2538), - [anon_sym_if] = ACTIONS(2538), - [anon_sym_else] = ACTIONS(2538), - [anon_sym_switch] = ACTIONS(2538), - [anon_sym_case] = ACTIONS(2538), - [anon_sym_default] = ACTIONS(2538), - [anon_sym_while] = ACTIONS(2538), - [anon_sym_do] = ACTIONS(2538), - [anon_sym_for] = ACTIONS(2538), - [anon_sym_return] = ACTIONS(2538), - [anon_sym_break] = ACTIONS(2538), - [anon_sym_continue] = ACTIONS(2538), - [anon_sym_goto] = ACTIONS(2538), - [anon_sym_not] = ACTIONS(2538), - [anon_sym_compl] = ACTIONS(2538), - [anon_sym_DASH_DASH] = ACTIONS(2540), - [anon_sym_PLUS_PLUS] = ACTIONS(2540), - [anon_sym_sizeof] = ACTIONS(2538), - [sym_number_literal] = ACTIONS(2540), - [anon_sym_L_SQUOTE] = ACTIONS(2540), - [anon_sym_u_SQUOTE] = ACTIONS(2540), - [anon_sym_U_SQUOTE] = ACTIONS(2540), - [anon_sym_u8_SQUOTE] = ACTIONS(2540), - [anon_sym_SQUOTE] = ACTIONS(2540), - [anon_sym_L_DQUOTE] = ACTIONS(2540), - [anon_sym_u_DQUOTE] = ACTIONS(2540), - [anon_sym_U_DQUOTE] = ACTIONS(2540), - [anon_sym_u8_DQUOTE] = ACTIONS(2540), - [anon_sym_DQUOTE] = ACTIONS(2540), - [sym_true] = ACTIONS(2538), - [sym_false] = ACTIONS(2538), - [sym_null] = ACTIONS(2538), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2538), - [anon_sym_decltype] = ACTIONS(2538), - [anon_sym_virtual] = ACTIONS(2538), - [anon_sym_explicit] = ACTIONS(2538), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(2538), - [anon_sym_operator] = ACTIONS(2538), - [anon_sym_try] = ACTIONS(2538), - [anon_sym_delete] = ACTIONS(2538), - [anon_sym_throw] = ACTIONS(2538), - [anon_sym_namespace] = ACTIONS(2538), - [anon_sym_using] = ACTIONS(2538), - [anon_sym_static_assert] = ACTIONS(2538), - [anon_sym_concept] = ACTIONS(2538), - [anon_sym_co_return] = ACTIONS(2538), - [anon_sym_co_yield] = ACTIONS(2538), - [anon_sym_R_DQUOTE] = ACTIONS(2540), - [anon_sym_LR_DQUOTE] = ACTIONS(2540), - [anon_sym_uR_DQUOTE] = ACTIONS(2540), - [anon_sym_UR_DQUOTE] = ACTIONS(2540), - [anon_sym_u8R_DQUOTE] = ACTIONS(2540), - [anon_sym_co_await] = ACTIONS(2538), - [anon_sym_new] = ACTIONS(2538), - [anon_sym_requires] = ACTIONS(2538), - [sym_this] = ACTIONS(2538), - [sym_nullptr] = ACTIONS(2538), + [ts_builtin_sym_end] = ACTIONS(2490), + [sym_identifier] = ACTIONS(2488), + [aux_sym_preproc_include_token1] = ACTIONS(2488), + [aux_sym_preproc_def_token1] = ACTIONS(2488), + [aux_sym_preproc_if_token1] = ACTIONS(2488), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2488), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2488), + [sym_preproc_directive] = ACTIONS(2488), + [anon_sym_LPAREN2] = ACTIONS(2490), + [anon_sym_BANG] = ACTIONS(2490), + [anon_sym_TILDE] = ACTIONS(2490), + [anon_sym_DASH] = ACTIONS(2488), + [anon_sym_PLUS] = ACTIONS(2488), + [anon_sym_STAR] = ACTIONS(2490), + [anon_sym_AMP_AMP] = ACTIONS(2490), + [anon_sym_AMP] = ACTIONS(2488), + [anon_sym_SEMI] = ACTIONS(2490), + [anon_sym_typedef] = ACTIONS(2488), + [anon_sym_extern] = ACTIONS(2488), + [anon_sym___attribute__] = ACTIONS(2488), + [anon_sym_COLON_COLON] = ACTIONS(2490), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2490), + [anon_sym___declspec] = ACTIONS(2488), + [anon_sym___based] = ACTIONS(2488), + [anon_sym___cdecl] = ACTIONS(2488), + [anon_sym___clrcall] = ACTIONS(2488), + [anon_sym___stdcall] = ACTIONS(2488), + [anon_sym___fastcall] = ACTIONS(2488), + [anon_sym___thiscall] = ACTIONS(2488), + [anon_sym___vectorcall] = ACTIONS(2488), + [anon_sym_LBRACE] = ACTIONS(2490), + [anon_sym_LBRACK] = ACTIONS(2488), + [anon_sym_static] = ACTIONS(2488), + [anon_sym_register] = ACTIONS(2488), + [anon_sym_inline] = ACTIONS(2488), + [anon_sym_thread_local] = ACTIONS(2488), + [anon_sym_const] = ACTIONS(2488), + [anon_sym_volatile] = ACTIONS(2488), + [anon_sym_restrict] = ACTIONS(2488), + [anon_sym__Atomic] = ACTIONS(2488), + [anon_sym_mutable] = ACTIONS(2488), + [anon_sym_constexpr] = ACTIONS(2488), + [anon_sym_constinit] = ACTIONS(2488), + [anon_sym_consteval] = ACTIONS(2488), + [anon_sym_signed] = ACTIONS(2488), + [anon_sym_unsigned] = ACTIONS(2488), + [anon_sym_long] = ACTIONS(2488), + [anon_sym_short] = ACTIONS(2488), + [sym_primitive_type] = ACTIONS(2488), + [anon_sym_enum] = ACTIONS(2488), + [anon_sym_class] = ACTIONS(2488), + [anon_sym_struct] = ACTIONS(2488), + [anon_sym_union] = ACTIONS(2488), + [anon_sym_if] = ACTIONS(2488), + [anon_sym_else] = ACTIONS(2488), + [anon_sym_switch] = ACTIONS(2488), + [anon_sym_case] = ACTIONS(2488), + [anon_sym_default] = ACTIONS(2488), + [anon_sym_while] = ACTIONS(2488), + [anon_sym_do] = ACTIONS(2488), + [anon_sym_for] = ACTIONS(2488), + [anon_sym_return] = ACTIONS(2488), + [anon_sym_break] = ACTIONS(2488), + [anon_sym_continue] = ACTIONS(2488), + [anon_sym_goto] = ACTIONS(2488), + [anon_sym_not] = ACTIONS(2488), + [anon_sym_compl] = ACTIONS(2488), + [anon_sym_DASH_DASH] = ACTIONS(2490), + [anon_sym_PLUS_PLUS] = ACTIONS(2490), + [anon_sym_sizeof] = ACTIONS(2488), + [sym_number_literal] = ACTIONS(2490), + [anon_sym_L_SQUOTE] = ACTIONS(2490), + [anon_sym_u_SQUOTE] = ACTIONS(2490), + [anon_sym_U_SQUOTE] = ACTIONS(2490), + [anon_sym_u8_SQUOTE] = ACTIONS(2490), + [anon_sym_SQUOTE] = ACTIONS(2490), + [anon_sym_L_DQUOTE] = ACTIONS(2490), + [anon_sym_u_DQUOTE] = ACTIONS(2490), + [anon_sym_U_DQUOTE] = ACTIONS(2490), + [anon_sym_u8_DQUOTE] = ACTIONS(2490), + [anon_sym_DQUOTE] = ACTIONS(2490), + [sym_true] = ACTIONS(2488), + [sym_false] = ACTIONS(2488), + [sym_null] = ACTIONS(2488), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2488), + [anon_sym_decltype] = ACTIONS(2488), + [anon_sym_virtual] = ACTIONS(2488), + [anon_sym_explicit] = ACTIONS(2488), + [anon_sym_typename] = ACTIONS(2488), + [anon_sym_template] = ACTIONS(2488), + [anon_sym_operator] = ACTIONS(2488), + [anon_sym_try] = ACTIONS(2488), + [anon_sym_delete] = ACTIONS(2488), + [anon_sym_throw] = ACTIONS(2488), + [anon_sym_namespace] = ACTIONS(2488), + [anon_sym_using] = ACTIONS(2488), + [anon_sym_static_assert] = ACTIONS(2488), + [anon_sym_concept] = ACTIONS(2488), + [anon_sym_co_return] = ACTIONS(2488), + [anon_sym_co_yield] = ACTIONS(2488), + [anon_sym_R_DQUOTE] = ACTIONS(2490), + [anon_sym_LR_DQUOTE] = ACTIONS(2490), + [anon_sym_uR_DQUOTE] = ACTIONS(2490), + [anon_sym_UR_DQUOTE] = ACTIONS(2490), + [anon_sym_u8R_DQUOTE] = ACTIONS(2490), + [anon_sym_co_await] = ACTIONS(2488), + [anon_sym_new] = ACTIONS(2488), + [anon_sym_requires] = ACTIONS(2488), + [sym_this] = ACTIONS(2488), + [sym_nullptr] = ACTIONS(2488), }, [893] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [ts_builtin_sym_end] = ACTIONS(2500), + [sym_identifier] = ACTIONS(2498), + [aux_sym_preproc_include_token1] = ACTIONS(2498), + [aux_sym_preproc_def_token1] = ACTIONS(2498), + [aux_sym_preproc_if_token1] = ACTIONS(2498), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2498), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2498), + [sym_preproc_directive] = ACTIONS(2498), + [anon_sym_LPAREN2] = ACTIONS(2500), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_TILDE] = ACTIONS(2500), + [anon_sym_DASH] = ACTIONS(2498), + [anon_sym_PLUS] = ACTIONS(2498), + [anon_sym_STAR] = ACTIONS(2500), + [anon_sym_AMP_AMP] = ACTIONS(2500), + [anon_sym_AMP] = ACTIONS(2498), + [anon_sym_SEMI] = ACTIONS(2500), + [anon_sym_typedef] = ACTIONS(2498), + [anon_sym_extern] = ACTIONS(2498), + [anon_sym___attribute__] = ACTIONS(2498), + [anon_sym_COLON_COLON] = ACTIONS(2500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2500), + [anon_sym___declspec] = ACTIONS(2498), + [anon_sym___based] = ACTIONS(2498), + [anon_sym___cdecl] = ACTIONS(2498), + [anon_sym___clrcall] = ACTIONS(2498), + [anon_sym___stdcall] = ACTIONS(2498), + [anon_sym___fastcall] = ACTIONS(2498), + [anon_sym___thiscall] = ACTIONS(2498), + [anon_sym___vectorcall] = ACTIONS(2498), + [anon_sym_LBRACE] = ACTIONS(2500), + [anon_sym_LBRACK] = ACTIONS(2498), + [anon_sym_static] = ACTIONS(2498), + [anon_sym_register] = ACTIONS(2498), + [anon_sym_inline] = ACTIONS(2498), + [anon_sym_thread_local] = ACTIONS(2498), + [anon_sym_const] = ACTIONS(2498), + [anon_sym_volatile] = ACTIONS(2498), + [anon_sym_restrict] = ACTIONS(2498), + [anon_sym__Atomic] = ACTIONS(2498), + [anon_sym_mutable] = ACTIONS(2498), + [anon_sym_constexpr] = ACTIONS(2498), + [anon_sym_constinit] = ACTIONS(2498), + [anon_sym_consteval] = ACTIONS(2498), + [anon_sym_signed] = ACTIONS(2498), + [anon_sym_unsigned] = ACTIONS(2498), + [anon_sym_long] = ACTIONS(2498), + [anon_sym_short] = ACTIONS(2498), + [sym_primitive_type] = ACTIONS(2498), + [anon_sym_enum] = ACTIONS(2498), + [anon_sym_class] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(2498), + [anon_sym_union] = ACTIONS(2498), + [anon_sym_if] = ACTIONS(2498), + [anon_sym_else] = ACTIONS(2498), + [anon_sym_switch] = ACTIONS(2498), + [anon_sym_case] = ACTIONS(2498), + [anon_sym_default] = ACTIONS(2498), + [anon_sym_while] = ACTIONS(2498), + [anon_sym_do] = ACTIONS(2498), + [anon_sym_for] = ACTIONS(2498), + [anon_sym_return] = ACTIONS(2498), + [anon_sym_break] = ACTIONS(2498), + [anon_sym_continue] = ACTIONS(2498), + [anon_sym_goto] = ACTIONS(2498), + [anon_sym_not] = ACTIONS(2498), + [anon_sym_compl] = ACTIONS(2498), + [anon_sym_DASH_DASH] = ACTIONS(2500), + [anon_sym_PLUS_PLUS] = ACTIONS(2500), + [anon_sym_sizeof] = ACTIONS(2498), + [sym_number_literal] = ACTIONS(2500), + [anon_sym_L_SQUOTE] = ACTIONS(2500), + [anon_sym_u_SQUOTE] = ACTIONS(2500), + [anon_sym_U_SQUOTE] = ACTIONS(2500), + [anon_sym_u8_SQUOTE] = ACTIONS(2500), + [anon_sym_SQUOTE] = ACTIONS(2500), + [anon_sym_L_DQUOTE] = ACTIONS(2500), + [anon_sym_u_DQUOTE] = ACTIONS(2500), + [anon_sym_U_DQUOTE] = ACTIONS(2500), + [anon_sym_u8_DQUOTE] = ACTIONS(2500), + [anon_sym_DQUOTE] = ACTIONS(2500), + [sym_true] = ACTIONS(2498), + [sym_false] = ACTIONS(2498), + [sym_null] = ACTIONS(2498), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2498), + [anon_sym_decltype] = ACTIONS(2498), + [anon_sym_virtual] = ACTIONS(2498), + [anon_sym_explicit] = ACTIONS(2498), + [anon_sym_typename] = ACTIONS(2498), + [anon_sym_template] = ACTIONS(2498), + [anon_sym_operator] = ACTIONS(2498), + [anon_sym_try] = ACTIONS(2498), + [anon_sym_delete] = ACTIONS(2498), + [anon_sym_throw] = ACTIONS(2498), + [anon_sym_namespace] = ACTIONS(2498), + [anon_sym_using] = ACTIONS(2498), + [anon_sym_static_assert] = ACTIONS(2498), + [anon_sym_concept] = ACTIONS(2498), + [anon_sym_co_return] = ACTIONS(2498), + [anon_sym_co_yield] = ACTIONS(2498), + [anon_sym_R_DQUOTE] = ACTIONS(2500), + [anon_sym_LR_DQUOTE] = ACTIONS(2500), + [anon_sym_uR_DQUOTE] = ACTIONS(2500), + [anon_sym_UR_DQUOTE] = ACTIONS(2500), + [anon_sym_u8R_DQUOTE] = ACTIONS(2500), + [anon_sym_co_await] = ACTIONS(2498), + [anon_sym_new] = ACTIONS(2498), + [anon_sym_requires] = ACTIONS(2498), + [sym_this] = ACTIONS(2498), + [sym_nullptr] = ACTIONS(2498), }, [894] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2594), + [aux_sym_preproc_include_token1] = ACTIONS(2594), + [aux_sym_preproc_def_token1] = ACTIONS(2594), + [aux_sym_preproc_if_token1] = ACTIONS(2594), + [aux_sym_preproc_if_token2] = ACTIONS(2594), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2594), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2594), + [sym_preproc_directive] = ACTIONS(2594), + [anon_sym_LPAREN2] = ACTIONS(2596), + [anon_sym_BANG] = ACTIONS(2596), + [anon_sym_TILDE] = ACTIONS(2596), + [anon_sym_DASH] = ACTIONS(2594), + [anon_sym_PLUS] = ACTIONS(2594), + [anon_sym_STAR] = ACTIONS(2596), + [anon_sym_AMP_AMP] = ACTIONS(2596), + [anon_sym_AMP] = ACTIONS(2594), + [anon_sym_SEMI] = ACTIONS(2596), + [anon_sym_typedef] = ACTIONS(2594), + [anon_sym_extern] = ACTIONS(2594), + [anon_sym___attribute__] = ACTIONS(2594), + [anon_sym_COLON_COLON] = ACTIONS(2596), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2596), + [anon_sym___declspec] = ACTIONS(2594), + [anon_sym___based] = ACTIONS(2594), + [anon_sym___cdecl] = ACTIONS(2594), + [anon_sym___clrcall] = ACTIONS(2594), + [anon_sym___stdcall] = ACTIONS(2594), + [anon_sym___fastcall] = ACTIONS(2594), + [anon_sym___thiscall] = ACTIONS(2594), + [anon_sym___vectorcall] = ACTIONS(2594), + [anon_sym_LBRACE] = ACTIONS(2596), + [anon_sym_LBRACK] = ACTIONS(2594), + [anon_sym_static] = ACTIONS(2594), + [anon_sym_register] = ACTIONS(2594), + [anon_sym_inline] = ACTIONS(2594), + [anon_sym_thread_local] = ACTIONS(2594), + [anon_sym_const] = ACTIONS(2594), + [anon_sym_volatile] = ACTIONS(2594), + [anon_sym_restrict] = ACTIONS(2594), + [anon_sym__Atomic] = ACTIONS(2594), + [anon_sym_mutable] = ACTIONS(2594), + [anon_sym_constexpr] = ACTIONS(2594), + [anon_sym_constinit] = ACTIONS(2594), + [anon_sym_consteval] = ACTIONS(2594), + [anon_sym_signed] = ACTIONS(2594), + [anon_sym_unsigned] = ACTIONS(2594), + [anon_sym_long] = ACTIONS(2594), + [anon_sym_short] = ACTIONS(2594), + [sym_primitive_type] = ACTIONS(2594), + [anon_sym_enum] = ACTIONS(2594), + [anon_sym_class] = ACTIONS(2594), + [anon_sym_struct] = ACTIONS(2594), + [anon_sym_union] = ACTIONS(2594), + [anon_sym_if] = ACTIONS(2594), + [anon_sym_else] = ACTIONS(2908), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2594), + [anon_sym_default] = ACTIONS(2594), + [anon_sym_while] = ACTIONS(2594), + [anon_sym_do] = ACTIONS(2594), + [anon_sym_for] = ACTIONS(2594), + [anon_sym_return] = ACTIONS(2594), + [anon_sym_break] = ACTIONS(2594), + [anon_sym_continue] = ACTIONS(2594), + [anon_sym_goto] = ACTIONS(2594), + [anon_sym_not] = ACTIONS(2594), + [anon_sym_compl] = ACTIONS(2594), + [anon_sym_DASH_DASH] = ACTIONS(2596), + [anon_sym_PLUS_PLUS] = ACTIONS(2596), + [anon_sym_sizeof] = ACTIONS(2594), + [sym_number_literal] = ACTIONS(2596), + [anon_sym_L_SQUOTE] = ACTIONS(2596), + [anon_sym_u_SQUOTE] = ACTIONS(2596), + [anon_sym_U_SQUOTE] = ACTIONS(2596), + [anon_sym_u8_SQUOTE] = ACTIONS(2596), + [anon_sym_SQUOTE] = ACTIONS(2596), + [anon_sym_L_DQUOTE] = ACTIONS(2596), + [anon_sym_u_DQUOTE] = ACTIONS(2596), + [anon_sym_U_DQUOTE] = ACTIONS(2596), + [anon_sym_u8_DQUOTE] = ACTIONS(2596), + [anon_sym_DQUOTE] = ACTIONS(2596), + [sym_true] = ACTIONS(2594), + [sym_false] = ACTIONS(2594), + [sym_null] = ACTIONS(2594), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2594), + [anon_sym_decltype] = ACTIONS(2594), + [anon_sym_virtual] = ACTIONS(2594), + [anon_sym_explicit] = ACTIONS(2594), + [anon_sym_typename] = ACTIONS(2594), + [anon_sym_template] = ACTIONS(2594), + [anon_sym_operator] = ACTIONS(2594), + [anon_sym_try] = ACTIONS(2594), + [anon_sym_delete] = ACTIONS(2594), + [anon_sym_throw] = ACTIONS(2594), + [anon_sym_namespace] = ACTIONS(2594), + [anon_sym_using] = ACTIONS(2594), + [anon_sym_static_assert] = ACTIONS(2594), + [anon_sym_concept] = ACTIONS(2594), + [anon_sym_co_return] = ACTIONS(2594), + [anon_sym_co_yield] = ACTIONS(2594), + [anon_sym_R_DQUOTE] = ACTIONS(2596), + [anon_sym_LR_DQUOTE] = ACTIONS(2596), + [anon_sym_uR_DQUOTE] = ACTIONS(2596), + [anon_sym_UR_DQUOTE] = ACTIONS(2596), + [anon_sym_u8R_DQUOTE] = ACTIONS(2596), + [anon_sym_co_await] = ACTIONS(2594), + [anon_sym_new] = ACTIONS(2594), + [anon_sym_requires] = ACTIONS(2594), + [sym_this] = ACTIONS(2594), + [sym_nullptr] = ACTIONS(2594), }, [895] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2290), + [aux_sym_preproc_include_token1] = ACTIONS(2290), + [aux_sym_preproc_def_token1] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2632), + [aux_sym_preproc_if_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), + [sym_preproc_directive] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2290), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_AMP_AMP] = ACTIONS(2288), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_SEMI] = ACTIONS(2288), + [anon_sym_typedef] = ACTIONS(2290), + [anon_sym_extern] = ACTIONS(2290), + [anon_sym___attribute__] = ACTIONS(2290), + [anon_sym_COLON_COLON] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2290), + [anon_sym___based] = ACTIONS(2290), + [anon_sym___cdecl] = ACTIONS(2290), + [anon_sym___clrcall] = ACTIONS(2290), + [anon_sym___stdcall] = ACTIONS(2290), + [anon_sym___fastcall] = ACTIONS(2290), + [anon_sym___thiscall] = ACTIONS(2290), + [anon_sym___vectorcall] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_RBRACE] = ACTIONS(2632), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_register] = ACTIONS(2290), + [anon_sym_inline] = ACTIONS(2290), + [anon_sym_thread_local] = ACTIONS(2290), + [anon_sym_const] = ACTIONS(2290), + [anon_sym_volatile] = ACTIONS(2290), + [anon_sym_restrict] = ACTIONS(2290), + [anon_sym__Atomic] = ACTIONS(2290), + [anon_sym_mutable] = ACTIONS(2290), + [anon_sym_constexpr] = ACTIONS(2290), + [anon_sym_constinit] = ACTIONS(2290), + [anon_sym_consteval] = ACTIONS(2290), + [anon_sym_signed] = ACTIONS(2290), + [anon_sym_unsigned] = ACTIONS(2290), + [anon_sym_long] = ACTIONS(2290), + [anon_sym_short] = ACTIONS(2290), + [sym_primitive_type] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_union] = ACTIONS(2290), + [anon_sym_if] = ACTIONS(2290), + [anon_sym_switch] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_default] = ACTIONS(2290), + [anon_sym_while] = ACTIONS(2290), + [anon_sym_do] = ACTIONS(2290), + [anon_sym_for] = ACTIONS(2290), + [anon_sym_return] = ACTIONS(2290), + [anon_sym_break] = ACTIONS(2290), + [anon_sym_continue] = ACTIONS(2290), + [anon_sym_goto] = ACTIONS(2290), + [anon_sym_not] = ACTIONS(2290), + [anon_sym_compl] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2290), + [sym_number_literal] = ACTIONS(2288), + [anon_sym_L_SQUOTE] = ACTIONS(2288), + [anon_sym_u_SQUOTE] = ACTIONS(2288), + [anon_sym_U_SQUOTE] = ACTIONS(2288), + [anon_sym_u8_SQUOTE] = ACTIONS(2288), + [anon_sym_SQUOTE] = ACTIONS(2288), + [anon_sym_L_DQUOTE] = ACTIONS(2288), + [anon_sym_u_DQUOTE] = ACTIONS(2288), + [anon_sym_U_DQUOTE] = ACTIONS(2288), + [anon_sym_u8_DQUOTE] = ACTIONS(2288), + [anon_sym_DQUOTE] = ACTIONS(2288), + [sym_true] = ACTIONS(2290), + [sym_false] = ACTIONS(2290), + [sym_null] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2290), + [anon_sym_decltype] = ACTIONS(2290), + [anon_sym_virtual] = ACTIONS(2290), + [anon_sym_explicit] = ACTIONS(2290), + [anon_sym_typename] = ACTIONS(2290), + [anon_sym_template] = ACTIONS(2290), + [anon_sym_operator] = ACTIONS(2290), + [anon_sym_try] = ACTIONS(2290), + [anon_sym_delete] = ACTIONS(2290), + [anon_sym_throw] = ACTIONS(2290), + [anon_sym_namespace] = ACTIONS(2290), + [anon_sym_using] = ACTIONS(2290), + [anon_sym_static_assert] = ACTIONS(2290), + [anon_sym_concept] = ACTIONS(2290), + [anon_sym_co_return] = ACTIONS(2290), + [anon_sym_co_yield] = ACTIONS(2290), + [anon_sym_R_DQUOTE] = ACTIONS(2288), + [anon_sym_LR_DQUOTE] = ACTIONS(2288), + [anon_sym_uR_DQUOTE] = ACTIONS(2288), + [anon_sym_UR_DQUOTE] = ACTIONS(2288), + [anon_sym_u8R_DQUOTE] = ACTIONS(2288), + [anon_sym_co_await] = ACTIONS(2290), + [anon_sym_new] = ACTIONS(2290), + [anon_sym_requires] = ACTIONS(2290), + [sym_this] = ACTIONS(2290), + [sym_nullptr] = ACTIONS(2290), }, [896] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [ts_builtin_sym_end] = ACTIONS(2504), + [sym_identifier] = ACTIONS(2502), + [aux_sym_preproc_include_token1] = ACTIONS(2502), + [aux_sym_preproc_def_token1] = ACTIONS(2502), + [aux_sym_preproc_if_token1] = ACTIONS(2502), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2502), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2502), + [sym_preproc_directive] = ACTIONS(2502), + [anon_sym_LPAREN2] = ACTIONS(2504), + [anon_sym_BANG] = ACTIONS(2504), + [anon_sym_TILDE] = ACTIONS(2504), + [anon_sym_DASH] = ACTIONS(2502), + [anon_sym_PLUS] = ACTIONS(2502), + [anon_sym_STAR] = ACTIONS(2504), + [anon_sym_AMP_AMP] = ACTIONS(2504), + [anon_sym_AMP] = ACTIONS(2502), + [anon_sym_SEMI] = ACTIONS(2504), + [anon_sym_typedef] = ACTIONS(2502), + [anon_sym_extern] = ACTIONS(2502), + [anon_sym___attribute__] = ACTIONS(2502), + [anon_sym_COLON_COLON] = ACTIONS(2504), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2504), + [anon_sym___declspec] = ACTIONS(2502), + [anon_sym___based] = ACTIONS(2502), + [anon_sym___cdecl] = ACTIONS(2502), + [anon_sym___clrcall] = ACTIONS(2502), + [anon_sym___stdcall] = ACTIONS(2502), + [anon_sym___fastcall] = ACTIONS(2502), + [anon_sym___thiscall] = ACTIONS(2502), + [anon_sym___vectorcall] = ACTIONS(2502), + [anon_sym_LBRACE] = ACTIONS(2504), + [anon_sym_LBRACK] = ACTIONS(2502), + [anon_sym_static] = ACTIONS(2502), + [anon_sym_register] = ACTIONS(2502), + [anon_sym_inline] = ACTIONS(2502), + [anon_sym_thread_local] = ACTIONS(2502), + [anon_sym_const] = ACTIONS(2502), + [anon_sym_volatile] = ACTIONS(2502), + [anon_sym_restrict] = ACTIONS(2502), + [anon_sym__Atomic] = ACTIONS(2502), + [anon_sym_mutable] = ACTIONS(2502), + [anon_sym_constexpr] = ACTIONS(2502), + [anon_sym_constinit] = ACTIONS(2502), + [anon_sym_consteval] = ACTIONS(2502), + [anon_sym_signed] = ACTIONS(2502), + [anon_sym_unsigned] = ACTIONS(2502), + [anon_sym_long] = ACTIONS(2502), + [anon_sym_short] = ACTIONS(2502), + [sym_primitive_type] = ACTIONS(2502), + [anon_sym_enum] = ACTIONS(2502), + [anon_sym_class] = ACTIONS(2502), + [anon_sym_struct] = ACTIONS(2502), + [anon_sym_union] = ACTIONS(2502), + [anon_sym_if] = ACTIONS(2502), + [anon_sym_else] = ACTIONS(2502), + [anon_sym_switch] = ACTIONS(2502), + [anon_sym_case] = ACTIONS(2502), + [anon_sym_default] = ACTIONS(2502), + [anon_sym_while] = ACTIONS(2502), + [anon_sym_do] = ACTIONS(2502), + [anon_sym_for] = ACTIONS(2502), + [anon_sym_return] = ACTIONS(2502), + [anon_sym_break] = ACTIONS(2502), + [anon_sym_continue] = ACTIONS(2502), + [anon_sym_goto] = ACTIONS(2502), + [anon_sym_not] = ACTIONS(2502), + [anon_sym_compl] = ACTIONS(2502), + [anon_sym_DASH_DASH] = ACTIONS(2504), + [anon_sym_PLUS_PLUS] = ACTIONS(2504), + [anon_sym_sizeof] = ACTIONS(2502), + [sym_number_literal] = ACTIONS(2504), + [anon_sym_L_SQUOTE] = ACTIONS(2504), + [anon_sym_u_SQUOTE] = ACTIONS(2504), + [anon_sym_U_SQUOTE] = ACTIONS(2504), + [anon_sym_u8_SQUOTE] = ACTIONS(2504), + [anon_sym_SQUOTE] = ACTIONS(2504), + [anon_sym_L_DQUOTE] = ACTIONS(2504), + [anon_sym_u_DQUOTE] = ACTIONS(2504), + [anon_sym_U_DQUOTE] = ACTIONS(2504), + [anon_sym_u8_DQUOTE] = ACTIONS(2504), + [anon_sym_DQUOTE] = ACTIONS(2504), + [sym_true] = ACTIONS(2502), + [sym_false] = ACTIONS(2502), + [sym_null] = ACTIONS(2502), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2502), + [anon_sym_decltype] = ACTIONS(2502), + [anon_sym_virtual] = ACTIONS(2502), + [anon_sym_explicit] = ACTIONS(2502), + [anon_sym_typename] = ACTIONS(2502), + [anon_sym_template] = ACTIONS(2502), + [anon_sym_operator] = ACTIONS(2502), + [anon_sym_try] = ACTIONS(2502), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_throw] = ACTIONS(2502), + [anon_sym_namespace] = ACTIONS(2502), + [anon_sym_using] = ACTIONS(2502), + [anon_sym_static_assert] = ACTIONS(2502), + [anon_sym_concept] = ACTIONS(2502), + [anon_sym_co_return] = ACTIONS(2502), + [anon_sym_co_yield] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2504), + [anon_sym_LR_DQUOTE] = ACTIONS(2504), + [anon_sym_uR_DQUOTE] = ACTIONS(2504), + [anon_sym_UR_DQUOTE] = ACTIONS(2504), + [anon_sym_u8R_DQUOTE] = ACTIONS(2504), + [anon_sym_co_await] = ACTIONS(2502), + [anon_sym_new] = ACTIONS(2502), + [anon_sym_requires] = ACTIONS(2502), + [sym_this] = ACTIONS(2502), + [sym_nullptr] = ACTIONS(2502), }, [897] = { - [sym_identifier] = ACTIONS(2404), - [aux_sym_preproc_include_token1] = ACTIONS(2404), - [aux_sym_preproc_def_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token1] = ACTIONS(2404), - [aux_sym_preproc_if_token2] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2404), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2404), - [sym_preproc_directive] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2404), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym___based] = ACTIONS(2404), - [anon_sym___cdecl] = ACTIONS(2404), - [anon_sym___clrcall] = ACTIONS(2404), - [anon_sym___stdcall] = ACTIONS(2404), - [anon_sym___fastcall] = ACTIONS(2404), - [anon_sym___thiscall] = ACTIONS(2404), - [anon_sym___vectorcall] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_case] = ACTIONS(2404), - [anon_sym_default] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_explicit] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_operator] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_namespace] = ACTIONS(2404), - [anon_sym_using] = ACTIONS(2404), - [anon_sym_static_assert] = ACTIONS(2404), - [anon_sym_concept] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2526), + [sym_identifier] = ACTIONS(2524), + [aux_sym_preproc_include_token1] = ACTIONS(2524), + [aux_sym_preproc_def_token1] = ACTIONS(2524), + [aux_sym_preproc_if_token1] = ACTIONS(2524), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2524), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2524), + [sym_preproc_directive] = ACTIONS(2524), + [anon_sym_LPAREN2] = ACTIONS(2526), + [anon_sym_BANG] = ACTIONS(2526), + [anon_sym_TILDE] = ACTIONS(2526), + [anon_sym_DASH] = ACTIONS(2524), + [anon_sym_PLUS] = ACTIONS(2524), + [anon_sym_STAR] = ACTIONS(2526), + [anon_sym_AMP_AMP] = ACTIONS(2526), + [anon_sym_AMP] = ACTIONS(2524), + [anon_sym_SEMI] = ACTIONS(2526), + [anon_sym_typedef] = ACTIONS(2524), + [anon_sym_extern] = ACTIONS(2524), + [anon_sym___attribute__] = ACTIONS(2524), + [anon_sym_COLON_COLON] = ACTIONS(2526), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2526), + [anon_sym___declspec] = ACTIONS(2524), + [anon_sym___based] = ACTIONS(2524), + [anon_sym___cdecl] = ACTIONS(2524), + [anon_sym___clrcall] = ACTIONS(2524), + [anon_sym___stdcall] = ACTIONS(2524), + [anon_sym___fastcall] = ACTIONS(2524), + [anon_sym___thiscall] = ACTIONS(2524), + [anon_sym___vectorcall] = ACTIONS(2524), + [anon_sym_LBRACE] = ACTIONS(2526), + [anon_sym_LBRACK] = ACTIONS(2524), + [anon_sym_static] = ACTIONS(2524), + [anon_sym_register] = ACTIONS(2524), + [anon_sym_inline] = ACTIONS(2524), + [anon_sym_thread_local] = ACTIONS(2524), + [anon_sym_const] = ACTIONS(2524), + [anon_sym_volatile] = ACTIONS(2524), + [anon_sym_restrict] = ACTIONS(2524), + [anon_sym__Atomic] = ACTIONS(2524), + [anon_sym_mutable] = ACTIONS(2524), + [anon_sym_constexpr] = ACTIONS(2524), + [anon_sym_constinit] = ACTIONS(2524), + [anon_sym_consteval] = ACTIONS(2524), + [anon_sym_signed] = ACTIONS(2524), + [anon_sym_unsigned] = ACTIONS(2524), + [anon_sym_long] = ACTIONS(2524), + [anon_sym_short] = ACTIONS(2524), + [sym_primitive_type] = ACTIONS(2524), + [anon_sym_enum] = ACTIONS(2524), + [anon_sym_class] = ACTIONS(2524), + [anon_sym_struct] = ACTIONS(2524), + [anon_sym_union] = ACTIONS(2524), + [anon_sym_if] = ACTIONS(2524), + [anon_sym_else] = ACTIONS(2524), + [anon_sym_switch] = ACTIONS(2524), + [anon_sym_case] = ACTIONS(2524), + [anon_sym_default] = ACTIONS(2524), + [anon_sym_while] = ACTIONS(2524), + [anon_sym_do] = ACTIONS(2524), + [anon_sym_for] = ACTIONS(2524), + [anon_sym_return] = ACTIONS(2524), + [anon_sym_break] = ACTIONS(2524), + [anon_sym_continue] = ACTIONS(2524), + [anon_sym_goto] = ACTIONS(2524), + [anon_sym_not] = ACTIONS(2524), + [anon_sym_compl] = ACTIONS(2524), + [anon_sym_DASH_DASH] = ACTIONS(2526), + [anon_sym_PLUS_PLUS] = ACTIONS(2526), + [anon_sym_sizeof] = ACTIONS(2524), + [sym_number_literal] = ACTIONS(2526), + [anon_sym_L_SQUOTE] = ACTIONS(2526), + [anon_sym_u_SQUOTE] = ACTIONS(2526), + [anon_sym_U_SQUOTE] = ACTIONS(2526), + [anon_sym_u8_SQUOTE] = ACTIONS(2526), + [anon_sym_SQUOTE] = ACTIONS(2526), + [anon_sym_L_DQUOTE] = ACTIONS(2526), + [anon_sym_u_DQUOTE] = ACTIONS(2526), + [anon_sym_U_DQUOTE] = ACTIONS(2526), + [anon_sym_u8_DQUOTE] = ACTIONS(2526), + [anon_sym_DQUOTE] = ACTIONS(2526), + [sym_true] = ACTIONS(2524), + [sym_false] = ACTIONS(2524), + [sym_null] = ACTIONS(2524), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2524), + [anon_sym_decltype] = ACTIONS(2524), + [anon_sym_virtual] = ACTIONS(2524), + [anon_sym_explicit] = ACTIONS(2524), + [anon_sym_typename] = ACTIONS(2524), + [anon_sym_template] = ACTIONS(2524), + [anon_sym_operator] = ACTIONS(2524), + [anon_sym_try] = ACTIONS(2524), + [anon_sym_delete] = ACTIONS(2524), + [anon_sym_throw] = ACTIONS(2524), + [anon_sym_namespace] = ACTIONS(2524), + [anon_sym_using] = ACTIONS(2524), + [anon_sym_static_assert] = ACTIONS(2524), + [anon_sym_concept] = ACTIONS(2524), + [anon_sym_co_return] = ACTIONS(2524), + [anon_sym_co_yield] = ACTIONS(2524), + [anon_sym_R_DQUOTE] = ACTIONS(2526), + [anon_sym_LR_DQUOTE] = ACTIONS(2526), + [anon_sym_uR_DQUOTE] = ACTIONS(2526), + [anon_sym_UR_DQUOTE] = ACTIONS(2526), + [anon_sym_u8R_DQUOTE] = ACTIONS(2526), + [anon_sym_co_await] = ACTIONS(2524), + [anon_sym_new] = ACTIONS(2524), + [anon_sym_requires] = ACTIONS(2524), + [sym_this] = ACTIONS(2524), + [sym_nullptr] = ACTIONS(2524), }, [898] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2612), + [aux_sym_preproc_include_token1] = ACTIONS(2612), + [aux_sym_preproc_def_token1] = ACTIONS(2612), + [aux_sym_preproc_if_token1] = ACTIONS(2612), + [aux_sym_preproc_if_token2] = ACTIONS(2612), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2612), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2612), + [sym_preproc_directive] = ACTIONS(2612), + [anon_sym_LPAREN2] = ACTIONS(2614), + [anon_sym_BANG] = ACTIONS(2614), + [anon_sym_TILDE] = ACTIONS(2614), + [anon_sym_DASH] = ACTIONS(2612), + [anon_sym_PLUS] = ACTIONS(2612), + [anon_sym_STAR] = ACTIONS(2614), + [anon_sym_AMP_AMP] = ACTIONS(2614), + [anon_sym_AMP] = ACTIONS(2612), + [anon_sym_SEMI] = ACTIONS(2614), + [anon_sym_typedef] = ACTIONS(2612), + [anon_sym_extern] = ACTIONS(2612), + [anon_sym___attribute__] = ACTIONS(2612), + [anon_sym_COLON_COLON] = ACTIONS(2614), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2614), + [anon_sym___declspec] = ACTIONS(2612), + [anon_sym___based] = ACTIONS(2612), + [anon_sym___cdecl] = ACTIONS(2612), + [anon_sym___clrcall] = ACTIONS(2612), + [anon_sym___stdcall] = ACTIONS(2612), + [anon_sym___fastcall] = ACTIONS(2612), + [anon_sym___thiscall] = ACTIONS(2612), + [anon_sym___vectorcall] = ACTIONS(2612), + [anon_sym_LBRACE] = ACTIONS(2614), + [anon_sym_LBRACK] = ACTIONS(2612), + [anon_sym_static] = ACTIONS(2612), + [anon_sym_register] = ACTIONS(2612), + [anon_sym_inline] = ACTIONS(2612), + [anon_sym_thread_local] = ACTIONS(2612), + [anon_sym_const] = ACTIONS(2612), + [anon_sym_volatile] = ACTIONS(2612), + [anon_sym_restrict] = ACTIONS(2612), + [anon_sym__Atomic] = ACTIONS(2612), + [anon_sym_mutable] = ACTIONS(2612), + [anon_sym_constexpr] = ACTIONS(2612), + [anon_sym_constinit] = ACTIONS(2612), + [anon_sym_consteval] = ACTIONS(2612), + [anon_sym_signed] = ACTIONS(2612), + [anon_sym_unsigned] = ACTIONS(2612), + [anon_sym_long] = ACTIONS(2612), + [anon_sym_short] = ACTIONS(2612), + [sym_primitive_type] = ACTIONS(2612), + [anon_sym_enum] = ACTIONS(2612), + [anon_sym_class] = ACTIONS(2612), + [anon_sym_struct] = ACTIONS(2612), + [anon_sym_union] = ACTIONS(2612), + [anon_sym_if] = ACTIONS(2612), + [anon_sym_else] = ACTIONS(2612), + [anon_sym_switch] = ACTIONS(2612), + [anon_sym_case] = ACTIONS(2612), + [anon_sym_default] = ACTIONS(2612), + [anon_sym_while] = ACTIONS(2612), + [anon_sym_do] = ACTIONS(2612), + [anon_sym_for] = ACTIONS(2612), + [anon_sym_return] = ACTIONS(2612), + [anon_sym_break] = ACTIONS(2612), + [anon_sym_continue] = ACTIONS(2612), + [anon_sym_goto] = ACTIONS(2612), + [anon_sym_not] = ACTIONS(2612), + [anon_sym_compl] = ACTIONS(2612), + [anon_sym_DASH_DASH] = ACTIONS(2614), + [anon_sym_PLUS_PLUS] = ACTIONS(2614), + [anon_sym_sizeof] = ACTIONS(2612), + [sym_number_literal] = ACTIONS(2614), + [anon_sym_L_SQUOTE] = ACTIONS(2614), + [anon_sym_u_SQUOTE] = ACTIONS(2614), + [anon_sym_U_SQUOTE] = ACTIONS(2614), + [anon_sym_u8_SQUOTE] = ACTIONS(2614), + [anon_sym_SQUOTE] = ACTIONS(2614), + [anon_sym_L_DQUOTE] = ACTIONS(2614), + [anon_sym_u_DQUOTE] = ACTIONS(2614), + [anon_sym_U_DQUOTE] = ACTIONS(2614), + [anon_sym_u8_DQUOTE] = ACTIONS(2614), + [anon_sym_DQUOTE] = ACTIONS(2614), + [sym_true] = ACTIONS(2612), + [sym_false] = ACTIONS(2612), + [sym_null] = ACTIONS(2612), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2612), + [anon_sym_decltype] = ACTIONS(2612), + [anon_sym_virtual] = ACTIONS(2612), + [anon_sym_explicit] = ACTIONS(2612), + [anon_sym_typename] = ACTIONS(2612), + [anon_sym_template] = ACTIONS(2612), + [anon_sym_operator] = ACTIONS(2612), + [anon_sym_try] = ACTIONS(2612), + [anon_sym_delete] = ACTIONS(2612), + [anon_sym_throw] = ACTIONS(2612), + [anon_sym_namespace] = ACTIONS(2612), + [anon_sym_using] = ACTIONS(2612), + [anon_sym_static_assert] = ACTIONS(2612), + [anon_sym_concept] = ACTIONS(2612), + [anon_sym_co_return] = ACTIONS(2612), + [anon_sym_co_yield] = ACTIONS(2612), + [anon_sym_R_DQUOTE] = ACTIONS(2614), + [anon_sym_LR_DQUOTE] = ACTIONS(2614), + [anon_sym_uR_DQUOTE] = ACTIONS(2614), + [anon_sym_UR_DQUOTE] = ACTIONS(2614), + [anon_sym_u8R_DQUOTE] = ACTIONS(2614), + [anon_sym_co_await] = ACTIONS(2612), + [anon_sym_new] = ACTIONS(2612), + [anon_sym_requires] = ACTIONS(2612), + [sym_this] = ACTIONS(2612), + [sym_nullptr] = ACTIONS(2612), }, [899] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [ts_builtin_sym_end] = ACTIONS(2560), + [sym_identifier] = ACTIONS(2558), + [aux_sym_preproc_include_token1] = ACTIONS(2558), + [aux_sym_preproc_def_token1] = ACTIONS(2558), + [aux_sym_preproc_if_token1] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2558), + [sym_preproc_directive] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(2560), + [anon_sym_BANG] = ACTIONS(2560), + [anon_sym_TILDE] = ACTIONS(2560), + [anon_sym_DASH] = ACTIONS(2558), + [anon_sym_PLUS] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2560), + [anon_sym_AMP_AMP] = ACTIONS(2560), + [anon_sym_AMP] = ACTIONS(2558), + [anon_sym_SEMI] = ACTIONS(2560), + [anon_sym_typedef] = ACTIONS(2558), + [anon_sym_extern] = ACTIONS(2558), + [anon_sym___attribute__] = ACTIONS(2558), + [anon_sym_COLON_COLON] = ACTIONS(2560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2560), + [anon_sym___declspec] = ACTIONS(2558), + [anon_sym___based] = ACTIONS(2558), + [anon_sym___cdecl] = ACTIONS(2558), + [anon_sym___clrcall] = ACTIONS(2558), + [anon_sym___stdcall] = ACTIONS(2558), + [anon_sym___fastcall] = ACTIONS(2558), + [anon_sym___thiscall] = ACTIONS(2558), + [anon_sym___vectorcall] = ACTIONS(2558), + [anon_sym_LBRACE] = ACTIONS(2560), + [anon_sym_LBRACK] = ACTIONS(2558), + [anon_sym_static] = ACTIONS(2558), + [anon_sym_register] = ACTIONS(2558), + [anon_sym_inline] = ACTIONS(2558), + [anon_sym_thread_local] = ACTIONS(2558), + [anon_sym_const] = ACTIONS(2558), + [anon_sym_volatile] = ACTIONS(2558), + [anon_sym_restrict] = ACTIONS(2558), + [anon_sym__Atomic] = ACTIONS(2558), + [anon_sym_mutable] = ACTIONS(2558), + [anon_sym_constexpr] = ACTIONS(2558), + [anon_sym_constinit] = ACTIONS(2558), + [anon_sym_consteval] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2558), + [anon_sym_unsigned] = ACTIONS(2558), + [anon_sym_long] = ACTIONS(2558), + [anon_sym_short] = ACTIONS(2558), + [sym_primitive_type] = ACTIONS(2558), + [anon_sym_enum] = ACTIONS(2558), + [anon_sym_class] = ACTIONS(2558), + [anon_sym_struct] = ACTIONS(2558), + [anon_sym_union] = ACTIONS(2558), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_else] = ACTIONS(2558), + [anon_sym_switch] = ACTIONS(2558), + [anon_sym_case] = ACTIONS(2558), + [anon_sym_default] = ACTIONS(2558), + [anon_sym_while] = ACTIONS(2558), + [anon_sym_do] = ACTIONS(2558), + [anon_sym_for] = ACTIONS(2558), + [anon_sym_return] = ACTIONS(2558), + [anon_sym_break] = ACTIONS(2558), + [anon_sym_continue] = ACTIONS(2558), + [anon_sym_goto] = ACTIONS(2558), + [anon_sym_not] = ACTIONS(2558), + [anon_sym_compl] = ACTIONS(2558), + [anon_sym_DASH_DASH] = ACTIONS(2560), + [anon_sym_PLUS_PLUS] = ACTIONS(2560), + [anon_sym_sizeof] = ACTIONS(2558), + [sym_number_literal] = ACTIONS(2560), + [anon_sym_L_SQUOTE] = ACTIONS(2560), + [anon_sym_u_SQUOTE] = ACTIONS(2560), + [anon_sym_U_SQUOTE] = ACTIONS(2560), + [anon_sym_u8_SQUOTE] = ACTIONS(2560), + [anon_sym_SQUOTE] = ACTIONS(2560), + [anon_sym_L_DQUOTE] = ACTIONS(2560), + [anon_sym_u_DQUOTE] = ACTIONS(2560), + [anon_sym_U_DQUOTE] = ACTIONS(2560), + [anon_sym_u8_DQUOTE] = ACTIONS(2560), + [anon_sym_DQUOTE] = ACTIONS(2560), + [sym_true] = ACTIONS(2558), + [sym_false] = ACTIONS(2558), + [sym_null] = ACTIONS(2558), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2558), + [anon_sym_virtual] = ACTIONS(2558), + [anon_sym_explicit] = ACTIONS(2558), + [anon_sym_typename] = ACTIONS(2558), + [anon_sym_template] = ACTIONS(2558), + [anon_sym_operator] = ACTIONS(2558), + [anon_sym_try] = ACTIONS(2558), + [anon_sym_delete] = ACTIONS(2558), + [anon_sym_throw] = ACTIONS(2558), + [anon_sym_namespace] = ACTIONS(2558), + [anon_sym_using] = ACTIONS(2558), + [anon_sym_static_assert] = ACTIONS(2558), + [anon_sym_concept] = ACTIONS(2558), + [anon_sym_co_return] = ACTIONS(2558), + [anon_sym_co_yield] = ACTIONS(2558), + [anon_sym_R_DQUOTE] = ACTIONS(2560), + [anon_sym_LR_DQUOTE] = ACTIONS(2560), + [anon_sym_uR_DQUOTE] = ACTIONS(2560), + [anon_sym_UR_DQUOTE] = ACTIONS(2560), + [anon_sym_u8R_DQUOTE] = ACTIONS(2560), + [anon_sym_co_await] = ACTIONS(2558), + [anon_sym_new] = ACTIONS(2558), + [anon_sym_requires] = ACTIONS(2558), + [sym_this] = ACTIONS(2558), + [sym_nullptr] = ACTIONS(2558), }, [900] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [ts_builtin_sym_end] = ACTIONS(2560), + [sym_identifier] = ACTIONS(2558), + [aux_sym_preproc_include_token1] = ACTIONS(2558), + [aux_sym_preproc_def_token1] = ACTIONS(2558), + [aux_sym_preproc_if_token1] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2558), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2558), + [sym_preproc_directive] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(2560), + [anon_sym_BANG] = ACTIONS(2560), + [anon_sym_TILDE] = ACTIONS(2560), + [anon_sym_DASH] = ACTIONS(2558), + [anon_sym_PLUS] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2560), + [anon_sym_AMP_AMP] = ACTIONS(2560), + [anon_sym_AMP] = ACTIONS(2558), + [anon_sym_SEMI] = ACTIONS(2560), + [anon_sym_typedef] = ACTIONS(2558), + [anon_sym_extern] = ACTIONS(2558), + [anon_sym___attribute__] = ACTIONS(2558), + [anon_sym_COLON_COLON] = ACTIONS(2560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2560), + [anon_sym___declspec] = ACTIONS(2558), + [anon_sym___based] = ACTIONS(2558), + [anon_sym___cdecl] = ACTIONS(2558), + [anon_sym___clrcall] = ACTIONS(2558), + [anon_sym___stdcall] = ACTIONS(2558), + [anon_sym___fastcall] = ACTIONS(2558), + [anon_sym___thiscall] = ACTIONS(2558), + [anon_sym___vectorcall] = ACTIONS(2558), + [anon_sym_LBRACE] = ACTIONS(2560), + [anon_sym_LBRACK] = ACTIONS(2558), + [anon_sym_static] = ACTIONS(2558), + [anon_sym_register] = ACTIONS(2558), + [anon_sym_inline] = ACTIONS(2558), + [anon_sym_thread_local] = ACTIONS(2558), + [anon_sym_const] = ACTIONS(2558), + [anon_sym_volatile] = ACTIONS(2558), + [anon_sym_restrict] = ACTIONS(2558), + [anon_sym__Atomic] = ACTIONS(2558), + [anon_sym_mutable] = ACTIONS(2558), + [anon_sym_constexpr] = ACTIONS(2558), + [anon_sym_constinit] = ACTIONS(2558), + [anon_sym_consteval] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2558), + [anon_sym_unsigned] = ACTIONS(2558), + [anon_sym_long] = ACTIONS(2558), + [anon_sym_short] = ACTIONS(2558), + [sym_primitive_type] = ACTIONS(2558), + [anon_sym_enum] = ACTIONS(2558), + [anon_sym_class] = ACTIONS(2558), + [anon_sym_struct] = ACTIONS(2558), + [anon_sym_union] = ACTIONS(2558), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_else] = ACTIONS(2558), + [anon_sym_switch] = ACTIONS(2558), + [anon_sym_case] = ACTIONS(2558), + [anon_sym_default] = ACTIONS(2558), + [anon_sym_while] = ACTIONS(2558), + [anon_sym_do] = ACTIONS(2558), + [anon_sym_for] = ACTIONS(2558), + [anon_sym_return] = ACTIONS(2558), + [anon_sym_break] = ACTIONS(2558), + [anon_sym_continue] = ACTIONS(2558), + [anon_sym_goto] = ACTIONS(2558), + [anon_sym_not] = ACTIONS(2558), + [anon_sym_compl] = ACTIONS(2558), + [anon_sym_DASH_DASH] = ACTIONS(2560), + [anon_sym_PLUS_PLUS] = ACTIONS(2560), + [anon_sym_sizeof] = ACTIONS(2558), + [sym_number_literal] = ACTIONS(2560), + [anon_sym_L_SQUOTE] = ACTIONS(2560), + [anon_sym_u_SQUOTE] = ACTIONS(2560), + [anon_sym_U_SQUOTE] = ACTIONS(2560), + [anon_sym_u8_SQUOTE] = ACTIONS(2560), + [anon_sym_SQUOTE] = ACTIONS(2560), + [anon_sym_L_DQUOTE] = ACTIONS(2560), + [anon_sym_u_DQUOTE] = ACTIONS(2560), + [anon_sym_U_DQUOTE] = ACTIONS(2560), + [anon_sym_u8_DQUOTE] = ACTIONS(2560), + [anon_sym_DQUOTE] = ACTIONS(2560), + [sym_true] = ACTIONS(2558), + [sym_false] = ACTIONS(2558), + [sym_null] = ACTIONS(2558), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2558), + [anon_sym_virtual] = ACTIONS(2558), + [anon_sym_explicit] = ACTIONS(2558), + [anon_sym_typename] = ACTIONS(2558), + [anon_sym_template] = ACTIONS(2558), + [anon_sym_operator] = ACTIONS(2558), + [anon_sym_try] = ACTIONS(2558), + [anon_sym_delete] = ACTIONS(2558), + [anon_sym_throw] = ACTIONS(2558), + [anon_sym_namespace] = ACTIONS(2558), + [anon_sym_using] = ACTIONS(2558), + [anon_sym_static_assert] = ACTIONS(2558), + [anon_sym_concept] = ACTIONS(2558), + [anon_sym_co_return] = ACTIONS(2558), + [anon_sym_co_yield] = ACTIONS(2558), + [anon_sym_R_DQUOTE] = ACTIONS(2560), + [anon_sym_LR_DQUOTE] = ACTIONS(2560), + [anon_sym_uR_DQUOTE] = ACTIONS(2560), + [anon_sym_UR_DQUOTE] = ACTIONS(2560), + [anon_sym_u8R_DQUOTE] = ACTIONS(2560), + [anon_sym_co_await] = ACTIONS(2558), + [anon_sym_new] = ACTIONS(2558), + [anon_sym_requires] = ACTIONS(2558), + [sym_this] = ACTIONS(2558), + [sym_nullptr] = ACTIONS(2558), }, [901] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [ts_builtin_sym_end] = ACTIONS(2288), + [sym_identifier] = ACTIONS(2290), + [aux_sym_preproc_include_token1] = ACTIONS(2290), + [aux_sym_preproc_def_token1] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2632), + [aux_sym_preproc_if_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), + [sym_preproc_directive] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2290), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_AMP_AMP] = ACTIONS(2288), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_SEMI] = ACTIONS(2632), + [anon_sym_typedef] = ACTIONS(2290), + [anon_sym_extern] = ACTIONS(2290), + [anon_sym___attribute__] = ACTIONS(2290), + [anon_sym_COLON_COLON] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2290), + [anon_sym___based] = ACTIONS(2290), + [anon_sym___cdecl] = ACTIONS(2290), + [anon_sym___clrcall] = ACTIONS(2290), + [anon_sym___stdcall] = ACTIONS(2290), + [anon_sym___fastcall] = ACTIONS(2290), + [anon_sym___thiscall] = ACTIONS(2290), + [anon_sym___vectorcall] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_register] = ACTIONS(2290), + [anon_sym_inline] = ACTIONS(2290), + [anon_sym_thread_local] = ACTIONS(2290), + [anon_sym_const] = ACTIONS(2290), + [anon_sym_volatile] = ACTIONS(2290), + [anon_sym_restrict] = ACTIONS(2290), + [anon_sym__Atomic] = ACTIONS(2290), + [anon_sym_mutable] = ACTIONS(2290), + [anon_sym_constexpr] = ACTIONS(2290), + [anon_sym_constinit] = ACTIONS(2290), + [anon_sym_consteval] = ACTIONS(2290), + [anon_sym_signed] = ACTIONS(2290), + [anon_sym_unsigned] = ACTIONS(2290), + [anon_sym_long] = ACTIONS(2290), + [anon_sym_short] = ACTIONS(2290), + [sym_primitive_type] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_union] = ACTIONS(2290), + [anon_sym_if] = ACTIONS(2290), + [anon_sym_switch] = ACTIONS(2290), + [anon_sym_case] = ACTIONS(2290), + [anon_sym_default] = ACTIONS(2290), + [anon_sym_while] = ACTIONS(2290), + [anon_sym_do] = ACTIONS(2290), + [anon_sym_for] = ACTIONS(2290), + [anon_sym_return] = ACTIONS(2290), + [anon_sym_break] = ACTIONS(2290), + [anon_sym_continue] = ACTIONS(2290), + [anon_sym_goto] = ACTIONS(2290), + [anon_sym_not] = ACTIONS(2290), + [anon_sym_compl] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2290), + [sym_number_literal] = ACTIONS(2288), + [anon_sym_L_SQUOTE] = ACTIONS(2288), + [anon_sym_u_SQUOTE] = ACTIONS(2288), + [anon_sym_U_SQUOTE] = ACTIONS(2288), + [anon_sym_u8_SQUOTE] = ACTIONS(2288), + [anon_sym_SQUOTE] = ACTIONS(2288), + [anon_sym_L_DQUOTE] = ACTIONS(2288), + [anon_sym_u_DQUOTE] = ACTIONS(2288), + [anon_sym_U_DQUOTE] = ACTIONS(2288), + [anon_sym_u8_DQUOTE] = ACTIONS(2288), + [anon_sym_DQUOTE] = ACTIONS(2288), + [sym_true] = ACTIONS(2290), + [sym_false] = ACTIONS(2290), + [sym_null] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2290), + [anon_sym_decltype] = ACTIONS(2290), + [anon_sym_virtual] = ACTIONS(2290), + [anon_sym_explicit] = ACTIONS(2290), + [anon_sym_typename] = ACTIONS(2290), + [anon_sym_template] = ACTIONS(2290), + [anon_sym_operator] = ACTIONS(2290), + [anon_sym_try] = ACTIONS(2290), + [anon_sym_delete] = ACTIONS(2290), + [anon_sym_throw] = ACTIONS(2290), + [anon_sym_namespace] = ACTIONS(2290), + [anon_sym_using] = ACTIONS(2290), + [anon_sym_static_assert] = ACTIONS(2290), + [anon_sym_concept] = ACTIONS(2290), + [anon_sym_co_return] = ACTIONS(2290), + [anon_sym_co_yield] = ACTIONS(2290), + [anon_sym_R_DQUOTE] = ACTIONS(2288), + [anon_sym_LR_DQUOTE] = ACTIONS(2288), + [anon_sym_uR_DQUOTE] = ACTIONS(2288), + [anon_sym_UR_DQUOTE] = ACTIONS(2288), + [anon_sym_u8R_DQUOTE] = ACTIONS(2288), + [anon_sym_co_await] = ACTIONS(2290), + [anon_sym_new] = ACTIONS(2290), + [anon_sym_requires] = ACTIONS(2290), + [sym_this] = ACTIONS(2290), + [sym_nullptr] = ACTIONS(2290), }, [902] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2524), + [aux_sym_preproc_include_token1] = ACTIONS(2524), + [aux_sym_preproc_def_token1] = ACTIONS(2524), + [aux_sym_preproc_if_token1] = ACTIONS(2524), + [aux_sym_preproc_if_token2] = ACTIONS(2524), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2524), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2524), + [sym_preproc_directive] = ACTIONS(2524), + [anon_sym_LPAREN2] = ACTIONS(2526), + [anon_sym_BANG] = ACTIONS(2526), + [anon_sym_TILDE] = ACTIONS(2526), + [anon_sym_DASH] = ACTIONS(2524), + [anon_sym_PLUS] = ACTIONS(2524), + [anon_sym_STAR] = ACTIONS(2526), + [anon_sym_AMP_AMP] = ACTIONS(2526), + [anon_sym_AMP] = ACTIONS(2524), + [anon_sym_SEMI] = ACTIONS(2526), + [anon_sym_typedef] = ACTIONS(2524), + [anon_sym_extern] = ACTIONS(2524), + [anon_sym___attribute__] = ACTIONS(2524), + [anon_sym_COLON_COLON] = ACTIONS(2526), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2526), + [anon_sym___declspec] = ACTIONS(2524), + [anon_sym___based] = ACTIONS(2524), + [anon_sym___cdecl] = ACTIONS(2524), + [anon_sym___clrcall] = ACTIONS(2524), + [anon_sym___stdcall] = ACTIONS(2524), + [anon_sym___fastcall] = ACTIONS(2524), + [anon_sym___thiscall] = ACTIONS(2524), + [anon_sym___vectorcall] = ACTIONS(2524), + [anon_sym_LBRACE] = ACTIONS(2526), + [anon_sym_LBRACK] = ACTIONS(2524), + [anon_sym_static] = ACTIONS(2524), + [anon_sym_register] = ACTIONS(2524), + [anon_sym_inline] = ACTIONS(2524), + [anon_sym_thread_local] = ACTIONS(2524), + [anon_sym_const] = ACTIONS(2524), + [anon_sym_volatile] = ACTIONS(2524), + [anon_sym_restrict] = ACTIONS(2524), + [anon_sym__Atomic] = ACTIONS(2524), + [anon_sym_mutable] = ACTIONS(2524), + [anon_sym_constexpr] = ACTIONS(2524), + [anon_sym_constinit] = ACTIONS(2524), + [anon_sym_consteval] = ACTIONS(2524), + [anon_sym_signed] = ACTIONS(2524), + [anon_sym_unsigned] = ACTIONS(2524), + [anon_sym_long] = ACTIONS(2524), + [anon_sym_short] = ACTIONS(2524), + [sym_primitive_type] = ACTIONS(2524), + [anon_sym_enum] = ACTIONS(2524), + [anon_sym_class] = ACTIONS(2524), + [anon_sym_struct] = ACTIONS(2524), + [anon_sym_union] = ACTIONS(2524), + [anon_sym_if] = ACTIONS(2524), + [anon_sym_else] = ACTIONS(2524), + [anon_sym_switch] = ACTIONS(2524), + [anon_sym_case] = ACTIONS(2524), + [anon_sym_default] = ACTIONS(2524), + [anon_sym_while] = ACTIONS(2524), + [anon_sym_do] = ACTIONS(2524), + [anon_sym_for] = ACTIONS(2524), + [anon_sym_return] = ACTIONS(2524), + [anon_sym_break] = ACTIONS(2524), + [anon_sym_continue] = ACTIONS(2524), + [anon_sym_goto] = ACTIONS(2524), + [anon_sym_not] = ACTIONS(2524), + [anon_sym_compl] = ACTIONS(2524), + [anon_sym_DASH_DASH] = ACTIONS(2526), + [anon_sym_PLUS_PLUS] = ACTIONS(2526), + [anon_sym_sizeof] = ACTIONS(2524), + [sym_number_literal] = ACTIONS(2526), + [anon_sym_L_SQUOTE] = ACTIONS(2526), + [anon_sym_u_SQUOTE] = ACTIONS(2526), + [anon_sym_U_SQUOTE] = ACTIONS(2526), + [anon_sym_u8_SQUOTE] = ACTIONS(2526), + [anon_sym_SQUOTE] = ACTIONS(2526), + [anon_sym_L_DQUOTE] = ACTIONS(2526), + [anon_sym_u_DQUOTE] = ACTIONS(2526), + [anon_sym_U_DQUOTE] = ACTIONS(2526), + [anon_sym_u8_DQUOTE] = ACTIONS(2526), + [anon_sym_DQUOTE] = ACTIONS(2526), + [sym_true] = ACTIONS(2524), + [sym_false] = ACTIONS(2524), + [sym_null] = ACTIONS(2524), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2524), + [anon_sym_decltype] = ACTIONS(2524), + [anon_sym_virtual] = ACTIONS(2524), + [anon_sym_explicit] = ACTIONS(2524), + [anon_sym_typename] = ACTIONS(2524), + [anon_sym_template] = ACTIONS(2524), + [anon_sym_operator] = ACTIONS(2524), + [anon_sym_try] = ACTIONS(2524), + [anon_sym_delete] = ACTIONS(2524), + [anon_sym_throw] = ACTIONS(2524), + [anon_sym_namespace] = ACTIONS(2524), + [anon_sym_using] = ACTIONS(2524), + [anon_sym_static_assert] = ACTIONS(2524), + [anon_sym_concept] = ACTIONS(2524), + [anon_sym_co_return] = ACTIONS(2524), + [anon_sym_co_yield] = ACTIONS(2524), + [anon_sym_R_DQUOTE] = ACTIONS(2526), + [anon_sym_LR_DQUOTE] = ACTIONS(2526), + [anon_sym_uR_DQUOTE] = ACTIONS(2526), + [anon_sym_UR_DQUOTE] = ACTIONS(2526), + [anon_sym_u8R_DQUOTE] = ACTIONS(2526), + [anon_sym_co_await] = ACTIONS(2524), + [anon_sym_new] = ACTIONS(2524), + [anon_sym_requires] = ACTIONS(2524), + [sym_this] = ACTIONS(2524), + [sym_nullptr] = ACTIONS(2524), }, [903] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym__declaration_modifiers] = STATE(2205), + [sym__declaration_specifiers] = STATE(5026), + [sym_attribute_specifier] = STATE(2205), + [sym_attribute_declaration] = STATE(2205), + [sym_ms_declspec_modifier] = STATE(2205), + [sym_storage_class_specifier] = STATE(2205), + [sym_type_qualifier] = STATE(2205), + [sym__type_specifier] = STATE(4047), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2205), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3417), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5218), + [sym_qualified_type_identifier] = STATE(3425), + [aux_sym__declaration_specifiers_repeat1] = STATE(2205), + [aux_sym_sized_type_specifier_repeat1] = STATE(3516), + [sym_identifier] = ACTIONS(2876), + [anon_sym_COMMA] = ACTIONS(2910), + [anon_sym_BANG] = ACTIONS(2912), + [anon_sym_TILDE] = ACTIONS(2910), + [anon_sym_DASH] = ACTIONS(2912), + [anon_sym_PLUS] = ACTIONS(2912), + [anon_sym_STAR] = ACTIONS(2912), + [anon_sym_SLASH] = ACTIONS(2912), + [anon_sym_PERCENT] = ACTIONS(2912), + [anon_sym_PIPE_PIPE] = ACTIONS(2910), + [anon_sym_AMP_AMP] = ACTIONS(2910), + [anon_sym_PIPE] = ACTIONS(2912), + [anon_sym_CARET] = ACTIONS(2912), + [anon_sym_AMP] = ACTIONS(2912), + [anon_sym_EQ_EQ] = ACTIONS(2910), + [anon_sym_BANG_EQ] = ACTIONS(2910), + [anon_sym_GT] = ACTIONS(2912), + [anon_sym_GT_EQ] = ACTIONS(2910), + [anon_sym_LT_EQ] = ACTIONS(2912), + [anon_sym_LT] = ACTIONS(2912), + [anon_sym_LT_LT] = ACTIONS(2912), + [anon_sym_GT_GT] = ACTIONS(2912), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2882), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym_EQ] = ACTIONS(2912), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(2884), + [anon_sym_unsigned] = ACTIONS(2884), + [anon_sym_long] = ACTIONS(2884), + [anon_sym_short] = ACTIONS(2884), + [sym_primitive_type] = ACTIONS(2886), + [anon_sym_enum] = ACTIONS(2888), + [anon_sym_class] = ACTIONS(2890), + [anon_sym_struct] = ACTIONS(2892), + [anon_sym_union] = ACTIONS(2894), + [anon_sym_STAR_EQ] = ACTIONS(2910), + [anon_sym_SLASH_EQ] = ACTIONS(2910), + [anon_sym_PERCENT_EQ] = ACTIONS(2910), + [anon_sym_PLUS_EQ] = ACTIONS(2910), + [anon_sym_DASH_EQ] = ACTIONS(2910), + [anon_sym_LT_LT_EQ] = ACTIONS(2910), + [anon_sym_GT_GT_EQ] = ACTIONS(2910), + [anon_sym_AMP_EQ] = ACTIONS(2910), + [anon_sym_CARET_EQ] = ACTIONS(2910), + [anon_sym_PIPE_EQ] = ACTIONS(2910), + [anon_sym_and_eq] = ACTIONS(2912), + [anon_sym_or_eq] = ACTIONS(2912), + [anon_sym_xor_eq] = ACTIONS(2912), + [anon_sym_not] = ACTIONS(2912), + [anon_sym_compl] = ACTIONS(2912), + [anon_sym_LT_EQ_GT] = ACTIONS(2910), + [anon_sym_or] = ACTIONS(2912), + [anon_sym_and] = ACTIONS(2912), + [anon_sym_bitor] = ACTIONS(2912), + [anon_sym_xor] = ACTIONS(2912), + [anon_sym_bitand] = ACTIONS(2912), + [anon_sym_not_eq] = ACTIONS(2912), + [anon_sym_DASH_DASH] = ACTIONS(2910), + [anon_sym_PLUS_PLUS] = ACTIONS(2910), + [anon_sym_DASH_GT] = ACTIONS(2912), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(105), + [anon_sym_decltype] = ACTIONS(107), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_typename] = ACTIONS(2896), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2914), + [anon_sym_co_await] = ACTIONS(2912), + [anon_sym_new] = ACTIONS(2914), + [anon_sym_DASH_GT_STAR] = ACTIONS(2910), + [anon_sym_LPAREN_RPAREN] = ACTIONS(2910), + [anon_sym_LBRACK_RBRACK] = ACTIONS(2910), + [anon_sym_DQUOTE_DQUOTE] = ACTIONS(2916), }, [904] = { - [sym_identifier] = ACTIONS(2552), - [aux_sym_preproc_include_token1] = ACTIONS(2552), - [aux_sym_preproc_def_token1] = ACTIONS(2552), - [aux_sym_preproc_if_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2552), - [sym_preproc_directive] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP_AMP] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym___based] = ACTIONS(2552), - [anon_sym___cdecl] = ACTIONS(2552), - [anon_sym___clrcall] = ACTIONS(2552), - [anon_sym___stdcall] = ACTIONS(2552), - [anon_sym___fastcall] = ACTIONS(2552), - [anon_sym___thiscall] = ACTIONS(2552), - [anon_sym___vectorcall] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_case] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_explicit] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_operator] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_namespace] = ACTIONS(2552), - [anon_sym_using] = ACTIONS(2552), - [anon_sym_static_assert] = ACTIONS(2552), - [anon_sym_concept] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2502), + [aux_sym_preproc_include_token1] = ACTIONS(2502), + [aux_sym_preproc_def_token1] = ACTIONS(2502), + [aux_sym_preproc_if_token1] = ACTIONS(2502), + [aux_sym_preproc_if_token2] = ACTIONS(2502), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2502), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2502), + [sym_preproc_directive] = ACTIONS(2502), + [anon_sym_LPAREN2] = ACTIONS(2504), + [anon_sym_BANG] = ACTIONS(2504), + [anon_sym_TILDE] = ACTIONS(2504), + [anon_sym_DASH] = ACTIONS(2502), + [anon_sym_PLUS] = ACTIONS(2502), + [anon_sym_STAR] = ACTIONS(2504), + [anon_sym_AMP_AMP] = ACTIONS(2504), + [anon_sym_AMP] = ACTIONS(2502), + [anon_sym_SEMI] = ACTIONS(2504), + [anon_sym_typedef] = ACTIONS(2502), + [anon_sym_extern] = ACTIONS(2502), + [anon_sym___attribute__] = ACTIONS(2502), + [anon_sym_COLON_COLON] = ACTIONS(2504), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2504), + [anon_sym___declspec] = ACTIONS(2502), + [anon_sym___based] = ACTIONS(2502), + [anon_sym___cdecl] = ACTIONS(2502), + [anon_sym___clrcall] = ACTIONS(2502), + [anon_sym___stdcall] = ACTIONS(2502), + [anon_sym___fastcall] = ACTIONS(2502), + [anon_sym___thiscall] = ACTIONS(2502), + [anon_sym___vectorcall] = ACTIONS(2502), + [anon_sym_LBRACE] = ACTIONS(2504), + [anon_sym_LBRACK] = ACTIONS(2502), + [anon_sym_static] = ACTIONS(2502), + [anon_sym_register] = ACTIONS(2502), + [anon_sym_inline] = ACTIONS(2502), + [anon_sym_thread_local] = ACTIONS(2502), + [anon_sym_const] = ACTIONS(2502), + [anon_sym_volatile] = ACTIONS(2502), + [anon_sym_restrict] = ACTIONS(2502), + [anon_sym__Atomic] = ACTIONS(2502), + [anon_sym_mutable] = ACTIONS(2502), + [anon_sym_constexpr] = ACTIONS(2502), + [anon_sym_constinit] = ACTIONS(2502), + [anon_sym_consteval] = ACTIONS(2502), + [anon_sym_signed] = ACTIONS(2502), + [anon_sym_unsigned] = ACTIONS(2502), + [anon_sym_long] = ACTIONS(2502), + [anon_sym_short] = ACTIONS(2502), + [sym_primitive_type] = ACTIONS(2502), + [anon_sym_enum] = ACTIONS(2502), + [anon_sym_class] = ACTIONS(2502), + [anon_sym_struct] = ACTIONS(2502), + [anon_sym_union] = ACTIONS(2502), + [anon_sym_if] = ACTIONS(2502), + [anon_sym_else] = ACTIONS(2502), + [anon_sym_switch] = ACTIONS(2502), + [anon_sym_case] = ACTIONS(2502), + [anon_sym_default] = ACTIONS(2502), + [anon_sym_while] = ACTIONS(2502), + [anon_sym_do] = ACTIONS(2502), + [anon_sym_for] = ACTIONS(2502), + [anon_sym_return] = ACTIONS(2502), + [anon_sym_break] = ACTIONS(2502), + [anon_sym_continue] = ACTIONS(2502), + [anon_sym_goto] = ACTIONS(2502), + [anon_sym_not] = ACTIONS(2502), + [anon_sym_compl] = ACTIONS(2502), + [anon_sym_DASH_DASH] = ACTIONS(2504), + [anon_sym_PLUS_PLUS] = ACTIONS(2504), + [anon_sym_sizeof] = ACTIONS(2502), + [sym_number_literal] = ACTIONS(2504), + [anon_sym_L_SQUOTE] = ACTIONS(2504), + [anon_sym_u_SQUOTE] = ACTIONS(2504), + [anon_sym_U_SQUOTE] = ACTIONS(2504), + [anon_sym_u8_SQUOTE] = ACTIONS(2504), + [anon_sym_SQUOTE] = ACTIONS(2504), + [anon_sym_L_DQUOTE] = ACTIONS(2504), + [anon_sym_u_DQUOTE] = ACTIONS(2504), + [anon_sym_U_DQUOTE] = ACTIONS(2504), + [anon_sym_u8_DQUOTE] = ACTIONS(2504), + [anon_sym_DQUOTE] = ACTIONS(2504), + [sym_true] = ACTIONS(2502), + [sym_false] = ACTIONS(2502), + [sym_null] = ACTIONS(2502), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2502), + [anon_sym_decltype] = ACTIONS(2502), + [anon_sym_virtual] = ACTIONS(2502), + [anon_sym_explicit] = ACTIONS(2502), + [anon_sym_typename] = ACTIONS(2502), + [anon_sym_template] = ACTIONS(2502), + [anon_sym_operator] = ACTIONS(2502), + [anon_sym_try] = ACTIONS(2502), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_throw] = ACTIONS(2502), + [anon_sym_namespace] = ACTIONS(2502), + [anon_sym_using] = ACTIONS(2502), + [anon_sym_static_assert] = ACTIONS(2502), + [anon_sym_concept] = ACTIONS(2502), + [anon_sym_co_return] = ACTIONS(2502), + [anon_sym_co_yield] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2504), + [anon_sym_LR_DQUOTE] = ACTIONS(2504), + [anon_sym_uR_DQUOTE] = ACTIONS(2504), + [anon_sym_UR_DQUOTE] = ACTIONS(2504), + [anon_sym_u8R_DQUOTE] = ACTIONS(2504), + [anon_sym_co_await] = ACTIONS(2502), + [anon_sym_new] = ACTIONS(2502), + [anon_sym_requires] = ACTIONS(2502), + [sym_this] = ACTIONS(2502), + [sym_nullptr] = ACTIONS(2502), }, [905] = { - [sym_identifier] = ACTIONS(2750), - [aux_sym_preproc_include_token1] = ACTIONS(2750), - [aux_sym_preproc_def_token1] = ACTIONS(2750), - [aux_sym_preproc_if_token1] = ACTIONS(2750), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2750), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2750), - [sym_preproc_directive] = ACTIONS(2750), - [anon_sym_LPAREN2] = ACTIONS(2752), - [anon_sym_BANG] = ACTIONS(2752), - [anon_sym_TILDE] = ACTIONS(2752), - [anon_sym_DASH] = ACTIONS(2750), - [anon_sym_PLUS] = ACTIONS(2750), - [anon_sym_STAR] = ACTIONS(2752), - [anon_sym_AMP_AMP] = ACTIONS(2752), - [anon_sym_AMP] = ACTIONS(2750), - [anon_sym_SEMI] = ACTIONS(2752), - [anon_sym_typedef] = ACTIONS(2750), - [anon_sym_extern] = ACTIONS(2750), - [anon_sym___attribute__] = ACTIONS(2750), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2752), - [anon_sym___declspec] = ACTIONS(2750), - [anon_sym___based] = ACTIONS(2750), - [anon_sym___cdecl] = ACTIONS(2750), - [anon_sym___clrcall] = ACTIONS(2750), - [anon_sym___stdcall] = ACTIONS(2750), - [anon_sym___fastcall] = ACTIONS(2750), - [anon_sym___thiscall] = ACTIONS(2750), - [anon_sym___vectorcall] = ACTIONS(2750), - [anon_sym_LBRACE] = ACTIONS(2752), - [anon_sym_RBRACE] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2750), - [anon_sym_static] = ACTIONS(2750), - [anon_sym_register] = ACTIONS(2750), - [anon_sym_inline] = ACTIONS(2750), - [anon_sym_thread_local] = ACTIONS(2750), - [anon_sym_const] = ACTIONS(2750), - [anon_sym_volatile] = ACTIONS(2750), - [anon_sym_restrict] = ACTIONS(2750), - [anon_sym__Atomic] = ACTIONS(2750), - [anon_sym_mutable] = ACTIONS(2750), - [anon_sym_constexpr] = ACTIONS(2750), - [anon_sym_constinit] = ACTIONS(2750), - [anon_sym_consteval] = ACTIONS(2750), - [anon_sym_signed] = ACTIONS(2750), - [anon_sym_unsigned] = ACTIONS(2750), - [anon_sym_long] = ACTIONS(2750), - [anon_sym_short] = ACTIONS(2750), - [sym_primitive_type] = ACTIONS(2750), - [anon_sym_enum] = ACTIONS(2750), - [anon_sym_class] = ACTIONS(2750), - [anon_sym_struct] = ACTIONS(2750), - [anon_sym_union] = ACTIONS(2750), - [anon_sym_if] = ACTIONS(2750), - [anon_sym_switch] = ACTIONS(2750), - [anon_sym_case] = ACTIONS(2750), - [anon_sym_default] = ACTIONS(2750), - [anon_sym_while] = ACTIONS(2750), - [anon_sym_do] = ACTIONS(2750), - [anon_sym_for] = ACTIONS(2750), - [anon_sym_return] = ACTIONS(2750), - [anon_sym_break] = ACTIONS(2750), - [anon_sym_continue] = ACTIONS(2750), - [anon_sym_goto] = ACTIONS(2750), - [anon_sym_not] = ACTIONS(2750), - [anon_sym_compl] = ACTIONS(2750), - [anon_sym_DASH_DASH] = ACTIONS(2752), - [anon_sym_PLUS_PLUS] = ACTIONS(2752), - [anon_sym_sizeof] = ACTIONS(2750), - [sym_number_literal] = ACTIONS(2752), - [anon_sym_L_SQUOTE] = ACTIONS(2752), - [anon_sym_u_SQUOTE] = ACTIONS(2752), - [anon_sym_U_SQUOTE] = ACTIONS(2752), - [anon_sym_u8_SQUOTE] = ACTIONS(2752), - [anon_sym_SQUOTE] = ACTIONS(2752), - [anon_sym_L_DQUOTE] = ACTIONS(2752), - [anon_sym_u_DQUOTE] = ACTIONS(2752), - [anon_sym_U_DQUOTE] = ACTIONS(2752), - [anon_sym_u8_DQUOTE] = ACTIONS(2752), - [anon_sym_DQUOTE] = ACTIONS(2752), - [sym_true] = ACTIONS(2750), - [sym_false] = ACTIONS(2750), - [sym_null] = ACTIONS(2750), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2750), - [anon_sym_decltype] = ACTIONS(2750), - [anon_sym_virtual] = ACTIONS(2750), - [anon_sym_explicit] = ACTIONS(2750), - [anon_sym_typename] = ACTIONS(2750), - [anon_sym_template] = ACTIONS(2750), - [anon_sym_operator] = ACTIONS(2750), - [anon_sym_try] = ACTIONS(2750), - [anon_sym_delete] = ACTIONS(2750), - [anon_sym_throw] = ACTIONS(2750), - [anon_sym_namespace] = ACTIONS(2750), - [anon_sym_using] = ACTIONS(2750), - [anon_sym_static_assert] = ACTIONS(2750), - [anon_sym_concept] = ACTIONS(2750), - [anon_sym_co_return] = ACTIONS(2750), - [anon_sym_co_yield] = ACTIONS(2750), - [anon_sym_R_DQUOTE] = ACTIONS(2752), - [anon_sym_LR_DQUOTE] = ACTIONS(2752), - [anon_sym_uR_DQUOTE] = ACTIONS(2752), - [anon_sym_UR_DQUOTE] = ACTIONS(2752), - [anon_sym_u8R_DQUOTE] = ACTIONS(2752), - [anon_sym_co_await] = ACTIONS(2750), - [anon_sym_new] = ACTIONS(2750), - [anon_sym_requires] = ACTIONS(2750), - [sym_this] = ACTIONS(2750), - [sym_nullptr] = ACTIONS(2750), + [ts_builtin_sym_end] = ACTIONS(2734), + [sym_identifier] = ACTIONS(2732), + [aux_sym_preproc_include_token1] = ACTIONS(2732), + [aux_sym_preproc_def_token1] = ACTIONS(2732), + [aux_sym_preproc_if_token1] = ACTIONS(2732), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2732), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2732), + [sym_preproc_directive] = ACTIONS(2732), + [anon_sym_LPAREN2] = ACTIONS(2734), + [anon_sym_BANG] = ACTIONS(2734), + [anon_sym_TILDE] = ACTIONS(2734), + [anon_sym_DASH] = ACTIONS(2732), + [anon_sym_PLUS] = ACTIONS(2732), + [anon_sym_STAR] = ACTIONS(2734), + [anon_sym_AMP_AMP] = ACTIONS(2734), + [anon_sym_AMP] = ACTIONS(2732), + [anon_sym_SEMI] = ACTIONS(2734), + [anon_sym_typedef] = ACTIONS(2732), + [anon_sym_extern] = ACTIONS(2732), + [anon_sym___attribute__] = ACTIONS(2732), + [anon_sym_COLON_COLON] = ACTIONS(2734), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2734), + [anon_sym___declspec] = ACTIONS(2732), + [anon_sym___based] = ACTIONS(2732), + [anon_sym___cdecl] = ACTIONS(2732), + [anon_sym___clrcall] = ACTIONS(2732), + [anon_sym___stdcall] = ACTIONS(2732), + [anon_sym___fastcall] = ACTIONS(2732), + [anon_sym___thiscall] = ACTIONS(2732), + [anon_sym___vectorcall] = ACTIONS(2732), + [anon_sym_LBRACE] = ACTIONS(2734), + [anon_sym_LBRACK] = ACTIONS(2732), + [anon_sym_static] = ACTIONS(2732), + [anon_sym_register] = ACTIONS(2732), + [anon_sym_inline] = ACTIONS(2732), + [anon_sym_thread_local] = ACTIONS(2732), + [anon_sym_const] = ACTIONS(2732), + [anon_sym_volatile] = ACTIONS(2732), + [anon_sym_restrict] = ACTIONS(2732), + [anon_sym__Atomic] = ACTIONS(2732), + [anon_sym_mutable] = ACTIONS(2732), + [anon_sym_constexpr] = ACTIONS(2732), + [anon_sym_constinit] = ACTIONS(2732), + [anon_sym_consteval] = ACTIONS(2732), + [anon_sym_signed] = ACTIONS(2732), + [anon_sym_unsigned] = ACTIONS(2732), + [anon_sym_long] = ACTIONS(2732), + [anon_sym_short] = ACTIONS(2732), + [sym_primitive_type] = ACTIONS(2732), + [anon_sym_enum] = ACTIONS(2732), + [anon_sym_class] = ACTIONS(2732), + [anon_sym_struct] = ACTIONS(2732), + [anon_sym_union] = ACTIONS(2732), + [anon_sym_if] = ACTIONS(2732), + [anon_sym_switch] = ACTIONS(2732), + [anon_sym_case] = ACTIONS(2732), + [anon_sym_default] = ACTIONS(2732), + [anon_sym_while] = ACTIONS(2732), + [anon_sym_do] = ACTIONS(2732), + [anon_sym_for] = ACTIONS(2732), + [anon_sym_return] = ACTIONS(2732), + [anon_sym_break] = ACTIONS(2732), + [anon_sym_continue] = ACTIONS(2732), + [anon_sym_goto] = ACTIONS(2732), + [anon_sym_not] = ACTIONS(2732), + [anon_sym_compl] = ACTIONS(2732), + [anon_sym_DASH_DASH] = ACTIONS(2734), + [anon_sym_PLUS_PLUS] = ACTIONS(2734), + [anon_sym_sizeof] = ACTIONS(2732), + [sym_number_literal] = ACTIONS(2734), + [anon_sym_L_SQUOTE] = ACTIONS(2734), + [anon_sym_u_SQUOTE] = ACTIONS(2734), + [anon_sym_U_SQUOTE] = ACTIONS(2734), + [anon_sym_u8_SQUOTE] = ACTIONS(2734), + [anon_sym_SQUOTE] = ACTIONS(2734), + [anon_sym_L_DQUOTE] = ACTIONS(2734), + [anon_sym_u_DQUOTE] = ACTIONS(2734), + [anon_sym_U_DQUOTE] = ACTIONS(2734), + [anon_sym_u8_DQUOTE] = ACTIONS(2734), + [anon_sym_DQUOTE] = ACTIONS(2734), + [sym_true] = ACTIONS(2732), + [sym_false] = ACTIONS(2732), + [sym_null] = ACTIONS(2732), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2732), + [anon_sym_decltype] = ACTIONS(2732), + [anon_sym_virtual] = ACTIONS(2732), + [anon_sym_explicit] = ACTIONS(2732), + [anon_sym_typename] = ACTIONS(2732), + [anon_sym_template] = ACTIONS(2732), + [anon_sym_operator] = ACTIONS(2732), + [anon_sym_try] = ACTIONS(2732), + [anon_sym_delete] = ACTIONS(2732), + [anon_sym_throw] = ACTIONS(2732), + [anon_sym_namespace] = ACTIONS(2732), + [anon_sym_using] = ACTIONS(2732), + [anon_sym_static_assert] = ACTIONS(2732), + [anon_sym_concept] = ACTIONS(2732), + [anon_sym_co_return] = ACTIONS(2732), + [anon_sym_co_yield] = ACTIONS(2732), + [anon_sym_R_DQUOTE] = ACTIONS(2734), + [anon_sym_LR_DQUOTE] = ACTIONS(2734), + [anon_sym_uR_DQUOTE] = ACTIONS(2734), + [anon_sym_UR_DQUOTE] = ACTIONS(2734), + [anon_sym_u8R_DQUOTE] = ACTIONS(2734), + [anon_sym_co_await] = ACTIONS(2732), + [anon_sym_new] = ACTIONS(2732), + [anon_sym_requires] = ACTIONS(2732), + [sym_this] = ACTIONS(2732), + [sym_nullptr] = ACTIONS(2732), }, [906] = { - [sym_identifier] = ACTIONS(2690), - [aux_sym_preproc_include_token1] = ACTIONS(2690), - [aux_sym_preproc_def_token1] = ACTIONS(2690), - [aux_sym_preproc_if_token1] = ACTIONS(2690), - [aux_sym_preproc_if_token2] = ACTIONS(2690), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2690), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2690), - [sym_preproc_directive] = ACTIONS(2690), - [anon_sym_LPAREN2] = ACTIONS(2692), - [anon_sym_BANG] = ACTIONS(2692), - [anon_sym_TILDE] = ACTIONS(2692), - [anon_sym_DASH] = ACTIONS(2690), - [anon_sym_PLUS] = ACTIONS(2690), - [anon_sym_STAR] = ACTIONS(2692), - [anon_sym_AMP_AMP] = ACTIONS(2692), - [anon_sym_AMP] = ACTIONS(2690), - [anon_sym_SEMI] = ACTIONS(2692), - [anon_sym_typedef] = ACTIONS(2690), - [anon_sym_extern] = ACTIONS(2690), - [anon_sym___attribute__] = ACTIONS(2690), - [anon_sym_COLON_COLON] = ACTIONS(2692), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2692), - [anon_sym___declspec] = ACTIONS(2690), - [anon_sym___based] = ACTIONS(2690), - [anon_sym___cdecl] = ACTIONS(2690), - [anon_sym___clrcall] = ACTIONS(2690), - [anon_sym___stdcall] = ACTIONS(2690), - [anon_sym___fastcall] = ACTIONS(2690), - [anon_sym___thiscall] = ACTIONS(2690), - [anon_sym___vectorcall] = ACTIONS(2690), - [anon_sym_LBRACE] = ACTIONS(2692), - [anon_sym_LBRACK] = ACTIONS(2690), - [anon_sym_static] = ACTIONS(2690), - [anon_sym_register] = ACTIONS(2690), - [anon_sym_inline] = ACTIONS(2690), - [anon_sym_thread_local] = ACTIONS(2690), - [anon_sym_const] = ACTIONS(2690), - [anon_sym_volatile] = ACTIONS(2690), - [anon_sym_restrict] = ACTIONS(2690), - [anon_sym__Atomic] = ACTIONS(2690), - [anon_sym_mutable] = ACTIONS(2690), - [anon_sym_constexpr] = ACTIONS(2690), - [anon_sym_constinit] = ACTIONS(2690), - [anon_sym_consteval] = ACTIONS(2690), - [anon_sym_signed] = ACTIONS(2690), - [anon_sym_unsigned] = ACTIONS(2690), - [anon_sym_long] = ACTIONS(2690), - [anon_sym_short] = ACTIONS(2690), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_enum] = ACTIONS(2690), - [anon_sym_class] = ACTIONS(2690), - [anon_sym_struct] = ACTIONS(2690), - [anon_sym_union] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2690), - [anon_sym_switch] = ACTIONS(2690), - [anon_sym_case] = ACTIONS(2690), - [anon_sym_default] = ACTIONS(2690), - [anon_sym_while] = ACTIONS(2690), - [anon_sym_do] = ACTIONS(2690), - [anon_sym_for] = ACTIONS(2690), - [anon_sym_return] = ACTIONS(2690), - [anon_sym_break] = ACTIONS(2690), - [anon_sym_continue] = ACTIONS(2690), - [anon_sym_goto] = ACTIONS(2690), - [anon_sym_not] = ACTIONS(2690), - [anon_sym_compl] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2692), - [anon_sym_PLUS_PLUS] = ACTIONS(2692), - [anon_sym_sizeof] = ACTIONS(2690), - [sym_number_literal] = ACTIONS(2692), - [anon_sym_L_SQUOTE] = ACTIONS(2692), - [anon_sym_u_SQUOTE] = ACTIONS(2692), - [anon_sym_U_SQUOTE] = ACTIONS(2692), - [anon_sym_u8_SQUOTE] = ACTIONS(2692), - [anon_sym_SQUOTE] = ACTIONS(2692), - [anon_sym_L_DQUOTE] = ACTIONS(2692), - [anon_sym_u_DQUOTE] = ACTIONS(2692), - [anon_sym_U_DQUOTE] = ACTIONS(2692), - [anon_sym_u8_DQUOTE] = ACTIONS(2692), - [anon_sym_DQUOTE] = ACTIONS(2692), - [sym_true] = ACTIONS(2690), - [sym_false] = ACTIONS(2690), - [sym_null] = ACTIONS(2690), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2690), - [anon_sym_decltype] = ACTIONS(2690), - [anon_sym_virtual] = ACTIONS(2690), - [anon_sym_explicit] = ACTIONS(2690), - [anon_sym_typename] = ACTIONS(2690), - [anon_sym_template] = ACTIONS(2690), - [anon_sym_operator] = ACTIONS(2690), - [anon_sym_try] = ACTIONS(2690), - [anon_sym_delete] = ACTIONS(2690), - [anon_sym_throw] = ACTIONS(2690), - [anon_sym_namespace] = ACTIONS(2690), - [anon_sym_using] = ACTIONS(2690), - [anon_sym_static_assert] = ACTIONS(2690), - [anon_sym_concept] = ACTIONS(2690), - [anon_sym_co_return] = ACTIONS(2690), - [anon_sym_co_yield] = ACTIONS(2690), - [anon_sym_R_DQUOTE] = ACTIONS(2692), - [anon_sym_LR_DQUOTE] = ACTIONS(2692), - [anon_sym_uR_DQUOTE] = ACTIONS(2692), - [anon_sym_UR_DQUOTE] = ACTIONS(2692), - [anon_sym_u8R_DQUOTE] = ACTIONS(2692), - [anon_sym_co_await] = ACTIONS(2690), - [anon_sym_new] = ACTIONS(2690), - [anon_sym_requires] = ACTIONS(2690), - [sym_this] = ACTIONS(2690), - [sym_nullptr] = ACTIONS(2690), + [sym_identifier] = ACTIONS(2692), + [aux_sym_preproc_include_token1] = ACTIONS(2692), + [aux_sym_preproc_def_token1] = ACTIONS(2692), + [aux_sym_preproc_if_token1] = ACTIONS(2692), + [aux_sym_preproc_if_token2] = ACTIONS(2692), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2692), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2692), + [sym_preproc_directive] = ACTIONS(2692), + [anon_sym_LPAREN2] = ACTIONS(2694), + [anon_sym_BANG] = ACTIONS(2694), + [anon_sym_TILDE] = ACTIONS(2694), + [anon_sym_DASH] = ACTIONS(2692), + [anon_sym_PLUS] = ACTIONS(2692), + [anon_sym_STAR] = ACTIONS(2694), + [anon_sym_AMP_AMP] = ACTIONS(2694), + [anon_sym_AMP] = ACTIONS(2692), + [anon_sym_SEMI] = ACTIONS(2694), + [anon_sym_typedef] = ACTIONS(2692), + [anon_sym_extern] = ACTIONS(2692), + [anon_sym___attribute__] = ACTIONS(2692), + [anon_sym_COLON_COLON] = ACTIONS(2694), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2694), + [anon_sym___declspec] = ACTIONS(2692), + [anon_sym___based] = ACTIONS(2692), + [anon_sym___cdecl] = ACTIONS(2692), + [anon_sym___clrcall] = ACTIONS(2692), + [anon_sym___stdcall] = ACTIONS(2692), + [anon_sym___fastcall] = ACTIONS(2692), + [anon_sym___thiscall] = ACTIONS(2692), + [anon_sym___vectorcall] = ACTIONS(2692), + [anon_sym_LBRACE] = ACTIONS(2694), + [anon_sym_LBRACK] = ACTIONS(2692), + [anon_sym_static] = ACTIONS(2692), + [anon_sym_register] = ACTIONS(2692), + [anon_sym_inline] = ACTIONS(2692), + [anon_sym_thread_local] = ACTIONS(2692), + [anon_sym_const] = ACTIONS(2692), + [anon_sym_volatile] = ACTIONS(2692), + [anon_sym_restrict] = ACTIONS(2692), + [anon_sym__Atomic] = ACTIONS(2692), + [anon_sym_mutable] = ACTIONS(2692), + [anon_sym_constexpr] = ACTIONS(2692), + [anon_sym_constinit] = ACTIONS(2692), + [anon_sym_consteval] = ACTIONS(2692), + [anon_sym_signed] = ACTIONS(2692), + [anon_sym_unsigned] = ACTIONS(2692), + [anon_sym_long] = ACTIONS(2692), + [anon_sym_short] = ACTIONS(2692), + [sym_primitive_type] = ACTIONS(2692), + [anon_sym_enum] = ACTIONS(2692), + [anon_sym_class] = ACTIONS(2692), + [anon_sym_struct] = ACTIONS(2692), + [anon_sym_union] = ACTIONS(2692), + [anon_sym_if] = ACTIONS(2692), + [anon_sym_switch] = ACTIONS(2692), + [anon_sym_case] = ACTIONS(2692), + [anon_sym_default] = ACTIONS(2692), + [anon_sym_while] = ACTIONS(2692), + [anon_sym_do] = ACTIONS(2692), + [anon_sym_for] = ACTIONS(2692), + [anon_sym_return] = ACTIONS(2692), + [anon_sym_break] = ACTIONS(2692), + [anon_sym_continue] = ACTIONS(2692), + [anon_sym_goto] = ACTIONS(2692), + [anon_sym_not] = ACTIONS(2692), + [anon_sym_compl] = ACTIONS(2692), + [anon_sym_DASH_DASH] = ACTIONS(2694), + [anon_sym_PLUS_PLUS] = ACTIONS(2694), + [anon_sym_sizeof] = ACTIONS(2692), + [sym_number_literal] = ACTIONS(2694), + [anon_sym_L_SQUOTE] = ACTIONS(2694), + [anon_sym_u_SQUOTE] = ACTIONS(2694), + [anon_sym_U_SQUOTE] = ACTIONS(2694), + [anon_sym_u8_SQUOTE] = ACTIONS(2694), + [anon_sym_SQUOTE] = ACTIONS(2694), + [anon_sym_L_DQUOTE] = ACTIONS(2694), + [anon_sym_u_DQUOTE] = ACTIONS(2694), + [anon_sym_U_DQUOTE] = ACTIONS(2694), + [anon_sym_u8_DQUOTE] = ACTIONS(2694), + [anon_sym_DQUOTE] = ACTIONS(2694), + [sym_true] = ACTIONS(2692), + [sym_false] = ACTIONS(2692), + [sym_null] = ACTIONS(2692), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2692), + [anon_sym_decltype] = ACTIONS(2692), + [anon_sym_virtual] = ACTIONS(2692), + [anon_sym_explicit] = ACTIONS(2692), + [anon_sym_typename] = ACTIONS(2692), + [anon_sym_template] = ACTIONS(2692), + [anon_sym_operator] = ACTIONS(2692), + [anon_sym_try] = ACTIONS(2692), + [anon_sym_delete] = ACTIONS(2692), + [anon_sym_throw] = ACTIONS(2692), + [anon_sym_namespace] = ACTIONS(2692), + [anon_sym_using] = ACTIONS(2692), + [anon_sym_static_assert] = ACTIONS(2692), + [anon_sym_concept] = ACTIONS(2692), + [anon_sym_co_return] = ACTIONS(2692), + [anon_sym_co_yield] = ACTIONS(2692), + [anon_sym_R_DQUOTE] = ACTIONS(2694), + [anon_sym_LR_DQUOTE] = ACTIONS(2694), + [anon_sym_uR_DQUOTE] = ACTIONS(2694), + [anon_sym_UR_DQUOTE] = ACTIONS(2694), + [anon_sym_u8R_DQUOTE] = ACTIONS(2694), + [anon_sym_co_await] = ACTIONS(2692), + [anon_sym_new] = ACTIONS(2692), + [anon_sym_requires] = ACTIONS(2692), + [sym_this] = ACTIONS(2692), + [sym_nullptr] = ACTIONS(2692), }, [907] = { - [ts_builtin_sym_end] = ACTIONS(2808), - [sym_identifier] = ACTIONS(2806), - [aux_sym_preproc_include_token1] = ACTIONS(2806), - [aux_sym_preproc_def_token1] = ACTIONS(2806), - [aux_sym_preproc_if_token1] = ACTIONS(2806), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2806), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2806), - [sym_preproc_directive] = ACTIONS(2806), - [anon_sym_LPAREN2] = ACTIONS(2808), - [anon_sym_BANG] = ACTIONS(2808), - [anon_sym_TILDE] = ACTIONS(2808), - [anon_sym_DASH] = ACTIONS(2806), - [anon_sym_PLUS] = ACTIONS(2806), - [anon_sym_STAR] = ACTIONS(2808), - [anon_sym_AMP_AMP] = ACTIONS(2808), - [anon_sym_AMP] = ACTIONS(2806), - [anon_sym_SEMI] = ACTIONS(2808), - [anon_sym_typedef] = ACTIONS(2806), - [anon_sym_extern] = ACTIONS(2806), - [anon_sym___attribute__] = ACTIONS(2806), - [anon_sym_COLON_COLON] = ACTIONS(2808), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2808), - [anon_sym___declspec] = ACTIONS(2806), - [anon_sym___based] = ACTIONS(2806), - [anon_sym___cdecl] = ACTIONS(2806), - [anon_sym___clrcall] = ACTIONS(2806), - [anon_sym___stdcall] = ACTIONS(2806), - [anon_sym___fastcall] = ACTIONS(2806), - [anon_sym___thiscall] = ACTIONS(2806), - [anon_sym___vectorcall] = ACTIONS(2806), - [anon_sym_LBRACE] = ACTIONS(2808), - [anon_sym_LBRACK] = ACTIONS(2806), - [anon_sym_static] = ACTIONS(2806), - [anon_sym_register] = ACTIONS(2806), - [anon_sym_inline] = ACTIONS(2806), - [anon_sym_thread_local] = ACTIONS(2806), - [anon_sym_const] = ACTIONS(2806), - [anon_sym_volatile] = ACTIONS(2806), - [anon_sym_restrict] = ACTIONS(2806), - [anon_sym__Atomic] = ACTIONS(2806), - [anon_sym_mutable] = ACTIONS(2806), - [anon_sym_constexpr] = ACTIONS(2806), - [anon_sym_constinit] = ACTIONS(2806), - [anon_sym_consteval] = ACTIONS(2806), - [anon_sym_signed] = ACTIONS(2806), - [anon_sym_unsigned] = ACTIONS(2806), - [anon_sym_long] = ACTIONS(2806), - [anon_sym_short] = ACTIONS(2806), - [sym_primitive_type] = ACTIONS(2806), - [anon_sym_enum] = ACTIONS(2806), - [anon_sym_class] = ACTIONS(2806), - [anon_sym_struct] = ACTIONS(2806), - [anon_sym_union] = ACTIONS(2806), - [anon_sym_if] = ACTIONS(2806), - [anon_sym_switch] = ACTIONS(2806), - [anon_sym_case] = ACTIONS(2806), - [anon_sym_default] = ACTIONS(2806), - [anon_sym_while] = ACTIONS(2806), - [anon_sym_do] = ACTIONS(2806), - [anon_sym_for] = ACTIONS(2806), - [anon_sym_return] = ACTIONS(2806), - [anon_sym_break] = ACTIONS(2806), - [anon_sym_continue] = ACTIONS(2806), - [anon_sym_goto] = ACTIONS(2806), - [anon_sym_not] = ACTIONS(2806), - [anon_sym_compl] = ACTIONS(2806), - [anon_sym_DASH_DASH] = ACTIONS(2808), - [anon_sym_PLUS_PLUS] = ACTIONS(2808), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [anon_sym_L_SQUOTE] = ACTIONS(2808), - [anon_sym_u_SQUOTE] = ACTIONS(2808), - [anon_sym_U_SQUOTE] = ACTIONS(2808), - [anon_sym_u8_SQUOTE] = ACTIONS(2808), - [anon_sym_SQUOTE] = ACTIONS(2808), - [anon_sym_L_DQUOTE] = ACTIONS(2808), - [anon_sym_u_DQUOTE] = ACTIONS(2808), - [anon_sym_U_DQUOTE] = ACTIONS(2808), - [anon_sym_u8_DQUOTE] = ACTIONS(2808), - [anon_sym_DQUOTE] = ACTIONS(2808), - [sym_true] = ACTIONS(2806), - [sym_false] = ACTIONS(2806), - [sym_null] = ACTIONS(2806), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2806), - [anon_sym_decltype] = ACTIONS(2806), - [anon_sym_virtual] = ACTIONS(2806), - [anon_sym_explicit] = ACTIONS(2806), - [anon_sym_typename] = ACTIONS(2806), - [anon_sym_template] = ACTIONS(2806), - [anon_sym_operator] = ACTIONS(2806), - [anon_sym_try] = ACTIONS(2806), - [anon_sym_delete] = ACTIONS(2806), - [anon_sym_throw] = ACTIONS(2806), - [anon_sym_namespace] = ACTIONS(2806), - [anon_sym_using] = ACTIONS(2806), - [anon_sym_static_assert] = ACTIONS(2806), - [anon_sym_concept] = ACTIONS(2806), - [anon_sym_co_return] = ACTIONS(2806), - [anon_sym_co_yield] = ACTIONS(2806), - [anon_sym_R_DQUOTE] = ACTIONS(2808), - [anon_sym_LR_DQUOTE] = ACTIONS(2808), - [anon_sym_uR_DQUOTE] = ACTIONS(2808), - [anon_sym_UR_DQUOTE] = ACTIONS(2808), - [anon_sym_u8R_DQUOTE] = ACTIONS(2808), - [anon_sym_co_await] = ACTIONS(2806), - [anon_sym_new] = ACTIONS(2806), - [anon_sym_requires] = ACTIONS(2806), - [sym_this] = ACTIONS(2806), - [sym_nullptr] = ACTIONS(2806), + [sym_identifier] = ACTIONS(2828), + [aux_sym_preproc_include_token1] = ACTIONS(2828), + [aux_sym_preproc_def_token1] = ACTIONS(2828), + [aux_sym_preproc_if_token1] = ACTIONS(2828), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2828), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2828), + [sym_preproc_directive] = ACTIONS(2828), + [anon_sym_LPAREN2] = ACTIONS(2830), + [anon_sym_BANG] = ACTIONS(2830), + [anon_sym_TILDE] = ACTIONS(2830), + [anon_sym_DASH] = ACTIONS(2828), + [anon_sym_PLUS] = ACTIONS(2828), + [anon_sym_STAR] = ACTIONS(2830), + [anon_sym_AMP_AMP] = ACTIONS(2830), + [anon_sym_AMP] = ACTIONS(2828), + [anon_sym_SEMI] = ACTIONS(2830), + [anon_sym_typedef] = ACTIONS(2828), + [anon_sym_extern] = ACTIONS(2828), + [anon_sym___attribute__] = ACTIONS(2828), + [anon_sym_COLON_COLON] = ACTIONS(2830), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2830), + [anon_sym___declspec] = ACTIONS(2828), + [anon_sym___based] = ACTIONS(2828), + [anon_sym___cdecl] = ACTIONS(2828), + [anon_sym___clrcall] = ACTIONS(2828), + [anon_sym___stdcall] = ACTIONS(2828), + [anon_sym___fastcall] = ACTIONS(2828), + [anon_sym___thiscall] = ACTIONS(2828), + [anon_sym___vectorcall] = ACTIONS(2828), + [anon_sym_LBRACE] = ACTIONS(2830), + [anon_sym_RBRACE] = ACTIONS(2830), + [anon_sym_LBRACK] = ACTIONS(2828), + [anon_sym_static] = ACTIONS(2828), + [anon_sym_register] = ACTIONS(2828), + [anon_sym_inline] = ACTIONS(2828), + [anon_sym_thread_local] = ACTIONS(2828), + [anon_sym_const] = ACTIONS(2828), + [anon_sym_volatile] = ACTIONS(2828), + [anon_sym_restrict] = ACTIONS(2828), + [anon_sym__Atomic] = ACTIONS(2828), + [anon_sym_mutable] = ACTIONS(2828), + [anon_sym_constexpr] = ACTIONS(2828), + [anon_sym_constinit] = ACTIONS(2828), + [anon_sym_consteval] = ACTIONS(2828), + [anon_sym_signed] = ACTIONS(2828), + [anon_sym_unsigned] = ACTIONS(2828), + [anon_sym_long] = ACTIONS(2828), + [anon_sym_short] = ACTIONS(2828), + [sym_primitive_type] = ACTIONS(2828), + [anon_sym_enum] = ACTIONS(2828), + [anon_sym_class] = ACTIONS(2828), + [anon_sym_struct] = ACTIONS(2828), + [anon_sym_union] = ACTIONS(2828), + [anon_sym_if] = ACTIONS(2828), + [anon_sym_switch] = ACTIONS(2828), + [anon_sym_case] = ACTIONS(2828), + [anon_sym_default] = ACTIONS(2828), + [anon_sym_while] = ACTIONS(2828), + [anon_sym_do] = ACTIONS(2828), + [anon_sym_for] = ACTIONS(2828), + [anon_sym_return] = ACTIONS(2828), + [anon_sym_break] = ACTIONS(2828), + [anon_sym_continue] = ACTIONS(2828), + [anon_sym_goto] = ACTIONS(2828), + [anon_sym_not] = ACTIONS(2828), + [anon_sym_compl] = ACTIONS(2828), + [anon_sym_DASH_DASH] = ACTIONS(2830), + [anon_sym_PLUS_PLUS] = ACTIONS(2830), + [anon_sym_sizeof] = ACTIONS(2828), + [sym_number_literal] = ACTIONS(2830), + [anon_sym_L_SQUOTE] = ACTIONS(2830), + [anon_sym_u_SQUOTE] = ACTIONS(2830), + [anon_sym_U_SQUOTE] = ACTIONS(2830), + [anon_sym_u8_SQUOTE] = ACTIONS(2830), + [anon_sym_SQUOTE] = ACTIONS(2830), + [anon_sym_L_DQUOTE] = ACTIONS(2830), + [anon_sym_u_DQUOTE] = ACTIONS(2830), + [anon_sym_U_DQUOTE] = ACTIONS(2830), + [anon_sym_u8_DQUOTE] = ACTIONS(2830), + [anon_sym_DQUOTE] = ACTIONS(2830), + [sym_true] = ACTIONS(2828), + [sym_false] = ACTIONS(2828), + [sym_null] = ACTIONS(2828), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2828), + [anon_sym_decltype] = ACTIONS(2828), + [anon_sym_virtual] = ACTIONS(2828), + [anon_sym_explicit] = ACTIONS(2828), + [anon_sym_typename] = ACTIONS(2828), + [anon_sym_template] = ACTIONS(2828), + [anon_sym_operator] = ACTIONS(2828), + [anon_sym_try] = ACTIONS(2828), + [anon_sym_delete] = ACTIONS(2828), + [anon_sym_throw] = ACTIONS(2828), + [anon_sym_namespace] = ACTIONS(2828), + [anon_sym_using] = ACTIONS(2828), + [anon_sym_static_assert] = ACTIONS(2828), + [anon_sym_concept] = ACTIONS(2828), + [anon_sym_co_return] = ACTIONS(2828), + [anon_sym_co_yield] = ACTIONS(2828), + [anon_sym_R_DQUOTE] = ACTIONS(2830), + [anon_sym_LR_DQUOTE] = ACTIONS(2830), + [anon_sym_uR_DQUOTE] = ACTIONS(2830), + [anon_sym_UR_DQUOTE] = ACTIONS(2830), + [anon_sym_u8R_DQUOTE] = ACTIONS(2830), + [anon_sym_co_await] = ACTIONS(2828), + [anon_sym_new] = ACTIONS(2828), + [anon_sym_requires] = ACTIONS(2828), + [sym_this] = ACTIONS(2828), + [sym_nullptr] = ACTIONS(2828), }, [908] = { - [ts_builtin_sym_end] = ACTIONS(2804), - [sym_identifier] = ACTIONS(2802), - [aux_sym_preproc_include_token1] = ACTIONS(2802), - [aux_sym_preproc_def_token1] = ACTIONS(2802), - [aux_sym_preproc_if_token1] = ACTIONS(2802), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2802), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2802), - [sym_preproc_directive] = ACTIONS(2802), - [anon_sym_LPAREN2] = ACTIONS(2804), - [anon_sym_BANG] = ACTIONS(2804), - [anon_sym_TILDE] = ACTIONS(2804), - [anon_sym_DASH] = ACTIONS(2802), - [anon_sym_PLUS] = ACTIONS(2802), - [anon_sym_STAR] = ACTIONS(2804), - [anon_sym_AMP_AMP] = ACTIONS(2804), - [anon_sym_AMP] = ACTIONS(2802), - [anon_sym_SEMI] = ACTIONS(2804), - [anon_sym_typedef] = ACTIONS(2802), - [anon_sym_extern] = ACTIONS(2802), - [anon_sym___attribute__] = ACTIONS(2802), - [anon_sym_COLON_COLON] = ACTIONS(2804), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2804), - [anon_sym___declspec] = ACTIONS(2802), - [anon_sym___based] = ACTIONS(2802), - [anon_sym___cdecl] = ACTIONS(2802), - [anon_sym___clrcall] = ACTIONS(2802), - [anon_sym___stdcall] = ACTIONS(2802), - [anon_sym___fastcall] = ACTIONS(2802), - [anon_sym___thiscall] = ACTIONS(2802), - [anon_sym___vectorcall] = ACTIONS(2802), - [anon_sym_LBRACE] = ACTIONS(2804), - [anon_sym_LBRACK] = ACTIONS(2802), - [anon_sym_static] = ACTIONS(2802), - [anon_sym_register] = ACTIONS(2802), - [anon_sym_inline] = ACTIONS(2802), - [anon_sym_thread_local] = ACTIONS(2802), - [anon_sym_const] = ACTIONS(2802), - [anon_sym_volatile] = ACTIONS(2802), - [anon_sym_restrict] = ACTIONS(2802), - [anon_sym__Atomic] = ACTIONS(2802), - [anon_sym_mutable] = ACTIONS(2802), - [anon_sym_constexpr] = ACTIONS(2802), - [anon_sym_constinit] = ACTIONS(2802), - [anon_sym_consteval] = ACTIONS(2802), - [anon_sym_signed] = ACTIONS(2802), - [anon_sym_unsigned] = ACTIONS(2802), - [anon_sym_long] = ACTIONS(2802), - [anon_sym_short] = ACTIONS(2802), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_enum] = ACTIONS(2802), - [anon_sym_class] = ACTIONS(2802), - [anon_sym_struct] = ACTIONS(2802), - [anon_sym_union] = ACTIONS(2802), - [anon_sym_if] = ACTIONS(2802), - [anon_sym_switch] = ACTIONS(2802), - [anon_sym_case] = ACTIONS(2802), - [anon_sym_default] = ACTIONS(2802), - [anon_sym_while] = ACTIONS(2802), - [anon_sym_do] = ACTIONS(2802), - [anon_sym_for] = ACTIONS(2802), - [anon_sym_return] = ACTIONS(2802), - [anon_sym_break] = ACTIONS(2802), - [anon_sym_continue] = ACTIONS(2802), - [anon_sym_goto] = ACTIONS(2802), - [anon_sym_not] = ACTIONS(2802), - [anon_sym_compl] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2802), - [sym_number_literal] = ACTIONS(2804), - [anon_sym_L_SQUOTE] = ACTIONS(2804), - [anon_sym_u_SQUOTE] = ACTIONS(2804), - [anon_sym_U_SQUOTE] = ACTIONS(2804), - [anon_sym_u8_SQUOTE] = ACTIONS(2804), - [anon_sym_SQUOTE] = ACTIONS(2804), - [anon_sym_L_DQUOTE] = ACTIONS(2804), - [anon_sym_u_DQUOTE] = ACTIONS(2804), - [anon_sym_U_DQUOTE] = ACTIONS(2804), - [anon_sym_u8_DQUOTE] = ACTIONS(2804), - [anon_sym_DQUOTE] = ACTIONS(2804), - [sym_true] = ACTIONS(2802), - [sym_false] = ACTIONS(2802), - [sym_null] = ACTIONS(2802), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2802), - [anon_sym_decltype] = ACTIONS(2802), - [anon_sym_virtual] = ACTIONS(2802), - [anon_sym_explicit] = ACTIONS(2802), - [anon_sym_typename] = ACTIONS(2802), - [anon_sym_template] = ACTIONS(2802), - [anon_sym_operator] = ACTIONS(2802), - [anon_sym_try] = ACTIONS(2802), - [anon_sym_delete] = ACTIONS(2802), - [anon_sym_throw] = ACTIONS(2802), - [anon_sym_namespace] = ACTIONS(2802), - [anon_sym_using] = ACTIONS(2802), - [anon_sym_static_assert] = ACTIONS(2802), - [anon_sym_concept] = ACTIONS(2802), - [anon_sym_co_return] = ACTIONS(2802), - [anon_sym_co_yield] = ACTIONS(2802), - [anon_sym_R_DQUOTE] = ACTIONS(2804), - [anon_sym_LR_DQUOTE] = ACTIONS(2804), - [anon_sym_uR_DQUOTE] = ACTIONS(2804), - [anon_sym_UR_DQUOTE] = ACTIONS(2804), - [anon_sym_u8R_DQUOTE] = ACTIONS(2804), - [anon_sym_co_await] = ACTIONS(2802), - [anon_sym_new] = ACTIONS(2802), - [anon_sym_requires] = ACTIONS(2802), - [sym_this] = ACTIONS(2802), - [sym_nullptr] = ACTIONS(2802), + [sym_identifier] = ACTIONS(2760), + [aux_sym_preproc_include_token1] = ACTIONS(2760), + [aux_sym_preproc_def_token1] = ACTIONS(2760), + [aux_sym_preproc_if_token1] = ACTIONS(2760), + [aux_sym_preproc_if_token2] = ACTIONS(2760), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2760), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2760), + [sym_preproc_directive] = ACTIONS(2760), + [anon_sym_LPAREN2] = ACTIONS(2762), + [anon_sym_BANG] = ACTIONS(2762), + [anon_sym_TILDE] = ACTIONS(2762), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_STAR] = ACTIONS(2762), + [anon_sym_AMP_AMP] = ACTIONS(2762), + [anon_sym_AMP] = ACTIONS(2760), + [anon_sym_SEMI] = ACTIONS(2762), + [anon_sym_typedef] = ACTIONS(2760), + [anon_sym_extern] = ACTIONS(2760), + [anon_sym___attribute__] = ACTIONS(2760), + [anon_sym_COLON_COLON] = ACTIONS(2762), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2762), + [anon_sym___declspec] = ACTIONS(2760), + [anon_sym___based] = ACTIONS(2760), + [anon_sym___cdecl] = ACTIONS(2760), + [anon_sym___clrcall] = ACTIONS(2760), + [anon_sym___stdcall] = ACTIONS(2760), + [anon_sym___fastcall] = ACTIONS(2760), + [anon_sym___thiscall] = ACTIONS(2760), + [anon_sym___vectorcall] = ACTIONS(2760), + [anon_sym_LBRACE] = ACTIONS(2762), + [anon_sym_LBRACK] = ACTIONS(2760), + [anon_sym_static] = ACTIONS(2760), + [anon_sym_register] = ACTIONS(2760), + [anon_sym_inline] = ACTIONS(2760), + [anon_sym_thread_local] = ACTIONS(2760), + [anon_sym_const] = ACTIONS(2760), + [anon_sym_volatile] = ACTIONS(2760), + [anon_sym_restrict] = ACTIONS(2760), + [anon_sym__Atomic] = ACTIONS(2760), + [anon_sym_mutable] = ACTIONS(2760), + [anon_sym_constexpr] = ACTIONS(2760), + [anon_sym_constinit] = ACTIONS(2760), + [anon_sym_consteval] = ACTIONS(2760), + [anon_sym_signed] = ACTIONS(2760), + [anon_sym_unsigned] = ACTIONS(2760), + [anon_sym_long] = ACTIONS(2760), + [anon_sym_short] = ACTIONS(2760), + [sym_primitive_type] = ACTIONS(2760), + [anon_sym_enum] = ACTIONS(2760), + [anon_sym_class] = ACTIONS(2760), + [anon_sym_struct] = ACTIONS(2760), + [anon_sym_union] = ACTIONS(2760), + [anon_sym_if] = ACTIONS(2760), + [anon_sym_switch] = ACTIONS(2760), + [anon_sym_case] = ACTIONS(2760), + [anon_sym_default] = ACTIONS(2760), + [anon_sym_while] = ACTIONS(2760), + [anon_sym_do] = ACTIONS(2760), + [anon_sym_for] = ACTIONS(2760), + [anon_sym_return] = ACTIONS(2760), + [anon_sym_break] = ACTIONS(2760), + [anon_sym_continue] = ACTIONS(2760), + [anon_sym_goto] = ACTIONS(2760), + [anon_sym_not] = ACTIONS(2760), + [anon_sym_compl] = ACTIONS(2760), + [anon_sym_DASH_DASH] = ACTIONS(2762), + [anon_sym_PLUS_PLUS] = ACTIONS(2762), + [anon_sym_sizeof] = ACTIONS(2760), + [sym_number_literal] = ACTIONS(2762), + [anon_sym_L_SQUOTE] = ACTIONS(2762), + [anon_sym_u_SQUOTE] = ACTIONS(2762), + [anon_sym_U_SQUOTE] = ACTIONS(2762), + [anon_sym_u8_SQUOTE] = ACTIONS(2762), + [anon_sym_SQUOTE] = ACTIONS(2762), + [anon_sym_L_DQUOTE] = ACTIONS(2762), + [anon_sym_u_DQUOTE] = ACTIONS(2762), + [anon_sym_U_DQUOTE] = ACTIONS(2762), + [anon_sym_u8_DQUOTE] = ACTIONS(2762), + [anon_sym_DQUOTE] = ACTIONS(2762), + [sym_true] = ACTIONS(2760), + [sym_false] = ACTIONS(2760), + [sym_null] = ACTIONS(2760), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2760), + [anon_sym_decltype] = ACTIONS(2760), + [anon_sym_virtual] = ACTIONS(2760), + [anon_sym_explicit] = ACTIONS(2760), + [anon_sym_typename] = ACTIONS(2760), + [anon_sym_template] = ACTIONS(2760), + [anon_sym_operator] = ACTIONS(2760), + [anon_sym_try] = ACTIONS(2760), + [anon_sym_delete] = ACTIONS(2760), + [anon_sym_throw] = ACTIONS(2760), + [anon_sym_namespace] = ACTIONS(2760), + [anon_sym_using] = ACTIONS(2760), + [anon_sym_static_assert] = ACTIONS(2760), + [anon_sym_concept] = ACTIONS(2760), + [anon_sym_co_return] = ACTIONS(2760), + [anon_sym_co_yield] = ACTIONS(2760), + [anon_sym_R_DQUOTE] = ACTIONS(2762), + [anon_sym_LR_DQUOTE] = ACTIONS(2762), + [anon_sym_uR_DQUOTE] = ACTIONS(2762), + [anon_sym_UR_DQUOTE] = ACTIONS(2762), + [anon_sym_u8R_DQUOTE] = ACTIONS(2762), + [anon_sym_co_await] = ACTIONS(2760), + [anon_sym_new] = ACTIONS(2760), + [anon_sym_requires] = ACTIONS(2760), + [sym_this] = ACTIONS(2760), + [sym_nullptr] = ACTIONS(2760), }, [909] = { - [ts_builtin_sym_end] = ACTIONS(2748), - [sym_identifier] = ACTIONS(2746), - [aux_sym_preproc_include_token1] = ACTIONS(2746), - [aux_sym_preproc_def_token1] = ACTIONS(2746), - [aux_sym_preproc_if_token1] = ACTIONS(2746), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2746), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2746), - [sym_preproc_directive] = ACTIONS(2746), - [anon_sym_LPAREN2] = ACTIONS(2748), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(2748), - [anon_sym_AMP_AMP] = ACTIONS(2748), - [anon_sym_AMP] = ACTIONS(2746), - [anon_sym_SEMI] = ACTIONS(2748), - [anon_sym_typedef] = ACTIONS(2746), - [anon_sym_extern] = ACTIONS(2746), - [anon_sym___attribute__] = ACTIONS(2746), - [anon_sym_COLON_COLON] = ACTIONS(2748), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2748), - [anon_sym___declspec] = ACTIONS(2746), - [anon_sym___based] = ACTIONS(2746), - [anon_sym___cdecl] = ACTIONS(2746), - [anon_sym___clrcall] = ACTIONS(2746), - [anon_sym___stdcall] = ACTIONS(2746), - [anon_sym___fastcall] = ACTIONS(2746), - [anon_sym___thiscall] = ACTIONS(2746), - [anon_sym___vectorcall] = ACTIONS(2746), - [anon_sym_LBRACE] = ACTIONS(2748), - [anon_sym_LBRACK] = ACTIONS(2746), - [anon_sym_static] = ACTIONS(2746), - [anon_sym_register] = ACTIONS(2746), - [anon_sym_inline] = ACTIONS(2746), - [anon_sym_thread_local] = ACTIONS(2746), - [anon_sym_const] = ACTIONS(2746), - [anon_sym_volatile] = ACTIONS(2746), - [anon_sym_restrict] = ACTIONS(2746), - [anon_sym__Atomic] = ACTIONS(2746), - [anon_sym_mutable] = ACTIONS(2746), - [anon_sym_constexpr] = ACTIONS(2746), - [anon_sym_constinit] = ACTIONS(2746), - [anon_sym_consteval] = ACTIONS(2746), - [anon_sym_signed] = ACTIONS(2746), - [anon_sym_unsigned] = ACTIONS(2746), - [anon_sym_long] = ACTIONS(2746), - [anon_sym_short] = ACTIONS(2746), - [sym_primitive_type] = ACTIONS(2746), - [anon_sym_enum] = ACTIONS(2746), - [anon_sym_class] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2746), - [anon_sym_union] = ACTIONS(2746), - [anon_sym_if] = ACTIONS(2746), - [anon_sym_switch] = ACTIONS(2746), - [anon_sym_case] = ACTIONS(2746), - [anon_sym_default] = ACTIONS(2746), - [anon_sym_while] = ACTIONS(2746), - [anon_sym_do] = ACTIONS(2746), - [anon_sym_for] = ACTIONS(2746), - [anon_sym_return] = ACTIONS(2746), - [anon_sym_break] = ACTIONS(2746), - [anon_sym_continue] = ACTIONS(2746), - [anon_sym_goto] = ACTIONS(2746), - [anon_sym_not] = ACTIONS(2746), - [anon_sym_compl] = ACTIONS(2746), - [anon_sym_DASH_DASH] = ACTIONS(2748), - [anon_sym_PLUS_PLUS] = ACTIONS(2748), - [anon_sym_sizeof] = ACTIONS(2746), - [sym_number_literal] = ACTIONS(2748), - [anon_sym_L_SQUOTE] = ACTIONS(2748), - [anon_sym_u_SQUOTE] = ACTIONS(2748), - [anon_sym_U_SQUOTE] = ACTIONS(2748), - [anon_sym_u8_SQUOTE] = ACTIONS(2748), - [anon_sym_SQUOTE] = ACTIONS(2748), - [anon_sym_L_DQUOTE] = ACTIONS(2748), - [anon_sym_u_DQUOTE] = ACTIONS(2748), - [anon_sym_U_DQUOTE] = ACTIONS(2748), - [anon_sym_u8_DQUOTE] = ACTIONS(2748), - [anon_sym_DQUOTE] = ACTIONS(2748), - [sym_true] = ACTIONS(2746), - [sym_false] = ACTIONS(2746), - [sym_null] = ACTIONS(2746), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2746), - [anon_sym_decltype] = ACTIONS(2746), - [anon_sym_virtual] = ACTIONS(2746), - [anon_sym_explicit] = ACTIONS(2746), - [anon_sym_typename] = ACTIONS(2746), - [anon_sym_template] = ACTIONS(2746), - [anon_sym_operator] = ACTIONS(2746), - [anon_sym_try] = ACTIONS(2746), - [anon_sym_delete] = ACTIONS(2746), - [anon_sym_throw] = ACTIONS(2746), - [anon_sym_namespace] = ACTIONS(2746), - [anon_sym_using] = ACTIONS(2746), - [anon_sym_static_assert] = ACTIONS(2746), - [anon_sym_concept] = ACTIONS(2746), - [anon_sym_co_return] = ACTIONS(2746), - [anon_sym_co_yield] = ACTIONS(2746), - [anon_sym_R_DQUOTE] = ACTIONS(2748), - [anon_sym_LR_DQUOTE] = ACTIONS(2748), - [anon_sym_uR_DQUOTE] = ACTIONS(2748), - [anon_sym_UR_DQUOTE] = ACTIONS(2748), - [anon_sym_u8R_DQUOTE] = ACTIONS(2748), - [anon_sym_co_await] = ACTIONS(2746), - [anon_sym_new] = ACTIONS(2746), - [anon_sym_requires] = ACTIONS(2746), - [sym_this] = ACTIONS(2746), - [sym_nullptr] = ACTIONS(2746), + [sym_identifier] = ACTIONS(2784), + [aux_sym_preproc_include_token1] = ACTIONS(2784), + [aux_sym_preproc_def_token1] = ACTIONS(2784), + [aux_sym_preproc_if_token1] = ACTIONS(2784), + [aux_sym_preproc_if_token2] = ACTIONS(2784), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2784), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2784), + [sym_preproc_directive] = ACTIONS(2784), + [anon_sym_LPAREN2] = ACTIONS(2786), + [anon_sym_BANG] = ACTIONS(2786), + [anon_sym_TILDE] = ACTIONS(2786), + [anon_sym_DASH] = ACTIONS(2784), + [anon_sym_PLUS] = ACTIONS(2784), + [anon_sym_STAR] = ACTIONS(2786), + [anon_sym_AMP_AMP] = ACTIONS(2786), + [anon_sym_AMP] = ACTIONS(2784), + [anon_sym_SEMI] = ACTIONS(2786), + [anon_sym_typedef] = ACTIONS(2784), + [anon_sym_extern] = ACTIONS(2784), + [anon_sym___attribute__] = ACTIONS(2784), + [anon_sym_COLON_COLON] = ACTIONS(2786), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2786), + [anon_sym___declspec] = ACTIONS(2784), + [anon_sym___based] = ACTIONS(2784), + [anon_sym___cdecl] = ACTIONS(2784), + [anon_sym___clrcall] = ACTIONS(2784), + [anon_sym___stdcall] = ACTIONS(2784), + [anon_sym___fastcall] = ACTIONS(2784), + [anon_sym___thiscall] = ACTIONS(2784), + [anon_sym___vectorcall] = ACTIONS(2784), + [anon_sym_LBRACE] = ACTIONS(2786), + [anon_sym_LBRACK] = ACTIONS(2784), + [anon_sym_static] = ACTIONS(2784), + [anon_sym_register] = ACTIONS(2784), + [anon_sym_inline] = ACTIONS(2784), + [anon_sym_thread_local] = ACTIONS(2784), + [anon_sym_const] = ACTIONS(2784), + [anon_sym_volatile] = ACTIONS(2784), + [anon_sym_restrict] = ACTIONS(2784), + [anon_sym__Atomic] = ACTIONS(2784), + [anon_sym_mutable] = ACTIONS(2784), + [anon_sym_constexpr] = ACTIONS(2784), + [anon_sym_constinit] = ACTIONS(2784), + [anon_sym_consteval] = ACTIONS(2784), + [anon_sym_signed] = ACTIONS(2784), + [anon_sym_unsigned] = ACTIONS(2784), + [anon_sym_long] = ACTIONS(2784), + [anon_sym_short] = ACTIONS(2784), + [sym_primitive_type] = ACTIONS(2784), + [anon_sym_enum] = ACTIONS(2784), + [anon_sym_class] = ACTIONS(2784), + [anon_sym_struct] = ACTIONS(2784), + [anon_sym_union] = ACTIONS(2784), + [anon_sym_if] = ACTIONS(2784), + [anon_sym_switch] = ACTIONS(2784), + [anon_sym_case] = ACTIONS(2784), + [anon_sym_default] = ACTIONS(2784), + [anon_sym_while] = ACTIONS(2784), + [anon_sym_do] = ACTIONS(2784), + [anon_sym_for] = ACTIONS(2784), + [anon_sym_return] = ACTIONS(2784), + [anon_sym_break] = ACTIONS(2784), + [anon_sym_continue] = ACTIONS(2784), + [anon_sym_goto] = ACTIONS(2784), + [anon_sym_not] = ACTIONS(2784), + [anon_sym_compl] = ACTIONS(2784), + [anon_sym_DASH_DASH] = ACTIONS(2786), + [anon_sym_PLUS_PLUS] = ACTIONS(2786), + [anon_sym_sizeof] = ACTIONS(2784), + [sym_number_literal] = ACTIONS(2786), + [anon_sym_L_SQUOTE] = ACTIONS(2786), + [anon_sym_u_SQUOTE] = ACTIONS(2786), + [anon_sym_U_SQUOTE] = ACTIONS(2786), + [anon_sym_u8_SQUOTE] = ACTIONS(2786), + [anon_sym_SQUOTE] = ACTIONS(2786), + [anon_sym_L_DQUOTE] = ACTIONS(2786), + [anon_sym_u_DQUOTE] = ACTIONS(2786), + [anon_sym_U_DQUOTE] = ACTIONS(2786), + [anon_sym_u8_DQUOTE] = ACTIONS(2786), + [anon_sym_DQUOTE] = ACTIONS(2786), + [sym_true] = ACTIONS(2784), + [sym_false] = ACTIONS(2784), + [sym_null] = ACTIONS(2784), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2784), + [anon_sym_decltype] = ACTIONS(2784), + [anon_sym_virtual] = ACTIONS(2784), + [anon_sym_explicit] = ACTIONS(2784), + [anon_sym_typename] = ACTIONS(2784), + [anon_sym_template] = ACTIONS(2784), + [anon_sym_operator] = ACTIONS(2784), + [anon_sym_try] = ACTIONS(2784), + [anon_sym_delete] = ACTIONS(2784), + [anon_sym_throw] = ACTIONS(2784), + [anon_sym_namespace] = ACTIONS(2784), + [anon_sym_using] = ACTIONS(2784), + [anon_sym_static_assert] = ACTIONS(2784), + [anon_sym_concept] = ACTIONS(2784), + [anon_sym_co_return] = ACTIONS(2784), + [anon_sym_co_yield] = ACTIONS(2784), + [anon_sym_R_DQUOTE] = ACTIONS(2786), + [anon_sym_LR_DQUOTE] = ACTIONS(2786), + [anon_sym_uR_DQUOTE] = ACTIONS(2786), + [anon_sym_UR_DQUOTE] = ACTIONS(2786), + [anon_sym_u8R_DQUOTE] = ACTIONS(2786), + [anon_sym_co_await] = ACTIONS(2784), + [anon_sym_new] = ACTIONS(2784), + [anon_sym_requires] = ACTIONS(2784), + [sym_this] = ACTIONS(2784), + [sym_nullptr] = ACTIONS(2784), }, [910] = { - [ts_builtin_sym_end] = ACTIONS(2800), - [sym_identifier] = ACTIONS(2798), - [aux_sym_preproc_include_token1] = ACTIONS(2798), - [aux_sym_preproc_def_token1] = ACTIONS(2798), - [aux_sym_preproc_if_token1] = ACTIONS(2798), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2798), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2798), - [sym_preproc_directive] = ACTIONS(2798), - [anon_sym_LPAREN2] = ACTIONS(2800), - [anon_sym_BANG] = ACTIONS(2800), - [anon_sym_TILDE] = ACTIONS(2800), - [anon_sym_DASH] = ACTIONS(2798), - [anon_sym_PLUS] = ACTIONS(2798), - [anon_sym_STAR] = ACTIONS(2800), - [anon_sym_AMP_AMP] = ACTIONS(2800), - [anon_sym_AMP] = ACTIONS(2798), - [anon_sym_SEMI] = ACTIONS(2800), - [anon_sym_typedef] = ACTIONS(2798), - [anon_sym_extern] = ACTIONS(2798), - [anon_sym___attribute__] = ACTIONS(2798), - [anon_sym_COLON_COLON] = ACTIONS(2800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2800), - [anon_sym___declspec] = ACTIONS(2798), - [anon_sym___based] = ACTIONS(2798), - [anon_sym___cdecl] = ACTIONS(2798), - [anon_sym___clrcall] = ACTIONS(2798), - [anon_sym___stdcall] = ACTIONS(2798), - [anon_sym___fastcall] = ACTIONS(2798), - [anon_sym___thiscall] = ACTIONS(2798), - [anon_sym___vectorcall] = ACTIONS(2798), - [anon_sym_LBRACE] = ACTIONS(2800), - [anon_sym_LBRACK] = ACTIONS(2798), - [anon_sym_static] = ACTIONS(2798), - [anon_sym_register] = ACTIONS(2798), - [anon_sym_inline] = ACTIONS(2798), - [anon_sym_thread_local] = ACTIONS(2798), - [anon_sym_const] = ACTIONS(2798), - [anon_sym_volatile] = ACTIONS(2798), - [anon_sym_restrict] = ACTIONS(2798), - [anon_sym__Atomic] = ACTIONS(2798), - [anon_sym_mutable] = ACTIONS(2798), - [anon_sym_constexpr] = ACTIONS(2798), - [anon_sym_constinit] = ACTIONS(2798), - [anon_sym_consteval] = ACTIONS(2798), - [anon_sym_signed] = ACTIONS(2798), - [anon_sym_unsigned] = ACTIONS(2798), - [anon_sym_long] = ACTIONS(2798), - [anon_sym_short] = ACTIONS(2798), - [sym_primitive_type] = ACTIONS(2798), - [anon_sym_enum] = ACTIONS(2798), - [anon_sym_class] = ACTIONS(2798), - [anon_sym_struct] = ACTIONS(2798), - [anon_sym_union] = ACTIONS(2798), - [anon_sym_if] = ACTIONS(2798), - [anon_sym_switch] = ACTIONS(2798), - [anon_sym_case] = ACTIONS(2798), - [anon_sym_default] = ACTIONS(2798), - [anon_sym_while] = ACTIONS(2798), - [anon_sym_do] = ACTIONS(2798), - [anon_sym_for] = ACTIONS(2798), - [anon_sym_return] = ACTIONS(2798), - [anon_sym_break] = ACTIONS(2798), - [anon_sym_continue] = ACTIONS(2798), - [anon_sym_goto] = ACTIONS(2798), - [anon_sym_not] = ACTIONS(2798), - [anon_sym_compl] = ACTIONS(2798), - [anon_sym_DASH_DASH] = ACTIONS(2800), - [anon_sym_PLUS_PLUS] = ACTIONS(2800), - [anon_sym_sizeof] = ACTIONS(2798), - [sym_number_literal] = ACTIONS(2800), - [anon_sym_L_SQUOTE] = ACTIONS(2800), - [anon_sym_u_SQUOTE] = ACTIONS(2800), - [anon_sym_U_SQUOTE] = ACTIONS(2800), - [anon_sym_u8_SQUOTE] = ACTIONS(2800), - [anon_sym_SQUOTE] = ACTIONS(2800), - [anon_sym_L_DQUOTE] = ACTIONS(2800), - [anon_sym_u_DQUOTE] = ACTIONS(2800), - [anon_sym_U_DQUOTE] = ACTIONS(2800), - [anon_sym_u8_DQUOTE] = ACTIONS(2800), - [anon_sym_DQUOTE] = ACTIONS(2800), - [sym_true] = ACTIONS(2798), - [sym_false] = ACTIONS(2798), - [sym_null] = ACTIONS(2798), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2798), - [anon_sym_decltype] = ACTIONS(2798), - [anon_sym_virtual] = ACTIONS(2798), - [anon_sym_explicit] = ACTIONS(2798), - [anon_sym_typename] = ACTIONS(2798), - [anon_sym_template] = ACTIONS(2798), - [anon_sym_operator] = ACTIONS(2798), - [anon_sym_try] = ACTIONS(2798), - [anon_sym_delete] = ACTIONS(2798), - [anon_sym_throw] = ACTIONS(2798), - [anon_sym_namespace] = ACTIONS(2798), - [anon_sym_using] = ACTIONS(2798), - [anon_sym_static_assert] = ACTIONS(2798), - [anon_sym_concept] = ACTIONS(2798), - [anon_sym_co_return] = ACTIONS(2798), - [anon_sym_co_yield] = ACTIONS(2798), - [anon_sym_R_DQUOTE] = ACTIONS(2800), - [anon_sym_LR_DQUOTE] = ACTIONS(2800), - [anon_sym_uR_DQUOTE] = ACTIONS(2800), - [anon_sym_UR_DQUOTE] = ACTIONS(2800), - [anon_sym_u8R_DQUOTE] = ACTIONS(2800), - [anon_sym_co_await] = ACTIONS(2798), - [anon_sym_new] = ACTIONS(2798), - [anon_sym_requires] = ACTIONS(2798), - [sym_this] = ACTIONS(2798), - [sym_nullptr] = ACTIONS(2798), + [sym_identifier] = ACTIONS(2854), + [aux_sym_preproc_include_token1] = ACTIONS(2854), + [aux_sym_preproc_def_token1] = ACTIONS(2854), + [aux_sym_preproc_if_token1] = ACTIONS(2854), + [aux_sym_preproc_if_token2] = ACTIONS(2854), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2854), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2854), + [sym_preproc_directive] = ACTIONS(2854), + [anon_sym_LPAREN2] = ACTIONS(2856), + [anon_sym_BANG] = ACTIONS(2856), + [anon_sym_TILDE] = ACTIONS(2856), + [anon_sym_DASH] = ACTIONS(2854), + [anon_sym_PLUS] = ACTIONS(2854), + [anon_sym_STAR] = ACTIONS(2856), + [anon_sym_AMP_AMP] = ACTIONS(2856), + [anon_sym_AMP] = ACTIONS(2854), + [anon_sym_SEMI] = ACTIONS(2856), + [anon_sym_typedef] = ACTIONS(2854), + [anon_sym_extern] = ACTIONS(2854), + [anon_sym___attribute__] = ACTIONS(2854), + [anon_sym_COLON_COLON] = ACTIONS(2856), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2856), + [anon_sym___declspec] = ACTIONS(2854), + [anon_sym___based] = ACTIONS(2854), + [anon_sym___cdecl] = ACTIONS(2854), + [anon_sym___clrcall] = ACTIONS(2854), + [anon_sym___stdcall] = ACTIONS(2854), + [anon_sym___fastcall] = ACTIONS(2854), + [anon_sym___thiscall] = ACTIONS(2854), + [anon_sym___vectorcall] = ACTIONS(2854), + [anon_sym_LBRACE] = ACTIONS(2856), + [anon_sym_LBRACK] = ACTIONS(2854), + [anon_sym_static] = ACTIONS(2854), + [anon_sym_register] = ACTIONS(2854), + [anon_sym_inline] = ACTIONS(2854), + [anon_sym_thread_local] = ACTIONS(2854), + [anon_sym_const] = ACTIONS(2854), + [anon_sym_volatile] = ACTIONS(2854), + [anon_sym_restrict] = ACTIONS(2854), + [anon_sym__Atomic] = ACTIONS(2854), + [anon_sym_mutable] = ACTIONS(2854), + [anon_sym_constexpr] = ACTIONS(2854), + [anon_sym_constinit] = ACTIONS(2854), + [anon_sym_consteval] = ACTIONS(2854), + [anon_sym_signed] = ACTIONS(2854), + [anon_sym_unsigned] = ACTIONS(2854), + [anon_sym_long] = ACTIONS(2854), + [anon_sym_short] = ACTIONS(2854), + [sym_primitive_type] = ACTIONS(2854), + [anon_sym_enum] = ACTIONS(2854), + [anon_sym_class] = ACTIONS(2854), + [anon_sym_struct] = ACTIONS(2854), + [anon_sym_union] = ACTIONS(2854), + [anon_sym_if] = ACTIONS(2854), + [anon_sym_switch] = ACTIONS(2854), + [anon_sym_case] = ACTIONS(2854), + [anon_sym_default] = ACTIONS(2854), + [anon_sym_while] = ACTIONS(2854), + [anon_sym_do] = ACTIONS(2854), + [anon_sym_for] = ACTIONS(2854), + [anon_sym_return] = ACTIONS(2854), + [anon_sym_break] = ACTIONS(2854), + [anon_sym_continue] = ACTIONS(2854), + [anon_sym_goto] = ACTIONS(2854), + [anon_sym_not] = ACTIONS(2854), + [anon_sym_compl] = ACTIONS(2854), + [anon_sym_DASH_DASH] = ACTIONS(2856), + [anon_sym_PLUS_PLUS] = ACTIONS(2856), + [anon_sym_sizeof] = ACTIONS(2854), + [sym_number_literal] = ACTIONS(2856), + [anon_sym_L_SQUOTE] = ACTIONS(2856), + [anon_sym_u_SQUOTE] = ACTIONS(2856), + [anon_sym_U_SQUOTE] = ACTIONS(2856), + [anon_sym_u8_SQUOTE] = ACTIONS(2856), + [anon_sym_SQUOTE] = ACTIONS(2856), + [anon_sym_L_DQUOTE] = ACTIONS(2856), + [anon_sym_u_DQUOTE] = ACTIONS(2856), + [anon_sym_U_DQUOTE] = ACTIONS(2856), + [anon_sym_u8_DQUOTE] = ACTIONS(2856), + [anon_sym_DQUOTE] = ACTIONS(2856), + [sym_true] = ACTIONS(2854), + [sym_false] = ACTIONS(2854), + [sym_null] = ACTIONS(2854), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2854), + [anon_sym_decltype] = ACTIONS(2854), + [anon_sym_virtual] = ACTIONS(2854), + [anon_sym_explicit] = ACTIONS(2854), + [anon_sym_typename] = ACTIONS(2854), + [anon_sym_template] = ACTIONS(2854), + [anon_sym_operator] = ACTIONS(2854), + [anon_sym_try] = ACTIONS(2854), + [anon_sym_delete] = ACTIONS(2854), + [anon_sym_throw] = ACTIONS(2854), + [anon_sym_namespace] = ACTIONS(2854), + [anon_sym_using] = ACTIONS(2854), + [anon_sym_static_assert] = ACTIONS(2854), + [anon_sym_concept] = ACTIONS(2854), + [anon_sym_co_return] = ACTIONS(2854), + [anon_sym_co_yield] = ACTIONS(2854), + [anon_sym_R_DQUOTE] = ACTIONS(2856), + [anon_sym_LR_DQUOTE] = ACTIONS(2856), + [anon_sym_uR_DQUOTE] = ACTIONS(2856), + [anon_sym_UR_DQUOTE] = ACTIONS(2856), + [anon_sym_u8R_DQUOTE] = ACTIONS(2856), + [anon_sym_co_await] = ACTIONS(2854), + [anon_sym_new] = ACTIONS(2854), + [anon_sym_requires] = ACTIONS(2854), + [sym_this] = ACTIONS(2854), + [sym_nullptr] = ACTIONS(2854), }, [911] = { - [ts_builtin_sym_end] = ACTIONS(2744), - [sym_identifier] = ACTIONS(2742), - [aux_sym_preproc_include_token1] = ACTIONS(2742), - [aux_sym_preproc_def_token1] = ACTIONS(2742), - [aux_sym_preproc_if_token1] = ACTIONS(2742), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2742), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2742), - [sym_preproc_directive] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2744), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2742), - [anon_sym_PLUS] = ACTIONS(2742), - [anon_sym_STAR] = ACTIONS(2744), - [anon_sym_AMP_AMP] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2742), - [anon_sym_SEMI] = ACTIONS(2744), - [anon_sym_typedef] = ACTIONS(2742), - [anon_sym_extern] = ACTIONS(2742), - [anon_sym___attribute__] = ACTIONS(2742), - [anon_sym_COLON_COLON] = ACTIONS(2744), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2744), - [anon_sym___declspec] = ACTIONS(2742), - [anon_sym___based] = ACTIONS(2742), - [anon_sym___cdecl] = ACTIONS(2742), - [anon_sym___clrcall] = ACTIONS(2742), - [anon_sym___stdcall] = ACTIONS(2742), - [anon_sym___fastcall] = ACTIONS(2742), - [anon_sym___thiscall] = ACTIONS(2742), - [anon_sym___vectorcall] = ACTIONS(2742), - [anon_sym_LBRACE] = ACTIONS(2744), - [anon_sym_LBRACK] = ACTIONS(2742), - [anon_sym_static] = ACTIONS(2742), - [anon_sym_register] = ACTIONS(2742), - [anon_sym_inline] = ACTIONS(2742), - [anon_sym_thread_local] = ACTIONS(2742), - [anon_sym_const] = ACTIONS(2742), - [anon_sym_volatile] = ACTIONS(2742), - [anon_sym_restrict] = ACTIONS(2742), - [anon_sym__Atomic] = ACTIONS(2742), - [anon_sym_mutable] = ACTIONS(2742), - [anon_sym_constexpr] = ACTIONS(2742), - [anon_sym_constinit] = ACTIONS(2742), - [anon_sym_consteval] = ACTIONS(2742), - [anon_sym_signed] = ACTIONS(2742), - [anon_sym_unsigned] = ACTIONS(2742), - [anon_sym_long] = ACTIONS(2742), - [anon_sym_short] = ACTIONS(2742), - [sym_primitive_type] = ACTIONS(2742), - [anon_sym_enum] = ACTIONS(2742), - [anon_sym_class] = ACTIONS(2742), - [anon_sym_struct] = ACTIONS(2742), - [anon_sym_union] = ACTIONS(2742), - [anon_sym_if] = ACTIONS(2742), - [anon_sym_switch] = ACTIONS(2742), - [anon_sym_case] = ACTIONS(2742), - [anon_sym_default] = ACTIONS(2742), - [anon_sym_while] = ACTIONS(2742), - [anon_sym_do] = ACTIONS(2742), - [anon_sym_for] = ACTIONS(2742), - [anon_sym_return] = ACTIONS(2742), - [anon_sym_break] = ACTIONS(2742), - [anon_sym_continue] = ACTIONS(2742), - [anon_sym_goto] = ACTIONS(2742), - [anon_sym_not] = ACTIONS(2742), - [anon_sym_compl] = ACTIONS(2742), - [anon_sym_DASH_DASH] = ACTIONS(2744), - [anon_sym_PLUS_PLUS] = ACTIONS(2744), - [anon_sym_sizeof] = ACTIONS(2742), - [sym_number_literal] = ACTIONS(2744), - [anon_sym_L_SQUOTE] = ACTIONS(2744), - [anon_sym_u_SQUOTE] = ACTIONS(2744), - [anon_sym_U_SQUOTE] = ACTIONS(2744), - [anon_sym_u8_SQUOTE] = ACTIONS(2744), - [anon_sym_SQUOTE] = ACTIONS(2744), - [anon_sym_L_DQUOTE] = ACTIONS(2744), - [anon_sym_u_DQUOTE] = ACTIONS(2744), - [anon_sym_U_DQUOTE] = ACTIONS(2744), - [anon_sym_u8_DQUOTE] = ACTIONS(2744), - [anon_sym_DQUOTE] = ACTIONS(2744), - [sym_true] = ACTIONS(2742), - [sym_false] = ACTIONS(2742), - [sym_null] = ACTIONS(2742), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2742), - [anon_sym_decltype] = ACTIONS(2742), - [anon_sym_virtual] = ACTIONS(2742), - [anon_sym_explicit] = ACTIONS(2742), - [anon_sym_typename] = ACTIONS(2742), - [anon_sym_template] = ACTIONS(2742), - [anon_sym_operator] = ACTIONS(2742), - [anon_sym_try] = ACTIONS(2742), - [anon_sym_delete] = ACTIONS(2742), - [anon_sym_throw] = ACTIONS(2742), - [anon_sym_namespace] = ACTIONS(2742), - [anon_sym_using] = ACTIONS(2742), - [anon_sym_static_assert] = ACTIONS(2742), - [anon_sym_concept] = ACTIONS(2742), - [anon_sym_co_return] = ACTIONS(2742), - [anon_sym_co_yield] = ACTIONS(2742), - [anon_sym_R_DQUOTE] = ACTIONS(2744), - [anon_sym_LR_DQUOTE] = ACTIONS(2744), - [anon_sym_uR_DQUOTE] = ACTIONS(2744), - [anon_sym_UR_DQUOTE] = ACTIONS(2744), - [anon_sym_u8R_DQUOTE] = ACTIONS(2744), - [anon_sym_co_await] = ACTIONS(2742), - [anon_sym_new] = ACTIONS(2742), - [anon_sym_requires] = ACTIONS(2742), - [sym_this] = ACTIONS(2742), - [sym_nullptr] = ACTIONS(2742), + [sym_identifier] = ACTIONS(2796), + [aux_sym_preproc_include_token1] = ACTIONS(2796), + [aux_sym_preproc_def_token1] = ACTIONS(2796), + [aux_sym_preproc_if_token1] = ACTIONS(2796), + [aux_sym_preproc_if_token2] = ACTIONS(2796), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2796), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2796), + [sym_preproc_directive] = ACTIONS(2796), + [anon_sym_LPAREN2] = ACTIONS(2798), + [anon_sym_BANG] = ACTIONS(2798), + [anon_sym_TILDE] = ACTIONS(2798), + [anon_sym_DASH] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2796), + [anon_sym_STAR] = ACTIONS(2798), + [anon_sym_AMP_AMP] = ACTIONS(2798), + [anon_sym_AMP] = ACTIONS(2796), + [anon_sym_SEMI] = ACTIONS(2798), + [anon_sym_typedef] = ACTIONS(2796), + [anon_sym_extern] = ACTIONS(2796), + [anon_sym___attribute__] = ACTIONS(2796), + [anon_sym_COLON_COLON] = ACTIONS(2798), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2798), + [anon_sym___declspec] = ACTIONS(2796), + [anon_sym___based] = ACTIONS(2796), + [anon_sym___cdecl] = ACTIONS(2796), + [anon_sym___clrcall] = ACTIONS(2796), + [anon_sym___stdcall] = ACTIONS(2796), + [anon_sym___fastcall] = ACTIONS(2796), + [anon_sym___thiscall] = ACTIONS(2796), + [anon_sym___vectorcall] = ACTIONS(2796), + [anon_sym_LBRACE] = ACTIONS(2798), + [anon_sym_LBRACK] = ACTIONS(2796), + [anon_sym_static] = ACTIONS(2796), + [anon_sym_register] = ACTIONS(2796), + [anon_sym_inline] = ACTIONS(2796), + [anon_sym_thread_local] = ACTIONS(2796), + [anon_sym_const] = ACTIONS(2796), + [anon_sym_volatile] = ACTIONS(2796), + [anon_sym_restrict] = ACTIONS(2796), + [anon_sym__Atomic] = ACTIONS(2796), + [anon_sym_mutable] = ACTIONS(2796), + [anon_sym_constexpr] = ACTIONS(2796), + [anon_sym_constinit] = ACTIONS(2796), + [anon_sym_consteval] = ACTIONS(2796), + [anon_sym_signed] = ACTIONS(2796), + [anon_sym_unsigned] = ACTIONS(2796), + [anon_sym_long] = ACTIONS(2796), + [anon_sym_short] = ACTIONS(2796), + [sym_primitive_type] = ACTIONS(2796), + [anon_sym_enum] = ACTIONS(2796), + [anon_sym_class] = ACTIONS(2796), + [anon_sym_struct] = ACTIONS(2796), + [anon_sym_union] = ACTIONS(2796), + [anon_sym_if] = ACTIONS(2796), + [anon_sym_switch] = ACTIONS(2796), + [anon_sym_case] = ACTIONS(2796), + [anon_sym_default] = ACTIONS(2796), + [anon_sym_while] = ACTIONS(2796), + [anon_sym_do] = ACTIONS(2796), + [anon_sym_for] = ACTIONS(2796), + [anon_sym_return] = ACTIONS(2796), + [anon_sym_break] = ACTIONS(2796), + [anon_sym_continue] = ACTIONS(2796), + [anon_sym_goto] = ACTIONS(2796), + [anon_sym_not] = ACTIONS(2796), + [anon_sym_compl] = ACTIONS(2796), + [anon_sym_DASH_DASH] = ACTIONS(2798), + [anon_sym_PLUS_PLUS] = ACTIONS(2798), + [anon_sym_sizeof] = ACTIONS(2796), + [sym_number_literal] = ACTIONS(2798), + [anon_sym_L_SQUOTE] = ACTIONS(2798), + [anon_sym_u_SQUOTE] = ACTIONS(2798), + [anon_sym_U_SQUOTE] = ACTIONS(2798), + [anon_sym_u8_SQUOTE] = ACTIONS(2798), + [anon_sym_SQUOTE] = ACTIONS(2798), + [anon_sym_L_DQUOTE] = ACTIONS(2798), + [anon_sym_u_DQUOTE] = ACTIONS(2798), + [anon_sym_U_DQUOTE] = ACTIONS(2798), + [anon_sym_u8_DQUOTE] = ACTIONS(2798), + [anon_sym_DQUOTE] = ACTIONS(2798), + [sym_true] = ACTIONS(2796), + [sym_false] = ACTIONS(2796), + [sym_null] = ACTIONS(2796), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2796), + [anon_sym_decltype] = ACTIONS(2796), + [anon_sym_virtual] = ACTIONS(2796), + [anon_sym_explicit] = ACTIONS(2796), + [anon_sym_typename] = ACTIONS(2796), + [anon_sym_template] = ACTIONS(2796), + [anon_sym_operator] = ACTIONS(2796), + [anon_sym_try] = ACTIONS(2796), + [anon_sym_delete] = ACTIONS(2796), + [anon_sym_throw] = ACTIONS(2796), + [anon_sym_namespace] = ACTIONS(2796), + [anon_sym_using] = ACTIONS(2796), + [anon_sym_static_assert] = ACTIONS(2796), + [anon_sym_concept] = ACTIONS(2796), + [anon_sym_co_return] = ACTIONS(2796), + [anon_sym_co_yield] = ACTIONS(2796), + [anon_sym_R_DQUOTE] = ACTIONS(2798), + [anon_sym_LR_DQUOTE] = ACTIONS(2798), + [anon_sym_uR_DQUOTE] = ACTIONS(2798), + [anon_sym_UR_DQUOTE] = ACTIONS(2798), + [anon_sym_u8R_DQUOTE] = ACTIONS(2798), + [anon_sym_co_await] = ACTIONS(2796), + [anon_sym_new] = ACTIONS(2796), + [anon_sym_requires] = ACTIONS(2796), + [sym_this] = ACTIONS(2796), + [sym_nullptr] = ACTIONS(2796), }, [912] = { - [sym_identifier] = ACTIONS(2786), - [aux_sym_preproc_include_token1] = ACTIONS(2786), - [aux_sym_preproc_def_token1] = ACTIONS(2786), - [aux_sym_preproc_if_token1] = ACTIONS(2786), - [aux_sym_preproc_if_token2] = ACTIONS(2786), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2786), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2786), - [sym_preproc_directive] = ACTIONS(2786), - [anon_sym_LPAREN2] = ACTIONS(2788), - [anon_sym_BANG] = ACTIONS(2788), - [anon_sym_TILDE] = ACTIONS(2788), - [anon_sym_DASH] = ACTIONS(2786), - [anon_sym_PLUS] = ACTIONS(2786), - [anon_sym_STAR] = ACTIONS(2788), - [anon_sym_AMP_AMP] = ACTIONS(2788), - [anon_sym_AMP] = ACTIONS(2786), - [anon_sym_SEMI] = ACTIONS(2788), - [anon_sym_typedef] = ACTIONS(2786), - [anon_sym_extern] = ACTIONS(2786), - [anon_sym___attribute__] = ACTIONS(2786), - [anon_sym_COLON_COLON] = ACTIONS(2788), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2788), - [anon_sym___declspec] = ACTIONS(2786), - [anon_sym___based] = ACTIONS(2786), - [anon_sym___cdecl] = ACTIONS(2786), - [anon_sym___clrcall] = ACTIONS(2786), - [anon_sym___stdcall] = ACTIONS(2786), - [anon_sym___fastcall] = ACTIONS(2786), - [anon_sym___thiscall] = ACTIONS(2786), - [anon_sym___vectorcall] = ACTIONS(2786), - [anon_sym_LBRACE] = ACTIONS(2788), - [anon_sym_LBRACK] = ACTIONS(2786), - [anon_sym_static] = ACTIONS(2786), - [anon_sym_register] = ACTIONS(2786), - [anon_sym_inline] = ACTIONS(2786), - [anon_sym_thread_local] = ACTIONS(2786), - [anon_sym_const] = ACTIONS(2786), - [anon_sym_volatile] = ACTIONS(2786), - [anon_sym_restrict] = ACTIONS(2786), - [anon_sym__Atomic] = ACTIONS(2786), - [anon_sym_mutable] = ACTIONS(2786), - [anon_sym_constexpr] = ACTIONS(2786), - [anon_sym_constinit] = ACTIONS(2786), - [anon_sym_consteval] = ACTIONS(2786), - [anon_sym_signed] = ACTIONS(2786), - [anon_sym_unsigned] = ACTIONS(2786), - [anon_sym_long] = ACTIONS(2786), - [anon_sym_short] = ACTIONS(2786), - [sym_primitive_type] = ACTIONS(2786), - [anon_sym_enum] = ACTIONS(2786), - [anon_sym_class] = ACTIONS(2786), - [anon_sym_struct] = ACTIONS(2786), - [anon_sym_union] = ACTIONS(2786), - [anon_sym_if] = ACTIONS(2786), - [anon_sym_switch] = ACTIONS(2786), - [anon_sym_case] = ACTIONS(2786), - [anon_sym_default] = ACTIONS(2786), - [anon_sym_while] = ACTIONS(2786), - [anon_sym_do] = ACTIONS(2786), - [anon_sym_for] = ACTIONS(2786), - [anon_sym_return] = ACTIONS(2786), - [anon_sym_break] = ACTIONS(2786), - [anon_sym_continue] = ACTIONS(2786), - [anon_sym_goto] = ACTIONS(2786), - [anon_sym_not] = ACTIONS(2786), - [anon_sym_compl] = ACTIONS(2786), - [anon_sym_DASH_DASH] = ACTIONS(2788), - [anon_sym_PLUS_PLUS] = ACTIONS(2788), - [anon_sym_sizeof] = ACTIONS(2786), - [sym_number_literal] = ACTIONS(2788), - [anon_sym_L_SQUOTE] = ACTIONS(2788), - [anon_sym_u_SQUOTE] = ACTIONS(2788), - [anon_sym_U_SQUOTE] = ACTIONS(2788), - [anon_sym_u8_SQUOTE] = ACTIONS(2788), - [anon_sym_SQUOTE] = ACTIONS(2788), - [anon_sym_L_DQUOTE] = ACTIONS(2788), - [anon_sym_u_DQUOTE] = ACTIONS(2788), - [anon_sym_U_DQUOTE] = ACTIONS(2788), - [anon_sym_u8_DQUOTE] = ACTIONS(2788), - [anon_sym_DQUOTE] = ACTIONS(2788), - [sym_true] = ACTIONS(2786), - [sym_false] = ACTIONS(2786), - [sym_null] = ACTIONS(2786), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2786), - [anon_sym_decltype] = ACTIONS(2786), - [anon_sym_virtual] = ACTIONS(2786), - [anon_sym_explicit] = ACTIONS(2786), - [anon_sym_typename] = ACTIONS(2786), - [anon_sym_template] = ACTIONS(2786), - [anon_sym_operator] = ACTIONS(2786), - [anon_sym_try] = ACTIONS(2786), - [anon_sym_delete] = ACTIONS(2786), - [anon_sym_throw] = ACTIONS(2786), - [anon_sym_namespace] = ACTIONS(2786), - [anon_sym_using] = ACTIONS(2786), - [anon_sym_static_assert] = ACTIONS(2786), - [anon_sym_concept] = ACTIONS(2786), - [anon_sym_co_return] = ACTIONS(2786), - [anon_sym_co_yield] = ACTIONS(2786), - [anon_sym_R_DQUOTE] = ACTIONS(2788), - [anon_sym_LR_DQUOTE] = ACTIONS(2788), - [anon_sym_uR_DQUOTE] = ACTIONS(2788), - [anon_sym_UR_DQUOTE] = ACTIONS(2788), - [anon_sym_u8R_DQUOTE] = ACTIONS(2788), - [anon_sym_co_await] = ACTIONS(2786), - [anon_sym_new] = ACTIONS(2786), - [anon_sym_requires] = ACTIONS(2786), - [sym_this] = ACTIONS(2786), - [sym_nullptr] = ACTIONS(2786), + [sym_identifier] = ACTIONS(2808), + [aux_sym_preproc_include_token1] = ACTIONS(2808), + [aux_sym_preproc_def_token1] = ACTIONS(2808), + [aux_sym_preproc_if_token1] = ACTIONS(2808), + [aux_sym_preproc_if_token2] = ACTIONS(2808), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2808), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2808), + [sym_preproc_directive] = ACTIONS(2808), + [anon_sym_LPAREN2] = ACTIONS(2810), + [anon_sym_BANG] = ACTIONS(2810), + [anon_sym_TILDE] = ACTIONS(2810), + [anon_sym_DASH] = ACTIONS(2808), + [anon_sym_PLUS] = ACTIONS(2808), + [anon_sym_STAR] = ACTIONS(2810), + [anon_sym_AMP_AMP] = ACTIONS(2810), + [anon_sym_AMP] = ACTIONS(2808), + [anon_sym_SEMI] = ACTIONS(2810), + [anon_sym_typedef] = ACTIONS(2808), + [anon_sym_extern] = ACTIONS(2808), + [anon_sym___attribute__] = ACTIONS(2808), + [anon_sym_COLON_COLON] = ACTIONS(2810), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2810), + [anon_sym___declspec] = ACTIONS(2808), + [anon_sym___based] = ACTIONS(2808), + [anon_sym___cdecl] = ACTIONS(2808), + [anon_sym___clrcall] = ACTIONS(2808), + [anon_sym___stdcall] = ACTIONS(2808), + [anon_sym___fastcall] = ACTIONS(2808), + [anon_sym___thiscall] = ACTIONS(2808), + [anon_sym___vectorcall] = ACTIONS(2808), + [anon_sym_LBRACE] = ACTIONS(2810), + [anon_sym_LBRACK] = ACTIONS(2808), + [anon_sym_static] = ACTIONS(2808), + [anon_sym_register] = ACTIONS(2808), + [anon_sym_inline] = ACTIONS(2808), + [anon_sym_thread_local] = ACTIONS(2808), + [anon_sym_const] = ACTIONS(2808), + [anon_sym_volatile] = ACTIONS(2808), + [anon_sym_restrict] = ACTIONS(2808), + [anon_sym__Atomic] = ACTIONS(2808), + [anon_sym_mutable] = ACTIONS(2808), + [anon_sym_constexpr] = ACTIONS(2808), + [anon_sym_constinit] = ACTIONS(2808), + [anon_sym_consteval] = ACTIONS(2808), + [anon_sym_signed] = ACTIONS(2808), + [anon_sym_unsigned] = ACTIONS(2808), + [anon_sym_long] = ACTIONS(2808), + [anon_sym_short] = ACTIONS(2808), + [sym_primitive_type] = ACTIONS(2808), + [anon_sym_enum] = ACTIONS(2808), + [anon_sym_class] = ACTIONS(2808), + [anon_sym_struct] = ACTIONS(2808), + [anon_sym_union] = ACTIONS(2808), + [anon_sym_if] = ACTIONS(2808), + [anon_sym_switch] = ACTIONS(2808), + [anon_sym_case] = ACTIONS(2808), + [anon_sym_default] = ACTIONS(2808), + [anon_sym_while] = ACTIONS(2808), + [anon_sym_do] = ACTIONS(2808), + [anon_sym_for] = ACTIONS(2808), + [anon_sym_return] = ACTIONS(2808), + [anon_sym_break] = ACTIONS(2808), + [anon_sym_continue] = ACTIONS(2808), + [anon_sym_goto] = ACTIONS(2808), + [anon_sym_not] = ACTIONS(2808), + [anon_sym_compl] = ACTIONS(2808), + [anon_sym_DASH_DASH] = ACTIONS(2810), + [anon_sym_PLUS_PLUS] = ACTIONS(2810), + [anon_sym_sizeof] = ACTIONS(2808), + [sym_number_literal] = ACTIONS(2810), + [anon_sym_L_SQUOTE] = ACTIONS(2810), + [anon_sym_u_SQUOTE] = ACTIONS(2810), + [anon_sym_U_SQUOTE] = ACTIONS(2810), + [anon_sym_u8_SQUOTE] = ACTIONS(2810), + [anon_sym_SQUOTE] = ACTIONS(2810), + [anon_sym_L_DQUOTE] = ACTIONS(2810), + [anon_sym_u_DQUOTE] = ACTIONS(2810), + [anon_sym_U_DQUOTE] = ACTIONS(2810), + [anon_sym_u8_DQUOTE] = ACTIONS(2810), + [anon_sym_DQUOTE] = ACTIONS(2810), + [sym_true] = ACTIONS(2808), + [sym_false] = ACTIONS(2808), + [sym_null] = ACTIONS(2808), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2808), + [anon_sym_decltype] = ACTIONS(2808), + [anon_sym_virtual] = ACTIONS(2808), + [anon_sym_explicit] = ACTIONS(2808), + [anon_sym_typename] = ACTIONS(2808), + [anon_sym_template] = ACTIONS(2808), + [anon_sym_operator] = ACTIONS(2808), + [anon_sym_try] = ACTIONS(2808), + [anon_sym_delete] = ACTIONS(2808), + [anon_sym_throw] = ACTIONS(2808), + [anon_sym_namespace] = ACTIONS(2808), + [anon_sym_using] = ACTIONS(2808), + [anon_sym_static_assert] = ACTIONS(2808), + [anon_sym_concept] = ACTIONS(2808), + [anon_sym_co_return] = ACTIONS(2808), + [anon_sym_co_yield] = ACTIONS(2808), + [anon_sym_R_DQUOTE] = ACTIONS(2810), + [anon_sym_LR_DQUOTE] = ACTIONS(2810), + [anon_sym_uR_DQUOTE] = ACTIONS(2810), + [anon_sym_UR_DQUOTE] = ACTIONS(2810), + [anon_sym_u8R_DQUOTE] = ACTIONS(2810), + [anon_sym_co_await] = ACTIONS(2808), + [anon_sym_new] = ACTIONS(2808), + [anon_sym_requires] = ACTIONS(2808), + [sym_this] = ACTIONS(2808), + [sym_nullptr] = ACTIONS(2808), }, [913] = { - [ts_builtin_sym_end] = ACTIONS(2796), - [sym_identifier] = ACTIONS(2794), - [aux_sym_preproc_include_token1] = ACTIONS(2794), - [aux_sym_preproc_def_token1] = ACTIONS(2794), - [aux_sym_preproc_if_token1] = ACTIONS(2794), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2794), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2794), - [sym_preproc_directive] = ACTIONS(2794), - [anon_sym_LPAREN2] = ACTIONS(2796), - [anon_sym_BANG] = ACTIONS(2796), - [anon_sym_TILDE] = ACTIONS(2796), - [anon_sym_DASH] = ACTIONS(2794), - [anon_sym_PLUS] = ACTIONS(2794), - [anon_sym_STAR] = ACTIONS(2796), - [anon_sym_AMP_AMP] = ACTIONS(2796), - [anon_sym_AMP] = ACTIONS(2794), - [anon_sym_SEMI] = ACTIONS(2796), - [anon_sym_typedef] = ACTIONS(2794), - [anon_sym_extern] = ACTIONS(2794), - [anon_sym___attribute__] = ACTIONS(2794), - [anon_sym_COLON_COLON] = ACTIONS(2796), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2796), - [anon_sym___declspec] = ACTIONS(2794), - [anon_sym___based] = ACTIONS(2794), - [anon_sym___cdecl] = ACTIONS(2794), - [anon_sym___clrcall] = ACTIONS(2794), - [anon_sym___stdcall] = ACTIONS(2794), - [anon_sym___fastcall] = ACTIONS(2794), - [anon_sym___thiscall] = ACTIONS(2794), - [anon_sym___vectorcall] = ACTIONS(2794), - [anon_sym_LBRACE] = ACTIONS(2796), - [anon_sym_LBRACK] = ACTIONS(2794), - [anon_sym_static] = ACTIONS(2794), - [anon_sym_register] = ACTIONS(2794), - [anon_sym_inline] = ACTIONS(2794), - [anon_sym_thread_local] = ACTIONS(2794), - [anon_sym_const] = ACTIONS(2794), - [anon_sym_volatile] = ACTIONS(2794), - [anon_sym_restrict] = ACTIONS(2794), - [anon_sym__Atomic] = ACTIONS(2794), - [anon_sym_mutable] = ACTIONS(2794), - [anon_sym_constexpr] = ACTIONS(2794), - [anon_sym_constinit] = ACTIONS(2794), - [anon_sym_consteval] = ACTIONS(2794), - [anon_sym_signed] = ACTIONS(2794), - [anon_sym_unsigned] = ACTIONS(2794), - [anon_sym_long] = ACTIONS(2794), - [anon_sym_short] = ACTIONS(2794), - [sym_primitive_type] = ACTIONS(2794), - [anon_sym_enum] = ACTIONS(2794), - [anon_sym_class] = ACTIONS(2794), - [anon_sym_struct] = ACTIONS(2794), - [anon_sym_union] = ACTIONS(2794), - [anon_sym_if] = ACTIONS(2794), - [anon_sym_switch] = ACTIONS(2794), - [anon_sym_case] = ACTIONS(2794), - [anon_sym_default] = ACTIONS(2794), - [anon_sym_while] = ACTIONS(2794), - [anon_sym_do] = ACTIONS(2794), - [anon_sym_for] = ACTIONS(2794), - [anon_sym_return] = ACTIONS(2794), - [anon_sym_break] = ACTIONS(2794), - [anon_sym_continue] = ACTIONS(2794), - [anon_sym_goto] = ACTIONS(2794), - [anon_sym_not] = ACTIONS(2794), - [anon_sym_compl] = ACTIONS(2794), - [anon_sym_DASH_DASH] = ACTIONS(2796), - [anon_sym_PLUS_PLUS] = ACTIONS(2796), - [anon_sym_sizeof] = ACTIONS(2794), - [sym_number_literal] = ACTIONS(2796), - [anon_sym_L_SQUOTE] = ACTIONS(2796), - [anon_sym_u_SQUOTE] = ACTIONS(2796), - [anon_sym_U_SQUOTE] = ACTIONS(2796), - [anon_sym_u8_SQUOTE] = ACTIONS(2796), - [anon_sym_SQUOTE] = ACTIONS(2796), - [anon_sym_L_DQUOTE] = ACTIONS(2796), - [anon_sym_u_DQUOTE] = ACTIONS(2796), - [anon_sym_U_DQUOTE] = ACTIONS(2796), - [anon_sym_u8_DQUOTE] = ACTIONS(2796), - [anon_sym_DQUOTE] = ACTIONS(2796), - [sym_true] = ACTIONS(2794), - [sym_false] = ACTIONS(2794), - [sym_null] = ACTIONS(2794), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2794), - [anon_sym_decltype] = ACTIONS(2794), - [anon_sym_virtual] = ACTIONS(2794), - [anon_sym_explicit] = ACTIONS(2794), - [anon_sym_typename] = ACTIONS(2794), - [anon_sym_template] = ACTIONS(2794), - [anon_sym_operator] = ACTIONS(2794), - [anon_sym_try] = ACTIONS(2794), - [anon_sym_delete] = ACTIONS(2794), - [anon_sym_throw] = ACTIONS(2794), - [anon_sym_namespace] = ACTIONS(2794), - [anon_sym_using] = ACTIONS(2794), - [anon_sym_static_assert] = ACTIONS(2794), - [anon_sym_concept] = ACTIONS(2794), - [anon_sym_co_return] = ACTIONS(2794), - [anon_sym_co_yield] = ACTIONS(2794), - [anon_sym_R_DQUOTE] = ACTIONS(2796), - [anon_sym_LR_DQUOTE] = ACTIONS(2796), - [anon_sym_uR_DQUOTE] = ACTIONS(2796), - [anon_sym_UR_DQUOTE] = ACTIONS(2796), - [anon_sym_u8R_DQUOTE] = ACTIONS(2796), - [anon_sym_co_await] = ACTIONS(2794), - [anon_sym_new] = ACTIONS(2794), - [anon_sym_requires] = ACTIONS(2794), - [sym_this] = ACTIONS(2794), - [sym_nullptr] = ACTIONS(2794), + [ts_builtin_sym_end] = ACTIONS(2738), + [sym_identifier] = ACTIONS(2736), + [aux_sym_preproc_include_token1] = ACTIONS(2736), + [aux_sym_preproc_def_token1] = ACTIONS(2736), + [aux_sym_preproc_if_token1] = ACTIONS(2736), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2736), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2736), + [sym_preproc_directive] = ACTIONS(2736), + [anon_sym_LPAREN2] = ACTIONS(2738), + [anon_sym_BANG] = ACTIONS(2738), + [anon_sym_TILDE] = ACTIONS(2738), + [anon_sym_DASH] = ACTIONS(2736), + [anon_sym_PLUS] = ACTIONS(2736), + [anon_sym_STAR] = ACTIONS(2738), + [anon_sym_AMP_AMP] = ACTIONS(2738), + [anon_sym_AMP] = ACTIONS(2736), + [anon_sym_SEMI] = ACTIONS(2738), + [anon_sym_typedef] = ACTIONS(2736), + [anon_sym_extern] = ACTIONS(2736), + [anon_sym___attribute__] = ACTIONS(2736), + [anon_sym_COLON_COLON] = ACTIONS(2738), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2738), + [anon_sym___declspec] = ACTIONS(2736), + [anon_sym___based] = ACTIONS(2736), + [anon_sym___cdecl] = ACTIONS(2736), + [anon_sym___clrcall] = ACTIONS(2736), + [anon_sym___stdcall] = ACTIONS(2736), + [anon_sym___fastcall] = ACTIONS(2736), + [anon_sym___thiscall] = ACTIONS(2736), + [anon_sym___vectorcall] = ACTIONS(2736), + [anon_sym_LBRACE] = ACTIONS(2738), + [anon_sym_LBRACK] = ACTIONS(2736), + [anon_sym_static] = ACTIONS(2736), + [anon_sym_register] = ACTIONS(2736), + [anon_sym_inline] = ACTIONS(2736), + [anon_sym_thread_local] = ACTIONS(2736), + [anon_sym_const] = ACTIONS(2736), + [anon_sym_volatile] = ACTIONS(2736), + [anon_sym_restrict] = ACTIONS(2736), + [anon_sym__Atomic] = ACTIONS(2736), + [anon_sym_mutable] = ACTIONS(2736), + [anon_sym_constexpr] = ACTIONS(2736), + [anon_sym_constinit] = ACTIONS(2736), + [anon_sym_consteval] = ACTIONS(2736), + [anon_sym_signed] = ACTIONS(2736), + [anon_sym_unsigned] = ACTIONS(2736), + [anon_sym_long] = ACTIONS(2736), + [anon_sym_short] = ACTIONS(2736), + [sym_primitive_type] = ACTIONS(2736), + [anon_sym_enum] = ACTIONS(2736), + [anon_sym_class] = ACTIONS(2736), + [anon_sym_struct] = ACTIONS(2736), + [anon_sym_union] = ACTIONS(2736), + [anon_sym_if] = ACTIONS(2736), + [anon_sym_switch] = ACTIONS(2736), + [anon_sym_case] = ACTIONS(2736), + [anon_sym_default] = ACTIONS(2736), + [anon_sym_while] = ACTIONS(2736), + [anon_sym_do] = ACTIONS(2736), + [anon_sym_for] = ACTIONS(2736), + [anon_sym_return] = ACTIONS(2736), + [anon_sym_break] = ACTIONS(2736), + [anon_sym_continue] = ACTIONS(2736), + [anon_sym_goto] = ACTIONS(2736), + [anon_sym_not] = ACTIONS(2736), + [anon_sym_compl] = ACTIONS(2736), + [anon_sym_DASH_DASH] = ACTIONS(2738), + [anon_sym_PLUS_PLUS] = ACTIONS(2738), + [anon_sym_sizeof] = ACTIONS(2736), + [sym_number_literal] = ACTIONS(2738), + [anon_sym_L_SQUOTE] = ACTIONS(2738), + [anon_sym_u_SQUOTE] = ACTIONS(2738), + [anon_sym_U_SQUOTE] = ACTIONS(2738), + [anon_sym_u8_SQUOTE] = ACTIONS(2738), + [anon_sym_SQUOTE] = ACTIONS(2738), + [anon_sym_L_DQUOTE] = ACTIONS(2738), + [anon_sym_u_DQUOTE] = ACTIONS(2738), + [anon_sym_U_DQUOTE] = ACTIONS(2738), + [anon_sym_u8_DQUOTE] = ACTIONS(2738), + [anon_sym_DQUOTE] = ACTIONS(2738), + [sym_true] = ACTIONS(2736), + [sym_false] = ACTIONS(2736), + [sym_null] = ACTIONS(2736), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2736), + [anon_sym_decltype] = ACTIONS(2736), + [anon_sym_virtual] = ACTIONS(2736), + [anon_sym_explicit] = ACTIONS(2736), + [anon_sym_typename] = ACTIONS(2736), + [anon_sym_template] = ACTIONS(2736), + [anon_sym_operator] = ACTIONS(2736), + [anon_sym_try] = ACTIONS(2736), + [anon_sym_delete] = ACTIONS(2736), + [anon_sym_throw] = ACTIONS(2736), + [anon_sym_namespace] = ACTIONS(2736), + [anon_sym_using] = ACTIONS(2736), + [anon_sym_static_assert] = ACTIONS(2736), + [anon_sym_concept] = ACTIONS(2736), + [anon_sym_co_return] = ACTIONS(2736), + [anon_sym_co_yield] = ACTIONS(2736), + [anon_sym_R_DQUOTE] = ACTIONS(2738), + [anon_sym_LR_DQUOTE] = ACTIONS(2738), + [anon_sym_uR_DQUOTE] = ACTIONS(2738), + [anon_sym_UR_DQUOTE] = ACTIONS(2738), + [anon_sym_u8R_DQUOTE] = ACTIONS(2738), + [anon_sym_co_await] = ACTIONS(2736), + [anon_sym_new] = ACTIONS(2736), + [anon_sym_requires] = ACTIONS(2736), + [sym_this] = ACTIONS(2736), + [sym_nullptr] = ACTIONS(2736), }, [914] = { - [ts_builtin_sym_end] = ACTIONS(2656), - [sym_identifier] = ACTIONS(2654), - [aux_sym_preproc_include_token1] = ACTIONS(2654), - [aux_sym_preproc_def_token1] = ACTIONS(2654), - [aux_sym_preproc_if_token1] = ACTIONS(2654), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2654), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2654), - [sym_preproc_directive] = ACTIONS(2654), - [anon_sym_LPAREN2] = ACTIONS(2656), - [anon_sym_BANG] = ACTIONS(2656), - [anon_sym_TILDE] = ACTIONS(2656), - [anon_sym_DASH] = ACTIONS(2654), - [anon_sym_PLUS] = ACTIONS(2654), - [anon_sym_STAR] = ACTIONS(2656), - [anon_sym_AMP_AMP] = ACTIONS(2656), - [anon_sym_AMP] = ACTIONS(2654), - [anon_sym_SEMI] = ACTIONS(2656), - [anon_sym_typedef] = ACTIONS(2654), - [anon_sym_extern] = ACTIONS(2654), - [anon_sym___attribute__] = ACTIONS(2654), - [anon_sym_COLON_COLON] = ACTIONS(2656), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2656), - [anon_sym___declspec] = ACTIONS(2654), - [anon_sym___based] = ACTIONS(2654), - [anon_sym___cdecl] = ACTIONS(2654), - [anon_sym___clrcall] = ACTIONS(2654), - [anon_sym___stdcall] = ACTIONS(2654), - [anon_sym___fastcall] = ACTIONS(2654), - [anon_sym___thiscall] = ACTIONS(2654), - [anon_sym___vectorcall] = ACTIONS(2654), - [anon_sym_LBRACE] = ACTIONS(2656), - [anon_sym_LBRACK] = ACTIONS(2654), - [anon_sym_static] = ACTIONS(2654), - [anon_sym_register] = ACTIONS(2654), - [anon_sym_inline] = ACTIONS(2654), - [anon_sym_thread_local] = ACTIONS(2654), - [anon_sym_const] = ACTIONS(2654), - [anon_sym_volatile] = ACTIONS(2654), - [anon_sym_restrict] = ACTIONS(2654), - [anon_sym__Atomic] = ACTIONS(2654), - [anon_sym_mutable] = ACTIONS(2654), - [anon_sym_constexpr] = ACTIONS(2654), - [anon_sym_constinit] = ACTIONS(2654), - [anon_sym_consteval] = ACTIONS(2654), - [anon_sym_signed] = ACTIONS(2654), - [anon_sym_unsigned] = ACTIONS(2654), - [anon_sym_long] = ACTIONS(2654), - [anon_sym_short] = ACTIONS(2654), - [sym_primitive_type] = ACTIONS(2654), - [anon_sym_enum] = ACTIONS(2654), - [anon_sym_class] = ACTIONS(2654), - [anon_sym_struct] = ACTIONS(2654), - [anon_sym_union] = ACTIONS(2654), - [anon_sym_if] = ACTIONS(2654), - [anon_sym_switch] = ACTIONS(2654), - [anon_sym_case] = ACTIONS(2654), - [anon_sym_default] = ACTIONS(2654), - [anon_sym_while] = ACTIONS(2654), - [anon_sym_do] = ACTIONS(2654), - [anon_sym_for] = ACTIONS(2654), - [anon_sym_return] = ACTIONS(2654), - [anon_sym_break] = ACTIONS(2654), - [anon_sym_continue] = ACTIONS(2654), - [anon_sym_goto] = ACTIONS(2654), - [anon_sym_not] = ACTIONS(2654), - [anon_sym_compl] = ACTIONS(2654), - [anon_sym_DASH_DASH] = ACTIONS(2656), - [anon_sym_PLUS_PLUS] = ACTIONS(2656), - [anon_sym_sizeof] = ACTIONS(2654), - [sym_number_literal] = ACTIONS(2656), - [anon_sym_L_SQUOTE] = ACTIONS(2656), - [anon_sym_u_SQUOTE] = ACTIONS(2656), - [anon_sym_U_SQUOTE] = ACTIONS(2656), - [anon_sym_u8_SQUOTE] = ACTIONS(2656), - [anon_sym_SQUOTE] = ACTIONS(2656), - [anon_sym_L_DQUOTE] = ACTIONS(2656), - [anon_sym_u_DQUOTE] = ACTIONS(2656), - [anon_sym_U_DQUOTE] = ACTIONS(2656), - [anon_sym_u8_DQUOTE] = ACTIONS(2656), - [anon_sym_DQUOTE] = ACTIONS(2656), - [sym_true] = ACTIONS(2654), - [sym_false] = ACTIONS(2654), - [sym_null] = ACTIONS(2654), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2654), - [anon_sym_decltype] = ACTIONS(2654), - [anon_sym_virtual] = ACTIONS(2654), - [anon_sym_explicit] = ACTIONS(2654), - [anon_sym_typename] = ACTIONS(2654), - [anon_sym_template] = ACTIONS(2654), - [anon_sym_operator] = ACTIONS(2654), - [anon_sym_try] = ACTIONS(2654), - [anon_sym_delete] = ACTIONS(2654), - [anon_sym_throw] = ACTIONS(2654), - [anon_sym_namespace] = ACTIONS(2654), - [anon_sym_using] = ACTIONS(2654), - [anon_sym_static_assert] = ACTIONS(2654), - [anon_sym_concept] = ACTIONS(2654), - [anon_sym_co_return] = ACTIONS(2654), - [anon_sym_co_yield] = ACTIONS(2654), - [anon_sym_R_DQUOTE] = ACTIONS(2656), - [anon_sym_LR_DQUOTE] = ACTIONS(2656), - [anon_sym_uR_DQUOTE] = ACTIONS(2656), - [anon_sym_UR_DQUOTE] = ACTIONS(2656), - [anon_sym_u8R_DQUOTE] = ACTIONS(2656), - [anon_sym_co_await] = ACTIONS(2654), - [anon_sym_new] = ACTIONS(2654), - [anon_sym_requires] = ACTIONS(2654), - [sym_this] = ACTIONS(2654), - [sym_nullptr] = ACTIONS(2654), + [sym_identifier] = ACTIONS(2836), + [aux_sym_preproc_include_token1] = ACTIONS(2836), + [aux_sym_preproc_def_token1] = ACTIONS(2836), + [aux_sym_preproc_if_token1] = ACTIONS(2836), + [aux_sym_preproc_if_token2] = ACTIONS(2836), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2836), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2836), + [sym_preproc_directive] = ACTIONS(2836), + [anon_sym_LPAREN2] = ACTIONS(2838), + [anon_sym_BANG] = ACTIONS(2838), + [anon_sym_TILDE] = ACTIONS(2838), + [anon_sym_DASH] = ACTIONS(2836), + [anon_sym_PLUS] = ACTIONS(2836), + [anon_sym_STAR] = ACTIONS(2838), + [anon_sym_AMP_AMP] = ACTIONS(2838), + [anon_sym_AMP] = ACTIONS(2836), + [anon_sym_SEMI] = ACTIONS(2838), + [anon_sym_typedef] = ACTIONS(2836), + [anon_sym_extern] = ACTIONS(2836), + [anon_sym___attribute__] = ACTIONS(2836), + [anon_sym_COLON_COLON] = ACTIONS(2838), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2838), + [anon_sym___declspec] = ACTIONS(2836), + [anon_sym___based] = ACTIONS(2836), + [anon_sym___cdecl] = ACTIONS(2836), + [anon_sym___clrcall] = ACTIONS(2836), + [anon_sym___stdcall] = ACTIONS(2836), + [anon_sym___fastcall] = ACTIONS(2836), + [anon_sym___thiscall] = ACTIONS(2836), + [anon_sym___vectorcall] = ACTIONS(2836), + [anon_sym_LBRACE] = ACTIONS(2838), + [anon_sym_LBRACK] = ACTIONS(2836), + [anon_sym_static] = ACTIONS(2836), + [anon_sym_register] = ACTIONS(2836), + [anon_sym_inline] = ACTIONS(2836), + [anon_sym_thread_local] = ACTIONS(2836), + [anon_sym_const] = ACTIONS(2836), + [anon_sym_volatile] = ACTIONS(2836), + [anon_sym_restrict] = ACTIONS(2836), + [anon_sym__Atomic] = ACTIONS(2836), + [anon_sym_mutable] = ACTIONS(2836), + [anon_sym_constexpr] = ACTIONS(2836), + [anon_sym_constinit] = ACTIONS(2836), + [anon_sym_consteval] = ACTIONS(2836), + [anon_sym_signed] = ACTIONS(2836), + [anon_sym_unsigned] = ACTIONS(2836), + [anon_sym_long] = ACTIONS(2836), + [anon_sym_short] = ACTIONS(2836), + [sym_primitive_type] = ACTIONS(2836), + [anon_sym_enum] = ACTIONS(2836), + [anon_sym_class] = ACTIONS(2836), + [anon_sym_struct] = ACTIONS(2836), + [anon_sym_union] = ACTIONS(2836), + [anon_sym_if] = ACTIONS(2836), + [anon_sym_switch] = ACTIONS(2836), + [anon_sym_case] = ACTIONS(2836), + [anon_sym_default] = ACTIONS(2836), + [anon_sym_while] = ACTIONS(2836), + [anon_sym_do] = ACTIONS(2836), + [anon_sym_for] = ACTIONS(2836), + [anon_sym_return] = ACTIONS(2836), + [anon_sym_break] = ACTIONS(2836), + [anon_sym_continue] = ACTIONS(2836), + [anon_sym_goto] = ACTIONS(2836), + [anon_sym_not] = ACTIONS(2836), + [anon_sym_compl] = ACTIONS(2836), + [anon_sym_DASH_DASH] = ACTIONS(2838), + [anon_sym_PLUS_PLUS] = ACTIONS(2838), + [anon_sym_sizeof] = ACTIONS(2836), + [sym_number_literal] = ACTIONS(2838), + [anon_sym_L_SQUOTE] = ACTIONS(2838), + [anon_sym_u_SQUOTE] = ACTIONS(2838), + [anon_sym_U_SQUOTE] = ACTIONS(2838), + [anon_sym_u8_SQUOTE] = ACTIONS(2838), + [anon_sym_SQUOTE] = ACTIONS(2838), + [anon_sym_L_DQUOTE] = ACTIONS(2838), + [anon_sym_u_DQUOTE] = ACTIONS(2838), + [anon_sym_U_DQUOTE] = ACTIONS(2838), + [anon_sym_u8_DQUOTE] = ACTIONS(2838), + [anon_sym_DQUOTE] = ACTIONS(2838), + [sym_true] = ACTIONS(2836), + [sym_false] = ACTIONS(2836), + [sym_null] = ACTIONS(2836), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2836), + [anon_sym_decltype] = ACTIONS(2836), + [anon_sym_virtual] = ACTIONS(2836), + [anon_sym_explicit] = ACTIONS(2836), + [anon_sym_typename] = ACTIONS(2836), + [anon_sym_template] = ACTIONS(2836), + [anon_sym_operator] = ACTIONS(2836), + [anon_sym_try] = ACTIONS(2836), + [anon_sym_delete] = ACTIONS(2836), + [anon_sym_throw] = ACTIONS(2836), + [anon_sym_namespace] = ACTIONS(2836), + [anon_sym_using] = ACTIONS(2836), + [anon_sym_static_assert] = ACTIONS(2836), + [anon_sym_concept] = ACTIONS(2836), + [anon_sym_co_return] = ACTIONS(2836), + [anon_sym_co_yield] = ACTIONS(2836), + [anon_sym_R_DQUOTE] = ACTIONS(2838), + [anon_sym_LR_DQUOTE] = ACTIONS(2838), + [anon_sym_uR_DQUOTE] = ACTIONS(2838), + [anon_sym_UR_DQUOTE] = ACTIONS(2838), + [anon_sym_u8R_DQUOTE] = ACTIONS(2838), + [anon_sym_co_await] = ACTIONS(2836), + [anon_sym_new] = ACTIONS(2836), + [anon_sym_requires] = ACTIONS(2836), + [sym_this] = ACTIONS(2836), + [sym_nullptr] = ACTIONS(2836), }, [915] = { - [ts_builtin_sym_end] = ACTIONS(2740), - [sym_identifier] = ACTIONS(2738), - [aux_sym_preproc_include_token1] = ACTIONS(2738), - [aux_sym_preproc_def_token1] = ACTIONS(2738), - [aux_sym_preproc_if_token1] = ACTIONS(2738), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2738), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2738), - [sym_preproc_directive] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(2740), - [anon_sym_BANG] = ACTIONS(2740), - [anon_sym_TILDE] = ACTIONS(2740), - [anon_sym_DASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2738), - [anon_sym_STAR] = ACTIONS(2740), - [anon_sym_AMP_AMP] = ACTIONS(2740), - [anon_sym_AMP] = ACTIONS(2738), - [anon_sym_SEMI] = ACTIONS(2740), - [anon_sym_typedef] = ACTIONS(2738), - [anon_sym_extern] = ACTIONS(2738), - [anon_sym___attribute__] = ACTIONS(2738), - [anon_sym_COLON_COLON] = ACTIONS(2740), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2740), - [anon_sym___declspec] = ACTIONS(2738), - [anon_sym___based] = ACTIONS(2738), - [anon_sym___cdecl] = ACTIONS(2738), - [anon_sym___clrcall] = ACTIONS(2738), - [anon_sym___stdcall] = ACTIONS(2738), - [anon_sym___fastcall] = ACTIONS(2738), - [anon_sym___thiscall] = ACTIONS(2738), - [anon_sym___vectorcall] = ACTIONS(2738), - [anon_sym_LBRACE] = ACTIONS(2740), - [anon_sym_LBRACK] = ACTIONS(2738), - [anon_sym_static] = ACTIONS(2738), - [anon_sym_register] = ACTIONS(2738), - [anon_sym_inline] = ACTIONS(2738), - [anon_sym_thread_local] = ACTIONS(2738), - [anon_sym_const] = ACTIONS(2738), - [anon_sym_volatile] = ACTIONS(2738), - [anon_sym_restrict] = ACTIONS(2738), - [anon_sym__Atomic] = ACTIONS(2738), - [anon_sym_mutable] = ACTIONS(2738), - [anon_sym_constexpr] = ACTIONS(2738), - [anon_sym_constinit] = ACTIONS(2738), - [anon_sym_consteval] = ACTIONS(2738), - [anon_sym_signed] = ACTIONS(2738), - [anon_sym_unsigned] = ACTIONS(2738), - [anon_sym_long] = ACTIONS(2738), - [anon_sym_short] = ACTIONS(2738), - [sym_primitive_type] = ACTIONS(2738), - [anon_sym_enum] = ACTIONS(2738), - [anon_sym_class] = ACTIONS(2738), - [anon_sym_struct] = ACTIONS(2738), - [anon_sym_union] = ACTIONS(2738), - [anon_sym_if] = ACTIONS(2738), - [anon_sym_switch] = ACTIONS(2738), - [anon_sym_case] = ACTIONS(2738), - [anon_sym_default] = ACTIONS(2738), - [anon_sym_while] = ACTIONS(2738), - [anon_sym_do] = ACTIONS(2738), - [anon_sym_for] = ACTIONS(2738), - [anon_sym_return] = ACTIONS(2738), - [anon_sym_break] = ACTIONS(2738), - [anon_sym_continue] = ACTIONS(2738), - [anon_sym_goto] = ACTIONS(2738), - [anon_sym_not] = ACTIONS(2738), - [anon_sym_compl] = ACTIONS(2738), - [anon_sym_DASH_DASH] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_sizeof] = ACTIONS(2738), - [sym_number_literal] = ACTIONS(2740), - [anon_sym_L_SQUOTE] = ACTIONS(2740), - [anon_sym_u_SQUOTE] = ACTIONS(2740), - [anon_sym_U_SQUOTE] = ACTIONS(2740), - [anon_sym_u8_SQUOTE] = ACTIONS(2740), - [anon_sym_SQUOTE] = ACTIONS(2740), - [anon_sym_L_DQUOTE] = ACTIONS(2740), - [anon_sym_u_DQUOTE] = ACTIONS(2740), - [anon_sym_U_DQUOTE] = ACTIONS(2740), - [anon_sym_u8_DQUOTE] = ACTIONS(2740), - [anon_sym_DQUOTE] = ACTIONS(2740), - [sym_true] = ACTIONS(2738), - [sym_false] = ACTIONS(2738), - [sym_null] = ACTIONS(2738), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2738), - [anon_sym_decltype] = ACTIONS(2738), - [anon_sym_virtual] = ACTIONS(2738), - [anon_sym_explicit] = ACTIONS(2738), - [anon_sym_typename] = ACTIONS(2738), - [anon_sym_template] = ACTIONS(2738), - [anon_sym_operator] = ACTIONS(2738), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_delete] = ACTIONS(2738), - [anon_sym_throw] = ACTIONS(2738), - [anon_sym_namespace] = ACTIONS(2738), - [anon_sym_using] = ACTIONS(2738), - [anon_sym_static_assert] = ACTIONS(2738), - [anon_sym_concept] = ACTIONS(2738), - [anon_sym_co_return] = ACTIONS(2738), - [anon_sym_co_yield] = ACTIONS(2738), - [anon_sym_R_DQUOTE] = ACTIONS(2740), - [anon_sym_LR_DQUOTE] = ACTIONS(2740), - [anon_sym_uR_DQUOTE] = ACTIONS(2740), - [anon_sym_UR_DQUOTE] = ACTIONS(2740), - [anon_sym_u8R_DQUOTE] = ACTIONS(2740), - [anon_sym_co_await] = ACTIONS(2738), - [anon_sym_new] = ACTIONS(2738), - [anon_sym_requires] = ACTIONS(2738), - [sym_this] = ACTIONS(2738), - [sym_nullptr] = ACTIONS(2738), + [sym_identifier] = ACTIONS(2696), + [aux_sym_preproc_include_token1] = ACTIONS(2696), + [aux_sym_preproc_def_token1] = ACTIONS(2696), + [aux_sym_preproc_if_token1] = ACTIONS(2696), + [aux_sym_preproc_if_token2] = ACTIONS(2696), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2696), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2696), + [sym_preproc_directive] = ACTIONS(2696), + [anon_sym_LPAREN2] = ACTIONS(2698), + [anon_sym_BANG] = ACTIONS(2698), + [anon_sym_TILDE] = ACTIONS(2698), + [anon_sym_DASH] = ACTIONS(2696), + [anon_sym_PLUS] = ACTIONS(2696), + [anon_sym_STAR] = ACTIONS(2698), + [anon_sym_AMP_AMP] = ACTIONS(2698), + [anon_sym_AMP] = ACTIONS(2696), + [anon_sym_SEMI] = ACTIONS(2698), + [anon_sym_typedef] = ACTIONS(2696), + [anon_sym_extern] = ACTIONS(2696), + [anon_sym___attribute__] = ACTIONS(2696), + [anon_sym_COLON_COLON] = ACTIONS(2698), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2698), + [anon_sym___declspec] = ACTIONS(2696), + [anon_sym___based] = ACTIONS(2696), + [anon_sym___cdecl] = ACTIONS(2696), + [anon_sym___clrcall] = ACTIONS(2696), + [anon_sym___stdcall] = ACTIONS(2696), + [anon_sym___fastcall] = ACTIONS(2696), + [anon_sym___thiscall] = ACTIONS(2696), + [anon_sym___vectorcall] = ACTIONS(2696), + [anon_sym_LBRACE] = ACTIONS(2698), + [anon_sym_LBRACK] = ACTIONS(2696), + [anon_sym_static] = ACTIONS(2696), + [anon_sym_register] = ACTIONS(2696), + [anon_sym_inline] = ACTIONS(2696), + [anon_sym_thread_local] = ACTIONS(2696), + [anon_sym_const] = ACTIONS(2696), + [anon_sym_volatile] = ACTIONS(2696), + [anon_sym_restrict] = ACTIONS(2696), + [anon_sym__Atomic] = ACTIONS(2696), + [anon_sym_mutable] = ACTIONS(2696), + [anon_sym_constexpr] = ACTIONS(2696), + [anon_sym_constinit] = ACTIONS(2696), + [anon_sym_consteval] = ACTIONS(2696), + [anon_sym_signed] = ACTIONS(2696), + [anon_sym_unsigned] = ACTIONS(2696), + [anon_sym_long] = ACTIONS(2696), + [anon_sym_short] = ACTIONS(2696), + [sym_primitive_type] = ACTIONS(2696), + [anon_sym_enum] = ACTIONS(2696), + [anon_sym_class] = ACTIONS(2696), + [anon_sym_struct] = ACTIONS(2696), + [anon_sym_union] = ACTIONS(2696), + [anon_sym_if] = ACTIONS(2696), + [anon_sym_switch] = ACTIONS(2696), + [anon_sym_case] = ACTIONS(2696), + [anon_sym_default] = ACTIONS(2696), + [anon_sym_while] = ACTIONS(2696), + [anon_sym_do] = ACTIONS(2696), + [anon_sym_for] = ACTIONS(2696), + [anon_sym_return] = ACTIONS(2696), + [anon_sym_break] = ACTIONS(2696), + [anon_sym_continue] = ACTIONS(2696), + [anon_sym_goto] = ACTIONS(2696), + [anon_sym_not] = ACTIONS(2696), + [anon_sym_compl] = ACTIONS(2696), + [anon_sym_DASH_DASH] = ACTIONS(2698), + [anon_sym_PLUS_PLUS] = ACTIONS(2698), + [anon_sym_sizeof] = ACTIONS(2696), + [sym_number_literal] = ACTIONS(2698), + [anon_sym_L_SQUOTE] = ACTIONS(2698), + [anon_sym_u_SQUOTE] = ACTIONS(2698), + [anon_sym_U_SQUOTE] = ACTIONS(2698), + [anon_sym_u8_SQUOTE] = ACTIONS(2698), + [anon_sym_SQUOTE] = ACTIONS(2698), + [anon_sym_L_DQUOTE] = ACTIONS(2698), + [anon_sym_u_DQUOTE] = ACTIONS(2698), + [anon_sym_U_DQUOTE] = ACTIONS(2698), + [anon_sym_u8_DQUOTE] = ACTIONS(2698), + [anon_sym_DQUOTE] = ACTIONS(2698), + [sym_true] = ACTIONS(2696), + [sym_false] = ACTIONS(2696), + [sym_null] = ACTIONS(2696), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2696), + [anon_sym_decltype] = ACTIONS(2696), + [anon_sym_virtual] = ACTIONS(2696), + [anon_sym_explicit] = ACTIONS(2696), + [anon_sym_typename] = ACTIONS(2696), + [anon_sym_template] = ACTIONS(2696), + [anon_sym_operator] = ACTIONS(2696), + [anon_sym_try] = ACTIONS(2696), + [anon_sym_delete] = ACTIONS(2696), + [anon_sym_throw] = ACTIONS(2696), + [anon_sym_namespace] = ACTIONS(2696), + [anon_sym_using] = ACTIONS(2696), + [anon_sym_static_assert] = ACTIONS(2696), + [anon_sym_concept] = ACTIONS(2696), + [anon_sym_co_return] = ACTIONS(2696), + [anon_sym_co_yield] = ACTIONS(2696), + [anon_sym_R_DQUOTE] = ACTIONS(2698), + [anon_sym_LR_DQUOTE] = ACTIONS(2698), + [anon_sym_uR_DQUOTE] = ACTIONS(2698), + [anon_sym_UR_DQUOTE] = ACTIONS(2698), + [anon_sym_u8R_DQUOTE] = ACTIONS(2698), + [anon_sym_co_await] = ACTIONS(2696), + [anon_sym_new] = ACTIONS(2696), + [anon_sym_requires] = ACTIONS(2696), + [sym_this] = ACTIONS(2696), + [sym_nullptr] = ACTIONS(2696), }, [916] = { - [sym_identifier] = ACTIONS(2802), - [aux_sym_preproc_include_token1] = ACTIONS(2802), - [aux_sym_preproc_def_token1] = ACTIONS(2802), - [aux_sym_preproc_if_token1] = ACTIONS(2802), - [aux_sym_preproc_if_token2] = ACTIONS(2802), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2802), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2802), - [sym_preproc_directive] = ACTIONS(2802), - [anon_sym_LPAREN2] = ACTIONS(2804), - [anon_sym_BANG] = ACTIONS(2804), - [anon_sym_TILDE] = ACTIONS(2804), - [anon_sym_DASH] = ACTIONS(2802), - [anon_sym_PLUS] = ACTIONS(2802), - [anon_sym_STAR] = ACTIONS(2804), - [anon_sym_AMP_AMP] = ACTIONS(2804), - [anon_sym_AMP] = ACTIONS(2802), - [anon_sym_SEMI] = ACTIONS(2804), - [anon_sym_typedef] = ACTIONS(2802), - [anon_sym_extern] = ACTIONS(2802), - [anon_sym___attribute__] = ACTIONS(2802), - [anon_sym_COLON_COLON] = ACTIONS(2804), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2804), - [anon_sym___declspec] = ACTIONS(2802), - [anon_sym___based] = ACTIONS(2802), - [anon_sym___cdecl] = ACTIONS(2802), - [anon_sym___clrcall] = ACTIONS(2802), - [anon_sym___stdcall] = ACTIONS(2802), - [anon_sym___fastcall] = ACTIONS(2802), - [anon_sym___thiscall] = ACTIONS(2802), - [anon_sym___vectorcall] = ACTIONS(2802), - [anon_sym_LBRACE] = ACTIONS(2804), - [anon_sym_LBRACK] = ACTIONS(2802), - [anon_sym_static] = ACTIONS(2802), - [anon_sym_register] = ACTIONS(2802), - [anon_sym_inline] = ACTIONS(2802), - [anon_sym_thread_local] = ACTIONS(2802), - [anon_sym_const] = ACTIONS(2802), - [anon_sym_volatile] = ACTIONS(2802), - [anon_sym_restrict] = ACTIONS(2802), - [anon_sym__Atomic] = ACTIONS(2802), - [anon_sym_mutable] = ACTIONS(2802), - [anon_sym_constexpr] = ACTIONS(2802), - [anon_sym_constinit] = ACTIONS(2802), - [anon_sym_consteval] = ACTIONS(2802), - [anon_sym_signed] = ACTIONS(2802), - [anon_sym_unsigned] = ACTIONS(2802), - [anon_sym_long] = ACTIONS(2802), - [anon_sym_short] = ACTIONS(2802), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_enum] = ACTIONS(2802), - [anon_sym_class] = ACTIONS(2802), - [anon_sym_struct] = ACTIONS(2802), - [anon_sym_union] = ACTIONS(2802), - [anon_sym_if] = ACTIONS(2802), - [anon_sym_switch] = ACTIONS(2802), - [anon_sym_case] = ACTIONS(2802), - [anon_sym_default] = ACTIONS(2802), - [anon_sym_while] = ACTIONS(2802), - [anon_sym_do] = ACTIONS(2802), - [anon_sym_for] = ACTIONS(2802), - [anon_sym_return] = ACTIONS(2802), - [anon_sym_break] = ACTIONS(2802), - [anon_sym_continue] = ACTIONS(2802), - [anon_sym_goto] = ACTIONS(2802), - [anon_sym_not] = ACTIONS(2802), - [anon_sym_compl] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2802), - [sym_number_literal] = ACTIONS(2804), - [anon_sym_L_SQUOTE] = ACTIONS(2804), - [anon_sym_u_SQUOTE] = ACTIONS(2804), - [anon_sym_U_SQUOTE] = ACTIONS(2804), - [anon_sym_u8_SQUOTE] = ACTIONS(2804), - [anon_sym_SQUOTE] = ACTIONS(2804), - [anon_sym_L_DQUOTE] = ACTIONS(2804), - [anon_sym_u_DQUOTE] = ACTIONS(2804), - [anon_sym_U_DQUOTE] = ACTIONS(2804), - [anon_sym_u8_DQUOTE] = ACTIONS(2804), - [anon_sym_DQUOTE] = ACTIONS(2804), - [sym_true] = ACTIONS(2802), - [sym_false] = ACTIONS(2802), - [sym_null] = ACTIONS(2802), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2802), - [anon_sym_decltype] = ACTIONS(2802), - [anon_sym_virtual] = ACTIONS(2802), - [anon_sym_explicit] = ACTIONS(2802), - [anon_sym_typename] = ACTIONS(2802), - [anon_sym_template] = ACTIONS(2802), - [anon_sym_operator] = ACTIONS(2802), - [anon_sym_try] = ACTIONS(2802), - [anon_sym_delete] = ACTIONS(2802), - [anon_sym_throw] = ACTIONS(2802), - [anon_sym_namespace] = ACTIONS(2802), - [anon_sym_using] = ACTIONS(2802), - [anon_sym_static_assert] = ACTIONS(2802), - [anon_sym_concept] = ACTIONS(2802), - [anon_sym_co_return] = ACTIONS(2802), - [anon_sym_co_yield] = ACTIONS(2802), - [anon_sym_R_DQUOTE] = ACTIONS(2804), - [anon_sym_LR_DQUOTE] = ACTIONS(2804), - [anon_sym_uR_DQUOTE] = ACTIONS(2804), - [anon_sym_UR_DQUOTE] = ACTIONS(2804), - [anon_sym_u8R_DQUOTE] = ACTIONS(2804), - [anon_sym_co_await] = ACTIONS(2802), - [anon_sym_new] = ACTIONS(2802), - [anon_sym_requires] = ACTIONS(2802), - [sym_this] = ACTIONS(2802), - [sym_nullptr] = ACTIONS(2802), + [ts_builtin_sym_end] = ACTIONS(2742), + [sym_identifier] = ACTIONS(2740), + [aux_sym_preproc_include_token1] = ACTIONS(2740), + [aux_sym_preproc_def_token1] = ACTIONS(2740), + [aux_sym_preproc_if_token1] = ACTIONS(2740), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2740), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2740), + [sym_preproc_directive] = ACTIONS(2740), + [anon_sym_LPAREN2] = ACTIONS(2742), + [anon_sym_BANG] = ACTIONS(2742), + [anon_sym_TILDE] = ACTIONS(2742), + [anon_sym_DASH] = ACTIONS(2740), + [anon_sym_PLUS] = ACTIONS(2740), + [anon_sym_STAR] = ACTIONS(2742), + [anon_sym_AMP_AMP] = ACTIONS(2742), + [anon_sym_AMP] = ACTIONS(2740), + [anon_sym_SEMI] = ACTIONS(2742), + [anon_sym_typedef] = ACTIONS(2740), + [anon_sym_extern] = ACTIONS(2740), + [anon_sym___attribute__] = ACTIONS(2740), + [anon_sym_COLON_COLON] = ACTIONS(2742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2742), + [anon_sym___declspec] = ACTIONS(2740), + [anon_sym___based] = ACTIONS(2740), + [anon_sym___cdecl] = ACTIONS(2740), + [anon_sym___clrcall] = ACTIONS(2740), + [anon_sym___stdcall] = ACTIONS(2740), + [anon_sym___fastcall] = ACTIONS(2740), + [anon_sym___thiscall] = ACTIONS(2740), + [anon_sym___vectorcall] = ACTIONS(2740), + [anon_sym_LBRACE] = ACTIONS(2742), + [anon_sym_LBRACK] = ACTIONS(2740), + [anon_sym_static] = ACTIONS(2740), + [anon_sym_register] = ACTIONS(2740), + [anon_sym_inline] = ACTIONS(2740), + [anon_sym_thread_local] = ACTIONS(2740), + [anon_sym_const] = ACTIONS(2740), + [anon_sym_volatile] = ACTIONS(2740), + [anon_sym_restrict] = ACTIONS(2740), + [anon_sym__Atomic] = ACTIONS(2740), + [anon_sym_mutable] = ACTIONS(2740), + [anon_sym_constexpr] = ACTIONS(2740), + [anon_sym_constinit] = ACTIONS(2740), + [anon_sym_consteval] = ACTIONS(2740), + [anon_sym_signed] = ACTIONS(2740), + [anon_sym_unsigned] = ACTIONS(2740), + [anon_sym_long] = ACTIONS(2740), + [anon_sym_short] = ACTIONS(2740), + [sym_primitive_type] = ACTIONS(2740), + [anon_sym_enum] = ACTIONS(2740), + [anon_sym_class] = ACTIONS(2740), + [anon_sym_struct] = ACTIONS(2740), + [anon_sym_union] = ACTIONS(2740), + [anon_sym_if] = ACTIONS(2740), + [anon_sym_switch] = ACTIONS(2740), + [anon_sym_case] = ACTIONS(2740), + [anon_sym_default] = ACTIONS(2740), + [anon_sym_while] = ACTIONS(2740), + [anon_sym_do] = ACTIONS(2740), + [anon_sym_for] = ACTIONS(2740), + [anon_sym_return] = ACTIONS(2740), + [anon_sym_break] = ACTIONS(2740), + [anon_sym_continue] = ACTIONS(2740), + [anon_sym_goto] = ACTIONS(2740), + [anon_sym_not] = ACTIONS(2740), + [anon_sym_compl] = ACTIONS(2740), + [anon_sym_DASH_DASH] = ACTIONS(2742), + [anon_sym_PLUS_PLUS] = ACTIONS(2742), + [anon_sym_sizeof] = ACTIONS(2740), + [sym_number_literal] = ACTIONS(2742), + [anon_sym_L_SQUOTE] = ACTIONS(2742), + [anon_sym_u_SQUOTE] = ACTIONS(2742), + [anon_sym_U_SQUOTE] = ACTIONS(2742), + [anon_sym_u8_SQUOTE] = ACTIONS(2742), + [anon_sym_SQUOTE] = ACTIONS(2742), + [anon_sym_L_DQUOTE] = ACTIONS(2742), + [anon_sym_u_DQUOTE] = ACTIONS(2742), + [anon_sym_U_DQUOTE] = ACTIONS(2742), + [anon_sym_u8_DQUOTE] = ACTIONS(2742), + [anon_sym_DQUOTE] = ACTIONS(2742), + [sym_true] = ACTIONS(2740), + [sym_false] = ACTIONS(2740), + [sym_null] = ACTIONS(2740), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2740), + [anon_sym_decltype] = ACTIONS(2740), + [anon_sym_virtual] = ACTIONS(2740), + [anon_sym_explicit] = ACTIONS(2740), + [anon_sym_typename] = ACTIONS(2740), + [anon_sym_template] = ACTIONS(2740), + [anon_sym_operator] = ACTIONS(2740), + [anon_sym_try] = ACTIONS(2740), + [anon_sym_delete] = ACTIONS(2740), + [anon_sym_throw] = ACTIONS(2740), + [anon_sym_namespace] = ACTIONS(2740), + [anon_sym_using] = ACTIONS(2740), + [anon_sym_static_assert] = ACTIONS(2740), + [anon_sym_concept] = ACTIONS(2740), + [anon_sym_co_return] = ACTIONS(2740), + [anon_sym_co_yield] = ACTIONS(2740), + [anon_sym_R_DQUOTE] = ACTIONS(2742), + [anon_sym_LR_DQUOTE] = ACTIONS(2742), + [anon_sym_uR_DQUOTE] = ACTIONS(2742), + [anon_sym_UR_DQUOTE] = ACTIONS(2742), + [anon_sym_u8R_DQUOTE] = ACTIONS(2742), + [anon_sym_co_await] = ACTIONS(2740), + [anon_sym_new] = ACTIONS(2740), + [anon_sym_requires] = ACTIONS(2740), + [sym_this] = ACTIONS(2740), + [sym_nullptr] = ACTIONS(2740), }, [917] = { - [sym_identifier] = ACTIONS(2670), - [aux_sym_preproc_include_token1] = ACTIONS(2670), - [aux_sym_preproc_def_token1] = ACTIONS(2670), - [aux_sym_preproc_if_token1] = ACTIONS(2670), - [aux_sym_preproc_if_token2] = ACTIONS(2670), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2670), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2670), - [sym_preproc_directive] = ACTIONS(2670), - [anon_sym_LPAREN2] = ACTIONS(2672), - [anon_sym_BANG] = ACTIONS(2672), - [anon_sym_TILDE] = ACTIONS(2672), - [anon_sym_DASH] = ACTIONS(2670), - [anon_sym_PLUS] = ACTIONS(2670), - [anon_sym_STAR] = ACTIONS(2672), - [anon_sym_AMP_AMP] = ACTIONS(2672), - [anon_sym_AMP] = ACTIONS(2670), - [anon_sym_SEMI] = ACTIONS(2672), - [anon_sym_typedef] = ACTIONS(2670), - [anon_sym_extern] = ACTIONS(2670), - [anon_sym___attribute__] = ACTIONS(2670), - [anon_sym_COLON_COLON] = ACTIONS(2672), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2672), - [anon_sym___declspec] = ACTIONS(2670), - [anon_sym___based] = ACTIONS(2670), - [anon_sym___cdecl] = ACTIONS(2670), - [anon_sym___clrcall] = ACTIONS(2670), - [anon_sym___stdcall] = ACTIONS(2670), - [anon_sym___fastcall] = ACTIONS(2670), - [anon_sym___thiscall] = ACTIONS(2670), - [anon_sym___vectorcall] = ACTIONS(2670), - [anon_sym_LBRACE] = ACTIONS(2672), - [anon_sym_LBRACK] = ACTIONS(2670), - [anon_sym_static] = ACTIONS(2670), - [anon_sym_register] = ACTIONS(2670), - [anon_sym_inline] = ACTIONS(2670), - [anon_sym_thread_local] = ACTIONS(2670), - [anon_sym_const] = ACTIONS(2670), - [anon_sym_volatile] = ACTIONS(2670), - [anon_sym_restrict] = ACTIONS(2670), - [anon_sym__Atomic] = ACTIONS(2670), - [anon_sym_mutable] = ACTIONS(2670), - [anon_sym_constexpr] = ACTIONS(2670), - [anon_sym_constinit] = ACTIONS(2670), - [anon_sym_consteval] = ACTIONS(2670), - [anon_sym_signed] = ACTIONS(2670), - [anon_sym_unsigned] = ACTIONS(2670), - [anon_sym_long] = ACTIONS(2670), - [anon_sym_short] = ACTIONS(2670), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_enum] = ACTIONS(2670), - [anon_sym_class] = ACTIONS(2670), - [anon_sym_struct] = ACTIONS(2670), - [anon_sym_union] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2670), - [anon_sym_switch] = ACTIONS(2670), - [anon_sym_case] = ACTIONS(2670), - [anon_sym_default] = ACTIONS(2670), - [anon_sym_while] = ACTIONS(2670), - [anon_sym_do] = ACTIONS(2670), - [anon_sym_for] = ACTIONS(2670), - [anon_sym_return] = ACTIONS(2670), - [anon_sym_break] = ACTIONS(2670), - [anon_sym_continue] = ACTIONS(2670), - [anon_sym_goto] = ACTIONS(2670), - [anon_sym_not] = ACTIONS(2670), - [anon_sym_compl] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2672), - [anon_sym_PLUS_PLUS] = ACTIONS(2672), - [anon_sym_sizeof] = ACTIONS(2670), - [sym_number_literal] = ACTIONS(2672), - [anon_sym_L_SQUOTE] = ACTIONS(2672), - [anon_sym_u_SQUOTE] = ACTIONS(2672), - [anon_sym_U_SQUOTE] = ACTIONS(2672), - [anon_sym_u8_SQUOTE] = ACTIONS(2672), - [anon_sym_SQUOTE] = ACTIONS(2672), - [anon_sym_L_DQUOTE] = ACTIONS(2672), - [anon_sym_u_DQUOTE] = ACTIONS(2672), - [anon_sym_U_DQUOTE] = ACTIONS(2672), - [anon_sym_u8_DQUOTE] = ACTIONS(2672), - [anon_sym_DQUOTE] = ACTIONS(2672), - [sym_true] = ACTIONS(2670), - [sym_false] = ACTIONS(2670), - [sym_null] = ACTIONS(2670), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2670), - [anon_sym_decltype] = ACTIONS(2670), - [anon_sym_virtual] = ACTIONS(2670), - [anon_sym_explicit] = ACTIONS(2670), - [anon_sym_typename] = ACTIONS(2670), - [anon_sym_template] = ACTIONS(2670), - [anon_sym_operator] = ACTIONS(2670), - [anon_sym_try] = ACTIONS(2670), - [anon_sym_delete] = ACTIONS(2670), - [anon_sym_throw] = ACTIONS(2670), - [anon_sym_namespace] = ACTIONS(2670), - [anon_sym_using] = ACTIONS(2670), - [anon_sym_static_assert] = ACTIONS(2670), - [anon_sym_concept] = ACTIONS(2670), - [anon_sym_co_return] = ACTIONS(2670), - [anon_sym_co_yield] = ACTIONS(2670), - [anon_sym_R_DQUOTE] = ACTIONS(2672), - [anon_sym_LR_DQUOTE] = ACTIONS(2672), - [anon_sym_uR_DQUOTE] = ACTIONS(2672), - [anon_sym_UR_DQUOTE] = ACTIONS(2672), - [anon_sym_u8R_DQUOTE] = ACTIONS(2672), - [anon_sym_co_await] = ACTIONS(2670), - [anon_sym_new] = ACTIONS(2670), - [anon_sym_requires] = ACTIONS(2670), - [sym_this] = ACTIONS(2670), - [sym_nullptr] = ACTIONS(2670), + [ts_builtin_sym_end] = ACTIONS(2726), + [sym_identifier] = ACTIONS(2724), + [aux_sym_preproc_include_token1] = ACTIONS(2724), + [aux_sym_preproc_def_token1] = ACTIONS(2724), + [aux_sym_preproc_if_token1] = ACTIONS(2724), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2724), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2724), + [sym_preproc_directive] = ACTIONS(2724), + [anon_sym_LPAREN2] = ACTIONS(2726), + [anon_sym_BANG] = ACTIONS(2726), + [anon_sym_TILDE] = ACTIONS(2726), + [anon_sym_DASH] = ACTIONS(2724), + [anon_sym_PLUS] = ACTIONS(2724), + [anon_sym_STAR] = ACTIONS(2726), + [anon_sym_AMP_AMP] = ACTIONS(2726), + [anon_sym_AMP] = ACTIONS(2724), + [anon_sym_SEMI] = ACTIONS(2726), + [anon_sym_typedef] = ACTIONS(2724), + [anon_sym_extern] = ACTIONS(2724), + [anon_sym___attribute__] = ACTIONS(2724), + [anon_sym_COLON_COLON] = ACTIONS(2726), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2726), + [anon_sym___declspec] = ACTIONS(2724), + [anon_sym___based] = ACTIONS(2724), + [anon_sym___cdecl] = ACTIONS(2724), + [anon_sym___clrcall] = ACTIONS(2724), + [anon_sym___stdcall] = ACTIONS(2724), + [anon_sym___fastcall] = ACTIONS(2724), + [anon_sym___thiscall] = ACTIONS(2724), + [anon_sym___vectorcall] = ACTIONS(2724), + [anon_sym_LBRACE] = ACTIONS(2726), + [anon_sym_LBRACK] = ACTIONS(2724), + [anon_sym_static] = ACTIONS(2724), + [anon_sym_register] = ACTIONS(2724), + [anon_sym_inline] = ACTIONS(2724), + [anon_sym_thread_local] = ACTIONS(2724), + [anon_sym_const] = ACTIONS(2724), + [anon_sym_volatile] = ACTIONS(2724), + [anon_sym_restrict] = ACTIONS(2724), + [anon_sym__Atomic] = ACTIONS(2724), + [anon_sym_mutable] = ACTIONS(2724), + [anon_sym_constexpr] = ACTIONS(2724), + [anon_sym_constinit] = ACTIONS(2724), + [anon_sym_consteval] = ACTIONS(2724), + [anon_sym_signed] = ACTIONS(2724), + [anon_sym_unsigned] = ACTIONS(2724), + [anon_sym_long] = ACTIONS(2724), + [anon_sym_short] = ACTIONS(2724), + [sym_primitive_type] = ACTIONS(2724), + [anon_sym_enum] = ACTIONS(2724), + [anon_sym_class] = ACTIONS(2724), + [anon_sym_struct] = ACTIONS(2724), + [anon_sym_union] = ACTIONS(2724), + [anon_sym_if] = ACTIONS(2724), + [anon_sym_switch] = ACTIONS(2724), + [anon_sym_case] = ACTIONS(2724), + [anon_sym_default] = ACTIONS(2724), + [anon_sym_while] = ACTIONS(2724), + [anon_sym_do] = ACTIONS(2724), + [anon_sym_for] = ACTIONS(2724), + [anon_sym_return] = ACTIONS(2724), + [anon_sym_break] = ACTIONS(2724), + [anon_sym_continue] = ACTIONS(2724), + [anon_sym_goto] = ACTIONS(2724), + [anon_sym_not] = ACTIONS(2724), + [anon_sym_compl] = ACTIONS(2724), + [anon_sym_DASH_DASH] = ACTIONS(2726), + [anon_sym_PLUS_PLUS] = ACTIONS(2726), + [anon_sym_sizeof] = ACTIONS(2724), + [sym_number_literal] = ACTIONS(2726), + [anon_sym_L_SQUOTE] = ACTIONS(2726), + [anon_sym_u_SQUOTE] = ACTIONS(2726), + [anon_sym_U_SQUOTE] = ACTIONS(2726), + [anon_sym_u8_SQUOTE] = ACTIONS(2726), + [anon_sym_SQUOTE] = ACTIONS(2726), + [anon_sym_L_DQUOTE] = ACTIONS(2726), + [anon_sym_u_DQUOTE] = ACTIONS(2726), + [anon_sym_U_DQUOTE] = ACTIONS(2726), + [anon_sym_u8_DQUOTE] = ACTIONS(2726), + [anon_sym_DQUOTE] = ACTIONS(2726), + [sym_true] = ACTIONS(2724), + [sym_false] = ACTIONS(2724), + [sym_null] = ACTIONS(2724), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2724), + [anon_sym_decltype] = ACTIONS(2724), + [anon_sym_virtual] = ACTIONS(2724), + [anon_sym_explicit] = ACTIONS(2724), + [anon_sym_typename] = ACTIONS(2724), + [anon_sym_template] = ACTIONS(2724), + [anon_sym_operator] = ACTIONS(2724), + [anon_sym_try] = ACTIONS(2724), + [anon_sym_delete] = ACTIONS(2724), + [anon_sym_throw] = ACTIONS(2724), + [anon_sym_namespace] = ACTIONS(2724), + [anon_sym_using] = ACTIONS(2724), + [anon_sym_static_assert] = ACTIONS(2724), + [anon_sym_concept] = ACTIONS(2724), + [anon_sym_co_return] = ACTIONS(2724), + [anon_sym_co_yield] = ACTIONS(2724), + [anon_sym_R_DQUOTE] = ACTIONS(2726), + [anon_sym_LR_DQUOTE] = ACTIONS(2726), + [anon_sym_uR_DQUOTE] = ACTIONS(2726), + [anon_sym_UR_DQUOTE] = ACTIONS(2726), + [anon_sym_u8R_DQUOTE] = ACTIONS(2726), + [anon_sym_co_await] = ACTIONS(2724), + [anon_sym_new] = ACTIONS(2724), + [anon_sym_requires] = ACTIONS(2724), + [sym_this] = ACTIONS(2724), + [sym_nullptr] = ACTIONS(2724), }, [918] = { - [sym_identifier] = ACTIONS(2814), - [aux_sym_preproc_include_token1] = ACTIONS(2814), - [aux_sym_preproc_def_token1] = ACTIONS(2814), - [aux_sym_preproc_if_token1] = ACTIONS(2814), - [aux_sym_preproc_if_token2] = ACTIONS(2814), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2814), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2814), - [sym_preproc_directive] = ACTIONS(2814), - [anon_sym_LPAREN2] = ACTIONS(2816), - [anon_sym_BANG] = ACTIONS(2816), - [anon_sym_TILDE] = ACTIONS(2816), - [anon_sym_DASH] = ACTIONS(2814), - [anon_sym_PLUS] = ACTIONS(2814), - [anon_sym_STAR] = ACTIONS(2816), - [anon_sym_AMP_AMP] = ACTIONS(2816), - [anon_sym_AMP] = ACTIONS(2814), - [anon_sym_SEMI] = ACTIONS(2816), - [anon_sym_typedef] = ACTIONS(2814), - [anon_sym_extern] = ACTIONS(2814), - [anon_sym___attribute__] = ACTIONS(2814), - [anon_sym_COLON_COLON] = ACTIONS(2816), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2816), - [anon_sym___declspec] = ACTIONS(2814), - [anon_sym___based] = ACTIONS(2814), - [anon_sym___cdecl] = ACTIONS(2814), - [anon_sym___clrcall] = ACTIONS(2814), - [anon_sym___stdcall] = ACTIONS(2814), - [anon_sym___fastcall] = ACTIONS(2814), - [anon_sym___thiscall] = ACTIONS(2814), - [anon_sym___vectorcall] = ACTIONS(2814), - [anon_sym_LBRACE] = ACTIONS(2816), - [anon_sym_LBRACK] = ACTIONS(2814), - [anon_sym_static] = ACTIONS(2814), - [anon_sym_register] = ACTIONS(2814), - [anon_sym_inline] = ACTIONS(2814), - [anon_sym_thread_local] = ACTIONS(2814), - [anon_sym_const] = ACTIONS(2814), - [anon_sym_volatile] = ACTIONS(2814), - [anon_sym_restrict] = ACTIONS(2814), - [anon_sym__Atomic] = ACTIONS(2814), - [anon_sym_mutable] = ACTIONS(2814), - [anon_sym_constexpr] = ACTIONS(2814), - [anon_sym_constinit] = ACTIONS(2814), - [anon_sym_consteval] = ACTIONS(2814), - [anon_sym_signed] = ACTIONS(2814), - [anon_sym_unsigned] = ACTIONS(2814), - [anon_sym_long] = ACTIONS(2814), - [anon_sym_short] = ACTIONS(2814), - [sym_primitive_type] = ACTIONS(2814), - [anon_sym_enum] = ACTIONS(2814), - [anon_sym_class] = ACTIONS(2814), - [anon_sym_struct] = ACTIONS(2814), - [anon_sym_union] = ACTIONS(2814), - [anon_sym_if] = ACTIONS(2814), - [anon_sym_switch] = ACTIONS(2814), - [anon_sym_case] = ACTIONS(2814), - [anon_sym_default] = ACTIONS(2814), - [anon_sym_while] = ACTIONS(2814), - [anon_sym_do] = ACTIONS(2814), - [anon_sym_for] = ACTIONS(2814), - [anon_sym_return] = ACTIONS(2814), - [anon_sym_break] = ACTIONS(2814), - [anon_sym_continue] = ACTIONS(2814), - [anon_sym_goto] = ACTIONS(2814), - [anon_sym_not] = ACTIONS(2814), - [anon_sym_compl] = ACTIONS(2814), - [anon_sym_DASH_DASH] = ACTIONS(2816), - [anon_sym_PLUS_PLUS] = ACTIONS(2816), - [anon_sym_sizeof] = ACTIONS(2814), - [sym_number_literal] = ACTIONS(2816), - [anon_sym_L_SQUOTE] = ACTIONS(2816), - [anon_sym_u_SQUOTE] = ACTIONS(2816), - [anon_sym_U_SQUOTE] = ACTIONS(2816), - [anon_sym_u8_SQUOTE] = ACTIONS(2816), - [anon_sym_SQUOTE] = ACTIONS(2816), - [anon_sym_L_DQUOTE] = ACTIONS(2816), - [anon_sym_u_DQUOTE] = ACTIONS(2816), - [anon_sym_U_DQUOTE] = ACTIONS(2816), - [anon_sym_u8_DQUOTE] = ACTIONS(2816), - [anon_sym_DQUOTE] = ACTIONS(2816), - [sym_true] = ACTIONS(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2814), - [anon_sym_decltype] = ACTIONS(2814), - [anon_sym_virtual] = ACTIONS(2814), - [anon_sym_explicit] = ACTIONS(2814), - [anon_sym_typename] = ACTIONS(2814), - [anon_sym_template] = ACTIONS(2814), - [anon_sym_operator] = ACTIONS(2814), - [anon_sym_try] = ACTIONS(2814), - [anon_sym_delete] = ACTIONS(2814), - [anon_sym_throw] = ACTIONS(2814), - [anon_sym_namespace] = ACTIONS(2814), - [anon_sym_using] = ACTIONS(2814), - [anon_sym_static_assert] = ACTIONS(2814), - [anon_sym_concept] = ACTIONS(2814), - [anon_sym_co_return] = ACTIONS(2814), - [anon_sym_co_yield] = ACTIONS(2814), - [anon_sym_R_DQUOTE] = ACTIONS(2816), - [anon_sym_LR_DQUOTE] = ACTIONS(2816), - [anon_sym_uR_DQUOTE] = ACTIONS(2816), - [anon_sym_UR_DQUOTE] = ACTIONS(2816), - [anon_sym_u8R_DQUOTE] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2814), - [anon_sym_new] = ACTIONS(2814), - [anon_sym_requires] = ACTIONS(2814), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), + [sym_identifier] = ACTIONS(2858), + [aux_sym_preproc_include_token1] = ACTIONS(2858), + [aux_sym_preproc_def_token1] = ACTIONS(2858), + [aux_sym_preproc_if_token1] = ACTIONS(2858), + [aux_sym_preproc_if_token2] = ACTIONS(2858), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2858), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2858), + [sym_preproc_directive] = ACTIONS(2858), + [anon_sym_LPAREN2] = ACTIONS(2860), + [anon_sym_BANG] = ACTIONS(2860), + [anon_sym_TILDE] = ACTIONS(2860), + [anon_sym_DASH] = ACTIONS(2858), + [anon_sym_PLUS] = ACTIONS(2858), + [anon_sym_STAR] = ACTIONS(2860), + [anon_sym_AMP_AMP] = ACTIONS(2860), + [anon_sym_AMP] = ACTIONS(2858), + [anon_sym_SEMI] = ACTIONS(2860), + [anon_sym_typedef] = ACTIONS(2858), + [anon_sym_extern] = ACTIONS(2858), + [anon_sym___attribute__] = ACTIONS(2858), + [anon_sym_COLON_COLON] = ACTIONS(2860), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2860), + [anon_sym___declspec] = ACTIONS(2858), + [anon_sym___based] = ACTIONS(2858), + [anon_sym___cdecl] = ACTIONS(2858), + [anon_sym___clrcall] = ACTIONS(2858), + [anon_sym___stdcall] = ACTIONS(2858), + [anon_sym___fastcall] = ACTIONS(2858), + [anon_sym___thiscall] = ACTIONS(2858), + [anon_sym___vectorcall] = ACTIONS(2858), + [anon_sym_LBRACE] = ACTIONS(2860), + [anon_sym_LBRACK] = ACTIONS(2858), + [anon_sym_static] = ACTIONS(2858), + [anon_sym_register] = ACTIONS(2858), + [anon_sym_inline] = ACTIONS(2858), + [anon_sym_thread_local] = ACTIONS(2858), + [anon_sym_const] = ACTIONS(2858), + [anon_sym_volatile] = ACTIONS(2858), + [anon_sym_restrict] = ACTIONS(2858), + [anon_sym__Atomic] = ACTIONS(2858), + [anon_sym_mutable] = ACTIONS(2858), + [anon_sym_constexpr] = ACTIONS(2858), + [anon_sym_constinit] = ACTIONS(2858), + [anon_sym_consteval] = ACTIONS(2858), + [anon_sym_signed] = ACTIONS(2858), + [anon_sym_unsigned] = ACTIONS(2858), + [anon_sym_long] = ACTIONS(2858), + [anon_sym_short] = ACTIONS(2858), + [sym_primitive_type] = ACTIONS(2858), + [anon_sym_enum] = ACTIONS(2858), + [anon_sym_class] = ACTIONS(2858), + [anon_sym_struct] = ACTIONS(2858), + [anon_sym_union] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_switch] = ACTIONS(2858), + [anon_sym_case] = ACTIONS(2858), + [anon_sym_default] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_do] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_break] = ACTIONS(2858), + [anon_sym_continue] = ACTIONS(2858), + [anon_sym_goto] = ACTIONS(2858), + [anon_sym_not] = ACTIONS(2858), + [anon_sym_compl] = ACTIONS(2858), + [anon_sym_DASH_DASH] = ACTIONS(2860), + [anon_sym_PLUS_PLUS] = ACTIONS(2860), + [anon_sym_sizeof] = ACTIONS(2858), + [sym_number_literal] = ACTIONS(2860), + [anon_sym_L_SQUOTE] = ACTIONS(2860), + [anon_sym_u_SQUOTE] = ACTIONS(2860), + [anon_sym_U_SQUOTE] = ACTIONS(2860), + [anon_sym_u8_SQUOTE] = ACTIONS(2860), + [anon_sym_SQUOTE] = ACTIONS(2860), + [anon_sym_L_DQUOTE] = ACTIONS(2860), + [anon_sym_u_DQUOTE] = ACTIONS(2860), + [anon_sym_U_DQUOTE] = ACTIONS(2860), + [anon_sym_u8_DQUOTE] = ACTIONS(2860), + [anon_sym_DQUOTE] = ACTIONS(2860), + [sym_true] = ACTIONS(2858), + [sym_false] = ACTIONS(2858), + [sym_null] = ACTIONS(2858), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2858), + [anon_sym_decltype] = ACTIONS(2858), + [anon_sym_virtual] = ACTIONS(2858), + [anon_sym_explicit] = ACTIONS(2858), + [anon_sym_typename] = ACTIONS(2858), + [anon_sym_template] = ACTIONS(2858), + [anon_sym_operator] = ACTIONS(2858), + [anon_sym_try] = ACTIONS(2858), + [anon_sym_delete] = ACTIONS(2858), + [anon_sym_throw] = ACTIONS(2858), + [anon_sym_namespace] = ACTIONS(2858), + [anon_sym_using] = ACTIONS(2858), + [anon_sym_static_assert] = ACTIONS(2858), + [anon_sym_concept] = ACTIONS(2858), + [anon_sym_co_return] = ACTIONS(2858), + [anon_sym_co_yield] = ACTIONS(2858), + [anon_sym_R_DQUOTE] = ACTIONS(2860), + [anon_sym_LR_DQUOTE] = ACTIONS(2860), + [anon_sym_uR_DQUOTE] = ACTIONS(2860), + [anon_sym_UR_DQUOTE] = ACTIONS(2860), + [anon_sym_u8R_DQUOTE] = ACTIONS(2860), + [anon_sym_co_await] = ACTIONS(2858), + [anon_sym_new] = ACTIONS(2858), + [anon_sym_requires] = ACTIONS(2858), + [sym_this] = ACTIONS(2858), + [sym_nullptr] = ACTIONS(2858), }, [919] = { - [sym_identifier] = ACTIONS(2860), - [aux_sym_preproc_include_token1] = ACTIONS(2860), - [aux_sym_preproc_def_token1] = ACTIONS(2860), - [aux_sym_preproc_if_token1] = ACTIONS(2860), - [aux_sym_preproc_if_token2] = ACTIONS(2860), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2860), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2860), - [sym_preproc_directive] = ACTIONS(2860), - [anon_sym_LPAREN2] = ACTIONS(2862), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2860), - [anon_sym_PLUS] = ACTIONS(2860), - [anon_sym_STAR] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2862), - [anon_sym_AMP] = ACTIONS(2860), - [anon_sym_SEMI] = ACTIONS(2862), - [anon_sym_typedef] = ACTIONS(2860), - [anon_sym_extern] = ACTIONS(2860), - [anon_sym___attribute__] = ACTIONS(2860), - [anon_sym_COLON_COLON] = ACTIONS(2862), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2862), - [anon_sym___declspec] = ACTIONS(2860), - [anon_sym___based] = ACTIONS(2860), - [anon_sym___cdecl] = ACTIONS(2860), - [anon_sym___clrcall] = ACTIONS(2860), - [anon_sym___stdcall] = ACTIONS(2860), - [anon_sym___fastcall] = ACTIONS(2860), - [anon_sym___thiscall] = ACTIONS(2860), - [anon_sym___vectorcall] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(2862), - [anon_sym_LBRACK] = ACTIONS(2860), - [anon_sym_static] = ACTIONS(2860), - [anon_sym_register] = ACTIONS(2860), - [anon_sym_inline] = ACTIONS(2860), - [anon_sym_thread_local] = ACTIONS(2860), - [anon_sym_const] = ACTIONS(2860), - [anon_sym_volatile] = ACTIONS(2860), - [anon_sym_restrict] = ACTIONS(2860), - [anon_sym__Atomic] = ACTIONS(2860), - [anon_sym_mutable] = ACTIONS(2860), - [anon_sym_constexpr] = ACTIONS(2860), - [anon_sym_constinit] = ACTIONS(2860), - [anon_sym_consteval] = ACTIONS(2860), - [anon_sym_signed] = ACTIONS(2860), - [anon_sym_unsigned] = ACTIONS(2860), - [anon_sym_long] = ACTIONS(2860), - [anon_sym_short] = ACTIONS(2860), - [sym_primitive_type] = ACTIONS(2860), - [anon_sym_enum] = ACTIONS(2860), - [anon_sym_class] = ACTIONS(2860), - [anon_sym_struct] = ACTIONS(2860), - [anon_sym_union] = ACTIONS(2860), - [anon_sym_if] = ACTIONS(2860), - [anon_sym_switch] = ACTIONS(2860), - [anon_sym_case] = ACTIONS(2860), - [anon_sym_default] = ACTIONS(2860), - [anon_sym_while] = ACTIONS(2860), - [anon_sym_do] = ACTIONS(2860), - [anon_sym_for] = ACTIONS(2860), - [anon_sym_return] = ACTIONS(2860), - [anon_sym_break] = ACTIONS(2860), - [anon_sym_continue] = ACTIONS(2860), - [anon_sym_goto] = ACTIONS(2860), - [anon_sym_not] = ACTIONS(2860), - [anon_sym_compl] = ACTIONS(2860), - [anon_sym_DASH_DASH] = ACTIONS(2862), - [anon_sym_PLUS_PLUS] = ACTIONS(2862), - [anon_sym_sizeof] = ACTIONS(2860), - [sym_number_literal] = ACTIONS(2862), - [anon_sym_L_SQUOTE] = ACTIONS(2862), - [anon_sym_u_SQUOTE] = ACTIONS(2862), - [anon_sym_U_SQUOTE] = ACTIONS(2862), - [anon_sym_u8_SQUOTE] = ACTIONS(2862), - [anon_sym_SQUOTE] = ACTIONS(2862), - [anon_sym_L_DQUOTE] = ACTIONS(2862), - [anon_sym_u_DQUOTE] = ACTIONS(2862), - [anon_sym_U_DQUOTE] = ACTIONS(2862), - [anon_sym_u8_DQUOTE] = ACTIONS(2862), - [anon_sym_DQUOTE] = ACTIONS(2862), - [sym_true] = ACTIONS(2860), - [sym_false] = ACTIONS(2860), - [sym_null] = ACTIONS(2860), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2860), - [anon_sym_decltype] = ACTIONS(2860), - [anon_sym_virtual] = ACTIONS(2860), - [anon_sym_explicit] = ACTIONS(2860), - [anon_sym_typename] = ACTIONS(2860), - [anon_sym_template] = ACTIONS(2860), - [anon_sym_operator] = ACTIONS(2860), - [anon_sym_try] = ACTIONS(2860), - [anon_sym_delete] = ACTIONS(2860), - [anon_sym_throw] = ACTIONS(2860), - [anon_sym_namespace] = ACTIONS(2860), - [anon_sym_using] = ACTIONS(2860), - [anon_sym_static_assert] = ACTIONS(2860), - [anon_sym_concept] = ACTIONS(2860), - [anon_sym_co_return] = ACTIONS(2860), - [anon_sym_co_yield] = ACTIONS(2860), - [anon_sym_R_DQUOTE] = ACTIONS(2862), - [anon_sym_LR_DQUOTE] = ACTIONS(2862), - [anon_sym_uR_DQUOTE] = ACTIONS(2862), - [anon_sym_UR_DQUOTE] = ACTIONS(2862), - [anon_sym_u8R_DQUOTE] = ACTIONS(2862), - [anon_sym_co_await] = ACTIONS(2860), - [anon_sym_new] = ACTIONS(2860), - [anon_sym_requires] = ACTIONS(2860), - [sym_this] = ACTIONS(2860), - [sym_nullptr] = ACTIONS(2860), + [ts_builtin_sym_end] = ACTIONS(2722), + [sym_identifier] = ACTIONS(2720), + [aux_sym_preproc_include_token1] = ACTIONS(2720), + [aux_sym_preproc_def_token1] = ACTIONS(2720), + [aux_sym_preproc_if_token1] = ACTIONS(2720), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2720), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2720), + [sym_preproc_directive] = ACTIONS(2720), + [anon_sym_LPAREN2] = ACTIONS(2722), + [anon_sym_BANG] = ACTIONS(2722), + [anon_sym_TILDE] = ACTIONS(2722), + [anon_sym_DASH] = ACTIONS(2720), + [anon_sym_PLUS] = ACTIONS(2720), + [anon_sym_STAR] = ACTIONS(2722), + [anon_sym_AMP_AMP] = ACTIONS(2722), + [anon_sym_AMP] = ACTIONS(2720), + [anon_sym_SEMI] = ACTIONS(2722), + [anon_sym_typedef] = ACTIONS(2720), + [anon_sym_extern] = ACTIONS(2720), + [anon_sym___attribute__] = ACTIONS(2720), + [anon_sym_COLON_COLON] = ACTIONS(2722), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2722), + [anon_sym___declspec] = ACTIONS(2720), + [anon_sym___based] = ACTIONS(2720), + [anon_sym___cdecl] = ACTIONS(2720), + [anon_sym___clrcall] = ACTIONS(2720), + [anon_sym___stdcall] = ACTIONS(2720), + [anon_sym___fastcall] = ACTIONS(2720), + [anon_sym___thiscall] = ACTIONS(2720), + [anon_sym___vectorcall] = ACTIONS(2720), + [anon_sym_LBRACE] = ACTIONS(2722), + [anon_sym_LBRACK] = ACTIONS(2720), + [anon_sym_static] = ACTIONS(2720), + [anon_sym_register] = ACTIONS(2720), + [anon_sym_inline] = ACTIONS(2720), + [anon_sym_thread_local] = ACTIONS(2720), + [anon_sym_const] = ACTIONS(2720), + [anon_sym_volatile] = ACTIONS(2720), + [anon_sym_restrict] = ACTIONS(2720), + [anon_sym__Atomic] = ACTIONS(2720), + [anon_sym_mutable] = ACTIONS(2720), + [anon_sym_constexpr] = ACTIONS(2720), + [anon_sym_constinit] = ACTIONS(2720), + [anon_sym_consteval] = ACTIONS(2720), + [anon_sym_signed] = ACTIONS(2720), + [anon_sym_unsigned] = ACTIONS(2720), + [anon_sym_long] = ACTIONS(2720), + [anon_sym_short] = ACTIONS(2720), + [sym_primitive_type] = ACTIONS(2720), + [anon_sym_enum] = ACTIONS(2720), + [anon_sym_class] = ACTIONS(2720), + [anon_sym_struct] = ACTIONS(2720), + [anon_sym_union] = ACTIONS(2720), + [anon_sym_if] = ACTIONS(2720), + [anon_sym_switch] = ACTIONS(2720), + [anon_sym_case] = ACTIONS(2720), + [anon_sym_default] = ACTIONS(2720), + [anon_sym_while] = ACTIONS(2720), + [anon_sym_do] = ACTIONS(2720), + [anon_sym_for] = ACTIONS(2720), + [anon_sym_return] = ACTIONS(2720), + [anon_sym_break] = ACTIONS(2720), + [anon_sym_continue] = ACTIONS(2720), + [anon_sym_goto] = ACTIONS(2720), + [anon_sym_not] = ACTIONS(2720), + [anon_sym_compl] = ACTIONS(2720), + [anon_sym_DASH_DASH] = ACTIONS(2722), + [anon_sym_PLUS_PLUS] = ACTIONS(2722), + [anon_sym_sizeof] = ACTIONS(2720), + [sym_number_literal] = ACTIONS(2722), + [anon_sym_L_SQUOTE] = ACTIONS(2722), + [anon_sym_u_SQUOTE] = ACTIONS(2722), + [anon_sym_U_SQUOTE] = ACTIONS(2722), + [anon_sym_u8_SQUOTE] = ACTIONS(2722), + [anon_sym_SQUOTE] = ACTIONS(2722), + [anon_sym_L_DQUOTE] = ACTIONS(2722), + [anon_sym_u_DQUOTE] = ACTIONS(2722), + [anon_sym_U_DQUOTE] = ACTIONS(2722), + [anon_sym_u8_DQUOTE] = ACTIONS(2722), + [anon_sym_DQUOTE] = ACTIONS(2722), + [sym_true] = ACTIONS(2720), + [sym_false] = ACTIONS(2720), + [sym_null] = ACTIONS(2720), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2720), + [anon_sym_decltype] = ACTIONS(2720), + [anon_sym_virtual] = ACTIONS(2720), + [anon_sym_explicit] = ACTIONS(2720), + [anon_sym_typename] = ACTIONS(2720), + [anon_sym_template] = ACTIONS(2720), + [anon_sym_operator] = ACTIONS(2720), + [anon_sym_try] = ACTIONS(2720), + [anon_sym_delete] = ACTIONS(2720), + [anon_sym_throw] = ACTIONS(2720), + [anon_sym_namespace] = ACTIONS(2720), + [anon_sym_using] = ACTIONS(2720), + [anon_sym_static_assert] = ACTIONS(2720), + [anon_sym_concept] = ACTIONS(2720), + [anon_sym_co_return] = ACTIONS(2720), + [anon_sym_co_yield] = ACTIONS(2720), + [anon_sym_R_DQUOTE] = ACTIONS(2722), + [anon_sym_LR_DQUOTE] = ACTIONS(2722), + [anon_sym_uR_DQUOTE] = ACTIONS(2722), + [anon_sym_UR_DQUOTE] = ACTIONS(2722), + [anon_sym_u8R_DQUOTE] = ACTIONS(2722), + [anon_sym_co_await] = ACTIONS(2720), + [anon_sym_new] = ACTIONS(2720), + [anon_sym_requires] = ACTIONS(2720), + [sym_this] = ACTIONS(2720), + [sym_nullptr] = ACTIONS(2720), }, [920] = { - [ts_builtin_sym_end] = ACTIONS(2736), - [sym_identifier] = ACTIONS(2734), - [aux_sym_preproc_include_token1] = ACTIONS(2734), - [aux_sym_preproc_def_token1] = ACTIONS(2734), - [aux_sym_preproc_if_token1] = ACTIONS(2734), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2734), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2734), - [sym_preproc_directive] = ACTIONS(2734), - [anon_sym_LPAREN2] = ACTIONS(2736), - [anon_sym_BANG] = ACTIONS(2736), - [anon_sym_TILDE] = ACTIONS(2736), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_STAR] = ACTIONS(2736), - [anon_sym_AMP_AMP] = ACTIONS(2736), - [anon_sym_AMP] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2736), - [anon_sym_typedef] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym___attribute__] = ACTIONS(2734), - [anon_sym_COLON_COLON] = ACTIONS(2736), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2736), - [anon_sym___declspec] = ACTIONS(2734), - [anon_sym___based] = ACTIONS(2734), - [anon_sym___cdecl] = ACTIONS(2734), - [anon_sym___clrcall] = ACTIONS(2734), - [anon_sym___stdcall] = ACTIONS(2734), - [anon_sym___fastcall] = ACTIONS(2734), - [anon_sym___thiscall] = ACTIONS(2734), - [anon_sym___vectorcall] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2736), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_static] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_inline] = ACTIONS(2734), - [anon_sym_thread_local] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_volatile] = ACTIONS(2734), - [anon_sym_restrict] = ACTIONS(2734), - [anon_sym__Atomic] = ACTIONS(2734), - [anon_sym_mutable] = ACTIONS(2734), - [anon_sym_constexpr] = ACTIONS(2734), - [anon_sym_constinit] = ACTIONS(2734), - [anon_sym_consteval] = ACTIONS(2734), - [anon_sym_signed] = ACTIONS(2734), - [anon_sym_unsigned] = ACTIONS(2734), - [anon_sym_long] = ACTIONS(2734), - [anon_sym_short] = ACTIONS(2734), - [sym_primitive_type] = ACTIONS(2734), - [anon_sym_enum] = ACTIONS(2734), - [anon_sym_class] = ACTIONS(2734), - [anon_sym_struct] = ACTIONS(2734), - [anon_sym_union] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_switch] = ACTIONS(2734), - [anon_sym_case] = ACTIONS(2734), - [anon_sym_default] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_goto] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [anon_sym_compl] = ACTIONS(2734), - [anon_sym_DASH_DASH] = ACTIONS(2736), - [anon_sym_PLUS_PLUS] = ACTIONS(2736), - [anon_sym_sizeof] = ACTIONS(2734), - [sym_number_literal] = ACTIONS(2736), - [anon_sym_L_SQUOTE] = ACTIONS(2736), - [anon_sym_u_SQUOTE] = ACTIONS(2736), - [anon_sym_U_SQUOTE] = ACTIONS(2736), - [anon_sym_u8_SQUOTE] = ACTIONS(2736), - [anon_sym_SQUOTE] = ACTIONS(2736), - [anon_sym_L_DQUOTE] = ACTIONS(2736), - [anon_sym_u_DQUOTE] = ACTIONS(2736), - [anon_sym_U_DQUOTE] = ACTIONS(2736), - [anon_sym_u8_DQUOTE] = ACTIONS(2736), - [anon_sym_DQUOTE] = ACTIONS(2736), - [sym_true] = ACTIONS(2734), - [sym_false] = ACTIONS(2734), - [sym_null] = ACTIONS(2734), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2734), - [anon_sym_decltype] = ACTIONS(2734), - [anon_sym_virtual] = ACTIONS(2734), - [anon_sym_explicit] = ACTIONS(2734), - [anon_sym_typename] = ACTIONS(2734), - [anon_sym_template] = ACTIONS(2734), - [anon_sym_operator] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_delete] = ACTIONS(2734), - [anon_sym_throw] = ACTIONS(2734), - [anon_sym_namespace] = ACTIONS(2734), - [anon_sym_using] = ACTIONS(2734), - [anon_sym_static_assert] = ACTIONS(2734), - [anon_sym_concept] = ACTIONS(2734), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_R_DQUOTE] = ACTIONS(2736), - [anon_sym_LR_DQUOTE] = ACTIONS(2736), - [anon_sym_uR_DQUOTE] = ACTIONS(2736), - [anon_sym_UR_DQUOTE] = ACTIONS(2736), - [anon_sym_u8R_DQUOTE] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(2734), - [anon_sym_new] = ACTIONS(2734), - [anon_sym_requires] = ACTIONS(2734), - [sym_this] = ACTIONS(2734), - [sym_nullptr] = ACTIONS(2734), + [sym_identifier] = ACTIONS(2808), + [aux_sym_preproc_include_token1] = ACTIONS(2808), + [aux_sym_preproc_def_token1] = ACTIONS(2808), + [aux_sym_preproc_if_token1] = ACTIONS(2808), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2808), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2808), + [sym_preproc_directive] = ACTIONS(2808), + [anon_sym_LPAREN2] = ACTIONS(2810), + [anon_sym_BANG] = ACTIONS(2810), + [anon_sym_TILDE] = ACTIONS(2810), + [anon_sym_DASH] = ACTIONS(2808), + [anon_sym_PLUS] = ACTIONS(2808), + [anon_sym_STAR] = ACTIONS(2810), + [anon_sym_AMP_AMP] = ACTIONS(2810), + [anon_sym_AMP] = ACTIONS(2808), + [anon_sym_SEMI] = ACTIONS(2810), + [anon_sym_typedef] = ACTIONS(2808), + [anon_sym_extern] = ACTIONS(2808), + [anon_sym___attribute__] = ACTIONS(2808), + [anon_sym_COLON_COLON] = ACTIONS(2810), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2810), + [anon_sym___declspec] = ACTIONS(2808), + [anon_sym___based] = ACTIONS(2808), + [anon_sym___cdecl] = ACTIONS(2808), + [anon_sym___clrcall] = ACTIONS(2808), + [anon_sym___stdcall] = ACTIONS(2808), + [anon_sym___fastcall] = ACTIONS(2808), + [anon_sym___thiscall] = ACTIONS(2808), + [anon_sym___vectorcall] = ACTIONS(2808), + [anon_sym_LBRACE] = ACTIONS(2810), + [anon_sym_RBRACE] = ACTIONS(2810), + [anon_sym_LBRACK] = ACTIONS(2808), + [anon_sym_static] = ACTIONS(2808), + [anon_sym_register] = ACTIONS(2808), + [anon_sym_inline] = ACTIONS(2808), + [anon_sym_thread_local] = ACTIONS(2808), + [anon_sym_const] = ACTIONS(2808), + [anon_sym_volatile] = ACTIONS(2808), + [anon_sym_restrict] = ACTIONS(2808), + [anon_sym__Atomic] = ACTIONS(2808), + [anon_sym_mutable] = ACTIONS(2808), + [anon_sym_constexpr] = ACTIONS(2808), + [anon_sym_constinit] = ACTIONS(2808), + [anon_sym_consteval] = ACTIONS(2808), + [anon_sym_signed] = ACTIONS(2808), + [anon_sym_unsigned] = ACTIONS(2808), + [anon_sym_long] = ACTIONS(2808), + [anon_sym_short] = ACTIONS(2808), + [sym_primitive_type] = ACTIONS(2808), + [anon_sym_enum] = ACTIONS(2808), + [anon_sym_class] = ACTIONS(2808), + [anon_sym_struct] = ACTIONS(2808), + [anon_sym_union] = ACTIONS(2808), + [anon_sym_if] = ACTIONS(2808), + [anon_sym_switch] = ACTIONS(2808), + [anon_sym_case] = ACTIONS(2808), + [anon_sym_default] = ACTIONS(2808), + [anon_sym_while] = ACTIONS(2808), + [anon_sym_do] = ACTIONS(2808), + [anon_sym_for] = ACTIONS(2808), + [anon_sym_return] = ACTIONS(2808), + [anon_sym_break] = ACTIONS(2808), + [anon_sym_continue] = ACTIONS(2808), + [anon_sym_goto] = ACTIONS(2808), + [anon_sym_not] = ACTIONS(2808), + [anon_sym_compl] = ACTIONS(2808), + [anon_sym_DASH_DASH] = ACTIONS(2810), + [anon_sym_PLUS_PLUS] = ACTIONS(2810), + [anon_sym_sizeof] = ACTIONS(2808), + [sym_number_literal] = ACTIONS(2810), + [anon_sym_L_SQUOTE] = ACTIONS(2810), + [anon_sym_u_SQUOTE] = ACTIONS(2810), + [anon_sym_U_SQUOTE] = ACTIONS(2810), + [anon_sym_u8_SQUOTE] = ACTIONS(2810), + [anon_sym_SQUOTE] = ACTIONS(2810), + [anon_sym_L_DQUOTE] = ACTIONS(2810), + [anon_sym_u_DQUOTE] = ACTIONS(2810), + [anon_sym_U_DQUOTE] = ACTIONS(2810), + [anon_sym_u8_DQUOTE] = ACTIONS(2810), + [anon_sym_DQUOTE] = ACTIONS(2810), + [sym_true] = ACTIONS(2808), + [sym_false] = ACTIONS(2808), + [sym_null] = ACTIONS(2808), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2808), + [anon_sym_decltype] = ACTIONS(2808), + [anon_sym_virtual] = ACTIONS(2808), + [anon_sym_explicit] = ACTIONS(2808), + [anon_sym_typename] = ACTIONS(2808), + [anon_sym_template] = ACTIONS(2808), + [anon_sym_operator] = ACTIONS(2808), + [anon_sym_try] = ACTIONS(2808), + [anon_sym_delete] = ACTIONS(2808), + [anon_sym_throw] = ACTIONS(2808), + [anon_sym_namespace] = ACTIONS(2808), + [anon_sym_using] = ACTIONS(2808), + [anon_sym_static_assert] = ACTIONS(2808), + [anon_sym_concept] = ACTIONS(2808), + [anon_sym_co_return] = ACTIONS(2808), + [anon_sym_co_yield] = ACTIONS(2808), + [anon_sym_R_DQUOTE] = ACTIONS(2810), + [anon_sym_LR_DQUOTE] = ACTIONS(2810), + [anon_sym_uR_DQUOTE] = ACTIONS(2810), + [anon_sym_UR_DQUOTE] = ACTIONS(2810), + [anon_sym_u8R_DQUOTE] = ACTIONS(2810), + [anon_sym_co_await] = ACTIONS(2808), + [anon_sym_new] = ACTIONS(2808), + [anon_sym_requires] = ACTIONS(2808), + [sym_this] = ACTIONS(2808), + [sym_nullptr] = ACTIONS(2808), }, [921] = { - [sym_identifier] = ACTIONS(2822), - [aux_sym_preproc_include_token1] = ACTIONS(2822), - [aux_sym_preproc_def_token1] = ACTIONS(2822), - [aux_sym_preproc_if_token1] = ACTIONS(2822), - [aux_sym_preproc_if_token2] = ACTIONS(2822), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2822), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2822), - [sym_preproc_directive] = ACTIONS(2822), - [anon_sym_LPAREN2] = ACTIONS(2824), - [anon_sym_BANG] = ACTIONS(2824), - [anon_sym_TILDE] = ACTIONS(2824), - [anon_sym_DASH] = ACTIONS(2822), - [anon_sym_PLUS] = ACTIONS(2822), - [anon_sym_STAR] = ACTIONS(2824), - [anon_sym_AMP_AMP] = ACTIONS(2824), - [anon_sym_AMP] = ACTIONS(2822), - [anon_sym_SEMI] = ACTIONS(2824), - [anon_sym_typedef] = ACTIONS(2822), - [anon_sym_extern] = ACTIONS(2822), - [anon_sym___attribute__] = ACTIONS(2822), - [anon_sym_COLON_COLON] = ACTIONS(2824), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2824), - [anon_sym___declspec] = ACTIONS(2822), - [anon_sym___based] = ACTIONS(2822), - [anon_sym___cdecl] = ACTIONS(2822), - [anon_sym___clrcall] = ACTIONS(2822), - [anon_sym___stdcall] = ACTIONS(2822), - [anon_sym___fastcall] = ACTIONS(2822), - [anon_sym___thiscall] = ACTIONS(2822), - [anon_sym___vectorcall] = ACTIONS(2822), - [anon_sym_LBRACE] = ACTIONS(2824), - [anon_sym_LBRACK] = ACTIONS(2822), - [anon_sym_static] = ACTIONS(2822), - [anon_sym_register] = ACTIONS(2822), - [anon_sym_inline] = ACTIONS(2822), - [anon_sym_thread_local] = ACTIONS(2822), - [anon_sym_const] = ACTIONS(2822), - [anon_sym_volatile] = ACTIONS(2822), - [anon_sym_restrict] = ACTIONS(2822), - [anon_sym__Atomic] = ACTIONS(2822), - [anon_sym_mutable] = ACTIONS(2822), - [anon_sym_constexpr] = ACTIONS(2822), - [anon_sym_constinit] = ACTIONS(2822), - [anon_sym_consteval] = ACTIONS(2822), - [anon_sym_signed] = ACTIONS(2822), - [anon_sym_unsigned] = ACTIONS(2822), - [anon_sym_long] = ACTIONS(2822), - [anon_sym_short] = ACTIONS(2822), - [sym_primitive_type] = ACTIONS(2822), - [anon_sym_enum] = ACTIONS(2822), - [anon_sym_class] = ACTIONS(2822), - [anon_sym_struct] = ACTIONS(2822), - [anon_sym_union] = ACTIONS(2822), - [anon_sym_if] = ACTIONS(2822), - [anon_sym_switch] = ACTIONS(2822), - [anon_sym_case] = ACTIONS(2822), - [anon_sym_default] = ACTIONS(2822), - [anon_sym_while] = ACTIONS(2822), - [anon_sym_do] = ACTIONS(2822), - [anon_sym_for] = ACTIONS(2822), - [anon_sym_return] = ACTIONS(2822), - [anon_sym_break] = ACTIONS(2822), - [anon_sym_continue] = ACTIONS(2822), - [anon_sym_goto] = ACTIONS(2822), - [anon_sym_not] = ACTIONS(2822), - [anon_sym_compl] = ACTIONS(2822), - [anon_sym_DASH_DASH] = ACTIONS(2824), - [anon_sym_PLUS_PLUS] = ACTIONS(2824), - [anon_sym_sizeof] = ACTIONS(2822), - [sym_number_literal] = ACTIONS(2824), - [anon_sym_L_SQUOTE] = ACTIONS(2824), - [anon_sym_u_SQUOTE] = ACTIONS(2824), - [anon_sym_U_SQUOTE] = ACTIONS(2824), - [anon_sym_u8_SQUOTE] = ACTIONS(2824), - [anon_sym_SQUOTE] = ACTIONS(2824), - [anon_sym_L_DQUOTE] = ACTIONS(2824), - [anon_sym_u_DQUOTE] = ACTIONS(2824), - [anon_sym_U_DQUOTE] = ACTIONS(2824), - [anon_sym_u8_DQUOTE] = ACTIONS(2824), - [anon_sym_DQUOTE] = ACTIONS(2824), - [sym_true] = ACTIONS(2822), - [sym_false] = ACTIONS(2822), - [sym_null] = ACTIONS(2822), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2822), - [anon_sym_decltype] = ACTIONS(2822), - [anon_sym_virtual] = ACTIONS(2822), - [anon_sym_explicit] = ACTIONS(2822), - [anon_sym_typename] = ACTIONS(2822), - [anon_sym_template] = ACTIONS(2822), - [anon_sym_operator] = ACTIONS(2822), - [anon_sym_try] = ACTIONS(2822), - [anon_sym_delete] = ACTIONS(2822), - [anon_sym_throw] = ACTIONS(2822), - [anon_sym_namespace] = ACTIONS(2822), - [anon_sym_using] = ACTIONS(2822), - [anon_sym_static_assert] = ACTIONS(2822), - [anon_sym_concept] = ACTIONS(2822), - [anon_sym_co_return] = ACTIONS(2822), - [anon_sym_co_yield] = ACTIONS(2822), - [anon_sym_R_DQUOTE] = ACTIONS(2824), - [anon_sym_LR_DQUOTE] = ACTIONS(2824), - [anon_sym_uR_DQUOTE] = ACTIONS(2824), - [anon_sym_UR_DQUOTE] = ACTIONS(2824), - [anon_sym_u8R_DQUOTE] = ACTIONS(2824), - [anon_sym_co_await] = ACTIONS(2822), - [anon_sym_new] = ACTIONS(2822), - [anon_sym_requires] = ACTIONS(2822), - [sym_this] = ACTIONS(2822), - [sym_nullptr] = ACTIONS(2822), + [ts_builtin_sym_end] = ACTIONS(2754), + [sym_identifier] = ACTIONS(2752), + [aux_sym_preproc_include_token1] = ACTIONS(2752), + [aux_sym_preproc_def_token1] = ACTIONS(2752), + [aux_sym_preproc_if_token1] = ACTIONS(2752), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2752), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2752), + [sym_preproc_directive] = ACTIONS(2752), + [anon_sym_LPAREN2] = ACTIONS(2754), + [anon_sym_BANG] = ACTIONS(2754), + [anon_sym_TILDE] = ACTIONS(2754), + [anon_sym_DASH] = ACTIONS(2752), + [anon_sym_PLUS] = ACTIONS(2752), + [anon_sym_STAR] = ACTIONS(2754), + [anon_sym_AMP_AMP] = ACTIONS(2754), + [anon_sym_AMP] = ACTIONS(2752), + [anon_sym_SEMI] = ACTIONS(2754), + [anon_sym_typedef] = ACTIONS(2752), + [anon_sym_extern] = ACTIONS(2752), + [anon_sym___attribute__] = ACTIONS(2752), + [anon_sym_COLON_COLON] = ACTIONS(2754), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2754), + [anon_sym___declspec] = ACTIONS(2752), + [anon_sym___based] = ACTIONS(2752), + [anon_sym___cdecl] = ACTIONS(2752), + [anon_sym___clrcall] = ACTIONS(2752), + [anon_sym___stdcall] = ACTIONS(2752), + [anon_sym___fastcall] = ACTIONS(2752), + [anon_sym___thiscall] = ACTIONS(2752), + [anon_sym___vectorcall] = ACTIONS(2752), + [anon_sym_LBRACE] = ACTIONS(2754), + [anon_sym_LBRACK] = ACTIONS(2752), + [anon_sym_static] = ACTIONS(2752), + [anon_sym_register] = ACTIONS(2752), + [anon_sym_inline] = ACTIONS(2752), + [anon_sym_thread_local] = ACTIONS(2752), + [anon_sym_const] = ACTIONS(2752), + [anon_sym_volatile] = ACTIONS(2752), + [anon_sym_restrict] = ACTIONS(2752), + [anon_sym__Atomic] = ACTIONS(2752), + [anon_sym_mutable] = ACTIONS(2752), + [anon_sym_constexpr] = ACTIONS(2752), + [anon_sym_constinit] = ACTIONS(2752), + [anon_sym_consteval] = ACTIONS(2752), + [anon_sym_signed] = ACTIONS(2752), + [anon_sym_unsigned] = ACTIONS(2752), + [anon_sym_long] = ACTIONS(2752), + [anon_sym_short] = ACTIONS(2752), + [sym_primitive_type] = ACTIONS(2752), + [anon_sym_enum] = ACTIONS(2752), + [anon_sym_class] = ACTIONS(2752), + [anon_sym_struct] = ACTIONS(2752), + [anon_sym_union] = ACTIONS(2752), + [anon_sym_if] = ACTIONS(2752), + [anon_sym_switch] = ACTIONS(2752), + [anon_sym_case] = ACTIONS(2752), + [anon_sym_default] = ACTIONS(2752), + [anon_sym_while] = ACTIONS(2752), + [anon_sym_do] = ACTIONS(2752), + [anon_sym_for] = ACTIONS(2752), + [anon_sym_return] = ACTIONS(2752), + [anon_sym_break] = ACTIONS(2752), + [anon_sym_continue] = ACTIONS(2752), + [anon_sym_goto] = ACTIONS(2752), + [anon_sym_not] = ACTIONS(2752), + [anon_sym_compl] = ACTIONS(2752), + [anon_sym_DASH_DASH] = ACTIONS(2754), + [anon_sym_PLUS_PLUS] = ACTIONS(2754), + [anon_sym_sizeof] = ACTIONS(2752), + [sym_number_literal] = ACTIONS(2754), + [anon_sym_L_SQUOTE] = ACTIONS(2754), + [anon_sym_u_SQUOTE] = ACTIONS(2754), + [anon_sym_U_SQUOTE] = ACTIONS(2754), + [anon_sym_u8_SQUOTE] = ACTIONS(2754), + [anon_sym_SQUOTE] = ACTIONS(2754), + [anon_sym_L_DQUOTE] = ACTIONS(2754), + [anon_sym_u_DQUOTE] = ACTIONS(2754), + [anon_sym_U_DQUOTE] = ACTIONS(2754), + [anon_sym_u8_DQUOTE] = ACTIONS(2754), + [anon_sym_DQUOTE] = ACTIONS(2754), + [sym_true] = ACTIONS(2752), + [sym_false] = ACTIONS(2752), + [sym_null] = ACTIONS(2752), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2752), + [anon_sym_decltype] = ACTIONS(2752), + [anon_sym_virtual] = ACTIONS(2752), + [anon_sym_explicit] = ACTIONS(2752), + [anon_sym_typename] = ACTIONS(2752), + [anon_sym_template] = ACTIONS(2752), + [anon_sym_operator] = ACTIONS(2752), + [anon_sym_try] = ACTIONS(2752), + [anon_sym_delete] = ACTIONS(2752), + [anon_sym_throw] = ACTIONS(2752), + [anon_sym_namespace] = ACTIONS(2752), + [anon_sym_using] = ACTIONS(2752), + [anon_sym_static_assert] = ACTIONS(2752), + [anon_sym_concept] = ACTIONS(2752), + [anon_sym_co_return] = ACTIONS(2752), + [anon_sym_co_yield] = ACTIONS(2752), + [anon_sym_R_DQUOTE] = ACTIONS(2754), + [anon_sym_LR_DQUOTE] = ACTIONS(2754), + [anon_sym_uR_DQUOTE] = ACTIONS(2754), + [anon_sym_UR_DQUOTE] = ACTIONS(2754), + [anon_sym_u8R_DQUOTE] = ACTIONS(2754), + [anon_sym_co_await] = ACTIONS(2752), + [anon_sym_new] = ACTIONS(2752), + [anon_sym_requires] = ACTIONS(2752), + [sym_this] = ACTIONS(2752), + [sym_nullptr] = ACTIONS(2752), }, [922] = { - [sym_identifier] = ACTIONS(2830), - [aux_sym_preproc_include_token1] = ACTIONS(2830), - [aux_sym_preproc_def_token1] = ACTIONS(2830), - [aux_sym_preproc_if_token1] = ACTIONS(2830), - [aux_sym_preproc_if_token2] = ACTIONS(2830), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2830), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2830), - [sym_preproc_directive] = ACTIONS(2830), - [anon_sym_LPAREN2] = ACTIONS(2832), - [anon_sym_BANG] = ACTIONS(2832), - [anon_sym_TILDE] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2830), - [anon_sym_PLUS] = ACTIONS(2830), - [anon_sym_STAR] = ACTIONS(2832), - [anon_sym_AMP_AMP] = ACTIONS(2832), - [anon_sym_AMP] = ACTIONS(2830), - [anon_sym_SEMI] = ACTIONS(2832), - [anon_sym_typedef] = ACTIONS(2830), - [anon_sym_extern] = ACTIONS(2830), - [anon_sym___attribute__] = ACTIONS(2830), - [anon_sym_COLON_COLON] = ACTIONS(2832), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2832), - [anon_sym___declspec] = ACTIONS(2830), - [anon_sym___based] = ACTIONS(2830), - [anon_sym___cdecl] = ACTIONS(2830), - [anon_sym___clrcall] = ACTIONS(2830), - [anon_sym___stdcall] = ACTIONS(2830), - [anon_sym___fastcall] = ACTIONS(2830), - [anon_sym___thiscall] = ACTIONS(2830), - [anon_sym___vectorcall] = ACTIONS(2830), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2830), - [anon_sym_static] = ACTIONS(2830), - [anon_sym_register] = ACTIONS(2830), - [anon_sym_inline] = ACTIONS(2830), - [anon_sym_thread_local] = ACTIONS(2830), - [anon_sym_const] = ACTIONS(2830), - [anon_sym_volatile] = ACTIONS(2830), - [anon_sym_restrict] = ACTIONS(2830), - [anon_sym__Atomic] = ACTIONS(2830), - [anon_sym_mutable] = ACTIONS(2830), - [anon_sym_constexpr] = ACTIONS(2830), - [anon_sym_constinit] = ACTIONS(2830), - [anon_sym_consteval] = ACTIONS(2830), - [anon_sym_signed] = ACTIONS(2830), - [anon_sym_unsigned] = ACTIONS(2830), - [anon_sym_long] = ACTIONS(2830), - [anon_sym_short] = ACTIONS(2830), - [sym_primitive_type] = ACTIONS(2830), - [anon_sym_enum] = ACTIONS(2830), - [anon_sym_class] = ACTIONS(2830), - [anon_sym_struct] = ACTIONS(2830), - [anon_sym_union] = ACTIONS(2830), - [anon_sym_if] = ACTIONS(2830), - [anon_sym_switch] = ACTIONS(2830), - [anon_sym_case] = ACTIONS(2830), - [anon_sym_default] = ACTIONS(2830), - [anon_sym_while] = ACTIONS(2830), - [anon_sym_do] = ACTIONS(2830), - [anon_sym_for] = ACTIONS(2830), - [anon_sym_return] = ACTIONS(2830), - [anon_sym_break] = ACTIONS(2830), - [anon_sym_continue] = ACTIONS(2830), - [anon_sym_goto] = ACTIONS(2830), - [anon_sym_not] = ACTIONS(2830), - [anon_sym_compl] = ACTIONS(2830), - [anon_sym_DASH_DASH] = ACTIONS(2832), - [anon_sym_PLUS_PLUS] = ACTIONS(2832), - [anon_sym_sizeof] = ACTIONS(2830), - [sym_number_literal] = ACTIONS(2832), - [anon_sym_L_SQUOTE] = ACTIONS(2832), - [anon_sym_u_SQUOTE] = ACTIONS(2832), - [anon_sym_U_SQUOTE] = ACTIONS(2832), - [anon_sym_u8_SQUOTE] = ACTIONS(2832), - [anon_sym_SQUOTE] = ACTIONS(2832), - [anon_sym_L_DQUOTE] = ACTIONS(2832), - [anon_sym_u_DQUOTE] = ACTIONS(2832), - [anon_sym_U_DQUOTE] = ACTIONS(2832), - [anon_sym_u8_DQUOTE] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym_true] = ACTIONS(2830), - [sym_false] = ACTIONS(2830), - [sym_null] = ACTIONS(2830), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2830), - [anon_sym_decltype] = ACTIONS(2830), - [anon_sym_virtual] = ACTIONS(2830), - [anon_sym_explicit] = ACTIONS(2830), - [anon_sym_typename] = ACTIONS(2830), - [anon_sym_template] = ACTIONS(2830), - [anon_sym_operator] = ACTIONS(2830), - [anon_sym_try] = ACTIONS(2830), - [anon_sym_delete] = ACTIONS(2830), - [anon_sym_throw] = ACTIONS(2830), - [anon_sym_namespace] = ACTIONS(2830), - [anon_sym_using] = ACTIONS(2830), - [anon_sym_static_assert] = ACTIONS(2830), - [anon_sym_concept] = ACTIONS(2830), - [anon_sym_co_return] = ACTIONS(2830), - [anon_sym_co_yield] = ACTIONS(2830), - [anon_sym_R_DQUOTE] = ACTIONS(2832), - [anon_sym_LR_DQUOTE] = ACTIONS(2832), - [anon_sym_uR_DQUOTE] = ACTIONS(2832), - [anon_sym_UR_DQUOTE] = ACTIONS(2832), - [anon_sym_u8R_DQUOTE] = ACTIONS(2832), - [anon_sym_co_await] = ACTIONS(2830), - [anon_sym_new] = ACTIONS(2830), - [anon_sym_requires] = ACTIONS(2830), - [sym_this] = ACTIONS(2830), - [sym_nullptr] = ACTIONS(2830), + [sym_identifier] = ACTIONS(2866), + [aux_sym_preproc_include_token1] = ACTIONS(2866), + [aux_sym_preproc_def_token1] = ACTIONS(2866), + [aux_sym_preproc_if_token1] = ACTIONS(2866), + [aux_sym_preproc_if_token2] = ACTIONS(2866), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2866), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2866), + [sym_preproc_directive] = ACTIONS(2866), + [anon_sym_LPAREN2] = ACTIONS(2868), + [anon_sym_BANG] = ACTIONS(2868), + [anon_sym_TILDE] = ACTIONS(2868), + [anon_sym_DASH] = ACTIONS(2866), + [anon_sym_PLUS] = ACTIONS(2866), + [anon_sym_STAR] = ACTIONS(2868), + [anon_sym_AMP_AMP] = ACTIONS(2868), + [anon_sym_AMP] = ACTIONS(2866), + [anon_sym_SEMI] = ACTIONS(2868), + [anon_sym_typedef] = ACTIONS(2866), + [anon_sym_extern] = ACTIONS(2866), + [anon_sym___attribute__] = ACTIONS(2866), + [anon_sym_COLON_COLON] = ACTIONS(2868), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2868), + [anon_sym___declspec] = ACTIONS(2866), + [anon_sym___based] = ACTIONS(2866), + [anon_sym___cdecl] = ACTIONS(2866), + [anon_sym___clrcall] = ACTIONS(2866), + [anon_sym___stdcall] = ACTIONS(2866), + [anon_sym___fastcall] = ACTIONS(2866), + [anon_sym___thiscall] = ACTIONS(2866), + [anon_sym___vectorcall] = ACTIONS(2866), + [anon_sym_LBRACE] = ACTIONS(2868), + [anon_sym_LBRACK] = ACTIONS(2866), + [anon_sym_static] = ACTIONS(2866), + [anon_sym_register] = ACTIONS(2866), + [anon_sym_inline] = ACTIONS(2866), + [anon_sym_thread_local] = ACTIONS(2866), + [anon_sym_const] = ACTIONS(2866), + [anon_sym_volatile] = ACTIONS(2866), + [anon_sym_restrict] = ACTIONS(2866), + [anon_sym__Atomic] = ACTIONS(2866), + [anon_sym_mutable] = ACTIONS(2866), + [anon_sym_constexpr] = ACTIONS(2866), + [anon_sym_constinit] = ACTIONS(2866), + [anon_sym_consteval] = ACTIONS(2866), + [anon_sym_signed] = ACTIONS(2866), + [anon_sym_unsigned] = ACTIONS(2866), + [anon_sym_long] = ACTIONS(2866), + [anon_sym_short] = ACTIONS(2866), + [sym_primitive_type] = ACTIONS(2866), + [anon_sym_enum] = ACTIONS(2866), + [anon_sym_class] = ACTIONS(2866), + [anon_sym_struct] = ACTIONS(2866), + [anon_sym_union] = ACTIONS(2866), + [anon_sym_if] = ACTIONS(2866), + [anon_sym_switch] = ACTIONS(2866), + [anon_sym_case] = ACTIONS(2866), + [anon_sym_default] = ACTIONS(2866), + [anon_sym_while] = ACTIONS(2866), + [anon_sym_do] = ACTIONS(2866), + [anon_sym_for] = ACTIONS(2866), + [anon_sym_return] = ACTIONS(2866), + [anon_sym_break] = ACTIONS(2866), + [anon_sym_continue] = ACTIONS(2866), + [anon_sym_goto] = ACTIONS(2866), + [anon_sym_not] = ACTIONS(2866), + [anon_sym_compl] = ACTIONS(2866), + [anon_sym_DASH_DASH] = ACTIONS(2868), + [anon_sym_PLUS_PLUS] = ACTIONS(2868), + [anon_sym_sizeof] = ACTIONS(2866), + [sym_number_literal] = ACTIONS(2868), + [anon_sym_L_SQUOTE] = ACTIONS(2868), + [anon_sym_u_SQUOTE] = ACTIONS(2868), + [anon_sym_U_SQUOTE] = ACTIONS(2868), + [anon_sym_u8_SQUOTE] = ACTIONS(2868), + [anon_sym_SQUOTE] = ACTIONS(2868), + [anon_sym_L_DQUOTE] = ACTIONS(2868), + [anon_sym_u_DQUOTE] = ACTIONS(2868), + [anon_sym_U_DQUOTE] = ACTIONS(2868), + [anon_sym_u8_DQUOTE] = ACTIONS(2868), + [anon_sym_DQUOTE] = ACTIONS(2868), + [sym_true] = ACTIONS(2866), + [sym_false] = ACTIONS(2866), + [sym_null] = ACTIONS(2866), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2866), + [anon_sym_decltype] = ACTIONS(2866), + [anon_sym_virtual] = ACTIONS(2866), + [anon_sym_explicit] = ACTIONS(2866), + [anon_sym_typename] = ACTIONS(2866), + [anon_sym_template] = ACTIONS(2866), + [anon_sym_operator] = ACTIONS(2866), + [anon_sym_try] = ACTIONS(2866), + [anon_sym_delete] = ACTIONS(2866), + [anon_sym_throw] = ACTIONS(2866), + [anon_sym_namespace] = ACTIONS(2866), + [anon_sym_using] = ACTIONS(2866), + [anon_sym_static_assert] = ACTIONS(2866), + [anon_sym_concept] = ACTIONS(2866), + [anon_sym_co_return] = ACTIONS(2866), + [anon_sym_co_yield] = ACTIONS(2866), + [anon_sym_R_DQUOTE] = ACTIONS(2868), + [anon_sym_LR_DQUOTE] = ACTIONS(2868), + [anon_sym_uR_DQUOTE] = ACTIONS(2868), + [anon_sym_UR_DQUOTE] = ACTIONS(2868), + [anon_sym_u8R_DQUOTE] = ACTIONS(2868), + [anon_sym_co_await] = ACTIONS(2866), + [anon_sym_new] = ACTIONS(2866), + [anon_sym_requires] = ACTIONS(2866), + [sym_this] = ACTIONS(2866), + [sym_nullptr] = ACTIONS(2866), }, [923] = { - [ts_builtin_sym_end] = ACTIONS(2660), - [sym_identifier] = ACTIONS(2658), - [aux_sym_preproc_include_token1] = ACTIONS(2658), - [aux_sym_preproc_def_token1] = ACTIONS(2658), - [aux_sym_preproc_if_token1] = ACTIONS(2658), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2658), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2658), - [sym_preproc_directive] = ACTIONS(2658), - [anon_sym_LPAREN2] = ACTIONS(2660), - [anon_sym_BANG] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2660), - [anon_sym_DASH] = ACTIONS(2658), - [anon_sym_PLUS] = ACTIONS(2658), - [anon_sym_STAR] = ACTIONS(2660), - [anon_sym_AMP_AMP] = ACTIONS(2660), - [anon_sym_AMP] = ACTIONS(2658), - [anon_sym_SEMI] = ACTIONS(2660), - [anon_sym_typedef] = ACTIONS(2658), - [anon_sym_extern] = ACTIONS(2658), - [anon_sym___attribute__] = ACTIONS(2658), - [anon_sym_COLON_COLON] = ACTIONS(2660), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2660), - [anon_sym___declspec] = ACTIONS(2658), - [anon_sym___based] = ACTIONS(2658), - [anon_sym___cdecl] = ACTIONS(2658), - [anon_sym___clrcall] = ACTIONS(2658), - [anon_sym___stdcall] = ACTIONS(2658), - [anon_sym___fastcall] = ACTIONS(2658), - [anon_sym___thiscall] = ACTIONS(2658), - [anon_sym___vectorcall] = ACTIONS(2658), - [anon_sym_LBRACE] = ACTIONS(2660), - [anon_sym_LBRACK] = ACTIONS(2658), - [anon_sym_static] = ACTIONS(2658), - [anon_sym_register] = ACTIONS(2658), - [anon_sym_inline] = ACTIONS(2658), - [anon_sym_thread_local] = ACTIONS(2658), - [anon_sym_const] = ACTIONS(2658), - [anon_sym_volatile] = ACTIONS(2658), - [anon_sym_restrict] = ACTIONS(2658), - [anon_sym__Atomic] = ACTIONS(2658), - [anon_sym_mutable] = ACTIONS(2658), - [anon_sym_constexpr] = ACTIONS(2658), - [anon_sym_constinit] = ACTIONS(2658), - [anon_sym_consteval] = ACTIONS(2658), - [anon_sym_signed] = ACTIONS(2658), - [anon_sym_unsigned] = ACTIONS(2658), - [anon_sym_long] = ACTIONS(2658), - [anon_sym_short] = ACTIONS(2658), - [sym_primitive_type] = ACTIONS(2658), - [anon_sym_enum] = ACTIONS(2658), - [anon_sym_class] = ACTIONS(2658), - [anon_sym_struct] = ACTIONS(2658), - [anon_sym_union] = ACTIONS(2658), - [anon_sym_if] = ACTIONS(2658), - [anon_sym_switch] = ACTIONS(2658), - [anon_sym_case] = ACTIONS(2658), - [anon_sym_default] = ACTIONS(2658), - [anon_sym_while] = ACTIONS(2658), - [anon_sym_do] = ACTIONS(2658), - [anon_sym_for] = ACTIONS(2658), - [anon_sym_return] = ACTIONS(2658), - [anon_sym_break] = ACTIONS(2658), - [anon_sym_continue] = ACTIONS(2658), - [anon_sym_goto] = ACTIONS(2658), - [anon_sym_not] = ACTIONS(2658), - [anon_sym_compl] = ACTIONS(2658), - [anon_sym_DASH_DASH] = ACTIONS(2660), - [anon_sym_PLUS_PLUS] = ACTIONS(2660), - [anon_sym_sizeof] = ACTIONS(2658), - [sym_number_literal] = ACTIONS(2660), - [anon_sym_L_SQUOTE] = ACTIONS(2660), - [anon_sym_u_SQUOTE] = ACTIONS(2660), - [anon_sym_U_SQUOTE] = ACTIONS(2660), - [anon_sym_u8_SQUOTE] = ACTIONS(2660), - [anon_sym_SQUOTE] = ACTIONS(2660), - [anon_sym_L_DQUOTE] = ACTIONS(2660), - [anon_sym_u_DQUOTE] = ACTIONS(2660), - [anon_sym_U_DQUOTE] = ACTIONS(2660), - [anon_sym_u8_DQUOTE] = ACTIONS(2660), - [anon_sym_DQUOTE] = ACTIONS(2660), - [sym_true] = ACTIONS(2658), - [sym_false] = ACTIONS(2658), - [sym_null] = ACTIONS(2658), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2658), - [anon_sym_decltype] = ACTIONS(2658), - [anon_sym_virtual] = ACTIONS(2658), - [anon_sym_explicit] = ACTIONS(2658), - [anon_sym_typename] = ACTIONS(2658), - [anon_sym_template] = ACTIONS(2658), - [anon_sym_operator] = ACTIONS(2658), - [anon_sym_try] = ACTIONS(2658), - [anon_sym_delete] = ACTIONS(2658), - [anon_sym_throw] = ACTIONS(2658), - [anon_sym_namespace] = ACTIONS(2658), - [anon_sym_using] = ACTIONS(2658), - [anon_sym_static_assert] = ACTIONS(2658), - [anon_sym_concept] = ACTIONS(2658), - [anon_sym_co_return] = ACTIONS(2658), - [anon_sym_co_yield] = ACTIONS(2658), - [anon_sym_R_DQUOTE] = ACTIONS(2660), - [anon_sym_LR_DQUOTE] = ACTIONS(2660), - [anon_sym_uR_DQUOTE] = ACTIONS(2660), - [anon_sym_UR_DQUOTE] = ACTIONS(2660), - [anon_sym_u8R_DQUOTE] = ACTIONS(2660), - [anon_sym_co_await] = ACTIONS(2658), - [anon_sym_new] = ACTIONS(2658), - [anon_sym_requires] = ACTIONS(2658), - [sym_this] = ACTIONS(2658), - [sym_nullptr] = ACTIONS(2658), + [sym_identifier] = ACTIONS(2804), + [aux_sym_preproc_include_token1] = ACTIONS(2804), + [aux_sym_preproc_def_token1] = ACTIONS(2804), + [aux_sym_preproc_if_token1] = ACTIONS(2804), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2804), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2804), + [sym_preproc_directive] = ACTIONS(2804), + [anon_sym_LPAREN2] = ACTIONS(2806), + [anon_sym_BANG] = ACTIONS(2806), + [anon_sym_TILDE] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2804), + [anon_sym_PLUS] = ACTIONS(2804), + [anon_sym_STAR] = ACTIONS(2806), + [anon_sym_AMP_AMP] = ACTIONS(2806), + [anon_sym_AMP] = ACTIONS(2804), + [anon_sym_SEMI] = ACTIONS(2806), + [anon_sym_typedef] = ACTIONS(2804), + [anon_sym_extern] = ACTIONS(2804), + [anon_sym___attribute__] = ACTIONS(2804), + [anon_sym_COLON_COLON] = ACTIONS(2806), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2806), + [anon_sym___declspec] = ACTIONS(2804), + [anon_sym___based] = ACTIONS(2804), + [anon_sym___cdecl] = ACTIONS(2804), + [anon_sym___clrcall] = ACTIONS(2804), + [anon_sym___stdcall] = ACTIONS(2804), + [anon_sym___fastcall] = ACTIONS(2804), + [anon_sym___thiscall] = ACTIONS(2804), + [anon_sym___vectorcall] = ACTIONS(2804), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_RBRACE] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2804), + [anon_sym_static] = ACTIONS(2804), + [anon_sym_register] = ACTIONS(2804), + [anon_sym_inline] = ACTIONS(2804), + [anon_sym_thread_local] = ACTIONS(2804), + [anon_sym_const] = ACTIONS(2804), + [anon_sym_volatile] = ACTIONS(2804), + [anon_sym_restrict] = ACTIONS(2804), + [anon_sym__Atomic] = ACTIONS(2804), + [anon_sym_mutable] = ACTIONS(2804), + [anon_sym_constexpr] = ACTIONS(2804), + [anon_sym_constinit] = ACTIONS(2804), + [anon_sym_consteval] = ACTIONS(2804), + [anon_sym_signed] = ACTIONS(2804), + [anon_sym_unsigned] = ACTIONS(2804), + [anon_sym_long] = ACTIONS(2804), + [anon_sym_short] = ACTIONS(2804), + [sym_primitive_type] = ACTIONS(2804), + [anon_sym_enum] = ACTIONS(2804), + [anon_sym_class] = ACTIONS(2804), + [anon_sym_struct] = ACTIONS(2804), + [anon_sym_union] = ACTIONS(2804), + [anon_sym_if] = ACTIONS(2804), + [anon_sym_switch] = ACTIONS(2804), + [anon_sym_case] = ACTIONS(2804), + [anon_sym_default] = ACTIONS(2804), + [anon_sym_while] = ACTIONS(2804), + [anon_sym_do] = ACTIONS(2804), + [anon_sym_for] = ACTIONS(2804), + [anon_sym_return] = ACTIONS(2804), + [anon_sym_break] = ACTIONS(2804), + [anon_sym_continue] = ACTIONS(2804), + [anon_sym_goto] = ACTIONS(2804), + [anon_sym_not] = ACTIONS(2804), + [anon_sym_compl] = ACTIONS(2804), + [anon_sym_DASH_DASH] = ACTIONS(2806), + [anon_sym_PLUS_PLUS] = ACTIONS(2806), + [anon_sym_sizeof] = ACTIONS(2804), + [sym_number_literal] = ACTIONS(2806), + [anon_sym_L_SQUOTE] = ACTIONS(2806), + [anon_sym_u_SQUOTE] = ACTIONS(2806), + [anon_sym_U_SQUOTE] = ACTIONS(2806), + [anon_sym_u8_SQUOTE] = ACTIONS(2806), + [anon_sym_SQUOTE] = ACTIONS(2806), + [anon_sym_L_DQUOTE] = ACTIONS(2806), + [anon_sym_u_DQUOTE] = ACTIONS(2806), + [anon_sym_U_DQUOTE] = ACTIONS(2806), + [anon_sym_u8_DQUOTE] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym_true] = ACTIONS(2804), + [sym_false] = ACTIONS(2804), + [sym_null] = ACTIONS(2804), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2804), + [anon_sym_decltype] = ACTIONS(2804), + [anon_sym_virtual] = ACTIONS(2804), + [anon_sym_explicit] = ACTIONS(2804), + [anon_sym_typename] = ACTIONS(2804), + [anon_sym_template] = ACTIONS(2804), + [anon_sym_operator] = ACTIONS(2804), + [anon_sym_try] = ACTIONS(2804), + [anon_sym_delete] = ACTIONS(2804), + [anon_sym_throw] = ACTIONS(2804), + [anon_sym_namespace] = ACTIONS(2804), + [anon_sym_using] = ACTIONS(2804), + [anon_sym_static_assert] = ACTIONS(2804), + [anon_sym_concept] = ACTIONS(2804), + [anon_sym_co_return] = ACTIONS(2804), + [anon_sym_co_yield] = ACTIONS(2804), + [anon_sym_R_DQUOTE] = ACTIONS(2806), + [anon_sym_LR_DQUOTE] = ACTIONS(2806), + [anon_sym_uR_DQUOTE] = ACTIONS(2806), + [anon_sym_UR_DQUOTE] = ACTIONS(2806), + [anon_sym_u8R_DQUOTE] = ACTIONS(2806), + [anon_sym_co_await] = ACTIONS(2804), + [anon_sym_new] = ACTIONS(2804), + [anon_sym_requires] = ACTIONS(2804), + [sym_this] = ACTIONS(2804), + [sym_nullptr] = ACTIONS(2804), }, [924] = { - [ts_builtin_sym_end] = ACTIONS(2792), - [sym_identifier] = ACTIONS(2790), - [aux_sym_preproc_include_token1] = ACTIONS(2790), - [aux_sym_preproc_def_token1] = ACTIONS(2790), - [aux_sym_preproc_if_token1] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2790), - [sym_preproc_directive] = ACTIONS(2790), - [anon_sym_LPAREN2] = ACTIONS(2792), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2790), - [anon_sym_PLUS] = ACTIONS(2790), - [anon_sym_STAR] = ACTIONS(2792), - [anon_sym_AMP_AMP] = ACTIONS(2792), - [anon_sym_AMP] = ACTIONS(2790), - [anon_sym_SEMI] = ACTIONS(2792), - [anon_sym_typedef] = ACTIONS(2790), - [anon_sym_extern] = ACTIONS(2790), - [anon_sym___attribute__] = ACTIONS(2790), - [anon_sym_COLON_COLON] = ACTIONS(2792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2792), - [anon_sym___declspec] = ACTIONS(2790), - [anon_sym___based] = ACTIONS(2790), - [anon_sym___cdecl] = ACTIONS(2790), - [anon_sym___clrcall] = ACTIONS(2790), - [anon_sym___stdcall] = ACTIONS(2790), - [anon_sym___fastcall] = ACTIONS(2790), - [anon_sym___thiscall] = ACTIONS(2790), - [anon_sym___vectorcall] = ACTIONS(2790), - [anon_sym_LBRACE] = ACTIONS(2792), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_static] = ACTIONS(2790), - [anon_sym_register] = ACTIONS(2790), - [anon_sym_inline] = ACTIONS(2790), - [anon_sym_thread_local] = ACTIONS(2790), - [anon_sym_const] = ACTIONS(2790), - [anon_sym_volatile] = ACTIONS(2790), - [anon_sym_restrict] = ACTIONS(2790), - [anon_sym__Atomic] = ACTIONS(2790), - [anon_sym_mutable] = ACTIONS(2790), - [anon_sym_constexpr] = ACTIONS(2790), - [anon_sym_constinit] = ACTIONS(2790), - [anon_sym_consteval] = ACTIONS(2790), - [anon_sym_signed] = ACTIONS(2790), - [anon_sym_unsigned] = ACTIONS(2790), - [anon_sym_long] = ACTIONS(2790), - [anon_sym_short] = ACTIONS(2790), - [sym_primitive_type] = ACTIONS(2790), - [anon_sym_enum] = ACTIONS(2790), - [anon_sym_class] = ACTIONS(2790), - [anon_sym_struct] = ACTIONS(2790), - [anon_sym_union] = ACTIONS(2790), - [anon_sym_if] = ACTIONS(2790), - [anon_sym_switch] = ACTIONS(2790), - [anon_sym_case] = ACTIONS(2790), - [anon_sym_default] = ACTIONS(2790), - [anon_sym_while] = ACTIONS(2790), - [anon_sym_do] = ACTIONS(2790), - [anon_sym_for] = ACTIONS(2790), - [anon_sym_return] = ACTIONS(2790), - [anon_sym_break] = ACTIONS(2790), - [anon_sym_continue] = ACTIONS(2790), - [anon_sym_goto] = ACTIONS(2790), - [anon_sym_not] = ACTIONS(2790), - [anon_sym_compl] = ACTIONS(2790), - [anon_sym_DASH_DASH] = ACTIONS(2792), - [anon_sym_PLUS_PLUS] = ACTIONS(2792), - [anon_sym_sizeof] = ACTIONS(2790), - [sym_number_literal] = ACTIONS(2792), - [anon_sym_L_SQUOTE] = ACTIONS(2792), - [anon_sym_u_SQUOTE] = ACTIONS(2792), - [anon_sym_U_SQUOTE] = ACTIONS(2792), - [anon_sym_u8_SQUOTE] = ACTIONS(2792), - [anon_sym_SQUOTE] = ACTIONS(2792), - [anon_sym_L_DQUOTE] = ACTIONS(2792), - [anon_sym_u_DQUOTE] = ACTIONS(2792), - [anon_sym_U_DQUOTE] = ACTIONS(2792), - [anon_sym_u8_DQUOTE] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2792), - [sym_true] = ACTIONS(2790), - [sym_false] = ACTIONS(2790), - [sym_null] = ACTIONS(2790), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2790), - [anon_sym_decltype] = ACTIONS(2790), - [anon_sym_virtual] = ACTIONS(2790), - [anon_sym_explicit] = ACTIONS(2790), - [anon_sym_typename] = ACTIONS(2790), - [anon_sym_template] = ACTIONS(2790), - [anon_sym_operator] = ACTIONS(2790), - [anon_sym_try] = ACTIONS(2790), - [anon_sym_delete] = ACTIONS(2790), - [anon_sym_throw] = ACTIONS(2790), - [anon_sym_namespace] = ACTIONS(2790), - [anon_sym_using] = ACTIONS(2790), - [anon_sym_static_assert] = ACTIONS(2790), - [anon_sym_concept] = ACTIONS(2790), - [anon_sym_co_return] = ACTIONS(2790), - [anon_sym_co_yield] = ACTIONS(2790), - [anon_sym_R_DQUOTE] = ACTIONS(2792), - [anon_sym_LR_DQUOTE] = ACTIONS(2792), - [anon_sym_uR_DQUOTE] = ACTIONS(2792), - [anon_sym_UR_DQUOTE] = ACTIONS(2792), - [anon_sym_u8R_DQUOTE] = ACTIONS(2792), - [anon_sym_co_await] = ACTIONS(2790), - [anon_sym_new] = ACTIONS(2790), - [anon_sym_requires] = ACTIONS(2790), - [sym_this] = ACTIONS(2790), - [sym_nullptr] = ACTIONS(2790), + [sym_identifier] = ACTIONS(2800), + [aux_sym_preproc_include_token1] = ACTIONS(2800), + [aux_sym_preproc_def_token1] = ACTIONS(2800), + [aux_sym_preproc_if_token1] = ACTIONS(2800), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2800), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2800), + [sym_preproc_directive] = ACTIONS(2800), + [anon_sym_LPAREN2] = ACTIONS(2802), + [anon_sym_BANG] = ACTIONS(2802), + [anon_sym_TILDE] = ACTIONS(2802), + [anon_sym_DASH] = ACTIONS(2800), + [anon_sym_PLUS] = ACTIONS(2800), + [anon_sym_STAR] = ACTIONS(2802), + [anon_sym_AMP_AMP] = ACTIONS(2802), + [anon_sym_AMP] = ACTIONS(2800), + [anon_sym_SEMI] = ACTIONS(2802), + [anon_sym_typedef] = ACTIONS(2800), + [anon_sym_extern] = ACTIONS(2800), + [anon_sym___attribute__] = ACTIONS(2800), + [anon_sym_COLON_COLON] = ACTIONS(2802), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2802), + [anon_sym___declspec] = ACTIONS(2800), + [anon_sym___based] = ACTIONS(2800), + [anon_sym___cdecl] = ACTIONS(2800), + [anon_sym___clrcall] = ACTIONS(2800), + [anon_sym___stdcall] = ACTIONS(2800), + [anon_sym___fastcall] = ACTIONS(2800), + [anon_sym___thiscall] = ACTIONS(2800), + [anon_sym___vectorcall] = ACTIONS(2800), + [anon_sym_LBRACE] = ACTIONS(2802), + [anon_sym_RBRACE] = ACTIONS(2802), + [anon_sym_LBRACK] = ACTIONS(2800), + [anon_sym_static] = ACTIONS(2800), + [anon_sym_register] = ACTIONS(2800), + [anon_sym_inline] = ACTIONS(2800), + [anon_sym_thread_local] = ACTIONS(2800), + [anon_sym_const] = ACTIONS(2800), + [anon_sym_volatile] = ACTIONS(2800), + [anon_sym_restrict] = ACTIONS(2800), + [anon_sym__Atomic] = ACTIONS(2800), + [anon_sym_mutable] = ACTIONS(2800), + [anon_sym_constexpr] = ACTIONS(2800), + [anon_sym_constinit] = ACTIONS(2800), + [anon_sym_consteval] = ACTIONS(2800), + [anon_sym_signed] = ACTIONS(2800), + [anon_sym_unsigned] = ACTIONS(2800), + [anon_sym_long] = ACTIONS(2800), + [anon_sym_short] = ACTIONS(2800), + [sym_primitive_type] = ACTIONS(2800), + [anon_sym_enum] = ACTIONS(2800), + [anon_sym_class] = ACTIONS(2800), + [anon_sym_struct] = ACTIONS(2800), + [anon_sym_union] = ACTIONS(2800), + [anon_sym_if] = ACTIONS(2800), + [anon_sym_switch] = ACTIONS(2800), + [anon_sym_case] = ACTIONS(2800), + [anon_sym_default] = ACTIONS(2800), + [anon_sym_while] = ACTIONS(2800), + [anon_sym_do] = ACTIONS(2800), + [anon_sym_for] = ACTIONS(2800), + [anon_sym_return] = ACTIONS(2800), + [anon_sym_break] = ACTIONS(2800), + [anon_sym_continue] = ACTIONS(2800), + [anon_sym_goto] = ACTIONS(2800), + [anon_sym_not] = ACTIONS(2800), + [anon_sym_compl] = ACTIONS(2800), + [anon_sym_DASH_DASH] = ACTIONS(2802), + [anon_sym_PLUS_PLUS] = ACTIONS(2802), + [anon_sym_sizeof] = ACTIONS(2800), + [sym_number_literal] = ACTIONS(2802), + [anon_sym_L_SQUOTE] = ACTIONS(2802), + [anon_sym_u_SQUOTE] = ACTIONS(2802), + [anon_sym_U_SQUOTE] = ACTIONS(2802), + [anon_sym_u8_SQUOTE] = ACTIONS(2802), + [anon_sym_SQUOTE] = ACTIONS(2802), + [anon_sym_L_DQUOTE] = ACTIONS(2802), + [anon_sym_u_DQUOTE] = ACTIONS(2802), + [anon_sym_U_DQUOTE] = ACTIONS(2802), + [anon_sym_u8_DQUOTE] = ACTIONS(2802), + [anon_sym_DQUOTE] = ACTIONS(2802), + [sym_true] = ACTIONS(2800), + [sym_false] = ACTIONS(2800), + [sym_null] = ACTIONS(2800), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2800), + [anon_sym_decltype] = ACTIONS(2800), + [anon_sym_virtual] = ACTIONS(2800), + [anon_sym_explicit] = ACTIONS(2800), + [anon_sym_typename] = ACTIONS(2800), + [anon_sym_template] = ACTIONS(2800), + [anon_sym_operator] = ACTIONS(2800), + [anon_sym_try] = ACTIONS(2800), + [anon_sym_delete] = ACTIONS(2800), + [anon_sym_throw] = ACTIONS(2800), + [anon_sym_namespace] = ACTIONS(2800), + [anon_sym_using] = ACTIONS(2800), + [anon_sym_static_assert] = ACTIONS(2800), + [anon_sym_concept] = ACTIONS(2800), + [anon_sym_co_return] = ACTIONS(2800), + [anon_sym_co_yield] = ACTIONS(2800), + [anon_sym_R_DQUOTE] = ACTIONS(2802), + [anon_sym_LR_DQUOTE] = ACTIONS(2802), + [anon_sym_uR_DQUOTE] = ACTIONS(2802), + [anon_sym_UR_DQUOTE] = ACTIONS(2802), + [anon_sym_u8R_DQUOTE] = ACTIONS(2802), + [anon_sym_co_await] = ACTIONS(2800), + [anon_sym_new] = ACTIONS(2800), + [anon_sym_requires] = ACTIONS(2800), + [sym_this] = ACTIONS(2800), + [sym_nullptr] = ACTIONS(2800), }, [925] = { - [sym_identifier] = ACTIONS(2834), - [aux_sym_preproc_include_token1] = ACTIONS(2834), - [aux_sym_preproc_def_token1] = ACTIONS(2834), - [aux_sym_preproc_if_token1] = ACTIONS(2834), - [aux_sym_preproc_if_token2] = ACTIONS(2834), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2834), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2834), - [sym_preproc_directive] = ACTIONS(2834), - [anon_sym_LPAREN2] = ACTIONS(2836), - [anon_sym_BANG] = ACTIONS(2836), - [anon_sym_TILDE] = ACTIONS(2836), - [anon_sym_DASH] = ACTIONS(2834), - [anon_sym_PLUS] = ACTIONS(2834), - [anon_sym_STAR] = ACTIONS(2836), - [anon_sym_AMP_AMP] = ACTIONS(2836), - [anon_sym_AMP] = ACTIONS(2834), - [anon_sym_SEMI] = ACTIONS(2836), - [anon_sym_typedef] = ACTIONS(2834), - [anon_sym_extern] = ACTIONS(2834), - [anon_sym___attribute__] = ACTIONS(2834), - [anon_sym_COLON_COLON] = ACTIONS(2836), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2836), - [anon_sym___declspec] = ACTIONS(2834), - [anon_sym___based] = ACTIONS(2834), - [anon_sym___cdecl] = ACTIONS(2834), - [anon_sym___clrcall] = ACTIONS(2834), - [anon_sym___stdcall] = ACTIONS(2834), - [anon_sym___fastcall] = ACTIONS(2834), - [anon_sym___thiscall] = ACTIONS(2834), - [anon_sym___vectorcall] = ACTIONS(2834), - [anon_sym_LBRACE] = ACTIONS(2836), - [anon_sym_LBRACK] = ACTIONS(2834), - [anon_sym_static] = ACTIONS(2834), - [anon_sym_register] = ACTIONS(2834), - [anon_sym_inline] = ACTIONS(2834), - [anon_sym_thread_local] = ACTIONS(2834), - [anon_sym_const] = ACTIONS(2834), - [anon_sym_volatile] = ACTIONS(2834), - [anon_sym_restrict] = ACTIONS(2834), - [anon_sym__Atomic] = ACTIONS(2834), - [anon_sym_mutable] = ACTIONS(2834), - [anon_sym_constexpr] = ACTIONS(2834), - [anon_sym_constinit] = ACTIONS(2834), - [anon_sym_consteval] = ACTIONS(2834), - [anon_sym_signed] = ACTIONS(2834), - [anon_sym_unsigned] = ACTIONS(2834), - [anon_sym_long] = ACTIONS(2834), - [anon_sym_short] = ACTIONS(2834), - [sym_primitive_type] = ACTIONS(2834), - [anon_sym_enum] = ACTIONS(2834), - [anon_sym_class] = ACTIONS(2834), - [anon_sym_struct] = ACTIONS(2834), - [anon_sym_union] = ACTIONS(2834), - [anon_sym_if] = ACTIONS(2834), - [anon_sym_switch] = ACTIONS(2834), - [anon_sym_case] = ACTIONS(2834), - [anon_sym_default] = ACTIONS(2834), - [anon_sym_while] = ACTIONS(2834), - [anon_sym_do] = ACTIONS(2834), - [anon_sym_for] = ACTIONS(2834), - [anon_sym_return] = ACTIONS(2834), - [anon_sym_break] = ACTIONS(2834), - [anon_sym_continue] = ACTIONS(2834), - [anon_sym_goto] = ACTIONS(2834), - [anon_sym_not] = ACTIONS(2834), - [anon_sym_compl] = ACTIONS(2834), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2834), - [sym_number_literal] = ACTIONS(2836), - [anon_sym_L_SQUOTE] = ACTIONS(2836), - [anon_sym_u_SQUOTE] = ACTIONS(2836), - [anon_sym_U_SQUOTE] = ACTIONS(2836), - [anon_sym_u8_SQUOTE] = ACTIONS(2836), - [anon_sym_SQUOTE] = ACTIONS(2836), - [anon_sym_L_DQUOTE] = ACTIONS(2836), - [anon_sym_u_DQUOTE] = ACTIONS(2836), - [anon_sym_U_DQUOTE] = ACTIONS(2836), - [anon_sym_u8_DQUOTE] = ACTIONS(2836), - [anon_sym_DQUOTE] = ACTIONS(2836), - [sym_true] = ACTIONS(2834), - [sym_false] = ACTIONS(2834), - [sym_null] = ACTIONS(2834), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2834), - [anon_sym_decltype] = ACTIONS(2834), - [anon_sym_virtual] = ACTIONS(2834), - [anon_sym_explicit] = ACTIONS(2834), - [anon_sym_typename] = ACTIONS(2834), - [anon_sym_template] = ACTIONS(2834), - [anon_sym_operator] = ACTIONS(2834), - [anon_sym_try] = ACTIONS(2834), - [anon_sym_delete] = ACTIONS(2834), - [anon_sym_throw] = ACTIONS(2834), - [anon_sym_namespace] = ACTIONS(2834), - [anon_sym_using] = ACTIONS(2834), - [anon_sym_static_assert] = ACTIONS(2834), - [anon_sym_concept] = ACTIONS(2834), - [anon_sym_co_return] = ACTIONS(2834), - [anon_sym_co_yield] = ACTIONS(2834), - [anon_sym_R_DQUOTE] = ACTIONS(2836), - [anon_sym_LR_DQUOTE] = ACTIONS(2836), - [anon_sym_uR_DQUOTE] = ACTIONS(2836), - [anon_sym_UR_DQUOTE] = ACTIONS(2836), - [anon_sym_u8R_DQUOTE] = ACTIONS(2836), - [anon_sym_co_await] = ACTIONS(2834), - [anon_sym_new] = ACTIONS(2834), - [anon_sym_requires] = ACTIONS(2834), - [sym_this] = ACTIONS(2834), - [sym_nullptr] = ACTIONS(2834), + [sym_identifier] = ACTIONS(2796), + [aux_sym_preproc_include_token1] = ACTIONS(2796), + [aux_sym_preproc_def_token1] = ACTIONS(2796), + [aux_sym_preproc_if_token1] = ACTIONS(2796), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2796), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2796), + [sym_preproc_directive] = ACTIONS(2796), + [anon_sym_LPAREN2] = ACTIONS(2798), + [anon_sym_BANG] = ACTIONS(2798), + [anon_sym_TILDE] = ACTIONS(2798), + [anon_sym_DASH] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2796), + [anon_sym_STAR] = ACTIONS(2798), + [anon_sym_AMP_AMP] = ACTIONS(2798), + [anon_sym_AMP] = ACTIONS(2796), + [anon_sym_SEMI] = ACTIONS(2798), + [anon_sym_typedef] = ACTIONS(2796), + [anon_sym_extern] = ACTIONS(2796), + [anon_sym___attribute__] = ACTIONS(2796), + [anon_sym_COLON_COLON] = ACTIONS(2798), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2798), + [anon_sym___declspec] = ACTIONS(2796), + [anon_sym___based] = ACTIONS(2796), + [anon_sym___cdecl] = ACTIONS(2796), + [anon_sym___clrcall] = ACTIONS(2796), + [anon_sym___stdcall] = ACTIONS(2796), + [anon_sym___fastcall] = ACTIONS(2796), + [anon_sym___thiscall] = ACTIONS(2796), + [anon_sym___vectorcall] = ACTIONS(2796), + [anon_sym_LBRACE] = ACTIONS(2798), + [anon_sym_RBRACE] = ACTIONS(2798), + [anon_sym_LBRACK] = ACTIONS(2796), + [anon_sym_static] = ACTIONS(2796), + [anon_sym_register] = ACTIONS(2796), + [anon_sym_inline] = ACTIONS(2796), + [anon_sym_thread_local] = ACTIONS(2796), + [anon_sym_const] = ACTIONS(2796), + [anon_sym_volatile] = ACTIONS(2796), + [anon_sym_restrict] = ACTIONS(2796), + [anon_sym__Atomic] = ACTIONS(2796), + [anon_sym_mutable] = ACTIONS(2796), + [anon_sym_constexpr] = ACTIONS(2796), + [anon_sym_constinit] = ACTIONS(2796), + [anon_sym_consteval] = ACTIONS(2796), + [anon_sym_signed] = ACTIONS(2796), + [anon_sym_unsigned] = ACTIONS(2796), + [anon_sym_long] = ACTIONS(2796), + [anon_sym_short] = ACTIONS(2796), + [sym_primitive_type] = ACTIONS(2796), + [anon_sym_enum] = ACTIONS(2796), + [anon_sym_class] = ACTIONS(2796), + [anon_sym_struct] = ACTIONS(2796), + [anon_sym_union] = ACTIONS(2796), + [anon_sym_if] = ACTIONS(2796), + [anon_sym_switch] = ACTIONS(2796), + [anon_sym_case] = ACTIONS(2796), + [anon_sym_default] = ACTIONS(2796), + [anon_sym_while] = ACTIONS(2796), + [anon_sym_do] = ACTIONS(2796), + [anon_sym_for] = ACTIONS(2796), + [anon_sym_return] = ACTIONS(2796), + [anon_sym_break] = ACTIONS(2796), + [anon_sym_continue] = ACTIONS(2796), + [anon_sym_goto] = ACTIONS(2796), + [anon_sym_not] = ACTIONS(2796), + [anon_sym_compl] = ACTIONS(2796), + [anon_sym_DASH_DASH] = ACTIONS(2798), + [anon_sym_PLUS_PLUS] = ACTIONS(2798), + [anon_sym_sizeof] = ACTIONS(2796), + [sym_number_literal] = ACTIONS(2798), + [anon_sym_L_SQUOTE] = ACTIONS(2798), + [anon_sym_u_SQUOTE] = ACTIONS(2798), + [anon_sym_U_SQUOTE] = ACTIONS(2798), + [anon_sym_u8_SQUOTE] = ACTIONS(2798), + [anon_sym_SQUOTE] = ACTIONS(2798), + [anon_sym_L_DQUOTE] = ACTIONS(2798), + [anon_sym_u_DQUOTE] = ACTIONS(2798), + [anon_sym_U_DQUOTE] = ACTIONS(2798), + [anon_sym_u8_DQUOTE] = ACTIONS(2798), + [anon_sym_DQUOTE] = ACTIONS(2798), + [sym_true] = ACTIONS(2796), + [sym_false] = ACTIONS(2796), + [sym_null] = ACTIONS(2796), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2796), + [anon_sym_decltype] = ACTIONS(2796), + [anon_sym_virtual] = ACTIONS(2796), + [anon_sym_explicit] = ACTIONS(2796), + [anon_sym_typename] = ACTIONS(2796), + [anon_sym_template] = ACTIONS(2796), + [anon_sym_operator] = ACTIONS(2796), + [anon_sym_try] = ACTIONS(2796), + [anon_sym_delete] = ACTIONS(2796), + [anon_sym_throw] = ACTIONS(2796), + [anon_sym_namespace] = ACTIONS(2796), + [anon_sym_using] = ACTIONS(2796), + [anon_sym_static_assert] = ACTIONS(2796), + [anon_sym_concept] = ACTIONS(2796), + [anon_sym_co_return] = ACTIONS(2796), + [anon_sym_co_yield] = ACTIONS(2796), + [anon_sym_R_DQUOTE] = ACTIONS(2798), + [anon_sym_LR_DQUOTE] = ACTIONS(2798), + [anon_sym_uR_DQUOTE] = ACTIONS(2798), + [anon_sym_UR_DQUOTE] = ACTIONS(2798), + [anon_sym_u8R_DQUOTE] = ACTIONS(2798), + [anon_sym_co_await] = ACTIONS(2796), + [anon_sym_new] = ACTIONS(2796), + [anon_sym_requires] = ACTIONS(2796), + [sym_this] = ACTIONS(2796), + [sym_nullptr] = ACTIONS(2796), }, [926] = { - [ts_builtin_sym_end] = ACTIONS(2792), - [sym_identifier] = ACTIONS(2790), - [aux_sym_preproc_include_token1] = ACTIONS(2790), - [aux_sym_preproc_def_token1] = ACTIONS(2790), - [aux_sym_preproc_if_token1] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2790), - [sym_preproc_directive] = ACTIONS(2790), - [anon_sym_LPAREN2] = ACTIONS(2792), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2790), - [anon_sym_PLUS] = ACTIONS(2790), - [anon_sym_STAR] = ACTIONS(2792), - [anon_sym_AMP_AMP] = ACTIONS(2792), - [anon_sym_AMP] = ACTIONS(2790), - [anon_sym_SEMI] = ACTIONS(2792), - [anon_sym_typedef] = ACTIONS(2790), - [anon_sym_extern] = ACTIONS(2790), - [anon_sym___attribute__] = ACTIONS(2790), - [anon_sym_COLON_COLON] = ACTIONS(2792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2792), - [anon_sym___declspec] = ACTIONS(2790), - [anon_sym___based] = ACTIONS(2790), - [anon_sym___cdecl] = ACTIONS(2790), - [anon_sym___clrcall] = ACTIONS(2790), - [anon_sym___stdcall] = ACTIONS(2790), - [anon_sym___fastcall] = ACTIONS(2790), - [anon_sym___thiscall] = ACTIONS(2790), - [anon_sym___vectorcall] = ACTIONS(2790), - [anon_sym_LBRACE] = ACTIONS(2792), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_static] = ACTIONS(2790), - [anon_sym_register] = ACTIONS(2790), - [anon_sym_inline] = ACTIONS(2790), - [anon_sym_thread_local] = ACTIONS(2790), - [anon_sym_const] = ACTIONS(2790), - [anon_sym_volatile] = ACTIONS(2790), - [anon_sym_restrict] = ACTIONS(2790), - [anon_sym__Atomic] = ACTIONS(2790), - [anon_sym_mutable] = ACTIONS(2790), - [anon_sym_constexpr] = ACTIONS(2790), - [anon_sym_constinit] = ACTIONS(2790), - [anon_sym_consteval] = ACTIONS(2790), - [anon_sym_signed] = ACTIONS(2790), - [anon_sym_unsigned] = ACTIONS(2790), - [anon_sym_long] = ACTIONS(2790), - [anon_sym_short] = ACTIONS(2790), - [sym_primitive_type] = ACTIONS(2790), - [anon_sym_enum] = ACTIONS(2790), - [anon_sym_class] = ACTIONS(2790), - [anon_sym_struct] = ACTIONS(2790), - [anon_sym_union] = ACTIONS(2790), - [anon_sym_if] = ACTIONS(2790), - [anon_sym_switch] = ACTIONS(2790), - [anon_sym_case] = ACTIONS(2790), - [anon_sym_default] = ACTIONS(2790), - [anon_sym_while] = ACTIONS(2790), - [anon_sym_do] = ACTIONS(2790), - [anon_sym_for] = ACTIONS(2790), - [anon_sym_return] = ACTIONS(2790), - [anon_sym_break] = ACTIONS(2790), - [anon_sym_continue] = ACTIONS(2790), - [anon_sym_goto] = ACTIONS(2790), - [anon_sym_not] = ACTIONS(2790), - [anon_sym_compl] = ACTIONS(2790), - [anon_sym_DASH_DASH] = ACTIONS(2792), - [anon_sym_PLUS_PLUS] = ACTIONS(2792), - [anon_sym_sizeof] = ACTIONS(2790), - [sym_number_literal] = ACTIONS(2792), - [anon_sym_L_SQUOTE] = ACTIONS(2792), - [anon_sym_u_SQUOTE] = ACTIONS(2792), - [anon_sym_U_SQUOTE] = ACTIONS(2792), - [anon_sym_u8_SQUOTE] = ACTIONS(2792), - [anon_sym_SQUOTE] = ACTIONS(2792), - [anon_sym_L_DQUOTE] = ACTIONS(2792), - [anon_sym_u_DQUOTE] = ACTIONS(2792), - [anon_sym_U_DQUOTE] = ACTIONS(2792), - [anon_sym_u8_DQUOTE] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2792), - [sym_true] = ACTIONS(2790), - [sym_false] = ACTIONS(2790), - [sym_null] = ACTIONS(2790), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2790), - [anon_sym_decltype] = ACTIONS(2790), - [anon_sym_virtual] = ACTIONS(2790), - [anon_sym_explicit] = ACTIONS(2790), - [anon_sym_typename] = ACTIONS(2790), - [anon_sym_template] = ACTIONS(2790), - [anon_sym_operator] = ACTIONS(2790), - [anon_sym_try] = ACTIONS(2790), - [anon_sym_delete] = ACTIONS(2790), - [anon_sym_throw] = ACTIONS(2790), - [anon_sym_namespace] = ACTIONS(2790), - [anon_sym_using] = ACTIONS(2790), - [anon_sym_static_assert] = ACTIONS(2790), - [anon_sym_concept] = ACTIONS(2790), - [anon_sym_co_return] = ACTIONS(2790), - [anon_sym_co_yield] = ACTIONS(2790), - [anon_sym_R_DQUOTE] = ACTIONS(2792), - [anon_sym_LR_DQUOTE] = ACTIONS(2792), - [anon_sym_uR_DQUOTE] = ACTIONS(2792), - [anon_sym_UR_DQUOTE] = ACTIONS(2792), - [anon_sym_u8R_DQUOTE] = ACTIONS(2792), - [anon_sym_co_await] = ACTIONS(2790), - [anon_sym_new] = ACTIONS(2790), - [anon_sym_requires] = ACTIONS(2790), - [sym_this] = ACTIONS(2790), - [sym_nullptr] = ACTIONS(2790), + [sym_identifier] = ACTIONS(2862), + [aux_sym_preproc_include_token1] = ACTIONS(2862), + [aux_sym_preproc_def_token1] = ACTIONS(2862), + [aux_sym_preproc_if_token1] = ACTIONS(2862), + [aux_sym_preproc_if_token2] = ACTIONS(2862), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2862), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2862), + [sym_preproc_directive] = ACTIONS(2862), + [anon_sym_LPAREN2] = ACTIONS(2864), + [anon_sym_BANG] = ACTIONS(2864), + [anon_sym_TILDE] = ACTIONS(2864), + [anon_sym_DASH] = ACTIONS(2862), + [anon_sym_PLUS] = ACTIONS(2862), + [anon_sym_STAR] = ACTIONS(2864), + [anon_sym_AMP_AMP] = ACTIONS(2864), + [anon_sym_AMP] = ACTIONS(2862), + [anon_sym_SEMI] = ACTIONS(2864), + [anon_sym_typedef] = ACTIONS(2862), + [anon_sym_extern] = ACTIONS(2862), + [anon_sym___attribute__] = ACTIONS(2862), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2864), + [anon_sym___declspec] = ACTIONS(2862), + [anon_sym___based] = ACTIONS(2862), + [anon_sym___cdecl] = ACTIONS(2862), + [anon_sym___clrcall] = ACTIONS(2862), + [anon_sym___stdcall] = ACTIONS(2862), + [anon_sym___fastcall] = ACTIONS(2862), + [anon_sym___thiscall] = ACTIONS(2862), + [anon_sym___vectorcall] = ACTIONS(2862), + [anon_sym_LBRACE] = ACTIONS(2864), + [anon_sym_LBRACK] = ACTIONS(2862), + [anon_sym_static] = ACTIONS(2862), + [anon_sym_register] = ACTIONS(2862), + [anon_sym_inline] = ACTIONS(2862), + [anon_sym_thread_local] = ACTIONS(2862), + [anon_sym_const] = ACTIONS(2862), + [anon_sym_volatile] = ACTIONS(2862), + [anon_sym_restrict] = ACTIONS(2862), + [anon_sym__Atomic] = ACTIONS(2862), + [anon_sym_mutable] = ACTIONS(2862), + [anon_sym_constexpr] = ACTIONS(2862), + [anon_sym_constinit] = ACTIONS(2862), + [anon_sym_consteval] = ACTIONS(2862), + [anon_sym_signed] = ACTIONS(2862), + [anon_sym_unsigned] = ACTIONS(2862), + [anon_sym_long] = ACTIONS(2862), + [anon_sym_short] = ACTIONS(2862), + [sym_primitive_type] = ACTIONS(2862), + [anon_sym_enum] = ACTIONS(2862), + [anon_sym_class] = ACTIONS(2862), + [anon_sym_struct] = ACTIONS(2862), + [anon_sym_union] = ACTIONS(2862), + [anon_sym_if] = ACTIONS(2862), + [anon_sym_switch] = ACTIONS(2862), + [anon_sym_case] = ACTIONS(2862), + [anon_sym_default] = ACTIONS(2862), + [anon_sym_while] = ACTIONS(2862), + [anon_sym_do] = ACTIONS(2862), + [anon_sym_for] = ACTIONS(2862), + [anon_sym_return] = ACTIONS(2862), + [anon_sym_break] = ACTIONS(2862), + [anon_sym_continue] = ACTIONS(2862), + [anon_sym_goto] = ACTIONS(2862), + [anon_sym_not] = ACTIONS(2862), + [anon_sym_compl] = ACTIONS(2862), + [anon_sym_DASH_DASH] = ACTIONS(2864), + [anon_sym_PLUS_PLUS] = ACTIONS(2864), + [anon_sym_sizeof] = ACTIONS(2862), + [sym_number_literal] = ACTIONS(2864), + [anon_sym_L_SQUOTE] = ACTIONS(2864), + [anon_sym_u_SQUOTE] = ACTIONS(2864), + [anon_sym_U_SQUOTE] = ACTIONS(2864), + [anon_sym_u8_SQUOTE] = ACTIONS(2864), + [anon_sym_SQUOTE] = ACTIONS(2864), + [anon_sym_L_DQUOTE] = ACTIONS(2864), + [anon_sym_u_DQUOTE] = ACTIONS(2864), + [anon_sym_U_DQUOTE] = ACTIONS(2864), + [anon_sym_u8_DQUOTE] = ACTIONS(2864), + [anon_sym_DQUOTE] = ACTIONS(2864), + [sym_true] = ACTIONS(2862), + [sym_false] = ACTIONS(2862), + [sym_null] = ACTIONS(2862), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2862), + [anon_sym_decltype] = ACTIONS(2862), + [anon_sym_virtual] = ACTIONS(2862), + [anon_sym_explicit] = ACTIONS(2862), + [anon_sym_typename] = ACTIONS(2862), + [anon_sym_template] = ACTIONS(2862), + [anon_sym_operator] = ACTIONS(2862), + [anon_sym_try] = ACTIONS(2862), + [anon_sym_delete] = ACTIONS(2862), + [anon_sym_throw] = ACTIONS(2862), + [anon_sym_namespace] = ACTIONS(2862), + [anon_sym_using] = ACTIONS(2862), + [anon_sym_static_assert] = ACTIONS(2862), + [anon_sym_concept] = ACTIONS(2862), + [anon_sym_co_return] = ACTIONS(2862), + [anon_sym_co_yield] = ACTIONS(2862), + [anon_sym_R_DQUOTE] = ACTIONS(2864), + [anon_sym_LR_DQUOTE] = ACTIONS(2864), + [anon_sym_uR_DQUOTE] = ACTIONS(2864), + [anon_sym_UR_DQUOTE] = ACTIONS(2864), + [anon_sym_u8R_DQUOTE] = ACTIONS(2864), + [anon_sym_co_await] = ACTIONS(2862), + [anon_sym_new] = ACTIONS(2862), + [anon_sym_requires] = ACTIONS(2862), + [sym_this] = ACTIONS(2862), + [sym_nullptr] = ACTIONS(2862), }, [927] = { - [ts_builtin_sym_end] = ACTIONS(2828), - [sym_identifier] = ACTIONS(2826), - [aux_sym_preproc_include_token1] = ACTIONS(2826), - [aux_sym_preproc_def_token1] = ACTIONS(2826), - [aux_sym_preproc_if_token1] = ACTIONS(2826), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2826), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2826), - [sym_preproc_directive] = ACTIONS(2826), - [anon_sym_LPAREN2] = ACTIONS(2828), - [anon_sym_BANG] = ACTIONS(2828), - [anon_sym_TILDE] = ACTIONS(2828), - [anon_sym_DASH] = ACTIONS(2826), - [anon_sym_PLUS] = ACTIONS(2826), - [anon_sym_STAR] = ACTIONS(2828), - [anon_sym_AMP_AMP] = ACTIONS(2828), - [anon_sym_AMP] = ACTIONS(2826), - [anon_sym_SEMI] = ACTIONS(2828), - [anon_sym_typedef] = ACTIONS(2826), - [anon_sym_extern] = ACTIONS(2826), - [anon_sym___attribute__] = ACTIONS(2826), - [anon_sym_COLON_COLON] = ACTIONS(2828), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2828), - [anon_sym___declspec] = ACTIONS(2826), - [anon_sym___based] = ACTIONS(2826), - [anon_sym___cdecl] = ACTIONS(2826), - [anon_sym___clrcall] = ACTIONS(2826), - [anon_sym___stdcall] = ACTIONS(2826), - [anon_sym___fastcall] = ACTIONS(2826), - [anon_sym___thiscall] = ACTIONS(2826), - [anon_sym___vectorcall] = ACTIONS(2826), - [anon_sym_LBRACE] = ACTIONS(2828), - [anon_sym_LBRACK] = ACTIONS(2826), - [anon_sym_static] = ACTIONS(2826), - [anon_sym_register] = ACTIONS(2826), - [anon_sym_inline] = ACTIONS(2826), - [anon_sym_thread_local] = ACTIONS(2826), - [anon_sym_const] = ACTIONS(2826), - [anon_sym_volatile] = ACTIONS(2826), - [anon_sym_restrict] = ACTIONS(2826), - [anon_sym__Atomic] = ACTIONS(2826), - [anon_sym_mutable] = ACTIONS(2826), - [anon_sym_constexpr] = ACTIONS(2826), - [anon_sym_constinit] = ACTIONS(2826), - [anon_sym_consteval] = ACTIONS(2826), - [anon_sym_signed] = ACTIONS(2826), - [anon_sym_unsigned] = ACTIONS(2826), - [anon_sym_long] = ACTIONS(2826), - [anon_sym_short] = ACTIONS(2826), - [sym_primitive_type] = ACTIONS(2826), - [anon_sym_enum] = ACTIONS(2826), - [anon_sym_class] = ACTIONS(2826), - [anon_sym_struct] = ACTIONS(2826), - [anon_sym_union] = ACTIONS(2826), - [anon_sym_if] = ACTIONS(2826), - [anon_sym_switch] = ACTIONS(2826), - [anon_sym_case] = ACTIONS(2826), - [anon_sym_default] = ACTIONS(2826), - [anon_sym_while] = ACTIONS(2826), - [anon_sym_do] = ACTIONS(2826), - [anon_sym_for] = ACTIONS(2826), - [anon_sym_return] = ACTIONS(2826), - [anon_sym_break] = ACTIONS(2826), - [anon_sym_continue] = ACTIONS(2826), - [anon_sym_goto] = ACTIONS(2826), - [anon_sym_not] = ACTIONS(2826), - [anon_sym_compl] = ACTIONS(2826), - [anon_sym_DASH_DASH] = ACTIONS(2828), - [anon_sym_PLUS_PLUS] = ACTIONS(2828), - [anon_sym_sizeof] = ACTIONS(2826), - [sym_number_literal] = ACTIONS(2828), - [anon_sym_L_SQUOTE] = ACTIONS(2828), - [anon_sym_u_SQUOTE] = ACTIONS(2828), - [anon_sym_U_SQUOTE] = ACTIONS(2828), - [anon_sym_u8_SQUOTE] = ACTIONS(2828), - [anon_sym_SQUOTE] = ACTIONS(2828), - [anon_sym_L_DQUOTE] = ACTIONS(2828), - [anon_sym_u_DQUOTE] = ACTIONS(2828), - [anon_sym_U_DQUOTE] = ACTIONS(2828), - [anon_sym_u8_DQUOTE] = ACTIONS(2828), - [anon_sym_DQUOTE] = ACTIONS(2828), - [sym_true] = ACTIONS(2826), - [sym_false] = ACTIONS(2826), - [sym_null] = ACTIONS(2826), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2826), - [anon_sym_decltype] = ACTIONS(2826), - [anon_sym_virtual] = ACTIONS(2826), - [anon_sym_explicit] = ACTIONS(2826), - [anon_sym_typename] = ACTIONS(2826), - [anon_sym_template] = ACTIONS(2826), - [anon_sym_operator] = ACTIONS(2826), - [anon_sym_try] = ACTIONS(2826), - [anon_sym_delete] = ACTIONS(2826), - [anon_sym_throw] = ACTIONS(2826), - [anon_sym_namespace] = ACTIONS(2826), - [anon_sym_using] = ACTIONS(2826), - [anon_sym_static_assert] = ACTIONS(2826), - [anon_sym_concept] = ACTIONS(2826), - [anon_sym_co_return] = ACTIONS(2826), - [anon_sym_co_yield] = ACTIONS(2826), - [anon_sym_R_DQUOTE] = ACTIONS(2828), - [anon_sym_LR_DQUOTE] = ACTIONS(2828), - [anon_sym_uR_DQUOTE] = ACTIONS(2828), - [anon_sym_UR_DQUOTE] = ACTIONS(2828), - [anon_sym_u8R_DQUOTE] = ACTIONS(2828), - [anon_sym_co_await] = ACTIONS(2826), - [anon_sym_new] = ACTIONS(2826), - [anon_sym_requires] = ACTIONS(2826), - [sym_this] = ACTIONS(2826), - [sym_nullptr] = ACTIONS(2826), + [sym_identifier] = ACTIONS(2792), + [aux_sym_preproc_include_token1] = ACTIONS(2792), + [aux_sym_preproc_def_token1] = ACTIONS(2792), + [aux_sym_preproc_if_token1] = ACTIONS(2792), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2792), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2792), + [sym_preproc_directive] = ACTIONS(2792), + [anon_sym_LPAREN2] = ACTIONS(2794), + [anon_sym_BANG] = ACTIONS(2794), + [anon_sym_TILDE] = ACTIONS(2794), + [anon_sym_DASH] = ACTIONS(2792), + [anon_sym_PLUS] = ACTIONS(2792), + [anon_sym_STAR] = ACTIONS(2794), + [anon_sym_AMP_AMP] = ACTIONS(2794), + [anon_sym_AMP] = ACTIONS(2792), + [anon_sym_SEMI] = ACTIONS(2794), + [anon_sym_typedef] = ACTIONS(2792), + [anon_sym_extern] = ACTIONS(2792), + [anon_sym___attribute__] = ACTIONS(2792), + [anon_sym_COLON_COLON] = ACTIONS(2794), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2794), + [anon_sym___declspec] = ACTIONS(2792), + [anon_sym___based] = ACTIONS(2792), + [anon_sym___cdecl] = ACTIONS(2792), + [anon_sym___clrcall] = ACTIONS(2792), + [anon_sym___stdcall] = ACTIONS(2792), + [anon_sym___fastcall] = ACTIONS(2792), + [anon_sym___thiscall] = ACTIONS(2792), + [anon_sym___vectorcall] = ACTIONS(2792), + [anon_sym_LBRACE] = ACTIONS(2794), + [anon_sym_RBRACE] = ACTIONS(2794), + [anon_sym_LBRACK] = ACTIONS(2792), + [anon_sym_static] = ACTIONS(2792), + [anon_sym_register] = ACTIONS(2792), + [anon_sym_inline] = ACTIONS(2792), + [anon_sym_thread_local] = ACTIONS(2792), + [anon_sym_const] = ACTIONS(2792), + [anon_sym_volatile] = ACTIONS(2792), + [anon_sym_restrict] = ACTIONS(2792), + [anon_sym__Atomic] = ACTIONS(2792), + [anon_sym_mutable] = ACTIONS(2792), + [anon_sym_constexpr] = ACTIONS(2792), + [anon_sym_constinit] = ACTIONS(2792), + [anon_sym_consteval] = ACTIONS(2792), + [anon_sym_signed] = ACTIONS(2792), + [anon_sym_unsigned] = ACTIONS(2792), + [anon_sym_long] = ACTIONS(2792), + [anon_sym_short] = ACTIONS(2792), + [sym_primitive_type] = ACTIONS(2792), + [anon_sym_enum] = ACTIONS(2792), + [anon_sym_class] = ACTIONS(2792), + [anon_sym_struct] = ACTIONS(2792), + [anon_sym_union] = ACTIONS(2792), + [anon_sym_if] = ACTIONS(2792), + [anon_sym_switch] = ACTIONS(2792), + [anon_sym_case] = ACTIONS(2792), + [anon_sym_default] = ACTIONS(2792), + [anon_sym_while] = ACTIONS(2792), + [anon_sym_do] = ACTIONS(2792), + [anon_sym_for] = ACTIONS(2792), + [anon_sym_return] = ACTIONS(2792), + [anon_sym_break] = ACTIONS(2792), + [anon_sym_continue] = ACTIONS(2792), + [anon_sym_goto] = ACTIONS(2792), + [anon_sym_not] = ACTIONS(2792), + [anon_sym_compl] = ACTIONS(2792), + [anon_sym_DASH_DASH] = ACTIONS(2794), + [anon_sym_PLUS_PLUS] = ACTIONS(2794), + [anon_sym_sizeof] = ACTIONS(2792), + [sym_number_literal] = ACTIONS(2794), + [anon_sym_L_SQUOTE] = ACTIONS(2794), + [anon_sym_u_SQUOTE] = ACTIONS(2794), + [anon_sym_U_SQUOTE] = ACTIONS(2794), + [anon_sym_u8_SQUOTE] = ACTIONS(2794), + [anon_sym_SQUOTE] = ACTIONS(2794), + [anon_sym_L_DQUOTE] = ACTIONS(2794), + [anon_sym_u_DQUOTE] = ACTIONS(2794), + [anon_sym_U_DQUOTE] = ACTIONS(2794), + [anon_sym_u8_DQUOTE] = ACTIONS(2794), + [anon_sym_DQUOTE] = ACTIONS(2794), + [sym_true] = ACTIONS(2792), + [sym_false] = ACTIONS(2792), + [sym_null] = ACTIONS(2792), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2792), + [anon_sym_decltype] = ACTIONS(2792), + [anon_sym_virtual] = ACTIONS(2792), + [anon_sym_explicit] = ACTIONS(2792), + [anon_sym_typename] = ACTIONS(2792), + [anon_sym_template] = ACTIONS(2792), + [anon_sym_operator] = ACTIONS(2792), + [anon_sym_try] = ACTIONS(2792), + [anon_sym_delete] = ACTIONS(2792), + [anon_sym_throw] = ACTIONS(2792), + [anon_sym_namespace] = ACTIONS(2792), + [anon_sym_using] = ACTIONS(2792), + [anon_sym_static_assert] = ACTIONS(2792), + [anon_sym_concept] = ACTIONS(2792), + [anon_sym_co_return] = ACTIONS(2792), + [anon_sym_co_yield] = ACTIONS(2792), + [anon_sym_R_DQUOTE] = ACTIONS(2794), + [anon_sym_LR_DQUOTE] = ACTIONS(2794), + [anon_sym_uR_DQUOTE] = ACTIONS(2794), + [anon_sym_UR_DQUOTE] = ACTIONS(2794), + [anon_sym_u8R_DQUOTE] = ACTIONS(2794), + [anon_sym_co_await] = ACTIONS(2792), + [anon_sym_new] = ACTIONS(2792), + [anon_sym_requires] = ACTIONS(2792), + [sym_this] = ACTIONS(2792), + [sym_nullptr] = ACTIONS(2792), }, [928] = { - [ts_builtin_sym_end] = ACTIONS(2862), - [sym_identifier] = ACTIONS(2860), - [aux_sym_preproc_include_token1] = ACTIONS(2860), - [aux_sym_preproc_def_token1] = ACTIONS(2860), - [aux_sym_preproc_if_token1] = ACTIONS(2860), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2860), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2860), - [sym_preproc_directive] = ACTIONS(2860), - [anon_sym_LPAREN2] = ACTIONS(2862), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2860), - [anon_sym_PLUS] = ACTIONS(2860), - [anon_sym_STAR] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2862), - [anon_sym_AMP] = ACTIONS(2860), - [anon_sym_SEMI] = ACTIONS(2862), - [anon_sym_typedef] = ACTIONS(2860), - [anon_sym_extern] = ACTIONS(2860), - [anon_sym___attribute__] = ACTIONS(2860), - [anon_sym_COLON_COLON] = ACTIONS(2862), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2862), - [anon_sym___declspec] = ACTIONS(2860), - [anon_sym___based] = ACTIONS(2860), - [anon_sym___cdecl] = ACTIONS(2860), - [anon_sym___clrcall] = ACTIONS(2860), - [anon_sym___stdcall] = ACTIONS(2860), - [anon_sym___fastcall] = ACTIONS(2860), - [anon_sym___thiscall] = ACTIONS(2860), - [anon_sym___vectorcall] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(2862), - [anon_sym_LBRACK] = ACTIONS(2860), - [anon_sym_static] = ACTIONS(2860), - [anon_sym_register] = ACTIONS(2860), - [anon_sym_inline] = ACTIONS(2860), - [anon_sym_thread_local] = ACTIONS(2860), - [anon_sym_const] = ACTIONS(2860), - [anon_sym_volatile] = ACTIONS(2860), - [anon_sym_restrict] = ACTIONS(2860), - [anon_sym__Atomic] = ACTIONS(2860), - [anon_sym_mutable] = ACTIONS(2860), - [anon_sym_constexpr] = ACTIONS(2860), - [anon_sym_constinit] = ACTIONS(2860), - [anon_sym_consteval] = ACTIONS(2860), - [anon_sym_signed] = ACTIONS(2860), - [anon_sym_unsigned] = ACTIONS(2860), - [anon_sym_long] = ACTIONS(2860), - [anon_sym_short] = ACTIONS(2860), - [sym_primitive_type] = ACTIONS(2860), - [anon_sym_enum] = ACTIONS(2860), - [anon_sym_class] = ACTIONS(2860), - [anon_sym_struct] = ACTIONS(2860), - [anon_sym_union] = ACTIONS(2860), - [anon_sym_if] = ACTIONS(2860), - [anon_sym_switch] = ACTIONS(2860), - [anon_sym_case] = ACTIONS(2860), - [anon_sym_default] = ACTIONS(2860), - [anon_sym_while] = ACTIONS(2860), - [anon_sym_do] = ACTIONS(2860), - [anon_sym_for] = ACTIONS(2860), - [anon_sym_return] = ACTIONS(2860), - [anon_sym_break] = ACTIONS(2860), - [anon_sym_continue] = ACTIONS(2860), - [anon_sym_goto] = ACTIONS(2860), - [anon_sym_not] = ACTIONS(2860), - [anon_sym_compl] = ACTIONS(2860), - [anon_sym_DASH_DASH] = ACTIONS(2862), - [anon_sym_PLUS_PLUS] = ACTIONS(2862), - [anon_sym_sizeof] = ACTIONS(2860), - [sym_number_literal] = ACTIONS(2862), - [anon_sym_L_SQUOTE] = ACTIONS(2862), - [anon_sym_u_SQUOTE] = ACTIONS(2862), - [anon_sym_U_SQUOTE] = ACTIONS(2862), - [anon_sym_u8_SQUOTE] = ACTIONS(2862), - [anon_sym_SQUOTE] = ACTIONS(2862), - [anon_sym_L_DQUOTE] = ACTIONS(2862), - [anon_sym_u_DQUOTE] = ACTIONS(2862), - [anon_sym_U_DQUOTE] = ACTIONS(2862), - [anon_sym_u8_DQUOTE] = ACTIONS(2862), - [anon_sym_DQUOTE] = ACTIONS(2862), - [sym_true] = ACTIONS(2860), - [sym_false] = ACTIONS(2860), - [sym_null] = ACTIONS(2860), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2860), - [anon_sym_decltype] = ACTIONS(2860), - [anon_sym_virtual] = ACTIONS(2860), - [anon_sym_explicit] = ACTIONS(2860), - [anon_sym_typename] = ACTIONS(2860), - [anon_sym_template] = ACTIONS(2860), - [anon_sym_operator] = ACTIONS(2860), - [anon_sym_try] = ACTIONS(2860), - [anon_sym_delete] = ACTIONS(2860), - [anon_sym_throw] = ACTIONS(2860), - [anon_sym_namespace] = ACTIONS(2860), - [anon_sym_using] = ACTIONS(2860), - [anon_sym_static_assert] = ACTIONS(2860), - [anon_sym_concept] = ACTIONS(2860), - [anon_sym_co_return] = ACTIONS(2860), - [anon_sym_co_yield] = ACTIONS(2860), - [anon_sym_R_DQUOTE] = ACTIONS(2862), - [anon_sym_LR_DQUOTE] = ACTIONS(2862), - [anon_sym_uR_DQUOTE] = ACTIONS(2862), - [anon_sym_UR_DQUOTE] = ACTIONS(2862), - [anon_sym_u8R_DQUOTE] = ACTIONS(2862), - [anon_sym_co_await] = ACTIONS(2860), - [anon_sym_new] = ACTIONS(2860), - [anon_sym_requires] = ACTIONS(2860), - [sym_this] = ACTIONS(2860), - [sym_nullptr] = ACTIONS(2860), + [ts_builtin_sym_end] = ACTIONS(2702), + [sym_identifier] = ACTIONS(2700), + [aux_sym_preproc_include_token1] = ACTIONS(2700), + [aux_sym_preproc_def_token1] = ACTIONS(2700), + [aux_sym_preproc_if_token1] = ACTIONS(2700), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2700), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2700), + [sym_preproc_directive] = ACTIONS(2700), + [anon_sym_LPAREN2] = ACTIONS(2702), + [anon_sym_BANG] = ACTIONS(2702), + [anon_sym_TILDE] = ACTIONS(2702), + [anon_sym_DASH] = ACTIONS(2700), + [anon_sym_PLUS] = ACTIONS(2700), + [anon_sym_STAR] = ACTIONS(2702), + [anon_sym_AMP_AMP] = ACTIONS(2702), + [anon_sym_AMP] = ACTIONS(2700), + [anon_sym_SEMI] = ACTIONS(2702), + [anon_sym_typedef] = ACTIONS(2700), + [anon_sym_extern] = ACTIONS(2700), + [anon_sym___attribute__] = ACTIONS(2700), + [anon_sym_COLON_COLON] = ACTIONS(2702), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2702), + [anon_sym___declspec] = ACTIONS(2700), + [anon_sym___based] = ACTIONS(2700), + [anon_sym___cdecl] = ACTIONS(2700), + [anon_sym___clrcall] = ACTIONS(2700), + [anon_sym___stdcall] = ACTIONS(2700), + [anon_sym___fastcall] = ACTIONS(2700), + [anon_sym___thiscall] = ACTIONS(2700), + [anon_sym___vectorcall] = ACTIONS(2700), + [anon_sym_LBRACE] = ACTIONS(2702), + [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_static] = ACTIONS(2700), + [anon_sym_register] = ACTIONS(2700), + [anon_sym_inline] = ACTIONS(2700), + [anon_sym_thread_local] = ACTIONS(2700), + [anon_sym_const] = ACTIONS(2700), + [anon_sym_volatile] = ACTIONS(2700), + [anon_sym_restrict] = ACTIONS(2700), + [anon_sym__Atomic] = ACTIONS(2700), + [anon_sym_mutable] = ACTIONS(2700), + [anon_sym_constexpr] = ACTIONS(2700), + [anon_sym_constinit] = ACTIONS(2700), + [anon_sym_consteval] = ACTIONS(2700), + [anon_sym_signed] = ACTIONS(2700), + [anon_sym_unsigned] = ACTIONS(2700), + [anon_sym_long] = ACTIONS(2700), + [anon_sym_short] = ACTIONS(2700), + [sym_primitive_type] = ACTIONS(2700), + [anon_sym_enum] = ACTIONS(2700), + [anon_sym_class] = ACTIONS(2700), + [anon_sym_struct] = ACTIONS(2700), + [anon_sym_union] = ACTIONS(2700), + [anon_sym_if] = ACTIONS(2700), + [anon_sym_switch] = ACTIONS(2700), + [anon_sym_case] = ACTIONS(2700), + [anon_sym_default] = ACTIONS(2700), + [anon_sym_while] = ACTIONS(2700), + [anon_sym_do] = ACTIONS(2700), + [anon_sym_for] = ACTIONS(2700), + [anon_sym_return] = ACTIONS(2700), + [anon_sym_break] = ACTIONS(2700), + [anon_sym_continue] = ACTIONS(2700), + [anon_sym_goto] = ACTIONS(2700), + [anon_sym_not] = ACTIONS(2700), + [anon_sym_compl] = ACTIONS(2700), + [anon_sym_DASH_DASH] = ACTIONS(2702), + [anon_sym_PLUS_PLUS] = ACTIONS(2702), + [anon_sym_sizeof] = ACTIONS(2700), + [sym_number_literal] = ACTIONS(2702), + [anon_sym_L_SQUOTE] = ACTIONS(2702), + [anon_sym_u_SQUOTE] = ACTIONS(2702), + [anon_sym_U_SQUOTE] = ACTIONS(2702), + [anon_sym_u8_SQUOTE] = ACTIONS(2702), + [anon_sym_SQUOTE] = ACTIONS(2702), + [anon_sym_L_DQUOTE] = ACTIONS(2702), + [anon_sym_u_DQUOTE] = ACTIONS(2702), + [anon_sym_U_DQUOTE] = ACTIONS(2702), + [anon_sym_u8_DQUOTE] = ACTIONS(2702), + [anon_sym_DQUOTE] = ACTIONS(2702), + [sym_true] = ACTIONS(2700), + [sym_false] = ACTIONS(2700), + [sym_null] = ACTIONS(2700), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2700), + [anon_sym_decltype] = ACTIONS(2700), + [anon_sym_virtual] = ACTIONS(2700), + [anon_sym_explicit] = ACTIONS(2700), + [anon_sym_typename] = ACTIONS(2700), + [anon_sym_template] = ACTIONS(2700), + [anon_sym_operator] = ACTIONS(2700), + [anon_sym_try] = ACTIONS(2700), + [anon_sym_delete] = ACTIONS(2700), + [anon_sym_throw] = ACTIONS(2700), + [anon_sym_namespace] = ACTIONS(2700), + [anon_sym_using] = ACTIONS(2700), + [anon_sym_static_assert] = ACTIONS(2700), + [anon_sym_concept] = ACTIONS(2700), + [anon_sym_co_return] = ACTIONS(2700), + [anon_sym_co_yield] = ACTIONS(2700), + [anon_sym_R_DQUOTE] = ACTIONS(2702), + [anon_sym_LR_DQUOTE] = ACTIONS(2702), + [anon_sym_uR_DQUOTE] = ACTIONS(2702), + [anon_sym_UR_DQUOTE] = ACTIONS(2702), + [anon_sym_u8R_DQUOTE] = ACTIONS(2702), + [anon_sym_co_await] = ACTIONS(2700), + [anon_sym_new] = ACTIONS(2700), + [anon_sym_requires] = ACTIONS(2700), + [sym_this] = ACTIONS(2700), + [sym_nullptr] = ACTIONS(2700), }, [929] = { - [sym_identifier] = ACTIONS(2842), - [aux_sym_preproc_include_token1] = ACTIONS(2842), - [aux_sym_preproc_def_token1] = ACTIONS(2842), - [aux_sym_preproc_if_token1] = ACTIONS(2842), - [aux_sym_preproc_if_token2] = ACTIONS(2842), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2842), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2842), - [sym_preproc_directive] = ACTIONS(2842), - [anon_sym_LPAREN2] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2844), - [anon_sym_TILDE] = ACTIONS(2844), - [anon_sym_DASH] = ACTIONS(2842), - [anon_sym_PLUS] = ACTIONS(2842), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP_AMP] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2842), - [anon_sym_SEMI] = ACTIONS(2844), - [anon_sym_typedef] = ACTIONS(2842), - [anon_sym_extern] = ACTIONS(2842), - [anon_sym___attribute__] = ACTIONS(2842), - [anon_sym_COLON_COLON] = ACTIONS(2844), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2844), - [anon_sym___declspec] = ACTIONS(2842), - [anon_sym___based] = ACTIONS(2842), - [anon_sym___cdecl] = ACTIONS(2842), - [anon_sym___clrcall] = ACTIONS(2842), - [anon_sym___stdcall] = ACTIONS(2842), - [anon_sym___fastcall] = ACTIONS(2842), - [anon_sym___thiscall] = ACTIONS(2842), - [anon_sym___vectorcall] = ACTIONS(2842), - [anon_sym_LBRACE] = ACTIONS(2844), - [anon_sym_LBRACK] = ACTIONS(2842), - [anon_sym_static] = ACTIONS(2842), - [anon_sym_register] = ACTIONS(2842), - [anon_sym_inline] = ACTIONS(2842), - [anon_sym_thread_local] = ACTIONS(2842), - [anon_sym_const] = ACTIONS(2842), - [anon_sym_volatile] = ACTIONS(2842), - [anon_sym_restrict] = ACTIONS(2842), - [anon_sym__Atomic] = ACTIONS(2842), - [anon_sym_mutable] = ACTIONS(2842), - [anon_sym_constexpr] = ACTIONS(2842), - [anon_sym_constinit] = ACTIONS(2842), - [anon_sym_consteval] = ACTIONS(2842), - [anon_sym_signed] = ACTIONS(2842), - [anon_sym_unsigned] = ACTIONS(2842), - [anon_sym_long] = ACTIONS(2842), - [anon_sym_short] = ACTIONS(2842), - [sym_primitive_type] = ACTIONS(2842), - [anon_sym_enum] = ACTIONS(2842), - [anon_sym_class] = ACTIONS(2842), - [anon_sym_struct] = ACTIONS(2842), - [anon_sym_union] = ACTIONS(2842), - [anon_sym_if] = ACTIONS(2842), - [anon_sym_switch] = ACTIONS(2842), - [anon_sym_case] = ACTIONS(2842), - [anon_sym_default] = ACTIONS(2842), - [anon_sym_while] = ACTIONS(2842), - [anon_sym_do] = ACTIONS(2842), - [anon_sym_for] = ACTIONS(2842), - [anon_sym_return] = ACTIONS(2842), - [anon_sym_break] = ACTIONS(2842), - [anon_sym_continue] = ACTIONS(2842), - [anon_sym_goto] = ACTIONS(2842), - [anon_sym_not] = ACTIONS(2842), - [anon_sym_compl] = ACTIONS(2842), - [anon_sym_DASH_DASH] = ACTIONS(2844), - [anon_sym_PLUS_PLUS] = ACTIONS(2844), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2844), - [anon_sym_L_SQUOTE] = ACTIONS(2844), - [anon_sym_u_SQUOTE] = ACTIONS(2844), - [anon_sym_U_SQUOTE] = ACTIONS(2844), - [anon_sym_u8_SQUOTE] = ACTIONS(2844), - [anon_sym_SQUOTE] = ACTIONS(2844), - [anon_sym_L_DQUOTE] = ACTIONS(2844), - [anon_sym_u_DQUOTE] = ACTIONS(2844), - [anon_sym_U_DQUOTE] = ACTIONS(2844), - [anon_sym_u8_DQUOTE] = ACTIONS(2844), - [anon_sym_DQUOTE] = ACTIONS(2844), - [sym_true] = ACTIONS(2842), - [sym_false] = ACTIONS(2842), - [sym_null] = ACTIONS(2842), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2842), - [anon_sym_decltype] = ACTIONS(2842), - [anon_sym_virtual] = ACTIONS(2842), - [anon_sym_explicit] = ACTIONS(2842), - [anon_sym_typename] = ACTIONS(2842), - [anon_sym_template] = ACTIONS(2842), - [anon_sym_operator] = ACTIONS(2842), - [anon_sym_try] = ACTIONS(2842), - [anon_sym_delete] = ACTIONS(2842), - [anon_sym_throw] = ACTIONS(2842), - [anon_sym_namespace] = ACTIONS(2842), - [anon_sym_using] = ACTIONS(2842), - [anon_sym_static_assert] = ACTIONS(2842), - [anon_sym_concept] = ACTIONS(2842), - [anon_sym_co_return] = ACTIONS(2842), - [anon_sym_co_yield] = ACTIONS(2842), - [anon_sym_R_DQUOTE] = ACTIONS(2844), - [anon_sym_LR_DQUOTE] = ACTIONS(2844), - [anon_sym_uR_DQUOTE] = ACTIONS(2844), - [anon_sym_UR_DQUOTE] = ACTIONS(2844), - [anon_sym_u8R_DQUOTE] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2842), - [anon_sym_requires] = ACTIONS(2842), - [sym_this] = ACTIONS(2842), - [sym_nullptr] = ACTIONS(2842), + [sym_identifier] = ACTIONS(2832), + [aux_sym_preproc_include_token1] = ACTIONS(2832), + [aux_sym_preproc_def_token1] = ACTIONS(2832), + [aux_sym_preproc_if_token1] = ACTIONS(2832), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2832), + [sym_preproc_directive] = ACTIONS(2832), + [anon_sym_LPAREN2] = ACTIONS(2834), + [anon_sym_BANG] = ACTIONS(2834), + [anon_sym_TILDE] = ACTIONS(2834), + [anon_sym_DASH] = ACTIONS(2832), + [anon_sym_PLUS] = ACTIONS(2832), + [anon_sym_STAR] = ACTIONS(2834), + [anon_sym_AMP_AMP] = ACTIONS(2834), + [anon_sym_AMP] = ACTIONS(2832), + [anon_sym_SEMI] = ACTIONS(2834), + [anon_sym_typedef] = ACTIONS(2832), + [anon_sym_extern] = ACTIONS(2832), + [anon_sym___attribute__] = ACTIONS(2832), + [anon_sym_COLON_COLON] = ACTIONS(2834), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2834), + [anon_sym___declspec] = ACTIONS(2832), + [anon_sym___based] = ACTIONS(2832), + [anon_sym___cdecl] = ACTIONS(2832), + [anon_sym___clrcall] = ACTIONS(2832), + [anon_sym___stdcall] = ACTIONS(2832), + [anon_sym___fastcall] = ACTIONS(2832), + [anon_sym___thiscall] = ACTIONS(2832), + [anon_sym___vectorcall] = ACTIONS(2832), + [anon_sym_LBRACE] = ACTIONS(2834), + [anon_sym_RBRACE] = ACTIONS(2834), + [anon_sym_LBRACK] = ACTIONS(2832), + [anon_sym_static] = ACTIONS(2832), + [anon_sym_register] = ACTIONS(2832), + [anon_sym_inline] = ACTIONS(2832), + [anon_sym_thread_local] = ACTIONS(2832), + [anon_sym_const] = ACTIONS(2832), + [anon_sym_volatile] = ACTIONS(2832), + [anon_sym_restrict] = ACTIONS(2832), + [anon_sym__Atomic] = ACTIONS(2832), + [anon_sym_mutable] = ACTIONS(2832), + [anon_sym_constexpr] = ACTIONS(2832), + [anon_sym_constinit] = ACTIONS(2832), + [anon_sym_consteval] = ACTIONS(2832), + [anon_sym_signed] = ACTIONS(2832), + [anon_sym_unsigned] = ACTIONS(2832), + [anon_sym_long] = ACTIONS(2832), + [anon_sym_short] = ACTIONS(2832), + [sym_primitive_type] = ACTIONS(2832), + [anon_sym_enum] = ACTIONS(2832), + [anon_sym_class] = ACTIONS(2832), + [anon_sym_struct] = ACTIONS(2832), + [anon_sym_union] = ACTIONS(2832), + [anon_sym_if] = ACTIONS(2832), + [anon_sym_switch] = ACTIONS(2832), + [anon_sym_case] = ACTIONS(2832), + [anon_sym_default] = ACTIONS(2832), + [anon_sym_while] = ACTIONS(2832), + [anon_sym_do] = ACTIONS(2832), + [anon_sym_for] = ACTIONS(2832), + [anon_sym_return] = ACTIONS(2832), + [anon_sym_break] = ACTIONS(2832), + [anon_sym_continue] = ACTIONS(2832), + [anon_sym_goto] = ACTIONS(2832), + [anon_sym_not] = ACTIONS(2832), + [anon_sym_compl] = ACTIONS(2832), + [anon_sym_DASH_DASH] = ACTIONS(2834), + [anon_sym_PLUS_PLUS] = ACTIONS(2834), + [anon_sym_sizeof] = ACTIONS(2832), + [sym_number_literal] = ACTIONS(2834), + [anon_sym_L_SQUOTE] = ACTIONS(2834), + [anon_sym_u_SQUOTE] = ACTIONS(2834), + [anon_sym_U_SQUOTE] = ACTIONS(2834), + [anon_sym_u8_SQUOTE] = ACTIONS(2834), + [anon_sym_SQUOTE] = ACTIONS(2834), + [anon_sym_L_DQUOTE] = ACTIONS(2834), + [anon_sym_u_DQUOTE] = ACTIONS(2834), + [anon_sym_U_DQUOTE] = ACTIONS(2834), + [anon_sym_u8_DQUOTE] = ACTIONS(2834), + [anon_sym_DQUOTE] = ACTIONS(2834), + [sym_true] = ACTIONS(2832), + [sym_false] = ACTIONS(2832), + [sym_null] = ACTIONS(2832), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2832), + [anon_sym_decltype] = ACTIONS(2832), + [anon_sym_virtual] = ACTIONS(2832), + [anon_sym_explicit] = ACTIONS(2832), + [anon_sym_typename] = ACTIONS(2832), + [anon_sym_template] = ACTIONS(2832), + [anon_sym_operator] = ACTIONS(2832), + [anon_sym_try] = ACTIONS(2832), + [anon_sym_delete] = ACTIONS(2832), + [anon_sym_throw] = ACTIONS(2832), + [anon_sym_namespace] = ACTIONS(2832), + [anon_sym_using] = ACTIONS(2832), + [anon_sym_static_assert] = ACTIONS(2832), + [anon_sym_concept] = ACTIONS(2832), + [anon_sym_co_return] = ACTIONS(2832), + [anon_sym_co_yield] = ACTIONS(2832), + [anon_sym_R_DQUOTE] = ACTIONS(2834), + [anon_sym_LR_DQUOTE] = ACTIONS(2834), + [anon_sym_uR_DQUOTE] = ACTIONS(2834), + [anon_sym_UR_DQUOTE] = ACTIONS(2834), + [anon_sym_u8R_DQUOTE] = ACTIONS(2834), + [anon_sym_co_await] = ACTIONS(2832), + [anon_sym_new] = ACTIONS(2832), + [anon_sym_requires] = ACTIONS(2832), + [sym_this] = ACTIONS(2832), + [sym_nullptr] = ACTIONS(2832), }, [930] = { - [sym_identifier] = ACTIONS(2846), - [aux_sym_preproc_include_token1] = ACTIONS(2846), - [aux_sym_preproc_def_token1] = ACTIONS(2846), - [aux_sym_preproc_if_token1] = ACTIONS(2846), - [aux_sym_preproc_if_token2] = ACTIONS(2846), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2846), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2846), - [sym_preproc_directive] = ACTIONS(2846), - [anon_sym_LPAREN2] = ACTIONS(2848), - [anon_sym_BANG] = ACTIONS(2848), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_DASH] = ACTIONS(2846), - [anon_sym_PLUS] = ACTIONS(2846), - [anon_sym_STAR] = ACTIONS(2848), - [anon_sym_AMP_AMP] = ACTIONS(2848), - [anon_sym_AMP] = ACTIONS(2846), - [anon_sym_SEMI] = ACTIONS(2848), - [anon_sym_typedef] = ACTIONS(2846), - [anon_sym_extern] = ACTIONS(2846), - [anon_sym___attribute__] = ACTIONS(2846), - [anon_sym_COLON_COLON] = ACTIONS(2848), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2848), - [anon_sym___declspec] = ACTIONS(2846), - [anon_sym___based] = ACTIONS(2846), - [anon_sym___cdecl] = ACTIONS(2846), - [anon_sym___clrcall] = ACTIONS(2846), - [anon_sym___stdcall] = ACTIONS(2846), - [anon_sym___fastcall] = ACTIONS(2846), - [anon_sym___thiscall] = ACTIONS(2846), - [anon_sym___vectorcall] = ACTIONS(2846), - [anon_sym_LBRACE] = ACTIONS(2848), - [anon_sym_LBRACK] = ACTIONS(2846), - [anon_sym_static] = ACTIONS(2846), - [anon_sym_register] = ACTIONS(2846), - [anon_sym_inline] = ACTIONS(2846), - [anon_sym_thread_local] = ACTIONS(2846), - [anon_sym_const] = ACTIONS(2846), - [anon_sym_volatile] = ACTIONS(2846), - [anon_sym_restrict] = ACTIONS(2846), - [anon_sym__Atomic] = ACTIONS(2846), - [anon_sym_mutable] = ACTIONS(2846), - [anon_sym_constexpr] = ACTIONS(2846), - [anon_sym_constinit] = ACTIONS(2846), - [anon_sym_consteval] = ACTIONS(2846), - [anon_sym_signed] = ACTIONS(2846), - [anon_sym_unsigned] = ACTIONS(2846), - [anon_sym_long] = ACTIONS(2846), - [anon_sym_short] = ACTIONS(2846), - [sym_primitive_type] = ACTIONS(2846), - [anon_sym_enum] = ACTIONS(2846), - [anon_sym_class] = ACTIONS(2846), - [anon_sym_struct] = ACTIONS(2846), - [anon_sym_union] = ACTIONS(2846), - [anon_sym_if] = ACTIONS(2846), - [anon_sym_switch] = ACTIONS(2846), - [anon_sym_case] = ACTIONS(2846), - [anon_sym_default] = ACTIONS(2846), - [anon_sym_while] = ACTIONS(2846), - [anon_sym_do] = ACTIONS(2846), - [anon_sym_for] = ACTIONS(2846), - [anon_sym_return] = ACTIONS(2846), - [anon_sym_break] = ACTIONS(2846), - [anon_sym_continue] = ACTIONS(2846), - [anon_sym_goto] = ACTIONS(2846), - [anon_sym_not] = ACTIONS(2846), - [anon_sym_compl] = ACTIONS(2846), - [anon_sym_DASH_DASH] = ACTIONS(2848), - [anon_sym_PLUS_PLUS] = ACTIONS(2848), - [anon_sym_sizeof] = ACTIONS(2846), - [sym_number_literal] = ACTIONS(2848), - [anon_sym_L_SQUOTE] = ACTIONS(2848), - [anon_sym_u_SQUOTE] = ACTIONS(2848), - [anon_sym_U_SQUOTE] = ACTIONS(2848), - [anon_sym_u8_SQUOTE] = ACTIONS(2848), - [anon_sym_SQUOTE] = ACTIONS(2848), - [anon_sym_L_DQUOTE] = ACTIONS(2848), - [anon_sym_u_DQUOTE] = ACTIONS(2848), - [anon_sym_U_DQUOTE] = ACTIONS(2848), - [anon_sym_u8_DQUOTE] = ACTIONS(2848), - [anon_sym_DQUOTE] = ACTIONS(2848), - [sym_true] = ACTIONS(2846), - [sym_false] = ACTIONS(2846), - [sym_null] = ACTIONS(2846), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2846), - [anon_sym_decltype] = ACTIONS(2846), - [anon_sym_virtual] = ACTIONS(2846), - [anon_sym_explicit] = ACTIONS(2846), - [anon_sym_typename] = ACTIONS(2846), - [anon_sym_template] = ACTIONS(2846), - [anon_sym_operator] = ACTIONS(2846), - [anon_sym_try] = ACTIONS(2846), - [anon_sym_delete] = ACTIONS(2846), - [anon_sym_throw] = ACTIONS(2846), - [anon_sym_namespace] = ACTIONS(2846), - [anon_sym_using] = ACTIONS(2846), - [anon_sym_static_assert] = ACTIONS(2846), - [anon_sym_concept] = ACTIONS(2846), - [anon_sym_co_return] = ACTIONS(2846), - [anon_sym_co_yield] = ACTIONS(2846), - [anon_sym_R_DQUOTE] = ACTIONS(2848), - [anon_sym_LR_DQUOTE] = ACTIONS(2848), - [anon_sym_uR_DQUOTE] = ACTIONS(2848), - [anon_sym_UR_DQUOTE] = ACTIONS(2848), - [anon_sym_u8R_DQUOTE] = ACTIONS(2848), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2846), - [anon_sym_requires] = ACTIONS(2846), - [sym_this] = ACTIONS(2846), - [sym_nullptr] = ACTIONS(2846), + [ts_builtin_sym_end] = ACTIONS(2698), + [sym_identifier] = ACTIONS(2696), + [aux_sym_preproc_include_token1] = ACTIONS(2696), + [aux_sym_preproc_def_token1] = ACTIONS(2696), + [aux_sym_preproc_if_token1] = ACTIONS(2696), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2696), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2696), + [sym_preproc_directive] = ACTIONS(2696), + [anon_sym_LPAREN2] = ACTIONS(2698), + [anon_sym_BANG] = ACTIONS(2698), + [anon_sym_TILDE] = ACTIONS(2698), + [anon_sym_DASH] = ACTIONS(2696), + [anon_sym_PLUS] = ACTIONS(2696), + [anon_sym_STAR] = ACTIONS(2698), + [anon_sym_AMP_AMP] = ACTIONS(2698), + [anon_sym_AMP] = ACTIONS(2696), + [anon_sym_SEMI] = ACTIONS(2698), + [anon_sym_typedef] = ACTIONS(2696), + [anon_sym_extern] = ACTIONS(2696), + [anon_sym___attribute__] = ACTIONS(2696), + [anon_sym_COLON_COLON] = ACTIONS(2698), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2698), + [anon_sym___declspec] = ACTIONS(2696), + [anon_sym___based] = ACTIONS(2696), + [anon_sym___cdecl] = ACTIONS(2696), + [anon_sym___clrcall] = ACTIONS(2696), + [anon_sym___stdcall] = ACTIONS(2696), + [anon_sym___fastcall] = ACTIONS(2696), + [anon_sym___thiscall] = ACTIONS(2696), + [anon_sym___vectorcall] = ACTIONS(2696), + [anon_sym_LBRACE] = ACTIONS(2698), + [anon_sym_LBRACK] = ACTIONS(2696), + [anon_sym_static] = ACTIONS(2696), + [anon_sym_register] = ACTIONS(2696), + [anon_sym_inline] = ACTIONS(2696), + [anon_sym_thread_local] = ACTIONS(2696), + [anon_sym_const] = ACTIONS(2696), + [anon_sym_volatile] = ACTIONS(2696), + [anon_sym_restrict] = ACTIONS(2696), + [anon_sym__Atomic] = ACTIONS(2696), + [anon_sym_mutable] = ACTIONS(2696), + [anon_sym_constexpr] = ACTIONS(2696), + [anon_sym_constinit] = ACTIONS(2696), + [anon_sym_consteval] = ACTIONS(2696), + [anon_sym_signed] = ACTIONS(2696), + [anon_sym_unsigned] = ACTIONS(2696), + [anon_sym_long] = ACTIONS(2696), + [anon_sym_short] = ACTIONS(2696), + [sym_primitive_type] = ACTIONS(2696), + [anon_sym_enum] = ACTIONS(2696), + [anon_sym_class] = ACTIONS(2696), + [anon_sym_struct] = ACTIONS(2696), + [anon_sym_union] = ACTIONS(2696), + [anon_sym_if] = ACTIONS(2696), + [anon_sym_switch] = ACTIONS(2696), + [anon_sym_case] = ACTIONS(2696), + [anon_sym_default] = ACTIONS(2696), + [anon_sym_while] = ACTIONS(2696), + [anon_sym_do] = ACTIONS(2696), + [anon_sym_for] = ACTIONS(2696), + [anon_sym_return] = ACTIONS(2696), + [anon_sym_break] = ACTIONS(2696), + [anon_sym_continue] = ACTIONS(2696), + [anon_sym_goto] = ACTIONS(2696), + [anon_sym_not] = ACTIONS(2696), + [anon_sym_compl] = ACTIONS(2696), + [anon_sym_DASH_DASH] = ACTIONS(2698), + [anon_sym_PLUS_PLUS] = ACTIONS(2698), + [anon_sym_sizeof] = ACTIONS(2696), + [sym_number_literal] = ACTIONS(2698), + [anon_sym_L_SQUOTE] = ACTIONS(2698), + [anon_sym_u_SQUOTE] = ACTIONS(2698), + [anon_sym_U_SQUOTE] = ACTIONS(2698), + [anon_sym_u8_SQUOTE] = ACTIONS(2698), + [anon_sym_SQUOTE] = ACTIONS(2698), + [anon_sym_L_DQUOTE] = ACTIONS(2698), + [anon_sym_u_DQUOTE] = ACTIONS(2698), + [anon_sym_U_DQUOTE] = ACTIONS(2698), + [anon_sym_u8_DQUOTE] = ACTIONS(2698), + [anon_sym_DQUOTE] = ACTIONS(2698), + [sym_true] = ACTIONS(2696), + [sym_false] = ACTIONS(2696), + [sym_null] = ACTIONS(2696), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2696), + [anon_sym_decltype] = ACTIONS(2696), + [anon_sym_virtual] = ACTIONS(2696), + [anon_sym_explicit] = ACTIONS(2696), + [anon_sym_typename] = ACTIONS(2696), + [anon_sym_template] = ACTIONS(2696), + [anon_sym_operator] = ACTIONS(2696), + [anon_sym_try] = ACTIONS(2696), + [anon_sym_delete] = ACTIONS(2696), + [anon_sym_throw] = ACTIONS(2696), + [anon_sym_namespace] = ACTIONS(2696), + [anon_sym_using] = ACTIONS(2696), + [anon_sym_static_assert] = ACTIONS(2696), + [anon_sym_concept] = ACTIONS(2696), + [anon_sym_co_return] = ACTIONS(2696), + [anon_sym_co_yield] = ACTIONS(2696), + [anon_sym_R_DQUOTE] = ACTIONS(2698), + [anon_sym_LR_DQUOTE] = ACTIONS(2698), + [anon_sym_uR_DQUOTE] = ACTIONS(2698), + [anon_sym_UR_DQUOTE] = ACTIONS(2698), + [anon_sym_u8R_DQUOTE] = ACTIONS(2698), + [anon_sym_co_await] = ACTIONS(2696), + [anon_sym_new] = ACTIONS(2696), + [anon_sym_requires] = ACTIONS(2696), + [sym_this] = ACTIONS(2696), + [sym_nullptr] = ACTIONS(2696), }, [931] = { - [ts_builtin_sym_end] = ACTIONS(2824), - [sym_identifier] = ACTIONS(2822), - [aux_sym_preproc_include_token1] = ACTIONS(2822), - [aux_sym_preproc_def_token1] = ACTIONS(2822), - [aux_sym_preproc_if_token1] = ACTIONS(2822), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2822), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2822), - [sym_preproc_directive] = ACTIONS(2822), - [anon_sym_LPAREN2] = ACTIONS(2824), - [anon_sym_BANG] = ACTIONS(2824), - [anon_sym_TILDE] = ACTIONS(2824), - [anon_sym_DASH] = ACTIONS(2822), - [anon_sym_PLUS] = ACTIONS(2822), - [anon_sym_STAR] = ACTIONS(2824), - [anon_sym_AMP_AMP] = ACTIONS(2824), - [anon_sym_AMP] = ACTIONS(2822), - [anon_sym_SEMI] = ACTIONS(2824), - [anon_sym_typedef] = ACTIONS(2822), - [anon_sym_extern] = ACTIONS(2822), - [anon_sym___attribute__] = ACTIONS(2822), - [anon_sym_COLON_COLON] = ACTIONS(2824), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2824), - [anon_sym___declspec] = ACTIONS(2822), - [anon_sym___based] = ACTIONS(2822), - [anon_sym___cdecl] = ACTIONS(2822), - [anon_sym___clrcall] = ACTIONS(2822), - [anon_sym___stdcall] = ACTIONS(2822), - [anon_sym___fastcall] = ACTIONS(2822), - [anon_sym___thiscall] = ACTIONS(2822), - [anon_sym___vectorcall] = ACTIONS(2822), - [anon_sym_LBRACE] = ACTIONS(2824), - [anon_sym_LBRACK] = ACTIONS(2822), - [anon_sym_static] = ACTIONS(2822), - [anon_sym_register] = ACTIONS(2822), - [anon_sym_inline] = ACTIONS(2822), - [anon_sym_thread_local] = ACTIONS(2822), - [anon_sym_const] = ACTIONS(2822), - [anon_sym_volatile] = ACTIONS(2822), - [anon_sym_restrict] = ACTIONS(2822), - [anon_sym__Atomic] = ACTIONS(2822), - [anon_sym_mutable] = ACTIONS(2822), - [anon_sym_constexpr] = ACTIONS(2822), - [anon_sym_constinit] = ACTIONS(2822), - [anon_sym_consteval] = ACTIONS(2822), - [anon_sym_signed] = ACTIONS(2822), - [anon_sym_unsigned] = ACTIONS(2822), - [anon_sym_long] = ACTIONS(2822), - [anon_sym_short] = ACTIONS(2822), - [sym_primitive_type] = ACTIONS(2822), - [anon_sym_enum] = ACTIONS(2822), - [anon_sym_class] = ACTIONS(2822), - [anon_sym_struct] = ACTIONS(2822), - [anon_sym_union] = ACTIONS(2822), - [anon_sym_if] = ACTIONS(2822), - [anon_sym_switch] = ACTIONS(2822), - [anon_sym_case] = ACTIONS(2822), - [anon_sym_default] = ACTIONS(2822), - [anon_sym_while] = ACTIONS(2822), - [anon_sym_do] = ACTIONS(2822), - [anon_sym_for] = ACTIONS(2822), - [anon_sym_return] = ACTIONS(2822), - [anon_sym_break] = ACTIONS(2822), - [anon_sym_continue] = ACTIONS(2822), - [anon_sym_goto] = ACTIONS(2822), - [anon_sym_not] = ACTIONS(2822), - [anon_sym_compl] = ACTIONS(2822), - [anon_sym_DASH_DASH] = ACTIONS(2824), - [anon_sym_PLUS_PLUS] = ACTIONS(2824), - [anon_sym_sizeof] = ACTIONS(2822), - [sym_number_literal] = ACTIONS(2824), - [anon_sym_L_SQUOTE] = ACTIONS(2824), - [anon_sym_u_SQUOTE] = ACTIONS(2824), - [anon_sym_U_SQUOTE] = ACTIONS(2824), - [anon_sym_u8_SQUOTE] = ACTIONS(2824), - [anon_sym_SQUOTE] = ACTIONS(2824), - [anon_sym_L_DQUOTE] = ACTIONS(2824), - [anon_sym_u_DQUOTE] = ACTIONS(2824), - [anon_sym_U_DQUOTE] = ACTIONS(2824), - [anon_sym_u8_DQUOTE] = ACTIONS(2824), - [anon_sym_DQUOTE] = ACTIONS(2824), - [sym_true] = ACTIONS(2822), - [sym_false] = ACTIONS(2822), - [sym_null] = ACTIONS(2822), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2822), - [anon_sym_decltype] = ACTIONS(2822), - [anon_sym_virtual] = ACTIONS(2822), - [anon_sym_explicit] = ACTIONS(2822), - [anon_sym_typename] = ACTIONS(2822), - [anon_sym_template] = ACTIONS(2822), - [anon_sym_operator] = ACTIONS(2822), - [anon_sym_try] = ACTIONS(2822), - [anon_sym_delete] = ACTIONS(2822), - [anon_sym_throw] = ACTIONS(2822), - [anon_sym_namespace] = ACTIONS(2822), - [anon_sym_using] = ACTIONS(2822), - [anon_sym_static_assert] = ACTIONS(2822), - [anon_sym_concept] = ACTIONS(2822), - [anon_sym_co_return] = ACTIONS(2822), - [anon_sym_co_yield] = ACTIONS(2822), - [anon_sym_R_DQUOTE] = ACTIONS(2824), - [anon_sym_LR_DQUOTE] = ACTIONS(2824), - [anon_sym_uR_DQUOTE] = ACTIONS(2824), - [anon_sym_UR_DQUOTE] = ACTIONS(2824), - [anon_sym_u8R_DQUOTE] = ACTIONS(2824), - [anon_sym_co_await] = ACTIONS(2822), - [anon_sym_new] = ACTIONS(2822), - [anon_sym_requires] = ACTIONS(2822), - [sym_this] = ACTIONS(2822), - [sym_nullptr] = ACTIONS(2822), + [ts_builtin_sym_end] = ACTIONS(2758), + [sym_identifier] = ACTIONS(2756), + [aux_sym_preproc_include_token1] = ACTIONS(2756), + [aux_sym_preproc_def_token1] = ACTIONS(2756), + [aux_sym_preproc_if_token1] = ACTIONS(2756), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2756), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2756), + [sym_preproc_directive] = ACTIONS(2756), + [anon_sym_LPAREN2] = ACTIONS(2758), + [anon_sym_BANG] = ACTIONS(2758), + [anon_sym_TILDE] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2756), + [anon_sym_PLUS] = ACTIONS(2756), + [anon_sym_STAR] = ACTIONS(2758), + [anon_sym_AMP_AMP] = ACTIONS(2758), + [anon_sym_AMP] = ACTIONS(2756), + [anon_sym_SEMI] = ACTIONS(2758), + [anon_sym_typedef] = ACTIONS(2756), + [anon_sym_extern] = ACTIONS(2756), + [anon_sym___attribute__] = ACTIONS(2756), + [anon_sym_COLON_COLON] = ACTIONS(2758), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2758), + [anon_sym___declspec] = ACTIONS(2756), + [anon_sym___based] = ACTIONS(2756), + [anon_sym___cdecl] = ACTIONS(2756), + [anon_sym___clrcall] = ACTIONS(2756), + [anon_sym___stdcall] = ACTIONS(2756), + [anon_sym___fastcall] = ACTIONS(2756), + [anon_sym___thiscall] = ACTIONS(2756), + [anon_sym___vectorcall] = ACTIONS(2756), + [anon_sym_LBRACE] = ACTIONS(2758), + [anon_sym_LBRACK] = ACTIONS(2756), + [anon_sym_static] = ACTIONS(2756), + [anon_sym_register] = ACTIONS(2756), + [anon_sym_inline] = ACTIONS(2756), + [anon_sym_thread_local] = ACTIONS(2756), + [anon_sym_const] = ACTIONS(2756), + [anon_sym_volatile] = ACTIONS(2756), + [anon_sym_restrict] = ACTIONS(2756), + [anon_sym__Atomic] = ACTIONS(2756), + [anon_sym_mutable] = ACTIONS(2756), + [anon_sym_constexpr] = ACTIONS(2756), + [anon_sym_constinit] = ACTIONS(2756), + [anon_sym_consteval] = ACTIONS(2756), + [anon_sym_signed] = ACTIONS(2756), + [anon_sym_unsigned] = ACTIONS(2756), + [anon_sym_long] = ACTIONS(2756), + [anon_sym_short] = ACTIONS(2756), + [sym_primitive_type] = ACTIONS(2756), + [anon_sym_enum] = ACTIONS(2756), + [anon_sym_class] = ACTIONS(2756), + [anon_sym_struct] = ACTIONS(2756), + [anon_sym_union] = ACTIONS(2756), + [anon_sym_if] = ACTIONS(2756), + [anon_sym_switch] = ACTIONS(2756), + [anon_sym_case] = ACTIONS(2756), + [anon_sym_default] = ACTIONS(2756), + [anon_sym_while] = ACTIONS(2756), + [anon_sym_do] = ACTIONS(2756), + [anon_sym_for] = ACTIONS(2756), + [anon_sym_return] = ACTIONS(2756), + [anon_sym_break] = ACTIONS(2756), + [anon_sym_continue] = ACTIONS(2756), + [anon_sym_goto] = ACTIONS(2756), + [anon_sym_not] = ACTIONS(2756), + [anon_sym_compl] = ACTIONS(2756), + [anon_sym_DASH_DASH] = ACTIONS(2758), + [anon_sym_PLUS_PLUS] = ACTIONS(2758), + [anon_sym_sizeof] = ACTIONS(2756), + [sym_number_literal] = ACTIONS(2758), + [anon_sym_L_SQUOTE] = ACTIONS(2758), + [anon_sym_u_SQUOTE] = ACTIONS(2758), + [anon_sym_U_SQUOTE] = ACTIONS(2758), + [anon_sym_u8_SQUOTE] = ACTIONS(2758), + [anon_sym_SQUOTE] = ACTIONS(2758), + [anon_sym_L_DQUOTE] = ACTIONS(2758), + [anon_sym_u_DQUOTE] = ACTIONS(2758), + [anon_sym_U_DQUOTE] = ACTIONS(2758), + [anon_sym_u8_DQUOTE] = ACTIONS(2758), + [anon_sym_DQUOTE] = ACTIONS(2758), + [sym_true] = ACTIONS(2756), + [sym_false] = ACTIONS(2756), + [sym_null] = ACTIONS(2756), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2756), + [anon_sym_decltype] = ACTIONS(2756), + [anon_sym_virtual] = ACTIONS(2756), + [anon_sym_explicit] = ACTIONS(2756), + [anon_sym_typename] = ACTIONS(2756), + [anon_sym_template] = ACTIONS(2756), + [anon_sym_operator] = ACTIONS(2756), + [anon_sym_try] = ACTIONS(2756), + [anon_sym_delete] = ACTIONS(2756), + [anon_sym_throw] = ACTIONS(2756), + [anon_sym_namespace] = ACTIONS(2756), + [anon_sym_using] = ACTIONS(2756), + [anon_sym_static_assert] = ACTIONS(2756), + [anon_sym_concept] = ACTIONS(2756), + [anon_sym_co_return] = ACTIONS(2756), + [anon_sym_co_yield] = ACTIONS(2756), + [anon_sym_R_DQUOTE] = ACTIONS(2758), + [anon_sym_LR_DQUOTE] = ACTIONS(2758), + [anon_sym_uR_DQUOTE] = ACTIONS(2758), + [anon_sym_UR_DQUOTE] = ACTIONS(2758), + [anon_sym_u8R_DQUOTE] = ACTIONS(2758), + [anon_sym_co_await] = ACTIONS(2756), + [anon_sym_new] = ACTIONS(2756), + [anon_sym_requires] = ACTIONS(2756), + [sym_this] = ACTIONS(2756), + [sym_nullptr] = ACTIONS(2756), }, [932] = { - [sym_identifier] = ACTIONS(2654), - [aux_sym_preproc_include_token1] = ACTIONS(2654), - [aux_sym_preproc_def_token1] = ACTIONS(2654), - [aux_sym_preproc_if_token1] = ACTIONS(2654), - [aux_sym_preproc_if_token2] = ACTIONS(2654), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2654), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2654), - [sym_preproc_directive] = ACTIONS(2654), - [anon_sym_LPAREN2] = ACTIONS(2656), - [anon_sym_BANG] = ACTIONS(2656), - [anon_sym_TILDE] = ACTIONS(2656), - [anon_sym_DASH] = ACTIONS(2654), - [anon_sym_PLUS] = ACTIONS(2654), - [anon_sym_STAR] = ACTIONS(2656), - [anon_sym_AMP_AMP] = ACTIONS(2656), - [anon_sym_AMP] = ACTIONS(2654), - [anon_sym_SEMI] = ACTIONS(2656), - [anon_sym_typedef] = ACTIONS(2654), - [anon_sym_extern] = ACTIONS(2654), - [anon_sym___attribute__] = ACTIONS(2654), - [anon_sym_COLON_COLON] = ACTIONS(2656), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2656), - [anon_sym___declspec] = ACTIONS(2654), - [anon_sym___based] = ACTIONS(2654), - [anon_sym___cdecl] = ACTIONS(2654), - [anon_sym___clrcall] = ACTIONS(2654), - [anon_sym___stdcall] = ACTIONS(2654), - [anon_sym___fastcall] = ACTIONS(2654), - [anon_sym___thiscall] = ACTIONS(2654), - [anon_sym___vectorcall] = ACTIONS(2654), - [anon_sym_LBRACE] = ACTIONS(2656), - [anon_sym_LBRACK] = ACTIONS(2654), - [anon_sym_static] = ACTIONS(2654), - [anon_sym_register] = ACTIONS(2654), - [anon_sym_inline] = ACTIONS(2654), - [anon_sym_thread_local] = ACTIONS(2654), - [anon_sym_const] = ACTIONS(2654), - [anon_sym_volatile] = ACTIONS(2654), - [anon_sym_restrict] = ACTIONS(2654), - [anon_sym__Atomic] = ACTIONS(2654), - [anon_sym_mutable] = ACTIONS(2654), - [anon_sym_constexpr] = ACTIONS(2654), - [anon_sym_constinit] = ACTIONS(2654), - [anon_sym_consteval] = ACTIONS(2654), - [anon_sym_signed] = ACTIONS(2654), - [anon_sym_unsigned] = ACTIONS(2654), - [anon_sym_long] = ACTIONS(2654), - [anon_sym_short] = ACTIONS(2654), - [sym_primitive_type] = ACTIONS(2654), - [anon_sym_enum] = ACTIONS(2654), - [anon_sym_class] = ACTIONS(2654), - [anon_sym_struct] = ACTIONS(2654), - [anon_sym_union] = ACTIONS(2654), - [anon_sym_if] = ACTIONS(2654), - [anon_sym_switch] = ACTIONS(2654), - [anon_sym_case] = ACTIONS(2654), - [anon_sym_default] = ACTIONS(2654), - [anon_sym_while] = ACTIONS(2654), - [anon_sym_do] = ACTIONS(2654), - [anon_sym_for] = ACTIONS(2654), - [anon_sym_return] = ACTIONS(2654), - [anon_sym_break] = ACTIONS(2654), - [anon_sym_continue] = ACTIONS(2654), - [anon_sym_goto] = ACTIONS(2654), - [anon_sym_not] = ACTIONS(2654), - [anon_sym_compl] = ACTIONS(2654), - [anon_sym_DASH_DASH] = ACTIONS(2656), - [anon_sym_PLUS_PLUS] = ACTIONS(2656), - [anon_sym_sizeof] = ACTIONS(2654), - [sym_number_literal] = ACTIONS(2656), - [anon_sym_L_SQUOTE] = ACTIONS(2656), - [anon_sym_u_SQUOTE] = ACTIONS(2656), - [anon_sym_U_SQUOTE] = ACTIONS(2656), - [anon_sym_u8_SQUOTE] = ACTIONS(2656), - [anon_sym_SQUOTE] = ACTIONS(2656), - [anon_sym_L_DQUOTE] = ACTIONS(2656), - [anon_sym_u_DQUOTE] = ACTIONS(2656), - [anon_sym_U_DQUOTE] = ACTIONS(2656), - [anon_sym_u8_DQUOTE] = ACTIONS(2656), - [anon_sym_DQUOTE] = ACTIONS(2656), - [sym_true] = ACTIONS(2654), - [sym_false] = ACTIONS(2654), - [sym_null] = ACTIONS(2654), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2654), - [anon_sym_decltype] = ACTIONS(2654), - [anon_sym_virtual] = ACTIONS(2654), - [anon_sym_explicit] = ACTIONS(2654), - [anon_sym_typename] = ACTIONS(2654), - [anon_sym_template] = ACTIONS(2654), - [anon_sym_operator] = ACTIONS(2654), - [anon_sym_try] = ACTIONS(2654), - [anon_sym_delete] = ACTIONS(2654), - [anon_sym_throw] = ACTIONS(2654), - [anon_sym_namespace] = ACTIONS(2654), - [anon_sym_using] = ACTIONS(2654), - [anon_sym_static_assert] = ACTIONS(2654), - [anon_sym_concept] = ACTIONS(2654), - [anon_sym_co_return] = ACTIONS(2654), - [anon_sym_co_yield] = ACTIONS(2654), - [anon_sym_R_DQUOTE] = ACTIONS(2656), - [anon_sym_LR_DQUOTE] = ACTIONS(2656), - [anon_sym_uR_DQUOTE] = ACTIONS(2656), - [anon_sym_UR_DQUOTE] = ACTIONS(2656), - [anon_sym_u8R_DQUOTE] = ACTIONS(2656), - [anon_sym_co_await] = ACTIONS(2654), - [anon_sym_new] = ACTIONS(2654), - [anon_sym_requires] = ACTIONS(2654), - [sym_this] = ACTIONS(2654), - [sym_nullptr] = ACTIONS(2654), + [sym_identifier] = ACTIONS(2844), + [aux_sym_preproc_include_token1] = ACTIONS(2844), + [aux_sym_preproc_def_token1] = ACTIONS(2844), + [aux_sym_preproc_if_token1] = ACTIONS(2844), + [aux_sym_preproc_if_token2] = ACTIONS(2844), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2844), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2844), + [sym_preproc_directive] = ACTIONS(2844), + [anon_sym_LPAREN2] = ACTIONS(2846), + [anon_sym_BANG] = ACTIONS(2846), + [anon_sym_TILDE] = ACTIONS(2846), + [anon_sym_DASH] = ACTIONS(2844), + [anon_sym_PLUS] = ACTIONS(2844), + [anon_sym_STAR] = ACTIONS(2846), + [anon_sym_AMP_AMP] = ACTIONS(2846), + [anon_sym_AMP] = ACTIONS(2844), + [anon_sym_SEMI] = ACTIONS(2846), + [anon_sym_typedef] = ACTIONS(2844), + [anon_sym_extern] = ACTIONS(2844), + [anon_sym___attribute__] = ACTIONS(2844), + [anon_sym_COLON_COLON] = ACTIONS(2846), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2846), + [anon_sym___declspec] = ACTIONS(2844), + [anon_sym___based] = ACTIONS(2844), + [anon_sym___cdecl] = ACTIONS(2844), + [anon_sym___clrcall] = ACTIONS(2844), + [anon_sym___stdcall] = ACTIONS(2844), + [anon_sym___fastcall] = ACTIONS(2844), + [anon_sym___thiscall] = ACTIONS(2844), + [anon_sym___vectorcall] = ACTIONS(2844), + [anon_sym_LBRACE] = ACTIONS(2846), + [anon_sym_LBRACK] = ACTIONS(2844), + [anon_sym_static] = ACTIONS(2844), + [anon_sym_register] = ACTIONS(2844), + [anon_sym_inline] = ACTIONS(2844), + [anon_sym_thread_local] = ACTIONS(2844), + [anon_sym_const] = ACTIONS(2844), + [anon_sym_volatile] = ACTIONS(2844), + [anon_sym_restrict] = ACTIONS(2844), + [anon_sym__Atomic] = ACTIONS(2844), + [anon_sym_mutable] = ACTIONS(2844), + [anon_sym_constexpr] = ACTIONS(2844), + [anon_sym_constinit] = ACTIONS(2844), + [anon_sym_consteval] = ACTIONS(2844), + [anon_sym_signed] = ACTIONS(2844), + [anon_sym_unsigned] = ACTIONS(2844), + [anon_sym_long] = ACTIONS(2844), + [anon_sym_short] = ACTIONS(2844), + [sym_primitive_type] = ACTIONS(2844), + [anon_sym_enum] = ACTIONS(2844), + [anon_sym_class] = ACTIONS(2844), + [anon_sym_struct] = ACTIONS(2844), + [anon_sym_union] = ACTIONS(2844), + [anon_sym_if] = ACTIONS(2844), + [anon_sym_switch] = ACTIONS(2844), + [anon_sym_case] = ACTIONS(2844), + [anon_sym_default] = ACTIONS(2844), + [anon_sym_while] = ACTIONS(2844), + [anon_sym_do] = ACTIONS(2844), + [anon_sym_for] = ACTIONS(2844), + [anon_sym_return] = ACTIONS(2844), + [anon_sym_break] = ACTIONS(2844), + [anon_sym_continue] = ACTIONS(2844), + [anon_sym_goto] = ACTIONS(2844), + [anon_sym_not] = ACTIONS(2844), + [anon_sym_compl] = ACTIONS(2844), + [anon_sym_DASH_DASH] = ACTIONS(2846), + [anon_sym_PLUS_PLUS] = ACTIONS(2846), + [anon_sym_sizeof] = ACTIONS(2844), + [sym_number_literal] = ACTIONS(2846), + [anon_sym_L_SQUOTE] = ACTIONS(2846), + [anon_sym_u_SQUOTE] = ACTIONS(2846), + [anon_sym_U_SQUOTE] = ACTIONS(2846), + [anon_sym_u8_SQUOTE] = ACTIONS(2846), + [anon_sym_SQUOTE] = ACTIONS(2846), + [anon_sym_L_DQUOTE] = ACTIONS(2846), + [anon_sym_u_DQUOTE] = ACTIONS(2846), + [anon_sym_U_DQUOTE] = ACTIONS(2846), + [anon_sym_u8_DQUOTE] = ACTIONS(2846), + [anon_sym_DQUOTE] = ACTIONS(2846), + [sym_true] = ACTIONS(2844), + [sym_false] = ACTIONS(2844), + [sym_null] = ACTIONS(2844), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2844), + [anon_sym_decltype] = ACTIONS(2844), + [anon_sym_virtual] = ACTIONS(2844), + [anon_sym_explicit] = ACTIONS(2844), + [anon_sym_typename] = ACTIONS(2844), + [anon_sym_template] = ACTIONS(2844), + [anon_sym_operator] = ACTIONS(2844), + [anon_sym_try] = ACTIONS(2844), + [anon_sym_delete] = ACTIONS(2844), + [anon_sym_throw] = ACTIONS(2844), + [anon_sym_namespace] = ACTIONS(2844), + [anon_sym_using] = ACTIONS(2844), + [anon_sym_static_assert] = ACTIONS(2844), + [anon_sym_concept] = ACTIONS(2844), + [anon_sym_co_return] = ACTIONS(2844), + [anon_sym_co_yield] = ACTIONS(2844), + [anon_sym_R_DQUOTE] = ACTIONS(2846), + [anon_sym_LR_DQUOTE] = ACTIONS(2846), + [anon_sym_uR_DQUOTE] = ACTIONS(2846), + [anon_sym_UR_DQUOTE] = ACTIONS(2846), + [anon_sym_u8R_DQUOTE] = ACTIONS(2846), + [anon_sym_co_await] = ACTIONS(2844), + [anon_sym_new] = ACTIONS(2844), + [anon_sym_requires] = ACTIONS(2844), + [sym_this] = ACTIONS(2844), + [sym_nullptr] = ACTIONS(2844), }, [933] = { - [ts_builtin_sym_end] = ACTIONS(2788), - [sym_identifier] = ACTIONS(2786), - [aux_sym_preproc_include_token1] = ACTIONS(2786), - [aux_sym_preproc_def_token1] = ACTIONS(2786), - [aux_sym_preproc_if_token1] = ACTIONS(2786), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2786), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2786), - [sym_preproc_directive] = ACTIONS(2786), - [anon_sym_LPAREN2] = ACTIONS(2788), - [anon_sym_BANG] = ACTIONS(2788), - [anon_sym_TILDE] = ACTIONS(2788), - [anon_sym_DASH] = ACTIONS(2786), - [anon_sym_PLUS] = ACTIONS(2786), - [anon_sym_STAR] = ACTIONS(2788), - [anon_sym_AMP_AMP] = ACTIONS(2788), - [anon_sym_AMP] = ACTIONS(2786), - [anon_sym_SEMI] = ACTIONS(2788), - [anon_sym_typedef] = ACTIONS(2786), - [anon_sym_extern] = ACTIONS(2786), - [anon_sym___attribute__] = ACTIONS(2786), - [anon_sym_COLON_COLON] = ACTIONS(2788), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2788), - [anon_sym___declspec] = ACTIONS(2786), - [anon_sym___based] = ACTIONS(2786), - [anon_sym___cdecl] = ACTIONS(2786), - [anon_sym___clrcall] = ACTIONS(2786), - [anon_sym___stdcall] = ACTIONS(2786), - [anon_sym___fastcall] = ACTIONS(2786), - [anon_sym___thiscall] = ACTIONS(2786), - [anon_sym___vectorcall] = ACTIONS(2786), - [anon_sym_LBRACE] = ACTIONS(2788), - [anon_sym_LBRACK] = ACTIONS(2786), - [anon_sym_static] = ACTIONS(2786), - [anon_sym_register] = ACTIONS(2786), - [anon_sym_inline] = ACTIONS(2786), - [anon_sym_thread_local] = ACTIONS(2786), - [anon_sym_const] = ACTIONS(2786), - [anon_sym_volatile] = ACTIONS(2786), - [anon_sym_restrict] = ACTIONS(2786), - [anon_sym__Atomic] = ACTIONS(2786), - [anon_sym_mutable] = ACTIONS(2786), - [anon_sym_constexpr] = ACTIONS(2786), - [anon_sym_constinit] = ACTIONS(2786), - [anon_sym_consteval] = ACTIONS(2786), - [anon_sym_signed] = ACTIONS(2786), - [anon_sym_unsigned] = ACTIONS(2786), - [anon_sym_long] = ACTIONS(2786), - [anon_sym_short] = ACTIONS(2786), - [sym_primitive_type] = ACTIONS(2786), - [anon_sym_enum] = ACTIONS(2786), - [anon_sym_class] = ACTIONS(2786), - [anon_sym_struct] = ACTIONS(2786), - [anon_sym_union] = ACTIONS(2786), - [anon_sym_if] = ACTIONS(2786), - [anon_sym_switch] = ACTIONS(2786), - [anon_sym_case] = ACTIONS(2786), - [anon_sym_default] = ACTIONS(2786), - [anon_sym_while] = ACTIONS(2786), - [anon_sym_do] = ACTIONS(2786), - [anon_sym_for] = ACTIONS(2786), - [anon_sym_return] = ACTIONS(2786), - [anon_sym_break] = ACTIONS(2786), - [anon_sym_continue] = ACTIONS(2786), - [anon_sym_goto] = ACTIONS(2786), - [anon_sym_not] = ACTIONS(2786), - [anon_sym_compl] = ACTIONS(2786), - [anon_sym_DASH_DASH] = ACTIONS(2788), - [anon_sym_PLUS_PLUS] = ACTIONS(2788), - [anon_sym_sizeof] = ACTIONS(2786), - [sym_number_literal] = ACTIONS(2788), - [anon_sym_L_SQUOTE] = ACTIONS(2788), - [anon_sym_u_SQUOTE] = ACTIONS(2788), - [anon_sym_U_SQUOTE] = ACTIONS(2788), - [anon_sym_u8_SQUOTE] = ACTIONS(2788), - [anon_sym_SQUOTE] = ACTIONS(2788), - [anon_sym_L_DQUOTE] = ACTIONS(2788), - [anon_sym_u_DQUOTE] = ACTIONS(2788), - [anon_sym_U_DQUOTE] = ACTIONS(2788), - [anon_sym_u8_DQUOTE] = ACTIONS(2788), - [anon_sym_DQUOTE] = ACTIONS(2788), - [sym_true] = ACTIONS(2786), - [sym_false] = ACTIONS(2786), - [sym_null] = ACTIONS(2786), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2786), - [anon_sym_decltype] = ACTIONS(2786), - [anon_sym_virtual] = ACTIONS(2786), - [anon_sym_explicit] = ACTIONS(2786), - [anon_sym_typename] = ACTIONS(2786), - [anon_sym_template] = ACTIONS(2786), - [anon_sym_operator] = ACTIONS(2786), - [anon_sym_try] = ACTIONS(2786), - [anon_sym_delete] = ACTIONS(2786), - [anon_sym_throw] = ACTIONS(2786), - [anon_sym_namespace] = ACTIONS(2786), - [anon_sym_using] = ACTIONS(2786), - [anon_sym_static_assert] = ACTIONS(2786), - [anon_sym_concept] = ACTIONS(2786), - [anon_sym_co_return] = ACTIONS(2786), - [anon_sym_co_yield] = ACTIONS(2786), - [anon_sym_R_DQUOTE] = ACTIONS(2788), - [anon_sym_LR_DQUOTE] = ACTIONS(2788), - [anon_sym_uR_DQUOTE] = ACTIONS(2788), - [anon_sym_UR_DQUOTE] = ACTIONS(2788), - [anon_sym_u8R_DQUOTE] = ACTIONS(2788), - [anon_sym_co_await] = ACTIONS(2786), - [anon_sym_new] = ACTIONS(2786), - [anon_sym_requires] = ACTIONS(2786), - [sym_this] = ACTIONS(2786), - [sym_nullptr] = ACTIONS(2786), + [ts_builtin_sym_end] = ACTIONS(2762), + [sym_identifier] = ACTIONS(2760), + [aux_sym_preproc_include_token1] = ACTIONS(2760), + [aux_sym_preproc_def_token1] = ACTIONS(2760), + [aux_sym_preproc_if_token1] = ACTIONS(2760), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2760), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2760), + [sym_preproc_directive] = ACTIONS(2760), + [anon_sym_LPAREN2] = ACTIONS(2762), + [anon_sym_BANG] = ACTIONS(2762), + [anon_sym_TILDE] = ACTIONS(2762), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_STAR] = ACTIONS(2762), + [anon_sym_AMP_AMP] = ACTIONS(2762), + [anon_sym_AMP] = ACTIONS(2760), + [anon_sym_SEMI] = ACTIONS(2762), + [anon_sym_typedef] = ACTIONS(2760), + [anon_sym_extern] = ACTIONS(2760), + [anon_sym___attribute__] = ACTIONS(2760), + [anon_sym_COLON_COLON] = ACTIONS(2762), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2762), + [anon_sym___declspec] = ACTIONS(2760), + [anon_sym___based] = ACTIONS(2760), + [anon_sym___cdecl] = ACTIONS(2760), + [anon_sym___clrcall] = ACTIONS(2760), + [anon_sym___stdcall] = ACTIONS(2760), + [anon_sym___fastcall] = ACTIONS(2760), + [anon_sym___thiscall] = ACTIONS(2760), + [anon_sym___vectorcall] = ACTIONS(2760), + [anon_sym_LBRACE] = ACTIONS(2762), + [anon_sym_LBRACK] = ACTIONS(2760), + [anon_sym_static] = ACTIONS(2760), + [anon_sym_register] = ACTIONS(2760), + [anon_sym_inline] = ACTIONS(2760), + [anon_sym_thread_local] = ACTIONS(2760), + [anon_sym_const] = ACTIONS(2760), + [anon_sym_volatile] = ACTIONS(2760), + [anon_sym_restrict] = ACTIONS(2760), + [anon_sym__Atomic] = ACTIONS(2760), + [anon_sym_mutable] = ACTIONS(2760), + [anon_sym_constexpr] = ACTIONS(2760), + [anon_sym_constinit] = ACTIONS(2760), + [anon_sym_consteval] = ACTIONS(2760), + [anon_sym_signed] = ACTIONS(2760), + [anon_sym_unsigned] = ACTIONS(2760), + [anon_sym_long] = ACTIONS(2760), + [anon_sym_short] = ACTIONS(2760), + [sym_primitive_type] = ACTIONS(2760), + [anon_sym_enum] = ACTIONS(2760), + [anon_sym_class] = ACTIONS(2760), + [anon_sym_struct] = ACTIONS(2760), + [anon_sym_union] = ACTIONS(2760), + [anon_sym_if] = ACTIONS(2760), + [anon_sym_switch] = ACTIONS(2760), + [anon_sym_case] = ACTIONS(2760), + [anon_sym_default] = ACTIONS(2760), + [anon_sym_while] = ACTIONS(2760), + [anon_sym_do] = ACTIONS(2760), + [anon_sym_for] = ACTIONS(2760), + [anon_sym_return] = ACTIONS(2760), + [anon_sym_break] = ACTIONS(2760), + [anon_sym_continue] = ACTIONS(2760), + [anon_sym_goto] = ACTIONS(2760), + [anon_sym_not] = ACTIONS(2760), + [anon_sym_compl] = ACTIONS(2760), + [anon_sym_DASH_DASH] = ACTIONS(2762), + [anon_sym_PLUS_PLUS] = ACTIONS(2762), + [anon_sym_sizeof] = ACTIONS(2760), + [sym_number_literal] = ACTIONS(2762), + [anon_sym_L_SQUOTE] = ACTIONS(2762), + [anon_sym_u_SQUOTE] = ACTIONS(2762), + [anon_sym_U_SQUOTE] = ACTIONS(2762), + [anon_sym_u8_SQUOTE] = ACTIONS(2762), + [anon_sym_SQUOTE] = ACTIONS(2762), + [anon_sym_L_DQUOTE] = ACTIONS(2762), + [anon_sym_u_DQUOTE] = ACTIONS(2762), + [anon_sym_U_DQUOTE] = ACTIONS(2762), + [anon_sym_u8_DQUOTE] = ACTIONS(2762), + [anon_sym_DQUOTE] = ACTIONS(2762), + [sym_true] = ACTIONS(2760), + [sym_false] = ACTIONS(2760), + [sym_null] = ACTIONS(2760), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2760), + [anon_sym_decltype] = ACTIONS(2760), + [anon_sym_virtual] = ACTIONS(2760), + [anon_sym_explicit] = ACTIONS(2760), + [anon_sym_typename] = ACTIONS(2760), + [anon_sym_template] = ACTIONS(2760), + [anon_sym_operator] = ACTIONS(2760), + [anon_sym_try] = ACTIONS(2760), + [anon_sym_delete] = ACTIONS(2760), + [anon_sym_throw] = ACTIONS(2760), + [anon_sym_namespace] = ACTIONS(2760), + [anon_sym_using] = ACTIONS(2760), + [anon_sym_static_assert] = ACTIONS(2760), + [anon_sym_concept] = ACTIONS(2760), + [anon_sym_co_return] = ACTIONS(2760), + [anon_sym_co_yield] = ACTIONS(2760), + [anon_sym_R_DQUOTE] = ACTIONS(2762), + [anon_sym_LR_DQUOTE] = ACTIONS(2762), + [anon_sym_uR_DQUOTE] = ACTIONS(2762), + [anon_sym_UR_DQUOTE] = ACTIONS(2762), + [anon_sym_u8R_DQUOTE] = ACTIONS(2762), + [anon_sym_co_await] = ACTIONS(2760), + [anon_sym_new] = ACTIONS(2760), + [anon_sym_requires] = ACTIONS(2760), + [sym_this] = ACTIONS(2760), + [sym_nullptr] = ACTIONS(2760), }, [934] = { - [sym_identifier] = ACTIONS(2868), - [aux_sym_preproc_include_token1] = ACTIONS(2868), - [aux_sym_preproc_def_token1] = ACTIONS(2868), - [aux_sym_preproc_if_token1] = ACTIONS(2868), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2868), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2868), - [sym_preproc_directive] = ACTIONS(2868), - [anon_sym_LPAREN2] = ACTIONS(2870), - [anon_sym_BANG] = ACTIONS(2870), - [anon_sym_TILDE] = ACTIONS(2870), - [anon_sym_DASH] = ACTIONS(2868), - [anon_sym_PLUS] = ACTIONS(2868), - [anon_sym_STAR] = ACTIONS(2870), - [anon_sym_AMP_AMP] = ACTIONS(2870), - [anon_sym_AMP] = ACTIONS(2868), - [anon_sym_SEMI] = ACTIONS(2870), - [anon_sym_typedef] = ACTIONS(2868), - [anon_sym_extern] = ACTIONS(2868), - [anon_sym___attribute__] = ACTIONS(2868), - [anon_sym_COLON_COLON] = ACTIONS(2870), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2870), - [anon_sym___declspec] = ACTIONS(2868), - [anon_sym___based] = ACTIONS(2868), - [anon_sym___cdecl] = ACTIONS(2868), - [anon_sym___clrcall] = ACTIONS(2868), - [anon_sym___stdcall] = ACTIONS(2868), - [anon_sym___fastcall] = ACTIONS(2868), - [anon_sym___thiscall] = ACTIONS(2868), - [anon_sym___vectorcall] = ACTIONS(2868), - [anon_sym_LBRACE] = ACTIONS(2870), - [anon_sym_RBRACE] = ACTIONS(2870), - [anon_sym_LBRACK] = ACTIONS(2868), - [anon_sym_static] = ACTIONS(2868), - [anon_sym_register] = ACTIONS(2868), - [anon_sym_inline] = ACTIONS(2868), - [anon_sym_thread_local] = ACTIONS(2868), - [anon_sym_const] = ACTIONS(2868), - [anon_sym_volatile] = ACTIONS(2868), - [anon_sym_restrict] = ACTIONS(2868), - [anon_sym__Atomic] = ACTIONS(2868), - [anon_sym_mutable] = ACTIONS(2868), - [anon_sym_constexpr] = ACTIONS(2868), - [anon_sym_constinit] = ACTIONS(2868), - [anon_sym_consteval] = ACTIONS(2868), - [anon_sym_signed] = ACTIONS(2868), - [anon_sym_unsigned] = ACTIONS(2868), - [anon_sym_long] = ACTIONS(2868), - [anon_sym_short] = ACTIONS(2868), - [sym_primitive_type] = ACTIONS(2868), - [anon_sym_enum] = ACTIONS(2868), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2868), - [anon_sym_union] = ACTIONS(2868), - [anon_sym_if] = ACTIONS(2868), - [anon_sym_switch] = ACTIONS(2868), - [anon_sym_case] = ACTIONS(2868), - [anon_sym_default] = ACTIONS(2868), - [anon_sym_while] = ACTIONS(2868), - [anon_sym_do] = ACTIONS(2868), - [anon_sym_for] = ACTIONS(2868), - [anon_sym_return] = ACTIONS(2868), - [anon_sym_break] = ACTIONS(2868), - [anon_sym_continue] = ACTIONS(2868), - [anon_sym_goto] = ACTIONS(2868), - [anon_sym_not] = ACTIONS(2868), - [anon_sym_compl] = ACTIONS(2868), - [anon_sym_DASH_DASH] = ACTIONS(2870), - [anon_sym_PLUS_PLUS] = ACTIONS(2870), - [anon_sym_sizeof] = ACTIONS(2868), - [sym_number_literal] = ACTIONS(2870), - [anon_sym_L_SQUOTE] = ACTIONS(2870), - [anon_sym_u_SQUOTE] = ACTIONS(2870), - [anon_sym_U_SQUOTE] = ACTIONS(2870), - [anon_sym_u8_SQUOTE] = ACTIONS(2870), - [anon_sym_SQUOTE] = ACTIONS(2870), - [anon_sym_L_DQUOTE] = ACTIONS(2870), - [anon_sym_u_DQUOTE] = ACTIONS(2870), - [anon_sym_U_DQUOTE] = ACTIONS(2870), - [anon_sym_u8_DQUOTE] = ACTIONS(2870), - [anon_sym_DQUOTE] = ACTIONS(2870), - [sym_true] = ACTIONS(2868), - [sym_false] = ACTIONS(2868), - [sym_null] = ACTIONS(2868), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2868), - [anon_sym_decltype] = ACTIONS(2868), - [anon_sym_virtual] = ACTIONS(2868), - [anon_sym_explicit] = ACTIONS(2868), - [anon_sym_typename] = ACTIONS(2868), - [anon_sym_template] = ACTIONS(2868), - [anon_sym_operator] = ACTIONS(2868), - [anon_sym_try] = ACTIONS(2868), - [anon_sym_delete] = ACTIONS(2868), - [anon_sym_throw] = ACTIONS(2868), - [anon_sym_namespace] = ACTIONS(2868), - [anon_sym_using] = ACTIONS(2868), - [anon_sym_static_assert] = ACTIONS(2868), - [anon_sym_concept] = ACTIONS(2868), - [anon_sym_co_return] = ACTIONS(2868), - [anon_sym_co_yield] = ACTIONS(2868), - [anon_sym_R_DQUOTE] = ACTIONS(2870), - [anon_sym_LR_DQUOTE] = ACTIONS(2870), - [anon_sym_uR_DQUOTE] = ACTIONS(2870), - [anon_sym_UR_DQUOTE] = ACTIONS(2870), - [anon_sym_u8R_DQUOTE] = ACTIONS(2870), - [anon_sym_co_await] = ACTIONS(2868), - [anon_sym_new] = ACTIONS(2868), - [anon_sym_requires] = ACTIONS(2868), - [sym_this] = ACTIONS(2868), - [sym_nullptr] = ACTIONS(2868), + [ts_builtin_sym_end] = ACTIONS(2856), + [sym_identifier] = ACTIONS(2854), + [aux_sym_preproc_include_token1] = ACTIONS(2854), + [aux_sym_preproc_def_token1] = ACTIONS(2854), + [aux_sym_preproc_if_token1] = ACTIONS(2854), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2854), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2854), + [sym_preproc_directive] = ACTIONS(2854), + [anon_sym_LPAREN2] = ACTIONS(2856), + [anon_sym_BANG] = ACTIONS(2856), + [anon_sym_TILDE] = ACTIONS(2856), + [anon_sym_DASH] = ACTIONS(2854), + [anon_sym_PLUS] = ACTIONS(2854), + [anon_sym_STAR] = ACTIONS(2856), + [anon_sym_AMP_AMP] = ACTIONS(2856), + [anon_sym_AMP] = ACTIONS(2854), + [anon_sym_SEMI] = ACTIONS(2856), + [anon_sym_typedef] = ACTIONS(2854), + [anon_sym_extern] = ACTIONS(2854), + [anon_sym___attribute__] = ACTIONS(2854), + [anon_sym_COLON_COLON] = ACTIONS(2856), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2856), + [anon_sym___declspec] = ACTIONS(2854), + [anon_sym___based] = ACTIONS(2854), + [anon_sym___cdecl] = ACTIONS(2854), + [anon_sym___clrcall] = ACTIONS(2854), + [anon_sym___stdcall] = ACTIONS(2854), + [anon_sym___fastcall] = ACTIONS(2854), + [anon_sym___thiscall] = ACTIONS(2854), + [anon_sym___vectorcall] = ACTIONS(2854), + [anon_sym_LBRACE] = ACTIONS(2856), + [anon_sym_LBRACK] = ACTIONS(2854), + [anon_sym_static] = ACTIONS(2854), + [anon_sym_register] = ACTIONS(2854), + [anon_sym_inline] = ACTIONS(2854), + [anon_sym_thread_local] = ACTIONS(2854), + [anon_sym_const] = ACTIONS(2854), + [anon_sym_volatile] = ACTIONS(2854), + [anon_sym_restrict] = ACTIONS(2854), + [anon_sym__Atomic] = ACTIONS(2854), + [anon_sym_mutable] = ACTIONS(2854), + [anon_sym_constexpr] = ACTIONS(2854), + [anon_sym_constinit] = ACTIONS(2854), + [anon_sym_consteval] = ACTIONS(2854), + [anon_sym_signed] = ACTIONS(2854), + [anon_sym_unsigned] = ACTIONS(2854), + [anon_sym_long] = ACTIONS(2854), + [anon_sym_short] = ACTIONS(2854), + [sym_primitive_type] = ACTIONS(2854), + [anon_sym_enum] = ACTIONS(2854), + [anon_sym_class] = ACTIONS(2854), + [anon_sym_struct] = ACTIONS(2854), + [anon_sym_union] = ACTIONS(2854), + [anon_sym_if] = ACTIONS(2854), + [anon_sym_switch] = ACTIONS(2854), + [anon_sym_case] = ACTIONS(2854), + [anon_sym_default] = ACTIONS(2854), + [anon_sym_while] = ACTIONS(2854), + [anon_sym_do] = ACTIONS(2854), + [anon_sym_for] = ACTIONS(2854), + [anon_sym_return] = ACTIONS(2854), + [anon_sym_break] = ACTIONS(2854), + [anon_sym_continue] = ACTIONS(2854), + [anon_sym_goto] = ACTIONS(2854), + [anon_sym_not] = ACTIONS(2854), + [anon_sym_compl] = ACTIONS(2854), + [anon_sym_DASH_DASH] = ACTIONS(2856), + [anon_sym_PLUS_PLUS] = ACTIONS(2856), + [anon_sym_sizeof] = ACTIONS(2854), + [sym_number_literal] = ACTIONS(2856), + [anon_sym_L_SQUOTE] = ACTIONS(2856), + [anon_sym_u_SQUOTE] = ACTIONS(2856), + [anon_sym_U_SQUOTE] = ACTIONS(2856), + [anon_sym_u8_SQUOTE] = ACTIONS(2856), + [anon_sym_SQUOTE] = ACTIONS(2856), + [anon_sym_L_DQUOTE] = ACTIONS(2856), + [anon_sym_u_DQUOTE] = ACTIONS(2856), + [anon_sym_U_DQUOTE] = ACTIONS(2856), + [anon_sym_u8_DQUOTE] = ACTIONS(2856), + [anon_sym_DQUOTE] = ACTIONS(2856), + [sym_true] = ACTIONS(2854), + [sym_false] = ACTIONS(2854), + [sym_null] = ACTIONS(2854), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2854), + [anon_sym_decltype] = ACTIONS(2854), + [anon_sym_virtual] = ACTIONS(2854), + [anon_sym_explicit] = ACTIONS(2854), + [anon_sym_typename] = ACTIONS(2854), + [anon_sym_template] = ACTIONS(2854), + [anon_sym_operator] = ACTIONS(2854), + [anon_sym_try] = ACTIONS(2854), + [anon_sym_delete] = ACTIONS(2854), + [anon_sym_throw] = ACTIONS(2854), + [anon_sym_namespace] = ACTIONS(2854), + [anon_sym_using] = ACTIONS(2854), + [anon_sym_static_assert] = ACTIONS(2854), + [anon_sym_concept] = ACTIONS(2854), + [anon_sym_co_return] = ACTIONS(2854), + [anon_sym_co_yield] = ACTIONS(2854), + [anon_sym_R_DQUOTE] = ACTIONS(2856), + [anon_sym_LR_DQUOTE] = ACTIONS(2856), + [anon_sym_uR_DQUOTE] = ACTIONS(2856), + [anon_sym_UR_DQUOTE] = ACTIONS(2856), + [anon_sym_u8R_DQUOTE] = ACTIONS(2856), + [anon_sym_co_await] = ACTIONS(2854), + [anon_sym_new] = ACTIONS(2854), + [anon_sym_requires] = ACTIONS(2854), + [sym_this] = ACTIONS(2854), + [sym_nullptr] = ACTIONS(2854), }, [935] = { - [sym_identifier] = ACTIONS(2734), - [aux_sym_preproc_include_token1] = ACTIONS(2734), - [aux_sym_preproc_def_token1] = ACTIONS(2734), - [aux_sym_preproc_if_token1] = ACTIONS(2734), - [aux_sym_preproc_if_token2] = ACTIONS(2734), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2734), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2734), - [sym_preproc_directive] = ACTIONS(2734), - [anon_sym_LPAREN2] = ACTIONS(2736), - [anon_sym_BANG] = ACTIONS(2736), - [anon_sym_TILDE] = ACTIONS(2736), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_STAR] = ACTIONS(2736), - [anon_sym_AMP_AMP] = ACTIONS(2736), - [anon_sym_AMP] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2736), - [anon_sym_typedef] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym___attribute__] = ACTIONS(2734), - [anon_sym_COLON_COLON] = ACTIONS(2736), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2736), - [anon_sym___declspec] = ACTIONS(2734), - [anon_sym___based] = ACTIONS(2734), - [anon_sym___cdecl] = ACTIONS(2734), - [anon_sym___clrcall] = ACTIONS(2734), - [anon_sym___stdcall] = ACTIONS(2734), - [anon_sym___fastcall] = ACTIONS(2734), - [anon_sym___thiscall] = ACTIONS(2734), - [anon_sym___vectorcall] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2736), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_static] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_inline] = ACTIONS(2734), - [anon_sym_thread_local] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_volatile] = ACTIONS(2734), - [anon_sym_restrict] = ACTIONS(2734), - [anon_sym__Atomic] = ACTIONS(2734), - [anon_sym_mutable] = ACTIONS(2734), - [anon_sym_constexpr] = ACTIONS(2734), - [anon_sym_constinit] = ACTIONS(2734), - [anon_sym_consteval] = ACTIONS(2734), - [anon_sym_signed] = ACTIONS(2734), - [anon_sym_unsigned] = ACTIONS(2734), - [anon_sym_long] = ACTIONS(2734), - [anon_sym_short] = ACTIONS(2734), - [sym_primitive_type] = ACTIONS(2734), - [anon_sym_enum] = ACTIONS(2734), - [anon_sym_class] = ACTIONS(2734), - [anon_sym_struct] = ACTIONS(2734), - [anon_sym_union] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_switch] = ACTIONS(2734), - [anon_sym_case] = ACTIONS(2734), - [anon_sym_default] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_goto] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [anon_sym_compl] = ACTIONS(2734), - [anon_sym_DASH_DASH] = ACTIONS(2736), - [anon_sym_PLUS_PLUS] = ACTIONS(2736), - [anon_sym_sizeof] = ACTIONS(2734), - [sym_number_literal] = ACTIONS(2736), - [anon_sym_L_SQUOTE] = ACTIONS(2736), - [anon_sym_u_SQUOTE] = ACTIONS(2736), - [anon_sym_U_SQUOTE] = ACTIONS(2736), - [anon_sym_u8_SQUOTE] = ACTIONS(2736), - [anon_sym_SQUOTE] = ACTIONS(2736), - [anon_sym_L_DQUOTE] = ACTIONS(2736), - [anon_sym_u_DQUOTE] = ACTIONS(2736), - [anon_sym_U_DQUOTE] = ACTIONS(2736), - [anon_sym_u8_DQUOTE] = ACTIONS(2736), - [anon_sym_DQUOTE] = ACTIONS(2736), - [sym_true] = ACTIONS(2734), - [sym_false] = ACTIONS(2734), - [sym_null] = ACTIONS(2734), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2734), - [anon_sym_decltype] = ACTIONS(2734), - [anon_sym_virtual] = ACTIONS(2734), - [anon_sym_explicit] = ACTIONS(2734), - [anon_sym_typename] = ACTIONS(2734), - [anon_sym_template] = ACTIONS(2734), - [anon_sym_operator] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_delete] = ACTIONS(2734), - [anon_sym_throw] = ACTIONS(2734), - [anon_sym_namespace] = ACTIONS(2734), - [anon_sym_using] = ACTIONS(2734), - [anon_sym_static_assert] = ACTIONS(2734), - [anon_sym_concept] = ACTIONS(2734), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_R_DQUOTE] = ACTIONS(2736), - [anon_sym_LR_DQUOTE] = ACTIONS(2736), - [anon_sym_uR_DQUOTE] = ACTIONS(2736), - [anon_sym_UR_DQUOTE] = ACTIONS(2736), - [anon_sym_u8R_DQUOTE] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(2734), - [anon_sym_new] = ACTIONS(2734), - [anon_sym_requires] = ACTIONS(2734), - [sym_this] = ACTIONS(2734), - [sym_nullptr] = ACTIONS(2734), + [ts_builtin_sym_end] = ACTIONS(2682), + [sym_identifier] = ACTIONS(2680), + [aux_sym_preproc_include_token1] = ACTIONS(2680), + [aux_sym_preproc_def_token1] = ACTIONS(2680), + [aux_sym_preproc_if_token1] = ACTIONS(2680), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2680), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2680), + [sym_preproc_directive] = ACTIONS(2680), + [anon_sym_LPAREN2] = ACTIONS(2682), + [anon_sym_BANG] = ACTIONS(2682), + [anon_sym_TILDE] = ACTIONS(2682), + [anon_sym_DASH] = ACTIONS(2680), + [anon_sym_PLUS] = ACTIONS(2680), + [anon_sym_STAR] = ACTIONS(2682), + [anon_sym_AMP_AMP] = ACTIONS(2682), + [anon_sym_AMP] = ACTIONS(2680), + [anon_sym_SEMI] = ACTIONS(2682), + [anon_sym_typedef] = ACTIONS(2680), + [anon_sym_extern] = ACTIONS(2680), + [anon_sym___attribute__] = ACTIONS(2680), + [anon_sym_COLON_COLON] = ACTIONS(2682), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2682), + [anon_sym___declspec] = ACTIONS(2680), + [anon_sym___based] = ACTIONS(2680), + [anon_sym___cdecl] = ACTIONS(2680), + [anon_sym___clrcall] = ACTIONS(2680), + [anon_sym___stdcall] = ACTIONS(2680), + [anon_sym___fastcall] = ACTIONS(2680), + [anon_sym___thiscall] = ACTIONS(2680), + [anon_sym___vectorcall] = ACTIONS(2680), + [anon_sym_LBRACE] = ACTIONS(2682), + [anon_sym_LBRACK] = ACTIONS(2680), + [anon_sym_static] = ACTIONS(2680), + [anon_sym_register] = ACTIONS(2680), + [anon_sym_inline] = ACTIONS(2680), + [anon_sym_thread_local] = ACTIONS(2680), + [anon_sym_const] = ACTIONS(2680), + [anon_sym_volatile] = ACTIONS(2680), + [anon_sym_restrict] = ACTIONS(2680), + [anon_sym__Atomic] = ACTIONS(2680), + [anon_sym_mutable] = ACTIONS(2680), + [anon_sym_constexpr] = ACTIONS(2680), + [anon_sym_constinit] = ACTIONS(2680), + [anon_sym_consteval] = ACTIONS(2680), + [anon_sym_signed] = ACTIONS(2680), + [anon_sym_unsigned] = ACTIONS(2680), + [anon_sym_long] = ACTIONS(2680), + [anon_sym_short] = ACTIONS(2680), + [sym_primitive_type] = ACTIONS(2680), + [anon_sym_enum] = ACTIONS(2680), + [anon_sym_class] = ACTIONS(2680), + [anon_sym_struct] = ACTIONS(2680), + [anon_sym_union] = ACTIONS(2680), + [anon_sym_if] = ACTIONS(2680), + [anon_sym_switch] = ACTIONS(2680), + [anon_sym_case] = ACTIONS(2680), + [anon_sym_default] = ACTIONS(2680), + [anon_sym_while] = ACTIONS(2680), + [anon_sym_do] = ACTIONS(2680), + [anon_sym_for] = ACTIONS(2680), + [anon_sym_return] = ACTIONS(2680), + [anon_sym_break] = ACTIONS(2680), + [anon_sym_continue] = ACTIONS(2680), + [anon_sym_goto] = ACTIONS(2680), + [anon_sym_not] = ACTIONS(2680), + [anon_sym_compl] = ACTIONS(2680), + [anon_sym_DASH_DASH] = ACTIONS(2682), + [anon_sym_PLUS_PLUS] = ACTIONS(2682), + [anon_sym_sizeof] = ACTIONS(2680), + [sym_number_literal] = ACTIONS(2682), + [anon_sym_L_SQUOTE] = ACTIONS(2682), + [anon_sym_u_SQUOTE] = ACTIONS(2682), + [anon_sym_U_SQUOTE] = ACTIONS(2682), + [anon_sym_u8_SQUOTE] = ACTIONS(2682), + [anon_sym_SQUOTE] = ACTIONS(2682), + [anon_sym_L_DQUOTE] = ACTIONS(2682), + [anon_sym_u_DQUOTE] = ACTIONS(2682), + [anon_sym_U_DQUOTE] = ACTIONS(2682), + [anon_sym_u8_DQUOTE] = ACTIONS(2682), + [anon_sym_DQUOTE] = ACTIONS(2682), + [sym_true] = ACTIONS(2680), + [sym_false] = ACTIONS(2680), + [sym_null] = ACTIONS(2680), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2680), + [anon_sym_decltype] = ACTIONS(2680), + [anon_sym_virtual] = ACTIONS(2680), + [anon_sym_explicit] = ACTIONS(2680), + [anon_sym_typename] = ACTIONS(2680), + [anon_sym_template] = ACTIONS(2680), + [anon_sym_operator] = ACTIONS(2680), + [anon_sym_try] = ACTIONS(2680), + [anon_sym_delete] = ACTIONS(2680), + [anon_sym_throw] = ACTIONS(2680), + [anon_sym_namespace] = ACTIONS(2680), + [anon_sym_using] = ACTIONS(2680), + [anon_sym_static_assert] = ACTIONS(2680), + [anon_sym_concept] = ACTIONS(2680), + [anon_sym_co_return] = ACTIONS(2680), + [anon_sym_co_yield] = ACTIONS(2680), + [anon_sym_R_DQUOTE] = ACTIONS(2682), + [anon_sym_LR_DQUOTE] = ACTIONS(2682), + [anon_sym_uR_DQUOTE] = ACTIONS(2682), + [anon_sym_UR_DQUOTE] = ACTIONS(2682), + [anon_sym_u8R_DQUOTE] = ACTIONS(2682), + [anon_sym_co_await] = ACTIONS(2680), + [anon_sym_new] = ACTIONS(2680), + [anon_sym_requires] = ACTIONS(2680), + [sym_this] = ACTIONS(2680), + [sym_nullptr] = ACTIONS(2680), }, [936] = { - [sym_identifier] = ACTIONS(2674), - [aux_sym_preproc_include_token1] = ACTIONS(2674), - [aux_sym_preproc_def_token1] = ACTIONS(2674), - [aux_sym_preproc_if_token1] = ACTIONS(2674), - [aux_sym_preproc_if_token2] = ACTIONS(2674), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2674), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2674), - [sym_preproc_directive] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(2676), - [anon_sym_BANG] = ACTIONS(2676), - [anon_sym_TILDE] = ACTIONS(2676), - [anon_sym_DASH] = ACTIONS(2674), - [anon_sym_PLUS] = ACTIONS(2674), - [anon_sym_STAR] = ACTIONS(2676), - [anon_sym_AMP_AMP] = ACTIONS(2676), - [anon_sym_AMP] = ACTIONS(2674), - [anon_sym_SEMI] = ACTIONS(2676), - [anon_sym_typedef] = ACTIONS(2674), - [anon_sym_extern] = ACTIONS(2674), - [anon_sym___attribute__] = ACTIONS(2674), - [anon_sym_COLON_COLON] = ACTIONS(2676), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2676), - [anon_sym___declspec] = ACTIONS(2674), - [anon_sym___based] = ACTIONS(2674), - [anon_sym___cdecl] = ACTIONS(2674), - [anon_sym___clrcall] = ACTIONS(2674), - [anon_sym___stdcall] = ACTIONS(2674), - [anon_sym___fastcall] = ACTIONS(2674), - [anon_sym___thiscall] = ACTIONS(2674), - [anon_sym___vectorcall] = ACTIONS(2674), - [anon_sym_LBRACE] = ACTIONS(2676), - [anon_sym_LBRACK] = ACTIONS(2674), - [anon_sym_static] = ACTIONS(2674), - [anon_sym_register] = ACTIONS(2674), - [anon_sym_inline] = ACTIONS(2674), - [anon_sym_thread_local] = ACTIONS(2674), - [anon_sym_const] = ACTIONS(2674), - [anon_sym_volatile] = ACTIONS(2674), - [anon_sym_restrict] = ACTIONS(2674), - [anon_sym__Atomic] = ACTIONS(2674), - [anon_sym_mutable] = ACTIONS(2674), - [anon_sym_constexpr] = ACTIONS(2674), - [anon_sym_constinit] = ACTIONS(2674), - [anon_sym_consteval] = ACTIONS(2674), - [anon_sym_signed] = ACTIONS(2674), - [anon_sym_unsigned] = ACTIONS(2674), - [anon_sym_long] = ACTIONS(2674), - [anon_sym_short] = ACTIONS(2674), - [sym_primitive_type] = ACTIONS(2674), - [anon_sym_enum] = ACTIONS(2674), - [anon_sym_class] = ACTIONS(2674), - [anon_sym_struct] = ACTIONS(2674), - [anon_sym_union] = ACTIONS(2674), - [anon_sym_if] = ACTIONS(2674), - [anon_sym_switch] = ACTIONS(2674), - [anon_sym_case] = ACTIONS(2674), - [anon_sym_default] = ACTIONS(2674), - [anon_sym_while] = ACTIONS(2674), - [anon_sym_do] = ACTIONS(2674), - [anon_sym_for] = ACTIONS(2674), - [anon_sym_return] = ACTIONS(2674), - [anon_sym_break] = ACTIONS(2674), - [anon_sym_continue] = ACTIONS(2674), - [anon_sym_goto] = ACTIONS(2674), - [anon_sym_not] = ACTIONS(2674), - [anon_sym_compl] = ACTIONS(2674), - [anon_sym_DASH_DASH] = ACTIONS(2676), - [anon_sym_PLUS_PLUS] = ACTIONS(2676), - [anon_sym_sizeof] = ACTIONS(2674), - [sym_number_literal] = ACTIONS(2676), - [anon_sym_L_SQUOTE] = ACTIONS(2676), - [anon_sym_u_SQUOTE] = ACTIONS(2676), - [anon_sym_U_SQUOTE] = ACTIONS(2676), - [anon_sym_u8_SQUOTE] = ACTIONS(2676), - [anon_sym_SQUOTE] = ACTIONS(2676), - [anon_sym_L_DQUOTE] = ACTIONS(2676), - [anon_sym_u_DQUOTE] = ACTIONS(2676), - [anon_sym_U_DQUOTE] = ACTIONS(2676), - [anon_sym_u8_DQUOTE] = ACTIONS(2676), - [anon_sym_DQUOTE] = ACTIONS(2676), - [sym_true] = ACTIONS(2674), - [sym_false] = ACTIONS(2674), - [sym_null] = ACTIONS(2674), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2674), - [anon_sym_decltype] = ACTIONS(2674), - [anon_sym_virtual] = ACTIONS(2674), - [anon_sym_explicit] = ACTIONS(2674), - [anon_sym_typename] = ACTIONS(2674), - [anon_sym_template] = ACTIONS(2674), - [anon_sym_operator] = ACTIONS(2674), - [anon_sym_try] = ACTIONS(2674), - [anon_sym_delete] = ACTIONS(2674), - [anon_sym_throw] = ACTIONS(2674), - [anon_sym_namespace] = ACTIONS(2674), - [anon_sym_using] = ACTIONS(2674), - [anon_sym_static_assert] = ACTIONS(2674), - [anon_sym_concept] = ACTIONS(2674), - [anon_sym_co_return] = ACTIONS(2674), - [anon_sym_co_yield] = ACTIONS(2674), - [anon_sym_R_DQUOTE] = ACTIONS(2676), - [anon_sym_LR_DQUOTE] = ACTIONS(2676), - [anon_sym_uR_DQUOTE] = ACTIONS(2676), - [anon_sym_UR_DQUOTE] = ACTIONS(2676), - [anon_sym_u8R_DQUOTE] = ACTIONS(2676), - [anon_sym_co_await] = ACTIONS(2674), - [anon_sym_new] = ACTIONS(2674), - [anon_sym_requires] = ACTIONS(2674), - [sym_this] = ACTIONS(2674), - [sym_nullptr] = ACTIONS(2674), + [sym_identifier] = ACTIONS(2840), + [aux_sym_preproc_include_token1] = ACTIONS(2840), + [aux_sym_preproc_def_token1] = ACTIONS(2840), + [aux_sym_preproc_if_token1] = ACTIONS(2840), + [aux_sym_preproc_if_token2] = ACTIONS(2840), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2840), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2840), + [sym_preproc_directive] = ACTIONS(2840), + [anon_sym_LPAREN2] = ACTIONS(2842), + [anon_sym_BANG] = ACTIONS(2842), + [anon_sym_TILDE] = ACTIONS(2842), + [anon_sym_DASH] = ACTIONS(2840), + [anon_sym_PLUS] = ACTIONS(2840), + [anon_sym_STAR] = ACTIONS(2842), + [anon_sym_AMP_AMP] = ACTIONS(2842), + [anon_sym_AMP] = ACTIONS(2840), + [anon_sym_SEMI] = ACTIONS(2842), + [anon_sym_typedef] = ACTIONS(2840), + [anon_sym_extern] = ACTIONS(2840), + [anon_sym___attribute__] = ACTIONS(2840), + [anon_sym_COLON_COLON] = ACTIONS(2842), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2842), + [anon_sym___declspec] = ACTIONS(2840), + [anon_sym___based] = ACTIONS(2840), + [anon_sym___cdecl] = ACTIONS(2840), + [anon_sym___clrcall] = ACTIONS(2840), + [anon_sym___stdcall] = ACTIONS(2840), + [anon_sym___fastcall] = ACTIONS(2840), + [anon_sym___thiscall] = ACTIONS(2840), + [anon_sym___vectorcall] = ACTIONS(2840), + [anon_sym_LBRACE] = ACTIONS(2842), + [anon_sym_LBRACK] = ACTIONS(2840), + [anon_sym_static] = ACTIONS(2840), + [anon_sym_register] = ACTIONS(2840), + [anon_sym_inline] = ACTIONS(2840), + [anon_sym_thread_local] = ACTIONS(2840), + [anon_sym_const] = ACTIONS(2840), + [anon_sym_volatile] = ACTIONS(2840), + [anon_sym_restrict] = ACTIONS(2840), + [anon_sym__Atomic] = ACTIONS(2840), + [anon_sym_mutable] = ACTIONS(2840), + [anon_sym_constexpr] = ACTIONS(2840), + [anon_sym_constinit] = ACTIONS(2840), + [anon_sym_consteval] = ACTIONS(2840), + [anon_sym_signed] = ACTIONS(2840), + [anon_sym_unsigned] = ACTIONS(2840), + [anon_sym_long] = ACTIONS(2840), + [anon_sym_short] = ACTIONS(2840), + [sym_primitive_type] = ACTIONS(2840), + [anon_sym_enum] = ACTIONS(2840), + [anon_sym_class] = ACTIONS(2840), + [anon_sym_struct] = ACTIONS(2840), + [anon_sym_union] = ACTIONS(2840), + [anon_sym_if] = ACTIONS(2840), + [anon_sym_switch] = ACTIONS(2840), + [anon_sym_case] = ACTIONS(2840), + [anon_sym_default] = ACTIONS(2840), + [anon_sym_while] = ACTIONS(2840), + [anon_sym_do] = ACTIONS(2840), + [anon_sym_for] = ACTIONS(2840), + [anon_sym_return] = ACTIONS(2840), + [anon_sym_break] = ACTIONS(2840), + [anon_sym_continue] = ACTIONS(2840), + [anon_sym_goto] = ACTIONS(2840), + [anon_sym_not] = ACTIONS(2840), + [anon_sym_compl] = ACTIONS(2840), + [anon_sym_DASH_DASH] = ACTIONS(2842), + [anon_sym_PLUS_PLUS] = ACTIONS(2842), + [anon_sym_sizeof] = ACTIONS(2840), + [sym_number_literal] = ACTIONS(2842), + [anon_sym_L_SQUOTE] = ACTIONS(2842), + [anon_sym_u_SQUOTE] = ACTIONS(2842), + [anon_sym_U_SQUOTE] = ACTIONS(2842), + [anon_sym_u8_SQUOTE] = ACTIONS(2842), + [anon_sym_SQUOTE] = ACTIONS(2842), + [anon_sym_L_DQUOTE] = ACTIONS(2842), + [anon_sym_u_DQUOTE] = ACTIONS(2842), + [anon_sym_U_DQUOTE] = ACTIONS(2842), + [anon_sym_u8_DQUOTE] = ACTIONS(2842), + [anon_sym_DQUOTE] = ACTIONS(2842), + [sym_true] = ACTIONS(2840), + [sym_false] = ACTIONS(2840), + [sym_null] = ACTIONS(2840), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2840), + [anon_sym_decltype] = ACTIONS(2840), + [anon_sym_virtual] = ACTIONS(2840), + [anon_sym_explicit] = ACTIONS(2840), + [anon_sym_typename] = ACTIONS(2840), + [anon_sym_template] = ACTIONS(2840), + [anon_sym_operator] = ACTIONS(2840), + [anon_sym_try] = ACTIONS(2840), + [anon_sym_delete] = ACTIONS(2840), + [anon_sym_throw] = ACTIONS(2840), + [anon_sym_namespace] = ACTIONS(2840), + [anon_sym_using] = ACTIONS(2840), + [anon_sym_static_assert] = ACTIONS(2840), + [anon_sym_concept] = ACTIONS(2840), + [anon_sym_co_return] = ACTIONS(2840), + [anon_sym_co_yield] = ACTIONS(2840), + [anon_sym_R_DQUOTE] = ACTIONS(2842), + [anon_sym_LR_DQUOTE] = ACTIONS(2842), + [anon_sym_uR_DQUOTE] = ACTIONS(2842), + [anon_sym_UR_DQUOTE] = ACTIONS(2842), + [anon_sym_u8R_DQUOTE] = ACTIONS(2842), + [anon_sym_co_await] = ACTIONS(2840), + [anon_sym_new] = ACTIONS(2840), + [anon_sym_requires] = ACTIONS(2840), + [sym_this] = ACTIONS(2840), + [sym_nullptr] = ACTIONS(2840), }, [937] = { - [sym_identifier] = ACTIONS(2682), - [aux_sym_preproc_include_token1] = ACTIONS(2682), - [aux_sym_preproc_def_token1] = ACTIONS(2682), - [aux_sym_preproc_if_token1] = ACTIONS(2682), - [aux_sym_preproc_if_token2] = ACTIONS(2682), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2682), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2682), - [sym_preproc_directive] = ACTIONS(2682), - [anon_sym_LPAREN2] = ACTIONS(2684), - [anon_sym_BANG] = ACTIONS(2684), - [anon_sym_TILDE] = ACTIONS(2684), - [anon_sym_DASH] = ACTIONS(2682), - [anon_sym_PLUS] = ACTIONS(2682), - [anon_sym_STAR] = ACTIONS(2684), - [anon_sym_AMP_AMP] = ACTIONS(2684), - [anon_sym_AMP] = ACTIONS(2682), - [anon_sym_SEMI] = ACTIONS(2684), - [anon_sym_typedef] = ACTIONS(2682), - [anon_sym_extern] = ACTIONS(2682), - [anon_sym___attribute__] = ACTIONS(2682), - [anon_sym_COLON_COLON] = ACTIONS(2684), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2684), - [anon_sym___declspec] = ACTIONS(2682), - [anon_sym___based] = ACTIONS(2682), - [anon_sym___cdecl] = ACTIONS(2682), - [anon_sym___clrcall] = ACTIONS(2682), - [anon_sym___stdcall] = ACTIONS(2682), - [anon_sym___fastcall] = ACTIONS(2682), - [anon_sym___thiscall] = ACTIONS(2682), - [anon_sym___vectorcall] = ACTIONS(2682), - [anon_sym_LBRACE] = ACTIONS(2684), - [anon_sym_LBRACK] = ACTIONS(2682), - [anon_sym_static] = ACTIONS(2682), - [anon_sym_register] = ACTIONS(2682), - [anon_sym_inline] = ACTIONS(2682), - [anon_sym_thread_local] = ACTIONS(2682), - [anon_sym_const] = ACTIONS(2682), - [anon_sym_volatile] = ACTIONS(2682), - [anon_sym_restrict] = ACTIONS(2682), - [anon_sym__Atomic] = ACTIONS(2682), - [anon_sym_mutable] = ACTIONS(2682), - [anon_sym_constexpr] = ACTIONS(2682), - [anon_sym_constinit] = ACTIONS(2682), - [anon_sym_consteval] = ACTIONS(2682), - [anon_sym_signed] = ACTIONS(2682), - [anon_sym_unsigned] = ACTIONS(2682), - [anon_sym_long] = ACTIONS(2682), - [anon_sym_short] = ACTIONS(2682), - [sym_primitive_type] = ACTIONS(2682), - [anon_sym_enum] = ACTIONS(2682), - [anon_sym_class] = ACTIONS(2682), - [anon_sym_struct] = ACTIONS(2682), - [anon_sym_union] = ACTIONS(2682), - [anon_sym_if] = ACTIONS(2682), - [anon_sym_switch] = ACTIONS(2682), - [anon_sym_case] = ACTIONS(2682), - [anon_sym_default] = ACTIONS(2682), - [anon_sym_while] = ACTIONS(2682), - [anon_sym_do] = ACTIONS(2682), - [anon_sym_for] = ACTIONS(2682), - [anon_sym_return] = ACTIONS(2682), - [anon_sym_break] = ACTIONS(2682), - [anon_sym_continue] = ACTIONS(2682), - [anon_sym_goto] = ACTIONS(2682), - [anon_sym_not] = ACTIONS(2682), - [anon_sym_compl] = ACTIONS(2682), - [anon_sym_DASH_DASH] = ACTIONS(2684), - [anon_sym_PLUS_PLUS] = ACTIONS(2684), - [anon_sym_sizeof] = ACTIONS(2682), - [sym_number_literal] = ACTIONS(2684), - [anon_sym_L_SQUOTE] = ACTIONS(2684), - [anon_sym_u_SQUOTE] = ACTIONS(2684), - [anon_sym_U_SQUOTE] = ACTIONS(2684), - [anon_sym_u8_SQUOTE] = ACTIONS(2684), - [anon_sym_SQUOTE] = ACTIONS(2684), - [anon_sym_L_DQUOTE] = ACTIONS(2684), - [anon_sym_u_DQUOTE] = ACTIONS(2684), - [anon_sym_U_DQUOTE] = ACTIONS(2684), - [anon_sym_u8_DQUOTE] = ACTIONS(2684), - [anon_sym_DQUOTE] = ACTIONS(2684), - [sym_true] = ACTIONS(2682), - [sym_false] = ACTIONS(2682), - [sym_null] = ACTIONS(2682), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2682), - [anon_sym_decltype] = ACTIONS(2682), - [anon_sym_virtual] = ACTIONS(2682), - [anon_sym_explicit] = ACTIONS(2682), - [anon_sym_typename] = ACTIONS(2682), - [anon_sym_template] = ACTIONS(2682), - [anon_sym_operator] = ACTIONS(2682), - [anon_sym_try] = ACTIONS(2682), - [anon_sym_delete] = ACTIONS(2682), - [anon_sym_throw] = ACTIONS(2682), - [anon_sym_namespace] = ACTIONS(2682), - [anon_sym_using] = ACTIONS(2682), - [anon_sym_static_assert] = ACTIONS(2682), - [anon_sym_concept] = ACTIONS(2682), - [anon_sym_co_return] = ACTIONS(2682), - [anon_sym_co_yield] = ACTIONS(2682), - [anon_sym_R_DQUOTE] = ACTIONS(2684), - [anon_sym_LR_DQUOTE] = ACTIONS(2684), - [anon_sym_uR_DQUOTE] = ACTIONS(2684), - [anon_sym_UR_DQUOTE] = ACTIONS(2684), - [anon_sym_u8R_DQUOTE] = ACTIONS(2684), - [anon_sym_co_await] = ACTIONS(2682), - [anon_sym_new] = ACTIONS(2682), - [anon_sym_requires] = ACTIONS(2682), - [sym_this] = ACTIONS(2682), - [sym_nullptr] = ACTIONS(2682), + [sym_identifier] = ACTIONS(2854), + [aux_sym_preproc_include_token1] = ACTIONS(2854), + [aux_sym_preproc_def_token1] = ACTIONS(2854), + [aux_sym_preproc_if_token1] = ACTIONS(2854), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2854), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2854), + [sym_preproc_directive] = ACTIONS(2854), + [anon_sym_LPAREN2] = ACTIONS(2856), + [anon_sym_BANG] = ACTIONS(2856), + [anon_sym_TILDE] = ACTIONS(2856), + [anon_sym_DASH] = ACTIONS(2854), + [anon_sym_PLUS] = ACTIONS(2854), + [anon_sym_STAR] = ACTIONS(2856), + [anon_sym_AMP_AMP] = ACTIONS(2856), + [anon_sym_AMP] = ACTIONS(2854), + [anon_sym_SEMI] = ACTIONS(2856), + [anon_sym_typedef] = ACTIONS(2854), + [anon_sym_extern] = ACTIONS(2854), + [anon_sym___attribute__] = ACTIONS(2854), + [anon_sym_COLON_COLON] = ACTIONS(2856), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2856), + [anon_sym___declspec] = ACTIONS(2854), + [anon_sym___based] = ACTIONS(2854), + [anon_sym___cdecl] = ACTIONS(2854), + [anon_sym___clrcall] = ACTIONS(2854), + [anon_sym___stdcall] = ACTIONS(2854), + [anon_sym___fastcall] = ACTIONS(2854), + [anon_sym___thiscall] = ACTIONS(2854), + [anon_sym___vectorcall] = ACTIONS(2854), + [anon_sym_LBRACE] = ACTIONS(2856), + [anon_sym_RBRACE] = ACTIONS(2856), + [anon_sym_LBRACK] = ACTIONS(2854), + [anon_sym_static] = ACTIONS(2854), + [anon_sym_register] = ACTIONS(2854), + [anon_sym_inline] = ACTIONS(2854), + [anon_sym_thread_local] = ACTIONS(2854), + [anon_sym_const] = ACTIONS(2854), + [anon_sym_volatile] = ACTIONS(2854), + [anon_sym_restrict] = ACTIONS(2854), + [anon_sym__Atomic] = ACTIONS(2854), + [anon_sym_mutable] = ACTIONS(2854), + [anon_sym_constexpr] = ACTIONS(2854), + [anon_sym_constinit] = ACTIONS(2854), + [anon_sym_consteval] = ACTIONS(2854), + [anon_sym_signed] = ACTIONS(2854), + [anon_sym_unsigned] = ACTIONS(2854), + [anon_sym_long] = ACTIONS(2854), + [anon_sym_short] = ACTIONS(2854), + [sym_primitive_type] = ACTIONS(2854), + [anon_sym_enum] = ACTIONS(2854), + [anon_sym_class] = ACTIONS(2854), + [anon_sym_struct] = ACTIONS(2854), + [anon_sym_union] = ACTIONS(2854), + [anon_sym_if] = ACTIONS(2854), + [anon_sym_switch] = ACTIONS(2854), + [anon_sym_case] = ACTIONS(2854), + [anon_sym_default] = ACTIONS(2854), + [anon_sym_while] = ACTIONS(2854), + [anon_sym_do] = ACTIONS(2854), + [anon_sym_for] = ACTIONS(2854), + [anon_sym_return] = ACTIONS(2854), + [anon_sym_break] = ACTIONS(2854), + [anon_sym_continue] = ACTIONS(2854), + [anon_sym_goto] = ACTIONS(2854), + [anon_sym_not] = ACTIONS(2854), + [anon_sym_compl] = ACTIONS(2854), + [anon_sym_DASH_DASH] = ACTIONS(2856), + [anon_sym_PLUS_PLUS] = ACTIONS(2856), + [anon_sym_sizeof] = ACTIONS(2854), + [sym_number_literal] = ACTIONS(2856), + [anon_sym_L_SQUOTE] = ACTIONS(2856), + [anon_sym_u_SQUOTE] = ACTIONS(2856), + [anon_sym_U_SQUOTE] = ACTIONS(2856), + [anon_sym_u8_SQUOTE] = ACTIONS(2856), + [anon_sym_SQUOTE] = ACTIONS(2856), + [anon_sym_L_DQUOTE] = ACTIONS(2856), + [anon_sym_u_DQUOTE] = ACTIONS(2856), + [anon_sym_U_DQUOTE] = ACTIONS(2856), + [anon_sym_u8_DQUOTE] = ACTIONS(2856), + [anon_sym_DQUOTE] = ACTIONS(2856), + [sym_true] = ACTIONS(2854), + [sym_false] = ACTIONS(2854), + [sym_null] = ACTIONS(2854), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2854), + [anon_sym_decltype] = ACTIONS(2854), + [anon_sym_virtual] = ACTIONS(2854), + [anon_sym_explicit] = ACTIONS(2854), + [anon_sym_typename] = ACTIONS(2854), + [anon_sym_template] = ACTIONS(2854), + [anon_sym_operator] = ACTIONS(2854), + [anon_sym_try] = ACTIONS(2854), + [anon_sym_delete] = ACTIONS(2854), + [anon_sym_throw] = ACTIONS(2854), + [anon_sym_namespace] = ACTIONS(2854), + [anon_sym_using] = ACTIONS(2854), + [anon_sym_static_assert] = ACTIONS(2854), + [anon_sym_concept] = ACTIONS(2854), + [anon_sym_co_return] = ACTIONS(2854), + [anon_sym_co_yield] = ACTIONS(2854), + [anon_sym_R_DQUOTE] = ACTIONS(2856), + [anon_sym_LR_DQUOTE] = ACTIONS(2856), + [anon_sym_uR_DQUOTE] = ACTIONS(2856), + [anon_sym_UR_DQUOTE] = ACTIONS(2856), + [anon_sym_u8R_DQUOTE] = ACTIONS(2856), + [anon_sym_co_await] = ACTIONS(2854), + [anon_sym_new] = ACTIONS(2854), + [anon_sym_requires] = ACTIONS(2854), + [sym_this] = ACTIONS(2854), + [sym_nullptr] = ACTIONS(2854), }, [938] = { - [sym_identifier] = ACTIONS(2864), - [aux_sym_preproc_include_token1] = ACTIONS(2864), - [aux_sym_preproc_def_token1] = ACTIONS(2864), - [aux_sym_preproc_if_token1] = ACTIONS(2864), - [aux_sym_preproc_if_token2] = ACTIONS(2864), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2864), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2864), - [sym_preproc_directive] = ACTIONS(2864), - [anon_sym_LPAREN2] = ACTIONS(2866), - [anon_sym_BANG] = ACTIONS(2866), - [anon_sym_TILDE] = ACTIONS(2866), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP_AMP] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2864), - [anon_sym_SEMI] = ACTIONS(2866), - [anon_sym_typedef] = ACTIONS(2864), - [anon_sym_extern] = ACTIONS(2864), - [anon_sym___attribute__] = ACTIONS(2864), - [anon_sym_COLON_COLON] = ACTIONS(2866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2866), - [anon_sym___declspec] = ACTIONS(2864), - [anon_sym___based] = ACTIONS(2864), - [anon_sym___cdecl] = ACTIONS(2864), - [anon_sym___clrcall] = ACTIONS(2864), - [anon_sym___stdcall] = ACTIONS(2864), - [anon_sym___fastcall] = ACTIONS(2864), - [anon_sym___thiscall] = ACTIONS(2864), - [anon_sym___vectorcall] = ACTIONS(2864), - [anon_sym_LBRACE] = ACTIONS(2866), - [anon_sym_LBRACK] = ACTIONS(2864), - [anon_sym_static] = ACTIONS(2864), - [anon_sym_register] = ACTIONS(2864), - [anon_sym_inline] = ACTIONS(2864), - [anon_sym_thread_local] = ACTIONS(2864), - [anon_sym_const] = ACTIONS(2864), - [anon_sym_volatile] = ACTIONS(2864), - [anon_sym_restrict] = ACTIONS(2864), - [anon_sym__Atomic] = ACTIONS(2864), - [anon_sym_mutable] = ACTIONS(2864), - [anon_sym_constexpr] = ACTIONS(2864), - [anon_sym_constinit] = ACTIONS(2864), - [anon_sym_consteval] = ACTIONS(2864), - [anon_sym_signed] = ACTIONS(2864), - [anon_sym_unsigned] = ACTIONS(2864), - [anon_sym_long] = ACTIONS(2864), - [anon_sym_short] = ACTIONS(2864), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2864), - [anon_sym_class] = ACTIONS(2864), - [anon_sym_struct] = ACTIONS(2864), - [anon_sym_union] = ACTIONS(2864), - [anon_sym_if] = ACTIONS(2864), - [anon_sym_switch] = ACTIONS(2864), - [anon_sym_case] = ACTIONS(2864), - [anon_sym_default] = ACTIONS(2864), - [anon_sym_while] = ACTIONS(2864), - [anon_sym_do] = ACTIONS(2864), - [anon_sym_for] = ACTIONS(2864), - [anon_sym_return] = ACTIONS(2864), - [anon_sym_break] = ACTIONS(2864), - [anon_sym_continue] = ACTIONS(2864), - [anon_sym_goto] = ACTIONS(2864), - [anon_sym_not] = ACTIONS(2864), - [anon_sym_compl] = ACTIONS(2864), - [anon_sym_DASH_DASH] = ACTIONS(2866), - [anon_sym_PLUS_PLUS] = ACTIONS(2866), - [anon_sym_sizeof] = ACTIONS(2864), - [sym_number_literal] = ACTIONS(2866), - [anon_sym_L_SQUOTE] = ACTIONS(2866), - [anon_sym_u_SQUOTE] = ACTIONS(2866), - [anon_sym_U_SQUOTE] = ACTIONS(2866), - [anon_sym_u8_SQUOTE] = ACTIONS(2866), - [anon_sym_SQUOTE] = ACTIONS(2866), - [anon_sym_L_DQUOTE] = ACTIONS(2866), - [anon_sym_u_DQUOTE] = ACTIONS(2866), - [anon_sym_U_DQUOTE] = ACTIONS(2866), - [anon_sym_u8_DQUOTE] = ACTIONS(2866), - [anon_sym_DQUOTE] = ACTIONS(2866), - [sym_true] = ACTIONS(2864), - [sym_false] = ACTIONS(2864), - [sym_null] = ACTIONS(2864), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2864), - [anon_sym_decltype] = ACTIONS(2864), - [anon_sym_virtual] = ACTIONS(2864), - [anon_sym_explicit] = ACTIONS(2864), - [anon_sym_typename] = ACTIONS(2864), - [anon_sym_template] = ACTIONS(2864), - [anon_sym_operator] = ACTIONS(2864), - [anon_sym_try] = ACTIONS(2864), - [anon_sym_delete] = ACTIONS(2864), - [anon_sym_throw] = ACTIONS(2864), - [anon_sym_namespace] = ACTIONS(2864), - [anon_sym_using] = ACTIONS(2864), - [anon_sym_static_assert] = ACTIONS(2864), - [anon_sym_concept] = ACTIONS(2864), - [anon_sym_co_return] = ACTIONS(2864), - [anon_sym_co_yield] = ACTIONS(2864), - [anon_sym_R_DQUOTE] = ACTIONS(2866), - [anon_sym_LR_DQUOTE] = ACTIONS(2866), - [anon_sym_uR_DQUOTE] = ACTIONS(2866), - [anon_sym_UR_DQUOTE] = ACTIONS(2866), - [anon_sym_u8R_DQUOTE] = ACTIONS(2866), - [anon_sym_co_await] = ACTIONS(2864), - [anon_sym_new] = ACTIONS(2864), - [anon_sym_requires] = ACTIONS(2864), - [sym_this] = ACTIONS(2864), - [sym_nullptr] = ACTIONS(2864), + [sym_identifier] = ACTIONS(2784), + [aux_sym_preproc_include_token1] = ACTIONS(2784), + [aux_sym_preproc_def_token1] = ACTIONS(2784), + [aux_sym_preproc_if_token1] = ACTIONS(2784), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2784), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2784), + [sym_preproc_directive] = ACTIONS(2784), + [anon_sym_LPAREN2] = ACTIONS(2786), + [anon_sym_BANG] = ACTIONS(2786), + [anon_sym_TILDE] = ACTIONS(2786), + [anon_sym_DASH] = ACTIONS(2784), + [anon_sym_PLUS] = ACTIONS(2784), + [anon_sym_STAR] = ACTIONS(2786), + [anon_sym_AMP_AMP] = ACTIONS(2786), + [anon_sym_AMP] = ACTIONS(2784), + [anon_sym_SEMI] = ACTIONS(2786), + [anon_sym_typedef] = ACTIONS(2784), + [anon_sym_extern] = ACTIONS(2784), + [anon_sym___attribute__] = ACTIONS(2784), + [anon_sym_COLON_COLON] = ACTIONS(2786), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2786), + [anon_sym___declspec] = ACTIONS(2784), + [anon_sym___based] = ACTIONS(2784), + [anon_sym___cdecl] = ACTIONS(2784), + [anon_sym___clrcall] = ACTIONS(2784), + [anon_sym___stdcall] = ACTIONS(2784), + [anon_sym___fastcall] = ACTIONS(2784), + [anon_sym___thiscall] = ACTIONS(2784), + [anon_sym___vectorcall] = ACTIONS(2784), + [anon_sym_LBRACE] = ACTIONS(2786), + [anon_sym_RBRACE] = ACTIONS(2786), + [anon_sym_LBRACK] = ACTIONS(2784), + [anon_sym_static] = ACTIONS(2784), + [anon_sym_register] = ACTIONS(2784), + [anon_sym_inline] = ACTIONS(2784), + [anon_sym_thread_local] = ACTIONS(2784), + [anon_sym_const] = ACTIONS(2784), + [anon_sym_volatile] = ACTIONS(2784), + [anon_sym_restrict] = ACTIONS(2784), + [anon_sym__Atomic] = ACTIONS(2784), + [anon_sym_mutable] = ACTIONS(2784), + [anon_sym_constexpr] = ACTIONS(2784), + [anon_sym_constinit] = ACTIONS(2784), + [anon_sym_consteval] = ACTIONS(2784), + [anon_sym_signed] = ACTIONS(2784), + [anon_sym_unsigned] = ACTIONS(2784), + [anon_sym_long] = ACTIONS(2784), + [anon_sym_short] = ACTIONS(2784), + [sym_primitive_type] = ACTIONS(2784), + [anon_sym_enum] = ACTIONS(2784), + [anon_sym_class] = ACTIONS(2784), + [anon_sym_struct] = ACTIONS(2784), + [anon_sym_union] = ACTIONS(2784), + [anon_sym_if] = ACTIONS(2784), + [anon_sym_switch] = ACTIONS(2784), + [anon_sym_case] = ACTIONS(2784), + [anon_sym_default] = ACTIONS(2784), + [anon_sym_while] = ACTIONS(2784), + [anon_sym_do] = ACTIONS(2784), + [anon_sym_for] = ACTIONS(2784), + [anon_sym_return] = ACTIONS(2784), + [anon_sym_break] = ACTIONS(2784), + [anon_sym_continue] = ACTIONS(2784), + [anon_sym_goto] = ACTIONS(2784), + [anon_sym_not] = ACTIONS(2784), + [anon_sym_compl] = ACTIONS(2784), + [anon_sym_DASH_DASH] = ACTIONS(2786), + [anon_sym_PLUS_PLUS] = ACTIONS(2786), + [anon_sym_sizeof] = ACTIONS(2784), + [sym_number_literal] = ACTIONS(2786), + [anon_sym_L_SQUOTE] = ACTIONS(2786), + [anon_sym_u_SQUOTE] = ACTIONS(2786), + [anon_sym_U_SQUOTE] = ACTIONS(2786), + [anon_sym_u8_SQUOTE] = ACTIONS(2786), + [anon_sym_SQUOTE] = ACTIONS(2786), + [anon_sym_L_DQUOTE] = ACTIONS(2786), + [anon_sym_u_DQUOTE] = ACTIONS(2786), + [anon_sym_U_DQUOTE] = ACTIONS(2786), + [anon_sym_u8_DQUOTE] = ACTIONS(2786), + [anon_sym_DQUOTE] = ACTIONS(2786), + [sym_true] = ACTIONS(2784), + [sym_false] = ACTIONS(2784), + [sym_null] = ACTIONS(2784), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2784), + [anon_sym_decltype] = ACTIONS(2784), + [anon_sym_virtual] = ACTIONS(2784), + [anon_sym_explicit] = ACTIONS(2784), + [anon_sym_typename] = ACTIONS(2784), + [anon_sym_template] = ACTIONS(2784), + [anon_sym_operator] = ACTIONS(2784), + [anon_sym_try] = ACTIONS(2784), + [anon_sym_delete] = ACTIONS(2784), + [anon_sym_throw] = ACTIONS(2784), + [anon_sym_namespace] = ACTIONS(2784), + [anon_sym_using] = ACTIONS(2784), + [anon_sym_static_assert] = ACTIONS(2784), + [anon_sym_concept] = ACTIONS(2784), + [anon_sym_co_return] = ACTIONS(2784), + [anon_sym_co_yield] = ACTIONS(2784), + [anon_sym_R_DQUOTE] = ACTIONS(2786), + [anon_sym_LR_DQUOTE] = ACTIONS(2786), + [anon_sym_uR_DQUOTE] = ACTIONS(2786), + [anon_sym_UR_DQUOTE] = ACTIONS(2786), + [anon_sym_u8R_DQUOTE] = ACTIONS(2786), + [anon_sym_co_await] = ACTIONS(2784), + [anon_sym_new] = ACTIONS(2784), + [anon_sym_requires] = ACTIONS(2784), + [sym_this] = ACTIONS(2784), + [sym_nullptr] = ACTIONS(2784), }, [939] = { - [sym_identifier] = ACTIONS(2860), - [aux_sym_preproc_include_token1] = ACTIONS(2860), - [aux_sym_preproc_def_token1] = ACTIONS(2860), - [aux_sym_preproc_if_token1] = ACTIONS(2860), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2860), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2860), - [sym_preproc_directive] = ACTIONS(2860), - [anon_sym_LPAREN2] = ACTIONS(2862), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2860), - [anon_sym_PLUS] = ACTIONS(2860), - [anon_sym_STAR] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2862), - [anon_sym_AMP] = ACTIONS(2860), - [anon_sym_SEMI] = ACTIONS(2862), - [anon_sym_typedef] = ACTIONS(2860), - [anon_sym_extern] = ACTIONS(2860), - [anon_sym___attribute__] = ACTIONS(2860), - [anon_sym_COLON_COLON] = ACTIONS(2862), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2862), - [anon_sym___declspec] = ACTIONS(2860), - [anon_sym___based] = ACTIONS(2860), - [anon_sym___cdecl] = ACTIONS(2860), - [anon_sym___clrcall] = ACTIONS(2860), - [anon_sym___stdcall] = ACTIONS(2860), - [anon_sym___fastcall] = ACTIONS(2860), - [anon_sym___thiscall] = ACTIONS(2860), - [anon_sym___vectorcall] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(2862), - [anon_sym_RBRACE] = ACTIONS(2862), - [anon_sym_LBRACK] = ACTIONS(2860), - [anon_sym_static] = ACTIONS(2860), - [anon_sym_register] = ACTIONS(2860), - [anon_sym_inline] = ACTIONS(2860), - [anon_sym_thread_local] = ACTIONS(2860), - [anon_sym_const] = ACTIONS(2860), - [anon_sym_volatile] = ACTIONS(2860), - [anon_sym_restrict] = ACTIONS(2860), - [anon_sym__Atomic] = ACTIONS(2860), - [anon_sym_mutable] = ACTIONS(2860), - [anon_sym_constexpr] = ACTIONS(2860), - [anon_sym_constinit] = ACTIONS(2860), - [anon_sym_consteval] = ACTIONS(2860), - [anon_sym_signed] = ACTIONS(2860), - [anon_sym_unsigned] = ACTIONS(2860), - [anon_sym_long] = ACTIONS(2860), - [anon_sym_short] = ACTIONS(2860), - [sym_primitive_type] = ACTIONS(2860), - [anon_sym_enum] = ACTIONS(2860), - [anon_sym_class] = ACTIONS(2860), - [anon_sym_struct] = ACTIONS(2860), - [anon_sym_union] = ACTIONS(2860), - [anon_sym_if] = ACTIONS(2860), - [anon_sym_switch] = ACTIONS(2860), - [anon_sym_case] = ACTIONS(2860), - [anon_sym_default] = ACTIONS(2860), - [anon_sym_while] = ACTIONS(2860), - [anon_sym_do] = ACTIONS(2860), - [anon_sym_for] = ACTIONS(2860), - [anon_sym_return] = ACTIONS(2860), - [anon_sym_break] = ACTIONS(2860), - [anon_sym_continue] = ACTIONS(2860), - [anon_sym_goto] = ACTIONS(2860), - [anon_sym_not] = ACTIONS(2860), - [anon_sym_compl] = ACTIONS(2860), - [anon_sym_DASH_DASH] = ACTIONS(2862), - [anon_sym_PLUS_PLUS] = ACTIONS(2862), - [anon_sym_sizeof] = ACTIONS(2860), - [sym_number_literal] = ACTIONS(2862), - [anon_sym_L_SQUOTE] = ACTIONS(2862), - [anon_sym_u_SQUOTE] = ACTIONS(2862), - [anon_sym_U_SQUOTE] = ACTIONS(2862), - [anon_sym_u8_SQUOTE] = ACTIONS(2862), - [anon_sym_SQUOTE] = ACTIONS(2862), - [anon_sym_L_DQUOTE] = ACTIONS(2862), - [anon_sym_u_DQUOTE] = ACTIONS(2862), - [anon_sym_U_DQUOTE] = ACTIONS(2862), - [anon_sym_u8_DQUOTE] = ACTIONS(2862), - [anon_sym_DQUOTE] = ACTIONS(2862), - [sym_true] = ACTIONS(2860), - [sym_false] = ACTIONS(2860), - [sym_null] = ACTIONS(2860), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2860), - [anon_sym_decltype] = ACTIONS(2860), - [anon_sym_virtual] = ACTIONS(2860), - [anon_sym_explicit] = ACTIONS(2860), - [anon_sym_typename] = ACTIONS(2860), - [anon_sym_template] = ACTIONS(2860), - [anon_sym_operator] = ACTIONS(2860), - [anon_sym_try] = ACTIONS(2860), - [anon_sym_delete] = ACTIONS(2860), - [anon_sym_throw] = ACTIONS(2860), - [anon_sym_namespace] = ACTIONS(2860), - [anon_sym_using] = ACTIONS(2860), - [anon_sym_static_assert] = ACTIONS(2860), - [anon_sym_concept] = ACTIONS(2860), - [anon_sym_co_return] = ACTIONS(2860), - [anon_sym_co_yield] = ACTIONS(2860), - [anon_sym_R_DQUOTE] = ACTIONS(2862), - [anon_sym_LR_DQUOTE] = ACTIONS(2862), - [anon_sym_uR_DQUOTE] = ACTIONS(2862), - [anon_sym_UR_DQUOTE] = ACTIONS(2862), - [anon_sym_u8R_DQUOTE] = ACTIONS(2862), - [anon_sym_co_await] = ACTIONS(2860), - [anon_sym_new] = ACTIONS(2860), - [anon_sym_requires] = ACTIONS(2860), - [sym_this] = ACTIONS(2860), - [sym_nullptr] = ACTIONS(2860), + [sym_identifier] = ACTIONS(2768), + [aux_sym_preproc_include_token1] = ACTIONS(2768), + [aux_sym_preproc_def_token1] = ACTIONS(2768), + [aux_sym_preproc_if_token1] = ACTIONS(2768), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2768), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2768), + [sym_preproc_directive] = ACTIONS(2768), + [anon_sym_LPAREN2] = ACTIONS(2770), + [anon_sym_BANG] = ACTIONS(2770), + [anon_sym_TILDE] = ACTIONS(2770), + [anon_sym_DASH] = ACTIONS(2768), + [anon_sym_PLUS] = ACTIONS(2768), + [anon_sym_STAR] = ACTIONS(2770), + [anon_sym_AMP_AMP] = ACTIONS(2770), + [anon_sym_AMP] = ACTIONS(2768), + [anon_sym_SEMI] = ACTIONS(2770), + [anon_sym_typedef] = ACTIONS(2768), + [anon_sym_extern] = ACTIONS(2768), + [anon_sym___attribute__] = ACTIONS(2768), + [anon_sym_COLON_COLON] = ACTIONS(2770), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2770), + [anon_sym___declspec] = ACTIONS(2768), + [anon_sym___based] = ACTIONS(2768), + [anon_sym___cdecl] = ACTIONS(2768), + [anon_sym___clrcall] = ACTIONS(2768), + [anon_sym___stdcall] = ACTIONS(2768), + [anon_sym___fastcall] = ACTIONS(2768), + [anon_sym___thiscall] = ACTIONS(2768), + [anon_sym___vectorcall] = ACTIONS(2768), + [anon_sym_LBRACE] = ACTIONS(2770), + [anon_sym_RBRACE] = ACTIONS(2770), + [anon_sym_LBRACK] = ACTIONS(2768), + [anon_sym_static] = ACTIONS(2768), + [anon_sym_register] = ACTIONS(2768), + [anon_sym_inline] = ACTIONS(2768), + [anon_sym_thread_local] = ACTIONS(2768), + [anon_sym_const] = ACTIONS(2768), + [anon_sym_volatile] = ACTIONS(2768), + [anon_sym_restrict] = ACTIONS(2768), + [anon_sym__Atomic] = ACTIONS(2768), + [anon_sym_mutable] = ACTIONS(2768), + [anon_sym_constexpr] = ACTIONS(2768), + [anon_sym_constinit] = ACTIONS(2768), + [anon_sym_consteval] = ACTIONS(2768), + [anon_sym_signed] = ACTIONS(2768), + [anon_sym_unsigned] = ACTIONS(2768), + [anon_sym_long] = ACTIONS(2768), + [anon_sym_short] = ACTIONS(2768), + [sym_primitive_type] = ACTIONS(2768), + [anon_sym_enum] = ACTIONS(2768), + [anon_sym_class] = ACTIONS(2768), + [anon_sym_struct] = ACTIONS(2768), + [anon_sym_union] = ACTIONS(2768), + [anon_sym_if] = ACTIONS(2768), + [anon_sym_switch] = ACTIONS(2768), + [anon_sym_case] = ACTIONS(2768), + [anon_sym_default] = ACTIONS(2768), + [anon_sym_while] = ACTIONS(2768), + [anon_sym_do] = ACTIONS(2768), + [anon_sym_for] = ACTIONS(2768), + [anon_sym_return] = ACTIONS(2768), + [anon_sym_break] = ACTIONS(2768), + [anon_sym_continue] = ACTIONS(2768), + [anon_sym_goto] = ACTIONS(2768), + [anon_sym_not] = ACTIONS(2768), + [anon_sym_compl] = ACTIONS(2768), + [anon_sym_DASH_DASH] = ACTIONS(2770), + [anon_sym_PLUS_PLUS] = ACTIONS(2770), + [anon_sym_sizeof] = ACTIONS(2768), + [sym_number_literal] = ACTIONS(2770), + [anon_sym_L_SQUOTE] = ACTIONS(2770), + [anon_sym_u_SQUOTE] = ACTIONS(2770), + [anon_sym_U_SQUOTE] = ACTIONS(2770), + [anon_sym_u8_SQUOTE] = ACTIONS(2770), + [anon_sym_SQUOTE] = ACTIONS(2770), + [anon_sym_L_DQUOTE] = ACTIONS(2770), + [anon_sym_u_DQUOTE] = ACTIONS(2770), + [anon_sym_U_DQUOTE] = ACTIONS(2770), + [anon_sym_u8_DQUOTE] = ACTIONS(2770), + [anon_sym_DQUOTE] = ACTIONS(2770), + [sym_true] = ACTIONS(2768), + [sym_false] = ACTIONS(2768), + [sym_null] = ACTIONS(2768), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2768), + [anon_sym_decltype] = ACTIONS(2768), + [anon_sym_virtual] = ACTIONS(2768), + [anon_sym_explicit] = ACTIONS(2768), + [anon_sym_typename] = ACTIONS(2768), + [anon_sym_template] = ACTIONS(2768), + [anon_sym_operator] = ACTIONS(2768), + [anon_sym_try] = ACTIONS(2768), + [anon_sym_delete] = ACTIONS(2768), + [anon_sym_throw] = ACTIONS(2768), + [anon_sym_namespace] = ACTIONS(2768), + [anon_sym_using] = ACTIONS(2768), + [anon_sym_static_assert] = ACTIONS(2768), + [anon_sym_concept] = ACTIONS(2768), + [anon_sym_co_return] = ACTIONS(2768), + [anon_sym_co_yield] = ACTIONS(2768), + [anon_sym_R_DQUOTE] = ACTIONS(2770), + [anon_sym_LR_DQUOTE] = ACTIONS(2770), + [anon_sym_uR_DQUOTE] = ACTIONS(2770), + [anon_sym_UR_DQUOTE] = ACTIONS(2770), + [anon_sym_u8R_DQUOTE] = ACTIONS(2770), + [anon_sym_co_await] = ACTIONS(2768), + [anon_sym_new] = ACTIONS(2768), + [anon_sym_requires] = ACTIONS(2768), + [sym_this] = ACTIONS(2768), + [sym_nullptr] = ACTIONS(2768), }, [940] = { - [sym_identifier] = ACTIONS(2850), - [aux_sym_preproc_include_token1] = ACTIONS(2850), - [aux_sym_preproc_def_token1] = ACTIONS(2850), - [aux_sym_preproc_if_token1] = ACTIONS(2850), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2850), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2850), - [sym_preproc_directive] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2852), - [anon_sym_TILDE] = ACTIONS(2852), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_STAR] = ACTIONS(2852), - [anon_sym_AMP_AMP] = ACTIONS(2852), - [anon_sym_AMP] = ACTIONS(2850), - [anon_sym_SEMI] = ACTIONS(2852), - [anon_sym_typedef] = ACTIONS(2850), - [anon_sym_extern] = ACTIONS(2850), - [anon_sym___attribute__] = ACTIONS(2850), - [anon_sym_COLON_COLON] = ACTIONS(2852), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2852), - [anon_sym___declspec] = ACTIONS(2850), - [anon_sym___based] = ACTIONS(2850), - [anon_sym___cdecl] = ACTIONS(2850), - [anon_sym___clrcall] = ACTIONS(2850), - [anon_sym___stdcall] = ACTIONS(2850), - [anon_sym___fastcall] = ACTIONS(2850), - [anon_sym___thiscall] = ACTIONS(2850), - [anon_sym___vectorcall] = ACTIONS(2850), - [anon_sym_LBRACE] = ACTIONS(2852), - [anon_sym_RBRACE] = ACTIONS(2852), - [anon_sym_LBRACK] = ACTIONS(2850), - [anon_sym_static] = ACTIONS(2850), - [anon_sym_register] = ACTIONS(2850), - [anon_sym_inline] = ACTIONS(2850), - [anon_sym_thread_local] = ACTIONS(2850), - [anon_sym_const] = ACTIONS(2850), - [anon_sym_volatile] = ACTIONS(2850), - [anon_sym_restrict] = ACTIONS(2850), - [anon_sym__Atomic] = ACTIONS(2850), - [anon_sym_mutable] = ACTIONS(2850), - [anon_sym_constexpr] = ACTIONS(2850), - [anon_sym_constinit] = ACTIONS(2850), - [anon_sym_consteval] = ACTIONS(2850), - [anon_sym_signed] = ACTIONS(2850), - [anon_sym_unsigned] = ACTIONS(2850), - [anon_sym_long] = ACTIONS(2850), - [anon_sym_short] = ACTIONS(2850), - [sym_primitive_type] = ACTIONS(2850), - [anon_sym_enum] = ACTIONS(2850), - [anon_sym_class] = ACTIONS(2850), - [anon_sym_struct] = ACTIONS(2850), - [anon_sym_union] = ACTIONS(2850), - [anon_sym_if] = ACTIONS(2850), - [anon_sym_switch] = ACTIONS(2850), - [anon_sym_case] = ACTIONS(2850), - [anon_sym_default] = ACTIONS(2850), - [anon_sym_while] = ACTIONS(2850), - [anon_sym_do] = ACTIONS(2850), - [anon_sym_for] = ACTIONS(2850), - [anon_sym_return] = ACTIONS(2850), - [anon_sym_break] = ACTIONS(2850), - [anon_sym_continue] = ACTIONS(2850), - [anon_sym_goto] = ACTIONS(2850), - [anon_sym_not] = ACTIONS(2850), - [anon_sym_compl] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2850), - [sym_number_literal] = ACTIONS(2852), - [anon_sym_L_SQUOTE] = ACTIONS(2852), - [anon_sym_u_SQUOTE] = ACTIONS(2852), - [anon_sym_U_SQUOTE] = ACTIONS(2852), - [anon_sym_u8_SQUOTE] = ACTIONS(2852), - [anon_sym_SQUOTE] = ACTIONS(2852), - [anon_sym_L_DQUOTE] = ACTIONS(2852), - [anon_sym_u_DQUOTE] = ACTIONS(2852), - [anon_sym_U_DQUOTE] = ACTIONS(2852), - [anon_sym_u8_DQUOTE] = ACTIONS(2852), - [anon_sym_DQUOTE] = ACTIONS(2852), - [sym_true] = ACTIONS(2850), - [sym_false] = ACTIONS(2850), - [sym_null] = ACTIONS(2850), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2850), - [anon_sym_decltype] = ACTIONS(2850), - [anon_sym_virtual] = ACTIONS(2850), - [anon_sym_explicit] = ACTIONS(2850), - [anon_sym_typename] = ACTIONS(2850), - [anon_sym_template] = ACTIONS(2850), - [anon_sym_operator] = ACTIONS(2850), - [anon_sym_try] = ACTIONS(2850), - [anon_sym_delete] = ACTIONS(2850), - [anon_sym_throw] = ACTIONS(2850), - [anon_sym_namespace] = ACTIONS(2850), - [anon_sym_using] = ACTIONS(2850), - [anon_sym_static_assert] = ACTIONS(2850), - [anon_sym_concept] = ACTIONS(2850), - [anon_sym_co_return] = ACTIONS(2850), - [anon_sym_co_yield] = ACTIONS(2850), - [anon_sym_R_DQUOTE] = ACTIONS(2852), - [anon_sym_LR_DQUOTE] = ACTIONS(2852), - [anon_sym_uR_DQUOTE] = ACTIONS(2852), - [anon_sym_UR_DQUOTE] = ACTIONS(2852), - [anon_sym_u8R_DQUOTE] = ACTIONS(2852), - [anon_sym_co_await] = ACTIONS(2850), - [anon_sym_new] = ACTIONS(2850), - [anon_sym_requires] = ACTIONS(2850), - [sym_this] = ACTIONS(2850), - [sym_nullptr] = ACTIONS(2850), + [ts_builtin_sym_end] = ACTIONS(2802), + [sym_identifier] = ACTIONS(2800), + [aux_sym_preproc_include_token1] = ACTIONS(2800), + [aux_sym_preproc_def_token1] = ACTIONS(2800), + [aux_sym_preproc_if_token1] = ACTIONS(2800), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2800), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2800), + [sym_preproc_directive] = ACTIONS(2800), + [anon_sym_LPAREN2] = ACTIONS(2802), + [anon_sym_BANG] = ACTIONS(2802), + [anon_sym_TILDE] = ACTIONS(2802), + [anon_sym_DASH] = ACTIONS(2800), + [anon_sym_PLUS] = ACTIONS(2800), + [anon_sym_STAR] = ACTIONS(2802), + [anon_sym_AMP_AMP] = ACTIONS(2802), + [anon_sym_AMP] = ACTIONS(2800), + [anon_sym_SEMI] = ACTIONS(2802), + [anon_sym_typedef] = ACTIONS(2800), + [anon_sym_extern] = ACTIONS(2800), + [anon_sym___attribute__] = ACTIONS(2800), + [anon_sym_COLON_COLON] = ACTIONS(2802), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2802), + [anon_sym___declspec] = ACTIONS(2800), + [anon_sym___based] = ACTIONS(2800), + [anon_sym___cdecl] = ACTIONS(2800), + [anon_sym___clrcall] = ACTIONS(2800), + [anon_sym___stdcall] = ACTIONS(2800), + [anon_sym___fastcall] = ACTIONS(2800), + [anon_sym___thiscall] = ACTIONS(2800), + [anon_sym___vectorcall] = ACTIONS(2800), + [anon_sym_LBRACE] = ACTIONS(2802), + [anon_sym_LBRACK] = ACTIONS(2800), + [anon_sym_static] = ACTIONS(2800), + [anon_sym_register] = ACTIONS(2800), + [anon_sym_inline] = ACTIONS(2800), + [anon_sym_thread_local] = ACTIONS(2800), + [anon_sym_const] = ACTIONS(2800), + [anon_sym_volatile] = ACTIONS(2800), + [anon_sym_restrict] = ACTIONS(2800), + [anon_sym__Atomic] = ACTIONS(2800), + [anon_sym_mutable] = ACTIONS(2800), + [anon_sym_constexpr] = ACTIONS(2800), + [anon_sym_constinit] = ACTIONS(2800), + [anon_sym_consteval] = ACTIONS(2800), + [anon_sym_signed] = ACTIONS(2800), + [anon_sym_unsigned] = ACTIONS(2800), + [anon_sym_long] = ACTIONS(2800), + [anon_sym_short] = ACTIONS(2800), + [sym_primitive_type] = ACTIONS(2800), + [anon_sym_enum] = ACTIONS(2800), + [anon_sym_class] = ACTIONS(2800), + [anon_sym_struct] = ACTIONS(2800), + [anon_sym_union] = ACTIONS(2800), + [anon_sym_if] = ACTIONS(2800), + [anon_sym_switch] = ACTIONS(2800), + [anon_sym_case] = ACTIONS(2800), + [anon_sym_default] = ACTIONS(2800), + [anon_sym_while] = ACTIONS(2800), + [anon_sym_do] = ACTIONS(2800), + [anon_sym_for] = ACTIONS(2800), + [anon_sym_return] = ACTIONS(2800), + [anon_sym_break] = ACTIONS(2800), + [anon_sym_continue] = ACTIONS(2800), + [anon_sym_goto] = ACTIONS(2800), + [anon_sym_not] = ACTIONS(2800), + [anon_sym_compl] = ACTIONS(2800), + [anon_sym_DASH_DASH] = ACTIONS(2802), + [anon_sym_PLUS_PLUS] = ACTIONS(2802), + [anon_sym_sizeof] = ACTIONS(2800), + [sym_number_literal] = ACTIONS(2802), + [anon_sym_L_SQUOTE] = ACTIONS(2802), + [anon_sym_u_SQUOTE] = ACTIONS(2802), + [anon_sym_U_SQUOTE] = ACTIONS(2802), + [anon_sym_u8_SQUOTE] = ACTIONS(2802), + [anon_sym_SQUOTE] = ACTIONS(2802), + [anon_sym_L_DQUOTE] = ACTIONS(2802), + [anon_sym_u_DQUOTE] = ACTIONS(2802), + [anon_sym_U_DQUOTE] = ACTIONS(2802), + [anon_sym_u8_DQUOTE] = ACTIONS(2802), + [anon_sym_DQUOTE] = ACTIONS(2802), + [sym_true] = ACTIONS(2800), + [sym_false] = ACTIONS(2800), + [sym_null] = ACTIONS(2800), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2800), + [anon_sym_decltype] = ACTIONS(2800), + [anon_sym_virtual] = ACTIONS(2800), + [anon_sym_explicit] = ACTIONS(2800), + [anon_sym_typename] = ACTIONS(2800), + [anon_sym_template] = ACTIONS(2800), + [anon_sym_operator] = ACTIONS(2800), + [anon_sym_try] = ACTIONS(2800), + [anon_sym_delete] = ACTIONS(2800), + [anon_sym_throw] = ACTIONS(2800), + [anon_sym_namespace] = ACTIONS(2800), + [anon_sym_using] = ACTIONS(2800), + [anon_sym_static_assert] = ACTIONS(2800), + [anon_sym_concept] = ACTIONS(2800), + [anon_sym_co_return] = ACTIONS(2800), + [anon_sym_co_yield] = ACTIONS(2800), + [anon_sym_R_DQUOTE] = ACTIONS(2802), + [anon_sym_LR_DQUOTE] = ACTIONS(2802), + [anon_sym_uR_DQUOTE] = ACTIONS(2802), + [anon_sym_UR_DQUOTE] = ACTIONS(2802), + [anon_sym_u8R_DQUOTE] = ACTIONS(2802), + [anon_sym_co_await] = ACTIONS(2800), + [anon_sym_new] = ACTIONS(2800), + [anon_sym_requires] = ACTIONS(2800), + [sym_this] = ACTIONS(2800), + [sym_nullptr] = ACTIONS(2800), }, [941] = { - [sym_identifier] = ACTIONS(2846), - [aux_sym_preproc_include_token1] = ACTIONS(2846), - [aux_sym_preproc_def_token1] = ACTIONS(2846), - [aux_sym_preproc_if_token1] = ACTIONS(2846), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2846), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2846), - [sym_preproc_directive] = ACTIONS(2846), - [anon_sym_LPAREN2] = ACTIONS(2848), - [anon_sym_BANG] = ACTIONS(2848), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_DASH] = ACTIONS(2846), - [anon_sym_PLUS] = ACTIONS(2846), - [anon_sym_STAR] = ACTIONS(2848), - [anon_sym_AMP_AMP] = ACTIONS(2848), - [anon_sym_AMP] = ACTIONS(2846), - [anon_sym_SEMI] = ACTIONS(2848), - [anon_sym_typedef] = ACTIONS(2846), - [anon_sym_extern] = ACTIONS(2846), - [anon_sym___attribute__] = ACTIONS(2846), - [anon_sym_COLON_COLON] = ACTIONS(2848), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2848), - [anon_sym___declspec] = ACTIONS(2846), - [anon_sym___based] = ACTIONS(2846), - [anon_sym___cdecl] = ACTIONS(2846), - [anon_sym___clrcall] = ACTIONS(2846), - [anon_sym___stdcall] = ACTIONS(2846), - [anon_sym___fastcall] = ACTIONS(2846), - [anon_sym___thiscall] = ACTIONS(2846), - [anon_sym___vectorcall] = ACTIONS(2846), - [anon_sym_LBRACE] = ACTIONS(2848), - [anon_sym_RBRACE] = ACTIONS(2848), - [anon_sym_LBRACK] = ACTIONS(2846), - [anon_sym_static] = ACTIONS(2846), - [anon_sym_register] = ACTIONS(2846), - [anon_sym_inline] = ACTIONS(2846), - [anon_sym_thread_local] = ACTIONS(2846), - [anon_sym_const] = ACTIONS(2846), - [anon_sym_volatile] = ACTIONS(2846), - [anon_sym_restrict] = ACTIONS(2846), - [anon_sym__Atomic] = ACTIONS(2846), - [anon_sym_mutable] = ACTIONS(2846), - [anon_sym_constexpr] = ACTIONS(2846), - [anon_sym_constinit] = ACTIONS(2846), - [anon_sym_consteval] = ACTIONS(2846), - [anon_sym_signed] = ACTIONS(2846), - [anon_sym_unsigned] = ACTIONS(2846), - [anon_sym_long] = ACTIONS(2846), - [anon_sym_short] = ACTIONS(2846), - [sym_primitive_type] = ACTIONS(2846), - [anon_sym_enum] = ACTIONS(2846), - [anon_sym_class] = ACTIONS(2846), - [anon_sym_struct] = ACTIONS(2846), - [anon_sym_union] = ACTIONS(2846), - [anon_sym_if] = ACTIONS(2846), - [anon_sym_switch] = ACTIONS(2846), - [anon_sym_case] = ACTIONS(2846), - [anon_sym_default] = ACTIONS(2846), - [anon_sym_while] = ACTIONS(2846), - [anon_sym_do] = ACTIONS(2846), - [anon_sym_for] = ACTIONS(2846), - [anon_sym_return] = ACTIONS(2846), - [anon_sym_break] = ACTIONS(2846), - [anon_sym_continue] = ACTIONS(2846), - [anon_sym_goto] = ACTIONS(2846), - [anon_sym_not] = ACTIONS(2846), - [anon_sym_compl] = ACTIONS(2846), - [anon_sym_DASH_DASH] = ACTIONS(2848), - [anon_sym_PLUS_PLUS] = ACTIONS(2848), - [anon_sym_sizeof] = ACTIONS(2846), - [sym_number_literal] = ACTIONS(2848), - [anon_sym_L_SQUOTE] = ACTIONS(2848), - [anon_sym_u_SQUOTE] = ACTIONS(2848), - [anon_sym_U_SQUOTE] = ACTIONS(2848), - [anon_sym_u8_SQUOTE] = ACTIONS(2848), - [anon_sym_SQUOTE] = ACTIONS(2848), - [anon_sym_L_DQUOTE] = ACTIONS(2848), - [anon_sym_u_DQUOTE] = ACTIONS(2848), - [anon_sym_U_DQUOTE] = ACTIONS(2848), - [anon_sym_u8_DQUOTE] = ACTIONS(2848), - [anon_sym_DQUOTE] = ACTIONS(2848), - [sym_true] = ACTIONS(2846), - [sym_false] = ACTIONS(2846), - [sym_null] = ACTIONS(2846), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2846), - [anon_sym_decltype] = ACTIONS(2846), - [anon_sym_virtual] = ACTIONS(2846), - [anon_sym_explicit] = ACTIONS(2846), - [anon_sym_typename] = ACTIONS(2846), - [anon_sym_template] = ACTIONS(2846), - [anon_sym_operator] = ACTIONS(2846), - [anon_sym_try] = ACTIONS(2846), - [anon_sym_delete] = ACTIONS(2846), - [anon_sym_throw] = ACTIONS(2846), - [anon_sym_namespace] = ACTIONS(2846), - [anon_sym_using] = ACTIONS(2846), - [anon_sym_static_assert] = ACTIONS(2846), - [anon_sym_concept] = ACTIONS(2846), - [anon_sym_co_return] = ACTIONS(2846), - [anon_sym_co_yield] = ACTIONS(2846), - [anon_sym_R_DQUOTE] = ACTIONS(2848), - [anon_sym_LR_DQUOTE] = ACTIONS(2848), - [anon_sym_uR_DQUOTE] = ACTIONS(2848), - [anon_sym_UR_DQUOTE] = ACTIONS(2848), - [anon_sym_u8R_DQUOTE] = ACTIONS(2848), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2846), - [anon_sym_requires] = ACTIONS(2846), - [sym_this] = ACTIONS(2846), - [sym_nullptr] = ACTIONS(2846), + [sym_identifier] = ACTIONS(2812), + [aux_sym_preproc_include_token1] = ACTIONS(2812), + [aux_sym_preproc_def_token1] = ACTIONS(2812), + [aux_sym_preproc_if_token1] = ACTIONS(2812), + [aux_sym_preproc_if_token2] = ACTIONS(2812), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2812), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2812), + [sym_preproc_directive] = ACTIONS(2812), + [anon_sym_LPAREN2] = ACTIONS(2814), + [anon_sym_BANG] = ACTIONS(2814), + [anon_sym_TILDE] = ACTIONS(2814), + [anon_sym_DASH] = ACTIONS(2812), + [anon_sym_PLUS] = ACTIONS(2812), + [anon_sym_STAR] = ACTIONS(2814), + [anon_sym_AMP_AMP] = ACTIONS(2814), + [anon_sym_AMP] = ACTIONS(2812), + [anon_sym_SEMI] = ACTIONS(2814), + [anon_sym_typedef] = ACTIONS(2812), + [anon_sym_extern] = ACTIONS(2812), + [anon_sym___attribute__] = ACTIONS(2812), + [anon_sym_COLON_COLON] = ACTIONS(2814), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2814), + [anon_sym___declspec] = ACTIONS(2812), + [anon_sym___based] = ACTIONS(2812), + [anon_sym___cdecl] = ACTIONS(2812), + [anon_sym___clrcall] = ACTIONS(2812), + [anon_sym___stdcall] = ACTIONS(2812), + [anon_sym___fastcall] = ACTIONS(2812), + [anon_sym___thiscall] = ACTIONS(2812), + [anon_sym___vectorcall] = ACTIONS(2812), + [anon_sym_LBRACE] = ACTIONS(2814), + [anon_sym_LBRACK] = ACTIONS(2812), + [anon_sym_static] = ACTIONS(2812), + [anon_sym_register] = ACTIONS(2812), + [anon_sym_inline] = ACTIONS(2812), + [anon_sym_thread_local] = ACTIONS(2812), + [anon_sym_const] = ACTIONS(2812), + [anon_sym_volatile] = ACTIONS(2812), + [anon_sym_restrict] = ACTIONS(2812), + [anon_sym__Atomic] = ACTIONS(2812), + [anon_sym_mutable] = ACTIONS(2812), + [anon_sym_constexpr] = ACTIONS(2812), + [anon_sym_constinit] = ACTIONS(2812), + [anon_sym_consteval] = ACTIONS(2812), + [anon_sym_signed] = ACTIONS(2812), + [anon_sym_unsigned] = ACTIONS(2812), + [anon_sym_long] = ACTIONS(2812), + [anon_sym_short] = ACTIONS(2812), + [sym_primitive_type] = ACTIONS(2812), + [anon_sym_enum] = ACTIONS(2812), + [anon_sym_class] = ACTIONS(2812), + [anon_sym_struct] = ACTIONS(2812), + [anon_sym_union] = ACTIONS(2812), + [anon_sym_if] = ACTIONS(2812), + [anon_sym_switch] = ACTIONS(2812), + [anon_sym_case] = ACTIONS(2812), + [anon_sym_default] = ACTIONS(2812), + [anon_sym_while] = ACTIONS(2812), + [anon_sym_do] = ACTIONS(2812), + [anon_sym_for] = ACTIONS(2812), + [anon_sym_return] = ACTIONS(2812), + [anon_sym_break] = ACTIONS(2812), + [anon_sym_continue] = ACTIONS(2812), + [anon_sym_goto] = ACTIONS(2812), + [anon_sym_not] = ACTIONS(2812), + [anon_sym_compl] = ACTIONS(2812), + [anon_sym_DASH_DASH] = ACTIONS(2814), + [anon_sym_PLUS_PLUS] = ACTIONS(2814), + [anon_sym_sizeof] = ACTIONS(2812), + [sym_number_literal] = ACTIONS(2814), + [anon_sym_L_SQUOTE] = ACTIONS(2814), + [anon_sym_u_SQUOTE] = ACTIONS(2814), + [anon_sym_U_SQUOTE] = ACTIONS(2814), + [anon_sym_u8_SQUOTE] = ACTIONS(2814), + [anon_sym_SQUOTE] = ACTIONS(2814), + [anon_sym_L_DQUOTE] = ACTIONS(2814), + [anon_sym_u_DQUOTE] = ACTIONS(2814), + [anon_sym_U_DQUOTE] = ACTIONS(2814), + [anon_sym_u8_DQUOTE] = ACTIONS(2814), + [anon_sym_DQUOTE] = ACTIONS(2814), + [sym_true] = ACTIONS(2812), + [sym_false] = ACTIONS(2812), + [sym_null] = ACTIONS(2812), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2812), + [anon_sym_decltype] = ACTIONS(2812), + [anon_sym_virtual] = ACTIONS(2812), + [anon_sym_explicit] = ACTIONS(2812), + [anon_sym_typename] = ACTIONS(2812), + [anon_sym_template] = ACTIONS(2812), + [anon_sym_operator] = ACTIONS(2812), + [anon_sym_try] = ACTIONS(2812), + [anon_sym_delete] = ACTIONS(2812), + [anon_sym_throw] = ACTIONS(2812), + [anon_sym_namespace] = ACTIONS(2812), + [anon_sym_using] = ACTIONS(2812), + [anon_sym_static_assert] = ACTIONS(2812), + [anon_sym_concept] = ACTIONS(2812), + [anon_sym_co_return] = ACTIONS(2812), + [anon_sym_co_yield] = ACTIONS(2812), + [anon_sym_R_DQUOTE] = ACTIONS(2814), + [anon_sym_LR_DQUOTE] = ACTIONS(2814), + [anon_sym_uR_DQUOTE] = ACTIONS(2814), + [anon_sym_UR_DQUOTE] = ACTIONS(2814), + [anon_sym_u8R_DQUOTE] = ACTIONS(2814), + [anon_sym_co_await] = ACTIONS(2812), + [anon_sym_new] = ACTIONS(2812), + [anon_sym_requires] = ACTIONS(2812), + [sym_this] = ACTIONS(2812), + [sym_nullptr] = ACTIONS(2812), }, [942] = { - [sym_identifier] = ACTIONS(2842), - [aux_sym_preproc_include_token1] = ACTIONS(2842), - [aux_sym_preproc_def_token1] = ACTIONS(2842), - [aux_sym_preproc_if_token1] = ACTIONS(2842), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2842), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2842), - [sym_preproc_directive] = ACTIONS(2842), - [anon_sym_LPAREN2] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2844), - [anon_sym_TILDE] = ACTIONS(2844), - [anon_sym_DASH] = ACTIONS(2842), - [anon_sym_PLUS] = ACTIONS(2842), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP_AMP] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2842), - [anon_sym_SEMI] = ACTIONS(2844), - [anon_sym_typedef] = ACTIONS(2842), - [anon_sym_extern] = ACTIONS(2842), - [anon_sym___attribute__] = ACTIONS(2842), - [anon_sym_COLON_COLON] = ACTIONS(2844), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2844), - [anon_sym___declspec] = ACTIONS(2842), - [anon_sym___based] = ACTIONS(2842), - [anon_sym___cdecl] = ACTIONS(2842), - [anon_sym___clrcall] = ACTIONS(2842), - [anon_sym___stdcall] = ACTIONS(2842), - [anon_sym___fastcall] = ACTIONS(2842), - [anon_sym___thiscall] = ACTIONS(2842), - [anon_sym___vectorcall] = ACTIONS(2842), - [anon_sym_LBRACE] = ACTIONS(2844), - [anon_sym_RBRACE] = ACTIONS(2844), - [anon_sym_LBRACK] = ACTIONS(2842), - [anon_sym_static] = ACTIONS(2842), - [anon_sym_register] = ACTIONS(2842), - [anon_sym_inline] = ACTIONS(2842), - [anon_sym_thread_local] = ACTIONS(2842), - [anon_sym_const] = ACTIONS(2842), - [anon_sym_volatile] = ACTIONS(2842), - [anon_sym_restrict] = ACTIONS(2842), - [anon_sym__Atomic] = ACTIONS(2842), - [anon_sym_mutable] = ACTIONS(2842), - [anon_sym_constexpr] = ACTIONS(2842), - [anon_sym_constinit] = ACTIONS(2842), - [anon_sym_consteval] = ACTIONS(2842), - [anon_sym_signed] = ACTIONS(2842), - [anon_sym_unsigned] = ACTIONS(2842), - [anon_sym_long] = ACTIONS(2842), - [anon_sym_short] = ACTIONS(2842), - [sym_primitive_type] = ACTIONS(2842), - [anon_sym_enum] = ACTIONS(2842), - [anon_sym_class] = ACTIONS(2842), - [anon_sym_struct] = ACTIONS(2842), - [anon_sym_union] = ACTIONS(2842), - [anon_sym_if] = ACTIONS(2842), - [anon_sym_switch] = ACTIONS(2842), - [anon_sym_case] = ACTIONS(2842), - [anon_sym_default] = ACTIONS(2842), - [anon_sym_while] = ACTIONS(2842), - [anon_sym_do] = ACTIONS(2842), - [anon_sym_for] = ACTIONS(2842), - [anon_sym_return] = ACTIONS(2842), - [anon_sym_break] = ACTIONS(2842), - [anon_sym_continue] = ACTIONS(2842), - [anon_sym_goto] = ACTIONS(2842), - [anon_sym_not] = ACTIONS(2842), - [anon_sym_compl] = ACTIONS(2842), - [anon_sym_DASH_DASH] = ACTIONS(2844), - [anon_sym_PLUS_PLUS] = ACTIONS(2844), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2844), - [anon_sym_L_SQUOTE] = ACTIONS(2844), - [anon_sym_u_SQUOTE] = ACTIONS(2844), - [anon_sym_U_SQUOTE] = ACTIONS(2844), - [anon_sym_u8_SQUOTE] = ACTIONS(2844), - [anon_sym_SQUOTE] = ACTIONS(2844), - [anon_sym_L_DQUOTE] = ACTIONS(2844), - [anon_sym_u_DQUOTE] = ACTIONS(2844), - [anon_sym_U_DQUOTE] = ACTIONS(2844), - [anon_sym_u8_DQUOTE] = ACTIONS(2844), - [anon_sym_DQUOTE] = ACTIONS(2844), - [sym_true] = ACTIONS(2842), - [sym_false] = ACTIONS(2842), - [sym_null] = ACTIONS(2842), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2842), - [anon_sym_decltype] = ACTIONS(2842), - [anon_sym_virtual] = ACTIONS(2842), - [anon_sym_explicit] = ACTIONS(2842), - [anon_sym_typename] = ACTIONS(2842), - [anon_sym_template] = ACTIONS(2842), - [anon_sym_operator] = ACTIONS(2842), - [anon_sym_try] = ACTIONS(2842), - [anon_sym_delete] = ACTIONS(2842), - [anon_sym_throw] = ACTIONS(2842), - [anon_sym_namespace] = ACTIONS(2842), - [anon_sym_using] = ACTIONS(2842), - [anon_sym_static_assert] = ACTIONS(2842), - [anon_sym_concept] = ACTIONS(2842), - [anon_sym_co_return] = ACTIONS(2842), - [anon_sym_co_yield] = ACTIONS(2842), - [anon_sym_R_DQUOTE] = ACTIONS(2844), - [anon_sym_LR_DQUOTE] = ACTIONS(2844), - [anon_sym_uR_DQUOTE] = ACTIONS(2844), - [anon_sym_UR_DQUOTE] = ACTIONS(2844), - [anon_sym_u8R_DQUOTE] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2842), - [anon_sym_requires] = ACTIONS(2842), - [sym_this] = ACTIONS(2842), - [sym_nullptr] = ACTIONS(2842), + [ts_builtin_sym_end] = ACTIONS(2798), + [sym_identifier] = ACTIONS(2796), + [aux_sym_preproc_include_token1] = ACTIONS(2796), + [aux_sym_preproc_def_token1] = ACTIONS(2796), + [aux_sym_preproc_if_token1] = ACTIONS(2796), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2796), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2796), + [sym_preproc_directive] = ACTIONS(2796), + [anon_sym_LPAREN2] = ACTIONS(2798), + [anon_sym_BANG] = ACTIONS(2798), + [anon_sym_TILDE] = ACTIONS(2798), + [anon_sym_DASH] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2796), + [anon_sym_STAR] = ACTIONS(2798), + [anon_sym_AMP_AMP] = ACTIONS(2798), + [anon_sym_AMP] = ACTIONS(2796), + [anon_sym_SEMI] = ACTIONS(2798), + [anon_sym_typedef] = ACTIONS(2796), + [anon_sym_extern] = ACTIONS(2796), + [anon_sym___attribute__] = ACTIONS(2796), + [anon_sym_COLON_COLON] = ACTIONS(2798), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2798), + [anon_sym___declspec] = ACTIONS(2796), + [anon_sym___based] = ACTIONS(2796), + [anon_sym___cdecl] = ACTIONS(2796), + [anon_sym___clrcall] = ACTIONS(2796), + [anon_sym___stdcall] = ACTIONS(2796), + [anon_sym___fastcall] = ACTIONS(2796), + [anon_sym___thiscall] = ACTIONS(2796), + [anon_sym___vectorcall] = ACTIONS(2796), + [anon_sym_LBRACE] = ACTIONS(2798), + [anon_sym_LBRACK] = ACTIONS(2796), + [anon_sym_static] = ACTIONS(2796), + [anon_sym_register] = ACTIONS(2796), + [anon_sym_inline] = ACTIONS(2796), + [anon_sym_thread_local] = ACTIONS(2796), + [anon_sym_const] = ACTIONS(2796), + [anon_sym_volatile] = ACTIONS(2796), + [anon_sym_restrict] = ACTIONS(2796), + [anon_sym__Atomic] = ACTIONS(2796), + [anon_sym_mutable] = ACTIONS(2796), + [anon_sym_constexpr] = ACTIONS(2796), + [anon_sym_constinit] = ACTIONS(2796), + [anon_sym_consteval] = ACTIONS(2796), + [anon_sym_signed] = ACTIONS(2796), + [anon_sym_unsigned] = ACTIONS(2796), + [anon_sym_long] = ACTIONS(2796), + [anon_sym_short] = ACTIONS(2796), + [sym_primitive_type] = ACTIONS(2796), + [anon_sym_enum] = ACTIONS(2796), + [anon_sym_class] = ACTIONS(2796), + [anon_sym_struct] = ACTIONS(2796), + [anon_sym_union] = ACTIONS(2796), + [anon_sym_if] = ACTIONS(2796), + [anon_sym_switch] = ACTIONS(2796), + [anon_sym_case] = ACTIONS(2796), + [anon_sym_default] = ACTIONS(2796), + [anon_sym_while] = ACTIONS(2796), + [anon_sym_do] = ACTIONS(2796), + [anon_sym_for] = ACTIONS(2796), + [anon_sym_return] = ACTIONS(2796), + [anon_sym_break] = ACTIONS(2796), + [anon_sym_continue] = ACTIONS(2796), + [anon_sym_goto] = ACTIONS(2796), + [anon_sym_not] = ACTIONS(2796), + [anon_sym_compl] = ACTIONS(2796), + [anon_sym_DASH_DASH] = ACTIONS(2798), + [anon_sym_PLUS_PLUS] = ACTIONS(2798), + [anon_sym_sizeof] = ACTIONS(2796), + [sym_number_literal] = ACTIONS(2798), + [anon_sym_L_SQUOTE] = ACTIONS(2798), + [anon_sym_u_SQUOTE] = ACTIONS(2798), + [anon_sym_U_SQUOTE] = ACTIONS(2798), + [anon_sym_u8_SQUOTE] = ACTIONS(2798), + [anon_sym_SQUOTE] = ACTIONS(2798), + [anon_sym_L_DQUOTE] = ACTIONS(2798), + [anon_sym_u_DQUOTE] = ACTIONS(2798), + [anon_sym_U_DQUOTE] = ACTIONS(2798), + [anon_sym_u8_DQUOTE] = ACTIONS(2798), + [anon_sym_DQUOTE] = ACTIONS(2798), + [sym_true] = ACTIONS(2796), + [sym_false] = ACTIONS(2796), + [sym_null] = ACTIONS(2796), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2796), + [anon_sym_decltype] = ACTIONS(2796), + [anon_sym_virtual] = ACTIONS(2796), + [anon_sym_explicit] = ACTIONS(2796), + [anon_sym_typename] = ACTIONS(2796), + [anon_sym_template] = ACTIONS(2796), + [anon_sym_operator] = ACTIONS(2796), + [anon_sym_try] = ACTIONS(2796), + [anon_sym_delete] = ACTIONS(2796), + [anon_sym_throw] = ACTIONS(2796), + [anon_sym_namespace] = ACTIONS(2796), + [anon_sym_using] = ACTIONS(2796), + [anon_sym_static_assert] = ACTIONS(2796), + [anon_sym_concept] = ACTIONS(2796), + [anon_sym_co_return] = ACTIONS(2796), + [anon_sym_co_yield] = ACTIONS(2796), + [anon_sym_R_DQUOTE] = ACTIONS(2798), + [anon_sym_LR_DQUOTE] = ACTIONS(2798), + [anon_sym_uR_DQUOTE] = ACTIONS(2798), + [anon_sym_UR_DQUOTE] = ACTIONS(2798), + [anon_sym_u8R_DQUOTE] = ACTIONS(2798), + [anon_sym_co_await] = ACTIONS(2796), + [anon_sym_new] = ACTIONS(2796), + [anon_sym_requires] = ACTIONS(2796), + [sym_this] = ACTIONS(2796), + [sym_nullptr] = ACTIONS(2796), }, [943] = { - [sym_identifier] = ACTIONS(2838), - [aux_sym_preproc_include_token1] = ACTIONS(2838), - [aux_sym_preproc_def_token1] = ACTIONS(2838), - [aux_sym_preproc_if_token1] = ACTIONS(2838), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2838), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2838), - [sym_preproc_directive] = ACTIONS(2838), - [anon_sym_LPAREN2] = ACTIONS(2840), - [anon_sym_BANG] = ACTIONS(2840), - [anon_sym_TILDE] = ACTIONS(2840), - [anon_sym_DASH] = ACTIONS(2838), - [anon_sym_PLUS] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2840), - [anon_sym_AMP_AMP] = ACTIONS(2840), - [anon_sym_AMP] = ACTIONS(2838), - [anon_sym_SEMI] = ACTIONS(2840), - [anon_sym_typedef] = ACTIONS(2838), - [anon_sym_extern] = ACTIONS(2838), - [anon_sym___attribute__] = ACTIONS(2838), - [anon_sym_COLON_COLON] = ACTIONS(2840), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2840), - [anon_sym___declspec] = ACTIONS(2838), - [anon_sym___based] = ACTIONS(2838), - [anon_sym___cdecl] = ACTIONS(2838), - [anon_sym___clrcall] = ACTIONS(2838), - [anon_sym___stdcall] = ACTIONS(2838), - [anon_sym___fastcall] = ACTIONS(2838), - [anon_sym___thiscall] = ACTIONS(2838), - [anon_sym___vectorcall] = ACTIONS(2838), - [anon_sym_LBRACE] = ACTIONS(2840), - [anon_sym_RBRACE] = ACTIONS(2840), - [anon_sym_LBRACK] = ACTIONS(2838), - [anon_sym_static] = ACTIONS(2838), - [anon_sym_register] = ACTIONS(2838), - [anon_sym_inline] = ACTIONS(2838), - [anon_sym_thread_local] = ACTIONS(2838), - [anon_sym_const] = ACTIONS(2838), - [anon_sym_volatile] = ACTIONS(2838), - [anon_sym_restrict] = ACTIONS(2838), - [anon_sym__Atomic] = ACTIONS(2838), - [anon_sym_mutable] = ACTIONS(2838), - [anon_sym_constexpr] = ACTIONS(2838), - [anon_sym_constinit] = ACTIONS(2838), - [anon_sym_consteval] = ACTIONS(2838), - [anon_sym_signed] = ACTIONS(2838), - [anon_sym_unsigned] = ACTIONS(2838), - [anon_sym_long] = ACTIONS(2838), - [anon_sym_short] = ACTIONS(2838), - [sym_primitive_type] = ACTIONS(2838), - [anon_sym_enum] = ACTIONS(2838), - [anon_sym_class] = ACTIONS(2838), - [anon_sym_struct] = ACTIONS(2838), - [anon_sym_union] = ACTIONS(2838), - [anon_sym_if] = ACTIONS(2838), - [anon_sym_switch] = ACTIONS(2838), - [anon_sym_case] = ACTIONS(2838), - [anon_sym_default] = ACTIONS(2838), - [anon_sym_while] = ACTIONS(2838), - [anon_sym_do] = ACTIONS(2838), - [anon_sym_for] = ACTIONS(2838), - [anon_sym_return] = ACTIONS(2838), - [anon_sym_break] = ACTIONS(2838), - [anon_sym_continue] = ACTIONS(2838), - [anon_sym_goto] = ACTIONS(2838), - [anon_sym_not] = ACTIONS(2838), - [anon_sym_compl] = ACTIONS(2838), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2840), - [anon_sym_L_SQUOTE] = ACTIONS(2840), - [anon_sym_u_SQUOTE] = ACTIONS(2840), - [anon_sym_U_SQUOTE] = ACTIONS(2840), - [anon_sym_u8_SQUOTE] = ACTIONS(2840), - [anon_sym_SQUOTE] = ACTIONS(2840), - [anon_sym_L_DQUOTE] = ACTIONS(2840), - [anon_sym_u_DQUOTE] = ACTIONS(2840), - [anon_sym_U_DQUOTE] = ACTIONS(2840), - [anon_sym_u8_DQUOTE] = ACTIONS(2840), - [anon_sym_DQUOTE] = ACTIONS(2840), - [sym_true] = ACTIONS(2838), - [sym_false] = ACTIONS(2838), - [sym_null] = ACTIONS(2838), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2838), - [anon_sym_decltype] = ACTIONS(2838), - [anon_sym_virtual] = ACTIONS(2838), - [anon_sym_explicit] = ACTIONS(2838), - [anon_sym_typename] = ACTIONS(2838), - [anon_sym_template] = ACTIONS(2838), - [anon_sym_operator] = ACTIONS(2838), - [anon_sym_try] = ACTIONS(2838), - [anon_sym_delete] = ACTIONS(2838), - [anon_sym_throw] = ACTIONS(2838), - [anon_sym_namespace] = ACTIONS(2838), - [anon_sym_using] = ACTIONS(2838), - [anon_sym_static_assert] = ACTIONS(2838), - [anon_sym_concept] = ACTIONS(2838), - [anon_sym_co_return] = ACTIONS(2838), - [anon_sym_co_yield] = ACTIONS(2838), - [anon_sym_R_DQUOTE] = ACTIONS(2840), - [anon_sym_LR_DQUOTE] = ACTIONS(2840), - [anon_sym_uR_DQUOTE] = ACTIONS(2840), - [anon_sym_UR_DQUOTE] = ACTIONS(2840), - [anon_sym_u8R_DQUOTE] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2838), - [anon_sym_new] = ACTIONS(2838), - [anon_sym_requires] = ACTIONS(2838), - [sym_this] = ACTIONS(2838), - [sym_nullptr] = ACTIONS(2838), + [sym_identifier] = ACTIONS(2788), + [aux_sym_preproc_include_token1] = ACTIONS(2788), + [aux_sym_preproc_def_token1] = ACTIONS(2788), + [aux_sym_preproc_if_token1] = ACTIONS(2788), + [aux_sym_preproc_if_token2] = ACTIONS(2788), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2788), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2788), + [sym_preproc_directive] = ACTIONS(2788), + [anon_sym_LPAREN2] = ACTIONS(2790), + [anon_sym_BANG] = ACTIONS(2790), + [anon_sym_TILDE] = ACTIONS(2790), + [anon_sym_DASH] = ACTIONS(2788), + [anon_sym_PLUS] = ACTIONS(2788), + [anon_sym_STAR] = ACTIONS(2790), + [anon_sym_AMP_AMP] = ACTIONS(2790), + [anon_sym_AMP] = ACTIONS(2788), + [anon_sym_SEMI] = ACTIONS(2790), + [anon_sym_typedef] = ACTIONS(2788), + [anon_sym_extern] = ACTIONS(2788), + [anon_sym___attribute__] = ACTIONS(2788), + [anon_sym_COLON_COLON] = ACTIONS(2790), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2790), + [anon_sym___declspec] = ACTIONS(2788), + [anon_sym___based] = ACTIONS(2788), + [anon_sym___cdecl] = ACTIONS(2788), + [anon_sym___clrcall] = ACTIONS(2788), + [anon_sym___stdcall] = ACTIONS(2788), + [anon_sym___fastcall] = ACTIONS(2788), + [anon_sym___thiscall] = ACTIONS(2788), + [anon_sym___vectorcall] = ACTIONS(2788), + [anon_sym_LBRACE] = ACTIONS(2790), + [anon_sym_LBRACK] = ACTIONS(2788), + [anon_sym_static] = ACTIONS(2788), + [anon_sym_register] = ACTIONS(2788), + [anon_sym_inline] = ACTIONS(2788), + [anon_sym_thread_local] = ACTIONS(2788), + [anon_sym_const] = ACTIONS(2788), + [anon_sym_volatile] = ACTIONS(2788), + [anon_sym_restrict] = ACTIONS(2788), + [anon_sym__Atomic] = ACTIONS(2788), + [anon_sym_mutable] = ACTIONS(2788), + [anon_sym_constexpr] = ACTIONS(2788), + [anon_sym_constinit] = ACTIONS(2788), + [anon_sym_consteval] = ACTIONS(2788), + [anon_sym_signed] = ACTIONS(2788), + [anon_sym_unsigned] = ACTIONS(2788), + [anon_sym_long] = ACTIONS(2788), + [anon_sym_short] = ACTIONS(2788), + [sym_primitive_type] = ACTIONS(2788), + [anon_sym_enum] = ACTIONS(2788), + [anon_sym_class] = ACTIONS(2788), + [anon_sym_struct] = ACTIONS(2788), + [anon_sym_union] = ACTIONS(2788), + [anon_sym_if] = ACTIONS(2788), + [anon_sym_switch] = ACTIONS(2788), + [anon_sym_case] = ACTIONS(2788), + [anon_sym_default] = ACTIONS(2788), + [anon_sym_while] = ACTIONS(2788), + [anon_sym_do] = ACTIONS(2788), + [anon_sym_for] = ACTIONS(2788), + [anon_sym_return] = ACTIONS(2788), + [anon_sym_break] = ACTIONS(2788), + [anon_sym_continue] = ACTIONS(2788), + [anon_sym_goto] = ACTIONS(2788), + [anon_sym_not] = ACTIONS(2788), + [anon_sym_compl] = ACTIONS(2788), + [anon_sym_DASH_DASH] = ACTIONS(2790), + [anon_sym_PLUS_PLUS] = ACTIONS(2790), + [anon_sym_sizeof] = ACTIONS(2788), + [sym_number_literal] = ACTIONS(2790), + [anon_sym_L_SQUOTE] = ACTIONS(2790), + [anon_sym_u_SQUOTE] = ACTIONS(2790), + [anon_sym_U_SQUOTE] = ACTIONS(2790), + [anon_sym_u8_SQUOTE] = ACTIONS(2790), + [anon_sym_SQUOTE] = ACTIONS(2790), + [anon_sym_L_DQUOTE] = ACTIONS(2790), + [anon_sym_u_DQUOTE] = ACTIONS(2790), + [anon_sym_U_DQUOTE] = ACTIONS(2790), + [anon_sym_u8_DQUOTE] = ACTIONS(2790), + [anon_sym_DQUOTE] = ACTIONS(2790), + [sym_true] = ACTIONS(2788), + [sym_false] = ACTIONS(2788), + [sym_null] = ACTIONS(2788), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2788), + [anon_sym_decltype] = ACTIONS(2788), + [anon_sym_virtual] = ACTIONS(2788), + [anon_sym_explicit] = ACTIONS(2788), + [anon_sym_typename] = ACTIONS(2788), + [anon_sym_template] = ACTIONS(2788), + [anon_sym_operator] = ACTIONS(2788), + [anon_sym_try] = ACTIONS(2788), + [anon_sym_delete] = ACTIONS(2788), + [anon_sym_throw] = ACTIONS(2788), + [anon_sym_namespace] = ACTIONS(2788), + [anon_sym_using] = ACTIONS(2788), + [anon_sym_static_assert] = ACTIONS(2788), + [anon_sym_concept] = ACTIONS(2788), + [anon_sym_co_return] = ACTIONS(2788), + [anon_sym_co_yield] = ACTIONS(2788), + [anon_sym_R_DQUOTE] = ACTIONS(2790), + [anon_sym_LR_DQUOTE] = ACTIONS(2790), + [anon_sym_uR_DQUOTE] = ACTIONS(2790), + [anon_sym_UR_DQUOTE] = ACTIONS(2790), + [anon_sym_u8R_DQUOTE] = ACTIONS(2790), + [anon_sym_co_await] = ACTIONS(2788), + [anon_sym_new] = ACTIONS(2788), + [anon_sym_requires] = ACTIONS(2788), + [sym_this] = ACTIONS(2788), + [sym_nullptr] = ACTIONS(2788), }, [944] = { - [sym_identifier] = ACTIONS(2834), - [aux_sym_preproc_include_token1] = ACTIONS(2834), - [aux_sym_preproc_def_token1] = ACTIONS(2834), - [aux_sym_preproc_if_token1] = ACTIONS(2834), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2834), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2834), - [sym_preproc_directive] = ACTIONS(2834), - [anon_sym_LPAREN2] = ACTIONS(2836), - [anon_sym_BANG] = ACTIONS(2836), - [anon_sym_TILDE] = ACTIONS(2836), - [anon_sym_DASH] = ACTIONS(2834), - [anon_sym_PLUS] = ACTIONS(2834), - [anon_sym_STAR] = ACTIONS(2836), - [anon_sym_AMP_AMP] = ACTIONS(2836), - [anon_sym_AMP] = ACTIONS(2834), - [anon_sym_SEMI] = ACTIONS(2836), - [anon_sym_typedef] = ACTIONS(2834), - [anon_sym_extern] = ACTIONS(2834), - [anon_sym___attribute__] = ACTIONS(2834), - [anon_sym_COLON_COLON] = ACTIONS(2836), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2836), - [anon_sym___declspec] = ACTIONS(2834), - [anon_sym___based] = ACTIONS(2834), - [anon_sym___cdecl] = ACTIONS(2834), - [anon_sym___clrcall] = ACTIONS(2834), - [anon_sym___stdcall] = ACTIONS(2834), - [anon_sym___fastcall] = ACTIONS(2834), - [anon_sym___thiscall] = ACTIONS(2834), - [anon_sym___vectorcall] = ACTIONS(2834), - [anon_sym_LBRACE] = ACTIONS(2836), - [anon_sym_RBRACE] = ACTIONS(2836), - [anon_sym_LBRACK] = ACTIONS(2834), - [anon_sym_static] = ACTIONS(2834), - [anon_sym_register] = ACTIONS(2834), - [anon_sym_inline] = ACTIONS(2834), - [anon_sym_thread_local] = ACTIONS(2834), - [anon_sym_const] = ACTIONS(2834), - [anon_sym_volatile] = ACTIONS(2834), - [anon_sym_restrict] = ACTIONS(2834), - [anon_sym__Atomic] = ACTIONS(2834), - [anon_sym_mutable] = ACTIONS(2834), - [anon_sym_constexpr] = ACTIONS(2834), - [anon_sym_constinit] = ACTIONS(2834), - [anon_sym_consteval] = ACTIONS(2834), - [anon_sym_signed] = ACTIONS(2834), - [anon_sym_unsigned] = ACTIONS(2834), - [anon_sym_long] = ACTIONS(2834), - [anon_sym_short] = ACTIONS(2834), - [sym_primitive_type] = ACTIONS(2834), - [anon_sym_enum] = ACTIONS(2834), - [anon_sym_class] = ACTIONS(2834), - [anon_sym_struct] = ACTIONS(2834), - [anon_sym_union] = ACTIONS(2834), - [anon_sym_if] = ACTIONS(2834), - [anon_sym_switch] = ACTIONS(2834), - [anon_sym_case] = ACTIONS(2834), - [anon_sym_default] = ACTIONS(2834), - [anon_sym_while] = ACTIONS(2834), - [anon_sym_do] = ACTIONS(2834), - [anon_sym_for] = ACTIONS(2834), - [anon_sym_return] = ACTIONS(2834), - [anon_sym_break] = ACTIONS(2834), - [anon_sym_continue] = ACTIONS(2834), - [anon_sym_goto] = ACTIONS(2834), - [anon_sym_not] = ACTIONS(2834), - [anon_sym_compl] = ACTIONS(2834), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2834), - [sym_number_literal] = ACTIONS(2836), - [anon_sym_L_SQUOTE] = ACTIONS(2836), - [anon_sym_u_SQUOTE] = ACTIONS(2836), - [anon_sym_U_SQUOTE] = ACTIONS(2836), - [anon_sym_u8_SQUOTE] = ACTIONS(2836), - [anon_sym_SQUOTE] = ACTIONS(2836), - [anon_sym_L_DQUOTE] = ACTIONS(2836), - [anon_sym_u_DQUOTE] = ACTIONS(2836), - [anon_sym_U_DQUOTE] = ACTIONS(2836), - [anon_sym_u8_DQUOTE] = ACTIONS(2836), - [anon_sym_DQUOTE] = ACTIONS(2836), - [sym_true] = ACTIONS(2834), - [sym_false] = ACTIONS(2834), - [sym_null] = ACTIONS(2834), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2834), - [anon_sym_decltype] = ACTIONS(2834), - [anon_sym_virtual] = ACTIONS(2834), - [anon_sym_explicit] = ACTIONS(2834), - [anon_sym_typename] = ACTIONS(2834), - [anon_sym_template] = ACTIONS(2834), - [anon_sym_operator] = ACTIONS(2834), - [anon_sym_try] = ACTIONS(2834), - [anon_sym_delete] = ACTIONS(2834), - [anon_sym_throw] = ACTIONS(2834), - [anon_sym_namespace] = ACTIONS(2834), - [anon_sym_using] = ACTIONS(2834), - [anon_sym_static_assert] = ACTIONS(2834), - [anon_sym_concept] = ACTIONS(2834), - [anon_sym_co_return] = ACTIONS(2834), - [anon_sym_co_yield] = ACTIONS(2834), - [anon_sym_R_DQUOTE] = ACTIONS(2836), - [anon_sym_LR_DQUOTE] = ACTIONS(2836), - [anon_sym_uR_DQUOTE] = ACTIONS(2836), - [anon_sym_UR_DQUOTE] = ACTIONS(2836), - [anon_sym_u8R_DQUOTE] = ACTIONS(2836), - [anon_sym_co_await] = ACTIONS(2834), - [anon_sym_new] = ACTIONS(2834), - [anon_sym_requires] = ACTIONS(2834), - [sym_this] = ACTIONS(2834), - [sym_nullptr] = ACTIONS(2834), + [sym_identifier] = ACTIONS(2780), + [aux_sym_preproc_include_token1] = ACTIONS(2780), + [aux_sym_preproc_def_token1] = ACTIONS(2780), + [aux_sym_preproc_if_token1] = ACTIONS(2780), + [aux_sym_preproc_if_token2] = ACTIONS(2780), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2780), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2780), + [sym_preproc_directive] = ACTIONS(2780), + [anon_sym_LPAREN2] = ACTIONS(2782), + [anon_sym_BANG] = ACTIONS(2782), + [anon_sym_TILDE] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_PLUS] = ACTIONS(2780), + [anon_sym_STAR] = ACTIONS(2782), + [anon_sym_AMP_AMP] = ACTIONS(2782), + [anon_sym_AMP] = ACTIONS(2780), + [anon_sym_SEMI] = ACTIONS(2782), + [anon_sym_typedef] = ACTIONS(2780), + [anon_sym_extern] = ACTIONS(2780), + [anon_sym___attribute__] = ACTIONS(2780), + [anon_sym_COLON_COLON] = ACTIONS(2782), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2782), + [anon_sym___declspec] = ACTIONS(2780), + [anon_sym___based] = ACTIONS(2780), + [anon_sym___cdecl] = ACTIONS(2780), + [anon_sym___clrcall] = ACTIONS(2780), + [anon_sym___stdcall] = ACTIONS(2780), + [anon_sym___fastcall] = ACTIONS(2780), + [anon_sym___thiscall] = ACTIONS(2780), + [anon_sym___vectorcall] = ACTIONS(2780), + [anon_sym_LBRACE] = ACTIONS(2782), + [anon_sym_LBRACK] = ACTIONS(2780), + [anon_sym_static] = ACTIONS(2780), + [anon_sym_register] = ACTIONS(2780), + [anon_sym_inline] = ACTIONS(2780), + [anon_sym_thread_local] = ACTIONS(2780), + [anon_sym_const] = ACTIONS(2780), + [anon_sym_volatile] = ACTIONS(2780), + [anon_sym_restrict] = ACTIONS(2780), + [anon_sym__Atomic] = ACTIONS(2780), + [anon_sym_mutable] = ACTIONS(2780), + [anon_sym_constexpr] = ACTIONS(2780), + [anon_sym_constinit] = ACTIONS(2780), + [anon_sym_consteval] = ACTIONS(2780), + [anon_sym_signed] = ACTIONS(2780), + [anon_sym_unsigned] = ACTIONS(2780), + [anon_sym_long] = ACTIONS(2780), + [anon_sym_short] = ACTIONS(2780), + [sym_primitive_type] = ACTIONS(2780), + [anon_sym_enum] = ACTIONS(2780), + [anon_sym_class] = ACTIONS(2780), + [anon_sym_struct] = ACTIONS(2780), + [anon_sym_union] = ACTIONS(2780), + [anon_sym_if] = ACTIONS(2780), + [anon_sym_switch] = ACTIONS(2780), + [anon_sym_case] = ACTIONS(2780), + [anon_sym_default] = ACTIONS(2780), + [anon_sym_while] = ACTIONS(2780), + [anon_sym_do] = ACTIONS(2780), + [anon_sym_for] = ACTIONS(2780), + [anon_sym_return] = ACTIONS(2780), + [anon_sym_break] = ACTIONS(2780), + [anon_sym_continue] = ACTIONS(2780), + [anon_sym_goto] = ACTIONS(2780), + [anon_sym_not] = ACTIONS(2780), + [anon_sym_compl] = ACTIONS(2780), + [anon_sym_DASH_DASH] = ACTIONS(2782), + [anon_sym_PLUS_PLUS] = ACTIONS(2782), + [anon_sym_sizeof] = ACTIONS(2780), + [sym_number_literal] = ACTIONS(2782), + [anon_sym_L_SQUOTE] = ACTIONS(2782), + [anon_sym_u_SQUOTE] = ACTIONS(2782), + [anon_sym_U_SQUOTE] = ACTIONS(2782), + [anon_sym_u8_SQUOTE] = ACTIONS(2782), + [anon_sym_SQUOTE] = ACTIONS(2782), + [anon_sym_L_DQUOTE] = ACTIONS(2782), + [anon_sym_u_DQUOTE] = ACTIONS(2782), + [anon_sym_U_DQUOTE] = ACTIONS(2782), + [anon_sym_u8_DQUOTE] = ACTIONS(2782), + [anon_sym_DQUOTE] = ACTIONS(2782), + [sym_true] = ACTIONS(2780), + [sym_false] = ACTIONS(2780), + [sym_null] = ACTIONS(2780), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2780), + [anon_sym_decltype] = ACTIONS(2780), + [anon_sym_virtual] = ACTIONS(2780), + [anon_sym_explicit] = ACTIONS(2780), + [anon_sym_typename] = ACTIONS(2780), + [anon_sym_template] = ACTIONS(2780), + [anon_sym_operator] = ACTIONS(2780), + [anon_sym_try] = ACTIONS(2780), + [anon_sym_delete] = ACTIONS(2780), + [anon_sym_throw] = ACTIONS(2780), + [anon_sym_namespace] = ACTIONS(2780), + [anon_sym_using] = ACTIONS(2780), + [anon_sym_static_assert] = ACTIONS(2780), + [anon_sym_concept] = ACTIONS(2780), + [anon_sym_co_return] = ACTIONS(2780), + [anon_sym_co_yield] = ACTIONS(2780), + [anon_sym_R_DQUOTE] = ACTIONS(2782), + [anon_sym_LR_DQUOTE] = ACTIONS(2782), + [anon_sym_uR_DQUOTE] = ACTIONS(2782), + [anon_sym_UR_DQUOTE] = ACTIONS(2782), + [anon_sym_u8R_DQUOTE] = ACTIONS(2782), + [anon_sym_co_await] = ACTIONS(2780), + [anon_sym_new] = ACTIONS(2780), + [anon_sym_requires] = ACTIONS(2780), + [sym_this] = ACTIONS(2780), + [sym_nullptr] = ACTIONS(2780), }, [945] = { - [sym_identifier] = ACTIONS(2658), - [aux_sym_preproc_include_token1] = ACTIONS(2658), - [aux_sym_preproc_def_token1] = ACTIONS(2658), - [aux_sym_preproc_if_token1] = ACTIONS(2658), - [aux_sym_preproc_if_token2] = ACTIONS(2658), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2658), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2658), - [sym_preproc_directive] = ACTIONS(2658), - [anon_sym_LPAREN2] = ACTIONS(2660), - [anon_sym_BANG] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2660), - [anon_sym_DASH] = ACTIONS(2658), - [anon_sym_PLUS] = ACTIONS(2658), - [anon_sym_STAR] = ACTIONS(2660), - [anon_sym_AMP_AMP] = ACTIONS(2660), - [anon_sym_AMP] = ACTIONS(2658), - [anon_sym_SEMI] = ACTIONS(2660), - [anon_sym_typedef] = ACTIONS(2658), - [anon_sym_extern] = ACTIONS(2658), - [anon_sym___attribute__] = ACTIONS(2658), - [anon_sym_COLON_COLON] = ACTIONS(2660), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2660), - [anon_sym___declspec] = ACTIONS(2658), - [anon_sym___based] = ACTIONS(2658), - [anon_sym___cdecl] = ACTIONS(2658), - [anon_sym___clrcall] = ACTIONS(2658), - [anon_sym___stdcall] = ACTIONS(2658), - [anon_sym___fastcall] = ACTIONS(2658), - [anon_sym___thiscall] = ACTIONS(2658), - [anon_sym___vectorcall] = ACTIONS(2658), - [anon_sym_LBRACE] = ACTIONS(2660), - [anon_sym_LBRACK] = ACTIONS(2658), - [anon_sym_static] = ACTIONS(2658), - [anon_sym_register] = ACTIONS(2658), - [anon_sym_inline] = ACTIONS(2658), - [anon_sym_thread_local] = ACTIONS(2658), - [anon_sym_const] = ACTIONS(2658), - [anon_sym_volatile] = ACTIONS(2658), - [anon_sym_restrict] = ACTIONS(2658), - [anon_sym__Atomic] = ACTIONS(2658), - [anon_sym_mutable] = ACTIONS(2658), - [anon_sym_constexpr] = ACTIONS(2658), - [anon_sym_constinit] = ACTIONS(2658), - [anon_sym_consteval] = ACTIONS(2658), - [anon_sym_signed] = ACTIONS(2658), - [anon_sym_unsigned] = ACTIONS(2658), - [anon_sym_long] = ACTIONS(2658), - [anon_sym_short] = ACTIONS(2658), - [sym_primitive_type] = ACTIONS(2658), - [anon_sym_enum] = ACTIONS(2658), - [anon_sym_class] = ACTIONS(2658), - [anon_sym_struct] = ACTIONS(2658), - [anon_sym_union] = ACTIONS(2658), - [anon_sym_if] = ACTIONS(2658), - [anon_sym_switch] = ACTIONS(2658), - [anon_sym_case] = ACTIONS(2658), - [anon_sym_default] = ACTIONS(2658), - [anon_sym_while] = ACTIONS(2658), - [anon_sym_do] = ACTIONS(2658), - [anon_sym_for] = ACTIONS(2658), - [anon_sym_return] = ACTIONS(2658), - [anon_sym_break] = ACTIONS(2658), - [anon_sym_continue] = ACTIONS(2658), - [anon_sym_goto] = ACTIONS(2658), - [anon_sym_not] = ACTIONS(2658), - [anon_sym_compl] = ACTIONS(2658), - [anon_sym_DASH_DASH] = ACTIONS(2660), - [anon_sym_PLUS_PLUS] = ACTIONS(2660), - [anon_sym_sizeof] = ACTIONS(2658), - [sym_number_literal] = ACTIONS(2660), - [anon_sym_L_SQUOTE] = ACTIONS(2660), - [anon_sym_u_SQUOTE] = ACTIONS(2660), - [anon_sym_U_SQUOTE] = ACTIONS(2660), - [anon_sym_u8_SQUOTE] = ACTIONS(2660), - [anon_sym_SQUOTE] = ACTIONS(2660), - [anon_sym_L_DQUOTE] = ACTIONS(2660), - [anon_sym_u_DQUOTE] = ACTIONS(2660), - [anon_sym_U_DQUOTE] = ACTIONS(2660), - [anon_sym_u8_DQUOTE] = ACTIONS(2660), - [anon_sym_DQUOTE] = ACTIONS(2660), - [sym_true] = ACTIONS(2658), - [sym_false] = ACTIONS(2658), - [sym_null] = ACTIONS(2658), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2658), - [anon_sym_decltype] = ACTIONS(2658), - [anon_sym_virtual] = ACTIONS(2658), - [anon_sym_explicit] = ACTIONS(2658), - [anon_sym_typename] = ACTIONS(2658), - [anon_sym_template] = ACTIONS(2658), - [anon_sym_operator] = ACTIONS(2658), - [anon_sym_try] = ACTIONS(2658), - [anon_sym_delete] = ACTIONS(2658), - [anon_sym_throw] = ACTIONS(2658), - [anon_sym_namespace] = ACTIONS(2658), - [anon_sym_using] = ACTIONS(2658), - [anon_sym_static_assert] = ACTIONS(2658), - [anon_sym_concept] = ACTIONS(2658), - [anon_sym_co_return] = ACTIONS(2658), - [anon_sym_co_yield] = ACTIONS(2658), - [anon_sym_R_DQUOTE] = ACTIONS(2660), - [anon_sym_LR_DQUOTE] = ACTIONS(2660), - [anon_sym_uR_DQUOTE] = ACTIONS(2660), - [anon_sym_UR_DQUOTE] = ACTIONS(2660), - [anon_sym_u8R_DQUOTE] = ACTIONS(2660), - [anon_sym_co_await] = ACTIONS(2658), - [anon_sym_new] = ACTIONS(2658), - [anon_sym_requires] = ACTIONS(2658), - [sym_this] = ACTIONS(2658), - [sym_nullptr] = ACTIONS(2658), + [ts_builtin_sym_end] = ACTIONS(2770), + [sym_identifier] = ACTIONS(2768), + [aux_sym_preproc_include_token1] = ACTIONS(2768), + [aux_sym_preproc_def_token1] = ACTIONS(2768), + [aux_sym_preproc_if_token1] = ACTIONS(2768), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2768), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2768), + [sym_preproc_directive] = ACTIONS(2768), + [anon_sym_LPAREN2] = ACTIONS(2770), + [anon_sym_BANG] = ACTIONS(2770), + [anon_sym_TILDE] = ACTIONS(2770), + [anon_sym_DASH] = ACTIONS(2768), + [anon_sym_PLUS] = ACTIONS(2768), + [anon_sym_STAR] = ACTIONS(2770), + [anon_sym_AMP_AMP] = ACTIONS(2770), + [anon_sym_AMP] = ACTIONS(2768), + [anon_sym_SEMI] = ACTIONS(2770), + [anon_sym_typedef] = ACTIONS(2768), + [anon_sym_extern] = ACTIONS(2768), + [anon_sym___attribute__] = ACTIONS(2768), + [anon_sym_COLON_COLON] = ACTIONS(2770), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2770), + [anon_sym___declspec] = ACTIONS(2768), + [anon_sym___based] = ACTIONS(2768), + [anon_sym___cdecl] = ACTIONS(2768), + [anon_sym___clrcall] = ACTIONS(2768), + [anon_sym___stdcall] = ACTIONS(2768), + [anon_sym___fastcall] = ACTIONS(2768), + [anon_sym___thiscall] = ACTIONS(2768), + [anon_sym___vectorcall] = ACTIONS(2768), + [anon_sym_LBRACE] = ACTIONS(2770), + [anon_sym_LBRACK] = ACTIONS(2768), + [anon_sym_static] = ACTIONS(2768), + [anon_sym_register] = ACTIONS(2768), + [anon_sym_inline] = ACTIONS(2768), + [anon_sym_thread_local] = ACTIONS(2768), + [anon_sym_const] = ACTIONS(2768), + [anon_sym_volatile] = ACTIONS(2768), + [anon_sym_restrict] = ACTIONS(2768), + [anon_sym__Atomic] = ACTIONS(2768), + [anon_sym_mutable] = ACTIONS(2768), + [anon_sym_constexpr] = ACTIONS(2768), + [anon_sym_constinit] = ACTIONS(2768), + [anon_sym_consteval] = ACTIONS(2768), + [anon_sym_signed] = ACTIONS(2768), + [anon_sym_unsigned] = ACTIONS(2768), + [anon_sym_long] = ACTIONS(2768), + [anon_sym_short] = ACTIONS(2768), + [sym_primitive_type] = ACTIONS(2768), + [anon_sym_enum] = ACTIONS(2768), + [anon_sym_class] = ACTIONS(2768), + [anon_sym_struct] = ACTIONS(2768), + [anon_sym_union] = ACTIONS(2768), + [anon_sym_if] = ACTIONS(2768), + [anon_sym_switch] = ACTIONS(2768), + [anon_sym_case] = ACTIONS(2768), + [anon_sym_default] = ACTIONS(2768), + [anon_sym_while] = ACTIONS(2768), + [anon_sym_do] = ACTIONS(2768), + [anon_sym_for] = ACTIONS(2768), + [anon_sym_return] = ACTIONS(2768), + [anon_sym_break] = ACTIONS(2768), + [anon_sym_continue] = ACTIONS(2768), + [anon_sym_goto] = ACTIONS(2768), + [anon_sym_not] = ACTIONS(2768), + [anon_sym_compl] = ACTIONS(2768), + [anon_sym_DASH_DASH] = ACTIONS(2770), + [anon_sym_PLUS_PLUS] = ACTIONS(2770), + [anon_sym_sizeof] = ACTIONS(2768), + [sym_number_literal] = ACTIONS(2770), + [anon_sym_L_SQUOTE] = ACTIONS(2770), + [anon_sym_u_SQUOTE] = ACTIONS(2770), + [anon_sym_U_SQUOTE] = ACTIONS(2770), + [anon_sym_u8_SQUOTE] = ACTIONS(2770), + [anon_sym_SQUOTE] = ACTIONS(2770), + [anon_sym_L_DQUOTE] = ACTIONS(2770), + [anon_sym_u_DQUOTE] = ACTIONS(2770), + [anon_sym_U_DQUOTE] = ACTIONS(2770), + [anon_sym_u8_DQUOTE] = ACTIONS(2770), + [anon_sym_DQUOTE] = ACTIONS(2770), + [sym_true] = ACTIONS(2768), + [sym_false] = ACTIONS(2768), + [sym_null] = ACTIONS(2768), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2768), + [anon_sym_decltype] = ACTIONS(2768), + [anon_sym_virtual] = ACTIONS(2768), + [anon_sym_explicit] = ACTIONS(2768), + [anon_sym_typename] = ACTIONS(2768), + [anon_sym_template] = ACTIONS(2768), + [anon_sym_operator] = ACTIONS(2768), + [anon_sym_try] = ACTIONS(2768), + [anon_sym_delete] = ACTIONS(2768), + [anon_sym_throw] = ACTIONS(2768), + [anon_sym_namespace] = ACTIONS(2768), + [anon_sym_using] = ACTIONS(2768), + [anon_sym_static_assert] = ACTIONS(2768), + [anon_sym_concept] = ACTIONS(2768), + [anon_sym_co_return] = ACTIONS(2768), + [anon_sym_co_yield] = ACTIONS(2768), + [anon_sym_R_DQUOTE] = ACTIONS(2770), + [anon_sym_LR_DQUOTE] = ACTIONS(2770), + [anon_sym_uR_DQUOTE] = ACTIONS(2770), + [anon_sym_UR_DQUOTE] = ACTIONS(2770), + [anon_sym_u8R_DQUOTE] = ACTIONS(2770), + [anon_sym_co_await] = ACTIONS(2768), + [anon_sym_new] = ACTIONS(2768), + [anon_sym_requires] = ACTIONS(2768), + [sym_this] = ACTIONS(2768), + [sym_nullptr] = ACTIONS(2768), }, [946] = { - [sym_identifier] = ACTIONS(2830), - [aux_sym_preproc_include_token1] = ACTIONS(2830), - [aux_sym_preproc_def_token1] = ACTIONS(2830), - [aux_sym_preproc_if_token1] = ACTIONS(2830), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2830), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2830), - [sym_preproc_directive] = ACTIONS(2830), - [anon_sym_LPAREN2] = ACTIONS(2832), - [anon_sym_BANG] = ACTIONS(2832), - [anon_sym_TILDE] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2830), - [anon_sym_PLUS] = ACTIONS(2830), - [anon_sym_STAR] = ACTIONS(2832), - [anon_sym_AMP_AMP] = ACTIONS(2832), - [anon_sym_AMP] = ACTIONS(2830), - [anon_sym_SEMI] = ACTIONS(2832), - [anon_sym_typedef] = ACTIONS(2830), - [anon_sym_extern] = ACTIONS(2830), - [anon_sym___attribute__] = ACTIONS(2830), - [anon_sym_COLON_COLON] = ACTIONS(2832), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2832), - [anon_sym___declspec] = ACTIONS(2830), - [anon_sym___based] = ACTIONS(2830), - [anon_sym___cdecl] = ACTIONS(2830), - [anon_sym___clrcall] = ACTIONS(2830), - [anon_sym___stdcall] = ACTIONS(2830), - [anon_sym___fastcall] = ACTIONS(2830), - [anon_sym___thiscall] = ACTIONS(2830), - [anon_sym___vectorcall] = ACTIONS(2830), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_RBRACE] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2830), - [anon_sym_static] = ACTIONS(2830), - [anon_sym_register] = ACTIONS(2830), - [anon_sym_inline] = ACTIONS(2830), - [anon_sym_thread_local] = ACTIONS(2830), - [anon_sym_const] = ACTIONS(2830), - [anon_sym_volatile] = ACTIONS(2830), - [anon_sym_restrict] = ACTIONS(2830), - [anon_sym__Atomic] = ACTIONS(2830), - [anon_sym_mutable] = ACTIONS(2830), - [anon_sym_constexpr] = ACTIONS(2830), - [anon_sym_constinit] = ACTIONS(2830), - [anon_sym_consteval] = ACTIONS(2830), - [anon_sym_signed] = ACTIONS(2830), - [anon_sym_unsigned] = ACTIONS(2830), - [anon_sym_long] = ACTIONS(2830), - [anon_sym_short] = ACTIONS(2830), - [sym_primitive_type] = ACTIONS(2830), - [anon_sym_enum] = ACTIONS(2830), - [anon_sym_class] = ACTIONS(2830), - [anon_sym_struct] = ACTIONS(2830), - [anon_sym_union] = ACTIONS(2830), - [anon_sym_if] = ACTIONS(2830), - [anon_sym_switch] = ACTIONS(2830), - [anon_sym_case] = ACTIONS(2830), - [anon_sym_default] = ACTIONS(2830), - [anon_sym_while] = ACTIONS(2830), - [anon_sym_do] = ACTIONS(2830), - [anon_sym_for] = ACTIONS(2830), - [anon_sym_return] = ACTIONS(2830), - [anon_sym_break] = ACTIONS(2830), - [anon_sym_continue] = ACTIONS(2830), - [anon_sym_goto] = ACTIONS(2830), - [anon_sym_not] = ACTIONS(2830), - [anon_sym_compl] = ACTIONS(2830), - [anon_sym_DASH_DASH] = ACTIONS(2832), - [anon_sym_PLUS_PLUS] = ACTIONS(2832), - [anon_sym_sizeof] = ACTIONS(2830), - [sym_number_literal] = ACTIONS(2832), - [anon_sym_L_SQUOTE] = ACTIONS(2832), - [anon_sym_u_SQUOTE] = ACTIONS(2832), - [anon_sym_U_SQUOTE] = ACTIONS(2832), - [anon_sym_u8_SQUOTE] = ACTIONS(2832), - [anon_sym_SQUOTE] = ACTIONS(2832), - [anon_sym_L_DQUOTE] = ACTIONS(2832), - [anon_sym_u_DQUOTE] = ACTIONS(2832), - [anon_sym_U_DQUOTE] = ACTIONS(2832), - [anon_sym_u8_DQUOTE] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym_true] = ACTIONS(2830), - [sym_false] = ACTIONS(2830), - [sym_null] = ACTIONS(2830), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2830), - [anon_sym_decltype] = ACTIONS(2830), - [anon_sym_virtual] = ACTIONS(2830), - [anon_sym_explicit] = ACTIONS(2830), - [anon_sym_typename] = ACTIONS(2830), - [anon_sym_template] = ACTIONS(2830), - [anon_sym_operator] = ACTIONS(2830), - [anon_sym_try] = ACTIONS(2830), - [anon_sym_delete] = ACTIONS(2830), - [anon_sym_throw] = ACTIONS(2830), - [anon_sym_namespace] = ACTIONS(2830), - [anon_sym_using] = ACTIONS(2830), - [anon_sym_static_assert] = ACTIONS(2830), - [anon_sym_concept] = ACTIONS(2830), - [anon_sym_co_return] = ACTIONS(2830), - [anon_sym_co_yield] = ACTIONS(2830), - [anon_sym_R_DQUOTE] = ACTIONS(2832), - [anon_sym_LR_DQUOTE] = ACTIONS(2832), - [anon_sym_uR_DQUOTE] = ACTIONS(2832), - [anon_sym_UR_DQUOTE] = ACTIONS(2832), - [anon_sym_u8R_DQUOTE] = ACTIONS(2832), - [anon_sym_co_await] = ACTIONS(2830), - [anon_sym_new] = ACTIONS(2830), - [anon_sym_requires] = ACTIONS(2830), - [sym_this] = ACTIONS(2830), - [sym_nullptr] = ACTIONS(2830), + [sym_identifier] = ACTIONS(2776), + [aux_sym_preproc_include_token1] = ACTIONS(2776), + [aux_sym_preproc_def_token1] = ACTIONS(2776), + [aux_sym_preproc_if_token1] = ACTIONS(2776), + [aux_sym_preproc_if_token2] = ACTIONS(2776), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2776), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2776), + [sym_preproc_directive] = ACTIONS(2776), + [anon_sym_LPAREN2] = ACTIONS(2778), + [anon_sym_BANG] = ACTIONS(2778), + [anon_sym_TILDE] = ACTIONS(2778), + [anon_sym_DASH] = ACTIONS(2776), + [anon_sym_PLUS] = ACTIONS(2776), + [anon_sym_STAR] = ACTIONS(2778), + [anon_sym_AMP_AMP] = ACTIONS(2778), + [anon_sym_AMP] = ACTIONS(2776), + [anon_sym_SEMI] = ACTIONS(2778), + [anon_sym_typedef] = ACTIONS(2776), + [anon_sym_extern] = ACTIONS(2776), + [anon_sym___attribute__] = ACTIONS(2776), + [anon_sym_COLON_COLON] = ACTIONS(2778), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2778), + [anon_sym___declspec] = ACTIONS(2776), + [anon_sym___based] = ACTIONS(2776), + [anon_sym___cdecl] = ACTIONS(2776), + [anon_sym___clrcall] = ACTIONS(2776), + [anon_sym___stdcall] = ACTIONS(2776), + [anon_sym___fastcall] = ACTIONS(2776), + [anon_sym___thiscall] = ACTIONS(2776), + [anon_sym___vectorcall] = ACTIONS(2776), + [anon_sym_LBRACE] = ACTIONS(2778), + [anon_sym_LBRACK] = ACTIONS(2776), + [anon_sym_static] = ACTIONS(2776), + [anon_sym_register] = ACTIONS(2776), + [anon_sym_inline] = ACTIONS(2776), + [anon_sym_thread_local] = ACTIONS(2776), + [anon_sym_const] = ACTIONS(2776), + [anon_sym_volatile] = ACTIONS(2776), + [anon_sym_restrict] = ACTIONS(2776), + [anon_sym__Atomic] = ACTIONS(2776), + [anon_sym_mutable] = ACTIONS(2776), + [anon_sym_constexpr] = ACTIONS(2776), + [anon_sym_constinit] = ACTIONS(2776), + [anon_sym_consteval] = ACTIONS(2776), + [anon_sym_signed] = ACTIONS(2776), + [anon_sym_unsigned] = ACTIONS(2776), + [anon_sym_long] = ACTIONS(2776), + [anon_sym_short] = ACTIONS(2776), + [sym_primitive_type] = ACTIONS(2776), + [anon_sym_enum] = ACTIONS(2776), + [anon_sym_class] = ACTIONS(2776), + [anon_sym_struct] = ACTIONS(2776), + [anon_sym_union] = ACTIONS(2776), + [anon_sym_if] = ACTIONS(2776), + [anon_sym_switch] = ACTIONS(2776), + [anon_sym_case] = ACTIONS(2776), + [anon_sym_default] = ACTIONS(2776), + [anon_sym_while] = ACTIONS(2776), + [anon_sym_do] = ACTIONS(2776), + [anon_sym_for] = ACTIONS(2776), + [anon_sym_return] = ACTIONS(2776), + [anon_sym_break] = ACTIONS(2776), + [anon_sym_continue] = ACTIONS(2776), + [anon_sym_goto] = ACTIONS(2776), + [anon_sym_not] = ACTIONS(2776), + [anon_sym_compl] = ACTIONS(2776), + [anon_sym_DASH_DASH] = ACTIONS(2778), + [anon_sym_PLUS_PLUS] = ACTIONS(2778), + [anon_sym_sizeof] = ACTIONS(2776), + [sym_number_literal] = ACTIONS(2778), + [anon_sym_L_SQUOTE] = ACTIONS(2778), + [anon_sym_u_SQUOTE] = ACTIONS(2778), + [anon_sym_U_SQUOTE] = ACTIONS(2778), + [anon_sym_u8_SQUOTE] = ACTIONS(2778), + [anon_sym_SQUOTE] = ACTIONS(2778), + [anon_sym_L_DQUOTE] = ACTIONS(2778), + [anon_sym_u_DQUOTE] = ACTIONS(2778), + [anon_sym_U_DQUOTE] = ACTIONS(2778), + [anon_sym_u8_DQUOTE] = ACTIONS(2778), + [anon_sym_DQUOTE] = ACTIONS(2778), + [sym_true] = ACTIONS(2776), + [sym_false] = ACTIONS(2776), + [sym_null] = ACTIONS(2776), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2776), + [anon_sym_decltype] = ACTIONS(2776), + [anon_sym_virtual] = ACTIONS(2776), + [anon_sym_explicit] = ACTIONS(2776), + [anon_sym_typename] = ACTIONS(2776), + [anon_sym_template] = ACTIONS(2776), + [anon_sym_operator] = ACTIONS(2776), + [anon_sym_try] = ACTIONS(2776), + [anon_sym_delete] = ACTIONS(2776), + [anon_sym_throw] = ACTIONS(2776), + [anon_sym_namespace] = ACTIONS(2776), + [anon_sym_using] = ACTIONS(2776), + [anon_sym_static_assert] = ACTIONS(2776), + [anon_sym_concept] = ACTIONS(2776), + [anon_sym_co_return] = ACTIONS(2776), + [anon_sym_co_yield] = ACTIONS(2776), + [anon_sym_R_DQUOTE] = ACTIONS(2778), + [anon_sym_LR_DQUOTE] = ACTIONS(2778), + [anon_sym_uR_DQUOTE] = ACTIONS(2778), + [anon_sym_UR_DQUOTE] = ACTIONS(2778), + [anon_sym_u8R_DQUOTE] = ACTIONS(2778), + [anon_sym_co_await] = ACTIONS(2776), + [anon_sym_new] = ACTIONS(2776), + [anon_sym_requires] = ACTIONS(2776), + [sym_this] = ACTIONS(2776), + [sym_nullptr] = ACTIONS(2776), }, [947] = { - [sym_identifier] = ACTIONS(2810), - [aux_sym_preproc_include_token1] = ACTIONS(2810), - [aux_sym_preproc_def_token1] = ACTIONS(2810), - [aux_sym_preproc_if_token1] = ACTIONS(2810), - [aux_sym_preproc_if_token2] = ACTIONS(2810), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2810), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2810), - [sym_preproc_directive] = ACTIONS(2810), - [anon_sym_LPAREN2] = ACTIONS(2812), - [anon_sym_BANG] = ACTIONS(2812), - [anon_sym_TILDE] = ACTIONS(2812), - [anon_sym_DASH] = ACTIONS(2810), - [anon_sym_PLUS] = ACTIONS(2810), - [anon_sym_STAR] = ACTIONS(2812), - [anon_sym_AMP_AMP] = ACTIONS(2812), - [anon_sym_AMP] = ACTIONS(2810), - [anon_sym_SEMI] = ACTIONS(2812), - [anon_sym_typedef] = ACTIONS(2810), - [anon_sym_extern] = ACTIONS(2810), - [anon_sym___attribute__] = ACTIONS(2810), - [anon_sym_COLON_COLON] = ACTIONS(2812), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2812), - [anon_sym___declspec] = ACTIONS(2810), - [anon_sym___based] = ACTIONS(2810), - [anon_sym___cdecl] = ACTIONS(2810), - [anon_sym___clrcall] = ACTIONS(2810), - [anon_sym___stdcall] = ACTIONS(2810), - [anon_sym___fastcall] = ACTIONS(2810), - [anon_sym___thiscall] = ACTIONS(2810), - [anon_sym___vectorcall] = ACTIONS(2810), - [anon_sym_LBRACE] = ACTIONS(2812), - [anon_sym_LBRACK] = ACTIONS(2810), - [anon_sym_static] = ACTIONS(2810), - [anon_sym_register] = ACTIONS(2810), - [anon_sym_inline] = ACTIONS(2810), - [anon_sym_thread_local] = ACTIONS(2810), - [anon_sym_const] = ACTIONS(2810), - [anon_sym_volatile] = ACTIONS(2810), - [anon_sym_restrict] = ACTIONS(2810), - [anon_sym__Atomic] = ACTIONS(2810), - [anon_sym_mutable] = ACTIONS(2810), - [anon_sym_constexpr] = ACTIONS(2810), - [anon_sym_constinit] = ACTIONS(2810), - [anon_sym_consteval] = ACTIONS(2810), - [anon_sym_signed] = ACTIONS(2810), - [anon_sym_unsigned] = ACTIONS(2810), - [anon_sym_long] = ACTIONS(2810), - [anon_sym_short] = ACTIONS(2810), - [sym_primitive_type] = ACTIONS(2810), - [anon_sym_enum] = ACTIONS(2810), - [anon_sym_class] = ACTIONS(2810), - [anon_sym_struct] = ACTIONS(2810), - [anon_sym_union] = ACTIONS(2810), - [anon_sym_if] = ACTIONS(2810), - [anon_sym_switch] = ACTIONS(2810), - [anon_sym_case] = ACTIONS(2810), - [anon_sym_default] = ACTIONS(2810), - [anon_sym_while] = ACTIONS(2810), - [anon_sym_do] = ACTIONS(2810), - [anon_sym_for] = ACTIONS(2810), - [anon_sym_return] = ACTIONS(2810), - [anon_sym_break] = ACTIONS(2810), - [anon_sym_continue] = ACTIONS(2810), - [anon_sym_goto] = ACTIONS(2810), - [anon_sym_not] = ACTIONS(2810), - [anon_sym_compl] = ACTIONS(2810), - [anon_sym_DASH_DASH] = ACTIONS(2812), - [anon_sym_PLUS_PLUS] = ACTIONS(2812), - [anon_sym_sizeof] = ACTIONS(2810), - [sym_number_literal] = ACTIONS(2812), - [anon_sym_L_SQUOTE] = ACTIONS(2812), - [anon_sym_u_SQUOTE] = ACTIONS(2812), - [anon_sym_U_SQUOTE] = ACTIONS(2812), - [anon_sym_u8_SQUOTE] = ACTIONS(2812), - [anon_sym_SQUOTE] = ACTIONS(2812), - [anon_sym_L_DQUOTE] = ACTIONS(2812), - [anon_sym_u_DQUOTE] = ACTIONS(2812), - [anon_sym_U_DQUOTE] = ACTIONS(2812), - [anon_sym_u8_DQUOTE] = ACTIONS(2812), - [anon_sym_DQUOTE] = ACTIONS(2812), - [sym_true] = ACTIONS(2810), - [sym_false] = ACTIONS(2810), - [sym_null] = ACTIONS(2810), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2810), - [anon_sym_decltype] = ACTIONS(2810), - [anon_sym_virtual] = ACTIONS(2810), - [anon_sym_explicit] = ACTIONS(2810), - [anon_sym_typename] = ACTIONS(2810), - [anon_sym_template] = ACTIONS(2810), - [anon_sym_operator] = ACTIONS(2810), - [anon_sym_try] = ACTIONS(2810), - [anon_sym_delete] = ACTIONS(2810), - [anon_sym_throw] = ACTIONS(2810), - [anon_sym_namespace] = ACTIONS(2810), - [anon_sym_using] = ACTIONS(2810), - [anon_sym_static_assert] = ACTIONS(2810), - [anon_sym_concept] = ACTIONS(2810), - [anon_sym_co_return] = ACTIONS(2810), - [anon_sym_co_yield] = ACTIONS(2810), - [anon_sym_R_DQUOTE] = ACTIONS(2812), - [anon_sym_LR_DQUOTE] = ACTIONS(2812), - [anon_sym_uR_DQUOTE] = ACTIONS(2812), - [anon_sym_UR_DQUOTE] = ACTIONS(2812), - [anon_sym_u8R_DQUOTE] = ACTIONS(2812), - [anon_sym_co_await] = ACTIONS(2810), - [anon_sym_new] = ACTIONS(2810), - [anon_sym_requires] = ACTIONS(2810), - [sym_this] = ACTIONS(2810), - [sym_nullptr] = ACTIONS(2810), + [sym_identifier] = ACTIONS(2772), + [aux_sym_preproc_include_token1] = ACTIONS(2772), + [aux_sym_preproc_def_token1] = ACTIONS(2772), + [aux_sym_preproc_if_token1] = ACTIONS(2772), + [aux_sym_preproc_if_token2] = ACTIONS(2772), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2772), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2772), + [sym_preproc_directive] = ACTIONS(2772), + [anon_sym_LPAREN2] = ACTIONS(2774), + [anon_sym_BANG] = ACTIONS(2774), + [anon_sym_TILDE] = ACTIONS(2774), + [anon_sym_DASH] = ACTIONS(2772), + [anon_sym_PLUS] = ACTIONS(2772), + [anon_sym_STAR] = ACTIONS(2774), + [anon_sym_AMP_AMP] = ACTIONS(2774), + [anon_sym_AMP] = ACTIONS(2772), + [anon_sym_SEMI] = ACTIONS(2774), + [anon_sym_typedef] = ACTIONS(2772), + [anon_sym_extern] = ACTIONS(2772), + [anon_sym___attribute__] = ACTIONS(2772), + [anon_sym_COLON_COLON] = ACTIONS(2774), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2774), + [anon_sym___declspec] = ACTIONS(2772), + [anon_sym___based] = ACTIONS(2772), + [anon_sym___cdecl] = ACTIONS(2772), + [anon_sym___clrcall] = ACTIONS(2772), + [anon_sym___stdcall] = ACTIONS(2772), + [anon_sym___fastcall] = ACTIONS(2772), + [anon_sym___thiscall] = ACTIONS(2772), + [anon_sym___vectorcall] = ACTIONS(2772), + [anon_sym_LBRACE] = ACTIONS(2774), + [anon_sym_LBRACK] = ACTIONS(2772), + [anon_sym_static] = ACTIONS(2772), + [anon_sym_register] = ACTIONS(2772), + [anon_sym_inline] = ACTIONS(2772), + [anon_sym_thread_local] = ACTIONS(2772), + [anon_sym_const] = ACTIONS(2772), + [anon_sym_volatile] = ACTIONS(2772), + [anon_sym_restrict] = ACTIONS(2772), + [anon_sym__Atomic] = ACTIONS(2772), + [anon_sym_mutable] = ACTIONS(2772), + [anon_sym_constexpr] = ACTIONS(2772), + [anon_sym_constinit] = ACTIONS(2772), + [anon_sym_consteval] = ACTIONS(2772), + [anon_sym_signed] = ACTIONS(2772), + [anon_sym_unsigned] = ACTIONS(2772), + [anon_sym_long] = ACTIONS(2772), + [anon_sym_short] = ACTIONS(2772), + [sym_primitive_type] = ACTIONS(2772), + [anon_sym_enum] = ACTIONS(2772), + [anon_sym_class] = ACTIONS(2772), + [anon_sym_struct] = ACTIONS(2772), + [anon_sym_union] = ACTIONS(2772), + [anon_sym_if] = ACTIONS(2772), + [anon_sym_switch] = ACTIONS(2772), + [anon_sym_case] = ACTIONS(2772), + [anon_sym_default] = ACTIONS(2772), + [anon_sym_while] = ACTIONS(2772), + [anon_sym_do] = ACTIONS(2772), + [anon_sym_for] = ACTIONS(2772), + [anon_sym_return] = ACTIONS(2772), + [anon_sym_break] = ACTIONS(2772), + [anon_sym_continue] = ACTIONS(2772), + [anon_sym_goto] = ACTIONS(2772), + [anon_sym_not] = ACTIONS(2772), + [anon_sym_compl] = ACTIONS(2772), + [anon_sym_DASH_DASH] = ACTIONS(2774), + [anon_sym_PLUS_PLUS] = ACTIONS(2774), + [anon_sym_sizeof] = ACTIONS(2772), + [sym_number_literal] = ACTIONS(2774), + [anon_sym_L_SQUOTE] = ACTIONS(2774), + [anon_sym_u_SQUOTE] = ACTIONS(2774), + [anon_sym_U_SQUOTE] = ACTIONS(2774), + [anon_sym_u8_SQUOTE] = ACTIONS(2774), + [anon_sym_SQUOTE] = ACTIONS(2774), + [anon_sym_L_DQUOTE] = ACTIONS(2774), + [anon_sym_u_DQUOTE] = ACTIONS(2774), + [anon_sym_U_DQUOTE] = ACTIONS(2774), + [anon_sym_u8_DQUOTE] = ACTIONS(2774), + [anon_sym_DQUOTE] = ACTIONS(2774), + [sym_true] = ACTIONS(2772), + [sym_false] = ACTIONS(2772), + [sym_null] = ACTIONS(2772), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2772), + [anon_sym_decltype] = ACTIONS(2772), + [anon_sym_virtual] = ACTIONS(2772), + [anon_sym_explicit] = ACTIONS(2772), + [anon_sym_typename] = ACTIONS(2772), + [anon_sym_template] = ACTIONS(2772), + [anon_sym_operator] = ACTIONS(2772), + [anon_sym_try] = ACTIONS(2772), + [anon_sym_delete] = ACTIONS(2772), + [anon_sym_throw] = ACTIONS(2772), + [anon_sym_namespace] = ACTIONS(2772), + [anon_sym_using] = ACTIONS(2772), + [anon_sym_static_assert] = ACTIONS(2772), + [anon_sym_concept] = ACTIONS(2772), + [anon_sym_co_return] = ACTIONS(2772), + [anon_sym_co_yield] = ACTIONS(2772), + [anon_sym_R_DQUOTE] = ACTIONS(2774), + [anon_sym_LR_DQUOTE] = ACTIONS(2774), + [anon_sym_uR_DQUOTE] = ACTIONS(2774), + [anon_sym_UR_DQUOTE] = ACTIONS(2774), + [anon_sym_u8R_DQUOTE] = ACTIONS(2774), + [anon_sym_co_await] = ACTIONS(2772), + [anon_sym_new] = ACTIONS(2772), + [anon_sym_requires] = ACTIONS(2772), + [sym_this] = ACTIONS(2772), + [sym_nullptr] = ACTIONS(2772), }, [948] = { - [sym_identifier] = ACTIONS(2742), - [aux_sym_preproc_include_token1] = ACTIONS(2742), - [aux_sym_preproc_def_token1] = ACTIONS(2742), - [aux_sym_preproc_if_token1] = ACTIONS(2742), - [aux_sym_preproc_if_token2] = ACTIONS(2742), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2742), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2742), - [sym_preproc_directive] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2744), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2742), - [anon_sym_PLUS] = ACTIONS(2742), - [anon_sym_STAR] = ACTIONS(2744), - [anon_sym_AMP_AMP] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2742), - [anon_sym_SEMI] = ACTIONS(2744), - [anon_sym_typedef] = ACTIONS(2742), - [anon_sym_extern] = ACTIONS(2742), - [anon_sym___attribute__] = ACTIONS(2742), - [anon_sym_COLON_COLON] = ACTIONS(2744), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2744), - [anon_sym___declspec] = ACTIONS(2742), - [anon_sym___based] = ACTIONS(2742), - [anon_sym___cdecl] = ACTIONS(2742), - [anon_sym___clrcall] = ACTIONS(2742), - [anon_sym___stdcall] = ACTIONS(2742), - [anon_sym___fastcall] = ACTIONS(2742), - [anon_sym___thiscall] = ACTIONS(2742), - [anon_sym___vectorcall] = ACTIONS(2742), - [anon_sym_LBRACE] = ACTIONS(2744), - [anon_sym_LBRACK] = ACTIONS(2742), - [anon_sym_static] = ACTIONS(2742), - [anon_sym_register] = ACTIONS(2742), - [anon_sym_inline] = ACTIONS(2742), - [anon_sym_thread_local] = ACTIONS(2742), - [anon_sym_const] = ACTIONS(2742), - [anon_sym_volatile] = ACTIONS(2742), - [anon_sym_restrict] = ACTIONS(2742), - [anon_sym__Atomic] = ACTIONS(2742), - [anon_sym_mutable] = ACTIONS(2742), - [anon_sym_constexpr] = ACTIONS(2742), - [anon_sym_constinit] = ACTIONS(2742), - [anon_sym_consteval] = ACTIONS(2742), - [anon_sym_signed] = ACTIONS(2742), - [anon_sym_unsigned] = ACTIONS(2742), - [anon_sym_long] = ACTIONS(2742), - [anon_sym_short] = ACTIONS(2742), - [sym_primitive_type] = ACTIONS(2742), - [anon_sym_enum] = ACTIONS(2742), - [anon_sym_class] = ACTIONS(2742), - [anon_sym_struct] = ACTIONS(2742), - [anon_sym_union] = ACTIONS(2742), - [anon_sym_if] = ACTIONS(2742), - [anon_sym_switch] = ACTIONS(2742), - [anon_sym_case] = ACTIONS(2742), - [anon_sym_default] = ACTIONS(2742), - [anon_sym_while] = ACTIONS(2742), - [anon_sym_do] = ACTIONS(2742), - [anon_sym_for] = ACTIONS(2742), - [anon_sym_return] = ACTIONS(2742), - [anon_sym_break] = ACTIONS(2742), - [anon_sym_continue] = ACTIONS(2742), - [anon_sym_goto] = ACTIONS(2742), - [anon_sym_not] = ACTIONS(2742), - [anon_sym_compl] = ACTIONS(2742), - [anon_sym_DASH_DASH] = ACTIONS(2744), - [anon_sym_PLUS_PLUS] = ACTIONS(2744), - [anon_sym_sizeof] = ACTIONS(2742), - [sym_number_literal] = ACTIONS(2744), - [anon_sym_L_SQUOTE] = ACTIONS(2744), - [anon_sym_u_SQUOTE] = ACTIONS(2744), - [anon_sym_U_SQUOTE] = ACTIONS(2744), - [anon_sym_u8_SQUOTE] = ACTIONS(2744), - [anon_sym_SQUOTE] = ACTIONS(2744), - [anon_sym_L_DQUOTE] = ACTIONS(2744), - [anon_sym_u_DQUOTE] = ACTIONS(2744), - [anon_sym_U_DQUOTE] = ACTIONS(2744), - [anon_sym_u8_DQUOTE] = ACTIONS(2744), - [anon_sym_DQUOTE] = ACTIONS(2744), - [sym_true] = ACTIONS(2742), - [sym_false] = ACTIONS(2742), - [sym_null] = ACTIONS(2742), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2742), - [anon_sym_decltype] = ACTIONS(2742), - [anon_sym_virtual] = ACTIONS(2742), - [anon_sym_explicit] = ACTIONS(2742), - [anon_sym_typename] = ACTIONS(2742), - [anon_sym_template] = ACTIONS(2742), - [anon_sym_operator] = ACTIONS(2742), - [anon_sym_try] = ACTIONS(2742), - [anon_sym_delete] = ACTIONS(2742), - [anon_sym_throw] = ACTIONS(2742), - [anon_sym_namespace] = ACTIONS(2742), - [anon_sym_using] = ACTIONS(2742), - [anon_sym_static_assert] = ACTIONS(2742), - [anon_sym_concept] = ACTIONS(2742), - [anon_sym_co_return] = ACTIONS(2742), - [anon_sym_co_yield] = ACTIONS(2742), - [anon_sym_R_DQUOTE] = ACTIONS(2744), - [anon_sym_LR_DQUOTE] = ACTIONS(2744), - [anon_sym_uR_DQUOTE] = ACTIONS(2744), - [anon_sym_UR_DQUOTE] = ACTIONS(2744), - [anon_sym_u8R_DQUOTE] = ACTIONS(2744), - [anon_sym_co_await] = ACTIONS(2742), - [anon_sym_new] = ACTIONS(2742), - [anon_sym_requires] = ACTIONS(2742), - [sym_this] = ACTIONS(2742), - [sym_nullptr] = ACTIONS(2742), + [sym_identifier] = ACTIONS(2760), + [aux_sym_preproc_include_token1] = ACTIONS(2760), + [aux_sym_preproc_def_token1] = ACTIONS(2760), + [aux_sym_preproc_if_token1] = ACTIONS(2760), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2760), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2760), + [sym_preproc_directive] = ACTIONS(2760), + [anon_sym_LPAREN2] = ACTIONS(2762), + [anon_sym_BANG] = ACTIONS(2762), + [anon_sym_TILDE] = ACTIONS(2762), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_STAR] = ACTIONS(2762), + [anon_sym_AMP_AMP] = ACTIONS(2762), + [anon_sym_AMP] = ACTIONS(2760), + [anon_sym_SEMI] = ACTIONS(2762), + [anon_sym_typedef] = ACTIONS(2760), + [anon_sym_extern] = ACTIONS(2760), + [anon_sym___attribute__] = ACTIONS(2760), + [anon_sym_COLON_COLON] = ACTIONS(2762), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2762), + [anon_sym___declspec] = ACTIONS(2760), + [anon_sym___based] = ACTIONS(2760), + [anon_sym___cdecl] = ACTIONS(2760), + [anon_sym___clrcall] = ACTIONS(2760), + [anon_sym___stdcall] = ACTIONS(2760), + [anon_sym___fastcall] = ACTIONS(2760), + [anon_sym___thiscall] = ACTIONS(2760), + [anon_sym___vectorcall] = ACTIONS(2760), + [anon_sym_LBRACE] = ACTIONS(2762), + [anon_sym_RBRACE] = ACTIONS(2762), + [anon_sym_LBRACK] = ACTIONS(2760), + [anon_sym_static] = ACTIONS(2760), + [anon_sym_register] = ACTIONS(2760), + [anon_sym_inline] = ACTIONS(2760), + [anon_sym_thread_local] = ACTIONS(2760), + [anon_sym_const] = ACTIONS(2760), + [anon_sym_volatile] = ACTIONS(2760), + [anon_sym_restrict] = ACTIONS(2760), + [anon_sym__Atomic] = ACTIONS(2760), + [anon_sym_mutable] = ACTIONS(2760), + [anon_sym_constexpr] = ACTIONS(2760), + [anon_sym_constinit] = ACTIONS(2760), + [anon_sym_consteval] = ACTIONS(2760), + [anon_sym_signed] = ACTIONS(2760), + [anon_sym_unsigned] = ACTIONS(2760), + [anon_sym_long] = ACTIONS(2760), + [anon_sym_short] = ACTIONS(2760), + [sym_primitive_type] = ACTIONS(2760), + [anon_sym_enum] = ACTIONS(2760), + [anon_sym_class] = ACTIONS(2760), + [anon_sym_struct] = ACTIONS(2760), + [anon_sym_union] = ACTIONS(2760), + [anon_sym_if] = ACTIONS(2760), + [anon_sym_switch] = ACTIONS(2760), + [anon_sym_case] = ACTIONS(2760), + [anon_sym_default] = ACTIONS(2760), + [anon_sym_while] = ACTIONS(2760), + [anon_sym_do] = ACTIONS(2760), + [anon_sym_for] = ACTIONS(2760), + [anon_sym_return] = ACTIONS(2760), + [anon_sym_break] = ACTIONS(2760), + [anon_sym_continue] = ACTIONS(2760), + [anon_sym_goto] = ACTIONS(2760), + [anon_sym_not] = ACTIONS(2760), + [anon_sym_compl] = ACTIONS(2760), + [anon_sym_DASH_DASH] = ACTIONS(2762), + [anon_sym_PLUS_PLUS] = ACTIONS(2762), + [anon_sym_sizeof] = ACTIONS(2760), + [sym_number_literal] = ACTIONS(2762), + [anon_sym_L_SQUOTE] = ACTIONS(2762), + [anon_sym_u_SQUOTE] = ACTIONS(2762), + [anon_sym_U_SQUOTE] = ACTIONS(2762), + [anon_sym_u8_SQUOTE] = ACTIONS(2762), + [anon_sym_SQUOTE] = ACTIONS(2762), + [anon_sym_L_DQUOTE] = ACTIONS(2762), + [anon_sym_u_DQUOTE] = ACTIONS(2762), + [anon_sym_U_DQUOTE] = ACTIONS(2762), + [anon_sym_u8_DQUOTE] = ACTIONS(2762), + [anon_sym_DQUOTE] = ACTIONS(2762), + [sym_true] = ACTIONS(2760), + [sym_false] = ACTIONS(2760), + [sym_null] = ACTIONS(2760), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2760), + [anon_sym_decltype] = ACTIONS(2760), + [anon_sym_virtual] = ACTIONS(2760), + [anon_sym_explicit] = ACTIONS(2760), + [anon_sym_typename] = ACTIONS(2760), + [anon_sym_template] = ACTIONS(2760), + [anon_sym_operator] = ACTIONS(2760), + [anon_sym_try] = ACTIONS(2760), + [anon_sym_delete] = ACTIONS(2760), + [anon_sym_throw] = ACTIONS(2760), + [anon_sym_namespace] = ACTIONS(2760), + [anon_sym_using] = ACTIONS(2760), + [anon_sym_static_assert] = ACTIONS(2760), + [anon_sym_concept] = ACTIONS(2760), + [anon_sym_co_return] = ACTIONS(2760), + [anon_sym_co_yield] = ACTIONS(2760), + [anon_sym_R_DQUOTE] = ACTIONS(2762), + [anon_sym_LR_DQUOTE] = ACTIONS(2762), + [anon_sym_uR_DQUOTE] = ACTIONS(2762), + [anon_sym_UR_DQUOTE] = ACTIONS(2762), + [anon_sym_u8R_DQUOTE] = ACTIONS(2762), + [anon_sym_co_await] = ACTIONS(2760), + [anon_sym_new] = ACTIONS(2760), + [anon_sym_requires] = ACTIONS(2760), + [sym_this] = ACTIONS(2760), + [sym_nullptr] = ACTIONS(2760), }, [949] = { - [sym_identifier] = ACTIONS(2686), - [aux_sym_preproc_include_token1] = ACTIONS(2686), - [aux_sym_preproc_def_token1] = ACTIONS(2686), - [aux_sym_preproc_if_token1] = ACTIONS(2686), - [aux_sym_preproc_if_token2] = ACTIONS(2686), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2686), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2686), - [sym_preproc_directive] = ACTIONS(2686), - [anon_sym_LPAREN2] = ACTIONS(2688), - [anon_sym_BANG] = ACTIONS(2688), - [anon_sym_TILDE] = ACTIONS(2688), - [anon_sym_DASH] = ACTIONS(2686), - [anon_sym_PLUS] = ACTIONS(2686), - [anon_sym_STAR] = ACTIONS(2688), - [anon_sym_AMP_AMP] = ACTIONS(2688), - [anon_sym_AMP] = ACTIONS(2686), - [anon_sym_SEMI] = ACTIONS(2688), - [anon_sym_typedef] = ACTIONS(2686), - [anon_sym_extern] = ACTIONS(2686), - [anon_sym___attribute__] = ACTIONS(2686), - [anon_sym_COLON_COLON] = ACTIONS(2688), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2688), - [anon_sym___declspec] = ACTIONS(2686), - [anon_sym___based] = ACTIONS(2686), - [anon_sym___cdecl] = ACTIONS(2686), - [anon_sym___clrcall] = ACTIONS(2686), - [anon_sym___stdcall] = ACTIONS(2686), - [anon_sym___fastcall] = ACTIONS(2686), - [anon_sym___thiscall] = ACTIONS(2686), - [anon_sym___vectorcall] = ACTIONS(2686), - [anon_sym_LBRACE] = ACTIONS(2688), - [anon_sym_LBRACK] = ACTIONS(2686), - [anon_sym_static] = ACTIONS(2686), - [anon_sym_register] = ACTIONS(2686), - [anon_sym_inline] = ACTIONS(2686), - [anon_sym_thread_local] = ACTIONS(2686), - [anon_sym_const] = ACTIONS(2686), - [anon_sym_volatile] = ACTIONS(2686), - [anon_sym_restrict] = ACTIONS(2686), - [anon_sym__Atomic] = ACTIONS(2686), - [anon_sym_mutable] = ACTIONS(2686), - [anon_sym_constexpr] = ACTIONS(2686), - [anon_sym_constinit] = ACTIONS(2686), - [anon_sym_consteval] = ACTIONS(2686), - [anon_sym_signed] = ACTIONS(2686), - [anon_sym_unsigned] = ACTIONS(2686), - [anon_sym_long] = ACTIONS(2686), - [anon_sym_short] = ACTIONS(2686), - [sym_primitive_type] = ACTIONS(2686), - [anon_sym_enum] = ACTIONS(2686), - [anon_sym_class] = ACTIONS(2686), - [anon_sym_struct] = ACTIONS(2686), - [anon_sym_union] = ACTIONS(2686), - [anon_sym_if] = ACTIONS(2686), - [anon_sym_switch] = ACTIONS(2686), - [anon_sym_case] = ACTIONS(2686), - [anon_sym_default] = ACTIONS(2686), - [anon_sym_while] = ACTIONS(2686), - [anon_sym_do] = ACTIONS(2686), - [anon_sym_for] = ACTIONS(2686), - [anon_sym_return] = ACTIONS(2686), - [anon_sym_break] = ACTIONS(2686), - [anon_sym_continue] = ACTIONS(2686), - [anon_sym_goto] = ACTIONS(2686), - [anon_sym_not] = ACTIONS(2686), - [anon_sym_compl] = ACTIONS(2686), - [anon_sym_DASH_DASH] = ACTIONS(2688), - [anon_sym_PLUS_PLUS] = ACTIONS(2688), - [anon_sym_sizeof] = ACTIONS(2686), - [sym_number_literal] = ACTIONS(2688), - [anon_sym_L_SQUOTE] = ACTIONS(2688), - [anon_sym_u_SQUOTE] = ACTIONS(2688), - [anon_sym_U_SQUOTE] = ACTIONS(2688), - [anon_sym_u8_SQUOTE] = ACTIONS(2688), - [anon_sym_SQUOTE] = ACTIONS(2688), - [anon_sym_L_DQUOTE] = ACTIONS(2688), - [anon_sym_u_DQUOTE] = ACTIONS(2688), - [anon_sym_U_DQUOTE] = ACTIONS(2688), - [anon_sym_u8_DQUOTE] = ACTIONS(2688), - [anon_sym_DQUOTE] = ACTIONS(2688), - [sym_true] = ACTIONS(2686), - [sym_false] = ACTIONS(2686), - [sym_null] = ACTIONS(2686), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2686), - [anon_sym_decltype] = ACTIONS(2686), - [anon_sym_virtual] = ACTIONS(2686), - [anon_sym_explicit] = ACTIONS(2686), - [anon_sym_typename] = ACTIONS(2686), - [anon_sym_template] = ACTIONS(2686), - [anon_sym_operator] = ACTIONS(2686), - [anon_sym_try] = ACTIONS(2686), - [anon_sym_delete] = ACTIONS(2686), - [anon_sym_throw] = ACTIONS(2686), - [anon_sym_namespace] = ACTIONS(2686), - [anon_sym_using] = ACTIONS(2686), - [anon_sym_static_assert] = ACTIONS(2686), - [anon_sym_concept] = ACTIONS(2686), - [anon_sym_co_return] = ACTIONS(2686), - [anon_sym_co_yield] = ACTIONS(2686), - [anon_sym_R_DQUOTE] = ACTIONS(2688), - [anon_sym_LR_DQUOTE] = ACTIONS(2688), - [anon_sym_uR_DQUOTE] = ACTIONS(2688), - [anon_sym_UR_DQUOTE] = ACTIONS(2688), - [anon_sym_u8R_DQUOTE] = ACTIONS(2688), - [anon_sym_co_await] = ACTIONS(2686), - [anon_sym_new] = ACTIONS(2686), - [anon_sym_requires] = ACTIONS(2686), - [sym_this] = ACTIONS(2686), - [sym_nullptr] = ACTIONS(2686), + [sym_identifier] = ACTIONS(2724), + [aux_sym_preproc_include_token1] = ACTIONS(2724), + [aux_sym_preproc_def_token1] = ACTIONS(2724), + [aux_sym_preproc_if_token1] = ACTIONS(2724), + [aux_sym_preproc_if_token2] = ACTIONS(2724), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2724), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2724), + [sym_preproc_directive] = ACTIONS(2724), + [anon_sym_LPAREN2] = ACTIONS(2726), + [anon_sym_BANG] = ACTIONS(2726), + [anon_sym_TILDE] = ACTIONS(2726), + [anon_sym_DASH] = ACTIONS(2724), + [anon_sym_PLUS] = ACTIONS(2724), + [anon_sym_STAR] = ACTIONS(2726), + [anon_sym_AMP_AMP] = ACTIONS(2726), + [anon_sym_AMP] = ACTIONS(2724), + [anon_sym_SEMI] = ACTIONS(2726), + [anon_sym_typedef] = ACTIONS(2724), + [anon_sym_extern] = ACTIONS(2724), + [anon_sym___attribute__] = ACTIONS(2724), + [anon_sym_COLON_COLON] = ACTIONS(2726), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2726), + [anon_sym___declspec] = ACTIONS(2724), + [anon_sym___based] = ACTIONS(2724), + [anon_sym___cdecl] = ACTIONS(2724), + [anon_sym___clrcall] = ACTIONS(2724), + [anon_sym___stdcall] = ACTIONS(2724), + [anon_sym___fastcall] = ACTIONS(2724), + [anon_sym___thiscall] = ACTIONS(2724), + [anon_sym___vectorcall] = ACTIONS(2724), + [anon_sym_LBRACE] = ACTIONS(2726), + [anon_sym_LBRACK] = ACTIONS(2724), + [anon_sym_static] = ACTIONS(2724), + [anon_sym_register] = ACTIONS(2724), + [anon_sym_inline] = ACTIONS(2724), + [anon_sym_thread_local] = ACTIONS(2724), + [anon_sym_const] = ACTIONS(2724), + [anon_sym_volatile] = ACTIONS(2724), + [anon_sym_restrict] = ACTIONS(2724), + [anon_sym__Atomic] = ACTIONS(2724), + [anon_sym_mutable] = ACTIONS(2724), + [anon_sym_constexpr] = ACTIONS(2724), + [anon_sym_constinit] = ACTIONS(2724), + [anon_sym_consteval] = ACTIONS(2724), + [anon_sym_signed] = ACTIONS(2724), + [anon_sym_unsigned] = ACTIONS(2724), + [anon_sym_long] = ACTIONS(2724), + [anon_sym_short] = ACTIONS(2724), + [sym_primitive_type] = ACTIONS(2724), + [anon_sym_enum] = ACTIONS(2724), + [anon_sym_class] = ACTIONS(2724), + [anon_sym_struct] = ACTIONS(2724), + [anon_sym_union] = ACTIONS(2724), + [anon_sym_if] = ACTIONS(2724), + [anon_sym_switch] = ACTIONS(2724), + [anon_sym_case] = ACTIONS(2724), + [anon_sym_default] = ACTIONS(2724), + [anon_sym_while] = ACTIONS(2724), + [anon_sym_do] = ACTIONS(2724), + [anon_sym_for] = ACTIONS(2724), + [anon_sym_return] = ACTIONS(2724), + [anon_sym_break] = ACTIONS(2724), + [anon_sym_continue] = ACTIONS(2724), + [anon_sym_goto] = ACTIONS(2724), + [anon_sym_not] = ACTIONS(2724), + [anon_sym_compl] = ACTIONS(2724), + [anon_sym_DASH_DASH] = ACTIONS(2726), + [anon_sym_PLUS_PLUS] = ACTIONS(2726), + [anon_sym_sizeof] = ACTIONS(2724), + [sym_number_literal] = ACTIONS(2726), + [anon_sym_L_SQUOTE] = ACTIONS(2726), + [anon_sym_u_SQUOTE] = ACTIONS(2726), + [anon_sym_U_SQUOTE] = ACTIONS(2726), + [anon_sym_u8_SQUOTE] = ACTIONS(2726), + [anon_sym_SQUOTE] = ACTIONS(2726), + [anon_sym_L_DQUOTE] = ACTIONS(2726), + [anon_sym_u_DQUOTE] = ACTIONS(2726), + [anon_sym_U_DQUOTE] = ACTIONS(2726), + [anon_sym_u8_DQUOTE] = ACTIONS(2726), + [anon_sym_DQUOTE] = ACTIONS(2726), + [sym_true] = ACTIONS(2724), + [sym_false] = ACTIONS(2724), + [sym_null] = ACTIONS(2724), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2724), + [anon_sym_decltype] = ACTIONS(2724), + [anon_sym_virtual] = ACTIONS(2724), + [anon_sym_explicit] = ACTIONS(2724), + [anon_sym_typename] = ACTIONS(2724), + [anon_sym_template] = ACTIONS(2724), + [anon_sym_operator] = ACTIONS(2724), + [anon_sym_try] = ACTIONS(2724), + [anon_sym_delete] = ACTIONS(2724), + [anon_sym_throw] = ACTIONS(2724), + [anon_sym_namespace] = ACTIONS(2724), + [anon_sym_using] = ACTIONS(2724), + [anon_sym_static_assert] = ACTIONS(2724), + [anon_sym_concept] = ACTIONS(2724), + [anon_sym_co_return] = ACTIONS(2724), + [anon_sym_co_yield] = ACTIONS(2724), + [anon_sym_R_DQUOTE] = ACTIONS(2726), + [anon_sym_LR_DQUOTE] = ACTIONS(2726), + [anon_sym_uR_DQUOTE] = ACTIONS(2726), + [anon_sym_UR_DQUOTE] = ACTIONS(2726), + [anon_sym_u8R_DQUOTE] = ACTIONS(2726), + [anon_sym_co_await] = ACTIONS(2724), + [anon_sym_new] = ACTIONS(2724), + [anon_sym_requires] = ACTIONS(2724), + [sym_this] = ACTIONS(2724), + [sym_nullptr] = ACTIONS(2724), }, [950] = { - [sym_identifier] = ACTIONS(2694), - [aux_sym_preproc_include_token1] = ACTIONS(2694), - [aux_sym_preproc_def_token1] = ACTIONS(2694), - [aux_sym_preproc_if_token1] = ACTIONS(2694), - [aux_sym_preproc_if_token2] = ACTIONS(2694), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2694), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2694), - [sym_preproc_directive] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(2696), - [anon_sym_BANG] = ACTIONS(2696), - [anon_sym_TILDE] = ACTIONS(2696), - [anon_sym_DASH] = ACTIONS(2694), - [anon_sym_PLUS] = ACTIONS(2694), - [anon_sym_STAR] = ACTIONS(2696), - [anon_sym_AMP_AMP] = ACTIONS(2696), - [anon_sym_AMP] = ACTIONS(2694), - [anon_sym_SEMI] = ACTIONS(2696), - [anon_sym_typedef] = ACTIONS(2694), - [anon_sym_extern] = ACTIONS(2694), - [anon_sym___attribute__] = ACTIONS(2694), - [anon_sym_COLON_COLON] = ACTIONS(2696), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2696), - [anon_sym___declspec] = ACTIONS(2694), - [anon_sym___based] = ACTIONS(2694), - [anon_sym___cdecl] = ACTIONS(2694), - [anon_sym___clrcall] = ACTIONS(2694), - [anon_sym___stdcall] = ACTIONS(2694), - [anon_sym___fastcall] = ACTIONS(2694), - [anon_sym___thiscall] = ACTIONS(2694), - [anon_sym___vectorcall] = ACTIONS(2694), - [anon_sym_LBRACE] = ACTIONS(2696), - [anon_sym_LBRACK] = ACTIONS(2694), - [anon_sym_static] = ACTIONS(2694), - [anon_sym_register] = ACTIONS(2694), - [anon_sym_inline] = ACTIONS(2694), - [anon_sym_thread_local] = ACTIONS(2694), - [anon_sym_const] = ACTIONS(2694), - [anon_sym_volatile] = ACTIONS(2694), - [anon_sym_restrict] = ACTIONS(2694), - [anon_sym__Atomic] = ACTIONS(2694), - [anon_sym_mutable] = ACTIONS(2694), - [anon_sym_constexpr] = ACTIONS(2694), - [anon_sym_constinit] = ACTIONS(2694), - [anon_sym_consteval] = ACTIONS(2694), - [anon_sym_signed] = ACTIONS(2694), - [anon_sym_unsigned] = ACTIONS(2694), - [anon_sym_long] = ACTIONS(2694), - [anon_sym_short] = ACTIONS(2694), - [sym_primitive_type] = ACTIONS(2694), - [anon_sym_enum] = ACTIONS(2694), - [anon_sym_class] = ACTIONS(2694), - [anon_sym_struct] = ACTIONS(2694), - [anon_sym_union] = ACTIONS(2694), - [anon_sym_if] = ACTIONS(2694), - [anon_sym_switch] = ACTIONS(2694), - [anon_sym_case] = ACTIONS(2694), - [anon_sym_default] = ACTIONS(2694), - [anon_sym_while] = ACTIONS(2694), - [anon_sym_do] = ACTIONS(2694), - [anon_sym_for] = ACTIONS(2694), - [anon_sym_return] = ACTIONS(2694), - [anon_sym_break] = ACTIONS(2694), - [anon_sym_continue] = ACTIONS(2694), - [anon_sym_goto] = ACTIONS(2694), - [anon_sym_not] = ACTIONS(2694), - [anon_sym_compl] = ACTIONS(2694), - [anon_sym_DASH_DASH] = ACTIONS(2696), - [anon_sym_PLUS_PLUS] = ACTIONS(2696), - [anon_sym_sizeof] = ACTIONS(2694), - [sym_number_literal] = ACTIONS(2696), - [anon_sym_L_SQUOTE] = ACTIONS(2696), - [anon_sym_u_SQUOTE] = ACTIONS(2696), - [anon_sym_U_SQUOTE] = ACTIONS(2696), - [anon_sym_u8_SQUOTE] = ACTIONS(2696), - [anon_sym_SQUOTE] = ACTIONS(2696), - [anon_sym_L_DQUOTE] = ACTIONS(2696), - [anon_sym_u_DQUOTE] = ACTIONS(2696), - [anon_sym_U_DQUOTE] = ACTIONS(2696), - [anon_sym_u8_DQUOTE] = ACTIONS(2696), - [anon_sym_DQUOTE] = ACTIONS(2696), - [sym_true] = ACTIONS(2694), - [sym_false] = ACTIONS(2694), - [sym_null] = ACTIONS(2694), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2694), - [anon_sym_decltype] = ACTIONS(2694), - [anon_sym_virtual] = ACTIONS(2694), - [anon_sym_explicit] = ACTIONS(2694), - [anon_sym_typename] = ACTIONS(2694), - [anon_sym_template] = ACTIONS(2694), - [anon_sym_operator] = ACTIONS(2694), - [anon_sym_try] = ACTIONS(2694), - [anon_sym_delete] = ACTIONS(2694), - [anon_sym_throw] = ACTIONS(2694), - [anon_sym_namespace] = ACTIONS(2694), - [anon_sym_using] = ACTIONS(2694), - [anon_sym_static_assert] = ACTIONS(2694), - [anon_sym_concept] = ACTIONS(2694), - [anon_sym_co_return] = ACTIONS(2694), - [anon_sym_co_yield] = ACTIONS(2694), - [anon_sym_R_DQUOTE] = ACTIONS(2696), - [anon_sym_LR_DQUOTE] = ACTIONS(2696), - [anon_sym_uR_DQUOTE] = ACTIONS(2696), - [anon_sym_UR_DQUOTE] = ACTIONS(2696), - [anon_sym_u8R_DQUOTE] = ACTIONS(2696), - [anon_sym_co_await] = ACTIONS(2694), - [anon_sym_new] = ACTIONS(2694), - [anon_sym_requires] = ACTIONS(2694), - [sym_this] = ACTIONS(2694), - [sym_nullptr] = ACTIONS(2694), + [sym_identifier] = ACTIONS(2756), + [aux_sym_preproc_include_token1] = ACTIONS(2756), + [aux_sym_preproc_def_token1] = ACTIONS(2756), + [aux_sym_preproc_if_token1] = ACTIONS(2756), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2756), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2756), + [sym_preproc_directive] = ACTIONS(2756), + [anon_sym_LPAREN2] = ACTIONS(2758), + [anon_sym_BANG] = ACTIONS(2758), + [anon_sym_TILDE] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2756), + [anon_sym_PLUS] = ACTIONS(2756), + [anon_sym_STAR] = ACTIONS(2758), + [anon_sym_AMP_AMP] = ACTIONS(2758), + [anon_sym_AMP] = ACTIONS(2756), + [anon_sym_SEMI] = ACTIONS(2758), + [anon_sym_typedef] = ACTIONS(2756), + [anon_sym_extern] = ACTIONS(2756), + [anon_sym___attribute__] = ACTIONS(2756), + [anon_sym_COLON_COLON] = ACTIONS(2758), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2758), + [anon_sym___declspec] = ACTIONS(2756), + [anon_sym___based] = ACTIONS(2756), + [anon_sym___cdecl] = ACTIONS(2756), + [anon_sym___clrcall] = ACTIONS(2756), + [anon_sym___stdcall] = ACTIONS(2756), + [anon_sym___fastcall] = ACTIONS(2756), + [anon_sym___thiscall] = ACTIONS(2756), + [anon_sym___vectorcall] = ACTIONS(2756), + [anon_sym_LBRACE] = ACTIONS(2758), + [anon_sym_RBRACE] = ACTIONS(2758), + [anon_sym_LBRACK] = ACTIONS(2756), + [anon_sym_static] = ACTIONS(2756), + [anon_sym_register] = ACTIONS(2756), + [anon_sym_inline] = ACTIONS(2756), + [anon_sym_thread_local] = ACTIONS(2756), + [anon_sym_const] = ACTIONS(2756), + [anon_sym_volatile] = ACTIONS(2756), + [anon_sym_restrict] = ACTIONS(2756), + [anon_sym__Atomic] = ACTIONS(2756), + [anon_sym_mutable] = ACTIONS(2756), + [anon_sym_constexpr] = ACTIONS(2756), + [anon_sym_constinit] = ACTIONS(2756), + [anon_sym_consteval] = ACTIONS(2756), + [anon_sym_signed] = ACTIONS(2756), + [anon_sym_unsigned] = ACTIONS(2756), + [anon_sym_long] = ACTIONS(2756), + [anon_sym_short] = ACTIONS(2756), + [sym_primitive_type] = ACTIONS(2756), + [anon_sym_enum] = ACTIONS(2756), + [anon_sym_class] = ACTIONS(2756), + [anon_sym_struct] = ACTIONS(2756), + [anon_sym_union] = ACTIONS(2756), + [anon_sym_if] = ACTIONS(2756), + [anon_sym_switch] = ACTIONS(2756), + [anon_sym_case] = ACTIONS(2756), + [anon_sym_default] = ACTIONS(2756), + [anon_sym_while] = ACTIONS(2756), + [anon_sym_do] = ACTIONS(2756), + [anon_sym_for] = ACTIONS(2756), + [anon_sym_return] = ACTIONS(2756), + [anon_sym_break] = ACTIONS(2756), + [anon_sym_continue] = ACTIONS(2756), + [anon_sym_goto] = ACTIONS(2756), + [anon_sym_not] = ACTIONS(2756), + [anon_sym_compl] = ACTIONS(2756), + [anon_sym_DASH_DASH] = ACTIONS(2758), + [anon_sym_PLUS_PLUS] = ACTIONS(2758), + [anon_sym_sizeof] = ACTIONS(2756), + [sym_number_literal] = ACTIONS(2758), + [anon_sym_L_SQUOTE] = ACTIONS(2758), + [anon_sym_u_SQUOTE] = ACTIONS(2758), + [anon_sym_U_SQUOTE] = ACTIONS(2758), + [anon_sym_u8_SQUOTE] = ACTIONS(2758), + [anon_sym_SQUOTE] = ACTIONS(2758), + [anon_sym_L_DQUOTE] = ACTIONS(2758), + [anon_sym_u_DQUOTE] = ACTIONS(2758), + [anon_sym_U_DQUOTE] = ACTIONS(2758), + [anon_sym_u8_DQUOTE] = ACTIONS(2758), + [anon_sym_DQUOTE] = ACTIONS(2758), + [sym_true] = ACTIONS(2756), + [sym_false] = ACTIONS(2756), + [sym_null] = ACTIONS(2756), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2756), + [anon_sym_decltype] = ACTIONS(2756), + [anon_sym_virtual] = ACTIONS(2756), + [anon_sym_explicit] = ACTIONS(2756), + [anon_sym_typename] = ACTIONS(2756), + [anon_sym_template] = ACTIONS(2756), + [anon_sym_operator] = ACTIONS(2756), + [anon_sym_try] = ACTIONS(2756), + [anon_sym_delete] = ACTIONS(2756), + [anon_sym_throw] = ACTIONS(2756), + [anon_sym_namespace] = ACTIONS(2756), + [anon_sym_using] = ACTIONS(2756), + [anon_sym_static_assert] = ACTIONS(2756), + [anon_sym_concept] = ACTIONS(2756), + [anon_sym_co_return] = ACTIONS(2756), + [anon_sym_co_yield] = ACTIONS(2756), + [anon_sym_R_DQUOTE] = ACTIONS(2758), + [anon_sym_LR_DQUOTE] = ACTIONS(2758), + [anon_sym_uR_DQUOTE] = ACTIONS(2758), + [anon_sym_UR_DQUOTE] = ACTIONS(2758), + [anon_sym_u8R_DQUOTE] = ACTIONS(2758), + [anon_sym_co_await] = ACTIONS(2756), + [anon_sym_new] = ACTIONS(2756), + [anon_sym_requires] = ACTIONS(2756), + [sym_this] = ACTIONS(2756), + [sym_nullptr] = ACTIONS(2756), }, [951] = { - [sym_identifier] = ACTIONS(2658), - [aux_sym_preproc_include_token1] = ACTIONS(2658), - [aux_sym_preproc_def_token1] = ACTIONS(2658), - [aux_sym_preproc_if_token1] = ACTIONS(2658), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2658), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2658), - [sym_preproc_directive] = ACTIONS(2658), - [anon_sym_LPAREN2] = ACTIONS(2660), - [anon_sym_BANG] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2660), - [anon_sym_DASH] = ACTIONS(2658), - [anon_sym_PLUS] = ACTIONS(2658), - [anon_sym_STAR] = ACTIONS(2660), - [anon_sym_AMP_AMP] = ACTIONS(2660), - [anon_sym_AMP] = ACTIONS(2658), - [anon_sym_SEMI] = ACTIONS(2660), - [anon_sym_typedef] = ACTIONS(2658), - [anon_sym_extern] = ACTIONS(2658), - [anon_sym___attribute__] = ACTIONS(2658), - [anon_sym_COLON_COLON] = ACTIONS(2660), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2660), - [anon_sym___declspec] = ACTIONS(2658), - [anon_sym___based] = ACTIONS(2658), - [anon_sym___cdecl] = ACTIONS(2658), - [anon_sym___clrcall] = ACTIONS(2658), - [anon_sym___stdcall] = ACTIONS(2658), - [anon_sym___fastcall] = ACTIONS(2658), - [anon_sym___thiscall] = ACTIONS(2658), - [anon_sym___vectorcall] = ACTIONS(2658), - [anon_sym_LBRACE] = ACTIONS(2660), - [anon_sym_RBRACE] = ACTIONS(2660), - [anon_sym_LBRACK] = ACTIONS(2658), - [anon_sym_static] = ACTIONS(2658), - [anon_sym_register] = ACTIONS(2658), - [anon_sym_inline] = ACTIONS(2658), - [anon_sym_thread_local] = ACTIONS(2658), - [anon_sym_const] = ACTIONS(2658), - [anon_sym_volatile] = ACTIONS(2658), - [anon_sym_restrict] = ACTIONS(2658), - [anon_sym__Atomic] = ACTIONS(2658), - [anon_sym_mutable] = ACTIONS(2658), - [anon_sym_constexpr] = ACTIONS(2658), - [anon_sym_constinit] = ACTIONS(2658), - [anon_sym_consteval] = ACTIONS(2658), - [anon_sym_signed] = ACTIONS(2658), - [anon_sym_unsigned] = ACTIONS(2658), - [anon_sym_long] = ACTIONS(2658), - [anon_sym_short] = ACTIONS(2658), - [sym_primitive_type] = ACTIONS(2658), - [anon_sym_enum] = ACTIONS(2658), - [anon_sym_class] = ACTIONS(2658), - [anon_sym_struct] = ACTIONS(2658), - [anon_sym_union] = ACTIONS(2658), - [anon_sym_if] = ACTIONS(2658), - [anon_sym_switch] = ACTIONS(2658), - [anon_sym_case] = ACTIONS(2658), - [anon_sym_default] = ACTIONS(2658), - [anon_sym_while] = ACTIONS(2658), - [anon_sym_do] = ACTIONS(2658), - [anon_sym_for] = ACTIONS(2658), - [anon_sym_return] = ACTIONS(2658), - [anon_sym_break] = ACTIONS(2658), - [anon_sym_continue] = ACTIONS(2658), - [anon_sym_goto] = ACTIONS(2658), - [anon_sym_not] = ACTIONS(2658), - [anon_sym_compl] = ACTIONS(2658), - [anon_sym_DASH_DASH] = ACTIONS(2660), - [anon_sym_PLUS_PLUS] = ACTIONS(2660), - [anon_sym_sizeof] = ACTIONS(2658), - [sym_number_literal] = ACTIONS(2660), - [anon_sym_L_SQUOTE] = ACTIONS(2660), - [anon_sym_u_SQUOTE] = ACTIONS(2660), - [anon_sym_U_SQUOTE] = ACTIONS(2660), - [anon_sym_u8_SQUOTE] = ACTIONS(2660), - [anon_sym_SQUOTE] = ACTIONS(2660), - [anon_sym_L_DQUOTE] = ACTIONS(2660), - [anon_sym_u_DQUOTE] = ACTIONS(2660), - [anon_sym_U_DQUOTE] = ACTIONS(2660), - [anon_sym_u8_DQUOTE] = ACTIONS(2660), - [anon_sym_DQUOTE] = ACTIONS(2660), - [sym_true] = ACTIONS(2658), - [sym_false] = ACTIONS(2658), - [sym_null] = ACTIONS(2658), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2658), - [anon_sym_decltype] = ACTIONS(2658), - [anon_sym_virtual] = ACTIONS(2658), - [anon_sym_explicit] = ACTIONS(2658), - [anon_sym_typename] = ACTIONS(2658), - [anon_sym_template] = ACTIONS(2658), - [anon_sym_operator] = ACTIONS(2658), - [anon_sym_try] = ACTIONS(2658), - [anon_sym_delete] = ACTIONS(2658), - [anon_sym_throw] = ACTIONS(2658), - [anon_sym_namespace] = ACTIONS(2658), - [anon_sym_using] = ACTIONS(2658), - [anon_sym_static_assert] = ACTIONS(2658), - [anon_sym_concept] = ACTIONS(2658), - [anon_sym_co_return] = ACTIONS(2658), - [anon_sym_co_yield] = ACTIONS(2658), - [anon_sym_R_DQUOTE] = ACTIONS(2660), - [anon_sym_LR_DQUOTE] = ACTIONS(2660), - [anon_sym_uR_DQUOTE] = ACTIONS(2660), - [anon_sym_UR_DQUOTE] = ACTIONS(2660), - [anon_sym_u8R_DQUOTE] = ACTIONS(2660), - [anon_sym_co_await] = ACTIONS(2658), - [anon_sym_new] = ACTIONS(2658), - [anon_sym_requires] = ACTIONS(2658), - [sym_this] = ACTIONS(2658), - [sym_nullptr] = ACTIONS(2658), + [sym_identifier] = ACTIONS(2752), + [aux_sym_preproc_include_token1] = ACTIONS(2752), + [aux_sym_preproc_def_token1] = ACTIONS(2752), + [aux_sym_preproc_if_token1] = ACTIONS(2752), + [aux_sym_preproc_if_token2] = ACTIONS(2752), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2752), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2752), + [sym_preproc_directive] = ACTIONS(2752), + [anon_sym_LPAREN2] = ACTIONS(2754), + [anon_sym_BANG] = ACTIONS(2754), + [anon_sym_TILDE] = ACTIONS(2754), + [anon_sym_DASH] = ACTIONS(2752), + [anon_sym_PLUS] = ACTIONS(2752), + [anon_sym_STAR] = ACTIONS(2754), + [anon_sym_AMP_AMP] = ACTIONS(2754), + [anon_sym_AMP] = ACTIONS(2752), + [anon_sym_SEMI] = ACTIONS(2754), + [anon_sym_typedef] = ACTIONS(2752), + [anon_sym_extern] = ACTIONS(2752), + [anon_sym___attribute__] = ACTIONS(2752), + [anon_sym_COLON_COLON] = ACTIONS(2754), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2754), + [anon_sym___declspec] = ACTIONS(2752), + [anon_sym___based] = ACTIONS(2752), + [anon_sym___cdecl] = ACTIONS(2752), + [anon_sym___clrcall] = ACTIONS(2752), + [anon_sym___stdcall] = ACTIONS(2752), + [anon_sym___fastcall] = ACTIONS(2752), + [anon_sym___thiscall] = ACTIONS(2752), + [anon_sym___vectorcall] = ACTIONS(2752), + [anon_sym_LBRACE] = ACTIONS(2754), + [anon_sym_LBRACK] = ACTIONS(2752), + [anon_sym_static] = ACTIONS(2752), + [anon_sym_register] = ACTIONS(2752), + [anon_sym_inline] = ACTIONS(2752), + [anon_sym_thread_local] = ACTIONS(2752), + [anon_sym_const] = ACTIONS(2752), + [anon_sym_volatile] = ACTIONS(2752), + [anon_sym_restrict] = ACTIONS(2752), + [anon_sym__Atomic] = ACTIONS(2752), + [anon_sym_mutable] = ACTIONS(2752), + [anon_sym_constexpr] = ACTIONS(2752), + [anon_sym_constinit] = ACTIONS(2752), + [anon_sym_consteval] = ACTIONS(2752), + [anon_sym_signed] = ACTIONS(2752), + [anon_sym_unsigned] = ACTIONS(2752), + [anon_sym_long] = ACTIONS(2752), + [anon_sym_short] = ACTIONS(2752), + [sym_primitive_type] = ACTIONS(2752), + [anon_sym_enum] = ACTIONS(2752), + [anon_sym_class] = ACTIONS(2752), + [anon_sym_struct] = ACTIONS(2752), + [anon_sym_union] = ACTIONS(2752), + [anon_sym_if] = ACTIONS(2752), + [anon_sym_switch] = ACTIONS(2752), + [anon_sym_case] = ACTIONS(2752), + [anon_sym_default] = ACTIONS(2752), + [anon_sym_while] = ACTIONS(2752), + [anon_sym_do] = ACTIONS(2752), + [anon_sym_for] = ACTIONS(2752), + [anon_sym_return] = ACTIONS(2752), + [anon_sym_break] = ACTIONS(2752), + [anon_sym_continue] = ACTIONS(2752), + [anon_sym_goto] = ACTIONS(2752), + [anon_sym_not] = ACTIONS(2752), + [anon_sym_compl] = ACTIONS(2752), + [anon_sym_DASH_DASH] = ACTIONS(2754), + [anon_sym_PLUS_PLUS] = ACTIONS(2754), + [anon_sym_sizeof] = ACTIONS(2752), + [sym_number_literal] = ACTIONS(2754), + [anon_sym_L_SQUOTE] = ACTIONS(2754), + [anon_sym_u_SQUOTE] = ACTIONS(2754), + [anon_sym_U_SQUOTE] = ACTIONS(2754), + [anon_sym_u8_SQUOTE] = ACTIONS(2754), + [anon_sym_SQUOTE] = ACTIONS(2754), + [anon_sym_L_DQUOTE] = ACTIONS(2754), + [anon_sym_u_DQUOTE] = ACTIONS(2754), + [anon_sym_U_DQUOTE] = ACTIONS(2754), + [anon_sym_u8_DQUOTE] = ACTIONS(2754), + [anon_sym_DQUOTE] = ACTIONS(2754), + [sym_true] = ACTIONS(2752), + [sym_false] = ACTIONS(2752), + [sym_null] = ACTIONS(2752), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2752), + [anon_sym_decltype] = ACTIONS(2752), + [anon_sym_virtual] = ACTIONS(2752), + [anon_sym_explicit] = ACTIONS(2752), + [anon_sym_typename] = ACTIONS(2752), + [anon_sym_template] = ACTIONS(2752), + [anon_sym_operator] = ACTIONS(2752), + [anon_sym_try] = ACTIONS(2752), + [anon_sym_delete] = ACTIONS(2752), + [anon_sym_throw] = ACTIONS(2752), + [anon_sym_namespace] = ACTIONS(2752), + [anon_sym_using] = ACTIONS(2752), + [anon_sym_static_assert] = ACTIONS(2752), + [anon_sym_concept] = ACTIONS(2752), + [anon_sym_co_return] = ACTIONS(2752), + [anon_sym_co_yield] = ACTIONS(2752), + [anon_sym_R_DQUOTE] = ACTIONS(2754), + [anon_sym_LR_DQUOTE] = ACTIONS(2754), + [anon_sym_uR_DQUOTE] = ACTIONS(2754), + [anon_sym_UR_DQUOTE] = ACTIONS(2754), + [anon_sym_u8R_DQUOTE] = ACTIONS(2754), + [anon_sym_co_await] = ACTIONS(2752), + [anon_sym_new] = ACTIONS(2752), + [anon_sym_requires] = ACTIONS(2752), + [sym_this] = ACTIONS(2752), + [sym_nullptr] = ACTIONS(2752), }, [952] = { - [sym_identifier] = ACTIONS(2714), - [aux_sym_preproc_include_token1] = ACTIONS(2714), - [aux_sym_preproc_def_token1] = ACTIONS(2714), - [aux_sym_preproc_if_token1] = ACTIONS(2714), - [aux_sym_preproc_if_token2] = ACTIONS(2714), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2714), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2714), - [sym_preproc_directive] = ACTIONS(2714), - [anon_sym_LPAREN2] = ACTIONS(2716), - [anon_sym_BANG] = ACTIONS(2716), - [anon_sym_TILDE] = ACTIONS(2716), - [anon_sym_DASH] = ACTIONS(2714), - [anon_sym_PLUS] = ACTIONS(2714), - [anon_sym_STAR] = ACTIONS(2716), - [anon_sym_AMP_AMP] = ACTIONS(2716), - [anon_sym_AMP] = ACTIONS(2714), - [anon_sym_SEMI] = ACTIONS(2716), - [anon_sym_typedef] = ACTIONS(2714), - [anon_sym_extern] = ACTIONS(2714), - [anon_sym___attribute__] = ACTIONS(2714), - [anon_sym_COLON_COLON] = ACTIONS(2716), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2716), - [anon_sym___declspec] = ACTIONS(2714), - [anon_sym___based] = ACTIONS(2714), - [anon_sym___cdecl] = ACTIONS(2714), - [anon_sym___clrcall] = ACTIONS(2714), - [anon_sym___stdcall] = ACTIONS(2714), - [anon_sym___fastcall] = ACTIONS(2714), - [anon_sym___thiscall] = ACTIONS(2714), - [anon_sym___vectorcall] = ACTIONS(2714), - [anon_sym_LBRACE] = ACTIONS(2716), - [anon_sym_LBRACK] = ACTIONS(2714), - [anon_sym_static] = ACTIONS(2714), - [anon_sym_register] = ACTIONS(2714), - [anon_sym_inline] = ACTIONS(2714), - [anon_sym_thread_local] = ACTIONS(2714), - [anon_sym_const] = ACTIONS(2714), - [anon_sym_volatile] = ACTIONS(2714), - [anon_sym_restrict] = ACTIONS(2714), - [anon_sym__Atomic] = ACTIONS(2714), - [anon_sym_mutable] = ACTIONS(2714), - [anon_sym_constexpr] = ACTIONS(2714), - [anon_sym_constinit] = ACTIONS(2714), - [anon_sym_consteval] = ACTIONS(2714), - [anon_sym_signed] = ACTIONS(2714), - [anon_sym_unsigned] = ACTIONS(2714), - [anon_sym_long] = ACTIONS(2714), - [anon_sym_short] = ACTIONS(2714), - [sym_primitive_type] = ACTIONS(2714), - [anon_sym_enum] = ACTIONS(2714), - [anon_sym_class] = ACTIONS(2714), - [anon_sym_struct] = ACTIONS(2714), - [anon_sym_union] = ACTIONS(2714), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2714), - [anon_sym_case] = ACTIONS(2714), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2714), - [anon_sym_do] = ACTIONS(2714), - [anon_sym_for] = ACTIONS(2714), - [anon_sym_return] = ACTIONS(2714), - [anon_sym_break] = ACTIONS(2714), - [anon_sym_continue] = ACTIONS(2714), - [anon_sym_goto] = ACTIONS(2714), - [anon_sym_not] = ACTIONS(2714), - [anon_sym_compl] = ACTIONS(2714), - [anon_sym_DASH_DASH] = ACTIONS(2716), - [anon_sym_PLUS_PLUS] = ACTIONS(2716), - [anon_sym_sizeof] = ACTIONS(2714), - [sym_number_literal] = ACTIONS(2716), - [anon_sym_L_SQUOTE] = ACTIONS(2716), - [anon_sym_u_SQUOTE] = ACTIONS(2716), - [anon_sym_U_SQUOTE] = ACTIONS(2716), - [anon_sym_u8_SQUOTE] = ACTIONS(2716), - [anon_sym_SQUOTE] = ACTIONS(2716), - [anon_sym_L_DQUOTE] = ACTIONS(2716), - [anon_sym_u_DQUOTE] = ACTIONS(2716), - [anon_sym_U_DQUOTE] = ACTIONS(2716), - [anon_sym_u8_DQUOTE] = ACTIONS(2716), - [anon_sym_DQUOTE] = ACTIONS(2716), - [sym_true] = ACTIONS(2714), - [sym_false] = ACTIONS(2714), - [sym_null] = ACTIONS(2714), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2714), - [anon_sym_decltype] = ACTIONS(2714), - [anon_sym_virtual] = ACTIONS(2714), - [anon_sym_explicit] = ACTIONS(2714), - [anon_sym_typename] = ACTIONS(2714), - [anon_sym_template] = ACTIONS(2714), - [anon_sym_operator] = ACTIONS(2714), - [anon_sym_try] = ACTIONS(2714), - [anon_sym_delete] = ACTIONS(2714), - [anon_sym_throw] = ACTIONS(2714), - [anon_sym_namespace] = ACTIONS(2714), - [anon_sym_using] = ACTIONS(2714), - [anon_sym_static_assert] = ACTIONS(2714), - [anon_sym_concept] = ACTIONS(2714), - [anon_sym_co_return] = ACTIONS(2714), - [anon_sym_co_yield] = ACTIONS(2714), - [anon_sym_R_DQUOTE] = ACTIONS(2716), - [anon_sym_LR_DQUOTE] = ACTIONS(2716), - [anon_sym_uR_DQUOTE] = ACTIONS(2716), - [anon_sym_UR_DQUOTE] = ACTIONS(2716), - [anon_sym_u8R_DQUOTE] = ACTIONS(2716), - [anon_sym_co_await] = ACTIONS(2714), - [anon_sym_new] = ACTIONS(2714), - [anon_sym_requires] = ACTIONS(2714), - [sym_this] = ACTIONS(2714), - [sym_nullptr] = ACTIONS(2714), + [sym_identifier] = ACTIONS(2736), + [aux_sym_preproc_include_token1] = ACTIONS(2736), + [aux_sym_preproc_def_token1] = ACTIONS(2736), + [aux_sym_preproc_if_token1] = ACTIONS(2736), + [aux_sym_preproc_if_token2] = ACTIONS(2736), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2736), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2736), + [sym_preproc_directive] = ACTIONS(2736), + [anon_sym_LPAREN2] = ACTIONS(2738), + [anon_sym_BANG] = ACTIONS(2738), + [anon_sym_TILDE] = ACTIONS(2738), + [anon_sym_DASH] = ACTIONS(2736), + [anon_sym_PLUS] = ACTIONS(2736), + [anon_sym_STAR] = ACTIONS(2738), + [anon_sym_AMP_AMP] = ACTIONS(2738), + [anon_sym_AMP] = ACTIONS(2736), + [anon_sym_SEMI] = ACTIONS(2738), + [anon_sym_typedef] = ACTIONS(2736), + [anon_sym_extern] = ACTIONS(2736), + [anon_sym___attribute__] = ACTIONS(2736), + [anon_sym_COLON_COLON] = ACTIONS(2738), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2738), + [anon_sym___declspec] = ACTIONS(2736), + [anon_sym___based] = ACTIONS(2736), + [anon_sym___cdecl] = ACTIONS(2736), + [anon_sym___clrcall] = ACTIONS(2736), + [anon_sym___stdcall] = ACTIONS(2736), + [anon_sym___fastcall] = ACTIONS(2736), + [anon_sym___thiscall] = ACTIONS(2736), + [anon_sym___vectorcall] = ACTIONS(2736), + [anon_sym_LBRACE] = ACTIONS(2738), + [anon_sym_LBRACK] = ACTIONS(2736), + [anon_sym_static] = ACTIONS(2736), + [anon_sym_register] = ACTIONS(2736), + [anon_sym_inline] = ACTIONS(2736), + [anon_sym_thread_local] = ACTIONS(2736), + [anon_sym_const] = ACTIONS(2736), + [anon_sym_volatile] = ACTIONS(2736), + [anon_sym_restrict] = ACTIONS(2736), + [anon_sym__Atomic] = ACTIONS(2736), + [anon_sym_mutable] = ACTIONS(2736), + [anon_sym_constexpr] = ACTIONS(2736), + [anon_sym_constinit] = ACTIONS(2736), + [anon_sym_consteval] = ACTIONS(2736), + [anon_sym_signed] = ACTIONS(2736), + [anon_sym_unsigned] = ACTIONS(2736), + [anon_sym_long] = ACTIONS(2736), + [anon_sym_short] = ACTIONS(2736), + [sym_primitive_type] = ACTIONS(2736), + [anon_sym_enum] = ACTIONS(2736), + [anon_sym_class] = ACTIONS(2736), + [anon_sym_struct] = ACTIONS(2736), + [anon_sym_union] = ACTIONS(2736), + [anon_sym_if] = ACTIONS(2736), + [anon_sym_switch] = ACTIONS(2736), + [anon_sym_case] = ACTIONS(2736), + [anon_sym_default] = ACTIONS(2736), + [anon_sym_while] = ACTIONS(2736), + [anon_sym_do] = ACTIONS(2736), + [anon_sym_for] = ACTIONS(2736), + [anon_sym_return] = ACTIONS(2736), + [anon_sym_break] = ACTIONS(2736), + [anon_sym_continue] = ACTIONS(2736), + [anon_sym_goto] = ACTIONS(2736), + [anon_sym_not] = ACTIONS(2736), + [anon_sym_compl] = ACTIONS(2736), + [anon_sym_DASH_DASH] = ACTIONS(2738), + [anon_sym_PLUS_PLUS] = ACTIONS(2738), + [anon_sym_sizeof] = ACTIONS(2736), + [sym_number_literal] = ACTIONS(2738), + [anon_sym_L_SQUOTE] = ACTIONS(2738), + [anon_sym_u_SQUOTE] = ACTIONS(2738), + [anon_sym_U_SQUOTE] = ACTIONS(2738), + [anon_sym_u8_SQUOTE] = ACTIONS(2738), + [anon_sym_SQUOTE] = ACTIONS(2738), + [anon_sym_L_DQUOTE] = ACTIONS(2738), + [anon_sym_u_DQUOTE] = ACTIONS(2738), + [anon_sym_U_DQUOTE] = ACTIONS(2738), + [anon_sym_u8_DQUOTE] = ACTIONS(2738), + [anon_sym_DQUOTE] = ACTIONS(2738), + [sym_true] = ACTIONS(2736), + [sym_false] = ACTIONS(2736), + [sym_null] = ACTIONS(2736), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2736), + [anon_sym_decltype] = ACTIONS(2736), + [anon_sym_virtual] = ACTIONS(2736), + [anon_sym_explicit] = ACTIONS(2736), + [anon_sym_typename] = ACTIONS(2736), + [anon_sym_template] = ACTIONS(2736), + [anon_sym_operator] = ACTIONS(2736), + [anon_sym_try] = ACTIONS(2736), + [anon_sym_delete] = ACTIONS(2736), + [anon_sym_throw] = ACTIONS(2736), + [anon_sym_namespace] = ACTIONS(2736), + [anon_sym_using] = ACTIONS(2736), + [anon_sym_static_assert] = ACTIONS(2736), + [anon_sym_concept] = ACTIONS(2736), + [anon_sym_co_return] = ACTIONS(2736), + [anon_sym_co_yield] = ACTIONS(2736), + [anon_sym_R_DQUOTE] = ACTIONS(2738), + [anon_sym_LR_DQUOTE] = ACTIONS(2738), + [anon_sym_uR_DQUOTE] = ACTIONS(2738), + [anon_sym_UR_DQUOTE] = ACTIONS(2738), + [anon_sym_u8R_DQUOTE] = ACTIONS(2738), + [anon_sym_co_await] = ACTIONS(2736), + [anon_sym_new] = ACTIONS(2736), + [anon_sym_requires] = ACTIONS(2736), + [sym_this] = ACTIONS(2736), + [sym_nullptr] = ACTIONS(2736), }, [953] = { - [ts_builtin_sym_end] = ACTIONS(2848), - [sym_identifier] = ACTIONS(2846), - [aux_sym_preproc_include_token1] = ACTIONS(2846), - [aux_sym_preproc_def_token1] = ACTIONS(2846), - [aux_sym_preproc_if_token1] = ACTIONS(2846), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2846), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2846), - [sym_preproc_directive] = ACTIONS(2846), - [anon_sym_LPAREN2] = ACTIONS(2848), - [anon_sym_BANG] = ACTIONS(2848), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_DASH] = ACTIONS(2846), - [anon_sym_PLUS] = ACTIONS(2846), - [anon_sym_STAR] = ACTIONS(2848), - [anon_sym_AMP_AMP] = ACTIONS(2848), - [anon_sym_AMP] = ACTIONS(2846), - [anon_sym_SEMI] = ACTIONS(2848), - [anon_sym_typedef] = ACTIONS(2846), - [anon_sym_extern] = ACTIONS(2846), - [anon_sym___attribute__] = ACTIONS(2846), - [anon_sym_COLON_COLON] = ACTIONS(2848), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2848), - [anon_sym___declspec] = ACTIONS(2846), - [anon_sym___based] = ACTIONS(2846), - [anon_sym___cdecl] = ACTIONS(2846), - [anon_sym___clrcall] = ACTIONS(2846), - [anon_sym___stdcall] = ACTIONS(2846), - [anon_sym___fastcall] = ACTIONS(2846), - [anon_sym___thiscall] = ACTIONS(2846), - [anon_sym___vectorcall] = ACTIONS(2846), - [anon_sym_LBRACE] = ACTIONS(2848), - [anon_sym_LBRACK] = ACTIONS(2846), - [anon_sym_static] = ACTIONS(2846), - [anon_sym_register] = ACTIONS(2846), - [anon_sym_inline] = ACTIONS(2846), - [anon_sym_thread_local] = ACTIONS(2846), - [anon_sym_const] = ACTIONS(2846), - [anon_sym_volatile] = ACTIONS(2846), - [anon_sym_restrict] = ACTIONS(2846), - [anon_sym__Atomic] = ACTIONS(2846), - [anon_sym_mutable] = ACTIONS(2846), - [anon_sym_constexpr] = ACTIONS(2846), - [anon_sym_constinit] = ACTIONS(2846), - [anon_sym_consteval] = ACTIONS(2846), - [anon_sym_signed] = ACTIONS(2846), - [anon_sym_unsigned] = ACTIONS(2846), - [anon_sym_long] = ACTIONS(2846), - [anon_sym_short] = ACTIONS(2846), - [sym_primitive_type] = ACTIONS(2846), - [anon_sym_enum] = ACTIONS(2846), - [anon_sym_class] = ACTIONS(2846), - [anon_sym_struct] = ACTIONS(2846), - [anon_sym_union] = ACTIONS(2846), - [anon_sym_if] = ACTIONS(2846), - [anon_sym_switch] = ACTIONS(2846), - [anon_sym_case] = ACTIONS(2846), - [anon_sym_default] = ACTIONS(2846), - [anon_sym_while] = ACTIONS(2846), - [anon_sym_do] = ACTIONS(2846), - [anon_sym_for] = ACTIONS(2846), - [anon_sym_return] = ACTIONS(2846), - [anon_sym_break] = ACTIONS(2846), - [anon_sym_continue] = ACTIONS(2846), - [anon_sym_goto] = ACTIONS(2846), - [anon_sym_not] = ACTIONS(2846), - [anon_sym_compl] = ACTIONS(2846), - [anon_sym_DASH_DASH] = ACTIONS(2848), - [anon_sym_PLUS_PLUS] = ACTIONS(2848), - [anon_sym_sizeof] = ACTIONS(2846), - [sym_number_literal] = ACTIONS(2848), - [anon_sym_L_SQUOTE] = ACTIONS(2848), - [anon_sym_u_SQUOTE] = ACTIONS(2848), - [anon_sym_U_SQUOTE] = ACTIONS(2848), - [anon_sym_u8_SQUOTE] = ACTIONS(2848), - [anon_sym_SQUOTE] = ACTIONS(2848), - [anon_sym_L_DQUOTE] = ACTIONS(2848), - [anon_sym_u_DQUOTE] = ACTIONS(2848), - [anon_sym_U_DQUOTE] = ACTIONS(2848), - [anon_sym_u8_DQUOTE] = ACTIONS(2848), - [anon_sym_DQUOTE] = ACTIONS(2848), - [sym_true] = ACTIONS(2846), - [sym_false] = ACTIONS(2846), - [sym_null] = ACTIONS(2846), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2846), - [anon_sym_decltype] = ACTIONS(2846), - [anon_sym_virtual] = ACTIONS(2846), - [anon_sym_explicit] = ACTIONS(2846), - [anon_sym_typename] = ACTIONS(2846), - [anon_sym_template] = ACTIONS(2846), - [anon_sym_operator] = ACTIONS(2846), - [anon_sym_try] = ACTIONS(2846), - [anon_sym_delete] = ACTIONS(2846), - [anon_sym_throw] = ACTIONS(2846), - [anon_sym_namespace] = ACTIONS(2846), - [anon_sym_using] = ACTIONS(2846), - [anon_sym_static_assert] = ACTIONS(2846), - [anon_sym_concept] = ACTIONS(2846), - [anon_sym_co_return] = ACTIONS(2846), - [anon_sym_co_yield] = ACTIONS(2846), - [anon_sym_R_DQUOTE] = ACTIONS(2848), - [anon_sym_LR_DQUOTE] = ACTIONS(2848), - [anon_sym_uR_DQUOTE] = ACTIONS(2848), - [anon_sym_UR_DQUOTE] = ACTIONS(2848), - [anon_sym_u8R_DQUOTE] = ACTIONS(2848), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2846), - [anon_sym_requires] = ACTIONS(2846), - [sym_this] = ACTIONS(2846), - [sym_nullptr] = ACTIONS(2846), + [ts_builtin_sym_end] = ACTIONS(2786), + [sym_identifier] = ACTIONS(2784), + [aux_sym_preproc_include_token1] = ACTIONS(2784), + [aux_sym_preproc_def_token1] = ACTIONS(2784), + [aux_sym_preproc_if_token1] = ACTIONS(2784), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2784), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2784), + [sym_preproc_directive] = ACTIONS(2784), + [anon_sym_LPAREN2] = ACTIONS(2786), + [anon_sym_BANG] = ACTIONS(2786), + [anon_sym_TILDE] = ACTIONS(2786), + [anon_sym_DASH] = ACTIONS(2784), + [anon_sym_PLUS] = ACTIONS(2784), + [anon_sym_STAR] = ACTIONS(2786), + [anon_sym_AMP_AMP] = ACTIONS(2786), + [anon_sym_AMP] = ACTIONS(2784), + [anon_sym_SEMI] = ACTIONS(2786), + [anon_sym_typedef] = ACTIONS(2784), + [anon_sym_extern] = ACTIONS(2784), + [anon_sym___attribute__] = ACTIONS(2784), + [anon_sym_COLON_COLON] = ACTIONS(2786), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2786), + [anon_sym___declspec] = ACTIONS(2784), + [anon_sym___based] = ACTIONS(2784), + [anon_sym___cdecl] = ACTIONS(2784), + [anon_sym___clrcall] = ACTIONS(2784), + [anon_sym___stdcall] = ACTIONS(2784), + [anon_sym___fastcall] = ACTIONS(2784), + [anon_sym___thiscall] = ACTIONS(2784), + [anon_sym___vectorcall] = ACTIONS(2784), + [anon_sym_LBRACE] = ACTIONS(2786), + [anon_sym_LBRACK] = ACTIONS(2784), + [anon_sym_static] = ACTIONS(2784), + [anon_sym_register] = ACTIONS(2784), + [anon_sym_inline] = ACTIONS(2784), + [anon_sym_thread_local] = ACTIONS(2784), + [anon_sym_const] = ACTIONS(2784), + [anon_sym_volatile] = ACTIONS(2784), + [anon_sym_restrict] = ACTIONS(2784), + [anon_sym__Atomic] = ACTIONS(2784), + [anon_sym_mutable] = ACTIONS(2784), + [anon_sym_constexpr] = ACTIONS(2784), + [anon_sym_constinit] = ACTIONS(2784), + [anon_sym_consteval] = ACTIONS(2784), + [anon_sym_signed] = ACTIONS(2784), + [anon_sym_unsigned] = ACTIONS(2784), + [anon_sym_long] = ACTIONS(2784), + [anon_sym_short] = ACTIONS(2784), + [sym_primitive_type] = ACTIONS(2784), + [anon_sym_enum] = ACTIONS(2784), + [anon_sym_class] = ACTIONS(2784), + [anon_sym_struct] = ACTIONS(2784), + [anon_sym_union] = ACTIONS(2784), + [anon_sym_if] = ACTIONS(2784), + [anon_sym_switch] = ACTIONS(2784), + [anon_sym_case] = ACTIONS(2784), + [anon_sym_default] = ACTIONS(2784), + [anon_sym_while] = ACTIONS(2784), + [anon_sym_do] = ACTIONS(2784), + [anon_sym_for] = ACTIONS(2784), + [anon_sym_return] = ACTIONS(2784), + [anon_sym_break] = ACTIONS(2784), + [anon_sym_continue] = ACTIONS(2784), + [anon_sym_goto] = ACTIONS(2784), + [anon_sym_not] = ACTIONS(2784), + [anon_sym_compl] = ACTIONS(2784), + [anon_sym_DASH_DASH] = ACTIONS(2786), + [anon_sym_PLUS_PLUS] = ACTIONS(2786), + [anon_sym_sizeof] = ACTIONS(2784), + [sym_number_literal] = ACTIONS(2786), + [anon_sym_L_SQUOTE] = ACTIONS(2786), + [anon_sym_u_SQUOTE] = ACTIONS(2786), + [anon_sym_U_SQUOTE] = ACTIONS(2786), + [anon_sym_u8_SQUOTE] = ACTIONS(2786), + [anon_sym_SQUOTE] = ACTIONS(2786), + [anon_sym_L_DQUOTE] = ACTIONS(2786), + [anon_sym_u_DQUOTE] = ACTIONS(2786), + [anon_sym_U_DQUOTE] = ACTIONS(2786), + [anon_sym_u8_DQUOTE] = ACTIONS(2786), + [anon_sym_DQUOTE] = ACTIONS(2786), + [sym_true] = ACTIONS(2784), + [sym_false] = ACTIONS(2784), + [sym_null] = ACTIONS(2784), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2784), + [anon_sym_decltype] = ACTIONS(2784), + [anon_sym_virtual] = ACTIONS(2784), + [anon_sym_explicit] = ACTIONS(2784), + [anon_sym_typename] = ACTIONS(2784), + [anon_sym_template] = ACTIONS(2784), + [anon_sym_operator] = ACTIONS(2784), + [anon_sym_try] = ACTIONS(2784), + [anon_sym_delete] = ACTIONS(2784), + [anon_sym_throw] = ACTIONS(2784), + [anon_sym_namespace] = ACTIONS(2784), + [anon_sym_using] = ACTIONS(2784), + [anon_sym_static_assert] = ACTIONS(2784), + [anon_sym_concept] = ACTIONS(2784), + [anon_sym_co_return] = ACTIONS(2784), + [anon_sym_co_yield] = ACTIONS(2784), + [anon_sym_R_DQUOTE] = ACTIONS(2786), + [anon_sym_LR_DQUOTE] = ACTIONS(2786), + [anon_sym_uR_DQUOTE] = ACTIONS(2786), + [anon_sym_UR_DQUOTE] = ACTIONS(2786), + [anon_sym_u8R_DQUOTE] = ACTIONS(2786), + [anon_sym_co_await] = ACTIONS(2784), + [anon_sym_new] = ACTIONS(2784), + [anon_sym_requires] = ACTIONS(2784), + [sym_this] = ACTIONS(2784), + [sym_nullptr] = ACTIONS(2784), }, [954] = { - [ts_builtin_sym_end] = ACTIONS(2720), - [sym_identifier] = ACTIONS(2718), - [aux_sym_preproc_include_token1] = ACTIONS(2718), - [aux_sym_preproc_def_token1] = ACTIONS(2718), - [aux_sym_preproc_if_token1] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2718), - [sym_preproc_directive] = ACTIONS(2718), - [anon_sym_LPAREN2] = ACTIONS(2720), - [anon_sym_BANG] = ACTIONS(2720), - [anon_sym_TILDE] = ACTIONS(2720), - [anon_sym_DASH] = ACTIONS(2718), - [anon_sym_PLUS] = ACTIONS(2718), - [anon_sym_STAR] = ACTIONS(2720), - [anon_sym_AMP_AMP] = ACTIONS(2720), - [anon_sym_AMP] = ACTIONS(2718), - [anon_sym_SEMI] = ACTIONS(2720), - [anon_sym_typedef] = ACTIONS(2718), - [anon_sym_extern] = ACTIONS(2718), - [anon_sym___attribute__] = ACTIONS(2718), - [anon_sym_COLON_COLON] = ACTIONS(2720), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2720), - [anon_sym___declspec] = ACTIONS(2718), - [anon_sym___based] = ACTIONS(2718), - [anon_sym___cdecl] = ACTIONS(2718), - [anon_sym___clrcall] = ACTIONS(2718), - [anon_sym___stdcall] = ACTIONS(2718), - [anon_sym___fastcall] = ACTIONS(2718), - [anon_sym___thiscall] = ACTIONS(2718), - [anon_sym___vectorcall] = ACTIONS(2718), - [anon_sym_LBRACE] = ACTIONS(2720), - [anon_sym_LBRACK] = ACTIONS(2718), - [anon_sym_static] = ACTIONS(2718), - [anon_sym_register] = ACTIONS(2718), - [anon_sym_inline] = ACTIONS(2718), - [anon_sym_thread_local] = ACTIONS(2718), - [anon_sym_const] = ACTIONS(2718), - [anon_sym_volatile] = ACTIONS(2718), - [anon_sym_restrict] = ACTIONS(2718), - [anon_sym__Atomic] = ACTIONS(2718), - [anon_sym_mutable] = ACTIONS(2718), - [anon_sym_constexpr] = ACTIONS(2718), - [anon_sym_constinit] = ACTIONS(2718), - [anon_sym_consteval] = ACTIONS(2718), - [anon_sym_signed] = ACTIONS(2718), - [anon_sym_unsigned] = ACTIONS(2718), - [anon_sym_long] = ACTIONS(2718), - [anon_sym_short] = ACTIONS(2718), - [sym_primitive_type] = ACTIONS(2718), - [anon_sym_enum] = ACTIONS(2718), - [anon_sym_class] = ACTIONS(2718), - [anon_sym_struct] = ACTIONS(2718), - [anon_sym_union] = ACTIONS(2718), - [anon_sym_if] = ACTIONS(2718), - [anon_sym_switch] = ACTIONS(2718), - [anon_sym_case] = ACTIONS(2718), - [anon_sym_default] = ACTIONS(2718), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2718), - [anon_sym_return] = ACTIONS(2718), - [anon_sym_break] = ACTIONS(2718), - [anon_sym_continue] = ACTIONS(2718), - [anon_sym_goto] = ACTIONS(2718), - [anon_sym_not] = ACTIONS(2718), - [anon_sym_compl] = ACTIONS(2718), - [anon_sym_DASH_DASH] = ACTIONS(2720), - [anon_sym_PLUS_PLUS] = ACTIONS(2720), - [anon_sym_sizeof] = ACTIONS(2718), - [sym_number_literal] = ACTIONS(2720), - [anon_sym_L_SQUOTE] = ACTIONS(2720), - [anon_sym_u_SQUOTE] = ACTIONS(2720), - [anon_sym_U_SQUOTE] = ACTIONS(2720), - [anon_sym_u8_SQUOTE] = ACTIONS(2720), - [anon_sym_SQUOTE] = ACTIONS(2720), - [anon_sym_L_DQUOTE] = ACTIONS(2720), - [anon_sym_u_DQUOTE] = ACTIONS(2720), - [anon_sym_U_DQUOTE] = ACTIONS(2720), - [anon_sym_u8_DQUOTE] = ACTIONS(2720), - [anon_sym_DQUOTE] = ACTIONS(2720), - [sym_true] = ACTIONS(2718), - [sym_false] = ACTIONS(2718), - [sym_null] = ACTIONS(2718), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2718), - [anon_sym_decltype] = ACTIONS(2718), - [anon_sym_virtual] = ACTIONS(2718), - [anon_sym_explicit] = ACTIONS(2718), - [anon_sym_typename] = ACTIONS(2718), - [anon_sym_template] = ACTIONS(2718), - [anon_sym_operator] = ACTIONS(2718), - [anon_sym_try] = ACTIONS(2718), - [anon_sym_delete] = ACTIONS(2718), - [anon_sym_throw] = ACTIONS(2718), - [anon_sym_namespace] = ACTIONS(2718), - [anon_sym_using] = ACTIONS(2718), - [anon_sym_static_assert] = ACTIONS(2718), - [anon_sym_concept] = ACTIONS(2718), - [anon_sym_co_return] = ACTIONS(2718), - [anon_sym_co_yield] = ACTIONS(2718), - [anon_sym_R_DQUOTE] = ACTIONS(2720), - [anon_sym_LR_DQUOTE] = ACTIONS(2720), - [anon_sym_uR_DQUOTE] = ACTIONS(2720), - [anon_sym_UR_DQUOTE] = ACTIONS(2720), - [anon_sym_u8R_DQUOTE] = ACTIONS(2720), - [anon_sym_co_await] = ACTIONS(2718), - [anon_sym_new] = ACTIONS(2718), - [anon_sym_requires] = ACTIONS(2718), - [sym_this] = ACTIONS(2718), - [sym_nullptr] = ACTIONS(2718), + [ts_builtin_sym_end] = ACTIONS(2766), + [sym_identifier] = ACTIONS(2764), + [aux_sym_preproc_include_token1] = ACTIONS(2764), + [aux_sym_preproc_def_token1] = ACTIONS(2764), + [aux_sym_preproc_if_token1] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2764), + [sym_preproc_directive] = ACTIONS(2764), + [anon_sym_LPAREN2] = ACTIONS(2766), + [anon_sym_BANG] = ACTIONS(2766), + [anon_sym_TILDE] = ACTIONS(2766), + [anon_sym_DASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2764), + [anon_sym_STAR] = ACTIONS(2766), + [anon_sym_AMP_AMP] = ACTIONS(2766), + [anon_sym_AMP] = ACTIONS(2764), + [anon_sym_SEMI] = ACTIONS(2766), + [anon_sym_typedef] = ACTIONS(2764), + [anon_sym_extern] = ACTIONS(2764), + [anon_sym___attribute__] = ACTIONS(2764), + [anon_sym_COLON_COLON] = ACTIONS(2766), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2766), + [anon_sym___declspec] = ACTIONS(2764), + [anon_sym___based] = ACTIONS(2764), + [anon_sym___cdecl] = ACTIONS(2764), + [anon_sym___clrcall] = ACTIONS(2764), + [anon_sym___stdcall] = ACTIONS(2764), + [anon_sym___fastcall] = ACTIONS(2764), + [anon_sym___thiscall] = ACTIONS(2764), + [anon_sym___vectorcall] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2766), + [anon_sym_LBRACK] = ACTIONS(2764), + [anon_sym_static] = ACTIONS(2764), + [anon_sym_register] = ACTIONS(2764), + [anon_sym_inline] = ACTIONS(2764), + [anon_sym_thread_local] = ACTIONS(2764), + [anon_sym_const] = ACTIONS(2764), + [anon_sym_volatile] = ACTIONS(2764), + [anon_sym_restrict] = ACTIONS(2764), + [anon_sym__Atomic] = ACTIONS(2764), + [anon_sym_mutable] = ACTIONS(2764), + [anon_sym_constexpr] = ACTIONS(2764), + [anon_sym_constinit] = ACTIONS(2764), + [anon_sym_consteval] = ACTIONS(2764), + [anon_sym_signed] = ACTIONS(2764), + [anon_sym_unsigned] = ACTIONS(2764), + [anon_sym_long] = ACTIONS(2764), + [anon_sym_short] = ACTIONS(2764), + [sym_primitive_type] = ACTIONS(2764), + [anon_sym_enum] = ACTIONS(2764), + [anon_sym_class] = ACTIONS(2764), + [anon_sym_struct] = ACTIONS(2764), + [anon_sym_union] = ACTIONS(2764), + [anon_sym_if] = ACTIONS(2764), + [anon_sym_switch] = ACTIONS(2764), + [anon_sym_case] = ACTIONS(2764), + [anon_sym_default] = ACTIONS(2764), + [anon_sym_while] = ACTIONS(2764), + [anon_sym_do] = ACTIONS(2764), + [anon_sym_for] = ACTIONS(2764), + [anon_sym_return] = ACTIONS(2764), + [anon_sym_break] = ACTIONS(2764), + [anon_sym_continue] = ACTIONS(2764), + [anon_sym_goto] = ACTIONS(2764), + [anon_sym_not] = ACTIONS(2764), + [anon_sym_compl] = ACTIONS(2764), + [anon_sym_DASH_DASH] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_sizeof] = ACTIONS(2764), + [sym_number_literal] = ACTIONS(2766), + [anon_sym_L_SQUOTE] = ACTIONS(2766), + [anon_sym_u_SQUOTE] = ACTIONS(2766), + [anon_sym_U_SQUOTE] = ACTIONS(2766), + [anon_sym_u8_SQUOTE] = ACTIONS(2766), + [anon_sym_SQUOTE] = ACTIONS(2766), + [anon_sym_L_DQUOTE] = ACTIONS(2766), + [anon_sym_u_DQUOTE] = ACTIONS(2766), + [anon_sym_U_DQUOTE] = ACTIONS(2766), + [anon_sym_u8_DQUOTE] = ACTIONS(2766), + [anon_sym_DQUOTE] = ACTIONS(2766), + [sym_true] = ACTIONS(2764), + [sym_false] = ACTIONS(2764), + [sym_null] = ACTIONS(2764), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2764), + [anon_sym_decltype] = ACTIONS(2764), + [anon_sym_virtual] = ACTIONS(2764), + [anon_sym_explicit] = ACTIONS(2764), + [anon_sym_typename] = ACTIONS(2764), + [anon_sym_template] = ACTIONS(2764), + [anon_sym_operator] = ACTIONS(2764), + [anon_sym_try] = ACTIONS(2764), + [anon_sym_delete] = ACTIONS(2764), + [anon_sym_throw] = ACTIONS(2764), + [anon_sym_namespace] = ACTIONS(2764), + [anon_sym_using] = ACTIONS(2764), + [anon_sym_static_assert] = ACTIONS(2764), + [anon_sym_concept] = ACTIONS(2764), + [anon_sym_co_return] = ACTIONS(2764), + [anon_sym_co_yield] = ACTIONS(2764), + [anon_sym_R_DQUOTE] = ACTIONS(2766), + [anon_sym_LR_DQUOTE] = ACTIONS(2766), + [anon_sym_uR_DQUOTE] = ACTIONS(2766), + [anon_sym_UR_DQUOTE] = ACTIONS(2766), + [anon_sym_u8R_DQUOTE] = ACTIONS(2766), + [anon_sym_co_await] = ACTIONS(2764), + [anon_sym_new] = ACTIONS(2764), + [anon_sym_requires] = ACTIONS(2764), + [sym_this] = ACTIONS(2764), + [sym_nullptr] = ACTIONS(2764), }, [955] = { - [ts_builtin_sym_end] = ACTIONS(2720), - [sym_identifier] = ACTIONS(2718), - [aux_sym_preproc_include_token1] = ACTIONS(2718), - [aux_sym_preproc_def_token1] = ACTIONS(2718), - [aux_sym_preproc_if_token1] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2718), - [sym_preproc_directive] = ACTIONS(2718), - [anon_sym_LPAREN2] = ACTIONS(2720), - [anon_sym_BANG] = ACTIONS(2720), - [anon_sym_TILDE] = ACTIONS(2720), - [anon_sym_DASH] = ACTIONS(2718), - [anon_sym_PLUS] = ACTIONS(2718), - [anon_sym_STAR] = ACTIONS(2720), - [anon_sym_AMP_AMP] = ACTIONS(2720), - [anon_sym_AMP] = ACTIONS(2718), - [anon_sym_SEMI] = ACTIONS(2720), - [anon_sym_typedef] = ACTIONS(2718), - [anon_sym_extern] = ACTIONS(2718), - [anon_sym___attribute__] = ACTIONS(2718), - [anon_sym_COLON_COLON] = ACTIONS(2720), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2720), - [anon_sym___declspec] = ACTIONS(2718), - [anon_sym___based] = ACTIONS(2718), - [anon_sym___cdecl] = ACTIONS(2718), - [anon_sym___clrcall] = ACTIONS(2718), - [anon_sym___stdcall] = ACTIONS(2718), - [anon_sym___fastcall] = ACTIONS(2718), - [anon_sym___thiscall] = ACTIONS(2718), - [anon_sym___vectorcall] = ACTIONS(2718), - [anon_sym_LBRACE] = ACTIONS(2720), - [anon_sym_LBRACK] = ACTIONS(2718), - [anon_sym_static] = ACTIONS(2718), - [anon_sym_register] = ACTIONS(2718), - [anon_sym_inline] = ACTIONS(2718), - [anon_sym_thread_local] = ACTIONS(2718), - [anon_sym_const] = ACTIONS(2718), - [anon_sym_volatile] = ACTIONS(2718), - [anon_sym_restrict] = ACTIONS(2718), - [anon_sym__Atomic] = ACTIONS(2718), - [anon_sym_mutable] = ACTIONS(2718), - [anon_sym_constexpr] = ACTIONS(2718), - [anon_sym_constinit] = ACTIONS(2718), - [anon_sym_consteval] = ACTIONS(2718), - [anon_sym_signed] = ACTIONS(2718), - [anon_sym_unsigned] = ACTIONS(2718), - [anon_sym_long] = ACTIONS(2718), - [anon_sym_short] = ACTIONS(2718), - [sym_primitive_type] = ACTIONS(2718), - [anon_sym_enum] = ACTIONS(2718), - [anon_sym_class] = ACTIONS(2718), - [anon_sym_struct] = ACTIONS(2718), - [anon_sym_union] = ACTIONS(2718), - [anon_sym_if] = ACTIONS(2718), - [anon_sym_switch] = ACTIONS(2718), - [anon_sym_case] = ACTIONS(2718), - [anon_sym_default] = ACTIONS(2718), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2718), - [anon_sym_return] = ACTIONS(2718), - [anon_sym_break] = ACTIONS(2718), - [anon_sym_continue] = ACTIONS(2718), - [anon_sym_goto] = ACTIONS(2718), - [anon_sym_not] = ACTIONS(2718), - [anon_sym_compl] = ACTIONS(2718), - [anon_sym_DASH_DASH] = ACTIONS(2720), - [anon_sym_PLUS_PLUS] = ACTIONS(2720), - [anon_sym_sizeof] = ACTIONS(2718), - [sym_number_literal] = ACTIONS(2720), - [anon_sym_L_SQUOTE] = ACTIONS(2720), - [anon_sym_u_SQUOTE] = ACTIONS(2720), - [anon_sym_U_SQUOTE] = ACTIONS(2720), - [anon_sym_u8_SQUOTE] = ACTIONS(2720), - [anon_sym_SQUOTE] = ACTIONS(2720), - [anon_sym_L_DQUOTE] = ACTIONS(2720), - [anon_sym_u_DQUOTE] = ACTIONS(2720), - [anon_sym_U_DQUOTE] = ACTIONS(2720), - [anon_sym_u8_DQUOTE] = ACTIONS(2720), - [anon_sym_DQUOTE] = ACTIONS(2720), - [sym_true] = ACTIONS(2718), - [sym_false] = ACTIONS(2718), - [sym_null] = ACTIONS(2718), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2718), - [anon_sym_decltype] = ACTIONS(2718), - [anon_sym_virtual] = ACTIONS(2718), - [anon_sym_explicit] = ACTIONS(2718), - [anon_sym_typename] = ACTIONS(2718), - [anon_sym_template] = ACTIONS(2718), - [anon_sym_operator] = ACTIONS(2718), - [anon_sym_try] = ACTIONS(2718), - [anon_sym_delete] = ACTIONS(2718), - [anon_sym_throw] = ACTIONS(2718), - [anon_sym_namespace] = ACTIONS(2718), - [anon_sym_using] = ACTIONS(2718), - [anon_sym_static_assert] = ACTIONS(2718), - [anon_sym_concept] = ACTIONS(2718), - [anon_sym_co_return] = ACTIONS(2718), - [anon_sym_co_yield] = ACTIONS(2718), - [anon_sym_R_DQUOTE] = ACTIONS(2720), - [anon_sym_LR_DQUOTE] = ACTIONS(2720), - [anon_sym_uR_DQUOTE] = ACTIONS(2720), - [anon_sym_UR_DQUOTE] = ACTIONS(2720), - [anon_sym_u8R_DQUOTE] = ACTIONS(2720), - [anon_sym_co_await] = ACTIONS(2718), - [anon_sym_new] = ACTIONS(2718), - [anon_sym_requires] = ACTIONS(2718), - [sym_this] = ACTIONS(2718), - [sym_nullptr] = ACTIONS(2718), + [ts_builtin_sym_end] = ACTIONS(2766), + [sym_identifier] = ACTIONS(2764), + [aux_sym_preproc_include_token1] = ACTIONS(2764), + [aux_sym_preproc_def_token1] = ACTIONS(2764), + [aux_sym_preproc_if_token1] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2764), + [sym_preproc_directive] = ACTIONS(2764), + [anon_sym_LPAREN2] = ACTIONS(2766), + [anon_sym_BANG] = ACTIONS(2766), + [anon_sym_TILDE] = ACTIONS(2766), + [anon_sym_DASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2764), + [anon_sym_STAR] = ACTIONS(2766), + [anon_sym_AMP_AMP] = ACTIONS(2766), + [anon_sym_AMP] = ACTIONS(2764), + [anon_sym_SEMI] = ACTIONS(2766), + [anon_sym_typedef] = ACTIONS(2764), + [anon_sym_extern] = ACTIONS(2764), + [anon_sym___attribute__] = ACTIONS(2764), + [anon_sym_COLON_COLON] = ACTIONS(2766), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2766), + [anon_sym___declspec] = ACTIONS(2764), + [anon_sym___based] = ACTIONS(2764), + [anon_sym___cdecl] = ACTIONS(2764), + [anon_sym___clrcall] = ACTIONS(2764), + [anon_sym___stdcall] = ACTIONS(2764), + [anon_sym___fastcall] = ACTIONS(2764), + [anon_sym___thiscall] = ACTIONS(2764), + [anon_sym___vectorcall] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2766), + [anon_sym_LBRACK] = ACTIONS(2764), + [anon_sym_static] = ACTIONS(2764), + [anon_sym_register] = ACTIONS(2764), + [anon_sym_inline] = ACTIONS(2764), + [anon_sym_thread_local] = ACTIONS(2764), + [anon_sym_const] = ACTIONS(2764), + [anon_sym_volatile] = ACTIONS(2764), + [anon_sym_restrict] = ACTIONS(2764), + [anon_sym__Atomic] = ACTIONS(2764), + [anon_sym_mutable] = ACTIONS(2764), + [anon_sym_constexpr] = ACTIONS(2764), + [anon_sym_constinit] = ACTIONS(2764), + [anon_sym_consteval] = ACTIONS(2764), + [anon_sym_signed] = ACTIONS(2764), + [anon_sym_unsigned] = ACTIONS(2764), + [anon_sym_long] = ACTIONS(2764), + [anon_sym_short] = ACTIONS(2764), + [sym_primitive_type] = ACTIONS(2764), + [anon_sym_enum] = ACTIONS(2764), + [anon_sym_class] = ACTIONS(2764), + [anon_sym_struct] = ACTIONS(2764), + [anon_sym_union] = ACTIONS(2764), + [anon_sym_if] = ACTIONS(2764), + [anon_sym_switch] = ACTIONS(2764), + [anon_sym_case] = ACTIONS(2764), + [anon_sym_default] = ACTIONS(2764), + [anon_sym_while] = ACTIONS(2764), + [anon_sym_do] = ACTIONS(2764), + [anon_sym_for] = ACTIONS(2764), + [anon_sym_return] = ACTIONS(2764), + [anon_sym_break] = ACTIONS(2764), + [anon_sym_continue] = ACTIONS(2764), + [anon_sym_goto] = ACTIONS(2764), + [anon_sym_not] = ACTIONS(2764), + [anon_sym_compl] = ACTIONS(2764), + [anon_sym_DASH_DASH] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_sizeof] = ACTIONS(2764), + [sym_number_literal] = ACTIONS(2766), + [anon_sym_L_SQUOTE] = ACTIONS(2766), + [anon_sym_u_SQUOTE] = ACTIONS(2766), + [anon_sym_U_SQUOTE] = ACTIONS(2766), + [anon_sym_u8_SQUOTE] = ACTIONS(2766), + [anon_sym_SQUOTE] = ACTIONS(2766), + [anon_sym_L_DQUOTE] = ACTIONS(2766), + [anon_sym_u_DQUOTE] = ACTIONS(2766), + [anon_sym_U_DQUOTE] = ACTIONS(2766), + [anon_sym_u8_DQUOTE] = ACTIONS(2766), + [anon_sym_DQUOTE] = ACTIONS(2766), + [sym_true] = ACTIONS(2764), + [sym_false] = ACTIONS(2764), + [sym_null] = ACTIONS(2764), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2764), + [anon_sym_decltype] = ACTIONS(2764), + [anon_sym_virtual] = ACTIONS(2764), + [anon_sym_explicit] = ACTIONS(2764), + [anon_sym_typename] = ACTIONS(2764), + [anon_sym_template] = ACTIONS(2764), + [anon_sym_operator] = ACTIONS(2764), + [anon_sym_try] = ACTIONS(2764), + [anon_sym_delete] = ACTIONS(2764), + [anon_sym_throw] = ACTIONS(2764), + [anon_sym_namespace] = ACTIONS(2764), + [anon_sym_using] = ACTIONS(2764), + [anon_sym_static_assert] = ACTIONS(2764), + [anon_sym_concept] = ACTIONS(2764), + [anon_sym_co_return] = ACTIONS(2764), + [anon_sym_co_yield] = ACTIONS(2764), + [anon_sym_R_DQUOTE] = ACTIONS(2766), + [anon_sym_LR_DQUOTE] = ACTIONS(2766), + [anon_sym_uR_DQUOTE] = ACTIONS(2766), + [anon_sym_UR_DQUOTE] = ACTIONS(2766), + [anon_sym_u8R_DQUOTE] = ACTIONS(2766), + [anon_sym_co_await] = ACTIONS(2764), + [anon_sym_new] = ACTIONS(2764), + [anon_sym_requires] = ACTIONS(2764), + [sym_this] = ACTIONS(2764), + [sym_nullptr] = ACTIONS(2764), }, [956] = { - [ts_builtin_sym_end] = ACTIONS(2844), - [sym_identifier] = ACTIONS(2842), - [aux_sym_preproc_include_token1] = ACTIONS(2842), - [aux_sym_preproc_def_token1] = ACTIONS(2842), - [aux_sym_preproc_if_token1] = ACTIONS(2842), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2842), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2842), - [sym_preproc_directive] = ACTIONS(2842), - [anon_sym_LPAREN2] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2844), - [anon_sym_TILDE] = ACTIONS(2844), - [anon_sym_DASH] = ACTIONS(2842), - [anon_sym_PLUS] = ACTIONS(2842), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP_AMP] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2842), - [anon_sym_SEMI] = ACTIONS(2844), - [anon_sym_typedef] = ACTIONS(2842), - [anon_sym_extern] = ACTIONS(2842), - [anon_sym___attribute__] = ACTIONS(2842), - [anon_sym_COLON_COLON] = ACTIONS(2844), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2844), - [anon_sym___declspec] = ACTIONS(2842), - [anon_sym___based] = ACTIONS(2842), - [anon_sym___cdecl] = ACTIONS(2842), - [anon_sym___clrcall] = ACTIONS(2842), - [anon_sym___stdcall] = ACTIONS(2842), - [anon_sym___fastcall] = ACTIONS(2842), - [anon_sym___thiscall] = ACTIONS(2842), - [anon_sym___vectorcall] = ACTIONS(2842), - [anon_sym_LBRACE] = ACTIONS(2844), - [anon_sym_LBRACK] = ACTIONS(2842), - [anon_sym_static] = ACTIONS(2842), - [anon_sym_register] = ACTIONS(2842), - [anon_sym_inline] = ACTIONS(2842), - [anon_sym_thread_local] = ACTIONS(2842), - [anon_sym_const] = ACTIONS(2842), - [anon_sym_volatile] = ACTIONS(2842), - [anon_sym_restrict] = ACTIONS(2842), - [anon_sym__Atomic] = ACTIONS(2842), - [anon_sym_mutable] = ACTIONS(2842), - [anon_sym_constexpr] = ACTIONS(2842), - [anon_sym_constinit] = ACTIONS(2842), - [anon_sym_consteval] = ACTIONS(2842), - [anon_sym_signed] = ACTIONS(2842), - [anon_sym_unsigned] = ACTIONS(2842), - [anon_sym_long] = ACTIONS(2842), - [anon_sym_short] = ACTIONS(2842), - [sym_primitive_type] = ACTIONS(2842), - [anon_sym_enum] = ACTIONS(2842), - [anon_sym_class] = ACTIONS(2842), - [anon_sym_struct] = ACTIONS(2842), - [anon_sym_union] = ACTIONS(2842), - [anon_sym_if] = ACTIONS(2842), - [anon_sym_switch] = ACTIONS(2842), - [anon_sym_case] = ACTIONS(2842), - [anon_sym_default] = ACTIONS(2842), - [anon_sym_while] = ACTIONS(2842), - [anon_sym_do] = ACTIONS(2842), - [anon_sym_for] = ACTIONS(2842), - [anon_sym_return] = ACTIONS(2842), - [anon_sym_break] = ACTIONS(2842), - [anon_sym_continue] = ACTIONS(2842), - [anon_sym_goto] = ACTIONS(2842), - [anon_sym_not] = ACTIONS(2842), - [anon_sym_compl] = ACTIONS(2842), - [anon_sym_DASH_DASH] = ACTIONS(2844), - [anon_sym_PLUS_PLUS] = ACTIONS(2844), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2844), - [anon_sym_L_SQUOTE] = ACTIONS(2844), - [anon_sym_u_SQUOTE] = ACTIONS(2844), - [anon_sym_U_SQUOTE] = ACTIONS(2844), - [anon_sym_u8_SQUOTE] = ACTIONS(2844), - [anon_sym_SQUOTE] = ACTIONS(2844), - [anon_sym_L_DQUOTE] = ACTIONS(2844), - [anon_sym_u_DQUOTE] = ACTIONS(2844), - [anon_sym_U_DQUOTE] = ACTIONS(2844), - [anon_sym_u8_DQUOTE] = ACTIONS(2844), - [anon_sym_DQUOTE] = ACTIONS(2844), - [sym_true] = ACTIONS(2842), - [sym_false] = ACTIONS(2842), - [sym_null] = ACTIONS(2842), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2842), - [anon_sym_decltype] = ACTIONS(2842), - [anon_sym_virtual] = ACTIONS(2842), - [anon_sym_explicit] = ACTIONS(2842), - [anon_sym_typename] = ACTIONS(2842), - [anon_sym_template] = ACTIONS(2842), - [anon_sym_operator] = ACTIONS(2842), - [anon_sym_try] = ACTIONS(2842), - [anon_sym_delete] = ACTIONS(2842), - [anon_sym_throw] = ACTIONS(2842), - [anon_sym_namespace] = ACTIONS(2842), - [anon_sym_using] = ACTIONS(2842), - [anon_sym_static_assert] = ACTIONS(2842), - [anon_sym_concept] = ACTIONS(2842), - [anon_sym_co_return] = ACTIONS(2842), - [anon_sym_co_yield] = ACTIONS(2842), - [anon_sym_R_DQUOTE] = ACTIONS(2844), - [anon_sym_LR_DQUOTE] = ACTIONS(2844), - [anon_sym_uR_DQUOTE] = ACTIONS(2844), - [anon_sym_UR_DQUOTE] = ACTIONS(2844), - [anon_sym_u8R_DQUOTE] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2842), - [anon_sym_requires] = ACTIONS(2842), - [sym_this] = ACTIONS(2842), - [sym_nullptr] = ACTIONS(2842), + [sym_identifier] = ACTIONS(2748), + [aux_sym_preproc_include_token1] = ACTIONS(2748), + [aux_sym_preproc_def_token1] = ACTIONS(2748), + [aux_sym_preproc_if_token1] = ACTIONS(2748), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2748), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2748), + [sym_preproc_directive] = ACTIONS(2748), + [anon_sym_LPAREN2] = ACTIONS(2750), + [anon_sym_BANG] = ACTIONS(2750), + [anon_sym_TILDE] = ACTIONS(2750), + [anon_sym_DASH] = ACTIONS(2748), + [anon_sym_PLUS] = ACTIONS(2748), + [anon_sym_STAR] = ACTIONS(2750), + [anon_sym_AMP_AMP] = ACTIONS(2750), + [anon_sym_AMP] = ACTIONS(2748), + [anon_sym_SEMI] = ACTIONS(2750), + [anon_sym_typedef] = ACTIONS(2748), + [anon_sym_extern] = ACTIONS(2748), + [anon_sym___attribute__] = ACTIONS(2748), + [anon_sym_COLON_COLON] = ACTIONS(2750), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2750), + [anon_sym___declspec] = ACTIONS(2748), + [anon_sym___based] = ACTIONS(2748), + [anon_sym___cdecl] = ACTIONS(2748), + [anon_sym___clrcall] = ACTIONS(2748), + [anon_sym___stdcall] = ACTIONS(2748), + [anon_sym___fastcall] = ACTIONS(2748), + [anon_sym___thiscall] = ACTIONS(2748), + [anon_sym___vectorcall] = ACTIONS(2748), + [anon_sym_LBRACE] = ACTIONS(2750), + [anon_sym_RBRACE] = ACTIONS(2750), + [anon_sym_LBRACK] = ACTIONS(2748), + [anon_sym_static] = ACTIONS(2748), + [anon_sym_register] = ACTIONS(2748), + [anon_sym_inline] = ACTIONS(2748), + [anon_sym_thread_local] = ACTIONS(2748), + [anon_sym_const] = ACTIONS(2748), + [anon_sym_volatile] = ACTIONS(2748), + [anon_sym_restrict] = ACTIONS(2748), + [anon_sym__Atomic] = ACTIONS(2748), + [anon_sym_mutable] = ACTIONS(2748), + [anon_sym_constexpr] = ACTIONS(2748), + [anon_sym_constinit] = ACTIONS(2748), + [anon_sym_consteval] = ACTIONS(2748), + [anon_sym_signed] = ACTIONS(2748), + [anon_sym_unsigned] = ACTIONS(2748), + [anon_sym_long] = ACTIONS(2748), + [anon_sym_short] = ACTIONS(2748), + [sym_primitive_type] = ACTIONS(2748), + [anon_sym_enum] = ACTIONS(2748), + [anon_sym_class] = ACTIONS(2748), + [anon_sym_struct] = ACTIONS(2748), + [anon_sym_union] = ACTIONS(2748), + [anon_sym_if] = ACTIONS(2748), + [anon_sym_switch] = ACTIONS(2748), + [anon_sym_case] = ACTIONS(2748), + [anon_sym_default] = ACTIONS(2748), + [anon_sym_while] = ACTIONS(2748), + [anon_sym_do] = ACTIONS(2748), + [anon_sym_for] = ACTIONS(2748), + [anon_sym_return] = ACTIONS(2748), + [anon_sym_break] = ACTIONS(2748), + [anon_sym_continue] = ACTIONS(2748), + [anon_sym_goto] = ACTIONS(2748), + [anon_sym_not] = ACTIONS(2748), + [anon_sym_compl] = ACTIONS(2748), + [anon_sym_DASH_DASH] = ACTIONS(2750), + [anon_sym_PLUS_PLUS] = ACTIONS(2750), + [anon_sym_sizeof] = ACTIONS(2748), + [sym_number_literal] = ACTIONS(2750), + [anon_sym_L_SQUOTE] = ACTIONS(2750), + [anon_sym_u_SQUOTE] = ACTIONS(2750), + [anon_sym_U_SQUOTE] = ACTIONS(2750), + [anon_sym_u8_SQUOTE] = ACTIONS(2750), + [anon_sym_SQUOTE] = ACTIONS(2750), + [anon_sym_L_DQUOTE] = ACTIONS(2750), + [anon_sym_u_DQUOTE] = ACTIONS(2750), + [anon_sym_U_DQUOTE] = ACTIONS(2750), + [anon_sym_u8_DQUOTE] = ACTIONS(2750), + [anon_sym_DQUOTE] = ACTIONS(2750), + [sym_true] = ACTIONS(2748), + [sym_false] = ACTIONS(2748), + [sym_null] = ACTIONS(2748), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2748), + [anon_sym_decltype] = ACTIONS(2748), + [anon_sym_virtual] = ACTIONS(2748), + [anon_sym_explicit] = ACTIONS(2748), + [anon_sym_typename] = ACTIONS(2748), + [anon_sym_template] = ACTIONS(2748), + [anon_sym_operator] = ACTIONS(2748), + [anon_sym_try] = ACTIONS(2748), + [anon_sym_delete] = ACTIONS(2748), + [anon_sym_throw] = ACTIONS(2748), + [anon_sym_namespace] = ACTIONS(2748), + [anon_sym_using] = ACTIONS(2748), + [anon_sym_static_assert] = ACTIONS(2748), + [anon_sym_concept] = ACTIONS(2748), + [anon_sym_co_return] = ACTIONS(2748), + [anon_sym_co_yield] = ACTIONS(2748), + [anon_sym_R_DQUOTE] = ACTIONS(2750), + [anon_sym_LR_DQUOTE] = ACTIONS(2750), + [anon_sym_uR_DQUOTE] = ACTIONS(2750), + [anon_sym_UR_DQUOTE] = ACTIONS(2750), + [anon_sym_u8R_DQUOTE] = ACTIONS(2750), + [anon_sym_co_await] = ACTIONS(2748), + [anon_sym_new] = ACTIONS(2748), + [anon_sym_requires] = ACTIONS(2748), + [sym_this] = ACTIONS(2748), + [sym_nullptr] = ACTIONS(2748), }, [957] = { - [sym_identifier] = ACTIONS(2782), - [aux_sym_preproc_include_token1] = ACTIONS(2782), - [aux_sym_preproc_def_token1] = ACTIONS(2782), - [aux_sym_preproc_if_token1] = ACTIONS(2782), - [aux_sym_preproc_if_token2] = ACTIONS(2782), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2782), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2782), - [sym_preproc_directive] = ACTIONS(2782), - [anon_sym_LPAREN2] = ACTIONS(2784), - [anon_sym_BANG] = ACTIONS(2784), - [anon_sym_TILDE] = ACTIONS(2784), - [anon_sym_DASH] = ACTIONS(2782), - [anon_sym_PLUS] = ACTIONS(2782), - [anon_sym_STAR] = ACTIONS(2784), - [anon_sym_AMP_AMP] = ACTIONS(2784), - [anon_sym_AMP] = ACTIONS(2782), - [anon_sym_SEMI] = ACTIONS(2784), - [anon_sym_typedef] = ACTIONS(2782), - [anon_sym_extern] = ACTIONS(2782), - [anon_sym___attribute__] = ACTIONS(2782), - [anon_sym_COLON_COLON] = ACTIONS(2784), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2784), - [anon_sym___declspec] = ACTIONS(2782), - [anon_sym___based] = ACTIONS(2782), - [anon_sym___cdecl] = ACTIONS(2782), - [anon_sym___clrcall] = ACTIONS(2782), - [anon_sym___stdcall] = ACTIONS(2782), - [anon_sym___fastcall] = ACTIONS(2782), - [anon_sym___thiscall] = ACTIONS(2782), - [anon_sym___vectorcall] = ACTIONS(2782), - [anon_sym_LBRACE] = ACTIONS(2784), - [anon_sym_LBRACK] = ACTIONS(2782), - [anon_sym_static] = ACTIONS(2782), - [anon_sym_register] = ACTIONS(2782), - [anon_sym_inline] = ACTIONS(2782), - [anon_sym_thread_local] = ACTIONS(2782), - [anon_sym_const] = ACTIONS(2782), - [anon_sym_volatile] = ACTIONS(2782), - [anon_sym_restrict] = ACTIONS(2782), - [anon_sym__Atomic] = ACTIONS(2782), - [anon_sym_mutable] = ACTIONS(2782), - [anon_sym_constexpr] = ACTIONS(2782), - [anon_sym_constinit] = ACTIONS(2782), - [anon_sym_consteval] = ACTIONS(2782), - [anon_sym_signed] = ACTIONS(2782), - [anon_sym_unsigned] = ACTIONS(2782), - [anon_sym_long] = ACTIONS(2782), - [anon_sym_short] = ACTIONS(2782), - [sym_primitive_type] = ACTIONS(2782), - [anon_sym_enum] = ACTIONS(2782), - [anon_sym_class] = ACTIONS(2782), - [anon_sym_struct] = ACTIONS(2782), - [anon_sym_union] = ACTIONS(2782), - [anon_sym_if] = ACTIONS(2782), - [anon_sym_switch] = ACTIONS(2782), - [anon_sym_case] = ACTIONS(2782), - [anon_sym_default] = ACTIONS(2782), - [anon_sym_while] = ACTIONS(2782), - [anon_sym_do] = ACTIONS(2782), - [anon_sym_for] = ACTIONS(2782), - [anon_sym_return] = ACTIONS(2782), - [anon_sym_break] = ACTIONS(2782), - [anon_sym_continue] = ACTIONS(2782), - [anon_sym_goto] = ACTIONS(2782), - [anon_sym_not] = ACTIONS(2782), - [anon_sym_compl] = ACTIONS(2782), - [anon_sym_DASH_DASH] = ACTIONS(2784), - [anon_sym_PLUS_PLUS] = ACTIONS(2784), - [anon_sym_sizeof] = ACTIONS(2782), - [sym_number_literal] = ACTIONS(2784), - [anon_sym_L_SQUOTE] = ACTIONS(2784), - [anon_sym_u_SQUOTE] = ACTIONS(2784), - [anon_sym_U_SQUOTE] = ACTIONS(2784), - [anon_sym_u8_SQUOTE] = ACTIONS(2784), - [anon_sym_SQUOTE] = ACTIONS(2784), - [anon_sym_L_DQUOTE] = ACTIONS(2784), - [anon_sym_u_DQUOTE] = ACTIONS(2784), - [anon_sym_U_DQUOTE] = ACTIONS(2784), - [anon_sym_u8_DQUOTE] = ACTIONS(2784), - [anon_sym_DQUOTE] = ACTIONS(2784), - [sym_true] = ACTIONS(2782), - [sym_false] = ACTIONS(2782), - [sym_null] = ACTIONS(2782), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2782), - [anon_sym_decltype] = ACTIONS(2782), - [anon_sym_virtual] = ACTIONS(2782), - [anon_sym_explicit] = ACTIONS(2782), - [anon_sym_typename] = ACTIONS(2782), - [anon_sym_template] = ACTIONS(2782), - [anon_sym_operator] = ACTIONS(2782), - [anon_sym_try] = ACTIONS(2782), - [anon_sym_delete] = ACTIONS(2782), - [anon_sym_throw] = ACTIONS(2782), - [anon_sym_namespace] = ACTIONS(2782), - [anon_sym_using] = ACTIONS(2782), - [anon_sym_static_assert] = ACTIONS(2782), - [anon_sym_concept] = ACTIONS(2782), - [anon_sym_co_return] = ACTIONS(2782), - [anon_sym_co_yield] = ACTIONS(2782), - [anon_sym_R_DQUOTE] = ACTIONS(2784), - [anon_sym_LR_DQUOTE] = ACTIONS(2784), - [anon_sym_uR_DQUOTE] = ACTIONS(2784), - [anon_sym_UR_DQUOTE] = ACTIONS(2784), - [anon_sym_u8R_DQUOTE] = ACTIONS(2784), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2782), - [anon_sym_requires] = ACTIONS(2782), - [sym_this] = ACTIONS(2782), - [sym_nullptr] = ACTIONS(2782), + [sym_identifier] = ACTIONS(2684), + [aux_sym_preproc_include_token1] = ACTIONS(2684), + [aux_sym_preproc_def_token1] = ACTIONS(2684), + [aux_sym_preproc_if_token1] = ACTIONS(2684), + [aux_sym_preproc_if_token2] = ACTIONS(2684), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2684), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2684), + [sym_preproc_directive] = ACTIONS(2684), + [anon_sym_LPAREN2] = ACTIONS(2686), + [anon_sym_BANG] = ACTIONS(2686), + [anon_sym_TILDE] = ACTIONS(2686), + [anon_sym_DASH] = ACTIONS(2684), + [anon_sym_PLUS] = ACTIONS(2684), + [anon_sym_STAR] = ACTIONS(2686), + [anon_sym_AMP_AMP] = ACTIONS(2686), + [anon_sym_AMP] = ACTIONS(2684), + [anon_sym_SEMI] = ACTIONS(2686), + [anon_sym_typedef] = ACTIONS(2684), + [anon_sym_extern] = ACTIONS(2684), + [anon_sym___attribute__] = ACTIONS(2684), + [anon_sym_COLON_COLON] = ACTIONS(2686), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2686), + [anon_sym___declspec] = ACTIONS(2684), + [anon_sym___based] = ACTIONS(2684), + [anon_sym___cdecl] = ACTIONS(2684), + [anon_sym___clrcall] = ACTIONS(2684), + [anon_sym___stdcall] = ACTIONS(2684), + [anon_sym___fastcall] = ACTIONS(2684), + [anon_sym___thiscall] = ACTIONS(2684), + [anon_sym___vectorcall] = ACTIONS(2684), + [anon_sym_LBRACE] = ACTIONS(2686), + [anon_sym_LBRACK] = ACTIONS(2684), + [anon_sym_static] = ACTIONS(2684), + [anon_sym_register] = ACTIONS(2684), + [anon_sym_inline] = ACTIONS(2684), + [anon_sym_thread_local] = ACTIONS(2684), + [anon_sym_const] = ACTIONS(2684), + [anon_sym_volatile] = ACTIONS(2684), + [anon_sym_restrict] = ACTIONS(2684), + [anon_sym__Atomic] = ACTIONS(2684), + [anon_sym_mutable] = ACTIONS(2684), + [anon_sym_constexpr] = ACTIONS(2684), + [anon_sym_constinit] = ACTIONS(2684), + [anon_sym_consteval] = ACTIONS(2684), + [anon_sym_signed] = ACTIONS(2684), + [anon_sym_unsigned] = ACTIONS(2684), + [anon_sym_long] = ACTIONS(2684), + [anon_sym_short] = ACTIONS(2684), + [sym_primitive_type] = ACTIONS(2684), + [anon_sym_enum] = ACTIONS(2684), + [anon_sym_class] = ACTIONS(2684), + [anon_sym_struct] = ACTIONS(2684), + [anon_sym_union] = ACTIONS(2684), + [anon_sym_if] = ACTIONS(2684), + [anon_sym_switch] = ACTIONS(2684), + [anon_sym_case] = ACTIONS(2684), + [anon_sym_default] = ACTIONS(2684), + [anon_sym_while] = ACTIONS(2684), + [anon_sym_do] = ACTIONS(2684), + [anon_sym_for] = ACTIONS(2684), + [anon_sym_return] = ACTIONS(2684), + [anon_sym_break] = ACTIONS(2684), + [anon_sym_continue] = ACTIONS(2684), + [anon_sym_goto] = ACTIONS(2684), + [anon_sym_not] = ACTIONS(2684), + [anon_sym_compl] = ACTIONS(2684), + [anon_sym_DASH_DASH] = ACTIONS(2686), + [anon_sym_PLUS_PLUS] = ACTIONS(2686), + [anon_sym_sizeof] = ACTIONS(2684), + [sym_number_literal] = ACTIONS(2686), + [anon_sym_L_SQUOTE] = ACTIONS(2686), + [anon_sym_u_SQUOTE] = ACTIONS(2686), + [anon_sym_U_SQUOTE] = ACTIONS(2686), + [anon_sym_u8_SQUOTE] = ACTIONS(2686), + [anon_sym_SQUOTE] = ACTIONS(2686), + [anon_sym_L_DQUOTE] = ACTIONS(2686), + [anon_sym_u_DQUOTE] = ACTIONS(2686), + [anon_sym_U_DQUOTE] = ACTIONS(2686), + [anon_sym_u8_DQUOTE] = ACTIONS(2686), + [anon_sym_DQUOTE] = ACTIONS(2686), + [sym_true] = ACTIONS(2684), + [sym_false] = ACTIONS(2684), + [sym_null] = ACTIONS(2684), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2684), + [anon_sym_decltype] = ACTIONS(2684), + [anon_sym_virtual] = ACTIONS(2684), + [anon_sym_explicit] = ACTIONS(2684), + [anon_sym_typename] = ACTIONS(2684), + [anon_sym_template] = ACTIONS(2684), + [anon_sym_operator] = ACTIONS(2684), + [anon_sym_try] = ACTIONS(2684), + [anon_sym_delete] = ACTIONS(2684), + [anon_sym_throw] = ACTIONS(2684), + [anon_sym_namespace] = ACTIONS(2684), + [anon_sym_using] = ACTIONS(2684), + [anon_sym_static_assert] = ACTIONS(2684), + [anon_sym_concept] = ACTIONS(2684), + [anon_sym_co_return] = ACTIONS(2684), + [anon_sym_co_yield] = ACTIONS(2684), + [anon_sym_R_DQUOTE] = ACTIONS(2686), + [anon_sym_LR_DQUOTE] = ACTIONS(2686), + [anon_sym_uR_DQUOTE] = ACTIONS(2686), + [anon_sym_UR_DQUOTE] = ACTIONS(2686), + [anon_sym_u8R_DQUOTE] = ACTIONS(2686), + [anon_sym_co_await] = ACTIONS(2684), + [anon_sym_new] = ACTIONS(2684), + [anon_sym_requires] = ACTIONS(2684), + [sym_this] = ACTIONS(2684), + [sym_nullptr] = ACTIONS(2684), }, [958] = { - [sym_identifier] = ACTIONS(2826), - [aux_sym_preproc_include_token1] = ACTIONS(2826), - [aux_sym_preproc_def_token1] = ACTIONS(2826), - [aux_sym_preproc_if_token1] = ACTIONS(2826), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2826), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2826), - [sym_preproc_directive] = ACTIONS(2826), - [anon_sym_LPAREN2] = ACTIONS(2828), - [anon_sym_BANG] = ACTIONS(2828), - [anon_sym_TILDE] = ACTIONS(2828), - [anon_sym_DASH] = ACTIONS(2826), - [anon_sym_PLUS] = ACTIONS(2826), - [anon_sym_STAR] = ACTIONS(2828), - [anon_sym_AMP_AMP] = ACTIONS(2828), - [anon_sym_AMP] = ACTIONS(2826), - [anon_sym_SEMI] = ACTIONS(2828), - [anon_sym_typedef] = ACTIONS(2826), - [anon_sym_extern] = ACTIONS(2826), - [anon_sym___attribute__] = ACTIONS(2826), - [anon_sym_COLON_COLON] = ACTIONS(2828), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2828), - [anon_sym___declspec] = ACTIONS(2826), - [anon_sym___based] = ACTIONS(2826), - [anon_sym___cdecl] = ACTIONS(2826), - [anon_sym___clrcall] = ACTIONS(2826), - [anon_sym___stdcall] = ACTIONS(2826), - [anon_sym___fastcall] = ACTIONS(2826), - [anon_sym___thiscall] = ACTIONS(2826), - [anon_sym___vectorcall] = ACTIONS(2826), - [anon_sym_LBRACE] = ACTIONS(2828), - [anon_sym_RBRACE] = ACTIONS(2828), - [anon_sym_LBRACK] = ACTIONS(2826), - [anon_sym_static] = ACTIONS(2826), - [anon_sym_register] = ACTIONS(2826), - [anon_sym_inline] = ACTIONS(2826), - [anon_sym_thread_local] = ACTIONS(2826), - [anon_sym_const] = ACTIONS(2826), - [anon_sym_volatile] = ACTIONS(2826), - [anon_sym_restrict] = ACTIONS(2826), - [anon_sym__Atomic] = ACTIONS(2826), - [anon_sym_mutable] = ACTIONS(2826), - [anon_sym_constexpr] = ACTIONS(2826), - [anon_sym_constinit] = ACTIONS(2826), - [anon_sym_consteval] = ACTIONS(2826), - [anon_sym_signed] = ACTIONS(2826), - [anon_sym_unsigned] = ACTIONS(2826), - [anon_sym_long] = ACTIONS(2826), - [anon_sym_short] = ACTIONS(2826), - [sym_primitive_type] = ACTIONS(2826), - [anon_sym_enum] = ACTIONS(2826), - [anon_sym_class] = ACTIONS(2826), - [anon_sym_struct] = ACTIONS(2826), - [anon_sym_union] = ACTIONS(2826), - [anon_sym_if] = ACTIONS(2826), - [anon_sym_switch] = ACTIONS(2826), - [anon_sym_case] = ACTIONS(2826), - [anon_sym_default] = ACTIONS(2826), - [anon_sym_while] = ACTIONS(2826), - [anon_sym_do] = ACTIONS(2826), - [anon_sym_for] = ACTIONS(2826), - [anon_sym_return] = ACTIONS(2826), - [anon_sym_break] = ACTIONS(2826), - [anon_sym_continue] = ACTIONS(2826), - [anon_sym_goto] = ACTIONS(2826), - [anon_sym_not] = ACTIONS(2826), - [anon_sym_compl] = ACTIONS(2826), - [anon_sym_DASH_DASH] = ACTIONS(2828), - [anon_sym_PLUS_PLUS] = ACTIONS(2828), - [anon_sym_sizeof] = ACTIONS(2826), - [sym_number_literal] = ACTIONS(2828), - [anon_sym_L_SQUOTE] = ACTIONS(2828), - [anon_sym_u_SQUOTE] = ACTIONS(2828), - [anon_sym_U_SQUOTE] = ACTIONS(2828), - [anon_sym_u8_SQUOTE] = ACTIONS(2828), - [anon_sym_SQUOTE] = ACTIONS(2828), - [anon_sym_L_DQUOTE] = ACTIONS(2828), - [anon_sym_u_DQUOTE] = ACTIONS(2828), - [anon_sym_U_DQUOTE] = ACTIONS(2828), - [anon_sym_u8_DQUOTE] = ACTIONS(2828), - [anon_sym_DQUOTE] = ACTIONS(2828), - [sym_true] = ACTIONS(2826), - [sym_false] = ACTIONS(2826), - [sym_null] = ACTIONS(2826), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2826), - [anon_sym_decltype] = ACTIONS(2826), - [anon_sym_virtual] = ACTIONS(2826), - [anon_sym_explicit] = ACTIONS(2826), - [anon_sym_typename] = ACTIONS(2826), - [anon_sym_template] = ACTIONS(2826), - [anon_sym_operator] = ACTIONS(2826), - [anon_sym_try] = ACTIONS(2826), - [anon_sym_delete] = ACTIONS(2826), - [anon_sym_throw] = ACTIONS(2826), - [anon_sym_namespace] = ACTIONS(2826), - [anon_sym_using] = ACTIONS(2826), - [anon_sym_static_assert] = ACTIONS(2826), - [anon_sym_concept] = ACTIONS(2826), - [anon_sym_co_return] = ACTIONS(2826), - [anon_sym_co_yield] = ACTIONS(2826), - [anon_sym_R_DQUOTE] = ACTIONS(2828), - [anon_sym_LR_DQUOTE] = ACTIONS(2828), - [anon_sym_uR_DQUOTE] = ACTIONS(2828), - [anon_sym_UR_DQUOTE] = ACTIONS(2828), - [anon_sym_u8R_DQUOTE] = ACTIONS(2828), - [anon_sym_co_await] = ACTIONS(2826), - [anon_sym_new] = ACTIONS(2826), - [anon_sym_requires] = ACTIONS(2826), - [sym_this] = ACTIONS(2826), - [sym_nullptr] = ACTIONS(2826), + [ts_builtin_sym_end] = ACTIONS(2678), + [sym_identifier] = ACTIONS(2676), + [aux_sym_preproc_include_token1] = ACTIONS(2676), + [aux_sym_preproc_def_token1] = ACTIONS(2676), + [aux_sym_preproc_if_token1] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2676), + [sym_preproc_directive] = ACTIONS(2676), + [anon_sym_LPAREN2] = ACTIONS(2678), + [anon_sym_BANG] = ACTIONS(2678), + [anon_sym_TILDE] = ACTIONS(2678), + [anon_sym_DASH] = ACTIONS(2676), + [anon_sym_PLUS] = ACTIONS(2676), + [anon_sym_STAR] = ACTIONS(2678), + [anon_sym_AMP_AMP] = ACTIONS(2678), + [anon_sym_AMP] = ACTIONS(2676), + [anon_sym_SEMI] = ACTIONS(2678), + [anon_sym_typedef] = ACTIONS(2676), + [anon_sym_extern] = ACTIONS(2676), + [anon_sym___attribute__] = ACTIONS(2676), + [anon_sym_COLON_COLON] = ACTIONS(2678), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2678), + [anon_sym___declspec] = ACTIONS(2676), + [anon_sym___based] = ACTIONS(2676), + [anon_sym___cdecl] = ACTIONS(2676), + [anon_sym___clrcall] = ACTIONS(2676), + [anon_sym___stdcall] = ACTIONS(2676), + [anon_sym___fastcall] = ACTIONS(2676), + [anon_sym___thiscall] = ACTIONS(2676), + [anon_sym___vectorcall] = ACTIONS(2676), + [anon_sym_LBRACE] = ACTIONS(2678), + [anon_sym_LBRACK] = ACTIONS(2676), + [anon_sym_static] = ACTIONS(2676), + [anon_sym_register] = ACTIONS(2676), + [anon_sym_inline] = ACTIONS(2676), + [anon_sym_thread_local] = ACTIONS(2676), + [anon_sym_const] = ACTIONS(2676), + [anon_sym_volatile] = ACTIONS(2676), + [anon_sym_restrict] = ACTIONS(2676), + [anon_sym__Atomic] = ACTIONS(2676), + [anon_sym_mutable] = ACTIONS(2676), + [anon_sym_constexpr] = ACTIONS(2676), + [anon_sym_constinit] = ACTIONS(2676), + [anon_sym_consteval] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2676), + [anon_sym_unsigned] = ACTIONS(2676), + [anon_sym_long] = ACTIONS(2676), + [anon_sym_short] = ACTIONS(2676), + [sym_primitive_type] = ACTIONS(2676), + [anon_sym_enum] = ACTIONS(2676), + [anon_sym_class] = ACTIONS(2676), + [anon_sym_struct] = ACTIONS(2676), + [anon_sym_union] = ACTIONS(2676), + [anon_sym_if] = ACTIONS(2676), + [anon_sym_switch] = ACTIONS(2676), + [anon_sym_case] = ACTIONS(2676), + [anon_sym_default] = ACTIONS(2676), + [anon_sym_while] = ACTIONS(2676), + [anon_sym_do] = ACTIONS(2676), + [anon_sym_for] = ACTIONS(2676), + [anon_sym_return] = ACTIONS(2676), + [anon_sym_break] = ACTIONS(2676), + [anon_sym_continue] = ACTIONS(2676), + [anon_sym_goto] = ACTIONS(2676), + [anon_sym_not] = ACTIONS(2676), + [anon_sym_compl] = ACTIONS(2676), + [anon_sym_DASH_DASH] = ACTIONS(2678), + [anon_sym_PLUS_PLUS] = ACTIONS(2678), + [anon_sym_sizeof] = ACTIONS(2676), + [sym_number_literal] = ACTIONS(2678), + [anon_sym_L_SQUOTE] = ACTIONS(2678), + [anon_sym_u_SQUOTE] = ACTIONS(2678), + [anon_sym_U_SQUOTE] = ACTIONS(2678), + [anon_sym_u8_SQUOTE] = ACTIONS(2678), + [anon_sym_SQUOTE] = ACTIONS(2678), + [anon_sym_L_DQUOTE] = ACTIONS(2678), + [anon_sym_u_DQUOTE] = ACTIONS(2678), + [anon_sym_U_DQUOTE] = ACTIONS(2678), + [anon_sym_u8_DQUOTE] = ACTIONS(2678), + [anon_sym_DQUOTE] = ACTIONS(2678), + [sym_true] = ACTIONS(2676), + [sym_false] = ACTIONS(2676), + [sym_null] = ACTIONS(2676), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2676), + [anon_sym_decltype] = ACTIONS(2676), + [anon_sym_virtual] = ACTIONS(2676), + [anon_sym_explicit] = ACTIONS(2676), + [anon_sym_typename] = ACTIONS(2676), + [anon_sym_template] = ACTIONS(2676), + [anon_sym_operator] = ACTIONS(2676), + [anon_sym_try] = ACTIONS(2676), + [anon_sym_delete] = ACTIONS(2676), + [anon_sym_throw] = ACTIONS(2676), + [anon_sym_namespace] = ACTIONS(2676), + [anon_sym_using] = ACTIONS(2676), + [anon_sym_static_assert] = ACTIONS(2676), + [anon_sym_concept] = ACTIONS(2676), + [anon_sym_co_return] = ACTIONS(2676), + [anon_sym_co_yield] = ACTIONS(2676), + [anon_sym_R_DQUOTE] = ACTIONS(2678), + [anon_sym_LR_DQUOTE] = ACTIONS(2678), + [anon_sym_uR_DQUOTE] = ACTIONS(2678), + [anon_sym_UR_DQUOTE] = ACTIONS(2678), + [anon_sym_u8R_DQUOTE] = ACTIONS(2678), + [anon_sym_co_await] = ACTIONS(2676), + [anon_sym_new] = ACTIONS(2676), + [anon_sym_requires] = ACTIONS(2676), + [sym_this] = ACTIONS(2676), + [sym_nullptr] = ACTIONS(2676), }, [959] = { - [sym_identifier] = ACTIONS(2822), - [aux_sym_preproc_include_token1] = ACTIONS(2822), - [aux_sym_preproc_def_token1] = ACTIONS(2822), - [aux_sym_preproc_if_token1] = ACTIONS(2822), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2822), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2822), - [sym_preproc_directive] = ACTIONS(2822), - [anon_sym_LPAREN2] = ACTIONS(2824), - [anon_sym_BANG] = ACTIONS(2824), - [anon_sym_TILDE] = ACTIONS(2824), - [anon_sym_DASH] = ACTIONS(2822), - [anon_sym_PLUS] = ACTIONS(2822), - [anon_sym_STAR] = ACTIONS(2824), - [anon_sym_AMP_AMP] = ACTIONS(2824), - [anon_sym_AMP] = ACTIONS(2822), - [anon_sym_SEMI] = ACTIONS(2824), - [anon_sym_typedef] = ACTIONS(2822), - [anon_sym_extern] = ACTIONS(2822), - [anon_sym___attribute__] = ACTIONS(2822), - [anon_sym_COLON_COLON] = ACTIONS(2824), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2824), - [anon_sym___declspec] = ACTIONS(2822), - [anon_sym___based] = ACTIONS(2822), - [anon_sym___cdecl] = ACTIONS(2822), - [anon_sym___clrcall] = ACTIONS(2822), - [anon_sym___stdcall] = ACTIONS(2822), - [anon_sym___fastcall] = ACTIONS(2822), - [anon_sym___thiscall] = ACTIONS(2822), - [anon_sym___vectorcall] = ACTIONS(2822), - [anon_sym_LBRACE] = ACTIONS(2824), - [anon_sym_RBRACE] = ACTIONS(2824), - [anon_sym_LBRACK] = ACTIONS(2822), - [anon_sym_static] = ACTIONS(2822), - [anon_sym_register] = ACTIONS(2822), - [anon_sym_inline] = ACTIONS(2822), - [anon_sym_thread_local] = ACTIONS(2822), - [anon_sym_const] = ACTIONS(2822), - [anon_sym_volatile] = ACTIONS(2822), - [anon_sym_restrict] = ACTIONS(2822), - [anon_sym__Atomic] = ACTIONS(2822), - [anon_sym_mutable] = ACTIONS(2822), - [anon_sym_constexpr] = ACTIONS(2822), - [anon_sym_constinit] = ACTIONS(2822), - [anon_sym_consteval] = ACTIONS(2822), - [anon_sym_signed] = ACTIONS(2822), - [anon_sym_unsigned] = ACTIONS(2822), - [anon_sym_long] = ACTIONS(2822), - [anon_sym_short] = ACTIONS(2822), - [sym_primitive_type] = ACTIONS(2822), - [anon_sym_enum] = ACTIONS(2822), - [anon_sym_class] = ACTIONS(2822), - [anon_sym_struct] = ACTIONS(2822), - [anon_sym_union] = ACTIONS(2822), - [anon_sym_if] = ACTIONS(2822), - [anon_sym_switch] = ACTIONS(2822), - [anon_sym_case] = ACTIONS(2822), - [anon_sym_default] = ACTIONS(2822), - [anon_sym_while] = ACTIONS(2822), - [anon_sym_do] = ACTIONS(2822), - [anon_sym_for] = ACTIONS(2822), - [anon_sym_return] = ACTIONS(2822), - [anon_sym_break] = ACTIONS(2822), - [anon_sym_continue] = ACTIONS(2822), - [anon_sym_goto] = ACTIONS(2822), - [anon_sym_not] = ACTIONS(2822), - [anon_sym_compl] = ACTIONS(2822), - [anon_sym_DASH_DASH] = ACTIONS(2824), - [anon_sym_PLUS_PLUS] = ACTIONS(2824), - [anon_sym_sizeof] = ACTIONS(2822), - [sym_number_literal] = ACTIONS(2824), - [anon_sym_L_SQUOTE] = ACTIONS(2824), - [anon_sym_u_SQUOTE] = ACTIONS(2824), - [anon_sym_U_SQUOTE] = ACTIONS(2824), - [anon_sym_u8_SQUOTE] = ACTIONS(2824), - [anon_sym_SQUOTE] = ACTIONS(2824), - [anon_sym_L_DQUOTE] = ACTIONS(2824), - [anon_sym_u_DQUOTE] = ACTIONS(2824), - [anon_sym_U_DQUOTE] = ACTIONS(2824), - [anon_sym_u8_DQUOTE] = ACTIONS(2824), - [anon_sym_DQUOTE] = ACTIONS(2824), - [sym_true] = ACTIONS(2822), - [sym_false] = ACTIONS(2822), - [sym_null] = ACTIONS(2822), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2822), - [anon_sym_decltype] = ACTIONS(2822), - [anon_sym_virtual] = ACTIONS(2822), - [anon_sym_explicit] = ACTIONS(2822), - [anon_sym_typename] = ACTIONS(2822), - [anon_sym_template] = ACTIONS(2822), - [anon_sym_operator] = ACTIONS(2822), - [anon_sym_try] = ACTIONS(2822), - [anon_sym_delete] = ACTIONS(2822), - [anon_sym_throw] = ACTIONS(2822), - [anon_sym_namespace] = ACTIONS(2822), - [anon_sym_using] = ACTIONS(2822), - [anon_sym_static_assert] = ACTIONS(2822), - [anon_sym_concept] = ACTIONS(2822), - [anon_sym_co_return] = ACTIONS(2822), - [anon_sym_co_yield] = ACTIONS(2822), - [anon_sym_R_DQUOTE] = ACTIONS(2824), - [anon_sym_LR_DQUOTE] = ACTIONS(2824), - [anon_sym_uR_DQUOTE] = ACTIONS(2824), - [anon_sym_UR_DQUOTE] = ACTIONS(2824), - [anon_sym_u8R_DQUOTE] = ACTIONS(2824), - [anon_sym_co_await] = ACTIONS(2822), - [anon_sym_new] = ACTIONS(2822), - [anon_sym_requires] = ACTIONS(2822), - [sym_this] = ACTIONS(2822), - [sym_nullptr] = ACTIONS(2822), + [sym_identifier] = ACTIONS(2668), + [aux_sym_preproc_include_token1] = ACTIONS(2668), + [aux_sym_preproc_def_token1] = ACTIONS(2668), + [aux_sym_preproc_if_token1] = ACTIONS(2668), + [aux_sym_preproc_if_token2] = ACTIONS(2668), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2668), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2668), + [sym_preproc_directive] = ACTIONS(2668), + [anon_sym_LPAREN2] = ACTIONS(2670), + [anon_sym_BANG] = ACTIONS(2670), + [anon_sym_TILDE] = ACTIONS(2670), + [anon_sym_DASH] = ACTIONS(2668), + [anon_sym_PLUS] = ACTIONS(2668), + [anon_sym_STAR] = ACTIONS(2670), + [anon_sym_AMP_AMP] = ACTIONS(2670), + [anon_sym_AMP] = ACTIONS(2668), + [anon_sym_SEMI] = ACTIONS(2670), + [anon_sym_typedef] = ACTIONS(2668), + [anon_sym_extern] = ACTIONS(2668), + [anon_sym___attribute__] = ACTIONS(2668), + [anon_sym_COLON_COLON] = ACTIONS(2670), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2670), + [anon_sym___declspec] = ACTIONS(2668), + [anon_sym___based] = ACTIONS(2668), + [anon_sym___cdecl] = ACTIONS(2668), + [anon_sym___clrcall] = ACTIONS(2668), + [anon_sym___stdcall] = ACTIONS(2668), + [anon_sym___fastcall] = ACTIONS(2668), + [anon_sym___thiscall] = ACTIONS(2668), + [anon_sym___vectorcall] = ACTIONS(2668), + [anon_sym_LBRACE] = ACTIONS(2670), + [anon_sym_LBRACK] = ACTIONS(2668), + [anon_sym_static] = ACTIONS(2668), + [anon_sym_register] = ACTIONS(2668), + [anon_sym_inline] = ACTIONS(2668), + [anon_sym_thread_local] = ACTIONS(2668), + [anon_sym_const] = ACTIONS(2668), + [anon_sym_volatile] = ACTIONS(2668), + [anon_sym_restrict] = ACTIONS(2668), + [anon_sym__Atomic] = ACTIONS(2668), + [anon_sym_mutable] = ACTIONS(2668), + [anon_sym_constexpr] = ACTIONS(2668), + [anon_sym_constinit] = ACTIONS(2668), + [anon_sym_consteval] = ACTIONS(2668), + [anon_sym_signed] = ACTIONS(2668), + [anon_sym_unsigned] = ACTIONS(2668), + [anon_sym_long] = ACTIONS(2668), + [anon_sym_short] = ACTIONS(2668), + [sym_primitive_type] = ACTIONS(2668), + [anon_sym_enum] = ACTIONS(2668), + [anon_sym_class] = ACTIONS(2668), + [anon_sym_struct] = ACTIONS(2668), + [anon_sym_union] = ACTIONS(2668), + [anon_sym_if] = ACTIONS(2668), + [anon_sym_switch] = ACTIONS(2668), + [anon_sym_case] = ACTIONS(2668), + [anon_sym_default] = ACTIONS(2668), + [anon_sym_while] = ACTIONS(2668), + [anon_sym_do] = ACTIONS(2668), + [anon_sym_for] = ACTIONS(2668), + [anon_sym_return] = ACTIONS(2668), + [anon_sym_break] = ACTIONS(2668), + [anon_sym_continue] = ACTIONS(2668), + [anon_sym_goto] = ACTIONS(2668), + [anon_sym_not] = ACTIONS(2668), + [anon_sym_compl] = ACTIONS(2668), + [anon_sym_DASH_DASH] = ACTIONS(2670), + [anon_sym_PLUS_PLUS] = ACTIONS(2670), + [anon_sym_sizeof] = ACTIONS(2668), + [sym_number_literal] = ACTIONS(2670), + [anon_sym_L_SQUOTE] = ACTIONS(2670), + [anon_sym_u_SQUOTE] = ACTIONS(2670), + [anon_sym_U_SQUOTE] = ACTIONS(2670), + [anon_sym_u8_SQUOTE] = ACTIONS(2670), + [anon_sym_SQUOTE] = ACTIONS(2670), + [anon_sym_L_DQUOTE] = ACTIONS(2670), + [anon_sym_u_DQUOTE] = ACTIONS(2670), + [anon_sym_U_DQUOTE] = ACTIONS(2670), + [anon_sym_u8_DQUOTE] = ACTIONS(2670), + [anon_sym_DQUOTE] = ACTIONS(2670), + [sym_true] = ACTIONS(2668), + [sym_false] = ACTIONS(2668), + [sym_null] = ACTIONS(2668), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2668), + [anon_sym_decltype] = ACTIONS(2668), + [anon_sym_virtual] = ACTIONS(2668), + [anon_sym_explicit] = ACTIONS(2668), + [anon_sym_typename] = ACTIONS(2668), + [anon_sym_template] = ACTIONS(2668), + [anon_sym_operator] = ACTIONS(2668), + [anon_sym_try] = ACTIONS(2668), + [anon_sym_delete] = ACTIONS(2668), + [anon_sym_throw] = ACTIONS(2668), + [anon_sym_namespace] = ACTIONS(2668), + [anon_sym_using] = ACTIONS(2668), + [anon_sym_static_assert] = ACTIONS(2668), + [anon_sym_concept] = ACTIONS(2668), + [anon_sym_co_return] = ACTIONS(2668), + [anon_sym_co_yield] = ACTIONS(2668), + [anon_sym_R_DQUOTE] = ACTIONS(2670), + [anon_sym_LR_DQUOTE] = ACTIONS(2670), + [anon_sym_uR_DQUOTE] = ACTIONS(2670), + [anon_sym_UR_DQUOTE] = ACTIONS(2670), + [anon_sym_u8R_DQUOTE] = ACTIONS(2670), + [anon_sym_co_await] = ACTIONS(2668), + [anon_sym_new] = ACTIONS(2668), + [anon_sym_requires] = ACTIONS(2668), + [sym_this] = ACTIONS(2668), + [sym_nullptr] = ACTIONS(2668), }, [960] = { - [ts_builtin_sym_end] = ACTIONS(2840), - [sym_identifier] = ACTIONS(2838), - [aux_sym_preproc_include_token1] = ACTIONS(2838), - [aux_sym_preproc_def_token1] = ACTIONS(2838), - [aux_sym_preproc_if_token1] = ACTIONS(2838), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2838), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2838), - [sym_preproc_directive] = ACTIONS(2838), - [anon_sym_LPAREN2] = ACTIONS(2840), - [anon_sym_BANG] = ACTIONS(2840), - [anon_sym_TILDE] = ACTIONS(2840), - [anon_sym_DASH] = ACTIONS(2838), - [anon_sym_PLUS] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2840), - [anon_sym_AMP_AMP] = ACTIONS(2840), - [anon_sym_AMP] = ACTIONS(2838), - [anon_sym_SEMI] = ACTIONS(2840), - [anon_sym_typedef] = ACTIONS(2838), - [anon_sym_extern] = ACTIONS(2838), - [anon_sym___attribute__] = ACTIONS(2838), - [anon_sym_COLON_COLON] = ACTIONS(2840), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2840), - [anon_sym___declspec] = ACTIONS(2838), - [anon_sym___based] = ACTIONS(2838), - [anon_sym___cdecl] = ACTIONS(2838), - [anon_sym___clrcall] = ACTIONS(2838), - [anon_sym___stdcall] = ACTIONS(2838), - [anon_sym___fastcall] = ACTIONS(2838), - [anon_sym___thiscall] = ACTIONS(2838), - [anon_sym___vectorcall] = ACTIONS(2838), - [anon_sym_LBRACE] = ACTIONS(2840), - [anon_sym_LBRACK] = ACTIONS(2838), - [anon_sym_static] = ACTIONS(2838), - [anon_sym_register] = ACTIONS(2838), - [anon_sym_inline] = ACTIONS(2838), - [anon_sym_thread_local] = ACTIONS(2838), - [anon_sym_const] = ACTIONS(2838), - [anon_sym_volatile] = ACTIONS(2838), - [anon_sym_restrict] = ACTIONS(2838), - [anon_sym__Atomic] = ACTIONS(2838), - [anon_sym_mutable] = ACTIONS(2838), - [anon_sym_constexpr] = ACTIONS(2838), - [anon_sym_constinit] = ACTIONS(2838), - [anon_sym_consteval] = ACTIONS(2838), - [anon_sym_signed] = ACTIONS(2838), - [anon_sym_unsigned] = ACTIONS(2838), - [anon_sym_long] = ACTIONS(2838), - [anon_sym_short] = ACTIONS(2838), - [sym_primitive_type] = ACTIONS(2838), - [anon_sym_enum] = ACTIONS(2838), - [anon_sym_class] = ACTIONS(2838), - [anon_sym_struct] = ACTIONS(2838), - [anon_sym_union] = ACTIONS(2838), - [anon_sym_if] = ACTIONS(2838), - [anon_sym_switch] = ACTIONS(2838), - [anon_sym_case] = ACTIONS(2838), - [anon_sym_default] = ACTIONS(2838), - [anon_sym_while] = ACTIONS(2838), - [anon_sym_do] = ACTIONS(2838), - [anon_sym_for] = ACTIONS(2838), - [anon_sym_return] = ACTIONS(2838), - [anon_sym_break] = ACTIONS(2838), - [anon_sym_continue] = ACTIONS(2838), - [anon_sym_goto] = ACTIONS(2838), - [anon_sym_not] = ACTIONS(2838), - [anon_sym_compl] = ACTIONS(2838), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2840), - [anon_sym_L_SQUOTE] = ACTIONS(2840), - [anon_sym_u_SQUOTE] = ACTIONS(2840), - [anon_sym_U_SQUOTE] = ACTIONS(2840), - [anon_sym_u8_SQUOTE] = ACTIONS(2840), - [anon_sym_SQUOTE] = ACTIONS(2840), - [anon_sym_L_DQUOTE] = ACTIONS(2840), - [anon_sym_u_DQUOTE] = ACTIONS(2840), - [anon_sym_U_DQUOTE] = ACTIONS(2840), - [anon_sym_u8_DQUOTE] = ACTIONS(2840), - [anon_sym_DQUOTE] = ACTIONS(2840), - [sym_true] = ACTIONS(2838), - [sym_false] = ACTIONS(2838), - [sym_null] = ACTIONS(2838), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2838), - [anon_sym_decltype] = ACTIONS(2838), - [anon_sym_virtual] = ACTIONS(2838), - [anon_sym_explicit] = ACTIONS(2838), - [anon_sym_typename] = ACTIONS(2838), - [anon_sym_template] = ACTIONS(2838), - [anon_sym_operator] = ACTIONS(2838), - [anon_sym_try] = ACTIONS(2838), - [anon_sym_delete] = ACTIONS(2838), - [anon_sym_throw] = ACTIONS(2838), - [anon_sym_namespace] = ACTIONS(2838), - [anon_sym_using] = ACTIONS(2838), - [anon_sym_static_assert] = ACTIONS(2838), - [anon_sym_concept] = ACTIONS(2838), - [anon_sym_co_return] = ACTIONS(2838), - [anon_sym_co_yield] = ACTIONS(2838), - [anon_sym_R_DQUOTE] = ACTIONS(2840), - [anon_sym_LR_DQUOTE] = ACTIONS(2840), - [anon_sym_uR_DQUOTE] = ACTIONS(2840), - [anon_sym_UR_DQUOTE] = ACTIONS(2840), - [anon_sym_u8R_DQUOTE] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2838), - [anon_sym_new] = ACTIONS(2838), - [anon_sym_requires] = ACTIONS(2838), - [sym_this] = ACTIONS(2838), - [sym_nullptr] = ACTIONS(2838), + [sym_identifier] = ACTIONS(2664), + [aux_sym_preproc_include_token1] = ACTIONS(2664), + [aux_sym_preproc_def_token1] = ACTIONS(2664), + [aux_sym_preproc_if_token1] = ACTIONS(2664), + [aux_sym_preproc_if_token2] = ACTIONS(2664), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2664), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2664), + [sym_preproc_directive] = ACTIONS(2664), + [anon_sym_LPAREN2] = ACTIONS(2666), + [anon_sym_BANG] = ACTIONS(2666), + [anon_sym_TILDE] = ACTIONS(2666), + [anon_sym_DASH] = ACTIONS(2664), + [anon_sym_PLUS] = ACTIONS(2664), + [anon_sym_STAR] = ACTIONS(2666), + [anon_sym_AMP_AMP] = ACTIONS(2666), + [anon_sym_AMP] = ACTIONS(2664), + [anon_sym_SEMI] = ACTIONS(2666), + [anon_sym_typedef] = ACTIONS(2664), + [anon_sym_extern] = ACTIONS(2664), + [anon_sym___attribute__] = ACTIONS(2664), + [anon_sym_COLON_COLON] = ACTIONS(2666), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2666), + [anon_sym___declspec] = ACTIONS(2664), + [anon_sym___based] = ACTIONS(2664), + [anon_sym___cdecl] = ACTIONS(2664), + [anon_sym___clrcall] = ACTIONS(2664), + [anon_sym___stdcall] = ACTIONS(2664), + [anon_sym___fastcall] = ACTIONS(2664), + [anon_sym___thiscall] = ACTIONS(2664), + [anon_sym___vectorcall] = ACTIONS(2664), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_LBRACK] = ACTIONS(2664), + [anon_sym_static] = ACTIONS(2664), + [anon_sym_register] = ACTIONS(2664), + [anon_sym_inline] = ACTIONS(2664), + [anon_sym_thread_local] = ACTIONS(2664), + [anon_sym_const] = ACTIONS(2664), + [anon_sym_volatile] = ACTIONS(2664), + [anon_sym_restrict] = ACTIONS(2664), + [anon_sym__Atomic] = ACTIONS(2664), + [anon_sym_mutable] = ACTIONS(2664), + [anon_sym_constexpr] = ACTIONS(2664), + [anon_sym_constinit] = ACTIONS(2664), + [anon_sym_consteval] = ACTIONS(2664), + [anon_sym_signed] = ACTIONS(2664), + [anon_sym_unsigned] = ACTIONS(2664), + [anon_sym_long] = ACTIONS(2664), + [anon_sym_short] = ACTIONS(2664), + [sym_primitive_type] = ACTIONS(2664), + [anon_sym_enum] = ACTIONS(2664), + [anon_sym_class] = ACTIONS(2664), + [anon_sym_struct] = ACTIONS(2664), + [anon_sym_union] = ACTIONS(2664), + [anon_sym_if] = ACTIONS(2664), + [anon_sym_switch] = ACTIONS(2664), + [anon_sym_case] = ACTIONS(2664), + [anon_sym_default] = ACTIONS(2664), + [anon_sym_while] = ACTIONS(2664), + [anon_sym_do] = ACTIONS(2664), + [anon_sym_for] = ACTIONS(2664), + [anon_sym_return] = ACTIONS(2664), + [anon_sym_break] = ACTIONS(2664), + [anon_sym_continue] = ACTIONS(2664), + [anon_sym_goto] = ACTIONS(2664), + [anon_sym_not] = ACTIONS(2664), + [anon_sym_compl] = ACTIONS(2664), + [anon_sym_DASH_DASH] = ACTIONS(2666), + [anon_sym_PLUS_PLUS] = ACTIONS(2666), + [anon_sym_sizeof] = ACTIONS(2664), + [sym_number_literal] = ACTIONS(2666), + [anon_sym_L_SQUOTE] = ACTIONS(2666), + [anon_sym_u_SQUOTE] = ACTIONS(2666), + [anon_sym_U_SQUOTE] = ACTIONS(2666), + [anon_sym_u8_SQUOTE] = ACTIONS(2666), + [anon_sym_SQUOTE] = ACTIONS(2666), + [anon_sym_L_DQUOTE] = ACTIONS(2666), + [anon_sym_u_DQUOTE] = ACTIONS(2666), + [anon_sym_U_DQUOTE] = ACTIONS(2666), + [anon_sym_u8_DQUOTE] = ACTIONS(2666), + [anon_sym_DQUOTE] = ACTIONS(2666), + [sym_true] = ACTIONS(2664), + [sym_false] = ACTIONS(2664), + [sym_null] = ACTIONS(2664), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2664), + [anon_sym_decltype] = ACTIONS(2664), + [anon_sym_virtual] = ACTIONS(2664), + [anon_sym_explicit] = ACTIONS(2664), + [anon_sym_typename] = ACTIONS(2664), + [anon_sym_template] = ACTIONS(2664), + [anon_sym_operator] = ACTIONS(2664), + [anon_sym_try] = ACTIONS(2664), + [anon_sym_delete] = ACTIONS(2664), + [anon_sym_throw] = ACTIONS(2664), + [anon_sym_namespace] = ACTIONS(2664), + [anon_sym_using] = ACTIONS(2664), + [anon_sym_static_assert] = ACTIONS(2664), + [anon_sym_concept] = ACTIONS(2664), + [anon_sym_co_return] = ACTIONS(2664), + [anon_sym_co_yield] = ACTIONS(2664), + [anon_sym_R_DQUOTE] = ACTIONS(2666), + [anon_sym_LR_DQUOTE] = ACTIONS(2666), + [anon_sym_uR_DQUOTE] = ACTIONS(2666), + [anon_sym_UR_DQUOTE] = ACTIONS(2666), + [anon_sym_u8R_DQUOTE] = ACTIONS(2666), + [anon_sym_co_await] = ACTIONS(2664), + [anon_sym_new] = ACTIONS(2664), + [anon_sym_requires] = ACTIONS(2664), + [sym_this] = ACTIONS(2664), + [sym_nullptr] = ACTIONS(2664), }, [961] = { - [sym_identifier] = ACTIONS(2710), - [aux_sym_preproc_include_token1] = ACTIONS(2710), - [aux_sym_preproc_def_token1] = ACTIONS(2710), - [aux_sym_preproc_if_token1] = ACTIONS(2710), - [aux_sym_preproc_if_token2] = ACTIONS(2710), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2710), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2710), - [sym_preproc_directive] = ACTIONS(2710), - [anon_sym_LPAREN2] = ACTIONS(2712), - [anon_sym_BANG] = ACTIONS(2712), - [anon_sym_TILDE] = ACTIONS(2712), - [anon_sym_DASH] = ACTIONS(2710), - [anon_sym_PLUS] = ACTIONS(2710), - [anon_sym_STAR] = ACTIONS(2712), - [anon_sym_AMP_AMP] = ACTIONS(2712), - [anon_sym_AMP] = ACTIONS(2710), - [anon_sym_SEMI] = ACTIONS(2712), - [anon_sym_typedef] = ACTIONS(2710), - [anon_sym_extern] = ACTIONS(2710), - [anon_sym___attribute__] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(2712), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2712), - [anon_sym___declspec] = ACTIONS(2710), - [anon_sym___based] = ACTIONS(2710), - [anon_sym___cdecl] = ACTIONS(2710), - [anon_sym___clrcall] = ACTIONS(2710), - [anon_sym___stdcall] = ACTIONS(2710), - [anon_sym___fastcall] = ACTIONS(2710), - [anon_sym___thiscall] = ACTIONS(2710), - [anon_sym___vectorcall] = ACTIONS(2710), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2710), - [anon_sym_static] = ACTIONS(2710), - [anon_sym_register] = ACTIONS(2710), - [anon_sym_inline] = ACTIONS(2710), - [anon_sym_thread_local] = ACTIONS(2710), - [anon_sym_const] = ACTIONS(2710), - [anon_sym_volatile] = ACTIONS(2710), - [anon_sym_restrict] = ACTIONS(2710), - [anon_sym__Atomic] = ACTIONS(2710), - [anon_sym_mutable] = ACTIONS(2710), - [anon_sym_constexpr] = ACTIONS(2710), - [anon_sym_constinit] = ACTIONS(2710), - [anon_sym_consteval] = ACTIONS(2710), - [anon_sym_signed] = ACTIONS(2710), - [anon_sym_unsigned] = ACTIONS(2710), - [anon_sym_long] = ACTIONS(2710), - [anon_sym_short] = ACTIONS(2710), - [sym_primitive_type] = ACTIONS(2710), - [anon_sym_enum] = ACTIONS(2710), - [anon_sym_class] = ACTIONS(2710), - [anon_sym_struct] = ACTIONS(2710), - [anon_sym_union] = ACTIONS(2710), - [anon_sym_if] = ACTIONS(2710), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2710), - [anon_sym_default] = ACTIONS(2710), - [anon_sym_while] = ACTIONS(2710), - [anon_sym_do] = ACTIONS(2710), - [anon_sym_for] = ACTIONS(2710), - [anon_sym_return] = ACTIONS(2710), - [anon_sym_break] = ACTIONS(2710), - [anon_sym_continue] = ACTIONS(2710), - [anon_sym_goto] = ACTIONS(2710), - [anon_sym_not] = ACTIONS(2710), - [anon_sym_compl] = ACTIONS(2710), - [anon_sym_DASH_DASH] = ACTIONS(2712), - [anon_sym_PLUS_PLUS] = ACTIONS(2712), - [anon_sym_sizeof] = ACTIONS(2710), - [sym_number_literal] = ACTIONS(2712), - [anon_sym_L_SQUOTE] = ACTIONS(2712), - [anon_sym_u_SQUOTE] = ACTIONS(2712), - [anon_sym_U_SQUOTE] = ACTIONS(2712), - [anon_sym_u8_SQUOTE] = ACTIONS(2712), - [anon_sym_SQUOTE] = ACTIONS(2712), - [anon_sym_L_DQUOTE] = ACTIONS(2712), - [anon_sym_u_DQUOTE] = ACTIONS(2712), - [anon_sym_U_DQUOTE] = ACTIONS(2712), - [anon_sym_u8_DQUOTE] = ACTIONS(2712), - [anon_sym_DQUOTE] = ACTIONS(2712), - [sym_true] = ACTIONS(2710), - [sym_false] = ACTIONS(2710), - [sym_null] = ACTIONS(2710), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2710), - [anon_sym_decltype] = ACTIONS(2710), - [anon_sym_virtual] = ACTIONS(2710), - [anon_sym_explicit] = ACTIONS(2710), - [anon_sym_typename] = ACTIONS(2710), - [anon_sym_template] = ACTIONS(2710), - [anon_sym_operator] = ACTIONS(2710), - [anon_sym_try] = ACTIONS(2710), - [anon_sym_delete] = ACTIONS(2710), - [anon_sym_throw] = ACTIONS(2710), - [anon_sym_namespace] = ACTIONS(2710), - [anon_sym_using] = ACTIONS(2710), - [anon_sym_static_assert] = ACTIONS(2710), - [anon_sym_concept] = ACTIONS(2710), - [anon_sym_co_return] = ACTIONS(2710), - [anon_sym_co_yield] = ACTIONS(2710), - [anon_sym_R_DQUOTE] = ACTIONS(2712), - [anon_sym_LR_DQUOTE] = ACTIONS(2712), - [anon_sym_uR_DQUOTE] = ACTIONS(2712), - [anon_sym_UR_DQUOTE] = ACTIONS(2712), - [anon_sym_u8R_DQUOTE] = ACTIONS(2712), - [anon_sym_co_await] = ACTIONS(2710), - [anon_sym_new] = ACTIONS(2710), - [anon_sym_requires] = ACTIONS(2710), - [sym_this] = ACTIONS(2710), - [sym_nullptr] = ACTIONS(2710), + [ts_builtin_sym_end] = ACTIONS(2678), + [sym_identifier] = ACTIONS(2676), + [aux_sym_preproc_include_token1] = ACTIONS(2676), + [aux_sym_preproc_def_token1] = ACTIONS(2676), + [aux_sym_preproc_if_token1] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2676), + [sym_preproc_directive] = ACTIONS(2676), + [anon_sym_LPAREN2] = ACTIONS(2678), + [anon_sym_BANG] = ACTIONS(2678), + [anon_sym_TILDE] = ACTIONS(2678), + [anon_sym_DASH] = ACTIONS(2676), + [anon_sym_PLUS] = ACTIONS(2676), + [anon_sym_STAR] = ACTIONS(2678), + [anon_sym_AMP_AMP] = ACTIONS(2678), + [anon_sym_AMP] = ACTIONS(2676), + [anon_sym_SEMI] = ACTIONS(2678), + [anon_sym_typedef] = ACTIONS(2676), + [anon_sym_extern] = ACTIONS(2676), + [anon_sym___attribute__] = ACTIONS(2676), + [anon_sym_COLON_COLON] = ACTIONS(2678), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2678), + [anon_sym___declspec] = ACTIONS(2676), + [anon_sym___based] = ACTIONS(2676), + [anon_sym___cdecl] = ACTIONS(2676), + [anon_sym___clrcall] = ACTIONS(2676), + [anon_sym___stdcall] = ACTIONS(2676), + [anon_sym___fastcall] = ACTIONS(2676), + [anon_sym___thiscall] = ACTIONS(2676), + [anon_sym___vectorcall] = ACTIONS(2676), + [anon_sym_LBRACE] = ACTIONS(2678), + [anon_sym_LBRACK] = ACTIONS(2676), + [anon_sym_static] = ACTIONS(2676), + [anon_sym_register] = ACTIONS(2676), + [anon_sym_inline] = ACTIONS(2676), + [anon_sym_thread_local] = ACTIONS(2676), + [anon_sym_const] = ACTIONS(2676), + [anon_sym_volatile] = ACTIONS(2676), + [anon_sym_restrict] = ACTIONS(2676), + [anon_sym__Atomic] = ACTIONS(2676), + [anon_sym_mutable] = ACTIONS(2676), + [anon_sym_constexpr] = ACTIONS(2676), + [anon_sym_constinit] = ACTIONS(2676), + [anon_sym_consteval] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2676), + [anon_sym_unsigned] = ACTIONS(2676), + [anon_sym_long] = ACTIONS(2676), + [anon_sym_short] = ACTIONS(2676), + [sym_primitive_type] = ACTIONS(2676), + [anon_sym_enum] = ACTIONS(2676), + [anon_sym_class] = ACTIONS(2676), + [anon_sym_struct] = ACTIONS(2676), + [anon_sym_union] = ACTIONS(2676), + [anon_sym_if] = ACTIONS(2676), + [anon_sym_switch] = ACTIONS(2676), + [anon_sym_case] = ACTIONS(2676), + [anon_sym_default] = ACTIONS(2676), + [anon_sym_while] = ACTIONS(2676), + [anon_sym_do] = ACTIONS(2676), + [anon_sym_for] = ACTIONS(2676), + [anon_sym_return] = ACTIONS(2676), + [anon_sym_break] = ACTIONS(2676), + [anon_sym_continue] = ACTIONS(2676), + [anon_sym_goto] = ACTIONS(2676), + [anon_sym_not] = ACTIONS(2676), + [anon_sym_compl] = ACTIONS(2676), + [anon_sym_DASH_DASH] = ACTIONS(2678), + [anon_sym_PLUS_PLUS] = ACTIONS(2678), + [anon_sym_sizeof] = ACTIONS(2676), + [sym_number_literal] = ACTIONS(2678), + [anon_sym_L_SQUOTE] = ACTIONS(2678), + [anon_sym_u_SQUOTE] = ACTIONS(2678), + [anon_sym_U_SQUOTE] = ACTIONS(2678), + [anon_sym_u8_SQUOTE] = ACTIONS(2678), + [anon_sym_SQUOTE] = ACTIONS(2678), + [anon_sym_L_DQUOTE] = ACTIONS(2678), + [anon_sym_u_DQUOTE] = ACTIONS(2678), + [anon_sym_U_DQUOTE] = ACTIONS(2678), + [anon_sym_u8_DQUOTE] = ACTIONS(2678), + [anon_sym_DQUOTE] = ACTIONS(2678), + [sym_true] = ACTIONS(2676), + [sym_false] = ACTIONS(2676), + [sym_null] = ACTIONS(2676), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2676), + [anon_sym_decltype] = ACTIONS(2676), + [anon_sym_virtual] = ACTIONS(2676), + [anon_sym_explicit] = ACTIONS(2676), + [anon_sym_typename] = ACTIONS(2676), + [anon_sym_template] = ACTIONS(2676), + [anon_sym_operator] = ACTIONS(2676), + [anon_sym_try] = ACTIONS(2676), + [anon_sym_delete] = ACTIONS(2676), + [anon_sym_throw] = ACTIONS(2676), + [anon_sym_namespace] = ACTIONS(2676), + [anon_sym_using] = ACTIONS(2676), + [anon_sym_static_assert] = ACTIONS(2676), + [anon_sym_concept] = ACTIONS(2676), + [anon_sym_co_return] = ACTIONS(2676), + [anon_sym_co_yield] = ACTIONS(2676), + [anon_sym_R_DQUOTE] = ACTIONS(2678), + [anon_sym_LR_DQUOTE] = ACTIONS(2678), + [anon_sym_uR_DQUOTE] = ACTIONS(2678), + [anon_sym_UR_DQUOTE] = ACTIONS(2678), + [anon_sym_u8R_DQUOTE] = ACTIONS(2678), + [anon_sym_co_await] = ACTIONS(2676), + [anon_sym_new] = ACTIONS(2676), + [anon_sym_requires] = ACTIONS(2676), + [sym_this] = ACTIONS(2676), + [sym_nullptr] = ACTIONS(2676), }, [962] = { - [sym_identifier] = ACTIONS(2718), - [aux_sym_preproc_include_token1] = ACTIONS(2718), - [aux_sym_preproc_def_token1] = ACTIONS(2718), - [aux_sym_preproc_if_token1] = ACTIONS(2718), - [aux_sym_preproc_if_token2] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2718), - [sym_preproc_directive] = ACTIONS(2718), - [anon_sym_LPAREN2] = ACTIONS(2720), - [anon_sym_BANG] = ACTIONS(2720), - [anon_sym_TILDE] = ACTIONS(2720), - [anon_sym_DASH] = ACTIONS(2718), - [anon_sym_PLUS] = ACTIONS(2718), - [anon_sym_STAR] = ACTIONS(2720), - [anon_sym_AMP_AMP] = ACTIONS(2720), - [anon_sym_AMP] = ACTIONS(2718), - [anon_sym_SEMI] = ACTIONS(2720), - [anon_sym_typedef] = ACTIONS(2718), - [anon_sym_extern] = ACTIONS(2718), - [anon_sym___attribute__] = ACTIONS(2718), - [anon_sym_COLON_COLON] = ACTIONS(2720), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2720), - [anon_sym___declspec] = ACTIONS(2718), - [anon_sym___based] = ACTIONS(2718), - [anon_sym___cdecl] = ACTIONS(2718), - [anon_sym___clrcall] = ACTIONS(2718), - [anon_sym___stdcall] = ACTIONS(2718), - [anon_sym___fastcall] = ACTIONS(2718), - [anon_sym___thiscall] = ACTIONS(2718), - [anon_sym___vectorcall] = ACTIONS(2718), - [anon_sym_LBRACE] = ACTIONS(2720), - [anon_sym_LBRACK] = ACTIONS(2718), - [anon_sym_static] = ACTIONS(2718), - [anon_sym_register] = ACTIONS(2718), - [anon_sym_inline] = ACTIONS(2718), - [anon_sym_thread_local] = ACTIONS(2718), - [anon_sym_const] = ACTIONS(2718), - [anon_sym_volatile] = ACTIONS(2718), - [anon_sym_restrict] = ACTIONS(2718), - [anon_sym__Atomic] = ACTIONS(2718), - [anon_sym_mutable] = ACTIONS(2718), - [anon_sym_constexpr] = ACTIONS(2718), - [anon_sym_constinit] = ACTIONS(2718), - [anon_sym_consteval] = ACTIONS(2718), - [anon_sym_signed] = ACTIONS(2718), - [anon_sym_unsigned] = ACTIONS(2718), - [anon_sym_long] = ACTIONS(2718), - [anon_sym_short] = ACTIONS(2718), - [sym_primitive_type] = ACTIONS(2718), - [anon_sym_enum] = ACTIONS(2718), - [anon_sym_class] = ACTIONS(2718), - [anon_sym_struct] = ACTIONS(2718), - [anon_sym_union] = ACTIONS(2718), - [anon_sym_if] = ACTIONS(2718), - [anon_sym_switch] = ACTIONS(2718), - [anon_sym_case] = ACTIONS(2718), - [anon_sym_default] = ACTIONS(2718), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2718), - [anon_sym_return] = ACTIONS(2718), - [anon_sym_break] = ACTIONS(2718), - [anon_sym_continue] = ACTIONS(2718), - [anon_sym_goto] = ACTIONS(2718), - [anon_sym_not] = ACTIONS(2718), - [anon_sym_compl] = ACTIONS(2718), - [anon_sym_DASH_DASH] = ACTIONS(2720), - [anon_sym_PLUS_PLUS] = ACTIONS(2720), - [anon_sym_sizeof] = ACTIONS(2718), - [sym_number_literal] = ACTIONS(2720), - [anon_sym_L_SQUOTE] = ACTIONS(2720), - [anon_sym_u_SQUOTE] = ACTIONS(2720), - [anon_sym_U_SQUOTE] = ACTIONS(2720), - [anon_sym_u8_SQUOTE] = ACTIONS(2720), - [anon_sym_SQUOTE] = ACTIONS(2720), - [anon_sym_L_DQUOTE] = ACTIONS(2720), - [anon_sym_u_DQUOTE] = ACTIONS(2720), - [anon_sym_U_DQUOTE] = ACTIONS(2720), - [anon_sym_u8_DQUOTE] = ACTIONS(2720), - [anon_sym_DQUOTE] = ACTIONS(2720), - [sym_true] = ACTIONS(2718), - [sym_false] = ACTIONS(2718), - [sym_null] = ACTIONS(2718), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2718), - [anon_sym_decltype] = ACTIONS(2718), - [anon_sym_virtual] = ACTIONS(2718), - [anon_sym_explicit] = ACTIONS(2718), - [anon_sym_typename] = ACTIONS(2718), - [anon_sym_template] = ACTIONS(2718), - [anon_sym_operator] = ACTIONS(2718), - [anon_sym_try] = ACTIONS(2718), - [anon_sym_delete] = ACTIONS(2718), - [anon_sym_throw] = ACTIONS(2718), - [anon_sym_namespace] = ACTIONS(2718), - [anon_sym_using] = ACTIONS(2718), - [anon_sym_static_assert] = ACTIONS(2718), - [anon_sym_concept] = ACTIONS(2718), - [anon_sym_co_return] = ACTIONS(2718), - [anon_sym_co_yield] = ACTIONS(2718), - [anon_sym_R_DQUOTE] = ACTIONS(2720), - [anon_sym_LR_DQUOTE] = ACTIONS(2720), - [anon_sym_uR_DQUOTE] = ACTIONS(2720), - [anon_sym_UR_DQUOTE] = ACTIONS(2720), - [anon_sym_u8R_DQUOTE] = ACTIONS(2720), - [anon_sym_co_await] = ACTIONS(2718), - [anon_sym_new] = ACTIONS(2718), - [anon_sym_requires] = ACTIONS(2718), - [sym_this] = ACTIONS(2718), - [sym_nullptr] = ACTIONS(2718), + [ts_builtin_sym_end] = ACTIONS(2810), + [sym_identifier] = ACTIONS(2808), + [aux_sym_preproc_include_token1] = ACTIONS(2808), + [aux_sym_preproc_def_token1] = ACTIONS(2808), + [aux_sym_preproc_if_token1] = ACTIONS(2808), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2808), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2808), + [sym_preproc_directive] = ACTIONS(2808), + [anon_sym_LPAREN2] = ACTIONS(2810), + [anon_sym_BANG] = ACTIONS(2810), + [anon_sym_TILDE] = ACTIONS(2810), + [anon_sym_DASH] = ACTIONS(2808), + [anon_sym_PLUS] = ACTIONS(2808), + [anon_sym_STAR] = ACTIONS(2810), + [anon_sym_AMP_AMP] = ACTIONS(2810), + [anon_sym_AMP] = ACTIONS(2808), + [anon_sym_SEMI] = ACTIONS(2810), + [anon_sym_typedef] = ACTIONS(2808), + [anon_sym_extern] = ACTIONS(2808), + [anon_sym___attribute__] = ACTIONS(2808), + [anon_sym_COLON_COLON] = ACTIONS(2810), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2810), + [anon_sym___declspec] = ACTIONS(2808), + [anon_sym___based] = ACTIONS(2808), + [anon_sym___cdecl] = ACTIONS(2808), + [anon_sym___clrcall] = ACTIONS(2808), + [anon_sym___stdcall] = ACTIONS(2808), + [anon_sym___fastcall] = ACTIONS(2808), + [anon_sym___thiscall] = ACTIONS(2808), + [anon_sym___vectorcall] = ACTIONS(2808), + [anon_sym_LBRACE] = ACTIONS(2810), + [anon_sym_LBRACK] = ACTIONS(2808), + [anon_sym_static] = ACTIONS(2808), + [anon_sym_register] = ACTIONS(2808), + [anon_sym_inline] = ACTIONS(2808), + [anon_sym_thread_local] = ACTIONS(2808), + [anon_sym_const] = ACTIONS(2808), + [anon_sym_volatile] = ACTIONS(2808), + [anon_sym_restrict] = ACTIONS(2808), + [anon_sym__Atomic] = ACTIONS(2808), + [anon_sym_mutable] = ACTIONS(2808), + [anon_sym_constexpr] = ACTIONS(2808), + [anon_sym_constinit] = ACTIONS(2808), + [anon_sym_consteval] = ACTIONS(2808), + [anon_sym_signed] = ACTIONS(2808), + [anon_sym_unsigned] = ACTIONS(2808), + [anon_sym_long] = ACTIONS(2808), + [anon_sym_short] = ACTIONS(2808), + [sym_primitive_type] = ACTIONS(2808), + [anon_sym_enum] = ACTIONS(2808), + [anon_sym_class] = ACTIONS(2808), + [anon_sym_struct] = ACTIONS(2808), + [anon_sym_union] = ACTIONS(2808), + [anon_sym_if] = ACTIONS(2808), + [anon_sym_switch] = ACTIONS(2808), + [anon_sym_case] = ACTIONS(2808), + [anon_sym_default] = ACTIONS(2808), + [anon_sym_while] = ACTIONS(2808), + [anon_sym_do] = ACTIONS(2808), + [anon_sym_for] = ACTIONS(2808), + [anon_sym_return] = ACTIONS(2808), + [anon_sym_break] = ACTIONS(2808), + [anon_sym_continue] = ACTIONS(2808), + [anon_sym_goto] = ACTIONS(2808), + [anon_sym_not] = ACTIONS(2808), + [anon_sym_compl] = ACTIONS(2808), + [anon_sym_DASH_DASH] = ACTIONS(2810), + [anon_sym_PLUS_PLUS] = ACTIONS(2810), + [anon_sym_sizeof] = ACTIONS(2808), + [sym_number_literal] = ACTIONS(2810), + [anon_sym_L_SQUOTE] = ACTIONS(2810), + [anon_sym_u_SQUOTE] = ACTIONS(2810), + [anon_sym_U_SQUOTE] = ACTIONS(2810), + [anon_sym_u8_SQUOTE] = ACTIONS(2810), + [anon_sym_SQUOTE] = ACTIONS(2810), + [anon_sym_L_DQUOTE] = ACTIONS(2810), + [anon_sym_u_DQUOTE] = ACTIONS(2810), + [anon_sym_U_DQUOTE] = ACTIONS(2810), + [anon_sym_u8_DQUOTE] = ACTIONS(2810), + [anon_sym_DQUOTE] = ACTIONS(2810), + [sym_true] = ACTIONS(2808), + [sym_false] = ACTIONS(2808), + [sym_null] = ACTIONS(2808), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2808), + [anon_sym_decltype] = ACTIONS(2808), + [anon_sym_virtual] = ACTIONS(2808), + [anon_sym_explicit] = ACTIONS(2808), + [anon_sym_typename] = ACTIONS(2808), + [anon_sym_template] = ACTIONS(2808), + [anon_sym_operator] = ACTIONS(2808), + [anon_sym_try] = ACTIONS(2808), + [anon_sym_delete] = ACTIONS(2808), + [anon_sym_throw] = ACTIONS(2808), + [anon_sym_namespace] = ACTIONS(2808), + [anon_sym_using] = ACTIONS(2808), + [anon_sym_static_assert] = ACTIONS(2808), + [anon_sym_concept] = ACTIONS(2808), + [anon_sym_co_return] = ACTIONS(2808), + [anon_sym_co_yield] = ACTIONS(2808), + [anon_sym_R_DQUOTE] = ACTIONS(2810), + [anon_sym_LR_DQUOTE] = ACTIONS(2810), + [anon_sym_uR_DQUOTE] = ACTIONS(2810), + [anon_sym_UR_DQUOTE] = ACTIONS(2810), + [anon_sym_u8R_DQUOTE] = ACTIONS(2810), + [anon_sym_co_await] = ACTIONS(2808), + [anon_sym_new] = ACTIONS(2808), + [anon_sym_requires] = ACTIONS(2808), + [sym_this] = ACTIONS(2808), + [sym_nullptr] = ACTIONS(2808), }, [963] = { - [sym_identifier] = ACTIONS(2838), - [aux_sym_preproc_include_token1] = ACTIONS(2838), - [aux_sym_preproc_def_token1] = ACTIONS(2838), - [aux_sym_preproc_if_token1] = ACTIONS(2838), - [aux_sym_preproc_if_token2] = ACTIONS(2838), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2838), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2838), - [sym_preproc_directive] = ACTIONS(2838), - [anon_sym_LPAREN2] = ACTIONS(2840), - [anon_sym_BANG] = ACTIONS(2840), - [anon_sym_TILDE] = ACTIONS(2840), - [anon_sym_DASH] = ACTIONS(2838), - [anon_sym_PLUS] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2840), - [anon_sym_AMP_AMP] = ACTIONS(2840), - [anon_sym_AMP] = ACTIONS(2838), - [anon_sym_SEMI] = ACTIONS(2840), - [anon_sym_typedef] = ACTIONS(2838), - [anon_sym_extern] = ACTIONS(2838), - [anon_sym___attribute__] = ACTIONS(2838), - [anon_sym_COLON_COLON] = ACTIONS(2840), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2840), - [anon_sym___declspec] = ACTIONS(2838), - [anon_sym___based] = ACTIONS(2838), - [anon_sym___cdecl] = ACTIONS(2838), - [anon_sym___clrcall] = ACTIONS(2838), - [anon_sym___stdcall] = ACTIONS(2838), - [anon_sym___fastcall] = ACTIONS(2838), - [anon_sym___thiscall] = ACTIONS(2838), - [anon_sym___vectorcall] = ACTIONS(2838), - [anon_sym_LBRACE] = ACTIONS(2840), - [anon_sym_LBRACK] = ACTIONS(2838), - [anon_sym_static] = ACTIONS(2838), - [anon_sym_register] = ACTIONS(2838), - [anon_sym_inline] = ACTIONS(2838), - [anon_sym_thread_local] = ACTIONS(2838), - [anon_sym_const] = ACTIONS(2838), - [anon_sym_volatile] = ACTIONS(2838), - [anon_sym_restrict] = ACTIONS(2838), - [anon_sym__Atomic] = ACTIONS(2838), - [anon_sym_mutable] = ACTIONS(2838), - [anon_sym_constexpr] = ACTIONS(2838), - [anon_sym_constinit] = ACTIONS(2838), - [anon_sym_consteval] = ACTIONS(2838), - [anon_sym_signed] = ACTIONS(2838), - [anon_sym_unsigned] = ACTIONS(2838), - [anon_sym_long] = ACTIONS(2838), - [anon_sym_short] = ACTIONS(2838), - [sym_primitive_type] = ACTIONS(2838), - [anon_sym_enum] = ACTIONS(2838), - [anon_sym_class] = ACTIONS(2838), - [anon_sym_struct] = ACTIONS(2838), - [anon_sym_union] = ACTIONS(2838), - [anon_sym_if] = ACTIONS(2838), - [anon_sym_switch] = ACTIONS(2838), - [anon_sym_case] = ACTIONS(2838), - [anon_sym_default] = ACTIONS(2838), - [anon_sym_while] = ACTIONS(2838), - [anon_sym_do] = ACTIONS(2838), - [anon_sym_for] = ACTIONS(2838), - [anon_sym_return] = ACTIONS(2838), - [anon_sym_break] = ACTIONS(2838), - [anon_sym_continue] = ACTIONS(2838), - [anon_sym_goto] = ACTIONS(2838), - [anon_sym_not] = ACTIONS(2838), - [anon_sym_compl] = ACTIONS(2838), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2840), - [anon_sym_L_SQUOTE] = ACTIONS(2840), - [anon_sym_u_SQUOTE] = ACTIONS(2840), - [anon_sym_U_SQUOTE] = ACTIONS(2840), - [anon_sym_u8_SQUOTE] = ACTIONS(2840), - [anon_sym_SQUOTE] = ACTIONS(2840), - [anon_sym_L_DQUOTE] = ACTIONS(2840), - [anon_sym_u_DQUOTE] = ACTIONS(2840), - [anon_sym_U_DQUOTE] = ACTIONS(2840), - [anon_sym_u8_DQUOTE] = ACTIONS(2840), - [anon_sym_DQUOTE] = ACTIONS(2840), - [sym_true] = ACTIONS(2838), - [sym_false] = ACTIONS(2838), - [sym_null] = ACTIONS(2838), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2838), - [anon_sym_decltype] = ACTIONS(2838), - [anon_sym_virtual] = ACTIONS(2838), - [anon_sym_explicit] = ACTIONS(2838), - [anon_sym_typename] = ACTIONS(2838), - [anon_sym_template] = ACTIONS(2838), - [anon_sym_operator] = ACTIONS(2838), - [anon_sym_try] = ACTIONS(2838), - [anon_sym_delete] = ACTIONS(2838), - [anon_sym_throw] = ACTIONS(2838), - [anon_sym_namespace] = ACTIONS(2838), - [anon_sym_using] = ACTIONS(2838), - [anon_sym_static_assert] = ACTIONS(2838), - [anon_sym_concept] = ACTIONS(2838), - [anon_sym_co_return] = ACTIONS(2838), - [anon_sym_co_yield] = ACTIONS(2838), - [anon_sym_R_DQUOTE] = ACTIONS(2840), - [anon_sym_LR_DQUOTE] = ACTIONS(2840), - [anon_sym_uR_DQUOTE] = ACTIONS(2840), - [anon_sym_UR_DQUOTE] = ACTIONS(2840), - [anon_sym_u8R_DQUOTE] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2838), - [anon_sym_new] = ACTIONS(2838), - [anon_sym_requires] = ACTIONS(2838), - [sym_this] = ACTIONS(2838), - [sym_nullptr] = ACTIONS(2838), + [sym_identifier] = ACTIONS(2652), + [aux_sym_preproc_include_token1] = ACTIONS(2652), + [aux_sym_preproc_def_token1] = ACTIONS(2652), + [aux_sym_preproc_if_token1] = ACTIONS(2652), + [aux_sym_preproc_if_token2] = ACTIONS(2652), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2652), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2652), + [sym_preproc_directive] = ACTIONS(2652), + [anon_sym_LPAREN2] = ACTIONS(2654), + [anon_sym_BANG] = ACTIONS(2654), + [anon_sym_TILDE] = ACTIONS(2654), + [anon_sym_DASH] = ACTIONS(2652), + [anon_sym_PLUS] = ACTIONS(2652), + [anon_sym_STAR] = ACTIONS(2654), + [anon_sym_AMP_AMP] = ACTIONS(2654), + [anon_sym_AMP] = ACTIONS(2652), + [anon_sym_SEMI] = ACTIONS(2654), + [anon_sym_typedef] = ACTIONS(2652), + [anon_sym_extern] = ACTIONS(2652), + [anon_sym___attribute__] = ACTIONS(2652), + [anon_sym_COLON_COLON] = ACTIONS(2654), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2654), + [anon_sym___declspec] = ACTIONS(2652), + [anon_sym___based] = ACTIONS(2652), + [anon_sym___cdecl] = ACTIONS(2652), + [anon_sym___clrcall] = ACTIONS(2652), + [anon_sym___stdcall] = ACTIONS(2652), + [anon_sym___fastcall] = ACTIONS(2652), + [anon_sym___thiscall] = ACTIONS(2652), + [anon_sym___vectorcall] = ACTIONS(2652), + [anon_sym_LBRACE] = ACTIONS(2654), + [anon_sym_LBRACK] = ACTIONS(2652), + [anon_sym_static] = ACTIONS(2652), + [anon_sym_register] = ACTIONS(2652), + [anon_sym_inline] = ACTIONS(2652), + [anon_sym_thread_local] = ACTIONS(2652), + [anon_sym_const] = ACTIONS(2652), + [anon_sym_volatile] = ACTIONS(2652), + [anon_sym_restrict] = ACTIONS(2652), + [anon_sym__Atomic] = ACTIONS(2652), + [anon_sym_mutable] = ACTIONS(2652), + [anon_sym_constexpr] = ACTIONS(2652), + [anon_sym_constinit] = ACTIONS(2652), + [anon_sym_consteval] = ACTIONS(2652), + [anon_sym_signed] = ACTIONS(2652), + [anon_sym_unsigned] = ACTIONS(2652), + [anon_sym_long] = ACTIONS(2652), + [anon_sym_short] = ACTIONS(2652), + [sym_primitive_type] = ACTIONS(2652), + [anon_sym_enum] = ACTIONS(2652), + [anon_sym_class] = ACTIONS(2652), + [anon_sym_struct] = ACTIONS(2652), + [anon_sym_union] = ACTIONS(2652), + [anon_sym_if] = ACTIONS(2652), + [anon_sym_switch] = ACTIONS(2652), + [anon_sym_case] = ACTIONS(2652), + [anon_sym_default] = ACTIONS(2652), + [anon_sym_while] = ACTIONS(2652), + [anon_sym_do] = ACTIONS(2652), + [anon_sym_for] = ACTIONS(2652), + [anon_sym_return] = ACTIONS(2652), + [anon_sym_break] = ACTIONS(2652), + [anon_sym_continue] = ACTIONS(2652), + [anon_sym_goto] = ACTIONS(2652), + [anon_sym_not] = ACTIONS(2652), + [anon_sym_compl] = ACTIONS(2652), + [anon_sym_DASH_DASH] = ACTIONS(2654), + [anon_sym_PLUS_PLUS] = ACTIONS(2654), + [anon_sym_sizeof] = ACTIONS(2652), + [sym_number_literal] = ACTIONS(2654), + [anon_sym_L_SQUOTE] = ACTIONS(2654), + [anon_sym_u_SQUOTE] = ACTIONS(2654), + [anon_sym_U_SQUOTE] = ACTIONS(2654), + [anon_sym_u8_SQUOTE] = ACTIONS(2654), + [anon_sym_SQUOTE] = ACTIONS(2654), + [anon_sym_L_DQUOTE] = ACTIONS(2654), + [anon_sym_u_DQUOTE] = ACTIONS(2654), + [anon_sym_U_DQUOTE] = ACTIONS(2654), + [anon_sym_u8_DQUOTE] = ACTIONS(2654), + [anon_sym_DQUOTE] = ACTIONS(2654), + [sym_true] = ACTIONS(2652), + [sym_false] = ACTIONS(2652), + [sym_null] = ACTIONS(2652), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2652), + [anon_sym_decltype] = ACTIONS(2652), + [anon_sym_virtual] = ACTIONS(2652), + [anon_sym_explicit] = ACTIONS(2652), + [anon_sym_typename] = ACTIONS(2652), + [anon_sym_template] = ACTIONS(2652), + [anon_sym_operator] = ACTIONS(2652), + [anon_sym_try] = ACTIONS(2652), + [anon_sym_delete] = ACTIONS(2652), + [anon_sym_throw] = ACTIONS(2652), + [anon_sym_namespace] = ACTIONS(2652), + [anon_sym_using] = ACTIONS(2652), + [anon_sym_static_assert] = ACTIONS(2652), + [anon_sym_concept] = ACTIONS(2652), + [anon_sym_co_return] = ACTIONS(2652), + [anon_sym_co_yield] = ACTIONS(2652), + [anon_sym_R_DQUOTE] = ACTIONS(2654), + [anon_sym_LR_DQUOTE] = ACTIONS(2654), + [anon_sym_uR_DQUOTE] = ACTIONS(2654), + [anon_sym_UR_DQUOTE] = ACTIONS(2654), + [anon_sym_u8R_DQUOTE] = ACTIONS(2654), + [anon_sym_co_await] = ACTIONS(2652), + [anon_sym_new] = ACTIONS(2652), + [anon_sym_requires] = ACTIONS(2652), + [sym_this] = ACTIONS(2652), + [sym_nullptr] = ACTIONS(2652), }, [964] = { - [sym_identifier] = ACTIONS(2718), - [aux_sym_preproc_include_token1] = ACTIONS(2718), - [aux_sym_preproc_def_token1] = ACTIONS(2718), - [aux_sym_preproc_if_token1] = ACTIONS(2718), - [aux_sym_preproc_if_token2] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2718), - [sym_preproc_directive] = ACTIONS(2718), - [anon_sym_LPAREN2] = ACTIONS(2720), - [anon_sym_BANG] = ACTIONS(2720), - [anon_sym_TILDE] = ACTIONS(2720), - [anon_sym_DASH] = ACTIONS(2718), - [anon_sym_PLUS] = ACTIONS(2718), - [anon_sym_STAR] = ACTIONS(2720), - [anon_sym_AMP_AMP] = ACTIONS(2720), - [anon_sym_AMP] = ACTIONS(2718), - [anon_sym_SEMI] = ACTIONS(2720), - [anon_sym_typedef] = ACTIONS(2718), - [anon_sym_extern] = ACTIONS(2718), - [anon_sym___attribute__] = ACTIONS(2718), - [anon_sym_COLON_COLON] = ACTIONS(2720), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2720), - [anon_sym___declspec] = ACTIONS(2718), - [anon_sym___based] = ACTIONS(2718), - [anon_sym___cdecl] = ACTIONS(2718), - [anon_sym___clrcall] = ACTIONS(2718), - [anon_sym___stdcall] = ACTIONS(2718), - [anon_sym___fastcall] = ACTIONS(2718), - [anon_sym___thiscall] = ACTIONS(2718), - [anon_sym___vectorcall] = ACTIONS(2718), - [anon_sym_LBRACE] = ACTIONS(2720), - [anon_sym_LBRACK] = ACTIONS(2718), - [anon_sym_static] = ACTIONS(2718), - [anon_sym_register] = ACTIONS(2718), - [anon_sym_inline] = ACTIONS(2718), - [anon_sym_thread_local] = ACTIONS(2718), - [anon_sym_const] = ACTIONS(2718), - [anon_sym_volatile] = ACTIONS(2718), - [anon_sym_restrict] = ACTIONS(2718), - [anon_sym__Atomic] = ACTIONS(2718), - [anon_sym_mutable] = ACTIONS(2718), - [anon_sym_constexpr] = ACTIONS(2718), - [anon_sym_constinit] = ACTIONS(2718), - [anon_sym_consteval] = ACTIONS(2718), - [anon_sym_signed] = ACTIONS(2718), - [anon_sym_unsigned] = ACTIONS(2718), - [anon_sym_long] = ACTIONS(2718), - [anon_sym_short] = ACTIONS(2718), - [sym_primitive_type] = ACTIONS(2718), - [anon_sym_enum] = ACTIONS(2718), - [anon_sym_class] = ACTIONS(2718), - [anon_sym_struct] = ACTIONS(2718), - [anon_sym_union] = ACTIONS(2718), - [anon_sym_if] = ACTIONS(2718), - [anon_sym_switch] = ACTIONS(2718), - [anon_sym_case] = ACTIONS(2718), - [anon_sym_default] = ACTIONS(2718), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2718), - [anon_sym_return] = ACTIONS(2718), - [anon_sym_break] = ACTIONS(2718), - [anon_sym_continue] = ACTIONS(2718), - [anon_sym_goto] = ACTIONS(2718), - [anon_sym_not] = ACTIONS(2718), - [anon_sym_compl] = ACTIONS(2718), - [anon_sym_DASH_DASH] = ACTIONS(2720), - [anon_sym_PLUS_PLUS] = ACTIONS(2720), - [anon_sym_sizeof] = ACTIONS(2718), - [sym_number_literal] = ACTIONS(2720), - [anon_sym_L_SQUOTE] = ACTIONS(2720), - [anon_sym_u_SQUOTE] = ACTIONS(2720), - [anon_sym_U_SQUOTE] = ACTIONS(2720), - [anon_sym_u8_SQUOTE] = ACTIONS(2720), - [anon_sym_SQUOTE] = ACTIONS(2720), - [anon_sym_L_DQUOTE] = ACTIONS(2720), - [anon_sym_u_DQUOTE] = ACTIONS(2720), - [anon_sym_U_DQUOTE] = ACTIONS(2720), - [anon_sym_u8_DQUOTE] = ACTIONS(2720), - [anon_sym_DQUOTE] = ACTIONS(2720), - [sym_true] = ACTIONS(2718), - [sym_false] = ACTIONS(2718), - [sym_null] = ACTIONS(2718), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2718), - [anon_sym_decltype] = ACTIONS(2718), - [anon_sym_virtual] = ACTIONS(2718), - [anon_sym_explicit] = ACTIONS(2718), - [anon_sym_typename] = ACTIONS(2718), - [anon_sym_template] = ACTIONS(2718), - [anon_sym_operator] = ACTIONS(2718), - [anon_sym_try] = ACTIONS(2718), - [anon_sym_delete] = ACTIONS(2718), - [anon_sym_throw] = ACTIONS(2718), - [anon_sym_namespace] = ACTIONS(2718), - [anon_sym_using] = ACTIONS(2718), - [anon_sym_static_assert] = ACTIONS(2718), - [anon_sym_concept] = ACTIONS(2718), - [anon_sym_co_return] = ACTIONS(2718), - [anon_sym_co_yield] = ACTIONS(2718), - [anon_sym_R_DQUOTE] = ACTIONS(2720), - [anon_sym_LR_DQUOTE] = ACTIONS(2720), - [anon_sym_uR_DQUOTE] = ACTIONS(2720), - [anon_sym_UR_DQUOTE] = ACTIONS(2720), - [anon_sym_u8R_DQUOTE] = ACTIONS(2720), - [anon_sym_co_await] = ACTIONS(2718), - [anon_sym_new] = ACTIONS(2718), - [anon_sym_requires] = ACTIONS(2718), - [sym_this] = ACTIONS(2718), - [sym_nullptr] = ACTIONS(2718), + [sym_identifier] = ACTIONS(2656), + [aux_sym_preproc_include_token1] = ACTIONS(2656), + [aux_sym_preproc_def_token1] = ACTIONS(2656), + [aux_sym_preproc_if_token1] = ACTIONS(2656), + [aux_sym_preproc_if_token2] = ACTIONS(2656), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2656), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2656), + [sym_preproc_directive] = ACTIONS(2656), + [anon_sym_LPAREN2] = ACTIONS(2658), + [anon_sym_BANG] = ACTIONS(2658), + [anon_sym_TILDE] = ACTIONS(2658), + [anon_sym_DASH] = ACTIONS(2656), + [anon_sym_PLUS] = ACTIONS(2656), + [anon_sym_STAR] = ACTIONS(2658), + [anon_sym_AMP_AMP] = ACTIONS(2658), + [anon_sym_AMP] = ACTIONS(2656), + [anon_sym_SEMI] = ACTIONS(2658), + [anon_sym_typedef] = ACTIONS(2656), + [anon_sym_extern] = ACTIONS(2656), + [anon_sym___attribute__] = ACTIONS(2656), + [anon_sym_COLON_COLON] = ACTIONS(2658), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2658), + [anon_sym___declspec] = ACTIONS(2656), + [anon_sym___based] = ACTIONS(2656), + [anon_sym___cdecl] = ACTIONS(2656), + [anon_sym___clrcall] = ACTIONS(2656), + [anon_sym___stdcall] = ACTIONS(2656), + [anon_sym___fastcall] = ACTIONS(2656), + [anon_sym___thiscall] = ACTIONS(2656), + [anon_sym___vectorcall] = ACTIONS(2656), + [anon_sym_LBRACE] = ACTIONS(2658), + [anon_sym_LBRACK] = ACTIONS(2656), + [anon_sym_static] = ACTIONS(2656), + [anon_sym_register] = ACTIONS(2656), + [anon_sym_inline] = ACTIONS(2656), + [anon_sym_thread_local] = ACTIONS(2656), + [anon_sym_const] = ACTIONS(2656), + [anon_sym_volatile] = ACTIONS(2656), + [anon_sym_restrict] = ACTIONS(2656), + [anon_sym__Atomic] = ACTIONS(2656), + [anon_sym_mutable] = ACTIONS(2656), + [anon_sym_constexpr] = ACTIONS(2656), + [anon_sym_constinit] = ACTIONS(2656), + [anon_sym_consteval] = ACTIONS(2656), + [anon_sym_signed] = ACTIONS(2656), + [anon_sym_unsigned] = ACTIONS(2656), + [anon_sym_long] = ACTIONS(2656), + [anon_sym_short] = ACTIONS(2656), + [sym_primitive_type] = ACTIONS(2656), + [anon_sym_enum] = ACTIONS(2656), + [anon_sym_class] = ACTIONS(2656), + [anon_sym_struct] = ACTIONS(2656), + [anon_sym_union] = ACTIONS(2656), + [anon_sym_if] = ACTIONS(2656), + [anon_sym_switch] = ACTIONS(2656), + [anon_sym_case] = ACTIONS(2656), + [anon_sym_default] = ACTIONS(2656), + [anon_sym_while] = ACTIONS(2656), + [anon_sym_do] = ACTIONS(2656), + [anon_sym_for] = ACTIONS(2656), + [anon_sym_return] = ACTIONS(2656), + [anon_sym_break] = ACTIONS(2656), + [anon_sym_continue] = ACTIONS(2656), + [anon_sym_goto] = ACTIONS(2656), + [anon_sym_not] = ACTIONS(2656), + [anon_sym_compl] = ACTIONS(2656), + [anon_sym_DASH_DASH] = ACTIONS(2658), + [anon_sym_PLUS_PLUS] = ACTIONS(2658), + [anon_sym_sizeof] = ACTIONS(2656), + [sym_number_literal] = ACTIONS(2658), + [anon_sym_L_SQUOTE] = ACTIONS(2658), + [anon_sym_u_SQUOTE] = ACTIONS(2658), + [anon_sym_U_SQUOTE] = ACTIONS(2658), + [anon_sym_u8_SQUOTE] = ACTIONS(2658), + [anon_sym_SQUOTE] = ACTIONS(2658), + [anon_sym_L_DQUOTE] = ACTIONS(2658), + [anon_sym_u_DQUOTE] = ACTIONS(2658), + [anon_sym_U_DQUOTE] = ACTIONS(2658), + [anon_sym_u8_DQUOTE] = ACTIONS(2658), + [anon_sym_DQUOTE] = ACTIONS(2658), + [sym_true] = ACTIONS(2656), + [sym_false] = ACTIONS(2656), + [sym_null] = ACTIONS(2656), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2656), + [anon_sym_decltype] = ACTIONS(2656), + [anon_sym_virtual] = ACTIONS(2656), + [anon_sym_explicit] = ACTIONS(2656), + [anon_sym_typename] = ACTIONS(2656), + [anon_sym_template] = ACTIONS(2656), + [anon_sym_operator] = ACTIONS(2656), + [anon_sym_try] = ACTIONS(2656), + [anon_sym_delete] = ACTIONS(2656), + [anon_sym_throw] = ACTIONS(2656), + [anon_sym_namespace] = ACTIONS(2656), + [anon_sym_using] = ACTIONS(2656), + [anon_sym_static_assert] = ACTIONS(2656), + [anon_sym_concept] = ACTIONS(2656), + [anon_sym_co_return] = ACTIONS(2656), + [anon_sym_co_yield] = ACTIONS(2656), + [anon_sym_R_DQUOTE] = ACTIONS(2658), + [anon_sym_LR_DQUOTE] = ACTIONS(2658), + [anon_sym_uR_DQUOTE] = ACTIONS(2658), + [anon_sym_UR_DQUOTE] = ACTIONS(2658), + [anon_sym_u8R_DQUOTE] = ACTIONS(2658), + [anon_sym_co_await] = ACTIONS(2656), + [anon_sym_new] = ACTIONS(2656), + [anon_sym_requires] = ACTIONS(2656), + [sym_this] = ACTIONS(2656), + [sym_nullptr] = ACTIONS(2656), }, [965] = { - [sym_identifier] = ACTIONS(2864), - [aux_sym_preproc_include_token1] = ACTIONS(2864), - [aux_sym_preproc_def_token1] = ACTIONS(2864), - [aux_sym_preproc_if_token1] = ACTIONS(2864), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2864), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2864), - [sym_preproc_directive] = ACTIONS(2864), - [anon_sym_LPAREN2] = ACTIONS(2866), - [anon_sym_BANG] = ACTIONS(2866), - [anon_sym_TILDE] = ACTIONS(2866), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP_AMP] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2864), - [anon_sym_SEMI] = ACTIONS(2866), - [anon_sym_typedef] = ACTIONS(2864), - [anon_sym_extern] = ACTIONS(2864), - [anon_sym___attribute__] = ACTIONS(2864), - [anon_sym_COLON_COLON] = ACTIONS(2866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2866), - [anon_sym___declspec] = ACTIONS(2864), - [anon_sym___based] = ACTIONS(2864), - [anon_sym___cdecl] = ACTIONS(2864), - [anon_sym___clrcall] = ACTIONS(2864), - [anon_sym___stdcall] = ACTIONS(2864), - [anon_sym___fastcall] = ACTIONS(2864), - [anon_sym___thiscall] = ACTIONS(2864), - [anon_sym___vectorcall] = ACTIONS(2864), - [anon_sym_LBRACE] = ACTIONS(2866), - [anon_sym_RBRACE] = ACTIONS(2866), - [anon_sym_LBRACK] = ACTIONS(2864), - [anon_sym_static] = ACTIONS(2864), - [anon_sym_register] = ACTIONS(2864), - [anon_sym_inline] = ACTIONS(2864), - [anon_sym_thread_local] = ACTIONS(2864), - [anon_sym_const] = ACTIONS(2864), - [anon_sym_volatile] = ACTIONS(2864), - [anon_sym_restrict] = ACTIONS(2864), - [anon_sym__Atomic] = ACTIONS(2864), - [anon_sym_mutable] = ACTIONS(2864), - [anon_sym_constexpr] = ACTIONS(2864), - [anon_sym_constinit] = ACTIONS(2864), - [anon_sym_consteval] = ACTIONS(2864), - [anon_sym_signed] = ACTIONS(2864), - [anon_sym_unsigned] = ACTIONS(2864), - [anon_sym_long] = ACTIONS(2864), - [anon_sym_short] = ACTIONS(2864), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2864), - [anon_sym_class] = ACTIONS(2864), - [anon_sym_struct] = ACTIONS(2864), - [anon_sym_union] = ACTIONS(2864), - [anon_sym_if] = ACTIONS(2864), - [anon_sym_switch] = ACTIONS(2864), - [anon_sym_case] = ACTIONS(2864), - [anon_sym_default] = ACTIONS(2864), - [anon_sym_while] = ACTIONS(2864), - [anon_sym_do] = ACTIONS(2864), - [anon_sym_for] = ACTIONS(2864), - [anon_sym_return] = ACTIONS(2864), - [anon_sym_break] = ACTIONS(2864), - [anon_sym_continue] = ACTIONS(2864), - [anon_sym_goto] = ACTIONS(2864), - [anon_sym_not] = ACTIONS(2864), - [anon_sym_compl] = ACTIONS(2864), - [anon_sym_DASH_DASH] = ACTIONS(2866), - [anon_sym_PLUS_PLUS] = ACTIONS(2866), - [anon_sym_sizeof] = ACTIONS(2864), - [sym_number_literal] = ACTIONS(2866), - [anon_sym_L_SQUOTE] = ACTIONS(2866), - [anon_sym_u_SQUOTE] = ACTIONS(2866), - [anon_sym_U_SQUOTE] = ACTIONS(2866), - [anon_sym_u8_SQUOTE] = ACTIONS(2866), - [anon_sym_SQUOTE] = ACTIONS(2866), - [anon_sym_L_DQUOTE] = ACTIONS(2866), - [anon_sym_u_DQUOTE] = ACTIONS(2866), - [anon_sym_U_DQUOTE] = ACTIONS(2866), - [anon_sym_u8_DQUOTE] = ACTIONS(2866), - [anon_sym_DQUOTE] = ACTIONS(2866), - [sym_true] = ACTIONS(2864), - [sym_false] = ACTIONS(2864), - [sym_null] = ACTIONS(2864), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2864), - [anon_sym_decltype] = ACTIONS(2864), - [anon_sym_virtual] = ACTIONS(2864), - [anon_sym_explicit] = ACTIONS(2864), - [anon_sym_typename] = ACTIONS(2864), - [anon_sym_template] = ACTIONS(2864), - [anon_sym_operator] = ACTIONS(2864), - [anon_sym_try] = ACTIONS(2864), - [anon_sym_delete] = ACTIONS(2864), - [anon_sym_throw] = ACTIONS(2864), - [anon_sym_namespace] = ACTIONS(2864), - [anon_sym_using] = ACTIONS(2864), - [anon_sym_static_assert] = ACTIONS(2864), - [anon_sym_concept] = ACTIONS(2864), - [anon_sym_co_return] = ACTIONS(2864), - [anon_sym_co_yield] = ACTIONS(2864), - [anon_sym_R_DQUOTE] = ACTIONS(2866), - [anon_sym_LR_DQUOTE] = ACTIONS(2866), - [anon_sym_uR_DQUOTE] = ACTIONS(2866), - [anon_sym_UR_DQUOTE] = ACTIONS(2866), - [anon_sym_u8R_DQUOTE] = ACTIONS(2866), - [anon_sym_co_await] = ACTIONS(2864), - [anon_sym_new] = ACTIONS(2864), - [anon_sym_requires] = ACTIONS(2864), - [sym_this] = ACTIONS(2864), - [sym_nullptr] = ACTIONS(2864), + [sym_identifier] = ACTIONS(2660), + [aux_sym_preproc_include_token1] = ACTIONS(2660), + [aux_sym_preproc_def_token1] = ACTIONS(2660), + [aux_sym_preproc_if_token1] = ACTIONS(2660), + [aux_sym_preproc_if_token2] = ACTIONS(2660), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2660), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2660), + [sym_preproc_directive] = ACTIONS(2660), + [anon_sym_LPAREN2] = ACTIONS(2662), + [anon_sym_BANG] = ACTIONS(2662), + [anon_sym_TILDE] = ACTIONS(2662), + [anon_sym_DASH] = ACTIONS(2660), + [anon_sym_PLUS] = ACTIONS(2660), + [anon_sym_STAR] = ACTIONS(2662), + [anon_sym_AMP_AMP] = ACTIONS(2662), + [anon_sym_AMP] = ACTIONS(2660), + [anon_sym_SEMI] = ACTIONS(2662), + [anon_sym_typedef] = ACTIONS(2660), + [anon_sym_extern] = ACTIONS(2660), + [anon_sym___attribute__] = ACTIONS(2660), + [anon_sym_COLON_COLON] = ACTIONS(2662), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2662), + [anon_sym___declspec] = ACTIONS(2660), + [anon_sym___based] = ACTIONS(2660), + [anon_sym___cdecl] = ACTIONS(2660), + [anon_sym___clrcall] = ACTIONS(2660), + [anon_sym___stdcall] = ACTIONS(2660), + [anon_sym___fastcall] = ACTIONS(2660), + [anon_sym___thiscall] = ACTIONS(2660), + [anon_sym___vectorcall] = ACTIONS(2660), + [anon_sym_LBRACE] = ACTIONS(2662), + [anon_sym_LBRACK] = ACTIONS(2660), + [anon_sym_static] = ACTIONS(2660), + [anon_sym_register] = ACTIONS(2660), + [anon_sym_inline] = ACTIONS(2660), + [anon_sym_thread_local] = ACTIONS(2660), + [anon_sym_const] = ACTIONS(2660), + [anon_sym_volatile] = ACTIONS(2660), + [anon_sym_restrict] = ACTIONS(2660), + [anon_sym__Atomic] = ACTIONS(2660), + [anon_sym_mutable] = ACTIONS(2660), + [anon_sym_constexpr] = ACTIONS(2660), + [anon_sym_constinit] = ACTIONS(2660), + [anon_sym_consteval] = ACTIONS(2660), + [anon_sym_signed] = ACTIONS(2660), + [anon_sym_unsigned] = ACTIONS(2660), + [anon_sym_long] = ACTIONS(2660), + [anon_sym_short] = ACTIONS(2660), + [sym_primitive_type] = ACTIONS(2660), + [anon_sym_enum] = ACTIONS(2660), + [anon_sym_class] = ACTIONS(2660), + [anon_sym_struct] = ACTIONS(2660), + [anon_sym_union] = ACTIONS(2660), + [anon_sym_if] = ACTIONS(2660), + [anon_sym_switch] = ACTIONS(2660), + [anon_sym_case] = ACTIONS(2660), + [anon_sym_default] = ACTIONS(2660), + [anon_sym_while] = ACTIONS(2660), + [anon_sym_do] = ACTIONS(2660), + [anon_sym_for] = ACTIONS(2660), + [anon_sym_return] = ACTIONS(2660), + [anon_sym_break] = ACTIONS(2660), + [anon_sym_continue] = ACTIONS(2660), + [anon_sym_goto] = ACTIONS(2660), + [anon_sym_not] = ACTIONS(2660), + [anon_sym_compl] = ACTIONS(2660), + [anon_sym_DASH_DASH] = ACTIONS(2662), + [anon_sym_PLUS_PLUS] = ACTIONS(2662), + [anon_sym_sizeof] = ACTIONS(2660), + [sym_number_literal] = ACTIONS(2662), + [anon_sym_L_SQUOTE] = ACTIONS(2662), + [anon_sym_u_SQUOTE] = ACTIONS(2662), + [anon_sym_U_SQUOTE] = ACTIONS(2662), + [anon_sym_u8_SQUOTE] = ACTIONS(2662), + [anon_sym_SQUOTE] = ACTIONS(2662), + [anon_sym_L_DQUOTE] = ACTIONS(2662), + [anon_sym_u_DQUOTE] = ACTIONS(2662), + [anon_sym_U_DQUOTE] = ACTIONS(2662), + [anon_sym_u8_DQUOTE] = ACTIONS(2662), + [anon_sym_DQUOTE] = ACTIONS(2662), + [sym_true] = ACTIONS(2660), + [sym_false] = ACTIONS(2660), + [sym_null] = ACTIONS(2660), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2660), + [anon_sym_decltype] = ACTIONS(2660), + [anon_sym_virtual] = ACTIONS(2660), + [anon_sym_explicit] = ACTIONS(2660), + [anon_sym_typename] = ACTIONS(2660), + [anon_sym_template] = ACTIONS(2660), + [anon_sym_operator] = ACTIONS(2660), + [anon_sym_try] = ACTIONS(2660), + [anon_sym_delete] = ACTIONS(2660), + [anon_sym_throw] = ACTIONS(2660), + [anon_sym_namespace] = ACTIONS(2660), + [anon_sym_using] = ACTIONS(2660), + [anon_sym_static_assert] = ACTIONS(2660), + [anon_sym_concept] = ACTIONS(2660), + [anon_sym_co_return] = ACTIONS(2660), + [anon_sym_co_yield] = ACTIONS(2660), + [anon_sym_R_DQUOTE] = ACTIONS(2662), + [anon_sym_LR_DQUOTE] = ACTIONS(2662), + [anon_sym_uR_DQUOTE] = ACTIONS(2662), + [anon_sym_UR_DQUOTE] = ACTIONS(2662), + [anon_sym_u8R_DQUOTE] = ACTIONS(2662), + [anon_sym_co_await] = ACTIONS(2660), + [anon_sym_new] = ACTIONS(2660), + [anon_sym_requires] = ACTIONS(2660), + [sym_this] = ACTIONS(2660), + [sym_nullptr] = ACTIONS(2660), }, [966] = { - [sym_identifier] = ACTIONS(2818), - [aux_sym_preproc_include_token1] = ACTIONS(2818), - [aux_sym_preproc_def_token1] = ACTIONS(2818), - [aux_sym_preproc_if_token1] = ACTIONS(2818), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2818), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2818), - [sym_preproc_directive] = ACTIONS(2818), - [anon_sym_LPAREN2] = ACTIONS(2820), - [anon_sym_BANG] = ACTIONS(2820), - [anon_sym_TILDE] = ACTIONS(2820), - [anon_sym_DASH] = ACTIONS(2818), - [anon_sym_PLUS] = ACTIONS(2818), - [anon_sym_STAR] = ACTIONS(2820), - [anon_sym_AMP_AMP] = ACTIONS(2820), - [anon_sym_AMP] = ACTIONS(2818), - [anon_sym_SEMI] = ACTIONS(2820), - [anon_sym_typedef] = ACTIONS(2818), - [anon_sym_extern] = ACTIONS(2818), - [anon_sym___attribute__] = ACTIONS(2818), - [anon_sym_COLON_COLON] = ACTIONS(2820), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2820), - [anon_sym___declspec] = ACTIONS(2818), - [anon_sym___based] = ACTIONS(2818), - [anon_sym___cdecl] = ACTIONS(2818), - [anon_sym___clrcall] = ACTIONS(2818), - [anon_sym___stdcall] = ACTIONS(2818), - [anon_sym___fastcall] = ACTIONS(2818), - [anon_sym___thiscall] = ACTIONS(2818), - [anon_sym___vectorcall] = ACTIONS(2818), - [anon_sym_LBRACE] = ACTIONS(2820), - [anon_sym_RBRACE] = ACTIONS(2820), - [anon_sym_LBRACK] = ACTIONS(2818), - [anon_sym_static] = ACTIONS(2818), - [anon_sym_register] = ACTIONS(2818), - [anon_sym_inline] = ACTIONS(2818), - [anon_sym_thread_local] = ACTIONS(2818), - [anon_sym_const] = ACTIONS(2818), - [anon_sym_volatile] = ACTIONS(2818), - [anon_sym_restrict] = ACTIONS(2818), - [anon_sym__Atomic] = ACTIONS(2818), - [anon_sym_mutable] = ACTIONS(2818), - [anon_sym_constexpr] = ACTIONS(2818), - [anon_sym_constinit] = ACTIONS(2818), - [anon_sym_consteval] = ACTIONS(2818), - [anon_sym_signed] = ACTIONS(2818), - [anon_sym_unsigned] = ACTIONS(2818), - [anon_sym_long] = ACTIONS(2818), - [anon_sym_short] = ACTIONS(2818), - [sym_primitive_type] = ACTIONS(2818), - [anon_sym_enum] = ACTIONS(2818), - [anon_sym_class] = ACTIONS(2818), - [anon_sym_struct] = ACTIONS(2818), - [anon_sym_union] = ACTIONS(2818), - [anon_sym_if] = ACTIONS(2818), - [anon_sym_switch] = ACTIONS(2818), - [anon_sym_case] = ACTIONS(2818), - [anon_sym_default] = ACTIONS(2818), - [anon_sym_while] = ACTIONS(2818), - [anon_sym_do] = ACTIONS(2818), - [anon_sym_for] = ACTIONS(2818), - [anon_sym_return] = ACTIONS(2818), - [anon_sym_break] = ACTIONS(2818), - [anon_sym_continue] = ACTIONS(2818), - [anon_sym_goto] = ACTIONS(2818), - [anon_sym_not] = ACTIONS(2818), - [anon_sym_compl] = ACTIONS(2818), - [anon_sym_DASH_DASH] = ACTIONS(2820), - [anon_sym_PLUS_PLUS] = ACTIONS(2820), - [anon_sym_sizeof] = ACTIONS(2818), - [sym_number_literal] = ACTIONS(2820), - [anon_sym_L_SQUOTE] = ACTIONS(2820), - [anon_sym_u_SQUOTE] = ACTIONS(2820), - [anon_sym_U_SQUOTE] = ACTIONS(2820), - [anon_sym_u8_SQUOTE] = ACTIONS(2820), - [anon_sym_SQUOTE] = ACTIONS(2820), - [anon_sym_L_DQUOTE] = ACTIONS(2820), - [anon_sym_u_DQUOTE] = ACTIONS(2820), - [anon_sym_U_DQUOTE] = ACTIONS(2820), - [anon_sym_u8_DQUOTE] = ACTIONS(2820), - [anon_sym_DQUOTE] = ACTIONS(2820), - [sym_true] = ACTIONS(2818), - [sym_false] = ACTIONS(2818), - [sym_null] = ACTIONS(2818), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2818), - [anon_sym_decltype] = ACTIONS(2818), - [anon_sym_virtual] = ACTIONS(2818), - [anon_sym_explicit] = ACTIONS(2818), - [anon_sym_typename] = ACTIONS(2818), - [anon_sym_template] = ACTIONS(2818), - [anon_sym_operator] = ACTIONS(2818), - [anon_sym_try] = ACTIONS(2818), - [anon_sym_delete] = ACTIONS(2818), - [anon_sym_throw] = ACTIONS(2818), - [anon_sym_namespace] = ACTIONS(2818), - [anon_sym_using] = ACTIONS(2818), - [anon_sym_static_assert] = ACTIONS(2818), - [anon_sym_concept] = ACTIONS(2818), - [anon_sym_co_return] = ACTIONS(2818), - [anon_sym_co_yield] = ACTIONS(2818), - [anon_sym_R_DQUOTE] = ACTIONS(2820), - [anon_sym_LR_DQUOTE] = ACTIONS(2820), - [anon_sym_uR_DQUOTE] = ACTIONS(2820), - [anon_sym_UR_DQUOTE] = ACTIONS(2820), - [anon_sym_u8R_DQUOTE] = ACTIONS(2820), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2818), - [anon_sym_requires] = ACTIONS(2818), - [sym_this] = ACTIONS(2818), - [sym_nullptr] = ACTIONS(2818), + [sym_identifier] = ACTIONS(2672), + [aux_sym_preproc_include_token1] = ACTIONS(2672), + [aux_sym_preproc_def_token1] = ACTIONS(2672), + [aux_sym_preproc_if_token1] = ACTIONS(2672), + [aux_sym_preproc_if_token2] = ACTIONS(2672), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2672), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2672), + [sym_preproc_directive] = ACTIONS(2672), + [anon_sym_LPAREN2] = ACTIONS(2674), + [anon_sym_BANG] = ACTIONS(2674), + [anon_sym_TILDE] = ACTIONS(2674), + [anon_sym_DASH] = ACTIONS(2672), + [anon_sym_PLUS] = ACTIONS(2672), + [anon_sym_STAR] = ACTIONS(2674), + [anon_sym_AMP_AMP] = ACTIONS(2674), + [anon_sym_AMP] = ACTIONS(2672), + [anon_sym_SEMI] = ACTIONS(2674), + [anon_sym_typedef] = ACTIONS(2672), + [anon_sym_extern] = ACTIONS(2672), + [anon_sym___attribute__] = ACTIONS(2672), + [anon_sym_COLON_COLON] = ACTIONS(2674), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2674), + [anon_sym___declspec] = ACTIONS(2672), + [anon_sym___based] = ACTIONS(2672), + [anon_sym___cdecl] = ACTIONS(2672), + [anon_sym___clrcall] = ACTIONS(2672), + [anon_sym___stdcall] = ACTIONS(2672), + [anon_sym___fastcall] = ACTIONS(2672), + [anon_sym___thiscall] = ACTIONS(2672), + [anon_sym___vectorcall] = ACTIONS(2672), + [anon_sym_LBRACE] = ACTIONS(2674), + [anon_sym_LBRACK] = ACTIONS(2672), + [anon_sym_static] = ACTIONS(2672), + [anon_sym_register] = ACTIONS(2672), + [anon_sym_inline] = ACTIONS(2672), + [anon_sym_thread_local] = ACTIONS(2672), + [anon_sym_const] = ACTIONS(2672), + [anon_sym_volatile] = ACTIONS(2672), + [anon_sym_restrict] = ACTIONS(2672), + [anon_sym__Atomic] = ACTIONS(2672), + [anon_sym_mutable] = ACTIONS(2672), + [anon_sym_constexpr] = ACTIONS(2672), + [anon_sym_constinit] = ACTIONS(2672), + [anon_sym_consteval] = ACTIONS(2672), + [anon_sym_signed] = ACTIONS(2672), + [anon_sym_unsigned] = ACTIONS(2672), + [anon_sym_long] = ACTIONS(2672), + [anon_sym_short] = ACTIONS(2672), + [sym_primitive_type] = ACTIONS(2672), + [anon_sym_enum] = ACTIONS(2672), + [anon_sym_class] = ACTIONS(2672), + [anon_sym_struct] = ACTIONS(2672), + [anon_sym_union] = ACTIONS(2672), + [anon_sym_if] = ACTIONS(2672), + [anon_sym_switch] = ACTIONS(2672), + [anon_sym_case] = ACTIONS(2672), + [anon_sym_default] = ACTIONS(2672), + [anon_sym_while] = ACTIONS(2672), + [anon_sym_do] = ACTIONS(2672), + [anon_sym_for] = ACTIONS(2672), + [anon_sym_return] = ACTIONS(2672), + [anon_sym_break] = ACTIONS(2672), + [anon_sym_continue] = ACTIONS(2672), + [anon_sym_goto] = ACTIONS(2672), + [anon_sym_not] = ACTIONS(2672), + [anon_sym_compl] = ACTIONS(2672), + [anon_sym_DASH_DASH] = ACTIONS(2674), + [anon_sym_PLUS_PLUS] = ACTIONS(2674), + [anon_sym_sizeof] = ACTIONS(2672), + [sym_number_literal] = ACTIONS(2674), + [anon_sym_L_SQUOTE] = ACTIONS(2674), + [anon_sym_u_SQUOTE] = ACTIONS(2674), + [anon_sym_U_SQUOTE] = ACTIONS(2674), + [anon_sym_u8_SQUOTE] = ACTIONS(2674), + [anon_sym_SQUOTE] = ACTIONS(2674), + [anon_sym_L_DQUOTE] = ACTIONS(2674), + [anon_sym_u_DQUOTE] = ACTIONS(2674), + [anon_sym_U_DQUOTE] = ACTIONS(2674), + [anon_sym_u8_DQUOTE] = ACTIONS(2674), + [anon_sym_DQUOTE] = ACTIONS(2674), + [sym_true] = ACTIONS(2672), + [sym_false] = ACTIONS(2672), + [sym_null] = ACTIONS(2672), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2672), + [anon_sym_decltype] = ACTIONS(2672), + [anon_sym_virtual] = ACTIONS(2672), + [anon_sym_explicit] = ACTIONS(2672), + [anon_sym_typename] = ACTIONS(2672), + [anon_sym_template] = ACTIONS(2672), + [anon_sym_operator] = ACTIONS(2672), + [anon_sym_try] = ACTIONS(2672), + [anon_sym_delete] = ACTIONS(2672), + [anon_sym_throw] = ACTIONS(2672), + [anon_sym_namespace] = ACTIONS(2672), + [anon_sym_using] = ACTIONS(2672), + [anon_sym_static_assert] = ACTIONS(2672), + [anon_sym_concept] = ACTIONS(2672), + [anon_sym_co_return] = ACTIONS(2672), + [anon_sym_co_yield] = ACTIONS(2672), + [anon_sym_R_DQUOTE] = ACTIONS(2674), + [anon_sym_LR_DQUOTE] = ACTIONS(2674), + [anon_sym_uR_DQUOTE] = ACTIONS(2674), + [anon_sym_UR_DQUOTE] = ACTIONS(2674), + [anon_sym_u8R_DQUOTE] = ACTIONS(2674), + [anon_sym_co_await] = ACTIONS(2672), + [anon_sym_new] = ACTIONS(2672), + [anon_sym_requires] = ACTIONS(2672), + [sym_this] = ACTIONS(2672), + [sym_nullptr] = ACTIONS(2672), }, [967] = { - [sym_identifier] = ACTIONS(2814), - [aux_sym_preproc_include_token1] = ACTIONS(2814), - [aux_sym_preproc_def_token1] = ACTIONS(2814), - [aux_sym_preproc_if_token1] = ACTIONS(2814), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2814), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2814), - [sym_preproc_directive] = ACTIONS(2814), - [anon_sym_LPAREN2] = ACTIONS(2816), - [anon_sym_BANG] = ACTIONS(2816), - [anon_sym_TILDE] = ACTIONS(2816), - [anon_sym_DASH] = ACTIONS(2814), - [anon_sym_PLUS] = ACTIONS(2814), - [anon_sym_STAR] = ACTIONS(2816), - [anon_sym_AMP_AMP] = ACTIONS(2816), - [anon_sym_AMP] = ACTIONS(2814), - [anon_sym_SEMI] = ACTIONS(2816), - [anon_sym_typedef] = ACTIONS(2814), - [anon_sym_extern] = ACTIONS(2814), - [anon_sym___attribute__] = ACTIONS(2814), - [anon_sym_COLON_COLON] = ACTIONS(2816), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2816), - [anon_sym___declspec] = ACTIONS(2814), - [anon_sym___based] = ACTIONS(2814), - [anon_sym___cdecl] = ACTIONS(2814), - [anon_sym___clrcall] = ACTIONS(2814), - [anon_sym___stdcall] = ACTIONS(2814), - [anon_sym___fastcall] = ACTIONS(2814), - [anon_sym___thiscall] = ACTIONS(2814), - [anon_sym___vectorcall] = ACTIONS(2814), - [anon_sym_LBRACE] = ACTIONS(2816), - [anon_sym_RBRACE] = ACTIONS(2816), - [anon_sym_LBRACK] = ACTIONS(2814), - [anon_sym_static] = ACTIONS(2814), - [anon_sym_register] = ACTIONS(2814), - [anon_sym_inline] = ACTIONS(2814), - [anon_sym_thread_local] = ACTIONS(2814), - [anon_sym_const] = ACTIONS(2814), - [anon_sym_volatile] = ACTIONS(2814), - [anon_sym_restrict] = ACTIONS(2814), - [anon_sym__Atomic] = ACTIONS(2814), - [anon_sym_mutable] = ACTIONS(2814), - [anon_sym_constexpr] = ACTIONS(2814), - [anon_sym_constinit] = ACTIONS(2814), - [anon_sym_consteval] = ACTIONS(2814), - [anon_sym_signed] = ACTIONS(2814), - [anon_sym_unsigned] = ACTIONS(2814), - [anon_sym_long] = ACTIONS(2814), - [anon_sym_short] = ACTIONS(2814), - [sym_primitive_type] = ACTIONS(2814), - [anon_sym_enum] = ACTIONS(2814), - [anon_sym_class] = ACTIONS(2814), - [anon_sym_struct] = ACTIONS(2814), - [anon_sym_union] = ACTIONS(2814), - [anon_sym_if] = ACTIONS(2814), - [anon_sym_switch] = ACTIONS(2814), - [anon_sym_case] = ACTIONS(2814), - [anon_sym_default] = ACTIONS(2814), - [anon_sym_while] = ACTIONS(2814), - [anon_sym_do] = ACTIONS(2814), - [anon_sym_for] = ACTIONS(2814), - [anon_sym_return] = ACTIONS(2814), - [anon_sym_break] = ACTIONS(2814), - [anon_sym_continue] = ACTIONS(2814), - [anon_sym_goto] = ACTIONS(2814), - [anon_sym_not] = ACTIONS(2814), - [anon_sym_compl] = ACTIONS(2814), - [anon_sym_DASH_DASH] = ACTIONS(2816), - [anon_sym_PLUS_PLUS] = ACTIONS(2816), - [anon_sym_sizeof] = ACTIONS(2814), - [sym_number_literal] = ACTIONS(2816), - [anon_sym_L_SQUOTE] = ACTIONS(2816), - [anon_sym_u_SQUOTE] = ACTIONS(2816), - [anon_sym_U_SQUOTE] = ACTIONS(2816), - [anon_sym_u8_SQUOTE] = ACTIONS(2816), - [anon_sym_SQUOTE] = ACTIONS(2816), - [anon_sym_L_DQUOTE] = ACTIONS(2816), - [anon_sym_u_DQUOTE] = ACTIONS(2816), - [anon_sym_U_DQUOTE] = ACTIONS(2816), - [anon_sym_u8_DQUOTE] = ACTIONS(2816), - [anon_sym_DQUOTE] = ACTIONS(2816), - [sym_true] = ACTIONS(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2814), - [anon_sym_decltype] = ACTIONS(2814), - [anon_sym_virtual] = ACTIONS(2814), - [anon_sym_explicit] = ACTIONS(2814), - [anon_sym_typename] = ACTIONS(2814), - [anon_sym_template] = ACTIONS(2814), - [anon_sym_operator] = ACTIONS(2814), - [anon_sym_try] = ACTIONS(2814), - [anon_sym_delete] = ACTIONS(2814), - [anon_sym_throw] = ACTIONS(2814), - [anon_sym_namespace] = ACTIONS(2814), - [anon_sym_using] = ACTIONS(2814), - [anon_sym_static_assert] = ACTIONS(2814), - [anon_sym_concept] = ACTIONS(2814), - [anon_sym_co_return] = ACTIONS(2814), - [anon_sym_co_yield] = ACTIONS(2814), - [anon_sym_R_DQUOTE] = ACTIONS(2816), - [anon_sym_LR_DQUOTE] = ACTIONS(2816), - [anon_sym_uR_DQUOTE] = ACTIONS(2816), - [anon_sym_UR_DQUOTE] = ACTIONS(2816), - [anon_sym_u8R_DQUOTE] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2814), - [anon_sym_new] = ACTIONS(2814), - [anon_sym_requires] = ACTIONS(2814), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), + [sym_identifier] = ACTIONS(2748), + [aux_sym_preproc_include_token1] = ACTIONS(2748), + [aux_sym_preproc_def_token1] = ACTIONS(2748), + [aux_sym_preproc_if_token1] = ACTIONS(2748), + [aux_sym_preproc_if_token2] = ACTIONS(2748), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2748), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2748), + [sym_preproc_directive] = ACTIONS(2748), + [anon_sym_LPAREN2] = ACTIONS(2750), + [anon_sym_BANG] = ACTIONS(2750), + [anon_sym_TILDE] = ACTIONS(2750), + [anon_sym_DASH] = ACTIONS(2748), + [anon_sym_PLUS] = ACTIONS(2748), + [anon_sym_STAR] = ACTIONS(2750), + [anon_sym_AMP_AMP] = ACTIONS(2750), + [anon_sym_AMP] = ACTIONS(2748), + [anon_sym_SEMI] = ACTIONS(2750), + [anon_sym_typedef] = ACTIONS(2748), + [anon_sym_extern] = ACTIONS(2748), + [anon_sym___attribute__] = ACTIONS(2748), + [anon_sym_COLON_COLON] = ACTIONS(2750), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2750), + [anon_sym___declspec] = ACTIONS(2748), + [anon_sym___based] = ACTIONS(2748), + [anon_sym___cdecl] = ACTIONS(2748), + [anon_sym___clrcall] = ACTIONS(2748), + [anon_sym___stdcall] = ACTIONS(2748), + [anon_sym___fastcall] = ACTIONS(2748), + [anon_sym___thiscall] = ACTIONS(2748), + [anon_sym___vectorcall] = ACTIONS(2748), + [anon_sym_LBRACE] = ACTIONS(2750), + [anon_sym_LBRACK] = ACTIONS(2748), + [anon_sym_static] = ACTIONS(2748), + [anon_sym_register] = ACTIONS(2748), + [anon_sym_inline] = ACTIONS(2748), + [anon_sym_thread_local] = ACTIONS(2748), + [anon_sym_const] = ACTIONS(2748), + [anon_sym_volatile] = ACTIONS(2748), + [anon_sym_restrict] = ACTIONS(2748), + [anon_sym__Atomic] = ACTIONS(2748), + [anon_sym_mutable] = ACTIONS(2748), + [anon_sym_constexpr] = ACTIONS(2748), + [anon_sym_constinit] = ACTIONS(2748), + [anon_sym_consteval] = ACTIONS(2748), + [anon_sym_signed] = ACTIONS(2748), + [anon_sym_unsigned] = ACTIONS(2748), + [anon_sym_long] = ACTIONS(2748), + [anon_sym_short] = ACTIONS(2748), + [sym_primitive_type] = ACTIONS(2748), + [anon_sym_enum] = ACTIONS(2748), + [anon_sym_class] = ACTIONS(2748), + [anon_sym_struct] = ACTIONS(2748), + [anon_sym_union] = ACTIONS(2748), + [anon_sym_if] = ACTIONS(2748), + [anon_sym_switch] = ACTIONS(2748), + [anon_sym_case] = ACTIONS(2748), + [anon_sym_default] = ACTIONS(2748), + [anon_sym_while] = ACTIONS(2748), + [anon_sym_do] = ACTIONS(2748), + [anon_sym_for] = ACTIONS(2748), + [anon_sym_return] = ACTIONS(2748), + [anon_sym_break] = ACTIONS(2748), + [anon_sym_continue] = ACTIONS(2748), + [anon_sym_goto] = ACTIONS(2748), + [anon_sym_not] = ACTIONS(2748), + [anon_sym_compl] = ACTIONS(2748), + [anon_sym_DASH_DASH] = ACTIONS(2750), + [anon_sym_PLUS_PLUS] = ACTIONS(2750), + [anon_sym_sizeof] = ACTIONS(2748), + [sym_number_literal] = ACTIONS(2750), + [anon_sym_L_SQUOTE] = ACTIONS(2750), + [anon_sym_u_SQUOTE] = ACTIONS(2750), + [anon_sym_U_SQUOTE] = ACTIONS(2750), + [anon_sym_u8_SQUOTE] = ACTIONS(2750), + [anon_sym_SQUOTE] = ACTIONS(2750), + [anon_sym_L_DQUOTE] = ACTIONS(2750), + [anon_sym_u_DQUOTE] = ACTIONS(2750), + [anon_sym_U_DQUOTE] = ACTIONS(2750), + [anon_sym_u8_DQUOTE] = ACTIONS(2750), + [anon_sym_DQUOTE] = ACTIONS(2750), + [sym_true] = ACTIONS(2748), + [sym_false] = ACTIONS(2748), + [sym_null] = ACTIONS(2748), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2748), + [anon_sym_decltype] = ACTIONS(2748), + [anon_sym_virtual] = ACTIONS(2748), + [anon_sym_explicit] = ACTIONS(2748), + [anon_sym_typename] = ACTIONS(2748), + [anon_sym_template] = ACTIONS(2748), + [anon_sym_operator] = ACTIONS(2748), + [anon_sym_try] = ACTIONS(2748), + [anon_sym_delete] = ACTIONS(2748), + [anon_sym_throw] = ACTIONS(2748), + [anon_sym_namespace] = ACTIONS(2748), + [anon_sym_using] = ACTIONS(2748), + [anon_sym_static_assert] = ACTIONS(2748), + [anon_sym_concept] = ACTIONS(2748), + [anon_sym_co_return] = ACTIONS(2748), + [anon_sym_co_yield] = ACTIONS(2748), + [anon_sym_R_DQUOTE] = ACTIONS(2750), + [anon_sym_LR_DQUOTE] = ACTIONS(2750), + [anon_sym_uR_DQUOTE] = ACTIONS(2750), + [anon_sym_UR_DQUOTE] = ACTIONS(2750), + [anon_sym_u8R_DQUOTE] = ACTIONS(2750), + [anon_sym_co_await] = ACTIONS(2748), + [anon_sym_new] = ACTIONS(2748), + [anon_sym_requires] = ACTIONS(2748), + [sym_this] = ACTIONS(2748), + [sym_nullptr] = ACTIONS(2748), }, [968] = { - [sym_identifier] = ACTIONS(2850), - [aux_sym_preproc_include_token1] = ACTIONS(2850), - [aux_sym_preproc_def_token1] = ACTIONS(2850), - [aux_sym_preproc_if_token1] = ACTIONS(2850), - [aux_sym_preproc_if_token2] = ACTIONS(2850), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2850), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2850), - [sym_preproc_directive] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2852), - [anon_sym_TILDE] = ACTIONS(2852), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_STAR] = ACTIONS(2852), - [anon_sym_AMP_AMP] = ACTIONS(2852), - [anon_sym_AMP] = ACTIONS(2850), - [anon_sym_SEMI] = ACTIONS(2852), - [anon_sym_typedef] = ACTIONS(2850), - [anon_sym_extern] = ACTIONS(2850), - [anon_sym___attribute__] = ACTIONS(2850), - [anon_sym_COLON_COLON] = ACTIONS(2852), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2852), - [anon_sym___declspec] = ACTIONS(2850), - [anon_sym___based] = ACTIONS(2850), - [anon_sym___cdecl] = ACTIONS(2850), - [anon_sym___clrcall] = ACTIONS(2850), - [anon_sym___stdcall] = ACTIONS(2850), - [anon_sym___fastcall] = ACTIONS(2850), - [anon_sym___thiscall] = ACTIONS(2850), - [anon_sym___vectorcall] = ACTIONS(2850), - [anon_sym_LBRACE] = ACTIONS(2852), - [anon_sym_LBRACK] = ACTIONS(2850), - [anon_sym_static] = ACTIONS(2850), - [anon_sym_register] = ACTIONS(2850), - [anon_sym_inline] = ACTIONS(2850), - [anon_sym_thread_local] = ACTIONS(2850), - [anon_sym_const] = ACTIONS(2850), - [anon_sym_volatile] = ACTIONS(2850), - [anon_sym_restrict] = ACTIONS(2850), - [anon_sym__Atomic] = ACTIONS(2850), - [anon_sym_mutable] = ACTIONS(2850), - [anon_sym_constexpr] = ACTIONS(2850), - [anon_sym_constinit] = ACTIONS(2850), - [anon_sym_consteval] = ACTIONS(2850), - [anon_sym_signed] = ACTIONS(2850), - [anon_sym_unsigned] = ACTIONS(2850), - [anon_sym_long] = ACTIONS(2850), - [anon_sym_short] = ACTIONS(2850), - [sym_primitive_type] = ACTIONS(2850), - [anon_sym_enum] = ACTIONS(2850), - [anon_sym_class] = ACTIONS(2850), - [anon_sym_struct] = ACTIONS(2850), - [anon_sym_union] = ACTIONS(2850), - [anon_sym_if] = ACTIONS(2850), - [anon_sym_switch] = ACTIONS(2850), - [anon_sym_case] = ACTIONS(2850), - [anon_sym_default] = ACTIONS(2850), - [anon_sym_while] = ACTIONS(2850), - [anon_sym_do] = ACTIONS(2850), - [anon_sym_for] = ACTIONS(2850), - [anon_sym_return] = ACTIONS(2850), - [anon_sym_break] = ACTIONS(2850), - [anon_sym_continue] = ACTIONS(2850), - [anon_sym_goto] = ACTIONS(2850), - [anon_sym_not] = ACTIONS(2850), - [anon_sym_compl] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2850), - [sym_number_literal] = ACTIONS(2852), - [anon_sym_L_SQUOTE] = ACTIONS(2852), - [anon_sym_u_SQUOTE] = ACTIONS(2852), - [anon_sym_U_SQUOTE] = ACTIONS(2852), - [anon_sym_u8_SQUOTE] = ACTIONS(2852), - [anon_sym_SQUOTE] = ACTIONS(2852), - [anon_sym_L_DQUOTE] = ACTIONS(2852), - [anon_sym_u_DQUOTE] = ACTIONS(2852), - [anon_sym_U_DQUOTE] = ACTIONS(2852), - [anon_sym_u8_DQUOTE] = ACTIONS(2852), - [anon_sym_DQUOTE] = ACTIONS(2852), - [sym_true] = ACTIONS(2850), - [sym_false] = ACTIONS(2850), - [sym_null] = ACTIONS(2850), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2850), - [anon_sym_decltype] = ACTIONS(2850), - [anon_sym_virtual] = ACTIONS(2850), - [anon_sym_explicit] = ACTIONS(2850), - [anon_sym_typename] = ACTIONS(2850), - [anon_sym_template] = ACTIONS(2850), - [anon_sym_operator] = ACTIONS(2850), - [anon_sym_try] = ACTIONS(2850), - [anon_sym_delete] = ACTIONS(2850), - [anon_sym_throw] = ACTIONS(2850), - [anon_sym_namespace] = ACTIONS(2850), - [anon_sym_using] = ACTIONS(2850), - [anon_sym_static_assert] = ACTIONS(2850), - [anon_sym_concept] = ACTIONS(2850), - [anon_sym_co_return] = ACTIONS(2850), - [anon_sym_co_yield] = ACTIONS(2850), - [anon_sym_R_DQUOTE] = ACTIONS(2852), - [anon_sym_LR_DQUOTE] = ACTIONS(2852), - [anon_sym_uR_DQUOTE] = ACTIONS(2852), - [anon_sym_UR_DQUOTE] = ACTIONS(2852), - [anon_sym_u8R_DQUOTE] = ACTIONS(2852), - [anon_sym_co_await] = ACTIONS(2850), - [anon_sym_new] = ACTIONS(2850), - [anon_sym_requires] = ACTIONS(2850), - [sym_this] = ACTIONS(2850), - [sym_nullptr] = ACTIONS(2850), + [sym_identifier] = ACTIONS(2866), + [aux_sym_preproc_include_token1] = ACTIONS(2866), + [aux_sym_preproc_def_token1] = ACTIONS(2866), + [aux_sym_preproc_if_token1] = ACTIONS(2866), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2866), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2866), + [sym_preproc_directive] = ACTIONS(2866), + [anon_sym_LPAREN2] = ACTIONS(2868), + [anon_sym_BANG] = ACTIONS(2868), + [anon_sym_TILDE] = ACTIONS(2868), + [anon_sym_DASH] = ACTIONS(2866), + [anon_sym_PLUS] = ACTIONS(2866), + [anon_sym_STAR] = ACTIONS(2868), + [anon_sym_AMP_AMP] = ACTIONS(2868), + [anon_sym_AMP] = ACTIONS(2866), + [anon_sym_SEMI] = ACTIONS(2868), + [anon_sym_typedef] = ACTIONS(2866), + [anon_sym_extern] = ACTIONS(2866), + [anon_sym___attribute__] = ACTIONS(2866), + [anon_sym_COLON_COLON] = ACTIONS(2868), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2868), + [anon_sym___declspec] = ACTIONS(2866), + [anon_sym___based] = ACTIONS(2866), + [anon_sym___cdecl] = ACTIONS(2866), + [anon_sym___clrcall] = ACTIONS(2866), + [anon_sym___stdcall] = ACTIONS(2866), + [anon_sym___fastcall] = ACTIONS(2866), + [anon_sym___thiscall] = ACTIONS(2866), + [anon_sym___vectorcall] = ACTIONS(2866), + [anon_sym_LBRACE] = ACTIONS(2868), + [anon_sym_RBRACE] = ACTIONS(2868), + [anon_sym_LBRACK] = ACTIONS(2866), + [anon_sym_static] = ACTIONS(2866), + [anon_sym_register] = ACTIONS(2866), + [anon_sym_inline] = ACTIONS(2866), + [anon_sym_thread_local] = ACTIONS(2866), + [anon_sym_const] = ACTIONS(2866), + [anon_sym_volatile] = ACTIONS(2866), + [anon_sym_restrict] = ACTIONS(2866), + [anon_sym__Atomic] = ACTIONS(2866), + [anon_sym_mutable] = ACTIONS(2866), + [anon_sym_constexpr] = ACTIONS(2866), + [anon_sym_constinit] = ACTIONS(2866), + [anon_sym_consteval] = ACTIONS(2866), + [anon_sym_signed] = ACTIONS(2866), + [anon_sym_unsigned] = ACTIONS(2866), + [anon_sym_long] = ACTIONS(2866), + [anon_sym_short] = ACTIONS(2866), + [sym_primitive_type] = ACTIONS(2866), + [anon_sym_enum] = ACTIONS(2866), + [anon_sym_class] = ACTIONS(2866), + [anon_sym_struct] = ACTIONS(2866), + [anon_sym_union] = ACTIONS(2866), + [anon_sym_if] = ACTIONS(2866), + [anon_sym_switch] = ACTIONS(2866), + [anon_sym_case] = ACTIONS(2866), + [anon_sym_default] = ACTIONS(2866), + [anon_sym_while] = ACTIONS(2866), + [anon_sym_do] = ACTIONS(2866), + [anon_sym_for] = ACTIONS(2866), + [anon_sym_return] = ACTIONS(2866), + [anon_sym_break] = ACTIONS(2866), + [anon_sym_continue] = ACTIONS(2866), + [anon_sym_goto] = ACTIONS(2866), + [anon_sym_not] = ACTIONS(2866), + [anon_sym_compl] = ACTIONS(2866), + [anon_sym_DASH_DASH] = ACTIONS(2868), + [anon_sym_PLUS_PLUS] = ACTIONS(2868), + [anon_sym_sizeof] = ACTIONS(2866), + [sym_number_literal] = ACTIONS(2868), + [anon_sym_L_SQUOTE] = ACTIONS(2868), + [anon_sym_u_SQUOTE] = ACTIONS(2868), + [anon_sym_U_SQUOTE] = ACTIONS(2868), + [anon_sym_u8_SQUOTE] = ACTIONS(2868), + [anon_sym_SQUOTE] = ACTIONS(2868), + [anon_sym_L_DQUOTE] = ACTIONS(2868), + [anon_sym_u_DQUOTE] = ACTIONS(2868), + [anon_sym_U_DQUOTE] = ACTIONS(2868), + [anon_sym_u8_DQUOTE] = ACTIONS(2868), + [anon_sym_DQUOTE] = ACTIONS(2868), + [sym_true] = ACTIONS(2866), + [sym_false] = ACTIONS(2866), + [sym_null] = ACTIONS(2866), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2866), + [anon_sym_decltype] = ACTIONS(2866), + [anon_sym_virtual] = ACTIONS(2866), + [anon_sym_explicit] = ACTIONS(2866), + [anon_sym_typename] = ACTIONS(2866), + [anon_sym_template] = ACTIONS(2866), + [anon_sym_operator] = ACTIONS(2866), + [anon_sym_try] = ACTIONS(2866), + [anon_sym_delete] = ACTIONS(2866), + [anon_sym_throw] = ACTIONS(2866), + [anon_sym_namespace] = ACTIONS(2866), + [anon_sym_using] = ACTIONS(2866), + [anon_sym_static_assert] = ACTIONS(2866), + [anon_sym_concept] = ACTIONS(2866), + [anon_sym_co_return] = ACTIONS(2866), + [anon_sym_co_yield] = ACTIONS(2866), + [anon_sym_R_DQUOTE] = ACTIONS(2868), + [anon_sym_LR_DQUOTE] = ACTIONS(2868), + [anon_sym_uR_DQUOTE] = ACTIONS(2868), + [anon_sym_UR_DQUOTE] = ACTIONS(2868), + [anon_sym_u8R_DQUOTE] = ACTIONS(2868), + [anon_sym_co_await] = ACTIONS(2866), + [anon_sym_new] = ACTIONS(2866), + [anon_sym_requires] = ACTIONS(2866), + [sym_this] = ACTIONS(2866), + [sym_nullptr] = ACTIONS(2866), }, [969] = { - [sym_identifier] = ACTIONS(2810), - [aux_sym_preproc_include_token1] = ACTIONS(2810), - [aux_sym_preproc_def_token1] = ACTIONS(2810), - [aux_sym_preproc_if_token1] = ACTIONS(2810), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2810), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2810), - [sym_preproc_directive] = ACTIONS(2810), - [anon_sym_LPAREN2] = ACTIONS(2812), - [anon_sym_BANG] = ACTIONS(2812), - [anon_sym_TILDE] = ACTIONS(2812), - [anon_sym_DASH] = ACTIONS(2810), - [anon_sym_PLUS] = ACTIONS(2810), - [anon_sym_STAR] = ACTIONS(2812), - [anon_sym_AMP_AMP] = ACTIONS(2812), - [anon_sym_AMP] = ACTIONS(2810), - [anon_sym_SEMI] = ACTIONS(2812), - [anon_sym_typedef] = ACTIONS(2810), - [anon_sym_extern] = ACTIONS(2810), - [anon_sym___attribute__] = ACTIONS(2810), - [anon_sym_COLON_COLON] = ACTIONS(2812), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2812), - [anon_sym___declspec] = ACTIONS(2810), - [anon_sym___based] = ACTIONS(2810), - [anon_sym___cdecl] = ACTIONS(2810), - [anon_sym___clrcall] = ACTIONS(2810), - [anon_sym___stdcall] = ACTIONS(2810), - [anon_sym___fastcall] = ACTIONS(2810), - [anon_sym___thiscall] = ACTIONS(2810), - [anon_sym___vectorcall] = ACTIONS(2810), - [anon_sym_LBRACE] = ACTIONS(2812), - [anon_sym_RBRACE] = ACTIONS(2812), - [anon_sym_LBRACK] = ACTIONS(2810), - [anon_sym_static] = ACTIONS(2810), - [anon_sym_register] = ACTIONS(2810), - [anon_sym_inline] = ACTIONS(2810), - [anon_sym_thread_local] = ACTIONS(2810), - [anon_sym_const] = ACTIONS(2810), - [anon_sym_volatile] = ACTIONS(2810), - [anon_sym_restrict] = ACTIONS(2810), - [anon_sym__Atomic] = ACTIONS(2810), - [anon_sym_mutable] = ACTIONS(2810), - [anon_sym_constexpr] = ACTIONS(2810), - [anon_sym_constinit] = ACTIONS(2810), - [anon_sym_consteval] = ACTIONS(2810), - [anon_sym_signed] = ACTIONS(2810), - [anon_sym_unsigned] = ACTIONS(2810), - [anon_sym_long] = ACTIONS(2810), - [anon_sym_short] = ACTIONS(2810), - [sym_primitive_type] = ACTIONS(2810), - [anon_sym_enum] = ACTIONS(2810), - [anon_sym_class] = ACTIONS(2810), - [anon_sym_struct] = ACTIONS(2810), - [anon_sym_union] = ACTIONS(2810), - [anon_sym_if] = ACTIONS(2810), - [anon_sym_switch] = ACTIONS(2810), - [anon_sym_case] = ACTIONS(2810), - [anon_sym_default] = ACTIONS(2810), - [anon_sym_while] = ACTIONS(2810), - [anon_sym_do] = ACTIONS(2810), - [anon_sym_for] = ACTIONS(2810), - [anon_sym_return] = ACTIONS(2810), - [anon_sym_break] = ACTIONS(2810), - [anon_sym_continue] = ACTIONS(2810), - [anon_sym_goto] = ACTIONS(2810), - [anon_sym_not] = ACTIONS(2810), - [anon_sym_compl] = ACTIONS(2810), - [anon_sym_DASH_DASH] = ACTIONS(2812), - [anon_sym_PLUS_PLUS] = ACTIONS(2812), - [anon_sym_sizeof] = ACTIONS(2810), - [sym_number_literal] = ACTIONS(2812), - [anon_sym_L_SQUOTE] = ACTIONS(2812), - [anon_sym_u_SQUOTE] = ACTIONS(2812), - [anon_sym_U_SQUOTE] = ACTIONS(2812), - [anon_sym_u8_SQUOTE] = ACTIONS(2812), - [anon_sym_SQUOTE] = ACTIONS(2812), - [anon_sym_L_DQUOTE] = ACTIONS(2812), - [anon_sym_u_DQUOTE] = ACTIONS(2812), - [anon_sym_U_DQUOTE] = ACTIONS(2812), - [anon_sym_u8_DQUOTE] = ACTIONS(2812), - [anon_sym_DQUOTE] = ACTIONS(2812), - [sym_true] = ACTIONS(2810), - [sym_false] = ACTIONS(2810), - [sym_null] = ACTIONS(2810), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2810), - [anon_sym_decltype] = ACTIONS(2810), - [anon_sym_virtual] = ACTIONS(2810), - [anon_sym_explicit] = ACTIONS(2810), - [anon_sym_typename] = ACTIONS(2810), - [anon_sym_template] = ACTIONS(2810), - [anon_sym_operator] = ACTIONS(2810), - [anon_sym_try] = ACTIONS(2810), - [anon_sym_delete] = ACTIONS(2810), - [anon_sym_throw] = ACTIONS(2810), - [anon_sym_namespace] = ACTIONS(2810), - [anon_sym_using] = ACTIONS(2810), - [anon_sym_static_assert] = ACTIONS(2810), - [anon_sym_concept] = ACTIONS(2810), - [anon_sym_co_return] = ACTIONS(2810), - [anon_sym_co_yield] = ACTIONS(2810), - [anon_sym_R_DQUOTE] = ACTIONS(2812), - [anon_sym_LR_DQUOTE] = ACTIONS(2812), - [anon_sym_uR_DQUOTE] = ACTIONS(2812), - [anon_sym_UR_DQUOTE] = ACTIONS(2812), - [anon_sym_u8R_DQUOTE] = ACTIONS(2812), - [anon_sym_co_await] = ACTIONS(2810), - [anon_sym_new] = ACTIONS(2810), - [anon_sym_requires] = ACTIONS(2810), - [sym_this] = ACTIONS(2810), - [sym_nullptr] = ACTIONS(2810), + [sym_identifier] = ACTIONS(2862), + [aux_sym_preproc_include_token1] = ACTIONS(2862), + [aux_sym_preproc_def_token1] = ACTIONS(2862), + [aux_sym_preproc_if_token1] = ACTIONS(2862), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2862), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2862), + [sym_preproc_directive] = ACTIONS(2862), + [anon_sym_LPAREN2] = ACTIONS(2864), + [anon_sym_BANG] = ACTIONS(2864), + [anon_sym_TILDE] = ACTIONS(2864), + [anon_sym_DASH] = ACTIONS(2862), + [anon_sym_PLUS] = ACTIONS(2862), + [anon_sym_STAR] = ACTIONS(2864), + [anon_sym_AMP_AMP] = ACTIONS(2864), + [anon_sym_AMP] = ACTIONS(2862), + [anon_sym_SEMI] = ACTIONS(2864), + [anon_sym_typedef] = ACTIONS(2862), + [anon_sym_extern] = ACTIONS(2862), + [anon_sym___attribute__] = ACTIONS(2862), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2864), + [anon_sym___declspec] = ACTIONS(2862), + [anon_sym___based] = ACTIONS(2862), + [anon_sym___cdecl] = ACTIONS(2862), + [anon_sym___clrcall] = ACTIONS(2862), + [anon_sym___stdcall] = ACTIONS(2862), + [anon_sym___fastcall] = ACTIONS(2862), + [anon_sym___thiscall] = ACTIONS(2862), + [anon_sym___vectorcall] = ACTIONS(2862), + [anon_sym_LBRACE] = ACTIONS(2864), + [anon_sym_RBRACE] = ACTIONS(2864), + [anon_sym_LBRACK] = ACTIONS(2862), + [anon_sym_static] = ACTIONS(2862), + [anon_sym_register] = ACTIONS(2862), + [anon_sym_inline] = ACTIONS(2862), + [anon_sym_thread_local] = ACTIONS(2862), + [anon_sym_const] = ACTIONS(2862), + [anon_sym_volatile] = ACTIONS(2862), + [anon_sym_restrict] = ACTIONS(2862), + [anon_sym__Atomic] = ACTIONS(2862), + [anon_sym_mutable] = ACTIONS(2862), + [anon_sym_constexpr] = ACTIONS(2862), + [anon_sym_constinit] = ACTIONS(2862), + [anon_sym_consteval] = ACTIONS(2862), + [anon_sym_signed] = ACTIONS(2862), + [anon_sym_unsigned] = ACTIONS(2862), + [anon_sym_long] = ACTIONS(2862), + [anon_sym_short] = ACTIONS(2862), + [sym_primitive_type] = ACTIONS(2862), + [anon_sym_enum] = ACTIONS(2862), + [anon_sym_class] = ACTIONS(2862), + [anon_sym_struct] = ACTIONS(2862), + [anon_sym_union] = ACTIONS(2862), + [anon_sym_if] = ACTIONS(2862), + [anon_sym_switch] = ACTIONS(2862), + [anon_sym_case] = ACTIONS(2862), + [anon_sym_default] = ACTIONS(2862), + [anon_sym_while] = ACTIONS(2862), + [anon_sym_do] = ACTIONS(2862), + [anon_sym_for] = ACTIONS(2862), + [anon_sym_return] = ACTIONS(2862), + [anon_sym_break] = ACTIONS(2862), + [anon_sym_continue] = ACTIONS(2862), + [anon_sym_goto] = ACTIONS(2862), + [anon_sym_not] = ACTIONS(2862), + [anon_sym_compl] = ACTIONS(2862), + [anon_sym_DASH_DASH] = ACTIONS(2864), + [anon_sym_PLUS_PLUS] = ACTIONS(2864), + [anon_sym_sizeof] = ACTIONS(2862), + [sym_number_literal] = ACTIONS(2864), + [anon_sym_L_SQUOTE] = ACTIONS(2864), + [anon_sym_u_SQUOTE] = ACTIONS(2864), + [anon_sym_U_SQUOTE] = ACTIONS(2864), + [anon_sym_u8_SQUOTE] = ACTIONS(2864), + [anon_sym_SQUOTE] = ACTIONS(2864), + [anon_sym_L_DQUOTE] = ACTIONS(2864), + [anon_sym_u_DQUOTE] = ACTIONS(2864), + [anon_sym_U_DQUOTE] = ACTIONS(2864), + [anon_sym_u8_DQUOTE] = ACTIONS(2864), + [anon_sym_DQUOTE] = ACTIONS(2864), + [sym_true] = ACTIONS(2862), + [sym_false] = ACTIONS(2862), + [sym_null] = ACTIONS(2862), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2862), + [anon_sym_decltype] = ACTIONS(2862), + [anon_sym_virtual] = ACTIONS(2862), + [anon_sym_explicit] = ACTIONS(2862), + [anon_sym_typename] = ACTIONS(2862), + [anon_sym_template] = ACTIONS(2862), + [anon_sym_operator] = ACTIONS(2862), + [anon_sym_try] = ACTIONS(2862), + [anon_sym_delete] = ACTIONS(2862), + [anon_sym_throw] = ACTIONS(2862), + [anon_sym_namespace] = ACTIONS(2862), + [anon_sym_using] = ACTIONS(2862), + [anon_sym_static_assert] = ACTIONS(2862), + [anon_sym_concept] = ACTIONS(2862), + [anon_sym_co_return] = ACTIONS(2862), + [anon_sym_co_yield] = ACTIONS(2862), + [anon_sym_R_DQUOTE] = ACTIONS(2864), + [anon_sym_LR_DQUOTE] = ACTIONS(2864), + [anon_sym_uR_DQUOTE] = ACTIONS(2864), + [anon_sym_UR_DQUOTE] = ACTIONS(2864), + [anon_sym_u8R_DQUOTE] = ACTIONS(2864), + [anon_sym_co_await] = ACTIONS(2862), + [anon_sym_new] = ACTIONS(2862), + [anon_sym_requires] = ACTIONS(2862), + [sym_this] = ACTIONS(2862), + [sym_nullptr] = ACTIONS(2862), }, [970] = { - [sym_identifier] = ACTIONS(2738), - [aux_sym_preproc_include_token1] = ACTIONS(2738), - [aux_sym_preproc_def_token1] = ACTIONS(2738), - [aux_sym_preproc_if_token1] = ACTIONS(2738), - [aux_sym_preproc_if_token2] = ACTIONS(2738), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2738), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2738), - [sym_preproc_directive] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(2740), - [anon_sym_BANG] = ACTIONS(2740), - [anon_sym_TILDE] = ACTIONS(2740), - [anon_sym_DASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2738), - [anon_sym_STAR] = ACTIONS(2740), - [anon_sym_AMP_AMP] = ACTIONS(2740), - [anon_sym_AMP] = ACTIONS(2738), - [anon_sym_SEMI] = ACTIONS(2740), - [anon_sym_typedef] = ACTIONS(2738), - [anon_sym_extern] = ACTIONS(2738), - [anon_sym___attribute__] = ACTIONS(2738), - [anon_sym_COLON_COLON] = ACTIONS(2740), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2740), - [anon_sym___declspec] = ACTIONS(2738), - [anon_sym___based] = ACTIONS(2738), - [anon_sym___cdecl] = ACTIONS(2738), - [anon_sym___clrcall] = ACTIONS(2738), - [anon_sym___stdcall] = ACTIONS(2738), - [anon_sym___fastcall] = ACTIONS(2738), - [anon_sym___thiscall] = ACTIONS(2738), - [anon_sym___vectorcall] = ACTIONS(2738), - [anon_sym_LBRACE] = ACTIONS(2740), - [anon_sym_LBRACK] = ACTIONS(2738), - [anon_sym_static] = ACTIONS(2738), - [anon_sym_register] = ACTIONS(2738), - [anon_sym_inline] = ACTIONS(2738), - [anon_sym_thread_local] = ACTIONS(2738), - [anon_sym_const] = ACTIONS(2738), - [anon_sym_volatile] = ACTIONS(2738), - [anon_sym_restrict] = ACTIONS(2738), - [anon_sym__Atomic] = ACTIONS(2738), - [anon_sym_mutable] = ACTIONS(2738), - [anon_sym_constexpr] = ACTIONS(2738), - [anon_sym_constinit] = ACTIONS(2738), - [anon_sym_consteval] = ACTIONS(2738), - [anon_sym_signed] = ACTIONS(2738), - [anon_sym_unsigned] = ACTIONS(2738), - [anon_sym_long] = ACTIONS(2738), - [anon_sym_short] = ACTIONS(2738), - [sym_primitive_type] = ACTIONS(2738), - [anon_sym_enum] = ACTIONS(2738), - [anon_sym_class] = ACTIONS(2738), - [anon_sym_struct] = ACTIONS(2738), - [anon_sym_union] = ACTIONS(2738), - [anon_sym_if] = ACTIONS(2738), - [anon_sym_switch] = ACTIONS(2738), - [anon_sym_case] = ACTIONS(2738), - [anon_sym_default] = ACTIONS(2738), - [anon_sym_while] = ACTIONS(2738), - [anon_sym_do] = ACTIONS(2738), - [anon_sym_for] = ACTIONS(2738), - [anon_sym_return] = ACTIONS(2738), - [anon_sym_break] = ACTIONS(2738), - [anon_sym_continue] = ACTIONS(2738), - [anon_sym_goto] = ACTIONS(2738), - [anon_sym_not] = ACTIONS(2738), - [anon_sym_compl] = ACTIONS(2738), - [anon_sym_DASH_DASH] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_sizeof] = ACTIONS(2738), - [sym_number_literal] = ACTIONS(2740), - [anon_sym_L_SQUOTE] = ACTIONS(2740), - [anon_sym_u_SQUOTE] = ACTIONS(2740), - [anon_sym_U_SQUOTE] = ACTIONS(2740), - [anon_sym_u8_SQUOTE] = ACTIONS(2740), - [anon_sym_SQUOTE] = ACTIONS(2740), - [anon_sym_L_DQUOTE] = ACTIONS(2740), - [anon_sym_u_DQUOTE] = ACTIONS(2740), - [anon_sym_U_DQUOTE] = ACTIONS(2740), - [anon_sym_u8_DQUOTE] = ACTIONS(2740), - [anon_sym_DQUOTE] = ACTIONS(2740), - [sym_true] = ACTIONS(2738), - [sym_false] = ACTIONS(2738), - [sym_null] = ACTIONS(2738), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2738), - [anon_sym_decltype] = ACTIONS(2738), - [anon_sym_virtual] = ACTIONS(2738), - [anon_sym_explicit] = ACTIONS(2738), - [anon_sym_typename] = ACTIONS(2738), - [anon_sym_template] = ACTIONS(2738), - [anon_sym_operator] = ACTIONS(2738), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_delete] = ACTIONS(2738), - [anon_sym_throw] = ACTIONS(2738), - [anon_sym_namespace] = ACTIONS(2738), - [anon_sym_using] = ACTIONS(2738), - [anon_sym_static_assert] = ACTIONS(2738), - [anon_sym_concept] = ACTIONS(2738), - [anon_sym_co_return] = ACTIONS(2738), - [anon_sym_co_yield] = ACTIONS(2738), - [anon_sym_R_DQUOTE] = ACTIONS(2740), - [anon_sym_LR_DQUOTE] = ACTIONS(2740), - [anon_sym_uR_DQUOTE] = ACTIONS(2740), - [anon_sym_UR_DQUOTE] = ACTIONS(2740), - [anon_sym_u8R_DQUOTE] = ACTIONS(2740), - [anon_sym_co_await] = ACTIONS(2738), - [anon_sym_new] = ACTIONS(2738), - [anon_sym_requires] = ACTIONS(2738), - [sym_this] = ACTIONS(2738), - [sym_nullptr] = ACTIONS(2738), + [sym_identifier] = ACTIONS(2724), + [aux_sym_preproc_include_token1] = ACTIONS(2724), + [aux_sym_preproc_def_token1] = ACTIONS(2724), + [aux_sym_preproc_if_token1] = ACTIONS(2724), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2724), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2724), + [sym_preproc_directive] = ACTIONS(2724), + [anon_sym_LPAREN2] = ACTIONS(2726), + [anon_sym_BANG] = ACTIONS(2726), + [anon_sym_TILDE] = ACTIONS(2726), + [anon_sym_DASH] = ACTIONS(2724), + [anon_sym_PLUS] = ACTIONS(2724), + [anon_sym_STAR] = ACTIONS(2726), + [anon_sym_AMP_AMP] = ACTIONS(2726), + [anon_sym_AMP] = ACTIONS(2724), + [anon_sym_SEMI] = ACTIONS(2726), + [anon_sym_typedef] = ACTIONS(2724), + [anon_sym_extern] = ACTIONS(2724), + [anon_sym___attribute__] = ACTIONS(2724), + [anon_sym_COLON_COLON] = ACTIONS(2726), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2726), + [anon_sym___declspec] = ACTIONS(2724), + [anon_sym___based] = ACTIONS(2724), + [anon_sym___cdecl] = ACTIONS(2724), + [anon_sym___clrcall] = ACTIONS(2724), + [anon_sym___stdcall] = ACTIONS(2724), + [anon_sym___fastcall] = ACTIONS(2724), + [anon_sym___thiscall] = ACTIONS(2724), + [anon_sym___vectorcall] = ACTIONS(2724), + [anon_sym_LBRACE] = ACTIONS(2726), + [anon_sym_RBRACE] = ACTIONS(2726), + [anon_sym_LBRACK] = ACTIONS(2724), + [anon_sym_static] = ACTIONS(2724), + [anon_sym_register] = ACTIONS(2724), + [anon_sym_inline] = ACTIONS(2724), + [anon_sym_thread_local] = ACTIONS(2724), + [anon_sym_const] = ACTIONS(2724), + [anon_sym_volatile] = ACTIONS(2724), + [anon_sym_restrict] = ACTIONS(2724), + [anon_sym__Atomic] = ACTIONS(2724), + [anon_sym_mutable] = ACTIONS(2724), + [anon_sym_constexpr] = ACTIONS(2724), + [anon_sym_constinit] = ACTIONS(2724), + [anon_sym_consteval] = ACTIONS(2724), + [anon_sym_signed] = ACTIONS(2724), + [anon_sym_unsigned] = ACTIONS(2724), + [anon_sym_long] = ACTIONS(2724), + [anon_sym_short] = ACTIONS(2724), + [sym_primitive_type] = ACTIONS(2724), + [anon_sym_enum] = ACTIONS(2724), + [anon_sym_class] = ACTIONS(2724), + [anon_sym_struct] = ACTIONS(2724), + [anon_sym_union] = ACTIONS(2724), + [anon_sym_if] = ACTIONS(2724), + [anon_sym_switch] = ACTIONS(2724), + [anon_sym_case] = ACTIONS(2724), + [anon_sym_default] = ACTIONS(2724), + [anon_sym_while] = ACTIONS(2724), + [anon_sym_do] = ACTIONS(2724), + [anon_sym_for] = ACTIONS(2724), + [anon_sym_return] = ACTIONS(2724), + [anon_sym_break] = ACTIONS(2724), + [anon_sym_continue] = ACTIONS(2724), + [anon_sym_goto] = ACTIONS(2724), + [anon_sym_not] = ACTIONS(2724), + [anon_sym_compl] = ACTIONS(2724), + [anon_sym_DASH_DASH] = ACTIONS(2726), + [anon_sym_PLUS_PLUS] = ACTIONS(2726), + [anon_sym_sizeof] = ACTIONS(2724), + [sym_number_literal] = ACTIONS(2726), + [anon_sym_L_SQUOTE] = ACTIONS(2726), + [anon_sym_u_SQUOTE] = ACTIONS(2726), + [anon_sym_U_SQUOTE] = ACTIONS(2726), + [anon_sym_u8_SQUOTE] = ACTIONS(2726), + [anon_sym_SQUOTE] = ACTIONS(2726), + [anon_sym_L_DQUOTE] = ACTIONS(2726), + [anon_sym_u_DQUOTE] = ACTIONS(2726), + [anon_sym_U_DQUOTE] = ACTIONS(2726), + [anon_sym_u8_DQUOTE] = ACTIONS(2726), + [anon_sym_DQUOTE] = ACTIONS(2726), + [sym_true] = ACTIONS(2724), + [sym_false] = ACTIONS(2724), + [sym_null] = ACTIONS(2724), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2724), + [anon_sym_decltype] = ACTIONS(2724), + [anon_sym_virtual] = ACTIONS(2724), + [anon_sym_explicit] = ACTIONS(2724), + [anon_sym_typename] = ACTIONS(2724), + [anon_sym_template] = ACTIONS(2724), + [anon_sym_operator] = ACTIONS(2724), + [anon_sym_try] = ACTIONS(2724), + [anon_sym_delete] = ACTIONS(2724), + [anon_sym_throw] = ACTIONS(2724), + [anon_sym_namespace] = ACTIONS(2724), + [anon_sym_using] = ACTIONS(2724), + [anon_sym_static_assert] = ACTIONS(2724), + [anon_sym_concept] = ACTIONS(2724), + [anon_sym_co_return] = ACTIONS(2724), + [anon_sym_co_yield] = ACTIONS(2724), + [anon_sym_R_DQUOTE] = ACTIONS(2726), + [anon_sym_LR_DQUOTE] = ACTIONS(2726), + [anon_sym_uR_DQUOTE] = ACTIONS(2726), + [anon_sym_UR_DQUOTE] = ACTIONS(2726), + [anon_sym_u8R_DQUOTE] = ACTIONS(2726), + [anon_sym_co_await] = ACTIONS(2724), + [anon_sym_new] = ACTIONS(2724), + [anon_sym_requires] = ACTIONS(2724), + [sym_this] = ACTIONS(2724), + [sym_nullptr] = ACTIONS(2724), }, [971] = { - [ts_builtin_sym_end] = ACTIONS(2716), - [sym_identifier] = ACTIONS(2714), - [aux_sym_preproc_include_token1] = ACTIONS(2714), - [aux_sym_preproc_def_token1] = ACTIONS(2714), - [aux_sym_preproc_if_token1] = ACTIONS(2714), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2714), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2714), - [sym_preproc_directive] = ACTIONS(2714), - [anon_sym_LPAREN2] = ACTIONS(2716), - [anon_sym_BANG] = ACTIONS(2716), - [anon_sym_TILDE] = ACTIONS(2716), - [anon_sym_DASH] = ACTIONS(2714), - [anon_sym_PLUS] = ACTIONS(2714), - [anon_sym_STAR] = ACTIONS(2716), - [anon_sym_AMP_AMP] = ACTIONS(2716), - [anon_sym_AMP] = ACTIONS(2714), - [anon_sym_SEMI] = ACTIONS(2716), - [anon_sym_typedef] = ACTIONS(2714), - [anon_sym_extern] = ACTIONS(2714), - [anon_sym___attribute__] = ACTIONS(2714), - [anon_sym_COLON_COLON] = ACTIONS(2716), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2716), - [anon_sym___declspec] = ACTIONS(2714), - [anon_sym___based] = ACTIONS(2714), - [anon_sym___cdecl] = ACTIONS(2714), - [anon_sym___clrcall] = ACTIONS(2714), - [anon_sym___stdcall] = ACTIONS(2714), - [anon_sym___fastcall] = ACTIONS(2714), - [anon_sym___thiscall] = ACTIONS(2714), - [anon_sym___vectorcall] = ACTIONS(2714), - [anon_sym_LBRACE] = ACTIONS(2716), - [anon_sym_LBRACK] = ACTIONS(2714), - [anon_sym_static] = ACTIONS(2714), - [anon_sym_register] = ACTIONS(2714), - [anon_sym_inline] = ACTIONS(2714), - [anon_sym_thread_local] = ACTIONS(2714), - [anon_sym_const] = ACTIONS(2714), - [anon_sym_volatile] = ACTIONS(2714), - [anon_sym_restrict] = ACTIONS(2714), - [anon_sym__Atomic] = ACTIONS(2714), - [anon_sym_mutable] = ACTIONS(2714), - [anon_sym_constexpr] = ACTIONS(2714), - [anon_sym_constinit] = ACTIONS(2714), - [anon_sym_consteval] = ACTIONS(2714), - [anon_sym_signed] = ACTIONS(2714), - [anon_sym_unsigned] = ACTIONS(2714), - [anon_sym_long] = ACTIONS(2714), - [anon_sym_short] = ACTIONS(2714), - [sym_primitive_type] = ACTIONS(2714), - [anon_sym_enum] = ACTIONS(2714), - [anon_sym_class] = ACTIONS(2714), - [anon_sym_struct] = ACTIONS(2714), - [anon_sym_union] = ACTIONS(2714), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2714), - [anon_sym_case] = ACTIONS(2714), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2714), - [anon_sym_do] = ACTIONS(2714), - [anon_sym_for] = ACTIONS(2714), - [anon_sym_return] = ACTIONS(2714), - [anon_sym_break] = ACTIONS(2714), - [anon_sym_continue] = ACTIONS(2714), - [anon_sym_goto] = ACTIONS(2714), - [anon_sym_not] = ACTIONS(2714), - [anon_sym_compl] = ACTIONS(2714), - [anon_sym_DASH_DASH] = ACTIONS(2716), - [anon_sym_PLUS_PLUS] = ACTIONS(2716), - [anon_sym_sizeof] = ACTIONS(2714), - [sym_number_literal] = ACTIONS(2716), - [anon_sym_L_SQUOTE] = ACTIONS(2716), - [anon_sym_u_SQUOTE] = ACTIONS(2716), - [anon_sym_U_SQUOTE] = ACTIONS(2716), - [anon_sym_u8_SQUOTE] = ACTIONS(2716), - [anon_sym_SQUOTE] = ACTIONS(2716), - [anon_sym_L_DQUOTE] = ACTIONS(2716), - [anon_sym_u_DQUOTE] = ACTIONS(2716), - [anon_sym_U_DQUOTE] = ACTIONS(2716), - [anon_sym_u8_DQUOTE] = ACTIONS(2716), - [anon_sym_DQUOTE] = ACTIONS(2716), - [sym_true] = ACTIONS(2714), - [sym_false] = ACTIONS(2714), - [sym_null] = ACTIONS(2714), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2714), - [anon_sym_decltype] = ACTIONS(2714), - [anon_sym_virtual] = ACTIONS(2714), - [anon_sym_explicit] = ACTIONS(2714), - [anon_sym_typename] = ACTIONS(2714), - [anon_sym_template] = ACTIONS(2714), - [anon_sym_operator] = ACTIONS(2714), - [anon_sym_try] = ACTIONS(2714), - [anon_sym_delete] = ACTIONS(2714), - [anon_sym_throw] = ACTIONS(2714), - [anon_sym_namespace] = ACTIONS(2714), - [anon_sym_using] = ACTIONS(2714), - [anon_sym_static_assert] = ACTIONS(2714), - [anon_sym_concept] = ACTIONS(2714), - [anon_sym_co_return] = ACTIONS(2714), - [anon_sym_co_yield] = ACTIONS(2714), - [anon_sym_R_DQUOTE] = ACTIONS(2716), - [anon_sym_LR_DQUOTE] = ACTIONS(2716), - [anon_sym_uR_DQUOTE] = ACTIONS(2716), - [anon_sym_UR_DQUOTE] = ACTIONS(2716), - [anon_sym_u8R_DQUOTE] = ACTIONS(2716), - [anon_sym_co_await] = ACTIONS(2714), - [anon_sym_new] = ACTIONS(2714), - [anon_sym_requires] = ACTIONS(2714), - [sym_this] = ACTIONS(2714), - [sym_nullptr] = ACTIONS(2714), + [ts_builtin_sym_end] = ACTIONS(2774), + [sym_identifier] = ACTIONS(2772), + [aux_sym_preproc_include_token1] = ACTIONS(2772), + [aux_sym_preproc_def_token1] = ACTIONS(2772), + [aux_sym_preproc_if_token1] = ACTIONS(2772), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2772), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2772), + [sym_preproc_directive] = ACTIONS(2772), + [anon_sym_LPAREN2] = ACTIONS(2774), + [anon_sym_BANG] = ACTIONS(2774), + [anon_sym_TILDE] = ACTIONS(2774), + [anon_sym_DASH] = ACTIONS(2772), + [anon_sym_PLUS] = ACTIONS(2772), + [anon_sym_STAR] = ACTIONS(2774), + [anon_sym_AMP_AMP] = ACTIONS(2774), + [anon_sym_AMP] = ACTIONS(2772), + [anon_sym_SEMI] = ACTIONS(2774), + [anon_sym_typedef] = ACTIONS(2772), + [anon_sym_extern] = ACTIONS(2772), + [anon_sym___attribute__] = ACTIONS(2772), + [anon_sym_COLON_COLON] = ACTIONS(2774), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2774), + [anon_sym___declspec] = ACTIONS(2772), + [anon_sym___based] = ACTIONS(2772), + [anon_sym___cdecl] = ACTIONS(2772), + [anon_sym___clrcall] = ACTIONS(2772), + [anon_sym___stdcall] = ACTIONS(2772), + [anon_sym___fastcall] = ACTIONS(2772), + [anon_sym___thiscall] = ACTIONS(2772), + [anon_sym___vectorcall] = ACTIONS(2772), + [anon_sym_LBRACE] = ACTIONS(2774), + [anon_sym_LBRACK] = ACTIONS(2772), + [anon_sym_static] = ACTIONS(2772), + [anon_sym_register] = ACTIONS(2772), + [anon_sym_inline] = ACTIONS(2772), + [anon_sym_thread_local] = ACTIONS(2772), + [anon_sym_const] = ACTIONS(2772), + [anon_sym_volatile] = ACTIONS(2772), + [anon_sym_restrict] = ACTIONS(2772), + [anon_sym__Atomic] = ACTIONS(2772), + [anon_sym_mutable] = ACTIONS(2772), + [anon_sym_constexpr] = ACTIONS(2772), + [anon_sym_constinit] = ACTIONS(2772), + [anon_sym_consteval] = ACTIONS(2772), + [anon_sym_signed] = ACTIONS(2772), + [anon_sym_unsigned] = ACTIONS(2772), + [anon_sym_long] = ACTIONS(2772), + [anon_sym_short] = ACTIONS(2772), + [sym_primitive_type] = ACTIONS(2772), + [anon_sym_enum] = ACTIONS(2772), + [anon_sym_class] = ACTIONS(2772), + [anon_sym_struct] = ACTIONS(2772), + [anon_sym_union] = ACTIONS(2772), + [anon_sym_if] = ACTIONS(2772), + [anon_sym_switch] = ACTIONS(2772), + [anon_sym_case] = ACTIONS(2772), + [anon_sym_default] = ACTIONS(2772), + [anon_sym_while] = ACTIONS(2772), + [anon_sym_do] = ACTIONS(2772), + [anon_sym_for] = ACTIONS(2772), + [anon_sym_return] = ACTIONS(2772), + [anon_sym_break] = ACTIONS(2772), + [anon_sym_continue] = ACTIONS(2772), + [anon_sym_goto] = ACTIONS(2772), + [anon_sym_not] = ACTIONS(2772), + [anon_sym_compl] = ACTIONS(2772), + [anon_sym_DASH_DASH] = ACTIONS(2774), + [anon_sym_PLUS_PLUS] = ACTIONS(2774), + [anon_sym_sizeof] = ACTIONS(2772), + [sym_number_literal] = ACTIONS(2774), + [anon_sym_L_SQUOTE] = ACTIONS(2774), + [anon_sym_u_SQUOTE] = ACTIONS(2774), + [anon_sym_U_SQUOTE] = ACTIONS(2774), + [anon_sym_u8_SQUOTE] = ACTIONS(2774), + [anon_sym_SQUOTE] = ACTIONS(2774), + [anon_sym_L_DQUOTE] = ACTIONS(2774), + [anon_sym_u_DQUOTE] = ACTIONS(2774), + [anon_sym_U_DQUOTE] = ACTIONS(2774), + [anon_sym_u8_DQUOTE] = ACTIONS(2774), + [anon_sym_DQUOTE] = ACTIONS(2774), + [sym_true] = ACTIONS(2772), + [sym_false] = ACTIONS(2772), + [sym_null] = ACTIONS(2772), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2772), + [anon_sym_decltype] = ACTIONS(2772), + [anon_sym_virtual] = ACTIONS(2772), + [anon_sym_explicit] = ACTIONS(2772), + [anon_sym_typename] = ACTIONS(2772), + [anon_sym_template] = ACTIONS(2772), + [anon_sym_operator] = ACTIONS(2772), + [anon_sym_try] = ACTIONS(2772), + [anon_sym_delete] = ACTIONS(2772), + [anon_sym_throw] = ACTIONS(2772), + [anon_sym_namespace] = ACTIONS(2772), + [anon_sym_using] = ACTIONS(2772), + [anon_sym_static_assert] = ACTIONS(2772), + [anon_sym_concept] = ACTIONS(2772), + [anon_sym_co_return] = ACTIONS(2772), + [anon_sym_co_yield] = ACTIONS(2772), + [anon_sym_R_DQUOTE] = ACTIONS(2774), + [anon_sym_LR_DQUOTE] = ACTIONS(2774), + [anon_sym_uR_DQUOTE] = ACTIONS(2774), + [anon_sym_UR_DQUOTE] = ACTIONS(2774), + [anon_sym_u8R_DQUOTE] = ACTIONS(2774), + [anon_sym_co_await] = ACTIONS(2772), + [anon_sym_new] = ACTIONS(2772), + [anon_sym_requires] = ACTIONS(2772), + [sym_this] = ACTIONS(2772), + [sym_nullptr] = ACTIONS(2772), }, [972] = { - [ts_builtin_sym_end] = ACTIONS(2712), - [sym_identifier] = ACTIONS(2710), - [aux_sym_preproc_include_token1] = ACTIONS(2710), - [aux_sym_preproc_def_token1] = ACTIONS(2710), - [aux_sym_preproc_if_token1] = ACTIONS(2710), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2710), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2710), - [sym_preproc_directive] = ACTIONS(2710), - [anon_sym_LPAREN2] = ACTIONS(2712), - [anon_sym_BANG] = ACTIONS(2712), - [anon_sym_TILDE] = ACTIONS(2712), - [anon_sym_DASH] = ACTIONS(2710), - [anon_sym_PLUS] = ACTIONS(2710), - [anon_sym_STAR] = ACTIONS(2712), - [anon_sym_AMP_AMP] = ACTIONS(2712), - [anon_sym_AMP] = ACTIONS(2710), - [anon_sym_SEMI] = ACTIONS(2712), - [anon_sym_typedef] = ACTIONS(2710), - [anon_sym_extern] = ACTIONS(2710), - [anon_sym___attribute__] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(2712), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2712), - [anon_sym___declspec] = ACTIONS(2710), - [anon_sym___based] = ACTIONS(2710), - [anon_sym___cdecl] = ACTIONS(2710), - [anon_sym___clrcall] = ACTIONS(2710), - [anon_sym___stdcall] = ACTIONS(2710), - [anon_sym___fastcall] = ACTIONS(2710), - [anon_sym___thiscall] = ACTIONS(2710), - [anon_sym___vectorcall] = ACTIONS(2710), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2710), - [anon_sym_static] = ACTIONS(2710), - [anon_sym_register] = ACTIONS(2710), - [anon_sym_inline] = ACTIONS(2710), - [anon_sym_thread_local] = ACTIONS(2710), - [anon_sym_const] = ACTIONS(2710), - [anon_sym_volatile] = ACTIONS(2710), - [anon_sym_restrict] = ACTIONS(2710), - [anon_sym__Atomic] = ACTIONS(2710), - [anon_sym_mutable] = ACTIONS(2710), - [anon_sym_constexpr] = ACTIONS(2710), - [anon_sym_constinit] = ACTIONS(2710), - [anon_sym_consteval] = ACTIONS(2710), - [anon_sym_signed] = ACTIONS(2710), - [anon_sym_unsigned] = ACTIONS(2710), - [anon_sym_long] = ACTIONS(2710), - [anon_sym_short] = ACTIONS(2710), - [sym_primitive_type] = ACTIONS(2710), - [anon_sym_enum] = ACTIONS(2710), - [anon_sym_class] = ACTIONS(2710), - [anon_sym_struct] = ACTIONS(2710), - [anon_sym_union] = ACTIONS(2710), - [anon_sym_if] = ACTIONS(2710), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2710), - [anon_sym_default] = ACTIONS(2710), - [anon_sym_while] = ACTIONS(2710), - [anon_sym_do] = ACTIONS(2710), - [anon_sym_for] = ACTIONS(2710), - [anon_sym_return] = ACTIONS(2710), - [anon_sym_break] = ACTIONS(2710), - [anon_sym_continue] = ACTIONS(2710), - [anon_sym_goto] = ACTIONS(2710), - [anon_sym_not] = ACTIONS(2710), - [anon_sym_compl] = ACTIONS(2710), - [anon_sym_DASH_DASH] = ACTIONS(2712), - [anon_sym_PLUS_PLUS] = ACTIONS(2712), - [anon_sym_sizeof] = ACTIONS(2710), - [sym_number_literal] = ACTIONS(2712), - [anon_sym_L_SQUOTE] = ACTIONS(2712), - [anon_sym_u_SQUOTE] = ACTIONS(2712), - [anon_sym_U_SQUOTE] = ACTIONS(2712), - [anon_sym_u8_SQUOTE] = ACTIONS(2712), - [anon_sym_SQUOTE] = ACTIONS(2712), - [anon_sym_L_DQUOTE] = ACTIONS(2712), - [anon_sym_u_DQUOTE] = ACTIONS(2712), - [anon_sym_U_DQUOTE] = ACTIONS(2712), - [anon_sym_u8_DQUOTE] = ACTIONS(2712), - [anon_sym_DQUOTE] = ACTIONS(2712), - [sym_true] = ACTIONS(2710), - [sym_false] = ACTIONS(2710), - [sym_null] = ACTIONS(2710), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2710), - [anon_sym_decltype] = ACTIONS(2710), - [anon_sym_virtual] = ACTIONS(2710), - [anon_sym_explicit] = ACTIONS(2710), - [anon_sym_typename] = ACTIONS(2710), - [anon_sym_template] = ACTIONS(2710), - [anon_sym_operator] = ACTIONS(2710), - [anon_sym_try] = ACTIONS(2710), - [anon_sym_delete] = ACTIONS(2710), - [anon_sym_throw] = ACTIONS(2710), - [anon_sym_namespace] = ACTIONS(2710), - [anon_sym_using] = ACTIONS(2710), - [anon_sym_static_assert] = ACTIONS(2710), - [anon_sym_concept] = ACTIONS(2710), - [anon_sym_co_return] = ACTIONS(2710), - [anon_sym_co_yield] = ACTIONS(2710), - [anon_sym_R_DQUOTE] = ACTIONS(2712), - [anon_sym_LR_DQUOTE] = ACTIONS(2712), - [anon_sym_uR_DQUOTE] = ACTIONS(2712), - [anon_sym_UR_DQUOTE] = ACTIONS(2712), - [anon_sym_u8R_DQUOTE] = ACTIONS(2712), - [anon_sym_co_await] = ACTIONS(2710), - [anon_sym_new] = ACTIONS(2710), - [anon_sym_requires] = ACTIONS(2710), - [sym_this] = ACTIONS(2710), - [sym_nullptr] = ACTIONS(2710), + [ts_builtin_sym_end] = ACTIONS(2778), + [sym_identifier] = ACTIONS(2776), + [aux_sym_preproc_include_token1] = ACTIONS(2776), + [aux_sym_preproc_def_token1] = ACTIONS(2776), + [aux_sym_preproc_if_token1] = ACTIONS(2776), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2776), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2776), + [sym_preproc_directive] = ACTIONS(2776), + [anon_sym_LPAREN2] = ACTIONS(2778), + [anon_sym_BANG] = ACTIONS(2778), + [anon_sym_TILDE] = ACTIONS(2778), + [anon_sym_DASH] = ACTIONS(2776), + [anon_sym_PLUS] = ACTIONS(2776), + [anon_sym_STAR] = ACTIONS(2778), + [anon_sym_AMP_AMP] = ACTIONS(2778), + [anon_sym_AMP] = ACTIONS(2776), + [anon_sym_SEMI] = ACTIONS(2778), + [anon_sym_typedef] = ACTIONS(2776), + [anon_sym_extern] = ACTIONS(2776), + [anon_sym___attribute__] = ACTIONS(2776), + [anon_sym_COLON_COLON] = ACTIONS(2778), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2778), + [anon_sym___declspec] = ACTIONS(2776), + [anon_sym___based] = ACTIONS(2776), + [anon_sym___cdecl] = ACTIONS(2776), + [anon_sym___clrcall] = ACTIONS(2776), + [anon_sym___stdcall] = ACTIONS(2776), + [anon_sym___fastcall] = ACTIONS(2776), + [anon_sym___thiscall] = ACTIONS(2776), + [anon_sym___vectorcall] = ACTIONS(2776), + [anon_sym_LBRACE] = ACTIONS(2778), + [anon_sym_LBRACK] = ACTIONS(2776), + [anon_sym_static] = ACTIONS(2776), + [anon_sym_register] = ACTIONS(2776), + [anon_sym_inline] = ACTIONS(2776), + [anon_sym_thread_local] = ACTIONS(2776), + [anon_sym_const] = ACTIONS(2776), + [anon_sym_volatile] = ACTIONS(2776), + [anon_sym_restrict] = ACTIONS(2776), + [anon_sym__Atomic] = ACTIONS(2776), + [anon_sym_mutable] = ACTIONS(2776), + [anon_sym_constexpr] = ACTIONS(2776), + [anon_sym_constinit] = ACTIONS(2776), + [anon_sym_consteval] = ACTIONS(2776), + [anon_sym_signed] = ACTIONS(2776), + [anon_sym_unsigned] = ACTIONS(2776), + [anon_sym_long] = ACTIONS(2776), + [anon_sym_short] = ACTIONS(2776), + [sym_primitive_type] = ACTIONS(2776), + [anon_sym_enum] = ACTIONS(2776), + [anon_sym_class] = ACTIONS(2776), + [anon_sym_struct] = ACTIONS(2776), + [anon_sym_union] = ACTIONS(2776), + [anon_sym_if] = ACTIONS(2776), + [anon_sym_switch] = ACTIONS(2776), + [anon_sym_case] = ACTIONS(2776), + [anon_sym_default] = ACTIONS(2776), + [anon_sym_while] = ACTIONS(2776), + [anon_sym_do] = ACTIONS(2776), + [anon_sym_for] = ACTIONS(2776), + [anon_sym_return] = ACTIONS(2776), + [anon_sym_break] = ACTIONS(2776), + [anon_sym_continue] = ACTIONS(2776), + [anon_sym_goto] = ACTIONS(2776), + [anon_sym_not] = ACTIONS(2776), + [anon_sym_compl] = ACTIONS(2776), + [anon_sym_DASH_DASH] = ACTIONS(2778), + [anon_sym_PLUS_PLUS] = ACTIONS(2778), + [anon_sym_sizeof] = ACTIONS(2776), + [sym_number_literal] = ACTIONS(2778), + [anon_sym_L_SQUOTE] = ACTIONS(2778), + [anon_sym_u_SQUOTE] = ACTIONS(2778), + [anon_sym_U_SQUOTE] = ACTIONS(2778), + [anon_sym_u8_SQUOTE] = ACTIONS(2778), + [anon_sym_SQUOTE] = ACTIONS(2778), + [anon_sym_L_DQUOTE] = ACTIONS(2778), + [anon_sym_u_DQUOTE] = ACTIONS(2778), + [anon_sym_U_DQUOTE] = ACTIONS(2778), + [anon_sym_u8_DQUOTE] = ACTIONS(2778), + [anon_sym_DQUOTE] = ACTIONS(2778), + [sym_true] = ACTIONS(2776), + [sym_false] = ACTIONS(2776), + [sym_null] = ACTIONS(2776), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2776), + [anon_sym_decltype] = ACTIONS(2776), + [anon_sym_virtual] = ACTIONS(2776), + [anon_sym_explicit] = ACTIONS(2776), + [anon_sym_typename] = ACTIONS(2776), + [anon_sym_template] = ACTIONS(2776), + [anon_sym_operator] = ACTIONS(2776), + [anon_sym_try] = ACTIONS(2776), + [anon_sym_delete] = ACTIONS(2776), + [anon_sym_throw] = ACTIONS(2776), + [anon_sym_namespace] = ACTIONS(2776), + [anon_sym_using] = ACTIONS(2776), + [anon_sym_static_assert] = ACTIONS(2776), + [anon_sym_concept] = ACTIONS(2776), + [anon_sym_co_return] = ACTIONS(2776), + [anon_sym_co_yield] = ACTIONS(2776), + [anon_sym_R_DQUOTE] = ACTIONS(2778), + [anon_sym_LR_DQUOTE] = ACTIONS(2778), + [anon_sym_uR_DQUOTE] = ACTIONS(2778), + [anon_sym_UR_DQUOTE] = ACTIONS(2778), + [anon_sym_u8R_DQUOTE] = ACTIONS(2778), + [anon_sym_co_await] = ACTIONS(2776), + [anon_sym_new] = ACTIONS(2776), + [anon_sym_requires] = ACTIONS(2776), + [sym_this] = ACTIONS(2776), + [sym_nullptr] = ACTIONS(2776), }, [973] = { - [ts_builtin_sym_end] = ACTIONS(2852), - [sym_identifier] = ACTIONS(2850), - [aux_sym_preproc_include_token1] = ACTIONS(2850), - [aux_sym_preproc_def_token1] = ACTIONS(2850), - [aux_sym_preproc_if_token1] = ACTIONS(2850), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2850), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2850), - [sym_preproc_directive] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2852), - [anon_sym_TILDE] = ACTIONS(2852), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_STAR] = ACTIONS(2852), - [anon_sym_AMP_AMP] = ACTIONS(2852), - [anon_sym_AMP] = ACTIONS(2850), - [anon_sym_SEMI] = ACTIONS(2852), - [anon_sym_typedef] = ACTIONS(2850), - [anon_sym_extern] = ACTIONS(2850), - [anon_sym___attribute__] = ACTIONS(2850), - [anon_sym_COLON_COLON] = ACTIONS(2852), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2852), - [anon_sym___declspec] = ACTIONS(2850), - [anon_sym___based] = ACTIONS(2850), - [anon_sym___cdecl] = ACTIONS(2850), - [anon_sym___clrcall] = ACTIONS(2850), - [anon_sym___stdcall] = ACTIONS(2850), - [anon_sym___fastcall] = ACTIONS(2850), - [anon_sym___thiscall] = ACTIONS(2850), - [anon_sym___vectorcall] = ACTIONS(2850), - [anon_sym_LBRACE] = ACTIONS(2852), - [anon_sym_LBRACK] = ACTIONS(2850), - [anon_sym_static] = ACTIONS(2850), - [anon_sym_register] = ACTIONS(2850), - [anon_sym_inline] = ACTIONS(2850), - [anon_sym_thread_local] = ACTIONS(2850), - [anon_sym_const] = ACTIONS(2850), - [anon_sym_volatile] = ACTIONS(2850), - [anon_sym_restrict] = ACTIONS(2850), - [anon_sym__Atomic] = ACTIONS(2850), - [anon_sym_mutable] = ACTIONS(2850), - [anon_sym_constexpr] = ACTIONS(2850), - [anon_sym_constinit] = ACTIONS(2850), - [anon_sym_consteval] = ACTIONS(2850), - [anon_sym_signed] = ACTIONS(2850), - [anon_sym_unsigned] = ACTIONS(2850), - [anon_sym_long] = ACTIONS(2850), - [anon_sym_short] = ACTIONS(2850), - [sym_primitive_type] = ACTIONS(2850), - [anon_sym_enum] = ACTIONS(2850), - [anon_sym_class] = ACTIONS(2850), - [anon_sym_struct] = ACTIONS(2850), - [anon_sym_union] = ACTIONS(2850), - [anon_sym_if] = ACTIONS(2850), - [anon_sym_switch] = ACTIONS(2850), - [anon_sym_case] = ACTIONS(2850), - [anon_sym_default] = ACTIONS(2850), - [anon_sym_while] = ACTIONS(2850), - [anon_sym_do] = ACTIONS(2850), - [anon_sym_for] = ACTIONS(2850), - [anon_sym_return] = ACTIONS(2850), - [anon_sym_break] = ACTIONS(2850), - [anon_sym_continue] = ACTIONS(2850), - [anon_sym_goto] = ACTIONS(2850), - [anon_sym_not] = ACTIONS(2850), - [anon_sym_compl] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2850), - [sym_number_literal] = ACTIONS(2852), - [anon_sym_L_SQUOTE] = ACTIONS(2852), - [anon_sym_u_SQUOTE] = ACTIONS(2852), - [anon_sym_U_SQUOTE] = ACTIONS(2852), - [anon_sym_u8_SQUOTE] = ACTIONS(2852), - [anon_sym_SQUOTE] = ACTIONS(2852), - [anon_sym_L_DQUOTE] = ACTIONS(2852), - [anon_sym_u_DQUOTE] = ACTIONS(2852), - [anon_sym_U_DQUOTE] = ACTIONS(2852), - [anon_sym_u8_DQUOTE] = ACTIONS(2852), - [anon_sym_DQUOTE] = ACTIONS(2852), - [sym_true] = ACTIONS(2850), - [sym_false] = ACTIONS(2850), - [sym_null] = ACTIONS(2850), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2850), - [anon_sym_decltype] = ACTIONS(2850), - [anon_sym_virtual] = ACTIONS(2850), - [anon_sym_explicit] = ACTIONS(2850), - [anon_sym_typename] = ACTIONS(2850), - [anon_sym_template] = ACTIONS(2850), - [anon_sym_operator] = ACTIONS(2850), - [anon_sym_try] = ACTIONS(2850), - [anon_sym_delete] = ACTIONS(2850), - [anon_sym_throw] = ACTIONS(2850), - [anon_sym_namespace] = ACTIONS(2850), - [anon_sym_using] = ACTIONS(2850), - [anon_sym_static_assert] = ACTIONS(2850), - [anon_sym_concept] = ACTIONS(2850), - [anon_sym_co_return] = ACTIONS(2850), - [anon_sym_co_yield] = ACTIONS(2850), - [anon_sym_R_DQUOTE] = ACTIONS(2852), - [anon_sym_LR_DQUOTE] = ACTIONS(2852), - [anon_sym_uR_DQUOTE] = ACTIONS(2852), - [anon_sym_UR_DQUOTE] = ACTIONS(2852), - [anon_sym_u8R_DQUOTE] = ACTIONS(2852), - [anon_sym_co_await] = ACTIONS(2850), - [anon_sym_new] = ACTIONS(2850), - [anon_sym_requires] = ACTIONS(2850), - [sym_this] = ACTIONS(2850), - [sym_nullptr] = ACTIONS(2850), + [sym_identifier] = ACTIONS(2680), + [aux_sym_preproc_include_token1] = ACTIONS(2680), + [aux_sym_preproc_def_token1] = ACTIONS(2680), + [aux_sym_preproc_if_token1] = ACTIONS(2680), + [aux_sym_preproc_if_token2] = ACTIONS(2680), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2680), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2680), + [sym_preproc_directive] = ACTIONS(2680), + [anon_sym_LPAREN2] = ACTIONS(2682), + [anon_sym_BANG] = ACTIONS(2682), + [anon_sym_TILDE] = ACTIONS(2682), + [anon_sym_DASH] = ACTIONS(2680), + [anon_sym_PLUS] = ACTIONS(2680), + [anon_sym_STAR] = ACTIONS(2682), + [anon_sym_AMP_AMP] = ACTIONS(2682), + [anon_sym_AMP] = ACTIONS(2680), + [anon_sym_SEMI] = ACTIONS(2682), + [anon_sym_typedef] = ACTIONS(2680), + [anon_sym_extern] = ACTIONS(2680), + [anon_sym___attribute__] = ACTIONS(2680), + [anon_sym_COLON_COLON] = ACTIONS(2682), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2682), + [anon_sym___declspec] = ACTIONS(2680), + [anon_sym___based] = ACTIONS(2680), + [anon_sym___cdecl] = ACTIONS(2680), + [anon_sym___clrcall] = ACTIONS(2680), + [anon_sym___stdcall] = ACTIONS(2680), + [anon_sym___fastcall] = ACTIONS(2680), + [anon_sym___thiscall] = ACTIONS(2680), + [anon_sym___vectorcall] = ACTIONS(2680), + [anon_sym_LBRACE] = ACTIONS(2682), + [anon_sym_LBRACK] = ACTIONS(2680), + [anon_sym_static] = ACTIONS(2680), + [anon_sym_register] = ACTIONS(2680), + [anon_sym_inline] = ACTIONS(2680), + [anon_sym_thread_local] = ACTIONS(2680), + [anon_sym_const] = ACTIONS(2680), + [anon_sym_volatile] = ACTIONS(2680), + [anon_sym_restrict] = ACTIONS(2680), + [anon_sym__Atomic] = ACTIONS(2680), + [anon_sym_mutable] = ACTIONS(2680), + [anon_sym_constexpr] = ACTIONS(2680), + [anon_sym_constinit] = ACTIONS(2680), + [anon_sym_consteval] = ACTIONS(2680), + [anon_sym_signed] = ACTIONS(2680), + [anon_sym_unsigned] = ACTIONS(2680), + [anon_sym_long] = ACTIONS(2680), + [anon_sym_short] = ACTIONS(2680), + [sym_primitive_type] = ACTIONS(2680), + [anon_sym_enum] = ACTIONS(2680), + [anon_sym_class] = ACTIONS(2680), + [anon_sym_struct] = ACTIONS(2680), + [anon_sym_union] = ACTIONS(2680), + [anon_sym_if] = ACTIONS(2680), + [anon_sym_switch] = ACTIONS(2680), + [anon_sym_case] = ACTIONS(2680), + [anon_sym_default] = ACTIONS(2680), + [anon_sym_while] = ACTIONS(2680), + [anon_sym_do] = ACTIONS(2680), + [anon_sym_for] = ACTIONS(2680), + [anon_sym_return] = ACTIONS(2680), + [anon_sym_break] = ACTIONS(2680), + [anon_sym_continue] = ACTIONS(2680), + [anon_sym_goto] = ACTIONS(2680), + [anon_sym_not] = ACTIONS(2680), + [anon_sym_compl] = ACTIONS(2680), + [anon_sym_DASH_DASH] = ACTIONS(2682), + [anon_sym_PLUS_PLUS] = ACTIONS(2682), + [anon_sym_sizeof] = ACTIONS(2680), + [sym_number_literal] = ACTIONS(2682), + [anon_sym_L_SQUOTE] = ACTIONS(2682), + [anon_sym_u_SQUOTE] = ACTIONS(2682), + [anon_sym_U_SQUOTE] = ACTIONS(2682), + [anon_sym_u8_SQUOTE] = ACTIONS(2682), + [anon_sym_SQUOTE] = ACTIONS(2682), + [anon_sym_L_DQUOTE] = ACTIONS(2682), + [anon_sym_u_DQUOTE] = ACTIONS(2682), + [anon_sym_U_DQUOTE] = ACTIONS(2682), + [anon_sym_u8_DQUOTE] = ACTIONS(2682), + [anon_sym_DQUOTE] = ACTIONS(2682), + [sym_true] = ACTIONS(2680), + [sym_false] = ACTIONS(2680), + [sym_null] = ACTIONS(2680), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2680), + [anon_sym_decltype] = ACTIONS(2680), + [anon_sym_virtual] = ACTIONS(2680), + [anon_sym_explicit] = ACTIONS(2680), + [anon_sym_typename] = ACTIONS(2680), + [anon_sym_template] = ACTIONS(2680), + [anon_sym_operator] = ACTIONS(2680), + [anon_sym_try] = ACTIONS(2680), + [anon_sym_delete] = ACTIONS(2680), + [anon_sym_throw] = ACTIONS(2680), + [anon_sym_namespace] = ACTIONS(2680), + [anon_sym_using] = ACTIONS(2680), + [anon_sym_static_assert] = ACTIONS(2680), + [anon_sym_concept] = ACTIONS(2680), + [anon_sym_co_return] = ACTIONS(2680), + [anon_sym_co_yield] = ACTIONS(2680), + [anon_sym_R_DQUOTE] = ACTIONS(2682), + [anon_sym_LR_DQUOTE] = ACTIONS(2682), + [anon_sym_uR_DQUOTE] = ACTIONS(2682), + [anon_sym_UR_DQUOTE] = ACTIONS(2682), + [anon_sym_u8R_DQUOTE] = ACTIONS(2682), + [anon_sym_co_await] = ACTIONS(2680), + [anon_sym_new] = ACTIONS(2680), + [anon_sym_requires] = ACTIONS(2680), + [sym_this] = ACTIONS(2680), + [sym_nullptr] = ACTIONS(2680), }, [974] = { - [sym_identifier] = ACTIONS(2746), - [aux_sym_preproc_include_token1] = ACTIONS(2746), - [aux_sym_preproc_def_token1] = ACTIONS(2746), - [aux_sym_preproc_if_token1] = ACTIONS(2746), - [aux_sym_preproc_if_token2] = ACTIONS(2746), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2746), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2746), - [sym_preproc_directive] = ACTIONS(2746), - [anon_sym_LPAREN2] = ACTIONS(2748), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(2748), - [anon_sym_AMP_AMP] = ACTIONS(2748), - [anon_sym_AMP] = ACTIONS(2746), - [anon_sym_SEMI] = ACTIONS(2748), - [anon_sym_typedef] = ACTIONS(2746), - [anon_sym_extern] = ACTIONS(2746), - [anon_sym___attribute__] = ACTIONS(2746), - [anon_sym_COLON_COLON] = ACTIONS(2748), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2748), - [anon_sym___declspec] = ACTIONS(2746), - [anon_sym___based] = ACTIONS(2746), - [anon_sym___cdecl] = ACTIONS(2746), - [anon_sym___clrcall] = ACTIONS(2746), - [anon_sym___stdcall] = ACTIONS(2746), - [anon_sym___fastcall] = ACTIONS(2746), - [anon_sym___thiscall] = ACTIONS(2746), - [anon_sym___vectorcall] = ACTIONS(2746), - [anon_sym_LBRACE] = ACTIONS(2748), - [anon_sym_LBRACK] = ACTIONS(2746), - [anon_sym_static] = ACTIONS(2746), - [anon_sym_register] = ACTIONS(2746), - [anon_sym_inline] = ACTIONS(2746), - [anon_sym_thread_local] = ACTIONS(2746), - [anon_sym_const] = ACTIONS(2746), - [anon_sym_volatile] = ACTIONS(2746), - [anon_sym_restrict] = ACTIONS(2746), - [anon_sym__Atomic] = ACTIONS(2746), - [anon_sym_mutable] = ACTIONS(2746), - [anon_sym_constexpr] = ACTIONS(2746), - [anon_sym_constinit] = ACTIONS(2746), - [anon_sym_consteval] = ACTIONS(2746), - [anon_sym_signed] = ACTIONS(2746), - [anon_sym_unsigned] = ACTIONS(2746), - [anon_sym_long] = ACTIONS(2746), - [anon_sym_short] = ACTIONS(2746), - [sym_primitive_type] = ACTIONS(2746), - [anon_sym_enum] = ACTIONS(2746), - [anon_sym_class] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2746), - [anon_sym_union] = ACTIONS(2746), - [anon_sym_if] = ACTIONS(2746), - [anon_sym_switch] = ACTIONS(2746), - [anon_sym_case] = ACTIONS(2746), - [anon_sym_default] = ACTIONS(2746), - [anon_sym_while] = ACTIONS(2746), - [anon_sym_do] = ACTIONS(2746), - [anon_sym_for] = ACTIONS(2746), - [anon_sym_return] = ACTIONS(2746), - [anon_sym_break] = ACTIONS(2746), - [anon_sym_continue] = ACTIONS(2746), - [anon_sym_goto] = ACTIONS(2746), - [anon_sym_not] = ACTIONS(2746), - [anon_sym_compl] = ACTIONS(2746), - [anon_sym_DASH_DASH] = ACTIONS(2748), - [anon_sym_PLUS_PLUS] = ACTIONS(2748), - [anon_sym_sizeof] = ACTIONS(2746), - [sym_number_literal] = ACTIONS(2748), - [anon_sym_L_SQUOTE] = ACTIONS(2748), - [anon_sym_u_SQUOTE] = ACTIONS(2748), - [anon_sym_U_SQUOTE] = ACTIONS(2748), - [anon_sym_u8_SQUOTE] = ACTIONS(2748), - [anon_sym_SQUOTE] = ACTIONS(2748), - [anon_sym_L_DQUOTE] = ACTIONS(2748), - [anon_sym_u_DQUOTE] = ACTIONS(2748), - [anon_sym_U_DQUOTE] = ACTIONS(2748), - [anon_sym_u8_DQUOTE] = ACTIONS(2748), - [anon_sym_DQUOTE] = ACTIONS(2748), - [sym_true] = ACTIONS(2746), - [sym_false] = ACTIONS(2746), - [sym_null] = ACTIONS(2746), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2746), - [anon_sym_decltype] = ACTIONS(2746), - [anon_sym_virtual] = ACTIONS(2746), - [anon_sym_explicit] = ACTIONS(2746), - [anon_sym_typename] = ACTIONS(2746), - [anon_sym_template] = ACTIONS(2746), - [anon_sym_operator] = ACTIONS(2746), - [anon_sym_try] = ACTIONS(2746), - [anon_sym_delete] = ACTIONS(2746), - [anon_sym_throw] = ACTIONS(2746), - [anon_sym_namespace] = ACTIONS(2746), - [anon_sym_using] = ACTIONS(2746), - [anon_sym_static_assert] = ACTIONS(2746), - [anon_sym_concept] = ACTIONS(2746), - [anon_sym_co_return] = ACTIONS(2746), - [anon_sym_co_yield] = ACTIONS(2746), - [anon_sym_R_DQUOTE] = ACTIONS(2748), - [anon_sym_LR_DQUOTE] = ACTIONS(2748), - [anon_sym_uR_DQUOTE] = ACTIONS(2748), - [anon_sym_UR_DQUOTE] = ACTIONS(2748), - [anon_sym_u8R_DQUOTE] = ACTIONS(2748), - [anon_sym_co_await] = ACTIONS(2746), - [anon_sym_new] = ACTIONS(2746), - [anon_sym_requires] = ACTIONS(2746), - [sym_this] = ACTIONS(2746), - [sym_nullptr] = ACTIONS(2746), + [sym_identifier] = ACTIONS(2720), + [aux_sym_preproc_include_token1] = ACTIONS(2720), + [aux_sym_preproc_def_token1] = ACTIONS(2720), + [aux_sym_preproc_if_token1] = ACTIONS(2720), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2720), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2720), + [sym_preproc_directive] = ACTIONS(2720), + [anon_sym_LPAREN2] = ACTIONS(2722), + [anon_sym_BANG] = ACTIONS(2722), + [anon_sym_TILDE] = ACTIONS(2722), + [anon_sym_DASH] = ACTIONS(2720), + [anon_sym_PLUS] = ACTIONS(2720), + [anon_sym_STAR] = ACTIONS(2722), + [anon_sym_AMP_AMP] = ACTIONS(2722), + [anon_sym_AMP] = ACTIONS(2720), + [anon_sym_SEMI] = ACTIONS(2722), + [anon_sym_typedef] = ACTIONS(2720), + [anon_sym_extern] = ACTIONS(2720), + [anon_sym___attribute__] = ACTIONS(2720), + [anon_sym_COLON_COLON] = ACTIONS(2722), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2722), + [anon_sym___declspec] = ACTIONS(2720), + [anon_sym___based] = ACTIONS(2720), + [anon_sym___cdecl] = ACTIONS(2720), + [anon_sym___clrcall] = ACTIONS(2720), + [anon_sym___stdcall] = ACTIONS(2720), + [anon_sym___fastcall] = ACTIONS(2720), + [anon_sym___thiscall] = ACTIONS(2720), + [anon_sym___vectorcall] = ACTIONS(2720), + [anon_sym_LBRACE] = ACTIONS(2722), + [anon_sym_RBRACE] = ACTIONS(2722), + [anon_sym_LBRACK] = ACTIONS(2720), + [anon_sym_static] = ACTIONS(2720), + [anon_sym_register] = ACTIONS(2720), + [anon_sym_inline] = ACTIONS(2720), + [anon_sym_thread_local] = ACTIONS(2720), + [anon_sym_const] = ACTIONS(2720), + [anon_sym_volatile] = ACTIONS(2720), + [anon_sym_restrict] = ACTIONS(2720), + [anon_sym__Atomic] = ACTIONS(2720), + [anon_sym_mutable] = ACTIONS(2720), + [anon_sym_constexpr] = ACTIONS(2720), + [anon_sym_constinit] = ACTIONS(2720), + [anon_sym_consteval] = ACTIONS(2720), + [anon_sym_signed] = ACTIONS(2720), + [anon_sym_unsigned] = ACTIONS(2720), + [anon_sym_long] = ACTIONS(2720), + [anon_sym_short] = ACTIONS(2720), + [sym_primitive_type] = ACTIONS(2720), + [anon_sym_enum] = ACTIONS(2720), + [anon_sym_class] = ACTIONS(2720), + [anon_sym_struct] = ACTIONS(2720), + [anon_sym_union] = ACTIONS(2720), + [anon_sym_if] = ACTIONS(2720), + [anon_sym_switch] = ACTIONS(2720), + [anon_sym_case] = ACTIONS(2720), + [anon_sym_default] = ACTIONS(2720), + [anon_sym_while] = ACTIONS(2720), + [anon_sym_do] = ACTIONS(2720), + [anon_sym_for] = ACTIONS(2720), + [anon_sym_return] = ACTIONS(2720), + [anon_sym_break] = ACTIONS(2720), + [anon_sym_continue] = ACTIONS(2720), + [anon_sym_goto] = ACTIONS(2720), + [anon_sym_not] = ACTIONS(2720), + [anon_sym_compl] = ACTIONS(2720), + [anon_sym_DASH_DASH] = ACTIONS(2722), + [anon_sym_PLUS_PLUS] = ACTIONS(2722), + [anon_sym_sizeof] = ACTIONS(2720), + [sym_number_literal] = ACTIONS(2722), + [anon_sym_L_SQUOTE] = ACTIONS(2722), + [anon_sym_u_SQUOTE] = ACTIONS(2722), + [anon_sym_U_SQUOTE] = ACTIONS(2722), + [anon_sym_u8_SQUOTE] = ACTIONS(2722), + [anon_sym_SQUOTE] = ACTIONS(2722), + [anon_sym_L_DQUOTE] = ACTIONS(2722), + [anon_sym_u_DQUOTE] = ACTIONS(2722), + [anon_sym_U_DQUOTE] = ACTIONS(2722), + [anon_sym_u8_DQUOTE] = ACTIONS(2722), + [anon_sym_DQUOTE] = ACTIONS(2722), + [sym_true] = ACTIONS(2720), + [sym_false] = ACTIONS(2720), + [sym_null] = ACTIONS(2720), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2720), + [anon_sym_decltype] = ACTIONS(2720), + [anon_sym_virtual] = ACTIONS(2720), + [anon_sym_explicit] = ACTIONS(2720), + [anon_sym_typename] = ACTIONS(2720), + [anon_sym_template] = ACTIONS(2720), + [anon_sym_operator] = ACTIONS(2720), + [anon_sym_try] = ACTIONS(2720), + [anon_sym_delete] = ACTIONS(2720), + [anon_sym_throw] = ACTIONS(2720), + [anon_sym_namespace] = ACTIONS(2720), + [anon_sym_using] = ACTIONS(2720), + [anon_sym_static_assert] = ACTIONS(2720), + [anon_sym_concept] = ACTIONS(2720), + [anon_sym_co_return] = ACTIONS(2720), + [anon_sym_co_yield] = ACTIONS(2720), + [anon_sym_R_DQUOTE] = ACTIONS(2722), + [anon_sym_LR_DQUOTE] = ACTIONS(2722), + [anon_sym_uR_DQUOTE] = ACTIONS(2722), + [anon_sym_UR_DQUOTE] = ACTIONS(2722), + [anon_sym_u8R_DQUOTE] = ACTIONS(2722), + [anon_sym_co_await] = ACTIONS(2720), + [anon_sym_new] = ACTIONS(2720), + [anon_sym_requires] = ACTIONS(2720), + [sym_this] = ACTIONS(2720), + [sym_nullptr] = ACTIONS(2720), }, [975] = { - [sym_identifier] = ACTIONS(2778), - [aux_sym_preproc_include_token1] = ACTIONS(2778), - [aux_sym_preproc_def_token1] = ACTIONS(2778), - [aux_sym_preproc_if_token1] = ACTIONS(2778), - [aux_sym_preproc_if_token2] = ACTIONS(2778), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2778), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2778), - [sym_preproc_directive] = ACTIONS(2778), - [anon_sym_LPAREN2] = ACTIONS(2780), - [anon_sym_BANG] = ACTIONS(2780), - [anon_sym_TILDE] = ACTIONS(2780), - [anon_sym_DASH] = ACTIONS(2778), - [anon_sym_PLUS] = ACTIONS(2778), - [anon_sym_STAR] = ACTIONS(2780), - [anon_sym_AMP_AMP] = ACTIONS(2780), - [anon_sym_AMP] = ACTIONS(2778), - [anon_sym_SEMI] = ACTIONS(2780), - [anon_sym_typedef] = ACTIONS(2778), - [anon_sym_extern] = ACTIONS(2778), - [anon_sym___attribute__] = ACTIONS(2778), - [anon_sym_COLON_COLON] = ACTIONS(2780), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2780), - [anon_sym___declspec] = ACTIONS(2778), - [anon_sym___based] = ACTIONS(2778), - [anon_sym___cdecl] = ACTIONS(2778), - [anon_sym___clrcall] = ACTIONS(2778), - [anon_sym___stdcall] = ACTIONS(2778), - [anon_sym___fastcall] = ACTIONS(2778), - [anon_sym___thiscall] = ACTIONS(2778), - [anon_sym___vectorcall] = ACTIONS(2778), - [anon_sym_LBRACE] = ACTIONS(2780), - [anon_sym_LBRACK] = ACTIONS(2778), - [anon_sym_static] = ACTIONS(2778), - [anon_sym_register] = ACTIONS(2778), - [anon_sym_inline] = ACTIONS(2778), - [anon_sym_thread_local] = ACTIONS(2778), - [anon_sym_const] = ACTIONS(2778), - [anon_sym_volatile] = ACTIONS(2778), - [anon_sym_restrict] = ACTIONS(2778), - [anon_sym__Atomic] = ACTIONS(2778), - [anon_sym_mutable] = ACTIONS(2778), - [anon_sym_constexpr] = ACTIONS(2778), - [anon_sym_constinit] = ACTIONS(2778), - [anon_sym_consteval] = ACTIONS(2778), - [anon_sym_signed] = ACTIONS(2778), - [anon_sym_unsigned] = ACTIONS(2778), - [anon_sym_long] = ACTIONS(2778), - [anon_sym_short] = ACTIONS(2778), - [sym_primitive_type] = ACTIONS(2778), - [anon_sym_enum] = ACTIONS(2778), - [anon_sym_class] = ACTIONS(2778), - [anon_sym_struct] = ACTIONS(2778), - [anon_sym_union] = ACTIONS(2778), - [anon_sym_if] = ACTIONS(2778), - [anon_sym_switch] = ACTIONS(2778), - [anon_sym_case] = ACTIONS(2778), - [anon_sym_default] = ACTIONS(2778), - [anon_sym_while] = ACTIONS(2778), - [anon_sym_do] = ACTIONS(2778), - [anon_sym_for] = ACTIONS(2778), - [anon_sym_return] = ACTIONS(2778), - [anon_sym_break] = ACTIONS(2778), - [anon_sym_continue] = ACTIONS(2778), - [anon_sym_goto] = ACTIONS(2778), - [anon_sym_not] = ACTIONS(2778), - [anon_sym_compl] = ACTIONS(2778), - [anon_sym_DASH_DASH] = ACTIONS(2780), - [anon_sym_PLUS_PLUS] = ACTIONS(2780), - [anon_sym_sizeof] = ACTIONS(2778), - [sym_number_literal] = ACTIONS(2780), - [anon_sym_L_SQUOTE] = ACTIONS(2780), - [anon_sym_u_SQUOTE] = ACTIONS(2780), - [anon_sym_U_SQUOTE] = ACTIONS(2780), - [anon_sym_u8_SQUOTE] = ACTIONS(2780), - [anon_sym_SQUOTE] = ACTIONS(2780), - [anon_sym_L_DQUOTE] = ACTIONS(2780), - [anon_sym_u_DQUOTE] = ACTIONS(2780), - [anon_sym_U_DQUOTE] = ACTIONS(2780), - [anon_sym_u8_DQUOTE] = ACTIONS(2780), - [anon_sym_DQUOTE] = ACTIONS(2780), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2778), - [anon_sym_decltype] = ACTIONS(2778), - [anon_sym_virtual] = ACTIONS(2778), - [anon_sym_explicit] = ACTIONS(2778), - [anon_sym_typename] = ACTIONS(2778), - [anon_sym_template] = ACTIONS(2778), - [anon_sym_operator] = ACTIONS(2778), - [anon_sym_try] = ACTIONS(2778), - [anon_sym_delete] = ACTIONS(2778), - [anon_sym_throw] = ACTIONS(2778), - [anon_sym_namespace] = ACTIONS(2778), - [anon_sym_using] = ACTIONS(2778), - [anon_sym_static_assert] = ACTIONS(2778), - [anon_sym_concept] = ACTIONS(2778), - [anon_sym_co_return] = ACTIONS(2778), - [anon_sym_co_yield] = ACTIONS(2778), - [anon_sym_R_DQUOTE] = ACTIONS(2780), - [anon_sym_LR_DQUOTE] = ACTIONS(2780), - [anon_sym_uR_DQUOTE] = ACTIONS(2780), - [anon_sym_UR_DQUOTE] = ACTIONS(2780), - [anon_sym_u8R_DQUOTE] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2778), - [anon_sym_new] = ACTIONS(2778), - [anon_sym_requires] = ACTIONS(2778), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), + [sym_identifier] = ACTIONS(2700), + [aux_sym_preproc_include_token1] = ACTIONS(2700), + [aux_sym_preproc_def_token1] = ACTIONS(2700), + [aux_sym_preproc_if_token1] = ACTIONS(2700), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2700), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2700), + [sym_preproc_directive] = ACTIONS(2700), + [anon_sym_LPAREN2] = ACTIONS(2702), + [anon_sym_BANG] = ACTIONS(2702), + [anon_sym_TILDE] = ACTIONS(2702), + [anon_sym_DASH] = ACTIONS(2700), + [anon_sym_PLUS] = ACTIONS(2700), + [anon_sym_STAR] = ACTIONS(2702), + [anon_sym_AMP_AMP] = ACTIONS(2702), + [anon_sym_AMP] = ACTIONS(2700), + [anon_sym_SEMI] = ACTIONS(2702), + [anon_sym_typedef] = ACTIONS(2700), + [anon_sym_extern] = ACTIONS(2700), + [anon_sym___attribute__] = ACTIONS(2700), + [anon_sym_COLON_COLON] = ACTIONS(2702), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2702), + [anon_sym___declspec] = ACTIONS(2700), + [anon_sym___based] = ACTIONS(2700), + [anon_sym___cdecl] = ACTIONS(2700), + [anon_sym___clrcall] = ACTIONS(2700), + [anon_sym___stdcall] = ACTIONS(2700), + [anon_sym___fastcall] = ACTIONS(2700), + [anon_sym___thiscall] = ACTIONS(2700), + [anon_sym___vectorcall] = ACTIONS(2700), + [anon_sym_LBRACE] = ACTIONS(2702), + [anon_sym_RBRACE] = ACTIONS(2702), + [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_static] = ACTIONS(2700), + [anon_sym_register] = ACTIONS(2700), + [anon_sym_inline] = ACTIONS(2700), + [anon_sym_thread_local] = ACTIONS(2700), + [anon_sym_const] = ACTIONS(2700), + [anon_sym_volatile] = ACTIONS(2700), + [anon_sym_restrict] = ACTIONS(2700), + [anon_sym__Atomic] = ACTIONS(2700), + [anon_sym_mutable] = ACTIONS(2700), + [anon_sym_constexpr] = ACTIONS(2700), + [anon_sym_constinit] = ACTIONS(2700), + [anon_sym_consteval] = ACTIONS(2700), + [anon_sym_signed] = ACTIONS(2700), + [anon_sym_unsigned] = ACTIONS(2700), + [anon_sym_long] = ACTIONS(2700), + [anon_sym_short] = ACTIONS(2700), + [sym_primitive_type] = ACTIONS(2700), + [anon_sym_enum] = ACTIONS(2700), + [anon_sym_class] = ACTIONS(2700), + [anon_sym_struct] = ACTIONS(2700), + [anon_sym_union] = ACTIONS(2700), + [anon_sym_if] = ACTIONS(2700), + [anon_sym_switch] = ACTIONS(2700), + [anon_sym_case] = ACTIONS(2700), + [anon_sym_default] = ACTIONS(2700), + [anon_sym_while] = ACTIONS(2700), + [anon_sym_do] = ACTIONS(2700), + [anon_sym_for] = ACTIONS(2700), + [anon_sym_return] = ACTIONS(2700), + [anon_sym_break] = ACTIONS(2700), + [anon_sym_continue] = ACTIONS(2700), + [anon_sym_goto] = ACTIONS(2700), + [anon_sym_not] = ACTIONS(2700), + [anon_sym_compl] = ACTIONS(2700), + [anon_sym_DASH_DASH] = ACTIONS(2702), + [anon_sym_PLUS_PLUS] = ACTIONS(2702), + [anon_sym_sizeof] = ACTIONS(2700), + [sym_number_literal] = ACTIONS(2702), + [anon_sym_L_SQUOTE] = ACTIONS(2702), + [anon_sym_u_SQUOTE] = ACTIONS(2702), + [anon_sym_U_SQUOTE] = ACTIONS(2702), + [anon_sym_u8_SQUOTE] = ACTIONS(2702), + [anon_sym_SQUOTE] = ACTIONS(2702), + [anon_sym_L_DQUOTE] = ACTIONS(2702), + [anon_sym_u_DQUOTE] = ACTIONS(2702), + [anon_sym_U_DQUOTE] = ACTIONS(2702), + [anon_sym_u8_DQUOTE] = ACTIONS(2702), + [anon_sym_DQUOTE] = ACTIONS(2702), + [sym_true] = ACTIONS(2700), + [sym_false] = ACTIONS(2700), + [sym_null] = ACTIONS(2700), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2700), + [anon_sym_decltype] = ACTIONS(2700), + [anon_sym_virtual] = ACTIONS(2700), + [anon_sym_explicit] = ACTIONS(2700), + [anon_sym_typename] = ACTIONS(2700), + [anon_sym_template] = ACTIONS(2700), + [anon_sym_operator] = ACTIONS(2700), + [anon_sym_try] = ACTIONS(2700), + [anon_sym_delete] = ACTIONS(2700), + [anon_sym_throw] = ACTIONS(2700), + [anon_sym_namespace] = ACTIONS(2700), + [anon_sym_using] = ACTIONS(2700), + [anon_sym_static_assert] = ACTIONS(2700), + [anon_sym_concept] = ACTIONS(2700), + [anon_sym_co_return] = ACTIONS(2700), + [anon_sym_co_yield] = ACTIONS(2700), + [anon_sym_R_DQUOTE] = ACTIONS(2702), + [anon_sym_LR_DQUOTE] = ACTIONS(2702), + [anon_sym_uR_DQUOTE] = ACTIONS(2702), + [anon_sym_UR_DQUOTE] = ACTIONS(2702), + [anon_sym_u8R_DQUOTE] = ACTIONS(2702), + [anon_sym_co_await] = ACTIONS(2700), + [anon_sym_new] = ACTIONS(2700), + [anon_sym_requires] = ACTIONS(2700), + [sym_this] = ACTIONS(2700), + [sym_nullptr] = ACTIONS(2700), }, [976] = { - [ts_builtin_sym_end] = ACTIONS(2780), - [sym_identifier] = ACTIONS(2778), - [aux_sym_preproc_include_token1] = ACTIONS(2778), - [aux_sym_preproc_def_token1] = ACTIONS(2778), - [aux_sym_preproc_if_token1] = ACTIONS(2778), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2778), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2778), - [sym_preproc_directive] = ACTIONS(2778), - [anon_sym_LPAREN2] = ACTIONS(2780), - [anon_sym_BANG] = ACTIONS(2780), - [anon_sym_TILDE] = ACTIONS(2780), - [anon_sym_DASH] = ACTIONS(2778), - [anon_sym_PLUS] = ACTIONS(2778), - [anon_sym_STAR] = ACTIONS(2780), - [anon_sym_AMP_AMP] = ACTIONS(2780), - [anon_sym_AMP] = ACTIONS(2778), - [anon_sym_SEMI] = ACTIONS(2780), - [anon_sym_typedef] = ACTIONS(2778), - [anon_sym_extern] = ACTIONS(2778), - [anon_sym___attribute__] = ACTIONS(2778), - [anon_sym_COLON_COLON] = ACTIONS(2780), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2780), - [anon_sym___declspec] = ACTIONS(2778), - [anon_sym___based] = ACTIONS(2778), - [anon_sym___cdecl] = ACTIONS(2778), - [anon_sym___clrcall] = ACTIONS(2778), - [anon_sym___stdcall] = ACTIONS(2778), - [anon_sym___fastcall] = ACTIONS(2778), - [anon_sym___thiscall] = ACTIONS(2778), - [anon_sym___vectorcall] = ACTIONS(2778), - [anon_sym_LBRACE] = ACTIONS(2780), - [anon_sym_LBRACK] = ACTIONS(2778), - [anon_sym_static] = ACTIONS(2778), - [anon_sym_register] = ACTIONS(2778), - [anon_sym_inline] = ACTIONS(2778), - [anon_sym_thread_local] = ACTIONS(2778), - [anon_sym_const] = ACTIONS(2778), - [anon_sym_volatile] = ACTIONS(2778), - [anon_sym_restrict] = ACTIONS(2778), - [anon_sym__Atomic] = ACTIONS(2778), - [anon_sym_mutable] = ACTIONS(2778), - [anon_sym_constexpr] = ACTIONS(2778), - [anon_sym_constinit] = ACTIONS(2778), - [anon_sym_consteval] = ACTIONS(2778), - [anon_sym_signed] = ACTIONS(2778), - [anon_sym_unsigned] = ACTIONS(2778), - [anon_sym_long] = ACTIONS(2778), - [anon_sym_short] = ACTIONS(2778), - [sym_primitive_type] = ACTIONS(2778), - [anon_sym_enum] = ACTIONS(2778), - [anon_sym_class] = ACTIONS(2778), - [anon_sym_struct] = ACTIONS(2778), - [anon_sym_union] = ACTIONS(2778), - [anon_sym_if] = ACTIONS(2778), - [anon_sym_switch] = ACTIONS(2778), - [anon_sym_case] = ACTIONS(2778), - [anon_sym_default] = ACTIONS(2778), - [anon_sym_while] = ACTIONS(2778), - [anon_sym_do] = ACTIONS(2778), - [anon_sym_for] = ACTIONS(2778), - [anon_sym_return] = ACTIONS(2778), - [anon_sym_break] = ACTIONS(2778), - [anon_sym_continue] = ACTIONS(2778), - [anon_sym_goto] = ACTIONS(2778), - [anon_sym_not] = ACTIONS(2778), - [anon_sym_compl] = ACTIONS(2778), - [anon_sym_DASH_DASH] = ACTIONS(2780), - [anon_sym_PLUS_PLUS] = ACTIONS(2780), - [anon_sym_sizeof] = ACTIONS(2778), - [sym_number_literal] = ACTIONS(2780), - [anon_sym_L_SQUOTE] = ACTIONS(2780), - [anon_sym_u_SQUOTE] = ACTIONS(2780), - [anon_sym_U_SQUOTE] = ACTIONS(2780), - [anon_sym_u8_SQUOTE] = ACTIONS(2780), - [anon_sym_SQUOTE] = ACTIONS(2780), - [anon_sym_L_DQUOTE] = ACTIONS(2780), - [anon_sym_u_DQUOTE] = ACTIONS(2780), - [anon_sym_U_DQUOTE] = ACTIONS(2780), - [anon_sym_u8_DQUOTE] = ACTIONS(2780), - [anon_sym_DQUOTE] = ACTIONS(2780), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2778), - [anon_sym_decltype] = ACTIONS(2778), - [anon_sym_virtual] = ACTIONS(2778), - [anon_sym_explicit] = ACTIONS(2778), - [anon_sym_typename] = ACTIONS(2778), - [anon_sym_template] = ACTIONS(2778), - [anon_sym_operator] = ACTIONS(2778), - [anon_sym_try] = ACTIONS(2778), - [anon_sym_delete] = ACTIONS(2778), - [anon_sym_throw] = ACTIONS(2778), - [anon_sym_namespace] = ACTIONS(2778), - [anon_sym_using] = ACTIONS(2778), - [anon_sym_static_assert] = ACTIONS(2778), - [anon_sym_concept] = ACTIONS(2778), - [anon_sym_co_return] = ACTIONS(2778), - [anon_sym_co_yield] = ACTIONS(2778), - [anon_sym_R_DQUOTE] = ACTIONS(2780), - [anon_sym_LR_DQUOTE] = ACTIONS(2780), - [anon_sym_uR_DQUOTE] = ACTIONS(2780), - [anon_sym_UR_DQUOTE] = ACTIONS(2780), - [anon_sym_u8R_DQUOTE] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2778), - [anon_sym_new] = ACTIONS(2778), - [anon_sym_requires] = ACTIONS(2778), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), + [sym_identifier] = ACTIONS(2858), + [aux_sym_preproc_include_token1] = ACTIONS(2858), + [aux_sym_preproc_def_token1] = ACTIONS(2858), + [aux_sym_preproc_if_token1] = ACTIONS(2858), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2858), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2858), + [sym_preproc_directive] = ACTIONS(2858), + [anon_sym_LPAREN2] = ACTIONS(2860), + [anon_sym_BANG] = ACTIONS(2860), + [anon_sym_TILDE] = ACTIONS(2860), + [anon_sym_DASH] = ACTIONS(2858), + [anon_sym_PLUS] = ACTIONS(2858), + [anon_sym_STAR] = ACTIONS(2860), + [anon_sym_AMP_AMP] = ACTIONS(2860), + [anon_sym_AMP] = ACTIONS(2858), + [anon_sym_SEMI] = ACTIONS(2860), + [anon_sym_typedef] = ACTIONS(2858), + [anon_sym_extern] = ACTIONS(2858), + [anon_sym___attribute__] = ACTIONS(2858), + [anon_sym_COLON_COLON] = ACTIONS(2860), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2860), + [anon_sym___declspec] = ACTIONS(2858), + [anon_sym___based] = ACTIONS(2858), + [anon_sym___cdecl] = ACTIONS(2858), + [anon_sym___clrcall] = ACTIONS(2858), + [anon_sym___stdcall] = ACTIONS(2858), + [anon_sym___fastcall] = ACTIONS(2858), + [anon_sym___thiscall] = ACTIONS(2858), + [anon_sym___vectorcall] = ACTIONS(2858), + [anon_sym_LBRACE] = ACTIONS(2860), + [anon_sym_RBRACE] = ACTIONS(2860), + [anon_sym_LBRACK] = ACTIONS(2858), + [anon_sym_static] = ACTIONS(2858), + [anon_sym_register] = ACTIONS(2858), + [anon_sym_inline] = ACTIONS(2858), + [anon_sym_thread_local] = ACTIONS(2858), + [anon_sym_const] = ACTIONS(2858), + [anon_sym_volatile] = ACTIONS(2858), + [anon_sym_restrict] = ACTIONS(2858), + [anon_sym__Atomic] = ACTIONS(2858), + [anon_sym_mutable] = ACTIONS(2858), + [anon_sym_constexpr] = ACTIONS(2858), + [anon_sym_constinit] = ACTIONS(2858), + [anon_sym_consteval] = ACTIONS(2858), + [anon_sym_signed] = ACTIONS(2858), + [anon_sym_unsigned] = ACTIONS(2858), + [anon_sym_long] = ACTIONS(2858), + [anon_sym_short] = ACTIONS(2858), + [sym_primitive_type] = ACTIONS(2858), + [anon_sym_enum] = ACTIONS(2858), + [anon_sym_class] = ACTIONS(2858), + [anon_sym_struct] = ACTIONS(2858), + [anon_sym_union] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_switch] = ACTIONS(2858), + [anon_sym_case] = ACTIONS(2858), + [anon_sym_default] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_do] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_break] = ACTIONS(2858), + [anon_sym_continue] = ACTIONS(2858), + [anon_sym_goto] = ACTIONS(2858), + [anon_sym_not] = ACTIONS(2858), + [anon_sym_compl] = ACTIONS(2858), + [anon_sym_DASH_DASH] = ACTIONS(2860), + [anon_sym_PLUS_PLUS] = ACTIONS(2860), + [anon_sym_sizeof] = ACTIONS(2858), + [sym_number_literal] = ACTIONS(2860), + [anon_sym_L_SQUOTE] = ACTIONS(2860), + [anon_sym_u_SQUOTE] = ACTIONS(2860), + [anon_sym_U_SQUOTE] = ACTIONS(2860), + [anon_sym_u8_SQUOTE] = ACTIONS(2860), + [anon_sym_SQUOTE] = ACTIONS(2860), + [anon_sym_L_DQUOTE] = ACTIONS(2860), + [anon_sym_u_DQUOTE] = ACTIONS(2860), + [anon_sym_U_DQUOTE] = ACTIONS(2860), + [anon_sym_u8_DQUOTE] = ACTIONS(2860), + [anon_sym_DQUOTE] = ACTIONS(2860), + [sym_true] = ACTIONS(2858), + [sym_false] = ACTIONS(2858), + [sym_null] = ACTIONS(2858), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2858), + [anon_sym_decltype] = ACTIONS(2858), + [anon_sym_virtual] = ACTIONS(2858), + [anon_sym_explicit] = ACTIONS(2858), + [anon_sym_typename] = ACTIONS(2858), + [anon_sym_template] = ACTIONS(2858), + [anon_sym_operator] = ACTIONS(2858), + [anon_sym_try] = ACTIONS(2858), + [anon_sym_delete] = ACTIONS(2858), + [anon_sym_throw] = ACTIONS(2858), + [anon_sym_namespace] = ACTIONS(2858), + [anon_sym_using] = ACTIONS(2858), + [anon_sym_static_assert] = ACTIONS(2858), + [anon_sym_concept] = ACTIONS(2858), + [anon_sym_co_return] = ACTIONS(2858), + [anon_sym_co_yield] = ACTIONS(2858), + [anon_sym_R_DQUOTE] = ACTIONS(2860), + [anon_sym_LR_DQUOTE] = ACTIONS(2860), + [anon_sym_uR_DQUOTE] = ACTIONS(2860), + [anon_sym_UR_DQUOTE] = ACTIONS(2860), + [anon_sym_u8R_DQUOTE] = ACTIONS(2860), + [anon_sym_co_await] = ACTIONS(2858), + [anon_sym_new] = ACTIONS(2858), + [anon_sym_requires] = ACTIONS(2858), + [sym_this] = ACTIONS(2858), + [sym_nullptr] = ACTIONS(2858), }, [977] = { - [ts_builtin_sym_end] = ACTIONS(2820), - [sym_identifier] = ACTIONS(2818), - [aux_sym_preproc_include_token1] = ACTIONS(2818), - [aux_sym_preproc_def_token1] = ACTIONS(2818), - [aux_sym_preproc_if_token1] = ACTIONS(2818), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2818), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2818), - [sym_preproc_directive] = ACTIONS(2818), - [anon_sym_LPAREN2] = ACTIONS(2820), - [anon_sym_BANG] = ACTIONS(2820), - [anon_sym_TILDE] = ACTIONS(2820), - [anon_sym_DASH] = ACTIONS(2818), - [anon_sym_PLUS] = ACTIONS(2818), - [anon_sym_STAR] = ACTIONS(2820), - [anon_sym_AMP_AMP] = ACTIONS(2820), - [anon_sym_AMP] = ACTIONS(2818), - [anon_sym_SEMI] = ACTIONS(2820), - [anon_sym_typedef] = ACTIONS(2818), - [anon_sym_extern] = ACTIONS(2818), - [anon_sym___attribute__] = ACTIONS(2818), - [anon_sym_COLON_COLON] = ACTIONS(2820), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2820), - [anon_sym___declspec] = ACTIONS(2818), - [anon_sym___based] = ACTIONS(2818), - [anon_sym___cdecl] = ACTIONS(2818), - [anon_sym___clrcall] = ACTIONS(2818), - [anon_sym___stdcall] = ACTIONS(2818), - [anon_sym___fastcall] = ACTIONS(2818), - [anon_sym___thiscall] = ACTIONS(2818), - [anon_sym___vectorcall] = ACTIONS(2818), - [anon_sym_LBRACE] = ACTIONS(2820), - [anon_sym_LBRACK] = ACTIONS(2818), - [anon_sym_static] = ACTIONS(2818), - [anon_sym_register] = ACTIONS(2818), - [anon_sym_inline] = ACTIONS(2818), - [anon_sym_thread_local] = ACTIONS(2818), - [anon_sym_const] = ACTIONS(2818), - [anon_sym_volatile] = ACTIONS(2818), - [anon_sym_restrict] = ACTIONS(2818), - [anon_sym__Atomic] = ACTIONS(2818), - [anon_sym_mutable] = ACTIONS(2818), - [anon_sym_constexpr] = ACTIONS(2818), - [anon_sym_constinit] = ACTIONS(2818), - [anon_sym_consteval] = ACTIONS(2818), - [anon_sym_signed] = ACTIONS(2818), - [anon_sym_unsigned] = ACTIONS(2818), - [anon_sym_long] = ACTIONS(2818), - [anon_sym_short] = ACTIONS(2818), - [sym_primitive_type] = ACTIONS(2818), - [anon_sym_enum] = ACTIONS(2818), - [anon_sym_class] = ACTIONS(2818), - [anon_sym_struct] = ACTIONS(2818), - [anon_sym_union] = ACTIONS(2818), - [anon_sym_if] = ACTIONS(2818), - [anon_sym_switch] = ACTIONS(2818), - [anon_sym_case] = ACTIONS(2818), - [anon_sym_default] = ACTIONS(2818), - [anon_sym_while] = ACTIONS(2818), - [anon_sym_do] = ACTIONS(2818), - [anon_sym_for] = ACTIONS(2818), - [anon_sym_return] = ACTIONS(2818), - [anon_sym_break] = ACTIONS(2818), - [anon_sym_continue] = ACTIONS(2818), - [anon_sym_goto] = ACTIONS(2818), - [anon_sym_not] = ACTIONS(2818), - [anon_sym_compl] = ACTIONS(2818), - [anon_sym_DASH_DASH] = ACTIONS(2820), - [anon_sym_PLUS_PLUS] = ACTIONS(2820), - [anon_sym_sizeof] = ACTIONS(2818), - [sym_number_literal] = ACTIONS(2820), - [anon_sym_L_SQUOTE] = ACTIONS(2820), - [anon_sym_u_SQUOTE] = ACTIONS(2820), - [anon_sym_U_SQUOTE] = ACTIONS(2820), - [anon_sym_u8_SQUOTE] = ACTIONS(2820), - [anon_sym_SQUOTE] = ACTIONS(2820), - [anon_sym_L_DQUOTE] = ACTIONS(2820), - [anon_sym_u_DQUOTE] = ACTIONS(2820), - [anon_sym_U_DQUOTE] = ACTIONS(2820), - [anon_sym_u8_DQUOTE] = ACTIONS(2820), - [anon_sym_DQUOTE] = ACTIONS(2820), - [sym_true] = ACTIONS(2818), - [sym_false] = ACTIONS(2818), - [sym_null] = ACTIONS(2818), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2818), - [anon_sym_decltype] = ACTIONS(2818), - [anon_sym_virtual] = ACTIONS(2818), - [anon_sym_explicit] = ACTIONS(2818), - [anon_sym_typename] = ACTIONS(2818), - [anon_sym_template] = ACTIONS(2818), - [anon_sym_operator] = ACTIONS(2818), - [anon_sym_try] = ACTIONS(2818), - [anon_sym_delete] = ACTIONS(2818), - [anon_sym_throw] = ACTIONS(2818), - [anon_sym_namespace] = ACTIONS(2818), - [anon_sym_using] = ACTIONS(2818), - [anon_sym_static_assert] = ACTIONS(2818), - [anon_sym_concept] = ACTIONS(2818), - [anon_sym_co_return] = ACTIONS(2818), - [anon_sym_co_yield] = ACTIONS(2818), - [anon_sym_R_DQUOTE] = ACTIONS(2820), - [anon_sym_LR_DQUOTE] = ACTIONS(2820), - [anon_sym_uR_DQUOTE] = ACTIONS(2820), - [anon_sym_UR_DQUOTE] = ACTIONS(2820), - [anon_sym_u8R_DQUOTE] = ACTIONS(2820), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2818), - [anon_sym_requires] = ACTIONS(2818), - [sym_this] = ACTIONS(2818), - [sym_nullptr] = ACTIONS(2818), + [sym_identifier] = ACTIONS(2844), + [aux_sym_preproc_include_token1] = ACTIONS(2844), + [aux_sym_preproc_def_token1] = ACTIONS(2844), + [aux_sym_preproc_if_token1] = ACTIONS(2844), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2844), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2844), + [sym_preproc_directive] = ACTIONS(2844), + [anon_sym_LPAREN2] = ACTIONS(2846), + [anon_sym_BANG] = ACTIONS(2846), + [anon_sym_TILDE] = ACTIONS(2846), + [anon_sym_DASH] = ACTIONS(2844), + [anon_sym_PLUS] = ACTIONS(2844), + [anon_sym_STAR] = ACTIONS(2846), + [anon_sym_AMP_AMP] = ACTIONS(2846), + [anon_sym_AMP] = ACTIONS(2844), + [anon_sym_SEMI] = ACTIONS(2846), + [anon_sym_typedef] = ACTIONS(2844), + [anon_sym_extern] = ACTIONS(2844), + [anon_sym___attribute__] = ACTIONS(2844), + [anon_sym_COLON_COLON] = ACTIONS(2846), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2846), + [anon_sym___declspec] = ACTIONS(2844), + [anon_sym___based] = ACTIONS(2844), + [anon_sym___cdecl] = ACTIONS(2844), + [anon_sym___clrcall] = ACTIONS(2844), + [anon_sym___stdcall] = ACTIONS(2844), + [anon_sym___fastcall] = ACTIONS(2844), + [anon_sym___thiscall] = ACTIONS(2844), + [anon_sym___vectorcall] = ACTIONS(2844), + [anon_sym_LBRACE] = ACTIONS(2846), + [anon_sym_RBRACE] = ACTIONS(2846), + [anon_sym_LBRACK] = ACTIONS(2844), + [anon_sym_static] = ACTIONS(2844), + [anon_sym_register] = ACTIONS(2844), + [anon_sym_inline] = ACTIONS(2844), + [anon_sym_thread_local] = ACTIONS(2844), + [anon_sym_const] = ACTIONS(2844), + [anon_sym_volatile] = ACTIONS(2844), + [anon_sym_restrict] = ACTIONS(2844), + [anon_sym__Atomic] = ACTIONS(2844), + [anon_sym_mutable] = ACTIONS(2844), + [anon_sym_constexpr] = ACTIONS(2844), + [anon_sym_constinit] = ACTIONS(2844), + [anon_sym_consteval] = ACTIONS(2844), + [anon_sym_signed] = ACTIONS(2844), + [anon_sym_unsigned] = ACTIONS(2844), + [anon_sym_long] = ACTIONS(2844), + [anon_sym_short] = ACTIONS(2844), + [sym_primitive_type] = ACTIONS(2844), + [anon_sym_enum] = ACTIONS(2844), + [anon_sym_class] = ACTIONS(2844), + [anon_sym_struct] = ACTIONS(2844), + [anon_sym_union] = ACTIONS(2844), + [anon_sym_if] = ACTIONS(2844), + [anon_sym_switch] = ACTIONS(2844), + [anon_sym_case] = ACTIONS(2844), + [anon_sym_default] = ACTIONS(2844), + [anon_sym_while] = ACTIONS(2844), + [anon_sym_do] = ACTIONS(2844), + [anon_sym_for] = ACTIONS(2844), + [anon_sym_return] = ACTIONS(2844), + [anon_sym_break] = ACTIONS(2844), + [anon_sym_continue] = ACTIONS(2844), + [anon_sym_goto] = ACTIONS(2844), + [anon_sym_not] = ACTIONS(2844), + [anon_sym_compl] = ACTIONS(2844), + [anon_sym_DASH_DASH] = ACTIONS(2846), + [anon_sym_PLUS_PLUS] = ACTIONS(2846), + [anon_sym_sizeof] = ACTIONS(2844), + [sym_number_literal] = ACTIONS(2846), + [anon_sym_L_SQUOTE] = ACTIONS(2846), + [anon_sym_u_SQUOTE] = ACTIONS(2846), + [anon_sym_U_SQUOTE] = ACTIONS(2846), + [anon_sym_u8_SQUOTE] = ACTIONS(2846), + [anon_sym_SQUOTE] = ACTIONS(2846), + [anon_sym_L_DQUOTE] = ACTIONS(2846), + [anon_sym_u_DQUOTE] = ACTIONS(2846), + [anon_sym_U_DQUOTE] = ACTIONS(2846), + [anon_sym_u8_DQUOTE] = ACTIONS(2846), + [anon_sym_DQUOTE] = ACTIONS(2846), + [sym_true] = ACTIONS(2844), + [sym_false] = ACTIONS(2844), + [sym_null] = ACTIONS(2844), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2844), + [anon_sym_decltype] = ACTIONS(2844), + [anon_sym_virtual] = ACTIONS(2844), + [anon_sym_explicit] = ACTIONS(2844), + [anon_sym_typename] = ACTIONS(2844), + [anon_sym_template] = ACTIONS(2844), + [anon_sym_operator] = ACTIONS(2844), + [anon_sym_try] = ACTIONS(2844), + [anon_sym_delete] = ACTIONS(2844), + [anon_sym_throw] = ACTIONS(2844), + [anon_sym_namespace] = ACTIONS(2844), + [anon_sym_using] = ACTIONS(2844), + [anon_sym_static_assert] = ACTIONS(2844), + [anon_sym_concept] = ACTIONS(2844), + [anon_sym_co_return] = ACTIONS(2844), + [anon_sym_co_yield] = ACTIONS(2844), + [anon_sym_R_DQUOTE] = ACTIONS(2846), + [anon_sym_LR_DQUOTE] = ACTIONS(2846), + [anon_sym_uR_DQUOTE] = ACTIONS(2846), + [anon_sym_UR_DQUOTE] = ACTIONS(2846), + [anon_sym_u8R_DQUOTE] = ACTIONS(2846), + [anon_sym_co_await] = ACTIONS(2844), + [anon_sym_new] = ACTIONS(2844), + [anon_sym_requires] = ACTIONS(2844), + [sym_this] = ACTIONS(2844), + [sym_nullptr] = ACTIONS(2844), }, [978] = { - [ts_builtin_sym_end] = ACTIONS(2776), - [sym_identifier] = ACTIONS(2774), - [aux_sym_preproc_include_token1] = ACTIONS(2774), - [aux_sym_preproc_def_token1] = ACTIONS(2774), - [aux_sym_preproc_if_token1] = ACTIONS(2774), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2774), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2774), - [sym_preproc_directive] = ACTIONS(2774), - [anon_sym_LPAREN2] = ACTIONS(2776), - [anon_sym_BANG] = ACTIONS(2776), - [anon_sym_TILDE] = ACTIONS(2776), - [anon_sym_DASH] = ACTIONS(2774), - [anon_sym_PLUS] = ACTIONS(2774), - [anon_sym_STAR] = ACTIONS(2776), - [anon_sym_AMP_AMP] = ACTIONS(2776), - [anon_sym_AMP] = ACTIONS(2774), - [anon_sym_SEMI] = ACTIONS(2776), - [anon_sym_typedef] = ACTIONS(2774), - [anon_sym_extern] = ACTIONS(2774), - [anon_sym___attribute__] = ACTIONS(2774), - [anon_sym_COLON_COLON] = ACTIONS(2776), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2776), - [anon_sym___declspec] = ACTIONS(2774), - [anon_sym___based] = ACTIONS(2774), - [anon_sym___cdecl] = ACTIONS(2774), - [anon_sym___clrcall] = ACTIONS(2774), - [anon_sym___stdcall] = ACTIONS(2774), - [anon_sym___fastcall] = ACTIONS(2774), - [anon_sym___thiscall] = ACTIONS(2774), - [anon_sym___vectorcall] = ACTIONS(2774), - [anon_sym_LBRACE] = ACTIONS(2776), - [anon_sym_LBRACK] = ACTIONS(2774), - [anon_sym_static] = ACTIONS(2774), - [anon_sym_register] = ACTIONS(2774), - [anon_sym_inline] = ACTIONS(2774), - [anon_sym_thread_local] = ACTIONS(2774), - [anon_sym_const] = ACTIONS(2774), - [anon_sym_volatile] = ACTIONS(2774), - [anon_sym_restrict] = ACTIONS(2774), - [anon_sym__Atomic] = ACTIONS(2774), - [anon_sym_mutable] = ACTIONS(2774), - [anon_sym_constexpr] = ACTIONS(2774), - [anon_sym_constinit] = ACTIONS(2774), - [anon_sym_consteval] = ACTIONS(2774), - [anon_sym_signed] = ACTIONS(2774), - [anon_sym_unsigned] = ACTIONS(2774), - [anon_sym_long] = ACTIONS(2774), - [anon_sym_short] = ACTIONS(2774), - [sym_primitive_type] = ACTIONS(2774), - [anon_sym_enum] = ACTIONS(2774), - [anon_sym_class] = ACTIONS(2774), - [anon_sym_struct] = ACTIONS(2774), - [anon_sym_union] = ACTIONS(2774), - [anon_sym_if] = ACTIONS(2774), - [anon_sym_switch] = ACTIONS(2774), - [anon_sym_case] = ACTIONS(2774), - [anon_sym_default] = ACTIONS(2774), - [anon_sym_while] = ACTIONS(2774), - [anon_sym_do] = ACTIONS(2774), - [anon_sym_for] = ACTIONS(2774), - [anon_sym_return] = ACTIONS(2774), - [anon_sym_break] = ACTIONS(2774), - [anon_sym_continue] = ACTIONS(2774), - [anon_sym_goto] = ACTIONS(2774), - [anon_sym_not] = ACTIONS(2774), - [anon_sym_compl] = ACTIONS(2774), - [anon_sym_DASH_DASH] = ACTIONS(2776), - [anon_sym_PLUS_PLUS] = ACTIONS(2776), - [anon_sym_sizeof] = ACTIONS(2774), - [sym_number_literal] = ACTIONS(2776), - [anon_sym_L_SQUOTE] = ACTIONS(2776), - [anon_sym_u_SQUOTE] = ACTIONS(2776), - [anon_sym_U_SQUOTE] = ACTIONS(2776), - [anon_sym_u8_SQUOTE] = ACTIONS(2776), - [anon_sym_SQUOTE] = ACTIONS(2776), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2774), - [sym_false] = ACTIONS(2774), - [sym_null] = ACTIONS(2774), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2774), - [anon_sym_decltype] = ACTIONS(2774), - [anon_sym_virtual] = ACTIONS(2774), - [anon_sym_explicit] = ACTIONS(2774), - [anon_sym_typename] = ACTIONS(2774), - [anon_sym_template] = ACTIONS(2774), - [anon_sym_operator] = ACTIONS(2774), - [anon_sym_try] = ACTIONS(2774), - [anon_sym_delete] = ACTIONS(2774), - [anon_sym_throw] = ACTIONS(2774), - [anon_sym_namespace] = ACTIONS(2774), - [anon_sym_using] = ACTIONS(2774), - [anon_sym_static_assert] = ACTIONS(2774), - [anon_sym_concept] = ACTIONS(2774), - [anon_sym_co_return] = ACTIONS(2774), - [anon_sym_co_yield] = ACTIONS(2774), - [anon_sym_R_DQUOTE] = ACTIONS(2776), - [anon_sym_LR_DQUOTE] = ACTIONS(2776), - [anon_sym_uR_DQUOTE] = ACTIONS(2776), - [anon_sym_UR_DQUOTE] = ACTIONS(2776), - [anon_sym_u8R_DQUOTE] = ACTIONS(2776), - [anon_sym_co_await] = ACTIONS(2774), - [anon_sym_new] = ACTIONS(2774), - [anon_sym_requires] = ACTIONS(2774), - [sym_this] = ACTIONS(2774), - [sym_nullptr] = ACTIONS(2774), + [sym_identifier] = ACTIONS(2840), + [aux_sym_preproc_include_token1] = ACTIONS(2840), + [aux_sym_preproc_def_token1] = ACTIONS(2840), + [aux_sym_preproc_if_token1] = ACTIONS(2840), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2840), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2840), + [sym_preproc_directive] = ACTIONS(2840), + [anon_sym_LPAREN2] = ACTIONS(2842), + [anon_sym_BANG] = ACTIONS(2842), + [anon_sym_TILDE] = ACTIONS(2842), + [anon_sym_DASH] = ACTIONS(2840), + [anon_sym_PLUS] = ACTIONS(2840), + [anon_sym_STAR] = ACTIONS(2842), + [anon_sym_AMP_AMP] = ACTIONS(2842), + [anon_sym_AMP] = ACTIONS(2840), + [anon_sym_SEMI] = ACTIONS(2842), + [anon_sym_typedef] = ACTIONS(2840), + [anon_sym_extern] = ACTIONS(2840), + [anon_sym___attribute__] = ACTIONS(2840), + [anon_sym_COLON_COLON] = ACTIONS(2842), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2842), + [anon_sym___declspec] = ACTIONS(2840), + [anon_sym___based] = ACTIONS(2840), + [anon_sym___cdecl] = ACTIONS(2840), + [anon_sym___clrcall] = ACTIONS(2840), + [anon_sym___stdcall] = ACTIONS(2840), + [anon_sym___fastcall] = ACTIONS(2840), + [anon_sym___thiscall] = ACTIONS(2840), + [anon_sym___vectorcall] = ACTIONS(2840), + [anon_sym_LBRACE] = ACTIONS(2842), + [anon_sym_RBRACE] = ACTIONS(2842), + [anon_sym_LBRACK] = ACTIONS(2840), + [anon_sym_static] = ACTIONS(2840), + [anon_sym_register] = ACTIONS(2840), + [anon_sym_inline] = ACTIONS(2840), + [anon_sym_thread_local] = ACTIONS(2840), + [anon_sym_const] = ACTIONS(2840), + [anon_sym_volatile] = ACTIONS(2840), + [anon_sym_restrict] = ACTIONS(2840), + [anon_sym__Atomic] = ACTIONS(2840), + [anon_sym_mutable] = ACTIONS(2840), + [anon_sym_constexpr] = ACTIONS(2840), + [anon_sym_constinit] = ACTIONS(2840), + [anon_sym_consteval] = ACTIONS(2840), + [anon_sym_signed] = ACTIONS(2840), + [anon_sym_unsigned] = ACTIONS(2840), + [anon_sym_long] = ACTIONS(2840), + [anon_sym_short] = ACTIONS(2840), + [sym_primitive_type] = ACTIONS(2840), + [anon_sym_enum] = ACTIONS(2840), + [anon_sym_class] = ACTIONS(2840), + [anon_sym_struct] = ACTIONS(2840), + [anon_sym_union] = ACTIONS(2840), + [anon_sym_if] = ACTIONS(2840), + [anon_sym_switch] = ACTIONS(2840), + [anon_sym_case] = ACTIONS(2840), + [anon_sym_default] = ACTIONS(2840), + [anon_sym_while] = ACTIONS(2840), + [anon_sym_do] = ACTIONS(2840), + [anon_sym_for] = ACTIONS(2840), + [anon_sym_return] = ACTIONS(2840), + [anon_sym_break] = ACTIONS(2840), + [anon_sym_continue] = ACTIONS(2840), + [anon_sym_goto] = ACTIONS(2840), + [anon_sym_not] = ACTIONS(2840), + [anon_sym_compl] = ACTIONS(2840), + [anon_sym_DASH_DASH] = ACTIONS(2842), + [anon_sym_PLUS_PLUS] = ACTIONS(2842), + [anon_sym_sizeof] = ACTIONS(2840), + [sym_number_literal] = ACTIONS(2842), + [anon_sym_L_SQUOTE] = ACTIONS(2842), + [anon_sym_u_SQUOTE] = ACTIONS(2842), + [anon_sym_U_SQUOTE] = ACTIONS(2842), + [anon_sym_u8_SQUOTE] = ACTIONS(2842), + [anon_sym_SQUOTE] = ACTIONS(2842), + [anon_sym_L_DQUOTE] = ACTIONS(2842), + [anon_sym_u_DQUOTE] = ACTIONS(2842), + [anon_sym_U_DQUOTE] = ACTIONS(2842), + [anon_sym_u8_DQUOTE] = ACTIONS(2842), + [anon_sym_DQUOTE] = ACTIONS(2842), + [sym_true] = ACTIONS(2840), + [sym_false] = ACTIONS(2840), + [sym_null] = ACTIONS(2840), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2840), + [anon_sym_decltype] = ACTIONS(2840), + [anon_sym_virtual] = ACTIONS(2840), + [anon_sym_explicit] = ACTIONS(2840), + [anon_sym_typename] = ACTIONS(2840), + [anon_sym_template] = ACTIONS(2840), + [anon_sym_operator] = ACTIONS(2840), + [anon_sym_try] = ACTIONS(2840), + [anon_sym_delete] = ACTIONS(2840), + [anon_sym_throw] = ACTIONS(2840), + [anon_sym_namespace] = ACTIONS(2840), + [anon_sym_using] = ACTIONS(2840), + [anon_sym_static_assert] = ACTIONS(2840), + [anon_sym_concept] = ACTIONS(2840), + [anon_sym_co_return] = ACTIONS(2840), + [anon_sym_co_yield] = ACTIONS(2840), + [anon_sym_R_DQUOTE] = ACTIONS(2842), + [anon_sym_LR_DQUOTE] = ACTIONS(2842), + [anon_sym_uR_DQUOTE] = ACTIONS(2842), + [anon_sym_UR_DQUOTE] = ACTIONS(2842), + [anon_sym_u8R_DQUOTE] = ACTIONS(2842), + [anon_sym_co_await] = ACTIONS(2840), + [anon_sym_new] = ACTIONS(2840), + [anon_sym_requires] = ACTIONS(2840), + [sym_this] = ACTIONS(2840), + [sym_nullptr] = ACTIONS(2840), }, [979] = { - [sym_identifier] = ACTIONS(2818), - [aux_sym_preproc_include_token1] = ACTIONS(2818), - [aux_sym_preproc_def_token1] = ACTIONS(2818), - [aux_sym_preproc_if_token1] = ACTIONS(2818), - [aux_sym_preproc_if_token2] = ACTIONS(2818), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2818), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2818), - [sym_preproc_directive] = ACTIONS(2818), - [anon_sym_LPAREN2] = ACTIONS(2820), - [anon_sym_BANG] = ACTIONS(2820), - [anon_sym_TILDE] = ACTIONS(2820), - [anon_sym_DASH] = ACTIONS(2818), - [anon_sym_PLUS] = ACTIONS(2818), - [anon_sym_STAR] = ACTIONS(2820), - [anon_sym_AMP_AMP] = ACTIONS(2820), - [anon_sym_AMP] = ACTIONS(2818), - [anon_sym_SEMI] = ACTIONS(2820), - [anon_sym_typedef] = ACTIONS(2818), - [anon_sym_extern] = ACTIONS(2818), - [anon_sym___attribute__] = ACTIONS(2818), - [anon_sym_COLON_COLON] = ACTIONS(2820), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2820), - [anon_sym___declspec] = ACTIONS(2818), - [anon_sym___based] = ACTIONS(2818), - [anon_sym___cdecl] = ACTIONS(2818), - [anon_sym___clrcall] = ACTIONS(2818), - [anon_sym___stdcall] = ACTIONS(2818), - [anon_sym___fastcall] = ACTIONS(2818), - [anon_sym___thiscall] = ACTIONS(2818), - [anon_sym___vectorcall] = ACTIONS(2818), - [anon_sym_LBRACE] = ACTIONS(2820), - [anon_sym_LBRACK] = ACTIONS(2818), - [anon_sym_static] = ACTIONS(2818), - [anon_sym_register] = ACTIONS(2818), - [anon_sym_inline] = ACTIONS(2818), - [anon_sym_thread_local] = ACTIONS(2818), - [anon_sym_const] = ACTIONS(2818), - [anon_sym_volatile] = ACTIONS(2818), - [anon_sym_restrict] = ACTIONS(2818), - [anon_sym__Atomic] = ACTIONS(2818), - [anon_sym_mutable] = ACTIONS(2818), - [anon_sym_constexpr] = ACTIONS(2818), - [anon_sym_constinit] = ACTIONS(2818), - [anon_sym_consteval] = ACTIONS(2818), - [anon_sym_signed] = ACTIONS(2818), - [anon_sym_unsigned] = ACTIONS(2818), - [anon_sym_long] = ACTIONS(2818), - [anon_sym_short] = ACTIONS(2818), - [sym_primitive_type] = ACTIONS(2818), - [anon_sym_enum] = ACTIONS(2818), - [anon_sym_class] = ACTIONS(2818), - [anon_sym_struct] = ACTIONS(2818), - [anon_sym_union] = ACTIONS(2818), - [anon_sym_if] = ACTIONS(2818), - [anon_sym_switch] = ACTIONS(2818), - [anon_sym_case] = ACTIONS(2818), - [anon_sym_default] = ACTIONS(2818), - [anon_sym_while] = ACTIONS(2818), - [anon_sym_do] = ACTIONS(2818), - [anon_sym_for] = ACTIONS(2818), - [anon_sym_return] = ACTIONS(2818), - [anon_sym_break] = ACTIONS(2818), - [anon_sym_continue] = ACTIONS(2818), - [anon_sym_goto] = ACTIONS(2818), - [anon_sym_not] = ACTIONS(2818), - [anon_sym_compl] = ACTIONS(2818), - [anon_sym_DASH_DASH] = ACTIONS(2820), - [anon_sym_PLUS_PLUS] = ACTIONS(2820), - [anon_sym_sizeof] = ACTIONS(2818), - [sym_number_literal] = ACTIONS(2820), - [anon_sym_L_SQUOTE] = ACTIONS(2820), - [anon_sym_u_SQUOTE] = ACTIONS(2820), - [anon_sym_U_SQUOTE] = ACTIONS(2820), - [anon_sym_u8_SQUOTE] = ACTIONS(2820), - [anon_sym_SQUOTE] = ACTIONS(2820), - [anon_sym_L_DQUOTE] = ACTIONS(2820), - [anon_sym_u_DQUOTE] = ACTIONS(2820), - [anon_sym_U_DQUOTE] = ACTIONS(2820), - [anon_sym_u8_DQUOTE] = ACTIONS(2820), - [anon_sym_DQUOTE] = ACTIONS(2820), - [sym_true] = ACTIONS(2818), - [sym_false] = ACTIONS(2818), - [sym_null] = ACTIONS(2818), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2818), - [anon_sym_decltype] = ACTIONS(2818), - [anon_sym_virtual] = ACTIONS(2818), - [anon_sym_explicit] = ACTIONS(2818), - [anon_sym_typename] = ACTIONS(2818), - [anon_sym_template] = ACTIONS(2818), - [anon_sym_operator] = ACTIONS(2818), - [anon_sym_try] = ACTIONS(2818), - [anon_sym_delete] = ACTIONS(2818), - [anon_sym_throw] = ACTIONS(2818), - [anon_sym_namespace] = ACTIONS(2818), - [anon_sym_using] = ACTIONS(2818), - [anon_sym_static_assert] = ACTIONS(2818), - [anon_sym_concept] = ACTIONS(2818), - [anon_sym_co_return] = ACTIONS(2818), - [anon_sym_co_yield] = ACTIONS(2818), - [anon_sym_R_DQUOTE] = ACTIONS(2820), - [anon_sym_LR_DQUOTE] = ACTIONS(2820), - [anon_sym_uR_DQUOTE] = ACTIONS(2820), - [anon_sym_UR_DQUOTE] = ACTIONS(2820), - [anon_sym_u8R_DQUOTE] = ACTIONS(2820), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2818), - [anon_sym_requires] = ACTIONS(2818), - [sym_this] = ACTIONS(2818), - [sym_nullptr] = ACTIONS(2818), + [sym_identifier] = ACTIONS(2836), + [aux_sym_preproc_include_token1] = ACTIONS(2836), + [aux_sym_preproc_def_token1] = ACTIONS(2836), + [aux_sym_preproc_if_token1] = ACTIONS(2836), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2836), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2836), + [sym_preproc_directive] = ACTIONS(2836), + [anon_sym_LPAREN2] = ACTIONS(2838), + [anon_sym_BANG] = ACTIONS(2838), + [anon_sym_TILDE] = ACTIONS(2838), + [anon_sym_DASH] = ACTIONS(2836), + [anon_sym_PLUS] = ACTIONS(2836), + [anon_sym_STAR] = ACTIONS(2838), + [anon_sym_AMP_AMP] = ACTIONS(2838), + [anon_sym_AMP] = ACTIONS(2836), + [anon_sym_SEMI] = ACTIONS(2838), + [anon_sym_typedef] = ACTIONS(2836), + [anon_sym_extern] = ACTIONS(2836), + [anon_sym___attribute__] = ACTIONS(2836), + [anon_sym_COLON_COLON] = ACTIONS(2838), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2838), + [anon_sym___declspec] = ACTIONS(2836), + [anon_sym___based] = ACTIONS(2836), + [anon_sym___cdecl] = ACTIONS(2836), + [anon_sym___clrcall] = ACTIONS(2836), + [anon_sym___stdcall] = ACTIONS(2836), + [anon_sym___fastcall] = ACTIONS(2836), + [anon_sym___thiscall] = ACTIONS(2836), + [anon_sym___vectorcall] = ACTIONS(2836), + [anon_sym_LBRACE] = ACTIONS(2838), + [anon_sym_RBRACE] = ACTIONS(2838), + [anon_sym_LBRACK] = ACTIONS(2836), + [anon_sym_static] = ACTIONS(2836), + [anon_sym_register] = ACTIONS(2836), + [anon_sym_inline] = ACTIONS(2836), + [anon_sym_thread_local] = ACTIONS(2836), + [anon_sym_const] = ACTIONS(2836), + [anon_sym_volatile] = ACTIONS(2836), + [anon_sym_restrict] = ACTIONS(2836), + [anon_sym__Atomic] = ACTIONS(2836), + [anon_sym_mutable] = ACTIONS(2836), + [anon_sym_constexpr] = ACTIONS(2836), + [anon_sym_constinit] = ACTIONS(2836), + [anon_sym_consteval] = ACTIONS(2836), + [anon_sym_signed] = ACTIONS(2836), + [anon_sym_unsigned] = ACTIONS(2836), + [anon_sym_long] = ACTIONS(2836), + [anon_sym_short] = ACTIONS(2836), + [sym_primitive_type] = ACTIONS(2836), + [anon_sym_enum] = ACTIONS(2836), + [anon_sym_class] = ACTIONS(2836), + [anon_sym_struct] = ACTIONS(2836), + [anon_sym_union] = ACTIONS(2836), + [anon_sym_if] = ACTIONS(2836), + [anon_sym_switch] = ACTIONS(2836), + [anon_sym_case] = ACTIONS(2836), + [anon_sym_default] = ACTIONS(2836), + [anon_sym_while] = ACTIONS(2836), + [anon_sym_do] = ACTIONS(2836), + [anon_sym_for] = ACTIONS(2836), + [anon_sym_return] = ACTIONS(2836), + [anon_sym_break] = ACTIONS(2836), + [anon_sym_continue] = ACTIONS(2836), + [anon_sym_goto] = ACTIONS(2836), + [anon_sym_not] = ACTIONS(2836), + [anon_sym_compl] = ACTIONS(2836), + [anon_sym_DASH_DASH] = ACTIONS(2838), + [anon_sym_PLUS_PLUS] = ACTIONS(2838), + [anon_sym_sizeof] = ACTIONS(2836), + [sym_number_literal] = ACTIONS(2838), + [anon_sym_L_SQUOTE] = ACTIONS(2838), + [anon_sym_u_SQUOTE] = ACTIONS(2838), + [anon_sym_U_SQUOTE] = ACTIONS(2838), + [anon_sym_u8_SQUOTE] = ACTIONS(2838), + [anon_sym_SQUOTE] = ACTIONS(2838), + [anon_sym_L_DQUOTE] = ACTIONS(2838), + [anon_sym_u_DQUOTE] = ACTIONS(2838), + [anon_sym_U_DQUOTE] = ACTIONS(2838), + [anon_sym_u8_DQUOTE] = ACTIONS(2838), + [anon_sym_DQUOTE] = ACTIONS(2838), + [sym_true] = ACTIONS(2836), + [sym_false] = ACTIONS(2836), + [sym_null] = ACTIONS(2836), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2836), + [anon_sym_decltype] = ACTIONS(2836), + [anon_sym_virtual] = ACTIONS(2836), + [anon_sym_explicit] = ACTIONS(2836), + [anon_sym_typename] = ACTIONS(2836), + [anon_sym_template] = ACTIONS(2836), + [anon_sym_operator] = ACTIONS(2836), + [anon_sym_try] = ACTIONS(2836), + [anon_sym_delete] = ACTIONS(2836), + [anon_sym_throw] = ACTIONS(2836), + [anon_sym_namespace] = ACTIONS(2836), + [anon_sym_using] = ACTIONS(2836), + [anon_sym_static_assert] = ACTIONS(2836), + [anon_sym_concept] = ACTIONS(2836), + [anon_sym_co_return] = ACTIONS(2836), + [anon_sym_co_yield] = ACTIONS(2836), + [anon_sym_R_DQUOTE] = ACTIONS(2838), + [anon_sym_LR_DQUOTE] = ACTIONS(2838), + [anon_sym_uR_DQUOTE] = ACTIONS(2838), + [anon_sym_UR_DQUOTE] = ACTIONS(2838), + [anon_sym_u8R_DQUOTE] = ACTIONS(2838), + [anon_sym_co_await] = ACTIONS(2836), + [anon_sym_new] = ACTIONS(2836), + [anon_sym_requires] = ACTIONS(2836), + [sym_this] = ACTIONS(2836), + [sym_nullptr] = ACTIONS(2836), }, [980] = { - [sym_identifier] = ACTIONS(2706), - [aux_sym_preproc_include_token1] = ACTIONS(2706), - [aux_sym_preproc_def_token1] = ACTIONS(2706), - [aux_sym_preproc_if_token1] = ACTIONS(2706), - [aux_sym_preproc_if_token2] = ACTIONS(2706), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2706), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2706), - [sym_preproc_directive] = ACTIONS(2706), - [anon_sym_LPAREN2] = ACTIONS(2708), - [anon_sym_BANG] = ACTIONS(2708), - [anon_sym_TILDE] = ACTIONS(2708), - [anon_sym_DASH] = ACTIONS(2706), - [anon_sym_PLUS] = ACTIONS(2706), - [anon_sym_STAR] = ACTIONS(2708), - [anon_sym_AMP_AMP] = ACTIONS(2708), - [anon_sym_AMP] = ACTIONS(2706), - [anon_sym_SEMI] = ACTIONS(2708), - [anon_sym_typedef] = ACTIONS(2706), - [anon_sym_extern] = ACTIONS(2706), - [anon_sym___attribute__] = ACTIONS(2706), - [anon_sym_COLON_COLON] = ACTIONS(2708), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2708), - [anon_sym___declspec] = ACTIONS(2706), - [anon_sym___based] = ACTIONS(2706), - [anon_sym___cdecl] = ACTIONS(2706), - [anon_sym___clrcall] = ACTIONS(2706), - [anon_sym___stdcall] = ACTIONS(2706), - [anon_sym___fastcall] = ACTIONS(2706), - [anon_sym___thiscall] = ACTIONS(2706), - [anon_sym___vectorcall] = ACTIONS(2706), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LBRACK] = ACTIONS(2706), - [anon_sym_static] = ACTIONS(2706), - [anon_sym_register] = ACTIONS(2706), - [anon_sym_inline] = ACTIONS(2706), - [anon_sym_thread_local] = ACTIONS(2706), - [anon_sym_const] = ACTIONS(2706), - [anon_sym_volatile] = ACTIONS(2706), - [anon_sym_restrict] = ACTIONS(2706), - [anon_sym__Atomic] = ACTIONS(2706), - [anon_sym_mutable] = ACTIONS(2706), - [anon_sym_constexpr] = ACTIONS(2706), - [anon_sym_constinit] = ACTIONS(2706), - [anon_sym_consteval] = ACTIONS(2706), - [anon_sym_signed] = ACTIONS(2706), - [anon_sym_unsigned] = ACTIONS(2706), - [anon_sym_long] = ACTIONS(2706), - [anon_sym_short] = ACTIONS(2706), - [sym_primitive_type] = ACTIONS(2706), - [anon_sym_enum] = ACTIONS(2706), - [anon_sym_class] = ACTIONS(2706), - [anon_sym_struct] = ACTIONS(2706), - [anon_sym_union] = ACTIONS(2706), - [anon_sym_if] = ACTIONS(2706), - [anon_sym_switch] = ACTIONS(2706), - [anon_sym_case] = ACTIONS(2706), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2706), - [anon_sym_do] = ACTIONS(2706), - [anon_sym_for] = ACTIONS(2706), - [anon_sym_return] = ACTIONS(2706), - [anon_sym_break] = ACTIONS(2706), - [anon_sym_continue] = ACTIONS(2706), - [anon_sym_goto] = ACTIONS(2706), - [anon_sym_not] = ACTIONS(2706), - [anon_sym_compl] = ACTIONS(2706), - [anon_sym_DASH_DASH] = ACTIONS(2708), - [anon_sym_PLUS_PLUS] = ACTIONS(2708), - [anon_sym_sizeof] = ACTIONS(2706), - [sym_number_literal] = ACTIONS(2708), - [anon_sym_L_SQUOTE] = ACTIONS(2708), - [anon_sym_u_SQUOTE] = ACTIONS(2708), - [anon_sym_U_SQUOTE] = ACTIONS(2708), - [anon_sym_u8_SQUOTE] = ACTIONS(2708), - [anon_sym_SQUOTE] = ACTIONS(2708), - [anon_sym_L_DQUOTE] = ACTIONS(2708), - [anon_sym_u_DQUOTE] = ACTIONS(2708), - [anon_sym_U_DQUOTE] = ACTIONS(2708), - [anon_sym_u8_DQUOTE] = ACTIONS(2708), - [anon_sym_DQUOTE] = ACTIONS(2708), - [sym_true] = ACTIONS(2706), - [sym_false] = ACTIONS(2706), - [sym_null] = ACTIONS(2706), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2706), - [anon_sym_decltype] = ACTIONS(2706), - [anon_sym_virtual] = ACTIONS(2706), - [anon_sym_explicit] = ACTIONS(2706), - [anon_sym_typename] = ACTIONS(2706), - [anon_sym_template] = ACTIONS(2706), - [anon_sym_operator] = ACTIONS(2706), - [anon_sym_try] = ACTIONS(2706), - [anon_sym_delete] = ACTIONS(2706), - [anon_sym_throw] = ACTIONS(2706), - [anon_sym_namespace] = ACTIONS(2706), - [anon_sym_using] = ACTIONS(2706), - [anon_sym_static_assert] = ACTIONS(2706), - [anon_sym_concept] = ACTIONS(2706), - [anon_sym_co_return] = ACTIONS(2706), - [anon_sym_co_yield] = ACTIONS(2706), - [anon_sym_R_DQUOTE] = ACTIONS(2708), - [anon_sym_LR_DQUOTE] = ACTIONS(2708), - [anon_sym_uR_DQUOTE] = ACTIONS(2708), - [anon_sym_UR_DQUOTE] = ACTIONS(2708), - [anon_sym_u8R_DQUOTE] = ACTIONS(2708), - [anon_sym_co_await] = ACTIONS(2706), - [anon_sym_new] = ACTIONS(2706), - [anon_sym_requires] = ACTIONS(2706), - [sym_this] = ACTIONS(2706), - [sym_nullptr] = ACTIONS(2706), + [sym_identifier] = ACTIONS(2696), + [aux_sym_preproc_include_token1] = ACTIONS(2696), + [aux_sym_preproc_def_token1] = ACTIONS(2696), + [aux_sym_preproc_if_token1] = ACTIONS(2696), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2696), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2696), + [sym_preproc_directive] = ACTIONS(2696), + [anon_sym_LPAREN2] = ACTIONS(2698), + [anon_sym_BANG] = ACTIONS(2698), + [anon_sym_TILDE] = ACTIONS(2698), + [anon_sym_DASH] = ACTIONS(2696), + [anon_sym_PLUS] = ACTIONS(2696), + [anon_sym_STAR] = ACTIONS(2698), + [anon_sym_AMP_AMP] = ACTIONS(2698), + [anon_sym_AMP] = ACTIONS(2696), + [anon_sym_SEMI] = ACTIONS(2698), + [anon_sym_typedef] = ACTIONS(2696), + [anon_sym_extern] = ACTIONS(2696), + [anon_sym___attribute__] = ACTIONS(2696), + [anon_sym_COLON_COLON] = ACTIONS(2698), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2698), + [anon_sym___declspec] = ACTIONS(2696), + [anon_sym___based] = ACTIONS(2696), + [anon_sym___cdecl] = ACTIONS(2696), + [anon_sym___clrcall] = ACTIONS(2696), + [anon_sym___stdcall] = ACTIONS(2696), + [anon_sym___fastcall] = ACTIONS(2696), + [anon_sym___thiscall] = ACTIONS(2696), + [anon_sym___vectorcall] = ACTIONS(2696), + [anon_sym_LBRACE] = ACTIONS(2698), + [anon_sym_RBRACE] = ACTIONS(2698), + [anon_sym_LBRACK] = ACTIONS(2696), + [anon_sym_static] = ACTIONS(2696), + [anon_sym_register] = ACTIONS(2696), + [anon_sym_inline] = ACTIONS(2696), + [anon_sym_thread_local] = ACTIONS(2696), + [anon_sym_const] = ACTIONS(2696), + [anon_sym_volatile] = ACTIONS(2696), + [anon_sym_restrict] = ACTIONS(2696), + [anon_sym__Atomic] = ACTIONS(2696), + [anon_sym_mutable] = ACTIONS(2696), + [anon_sym_constexpr] = ACTIONS(2696), + [anon_sym_constinit] = ACTIONS(2696), + [anon_sym_consteval] = ACTIONS(2696), + [anon_sym_signed] = ACTIONS(2696), + [anon_sym_unsigned] = ACTIONS(2696), + [anon_sym_long] = ACTIONS(2696), + [anon_sym_short] = ACTIONS(2696), + [sym_primitive_type] = ACTIONS(2696), + [anon_sym_enum] = ACTIONS(2696), + [anon_sym_class] = ACTIONS(2696), + [anon_sym_struct] = ACTIONS(2696), + [anon_sym_union] = ACTIONS(2696), + [anon_sym_if] = ACTIONS(2696), + [anon_sym_switch] = ACTIONS(2696), + [anon_sym_case] = ACTIONS(2696), + [anon_sym_default] = ACTIONS(2696), + [anon_sym_while] = ACTIONS(2696), + [anon_sym_do] = ACTIONS(2696), + [anon_sym_for] = ACTIONS(2696), + [anon_sym_return] = ACTIONS(2696), + [anon_sym_break] = ACTIONS(2696), + [anon_sym_continue] = ACTIONS(2696), + [anon_sym_goto] = ACTIONS(2696), + [anon_sym_not] = ACTIONS(2696), + [anon_sym_compl] = ACTIONS(2696), + [anon_sym_DASH_DASH] = ACTIONS(2698), + [anon_sym_PLUS_PLUS] = ACTIONS(2698), + [anon_sym_sizeof] = ACTIONS(2696), + [sym_number_literal] = ACTIONS(2698), + [anon_sym_L_SQUOTE] = ACTIONS(2698), + [anon_sym_u_SQUOTE] = ACTIONS(2698), + [anon_sym_U_SQUOTE] = ACTIONS(2698), + [anon_sym_u8_SQUOTE] = ACTIONS(2698), + [anon_sym_SQUOTE] = ACTIONS(2698), + [anon_sym_L_DQUOTE] = ACTIONS(2698), + [anon_sym_u_DQUOTE] = ACTIONS(2698), + [anon_sym_U_DQUOTE] = ACTIONS(2698), + [anon_sym_u8_DQUOTE] = ACTIONS(2698), + [anon_sym_DQUOTE] = ACTIONS(2698), + [sym_true] = ACTIONS(2696), + [sym_false] = ACTIONS(2696), + [sym_null] = ACTIONS(2696), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2696), + [anon_sym_decltype] = ACTIONS(2696), + [anon_sym_virtual] = ACTIONS(2696), + [anon_sym_explicit] = ACTIONS(2696), + [anon_sym_typename] = ACTIONS(2696), + [anon_sym_template] = ACTIONS(2696), + [anon_sym_operator] = ACTIONS(2696), + [anon_sym_try] = ACTIONS(2696), + [anon_sym_delete] = ACTIONS(2696), + [anon_sym_throw] = ACTIONS(2696), + [anon_sym_namespace] = ACTIONS(2696), + [anon_sym_using] = ACTIONS(2696), + [anon_sym_static_assert] = ACTIONS(2696), + [anon_sym_concept] = ACTIONS(2696), + [anon_sym_co_return] = ACTIONS(2696), + [anon_sym_co_yield] = ACTIONS(2696), + [anon_sym_R_DQUOTE] = ACTIONS(2698), + [anon_sym_LR_DQUOTE] = ACTIONS(2698), + [anon_sym_uR_DQUOTE] = ACTIONS(2698), + [anon_sym_UR_DQUOTE] = ACTIONS(2698), + [anon_sym_u8R_DQUOTE] = ACTIONS(2698), + [anon_sym_co_await] = ACTIONS(2696), + [anon_sym_new] = ACTIONS(2696), + [anon_sym_requires] = ACTIONS(2696), + [sym_this] = ACTIONS(2696), + [sym_nullptr] = ACTIONS(2696), }, [981] = { - [ts_builtin_sym_end] = ACTIONS(2772), - [sym_identifier] = ACTIONS(2770), - [aux_sym_preproc_include_token1] = ACTIONS(2770), - [aux_sym_preproc_def_token1] = ACTIONS(2770), - [aux_sym_preproc_if_token1] = ACTIONS(2770), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2770), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2770), - [sym_preproc_directive] = ACTIONS(2770), - [anon_sym_LPAREN2] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2770), - [anon_sym_PLUS] = ACTIONS(2770), - [anon_sym_STAR] = ACTIONS(2772), - [anon_sym_AMP_AMP] = ACTIONS(2772), - [anon_sym_AMP] = ACTIONS(2770), - [anon_sym_SEMI] = ACTIONS(2772), - [anon_sym_typedef] = ACTIONS(2770), - [anon_sym_extern] = ACTIONS(2770), - [anon_sym___attribute__] = ACTIONS(2770), - [anon_sym_COLON_COLON] = ACTIONS(2772), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2772), - [anon_sym___declspec] = ACTIONS(2770), - [anon_sym___based] = ACTIONS(2770), - [anon_sym___cdecl] = ACTIONS(2770), - [anon_sym___clrcall] = ACTIONS(2770), - [anon_sym___stdcall] = ACTIONS(2770), - [anon_sym___fastcall] = ACTIONS(2770), - [anon_sym___thiscall] = ACTIONS(2770), - [anon_sym___vectorcall] = ACTIONS(2770), - [anon_sym_LBRACE] = ACTIONS(2772), - [anon_sym_LBRACK] = ACTIONS(2770), - [anon_sym_static] = ACTIONS(2770), - [anon_sym_register] = ACTIONS(2770), - [anon_sym_inline] = ACTIONS(2770), - [anon_sym_thread_local] = ACTIONS(2770), - [anon_sym_const] = ACTIONS(2770), - [anon_sym_volatile] = ACTIONS(2770), - [anon_sym_restrict] = ACTIONS(2770), - [anon_sym__Atomic] = ACTIONS(2770), - [anon_sym_mutable] = ACTIONS(2770), - [anon_sym_constexpr] = ACTIONS(2770), - [anon_sym_constinit] = ACTIONS(2770), - [anon_sym_consteval] = ACTIONS(2770), - [anon_sym_signed] = ACTIONS(2770), - [anon_sym_unsigned] = ACTIONS(2770), - [anon_sym_long] = ACTIONS(2770), - [anon_sym_short] = ACTIONS(2770), - [sym_primitive_type] = ACTIONS(2770), - [anon_sym_enum] = ACTIONS(2770), - [anon_sym_class] = ACTIONS(2770), - [anon_sym_struct] = ACTIONS(2770), - [anon_sym_union] = ACTIONS(2770), - [anon_sym_if] = ACTIONS(2770), - [anon_sym_switch] = ACTIONS(2770), - [anon_sym_case] = ACTIONS(2770), - [anon_sym_default] = ACTIONS(2770), - [anon_sym_while] = ACTIONS(2770), - [anon_sym_do] = ACTIONS(2770), - [anon_sym_for] = ACTIONS(2770), - [anon_sym_return] = ACTIONS(2770), - [anon_sym_break] = ACTIONS(2770), - [anon_sym_continue] = ACTIONS(2770), - [anon_sym_goto] = ACTIONS(2770), - [anon_sym_not] = ACTIONS(2770), - [anon_sym_compl] = ACTIONS(2770), - [anon_sym_DASH_DASH] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2772), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2772), - [anon_sym_u_SQUOTE] = ACTIONS(2772), - [anon_sym_U_SQUOTE] = ACTIONS(2772), - [anon_sym_u8_SQUOTE] = ACTIONS(2772), - [anon_sym_SQUOTE] = ACTIONS(2772), - [anon_sym_L_DQUOTE] = ACTIONS(2772), - [anon_sym_u_DQUOTE] = ACTIONS(2772), - [anon_sym_U_DQUOTE] = ACTIONS(2772), - [anon_sym_u8_DQUOTE] = ACTIONS(2772), - [anon_sym_DQUOTE] = ACTIONS(2772), - [sym_true] = ACTIONS(2770), - [sym_false] = ACTIONS(2770), - [sym_null] = ACTIONS(2770), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2770), - [anon_sym_decltype] = ACTIONS(2770), - [anon_sym_virtual] = ACTIONS(2770), - [anon_sym_explicit] = ACTIONS(2770), - [anon_sym_typename] = ACTIONS(2770), - [anon_sym_template] = ACTIONS(2770), - [anon_sym_operator] = ACTIONS(2770), - [anon_sym_try] = ACTIONS(2770), - [anon_sym_delete] = ACTIONS(2770), - [anon_sym_throw] = ACTIONS(2770), - [anon_sym_namespace] = ACTIONS(2770), - [anon_sym_using] = ACTIONS(2770), - [anon_sym_static_assert] = ACTIONS(2770), - [anon_sym_concept] = ACTIONS(2770), - [anon_sym_co_return] = ACTIONS(2770), - [anon_sym_co_yield] = ACTIONS(2770), - [anon_sym_R_DQUOTE] = ACTIONS(2772), - [anon_sym_LR_DQUOTE] = ACTIONS(2772), - [anon_sym_uR_DQUOTE] = ACTIONS(2772), - [anon_sym_UR_DQUOTE] = ACTIONS(2772), - [anon_sym_u8R_DQUOTE] = ACTIONS(2772), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2770), - [anon_sym_requires] = ACTIONS(2770), - [sym_this] = ACTIONS(2770), - [sym_nullptr] = ACTIONS(2770), + [sym_identifier] = ACTIONS(2680), + [aux_sym_preproc_include_token1] = ACTIONS(2680), + [aux_sym_preproc_def_token1] = ACTIONS(2680), + [aux_sym_preproc_if_token1] = ACTIONS(2680), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2680), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2680), + [sym_preproc_directive] = ACTIONS(2680), + [anon_sym_LPAREN2] = ACTIONS(2682), + [anon_sym_BANG] = ACTIONS(2682), + [anon_sym_TILDE] = ACTIONS(2682), + [anon_sym_DASH] = ACTIONS(2680), + [anon_sym_PLUS] = ACTIONS(2680), + [anon_sym_STAR] = ACTIONS(2682), + [anon_sym_AMP_AMP] = ACTIONS(2682), + [anon_sym_AMP] = ACTIONS(2680), + [anon_sym_SEMI] = ACTIONS(2682), + [anon_sym_typedef] = ACTIONS(2680), + [anon_sym_extern] = ACTIONS(2680), + [anon_sym___attribute__] = ACTIONS(2680), + [anon_sym_COLON_COLON] = ACTIONS(2682), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2682), + [anon_sym___declspec] = ACTIONS(2680), + [anon_sym___based] = ACTIONS(2680), + [anon_sym___cdecl] = ACTIONS(2680), + [anon_sym___clrcall] = ACTIONS(2680), + [anon_sym___stdcall] = ACTIONS(2680), + [anon_sym___fastcall] = ACTIONS(2680), + [anon_sym___thiscall] = ACTIONS(2680), + [anon_sym___vectorcall] = ACTIONS(2680), + [anon_sym_LBRACE] = ACTIONS(2682), + [anon_sym_RBRACE] = ACTIONS(2682), + [anon_sym_LBRACK] = ACTIONS(2680), + [anon_sym_static] = ACTIONS(2680), + [anon_sym_register] = ACTIONS(2680), + [anon_sym_inline] = ACTIONS(2680), + [anon_sym_thread_local] = ACTIONS(2680), + [anon_sym_const] = ACTIONS(2680), + [anon_sym_volatile] = ACTIONS(2680), + [anon_sym_restrict] = ACTIONS(2680), + [anon_sym__Atomic] = ACTIONS(2680), + [anon_sym_mutable] = ACTIONS(2680), + [anon_sym_constexpr] = ACTIONS(2680), + [anon_sym_constinit] = ACTIONS(2680), + [anon_sym_consteval] = ACTIONS(2680), + [anon_sym_signed] = ACTIONS(2680), + [anon_sym_unsigned] = ACTIONS(2680), + [anon_sym_long] = ACTIONS(2680), + [anon_sym_short] = ACTIONS(2680), + [sym_primitive_type] = ACTIONS(2680), + [anon_sym_enum] = ACTIONS(2680), + [anon_sym_class] = ACTIONS(2680), + [anon_sym_struct] = ACTIONS(2680), + [anon_sym_union] = ACTIONS(2680), + [anon_sym_if] = ACTIONS(2680), + [anon_sym_switch] = ACTIONS(2680), + [anon_sym_case] = ACTIONS(2680), + [anon_sym_default] = ACTIONS(2680), + [anon_sym_while] = ACTIONS(2680), + [anon_sym_do] = ACTIONS(2680), + [anon_sym_for] = ACTIONS(2680), + [anon_sym_return] = ACTIONS(2680), + [anon_sym_break] = ACTIONS(2680), + [anon_sym_continue] = ACTIONS(2680), + [anon_sym_goto] = ACTIONS(2680), + [anon_sym_not] = ACTIONS(2680), + [anon_sym_compl] = ACTIONS(2680), + [anon_sym_DASH_DASH] = ACTIONS(2682), + [anon_sym_PLUS_PLUS] = ACTIONS(2682), + [anon_sym_sizeof] = ACTIONS(2680), + [sym_number_literal] = ACTIONS(2682), + [anon_sym_L_SQUOTE] = ACTIONS(2682), + [anon_sym_u_SQUOTE] = ACTIONS(2682), + [anon_sym_U_SQUOTE] = ACTIONS(2682), + [anon_sym_u8_SQUOTE] = ACTIONS(2682), + [anon_sym_SQUOTE] = ACTIONS(2682), + [anon_sym_L_DQUOTE] = ACTIONS(2682), + [anon_sym_u_DQUOTE] = ACTIONS(2682), + [anon_sym_U_DQUOTE] = ACTIONS(2682), + [anon_sym_u8_DQUOTE] = ACTIONS(2682), + [anon_sym_DQUOTE] = ACTIONS(2682), + [sym_true] = ACTIONS(2680), + [sym_false] = ACTIONS(2680), + [sym_null] = ACTIONS(2680), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2680), + [anon_sym_decltype] = ACTIONS(2680), + [anon_sym_virtual] = ACTIONS(2680), + [anon_sym_explicit] = ACTIONS(2680), + [anon_sym_typename] = ACTIONS(2680), + [anon_sym_template] = ACTIONS(2680), + [anon_sym_operator] = ACTIONS(2680), + [anon_sym_try] = ACTIONS(2680), + [anon_sym_delete] = ACTIONS(2680), + [anon_sym_throw] = ACTIONS(2680), + [anon_sym_namespace] = ACTIONS(2680), + [anon_sym_using] = ACTIONS(2680), + [anon_sym_static_assert] = ACTIONS(2680), + [anon_sym_concept] = ACTIONS(2680), + [anon_sym_co_return] = ACTIONS(2680), + [anon_sym_co_yield] = ACTIONS(2680), + [anon_sym_R_DQUOTE] = ACTIONS(2682), + [anon_sym_LR_DQUOTE] = ACTIONS(2682), + [anon_sym_uR_DQUOTE] = ACTIONS(2682), + [anon_sym_UR_DQUOTE] = ACTIONS(2682), + [anon_sym_u8R_DQUOTE] = ACTIONS(2682), + [anon_sym_co_await] = ACTIONS(2680), + [anon_sym_new] = ACTIONS(2680), + [anon_sym_requires] = ACTIONS(2680), + [sym_this] = ACTIONS(2680), + [sym_nullptr] = ACTIONS(2680), }, [982] = { - [ts_builtin_sym_end] = ACTIONS(2816), - [sym_identifier] = ACTIONS(2814), - [aux_sym_preproc_include_token1] = ACTIONS(2814), - [aux_sym_preproc_def_token1] = ACTIONS(2814), - [aux_sym_preproc_if_token1] = ACTIONS(2814), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2814), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2814), - [sym_preproc_directive] = ACTIONS(2814), - [anon_sym_LPAREN2] = ACTIONS(2816), - [anon_sym_BANG] = ACTIONS(2816), - [anon_sym_TILDE] = ACTIONS(2816), - [anon_sym_DASH] = ACTIONS(2814), - [anon_sym_PLUS] = ACTIONS(2814), - [anon_sym_STAR] = ACTIONS(2816), - [anon_sym_AMP_AMP] = ACTIONS(2816), - [anon_sym_AMP] = ACTIONS(2814), - [anon_sym_SEMI] = ACTIONS(2816), - [anon_sym_typedef] = ACTIONS(2814), - [anon_sym_extern] = ACTIONS(2814), - [anon_sym___attribute__] = ACTIONS(2814), - [anon_sym_COLON_COLON] = ACTIONS(2816), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2816), - [anon_sym___declspec] = ACTIONS(2814), - [anon_sym___based] = ACTIONS(2814), - [anon_sym___cdecl] = ACTIONS(2814), - [anon_sym___clrcall] = ACTIONS(2814), - [anon_sym___stdcall] = ACTIONS(2814), - [anon_sym___fastcall] = ACTIONS(2814), - [anon_sym___thiscall] = ACTIONS(2814), - [anon_sym___vectorcall] = ACTIONS(2814), - [anon_sym_LBRACE] = ACTIONS(2816), - [anon_sym_LBRACK] = ACTIONS(2814), - [anon_sym_static] = ACTIONS(2814), - [anon_sym_register] = ACTIONS(2814), - [anon_sym_inline] = ACTIONS(2814), - [anon_sym_thread_local] = ACTIONS(2814), - [anon_sym_const] = ACTIONS(2814), - [anon_sym_volatile] = ACTIONS(2814), - [anon_sym_restrict] = ACTIONS(2814), - [anon_sym__Atomic] = ACTIONS(2814), - [anon_sym_mutable] = ACTIONS(2814), - [anon_sym_constexpr] = ACTIONS(2814), - [anon_sym_constinit] = ACTIONS(2814), - [anon_sym_consteval] = ACTIONS(2814), - [anon_sym_signed] = ACTIONS(2814), - [anon_sym_unsigned] = ACTIONS(2814), - [anon_sym_long] = ACTIONS(2814), - [anon_sym_short] = ACTIONS(2814), - [sym_primitive_type] = ACTIONS(2814), - [anon_sym_enum] = ACTIONS(2814), - [anon_sym_class] = ACTIONS(2814), - [anon_sym_struct] = ACTIONS(2814), - [anon_sym_union] = ACTIONS(2814), - [anon_sym_if] = ACTIONS(2814), - [anon_sym_switch] = ACTIONS(2814), - [anon_sym_case] = ACTIONS(2814), - [anon_sym_default] = ACTIONS(2814), - [anon_sym_while] = ACTIONS(2814), - [anon_sym_do] = ACTIONS(2814), - [anon_sym_for] = ACTIONS(2814), - [anon_sym_return] = ACTIONS(2814), - [anon_sym_break] = ACTIONS(2814), - [anon_sym_continue] = ACTIONS(2814), - [anon_sym_goto] = ACTIONS(2814), - [anon_sym_not] = ACTIONS(2814), - [anon_sym_compl] = ACTIONS(2814), - [anon_sym_DASH_DASH] = ACTIONS(2816), - [anon_sym_PLUS_PLUS] = ACTIONS(2816), - [anon_sym_sizeof] = ACTIONS(2814), - [sym_number_literal] = ACTIONS(2816), - [anon_sym_L_SQUOTE] = ACTIONS(2816), - [anon_sym_u_SQUOTE] = ACTIONS(2816), - [anon_sym_U_SQUOTE] = ACTIONS(2816), - [anon_sym_u8_SQUOTE] = ACTIONS(2816), - [anon_sym_SQUOTE] = ACTIONS(2816), - [anon_sym_L_DQUOTE] = ACTIONS(2816), - [anon_sym_u_DQUOTE] = ACTIONS(2816), - [anon_sym_U_DQUOTE] = ACTIONS(2816), - [anon_sym_u8_DQUOTE] = ACTIONS(2816), - [anon_sym_DQUOTE] = ACTIONS(2816), - [sym_true] = ACTIONS(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2814), - [anon_sym_decltype] = ACTIONS(2814), - [anon_sym_virtual] = ACTIONS(2814), - [anon_sym_explicit] = ACTIONS(2814), - [anon_sym_typename] = ACTIONS(2814), - [anon_sym_template] = ACTIONS(2814), - [anon_sym_operator] = ACTIONS(2814), - [anon_sym_try] = ACTIONS(2814), - [anon_sym_delete] = ACTIONS(2814), - [anon_sym_throw] = ACTIONS(2814), - [anon_sym_namespace] = ACTIONS(2814), - [anon_sym_using] = ACTIONS(2814), - [anon_sym_static_assert] = ACTIONS(2814), - [anon_sym_concept] = ACTIONS(2814), - [anon_sym_co_return] = ACTIONS(2814), - [anon_sym_co_yield] = ACTIONS(2814), - [anon_sym_R_DQUOTE] = ACTIONS(2816), - [anon_sym_LR_DQUOTE] = ACTIONS(2816), - [anon_sym_uR_DQUOTE] = ACTIONS(2816), - [anon_sym_UR_DQUOTE] = ACTIONS(2816), - [anon_sym_u8R_DQUOTE] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2814), - [anon_sym_new] = ACTIONS(2814), - [anon_sym_requires] = ACTIONS(2814), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), + [ts_builtin_sym_end] = ACTIONS(2674), + [sym_identifier] = ACTIONS(2672), + [aux_sym_preproc_include_token1] = ACTIONS(2672), + [aux_sym_preproc_def_token1] = ACTIONS(2672), + [aux_sym_preproc_if_token1] = ACTIONS(2672), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2672), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2672), + [sym_preproc_directive] = ACTIONS(2672), + [anon_sym_LPAREN2] = ACTIONS(2674), + [anon_sym_BANG] = ACTIONS(2674), + [anon_sym_TILDE] = ACTIONS(2674), + [anon_sym_DASH] = ACTIONS(2672), + [anon_sym_PLUS] = ACTIONS(2672), + [anon_sym_STAR] = ACTIONS(2674), + [anon_sym_AMP_AMP] = ACTIONS(2674), + [anon_sym_AMP] = ACTIONS(2672), + [anon_sym_SEMI] = ACTIONS(2674), + [anon_sym_typedef] = ACTIONS(2672), + [anon_sym_extern] = ACTIONS(2672), + [anon_sym___attribute__] = ACTIONS(2672), + [anon_sym_COLON_COLON] = ACTIONS(2674), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2674), + [anon_sym___declspec] = ACTIONS(2672), + [anon_sym___based] = ACTIONS(2672), + [anon_sym___cdecl] = ACTIONS(2672), + [anon_sym___clrcall] = ACTIONS(2672), + [anon_sym___stdcall] = ACTIONS(2672), + [anon_sym___fastcall] = ACTIONS(2672), + [anon_sym___thiscall] = ACTIONS(2672), + [anon_sym___vectorcall] = ACTIONS(2672), + [anon_sym_LBRACE] = ACTIONS(2674), + [anon_sym_LBRACK] = ACTIONS(2672), + [anon_sym_static] = ACTIONS(2672), + [anon_sym_register] = ACTIONS(2672), + [anon_sym_inline] = ACTIONS(2672), + [anon_sym_thread_local] = ACTIONS(2672), + [anon_sym_const] = ACTIONS(2672), + [anon_sym_volatile] = ACTIONS(2672), + [anon_sym_restrict] = ACTIONS(2672), + [anon_sym__Atomic] = ACTIONS(2672), + [anon_sym_mutable] = ACTIONS(2672), + [anon_sym_constexpr] = ACTIONS(2672), + [anon_sym_constinit] = ACTIONS(2672), + [anon_sym_consteval] = ACTIONS(2672), + [anon_sym_signed] = ACTIONS(2672), + [anon_sym_unsigned] = ACTIONS(2672), + [anon_sym_long] = ACTIONS(2672), + [anon_sym_short] = ACTIONS(2672), + [sym_primitive_type] = ACTIONS(2672), + [anon_sym_enum] = ACTIONS(2672), + [anon_sym_class] = ACTIONS(2672), + [anon_sym_struct] = ACTIONS(2672), + [anon_sym_union] = ACTIONS(2672), + [anon_sym_if] = ACTIONS(2672), + [anon_sym_switch] = ACTIONS(2672), + [anon_sym_case] = ACTIONS(2672), + [anon_sym_default] = ACTIONS(2672), + [anon_sym_while] = ACTIONS(2672), + [anon_sym_do] = ACTIONS(2672), + [anon_sym_for] = ACTIONS(2672), + [anon_sym_return] = ACTIONS(2672), + [anon_sym_break] = ACTIONS(2672), + [anon_sym_continue] = ACTIONS(2672), + [anon_sym_goto] = ACTIONS(2672), + [anon_sym_not] = ACTIONS(2672), + [anon_sym_compl] = ACTIONS(2672), + [anon_sym_DASH_DASH] = ACTIONS(2674), + [anon_sym_PLUS_PLUS] = ACTIONS(2674), + [anon_sym_sizeof] = ACTIONS(2672), + [sym_number_literal] = ACTIONS(2674), + [anon_sym_L_SQUOTE] = ACTIONS(2674), + [anon_sym_u_SQUOTE] = ACTIONS(2674), + [anon_sym_U_SQUOTE] = ACTIONS(2674), + [anon_sym_u8_SQUOTE] = ACTIONS(2674), + [anon_sym_SQUOTE] = ACTIONS(2674), + [anon_sym_L_DQUOTE] = ACTIONS(2674), + [anon_sym_u_DQUOTE] = ACTIONS(2674), + [anon_sym_U_DQUOTE] = ACTIONS(2674), + [anon_sym_u8_DQUOTE] = ACTIONS(2674), + [anon_sym_DQUOTE] = ACTIONS(2674), + [sym_true] = ACTIONS(2672), + [sym_false] = ACTIONS(2672), + [sym_null] = ACTIONS(2672), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2672), + [anon_sym_decltype] = ACTIONS(2672), + [anon_sym_virtual] = ACTIONS(2672), + [anon_sym_explicit] = ACTIONS(2672), + [anon_sym_typename] = ACTIONS(2672), + [anon_sym_template] = ACTIONS(2672), + [anon_sym_operator] = ACTIONS(2672), + [anon_sym_try] = ACTIONS(2672), + [anon_sym_delete] = ACTIONS(2672), + [anon_sym_throw] = ACTIONS(2672), + [anon_sym_namespace] = ACTIONS(2672), + [anon_sym_using] = ACTIONS(2672), + [anon_sym_static_assert] = ACTIONS(2672), + [anon_sym_concept] = ACTIONS(2672), + [anon_sym_co_return] = ACTIONS(2672), + [anon_sym_co_yield] = ACTIONS(2672), + [anon_sym_R_DQUOTE] = ACTIONS(2674), + [anon_sym_LR_DQUOTE] = ACTIONS(2674), + [anon_sym_uR_DQUOTE] = ACTIONS(2674), + [anon_sym_UR_DQUOTE] = ACTIONS(2674), + [anon_sym_u8R_DQUOTE] = ACTIONS(2674), + [anon_sym_co_await] = ACTIONS(2672), + [anon_sym_new] = ACTIONS(2672), + [anon_sym_requires] = ACTIONS(2672), + [sym_this] = ACTIONS(2672), + [sym_nullptr] = ACTIONS(2672), }, [983] = { - [sym_identifier] = ACTIONS(2806), - [aux_sym_preproc_include_token1] = ACTIONS(2806), - [aux_sym_preproc_def_token1] = ACTIONS(2806), - [aux_sym_preproc_if_token1] = ACTIONS(2806), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2806), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2806), - [sym_preproc_directive] = ACTIONS(2806), - [anon_sym_LPAREN2] = ACTIONS(2808), - [anon_sym_BANG] = ACTIONS(2808), - [anon_sym_TILDE] = ACTIONS(2808), - [anon_sym_DASH] = ACTIONS(2806), - [anon_sym_PLUS] = ACTIONS(2806), - [anon_sym_STAR] = ACTIONS(2808), - [anon_sym_AMP_AMP] = ACTIONS(2808), - [anon_sym_AMP] = ACTIONS(2806), - [anon_sym_SEMI] = ACTIONS(2808), - [anon_sym_typedef] = ACTIONS(2806), - [anon_sym_extern] = ACTIONS(2806), - [anon_sym___attribute__] = ACTIONS(2806), - [anon_sym_COLON_COLON] = ACTIONS(2808), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2808), - [anon_sym___declspec] = ACTIONS(2806), - [anon_sym___based] = ACTIONS(2806), - [anon_sym___cdecl] = ACTIONS(2806), - [anon_sym___clrcall] = ACTIONS(2806), - [anon_sym___stdcall] = ACTIONS(2806), - [anon_sym___fastcall] = ACTIONS(2806), - [anon_sym___thiscall] = ACTIONS(2806), - [anon_sym___vectorcall] = ACTIONS(2806), - [anon_sym_LBRACE] = ACTIONS(2808), - [anon_sym_RBRACE] = ACTIONS(2808), - [anon_sym_LBRACK] = ACTIONS(2806), - [anon_sym_static] = ACTIONS(2806), - [anon_sym_register] = ACTIONS(2806), - [anon_sym_inline] = ACTIONS(2806), - [anon_sym_thread_local] = ACTIONS(2806), - [anon_sym_const] = ACTIONS(2806), - [anon_sym_volatile] = ACTIONS(2806), - [anon_sym_restrict] = ACTIONS(2806), - [anon_sym__Atomic] = ACTIONS(2806), - [anon_sym_mutable] = ACTIONS(2806), - [anon_sym_constexpr] = ACTIONS(2806), - [anon_sym_constinit] = ACTIONS(2806), - [anon_sym_consteval] = ACTIONS(2806), - [anon_sym_signed] = ACTIONS(2806), - [anon_sym_unsigned] = ACTIONS(2806), - [anon_sym_long] = ACTIONS(2806), - [anon_sym_short] = ACTIONS(2806), - [sym_primitive_type] = ACTIONS(2806), - [anon_sym_enum] = ACTIONS(2806), - [anon_sym_class] = ACTIONS(2806), - [anon_sym_struct] = ACTIONS(2806), - [anon_sym_union] = ACTIONS(2806), - [anon_sym_if] = ACTIONS(2806), - [anon_sym_switch] = ACTIONS(2806), - [anon_sym_case] = ACTIONS(2806), - [anon_sym_default] = ACTIONS(2806), - [anon_sym_while] = ACTIONS(2806), - [anon_sym_do] = ACTIONS(2806), - [anon_sym_for] = ACTIONS(2806), - [anon_sym_return] = ACTIONS(2806), - [anon_sym_break] = ACTIONS(2806), - [anon_sym_continue] = ACTIONS(2806), - [anon_sym_goto] = ACTIONS(2806), - [anon_sym_not] = ACTIONS(2806), - [anon_sym_compl] = ACTIONS(2806), - [anon_sym_DASH_DASH] = ACTIONS(2808), - [anon_sym_PLUS_PLUS] = ACTIONS(2808), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [anon_sym_L_SQUOTE] = ACTIONS(2808), - [anon_sym_u_SQUOTE] = ACTIONS(2808), - [anon_sym_U_SQUOTE] = ACTIONS(2808), - [anon_sym_u8_SQUOTE] = ACTIONS(2808), - [anon_sym_SQUOTE] = ACTIONS(2808), - [anon_sym_L_DQUOTE] = ACTIONS(2808), - [anon_sym_u_DQUOTE] = ACTIONS(2808), - [anon_sym_U_DQUOTE] = ACTIONS(2808), - [anon_sym_u8_DQUOTE] = ACTIONS(2808), - [anon_sym_DQUOTE] = ACTIONS(2808), - [sym_true] = ACTIONS(2806), - [sym_false] = ACTIONS(2806), - [sym_null] = ACTIONS(2806), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2806), - [anon_sym_decltype] = ACTIONS(2806), - [anon_sym_virtual] = ACTIONS(2806), - [anon_sym_explicit] = ACTIONS(2806), - [anon_sym_typename] = ACTIONS(2806), - [anon_sym_template] = ACTIONS(2806), - [anon_sym_operator] = ACTIONS(2806), - [anon_sym_try] = ACTIONS(2806), - [anon_sym_delete] = ACTIONS(2806), - [anon_sym_throw] = ACTIONS(2806), - [anon_sym_namespace] = ACTIONS(2806), - [anon_sym_using] = ACTIONS(2806), - [anon_sym_static_assert] = ACTIONS(2806), - [anon_sym_concept] = ACTIONS(2806), - [anon_sym_co_return] = ACTIONS(2806), - [anon_sym_co_yield] = ACTIONS(2806), - [anon_sym_R_DQUOTE] = ACTIONS(2808), - [anon_sym_LR_DQUOTE] = ACTIONS(2808), - [anon_sym_uR_DQUOTE] = ACTIONS(2808), - [anon_sym_UR_DQUOTE] = ACTIONS(2808), - [anon_sym_u8R_DQUOTE] = ACTIONS(2808), - [anon_sym_co_await] = ACTIONS(2806), - [anon_sym_new] = ACTIONS(2806), - [anon_sym_requires] = ACTIONS(2806), - [sym_this] = ACTIONS(2806), - [sym_nullptr] = ACTIONS(2806), + [sym_identifier] = ACTIONS(2720), + [aux_sym_preproc_include_token1] = ACTIONS(2720), + [aux_sym_preproc_def_token1] = ACTIONS(2720), + [aux_sym_preproc_if_token1] = ACTIONS(2720), + [aux_sym_preproc_if_token2] = ACTIONS(2720), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2720), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2720), + [sym_preproc_directive] = ACTIONS(2720), + [anon_sym_LPAREN2] = ACTIONS(2722), + [anon_sym_BANG] = ACTIONS(2722), + [anon_sym_TILDE] = ACTIONS(2722), + [anon_sym_DASH] = ACTIONS(2720), + [anon_sym_PLUS] = ACTIONS(2720), + [anon_sym_STAR] = ACTIONS(2722), + [anon_sym_AMP_AMP] = ACTIONS(2722), + [anon_sym_AMP] = ACTIONS(2720), + [anon_sym_SEMI] = ACTIONS(2722), + [anon_sym_typedef] = ACTIONS(2720), + [anon_sym_extern] = ACTIONS(2720), + [anon_sym___attribute__] = ACTIONS(2720), + [anon_sym_COLON_COLON] = ACTIONS(2722), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2722), + [anon_sym___declspec] = ACTIONS(2720), + [anon_sym___based] = ACTIONS(2720), + [anon_sym___cdecl] = ACTIONS(2720), + [anon_sym___clrcall] = ACTIONS(2720), + [anon_sym___stdcall] = ACTIONS(2720), + [anon_sym___fastcall] = ACTIONS(2720), + [anon_sym___thiscall] = ACTIONS(2720), + [anon_sym___vectorcall] = ACTIONS(2720), + [anon_sym_LBRACE] = ACTIONS(2722), + [anon_sym_LBRACK] = ACTIONS(2720), + [anon_sym_static] = ACTIONS(2720), + [anon_sym_register] = ACTIONS(2720), + [anon_sym_inline] = ACTIONS(2720), + [anon_sym_thread_local] = ACTIONS(2720), + [anon_sym_const] = ACTIONS(2720), + [anon_sym_volatile] = ACTIONS(2720), + [anon_sym_restrict] = ACTIONS(2720), + [anon_sym__Atomic] = ACTIONS(2720), + [anon_sym_mutable] = ACTIONS(2720), + [anon_sym_constexpr] = ACTIONS(2720), + [anon_sym_constinit] = ACTIONS(2720), + [anon_sym_consteval] = ACTIONS(2720), + [anon_sym_signed] = ACTIONS(2720), + [anon_sym_unsigned] = ACTIONS(2720), + [anon_sym_long] = ACTIONS(2720), + [anon_sym_short] = ACTIONS(2720), + [sym_primitive_type] = ACTIONS(2720), + [anon_sym_enum] = ACTIONS(2720), + [anon_sym_class] = ACTIONS(2720), + [anon_sym_struct] = ACTIONS(2720), + [anon_sym_union] = ACTIONS(2720), + [anon_sym_if] = ACTIONS(2720), + [anon_sym_switch] = ACTIONS(2720), + [anon_sym_case] = ACTIONS(2720), + [anon_sym_default] = ACTIONS(2720), + [anon_sym_while] = ACTIONS(2720), + [anon_sym_do] = ACTIONS(2720), + [anon_sym_for] = ACTIONS(2720), + [anon_sym_return] = ACTIONS(2720), + [anon_sym_break] = ACTIONS(2720), + [anon_sym_continue] = ACTIONS(2720), + [anon_sym_goto] = ACTIONS(2720), + [anon_sym_not] = ACTIONS(2720), + [anon_sym_compl] = ACTIONS(2720), + [anon_sym_DASH_DASH] = ACTIONS(2722), + [anon_sym_PLUS_PLUS] = ACTIONS(2722), + [anon_sym_sizeof] = ACTIONS(2720), + [sym_number_literal] = ACTIONS(2722), + [anon_sym_L_SQUOTE] = ACTIONS(2722), + [anon_sym_u_SQUOTE] = ACTIONS(2722), + [anon_sym_U_SQUOTE] = ACTIONS(2722), + [anon_sym_u8_SQUOTE] = ACTIONS(2722), + [anon_sym_SQUOTE] = ACTIONS(2722), + [anon_sym_L_DQUOTE] = ACTIONS(2722), + [anon_sym_u_DQUOTE] = ACTIONS(2722), + [anon_sym_U_DQUOTE] = ACTIONS(2722), + [anon_sym_u8_DQUOTE] = ACTIONS(2722), + [anon_sym_DQUOTE] = ACTIONS(2722), + [sym_true] = ACTIONS(2720), + [sym_false] = ACTIONS(2720), + [sym_null] = ACTIONS(2720), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2720), + [anon_sym_decltype] = ACTIONS(2720), + [anon_sym_virtual] = ACTIONS(2720), + [anon_sym_explicit] = ACTIONS(2720), + [anon_sym_typename] = ACTIONS(2720), + [anon_sym_template] = ACTIONS(2720), + [anon_sym_operator] = ACTIONS(2720), + [anon_sym_try] = ACTIONS(2720), + [anon_sym_delete] = ACTIONS(2720), + [anon_sym_throw] = ACTIONS(2720), + [anon_sym_namespace] = ACTIONS(2720), + [anon_sym_using] = ACTIONS(2720), + [anon_sym_static_assert] = ACTIONS(2720), + [anon_sym_concept] = ACTIONS(2720), + [anon_sym_co_return] = ACTIONS(2720), + [anon_sym_co_yield] = ACTIONS(2720), + [anon_sym_R_DQUOTE] = ACTIONS(2722), + [anon_sym_LR_DQUOTE] = ACTIONS(2722), + [anon_sym_uR_DQUOTE] = ACTIONS(2722), + [anon_sym_UR_DQUOTE] = ACTIONS(2722), + [anon_sym_u8R_DQUOTE] = ACTIONS(2722), + [anon_sym_co_await] = ACTIONS(2720), + [anon_sym_new] = ACTIONS(2720), + [anon_sym_requires] = ACTIONS(2720), + [sym_this] = ACTIONS(2720), + [sym_nullptr] = ACTIONS(2720), }, [984] = { - [sym_identifier] = ACTIONS(2802), - [aux_sym_preproc_include_token1] = ACTIONS(2802), - [aux_sym_preproc_def_token1] = ACTIONS(2802), - [aux_sym_preproc_if_token1] = ACTIONS(2802), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2802), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2802), - [sym_preproc_directive] = ACTIONS(2802), - [anon_sym_LPAREN2] = ACTIONS(2804), - [anon_sym_BANG] = ACTIONS(2804), - [anon_sym_TILDE] = ACTIONS(2804), - [anon_sym_DASH] = ACTIONS(2802), - [anon_sym_PLUS] = ACTIONS(2802), - [anon_sym_STAR] = ACTIONS(2804), - [anon_sym_AMP_AMP] = ACTIONS(2804), - [anon_sym_AMP] = ACTIONS(2802), - [anon_sym_SEMI] = ACTIONS(2804), - [anon_sym_typedef] = ACTIONS(2802), - [anon_sym_extern] = ACTIONS(2802), - [anon_sym___attribute__] = ACTIONS(2802), - [anon_sym_COLON_COLON] = ACTIONS(2804), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2804), - [anon_sym___declspec] = ACTIONS(2802), - [anon_sym___based] = ACTIONS(2802), - [anon_sym___cdecl] = ACTIONS(2802), - [anon_sym___clrcall] = ACTIONS(2802), - [anon_sym___stdcall] = ACTIONS(2802), - [anon_sym___fastcall] = ACTIONS(2802), - [anon_sym___thiscall] = ACTIONS(2802), - [anon_sym___vectorcall] = ACTIONS(2802), - [anon_sym_LBRACE] = ACTIONS(2804), - [anon_sym_RBRACE] = ACTIONS(2804), - [anon_sym_LBRACK] = ACTIONS(2802), - [anon_sym_static] = ACTIONS(2802), - [anon_sym_register] = ACTIONS(2802), - [anon_sym_inline] = ACTIONS(2802), - [anon_sym_thread_local] = ACTIONS(2802), - [anon_sym_const] = ACTIONS(2802), - [anon_sym_volatile] = ACTIONS(2802), - [anon_sym_restrict] = ACTIONS(2802), - [anon_sym__Atomic] = ACTIONS(2802), - [anon_sym_mutable] = ACTIONS(2802), - [anon_sym_constexpr] = ACTIONS(2802), - [anon_sym_constinit] = ACTIONS(2802), - [anon_sym_consteval] = ACTIONS(2802), - [anon_sym_signed] = ACTIONS(2802), - [anon_sym_unsigned] = ACTIONS(2802), - [anon_sym_long] = ACTIONS(2802), - [anon_sym_short] = ACTIONS(2802), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_enum] = ACTIONS(2802), - [anon_sym_class] = ACTIONS(2802), - [anon_sym_struct] = ACTIONS(2802), - [anon_sym_union] = ACTIONS(2802), - [anon_sym_if] = ACTIONS(2802), - [anon_sym_switch] = ACTIONS(2802), - [anon_sym_case] = ACTIONS(2802), - [anon_sym_default] = ACTIONS(2802), - [anon_sym_while] = ACTIONS(2802), - [anon_sym_do] = ACTIONS(2802), - [anon_sym_for] = ACTIONS(2802), - [anon_sym_return] = ACTIONS(2802), - [anon_sym_break] = ACTIONS(2802), - [anon_sym_continue] = ACTIONS(2802), - [anon_sym_goto] = ACTIONS(2802), - [anon_sym_not] = ACTIONS(2802), - [anon_sym_compl] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2802), - [sym_number_literal] = ACTIONS(2804), - [anon_sym_L_SQUOTE] = ACTIONS(2804), - [anon_sym_u_SQUOTE] = ACTIONS(2804), - [anon_sym_U_SQUOTE] = ACTIONS(2804), - [anon_sym_u8_SQUOTE] = ACTIONS(2804), - [anon_sym_SQUOTE] = ACTIONS(2804), - [anon_sym_L_DQUOTE] = ACTIONS(2804), - [anon_sym_u_DQUOTE] = ACTIONS(2804), - [anon_sym_U_DQUOTE] = ACTIONS(2804), - [anon_sym_u8_DQUOTE] = ACTIONS(2804), - [anon_sym_DQUOTE] = ACTIONS(2804), - [sym_true] = ACTIONS(2802), - [sym_false] = ACTIONS(2802), - [sym_null] = ACTIONS(2802), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2802), - [anon_sym_decltype] = ACTIONS(2802), - [anon_sym_virtual] = ACTIONS(2802), - [anon_sym_explicit] = ACTIONS(2802), - [anon_sym_typename] = ACTIONS(2802), - [anon_sym_template] = ACTIONS(2802), - [anon_sym_operator] = ACTIONS(2802), - [anon_sym_try] = ACTIONS(2802), - [anon_sym_delete] = ACTIONS(2802), - [anon_sym_throw] = ACTIONS(2802), - [anon_sym_namespace] = ACTIONS(2802), - [anon_sym_using] = ACTIONS(2802), - [anon_sym_static_assert] = ACTIONS(2802), - [anon_sym_concept] = ACTIONS(2802), - [anon_sym_co_return] = ACTIONS(2802), - [anon_sym_co_yield] = ACTIONS(2802), - [anon_sym_R_DQUOTE] = ACTIONS(2804), - [anon_sym_LR_DQUOTE] = ACTIONS(2804), - [anon_sym_uR_DQUOTE] = ACTIONS(2804), - [anon_sym_UR_DQUOTE] = ACTIONS(2804), - [anon_sym_u8R_DQUOTE] = ACTIONS(2804), - [anon_sym_co_await] = ACTIONS(2802), - [anon_sym_new] = ACTIONS(2802), - [anon_sym_requires] = ACTIONS(2802), - [sym_this] = ACTIONS(2802), - [sym_nullptr] = ACTIONS(2802), + [sym_identifier] = ACTIONS(2824), + [aux_sym_preproc_include_token1] = ACTIONS(2824), + [aux_sym_preproc_def_token1] = ACTIONS(2824), + [aux_sym_preproc_if_token1] = ACTIONS(2824), + [aux_sym_preproc_if_token2] = ACTIONS(2824), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2824), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2824), + [sym_preproc_directive] = ACTIONS(2824), + [anon_sym_LPAREN2] = ACTIONS(2826), + [anon_sym_BANG] = ACTIONS(2826), + [anon_sym_TILDE] = ACTIONS(2826), + [anon_sym_DASH] = ACTIONS(2824), + [anon_sym_PLUS] = ACTIONS(2824), + [anon_sym_STAR] = ACTIONS(2826), + [anon_sym_AMP_AMP] = ACTIONS(2826), + [anon_sym_AMP] = ACTIONS(2824), + [anon_sym_SEMI] = ACTIONS(2826), + [anon_sym_typedef] = ACTIONS(2824), + [anon_sym_extern] = ACTIONS(2824), + [anon_sym___attribute__] = ACTIONS(2824), + [anon_sym_COLON_COLON] = ACTIONS(2826), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2826), + [anon_sym___declspec] = ACTIONS(2824), + [anon_sym___based] = ACTIONS(2824), + [anon_sym___cdecl] = ACTIONS(2824), + [anon_sym___clrcall] = ACTIONS(2824), + [anon_sym___stdcall] = ACTIONS(2824), + [anon_sym___fastcall] = ACTIONS(2824), + [anon_sym___thiscall] = ACTIONS(2824), + [anon_sym___vectorcall] = ACTIONS(2824), + [anon_sym_LBRACE] = ACTIONS(2826), + [anon_sym_LBRACK] = ACTIONS(2824), + [anon_sym_static] = ACTIONS(2824), + [anon_sym_register] = ACTIONS(2824), + [anon_sym_inline] = ACTIONS(2824), + [anon_sym_thread_local] = ACTIONS(2824), + [anon_sym_const] = ACTIONS(2824), + [anon_sym_volatile] = ACTIONS(2824), + [anon_sym_restrict] = ACTIONS(2824), + [anon_sym__Atomic] = ACTIONS(2824), + [anon_sym_mutable] = ACTIONS(2824), + [anon_sym_constexpr] = ACTIONS(2824), + [anon_sym_constinit] = ACTIONS(2824), + [anon_sym_consteval] = ACTIONS(2824), + [anon_sym_signed] = ACTIONS(2824), + [anon_sym_unsigned] = ACTIONS(2824), + [anon_sym_long] = ACTIONS(2824), + [anon_sym_short] = ACTIONS(2824), + [sym_primitive_type] = ACTIONS(2824), + [anon_sym_enum] = ACTIONS(2824), + [anon_sym_class] = ACTIONS(2824), + [anon_sym_struct] = ACTIONS(2824), + [anon_sym_union] = ACTIONS(2824), + [anon_sym_if] = ACTIONS(2824), + [anon_sym_switch] = ACTIONS(2824), + [anon_sym_case] = ACTIONS(2824), + [anon_sym_default] = ACTIONS(2824), + [anon_sym_while] = ACTIONS(2824), + [anon_sym_do] = ACTIONS(2824), + [anon_sym_for] = ACTIONS(2824), + [anon_sym_return] = ACTIONS(2824), + [anon_sym_break] = ACTIONS(2824), + [anon_sym_continue] = ACTIONS(2824), + [anon_sym_goto] = ACTIONS(2824), + [anon_sym_not] = ACTIONS(2824), + [anon_sym_compl] = ACTIONS(2824), + [anon_sym_DASH_DASH] = ACTIONS(2826), + [anon_sym_PLUS_PLUS] = ACTIONS(2826), + [anon_sym_sizeof] = ACTIONS(2824), + [sym_number_literal] = ACTIONS(2826), + [anon_sym_L_SQUOTE] = ACTIONS(2826), + [anon_sym_u_SQUOTE] = ACTIONS(2826), + [anon_sym_U_SQUOTE] = ACTIONS(2826), + [anon_sym_u8_SQUOTE] = ACTIONS(2826), + [anon_sym_SQUOTE] = ACTIONS(2826), + [anon_sym_L_DQUOTE] = ACTIONS(2826), + [anon_sym_u_DQUOTE] = ACTIONS(2826), + [anon_sym_U_DQUOTE] = ACTIONS(2826), + [anon_sym_u8_DQUOTE] = ACTIONS(2826), + [anon_sym_DQUOTE] = ACTIONS(2826), + [sym_true] = ACTIONS(2824), + [sym_false] = ACTIONS(2824), + [sym_null] = ACTIONS(2824), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2824), + [anon_sym_decltype] = ACTIONS(2824), + [anon_sym_virtual] = ACTIONS(2824), + [anon_sym_explicit] = ACTIONS(2824), + [anon_sym_typename] = ACTIONS(2824), + [anon_sym_template] = ACTIONS(2824), + [anon_sym_operator] = ACTIONS(2824), + [anon_sym_try] = ACTIONS(2824), + [anon_sym_delete] = ACTIONS(2824), + [anon_sym_throw] = ACTIONS(2824), + [anon_sym_namespace] = ACTIONS(2824), + [anon_sym_using] = ACTIONS(2824), + [anon_sym_static_assert] = ACTIONS(2824), + [anon_sym_concept] = ACTIONS(2824), + [anon_sym_co_return] = ACTIONS(2824), + [anon_sym_co_yield] = ACTIONS(2824), + [anon_sym_R_DQUOTE] = ACTIONS(2826), + [anon_sym_LR_DQUOTE] = ACTIONS(2826), + [anon_sym_uR_DQUOTE] = ACTIONS(2826), + [anon_sym_UR_DQUOTE] = ACTIONS(2826), + [anon_sym_u8R_DQUOTE] = ACTIONS(2826), + [anon_sym_co_await] = ACTIONS(2824), + [anon_sym_new] = ACTIONS(2824), + [anon_sym_requires] = ACTIONS(2824), + [sym_this] = ACTIONS(2824), + [sym_nullptr] = ACTIONS(2824), }, [985] = { - [sym_identifier] = ACTIONS(2798), - [aux_sym_preproc_include_token1] = ACTIONS(2798), - [aux_sym_preproc_def_token1] = ACTIONS(2798), - [aux_sym_preproc_if_token1] = ACTIONS(2798), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2798), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2798), - [sym_preproc_directive] = ACTIONS(2798), - [anon_sym_LPAREN2] = ACTIONS(2800), - [anon_sym_BANG] = ACTIONS(2800), - [anon_sym_TILDE] = ACTIONS(2800), - [anon_sym_DASH] = ACTIONS(2798), - [anon_sym_PLUS] = ACTIONS(2798), - [anon_sym_STAR] = ACTIONS(2800), - [anon_sym_AMP_AMP] = ACTIONS(2800), - [anon_sym_AMP] = ACTIONS(2798), - [anon_sym_SEMI] = ACTIONS(2800), - [anon_sym_typedef] = ACTIONS(2798), - [anon_sym_extern] = ACTIONS(2798), - [anon_sym___attribute__] = ACTIONS(2798), - [anon_sym_COLON_COLON] = ACTIONS(2800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2800), - [anon_sym___declspec] = ACTIONS(2798), - [anon_sym___based] = ACTIONS(2798), - [anon_sym___cdecl] = ACTIONS(2798), - [anon_sym___clrcall] = ACTIONS(2798), - [anon_sym___stdcall] = ACTIONS(2798), - [anon_sym___fastcall] = ACTIONS(2798), - [anon_sym___thiscall] = ACTIONS(2798), - [anon_sym___vectorcall] = ACTIONS(2798), - [anon_sym_LBRACE] = ACTIONS(2800), - [anon_sym_RBRACE] = ACTIONS(2800), - [anon_sym_LBRACK] = ACTIONS(2798), - [anon_sym_static] = ACTIONS(2798), - [anon_sym_register] = ACTIONS(2798), - [anon_sym_inline] = ACTIONS(2798), - [anon_sym_thread_local] = ACTIONS(2798), - [anon_sym_const] = ACTIONS(2798), - [anon_sym_volatile] = ACTIONS(2798), - [anon_sym_restrict] = ACTIONS(2798), - [anon_sym__Atomic] = ACTIONS(2798), - [anon_sym_mutable] = ACTIONS(2798), - [anon_sym_constexpr] = ACTIONS(2798), - [anon_sym_constinit] = ACTIONS(2798), - [anon_sym_consteval] = ACTIONS(2798), - [anon_sym_signed] = ACTIONS(2798), - [anon_sym_unsigned] = ACTIONS(2798), - [anon_sym_long] = ACTIONS(2798), - [anon_sym_short] = ACTIONS(2798), - [sym_primitive_type] = ACTIONS(2798), - [anon_sym_enum] = ACTIONS(2798), - [anon_sym_class] = ACTIONS(2798), - [anon_sym_struct] = ACTIONS(2798), - [anon_sym_union] = ACTIONS(2798), - [anon_sym_if] = ACTIONS(2798), - [anon_sym_switch] = ACTIONS(2798), - [anon_sym_case] = ACTIONS(2798), - [anon_sym_default] = ACTIONS(2798), - [anon_sym_while] = ACTIONS(2798), - [anon_sym_do] = ACTIONS(2798), - [anon_sym_for] = ACTIONS(2798), - [anon_sym_return] = ACTIONS(2798), - [anon_sym_break] = ACTIONS(2798), - [anon_sym_continue] = ACTIONS(2798), - [anon_sym_goto] = ACTIONS(2798), - [anon_sym_not] = ACTIONS(2798), - [anon_sym_compl] = ACTIONS(2798), - [anon_sym_DASH_DASH] = ACTIONS(2800), - [anon_sym_PLUS_PLUS] = ACTIONS(2800), - [anon_sym_sizeof] = ACTIONS(2798), - [sym_number_literal] = ACTIONS(2800), - [anon_sym_L_SQUOTE] = ACTIONS(2800), - [anon_sym_u_SQUOTE] = ACTIONS(2800), - [anon_sym_U_SQUOTE] = ACTIONS(2800), - [anon_sym_u8_SQUOTE] = ACTIONS(2800), - [anon_sym_SQUOTE] = ACTIONS(2800), - [anon_sym_L_DQUOTE] = ACTIONS(2800), - [anon_sym_u_DQUOTE] = ACTIONS(2800), - [anon_sym_U_DQUOTE] = ACTIONS(2800), - [anon_sym_u8_DQUOTE] = ACTIONS(2800), - [anon_sym_DQUOTE] = ACTIONS(2800), - [sym_true] = ACTIONS(2798), - [sym_false] = ACTIONS(2798), - [sym_null] = ACTIONS(2798), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2798), - [anon_sym_decltype] = ACTIONS(2798), - [anon_sym_virtual] = ACTIONS(2798), - [anon_sym_explicit] = ACTIONS(2798), - [anon_sym_typename] = ACTIONS(2798), - [anon_sym_template] = ACTIONS(2798), - [anon_sym_operator] = ACTIONS(2798), - [anon_sym_try] = ACTIONS(2798), - [anon_sym_delete] = ACTIONS(2798), - [anon_sym_throw] = ACTIONS(2798), - [anon_sym_namespace] = ACTIONS(2798), - [anon_sym_using] = ACTIONS(2798), - [anon_sym_static_assert] = ACTIONS(2798), - [anon_sym_concept] = ACTIONS(2798), - [anon_sym_co_return] = ACTIONS(2798), - [anon_sym_co_yield] = ACTIONS(2798), - [anon_sym_R_DQUOTE] = ACTIONS(2800), - [anon_sym_LR_DQUOTE] = ACTIONS(2800), - [anon_sym_uR_DQUOTE] = ACTIONS(2800), - [anon_sym_UR_DQUOTE] = ACTIONS(2800), - [anon_sym_u8R_DQUOTE] = ACTIONS(2800), - [anon_sym_co_await] = ACTIONS(2798), - [anon_sym_new] = ACTIONS(2798), - [anon_sym_requires] = ACTIONS(2798), - [sym_this] = ACTIONS(2798), - [sym_nullptr] = ACTIONS(2798), + [sym_identifier] = ACTIONS(2820), + [aux_sym_preproc_include_token1] = ACTIONS(2820), + [aux_sym_preproc_def_token1] = ACTIONS(2820), + [aux_sym_preproc_if_token1] = ACTIONS(2820), + [aux_sym_preproc_if_token2] = ACTIONS(2820), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2820), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2820), + [sym_preproc_directive] = ACTIONS(2820), + [anon_sym_LPAREN2] = ACTIONS(2822), + [anon_sym_BANG] = ACTIONS(2822), + [anon_sym_TILDE] = ACTIONS(2822), + [anon_sym_DASH] = ACTIONS(2820), + [anon_sym_PLUS] = ACTIONS(2820), + [anon_sym_STAR] = ACTIONS(2822), + [anon_sym_AMP_AMP] = ACTIONS(2822), + [anon_sym_AMP] = ACTIONS(2820), + [anon_sym_SEMI] = ACTIONS(2822), + [anon_sym_typedef] = ACTIONS(2820), + [anon_sym_extern] = ACTIONS(2820), + [anon_sym___attribute__] = ACTIONS(2820), + [anon_sym_COLON_COLON] = ACTIONS(2822), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2822), + [anon_sym___declspec] = ACTIONS(2820), + [anon_sym___based] = ACTIONS(2820), + [anon_sym___cdecl] = ACTIONS(2820), + [anon_sym___clrcall] = ACTIONS(2820), + [anon_sym___stdcall] = ACTIONS(2820), + [anon_sym___fastcall] = ACTIONS(2820), + [anon_sym___thiscall] = ACTIONS(2820), + [anon_sym___vectorcall] = ACTIONS(2820), + [anon_sym_LBRACE] = ACTIONS(2822), + [anon_sym_LBRACK] = ACTIONS(2820), + [anon_sym_static] = ACTIONS(2820), + [anon_sym_register] = ACTIONS(2820), + [anon_sym_inline] = ACTIONS(2820), + [anon_sym_thread_local] = ACTIONS(2820), + [anon_sym_const] = ACTIONS(2820), + [anon_sym_volatile] = ACTIONS(2820), + [anon_sym_restrict] = ACTIONS(2820), + [anon_sym__Atomic] = ACTIONS(2820), + [anon_sym_mutable] = ACTIONS(2820), + [anon_sym_constexpr] = ACTIONS(2820), + [anon_sym_constinit] = ACTIONS(2820), + [anon_sym_consteval] = ACTIONS(2820), + [anon_sym_signed] = ACTIONS(2820), + [anon_sym_unsigned] = ACTIONS(2820), + [anon_sym_long] = ACTIONS(2820), + [anon_sym_short] = ACTIONS(2820), + [sym_primitive_type] = ACTIONS(2820), + [anon_sym_enum] = ACTIONS(2820), + [anon_sym_class] = ACTIONS(2820), + [anon_sym_struct] = ACTIONS(2820), + [anon_sym_union] = ACTIONS(2820), + [anon_sym_if] = ACTIONS(2820), + [anon_sym_switch] = ACTIONS(2820), + [anon_sym_case] = ACTIONS(2820), + [anon_sym_default] = ACTIONS(2820), + [anon_sym_while] = ACTIONS(2820), + [anon_sym_do] = ACTIONS(2820), + [anon_sym_for] = ACTIONS(2820), + [anon_sym_return] = ACTIONS(2820), + [anon_sym_break] = ACTIONS(2820), + [anon_sym_continue] = ACTIONS(2820), + [anon_sym_goto] = ACTIONS(2820), + [anon_sym_not] = ACTIONS(2820), + [anon_sym_compl] = ACTIONS(2820), + [anon_sym_DASH_DASH] = ACTIONS(2822), + [anon_sym_PLUS_PLUS] = ACTIONS(2822), + [anon_sym_sizeof] = ACTIONS(2820), + [sym_number_literal] = ACTIONS(2822), + [anon_sym_L_SQUOTE] = ACTIONS(2822), + [anon_sym_u_SQUOTE] = ACTIONS(2822), + [anon_sym_U_SQUOTE] = ACTIONS(2822), + [anon_sym_u8_SQUOTE] = ACTIONS(2822), + [anon_sym_SQUOTE] = ACTIONS(2822), + [anon_sym_L_DQUOTE] = ACTIONS(2822), + [anon_sym_u_DQUOTE] = ACTIONS(2822), + [anon_sym_U_DQUOTE] = ACTIONS(2822), + [anon_sym_u8_DQUOTE] = ACTIONS(2822), + [anon_sym_DQUOTE] = ACTIONS(2822), + [sym_true] = ACTIONS(2820), + [sym_false] = ACTIONS(2820), + [sym_null] = ACTIONS(2820), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2820), + [anon_sym_decltype] = ACTIONS(2820), + [anon_sym_virtual] = ACTIONS(2820), + [anon_sym_explicit] = ACTIONS(2820), + [anon_sym_typename] = ACTIONS(2820), + [anon_sym_template] = ACTIONS(2820), + [anon_sym_operator] = ACTIONS(2820), + [anon_sym_try] = ACTIONS(2820), + [anon_sym_delete] = ACTIONS(2820), + [anon_sym_throw] = ACTIONS(2820), + [anon_sym_namespace] = ACTIONS(2820), + [anon_sym_using] = ACTIONS(2820), + [anon_sym_static_assert] = ACTIONS(2820), + [anon_sym_concept] = ACTIONS(2820), + [anon_sym_co_return] = ACTIONS(2820), + [anon_sym_co_yield] = ACTIONS(2820), + [anon_sym_R_DQUOTE] = ACTIONS(2822), + [anon_sym_LR_DQUOTE] = ACTIONS(2822), + [anon_sym_uR_DQUOTE] = ACTIONS(2822), + [anon_sym_UR_DQUOTE] = ACTIONS(2822), + [anon_sym_u8R_DQUOTE] = ACTIONS(2822), + [anon_sym_co_await] = ACTIONS(2820), + [anon_sym_new] = ACTIONS(2820), + [anon_sym_requires] = ACTIONS(2820), + [sym_this] = ACTIONS(2820), + [sym_nullptr] = ACTIONS(2820), }, [986] = { - [sym_identifier] = ACTIONS(2794), - [aux_sym_preproc_include_token1] = ACTIONS(2794), - [aux_sym_preproc_def_token1] = ACTIONS(2794), - [aux_sym_preproc_if_token1] = ACTIONS(2794), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2794), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2794), - [sym_preproc_directive] = ACTIONS(2794), - [anon_sym_LPAREN2] = ACTIONS(2796), - [anon_sym_BANG] = ACTIONS(2796), - [anon_sym_TILDE] = ACTIONS(2796), - [anon_sym_DASH] = ACTIONS(2794), - [anon_sym_PLUS] = ACTIONS(2794), - [anon_sym_STAR] = ACTIONS(2796), - [anon_sym_AMP_AMP] = ACTIONS(2796), - [anon_sym_AMP] = ACTIONS(2794), - [anon_sym_SEMI] = ACTIONS(2796), - [anon_sym_typedef] = ACTIONS(2794), - [anon_sym_extern] = ACTIONS(2794), - [anon_sym___attribute__] = ACTIONS(2794), - [anon_sym_COLON_COLON] = ACTIONS(2796), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2796), - [anon_sym___declspec] = ACTIONS(2794), - [anon_sym___based] = ACTIONS(2794), - [anon_sym___cdecl] = ACTIONS(2794), - [anon_sym___clrcall] = ACTIONS(2794), - [anon_sym___stdcall] = ACTIONS(2794), - [anon_sym___fastcall] = ACTIONS(2794), - [anon_sym___thiscall] = ACTIONS(2794), - [anon_sym___vectorcall] = ACTIONS(2794), - [anon_sym_LBRACE] = ACTIONS(2796), - [anon_sym_RBRACE] = ACTIONS(2796), - [anon_sym_LBRACK] = ACTIONS(2794), - [anon_sym_static] = ACTIONS(2794), - [anon_sym_register] = ACTIONS(2794), - [anon_sym_inline] = ACTIONS(2794), - [anon_sym_thread_local] = ACTIONS(2794), - [anon_sym_const] = ACTIONS(2794), - [anon_sym_volatile] = ACTIONS(2794), - [anon_sym_restrict] = ACTIONS(2794), - [anon_sym__Atomic] = ACTIONS(2794), - [anon_sym_mutable] = ACTIONS(2794), - [anon_sym_constexpr] = ACTIONS(2794), - [anon_sym_constinit] = ACTIONS(2794), - [anon_sym_consteval] = ACTIONS(2794), - [anon_sym_signed] = ACTIONS(2794), - [anon_sym_unsigned] = ACTIONS(2794), - [anon_sym_long] = ACTIONS(2794), - [anon_sym_short] = ACTIONS(2794), - [sym_primitive_type] = ACTIONS(2794), - [anon_sym_enum] = ACTIONS(2794), - [anon_sym_class] = ACTIONS(2794), - [anon_sym_struct] = ACTIONS(2794), - [anon_sym_union] = ACTIONS(2794), - [anon_sym_if] = ACTIONS(2794), - [anon_sym_switch] = ACTIONS(2794), - [anon_sym_case] = ACTIONS(2794), - [anon_sym_default] = ACTIONS(2794), - [anon_sym_while] = ACTIONS(2794), - [anon_sym_do] = ACTIONS(2794), - [anon_sym_for] = ACTIONS(2794), - [anon_sym_return] = ACTIONS(2794), - [anon_sym_break] = ACTIONS(2794), - [anon_sym_continue] = ACTIONS(2794), - [anon_sym_goto] = ACTIONS(2794), - [anon_sym_not] = ACTIONS(2794), - [anon_sym_compl] = ACTIONS(2794), - [anon_sym_DASH_DASH] = ACTIONS(2796), - [anon_sym_PLUS_PLUS] = ACTIONS(2796), - [anon_sym_sizeof] = ACTIONS(2794), - [sym_number_literal] = ACTIONS(2796), - [anon_sym_L_SQUOTE] = ACTIONS(2796), - [anon_sym_u_SQUOTE] = ACTIONS(2796), - [anon_sym_U_SQUOTE] = ACTIONS(2796), - [anon_sym_u8_SQUOTE] = ACTIONS(2796), - [anon_sym_SQUOTE] = ACTIONS(2796), - [anon_sym_L_DQUOTE] = ACTIONS(2796), - [anon_sym_u_DQUOTE] = ACTIONS(2796), - [anon_sym_U_DQUOTE] = ACTIONS(2796), - [anon_sym_u8_DQUOTE] = ACTIONS(2796), - [anon_sym_DQUOTE] = ACTIONS(2796), - [sym_true] = ACTIONS(2794), - [sym_false] = ACTIONS(2794), - [sym_null] = ACTIONS(2794), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2794), - [anon_sym_decltype] = ACTIONS(2794), - [anon_sym_virtual] = ACTIONS(2794), - [anon_sym_explicit] = ACTIONS(2794), - [anon_sym_typename] = ACTIONS(2794), - [anon_sym_template] = ACTIONS(2794), - [anon_sym_operator] = ACTIONS(2794), - [anon_sym_try] = ACTIONS(2794), - [anon_sym_delete] = ACTIONS(2794), - [anon_sym_throw] = ACTIONS(2794), - [anon_sym_namespace] = ACTIONS(2794), - [anon_sym_using] = ACTIONS(2794), - [anon_sym_static_assert] = ACTIONS(2794), - [anon_sym_concept] = ACTIONS(2794), - [anon_sym_co_return] = ACTIONS(2794), - [anon_sym_co_yield] = ACTIONS(2794), - [anon_sym_R_DQUOTE] = ACTIONS(2796), - [anon_sym_LR_DQUOTE] = ACTIONS(2796), - [anon_sym_uR_DQUOTE] = ACTIONS(2796), - [anon_sym_UR_DQUOTE] = ACTIONS(2796), - [anon_sym_u8R_DQUOTE] = ACTIONS(2796), - [anon_sym_co_await] = ACTIONS(2794), - [anon_sym_new] = ACTIONS(2794), - [anon_sym_requires] = ACTIONS(2794), - [sym_this] = ACTIONS(2794), - [sym_nullptr] = ACTIONS(2794), + [sym_identifier] = ACTIONS(2816), + [aux_sym_preproc_include_token1] = ACTIONS(2816), + [aux_sym_preproc_def_token1] = ACTIONS(2816), + [aux_sym_preproc_if_token1] = ACTIONS(2816), + [aux_sym_preproc_if_token2] = ACTIONS(2816), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2816), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2816), + [sym_preproc_directive] = ACTIONS(2816), + [anon_sym_LPAREN2] = ACTIONS(2818), + [anon_sym_BANG] = ACTIONS(2818), + [anon_sym_TILDE] = ACTIONS(2818), + [anon_sym_DASH] = ACTIONS(2816), + [anon_sym_PLUS] = ACTIONS(2816), + [anon_sym_STAR] = ACTIONS(2818), + [anon_sym_AMP_AMP] = ACTIONS(2818), + [anon_sym_AMP] = ACTIONS(2816), + [anon_sym_SEMI] = ACTIONS(2818), + [anon_sym_typedef] = ACTIONS(2816), + [anon_sym_extern] = ACTIONS(2816), + [anon_sym___attribute__] = ACTIONS(2816), + [anon_sym_COLON_COLON] = ACTIONS(2818), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2818), + [anon_sym___declspec] = ACTIONS(2816), + [anon_sym___based] = ACTIONS(2816), + [anon_sym___cdecl] = ACTIONS(2816), + [anon_sym___clrcall] = ACTIONS(2816), + [anon_sym___stdcall] = ACTIONS(2816), + [anon_sym___fastcall] = ACTIONS(2816), + [anon_sym___thiscall] = ACTIONS(2816), + [anon_sym___vectorcall] = ACTIONS(2816), + [anon_sym_LBRACE] = ACTIONS(2818), + [anon_sym_LBRACK] = ACTIONS(2816), + [anon_sym_static] = ACTIONS(2816), + [anon_sym_register] = ACTIONS(2816), + [anon_sym_inline] = ACTIONS(2816), + [anon_sym_thread_local] = ACTIONS(2816), + [anon_sym_const] = ACTIONS(2816), + [anon_sym_volatile] = ACTIONS(2816), + [anon_sym_restrict] = ACTIONS(2816), + [anon_sym__Atomic] = ACTIONS(2816), + [anon_sym_mutable] = ACTIONS(2816), + [anon_sym_constexpr] = ACTIONS(2816), + [anon_sym_constinit] = ACTIONS(2816), + [anon_sym_consteval] = ACTIONS(2816), + [anon_sym_signed] = ACTIONS(2816), + [anon_sym_unsigned] = ACTIONS(2816), + [anon_sym_long] = ACTIONS(2816), + [anon_sym_short] = ACTIONS(2816), + [sym_primitive_type] = ACTIONS(2816), + [anon_sym_enum] = ACTIONS(2816), + [anon_sym_class] = ACTIONS(2816), + [anon_sym_struct] = ACTIONS(2816), + [anon_sym_union] = ACTIONS(2816), + [anon_sym_if] = ACTIONS(2816), + [anon_sym_switch] = ACTIONS(2816), + [anon_sym_case] = ACTIONS(2816), + [anon_sym_default] = ACTIONS(2816), + [anon_sym_while] = ACTIONS(2816), + [anon_sym_do] = ACTIONS(2816), + [anon_sym_for] = ACTIONS(2816), + [anon_sym_return] = ACTIONS(2816), + [anon_sym_break] = ACTIONS(2816), + [anon_sym_continue] = ACTIONS(2816), + [anon_sym_goto] = ACTIONS(2816), + [anon_sym_not] = ACTIONS(2816), + [anon_sym_compl] = ACTIONS(2816), + [anon_sym_DASH_DASH] = ACTIONS(2818), + [anon_sym_PLUS_PLUS] = ACTIONS(2818), + [anon_sym_sizeof] = ACTIONS(2816), + [sym_number_literal] = ACTIONS(2818), + [anon_sym_L_SQUOTE] = ACTIONS(2818), + [anon_sym_u_SQUOTE] = ACTIONS(2818), + [anon_sym_U_SQUOTE] = ACTIONS(2818), + [anon_sym_u8_SQUOTE] = ACTIONS(2818), + [anon_sym_SQUOTE] = ACTIONS(2818), + [anon_sym_L_DQUOTE] = ACTIONS(2818), + [anon_sym_u_DQUOTE] = ACTIONS(2818), + [anon_sym_U_DQUOTE] = ACTIONS(2818), + [anon_sym_u8_DQUOTE] = ACTIONS(2818), + [anon_sym_DQUOTE] = ACTIONS(2818), + [sym_true] = ACTIONS(2816), + [sym_false] = ACTIONS(2816), + [sym_null] = ACTIONS(2816), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2816), + [anon_sym_decltype] = ACTIONS(2816), + [anon_sym_virtual] = ACTIONS(2816), + [anon_sym_explicit] = ACTIONS(2816), + [anon_sym_typename] = ACTIONS(2816), + [anon_sym_template] = ACTIONS(2816), + [anon_sym_operator] = ACTIONS(2816), + [anon_sym_try] = ACTIONS(2816), + [anon_sym_delete] = ACTIONS(2816), + [anon_sym_throw] = ACTIONS(2816), + [anon_sym_namespace] = ACTIONS(2816), + [anon_sym_using] = ACTIONS(2816), + [anon_sym_static_assert] = ACTIONS(2816), + [anon_sym_concept] = ACTIONS(2816), + [anon_sym_co_return] = ACTIONS(2816), + [anon_sym_co_yield] = ACTIONS(2816), + [anon_sym_R_DQUOTE] = ACTIONS(2818), + [anon_sym_LR_DQUOTE] = ACTIONS(2818), + [anon_sym_uR_DQUOTE] = ACTIONS(2818), + [anon_sym_UR_DQUOTE] = ACTIONS(2818), + [anon_sym_u8R_DQUOTE] = ACTIONS(2818), + [anon_sym_co_await] = ACTIONS(2816), + [anon_sym_new] = ACTIONS(2816), + [anon_sym_requires] = ACTIONS(2816), + [sym_this] = ACTIONS(2816), + [sym_nullptr] = ACTIONS(2816), }, [987] = { - [sym_identifier] = ACTIONS(2868), - [aux_sym_preproc_include_token1] = ACTIONS(2868), - [aux_sym_preproc_def_token1] = ACTIONS(2868), - [aux_sym_preproc_if_token1] = ACTIONS(2868), - [aux_sym_preproc_if_token2] = ACTIONS(2868), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2868), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2868), - [sym_preproc_directive] = ACTIONS(2868), - [anon_sym_LPAREN2] = ACTIONS(2870), - [anon_sym_BANG] = ACTIONS(2870), - [anon_sym_TILDE] = ACTIONS(2870), - [anon_sym_DASH] = ACTIONS(2868), - [anon_sym_PLUS] = ACTIONS(2868), - [anon_sym_STAR] = ACTIONS(2870), - [anon_sym_AMP_AMP] = ACTIONS(2870), - [anon_sym_AMP] = ACTIONS(2868), - [anon_sym_SEMI] = ACTIONS(2870), - [anon_sym_typedef] = ACTIONS(2868), - [anon_sym_extern] = ACTIONS(2868), - [anon_sym___attribute__] = ACTIONS(2868), - [anon_sym_COLON_COLON] = ACTIONS(2870), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2870), - [anon_sym___declspec] = ACTIONS(2868), - [anon_sym___based] = ACTIONS(2868), - [anon_sym___cdecl] = ACTIONS(2868), - [anon_sym___clrcall] = ACTIONS(2868), - [anon_sym___stdcall] = ACTIONS(2868), - [anon_sym___fastcall] = ACTIONS(2868), - [anon_sym___thiscall] = ACTIONS(2868), - [anon_sym___vectorcall] = ACTIONS(2868), - [anon_sym_LBRACE] = ACTIONS(2870), - [anon_sym_LBRACK] = ACTIONS(2868), - [anon_sym_static] = ACTIONS(2868), - [anon_sym_register] = ACTIONS(2868), - [anon_sym_inline] = ACTIONS(2868), - [anon_sym_thread_local] = ACTIONS(2868), - [anon_sym_const] = ACTIONS(2868), - [anon_sym_volatile] = ACTIONS(2868), - [anon_sym_restrict] = ACTIONS(2868), - [anon_sym__Atomic] = ACTIONS(2868), - [anon_sym_mutable] = ACTIONS(2868), - [anon_sym_constexpr] = ACTIONS(2868), - [anon_sym_constinit] = ACTIONS(2868), - [anon_sym_consteval] = ACTIONS(2868), - [anon_sym_signed] = ACTIONS(2868), - [anon_sym_unsigned] = ACTIONS(2868), - [anon_sym_long] = ACTIONS(2868), - [anon_sym_short] = ACTIONS(2868), - [sym_primitive_type] = ACTIONS(2868), - [anon_sym_enum] = ACTIONS(2868), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2868), - [anon_sym_union] = ACTIONS(2868), - [anon_sym_if] = ACTIONS(2868), - [anon_sym_switch] = ACTIONS(2868), - [anon_sym_case] = ACTIONS(2868), - [anon_sym_default] = ACTIONS(2868), - [anon_sym_while] = ACTIONS(2868), - [anon_sym_do] = ACTIONS(2868), - [anon_sym_for] = ACTIONS(2868), - [anon_sym_return] = ACTIONS(2868), - [anon_sym_break] = ACTIONS(2868), - [anon_sym_continue] = ACTIONS(2868), - [anon_sym_goto] = ACTIONS(2868), - [anon_sym_not] = ACTIONS(2868), - [anon_sym_compl] = ACTIONS(2868), - [anon_sym_DASH_DASH] = ACTIONS(2870), - [anon_sym_PLUS_PLUS] = ACTIONS(2870), - [anon_sym_sizeof] = ACTIONS(2868), - [sym_number_literal] = ACTIONS(2870), - [anon_sym_L_SQUOTE] = ACTIONS(2870), - [anon_sym_u_SQUOTE] = ACTIONS(2870), - [anon_sym_U_SQUOTE] = ACTIONS(2870), - [anon_sym_u8_SQUOTE] = ACTIONS(2870), - [anon_sym_SQUOTE] = ACTIONS(2870), - [anon_sym_L_DQUOTE] = ACTIONS(2870), - [anon_sym_u_DQUOTE] = ACTIONS(2870), - [anon_sym_U_DQUOTE] = ACTIONS(2870), - [anon_sym_u8_DQUOTE] = ACTIONS(2870), - [anon_sym_DQUOTE] = ACTIONS(2870), - [sym_true] = ACTIONS(2868), - [sym_false] = ACTIONS(2868), - [sym_null] = ACTIONS(2868), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2868), - [anon_sym_decltype] = ACTIONS(2868), - [anon_sym_virtual] = ACTIONS(2868), - [anon_sym_explicit] = ACTIONS(2868), - [anon_sym_typename] = ACTIONS(2868), - [anon_sym_template] = ACTIONS(2868), - [anon_sym_operator] = ACTIONS(2868), - [anon_sym_try] = ACTIONS(2868), - [anon_sym_delete] = ACTIONS(2868), - [anon_sym_throw] = ACTIONS(2868), - [anon_sym_namespace] = ACTIONS(2868), - [anon_sym_using] = ACTIONS(2868), - [anon_sym_static_assert] = ACTIONS(2868), - [anon_sym_concept] = ACTIONS(2868), - [anon_sym_co_return] = ACTIONS(2868), - [anon_sym_co_yield] = ACTIONS(2868), - [anon_sym_R_DQUOTE] = ACTIONS(2870), - [anon_sym_LR_DQUOTE] = ACTIONS(2870), - [anon_sym_uR_DQUOTE] = ACTIONS(2870), - [anon_sym_UR_DQUOTE] = ACTIONS(2870), - [anon_sym_u8R_DQUOTE] = ACTIONS(2870), - [anon_sym_co_await] = ACTIONS(2868), - [anon_sym_new] = ACTIONS(2868), - [anon_sym_requires] = ACTIONS(2868), - [sym_this] = ACTIONS(2868), - [sym_nullptr] = ACTIONS(2868), + [ts_builtin_sym_end] = ACTIONS(2830), + [sym_identifier] = ACTIONS(2828), + [aux_sym_preproc_include_token1] = ACTIONS(2828), + [aux_sym_preproc_def_token1] = ACTIONS(2828), + [aux_sym_preproc_if_token1] = ACTIONS(2828), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2828), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2828), + [sym_preproc_directive] = ACTIONS(2828), + [anon_sym_LPAREN2] = ACTIONS(2830), + [anon_sym_BANG] = ACTIONS(2830), + [anon_sym_TILDE] = ACTIONS(2830), + [anon_sym_DASH] = ACTIONS(2828), + [anon_sym_PLUS] = ACTIONS(2828), + [anon_sym_STAR] = ACTIONS(2830), + [anon_sym_AMP_AMP] = ACTIONS(2830), + [anon_sym_AMP] = ACTIONS(2828), + [anon_sym_SEMI] = ACTIONS(2830), + [anon_sym_typedef] = ACTIONS(2828), + [anon_sym_extern] = ACTIONS(2828), + [anon_sym___attribute__] = ACTIONS(2828), + [anon_sym_COLON_COLON] = ACTIONS(2830), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2830), + [anon_sym___declspec] = ACTIONS(2828), + [anon_sym___based] = ACTIONS(2828), + [anon_sym___cdecl] = ACTIONS(2828), + [anon_sym___clrcall] = ACTIONS(2828), + [anon_sym___stdcall] = ACTIONS(2828), + [anon_sym___fastcall] = ACTIONS(2828), + [anon_sym___thiscall] = ACTIONS(2828), + [anon_sym___vectorcall] = ACTIONS(2828), + [anon_sym_LBRACE] = ACTIONS(2830), + [anon_sym_LBRACK] = ACTIONS(2828), + [anon_sym_static] = ACTIONS(2828), + [anon_sym_register] = ACTIONS(2828), + [anon_sym_inline] = ACTIONS(2828), + [anon_sym_thread_local] = ACTIONS(2828), + [anon_sym_const] = ACTIONS(2828), + [anon_sym_volatile] = ACTIONS(2828), + [anon_sym_restrict] = ACTIONS(2828), + [anon_sym__Atomic] = ACTIONS(2828), + [anon_sym_mutable] = ACTIONS(2828), + [anon_sym_constexpr] = ACTIONS(2828), + [anon_sym_constinit] = ACTIONS(2828), + [anon_sym_consteval] = ACTIONS(2828), + [anon_sym_signed] = ACTIONS(2828), + [anon_sym_unsigned] = ACTIONS(2828), + [anon_sym_long] = ACTIONS(2828), + [anon_sym_short] = ACTIONS(2828), + [sym_primitive_type] = ACTIONS(2828), + [anon_sym_enum] = ACTIONS(2828), + [anon_sym_class] = ACTIONS(2828), + [anon_sym_struct] = ACTIONS(2828), + [anon_sym_union] = ACTIONS(2828), + [anon_sym_if] = ACTIONS(2828), + [anon_sym_switch] = ACTIONS(2828), + [anon_sym_case] = ACTIONS(2828), + [anon_sym_default] = ACTIONS(2828), + [anon_sym_while] = ACTIONS(2828), + [anon_sym_do] = ACTIONS(2828), + [anon_sym_for] = ACTIONS(2828), + [anon_sym_return] = ACTIONS(2828), + [anon_sym_break] = ACTIONS(2828), + [anon_sym_continue] = ACTIONS(2828), + [anon_sym_goto] = ACTIONS(2828), + [anon_sym_not] = ACTIONS(2828), + [anon_sym_compl] = ACTIONS(2828), + [anon_sym_DASH_DASH] = ACTIONS(2830), + [anon_sym_PLUS_PLUS] = ACTIONS(2830), + [anon_sym_sizeof] = ACTIONS(2828), + [sym_number_literal] = ACTIONS(2830), + [anon_sym_L_SQUOTE] = ACTIONS(2830), + [anon_sym_u_SQUOTE] = ACTIONS(2830), + [anon_sym_U_SQUOTE] = ACTIONS(2830), + [anon_sym_u8_SQUOTE] = ACTIONS(2830), + [anon_sym_SQUOTE] = ACTIONS(2830), + [anon_sym_L_DQUOTE] = ACTIONS(2830), + [anon_sym_u_DQUOTE] = ACTIONS(2830), + [anon_sym_U_DQUOTE] = ACTIONS(2830), + [anon_sym_u8_DQUOTE] = ACTIONS(2830), + [anon_sym_DQUOTE] = ACTIONS(2830), + [sym_true] = ACTIONS(2828), + [sym_false] = ACTIONS(2828), + [sym_null] = ACTIONS(2828), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2828), + [anon_sym_decltype] = ACTIONS(2828), + [anon_sym_virtual] = ACTIONS(2828), + [anon_sym_explicit] = ACTIONS(2828), + [anon_sym_typename] = ACTIONS(2828), + [anon_sym_template] = ACTIONS(2828), + [anon_sym_operator] = ACTIONS(2828), + [anon_sym_try] = ACTIONS(2828), + [anon_sym_delete] = ACTIONS(2828), + [anon_sym_throw] = ACTIONS(2828), + [anon_sym_namespace] = ACTIONS(2828), + [anon_sym_using] = ACTIONS(2828), + [anon_sym_static_assert] = ACTIONS(2828), + [anon_sym_concept] = ACTIONS(2828), + [anon_sym_co_return] = ACTIONS(2828), + [anon_sym_co_yield] = ACTIONS(2828), + [anon_sym_R_DQUOTE] = ACTIONS(2830), + [anon_sym_LR_DQUOTE] = ACTIONS(2830), + [anon_sym_uR_DQUOTE] = ACTIONS(2830), + [anon_sym_UR_DQUOTE] = ACTIONS(2830), + [anon_sym_u8R_DQUOTE] = ACTIONS(2830), + [anon_sym_co_await] = ACTIONS(2828), + [anon_sym_new] = ACTIONS(2828), + [anon_sym_requires] = ACTIONS(2828), + [sym_this] = ACTIONS(2828), + [sym_nullptr] = ACTIONS(2828), }, [988] = { - [sym_identifier] = ACTIONS(2654), - [aux_sym_preproc_include_token1] = ACTIONS(2654), - [aux_sym_preproc_def_token1] = ACTIONS(2654), - [aux_sym_preproc_if_token1] = ACTIONS(2654), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2654), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2654), - [sym_preproc_directive] = ACTIONS(2654), - [anon_sym_LPAREN2] = ACTIONS(2656), - [anon_sym_BANG] = ACTIONS(2656), - [anon_sym_TILDE] = ACTIONS(2656), - [anon_sym_DASH] = ACTIONS(2654), - [anon_sym_PLUS] = ACTIONS(2654), - [anon_sym_STAR] = ACTIONS(2656), - [anon_sym_AMP_AMP] = ACTIONS(2656), - [anon_sym_AMP] = ACTIONS(2654), - [anon_sym_SEMI] = ACTIONS(2656), - [anon_sym_typedef] = ACTIONS(2654), - [anon_sym_extern] = ACTIONS(2654), - [anon_sym___attribute__] = ACTIONS(2654), - [anon_sym_COLON_COLON] = ACTIONS(2656), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2656), - [anon_sym___declspec] = ACTIONS(2654), - [anon_sym___based] = ACTIONS(2654), - [anon_sym___cdecl] = ACTIONS(2654), - [anon_sym___clrcall] = ACTIONS(2654), - [anon_sym___stdcall] = ACTIONS(2654), - [anon_sym___fastcall] = ACTIONS(2654), - [anon_sym___thiscall] = ACTIONS(2654), - [anon_sym___vectorcall] = ACTIONS(2654), - [anon_sym_LBRACE] = ACTIONS(2656), - [anon_sym_RBRACE] = ACTIONS(2656), - [anon_sym_LBRACK] = ACTIONS(2654), - [anon_sym_static] = ACTIONS(2654), - [anon_sym_register] = ACTIONS(2654), - [anon_sym_inline] = ACTIONS(2654), - [anon_sym_thread_local] = ACTIONS(2654), - [anon_sym_const] = ACTIONS(2654), - [anon_sym_volatile] = ACTIONS(2654), - [anon_sym_restrict] = ACTIONS(2654), - [anon_sym__Atomic] = ACTIONS(2654), - [anon_sym_mutable] = ACTIONS(2654), - [anon_sym_constexpr] = ACTIONS(2654), - [anon_sym_constinit] = ACTIONS(2654), - [anon_sym_consteval] = ACTIONS(2654), - [anon_sym_signed] = ACTIONS(2654), - [anon_sym_unsigned] = ACTIONS(2654), - [anon_sym_long] = ACTIONS(2654), - [anon_sym_short] = ACTIONS(2654), - [sym_primitive_type] = ACTIONS(2654), - [anon_sym_enum] = ACTIONS(2654), - [anon_sym_class] = ACTIONS(2654), - [anon_sym_struct] = ACTIONS(2654), - [anon_sym_union] = ACTIONS(2654), - [anon_sym_if] = ACTIONS(2654), - [anon_sym_switch] = ACTIONS(2654), - [anon_sym_case] = ACTIONS(2654), - [anon_sym_default] = ACTIONS(2654), - [anon_sym_while] = ACTIONS(2654), - [anon_sym_do] = ACTIONS(2654), - [anon_sym_for] = ACTIONS(2654), - [anon_sym_return] = ACTIONS(2654), - [anon_sym_break] = ACTIONS(2654), - [anon_sym_continue] = ACTIONS(2654), - [anon_sym_goto] = ACTIONS(2654), - [anon_sym_not] = ACTIONS(2654), - [anon_sym_compl] = ACTIONS(2654), - [anon_sym_DASH_DASH] = ACTIONS(2656), - [anon_sym_PLUS_PLUS] = ACTIONS(2656), - [anon_sym_sizeof] = ACTIONS(2654), - [sym_number_literal] = ACTIONS(2656), - [anon_sym_L_SQUOTE] = ACTIONS(2656), - [anon_sym_u_SQUOTE] = ACTIONS(2656), - [anon_sym_U_SQUOTE] = ACTIONS(2656), - [anon_sym_u8_SQUOTE] = ACTIONS(2656), - [anon_sym_SQUOTE] = ACTIONS(2656), - [anon_sym_L_DQUOTE] = ACTIONS(2656), - [anon_sym_u_DQUOTE] = ACTIONS(2656), - [anon_sym_U_DQUOTE] = ACTIONS(2656), - [anon_sym_u8_DQUOTE] = ACTIONS(2656), - [anon_sym_DQUOTE] = ACTIONS(2656), - [sym_true] = ACTIONS(2654), - [sym_false] = ACTIONS(2654), - [sym_null] = ACTIONS(2654), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2654), - [anon_sym_decltype] = ACTIONS(2654), - [anon_sym_virtual] = ACTIONS(2654), - [anon_sym_explicit] = ACTIONS(2654), - [anon_sym_typename] = ACTIONS(2654), - [anon_sym_template] = ACTIONS(2654), - [anon_sym_operator] = ACTIONS(2654), - [anon_sym_try] = ACTIONS(2654), - [anon_sym_delete] = ACTIONS(2654), - [anon_sym_throw] = ACTIONS(2654), - [anon_sym_namespace] = ACTIONS(2654), - [anon_sym_using] = ACTIONS(2654), - [anon_sym_static_assert] = ACTIONS(2654), - [anon_sym_concept] = ACTIONS(2654), - [anon_sym_co_return] = ACTIONS(2654), - [anon_sym_co_yield] = ACTIONS(2654), - [anon_sym_R_DQUOTE] = ACTIONS(2656), - [anon_sym_LR_DQUOTE] = ACTIONS(2656), - [anon_sym_uR_DQUOTE] = ACTIONS(2656), - [anon_sym_UR_DQUOTE] = ACTIONS(2656), - [anon_sym_u8R_DQUOTE] = ACTIONS(2656), - [anon_sym_co_await] = ACTIONS(2654), - [anon_sym_new] = ACTIONS(2654), - [anon_sym_requires] = ACTIONS(2654), - [sym_this] = ACTIONS(2654), - [sym_nullptr] = ACTIONS(2654), + [ts_builtin_sym_end] = ACTIONS(2868), + [sym_identifier] = ACTIONS(2866), + [aux_sym_preproc_include_token1] = ACTIONS(2866), + [aux_sym_preproc_def_token1] = ACTIONS(2866), + [aux_sym_preproc_if_token1] = ACTIONS(2866), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2866), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2866), + [sym_preproc_directive] = ACTIONS(2866), + [anon_sym_LPAREN2] = ACTIONS(2868), + [anon_sym_BANG] = ACTIONS(2868), + [anon_sym_TILDE] = ACTIONS(2868), + [anon_sym_DASH] = ACTIONS(2866), + [anon_sym_PLUS] = ACTIONS(2866), + [anon_sym_STAR] = ACTIONS(2868), + [anon_sym_AMP_AMP] = ACTIONS(2868), + [anon_sym_AMP] = ACTIONS(2866), + [anon_sym_SEMI] = ACTIONS(2868), + [anon_sym_typedef] = ACTIONS(2866), + [anon_sym_extern] = ACTIONS(2866), + [anon_sym___attribute__] = ACTIONS(2866), + [anon_sym_COLON_COLON] = ACTIONS(2868), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2868), + [anon_sym___declspec] = ACTIONS(2866), + [anon_sym___based] = ACTIONS(2866), + [anon_sym___cdecl] = ACTIONS(2866), + [anon_sym___clrcall] = ACTIONS(2866), + [anon_sym___stdcall] = ACTIONS(2866), + [anon_sym___fastcall] = ACTIONS(2866), + [anon_sym___thiscall] = ACTIONS(2866), + [anon_sym___vectorcall] = ACTIONS(2866), + [anon_sym_LBRACE] = ACTIONS(2868), + [anon_sym_LBRACK] = ACTIONS(2866), + [anon_sym_static] = ACTIONS(2866), + [anon_sym_register] = ACTIONS(2866), + [anon_sym_inline] = ACTIONS(2866), + [anon_sym_thread_local] = ACTIONS(2866), + [anon_sym_const] = ACTIONS(2866), + [anon_sym_volatile] = ACTIONS(2866), + [anon_sym_restrict] = ACTIONS(2866), + [anon_sym__Atomic] = ACTIONS(2866), + [anon_sym_mutable] = ACTIONS(2866), + [anon_sym_constexpr] = ACTIONS(2866), + [anon_sym_constinit] = ACTIONS(2866), + [anon_sym_consteval] = ACTIONS(2866), + [anon_sym_signed] = ACTIONS(2866), + [anon_sym_unsigned] = ACTIONS(2866), + [anon_sym_long] = ACTIONS(2866), + [anon_sym_short] = ACTIONS(2866), + [sym_primitive_type] = ACTIONS(2866), + [anon_sym_enum] = ACTIONS(2866), + [anon_sym_class] = ACTIONS(2866), + [anon_sym_struct] = ACTIONS(2866), + [anon_sym_union] = ACTIONS(2866), + [anon_sym_if] = ACTIONS(2866), + [anon_sym_switch] = ACTIONS(2866), + [anon_sym_case] = ACTIONS(2866), + [anon_sym_default] = ACTIONS(2866), + [anon_sym_while] = ACTIONS(2866), + [anon_sym_do] = ACTIONS(2866), + [anon_sym_for] = ACTIONS(2866), + [anon_sym_return] = ACTIONS(2866), + [anon_sym_break] = ACTIONS(2866), + [anon_sym_continue] = ACTIONS(2866), + [anon_sym_goto] = ACTIONS(2866), + [anon_sym_not] = ACTIONS(2866), + [anon_sym_compl] = ACTIONS(2866), + [anon_sym_DASH_DASH] = ACTIONS(2868), + [anon_sym_PLUS_PLUS] = ACTIONS(2868), + [anon_sym_sizeof] = ACTIONS(2866), + [sym_number_literal] = ACTIONS(2868), + [anon_sym_L_SQUOTE] = ACTIONS(2868), + [anon_sym_u_SQUOTE] = ACTIONS(2868), + [anon_sym_U_SQUOTE] = ACTIONS(2868), + [anon_sym_u8_SQUOTE] = ACTIONS(2868), + [anon_sym_SQUOTE] = ACTIONS(2868), + [anon_sym_L_DQUOTE] = ACTIONS(2868), + [anon_sym_u_DQUOTE] = ACTIONS(2868), + [anon_sym_U_DQUOTE] = ACTIONS(2868), + [anon_sym_u8_DQUOTE] = ACTIONS(2868), + [anon_sym_DQUOTE] = ACTIONS(2868), + [sym_true] = ACTIONS(2866), + [sym_false] = ACTIONS(2866), + [sym_null] = ACTIONS(2866), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2866), + [anon_sym_decltype] = ACTIONS(2866), + [anon_sym_virtual] = ACTIONS(2866), + [anon_sym_explicit] = ACTIONS(2866), + [anon_sym_typename] = ACTIONS(2866), + [anon_sym_template] = ACTIONS(2866), + [anon_sym_operator] = ACTIONS(2866), + [anon_sym_try] = ACTIONS(2866), + [anon_sym_delete] = ACTIONS(2866), + [anon_sym_throw] = ACTIONS(2866), + [anon_sym_namespace] = ACTIONS(2866), + [anon_sym_using] = ACTIONS(2866), + [anon_sym_static_assert] = ACTIONS(2866), + [anon_sym_concept] = ACTIONS(2866), + [anon_sym_co_return] = ACTIONS(2866), + [anon_sym_co_yield] = ACTIONS(2866), + [anon_sym_R_DQUOTE] = ACTIONS(2868), + [anon_sym_LR_DQUOTE] = ACTIONS(2868), + [anon_sym_uR_DQUOTE] = ACTIONS(2868), + [anon_sym_UR_DQUOTE] = ACTIONS(2868), + [anon_sym_u8R_DQUOTE] = ACTIONS(2868), + [anon_sym_co_await] = ACTIONS(2866), + [anon_sym_new] = ACTIONS(2866), + [anon_sym_requires] = ACTIONS(2866), + [sym_this] = ACTIONS(2866), + [sym_nullptr] = ACTIONS(2866), }, [989] = { - [ts_builtin_sym_end] = ACTIONS(2768), - [sym_identifier] = ACTIONS(2766), - [aux_sym_preproc_include_token1] = ACTIONS(2766), - [aux_sym_preproc_def_token1] = ACTIONS(2766), - [aux_sym_preproc_if_token1] = ACTIONS(2766), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2766), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2766), - [sym_preproc_directive] = ACTIONS(2766), - [anon_sym_LPAREN2] = ACTIONS(2768), - [anon_sym_BANG] = ACTIONS(2768), - [anon_sym_TILDE] = ACTIONS(2768), - [anon_sym_DASH] = ACTIONS(2766), - [anon_sym_PLUS] = ACTIONS(2766), - [anon_sym_STAR] = ACTIONS(2768), - [anon_sym_AMP_AMP] = ACTIONS(2768), - [anon_sym_AMP] = ACTIONS(2766), - [anon_sym_SEMI] = ACTIONS(2768), - [anon_sym_typedef] = ACTIONS(2766), - [anon_sym_extern] = ACTIONS(2766), - [anon_sym___attribute__] = ACTIONS(2766), - [anon_sym_COLON_COLON] = ACTIONS(2768), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2768), - [anon_sym___declspec] = ACTIONS(2766), - [anon_sym___based] = ACTIONS(2766), - [anon_sym___cdecl] = ACTIONS(2766), - [anon_sym___clrcall] = ACTIONS(2766), - [anon_sym___stdcall] = ACTIONS(2766), - [anon_sym___fastcall] = ACTIONS(2766), - [anon_sym___thiscall] = ACTIONS(2766), - [anon_sym___vectorcall] = ACTIONS(2766), - [anon_sym_LBRACE] = ACTIONS(2768), - [anon_sym_LBRACK] = ACTIONS(2766), - [anon_sym_static] = ACTIONS(2766), - [anon_sym_register] = ACTIONS(2766), - [anon_sym_inline] = ACTIONS(2766), - [anon_sym_thread_local] = ACTIONS(2766), - [anon_sym_const] = ACTIONS(2766), - [anon_sym_volatile] = ACTIONS(2766), - [anon_sym_restrict] = ACTIONS(2766), - [anon_sym__Atomic] = ACTIONS(2766), - [anon_sym_mutable] = ACTIONS(2766), - [anon_sym_constexpr] = ACTIONS(2766), - [anon_sym_constinit] = ACTIONS(2766), - [anon_sym_consteval] = ACTIONS(2766), - [anon_sym_signed] = ACTIONS(2766), - [anon_sym_unsigned] = ACTIONS(2766), - [anon_sym_long] = ACTIONS(2766), - [anon_sym_short] = ACTIONS(2766), - [sym_primitive_type] = ACTIONS(2766), - [anon_sym_enum] = ACTIONS(2766), - [anon_sym_class] = ACTIONS(2766), - [anon_sym_struct] = ACTIONS(2766), - [anon_sym_union] = ACTIONS(2766), - [anon_sym_if] = ACTIONS(2766), - [anon_sym_switch] = ACTIONS(2766), - [anon_sym_case] = ACTIONS(2766), - [anon_sym_default] = ACTIONS(2766), - [anon_sym_while] = ACTIONS(2766), - [anon_sym_do] = ACTIONS(2766), - [anon_sym_for] = ACTIONS(2766), - [anon_sym_return] = ACTIONS(2766), - [anon_sym_break] = ACTIONS(2766), - [anon_sym_continue] = ACTIONS(2766), - [anon_sym_goto] = ACTIONS(2766), - [anon_sym_not] = ACTIONS(2766), - [anon_sym_compl] = ACTIONS(2766), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2766), - [sym_number_literal] = ACTIONS(2768), - [anon_sym_L_SQUOTE] = ACTIONS(2768), - [anon_sym_u_SQUOTE] = ACTIONS(2768), - [anon_sym_U_SQUOTE] = ACTIONS(2768), - [anon_sym_u8_SQUOTE] = ACTIONS(2768), - [anon_sym_SQUOTE] = ACTIONS(2768), - [anon_sym_L_DQUOTE] = ACTIONS(2768), - [anon_sym_u_DQUOTE] = ACTIONS(2768), - [anon_sym_U_DQUOTE] = ACTIONS(2768), - [anon_sym_u8_DQUOTE] = ACTIONS(2768), - [anon_sym_DQUOTE] = ACTIONS(2768), - [sym_true] = ACTIONS(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2766), - [anon_sym_decltype] = ACTIONS(2766), - [anon_sym_virtual] = ACTIONS(2766), - [anon_sym_explicit] = ACTIONS(2766), - [anon_sym_typename] = ACTIONS(2766), - [anon_sym_template] = ACTIONS(2766), - [anon_sym_operator] = ACTIONS(2766), - [anon_sym_try] = ACTIONS(2766), - [anon_sym_delete] = ACTIONS(2766), - [anon_sym_throw] = ACTIONS(2766), - [anon_sym_namespace] = ACTIONS(2766), - [anon_sym_using] = ACTIONS(2766), - [anon_sym_static_assert] = ACTIONS(2766), - [anon_sym_concept] = ACTIONS(2766), - [anon_sym_co_return] = ACTIONS(2766), - [anon_sym_co_yield] = ACTIONS(2766), - [anon_sym_R_DQUOTE] = ACTIONS(2768), - [anon_sym_LR_DQUOTE] = ACTIONS(2768), - [anon_sym_uR_DQUOTE] = ACTIONS(2768), - [anon_sym_UR_DQUOTE] = ACTIONS(2768), - [anon_sym_u8R_DQUOTE] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2766), - [anon_sym_new] = ACTIONS(2766), - [anon_sym_requires] = ACTIONS(2766), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [sym_identifier] = ACTIONS(2676), + [aux_sym_preproc_include_token1] = ACTIONS(2676), + [aux_sym_preproc_def_token1] = ACTIONS(2676), + [aux_sym_preproc_if_token1] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2676), + [sym_preproc_directive] = ACTIONS(2676), + [anon_sym_LPAREN2] = ACTIONS(2678), + [anon_sym_BANG] = ACTIONS(2678), + [anon_sym_TILDE] = ACTIONS(2678), + [anon_sym_DASH] = ACTIONS(2676), + [anon_sym_PLUS] = ACTIONS(2676), + [anon_sym_STAR] = ACTIONS(2678), + [anon_sym_AMP_AMP] = ACTIONS(2678), + [anon_sym_AMP] = ACTIONS(2676), + [anon_sym_SEMI] = ACTIONS(2678), + [anon_sym_typedef] = ACTIONS(2676), + [anon_sym_extern] = ACTIONS(2676), + [anon_sym___attribute__] = ACTIONS(2676), + [anon_sym_COLON_COLON] = ACTIONS(2678), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2678), + [anon_sym___declspec] = ACTIONS(2676), + [anon_sym___based] = ACTIONS(2676), + [anon_sym___cdecl] = ACTIONS(2676), + [anon_sym___clrcall] = ACTIONS(2676), + [anon_sym___stdcall] = ACTIONS(2676), + [anon_sym___fastcall] = ACTIONS(2676), + [anon_sym___thiscall] = ACTIONS(2676), + [anon_sym___vectorcall] = ACTIONS(2676), + [anon_sym_LBRACE] = ACTIONS(2678), + [anon_sym_RBRACE] = ACTIONS(2678), + [anon_sym_LBRACK] = ACTIONS(2676), + [anon_sym_static] = ACTIONS(2676), + [anon_sym_register] = ACTIONS(2676), + [anon_sym_inline] = ACTIONS(2676), + [anon_sym_thread_local] = ACTIONS(2676), + [anon_sym_const] = ACTIONS(2676), + [anon_sym_volatile] = ACTIONS(2676), + [anon_sym_restrict] = ACTIONS(2676), + [anon_sym__Atomic] = ACTIONS(2676), + [anon_sym_mutable] = ACTIONS(2676), + [anon_sym_constexpr] = ACTIONS(2676), + [anon_sym_constinit] = ACTIONS(2676), + [anon_sym_consteval] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2676), + [anon_sym_unsigned] = ACTIONS(2676), + [anon_sym_long] = ACTIONS(2676), + [anon_sym_short] = ACTIONS(2676), + [sym_primitive_type] = ACTIONS(2676), + [anon_sym_enum] = ACTIONS(2676), + [anon_sym_class] = ACTIONS(2676), + [anon_sym_struct] = ACTIONS(2676), + [anon_sym_union] = ACTIONS(2676), + [anon_sym_if] = ACTIONS(2676), + [anon_sym_switch] = ACTIONS(2676), + [anon_sym_case] = ACTIONS(2676), + [anon_sym_default] = ACTIONS(2676), + [anon_sym_while] = ACTIONS(2676), + [anon_sym_do] = ACTIONS(2676), + [anon_sym_for] = ACTIONS(2676), + [anon_sym_return] = ACTIONS(2676), + [anon_sym_break] = ACTIONS(2676), + [anon_sym_continue] = ACTIONS(2676), + [anon_sym_goto] = ACTIONS(2676), + [anon_sym_not] = ACTIONS(2676), + [anon_sym_compl] = ACTIONS(2676), + [anon_sym_DASH_DASH] = ACTIONS(2678), + [anon_sym_PLUS_PLUS] = ACTIONS(2678), + [anon_sym_sizeof] = ACTIONS(2676), + [sym_number_literal] = ACTIONS(2678), + [anon_sym_L_SQUOTE] = ACTIONS(2678), + [anon_sym_u_SQUOTE] = ACTIONS(2678), + [anon_sym_U_SQUOTE] = ACTIONS(2678), + [anon_sym_u8_SQUOTE] = ACTIONS(2678), + [anon_sym_SQUOTE] = ACTIONS(2678), + [anon_sym_L_DQUOTE] = ACTIONS(2678), + [anon_sym_u_DQUOTE] = ACTIONS(2678), + [anon_sym_U_DQUOTE] = ACTIONS(2678), + [anon_sym_u8_DQUOTE] = ACTIONS(2678), + [anon_sym_DQUOTE] = ACTIONS(2678), + [sym_true] = ACTIONS(2676), + [sym_false] = ACTIONS(2676), + [sym_null] = ACTIONS(2676), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2676), + [anon_sym_decltype] = ACTIONS(2676), + [anon_sym_virtual] = ACTIONS(2676), + [anon_sym_explicit] = ACTIONS(2676), + [anon_sym_typename] = ACTIONS(2676), + [anon_sym_template] = ACTIONS(2676), + [anon_sym_operator] = ACTIONS(2676), + [anon_sym_try] = ACTIONS(2676), + [anon_sym_delete] = ACTIONS(2676), + [anon_sym_throw] = ACTIONS(2676), + [anon_sym_namespace] = ACTIONS(2676), + [anon_sym_using] = ACTIONS(2676), + [anon_sym_static_assert] = ACTIONS(2676), + [anon_sym_concept] = ACTIONS(2676), + [anon_sym_co_return] = ACTIONS(2676), + [anon_sym_co_yield] = ACTIONS(2676), + [anon_sym_R_DQUOTE] = ACTIONS(2678), + [anon_sym_LR_DQUOTE] = ACTIONS(2678), + [anon_sym_uR_DQUOTE] = ACTIONS(2678), + [anon_sym_UR_DQUOTE] = ACTIONS(2678), + [anon_sym_u8R_DQUOTE] = ACTIONS(2678), + [anon_sym_co_await] = ACTIONS(2676), + [anon_sym_new] = ACTIONS(2676), + [anon_sym_requires] = ACTIONS(2676), + [sym_this] = ACTIONS(2676), + [sym_nullptr] = ACTIONS(2676), }, [990] = { - [ts_builtin_sym_end] = ACTIONS(2708), - [sym_identifier] = ACTIONS(2706), - [aux_sym_preproc_include_token1] = ACTIONS(2706), - [aux_sym_preproc_def_token1] = ACTIONS(2706), - [aux_sym_preproc_if_token1] = ACTIONS(2706), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2706), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2706), - [sym_preproc_directive] = ACTIONS(2706), - [anon_sym_LPAREN2] = ACTIONS(2708), - [anon_sym_BANG] = ACTIONS(2708), - [anon_sym_TILDE] = ACTIONS(2708), - [anon_sym_DASH] = ACTIONS(2706), - [anon_sym_PLUS] = ACTIONS(2706), - [anon_sym_STAR] = ACTIONS(2708), - [anon_sym_AMP_AMP] = ACTIONS(2708), - [anon_sym_AMP] = ACTIONS(2706), - [anon_sym_SEMI] = ACTIONS(2708), - [anon_sym_typedef] = ACTIONS(2706), - [anon_sym_extern] = ACTIONS(2706), - [anon_sym___attribute__] = ACTIONS(2706), - [anon_sym_COLON_COLON] = ACTIONS(2708), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2708), - [anon_sym___declspec] = ACTIONS(2706), - [anon_sym___based] = ACTIONS(2706), - [anon_sym___cdecl] = ACTIONS(2706), - [anon_sym___clrcall] = ACTIONS(2706), - [anon_sym___stdcall] = ACTIONS(2706), - [anon_sym___fastcall] = ACTIONS(2706), - [anon_sym___thiscall] = ACTIONS(2706), - [anon_sym___vectorcall] = ACTIONS(2706), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LBRACK] = ACTIONS(2706), - [anon_sym_static] = ACTIONS(2706), - [anon_sym_register] = ACTIONS(2706), - [anon_sym_inline] = ACTIONS(2706), - [anon_sym_thread_local] = ACTIONS(2706), - [anon_sym_const] = ACTIONS(2706), - [anon_sym_volatile] = ACTIONS(2706), - [anon_sym_restrict] = ACTIONS(2706), - [anon_sym__Atomic] = ACTIONS(2706), - [anon_sym_mutable] = ACTIONS(2706), - [anon_sym_constexpr] = ACTIONS(2706), - [anon_sym_constinit] = ACTIONS(2706), - [anon_sym_consteval] = ACTIONS(2706), - [anon_sym_signed] = ACTIONS(2706), - [anon_sym_unsigned] = ACTIONS(2706), - [anon_sym_long] = ACTIONS(2706), - [anon_sym_short] = ACTIONS(2706), - [sym_primitive_type] = ACTIONS(2706), - [anon_sym_enum] = ACTIONS(2706), - [anon_sym_class] = ACTIONS(2706), - [anon_sym_struct] = ACTIONS(2706), - [anon_sym_union] = ACTIONS(2706), - [anon_sym_if] = ACTIONS(2706), - [anon_sym_switch] = ACTIONS(2706), - [anon_sym_case] = ACTIONS(2706), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2706), - [anon_sym_do] = ACTIONS(2706), - [anon_sym_for] = ACTIONS(2706), - [anon_sym_return] = ACTIONS(2706), - [anon_sym_break] = ACTIONS(2706), - [anon_sym_continue] = ACTIONS(2706), - [anon_sym_goto] = ACTIONS(2706), - [anon_sym_not] = ACTIONS(2706), - [anon_sym_compl] = ACTIONS(2706), - [anon_sym_DASH_DASH] = ACTIONS(2708), - [anon_sym_PLUS_PLUS] = ACTIONS(2708), - [anon_sym_sizeof] = ACTIONS(2706), - [sym_number_literal] = ACTIONS(2708), - [anon_sym_L_SQUOTE] = ACTIONS(2708), - [anon_sym_u_SQUOTE] = ACTIONS(2708), - [anon_sym_U_SQUOTE] = ACTIONS(2708), - [anon_sym_u8_SQUOTE] = ACTIONS(2708), - [anon_sym_SQUOTE] = ACTIONS(2708), - [anon_sym_L_DQUOTE] = ACTIONS(2708), - [anon_sym_u_DQUOTE] = ACTIONS(2708), - [anon_sym_U_DQUOTE] = ACTIONS(2708), - [anon_sym_u8_DQUOTE] = ACTIONS(2708), - [anon_sym_DQUOTE] = ACTIONS(2708), - [sym_true] = ACTIONS(2706), - [sym_false] = ACTIONS(2706), - [sym_null] = ACTIONS(2706), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2706), - [anon_sym_decltype] = ACTIONS(2706), - [anon_sym_virtual] = ACTIONS(2706), - [anon_sym_explicit] = ACTIONS(2706), - [anon_sym_typename] = ACTIONS(2706), - [anon_sym_template] = ACTIONS(2706), - [anon_sym_operator] = ACTIONS(2706), - [anon_sym_try] = ACTIONS(2706), - [anon_sym_delete] = ACTIONS(2706), - [anon_sym_throw] = ACTIONS(2706), - [anon_sym_namespace] = ACTIONS(2706), - [anon_sym_using] = ACTIONS(2706), - [anon_sym_static_assert] = ACTIONS(2706), - [anon_sym_concept] = ACTIONS(2706), - [anon_sym_co_return] = ACTIONS(2706), - [anon_sym_co_yield] = ACTIONS(2706), - [anon_sym_R_DQUOTE] = ACTIONS(2708), - [anon_sym_LR_DQUOTE] = ACTIONS(2708), - [anon_sym_uR_DQUOTE] = ACTIONS(2708), - [anon_sym_UR_DQUOTE] = ACTIONS(2708), - [anon_sym_u8R_DQUOTE] = ACTIONS(2708), - [anon_sym_co_await] = ACTIONS(2706), - [anon_sym_new] = ACTIONS(2706), - [anon_sym_requires] = ACTIONS(2706), - [sym_this] = ACTIONS(2706), - [sym_nullptr] = ACTIONS(2706), + [ts_builtin_sym_end] = ACTIONS(2782), + [sym_identifier] = ACTIONS(2780), + [aux_sym_preproc_include_token1] = ACTIONS(2780), + [aux_sym_preproc_def_token1] = ACTIONS(2780), + [aux_sym_preproc_if_token1] = ACTIONS(2780), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2780), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2780), + [sym_preproc_directive] = ACTIONS(2780), + [anon_sym_LPAREN2] = ACTIONS(2782), + [anon_sym_BANG] = ACTIONS(2782), + [anon_sym_TILDE] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_PLUS] = ACTIONS(2780), + [anon_sym_STAR] = ACTIONS(2782), + [anon_sym_AMP_AMP] = ACTIONS(2782), + [anon_sym_AMP] = ACTIONS(2780), + [anon_sym_SEMI] = ACTIONS(2782), + [anon_sym_typedef] = ACTIONS(2780), + [anon_sym_extern] = ACTIONS(2780), + [anon_sym___attribute__] = ACTIONS(2780), + [anon_sym_COLON_COLON] = ACTIONS(2782), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2782), + [anon_sym___declspec] = ACTIONS(2780), + [anon_sym___based] = ACTIONS(2780), + [anon_sym___cdecl] = ACTIONS(2780), + [anon_sym___clrcall] = ACTIONS(2780), + [anon_sym___stdcall] = ACTIONS(2780), + [anon_sym___fastcall] = ACTIONS(2780), + [anon_sym___thiscall] = ACTIONS(2780), + [anon_sym___vectorcall] = ACTIONS(2780), + [anon_sym_LBRACE] = ACTIONS(2782), + [anon_sym_LBRACK] = ACTIONS(2780), + [anon_sym_static] = ACTIONS(2780), + [anon_sym_register] = ACTIONS(2780), + [anon_sym_inline] = ACTIONS(2780), + [anon_sym_thread_local] = ACTIONS(2780), + [anon_sym_const] = ACTIONS(2780), + [anon_sym_volatile] = ACTIONS(2780), + [anon_sym_restrict] = ACTIONS(2780), + [anon_sym__Atomic] = ACTIONS(2780), + [anon_sym_mutable] = ACTIONS(2780), + [anon_sym_constexpr] = ACTIONS(2780), + [anon_sym_constinit] = ACTIONS(2780), + [anon_sym_consteval] = ACTIONS(2780), + [anon_sym_signed] = ACTIONS(2780), + [anon_sym_unsigned] = ACTIONS(2780), + [anon_sym_long] = ACTIONS(2780), + [anon_sym_short] = ACTIONS(2780), + [sym_primitive_type] = ACTIONS(2780), + [anon_sym_enum] = ACTIONS(2780), + [anon_sym_class] = ACTIONS(2780), + [anon_sym_struct] = ACTIONS(2780), + [anon_sym_union] = ACTIONS(2780), + [anon_sym_if] = ACTIONS(2780), + [anon_sym_switch] = ACTIONS(2780), + [anon_sym_case] = ACTIONS(2780), + [anon_sym_default] = ACTIONS(2780), + [anon_sym_while] = ACTIONS(2780), + [anon_sym_do] = ACTIONS(2780), + [anon_sym_for] = ACTIONS(2780), + [anon_sym_return] = ACTIONS(2780), + [anon_sym_break] = ACTIONS(2780), + [anon_sym_continue] = ACTIONS(2780), + [anon_sym_goto] = ACTIONS(2780), + [anon_sym_not] = ACTIONS(2780), + [anon_sym_compl] = ACTIONS(2780), + [anon_sym_DASH_DASH] = ACTIONS(2782), + [anon_sym_PLUS_PLUS] = ACTIONS(2782), + [anon_sym_sizeof] = ACTIONS(2780), + [sym_number_literal] = ACTIONS(2782), + [anon_sym_L_SQUOTE] = ACTIONS(2782), + [anon_sym_u_SQUOTE] = ACTIONS(2782), + [anon_sym_U_SQUOTE] = ACTIONS(2782), + [anon_sym_u8_SQUOTE] = ACTIONS(2782), + [anon_sym_SQUOTE] = ACTIONS(2782), + [anon_sym_L_DQUOTE] = ACTIONS(2782), + [anon_sym_u_DQUOTE] = ACTIONS(2782), + [anon_sym_U_DQUOTE] = ACTIONS(2782), + [anon_sym_u8_DQUOTE] = ACTIONS(2782), + [anon_sym_DQUOTE] = ACTIONS(2782), + [sym_true] = ACTIONS(2780), + [sym_false] = ACTIONS(2780), + [sym_null] = ACTIONS(2780), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2780), + [anon_sym_decltype] = ACTIONS(2780), + [anon_sym_virtual] = ACTIONS(2780), + [anon_sym_explicit] = ACTIONS(2780), + [anon_sym_typename] = ACTIONS(2780), + [anon_sym_template] = ACTIONS(2780), + [anon_sym_operator] = ACTIONS(2780), + [anon_sym_try] = ACTIONS(2780), + [anon_sym_delete] = ACTIONS(2780), + [anon_sym_throw] = ACTIONS(2780), + [anon_sym_namespace] = ACTIONS(2780), + [anon_sym_using] = ACTIONS(2780), + [anon_sym_static_assert] = ACTIONS(2780), + [anon_sym_concept] = ACTIONS(2780), + [anon_sym_co_return] = ACTIONS(2780), + [anon_sym_co_yield] = ACTIONS(2780), + [anon_sym_R_DQUOTE] = ACTIONS(2782), + [anon_sym_LR_DQUOTE] = ACTIONS(2782), + [anon_sym_uR_DQUOTE] = ACTIONS(2782), + [anon_sym_UR_DQUOTE] = ACTIONS(2782), + [anon_sym_u8R_DQUOTE] = ACTIONS(2782), + [anon_sym_co_await] = ACTIONS(2780), + [anon_sym_new] = ACTIONS(2780), + [anon_sym_requires] = ACTIONS(2780), + [sym_this] = ACTIONS(2780), + [sym_nullptr] = ACTIONS(2780), }, [991] = { - [sym_identifier] = ACTIONS(2826), - [aux_sym_preproc_include_token1] = ACTIONS(2826), - [aux_sym_preproc_def_token1] = ACTIONS(2826), - [aux_sym_preproc_if_token1] = ACTIONS(2826), - [aux_sym_preproc_if_token2] = ACTIONS(2826), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2826), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2826), - [sym_preproc_directive] = ACTIONS(2826), - [anon_sym_LPAREN2] = ACTIONS(2828), - [anon_sym_BANG] = ACTIONS(2828), - [anon_sym_TILDE] = ACTIONS(2828), - [anon_sym_DASH] = ACTIONS(2826), - [anon_sym_PLUS] = ACTIONS(2826), - [anon_sym_STAR] = ACTIONS(2828), - [anon_sym_AMP_AMP] = ACTIONS(2828), - [anon_sym_AMP] = ACTIONS(2826), - [anon_sym_SEMI] = ACTIONS(2828), - [anon_sym_typedef] = ACTIONS(2826), - [anon_sym_extern] = ACTIONS(2826), - [anon_sym___attribute__] = ACTIONS(2826), - [anon_sym_COLON_COLON] = ACTIONS(2828), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2828), - [anon_sym___declspec] = ACTIONS(2826), - [anon_sym___based] = ACTIONS(2826), - [anon_sym___cdecl] = ACTIONS(2826), - [anon_sym___clrcall] = ACTIONS(2826), - [anon_sym___stdcall] = ACTIONS(2826), - [anon_sym___fastcall] = ACTIONS(2826), - [anon_sym___thiscall] = ACTIONS(2826), - [anon_sym___vectorcall] = ACTIONS(2826), - [anon_sym_LBRACE] = ACTIONS(2828), - [anon_sym_LBRACK] = ACTIONS(2826), - [anon_sym_static] = ACTIONS(2826), - [anon_sym_register] = ACTIONS(2826), - [anon_sym_inline] = ACTIONS(2826), - [anon_sym_thread_local] = ACTIONS(2826), - [anon_sym_const] = ACTIONS(2826), - [anon_sym_volatile] = ACTIONS(2826), - [anon_sym_restrict] = ACTIONS(2826), - [anon_sym__Atomic] = ACTIONS(2826), - [anon_sym_mutable] = ACTIONS(2826), - [anon_sym_constexpr] = ACTIONS(2826), - [anon_sym_constinit] = ACTIONS(2826), - [anon_sym_consteval] = ACTIONS(2826), - [anon_sym_signed] = ACTIONS(2826), - [anon_sym_unsigned] = ACTIONS(2826), - [anon_sym_long] = ACTIONS(2826), - [anon_sym_short] = ACTIONS(2826), - [sym_primitive_type] = ACTIONS(2826), - [anon_sym_enum] = ACTIONS(2826), - [anon_sym_class] = ACTIONS(2826), - [anon_sym_struct] = ACTIONS(2826), - [anon_sym_union] = ACTIONS(2826), - [anon_sym_if] = ACTIONS(2826), - [anon_sym_switch] = ACTIONS(2826), - [anon_sym_case] = ACTIONS(2826), - [anon_sym_default] = ACTIONS(2826), - [anon_sym_while] = ACTIONS(2826), - [anon_sym_do] = ACTIONS(2826), - [anon_sym_for] = ACTIONS(2826), - [anon_sym_return] = ACTIONS(2826), - [anon_sym_break] = ACTIONS(2826), - [anon_sym_continue] = ACTIONS(2826), - [anon_sym_goto] = ACTIONS(2826), - [anon_sym_not] = ACTIONS(2826), - [anon_sym_compl] = ACTIONS(2826), - [anon_sym_DASH_DASH] = ACTIONS(2828), - [anon_sym_PLUS_PLUS] = ACTIONS(2828), - [anon_sym_sizeof] = ACTIONS(2826), - [sym_number_literal] = ACTIONS(2828), - [anon_sym_L_SQUOTE] = ACTIONS(2828), - [anon_sym_u_SQUOTE] = ACTIONS(2828), - [anon_sym_U_SQUOTE] = ACTIONS(2828), - [anon_sym_u8_SQUOTE] = ACTIONS(2828), - [anon_sym_SQUOTE] = ACTIONS(2828), - [anon_sym_L_DQUOTE] = ACTIONS(2828), - [anon_sym_u_DQUOTE] = ACTIONS(2828), - [anon_sym_U_DQUOTE] = ACTIONS(2828), - [anon_sym_u8_DQUOTE] = ACTIONS(2828), - [anon_sym_DQUOTE] = ACTIONS(2828), - [sym_true] = ACTIONS(2826), - [sym_false] = ACTIONS(2826), - [sym_null] = ACTIONS(2826), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2826), - [anon_sym_decltype] = ACTIONS(2826), - [anon_sym_virtual] = ACTIONS(2826), - [anon_sym_explicit] = ACTIONS(2826), - [anon_sym_typename] = ACTIONS(2826), - [anon_sym_template] = ACTIONS(2826), - [anon_sym_operator] = ACTIONS(2826), - [anon_sym_try] = ACTIONS(2826), - [anon_sym_delete] = ACTIONS(2826), - [anon_sym_throw] = ACTIONS(2826), - [anon_sym_namespace] = ACTIONS(2826), - [anon_sym_using] = ACTIONS(2826), - [anon_sym_static_assert] = ACTIONS(2826), - [anon_sym_concept] = ACTIONS(2826), - [anon_sym_co_return] = ACTIONS(2826), - [anon_sym_co_yield] = ACTIONS(2826), - [anon_sym_R_DQUOTE] = ACTIONS(2828), - [anon_sym_LR_DQUOTE] = ACTIONS(2828), - [anon_sym_uR_DQUOTE] = ACTIONS(2828), - [anon_sym_UR_DQUOTE] = ACTIONS(2828), - [anon_sym_u8R_DQUOTE] = ACTIONS(2828), - [anon_sym_co_await] = ACTIONS(2826), - [anon_sym_new] = ACTIONS(2826), - [anon_sym_requires] = ACTIONS(2826), - [sym_this] = ACTIONS(2826), - [sym_nullptr] = ACTIONS(2826), + [sym_identifier] = ACTIONS(2676), + [aux_sym_preproc_include_token1] = ACTIONS(2676), + [aux_sym_preproc_def_token1] = ACTIONS(2676), + [aux_sym_preproc_if_token1] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2676), + [sym_preproc_directive] = ACTIONS(2676), + [anon_sym_LPAREN2] = ACTIONS(2678), + [anon_sym_BANG] = ACTIONS(2678), + [anon_sym_TILDE] = ACTIONS(2678), + [anon_sym_DASH] = ACTIONS(2676), + [anon_sym_PLUS] = ACTIONS(2676), + [anon_sym_STAR] = ACTIONS(2678), + [anon_sym_AMP_AMP] = ACTIONS(2678), + [anon_sym_AMP] = ACTIONS(2676), + [anon_sym_SEMI] = ACTIONS(2678), + [anon_sym_typedef] = ACTIONS(2676), + [anon_sym_extern] = ACTIONS(2676), + [anon_sym___attribute__] = ACTIONS(2676), + [anon_sym_COLON_COLON] = ACTIONS(2678), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2678), + [anon_sym___declspec] = ACTIONS(2676), + [anon_sym___based] = ACTIONS(2676), + [anon_sym___cdecl] = ACTIONS(2676), + [anon_sym___clrcall] = ACTIONS(2676), + [anon_sym___stdcall] = ACTIONS(2676), + [anon_sym___fastcall] = ACTIONS(2676), + [anon_sym___thiscall] = ACTIONS(2676), + [anon_sym___vectorcall] = ACTIONS(2676), + [anon_sym_LBRACE] = ACTIONS(2678), + [anon_sym_RBRACE] = ACTIONS(2678), + [anon_sym_LBRACK] = ACTIONS(2676), + [anon_sym_static] = ACTIONS(2676), + [anon_sym_register] = ACTIONS(2676), + [anon_sym_inline] = ACTIONS(2676), + [anon_sym_thread_local] = ACTIONS(2676), + [anon_sym_const] = ACTIONS(2676), + [anon_sym_volatile] = ACTIONS(2676), + [anon_sym_restrict] = ACTIONS(2676), + [anon_sym__Atomic] = ACTIONS(2676), + [anon_sym_mutable] = ACTIONS(2676), + [anon_sym_constexpr] = ACTIONS(2676), + [anon_sym_constinit] = ACTIONS(2676), + [anon_sym_consteval] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2676), + [anon_sym_unsigned] = ACTIONS(2676), + [anon_sym_long] = ACTIONS(2676), + [anon_sym_short] = ACTIONS(2676), + [sym_primitive_type] = ACTIONS(2676), + [anon_sym_enum] = ACTIONS(2676), + [anon_sym_class] = ACTIONS(2676), + [anon_sym_struct] = ACTIONS(2676), + [anon_sym_union] = ACTIONS(2676), + [anon_sym_if] = ACTIONS(2676), + [anon_sym_switch] = ACTIONS(2676), + [anon_sym_case] = ACTIONS(2676), + [anon_sym_default] = ACTIONS(2676), + [anon_sym_while] = ACTIONS(2676), + [anon_sym_do] = ACTIONS(2676), + [anon_sym_for] = ACTIONS(2676), + [anon_sym_return] = ACTIONS(2676), + [anon_sym_break] = ACTIONS(2676), + [anon_sym_continue] = ACTIONS(2676), + [anon_sym_goto] = ACTIONS(2676), + [anon_sym_not] = ACTIONS(2676), + [anon_sym_compl] = ACTIONS(2676), + [anon_sym_DASH_DASH] = ACTIONS(2678), + [anon_sym_PLUS_PLUS] = ACTIONS(2678), + [anon_sym_sizeof] = ACTIONS(2676), + [sym_number_literal] = ACTIONS(2678), + [anon_sym_L_SQUOTE] = ACTIONS(2678), + [anon_sym_u_SQUOTE] = ACTIONS(2678), + [anon_sym_U_SQUOTE] = ACTIONS(2678), + [anon_sym_u8_SQUOTE] = ACTIONS(2678), + [anon_sym_SQUOTE] = ACTIONS(2678), + [anon_sym_L_DQUOTE] = ACTIONS(2678), + [anon_sym_u_DQUOTE] = ACTIONS(2678), + [anon_sym_U_DQUOTE] = ACTIONS(2678), + [anon_sym_u8_DQUOTE] = ACTIONS(2678), + [anon_sym_DQUOTE] = ACTIONS(2678), + [sym_true] = ACTIONS(2676), + [sym_false] = ACTIONS(2676), + [sym_null] = ACTIONS(2676), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2676), + [anon_sym_decltype] = ACTIONS(2676), + [anon_sym_virtual] = ACTIONS(2676), + [anon_sym_explicit] = ACTIONS(2676), + [anon_sym_typename] = ACTIONS(2676), + [anon_sym_template] = ACTIONS(2676), + [anon_sym_operator] = ACTIONS(2676), + [anon_sym_try] = ACTIONS(2676), + [anon_sym_delete] = ACTIONS(2676), + [anon_sym_throw] = ACTIONS(2676), + [anon_sym_namespace] = ACTIONS(2676), + [anon_sym_using] = ACTIONS(2676), + [anon_sym_static_assert] = ACTIONS(2676), + [anon_sym_concept] = ACTIONS(2676), + [anon_sym_co_return] = ACTIONS(2676), + [anon_sym_co_yield] = ACTIONS(2676), + [anon_sym_R_DQUOTE] = ACTIONS(2678), + [anon_sym_LR_DQUOTE] = ACTIONS(2678), + [anon_sym_uR_DQUOTE] = ACTIONS(2678), + [anon_sym_UR_DQUOTE] = ACTIONS(2678), + [anon_sym_u8R_DQUOTE] = ACTIONS(2678), + [anon_sym_co_await] = ACTIONS(2676), + [anon_sym_new] = ACTIONS(2676), + [anon_sym_requires] = ACTIONS(2676), + [sym_this] = ACTIONS(2676), + [sym_nullptr] = ACTIONS(2676), }, [992] = { - [ts_builtin_sym_end] = ACTIONS(2764), - [sym_identifier] = ACTIONS(2762), - [aux_sym_preproc_include_token1] = ACTIONS(2762), - [aux_sym_preproc_def_token1] = ACTIONS(2762), - [aux_sym_preproc_if_token1] = ACTIONS(2762), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2762), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2762), - [sym_preproc_directive] = ACTIONS(2762), - [anon_sym_LPAREN2] = ACTIONS(2764), - [anon_sym_BANG] = ACTIONS(2764), - [anon_sym_TILDE] = ACTIONS(2764), - [anon_sym_DASH] = ACTIONS(2762), - [anon_sym_PLUS] = ACTIONS(2762), - [anon_sym_STAR] = ACTIONS(2764), - [anon_sym_AMP_AMP] = ACTIONS(2764), - [anon_sym_AMP] = ACTIONS(2762), - [anon_sym_SEMI] = ACTIONS(2764), - [anon_sym_typedef] = ACTIONS(2762), - [anon_sym_extern] = ACTIONS(2762), - [anon_sym___attribute__] = ACTIONS(2762), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2764), - [anon_sym___declspec] = ACTIONS(2762), - [anon_sym___based] = ACTIONS(2762), - [anon_sym___cdecl] = ACTIONS(2762), - [anon_sym___clrcall] = ACTIONS(2762), - [anon_sym___stdcall] = ACTIONS(2762), - [anon_sym___fastcall] = ACTIONS(2762), - [anon_sym___thiscall] = ACTIONS(2762), - [anon_sym___vectorcall] = ACTIONS(2762), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2762), - [anon_sym_static] = ACTIONS(2762), - [anon_sym_register] = ACTIONS(2762), - [anon_sym_inline] = ACTIONS(2762), - [anon_sym_thread_local] = ACTIONS(2762), - [anon_sym_const] = ACTIONS(2762), - [anon_sym_volatile] = ACTIONS(2762), - [anon_sym_restrict] = ACTIONS(2762), - [anon_sym__Atomic] = ACTIONS(2762), - [anon_sym_mutable] = ACTIONS(2762), - [anon_sym_constexpr] = ACTIONS(2762), - [anon_sym_constinit] = ACTIONS(2762), - [anon_sym_consteval] = ACTIONS(2762), - [anon_sym_signed] = ACTIONS(2762), - [anon_sym_unsigned] = ACTIONS(2762), - [anon_sym_long] = ACTIONS(2762), - [anon_sym_short] = ACTIONS(2762), - [sym_primitive_type] = ACTIONS(2762), - [anon_sym_enum] = ACTIONS(2762), - [anon_sym_class] = ACTIONS(2762), - [anon_sym_struct] = ACTIONS(2762), - [anon_sym_union] = ACTIONS(2762), - [anon_sym_if] = ACTIONS(2762), - [anon_sym_switch] = ACTIONS(2762), - [anon_sym_case] = ACTIONS(2762), - [anon_sym_default] = ACTIONS(2762), - [anon_sym_while] = ACTIONS(2762), - [anon_sym_do] = ACTIONS(2762), - [anon_sym_for] = ACTIONS(2762), - [anon_sym_return] = ACTIONS(2762), - [anon_sym_break] = ACTIONS(2762), - [anon_sym_continue] = ACTIONS(2762), - [anon_sym_goto] = ACTIONS(2762), - [anon_sym_not] = ACTIONS(2762), - [anon_sym_compl] = ACTIONS(2762), - [anon_sym_DASH_DASH] = ACTIONS(2764), - [anon_sym_PLUS_PLUS] = ACTIONS(2764), - [anon_sym_sizeof] = ACTIONS(2762), - [sym_number_literal] = ACTIONS(2764), - [anon_sym_L_SQUOTE] = ACTIONS(2764), - [anon_sym_u_SQUOTE] = ACTIONS(2764), - [anon_sym_U_SQUOTE] = ACTIONS(2764), - [anon_sym_u8_SQUOTE] = ACTIONS(2764), - [anon_sym_SQUOTE] = ACTIONS(2764), - [anon_sym_L_DQUOTE] = ACTIONS(2764), - [anon_sym_u_DQUOTE] = ACTIONS(2764), - [anon_sym_U_DQUOTE] = ACTIONS(2764), - [anon_sym_u8_DQUOTE] = ACTIONS(2764), - [anon_sym_DQUOTE] = ACTIONS(2764), - [sym_true] = ACTIONS(2762), - [sym_false] = ACTIONS(2762), - [sym_null] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2762), - [anon_sym_decltype] = ACTIONS(2762), - [anon_sym_virtual] = ACTIONS(2762), - [anon_sym_explicit] = ACTIONS(2762), - [anon_sym_typename] = ACTIONS(2762), - [anon_sym_template] = ACTIONS(2762), - [anon_sym_operator] = ACTIONS(2762), - [anon_sym_try] = ACTIONS(2762), - [anon_sym_delete] = ACTIONS(2762), - [anon_sym_throw] = ACTIONS(2762), - [anon_sym_namespace] = ACTIONS(2762), - [anon_sym_using] = ACTIONS(2762), - [anon_sym_static_assert] = ACTIONS(2762), - [anon_sym_concept] = ACTIONS(2762), - [anon_sym_co_return] = ACTIONS(2762), - [anon_sym_co_yield] = ACTIONS(2762), - [anon_sym_R_DQUOTE] = ACTIONS(2764), - [anon_sym_LR_DQUOTE] = ACTIONS(2764), - [anon_sym_uR_DQUOTE] = ACTIONS(2764), - [anon_sym_UR_DQUOTE] = ACTIONS(2764), - [anon_sym_u8R_DQUOTE] = ACTIONS(2764), - [anon_sym_co_await] = ACTIONS(2762), - [anon_sym_new] = ACTIONS(2762), - [anon_sym_requires] = ACTIONS(2762), - [sym_this] = ACTIONS(2762), - [sym_nullptr] = ACTIONS(2762), + [ts_builtin_sym_end] = ACTIONS(2864), + [sym_identifier] = ACTIONS(2862), + [aux_sym_preproc_include_token1] = ACTIONS(2862), + [aux_sym_preproc_def_token1] = ACTIONS(2862), + [aux_sym_preproc_if_token1] = ACTIONS(2862), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2862), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2862), + [sym_preproc_directive] = ACTIONS(2862), + [anon_sym_LPAREN2] = ACTIONS(2864), + [anon_sym_BANG] = ACTIONS(2864), + [anon_sym_TILDE] = ACTIONS(2864), + [anon_sym_DASH] = ACTIONS(2862), + [anon_sym_PLUS] = ACTIONS(2862), + [anon_sym_STAR] = ACTIONS(2864), + [anon_sym_AMP_AMP] = ACTIONS(2864), + [anon_sym_AMP] = ACTIONS(2862), + [anon_sym_SEMI] = ACTIONS(2864), + [anon_sym_typedef] = ACTIONS(2862), + [anon_sym_extern] = ACTIONS(2862), + [anon_sym___attribute__] = ACTIONS(2862), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2864), + [anon_sym___declspec] = ACTIONS(2862), + [anon_sym___based] = ACTIONS(2862), + [anon_sym___cdecl] = ACTIONS(2862), + [anon_sym___clrcall] = ACTIONS(2862), + [anon_sym___stdcall] = ACTIONS(2862), + [anon_sym___fastcall] = ACTIONS(2862), + [anon_sym___thiscall] = ACTIONS(2862), + [anon_sym___vectorcall] = ACTIONS(2862), + [anon_sym_LBRACE] = ACTIONS(2864), + [anon_sym_LBRACK] = ACTIONS(2862), + [anon_sym_static] = ACTIONS(2862), + [anon_sym_register] = ACTIONS(2862), + [anon_sym_inline] = ACTIONS(2862), + [anon_sym_thread_local] = ACTIONS(2862), + [anon_sym_const] = ACTIONS(2862), + [anon_sym_volatile] = ACTIONS(2862), + [anon_sym_restrict] = ACTIONS(2862), + [anon_sym__Atomic] = ACTIONS(2862), + [anon_sym_mutable] = ACTIONS(2862), + [anon_sym_constexpr] = ACTIONS(2862), + [anon_sym_constinit] = ACTIONS(2862), + [anon_sym_consteval] = ACTIONS(2862), + [anon_sym_signed] = ACTIONS(2862), + [anon_sym_unsigned] = ACTIONS(2862), + [anon_sym_long] = ACTIONS(2862), + [anon_sym_short] = ACTIONS(2862), + [sym_primitive_type] = ACTIONS(2862), + [anon_sym_enum] = ACTIONS(2862), + [anon_sym_class] = ACTIONS(2862), + [anon_sym_struct] = ACTIONS(2862), + [anon_sym_union] = ACTIONS(2862), + [anon_sym_if] = ACTIONS(2862), + [anon_sym_switch] = ACTIONS(2862), + [anon_sym_case] = ACTIONS(2862), + [anon_sym_default] = ACTIONS(2862), + [anon_sym_while] = ACTIONS(2862), + [anon_sym_do] = ACTIONS(2862), + [anon_sym_for] = ACTIONS(2862), + [anon_sym_return] = ACTIONS(2862), + [anon_sym_break] = ACTIONS(2862), + [anon_sym_continue] = ACTIONS(2862), + [anon_sym_goto] = ACTIONS(2862), + [anon_sym_not] = ACTIONS(2862), + [anon_sym_compl] = ACTIONS(2862), + [anon_sym_DASH_DASH] = ACTIONS(2864), + [anon_sym_PLUS_PLUS] = ACTIONS(2864), + [anon_sym_sizeof] = ACTIONS(2862), + [sym_number_literal] = ACTIONS(2864), + [anon_sym_L_SQUOTE] = ACTIONS(2864), + [anon_sym_u_SQUOTE] = ACTIONS(2864), + [anon_sym_U_SQUOTE] = ACTIONS(2864), + [anon_sym_u8_SQUOTE] = ACTIONS(2864), + [anon_sym_SQUOTE] = ACTIONS(2864), + [anon_sym_L_DQUOTE] = ACTIONS(2864), + [anon_sym_u_DQUOTE] = ACTIONS(2864), + [anon_sym_U_DQUOTE] = ACTIONS(2864), + [anon_sym_u8_DQUOTE] = ACTIONS(2864), + [anon_sym_DQUOTE] = ACTIONS(2864), + [sym_true] = ACTIONS(2862), + [sym_false] = ACTIONS(2862), + [sym_null] = ACTIONS(2862), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2862), + [anon_sym_decltype] = ACTIONS(2862), + [anon_sym_virtual] = ACTIONS(2862), + [anon_sym_explicit] = ACTIONS(2862), + [anon_sym_typename] = ACTIONS(2862), + [anon_sym_template] = ACTIONS(2862), + [anon_sym_operator] = ACTIONS(2862), + [anon_sym_try] = ACTIONS(2862), + [anon_sym_delete] = ACTIONS(2862), + [anon_sym_throw] = ACTIONS(2862), + [anon_sym_namespace] = ACTIONS(2862), + [anon_sym_using] = ACTIONS(2862), + [anon_sym_static_assert] = ACTIONS(2862), + [anon_sym_concept] = ACTIONS(2862), + [anon_sym_co_return] = ACTIONS(2862), + [anon_sym_co_yield] = ACTIONS(2862), + [anon_sym_R_DQUOTE] = ACTIONS(2864), + [anon_sym_LR_DQUOTE] = ACTIONS(2864), + [anon_sym_uR_DQUOTE] = ACTIONS(2864), + [anon_sym_UR_DQUOTE] = ACTIONS(2864), + [anon_sym_u8R_DQUOTE] = ACTIONS(2864), + [anon_sym_co_await] = ACTIONS(2862), + [anon_sym_new] = ACTIONS(2862), + [anon_sym_requires] = ACTIONS(2862), + [sym_this] = ACTIONS(2862), + [sym_nullptr] = ACTIONS(2862), }, [993] = { - [sym_identifier] = ACTIONS(2790), - [aux_sym_preproc_include_token1] = ACTIONS(2790), - [aux_sym_preproc_def_token1] = ACTIONS(2790), - [aux_sym_preproc_if_token1] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2790), - [sym_preproc_directive] = ACTIONS(2790), - [anon_sym_LPAREN2] = ACTIONS(2792), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2790), - [anon_sym_PLUS] = ACTIONS(2790), - [anon_sym_STAR] = ACTIONS(2792), - [anon_sym_AMP_AMP] = ACTIONS(2792), - [anon_sym_AMP] = ACTIONS(2790), - [anon_sym_SEMI] = ACTIONS(2792), - [anon_sym_typedef] = ACTIONS(2790), - [anon_sym_extern] = ACTIONS(2790), - [anon_sym___attribute__] = ACTIONS(2790), - [anon_sym_COLON_COLON] = ACTIONS(2792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2792), - [anon_sym___declspec] = ACTIONS(2790), - [anon_sym___based] = ACTIONS(2790), - [anon_sym___cdecl] = ACTIONS(2790), - [anon_sym___clrcall] = ACTIONS(2790), - [anon_sym___stdcall] = ACTIONS(2790), - [anon_sym___fastcall] = ACTIONS(2790), - [anon_sym___thiscall] = ACTIONS(2790), - [anon_sym___vectorcall] = ACTIONS(2790), - [anon_sym_LBRACE] = ACTIONS(2792), - [anon_sym_RBRACE] = ACTIONS(2792), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_static] = ACTIONS(2790), - [anon_sym_register] = ACTIONS(2790), - [anon_sym_inline] = ACTIONS(2790), - [anon_sym_thread_local] = ACTIONS(2790), - [anon_sym_const] = ACTIONS(2790), - [anon_sym_volatile] = ACTIONS(2790), - [anon_sym_restrict] = ACTIONS(2790), - [anon_sym__Atomic] = ACTIONS(2790), - [anon_sym_mutable] = ACTIONS(2790), - [anon_sym_constexpr] = ACTIONS(2790), - [anon_sym_constinit] = ACTIONS(2790), - [anon_sym_consteval] = ACTIONS(2790), - [anon_sym_signed] = ACTIONS(2790), - [anon_sym_unsigned] = ACTIONS(2790), - [anon_sym_long] = ACTIONS(2790), - [anon_sym_short] = ACTIONS(2790), - [sym_primitive_type] = ACTIONS(2790), - [anon_sym_enum] = ACTIONS(2790), - [anon_sym_class] = ACTIONS(2790), - [anon_sym_struct] = ACTIONS(2790), - [anon_sym_union] = ACTIONS(2790), - [anon_sym_if] = ACTIONS(2790), - [anon_sym_switch] = ACTIONS(2790), - [anon_sym_case] = ACTIONS(2790), - [anon_sym_default] = ACTIONS(2790), - [anon_sym_while] = ACTIONS(2790), - [anon_sym_do] = ACTIONS(2790), - [anon_sym_for] = ACTIONS(2790), - [anon_sym_return] = ACTIONS(2790), - [anon_sym_break] = ACTIONS(2790), - [anon_sym_continue] = ACTIONS(2790), - [anon_sym_goto] = ACTIONS(2790), - [anon_sym_not] = ACTIONS(2790), - [anon_sym_compl] = ACTIONS(2790), - [anon_sym_DASH_DASH] = ACTIONS(2792), - [anon_sym_PLUS_PLUS] = ACTIONS(2792), - [anon_sym_sizeof] = ACTIONS(2790), - [sym_number_literal] = ACTIONS(2792), - [anon_sym_L_SQUOTE] = ACTIONS(2792), - [anon_sym_u_SQUOTE] = ACTIONS(2792), - [anon_sym_U_SQUOTE] = ACTIONS(2792), - [anon_sym_u8_SQUOTE] = ACTIONS(2792), - [anon_sym_SQUOTE] = ACTIONS(2792), - [anon_sym_L_DQUOTE] = ACTIONS(2792), - [anon_sym_u_DQUOTE] = ACTIONS(2792), - [anon_sym_U_DQUOTE] = ACTIONS(2792), - [anon_sym_u8_DQUOTE] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2792), - [sym_true] = ACTIONS(2790), - [sym_false] = ACTIONS(2790), - [sym_null] = ACTIONS(2790), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2790), - [anon_sym_decltype] = ACTIONS(2790), - [anon_sym_virtual] = ACTIONS(2790), - [anon_sym_explicit] = ACTIONS(2790), - [anon_sym_typename] = ACTIONS(2790), - [anon_sym_template] = ACTIONS(2790), - [anon_sym_operator] = ACTIONS(2790), - [anon_sym_try] = ACTIONS(2790), - [anon_sym_delete] = ACTIONS(2790), - [anon_sym_throw] = ACTIONS(2790), - [anon_sym_namespace] = ACTIONS(2790), - [anon_sym_using] = ACTIONS(2790), - [anon_sym_static_assert] = ACTIONS(2790), - [anon_sym_concept] = ACTIONS(2790), - [anon_sym_co_return] = ACTIONS(2790), - [anon_sym_co_yield] = ACTIONS(2790), - [anon_sym_R_DQUOTE] = ACTIONS(2792), - [anon_sym_LR_DQUOTE] = ACTIONS(2792), - [anon_sym_uR_DQUOTE] = ACTIONS(2792), - [anon_sym_UR_DQUOTE] = ACTIONS(2792), - [anon_sym_u8R_DQUOTE] = ACTIONS(2792), - [anon_sym_co_await] = ACTIONS(2790), - [anon_sym_new] = ACTIONS(2790), - [anon_sym_requires] = ACTIONS(2790), - [sym_this] = ACTIONS(2790), - [sym_nullptr] = ACTIONS(2790), + [sym_identifier] = ACTIONS(2672), + [aux_sym_preproc_include_token1] = ACTIONS(2672), + [aux_sym_preproc_def_token1] = ACTIONS(2672), + [aux_sym_preproc_if_token1] = ACTIONS(2672), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2672), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2672), + [sym_preproc_directive] = ACTIONS(2672), + [anon_sym_LPAREN2] = ACTIONS(2674), + [anon_sym_BANG] = ACTIONS(2674), + [anon_sym_TILDE] = ACTIONS(2674), + [anon_sym_DASH] = ACTIONS(2672), + [anon_sym_PLUS] = ACTIONS(2672), + [anon_sym_STAR] = ACTIONS(2674), + [anon_sym_AMP_AMP] = ACTIONS(2674), + [anon_sym_AMP] = ACTIONS(2672), + [anon_sym_SEMI] = ACTIONS(2674), + [anon_sym_typedef] = ACTIONS(2672), + [anon_sym_extern] = ACTIONS(2672), + [anon_sym___attribute__] = ACTIONS(2672), + [anon_sym_COLON_COLON] = ACTIONS(2674), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2674), + [anon_sym___declspec] = ACTIONS(2672), + [anon_sym___based] = ACTIONS(2672), + [anon_sym___cdecl] = ACTIONS(2672), + [anon_sym___clrcall] = ACTIONS(2672), + [anon_sym___stdcall] = ACTIONS(2672), + [anon_sym___fastcall] = ACTIONS(2672), + [anon_sym___thiscall] = ACTIONS(2672), + [anon_sym___vectorcall] = ACTIONS(2672), + [anon_sym_LBRACE] = ACTIONS(2674), + [anon_sym_RBRACE] = ACTIONS(2674), + [anon_sym_LBRACK] = ACTIONS(2672), + [anon_sym_static] = ACTIONS(2672), + [anon_sym_register] = ACTIONS(2672), + [anon_sym_inline] = ACTIONS(2672), + [anon_sym_thread_local] = ACTIONS(2672), + [anon_sym_const] = ACTIONS(2672), + [anon_sym_volatile] = ACTIONS(2672), + [anon_sym_restrict] = ACTIONS(2672), + [anon_sym__Atomic] = ACTIONS(2672), + [anon_sym_mutable] = ACTIONS(2672), + [anon_sym_constexpr] = ACTIONS(2672), + [anon_sym_constinit] = ACTIONS(2672), + [anon_sym_consteval] = ACTIONS(2672), + [anon_sym_signed] = ACTIONS(2672), + [anon_sym_unsigned] = ACTIONS(2672), + [anon_sym_long] = ACTIONS(2672), + [anon_sym_short] = ACTIONS(2672), + [sym_primitive_type] = ACTIONS(2672), + [anon_sym_enum] = ACTIONS(2672), + [anon_sym_class] = ACTIONS(2672), + [anon_sym_struct] = ACTIONS(2672), + [anon_sym_union] = ACTIONS(2672), + [anon_sym_if] = ACTIONS(2672), + [anon_sym_switch] = ACTIONS(2672), + [anon_sym_case] = ACTIONS(2672), + [anon_sym_default] = ACTIONS(2672), + [anon_sym_while] = ACTIONS(2672), + [anon_sym_do] = ACTIONS(2672), + [anon_sym_for] = ACTIONS(2672), + [anon_sym_return] = ACTIONS(2672), + [anon_sym_break] = ACTIONS(2672), + [anon_sym_continue] = ACTIONS(2672), + [anon_sym_goto] = ACTIONS(2672), + [anon_sym_not] = ACTIONS(2672), + [anon_sym_compl] = ACTIONS(2672), + [anon_sym_DASH_DASH] = ACTIONS(2674), + [anon_sym_PLUS_PLUS] = ACTIONS(2674), + [anon_sym_sizeof] = ACTIONS(2672), + [sym_number_literal] = ACTIONS(2674), + [anon_sym_L_SQUOTE] = ACTIONS(2674), + [anon_sym_u_SQUOTE] = ACTIONS(2674), + [anon_sym_U_SQUOTE] = ACTIONS(2674), + [anon_sym_u8_SQUOTE] = ACTIONS(2674), + [anon_sym_SQUOTE] = ACTIONS(2674), + [anon_sym_L_DQUOTE] = ACTIONS(2674), + [anon_sym_u_DQUOTE] = ACTIONS(2674), + [anon_sym_U_DQUOTE] = ACTIONS(2674), + [anon_sym_u8_DQUOTE] = ACTIONS(2674), + [anon_sym_DQUOTE] = ACTIONS(2674), + [sym_true] = ACTIONS(2672), + [sym_false] = ACTIONS(2672), + [sym_null] = ACTIONS(2672), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2672), + [anon_sym_decltype] = ACTIONS(2672), + [anon_sym_virtual] = ACTIONS(2672), + [anon_sym_explicit] = ACTIONS(2672), + [anon_sym_typename] = ACTIONS(2672), + [anon_sym_template] = ACTIONS(2672), + [anon_sym_operator] = ACTIONS(2672), + [anon_sym_try] = ACTIONS(2672), + [anon_sym_delete] = ACTIONS(2672), + [anon_sym_throw] = ACTIONS(2672), + [anon_sym_namespace] = ACTIONS(2672), + [anon_sym_using] = ACTIONS(2672), + [anon_sym_static_assert] = ACTIONS(2672), + [anon_sym_concept] = ACTIONS(2672), + [anon_sym_co_return] = ACTIONS(2672), + [anon_sym_co_yield] = ACTIONS(2672), + [anon_sym_R_DQUOTE] = ACTIONS(2674), + [anon_sym_LR_DQUOTE] = ACTIONS(2674), + [anon_sym_uR_DQUOTE] = ACTIONS(2674), + [anon_sym_UR_DQUOTE] = ACTIONS(2674), + [anon_sym_u8R_DQUOTE] = ACTIONS(2674), + [anon_sym_co_await] = ACTIONS(2672), + [anon_sym_new] = ACTIONS(2672), + [anon_sym_requires] = ACTIONS(2672), + [sym_this] = ACTIONS(2672), + [sym_nullptr] = ACTIONS(2672), }, [994] = { - [sym_identifier] = ACTIONS(2790), - [aux_sym_preproc_include_token1] = ACTIONS(2790), - [aux_sym_preproc_def_token1] = ACTIONS(2790), - [aux_sym_preproc_if_token1] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2790), - [sym_preproc_directive] = ACTIONS(2790), - [anon_sym_LPAREN2] = ACTIONS(2792), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2790), - [anon_sym_PLUS] = ACTIONS(2790), - [anon_sym_STAR] = ACTIONS(2792), - [anon_sym_AMP_AMP] = ACTIONS(2792), - [anon_sym_AMP] = ACTIONS(2790), - [anon_sym_SEMI] = ACTIONS(2792), - [anon_sym_typedef] = ACTIONS(2790), - [anon_sym_extern] = ACTIONS(2790), - [anon_sym___attribute__] = ACTIONS(2790), - [anon_sym_COLON_COLON] = ACTIONS(2792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2792), - [anon_sym___declspec] = ACTIONS(2790), - [anon_sym___based] = ACTIONS(2790), - [anon_sym___cdecl] = ACTIONS(2790), - [anon_sym___clrcall] = ACTIONS(2790), - [anon_sym___stdcall] = ACTIONS(2790), - [anon_sym___fastcall] = ACTIONS(2790), - [anon_sym___thiscall] = ACTIONS(2790), - [anon_sym___vectorcall] = ACTIONS(2790), - [anon_sym_LBRACE] = ACTIONS(2792), - [anon_sym_RBRACE] = ACTIONS(2792), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_static] = ACTIONS(2790), - [anon_sym_register] = ACTIONS(2790), - [anon_sym_inline] = ACTIONS(2790), - [anon_sym_thread_local] = ACTIONS(2790), - [anon_sym_const] = ACTIONS(2790), - [anon_sym_volatile] = ACTIONS(2790), - [anon_sym_restrict] = ACTIONS(2790), - [anon_sym__Atomic] = ACTIONS(2790), - [anon_sym_mutable] = ACTIONS(2790), - [anon_sym_constexpr] = ACTIONS(2790), - [anon_sym_constinit] = ACTIONS(2790), - [anon_sym_consteval] = ACTIONS(2790), - [anon_sym_signed] = ACTIONS(2790), - [anon_sym_unsigned] = ACTIONS(2790), - [anon_sym_long] = ACTIONS(2790), - [anon_sym_short] = ACTIONS(2790), - [sym_primitive_type] = ACTIONS(2790), - [anon_sym_enum] = ACTIONS(2790), - [anon_sym_class] = ACTIONS(2790), - [anon_sym_struct] = ACTIONS(2790), - [anon_sym_union] = ACTIONS(2790), - [anon_sym_if] = ACTIONS(2790), - [anon_sym_switch] = ACTIONS(2790), - [anon_sym_case] = ACTIONS(2790), - [anon_sym_default] = ACTIONS(2790), - [anon_sym_while] = ACTIONS(2790), - [anon_sym_do] = ACTIONS(2790), - [anon_sym_for] = ACTIONS(2790), - [anon_sym_return] = ACTIONS(2790), - [anon_sym_break] = ACTIONS(2790), - [anon_sym_continue] = ACTIONS(2790), - [anon_sym_goto] = ACTIONS(2790), - [anon_sym_not] = ACTIONS(2790), - [anon_sym_compl] = ACTIONS(2790), - [anon_sym_DASH_DASH] = ACTIONS(2792), - [anon_sym_PLUS_PLUS] = ACTIONS(2792), - [anon_sym_sizeof] = ACTIONS(2790), - [sym_number_literal] = ACTIONS(2792), - [anon_sym_L_SQUOTE] = ACTIONS(2792), - [anon_sym_u_SQUOTE] = ACTIONS(2792), - [anon_sym_U_SQUOTE] = ACTIONS(2792), - [anon_sym_u8_SQUOTE] = ACTIONS(2792), - [anon_sym_SQUOTE] = ACTIONS(2792), - [anon_sym_L_DQUOTE] = ACTIONS(2792), - [anon_sym_u_DQUOTE] = ACTIONS(2792), - [anon_sym_U_DQUOTE] = ACTIONS(2792), - [anon_sym_u8_DQUOTE] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2792), - [sym_true] = ACTIONS(2790), - [sym_false] = ACTIONS(2790), - [sym_null] = ACTIONS(2790), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2790), - [anon_sym_decltype] = ACTIONS(2790), - [anon_sym_virtual] = ACTIONS(2790), - [anon_sym_explicit] = ACTIONS(2790), - [anon_sym_typename] = ACTIONS(2790), - [anon_sym_template] = ACTIONS(2790), - [anon_sym_operator] = ACTIONS(2790), - [anon_sym_try] = ACTIONS(2790), - [anon_sym_delete] = ACTIONS(2790), - [anon_sym_throw] = ACTIONS(2790), - [anon_sym_namespace] = ACTIONS(2790), - [anon_sym_using] = ACTIONS(2790), - [anon_sym_static_assert] = ACTIONS(2790), - [anon_sym_concept] = ACTIONS(2790), - [anon_sym_co_return] = ACTIONS(2790), - [anon_sym_co_yield] = ACTIONS(2790), - [anon_sym_R_DQUOTE] = ACTIONS(2792), - [anon_sym_LR_DQUOTE] = ACTIONS(2792), - [anon_sym_uR_DQUOTE] = ACTIONS(2792), - [anon_sym_UR_DQUOTE] = ACTIONS(2792), - [anon_sym_u8R_DQUOTE] = ACTIONS(2792), - [anon_sym_co_await] = ACTIONS(2790), - [anon_sym_new] = ACTIONS(2790), - [anon_sym_requires] = ACTIONS(2790), - [sym_this] = ACTIONS(2790), - [sym_nullptr] = ACTIONS(2790), + [sym_identifier] = ACTIONS(2764), + [aux_sym_preproc_include_token1] = ACTIONS(2764), + [aux_sym_preproc_def_token1] = ACTIONS(2764), + [aux_sym_preproc_if_token1] = ACTIONS(2764), + [aux_sym_preproc_if_token2] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2764), + [sym_preproc_directive] = ACTIONS(2764), + [anon_sym_LPAREN2] = ACTIONS(2766), + [anon_sym_BANG] = ACTIONS(2766), + [anon_sym_TILDE] = ACTIONS(2766), + [anon_sym_DASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2764), + [anon_sym_STAR] = ACTIONS(2766), + [anon_sym_AMP_AMP] = ACTIONS(2766), + [anon_sym_AMP] = ACTIONS(2764), + [anon_sym_SEMI] = ACTIONS(2766), + [anon_sym_typedef] = ACTIONS(2764), + [anon_sym_extern] = ACTIONS(2764), + [anon_sym___attribute__] = ACTIONS(2764), + [anon_sym_COLON_COLON] = ACTIONS(2766), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2766), + [anon_sym___declspec] = ACTIONS(2764), + [anon_sym___based] = ACTIONS(2764), + [anon_sym___cdecl] = ACTIONS(2764), + [anon_sym___clrcall] = ACTIONS(2764), + [anon_sym___stdcall] = ACTIONS(2764), + [anon_sym___fastcall] = ACTIONS(2764), + [anon_sym___thiscall] = ACTIONS(2764), + [anon_sym___vectorcall] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2766), + [anon_sym_LBRACK] = ACTIONS(2764), + [anon_sym_static] = ACTIONS(2764), + [anon_sym_register] = ACTIONS(2764), + [anon_sym_inline] = ACTIONS(2764), + [anon_sym_thread_local] = ACTIONS(2764), + [anon_sym_const] = ACTIONS(2764), + [anon_sym_volatile] = ACTIONS(2764), + [anon_sym_restrict] = ACTIONS(2764), + [anon_sym__Atomic] = ACTIONS(2764), + [anon_sym_mutable] = ACTIONS(2764), + [anon_sym_constexpr] = ACTIONS(2764), + [anon_sym_constinit] = ACTIONS(2764), + [anon_sym_consteval] = ACTIONS(2764), + [anon_sym_signed] = ACTIONS(2764), + [anon_sym_unsigned] = ACTIONS(2764), + [anon_sym_long] = ACTIONS(2764), + [anon_sym_short] = ACTIONS(2764), + [sym_primitive_type] = ACTIONS(2764), + [anon_sym_enum] = ACTIONS(2764), + [anon_sym_class] = ACTIONS(2764), + [anon_sym_struct] = ACTIONS(2764), + [anon_sym_union] = ACTIONS(2764), + [anon_sym_if] = ACTIONS(2764), + [anon_sym_switch] = ACTIONS(2764), + [anon_sym_case] = ACTIONS(2764), + [anon_sym_default] = ACTIONS(2764), + [anon_sym_while] = ACTIONS(2764), + [anon_sym_do] = ACTIONS(2764), + [anon_sym_for] = ACTIONS(2764), + [anon_sym_return] = ACTIONS(2764), + [anon_sym_break] = ACTIONS(2764), + [anon_sym_continue] = ACTIONS(2764), + [anon_sym_goto] = ACTIONS(2764), + [anon_sym_not] = ACTIONS(2764), + [anon_sym_compl] = ACTIONS(2764), + [anon_sym_DASH_DASH] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_sizeof] = ACTIONS(2764), + [sym_number_literal] = ACTIONS(2766), + [anon_sym_L_SQUOTE] = ACTIONS(2766), + [anon_sym_u_SQUOTE] = ACTIONS(2766), + [anon_sym_U_SQUOTE] = ACTIONS(2766), + [anon_sym_u8_SQUOTE] = ACTIONS(2766), + [anon_sym_SQUOTE] = ACTIONS(2766), + [anon_sym_L_DQUOTE] = ACTIONS(2766), + [anon_sym_u_DQUOTE] = ACTIONS(2766), + [anon_sym_U_DQUOTE] = ACTIONS(2766), + [anon_sym_u8_DQUOTE] = ACTIONS(2766), + [anon_sym_DQUOTE] = ACTIONS(2766), + [sym_true] = ACTIONS(2764), + [sym_false] = ACTIONS(2764), + [sym_null] = ACTIONS(2764), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2764), + [anon_sym_decltype] = ACTIONS(2764), + [anon_sym_virtual] = ACTIONS(2764), + [anon_sym_explicit] = ACTIONS(2764), + [anon_sym_typename] = ACTIONS(2764), + [anon_sym_template] = ACTIONS(2764), + [anon_sym_operator] = ACTIONS(2764), + [anon_sym_try] = ACTIONS(2764), + [anon_sym_delete] = ACTIONS(2764), + [anon_sym_throw] = ACTIONS(2764), + [anon_sym_namespace] = ACTIONS(2764), + [anon_sym_using] = ACTIONS(2764), + [anon_sym_static_assert] = ACTIONS(2764), + [anon_sym_concept] = ACTIONS(2764), + [anon_sym_co_return] = ACTIONS(2764), + [anon_sym_co_yield] = ACTIONS(2764), + [anon_sym_R_DQUOTE] = ACTIONS(2766), + [anon_sym_LR_DQUOTE] = ACTIONS(2766), + [anon_sym_uR_DQUOTE] = ACTIONS(2766), + [anon_sym_UR_DQUOTE] = ACTIONS(2766), + [anon_sym_u8R_DQUOTE] = ACTIONS(2766), + [anon_sym_co_await] = ACTIONS(2764), + [anon_sym_new] = ACTIONS(2764), + [anon_sym_requires] = ACTIONS(2764), + [sym_this] = ACTIONS(2764), + [sym_nullptr] = ACTIONS(2764), }, [995] = { - [sym_identifier] = ACTIONS(2786), - [aux_sym_preproc_include_token1] = ACTIONS(2786), - [aux_sym_preproc_def_token1] = ACTIONS(2786), - [aux_sym_preproc_if_token1] = ACTIONS(2786), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2786), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2786), - [sym_preproc_directive] = ACTIONS(2786), - [anon_sym_LPAREN2] = ACTIONS(2788), - [anon_sym_BANG] = ACTIONS(2788), - [anon_sym_TILDE] = ACTIONS(2788), - [anon_sym_DASH] = ACTIONS(2786), - [anon_sym_PLUS] = ACTIONS(2786), - [anon_sym_STAR] = ACTIONS(2788), - [anon_sym_AMP_AMP] = ACTIONS(2788), - [anon_sym_AMP] = ACTIONS(2786), - [anon_sym_SEMI] = ACTIONS(2788), - [anon_sym_typedef] = ACTIONS(2786), - [anon_sym_extern] = ACTIONS(2786), - [anon_sym___attribute__] = ACTIONS(2786), - [anon_sym_COLON_COLON] = ACTIONS(2788), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2788), - [anon_sym___declspec] = ACTIONS(2786), - [anon_sym___based] = ACTIONS(2786), - [anon_sym___cdecl] = ACTIONS(2786), - [anon_sym___clrcall] = ACTIONS(2786), - [anon_sym___stdcall] = ACTIONS(2786), - [anon_sym___fastcall] = ACTIONS(2786), - [anon_sym___thiscall] = ACTIONS(2786), - [anon_sym___vectorcall] = ACTIONS(2786), - [anon_sym_LBRACE] = ACTIONS(2788), - [anon_sym_RBRACE] = ACTIONS(2788), - [anon_sym_LBRACK] = ACTIONS(2786), - [anon_sym_static] = ACTIONS(2786), - [anon_sym_register] = ACTIONS(2786), - [anon_sym_inline] = ACTIONS(2786), - [anon_sym_thread_local] = ACTIONS(2786), - [anon_sym_const] = ACTIONS(2786), - [anon_sym_volatile] = ACTIONS(2786), - [anon_sym_restrict] = ACTIONS(2786), - [anon_sym__Atomic] = ACTIONS(2786), - [anon_sym_mutable] = ACTIONS(2786), - [anon_sym_constexpr] = ACTIONS(2786), - [anon_sym_constinit] = ACTIONS(2786), - [anon_sym_consteval] = ACTIONS(2786), - [anon_sym_signed] = ACTIONS(2786), - [anon_sym_unsigned] = ACTIONS(2786), - [anon_sym_long] = ACTIONS(2786), - [anon_sym_short] = ACTIONS(2786), - [sym_primitive_type] = ACTIONS(2786), - [anon_sym_enum] = ACTIONS(2786), - [anon_sym_class] = ACTIONS(2786), - [anon_sym_struct] = ACTIONS(2786), - [anon_sym_union] = ACTIONS(2786), - [anon_sym_if] = ACTIONS(2786), - [anon_sym_switch] = ACTIONS(2786), - [anon_sym_case] = ACTIONS(2786), - [anon_sym_default] = ACTIONS(2786), - [anon_sym_while] = ACTIONS(2786), - [anon_sym_do] = ACTIONS(2786), - [anon_sym_for] = ACTIONS(2786), - [anon_sym_return] = ACTIONS(2786), - [anon_sym_break] = ACTIONS(2786), - [anon_sym_continue] = ACTIONS(2786), - [anon_sym_goto] = ACTIONS(2786), - [anon_sym_not] = ACTIONS(2786), - [anon_sym_compl] = ACTIONS(2786), - [anon_sym_DASH_DASH] = ACTIONS(2788), - [anon_sym_PLUS_PLUS] = ACTIONS(2788), - [anon_sym_sizeof] = ACTIONS(2786), - [sym_number_literal] = ACTIONS(2788), - [anon_sym_L_SQUOTE] = ACTIONS(2788), - [anon_sym_u_SQUOTE] = ACTIONS(2788), - [anon_sym_U_SQUOTE] = ACTIONS(2788), - [anon_sym_u8_SQUOTE] = ACTIONS(2788), - [anon_sym_SQUOTE] = ACTIONS(2788), - [anon_sym_L_DQUOTE] = ACTIONS(2788), - [anon_sym_u_DQUOTE] = ACTIONS(2788), - [anon_sym_U_DQUOTE] = ACTIONS(2788), - [anon_sym_u8_DQUOTE] = ACTIONS(2788), - [anon_sym_DQUOTE] = ACTIONS(2788), - [sym_true] = ACTIONS(2786), - [sym_false] = ACTIONS(2786), - [sym_null] = ACTIONS(2786), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2786), - [anon_sym_decltype] = ACTIONS(2786), - [anon_sym_virtual] = ACTIONS(2786), - [anon_sym_explicit] = ACTIONS(2786), - [anon_sym_typename] = ACTIONS(2786), - [anon_sym_template] = ACTIONS(2786), - [anon_sym_operator] = ACTIONS(2786), - [anon_sym_try] = ACTIONS(2786), - [anon_sym_delete] = ACTIONS(2786), - [anon_sym_throw] = ACTIONS(2786), - [anon_sym_namespace] = ACTIONS(2786), - [anon_sym_using] = ACTIONS(2786), - [anon_sym_static_assert] = ACTIONS(2786), - [anon_sym_concept] = ACTIONS(2786), - [anon_sym_co_return] = ACTIONS(2786), - [anon_sym_co_yield] = ACTIONS(2786), - [anon_sym_R_DQUOTE] = ACTIONS(2788), - [anon_sym_LR_DQUOTE] = ACTIONS(2788), - [anon_sym_uR_DQUOTE] = ACTIONS(2788), - [anon_sym_UR_DQUOTE] = ACTIONS(2788), - [anon_sym_u8R_DQUOTE] = ACTIONS(2788), - [anon_sym_co_await] = ACTIONS(2786), - [anon_sym_new] = ACTIONS(2786), - [anon_sym_requires] = ACTIONS(2786), - [sym_this] = ACTIONS(2786), - [sym_nullptr] = ACTIONS(2786), + [sym_identifier] = ACTIONS(2756), + [aux_sym_preproc_include_token1] = ACTIONS(2756), + [aux_sym_preproc_def_token1] = ACTIONS(2756), + [aux_sym_preproc_if_token1] = ACTIONS(2756), + [aux_sym_preproc_if_token2] = ACTIONS(2756), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2756), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2756), + [sym_preproc_directive] = ACTIONS(2756), + [anon_sym_LPAREN2] = ACTIONS(2758), + [anon_sym_BANG] = ACTIONS(2758), + [anon_sym_TILDE] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2756), + [anon_sym_PLUS] = ACTIONS(2756), + [anon_sym_STAR] = ACTIONS(2758), + [anon_sym_AMP_AMP] = ACTIONS(2758), + [anon_sym_AMP] = ACTIONS(2756), + [anon_sym_SEMI] = ACTIONS(2758), + [anon_sym_typedef] = ACTIONS(2756), + [anon_sym_extern] = ACTIONS(2756), + [anon_sym___attribute__] = ACTIONS(2756), + [anon_sym_COLON_COLON] = ACTIONS(2758), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2758), + [anon_sym___declspec] = ACTIONS(2756), + [anon_sym___based] = ACTIONS(2756), + [anon_sym___cdecl] = ACTIONS(2756), + [anon_sym___clrcall] = ACTIONS(2756), + [anon_sym___stdcall] = ACTIONS(2756), + [anon_sym___fastcall] = ACTIONS(2756), + [anon_sym___thiscall] = ACTIONS(2756), + [anon_sym___vectorcall] = ACTIONS(2756), + [anon_sym_LBRACE] = ACTIONS(2758), + [anon_sym_LBRACK] = ACTIONS(2756), + [anon_sym_static] = ACTIONS(2756), + [anon_sym_register] = ACTIONS(2756), + [anon_sym_inline] = ACTIONS(2756), + [anon_sym_thread_local] = ACTIONS(2756), + [anon_sym_const] = ACTIONS(2756), + [anon_sym_volatile] = ACTIONS(2756), + [anon_sym_restrict] = ACTIONS(2756), + [anon_sym__Atomic] = ACTIONS(2756), + [anon_sym_mutable] = ACTIONS(2756), + [anon_sym_constexpr] = ACTIONS(2756), + [anon_sym_constinit] = ACTIONS(2756), + [anon_sym_consteval] = ACTIONS(2756), + [anon_sym_signed] = ACTIONS(2756), + [anon_sym_unsigned] = ACTIONS(2756), + [anon_sym_long] = ACTIONS(2756), + [anon_sym_short] = ACTIONS(2756), + [sym_primitive_type] = ACTIONS(2756), + [anon_sym_enum] = ACTIONS(2756), + [anon_sym_class] = ACTIONS(2756), + [anon_sym_struct] = ACTIONS(2756), + [anon_sym_union] = ACTIONS(2756), + [anon_sym_if] = ACTIONS(2756), + [anon_sym_switch] = ACTIONS(2756), + [anon_sym_case] = ACTIONS(2756), + [anon_sym_default] = ACTIONS(2756), + [anon_sym_while] = ACTIONS(2756), + [anon_sym_do] = ACTIONS(2756), + [anon_sym_for] = ACTIONS(2756), + [anon_sym_return] = ACTIONS(2756), + [anon_sym_break] = ACTIONS(2756), + [anon_sym_continue] = ACTIONS(2756), + [anon_sym_goto] = ACTIONS(2756), + [anon_sym_not] = ACTIONS(2756), + [anon_sym_compl] = ACTIONS(2756), + [anon_sym_DASH_DASH] = ACTIONS(2758), + [anon_sym_PLUS_PLUS] = ACTIONS(2758), + [anon_sym_sizeof] = ACTIONS(2756), + [sym_number_literal] = ACTIONS(2758), + [anon_sym_L_SQUOTE] = ACTIONS(2758), + [anon_sym_u_SQUOTE] = ACTIONS(2758), + [anon_sym_U_SQUOTE] = ACTIONS(2758), + [anon_sym_u8_SQUOTE] = ACTIONS(2758), + [anon_sym_SQUOTE] = ACTIONS(2758), + [anon_sym_L_DQUOTE] = ACTIONS(2758), + [anon_sym_u_DQUOTE] = ACTIONS(2758), + [anon_sym_U_DQUOTE] = ACTIONS(2758), + [anon_sym_u8_DQUOTE] = ACTIONS(2758), + [anon_sym_DQUOTE] = ACTIONS(2758), + [sym_true] = ACTIONS(2756), + [sym_false] = ACTIONS(2756), + [sym_null] = ACTIONS(2756), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2756), + [anon_sym_decltype] = ACTIONS(2756), + [anon_sym_virtual] = ACTIONS(2756), + [anon_sym_explicit] = ACTIONS(2756), + [anon_sym_typename] = ACTIONS(2756), + [anon_sym_template] = ACTIONS(2756), + [anon_sym_operator] = ACTIONS(2756), + [anon_sym_try] = ACTIONS(2756), + [anon_sym_delete] = ACTIONS(2756), + [anon_sym_throw] = ACTIONS(2756), + [anon_sym_namespace] = ACTIONS(2756), + [anon_sym_using] = ACTIONS(2756), + [anon_sym_static_assert] = ACTIONS(2756), + [anon_sym_concept] = ACTIONS(2756), + [anon_sym_co_return] = ACTIONS(2756), + [anon_sym_co_yield] = ACTIONS(2756), + [anon_sym_R_DQUOTE] = ACTIONS(2758), + [anon_sym_LR_DQUOTE] = ACTIONS(2758), + [anon_sym_uR_DQUOTE] = ACTIONS(2758), + [anon_sym_UR_DQUOTE] = ACTIONS(2758), + [anon_sym_u8R_DQUOTE] = ACTIONS(2758), + [anon_sym_co_await] = ACTIONS(2756), + [anon_sym_new] = ACTIONS(2756), + [anon_sym_requires] = ACTIONS(2756), + [sym_this] = ACTIONS(2756), + [sym_nullptr] = ACTIONS(2756), }, [996] = { - [ts_builtin_sym_end] = ACTIONS(2672), - [sym_identifier] = ACTIONS(2670), - [aux_sym_preproc_include_token1] = ACTIONS(2670), - [aux_sym_preproc_def_token1] = ACTIONS(2670), - [aux_sym_preproc_if_token1] = ACTIONS(2670), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2670), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2670), - [sym_preproc_directive] = ACTIONS(2670), - [anon_sym_LPAREN2] = ACTIONS(2672), - [anon_sym_BANG] = ACTIONS(2672), - [anon_sym_TILDE] = ACTIONS(2672), - [anon_sym_DASH] = ACTIONS(2670), - [anon_sym_PLUS] = ACTIONS(2670), - [anon_sym_STAR] = ACTIONS(2672), - [anon_sym_AMP_AMP] = ACTIONS(2672), - [anon_sym_AMP] = ACTIONS(2670), - [anon_sym_SEMI] = ACTIONS(2672), - [anon_sym_typedef] = ACTIONS(2670), - [anon_sym_extern] = ACTIONS(2670), - [anon_sym___attribute__] = ACTIONS(2670), - [anon_sym_COLON_COLON] = ACTIONS(2672), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2672), - [anon_sym___declspec] = ACTIONS(2670), - [anon_sym___based] = ACTIONS(2670), - [anon_sym___cdecl] = ACTIONS(2670), - [anon_sym___clrcall] = ACTIONS(2670), - [anon_sym___stdcall] = ACTIONS(2670), - [anon_sym___fastcall] = ACTIONS(2670), - [anon_sym___thiscall] = ACTIONS(2670), - [anon_sym___vectorcall] = ACTIONS(2670), - [anon_sym_LBRACE] = ACTIONS(2672), - [anon_sym_LBRACK] = ACTIONS(2670), - [anon_sym_static] = ACTIONS(2670), - [anon_sym_register] = ACTIONS(2670), - [anon_sym_inline] = ACTIONS(2670), - [anon_sym_thread_local] = ACTIONS(2670), - [anon_sym_const] = ACTIONS(2670), - [anon_sym_volatile] = ACTIONS(2670), - [anon_sym_restrict] = ACTIONS(2670), - [anon_sym__Atomic] = ACTIONS(2670), - [anon_sym_mutable] = ACTIONS(2670), - [anon_sym_constexpr] = ACTIONS(2670), - [anon_sym_constinit] = ACTIONS(2670), - [anon_sym_consteval] = ACTIONS(2670), - [anon_sym_signed] = ACTIONS(2670), - [anon_sym_unsigned] = ACTIONS(2670), - [anon_sym_long] = ACTIONS(2670), - [anon_sym_short] = ACTIONS(2670), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_enum] = ACTIONS(2670), - [anon_sym_class] = ACTIONS(2670), - [anon_sym_struct] = ACTIONS(2670), - [anon_sym_union] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2670), - [anon_sym_switch] = ACTIONS(2670), - [anon_sym_case] = ACTIONS(2670), - [anon_sym_default] = ACTIONS(2670), - [anon_sym_while] = ACTIONS(2670), - [anon_sym_do] = ACTIONS(2670), - [anon_sym_for] = ACTIONS(2670), - [anon_sym_return] = ACTIONS(2670), - [anon_sym_break] = ACTIONS(2670), - [anon_sym_continue] = ACTIONS(2670), - [anon_sym_goto] = ACTIONS(2670), - [anon_sym_not] = ACTIONS(2670), - [anon_sym_compl] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2672), - [anon_sym_PLUS_PLUS] = ACTIONS(2672), - [anon_sym_sizeof] = ACTIONS(2670), - [sym_number_literal] = ACTIONS(2672), - [anon_sym_L_SQUOTE] = ACTIONS(2672), - [anon_sym_u_SQUOTE] = ACTIONS(2672), - [anon_sym_U_SQUOTE] = ACTIONS(2672), - [anon_sym_u8_SQUOTE] = ACTIONS(2672), - [anon_sym_SQUOTE] = ACTIONS(2672), - [anon_sym_L_DQUOTE] = ACTIONS(2672), - [anon_sym_u_DQUOTE] = ACTIONS(2672), - [anon_sym_U_DQUOTE] = ACTIONS(2672), - [anon_sym_u8_DQUOTE] = ACTIONS(2672), - [anon_sym_DQUOTE] = ACTIONS(2672), - [sym_true] = ACTIONS(2670), - [sym_false] = ACTIONS(2670), - [sym_null] = ACTIONS(2670), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2670), - [anon_sym_decltype] = ACTIONS(2670), - [anon_sym_virtual] = ACTIONS(2670), - [anon_sym_explicit] = ACTIONS(2670), - [anon_sym_typename] = ACTIONS(2670), - [anon_sym_template] = ACTIONS(2670), - [anon_sym_operator] = ACTIONS(2670), - [anon_sym_try] = ACTIONS(2670), - [anon_sym_delete] = ACTIONS(2670), - [anon_sym_throw] = ACTIONS(2670), - [anon_sym_namespace] = ACTIONS(2670), - [anon_sym_using] = ACTIONS(2670), - [anon_sym_static_assert] = ACTIONS(2670), - [anon_sym_concept] = ACTIONS(2670), - [anon_sym_co_return] = ACTIONS(2670), - [anon_sym_co_yield] = ACTIONS(2670), - [anon_sym_R_DQUOTE] = ACTIONS(2672), - [anon_sym_LR_DQUOTE] = ACTIONS(2672), - [anon_sym_uR_DQUOTE] = ACTIONS(2672), - [anon_sym_UR_DQUOTE] = ACTIONS(2672), - [anon_sym_u8R_DQUOTE] = ACTIONS(2672), - [anon_sym_co_await] = ACTIONS(2670), - [anon_sym_new] = ACTIONS(2670), - [anon_sym_requires] = ACTIONS(2670), - [sym_this] = ACTIONS(2670), - [sym_nullptr] = ACTIONS(2670), + [sym_identifier] = ACTIONS(2768), + [aux_sym_preproc_include_token1] = ACTIONS(2768), + [aux_sym_preproc_def_token1] = ACTIONS(2768), + [aux_sym_preproc_if_token1] = ACTIONS(2768), + [aux_sym_preproc_if_token2] = ACTIONS(2768), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2768), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2768), + [sym_preproc_directive] = ACTIONS(2768), + [anon_sym_LPAREN2] = ACTIONS(2770), + [anon_sym_BANG] = ACTIONS(2770), + [anon_sym_TILDE] = ACTIONS(2770), + [anon_sym_DASH] = ACTIONS(2768), + [anon_sym_PLUS] = ACTIONS(2768), + [anon_sym_STAR] = ACTIONS(2770), + [anon_sym_AMP_AMP] = ACTIONS(2770), + [anon_sym_AMP] = ACTIONS(2768), + [anon_sym_SEMI] = ACTIONS(2770), + [anon_sym_typedef] = ACTIONS(2768), + [anon_sym_extern] = ACTIONS(2768), + [anon_sym___attribute__] = ACTIONS(2768), + [anon_sym_COLON_COLON] = ACTIONS(2770), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2770), + [anon_sym___declspec] = ACTIONS(2768), + [anon_sym___based] = ACTIONS(2768), + [anon_sym___cdecl] = ACTIONS(2768), + [anon_sym___clrcall] = ACTIONS(2768), + [anon_sym___stdcall] = ACTIONS(2768), + [anon_sym___fastcall] = ACTIONS(2768), + [anon_sym___thiscall] = ACTIONS(2768), + [anon_sym___vectorcall] = ACTIONS(2768), + [anon_sym_LBRACE] = ACTIONS(2770), + [anon_sym_LBRACK] = ACTIONS(2768), + [anon_sym_static] = ACTIONS(2768), + [anon_sym_register] = ACTIONS(2768), + [anon_sym_inline] = ACTIONS(2768), + [anon_sym_thread_local] = ACTIONS(2768), + [anon_sym_const] = ACTIONS(2768), + [anon_sym_volatile] = ACTIONS(2768), + [anon_sym_restrict] = ACTIONS(2768), + [anon_sym__Atomic] = ACTIONS(2768), + [anon_sym_mutable] = ACTIONS(2768), + [anon_sym_constexpr] = ACTIONS(2768), + [anon_sym_constinit] = ACTIONS(2768), + [anon_sym_consteval] = ACTIONS(2768), + [anon_sym_signed] = ACTIONS(2768), + [anon_sym_unsigned] = ACTIONS(2768), + [anon_sym_long] = ACTIONS(2768), + [anon_sym_short] = ACTIONS(2768), + [sym_primitive_type] = ACTIONS(2768), + [anon_sym_enum] = ACTIONS(2768), + [anon_sym_class] = ACTIONS(2768), + [anon_sym_struct] = ACTIONS(2768), + [anon_sym_union] = ACTIONS(2768), + [anon_sym_if] = ACTIONS(2768), + [anon_sym_switch] = ACTIONS(2768), + [anon_sym_case] = ACTIONS(2768), + [anon_sym_default] = ACTIONS(2768), + [anon_sym_while] = ACTIONS(2768), + [anon_sym_do] = ACTIONS(2768), + [anon_sym_for] = ACTIONS(2768), + [anon_sym_return] = ACTIONS(2768), + [anon_sym_break] = ACTIONS(2768), + [anon_sym_continue] = ACTIONS(2768), + [anon_sym_goto] = ACTIONS(2768), + [anon_sym_not] = ACTIONS(2768), + [anon_sym_compl] = ACTIONS(2768), + [anon_sym_DASH_DASH] = ACTIONS(2770), + [anon_sym_PLUS_PLUS] = ACTIONS(2770), + [anon_sym_sizeof] = ACTIONS(2768), + [sym_number_literal] = ACTIONS(2770), + [anon_sym_L_SQUOTE] = ACTIONS(2770), + [anon_sym_u_SQUOTE] = ACTIONS(2770), + [anon_sym_U_SQUOTE] = ACTIONS(2770), + [anon_sym_u8_SQUOTE] = ACTIONS(2770), + [anon_sym_SQUOTE] = ACTIONS(2770), + [anon_sym_L_DQUOTE] = ACTIONS(2770), + [anon_sym_u_DQUOTE] = ACTIONS(2770), + [anon_sym_U_DQUOTE] = ACTIONS(2770), + [anon_sym_u8_DQUOTE] = ACTIONS(2770), + [anon_sym_DQUOTE] = ACTIONS(2770), + [sym_true] = ACTIONS(2768), + [sym_false] = ACTIONS(2768), + [sym_null] = ACTIONS(2768), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2768), + [anon_sym_decltype] = ACTIONS(2768), + [anon_sym_virtual] = ACTIONS(2768), + [anon_sym_explicit] = ACTIONS(2768), + [anon_sym_typename] = ACTIONS(2768), + [anon_sym_template] = ACTIONS(2768), + [anon_sym_operator] = ACTIONS(2768), + [anon_sym_try] = ACTIONS(2768), + [anon_sym_delete] = ACTIONS(2768), + [anon_sym_throw] = ACTIONS(2768), + [anon_sym_namespace] = ACTIONS(2768), + [anon_sym_using] = ACTIONS(2768), + [anon_sym_static_assert] = ACTIONS(2768), + [anon_sym_concept] = ACTIONS(2768), + [anon_sym_co_return] = ACTIONS(2768), + [anon_sym_co_yield] = ACTIONS(2768), + [anon_sym_R_DQUOTE] = ACTIONS(2770), + [anon_sym_LR_DQUOTE] = ACTIONS(2770), + [anon_sym_uR_DQUOTE] = ACTIONS(2770), + [anon_sym_UR_DQUOTE] = ACTIONS(2770), + [anon_sym_u8R_DQUOTE] = ACTIONS(2770), + [anon_sym_co_await] = ACTIONS(2768), + [anon_sym_new] = ACTIONS(2768), + [anon_sym_requires] = ACTIONS(2768), + [sym_this] = ACTIONS(2768), + [sym_nullptr] = ACTIONS(2768), }, [997] = { - [sym_identifier] = ACTIONS(2774), - [aux_sym_preproc_include_token1] = ACTIONS(2774), - [aux_sym_preproc_def_token1] = ACTIONS(2774), - [aux_sym_preproc_if_token1] = ACTIONS(2774), - [aux_sym_preproc_if_token2] = ACTIONS(2774), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2774), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2774), - [sym_preproc_directive] = ACTIONS(2774), - [anon_sym_LPAREN2] = ACTIONS(2776), - [anon_sym_BANG] = ACTIONS(2776), - [anon_sym_TILDE] = ACTIONS(2776), - [anon_sym_DASH] = ACTIONS(2774), - [anon_sym_PLUS] = ACTIONS(2774), - [anon_sym_STAR] = ACTIONS(2776), - [anon_sym_AMP_AMP] = ACTIONS(2776), - [anon_sym_AMP] = ACTIONS(2774), - [anon_sym_SEMI] = ACTIONS(2776), - [anon_sym_typedef] = ACTIONS(2774), - [anon_sym_extern] = ACTIONS(2774), - [anon_sym___attribute__] = ACTIONS(2774), - [anon_sym_COLON_COLON] = ACTIONS(2776), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2776), - [anon_sym___declspec] = ACTIONS(2774), - [anon_sym___based] = ACTIONS(2774), - [anon_sym___cdecl] = ACTIONS(2774), - [anon_sym___clrcall] = ACTIONS(2774), - [anon_sym___stdcall] = ACTIONS(2774), - [anon_sym___fastcall] = ACTIONS(2774), - [anon_sym___thiscall] = ACTIONS(2774), - [anon_sym___vectorcall] = ACTIONS(2774), - [anon_sym_LBRACE] = ACTIONS(2776), - [anon_sym_LBRACK] = ACTIONS(2774), - [anon_sym_static] = ACTIONS(2774), - [anon_sym_register] = ACTIONS(2774), - [anon_sym_inline] = ACTIONS(2774), - [anon_sym_thread_local] = ACTIONS(2774), - [anon_sym_const] = ACTIONS(2774), - [anon_sym_volatile] = ACTIONS(2774), - [anon_sym_restrict] = ACTIONS(2774), - [anon_sym__Atomic] = ACTIONS(2774), - [anon_sym_mutable] = ACTIONS(2774), - [anon_sym_constexpr] = ACTIONS(2774), - [anon_sym_constinit] = ACTIONS(2774), - [anon_sym_consteval] = ACTIONS(2774), - [anon_sym_signed] = ACTIONS(2774), - [anon_sym_unsigned] = ACTIONS(2774), - [anon_sym_long] = ACTIONS(2774), - [anon_sym_short] = ACTIONS(2774), - [sym_primitive_type] = ACTIONS(2774), - [anon_sym_enum] = ACTIONS(2774), - [anon_sym_class] = ACTIONS(2774), - [anon_sym_struct] = ACTIONS(2774), - [anon_sym_union] = ACTIONS(2774), - [anon_sym_if] = ACTIONS(2774), - [anon_sym_switch] = ACTIONS(2774), - [anon_sym_case] = ACTIONS(2774), - [anon_sym_default] = ACTIONS(2774), - [anon_sym_while] = ACTIONS(2774), - [anon_sym_do] = ACTIONS(2774), - [anon_sym_for] = ACTIONS(2774), - [anon_sym_return] = ACTIONS(2774), - [anon_sym_break] = ACTIONS(2774), - [anon_sym_continue] = ACTIONS(2774), - [anon_sym_goto] = ACTIONS(2774), - [anon_sym_not] = ACTIONS(2774), - [anon_sym_compl] = ACTIONS(2774), - [anon_sym_DASH_DASH] = ACTIONS(2776), - [anon_sym_PLUS_PLUS] = ACTIONS(2776), - [anon_sym_sizeof] = ACTIONS(2774), - [sym_number_literal] = ACTIONS(2776), - [anon_sym_L_SQUOTE] = ACTIONS(2776), - [anon_sym_u_SQUOTE] = ACTIONS(2776), - [anon_sym_U_SQUOTE] = ACTIONS(2776), - [anon_sym_u8_SQUOTE] = ACTIONS(2776), - [anon_sym_SQUOTE] = ACTIONS(2776), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2774), - [sym_false] = ACTIONS(2774), - [sym_null] = ACTIONS(2774), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2774), - [anon_sym_decltype] = ACTIONS(2774), - [anon_sym_virtual] = ACTIONS(2774), - [anon_sym_explicit] = ACTIONS(2774), - [anon_sym_typename] = ACTIONS(2774), - [anon_sym_template] = ACTIONS(2774), - [anon_sym_operator] = ACTIONS(2774), - [anon_sym_try] = ACTIONS(2774), - [anon_sym_delete] = ACTIONS(2774), - [anon_sym_throw] = ACTIONS(2774), - [anon_sym_namespace] = ACTIONS(2774), - [anon_sym_using] = ACTIONS(2774), - [anon_sym_static_assert] = ACTIONS(2774), - [anon_sym_concept] = ACTIONS(2774), - [anon_sym_co_return] = ACTIONS(2774), - [anon_sym_co_yield] = ACTIONS(2774), - [anon_sym_R_DQUOTE] = ACTIONS(2776), - [anon_sym_LR_DQUOTE] = ACTIONS(2776), - [anon_sym_uR_DQUOTE] = ACTIONS(2776), - [anon_sym_UR_DQUOTE] = ACTIONS(2776), - [anon_sym_u8R_DQUOTE] = ACTIONS(2776), - [anon_sym_co_await] = ACTIONS(2774), - [anon_sym_new] = ACTIONS(2774), - [anon_sym_requires] = ACTIONS(2774), - [sym_this] = ACTIONS(2774), - [sym_nullptr] = ACTIONS(2774), + [sym_identifier] = ACTIONS(2764), + [aux_sym_preproc_include_token1] = ACTIONS(2764), + [aux_sym_preproc_def_token1] = ACTIONS(2764), + [aux_sym_preproc_if_token1] = ACTIONS(2764), + [aux_sym_preproc_if_token2] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2764), + [sym_preproc_directive] = ACTIONS(2764), + [anon_sym_LPAREN2] = ACTIONS(2766), + [anon_sym_BANG] = ACTIONS(2766), + [anon_sym_TILDE] = ACTIONS(2766), + [anon_sym_DASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2764), + [anon_sym_STAR] = ACTIONS(2766), + [anon_sym_AMP_AMP] = ACTIONS(2766), + [anon_sym_AMP] = ACTIONS(2764), + [anon_sym_SEMI] = ACTIONS(2766), + [anon_sym_typedef] = ACTIONS(2764), + [anon_sym_extern] = ACTIONS(2764), + [anon_sym___attribute__] = ACTIONS(2764), + [anon_sym_COLON_COLON] = ACTIONS(2766), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2766), + [anon_sym___declspec] = ACTIONS(2764), + [anon_sym___based] = ACTIONS(2764), + [anon_sym___cdecl] = ACTIONS(2764), + [anon_sym___clrcall] = ACTIONS(2764), + [anon_sym___stdcall] = ACTIONS(2764), + [anon_sym___fastcall] = ACTIONS(2764), + [anon_sym___thiscall] = ACTIONS(2764), + [anon_sym___vectorcall] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2766), + [anon_sym_LBRACK] = ACTIONS(2764), + [anon_sym_static] = ACTIONS(2764), + [anon_sym_register] = ACTIONS(2764), + [anon_sym_inline] = ACTIONS(2764), + [anon_sym_thread_local] = ACTIONS(2764), + [anon_sym_const] = ACTIONS(2764), + [anon_sym_volatile] = ACTIONS(2764), + [anon_sym_restrict] = ACTIONS(2764), + [anon_sym__Atomic] = ACTIONS(2764), + [anon_sym_mutable] = ACTIONS(2764), + [anon_sym_constexpr] = ACTIONS(2764), + [anon_sym_constinit] = ACTIONS(2764), + [anon_sym_consteval] = ACTIONS(2764), + [anon_sym_signed] = ACTIONS(2764), + [anon_sym_unsigned] = ACTIONS(2764), + [anon_sym_long] = ACTIONS(2764), + [anon_sym_short] = ACTIONS(2764), + [sym_primitive_type] = ACTIONS(2764), + [anon_sym_enum] = ACTIONS(2764), + [anon_sym_class] = ACTIONS(2764), + [anon_sym_struct] = ACTIONS(2764), + [anon_sym_union] = ACTIONS(2764), + [anon_sym_if] = ACTIONS(2764), + [anon_sym_switch] = ACTIONS(2764), + [anon_sym_case] = ACTIONS(2764), + [anon_sym_default] = ACTIONS(2764), + [anon_sym_while] = ACTIONS(2764), + [anon_sym_do] = ACTIONS(2764), + [anon_sym_for] = ACTIONS(2764), + [anon_sym_return] = ACTIONS(2764), + [anon_sym_break] = ACTIONS(2764), + [anon_sym_continue] = ACTIONS(2764), + [anon_sym_goto] = ACTIONS(2764), + [anon_sym_not] = ACTIONS(2764), + [anon_sym_compl] = ACTIONS(2764), + [anon_sym_DASH_DASH] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_sizeof] = ACTIONS(2764), + [sym_number_literal] = ACTIONS(2766), + [anon_sym_L_SQUOTE] = ACTIONS(2766), + [anon_sym_u_SQUOTE] = ACTIONS(2766), + [anon_sym_U_SQUOTE] = ACTIONS(2766), + [anon_sym_u8_SQUOTE] = ACTIONS(2766), + [anon_sym_SQUOTE] = ACTIONS(2766), + [anon_sym_L_DQUOTE] = ACTIONS(2766), + [anon_sym_u_DQUOTE] = ACTIONS(2766), + [anon_sym_U_DQUOTE] = ACTIONS(2766), + [anon_sym_u8_DQUOTE] = ACTIONS(2766), + [anon_sym_DQUOTE] = ACTIONS(2766), + [sym_true] = ACTIONS(2764), + [sym_false] = ACTIONS(2764), + [sym_null] = ACTIONS(2764), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2764), + [anon_sym_decltype] = ACTIONS(2764), + [anon_sym_virtual] = ACTIONS(2764), + [anon_sym_explicit] = ACTIONS(2764), + [anon_sym_typename] = ACTIONS(2764), + [anon_sym_template] = ACTIONS(2764), + [anon_sym_operator] = ACTIONS(2764), + [anon_sym_try] = ACTIONS(2764), + [anon_sym_delete] = ACTIONS(2764), + [anon_sym_throw] = ACTIONS(2764), + [anon_sym_namespace] = ACTIONS(2764), + [anon_sym_using] = ACTIONS(2764), + [anon_sym_static_assert] = ACTIONS(2764), + [anon_sym_concept] = ACTIONS(2764), + [anon_sym_co_return] = ACTIONS(2764), + [anon_sym_co_yield] = ACTIONS(2764), + [anon_sym_R_DQUOTE] = ACTIONS(2766), + [anon_sym_LR_DQUOTE] = ACTIONS(2766), + [anon_sym_uR_DQUOTE] = ACTIONS(2766), + [anon_sym_UR_DQUOTE] = ACTIONS(2766), + [anon_sym_u8R_DQUOTE] = ACTIONS(2766), + [anon_sym_co_await] = ACTIONS(2764), + [anon_sym_new] = ACTIONS(2764), + [anon_sym_requires] = ACTIONS(2764), + [sym_this] = ACTIONS(2764), + [sym_nullptr] = ACTIONS(2764), }, [998] = { - [sym_identifier] = ACTIONS(2770), - [aux_sym_preproc_include_token1] = ACTIONS(2770), - [aux_sym_preproc_def_token1] = ACTIONS(2770), - [aux_sym_preproc_if_token1] = ACTIONS(2770), - [aux_sym_preproc_if_token2] = ACTIONS(2770), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2770), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2770), - [sym_preproc_directive] = ACTIONS(2770), - [anon_sym_LPAREN2] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2770), - [anon_sym_PLUS] = ACTIONS(2770), - [anon_sym_STAR] = ACTIONS(2772), - [anon_sym_AMP_AMP] = ACTIONS(2772), - [anon_sym_AMP] = ACTIONS(2770), - [anon_sym_SEMI] = ACTIONS(2772), - [anon_sym_typedef] = ACTIONS(2770), - [anon_sym_extern] = ACTIONS(2770), - [anon_sym___attribute__] = ACTIONS(2770), - [anon_sym_COLON_COLON] = ACTIONS(2772), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2772), - [anon_sym___declspec] = ACTIONS(2770), - [anon_sym___based] = ACTIONS(2770), - [anon_sym___cdecl] = ACTIONS(2770), - [anon_sym___clrcall] = ACTIONS(2770), - [anon_sym___stdcall] = ACTIONS(2770), - [anon_sym___fastcall] = ACTIONS(2770), - [anon_sym___thiscall] = ACTIONS(2770), - [anon_sym___vectorcall] = ACTIONS(2770), - [anon_sym_LBRACE] = ACTIONS(2772), - [anon_sym_LBRACK] = ACTIONS(2770), - [anon_sym_static] = ACTIONS(2770), - [anon_sym_register] = ACTIONS(2770), - [anon_sym_inline] = ACTIONS(2770), - [anon_sym_thread_local] = ACTIONS(2770), - [anon_sym_const] = ACTIONS(2770), - [anon_sym_volatile] = ACTIONS(2770), - [anon_sym_restrict] = ACTIONS(2770), - [anon_sym__Atomic] = ACTIONS(2770), - [anon_sym_mutable] = ACTIONS(2770), - [anon_sym_constexpr] = ACTIONS(2770), - [anon_sym_constinit] = ACTIONS(2770), - [anon_sym_consteval] = ACTIONS(2770), - [anon_sym_signed] = ACTIONS(2770), - [anon_sym_unsigned] = ACTIONS(2770), - [anon_sym_long] = ACTIONS(2770), - [anon_sym_short] = ACTIONS(2770), - [sym_primitive_type] = ACTIONS(2770), - [anon_sym_enum] = ACTIONS(2770), - [anon_sym_class] = ACTIONS(2770), - [anon_sym_struct] = ACTIONS(2770), - [anon_sym_union] = ACTIONS(2770), - [anon_sym_if] = ACTIONS(2770), - [anon_sym_switch] = ACTIONS(2770), - [anon_sym_case] = ACTIONS(2770), - [anon_sym_default] = ACTIONS(2770), - [anon_sym_while] = ACTIONS(2770), - [anon_sym_do] = ACTIONS(2770), - [anon_sym_for] = ACTIONS(2770), - [anon_sym_return] = ACTIONS(2770), - [anon_sym_break] = ACTIONS(2770), - [anon_sym_continue] = ACTIONS(2770), - [anon_sym_goto] = ACTIONS(2770), - [anon_sym_not] = ACTIONS(2770), - [anon_sym_compl] = ACTIONS(2770), - [anon_sym_DASH_DASH] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2772), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2772), - [anon_sym_u_SQUOTE] = ACTIONS(2772), - [anon_sym_U_SQUOTE] = ACTIONS(2772), - [anon_sym_u8_SQUOTE] = ACTIONS(2772), - [anon_sym_SQUOTE] = ACTIONS(2772), - [anon_sym_L_DQUOTE] = ACTIONS(2772), - [anon_sym_u_DQUOTE] = ACTIONS(2772), - [anon_sym_U_DQUOTE] = ACTIONS(2772), - [anon_sym_u8_DQUOTE] = ACTIONS(2772), - [anon_sym_DQUOTE] = ACTIONS(2772), - [sym_true] = ACTIONS(2770), - [sym_false] = ACTIONS(2770), - [sym_null] = ACTIONS(2770), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2770), - [anon_sym_decltype] = ACTIONS(2770), - [anon_sym_virtual] = ACTIONS(2770), - [anon_sym_explicit] = ACTIONS(2770), - [anon_sym_typename] = ACTIONS(2770), - [anon_sym_template] = ACTIONS(2770), - [anon_sym_operator] = ACTIONS(2770), - [anon_sym_try] = ACTIONS(2770), - [anon_sym_delete] = ACTIONS(2770), - [anon_sym_throw] = ACTIONS(2770), - [anon_sym_namespace] = ACTIONS(2770), - [anon_sym_using] = ACTIONS(2770), - [anon_sym_static_assert] = ACTIONS(2770), - [anon_sym_concept] = ACTIONS(2770), - [anon_sym_co_return] = ACTIONS(2770), - [anon_sym_co_yield] = ACTIONS(2770), - [anon_sym_R_DQUOTE] = ACTIONS(2772), - [anon_sym_LR_DQUOTE] = ACTIONS(2772), - [anon_sym_uR_DQUOTE] = ACTIONS(2772), - [anon_sym_UR_DQUOTE] = ACTIONS(2772), - [anon_sym_u8R_DQUOTE] = ACTIONS(2772), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2770), - [anon_sym_requires] = ACTIONS(2770), - [sym_this] = ACTIONS(2770), - [sym_nullptr] = ACTIONS(2770), + [sym_identifier] = ACTIONS(2832), + [aux_sym_preproc_include_token1] = ACTIONS(2832), + [aux_sym_preproc_def_token1] = ACTIONS(2832), + [aux_sym_preproc_if_token1] = ACTIONS(2832), + [aux_sym_preproc_if_token2] = ACTIONS(2832), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2832), + [sym_preproc_directive] = ACTIONS(2832), + [anon_sym_LPAREN2] = ACTIONS(2834), + [anon_sym_BANG] = ACTIONS(2834), + [anon_sym_TILDE] = ACTIONS(2834), + [anon_sym_DASH] = ACTIONS(2832), + [anon_sym_PLUS] = ACTIONS(2832), + [anon_sym_STAR] = ACTIONS(2834), + [anon_sym_AMP_AMP] = ACTIONS(2834), + [anon_sym_AMP] = ACTIONS(2832), + [anon_sym_SEMI] = ACTIONS(2834), + [anon_sym_typedef] = ACTIONS(2832), + [anon_sym_extern] = ACTIONS(2832), + [anon_sym___attribute__] = ACTIONS(2832), + [anon_sym_COLON_COLON] = ACTIONS(2834), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2834), + [anon_sym___declspec] = ACTIONS(2832), + [anon_sym___based] = ACTIONS(2832), + [anon_sym___cdecl] = ACTIONS(2832), + [anon_sym___clrcall] = ACTIONS(2832), + [anon_sym___stdcall] = ACTIONS(2832), + [anon_sym___fastcall] = ACTIONS(2832), + [anon_sym___thiscall] = ACTIONS(2832), + [anon_sym___vectorcall] = ACTIONS(2832), + [anon_sym_LBRACE] = ACTIONS(2834), + [anon_sym_LBRACK] = ACTIONS(2832), + [anon_sym_static] = ACTIONS(2832), + [anon_sym_register] = ACTIONS(2832), + [anon_sym_inline] = ACTIONS(2832), + [anon_sym_thread_local] = ACTIONS(2832), + [anon_sym_const] = ACTIONS(2832), + [anon_sym_volatile] = ACTIONS(2832), + [anon_sym_restrict] = ACTIONS(2832), + [anon_sym__Atomic] = ACTIONS(2832), + [anon_sym_mutable] = ACTIONS(2832), + [anon_sym_constexpr] = ACTIONS(2832), + [anon_sym_constinit] = ACTIONS(2832), + [anon_sym_consteval] = ACTIONS(2832), + [anon_sym_signed] = ACTIONS(2832), + [anon_sym_unsigned] = ACTIONS(2832), + [anon_sym_long] = ACTIONS(2832), + [anon_sym_short] = ACTIONS(2832), + [sym_primitive_type] = ACTIONS(2832), + [anon_sym_enum] = ACTIONS(2832), + [anon_sym_class] = ACTIONS(2832), + [anon_sym_struct] = ACTIONS(2832), + [anon_sym_union] = ACTIONS(2832), + [anon_sym_if] = ACTIONS(2832), + [anon_sym_switch] = ACTIONS(2832), + [anon_sym_case] = ACTIONS(2832), + [anon_sym_default] = ACTIONS(2832), + [anon_sym_while] = ACTIONS(2832), + [anon_sym_do] = ACTIONS(2832), + [anon_sym_for] = ACTIONS(2832), + [anon_sym_return] = ACTIONS(2832), + [anon_sym_break] = ACTIONS(2832), + [anon_sym_continue] = ACTIONS(2832), + [anon_sym_goto] = ACTIONS(2832), + [anon_sym_not] = ACTIONS(2832), + [anon_sym_compl] = ACTIONS(2832), + [anon_sym_DASH_DASH] = ACTIONS(2834), + [anon_sym_PLUS_PLUS] = ACTIONS(2834), + [anon_sym_sizeof] = ACTIONS(2832), + [sym_number_literal] = ACTIONS(2834), + [anon_sym_L_SQUOTE] = ACTIONS(2834), + [anon_sym_u_SQUOTE] = ACTIONS(2834), + [anon_sym_U_SQUOTE] = ACTIONS(2834), + [anon_sym_u8_SQUOTE] = ACTIONS(2834), + [anon_sym_SQUOTE] = ACTIONS(2834), + [anon_sym_L_DQUOTE] = ACTIONS(2834), + [anon_sym_u_DQUOTE] = ACTIONS(2834), + [anon_sym_U_DQUOTE] = ACTIONS(2834), + [anon_sym_u8_DQUOTE] = ACTIONS(2834), + [anon_sym_DQUOTE] = ACTIONS(2834), + [sym_true] = ACTIONS(2832), + [sym_false] = ACTIONS(2832), + [sym_null] = ACTIONS(2832), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2832), + [anon_sym_decltype] = ACTIONS(2832), + [anon_sym_virtual] = ACTIONS(2832), + [anon_sym_explicit] = ACTIONS(2832), + [anon_sym_typename] = ACTIONS(2832), + [anon_sym_template] = ACTIONS(2832), + [anon_sym_operator] = ACTIONS(2832), + [anon_sym_try] = ACTIONS(2832), + [anon_sym_delete] = ACTIONS(2832), + [anon_sym_throw] = ACTIONS(2832), + [anon_sym_namespace] = ACTIONS(2832), + [anon_sym_using] = ACTIONS(2832), + [anon_sym_static_assert] = ACTIONS(2832), + [anon_sym_concept] = ACTIONS(2832), + [anon_sym_co_return] = ACTIONS(2832), + [anon_sym_co_yield] = ACTIONS(2832), + [anon_sym_R_DQUOTE] = ACTIONS(2834), + [anon_sym_LR_DQUOTE] = ACTIONS(2834), + [anon_sym_uR_DQUOTE] = ACTIONS(2834), + [anon_sym_UR_DQUOTE] = ACTIONS(2834), + [anon_sym_u8R_DQUOTE] = ACTIONS(2834), + [anon_sym_co_await] = ACTIONS(2832), + [anon_sym_new] = ACTIONS(2832), + [anon_sym_requires] = ACTIONS(2832), + [sym_this] = ACTIONS(2832), + [sym_nullptr] = ACTIONS(2832), }, [999] = { - [sym_identifier] = ACTIONS(2678), - [aux_sym_preproc_include_token1] = ACTIONS(2678), - [aux_sym_preproc_def_token1] = ACTIONS(2678), - [aux_sym_preproc_if_token1] = ACTIONS(2678), - [aux_sym_preproc_if_token2] = ACTIONS(2678), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2678), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2678), - [sym_preproc_directive] = ACTIONS(2678), - [anon_sym_LPAREN2] = ACTIONS(2680), - [anon_sym_BANG] = ACTIONS(2680), - [anon_sym_TILDE] = ACTIONS(2680), - [anon_sym_DASH] = ACTIONS(2678), - [anon_sym_PLUS] = ACTIONS(2678), - [anon_sym_STAR] = ACTIONS(2680), - [anon_sym_AMP_AMP] = ACTIONS(2680), - [anon_sym_AMP] = ACTIONS(2678), - [anon_sym_SEMI] = ACTIONS(2680), - [anon_sym_typedef] = ACTIONS(2678), - [anon_sym_extern] = ACTIONS(2678), - [anon_sym___attribute__] = ACTIONS(2678), - [anon_sym_COLON_COLON] = ACTIONS(2680), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2680), - [anon_sym___declspec] = ACTIONS(2678), - [anon_sym___based] = ACTIONS(2678), - [anon_sym___cdecl] = ACTIONS(2678), - [anon_sym___clrcall] = ACTIONS(2678), - [anon_sym___stdcall] = ACTIONS(2678), - [anon_sym___fastcall] = ACTIONS(2678), - [anon_sym___thiscall] = ACTIONS(2678), - [anon_sym___vectorcall] = ACTIONS(2678), - [anon_sym_LBRACE] = ACTIONS(2680), - [anon_sym_LBRACK] = ACTIONS(2678), - [anon_sym_static] = ACTIONS(2678), - [anon_sym_register] = ACTIONS(2678), - [anon_sym_inline] = ACTIONS(2678), - [anon_sym_thread_local] = ACTIONS(2678), - [anon_sym_const] = ACTIONS(2678), - [anon_sym_volatile] = ACTIONS(2678), - [anon_sym_restrict] = ACTIONS(2678), - [anon_sym__Atomic] = ACTIONS(2678), - [anon_sym_mutable] = ACTIONS(2678), - [anon_sym_constexpr] = ACTIONS(2678), - [anon_sym_constinit] = ACTIONS(2678), - [anon_sym_consteval] = ACTIONS(2678), - [anon_sym_signed] = ACTIONS(2678), - [anon_sym_unsigned] = ACTIONS(2678), - [anon_sym_long] = ACTIONS(2678), - [anon_sym_short] = ACTIONS(2678), - [sym_primitive_type] = ACTIONS(2678), - [anon_sym_enum] = ACTIONS(2678), - [anon_sym_class] = ACTIONS(2678), - [anon_sym_struct] = ACTIONS(2678), - [anon_sym_union] = ACTIONS(2678), - [anon_sym_if] = ACTIONS(2678), - [anon_sym_switch] = ACTIONS(2678), - [anon_sym_case] = ACTIONS(2678), - [anon_sym_default] = ACTIONS(2678), - [anon_sym_while] = ACTIONS(2678), - [anon_sym_do] = ACTIONS(2678), - [anon_sym_for] = ACTIONS(2678), - [anon_sym_return] = ACTIONS(2678), - [anon_sym_break] = ACTIONS(2678), - [anon_sym_continue] = ACTIONS(2678), - [anon_sym_goto] = ACTIONS(2678), - [anon_sym_not] = ACTIONS(2678), - [anon_sym_compl] = ACTIONS(2678), - [anon_sym_DASH_DASH] = ACTIONS(2680), - [anon_sym_PLUS_PLUS] = ACTIONS(2680), - [anon_sym_sizeof] = ACTIONS(2678), - [sym_number_literal] = ACTIONS(2680), - [anon_sym_L_SQUOTE] = ACTIONS(2680), - [anon_sym_u_SQUOTE] = ACTIONS(2680), - [anon_sym_U_SQUOTE] = ACTIONS(2680), - [anon_sym_u8_SQUOTE] = ACTIONS(2680), - [anon_sym_SQUOTE] = ACTIONS(2680), - [anon_sym_L_DQUOTE] = ACTIONS(2680), - [anon_sym_u_DQUOTE] = ACTIONS(2680), - [anon_sym_U_DQUOTE] = ACTIONS(2680), - [anon_sym_u8_DQUOTE] = ACTIONS(2680), - [anon_sym_DQUOTE] = ACTIONS(2680), - [sym_true] = ACTIONS(2678), - [sym_false] = ACTIONS(2678), - [sym_null] = ACTIONS(2678), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2678), - [anon_sym_decltype] = ACTIONS(2678), - [anon_sym_virtual] = ACTIONS(2678), - [anon_sym_explicit] = ACTIONS(2678), - [anon_sym_typename] = ACTIONS(2678), - [anon_sym_template] = ACTIONS(2678), - [anon_sym_operator] = ACTIONS(2678), - [anon_sym_try] = ACTIONS(2678), - [anon_sym_delete] = ACTIONS(2678), - [anon_sym_throw] = ACTIONS(2678), - [anon_sym_namespace] = ACTIONS(2678), - [anon_sym_using] = ACTIONS(2678), - [anon_sym_static_assert] = ACTIONS(2678), - [anon_sym_concept] = ACTIONS(2678), - [anon_sym_co_return] = ACTIONS(2678), - [anon_sym_co_yield] = ACTIONS(2678), - [anon_sym_R_DQUOTE] = ACTIONS(2680), - [anon_sym_LR_DQUOTE] = ACTIONS(2680), - [anon_sym_uR_DQUOTE] = ACTIONS(2680), - [anon_sym_UR_DQUOTE] = ACTIONS(2680), - [anon_sym_u8R_DQUOTE] = ACTIONS(2680), - [anon_sym_co_await] = ACTIONS(2678), - [anon_sym_new] = ACTIONS(2678), - [anon_sym_requires] = ACTIONS(2678), - [sym_this] = ACTIONS(2678), - [sym_nullptr] = ACTIONS(2678), + [sym_identifier] = ACTIONS(2792), + [aux_sym_preproc_include_token1] = ACTIONS(2792), + [aux_sym_preproc_def_token1] = ACTIONS(2792), + [aux_sym_preproc_if_token1] = ACTIONS(2792), + [aux_sym_preproc_if_token2] = ACTIONS(2792), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2792), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2792), + [sym_preproc_directive] = ACTIONS(2792), + [anon_sym_LPAREN2] = ACTIONS(2794), + [anon_sym_BANG] = ACTIONS(2794), + [anon_sym_TILDE] = ACTIONS(2794), + [anon_sym_DASH] = ACTIONS(2792), + [anon_sym_PLUS] = ACTIONS(2792), + [anon_sym_STAR] = ACTIONS(2794), + [anon_sym_AMP_AMP] = ACTIONS(2794), + [anon_sym_AMP] = ACTIONS(2792), + [anon_sym_SEMI] = ACTIONS(2794), + [anon_sym_typedef] = ACTIONS(2792), + [anon_sym_extern] = ACTIONS(2792), + [anon_sym___attribute__] = ACTIONS(2792), + [anon_sym_COLON_COLON] = ACTIONS(2794), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2794), + [anon_sym___declspec] = ACTIONS(2792), + [anon_sym___based] = ACTIONS(2792), + [anon_sym___cdecl] = ACTIONS(2792), + [anon_sym___clrcall] = ACTIONS(2792), + [anon_sym___stdcall] = ACTIONS(2792), + [anon_sym___fastcall] = ACTIONS(2792), + [anon_sym___thiscall] = ACTIONS(2792), + [anon_sym___vectorcall] = ACTIONS(2792), + [anon_sym_LBRACE] = ACTIONS(2794), + [anon_sym_LBRACK] = ACTIONS(2792), + [anon_sym_static] = ACTIONS(2792), + [anon_sym_register] = ACTIONS(2792), + [anon_sym_inline] = ACTIONS(2792), + [anon_sym_thread_local] = ACTIONS(2792), + [anon_sym_const] = ACTIONS(2792), + [anon_sym_volatile] = ACTIONS(2792), + [anon_sym_restrict] = ACTIONS(2792), + [anon_sym__Atomic] = ACTIONS(2792), + [anon_sym_mutable] = ACTIONS(2792), + [anon_sym_constexpr] = ACTIONS(2792), + [anon_sym_constinit] = ACTIONS(2792), + [anon_sym_consteval] = ACTIONS(2792), + [anon_sym_signed] = ACTIONS(2792), + [anon_sym_unsigned] = ACTIONS(2792), + [anon_sym_long] = ACTIONS(2792), + [anon_sym_short] = ACTIONS(2792), + [sym_primitive_type] = ACTIONS(2792), + [anon_sym_enum] = ACTIONS(2792), + [anon_sym_class] = ACTIONS(2792), + [anon_sym_struct] = ACTIONS(2792), + [anon_sym_union] = ACTIONS(2792), + [anon_sym_if] = ACTIONS(2792), + [anon_sym_switch] = ACTIONS(2792), + [anon_sym_case] = ACTIONS(2792), + [anon_sym_default] = ACTIONS(2792), + [anon_sym_while] = ACTIONS(2792), + [anon_sym_do] = ACTIONS(2792), + [anon_sym_for] = ACTIONS(2792), + [anon_sym_return] = ACTIONS(2792), + [anon_sym_break] = ACTIONS(2792), + [anon_sym_continue] = ACTIONS(2792), + [anon_sym_goto] = ACTIONS(2792), + [anon_sym_not] = ACTIONS(2792), + [anon_sym_compl] = ACTIONS(2792), + [anon_sym_DASH_DASH] = ACTIONS(2794), + [anon_sym_PLUS_PLUS] = ACTIONS(2794), + [anon_sym_sizeof] = ACTIONS(2792), + [sym_number_literal] = ACTIONS(2794), + [anon_sym_L_SQUOTE] = ACTIONS(2794), + [anon_sym_u_SQUOTE] = ACTIONS(2794), + [anon_sym_U_SQUOTE] = ACTIONS(2794), + [anon_sym_u8_SQUOTE] = ACTIONS(2794), + [anon_sym_SQUOTE] = ACTIONS(2794), + [anon_sym_L_DQUOTE] = ACTIONS(2794), + [anon_sym_u_DQUOTE] = ACTIONS(2794), + [anon_sym_U_DQUOTE] = ACTIONS(2794), + [anon_sym_u8_DQUOTE] = ACTIONS(2794), + [anon_sym_DQUOTE] = ACTIONS(2794), + [sym_true] = ACTIONS(2792), + [sym_false] = ACTIONS(2792), + [sym_null] = ACTIONS(2792), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2792), + [anon_sym_decltype] = ACTIONS(2792), + [anon_sym_virtual] = ACTIONS(2792), + [anon_sym_explicit] = ACTIONS(2792), + [anon_sym_typename] = ACTIONS(2792), + [anon_sym_template] = ACTIONS(2792), + [anon_sym_operator] = ACTIONS(2792), + [anon_sym_try] = ACTIONS(2792), + [anon_sym_delete] = ACTIONS(2792), + [anon_sym_throw] = ACTIONS(2792), + [anon_sym_namespace] = ACTIONS(2792), + [anon_sym_using] = ACTIONS(2792), + [anon_sym_static_assert] = ACTIONS(2792), + [anon_sym_concept] = ACTIONS(2792), + [anon_sym_co_return] = ACTIONS(2792), + [anon_sym_co_yield] = ACTIONS(2792), + [anon_sym_R_DQUOTE] = ACTIONS(2794), + [anon_sym_LR_DQUOTE] = ACTIONS(2794), + [anon_sym_uR_DQUOTE] = ACTIONS(2794), + [anon_sym_UR_DQUOTE] = ACTIONS(2794), + [anon_sym_u8R_DQUOTE] = ACTIONS(2794), + [anon_sym_co_await] = ACTIONS(2792), + [anon_sym_new] = ACTIONS(2792), + [anon_sym_requires] = ACTIONS(2792), + [sym_this] = ACTIONS(2792), + [sym_nullptr] = ACTIONS(2792), }, [1000] = { - [sym_identifier] = ACTIONS(2782), - [aux_sym_preproc_include_token1] = ACTIONS(2782), - [aux_sym_preproc_def_token1] = ACTIONS(2782), - [aux_sym_preproc_if_token1] = ACTIONS(2782), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2782), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2782), - [sym_preproc_directive] = ACTIONS(2782), - [anon_sym_LPAREN2] = ACTIONS(2784), - [anon_sym_BANG] = ACTIONS(2784), - [anon_sym_TILDE] = ACTIONS(2784), - [anon_sym_DASH] = ACTIONS(2782), - [anon_sym_PLUS] = ACTIONS(2782), - [anon_sym_STAR] = ACTIONS(2784), - [anon_sym_AMP_AMP] = ACTIONS(2784), - [anon_sym_AMP] = ACTIONS(2782), - [anon_sym_SEMI] = ACTIONS(2784), - [anon_sym_typedef] = ACTIONS(2782), - [anon_sym_extern] = ACTIONS(2782), - [anon_sym___attribute__] = ACTIONS(2782), - [anon_sym_COLON_COLON] = ACTIONS(2784), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2784), - [anon_sym___declspec] = ACTIONS(2782), - [anon_sym___based] = ACTIONS(2782), - [anon_sym___cdecl] = ACTIONS(2782), - [anon_sym___clrcall] = ACTIONS(2782), - [anon_sym___stdcall] = ACTIONS(2782), - [anon_sym___fastcall] = ACTIONS(2782), - [anon_sym___thiscall] = ACTIONS(2782), - [anon_sym___vectorcall] = ACTIONS(2782), - [anon_sym_LBRACE] = ACTIONS(2784), - [anon_sym_RBRACE] = ACTIONS(2784), - [anon_sym_LBRACK] = ACTIONS(2782), - [anon_sym_static] = ACTIONS(2782), - [anon_sym_register] = ACTIONS(2782), - [anon_sym_inline] = ACTIONS(2782), - [anon_sym_thread_local] = ACTIONS(2782), - [anon_sym_const] = ACTIONS(2782), - [anon_sym_volatile] = ACTIONS(2782), - [anon_sym_restrict] = ACTIONS(2782), - [anon_sym__Atomic] = ACTIONS(2782), - [anon_sym_mutable] = ACTIONS(2782), - [anon_sym_constexpr] = ACTIONS(2782), - [anon_sym_constinit] = ACTIONS(2782), - [anon_sym_consteval] = ACTIONS(2782), - [anon_sym_signed] = ACTIONS(2782), - [anon_sym_unsigned] = ACTIONS(2782), - [anon_sym_long] = ACTIONS(2782), - [anon_sym_short] = ACTIONS(2782), - [sym_primitive_type] = ACTIONS(2782), - [anon_sym_enum] = ACTIONS(2782), - [anon_sym_class] = ACTIONS(2782), - [anon_sym_struct] = ACTIONS(2782), - [anon_sym_union] = ACTIONS(2782), - [anon_sym_if] = ACTIONS(2782), - [anon_sym_switch] = ACTIONS(2782), - [anon_sym_case] = ACTIONS(2782), - [anon_sym_default] = ACTIONS(2782), - [anon_sym_while] = ACTIONS(2782), - [anon_sym_do] = ACTIONS(2782), - [anon_sym_for] = ACTIONS(2782), - [anon_sym_return] = ACTIONS(2782), - [anon_sym_break] = ACTIONS(2782), - [anon_sym_continue] = ACTIONS(2782), - [anon_sym_goto] = ACTIONS(2782), - [anon_sym_not] = ACTIONS(2782), - [anon_sym_compl] = ACTIONS(2782), - [anon_sym_DASH_DASH] = ACTIONS(2784), - [anon_sym_PLUS_PLUS] = ACTIONS(2784), - [anon_sym_sizeof] = ACTIONS(2782), - [sym_number_literal] = ACTIONS(2784), - [anon_sym_L_SQUOTE] = ACTIONS(2784), - [anon_sym_u_SQUOTE] = ACTIONS(2784), - [anon_sym_U_SQUOTE] = ACTIONS(2784), - [anon_sym_u8_SQUOTE] = ACTIONS(2784), - [anon_sym_SQUOTE] = ACTIONS(2784), - [anon_sym_L_DQUOTE] = ACTIONS(2784), - [anon_sym_u_DQUOTE] = ACTIONS(2784), - [anon_sym_U_DQUOTE] = ACTIONS(2784), - [anon_sym_u8_DQUOTE] = ACTIONS(2784), - [anon_sym_DQUOTE] = ACTIONS(2784), - [sym_true] = ACTIONS(2782), - [sym_false] = ACTIONS(2782), - [sym_null] = ACTIONS(2782), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2782), - [anon_sym_decltype] = ACTIONS(2782), - [anon_sym_virtual] = ACTIONS(2782), - [anon_sym_explicit] = ACTIONS(2782), - [anon_sym_typename] = ACTIONS(2782), - [anon_sym_template] = ACTIONS(2782), - [anon_sym_operator] = ACTIONS(2782), - [anon_sym_try] = ACTIONS(2782), - [anon_sym_delete] = ACTIONS(2782), - [anon_sym_throw] = ACTIONS(2782), - [anon_sym_namespace] = ACTIONS(2782), - [anon_sym_using] = ACTIONS(2782), - [anon_sym_static_assert] = ACTIONS(2782), - [anon_sym_concept] = ACTIONS(2782), - [anon_sym_co_return] = ACTIONS(2782), - [anon_sym_co_yield] = ACTIONS(2782), - [anon_sym_R_DQUOTE] = ACTIONS(2784), - [anon_sym_LR_DQUOTE] = ACTIONS(2784), - [anon_sym_uR_DQUOTE] = ACTIONS(2784), - [anon_sym_UR_DQUOTE] = ACTIONS(2784), - [anon_sym_u8R_DQUOTE] = ACTIONS(2784), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2782), - [anon_sym_requires] = ACTIONS(2782), - [sym_this] = ACTIONS(2782), - [sym_nullptr] = ACTIONS(2782), + [sym_identifier] = ACTIONS(2660), + [aux_sym_preproc_include_token1] = ACTIONS(2660), + [aux_sym_preproc_def_token1] = ACTIONS(2660), + [aux_sym_preproc_if_token1] = ACTIONS(2660), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2660), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2660), + [sym_preproc_directive] = ACTIONS(2660), + [anon_sym_LPAREN2] = ACTIONS(2662), + [anon_sym_BANG] = ACTIONS(2662), + [anon_sym_TILDE] = ACTIONS(2662), + [anon_sym_DASH] = ACTIONS(2660), + [anon_sym_PLUS] = ACTIONS(2660), + [anon_sym_STAR] = ACTIONS(2662), + [anon_sym_AMP_AMP] = ACTIONS(2662), + [anon_sym_AMP] = ACTIONS(2660), + [anon_sym_SEMI] = ACTIONS(2662), + [anon_sym_typedef] = ACTIONS(2660), + [anon_sym_extern] = ACTIONS(2660), + [anon_sym___attribute__] = ACTIONS(2660), + [anon_sym_COLON_COLON] = ACTIONS(2662), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2662), + [anon_sym___declspec] = ACTIONS(2660), + [anon_sym___based] = ACTIONS(2660), + [anon_sym___cdecl] = ACTIONS(2660), + [anon_sym___clrcall] = ACTIONS(2660), + [anon_sym___stdcall] = ACTIONS(2660), + [anon_sym___fastcall] = ACTIONS(2660), + [anon_sym___thiscall] = ACTIONS(2660), + [anon_sym___vectorcall] = ACTIONS(2660), + [anon_sym_LBRACE] = ACTIONS(2662), + [anon_sym_RBRACE] = ACTIONS(2662), + [anon_sym_LBRACK] = ACTIONS(2660), + [anon_sym_static] = ACTIONS(2660), + [anon_sym_register] = ACTIONS(2660), + [anon_sym_inline] = ACTIONS(2660), + [anon_sym_thread_local] = ACTIONS(2660), + [anon_sym_const] = ACTIONS(2660), + [anon_sym_volatile] = ACTIONS(2660), + [anon_sym_restrict] = ACTIONS(2660), + [anon_sym__Atomic] = ACTIONS(2660), + [anon_sym_mutable] = ACTIONS(2660), + [anon_sym_constexpr] = ACTIONS(2660), + [anon_sym_constinit] = ACTIONS(2660), + [anon_sym_consteval] = ACTIONS(2660), + [anon_sym_signed] = ACTIONS(2660), + [anon_sym_unsigned] = ACTIONS(2660), + [anon_sym_long] = ACTIONS(2660), + [anon_sym_short] = ACTIONS(2660), + [sym_primitive_type] = ACTIONS(2660), + [anon_sym_enum] = ACTIONS(2660), + [anon_sym_class] = ACTIONS(2660), + [anon_sym_struct] = ACTIONS(2660), + [anon_sym_union] = ACTIONS(2660), + [anon_sym_if] = ACTIONS(2660), + [anon_sym_switch] = ACTIONS(2660), + [anon_sym_case] = ACTIONS(2660), + [anon_sym_default] = ACTIONS(2660), + [anon_sym_while] = ACTIONS(2660), + [anon_sym_do] = ACTIONS(2660), + [anon_sym_for] = ACTIONS(2660), + [anon_sym_return] = ACTIONS(2660), + [anon_sym_break] = ACTIONS(2660), + [anon_sym_continue] = ACTIONS(2660), + [anon_sym_goto] = ACTIONS(2660), + [anon_sym_not] = ACTIONS(2660), + [anon_sym_compl] = ACTIONS(2660), + [anon_sym_DASH_DASH] = ACTIONS(2662), + [anon_sym_PLUS_PLUS] = ACTIONS(2662), + [anon_sym_sizeof] = ACTIONS(2660), + [sym_number_literal] = ACTIONS(2662), + [anon_sym_L_SQUOTE] = ACTIONS(2662), + [anon_sym_u_SQUOTE] = ACTIONS(2662), + [anon_sym_U_SQUOTE] = ACTIONS(2662), + [anon_sym_u8_SQUOTE] = ACTIONS(2662), + [anon_sym_SQUOTE] = ACTIONS(2662), + [anon_sym_L_DQUOTE] = ACTIONS(2662), + [anon_sym_u_DQUOTE] = ACTIONS(2662), + [anon_sym_U_DQUOTE] = ACTIONS(2662), + [anon_sym_u8_DQUOTE] = ACTIONS(2662), + [anon_sym_DQUOTE] = ACTIONS(2662), + [sym_true] = ACTIONS(2660), + [sym_false] = ACTIONS(2660), + [sym_null] = ACTIONS(2660), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2660), + [anon_sym_decltype] = ACTIONS(2660), + [anon_sym_virtual] = ACTIONS(2660), + [anon_sym_explicit] = ACTIONS(2660), + [anon_sym_typename] = ACTIONS(2660), + [anon_sym_template] = ACTIONS(2660), + [anon_sym_operator] = ACTIONS(2660), + [anon_sym_try] = ACTIONS(2660), + [anon_sym_delete] = ACTIONS(2660), + [anon_sym_throw] = ACTIONS(2660), + [anon_sym_namespace] = ACTIONS(2660), + [anon_sym_using] = ACTIONS(2660), + [anon_sym_static_assert] = ACTIONS(2660), + [anon_sym_concept] = ACTIONS(2660), + [anon_sym_co_return] = ACTIONS(2660), + [anon_sym_co_yield] = ACTIONS(2660), + [anon_sym_R_DQUOTE] = ACTIONS(2662), + [anon_sym_LR_DQUOTE] = ACTIONS(2662), + [anon_sym_uR_DQUOTE] = ACTIONS(2662), + [anon_sym_UR_DQUOTE] = ACTIONS(2662), + [anon_sym_u8R_DQUOTE] = ACTIONS(2662), + [anon_sym_co_await] = ACTIONS(2660), + [anon_sym_new] = ACTIONS(2660), + [anon_sym_requires] = ACTIONS(2660), + [sym_this] = ACTIONS(2660), + [sym_nullptr] = ACTIONS(2660), }, [1001] = { - [sym_identifier] = ACTIONS(2778), - [aux_sym_preproc_include_token1] = ACTIONS(2778), - [aux_sym_preproc_def_token1] = ACTIONS(2778), - [aux_sym_preproc_if_token1] = ACTIONS(2778), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2778), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2778), - [sym_preproc_directive] = ACTIONS(2778), - [anon_sym_LPAREN2] = ACTIONS(2780), - [anon_sym_BANG] = ACTIONS(2780), - [anon_sym_TILDE] = ACTIONS(2780), - [anon_sym_DASH] = ACTIONS(2778), - [anon_sym_PLUS] = ACTIONS(2778), - [anon_sym_STAR] = ACTIONS(2780), - [anon_sym_AMP_AMP] = ACTIONS(2780), - [anon_sym_AMP] = ACTIONS(2778), - [anon_sym_SEMI] = ACTIONS(2780), - [anon_sym_typedef] = ACTIONS(2778), - [anon_sym_extern] = ACTIONS(2778), - [anon_sym___attribute__] = ACTIONS(2778), - [anon_sym_COLON_COLON] = ACTIONS(2780), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2780), - [anon_sym___declspec] = ACTIONS(2778), - [anon_sym___based] = ACTIONS(2778), - [anon_sym___cdecl] = ACTIONS(2778), - [anon_sym___clrcall] = ACTIONS(2778), - [anon_sym___stdcall] = ACTIONS(2778), - [anon_sym___fastcall] = ACTIONS(2778), - [anon_sym___thiscall] = ACTIONS(2778), - [anon_sym___vectorcall] = ACTIONS(2778), - [anon_sym_LBRACE] = ACTIONS(2780), - [anon_sym_RBRACE] = ACTIONS(2780), - [anon_sym_LBRACK] = ACTIONS(2778), - [anon_sym_static] = ACTIONS(2778), - [anon_sym_register] = ACTIONS(2778), - [anon_sym_inline] = ACTIONS(2778), - [anon_sym_thread_local] = ACTIONS(2778), - [anon_sym_const] = ACTIONS(2778), - [anon_sym_volatile] = ACTIONS(2778), - [anon_sym_restrict] = ACTIONS(2778), - [anon_sym__Atomic] = ACTIONS(2778), - [anon_sym_mutable] = ACTIONS(2778), - [anon_sym_constexpr] = ACTIONS(2778), - [anon_sym_constinit] = ACTIONS(2778), - [anon_sym_consteval] = ACTIONS(2778), - [anon_sym_signed] = ACTIONS(2778), - [anon_sym_unsigned] = ACTIONS(2778), - [anon_sym_long] = ACTIONS(2778), - [anon_sym_short] = ACTIONS(2778), - [sym_primitive_type] = ACTIONS(2778), - [anon_sym_enum] = ACTIONS(2778), - [anon_sym_class] = ACTIONS(2778), - [anon_sym_struct] = ACTIONS(2778), - [anon_sym_union] = ACTIONS(2778), - [anon_sym_if] = ACTIONS(2778), - [anon_sym_switch] = ACTIONS(2778), - [anon_sym_case] = ACTIONS(2778), - [anon_sym_default] = ACTIONS(2778), - [anon_sym_while] = ACTIONS(2778), - [anon_sym_do] = ACTIONS(2778), - [anon_sym_for] = ACTIONS(2778), - [anon_sym_return] = ACTIONS(2778), - [anon_sym_break] = ACTIONS(2778), - [anon_sym_continue] = ACTIONS(2778), - [anon_sym_goto] = ACTIONS(2778), - [anon_sym_not] = ACTIONS(2778), - [anon_sym_compl] = ACTIONS(2778), - [anon_sym_DASH_DASH] = ACTIONS(2780), - [anon_sym_PLUS_PLUS] = ACTIONS(2780), - [anon_sym_sizeof] = ACTIONS(2778), - [sym_number_literal] = ACTIONS(2780), - [anon_sym_L_SQUOTE] = ACTIONS(2780), - [anon_sym_u_SQUOTE] = ACTIONS(2780), - [anon_sym_U_SQUOTE] = ACTIONS(2780), - [anon_sym_u8_SQUOTE] = ACTIONS(2780), - [anon_sym_SQUOTE] = ACTIONS(2780), - [anon_sym_L_DQUOTE] = ACTIONS(2780), - [anon_sym_u_DQUOTE] = ACTIONS(2780), - [anon_sym_U_DQUOTE] = ACTIONS(2780), - [anon_sym_u8_DQUOTE] = ACTIONS(2780), - [anon_sym_DQUOTE] = ACTIONS(2780), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2778), - [anon_sym_decltype] = ACTIONS(2778), - [anon_sym_virtual] = ACTIONS(2778), - [anon_sym_explicit] = ACTIONS(2778), - [anon_sym_typename] = ACTIONS(2778), - [anon_sym_template] = ACTIONS(2778), - [anon_sym_operator] = ACTIONS(2778), - [anon_sym_try] = ACTIONS(2778), - [anon_sym_delete] = ACTIONS(2778), - [anon_sym_throw] = ACTIONS(2778), - [anon_sym_namespace] = ACTIONS(2778), - [anon_sym_using] = ACTIONS(2778), - [anon_sym_static_assert] = ACTIONS(2778), - [anon_sym_concept] = ACTIONS(2778), - [anon_sym_co_return] = ACTIONS(2778), - [anon_sym_co_yield] = ACTIONS(2778), - [anon_sym_R_DQUOTE] = ACTIONS(2780), - [anon_sym_LR_DQUOTE] = ACTIONS(2780), - [anon_sym_uR_DQUOTE] = ACTIONS(2780), - [anon_sym_UR_DQUOTE] = ACTIONS(2780), - [anon_sym_u8R_DQUOTE] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2778), - [anon_sym_new] = ACTIONS(2778), - [anon_sym_requires] = ACTIONS(2778), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), + [sym_identifier] = ACTIONS(2656), + [aux_sym_preproc_include_token1] = ACTIONS(2656), + [aux_sym_preproc_def_token1] = ACTIONS(2656), + [aux_sym_preproc_if_token1] = ACTIONS(2656), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2656), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2656), + [sym_preproc_directive] = ACTIONS(2656), + [anon_sym_LPAREN2] = ACTIONS(2658), + [anon_sym_BANG] = ACTIONS(2658), + [anon_sym_TILDE] = ACTIONS(2658), + [anon_sym_DASH] = ACTIONS(2656), + [anon_sym_PLUS] = ACTIONS(2656), + [anon_sym_STAR] = ACTIONS(2658), + [anon_sym_AMP_AMP] = ACTIONS(2658), + [anon_sym_AMP] = ACTIONS(2656), + [anon_sym_SEMI] = ACTIONS(2658), + [anon_sym_typedef] = ACTIONS(2656), + [anon_sym_extern] = ACTIONS(2656), + [anon_sym___attribute__] = ACTIONS(2656), + [anon_sym_COLON_COLON] = ACTIONS(2658), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2658), + [anon_sym___declspec] = ACTIONS(2656), + [anon_sym___based] = ACTIONS(2656), + [anon_sym___cdecl] = ACTIONS(2656), + [anon_sym___clrcall] = ACTIONS(2656), + [anon_sym___stdcall] = ACTIONS(2656), + [anon_sym___fastcall] = ACTIONS(2656), + [anon_sym___thiscall] = ACTIONS(2656), + [anon_sym___vectorcall] = ACTIONS(2656), + [anon_sym_LBRACE] = ACTIONS(2658), + [anon_sym_RBRACE] = ACTIONS(2658), + [anon_sym_LBRACK] = ACTIONS(2656), + [anon_sym_static] = ACTIONS(2656), + [anon_sym_register] = ACTIONS(2656), + [anon_sym_inline] = ACTIONS(2656), + [anon_sym_thread_local] = ACTIONS(2656), + [anon_sym_const] = ACTIONS(2656), + [anon_sym_volatile] = ACTIONS(2656), + [anon_sym_restrict] = ACTIONS(2656), + [anon_sym__Atomic] = ACTIONS(2656), + [anon_sym_mutable] = ACTIONS(2656), + [anon_sym_constexpr] = ACTIONS(2656), + [anon_sym_constinit] = ACTIONS(2656), + [anon_sym_consteval] = ACTIONS(2656), + [anon_sym_signed] = ACTIONS(2656), + [anon_sym_unsigned] = ACTIONS(2656), + [anon_sym_long] = ACTIONS(2656), + [anon_sym_short] = ACTIONS(2656), + [sym_primitive_type] = ACTIONS(2656), + [anon_sym_enum] = ACTIONS(2656), + [anon_sym_class] = ACTIONS(2656), + [anon_sym_struct] = ACTIONS(2656), + [anon_sym_union] = ACTIONS(2656), + [anon_sym_if] = ACTIONS(2656), + [anon_sym_switch] = ACTIONS(2656), + [anon_sym_case] = ACTIONS(2656), + [anon_sym_default] = ACTIONS(2656), + [anon_sym_while] = ACTIONS(2656), + [anon_sym_do] = ACTIONS(2656), + [anon_sym_for] = ACTIONS(2656), + [anon_sym_return] = ACTIONS(2656), + [anon_sym_break] = ACTIONS(2656), + [anon_sym_continue] = ACTIONS(2656), + [anon_sym_goto] = ACTIONS(2656), + [anon_sym_not] = ACTIONS(2656), + [anon_sym_compl] = ACTIONS(2656), + [anon_sym_DASH_DASH] = ACTIONS(2658), + [anon_sym_PLUS_PLUS] = ACTIONS(2658), + [anon_sym_sizeof] = ACTIONS(2656), + [sym_number_literal] = ACTIONS(2658), + [anon_sym_L_SQUOTE] = ACTIONS(2658), + [anon_sym_u_SQUOTE] = ACTIONS(2658), + [anon_sym_U_SQUOTE] = ACTIONS(2658), + [anon_sym_u8_SQUOTE] = ACTIONS(2658), + [anon_sym_SQUOTE] = ACTIONS(2658), + [anon_sym_L_DQUOTE] = ACTIONS(2658), + [anon_sym_u_DQUOTE] = ACTIONS(2658), + [anon_sym_U_DQUOTE] = ACTIONS(2658), + [anon_sym_u8_DQUOTE] = ACTIONS(2658), + [anon_sym_DQUOTE] = ACTIONS(2658), + [sym_true] = ACTIONS(2656), + [sym_false] = ACTIONS(2656), + [sym_null] = ACTIONS(2656), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2656), + [anon_sym_decltype] = ACTIONS(2656), + [anon_sym_virtual] = ACTIONS(2656), + [anon_sym_explicit] = ACTIONS(2656), + [anon_sym_typename] = ACTIONS(2656), + [anon_sym_template] = ACTIONS(2656), + [anon_sym_operator] = ACTIONS(2656), + [anon_sym_try] = ACTIONS(2656), + [anon_sym_delete] = ACTIONS(2656), + [anon_sym_throw] = ACTIONS(2656), + [anon_sym_namespace] = ACTIONS(2656), + [anon_sym_using] = ACTIONS(2656), + [anon_sym_static_assert] = ACTIONS(2656), + [anon_sym_concept] = ACTIONS(2656), + [anon_sym_co_return] = ACTIONS(2656), + [anon_sym_co_yield] = ACTIONS(2656), + [anon_sym_R_DQUOTE] = ACTIONS(2658), + [anon_sym_LR_DQUOTE] = ACTIONS(2658), + [anon_sym_uR_DQUOTE] = ACTIONS(2658), + [anon_sym_UR_DQUOTE] = ACTIONS(2658), + [anon_sym_u8R_DQUOTE] = ACTIONS(2658), + [anon_sym_co_await] = ACTIONS(2656), + [anon_sym_new] = ACTIONS(2656), + [anon_sym_requires] = ACTIONS(2656), + [sym_this] = ACTIONS(2656), + [sym_nullptr] = ACTIONS(2656), }, [1002] = { - [sym_identifier] = ACTIONS(2774), - [aux_sym_preproc_include_token1] = ACTIONS(2774), - [aux_sym_preproc_def_token1] = ACTIONS(2774), - [aux_sym_preproc_if_token1] = ACTIONS(2774), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2774), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2774), - [sym_preproc_directive] = ACTIONS(2774), - [anon_sym_LPAREN2] = ACTIONS(2776), - [anon_sym_BANG] = ACTIONS(2776), - [anon_sym_TILDE] = ACTIONS(2776), - [anon_sym_DASH] = ACTIONS(2774), - [anon_sym_PLUS] = ACTIONS(2774), - [anon_sym_STAR] = ACTIONS(2776), - [anon_sym_AMP_AMP] = ACTIONS(2776), - [anon_sym_AMP] = ACTIONS(2774), - [anon_sym_SEMI] = ACTIONS(2776), - [anon_sym_typedef] = ACTIONS(2774), - [anon_sym_extern] = ACTIONS(2774), - [anon_sym___attribute__] = ACTIONS(2774), - [anon_sym_COLON_COLON] = ACTIONS(2776), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2776), - [anon_sym___declspec] = ACTIONS(2774), - [anon_sym___based] = ACTIONS(2774), - [anon_sym___cdecl] = ACTIONS(2774), - [anon_sym___clrcall] = ACTIONS(2774), - [anon_sym___stdcall] = ACTIONS(2774), - [anon_sym___fastcall] = ACTIONS(2774), - [anon_sym___thiscall] = ACTIONS(2774), - [anon_sym___vectorcall] = ACTIONS(2774), - [anon_sym_LBRACE] = ACTIONS(2776), - [anon_sym_RBRACE] = ACTIONS(2776), - [anon_sym_LBRACK] = ACTIONS(2774), - [anon_sym_static] = ACTIONS(2774), - [anon_sym_register] = ACTIONS(2774), - [anon_sym_inline] = ACTIONS(2774), - [anon_sym_thread_local] = ACTIONS(2774), - [anon_sym_const] = ACTIONS(2774), - [anon_sym_volatile] = ACTIONS(2774), - [anon_sym_restrict] = ACTIONS(2774), - [anon_sym__Atomic] = ACTIONS(2774), - [anon_sym_mutable] = ACTIONS(2774), - [anon_sym_constexpr] = ACTIONS(2774), - [anon_sym_constinit] = ACTIONS(2774), - [anon_sym_consteval] = ACTIONS(2774), - [anon_sym_signed] = ACTIONS(2774), - [anon_sym_unsigned] = ACTIONS(2774), - [anon_sym_long] = ACTIONS(2774), - [anon_sym_short] = ACTIONS(2774), - [sym_primitive_type] = ACTIONS(2774), - [anon_sym_enum] = ACTIONS(2774), - [anon_sym_class] = ACTIONS(2774), - [anon_sym_struct] = ACTIONS(2774), - [anon_sym_union] = ACTIONS(2774), - [anon_sym_if] = ACTIONS(2774), - [anon_sym_switch] = ACTIONS(2774), - [anon_sym_case] = ACTIONS(2774), - [anon_sym_default] = ACTIONS(2774), - [anon_sym_while] = ACTIONS(2774), - [anon_sym_do] = ACTIONS(2774), - [anon_sym_for] = ACTIONS(2774), - [anon_sym_return] = ACTIONS(2774), - [anon_sym_break] = ACTIONS(2774), - [anon_sym_continue] = ACTIONS(2774), - [anon_sym_goto] = ACTIONS(2774), - [anon_sym_not] = ACTIONS(2774), - [anon_sym_compl] = ACTIONS(2774), - [anon_sym_DASH_DASH] = ACTIONS(2776), - [anon_sym_PLUS_PLUS] = ACTIONS(2776), - [anon_sym_sizeof] = ACTIONS(2774), - [sym_number_literal] = ACTIONS(2776), - [anon_sym_L_SQUOTE] = ACTIONS(2776), - [anon_sym_u_SQUOTE] = ACTIONS(2776), - [anon_sym_U_SQUOTE] = ACTIONS(2776), - [anon_sym_u8_SQUOTE] = ACTIONS(2776), - [anon_sym_SQUOTE] = ACTIONS(2776), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2774), - [sym_false] = ACTIONS(2774), - [sym_null] = ACTIONS(2774), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2774), - [anon_sym_decltype] = ACTIONS(2774), - [anon_sym_virtual] = ACTIONS(2774), - [anon_sym_explicit] = ACTIONS(2774), - [anon_sym_typename] = ACTIONS(2774), - [anon_sym_template] = ACTIONS(2774), - [anon_sym_operator] = ACTIONS(2774), - [anon_sym_try] = ACTIONS(2774), - [anon_sym_delete] = ACTIONS(2774), - [anon_sym_throw] = ACTIONS(2774), - [anon_sym_namespace] = ACTIONS(2774), - [anon_sym_using] = ACTIONS(2774), - [anon_sym_static_assert] = ACTIONS(2774), - [anon_sym_concept] = ACTIONS(2774), - [anon_sym_co_return] = ACTIONS(2774), - [anon_sym_co_yield] = ACTIONS(2774), - [anon_sym_R_DQUOTE] = ACTIONS(2776), - [anon_sym_LR_DQUOTE] = ACTIONS(2776), - [anon_sym_uR_DQUOTE] = ACTIONS(2776), - [anon_sym_UR_DQUOTE] = ACTIONS(2776), - [anon_sym_u8R_DQUOTE] = ACTIONS(2776), - [anon_sym_co_await] = ACTIONS(2774), - [anon_sym_new] = ACTIONS(2774), - [anon_sym_requires] = ACTIONS(2774), - [sym_this] = ACTIONS(2774), - [sym_nullptr] = ACTIONS(2774), + [sym_identifier] = ACTIONS(2652), + [aux_sym_preproc_include_token1] = ACTIONS(2652), + [aux_sym_preproc_def_token1] = ACTIONS(2652), + [aux_sym_preproc_if_token1] = ACTIONS(2652), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2652), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2652), + [sym_preproc_directive] = ACTIONS(2652), + [anon_sym_LPAREN2] = ACTIONS(2654), + [anon_sym_BANG] = ACTIONS(2654), + [anon_sym_TILDE] = ACTIONS(2654), + [anon_sym_DASH] = ACTIONS(2652), + [anon_sym_PLUS] = ACTIONS(2652), + [anon_sym_STAR] = ACTIONS(2654), + [anon_sym_AMP_AMP] = ACTIONS(2654), + [anon_sym_AMP] = ACTIONS(2652), + [anon_sym_SEMI] = ACTIONS(2654), + [anon_sym_typedef] = ACTIONS(2652), + [anon_sym_extern] = ACTIONS(2652), + [anon_sym___attribute__] = ACTIONS(2652), + [anon_sym_COLON_COLON] = ACTIONS(2654), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2654), + [anon_sym___declspec] = ACTIONS(2652), + [anon_sym___based] = ACTIONS(2652), + [anon_sym___cdecl] = ACTIONS(2652), + [anon_sym___clrcall] = ACTIONS(2652), + [anon_sym___stdcall] = ACTIONS(2652), + [anon_sym___fastcall] = ACTIONS(2652), + [anon_sym___thiscall] = ACTIONS(2652), + [anon_sym___vectorcall] = ACTIONS(2652), + [anon_sym_LBRACE] = ACTIONS(2654), + [anon_sym_RBRACE] = ACTIONS(2654), + [anon_sym_LBRACK] = ACTIONS(2652), + [anon_sym_static] = ACTIONS(2652), + [anon_sym_register] = ACTIONS(2652), + [anon_sym_inline] = ACTIONS(2652), + [anon_sym_thread_local] = ACTIONS(2652), + [anon_sym_const] = ACTIONS(2652), + [anon_sym_volatile] = ACTIONS(2652), + [anon_sym_restrict] = ACTIONS(2652), + [anon_sym__Atomic] = ACTIONS(2652), + [anon_sym_mutable] = ACTIONS(2652), + [anon_sym_constexpr] = ACTIONS(2652), + [anon_sym_constinit] = ACTIONS(2652), + [anon_sym_consteval] = ACTIONS(2652), + [anon_sym_signed] = ACTIONS(2652), + [anon_sym_unsigned] = ACTIONS(2652), + [anon_sym_long] = ACTIONS(2652), + [anon_sym_short] = ACTIONS(2652), + [sym_primitive_type] = ACTIONS(2652), + [anon_sym_enum] = ACTIONS(2652), + [anon_sym_class] = ACTIONS(2652), + [anon_sym_struct] = ACTIONS(2652), + [anon_sym_union] = ACTIONS(2652), + [anon_sym_if] = ACTIONS(2652), + [anon_sym_switch] = ACTIONS(2652), + [anon_sym_case] = ACTIONS(2652), + [anon_sym_default] = ACTIONS(2652), + [anon_sym_while] = ACTIONS(2652), + [anon_sym_do] = ACTIONS(2652), + [anon_sym_for] = ACTIONS(2652), + [anon_sym_return] = ACTIONS(2652), + [anon_sym_break] = ACTIONS(2652), + [anon_sym_continue] = ACTIONS(2652), + [anon_sym_goto] = ACTIONS(2652), + [anon_sym_not] = ACTIONS(2652), + [anon_sym_compl] = ACTIONS(2652), + [anon_sym_DASH_DASH] = ACTIONS(2654), + [anon_sym_PLUS_PLUS] = ACTIONS(2654), + [anon_sym_sizeof] = ACTIONS(2652), + [sym_number_literal] = ACTIONS(2654), + [anon_sym_L_SQUOTE] = ACTIONS(2654), + [anon_sym_u_SQUOTE] = ACTIONS(2654), + [anon_sym_U_SQUOTE] = ACTIONS(2654), + [anon_sym_u8_SQUOTE] = ACTIONS(2654), + [anon_sym_SQUOTE] = ACTIONS(2654), + [anon_sym_L_DQUOTE] = ACTIONS(2654), + [anon_sym_u_DQUOTE] = ACTIONS(2654), + [anon_sym_U_DQUOTE] = ACTIONS(2654), + [anon_sym_u8_DQUOTE] = ACTIONS(2654), + [anon_sym_DQUOTE] = ACTIONS(2654), + [sym_true] = ACTIONS(2652), + [sym_false] = ACTIONS(2652), + [sym_null] = ACTIONS(2652), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2652), + [anon_sym_decltype] = ACTIONS(2652), + [anon_sym_virtual] = ACTIONS(2652), + [anon_sym_explicit] = ACTIONS(2652), + [anon_sym_typename] = ACTIONS(2652), + [anon_sym_template] = ACTIONS(2652), + [anon_sym_operator] = ACTIONS(2652), + [anon_sym_try] = ACTIONS(2652), + [anon_sym_delete] = ACTIONS(2652), + [anon_sym_throw] = ACTIONS(2652), + [anon_sym_namespace] = ACTIONS(2652), + [anon_sym_using] = ACTIONS(2652), + [anon_sym_static_assert] = ACTIONS(2652), + [anon_sym_concept] = ACTIONS(2652), + [anon_sym_co_return] = ACTIONS(2652), + [anon_sym_co_yield] = ACTIONS(2652), + [anon_sym_R_DQUOTE] = ACTIONS(2654), + [anon_sym_LR_DQUOTE] = ACTIONS(2654), + [anon_sym_uR_DQUOTE] = ACTIONS(2654), + [anon_sym_UR_DQUOTE] = ACTIONS(2654), + [anon_sym_u8R_DQUOTE] = ACTIONS(2654), + [anon_sym_co_await] = ACTIONS(2652), + [anon_sym_new] = ACTIONS(2652), + [anon_sym_requires] = ACTIONS(2652), + [sym_this] = ACTIONS(2652), + [sym_nullptr] = ACTIONS(2652), }, [1003] = { - [sym_identifier] = ACTIONS(2770), - [aux_sym_preproc_include_token1] = ACTIONS(2770), - [aux_sym_preproc_def_token1] = ACTIONS(2770), - [aux_sym_preproc_if_token1] = ACTIONS(2770), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2770), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2770), - [sym_preproc_directive] = ACTIONS(2770), - [anon_sym_LPAREN2] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2770), - [anon_sym_PLUS] = ACTIONS(2770), - [anon_sym_STAR] = ACTIONS(2772), - [anon_sym_AMP_AMP] = ACTIONS(2772), - [anon_sym_AMP] = ACTIONS(2770), - [anon_sym_SEMI] = ACTIONS(2772), - [anon_sym_typedef] = ACTIONS(2770), - [anon_sym_extern] = ACTIONS(2770), - [anon_sym___attribute__] = ACTIONS(2770), - [anon_sym_COLON_COLON] = ACTIONS(2772), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2772), - [anon_sym___declspec] = ACTIONS(2770), - [anon_sym___based] = ACTIONS(2770), - [anon_sym___cdecl] = ACTIONS(2770), - [anon_sym___clrcall] = ACTIONS(2770), - [anon_sym___stdcall] = ACTIONS(2770), - [anon_sym___fastcall] = ACTIONS(2770), - [anon_sym___thiscall] = ACTIONS(2770), - [anon_sym___vectorcall] = ACTIONS(2770), - [anon_sym_LBRACE] = ACTIONS(2772), - [anon_sym_RBRACE] = ACTIONS(2772), - [anon_sym_LBRACK] = ACTIONS(2770), - [anon_sym_static] = ACTIONS(2770), - [anon_sym_register] = ACTIONS(2770), - [anon_sym_inline] = ACTIONS(2770), - [anon_sym_thread_local] = ACTIONS(2770), - [anon_sym_const] = ACTIONS(2770), - [anon_sym_volatile] = ACTIONS(2770), - [anon_sym_restrict] = ACTIONS(2770), - [anon_sym__Atomic] = ACTIONS(2770), - [anon_sym_mutable] = ACTIONS(2770), - [anon_sym_constexpr] = ACTIONS(2770), - [anon_sym_constinit] = ACTIONS(2770), - [anon_sym_consteval] = ACTIONS(2770), - [anon_sym_signed] = ACTIONS(2770), - [anon_sym_unsigned] = ACTIONS(2770), - [anon_sym_long] = ACTIONS(2770), - [anon_sym_short] = ACTIONS(2770), - [sym_primitive_type] = ACTIONS(2770), - [anon_sym_enum] = ACTIONS(2770), - [anon_sym_class] = ACTIONS(2770), - [anon_sym_struct] = ACTIONS(2770), - [anon_sym_union] = ACTIONS(2770), - [anon_sym_if] = ACTIONS(2770), - [anon_sym_switch] = ACTIONS(2770), - [anon_sym_case] = ACTIONS(2770), - [anon_sym_default] = ACTIONS(2770), - [anon_sym_while] = ACTIONS(2770), - [anon_sym_do] = ACTIONS(2770), - [anon_sym_for] = ACTIONS(2770), - [anon_sym_return] = ACTIONS(2770), - [anon_sym_break] = ACTIONS(2770), - [anon_sym_continue] = ACTIONS(2770), - [anon_sym_goto] = ACTIONS(2770), - [anon_sym_not] = ACTIONS(2770), - [anon_sym_compl] = ACTIONS(2770), - [anon_sym_DASH_DASH] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2772), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2772), - [anon_sym_u_SQUOTE] = ACTIONS(2772), - [anon_sym_U_SQUOTE] = ACTIONS(2772), - [anon_sym_u8_SQUOTE] = ACTIONS(2772), - [anon_sym_SQUOTE] = ACTIONS(2772), - [anon_sym_L_DQUOTE] = ACTIONS(2772), - [anon_sym_u_DQUOTE] = ACTIONS(2772), - [anon_sym_U_DQUOTE] = ACTIONS(2772), - [anon_sym_u8_DQUOTE] = ACTIONS(2772), - [anon_sym_DQUOTE] = ACTIONS(2772), - [sym_true] = ACTIONS(2770), - [sym_false] = ACTIONS(2770), - [sym_null] = ACTIONS(2770), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2770), - [anon_sym_decltype] = ACTIONS(2770), - [anon_sym_virtual] = ACTIONS(2770), - [anon_sym_explicit] = ACTIONS(2770), - [anon_sym_typename] = ACTIONS(2770), - [anon_sym_template] = ACTIONS(2770), - [anon_sym_operator] = ACTIONS(2770), - [anon_sym_try] = ACTIONS(2770), - [anon_sym_delete] = ACTIONS(2770), - [anon_sym_throw] = ACTIONS(2770), - [anon_sym_namespace] = ACTIONS(2770), - [anon_sym_using] = ACTIONS(2770), - [anon_sym_static_assert] = ACTIONS(2770), - [anon_sym_concept] = ACTIONS(2770), - [anon_sym_co_return] = ACTIONS(2770), - [anon_sym_co_yield] = ACTIONS(2770), - [anon_sym_R_DQUOTE] = ACTIONS(2772), - [anon_sym_LR_DQUOTE] = ACTIONS(2772), - [anon_sym_uR_DQUOTE] = ACTIONS(2772), - [anon_sym_UR_DQUOTE] = ACTIONS(2772), - [anon_sym_u8R_DQUOTE] = ACTIONS(2772), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2770), - [anon_sym_requires] = ACTIONS(2770), - [sym_this] = ACTIONS(2770), - [sym_nullptr] = ACTIONS(2770), + [sym_identifier] = ACTIONS(2664), + [aux_sym_preproc_include_token1] = ACTIONS(2664), + [aux_sym_preproc_def_token1] = ACTIONS(2664), + [aux_sym_preproc_if_token1] = ACTIONS(2664), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2664), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2664), + [sym_preproc_directive] = ACTIONS(2664), + [anon_sym_LPAREN2] = ACTIONS(2666), + [anon_sym_BANG] = ACTIONS(2666), + [anon_sym_TILDE] = ACTIONS(2666), + [anon_sym_DASH] = ACTIONS(2664), + [anon_sym_PLUS] = ACTIONS(2664), + [anon_sym_STAR] = ACTIONS(2666), + [anon_sym_AMP_AMP] = ACTIONS(2666), + [anon_sym_AMP] = ACTIONS(2664), + [anon_sym_SEMI] = ACTIONS(2666), + [anon_sym_typedef] = ACTIONS(2664), + [anon_sym_extern] = ACTIONS(2664), + [anon_sym___attribute__] = ACTIONS(2664), + [anon_sym_COLON_COLON] = ACTIONS(2666), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2666), + [anon_sym___declspec] = ACTIONS(2664), + [anon_sym___based] = ACTIONS(2664), + [anon_sym___cdecl] = ACTIONS(2664), + [anon_sym___clrcall] = ACTIONS(2664), + [anon_sym___stdcall] = ACTIONS(2664), + [anon_sym___fastcall] = ACTIONS(2664), + [anon_sym___thiscall] = ACTIONS(2664), + [anon_sym___vectorcall] = ACTIONS(2664), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_RBRACE] = ACTIONS(2666), + [anon_sym_LBRACK] = ACTIONS(2664), + [anon_sym_static] = ACTIONS(2664), + [anon_sym_register] = ACTIONS(2664), + [anon_sym_inline] = ACTIONS(2664), + [anon_sym_thread_local] = ACTIONS(2664), + [anon_sym_const] = ACTIONS(2664), + [anon_sym_volatile] = ACTIONS(2664), + [anon_sym_restrict] = ACTIONS(2664), + [anon_sym__Atomic] = ACTIONS(2664), + [anon_sym_mutable] = ACTIONS(2664), + [anon_sym_constexpr] = ACTIONS(2664), + [anon_sym_constinit] = ACTIONS(2664), + [anon_sym_consteval] = ACTIONS(2664), + [anon_sym_signed] = ACTIONS(2664), + [anon_sym_unsigned] = ACTIONS(2664), + [anon_sym_long] = ACTIONS(2664), + [anon_sym_short] = ACTIONS(2664), + [sym_primitive_type] = ACTIONS(2664), + [anon_sym_enum] = ACTIONS(2664), + [anon_sym_class] = ACTIONS(2664), + [anon_sym_struct] = ACTIONS(2664), + [anon_sym_union] = ACTIONS(2664), + [anon_sym_if] = ACTIONS(2664), + [anon_sym_switch] = ACTIONS(2664), + [anon_sym_case] = ACTIONS(2664), + [anon_sym_default] = ACTIONS(2664), + [anon_sym_while] = ACTIONS(2664), + [anon_sym_do] = ACTIONS(2664), + [anon_sym_for] = ACTIONS(2664), + [anon_sym_return] = ACTIONS(2664), + [anon_sym_break] = ACTIONS(2664), + [anon_sym_continue] = ACTIONS(2664), + [anon_sym_goto] = ACTIONS(2664), + [anon_sym_not] = ACTIONS(2664), + [anon_sym_compl] = ACTIONS(2664), + [anon_sym_DASH_DASH] = ACTIONS(2666), + [anon_sym_PLUS_PLUS] = ACTIONS(2666), + [anon_sym_sizeof] = ACTIONS(2664), + [sym_number_literal] = ACTIONS(2666), + [anon_sym_L_SQUOTE] = ACTIONS(2666), + [anon_sym_u_SQUOTE] = ACTIONS(2666), + [anon_sym_U_SQUOTE] = ACTIONS(2666), + [anon_sym_u8_SQUOTE] = ACTIONS(2666), + [anon_sym_SQUOTE] = ACTIONS(2666), + [anon_sym_L_DQUOTE] = ACTIONS(2666), + [anon_sym_u_DQUOTE] = ACTIONS(2666), + [anon_sym_U_DQUOTE] = ACTIONS(2666), + [anon_sym_u8_DQUOTE] = ACTIONS(2666), + [anon_sym_DQUOTE] = ACTIONS(2666), + [sym_true] = ACTIONS(2664), + [sym_false] = ACTIONS(2664), + [sym_null] = ACTIONS(2664), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2664), + [anon_sym_decltype] = ACTIONS(2664), + [anon_sym_virtual] = ACTIONS(2664), + [anon_sym_explicit] = ACTIONS(2664), + [anon_sym_typename] = ACTIONS(2664), + [anon_sym_template] = ACTIONS(2664), + [anon_sym_operator] = ACTIONS(2664), + [anon_sym_try] = ACTIONS(2664), + [anon_sym_delete] = ACTIONS(2664), + [anon_sym_throw] = ACTIONS(2664), + [anon_sym_namespace] = ACTIONS(2664), + [anon_sym_using] = ACTIONS(2664), + [anon_sym_static_assert] = ACTIONS(2664), + [anon_sym_concept] = ACTIONS(2664), + [anon_sym_co_return] = ACTIONS(2664), + [anon_sym_co_yield] = ACTIONS(2664), + [anon_sym_R_DQUOTE] = ACTIONS(2666), + [anon_sym_LR_DQUOTE] = ACTIONS(2666), + [anon_sym_uR_DQUOTE] = ACTIONS(2666), + [anon_sym_UR_DQUOTE] = ACTIONS(2666), + [anon_sym_u8R_DQUOTE] = ACTIONS(2666), + [anon_sym_co_await] = ACTIONS(2664), + [anon_sym_new] = ACTIONS(2664), + [anon_sym_requires] = ACTIONS(2664), + [sym_this] = ACTIONS(2664), + [sym_nullptr] = ACTIONS(2664), }, [1004] = { - [sym_identifier] = ACTIONS(2670), - [aux_sym_preproc_include_token1] = ACTIONS(2670), - [aux_sym_preproc_def_token1] = ACTIONS(2670), - [aux_sym_preproc_if_token1] = ACTIONS(2670), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2670), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2670), - [sym_preproc_directive] = ACTIONS(2670), - [anon_sym_LPAREN2] = ACTIONS(2672), - [anon_sym_BANG] = ACTIONS(2672), - [anon_sym_TILDE] = ACTIONS(2672), - [anon_sym_DASH] = ACTIONS(2670), - [anon_sym_PLUS] = ACTIONS(2670), - [anon_sym_STAR] = ACTIONS(2672), - [anon_sym_AMP_AMP] = ACTIONS(2672), - [anon_sym_AMP] = ACTIONS(2670), - [anon_sym_SEMI] = ACTIONS(2672), - [anon_sym_typedef] = ACTIONS(2670), - [anon_sym_extern] = ACTIONS(2670), - [anon_sym___attribute__] = ACTIONS(2670), - [anon_sym_COLON_COLON] = ACTIONS(2672), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2672), - [anon_sym___declspec] = ACTIONS(2670), - [anon_sym___based] = ACTIONS(2670), - [anon_sym___cdecl] = ACTIONS(2670), - [anon_sym___clrcall] = ACTIONS(2670), - [anon_sym___stdcall] = ACTIONS(2670), - [anon_sym___fastcall] = ACTIONS(2670), - [anon_sym___thiscall] = ACTIONS(2670), - [anon_sym___vectorcall] = ACTIONS(2670), - [anon_sym_LBRACE] = ACTIONS(2672), - [anon_sym_RBRACE] = ACTIONS(2672), - [anon_sym_LBRACK] = ACTIONS(2670), - [anon_sym_static] = ACTIONS(2670), - [anon_sym_register] = ACTIONS(2670), - [anon_sym_inline] = ACTIONS(2670), - [anon_sym_thread_local] = ACTIONS(2670), - [anon_sym_const] = ACTIONS(2670), - [anon_sym_volatile] = ACTIONS(2670), - [anon_sym_restrict] = ACTIONS(2670), - [anon_sym__Atomic] = ACTIONS(2670), - [anon_sym_mutable] = ACTIONS(2670), - [anon_sym_constexpr] = ACTIONS(2670), - [anon_sym_constinit] = ACTIONS(2670), - [anon_sym_consteval] = ACTIONS(2670), - [anon_sym_signed] = ACTIONS(2670), - [anon_sym_unsigned] = ACTIONS(2670), - [anon_sym_long] = ACTIONS(2670), - [anon_sym_short] = ACTIONS(2670), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_enum] = ACTIONS(2670), - [anon_sym_class] = ACTIONS(2670), - [anon_sym_struct] = ACTIONS(2670), - [anon_sym_union] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2670), - [anon_sym_switch] = ACTIONS(2670), - [anon_sym_case] = ACTIONS(2670), - [anon_sym_default] = ACTIONS(2670), - [anon_sym_while] = ACTIONS(2670), - [anon_sym_do] = ACTIONS(2670), - [anon_sym_for] = ACTIONS(2670), - [anon_sym_return] = ACTIONS(2670), - [anon_sym_break] = ACTIONS(2670), - [anon_sym_continue] = ACTIONS(2670), - [anon_sym_goto] = ACTIONS(2670), - [anon_sym_not] = ACTIONS(2670), - [anon_sym_compl] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2672), - [anon_sym_PLUS_PLUS] = ACTIONS(2672), - [anon_sym_sizeof] = ACTIONS(2670), - [sym_number_literal] = ACTIONS(2672), - [anon_sym_L_SQUOTE] = ACTIONS(2672), - [anon_sym_u_SQUOTE] = ACTIONS(2672), - [anon_sym_U_SQUOTE] = ACTIONS(2672), - [anon_sym_u8_SQUOTE] = ACTIONS(2672), - [anon_sym_SQUOTE] = ACTIONS(2672), - [anon_sym_L_DQUOTE] = ACTIONS(2672), - [anon_sym_u_DQUOTE] = ACTIONS(2672), - [anon_sym_U_DQUOTE] = ACTIONS(2672), - [anon_sym_u8_DQUOTE] = ACTIONS(2672), - [anon_sym_DQUOTE] = ACTIONS(2672), - [sym_true] = ACTIONS(2670), - [sym_false] = ACTIONS(2670), - [sym_null] = ACTIONS(2670), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2670), - [anon_sym_decltype] = ACTIONS(2670), - [anon_sym_virtual] = ACTIONS(2670), - [anon_sym_explicit] = ACTIONS(2670), - [anon_sym_typename] = ACTIONS(2670), - [anon_sym_template] = ACTIONS(2670), - [anon_sym_operator] = ACTIONS(2670), - [anon_sym_try] = ACTIONS(2670), - [anon_sym_delete] = ACTIONS(2670), - [anon_sym_throw] = ACTIONS(2670), - [anon_sym_namespace] = ACTIONS(2670), - [anon_sym_using] = ACTIONS(2670), - [anon_sym_static_assert] = ACTIONS(2670), - [anon_sym_concept] = ACTIONS(2670), - [anon_sym_co_return] = ACTIONS(2670), - [anon_sym_co_yield] = ACTIONS(2670), - [anon_sym_R_DQUOTE] = ACTIONS(2672), - [anon_sym_LR_DQUOTE] = ACTIONS(2672), - [anon_sym_uR_DQUOTE] = ACTIONS(2672), - [anon_sym_UR_DQUOTE] = ACTIONS(2672), - [anon_sym_u8R_DQUOTE] = ACTIONS(2672), - [anon_sym_co_await] = ACTIONS(2670), - [anon_sym_new] = ACTIONS(2670), - [anon_sym_requires] = ACTIONS(2670), - [sym_this] = ACTIONS(2670), - [sym_nullptr] = ACTIONS(2670), + [ts_builtin_sym_end] = ACTIONS(2860), + [sym_identifier] = ACTIONS(2858), + [aux_sym_preproc_include_token1] = ACTIONS(2858), + [aux_sym_preproc_def_token1] = ACTIONS(2858), + [aux_sym_preproc_if_token1] = ACTIONS(2858), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2858), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2858), + [sym_preproc_directive] = ACTIONS(2858), + [anon_sym_LPAREN2] = ACTIONS(2860), + [anon_sym_BANG] = ACTIONS(2860), + [anon_sym_TILDE] = ACTIONS(2860), + [anon_sym_DASH] = ACTIONS(2858), + [anon_sym_PLUS] = ACTIONS(2858), + [anon_sym_STAR] = ACTIONS(2860), + [anon_sym_AMP_AMP] = ACTIONS(2860), + [anon_sym_AMP] = ACTIONS(2858), + [anon_sym_SEMI] = ACTIONS(2860), + [anon_sym_typedef] = ACTIONS(2858), + [anon_sym_extern] = ACTIONS(2858), + [anon_sym___attribute__] = ACTIONS(2858), + [anon_sym_COLON_COLON] = ACTIONS(2860), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2860), + [anon_sym___declspec] = ACTIONS(2858), + [anon_sym___based] = ACTIONS(2858), + [anon_sym___cdecl] = ACTIONS(2858), + [anon_sym___clrcall] = ACTIONS(2858), + [anon_sym___stdcall] = ACTIONS(2858), + [anon_sym___fastcall] = ACTIONS(2858), + [anon_sym___thiscall] = ACTIONS(2858), + [anon_sym___vectorcall] = ACTIONS(2858), + [anon_sym_LBRACE] = ACTIONS(2860), + [anon_sym_LBRACK] = ACTIONS(2858), + [anon_sym_static] = ACTIONS(2858), + [anon_sym_register] = ACTIONS(2858), + [anon_sym_inline] = ACTIONS(2858), + [anon_sym_thread_local] = ACTIONS(2858), + [anon_sym_const] = ACTIONS(2858), + [anon_sym_volatile] = ACTIONS(2858), + [anon_sym_restrict] = ACTIONS(2858), + [anon_sym__Atomic] = ACTIONS(2858), + [anon_sym_mutable] = ACTIONS(2858), + [anon_sym_constexpr] = ACTIONS(2858), + [anon_sym_constinit] = ACTIONS(2858), + [anon_sym_consteval] = ACTIONS(2858), + [anon_sym_signed] = ACTIONS(2858), + [anon_sym_unsigned] = ACTIONS(2858), + [anon_sym_long] = ACTIONS(2858), + [anon_sym_short] = ACTIONS(2858), + [sym_primitive_type] = ACTIONS(2858), + [anon_sym_enum] = ACTIONS(2858), + [anon_sym_class] = ACTIONS(2858), + [anon_sym_struct] = ACTIONS(2858), + [anon_sym_union] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_switch] = ACTIONS(2858), + [anon_sym_case] = ACTIONS(2858), + [anon_sym_default] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_do] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_break] = ACTIONS(2858), + [anon_sym_continue] = ACTIONS(2858), + [anon_sym_goto] = ACTIONS(2858), + [anon_sym_not] = ACTIONS(2858), + [anon_sym_compl] = ACTIONS(2858), + [anon_sym_DASH_DASH] = ACTIONS(2860), + [anon_sym_PLUS_PLUS] = ACTIONS(2860), + [anon_sym_sizeof] = ACTIONS(2858), + [sym_number_literal] = ACTIONS(2860), + [anon_sym_L_SQUOTE] = ACTIONS(2860), + [anon_sym_u_SQUOTE] = ACTIONS(2860), + [anon_sym_U_SQUOTE] = ACTIONS(2860), + [anon_sym_u8_SQUOTE] = ACTIONS(2860), + [anon_sym_SQUOTE] = ACTIONS(2860), + [anon_sym_L_DQUOTE] = ACTIONS(2860), + [anon_sym_u_DQUOTE] = ACTIONS(2860), + [anon_sym_U_DQUOTE] = ACTIONS(2860), + [anon_sym_u8_DQUOTE] = ACTIONS(2860), + [anon_sym_DQUOTE] = ACTIONS(2860), + [sym_true] = ACTIONS(2858), + [sym_false] = ACTIONS(2858), + [sym_null] = ACTIONS(2858), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2858), + [anon_sym_decltype] = ACTIONS(2858), + [anon_sym_virtual] = ACTIONS(2858), + [anon_sym_explicit] = ACTIONS(2858), + [anon_sym_typename] = ACTIONS(2858), + [anon_sym_template] = ACTIONS(2858), + [anon_sym_operator] = ACTIONS(2858), + [anon_sym_try] = ACTIONS(2858), + [anon_sym_delete] = ACTIONS(2858), + [anon_sym_throw] = ACTIONS(2858), + [anon_sym_namespace] = ACTIONS(2858), + [anon_sym_using] = ACTIONS(2858), + [anon_sym_static_assert] = ACTIONS(2858), + [anon_sym_concept] = ACTIONS(2858), + [anon_sym_co_return] = ACTIONS(2858), + [anon_sym_co_yield] = ACTIONS(2858), + [anon_sym_R_DQUOTE] = ACTIONS(2860), + [anon_sym_LR_DQUOTE] = ACTIONS(2860), + [anon_sym_uR_DQUOTE] = ACTIONS(2860), + [anon_sym_UR_DQUOTE] = ACTIONS(2860), + [anon_sym_u8R_DQUOTE] = ACTIONS(2860), + [anon_sym_co_await] = ACTIONS(2858), + [anon_sym_new] = ACTIONS(2858), + [anon_sym_requires] = ACTIONS(2858), + [sym_this] = ACTIONS(2858), + [sym_nullptr] = ACTIONS(2858), }, [1005] = { - [ts_builtin_sym_end] = ACTIONS(2664), - [sym_identifier] = ACTIONS(2662), - [aux_sym_preproc_include_token1] = ACTIONS(2662), - [aux_sym_preproc_def_token1] = ACTIONS(2662), - [aux_sym_preproc_if_token1] = ACTIONS(2662), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2662), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2662), - [sym_preproc_directive] = ACTIONS(2662), - [anon_sym_LPAREN2] = ACTIONS(2664), - [anon_sym_BANG] = ACTIONS(2664), - [anon_sym_TILDE] = ACTIONS(2664), - [anon_sym_DASH] = ACTIONS(2662), - [anon_sym_PLUS] = ACTIONS(2662), - [anon_sym_STAR] = ACTIONS(2664), - [anon_sym_AMP_AMP] = ACTIONS(2664), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_SEMI] = ACTIONS(2664), - [anon_sym_typedef] = ACTIONS(2662), - [anon_sym_extern] = ACTIONS(2662), - [anon_sym___attribute__] = ACTIONS(2662), - [anon_sym_COLON_COLON] = ACTIONS(2664), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2664), - [anon_sym___declspec] = ACTIONS(2662), - [anon_sym___based] = ACTIONS(2662), - [anon_sym___cdecl] = ACTIONS(2662), - [anon_sym___clrcall] = ACTIONS(2662), - [anon_sym___stdcall] = ACTIONS(2662), - [anon_sym___fastcall] = ACTIONS(2662), - [anon_sym___thiscall] = ACTIONS(2662), - [anon_sym___vectorcall] = ACTIONS(2662), - [anon_sym_LBRACE] = ACTIONS(2664), - [anon_sym_LBRACK] = ACTIONS(2662), - [anon_sym_static] = ACTIONS(2662), - [anon_sym_register] = ACTIONS(2662), - [anon_sym_inline] = ACTIONS(2662), - [anon_sym_thread_local] = ACTIONS(2662), - [anon_sym_const] = ACTIONS(2662), - [anon_sym_volatile] = ACTIONS(2662), - [anon_sym_restrict] = ACTIONS(2662), - [anon_sym__Atomic] = ACTIONS(2662), - [anon_sym_mutable] = ACTIONS(2662), - [anon_sym_constexpr] = ACTIONS(2662), - [anon_sym_constinit] = ACTIONS(2662), - [anon_sym_consteval] = ACTIONS(2662), - [anon_sym_signed] = ACTIONS(2662), - [anon_sym_unsigned] = ACTIONS(2662), - [anon_sym_long] = ACTIONS(2662), - [anon_sym_short] = ACTIONS(2662), - [sym_primitive_type] = ACTIONS(2662), - [anon_sym_enum] = ACTIONS(2662), - [anon_sym_class] = ACTIONS(2662), - [anon_sym_struct] = ACTIONS(2662), - [anon_sym_union] = ACTIONS(2662), - [anon_sym_if] = ACTIONS(2662), - [anon_sym_switch] = ACTIONS(2662), - [anon_sym_case] = ACTIONS(2662), - [anon_sym_default] = ACTIONS(2662), - [anon_sym_while] = ACTIONS(2662), - [anon_sym_do] = ACTIONS(2662), - [anon_sym_for] = ACTIONS(2662), - [anon_sym_return] = ACTIONS(2662), - [anon_sym_break] = ACTIONS(2662), - [anon_sym_continue] = ACTIONS(2662), - [anon_sym_goto] = ACTIONS(2662), - [anon_sym_not] = ACTIONS(2662), - [anon_sym_compl] = ACTIONS(2662), - [anon_sym_DASH_DASH] = ACTIONS(2664), - [anon_sym_PLUS_PLUS] = ACTIONS(2664), - [anon_sym_sizeof] = ACTIONS(2662), - [sym_number_literal] = ACTIONS(2664), - [anon_sym_L_SQUOTE] = ACTIONS(2664), - [anon_sym_u_SQUOTE] = ACTIONS(2664), - [anon_sym_U_SQUOTE] = ACTIONS(2664), - [anon_sym_u8_SQUOTE] = ACTIONS(2664), - [anon_sym_SQUOTE] = ACTIONS(2664), - [anon_sym_L_DQUOTE] = ACTIONS(2664), - [anon_sym_u_DQUOTE] = ACTIONS(2664), - [anon_sym_U_DQUOTE] = ACTIONS(2664), - [anon_sym_u8_DQUOTE] = ACTIONS(2664), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym_true] = ACTIONS(2662), - [sym_false] = ACTIONS(2662), - [sym_null] = ACTIONS(2662), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2662), - [anon_sym_decltype] = ACTIONS(2662), - [anon_sym_virtual] = ACTIONS(2662), - [anon_sym_explicit] = ACTIONS(2662), - [anon_sym_typename] = ACTIONS(2662), - [anon_sym_template] = ACTIONS(2662), - [anon_sym_operator] = ACTIONS(2662), - [anon_sym_try] = ACTIONS(2662), - [anon_sym_delete] = ACTIONS(2662), - [anon_sym_throw] = ACTIONS(2662), - [anon_sym_namespace] = ACTIONS(2662), - [anon_sym_using] = ACTIONS(2662), - [anon_sym_static_assert] = ACTIONS(2662), - [anon_sym_concept] = ACTIONS(2662), - [anon_sym_co_return] = ACTIONS(2662), - [anon_sym_co_yield] = ACTIONS(2662), - [anon_sym_R_DQUOTE] = ACTIONS(2664), - [anon_sym_LR_DQUOTE] = ACTIONS(2664), - [anon_sym_uR_DQUOTE] = ACTIONS(2664), - [anon_sym_UR_DQUOTE] = ACTIONS(2664), - [anon_sym_u8R_DQUOTE] = ACTIONS(2664), - [anon_sym_co_await] = ACTIONS(2662), - [anon_sym_new] = ACTIONS(2662), - [anon_sym_requires] = ACTIONS(2662), - [sym_this] = ACTIONS(2662), - [sym_nullptr] = ACTIONS(2662), + [ts_builtin_sym_end] = ACTIONS(2846), + [sym_identifier] = ACTIONS(2844), + [aux_sym_preproc_include_token1] = ACTIONS(2844), + [aux_sym_preproc_def_token1] = ACTIONS(2844), + [aux_sym_preproc_if_token1] = ACTIONS(2844), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2844), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2844), + [sym_preproc_directive] = ACTIONS(2844), + [anon_sym_LPAREN2] = ACTIONS(2846), + [anon_sym_BANG] = ACTIONS(2846), + [anon_sym_TILDE] = ACTIONS(2846), + [anon_sym_DASH] = ACTIONS(2844), + [anon_sym_PLUS] = ACTIONS(2844), + [anon_sym_STAR] = ACTIONS(2846), + [anon_sym_AMP_AMP] = ACTIONS(2846), + [anon_sym_AMP] = ACTIONS(2844), + [anon_sym_SEMI] = ACTIONS(2846), + [anon_sym_typedef] = ACTIONS(2844), + [anon_sym_extern] = ACTIONS(2844), + [anon_sym___attribute__] = ACTIONS(2844), + [anon_sym_COLON_COLON] = ACTIONS(2846), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2846), + [anon_sym___declspec] = ACTIONS(2844), + [anon_sym___based] = ACTIONS(2844), + [anon_sym___cdecl] = ACTIONS(2844), + [anon_sym___clrcall] = ACTIONS(2844), + [anon_sym___stdcall] = ACTIONS(2844), + [anon_sym___fastcall] = ACTIONS(2844), + [anon_sym___thiscall] = ACTIONS(2844), + [anon_sym___vectorcall] = ACTIONS(2844), + [anon_sym_LBRACE] = ACTIONS(2846), + [anon_sym_LBRACK] = ACTIONS(2844), + [anon_sym_static] = ACTIONS(2844), + [anon_sym_register] = ACTIONS(2844), + [anon_sym_inline] = ACTIONS(2844), + [anon_sym_thread_local] = ACTIONS(2844), + [anon_sym_const] = ACTIONS(2844), + [anon_sym_volatile] = ACTIONS(2844), + [anon_sym_restrict] = ACTIONS(2844), + [anon_sym__Atomic] = ACTIONS(2844), + [anon_sym_mutable] = ACTIONS(2844), + [anon_sym_constexpr] = ACTIONS(2844), + [anon_sym_constinit] = ACTIONS(2844), + [anon_sym_consteval] = ACTIONS(2844), + [anon_sym_signed] = ACTIONS(2844), + [anon_sym_unsigned] = ACTIONS(2844), + [anon_sym_long] = ACTIONS(2844), + [anon_sym_short] = ACTIONS(2844), + [sym_primitive_type] = ACTIONS(2844), + [anon_sym_enum] = ACTIONS(2844), + [anon_sym_class] = ACTIONS(2844), + [anon_sym_struct] = ACTIONS(2844), + [anon_sym_union] = ACTIONS(2844), + [anon_sym_if] = ACTIONS(2844), + [anon_sym_switch] = ACTIONS(2844), + [anon_sym_case] = ACTIONS(2844), + [anon_sym_default] = ACTIONS(2844), + [anon_sym_while] = ACTIONS(2844), + [anon_sym_do] = ACTIONS(2844), + [anon_sym_for] = ACTIONS(2844), + [anon_sym_return] = ACTIONS(2844), + [anon_sym_break] = ACTIONS(2844), + [anon_sym_continue] = ACTIONS(2844), + [anon_sym_goto] = ACTIONS(2844), + [anon_sym_not] = ACTIONS(2844), + [anon_sym_compl] = ACTIONS(2844), + [anon_sym_DASH_DASH] = ACTIONS(2846), + [anon_sym_PLUS_PLUS] = ACTIONS(2846), + [anon_sym_sizeof] = ACTIONS(2844), + [sym_number_literal] = ACTIONS(2846), + [anon_sym_L_SQUOTE] = ACTIONS(2846), + [anon_sym_u_SQUOTE] = ACTIONS(2846), + [anon_sym_U_SQUOTE] = ACTIONS(2846), + [anon_sym_u8_SQUOTE] = ACTIONS(2846), + [anon_sym_SQUOTE] = ACTIONS(2846), + [anon_sym_L_DQUOTE] = ACTIONS(2846), + [anon_sym_u_DQUOTE] = ACTIONS(2846), + [anon_sym_U_DQUOTE] = ACTIONS(2846), + [anon_sym_u8_DQUOTE] = ACTIONS(2846), + [anon_sym_DQUOTE] = ACTIONS(2846), + [sym_true] = ACTIONS(2844), + [sym_false] = ACTIONS(2844), + [sym_null] = ACTIONS(2844), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2844), + [anon_sym_decltype] = ACTIONS(2844), + [anon_sym_virtual] = ACTIONS(2844), + [anon_sym_explicit] = ACTIONS(2844), + [anon_sym_typename] = ACTIONS(2844), + [anon_sym_template] = ACTIONS(2844), + [anon_sym_operator] = ACTIONS(2844), + [anon_sym_try] = ACTIONS(2844), + [anon_sym_delete] = ACTIONS(2844), + [anon_sym_throw] = ACTIONS(2844), + [anon_sym_namespace] = ACTIONS(2844), + [anon_sym_using] = ACTIONS(2844), + [anon_sym_static_assert] = ACTIONS(2844), + [anon_sym_concept] = ACTIONS(2844), + [anon_sym_co_return] = ACTIONS(2844), + [anon_sym_co_yield] = ACTIONS(2844), + [anon_sym_R_DQUOTE] = ACTIONS(2846), + [anon_sym_LR_DQUOTE] = ACTIONS(2846), + [anon_sym_uR_DQUOTE] = ACTIONS(2846), + [anon_sym_UR_DQUOTE] = ACTIONS(2846), + [anon_sym_u8R_DQUOTE] = ACTIONS(2846), + [anon_sym_co_await] = ACTIONS(2844), + [anon_sym_new] = ACTIONS(2844), + [anon_sym_requires] = ACTIONS(2844), + [sym_this] = ACTIONS(2844), + [sym_nullptr] = ACTIONS(2844), }, [1006] = { - [ts_builtin_sym_end] = ACTIONS(2760), - [sym_identifier] = ACTIONS(2758), - [aux_sym_preproc_include_token1] = ACTIONS(2758), - [aux_sym_preproc_def_token1] = ACTIONS(2758), - [aux_sym_preproc_if_token1] = ACTIONS(2758), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2758), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2758), - [sym_preproc_directive] = ACTIONS(2758), - [anon_sym_LPAREN2] = ACTIONS(2760), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(2760), - [anon_sym_AMP_AMP] = ACTIONS(2760), - [anon_sym_AMP] = ACTIONS(2758), - [anon_sym_SEMI] = ACTIONS(2760), - [anon_sym_typedef] = ACTIONS(2758), - [anon_sym_extern] = ACTIONS(2758), - [anon_sym___attribute__] = ACTIONS(2758), - [anon_sym_COLON_COLON] = ACTIONS(2760), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2760), - [anon_sym___declspec] = ACTIONS(2758), - [anon_sym___based] = ACTIONS(2758), - [anon_sym___cdecl] = ACTIONS(2758), - [anon_sym___clrcall] = ACTIONS(2758), - [anon_sym___stdcall] = ACTIONS(2758), - [anon_sym___fastcall] = ACTIONS(2758), - [anon_sym___thiscall] = ACTIONS(2758), - [anon_sym___vectorcall] = ACTIONS(2758), - [anon_sym_LBRACE] = ACTIONS(2760), - [anon_sym_LBRACK] = ACTIONS(2758), - [anon_sym_static] = ACTIONS(2758), - [anon_sym_register] = ACTIONS(2758), - [anon_sym_inline] = ACTIONS(2758), - [anon_sym_thread_local] = ACTIONS(2758), - [anon_sym_const] = ACTIONS(2758), - [anon_sym_volatile] = ACTIONS(2758), - [anon_sym_restrict] = ACTIONS(2758), - [anon_sym__Atomic] = ACTIONS(2758), - [anon_sym_mutable] = ACTIONS(2758), - [anon_sym_constexpr] = ACTIONS(2758), - [anon_sym_constinit] = ACTIONS(2758), - [anon_sym_consteval] = ACTIONS(2758), - [anon_sym_signed] = ACTIONS(2758), - [anon_sym_unsigned] = ACTIONS(2758), - [anon_sym_long] = ACTIONS(2758), - [anon_sym_short] = ACTIONS(2758), - [sym_primitive_type] = ACTIONS(2758), - [anon_sym_enum] = ACTIONS(2758), - [anon_sym_class] = ACTIONS(2758), - [anon_sym_struct] = ACTIONS(2758), - [anon_sym_union] = ACTIONS(2758), - [anon_sym_if] = ACTIONS(2758), - [anon_sym_switch] = ACTIONS(2758), - [anon_sym_case] = ACTIONS(2758), - [anon_sym_default] = ACTIONS(2758), - [anon_sym_while] = ACTIONS(2758), - [anon_sym_do] = ACTIONS(2758), - [anon_sym_for] = ACTIONS(2758), - [anon_sym_return] = ACTIONS(2758), - [anon_sym_break] = ACTIONS(2758), - [anon_sym_continue] = ACTIONS(2758), - [anon_sym_goto] = ACTIONS(2758), - [anon_sym_not] = ACTIONS(2758), - [anon_sym_compl] = ACTIONS(2758), - [anon_sym_DASH_DASH] = ACTIONS(2760), - [anon_sym_PLUS_PLUS] = ACTIONS(2760), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [anon_sym_L_SQUOTE] = ACTIONS(2760), - [anon_sym_u_SQUOTE] = ACTIONS(2760), - [anon_sym_U_SQUOTE] = ACTIONS(2760), - [anon_sym_u8_SQUOTE] = ACTIONS(2760), - [anon_sym_SQUOTE] = ACTIONS(2760), - [anon_sym_L_DQUOTE] = ACTIONS(2760), - [anon_sym_u_DQUOTE] = ACTIONS(2760), - [anon_sym_U_DQUOTE] = ACTIONS(2760), - [anon_sym_u8_DQUOTE] = ACTIONS(2760), - [anon_sym_DQUOTE] = ACTIONS(2760), - [sym_true] = ACTIONS(2758), - [sym_false] = ACTIONS(2758), - [sym_null] = ACTIONS(2758), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2758), - [anon_sym_decltype] = ACTIONS(2758), - [anon_sym_virtual] = ACTIONS(2758), - [anon_sym_explicit] = ACTIONS(2758), - [anon_sym_typename] = ACTIONS(2758), - [anon_sym_template] = ACTIONS(2758), - [anon_sym_operator] = ACTIONS(2758), - [anon_sym_try] = ACTIONS(2758), - [anon_sym_delete] = ACTIONS(2758), - [anon_sym_throw] = ACTIONS(2758), - [anon_sym_namespace] = ACTIONS(2758), - [anon_sym_using] = ACTIONS(2758), - [anon_sym_static_assert] = ACTIONS(2758), - [anon_sym_concept] = ACTIONS(2758), - [anon_sym_co_return] = ACTIONS(2758), - [anon_sym_co_yield] = ACTIONS(2758), - [anon_sym_R_DQUOTE] = ACTIONS(2760), - [anon_sym_LR_DQUOTE] = ACTIONS(2760), - [anon_sym_uR_DQUOTE] = ACTIONS(2760), - [anon_sym_UR_DQUOTE] = ACTIONS(2760), - [anon_sym_u8R_DQUOTE] = ACTIONS(2760), - [anon_sym_co_await] = ACTIONS(2758), - [anon_sym_new] = ACTIONS(2758), - [anon_sym_requires] = ACTIONS(2758), - [sym_this] = ACTIONS(2758), - [sym_nullptr] = ACTIONS(2758), + [sym_identifier] = ACTIONS(2668), + [aux_sym_preproc_include_token1] = ACTIONS(2668), + [aux_sym_preproc_def_token1] = ACTIONS(2668), + [aux_sym_preproc_if_token1] = ACTIONS(2668), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2668), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2668), + [sym_preproc_directive] = ACTIONS(2668), + [anon_sym_LPAREN2] = ACTIONS(2670), + [anon_sym_BANG] = ACTIONS(2670), + [anon_sym_TILDE] = ACTIONS(2670), + [anon_sym_DASH] = ACTIONS(2668), + [anon_sym_PLUS] = ACTIONS(2668), + [anon_sym_STAR] = ACTIONS(2670), + [anon_sym_AMP_AMP] = ACTIONS(2670), + [anon_sym_AMP] = ACTIONS(2668), + [anon_sym_SEMI] = ACTIONS(2670), + [anon_sym_typedef] = ACTIONS(2668), + [anon_sym_extern] = ACTIONS(2668), + [anon_sym___attribute__] = ACTIONS(2668), + [anon_sym_COLON_COLON] = ACTIONS(2670), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2670), + [anon_sym___declspec] = ACTIONS(2668), + [anon_sym___based] = ACTIONS(2668), + [anon_sym___cdecl] = ACTIONS(2668), + [anon_sym___clrcall] = ACTIONS(2668), + [anon_sym___stdcall] = ACTIONS(2668), + [anon_sym___fastcall] = ACTIONS(2668), + [anon_sym___thiscall] = ACTIONS(2668), + [anon_sym___vectorcall] = ACTIONS(2668), + [anon_sym_LBRACE] = ACTIONS(2670), + [anon_sym_RBRACE] = ACTIONS(2670), + [anon_sym_LBRACK] = ACTIONS(2668), + [anon_sym_static] = ACTIONS(2668), + [anon_sym_register] = ACTIONS(2668), + [anon_sym_inline] = ACTIONS(2668), + [anon_sym_thread_local] = ACTIONS(2668), + [anon_sym_const] = ACTIONS(2668), + [anon_sym_volatile] = ACTIONS(2668), + [anon_sym_restrict] = ACTIONS(2668), + [anon_sym__Atomic] = ACTIONS(2668), + [anon_sym_mutable] = ACTIONS(2668), + [anon_sym_constexpr] = ACTIONS(2668), + [anon_sym_constinit] = ACTIONS(2668), + [anon_sym_consteval] = ACTIONS(2668), + [anon_sym_signed] = ACTIONS(2668), + [anon_sym_unsigned] = ACTIONS(2668), + [anon_sym_long] = ACTIONS(2668), + [anon_sym_short] = ACTIONS(2668), + [sym_primitive_type] = ACTIONS(2668), + [anon_sym_enum] = ACTIONS(2668), + [anon_sym_class] = ACTIONS(2668), + [anon_sym_struct] = ACTIONS(2668), + [anon_sym_union] = ACTIONS(2668), + [anon_sym_if] = ACTIONS(2668), + [anon_sym_switch] = ACTIONS(2668), + [anon_sym_case] = ACTIONS(2668), + [anon_sym_default] = ACTIONS(2668), + [anon_sym_while] = ACTIONS(2668), + [anon_sym_do] = ACTIONS(2668), + [anon_sym_for] = ACTIONS(2668), + [anon_sym_return] = ACTIONS(2668), + [anon_sym_break] = ACTIONS(2668), + [anon_sym_continue] = ACTIONS(2668), + [anon_sym_goto] = ACTIONS(2668), + [anon_sym_not] = ACTIONS(2668), + [anon_sym_compl] = ACTIONS(2668), + [anon_sym_DASH_DASH] = ACTIONS(2670), + [anon_sym_PLUS_PLUS] = ACTIONS(2670), + [anon_sym_sizeof] = ACTIONS(2668), + [sym_number_literal] = ACTIONS(2670), + [anon_sym_L_SQUOTE] = ACTIONS(2670), + [anon_sym_u_SQUOTE] = ACTIONS(2670), + [anon_sym_U_SQUOTE] = ACTIONS(2670), + [anon_sym_u8_SQUOTE] = ACTIONS(2670), + [anon_sym_SQUOTE] = ACTIONS(2670), + [anon_sym_L_DQUOTE] = ACTIONS(2670), + [anon_sym_u_DQUOTE] = ACTIONS(2670), + [anon_sym_U_DQUOTE] = ACTIONS(2670), + [anon_sym_u8_DQUOTE] = ACTIONS(2670), + [anon_sym_DQUOTE] = ACTIONS(2670), + [sym_true] = ACTIONS(2668), + [sym_false] = ACTIONS(2668), + [sym_null] = ACTIONS(2668), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2668), + [anon_sym_decltype] = ACTIONS(2668), + [anon_sym_virtual] = ACTIONS(2668), + [anon_sym_explicit] = ACTIONS(2668), + [anon_sym_typename] = ACTIONS(2668), + [anon_sym_template] = ACTIONS(2668), + [anon_sym_operator] = ACTIONS(2668), + [anon_sym_try] = ACTIONS(2668), + [anon_sym_delete] = ACTIONS(2668), + [anon_sym_throw] = ACTIONS(2668), + [anon_sym_namespace] = ACTIONS(2668), + [anon_sym_using] = ACTIONS(2668), + [anon_sym_static_assert] = ACTIONS(2668), + [anon_sym_concept] = ACTIONS(2668), + [anon_sym_co_return] = ACTIONS(2668), + [anon_sym_co_yield] = ACTIONS(2668), + [anon_sym_R_DQUOTE] = ACTIONS(2670), + [anon_sym_LR_DQUOTE] = ACTIONS(2670), + [anon_sym_uR_DQUOTE] = ACTIONS(2670), + [anon_sym_UR_DQUOTE] = ACTIONS(2670), + [anon_sym_u8R_DQUOTE] = ACTIONS(2670), + [anon_sym_co_await] = ACTIONS(2668), + [anon_sym_new] = ACTIONS(2668), + [anon_sym_requires] = ACTIONS(2668), + [sym_this] = ACTIONS(2668), + [sym_nullptr] = ACTIONS(2668), }, [1007] = { - [sym_identifier] = ACTIONS(2766), - [aux_sym_preproc_include_token1] = ACTIONS(2766), - [aux_sym_preproc_def_token1] = ACTIONS(2766), - [aux_sym_preproc_if_token1] = ACTIONS(2766), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2766), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2766), - [sym_preproc_directive] = ACTIONS(2766), - [anon_sym_LPAREN2] = ACTIONS(2768), - [anon_sym_BANG] = ACTIONS(2768), - [anon_sym_TILDE] = ACTIONS(2768), - [anon_sym_DASH] = ACTIONS(2766), - [anon_sym_PLUS] = ACTIONS(2766), - [anon_sym_STAR] = ACTIONS(2768), - [anon_sym_AMP_AMP] = ACTIONS(2768), - [anon_sym_AMP] = ACTIONS(2766), - [anon_sym_SEMI] = ACTIONS(2768), - [anon_sym_typedef] = ACTIONS(2766), - [anon_sym_extern] = ACTIONS(2766), - [anon_sym___attribute__] = ACTIONS(2766), - [anon_sym_COLON_COLON] = ACTIONS(2768), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2768), - [anon_sym___declspec] = ACTIONS(2766), - [anon_sym___based] = ACTIONS(2766), - [anon_sym___cdecl] = ACTIONS(2766), - [anon_sym___clrcall] = ACTIONS(2766), - [anon_sym___stdcall] = ACTIONS(2766), - [anon_sym___fastcall] = ACTIONS(2766), - [anon_sym___thiscall] = ACTIONS(2766), - [anon_sym___vectorcall] = ACTIONS(2766), - [anon_sym_LBRACE] = ACTIONS(2768), - [anon_sym_RBRACE] = ACTIONS(2768), - [anon_sym_LBRACK] = ACTIONS(2766), - [anon_sym_static] = ACTIONS(2766), - [anon_sym_register] = ACTIONS(2766), - [anon_sym_inline] = ACTIONS(2766), - [anon_sym_thread_local] = ACTIONS(2766), - [anon_sym_const] = ACTIONS(2766), - [anon_sym_volatile] = ACTIONS(2766), - [anon_sym_restrict] = ACTIONS(2766), - [anon_sym__Atomic] = ACTIONS(2766), - [anon_sym_mutable] = ACTIONS(2766), - [anon_sym_constexpr] = ACTIONS(2766), - [anon_sym_constinit] = ACTIONS(2766), - [anon_sym_consteval] = ACTIONS(2766), - [anon_sym_signed] = ACTIONS(2766), - [anon_sym_unsigned] = ACTIONS(2766), - [anon_sym_long] = ACTIONS(2766), - [anon_sym_short] = ACTIONS(2766), - [sym_primitive_type] = ACTIONS(2766), - [anon_sym_enum] = ACTIONS(2766), - [anon_sym_class] = ACTIONS(2766), - [anon_sym_struct] = ACTIONS(2766), - [anon_sym_union] = ACTIONS(2766), - [anon_sym_if] = ACTIONS(2766), - [anon_sym_switch] = ACTIONS(2766), - [anon_sym_case] = ACTIONS(2766), - [anon_sym_default] = ACTIONS(2766), - [anon_sym_while] = ACTIONS(2766), - [anon_sym_do] = ACTIONS(2766), - [anon_sym_for] = ACTIONS(2766), - [anon_sym_return] = ACTIONS(2766), - [anon_sym_break] = ACTIONS(2766), - [anon_sym_continue] = ACTIONS(2766), - [anon_sym_goto] = ACTIONS(2766), - [anon_sym_not] = ACTIONS(2766), - [anon_sym_compl] = ACTIONS(2766), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2766), - [sym_number_literal] = ACTIONS(2768), - [anon_sym_L_SQUOTE] = ACTIONS(2768), - [anon_sym_u_SQUOTE] = ACTIONS(2768), - [anon_sym_U_SQUOTE] = ACTIONS(2768), - [anon_sym_u8_SQUOTE] = ACTIONS(2768), - [anon_sym_SQUOTE] = ACTIONS(2768), - [anon_sym_L_DQUOTE] = ACTIONS(2768), - [anon_sym_u_DQUOTE] = ACTIONS(2768), - [anon_sym_U_DQUOTE] = ACTIONS(2768), - [anon_sym_u8_DQUOTE] = ACTIONS(2768), - [anon_sym_DQUOTE] = ACTIONS(2768), - [sym_true] = ACTIONS(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2766), - [anon_sym_decltype] = ACTIONS(2766), - [anon_sym_virtual] = ACTIONS(2766), - [anon_sym_explicit] = ACTIONS(2766), - [anon_sym_typename] = ACTIONS(2766), - [anon_sym_template] = ACTIONS(2766), - [anon_sym_operator] = ACTIONS(2766), - [anon_sym_try] = ACTIONS(2766), - [anon_sym_delete] = ACTIONS(2766), - [anon_sym_throw] = ACTIONS(2766), - [anon_sym_namespace] = ACTIONS(2766), - [anon_sym_using] = ACTIONS(2766), - [anon_sym_static_assert] = ACTIONS(2766), - [anon_sym_concept] = ACTIONS(2766), - [anon_sym_co_return] = ACTIONS(2766), - [anon_sym_co_yield] = ACTIONS(2766), - [anon_sym_R_DQUOTE] = ACTIONS(2768), - [anon_sym_LR_DQUOTE] = ACTIONS(2768), - [anon_sym_uR_DQUOTE] = ACTIONS(2768), - [anon_sym_UR_DQUOTE] = ACTIONS(2768), - [anon_sym_u8R_DQUOTE] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2766), - [anon_sym_new] = ACTIONS(2766), - [anon_sym_requires] = ACTIONS(2766), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [ts_builtin_sym_end] = ACTIONS(2842), + [sym_identifier] = ACTIONS(2840), + [aux_sym_preproc_include_token1] = ACTIONS(2840), + [aux_sym_preproc_def_token1] = ACTIONS(2840), + [aux_sym_preproc_if_token1] = ACTIONS(2840), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2840), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2840), + [sym_preproc_directive] = ACTIONS(2840), + [anon_sym_LPAREN2] = ACTIONS(2842), + [anon_sym_BANG] = ACTIONS(2842), + [anon_sym_TILDE] = ACTIONS(2842), + [anon_sym_DASH] = ACTIONS(2840), + [anon_sym_PLUS] = ACTIONS(2840), + [anon_sym_STAR] = ACTIONS(2842), + [anon_sym_AMP_AMP] = ACTIONS(2842), + [anon_sym_AMP] = ACTIONS(2840), + [anon_sym_SEMI] = ACTIONS(2842), + [anon_sym_typedef] = ACTIONS(2840), + [anon_sym_extern] = ACTIONS(2840), + [anon_sym___attribute__] = ACTIONS(2840), + [anon_sym_COLON_COLON] = ACTIONS(2842), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2842), + [anon_sym___declspec] = ACTIONS(2840), + [anon_sym___based] = ACTIONS(2840), + [anon_sym___cdecl] = ACTIONS(2840), + [anon_sym___clrcall] = ACTIONS(2840), + [anon_sym___stdcall] = ACTIONS(2840), + [anon_sym___fastcall] = ACTIONS(2840), + [anon_sym___thiscall] = ACTIONS(2840), + [anon_sym___vectorcall] = ACTIONS(2840), + [anon_sym_LBRACE] = ACTIONS(2842), + [anon_sym_LBRACK] = ACTIONS(2840), + [anon_sym_static] = ACTIONS(2840), + [anon_sym_register] = ACTIONS(2840), + [anon_sym_inline] = ACTIONS(2840), + [anon_sym_thread_local] = ACTIONS(2840), + [anon_sym_const] = ACTIONS(2840), + [anon_sym_volatile] = ACTIONS(2840), + [anon_sym_restrict] = ACTIONS(2840), + [anon_sym__Atomic] = ACTIONS(2840), + [anon_sym_mutable] = ACTIONS(2840), + [anon_sym_constexpr] = ACTIONS(2840), + [anon_sym_constinit] = ACTIONS(2840), + [anon_sym_consteval] = ACTIONS(2840), + [anon_sym_signed] = ACTIONS(2840), + [anon_sym_unsigned] = ACTIONS(2840), + [anon_sym_long] = ACTIONS(2840), + [anon_sym_short] = ACTIONS(2840), + [sym_primitive_type] = ACTIONS(2840), + [anon_sym_enum] = ACTIONS(2840), + [anon_sym_class] = ACTIONS(2840), + [anon_sym_struct] = ACTIONS(2840), + [anon_sym_union] = ACTIONS(2840), + [anon_sym_if] = ACTIONS(2840), + [anon_sym_switch] = ACTIONS(2840), + [anon_sym_case] = ACTIONS(2840), + [anon_sym_default] = ACTIONS(2840), + [anon_sym_while] = ACTIONS(2840), + [anon_sym_do] = ACTIONS(2840), + [anon_sym_for] = ACTIONS(2840), + [anon_sym_return] = ACTIONS(2840), + [anon_sym_break] = ACTIONS(2840), + [anon_sym_continue] = ACTIONS(2840), + [anon_sym_goto] = ACTIONS(2840), + [anon_sym_not] = ACTIONS(2840), + [anon_sym_compl] = ACTIONS(2840), + [anon_sym_DASH_DASH] = ACTIONS(2842), + [anon_sym_PLUS_PLUS] = ACTIONS(2842), + [anon_sym_sizeof] = ACTIONS(2840), + [sym_number_literal] = ACTIONS(2842), + [anon_sym_L_SQUOTE] = ACTIONS(2842), + [anon_sym_u_SQUOTE] = ACTIONS(2842), + [anon_sym_U_SQUOTE] = ACTIONS(2842), + [anon_sym_u8_SQUOTE] = ACTIONS(2842), + [anon_sym_SQUOTE] = ACTIONS(2842), + [anon_sym_L_DQUOTE] = ACTIONS(2842), + [anon_sym_u_DQUOTE] = ACTIONS(2842), + [anon_sym_U_DQUOTE] = ACTIONS(2842), + [anon_sym_u8_DQUOTE] = ACTIONS(2842), + [anon_sym_DQUOTE] = ACTIONS(2842), + [sym_true] = ACTIONS(2840), + [sym_false] = ACTIONS(2840), + [sym_null] = ACTIONS(2840), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2840), + [anon_sym_decltype] = ACTIONS(2840), + [anon_sym_virtual] = ACTIONS(2840), + [anon_sym_explicit] = ACTIONS(2840), + [anon_sym_typename] = ACTIONS(2840), + [anon_sym_template] = ACTIONS(2840), + [anon_sym_operator] = ACTIONS(2840), + [anon_sym_try] = ACTIONS(2840), + [anon_sym_delete] = ACTIONS(2840), + [anon_sym_throw] = ACTIONS(2840), + [anon_sym_namespace] = ACTIONS(2840), + [anon_sym_using] = ACTIONS(2840), + [anon_sym_static_assert] = ACTIONS(2840), + [anon_sym_concept] = ACTIONS(2840), + [anon_sym_co_return] = ACTIONS(2840), + [anon_sym_co_yield] = ACTIONS(2840), + [anon_sym_R_DQUOTE] = ACTIONS(2842), + [anon_sym_LR_DQUOTE] = ACTIONS(2842), + [anon_sym_uR_DQUOTE] = ACTIONS(2842), + [anon_sym_UR_DQUOTE] = ACTIONS(2842), + [anon_sym_u8R_DQUOTE] = ACTIONS(2842), + [anon_sym_co_await] = ACTIONS(2840), + [anon_sym_new] = ACTIONS(2840), + [anon_sym_requires] = ACTIONS(2840), + [sym_this] = ACTIONS(2840), + [sym_nullptr] = ACTIONS(2840), }, [1008] = { - [sym_identifier] = ACTIONS(2762), - [aux_sym_preproc_include_token1] = ACTIONS(2762), - [aux_sym_preproc_def_token1] = ACTIONS(2762), - [aux_sym_preproc_if_token1] = ACTIONS(2762), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2762), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2762), - [sym_preproc_directive] = ACTIONS(2762), - [anon_sym_LPAREN2] = ACTIONS(2764), - [anon_sym_BANG] = ACTIONS(2764), - [anon_sym_TILDE] = ACTIONS(2764), - [anon_sym_DASH] = ACTIONS(2762), - [anon_sym_PLUS] = ACTIONS(2762), - [anon_sym_STAR] = ACTIONS(2764), - [anon_sym_AMP_AMP] = ACTIONS(2764), - [anon_sym_AMP] = ACTIONS(2762), - [anon_sym_SEMI] = ACTIONS(2764), - [anon_sym_typedef] = ACTIONS(2762), - [anon_sym_extern] = ACTIONS(2762), - [anon_sym___attribute__] = ACTIONS(2762), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2764), - [anon_sym___declspec] = ACTIONS(2762), - [anon_sym___based] = ACTIONS(2762), - [anon_sym___cdecl] = ACTIONS(2762), - [anon_sym___clrcall] = ACTIONS(2762), - [anon_sym___stdcall] = ACTIONS(2762), - [anon_sym___fastcall] = ACTIONS(2762), - [anon_sym___thiscall] = ACTIONS(2762), - [anon_sym___vectorcall] = ACTIONS(2762), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_RBRACE] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2762), - [anon_sym_static] = ACTIONS(2762), - [anon_sym_register] = ACTIONS(2762), - [anon_sym_inline] = ACTIONS(2762), - [anon_sym_thread_local] = ACTIONS(2762), - [anon_sym_const] = ACTIONS(2762), - [anon_sym_volatile] = ACTIONS(2762), - [anon_sym_restrict] = ACTIONS(2762), - [anon_sym__Atomic] = ACTIONS(2762), - [anon_sym_mutable] = ACTIONS(2762), - [anon_sym_constexpr] = ACTIONS(2762), - [anon_sym_constinit] = ACTIONS(2762), - [anon_sym_consteval] = ACTIONS(2762), - [anon_sym_signed] = ACTIONS(2762), - [anon_sym_unsigned] = ACTIONS(2762), - [anon_sym_long] = ACTIONS(2762), - [anon_sym_short] = ACTIONS(2762), - [sym_primitive_type] = ACTIONS(2762), - [anon_sym_enum] = ACTIONS(2762), - [anon_sym_class] = ACTIONS(2762), - [anon_sym_struct] = ACTIONS(2762), - [anon_sym_union] = ACTIONS(2762), - [anon_sym_if] = ACTIONS(2762), - [anon_sym_switch] = ACTIONS(2762), - [anon_sym_case] = ACTIONS(2762), - [anon_sym_default] = ACTIONS(2762), - [anon_sym_while] = ACTIONS(2762), - [anon_sym_do] = ACTIONS(2762), - [anon_sym_for] = ACTIONS(2762), - [anon_sym_return] = ACTIONS(2762), - [anon_sym_break] = ACTIONS(2762), - [anon_sym_continue] = ACTIONS(2762), - [anon_sym_goto] = ACTIONS(2762), - [anon_sym_not] = ACTIONS(2762), - [anon_sym_compl] = ACTIONS(2762), - [anon_sym_DASH_DASH] = ACTIONS(2764), - [anon_sym_PLUS_PLUS] = ACTIONS(2764), - [anon_sym_sizeof] = ACTIONS(2762), - [sym_number_literal] = ACTIONS(2764), - [anon_sym_L_SQUOTE] = ACTIONS(2764), - [anon_sym_u_SQUOTE] = ACTIONS(2764), - [anon_sym_U_SQUOTE] = ACTIONS(2764), - [anon_sym_u8_SQUOTE] = ACTIONS(2764), - [anon_sym_SQUOTE] = ACTIONS(2764), - [anon_sym_L_DQUOTE] = ACTIONS(2764), - [anon_sym_u_DQUOTE] = ACTIONS(2764), - [anon_sym_U_DQUOTE] = ACTIONS(2764), - [anon_sym_u8_DQUOTE] = ACTIONS(2764), - [anon_sym_DQUOTE] = ACTIONS(2764), - [sym_true] = ACTIONS(2762), - [sym_false] = ACTIONS(2762), - [sym_null] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2762), - [anon_sym_decltype] = ACTIONS(2762), - [anon_sym_virtual] = ACTIONS(2762), - [anon_sym_explicit] = ACTIONS(2762), - [anon_sym_typename] = ACTIONS(2762), - [anon_sym_template] = ACTIONS(2762), - [anon_sym_operator] = ACTIONS(2762), - [anon_sym_try] = ACTIONS(2762), - [anon_sym_delete] = ACTIONS(2762), - [anon_sym_throw] = ACTIONS(2762), - [anon_sym_namespace] = ACTIONS(2762), - [anon_sym_using] = ACTIONS(2762), - [anon_sym_static_assert] = ACTIONS(2762), - [anon_sym_concept] = ACTIONS(2762), - [anon_sym_co_return] = ACTIONS(2762), - [anon_sym_co_yield] = ACTIONS(2762), - [anon_sym_R_DQUOTE] = ACTIONS(2764), - [anon_sym_LR_DQUOTE] = ACTIONS(2764), - [anon_sym_uR_DQUOTE] = ACTIONS(2764), - [anon_sym_UR_DQUOTE] = ACTIONS(2764), - [anon_sym_u8R_DQUOTE] = ACTIONS(2764), - [anon_sym_co_await] = ACTIONS(2762), - [anon_sym_new] = ACTIONS(2762), - [anon_sym_requires] = ACTIONS(2762), - [sym_this] = ACTIONS(2762), - [sym_nullptr] = ACTIONS(2762), + [ts_builtin_sym_end] = ACTIONS(2838), + [sym_identifier] = ACTIONS(2836), + [aux_sym_preproc_include_token1] = ACTIONS(2836), + [aux_sym_preproc_def_token1] = ACTIONS(2836), + [aux_sym_preproc_if_token1] = ACTIONS(2836), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2836), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2836), + [sym_preproc_directive] = ACTIONS(2836), + [anon_sym_LPAREN2] = ACTIONS(2838), + [anon_sym_BANG] = ACTIONS(2838), + [anon_sym_TILDE] = ACTIONS(2838), + [anon_sym_DASH] = ACTIONS(2836), + [anon_sym_PLUS] = ACTIONS(2836), + [anon_sym_STAR] = ACTIONS(2838), + [anon_sym_AMP_AMP] = ACTIONS(2838), + [anon_sym_AMP] = ACTIONS(2836), + [anon_sym_SEMI] = ACTIONS(2838), + [anon_sym_typedef] = ACTIONS(2836), + [anon_sym_extern] = ACTIONS(2836), + [anon_sym___attribute__] = ACTIONS(2836), + [anon_sym_COLON_COLON] = ACTIONS(2838), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2838), + [anon_sym___declspec] = ACTIONS(2836), + [anon_sym___based] = ACTIONS(2836), + [anon_sym___cdecl] = ACTIONS(2836), + [anon_sym___clrcall] = ACTIONS(2836), + [anon_sym___stdcall] = ACTIONS(2836), + [anon_sym___fastcall] = ACTIONS(2836), + [anon_sym___thiscall] = ACTIONS(2836), + [anon_sym___vectorcall] = ACTIONS(2836), + [anon_sym_LBRACE] = ACTIONS(2838), + [anon_sym_LBRACK] = ACTIONS(2836), + [anon_sym_static] = ACTIONS(2836), + [anon_sym_register] = ACTIONS(2836), + [anon_sym_inline] = ACTIONS(2836), + [anon_sym_thread_local] = ACTIONS(2836), + [anon_sym_const] = ACTIONS(2836), + [anon_sym_volatile] = ACTIONS(2836), + [anon_sym_restrict] = ACTIONS(2836), + [anon_sym__Atomic] = ACTIONS(2836), + [anon_sym_mutable] = ACTIONS(2836), + [anon_sym_constexpr] = ACTIONS(2836), + [anon_sym_constinit] = ACTIONS(2836), + [anon_sym_consteval] = ACTIONS(2836), + [anon_sym_signed] = ACTIONS(2836), + [anon_sym_unsigned] = ACTIONS(2836), + [anon_sym_long] = ACTIONS(2836), + [anon_sym_short] = ACTIONS(2836), + [sym_primitive_type] = ACTIONS(2836), + [anon_sym_enum] = ACTIONS(2836), + [anon_sym_class] = ACTIONS(2836), + [anon_sym_struct] = ACTIONS(2836), + [anon_sym_union] = ACTIONS(2836), + [anon_sym_if] = ACTIONS(2836), + [anon_sym_switch] = ACTIONS(2836), + [anon_sym_case] = ACTIONS(2836), + [anon_sym_default] = ACTIONS(2836), + [anon_sym_while] = ACTIONS(2836), + [anon_sym_do] = ACTIONS(2836), + [anon_sym_for] = ACTIONS(2836), + [anon_sym_return] = ACTIONS(2836), + [anon_sym_break] = ACTIONS(2836), + [anon_sym_continue] = ACTIONS(2836), + [anon_sym_goto] = ACTIONS(2836), + [anon_sym_not] = ACTIONS(2836), + [anon_sym_compl] = ACTIONS(2836), + [anon_sym_DASH_DASH] = ACTIONS(2838), + [anon_sym_PLUS_PLUS] = ACTIONS(2838), + [anon_sym_sizeof] = ACTIONS(2836), + [sym_number_literal] = ACTIONS(2838), + [anon_sym_L_SQUOTE] = ACTIONS(2838), + [anon_sym_u_SQUOTE] = ACTIONS(2838), + [anon_sym_U_SQUOTE] = ACTIONS(2838), + [anon_sym_u8_SQUOTE] = ACTIONS(2838), + [anon_sym_SQUOTE] = ACTIONS(2838), + [anon_sym_L_DQUOTE] = ACTIONS(2838), + [anon_sym_u_DQUOTE] = ACTIONS(2838), + [anon_sym_U_DQUOTE] = ACTIONS(2838), + [anon_sym_u8_DQUOTE] = ACTIONS(2838), + [anon_sym_DQUOTE] = ACTIONS(2838), + [sym_true] = ACTIONS(2836), + [sym_false] = ACTIONS(2836), + [sym_null] = ACTIONS(2836), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2836), + [anon_sym_decltype] = ACTIONS(2836), + [anon_sym_virtual] = ACTIONS(2836), + [anon_sym_explicit] = ACTIONS(2836), + [anon_sym_typename] = ACTIONS(2836), + [anon_sym_template] = ACTIONS(2836), + [anon_sym_operator] = ACTIONS(2836), + [anon_sym_try] = ACTIONS(2836), + [anon_sym_delete] = ACTIONS(2836), + [anon_sym_throw] = ACTIONS(2836), + [anon_sym_namespace] = ACTIONS(2836), + [anon_sym_using] = ACTIONS(2836), + [anon_sym_static_assert] = ACTIONS(2836), + [anon_sym_concept] = ACTIONS(2836), + [anon_sym_co_return] = ACTIONS(2836), + [anon_sym_co_yield] = ACTIONS(2836), + [anon_sym_R_DQUOTE] = ACTIONS(2838), + [anon_sym_LR_DQUOTE] = ACTIONS(2838), + [anon_sym_uR_DQUOTE] = ACTIONS(2838), + [anon_sym_UR_DQUOTE] = ACTIONS(2838), + [anon_sym_u8R_DQUOTE] = ACTIONS(2838), + [anon_sym_co_await] = ACTIONS(2836), + [anon_sym_new] = ACTIONS(2836), + [anon_sym_requires] = ACTIONS(2836), + [sym_this] = ACTIONS(2836), + [sym_nullptr] = ACTIONS(2836), }, [1009] = { - [sym_identifier] = ACTIONS(2662), - [aux_sym_preproc_include_token1] = ACTIONS(2662), - [aux_sym_preproc_def_token1] = ACTIONS(2662), - [aux_sym_preproc_if_token1] = ACTIONS(2662), - [aux_sym_preproc_if_token2] = ACTIONS(2662), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2662), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2662), - [sym_preproc_directive] = ACTIONS(2662), - [anon_sym_LPAREN2] = ACTIONS(2664), - [anon_sym_BANG] = ACTIONS(2664), - [anon_sym_TILDE] = ACTIONS(2664), - [anon_sym_DASH] = ACTIONS(2662), - [anon_sym_PLUS] = ACTIONS(2662), - [anon_sym_STAR] = ACTIONS(2664), - [anon_sym_AMP_AMP] = ACTIONS(2664), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_SEMI] = ACTIONS(2664), - [anon_sym_typedef] = ACTIONS(2662), - [anon_sym_extern] = ACTIONS(2662), - [anon_sym___attribute__] = ACTIONS(2662), - [anon_sym_COLON_COLON] = ACTIONS(2664), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2664), - [anon_sym___declspec] = ACTIONS(2662), - [anon_sym___based] = ACTIONS(2662), - [anon_sym___cdecl] = ACTIONS(2662), - [anon_sym___clrcall] = ACTIONS(2662), - [anon_sym___stdcall] = ACTIONS(2662), - [anon_sym___fastcall] = ACTIONS(2662), - [anon_sym___thiscall] = ACTIONS(2662), - [anon_sym___vectorcall] = ACTIONS(2662), - [anon_sym_LBRACE] = ACTIONS(2664), - [anon_sym_LBRACK] = ACTIONS(2662), - [anon_sym_static] = ACTIONS(2662), - [anon_sym_register] = ACTIONS(2662), - [anon_sym_inline] = ACTIONS(2662), - [anon_sym_thread_local] = ACTIONS(2662), - [anon_sym_const] = ACTIONS(2662), - [anon_sym_volatile] = ACTIONS(2662), - [anon_sym_restrict] = ACTIONS(2662), - [anon_sym__Atomic] = ACTIONS(2662), - [anon_sym_mutable] = ACTIONS(2662), - [anon_sym_constexpr] = ACTIONS(2662), - [anon_sym_constinit] = ACTIONS(2662), - [anon_sym_consteval] = ACTIONS(2662), - [anon_sym_signed] = ACTIONS(2662), - [anon_sym_unsigned] = ACTIONS(2662), - [anon_sym_long] = ACTIONS(2662), - [anon_sym_short] = ACTIONS(2662), - [sym_primitive_type] = ACTIONS(2662), - [anon_sym_enum] = ACTIONS(2662), - [anon_sym_class] = ACTIONS(2662), - [anon_sym_struct] = ACTIONS(2662), - [anon_sym_union] = ACTIONS(2662), - [anon_sym_if] = ACTIONS(2662), - [anon_sym_switch] = ACTIONS(2662), - [anon_sym_case] = ACTIONS(2662), - [anon_sym_default] = ACTIONS(2662), - [anon_sym_while] = ACTIONS(2662), - [anon_sym_do] = ACTIONS(2662), - [anon_sym_for] = ACTIONS(2662), - [anon_sym_return] = ACTIONS(2662), - [anon_sym_break] = ACTIONS(2662), - [anon_sym_continue] = ACTIONS(2662), - [anon_sym_goto] = ACTIONS(2662), - [anon_sym_not] = ACTIONS(2662), - [anon_sym_compl] = ACTIONS(2662), - [anon_sym_DASH_DASH] = ACTIONS(2664), - [anon_sym_PLUS_PLUS] = ACTIONS(2664), - [anon_sym_sizeof] = ACTIONS(2662), - [sym_number_literal] = ACTIONS(2664), - [anon_sym_L_SQUOTE] = ACTIONS(2664), - [anon_sym_u_SQUOTE] = ACTIONS(2664), - [anon_sym_U_SQUOTE] = ACTIONS(2664), - [anon_sym_u8_SQUOTE] = ACTIONS(2664), - [anon_sym_SQUOTE] = ACTIONS(2664), - [anon_sym_L_DQUOTE] = ACTIONS(2664), - [anon_sym_u_DQUOTE] = ACTIONS(2664), - [anon_sym_U_DQUOTE] = ACTIONS(2664), - [anon_sym_u8_DQUOTE] = ACTIONS(2664), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym_true] = ACTIONS(2662), - [sym_false] = ACTIONS(2662), - [sym_null] = ACTIONS(2662), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2662), - [anon_sym_decltype] = ACTIONS(2662), - [anon_sym_virtual] = ACTIONS(2662), - [anon_sym_explicit] = ACTIONS(2662), - [anon_sym_typename] = ACTIONS(2662), - [anon_sym_template] = ACTIONS(2662), - [anon_sym_operator] = ACTIONS(2662), - [anon_sym_try] = ACTIONS(2662), - [anon_sym_delete] = ACTIONS(2662), - [anon_sym_throw] = ACTIONS(2662), - [anon_sym_namespace] = ACTIONS(2662), - [anon_sym_using] = ACTIONS(2662), - [anon_sym_static_assert] = ACTIONS(2662), - [anon_sym_concept] = ACTIONS(2662), - [anon_sym_co_return] = ACTIONS(2662), - [anon_sym_co_yield] = ACTIONS(2662), - [anon_sym_R_DQUOTE] = ACTIONS(2664), - [anon_sym_LR_DQUOTE] = ACTIONS(2664), - [anon_sym_uR_DQUOTE] = ACTIONS(2664), - [anon_sym_UR_DQUOTE] = ACTIONS(2664), - [anon_sym_u8R_DQUOTE] = ACTIONS(2664), - [anon_sym_co_await] = ACTIONS(2662), - [anon_sym_new] = ACTIONS(2662), - [anon_sym_requires] = ACTIONS(2662), - [sym_this] = ACTIONS(2662), - [sym_nullptr] = ACTIONS(2662), + [sym_identifier] = ACTIONS(2740), + [aux_sym_preproc_include_token1] = ACTIONS(2740), + [aux_sym_preproc_def_token1] = ACTIONS(2740), + [aux_sym_preproc_if_token1] = ACTIONS(2740), + [aux_sym_preproc_if_token2] = ACTIONS(2740), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2740), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2740), + [sym_preproc_directive] = ACTIONS(2740), + [anon_sym_LPAREN2] = ACTIONS(2742), + [anon_sym_BANG] = ACTIONS(2742), + [anon_sym_TILDE] = ACTIONS(2742), + [anon_sym_DASH] = ACTIONS(2740), + [anon_sym_PLUS] = ACTIONS(2740), + [anon_sym_STAR] = ACTIONS(2742), + [anon_sym_AMP_AMP] = ACTIONS(2742), + [anon_sym_AMP] = ACTIONS(2740), + [anon_sym_SEMI] = ACTIONS(2742), + [anon_sym_typedef] = ACTIONS(2740), + [anon_sym_extern] = ACTIONS(2740), + [anon_sym___attribute__] = ACTIONS(2740), + [anon_sym_COLON_COLON] = ACTIONS(2742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2742), + [anon_sym___declspec] = ACTIONS(2740), + [anon_sym___based] = ACTIONS(2740), + [anon_sym___cdecl] = ACTIONS(2740), + [anon_sym___clrcall] = ACTIONS(2740), + [anon_sym___stdcall] = ACTIONS(2740), + [anon_sym___fastcall] = ACTIONS(2740), + [anon_sym___thiscall] = ACTIONS(2740), + [anon_sym___vectorcall] = ACTIONS(2740), + [anon_sym_LBRACE] = ACTIONS(2742), + [anon_sym_LBRACK] = ACTIONS(2740), + [anon_sym_static] = ACTIONS(2740), + [anon_sym_register] = ACTIONS(2740), + [anon_sym_inline] = ACTIONS(2740), + [anon_sym_thread_local] = ACTIONS(2740), + [anon_sym_const] = ACTIONS(2740), + [anon_sym_volatile] = ACTIONS(2740), + [anon_sym_restrict] = ACTIONS(2740), + [anon_sym__Atomic] = ACTIONS(2740), + [anon_sym_mutable] = ACTIONS(2740), + [anon_sym_constexpr] = ACTIONS(2740), + [anon_sym_constinit] = ACTIONS(2740), + [anon_sym_consteval] = ACTIONS(2740), + [anon_sym_signed] = ACTIONS(2740), + [anon_sym_unsigned] = ACTIONS(2740), + [anon_sym_long] = ACTIONS(2740), + [anon_sym_short] = ACTIONS(2740), + [sym_primitive_type] = ACTIONS(2740), + [anon_sym_enum] = ACTIONS(2740), + [anon_sym_class] = ACTIONS(2740), + [anon_sym_struct] = ACTIONS(2740), + [anon_sym_union] = ACTIONS(2740), + [anon_sym_if] = ACTIONS(2740), + [anon_sym_switch] = ACTIONS(2740), + [anon_sym_case] = ACTIONS(2740), + [anon_sym_default] = ACTIONS(2740), + [anon_sym_while] = ACTIONS(2740), + [anon_sym_do] = ACTIONS(2740), + [anon_sym_for] = ACTIONS(2740), + [anon_sym_return] = ACTIONS(2740), + [anon_sym_break] = ACTIONS(2740), + [anon_sym_continue] = ACTIONS(2740), + [anon_sym_goto] = ACTIONS(2740), + [anon_sym_not] = ACTIONS(2740), + [anon_sym_compl] = ACTIONS(2740), + [anon_sym_DASH_DASH] = ACTIONS(2742), + [anon_sym_PLUS_PLUS] = ACTIONS(2742), + [anon_sym_sizeof] = ACTIONS(2740), + [sym_number_literal] = ACTIONS(2742), + [anon_sym_L_SQUOTE] = ACTIONS(2742), + [anon_sym_u_SQUOTE] = ACTIONS(2742), + [anon_sym_U_SQUOTE] = ACTIONS(2742), + [anon_sym_u8_SQUOTE] = ACTIONS(2742), + [anon_sym_SQUOTE] = ACTIONS(2742), + [anon_sym_L_DQUOTE] = ACTIONS(2742), + [anon_sym_u_DQUOTE] = ACTIONS(2742), + [anon_sym_U_DQUOTE] = ACTIONS(2742), + [anon_sym_u8_DQUOTE] = ACTIONS(2742), + [anon_sym_DQUOTE] = ACTIONS(2742), + [sym_true] = ACTIONS(2740), + [sym_false] = ACTIONS(2740), + [sym_null] = ACTIONS(2740), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2740), + [anon_sym_decltype] = ACTIONS(2740), + [anon_sym_virtual] = ACTIONS(2740), + [anon_sym_explicit] = ACTIONS(2740), + [anon_sym_typename] = ACTIONS(2740), + [anon_sym_template] = ACTIONS(2740), + [anon_sym_operator] = ACTIONS(2740), + [anon_sym_try] = ACTIONS(2740), + [anon_sym_delete] = ACTIONS(2740), + [anon_sym_throw] = ACTIONS(2740), + [anon_sym_namespace] = ACTIONS(2740), + [anon_sym_using] = ACTIONS(2740), + [anon_sym_static_assert] = ACTIONS(2740), + [anon_sym_concept] = ACTIONS(2740), + [anon_sym_co_return] = ACTIONS(2740), + [anon_sym_co_yield] = ACTIONS(2740), + [anon_sym_R_DQUOTE] = ACTIONS(2742), + [anon_sym_LR_DQUOTE] = ACTIONS(2742), + [anon_sym_uR_DQUOTE] = ACTIONS(2742), + [anon_sym_UR_DQUOTE] = ACTIONS(2742), + [anon_sym_u8R_DQUOTE] = ACTIONS(2742), + [anon_sym_co_await] = ACTIONS(2740), + [anon_sym_new] = ACTIONS(2740), + [anon_sym_requires] = ACTIONS(2740), + [sym_this] = ACTIONS(2740), + [sym_nullptr] = ACTIONS(2740), }, [1010] = { - [ts_builtin_sym_end] = ACTIONS(2704), - [sym_identifier] = ACTIONS(2702), - [aux_sym_preproc_include_token1] = ACTIONS(2702), - [aux_sym_preproc_def_token1] = ACTIONS(2702), - [aux_sym_preproc_if_token1] = ACTIONS(2702), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2702), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2702), - [sym_preproc_directive] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2702), - [anon_sym_PLUS] = ACTIONS(2702), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_AMP_AMP] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2702), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_typedef] = ACTIONS(2702), - [anon_sym_extern] = ACTIONS(2702), - [anon_sym___attribute__] = ACTIONS(2702), - [anon_sym_COLON_COLON] = ACTIONS(2704), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2704), - [anon_sym___declspec] = ACTIONS(2702), - [anon_sym___based] = ACTIONS(2702), - [anon_sym___cdecl] = ACTIONS(2702), - [anon_sym___clrcall] = ACTIONS(2702), - [anon_sym___stdcall] = ACTIONS(2702), - [anon_sym___fastcall] = ACTIONS(2702), - [anon_sym___thiscall] = ACTIONS(2702), - [anon_sym___vectorcall] = ACTIONS(2702), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_static] = ACTIONS(2702), - [anon_sym_register] = ACTIONS(2702), - [anon_sym_inline] = ACTIONS(2702), - [anon_sym_thread_local] = ACTIONS(2702), - [anon_sym_const] = ACTIONS(2702), - [anon_sym_volatile] = ACTIONS(2702), - [anon_sym_restrict] = ACTIONS(2702), - [anon_sym__Atomic] = ACTIONS(2702), - [anon_sym_mutable] = ACTIONS(2702), - [anon_sym_constexpr] = ACTIONS(2702), - [anon_sym_constinit] = ACTIONS(2702), - [anon_sym_consteval] = ACTIONS(2702), - [anon_sym_signed] = ACTIONS(2702), - [anon_sym_unsigned] = ACTIONS(2702), - [anon_sym_long] = ACTIONS(2702), - [anon_sym_short] = ACTIONS(2702), - [sym_primitive_type] = ACTIONS(2702), - [anon_sym_enum] = ACTIONS(2702), - [anon_sym_class] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2702), - [anon_sym_union] = ACTIONS(2702), - [anon_sym_if] = ACTIONS(2702), - [anon_sym_switch] = ACTIONS(2702), - [anon_sym_case] = ACTIONS(2702), - [anon_sym_default] = ACTIONS(2702), - [anon_sym_while] = ACTIONS(2702), - [anon_sym_do] = ACTIONS(2702), - [anon_sym_for] = ACTIONS(2702), - [anon_sym_return] = ACTIONS(2702), - [anon_sym_break] = ACTIONS(2702), - [anon_sym_continue] = ACTIONS(2702), - [anon_sym_goto] = ACTIONS(2702), - [anon_sym_not] = ACTIONS(2702), - [anon_sym_compl] = ACTIONS(2702), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_sizeof] = ACTIONS(2702), - [sym_number_literal] = ACTIONS(2704), - [anon_sym_L_SQUOTE] = ACTIONS(2704), - [anon_sym_u_SQUOTE] = ACTIONS(2704), - [anon_sym_U_SQUOTE] = ACTIONS(2704), - [anon_sym_u8_SQUOTE] = ACTIONS(2704), - [anon_sym_SQUOTE] = ACTIONS(2704), - [anon_sym_L_DQUOTE] = ACTIONS(2704), - [anon_sym_u_DQUOTE] = ACTIONS(2704), - [anon_sym_U_DQUOTE] = ACTIONS(2704), - [anon_sym_u8_DQUOTE] = ACTIONS(2704), - [anon_sym_DQUOTE] = ACTIONS(2704), - [sym_true] = ACTIONS(2702), - [sym_false] = ACTIONS(2702), - [sym_null] = ACTIONS(2702), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2702), - [anon_sym_decltype] = ACTIONS(2702), - [anon_sym_virtual] = ACTIONS(2702), - [anon_sym_explicit] = ACTIONS(2702), - [anon_sym_typename] = ACTIONS(2702), - [anon_sym_template] = ACTIONS(2702), - [anon_sym_operator] = ACTIONS(2702), - [anon_sym_try] = ACTIONS(2702), - [anon_sym_delete] = ACTIONS(2702), - [anon_sym_throw] = ACTIONS(2702), - [anon_sym_namespace] = ACTIONS(2702), - [anon_sym_using] = ACTIONS(2702), - [anon_sym_static_assert] = ACTIONS(2702), - [anon_sym_concept] = ACTIONS(2702), - [anon_sym_co_return] = ACTIONS(2702), - [anon_sym_co_yield] = ACTIONS(2702), - [anon_sym_R_DQUOTE] = ACTIONS(2704), - [anon_sym_LR_DQUOTE] = ACTIONS(2704), - [anon_sym_uR_DQUOTE] = ACTIONS(2704), - [anon_sym_UR_DQUOTE] = ACTIONS(2704), - [anon_sym_u8R_DQUOTE] = ACTIONS(2704), - [anon_sym_co_await] = ACTIONS(2702), - [anon_sym_new] = ACTIONS(2702), - [anon_sym_requires] = ACTIONS(2702), - [sym_this] = ACTIONS(2702), - [sym_nullptr] = ACTIONS(2702), + [ts_builtin_sym_end] = ACTIONS(2790), + [sym_identifier] = ACTIONS(2788), + [aux_sym_preproc_include_token1] = ACTIONS(2788), + [aux_sym_preproc_def_token1] = ACTIONS(2788), + [aux_sym_preproc_if_token1] = ACTIONS(2788), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2788), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2788), + [sym_preproc_directive] = ACTIONS(2788), + [anon_sym_LPAREN2] = ACTIONS(2790), + [anon_sym_BANG] = ACTIONS(2790), + [anon_sym_TILDE] = ACTIONS(2790), + [anon_sym_DASH] = ACTIONS(2788), + [anon_sym_PLUS] = ACTIONS(2788), + [anon_sym_STAR] = ACTIONS(2790), + [anon_sym_AMP_AMP] = ACTIONS(2790), + [anon_sym_AMP] = ACTIONS(2788), + [anon_sym_SEMI] = ACTIONS(2790), + [anon_sym_typedef] = ACTIONS(2788), + [anon_sym_extern] = ACTIONS(2788), + [anon_sym___attribute__] = ACTIONS(2788), + [anon_sym_COLON_COLON] = ACTIONS(2790), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2790), + [anon_sym___declspec] = ACTIONS(2788), + [anon_sym___based] = ACTIONS(2788), + [anon_sym___cdecl] = ACTIONS(2788), + [anon_sym___clrcall] = ACTIONS(2788), + [anon_sym___stdcall] = ACTIONS(2788), + [anon_sym___fastcall] = ACTIONS(2788), + [anon_sym___thiscall] = ACTIONS(2788), + [anon_sym___vectorcall] = ACTIONS(2788), + [anon_sym_LBRACE] = ACTIONS(2790), + [anon_sym_LBRACK] = ACTIONS(2788), + [anon_sym_static] = ACTIONS(2788), + [anon_sym_register] = ACTIONS(2788), + [anon_sym_inline] = ACTIONS(2788), + [anon_sym_thread_local] = ACTIONS(2788), + [anon_sym_const] = ACTIONS(2788), + [anon_sym_volatile] = ACTIONS(2788), + [anon_sym_restrict] = ACTIONS(2788), + [anon_sym__Atomic] = ACTIONS(2788), + [anon_sym_mutable] = ACTIONS(2788), + [anon_sym_constexpr] = ACTIONS(2788), + [anon_sym_constinit] = ACTIONS(2788), + [anon_sym_consteval] = ACTIONS(2788), + [anon_sym_signed] = ACTIONS(2788), + [anon_sym_unsigned] = ACTIONS(2788), + [anon_sym_long] = ACTIONS(2788), + [anon_sym_short] = ACTIONS(2788), + [sym_primitive_type] = ACTIONS(2788), + [anon_sym_enum] = ACTIONS(2788), + [anon_sym_class] = ACTIONS(2788), + [anon_sym_struct] = ACTIONS(2788), + [anon_sym_union] = ACTIONS(2788), + [anon_sym_if] = ACTIONS(2788), + [anon_sym_switch] = ACTIONS(2788), + [anon_sym_case] = ACTIONS(2788), + [anon_sym_default] = ACTIONS(2788), + [anon_sym_while] = ACTIONS(2788), + [anon_sym_do] = ACTIONS(2788), + [anon_sym_for] = ACTIONS(2788), + [anon_sym_return] = ACTIONS(2788), + [anon_sym_break] = ACTIONS(2788), + [anon_sym_continue] = ACTIONS(2788), + [anon_sym_goto] = ACTIONS(2788), + [anon_sym_not] = ACTIONS(2788), + [anon_sym_compl] = ACTIONS(2788), + [anon_sym_DASH_DASH] = ACTIONS(2790), + [anon_sym_PLUS_PLUS] = ACTIONS(2790), + [anon_sym_sizeof] = ACTIONS(2788), + [sym_number_literal] = ACTIONS(2790), + [anon_sym_L_SQUOTE] = ACTIONS(2790), + [anon_sym_u_SQUOTE] = ACTIONS(2790), + [anon_sym_U_SQUOTE] = ACTIONS(2790), + [anon_sym_u8_SQUOTE] = ACTIONS(2790), + [anon_sym_SQUOTE] = ACTIONS(2790), + [anon_sym_L_DQUOTE] = ACTIONS(2790), + [anon_sym_u_DQUOTE] = ACTIONS(2790), + [anon_sym_U_DQUOTE] = ACTIONS(2790), + [anon_sym_u8_DQUOTE] = ACTIONS(2790), + [anon_sym_DQUOTE] = ACTIONS(2790), + [sym_true] = ACTIONS(2788), + [sym_false] = ACTIONS(2788), + [sym_null] = ACTIONS(2788), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2788), + [anon_sym_decltype] = ACTIONS(2788), + [anon_sym_virtual] = ACTIONS(2788), + [anon_sym_explicit] = ACTIONS(2788), + [anon_sym_typename] = ACTIONS(2788), + [anon_sym_template] = ACTIONS(2788), + [anon_sym_operator] = ACTIONS(2788), + [anon_sym_try] = ACTIONS(2788), + [anon_sym_delete] = ACTIONS(2788), + [anon_sym_throw] = ACTIONS(2788), + [anon_sym_namespace] = ACTIONS(2788), + [anon_sym_using] = ACTIONS(2788), + [anon_sym_static_assert] = ACTIONS(2788), + [anon_sym_concept] = ACTIONS(2788), + [anon_sym_co_return] = ACTIONS(2788), + [anon_sym_co_yield] = ACTIONS(2788), + [anon_sym_R_DQUOTE] = ACTIONS(2790), + [anon_sym_LR_DQUOTE] = ACTIONS(2790), + [anon_sym_uR_DQUOTE] = ACTIONS(2790), + [anon_sym_UR_DQUOTE] = ACTIONS(2790), + [anon_sym_u8R_DQUOTE] = ACTIONS(2790), + [anon_sym_co_await] = ACTIONS(2788), + [anon_sym_new] = ACTIONS(2788), + [anon_sym_requires] = ACTIONS(2788), + [sym_this] = ACTIONS(2788), + [sym_nullptr] = ACTIONS(2788), }, [1011] = { - [sym_identifier] = ACTIONS(2758), - [aux_sym_preproc_include_token1] = ACTIONS(2758), - [aux_sym_preproc_def_token1] = ACTIONS(2758), - [aux_sym_preproc_if_token1] = ACTIONS(2758), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2758), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2758), - [sym_preproc_directive] = ACTIONS(2758), - [anon_sym_LPAREN2] = ACTIONS(2760), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(2760), - [anon_sym_AMP_AMP] = ACTIONS(2760), - [anon_sym_AMP] = ACTIONS(2758), - [anon_sym_SEMI] = ACTIONS(2760), - [anon_sym_typedef] = ACTIONS(2758), - [anon_sym_extern] = ACTIONS(2758), - [anon_sym___attribute__] = ACTIONS(2758), - [anon_sym_COLON_COLON] = ACTIONS(2760), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2760), - [anon_sym___declspec] = ACTIONS(2758), - [anon_sym___based] = ACTIONS(2758), - [anon_sym___cdecl] = ACTIONS(2758), - [anon_sym___clrcall] = ACTIONS(2758), - [anon_sym___stdcall] = ACTIONS(2758), - [anon_sym___fastcall] = ACTIONS(2758), - [anon_sym___thiscall] = ACTIONS(2758), - [anon_sym___vectorcall] = ACTIONS(2758), - [anon_sym_LBRACE] = ACTIONS(2760), - [anon_sym_RBRACE] = ACTIONS(2760), - [anon_sym_LBRACK] = ACTIONS(2758), - [anon_sym_static] = ACTIONS(2758), - [anon_sym_register] = ACTIONS(2758), - [anon_sym_inline] = ACTIONS(2758), - [anon_sym_thread_local] = ACTIONS(2758), - [anon_sym_const] = ACTIONS(2758), - [anon_sym_volatile] = ACTIONS(2758), - [anon_sym_restrict] = ACTIONS(2758), - [anon_sym__Atomic] = ACTIONS(2758), - [anon_sym_mutable] = ACTIONS(2758), - [anon_sym_constexpr] = ACTIONS(2758), - [anon_sym_constinit] = ACTIONS(2758), - [anon_sym_consteval] = ACTIONS(2758), - [anon_sym_signed] = ACTIONS(2758), - [anon_sym_unsigned] = ACTIONS(2758), - [anon_sym_long] = ACTIONS(2758), - [anon_sym_short] = ACTIONS(2758), - [sym_primitive_type] = ACTIONS(2758), - [anon_sym_enum] = ACTIONS(2758), - [anon_sym_class] = ACTIONS(2758), - [anon_sym_struct] = ACTIONS(2758), - [anon_sym_union] = ACTIONS(2758), - [anon_sym_if] = ACTIONS(2758), - [anon_sym_switch] = ACTIONS(2758), - [anon_sym_case] = ACTIONS(2758), - [anon_sym_default] = ACTIONS(2758), - [anon_sym_while] = ACTIONS(2758), - [anon_sym_do] = ACTIONS(2758), - [anon_sym_for] = ACTIONS(2758), - [anon_sym_return] = ACTIONS(2758), - [anon_sym_break] = ACTIONS(2758), - [anon_sym_continue] = ACTIONS(2758), - [anon_sym_goto] = ACTIONS(2758), - [anon_sym_not] = ACTIONS(2758), - [anon_sym_compl] = ACTIONS(2758), - [anon_sym_DASH_DASH] = ACTIONS(2760), - [anon_sym_PLUS_PLUS] = ACTIONS(2760), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [anon_sym_L_SQUOTE] = ACTIONS(2760), - [anon_sym_u_SQUOTE] = ACTIONS(2760), - [anon_sym_U_SQUOTE] = ACTIONS(2760), - [anon_sym_u8_SQUOTE] = ACTIONS(2760), - [anon_sym_SQUOTE] = ACTIONS(2760), - [anon_sym_L_DQUOTE] = ACTIONS(2760), - [anon_sym_u_DQUOTE] = ACTIONS(2760), - [anon_sym_U_DQUOTE] = ACTIONS(2760), - [anon_sym_u8_DQUOTE] = ACTIONS(2760), - [anon_sym_DQUOTE] = ACTIONS(2760), - [sym_true] = ACTIONS(2758), - [sym_false] = ACTIONS(2758), - [sym_null] = ACTIONS(2758), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2758), - [anon_sym_decltype] = ACTIONS(2758), - [anon_sym_virtual] = ACTIONS(2758), - [anon_sym_explicit] = ACTIONS(2758), - [anon_sym_typename] = ACTIONS(2758), - [anon_sym_template] = ACTIONS(2758), - [anon_sym_operator] = ACTIONS(2758), - [anon_sym_try] = ACTIONS(2758), - [anon_sym_delete] = ACTIONS(2758), - [anon_sym_throw] = ACTIONS(2758), - [anon_sym_namespace] = ACTIONS(2758), - [anon_sym_using] = ACTIONS(2758), - [anon_sym_static_assert] = ACTIONS(2758), - [anon_sym_concept] = ACTIONS(2758), - [anon_sym_co_return] = ACTIONS(2758), - [anon_sym_co_yield] = ACTIONS(2758), - [anon_sym_R_DQUOTE] = ACTIONS(2760), - [anon_sym_LR_DQUOTE] = ACTIONS(2760), - [anon_sym_uR_DQUOTE] = ACTIONS(2760), - [anon_sym_UR_DQUOTE] = ACTIONS(2760), - [anon_sym_u8R_DQUOTE] = ACTIONS(2760), - [anon_sym_co_await] = ACTIONS(2758), - [anon_sym_new] = ACTIONS(2758), - [anon_sym_requires] = ACTIONS(2758), - [sym_this] = ACTIONS(2758), - [sym_nullptr] = ACTIONS(2758), + [sym_identifier] = ACTIONS(2684), + [aux_sym_preproc_include_token1] = ACTIONS(2684), + [aux_sym_preproc_def_token1] = ACTIONS(2684), + [aux_sym_preproc_if_token1] = ACTIONS(2684), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2684), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2684), + [sym_preproc_directive] = ACTIONS(2684), + [anon_sym_LPAREN2] = ACTIONS(2686), + [anon_sym_BANG] = ACTIONS(2686), + [anon_sym_TILDE] = ACTIONS(2686), + [anon_sym_DASH] = ACTIONS(2684), + [anon_sym_PLUS] = ACTIONS(2684), + [anon_sym_STAR] = ACTIONS(2686), + [anon_sym_AMP_AMP] = ACTIONS(2686), + [anon_sym_AMP] = ACTIONS(2684), + [anon_sym_SEMI] = ACTIONS(2686), + [anon_sym_typedef] = ACTIONS(2684), + [anon_sym_extern] = ACTIONS(2684), + [anon_sym___attribute__] = ACTIONS(2684), + [anon_sym_COLON_COLON] = ACTIONS(2686), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2686), + [anon_sym___declspec] = ACTIONS(2684), + [anon_sym___based] = ACTIONS(2684), + [anon_sym___cdecl] = ACTIONS(2684), + [anon_sym___clrcall] = ACTIONS(2684), + [anon_sym___stdcall] = ACTIONS(2684), + [anon_sym___fastcall] = ACTIONS(2684), + [anon_sym___thiscall] = ACTIONS(2684), + [anon_sym___vectorcall] = ACTIONS(2684), + [anon_sym_LBRACE] = ACTIONS(2686), + [anon_sym_RBRACE] = ACTIONS(2686), + [anon_sym_LBRACK] = ACTIONS(2684), + [anon_sym_static] = ACTIONS(2684), + [anon_sym_register] = ACTIONS(2684), + [anon_sym_inline] = ACTIONS(2684), + [anon_sym_thread_local] = ACTIONS(2684), + [anon_sym_const] = ACTIONS(2684), + [anon_sym_volatile] = ACTIONS(2684), + [anon_sym_restrict] = ACTIONS(2684), + [anon_sym__Atomic] = ACTIONS(2684), + [anon_sym_mutable] = ACTIONS(2684), + [anon_sym_constexpr] = ACTIONS(2684), + [anon_sym_constinit] = ACTIONS(2684), + [anon_sym_consteval] = ACTIONS(2684), + [anon_sym_signed] = ACTIONS(2684), + [anon_sym_unsigned] = ACTIONS(2684), + [anon_sym_long] = ACTIONS(2684), + [anon_sym_short] = ACTIONS(2684), + [sym_primitive_type] = ACTIONS(2684), + [anon_sym_enum] = ACTIONS(2684), + [anon_sym_class] = ACTIONS(2684), + [anon_sym_struct] = ACTIONS(2684), + [anon_sym_union] = ACTIONS(2684), + [anon_sym_if] = ACTIONS(2684), + [anon_sym_switch] = ACTIONS(2684), + [anon_sym_case] = ACTIONS(2684), + [anon_sym_default] = ACTIONS(2684), + [anon_sym_while] = ACTIONS(2684), + [anon_sym_do] = ACTIONS(2684), + [anon_sym_for] = ACTIONS(2684), + [anon_sym_return] = ACTIONS(2684), + [anon_sym_break] = ACTIONS(2684), + [anon_sym_continue] = ACTIONS(2684), + [anon_sym_goto] = ACTIONS(2684), + [anon_sym_not] = ACTIONS(2684), + [anon_sym_compl] = ACTIONS(2684), + [anon_sym_DASH_DASH] = ACTIONS(2686), + [anon_sym_PLUS_PLUS] = ACTIONS(2686), + [anon_sym_sizeof] = ACTIONS(2684), + [sym_number_literal] = ACTIONS(2686), + [anon_sym_L_SQUOTE] = ACTIONS(2686), + [anon_sym_u_SQUOTE] = ACTIONS(2686), + [anon_sym_U_SQUOTE] = ACTIONS(2686), + [anon_sym_u8_SQUOTE] = ACTIONS(2686), + [anon_sym_SQUOTE] = ACTIONS(2686), + [anon_sym_L_DQUOTE] = ACTIONS(2686), + [anon_sym_u_DQUOTE] = ACTIONS(2686), + [anon_sym_U_DQUOTE] = ACTIONS(2686), + [anon_sym_u8_DQUOTE] = ACTIONS(2686), + [anon_sym_DQUOTE] = ACTIONS(2686), + [sym_true] = ACTIONS(2684), + [sym_false] = ACTIONS(2684), + [sym_null] = ACTIONS(2684), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2684), + [anon_sym_decltype] = ACTIONS(2684), + [anon_sym_virtual] = ACTIONS(2684), + [anon_sym_explicit] = ACTIONS(2684), + [anon_sym_typename] = ACTIONS(2684), + [anon_sym_template] = ACTIONS(2684), + [anon_sym_operator] = ACTIONS(2684), + [anon_sym_try] = ACTIONS(2684), + [anon_sym_delete] = ACTIONS(2684), + [anon_sym_throw] = ACTIONS(2684), + [anon_sym_namespace] = ACTIONS(2684), + [anon_sym_using] = ACTIONS(2684), + [anon_sym_static_assert] = ACTIONS(2684), + [anon_sym_concept] = ACTIONS(2684), + [anon_sym_co_return] = ACTIONS(2684), + [anon_sym_co_yield] = ACTIONS(2684), + [anon_sym_R_DQUOTE] = ACTIONS(2686), + [anon_sym_LR_DQUOTE] = ACTIONS(2686), + [anon_sym_uR_DQUOTE] = ACTIONS(2686), + [anon_sym_UR_DQUOTE] = ACTIONS(2686), + [anon_sym_u8R_DQUOTE] = ACTIONS(2686), + [anon_sym_co_await] = ACTIONS(2684), + [anon_sym_new] = ACTIONS(2684), + [anon_sym_requires] = ACTIONS(2684), + [sym_this] = ACTIONS(2684), + [sym_nullptr] = ACTIONS(2684), }, [1012] = { - [sym_identifier] = ACTIONS(2754), - [aux_sym_preproc_include_token1] = ACTIONS(2754), - [aux_sym_preproc_def_token1] = ACTIONS(2754), - [aux_sym_preproc_if_token1] = ACTIONS(2754), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2754), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2754), - [sym_preproc_directive] = ACTIONS(2754), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2756), - [anon_sym_TILDE] = ACTIONS(2756), - [anon_sym_DASH] = ACTIONS(2754), - [anon_sym_PLUS] = ACTIONS(2754), - [anon_sym_STAR] = ACTIONS(2756), - [anon_sym_AMP_AMP] = ACTIONS(2756), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_SEMI] = ACTIONS(2756), - [anon_sym_typedef] = ACTIONS(2754), - [anon_sym_extern] = ACTIONS(2754), - [anon_sym___attribute__] = ACTIONS(2754), - [anon_sym_COLON_COLON] = ACTIONS(2756), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2756), - [anon_sym___declspec] = ACTIONS(2754), - [anon_sym___based] = ACTIONS(2754), - [anon_sym___cdecl] = ACTIONS(2754), - [anon_sym___clrcall] = ACTIONS(2754), - [anon_sym___stdcall] = ACTIONS(2754), - [anon_sym___fastcall] = ACTIONS(2754), - [anon_sym___thiscall] = ACTIONS(2754), - [anon_sym___vectorcall] = ACTIONS(2754), - [anon_sym_LBRACE] = ACTIONS(2756), - [anon_sym_RBRACE] = ACTIONS(2756), - [anon_sym_LBRACK] = ACTIONS(2754), - [anon_sym_static] = ACTIONS(2754), - [anon_sym_register] = ACTIONS(2754), - [anon_sym_inline] = ACTIONS(2754), - [anon_sym_thread_local] = ACTIONS(2754), - [anon_sym_const] = ACTIONS(2754), - [anon_sym_volatile] = ACTIONS(2754), - [anon_sym_restrict] = ACTIONS(2754), - [anon_sym__Atomic] = ACTIONS(2754), - [anon_sym_mutable] = ACTIONS(2754), - [anon_sym_constexpr] = ACTIONS(2754), - [anon_sym_constinit] = ACTIONS(2754), - [anon_sym_consteval] = ACTIONS(2754), - [anon_sym_signed] = ACTIONS(2754), - [anon_sym_unsigned] = ACTIONS(2754), - [anon_sym_long] = ACTIONS(2754), - [anon_sym_short] = ACTIONS(2754), - [sym_primitive_type] = ACTIONS(2754), - [anon_sym_enum] = ACTIONS(2754), - [anon_sym_class] = ACTIONS(2754), - [anon_sym_struct] = ACTIONS(2754), - [anon_sym_union] = ACTIONS(2754), - [anon_sym_if] = ACTIONS(2754), - [anon_sym_switch] = ACTIONS(2754), - [anon_sym_case] = ACTIONS(2754), - [anon_sym_default] = ACTIONS(2754), - [anon_sym_while] = ACTIONS(2754), - [anon_sym_do] = ACTIONS(2754), - [anon_sym_for] = ACTIONS(2754), - [anon_sym_return] = ACTIONS(2754), - [anon_sym_break] = ACTIONS(2754), - [anon_sym_continue] = ACTIONS(2754), - [anon_sym_goto] = ACTIONS(2754), - [anon_sym_not] = ACTIONS(2754), - [anon_sym_compl] = ACTIONS(2754), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2754), - [sym_number_literal] = ACTIONS(2756), - [anon_sym_L_SQUOTE] = ACTIONS(2756), - [anon_sym_u_SQUOTE] = ACTIONS(2756), - [anon_sym_U_SQUOTE] = ACTIONS(2756), - [anon_sym_u8_SQUOTE] = ACTIONS(2756), - [anon_sym_SQUOTE] = ACTIONS(2756), - [anon_sym_L_DQUOTE] = ACTIONS(2756), - [anon_sym_u_DQUOTE] = ACTIONS(2756), - [anon_sym_U_DQUOTE] = ACTIONS(2756), - [anon_sym_u8_DQUOTE] = ACTIONS(2756), - [anon_sym_DQUOTE] = ACTIONS(2756), - [sym_true] = ACTIONS(2754), - [sym_false] = ACTIONS(2754), - [sym_null] = ACTIONS(2754), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2754), - [anon_sym_decltype] = ACTIONS(2754), - [anon_sym_virtual] = ACTIONS(2754), - [anon_sym_explicit] = ACTIONS(2754), - [anon_sym_typename] = ACTIONS(2754), - [anon_sym_template] = ACTIONS(2754), - [anon_sym_operator] = ACTIONS(2754), - [anon_sym_try] = ACTIONS(2754), - [anon_sym_delete] = ACTIONS(2754), - [anon_sym_throw] = ACTIONS(2754), - [anon_sym_namespace] = ACTIONS(2754), - [anon_sym_using] = ACTIONS(2754), - [anon_sym_static_assert] = ACTIONS(2754), - [anon_sym_concept] = ACTIONS(2754), - [anon_sym_co_return] = ACTIONS(2754), - [anon_sym_co_yield] = ACTIONS(2754), - [anon_sym_R_DQUOTE] = ACTIONS(2756), - [anon_sym_LR_DQUOTE] = ACTIONS(2756), - [anon_sym_uR_DQUOTE] = ACTIONS(2756), - [anon_sym_UR_DQUOTE] = ACTIONS(2756), - [anon_sym_u8R_DQUOTE] = ACTIONS(2756), - [anon_sym_co_await] = ACTIONS(2754), - [anon_sym_new] = ACTIONS(2754), - [anon_sym_requires] = ACTIONS(2754), - [sym_this] = ACTIONS(2754), - [sym_nullptr] = ACTIONS(2754), + [sym_identifier] = ACTIONS(2732), + [aux_sym_preproc_include_token1] = ACTIONS(2732), + [aux_sym_preproc_def_token1] = ACTIONS(2732), + [aux_sym_preproc_if_token1] = ACTIONS(2732), + [aux_sym_preproc_if_token2] = ACTIONS(2732), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2732), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2732), + [sym_preproc_directive] = ACTIONS(2732), + [anon_sym_LPAREN2] = ACTIONS(2734), + [anon_sym_BANG] = ACTIONS(2734), + [anon_sym_TILDE] = ACTIONS(2734), + [anon_sym_DASH] = ACTIONS(2732), + [anon_sym_PLUS] = ACTIONS(2732), + [anon_sym_STAR] = ACTIONS(2734), + [anon_sym_AMP_AMP] = ACTIONS(2734), + [anon_sym_AMP] = ACTIONS(2732), + [anon_sym_SEMI] = ACTIONS(2734), + [anon_sym_typedef] = ACTIONS(2732), + [anon_sym_extern] = ACTIONS(2732), + [anon_sym___attribute__] = ACTIONS(2732), + [anon_sym_COLON_COLON] = ACTIONS(2734), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2734), + [anon_sym___declspec] = ACTIONS(2732), + [anon_sym___based] = ACTIONS(2732), + [anon_sym___cdecl] = ACTIONS(2732), + [anon_sym___clrcall] = ACTIONS(2732), + [anon_sym___stdcall] = ACTIONS(2732), + [anon_sym___fastcall] = ACTIONS(2732), + [anon_sym___thiscall] = ACTIONS(2732), + [anon_sym___vectorcall] = ACTIONS(2732), + [anon_sym_LBRACE] = ACTIONS(2734), + [anon_sym_LBRACK] = ACTIONS(2732), + [anon_sym_static] = ACTIONS(2732), + [anon_sym_register] = ACTIONS(2732), + [anon_sym_inline] = ACTIONS(2732), + [anon_sym_thread_local] = ACTIONS(2732), + [anon_sym_const] = ACTIONS(2732), + [anon_sym_volatile] = ACTIONS(2732), + [anon_sym_restrict] = ACTIONS(2732), + [anon_sym__Atomic] = ACTIONS(2732), + [anon_sym_mutable] = ACTIONS(2732), + [anon_sym_constexpr] = ACTIONS(2732), + [anon_sym_constinit] = ACTIONS(2732), + [anon_sym_consteval] = ACTIONS(2732), + [anon_sym_signed] = ACTIONS(2732), + [anon_sym_unsigned] = ACTIONS(2732), + [anon_sym_long] = ACTIONS(2732), + [anon_sym_short] = ACTIONS(2732), + [sym_primitive_type] = ACTIONS(2732), + [anon_sym_enum] = ACTIONS(2732), + [anon_sym_class] = ACTIONS(2732), + [anon_sym_struct] = ACTIONS(2732), + [anon_sym_union] = ACTIONS(2732), + [anon_sym_if] = ACTIONS(2732), + [anon_sym_switch] = ACTIONS(2732), + [anon_sym_case] = ACTIONS(2732), + [anon_sym_default] = ACTIONS(2732), + [anon_sym_while] = ACTIONS(2732), + [anon_sym_do] = ACTIONS(2732), + [anon_sym_for] = ACTIONS(2732), + [anon_sym_return] = ACTIONS(2732), + [anon_sym_break] = ACTIONS(2732), + [anon_sym_continue] = ACTIONS(2732), + [anon_sym_goto] = ACTIONS(2732), + [anon_sym_not] = ACTIONS(2732), + [anon_sym_compl] = ACTIONS(2732), + [anon_sym_DASH_DASH] = ACTIONS(2734), + [anon_sym_PLUS_PLUS] = ACTIONS(2734), + [anon_sym_sizeof] = ACTIONS(2732), + [sym_number_literal] = ACTIONS(2734), + [anon_sym_L_SQUOTE] = ACTIONS(2734), + [anon_sym_u_SQUOTE] = ACTIONS(2734), + [anon_sym_U_SQUOTE] = ACTIONS(2734), + [anon_sym_u8_SQUOTE] = ACTIONS(2734), + [anon_sym_SQUOTE] = ACTIONS(2734), + [anon_sym_L_DQUOTE] = ACTIONS(2734), + [anon_sym_u_DQUOTE] = ACTIONS(2734), + [anon_sym_U_DQUOTE] = ACTIONS(2734), + [anon_sym_u8_DQUOTE] = ACTIONS(2734), + [anon_sym_DQUOTE] = ACTIONS(2734), + [sym_true] = ACTIONS(2732), + [sym_false] = ACTIONS(2732), + [sym_null] = ACTIONS(2732), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2732), + [anon_sym_decltype] = ACTIONS(2732), + [anon_sym_virtual] = ACTIONS(2732), + [anon_sym_explicit] = ACTIONS(2732), + [anon_sym_typename] = ACTIONS(2732), + [anon_sym_template] = ACTIONS(2732), + [anon_sym_operator] = ACTIONS(2732), + [anon_sym_try] = ACTIONS(2732), + [anon_sym_delete] = ACTIONS(2732), + [anon_sym_throw] = ACTIONS(2732), + [anon_sym_namespace] = ACTIONS(2732), + [anon_sym_using] = ACTIONS(2732), + [anon_sym_static_assert] = ACTIONS(2732), + [anon_sym_concept] = ACTIONS(2732), + [anon_sym_co_return] = ACTIONS(2732), + [anon_sym_co_yield] = ACTIONS(2732), + [anon_sym_R_DQUOTE] = ACTIONS(2734), + [anon_sym_LR_DQUOTE] = ACTIONS(2734), + [anon_sym_uR_DQUOTE] = ACTIONS(2734), + [anon_sym_UR_DQUOTE] = ACTIONS(2734), + [anon_sym_u8R_DQUOTE] = ACTIONS(2734), + [anon_sym_co_await] = ACTIONS(2732), + [anon_sym_new] = ACTIONS(2732), + [anon_sym_requires] = ACTIONS(2732), + [sym_this] = ACTIONS(2732), + [sym_nullptr] = ACTIONS(2732), }, [1013] = { - [ts_builtin_sym_end] = ACTIONS(2812), - [sym_identifier] = ACTIONS(2810), - [aux_sym_preproc_include_token1] = ACTIONS(2810), - [aux_sym_preproc_def_token1] = ACTIONS(2810), - [aux_sym_preproc_if_token1] = ACTIONS(2810), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2810), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2810), - [sym_preproc_directive] = ACTIONS(2810), - [anon_sym_LPAREN2] = ACTIONS(2812), - [anon_sym_BANG] = ACTIONS(2812), - [anon_sym_TILDE] = ACTIONS(2812), - [anon_sym_DASH] = ACTIONS(2810), - [anon_sym_PLUS] = ACTIONS(2810), - [anon_sym_STAR] = ACTIONS(2812), - [anon_sym_AMP_AMP] = ACTIONS(2812), - [anon_sym_AMP] = ACTIONS(2810), - [anon_sym_SEMI] = ACTIONS(2812), - [anon_sym_typedef] = ACTIONS(2810), - [anon_sym_extern] = ACTIONS(2810), - [anon_sym___attribute__] = ACTIONS(2810), - [anon_sym_COLON_COLON] = ACTIONS(2812), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2812), - [anon_sym___declspec] = ACTIONS(2810), - [anon_sym___based] = ACTIONS(2810), - [anon_sym___cdecl] = ACTIONS(2810), - [anon_sym___clrcall] = ACTIONS(2810), - [anon_sym___stdcall] = ACTIONS(2810), - [anon_sym___fastcall] = ACTIONS(2810), - [anon_sym___thiscall] = ACTIONS(2810), - [anon_sym___vectorcall] = ACTIONS(2810), - [anon_sym_LBRACE] = ACTIONS(2812), - [anon_sym_LBRACK] = ACTIONS(2810), - [anon_sym_static] = ACTIONS(2810), - [anon_sym_register] = ACTIONS(2810), - [anon_sym_inline] = ACTIONS(2810), - [anon_sym_thread_local] = ACTIONS(2810), - [anon_sym_const] = ACTIONS(2810), - [anon_sym_volatile] = ACTIONS(2810), - [anon_sym_restrict] = ACTIONS(2810), - [anon_sym__Atomic] = ACTIONS(2810), - [anon_sym_mutable] = ACTIONS(2810), - [anon_sym_constexpr] = ACTIONS(2810), - [anon_sym_constinit] = ACTIONS(2810), - [anon_sym_consteval] = ACTIONS(2810), - [anon_sym_signed] = ACTIONS(2810), - [anon_sym_unsigned] = ACTIONS(2810), - [anon_sym_long] = ACTIONS(2810), - [anon_sym_short] = ACTIONS(2810), - [sym_primitive_type] = ACTIONS(2810), - [anon_sym_enum] = ACTIONS(2810), - [anon_sym_class] = ACTIONS(2810), - [anon_sym_struct] = ACTIONS(2810), - [anon_sym_union] = ACTIONS(2810), - [anon_sym_if] = ACTIONS(2810), - [anon_sym_switch] = ACTIONS(2810), - [anon_sym_case] = ACTIONS(2810), - [anon_sym_default] = ACTIONS(2810), - [anon_sym_while] = ACTIONS(2810), - [anon_sym_do] = ACTIONS(2810), - [anon_sym_for] = ACTIONS(2810), - [anon_sym_return] = ACTIONS(2810), - [anon_sym_break] = ACTIONS(2810), - [anon_sym_continue] = ACTIONS(2810), - [anon_sym_goto] = ACTIONS(2810), - [anon_sym_not] = ACTIONS(2810), - [anon_sym_compl] = ACTIONS(2810), - [anon_sym_DASH_DASH] = ACTIONS(2812), - [anon_sym_PLUS_PLUS] = ACTIONS(2812), - [anon_sym_sizeof] = ACTIONS(2810), - [sym_number_literal] = ACTIONS(2812), - [anon_sym_L_SQUOTE] = ACTIONS(2812), - [anon_sym_u_SQUOTE] = ACTIONS(2812), - [anon_sym_U_SQUOTE] = ACTIONS(2812), - [anon_sym_u8_SQUOTE] = ACTIONS(2812), - [anon_sym_SQUOTE] = ACTIONS(2812), - [anon_sym_L_DQUOTE] = ACTIONS(2812), - [anon_sym_u_DQUOTE] = ACTIONS(2812), - [anon_sym_U_DQUOTE] = ACTIONS(2812), - [anon_sym_u8_DQUOTE] = ACTIONS(2812), - [anon_sym_DQUOTE] = ACTIONS(2812), - [sym_true] = ACTIONS(2810), - [sym_false] = ACTIONS(2810), - [sym_null] = ACTIONS(2810), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2810), - [anon_sym_decltype] = ACTIONS(2810), - [anon_sym_virtual] = ACTIONS(2810), - [anon_sym_explicit] = ACTIONS(2810), - [anon_sym_typename] = ACTIONS(2810), - [anon_sym_template] = ACTIONS(2810), - [anon_sym_operator] = ACTIONS(2810), - [anon_sym_try] = ACTIONS(2810), - [anon_sym_delete] = ACTIONS(2810), - [anon_sym_throw] = ACTIONS(2810), - [anon_sym_namespace] = ACTIONS(2810), - [anon_sym_using] = ACTIONS(2810), - [anon_sym_static_assert] = ACTIONS(2810), - [anon_sym_concept] = ACTIONS(2810), - [anon_sym_co_return] = ACTIONS(2810), - [anon_sym_co_yield] = ACTIONS(2810), - [anon_sym_R_DQUOTE] = ACTIONS(2812), - [anon_sym_LR_DQUOTE] = ACTIONS(2812), - [anon_sym_uR_DQUOTE] = ACTIONS(2812), - [anon_sym_UR_DQUOTE] = ACTIONS(2812), - [anon_sym_u8R_DQUOTE] = ACTIONS(2812), - [anon_sym_co_await] = ACTIONS(2810), - [anon_sym_new] = ACTIONS(2810), - [anon_sym_requires] = ACTIONS(2810), - [sym_this] = ACTIONS(2810), - [sym_nullptr] = ACTIONS(2810), + [ts_builtin_sym_end] = ACTIONS(2746), + [sym_identifier] = ACTIONS(2744), + [aux_sym_preproc_include_token1] = ACTIONS(2744), + [aux_sym_preproc_def_token1] = ACTIONS(2744), + [aux_sym_preproc_if_token1] = ACTIONS(2744), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2744), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2744), + [sym_preproc_directive] = ACTIONS(2744), + [anon_sym_LPAREN2] = ACTIONS(2746), + [anon_sym_BANG] = ACTIONS(2746), + [anon_sym_TILDE] = ACTIONS(2746), + [anon_sym_DASH] = ACTIONS(2744), + [anon_sym_PLUS] = ACTIONS(2744), + [anon_sym_STAR] = ACTIONS(2746), + [anon_sym_AMP_AMP] = ACTIONS(2746), + [anon_sym_AMP] = ACTIONS(2744), + [anon_sym_SEMI] = ACTIONS(2746), + [anon_sym_typedef] = ACTIONS(2744), + [anon_sym_extern] = ACTIONS(2744), + [anon_sym___attribute__] = ACTIONS(2744), + [anon_sym_COLON_COLON] = ACTIONS(2746), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2746), + [anon_sym___declspec] = ACTIONS(2744), + [anon_sym___based] = ACTIONS(2744), + [anon_sym___cdecl] = ACTIONS(2744), + [anon_sym___clrcall] = ACTIONS(2744), + [anon_sym___stdcall] = ACTIONS(2744), + [anon_sym___fastcall] = ACTIONS(2744), + [anon_sym___thiscall] = ACTIONS(2744), + [anon_sym___vectorcall] = ACTIONS(2744), + [anon_sym_LBRACE] = ACTIONS(2746), + [anon_sym_LBRACK] = ACTIONS(2744), + [anon_sym_static] = ACTIONS(2744), + [anon_sym_register] = ACTIONS(2744), + [anon_sym_inline] = ACTIONS(2744), + [anon_sym_thread_local] = ACTIONS(2744), + [anon_sym_const] = ACTIONS(2744), + [anon_sym_volatile] = ACTIONS(2744), + [anon_sym_restrict] = ACTIONS(2744), + [anon_sym__Atomic] = ACTIONS(2744), + [anon_sym_mutable] = ACTIONS(2744), + [anon_sym_constexpr] = ACTIONS(2744), + [anon_sym_constinit] = ACTIONS(2744), + [anon_sym_consteval] = ACTIONS(2744), + [anon_sym_signed] = ACTIONS(2744), + [anon_sym_unsigned] = ACTIONS(2744), + [anon_sym_long] = ACTIONS(2744), + [anon_sym_short] = ACTIONS(2744), + [sym_primitive_type] = ACTIONS(2744), + [anon_sym_enum] = ACTIONS(2744), + [anon_sym_class] = ACTIONS(2744), + [anon_sym_struct] = ACTIONS(2744), + [anon_sym_union] = ACTIONS(2744), + [anon_sym_if] = ACTIONS(2744), + [anon_sym_switch] = ACTIONS(2744), + [anon_sym_case] = ACTIONS(2744), + [anon_sym_default] = ACTIONS(2744), + [anon_sym_while] = ACTIONS(2744), + [anon_sym_do] = ACTIONS(2744), + [anon_sym_for] = ACTIONS(2744), + [anon_sym_return] = ACTIONS(2744), + [anon_sym_break] = ACTIONS(2744), + [anon_sym_continue] = ACTIONS(2744), + [anon_sym_goto] = ACTIONS(2744), + [anon_sym_not] = ACTIONS(2744), + [anon_sym_compl] = ACTIONS(2744), + [anon_sym_DASH_DASH] = ACTIONS(2746), + [anon_sym_PLUS_PLUS] = ACTIONS(2746), + [anon_sym_sizeof] = ACTIONS(2744), + [sym_number_literal] = ACTIONS(2746), + [anon_sym_L_SQUOTE] = ACTIONS(2746), + [anon_sym_u_SQUOTE] = ACTIONS(2746), + [anon_sym_U_SQUOTE] = ACTIONS(2746), + [anon_sym_u8_SQUOTE] = ACTIONS(2746), + [anon_sym_SQUOTE] = ACTIONS(2746), + [anon_sym_L_DQUOTE] = ACTIONS(2746), + [anon_sym_u_DQUOTE] = ACTIONS(2746), + [anon_sym_U_DQUOTE] = ACTIONS(2746), + [anon_sym_u8_DQUOTE] = ACTIONS(2746), + [anon_sym_DQUOTE] = ACTIONS(2746), + [sym_true] = ACTIONS(2744), + [sym_false] = ACTIONS(2744), + [sym_null] = ACTIONS(2744), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2744), + [anon_sym_decltype] = ACTIONS(2744), + [anon_sym_virtual] = ACTIONS(2744), + [anon_sym_explicit] = ACTIONS(2744), + [anon_sym_typename] = ACTIONS(2744), + [anon_sym_template] = ACTIONS(2744), + [anon_sym_operator] = ACTIONS(2744), + [anon_sym_try] = ACTIONS(2744), + [anon_sym_delete] = ACTIONS(2744), + [anon_sym_throw] = ACTIONS(2744), + [anon_sym_namespace] = ACTIONS(2744), + [anon_sym_using] = ACTIONS(2744), + [anon_sym_static_assert] = ACTIONS(2744), + [anon_sym_concept] = ACTIONS(2744), + [anon_sym_co_return] = ACTIONS(2744), + [anon_sym_co_yield] = ACTIONS(2744), + [anon_sym_R_DQUOTE] = ACTIONS(2746), + [anon_sym_LR_DQUOTE] = ACTIONS(2746), + [anon_sym_uR_DQUOTE] = ACTIONS(2746), + [anon_sym_UR_DQUOTE] = ACTIONS(2746), + [anon_sym_u8R_DQUOTE] = ACTIONS(2746), + [anon_sym_co_await] = ACTIONS(2744), + [anon_sym_new] = ACTIONS(2744), + [anon_sym_requires] = ACTIONS(2744), + [sym_this] = ACTIONS(2744), + [sym_nullptr] = ACTIONS(2744), }, [1014] = { - [sym_identifier] = ACTIONS(2750), - [aux_sym_preproc_include_token1] = ACTIONS(2750), - [aux_sym_preproc_def_token1] = ACTIONS(2750), - [aux_sym_preproc_if_token1] = ACTIONS(2750), - [aux_sym_preproc_if_token2] = ACTIONS(2750), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2750), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2750), - [sym_preproc_directive] = ACTIONS(2750), - [anon_sym_LPAREN2] = ACTIONS(2752), - [anon_sym_BANG] = ACTIONS(2752), - [anon_sym_TILDE] = ACTIONS(2752), - [anon_sym_DASH] = ACTIONS(2750), - [anon_sym_PLUS] = ACTIONS(2750), - [anon_sym_STAR] = ACTIONS(2752), - [anon_sym_AMP_AMP] = ACTIONS(2752), - [anon_sym_AMP] = ACTIONS(2750), - [anon_sym_SEMI] = ACTIONS(2752), - [anon_sym_typedef] = ACTIONS(2750), - [anon_sym_extern] = ACTIONS(2750), - [anon_sym___attribute__] = ACTIONS(2750), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2752), - [anon_sym___declspec] = ACTIONS(2750), - [anon_sym___based] = ACTIONS(2750), - [anon_sym___cdecl] = ACTIONS(2750), - [anon_sym___clrcall] = ACTIONS(2750), - [anon_sym___stdcall] = ACTIONS(2750), - [anon_sym___fastcall] = ACTIONS(2750), - [anon_sym___thiscall] = ACTIONS(2750), - [anon_sym___vectorcall] = ACTIONS(2750), - [anon_sym_LBRACE] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2750), - [anon_sym_static] = ACTIONS(2750), - [anon_sym_register] = ACTIONS(2750), - [anon_sym_inline] = ACTIONS(2750), - [anon_sym_thread_local] = ACTIONS(2750), - [anon_sym_const] = ACTIONS(2750), - [anon_sym_volatile] = ACTIONS(2750), - [anon_sym_restrict] = ACTIONS(2750), - [anon_sym__Atomic] = ACTIONS(2750), - [anon_sym_mutable] = ACTIONS(2750), - [anon_sym_constexpr] = ACTIONS(2750), - [anon_sym_constinit] = ACTIONS(2750), - [anon_sym_consteval] = ACTIONS(2750), - [anon_sym_signed] = ACTIONS(2750), - [anon_sym_unsigned] = ACTIONS(2750), - [anon_sym_long] = ACTIONS(2750), - [anon_sym_short] = ACTIONS(2750), - [sym_primitive_type] = ACTIONS(2750), - [anon_sym_enum] = ACTIONS(2750), - [anon_sym_class] = ACTIONS(2750), - [anon_sym_struct] = ACTIONS(2750), - [anon_sym_union] = ACTIONS(2750), - [anon_sym_if] = ACTIONS(2750), - [anon_sym_switch] = ACTIONS(2750), - [anon_sym_case] = ACTIONS(2750), - [anon_sym_default] = ACTIONS(2750), - [anon_sym_while] = ACTIONS(2750), - [anon_sym_do] = ACTIONS(2750), - [anon_sym_for] = ACTIONS(2750), - [anon_sym_return] = ACTIONS(2750), - [anon_sym_break] = ACTIONS(2750), - [anon_sym_continue] = ACTIONS(2750), - [anon_sym_goto] = ACTIONS(2750), - [anon_sym_not] = ACTIONS(2750), - [anon_sym_compl] = ACTIONS(2750), - [anon_sym_DASH_DASH] = ACTIONS(2752), - [anon_sym_PLUS_PLUS] = ACTIONS(2752), - [anon_sym_sizeof] = ACTIONS(2750), - [sym_number_literal] = ACTIONS(2752), - [anon_sym_L_SQUOTE] = ACTIONS(2752), - [anon_sym_u_SQUOTE] = ACTIONS(2752), - [anon_sym_U_SQUOTE] = ACTIONS(2752), - [anon_sym_u8_SQUOTE] = ACTIONS(2752), - [anon_sym_SQUOTE] = ACTIONS(2752), - [anon_sym_L_DQUOTE] = ACTIONS(2752), - [anon_sym_u_DQUOTE] = ACTIONS(2752), - [anon_sym_U_DQUOTE] = ACTIONS(2752), - [anon_sym_u8_DQUOTE] = ACTIONS(2752), - [anon_sym_DQUOTE] = ACTIONS(2752), - [sym_true] = ACTIONS(2750), - [sym_false] = ACTIONS(2750), - [sym_null] = ACTIONS(2750), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2750), - [anon_sym_decltype] = ACTIONS(2750), - [anon_sym_virtual] = ACTIONS(2750), - [anon_sym_explicit] = ACTIONS(2750), - [anon_sym_typename] = ACTIONS(2750), - [anon_sym_template] = ACTIONS(2750), - [anon_sym_operator] = ACTIONS(2750), - [anon_sym_try] = ACTIONS(2750), - [anon_sym_delete] = ACTIONS(2750), - [anon_sym_throw] = ACTIONS(2750), - [anon_sym_namespace] = ACTIONS(2750), - [anon_sym_using] = ACTIONS(2750), - [anon_sym_static_assert] = ACTIONS(2750), - [anon_sym_concept] = ACTIONS(2750), - [anon_sym_co_return] = ACTIONS(2750), - [anon_sym_co_yield] = ACTIONS(2750), - [anon_sym_R_DQUOTE] = ACTIONS(2752), - [anon_sym_LR_DQUOTE] = ACTIONS(2752), - [anon_sym_uR_DQUOTE] = ACTIONS(2752), - [anon_sym_UR_DQUOTE] = ACTIONS(2752), - [anon_sym_u8R_DQUOTE] = ACTIONS(2752), - [anon_sym_co_await] = ACTIONS(2750), - [anon_sym_new] = ACTIONS(2750), - [anon_sym_requires] = ACTIONS(2750), - [sym_this] = ACTIONS(2750), - [sym_nullptr] = ACTIONS(2750), + [sym_identifier] = ACTIONS(2728), + [aux_sym_preproc_include_token1] = ACTIONS(2728), + [aux_sym_preproc_def_token1] = ACTIONS(2728), + [aux_sym_preproc_if_token1] = ACTIONS(2728), + [aux_sym_preproc_if_token2] = ACTIONS(2728), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2728), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2728), + [sym_preproc_directive] = ACTIONS(2728), + [anon_sym_LPAREN2] = ACTIONS(2730), + [anon_sym_BANG] = ACTIONS(2730), + [anon_sym_TILDE] = ACTIONS(2730), + [anon_sym_DASH] = ACTIONS(2728), + [anon_sym_PLUS] = ACTIONS(2728), + [anon_sym_STAR] = ACTIONS(2730), + [anon_sym_AMP_AMP] = ACTIONS(2730), + [anon_sym_AMP] = ACTIONS(2728), + [anon_sym_SEMI] = ACTIONS(2730), + [anon_sym_typedef] = ACTIONS(2728), + [anon_sym_extern] = ACTIONS(2728), + [anon_sym___attribute__] = ACTIONS(2728), + [anon_sym_COLON_COLON] = ACTIONS(2730), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2730), + [anon_sym___declspec] = ACTIONS(2728), + [anon_sym___based] = ACTIONS(2728), + [anon_sym___cdecl] = ACTIONS(2728), + [anon_sym___clrcall] = ACTIONS(2728), + [anon_sym___stdcall] = ACTIONS(2728), + [anon_sym___fastcall] = ACTIONS(2728), + [anon_sym___thiscall] = ACTIONS(2728), + [anon_sym___vectorcall] = ACTIONS(2728), + [anon_sym_LBRACE] = ACTIONS(2730), + [anon_sym_LBRACK] = ACTIONS(2728), + [anon_sym_static] = ACTIONS(2728), + [anon_sym_register] = ACTIONS(2728), + [anon_sym_inline] = ACTIONS(2728), + [anon_sym_thread_local] = ACTIONS(2728), + [anon_sym_const] = ACTIONS(2728), + [anon_sym_volatile] = ACTIONS(2728), + [anon_sym_restrict] = ACTIONS(2728), + [anon_sym__Atomic] = ACTIONS(2728), + [anon_sym_mutable] = ACTIONS(2728), + [anon_sym_constexpr] = ACTIONS(2728), + [anon_sym_constinit] = ACTIONS(2728), + [anon_sym_consteval] = ACTIONS(2728), + [anon_sym_signed] = ACTIONS(2728), + [anon_sym_unsigned] = ACTIONS(2728), + [anon_sym_long] = ACTIONS(2728), + [anon_sym_short] = ACTIONS(2728), + [sym_primitive_type] = ACTIONS(2728), + [anon_sym_enum] = ACTIONS(2728), + [anon_sym_class] = ACTIONS(2728), + [anon_sym_struct] = ACTIONS(2728), + [anon_sym_union] = ACTIONS(2728), + [anon_sym_if] = ACTIONS(2728), + [anon_sym_switch] = ACTIONS(2728), + [anon_sym_case] = ACTIONS(2728), + [anon_sym_default] = ACTIONS(2728), + [anon_sym_while] = ACTIONS(2728), + [anon_sym_do] = ACTIONS(2728), + [anon_sym_for] = ACTIONS(2728), + [anon_sym_return] = ACTIONS(2728), + [anon_sym_break] = ACTIONS(2728), + [anon_sym_continue] = ACTIONS(2728), + [anon_sym_goto] = ACTIONS(2728), + [anon_sym_not] = ACTIONS(2728), + [anon_sym_compl] = ACTIONS(2728), + [anon_sym_DASH_DASH] = ACTIONS(2730), + [anon_sym_PLUS_PLUS] = ACTIONS(2730), + [anon_sym_sizeof] = ACTIONS(2728), + [sym_number_literal] = ACTIONS(2730), + [anon_sym_L_SQUOTE] = ACTIONS(2730), + [anon_sym_u_SQUOTE] = ACTIONS(2730), + [anon_sym_U_SQUOTE] = ACTIONS(2730), + [anon_sym_u8_SQUOTE] = ACTIONS(2730), + [anon_sym_SQUOTE] = ACTIONS(2730), + [anon_sym_L_DQUOTE] = ACTIONS(2730), + [anon_sym_u_DQUOTE] = ACTIONS(2730), + [anon_sym_U_DQUOTE] = ACTIONS(2730), + [anon_sym_u8_DQUOTE] = ACTIONS(2730), + [anon_sym_DQUOTE] = ACTIONS(2730), + [sym_true] = ACTIONS(2728), + [sym_false] = ACTIONS(2728), + [sym_null] = ACTIONS(2728), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2728), + [anon_sym_decltype] = ACTIONS(2728), + [anon_sym_virtual] = ACTIONS(2728), + [anon_sym_explicit] = ACTIONS(2728), + [anon_sym_typename] = ACTIONS(2728), + [anon_sym_template] = ACTIONS(2728), + [anon_sym_operator] = ACTIONS(2728), + [anon_sym_try] = ACTIONS(2728), + [anon_sym_delete] = ACTIONS(2728), + [anon_sym_throw] = ACTIONS(2728), + [anon_sym_namespace] = ACTIONS(2728), + [anon_sym_using] = ACTIONS(2728), + [anon_sym_static_assert] = ACTIONS(2728), + [anon_sym_concept] = ACTIONS(2728), + [anon_sym_co_return] = ACTIONS(2728), + [anon_sym_co_yield] = ACTIONS(2728), + [anon_sym_R_DQUOTE] = ACTIONS(2730), + [anon_sym_LR_DQUOTE] = ACTIONS(2730), + [anon_sym_uR_DQUOTE] = ACTIONS(2730), + [anon_sym_UR_DQUOTE] = ACTIONS(2730), + [anon_sym_u8R_DQUOTE] = ACTIONS(2730), + [anon_sym_co_await] = ACTIONS(2728), + [anon_sym_new] = ACTIONS(2728), + [anon_sym_requires] = ACTIONS(2728), + [sym_this] = ACTIONS(2728), + [sym_nullptr] = ACTIONS(2728), }, [1015] = { - [sym_identifier] = ACTIONS(2702), - [aux_sym_preproc_include_token1] = ACTIONS(2702), - [aux_sym_preproc_def_token1] = ACTIONS(2702), - [aux_sym_preproc_if_token1] = ACTIONS(2702), - [aux_sym_preproc_if_token2] = ACTIONS(2702), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2702), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2702), - [sym_preproc_directive] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2702), - [anon_sym_PLUS] = ACTIONS(2702), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_AMP_AMP] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2702), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_typedef] = ACTIONS(2702), - [anon_sym_extern] = ACTIONS(2702), - [anon_sym___attribute__] = ACTIONS(2702), - [anon_sym_COLON_COLON] = ACTIONS(2704), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2704), - [anon_sym___declspec] = ACTIONS(2702), - [anon_sym___based] = ACTIONS(2702), - [anon_sym___cdecl] = ACTIONS(2702), - [anon_sym___clrcall] = ACTIONS(2702), - [anon_sym___stdcall] = ACTIONS(2702), - [anon_sym___fastcall] = ACTIONS(2702), - [anon_sym___thiscall] = ACTIONS(2702), - [anon_sym___vectorcall] = ACTIONS(2702), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_static] = ACTIONS(2702), - [anon_sym_register] = ACTIONS(2702), - [anon_sym_inline] = ACTIONS(2702), - [anon_sym_thread_local] = ACTIONS(2702), - [anon_sym_const] = ACTIONS(2702), - [anon_sym_volatile] = ACTIONS(2702), - [anon_sym_restrict] = ACTIONS(2702), - [anon_sym__Atomic] = ACTIONS(2702), - [anon_sym_mutable] = ACTIONS(2702), - [anon_sym_constexpr] = ACTIONS(2702), - [anon_sym_constinit] = ACTIONS(2702), - [anon_sym_consteval] = ACTIONS(2702), - [anon_sym_signed] = ACTIONS(2702), - [anon_sym_unsigned] = ACTIONS(2702), - [anon_sym_long] = ACTIONS(2702), - [anon_sym_short] = ACTIONS(2702), - [sym_primitive_type] = ACTIONS(2702), - [anon_sym_enum] = ACTIONS(2702), - [anon_sym_class] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2702), - [anon_sym_union] = ACTIONS(2702), - [anon_sym_if] = ACTIONS(2702), - [anon_sym_switch] = ACTIONS(2702), - [anon_sym_case] = ACTIONS(2702), - [anon_sym_default] = ACTIONS(2702), - [anon_sym_while] = ACTIONS(2702), - [anon_sym_do] = ACTIONS(2702), - [anon_sym_for] = ACTIONS(2702), - [anon_sym_return] = ACTIONS(2702), - [anon_sym_break] = ACTIONS(2702), - [anon_sym_continue] = ACTIONS(2702), - [anon_sym_goto] = ACTIONS(2702), - [anon_sym_not] = ACTIONS(2702), - [anon_sym_compl] = ACTIONS(2702), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_sizeof] = ACTIONS(2702), - [sym_number_literal] = ACTIONS(2704), - [anon_sym_L_SQUOTE] = ACTIONS(2704), - [anon_sym_u_SQUOTE] = ACTIONS(2704), - [anon_sym_U_SQUOTE] = ACTIONS(2704), - [anon_sym_u8_SQUOTE] = ACTIONS(2704), - [anon_sym_SQUOTE] = ACTIONS(2704), - [anon_sym_L_DQUOTE] = ACTIONS(2704), - [anon_sym_u_DQUOTE] = ACTIONS(2704), - [anon_sym_U_DQUOTE] = ACTIONS(2704), - [anon_sym_u8_DQUOTE] = ACTIONS(2704), - [anon_sym_DQUOTE] = ACTIONS(2704), - [sym_true] = ACTIONS(2702), - [sym_false] = ACTIONS(2702), - [sym_null] = ACTIONS(2702), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2702), - [anon_sym_decltype] = ACTIONS(2702), - [anon_sym_virtual] = ACTIONS(2702), - [anon_sym_explicit] = ACTIONS(2702), - [anon_sym_typename] = ACTIONS(2702), - [anon_sym_template] = ACTIONS(2702), - [anon_sym_operator] = ACTIONS(2702), - [anon_sym_try] = ACTIONS(2702), - [anon_sym_delete] = ACTIONS(2702), - [anon_sym_throw] = ACTIONS(2702), - [anon_sym_namespace] = ACTIONS(2702), - [anon_sym_using] = ACTIONS(2702), - [anon_sym_static_assert] = ACTIONS(2702), - [anon_sym_concept] = ACTIONS(2702), - [anon_sym_co_return] = ACTIONS(2702), - [anon_sym_co_yield] = ACTIONS(2702), - [anon_sym_R_DQUOTE] = ACTIONS(2704), - [anon_sym_LR_DQUOTE] = ACTIONS(2704), - [anon_sym_uR_DQUOTE] = ACTIONS(2704), - [anon_sym_UR_DQUOTE] = ACTIONS(2704), - [anon_sym_u8R_DQUOTE] = ACTIONS(2704), - [anon_sym_co_await] = ACTIONS(2702), - [anon_sym_new] = ACTIONS(2702), - [anon_sym_requires] = ACTIONS(2702), - [sym_this] = ACTIONS(2702), - [sym_nullptr] = ACTIONS(2702), + [sym_identifier] = ACTIONS(2688), + [aux_sym_preproc_include_token1] = ACTIONS(2688), + [aux_sym_preproc_def_token1] = ACTIONS(2688), + [aux_sym_preproc_if_token1] = ACTIONS(2688), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2688), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2688), + [sym_preproc_directive] = ACTIONS(2688), + [anon_sym_LPAREN2] = ACTIONS(2690), + [anon_sym_BANG] = ACTIONS(2690), + [anon_sym_TILDE] = ACTIONS(2690), + [anon_sym_DASH] = ACTIONS(2688), + [anon_sym_PLUS] = ACTIONS(2688), + [anon_sym_STAR] = ACTIONS(2690), + [anon_sym_AMP_AMP] = ACTIONS(2690), + [anon_sym_AMP] = ACTIONS(2688), + [anon_sym_SEMI] = ACTIONS(2690), + [anon_sym_typedef] = ACTIONS(2688), + [anon_sym_extern] = ACTIONS(2688), + [anon_sym___attribute__] = ACTIONS(2688), + [anon_sym_COLON_COLON] = ACTIONS(2690), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2690), + [anon_sym___declspec] = ACTIONS(2688), + [anon_sym___based] = ACTIONS(2688), + [anon_sym___cdecl] = ACTIONS(2688), + [anon_sym___clrcall] = ACTIONS(2688), + [anon_sym___stdcall] = ACTIONS(2688), + [anon_sym___fastcall] = ACTIONS(2688), + [anon_sym___thiscall] = ACTIONS(2688), + [anon_sym___vectorcall] = ACTIONS(2688), + [anon_sym_LBRACE] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(2688), + [anon_sym_static] = ACTIONS(2688), + [anon_sym_register] = ACTIONS(2688), + [anon_sym_inline] = ACTIONS(2688), + [anon_sym_thread_local] = ACTIONS(2688), + [anon_sym_const] = ACTIONS(2688), + [anon_sym_volatile] = ACTIONS(2688), + [anon_sym_restrict] = ACTIONS(2688), + [anon_sym__Atomic] = ACTIONS(2688), + [anon_sym_mutable] = ACTIONS(2688), + [anon_sym_constexpr] = ACTIONS(2688), + [anon_sym_constinit] = ACTIONS(2688), + [anon_sym_consteval] = ACTIONS(2688), + [anon_sym_signed] = ACTIONS(2688), + [anon_sym_unsigned] = ACTIONS(2688), + [anon_sym_long] = ACTIONS(2688), + [anon_sym_short] = ACTIONS(2688), + [sym_primitive_type] = ACTIONS(2688), + [anon_sym_enum] = ACTIONS(2688), + [anon_sym_class] = ACTIONS(2688), + [anon_sym_struct] = ACTIONS(2688), + [anon_sym_union] = ACTIONS(2688), + [anon_sym_if] = ACTIONS(2688), + [anon_sym_switch] = ACTIONS(2688), + [anon_sym_case] = ACTIONS(2688), + [anon_sym_default] = ACTIONS(2688), + [anon_sym_while] = ACTIONS(2688), + [anon_sym_do] = ACTIONS(2688), + [anon_sym_for] = ACTIONS(2688), + [anon_sym_return] = ACTIONS(2688), + [anon_sym_break] = ACTIONS(2688), + [anon_sym_continue] = ACTIONS(2688), + [anon_sym_goto] = ACTIONS(2688), + [anon_sym_not] = ACTIONS(2688), + [anon_sym_compl] = ACTIONS(2688), + [anon_sym_DASH_DASH] = ACTIONS(2690), + [anon_sym_PLUS_PLUS] = ACTIONS(2690), + [anon_sym_sizeof] = ACTIONS(2688), + [sym_number_literal] = ACTIONS(2690), + [anon_sym_L_SQUOTE] = ACTIONS(2690), + [anon_sym_u_SQUOTE] = ACTIONS(2690), + [anon_sym_U_SQUOTE] = ACTIONS(2690), + [anon_sym_u8_SQUOTE] = ACTIONS(2690), + [anon_sym_SQUOTE] = ACTIONS(2690), + [anon_sym_L_DQUOTE] = ACTIONS(2690), + [anon_sym_u_DQUOTE] = ACTIONS(2690), + [anon_sym_U_DQUOTE] = ACTIONS(2690), + [anon_sym_u8_DQUOTE] = ACTIONS(2690), + [anon_sym_DQUOTE] = ACTIONS(2690), + [sym_true] = ACTIONS(2688), + [sym_false] = ACTIONS(2688), + [sym_null] = ACTIONS(2688), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2688), + [anon_sym_decltype] = ACTIONS(2688), + [anon_sym_virtual] = ACTIONS(2688), + [anon_sym_explicit] = ACTIONS(2688), + [anon_sym_typename] = ACTIONS(2688), + [anon_sym_template] = ACTIONS(2688), + [anon_sym_operator] = ACTIONS(2688), + [anon_sym_try] = ACTIONS(2688), + [anon_sym_delete] = ACTIONS(2688), + [anon_sym_throw] = ACTIONS(2688), + [anon_sym_namespace] = ACTIONS(2688), + [anon_sym_using] = ACTIONS(2688), + [anon_sym_static_assert] = ACTIONS(2688), + [anon_sym_concept] = ACTIONS(2688), + [anon_sym_co_return] = ACTIONS(2688), + [anon_sym_co_yield] = ACTIONS(2688), + [anon_sym_R_DQUOTE] = ACTIONS(2690), + [anon_sym_LR_DQUOTE] = ACTIONS(2690), + [anon_sym_uR_DQUOTE] = ACTIONS(2690), + [anon_sym_UR_DQUOTE] = ACTIONS(2690), + [anon_sym_u8R_DQUOTE] = ACTIONS(2690), + [anon_sym_co_await] = ACTIONS(2688), + [anon_sym_new] = ACTIONS(2688), + [anon_sym_requires] = ACTIONS(2688), + [sym_this] = ACTIONS(2688), + [sym_nullptr] = ACTIONS(2688), }, [1016] = { - [sym_identifier] = ACTIONS(2754), - [aux_sym_preproc_include_token1] = ACTIONS(2754), - [aux_sym_preproc_def_token1] = ACTIONS(2754), - [aux_sym_preproc_if_token1] = ACTIONS(2754), - [aux_sym_preproc_if_token2] = ACTIONS(2754), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2754), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2754), - [sym_preproc_directive] = ACTIONS(2754), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2756), - [anon_sym_TILDE] = ACTIONS(2756), - [anon_sym_DASH] = ACTIONS(2754), - [anon_sym_PLUS] = ACTIONS(2754), - [anon_sym_STAR] = ACTIONS(2756), - [anon_sym_AMP_AMP] = ACTIONS(2756), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_SEMI] = ACTIONS(2756), - [anon_sym_typedef] = ACTIONS(2754), - [anon_sym_extern] = ACTIONS(2754), - [anon_sym___attribute__] = ACTIONS(2754), - [anon_sym_COLON_COLON] = ACTIONS(2756), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2756), - [anon_sym___declspec] = ACTIONS(2754), - [anon_sym___based] = ACTIONS(2754), - [anon_sym___cdecl] = ACTIONS(2754), - [anon_sym___clrcall] = ACTIONS(2754), - [anon_sym___stdcall] = ACTIONS(2754), - [anon_sym___fastcall] = ACTIONS(2754), - [anon_sym___thiscall] = ACTIONS(2754), - [anon_sym___vectorcall] = ACTIONS(2754), - [anon_sym_LBRACE] = ACTIONS(2756), - [anon_sym_LBRACK] = ACTIONS(2754), - [anon_sym_static] = ACTIONS(2754), - [anon_sym_register] = ACTIONS(2754), - [anon_sym_inline] = ACTIONS(2754), - [anon_sym_thread_local] = ACTIONS(2754), - [anon_sym_const] = ACTIONS(2754), - [anon_sym_volatile] = ACTIONS(2754), - [anon_sym_restrict] = ACTIONS(2754), - [anon_sym__Atomic] = ACTIONS(2754), - [anon_sym_mutable] = ACTIONS(2754), - [anon_sym_constexpr] = ACTIONS(2754), - [anon_sym_constinit] = ACTIONS(2754), - [anon_sym_consteval] = ACTIONS(2754), - [anon_sym_signed] = ACTIONS(2754), - [anon_sym_unsigned] = ACTIONS(2754), - [anon_sym_long] = ACTIONS(2754), - [anon_sym_short] = ACTIONS(2754), - [sym_primitive_type] = ACTIONS(2754), - [anon_sym_enum] = ACTIONS(2754), - [anon_sym_class] = ACTIONS(2754), - [anon_sym_struct] = ACTIONS(2754), - [anon_sym_union] = ACTIONS(2754), - [anon_sym_if] = ACTIONS(2754), - [anon_sym_switch] = ACTIONS(2754), - [anon_sym_case] = ACTIONS(2754), - [anon_sym_default] = ACTIONS(2754), - [anon_sym_while] = ACTIONS(2754), - [anon_sym_do] = ACTIONS(2754), - [anon_sym_for] = ACTIONS(2754), - [anon_sym_return] = ACTIONS(2754), - [anon_sym_break] = ACTIONS(2754), - [anon_sym_continue] = ACTIONS(2754), - [anon_sym_goto] = ACTIONS(2754), - [anon_sym_not] = ACTIONS(2754), - [anon_sym_compl] = ACTIONS(2754), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2754), - [sym_number_literal] = ACTIONS(2756), - [anon_sym_L_SQUOTE] = ACTIONS(2756), - [anon_sym_u_SQUOTE] = ACTIONS(2756), - [anon_sym_U_SQUOTE] = ACTIONS(2756), - [anon_sym_u8_SQUOTE] = ACTIONS(2756), - [anon_sym_SQUOTE] = ACTIONS(2756), - [anon_sym_L_DQUOTE] = ACTIONS(2756), - [anon_sym_u_DQUOTE] = ACTIONS(2756), - [anon_sym_U_DQUOTE] = ACTIONS(2756), - [anon_sym_u8_DQUOTE] = ACTIONS(2756), - [anon_sym_DQUOTE] = ACTIONS(2756), - [sym_true] = ACTIONS(2754), - [sym_false] = ACTIONS(2754), - [sym_null] = ACTIONS(2754), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2754), - [anon_sym_decltype] = ACTIONS(2754), - [anon_sym_virtual] = ACTIONS(2754), - [anon_sym_explicit] = ACTIONS(2754), - [anon_sym_typename] = ACTIONS(2754), - [anon_sym_template] = ACTIONS(2754), - [anon_sym_operator] = ACTIONS(2754), - [anon_sym_try] = ACTIONS(2754), - [anon_sym_delete] = ACTIONS(2754), - [anon_sym_throw] = ACTIONS(2754), - [anon_sym_namespace] = ACTIONS(2754), - [anon_sym_using] = ACTIONS(2754), - [anon_sym_static_assert] = ACTIONS(2754), - [anon_sym_concept] = ACTIONS(2754), - [anon_sym_co_return] = ACTIONS(2754), - [anon_sym_co_yield] = ACTIONS(2754), - [anon_sym_R_DQUOTE] = ACTIONS(2756), - [anon_sym_LR_DQUOTE] = ACTIONS(2756), - [anon_sym_uR_DQUOTE] = ACTIONS(2756), - [anon_sym_UR_DQUOTE] = ACTIONS(2756), - [anon_sym_u8R_DQUOTE] = ACTIONS(2756), - [anon_sym_co_await] = ACTIONS(2754), - [anon_sym_new] = ACTIONS(2754), - [anon_sym_requires] = ACTIONS(2754), - [sym_this] = ACTIONS(2754), - [sym_nullptr] = ACTIONS(2754), + [sym_identifier] = ACTIONS(2800), + [aux_sym_preproc_include_token1] = ACTIONS(2800), + [aux_sym_preproc_def_token1] = ACTIONS(2800), + [aux_sym_preproc_if_token1] = ACTIONS(2800), + [aux_sym_preproc_if_token2] = ACTIONS(2800), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2800), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2800), + [sym_preproc_directive] = ACTIONS(2800), + [anon_sym_LPAREN2] = ACTIONS(2802), + [anon_sym_BANG] = ACTIONS(2802), + [anon_sym_TILDE] = ACTIONS(2802), + [anon_sym_DASH] = ACTIONS(2800), + [anon_sym_PLUS] = ACTIONS(2800), + [anon_sym_STAR] = ACTIONS(2802), + [anon_sym_AMP_AMP] = ACTIONS(2802), + [anon_sym_AMP] = ACTIONS(2800), + [anon_sym_SEMI] = ACTIONS(2802), + [anon_sym_typedef] = ACTIONS(2800), + [anon_sym_extern] = ACTIONS(2800), + [anon_sym___attribute__] = ACTIONS(2800), + [anon_sym_COLON_COLON] = ACTIONS(2802), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2802), + [anon_sym___declspec] = ACTIONS(2800), + [anon_sym___based] = ACTIONS(2800), + [anon_sym___cdecl] = ACTIONS(2800), + [anon_sym___clrcall] = ACTIONS(2800), + [anon_sym___stdcall] = ACTIONS(2800), + [anon_sym___fastcall] = ACTIONS(2800), + [anon_sym___thiscall] = ACTIONS(2800), + [anon_sym___vectorcall] = ACTIONS(2800), + [anon_sym_LBRACE] = ACTIONS(2802), + [anon_sym_LBRACK] = ACTIONS(2800), + [anon_sym_static] = ACTIONS(2800), + [anon_sym_register] = ACTIONS(2800), + [anon_sym_inline] = ACTIONS(2800), + [anon_sym_thread_local] = ACTIONS(2800), + [anon_sym_const] = ACTIONS(2800), + [anon_sym_volatile] = ACTIONS(2800), + [anon_sym_restrict] = ACTIONS(2800), + [anon_sym__Atomic] = ACTIONS(2800), + [anon_sym_mutable] = ACTIONS(2800), + [anon_sym_constexpr] = ACTIONS(2800), + [anon_sym_constinit] = ACTIONS(2800), + [anon_sym_consteval] = ACTIONS(2800), + [anon_sym_signed] = ACTIONS(2800), + [anon_sym_unsigned] = ACTIONS(2800), + [anon_sym_long] = ACTIONS(2800), + [anon_sym_short] = ACTIONS(2800), + [sym_primitive_type] = ACTIONS(2800), + [anon_sym_enum] = ACTIONS(2800), + [anon_sym_class] = ACTIONS(2800), + [anon_sym_struct] = ACTIONS(2800), + [anon_sym_union] = ACTIONS(2800), + [anon_sym_if] = ACTIONS(2800), + [anon_sym_switch] = ACTIONS(2800), + [anon_sym_case] = ACTIONS(2800), + [anon_sym_default] = ACTIONS(2800), + [anon_sym_while] = ACTIONS(2800), + [anon_sym_do] = ACTIONS(2800), + [anon_sym_for] = ACTIONS(2800), + [anon_sym_return] = ACTIONS(2800), + [anon_sym_break] = ACTIONS(2800), + [anon_sym_continue] = ACTIONS(2800), + [anon_sym_goto] = ACTIONS(2800), + [anon_sym_not] = ACTIONS(2800), + [anon_sym_compl] = ACTIONS(2800), + [anon_sym_DASH_DASH] = ACTIONS(2802), + [anon_sym_PLUS_PLUS] = ACTIONS(2802), + [anon_sym_sizeof] = ACTIONS(2800), + [sym_number_literal] = ACTIONS(2802), + [anon_sym_L_SQUOTE] = ACTIONS(2802), + [anon_sym_u_SQUOTE] = ACTIONS(2802), + [anon_sym_U_SQUOTE] = ACTIONS(2802), + [anon_sym_u8_SQUOTE] = ACTIONS(2802), + [anon_sym_SQUOTE] = ACTIONS(2802), + [anon_sym_L_DQUOTE] = ACTIONS(2802), + [anon_sym_u_DQUOTE] = ACTIONS(2802), + [anon_sym_U_DQUOTE] = ACTIONS(2802), + [anon_sym_u8_DQUOTE] = ACTIONS(2802), + [anon_sym_DQUOTE] = ACTIONS(2802), + [sym_true] = ACTIONS(2800), + [sym_false] = ACTIONS(2800), + [sym_null] = ACTIONS(2800), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2800), + [anon_sym_decltype] = ACTIONS(2800), + [anon_sym_virtual] = ACTIONS(2800), + [anon_sym_explicit] = ACTIONS(2800), + [anon_sym_typename] = ACTIONS(2800), + [anon_sym_template] = ACTIONS(2800), + [anon_sym_operator] = ACTIONS(2800), + [anon_sym_try] = ACTIONS(2800), + [anon_sym_delete] = ACTIONS(2800), + [anon_sym_throw] = ACTIONS(2800), + [anon_sym_namespace] = ACTIONS(2800), + [anon_sym_using] = ACTIONS(2800), + [anon_sym_static_assert] = ACTIONS(2800), + [anon_sym_concept] = ACTIONS(2800), + [anon_sym_co_return] = ACTIONS(2800), + [anon_sym_co_yield] = ACTIONS(2800), + [anon_sym_R_DQUOTE] = ACTIONS(2802), + [anon_sym_LR_DQUOTE] = ACTIONS(2802), + [anon_sym_uR_DQUOTE] = ACTIONS(2802), + [anon_sym_UR_DQUOTE] = ACTIONS(2802), + [anon_sym_u8R_DQUOTE] = ACTIONS(2802), + [anon_sym_co_await] = ACTIONS(2800), + [anon_sym_new] = ACTIONS(2800), + [anon_sym_requires] = ACTIONS(2800), + [sym_this] = ACTIONS(2800), + [sym_nullptr] = ACTIONS(2800), }, [1017] = { - [sym_identifier] = ACTIONS(2758), - [aux_sym_preproc_include_token1] = ACTIONS(2758), - [aux_sym_preproc_def_token1] = ACTIONS(2758), - [aux_sym_preproc_if_token1] = ACTIONS(2758), - [aux_sym_preproc_if_token2] = ACTIONS(2758), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2758), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2758), - [sym_preproc_directive] = ACTIONS(2758), - [anon_sym_LPAREN2] = ACTIONS(2760), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(2760), - [anon_sym_AMP_AMP] = ACTIONS(2760), - [anon_sym_AMP] = ACTIONS(2758), - [anon_sym_SEMI] = ACTIONS(2760), - [anon_sym_typedef] = ACTIONS(2758), - [anon_sym_extern] = ACTIONS(2758), - [anon_sym___attribute__] = ACTIONS(2758), - [anon_sym_COLON_COLON] = ACTIONS(2760), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2760), - [anon_sym___declspec] = ACTIONS(2758), - [anon_sym___based] = ACTIONS(2758), - [anon_sym___cdecl] = ACTIONS(2758), - [anon_sym___clrcall] = ACTIONS(2758), - [anon_sym___stdcall] = ACTIONS(2758), - [anon_sym___fastcall] = ACTIONS(2758), - [anon_sym___thiscall] = ACTIONS(2758), - [anon_sym___vectorcall] = ACTIONS(2758), - [anon_sym_LBRACE] = ACTIONS(2760), - [anon_sym_LBRACK] = ACTIONS(2758), - [anon_sym_static] = ACTIONS(2758), - [anon_sym_register] = ACTIONS(2758), - [anon_sym_inline] = ACTIONS(2758), - [anon_sym_thread_local] = ACTIONS(2758), - [anon_sym_const] = ACTIONS(2758), - [anon_sym_volatile] = ACTIONS(2758), - [anon_sym_restrict] = ACTIONS(2758), - [anon_sym__Atomic] = ACTIONS(2758), - [anon_sym_mutable] = ACTIONS(2758), - [anon_sym_constexpr] = ACTIONS(2758), - [anon_sym_constinit] = ACTIONS(2758), - [anon_sym_consteval] = ACTIONS(2758), - [anon_sym_signed] = ACTIONS(2758), - [anon_sym_unsigned] = ACTIONS(2758), - [anon_sym_long] = ACTIONS(2758), - [anon_sym_short] = ACTIONS(2758), - [sym_primitive_type] = ACTIONS(2758), - [anon_sym_enum] = ACTIONS(2758), - [anon_sym_class] = ACTIONS(2758), - [anon_sym_struct] = ACTIONS(2758), - [anon_sym_union] = ACTIONS(2758), - [anon_sym_if] = ACTIONS(2758), - [anon_sym_switch] = ACTIONS(2758), - [anon_sym_case] = ACTIONS(2758), - [anon_sym_default] = ACTIONS(2758), - [anon_sym_while] = ACTIONS(2758), - [anon_sym_do] = ACTIONS(2758), - [anon_sym_for] = ACTIONS(2758), - [anon_sym_return] = ACTIONS(2758), - [anon_sym_break] = ACTIONS(2758), - [anon_sym_continue] = ACTIONS(2758), - [anon_sym_goto] = ACTIONS(2758), - [anon_sym_not] = ACTIONS(2758), - [anon_sym_compl] = ACTIONS(2758), - [anon_sym_DASH_DASH] = ACTIONS(2760), - [anon_sym_PLUS_PLUS] = ACTIONS(2760), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [anon_sym_L_SQUOTE] = ACTIONS(2760), - [anon_sym_u_SQUOTE] = ACTIONS(2760), - [anon_sym_U_SQUOTE] = ACTIONS(2760), - [anon_sym_u8_SQUOTE] = ACTIONS(2760), - [anon_sym_SQUOTE] = ACTIONS(2760), - [anon_sym_L_DQUOTE] = ACTIONS(2760), - [anon_sym_u_DQUOTE] = ACTIONS(2760), - [anon_sym_U_DQUOTE] = ACTIONS(2760), - [anon_sym_u8_DQUOTE] = ACTIONS(2760), - [anon_sym_DQUOTE] = ACTIONS(2760), - [sym_true] = ACTIONS(2758), - [sym_false] = ACTIONS(2758), - [sym_null] = ACTIONS(2758), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2758), - [anon_sym_decltype] = ACTIONS(2758), - [anon_sym_virtual] = ACTIONS(2758), - [anon_sym_explicit] = ACTIONS(2758), - [anon_sym_typename] = ACTIONS(2758), - [anon_sym_template] = ACTIONS(2758), - [anon_sym_operator] = ACTIONS(2758), - [anon_sym_try] = ACTIONS(2758), - [anon_sym_delete] = ACTIONS(2758), - [anon_sym_throw] = ACTIONS(2758), - [anon_sym_namespace] = ACTIONS(2758), - [anon_sym_using] = ACTIONS(2758), - [anon_sym_static_assert] = ACTIONS(2758), - [anon_sym_concept] = ACTIONS(2758), - [anon_sym_co_return] = ACTIONS(2758), - [anon_sym_co_yield] = ACTIONS(2758), - [anon_sym_R_DQUOTE] = ACTIONS(2760), - [anon_sym_LR_DQUOTE] = ACTIONS(2760), - [anon_sym_uR_DQUOTE] = ACTIONS(2760), - [anon_sym_UR_DQUOTE] = ACTIONS(2760), - [anon_sym_u8R_DQUOTE] = ACTIONS(2760), - [anon_sym_co_await] = ACTIONS(2758), - [anon_sym_new] = ACTIONS(2758), - [anon_sym_requires] = ACTIONS(2758), - [sym_this] = ACTIONS(2758), - [sym_nullptr] = ACTIONS(2758), + [sym_identifier] = ACTIONS(2804), + [aux_sym_preproc_include_token1] = ACTIONS(2804), + [aux_sym_preproc_def_token1] = ACTIONS(2804), + [aux_sym_preproc_if_token1] = ACTIONS(2804), + [aux_sym_preproc_if_token2] = ACTIONS(2804), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2804), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2804), + [sym_preproc_directive] = ACTIONS(2804), + [anon_sym_LPAREN2] = ACTIONS(2806), + [anon_sym_BANG] = ACTIONS(2806), + [anon_sym_TILDE] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2804), + [anon_sym_PLUS] = ACTIONS(2804), + [anon_sym_STAR] = ACTIONS(2806), + [anon_sym_AMP_AMP] = ACTIONS(2806), + [anon_sym_AMP] = ACTIONS(2804), + [anon_sym_SEMI] = ACTIONS(2806), + [anon_sym_typedef] = ACTIONS(2804), + [anon_sym_extern] = ACTIONS(2804), + [anon_sym___attribute__] = ACTIONS(2804), + [anon_sym_COLON_COLON] = ACTIONS(2806), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2806), + [anon_sym___declspec] = ACTIONS(2804), + [anon_sym___based] = ACTIONS(2804), + [anon_sym___cdecl] = ACTIONS(2804), + [anon_sym___clrcall] = ACTIONS(2804), + [anon_sym___stdcall] = ACTIONS(2804), + [anon_sym___fastcall] = ACTIONS(2804), + [anon_sym___thiscall] = ACTIONS(2804), + [anon_sym___vectorcall] = ACTIONS(2804), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2804), + [anon_sym_static] = ACTIONS(2804), + [anon_sym_register] = ACTIONS(2804), + [anon_sym_inline] = ACTIONS(2804), + [anon_sym_thread_local] = ACTIONS(2804), + [anon_sym_const] = ACTIONS(2804), + [anon_sym_volatile] = ACTIONS(2804), + [anon_sym_restrict] = ACTIONS(2804), + [anon_sym__Atomic] = ACTIONS(2804), + [anon_sym_mutable] = ACTIONS(2804), + [anon_sym_constexpr] = ACTIONS(2804), + [anon_sym_constinit] = ACTIONS(2804), + [anon_sym_consteval] = ACTIONS(2804), + [anon_sym_signed] = ACTIONS(2804), + [anon_sym_unsigned] = ACTIONS(2804), + [anon_sym_long] = ACTIONS(2804), + [anon_sym_short] = ACTIONS(2804), + [sym_primitive_type] = ACTIONS(2804), + [anon_sym_enum] = ACTIONS(2804), + [anon_sym_class] = ACTIONS(2804), + [anon_sym_struct] = ACTIONS(2804), + [anon_sym_union] = ACTIONS(2804), + [anon_sym_if] = ACTIONS(2804), + [anon_sym_switch] = ACTIONS(2804), + [anon_sym_case] = ACTIONS(2804), + [anon_sym_default] = ACTIONS(2804), + [anon_sym_while] = ACTIONS(2804), + [anon_sym_do] = ACTIONS(2804), + [anon_sym_for] = ACTIONS(2804), + [anon_sym_return] = ACTIONS(2804), + [anon_sym_break] = ACTIONS(2804), + [anon_sym_continue] = ACTIONS(2804), + [anon_sym_goto] = ACTIONS(2804), + [anon_sym_not] = ACTIONS(2804), + [anon_sym_compl] = ACTIONS(2804), + [anon_sym_DASH_DASH] = ACTIONS(2806), + [anon_sym_PLUS_PLUS] = ACTIONS(2806), + [anon_sym_sizeof] = ACTIONS(2804), + [sym_number_literal] = ACTIONS(2806), + [anon_sym_L_SQUOTE] = ACTIONS(2806), + [anon_sym_u_SQUOTE] = ACTIONS(2806), + [anon_sym_U_SQUOTE] = ACTIONS(2806), + [anon_sym_u8_SQUOTE] = ACTIONS(2806), + [anon_sym_SQUOTE] = ACTIONS(2806), + [anon_sym_L_DQUOTE] = ACTIONS(2806), + [anon_sym_u_DQUOTE] = ACTIONS(2806), + [anon_sym_U_DQUOTE] = ACTIONS(2806), + [anon_sym_u8_DQUOTE] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym_true] = ACTIONS(2804), + [sym_false] = ACTIONS(2804), + [sym_null] = ACTIONS(2804), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2804), + [anon_sym_decltype] = ACTIONS(2804), + [anon_sym_virtual] = ACTIONS(2804), + [anon_sym_explicit] = ACTIONS(2804), + [anon_sym_typename] = ACTIONS(2804), + [anon_sym_template] = ACTIONS(2804), + [anon_sym_operator] = ACTIONS(2804), + [anon_sym_try] = ACTIONS(2804), + [anon_sym_delete] = ACTIONS(2804), + [anon_sym_throw] = ACTIONS(2804), + [anon_sym_namespace] = ACTIONS(2804), + [anon_sym_using] = ACTIONS(2804), + [anon_sym_static_assert] = ACTIONS(2804), + [anon_sym_concept] = ACTIONS(2804), + [anon_sym_co_return] = ACTIONS(2804), + [anon_sym_co_yield] = ACTIONS(2804), + [anon_sym_R_DQUOTE] = ACTIONS(2806), + [anon_sym_LR_DQUOTE] = ACTIONS(2806), + [anon_sym_uR_DQUOTE] = ACTIONS(2806), + [anon_sym_UR_DQUOTE] = ACTIONS(2806), + [anon_sym_u8R_DQUOTE] = ACTIONS(2806), + [anon_sym_co_await] = ACTIONS(2804), + [anon_sym_new] = ACTIONS(2804), + [anon_sym_requires] = ACTIONS(2804), + [sym_this] = ACTIONS(2804), + [sym_nullptr] = ACTIONS(2804), }, [1018] = { - [ts_builtin_sym_end] = ACTIONS(2700), - [sym_identifier] = ACTIONS(2698), - [aux_sym_preproc_include_token1] = ACTIONS(2698), - [aux_sym_preproc_def_token1] = ACTIONS(2698), - [aux_sym_preproc_if_token1] = ACTIONS(2698), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2698), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2698), - [sym_preproc_directive] = ACTIONS(2698), - [anon_sym_LPAREN2] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2698), - [anon_sym_PLUS] = ACTIONS(2698), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2698), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_typedef] = ACTIONS(2698), - [anon_sym_extern] = ACTIONS(2698), - [anon_sym___attribute__] = ACTIONS(2698), - [anon_sym_COLON_COLON] = ACTIONS(2700), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2700), - [anon_sym___declspec] = ACTIONS(2698), - [anon_sym___based] = ACTIONS(2698), - [anon_sym___cdecl] = ACTIONS(2698), - [anon_sym___clrcall] = ACTIONS(2698), - [anon_sym___stdcall] = ACTIONS(2698), - [anon_sym___fastcall] = ACTIONS(2698), - [anon_sym___thiscall] = ACTIONS(2698), - [anon_sym___vectorcall] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_static] = ACTIONS(2698), - [anon_sym_register] = ACTIONS(2698), - [anon_sym_inline] = ACTIONS(2698), - [anon_sym_thread_local] = ACTIONS(2698), - [anon_sym_const] = ACTIONS(2698), - [anon_sym_volatile] = ACTIONS(2698), - [anon_sym_restrict] = ACTIONS(2698), - [anon_sym__Atomic] = ACTIONS(2698), - [anon_sym_mutable] = ACTIONS(2698), - [anon_sym_constexpr] = ACTIONS(2698), - [anon_sym_constinit] = ACTIONS(2698), - [anon_sym_consteval] = ACTIONS(2698), - [anon_sym_signed] = ACTIONS(2698), - [anon_sym_unsigned] = ACTIONS(2698), - [anon_sym_long] = ACTIONS(2698), - [anon_sym_short] = ACTIONS(2698), - [sym_primitive_type] = ACTIONS(2698), - [anon_sym_enum] = ACTIONS(2698), - [anon_sym_class] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2698), - [anon_sym_union] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2698), - [anon_sym_switch] = ACTIONS(2698), - [anon_sym_case] = ACTIONS(2698), - [anon_sym_default] = ACTIONS(2698), - [anon_sym_while] = ACTIONS(2698), - [anon_sym_do] = ACTIONS(2698), - [anon_sym_for] = ACTIONS(2698), - [anon_sym_return] = ACTIONS(2698), - [anon_sym_break] = ACTIONS(2698), - [anon_sym_continue] = ACTIONS(2698), - [anon_sym_goto] = ACTIONS(2698), - [anon_sym_not] = ACTIONS(2698), - [anon_sym_compl] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_sizeof] = ACTIONS(2698), - [sym_number_literal] = ACTIONS(2700), - [anon_sym_L_SQUOTE] = ACTIONS(2700), - [anon_sym_u_SQUOTE] = ACTIONS(2700), - [anon_sym_U_SQUOTE] = ACTIONS(2700), - [anon_sym_u8_SQUOTE] = ACTIONS(2700), - [anon_sym_SQUOTE] = ACTIONS(2700), - [anon_sym_L_DQUOTE] = ACTIONS(2700), - [anon_sym_u_DQUOTE] = ACTIONS(2700), - [anon_sym_U_DQUOTE] = ACTIONS(2700), - [anon_sym_u8_DQUOTE] = ACTIONS(2700), - [anon_sym_DQUOTE] = ACTIONS(2700), - [sym_true] = ACTIONS(2698), - [sym_false] = ACTIONS(2698), - [sym_null] = ACTIONS(2698), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2698), - [anon_sym_decltype] = ACTIONS(2698), - [anon_sym_virtual] = ACTIONS(2698), - [anon_sym_explicit] = ACTIONS(2698), - [anon_sym_typename] = ACTIONS(2698), - [anon_sym_template] = ACTIONS(2698), - [anon_sym_operator] = ACTIONS(2698), - [anon_sym_try] = ACTIONS(2698), - [anon_sym_delete] = ACTIONS(2698), - [anon_sym_throw] = ACTIONS(2698), - [anon_sym_namespace] = ACTIONS(2698), - [anon_sym_using] = ACTIONS(2698), - [anon_sym_static_assert] = ACTIONS(2698), - [anon_sym_concept] = ACTIONS(2698), - [anon_sym_co_return] = ACTIONS(2698), - [anon_sym_co_yield] = ACTIONS(2698), - [anon_sym_R_DQUOTE] = ACTIONS(2700), - [anon_sym_LR_DQUOTE] = ACTIONS(2700), - [anon_sym_uR_DQUOTE] = ACTIONS(2700), - [anon_sym_UR_DQUOTE] = ACTIONS(2700), - [anon_sym_u8R_DQUOTE] = ACTIONS(2700), - [anon_sym_co_await] = ACTIONS(2698), - [anon_sym_new] = ACTIONS(2698), - [anon_sym_requires] = ACTIONS(2698), - [sym_this] = ACTIONS(2698), - [sym_nullptr] = ACTIONS(2698), + [ts_builtin_sym_end] = ACTIONS(2814), + [sym_identifier] = ACTIONS(2812), + [aux_sym_preproc_include_token1] = ACTIONS(2812), + [aux_sym_preproc_def_token1] = ACTIONS(2812), + [aux_sym_preproc_if_token1] = ACTIONS(2812), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2812), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2812), + [sym_preproc_directive] = ACTIONS(2812), + [anon_sym_LPAREN2] = ACTIONS(2814), + [anon_sym_BANG] = ACTIONS(2814), + [anon_sym_TILDE] = ACTIONS(2814), + [anon_sym_DASH] = ACTIONS(2812), + [anon_sym_PLUS] = ACTIONS(2812), + [anon_sym_STAR] = ACTIONS(2814), + [anon_sym_AMP_AMP] = ACTIONS(2814), + [anon_sym_AMP] = ACTIONS(2812), + [anon_sym_SEMI] = ACTIONS(2814), + [anon_sym_typedef] = ACTIONS(2812), + [anon_sym_extern] = ACTIONS(2812), + [anon_sym___attribute__] = ACTIONS(2812), + [anon_sym_COLON_COLON] = ACTIONS(2814), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2814), + [anon_sym___declspec] = ACTIONS(2812), + [anon_sym___based] = ACTIONS(2812), + [anon_sym___cdecl] = ACTIONS(2812), + [anon_sym___clrcall] = ACTIONS(2812), + [anon_sym___stdcall] = ACTIONS(2812), + [anon_sym___fastcall] = ACTIONS(2812), + [anon_sym___thiscall] = ACTIONS(2812), + [anon_sym___vectorcall] = ACTIONS(2812), + [anon_sym_LBRACE] = ACTIONS(2814), + [anon_sym_LBRACK] = ACTIONS(2812), + [anon_sym_static] = ACTIONS(2812), + [anon_sym_register] = ACTIONS(2812), + [anon_sym_inline] = ACTIONS(2812), + [anon_sym_thread_local] = ACTIONS(2812), + [anon_sym_const] = ACTIONS(2812), + [anon_sym_volatile] = ACTIONS(2812), + [anon_sym_restrict] = ACTIONS(2812), + [anon_sym__Atomic] = ACTIONS(2812), + [anon_sym_mutable] = ACTIONS(2812), + [anon_sym_constexpr] = ACTIONS(2812), + [anon_sym_constinit] = ACTIONS(2812), + [anon_sym_consteval] = ACTIONS(2812), + [anon_sym_signed] = ACTIONS(2812), + [anon_sym_unsigned] = ACTIONS(2812), + [anon_sym_long] = ACTIONS(2812), + [anon_sym_short] = ACTIONS(2812), + [sym_primitive_type] = ACTIONS(2812), + [anon_sym_enum] = ACTIONS(2812), + [anon_sym_class] = ACTIONS(2812), + [anon_sym_struct] = ACTIONS(2812), + [anon_sym_union] = ACTIONS(2812), + [anon_sym_if] = ACTIONS(2812), + [anon_sym_switch] = ACTIONS(2812), + [anon_sym_case] = ACTIONS(2812), + [anon_sym_default] = ACTIONS(2812), + [anon_sym_while] = ACTIONS(2812), + [anon_sym_do] = ACTIONS(2812), + [anon_sym_for] = ACTIONS(2812), + [anon_sym_return] = ACTIONS(2812), + [anon_sym_break] = ACTIONS(2812), + [anon_sym_continue] = ACTIONS(2812), + [anon_sym_goto] = ACTIONS(2812), + [anon_sym_not] = ACTIONS(2812), + [anon_sym_compl] = ACTIONS(2812), + [anon_sym_DASH_DASH] = ACTIONS(2814), + [anon_sym_PLUS_PLUS] = ACTIONS(2814), + [anon_sym_sizeof] = ACTIONS(2812), + [sym_number_literal] = ACTIONS(2814), + [anon_sym_L_SQUOTE] = ACTIONS(2814), + [anon_sym_u_SQUOTE] = ACTIONS(2814), + [anon_sym_U_SQUOTE] = ACTIONS(2814), + [anon_sym_u8_SQUOTE] = ACTIONS(2814), + [anon_sym_SQUOTE] = ACTIONS(2814), + [anon_sym_L_DQUOTE] = ACTIONS(2814), + [anon_sym_u_DQUOTE] = ACTIONS(2814), + [anon_sym_U_DQUOTE] = ACTIONS(2814), + [anon_sym_u8_DQUOTE] = ACTIONS(2814), + [anon_sym_DQUOTE] = ACTIONS(2814), + [sym_true] = ACTIONS(2812), + [sym_false] = ACTIONS(2812), + [sym_null] = ACTIONS(2812), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2812), + [anon_sym_decltype] = ACTIONS(2812), + [anon_sym_virtual] = ACTIONS(2812), + [anon_sym_explicit] = ACTIONS(2812), + [anon_sym_typename] = ACTIONS(2812), + [anon_sym_template] = ACTIONS(2812), + [anon_sym_operator] = ACTIONS(2812), + [anon_sym_try] = ACTIONS(2812), + [anon_sym_delete] = ACTIONS(2812), + [anon_sym_throw] = ACTIONS(2812), + [anon_sym_namespace] = ACTIONS(2812), + [anon_sym_using] = ACTIONS(2812), + [anon_sym_static_assert] = ACTIONS(2812), + [anon_sym_concept] = ACTIONS(2812), + [anon_sym_co_return] = ACTIONS(2812), + [anon_sym_co_yield] = ACTIONS(2812), + [anon_sym_R_DQUOTE] = ACTIONS(2814), + [anon_sym_LR_DQUOTE] = ACTIONS(2814), + [anon_sym_uR_DQUOTE] = ACTIONS(2814), + [anon_sym_UR_DQUOTE] = ACTIONS(2814), + [anon_sym_u8R_DQUOTE] = ACTIONS(2814), + [anon_sym_co_await] = ACTIONS(2812), + [anon_sym_new] = ACTIONS(2812), + [anon_sym_requires] = ACTIONS(2812), + [sym_this] = ACTIONS(2812), + [sym_nullptr] = ACTIONS(2812), }, [1019] = { - [ts_builtin_sym_end] = ACTIONS(2676), - [sym_identifier] = ACTIONS(2674), - [aux_sym_preproc_include_token1] = ACTIONS(2674), - [aux_sym_preproc_def_token1] = ACTIONS(2674), - [aux_sym_preproc_if_token1] = ACTIONS(2674), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2674), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2674), - [sym_preproc_directive] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(2676), - [anon_sym_BANG] = ACTIONS(2676), - [anon_sym_TILDE] = ACTIONS(2676), - [anon_sym_DASH] = ACTIONS(2674), - [anon_sym_PLUS] = ACTIONS(2674), - [anon_sym_STAR] = ACTIONS(2676), - [anon_sym_AMP_AMP] = ACTIONS(2676), - [anon_sym_AMP] = ACTIONS(2674), - [anon_sym_SEMI] = ACTIONS(2676), - [anon_sym_typedef] = ACTIONS(2674), - [anon_sym_extern] = ACTIONS(2674), - [anon_sym___attribute__] = ACTIONS(2674), - [anon_sym_COLON_COLON] = ACTIONS(2676), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2676), - [anon_sym___declspec] = ACTIONS(2674), - [anon_sym___based] = ACTIONS(2674), - [anon_sym___cdecl] = ACTIONS(2674), - [anon_sym___clrcall] = ACTIONS(2674), - [anon_sym___stdcall] = ACTIONS(2674), - [anon_sym___fastcall] = ACTIONS(2674), - [anon_sym___thiscall] = ACTIONS(2674), - [anon_sym___vectorcall] = ACTIONS(2674), - [anon_sym_LBRACE] = ACTIONS(2676), - [anon_sym_LBRACK] = ACTIONS(2674), - [anon_sym_static] = ACTIONS(2674), - [anon_sym_register] = ACTIONS(2674), - [anon_sym_inline] = ACTIONS(2674), - [anon_sym_thread_local] = ACTIONS(2674), - [anon_sym_const] = ACTIONS(2674), - [anon_sym_volatile] = ACTIONS(2674), - [anon_sym_restrict] = ACTIONS(2674), - [anon_sym__Atomic] = ACTIONS(2674), - [anon_sym_mutable] = ACTIONS(2674), - [anon_sym_constexpr] = ACTIONS(2674), - [anon_sym_constinit] = ACTIONS(2674), - [anon_sym_consteval] = ACTIONS(2674), - [anon_sym_signed] = ACTIONS(2674), - [anon_sym_unsigned] = ACTIONS(2674), - [anon_sym_long] = ACTIONS(2674), - [anon_sym_short] = ACTIONS(2674), - [sym_primitive_type] = ACTIONS(2674), - [anon_sym_enum] = ACTIONS(2674), - [anon_sym_class] = ACTIONS(2674), - [anon_sym_struct] = ACTIONS(2674), - [anon_sym_union] = ACTIONS(2674), - [anon_sym_if] = ACTIONS(2674), - [anon_sym_switch] = ACTIONS(2674), - [anon_sym_case] = ACTIONS(2674), - [anon_sym_default] = ACTIONS(2674), - [anon_sym_while] = ACTIONS(2674), - [anon_sym_do] = ACTIONS(2674), - [anon_sym_for] = ACTIONS(2674), - [anon_sym_return] = ACTIONS(2674), - [anon_sym_break] = ACTIONS(2674), - [anon_sym_continue] = ACTIONS(2674), - [anon_sym_goto] = ACTIONS(2674), - [anon_sym_not] = ACTIONS(2674), - [anon_sym_compl] = ACTIONS(2674), - [anon_sym_DASH_DASH] = ACTIONS(2676), - [anon_sym_PLUS_PLUS] = ACTIONS(2676), - [anon_sym_sizeof] = ACTIONS(2674), - [sym_number_literal] = ACTIONS(2676), - [anon_sym_L_SQUOTE] = ACTIONS(2676), - [anon_sym_u_SQUOTE] = ACTIONS(2676), - [anon_sym_U_SQUOTE] = ACTIONS(2676), - [anon_sym_u8_SQUOTE] = ACTIONS(2676), - [anon_sym_SQUOTE] = ACTIONS(2676), - [anon_sym_L_DQUOTE] = ACTIONS(2676), - [anon_sym_u_DQUOTE] = ACTIONS(2676), - [anon_sym_U_DQUOTE] = ACTIONS(2676), - [anon_sym_u8_DQUOTE] = ACTIONS(2676), - [anon_sym_DQUOTE] = ACTIONS(2676), - [sym_true] = ACTIONS(2674), - [sym_false] = ACTIONS(2674), - [sym_null] = ACTIONS(2674), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2674), - [anon_sym_decltype] = ACTIONS(2674), - [anon_sym_virtual] = ACTIONS(2674), - [anon_sym_explicit] = ACTIONS(2674), - [anon_sym_typename] = ACTIONS(2674), - [anon_sym_template] = ACTIONS(2674), - [anon_sym_operator] = ACTIONS(2674), - [anon_sym_try] = ACTIONS(2674), - [anon_sym_delete] = ACTIONS(2674), - [anon_sym_throw] = ACTIONS(2674), - [anon_sym_namespace] = ACTIONS(2674), - [anon_sym_using] = ACTIONS(2674), - [anon_sym_static_assert] = ACTIONS(2674), - [anon_sym_concept] = ACTIONS(2674), - [anon_sym_co_return] = ACTIONS(2674), - [anon_sym_co_yield] = ACTIONS(2674), - [anon_sym_R_DQUOTE] = ACTIONS(2676), - [anon_sym_LR_DQUOTE] = ACTIONS(2676), - [anon_sym_uR_DQUOTE] = ACTIONS(2676), - [anon_sym_UR_DQUOTE] = ACTIONS(2676), - [anon_sym_u8R_DQUOTE] = ACTIONS(2676), - [anon_sym_co_await] = ACTIONS(2674), - [anon_sym_new] = ACTIONS(2674), - [anon_sym_requires] = ACTIONS(2674), - [sym_this] = ACTIONS(2674), - [sym_nullptr] = ACTIONS(2674), + [ts_builtin_sym_end] = ACTIONS(2662), + [sym_identifier] = ACTIONS(2660), + [aux_sym_preproc_include_token1] = ACTIONS(2660), + [aux_sym_preproc_def_token1] = ACTIONS(2660), + [aux_sym_preproc_if_token1] = ACTIONS(2660), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2660), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2660), + [sym_preproc_directive] = ACTIONS(2660), + [anon_sym_LPAREN2] = ACTIONS(2662), + [anon_sym_BANG] = ACTIONS(2662), + [anon_sym_TILDE] = ACTIONS(2662), + [anon_sym_DASH] = ACTIONS(2660), + [anon_sym_PLUS] = ACTIONS(2660), + [anon_sym_STAR] = ACTIONS(2662), + [anon_sym_AMP_AMP] = ACTIONS(2662), + [anon_sym_AMP] = ACTIONS(2660), + [anon_sym_SEMI] = ACTIONS(2662), + [anon_sym_typedef] = ACTIONS(2660), + [anon_sym_extern] = ACTIONS(2660), + [anon_sym___attribute__] = ACTIONS(2660), + [anon_sym_COLON_COLON] = ACTIONS(2662), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2662), + [anon_sym___declspec] = ACTIONS(2660), + [anon_sym___based] = ACTIONS(2660), + [anon_sym___cdecl] = ACTIONS(2660), + [anon_sym___clrcall] = ACTIONS(2660), + [anon_sym___stdcall] = ACTIONS(2660), + [anon_sym___fastcall] = ACTIONS(2660), + [anon_sym___thiscall] = ACTIONS(2660), + [anon_sym___vectorcall] = ACTIONS(2660), + [anon_sym_LBRACE] = ACTIONS(2662), + [anon_sym_LBRACK] = ACTIONS(2660), + [anon_sym_static] = ACTIONS(2660), + [anon_sym_register] = ACTIONS(2660), + [anon_sym_inline] = ACTIONS(2660), + [anon_sym_thread_local] = ACTIONS(2660), + [anon_sym_const] = ACTIONS(2660), + [anon_sym_volatile] = ACTIONS(2660), + [anon_sym_restrict] = ACTIONS(2660), + [anon_sym__Atomic] = ACTIONS(2660), + [anon_sym_mutable] = ACTIONS(2660), + [anon_sym_constexpr] = ACTIONS(2660), + [anon_sym_constinit] = ACTIONS(2660), + [anon_sym_consteval] = ACTIONS(2660), + [anon_sym_signed] = ACTIONS(2660), + [anon_sym_unsigned] = ACTIONS(2660), + [anon_sym_long] = ACTIONS(2660), + [anon_sym_short] = ACTIONS(2660), + [sym_primitive_type] = ACTIONS(2660), + [anon_sym_enum] = ACTIONS(2660), + [anon_sym_class] = ACTIONS(2660), + [anon_sym_struct] = ACTIONS(2660), + [anon_sym_union] = ACTIONS(2660), + [anon_sym_if] = ACTIONS(2660), + [anon_sym_switch] = ACTIONS(2660), + [anon_sym_case] = ACTIONS(2660), + [anon_sym_default] = ACTIONS(2660), + [anon_sym_while] = ACTIONS(2660), + [anon_sym_do] = ACTIONS(2660), + [anon_sym_for] = ACTIONS(2660), + [anon_sym_return] = ACTIONS(2660), + [anon_sym_break] = ACTIONS(2660), + [anon_sym_continue] = ACTIONS(2660), + [anon_sym_goto] = ACTIONS(2660), + [anon_sym_not] = ACTIONS(2660), + [anon_sym_compl] = ACTIONS(2660), + [anon_sym_DASH_DASH] = ACTIONS(2662), + [anon_sym_PLUS_PLUS] = ACTIONS(2662), + [anon_sym_sizeof] = ACTIONS(2660), + [sym_number_literal] = ACTIONS(2662), + [anon_sym_L_SQUOTE] = ACTIONS(2662), + [anon_sym_u_SQUOTE] = ACTIONS(2662), + [anon_sym_U_SQUOTE] = ACTIONS(2662), + [anon_sym_u8_SQUOTE] = ACTIONS(2662), + [anon_sym_SQUOTE] = ACTIONS(2662), + [anon_sym_L_DQUOTE] = ACTIONS(2662), + [anon_sym_u_DQUOTE] = ACTIONS(2662), + [anon_sym_U_DQUOTE] = ACTIONS(2662), + [anon_sym_u8_DQUOTE] = ACTIONS(2662), + [anon_sym_DQUOTE] = ACTIONS(2662), + [sym_true] = ACTIONS(2660), + [sym_false] = ACTIONS(2660), + [sym_null] = ACTIONS(2660), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2660), + [anon_sym_decltype] = ACTIONS(2660), + [anon_sym_virtual] = ACTIONS(2660), + [anon_sym_explicit] = ACTIONS(2660), + [anon_sym_typename] = ACTIONS(2660), + [anon_sym_template] = ACTIONS(2660), + [anon_sym_operator] = ACTIONS(2660), + [anon_sym_try] = ACTIONS(2660), + [anon_sym_delete] = ACTIONS(2660), + [anon_sym_throw] = ACTIONS(2660), + [anon_sym_namespace] = ACTIONS(2660), + [anon_sym_using] = ACTIONS(2660), + [anon_sym_static_assert] = ACTIONS(2660), + [anon_sym_concept] = ACTIONS(2660), + [anon_sym_co_return] = ACTIONS(2660), + [anon_sym_co_yield] = ACTIONS(2660), + [anon_sym_R_DQUOTE] = ACTIONS(2662), + [anon_sym_LR_DQUOTE] = ACTIONS(2662), + [anon_sym_uR_DQUOTE] = ACTIONS(2662), + [anon_sym_UR_DQUOTE] = ACTIONS(2662), + [anon_sym_u8R_DQUOTE] = ACTIONS(2662), + [anon_sym_co_await] = ACTIONS(2660), + [anon_sym_new] = ACTIONS(2660), + [anon_sym_requires] = ACTIONS(2660), + [sym_this] = ACTIONS(2660), + [sym_nullptr] = ACTIONS(2660), }, [1020] = { - [ts_builtin_sym_end] = ACTIONS(2696), - [sym_identifier] = ACTIONS(2694), - [aux_sym_preproc_include_token1] = ACTIONS(2694), - [aux_sym_preproc_def_token1] = ACTIONS(2694), - [aux_sym_preproc_if_token1] = ACTIONS(2694), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2694), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2694), - [sym_preproc_directive] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(2696), - [anon_sym_BANG] = ACTIONS(2696), - [anon_sym_TILDE] = ACTIONS(2696), - [anon_sym_DASH] = ACTIONS(2694), - [anon_sym_PLUS] = ACTIONS(2694), - [anon_sym_STAR] = ACTIONS(2696), - [anon_sym_AMP_AMP] = ACTIONS(2696), - [anon_sym_AMP] = ACTIONS(2694), - [anon_sym_SEMI] = ACTIONS(2696), - [anon_sym_typedef] = ACTIONS(2694), - [anon_sym_extern] = ACTIONS(2694), - [anon_sym___attribute__] = ACTIONS(2694), - [anon_sym_COLON_COLON] = ACTIONS(2696), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2696), - [anon_sym___declspec] = ACTIONS(2694), - [anon_sym___based] = ACTIONS(2694), - [anon_sym___cdecl] = ACTIONS(2694), - [anon_sym___clrcall] = ACTIONS(2694), - [anon_sym___stdcall] = ACTIONS(2694), - [anon_sym___fastcall] = ACTIONS(2694), - [anon_sym___thiscall] = ACTIONS(2694), - [anon_sym___vectorcall] = ACTIONS(2694), - [anon_sym_LBRACE] = ACTIONS(2696), - [anon_sym_LBRACK] = ACTIONS(2694), - [anon_sym_static] = ACTIONS(2694), - [anon_sym_register] = ACTIONS(2694), - [anon_sym_inline] = ACTIONS(2694), - [anon_sym_thread_local] = ACTIONS(2694), - [anon_sym_const] = ACTIONS(2694), - [anon_sym_volatile] = ACTIONS(2694), - [anon_sym_restrict] = ACTIONS(2694), - [anon_sym__Atomic] = ACTIONS(2694), - [anon_sym_mutable] = ACTIONS(2694), - [anon_sym_constexpr] = ACTIONS(2694), - [anon_sym_constinit] = ACTIONS(2694), - [anon_sym_consteval] = ACTIONS(2694), - [anon_sym_signed] = ACTIONS(2694), - [anon_sym_unsigned] = ACTIONS(2694), - [anon_sym_long] = ACTIONS(2694), - [anon_sym_short] = ACTIONS(2694), - [sym_primitive_type] = ACTIONS(2694), - [anon_sym_enum] = ACTIONS(2694), - [anon_sym_class] = ACTIONS(2694), - [anon_sym_struct] = ACTIONS(2694), - [anon_sym_union] = ACTIONS(2694), - [anon_sym_if] = ACTIONS(2694), - [anon_sym_switch] = ACTIONS(2694), - [anon_sym_case] = ACTIONS(2694), - [anon_sym_default] = ACTIONS(2694), - [anon_sym_while] = ACTIONS(2694), - [anon_sym_do] = ACTIONS(2694), - [anon_sym_for] = ACTIONS(2694), - [anon_sym_return] = ACTIONS(2694), - [anon_sym_break] = ACTIONS(2694), - [anon_sym_continue] = ACTIONS(2694), - [anon_sym_goto] = ACTIONS(2694), - [anon_sym_not] = ACTIONS(2694), - [anon_sym_compl] = ACTIONS(2694), - [anon_sym_DASH_DASH] = ACTIONS(2696), - [anon_sym_PLUS_PLUS] = ACTIONS(2696), - [anon_sym_sizeof] = ACTIONS(2694), - [sym_number_literal] = ACTIONS(2696), - [anon_sym_L_SQUOTE] = ACTIONS(2696), - [anon_sym_u_SQUOTE] = ACTIONS(2696), - [anon_sym_U_SQUOTE] = ACTIONS(2696), - [anon_sym_u8_SQUOTE] = ACTIONS(2696), - [anon_sym_SQUOTE] = ACTIONS(2696), - [anon_sym_L_DQUOTE] = ACTIONS(2696), - [anon_sym_u_DQUOTE] = ACTIONS(2696), - [anon_sym_U_DQUOTE] = ACTIONS(2696), - [anon_sym_u8_DQUOTE] = ACTIONS(2696), - [anon_sym_DQUOTE] = ACTIONS(2696), - [sym_true] = ACTIONS(2694), - [sym_false] = ACTIONS(2694), - [sym_null] = ACTIONS(2694), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2694), - [anon_sym_decltype] = ACTIONS(2694), - [anon_sym_virtual] = ACTIONS(2694), - [anon_sym_explicit] = ACTIONS(2694), - [anon_sym_typename] = ACTIONS(2694), - [anon_sym_template] = ACTIONS(2694), - [anon_sym_operator] = ACTIONS(2694), - [anon_sym_try] = ACTIONS(2694), - [anon_sym_delete] = ACTIONS(2694), - [anon_sym_throw] = ACTIONS(2694), - [anon_sym_namespace] = ACTIONS(2694), - [anon_sym_using] = ACTIONS(2694), - [anon_sym_static_assert] = ACTIONS(2694), - [anon_sym_concept] = ACTIONS(2694), - [anon_sym_co_return] = ACTIONS(2694), - [anon_sym_co_yield] = ACTIONS(2694), - [anon_sym_R_DQUOTE] = ACTIONS(2696), - [anon_sym_LR_DQUOTE] = ACTIONS(2696), - [anon_sym_uR_DQUOTE] = ACTIONS(2696), - [anon_sym_UR_DQUOTE] = ACTIONS(2696), - [anon_sym_u8R_DQUOTE] = ACTIONS(2696), - [anon_sym_co_await] = ACTIONS(2694), - [anon_sym_new] = ACTIONS(2694), - [anon_sym_requires] = ACTIONS(2694), - [sym_this] = ACTIONS(2694), - [sym_nullptr] = ACTIONS(2694), + [ts_builtin_sym_end] = ACTIONS(2818), + [sym_identifier] = ACTIONS(2816), + [aux_sym_preproc_include_token1] = ACTIONS(2816), + [aux_sym_preproc_def_token1] = ACTIONS(2816), + [aux_sym_preproc_if_token1] = ACTIONS(2816), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2816), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2816), + [sym_preproc_directive] = ACTIONS(2816), + [anon_sym_LPAREN2] = ACTIONS(2818), + [anon_sym_BANG] = ACTIONS(2818), + [anon_sym_TILDE] = ACTIONS(2818), + [anon_sym_DASH] = ACTIONS(2816), + [anon_sym_PLUS] = ACTIONS(2816), + [anon_sym_STAR] = ACTIONS(2818), + [anon_sym_AMP_AMP] = ACTIONS(2818), + [anon_sym_AMP] = ACTIONS(2816), + [anon_sym_SEMI] = ACTIONS(2818), + [anon_sym_typedef] = ACTIONS(2816), + [anon_sym_extern] = ACTIONS(2816), + [anon_sym___attribute__] = ACTIONS(2816), + [anon_sym_COLON_COLON] = ACTIONS(2818), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2818), + [anon_sym___declspec] = ACTIONS(2816), + [anon_sym___based] = ACTIONS(2816), + [anon_sym___cdecl] = ACTIONS(2816), + [anon_sym___clrcall] = ACTIONS(2816), + [anon_sym___stdcall] = ACTIONS(2816), + [anon_sym___fastcall] = ACTIONS(2816), + [anon_sym___thiscall] = ACTIONS(2816), + [anon_sym___vectorcall] = ACTIONS(2816), + [anon_sym_LBRACE] = ACTIONS(2818), + [anon_sym_LBRACK] = ACTIONS(2816), + [anon_sym_static] = ACTIONS(2816), + [anon_sym_register] = ACTIONS(2816), + [anon_sym_inline] = ACTIONS(2816), + [anon_sym_thread_local] = ACTIONS(2816), + [anon_sym_const] = ACTIONS(2816), + [anon_sym_volatile] = ACTIONS(2816), + [anon_sym_restrict] = ACTIONS(2816), + [anon_sym__Atomic] = ACTIONS(2816), + [anon_sym_mutable] = ACTIONS(2816), + [anon_sym_constexpr] = ACTIONS(2816), + [anon_sym_constinit] = ACTIONS(2816), + [anon_sym_consteval] = ACTIONS(2816), + [anon_sym_signed] = ACTIONS(2816), + [anon_sym_unsigned] = ACTIONS(2816), + [anon_sym_long] = ACTIONS(2816), + [anon_sym_short] = ACTIONS(2816), + [sym_primitive_type] = ACTIONS(2816), + [anon_sym_enum] = ACTIONS(2816), + [anon_sym_class] = ACTIONS(2816), + [anon_sym_struct] = ACTIONS(2816), + [anon_sym_union] = ACTIONS(2816), + [anon_sym_if] = ACTIONS(2816), + [anon_sym_switch] = ACTIONS(2816), + [anon_sym_case] = ACTIONS(2816), + [anon_sym_default] = ACTIONS(2816), + [anon_sym_while] = ACTIONS(2816), + [anon_sym_do] = ACTIONS(2816), + [anon_sym_for] = ACTIONS(2816), + [anon_sym_return] = ACTIONS(2816), + [anon_sym_break] = ACTIONS(2816), + [anon_sym_continue] = ACTIONS(2816), + [anon_sym_goto] = ACTIONS(2816), + [anon_sym_not] = ACTIONS(2816), + [anon_sym_compl] = ACTIONS(2816), + [anon_sym_DASH_DASH] = ACTIONS(2818), + [anon_sym_PLUS_PLUS] = ACTIONS(2818), + [anon_sym_sizeof] = ACTIONS(2816), + [sym_number_literal] = ACTIONS(2818), + [anon_sym_L_SQUOTE] = ACTIONS(2818), + [anon_sym_u_SQUOTE] = ACTIONS(2818), + [anon_sym_U_SQUOTE] = ACTIONS(2818), + [anon_sym_u8_SQUOTE] = ACTIONS(2818), + [anon_sym_SQUOTE] = ACTIONS(2818), + [anon_sym_L_DQUOTE] = ACTIONS(2818), + [anon_sym_u_DQUOTE] = ACTIONS(2818), + [anon_sym_U_DQUOTE] = ACTIONS(2818), + [anon_sym_u8_DQUOTE] = ACTIONS(2818), + [anon_sym_DQUOTE] = ACTIONS(2818), + [sym_true] = ACTIONS(2816), + [sym_false] = ACTIONS(2816), + [sym_null] = ACTIONS(2816), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2816), + [anon_sym_decltype] = ACTIONS(2816), + [anon_sym_virtual] = ACTIONS(2816), + [anon_sym_explicit] = ACTIONS(2816), + [anon_sym_typename] = ACTIONS(2816), + [anon_sym_template] = ACTIONS(2816), + [anon_sym_operator] = ACTIONS(2816), + [anon_sym_try] = ACTIONS(2816), + [anon_sym_delete] = ACTIONS(2816), + [anon_sym_throw] = ACTIONS(2816), + [anon_sym_namespace] = ACTIONS(2816), + [anon_sym_using] = ACTIONS(2816), + [anon_sym_static_assert] = ACTIONS(2816), + [anon_sym_concept] = ACTIONS(2816), + [anon_sym_co_return] = ACTIONS(2816), + [anon_sym_co_yield] = ACTIONS(2816), + [anon_sym_R_DQUOTE] = ACTIONS(2818), + [anon_sym_LR_DQUOTE] = ACTIONS(2818), + [anon_sym_uR_DQUOTE] = ACTIONS(2818), + [anon_sym_UR_DQUOTE] = ACTIONS(2818), + [anon_sym_u8R_DQUOTE] = ACTIONS(2818), + [anon_sym_co_await] = ACTIONS(2816), + [anon_sym_new] = ACTIONS(2816), + [anon_sym_requires] = ACTIONS(2816), + [sym_this] = ACTIONS(2816), + [sym_nullptr] = ACTIONS(2816), }, [1021] = { - [ts_builtin_sym_end] = ACTIONS(2692), - [sym_identifier] = ACTIONS(2690), - [aux_sym_preproc_include_token1] = ACTIONS(2690), - [aux_sym_preproc_def_token1] = ACTIONS(2690), - [aux_sym_preproc_if_token1] = ACTIONS(2690), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2690), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2690), - [sym_preproc_directive] = ACTIONS(2690), - [anon_sym_LPAREN2] = ACTIONS(2692), - [anon_sym_BANG] = ACTIONS(2692), - [anon_sym_TILDE] = ACTIONS(2692), - [anon_sym_DASH] = ACTIONS(2690), - [anon_sym_PLUS] = ACTIONS(2690), - [anon_sym_STAR] = ACTIONS(2692), - [anon_sym_AMP_AMP] = ACTIONS(2692), - [anon_sym_AMP] = ACTIONS(2690), - [anon_sym_SEMI] = ACTIONS(2692), - [anon_sym_typedef] = ACTIONS(2690), - [anon_sym_extern] = ACTIONS(2690), - [anon_sym___attribute__] = ACTIONS(2690), - [anon_sym_COLON_COLON] = ACTIONS(2692), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2692), - [anon_sym___declspec] = ACTIONS(2690), - [anon_sym___based] = ACTIONS(2690), - [anon_sym___cdecl] = ACTIONS(2690), - [anon_sym___clrcall] = ACTIONS(2690), - [anon_sym___stdcall] = ACTIONS(2690), - [anon_sym___fastcall] = ACTIONS(2690), - [anon_sym___thiscall] = ACTIONS(2690), - [anon_sym___vectorcall] = ACTIONS(2690), - [anon_sym_LBRACE] = ACTIONS(2692), - [anon_sym_LBRACK] = ACTIONS(2690), - [anon_sym_static] = ACTIONS(2690), - [anon_sym_register] = ACTIONS(2690), - [anon_sym_inline] = ACTIONS(2690), - [anon_sym_thread_local] = ACTIONS(2690), - [anon_sym_const] = ACTIONS(2690), - [anon_sym_volatile] = ACTIONS(2690), - [anon_sym_restrict] = ACTIONS(2690), - [anon_sym__Atomic] = ACTIONS(2690), - [anon_sym_mutable] = ACTIONS(2690), - [anon_sym_constexpr] = ACTIONS(2690), - [anon_sym_constinit] = ACTIONS(2690), - [anon_sym_consteval] = ACTIONS(2690), - [anon_sym_signed] = ACTIONS(2690), - [anon_sym_unsigned] = ACTIONS(2690), - [anon_sym_long] = ACTIONS(2690), - [anon_sym_short] = ACTIONS(2690), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_enum] = ACTIONS(2690), - [anon_sym_class] = ACTIONS(2690), - [anon_sym_struct] = ACTIONS(2690), - [anon_sym_union] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2690), - [anon_sym_switch] = ACTIONS(2690), - [anon_sym_case] = ACTIONS(2690), - [anon_sym_default] = ACTIONS(2690), - [anon_sym_while] = ACTIONS(2690), - [anon_sym_do] = ACTIONS(2690), - [anon_sym_for] = ACTIONS(2690), - [anon_sym_return] = ACTIONS(2690), - [anon_sym_break] = ACTIONS(2690), - [anon_sym_continue] = ACTIONS(2690), - [anon_sym_goto] = ACTIONS(2690), - [anon_sym_not] = ACTIONS(2690), - [anon_sym_compl] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2692), - [anon_sym_PLUS_PLUS] = ACTIONS(2692), - [anon_sym_sizeof] = ACTIONS(2690), - [sym_number_literal] = ACTIONS(2692), - [anon_sym_L_SQUOTE] = ACTIONS(2692), - [anon_sym_u_SQUOTE] = ACTIONS(2692), - [anon_sym_U_SQUOTE] = ACTIONS(2692), - [anon_sym_u8_SQUOTE] = ACTIONS(2692), - [anon_sym_SQUOTE] = ACTIONS(2692), - [anon_sym_L_DQUOTE] = ACTIONS(2692), - [anon_sym_u_DQUOTE] = ACTIONS(2692), - [anon_sym_U_DQUOTE] = ACTIONS(2692), - [anon_sym_u8_DQUOTE] = ACTIONS(2692), - [anon_sym_DQUOTE] = ACTIONS(2692), - [sym_true] = ACTIONS(2690), - [sym_false] = ACTIONS(2690), - [sym_null] = ACTIONS(2690), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2690), - [anon_sym_decltype] = ACTIONS(2690), - [anon_sym_virtual] = ACTIONS(2690), - [anon_sym_explicit] = ACTIONS(2690), - [anon_sym_typename] = ACTIONS(2690), - [anon_sym_template] = ACTIONS(2690), - [anon_sym_operator] = ACTIONS(2690), - [anon_sym_try] = ACTIONS(2690), - [anon_sym_delete] = ACTIONS(2690), - [anon_sym_throw] = ACTIONS(2690), - [anon_sym_namespace] = ACTIONS(2690), - [anon_sym_using] = ACTIONS(2690), - [anon_sym_static_assert] = ACTIONS(2690), - [anon_sym_concept] = ACTIONS(2690), - [anon_sym_co_return] = ACTIONS(2690), - [anon_sym_co_yield] = ACTIONS(2690), - [anon_sym_R_DQUOTE] = ACTIONS(2692), - [anon_sym_LR_DQUOTE] = ACTIONS(2692), - [anon_sym_uR_DQUOTE] = ACTIONS(2692), - [anon_sym_UR_DQUOTE] = ACTIONS(2692), - [anon_sym_u8R_DQUOTE] = ACTIONS(2692), - [anon_sym_co_await] = ACTIONS(2690), - [anon_sym_new] = ACTIONS(2690), - [anon_sym_requires] = ACTIONS(2690), - [sym_this] = ACTIONS(2690), - [sym_nullptr] = ACTIONS(2690), + [ts_builtin_sym_end] = ACTIONS(2822), + [sym_identifier] = ACTIONS(2820), + [aux_sym_preproc_include_token1] = ACTIONS(2820), + [aux_sym_preproc_def_token1] = ACTIONS(2820), + [aux_sym_preproc_if_token1] = ACTIONS(2820), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2820), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2820), + [sym_preproc_directive] = ACTIONS(2820), + [anon_sym_LPAREN2] = ACTIONS(2822), + [anon_sym_BANG] = ACTIONS(2822), + [anon_sym_TILDE] = ACTIONS(2822), + [anon_sym_DASH] = ACTIONS(2820), + [anon_sym_PLUS] = ACTIONS(2820), + [anon_sym_STAR] = ACTIONS(2822), + [anon_sym_AMP_AMP] = ACTIONS(2822), + [anon_sym_AMP] = ACTIONS(2820), + [anon_sym_SEMI] = ACTIONS(2822), + [anon_sym_typedef] = ACTIONS(2820), + [anon_sym_extern] = ACTIONS(2820), + [anon_sym___attribute__] = ACTIONS(2820), + [anon_sym_COLON_COLON] = ACTIONS(2822), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2822), + [anon_sym___declspec] = ACTIONS(2820), + [anon_sym___based] = ACTIONS(2820), + [anon_sym___cdecl] = ACTIONS(2820), + [anon_sym___clrcall] = ACTIONS(2820), + [anon_sym___stdcall] = ACTIONS(2820), + [anon_sym___fastcall] = ACTIONS(2820), + [anon_sym___thiscall] = ACTIONS(2820), + [anon_sym___vectorcall] = ACTIONS(2820), + [anon_sym_LBRACE] = ACTIONS(2822), + [anon_sym_LBRACK] = ACTIONS(2820), + [anon_sym_static] = ACTIONS(2820), + [anon_sym_register] = ACTIONS(2820), + [anon_sym_inline] = ACTIONS(2820), + [anon_sym_thread_local] = ACTIONS(2820), + [anon_sym_const] = ACTIONS(2820), + [anon_sym_volatile] = ACTIONS(2820), + [anon_sym_restrict] = ACTIONS(2820), + [anon_sym__Atomic] = ACTIONS(2820), + [anon_sym_mutable] = ACTIONS(2820), + [anon_sym_constexpr] = ACTIONS(2820), + [anon_sym_constinit] = ACTIONS(2820), + [anon_sym_consteval] = ACTIONS(2820), + [anon_sym_signed] = ACTIONS(2820), + [anon_sym_unsigned] = ACTIONS(2820), + [anon_sym_long] = ACTIONS(2820), + [anon_sym_short] = ACTIONS(2820), + [sym_primitive_type] = ACTIONS(2820), + [anon_sym_enum] = ACTIONS(2820), + [anon_sym_class] = ACTIONS(2820), + [anon_sym_struct] = ACTIONS(2820), + [anon_sym_union] = ACTIONS(2820), + [anon_sym_if] = ACTIONS(2820), + [anon_sym_switch] = ACTIONS(2820), + [anon_sym_case] = ACTIONS(2820), + [anon_sym_default] = ACTIONS(2820), + [anon_sym_while] = ACTIONS(2820), + [anon_sym_do] = ACTIONS(2820), + [anon_sym_for] = ACTIONS(2820), + [anon_sym_return] = ACTIONS(2820), + [anon_sym_break] = ACTIONS(2820), + [anon_sym_continue] = ACTIONS(2820), + [anon_sym_goto] = ACTIONS(2820), + [anon_sym_not] = ACTIONS(2820), + [anon_sym_compl] = ACTIONS(2820), + [anon_sym_DASH_DASH] = ACTIONS(2822), + [anon_sym_PLUS_PLUS] = ACTIONS(2822), + [anon_sym_sizeof] = ACTIONS(2820), + [sym_number_literal] = ACTIONS(2822), + [anon_sym_L_SQUOTE] = ACTIONS(2822), + [anon_sym_u_SQUOTE] = ACTIONS(2822), + [anon_sym_U_SQUOTE] = ACTIONS(2822), + [anon_sym_u8_SQUOTE] = ACTIONS(2822), + [anon_sym_SQUOTE] = ACTIONS(2822), + [anon_sym_L_DQUOTE] = ACTIONS(2822), + [anon_sym_u_DQUOTE] = ACTIONS(2822), + [anon_sym_U_DQUOTE] = ACTIONS(2822), + [anon_sym_u8_DQUOTE] = ACTIONS(2822), + [anon_sym_DQUOTE] = ACTIONS(2822), + [sym_true] = ACTIONS(2820), + [sym_false] = ACTIONS(2820), + [sym_null] = ACTIONS(2820), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2820), + [anon_sym_decltype] = ACTIONS(2820), + [anon_sym_virtual] = ACTIONS(2820), + [anon_sym_explicit] = ACTIONS(2820), + [anon_sym_typename] = ACTIONS(2820), + [anon_sym_template] = ACTIONS(2820), + [anon_sym_operator] = ACTIONS(2820), + [anon_sym_try] = ACTIONS(2820), + [anon_sym_delete] = ACTIONS(2820), + [anon_sym_throw] = ACTIONS(2820), + [anon_sym_namespace] = ACTIONS(2820), + [anon_sym_using] = ACTIONS(2820), + [anon_sym_static_assert] = ACTIONS(2820), + [anon_sym_concept] = ACTIONS(2820), + [anon_sym_co_return] = ACTIONS(2820), + [anon_sym_co_yield] = ACTIONS(2820), + [anon_sym_R_DQUOTE] = ACTIONS(2822), + [anon_sym_LR_DQUOTE] = ACTIONS(2822), + [anon_sym_uR_DQUOTE] = ACTIONS(2822), + [anon_sym_UR_DQUOTE] = ACTIONS(2822), + [anon_sym_u8R_DQUOTE] = ACTIONS(2822), + [anon_sym_co_await] = ACTIONS(2820), + [anon_sym_new] = ACTIONS(2820), + [anon_sym_requires] = ACTIONS(2820), + [sym_this] = ACTIONS(2820), + [sym_nullptr] = ACTIONS(2820), }, [1022] = { - [ts_builtin_sym_end] = ACTIONS(2668), - [sym_identifier] = ACTIONS(2666), - [aux_sym_preproc_include_token1] = ACTIONS(2666), - [aux_sym_preproc_def_token1] = ACTIONS(2666), - [aux_sym_preproc_if_token1] = ACTIONS(2666), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2666), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2666), - [sym_preproc_directive] = ACTIONS(2666), - [anon_sym_LPAREN2] = ACTIONS(2668), - [anon_sym_BANG] = ACTIONS(2668), - [anon_sym_TILDE] = ACTIONS(2668), - [anon_sym_DASH] = ACTIONS(2666), - [anon_sym_PLUS] = ACTIONS(2666), - [anon_sym_STAR] = ACTIONS(2668), - [anon_sym_AMP_AMP] = ACTIONS(2668), - [anon_sym_AMP] = ACTIONS(2666), - [anon_sym_SEMI] = ACTIONS(2668), - [anon_sym_typedef] = ACTIONS(2666), - [anon_sym_extern] = ACTIONS(2666), - [anon_sym___attribute__] = ACTIONS(2666), - [anon_sym_COLON_COLON] = ACTIONS(2668), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2668), - [anon_sym___declspec] = ACTIONS(2666), - [anon_sym___based] = ACTIONS(2666), - [anon_sym___cdecl] = ACTIONS(2666), - [anon_sym___clrcall] = ACTIONS(2666), - [anon_sym___stdcall] = ACTIONS(2666), - [anon_sym___fastcall] = ACTIONS(2666), - [anon_sym___thiscall] = ACTIONS(2666), - [anon_sym___vectorcall] = ACTIONS(2666), - [anon_sym_LBRACE] = ACTIONS(2668), - [anon_sym_LBRACK] = ACTIONS(2666), - [anon_sym_static] = ACTIONS(2666), - [anon_sym_register] = ACTIONS(2666), - [anon_sym_inline] = ACTIONS(2666), - [anon_sym_thread_local] = ACTIONS(2666), - [anon_sym_const] = ACTIONS(2666), - [anon_sym_volatile] = ACTIONS(2666), - [anon_sym_restrict] = ACTIONS(2666), - [anon_sym__Atomic] = ACTIONS(2666), - [anon_sym_mutable] = ACTIONS(2666), - [anon_sym_constexpr] = ACTIONS(2666), - [anon_sym_constinit] = ACTIONS(2666), - [anon_sym_consteval] = ACTIONS(2666), - [anon_sym_signed] = ACTIONS(2666), - [anon_sym_unsigned] = ACTIONS(2666), - [anon_sym_long] = ACTIONS(2666), - [anon_sym_short] = ACTIONS(2666), - [sym_primitive_type] = ACTIONS(2666), - [anon_sym_enum] = ACTIONS(2666), - [anon_sym_class] = ACTIONS(2666), - [anon_sym_struct] = ACTIONS(2666), - [anon_sym_union] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2666), - [anon_sym_switch] = ACTIONS(2666), - [anon_sym_case] = ACTIONS(2666), - [anon_sym_default] = ACTIONS(2666), - [anon_sym_while] = ACTIONS(2666), - [anon_sym_do] = ACTIONS(2666), - [anon_sym_for] = ACTIONS(2666), - [anon_sym_return] = ACTIONS(2666), - [anon_sym_break] = ACTIONS(2666), - [anon_sym_continue] = ACTIONS(2666), - [anon_sym_goto] = ACTIONS(2666), - [anon_sym_not] = ACTIONS(2666), - [anon_sym_compl] = ACTIONS(2666), - [anon_sym_DASH_DASH] = ACTIONS(2668), - [anon_sym_PLUS_PLUS] = ACTIONS(2668), - [anon_sym_sizeof] = ACTIONS(2666), - [sym_number_literal] = ACTIONS(2668), - [anon_sym_L_SQUOTE] = ACTIONS(2668), - [anon_sym_u_SQUOTE] = ACTIONS(2668), - [anon_sym_U_SQUOTE] = ACTIONS(2668), - [anon_sym_u8_SQUOTE] = ACTIONS(2668), - [anon_sym_SQUOTE] = ACTIONS(2668), - [anon_sym_L_DQUOTE] = ACTIONS(2668), - [anon_sym_u_DQUOTE] = ACTIONS(2668), - [anon_sym_U_DQUOTE] = ACTIONS(2668), - [anon_sym_u8_DQUOTE] = ACTIONS(2668), - [anon_sym_DQUOTE] = ACTIONS(2668), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_null] = ACTIONS(2666), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2666), - [anon_sym_decltype] = ACTIONS(2666), - [anon_sym_virtual] = ACTIONS(2666), - [anon_sym_explicit] = ACTIONS(2666), - [anon_sym_typename] = ACTIONS(2666), - [anon_sym_template] = ACTIONS(2666), - [anon_sym_operator] = ACTIONS(2666), - [anon_sym_try] = ACTIONS(2666), - [anon_sym_delete] = ACTIONS(2666), - [anon_sym_throw] = ACTIONS(2666), - [anon_sym_namespace] = ACTIONS(2666), - [anon_sym_using] = ACTIONS(2666), - [anon_sym_static_assert] = ACTIONS(2666), - [anon_sym_concept] = ACTIONS(2666), - [anon_sym_co_return] = ACTIONS(2666), - [anon_sym_co_yield] = ACTIONS(2666), - [anon_sym_R_DQUOTE] = ACTIONS(2668), - [anon_sym_LR_DQUOTE] = ACTIONS(2668), - [anon_sym_uR_DQUOTE] = ACTIONS(2668), - [anon_sym_UR_DQUOTE] = ACTIONS(2668), - [anon_sym_u8R_DQUOTE] = ACTIONS(2668), - [anon_sym_co_await] = ACTIONS(2666), - [anon_sym_new] = ACTIONS(2666), - [anon_sym_requires] = ACTIONS(2666), - [sym_this] = ACTIONS(2666), - [sym_nullptr] = ACTIONS(2666), + [sym_identifier] = ACTIONS(2692), + [aux_sym_preproc_include_token1] = ACTIONS(2692), + [aux_sym_preproc_def_token1] = ACTIONS(2692), + [aux_sym_preproc_if_token1] = ACTIONS(2692), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2692), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2692), + [sym_preproc_directive] = ACTIONS(2692), + [anon_sym_LPAREN2] = ACTIONS(2694), + [anon_sym_BANG] = ACTIONS(2694), + [anon_sym_TILDE] = ACTIONS(2694), + [anon_sym_DASH] = ACTIONS(2692), + [anon_sym_PLUS] = ACTIONS(2692), + [anon_sym_STAR] = ACTIONS(2694), + [anon_sym_AMP_AMP] = ACTIONS(2694), + [anon_sym_AMP] = ACTIONS(2692), + [anon_sym_SEMI] = ACTIONS(2694), + [anon_sym_typedef] = ACTIONS(2692), + [anon_sym_extern] = ACTIONS(2692), + [anon_sym___attribute__] = ACTIONS(2692), + [anon_sym_COLON_COLON] = ACTIONS(2694), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2694), + [anon_sym___declspec] = ACTIONS(2692), + [anon_sym___based] = ACTIONS(2692), + [anon_sym___cdecl] = ACTIONS(2692), + [anon_sym___clrcall] = ACTIONS(2692), + [anon_sym___stdcall] = ACTIONS(2692), + [anon_sym___fastcall] = ACTIONS(2692), + [anon_sym___thiscall] = ACTIONS(2692), + [anon_sym___vectorcall] = ACTIONS(2692), + [anon_sym_LBRACE] = ACTIONS(2694), + [anon_sym_RBRACE] = ACTIONS(2694), + [anon_sym_LBRACK] = ACTIONS(2692), + [anon_sym_static] = ACTIONS(2692), + [anon_sym_register] = ACTIONS(2692), + [anon_sym_inline] = ACTIONS(2692), + [anon_sym_thread_local] = ACTIONS(2692), + [anon_sym_const] = ACTIONS(2692), + [anon_sym_volatile] = ACTIONS(2692), + [anon_sym_restrict] = ACTIONS(2692), + [anon_sym__Atomic] = ACTIONS(2692), + [anon_sym_mutable] = ACTIONS(2692), + [anon_sym_constexpr] = ACTIONS(2692), + [anon_sym_constinit] = ACTIONS(2692), + [anon_sym_consteval] = ACTIONS(2692), + [anon_sym_signed] = ACTIONS(2692), + [anon_sym_unsigned] = ACTIONS(2692), + [anon_sym_long] = ACTIONS(2692), + [anon_sym_short] = ACTIONS(2692), + [sym_primitive_type] = ACTIONS(2692), + [anon_sym_enum] = ACTIONS(2692), + [anon_sym_class] = ACTIONS(2692), + [anon_sym_struct] = ACTIONS(2692), + [anon_sym_union] = ACTIONS(2692), + [anon_sym_if] = ACTIONS(2692), + [anon_sym_switch] = ACTIONS(2692), + [anon_sym_case] = ACTIONS(2692), + [anon_sym_default] = ACTIONS(2692), + [anon_sym_while] = ACTIONS(2692), + [anon_sym_do] = ACTIONS(2692), + [anon_sym_for] = ACTIONS(2692), + [anon_sym_return] = ACTIONS(2692), + [anon_sym_break] = ACTIONS(2692), + [anon_sym_continue] = ACTIONS(2692), + [anon_sym_goto] = ACTIONS(2692), + [anon_sym_not] = ACTIONS(2692), + [anon_sym_compl] = ACTIONS(2692), + [anon_sym_DASH_DASH] = ACTIONS(2694), + [anon_sym_PLUS_PLUS] = ACTIONS(2694), + [anon_sym_sizeof] = ACTIONS(2692), + [sym_number_literal] = ACTIONS(2694), + [anon_sym_L_SQUOTE] = ACTIONS(2694), + [anon_sym_u_SQUOTE] = ACTIONS(2694), + [anon_sym_U_SQUOTE] = ACTIONS(2694), + [anon_sym_u8_SQUOTE] = ACTIONS(2694), + [anon_sym_SQUOTE] = ACTIONS(2694), + [anon_sym_L_DQUOTE] = ACTIONS(2694), + [anon_sym_u_DQUOTE] = ACTIONS(2694), + [anon_sym_U_DQUOTE] = ACTIONS(2694), + [anon_sym_u8_DQUOTE] = ACTIONS(2694), + [anon_sym_DQUOTE] = ACTIONS(2694), + [sym_true] = ACTIONS(2692), + [sym_false] = ACTIONS(2692), + [sym_null] = ACTIONS(2692), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2692), + [anon_sym_decltype] = ACTIONS(2692), + [anon_sym_virtual] = ACTIONS(2692), + [anon_sym_explicit] = ACTIONS(2692), + [anon_sym_typename] = ACTIONS(2692), + [anon_sym_template] = ACTIONS(2692), + [anon_sym_operator] = ACTIONS(2692), + [anon_sym_try] = ACTIONS(2692), + [anon_sym_delete] = ACTIONS(2692), + [anon_sym_throw] = ACTIONS(2692), + [anon_sym_namespace] = ACTIONS(2692), + [anon_sym_using] = ACTIONS(2692), + [anon_sym_static_assert] = ACTIONS(2692), + [anon_sym_concept] = ACTIONS(2692), + [anon_sym_co_return] = ACTIONS(2692), + [anon_sym_co_yield] = ACTIONS(2692), + [anon_sym_R_DQUOTE] = ACTIONS(2694), + [anon_sym_LR_DQUOTE] = ACTIONS(2694), + [anon_sym_uR_DQUOTE] = ACTIONS(2694), + [anon_sym_UR_DQUOTE] = ACTIONS(2694), + [anon_sym_u8R_DQUOTE] = ACTIONS(2694), + [anon_sym_co_await] = ACTIONS(2692), + [anon_sym_new] = ACTIONS(2692), + [anon_sym_requires] = ACTIONS(2692), + [sym_this] = ACTIONS(2692), + [sym_nullptr] = ACTIONS(2692), }, [1023] = { - [sym_identifier] = ACTIONS(2662), - [aux_sym_preproc_include_token1] = ACTIONS(2662), - [aux_sym_preproc_def_token1] = ACTIONS(2662), - [aux_sym_preproc_if_token1] = ACTIONS(2662), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2662), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2662), - [sym_preproc_directive] = ACTIONS(2662), - [anon_sym_LPAREN2] = ACTIONS(2664), - [anon_sym_BANG] = ACTIONS(2664), - [anon_sym_TILDE] = ACTIONS(2664), - [anon_sym_DASH] = ACTIONS(2662), - [anon_sym_PLUS] = ACTIONS(2662), - [anon_sym_STAR] = ACTIONS(2664), - [anon_sym_AMP_AMP] = ACTIONS(2664), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_SEMI] = ACTIONS(2664), - [anon_sym_typedef] = ACTIONS(2662), - [anon_sym_extern] = ACTIONS(2662), - [anon_sym___attribute__] = ACTIONS(2662), - [anon_sym_COLON_COLON] = ACTIONS(2664), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2664), - [anon_sym___declspec] = ACTIONS(2662), - [anon_sym___based] = ACTIONS(2662), - [anon_sym___cdecl] = ACTIONS(2662), - [anon_sym___clrcall] = ACTIONS(2662), - [anon_sym___stdcall] = ACTIONS(2662), - [anon_sym___fastcall] = ACTIONS(2662), - [anon_sym___thiscall] = ACTIONS(2662), - [anon_sym___vectorcall] = ACTIONS(2662), - [anon_sym_LBRACE] = ACTIONS(2664), - [anon_sym_RBRACE] = ACTIONS(2664), - [anon_sym_LBRACK] = ACTIONS(2662), - [anon_sym_static] = ACTIONS(2662), - [anon_sym_register] = ACTIONS(2662), - [anon_sym_inline] = ACTIONS(2662), - [anon_sym_thread_local] = ACTIONS(2662), - [anon_sym_const] = ACTIONS(2662), - [anon_sym_volatile] = ACTIONS(2662), - [anon_sym_restrict] = ACTIONS(2662), - [anon_sym__Atomic] = ACTIONS(2662), - [anon_sym_mutable] = ACTIONS(2662), - [anon_sym_constexpr] = ACTIONS(2662), - [anon_sym_constinit] = ACTIONS(2662), - [anon_sym_consteval] = ACTIONS(2662), - [anon_sym_signed] = ACTIONS(2662), - [anon_sym_unsigned] = ACTIONS(2662), - [anon_sym_long] = ACTIONS(2662), - [anon_sym_short] = ACTIONS(2662), - [sym_primitive_type] = ACTIONS(2662), - [anon_sym_enum] = ACTIONS(2662), - [anon_sym_class] = ACTIONS(2662), - [anon_sym_struct] = ACTIONS(2662), - [anon_sym_union] = ACTIONS(2662), - [anon_sym_if] = ACTIONS(2662), - [anon_sym_switch] = ACTIONS(2662), - [anon_sym_case] = ACTIONS(2662), - [anon_sym_default] = ACTIONS(2662), - [anon_sym_while] = ACTIONS(2662), - [anon_sym_do] = ACTIONS(2662), - [anon_sym_for] = ACTIONS(2662), - [anon_sym_return] = ACTIONS(2662), - [anon_sym_break] = ACTIONS(2662), - [anon_sym_continue] = ACTIONS(2662), - [anon_sym_goto] = ACTIONS(2662), - [anon_sym_not] = ACTIONS(2662), - [anon_sym_compl] = ACTIONS(2662), - [anon_sym_DASH_DASH] = ACTIONS(2664), - [anon_sym_PLUS_PLUS] = ACTIONS(2664), - [anon_sym_sizeof] = ACTIONS(2662), - [sym_number_literal] = ACTIONS(2664), - [anon_sym_L_SQUOTE] = ACTIONS(2664), - [anon_sym_u_SQUOTE] = ACTIONS(2664), - [anon_sym_U_SQUOTE] = ACTIONS(2664), - [anon_sym_u8_SQUOTE] = ACTIONS(2664), - [anon_sym_SQUOTE] = ACTIONS(2664), - [anon_sym_L_DQUOTE] = ACTIONS(2664), - [anon_sym_u_DQUOTE] = ACTIONS(2664), - [anon_sym_U_DQUOTE] = ACTIONS(2664), - [anon_sym_u8_DQUOTE] = ACTIONS(2664), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym_true] = ACTIONS(2662), - [sym_false] = ACTIONS(2662), - [sym_null] = ACTIONS(2662), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2662), - [anon_sym_decltype] = ACTIONS(2662), - [anon_sym_virtual] = ACTIONS(2662), - [anon_sym_explicit] = ACTIONS(2662), - [anon_sym_typename] = ACTIONS(2662), - [anon_sym_template] = ACTIONS(2662), - [anon_sym_operator] = ACTIONS(2662), - [anon_sym_try] = ACTIONS(2662), - [anon_sym_delete] = ACTIONS(2662), - [anon_sym_throw] = ACTIONS(2662), - [anon_sym_namespace] = ACTIONS(2662), - [anon_sym_using] = ACTIONS(2662), - [anon_sym_static_assert] = ACTIONS(2662), - [anon_sym_concept] = ACTIONS(2662), - [anon_sym_co_return] = ACTIONS(2662), - [anon_sym_co_yield] = ACTIONS(2662), - [anon_sym_R_DQUOTE] = ACTIONS(2664), - [anon_sym_LR_DQUOTE] = ACTIONS(2664), - [anon_sym_uR_DQUOTE] = ACTIONS(2664), - [anon_sym_UR_DQUOTE] = ACTIONS(2664), - [anon_sym_u8R_DQUOTE] = ACTIONS(2664), - [anon_sym_co_await] = ACTIONS(2662), - [anon_sym_new] = ACTIONS(2662), - [anon_sym_requires] = ACTIONS(2662), - [sym_this] = ACTIONS(2662), - [sym_nullptr] = ACTIONS(2662), + [sym_identifier] = ACTIONS(2704), + [aux_sym_preproc_include_token1] = ACTIONS(2704), + [aux_sym_preproc_def_token1] = ACTIONS(2704), + [aux_sym_preproc_if_token1] = ACTIONS(2704), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2704), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2704), + [sym_preproc_directive] = ACTIONS(2704), + [anon_sym_LPAREN2] = ACTIONS(2706), + [anon_sym_BANG] = ACTIONS(2706), + [anon_sym_TILDE] = ACTIONS(2706), + [anon_sym_DASH] = ACTIONS(2704), + [anon_sym_PLUS] = ACTIONS(2704), + [anon_sym_STAR] = ACTIONS(2706), + [anon_sym_AMP_AMP] = ACTIONS(2706), + [anon_sym_AMP] = ACTIONS(2704), + [anon_sym_SEMI] = ACTIONS(2706), + [anon_sym_typedef] = ACTIONS(2704), + [anon_sym_extern] = ACTIONS(2704), + [anon_sym___attribute__] = ACTIONS(2704), + [anon_sym_COLON_COLON] = ACTIONS(2706), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2706), + [anon_sym___declspec] = ACTIONS(2704), + [anon_sym___based] = ACTIONS(2704), + [anon_sym___cdecl] = ACTIONS(2704), + [anon_sym___clrcall] = ACTIONS(2704), + [anon_sym___stdcall] = ACTIONS(2704), + [anon_sym___fastcall] = ACTIONS(2704), + [anon_sym___thiscall] = ACTIONS(2704), + [anon_sym___vectorcall] = ACTIONS(2704), + [anon_sym_LBRACE] = ACTIONS(2706), + [anon_sym_RBRACE] = ACTIONS(2706), + [anon_sym_LBRACK] = ACTIONS(2704), + [anon_sym_static] = ACTIONS(2704), + [anon_sym_register] = ACTIONS(2704), + [anon_sym_inline] = ACTIONS(2704), + [anon_sym_thread_local] = ACTIONS(2704), + [anon_sym_const] = ACTIONS(2704), + [anon_sym_volatile] = ACTIONS(2704), + [anon_sym_restrict] = ACTIONS(2704), + [anon_sym__Atomic] = ACTIONS(2704), + [anon_sym_mutable] = ACTIONS(2704), + [anon_sym_constexpr] = ACTIONS(2704), + [anon_sym_constinit] = ACTIONS(2704), + [anon_sym_consteval] = ACTIONS(2704), + [anon_sym_signed] = ACTIONS(2704), + [anon_sym_unsigned] = ACTIONS(2704), + [anon_sym_long] = ACTIONS(2704), + [anon_sym_short] = ACTIONS(2704), + [sym_primitive_type] = ACTIONS(2704), + [anon_sym_enum] = ACTIONS(2704), + [anon_sym_class] = ACTIONS(2704), + [anon_sym_struct] = ACTIONS(2704), + [anon_sym_union] = ACTIONS(2704), + [anon_sym_if] = ACTIONS(2704), + [anon_sym_switch] = ACTIONS(2704), + [anon_sym_case] = ACTIONS(2704), + [anon_sym_default] = ACTIONS(2704), + [anon_sym_while] = ACTIONS(2704), + [anon_sym_do] = ACTIONS(2704), + [anon_sym_for] = ACTIONS(2704), + [anon_sym_return] = ACTIONS(2704), + [anon_sym_break] = ACTIONS(2704), + [anon_sym_continue] = ACTIONS(2704), + [anon_sym_goto] = ACTIONS(2704), + [anon_sym_not] = ACTIONS(2704), + [anon_sym_compl] = ACTIONS(2704), + [anon_sym_DASH_DASH] = ACTIONS(2706), + [anon_sym_PLUS_PLUS] = ACTIONS(2706), + [anon_sym_sizeof] = ACTIONS(2704), + [sym_number_literal] = ACTIONS(2706), + [anon_sym_L_SQUOTE] = ACTIONS(2706), + [anon_sym_u_SQUOTE] = ACTIONS(2706), + [anon_sym_U_SQUOTE] = ACTIONS(2706), + [anon_sym_u8_SQUOTE] = ACTIONS(2706), + [anon_sym_SQUOTE] = ACTIONS(2706), + [anon_sym_L_DQUOTE] = ACTIONS(2706), + [anon_sym_u_DQUOTE] = ACTIONS(2706), + [anon_sym_U_DQUOTE] = ACTIONS(2706), + [anon_sym_u8_DQUOTE] = ACTIONS(2706), + [anon_sym_DQUOTE] = ACTIONS(2706), + [sym_true] = ACTIONS(2704), + [sym_false] = ACTIONS(2704), + [sym_null] = ACTIONS(2704), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2704), + [anon_sym_decltype] = ACTIONS(2704), + [anon_sym_virtual] = ACTIONS(2704), + [anon_sym_explicit] = ACTIONS(2704), + [anon_sym_typename] = ACTIONS(2704), + [anon_sym_template] = ACTIONS(2704), + [anon_sym_operator] = ACTIONS(2704), + [anon_sym_try] = ACTIONS(2704), + [anon_sym_delete] = ACTIONS(2704), + [anon_sym_throw] = ACTIONS(2704), + [anon_sym_namespace] = ACTIONS(2704), + [anon_sym_using] = ACTIONS(2704), + [anon_sym_static_assert] = ACTIONS(2704), + [anon_sym_concept] = ACTIONS(2704), + [anon_sym_co_return] = ACTIONS(2704), + [anon_sym_co_yield] = ACTIONS(2704), + [anon_sym_R_DQUOTE] = ACTIONS(2706), + [anon_sym_LR_DQUOTE] = ACTIONS(2706), + [anon_sym_uR_DQUOTE] = ACTIONS(2706), + [anon_sym_UR_DQUOTE] = ACTIONS(2706), + [anon_sym_u8R_DQUOTE] = ACTIONS(2706), + [anon_sym_co_await] = ACTIONS(2704), + [anon_sym_new] = ACTIONS(2704), + [anon_sym_requires] = ACTIONS(2704), + [sym_this] = ACTIONS(2704), + [sym_nullptr] = ACTIONS(2704), }, [1024] = { - [ts_builtin_sym_end] = ACTIONS(2688), - [sym_identifier] = ACTIONS(2686), - [aux_sym_preproc_include_token1] = ACTIONS(2686), - [aux_sym_preproc_def_token1] = ACTIONS(2686), - [aux_sym_preproc_if_token1] = ACTIONS(2686), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2686), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2686), - [sym_preproc_directive] = ACTIONS(2686), - [anon_sym_LPAREN2] = ACTIONS(2688), - [anon_sym_BANG] = ACTIONS(2688), - [anon_sym_TILDE] = ACTIONS(2688), - [anon_sym_DASH] = ACTIONS(2686), - [anon_sym_PLUS] = ACTIONS(2686), - [anon_sym_STAR] = ACTIONS(2688), - [anon_sym_AMP_AMP] = ACTIONS(2688), - [anon_sym_AMP] = ACTIONS(2686), - [anon_sym_SEMI] = ACTIONS(2688), - [anon_sym_typedef] = ACTIONS(2686), - [anon_sym_extern] = ACTIONS(2686), - [anon_sym___attribute__] = ACTIONS(2686), - [anon_sym_COLON_COLON] = ACTIONS(2688), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2688), - [anon_sym___declspec] = ACTIONS(2686), - [anon_sym___based] = ACTIONS(2686), - [anon_sym___cdecl] = ACTIONS(2686), - [anon_sym___clrcall] = ACTIONS(2686), - [anon_sym___stdcall] = ACTIONS(2686), - [anon_sym___fastcall] = ACTIONS(2686), - [anon_sym___thiscall] = ACTIONS(2686), - [anon_sym___vectorcall] = ACTIONS(2686), - [anon_sym_LBRACE] = ACTIONS(2688), - [anon_sym_LBRACK] = ACTIONS(2686), - [anon_sym_static] = ACTIONS(2686), - [anon_sym_register] = ACTIONS(2686), - [anon_sym_inline] = ACTIONS(2686), - [anon_sym_thread_local] = ACTIONS(2686), - [anon_sym_const] = ACTIONS(2686), - [anon_sym_volatile] = ACTIONS(2686), - [anon_sym_restrict] = ACTIONS(2686), - [anon_sym__Atomic] = ACTIONS(2686), - [anon_sym_mutable] = ACTIONS(2686), - [anon_sym_constexpr] = ACTIONS(2686), - [anon_sym_constinit] = ACTIONS(2686), - [anon_sym_consteval] = ACTIONS(2686), - [anon_sym_signed] = ACTIONS(2686), - [anon_sym_unsigned] = ACTIONS(2686), - [anon_sym_long] = ACTIONS(2686), - [anon_sym_short] = ACTIONS(2686), - [sym_primitive_type] = ACTIONS(2686), - [anon_sym_enum] = ACTIONS(2686), - [anon_sym_class] = ACTIONS(2686), - [anon_sym_struct] = ACTIONS(2686), - [anon_sym_union] = ACTIONS(2686), - [anon_sym_if] = ACTIONS(2686), - [anon_sym_switch] = ACTIONS(2686), - [anon_sym_case] = ACTIONS(2686), - [anon_sym_default] = ACTIONS(2686), - [anon_sym_while] = ACTIONS(2686), - [anon_sym_do] = ACTIONS(2686), - [anon_sym_for] = ACTIONS(2686), - [anon_sym_return] = ACTIONS(2686), - [anon_sym_break] = ACTIONS(2686), - [anon_sym_continue] = ACTIONS(2686), - [anon_sym_goto] = ACTIONS(2686), - [anon_sym_not] = ACTIONS(2686), - [anon_sym_compl] = ACTIONS(2686), - [anon_sym_DASH_DASH] = ACTIONS(2688), - [anon_sym_PLUS_PLUS] = ACTIONS(2688), - [anon_sym_sizeof] = ACTIONS(2686), - [sym_number_literal] = ACTIONS(2688), - [anon_sym_L_SQUOTE] = ACTIONS(2688), - [anon_sym_u_SQUOTE] = ACTIONS(2688), - [anon_sym_U_SQUOTE] = ACTIONS(2688), - [anon_sym_u8_SQUOTE] = ACTIONS(2688), - [anon_sym_SQUOTE] = ACTIONS(2688), - [anon_sym_L_DQUOTE] = ACTIONS(2688), - [anon_sym_u_DQUOTE] = ACTIONS(2688), - [anon_sym_U_DQUOTE] = ACTIONS(2688), - [anon_sym_u8_DQUOTE] = ACTIONS(2688), - [anon_sym_DQUOTE] = ACTIONS(2688), - [sym_true] = ACTIONS(2686), - [sym_false] = ACTIONS(2686), - [sym_null] = ACTIONS(2686), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2686), - [anon_sym_decltype] = ACTIONS(2686), - [anon_sym_virtual] = ACTIONS(2686), - [anon_sym_explicit] = ACTIONS(2686), - [anon_sym_typename] = ACTIONS(2686), - [anon_sym_template] = ACTIONS(2686), - [anon_sym_operator] = ACTIONS(2686), - [anon_sym_try] = ACTIONS(2686), - [anon_sym_delete] = ACTIONS(2686), - [anon_sym_throw] = ACTIONS(2686), - [anon_sym_namespace] = ACTIONS(2686), - [anon_sym_using] = ACTIONS(2686), - [anon_sym_static_assert] = ACTIONS(2686), - [anon_sym_concept] = ACTIONS(2686), - [anon_sym_co_return] = ACTIONS(2686), - [anon_sym_co_yield] = ACTIONS(2686), - [anon_sym_R_DQUOTE] = ACTIONS(2688), - [anon_sym_LR_DQUOTE] = ACTIONS(2688), - [anon_sym_uR_DQUOTE] = ACTIONS(2688), - [anon_sym_UR_DQUOTE] = ACTIONS(2688), - [anon_sym_u8R_DQUOTE] = ACTIONS(2688), - [anon_sym_co_await] = ACTIONS(2686), - [anon_sym_new] = ACTIONS(2686), - [anon_sym_requires] = ACTIONS(2686), - [sym_this] = ACTIONS(2686), - [sym_nullptr] = ACTIONS(2686), + [ts_builtin_sym_end] = ACTIONS(2826), + [sym_identifier] = ACTIONS(2824), + [aux_sym_preproc_include_token1] = ACTIONS(2824), + [aux_sym_preproc_def_token1] = ACTIONS(2824), + [aux_sym_preproc_if_token1] = ACTIONS(2824), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2824), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2824), + [sym_preproc_directive] = ACTIONS(2824), + [anon_sym_LPAREN2] = ACTIONS(2826), + [anon_sym_BANG] = ACTIONS(2826), + [anon_sym_TILDE] = ACTIONS(2826), + [anon_sym_DASH] = ACTIONS(2824), + [anon_sym_PLUS] = ACTIONS(2824), + [anon_sym_STAR] = ACTIONS(2826), + [anon_sym_AMP_AMP] = ACTIONS(2826), + [anon_sym_AMP] = ACTIONS(2824), + [anon_sym_SEMI] = ACTIONS(2826), + [anon_sym_typedef] = ACTIONS(2824), + [anon_sym_extern] = ACTIONS(2824), + [anon_sym___attribute__] = ACTIONS(2824), + [anon_sym_COLON_COLON] = ACTIONS(2826), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2826), + [anon_sym___declspec] = ACTIONS(2824), + [anon_sym___based] = ACTIONS(2824), + [anon_sym___cdecl] = ACTIONS(2824), + [anon_sym___clrcall] = ACTIONS(2824), + [anon_sym___stdcall] = ACTIONS(2824), + [anon_sym___fastcall] = ACTIONS(2824), + [anon_sym___thiscall] = ACTIONS(2824), + [anon_sym___vectorcall] = ACTIONS(2824), + [anon_sym_LBRACE] = ACTIONS(2826), + [anon_sym_LBRACK] = ACTIONS(2824), + [anon_sym_static] = ACTIONS(2824), + [anon_sym_register] = ACTIONS(2824), + [anon_sym_inline] = ACTIONS(2824), + [anon_sym_thread_local] = ACTIONS(2824), + [anon_sym_const] = ACTIONS(2824), + [anon_sym_volatile] = ACTIONS(2824), + [anon_sym_restrict] = ACTIONS(2824), + [anon_sym__Atomic] = ACTIONS(2824), + [anon_sym_mutable] = ACTIONS(2824), + [anon_sym_constexpr] = ACTIONS(2824), + [anon_sym_constinit] = ACTIONS(2824), + [anon_sym_consteval] = ACTIONS(2824), + [anon_sym_signed] = ACTIONS(2824), + [anon_sym_unsigned] = ACTIONS(2824), + [anon_sym_long] = ACTIONS(2824), + [anon_sym_short] = ACTIONS(2824), + [sym_primitive_type] = ACTIONS(2824), + [anon_sym_enum] = ACTIONS(2824), + [anon_sym_class] = ACTIONS(2824), + [anon_sym_struct] = ACTIONS(2824), + [anon_sym_union] = ACTIONS(2824), + [anon_sym_if] = ACTIONS(2824), + [anon_sym_switch] = ACTIONS(2824), + [anon_sym_case] = ACTIONS(2824), + [anon_sym_default] = ACTIONS(2824), + [anon_sym_while] = ACTIONS(2824), + [anon_sym_do] = ACTIONS(2824), + [anon_sym_for] = ACTIONS(2824), + [anon_sym_return] = ACTIONS(2824), + [anon_sym_break] = ACTIONS(2824), + [anon_sym_continue] = ACTIONS(2824), + [anon_sym_goto] = ACTIONS(2824), + [anon_sym_not] = ACTIONS(2824), + [anon_sym_compl] = ACTIONS(2824), + [anon_sym_DASH_DASH] = ACTIONS(2826), + [anon_sym_PLUS_PLUS] = ACTIONS(2826), + [anon_sym_sizeof] = ACTIONS(2824), + [sym_number_literal] = ACTIONS(2826), + [anon_sym_L_SQUOTE] = ACTIONS(2826), + [anon_sym_u_SQUOTE] = ACTIONS(2826), + [anon_sym_U_SQUOTE] = ACTIONS(2826), + [anon_sym_u8_SQUOTE] = ACTIONS(2826), + [anon_sym_SQUOTE] = ACTIONS(2826), + [anon_sym_L_DQUOTE] = ACTIONS(2826), + [anon_sym_u_DQUOTE] = ACTIONS(2826), + [anon_sym_U_DQUOTE] = ACTIONS(2826), + [anon_sym_u8_DQUOTE] = ACTIONS(2826), + [anon_sym_DQUOTE] = ACTIONS(2826), + [sym_true] = ACTIONS(2824), + [sym_false] = ACTIONS(2824), + [sym_null] = ACTIONS(2824), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2824), + [anon_sym_decltype] = ACTIONS(2824), + [anon_sym_virtual] = ACTIONS(2824), + [anon_sym_explicit] = ACTIONS(2824), + [anon_sym_typename] = ACTIONS(2824), + [anon_sym_template] = ACTIONS(2824), + [anon_sym_operator] = ACTIONS(2824), + [anon_sym_try] = ACTIONS(2824), + [anon_sym_delete] = ACTIONS(2824), + [anon_sym_throw] = ACTIONS(2824), + [anon_sym_namespace] = ACTIONS(2824), + [anon_sym_using] = ACTIONS(2824), + [anon_sym_static_assert] = ACTIONS(2824), + [anon_sym_concept] = ACTIONS(2824), + [anon_sym_co_return] = ACTIONS(2824), + [anon_sym_co_yield] = ACTIONS(2824), + [anon_sym_R_DQUOTE] = ACTIONS(2826), + [anon_sym_LR_DQUOTE] = ACTIONS(2826), + [anon_sym_uR_DQUOTE] = ACTIONS(2826), + [anon_sym_UR_DQUOTE] = ACTIONS(2826), + [anon_sym_u8R_DQUOTE] = ACTIONS(2826), + [anon_sym_co_await] = ACTIONS(2824), + [anon_sym_new] = ACTIONS(2824), + [anon_sym_requires] = ACTIONS(2824), + [sym_this] = ACTIONS(2824), + [sym_nullptr] = ACTIONS(2824), }, [1025] = { - [sym_identifier] = ACTIONS(2666), - [aux_sym_preproc_include_token1] = ACTIONS(2666), - [aux_sym_preproc_def_token1] = ACTIONS(2666), - [aux_sym_preproc_if_token1] = ACTIONS(2666), - [aux_sym_preproc_if_token2] = ACTIONS(2666), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2666), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2666), - [sym_preproc_directive] = ACTIONS(2666), - [anon_sym_LPAREN2] = ACTIONS(2668), - [anon_sym_BANG] = ACTIONS(2668), - [anon_sym_TILDE] = ACTIONS(2668), - [anon_sym_DASH] = ACTIONS(2666), - [anon_sym_PLUS] = ACTIONS(2666), - [anon_sym_STAR] = ACTIONS(2668), - [anon_sym_AMP_AMP] = ACTIONS(2668), - [anon_sym_AMP] = ACTIONS(2666), - [anon_sym_SEMI] = ACTIONS(2668), - [anon_sym_typedef] = ACTIONS(2666), - [anon_sym_extern] = ACTIONS(2666), - [anon_sym___attribute__] = ACTIONS(2666), - [anon_sym_COLON_COLON] = ACTIONS(2668), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2668), - [anon_sym___declspec] = ACTIONS(2666), - [anon_sym___based] = ACTIONS(2666), - [anon_sym___cdecl] = ACTIONS(2666), - [anon_sym___clrcall] = ACTIONS(2666), - [anon_sym___stdcall] = ACTIONS(2666), - [anon_sym___fastcall] = ACTIONS(2666), - [anon_sym___thiscall] = ACTIONS(2666), - [anon_sym___vectorcall] = ACTIONS(2666), - [anon_sym_LBRACE] = ACTIONS(2668), - [anon_sym_LBRACK] = ACTIONS(2666), - [anon_sym_static] = ACTIONS(2666), - [anon_sym_register] = ACTIONS(2666), - [anon_sym_inline] = ACTIONS(2666), - [anon_sym_thread_local] = ACTIONS(2666), - [anon_sym_const] = ACTIONS(2666), - [anon_sym_volatile] = ACTIONS(2666), - [anon_sym_restrict] = ACTIONS(2666), - [anon_sym__Atomic] = ACTIONS(2666), - [anon_sym_mutable] = ACTIONS(2666), - [anon_sym_constexpr] = ACTIONS(2666), - [anon_sym_constinit] = ACTIONS(2666), - [anon_sym_consteval] = ACTIONS(2666), - [anon_sym_signed] = ACTIONS(2666), - [anon_sym_unsigned] = ACTIONS(2666), - [anon_sym_long] = ACTIONS(2666), - [anon_sym_short] = ACTIONS(2666), - [sym_primitive_type] = ACTIONS(2666), - [anon_sym_enum] = ACTIONS(2666), - [anon_sym_class] = ACTIONS(2666), - [anon_sym_struct] = ACTIONS(2666), - [anon_sym_union] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2666), - [anon_sym_switch] = ACTIONS(2666), - [anon_sym_case] = ACTIONS(2666), - [anon_sym_default] = ACTIONS(2666), - [anon_sym_while] = ACTIONS(2666), - [anon_sym_do] = ACTIONS(2666), - [anon_sym_for] = ACTIONS(2666), - [anon_sym_return] = ACTIONS(2666), - [anon_sym_break] = ACTIONS(2666), - [anon_sym_continue] = ACTIONS(2666), - [anon_sym_goto] = ACTIONS(2666), - [anon_sym_not] = ACTIONS(2666), - [anon_sym_compl] = ACTIONS(2666), - [anon_sym_DASH_DASH] = ACTIONS(2668), - [anon_sym_PLUS_PLUS] = ACTIONS(2668), - [anon_sym_sizeof] = ACTIONS(2666), - [sym_number_literal] = ACTIONS(2668), - [anon_sym_L_SQUOTE] = ACTIONS(2668), - [anon_sym_u_SQUOTE] = ACTIONS(2668), - [anon_sym_U_SQUOTE] = ACTIONS(2668), - [anon_sym_u8_SQUOTE] = ACTIONS(2668), - [anon_sym_SQUOTE] = ACTIONS(2668), - [anon_sym_L_DQUOTE] = ACTIONS(2668), - [anon_sym_u_DQUOTE] = ACTIONS(2668), - [anon_sym_U_DQUOTE] = ACTIONS(2668), - [anon_sym_u8_DQUOTE] = ACTIONS(2668), - [anon_sym_DQUOTE] = ACTIONS(2668), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_null] = ACTIONS(2666), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2666), - [anon_sym_decltype] = ACTIONS(2666), - [anon_sym_virtual] = ACTIONS(2666), - [anon_sym_explicit] = ACTIONS(2666), - [anon_sym_typename] = ACTIONS(2666), - [anon_sym_template] = ACTIONS(2666), - [anon_sym_operator] = ACTIONS(2666), - [anon_sym_try] = ACTIONS(2666), - [anon_sym_delete] = ACTIONS(2666), - [anon_sym_throw] = ACTIONS(2666), - [anon_sym_namespace] = ACTIONS(2666), - [anon_sym_using] = ACTIONS(2666), - [anon_sym_static_assert] = ACTIONS(2666), - [anon_sym_concept] = ACTIONS(2666), - [anon_sym_co_return] = ACTIONS(2666), - [anon_sym_co_yield] = ACTIONS(2666), - [anon_sym_R_DQUOTE] = ACTIONS(2668), - [anon_sym_LR_DQUOTE] = ACTIONS(2668), - [anon_sym_uR_DQUOTE] = ACTIONS(2668), - [anon_sym_UR_DQUOTE] = ACTIONS(2668), - [anon_sym_u8R_DQUOTE] = ACTIONS(2668), - [anon_sym_co_await] = ACTIONS(2666), - [anon_sym_new] = ACTIONS(2666), - [anon_sym_requires] = ACTIONS(2666), - [sym_this] = ACTIONS(2666), - [sym_nullptr] = ACTIONS(2666), + [sym_identifier] = ACTIONS(2828), + [aux_sym_preproc_include_token1] = ACTIONS(2828), + [aux_sym_preproc_def_token1] = ACTIONS(2828), + [aux_sym_preproc_if_token1] = ACTIONS(2828), + [aux_sym_preproc_if_token2] = ACTIONS(2828), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2828), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2828), + [sym_preproc_directive] = ACTIONS(2828), + [anon_sym_LPAREN2] = ACTIONS(2830), + [anon_sym_BANG] = ACTIONS(2830), + [anon_sym_TILDE] = ACTIONS(2830), + [anon_sym_DASH] = ACTIONS(2828), + [anon_sym_PLUS] = ACTIONS(2828), + [anon_sym_STAR] = ACTIONS(2830), + [anon_sym_AMP_AMP] = ACTIONS(2830), + [anon_sym_AMP] = ACTIONS(2828), + [anon_sym_SEMI] = ACTIONS(2830), + [anon_sym_typedef] = ACTIONS(2828), + [anon_sym_extern] = ACTIONS(2828), + [anon_sym___attribute__] = ACTIONS(2828), + [anon_sym_COLON_COLON] = ACTIONS(2830), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2830), + [anon_sym___declspec] = ACTIONS(2828), + [anon_sym___based] = ACTIONS(2828), + [anon_sym___cdecl] = ACTIONS(2828), + [anon_sym___clrcall] = ACTIONS(2828), + [anon_sym___stdcall] = ACTIONS(2828), + [anon_sym___fastcall] = ACTIONS(2828), + [anon_sym___thiscall] = ACTIONS(2828), + [anon_sym___vectorcall] = ACTIONS(2828), + [anon_sym_LBRACE] = ACTIONS(2830), + [anon_sym_LBRACK] = ACTIONS(2828), + [anon_sym_static] = ACTIONS(2828), + [anon_sym_register] = ACTIONS(2828), + [anon_sym_inline] = ACTIONS(2828), + [anon_sym_thread_local] = ACTIONS(2828), + [anon_sym_const] = ACTIONS(2828), + [anon_sym_volatile] = ACTIONS(2828), + [anon_sym_restrict] = ACTIONS(2828), + [anon_sym__Atomic] = ACTIONS(2828), + [anon_sym_mutable] = ACTIONS(2828), + [anon_sym_constexpr] = ACTIONS(2828), + [anon_sym_constinit] = ACTIONS(2828), + [anon_sym_consteval] = ACTIONS(2828), + [anon_sym_signed] = ACTIONS(2828), + [anon_sym_unsigned] = ACTIONS(2828), + [anon_sym_long] = ACTIONS(2828), + [anon_sym_short] = ACTIONS(2828), + [sym_primitive_type] = ACTIONS(2828), + [anon_sym_enum] = ACTIONS(2828), + [anon_sym_class] = ACTIONS(2828), + [anon_sym_struct] = ACTIONS(2828), + [anon_sym_union] = ACTIONS(2828), + [anon_sym_if] = ACTIONS(2828), + [anon_sym_switch] = ACTIONS(2828), + [anon_sym_case] = ACTIONS(2828), + [anon_sym_default] = ACTIONS(2828), + [anon_sym_while] = ACTIONS(2828), + [anon_sym_do] = ACTIONS(2828), + [anon_sym_for] = ACTIONS(2828), + [anon_sym_return] = ACTIONS(2828), + [anon_sym_break] = ACTIONS(2828), + [anon_sym_continue] = ACTIONS(2828), + [anon_sym_goto] = ACTIONS(2828), + [anon_sym_not] = ACTIONS(2828), + [anon_sym_compl] = ACTIONS(2828), + [anon_sym_DASH_DASH] = ACTIONS(2830), + [anon_sym_PLUS_PLUS] = ACTIONS(2830), + [anon_sym_sizeof] = ACTIONS(2828), + [sym_number_literal] = ACTIONS(2830), + [anon_sym_L_SQUOTE] = ACTIONS(2830), + [anon_sym_u_SQUOTE] = ACTIONS(2830), + [anon_sym_U_SQUOTE] = ACTIONS(2830), + [anon_sym_u8_SQUOTE] = ACTIONS(2830), + [anon_sym_SQUOTE] = ACTIONS(2830), + [anon_sym_L_DQUOTE] = ACTIONS(2830), + [anon_sym_u_DQUOTE] = ACTIONS(2830), + [anon_sym_U_DQUOTE] = ACTIONS(2830), + [anon_sym_u8_DQUOTE] = ACTIONS(2830), + [anon_sym_DQUOTE] = ACTIONS(2830), + [sym_true] = ACTIONS(2828), + [sym_false] = ACTIONS(2828), + [sym_null] = ACTIONS(2828), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2828), + [anon_sym_decltype] = ACTIONS(2828), + [anon_sym_virtual] = ACTIONS(2828), + [anon_sym_explicit] = ACTIONS(2828), + [anon_sym_typename] = ACTIONS(2828), + [anon_sym_template] = ACTIONS(2828), + [anon_sym_operator] = ACTIONS(2828), + [anon_sym_try] = ACTIONS(2828), + [anon_sym_delete] = ACTIONS(2828), + [anon_sym_throw] = ACTIONS(2828), + [anon_sym_namespace] = ACTIONS(2828), + [anon_sym_using] = ACTIONS(2828), + [anon_sym_static_assert] = ACTIONS(2828), + [anon_sym_concept] = ACTIONS(2828), + [anon_sym_co_return] = ACTIONS(2828), + [anon_sym_co_yield] = ACTIONS(2828), + [anon_sym_R_DQUOTE] = ACTIONS(2830), + [anon_sym_LR_DQUOTE] = ACTIONS(2830), + [anon_sym_uR_DQUOTE] = ACTIONS(2830), + [anon_sym_UR_DQUOTE] = ACTIONS(2830), + [anon_sym_u8R_DQUOTE] = ACTIONS(2830), + [anon_sym_co_await] = ACTIONS(2828), + [anon_sym_new] = ACTIONS(2828), + [anon_sym_requires] = ACTIONS(2828), + [sym_this] = ACTIONS(2828), + [sym_nullptr] = ACTIONS(2828), }, [1026] = { - [ts_builtin_sym_end] = ACTIONS(2680), - [sym_identifier] = ACTIONS(2678), - [aux_sym_preproc_include_token1] = ACTIONS(2678), - [aux_sym_preproc_def_token1] = ACTIONS(2678), - [aux_sym_preproc_if_token1] = ACTIONS(2678), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2678), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2678), - [sym_preproc_directive] = ACTIONS(2678), - [anon_sym_LPAREN2] = ACTIONS(2680), - [anon_sym_BANG] = ACTIONS(2680), - [anon_sym_TILDE] = ACTIONS(2680), - [anon_sym_DASH] = ACTIONS(2678), - [anon_sym_PLUS] = ACTIONS(2678), - [anon_sym_STAR] = ACTIONS(2680), - [anon_sym_AMP_AMP] = ACTIONS(2680), - [anon_sym_AMP] = ACTIONS(2678), - [anon_sym_SEMI] = ACTIONS(2680), - [anon_sym_typedef] = ACTIONS(2678), - [anon_sym_extern] = ACTIONS(2678), - [anon_sym___attribute__] = ACTIONS(2678), - [anon_sym_COLON_COLON] = ACTIONS(2680), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2680), - [anon_sym___declspec] = ACTIONS(2678), - [anon_sym___based] = ACTIONS(2678), - [anon_sym___cdecl] = ACTIONS(2678), - [anon_sym___clrcall] = ACTIONS(2678), - [anon_sym___stdcall] = ACTIONS(2678), - [anon_sym___fastcall] = ACTIONS(2678), - [anon_sym___thiscall] = ACTIONS(2678), - [anon_sym___vectorcall] = ACTIONS(2678), - [anon_sym_LBRACE] = ACTIONS(2680), - [anon_sym_LBRACK] = ACTIONS(2678), - [anon_sym_static] = ACTIONS(2678), - [anon_sym_register] = ACTIONS(2678), - [anon_sym_inline] = ACTIONS(2678), - [anon_sym_thread_local] = ACTIONS(2678), - [anon_sym_const] = ACTIONS(2678), - [anon_sym_volatile] = ACTIONS(2678), - [anon_sym_restrict] = ACTIONS(2678), - [anon_sym__Atomic] = ACTIONS(2678), - [anon_sym_mutable] = ACTIONS(2678), - [anon_sym_constexpr] = ACTIONS(2678), - [anon_sym_constinit] = ACTIONS(2678), - [anon_sym_consteval] = ACTIONS(2678), - [anon_sym_signed] = ACTIONS(2678), - [anon_sym_unsigned] = ACTIONS(2678), - [anon_sym_long] = ACTIONS(2678), - [anon_sym_short] = ACTIONS(2678), - [sym_primitive_type] = ACTIONS(2678), - [anon_sym_enum] = ACTIONS(2678), - [anon_sym_class] = ACTIONS(2678), - [anon_sym_struct] = ACTIONS(2678), - [anon_sym_union] = ACTIONS(2678), - [anon_sym_if] = ACTIONS(2678), - [anon_sym_switch] = ACTIONS(2678), - [anon_sym_case] = ACTIONS(2678), - [anon_sym_default] = ACTIONS(2678), - [anon_sym_while] = ACTIONS(2678), - [anon_sym_do] = ACTIONS(2678), - [anon_sym_for] = ACTIONS(2678), - [anon_sym_return] = ACTIONS(2678), - [anon_sym_break] = ACTIONS(2678), - [anon_sym_continue] = ACTIONS(2678), - [anon_sym_goto] = ACTIONS(2678), - [anon_sym_not] = ACTIONS(2678), - [anon_sym_compl] = ACTIONS(2678), - [anon_sym_DASH_DASH] = ACTIONS(2680), - [anon_sym_PLUS_PLUS] = ACTIONS(2680), - [anon_sym_sizeof] = ACTIONS(2678), - [sym_number_literal] = ACTIONS(2680), - [anon_sym_L_SQUOTE] = ACTIONS(2680), - [anon_sym_u_SQUOTE] = ACTIONS(2680), - [anon_sym_U_SQUOTE] = ACTIONS(2680), - [anon_sym_u8_SQUOTE] = ACTIONS(2680), - [anon_sym_SQUOTE] = ACTIONS(2680), - [anon_sym_L_DQUOTE] = ACTIONS(2680), - [anon_sym_u_DQUOTE] = ACTIONS(2680), - [anon_sym_U_DQUOTE] = ACTIONS(2680), - [anon_sym_u8_DQUOTE] = ACTIONS(2680), - [anon_sym_DQUOTE] = ACTIONS(2680), - [sym_true] = ACTIONS(2678), - [sym_false] = ACTIONS(2678), - [sym_null] = ACTIONS(2678), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2678), - [anon_sym_decltype] = ACTIONS(2678), - [anon_sym_virtual] = ACTIONS(2678), - [anon_sym_explicit] = ACTIONS(2678), - [anon_sym_typename] = ACTIONS(2678), - [anon_sym_template] = ACTIONS(2678), - [anon_sym_operator] = ACTIONS(2678), - [anon_sym_try] = ACTIONS(2678), - [anon_sym_delete] = ACTIONS(2678), - [anon_sym_throw] = ACTIONS(2678), - [anon_sym_namespace] = ACTIONS(2678), - [anon_sym_using] = ACTIONS(2678), - [anon_sym_static_assert] = ACTIONS(2678), - [anon_sym_concept] = ACTIONS(2678), - [anon_sym_co_return] = ACTIONS(2678), - [anon_sym_co_yield] = ACTIONS(2678), - [anon_sym_R_DQUOTE] = ACTIONS(2680), - [anon_sym_LR_DQUOTE] = ACTIONS(2680), - [anon_sym_uR_DQUOTE] = ACTIONS(2680), - [anon_sym_UR_DQUOTE] = ACTIONS(2680), - [anon_sym_u8R_DQUOTE] = ACTIONS(2680), - [anon_sym_co_await] = ACTIONS(2678), - [anon_sym_new] = ACTIONS(2678), - [anon_sym_requires] = ACTIONS(2678), - [sym_this] = ACTIONS(2678), - [sym_nullptr] = ACTIONS(2678), + [ts_builtin_sym_end] = ACTIONS(2730), + [sym_identifier] = ACTIONS(2728), + [aux_sym_preproc_include_token1] = ACTIONS(2728), + [aux_sym_preproc_def_token1] = ACTIONS(2728), + [aux_sym_preproc_if_token1] = ACTIONS(2728), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2728), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2728), + [sym_preproc_directive] = ACTIONS(2728), + [anon_sym_LPAREN2] = ACTIONS(2730), + [anon_sym_BANG] = ACTIONS(2730), + [anon_sym_TILDE] = ACTIONS(2730), + [anon_sym_DASH] = ACTIONS(2728), + [anon_sym_PLUS] = ACTIONS(2728), + [anon_sym_STAR] = ACTIONS(2730), + [anon_sym_AMP_AMP] = ACTIONS(2730), + [anon_sym_AMP] = ACTIONS(2728), + [anon_sym_SEMI] = ACTIONS(2730), + [anon_sym_typedef] = ACTIONS(2728), + [anon_sym_extern] = ACTIONS(2728), + [anon_sym___attribute__] = ACTIONS(2728), + [anon_sym_COLON_COLON] = ACTIONS(2730), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2730), + [anon_sym___declspec] = ACTIONS(2728), + [anon_sym___based] = ACTIONS(2728), + [anon_sym___cdecl] = ACTIONS(2728), + [anon_sym___clrcall] = ACTIONS(2728), + [anon_sym___stdcall] = ACTIONS(2728), + [anon_sym___fastcall] = ACTIONS(2728), + [anon_sym___thiscall] = ACTIONS(2728), + [anon_sym___vectorcall] = ACTIONS(2728), + [anon_sym_LBRACE] = ACTIONS(2730), + [anon_sym_LBRACK] = ACTIONS(2728), + [anon_sym_static] = ACTIONS(2728), + [anon_sym_register] = ACTIONS(2728), + [anon_sym_inline] = ACTIONS(2728), + [anon_sym_thread_local] = ACTIONS(2728), + [anon_sym_const] = ACTIONS(2728), + [anon_sym_volatile] = ACTIONS(2728), + [anon_sym_restrict] = ACTIONS(2728), + [anon_sym__Atomic] = ACTIONS(2728), + [anon_sym_mutable] = ACTIONS(2728), + [anon_sym_constexpr] = ACTIONS(2728), + [anon_sym_constinit] = ACTIONS(2728), + [anon_sym_consteval] = ACTIONS(2728), + [anon_sym_signed] = ACTIONS(2728), + [anon_sym_unsigned] = ACTIONS(2728), + [anon_sym_long] = ACTIONS(2728), + [anon_sym_short] = ACTIONS(2728), + [sym_primitive_type] = ACTIONS(2728), + [anon_sym_enum] = ACTIONS(2728), + [anon_sym_class] = ACTIONS(2728), + [anon_sym_struct] = ACTIONS(2728), + [anon_sym_union] = ACTIONS(2728), + [anon_sym_if] = ACTIONS(2728), + [anon_sym_switch] = ACTIONS(2728), + [anon_sym_case] = ACTIONS(2728), + [anon_sym_default] = ACTIONS(2728), + [anon_sym_while] = ACTIONS(2728), + [anon_sym_do] = ACTIONS(2728), + [anon_sym_for] = ACTIONS(2728), + [anon_sym_return] = ACTIONS(2728), + [anon_sym_break] = ACTIONS(2728), + [anon_sym_continue] = ACTIONS(2728), + [anon_sym_goto] = ACTIONS(2728), + [anon_sym_not] = ACTIONS(2728), + [anon_sym_compl] = ACTIONS(2728), + [anon_sym_DASH_DASH] = ACTIONS(2730), + [anon_sym_PLUS_PLUS] = ACTIONS(2730), + [anon_sym_sizeof] = ACTIONS(2728), + [sym_number_literal] = ACTIONS(2730), + [anon_sym_L_SQUOTE] = ACTIONS(2730), + [anon_sym_u_SQUOTE] = ACTIONS(2730), + [anon_sym_U_SQUOTE] = ACTIONS(2730), + [anon_sym_u8_SQUOTE] = ACTIONS(2730), + [anon_sym_SQUOTE] = ACTIONS(2730), + [anon_sym_L_DQUOTE] = ACTIONS(2730), + [anon_sym_u_DQUOTE] = ACTIONS(2730), + [anon_sym_U_DQUOTE] = ACTIONS(2730), + [anon_sym_u8_DQUOTE] = ACTIONS(2730), + [anon_sym_DQUOTE] = ACTIONS(2730), + [sym_true] = ACTIONS(2728), + [sym_false] = ACTIONS(2728), + [sym_null] = ACTIONS(2728), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2728), + [anon_sym_decltype] = ACTIONS(2728), + [anon_sym_virtual] = ACTIONS(2728), + [anon_sym_explicit] = ACTIONS(2728), + [anon_sym_typename] = ACTIONS(2728), + [anon_sym_template] = ACTIONS(2728), + [anon_sym_operator] = ACTIONS(2728), + [anon_sym_try] = ACTIONS(2728), + [anon_sym_delete] = ACTIONS(2728), + [anon_sym_throw] = ACTIONS(2728), + [anon_sym_namespace] = ACTIONS(2728), + [anon_sym_using] = ACTIONS(2728), + [anon_sym_static_assert] = ACTIONS(2728), + [anon_sym_concept] = ACTIONS(2728), + [anon_sym_co_return] = ACTIONS(2728), + [anon_sym_co_yield] = ACTIONS(2728), + [anon_sym_R_DQUOTE] = ACTIONS(2730), + [anon_sym_LR_DQUOTE] = ACTIONS(2730), + [anon_sym_uR_DQUOTE] = ACTIONS(2730), + [anon_sym_UR_DQUOTE] = ACTIONS(2730), + [anon_sym_u8R_DQUOTE] = ACTIONS(2730), + [anon_sym_co_await] = ACTIONS(2728), + [anon_sym_new] = ACTIONS(2728), + [anon_sym_requires] = ACTIONS(2728), + [sym_this] = ACTIONS(2728), + [sym_nullptr] = ACTIONS(2728), }, [1027] = { - [ts_builtin_sym_end] = ACTIONS(2684), - [sym_identifier] = ACTIONS(2682), - [aux_sym_preproc_include_token1] = ACTIONS(2682), - [aux_sym_preproc_def_token1] = ACTIONS(2682), - [aux_sym_preproc_if_token1] = ACTIONS(2682), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2682), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2682), - [sym_preproc_directive] = ACTIONS(2682), - [anon_sym_LPAREN2] = ACTIONS(2684), - [anon_sym_BANG] = ACTIONS(2684), - [anon_sym_TILDE] = ACTIONS(2684), - [anon_sym_DASH] = ACTIONS(2682), - [anon_sym_PLUS] = ACTIONS(2682), - [anon_sym_STAR] = ACTIONS(2684), - [anon_sym_AMP_AMP] = ACTIONS(2684), - [anon_sym_AMP] = ACTIONS(2682), - [anon_sym_SEMI] = ACTIONS(2684), - [anon_sym_typedef] = ACTIONS(2682), - [anon_sym_extern] = ACTIONS(2682), - [anon_sym___attribute__] = ACTIONS(2682), - [anon_sym_COLON_COLON] = ACTIONS(2684), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2684), - [anon_sym___declspec] = ACTIONS(2682), - [anon_sym___based] = ACTIONS(2682), - [anon_sym___cdecl] = ACTIONS(2682), - [anon_sym___clrcall] = ACTIONS(2682), - [anon_sym___stdcall] = ACTIONS(2682), - [anon_sym___fastcall] = ACTIONS(2682), - [anon_sym___thiscall] = ACTIONS(2682), - [anon_sym___vectorcall] = ACTIONS(2682), - [anon_sym_LBRACE] = ACTIONS(2684), - [anon_sym_LBRACK] = ACTIONS(2682), - [anon_sym_static] = ACTIONS(2682), - [anon_sym_register] = ACTIONS(2682), - [anon_sym_inline] = ACTIONS(2682), - [anon_sym_thread_local] = ACTIONS(2682), - [anon_sym_const] = ACTIONS(2682), - [anon_sym_volatile] = ACTIONS(2682), - [anon_sym_restrict] = ACTIONS(2682), - [anon_sym__Atomic] = ACTIONS(2682), - [anon_sym_mutable] = ACTIONS(2682), - [anon_sym_constexpr] = ACTIONS(2682), - [anon_sym_constinit] = ACTIONS(2682), - [anon_sym_consteval] = ACTIONS(2682), - [anon_sym_signed] = ACTIONS(2682), - [anon_sym_unsigned] = ACTIONS(2682), - [anon_sym_long] = ACTIONS(2682), - [anon_sym_short] = ACTIONS(2682), - [sym_primitive_type] = ACTIONS(2682), - [anon_sym_enum] = ACTIONS(2682), - [anon_sym_class] = ACTIONS(2682), - [anon_sym_struct] = ACTIONS(2682), - [anon_sym_union] = ACTIONS(2682), - [anon_sym_if] = ACTIONS(2682), - [anon_sym_switch] = ACTIONS(2682), - [anon_sym_case] = ACTIONS(2682), - [anon_sym_default] = ACTIONS(2682), - [anon_sym_while] = ACTIONS(2682), - [anon_sym_do] = ACTIONS(2682), - [anon_sym_for] = ACTIONS(2682), - [anon_sym_return] = ACTIONS(2682), - [anon_sym_break] = ACTIONS(2682), - [anon_sym_continue] = ACTIONS(2682), - [anon_sym_goto] = ACTIONS(2682), - [anon_sym_not] = ACTIONS(2682), - [anon_sym_compl] = ACTIONS(2682), - [anon_sym_DASH_DASH] = ACTIONS(2684), - [anon_sym_PLUS_PLUS] = ACTIONS(2684), - [anon_sym_sizeof] = ACTIONS(2682), - [sym_number_literal] = ACTIONS(2684), - [anon_sym_L_SQUOTE] = ACTIONS(2684), - [anon_sym_u_SQUOTE] = ACTIONS(2684), - [anon_sym_U_SQUOTE] = ACTIONS(2684), - [anon_sym_u8_SQUOTE] = ACTIONS(2684), - [anon_sym_SQUOTE] = ACTIONS(2684), - [anon_sym_L_DQUOTE] = ACTIONS(2684), - [anon_sym_u_DQUOTE] = ACTIONS(2684), - [anon_sym_U_DQUOTE] = ACTIONS(2684), - [anon_sym_u8_DQUOTE] = ACTIONS(2684), - [anon_sym_DQUOTE] = ACTIONS(2684), - [sym_true] = ACTIONS(2682), - [sym_false] = ACTIONS(2682), - [sym_null] = ACTIONS(2682), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2682), - [anon_sym_decltype] = ACTIONS(2682), - [anon_sym_virtual] = ACTIONS(2682), - [anon_sym_explicit] = ACTIONS(2682), - [anon_sym_typename] = ACTIONS(2682), - [anon_sym_template] = ACTIONS(2682), - [anon_sym_operator] = ACTIONS(2682), - [anon_sym_try] = ACTIONS(2682), - [anon_sym_delete] = ACTIONS(2682), - [anon_sym_throw] = ACTIONS(2682), - [anon_sym_namespace] = ACTIONS(2682), - [anon_sym_using] = ACTIONS(2682), - [anon_sym_static_assert] = ACTIONS(2682), - [anon_sym_concept] = ACTIONS(2682), - [anon_sym_co_return] = ACTIONS(2682), - [anon_sym_co_yield] = ACTIONS(2682), - [anon_sym_R_DQUOTE] = ACTIONS(2684), - [anon_sym_LR_DQUOTE] = ACTIONS(2684), - [anon_sym_uR_DQUOTE] = ACTIONS(2684), - [anon_sym_UR_DQUOTE] = ACTIONS(2684), - [anon_sym_u8R_DQUOTE] = ACTIONS(2684), - [anon_sym_co_await] = ACTIONS(2682), - [anon_sym_new] = ACTIONS(2682), - [anon_sym_requires] = ACTIONS(2682), - [sym_this] = ACTIONS(2682), - [sym_nullptr] = ACTIONS(2682), + [sym_identifier] = ACTIONS(2700), + [aux_sym_preproc_include_token1] = ACTIONS(2700), + [aux_sym_preproc_def_token1] = ACTIONS(2700), + [aux_sym_preproc_if_token1] = ACTIONS(2700), + [aux_sym_preproc_if_token2] = ACTIONS(2700), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2700), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2700), + [sym_preproc_directive] = ACTIONS(2700), + [anon_sym_LPAREN2] = ACTIONS(2702), + [anon_sym_BANG] = ACTIONS(2702), + [anon_sym_TILDE] = ACTIONS(2702), + [anon_sym_DASH] = ACTIONS(2700), + [anon_sym_PLUS] = ACTIONS(2700), + [anon_sym_STAR] = ACTIONS(2702), + [anon_sym_AMP_AMP] = ACTIONS(2702), + [anon_sym_AMP] = ACTIONS(2700), + [anon_sym_SEMI] = ACTIONS(2702), + [anon_sym_typedef] = ACTIONS(2700), + [anon_sym_extern] = ACTIONS(2700), + [anon_sym___attribute__] = ACTIONS(2700), + [anon_sym_COLON_COLON] = ACTIONS(2702), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2702), + [anon_sym___declspec] = ACTIONS(2700), + [anon_sym___based] = ACTIONS(2700), + [anon_sym___cdecl] = ACTIONS(2700), + [anon_sym___clrcall] = ACTIONS(2700), + [anon_sym___stdcall] = ACTIONS(2700), + [anon_sym___fastcall] = ACTIONS(2700), + [anon_sym___thiscall] = ACTIONS(2700), + [anon_sym___vectorcall] = ACTIONS(2700), + [anon_sym_LBRACE] = ACTIONS(2702), + [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_static] = ACTIONS(2700), + [anon_sym_register] = ACTIONS(2700), + [anon_sym_inline] = ACTIONS(2700), + [anon_sym_thread_local] = ACTIONS(2700), + [anon_sym_const] = ACTIONS(2700), + [anon_sym_volatile] = ACTIONS(2700), + [anon_sym_restrict] = ACTIONS(2700), + [anon_sym__Atomic] = ACTIONS(2700), + [anon_sym_mutable] = ACTIONS(2700), + [anon_sym_constexpr] = ACTIONS(2700), + [anon_sym_constinit] = ACTIONS(2700), + [anon_sym_consteval] = ACTIONS(2700), + [anon_sym_signed] = ACTIONS(2700), + [anon_sym_unsigned] = ACTIONS(2700), + [anon_sym_long] = ACTIONS(2700), + [anon_sym_short] = ACTIONS(2700), + [sym_primitive_type] = ACTIONS(2700), + [anon_sym_enum] = ACTIONS(2700), + [anon_sym_class] = ACTIONS(2700), + [anon_sym_struct] = ACTIONS(2700), + [anon_sym_union] = ACTIONS(2700), + [anon_sym_if] = ACTIONS(2700), + [anon_sym_switch] = ACTIONS(2700), + [anon_sym_case] = ACTIONS(2700), + [anon_sym_default] = ACTIONS(2700), + [anon_sym_while] = ACTIONS(2700), + [anon_sym_do] = ACTIONS(2700), + [anon_sym_for] = ACTIONS(2700), + [anon_sym_return] = ACTIONS(2700), + [anon_sym_break] = ACTIONS(2700), + [anon_sym_continue] = ACTIONS(2700), + [anon_sym_goto] = ACTIONS(2700), + [anon_sym_not] = ACTIONS(2700), + [anon_sym_compl] = ACTIONS(2700), + [anon_sym_DASH_DASH] = ACTIONS(2702), + [anon_sym_PLUS_PLUS] = ACTIONS(2702), + [anon_sym_sizeof] = ACTIONS(2700), + [sym_number_literal] = ACTIONS(2702), + [anon_sym_L_SQUOTE] = ACTIONS(2702), + [anon_sym_u_SQUOTE] = ACTIONS(2702), + [anon_sym_U_SQUOTE] = ACTIONS(2702), + [anon_sym_u8_SQUOTE] = ACTIONS(2702), + [anon_sym_SQUOTE] = ACTIONS(2702), + [anon_sym_L_DQUOTE] = ACTIONS(2702), + [anon_sym_u_DQUOTE] = ACTIONS(2702), + [anon_sym_U_DQUOTE] = ACTIONS(2702), + [anon_sym_u8_DQUOTE] = ACTIONS(2702), + [anon_sym_DQUOTE] = ACTIONS(2702), + [sym_true] = ACTIONS(2700), + [sym_false] = ACTIONS(2700), + [sym_null] = ACTIONS(2700), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2700), + [anon_sym_decltype] = ACTIONS(2700), + [anon_sym_virtual] = ACTIONS(2700), + [anon_sym_explicit] = ACTIONS(2700), + [anon_sym_typename] = ACTIONS(2700), + [anon_sym_template] = ACTIONS(2700), + [anon_sym_operator] = ACTIONS(2700), + [anon_sym_try] = ACTIONS(2700), + [anon_sym_delete] = ACTIONS(2700), + [anon_sym_throw] = ACTIONS(2700), + [anon_sym_namespace] = ACTIONS(2700), + [anon_sym_using] = ACTIONS(2700), + [anon_sym_static_assert] = ACTIONS(2700), + [anon_sym_concept] = ACTIONS(2700), + [anon_sym_co_return] = ACTIONS(2700), + [anon_sym_co_yield] = ACTIONS(2700), + [anon_sym_R_DQUOTE] = ACTIONS(2702), + [anon_sym_LR_DQUOTE] = ACTIONS(2702), + [anon_sym_uR_DQUOTE] = ACTIONS(2702), + [anon_sym_UR_DQUOTE] = ACTIONS(2702), + [anon_sym_u8R_DQUOTE] = ACTIONS(2702), + [anon_sym_co_await] = ACTIONS(2700), + [anon_sym_new] = ACTIONS(2700), + [anon_sym_requires] = ACTIONS(2700), + [sym_this] = ACTIONS(2700), + [sym_nullptr] = ACTIONS(2700), }, [1028] = { - [ts_builtin_sym_end] = ACTIONS(2866), - [sym_identifier] = ACTIONS(2864), - [aux_sym_preproc_include_token1] = ACTIONS(2864), - [aux_sym_preproc_def_token1] = ACTIONS(2864), - [aux_sym_preproc_if_token1] = ACTIONS(2864), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2864), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2864), - [sym_preproc_directive] = ACTIONS(2864), - [anon_sym_LPAREN2] = ACTIONS(2866), - [anon_sym_BANG] = ACTIONS(2866), - [anon_sym_TILDE] = ACTIONS(2866), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP_AMP] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2864), - [anon_sym_SEMI] = ACTIONS(2866), - [anon_sym_typedef] = ACTIONS(2864), - [anon_sym_extern] = ACTIONS(2864), - [anon_sym___attribute__] = ACTIONS(2864), - [anon_sym_COLON_COLON] = ACTIONS(2866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2866), - [anon_sym___declspec] = ACTIONS(2864), - [anon_sym___based] = ACTIONS(2864), - [anon_sym___cdecl] = ACTIONS(2864), - [anon_sym___clrcall] = ACTIONS(2864), - [anon_sym___stdcall] = ACTIONS(2864), - [anon_sym___fastcall] = ACTIONS(2864), - [anon_sym___thiscall] = ACTIONS(2864), - [anon_sym___vectorcall] = ACTIONS(2864), - [anon_sym_LBRACE] = ACTIONS(2866), - [anon_sym_LBRACK] = ACTIONS(2864), - [anon_sym_static] = ACTIONS(2864), - [anon_sym_register] = ACTIONS(2864), - [anon_sym_inline] = ACTIONS(2864), - [anon_sym_thread_local] = ACTIONS(2864), - [anon_sym_const] = ACTIONS(2864), - [anon_sym_volatile] = ACTIONS(2864), - [anon_sym_restrict] = ACTIONS(2864), - [anon_sym__Atomic] = ACTIONS(2864), - [anon_sym_mutable] = ACTIONS(2864), - [anon_sym_constexpr] = ACTIONS(2864), - [anon_sym_constinit] = ACTIONS(2864), - [anon_sym_consteval] = ACTIONS(2864), - [anon_sym_signed] = ACTIONS(2864), - [anon_sym_unsigned] = ACTIONS(2864), - [anon_sym_long] = ACTIONS(2864), - [anon_sym_short] = ACTIONS(2864), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2864), - [anon_sym_class] = ACTIONS(2864), - [anon_sym_struct] = ACTIONS(2864), - [anon_sym_union] = ACTIONS(2864), - [anon_sym_if] = ACTIONS(2864), - [anon_sym_switch] = ACTIONS(2864), - [anon_sym_case] = ACTIONS(2864), - [anon_sym_default] = ACTIONS(2864), - [anon_sym_while] = ACTIONS(2864), - [anon_sym_do] = ACTIONS(2864), - [anon_sym_for] = ACTIONS(2864), - [anon_sym_return] = ACTIONS(2864), - [anon_sym_break] = ACTIONS(2864), - [anon_sym_continue] = ACTIONS(2864), - [anon_sym_goto] = ACTIONS(2864), - [anon_sym_not] = ACTIONS(2864), - [anon_sym_compl] = ACTIONS(2864), - [anon_sym_DASH_DASH] = ACTIONS(2866), - [anon_sym_PLUS_PLUS] = ACTIONS(2866), - [anon_sym_sizeof] = ACTIONS(2864), - [sym_number_literal] = ACTIONS(2866), - [anon_sym_L_SQUOTE] = ACTIONS(2866), - [anon_sym_u_SQUOTE] = ACTIONS(2866), - [anon_sym_U_SQUOTE] = ACTIONS(2866), - [anon_sym_u8_SQUOTE] = ACTIONS(2866), - [anon_sym_SQUOTE] = ACTIONS(2866), - [anon_sym_L_DQUOTE] = ACTIONS(2866), - [anon_sym_u_DQUOTE] = ACTIONS(2866), - [anon_sym_U_DQUOTE] = ACTIONS(2866), - [anon_sym_u8_DQUOTE] = ACTIONS(2866), - [anon_sym_DQUOTE] = ACTIONS(2866), - [sym_true] = ACTIONS(2864), - [sym_false] = ACTIONS(2864), - [sym_null] = ACTIONS(2864), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2864), - [anon_sym_decltype] = ACTIONS(2864), - [anon_sym_virtual] = ACTIONS(2864), - [anon_sym_explicit] = ACTIONS(2864), - [anon_sym_typename] = ACTIONS(2864), - [anon_sym_template] = ACTIONS(2864), - [anon_sym_operator] = ACTIONS(2864), - [anon_sym_try] = ACTIONS(2864), - [anon_sym_delete] = ACTIONS(2864), - [anon_sym_throw] = ACTIONS(2864), - [anon_sym_namespace] = ACTIONS(2864), - [anon_sym_using] = ACTIONS(2864), - [anon_sym_static_assert] = ACTIONS(2864), - [anon_sym_concept] = ACTIONS(2864), - [anon_sym_co_return] = ACTIONS(2864), - [anon_sym_co_yield] = ACTIONS(2864), - [anon_sym_R_DQUOTE] = ACTIONS(2866), - [anon_sym_LR_DQUOTE] = ACTIONS(2866), - [anon_sym_uR_DQUOTE] = ACTIONS(2866), - [anon_sym_UR_DQUOTE] = ACTIONS(2866), - [anon_sym_u8R_DQUOTE] = ACTIONS(2866), - [anon_sym_co_await] = ACTIONS(2864), - [anon_sym_new] = ACTIONS(2864), - [anon_sym_requires] = ACTIONS(2864), - [sym_this] = ACTIONS(2864), - [sym_nullptr] = ACTIONS(2864), + [ts_builtin_sym_end] = ACTIONS(2706), + [sym_identifier] = ACTIONS(2704), + [aux_sym_preproc_include_token1] = ACTIONS(2704), + [aux_sym_preproc_def_token1] = ACTIONS(2704), + [aux_sym_preproc_if_token1] = ACTIONS(2704), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2704), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2704), + [sym_preproc_directive] = ACTIONS(2704), + [anon_sym_LPAREN2] = ACTIONS(2706), + [anon_sym_BANG] = ACTIONS(2706), + [anon_sym_TILDE] = ACTIONS(2706), + [anon_sym_DASH] = ACTIONS(2704), + [anon_sym_PLUS] = ACTIONS(2704), + [anon_sym_STAR] = ACTIONS(2706), + [anon_sym_AMP_AMP] = ACTIONS(2706), + [anon_sym_AMP] = ACTIONS(2704), + [anon_sym_SEMI] = ACTIONS(2706), + [anon_sym_typedef] = ACTIONS(2704), + [anon_sym_extern] = ACTIONS(2704), + [anon_sym___attribute__] = ACTIONS(2704), + [anon_sym_COLON_COLON] = ACTIONS(2706), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2706), + [anon_sym___declspec] = ACTIONS(2704), + [anon_sym___based] = ACTIONS(2704), + [anon_sym___cdecl] = ACTIONS(2704), + [anon_sym___clrcall] = ACTIONS(2704), + [anon_sym___stdcall] = ACTIONS(2704), + [anon_sym___fastcall] = ACTIONS(2704), + [anon_sym___thiscall] = ACTIONS(2704), + [anon_sym___vectorcall] = ACTIONS(2704), + [anon_sym_LBRACE] = ACTIONS(2706), + [anon_sym_LBRACK] = ACTIONS(2704), + [anon_sym_static] = ACTIONS(2704), + [anon_sym_register] = ACTIONS(2704), + [anon_sym_inline] = ACTIONS(2704), + [anon_sym_thread_local] = ACTIONS(2704), + [anon_sym_const] = ACTIONS(2704), + [anon_sym_volatile] = ACTIONS(2704), + [anon_sym_restrict] = ACTIONS(2704), + [anon_sym__Atomic] = ACTIONS(2704), + [anon_sym_mutable] = ACTIONS(2704), + [anon_sym_constexpr] = ACTIONS(2704), + [anon_sym_constinit] = ACTIONS(2704), + [anon_sym_consteval] = ACTIONS(2704), + [anon_sym_signed] = ACTIONS(2704), + [anon_sym_unsigned] = ACTIONS(2704), + [anon_sym_long] = ACTIONS(2704), + [anon_sym_short] = ACTIONS(2704), + [sym_primitive_type] = ACTIONS(2704), + [anon_sym_enum] = ACTIONS(2704), + [anon_sym_class] = ACTIONS(2704), + [anon_sym_struct] = ACTIONS(2704), + [anon_sym_union] = ACTIONS(2704), + [anon_sym_if] = ACTIONS(2704), + [anon_sym_switch] = ACTIONS(2704), + [anon_sym_case] = ACTIONS(2704), + [anon_sym_default] = ACTIONS(2704), + [anon_sym_while] = ACTIONS(2704), + [anon_sym_do] = ACTIONS(2704), + [anon_sym_for] = ACTIONS(2704), + [anon_sym_return] = ACTIONS(2704), + [anon_sym_break] = ACTIONS(2704), + [anon_sym_continue] = ACTIONS(2704), + [anon_sym_goto] = ACTIONS(2704), + [anon_sym_not] = ACTIONS(2704), + [anon_sym_compl] = ACTIONS(2704), + [anon_sym_DASH_DASH] = ACTIONS(2706), + [anon_sym_PLUS_PLUS] = ACTIONS(2706), + [anon_sym_sizeof] = ACTIONS(2704), + [sym_number_literal] = ACTIONS(2706), + [anon_sym_L_SQUOTE] = ACTIONS(2706), + [anon_sym_u_SQUOTE] = ACTIONS(2706), + [anon_sym_U_SQUOTE] = ACTIONS(2706), + [anon_sym_u8_SQUOTE] = ACTIONS(2706), + [anon_sym_SQUOTE] = ACTIONS(2706), + [anon_sym_L_DQUOTE] = ACTIONS(2706), + [anon_sym_u_DQUOTE] = ACTIONS(2706), + [anon_sym_U_DQUOTE] = ACTIONS(2706), + [anon_sym_u8_DQUOTE] = ACTIONS(2706), + [anon_sym_DQUOTE] = ACTIONS(2706), + [sym_true] = ACTIONS(2704), + [sym_false] = ACTIONS(2704), + [sym_null] = ACTIONS(2704), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2704), + [anon_sym_decltype] = ACTIONS(2704), + [anon_sym_virtual] = ACTIONS(2704), + [anon_sym_explicit] = ACTIONS(2704), + [anon_sym_typename] = ACTIONS(2704), + [anon_sym_template] = ACTIONS(2704), + [anon_sym_operator] = ACTIONS(2704), + [anon_sym_try] = ACTIONS(2704), + [anon_sym_delete] = ACTIONS(2704), + [anon_sym_throw] = ACTIONS(2704), + [anon_sym_namespace] = ACTIONS(2704), + [anon_sym_using] = ACTIONS(2704), + [anon_sym_static_assert] = ACTIONS(2704), + [anon_sym_concept] = ACTIONS(2704), + [anon_sym_co_return] = ACTIONS(2704), + [anon_sym_co_yield] = ACTIONS(2704), + [anon_sym_R_DQUOTE] = ACTIONS(2706), + [anon_sym_LR_DQUOTE] = ACTIONS(2706), + [anon_sym_uR_DQUOTE] = ACTIONS(2706), + [anon_sym_UR_DQUOTE] = ACTIONS(2706), + [anon_sym_u8R_DQUOTE] = ACTIONS(2706), + [anon_sym_co_await] = ACTIONS(2704), + [anon_sym_new] = ACTIONS(2704), + [anon_sym_requires] = ACTIONS(2704), + [sym_this] = ACTIONS(2704), + [sym_nullptr] = ACTIONS(2704), }, [1029] = { - [ts_builtin_sym_end] = ACTIONS(2756), - [sym_identifier] = ACTIONS(2754), - [aux_sym_preproc_include_token1] = ACTIONS(2754), - [aux_sym_preproc_def_token1] = ACTIONS(2754), - [aux_sym_preproc_if_token1] = ACTIONS(2754), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2754), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2754), - [sym_preproc_directive] = ACTIONS(2754), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2756), - [anon_sym_TILDE] = ACTIONS(2756), - [anon_sym_DASH] = ACTIONS(2754), - [anon_sym_PLUS] = ACTIONS(2754), - [anon_sym_STAR] = ACTIONS(2756), - [anon_sym_AMP_AMP] = ACTIONS(2756), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_SEMI] = ACTIONS(2756), - [anon_sym_typedef] = ACTIONS(2754), - [anon_sym_extern] = ACTIONS(2754), - [anon_sym___attribute__] = ACTIONS(2754), - [anon_sym_COLON_COLON] = ACTIONS(2756), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2756), - [anon_sym___declspec] = ACTIONS(2754), - [anon_sym___based] = ACTIONS(2754), - [anon_sym___cdecl] = ACTIONS(2754), - [anon_sym___clrcall] = ACTIONS(2754), - [anon_sym___stdcall] = ACTIONS(2754), - [anon_sym___fastcall] = ACTIONS(2754), - [anon_sym___thiscall] = ACTIONS(2754), - [anon_sym___vectorcall] = ACTIONS(2754), - [anon_sym_LBRACE] = ACTIONS(2756), - [anon_sym_LBRACK] = ACTIONS(2754), - [anon_sym_static] = ACTIONS(2754), - [anon_sym_register] = ACTIONS(2754), - [anon_sym_inline] = ACTIONS(2754), - [anon_sym_thread_local] = ACTIONS(2754), - [anon_sym_const] = ACTIONS(2754), - [anon_sym_volatile] = ACTIONS(2754), - [anon_sym_restrict] = ACTIONS(2754), - [anon_sym__Atomic] = ACTIONS(2754), - [anon_sym_mutable] = ACTIONS(2754), - [anon_sym_constexpr] = ACTIONS(2754), - [anon_sym_constinit] = ACTIONS(2754), - [anon_sym_consteval] = ACTIONS(2754), - [anon_sym_signed] = ACTIONS(2754), - [anon_sym_unsigned] = ACTIONS(2754), - [anon_sym_long] = ACTIONS(2754), - [anon_sym_short] = ACTIONS(2754), - [sym_primitive_type] = ACTIONS(2754), - [anon_sym_enum] = ACTIONS(2754), - [anon_sym_class] = ACTIONS(2754), - [anon_sym_struct] = ACTIONS(2754), - [anon_sym_union] = ACTIONS(2754), - [anon_sym_if] = ACTIONS(2754), - [anon_sym_switch] = ACTIONS(2754), - [anon_sym_case] = ACTIONS(2754), - [anon_sym_default] = ACTIONS(2754), - [anon_sym_while] = ACTIONS(2754), - [anon_sym_do] = ACTIONS(2754), - [anon_sym_for] = ACTIONS(2754), - [anon_sym_return] = ACTIONS(2754), - [anon_sym_break] = ACTIONS(2754), - [anon_sym_continue] = ACTIONS(2754), - [anon_sym_goto] = ACTIONS(2754), - [anon_sym_not] = ACTIONS(2754), - [anon_sym_compl] = ACTIONS(2754), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2754), - [sym_number_literal] = ACTIONS(2756), - [anon_sym_L_SQUOTE] = ACTIONS(2756), - [anon_sym_u_SQUOTE] = ACTIONS(2756), - [anon_sym_U_SQUOTE] = ACTIONS(2756), - [anon_sym_u8_SQUOTE] = ACTIONS(2756), - [anon_sym_SQUOTE] = ACTIONS(2756), - [anon_sym_L_DQUOTE] = ACTIONS(2756), - [anon_sym_u_DQUOTE] = ACTIONS(2756), - [anon_sym_U_DQUOTE] = ACTIONS(2756), - [anon_sym_u8_DQUOTE] = ACTIONS(2756), - [anon_sym_DQUOTE] = ACTIONS(2756), - [sym_true] = ACTIONS(2754), - [sym_false] = ACTIONS(2754), - [sym_null] = ACTIONS(2754), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2754), - [anon_sym_decltype] = ACTIONS(2754), - [anon_sym_virtual] = ACTIONS(2754), - [anon_sym_explicit] = ACTIONS(2754), - [anon_sym_typename] = ACTIONS(2754), - [anon_sym_template] = ACTIONS(2754), - [anon_sym_operator] = ACTIONS(2754), - [anon_sym_try] = ACTIONS(2754), - [anon_sym_delete] = ACTIONS(2754), - [anon_sym_throw] = ACTIONS(2754), - [anon_sym_namespace] = ACTIONS(2754), - [anon_sym_using] = ACTIONS(2754), - [anon_sym_static_assert] = ACTIONS(2754), - [anon_sym_concept] = ACTIONS(2754), - [anon_sym_co_return] = ACTIONS(2754), - [anon_sym_co_yield] = ACTIONS(2754), - [anon_sym_R_DQUOTE] = ACTIONS(2756), - [anon_sym_LR_DQUOTE] = ACTIONS(2756), - [anon_sym_uR_DQUOTE] = ACTIONS(2756), - [anon_sym_UR_DQUOTE] = ACTIONS(2756), - [anon_sym_u8R_DQUOTE] = ACTIONS(2756), - [anon_sym_co_await] = ACTIONS(2754), - [anon_sym_new] = ACTIONS(2754), - [anon_sym_requires] = ACTIONS(2754), - [sym_this] = ACTIONS(2754), - [sym_nullptr] = ACTIONS(2754), + [ts_builtin_sym_end] = ACTIONS(2694), + [sym_identifier] = ACTIONS(2692), + [aux_sym_preproc_include_token1] = ACTIONS(2692), + [aux_sym_preproc_def_token1] = ACTIONS(2692), + [aux_sym_preproc_if_token1] = ACTIONS(2692), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2692), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2692), + [sym_preproc_directive] = ACTIONS(2692), + [anon_sym_LPAREN2] = ACTIONS(2694), + [anon_sym_BANG] = ACTIONS(2694), + [anon_sym_TILDE] = ACTIONS(2694), + [anon_sym_DASH] = ACTIONS(2692), + [anon_sym_PLUS] = ACTIONS(2692), + [anon_sym_STAR] = ACTIONS(2694), + [anon_sym_AMP_AMP] = ACTIONS(2694), + [anon_sym_AMP] = ACTIONS(2692), + [anon_sym_SEMI] = ACTIONS(2694), + [anon_sym_typedef] = ACTIONS(2692), + [anon_sym_extern] = ACTIONS(2692), + [anon_sym___attribute__] = ACTIONS(2692), + [anon_sym_COLON_COLON] = ACTIONS(2694), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2694), + [anon_sym___declspec] = ACTIONS(2692), + [anon_sym___based] = ACTIONS(2692), + [anon_sym___cdecl] = ACTIONS(2692), + [anon_sym___clrcall] = ACTIONS(2692), + [anon_sym___stdcall] = ACTIONS(2692), + [anon_sym___fastcall] = ACTIONS(2692), + [anon_sym___thiscall] = ACTIONS(2692), + [anon_sym___vectorcall] = ACTIONS(2692), + [anon_sym_LBRACE] = ACTIONS(2694), + [anon_sym_LBRACK] = ACTIONS(2692), + [anon_sym_static] = ACTIONS(2692), + [anon_sym_register] = ACTIONS(2692), + [anon_sym_inline] = ACTIONS(2692), + [anon_sym_thread_local] = ACTIONS(2692), + [anon_sym_const] = ACTIONS(2692), + [anon_sym_volatile] = ACTIONS(2692), + [anon_sym_restrict] = ACTIONS(2692), + [anon_sym__Atomic] = ACTIONS(2692), + [anon_sym_mutable] = ACTIONS(2692), + [anon_sym_constexpr] = ACTIONS(2692), + [anon_sym_constinit] = ACTIONS(2692), + [anon_sym_consteval] = ACTIONS(2692), + [anon_sym_signed] = ACTIONS(2692), + [anon_sym_unsigned] = ACTIONS(2692), + [anon_sym_long] = ACTIONS(2692), + [anon_sym_short] = ACTIONS(2692), + [sym_primitive_type] = ACTIONS(2692), + [anon_sym_enum] = ACTIONS(2692), + [anon_sym_class] = ACTIONS(2692), + [anon_sym_struct] = ACTIONS(2692), + [anon_sym_union] = ACTIONS(2692), + [anon_sym_if] = ACTIONS(2692), + [anon_sym_switch] = ACTIONS(2692), + [anon_sym_case] = ACTIONS(2692), + [anon_sym_default] = ACTIONS(2692), + [anon_sym_while] = ACTIONS(2692), + [anon_sym_do] = ACTIONS(2692), + [anon_sym_for] = ACTIONS(2692), + [anon_sym_return] = ACTIONS(2692), + [anon_sym_break] = ACTIONS(2692), + [anon_sym_continue] = ACTIONS(2692), + [anon_sym_goto] = ACTIONS(2692), + [anon_sym_not] = ACTIONS(2692), + [anon_sym_compl] = ACTIONS(2692), + [anon_sym_DASH_DASH] = ACTIONS(2694), + [anon_sym_PLUS_PLUS] = ACTIONS(2694), + [anon_sym_sizeof] = ACTIONS(2692), + [sym_number_literal] = ACTIONS(2694), + [anon_sym_L_SQUOTE] = ACTIONS(2694), + [anon_sym_u_SQUOTE] = ACTIONS(2694), + [anon_sym_U_SQUOTE] = ACTIONS(2694), + [anon_sym_u8_SQUOTE] = ACTIONS(2694), + [anon_sym_SQUOTE] = ACTIONS(2694), + [anon_sym_L_DQUOTE] = ACTIONS(2694), + [anon_sym_u_DQUOTE] = ACTIONS(2694), + [anon_sym_U_DQUOTE] = ACTIONS(2694), + [anon_sym_u8_DQUOTE] = ACTIONS(2694), + [anon_sym_DQUOTE] = ACTIONS(2694), + [sym_true] = ACTIONS(2692), + [sym_false] = ACTIONS(2692), + [sym_null] = ACTIONS(2692), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2692), + [anon_sym_decltype] = ACTIONS(2692), + [anon_sym_virtual] = ACTIONS(2692), + [anon_sym_explicit] = ACTIONS(2692), + [anon_sym_typename] = ACTIONS(2692), + [anon_sym_template] = ACTIONS(2692), + [anon_sym_operator] = ACTIONS(2692), + [anon_sym_try] = ACTIONS(2692), + [anon_sym_delete] = ACTIONS(2692), + [anon_sym_throw] = ACTIONS(2692), + [anon_sym_namespace] = ACTIONS(2692), + [anon_sym_using] = ACTIONS(2692), + [anon_sym_static_assert] = ACTIONS(2692), + [anon_sym_concept] = ACTIONS(2692), + [anon_sym_co_return] = ACTIONS(2692), + [anon_sym_co_yield] = ACTIONS(2692), + [anon_sym_R_DQUOTE] = ACTIONS(2694), + [anon_sym_LR_DQUOTE] = ACTIONS(2694), + [anon_sym_uR_DQUOTE] = ACTIONS(2694), + [anon_sym_UR_DQUOTE] = ACTIONS(2694), + [anon_sym_u8R_DQUOTE] = ACTIONS(2694), + [anon_sym_co_await] = ACTIONS(2692), + [anon_sym_new] = ACTIONS(2692), + [anon_sym_requires] = ACTIONS(2692), + [sym_this] = ACTIONS(2692), + [sym_nullptr] = ACTIONS(2692), }, [1030] = { - [ts_builtin_sym_end] = ACTIONS(2832), - [sym_identifier] = ACTIONS(2830), - [aux_sym_preproc_include_token1] = ACTIONS(2830), - [aux_sym_preproc_def_token1] = ACTIONS(2830), - [aux_sym_preproc_if_token1] = ACTIONS(2830), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2830), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2830), - [sym_preproc_directive] = ACTIONS(2830), - [anon_sym_LPAREN2] = ACTIONS(2832), - [anon_sym_BANG] = ACTIONS(2832), - [anon_sym_TILDE] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2830), - [anon_sym_PLUS] = ACTIONS(2830), - [anon_sym_STAR] = ACTIONS(2832), - [anon_sym_AMP_AMP] = ACTIONS(2832), - [anon_sym_AMP] = ACTIONS(2830), - [anon_sym_SEMI] = ACTIONS(2832), - [anon_sym_typedef] = ACTIONS(2830), - [anon_sym_extern] = ACTIONS(2830), - [anon_sym___attribute__] = ACTIONS(2830), - [anon_sym_COLON_COLON] = ACTIONS(2832), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2832), - [anon_sym___declspec] = ACTIONS(2830), - [anon_sym___based] = ACTIONS(2830), - [anon_sym___cdecl] = ACTIONS(2830), - [anon_sym___clrcall] = ACTIONS(2830), - [anon_sym___stdcall] = ACTIONS(2830), - [anon_sym___fastcall] = ACTIONS(2830), - [anon_sym___thiscall] = ACTIONS(2830), - [anon_sym___vectorcall] = ACTIONS(2830), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2830), - [anon_sym_static] = ACTIONS(2830), - [anon_sym_register] = ACTIONS(2830), - [anon_sym_inline] = ACTIONS(2830), - [anon_sym_thread_local] = ACTIONS(2830), - [anon_sym_const] = ACTIONS(2830), - [anon_sym_volatile] = ACTIONS(2830), - [anon_sym_restrict] = ACTIONS(2830), - [anon_sym__Atomic] = ACTIONS(2830), - [anon_sym_mutable] = ACTIONS(2830), - [anon_sym_constexpr] = ACTIONS(2830), - [anon_sym_constinit] = ACTIONS(2830), - [anon_sym_consteval] = ACTIONS(2830), - [anon_sym_signed] = ACTIONS(2830), - [anon_sym_unsigned] = ACTIONS(2830), - [anon_sym_long] = ACTIONS(2830), - [anon_sym_short] = ACTIONS(2830), - [sym_primitive_type] = ACTIONS(2830), - [anon_sym_enum] = ACTIONS(2830), - [anon_sym_class] = ACTIONS(2830), - [anon_sym_struct] = ACTIONS(2830), - [anon_sym_union] = ACTIONS(2830), - [anon_sym_if] = ACTIONS(2830), - [anon_sym_switch] = ACTIONS(2830), - [anon_sym_case] = ACTIONS(2830), - [anon_sym_default] = ACTIONS(2830), - [anon_sym_while] = ACTIONS(2830), - [anon_sym_do] = ACTIONS(2830), - [anon_sym_for] = ACTIONS(2830), - [anon_sym_return] = ACTIONS(2830), - [anon_sym_break] = ACTIONS(2830), - [anon_sym_continue] = ACTIONS(2830), - [anon_sym_goto] = ACTIONS(2830), - [anon_sym_not] = ACTIONS(2830), - [anon_sym_compl] = ACTIONS(2830), - [anon_sym_DASH_DASH] = ACTIONS(2832), - [anon_sym_PLUS_PLUS] = ACTIONS(2832), - [anon_sym_sizeof] = ACTIONS(2830), - [sym_number_literal] = ACTIONS(2832), - [anon_sym_L_SQUOTE] = ACTIONS(2832), - [anon_sym_u_SQUOTE] = ACTIONS(2832), - [anon_sym_U_SQUOTE] = ACTIONS(2832), - [anon_sym_u8_SQUOTE] = ACTIONS(2832), - [anon_sym_SQUOTE] = ACTIONS(2832), - [anon_sym_L_DQUOTE] = ACTIONS(2832), - [anon_sym_u_DQUOTE] = ACTIONS(2832), - [anon_sym_U_DQUOTE] = ACTIONS(2832), - [anon_sym_u8_DQUOTE] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym_true] = ACTIONS(2830), - [sym_false] = ACTIONS(2830), - [sym_null] = ACTIONS(2830), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2830), - [anon_sym_decltype] = ACTIONS(2830), - [anon_sym_virtual] = ACTIONS(2830), - [anon_sym_explicit] = ACTIONS(2830), - [anon_sym_typename] = ACTIONS(2830), - [anon_sym_template] = ACTIONS(2830), - [anon_sym_operator] = ACTIONS(2830), - [anon_sym_try] = ACTIONS(2830), - [anon_sym_delete] = ACTIONS(2830), - [anon_sym_throw] = ACTIONS(2830), - [anon_sym_namespace] = ACTIONS(2830), - [anon_sym_using] = ACTIONS(2830), - [anon_sym_static_assert] = ACTIONS(2830), - [anon_sym_concept] = ACTIONS(2830), - [anon_sym_co_return] = ACTIONS(2830), - [anon_sym_co_yield] = ACTIONS(2830), - [anon_sym_R_DQUOTE] = ACTIONS(2832), - [anon_sym_LR_DQUOTE] = ACTIONS(2832), - [anon_sym_uR_DQUOTE] = ACTIONS(2832), - [anon_sym_UR_DQUOTE] = ACTIONS(2832), - [anon_sym_u8R_DQUOTE] = ACTIONS(2832), - [anon_sym_co_await] = ACTIONS(2830), - [anon_sym_new] = ACTIONS(2830), - [anon_sym_requires] = ACTIONS(2830), - [sym_this] = ACTIONS(2830), - [sym_nullptr] = ACTIONS(2830), + [sym_identifier] = ACTIONS(2676), + [aux_sym_preproc_include_token1] = ACTIONS(2676), + [aux_sym_preproc_def_token1] = ACTIONS(2676), + [aux_sym_preproc_if_token1] = ACTIONS(2676), + [aux_sym_preproc_if_token2] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2676), + [sym_preproc_directive] = ACTIONS(2676), + [anon_sym_LPAREN2] = ACTIONS(2678), + [anon_sym_BANG] = ACTIONS(2678), + [anon_sym_TILDE] = ACTIONS(2678), + [anon_sym_DASH] = ACTIONS(2676), + [anon_sym_PLUS] = ACTIONS(2676), + [anon_sym_STAR] = ACTIONS(2678), + [anon_sym_AMP_AMP] = ACTIONS(2678), + [anon_sym_AMP] = ACTIONS(2676), + [anon_sym_SEMI] = ACTIONS(2678), + [anon_sym_typedef] = ACTIONS(2676), + [anon_sym_extern] = ACTIONS(2676), + [anon_sym___attribute__] = ACTIONS(2676), + [anon_sym_COLON_COLON] = ACTIONS(2678), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2678), + [anon_sym___declspec] = ACTIONS(2676), + [anon_sym___based] = ACTIONS(2676), + [anon_sym___cdecl] = ACTIONS(2676), + [anon_sym___clrcall] = ACTIONS(2676), + [anon_sym___stdcall] = ACTIONS(2676), + [anon_sym___fastcall] = ACTIONS(2676), + [anon_sym___thiscall] = ACTIONS(2676), + [anon_sym___vectorcall] = ACTIONS(2676), + [anon_sym_LBRACE] = ACTIONS(2678), + [anon_sym_LBRACK] = ACTIONS(2676), + [anon_sym_static] = ACTIONS(2676), + [anon_sym_register] = ACTIONS(2676), + [anon_sym_inline] = ACTIONS(2676), + [anon_sym_thread_local] = ACTIONS(2676), + [anon_sym_const] = ACTIONS(2676), + [anon_sym_volatile] = ACTIONS(2676), + [anon_sym_restrict] = ACTIONS(2676), + [anon_sym__Atomic] = ACTIONS(2676), + [anon_sym_mutable] = ACTIONS(2676), + [anon_sym_constexpr] = ACTIONS(2676), + [anon_sym_constinit] = ACTIONS(2676), + [anon_sym_consteval] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2676), + [anon_sym_unsigned] = ACTIONS(2676), + [anon_sym_long] = ACTIONS(2676), + [anon_sym_short] = ACTIONS(2676), + [sym_primitive_type] = ACTIONS(2676), + [anon_sym_enum] = ACTIONS(2676), + [anon_sym_class] = ACTIONS(2676), + [anon_sym_struct] = ACTIONS(2676), + [anon_sym_union] = ACTIONS(2676), + [anon_sym_if] = ACTIONS(2676), + [anon_sym_switch] = ACTIONS(2676), + [anon_sym_case] = ACTIONS(2676), + [anon_sym_default] = ACTIONS(2676), + [anon_sym_while] = ACTIONS(2676), + [anon_sym_do] = ACTIONS(2676), + [anon_sym_for] = ACTIONS(2676), + [anon_sym_return] = ACTIONS(2676), + [anon_sym_break] = ACTIONS(2676), + [anon_sym_continue] = ACTIONS(2676), + [anon_sym_goto] = ACTIONS(2676), + [anon_sym_not] = ACTIONS(2676), + [anon_sym_compl] = ACTIONS(2676), + [anon_sym_DASH_DASH] = ACTIONS(2678), + [anon_sym_PLUS_PLUS] = ACTIONS(2678), + [anon_sym_sizeof] = ACTIONS(2676), + [sym_number_literal] = ACTIONS(2678), + [anon_sym_L_SQUOTE] = ACTIONS(2678), + [anon_sym_u_SQUOTE] = ACTIONS(2678), + [anon_sym_U_SQUOTE] = ACTIONS(2678), + [anon_sym_u8_SQUOTE] = ACTIONS(2678), + [anon_sym_SQUOTE] = ACTIONS(2678), + [anon_sym_L_DQUOTE] = ACTIONS(2678), + [anon_sym_u_DQUOTE] = ACTIONS(2678), + [anon_sym_U_DQUOTE] = ACTIONS(2678), + [anon_sym_u8_DQUOTE] = ACTIONS(2678), + [anon_sym_DQUOTE] = ACTIONS(2678), + [sym_true] = ACTIONS(2676), + [sym_false] = ACTIONS(2676), + [sym_null] = ACTIONS(2676), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2676), + [anon_sym_decltype] = ACTIONS(2676), + [anon_sym_virtual] = ACTIONS(2676), + [anon_sym_explicit] = ACTIONS(2676), + [anon_sym_typename] = ACTIONS(2676), + [anon_sym_template] = ACTIONS(2676), + [anon_sym_operator] = ACTIONS(2676), + [anon_sym_try] = ACTIONS(2676), + [anon_sym_delete] = ACTIONS(2676), + [anon_sym_throw] = ACTIONS(2676), + [anon_sym_namespace] = ACTIONS(2676), + [anon_sym_using] = ACTIONS(2676), + [anon_sym_static_assert] = ACTIONS(2676), + [anon_sym_concept] = ACTIONS(2676), + [anon_sym_co_return] = ACTIONS(2676), + [anon_sym_co_yield] = ACTIONS(2676), + [anon_sym_R_DQUOTE] = ACTIONS(2678), + [anon_sym_LR_DQUOTE] = ACTIONS(2678), + [anon_sym_uR_DQUOTE] = ACTIONS(2678), + [anon_sym_UR_DQUOTE] = ACTIONS(2678), + [anon_sym_u8R_DQUOTE] = ACTIONS(2678), + [anon_sym_co_await] = ACTIONS(2676), + [anon_sym_new] = ACTIONS(2676), + [anon_sym_requires] = ACTIONS(2676), + [sym_this] = ACTIONS(2676), + [sym_nullptr] = ACTIONS(2676), }, [1031] = { - [sym_identifier] = ACTIONS(2766), - [aux_sym_preproc_include_token1] = ACTIONS(2766), - [aux_sym_preproc_def_token1] = ACTIONS(2766), - [aux_sym_preproc_if_token1] = ACTIONS(2766), - [aux_sym_preproc_if_token2] = ACTIONS(2766), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2766), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2766), - [sym_preproc_directive] = ACTIONS(2766), - [anon_sym_LPAREN2] = ACTIONS(2768), - [anon_sym_BANG] = ACTIONS(2768), - [anon_sym_TILDE] = ACTIONS(2768), - [anon_sym_DASH] = ACTIONS(2766), - [anon_sym_PLUS] = ACTIONS(2766), - [anon_sym_STAR] = ACTIONS(2768), - [anon_sym_AMP_AMP] = ACTIONS(2768), - [anon_sym_AMP] = ACTIONS(2766), - [anon_sym_SEMI] = ACTIONS(2768), - [anon_sym_typedef] = ACTIONS(2766), - [anon_sym_extern] = ACTIONS(2766), - [anon_sym___attribute__] = ACTIONS(2766), - [anon_sym_COLON_COLON] = ACTIONS(2768), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2768), - [anon_sym___declspec] = ACTIONS(2766), - [anon_sym___based] = ACTIONS(2766), - [anon_sym___cdecl] = ACTIONS(2766), - [anon_sym___clrcall] = ACTIONS(2766), - [anon_sym___stdcall] = ACTIONS(2766), - [anon_sym___fastcall] = ACTIONS(2766), - [anon_sym___thiscall] = ACTIONS(2766), - [anon_sym___vectorcall] = ACTIONS(2766), - [anon_sym_LBRACE] = ACTIONS(2768), - [anon_sym_LBRACK] = ACTIONS(2766), - [anon_sym_static] = ACTIONS(2766), - [anon_sym_register] = ACTIONS(2766), - [anon_sym_inline] = ACTIONS(2766), - [anon_sym_thread_local] = ACTIONS(2766), - [anon_sym_const] = ACTIONS(2766), - [anon_sym_volatile] = ACTIONS(2766), - [anon_sym_restrict] = ACTIONS(2766), - [anon_sym__Atomic] = ACTIONS(2766), - [anon_sym_mutable] = ACTIONS(2766), - [anon_sym_constexpr] = ACTIONS(2766), - [anon_sym_constinit] = ACTIONS(2766), - [anon_sym_consteval] = ACTIONS(2766), - [anon_sym_signed] = ACTIONS(2766), - [anon_sym_unsigned] = ACTIONS(2766), - [anon_sym_long] = ACTIONS(2766), - [anon_sym_short] = ACTIONS(2766), - [sym_primitive_type] = ACTIONS(2766), - [anon_sym_enum] = ACTIONS(2766), - [anon_sym_class] = ACTIONS(2766), - [anon_sym_struct] = ACTIONS(2766), - [anon_sym_union] = ACTIONS(2766), - [anon_sym_if] = ACTIONS(2766), - [anon_sym_switch] = ACTIONS(2766), - [anon_sym_case] = ACTIONS(2766), - [anon_sym_default] = ACTIONS(2766), - [anon_sym_while] = ACTIONS(2766), - [anon_sym_do] = ACTIONS(2766), - [anon_sym_for] = ACTIONS(2766), - [anon_sym_return] = ACTIONS(2766), - [anon_sym_break] = ACTIONS(2766), - [anon_sym_continue] = ACTIONS(2766), - [anon_sym_goto] = ACTIONS(2766), - [anon_sym_not] = ACTIONS(2766), - [anon_sym_compl] = ACTIONS(2766), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2766), - [sym_number_literal] = ACTIONS(2768), - [anon_sym_L_SQUOTE] = ACTIONS(2768), - [anon_sym_u_SQUOTE] = ACTIONS(2768), - [anon_sym_U_SQUOTE] = ACTIONS(2768), - [anon_sym_u8_SQUOTE] = ACTIONS(2768), - [anon_sym_SQUOTE] = ACTIONS(2768), - [anon_sym_L_DQUOTE] = ACTIONS(2768), - [anon_sym_u_DQUOTE] = ACTIONS(2768), - [anon_sym_U_DQUOTE] = ACTIONS(2768), - [anon_sym_u8_DQUOTE] = ACTIONS(2768), - [anon_sym_DQUOTE] = ACTIONS(2768), - [sym_true] = ACTIONS(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2766), - [anon_sym_decltype] = ACTIONS(2766), - [anon_sym_virtual] = ACTIONS(2766), - [anon_sym_explicit] = ACTIONS(2766), - [anon_sym_typename] = ACTIONS(2766), - [anon_sym_template] = ACTIONS(2766), - [anon_sym_operator] = ACTIONS(2766), - [anon_sym_try] = ACTIONS(2766), - [anon_sym_delete] = ACTIONS(2766), - [anon_sym_throw] = ACTIONS(2766), - [anon_sym_namespace] = ACTIONS(2766), - [anon_sym_using] = ACTIONS(2766), - [anon_sym_static_assert] = ACTIONS(2766), - [anon_sym_concept] = ACTIONS(2766), - [anon_sym_co_return] = ACTIONS(2766), - [anon_sym_co_yield] = ACTIONS(2766), - [anon_sym_R_DQUOTE] = ACTIONS(2768), - [anon_sym_LR_DQUOTE] = ACTIONS(2768), - [anon_sym_uR_DQUOTE] = ACTIONS(2768), - [anon_sym_UR_DQUOTE] = ACTIONS(2768), - [anon_sym_u8R_DQUOTE] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2766), - [anon_sym_new] = ACTIONS(2766), - [anon_sym_requires] = ACTIONS(2766), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [ts_builtin_sym_end] = ACTIONS(2834), + [sym_identifier] = ACTIONS(2832), + [aux_sym_preproc_include_token1] = ACTIONS(2832), + [aux_sym_preproc_def_token1] = ACTIONS(2832), + [aux_sym_preproc_if_token1] = ACTIONS(2832), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2832), + [sym_preproc_directive] = ACTIONS(2832), + [anon_sym_LPAREN2] = ACTIONS(2834), + [anon_sym_BANG] = ACTIONS(2834), + [anon_sym_TILDE] = ACTIONS(2834), + [anon_sym_DASH] = ACTIONS(2832), + [anon_sym_PLUS] = ACTIONS(2832), + [anon_sym_STAR] = ACTIONS(2834), + [anon_sym_AMP_AMP] = ACTIONS(2834), + [anon_sym_AMP] = ACTIONS(2832), + [anon_sym_SEMI] = ACTIONS(2834), + [anon_sym_typedef] = ACTIONS(2832), + [anon_sym_extern] = ACTIONS(2832), + [anon_sym___attribute__] = ACTIONS(2832), + [anon_sym_COLON_COLON] = ACTIONS(2834), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2834), + [anon_sym___declspec] = ACTIONS(2832), + [anon_sym___based] = ACTIONS(2832), + [anon_sym___cdecl] = ACTIONS(2832), + [anon_sym___clrcall] = ACTIONS(2832), + [anon_sym___stdcall] = ACTIONS(2832), + [anon_sym___fastcall] = ACTIONS(2832), + [anon_sym___thiscall] = ACTIONS(2832), + [anon_sym___vectorcall] = ACTIONS(2832), + [anon_sym_LBRACE] = ACTIONS(2834), + [anon_sym_LBRACK] = ACTIONS(2832), + [anon_sym_static] = ACTIONS(2832), + [anon_sym_register] = ACTIONS(2832), + [anon_sym_inline] = ACTIONS(2832), + [anon_sym_thread_local] = ACTIONS(2832), + [anon_sym_const] = ACTIONS(2832), + [anon_sym_volatile] = ACTIONS(2832), + [anon_sym_restrict] = ACTIONS(2832), + [anon_sym__Atomic] = ACTIONS(2832), + [anon_sym_mutable] = ACTIONS(2832), + [anon_sym_constexpr] = ACTIONS(2832), + [anon_sym_constinit] = ACTIONS(2832), + [anon_sym_consteval] = ACTIONS(2832), + [anon_sym_signed] = ACTIONS(2832), + [anon_sym_unsigned] = ACTIONS(2832), + [anon_sym_long] = ACTIONS(2832), + [anon_sym_short] = ACTIONS(2832), + [sym_primitive_type] = ACTIONS(2832), + [anon_sym_enum] = ACTIONS(2832), + [anon_sym_class] = ACTIONS(2832), + [anon_sym_struct] = ACTIONS(2832), + [anon_sym_union] = ACTIONS(2832), + [anon_sym_if] = ACTIONS(2832), + [anon_sym_switch] = ACTIONS(2832), + [anon_sym_case] = ACTIONS(2832), + [anon_sym_default] = ACTIONS(2832), + [anon_sym_while] = ACTIONS(2832), + [anon_sym_do] = ACTIONS(2832), + [anon_sym_for] = ACTIONS(2832), + [anon_sym_return] = ACTIONS(2832), + [anon_sym_break] = ACTIONS(2832), + [anon_sym_continue] = ACTIONS(2832), + [anon_sym_goto] = ACTIONS(2832), + [anon_sym_not] = ACTIONS(2832), + [anon_sym_compl] = ACTIONS(2832), + [anon_sym_DASH_DASH] = ACTIONS(2834), + [anon_sym_PLUS_PLUS] = ACTIONS(2834), + [anon_sym_sizeof] = ACTIONS(2832), + [sym_number_literal] = ACTIONS(2834), + [anon_sym_L_SQUOTE] = ACTIONS(2834), + [anon_sym_u_SQUOTE] = ACTIONS(2834), + [anon_sym_U_SQUOTE] = ACTIONS(2834), + [anon_sym_u8_SQUOTE] = ACTIONS(2834), + [anon_sym_SQUOTE] = ACTIONS(2834), + [anon_sym_L_DQUOTE] = ACTIONS(2834), + [anon_sym_u_DQUOTE] = ACTIONS(2834), + [anon_sym_U_DQUOTE] = ACTIONS(2834), + [anon_sym_u8_DQUOTE] = ACTIONS(2834), + [anon_sym_DQUOTE] = ACTIONS(2834), + [sym_true] = ACTIONS(2832), + [sym_false] = ACTIONS(2832), + [sym_null] = ACTIONS(2832), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2832), + [anon_sym_decltype] = ACTIONS(2832), + [anon_sym_virtual] = ACTIONS(2832), + [anon_sym_explicit] = ACTIONS(2832), + [anon_sym_typename] = ACTIONS(2832), + [anon_sym_template] = ACTIONS(2832), + [anon_sym_operator] = ACTIONS(2832), + [anon_sym_try] = ACTIONS(2832), + [anon_sym_delete] = ACTIONS(2832), + [anon_sym_throw] = ACTIONS(2832), + [anon_sym_namespace] = ACTIONS(2832), + [anon_sym_using] = ACTIONS(2832), + [anon_sym_static_assert] = ACTIONS(2832), + [anon_sym_concept] = ACTIONS(2832), + [anon_sym_co_return] = ACTIONS(2832), + [anon_sym_co_yield] = ACTIONS(2832), + [anon_sym_R_DQUOTE] = ACTIONS(2834), + [anon_sym_LR_DQUOTE] = ACTIONS(2834), + [anon_sym_uR_DQUOTE] = ACTIONS(2834), + [anon_sym_UR_DQUOTE] = ACTIONS(2834), + [anon_sym_u8R_DQUOTE] = ACTIONS(2834), + [anon_sym_co_await] = ACTIONS(2832), + [anon_sym_new] = ACTIONS(2832), + [anon_sym_requires] = ACTIONS(2832), + [sym_this] = ACTIONS(2832), + [sym_nullptr] = ACTIONS(2832), }, [1032] = { - [sym_identifier] = ACTIONS(2762), - [aux_sym_preproc_include_token1] = ACTIONS(2762), - [aux_sym_preproc_def_token1] = ACTIONS(2762), - [aux_sym_preproc_if_token1] = ACTIONS(2762), - [aux_sym_preproc_if_token2] = ACTIONS(2762), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2762), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2762), - [sym_preproc_directive] = ACTIONS(2762), - [anon_sym_LPAREN2] = ACTIONS(2764), - [anon_sym_BANG] = ACTIONS(2764), - [anon_sym_TILDE] = ACTIONS(2764), - [anon_sym_DASH] = ACTIONS(2762), - [anon_sym_PLUS] = ACTIONS(2762), - [anon_sym_STAR] = ACTIONS(2764), - [anon_sym_AMP_AMP] = ACTIONS(2764), - [anon_sym_AMP] = ACTIONS(2762), - [anon_sym_SEMI] = ACTIONS(2764), - [anon_sym_typedef] = ACTIONS(2762), - [anon_sym_extern] = ACTIONS(2762), - [anon_sym___attribute__] = ACTIONS(2762), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2764), - [anon_sym___declspec] = ACTIONS(2762), - [anon_sym___based] = ACTIONS(2762), - [anon_sym___cdecl] = ACTIONS(2762), - [anon_sym___clrcall] = ACTIONS(2762), - [anon_sym___stdcall] = ACTIONS(2762), - [anon_sym___fastcall] = ACTIONS(2762), - [anon_sym___thiscall] = ACTIONS(2762), - [anon_sym___vectorcall] = ACTIONS(2762), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2762), - [anon_sym_static] = ACTIONS(2762), - [anon_sym_register] = ACTIONS(2762), - [anon_sym_inline] = ACTIONS(2762), - [anon_sym_thread_local] = ACTIONS(2762), - [anon_sym_const] = ACTIONS(2762), - [anon_sym_volatile] = ACTIONS(2762), - [anon_sym_restrict] = ACTIONS(2762), - [anon_sym__Atomic] = ACTIONS(2762), - [anon_sym_mutable] = ACTIONS(2762), - [anon_sym_constexpr] = ACTIONS(2762), - [anon_sym_constinit] = ACTIONS(2762), - [anon_sym_consteval] = ACTIONS(2762), - [anon_sym_signed] = ACTIONS(2762), - [anon_sym_unsigned] = ACTIONS(2762), - [anon_sym_long] = ACTIONS(2762), - [anon_sym_short] = ACTIONS(2762), - [sym_primitive_type] = ACTIONS(2762), - [anon_sym_enum] = ACTIONS(2762), - [anon_sym_class] = ACTIONS(2762), - [anon_sym_struct] = ACTIONS(2762), - [anon_sym_union] = ACTIONS(2762), - [anon_sym_if] = ACTIONS(2762), - [anon_sym_switch] = ACTIONS(2762), - [anon_sym_case] = ACTIONS(2762), - [anon_sym_default] = ACTIONS(2762), - [anon_sym_while] = ACTIONS(2762), - [anon_sym_do] = ACTIONS(2762), - [anon_sym_for] = ACTIONS(2762), - [anon_sym_return] = ACTIONS(2762), - [anon_sym_break] = ACTIONS(2762), - [anon_sym_continue] = ACTIONS(2762), - [anon_sym_goto] = ACTIONS(2762), - [anon_sym_not] = ACTIONS(2762), - [anon_sym_compl] = ACTIONS(2762), - [anon_sym_DASH_DASH] = ACTIONS(2764), - [anon_sym_PLUS_PLUS] = ACTIONS(2764), - [anon_sym_sizeof] = ACTIONS(2762), - [sym_number_literal] = ACTIONS(2764), - [anon_sym_L_SQUOTE] = ACTIONS(2764), - [anon_sym_u_SQUOTE] = ACTIONS(2764), - [anon_sym_U_SQUOTE] = ACTIONS(2764), - [anon_sym_u8_SQUOTE] = ACTIONS(2764), - [anon_sym_SQUOTE] = ACTIONS(2764), - [anon_sym_L_DQUOTE] = ACTIONS(2764), - [anon_sym_u_DQUOTE] = ACTIONS(2764), - [anon_sym_U_DQUOTE] = ACTIONS(2764), - [anon_sym_u8_DQUOTE] = ACTIONS(2764), - [anon_sym_DQUOTE] = ACTIONS(2764), - [sym_true] = ACTIONS(2762), - [sym_false] = ACTIONS(2762), - [sym_null] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2762), - [anon_sym_decltype] = ACTIONS(2762), - [anon_sym_virtual] = ACTIONS(2762), - [anon_sym_explicit] = ACTIONS(2762), - [anon_sym_typename] = ACTIONS(2762), - [anon_sym_template] = ACTIONS(2762), - [anon_sym_operator] = ACTIONS(2762), - [anon_sym_try] = ACTIONS(2762), - [anon_sym_delete] = ACTIONS(2762), - [anon_sym_throw] = ACTIONS(2762), - [anon_sym_namespace] = ACTIONS(2762), - [anon_sym_using] = ACTIONS(2762), - [anon_sym_static_assert] = ACTIONS(2762), - [anon_sym_concept] = ACTIONS(2762), - [anon_sym_co_return] = ACTIONS(2762), - [anon_sym_co_yield] = ACTIONS(2762), - [anon_sym_R_DQUOTE] = ACTIONS(2764), - [anon_sym_LR_DQUOTE] = ACTIONS(2764), - [anon_sym_uR_DQUOTE] = ACTIONS(2764), - [anon_sym_UR_DQUOTE] = ACTIONS(2764), - [anon_sym_u8R_DQUOTE] = ACTIONS(2764), - [anon_sym_co_await] = ACTIONS(2762), - [anon_sym_new] = ACTIONS(2762), - [anon_sym_requires] = ACTIONS(2762), - [sym_this] = ACTIONS(2762), - [sym_nullptr] = ACTIONS(2762), + [ts_builtin_sym_end] = ACTIONS(2794), + [sym_identifier] = ACTIONS(2792), + [aux_sym_preproc_include_token1] = ACTIONS(2792), + [aux_sym_preproc_def_token1] = ACTIONS(2792), + [aux_sym_preproc_if_token1] = ACTIONS(2792), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2792), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2792), + [sym_preproc_directive] = ACTIONS(2792), + [anon_sym_LPAREN2] = ACTIONS(2794), + [anon_sym_BANG] = ACTIONS(2794), + [anon_sym_TILDE] = ACTIONS(2794), + [anon_sym_DASH] = ACTIONS(2792), + [anon_sym_PLUS] = ACTIONS(2792), + [anon_sym_STAR] = ACTIONS(2794), + [anon_sym_AMP_AMP] = ACTIONS(2794), + [anon_sym_AMP] = ACTIONS(2792), + [anon_sym_SEMI] = ACTIONS(2794), + [anon_sym_typedef] = ACTIONS(2792), + [anon_sym_extern] = ACTIONS(2792), + [anon_sym___attribute__] = ACTIONS(2792), + [anon_sym_COLON_COLON] = ACTIONS(2794), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2794), + [anon_sym___declspec] = ACTIONS(2792), + [anon_sym___based] = ACTIONS(2792), + [anon_sym___cdecl] = ACTIONS(2792), + [anon_sym___clrcall] = ACTIONS(2792), + [anon_sym___stdcall] = ACTIONS(2792), + [anon_sym___fastcall] = ACTIONS(2792), + [anon_sym___thiscall] = ACTIONS(2792), + [anon_sym___vectorcall] = ACTIONS(2792), + [anon_sym_LBRACE] = ACTIONS(2794), + [anon_sym_LBRACK] = ACTIONS(2792), + [anon_sym_static] = ACTIONS(2792), + [anon_sym_register] = ACTIONS(2792), + [anon_sym_inline] = ACTIONS(2792), + [anon_sym_thread_local] = ACTIONS(2792), + [anon_sym_const] = ACTIONS(2792), + [anon_sym_volatile] = ACTIONS(2792), + [anon_sym_restrict] = ACTIONS(2792), + [anon_sym__Atomic] = ACTIONS(2792), + [anon_sym_mutable] = ACTIONS(2792), + [anon_sym_constexpr] = ACTIONS(2792), + [anon_sym_constinit] = ACTIONS(2792), + [anon_sym_consteval] = ACTIONS(2792), + [anon_sym_signed] = ACTIONS(2792), + [anon_sym_unsigned] = ACTIONS(2792), + [anon_sym_long] = ACTIONS(2792), + [anon_sym_short] = ACTIONS(2792), + [sym_primitive_type] = ACTIONS(2792), + [anon_sym_enum] = ACTIONS(2792), + [anon_sym_class] = ACTIONS(2792), + [anon_sym_struct] = ACTIONS(2792), + [anon_sym_union] = ACTIONS(2792), + [anon_sym_if] = ACTIONS(2792), + [anon_sym_switch] = ACTIONS(2792), + [anon_sym_case] = ACTIONS(2792), + [anon_sym_default] = ACTIONS(2792), + [anon_sym_while] = ACTIONS(2792), + [anon_sym_do] = ACTIONS(2792), + [anon_sym_for] = ACTIONS(2792), + [anon_sym_return] = ACTIONS(2792), + [anon_sym_break] = ACTIONS(2792), + [anon_sym_continue] = ACTIONS(2792), + [anon_sym_goto] = ACTIONS(2792), + [anon_sym_not] = ACTIONS(2792), + [anon_sym_compl] = ACTIONS(2792), + [anon_sym_DASH_DASH] = ACTIONS(2794), + [anon_sym_PLUS_PLUS] = ACTIONS(2794), + [anon_sym_sizeof] = ACTIONS(2792), + [sym_number_literal] = ACTIONS(2794), + [anon_sym_L_SQUOTE] = ACTIONS(2794), + [anon_sym_u_SQUOTE] = ACTIONS(2794), + [anon_sym_U_SQUOTE] = ACTIONS(2794), + [anon_sym_u8_SQUOTE] = ACTIONS(2794), + [anon_sym_SQUOTE] = ACTIONS(2794), + [anon_sym_L_DQUOTE] = ACTIONS(2794), + [anon_sym_u_DQUOTE] = ACTIONS(2794), + [anon_sym_U_DQUOTE] = ACTIONS(2794), + [anon_sym_u8_DQUOTE] = ACTIONS(2794), + [anon_sym_DQUOTE] = ACTIONS(2794), + [sym_true] = ACTIONS(2792), + [sym_false] = ACTIONS(2792), + [sym_null] = ACTIONS(2792), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2792), + [anon_sym_decltype] = ACTIONS(2792), + [anon_sym_virtual] = ACTIONS(2792), + [anon_sym_explicit] = ACTIONS(2792), + [anon_sym_typename] = ACTIONS(2792), + [anon_sym_template] = ACTIONS(2792), + [anon_sym_operator] = ACTIONS(2792), + [anon_sym_try] = ACTIONS(2792), + [anon_sym_delete] = ACTIONS(2792), + [anon_sym_throw] = ACTIONS(2792), + [anon_sym_namespace] = ACTIONS(2792), + [anon_sym_using] = ACTIONS(2792), + [anon_sym_static_assert] = ACTIONS(2792), + [anon_sym_concept] = ACTIONS(2792), + [anon_sym_co_return] = ACTIONS(2792), + [anon_sym_co_yield] = ACTIONS(2792), + [anon_sym_R_DQUOTE] = ACTIONS(2794), + [anon_sym_LR_DQUOTE] = ACTIONS(2794), + [anon_sym_uR_DQUOTE] = ACTIONS(2794), + [anon_sym_UR_DQUOTE] = ACTIONS(2794), + [anon_sym_u8R_DQUOTE] = ACTIONS(2794), + [anon_sym_co_await] = ACTIONS(2792), + [anon_sym_new] = ACTIONS(2792), + [anon_sym_requires] = ACTIONS(2792), + [sym_this] = ACTIONS(2792), + [sym_nullptr] = ACTIONS(2792), }, [1033] = { - [ts_builtin_sym_end] = ACTIONS(2752), - [sym_identifier] = ACTIONS(2750), - [aux_sym_preproc_include_token1] = ACTIONS(2750), - [aux_sym_preproc_def_token1] = ACTIONS(2750), - [aux_sym_preproc_if_token1] = ACTIONS(2750), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2750), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2750), - [sym_preproc_directive] = ACTIONS(2750), - [anon_sym_LPAREN2] = ACTIONS(2752), - [anon_sym_BANG] = ACTIONS(2752), - [anon_sym_TILDE] = ACTIONS(2752), - [anon_sym_DASH] = ACTIONS(2750), - [anon_sym_PLUS] = ACTIONS(2750), - [anon_sym_STAR] = ACTIONS(2752), - [anon_sym_AMP_AMP] = ACTIONS(2752), - [anon_sym_AMP] = ACTIONS(2750), - [anon_sym_SEMI] = ACTIONS(2752), - [anon_sym_typedef] = ACTIONS(2750), - [anon_sym_extern] = ACTIONS(2750), - [anon_sym___attribute__] = ACTIONS(2750), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2752), - [anon_sym___declspec] = ACTIONS(2750), - [anon_sym___based] = ACTIONS(2750), - [anon_sym___cdecl] = ACTIONS(2750), - [anon_sym___clrcall] = ACTIONS(2750), - [anon_sym___stdcall] = ACTIONS(2750), - [anon_sym___fastcall] = ACTIONS(2750), - [anon_sym___thiscall] = ACTIONS(2750), - [anon_sym___vectorcall] = ACTIONS(2750), - [anon_sym_LBRACE] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2750), - [anon_sym_static] = ACTIONS(2750), - [anon_sym_register] = ACTIONS(2750), - [anon_sym_inline] = ACTIONS(2750), - [anon_sym_thread_local] = ACTIONS(2750), - [anon_sym_const] = ACTIONS(2750), - [anon_sym_volatile] = ACTIONS(2750), - [anon_sym_restrict] = ACTIONS(2750), - [anon_sym__Atomic] = ACTIONS(2750), - [anon_sym_mutable] = ACTIONS(2750), - [anon_sym_constexpr] = ACTIONS(2750), - [anon_sym_constinit] = ACTIONS(2750), - [anon_sym_consteval] = ACTIONS(2750), - [anon_sym_signed] = ACTIONS(2750), - [anon_sym_unsigned] = ACTIONS(2750), - [anon_sym_long] = ACTIONS(2750), - [anon_sym_short] = ACTIONS(2750), - [sym_primitive_type] = ACTIONS(2750), - [anon_sym_enum] = ACTIONS(2750), - [anon_sym_class] = ACTIONS(2750), - [anon_sym_struct] = ACTIONS(2750), - [anon_sym_union] = ACTIONS(2750), - [anon_sym_if] = ACTIONS(2750), - [anon_sym_switch] = ACTIONS(2750), - [anon_sym_case] = ACTIONS(2750), - [anon_sym_default] = ACTIONS(2750), - [anon_sym_while] = ACTIONS(2750), - [anon_sym_do] = ACTIONS(2750), - [anon_sym_for] = ACTIONS(2750), - [anon_sym_return] = ACTIONS(2750), - [anon_sym_break] = ACTIONS(2750), - [anon_sym_continue] = ACTIONS(2750), - [anon_sym_goto] = ACTIONS(2750), - [anon_sym_not] = ACTIONS(2750), - [anon_sym_compl] = ACTIONS(2750), - [anon_sym_DASH_DASH] = ACTIONS(2752), - [anon_sym_PLUS_PLUS] = ACTIONS(2752), - [anon_sym_sizeof] = ACTIONS(2750), - [sym_number_literal] = ACTIONS(2752), - [anon_sym_L_SQUOTE] = ACTIONS(2752), - [anon_sym_u_SQUOTE] = ACTIONS(2752), - [anon_sym_U_SQUOTE] = ACTIONS(2752), - [anon_sym_u8_SQUOTE] = ACTIONS(2752), - [anon_sym_SQUOTE] = ACTIONS(2752), - [anon_sym_L_DQUOTE] = ACTIONS(2752), - [anon_sym_u_DQUOTE] = ACTIONS(2752), - [anon_sym_U_DQUOTE] = ACTIONS(2752), - [anon_sym_u8_DQUOTE] = ACTIONS(2752), - [anon_sym_DQUOTE] = ACTIONS(2752), - [sym_true] = ACTIONS(2750), - [sym_false] = ACTIONS(2750), - [sym_null] = ACTIONS(2750), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2750), - [anon_sym_decltype] = ACTIONS(2750), - [anon_sym_virtual] = ACTIONS(2750), - [anon_sym_explicit] = ACTIONS(2750), - [anon_sym_typename] = ACTIONS(2750), - [anon_sym_template] = ACTIONS(2750), - [anon_sym_operator] = ACTIONS(2750), - [anon_sym_try] = ACTIONS(2750), - [anon_sym_delete] = ACTIONS(2750), - [anon_sym_throw] = ACTIONS(2750), - [anon_sym_namespace] = ACTIONS(2750), - [anon_sym_using] = ACTIONS(2750), - [anon_sym_static_assert] = ACTIONS(2750), - [anon_sym_concept] = ACTIONS(2750), - [anon_sym_co_return] = ACTIONS(2750), - [anon_sym_co_yield] = ACTIONS(2750), - [anon_sym_R_DQUOTE] = ACTIONS(2752), - [anon_sym_LR_DQUOTE] = ACTIONS(2752), - [anon_sym_uR_DQUOTE] = ACTIONS(2752), - [anon_sym_UR_DQUOTE] = ACTIONS(2752), - [anon_sym_u8R_DQUOTE] = ACTIONS(2752), - [anon_sym_co_await] = ACTIONS(2750), - [anon_sym_new] = ACTIONS(2750), - [anon_sym_requires] = ACTIONS(2750), - [sym_this] = ACTIONS(2750), - [sym_nullptr] = ACTIONS(2750), + [sym_identifier] = ACTIONS(2676), + [aux_sym_preproc_include_token1] = ACTIONS(2676), + [aux_sym_preproc_def_token1] = ACTIONS(2676), + [aux_sym_preproc_if_token1] = ACTIONS(2676), + [aux_sym_preproc_if_token2] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2676), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2676), + [sym_preproc_directive] = ACTIONS(2676), + [anon_sym_LPAREN2] = ACTIONS(2678), + [anon_sym_BANG] = ACTIONS(2678), + [anon_sym_TILDE] = ACTIONS(2678), + [anon_sym_DASH] = ACTIONS(2676), + [anon_sym_PLUS] = ACTIONS(2676), + [anon_sym_STAR] = ACTIONS(2678), + [anon_sym_AMP_AMP] = ACTIONS(2678), + [anon_sym_AMP] = ACTIONS(2676), + [anon_sym_SEMI] = ACTIONS(2678), + [anon_sym_typedef] = ACTIONS(2676), + [anon_sym_extern] = ACTIONS(2676), + [anon_sym___attribute__] = ACTIONS(2676), + [anon_sym_COLON_COLON] = ACTIONS(2678), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2678), + [anon_sym___declspec] = ACTIONS(2676), + [anon_sym___based] = ACTIONS(2676), + [anon_sym___cdecl] = ACTIONS(2676), + [anon_sym___clrcall] = ACTIONS(2676), + [anon_sym___stdcall] = ACTIONS(2676), + [anon_sym___fastcall] = ACTIONS(2676), + [anon_sym___thiscall] = ACTIONS(2676), + [anon_sym___vectorcall] = ACTIONS(2676), + [anon_sym_LBRACE] = ACTIONS(2678), + [anon_sym_LBRACK] = ACTIONS(2676), + [anon_sym_static] = ACTIONS(2676), + [anon_sym_register] = ACTIONS(2676), + [anon_sym_inline] = ACTIONS(2676), + [anon_sym_thread_local] = ACTIONS(2676), + [anon_sym_const] = ACTIONS(2676), + [anon_sym_volatile] = ACTIONS(2676), + [anon_sym_restrict] = ACTIONS(2676), + [anon_sym__Atomic] = ACTIONS(2676), + [anon_sym_mutable] = ACTIONS(2676), + [anon_sym_constexpr] = ACTIONS(2676), + [anon_sym_constinit] = ACTIONS(2676), + [anon_sym_consteval] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2676), + [anon_sym_unsigned] = ACTIONS(2676), + [anon_sym_long] = ACTIONS(2676), + [anon_sym_short] = ACTIONS(2676), + [sym_primitive_type] = ACTIONS(2676), + [anon_sym_enum] = ACTIONS(2676), + [anon_sym_class] = ACTIONS(2676), + [anon_sym_struct] = ACTIONS(2676), + [anon_sym_union] = ACTIONS(2676), + [anon_sym_if] = ACTIONS(2676), + [anon_sym_switch] = ACTIONS(2676), + [anon_sym_case] = ACTIONS(2676), + [anon_sym_default] = ACTIONS(2676), + [anon_sym_while] = ACTIONS(2676), + [anon_sym_do] = ACTIONS(2676), + [anon_sym_for] = ACTIONS(2676), + [anon_sym_return] = ACTIONS(2676), + [anon_sym_break] = ACTIONS(2676), + [anon_sym_continue] = ACTIONS(2676), + [anon_sym_goto] = ACTIONS(2676), + [anon_sym_not] = ACTIONS(2676), + [anon_sym_compl] = ACTIONS(2676), + [anon_sym_DASH_DASH] = ACTIONS(2678), + [anon_sym_PLUS_PLUS] = ACTIONS(2678), + [anon_sym_sizeof] = ACTIONS(2676), + [sym_number_literal] = ACTIONS(2678), + [anon_sym_L_SQUOTE] = ACTIONS(2678), + [anon_sym_u_SQUOTE] = ACTIONS(2678), + [anon_sym_U_SQUOTE] = ACTIONS(2678), + [anon_sym_u8_SQUOTE] = ACTIONS(2678), + [anon_sym_SQUOTE] = ACTIONS(2678), + [anon_sym_L_DQUOTE] = ACTIONS(2678), + [anon_sym_u_DQUOTE] = ACTIONS(2678), + [anon_sym_U_DQUOTE] = ACTIONS(2678), + [anon_sym_u8_DQUOTE] = ACTIONS(2678), + [anon_sym_DQUOTE] = ACTIONS(2678), + [sym_true] = ACTIONS(2676), + [sym_false] = ACTIONS(2676), + [sym_null] = ACTIONS(2676), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2676), + [anon_sym_decltype] = ACTIONS(2676), + [anon_sym_virtual] = ACTIONS(2676), + [anon_sym_explicit] = ACTIONS(2676), + [anon_sym_typename] = ACTIONS(2676), + [anon_sym_template] = ACTIONS(2676), + [anon_sym_operator] = ACTIONS(2676), + [anon_sym_try] = ACTIONS(2676), + [anon_sym_delete] = ACTIONS(2676), + [anon_sym_throw] = ACTIONS(2676), + [anon_sym_namespace] = ACTIONS(2676), + [anon_sym_using] = ACTIONS(2676), + [anon_sym_static_assert] = ACTIONS(2676), + [anon_sym_concept] = ACTIONS(2676), + [anon_sym_co_return] = ACTIONS(2676), + [anon_sym_co_yield] = ACTIONS(2676), + [anon_sym_R_DQUOTE] = ACTIONS(2678), + [anon_sym_LR_DQUOTE] = ACTIONS(2678), + [anon_sym_uR_DQUOTE] = ACTIONS(2678), + [anon_sym_UR_DQUOTE] = ACTIONS(2678), + [anon_sym_u8R_DQUOTE] = ACTIONS(2678), + [anon_sym_co_await] = ACTIONS(2676), + [anon_sym_new] = ACTIONS(2676), + [anon_sym_requires] = ACTIONS(2676), + [sym_this] = ACTIONS(2676), + [sym_nullptr] = ACTIONS(2676), }, [1034] = { - [ts_builtin_sym_end] = ACTIONS(2784), - [sym_identifier] = ACTIONS(2782), - [aux_sym_preproc_include_token1] = ACTIONS(2782), - [aux_sym_preproc_def_token1] = ACTIONS(2782), - [aux_sym_preproc_if_token1] = ACTIONS(2782), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2782), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2782), - [sym_preproc_directive] = ACTIONS(2782), - [anon_sym_LPAREN2] = ACTIONS(2784), - [anon_sym_BANG] = ACTIONS(2784), - [anon_sym_TILDE] = ACTIONS(2784), - [anon_sym_DASH] = ACTIONS(2782), - [anon_sym_PLUS] = ACTIONS(2782), - [anon_sym_STAR] = ACTIONS(2784), - [anon_sym_AMP_AMP] = ACTIONS(2784), - [anon_sym_AMP] = ACTIONS(2782), - [anon_sym_SEMI] = ACTIONS(2784), - [anon_sym_typedef] = ACTIONS(2782), - [anon_sym_extern] = ACTIONS(2782), - [anon_sym___attribute__] = ACTIONS(2782), - [anon_sym_COLON_COLON] = ACTIONS(2784), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2784), - [anon_sym___declspec] = ACTIONS(2782), - [anon_sym___based] = ACTIONS(2782), - [anon_sym___cdecl] = ACTIONS(2782), - [anon_sym___clrcall] = ACTIONS(2782), - [anon_sym___stdcall] = ACTIONS(2782), - [anon_sym___fastcall] = ACTIONS(2782), - [anon_sym___thiscall] = ACTIONS(2782), - [anon_sym___vectorcall] = ACTIONS(2782), - [anon_sym_LBRACE] = ACTIONS(2784), - [anon_sym_LBRACK] = ACTIONS(2782), - [anon_sym_static] = ACTIONS(2782), - [anon_sym_register] = ACTIONS(2782), - [anon_sym_inline] = ACTIONS(2782), - [anon_sym_thread_local] = ACTIONS(2782), - [anon_sym_const] = ACTIONS(2782), - [anon_sym_volatile] = ACTIONS(2782), - [anon_sym_restrict] = ACTIONS(2782), - [anon_sym__Atomic] = ACTIONS(2782), - [anon_sym_mutable] = ACTIONS(2782), - [anon_sym_constexpr] = ACTIONS(2782), - [anon_sym_constinit] = ACTIONS(2782), - [anon_sym_consteval] = ACTIONS(2782), - [anon_sym_signed] = ACTIONS(2782), - [anon_sym_unsigned] = ACTIONS(2782), - [anon_sym_long] = ACTIONS(2782), - [anon_sym_short] = ACTIONS(2782), - [sym_primitive_type] = ACTIONS(2782), - [anon_sym_enum] = ACTIONS(2782), - [anon_sym_class] = ACTIONS(2782), - [anon_sym_struct] = ACTIONS(2782), - [anon_sym_union] = ACTIONS(2782), - [anon_sym_if] = ACTIONS(2782), - [anon_sym_switch] = ACTIONS(2782), - [anon_sym_case] = ACTIONS(2782), - [anon_sym_default] = ACTIONS(2782), - [anon_sym_while] = ACTIONS(2782), - [anon_sym_do] = ACTIONS(2782), - [anon_sym_for] = ACTIONS(2782), - [anon_sym_return] = ACTIONS(2782), - [anon_sym_break] = ACTIONS(2782), - [anon_sym_continue] = ACTIONS(2782), - [anon_sym_goto] = ACTIONS(2782), - [anon_sym_not] = ACTIONS(2782), - [anon_sym_compl] = ACTIONS(2782), - [anon_sym_DASH_DASH] = ACTIONS(2784), - [anon_sym_PLUS_PLUS] = ACTIONS(2784), - [anon_sym_sizeof] = ACTIONS(2782), - [sym_number_literal] = ACTIONS(2784), - [anon_sym_L_SQUOTE] = ACTIONS(2784), - [anon_sym_u_SQUOTE] = ACTIONS(2784), - [anon_sym_U_SQUOTE] = ACTIONS(2784), - [anon_sym_u8_SQUOTE] = ACTIONS(2784), - [anon_sym_SQUOTE] = ACTIONS(2784), - [anon_sym_L_DQUOTE] = ACTIONS(2784), - [anon_sym_u_DQUOTE] = ACTIONS(2784), - [anon_sym_U_DQUOTE] = ACTIONS(2784), - [anon_sym_u8_DQUOTE] = ACTIONS(2784), - [anon_sym_DQUOTE] = ACTIONS(2784), - [sym_true] = ACTIONS(2782), - [sym_false] = ACTIONS(2782), - [sym_null] = ACTIONS(2782), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2782), - [anon_sym_decltype] = ACTIONS(2782), - [anon_sym_virtual] = ACTIONS(2782), - [anon_sym_explicit] = ACTIONS(2782), - [anon_sym_typename] = ACTIONS(2782), - [anon_sym_template] = ACTIONS(2782), - [anon_sym_operator] = ACTIONS(2782), - [anon_sym_try] = ACTIONS(2782), - [anon_sym_delete] = ACTIONS(2782), - [anon_sym_throw] = ACTIONS(2782), - [anon_sym_namespace] = ACTIONS(2782), - [anon_sym_using] = ACTIONS(2782), - [anon_sym_static_assert] = ACTIONS(2782), - [anon_sym_concept] = ACTIONS(2782), - [anon_sym_co_return] = ACTIONS(2782), - [anon_sym_co_yield] = ACTIONS(2782), - [anon_sym_R_DQUOTE] = ACTIONS(2784), - [anon_sym_LR_DQUOTE] = ACTIONS(2784), - [anon_sym_uR_DQUOTE] = ACTIONS(2784), - [anon_sym_UR_DQUOTE] = ACTIONS(2784), - [anon_sym_u8R_DQUOTE] = ACTIONS(2784), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2782), - [anon_sym_requires] = ACTIONS(2782), - [sym_this] = ACTIONS(2782), - [sym_nullptr] = ACTIONS(2782), + [sym_identifier] = ACTIONS(2728), + [aux_sym_preproc_include_token1] = ACTIONS(2728), + [aux_sym_preproc_def_token1] = ACTIONS(2728), + [aux_sym_preproc_if_token1] = ACTIONS(2728), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2728), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2728), + [sym_preproc_directive] = ACTIONS(2728), + [anon_sym_LPAREN2] = ACTIONS(2730), + [anon_sym_BANG] = ACTIONS(2730), + [anon_sym_TILDE] = ACTIONS(2730), + [anon_sym_DASH] = ACTIONS(2728), + [anon_sym_PLUS] = ACTIONS(2728), + [anon_sym_STAR] = ACTIONS(2730), + [anon_sym_AMP_AMP] = ACTIONS(2730), + [anon_sym_AMP] = ACTIONS(2728), + [anon_sym_SEMI] = ACTIONS(2730), + [anon_sym_typedef] = ACTIONS(2728), + [anon_sym_extern] = ACTIONS(2728), + [anon_sym___attribute__] = ACTIONS(2728), + [anon_sym_COLON_COLON] = ACTIONS(2730), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2730), + [anon_sym___declspec] = ACTIONS(2728), + [anon_sym___based] = ACTIONS(2728), + [anon_sym___cdecl] = ACTIONS(2728), + [anon_sym___clrcall] = ACTIONS(2728), + [anon_sym___stdcall] = ACTIONS(2728), + [anon_sym___fastcall] = ACTIONS(2728), + [anon_sym___thiscall] = ACTIONS(2728), + [anon_sym___vectorcall] = ACTIONS(2728), + [anon_sym_LBRACE] = ACTIONS(2730), + [anon_sym_RBRACE] = ACTIONS(2730), + [anon_sym_LBRACK] = ACTIONS(2728), + [anon_sym_static] = ACTIONS(2728), + [anon_sym_register] = ACTIONS(2728), + [anon_sym_inline] = ACTIONS(2728), + [anon_sym_thread_local] = ACTIONS(2728), + [anon_sym_const] = ACTIONS(2728), + [anon_sym_volatile] = ACTIONS(2728), + [anon_sym_restrict] = ACTIONS(2728), + [anon_sym__Atomic] = ACTIONS(2728), + [anon_sym_mutable] = ACTIONS(2728), + [anon_sym_constexpr] = ACTIONS(2728), + [anon_sym_constinit] = ACTIONS(2728), + [anon_sym_consteval] = ACTIONS(2728), + [anon_sym_signed] = ACTIONS(2728), + [anon_sym_unsigned] = ACTIONS(2728), + [anon_sym_long] = ACTIONS(2728), + [anon_sym_short] = ACTIONS(2728), + [sym_primitive_type] = ACTIONS(2728), + [anon_sym_enum] = ACTIONS(2728), + [anon_sym_class] = ACTIONS(2728), + [anon_sym_struct] = ACTIONS(2728), + [anon_sym_union] = ACTIONS(2728), + [anon_sym_if] = ACTIONS(2728), + [anon_sym_switch] = ACTIONS(2728), + [anon_sym_case] = ACTIONS(2728), + [anon_sym_default] = ACTIONS(2728), + [anon_sym_while] = ACTIONS(2728), + [anon_sym_do] = ACTIONS(2728), + [anon_sym_for] = ACTIONS(2728), + [anon_sym_return] = ACTIONS(2728), + [anon_sym_break] = ACTIONS(2728), + [anon_sym_continue] = ACTIONS(2728), + [anon_sym_goto] = ACTIONS(2728), + [anon_sym_not] = ACTIONS(2728), + [anon_sym_compl] = ACTIONS(2728), + [anon_sym_DASH_DASH] = ACTIONS(2730), + [anon_sym_PLUS_PLUS] = ACTIONS(2730), + [anon_sym_sizeof] = ACTIONS(2728), + [sym_number_literal] = ACTIONS(2730), + [anon_sym_L_SQUOTE] = ACTIONS(2730), + [anon_sym_u_SQUOTE] = ACTIONS(2730), + [anon_sym_U_SQUOTE] = ACTIONS(2730), + [anon_sym_u8_SQUOTE] = ACTIONS(2730), + [anon_sym_SQUOTE] = ACTIONS(2730), + [anon_sym_L_DQUOTE] = ACTIONS(2730), + [anon_sym_u_DQUOTE] = ACTIONS(2730), + [anon_sym_U_DQUOTE] = ACTIONS(2730), + [anon_sym_u8_DQUOTE] = ACTIONS(2730), + [anon_sym_DQUOTE] = ACTIONS(2730), + [sym_true] = ACTIONS(2728), + [sym_false] = ACTIONS(2728), + [sym_null] = ACTIONS(2728), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2728), + [anon_sym_decltype] = ACTIONS(2728), + [anon_sym_virtual] = ACTIONS(2728), + [anon_sym_explicit] = ACTIONS(2728), + [anon_sym_typename] = ACTIONS(2728), + [anon_sym_template] = ACTIONS(2728), + [anon_sym_operator] = ACTIONS(2728), + [anon_sym_try] = ACTIONS(2728), + [anon_sym_delete] = ACTIONS(2728), + [anon_sym_throw] = ACTIONS(2728), + [anon_sym_namespace] = ACTIONS(2728), + [anon_sym_using] = ACTIONS(2728), + [anon_sym_static_assert] = ACTIONS(2728), + [anon_sym_concept] = ACTIONS(2728), + [anon_sym_co_return] = ACTIONS(2728), + [anon_sym_co_yield] = ACTIONS(2728), + [anon_sym_R_DQUOTE] = ACTIONS(2730), + [anon_sym_LR_DQUOTE] = ACTIONS(2730), + [anon_sym_uR_DQUOTE] = ACTIONS(2730), + [anon_sym_UR_DQUOTE] = ACTIONS(2730), + [anon_sym_u8R_DQUOTE] = ACTIONS(2730), + [anon_sym_co_await] = ACTIONS(2728), + [anon_sym_new] = ACTIONS(2728), + [anon_sym_requires] = ACTIONS(2728), + [sym_this] = ACTIONS(2728), + [sym_nullptr] = ACTIONS(2728), }, [1035] = { - [sym_identifier] = ACTIONS(2698), - [aux_sym_preproc_include_token1] = ACTIONS(2698), - [aux_sym_preproc_def_token1] = ACTIONS(2698), - [aux_sym_preproc_if_token1] = ACTIONS(2698), - [aux_sym_preproc_if_token2] = ACTIONS(2698), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2698), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2698), - [sym_preproc_directive] = ACTIONS(2698), - [anon_sym_LPAREN2] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2698), - [anon_sym_PLUS] = ACTIONS(2698), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2698), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_typedef] = ACTIONS(2698), - [anon_sym_extern] = ACTIONS(2698), - [anon_sym___attribute__] = ACTIONS(2698), - [anon_sym_COLON_COLON] = ACTIONS(2700), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2700), - [anon_sym___declspec] = ACTIONS(2698), - [anon_sym___based] = ACTIONS(2698), - [anon_sym___cdecl] = ACTIONS(2698), - [anon_sym___clrcall] = ACTIONS(2698), - [anon_sym___stdcall] = ACTIONS(2698), - [anon_sym___fastcall] = ACTIONS(2698), - [anon_sym___thiscall] = ACTIONS(2698), - [anon_sym___vectorcall] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_static] = ACTIONS(2698), - [anon_sym_register] = ACTIONS(2698), - [anon_sym_inline] = ACTIONS(2698), - [anon_sym_thread_local] = ACTIONS(2698), - [anon_sym_const] = ACTIONS(2698), - [anon_sym_volatile] = ACTIONS(2698), - [anon_sym_restrict] = ACTIONS(2698), - [anon_sym__Atomic] = ACTIONS(2698), - [anon_sym_mutable] = ACTIONS(2698), - [anon_sym_constexpr] = ACTIONS(2698), - [anon_sym_constinit] = ACTIONS(2698), - [anon_sym_consteval] = ACTIONS(2698), - [anon_sym_signed] = ACTIONS(2698), - [anon_sym_unsigned] = ACTIONS(2698), - [anon_sym_long] = ACTIONS(2698), - [anon_sym_short] = ACTIONS(2698), - [sym_primitive_type] = ACTIONS(2698), - [anon_sym_enum] = ACTIONS(2698), - [anon_sym_class] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2698), - [anon_sym_union] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2698), - [anon_sym_switch] = ACTIONS(2698), - [anon_sym_case] = ACTIONS(2698), - [anon_sym_default] = ACTIONS(2698), - [anon_sym_while] = ACTIONS(2698), - [anon_sym_do] = ACTIONS(2698), - [anon_sym_for] = ACTIONS(2698), - [anon_sym_return] = ACTIONS(2698), - [anon_sym_break] = ACTIONS(2698), - [anon_sym_continue] = ACTIONS(2698), - [anon_sym_goto] = ACTIONS(2698), - [anon_sym_not] = ACTIONS(2698), - [anon_sym_compl] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_sizeof] = ACTIONS(2698), - [sym_number_literal] = ACTIONS(2700), - [anon_sym_L_SQUOTE] = ACTIONS(2700), - [anon_sym_u_SQUOTE] = ACTIONS(2700), - [anon_sym_U_SQUOTE] = ACTIONS(2700), - [anon_sym_u8_SQUOTE] = ACTIONS(2700), - [anon_sym_SQUOTE] = ACTIONS(2700), - [anon_sym_L_DQUOTE] = ACTIONS(2700), - [anon_sym_u_DQUOTE] = ACTIONS(2700), - [anon_sym_U_DQUOTE] = ACTIONS(2700), - [anon_sym_u8_DQUOTE] = ACTIONS(2700), - [anon_sym_DQUOTE] = ACTIONS(2700), - [sym_true] = ACTIONS(2698), - [sym_false] = ACTIONS(2698), - [sym_null] = ACTIONS(2698), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2698), - [anon_sym_decltype] = ACTIONS(2698), - [anon_sym_virtual] = ACTIONS(2698), - [anon_sym_explicit] = ACTIONS(2698), - [anon_sym_typename] = ACTIONS(2698), - [anon_sym_template] = ACTIONS(2698), - [anon_sym_operator] = ACTIONS(2698), - [anon_sym_try] = ACTIONS(2698), - [anon_sym_delete] = ACTIONS(2698), - [anon_sym_throw] = ACTIONS(2698), - [anon_sym_namespace] = ACTIONS(2698), - [anon_sym_using] = ACTIONS(2698), - [anon_sym_static_assert] = ACTIONS(2698), - [anon_sym_concept] = ACTIONS(2698), - [anon_sym_co_return] = ACTIONS(2698), - [anon_sym_co_yield] = ACTIONS(2698), - [anon_sym_R_DQUOTE] = ACTIONS(2700), - [anon_sym_LR_DQUOTE] = ACTIONS(2700), - [anon_sym_uR_DQUOTE] = ACTIONS(2700), - [anon_sym_UR_DQUOTE] = ACTIONS(2700), - [anon_sym_u8R_DQUOTE] = ACTIONS(2700), - [anon_sym_co_await] = ACTIONS(2698), - [anon_sym_new] = ACTIONS(2698), - [anon_sym_requires] = ACTIONS(2698), - [sym_this] = ACTIONS(2698), - [sym_nullptr] = ACTIONS(2698), + [sym_identifier] = ACTIONS(2732), + [aux_sym_preproc_include_token1] = ACTIONS(2732), + [aux_sym_preproc_def_token1] = ACTIONS(2732), + [aux_sym_preproc_if_token1] = ACTIONS(2732), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2732), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2732), + [sym_preproc_directive] = ACTIONS(2732), + [anon_sym_LPAREN2] = ACTIONS(2734), + [anon_sym_BANG] = ACTIONS(2734), + [anon_sym_TILDE] = ACTIONS(2734), + [anon_sym_DASH] = ACTIONS(2732), + [anon_sym_PLUS] = ACTIONS(2732), + [anon_sym_STAR] = ACTIONS(2734), + [anon_sym_AMP_AMP] = ACTIONS(2734), + [anon_sym_AMP] = ACTIONS(2732), + [anon_sym_SEMI] = ACTIONS(2734), + [anon_sym_typedef] = ACTIONS(2732), + [anon_sym_extern] = ACTIONS(2732), + [anon_sym___attribute__] = ACTIONS(2732), + [anon_sym_COLON_COLON] = ACTIONS(2734), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2734), + [anon_sym___declspec] = ACTIONS(2732), + [anon_sym___based] = ACTIONS(2732), + [anon_sym___cdecl] = ACTIONS(2732), + [anon_sym___clrcall] = ACTIONS(2732), + [anon_sym___stdcall] = ACTIONS(2732), + [anon_sym___fastcall] = ACTIONS(2732), + [anon_sym___thiscall] = ACTIONS(2732), + [anon_sym___vectorcall] = ACTIONS(2732), + [anon_sym_LBRACE] = ACTIONS(2734), + [anon_sym_RBRACE] = ACTIONS(2734), + [anon_sym_LBRACK] = ACTIONS(2732), + [anon_sym_static] = ACTIONS(2732), + [anon_sym_register] = ACTIONS(2732), + [anon_sym_inline] = ACTIONS(2732), + [anon_sym_thread_local] = ACTIONS(2732), + [anon_sym_const] = ACTIONS(2732), + [anon_sym_volatile] = ACTIONS(2732), + [anon_sym_restrict] = ACTIONS(2732), + [anon_sym__Atomic] = ACTIONS(2732), + [anon_sym_mutable] = ACTIONS(2732), + [anon_sym_constexpr] = ACTIONS(2732), + [anon_sym_constinit] = ACTIONS(2732), + [anon_sym_consteval] = ACTIONS(2732), + [anon_sym_signed] = ACTIONS(2732), + [anon_sym_unsigned] = ACTIONS(2732), + [anon_sym_long] = ACTIONS(2732), + [anon_sym_short] = ACTIONS(2732), + [sym_primitive_type] = ACTIONS(2732), + [anon_sym_enum] = ACTIONS(2732), + [anon_sym_class] = ACTIONS(2732), + [anon_sym_struct] = ACTIONS(2732), + [anon_sym_union] = ACTIONS(2732), + [anon_sym_if] = ACTIONS(2732), + [anon_sym_switch] = ACTIONS(2732), + [anon_sym_case] = ACTIONS(2732), + [anon_sym_default] = ACTIONS(2732), + [anon_sym_while] = ACTIONS(2732), + [anon_sym_do] = ACTIONS(2732), + [anon_sym_for] = ACTIONS(2732), + [anon_sym_return] = ACTIONS(2732), + [anon_sym_break] = ACTIONS(2732), + [anon_sym_continue] = ACTIONS(2732), + [anon_sym_goto] = ACTIONS(2732), + [anon_sym_not] = ACTIONS(2732), + [anon_sym_compl] = ACTIONS(2732), + [anon_sym_DASH_DASH] = ACTIONS(2734), + [anon_sym_PLUS_PLUS] = ACTIONS(2734), + [anon_sym_sizeof] = ACTIONS(2732), + [sym_number_literal] = ACTIONS(2734), + [anon_sym_L_SQUOTE] = ACTIONS(2734), + [anon_sym_u_SQUOTE] = ACTIONS(2734), + [anon_sym_U_SQUOTE] = ACTIONS(2734), + [anon_sym_u8_SQUOTE] = ACTIONS(2734), + [anon_sym_SQUOTE] = ACTIONS(2734), + [anon_sym_L_DQUOTE] = ACTIONS(2734), + [anon_sym_u_DQUOTE] = ACTIONS(2734), + [anon_sym_U_DQUOTE] = ACTIONS(2734), + [anon_sym_u8_DQUOTE] = ACTIONS(2734), + [anon_sym_DQUOTE] = ACTIONS(2734), + [sym_true] = ACTIONS(2732), + [sym_false] = ACTIONS(2732), + [sym_null] = ACTIONS(2732), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2732), + [anon_sym_decltype] = ACTIONS(2732), + [anon_sym_virtual] = ACTIONS(2732), + [anon_sym_explicit] = ACTIONS(2732), + [anon_sym_typename] = ACTIONS(2732), + [anon_sym_template] = ACTIONS(2732), + [anon_sym_operator] = ACTIONS(2732), + [anon_sym_try] = ACTIONS(2732), + [anon_sym_delete] = ACTIONS(2732), + [anon_sym_throw] = ACTIONS(2732), + [anon_sym_namespace] = ACTIONS(2732), + [anon_sym_using] = ACTIONS(2732), + [anon_sym_static_assert] = ACTIONS(2732), + [anon_sym_concept] = ACTIONS(2732), + [anon_sym_co_return] = ACTIONS(2732), + [anon_sym_co_yield] = ACTIONS(2732), + [anon_sym_R_DQUOTE] = ACTIONS(2734), + [anon_sym_LR_DQUOTE] = ACTIONS(2734), + [anon_sym_uR_DQUOTE] = ACTIONS(2734), + [anon_sym_UR_DQUOTE] = ACTIONS(2734), + [anon_sym_u8R_DQUOTE] = ACTIONS(2734), + [anon_sym_co_await] = ACTIONS(2732), + [anon_sym_new] = ACTIONS(2732), + [anon_sym_requires] = ACTIONS(2732), + [sym_this] = ACTIONS(2732), + [sym_nullptr] = ACTIONS(2732), }, [1036] = { - [ts_builtin_sym_end] = ACTIONS(2836), - [sym_identifier] = ACTIONS(2834), - [aux_sym_preproc_include_token1] = ACTIONS(2834), - [aux_sym_preproc_def_token1] = ACTIONS(2834), - [aux_sym_preproc_if_token1] = ACTIONS(2834), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2834), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2834), - [sym_preproc_directive] = ACTIONS(2834), - [anon_sym_LPAREN2] = ACTIONS(2836), - [anon_sym_BANG] = ACTIONS(2836), - [anon_sym_TILDE] = ACTIONS(2836), - [anon_sym_DASH] = ACTIONS(2834), - [anon_sym_PLUS] = ACTIONS(2834), - [anon_sym_STAR] = ACTIONS(2836), - [anon_sym_AMP_AMP] = ACTIONS(2836), - [anon_sym_AMP] = ACTIONS(2834), - [anon_sym_SEMI] = ACTIONS(2836), - [anon_sym_typedef] = ACTIONS(2834), - [anon_sym_extern] = ACTIONS(2834), - [anon_sym___attribute__] = ACTIONS(2834), - [anon_sym_COLON_COLON] = ACTIONS(2836), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2836), - [anon_sym___declspec] = ACTIONS(2834), - [anon_sym___based] = ACTIONS(2834), - [anon_sym___cdecl] = ACTIONS(2834), - [anon_sym___clrcall] = ACTIONS(2834), - [anon_sym___stdcall] = ACTIONS(2834), - [anon_sym___fastcall] = ACTIONS(2834), - [anon_sym___thiscall] = ACTIONS(2834), - [anon_sym___vectorcall] = ACTIONS(2834), - [anon_sym_LBRACE] = ACTIONS(2836), - [anon_sym_LBRACK] = ACTIONS(2834), - [anon_sym_static] = ACTIONS(2834), - [anon_sym_register] = ACTIONS(2834), - [anon_sym_inline] = ACTIONS(2834), - [anon_sym_thread_local] = ACTIONS(2834), - [anon_sym_const] = ACTIONS(2834), - [anon_sym_volatile] = ACTIONS(2834), - [anon_sym_restrict] = ACTIONS(2834), - [anon_sym__Atomic] = ACTIONS(2834), - [anon_sym_mutable] = ACTIONS(2834), - [anon_sym_constexpr] = ACTIONS(2834), - [anon_sym_constinit] = ACTIONS(2834), - [anon_sym_consteval] = ACTIONS(2834), - [anon_sym_signed] = ACTIONS(2834), - [anon_sym_unsigned] = ACTIONS(2834), - [anon_sym_long] = ACTIONS(2834), - [anon_sym_short] = ACTIONS(2834), - [sym_primitive_type] = ACTIONS(2834), - [anon_sym_enum] = ACTIONS(2834), - [anon_sym_class] = ACTIONS(2834), - [anon_sym_struct] = ACTIONS(2834), - [anon_sym_union] = ACTIONS(2834), - [anon_sym_if] = ACTIONS(2834), - [anon_sym_switch] = ACTIONS(2834), - [anon_sym_case] = ACTIONS(2834), - [anon_sym_default] = ACTIONS(2834), - [anon_sym_while] = ACTIONS(2834), - [anon_sym_do] = ACTIONS(2834), - [anon_sym_for] = ACTIONS(2834), - [anon_sym_return] = ACTIONS(2834), - [anon_sym_break] = ACTIONS(2834), - [anon_sym_continue] = ACTIONS(2834), - [anon_sym_goto] = ACTIONS(2834), - [anon_sym_not] = ACTIONS(2834), - [anon_sym_compl] = ACTIONS(2834), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2834), - [sym_number_literal] = ACTIONS(2836), - [anon_sym_L_SQUOTE] = ACTIONS(2836), - [anon_sym_u_SQUOTE] = ACTIONS(2836), - [anon_sym_U_SQUOTE] = ACTIONS(2836), - [anon_sym_u8_SQUOTE] = ACTIONS(2836), - [anon_sym_SQUOTE] = ACTIONS(2836), - [anon_sym_L_DQUOTE] = ACTIONS(2836), - [anon_sym_u_DQUOTE] = ACTIONS(2836), - [anon_sym_U_DQUOTE] = ACTIONS(2836), - [anon_sym_u8_DQUOTE] = ACTIONS(2836), - [anon_sym_DQUOTE] = ACTIONS(2836), - [sym_true] = ACTIONS(2834), - [sym_false] = ACTIONS(2834), - [sym_null] = ACTIONS(2834), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2834), - [anon_sym_decltype] = ACTIONS(2834), - [anon_sym_virtual] = ACTIONS(2834), - [anon_sym_explicit] = ACTIONS(2834), - [anon_sym_typename] = ACTIONS(2834), - [anon_sym_template] = ACTIONS(2834), - [anon_sym_operator] = ACTIONS(2834), - [anon_sym_try] = ACTIONS(2834), - [anon_sym_delete] = ACTIONS(2834), - [anon_sym_throw] = ACTIONS(2834), - [anon_sym_namespace] = ACTIONS(2834), - [anon_sym_using] = ACTIONS(2834), - [anon_sym_static_assert] = ACTIONS(2834), - [anon_sym_concept] = ACTIONS(2834), - [anon_sym_co_return] = ACTIONS(2834), - [anon_sym_co_yield] = ACTIONS(2834), - [anon_sym_R_DQUOTE] = ACTIONS(2836), - [anon_sym_LR_DQUOTE] = ACTIONS(2836), - [anon_sym_uR_DQUOTE] = ACTIONS(2836), - [anon_sym_UR_DQUOTE] = ACTIONS(2836), - [anon_sym_u8R_DQUOTE] = ACTIONS(2836), - [anon_sym_co_await] = ACTIONS(2834), - [anon_sym_new] = ACTIONS(2834), - [anon_sym_requires] = ACTIONS(2834), - [sym_this] = ACTIONS(2834), - [sym_nullptr] = ACTIONS(2834), + [ts_builtin_sym_end] = ACTIONS(2806), + [sym_identifier] = ACTIONS(2804), + [aux_sym_preproc_include_token1] = ACTIONS(2804), + [aux_sym_preproc_def_token1] = ACTIONS(2804), + [aux_sym_preproc_if_token1] = ACTIONS(2804), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2804), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2804), + [sym_preproc_directive] = ACTIONS(2804), + [anon_sym_LPAREN2] = ACTIONS(2806), + [anon_sym_BANG] = ACTIONS(2806), + [anon_sym_TILDE] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2804), + [anon_sym_PLUS] = ACTIONS(2804), + [anon_sym_STAR] = ACTIONS(2806), + [anon_sym_AMP_AMP] = ACTIONS(2806), + [anon_sym_AMP] = ACTIONS(2804), + [anon_sym_SEMI] = ACTIONS(2806), + [anon_sym_typedef] = ACTIONS(2804), + [anon_sym_extern] = ACTIONS(2804), + [anon_sym___attribute__] = ACTIONS(2804), + [anon_sym_COLON_COLON] = ACTIONS(2806), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2806), + [anon_sym___declspec] = ACTIONS(2804), + [anon_sym___based] = ACTIONS(2804), + [anon_sym___cdecl] = ACTIONS(2804), + [anon_sym___clrcall] = ACTIONS(2804), + [anon_sym___stdcall] = ACTIONS(2804), + [anon_sym___fastcall] = ACTIONS(2804), + [anon_sym___thiscall] = ACTIONS(2804), + [anon_sym___vectorcall] = ACTIONS(2804), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2804), + [anon_sym_static] = ACTIONS(2804), + [anon_sym_register] = ACTIONS(2804), + [anon_sym_inline] = ACTIONS(2804), + [anon_sym_thread_local] = ACTIONS(2804), + [anon_sym_const] = ACTIONS(2804), + [anon_sym_volatile] = ACTIONS(2804), + [anon_sym_restrict] = ACTIONS(2804), + [anon_sym__Atomic] = ACTIONS(2804), + [anon_sym_mutable] = ACTIONS(2804), + [anon_sym_constexpr] = ACTIONS(2804), + [anon_sym_constinit] = ACTIONS(2804), + [anon_sym_consteval] = ACTIONS(2804), + [anon_sym_signed] = ACTIONS(2804), + [anon_sym_unsigned] = ACTIONS(2804), + [anon_sym_long] = ACTIONS(2804), + [anon_sym_short] = ACTIONS(2804), + [sym_primitive_type] = ACTIONS(2804), + [anon_sym_enum] = ACTIONS(2804), + [anon_sym_class] = ACTIONS(2804), + [anon_sym_struct] = ACTIONS(2804), + [anon_sym_union] = ACTIONS(2804), + [anon_sym_if] = ACTIONS(2804), + [anon_sym_switch] = ACTIONS(2804), + [anon_sym_case] = ACTIONS(2804), + [anon_sym_default] = ACTIONS(2804), + [anon_sym_while] = ACTIONS(2804), + [anon_sym_do] = ACTIONS(2804), + [anon_sym_for] = ACTIONS(2804), + [anon_sym_return] = ACTIONS(2804), + [anon_sym_break] = ACTIONS(2804), + [anon_sym_continue] = ACTIONS(2804), + [anon_sym_goto] = ACTIONS(2804), + [anon_sym_not] = ACTIONS(2804), + [anon_sym_compl] = ACTIONS(2804), + [anon_sym_DASH_DASH] = ACTIONS(2806), + [anon_sym_PLUS_PLUS] = ACTIONS(2806), + [anon_sym_sizeof] = ACTIONS(2804), + [sym_number_literal] = ACTIONS(2806), + [anon_sym_L_SQUOTE] = ACTIONS(2806), + [anon_sym_u_SQUOTE] = ACTIONS(2806), + [anon_sym_U_SQUOTE] = ACTIONS(2806), + [anon_sym_u8_SQUOTE] = ACTIONS(2806), + [anon_sym_SQUOTE] = ACTIONS(2806), + [anon_sym_L_DQUOTE] = ACTIONS(2806), + [anon_sym_u_DQUOTE] = ACTIONS(2806), + [anon_sym_U_DQUOTE] = ACTIONS(2806), + [anon_sym_u8_DQUOTE] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym_true] = ACTIONS(2804), + [sym_false] = ACTIONS(2804), + [sym_null] = ACTIONS(2804), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2804), + [anon_sym_decltype] = ACTIONS(2804), + [anon_sym_virtual] = ACTIONS(2804), + [anon_sym_explicit] = ACTIONS(2804), + [anon_sym_typename] = ACTIONS(2804), + [anon_sym_template] = ACTIONS(2804), + [anon_sym_operator] = ACTIONS(2804), + [anon_sym_try] = ACTIONS(2804), + [anon_sym_delete] = ACTIONS(2804), + [anon_sym_throw] = ACTIONS(2804), + [anon_sym_namespace] = ACTIONS(2804), + [anon_sym_using] = ACTIONS(2804), + [anon_sym_static_assert] = ACTIONS(2804), + [anon_sym_concept] = ACTIONS(2804), + [anon_sym_co_return] = ACTIONS(2804), + [anon_sym_co_yield] = ACTIONS(2804), + [anon_sym_R_DQUOTE] = ACTIONS(2806), + [anon_sym_LR_DQUOTE] = ACTIONS(2806), + [anon_sym_uR_DQUOTE] = ACTIONS(2806), + [anon_sym_UR_DQUOTE] = ACTIONS(2806), + [anon_sym_u8R_DQUOTE] = ACTIONS(2806), + [anon_sym_co_await] = ACTIONS(2804), + [anon_sym_new] = ACTIONS(2804), + [anon_sym_requires] = ACTIONS(2804), + [sym_this] = ACTIONS(2804), + [sym_nullptr] = ACTIONS(2804), }, [1037] = { - [sym_identifier] = ACTIONS(2790), - [aux_sym_preproc_include_token1] = ACTIONS(2790), - [aux_sym_preproc_def_token1] = ACTIONS(2790), - [aux_sym_preproc_if_token1] = ACTIONS(2790), - [aux_sym_preproc_if_token2] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2790), - [sym_preproc_directive] = ACTIONS(2790), - [anon_sym_LPAREN2] = ACTIONS(2792), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2790), - [anon_sym_PLUS] = ACTIONS(2790), - [anon_sym_STAR] = ACTIONS(2792), - [anon_sym_AMP_AMP] = ACTIONS(2792), - [anon_sym_AMP] = ACTIONS(2790), - [anon_sym_SEMI] = ACTIONS(2792), - [anon_sym_typedef] = ACTIONS(2790), - [anon_sym_extern] = ACTIONS(2790), - [anon_sym___attribute__] = ACTIONS(2790), - [anon_sym_COLON_COLON] = ACTIONS(2792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2792), - [anon_sym___declspec] = ACTIONS(2790), - [anon_sym___based] = ACTIONS(2790), - [anon_sym___cdecl] = ACTIONS(2790), - [anon_sym___clrcall] = ACTIONS(2790), - [anon_sym___stdcall] = ACTIONS(2790), - [anon_sym___fastcall] = ACTIONS(2790), - [anon_sym___thiscall] = ACTIONS(2790), - [anon_sym___vectorcall] = ACTIONS(2790), - [anon_sym_LBRACE] = ACTIONS(2792), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_static] = ACTIONS(2790), - [anon_sym_register] = ACTIONS(2790), - [anon_sym_inline] = ACTIONS(2790), - [anon_sym_thread_local] = ACTIONS(2790), - [anon_sym_const] = ACTIONS(2790), - [anon_sym_volatile] = ACTIONS(2790), - [anon_sym_restrict] = ACTIONS(2790), - [anon_sym__Atomic] = ACTIONS(2790), - [anon_sym_mutable] = ACTIONS(2790), - [anon_sym_constexpr] = ACTIONS(2790), - [anon_sym_constinit] = ACTIONS(2790), - [anon_sym_consteval] = ACTIONS(2790), - [anon_sym_signed] = ACTIONS(2790), - [anon_sym_unsigned] = ACTIONS(2790), - [anon_sym_long] = ACTIONS(2790), - [anon_sym_short] = ACTIONS(2790), - [sym_primitive_type] = ACTIONS(2790), - [anon_sym_enum] = ACTIONS(2790), - [anon_sym_class] = ACTIONS(2790), - [anon_sym_struct] = ACTIONS(2790), - [anon_sym_union] = ACTIONS(2790), - [anon_sym_if] = ACTIONS(2790), - [anon_sym_switch] = ACTIONS(2790), - [anon_sym_case] = ACTIONS(2790), - [anon_sym_default] = ACTIONS(2790), - [anon_sym_while] = ACTIONS(2790), - [anon_sym_do] = ACTIONS(2790), - [anon_sym_for] = ACTIONS(2790), - [anon_sym_return] = ACTIONS(2790), - [anon_sym_break] = ACTIONS(2790), - [anon_sym_continue] = ACTIONS(2790), - [anon_sym_goto] = ACTIONS(2790), - [anon_sym_not] = ACTIONS(2790), - [anon_sym_compl] = ACTIONS(2790), - [anon_sym_DASH_DASH] = ACTIONS(2792), - [anon_sym_PLUS_PLUS] = ACTIONS(2792), - [anon_sym_sizeof] = ACTIONS(2790), - [sym_number_literal] = ACTIONS(2792), - [anon_sym_L_SQUOTE] = ACTIONS(2792), - [anon_sym_u_SQUOTE] = ACTIONS(2792), - [anon_sym_U_SQUOTE] = ACTIONS(2792), - [anon_sym_u8_SQUOTE] = ACTIONS(2792), - [anon_sym_SQUOTE] = ACTIONS(2792), - [anon_sym_L_DQUOTE] = ACTIONS(2792), - [anon_sym_u_DQUOTE] = ACTIONS(2792), - [anon_sym_U_DQUOTE] = ACTIONS(2792), - [anon_sym_u8_DQUOTE] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2792), - [sym_true] = ACTIONS(2790), - [sym_false] = ACTIONS(2790), - [sym_null] = ACTIONS(2790), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2790), - [anon_sym_decltype] = ACTIONS(2790), - [anon_sym_virtual] = ACTIONS(2790), - [anon_sym_explicit] = ACTIONS(2790), - [anon_sym_typename] = ACTIONS(2790), - [anon_sym_template] = ACTIONS(2790), - [anon_sym_operator] = ACTIONS(2790), - [anon_sym_try] = ACTIONS(2790), - [anon_sym_delete] = ACTIONS(2790), - [anon_sym_throw] = ACTIONS(2790), - [anon_sym_namespace] = ACTIONS(2790), - [anon_sym_using] = ACTIONS(2790), - [anon_sym_static_assert] = ACTIONS(2790), - [anon_sym_concept] = ACTIONS(2790), - [anon_sym_co_return] = ACTIONS(2790), - [anon_sym_co_yield] = ACTIONS(2790), - [anon_sym_R_DQUOTE] = ACTIONS(2792), - [anon_sym_LR_DQUOTE] = ACTIONS(2792), - [anon_sym_uR_DQUOTE] = ACTIONS(2792), - [anon_sym_UR_DQUOTE] = ACTIONS(2792), - [anon_sym_u8R_DQUOTE] = ACTIONS(2792), - [anon_sym_co_await] = ACTIONS(2790), - [anon_sym_new] = ACTIONS(2790), - [anon_sym_requires] = ACTIONS(2790), - [sym_this] = ACTIONS(2790), - [sym_nullptr] = ACTIONS(2790), + [sym_identifier] = ACTIONS(2736), + [aux_sym_preproc_include_token1] = ACTIONS(2736), + [aux_sym_preproc_def_token1] = ACTIONS(2736), + [aux_sym_preproc_if_token1] = ACTIONS(2736), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2736), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2736), + [sym_preproc_directive] = ACTIONS(2736), + [anon_sym_LPAREN2] = ACTIONS(2738), + [anon_sym_BANG] = ACTIONS(2738), + [anon_sym_TILDE] = ACTIONS(2738), + [anon_sym_DASH] = ACTIONS(2736), + [anon_sym_PLUS] = ACTIONS(2736), + [anon_sym_STAR] = ACTIONS(2738), + [anon_sym_AMP_AMP] = ACTIONS(2738), + [anon_sym_AMP] = ACTIONS(2736), + [anon_sym_SEMI] = ACTIONS(2738), + [anon_sym_typedef] = ACTIONS(2736), + [anon_sym_extern] = ACTIONS(2736), + [anon_sym___attribute__] = ACTIONS(2736), + [anon_sym_COLON_COLON] = ACTIONS(2738), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2738), + [anon_sym___declspec] = ACTIONS(2736), + [anon_sym___based] = ACTIONS(2736), + [anon_sym___cdecl] = ACTIONS(2736), + [anon_sym___clrcall] = ACTIONS(2736), + [anon_sym___stdcall] = ACTIONS(2736), + [anon_sym___fastcall] = ACTIONS(2736), + [anon_sym___thiscall] = ACTIONS(2736), + [anon_sym___vectorcall] = ACTIONS(2736), + [anon_sym_LBRACE] = ACTIONS(2738), + [anon_sym_RBRACE] = ACTIONS(2738), + [anon_sym_LBRACK] = ACTIONS(2736), + [anon_sym_static] = ACTIONS(2736), + [anon_sym_register] = ACTIONS(2736), + [anon_sym_inline] = ACTIONS(2736), + [anon_sym_thread_local] = ACTIONS(2736), + [anon_sym_const] = ACTIONS(2736), + [anon_sym_volatile] = ACTIONS(2736), + [anon_sym_restrict] = ACTIONS(2736), + [anon_sym__Atomic] = ACTIONS(2736), + [anon_sym_mutable] = ACTIONS(2736), + [anon_sym_constexpr] = ACTIONS(2736), + [anon_sym_constinit] = ACTIONS(2736), + [anon_sym_consteval] = ACTIONS(2736), + [anon_sym_signed] = ACTIONS(2736), + [anon_sym_unsigned] = ACTIONS(2736), + [anon_sym_long] = ACTIONS(2736), + [anon_sym_short] = ACTIONS(2736), + [sym_primitive_type] = ACTIONS(2736), + [anon_sym_enum] = ACTIONS(2736), + [anon_sym_class] = ACTIONS(2736), + [anon_sym_struct] = ACTIONS(2736), + [anon_sym_union] = ACTIONS(2736), + [anon_sym_if] = ACTIONS(2736), + [anon_sym_switch] = ACTIONS(2736), + [anon_sym_case] = ACTIONS(2736), + [anon_sym_default] = ACTIONS(2736), + [anon_sym_while] = ACTIONS(2736), + [anon_sym_do] = ACTIONS(2736), + [anon_sym_for] = ACTIONS(2736), + [anon_sym_return] = ACTIONS(2736), + [anon_sym_break] = ACTIONS(2736), + [anon_sym_continue] = ACTIONS(2736), + [anon_sym_goto] = ACTIONS(2736), + [anon_sym_not] = ACTIONS(2736), + [anon_sym_compl] = ACTIONS(2736), + [anon_sym_DASH_DASH] = ACTIONS(2738), + [anon_sym_PLUS_PLUS] = ACTIONS(2738), + [anon_sym_sizeof] = ACTIONS(2736), + [sym_number_literal] = ACTIONS(2738), + [anon_sym_L_SQUOTE] = ACTIONS(2738), + [anon_sym_u_SQUOTE] = ACTIONS(2738), + [anon_sym_U_SQUOTE] = ACTIONS(2738), + [anon_sym_u8_SQUOTE] = ACTIONS(2738), + [anon_sym_SQUOTE] = ACTIONS(2738), + [anon_sym_L_DQUOTE] = ACTIONS(2738), + [anon_sym_u_DQUOTE] = ACTIONS(2738), + [anon_sym_U_DQUOTE] = ACTIONS(2738), + [anon_sym_u8_DQUOTE] = ACTIONS(2738), + [anon_sym_DQUOTE] = ACTIONS(2738), + [sym_true] = ACTIONS(2736), + [sym_false] = ACTIONS(2736), + [sym_null] = ACTIONS(2736), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2736), + [anon_sym_decltype] = ACTIONS(2736), + [anon_sym_virtual] = ACTIONS(2736), + [anon_sym_explicit] = ACTIONS(2736), + [anon_sym_typename] = ACTIONS(2736), + [anon_sym_template] = ACTIONS(2736), + [anon_sym_operator] = ACTIONS(2736), + [anon_sym_try] = ACTIONS(2736), + [anon_sym_delete] = ACTIONS(2736), + [anon_sym_throw] = ACTIONS(2736), + [anon_sym_namespace] = ACTIONS(2736), + [anon_sym_using] = ACTIONS(2736), + [anon_sym_static_assert] = ACTIONS(2736), + [anon_sym_concept] = ACTIONS(2736), + [anon_sym_co_return] = ACTIONS(2736), + [anon_sym_co_yield] = ACTIONS(2736), + [anon_sym_R_DQUOTE] = ACTIONS(2738), + [anon_sym_LR_DQUOTE] = ACTIONS(2738), + [anon_sym_uR_DQUOTE] = ACTIONS(2738), + [anon_sym_UR_DQUOTE] = ACTIONS(2738), + [anon_sym_u8R_DQUOTE] = ACTIONS(2738), + [anon_sym_co_await] = ACTIONS(2736), + [anon_sym_new] = ACTIONS(2736), + [anon_sym_requires] = ACTIONS(2736), + [sym_this] = ACTIONS(2736), + [sym_nullptr] = ACTIONS(2736), }, [1038] = { - [sym_identifier] = ACTIONS(2790), - [aux_sym_preproc_include_token1] = ACTIONS(2790), - [aux_sym_preproc_def_token1] = ACTIONS(2790), - [aux_sym_preproc_if_token1] = ACTIONS(2790), - [aux_sym_preproc_if_token2] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2790), - [sym_preproc_directive] = ACTIONS(2790), - [anon_sym_LPAREN2] = ACTIONS(2792), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2790), - [anon_sym_PLUS] = ACTIONS(2790), - [anon_sym_STAR] = ACTIONS(2792), - [anon_sym_AMP_AMP] = ACTIONS(2792), - [anon_sym_AMP] = ACTIONS(2790), - [anon_sym_SEMI] = ACTIONS(2792), - [anon_sym_typedef] = ACTIONS(2790), - [anon_sym_extern] = ACTIONS(2790), - [anon_sym___attribute__] = ACTIONS(2790), - [anon_sym_COLON_COLON] = ACTIONS(2792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2792), - [anon_sym___declspec] = ACTIONS(2790), - [anon_sym___based] = ACTIONS(2790), - [anon_sym___cdecl] = ACTIONS(2790), - [anon_sym___clrcall] = ACTIONS(2790), - [anon_sym___stdcall] = ACTIONS(2790), - [anon_sym___fastcall] = ACTIONS(2790), - [anon_sym___thiscall] = ACTIONS(2790), - [anon_sym___vectorcall] = ACTIONS(2790), - [anon_sym_LBRACE] = ACTIONS(2792), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_static] = ACTIONS(2790), - [anon_sym_register] = ACTIONS(2790), - [anon_sym_inline] = ACTIONS(2790), - [anon_sym_thread_local] = ACTIONS(2790), - [anon_sym_const] = ACTIONS(2790), - [anon_sym_volatile] = ACTIONS(2790), - [anon_sym_restrict] = ACTIONS(2790), - [anon_sym__Atomic] = ACTIONS(2790), - [anon_sym_mutable] = ACTIONS(2790), - [anon_sym_constexpr] = ACTIONS(2790), - [anon_sym_constinit] = ACTIONS(2790), - [anon_sym_consteval] = ACTIONS(2790), - [anon_sym_signed] = ACTIONS(2790), - [anon_sym_unsigned] = ACTIONS(2790), - [anon_sym_long] = ACTIONS(2790), - [anon_sym_short] = ACTIONS(2790), - [sym_primitive_type] = ACTIONS(2790), - [anon_sym_enum] = ACTIONS(2790), - [anon_sym_class] = ACTIONS(2790), - [anon_sym_struct] = ACTIONS(2790), - [anon_sym_union] = ACTIONS(2790), - [anon_sym_if] = ACTIONS(2790), - [anon_sym_switch] = ACTIONS(2790), - [anon_sym_case] = ACTIONS(2790), - [anon_sym_default] = ACTIONS(2790), - [anon_sym_while] = ACTIONS(2790), - [anon_sym_do] = ACTIONS(2790), - [anon_sym_for] = ACTIONS(2790), - [anon_sym_return] = ACTIONS(2790), - [anon_sym_break] = ACTIONS(2790), - [anon_sym_continue] = ACTIONS(2790), - [anon_sym_goto] = ACTIONS(2790), - [anon_sym_not] = ACTIONS(2790), - [anon_sym_compl] = ACTIONS(2790), - [anon_sym_DASH_DASH] = ACTIONS(2792), - [anon_sym_PLUS_PLUS] = ACTIONS(2792), - [anon_sym_sizeof] = ACTIONS(2790), - [sym_number_literal] = ACTIONS(2792), - [anon_sym_L_SQUOTE] = ACTIONS(2792), - [anon_sym_u_SQUOTE] = ACTIONS(2792), - [anon_sym_U_SQUOTE] = ACTIONS(2792), - [anon_sym_u8_SQUOTE] = ACTIONS(2792), - [anon_sym_SQUOTE] = ACTIONS(2792), - [anon_sym_L_DQUOTE] = ACTIONS(2792), - [anon_sym_u_DQUOTE] = ACTIONS(2792), - [anon_sym_U_DQUOTE] = ACTIONS(2792), - [anon_sym_u8_DQUOTE] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2792), - [sym_true] = ACTIONS(2790), - [sym_false] = ACTIONS(2790), - [sym_null] = ACTIONS(2790), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2790), - [anon_sym_decltype] = ACTIONS(2790), - [anon_sym_virtual] = ACTIONS(2790), - [anon_sym_explicit] = ACTIONS(2790), - [anon_sym_typename] = ACTIONS(2790), - [anon_sym_template] = ACTIONS(2790), - [anon_sym_operator] = ACTIONS(2790), - [anon_sym_try] = ACTIONS(2790), - [anon_sym_delete] = ACTIONS(2790), - [anon_sym_throw] = ACTIONS(2790), - [anon_sym_namespace] = ACTIONS(2790), - [anon_sym_using] = ACTIONS(2790), - [anon_sym_static_assert] = ACTIONS(2790), - [anon_sym_concept] = ACTIONS(2790), - [anon_sym_co_return] = ACTIONS(2790), - [anon_sym_co_yield] = ACTIONS(2790), - [anon_sym_R_DQUOTE] = ACTIONS(2792), - [anon_sym_LR_DQUOTE] = ACTIONS(2792), - [anon_sym_uR_DQUOTE] = ACTIONS(2792), - [anon_sym_UR_DQUOTE] = ACTIONS(2792), - [anon_sym_u8R_DQUOTE] = ACTIONS(2792), - [anon_sym_co_await] = ACTIONS(2790), - [anon_sym_new] = ACTIONS(2790), - [anon_sym_requires] = ACTIONS(2790), - [sym_this] = ACTIONS(2790), - [sym_nullptr] = ACTIONS(2790), + [sym_identifier] = ACTIONS(2744), + [aux_sym_preproc_include_token1] = ACTIONS(2744), + [aux_sym_preproc_def_token1] = ACTIONS(2744), + [aux_sym_preproc_if_token1] = ACTIONS(2744), + [aux_sym_preproc_if_token2] = ACTIONS(2744), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2744), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2744), + [sym_preproc_directive] = ACTIONS(2744), + [anon_sym_LPAREN2] = ACTIONS(2746), + [anon_sym_BANG] = ACTIONS(2746), + [anon_sym_TILDE] = ACTIONS(2746), + [anon_sym_DASH] = ACTIONS(2744), + [anon_sym_PLUS] = ACTIONS(2744), + [anon_sym_STAR] = ACTIONS(2746), + [anon_sym_AMP_AMP] = ACTIONS(2746), + [anon_sym_AMP] = ACTIONS(2744), + [anon_sym_SEMI] = ACTIONS(2746), + [anon_sym_typedef] = ACTIONS(2744), + [anon_sym_extern] = ACTIONS(2744), + [anon_sym___attribute__] = ACTIONS(2744), + [anon_sym_COLON_COLON] = ACTIONS(2746), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2746), + [anon_sym___declspec] = ACTIONS(2744), + [anon_sym___based] = ACTIONS(2744), + [anon_sym___cdecl] = ACTIONS(2744), + [anon_sym___clrcall] = ACTIONS(2744), + [anon_sym___stdcall] = ACTIONS(2744), + [anon_sym___fastcall] = ACTIONS(2744), + [anon_sym___thiscall] = ACTIONS(2744), + [anon_sym___vectorcall] = ACTIONS(2744), + [anon_sym_LBRACE] = ACTIONS(2746), + [anon_sym_LBRACK] = ACTIONS(2744), + [anon_sym_static] = ACTIONS(2744), + [anon_sym_register] = ACTIONS(2744), + [anon_sym_inline] = ACTIONS(2744), + [anon_sym_thread_local] = ACTIONS(2744), + [anon_sym_const] = ACTIONS(2744), + [anon_sym_volatile] = ACTIONS(2744), + [anon_sym_restrict] = ACTIONS(2744), + [anon_sym__Atomic] = ACTIONS(2744), + [anon_sym_mutable] = ACTIONS(2744), + [anon_sym_constexpr] = ACTIONS(2744), + [anon_sym_constinit] = ACTIONS(2744), + [anon_sym_consteval] = ACTIONS(2744), + [anon_sym_signed] = ACTIONS(2744), + [anon_sym_unsigned] = ACTIONS(2744), + [anon_sym_long] = ACTIONS(2744), + [anon_sym_short] = ACTIONS(2744), + [sym_primitive_type] = ACTIONS(2744), + [anon_sym_enum] = ACTIONS(2744), + [anon_sym_class] = ACTIONS(2744), + [anon_sym_struct] = ACTIONS(2744), + [anon_sym_union] = ACTIONS(2744), + [anon_sym_if] = ACTIONS(2744), + [anon_sym_switch] = ACTIONS(2744), + [anon_sym_case] = ACTIONS(2744), + [anon_sym_default] = ACTIONS(2744), + [anon_sym_while] = ACTIONS(2744), + [anon_sym_do] = ACTIONS(2744), + [anon_sym_for] = ACTIONS(2744), + [anon_sym_return] = ACTIONS(2744), + [anon_sym_break] = ACTIONS(2744), + [anon_sym_continue] = ACTIONS(2744), + [anon_sym_goto] = ACTIONS(2744), + [anon_sym_not] = ACTIONS(2744), + [anon_sym_compl] = ACTIONS(2744), + [anon_sym_DASH_DASH] = ACTIONS(2746), + [anon_sym_PLUS_PLUS] = ACTIONS(2746), + [anon_sym_sizeof] = ACTIONS(2744), + [sym_number_literal] = ACTIONS(2746), + [anon_sym_L_SQUOTE] = ACTIONS(2746), + [anon_sym_u_SQUOTE] = ACTIONS(2746), + [anon_sym_U_SQUOTE] = ACTIONS(2746), + [anon_sym_u8_SQUOTE] = ACTIONS(2746), + [anon_sym_SQUOTE] = ACTIONS(2746), + [anon_sym_L_DQUOTE] = ACTIONS(2746), + [anon_sym_u_DQUOTE] = ACTIONS(2746), + [anon_sym_U_DQUOTE] = ACTIONS(2746), + [anon_sym_u8_DQUOTE] = ACTIONS(2746), + [anon_sym_DQUOTE] = ACTIONS(2746), + [sym_true] = ACTIONS(2744), + [sym_false] = ACTIONS(2744), + [sym_null] = ACTIONS(2744), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2744), + [anon_sym_decltype] = ACTIONS(2744), + [anon_sym_virtual] = ACTIONS(2744), + [anon_sym_explicit] = ACTIONS(2744), + [anon_sym_typename] = ACTIONS(2744), + [anon_sym_template] = ACTIONS(2744), + [anon_sym_operator] = ACTIONS(2744), + [anon_sym_try] = ACTIONS(2744), + [anon_sym_delete] = ACTIONS(2744), + [anon_sym_throw] = ACTIONS(2744), + [anon_sym_namespace] = ACTIONS(2744), + [anon_sym_using] = ACTIONS(2744), + [anon_sym_static_assert] = ACTIONS(2744), + [anon_sym_concept] = ACTIONS(2744), + [anon_sym_co_return] = ACTIONS(2744), + [anon_sym_co_yield] = ACTIONS(2744), + [anon_sym_R_DQUOTE] = ACTIONS(2746), + [anon_sym_LR_DQUOTE] = ACTIONS(2746), + [anon_sym_uR_DQUOTE] = ACTIONS(2746), + [anon_sym_UR_DQUOTE] = ACTIONS(2746), + [anon_sym_u8R_DQUOTE] = ACTIONS(2746), + [anon_sym_co_await] = ACTIONS(2744), + [anon_sym_new] = ACTIONS(2744), + [anon_sym_requires] = ACTIONS(2744), + [sym_this] = ACTIONS(2744), + [sym_nullptr] = ACTIONS(2744), }, [1039] = { - [sym_identifier] = ACTIONS(2746), - [aux_sym_preproc_include_token1] = ACTIONS(2746), - [aux_sym_preproc_def_token1] = ACTIONS(2746), - [aux_sym_preproc_if_token1] = ACTIONS(2746), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2746), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2746), - [sym_preproc_directive] = ACTIONS(2746), - [anon_sym_LPAREN2] = ACTIONS(2748), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(2748), - [anon_sym_AMP_AMP] = ACTIONS(2748), - [anon_sym_AMP] = ACTIONS(2746), - [anon_sym_SEMI] = ACTIONS(2748), - [anon_sym_typedef] = ACTIONS(2746), - [anon_sym_extern] = ACTIONS(2746), - [anon_sym___attribute__] = ACTIONS(2746), - [anon_sym_COLON_COLON] = ACTIONS(2748), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2748), - [anon_sym___declspec] = ACTIONS(2746), - [anon_sym___based] = ACTIONS(2746), - [anon_sym___cdecl] = ACTIONS(2746), - [anon_sym___clrcall] = ACTIONS(2746), - [anon_sym___stdcall] = ACTIONS(2746), - [anon_sym___fastcall] = ACTIONS(2746), - [anon_sym___thiscall] = ACTIONS(2746), - [anon_sym___vectorcall] = ACTIONS(2746), - [anon_sym_LBRACE] = ACTIONS(2748), - [anon_sym_RBRACE] = ACTIONS(2748), - [anon_sym_LBRACK] = ACTIONS(2746), - [anon_sym_static] = ACTIONS(2746), - [anon_sym_register] = ACTIONS(2746), - [anon_sym_inline] = ACTIONS(2746), - [anon_sym_thread_local] = ACTIONS(2746), - [anon_sym_const] = ACTIONS(2746), - [anon_sym_volatile] = ACTIONS(2746), - [anon_sym_restrict] = ACTIONS(2746), - [anon_sym__Atomic] = ACTIONS(2746), - [anon_sym_mutable] = ACTIONS(2746), - [anon_sym_constexpr] = ACTIONS(2746), - [anon_sym_constinit] = ACTIONS(2746), - [anon_sym_consteval] = ACTIONS(2746), - [anon_sym_signed] = ACTIONS(2746), - [anon_sym_unsigned] = ACTIONS(2746), - [anon_sym_long] = ACTIONS(2746), - [anon_sym_short] = ACTIONS(2746), - [sym_primitive_type] = ACTIONS(2746), - [anon_sym_enum] = ACTIONS(2746), - [anon_sym_class] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2746), - [anon_sym_union] = ACTIONS(2746), - [anon_sym_if] = ACTIONS(2746), - [anon_sym_switch] = ACTIONS(2746), - [anon_sym_case] = ACTIONS(2746), - [anon_sym_default] = ACTIONS(2746), - [anon_sym_while] = ACTIONS(2746), - [anon_sym_do] = ACTIONS(2746), - [anon_sym_for] = ACTIONS(2746), - [anon_sym_return] = ACTIONS(2746), - [anon_sym_break] = ACTIONS(2746), - [anon_sym_continue] = ACTIONS(2746), - [anon_sym_goto] = ACTIONS(2746), - [anon_sym_not] = ACTIONS(2746), - [anon_sym_compl] = ACTIONS(2746), - [anon_sym_DASH_DASH] = ACTIONS(2748), - [anon_sym_PLUS_PLUS] = ACTIONS(2748), - [anon_sym_sizeof] = ACTIONS(2746), - [sym_number_literal] = ACTIONS(2748), - [anon_sym_L_SQUOTE] = ACTIONS(2748), - [anon_sym_u_SQUOTE] = ACTIONS(2748), - [anon_sym_U_SQUOTE] = ACTIONS(2748), - [anon_sym_u8_SQUOTE] = ACTIONS(2748), - [anon_sym_SQUOTE] = ACTIONS(2748), - [anon_sym_L_DQUOTE] = ACTIONS(2748), - [anon_sym_u_DQUOTE] = ACTIONS(2748), - [anon_sym_U_DQUOTE] = ACTIONS(2748), - [anon_sym_u8_DQUOTE] = ACTIONS(2748), - [anon_sym_DQUOTE] = ACTIONS(2748), - [sym_true] = ACTIONS(2746), - [sym_false] = ACTIONS(2746), - [sym_null] = ACTIONS(2746), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2746), - [anon_sym_decltype] = ACTIONS(2746), - [anon_sym_virtual] = ACTIONS(2746), - [anon_sym_explicit] = ACTIONS(2746), - [anon_sym_typename] = ACTIONS(2746), - [anon_sym_template] = ACTIONS(2746), - [anon_sym_operator] = ACTIONS(2746), - [anon_sym_try] = ACTIONS(2746), - [anon_sym_delete] = ACTIONS(2746), - [anon_sym_throw] = ACTIONS(2746), - [anon_sym_namespace] = ACTIONS(2746), - [anon_sym_using] = ACTIONS(2746), - [anon_sym_static_assert] = ACTIONS(2746), - [anon_sym_concept] = ACTIONS(2746), - [anon_sym_co_return] = ACTIONS(2746), - [anon_sym_co_yield] = ACTIONS(2746), - [anon_sym_R_DQUOTE] = ACTIONS(2748), - [anon_sym_LR_DQUOTE] = ACTIONS(2748), - [anon_sym_uR_DQUOTE] = ACTIONS(2748), - [anon_sym_UR_DQUOTE] = ACTIONS(2748), - [anon_sym_u8R_DQUOTE] = ACTIONS(2748), - [anon_sym_co_await] = ACTIONS(2746), - [anon_sym_new] = ACTIONS(2746), - [anon_sym_requires] = ACTIONS(2746), - [sym_this] = ACTIONS(2746), - [sym_nullptr] = ACTIONS(2746), + [sym_identifier] = ACTIONS(2740), + [aux_sym_preproc_include_token1] = ACTIONS(2740), + [aux_sym_preproc_def_token1] = ACTIONS(2740), + [aux_sym_preproc_if_token1] = ACTIONS(2740), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2740), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2740), + [sym_preproc_directive] = ACTIONS(2740), + [anon_sym_LPAREN2] = ACTIONS(2742), + [anon_sym_BANG] = ACTIONS(2742), + [anon_sym_TILDE] = ACTIONS(2742), + [anon_sym_DASH] = ACTIONS(2740), + [anon_sym_PLUS] = ACTIONS(2740), + [anon_sym_STAR] = ACTIONS(2742), + [anon_sym_AMP_AMP] = ACTIONS(2742), + [anon_sym_AMP] = ACTIONS(2740), + [anon_sym_SEMI] = ACTIONS(2742), + [anon_sym_typedef] = ACTIONS(2740), + [anon_sym_extern] = ACTIONS(2740), + [anon_sym___attribute__] = ACTIONS(2740), + [anon_sym_COLON_COLON] = ACTIONS(2742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2742), + [anon_sym___declspec] = ACTIONS(2740), + [anon_sym___based] = ACTIONS(2740), + [anon_sym___cdecl] = ACTIONS(2740), + [anon_sym___clrcall] = ACTIONS(2740), + [anon_sym___stdcall] = ACTIONS(2740), + [anon_sym___fastcall] = ACTIONS(2740), + [anon_sym___thiscall] = ACTIONS(2740), + [anon_sym___vectorcall] = ACTIONS(2740), + [anon_sym_LBRACE] = ACTIONS(2742), + [anon_sym_RBRACE] = ACTIONS(2742), + [anon_sym_LBRACK] = ACTIONS(2740), + [anon_sym_static] = ACTIONS(2740), + [anon_sym_register] = ACTIONS(2740), + [anon_sym_inline] = ACTIONS(2740), + [anon_sym_thread_local] = ACTIONS(2740), + [anon_sym_const] = ACTIONS(2740), + [anon_sym_volatile] = ACTIONS(2740), + [anon_sym_restrict] = ACTIONS(2740), + [anon_sym__Atomic] = ACTIONS(2740), + [anon_sym_mutable] = ACTIONS(2740), + [anon_sym_constexpr] = ACTIONS(2740), + [anon_sym_constinit] = ACTIONS(2740), + [anon_sym_consteval] = ACTIONS(2740), + [anon_sym_signed] = ACTIONS(2740), + [anon_sym_unsigned] = ACTIONS(2740), + [anon_sym_long] = ACTIONS(2740), + [anon_sym_short] = ACTIONS(2740), + [sym_primitive_type] = ACTIONS(2740), + [anon_sym_enum] = ACTIONS(2740), + [anon_sym_class] = ACTIONS(2740), + [anon_sym_struct] = ACTIONS(2740), + [anon_sym_union] = ACTIONS(2740), + [anon_sym_if] = ACTIONS(2740), + [anon_sym_switch] = ACTIONS(2740), + [anon_sym_case] = ACTIONS(2740), + [anon_sym_default] = ACTIONS(2740), + [anon_sym_while] = ACTIONS(2740), + [anon_sym_do] = ACTIONS(2740), + [anon_sym_for] = ACTIONS(2740), + [anon_sym_return] = ACTIONS(2740), + [anon_sym_break] = ACTIONS(2740), + [anon_sym_continue] = ACTIONS(2740), + [anon_sym_goto] = ACTIONS(2740), + [anon_sym_not] = ACTIONS(2740), + [anon_sym_compl] = ACTIONS(2740), + [anon_sym_DASH_DASH] = ACTIONS(2742), + [anon_sym_PLUS_PLUS] = ACTIONS(2742), + [anon_sym_sizeof] = ACTIONS(2740), + [sym_number_literal] = ACTIONS(2742), + [anon_sym_L_SQUOTE] = ACTIONS(2742), + [anon_sym_u_SQUOTE] = ACTIONS(2742), + [anon_sym_U_SQUOTE] = ACTIONS(2742), + [anon_sym_u8_SQUOTE] = ACTIONS(2742), + [anon_sym_SQUOTE] = ACTIONS(2742), + [anon_sym_L_DQUOTE] = ACTIONS(2742), + [anon_sym_u_DQUOTE] = ACTIONS(2742), + [anon_sym_U_DQUOTE] = ACTIONS(2742), + [anon_sym_u8_DQUOTE] = ACTIONS(2742), + [anon_sym_DQUOTE] = ACTIONS(2742), + [sym_true] = ACTIONS(2740), + [sym_false] = ACTIONS(2740), + [sym_null] = ACTIONS(2740), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2740), + [anon_sym_decltype] = ACTIONS(2740), + [anon_sym_virtual] = ACTIONS(2740), + [anon_sym_explicit] = ACTIONS(2740), + [anon_sym_typename] = ACTIONS(2740), + [anon_sym_template] = ACTIONS(2740), + [anon_sym_operator] = ACTIONS(2740), + [anon_sym_try] = ACTIONS(2740), + [anon_sym_delete] = ACTIONS(2740), + [anon_sym_throw] = ACTIONS(2740), + [anon_sym_namespace] = ACTIONS(2740), + [anon_sym_using] = ACTIONS(2740), + [anon_sym_static_assert] = ACTIONS(2740), + [anon_sym_concept] = ACTIONS(2740), + [anon_sym_co_return] = ACTIONS(2740), + [anon_sym_co_yield] = ACTIONS(2740), + [anon_sym_R_DQUOTE] = ACTIONS(2742), + [anon_sym_LR_DQUOTE] = ACTIONS(2742), + [anon_sym_uR_DQUOTE] = ACTIONS(2742), + [anon_sym_UR_DQUOTE] = ACTIONS(2742), + [anon_sym_u8R_DQUOTE] = ACTIONS(2742), + [anon_sym_co_await] = ACTIONS(2740), + [anon_sym_new] = ACTIONS(2740), + [anon_sym_requires] = ACTIONS(2740), + [sym_this] = ACTIONS(2740), + [sym_nullptr] = ACTIONS(2740), }, [1040] = { - [sym_identifier] = ACTIONS(2742), - [aux_sym_preproc_include_token1] = ACTIONS(2742), - [aux_sym_preproc_def_token1] = ACTIONS(2742), - [aux_sym_preproc_if_token1] = ACTIONS(2742), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2742), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2742), - [sym_preproc_directive] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2744), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2742), - [anon_sym_PLUS] = ACTIONS(2742), - [anon_sym_STAR] = ACTIONS(2744), - [anon_sym_AMP_AMP] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2742), - [anon_sym_SEMI] = ACTIONS(2744), - [anon_sym_typedef] = ACTIONS(2742), - [anon_sym_extern] = ACTIONS(2742), - [anon_sym___attribute__] = ACTIONS(2742), - [anon_sym_COLON_COLON] = ACTIONS(2744), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2744), - [anon_sym___declspec] = ACTIONS(2742), - [anon_sym___based] = ACTIONS(2742), - [anon_sym___cdecl] = ACTIONS(2742), - [anon_sym___clrcall] = ACTIONS(2742), - [anon_sym___stdcall] = ACTIONS(2742), - [anon_sym___fastcall] = ACTIONS(2742), - [anon_sym___thiscall] = ACTIONS(2742), - [anon_sym___vectorcall] = ACTIONS(2742), - [anon_sym_LBRACE] = ACTIONS(2744), - [anon_sym_RBRACE] = ACTIONS(2744), - [anon_sym_LBRACK] = ACTIONS(2742), - [anon_sym_static] = ACTIONS(2742), - [anon_sym_register] = ACTIONS(2742), - [anon_sym_inline] = ACTIONS(2742), - [anon_sym_thread_local] = ACTIONS(2742), - [anon_sym_const] = ACTIONS(2742), - [anon_sym_volatile] = ACTIONS(2742), - [anon_sym_restrict] = ACTIONS(2742), - [anon_sym__Atomic] = ACTIONS(2742), - [anon_sym_mutable] = ACTIONS(2742), - [anon_sym_constexpr] = ACTIONS(2742), - [anon_sym_constinit] = ACTIONS(2742), - [anon_sym_consteval] = ACTIONS(2742), - [anon_sym_signed] = ACTIONS(2742), - [anon_sym_unsigned] = ACTIONS(2742), - [anon_sym_long] = ACTIONS(2742), - [anon_sym_short] = ACTIONS(2742), - [sym_primitive_type] = ACTIONS(2742), - [anon_sym_enum] = ACTIONS(2742), - [anon_sym_class] = ACTIONS(2742), - [anon_sym_struct] = ACTIONS(2742), - [anon_sym_union] = ACTIONS(2742), - [anon_sym_if] = ACTIONS(2742), - [anon_sym_switch] = ACTIONS(2742), - [anon_sym_case] = ACTIONS(2742), - [anon_sym_default] = ACTIONS(2742), - [anon_sym_while] = ACTIONS(2742), - [anon_sym_do] = ACTIONS(2742), - [anon_sym_for] = ACTIONS(2742), - [anon_sym_return] = ACTIONS(2742), - [anon_sym_break] = ACTIONS(2742), - [anon_sym_continue] = ACTIONS(2742), - [anon_sym_goto] = ACTIONS(2742), - [anon_sym_not] = ACTIONS(2742), - [anon_sym_compl] = ACTIONS(2742), - [anon_sym_DASH_DASH] = ACTIONS(2744), - [anon_sym_PLUS_PLUS] = ACTIONS(2744), - [anon_sym_sizeof] = ACTIONS(2742), - [sym_number_literal] = ACTIONS(2744), - [anon_sym_L_SQUOTE] = ACTIONS(2744), - [anon_sym_u_SQUOTE] = ACTIONS(2744), - [anon_sym_U_SQUOTE] = ACTIONS(2744), - [anon_sym_u8_SQUOTE] = ACTIONS(2744), - [anon_sym_SQUOTE] = ACTIONS(2744), - [anon_sym_L_DQUOTE] = ACTIONS(2744), - [anon_sym_u_DQUOTE] = ACTIONS(2744), - [anon_sym_U_DQUOTE] = ACTIONS(2744), - [anon_sym_u8_DQUOTE] = ACTIONS(2744), - [anon_sym_DQUOTE] = ACTIONS(2744), - [sym_true] = ACTIONS(2742), - [sym_false] = ACTIONS(2742), - [sym_null] = ACTIONS(2742), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2742), - [anon_sym_decltype] = ACTIONS(2742), - [anon_sym_virtual] = ACTIONS(2742), - [anon_sym_explicit] = ACTIONS(2742), - [anon_sym_typename] = ACTIONS(2742), - [anon_sym_template] = ACTIONS(2742), - [anon_sym_operator] = ACTIONS(2742), - [anon_sym_try] = ACTIONS(2742), - [anon_sym_delete] = ACTIONS(2742), - [anon_sym_throw] = ACTIONS(2742), - [anon_sym_namespace] = ACTIONS(2742), - [anon_sym_using] = ACTIONS(2742), - [anon_sym_static_assert] = ACTIONS(2742), - [anon_sym_concept] = ACTIONS(2742), - [anon_sym_co_return] = ACTIONS(2742), - [anon_sym_co_yield] = ACTIONS(2742), - [anon_sym_R_DQUOTE] = ACTIONS(2744), - [anon_sym_LR_DQUOTE] = ACTIONS(2744), - [anon_sym_uR_DQUOTE] = ACTIONS(2744), - [anon_sym_UR_DQUOTE] = ACTIONS(2744), - [anon_sym_u8R_DQUOTE] = ACTIONS(2744), - [anon_sym_co_await] = ACTIONS(2742), - [anon_sym_new] = ACTIONS(2742), - [anon_sym_requires] = ACTIONS(2742), - [sym_this] = ACTIONS(2742), - [sym_nullptr] = ACTIONS(2742), + [sym_identifier] = ACTIONS(2752), + [aux_sym_preproc_include_token1] = ACTIONS(2752), + [aux_sym_preproc_def_token1] = ACTIONS(2752), + [aux_sym_preproc_if_token1] = ACTIONS(2752), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2752), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2752), + [sym_preproc_directive] = ACTIONS(2752), + [anon_sym_LPAREN2] = ACTIONS(2754), + [anon_sym_BANG] = ACTIONS(2754), + [anon_sym_TILDE] = ACTIONS(2754), + [anon_sym_DASH] = ACTIONS(2752), + [anon_sym_PLUS] = ACTIONS(2752), + [anon_sym_STAR] = ACTIONS(2754), + [anon_sym_AMP_AMP] = ACTIONS(2754), + [anon_sym_AMP] = ACTIONS(2752), + [anon_sym_SEMI] = ACTIONS(2754), + [anon_sym_typedef] = ACTIONS(2752), + [anon_sym_extern] = ACTIONS(2752), + [anon_sym___attribute__] = ACTIONS(2752), + [anon_sym_COLON_COLON] = ACTIONS(2754), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2754), + [anon_sym___declspec] = ACTIONS(2752), + [anon_sym___based] = ACTIONS(2752), + [anon_sym___cdecl] = ACTIONS(2752), + [anon_sym___clrcall] = ACTIONS(2752), + [anon_sym___stdcall] = ACTIONS(2752), + [anon_sym___fastcall] = ACTIONS(2752), + [anon_sym___thiscall] = ACTIONS(2752), + [anon_sym___vectorcall] = ACTIONS(2752), + [anon_sym_LBRACE] = ACTIONS(2754), + [anon_sym_RBRACE] = ACTIONS(2754), + [anon_sym_LBRACK] = ACTIONS(2752), + [anon_sym_static] = ACTIONS(2752), + [anon_sym_register] = ACTIONS(2752), + [anon_sym_inline] = ACTIONS(2752), + [anon_sym_thread_local] = ACTIONS(2752), + [anon_sym_const] = ACTIONS(2752), + [anon_sym_volatile] = ACTIONS(2752), + [anon_sym_restrict] = ACTIONS(2752), + [anon_sym__Atomic] = ACTIONS(2752), + [anon_sym_mutable] = ACTIONS(2752), + [anon_sym_constexpr] = ACTIONS(2752), + [anon_sym_constinit] = ACTIONS(2752), + [anon_sym_consteval] = ACTIONS(2752), + [anon_sym_signed] = ACTIONS(2752), + [anon_sym_unsigned] = ACTIONS(2752), + [anon_sym_long] = ACTIONS(2752), + [anon_sym_short] = ACTIONS(2752), + [sym_primitive_type] = ACTIONS(2752), + [anon_sym_enum] = ACTIONS(2752), + [anon_sym_class] = ACTIONS(2752), + [anon_sym_struct] = ACTIONS(2752), + [anon_sym_union] = ACTIONS(2752), + [anon_sym_if] = ACTIONS(2752), + [anon_sym_switch] = ACTIONS(2752), + [anon_sym_case] = ACTIONS(2752), + [anon_sym_default] = ACTIONS(2752), + [anon_sym_while] = ACTIONS(2752), + [anon_sym_do] = ACTIONS(2752), + [anon_sym_for] = ACTIONS(2752), + [anon_sym_return] = ACTIONS(2752), + [anon_sym_break] = ACTIONS(2752), + [anon_sym_continue] = ACTIONS(2752), + [anon_sym_goto] = ACTIONS(2752), + [anon_sym_not] = ACTIONS(2752), + [anon_sym_compl] = ACTIONS(2752), + [anon_sym_DASH_DASH] = ACTIONS(2754), + [anon_sym_PLUS_PLUS] = ACTIONS(2754), + [anon_sym_sizeof] = ACTIONS(2752), + [sym_number_literal] = ACTIONS(2754), + [anon_sym_L_SQUOTE] = ACTIONS(2754), + [anon_sym_u_SQUOTE] = ACTIONS(2754), + [anon_sym_U_SQUOTE] = ACTIONS(2754), + [anon_sym_u8_SQUOTE] = ACTIONS(2754), + [anon_sym_SQUOTE] = ACTIONS(2754), + [anon_sym_L_DQUOTE] = ACTIONS(2754), + [anon_sym_u_DQUOTE] = ACTIONS(2754), + [anon_sym_U_DQUOTE] = ACTIONS(2754), + [anon_sym_u8_DQUOTE] = ACTIONS(2754), + [anon_sym_DQUOTE] = ACTIONS(2754), + [sym_true] = ACTIONS(2752), + [sym_false] = ACTIONS(2752), + [sym_null] = ACTIONS(2752), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2752), + [anon_sym_decltype] = ACTIONS(2752), + [anon_sym_virtual] = ACTIONS(2752), + [anon_sym_explicit] = ACTIONS(2752), + [anon_sym_typename] = ACTIONS(2752), + [anon_sym_template] = ACTIONS(2752), + [anon_sym_operator] = ACTIONS(2752), + [anon_sym_try] = ACTIONS(2752), + [anon_sym_delete] = ACTIONS(2752), + [anon_sym_throw] = ACTIONS(2752), + [anon_sym_namespace] = ACTIONS(2752), + [anon_sym_using] = ACTIONS(2752), + [anon_sym_static_assert] = ACTIONS(2752), + [anon_sym_concept] = ACTIONS(2752), + [anon_sym_co_return] = ACTIONS(2752), + [anon_sym_co_yield] = ACTIONS(2752), + [anon_sym_R_DQUOTE] = ACTIONS(2754), + [anon_sym_LR_DQUOTE] = ACTIONS(2754), + [anon_sym_uR_DQUOTE] = ACTIONS(2754), + [anon_sym_UR_DQUOTE] = ACTIONS(2754), + [anon_sym_u8R_DQUOTE] = ACTIONS(2754), + [anon_sym_co_await] = ACTIONS(2752), + [anon_sym_new] = ACTIONS(2752), + [anon_sym_requires] = ACTIONS(2752), + [sym_this] = ACTIONS(2752), + [sym_nullptr] = ACTIONS(2752), }, [1041] = { - [sym_identifier] = ACTIONS(2738), - [aux_sym_preproc_include_token1] = ACTIONS(2738), - [aux_sym_preproc_def_token1] = ACTIONS(2738), - [aux_sym_preproc_if_token1] = ACTIONS(2738), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2738), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2738), - [sym_preproc_directive] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(2740), - [anon_sym_BANG] = ACTIONS(2740), - [anon_sym_TILDE] = ACTIONS(2740), - [anon_sym_DASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2738), - [anon_sym_STAR] = ACTIONS(2740), - [anon_sym_AMP_AMP] = ACTIONS(2740), - [anon_sym_AMP] = ACTIONS(2738), - [anon_sym_SEMI] = ACTIONS(2740), - [anon_sym_typedef] = ACTIONS(2738), - [anon_sym_extern] = ACTIONS(2738), - [anon_sym___attribute__] = ACTIONS(2738), - [anon_sym_COLON_COLON] = ACTIONS(2740), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2740), - [anon_sym___declspec] = ACTIONS(2738), - [anon_sym___based] = ACTIONS(2738), - [anon_sym___cdecl] = ACTIONS(2738), - [anon_sym___clrcall] = ACTIONS(2738), - [anon_sym___stdcall] = ACTIONS(2738), - [anon_sym___fastcall] = ACTIONS(2738), - [anon_sym___thiscall] = ACTIONS(2738), - [anon_sym___vectorcall] = ACTIONS(2738), - [anon_sym_LBRACE] = ACTIONS(2740), - [anon_sym_RBRACE] = ACTIONS(2740), - [anon_sym_LBRACK] = ACTIONS(2738), - [anon_sym_static] = ACTIONS(2738), - [anon_sym_register] = ACTIONS(2738), - [anon_sym_inline] = ACTIONS(2738), - [anon_sym_thread_local] = ACTIONS(2738), - [anon_sym_const] = ACTIONS(2738), - [anon_sym_volatile] = ACTIONS(2738), - [anon_sym_restrict] = ACTIONS(2738), - [anon_sym__Atomic] = ACTIONS(2738), - [anon_sym_mutable] = ACTIONS(2738), - [anon_sym_constexpr] = ACTIONS(2738), - [anon_sym_constinit] = ACTIONS(2738), - [anon_sym_consteval] = ACTIONS(2738), - [anon_sym_signed] = ACTIONS(2738), - [anon_sym_unsigned] = ACTIONS(2738), - [anon_sym_long] = ACTIONS(2738), - [anon_sym_short] = ACTIONS(2738), - [sym_primitive_type] = ACTIONS(2738), - [anon_sym_enum] = ACTIONS(2738), - [anon_sym_class] = ACTIONS(2738), - [anon_sym_struct] = ACTIONS(2738), - [anon_sym_union] = ACTIONS(2738), - [anon_sym_if] = ACTIONS(2738), - [anon_sym_switch] = ACTIONS(2738), - [anon_sym_case] = ACTIONS(2738), - [anon_sym_default] = ACTIONS(2738), - [anon_sym_while] = ACTIONS(2738), - [anon_sym_do] = ACTIONS(2738), - [anon_sym_for] = ACTIONS(2738), - [anon_sym_return] = ACTIONS(2738), - [anon_sym_break] = ACTIONS(2738), - [anon_sym_continue] = ACTIONS(2738), - [anon_sym_goto] = ACTIONS(2738), - [anon_sym_not] = ACTIONS(2738), - [anon_sym_compl] = ACTIONS(2738), - [anon_sym_DASH_DASH] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_sizeof] = ACTIONS(2738), - [sym_number_literal] = ACTIONS(2740), - [anon_sym_L_SQUOTE] = ACTIONS(2740), - [anon_sym_u_SQUOTE] = ACTIONS(2740), - [anon_sym_U_SQUOTE] = ACTIONS(2740), - [anon_sym_u8_SQUOTE] = ACTIONS(2740), - [anon_sym_SQUOTE] = ACTIONS(2740), - [anon_sym_L_DQUOTE] = ACTIONS(2740), - [anon_sym_u_DQUOTE] = ACTIONS(2740), - [anon_sym_U_DQUOTE] = ACTIONS(2740), - [anon_sym_u8_DQUOTE] = ACTIONS(2740), - [anon_sym_DQUOTE] = ACTIONS(2740), - [sym_true] = ACTIONS(2738), - [sym_false] = ACTIONS(2738), - [sym_null] = ACTIONS(2738), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2738), - [anon_sym_decltype] = ACTIONS(2738), - [anon_sym_virtual] = ACTIONS(2738), - [anon_sym_explicit] = ACTIONS(2738), - [anon_sym_typename] = ACTIONS(2738), - [anon_sym_template] = ACTIONS(2738), - [anon_sym_operator] = ACTIONS(2738), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_delete] = ACTIONS(2738), - [anon_sym_throw] = ACTIONS(2738), - [anon_sym_namespace] = ACTIONS(2738), - [anon_sym_using] = ACTIONS(2738), - [anon_sym_static_assert] = ACTIONS(2738), - [anon_sym_concept] = ACTIONS(2738), - [anon_sym_co_return] = ACTIONS(2738), - [anon_sym_co_yield] = ACTIONS(2738), - [anon_sym_R_DQUOTE] = ACTIONS(2740), - [anon_sym_LR_DQUOTE] = ACTIONS(2740), - [anon_sym_uR_DQUOTE] = ACTIONS(2740), - [anon_sym_UR_DQUOTE] = ACTIONS(2740), - [anon_sym_u8R_DQUOTE] = ACTIONS(2740), - [anon_sym_co_await] = ACTIONS(2738), - [anon_sym_new] = ACTIONS(2738), - [anon_sym_requires] = ACTIONS(2738), - [sym_this] = ACTIONS(2738), - [sym_nullptr] = ACTIONS(2738), + [ts_builtin_sym_end] = ACTIONS(2690), + [sym_identifier] = ACTIONS(2688), + [aux_sym_preproc_include_token1] = ACTIONS(2688), + [aux_sym_preproc_def_token1] = ACTIONS(2688), + [aux_sym_preproc_if_token1] = ACTIONS(2688), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2688), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2688), + [sym_preproc_directive] = ACTIONS(2688), + [anon_sym_LPAREN2] = ACTIONS(2690), + [anon_sym_BANG] = ACTIONS(2690), + [anon_sym_TILDE] = ACTIONS(2690), + [anon_sym_DASH] = ACTIONS(2688), + [anon_sym_PLUS] = ACTIONS(2688), + [anon_sym_STAR] = ACTIONS(2690), + [anon_sym_AMP_AMP] = ACTIONS(2690), + [anon_sym_AMP] = ACTIONS(2688), + [anon_sym_SEMI] = ACTIONS(2690), + [anon_sym_typedef] = ACTIONS(2688), + [anon_sym_extern] = ACTIONS(2688), + [anon_sym___attribute__] = ACTIONS(2688), + [anon_sym_COLON_COLON] = ACTIONS(2690), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2690), + [anon_sym___declspec] = ACTIONS(2688), + [anon_sym___based] = ACTIONS(2688), + [anon_sym___cdecl] = ACTIONS(2688), + [anon_sym___clrcall] = ACTIONS(2688), + [anon_sym___stdcall] = ACTIONS(2688), + [anon_sym___fastcall] = ACTIONS(2688), + [anon_sym___thiscall] = ACTIONS(2688), + [anon_sym___vectorcall] = ACTIONS(2688), + [anon_sym_LBRACE] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(2688), + [anon_sym_static] = ACTIONS(2688), + [anon_sym_register] = ACTIONS(2688), + [anon_sym_inline] = ACTIONS(2688), + [anon_sym_thread_local] = ACTIONS(2688), + [anon_sym_const] = ACTIONS(2688), + [anon_sym_volatile] = ACTIONS(2688), + [anon_sym_restrict] = ACTIONS(2688), + [anon_sym__Atomic] = ACTIONS(2688), + [anon_sym_mutable] = ACTIONS(2688), + [anon_sym_constexpr] = ACTIONS(2688), + [anon_sym_constinit] = ACTIONS(2688), + [anon_sym_consteval] = ACTIONS(2688), + [anon_sym_signed] = ACTIONS(2688), + [anon_sym_unsigned] = ACTIONS(2688), + [anon_sym_long] = ACTIONS(2688), + [anon_sym_short] = ACTIONS(2688), + [sym_primitive_type] = ACTIONS(2688), + [anon_sym_enum] = ACTIONS(2688), + [anon_sym_class] = ACTIONS(2688), + [anon_sym_struct] = ACTIONS(2688), + [anon_sym_union] = ACTIONS(2688), + [anon_sym_if] = ACTIONS(2688), + [anon_sym_switch] = ACTIONS(2688), + [anon_sym_case] = ACTIONS(2688), + [anon_sym_default] = ACTIONS(2688), + [anon_sym_while] = ACTIONS(2688), + [anon_sym_do] = ACTIONS(2688), + [anon_sym_for] = ACTIONS(2688), + [anon_sym_return] = ACTIONS(2688), + [anon_sym_break] = ACTIONS(2688), + [anon_sym_continue] = ACTIONS(2688), + [anon_sym_goto] = ACTIONS(2688), + [anon_sym_not] = ACTIONS(2688), + [anon_sym_compl] = ACTIONS(2688), + [anon_sym_DASH_DASH] = ACTIONS(2690), + [anon_sym_PLUS_PLUS] = ACTIONS(2690), + [anon_sym_sizeof] = ACTIONS(2688), + [sym_number_literal] = ACTIONS(2690), + [anon_sym_L_SQUOTE] = ACTIONS(2690), + [anon_sym_u_SQUOTE] = ACTIONS(2690), + [anon_sym_U_SQUOTE] = ACTIONS(2690), + [anon_sym_u8_SQUOTE] = ACTIONS(2690), + [anon_sym_SQUOTE] = ACTIONS(2690), + [anon_sym_L_DQUOTE] = ACTIONS(2690), + [anon_sym_u_DQUOTE] = ACTIONS(2690), + [anon_sym_U_DQUOTE] = ACTIONS(2690), + [anon_sym_u8_DQUOTE] = ACTIONS(2690), + [anon_sym_DQUOTE] = ACTIONS(2690), + [sym_true] = ACTIONS(2688), + [sym_false] = ACTIONS(2688), + [sym_null] = ACTIONS(2688), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2688), + [anon_sym_decltype] = ACTIONS(2688), + [anon_sym_virtual] = ACTIONS(2688), + [anon_sym_explicit] = ACTIONS(2688), + [anon_sym_typename] = ACTIONS(2688), + [anon_sym_template] = ACTIONS(2688), + [anon_sym_operator] = ACTIONS(2688), + [anon_sym_try] = ACTIONS(2688), + [anon_sym_delete] = ACTIONS(2688), + [anon_sym_throw] = ACTIONS(2688), + [anon_sym_namespace] = ACTIONS(2688), + [anon_sym_using] = ACTIONS(2688), + [anon_sym_static_assert] = ACTIONS(2688), + [anon_sym_concept] = ACTIONS(2688), + [anon_sym_co_return] = ACTIONS(2688), + [anon_sym_co_yield] = ACTIONS(2688), + [anon_sym_R_DQUOTE] = ACTIONS(2690), + [anon_sym_LR_DQUOTE] = ACTIONS(2690), + [anon_sym_uR_DQUOTE] = ACTIONS(2690), + [anon_sym_UR_DQUOTE] = ACTIONS(2690), + [anon_sym_u8R_DQUOTE] = ACTIONS(2690), + [anon_sym_co_await] = ACTIONS(2688), + [anon_sym_new] = ACTIONS(2688), + [anon_sym_requires] = ACTIONS(2688), + [sym_this] = ACTIONS(2688), + [sym_nullptr] = ACTIONS(2688), }, [1042] = { - [sym_identifier] = ACTIONS(2674), - [aux_sym_preproc_include_token1] = ACTIONS(2674), - [aux_sym_preproc_def_token1] = ACTIONS(2674), - [aux_sym_preproc_if_token1] = ACTIONS(2674), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2674), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2674), - [sym_preproc_directive] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(2676), - [anon_sym_BANG] = ACTIONS(2676), - [anon_sym_TILDE] = ACTIONS(2676), - [anon_sym_DASH] = ACTIONS(2674), - [anon_sym_PLUS] = ACTIONS(2674), - [anon_sym_STAR] = ACTIONS(2676), - [anon_sym_AMP_AMP] = ACTIONS(2676), - [anon_sym_AMP] = ACTIONS(2674), - [anon_sym_SEMI] = ACTIONS(2676), - [anon_sym_typedef] = ACTIONS(2674), - [anon_sym_extern] = ACTIONS(2674), - [anon_sym___attribute__] = ACTIONS(2674), - [anon_sym_COLON_COLON] = ACTIONS(2676), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2676), - [anon_sym___declspec] = ACTIONS(2674), - [anon_sym___based] = ACTIONS(2674), - [anon_sym___cdecl] = ACTIONS(2674), - [anon_sym___clrcall] = ACTIONS(2674), - [anon_sym___stdcall] = ACTIONS(2674), - [anon_sym___fastcall] = ACTIONS(2674), - [anon_sym___thiscall] = ACTIONS(2674), - [anon_sym___vectorcall] = ACTIONS(2674), - [anon_sym_LBRACE] = ACTIONS(2676), - [anon_sym_RBRACE] = ACTIONS(2676), - [anon_sym_LBRACK] = ACTIONS(2674), - [anon_sym_static] = ACTIONS(2674), - [anon_sym_register] = ACTIONS(2674), - [anon_sym_inline] = ACTIONS(2674), - [anon_sym_thread_local] = ACTIONS(2674), - [anon_sym_const] = ACTIONS(2674), - [anon_sym_volatile] = ACTIONS(2674), - [anon_sym_restrict] = ACTIONS(2674), - [anon_sym__Atomic] = ACTIONS(2674), - [anon_sym_mutable] = ACTIONS(2674), - [anon_sym_constexpr] = ACTIONS(2674), - [anon_sym_constinit] = ACTIONS(2674), - [anon_sym_consteval] = ACTIONS(2674), - [anon_sym_signed] = ACTIONS(2674), - [anon_sym_unsigned] = ACTIONS(2674), - [anon_sym_long] = ACTIONS(2674), - [anon_sym_short] = ACTIONS(2674), - [sym_primitive_type] = ACTIONS(2674), - [anon_sym_enum] = ACTIONS(2674), - [anon_sym_class] = ACTIONS(2674), - [anon_sym_struct] = ACTIONS(2674), - [anon_sym_union] = ACTIONS(2674), - [anon_sym_if] = ACTIONS(2674), - [anon_sym_switch] = ACTIONS(2674), - [anon_sym_case] = ACTIONS(2674), - [anon_sym_default] = ACTIONS(2674), - [anon_sym_while] = ACTIONS(2674), - [anon_sym_do] = ACTIONS(2674), - [anon_sym_for] = ACTIONS(2674), - [anon_sym_return] = ACTIONS(2674), - [anon_sym_break] = ACTIONS(2674), - [anon_sym_continue] = ACTIONS(2674), - [anon_sym_goto] = ACTIONS(2674), - [anon_sym_not] = ACTIONS(2674), - [anon_sym_compl] = ACTIONS(2674), - [anon_sym_DASH_DASH] = ACTIONS(2676), - [anon_sym_PLUS_PLUS] = ACTIONS(2676), - [anon_sym_sizeof] = ACTIONS(2674), - [sym_number_literal] = ACTIONS(2676), - [anon_sym_L_SQUOTE] = ACTIONS(2676), - [anon_sym_u_SQUOTE] = ACTIONS(2676), - [anon_sym_U_SQUOTE] = ACTIONS(2676), - [anon_sym_u8_SQUOTE] = ACTIONS(2676), - [anon_sym_SQUOTE] = ACTIONS(2676), - [anon_sym_L_DQUOTE] = ACTIONS(2676), - [anon_sym_u_DQUOTE] = ACTIONS(2676), - [anon_sym_U_DQUOTE] = ACTIONS(2676), - [anon_sym_u8_DQUOTE] = ACTIONS(2676), - [anon_sym_DQUOTE] = ACTIONS(2676), - [sym_true] = ACTIONS(2674), - [sym_false] = ACTIONS(2674), - [sym_null] = ACTIONS(2674), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2674), - [anon_sym_decltype] = ACTIONS(2674), - [anon_sym_virtual] = ACTIONS(2674), - [anon_sym_explicit] = ACTIONS(2674), - [anon_sym_typename] = ACTIONS(2674), - [anon_sym_template] = ACTIONS(2674), - [anon_sym_operator] = ACTIONS(2674), - [anon_sym_try] = ACTIONS(2674), - [anon_sym_delete] = ACTIONS(2674), - [anon_sym_throw] = ACTIONS(2674), - [anon_sym_namespace] = ACTIONS(2674), - [anon_sym_using] = ACTIONS(2674), - [anon_sym_static_assert] = ACTIONS(2674), - [anon_sym_concept] = ACTIONS(2674), - [anon_sym_co_return] = ACTIONS(2674), - [anon_sym_co_yield] = ACTIONS(2674), - [anon_sym_R_DQUOTE] = ACTIONS(2676), - [anon_sym_LR_DQUOTE] = ACTIONS(2676), - [anon_sym_uR_DQUOTE] = ACTIONS(2676), - [anon_sym_UR_DQUOTE] = ACTIONS(2676), - [anon_sym_u8R_DQUOTE] = ACTIONS(2676), - [anon_sym_co_await] = ACTIONS(2674), - [anon_sym_new] = ACTIONS(2674), - [anon_sym_requires] = ACTIONS(2674), - [sym_this] = ACTIONS(2674), - [sym_nullptr] = ACTIONS(2674), + [sym_identifier] = ACTIONS(2764), + [aux_sym_preproc_include_token1] = ACTIONS(2764), + [aux_sym_preproc_def_token1] = ACTIONS(2764), + [aux_sym_preproc_if_token1] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2764), + [sym_preproc_directive] = ACTIONS(2764), + [anon_sym_LPAREN2] = ACTIONS(2766), + [anon_sym_BANG] = ACTIONS(2766), + [anon_sym_TILDE] = ACTIONS(2766), + [anon_sym_DASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2764), + [anon_sym_STAR] = ACTIONS(2766), + [anon_sym_AMP_AMP] = ACTIONS(2766), + [anon_sym_AMP] = ACTIONS(2764), + [anon_sym_SEMI] = ACTIONS(2766), + [anon_sym_typedef] = ACTIONS(2764), + [anon_sym_extern] = ACTIONS(2764), + [anon_sym___attribute__] = ACTIONS(2764), + [anon_sym_COLON_COLON] = ACTIONS(2766), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2766), + [anon_sym___declspec] = ACTIONS(2764), + [anon_sym___based] = ACTIONS(2764), + [anon_sym___cdecl] = ACTIONS(2764), + [anon_sym___clrcall] = ACTIONS(2764), + [anon_sym___stdcall] = ACTIONS(2764), + [anon_sym___fastcall] = ACTIONS(2764), + [anon_sym___thiscall] = ACTIONS(2764), + [anon_sym___vectorcall] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2766), + [anon_sym_RBRACE] = ACTIONS(2766), + [anon_sym_LBRACK] = ACTIONS(2764), + [anon_sym_static] = ACTIONS(2764), + [anon_sym_register] = ACTIONS(2764), + [anon_sym_inline] = ACTIONS(2764), + [anon_sym_thread_local] = ACTIONS(2764), + [anon_sym_const] = ACTIONS(2764), + [anon_sym_volatile] = ACTIONS(2764), + [anon_sym_restrict] = ACTIONS(2764), + [anon_sym__Atomic] = ACTIONS(2764), + [anon_sym_mutable] = ACTIONS(2764), + [anon_sym_constexpr] = ACTIONS(2764), + [anon_sym_constinit] = ACTIONS(2764), + [anon_sym_consteval] = ACTIONS(2764), + [anon_sym_signed] = ACTIONS(2764), + [anon_sym_unsigned] = ACTIONS(2764), + [anon_sym_long] = ACTIONS(2764), + [anon_sym_short] = ACTIONS(2764), + [sym_primitive_type] = ACTIONS(2764), + [anon_sym_enum] = ACTIONS(2764), + [anon_sym_class] = ACTIONS(2764), + [anon_sym_struct] = ACTIONS(2764), + [anon_sym_union] = ACTIONS(2764), + [anon_sym_if] = ACTIONS(2764), + [anon_sym_switch] = ACTIONS(2764), + [anon_sym_case] = ACTIONS(2764), + [anon_sym_default] = ACTIONS(2764), + [anon_sym_while] = ACTIONS(2764), + [anon_sym_do] = ACTIONS(2764), + [anon_sym_for] = ACTIONS(2764), + [anon_sym_return] = ACTIONS(2764), + [anon_sym_break] = ACTIONS(2764), + [anon_sym_continue] = ACTIONS(2764), + [anon_sym_goto] = ACTIONS(2764), + [anon_sym_not] = ACTIONS(2764), + [anon_sym_compl] = ACTIONS(2764), + [anon_sym_DASH_DASH] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_sizeof] = ACTIONS(2764), + [sym_number_literal] = ACTIONS(2766), + [anon_sym_L_SQUOTE] = ACTIONS(2766), + [anon_sym_u_SQUOTE] = ACTIONS(2766), + [anon_sym_U_SQUOTE] = ACTIONS(2766), + [anon_sym_u8_SQUOTE] = ACTIONS(2766), + [anon_sym_SQUOTE] = ACTIONS(2766), + [anon_sym_L_DQUOTE] = ACTIONS(2766), + [anon_sym_u_DQUOTE] = ACTIONS(2766), + [anon_sym_U_DQUOTE] = ACTIONS(2766), + [anon_sym_u8_DQUOTE] = ACTIONS(2766), + [anon_sym_DQUOTE] = ACTIONS(2766), + [sym_true] = ACTIONS(2764), + [sym_false] = ACTIONS(2764), + [sym_null] = ACTIONS(2764), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2764), + [anon_sym_decltype] = ACTIONS(2764), + [anon_sym_virtual] = ACTIONS(2764), + [anon_sym_explicit] = ACTIONS(2764), + [anon_sym_typename] = ACTIONS(2764), + [anon_sym_template] = ACTIONS(2764), + [anon_sym_operator] = ACTIONS(2764), + [anon_sym_try] = ACTIONS(2764), + [anon_sym_delete] = ACTIONS(2764), + [anon_sym_throw] = ACTIONS(2764), + [anon_sym_namespace] = ACTIONS(2764), + [anon_sym_using] = ACTIONS(2764), + [anon_sym_static_assert] = ACTIONS(2764), + [anon_sym_concept] = ACTIONS(2764), + [anon_sym_co_return] = ACTIONS(2764), + [anon_sym_co_yield] = ACTIONS(2764), + [anon_sym_R_DQUOTE] = ACTIONS(2766), + [anon_sym_LR_DQUOTE] = ACTIONS(2766), + [anon_sym_uR_DQUOTE] = ACTIONS(2766), + [anon_sym_UR_DQUOTE] = ACTIONS(2766), + [anon_sym_u8R_DQUOTE] = ACTIONS(2766), + [anon_sym_co_await] = ACTIONS(2764), + [anon_sym_new] = ACTIONS(2764), + [anon_sym_requires] = ACTIONS(2764), + [sym_this] = ACTIONS(2764), + [sym_nullptr] = ACTIONS(2764), }, [1043] = { - [sym_identifier] = ACTIONS(2666), - [aux_sym_preproc_include_token1] = ACTIONS(2666), - [aux_sym_preproc_def_token1] = ACTIONS(2666), - [aux_sym_preproc_if_token1] = ACTIONS(2666), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2666), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2666), - [sym_preproc_directive] = ACTIONS(2666), - [anon_sym_LPAREN2] = ACTIONS(2668), - [anon_sym_BANG] = ACTIONS(2668), - [anon_sym_TILDE] = ACTIONS(2668), - [anon_sym_DASH] = ACTIONS(2666), - [anon_sym_PLUS] = ACTIONS(2666), - [anon_sym_STAR] = ACTIONS(2668), - [anon_sym_AMP_AMP] = ACTIONS(2668), - [anon_sym_AMP] = ACTIONS(2666), - [anon_sym_SEMI] = ACTIONS(2668), - [anon_sym_typedef] = ACTIONS(2666), - [anon_sym_extern] = ACTIONS(2666), - [anon_sym___attribute__] = ACTIONS(2666), - [anon_sym_COLON_COLON] = ACTIONS(2668), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2668), - [anon_sym___declspec] = ACTIONS(2666), - [anon_sym___based] = ACTIONS(2666), - [anon_sym___cdecl] = ACTIONS(2666), - [anon_sym___clrcall] = ACTIONS(2666), - [anon_sym___stdcall] = ACTIONS(2666), - [anon_sym___fastcall] = ACTIONS(2666), - [anon_sym___thiscall] = ACTIONS(2666), - [anon_sym___vectorcall] = ACTIONS(2666), - [anon_sym_LBRACE] = ACTIONS(2668), - [anon_sym_RBRACE] = ACTIONS(2668), - [anon_sym_LBRACK] = ACTIONS(2666), - [anon_sym_static] = ACTIONS(2666), - [anon_sym_register] = ACTIONS(2666), - [anon_sym_inline] = ACTIONS(2666), - [anon_sym_thread_local] = ACTIONS(2666), - [anon_sym_const] = ACTIONS(2666), - [anon_sym_volatile] = ACTIONS(2666), - [anon_sym_restrict] = ACTIONS(2666), - [anon_sym__Atomic] = ACTIONS(2666), - [anon_sym_mutable] = ACTIONS(2666), - [anon_sym_constexpr] = ACTIONS(2666), - [anon_sym_constinit] = ACTIONS(2666), - [anon_sym_consteval] = ACTIONS(2666), - [anon_sym_signed] = ACTIONS(2666), - [anon_sym_unsigned] = ACTIONS(2666), - [anon_sym_long] = ACTIONS(2666), - [anon_sym_short] = ACTIONS(2666), - [sym_primitive_type] = ACTIONS(2666), - [anon_sym_enum] = ACTIONS(2666), - [anon_sym_class] = ACTIONS(2666), - [anon_sym_struct] = ACTIONS(2666), - [anon_sym_union] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2666), - [anon_sym_switch] = ACTIONS(2666), - [anon_sym_case] = ACTIONS(2666), - [anon_sym_default] = ACTIONS(2666), - [anon_sym_while] = ACTIONS(2666), - [anon_sym_do] = ACTIONS(2666), - [anon_sym_for] = ACTIONS(2666), - [anon_sym_return] = ACTIONS(2666), - [anon_sym_break] = ACTIONS(2666), - [anon_sym_continue] = ACTIONS(2666), - [anon_sym_goto] = ACTIONS(2666), - [anon_sym_not] = ACTIONS(2666), - [anon_sym_compl] = ACTIONS(2666), - [anon_sym_DASH_DASH] = ACTIONS(2668), - [anon_sym_PLUS_PLUS] = ACTIONS(2668), - [anon_sym_sizeof] = ACTIONS(2666), - [sym_number_literal] = ACTIONS(2668), - [anon_sym_L_SQUOTE] = ACTIONS(2668), - [anon_sym_u_SQUOTE] = ACTIONS(2668), - [anon_sym_U_SQUOTE] = ACTIONS(2668), - [anon_sym_u8_SQUOTE] = ACTIONS(2668), - [anon_sym_SQUOTE] = ACTIONS(2668), - [anon_sym_L_DQUOTE] = ACTIONS(2668), - [anon_sym_u_DQUOTE] = ACTIONS(2668), - [anon_sym_U_DQUOTE] = ACTIONS(2668), - [anon_sym_u8_DQUOTE] = ACTIONS(2668), - [anon_sym_DQUOTE] = ACTIONS(2668), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_null] = ACTIONS(2666), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2666), - [anon_sym_decltype] = ACTIONS(2666), - [anon_sym_virtual] = ACTIONS(2666), - [anon_sym_explicit] = ACTIONS(2666), - [anon_sym_typename] = ACTIONS(2666), - [anon_sym_template] = ACTIONS(2666), - [anon_sym_operator] = ACTIONS(2666), - [anon_sym_try] = ACTIONS(2666), - [anon_sym_delete] = ACTIONS(2666), - [anon_sym_throw] = ACTIONS(2666), - [anon_sym_namespace] = ACTIONS(2666), - [anon_sym_using] = ACTIONS(2666), - [anon_sym_static_assert] = ACTIONS(2666), - [anon_sym_concept] = ACTIONS(2666), - [anon_sym_co_return] = ACTIONS(2666), - [anon_sym_co_yield] = ACTIONS(2666), - [anon_sym_R_DQUOTE] = ACTIONS(2668), - [anon_sym_LR_DQUOTE] = ACTIONS(2668), - [anon_sym_uR_DQUOTE] = ACTIONS(2668), - [anon_sym_UR_DQUOTE] = ACTIONS(2668), - [anon_sym_u8R_DQUOTE] = ACTIONS(2668), - [anon_sym_co_await] = ACTIONS(2666), - [anon_sym_new] = ACTIONS(2666), - [anon_sym_requires] = ACTIONS(2666), - [sym_this] = ACTIONS(2666), - [sym_nullptr] = ACTIONS(2666), + [sym_identifier] = ACTIONS(2764), + [aux_sym_preproc_include_token1] = ACTIONS(2764), + [aux_sym_preproc_def_token1] = ACTIONS(2764), + [aux_sym_preproc_if_token1] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2764), + [sym_preproc_directive] = ACTIONS(2764), + [anon_sym_LPAREN2] = ACTIONS(2766), + [anon_sym_BANG] = ACTIONS(2766), + [anon_sym_TILDE] = ACTIONS(2766), + [anon_sym_DASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2764), + [anon_sym_STAR] = ACTIONS(2766), + [anon_sym_AMP_AMP] = ACTIONS(2766), + [anon_sym_AMP] = ACTIONS(2764), + [anon_sym_SEMI] = ACTIONS(2766), + [anon_sym_typedef] = ACTIONS(2764), + [anon_sym_extern] = ACTIONS(2764), + [anon_sym___attribute__] = ACTIONS(2764), + [anon_sym_COLON_COLON] = ACTIONS(2766), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2766), + [anon_sym___declspec] = ACTIONS(2764), + [anon_sym___based] = ACTIONS(2764), + [anon_sym___cdecl] = ACTIONS(2764), + [anon_sym___clrcall] = ACTIONS(2764), + [anon_sym___stdcall] = ACTIONS(2764), + [anon_sym___fastcall] = ACTIONS(2764), + [anon_sym___thiscall] = ACTIONS(2764), + [anon_sym___vectorcall] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2766), + [anon_sym_RBRACE] = ACTIONS(2766), + [anon_sym_LBRACK] = ACTIONS(2764), + [anon_sym_static] = ACTIONS(2764), + [anon_sym_register] = ACTIONS(2764), + [anon_sym_inline] = ACTIONS(2764), + [anon_sym_thread_local] = ACTIONS(2764), + [anon_sym_const] = ACTIONS(2764), + [anon_sym_volatile] = ACTIONS(2764), + [anon_sym_restrict] = ACTIONS(2764), + [anon_sym__Atomic] = ACTIONS(2764), + [anon_sym_mutable] = ACTIONS(2764), + [anon_sym_constexpr] = ACTIONS(2764), + [anon_sym_constinit] = ACTIONS(2764), + [anon_sym_consteval] = ACTIONS(2764), + [anon_sym_signed] = ACTIONS(2764), + [anon_sym_unsigned] = ACTIONS(2764), + [anon_sym_long] = ACTIONS(2764), + [anon_sym_short] = ACTIONS(2764), + [sym_primitive_type] = ACTIONS(2764), + [anon_sym_enum] = ACTIONS(2764), + [anon_sym_class] = ACTIONS(2764), + [anon_sym_struct] = ACTIONS(2764), + [anon_sym_union] = ACTIONS(2764), + [anon_sym_if] = ACTIONS(2764), + [anon_sym_switch] = ACTIONS(2764), + [anon_sym_case] = ACTIONS(2764), + [anon_sym_default] = ACTIONS(2764), + [anon_sym_while] = ACTIONS(2764), + [anon_sym_do] = ACTIONS(2764), + [anon_sym_for] = ACTIONS(2764), + [anon_sym_return] = ACTIONS(2764), + [anon_sym_break] = ACTIONS(2764), + [anon_sym_continue] = ACTIONS(2764), + [anon_sym_goto] = ACTIONS(2764), + [anon_sym_not] = ACTIONS(2764), + [anon_sym_compl] = ACTIONS(2764), + [anon_sym_DASH_DASH] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_sizeof] = ACTIONS(2764), + [sym_number_literal] = ACTIONS(2766), + [anon_sym_L_SQUOTE] = ACTIONS(2766), + [anon_sym_u_SQUOTE] = ACTIONS(2766), + [anon_sym_U_SQUOTE] = ACTIONS(2766), + [anon_sym_u8_SQUOTE] = ACTIONS(2766), + [anon_sym_SQUOTE] = ACTIONS(2766), + [anon_sym_L_DQUOTE] = ACTIONS(2766), + [anon_sym_u_DQUOTE] = ACTIONS(2766), + [anon_sym_U_DQUOTE] = ACTIONS(2766), + [anon_sym_u8_DQUOTE] = ACTIONS(2766), + [anon_sym_DQUOTE] = ACTIONS(2766), + [sym_true] = ACTIONS(2764), + [sym_false] = ACTIONS(2764), + [sym_null] = ACTIONS(2764), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2764), + [anon_sym_decltype] = ACTIONS(2764), + [anon_sym_virtual] = ACTIONS(2764), + [anon_sym_explicit] = ACTIONS(2764), + [anon_sym_typename] = ACTIONS(2764), + [anon_sym_template] = ACTIONS(2764), + [anon_sym_operator] = ACTIONS(2764), + [anon_sym_try] = ACTIONS(2764), + [anon_sym_delete] = ACTIONS(2764), + [anon_sym_throw] = ACTIONS(2764), + [anon_sym_namespace] = ACTIONS(2764), + [anon_sym_using] = ACTIONS(2764), + [anon_sym_static_assert] = ACTIONS(2764), + [anon_sym_concept] = ACTIONS(2764), + [anon_sym_co_return] = ACTIONS(2764), + [anon_sym_co_yield] = ACTIONS(2764), + [anon_sym_R_DQUOTE] = ACTIONS(2766), + [anon_sym_LR_DQUOTE] = ACTIONS(2766), + [anon_sym_uR_DQUOTE] = ACTIONS(2766), + [anon_sym_UR_DQUOTE] = ACTIONS(2766), + [anon_sym_u8R_DQUOTE] = ACTIONS(2766), + [anon_sym_co_await] = ACTIONS(2764), + [anon_sym_new] = ACTIONS(2764), + [anon_sym_requires] = ACTIONS(2764), + [sym_this] = ACTIONS(2764), + [sym_nullptr] = ACTIONS(2764), }, [1044] = { - [sym_identifier] = ACTIONS(2678), - [aux_sym_preproc_include_token1] = ACTIONS(2678), - [aux_sym_preproc_def_token1] = ACTIONS(2678), - [aux_sym_preproc_if_token1] = ACTIONS(2678), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2678), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2678), - [sym_preproc_directive] = ACTIONS(2678), - [anon_sym_LPAREN2] = ACTIONS(2680), - [anon_sym_BANG] = ACTIONS(2680), - [anon_sym_TILDE] = ACTIONS(2680), - [anon_sym_DASH] = ACTIONS(2678), - [anon_sym_PLUS] = ACTIONS(2678), - [anon_sym_STAR] = ACTIONS(2680), - [anon_sym_AMP_AMP] = ACTIONS(2680), - [anon_sym_AMP] = ACTIONS(2678), - [anon_sym_SEMI] = ACTIONS(2680), - [anon_sym_typedef] = ACTIONS(2678), - [anon_sym_extern] = ACTIONS(2678), - [anon_sym___attribute__] = ACTIONS(2678), - [anon_sym_COLON_COLON] = ACTIONS(2680), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2680), - [anon_sym___declspec] = ACTIONS(2678), - [anon_sym___based] = ACTIONS(2678), - [anon_sym___cdecl] = ACTIONS(2678), - [anon_sym___clrcall] = ACTIONS(2678), - [anon_sym___stdcall] = ACTIONS(2678), - [anon_sym___fastcall] = ACTIONS(2678), - [anon_sym___thiscall] = ACTIONS(2678), - [anon_sym___vectorcall] = ACTIONS(2678), - [anon_sym_LBRACE] = ACTIONS(2680), - [anon_sym_RBRACE] = ACTIONS(2680), - [anon_sym_LBRACK] = ACTIONS(2678), - [anon_sym_static] = ACTIONS(2678), - [anon_sym_register] = ACTIONS(2678), - [anon_sym_inline] = ACTIONS(2678), - [anon_sym_thread_local] = ACTIONS(2678), - [anon_sym_const] = ACTIONS(2678), - [anon_sym_volatile] = ACTIONS(2678), - [anon_sym_restrict] = ACTIONS(2678), - [anon_sym__Atomic] = ACTIONS(2678), - [anon_sym_mutable] = ACTIONS(2678), - [anon_sym_constexpr] = ACTIONS(2678), - [anon_sym_constinit] = ACTIONS(2678), - [anon_sym_consteval] = ACTIONS(2678), - [anon_sym_signed] = ACTIONS(2678), - [anon_sym_unsigned] = ACTIONS(2678), - [anon_sym_long] = ACTIONS(2678), - [anon_sym_short] = ACTIONS(2678), - [sym_primitive_type] = ACTIONS(2678), - [anon_sym_enum] = ACTIONS(2678), - [anon_sym_class] = ACTIONS(2678), - [anon_sym_struct] = ACTIONS(2678), - [anon_sym_union] = ACTIONS(2678), - [anon_sym_if] = ACTIONS(2678), - [anon_sym_switch] = ACTIONS(2678), - [anon_sym_case] = ACTIONS(2678), - [anon_sym_default] = ACTIONS(2678), - [anon_sym_while] = ACTIONS(2678), - [anon_sym_do] = ACTIONS(2678), - [anon_sym_for] = ACTIONS(2678), - [anon_sym_return] = ACTIONS(2678), - [anon_sym_break] = ACTIONS(2678), - [anon_sym_continue] = ACTIONS(2678), - [anon_sym_goto] = ACTIONS(2678), - [anon_sym_not] = ACTIONS(2678), - [anon_sym_compl] = ACTIONS(2678), - [anon_sym_DASH_DASH] = ACTIONS(2680), - [anon_sym_PLUS_PLUS] = ACTIONS(2680), - [anon_sym_sizeof] = ACTIONS(2678), - [sym_number_literal] = ACTIONS(2680), - [anon_sym_L_SQUOTE] = ACTIONS(2680), - [anon_sym_u_SQUOTE] = ACTIONS(2680), - [anon_sym_U_SQUOTE] = ACTIONS(2680), - [anon_sym_u8_SQUOTE] = ACTIONS(2680), - [anon_sym_SQUOTE] = ACTIONS(2680), - [anon_sym_L_DQUOTE] = ACTIONS(2680), - [anon_sym_u_DQUOTE] = ACTIONS(2680), - [anon_sym_U_DQUOTE] = ACTIONS(2680), - [anon_sym_u8_DQUOTE] = ACTIONS(2680), - [anon_sym_DQUOTE] = ACTIONS(2680), - [sym_true] = ACTIONS(2678), - [sym_false] = ACTIONS(2678), - [sym_null] = ACTIONS(2678), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2678), - [anon_sym_decltype] = ACTIONS(2678), - [anon_sym_virtual] = ACTIONS(2678), - [anon_sym_explicit] = ACTIONS(2678), - [anon_sym_typename] = ACTIONS(2678), - [anon_sym_template] = ACTIONS(2678), - [anon_sym_operator] = ACTIONS(2678), - [anon_sym_try] = ACTIONS(2678), - [anon_sym_delete] = ACTIONS(2678), - [anon_sym_throw] = ACTIONS(2678), - [anon_sym_namespace] = ACTIONS(2678), - [anon_sym_using] = ACTIONS(2678), - [anon_sym_static_assert] = ACTIONS(2678), - [anon_sym_concept] = ACTIONS(2678), - [anon_sym_co_return] = ACTIONS(2678), - [anon_sym_co_yield] = ACTIONS(2678), - [anon_sym_R_DQUOTE] = ACTIONS(2680), - [anon_sym_LR_DQUOTE] = ACTIONS(2680), - [anon_sym_uR_DQUOTE] = ACTIONS(2680), - [anon_sym_UR_DQUOTE] = ACTIONS(2680), - [anon_sym_u8R_DQUOTE] = ACTIONS(2680), - [anon_sym_co_await] = ACTIONS(2678), - [anon_sym_new] = ACTIONS(2678), - [anon_sym_requires] = ACTIONS(2678), - [sym_this] = ACTIONS(2678), - [sym_nullptr] = ACTIONS(2678), + [ts_builtin_sym_end] = ACTIONS(2686), + [sym_identifier] = ACTIONS(2684), + [aux_sym_preproc_include_token1] = ACTIONS(2684), + [aux_sym_preproc_def_token1] = ACTIONS(2684), + [aux_sym_preproc_if_token1] = ACTIONS(2684), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2684), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2684), + [sym_preproc_directive] = ACTIONS(2684), + [anon_sym_LPAREN2] = ACTIONS(2686), + [anon_sym_BANG] = ACTIONS(2686), + [anon_sym_TILDE] = ACTIONS(2686), + [anon_sym_DASH] = ACTIONS(2684), + [anon_sym_PLUS] = ACTIONS(2684), + [anon_sym_STAR] = ACTIONS(2686), + [anon_sym_AMP_AMP] = ACTIONS(2686), + [anon_sym_AMP] = ACTIONS(2684), + [anon_sym_SEMI] = ACTIONS(2686), + [anon_sym_typedef] = ACTIONS(2684), + [anon_sym_extern] = ACTIONS(2684), + [anon_sym___attribute__] = ACTIONS(2684), + [anon_sym_COLON_COLON] = ACTIONS(2686), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2686), + [anon_sym___declspec] = ACTIONS(2684), + [anon_sym___based] = ACTIONS(2684), + [anon_sym___cdecl] = ACTIONS(2684), + [anon_sym___clrcall] = ACTIONS(2684), + [anon_sym___stdcall] = ACTIONS(2684), + [anon_sym___fastcall] = ACTIONS(2684), + [anon_sym___thiscall] = ACTIONS(2684), + [anon_sym___vectorcall] = ACTIONS(2684), + [anon_sym_LBRACE] = ACTIONS(2686), + [anon_sym_LBRACK] = ACTIONS(2684), + [anon_sym_static] = ACTIONS(2684), + [anon_sym_register] = ACTIONS(2684), + [anon_sym_inline] = ACTIONS(2684), + [anon_sym_thread_local] = ACTIONS(2684), + [anon_sym_const] = ACTIONS(2684), + [anon_sym_volatile] = ACTIONS(2684), + [anon_sym_restrict] = ACTIONS(2684), + [anon_sym__Atomic] = ACTIONS(2684), + [anon_sym_mutable] = ACTIONS(2684), + [anon_sym_constexpr] = ACTIONS(2684), + [anon_sym_constinit] = ACTIONS(2684), + [anon_sym_consteval] = ACTIONS(2684), + [anon_sym_signed] = ACTIONS(2684), + [anon_sym_unsigned] = ACTIONS(2684), + [anon_sym_long] = ACTIONS(2684), + [anon_sym_short] = ACTIONS(2684), + [sym_primitive_type] = ACTIONS(2684), + [anon_sym_enum] = ACTIONS(2684), + [anon_sym_class] = ACTIONS(2684), + [anon_sym_struct] = ACTIONS(2684), + [anon_sym_union] = ACTIONS(2684), + [anon_sym_if] = ACTIONS(2684), + [anon_sym_switch] = ACTIONS(2684), + [anon_sym_case] = ACTIONS(2684), + [anon_sym_default] = ACTIONS(2684), + [anon_sym_while] = ACTIONS(2684), + [anon_sym_do] = ACTIONS(2684), + [anon_sym_for] = ACTIONS(2684), + [anon_sym_return] = ACTIONS(2684), + [anon_sym_break] = ACTIONS(2684), + [anon_sym_continue] = ACTIONS(2684), + [anon_sym_goto] = ACTIONS(2684), + [anon_sym_not] = ACTIONS(2684), + [anon_sym_compl] = ACTIONS(2684), + [anon_sym_DASH_DASH] = ACTIONS(2686), + [anon_sym_PLUS_PLUS] = ACTIONS(2686), + [anon_sym_sizeof] = ACTIONS(2684), + [sym_number_literal] = ACTIONS(2686), + [anon_sym_L_SQUOTE] = ACTIONS(2686), + [anon_sym_u_SQUOTE] = ACTIONS(2686), + [anon_sym_U_SQUOTE] = ACTIONS(2686), + [anon_sym_u8_SQUOTE] = ACTIONS(2686), + [anon_sym_SQUOTE] = ACTIONS(2686), + [anon_sym_L_DQUOTE] = ACTIONS(2686), + [anon_sym_u_DQUOTE] = ACTIONS(2686), + [anon_sym_U_DQUOTE] = ACTIONS(2686), + [anon_sym_u8_DQUOTE] = ACTIONS(2686), + [anon_sym_DQUOTE] = ACTIONS(2686), + [sym_true] = ACTIONS(2684), + [sym_false] = ACTIONS(2684), + [sym_null] = ACTIONS(2684), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2684), + [anon_sym_decltype] = ACTIONS(2684), + [anon_sym_virtual] = ACTIONS(2684), + [anon_sym_explicit] = ACTIONS(2684), + [anon_sym_typename] = ACTIONS(2684), + [anon_sym_template] = ACTIONS(2684), + [anon_sym_operator] = ACTIONS(2684), + [anon_sym_try] = ACTIONS(2684), + [anon_sym_delete] = ACTIONS(2684), + [anon_sym_throw] = ACTIONS(2684), + [anon_sym_namespace] = ACTIONS(2684), + [anon_sym_using] = ACTIONS(2684), + [anon_sym_static_assert] = ACTIONS(2684), + [anon_sym_concept] = ACTIONS(2684), + [anon_sym_co_return] = ACTIONS(2684), + [anon_sym_co_yield] = ACTIONS(2684), + [anon_sym_R_DQUOTE] = ACTIONS(2686), + [anon_sym_LR_DQUOTE] = ACTIONS(2686), + [anon_sym_uR_DQUOTE] = ACTIONS(2686), + [anon_sym_UR_DQUOTE] = ACTIONS(2686), + [anon_sym_u8R_DQUOTE] = ACTIONS(2686), + [anon_sym_co_await] = ACTIONS(2684), + [anon_sym_new] = ACTIONS(2684), + [anon_sym_requires] = ACTIONS(2684), + [sym_this] = ACTIONS(2684), + [sym_nullptr] = ACTIONS(2684), }, [1045] = { - [sym_identifier] = ACTIONS(2682), - [aux_sym_preproc_include_token1] = ACTIONS(2682), - [aux_sym_preproc_def_token1] = ACTIONS(2682), - [aux_sym_preproc_if_token1] = ACTIONS(2682), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2682), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2682), - [sym_preproc_directive] = ACTIONS(2682), - [anon_sym_LPAREN2] = ACTIONS(2684), - [anon_sym_BANG] = ACTIONS(2684), - [anon_sym_TILDE] = ACTIONS(2684), - [anon_sym_DASH] = ACTIONS(2682), - [anon_sym_PLUS] = ACTIONS(2682), - [anon_sym_STAR] = ACTIONS(2684), - [anon_sym_AMP_AMP] = ACTIONS(2684), - [anon_sym_AMP] = ACTIONS(2682), - [anon_sym_SEMI] = ACTIONS(2684), - [anon_sym_typedef] = ACTIONS(2682), - [anon_sym_extern] = ACTIONS(2682), - [anon_sym___attribute__] = ACTIONS(2682), - [anon_sym_COLON_COLON] = ACTIONS(2684), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2684), - [anon_sym___declspec] = ACTIONS(2682), - [anon_sym___based] = ACTIONS(2682), - [anon_sym___cdecl] = ACTIONS(2682), - [anon_sym___clrcall] = ACTIONS(2682), - [anon_sym___stdcall] = ACTIONS(2682), - [anon_sym___fastcall] = ACTIONS(2682), - [anon_sym___thiscall] = ACTIONS(2682), - [anon_sym___vectorcall] = ACTIONS(2682), - [anon_sym_LBRACE] = ACTIONS(2684), - [anon_sym_RBRACE] = ACTIONS(2684), - [anon_sym_LBRACK] = ACTIONS(2682), - [anon_sym_static] = ACTIONS(2682), - [anon_sym_register] = ACTIONS(2682), - [anon_sym_inline] = ACTIONS(2682), - [anon_sym_thread_local] = ACTIONS(2682), - [anon_sym_const] = ACTIONS(2682), - [anon_sym_volatile] = ACTIONS(2682), - [anon_sym_restrict] = ACTIONS(2682), - [anon_sym__Atomic] = ACTIONS(2682), - [anon_sym_mutable] = ACTIONS(2682), - [anon_sym_constexpr] = ACTIONS(2682), - [anon_sym_constinit] = ACTIONS(2682), - [anon_sym_consteval] = ACTIONS(2682), - [anon_sym_signed] = ACTIONS(2682), - [anon_sym_unsigned] = ACTIONS(2682), - [anon_sym_long] = ACTIONS(2682), - [anon_sym_short] = ACTIONS(2682), - [sym_primitive_type] = ACTIONS(2682), - [anon_sym_enum] = ACTIONS(2682), - [anon_sym_class] = ACTIONS(2682), - [anon_sym_struct] = ACTIONS(2682), - [anon_sym_union] = ACTIONS(2682), - [anon_sym_if] = ACTIONS(2682), - [anon_sym_switch] = ACTIONS(2682), - [anon_sym_case] = ACTIONS(2682), - [anon_sym_default] = ACTIONS(2682), - [anon_sym_while] = ACTIONS(2682), - [anon_sym_do] = ACTIONS(2682), - [anon_sym_for] = ACTIONS(2682), - [anon_sym_return] = ACTIONS(2682), - [anon_sym_break] = ACTIONS(2682), - [anon_sym_continue] = ACTIONS(2682), - [anon_sym_goto] = ACTIONS(2682), - [anon_sym_not] = ACTIONS(2682), - [anon_sym_compl] = ACTIONS(2682), - [anon_sym_DASH_DASH] = ACTIONS(2684), - [anon_sym_PLUS_PLUS] = ACTIONS(2684), - [anon_sym_sizeof] = ACTIONS(2682), - [sym_number_literal] = ACTIONS(2684), - [anon_sym_L_SQUOTE] = ACTIONS(2684), - [anon_sym_u_SQUOTE] = ACTIONS(2684), - [anon_sym_U_SQUOTE] = ACTIONS(2684), - [anon_sym_u8_SQUOTE] = ACTIONS(2684), - [anon_sym_SQUOTE] = ACTIONS(2684), - [anon_sym_L_DQUOTE] = ACTIONS(2684), - [anon_sym_u_DQUOTE] = ACTIONS(2684), - [anon_sym_U_DQUOTE] = ACTIONS(2684), - [anon_sym_u8_DQUOTE] = ACTIONS(2684), - [anon_sym_DQUOTE] = ACTIONS(2684), - [sym_true] = ACTIONS(2682), - [sym_false] = ACTIONS(2682), - [sym_null] = ACTIONS(2682), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2682), - [anon_sym_decltype] = ACTIONS(2682), - [anon_sym_virtual] = ACTIONS(2682), - [anon_sym_explicit] = ACTIONS(2682), - [anon_sym_typename] = ACTIONS(2682), - [anon_sym_template] = ACTIONS(2682), - [anon_sym_operator] = ACTIONS(2682), - [anon_sym_try] = ACTIONS(2682), - [anon_sym_delete] = ACTIONS(2682), - [anon_sym_throw] = ACTIONS(2682), - [anon_sym_namespace] = ACTIONS(2682), - [anon_sym_using] = ACTIONS(2682), - [anon_sym_static_assert] = ACTIONS(2682), - [anon_sym_concept] = ACTIONS(2682), - [anon_sym_co_return] = ACTIONS(2682), - [anon_sym_co_yield] = ACTIONS(2682), - [anon_sym_R_DQUOTE] = ACTIONS(2684), - [anon_sym_LR_DQUOTE] = ACTIONS(2684), - [anon_sym_uR_DQUOTE] = ACTIONS(2684), - [anon_sym_UR_DQUOTE] = ACTIONS(2684), - [anon_sym_u8R_DQUOTE] = ACTIONS(2684), - [anon_sym_co_await] = ACTIONS(2682), - [anon_sym_new] = ACTIONS(2682), - [anon_sym_requires] = ACTIONS(2682), - [sym_this] = ACTIONS(2682), - [sym_nullptr] = ACTIONS(2682), + [ts_builtin_sym_end] = ACTIONS(2670), + [sym_identifier] = ACTIONS(2668), + [aux_sym_preproc_include_token1] = ACTIONS(2668), + [aux_sym_preproc_def_token1] = ACTIONS(2668), + [aux_sym_preproc_if_token1] = ACTIONS(2668), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2668), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2668), + [sym_preproc_directive] = ACTIONS(2668), + [anon_sym_LPAREN2] = ACTIONS(2670), + [anon_sym_BANG] = ACTIONS(2670), + [anon_sym_TILDE] = ACTIONS(2670), + [anon_sym_DASH] = ACTIONS(2668), + [anon_sym_PLUS] = ACTIONS(2668), + [anon_sym_STAR] = ACTIONS(2670), + [anon_sym_AMP_AMP] = ACTIONS(2670), + [anon_sym_AMP] = ACTIONS(2668), + [anon_sym_SEMI] = ACTIONS(2670), + [anon_sym_typedef] = ACTIONS(2668), + [anon_sym_extern] = ACTIONS(2668), + [anon_sym___attribute__] = ACTIONS(2668), + [anon_sym_COLON_COLON] = ACTIONS(2670), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2670), + [anon_sym___declspec] = ACTIONS(2668), + [anon_sym___based] = ACTIONS(2668), + [anon_sym___cdecl] = ACTIONS(2668), + [anon_sym___clrcall] = ACTIONS(2668), + [anon_sym___stdcall] = ACTIONS(2668), + [anon_sym___fastcall] = ACTIONS(2668), + [anon_sym___thiscall] = ACTIONS(2668), + [anon_sym___vectorcall] = ACTIONS(2668), + [anon_sym_LBRACE] = ACTIONS(2670), + [anon_sym_LBRACK] = ACTIONS(2668), + [anon_sym_static] = ACTIONS(2668), + [anon_sym_register] = ACTIONS(2668), + [anon_sym_inline] = ACTIONS(2668), + [anon_sym_thread_local] = ACTIONS(2668), + [anon_sym_const] = ACTIONS(2668), + [anon_sym_volatile] = ACTIONS(2668), + [anon_sym_restrict] = ACTIONS(2668), + [anon_sym__Atomic] = ACTIONS(2668), + [anon_sym_mutable] = ACTIONS(2668), + [anon_sym_constexpr] = ACTIONS(2668), + [anon_sym_constinit] = ACTIONS(2668), + [anon_sym_consteval] = ACTIONS(2668), + [anon_sym_signed] = ACTIONS(2668), + [anon_sym_unsigned] = ACTIONS(2668), + [anon_sym_long] = ACTIONS(2668), + [anon_sym_short] = ACTIONS(2668), + [sym_primitive_type] = ACTIONS(2668), + [anon_sym_enum] = ACTIONS(2668), + [anon_sym_class] = ACTIONS(2668), + [anon_sym_struct] = ACTIONS(2668), + [anon_sym_union] = ACTIONS(2668), + [anon_sym_if] = ACTIONS(2668), + [anon_sym_switch] = ACTIONS(2668), + [anon_sym_case] = ACTIONS(2668), + [anon_sym_default] = ACTIONS(2668), + [anon_sym_while] = ACTIONS(2668), + [anon_sym_do] = ACTIONS(2668), + [anon_sym_for] = ACTIONS(2668), + [anon_sym_return] = ACTIONS(2668), + [anon_sym_break] = ACTIONS(2668), + [anon_sym_continue] = ACTIONS(2668), + [anon_sym_goto] = ACTIONS(2668), + [anon_sym_not] = ACTIONS(2668), + [anon_sym_compl] = ACTIONS(2668), + [anon_sym_DASH_DASH] = ACTIONS(2670), + [anon_sym_PLUS_PLUS] = ACTIONS(2670), + [anon_sym_sizeof] = ACTIONS(2668), + [sym_number_literal] = ACTIONS(2670), + [anon_sym_L_SQUOTE] = ACTIONS(2670), + [anon_sym_u_SQUOTE] = ACTIONS(2670), + [anon_sym_U_SQUOTE] = ACTIONS(2670), + [anon_sym_u8_SQUOTE] = ACTIONS(2670), + [anon_sym_SQUOTE] = ACTIONS(2670), + [anon_sym_L_DQUOTE] = ACTIONS(2670), + [anon_sym_u_DQUOTE] = ACTIONS(2670), + [anon_sym_U_DQUOTE] = ACTIONS(2670), + [anon_sym_u8_DQUOTE] = ACTIONS(2670), + [anon_sym_DQUOTE] = ACTIONS(2670), + [sym_true] = ACTIONS(2668), + [sym_false] = ACTIONS(2668), + [sym_null] = ACTIONS(2668), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2668), + [anon_sym_decltype] = ACTIONS(2668), + [anon_sym_virtual] = ACTIONS(2668), + [anon_sym_explicit] = ACTIONS(2668), + [anon_sym_typename] = ACTIONS(2668), + [anon_sym_template] = ACTIONS(2668), + [anon_sym_operator] = ACTIONS(2668), + [anon_sym_try] = ACTIONS(2668), + [anon_sym_delete] = ACTIONS(2668), + [anon_sym_throw] = ACTIONS(2668), + [anon_sym_namespace] = ACTIONS(2668), + [anon_sym_using] = ACTIONS(2668), + [anon_sym_static_assert] = ACTIONS(2668), + [anon_sym_concept] = ACTIONS(2668), + [anon_sym_co_return] = ACTIONS(2668), + [anon_sym_co_yield] = ACTIONS(2668), + [anon_sym_R_DQUOTE] = ACTIONS(2670), + [anon_sym_LR_DQUOTE] = ACTIONS(2670), + [anon_sym_uR_DQUOTE] = ACTIONS(2670), + [anon_sym_UR_DQUOTE] = ACTIONS(2670), + [anon_sym_u8R_DQUOTE] = ACTIONS(2670), + [anon_sym_co_await] = ACTIONS(2668), + [anon_sym_new] = ACTIONS(2668), + [anon_sym_requires] = ACTIONS(2668), + [sym_this] = ACTIONS(2668), + [sym_nullptr] = ACTIONS(2668), }, [1046] = { - [sym_identifier] = ACTIONS(2734), - [aux_sym_preproc_include_token1] = ACTIONS(2734), - [aux_sym_preproc_def_token1] = ACTIONS(2734), - [aux_sym_preproc_if_token1] = ACTIONS(2734), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2734), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2734), - [sym_preproc_directive] = ACTIONS(2734), - [anon_sym_LPAREN2] = ACTIONS(2736), - [anon_sym_BANG] = ACTIONS(2736), - [anon_sym_TILDE] = ACTIONS(2736), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_STAR] = ACTIONS(2736), - [anon_sym_AMP_AMP] = ACTIONS(2736), - [anon_sym_AMP] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2736), - [anon_sym_typedef] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym___attribute__] = ACTIONS(2734), - [anon_sym_COLON_COLON] = ACTIONS(2736), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2736), - [anon_sym___declspec] = ACTIONS(2734), - [anon_sym___based] = ACTIONS(2734), - [anon_sym___cdecl] = ACTIONS(2734), - [anon_sym___clrcall] = ACTIONS(2734), - [anon_sym___stdcall] = ACTIONS(2734), - [anon_sym___fastcall] = ACTIONS(2734), - [anon_sym___thiscall] = ACTIONS(2734), - [anon_sym___vectorcall] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2736), - [anon_sym_RBRACE] = ACTIONS(2736), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_static] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_inline] = ACTIONS(2734), - [anon_sym_thread_local] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_volatile] = ACTIONS(2734), - [anon_sym_restrict] = ACTIONS(2734), - [anon_sym__Atomic] = ACTIONS(2734), - [anon_sym_mutable] = ACTIONS(2734), - [anon_sym_constexpr] = ACTIONS(2734), - [anon_sym_constinit] = ACTIONS(2734), - [anon_sym_consteval] = ACTIONS(2734), - [anon_sym_signed] = ACTIONS(2734), - [anon_sym_unsigned] = ACTIONS(2734), - [anon_sym_long] = ACTIONS(2734), - [anon_sym_short] = ACTIONS(2734), - [sym_primitive_type] = ACTIONS(2734), - [anon_sym_enum] = ACTIONS(2734), - [anon_sym_class] = ACTIONS(2734), - [anon_sym_struct] = ACTIONS(2734), - [anon_sym_union] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_switch] = ACTIONS(2734), - [anon_sym_case] = ACTIONS(2734), - [anon_sym_default] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_goto] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [anon_sym_compl] = ACTIONS(2734), - [anon_sym_DASH_DASH] = ACTIONS(2736), - [anon_sym_PLUS_PLUS] = ACTIONS(2736), - [anon_sym_sizeof] = ACTIONS(2734), - [sym_number_literal] = ACTIONS(2736), - [anon_sym_L_SQUOTE] = ACTIONS(2736), - [anon_sym_u_SQUOTE] = ACTIONS(2736), - [anon_sym_U_SQUOTE] = ACTIONS(2736), - [anon_sym_u8_SQUOTE] = ACTIONS(2736), - [anon_sym_SQUOTE] = ACTIONS(2736), - [anon_sym_L_DQUOTE] = ACTIONS(2736), - [anon_sym_u_DQUOTE] = ACTIONS(2736), - [anon_sym_U_DQUOTE] = ACTIONS(2736), - [anon_sym_u8_DQUOTE] = ACTIONS(2736), - [anon_sym_DQUOTE] = ACTIONS(2736), - [sym_true] = ACTIONS(2734), - [sym_false] = ACTIONS(2734), - [sym_null] = ACTIONS(2734), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2734), - [anon_sym_decltype] = ACTIONS(2734), - [anon_sym_virtual] = ACTIONS(2734), - [anon_sym_explicit] = ACTIONS(2734), - [anon_sym_typename] = ACTIONS(2734), - [anon_sym_template] = ACTIONS(2734), - [anon_sym_operator] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_delete] = ACTIONS(2734), - [anon_sym_throw] = ACTIONS(2734), - [anon_sym_namespace] = ACTIONS(2734), - [anon_sym_using] = ACTIONS(2734), - [anon_sym_static_assert] = ACTIONS(2734), - [anon_sym_concept] = ACTIONS(2734), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_R_DQUOTE] = ACTIONS(2736), - [anon_sym_LR_DQUOTE] = ACTIONS(2736), - [anon_sym_uR_DQUOTE] = ACTIONS(2736), - [anon_sym_UR_DQUOTE] = ACTIONS(2736), - [anon_sym_u8R_DQUOTE] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(2734), - [anon_sym_new] = ACTIONS(2734), - [anon_sym_requires] = ACTIONS(2734), - [sym_this] = ACTIONS(2734), - [sym_nullptr] = ACTIONS(2734), + [sym_identifier] = ACTIONS(2772), + [aux_sym_preproc_include_token1] = ACTIONS(2772), + [aux_sym_preproc_def_token1] = ACTIONS(2772), + [aux_sym_preproc_if_token1] = ACTIONS(2772), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2772), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2772), + [sym_preproc_directive] = ACTIONS(2772), + [anon_sym_LPAREN2] = ACTIONS(2774), + [anon_sym_BANG] = ACTIONS(2774), + [anon_sym_TILDE] = ACTIONS(2774), + [anon_sym_DASH] = ACTIONS(2772), + [anon_sym_PLUS] = ACTIONS(2772), + [anon_sym_STAR] = ACTIONS(2774), + [anon_sym_AMP_AMP] = ACTIONS(2774), + [anon_sym_AMP] = ACTIONS(2772), + [anon_sym_SEMI] = ACTIONS(2774), + [anon_sym_typedef] = ACTIONS(2772), + [anon_sym_extern] = ACTIONS(2772), + [anon_sym___attribute__] = ACTIONS(2772), + [anon_sym_COLON_COLON] = ACTIONS(2774), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2774), + [anon_sym___declspec] = ACTIONS(2772), + [anon_sym___based] = ACTIONS(2772), + [anon_sym___cdecl] = ACTIONS(2772), + [anon_sym___clrcall] = ACTIONS(2772), + [anon_sym___stdcall] = ACTIONS(2772), + [anon_sym___fastcall] = ACTIONS(2772), + [anon_sym___thiscall] = ACTIONS(2772), + [anon_sym___vectorcall] = ACTIONS(2772), + [anon_sym_LBRACE] = ACTIONS(2774), + [anon_sym_RBRACE] = ACTIONS(2774), + [anon_sym_LBRACK] = ACTIONS(2772), + [anon_sym_static] = ACTIONS(2772), + [anon_sym_register] = ACTIONS(2772), + [anon_sym_inline] = ACTIONS(2772), + [anon_sym_thread_local] = ACTIONS(2772), + [anon_sym_const] = ACTIONS(2772), + [anon_sym_volatile] = ACTIONS(2772), + [anon_sym_restrict] = ACTIONS(2772), + [anon_sym__Atomic] = ACTIONS(2772), + [anon_sym_mutable] = ACTIONS(2772), + [anon_sym_constexpr] = ACTIONS(2772), + [anon_sym_constinit] = ACTIONS(2772), + [anon_sym_consteval] = ACTIONS(2772), + [anon_sym_signed] = ACTIONS(2772), + [anon_sym_unsigned] = ACTIONS(2772), + [anon_sym_long] = ACTIONS(2772), + [anon_sym_short] = ACTIONS(2772), + [sym_primitive_type] = ACTIONS(2772), + [anon_sym_enum] = ACTIONS(2772), + [anon_sym_class] = ACTIONS(2772), + [anon_sym_struct] = ACTIONS(2772), + [anon_sym_union] = ACTIONS(2772), + [anon_sym_if] = ACTIONS(2772), + [anon_sym_switch] = ACTIONS(2772), + [anon_sym_case] = ACTIONS(2772), + [anon_sym_default] = ACTIONS(2772), + [anon_sym_while] = ACTIONS(2772), + [anon_sym_do] = ACTIONS(2772), + [anon_sym_for] = ACTIONS(2772), + [anon_sym_return] = ACTIONS(2772), + [anon_sym_break] = ACTIONS(2772), + [anon_sym_continue] = ACTIONS(2772), + [anon_sym_goto] = ACTIONS(2772), + [anon_sym_not] = ACTIONS(2772), + [anon_sym_compl] = ACTIONS(2772), + [anon_sym_DASH_DASH] = ACTIONS(2774), + [anon_sym_PLUS_PLUS] = ACTIONS(2774), + [anon_sym_sizeof] = ACTIONS(2772), + [sym_number_literal] = ACTIONS(2774), + [anon_sym_L_SQUOTE] = ACTIONS(2774), + [anon_sym_u_SQUOTE] = ACTIONS(2774), + [anon_sym_U_SQUOTE] = ACTIONS(2774), + [anon_sym_u8_SQUOTE] = ACTIONS(2774), + [anon_sym_SQUOTE] = ACTIONS(2774), + [anon_sym_L_DQUOTE] = ACTIONS(2774), + [anon_sym_u_DQUOTE] = ACTIONS(2774), + [anon_sym_U_DQUOTE] = ACTIONS(2774), + [anon_sym_u8_DQUOTE] = ACTIONS(2774), + [anon_sym_DQUOTE] = ACTIONS(2774), + [sym_true] = ACTIONS(2772), + [sym_false] = ACTIONS(2772), + [sym_null] = ACTIONS(2772), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2772), + [anon_sym_decltype] = ACTIONS(2772), + [anon_sym_virtual] = ACTIONS(2772), + [anon_sym_explicit] = ACTIONS(2772), + [anon_sym_typename] = ACTIONS(2772), + [anon_sym_template] = ACTIONS(2772), + [anon_sym_operator] = ACTIONS(2772), + [anon_sym_try] = ACTIONS(2772), + [anon_sym_delete] = ACTIONS(2772), + [anon_sym_throw] = ACTIONS(2772), + [anon_sym_namespace] = ACTIONS(2772), + [anon_sym_using] = ACTIONS(2772), + [anon_sym_static_assert] = ACTIONS(2772), + [anon_sym_concept] = ACTIONS(2772), + [anon_sym_co_return] = ACTIONS(2772), + [anon_sym_co_yield] = ACTIONS(2772), + [anon_sym_R_DQUOTE] = ACTIONS(2774), + [anon_sym_LR_DQUOTE] = ACTIONS(2774), + [anon_sym_uR_DQUOTE] = ACTIONS(2774), + [anon_sym_UR_DQUOTE] = ACTIONS(2774), + [anon_sym_u8R_DQUOTE] = ACTIONS(2774), + [anon_sym_co_await] = ACTIONS(2772), + [anon_sym_new] = ACTIONS(2772), + [anon_sym_requires] = ACTIONS(2772), + [sym_this] = ACTIONS(2772), + [sym_nullptr] = ACTIONS(2772), }, [1047] = { - [sym_identifier] = ACTIONS(2718), - [aux_sym_preproc_include_token1] = ACTIONS(2718), - [aux_sym_preproc_def_token1] = ACTIONS(2718), - [aux_sym_preproc_if_token1] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2718), - [sym_preproc_directive] = ACTIONS(2718), - [anon_sym_LPAREN2] = ACTIONS(2720), - [anon_sym_BANG] = ACTIONS(2720), - [anon_sym_TILDE] = ACTIONS(2720), - [anon_sym_DASH] = ACTIONS(2718), - [anon_sym_PLUS] = ACTIONS(2718), - [anon_sym_STAR] = ACTIONS(2720), - [anon_sym_AMP_AMP] = ACTIONS(2720), - [anon_sym_AMP] = ACTIONS(2718), - [anon_sym_SEMI] = ACTIONS(2720), - [anon_sym_typedef] = ACTIONS(2718), - [anon_sym_extern] = ACTIONS(2718), - [anon_sym___attribute__] = ACTIONS(2718), - [anon_sym_COLON_COLON] = ACTIONS(2720), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2720), - [anon_sym___declspec] = ACTIONS(2718), - [anon_sym___based] = ACTIONS(2718), - [anon_sym___cdecl] = ACTIONS(2718), - [anon_sym___clrcall] = ACTIONS(2718), - [anon_sym___stdcall] = ACTIONS(2718), - [anon_sym___fastcall] = ACTIONS(2718), - [anon_sym___thiscall] = ACTIONS(2718), - [anon_sym___vectorcall] = ACTIONS(2718), - [anon_sym_LBRACE] = ACTIONS(2720), - [anon_sym_RBRACE] = ACTIONS(2720), - [anon_sym_LBRACK] = ACTIONS(2718), - [anon_sym_static] = ACTIONS(2718), - [anon_sym_register] = ACTIONS(2718), - [anon_sym_inline] = ACTIONS(2718), - [anon_sym_thread_local] = ACTIONS(2718), - [anon_sym_const] = ACTIONS(2718), - [anon_sym_volatile] = ACTIONS(2718), - [anon_sym_restrict] = ACTIONS(2718), - [anon_sym__Atomic] = ACTIONS(2718), - [anon_sym_mutable] = ACTIONS(2718), - [anon_sym_constexpr] = ACTIONS(2718), - [anon_sym_constinit] = ACTIONS(2718), - [anon_sym_consteval] = ACTIONS(2718), - [anon_sym_signed] = ACTIONS(2718), - [anon_sym_unsigned] = ACTIONS(2718), - [anon_sym_long] = ACTIONS(2718), - [anon_sym_short] = ACTIONS(2718), - [sym_primitive_type] = ACTIONS(2718), - [anon_sym_enum] = ACTIONS(2718), - [anon_sym_class] = ACTIONS(2718), - [anon_sym_struct] = ACTIONS(2718), - [anon_sym_union] = ACTIONS(2718), - [anon_sym_if] = ACTIONS(2718), - [anon_sym_switch] = ACTIONS(2718), - [anon_sym_case] = ACTIONS(2718), - [anon_sym_default] = ACTIONS(2718), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2718), - [anon_sym_return] = ACTIONS(2718), - [anon_sym_break] = ACTIONS(2718), - [anon_sym_continue] = ACTIONS(2718), - [anon_sym_goto] = ACTIONS(2718), - [anon_sym_not] = ACTIONS(2718), - [anon_sym_compl] = ACTIONS(2718), - [anon_sym_DASH_DASH] = ACTIONS(2720), - [anon_sym_PLUS_PLUS] = ACTIONS(2720), - [anon_sym_sizeof] = ACTIONS(2718), - [sym_number_literal] = ACTIONS(2720), - [anon_sym_L_SQUOTE] = ACTIONS(2720), - [anon_sym_u_SQUOTE] = ACTIONS(2720), - [anon_sym_U_SQUOTE] = ACTIONS(2720), - [anon_sym_u8_SQUOTE] = ACTIONS(2720), - [anon_sym_SQUOTE] = ACTIONS(2720), - [anon_sym_L_DQUOTE] = ACTIONS(2720), - [anon_sym_u_DQUOTE] = ACTIONS(2720), - [anon_sym_U_DQUOTE] = ACTIONS(2720), - [anon_sym_u8_DQUOTE] = ACTIONS(2720), - [anon_sym_DQUOTE] = ACTIONS(2720), - [sym_true] = ACTIONS(2718), - [sym_false] = ACTIONS(2718), - [sym_null] = ACTIONS(2718), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2718), - [anon_sym_decltype] = ACTIONS(2718), - [anon_sym_virtual] = ACTIONS(2718), - [anon_sym_explicit] = ACTIONS(2718), - [anon_sym_typename] = ACTIONS(2718), - [anon_sym_template] = ACTIONS(2718), - [anon_sym_operator] = ACTIONS(2718), - [anon_sym_try] = ACTIONS(2718), - [anon_sym_delete] = ACTIONS(2718), - [anon_sym_throw] = ACTIONS(2718), - [anon_sym_namespace] = ACTIONS(2718), - [anon_sym_using] = ACTIONS(2718), - [anon_sym_static_assert] = ACTIONS(2718), - [anon_sym_concept] = ACTIONS(2718), - [anon_sym_co_return] = ACTIONS(2718), - [anon_sym_co_yield] = ACTIONS(2718), - [anon_sym_R_DQUOTE] = ACTIONS(2720), - [anon_sym_LR_DQUOTE] = ACTIONS(2720), - [anon_sym_uR_DQUOTE] = ACTIONS(2720), - [anon_sym_UR_DQUOTE] = ACTIONS(2720), - [anon_sym_u8R_DQUOTE] = ACTIONS(2720), - [anon_sym_co_await] = ACTIONS(2718), - [anon_sym_new] = ACTIONS(2718), - [anon_sym_requires] = ACTIONS(2718), - [sym_this] = ACTIONS(2718), - [sym_nullptr] = ACTIONS(2718), + [sym_identifier] = ACTIONS(2776), + [aux_sym_preproc_include_token1] = ACTIONS(2776), + [aux_sym_preproc_def_token1] = ACTIONS(2776), + [aux_sym_preproc_if_token1] = ACTIONS(2776), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2776), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2776), + [sym_preproc_directive] = ACTIONS(2776), + [anon_sym_LPAREN2] = ACTIONS(2778), + [anon_sym_BANG] = ACTIONS(2778), + [anon_sym_TILDE] = ACTIONS(2778), + [anon_sym_DASH] = ACTIONS(2776), + [anon_sym_PLUS] = ACTIONS(2776), + [anon_sym_STAR] = ACTIONS(2778), + [anon_sym_AMP_AMP] = ACTIONS(2778), + [anon_sym_AMP] = ACTIONS(2776), + [anon_sym_SEMI] = ACTIONS(2778), + [anon_sym_typedef] = ACTIONS(2776), + [anon_sym_extern] = ACTIONS(2776), + [anon_sym___attribute__] = ACTIONS(2776), + [anon_sym_COLON_COLON] = ACTIONS(2778), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2778), + [anon_sym___declspec] = ACTIONS(2776), + [anon_sym___based] = ACTIONS(2776), + [anon_sym___cdecl] = ACTIONS(2776), + [anon_sym___clrcall] = ACTIONS(2776), + [anon_sym___stdcall] = ACTIONS(2776), + [anon_sym___fastcall] = ACTIONS(2776), + [anon_sym___thiscall] = ACTIONS(2776), + [anon_sym___vectorcall] = ACTIONS(2776), + [anon_sym_LBRACE] = ACTIONS(2778), + [anon_sym_RBRACE] = ACTIONS(2778), + [anon_sym_LBRACK] = ACTIONS(2776), + [anon_sym_static] = ACTIONS(2776), + [anon_sym_register] = ACTIONS(2776), + [anon_sym_inline] = ACTIONS(2776), + [anon_sym_thread_local] = ACTIONS(2776), + [anon_sym_const] = ACTIONS(2776), + [anon_sym_volatile] = ACTIONS(2776), + [anon_sym_restrict] = ACTIONS(2776), + [anon_sym__Atomic] = ACTIONS(2776), + [anon_sym_mutable] = ACTIONS(2776), + [anon_sym_constexpr] = ACTIONS(2776), + [anon_sym_constinit] = ACTIONS(2776), + [anon_sym_consteval] = ACTIONS(2776), + [anon_sym_signed] = ACTIONS(2776), + [anon_sym_unsigned] = ACTIONS(2776), + [anon_sym_long] = ACTIONS(2776), + [anon_sym_short] = ACTIONS(2776), + [sym_primitive_type] = ACTIONS(2776), + [anon_sym_enum] = ACTIONS(2776), + [anon_sym_class] = ACTIONS(2776), + [anon_sym_struct] = ACTIONS(2776), + [anon_sym_union] = ACTIONS(2776), + [anon_sym_if] = ACTIONS(2776), + [anon_sym_switch] = ACTIONS(2776), + [anon_sym_case] = ACTIONS(2776), + [anon_sym_default] = ACTIONS(2776), + [anon_sym_while] = ACTIONS(2776), + [anon_sym_do] = ACTIONS(2776), + [anon_sym_for] = ACTIONS(2776), + [anon_sym_return] = ACTIONS(2776), + [anon_sym_break] = ACTIONS(2776), + [anon_sym_continue] = ACTIONS(2776), + [anon_sym_goto] = ACTIONS(2776), + [anon_sym_not] = ACTIONS(2776), + [anon_sym_compl] = ACTIONS(2776), + [anon_sym_DASH_DASH] = ACTIONS(2778), + [anon_sym_PLUS_PLUS] = ACTIONS(2778), + [anon_sym_sizeof] = ACTIONS(2776), + [sym_number_literal] = ACTIONS(2778), + [anon_sym_L_SQUOTE] = ACTIONS(2778), + [anon_sym_u_SQUOTE] = ACTIONS(2778), + [anon_sym_U_SQUOTE] = ACTIONS(2778), + [anon_sym_u8_SQUOTE] = ACTIONS(2778), + [anon_sym_SQUOTE] = ACTIONS(2778), + [anon_sym_L_DQUOTE] = ACTIONS(2778), + [anon_sym_u_DQUOTE] = ACTIONS(2778), + [anon_sym_U_DQUOTE] = ACTIONS(2778), + [anon_sym_u8_DQUOTE] = ACTIONS(2778), + [anon_sym_DQUOTE] = ACTIONS(2778), + [sym_true] = ACTIONS(2776), + [sym_false] = ACTIONS(2776), + [sym_null] = ACTIONS(2776), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2776), + [anon_sym_decltype] = ACTIONS(2776), + [anon_sym_virtual] = ACTIONS(2776), + [anon_sym_explicit] = ACTIONS(2776), + [anon_sym_typename] = ACTIONS(2776), + [anon_sym_template] = ACTIONS(2776), + [anon_sym_operator] = ACTIONS(2776), + [anon_sym_try] = ACTIONS(2776), + [anon_sym_delete] = ACTIONS(2776), + [anon_sym_throw] = ACTIONS(2776), + [anon_sym_namespace] = ACTIONS(2776), + [anon_sym_using] = ACTIONS(2776), + [anon_sym_static_assert] = ACTIONS(2776), + [anon_sym_concept] = ACTIONS(2776), + [anon_sym_co_return] = ACTIONS(2776), + [anon_sym_co_yield] = ACTIONS(2776), + [anon_sym_R_DQUOTE] = ACTIONS(2778), + [anon_sym_LR_DQUOTE] = ACTIONS(2778), + [anon_sym_uR_DQUOTE] = ACTIONS(2778), + [anon_sym_UR_DQUOTE] = ACTIONS(2778), + [anon_sym_u8R_DQUOTE] = ACTIONS(2778), + [anon_sym_co_await] = ACTIONS(2776), + [anon_sym_new] = ACTIONS(2776), + [anon_sym_requires] = ACTIONS(2776), + [sym_this] = ACTIONS(2776), + [sym_nullptr] = ACTIONS(2776), }, [1048] = { - [sym_identifier] = ACTIONS(2718), - [aux_sym_preproc_include_token1] = ACTIONS(2718), - [aux_sym_preproc_def_token1] = ACTIONS(2718), - [aux_sym_preproc_if_token1] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2718), - [sym_preproc_directive] = ACTIONS(2718), - [anon_sym_LPAREN2] = ACTIONS(2720), - [anon_sym_BANG] = ACTIONS(2720), - [anon_sym_TILDE] = ACTIONS(2720), - [anon_sym_DASH] = ACTIONS(2718), - [anon_sym_PLUS] = ACTIONS(2718), - [anon_sym_STAR] = ACTIONS(2720), - [anon_sym_AMP_AMP] = ACTIONS(2720), - [anon_sym_AMP] = ACTIONS(2718), - [anon_sym_SEMI] = ACTIONS(2720), - [anon_sym_typedef] = ACTIONS(2718), - [anon_sym_extern] = ACTIONS(2718), - [anon_sym___attribute__] = ACTIONS(2718), - [anon_sym_COLON_COLON] = ACTIONS(2720), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2720), - [anon_sym___declspec] = ACTIONS(2718), - [anon_sym___based] = ACTIONS(2718), - [anon_sym___cdecl] = ACTIONS(2718), - [anon_sym___clrcall] = ACTIONS(2718), - [anon_sym___stdcall] = ACTIONS(2718), - [anon_sym___fastcall] = ACTIONS(2718), - [anon_sym___thiscall] = ACTIONS(2718), - [anon_sym___vectorcall] = ACTIONS(2718), - [anon_sym_LBRACE] = ACTIONS(2720), - [anon_sym_RBRACE] = ACTIONS(2720), - [anon_sym_LBRACK] = ACTIONS(2718), - [anon_sym_static] = ACTIONS(2718), - [anon_sym_register] = ACTIONS(2718), - [anon_sym_inline] = ACTIONS(2718), - [anon_sym_thread_local] = ACTIONS(2718), - [anon_sym_const] = ACTIONS(2718), - [anon_sym_volatile] = ACTIONS(2718), - [anon_sym_restrict] = ACTIONS(2718), - [anon_sym__Atomic] = ACTIONS(2718), - [anon_sym_mutable] = ACTIONS(2718), - [anon_sym_constexpr] = ACTIONS(2718), - [anon_sym_constinit] = ACTIONS(2718), - [anon_sym_consteval] = ACTIONS(2718), - [anon_sym_signed] = ACTIONS(2718), - [anon_sym_unsigned] = ACTIONS(2718), - [anon_sym_long] = ACTIONS(2718), - [anon_sym_short] = ACTIONS(2718), - [sym_primitive_type] = ACTIONS(2718), - [anon_sym_enum] = ACTIONS(2718), - [anon_sym_class] = ACTIONS(2718), - [anon_sym_struct] = ACTIONS(2718), - [anon_sym_union] = ACTIONS(2718), - [anon_sym_if] = ACTIONS(2718), - [anon_sym_switch] = ACTIONS(2718), - [anon_sym_case] = ACTIONS(2718), - [anon_sym_default] = ACTIONS(2718), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2718), - [anon_sym_return] = ACTIONS(2718), - [anon_sym_break] = ACTIONS(2718), - [anon_sym_continue] = ACTIONS(2718), - [anon_sym_goto] = ACTIONS(2718), - [anon_sym_not] = ACTIONS(2718), - [anon_sym_compl] = ACTIONS(2718), - [anon_sym_DASH_DASH] = ACTIONS(2720), - [anon_sym_PLUS_PLUS] = ACTIONS(2720), - [anon_sym_sizeof] = ACTIONS(2718), - [sym_number_literal] = ACTIONS(2720), - [anon_sym_L_SQUOTE] = ACTIONS(2720), - [anon_sym_u_SQUOTE] = ACTIONS(2720), - [anon_sym_U_SQUOTE] = ACTIONS(2720), - [anon_sym_u8_SQUOTE] = ACTIONS(2720), - [anon_sym_SQUOTE] = ACTIONS(2720), - [anon_sym_L_DQUOTE] = ACTIONS(2720), - [anon_sym_u_DQUOTE] = ACTIONS(2720), - [anon_sym_U_DQUOTE] = ACTIONS(2720), - [anon_sym_u8_DQUOTE] = ACTIONS(2720), - [anon_sym_DQUOTE] = ACTIONS(2720), - [sym_true] = ACTIONS(2718), - [sym_false] = ACTIONS(2718), - [sym_null] = ACTIONS(2718), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2718), - [anon_sym_decltype] = ACTIONS(2718), - [anon_sym_virtual] = ACTIONS(2718), - [anon_sym_explicit] = ACTIONS(2718), - [anon_sym_typename] = ACTIONS(2718), - [anon_sym_template] = ACTIONS(2718), - [anon_sym_operator] = ACTIONS(2718), - [anon_sym_try] = ACTIONS(2718), - [anon_sym_delete] = ACTIONS(2718), - [anon_sym_throw] = ACTIONS(2718), - [anon_sym_namespace] = ACTIONS(2718), - [anon_sym_using] = ACTIONS(2718), - [anon_sym_static_assert] = ACTIONS(2718), - [anon_sym_concept] = ACTIONS(2718), - [anon_sym_co_return] = ACTIONS(2718), - [anon_sym_co_yield] = ACTIONS(2718), - [anon_sym_R_DQUOTE] = ACTIONS(2720), - [anon_sym_LR_DQUOTE] = ACTIONS(2720), - [anon_sym_uR_DQUOTE] = ACTIONS(2720), - [anon_sym_UR_DQUOTE] = ACTIONS(2720), - [anon_sym_u8R_DQUOTE] = ACTIONS(2720), - [anon_sym_co_await] = ACTIONS(2718), - [anon_sym_new] = ACTIONS(2718), - [anon_sym_requires] = ACTIONS(2718), - [sym_this] = ACTIONS(2718), - [sym_nullptr] = ACTIONS(2718), + [sym_identifier] = ACTIONS(2780), + [aux_sym_preproc_include_token1] = ACTIONS(2780), + [aux_sym_preproc_def_token1] = ACTIONS(2780), + [aux_sym_preproc_if_token1] = ACTIONS(2780), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2780), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2780), + [sym_preproc_directive] = ACTIONS(2780), + [anon_sym_LPAREN2] = ACTIONS(2782), + [anon_sym_BANG] = ACTIONS(2782), + [anon_sym_TILDE] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_PLUS] = ACTIONS(2780), + [anon_sym_STAR] = ACTIONS(2782), + [anon_sym_AMP_AMP] = ACTIONS(2782), + [anon_sym_AMP] = ACTIONS(2780), + [anon_sym_SEMI] = ACTIONS(2782), + [anon_sym_typedef] = ACTIONS(2780), + [anon_sym_extern] = ACTIONS(2780), + [anon_sym___attribute__] = ACTIONS(2780), + [anon_sym_COLON_COLON] = ACTIONS(2782), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2782), + [anon_sym___declspec] = ACTIONS(2780), + [anon_sym___based] = ACTIONS(2780), + [anon_sym___cdecl] = ACTIONS(2780), + [anon_sym___clrcall] = ACTIONS(2780), + [anon_sym___stdcall] = ACTIONS(2780), + [anon_sym___fastcall] = ACTIONS(2780), + [anon_sym___thiscall] = ACTIONS(2780), + [anon_sym___vectorcall] = ACTIONS(2780), + [anon_sym_LBRACE] = ACTIONS(2782), + [anon_sym_RBRACE] = ACTIONS(2782), + [anon_sym_LBRACK] = ACTIONS(2780), + [anon_sym_static] = ACTIONS(2780), + [anon_sym_register] = ACTIONS(2780), + [anon_sym_inline] = ACTIONS(2780), + [anon_sym_thread_local] = ACTIONS(2780), + [anon_sym_const] = ACTIONS(2780), + [anon_sym_volatile] = ACTIONS(2780), + [anon_sym_restrict] = ACTIONS(2780), + [anon_sym__Atomic] = ACTIONS(2780), + [anon_sym_mutable] = ACTIONS(2780), + [anon_sym_constexpr] = ACTIONS(2780), + [anon_sym_constinit] = ACTIONS(2780), + [anon_sym_consteval] = ACTIONS(2780), + [anon_sym_signed] = ACTIONS(2780), + [anon_sym_unsigned] = ACTIONS(2780), + [anon_sym_long] = ACTIONS(2780), + [anon_sym_short] = ACTIONS(2780), + [sym_primitive_type] = ACTIONS(2780), + [anon_sym_enum] = ACTIONS(2780), + [anon_sym_class] = ACTIONS(2780), + [anon_sym_struct] = ACTIONS(2780), + [anon_sym_union] = ACTIONS(2780), + [anon_sym_if] = ACTIONS(2780), + [anon_sym_switch] = ACTIONS(2780), + [anon_sym_case] = ACTIONS(2780), + [anon_sym_default] = ACTIONS(2780), + [anon_sym_while] = ACTIONS(2780), + [anon_sym_do] = ACTIONS(2780), + [anon_sym_for] = ACTIONS(2780), + [anon_sym_return] = ACTIONS(2780), + [anon_sym_break] = ACTIONS(2780), + [anon_sym_continue] = ACTIONS(2780), + [anon_sym_goto] = ACTIONS(2780), + [anon_sym_not] = ACTIONS(2780), + [anon_sym_compl] = ACTIONS(2780), + [anon_sym_DASH_DASH] = ACTIONS(2782), + [anon_sym_PLUS_PLUS] = ACTIONS(2782), + [anon_sym_sizeof] = ACTIONS(2780), + [sym_number_literal] = ACTIONS(2782), + [anon_sym_L_SQUOTE] = ACTIONS(2782), + [anon_sym_u_SQUOTE] = ACTIONS(2782), + [anon_sym_U_SQUOTE] = ACTIONS(2782), + [anon_sym_u8_SQUOTE] = ACTIONS(2782), + [anon_sym_SQUOTE] = ACTIONS(2782), + [anon_sym_L_DQUOTE] = ACTIONS(2782), + [anon_sym_u_DQUOTE] = ACTIONS(2782), + [anon_sym_U_DQUOTE] = ACTIONS(2782), + [anon_sym_u8_DQUOTE] = ACTIONS(2782), + [anon_sym_DQUOTE] = ACTIONS(2782), + [sym_true] = ACTIONS(2780), + [sym_false] = ACTIONS(2780), + [sym_null] = ACTIONS(2780), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2780), + [anon_sym_decltype] = ACTIONS(2780), + [anon_sym_virtual] = ACTIONS(2780), + [anon_sym_explicit] = ACTIONS(2780), + [anon_sym_typename] = ACTIONS(2780), + [anon_sym_template] = ACTIONS(2780), + [anon_sym_operator] = ACTIONS(2780), + [anon_sym_try] = ACTIONS(2780), + [anon_sym_delete] = ACTIONS(2780), + [anon_sym_throw] = ACTIONS(2780), + [anon_sym_namespace] = ACTIONS(2780), + [anon_sym_using] = ACTIONS(2780), + [anon_sym_static_assert] = ACTIONS(2780), + [anon_sym_concept] = ACTIONS(2780), + [anon_sym_co_return] = ACTIONS(2780), + [anon_sym_co_yield] = ACTIONS(2780), + [anon_sym_R_DQUOTE] = ACTIONS(2782), + [anon_sym_LR_DQUOTE] = ACTIONS(2782), + [anon_sym_uR_DQUOTE] = ACTIONS(2782), + [anon_sym_UR_DQUOTE] = ACTIONS(2782), + [anon_sym_u8R_DQUOTE] = ACTIONS(2782), + [anon_sym_co_await] = ACTIONS(2780), + [anon_sym_new] = ACTIONS(2780), + [anon_sym_requires] = ACTIONS(2780), + [sym_this] = ACTIONS(2780), + [sym_nullptr] = ACTIONS(2780), }, [1049] = { - [sym_identifier] = ACTIONS(2714), - [aux_sym_preproc_include_token1] = ACTIONS(2714), - [aux_sym_preproc_def_token1] = ACTIONS(2714), - [aux_sym_preproc_if_token1] = ACTIONS(2714), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2714), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2714), - [sym_preproc_directive] = ACTIONS(2714), - [anon_sym_LPAREN2] = ACTIONS(2716), - [anon_sym_BANG] = ACTIONS(2716), - [anon_sym_TILDE] = ACTIONS(2716), - [anon_sym_DASH] = ACTIONS(2714), - [anon_sym_PLUS] = ACTIONS(2714), - [anon_sym_STAR] = ACTIONS(2716), - [anon_sym_AMP_AMP] = ACTIONS(2716), - [anon_sym_AMP] = ACTIONS(2714), - [anon_sym_SEMI] = ACTIONS(2716), - [anon_sym_typedef] = ACTIONS(2714), - [anon_sym_extern] = ACTIONS(2714), - [anon_sym___attribute__] = ACTIONS(2714), - [anon_sym_COLON_COLON] = ACTIONS(2716), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2716), - [anon_sym___declspec] = ACTIONS(2714), - [anon_sym___based] = ACTIONS(2714), - [anon_sym___cdecl] = ACTIONS(2714), - [anon_sym___clrcall] = ACTIONS(2714), - [anon_sym___stdcall] = ACTIONS(2714), - [anon_sym___fastcall] = ACTIONS(2714), - [anon_sym___thiscall] = ACTIONS(2714), - [anon_sym___vectorcall] = ACTIONS(2714), - [anon_sym_LBRACE] = ACTIONS(2716), - [anon_sym_RBRACE] = ACTIONS(2716), - [anon_sym_LBRACK] = ACTIONS(2714), - [anon_sym_static] = ACTIONS(2714), - [anon_sym_register] = ACTIONS(2714), - [anon_sym_inline] = ACTIONS(2714), - [anon_sym_thread_local] = ACTIONS(2714), - [anon_sym_const] = ACTIONS(2714), - [anon_sym_volatile] = ACTIONS(2714), - [anon_sym_restrict] = ACTIONS(2714), - [anon_sym__Atomic] = ACTIONS(2714), - [anon_sym_mutable] = ACTIONS(2714), - [anon_sym_constexpr] = ACTIONS(2714), - [anon_sym_constinit] = ACTIONS(2714), - [anon_sym_consteval] = ACTIONS(2714), - [anon_sym_signed] = ACTIONS(2714), - [anon_sym_unsigned] = ACTIONS(2714), - [anon_sym_long] = ACTIONS(2714), - [anon_sym_short] = ACTIONS(2714), - [sym_primitive_type] = ACTIONS(2714), - [anon_sym_enum] = ACTIONS(2714), - [anon_sym_class] = ACTIONS(2714), - [anon_sym_struct] = ACTIONS(2714), - [anon_sym_union] = ACTIONS(2714), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2714), - [anon_sym_case] = ACTIONS(2714), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2714), - [anon_sym_do] = ACTIONS(2714), - [anon_sym_for] = ACTIONS(2714), - [anon_sym_return] = ACTIONS(2714), - [anon_sym_break] = ACTIONS(2714), - [anon_sym_continue] = ACTIONS(2714), - [anon_sym_goto] = ACTIONS(2714), - [anon_sym_not] = ACTIONS(2714), - [anon_sym_compl] = ACTIONS(2714), - [anon_sym_DASH_DASH] = ACTIONS(2716), - [anon_sym_PLUS_PLUS] = ACTIONS(2716), - [anon_sym_sizeof] = ACTIONS(2714), - [sym_number_literal] = ACTIONS(2716), - [anon_sym_L_SQUOTE] = ACTIONS(2716), - [anon_sym_u_SQUOTE] = ACTIONS(2716), - [anon_sym_U_SQUOTE] = ACTIONS(2716), - [anon_sym_u8_SQUOTE] = ACTIONS(2716), - [anon_sym_SQUOTE] = ACTIONS(2716), - [anon_sym_L_DQUOTE] = ACTIONS(2716), - [anon_sym_u_DQUOTE] = ACTIONS(2716), - [anon_sym_U_DQUOTE] = ACTIONS(2716), - [anon_sym_u8_DQUOTE] = ACTIONS(2716), - [anon_sym_DQUOTE] = ACTIONS(2716), - [sym_true] = ACTIONS(2714), - [sym_false] = ACTIONS(2714), - [sym_null] = ACTIONS(2714), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2714), - [anon_sym_decltype] = ACTIONS(2714), - [anon_sym_virtual] = ACTIONS(2714), - [anon_sym_explicit] = ACTIONS(2714), - [anon_sym_typename] = ACTIONS(2714), - [anon_sym_template] = ACTIONS(2714), - [anon_sym_operator] = ACTIONS(2714), - [anon_sym_try] = ACTIONS(2714), - [anon_sym_delete] = ACTIONS(2714), - [anon_sym_throw] = ACTIONS(2714), - [anon_sym_namespace] = ACTIONS(2714), - [anon_sym_using] = ACTIONS(2714), - [anon_sym_static_assert] = ACTIONS(2714), - [anon_sym_concept] = ACTIONS(2714), - [anon_sym_co_return] = ACTIONS(2714), - [anon_sym_co_yield] = ACTIONS(2714), - [anon_sym_R_DQUOTE] = ACTIONS(2716), - [anon_sym_LR_DQUOTE] = ACTIONS(2716), - [anon_sym_uR_DQUOTE] = ACTIONS(2716), - [anon_sym_UR_DQUOTE] = ACTIONS(2716), - [anon_sym_u8R_DQUOTE] = ACTIONS(2716), - [anon_sym_co_await] = ACTIONS(2714), - [anon_sym_new] = ACTIONS(2714), - [anon_sym_requires] = ACTIONS(2714), - [sym_this] = ACTIONS(2714), - [sym_nullptr] = ACTIONS(2714), + [sym_identifier] = ACTIONS(2824), + [aux_sym_preproc_include_token1] = ACTIONS(2824), + [aux_sym_preproc_def_token1] = ACTIONS(2824), + [aux_sym_preproc_if_token1] = ACTIONS(2824), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2824), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2824), + [sym_preproc_directive] = ACTIONS(2824), + [anon_sym_LPAREN2] = ACTIONS(2826), + [anon_sym_BANG] = ACTIONS(2826), + [anon_sym_TILDE] = ACTIONS(2826), + [anon_sym_DASH] = ACTIONS(2824), + [anon_sym_PLUS] = ACTIONS(2824), + [anon_sym_STAR] = ACTIONS(2826), + [anon_sym_AMP_AMP] = ACTIONS(2826), + [anon_sym_AMP] = ACTIONS(2824), + [anon_sym_SEMI] = ACTIONS(2826), + [anon_sym_typedef] = ACTIONS(2824), + [anon_sym_extern] = ACTIONS(2824), + [anon_sym___attribute__] = ACTIONS(2824), + [anon_sym_COLON_COLON] = ACTIONS(2826), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2826), + [anon_sym___declspec] = ACTIONS(2824), + [anon_sym___based] = ACTIONS(2824), + [anon_sym___cdecl] = ACTIONS(2824), + [anon_sym___clrcall] = ACTIONS(2824), + [anon_sym___stdcall] = ACTIONS(2824), + [anon_sym___fastcall] = ACTIONS(2824), + [anon_sym___thiscall] = ACTIONS(2824), + [anon_sym___vectorcall] = ACTIONS(2824), + [anon_sym_LBRACE] = ACTIONS(2826), + [anon_sym_RBRACE] = ACTIONS(2826), + [anon_sym_LBRACK] = ACTIONS(2824), + [anon_sym_static] = ACTIONS(2824), + [anon_sym_register] = ACTIONS(2824), + [anon_sym_inline] = ACTIONS(2824), + [anon_sym_thread_local] = ACTIONS(2824), + [anon_sym_const] = ACTIONS(2824), + [anon_sym_volatile] = ACTIONS(2824), + [anon_sym_restrict] = ACTIONS(2824), + [anon_sym__Atomic] = ACTIONS(2824), + [anon_sym_mutable] = ACTIONS(2824), + [anon_sym_constexpr] = ACTIONS(2824), + [anon_sym_constinit] = ACTIONS(2824), + [anon_sym_consteval] = ACTIONS(2824), + [anon_sym_signed] = ACTIONS(2824), + [anon_sym_unsigned] = ACTIONS(2824), + [anon_sym_long] = ACTIONS(2824), + [anon_sym_short] = ACTIONS(2824), + [sym_primitive_type] = ACTIONS(2824), + [anon_sym_enum] = ACTIONS(2824), + [anon_sym_class] = ACTIONS(2824), + [anon_sym_struct] = ACTIONS(2824), + [anon_sym_union] = ACTIONS(2824), + [anon_sym_if] = ACTIONS(2824), + [anon_sym_switch] = ACTIONS(2824), + [anon_sym_case] = ACTIONS(2824), + [anon_sym_default] = ACTIONS(2824), + [anon_sym_while] = ACTIONS(2824), + [anon_sym_do] = ACTIONS(2824), + [anon_sym_for] = ACTIONS(2824), + [anon_sym_return] = ACTIONS(2824), + [anon_sym_break] = ACTIONS(2824), + [anon_sym_continue] = ACTIONS(2824), + [anon_sym_goto] = ACTIONS(2824), + [anon_sym_not] = ACTIONS(2824), + [anon_sym_compl] = ACTIONS(2824), + [anon_sym_DASH_DASH] = ACTIONS(2826), + [anon_sym_PLUS_PLUS] = ACTIONS(2826), + [anon_sym_sizeof] = ACTIONS(2824), + [sym_number_literal] = ACTIONS(2826), + [anon_sym_L_SQUOTE] = ACTIONS(2826), + [anon_sym_u_SQUOTE] = ACTIONS(2826), + [anon_sym_U_SQUOTE] = ACTIONS(2826), + [anon_sym_u8_SQUOTE] = ACTIONS(2826), + [anon_sym_SQUOTE] = ACTIONS(2826), + [anon_sym_L_DQUOTE] = ACTIONS(2826), + [anon_sym_u_DQUOTE] = ACTIONS(2826), + [anon_sym_U_DQUOTE] = ACTIONS(2826), + [anon_sym_u8_DQUOTE] = ACTIONS(2826), + [anon_sym_DQUOTE] = ACTIONS(2826), + [sym_true] = ACTIONS(2824), + [sym_false] = ACTIONS(2824), + [sym_null] = ACTIONS(2824), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2824), + [anon_sym_decltype] = ACTIONS(2824), + [anon_sym_virtual] = ACTIONS(2824), + [anon_sym_explicit] = ACTIONS(2824), + [anon_sym_typename] = ACTIONS(2824), + [anon_sym_template] = ACTIONS(2824), + [anon_sym_operator] = ACTIONS(2824), + [anon_sym_try] = ACTIONS(2824), + [anon_sym_delete] = ACTIONS(2824), + [anon_sym_throw] = ACTIONS(2824), + [anon_sym_namespace] = ACTIONS(2824), + [anon_sym_using] = ACTIONS(2824), + [anon_sym_static_assert] = ACTIONS(2824), + [anon_sym_concept] = ACTIONS(2824), + [anon_sym_co_return] = ACTIONS(2824), + [anon_sym_co_yield] = ACTIONS(2824), + [anon_sym_R_DQUOTE] = ACTIONS(2826), + [anon_sym_LR_DQUOTE] = ACTIONS(2826), + [anon_sym_uR_DQUOTE] = ACTIONS(2826), + [anon_sym_UR_DQUOTE] = ACTIONS(2826), + [anon_sym_u8R_DQUOTE] = ACTIONS(2826), + [anon_sym_co_await] = ACTIONS(2824), + [anon_sym_new] = ACTIONS(2824), + [anon_sym_requires] = ACTIONS(2824), + [sym_this] = ACTIONS(2824), + [sym_nullptr] = ACTIONS(2824), }, [1050] = { - [sym_identifier] = ACTIONS(2710), - [aux_sym_preproc_include_token1] = ACTIONS(2710), - [aux_sym_preproc_def_token1] = ACTIONS(2710), - [aux_sym_preproc_if_token1] = ACTIONS(2710), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2710), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2710), - [sym_preproc_directive] = ACTIONS(2710), - [anon_sym_LPAREN2] = ACTIONS(2712), - [anon_sym_BANG] = ACTIONS(2712), - [anon_sym_TILDE] = ACTIONS(2712), - [anon_sym_DASH] = ACTIONS(2710), - [anon_sym_PLUS] = ACTIONS(2710), - [anon_sym_STAR] = ACTIONS(2712), - [anon_sym_AMP_AMP] = ACTIONS(2712), - [anon_sym_AMP] = ACTIONS(2710), - [anon_sym_SEMI] = ACTIONS(2712), - [anon_sym_typedef] = ACTIONS(2710), - [anon_sym_extern] = ACTIONS(2710), - [anon_sym___attribute__] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(2712), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2712), - [anon_sym___declspec] = ACTIONS(2710), - [anon_sym___based] = ACTIONS(2710), - [anon_sym___cdecl] = ACTIONS(2710), - [anon_sym___clrcall] = ACTIONS(2710), - [anon_sym___stdcall] = ACTIONS(2710), - [anon_sym___fastcall] = ACTIONS(2710), - [anon_sym___thiscall] = ACTIONS(2710), - [anon_sym___vectorcall] = ACTIONS(2710), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_RBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2710), - [anon_sym_static] = ACTIONS(2710), - [anon_sym_register] = ACTIONS(2710), - [anon_sym_inline] = ACTIONS(2710), - [anon_sym_thread_local] = ACTIONS(2710), - [anon_sym_const] = ACTIONS(2710), - [anon_sym_volatile] = ACTIONS(2710), - [anon_sym_restrict] = ACTIONS(2710), - [anon_sym__Atomic] = ACTIONS(2710), - [anon_sym_mutable] = ACTIONS(2710), - [anon_sym_constexpr] = ACTIONS(2710), - [anon_sym_constinit] = ACTIONS(2710), - [anon_sym_consteval] = ACTIONS(2710), - [anon_sym_signed] = ACTIONS(2710), - [anon_sym_unsigned] = ACTIONS(2710), - [anon_sym_long] = ACTIONS(2710), - [anon_sym_short] = ACTIONS(2710), - [sym_primitive_type] = ACTIONS(2710), - [anon_sym_enum] = ACTIONS(2710), - [anon_sym_class] = ACTIONS(2710), - [anon_sym_struct] = ACTIONS(2710), - [anon_sym_union] = ACTIONS(2710), - [anon_sym_if] = ACTIONS(2710), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2710), - [anon_sym_default] = ACTIONS(2710), - [anon_sym_while] = ACTIONS(2710), - [anon_sym_do] = ACTIONS(2710), - [anon_sym_for] = ACTIONS(2710), - [anon_sym_return] = ACTIONS(2710), - [anon_sym_break] = ACTIONS(2710), - [anon_sym_continue] = ACTIONS(2710), - [anon_sym_goto] = ACTIONS(2710), - [anon_sym_not] = ACTIONS(2710), - [anon_sym_compl] = ACTIONS(2710), - [anon_sym_DASH_DASH] = ACTIONS(2712), - [anon_sym_PLUS_PLUS] = ACTIONS(2712), - [anon_sym_sizeof] = ACTIONS(2710), - [sym_number_literal] = ACTIONS(2712), - [anon_sym_L_SQUOTE] = ACTIONS(2712), - [anon_sym_u_SQUOTE] = ACTIONS(2712), - [anon_sym_U_SQUOTE] = ACTIONS(2712), - [anon_sym_u8_SQUOTE] = ACTIONS(2712), - [anon_sym_SQUOTE] = ACTIONS(2712), - [anon_sym_L_DQUOTE] = ACTIONS(2712), - [anon_sym_u_DQUOTE] = ACTIONS(2712), - [anon_sym_U_DQUOTE] = ACTIONS(2712), - [anon_sym_u8_DQUOTE] = ACTIONS(2712), - [anon_sym_DQUOTE] = ACTIONS(2712), - [sym_true] = ACTIONS(2710), - [sym_false] = ACTIONS(2710), - [sym_null] = ACTIONS(2710), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2710), - [anon_sym_decltype] = ACTIONS(2710), - [anon_sym_virtual] = ACTIONS(2710), - [anon_sym_explicit] = ACTIONS(2710), - [anon_sym_typename] = ACTIONS(2710), - [anon_sym_template] = ACTIONS(2710), - [anon_sym_operator] = ACTIONS(2710), - [anon_sym_try] = ACTIONS(2710), - [anon_sym_delete] = ACTIONS(2710), - [anon_sym_throw] = ACTIONS(2710), - [anon_sym_namespace] = ACTIONS(2710), - [anon_sym_using] = ACTIONS(2710), - [anon_sym_static_assert] = ACTIONS(2710), - [anon_sym_concept] = ACTIONS(2710), - [anon_sym_co_return] = ACTIONS(2710), - [anon_sym_co_yield] = ACTIONS(2710), - [anon_sym_R_DQUOTE] = ACTIONS(2712), - [anon_sym_LR_DQUOTE] = ACTIONS(2712), - [anon_sym_uR_DQUOTE] = ACTIONS(2712), - [anon_sym_UR_DQUOTE] = ACTIONS(2712), - [anon_sym_u8R_DQUOTE] = ACTIONS(2712), - [anon_sym_co_await] = ACTIONS(2710), - [anon_sym_new] = ACTIONS(2710), - [anon_sym_requires] = ACTIONS(2710), - [sym_this] = ACTIONS(2710), - [sym_nullptr] = ACTIONS(2710), + [sym_identifier] = ACTIONS(2820), + [aux_sym_preproc_include_token1] = ACTIONS(2820), + [aux_sym_preproc_def_token1] = ACTIONS(2820), + [aux_sym_preproc_if_token1] = ACTIONS(2820), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2820), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2820), + [sym_preproc_directive] = ACTIONS(2820), + [anon_sym_LPAREN2] = ACTIONS(2822), + [anon_sym_BANG] = ACTIONS(2822), + [anon_sym_TILDE] = ACTIONS(2822), + [anon_sym_DASH] = ACTIONS(2820), + [anon_sym_PLUS] = ACTIONS(2820), + [anon_sym_STAR] = ACTIONS(2822), + [anon_sym_AMP_AMP] = ACTIONS(2822), + [anon_sym_AMP] = ACTIONS(2820), + [anon_sym_SEMI] = ACTIONS(2822), + [anon_sym_typedef] = ACTIONS(2820), + [anon_sym_extern] = ACTIONS(2820), + [anon_sym___attribute__] = ACTIONS(2820), + [anon_sym_COLON_COLON] = ACTIONS(2822), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2822), + [anon_sym___declspec] = ACTIONS(2820), + [anon_sym___based] = ACTIONS(2820), + [anon_sym___cdecl] = ACTIONS(2820), + [anon_sym___clrcall] = ACTIONS(2820), + [anon_sym___stdcall] = ACTIONS(2820), + [anon_sym___fastcall] = ACTIONS(2820), + [anon_sym___thiscall] = ACTIONS(2820), + [anon_sym___vectorcall] = ACTIONS(2820), + [anon_sym_LBRACE] = ACTIONS(2822), + [anon_sym_RBRACE] = ACTIONS(2822), + [anon_sym_LBRACK] = ACTIONS(2820), + [anon_sym_static] = ACTIONS(2820), + [anon_sym_register] = ACTIONS(2820), + [anon_sym_inline] = ACTIONS(2820), + [anon_sym_thread_local] = ACTIONS(2820), + [anon_sym_const] = ACTIONS(2820), + [anon_sym_volatile] = ACTIONS(2820), + [anon_sym_restrict] = ACTIONS(2820), + [anon_sym__Atomic] = ACTIONS(2820), + [anon_sym_mutable] = ACTIONS(2820), + [anon_sym_constexpr] = ACTIONS(2820), + [anon_sym_constinit] = ACTIONS(2820), + [anon_sym_consteval] = ACTIONS(2820), + [anon_sym_signed] = ACTIONS(2820), + [anon_sym_unsigned] = ACTIONS(2820), + [anon_sym_long] = ACTIONS(2820), + [anon_sym_short] = ACTIONS(2820), + [sym_primitive_type] = ACTIONS(2820), + [anon_sym_enum] = ACTIONS(2820), + [anon_sym_class] = ACTIONS(2820), + [anon_sym_struct] = ACTIONS(2820), + [anon_sym_union] = ACTIONS(2820), + [anon_sym_if] = ACTIONS(2820), + [anon_sym_switch] = ACTIONS(2820), + [anon_sym_case] = ACTIONS(2820), + [anon_sym_default] = ACTIONS(2820), + [anon_sym_while] = ACTIONS(2820), + [anon_sym_do] = ACTIONS(2820), + [anon_sym_for] = ACTIONS(2820), + [anon_sym_return] = ACTIONS(2820), + [anon_sym_break] = ACTIONS(2820), + [anon_sym_continue] = ACTIONS(2820), + [anon_sym_goto] = ACTIONS(2820), + [anon_sym_not] = ACTIONS(2820), + [anon_sym_compl] = ACTIONS(2820), + [anon_sym_DASH_DASH] = ACTIONS(2822), + [anon_sym_PLUS_PLUS] = ACTIONS(2822), + [anon_sym_sizeof] = ACTIONS(2820), + [sym_number_literal] = ACTIONS(2822), + [anon_sym_L_SQUOTE] = ACTIONS(2822), + [anon_sym_u_SQUOTE] = ACTIONS(2822), + [anon_sym_U_SQUOTE] = ACTIONS(2822), + [anon_sym_u8_SQUOTE] = ACTIONS(2822), + [anon_sym_SQUOTE] = ACTIONS(2822), + [anon_sym_L_DQUOTE] = ACTIONS(2822), + [anon_sym_u_DQUOTE] = ACTIONS(2822), + [anon_sym_U_DQUOTE] = ACTIONS(2822), + [anon_sym_u8_DQUOTE] = ACTIONS(2822), + [anon_sym_DQUOTE] = ACTIONS(2822), + [sym_true] = ACTIONS(2820), + [sym_false] = ACTIONS(2820), + [sym_null] = ACTIONS(2820), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2820), + [anon_sym_decltype] = ACTIONS(2820), + [anon_sym_virtual] = ACTIONS(2820), + [anon_sym_explicit] = ACTIONS(2820), + [anon_sym_typename] = ACTIONS(2820), + [anon_sym_template] = ACTIONS(2820), + [anon_sym_operator] = ACTIONS(2820), + [anon_sym_try] = ACTIONS(2820), + [anon_sym_delete] = ACTIONS(2820), + [anon_sym_throw] = ACTIONS(2820), + [anon_sym_namespace] = ACTIONS(2820), + [anon_sym_using] = ACTIONS(2820), + [anon_sym_static_assert] = ACTIONS(2820), + [anon_sym_concept] = ACTIONS(2820), + [anon_sym_co_return] = ACTIONS(2820), + [anon_sym_co_yield] = ACTIONS(2820), + [anon_sym_R_DQUOTE] = ACTIONS(2822), + [anon_sym_LR_DQUOTE] = ACTIONS(2822), + [anon_sym_uR_DQUOTE] = ACTIONS(2822), + [anon_sym_UR_DQUOTE] = ACTIONS(2822), + [anon_sym_u8R_DQUOTE] = ACTIONS(2822), + [anon_sym_co_await] = ACTIONS(2820), + [anon_sym_new] = ACTIONS(2820), + [anon_sym_requires] = ACTIONS(2820), + [sym_this] = ACTIONS(2820), + [sym_nullptr] = ACTIONS(2820), }, [1051] = { - [sym_identifier] = ACTIONS(2706), - [aux_sym_preproc_include_token1] = ACTIONS(2706), - [aux_sym_preproc_def_token1] = ACTIONS(2706), - [aux_sym_preproc_if_token1] = ACTIONS(2706), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2706), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2706), - [sym_preproc_directive] = ACTIONS(2706), - [anon_sym_LPAREN2] = ACTIONS(2708), - [anon_sym_BANG] = ACTIONS(2708), - [anon_sym_TILDE] = ACTIONS(2708), - [anon_sym_DASH] = ACTIONS(2706), - [anon_sym_PLUS] = ACTIONS(2706), - [anon_sym_STAR] = ACTIONS(2708), - [anon_sym_AMP_AMP] = ACTIONS(2708), - [anon_sym_AMP] = ACTIONS(2706), - [anon_sym_SEMI] = ACTIONS(2708), - [anon_sym_typedef] = ACTIONS(2706), - [anon_sym_extern] = ACTIONS(2706), - [anon_sym___attribute__] = ACTIONS(2706), - [anon_sym_COLON_COLON] = ACTIONS(2708), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2708), - [anon_sym___declspec] = ACTIONS(2706), - [anon_sym___based] = ACTIONS(2706), - [anon_sym___cdecl] = ACTIONS(2706), - [anon_sym___clrcall] = ACTIONS(2706), - [anon_sym___stdcall] = ACTIONS(2706), - [anon_sym___fastcall] = ACTIONS(2706), - [anon_sym___thiscall] = ACTIONS(2706), - [anon_sym___vectorcall] = ACTIONS(2706), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_RBRACE] = ACTIONS(2708), - [anon_sym_LBRACK] = ACTIONS(2706), - [anon_sym_static] = ACTIONS(2706), - [anon_sym_register] = ACTIONS(2706), - [anon_sym_inline] = ACTIONS(2706), - [anon_sym_thread_local] = ACTIONS(2706), - [anon_sym_const] = ACTIONS(2706), - [anon_sym_volatile] = ACTIONS(2706), - [anon_sym_restrict] = ACTIONS(2706), - [anon_sym__Atomic] = ACTIONS(2706), - [anon_sym_mutable] = ACTIONS(2706), - [anon_sym_constexpr] = ACTIONS(2706), - [anon_sym_constinit] = ACTIONS(2706), - [anon_sym_consteval] = ACTIONS(2706), - [anon_sym_signed] = ACTIONS(2706), - [anon_sym_unsigned] = ACTIONS(2706), - [anon_sym_long] = ACTIONS(2706), - [anon_sym_short] = ACTIONS(2706), - [sym_primitive_type] = ACTIONS(2706), - [anon_sym_enum] = ACTIONS(2706), - [anon_sym_class] = ACTIONS(2706), - [anon_sym_struct] = ACTIONS(2706), - [anon_sym_union] = ACTIONS(2706), - [anon_sym_if] = ACTIONS(2706), - [anon_sym_switch] = ACTIONS(2706), - [anon_sym_case] = ACTIONS(2706), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2706), - [anon_sym_do] = ACTIONS(2706), - [anon_sym_for] = ACTIONS(2706), - [anon_sym_return] = ACTIONS(2706), - [anon_sym_break] = ACTIONS(2706), - [anon_sym_continue] = ACTIONS(2706), - [anon_sym_goto] = ACTIONS(2706), - [anon_sym_not] = ACTIONS(2706), - [anon_sym_compl] = ACTIONS(2706), - [anon_sym_DASH_DASH] = ACTIONS(2708), - [anon_sym_PLUS_PLUS] = ACTIONS(2708), - [anon_sym_sizeof] = ACTIONS(2706), - [sym_number_literal] = ACTIONS(2708), - [anon_sym_L_SQUOTE] = ACTIONS(2708), - [anon_sym_u_SQUOTE] = ACTIONS(2708), - [anon_sym_U_SQUOTE] = ACTIONS(2708), - [anon_sym_u8_SQUOTE] = ACTIONS(2708), - [anon_sym_SQUOTE] = ACTIONS(2708), - [anon_sym_L_DQUOTE] = ACTIONS(2708), - [anon_sym_u_DQUOTE] = ACTIONS(2708), - [anon_sym_U_DQUOTE] = ACTIONS(2708), - [anon_sym_u8_DQUOTE] = ACTIONS(2708), - [anon_sym_DQUOTE] = ACTIONS(2708), - [sym_true] = ACTIONS(2706), - [sym_false] = ACTIONS(2706), - [sym_null] = ACTIONS(2706), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2706), - [anon_sym_decltype] = ACTIONS(2706), - [anon_sym_virtual] = ACTIONS(2706), - [anon_sym_explicit] = ACTIONS(2706), - [anon_sym_typename] = ACTIONS(2706), - [anon_sym_template] = ACTIONS(2706), - [anon_sym_operator] = ACTIONS(2706), - [anon_sym_try] = ACTIONS(2706), - [anon_sym_delete] = ACTIONS(2706), - [anon_sym_throw] = ACTIONS(2706), - [anon_sym_namespace] = ACTIONS(2706), - [anon_sym_using] = ACTIONS(2706), - [anon_sym_static_assert] = ACTIONS(2706), - [anon_sym_concept] = ACTIONS(2706), - [anon_sym_co_return] = ACTIONS(2706), - [anon_sym_co_yield] = ACTIONS(2706), - [anon_sym_R_DQUOTE] = ACTIONS(2708), - [anon_sym_LR_DQUOTE] = ACTIONS(2708), - [anon_sym_uR_DQUOTE] = ACTIONS(2708), - [anon_sym_UR_DQUOTE] = ACTIONS(2708), - [anon_sym_u8R_DQUOTE] = ACTIONS(2708), - [anon_sym_co_await] = ACTIONS(2706), - [anon_sym_new] = ACTIONS(2706), - [anon_sym_requires] = ACTIONS(2706), - [sym_this] = ACTIONS(2706), - [sym_nullptr] = ACTIONS(2706), + [sym_identifier] = ACTIONS(2816), + [aux_sym_preproc_include_token1] = ACTIONS(2816), + [aux_sym_preproc_def_token1] = ACTIONS(2816), + [aux_sym_preproc_if_token1] = ACTIONS(2816), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2816), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2816), + [sym_preproc_directive] = ACTIONS(2816), + [anon_sym_LPAREN2] = ACTIONS(2818), + [anon_sym_BANG] = ACTIONS(2818), + [anon_sym_TILDE] = ACTIONS(2818), + [anon_sym_DASH] = ACTIONS(2816), + [anon_sym_PLUS] = ACTIONS(2816), + [anon_sym_STAR] = ACTIONS(2818), + [anon_sym_AMP_AMP] = ACTIONS(2818), + [anon_sym_AMP] = ACTIONS(2816), + [anon_sym_SEMI] = ACTIONS(2818), + [anon_sym_typedef] = ACTIONS(2816), + [anon_sym_extern] = ACTIONS(2816), + [anon_sym___attribute__] = ACTIONS(2816), + [anon_sym_COLON_COLON] = ACTIONS(2818), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2818), + [anon_sym___declspec] = ACTIONS(2816), + [anon_sym___based] = ACTIONS(2816), + [anon_sym___cdecl] = ACTIONS(2816), + [anon_sym___clrcall] = ACTIONS(2816), + [anon_sym___stdcall] = ACTIONS(2816), + [anon_sym___fastcall] = ACTIONS(2816), + [anon_sym___thiscall] = ACTIONS(2816), + [anon_sym___vectorcall] = ACTIONS(2816), + [anon_sym_LBRACE] = ACTIONS(2818), + [anon_sym_RBRACE] = ACTIONS(2818), + [anon_sym_LBRACK] = ACTIONS(2816), + [anon_sym_static] = ACTIONS(2816), + [anon_sym_register] = ACTIONS(2816), + [anon_sym_inline] = ACTIONS(2816), + [anon_sym_thread_local] = ACTIONS(2816), + [anon_sym_const] = ACTIONS(2816), + [anon_sym_volatile] = ACTIONS(2816), + [anon_sym_restrict] = ACTIONS(2816), + [anon_sym__Atomic] = ACTIONS(2816), + [anon_sym_mutable] = ACTIONS(2816), + [anon_sym_constexpr] = ACTIONS(2816), + [anon_sym_constinit] = ACTIONS(2816), + [anon_sym_consteval] = ACTIONS(2816), + [anon_sym_signed] = ACTIONS(2816), + [anon_sym_unsigned] = ACTIONS(2816), + [anon_sym_long] = ACTIONS(2816), + [anon_sym_short] = ACTIONS(2816), + [sym_primitive_type] = ACTIONS(2816), + [anon_sym_enum] = ACTIONS(2816), + [anon_sym_class] = ACTIONS(2816), + [anon_sym_struct] = ACTIONS(2816), + [anon_sym_union] = ACTIONS(2816), + [anon_sym_if] = ACTIONS(2816), + [anon_sym_switch] = ACTIONS(2816), + [anon_sym_case] = ACTIONS(2816), + [anon_sym_default] = ACTIONS(2816), + [anon_sym_while] = ACTIONS(2816), + [anon_sym_do] = ACTIONS(2816), + [anon_sym_for] = ACTIONS(2816), + [anon_sym_return] = ACTIONS(2816), + [anon_sym_break] = ACTIONS(2816), + [anon_sym_continue] = ACTIONS(2816), + [anon_sym_goto] = ACTIONS(2816), + [anon_sym_not] = ACTIONS(2816), + [anon_sym_compl] = ACTIONS(2816), + [anon_sym_DASH_DASH] = ACTIONS(2818), + [anon_sym_PLUS_PLUS] = ACTIONS(2818), + [anon_sym_sizeof] = ACTIONS(2816), + [sym_number_literal] = ACTIONS(2818), + [anon_sym_L_SQUOTE] = ACTIONS(2818), + [anon_sym_u_SQUOTE] = ACTIONS(2818), + [anon_sym_U_SQUOTE] = ACTIONS(2818), + [anon_sym_u8_SQUOTE] = ACTIONS(2818), + [anon_sym_SQUOTE] = ACTIONS(2818), + [anon_sym_L_DQUOTE] = ACTIONS(2818), + [anon_sym_u_DQUOTE] = ACTIONS(2818), + [anon_sym_U_DQUOTE] = ACTIONS(2818), + [anon_sym_u8_DQUOTE] = ACTIONS(2818), + [anon_sym_DQUOTE] = ACTIONS(2818), + [sym_true] = ACTIONS(2816), + [sym_false] = ACTIONS(2816), + [sym_null] = ACTIONS(2816), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2816), + [anon_sym_decltype] = ACTIONS(2816), + [anon_sym_virtual] = ACTIONS(2816), + [anon_sym_explicit] = ACTIONS(2816), + [anon_sym_typename] = ACTIONS(2816), + [anon_sym_template] = ACTIONS(2816), + [anon_sym_operator] = ACTIONS(2816), + [anon_sym_try] = ACTIONS(2816), + [anon_sym_delete] = ACTIONS(2816), + [anon_sym_throw] = ACTIONS(2816), + [anon_sym_namespace] = ACTIONS(2816), + [anon_sym_using] = ACTIONS(2816), + [anon_sym_static_assert] = ACTIONS(2816), + [anon_sym_concept] = ACTIONS(2816), + [anon_sym_co_return] = ACTIONS(2816), + [anon_sym_co_yield] = ACTIONS(2816), + [anon_sym_R_DQUOTE] = ACTIONS(2818), + [anon_sym_LR_DQUOTE] = ACTIONS(2818), + [anon_sym_uR_DQUOTE] = ACTIONS(2818), + [anon_sym_UR_DQUOTE] = ACTIONS(2818), + [anon_sym_u8R_DQUOTE] = ACTIONS(2818), + [anon_sym_co_await] = ACTIONS(2816), + [anon_sym_new] = ACTIONS(2816), + [anon_sym_requires] = ACTIONS(2816), + [sym_this] = ACTIONS(2816), + [sym_nullptr] = ACTIONS(2816), }, [1052] = { - [sym_identifier] = ACTIONS(2702), - [aux_sym_preproc_include_token1] = ACTIONS(2702), - [aux_sym_preproc_def_token1] = ACTIONS(2702), - [aux_sym_preproc_if_token1] = ACTIONS(2702), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2702), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2702), - [sym_preproc_directive] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2702), - [anon_sym_PLUS] = ACTIONS(2702), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_AMP_AMP] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2702), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_typedef] = ACTIONS(2702), - [anon_sym_extern] = ACTIONS(2702), - [anon_sym___attribute__] = ACTIONS(2702), - [anon_sym_COLON_COLON] = ACTIONS(2704), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2704), - [anon_sym___declspec] = ACTIONS(2702), - [anon_sym___based] = ACTIONS(2702), - [anon_sym___cdecl] = ACTIONS(2702), - [anon_sym___clrcall] = ACTIONS(2702), - [anon_sym___stdcall] = ACTIONS(2702), - [anon_sym___fastcall] = ACTIONS(2702), - [anon_sym___thiscall] = ACTIONS(2702), - [anon_sym___vectorcall] = ACTIONS(2702), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_RBRACE] = ACTIONS(2704), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_static] = ACTIONS(2702), - [anon_sym_register] = ACTIONS(2702), - [anon_sym_inline] = ACTIONS(2702), - [anon_sym_thread_local] = ACTIONS(2702), - [anon_sym_const] = ACTIONS(2702), - [anon_sym_volatile] = ACTIONS(2702), - [anon_sym_restrict] = ACTIONS(2702), - [anon_sym__Atomic] = ACTIONS(2702), - [anon_sym_mutable] = ACTIONS(2702), - [anon_sym_constexpr] = ACTIONS(2702), - [anon_sym_constinit] = ACTIONS(2702), - [anon_sym_consteval] = ACTIONS(2702), - [anon_sym_signed] = ACTIONS(2702), - [anon_sym_unsigned] = ACTIONS(2702), - [anon_sym_long] = ACTIONS(2702), - [anon_sym_short] = ACTIONS(2702), - [sym_primitive_type] = ACTIONS(2702), - [anon_sym_enum] = ACTIONS(2702), - [anon_sym_class] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2702), - [anon_sym_union] = ACTIONS(2702), - [anon_sym_if] = ACTIONS(2702), - [anon_sym_switch] = ACTIONS(2702), - [anon_sym_case] = ACTIONS(2702), - [anon_sym_default] = ACTIONS(2702), - [anon_sym_while] = ACTIONS(2702), - [anon_sym_do] = ACTIONS(2702), - [anon_sym_for] = ACTIONS(2702), - [anon_sym_return] = ACTIONS(2702), - [anon_sym_break] = ACTIONS(2702), - [anon_sym_continue] = ACTIONS(2702), - [anon_sym_goto] = ACTIONS(2702), - [anon_sym_not] = ACTIONS(2702), - [anon_sym_compl] = ACTIONS(2702), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_sizeof] = ACTIONS(2702), - [sym_number_literal] = ACTIONS(2704), - [anon_sym_L_SQUOTE] = ACTIONS(2704), - [anon_sym_u_SQUOTE] = ACTIONS(2704), - [anon_sym_U_SQUOTE] = ACTIONS(2704), - [anon_sym_u8_SQUOTE] = ACTIONS(2704), - [anon_sym_SQUOTE] = ACTIONS(2704), - [anon_sym_L_DQUOTE] = ACTIONS(2704), - [anon_sym_u_DQUOTE] = ACTIONS(2704), - [anon_sym_U_DQUOTE] = ACTIONS(2704), - [anon_sym_u8_DQUOTE] = ACTIONS(2704), - [anon_sym_DQUOTE] = ACTIONS(2704), - [sym_true] = ACTIONS(2702), - [sym_false] = ACTIONS(2702), - [sym_null] = ACTIONS(2702), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2702), - [anon_sym_decltype] = ACTIONS(2702), - [anon_sym_virtual] = ACTIONS(2702), - [anon_sym_explicit] = ACTIONS(2702), - [anon_sym_typename] = ACTIONS(2702), - [anon_sym_template] = ACTIONS(2702), - [anon_sym_operator] = ACTIONS(2702), - [anon_sym_try] = ACTIONS(2702), - [anon_sym_delete] = ACTIONS(2702), - [anon_sym_throw] = ACTIONS(2702), - [anon_sym_namespace] = ACTIONS(2702), - [anon_sym_using] = ACTIONS(2702), - [anon_sym_static_assert] = ACTIONS(2702), - [anon_sym_concept] = ACTIONS(2702), - [anon_sym_co_return] = ACTIONS(2702), - [anon_sym_co_yield] = ACTIONS(2702), - [anon_sym_R_DQUOTE] = ACTIONS(2704), - [anon_sym_LR_DQUOTE] = ACTIONS(2704), - [anon_sym_uR_DQUOTE] = ACTIONS(2704), - [anon_sym_UR_DQUOTE] = ACTIONS(2704), - [anon_sym_u8R_DQUOTE] = ACTIONS(2704), - [anon_sym_co_await] = ACTIONS(2702), - [anon_sym_new] = ACTIONS(2702), - [anon_sym_requires] = ACTIONS(2702), - [sym_this] = ACTIONS(2702), - [sym_nullptr] = ACTIONS(2702), + [ts_builtin_sym_end] = ACTIONS(2666), + [sym_identifier] = ACTIONS(2664), + [aux_sym_preproc_include_token1] = ACTIONS(2664), + [aux_sym_preproc_def_token1] = ACTIONS(2664), + [aux_sym_preproc_if_token1] = ACTIONS(2664), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2664), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2664), + [sym_preproc_directive] = ACTIONS(2664), + [anon_sym_LPAREN2] = ACTIONS(2666), + [anon_sym_BANG] = ACTIONS(2666), + [anon_sym_TILDE] = ACTIONS(2666), + [anon_sym_DASH] = ACTIONS(2664), + [anon_sym_PLUS] = ACTIONS(2664), + [anon_sym_STAR] = ACTIONS(2666), + [anon_sym_AMP_AMP] = ACTIONS(2666), + [anon_sym_AMP] = ACTIONS(2664), + [anon_sym_SEMI] = ACTIONS(2666), + [anon_sym_typedef] = ACTIONS(2664), + [anon_sym_extern] = ACTIONS(2664), + [anon_sym___attribute__] = ACTIONS(2664), + [anon_sym_COLON_COLON] = ACTIONS(2666), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2666), + [anon_sym___declspec] = ACTIONS(2664), + [anon_sym___based] = ACTIONS(2664), + [anon_sym___cdecl] = ACTIONS(2664), + [anon_sym___clrcall] = ACTIONS(2664), + [anon_sym___stdcall] = ACTIONS(2664), + [anon_sym___fastcall] = ACTIONS(2664), + [anon_sym___thiscall] = ACTIONS(2664), + [anon_sym___vectorcall] = ACTIONS(2664), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_LBRACK] = ACTIONS(2664), + [anon_sym_static] = ACTIONS(2664), + [anon_sym_register] = ACTIONS(2664), + [anon_sym_inline] = ACTIONS(2664), + [anon_sym_thread_local] = ACTIONS(2664), + [anon_sym_const] = ACTIONS(2664), + [anon_sym_volatile] = ACTIONS(2664), + [anon_sym_restrict] = ACTIONS(2664), + [anon_sym__Atomic] = ACTIONS(2664), + [anon_sym_mutable] = ACTIONS(2664), + [anon_sym_constexpr] = ACTIONS(2664), + [anon_sym_constinit] = ACTIONS(2664), + [anon_sym_consteval] = ACTIONS(2664), + [anon_sym_signed] = ACTIONS(2664), + [anon_sym_unsigned] = ACTIONS(2664), + [anon_sym_long] = ACTIONS(2664), + [anon_sym_short] = ACTIONS(2664), + [sym_primitive_type] = ACTIONS(2664), + [anon_sym_enum] = ACTIONS(2664), + [anon_sym_class] = ACTIONS(2664), + [anon_sym_struct] = ACTIONS(2664), + [anon_sym_union] = ACTIONS(2664), + [anon_sym_if] = ACTIONS(2664), + [anon_sym_switch] = ACTIONS(2664), + [anon_sym_case] = ACTIONS(2664), + [anon_sym_default] = ACTIONS(2664), + [anon_sym_while] = ACTIONS(2664), + [anon_sym_do] = ACTIONS(2664), + [anon_sym_for] = ACTIONS(2664), + [anon_sym_return] = ACTIONS(2664), + [anon_sym_break] = ACTIONS(2664), + [anon_sym_continue] = ACTIONS(2664), + [anon_sym_goto] = ACTIONS(2664), + [anon_sym_not] = ACTIONS(2664), + [anon_sym_compl] = ACTIONS(2664), + [anon_sym_DASH_DASH] = ACTIONS(2666), + [anon_sym_PLUS_PLUS] = ACTIONS(2666), + [anon_sym_sizeof] = ACTIONS(2664), + [sym_number_literal] = ACTIONS(2666), + [anon_sym_L_SQUOTE] = ACTIONS(2666), + [anon_sym_u_SQUOTE] = ACTIONS(2666), + [anon_sym_U_SQUOTE] = ACTIONS(2666), + [anon_sym_u8_SQUOTE] = ACTIONS(2666), + [anon_sym_SQUOTE] = ACTIONS(2666), + [anon_sym_L_DQUOTE] = ACTIONS(2666), + [anon_sym_u_DQUOTE] = ACTIONS(2666), + [anon_sym_U_DQUOTE] = ACTIONS(2666), + [anon_sym_u8_DQUOTE] = ACTIONS(2666), + [anon_sym_DQUOTE] = ACTIONS(2666), + [sym_true] = ACTIONS(2664), + [sym_false] = ACTIONS(2664), + [sym_null] = ACTIONS(2664), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2664), + [anon_sym_decltype] = ACTIONS(2664), + [anon_sym_virtual] = ACTIONS(2664), + [anon_sym_explicit] = ACTIONS(2664), + [anon_sym_typename] = ACTIONS(2664), + [anon_sym_template] = ACTIONS(2664), + [anon_sym_operator] = ACTIONS(2664), + [anon_sym_try] = ACTIONS(2664), + [anon_sym_delete] = ACTIONS(2664), + [anon_sym_throw] = ACTIONS(2664), + [anon_sym_namespace] = ACTIONS(2664), + [anon_sym_using] = ACTIONS(2664), + [anon_sym_static_assert] = ACTIONS(2664), + [anon_sym_concept] = ACTIONS(2664), + [anon_sym_co_return] = ACTIONS(2664), + [anon_sym_co_yield] = ACTIONS(2664), + [anon_sym_R_DQUOTE] = ACTIONS(2666), + [anon_sym_LR_DQUOTE] = ACTIONS(2666), + [anon_sym_uR_DQUOTE] = ACTIONS(2666), + [anon_sym_UR_DQUOTE] = ACTIONS(2666), + [anon_sym_u8R_DQUOTE] = ACTIONS(2666), + [anon_sym_co_await] = ACTIONS(2664), + [anon_sym_new] = ACTIONS(2664), + [anon_sym_requires] = ACTIONS(2664), + [sym_this] = ACTIONS(2664), + [sym_nullptr] = ACTIONS(2664), }, [1053] = { - [sym_identifier] = ACTIONS(2698), - [aux_sym_preproc_include_token1] = ACTIONS(2698), - [aux_sym_preproc_def_token1] = ACTIONS(2698), - [aux_sym_preproc_if_token1] = ACTIONS(2698), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2698), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2698), - [sym_preproc_directive] = ACTIONS(2698), - [anon_sym_LPAREN2] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2698), - [anon_sym_PLUS] = ACTIONS(2698), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2698), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_typedef] = ACTIONS(2698), - [anon_sym_extern] = ACTIONS(2698), - [anon_sym___attribute__] = ACTIONS(2698), - [anon_sym_COLON_COLON] = ACTIONS(2700), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2700), - [anon_sym___declspec] = ACTIONS(2698), - [anon_sym___based] = ACTIONS(2698), - [anon_sym___cdecl] = ACTIONS(2698), - [anon_sym___clrcall] = ACTIONS(2698), - [anon_sym___stdcall] = ACTIONS(2698), - [anon_sym___fastcall] = ACTIONS(2698), - [anon_sym___thiscall] = ACTIONS(2698), - [anon_sym___vectorcall] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_RBRACE] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_static] = ACTIONS(2698), - [anon_sym_register] = ACTIONS(2698), - [anon_sym_inline] = ACTIONS(2698), - [anon_sym_thread_local] = ACTIONS(2698), - [anon_sym_const] = ACTIONS(2698), - [anon_sym_volatile] = ACTIONS(2698), - [anon_sym_restrict] = ACTIONS(2698), - [anon_sym__Atomic] = ACTIONS(2698), - [anon_sym_mutable] = ACTIONS(2698), - [anon_sym_constexpr] = ACTIONS(2698), - [anon_sym_constinit] = ACTIONS(2698), - [anon_sym_consteval] = ACTIONS(2698), - [anon_sym_signed] = ACTIONS(2698), - [anon_sym_unsigned] = ACTIONS(2698), - [anon_sym_long] = ACTIONS(2698), - [anon_sym_short] = ACTIONS(2698), - [sym_primitive_type] = ACTIONS(2698), - [anon_sym_enum] = ACTIONS(2698), - [anon_sym_class] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2698), - [anon_sym_union] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2698), - [anon_sym_switch] = ACTIONS(2698), - [anon_sym_case] = ACTIONS(2698), - [anon_sym_default] = ACTIONS(2698), - [anon_sym_while] = ACTIONS(2698), - [anon_sym_do] = ACTIONS(2698), - [anon_sym_for] = ACTIONS(2698), - [anon_sym_return] = ACTIONS(2698), - [anon_sym_break] = ACTIONS(2698), - [anon_sym_continue] = ACTIONS(2698), - [anon_sym_goto] = ACTIONS(2698), - [anon_sym_not] = ACTIONS(2698), - [anon_sym_compl] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_sizeof] = ACTIONS(2698), - [sym_number_literal] = ACTIONS(2700), - [anon_sym_L_SQUOTE] = ACTIONS(2700), - [anon_sym_u_SQUOTE] = ACTIONS(2700), - [anon_sym_U_SQUOTE] = ACTIONS(2700), - [anon_sym_u8_SQUOTE] = ACTIONS(2700), - [anon_sym_SQUOTE] = ACTIONS(2700), - [anon_sym_L_DQUOTE] = ACTIONS(2700), - [anon_sym_u_DQUOTE] = ACTIONS(2700), - [anon_sym_U_DQUOTE] = ACTIONS(2700), - [anon_sym_u8_DQUOTE] = ACTIONS(2700), - [anon_sym_DQUOTE] = ACTIONS(2700), - [sym_true] = ACTIONS(2698), - [sym_false] = ACTIONS(2698), - [sym_null] = ACTIONS(2698), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2698), - [anon_sym_decltype] = ACTIONS(2698), - [anon_sym_virtual] = ACTIONS(2698), - [anon_sym_explicit] = ACTIONS(2698), - [anon_sym_typename] = ACTIONS(2698), - [anon_sym_template] = ACTIONS(2698), - [anon_sym_operator] = ACTIONS(2698), - [anon_sym_try] = ACTIONS(2698), - [anon_sym_delete] = ACTIONS(2698), - [anon_sym_throw] = ACTIONS(2698), - [anon_sym_namespace] = ACTIONS(2698), - [anon_sym_using] = ACTIONS(2698), - [anon_sym_static_assert] = ACTIONS(2698), - [anon_sym_concept] = ACTIONS(2698), - [anon_sym_co_return] = ACTIONS(2698), - [anon_sym_co_yield] = ACTIONS(2698), - [anon_sym_R_DQUOTE] = ACTIONS(2700), - [anon_sym_LR_DQUOTE] = ACTIONS(2700), - [anon_sym_uR_DQUOTE] = ACTIONS(2700), - [anon_sym_UR_DQUOTE] = ACTIONS(2700), - [anon_sym_u8R_DQUOTE] = ACTIONS(2700), - [anon_sym_co_await] = ACTIONS(2698), - [anon_sym_new] = ACTIONS(2698), - [anon_sym_requires] = ACTIONS(2698), - [sym_this] = ACTIONS(2698), - [sym_nullptr] = ACTIONS(2698), + [sym_identifier] = ACTIONS(2812), + [aux_sym_preproc_include_token1] = ACTIONS(2812), + [aux_sym_preproc_def_token1] = ACTIONS(2812), + [aux_sym_preproc_if_token1] = ACTIONS(2812), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2812), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2812), + [sym_preproc_directive] = ACTIONS(2812), + [anon_sym_LPAREN2] = ACTIONS(2814), + [anon_sym_BANG] = ACTIONS(2814), + [anon_sym_TILDE] = ACTIONS(2814), + [anon_sym_DASH] = ACTIONS(2812), + [anon_sym_PLUS] = ACTIONS(2812), + [anon_sym_STAR] = ACTIONS(2814), + [anon_sym_AMP_AMP] = ACTIONS(2814), + [anon_sym_AMP] = ACTIONS(2812), + [anon_sym_SEMI] = ACTIONS(2814), + [anon_sym_typedef] = ACTIONS(2812), + [anon_sym_extern] = ACTIONS(2812), + [anon_sym___attribute__] = ACTIONS(2812), + [anon_sym_COLON_COLON] = ACTIONS(2814), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2814), + [anon_sym___declspec] = ACTIONS(2812), + [anon_sym___based] = ACTIONS(2812), + [anon_sym___cdecl] = ACTIONS(2812), + [anon_sym___clrcall] = ACTIONS(2812), + [anon_sym___stdcall] = ACTIONS(2812), + [anon_sym___fastcall] = ACTIONS(2812), + [anon_sym___thiscall] = ACTIONS(2812), + [anon_sym___vectorcall] = ACTIONS(2812), + [anon_sym_LBRACE] = ACTIONS(2814), + [anon_sym_RBRACE] = ACTIONS(2814), + [anon_sym_LBRACK] = ACTIONS(2812), + [anon_sym_static] = ACTIONS(2812), + [anon_sym_register] = ACTIONS(2812), + [anon_sym_inline] = ACTIONS(2812), + [anon_sym_thread_local] = ACTIONS(2812), + [anon_sym_const] = ACTIONS(2812), + [anon_sym_volatile] = ACTIONS(2812), + [anon_sym_restrict] = ACTIONS(2812), + [anon_sym__Atomic] = ACTIONS(2812), + [anon_sym_mutable] = ACTIONS(2812), + [anon_sym_constexpr] = ACTIONS(2812), + [anon_sym_constinit] = ACTIONS(2812), + [anon_sym_consteval] = ACTIONS(2812), + [anon_sym_signed] = ACTIONS(2812), + [anon_sym_unsigned] = ACTIONS(2812), + [anon_sym_long] = ACTIONS(2812), + [anon_sym_short] = ACTIONS(2812), + [sym_primitive_type] = ACTIONS(2812), + [anon_sym_enum] = ACTIONS(2812), + [anon_sym_class] = ACTIONS(2812), + [anon_sym_struct] = ACTIONS(2812), + [anon_sym_union] = ACTIONS(2812), + [anon_sym_if] = ACTIONS(2812), + [anon_sym_switch] = ACTIONS(2812), + [anon_sym_case] = ACTIONS(2812), + [anon_sym_default] = ACTIONS(2812), + [anon_sym_while] = ACTIONS(2812), + [anon_sym_do] = ACTIONS(2812), + [anon_sym_for] = ACTIONS(2812), + [anon_sym_return] = ACTIONS(2812), + [anon_sym_break] = ACTIONS(2812), + [anon_sym_continue] = ACTIONS(2812), + [anon_sym_goto] = ACTIONS(2812), + [anon_sym_not] = ACTIONS(2812), + [anon_sym_compl] = ACTIONS(2812), + [anon_sym_DASH_DASH] = ACTIONS(2814), + [anon_sym_PLUS_PLUS] = ACTIONS(2814), + [anon_sym_sizeof] = ACTIONS(2812), + [sym_number_literal] = ACTIONS(2814), + [anon_sym_L_SQUOTE] = ACTIONS(2814), + [anon_sym_u_SQUOTE] = ACTIONS(2814), + [anon_sym_U_SQUOTE] = ACTIONS(2814), + [anon_sym_u8_SQUOTE] = ACTIONS(2814), + [anon_sym_SQUOTE] = ACTIONS(2814), + [anon_sym_L_DQUOTE] = ACTIONS(2814), + [anon_sym_u_DQUOTE] = ACTIONS(2814), + [anon_sym_U_DQUOTE] = ACTIONS(2814), + [anon_sym_u8_DQUOTE] = ACTIONS(2814), + [anon_sym_DQUOTE] = ACTIONS(2814), + [sym_true] = ACTIONS(2812), + [sym_false] = ACTIONS(2812), + [sym_null] = ACTIONS(2812), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2812), + [anon_sym_decltype] = ACTIONS(2812), + [anon_sym_virtual] = ACTIONS(2812), + [anon_sym_explicit] = ACTIONS(2812), + [anon_sym_typename] = ACTIONS(2812), + [anon_sym_template] = ACTIONS(2812), + [anon_sym_operator] = ACTIONS(2812), + [anon_sym_try] = ACTIONS(2812), + [anon_sym_delete] = ACTIONS(2812), + [anon_sym_throw] = ACTIONS(2812), + [anon_sym_namespace] = ACTIONS(2812), + [anon_sym_using] = ACTIONS(2812), + [anon_sym_static_assert] = ACTIONS(2812), + [anon_sym_concept] = ACTIONS(2812), + [anon_sym_co_return] = ACTIONS(2812), + [anon_sym_co_yield] = ACTIONS(2812), + [anon_sym_R_DQUOTE] = ACTIONS(2814), + [anon_sym_LR_DQUOTE] = ACTIONS(2814), + [anon_sym_uR_DQUOTE] = ACTIONS(2814), + [anon_sym_UR_DQUOTE] = ACTIONS(2814), + [anon_sym_u8R_DQUOTE] = ACTIONS(2814), + [anon_sym_co_await] = ACTIONS(2812), + [anon_sym_new] = ACTIONS(2812), + [anon_sym_requires] = ACTIONS(2812), + [sym_this] = ACTIONS(2812), + [sym_nullptr] = ACTIONS(2812), }, [1054] = { - [sym_identifier] = ACTIONS(2694), - [aux_sym_preproc_include_token1] = ACTIONS(2694), - [aux_sym_preproc_def_token1] = ACTIONS(2694), - [aux_sym_preproc_if_token1] = ACTIONS(2694), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2694), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2694), - [sym_preproc_directive] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(2696), - [anon_sym_BANG] = ACTIONS(2696), - [anon_sym_TILDE] = ACTIONS(2696), - [anon_sym_DASH] = ACTIONS(2694), - [anon_sym_PLUS] = ACTIONS(2694), - [anon_sym_STAR] = ACTIONS(2696), - [anon_sym_AMP_AMP] = ACTIONS(2696), - [anon_sym_AMP] = ACTIONS(2694), - [anon_sym_SEMI] = ACTIONS(2696), - [anon_sym_typedef] = ACTIONS(2694), - [anon_sym_extern] = ACTIONS(2694), - [anon_sym___attribute__] = ACTIONS(2694), - [anon_sym_COLON_COLON] = ACTIONS(2696), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2696), - [anon_sym___declspec] = ACTIONS(2694), - [anon_sym___based] = ACTIONS(2694), - [anon_sym___cdecl] = ACTIONS(2694), - [anon_sym___clrcall] = ACTIONS(2694), - [anon_sym___stdcall] = ACTIONS(2694), - [anon_sym___fastcall] = ACTIONS(2694), - [anon_sym___thiscall] = ACTIONS(2694), - [anon_sym___vectorcall] = ACTIONS(2694), - [anon_sym_LBRACE] = ACTIONS(2696), - [anon_sym_RBRACE] = ACTIONS(2696), - [anon_sym_LBRACK] = ACTIONS(2694), - [anon_sym_static] = ACTIONS(2694), - [anon_sym_register] = ACTIONS(2694), - [anon_sym_inline] = ACTIONS(2694), - [anon_sym_thread_local] = ACTIONS(2694), - [anon_sym_const] = ACTIONS(2694), - [anon_sym_volatile] = ACTIONS(2694), - [anon_sym_restrict] = ACTIONS(2694), - [anon_sym__Atomic] = ACTIONS(2694), - [anon_sym_mutable] = ACTIONS(2694), - [anon_sym_constexpr] = ACTIONS(2694), - [anon_sym_constinit] = ACTIONS(2694), - [anon_sym_consteval] = ACTIONS(2694), - [anon_sym_signed] = ACTIONS(2694), - [anon_sym_unsigned] = ACTIONS(2694), - [anon_sym_long] = ACTIONS(2694), - [anon_sym_short] = ACTIONS(2694), - [sym_primitive_type] = ACTIONS(2694), - [anon_sym_enum] = ACTIONS(2694), - [anon_sym_class] = ACTIONS(2694), - [anon_sym_struct] = ACTIONS(2694), - [anon_sym_union] = ACTIONS(2694), - [anon_sym_if] = ACTIONS(2694), - [anon_sym_switch] = ACTIONS(2694), - [anon_sym_case] = ACTIONS(2694), - [anon_sym_default] = ACTIONS(2694), - [anon_sym_while] = ACTIONS(2694), - [anon_sym_do] = ACTIONS(2694), - [anon_sym_for] = ACTIONS(2694), - [anon_sym_return] = ACTIONS(2694), - [anon_sym_break] = ACTIONS(2694), - [anon_sym_continue] = ACTIONS(2694), - [anon_sym_goto] = ACTIONS(2694), - [anon_sym_not] = ACTIONS(2694), - [anon_sym_compl] = ACTIONS(2694), - [anon_sym_DASH_DASH] = ACTIONS(2696), - [anon_sym_PLUS_PLUS] = ACTIONS(2696), - [anon_sym_sizeof] = ACTIONS(2694), - [sym_number_literal] = ACTIONS(2696), - [anon_sym_L_SQUOTE] = ACTIONS(2696), - [anon_sym_u_SQUOTE] = ACTIONS(2696), - [anon_sym_U_SQUOTE] = ACTIONS(2696), - [anon_sym_u8_SQUOTE] = ACTIONS(2696), - [anon_sym_SQUOTE] = ACTIONS(2696), - [anon_sym_L_DQUOTE] = ACTIONS(2696), - [anon_sym_u_DQUOTE] = ACTIONS(2696), - [anon_sym_U_DQUOTE] = ACTIONS(2696), - [anon_sym_u8_DQUOTE] = ACTIONS(2696), - [anon_sym_DQUOTE] = ACTIONS(2696), - [sym_true] = ACTIONS(2694), - [sym_false] = ACTIONS(2694), - [sym_null] = ACTIONS(2694), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2694), - [anon_sym_decltype] = ACTIONS(2694), - [anon_sym_virtual] = ACTIONS(2694), - [anon_sym_explicit] = ACTIONS(2694), - [anon_sym_typename] = ACTIONS(2694), - [anon_sym_template] = ACTIONS(2694), - [anon_sym_operator] = ACTIONS(2694), - [anon_sym_try] = ACTIONS(2694), - [anon_sym_delete] = ACTIONS(2694), - [anon_sym_throw] = ACTIONS(2694), - [anon_sym_namespace] = ACTIONS(2694), - [anon_sym_using] = ACTIONS(2694), - [anon_sym_static_assert] = ACTIONS(2694), - [anon_sym_concept] = ACTIONS(2694), - [anon_sym_co_return] = ACTIONS(2694), - [anon_sym_co_yield] = ACTIONS(2694), - [anon_sym_R_DQUOTE] = ACTIONS(2696), - [anon_sym_LR_DQUOTE] = ACTIONS(2696), - [anon_sym_uR_DQUOTE] = ACTIONS(2696), - [anon_sym_UR_DQUOTE] = ACTIONS(2696), - [anon_sym_u8R_DQUOTE] = ACTIONS(2696), - [anon_sym_co_await] = ACTIONS(2694), - [anon_sym_new] = ACTIONS(2694), - [anon_sym_requires] = ACTIONS(2694), - [sym_this] = ACTIONS(2694), - [sym_nullptr] = ACTIONS(2694), + [ts_builtin_sym_end] = ACTIONS(2654), + [sym_identifier] = ACTIONS(2652), + [aux_sym_preproc_include_token1] = ACTIONS(2652), + [aux_sym_preproc_def_token1] = ACTIONS(2652), + [aux_sym_preproc_if_token1] = ACTIONS(2652), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2652), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2652), + [sym_preproc_directive] = ACTIONS(2652), + [anon_sym_LPAREN2] = ACTIONS(2654), + [anon_sym_BANG] = ACTIONS(2654), + [anon_sym_TILDE] = ACTIONS(2654), + [anon_sym_DASH] = ACTIONS(2652), + [anon_sym_PLUS] = ACTIONS(2652), + [anon_sym_STAR] = ACTIONS(2654), + [anon_sym_AMP_AMP] = ACTIONS(2654), + [anon_sym_AMP] = ACTIONS(2652), + [anon_sym_SEMI] = ACTIONS(2654), + [anon_sym_typedef] = ACTIONS(2652), + [anon_sym_extern] = ACTIONS(2652), + [anon_sym___attribute__] = ACTIONS(2652), + [anon_sym_COLON_COLON] = ACTIONS(2654), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2654), + [anon_sym___declspec] = ACTIONS(2652), + [anon_sym___based] = ACTIONS(2652), + [anon_sym___cdecl] = ACTIONS(2652), + [anon_sym___clrcall] = ACTIONS(2652), + [anon_sym___stdcall] = ACTIONS(2652), + [anon_sym___fastcall] = ACTIONS(2652), + [anon_sym___thiscall] = ACTIONS(2652), + [anon_sym___vectorcall] = ACTIONS(2652), + [anon_sym_LBRACE] = ACTIONS(2654), + [anon_sym_LBRACK] = ACTIONS(2652), + [anon_sym_static] = ACTIONS(2652), + [anon_sym_register] = ACTIONS(2652), + [anon_sym_inline] = ACTIONS(2652), + [anon_sym_thread_local] = ACTIONS(2652), + [anon_sym_const] = ACTIONS(2652), + [anon_sym_volatile] = ACTIONS(2652), + [anon_sym_restrict] = ACTIONS(2652), + [anon_sym__Atomic] = ACTIONS(2652), + [anon_sym_mutable] = ACTIONS(2652), + [anon_sym_constexpr] = ACTIONS(2652), + [anon_sym_constinit] = ACTIONS(2652), + [anon_sym_consteval] = ACTIONS(2652), + [anon_sym_signed] = ACTIONS(2652), + [anon_sym_unsigned] = ACTIONS(2652), + [anon_sym_long] = ACTIONS(2652), + [anon_sym_short] = ACTIONS(2652), + [sym_primitive_type] = ACTIONS(2652), + [anon_sym_enum] = ACTIONS(2652), + [anon_sym_class] = ACTIONS(2652), + [anon_sym_struct] = ACTIONS(2652), + [anon_sym_union] = ACTIONS(2652), + [anon_sym_if] = ACTIONS(2652), + [anon_sym_switch] = ACTIONS(2652), + [anon_sym_case] = ACTIONS(2652), + [anon_sym_default] = ACTIONS(2652), + [anon_sym_while] = ACTIONS(2652), + [anon_sym_do] = ACTIONS(2652), + [anon_sym_for] = ACTIONS(2652), + [anon_sym_return] = ACTIONS(2652), + [anon_sym_break] = ACTIONS(2652), + [anon_sym_continue] = ACTIONS(2652), + [anon_sym_goto] = ACTIONS(2652), + [anon_sym_not] = ACTIONS(2652), + [anon_sym_compl] = ACTIONS(2652), + [anon_sym_DASH_DASH] = ACTIONS(2654), + [anon_sym_PLUS_PLUS] = ACTIONS(2654), + [anon_sym_sizeof] = ACTIONS(2652), + [sym_number_literal] = ACTIONS(2654), + [anon_sym_L_SQUOTE] = ACTIONS(2654), + [anon_sym_u_SQUOTE] = ACTIONS(2654), + [anon_sym_U_SQUOTE] = ACTIONS(2654), + [anon_sym_u8_SQUOTE] = ACTIONS(2654), + [anon_sym_SQUOTE] = ACTIONS(2654), + [anon_sym_L_DQUOTE] = ACTIONS(2654), + [anon_sym_u_DQUOTE] = ACTIONS(2654), + [anon_sym_U_DQUOTE] = ACTIONS(2654), + [anon_sym_u8_DQUOTE] = ACTIONS(2654), + [anon_sym_DQUOTE] = ACTIONS(2654), + [sym_true] = ACTIONS(2652), + [sym_false] = ACTIONS(2652), + [sym_null] = ACTIONS(2652), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2652), + [anon_sym_decltype] = ACTIONS(2652), + [anon_sym_virtual] = ACTIONS(2652), + [anon_sym_explicit] = ACTIONS(2652), + [anon_sym_typename] = ACTIONS(2652), + [anon_sym_template] = ACTIONS(2652), + [anon_sym_operator] = ACTIONS(2652), + [anon_sym_try] = ACTIONS(2652), + [anon_sym_delete] = ACTIONS(2652), + [anon_sym_throw] = ACTIONS(2652), + [anon_sym_namespace] = ACTIONS(2652), + [anon_sym_using] = ACTIONS(2652), + [anon_sym_static_assert] = ACTIONS(2652), + [anon_sym_concept] = ACTIONS(2652), + [anon_sym_co_return] = ACTIONS(2652), + [anon_sym_co_yield] = ACTIONS(2652), + [anon_sym_R_DQUOTE] = ACTIONS(2654), + [anon_sym_LR_DQUOTE] = ACTIONS(2654), + [anon_sym_uR_DQUOTE] = ACTIONS(2654), + [anon_sym_UR_DQUOTE] = ACTIONS(2654), + [anon_sym_u8R_DQUOTE] = ACTIONS(2654), + [anon_sym_co_await] = ACTIONS(2652), + [anon_sym_new] = ACTIONS(2652), + [anon_sym_requires] = ACTIONS(2652), + [sym_this] = ACTIONS(2652), + [sym_nullptr] = ACTIONS(2652), }, [1055] = { - [sym_identifier] = ACTIONS(2690), - [aux_sym_preproc_include_token1] = ACTIONS(2690), - [aux_sym_preproc_def_token1] = ACTIONS(2690), - [aux_sym_preproc_if_token1] = ACTIONS(2690), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2690), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2690), - [sym_preproc_directive] = ACTIONS(2690), - [anon_sym_LPAREN2] = ACTIONS(2692), - [anon_sym_BANG] = ACTIONS(2692), - [anon_sym_TILDE] = ACTIONS(2692), - [anon_sym_DASH] = ACTIONS(2690), - [anon_sym_PLUS] = ACTIONS(2690), - [anon_sym_STAR] = ACTIONS(2692), - [anon_sym_AMP_AMP] = ACTIONS(2692), - [anon_sym_AMP] = ACTIONS(2690), - [anon_sym_SEMI] = ACTIONS(2692), - [anon_sym_typedef] = ACTIONS(2690), - [anon_sym_extern] = ACTIONS(2690), - [anon_sym___attribute__] = ACTIONS(2690), - [anon_sym_COLON_COLON] = ACTIONS(2692), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2692), - [anon_sym___declspec] = ACTIONS(2690), - [anon_sym___based] = ACTIONS(2690), - [anon_sym___cdecl] = ACTIONS(2690), - [anon_sym___clrcall] = ACTIONS(2690), - [anon_sym___stdcall] = ACTIONS(2690), - [anon_sym___fastcall] = ACTIONS(2690), - [anon_sym___thiscall] = ACTIONS(2690), - [anon_sym___vectorcall] = ACTIONS(2690), - [anon_sym_LBRACE] = ACTIONS(2692), - [anon_sym_RBRACE] = ACTIONS(2692), - [anon_sym_LBRACK] = ACTIONS(2690), - [anon_sym_static] = ACTIONS(2690), - [anon_sym_register] = ACTIONS(2690), - [anon_sym_inline] = ACTIONS(2690), - [anon_sym_thread_local] = ACTIONS(2690), - [anon_sym_const] = ACTIONS(2690), - [anon_sym_volatile] = ACTIONS(2690), - [anon_sym_restrict] = ACTIONS(2690), - [anon_sym__Atomic] = ACTIONS(2690), - [anon_sym_mutable] = ACTIONS(2690), - [anon_sym_constexpr] = ACTIONS(2690), - [anon_sym_constinit] = ACTIONS(2690), - [anon_sym_consteval] = ACTIONS(2690), - [anon_sym_signed] = ACTIONS(2690), - [anon_sym_unsigned] = ACTIONS(2690), - [anon_sym_long] = ACTIONS(2690), - [anon_sym_short] = ACTIONS(2690), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_enum] = ACTIONS(2690), - [anon_sym_class] = ACTIONS(2690), - [anon_sym_struct] = ACTIONS(2690), - [anon_sym_union] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2690), - [anon_sym_switch] = ACTIONS(2690), - [anon_sym_case] = ACTIONS(2690), - [anon_sym_default] = ACTIONS(2690), - [anon_sym_while] = ACTIONS(2690), - [anon_sym_do] = ACTIONS(2690), - [anon_sym_for] = ACTIONS(2690), - [anon_sym_return] = ACTIONS(2690), - [anon_sym_break] = ACTIONS(2690), - [anon_sym_continue] = ACTIONS(2690), - [anon_sym_goto] = ACTIONS(2690), - [anon_sym_not] = ACTIONS(2690), - [anon_sym_compl] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2692), - [anon_sym_PLUS_PLUS] = ACTIONS(2692), - [anon_sym_sizeof] = ACTIONS(2690), - [sym_number_literal] = ACTIONS(2692), - [anon_sym_L_SQUOTE] = ACTIONS(2692), - [anon_sym_u_SQUOTE] = ACTIONS(2692), - [anon_sym_U_SQUOTE] = ACTIONS(2692), - [anon_sym_u8_SQUOTE] = ACTIONS(2692), - [anon_sym_SQUOTE] = ACTIONS(2692), - [anon_sym_L_DQUOTE] = ACTIONS(2692), - [anon_sym_u_DQUOTE] = ACTIONS(2692), - [anon_sym_U_DQUOTE] = ACTIONS(2692), - [anon_sym_u8_DQUOTE] = ACTIONS(2692), - [anon_sym_DQUOTE] = ACTIONS(2692), - [sym_true] = ACTIONS(2690), - [sym_false] = ACTIONS(2690), - [sym_null] = ACTIONS(2690), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2690), - [anon_sym_decltype] = ACTIONS(2690), - [anon_sym_virtual] = ACTIONS(2690), - [anon_sym_explicit] = ACTIONS(2690), - [anon_sym_typename] = ACTIONS(2690), - [anon_sym_template] = ACTIONS(2690), - [anon_sym_operator] = ACTIONS(2690), - [anon_sym_try] = ACTIONS(2690), - [anon_sym_delete] = ACTIONS(2690), - [anon_sym_throw] = ACTIONS(2690), - [anon_sym_namespace] = ACTIONS(2690), - [anon_sym_using] = ACTIONS(2690), - [anon_sym_static_assert] = ACTIONS(2690), - [anon_sym_concept] = ACTIONS(2690), - [anon_sym_co_return] = ACTIONS(2690), - [anon_sym_co_yield] = ACTIONS(2690), - [anon_sym_R_DQUOTE] = ACTIONS(2692), - [anon_sym_LR_DQUOTE] = ACTIONS(2692), - [anon_sym_uR_DQUOTE] = ACTIONS(2692), - [anon_sym_UR_DQUOTE] = ACTIONS(2692), - [anon_sym_u8R_DQUOTE] = ACTIONS(2692), - [anon_sym_co_await] = ACTIONS(2690), - [anon_sym_new] = ACTIONS(2690), - [anon_sym_requires] = ACTIONS(2690), - [sym_this] = ACTIONS(2690), - [sym_nullptr] = ACTIONS(2690), + [sym_identifier] = ACTIONS(2704), + [aux_sym_preproc_include_token1] = ACTIONS(2704), + [aux_sym_preproc_def_token1] = ACTIONS(2704), + [aux_sym_preproc_if_token1] = ACTIONS(2704), + [aux_sym_preproc_if_token2] = ACTIONS(2704), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2704), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2704), + [sym_preproc_directive] = ACTIONS(2704), + [anon_sym_LPAREN2] = ACTIONS(2706), + [anon_sym_BANG] = ACTIONS(2706), + [anon_sym_TILDE] = ACTIONS(2706), + [anon_sym_DASH] = ACTIONS(2704), + [anon_sym_PLUS] = ACTIONS(2704), + [anon_sym_STAR] = ACTIONS(2706), + [anon_sym_AMP_AMP] = ACTIONS(2706), + [anon_sym_AMP] = ACTIONS(2704), + [anon_sym_SEMI] = ACTIONS(2706), + [anon_sym_typedef] = ACTIONS(2704), + [anon_sym_extern] = ACTIONS(2704), + [anon_sym___attribute__] = ACTIONS(2704), + [anon_sym_COLON_COLON] = ACTIONS(2706), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2706), + [anon_sym___declspec] = ACTIONS(2704), + [anon_sym___based] = ACTIONS(2704), + [anon_sym___cdecl] = ACTIONS(2704), + [anon_sym___clrcall] = ACTIONS(2704), + [anon_sym___stdcall] = ACTIONS(2704), + [anon_sym___fastcall] = ACTIONS(2704), + [anon_sym___thiscall] = ACTIONS(2704), + [anon_sym___vectorcall] = ACTIONS(2704), + [anon_sym_LBRACE] = ACTIONS(2706), + [anon_sym_LBRACK] = ACTIONS(2704), + [anon_sym_static] = ACTIONS(2704), + [anon_sym_register] = ACTIONS(2704), + [anon_sym_inline] = ACTIONS(2704), + [anon_sym_thread_local] = ACTIONS(2704), + [anon_sym_const] = ACTIONS(2704), + [anon_sym_volatile] = ACTIONS(2704), + [anon_sym_restrict] = ACTIONS(2704), + [anon_sym__Atomic] = ACTIONS(2704), + [anon_sym_mutable] = ACTIONS(2704), + [anon_sym_constexpr] = ACTIONS(2704), + [anon_sym_constinit] = ACTIONS(2704), + [anon_sym_consteval] = ACTIONS(2704), + [anon_sym_signed] = ACTIONS(2704), + [anon_sym_unsigned] = ACTIONS(2704), + [anon_sym_long] = ACTIONS(2704), + [anon_sym_short] = ACTIONS(2704), + [sym_primitive_type] = ACTIONS(2704), + [anon_sym_enum] = ACTIONS(2704), + [anon_sym_class] = ACTIONS(2704), + [anon_sym_struct] = ACTIONS(2704), + [anon_sym_union] = ACTIONS(2704), + [anon_sym_if] = ACTIONS(2704), + [anon_sym_switch] = ACTIONS(2704), + [anon_sym_case] = ACTIONS(2704), + [anon_sym_default] = ACTIONS(2704), + [anon_sym_while] = ACTIONS(2704), + [anon_sym_do] = ACTIONS(2704), + [anon_sym_for] = ACTIONS(2704), + [anon_sym_return] = ACTIONS(2704), + [anon_sym_break] = ACTIONS(2704), + [anon_sym_continue] = ACTIONS(2704), + [anon_sym_goto] = ACTIONS(2704), + [anon_sym_not] = ACTIONS(2704), + [anon_sym_compl] = ACTIONS(2704), + [anon_sym_DASH_DASH] = ACTIONS(2706), + [anon_sym_PLUS_PLUS] = ACTIONS(2706), + [anon_sym_sizeof] = ACTIONS(2704), + [sym_number_literal] = ACTIONS(2706), + [anon_sym_L_SQUOTE] = ACTIONS(2706), + [anon_sym_u_SQUOTE] = ACTIONS(2706), + [anon_sym_U_SQUOTE] = ACTIONS(2706), + [anon_sym_u8_SQUOTE] = ACTIONS(2706), + [anon_sym_SQUOTE] = ACTIONS(2706), + [anon_sym_L_DQUOTE] = ACTIONS(2706), + [anon_sym_u_DQUOTE] = ACTIONS(2706), + [anon_sym_U_DQUOTE] = ACTIONS(2706), + [anon_sym_u8_DQUOTE] = ACTIONS(2706), + [anon_sym_DQUOTE] = ACTIONS(2706), + [sym_true] = ACTIONS(2704), + [sym_false] = ACTIONS(2704), + [sym_null] = ACTIONS(2704), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2704), + [anon_sym_decltype] = ACTIONS(2704), + [anon_sym_virtual] = ACTIONS(2704), + [anon_sym_explicit] = ACTIONS(2704), + [anon_sym_typename] = ACTIONS(2704), + [anon_sym_template] = ACTIONS(2704), + [anon_sym_operator] = ACTIONS(2704), + [anon_sym_try] = ACTIONS(2704), + [anon_sym_delete] = ACTIONS(2704), + [anon_sym_throw] = ACTIONS(2704), + [anon_sym_namespace] = ACTIONS(2704), + [anon_sym_using] = ACTIONS(2704), + [anon_sym_static_assert] = ACTIONS(2704), + [anon_sym_concept] = ACTIONS(2704), + [anon_sym_co_return] = ACTIONS(2704), + [anon_sym_co_yield] = ACTIONS(2704), + [anon_sym_R_DQUOTE] = ACTIONS(2706), + [anon_sym_LR_DQUOTE] = ACTIONS(2706), + [anon_sym_uR_DQUOTE] = ACTIONS(2706), + [anon_sym_UR_DQUOTE] = ACTIONS(2706), + [anon_sym_u8R_DQUOTE] = ACTIONS(2706), + [anon_sym_co_await] = ACTIONS(2704), + [anon_sym_new] = ACTIONS(2704), + [anon_sym_requires] = ACTIONS(2704), + [sym_this] = ACTIONS(2704), + [sym_nullptr] = ACTIONS(2704), }, [1056] = { - [sym_identifier] = ACTIONS(2686), - [aux_sym_preproc_include_token1] = ACTIONS(2686), - [aux_sym_preproc_def_token1] = ACTIONS(2686), - [aux_sym_preproc_if_token1] = ACTIONS(2686), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2686), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2686), - [sym_preproc_directive] = ACTIONS(2686), - [anon_sym_LPAREN2] = ACTIONS(2688), - [anon_sym_BANG] = ACTIONS(2688), - [anon_sym_TILDE] = ACTIONS(2688), - [anon_sym_DASH] = ACTIONS(2686), - [anon_sym_PLUS] = ACTIONS(2686), - [anon_sym_STAR] = ACTIONS(2688), - [anon_sym_AMP_AMP] = ACTIONS(2688), - [anon_sym_AMP] = ACTIONS(2686), - [anon_sym_SEMI] = ACTIONS(2688), - [anon_sym_typedef] = ACTIONS(2686), - [anon_sym_extern] = ACTIONS(2686), - [anon_sym___attribute__] = ACTIONS(2686), - [anon_sym_COLON_COLON] = ACTIONS(2688), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2688), - [anon_sym___declspec] = ACTIONS(2686), - [anon_sym___based] = ACTIONS(2686), - [anon_sym___cdecl] = ACTIONS(2686), - [anon_sym___clrcall] = ACTIONS(2686), - [anon_sym___stdcall] = ACTIONS(2686), - [anon_sym___fastcall] = ACTIONS(2686), - [anon_sym___thiscall] = ACTIONS(2686), - [anon_sym___vectorcall] = ACTIONS(2686), - [anon_sym_LBRACE] = ACTIONS(2688), - [anon_sym_RBRACE] = ACTIONS(2688), - [anon_sym_LBRACK] = ACTIONS(2686), - [anon_sym_static] = ACTIONS(2686), - [anon_sym_register] = ACTIONS(2686), - [anon_sym_inline] = ACTIONS(2686), - [anon_sym_thread_local] = ACTIONS(2686), - [anon_sym_const] = ACTIONS(2686), - [anon_sym_volatile] = ACTIONS(2686), - [anon_sym_restrict] = ACTIONS(2686), - [anon_sym__Atomic] = ACTIONS(2686), - [anon_sym_mutable] = ACTIONS(2686), - [anon_sym_constexpr] = ACTIONS(2686), - [anon_sym_constinit] = ACTIONS(2686), - [anon_sym_consteval] = ACTIONS(2686), - [anon_sym_signed] = ACTIONS(2686), - [anon_sym_unsigned] = ACTIONS(2686), - [anon_sym_long] = ACTIONS(2686), - [anon_sym_short] = ACTIONS(2686), - [sym_primitive_type] = ACTIONS(2686), - [anon_sym_enum] = ACTIONS(2686), - [anon_sym_class] = ACTIONS(2686), - [anon_sym_struct] = ACTIONS(2686), - [anon_sym_union] = ACTIONS(2686), - [anon_sym_if] = ACTIONS(2686), - [anon_sym_switch] = ACTIONS(2686), - [anon_sym_case] = ACTIONS(2686), - [anon_sym_default] = ACTIONS(2686), - [anon_sym_while] = ACTIONS(2686), - [anon_sym_do] = ACTIONS(2686), - [anon_sym_for] = ACTIONS(2686), - [anon_sym_return] = ACTIONS(2686), - [anon_sym_break] = ACTIONS(2686), - [anon_sym_continue] = ACTIONS(2686), - [anon_sym_goto] = ACTIONS(2686), - [anon_sym_not] = ACTIONS(2686), - [anon_sym_compl] = ACTIONS(2686), - [anon_sym_DASH_DASH] = ACTIONS(2688), - [anon_sym_PLUS_PLUS] = ACTIONS(2688), - [anon_sym_sizeof] = ACTIONS(2686), - [sym_number_literal] = ACTIONS(2688), - [anon_sym_L_SQUOTE] = ACTIONS(2688), - [anon_sym_u_SQUOTE] = ACTIONS(2688), - [anon_sym_U_SQUOTE] = ACTIONS(2688), - [anon_sym_u8_SQUOTE] = ACTIONS(2688), - [anon_sym_SQUOTE] = ACTIONS(2688), - [anon_sym_L_DQUOTE] = ACTIONS(2688), - [anon_sym_u_DQUOTE] = ACTIONS(2688), - [anon_sym_U_DQUOTE] = ACTIONS(2688), - [anon_sym_u8_DQUOTE] = ACTIONS(2688), - [anon_sym_DQUOTE] = ACTIONS(2688), - [sym_true] = ACTIONS(2686), - [sym_false] = ACTIONS(2686), - [sym_null] = ACTIONS(2686), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2686), - [anon_sym_decltype] = ACTIONS(2686), - [anon_sym_virtual] = ACTIONS(2686), - [anon_sym_explicit] = ACTIONS(2686), - [anon_sym_typename] = ACTIONS(2686), - [anon_sym_template] = ACTIONS(2686), - [anon_sym_operator] = ACTIONS(2686), - [anon_sym_try] = ACTIONS(2686), - [anon_sym_delete] = ACTIONS(2686), - [anon_sym_throw] = ACTIONS(2686), - [anon_sym_namespace] = ACTIONS(2686), - [anon_sym_using] = ACTIONS(2686), - [anon_sym_static_assert] = ACTIONS(2686), - [anon_sym_concept] = ACTIONS(2686), - [anon_sym_co_return] = ACTIONS(2686), - [anon_sym_co_yield] = ACTIONS(2686), - [anon_sym_R_DQUOTE] = ACTIONS(2688), - [anon_sym_LR_DQUOTE] = ACTIONS(2688), - [anon_sym_uR_DQUOTE] = ACTIONS(2688), - [anon_sym_UR_DQUOTE] = ACTIONS(2688), - [anon_sym_u8R_DQUOTE] = ACTIONS(2688), - [anon_sym_co_await] = ACTIONS(2686), - [anon_sym_new] = ACTIONS(2686), - [anon_sym_requires] = ACTIONS(2686), - [sym_this] = ACTIONS(2686), - [sym_nullptr] = ACTIONS(2686), + [sym_identifier] = ACTIONS(2744), + [aux_sym_preproc_include_token1] = ACTIONS(2744), + [aux_sym_preproc_def_token1] = ACTIONS(2744), + [aux_sym_preproc_if_token1] = ACTIONS(2744), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2744), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2744), + [sym_preproc_directive] = ACTIONS(2744), + [anon_sym_LPAREN2] = ACTIONS(2746), + [anon_sym_BANG] = ACTIONS(2746), + [anon_sym_TILDE] = ACTIONS(2746), + [anon_sym_DASH] = ACTIONS(2744), + [anon_sym_PLUS] = ACTIONS(2744), + [anon_sym_STAR] = ACTIONS(2746), + [anon_sym_AMP_AMP] = ACTIONS(2746), + [anon_sym_AMP] = ACTIONS(2744), + [anon_sym_SEMI] = ACTIONS(2746), + [anon_sym_typedef] = ACTIONS(2744), + [anon_sym_extern] = ACTIONS(2744), + [anon_sym___attribute__] = ACTIONS(2744), + [anon_sym_COLON_COLON] = ACTIONS(2746), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2746), + [anon_sym___declspec] = ACTIONS(2744), + [anon_sym___based] = ACTIONS(2744), + [anon_sym___cdecl] = ACTIONS(2744), + [anon_sym___clrcall] = ACTIONS(2744), + [anon_sym___stdcall] = ACTIONS(2744), + [anon_sym___fastcall] = ACTIONS(2744), + [anon_sym___thiscall] = ACTIONS(2744), + [anon_sym___vectorcall] = ACTIONS(2744), + [anon_sym_LBRACE] = ACTIONS(2746), + [anon_sym_RBRACE] = ACTIONS(2746), + [anon_sym_LBRACK] = ACTIONS(2744), + [anon_sym_static] = ACTIONS(2744), + [anon_sym_register] = ACTIONS(2744), + [anon_sym_inline] = ACTIONS(2744), + [anon_sym_thread_local] = ACTIONS(2744), + [anon_sym_const] = ACTIONS(2744), + [anon_sym_volatile] = ACTIONS(2744), + [anon_sym_restrict] = ACTIONS(2744), + [anon_sym__Atomic] = ACTIONS(2744), + [anon_sym_mutable] = ACTIONS(2744), + [anon_sym_constexpr] = ACTIONS(2744), + [anon_sym_constinit] = ACTIONS(2744), + [anon_sym_consteval] = ACTIONS(2744), + [anon_sym_signed] = ACTIONS(2744), + [anon_sym_unsigned] = ACTIONS(2744), + [anon_sym_long] = ACTIONS(2744), + [anon_sym_short] = ACTIONS(2744), + [sym_primitive_type] = ACTIONS(2744), + [anon_sym_enum] = ACTIONS(2744), + [anon_sym_class] = ACTIONS(2744), + [anon_sym_struct] = ACTIONS(2744), + [anon_sym_union] = ACTIONS(2744), + [anon_sym_if] = ACTIONS(2744), + [anon_sym_switch] = ACTIONS(2744), + [anon_sym_case] = ACTIONS(2744), + [anon_sym_default] = ACTIONS(2744), + [anon_sym_while] = ACTIONS(2744), + [anon_sym_do] = ACTIONS(2744), + [anon_sym_for] = ACTIONS(2744), + [anon_sym_return] = ACTIONS(2744), + [anon_sym_break] = ACTIONS(2744), + [anon_sym_continue] = ACTIONS(2744), + [anon_sym_goto] = ACTIONS(2744), + [anon_sym_not] = ACTIONS(2744), + [anon_sym_compl] = ACTIONS(2744), + [anon_sym_DASH_DASH] = ACTIONS(2746), + [anon_sym_PLUS_PLUS] = ACTIONS(2746), + [anon_sym_sizeof] = ACTIONS(2744), + [sym_number_literal] = ACTIONS(2746), + [anon_sym_L_SQUOTE] = ACTIONS(2746), + [anon_sym_u_SQUOTE] = ACTIONS(2746), + [anon_sym_U_SQUOTE] = ACTIONS(2746), + [anon_sym_u8_SQUOTE] = ACTIONS(2746), + [anon_sym_SQUOTE] = ACTIONS(2746), + [anon_sym_L_DQUOTE] = ACTIONS(2746), + [anon_sym_u_DQUOTE] = ACTIONS(2746), + [anon_sym_U_DQUOTE] = ACTIONS(2746), + [anon_sym_u8_DQUOTE] = ACTIONS(2746), + [anon_sym_DQUOTE] = ACTIONS(2746), + [sym_true] = ACTIONS(2744), + [sym_false] = ACTIONS(2744), + [sym_null] = ACTIONS(2744), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2744), + [anon_sym_decltype] = ACTIONS(2744), + [anon_sym_virtual] = ACTIONS(2744), + [anon_sym_explicit] = ACTIONS(2744), + [anon_sym_typename] = ACTIONS(2744), + [anon_sym_template] = ACTIONS(2744), + [anon_sym_operator] = ACTIONS(2744), + [anon_sym_try] = ACTIONS(2744), + [anon_sym_delete] = ACTIONS(2744), + [anon_sym_throw] = ACTIONS(2744), + [anon_sym_namespace] = ACTIONS(2744), + [anon_sym_using] = ACTIONS(2744), + [anon_sym_static_assert] = ACTIONS(2744), + [anon_sym_concept] = ACTIONS(2744), + [anon_sym_co_return] = ACTIONS(2744), + [anon_sym_co_yield] = ACTIONS(2744), + [anon_sym_R_DQUOTE] = ACTIONS(2746), + [anon_sym_LR_DQUOTE] = ACTIONS(2746), + [anon_sym_uR_DQUOTE] = ACTIONS(2746), + [anon_sym_UR_DQUOTE] = ACTIONS(2746), + [anon_sym_u8R_DQUOTE] = ACTIONS(2746), + [anon_sym_co_await] = ACTIONS(2744), + [anon_sym_new] = ACTIONS(2744), + [anon_sym_requires] = ACTIONS(2744), + [sym_this] = ACTIONS(2744), + [sym_nullptr] = ACTIONS(2744), }, [1057] = { - [sym_identifier] = ACTIONS(2794), - [aux_sym_preproc_include_token1] = ACTIONS(2794), - [aux_sym_preproc_def_token1] = ACTIONS(2794), - [aux_sym_preproc_if_token1] = ACTIONS(2794), - [aux_sym_preproc_if_token2] = ACTIONS(2794), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2794), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2794), - [sym_preproc_directive] = ACTIONS(2794), - [anon_sym_LPAREN2] = ACTIONS(2796), - [anon_sym_BANG] = ACTIONS(2796), - [anon_sym_TILDE] = ACTIONS(2796), - [anon_sym_DASH] = ACTIONS(2794), - [anon_sym_PLUS] = ACTIONS(2794), - [anon_sym_STAR] = ACTIONS(2796), - [anon_sym_AMP_AMP] = ACTIONS(2796), - [anon_sym_AMP] = ACTIONS(2794), - [anon_sym_SEMI] = ACTIONS(2796), - [anon_sym_typedef] = ACTIONS(2794), - [anon_sym_extern] = ACTIONS(2794), - [anon_sym___attribute__] = ACTIONS(2794), - [anon_sym_COLON_COLON] = ACTIONS(2796), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2796), - [anon_sym___declspec] = ACTIONS(2794), - [anon_sym___based] = ACTIONS(2794), - [anon_sym___cdecl] = ACTIONS(2794), - [anon_sym___clrcall] = ACTIONS(2794), - [anon_sym___stdcall] = ACTIONS(2794), - [anon_sym___fastcall] = ACTIONS(2794), - [anon_sym___thiscall] = ACTIONS(2794), - [anon_sym___vectorcall] = ACTIONS(2794), - [anon_sym_LBRACE] = ACTIONS(2796), - [anon_sym_LBRACK] = ACTIONS(2794), - [anon_sym_static] = ACTIONS(2794), - [anon_sym_register] = ACTIONS(2794), - [anon_sym_inline] = ACTIONS(2794), - [anon_sym_thread_local] = ACTIONS(2794), - [anon_sym_const] = ACTIONS(2794), - [anon_sym_volatile] = ACTIONS(2794), - [anon_sym_restrict] = ACTIONS(2794), - [anon_sym__Atomic] = ACTIONS(2794), - [anon_sym_mutable] = ACTIONS(2794), - [anon_sym_constexpr] = ACTIONS(2794), - [anon_sym_constinit] = ACTIONS(2794), - [anon_sym_consteval] = ACTIONS(2794), - [anon_sym_signed] = ACTIONS(2794), - [anon_sym_unsigned] = ACTIONS(2794), - [anon_sym_long] = ACTIONS(2794), - [anon_sym_short] = ACTIONS(2794), - [sym_primitive_type] = ACTIONS(2794), - [anon_sym_enum] = ACTIONS(2794), - [anon_sym_class] = ACTIONS(2794), - [anon_sym_struct] = ACTIONS(2794), - [anon_sym_union] = ACTIONS(2794), - [anon_sym_if] = ACTIONS(2794), - [anon_sym_switch] = ACTIONS(2794), - [anon_sym_case] = ACTIONS(2794), - [anon_sym_default] = ACTIONS(2794), - [anon_sym_while] = ACTIONS(2794), - [anon_sym_do] = ACTIONS(2794), - [anon_sym_for] = ACTIONS(2794), - [anon_sym_return] = ACTIONS(2794), - [anon_sym_break] = ACTIONS(2794), - [anon_sym_continue] = ACTIONS(2794), - [anon_sym_goto] = ACTIONS(2794), - [anon_sym_not] = ACTIONS(2794), - [anon_sym_compl] = ACTIONS(2794), - [anon_sym_DASH_DASH] = ACTIONS(2796), - [anon_sym_PLUS_PLUS] = ACTIONS(2796), - [anon_sym_sizeof] = ACTIONS(2794), - [sym_number_literal] = ACTIONS(2796), - [anon_sym_L_SQUOTE] = ACTIONS(2796), - [anon_sym_u_SQUOTE] = ACTIONS(2796), - [anon_sym_U_SQUOTE] = ACTIONS(2796), - [anon_sym_u8_SQUOTE] = ACTIONS(2796), - [anon_sym_SQUOTE] = ACTIONS(2796), - [anon_sym_L_DQUOTE] = ACTIONS(2796), - [anon_sym_u_DQUOTE] = ACTIONS(2796), - [anon_sym_U_DQUOTE] = ACTIONS(2796), - [anon_sym_u8_DQUOTE] = ACTIONS(2796), - [anon_sym_DQUOTE] = ACTIONS(2796), - [sym_true] = ACTIONS(2794), - [sym_false] = ACTIONS(2794), - [sym_null] = ACTIONS(2794), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2794), - [anon_sym_decltype] = ACTIONS(2794), - [anon_sym_virtual] = ACTIONS(2794), - [anon_sym_explicit] = ACTIONS(2794), - [anon_sym_typename] = ACTIONS(2794), - [anon_sym_template] = ACTIONS(2794), - [anon_sym_operator] = ACTIONS(2794), - [anon_sym_try] = ACTIONS(2794), - [anon_sym_delete] = ACTIONS(2794), - [anon_sym_throw] = ACTIONS(2794), - [anon_sym_namespace] = ACTIONS(2794), - [anon_sym_using] = ACTIONS(2794), - [anon_sym_static_assert] = ACTIONS(2794), - [anon_sym_concept] = ACTIONS(2794), - [anon_sym_co_return] = ACTIONS(2794), - [anon_sym_co_yield] = ACTIONS(2794), - [anon_sym_R_DQUOTE] = ACTIONS(2796), - [anon_sym_LR_DQUOTE] = ACTIONS(2796), - [anon_sym_uR_DQUOTE] = ACTIONS(2796), - [anon_sym_UR_DQUOTE] = ACTIONS(2796), - [anon_sym_u8R_DQUOTE] = ACTIONS(2796), - [anon_sym_co_await] = ACTIONS(2794), - [anon_sym_new] = ACTIONS(2794), - [anon_sym_requires] = ACTIONS(2794), - [sym_this] = ACTIONS(2794), - [sym_nullptr] = ACTIONS(2794), + [ts_builtin_sym_end] = ACTIONS(2658), + [sym_identifier] = ACTIONS(2656), + [aux_sym_preproc_include_token1] = ACTIONS(2656), + [aux_sym_preproc_def_token1] = ACTIONS(2656), + [aux_sym_preproc_if_token1] = ACTIONS(2656), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2656), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2656), + [sym_preproc_directive] = ACTIONS(2656), + [anon_sym_LPAREN2] = ACTIONS(2658), + [anon_sym_BANG] = ACTIONS(2658), + [anon_sym_TILDE] = ACTIONS(2658), + [anon_sym_DASH] = ACTIONS(2656), + [anon_sym_PLUS] = ACTIONS(2656), + [anon_sym_STAR] = ACTIONS(2658), + [anon_sym_AMP_AMP] = ACTIONS(2658), + [anon_sym_AMP] = ACTIONS(2656), + [anon_sym_SEMI] = ACTIONS(2658), + [anon_sym_typedef] = ACTIONS(2656), + [anon_sym_extern] = ACTIONS(2656), + [anon_sym___attribute__] = ACTIONS(2656), + [anon_sym_COLON_COLON] = ACTIONS(2658), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2658), + [anon_sym___declspec] = ACTIONS(2656), + [anon_sym___based] = ACTIONS(2656), + [anon_sym___cdecl] = ACTIONS(2656), + [anon_sym___clrcall] = ACTIONS(2656), + [anon_sym___stdcall] = ACTIONS(2656), + [anon_sym___fastcall] = ACTIONS(2656), + [anon_sym___thiscall] = ACTIONS(2656), + [anon_sym___vectorcall] = ACTIONS(2656), + [anon_sym_LBRACE] = ACTIONS(2658), + [anon_sym_LBRACK] = ACTIONS(2656), + [anon_sym_static] = ACTIONS(2656), + [anon_sym_register] = ACTIONS(2656), + [anon_sym_inline] = ACTIONS(2656), + [anon_sym_thread_local] = ACTIONS(2656), + [anon_sym_const] = ACTIONS(2656), + [anon_sym_volatile] = ACTIONS(2656), + [anon_sym_restrict] = ACTIONS(2656), + [anon_sym__Atomic] = ACTIONS(2656), + [anon_sym_mutable] = ACTIONS(2656), + [anon_sym_constexpr] = ACTIONS(2656), + [anon_sym_constinit] = ACTIONS(2656), + [anon_sym_consteval] = ACTIONS(2656), + [anon_sym_signed] = ACTIONS(2656), + [anon_sym_unsigned] = ACTIONS(2656), + [anon_sym_long] = ACTIONS(2656), + [anon_sym_short] = ACTIONS(2656), + [sym_primitive_type] = ACTIONS(2656), + [anon_sym_enum] = ACTIONS(2656), + [anon_sym_class] = ACTIONS(2656), + [anon_sym_struct] = ACTIONS(2656), + [anon_sym_union] = ACTIONS(2656), + [anon_sym_if] = ACTIONS(2656), + [anon_sym_switch] = ACTIONS(2656), + [anon_sym_case] = ACTIONS(2656), + [anon_sym_default] = ACTIONS(2656), + [anon_sym_while] = ACTIONS(2656), + [anon_sym_do] = ACTIONS(2656), + [anon_sym_for] = ACTIONS(2656), + [anon_sym_return] = ACTIONS(2656), + [anon_sym_break] = ACTIONS(2656), + [anon_sym_continue] = ACTIONS(2656), + [anon_sym_goto] = ACTIONS(2656), + [anon_sym_not] = ACTIONS(2656), + [anon_sym_compl] = ACTIONS(2656), + [anon_sym_DASH_DASH] = ACTIONS(2658), + [anon_sym_PLUS_PLUS] = ACTIONS(2658), + [anon_sym_sizeof] = ACTIONS(2656), + [sym_number_literal] = ACTIONS(2658), + [anon_sym_L_SQUOTE] = ACTIONS(2658), + [anon_sym_u_SQUOTE] = ACTIONS(2658), + [anon_sym_U_SQUOTE] = ACTIONS(2658), + [anon_sym_u8_SQUOTE] = ACTIONS(2658), + [anon_sym_SQUOTE] = ACTIONS(2658), + [anon_sym_L_DQUOTE] = ACTIONS(2658), + [anon_sym_u_DQUOTE] = ACTIONS(2658), + [anon_sym_U_DQUOTE] = ACTIONS(2658), + [anon_sym_u8_DQUOTE] = ACTIONS(2658), + [anon_sym_DQUOTE] = ACTIONS(2658), + [sym_true] = ACTIONS(2656), + [sym_false] = ACTIONS(2656), + [sym_null] = ACTIONS(2656), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2656), + [anon_sym_decltype] = ACTIONS(2656), + [anon_sym_virtual] = ACTIONS(2656), + [anon_sym_explicit] = ACTIONS(2656), + [anon_sym_typename] = ACTIONS(2656), + [anon_sym_template] = ACTIONS(2656), + [anon_sym_operator] = ACTIONS(2656), + [anon_sym_try] = ACTIONS(2656), + [anon_sym_delete] = ACTIONS(2656), + [anon_sym_throw] = ACTIONS(2656), + [anon_sym_namespace] = ACTIONS(2656), + [anon_sym_using] = ACTIONS(2656), + [anon_sym_static_assert] = ACTIONS(2656), + [anon_sym_concept] = ACTIONS(2656), + [anon_sym_co_return] = ACTIONS(2656), + [anon_sym_co_yield] = ACTIONS(2656), + [anon_sym_R_DQUOTE] = ACTIONS(2658), + [anon_sym_LR_DQUOTE] = ACTIONS(2658), + [anon_sym_uR_DQUOTE] = ACTIONS(2658), + [anon_sym_UR_DQUOTE] = ACTIONS(2658), + [anon_sym_u8R_DQUOTE] = ACTIONS(2658), + [anon_sym_co_await] = ACTIONS(2656), + [anon_sym_new] = ACTIONS(2656), + [anon_sym_requires] = ACTIONS(2656), + [sym_this] = ACTIONS(2656), + [sym_nullptr] = ACTIONS(2656), }, [1058] = { - [sym_identifier] = ACTIONS(2798), - [aux_sym_preproc_include_token1] = ACTIONS(2798), - [aux_sym_preproc_def_token1] = ACTIONS(2798), - [aux_sym_preproc_if_token1] = ACTIONS(2798), - [aux_sym_preproc_if_token2] = ACTIONS(2798), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2798), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2798), - [sym_preproc_directive] = ACTIONS(2798), - [anon_sym_LPAREN2] = ACTIONS(2800), - [anon_sym_BANG] = ACTIONS(2800), - [anon_sym_TILDE] = ACTIONS(2800), - [anon_sym_DASH] = ACTIONS(2798), - [anon_sym_PLUS] = ACTIONS(2798), - [anon_sym_STAR] = ACTIONS(2800), - [anon_sym_AMP_AMP] = ACTIONS(2800), - [anon_sym_AMP] = ACTIONS(2798), - [anon_sym_SEMI] = ACTIONS(2800), - [anon_sym_typedef] = ACTIONS(2798), - [anon_sym_extern] = ACTIONS(2798), - [anon_sym___attribute__] = ACTIONS(2798), - [anon_sym_COLON_COLON] = ACTIONS(2800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2800), - [anon_sym___declspec] = ACTIONS(2798), - [anon_sym___based] = ACTIONS(2798), - [anon_sym___cdecl] = ACTIONS(2798), - [anon_sym___clrcall] = ACTIONS(2798), - [anon_sym___stdcall] = ACTIONS(2798), - [anon_sym___fastcall] = ACTIONS(2798), - [anon_sym___thiscall] = ACTIONS(2798), - [anon_sym___vectorcall] = ACTIONS(2798), - [anon_sym_LBRACE] = ACTIONS(2800), - [anon_sym_LBRACK] = ACTIONS(2798), - [anon_sym_static] = ACTIONS(2798), - [anon_sym_register] = ACTIONS(2798), - [anon_sym_inline] = ACTIONS(2798), - [anon_sym_thread_local] = ACTIONS(2798), - [anon_sym_const] = ACTIONS(2798), - [anon_sym_volatile] = ACTIONS(2798), - [anon_sym_restrict] = ACTIONS(2798), - [anon_sym__Atomic] = ACTIONS(2798), - [anon_sym_mutable] = ACTIONS(2798), - [anon_sym_constexpr] = ACTIONS(2798), - [anon_sym_constinit] = ACTIONS(2798), - [anon_sym_consteval] = ACTIONS(2798), - [anon_sym_signed] = ACTIONS(2798), - [anon_sym_unsigned] = ACTIONS(2798), - [anon_sym_long] = ACTIONS(2798), - [anon_sym_short] = ACTIONS(2798), - [sym_primitive_type] = ACTIONS(2798), - [anon_sym_enum] = ACTIONS(2798), - [anon_sym_class] = ACTIONS(2798), - [anon_sym_struct] = ACTIONS(2798), - [anon_sym_union] = ACTIONS(2798), - [anon_sym_if] = ACTIONS(2798), - [anon_sym_switch] = ACTIONS(2798), - [anon_sym_case] = ACTIONS(2798), - [anon_sym_default] = ACTIONS(2798), - [anon_sym_while] = ACTIONS(2798), - [anon_sym_do] = ACTIONS(2798), - [anon_sym_for] = ACTIONS(2798), - [anon_sym_return] = ACTIONS(2798), - [anon_sym_break] = ACTIONS(2798), - [anon_sym_continue] = ACTIONS(2798), - [anon_sym_goto] = ACTIONS(2798), - [anon_sym_not] = ACTIONS(2798), - [anon_sym_compl] = ACTIONS(2798), - [anon_sym_DASH_DASH] = ACTIONS(2800), - [anon_sym_PLUS_PLUS] = ACTIONS(2800), - [anon_sym_sizeof] = ACTIONS(2798), - [sym_number_literal] = ACTIONS(2800), - [anon_sym_L_SQUOTE] = ACTIONS(2800), - [anon_sym_u_SQUOTE] = ACTIONS(2800), - [anon_sym_U_SQUOTE] = ACTIONS(2800), - [anon_sym_u8_SQUOTE] = ACTIONS(2800), - [anon_sym_SQUOTE] = ACTIONS(2800), - [anon_sym_L_DQUOTE] = ACTIONS(2800), - [anon_sym_u_DQUOTE] = ACTIONS(2800), - [anon_sym_U_DQUOTE] = ACTIONS(2800), - [anon_sym_u8_DQUOTE] = ACTIONS(2800), - [anon_sym_DQUOTE] = ACTIONS(2800), - [sym_true] = ACTIONS(2798), - [sym_false] = ACTIONS(2798), - [sym_null] = ACTIONS(2798), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2798), - [anon_sym_decltype] = ACTIONS(2798), - [anon_sym_virtual] = ACTIONS(2798), - [anon_sym_explicit] = ACTIONS(2798), - [anon_sym_typename] = ACTIONS(2798), - [anon_sym_template] = ACTIONS(2798), - [anon_sym_operator] = ACTIONS(2798), - [anon_sym_try] = ACTIONS(2798), - [anon_sym_delete] = ACTIONS(2798), - [anon_sym_throw] = ACTIONS(2798), - [anon_sym_namespace] = ACTIONS(2798), - [anon_sym_using] = ACTIONS(2798), - [anon_sym_static_assert] = ACTIONS(2798), - [anon_sym_concept] = ACTIONS(2798), - [anon_sym_co_return] = ACTIONS(2798), - [anon_sym_co_yield] = ACTIONS(2798), - [anon_sym_R_DQUOTE] = ACTIONS(2800), - [anon_sym_LR_DQUOTE] = ACTIONS(2800), - [anon_sym_uR_DQUOTE] = ACTIONS(2800), - [anon_sym_UR_DQUOTE] = ACTIONS(2800), - [anon_sym_u8R_DQUOTE] = ACTIONS(2800), - [anon_sym_co_await] = ACTIONS(2798), - [anon_sym_new] = ACTIONS(2798), - [anon_sym_requires] = ACTIONS(2798), - [sym_this] = ACTIONS(2798), - [sym_nullptr] = ACTIONS(2798), + [sym_identifier] = ACTIONS(2788), + [aux_sym_preproc_include_token1] = ACTIONS(2788), + [aux_sym_preproc_def_token1] = ACTIONS(2788), + [aux_sym_preproc_if_token1] = ACTIONS(2788), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2788), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2788), + [sym_preproc_directive] = ACTIONS(2788), + [anon_sym_LPAREN2] = ACTIONS(2790), + [anon_sym_BANG] = ACTIONS(2790), + [anon_sym_TILDE] = ACTIONS(2790), + [anon_sym_DASH] = ACTIONS(2788), + [anon_sym_PLUS] = ACTIONS(2788), + [anon_sym_STAR] = ACTIONS(2790), + [anon_sym_AMP_AMP] = ACTIONS(2790), + [anon_sym_AMP] = ACTIONS(2788), + [anon_sym_SEMI] = ACTIONS(2790), + [anon_sym_typedef] = ACTIONS(2788), + [anon_sym_extern] = ACTIONS(2788), + [anon_sym___attribute__] = ACTIONS(2788), + [anon_sym_COLON_COLON] = ACTIONS(2790), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2790), + [anon_sym___declspec] = ACTIONS(2788), + [anon_sym___based] = ACTIONS(2788), + [anon_sym___cdecl] = ACTIONS(2788), + [anon_sym___clrcall] = ACTIONS(2788), + [anon_sym___stdcall] = ACTIONS(2788), + [anon_sym___fastcall] = ACTIONS(2788), + [anon_sym___thiscall] = ACTIONS(2788), + [anon_sym___vectorcall] = ACTIONS(2788), + [anon_sym_LBRACE] = ACTIONS(2790), + [anon_sym_RBRACE] = ACTIONS(2790), + [anon_sym_LBRACK] = ACTIONS(2788), + [anon_sym_static] = ACTIONS(2788), + [anon_sym_register] = ACTIONS(2788), + [anon_sym_inline] = ACTIONS(2788), + [anon_sym_thread_local] = ACTIONS(2788), + [anon_sym_const] = ACTIONS(2788), + [anon_sym_volatile] = ACTIONS(2788), + [anon_sym_restrict] = ACTIONS(2788), + [anon_sym__Atomic] = ACTIONS(2788), + [anon_sym_mutable] = ACTIONS(2788), + [anon_sym_constexpr] = ACTIONS(2788), + [anon_sym_constinit] = ACTIONS(2788), + [anon_sym_consteval] = ACTIONS(2788), + [anon_sym_signed] = ACTIONS(2788), + [anon_sym_unsigned] = ACTIONS(2788), + [anon_sym_long] = ACTIONS(2788), + [anon_sym_short] = ACTIONS(2788), + [sym_primitive_type] = ACTIONS(2788), + [anon_sym_enum] = ACTIONS(2788), + [anon_sym_class] = ACTIONS(2788), + [anon_sym_struct] = ACTIONS(2788), + [anon_sym_union] = ACTIONS(2788), + [anon_sym_if] = ACTIONS(2788), + [anon_sym_switch] = ACTIONS(2788), + [anon_sym_case] = ACTIONS(2788), + [anon_sym_default] = ACTIONS(2788), + [anon_sym_while] = ACTIONS(2788), + [anon_sym_do] = ACTIONS(2788), + [anon_sym_for] = ACTIONS(2788), + [anon_sym_return] = ACTIONS(2788), + [anon_sym_break] = ACTIONS(2788), + [anon_sym_continue] = ACTIONS(2788), + [anon_sym_goto] = ACTIONS(2788), + [anon_sym_not] = ACTIONS(2788), + [anon_sym_compl] = ACTIONS(2788), + [anon_sym_DASH_DASH] = ACTIONS(2790), + [anon_sym_PLUS_PLUS] = ACTIONS(2790), + [anon_sym_sizeof] = ACTIONS(2788), + [sym_number_literal] = ACTIONS(2790), + [anon_sym_L_SQUOTE] = ACTIONS(2790), + [anon_sym_u_SQUOTE] = ACTIONS(2790), + [anon_sym_U_SQUOTE] = ACTIONS(2790), + [anon_sym_u8_SQUOTE] = ACTIONS(2790), + [anon_sym_SQUOTE] = ACTIONS(2790), + [anon_sym_L_DQUOTE] = ACTIONS(2790), + [anon_sym_u_DQUOTE] = ACTIONS(2790), + [anon_sym_U_DQUOTE] = ACTIONS(2790), + [anon_sym_u8_DQUOTE] = ACTIONS(2790), + [anon_sym_DQUOTE] = ACTIONS(2790), + [sym_true] = ACTIONS(2788), + [sym_false] = ACTIONS(2788), + [sym_null] = ACTIONS(2788), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2788), + [anon_sym_decltype] = ACTIONS(2788), + [anon_sym_virtual] = ACTIONS(2788), + [anon_sym_explicit] = ACTIONS(2788), + [anon_sym_typename] = ACTIONS(2788), + [anon_sym_template] = ACTIONS(2788), + [anon_sym_operator] = ACTIONS(2788), + [anon_sym_try] = ACTIONS(2788), + [anon_sym_delete] = ACTIONS(2788), + [anon_sym_throw] = ACTIONS(2788), + [anon_sym_namespace] = ACTIONS(2788), + [anon_sym_using] = ACTIONS(2788), + [anon_sym_static_assert] = ACTIONS(2788), + [anon_sym_concept] = ACTIONS(2788), + [anon_sym_co_return] = ACTIONS(2788), + [anon_sym_co_yield] = ACTIONS(2788), + [anon_sym_R_DQUOTE] = ACTIONS(2790), + [anon_sym_LR_DQUOTE] = ACTIONS(2790), + [anon_sym_uR_DQUOTE] = ACTIONS(2790), + [anon_sym_UR_DQUOTE] = ACTIONS(2790), + [anon_sym_u8R_DQUOTE] = ACTIONS(2790), + [anon_sym_co_await] = ACTIONS(2788), + [anon_sym_new] = ACTIONS(2788), + [anon_sym_requires] = ACTIONS(2788), + [sym_this] = ACTIONS(2788), + [sym_nullptr] = ACTIONS(2788), }, [1059] = { - [ts_builtin_sym_end] = ACTIONS(2870), - [sym_identifier] = ACTIONS(2868), - [aux_sym_preproc_include_token1] = ACTIONS(2868), - [aux_sym_preproc_def_token1] = ACTIONS(2868), - [aux_sym_preproc_if_token1] = ACTIONS(2868), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2868), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2868), - [sym_preproc_directive] = ACTIONS(2868), - [anon_sym_LPAREN2] = ACTIONS(2870), - [anon_sym_BANG] = ACTIONS(2870), - [anon_sym_TILDE] = ACTIONS(2870), - [anon_sym_DASH] = ACTIONS(2868), - [anon_sym_PLUS] = ACTIONS(2868), - [anon_sym_STAR] = ACTIONS(2870), - [anon_sym_AMP_AMP] = ACTIONS(2870), - [anon_sym_AMP] = ACTIONS(2868), - [anon_sym_SEMI] = ACTIONS(2870), - [anon_sym_typedef] = ACTIONS(2868), - [anon_sym_extern] = ACTIONS(2868), - [anon_sym___attribute__] = ACTIONS(2868), - [anon_sym_COLON_COLON] = ACTIONS(2870), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2870), - [anon_sym___declspec] = ACTIONS(2868), - [anon_sym___based] = ACTIONS(2868), - [anon_sym___cdecl] = ACTIONS(2868), - [anon_sym___clrcall] = ACTIONS(2868), - [anon_sym___stdcall] = ACTIONS(2868), - [anon_sym___fastcall] = ACTIONS(2868), - [anon_sym___thiscall] = ACTIONS(2868), - [anon_sym___vectorcall] = ACTIONS(2868), - [anon_sym_LBRACE] = ACTIONS(2870), - [anon_sym_LBRACK] = ACTIONS(2868), - [anon_sym_static] = ACTIONS(2868), - [anon_sym_register] = ACTIONS(2868), - [anon_sym_inline] = ACTIONS(2868), - [anon_sym_thread_local] = ACTIONS(2868), - [anon_sym_const] = ACTIONS(2868), - [anon_sym_volatile] = ACTIONS(2868), - [anon_sym_restrict] = ACTIONS(2868), - [anon_sym__Atomic] = ACTIONS(2868), - [anon_sym_mutable] = ACTIONS(2868), - [anon_sym_constexpr] = ACTIONS(2868), - [anon_sym_constinit] = ACTIONS(2868), - [anon_sym_consteval] = ACTIONS(2868), - [anon_sym_signed] = ACTIONS(2868), - [anon_sym_unsigned] = ACTIONS(2868), - [anon_sym_long] = ACTIONS(2868), - [anon_sym_short] = ACTIONS(2868), - [sym_primitive_type] = ACTIONS(2868), - [anon_sym_enum] = ACTIONS(2868), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2868), - [anon_sym_union] = ACTIONS(2868), - [anon_sym_if] = ACTIONS(2868), - [anon_sym_switch] = ACTIONS(2868), - [anon_sym_case] = ACTIONS(2868), - [anon_sym_default] = ACTIONS(2868), - [anon_sym_while] = ACTIONS(2868), - [anon_sym_do] = ACTIONS(2868), - [anon_sym_for] = ACTIONS(2868), - [anon_sym_return] = ACTIONS(2868), - [anon_sym_break] = ACTIONS(2868), - [anon_sym_continue] = ACTIONS(2868), - [anon_sym_goto] = ACTIONS(2868), - [anon_sym_not] = ACTIONS(2868), - [anon_sym_compl] = ACTIONS(2868), - [anon_sym_DASH_DASH] = ACTIONS(2870), - [anon_sym_PLUS_PLUS] = ACTIONS(2870), - [anon_sym_sizeof] = ACTIONS(2868), - [sym_number_literal] = ACTIONS(2870), - [anon_sym_L_SQUOTE] = ACTIONS(2870), - [anon_sym_u_SQUOTE] = ACTIONS(2870), - [anon_sym_U_SQUOTE] = ACTIONS(2870), - [anon_sym_u8_SQUOTE] = ACTIONS(2870), - [anon_sym_SQUOTE] = ACTIONS(2870), - [anon_sym_L_DQUOTE] = ACTIONS(2870), - [anon_sym_u_DQUOTE] = ACTIONS(2870), - [anon_sym_U_DQUOTE] = ACTIONS(2870), - [anon_sym_u8_DQUOTE] = ACTIONS(2870), - [anon_sym_DQUOTE] = ACTIONS(2870), - [sym_true] = ACTIONS(2868), - [sym_false] = ACTIONS(2868), - [sym_null] = ACTIONS(2868), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2868), - [anon_sym_decltype] = ACTIONS(2868), - [anon_sym_virtual] = ACTIONS(2868), - [anon_sym_explicit] = ACTIONS(2868), - [anon_sym_typename] = ACTIONS(2868), - [anon_sym_template] = ACTIONS(2868), - [anon_sym_operator] = ACTIONS(2868), - [anon_sym_try] = ACTIONS(2868), - [anon_sym_delete] = ACTIONS(2868), - [anon_sym_throw] = ACTIONS(2868), - [anon_sym_namespace] = ACTIONS(2868), - [anon_sym_using] = ACTIONS(2868), - [anon_sym_static_assert] = ACTIONS(2868), - [anon_sym_concept] = ACTIONS(2868), - [anon_sym_co_return] = ACTIONS(2868), - [anon_sym_co_yield] = ACTIONS(2868), - [anon_sym_R_DQUOTE] = ACTIONS(2870), - [anon_sym_LR_DQUOTE] = ACTIONS(2870), - [anon_sym_uR_DQUOTE] = ACTIONS(2870), - [anon_sym_UR_DQUOTE] = ACTIONS(2870), - [anon_sym_u8R_DQUOTE] = ACTIONS(2870), - [anon_sym_co_await] = ACTIONS(2868), - [anon_sym_new] = ACTIONS(2868), - [anon_sym_requires] = ACTIONS(2868), - [sym_this] = ACTIONS(2868), - [sym_nullptr] = ACTIONS(2868), + [ts_builtin_sym_end] = ACTIONS(2750), + [sym_identifier] = ACTIONS(2748), + [aux_sym_preproc_include_token1] = ACTIONS(2748), + [aux_sym_preproc_def_token1] = ACTIONS(2748), + [aux_sym_preproc_if_token1] = ACTIONS(2748), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2748), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2748), + [sym_preproc_directive] = ACTIONS(2748), + [anon_sym_LPAREN2] = ACTIONS(2750), + [anon_sym_BANG] = ACTIONS(2750), + [anon_sym_TILDE] = ACTIONS(2750), + [anon_sym_DASH] = ACTIONS(2748), + [anon_sym_PLUS] = ACTIONS(2748), + [anon_sym_STAR] = ACTIONS(2750), + [anon_sym_AMP_AMP] = ACTIONS(2750), + [anon_sym_AMP] = ACTIONS(2748), + [anon_sym_SEMI] = ACTIONS(2750), + [anon_sym_typedef] = ACTIONS(2748), + [anon_sym_extern] = ACTIONS(2748), + [anon_sym___attribute__] = ACTIONS(2748), + [anon_sym_COLON_COLON] = ACTIONS(2750), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2750), + [anon_sym___declspec] = ACTIONS(2748), + [anon_sym___based] = ACTIONS(2748), + [anon_sym___cdecl] = ACTIONS(2748), + [anon_sym___clrcall] = ACTIONS(2748), + [anon_sym___stdcall] = ACTIONS(2748), + [anon_sym___fastcall] = ACTIONS(2748), + [anon_sym___thiscall] = ACTIONS(2748), + [anon_sym___vectorcall] = ACTIONS(2748), + [anon_sym_LBRACE] = ACTIONS(2750), + [anon_sym_LBRACK] = ACTIONS(2748), + [anon_sym_static] = ACTIONS(2748), + [anon_sym_register] = ACTIONS(2748), + [anon_sym_inline] = ACTIONS(2748), + [anon_sym_thread_local] = ACTIONS(2748), + [anon_sym_const] = ACTIONS(2748), + [anon_sym_volatile] = ACTIONS(2748), + [anon_sym_restrict] = ACTIONS(2748), + [anon_sym__Atomic] = ACTIONS(2748), + [anon_sym_mutable] = ACTIONS(2748), + [anon_sym_constexpr] = ACTIONS(2748), + [anon_sym_constinit] = ACTIONS(2748), + [anon_sym_consteval] = ACTIONS(2748), + [anon_sym_signed] = ACTIONS(2748), + [anon_sym_unsigned] = ACTIONS(2748), + [anon_sym_long] = ACTIONS(2748), + [anon_sym_short] = ACTIONS(2748), + [sym_primitive_type] = ACTIONS(2748), + [anon_sym_enum] = ACTIONS(2748), + [anon_sym_class] = ACTIONS(2748), + [anon_sym_struct] = ACTIONS(2748), + [anon_sym_union] = ACTIONS(2748), + [anon_sym_if] = ACTIONS(2748), + [anon_sym_switch] = ACTIONS(2748), + [anon_sym_case] = ACTIONS(2748), + [anon_sym_default] = ACTIONS(2748), + [anon_sym_while] = ACTIONS(2748), + [anon_sym_do] = ACTIONS(2748), + [anon_sym_for] = ACTIONS(2748), + [anon_sym_return] = ACTIONS(2748), + [anon_sym_break] = ACTIONS(2748), + [anon_sym_continue] = ACTIONS(2748), + [anon_sym_goto] = ACTIONS(2748), + [anon_sym_not] = ACTIONS(2748), + [anon_sym_compl] = ACTIONS(2748), + [anon_sym_DASH_DASH] = ACTIONS(2750), + [anon_sym_PLUS_PLUS] = ACTIONS(2750), + [anon_sym_sizeof] = ACTIONS(2748), + [sym_number_literal] = ACTIONS(2750), + [anon_sym_L_SQUOTE] = ACTIONS(2750), + [anon_sym_u_SQUOTE] = ACTIONS(2750), + [anon_sym_U_SQUOTE] = ACTIONS(2750), + [anon_sym_u8_SQUOTE] = ACTIONS(2750), + [anon_sym_SQUOTE] = ACTIONS(2750), + [anon_sym_L_DQUOTE] = ACTIONS(2750), + [anon_sym_u_DQUOTE] = ACTIONS(2750), + [anon_sym_U_DQUOTE] = ACTIONS(2750), + [anon_sym_u8_DQUOTE] = ACTIONS(2750), + [anon_sym_DQUOTE] = ACTIONS(2750), + [sym_true] = ACTIONS(2748), + [sym_false] = ACTIONS(2748), + [sym_null] = ACTIONS(2748), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2748), + [anon_sym_decltype] = ACTIONS(2748), + [anon_sym_virtual] = ACTIONS(2748), + [anon_sym_explicit] = ACTIONS(2748), + [anon_sym_typename] = ACTIONS(2748), + [anon_sym_template] = ACTIONS(2748), + [anon_sym_operator] = ACTIONS(2748), + [anon_sym_try] = ACTIONS(2748), + [anon_sym_delete] = ACTIONS(2748), + [anon_sym_throw] = ACTIONS(2748), + [anon_sym_namespace] = ACTIONS(2748), + [anon_sym_using] = ACTIONS(2748), + [anon_sym_static_assert] = ACTIONS(2748), + [anon_sym_concept] = ACTIONS(2748), + [anon_sym_co_return] = ACTIONS(2748), + [anon_sym_co_yield] = ACTIONS(2748), + [anon_sym_R_DQUOTE] = ACTIONS(2750), + [anon_sym_LR_DQUOTE] = ACTIONS(2750), + [anon_sym_uR_DQUOTE] = ACTIONS(2750), + [anon_sym_UR_DQUOTE] = ACTIONS(2750), + [anon_sym_u8R_DQUOTE] = ACTIONS(2750), + [anon_sym_co_await] = ACTIONS(2748), + [anon_sym_new] = ACTIONS(2748), + [anon_sym_requires] = ACTIONS(2748), + [sym_this] = ACTIONS(2748), + [sym_nullptr] = ACTIONS(2748), }, [1060] = { - [sym_identifier] = ACTIONS(2806), - [aux_sym_preproc_include_token1] = ACTIONS(2806), - [aux_sym_preproc_def_token1] = ACTIONS(2806), - [aux_sym_preproc_if_token1] = ACTIONS(2806), - [aux_sym_preproc_if_token2] = ACTIONS(2806), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2806), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2806), - [sym_preproc_directive] = ACTIONS(2806), - [anon_sym_LPAREN2] = ACTIONS(2808), - [anon_sym_BANG] = ACTIONS(2808), - [anon_sym_TILDE] = ACTIONS(2808), - [anon_sym_DASH] = ACTIONS(2806), - [anon_sym_PLUS] = ACTIONS(2806), - [anon_sym_STAR] = ACTIONS(2808), - [anon_sym_AMP_AMP] = ACTIONS(2808), - [anon_sym_AMP] = ACTIONS(2806), - [anon_sym_SEMI] = ACTIONS(2808), - [anon_sym_typedef] = ACTIONS(2806), - [anon_sym_extern] = ACTIONS(2806), - [anon_sym___attribute__] = ACTIONS(2806), - [anon_sym_COLON_COLON] = ACTIONS(2808), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2808), - [anon_sym___declspec] = ACTIONS(2806), - [anon_sym___based] = ACTIONS(2806), - [anon_sym___cdecl] = ACTIONS(2806), - [anon_sym___clrcall] = ACTIONS(2806), - [anon_sym___stdcall] = ACTIONS(2806), - [anon_sym___fastcall] = ACTIONS(2806), - [anon_sym___thiscall] = ACTIONS(2806), - [anon_sym___vectorcall] = ACTIONS(2806), - [anon_sym_LBRACE] = ACTIONS(2808), - [anon_sym_LBRACK] = ACTIONS(2806), - [anon_sym_static] = ACTIONS(2806), - [anon_sym_register] = ACTIONS(2806), - [anon_sym_inline] = ACTIONS(2806), - [anon_sym_thread_local] = ACTIONS(2806), - [anon_sym_const] = ACTIONS(2806), - [anon_sym_volatile] = ACTIONS(2806), - [anon_sym_restrict] = ACTIONS(2806), - [anon_sym__Atomic] = ACTIONS(2806), - [anon_sym_mutable] = ACTIONS(2806), - [anon_sym_constexpr] = ACTIONS(2806), - [anon_sym_constinit] = ACTIONS(2806), - [anon_sym_consteval] = ACTIONS(2806), - [anon_sym_signed] = ACTIONS(2806), - [anon_sym_unsigned] = ACTIONS(2806), - [anon_sym_long] = ACTIONS(2806), - [anon_sym_short] = ACTIONS(2806), - [sym_primitive_type] = ACTIONS(2806), - [anon_sym_enum] = ACTIONS(2806), - [anon_sym_class] = ACTIONS(2806), - [anon_sym_struct] = ACTIONS(2806), - [anon_sym_union] = ACTIONS(2806), - [anon_sym_if] = ACTIONS(2806), - [anon_sym_switch] = ACTIONS(2806), - [anon_sym_case] = ACTIONS(2806), - [anon_sym_default] = ACTIONS(2806), - [anon_sym_while] = ACTIONS(2806), - [anon_sym_do] = ACTIONS(2806), - [anon_sym_for] = ACTIONS(2806), - [anon_sym_return] = ACTIONS(2806), - [anon_sym_break] = ACTIONS(2806), - [anon_sym_continue] = ACTIONS(2806), - [anon_sym_goto] = ACTIONS(2806), - [anon_sym_not] = ACTIONS(2806), - [anon_sym_compl] = ACTIONS(2806), - [anon_sym_DASH_DASH] = ACTIONS(2808), - [anon_sym_PLUS_PLUS] = ACTIONS(2808), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [anon_sym_L_SQUOTE] = ACTIONS(2808), - [anon_sym_u_SQUOTE] = ACTIONS(2808), - [anon_sym_U_SQUOTE] = ACTIONS(2808), - [anon_sym_u8_SQUOTE] = ACTIONS(2808), - [anon_sym_SQUOTE] = ACTIONS(2808), - [anon_sym_L_DQUOTE] = ACTIONS(2808), - [anon_sym_u_DQUOTE] = ACTIONS(2808), - [anon_sym_U_DQUOTE] = ACTIONS(2808), - [anon_sym_u8_DQUOTE] = ACTIONS(2808), - [anon_sym_DQUOTE] = ACTIONS(2808), - [sym_true] = ACTIONS(2806), - [sym_false] = ACTIONS(2806), - [sym_null] = ACTIONS(2806), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2806), - [anon_sym_decltype] = ACTIONS(2806), - [anon_sym_virtual] = ACTIONS(2806), - [anon_sym_explicit] = ACTIONS(2806), - [anon_sym_typename] = ACTIONS(2806), - [anon_sym_template] = ACTIONS(2806), - [anon_sym_operator] = ACTIONS(2806), - [anon_sym_try] = ACTIONS(2806), - [anon_sym_delete] = ACTIONS(2806), - [anon_sym_throw] = ACTIONS(2806), - [anon_sym_namespace] = ACTIONS(2806), - [anon_sym_using] = ACTIONS(2806), - [anon_sym_static_assert] = ACTIONS(2806), - [anon_sym_concept] = ACTIONS(2806), - [anon_sym_co_return] = ACTIONS(2806), - [anon_sym_co_yield] = ACTIONS(2806), - [anon_sym_R_DQUOTE] = ACTIONS(2808), - [anon_sym_LR_DQUOTE] = ACTIONS(2808), - [anon_sym_uR_DQUOTE] = ACTIONS(2808), - [anon_sym_UR_DQUOTE] = ACTIONS(2808), - [anon_sym_u8R_DQUOTE] = ACTIONS(2808), - [anon_sym_co_await] = ACTIONS(2806), - [anon_sym_new] = ACTIONS(2806), - [anon_sym_requires] = ACTIONS(2806), - [sym_this] = ACTIONS(2806), - [sym_nullptr] = ACTIONS(2806), + [sym_identifier] = ACTIONS(2688), + [aux_sym_preproc_include_token1] = ACTIONS(2688), + [aux_sym_preproc_def_token1] = ACTIONS(2688), + [aux_sym_preproc_if_token1] = ACTIONS(2688), + [aux_sym_preproc_if_token2] = ACTIONS(2688), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2688), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2688), + [sym_preproc_directive] = ACTIONS(2688), + [anon_sym_LPAREN2] = ACTIONS(2690), + [anon_sym_BANG] = ACTIONS(2690), + [anon_sym_TILDE] = ACTIONS(2690), + [anon_sym_DASH] = ACTIONS(2688), + [anon_sym_PLUS] = ACTIONS(2688), + [anon_sym_STAR] = ACTIONS(2690), + [anon_sym_AMP_AMP] = ACTIONS(2690), + [anon_sym_AMP] = ACTIONS(2688), + [anon_sym_SEMI] = ACTIONS(2690), + [anon_sym_typedef] = ACTIONS(2688), + [anon_sym_extern] = ACTIONS(2688), + [anon_sym___attribute__] = ACTIONS(2688), + [anon_sym_COLON_COLON] = ACTIONS(2690), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2690), + [anon_sym___declspec] = ACTIONS(2688), + [anon_sym___based] = ACTIONS(2688), + [anon_sym___cdecl] = ACTIONS(2688), + [anon_sym___clrcall] = ACTIONS(2688), + [anon_sym___stdcall] = ACTIONS(2688), + [anon_sym___fastcall] = ACTIONS(2688), + [anon_sym___thiscall] = ACTIONS(2688), + [anon_sym___vectorcall] = ACTIONS(2688), + [anon_sym_LBRACE] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(2688), + [anon_sym_static] = ACTIONS(2688), + [anon_sym_register] = ACTIONS(2688), + [anon_sym_inline] = ACTIONS(2688), + [anon_sym_thread_local] = ACTIONS(2688), + [anon_sym_const] = ACTIONS(2688), + [anon_sym_volatile] = ACTIONS(2688), + [anon_sym_restrict] = ACTIONS(2688), + [anon_sym__Atomic] = ACTIONS(2688), + [anon_sym_mutable] = ACTIONS(2688), + [anon_sym_constexpr] = ACTIONS(2688), + [anon_sym_constinit] = ACTIONS(2688), + [anon_sym_consteval] = ACTIONS(2688), + [anon_sym_signed] = ACTIONS(2688), + [anon_sym_unsigned] = ACTIONS(2688), + [anon_sym_long] = ACTIONS(2688), + [anon_sym_short] = ACTIONS(2688), + [sym_primitive_type] = ACTIONS(2688), + [anon_sym_enum] = ACTIONS(2688), + [anon_sym_class] = ACTIONS(2688), + [anon_sym_struct] = ACTIONS(2688), + [anon_sym_union] = ACTIONS(2688), + [anon_sym_if] = ACTIONS(2688), + [anon_sym_switch] = ACTIONS(2688), + [anon_sym_case] = ACTIONS(2688), + [anon_sym_default] = ACTIONS(2688), + [anon_sym_while] = ACTIONS(2688), + [anon_sym_do] = ACTIONS(2688), + [anon_sym_for] = ACTIONS(2688), + [anon_sym_return] = ACTIONS(2688), + [anon_sym_break] = ACTIONS(2688), + [anon_sym_continue] = ACTIONS(2688), + [anon_sym_goto] = ACTIONS(2688), + [anon_sym_not] = ACTIONS(2688), + [anon_sym_compl] = ACTIONS(2688), + [anon_sym_DASH_DASH] = ACTIONS(2690), + [anon_sym_PLUS_PLUS] = ACTIONS(2690), + [anon_sym_sizeof] = ACTIONS(2688), + [sym_number_literal] = ACTIONS(2690), + [anon_sym_L_SQUOTE] = ACTIONS(2690), + [anon_sym_u_SQUOTE] = ACTIONS(2690), + [anon_sym_U_SQUOTE] = ACTIONS(2690), + [anon_sym_u8_SQUOTE] = ACTIONS(2690), + [anon_sym_SQUOTE] = ACTIONS(2690), + [anon_sym_L_DQUOTE] = ACTIONS(2690), + [anon_sym_u_DQUOTE] = ACTIONS(2690), + [anon_sym_U_DQUOTE] = ACTIONS(2690), + [anon_sym_u8_DQUOTE] = ACTIONS(2690), + [anon_sym_DQUOTE] = ACTIONS(2690), + [sym_true] = ACTIONS(2688), + [sym_false] = ACTIONS(2688), + [sym_null] = ACTIONS(2688), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2688), + [anon_sym_decltype] = ACTIONS(2688), + [anon_sym_virtual] = ACTIONS(2688), + [anon_sym_explicit] = ACTIONS(2688), + [anon_sym_typename] = ACTIONS(2688), + [anon_sym_template] = ACTIONS(2688), + [anon_sym_operator] = ACTIONS(2688), + [anon_sym_try] = ACTIONS(2688), + [anon_sym_delete] = ACTIONS(2688), + [anon_sym_throw] = ACTIONS(2688), + [anon_sym_namespace] = ACTIONS(2688), + [anon_sym_using] = ACTIONS(2688), + [anon_sym_static_assert] = ACTIONS(2688), + [anon_sym_concept] = ACTIONS(2688), + [anon_sym_co_return] = ACTIONS(2688), + [anon_sym_co_yield] = ACTIONS(2688), + [anon_sym_R_DQUOTE] = ACTIONS(2690), + [anon_sym_LR_DQUOTE] = ACTIONS(2690), + [anon_sym_uR_DQUOTE] = ACTIONS(2690), + [anon_sym_UR_DQUOTE] = ACTIONS(2690), + [anon_sym_u8R_DQUOTE] = ACTIONS(2690), + [anon_sym_co_await] = ACTIONS(2688), + [anon_sym_new] = ACTIONS(2688), + [anon_sym_requires] = ACTIONS(2688), + [sym_this] = ACTIONS(2688), + [sym_nullptr] = ACTIONS(2688), }, [1061] = { - [sym__expression] = STATE(3699), - [sym_comma_expression] = STATE(6625), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2920), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3713), + [sym_comma_expression] = STATE(6554), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2918), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2923), - [anon_sym_extern] = ACTIONS(2925), - [anon_sym___attribute__] = ACTIONS(2925), - [anon_sym_COLON_COLON] = ACTIONS(2927), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2925), - [anon_sym_register] = ACTIONS(2925), - [anon_sym_inline] = ACTIONS(2925), - [anon_sym_thread_local] = ACTIONS(2925), - [anon_sym_const] = ACTIONS(2925), - [anon_sym_volatile] = ACTIONS(2925), - [anon_sym_restrict] = ACTIONS(2925), - [anon_sym__Atomic] = ACTIONS(2925), - [anon_sym_mutable] = ACTIONS(2925), - [anon_sym_constexpr] = ACTIONS(2925), - [anon_sym_constinit] = ACTIONS(2925), - [anon_sym_consteval] = ACTIONS(2925), - [anon_sym_signed] = ACTIONS(2925), - [anon_sym_unsigned] = ACTIONS(2925), - [anon_sym_long] = ACTIONS(2925), - [anon_sym_short] = ACTIONS(2925), - [sym_primitive_type] = ACTIONS(2932), - [anon_sym_enum] = ACTIONS(2925), - [anon_sym_class] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2925), - [anon_sym_union] = ACTIONS(2925), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(2921), + [anon_sym_extern] = ACTIONS(2494), + [anon_sym___attribute__] = ACTIONS(2494), + [anon_sym_COLON_COLON] = ACTIONS(2923), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2496), + [anon_sym___declspec] = ACTIONS(2494), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2494), + [anon_sym_register] = ACTIONS(2494), + [anon_sym_inline] = ACTIONS(2494), + [anon_sym_thread_local] = ACTIONS(2494), + [anon_sym_const] = ACTIONS(2494), + [anon_sym_volatile] = ACTIONS(2494), + [anon_sym_restrict] = ACTIONS(2494), + [anon_sym__Atomic] = ACTIONS(2494), + [anon_sym_mutable] = ACTIONS(2494), + [anon_sym_constexpr] = ACTIONS(2494), + [anon_sym_constinit] = ACTIONS(2494), + [anon_sym_consteval] = ACTIONS(2494), + [anon_sym_signed] = ACTIONS(2494), + [anon_sym_unsigned] = ACTIONS(2494), + [anon_sym_long] = ACTIONS(2494), + [anon_sym_short] = ACTIONS(2494), + [sym_primitive_type] = ACTIONS(2926), + [anon_sym_enum] = ACTIONS(2494), + [anon_sym_class] = ACTIONS(2494), + [anon_sym_struct] = ACTIONS(2494), + [anon_sym_union] = ACTIONS(2494), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -158346,11 +158104,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2925), - [anon_sym_decltype] = ACTIONS(2935), - [anon_sym_virtual] = ACTIONS(2925), - [anon_sym_typename] = ACTIONS(2925), - [anon_sym_template] = ACTIONS(2938), + [sym_auto] = ACTIONS(2494), + [anon_sym_decltype] = ACTIONS(2929), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_typename] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2932), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -158364,79 +158122,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1062] = { - [sym__expression] = STATE(3659), - [sym_comma_expression] = STATE(6705), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2941), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3719), + [sym_comma_expression] = STATE(6817), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2935), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2944), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2946), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_constinit] = ACTIONS(2482), - [anon_sym_consteval] = ACTIONS(2482), - [anon_sym_signed] = ACTIONS(2482), - [anon_sym_unsigned] = ACTIONS(2482), - [anon_sym_long] = ACTIONS(2482), - [anon_sym_short] = ACTIONS(2482), - [sym_primitive_type] = ACTIONS(2949), - [anon_sym_enum] = ACTIONS(2482), - [anon_sym_class] = ACTIONS(2482), - [anon_sym_struct] = ACTIONS(2482), - [anon_sym_union] = ACTIONS(2482), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(2938), + [anon_sym_extern] = ACTIONS(2536), + [anon_sym___attribute__] = ACTIONS(2536), + [anon_sym_COLON_COLON] = ACTIONS(2940), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2538), + [anon_sym___declspec] = ACTIONS(2536), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2536), + [anon_sym_register] = ACTIONS(2536), + [anon_sym_inline] = ACTIONS(2536), + [anon_sym_thread_local] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(2536), + [anon_sym_volatile] = ACTIONS(2536), + [anon_sym_restrict] = ACTIONS(2536), + [anon_sym__Atomic] = ACTIONS(2536), + [anon_sym_mutable] = ACTIONS(2536), + [anon_sym_constexpr] = ACTIONS(2536), + [anon_sym_constinit] = ACTIONS(2536), + [anon_sym_consteval] = ACTIONS(2536), + [anon_sym_signed] = ACTIONS(2536), + [anon_sym_unsigned] = ACTIONS(2536), + [anon_sym_long] = ACTIONS(2536), + [anon_sym_short] = ACTIONS(2536), + [sym_primitive_type] = ACTIONS(2943), + [anon_sym_enum] = ACTIONS(2536), + [anon_sym_class] = ACTIONS(2536), + [anon_sym_struct] = ACTIONS(2536), + [anon_sym_union] = ACTIONS(2536), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -158457,11 +158215,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2482), - [anon_sym_decltype] = ACTIONS(2952), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_typename] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2955), + [sym_auto] = ACTIONS(2536), + [anon_sym_decltype] = ACTIONS(2946), + [anon_sym_virtual] = ACTIONS(2536), + [anon_sym_typename] = ACTIONS(2536), + [anon_sym_template] = ACTIONS(2949), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -158475,79 +158233,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1063] = { - [sym__expression] = STATE(3742), - [sym_comma_expression] = STATE(6765), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2920), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3642), + [sym_comma_expression] = STATE(7050), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2935), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2958), - [anon_sym_extern] = ACTIONS(2925), - [anon_sym___attribute__] = ACTIONS(2925), - [anon_sym_COLON_COLON] = ACTIONS(2927), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2925), - [anon_sym_register] = ACTIONS(2925), - [anon_sym_inline] = ACTIONS(2925), - [anon_sym_thread_local] = ACTIONS(2925), - [anon_sym_const] = ACTIONS(2925), - [anon_sym_volatile] = ACTIONS(2925), - [anon_sym_restrict] = ACTIONS(2925), - [anon_sym__Atomic] = ACTIONS(2925), - [anon_sym_mutable] = ACTIONS(2925), - [anon_sym_constexpr] = ACTIONS(2925), - [anon_sym_constinit] = ACTIONS(2925), - [anon_sym_consteval] = ACTIONS(2925), - [anon_sym_signed] = ACTIONS(2925), - [anon_sym_unsigned] = ACTIONS(2925), - [anon_sym_long] = ACTIONS(2925), - [anon_sym_short] = ACTIONS(2925), - [sym_primitive_type] = ACTIONS(2932), - [anon_sym_enum] = ACTIONS(2925), - [anon_sym_class] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2925), - [anon_sym_union] = ACTIONS(2925), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(2952), + [anon_sym_extern] = ACTIONS(2536), + [anon_sym___attribute__] = ACTIONS(2536), + [anon_sym_COLON_COLON] = ACTIONS(2940), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2538), + [anon_sym___declspec] = ACTIONS(2536), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2536), + [anon_sym_register] = ACTIONS(2536), + [anon_sym_inline] = ACTIONS(2536), + [anon_sym_thread_local] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(2536), + [anon_sym_volatile] = ACTIONS(2536), + [anon_sym_restrict] = ACTIONS(2536), + [anon_sym__Atomic] = ACTIONS(2536), + [anon_sym_mutable] = ACTIONS(2536), + [anon_sym_constexpr] = ACTIONS(2536), + [anon_sym_constinit] = ACTIONS(2536), + [anon_sym_consteval] = ACTIONS(2536), + [anon_sym_signed] = ACTIONS(2536), + [anon_sym_unsigned] = ACTIONS(2536), + [anon_sym_long] = ACTIONS(2536), + [anon_sym_short] = ACTIONS(2536), + [sym_primitive_type] = ACTIONS(2943), + [anon_sym_enum] = ACTIONS(2536), + [anon_sym_class] = ACTIONS(2536), + [anon_sym_struct] = ACTIONS(2536), + [anon_sym_union] = ACTIONS(2536), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -158568,11 +158326,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2925), - [anon_sym_decltype] = ACTIONS(2935), - [anon_sym_virtual] = ACTIONS(2925), - [anon_sym_typename] = ACTIONS(2925), - [anon_sym_template] = ACTIONS(2938), + [sym_auto] = ACTIONS(2536), + [anon_sym_decltype] = ACTIONS(2946), + [anon_sym_virtual] = ACTIONS(2536), + [anon_sym_typename] = ACTIONS(2536), + [anon_sym_template] = ACTIONS(2949), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -158586,79 +158344,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1064] = { - [sym__expression] = STATE(3671), - [sym_comma_expression] = STATE(6974), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2960), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3783), + [sym_comma_expression] = STATE(6519), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2954), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2963), - [anon_sym_extern] = ACTIONS(2400), - [anon_sym___attribute__] = ACTIONS(2400), - [anon_sym_COLON_COLON] = ACTIONS(2965), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2402), - [anon_sym___declspec] = ACTIONS(2400), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2400), - [anon_sym_register] = ACTIONS(2400), - [anon_sym_inline] = ACTIONS(2400), - [anon_sym_thread_local] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_volatile] = ACTIONS(2400), - [anon_sym_restrict] = ACTIONS(2400), - [anon_sym__Atomic] = ACTIONS(2400), - [anon_sym_mutable] = ACTIONS(2400), - [anon_sym_constexpr] = ACTIONS(2400), - [anon_sym_constinit] = ACTIONS(2400), - [anon_sym_consteval] = ACTIONS(2400), - [anon_sym_signed] = ACTIONS(2400), - [anon_sym_unsigned] = ACTIONS(2400), - [anon_sym_long] = ACTIONS(2400), - [anon_sym_short] = ACTIONS(2400), - [sym_primitive_type] = ACTIONS(2968), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_class] = ACTIONS(2400), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(2957), + [anon_sym_extern] = ACTIONS(2959), + [anon_sym___attribute__] = ACTIONS(2959), + [anon_sym_COLON_COLON] = ACTIONS(2961), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), + [anon_sym___declspec] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2959), + [anon_sym_register] = ACTIONS(2959), + [anon_sym_inline] = ACTIONS(2959), + [anon_sym_thread_local] = ACTIONS(2959), + [anon_sym_const] = ACTIONS(2959), + [anon_sym_volatile] = ACTIONS(2959), + [anon_sym_restrict] = ACTIONS(2959), + [anon_sym__Atomic] = ACTIONS(2959), + [anon_sym_mutable] = ACTIONS(2959), + [anon_sym_constexpr] = ACTIONS(2959), + [anon_sym_constinit] = ACTIONS(2959), + [anon_sym_consteval] = ACTIONS(2959), + [anon_sym_signed] = ACTIONS(2959), + [anon_sym_unsigned] = ACTIONS(2959), + [anon_sym_long] = ACTIONS(2959), + [anon_sym_short] = ACTIONS(2959), + [sym_primitive_type] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2959), + [anon_sym_class] = ACTIONS(2959), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_union] = ACTIONS(2959), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -158679,11 +158437,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2400), - [anon_sym_decltype] = ACTIONS(2971), - [anon_sym_virtual] = ACTIONS(2400), - [anon_sym_typename] = ACTIONS(2400), - [anon_sym_template] = ACTIONS(2974), + [sym_auto] = ACTIONS(2959), + [anon_sym_decltype] = ACTIONS(2969), + [anon_sym_virtual] = ACTIONS(2959), + [anon_sym_typename] = ACTIONS(2959), + [anon_sym_template] = ACTIONS(2972), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -158697,79 +158455,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1065] = { - [sym__expression] = STATE(3673), - [sym_comma_expression] = STATE(6971), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2920), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3701), + [sym_comma_expression] = STATE(6806), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2918), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2977), - [anon_sym_extern] = ACTIONS(2925), - [anon_sym___attribute__] = ACTIONS(2925), - [anon_sym_COLON_COLON] = ACTIONS(2927), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2925), - [anon_sym_register] = ACTIONS(2925), - [anon_sym_inline] = ACTIONS(2925), - [anon_sym_thread_local] = ACTIONS(2925), - [anon_sym_const] = ACTIONS(2925), - [anon_sym_volatile] = ACTIONS(2925), - [anon_sym_restrict] = ACTIONS(2925), - [anon_sym__Atomic] = ACTIONS(2925), - [anon_sym_mutable] = ACTIONS(2925), - [anon_sym_constexpr] = ACTIONS(2925), - [anon_sym_constinit] = ACTIONS(2925), - [anon_sym_consteval] = ACTIONS(2925), - [anon_sym_signed] = ACTIONS(2925), - [anon_sym_unsigned] = ACTIONS(2925), - [anon_sym_long] = ACTIONS(2925), - [anon_sym_short] = ACTIONS(2925), - [sym_primitive_type] = ACTIONS(2932), - [anon_sym_enum] = ACTIONS(2925), - [anon_sym_class] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2925), - [anon_sym_union] = ACTIONS(2925), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(2975), + [anon_sym_extern] = ACTIONS(2494), + [anon_sym___attribute__] = ACTIONS(2494), + [anon_sym_COLON_COLON] = ACTIONS(2923), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2496), + [anon_sym___declspec] = ACTIONS(2494), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2494), + [anon_sym_register] = ACTIONS(2494), + [anon_sym_inline] = ACTIONS(2494), + [anon_sym_thread_local] = ACTIONS(2494), + [anon_sym_const] = ACTIONS(2494), + [anon_sym_volatile] = ACTIONS(2494), + [anon_sym_restrict] = ACTIONS(2494), + [anon_sym__Atomic] = ACTIONS(2494), + [anon_sym_mutable] = ACTIONS(2494), + [anon_sym_constexpr] = ACTIONS(2494), + [anon_sym_constinit] = ACTIONS(2494), + [anon_sym_consteval] = ACTIONS(2494), + [anon_sym_signed] = ACTIONS(2494), + [anon_sym_unsigned] = ACTIONS(2494), + [anon_sym_long] = ACTIONS(2494), + [anon_sym_short] = ACTIONS(2494), + [sym_primitive_type] = ACTIONS(2926), + [anon_sym_enum] = ACTIONS(2494), + [anon_sym_class] = ACTIONS(2494), + [anon_sym_struct] = ACTIONS(2494), + [anon_sym_union] = ACTIONS(2494), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -158790,11 +158548,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2925), - [anon_sym_decltype] = ACTIONS(2935), - [anon_sym_virtual] = ACTIONS(2925), - [anon_sym_typename] = ACTIONS(2925), - [anon_sym_template] = ACTIONS(2938), + [sym_auto] = ACTIONS(2494), + [anon_sym_decltype] = ACTIONS(2929), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_typename] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2932), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -158808,79 +158566,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1066] = { - [sym__expression] = STATE(3766), - [sym_comma_expression] = STATE(6907), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2960), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3706), + [sym_comma_expression] = STATE(6808), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2954), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2979), - [anon_sym_extern] = ACTIONS(2400), - [anon_sym___attribute__] = ACTIONS(2400), - [anon_sym_COLON_COLON] = ACTIONS(2965), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2402), - [anon_sym___declspec] = ACTIONS(2400), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2400), - [anon_sym_register] = ACTIONS(2400), - [anon_sym_inline] = ACTIONS(2400), - [anon_sym_thread_local] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_volatile] = ACTIONS(2400), - [anon_sym_restrict] = ACTIONS(2400), - [anon_sym__Atomic] = ACTIONS(2400), - [anon_sym_mutable] = ACTIONS(2400), - [anon_sym_constexpr] = ACTIONS(2400), - [anon_sym_constinit] = ACTIONS(2400), - [anon_sym_consteval] = ACTIONS(2400), - [anon_sym_signed] = ACTIONS(2400), - [anon_sym_unsigned] = ACTIONS(2400), - [anon_sym_long] = ACTIONS(2400), - [anon_sym_short] = ACTIONS(2400), - [sym_primitive_type] = ACTIONS(2968), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_class] = ACTIONS(2400), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(2977), + [anon_sym_extern] = ACTIONS(2959), + [anon_sym___attribute__] = ACTIONS(2959), + [anon_sym_COLON_COLON] = ACTIONS(2961), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), + [anon_sym___declspec] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2959), + [anon_sym_register] = ACTIONS(2959), + [anon_sym_inline] = ACTIONS(2959), + [anon_sym_thread_local] = ACTIONS(2959), + [anon_sym_const] = ACTIONS(2959), + [anon_sym_volatile] = ACTIONS(2959), + [anon_sym_restrict] = ACTIONS(2959), + [anon_sym__Atomic] = ACTIONS(2959), + [anon_sym_mutable] = ACTIONS(2959), + [anon_sym_constexpr] = ACTIONS(2959), + [anon_sym_constinit] = ACTIONS(2959), + [anon_sym_consteval] = ACTIONS(2959), + [anon_sym_signed] = ACTIONS(2959), + [anon_sym_unsigned] = ACTIONS(2959), + [anon_sym_long] = ACTIONS(2959), + [anon_sym_short] = ACTIONS(2959), + [sym_primitive_type] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2959), + [anon_sym_class] = ACTIONS(2959), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_union] = ACTIONS(2959), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -158901,11 +158659,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2400), - [anon_sym_decltype] = ACTIONS(2971), - [anon_sym_virtual] = ACTIONS(2400), - [anon_sym_typename] = ACTIONS(2400), - [anon_sym_template] = ACTIONS(2974), + [sym_auto] = ACTIONS(2959), + [anon_sym_decltype] = ACTIONS(2969), + [anon_sym_virtual] = ACTIONS(2959), + [anon_sym_typename] = ACTIONS(2959), + [anon_sym_template] = ACTIONS(2972), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -158919,79 +158677,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1067] = { - [sym__expression] = STATE(3781), - [sym_comma_expression] = STATE(6696), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2920), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3794), + [sym_comma_expression] = STATE(6520), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2918), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2981), - [anon_sym_extern] = ACTIONS(2925), - [anon_sym___attribute__] = ACTIONS(2925), - [anon_sym_COLON_COLON] = ACTIONS(2927), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2925), - [anon_sym_register] = ACTIONS(2925), - [anon_sym_inline] = ACTIONS(2925), - [anon_sym_thread_local] = ACTIONS(2925), - [anon_sym_const] = ACTIONS(2925), - [anon_sym_volatile] = ACTIONS(2925), - [anon_sym_restrict] = ACTIONS(2925), - [anon_sym__Atomic] = ACTIONS(2925), - [anon_sym_mutable] = ACTIONS(2925), - [anon_sym_constexpr] = ACTIONS(2925), - [anon_sym_constinit] = ACTIONS(2925), - [anon_sym_consteval] = ACTIONS(2925), - [anon_sym_signed] = ACTIONS(2925), - [anon_sym_unsigned] = ACTIONS(2925), - [anon_sym_long] = ACTIONS(2925), - [anon_sym_short] = ACTIONS(2925), - [sym_primitive_type] = ACTIONS(2932), - [anon_sym_enum] = ACTIONS(2925), - [anon_sym_class] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2925), - [anon_sym_union] = ACTIONS(2925), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(2979), + [anon_sym_extern] = ACTIONS(2494), + [anon_sym___attribute__] = ACTIONS(2494), + [anon_sym_COLON_COLON] = ACTIONS(2923), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2496), + [anon_sym___declspec] = ACTIONS(2494), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2494), + [anon_sym_register] = ACTIONS(2494), + [anon_sym_inline] = ACTIONS(2494), + [anon_sym_thread_local] = ACTIONS(2494), + [anon_sym_const] = ACTIONS(2494), + [anon_sym_volatile] = ACTIONS(2494), + [anon_sym_restrict] = ACTIONS(2494), + [anon_sym__Atomic] = ACTIONS(2494), + [anon_sym_mutable] = ACTIONS(2494), + [anon_sym_constexpr] = ACTIONS(2494), + [anon_sym_constinit] = ACTIONS(2494), + [anon_sym_consteval] = ACTIONS(2494), + [anon_sym_signed] = ACTIONS(2494), + [anon_sym_unsigned] = ACTIONS(2494), + [anon_sym_long] = ACTIONS(2494), + [anon_sym_short] = ACTIONS(2494), + [sym_primitive_type] = ACTIONS(2926), + [anon_sym_enum] = ACTIONS(2494), + [anon_sym_class] = ACTIONS(2494), + [anon_sym_struct] = ACTIONS(2494), + [anon_sym_union] = ACTIONS(2494), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -159012,11 +158770,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2925), - [anon_sym_decltype] = ACTIONS(2935), - [anon_sym_virtual] = ACTIONS(2925), - [anon_sym_typename] = ACTIONS(2925), - [anon_sym_template] = ACTIONS(2938), + [sym_auto] = ACTIONS(2494), + [anon_sym_decltype] = ACTIONS(2929), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_typename] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2932), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -159030,79 +158788,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1068] = { - [sym__expression] = STATE(3756), - [sym_comma_expression] = STATE(6921), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2941), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3736), + [sym_comma_expression] = STATE(6563), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2935), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2983), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2946), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_constinit] = ACTIONS(2482), - [anon_sym_consteval] = ACTIONS(2482), - [anon_sym_signed] = ACTIONS(2482), - [anon_sym_unsigned] = ACTIONS(2482), - [anon_sym_long] = ACTIONS(2482), - [anon_sym_short] = ACTIONS(2482), - [sym_primitive_type] = ACTIONS(2949), - [anon_sym_enum] = ACTIONS(2482), - [anon_sym_class] = ACTIONS(2482), - [anon_sym_struct] = ACTIONS(2482), - [anon_sym_union] = ACTIONS(2482), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(2981), + [anon_sym_extern] = ACTIONS(2536), + [anon_sym___attribute__] = ACTIONS(2536), + [anon_sym_COLON_COLON] = ACTIONS(2940), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2538), + [anon_sym___declspec] = ACTIONS(2536), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2536), + [anon_sym_register] = ACTIONS(2536), + [anon_sym_inline] = ACTIONS(2536), + [anon_sym_thread_local] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(2536), + [anon_sym_volatile] = ACTIONS(2536), + [anon_sym_restrict] = ACTIONS(2536), + [anon_sym__Atomic] = ACTIONS(2536), + [anon_sym_mutable] = ACTIONS(2536), + [anon_sym_constexpr] = ACTIONS(2536), + [anon_sym_constinit] = ACTIONS(2536), + [anon_sym_consteval] = ACTIONS(2536), + [anon_sym_signed] = ACTIONS(2536), + [anon_sym_unsigned] = ACTIONS(2536), + [anon_sym_long] = ACTIONS(2536), + [anon_sym_short] = ACTIONS(2536), + [sym_primitive_type] = ACTIONS(2943), + [anon_sym_enum] = ACTIONS(2536), + [anon_sym_class] = ACTIONS(2536), + [anon_sym_struct] = ACTIONS(2536), + [anon_sym_union] = ACTIONS(2536), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -159123,11 +158881,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2482), - [anon_sym_decltype] = ACTIONS(2952), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_typename] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2955), + [sym_auto] = ACTIONS(2536), + [anon_sym_decltype] = ACTIONS(2946), + [anon_sym_virtual] = ACTIONS(2536), + [anon_sym_typename] = ACTIONS(2536), + [anon_sym_template] = ACTIONS(2949), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -159141,79 +158899,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1069] = { - [sym__expression] = STATE(3661), - [sym_comma_expression] = STATE(6700), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2920), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3782), + [sym_comma_expression] = STATE(6620), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2918), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2985), - [anon_sym_extern] = ACTIONS(2925), - [anon_sym___attribute__] = ACTIONS(2925), - [anon_sym_COLON_COLON] = ACTIONS(2927), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2925), - [anon_sym_register] = ACTIONS(2925), - [anon_sym_inline] = ACTIONS(2925), - [anon_sym_thread_local] = ACTIONS(2925), - [anon_sym_const] = ACTIONS(2925), - [anon_sym_volatile] = ACTIONS(2925), - [anon_sym_restrict] = ACTIONS(2925), - [anon_sym__Atomic] = ACTIONS(2925), - [anon_sym_mutable] = ACTIONS(2925), - [anon_sym_constexpr] = ACTIONS(2925), - [anon_sym_constinit] = ACTIONS(2925), - [anon_sym_consteval] = ACTIONS(2925), - [anon_sym_signed] = ACTIONS(2925), - [anon_sym_unsigned] = ACTIONS(2925), - [anon_sym_long] = ACTIONS(2925), - [anon_sym_short] = ACTIONS(2925), - [sym_primitive_type] = ACTIONS(2932), - [anon_sym_enum] = ACTIONS(2925), - [anon_sym_class] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2925), - [anon_sym_union] = ACTIONS(2925), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(2983), + [anon_sym_extern] = ACTIONS(2494), + [anon_sym___attribute__] = ACTIONS(2494), + [anon_sym_COLON_COLON] = ACTIONS(2923), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2496), + [anon_sym___declspec] = ACTIONS(2494), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2494), + [anon_sym_register] = ACTIONS(2494), + [anon_sym_inline] = ACTIONS(2494), + [anon_sym_thread_local] = ACTIONS(2494), + [anon_sym_const] = ACTIONS(2494), + [anon_sym_volatile] = ACTIONS(2494), + [anon_sym_restrict] = ACTIONS(2494), + [anon_sym__Atomic] = ACTIONS(2494), + [anon_sym_mutable] = ACTIONS(2494), + [anon_sym_constexpr] = ACTIONS(2494), + [anon_sym_constinit] = ACTIONS(2494), + [anon_sym_consteval] = ACTIONS(2494), + [anon_sym_signed] = ACTIONS(2494), + [anon_sym_unsigned] = ACTIONS(2494), + [anon_sym_long] = ACTIONS(2494), + [anon_sym_short] = ACTIONS(2494), + [sym_primitive_type] = ACTIONS(2926), + [anon_sym_enum] = ACTIONS(2494), + [anon_sym_class] = ACTIONS(2494), + [anon_sym_struct] = ACTIONS(2494), + [anon_sym_union] = ACTIONS(2494), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -159234,11 +158992,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2925), - [anon_sym_decltype] = ACTIONS(2935), - [anon_sym_virtual] = ACTIONS(2925), - [anon_sym_typename] = ACTIONS(2925), - [anon_sym_template] = ACTIONS(2938), + [sym_auto] = ACTIONS(2494), + [anon_sym_decltype] = ACTIONS(2929), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_typename] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2932), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -159252,79 +159010,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1070] = { - [sym__expression] = STATE(3702), - [sym_comma_expression] = STATE(6763), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2960), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3734), + [sym_comma_expression] = STATE(6512), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2935), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2987), - [anon_sym_extern] = ACTIONS(2400), - [anon_sym___attribute__] = ACTIONS(2400), - [anon_sym_COLON_COLON] = ACTIONS(2965), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2402), - [anon_sym___declspec] = ACTIONS(2400), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2400), - [anon_sym_register] = ACTIONS(2400), - [anon_sym_inline] = ACTIONS(2400), - [anon_sym_thread_local] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_volatile] = ACTIONS(2400), - [anon_sym_restrict] = ACTIONS(2400), - [anon_sym__Atomic] = ACTIONS(2400), - [anon_sym_mutable] = ACTIONS(2400), - [anon_sym_constexpr] = ACTIONS(2400), - [anon_sym_constinit] = ACTIONS(2400), - [anon_sym_consteval] = ACTIONS(2400), - [anon_sym_signed] = ACTIONS(2400), - [anon_sym_unsigned] = ACTIONS(2400), - [anon_sym_long] = ACTIONS(2400), - [anon_sym_short] = ACTIONS(2400), - [sym_primitive_type] = ACTIONS(2968), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_class] = ACTIONS(2400), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(2985), + [anon_sym_extern] = ACTIONS(2536), + [anon_sym___attribute__] = ACTIONS(2536), + [anon_sym_COLON_COLON] = ACTIONS(2940), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2538), + [anon_sym___declspec] = ACTIONS(2536), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2536), + [anon_sym_register] = ACTIONS(2536), + [anon_sym_inline] = ACTIONS(2536), + [anon_sym_thread_local] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(2536), + [anon_sym_volatile] = ACTIONS(2536), + [anon_sym_restrict] = ACTIONS(2536), + [anon_sym__Atomic] = ACTIONS(2536), + [anon_sym_mutable] = ACTIONS(2536), + [anon_sym_constexpr] = ACTIONS(2536), + [anon_sym_constinit] = ACTIONS(2536), + [anon_sym_consteval] = ACTIONS(2536), + [anon_sym_signed] = ACTIONS(2536), + [anon_sym_unsigned] = ACTIONS(2536), + [anon_sym_long] = ACTIONS(2536), + [anon_sym_short] = ACTIONS(2536), + [sym_primitive_type] = ACTIONS(2943), + [anon_sym_enum] = ACTIONS(2536), + [anon_sym_class] = ACTIONS(2536), + [anon_sym_struct] = ACTIONS(2536), + [anon_sym_union] = ACTIONS(2536), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -159345,11 +159103,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2400), - [anon_sym_decltype] = ACTIONS(2971), - [anon_sym_virtual] = ACTIONS(2400), - [anon_sym_typename] = ACTIONS(2400), - [anon_sym_template] = ACTIONS(2974), + [sym_auto] = ACTIONS(2536), + [anon_sym_decltype] = ACTIONS(2946), + [anon_sym_virtual] = ACTIONS(2536), + [anon_sym_typename] = ACTIONS(2536), + [anon_sym_template] = ACTIONS(2949), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -159363,79 +159121,301 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1071] = { - [sym__expression] = STATE(3744), - [sym_comma_expression] = STATE(6770), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2941), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3781), + [sym_comma_expression] = STATE(6622), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2954), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(2987), + [anon_sym_extern] = ACTIONS(2959), + [anon_sym___attribute__] = ACTIONS(2959), + [anon_sym_COLON_COLON] = ACTIONS(2961), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), + [anon_sym___declspec] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2959), + [anon_sym_register] = ACTIONS(2959), + [anon_sym_inline] = ACTIONS(2959), + [anon_sym_thread_local] = ACTIONS(2959), + [anon_sym_const] = ACTIONS(2959), + [anon_sym_volatile] = ACTIONS(2959), + [anon_sym_restrict] = ACTIONS(2959), + [anon_sym__Atomic] = ACTIONS(2959), + [anon_sym_mutable] = ACTIONS(2959), + [anon_sym_constexpr] = ACTIONS(2959), + [anon_sym_constinit] = ACTIONS(2959), + [anon_sym_consteval] = ACTIONS(2959), + [anon_sym_signed] = ACTIONS(2959), + [anon_sym_unsigned] = ACTIONS(2959), + [anon_sym_long] = ACTIONS(2959), + [anon_sym_short] = ACTIONS(2959), + [sym_primitive_type] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2959), + [anon_sym_class] = ACTIONS(2959), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_union] = ACTIONS(2959), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2959), + [anon_sym_decltype] = ACTIONS(2969), + [anon_sym_virtual] = ACTIONS(2959), + [anon_sym_typename] = ACTIONS(2959), + [anon_sym_template] = ACTIONS(2972), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1072] = { + [sym__expression] = STATE(3715), + [sym_comma_expression] = STATE(6556), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2954), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(2989), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2946), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_constinit] = ACTIONS(2482), - [anon_sym_consteval] = ACTIONS(2482), - [anon_sym_signed] = ACTIONS(2482), - [anon_sym_unsigned] = ACTIONS(2482), - [anon_sym_long] = ACTIONS(2482), - [anon_sym_short] = ACTIONS(2482), - [sym_primitive_type] = ACTIONS(2949), - [anon_sym_enum] = ACTIONS(2482), - [anon_sym_class] = ACTIONS(2482), - [anon_sym_struct] = ACTIONS(2482), - [anon_sym_union] = ACTIONS(2482), + [anon_sym_extern] = ACTIONS(2959), + [anon_sym___attribute__] = ACTIONS(2959), + [anon_sym_COLON_COLON] = ACTIONS(2961), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), + [anon_sym___declspec] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2959), + [anon_sym_register] = ACTIONS(2959), + [anon_sym_inline] = ACTIONS(2959), + [anon_sym_thread_local] = ACTIONS(2959), + [anon_sym_const] = ACTIONS(2959), + [anon_sym_volatile] = ACTIONS(2959), + [anon_sym_restrict] = ACTIONS(2959), + [anon_sym__Atomic] = ACTIONS(2959), + [anon_sym_mutable] = ACTIONS(2959), + [anon_sym_constexpr] = ACTIONS(2959), + [anon_sym_constinit] = ACTIONS(2959), + [anon_sym_consteval] = ACTIONS(2959), + [anon_sym_signed] = ACTIONS(2959), + [anon_sym_unsigned] = ACTIONS(2959), + [anon_sym_long] = ACTIONS(2959), + [anon_sym_short] = ACTIONS(2959), + [sym_primitive_type] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2959), + [anon_sym_class] = ACTIONS(2959), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_union] = ACTIONS(2959), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2959), + [anon_sym_decltype] = ACTIONS(2969), + [anon_sym_virtual] = ACTIONS(2959), + [anon_sym_typename] = ACTIONS(2959), + [anon_sym_template] = ACTIONS(2972), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1073] = { + [sym__expression] = STATE(3773), + [sym_comma_expression] = STATE(6627), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2935), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(2991), + [anon_sym_extern] = ACTIONS(2536), + [anon_sym___attribute__] = ACTIONS(2536), + [anon_sym_COLON_COLON] = ACTIONS(2940), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2538), + [anon_sym___declspec] = ACTIONS(2536), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2536), + [anon_sym_register] = ACTIONS(2536), + [anon_sym_inline] = ACTIONS(2536), + [anon_sym_thread_local] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(2536), + [anon_sym_volatile] = ACTIONS(2536), + [anon_sym_restrict] = ACTIONS(2536), + [anon_sym__Atomic] = ACTIONS(2536), + [anon_sym_mutable] = ACTIONS(2536), + [anon_sym_constexpr] = ACTIONS(2536), + [anon_sym_constinit] = ACTIONS(2536), + [anon_sym_consteval] = ACTIONS(2536), + [anon_sym_signed] = ACTIONS(2536), + [anon_sym_unsigned] = ACTIONS(2536), + [anon_sym_long] = ACTIONS(2536), + [anon_sym_short] = ACTIONS(2536), + [sym_primitive_type] = ACTIONS(2943), + [anon_sym_enum] = ACTIONS(2536), + [anon_sym_class] = ACTIONS(2536), + [anon_sym_struct] = ACTIONS(2536), + [anon_sym_union] = ACTIONS(2536), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -159456,11 +159436,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2482), - [anon_sym_decltype] = ACTIONS(2952), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_typename] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2955), + [sym_auto] = ACTIONS(2536), + [anon_sym_decltype] = ACTIONS(2946), + [anon_sym_virtual] = ACTIONS(2536), + [anon_sym_typename] = ACTIONS(2536), + [anon_sym_template] = ACTIONS(2949), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -159473,53 +159453,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1072] = { - [sym__expression] = STATE(3760), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), + [1074] = { + [sym__expression] = STATE(3732), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), [sym_subscript_expression] = STATE(3018), [sym_call_expression] = STATE(3018), [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), + [sym_compound_literal_expression] = STATE(3852), [sym_parenthesized_expression] = STATE(3018), - [sym_initializer_list] = STATE(3926), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), + [sym_initializer_list] = STATE(3890), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), [anon_sym_COMMA] = ACTIONS(1505), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2434), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2408), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), [anon_sym_SLASH] = ACTIONS(1513), [anon_sym_PERCENT] = ACTIONS(1505), [anon_sym_PIPE_PIPE] = ACTIONS(1505), @@ -159535,13 +159515,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1513), [anon_sym_LT_LT] = ACTIONS(1505), [anon_sym_GT_GT] = ACTIONS(1513), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACE] = ACTIONS(2993), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACE] = ACTIONS(2995), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1599), [anon_sym_QMARK] = ACTIONS(1505), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), [anon_sym_LT_EQ_GT] = ACTIONS(1505), [anon_sym_or] = ACTIONS(1513), [anon_sym_and] = ACTIONS(1513), @@ -159549,231 +159529,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(1513), [anon_sym_bitand] = ACTIONS(1513), [anon_sym_not_eq] = ACTIONS(1513), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), [anon_sym_DOT] = ACTIONS(1513), [anon_sym_DASH_GT] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_GT2] = ACTIONS(1505), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1073] = { - [sym__expression] = STATE(3780), - [sym_comma_expression] = STATE(6697), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2960), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2995), - [anon_sym_extern] = ACTIONS(2400), - [anon_sym___attribute__] = ACTIONS(2400), - [anon_sym_COLON_COLON] = ACTIONS(2965), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2402), - [anon_sym___declspec] = ACTIONS(2400), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2400), - [anon_sym_register] = ACTIONS(2400), - [anon_sym_inline] = ACTIONS(2400), - [anon_sym_thread_local] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_volatile] = ACTIONS(2400), - [anon_sym_restrict] = ACTIONS(2400), - [anon_sym__Atomic] = ACTIONS(2400), - [anon_sym_mutable] = ACTIONS(2400), - [anon_sym_constexpr] = ACTIONS(2400), - [anon_sym_constinit] = ACTIONS(2400), - [anon_sym_consteval] = ACTIONS(2400), - [anon_sym_signed] = ACTIONS(2400), - [anon_sym_unsigned] = ACTIONS(2400), - [anon_sym_long] = ACTIONS(2400), - [anon_sym_short] = ACTIONS(2400), - [sym_primitive_type] = ACTIONS(2968), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_class] = ACTIONS(2400), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2400), - [anon_sym_decltype] = ACTIONS(2971), - [anon_sym_virtual] = ACTIONS(2400), - [anon_sym_typename] = ACTIONS(2400), - [anon_sym_template] = ACTIONS(2974), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [1074] = { - [sym__expression] = STATE(3761), - [sym_comma_expression] = STATE(6909), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2920), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_extern] = ACTIONS(2925), - [anon_sym___attribute__] = ACTIONS(2925), - [anon_sym_COLON_COLON] = ACTIONS(2927), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2925), - [anon_sym_register] = ACTIONS(2925), - [anon_sym_inline] = ACTIONS(2925), - [anon_sym_thread_local] = ACTIONS(2925), - [anon_sym_const] = ACTIONS(2925), - [anon_sym_volatile] = ACTIONS(2925), - [anon_sym_restrict] = ACTIONS(2925), - [anon_sym__Atomic] = ACTIONS(2925), - [anon_sym_mutable] = ACTIONS(2925), - [anon_sym_constexpr] = ACTIONS(2925), - [anon_sym_constinit] = ACTIONS(2925), - [anon_sym_consteval] = ACTIONS(2925), - [anon_sym_signed] = ACTIONS(2925), - [anon_sym_unsigned] = ACTIONS(2925), - [anon_sym_long] = ACTIONS(2925), - [anon_sym_short] = ACTIONS(2925), - [sym_primitive_type] = ACTIONS(2932), - [anon_sym_enum] = ACTIONS(2925), - [anon_sym_class] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2925), - [anon_sym_union] = ACTIONS(2925), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [1075] = { + [sym__expression] = STATE(3499), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_initializer_list] = STATE(3497), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), + [anon_sym_COMMA] = ACTIONS(1505), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3001), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_SLASH] = ACTIONS(1513), + [anon_sym_PERCENT] = ACTIONS(1505), + [anon_sym_PIPE_PIPE] = ACTIONS(1505), + [anon_sym_AMP_AMP] = ACTIONS(1505), + [anon_sym_PIPE] = ACTIONS(1513), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_EQ_EQ] = ACTIONS(1505), + [anon_sym_BANG_EQ] = ACTIONS(1505), + [anon_sym_GT] = ACTIONS(1513), + [anon_sym_GT_EQ] = ACTIONS(1505), + [anon_sym_LT_EQ] = ACTIONS(1513), + [anon_sym_LT] = ACTIONS(1513), + [anon_sym_LT_LT] = ACTIONS(1505), + [anon_sym_GT_GT] = ACTIONS(1505), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(1505), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_QMARK] = ACTIONS(1505), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_LT_EQ_GT] = ACTIONS(1505), + [anon_sym_or] = ACTIONS(1513), + [anon_sym_and] = ACTIONS(1513), + [anon_sym_bitor] = ACTIONS(1513), + [anon_sym_xor] = ACTIONS(1513), + [anon_sym_bitand] = ACTIONS(1513), + [anon_sym_not_eq] = ACTIONS(1513), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [anon_sym_DOT] = ACTIONS(1513), + [anon_sym_DASH_GT] = ACTIONS(1505), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -159789,97 +159661,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2925), - [anon_sym_decltype] = ACTIONS(2935), - [anon_sym_virtual] = ACTIONS(2925), - [anon_sym_typename] = ACTIONS(2925), - [anon_sym_template] = ACTIONS(2938), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1075] = { - [sym__expression] = STATE(3700), - [sym_comma_expression] = STATE(6623), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2960), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1076] = { + [sym__expression] = STATE(3675), + [sym_comma_expression] = STATE(6672), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2918), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(2999), - [anon_sym_extern] = ACTIONS(2400), - [anon_sym___attribute__] = ACTIONS(2400), - [anon_sym_COLON_COLON] = ACTIONS(2965), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2402), - [anon_sym___declspec] = ACTIONS(2400), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2400), - [anon_sym_register] = ACTIONS(2400), - [anon_sym_inline] = ACTIONS(2400), - [anon_sym_thread_local] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_volatile] = ACTIONS(2400), - [anon_sym_restrict] = ACTIONS(2400), - [anon_sym__Atomic] = ACTIONS(2400), - [anon_sym_mutable] = ACTIONS(2400), - [anon_sym_constexpr] = ACTIONS(2400), - [anon_sym_constinit] = ACTIONS(2400), - [anon_sym_consteval] = ACTIONS(2400), - [anon_sym_signed] = ACTIONS(2400), - [anon_sym_unsigned] = ACTIONS(2400), - [anon_sym_long] = ACTIONS(2400), - [anon_sym_short] = ACTIONS(2400), - [sym_primitive_type] = ACTIONS(2968), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_class] = ACTIONS(2400), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3017), + [anon_sym_extern] = ACTIONS(2494), + [anon_sym___attribute__] = ACTIONS(2494), + [anon_sym_COLON_COLON] = ACTIONS(2923), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2496), + [anon_sym___declspec] = ACTIONS(2494), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2494), + [anon_sym_register] = ACTIONS(2494), + [anon_sym_inline] = ACTIONS(2494), + [anon_sym_thread_local] = ACTIONS(2494), + [anon_sym_const] = ACTIONS(2494), + [anon_sym_volatile] = ACTIONS(2494), + [anon_sym_restrict] = ACTIONS(2494), + [anon_sym__Atomic] = ACTIONS(2494), + [anon_sym_mutable] = ACTIONS(2494), + [anon_sym_constexpr] = ACTIONS(2494), + [anon_sym_constinit] = ACTIONS(2494), + [anon_sym_consteval] = ACTIONS(2494), + [anon_sym_signed] = ACTIONS(2494), + [anon_sym_unsigned] = ACTIONS(2494), + [anon_sym_long] = ACTIONS(2494), + [anon_sym_short] = ACTIONS(2494), + [sym_primitive_type] = ACTIONS(2926), + [anon_sym_enum] = ACTIONS(2494), + [anon_sym_class] = ACTIONS(2494), + [anon_sym_struct] = ACTIONS(2494), + [anon_sym_union] = ACTIONS(2494), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -159900,11 +159769,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2400), - [anon_sym_decltype] = ACTIONS(2971), - [anon_sym_virtual] = ACTIONS(2400), - [anon_sym_typename] = ACTIONS(2400), - [anon_sym_template] = ACTIONS(2974), + [sym_auto] = ACTIONS(2494), + [anon_sym_decltype] = ACTIONS(2929), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_typename] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2932), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -159917,80 +159786,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1076] = { - [sym__expression] = STATE(3808), - [sym_comma_expression] = STATE(6692), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2941), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1077] = { + [sym__expression] = STATE(3682), + [sym_comma_expression] = STATE(6674), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2954), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2946), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_constinit] = ACTIONS(2482), - [anon_sym_consteval] = ACTIONS(2482), - [anon_sym_signed] = ACTIONS(2482), - [anon_sym_unsigned] = ACTIONS(2482), - [anon_sym_long] = ACTIONS(2482), - [anon_sym_short] = ACTIONS(2482), - [sym_primitive_type] = ACTIONS(2949), - [anon_sym_enum] = ACTIONS(2482), - [anon_sym_class] = ACTIONS(2482), - [anon_sym_struct] = ACTIONS(2482), - [anon_sym_union] = ACTIONS(2482), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3019), + [anon_sym_extern] = ACTIONS(2959), + [anon_sym___attribute__] = ACTIONS(2959), + [anon_sym_COLON_COLON] = ACTIONS(2961), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), + [anon_sym___declspec] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2959), + [anon_sym_register] = ACTIONS(2959), + [anon_sym_inline] = ACTIONS(2959), + [anon_sym_thread_local] = ACTIONS(2959), + [anon_sym_const] = ACTIONS(2959), + [anon_sym_volatile] = ACTIONS(2959), + [anon_sym_restrict] = ACTIONS(2959), + [anon_sym__Atomic] = ACTIONS(2959), + [anon_sym_mutable] = ACTIONS(2959), + [anon_sym_constexpr] = ACTIONS(2959), + [anon_sym_constinit] = ACTIONS(2959), + [anon_sym_consteval] = ACTIONS(2959), + [anon_sym_signed] = ACTIONS(2959), + [anon_sym_unsigned] = ACTIONS(2959), + [anon_sym_long] = ACTIONS(2959), + [anon_sym_short] = ACTIONS(2959), + [sym_primitive_type] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2959), + [anon_sym_class] = ACTIONS(2959), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_union] = ACTIONS(2959), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -160011,11 +159880,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2482), - [anon_sym_decltype] = ACTIONS(2952), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_typename] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2955), + [sym_auto] = ACTIONS(2959), + [anon_sym_decltype] = ACTIONS(2969), + [anon_sym_virtual] = ACTIONS(2959), + [anon_sym_typename] = ACTIONS(2959), + [anon_sym_template] = ACTIONS(2972), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -160028,80 +159897,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1077] = { - [sym__expression] = STATE(3691), - [sym_comma_expression] = STATE(6627), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2941), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1078] = { + [sym__expression] = STATE(3770), + [sym_comma_expression] = STATE(7025), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2918), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3003), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2946), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_constinit] = ACTIONS(2482), - [anon_sym_consteval] = ACTIONS(2482), - [anon_sym_signed] = ACTIONS(2482), - [anon_sym_unsigned] = ACTIONS(2482), - [anon_sym_long] = ACTIONS(2482), - [anon_sym_short] = ACTIONS(2482), - [sym_primitive_type] = ACTIONS(2949), - [anon_sym_enum] = ACTIONS(2482), - [anon_sym_class] = ACTIONS(2482), - [anon_sym_struct] = ACTIONS(2482), - [anon_sym_union] = ACTIONS(2482), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_extern] = ACTIONS(2494), + [anon_sym___attribute__] = ACTIONS(2494), + [anon_sym_COLON_COLON] = ACTIONS(2923), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2496), + [anon_sym___declspec] = ACTIONS(2494), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2494), + [anon_sym_register] = ACTIONS(2494), + [anon_sym_inline] = ACTIONS(2494), + [anon_sym_thread_local] = ACTIONS(2494), + [anon_sym_const] = ACTIONS(2494), + [anon_sym_volatile] = ACTIONS(2494), + [anon_sym_restrict] = ACTIONS(2494), + [anon_sym__Atomic] = ACTIONS(2494), + [anon_sym_mutable] = ACTIONS(2494), + [anon_sym_constexpr] = ACTIONS(2494), + [anon_sym_constinit] = ACTIONS(2494), + [anon_sym_consteval] = ACTIONS(2494), + [anon_sym_signed] = ACTIONS(2494), + [anon_sym_unsigned] = ACTIONS(2494), + [anon_sym_long] = ACTIONS(2494), + [anon_sym_short] = ACTIONS(2494), + [sym_primitive_type] = ACTIONS(2926), + [anon_sym_enum] = ACTIONS(2494), + [anon_sym_class] = ACTIONS(2494), + [anon_sym_struct] = ACTIONS(2494), + [anon_sym_union] = ACTIONS(2494), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -160122,11 +159991,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2482), - [anon_sym_decltype] = ACTIONS(2952), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_typename] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2955), + [sym_auto] = ACTIONS(2494), + [anon_sym_decltype] = ACTIONS(2929), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_typename] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2932), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -160139,80 +160008,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1078] = { - [sym__expression] = STATE(3663), - [sym_comma_expression] = STATE(6698), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2960), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1079] = { + [sym__expression] = STATE(3695), + [sym_comma_expression] = STATE(6679), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2935), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3005), - [anon_sym_extern] = ACTIONS(2400), - [anon_sym___attribute__] = ACTIONS(2400), - [anon_sym_COLON_COLON] = ACTIONS(2965), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2402), - [anon_sym___declspec] = ACTIONS(2400), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2400), - [anon_sym_register] = ACTIONS(2400), - [anon_sym_inline] = ACTIONS(2400), - [anon_sym_thread_local] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_volatile] = ACTIONS(2400), - [anon_sym_restrict] = ACTIONS(2400), - [anon_sym__Atomic] = ACTIONS(2400), - [anon_sym_mutable] = ACTIONS(2400), - [anon_sym_constexpr] = ACTIONS(2400), - [anon_sym_constinit] = ACTIONS(2400), - [anon_sym_consteval] = ACTIONS(2400), - [anon_sym_signed] = ACTIONS(2400), - [anon_sym_unsigned] = ACTIONS(2400), - [anon_sym_long] = ACTIONS(2400), - [anon_sym_short] = ACTIONS(2400), - [sym_primitive_type] = ACTIONS(2968), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_class] = ACTIONS(2400), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3023), + [anon_sym_extern] = ACTIONS(2536), + [anon_sym___attribute__] = ACTIONS(2536), + [anon_sym_COLON_COLON] = ACTIONS(2940), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2538), + [anon_sym___declspec] = ACTIONS(2536), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2536), + [anon_sym_register] = ACTIONS(2536), + [anon_sym_inline] = ACTIONS(2536), + [anon_sym_thread_local] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(2536), + [anon_sym_volatile] = ACTIONS(2536), + [anon_sym_restrict] = ACTIONS(2536), + [anon_sym__Atomic] = ACTIONS(2536), + [anon_sym_mutable] = ACTIONS(2536), + [anon_sym_constexpr] = ACTIONS(2536), + [anon_sym_constinit] = ACTIONS(2536), + [anon_sym_consteval] = ACTIONS(2536), + [anon_sym_signed] = ACTIONS(2536), + [anon_sym_unsigned] = ACTIONS(2536), + [anon_sym_long] = ACTIONS(2536), + [anon_sym_short] = ACTIONS(2536), + [sym_primitive_type] = ACTIONS(2943), + [anon_sym_enum] = ACTIONS(2536), + [anon_sym_class] = ACTIONS(2536), + [anon_sym_struct] = ACTIONS(2536), + [anon_sym_union] = ACTIONS(2536), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -160233,11 +160102,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2400), - [anon_sym_decltype] = ACTIONS(2971), - [anon_sym_virtual] = ACTIONS(2400), - [anon_sym_typename] = ACTIONS(2400), - [anon_sym_template] = ACTIONS(2974), + [sym_auto] = ACTIONS(2536), + [anon_sym_decltype] = ACTIONS(2946), + [anon_sym_virtual] = ACTIONS(2536), + [anon_sym_typename] = ACTIONS(2536), + [anon_sym_template] = ACTIONS(2949), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -160250,80 +160119,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1079] = { - [sym__expression] = STATE(3716), - [sym_comma_expression] = STATE(6622), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2941), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1080] = { + [sym__expression] = STATE(3774), + [sym_comma_expression] = STATE(7027), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2954), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3007), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2946), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_constinit] = ACTIONS(2482), - [anon_sym_consteval] = ACTIONS(2482), - [anon_sym_signed] = ACTIONS(2482), - [anon_sym_unsigned] = ACTIONS(2482), - [anon_sym_long] = ACTIONS(2482), - [anon_sym_short] = ACTIONS(2482), - [sym_primitive_type] = ACTIONS(2949), - [anon_sym_enum] = ACTIONS(2482), - [anon_sym_class] = ACTIONS(2482), - [anon_sym_struct] = ACTIONS(2482), - [anon_sym_union] = ACTIONS(2482), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_extern] = ACTIONS(2959), + [anon_sym___attribute__] = ACTIONS(2959), + [anon_sym_COLON_COLON] = ACTIONS(2961), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), + [anon_sym___declspec] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_static] = ACTIONS(2959), + [anon_sym_register] = ACTIONS(2959), + [anon_sym_inline] = ACTIONS(2959), + [anon_sym_thread_local] = ACTIONS(2959), + [anon_sym_const] = ACTIONS(2959), + [anon_sym_volatile] = ACTIONS(2959), + [anon_sym_restrict] = ACTIONS(2959), + [anon_sym__Atomic] = ACTIONS(2959), + [anon_sym_mutable] = ACTIONS(2959), + [anon_sym_constexpr] = ACTIONS(2959), + [anon_sym_constinit] = ACTIONS(2959), + [anon_sym_consteval] = ACTIONS(2959), + [anon_sym_signed] = ACTIONS(2959), + [anon_sym_unsigned] = ACTIONS(2959), + [anon_sym_long] = ACTIONS(2959), + [anon_sym_short] = ACTIONS(2959), + [sym_primitive_type] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2959), + [anon_sym_class] = ACTIONS(2959), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_union] = ACTIONS(2959), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -160344,11 +160213,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2482), - [anon_sym_decltype] = ACTIONS(2952), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_typename] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2955), + [sym_auto] = ACTIONS(2959), + [anon_sym_decltype] = ACTIONS(2969), + [anon_sym_virtual] = ACTIONS(2959), + [anon_sym_typename] = ACTIONS(2959), + [anon_sym_template] = ACTIONS(2972), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -160361,163 +160230,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1080] = { - [sym__expression] = STATE(3443), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_initializer_list] = STATE(3444), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), - [anon_sym_COMMA] = ACTIONS(1505), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3013), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_PERCENT] = ACTIONS(1505), - [anon_sym_PIPE_PIPE] = ACTIONS(1505), - [anon_sym_AMP_AMP] = ACTIONS(1505), - [anon_sym_PIPE] = ACTIONS(1513), - [anon_sym_CARET] = ACTIONS(1505), - [anon_sym_AMP] = ACTIONS(1127), - [anon_sym_EQ_EQ] = ACTIONS(1505), - [anon_sym_BANG_EQ] = ACTIONS(1505), - [anon_sym_GT] = ACTIONS(1513), - [anon_sym_GT_EQ] = ACTIONS(1505), - [anon_sym_LT_EQ] = ACTIONS(1513), - [anon_sym_LT] = ACTIONS(1513), - [anon_sym_LT_LT] = ACTIONS(1505), - [anon_sym_GT_GT] = ACTIONS(1505), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(1505), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_QMARK] = ACTIONS(1505), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_LT_EQ_GT] = ACTIONS(1505), - [anon_sym_or] = ACTIONS(1513), - [anon_sym_and] = ACTIONS(1513), - [anon_sym_bitor] = ACTIONS(1513), - [anon_sym_xor] = ACTIONS(1513), - [anon_sym_bitand] = ACTIONS(1513), - [anon_sym_not_eq] = ACTIONS(1513), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [anon_sym_DOT] = ACTIONS(1513), - [anon_sym_DASH_GT] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, [1081] = { - [sym__expression] = STATE(3903), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_initializer_list] = STATE(3444), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), + [sym__expression] = STATE(3920), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_initializer_list] = STATE(3497), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3033), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3031), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), [anon_sym_SLASH] = ACTIONS(1513), [anon_sym_PERCENT] = ACTIONS(1505), [anon_sym_PIPE_PIPE] = ACTIONS(1505), @@ -160533,14 +160291,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1513), [anon_sym_LT_LT] = ACTIONS(1505), [anon_sym_GT_GT] = ACTIONS(1505), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_COLON] = ACTIONS(1513), [anon_sym_QMARK] = ACTIONS(1505), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), [anon_sym_LT_EQ_GT] = ACTIONS(1505), [anon_sym_or] = ACTIONS(1513), [anon_sym_and] = ACTIONS(1513), @@ -160548,9 +160306,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(1513), [anon_sym_bitand] = ACTIONS(1513), [anon_sym_not_eq] = ACTIONS(1513), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [anon_sym_DOT] = ACTIONS(1513), [anon_sym_DASH_GT] = ACTIONS(1505), [sym_number_literal] = ACTIONS(97), @@ -160569,83 +160327,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, [1082] = { - [sym_function_definition] = STATE(916), - [sym_declaration] = STATE(916), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4144), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2027), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(4986), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3407), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(916), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1912), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(916), - [sym_operator_cast] = STATE(5483), - [sym__constructor_specifiers] = STATE(1912), - [sym_operator_cast_definition] = STATE(916), - [sym_operator_cast_declaration] = STATE(916), - [sym_constructor_or_destructor_definition] = STATE(916), - [sym_constructor_or_destructor_declaration] = STATE(916), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(916), - [sym_concept_definition] = STATE(916), - [sym_requires_clause] = STATE(1089), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5483), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1912), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(983), + [sym_declaration] = STATE(983), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4179), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2128), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4917), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3392), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(983), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1894), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(983), + [sym_operator_cast] = STATE(5343), + [sym__constructor_specifiers] = STATE(1894), + [sym_operator_cast_definition] = STATE(983), + [sym_operator_cast_declaration] = STATE(983), + [sym_constructor_or_destructor_definition] = STATE(983), + [sym_constructor_or_destructor_declaration] = STATE(983), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(983), + [sym_concept_definition] = STATE(983), + [sym_requires_clause] = STATE(1093), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5343), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1894), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -160655,7 +160413,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -160672,7 +160430,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -160683,76 +160441,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(3055), + [anon_sym_template] = ACTIONS(3051), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3057), - [anon_sym_concept] = ACTIONS(904), - [anon_sym_requires] = ACTIONS(3059), + [anon_sym_using] = ACTIONS(3053), + [anon_sym_concept] = ACTIONS(734), + [anon_sym_requires] = ACTIONS(3055), }, [1083] = { - [sym_function_definition] = STATE(2052), - [sym_declaration] = STATE(2052), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4138), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2014), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3378), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(2052), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(2052), - [sym_operator_cast] = STATE(5459), - [sym__constructor_specifiers] = STATE(1906), - [sym_operator_cast_definition] = STATE(2052), - [sym_operator_cast_declaration] = STATE(2052), - [sym_constructor_or_destructor_definition] = STATE(2052), - [sym_constructor_or_destructor_declaration] = STATE(2052), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(2052), - [sym_concept_definition] = STATE(2052), - [sym_requires_clause] = STATE(1093), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(501), + [sym_declaration] = STATE(501), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4915), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(501), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1879), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(501), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1879), + [sym_operator_cast_definition] = STATE(501), + [sym_operator_cast_declaration] = STATE(501), + [sym_constructor_or_destructor_definition] = STATE(501), + [sym_constructor_or_destructor_declaration] = STATE(501), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(501), + [sym_concept_definition] = STATE(501), + [sym_requires_clause] = STATE(1091), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1879), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -160762,7 +160520,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -160779,7 +160537,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -160790,76 +160548,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_template] = ACTIONS(3057), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3061), - [anon_sym_concept] = ACTIONS(3063), - [anon_sym_requires] = ACTIONS(3059), + [anon_sym_using] = ACTIONS(3059), + [anon_sym_concept] = ACTIONS(287), + [anon_sym_requires] = ACTIONS(3055), }, [1084] = { - [sym_function_definition] = STATE(908), - [sym_declaration] = STATE(908), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4167), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2054), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5021), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3431), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(908), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1907), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(908), - [sym_operator_cast] = STATE(5469), - [sym__constructor_specifiers] = STATE(1907), - [sym_operator_cast_definition] = STATE(908), - [sym_operator_cast_declaration] = STATE(908), - [sym_constructor_or_destructor_definition] = STATE(908), - [sym_constructor_or_destructor_declaration] = STATE(908), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(908), - [sym_concept_definition] = STATE(908), - [sym_requires_clause] = STATE(1094), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5469), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(2052), + [sym_declaration] = STATE(2052), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4134), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2123), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3406), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(2052), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(2052), + [sym_operator_cast] = STATE(5345), + [sym__constructor_specifiers] = STATE(1912), + [sym_operator_cast_definition] = STATE(2052), + [sym_operator_cast_declaration] = STATE(2052), + [sym_constructor_or_destructor_definition] = STATE(2052), + [sym_constructor_or_destructor_declaration] = STATE(2052), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(2052), + [sym_concept_definition] = STATE(2052), + [sym_requires_clause] = STATE(1095), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -160869,7 +160627,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -160886,7 +160644,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -160897,76 +160655,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(3065), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3067), - [anon_sym_concept] = ACTIONS(131), - [anon_sym_requires] = ACTIONS(3059), + [anon_sym_using] = ACTIONS(3061), + [anon_sym_concept] = ACTIONS(3063), + [anon_sym_requires] = ACTIONS(3055), }, [1085] = { - [sym_function_definition] = STATE(2406), - [sym_declaration] = STATE(2406), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4140), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2018), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3377), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(2406), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(2406), - [sym_operator_cast] = STATE(5493), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(2406), - [sym_operator_cast_declaration] = STATE(2406), - [sym_constructor_or_destructor_definition] = STATE(2406), - [sym_constructor_or_destructor_declaration] = STATE(2406), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(2406), - [sym_concept_definition] = STATE(2406), - [sym_requires_clause] = STATE(1090), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(974), + [sym_declaration] = STATE(974), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4932), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(974), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1907), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(974), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1907), + [sym_operator_cast_definition] = STATE(974), + [sym_operator_cast_declaration] = STATE(974), + [sym_constructor_or_destructor_definition] = STATE(974), + [sym_constructor_or_destructor_declaration] = STATE(974), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(974), + [sym_concept_definition] = STATE(974), + [sym_requires_clause] = STATE(1092), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -160976,7 +160734,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -160993,7 +160751,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -161004,76 +160762,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_template] = ACTIONS(3065), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3069), - [anon_sym_concept] = ACTIONS(3071), - [anon_sym_requires] = ACTIONS(3059), + [anon_sym_using] = ACTIONS(3067), + [anon_sym_concept] = ACTIONS(207), + [anon_sym_requires] = ACTIONS(3055), }, [1086] = { - [sym_function_definition] = STATE(984), - [sym_declaration] = STATE(984), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5003), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(984), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1885), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(984), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1885), - [sym_operator_cast_definition] = STATE(984), - [sym_operator_cast_declaration] = STATE(984), - [sym_constructor_or_destructor_definition] = STATE(984), - [sym_constructor_or_destructor_declaration] = STATE(984), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(984), - [sym_concept_definition] = STATE(984), - [sym_requires_clause] = STATE(1091), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1885), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(2351), + [sym_declaration] = STATE(2351), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4120), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2120), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4940), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3369), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(2351), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1905), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(2351), + [sym_operator_cast] = STATE(5375), + [sym__constructor_specifiers] = STATE(1905), + [sym_operator_cast_definition] = STATE(2351), + [sym_operator_cast_declaration] = STATE(2351), + [sym_constructor_or_destructor_definition] = STATE(2351), + [sym_constructor_or_destructor_declaration] = STATE(2351), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(2351), + [sym_concept_definition] = STATE(2351), + [sym_requires_clause] = STATE(1094), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5375), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1905), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -161083,7 +160841,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161100,7 +160858,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -161111,76 +160869,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(3073), + [anon_sym_template] = ACTIONS(2252), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3075), - [anon_sym_concept] = ACTIONS(207), - [anon_sym_requires] = ACTIONS(3059), + [anon_sym_using] = ACTIONS(3069), + [anon_sym_concept] = ACTIONS(3071), + [anon_sym_requires] = ACTIONS(3055), }, [1087] = { - [sym_function_definition] = STATE(2269), - [sym_declaration] = STATE(2269), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4137), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2010), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5014), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3381), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(2269), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1902), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(2269), - [sym_operator_cast] = STATE(5494), - [sym__constructor_specifiers] = STATE(1902), - [sym_operator_cast_definition] = STATE(2269), - [sym_operator_cast_declaration] = STATE(2269), - [sym_constructor_or_destructor_definition] = STATE(2269), - [sym_constructor_or_destructor_declaration] = STATE(2269), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(2269), - [sym_concept_definition] = STATE(2269), - [sym_requires_clause] = STATE(1092), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5494), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1902), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(2249), + [sym_declaration] = STATE(2249), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4123), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2125), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3373), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(2249), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(2249), + [sym_operator_cast] = STATE(5338), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(2249), + [sym_operator_cast_declaration] = STATE(2249), + [sym_constructor_or_destructor_definition] = STATE(2249), + [sym_constructor_or_destructor_declaration] = STATE(2249), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(2249), + [sym_concept_definition] = STATE(2249), + [sym_requires_clause] = STATE(1089), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -161190,7 +160948,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161207,7 +160965,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -161218,76 +160976,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(2270), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3077), - [anon_sym_concept] = ACTIONS(3079), - [anon_sym_requires] = ACTIONS(3059), + [anon_sym_using] = ACTIONS(3073), + [anon_sym_concept] = ACTIONS(3075), + [anon_sym_requires] = ACTIONS(3055), }, [1088] = { - [sym_function_definition] = STATE(524), - [sym_declaration] = STATE(524), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(4988), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(524), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1888), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(524), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1888), - [sym_operator_cast_definition] = STATE(524), - [sym_operator_cast_declaration] = STATE(524), - [sym_constructor_or_destructor_definition] = STATE(524), - [sym_constructor_or_destructor_declaration] = STATE(524), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(524), - [sym_concept_definition] = STATE(524), - [sym_requires_clause] = STATE(1095), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1888), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(919), + [sym_declaration] = STATE(919), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4177), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2117), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4906), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3414), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(919), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1913), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(919), + [sym_operator_cast] = STATE(5365), + [sym__constructor_specifiers] = STATE(1913), + [sym_operator_cast_definition] = STATE(919), + [sym_operator_cast_declaration] = STATE(919), + [sym_constructor_or_destructor_definition] = STATE(919), + [sym_constructor_or_destructor_declaration] = STATE(919), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(919), + [sym_concept_definition] = STATE(919), + [sym_requires_clause] = STATE(1090), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5365), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1913), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -161297,7 +161055,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161314,7 +161072,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -161325,75 +161083,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(3081), + [anon_sym_template] = ACTIONS(3077), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3083), - [anon_sym_concept] = ACTIONS(287), - [anon_sym_requires] = ACTIONS(3059), + [anon_sym_using] = ACTIONS(3079), + [anon_sym_concept] = ACTIONS(131), + [anon_sym_requires] = ACTIONS(3055), }, [1089] = { - [sym_function_definition] = STATE(948), - [sym_declaration] = STATE(948), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4144), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2027), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(4986), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3407), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(948), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1912), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(948), - [sym_operator_cast] = STATE(5483), - [sym__constructor_specifiers] = STATE(1912), - [sym_operator_cast_definition] = STATE(948), - [sym_operator_cast_declaration] = STATE(948), - [sym_constructor_or_destructor_definition] = STATE(948), - [sym_constructor_or_destructor_declaration] = STATE(948), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(948), - [sym_concept_definition] = STATE(948), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5483), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1912), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(2282), + [sym_declaration] = STATE(2282), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4123), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2125), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4927), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3373), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(2282), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1892), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(2282), + [sym_operator_cast] = STATE(5338), + [sym__constructor_specifiers] = STATE(1892), + [sym_operator_cast_definition] = STATE(2282), + [sym_operator_cast_declaration] = STATE(2282), + [sym_constructor_or_destructor_definition] = STATE(2282), + [sym_constructor_or_destructor_declaration] = STATE(2282), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(2282), + [sym_concept_definition] = STATE(2282), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5338), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1892), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -161403,7 +161161,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161420,7 +161178,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -161431,74 +161189,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(3055), + [anon_sym_template] = ACTIONS(2274), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3057), - [anon_sym_concept] = ACTIONS(904), + [anon_sym_using] = ACTIONS(3073), + [anon_sym_concept] = ACTIONS(3075), }, [1090] = { - [sym_function_definition] = STATE(2291), - [sym_declaration] = STATE(2291), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4140), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2018), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5005), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3377), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(2291), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1879), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(2291), - [sym_operator_cast] = STATE(5493), - [sym__constructor_specifiers] = STATE(1879), - [sym_operator_cast_definition] = STATE(2291), - [sym_operator_cast_declaration] = STATE(2291), - [sym_constructor_or_destructor_definition] = STATE(2291), - [sym_constructor_or_destructor_declaration] = STATE(2291), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(2291), - [sym_concept_definition] = STATE(2291), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5493), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1879), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(913), + [sym_declaration] = STATE(913), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4177), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2117), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4906), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3414), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(913), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1913), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(913), + [sym_operator_cast] = STATE(5365), + [sym__constructor_specifiers] = STATE(1913), + [sym_operator_cast_definition] = STATE(913), + [sym_operator_cast_declaration] = STATE(913), + [sym_constructor_or_destructor_definition] = STATE(913), + [sym_constructor_or_destructor_declaration] = STATE(913), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(913), + [sym_concept_definition] = STATE(913), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5365), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1913), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -161508,7 +161266,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161525,7 +161283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -161536,74 +161294,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(2222), + [anon_sym_template] = ACTIONS(3077), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3069), - [anon_sym_concept] = ACTIONS(3071), + [anon_sym_using] = ACTIONS(3079), + [anon_sym_concept] = ACTIONS(131), }, [1091] = { - [sym_function_definition] = STATE(1040), - [sym_declaration] = STATE(1040), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4178), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2119), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5003), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3411), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(1040), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1885), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(1040), - [sym_operator_cast] = STATE(5475), - [sym__constructor_specifiers] = STATE(1885), - [sym_operator_cast_definition] = STATE(1040), - [sym_operator_cast_declaration] = STATE(1040), - [sym_constructor_or_destructor_definition] = STATE(1040), - [sym_constructor_or_destructor_declaration] = STATE(1040), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(1040), - [sym_concept_definition] = STATE(1040), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5475), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1885), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(508), + [sym_declaration] = STATE(508), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4145), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2129), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4915), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3408), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(508), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1879), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(508), + [sym_operator_cast] = STATE(5348), + [sym__constructor_specifiers] = STATE(1879), + [sym_operator_cast_definition] = STATE(508), + [sym_operator_cast_declaration] = STATE(508), + [sym_constructor_or_destructor_definition] = STATE(508), + [sym_constructor_or_destructor_declaration] = STATE(508), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(508), + [sym_concept_definition] = STATE(508), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5348), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1879), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -161613,7 +161371,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161630,7 +161388,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -161641,74 +161399,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(3073), + [anon_sym_template] = ACTIONS(3057), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3075), - [anon_sym_concept] = ACTIONS(207), + [anon_sym_using] = ACTIONS(3059), + [anon_sym_concept] = ACTIONS(287), }, [1092] = { - [sym_function_definition] = STATE(2357), - [sym_declaration] = STATE(2357), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4137), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2010), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5014), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3381), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(2357), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1902), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(2357), - [sym_operator_cast] = STATE(5494), - [sym__constructor_specifiers] = STATE(1902), - [sym_operator_cast_definition] = STATE(2357), - [sym_operator_cast_declaration] = STATE(2357), - [sym_constructor_or_destructor_definition] = STATE(2357), - [sym_constructor_or_destructor_declaration] = STATE(2357), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(2357), - [sym_concept_definition] = STATE(2357), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5494), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1902), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(1037), + [sym_declaration] = STATE(1037), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4153), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2130), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4932), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3423), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(1037), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1907), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(1037), + [sym_operator_cast] = STATE(5355), + [sym__constructor_specifiers] = STATE(1907), + [sym_operator_cast_definition] = STATE(1037), + [sym_operator_cast_declaration] = STATE(1037), + [sym_constructor_or_destructor_definition] = STATE(1037), + [sym_constructor_or_destructor_declaration] = STATE(1037), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(1037), + [sym_concept_definition] = STATE(1037), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5355), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -161718,7 +161476,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161735,7 +161493,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -161746,74 +161504,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(2270), + [anon_sym_template] = ACTIONS(3065), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3077), - [anon_sym_concept] = ACTIONS(3079), + [anon_sym_using] = ACTIONS(3067), + [anon_sym_concept] = ACTIONS(207), }, [1093] = { - [sym_function_definition] = STATE(2144), - [sym_declaration] = STATE(2144), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4138), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2014), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5011), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3378), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(2144), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1906), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(2144), - [sym_operator_cast] = STATE(5459), - [sym__constructor_specifiers] = STATE(1906), - [sym_operator_cast_definition] = STATE(2144), - [sym_operator_cast_declaration] = STATE(2144), - [sym_constructor_or_destructor_definition] = STATE(2144), - [sym_constructor_or_destructor_declaration] = STATE(2144), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(2144), - [sym_concept_definition] = STATE(2144), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5459), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1906), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(952), + [sym_declaration] = STATE(952), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4179), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2128), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4917), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3392), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(952), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1894), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(952), + [sym_operator_cast] = STATE(5343), + [sym__constructor_specifiers] = STATE(1894), + [sym_operator_cast_definition] = STATE(952), + [sym_operator_cast_declaration] = STATE(952), + [sym_constructor_or_destructor_definition] = STATE(952), + [sym_constructor_or_destructor_declaration] = STATE(952), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(952), + [sym_concept_definition] = STATE(952), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5343), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1894), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -161823,7 +161581,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161840,7 +161598,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -161851,74 +161609,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1697), + [anon_sym_template] = ACTIONS(3051), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3061), - [anon_sym_concept] = ACTIONS(3063), + [anon_sym_using] = ACTIONS(3053), + [anon_sym_concept] = ACTIONS(734), }, [1094] = { - [sym_function_definition] = STATE(911), - [sym_declaration] = STATE(911), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4167), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2054), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5021), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3431), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(911), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1907), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(911), - [sym_operator_cast] = STATE(5469), - [sym__constructor_specifiers] = STATE(1907), - [sym_operator_cast_definition] = STATE(911), - [sym_operator_cast_declaration] = STATE(911), - [sym_constructor_or_destructor_definition] = STATE(911), - [sym_constructor_or_destructor_declaration] = STATE(911), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(911), - [sym_concept_definition] = STATE(911), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5469), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(2275), + [sym_declaration] = STATE(2275), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4120), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2120), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4940), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3369), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(2275), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1905), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(2275), + [sym_operator_cast] = STATE(5375), + [sym__constructor_specifiers] = STATE(1905), + [sym_operator_cast_definition] = STATE(2275), + [sym_operator_cast_declaration] = STATE(2275), + [sym_constructor_or_destructor_definition] = STATE(2275), + [sym_constructor_or_destructor_declaration] = STATE(2275), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(2275), + [sym_concept_definition] = STATE(2275), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5375), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1905), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -161928,7 +161686,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161945,7 +161703,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -161956,74 +161714,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(3065), + [anon_sym_template] = ACTIONS(2252), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3067), - [anon_sym_concept] = ACTIONS(131), + [anon_sym_using] = ACTIONS(3069), + [anon_sym_concept] = ACTIONS(3071), }, [1095] = { - [sym_function_definition] = STATE(507), - [sym_declaration] = STATE(507), - [sym__declaration_modifiers] = STATE(3332), - [sym__declaration_specifiers] = STATE(4180), - [sym_attribute_specifier] = STATE(3332), - [sym_attribute_declaration] = STATE(3332), - [sym_ms_declspec_modifier] = STATE(3332), - [sym_ms_based_modifier] = STATE(6985), - [sym_ms_call_modifier] = STATE(2037), - [sym__declarator] = STATE(5467), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(4988), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(3332), - [sym_type_qualifier] = STATE(3332), - [sym__type_specifier] = STATE(3412), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym__empty_declaration] = STATE(507), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(3332), - [sym_explicit_function_specifier] = STATE(1888), - [sym_dependent_type] = STATE(3473), - [sym_template_declaration] = STATE(507), - [sym_operator_cast] = STATE(5446), - [sym__constructor_specifiers] = STATE(1888), - [sym_operator_cast_definition] = STATE(507), - [sym_operator_cast_declaration] = STATE(507), - [sym_constructor_or_destructor_definition] = STATE(507), - [sym_constructor_or_destructor_declaration] = STATE(507), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_alias_declaration] = STATE(507), - [sym_concept_definition] = STATE(507), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4752), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_qualified_operator_cast_identifier] = STATE(5446), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [aux_sym_operator_cast_definition_repeat1] = STATE(1888), - [sym_identifier] = ACTIONS(3051), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), + [sym_function_definition] = STATE(2168), + [sym_declaration] = STATE(2168), + [sym__declaration_modifiers] = STATE(3339), + [sym__declaration_specifiers] = STATE(4134), + [sym_attribute_specifier] = STATE(3339), + [sym_attribute_declaration] = STATE(3339), + [sym_ms_declspec_modifier] = STATE(3339), + [sym_ms_based_modifier] = STATE(7015), + [sym_ms_call_modifier] = STATE(2123), + [sym__declarator] = STATE(5337), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(4939), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(3339), + [sym_type_qualifier] = STATE(3339), + [sym__type_specifier] = STATE(3406), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym__empty_declaration] = STATE(2168), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(3339), + [sym_explicit_function_specifier] = STATE(1912), + [sym_dependent_type] = STATE(3505), + [sym_template_declaration] = STATE(2168), + [sym_operator_cast] = STATE(5345), + [sym__constructor_specifiers] = STATE(1912), + [sym_operator_cast_definition] = STATE(2168), + [sym_operator_cast_declaration] = STATE(2168), + [sym_constructor_or_destructor_definition] = STATE(2168), + [sym_constructor_or_destructor_declaration] = STATE(2168), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_alias_declaration] = STATE(2168), + [sym_concept_definition] = STATE(2168), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4671), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_qualified_operator_cast_identifier] = STATE(5345), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [aux_sym_operator_cast_definition_repeat1] = STATE(1912), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3049), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -162033,7 +161791,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -162050,7 +161808,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -162061,12 +161819,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_virtual] = ACTIONS(109), [anon_sym_explicit] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(3081), + [anon_sym_template] = ACTIONS(1695), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(3083), - [anon_sym_concept] = ACTIONS(287), + [anon_sym_using] = ACTIONS(3061), + [anon_sym_concept] = ACTIONS(3063), }, [1096] = { + [sym_identifier] = ACTIONS(3081), + [anon_sym_COMMA] = ACTIONS(3083), + [anon_sym_RPAREN] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_TILDE] = ACTIONS(3083), + [anon_sym_DASH] = ACTIONS(3081), + [anon_sym_PLUS] = ACTIONS(3081), + [anon_sym_STAR] = ACTIONS(3083), + [anon_sym_AMP_AMP] = ACTIONS(3083), + [anon_sym_AMP] = ACTIONS(3081), + [anon_sym_SEMI] = ACTIONS(3083), + [anon_sym_extern] = ACTIONS(3081), + [anon_sym___attribute__] = ACTIONS(3081), + [anon_sym_COLON_COLON] = ACTIONS(3083), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3083), + [anon_sym___declspec] = ACTIONS(3081), + [anon_sym___based] = ACTIONS(3081), + [anon_sym_LBRACE] = ACTIONS(3083), + [anon_sym_LBRACK] = ACTIONS(3081), + [anon_sym_EQ] = ACTIONS(3083), + [anon_sym_static] = ACTIONS(3081), + [anon_sym_register] = ACTIONS(3081), + [anon_sym_inline] = ACTIONS(3081), + [anon_sym_thread_local] = ACTIONS(3081), + [anon_sym_const] = ACTIONS(3081), + [anon_sym_volatile] = ACTIONS(3081), + [anon_sym_restrict] = ACTIONS(3081), + [anon_sym__Atomic] = ACTIONS(3081), + [anon_sym_mutable] = ACTIONS(3081), + [anon_sym_constexpr] = ACTIONS(3081), + [anon_sym_constinit] = ACTIONS(3081), + [anon_sym_consteval] = ACTIONS(3081), + [anon_sym_signed] = ACTIONS(3081), + [anon_sym_unsigned] = ACTIONS(3081), + [anon_sym_long] = ACTIONS(3081), + [anon_sym_short] = ACTIONS(3081), + [sym_primitive_type] = ACTIONS(3081), + [anon_sym_enum] = ACTIONS(3081), + [anon_sym_class] = ACTIONS(3081), + [anon_sym_struct] = ACTIONS(3081), + [anon_sym_union] = ACTIONS(3081), + [anon_sym_if] = ACTIONS(3081), + [anon_sym_switch] = ACTIONS(3081), + [anon_sym_case] = ACTIONS(3081), + [anon_sym_default] = ACTIONS(3081), + [anon_sym_while] = ACTIONS(3081), + [anon_sym_do] = ACTIONS(3081), + [anon_sym_for] = ACTIONS(3081), + [anon_sym_return] = ACTIONS(3081), + [anon_sym_break] = ACTIONS(3081), + [anon_sym_continue] = ACTIONS(3081), + [anon_sym_goto] = ACTIONS(3081), + [anon_sym_not] = ACTIONS(3081), + [anon_sym_compl] = ACTIONS(3081), + [anon_sym_DASH_DASH] = ACTIONS(3083), + [anon_sym_PLUS_PLUS] = ACTIONS(3083), + [anon_sym_sizeof] = ACTIONS(3081), + [sym_number_literal] = ACTIONS(3083), + [anon_sym_L_SQUOTE] = ACTIONS(3083), + [anon_sym_u_SQUOTE] = ACTIONS(3083), + [anon_sym_U_SQUOTE] = ACTIONS(3083), + [anon_sym_u8_SQUOTE] = ACTIONS(3083), + [anon_sym_SQUOTE] = ACTIONS(3083), + [anon_sym_L_DQUOTE] = ACTIONS(3083), + [anon_sym_u_DQUOTE] = ACTIONS(3083), + [anon_sym_U_DQUOTE] = ACTIONS(3083), + [anon_sym_u8_DQUOTE] = ACTIONS(3083), + [anon_sym_DQUOTE] = ACTIONS(3083), + [sym_true] = ACTIONS(3081), + [sym_false] = ACTIONS(3081), + [sym_null] = ACTIONS(3081), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3081), + [anon_sym_decltype] = ACTIONS(3081), + [anon_sym_virtual] = ACTIONS(3081), + [anon_sym_explicit] = ACTIONS(3081), + [anon_sym_typename] = ACTIONS(3081), + [anon_sym_template] = ACTIONS(3081), + [anon_sym_GT2] = ACTIONS(3083), + [anon_sym_operator] = ACTIONS(3081), + [anon_sym_try] = ACTIONS(3081), + [anon_sym_delete] = ACTIONS(3081), + [anon_sym_throw] = ACTIONS(3081), + [anon_sym_co_return] = ACTIONS(3081), + [anon_sym_co_yield] = ACTIONS(3081), + [anon_sym_R_DQUOTE] = ACTIONS(3083), + [anon_sym_LR_DQUOTE] = ACTIONS(3083), + [anon_sym_uR_DQUOTE] = ACTIONS(3083), + [anon_sym_UR_DQUOTE] = ACTIONS(3083), + [anon_sym_u8R_DQUOTE] = ACTIONS(3083), + [anon_sym_co_await] = ACTIONS(3081), + [anon_sym_new] = ACTIONS(3081), + [anon_sym_requires] = ACTIONS(3081), + [sym_this] = ACTIONS(3081), + [sym_nullptr] = ACTIONS(3081), + }, + [1097] = { [sym_identifier] = ACTIONS(3085), [anon_sym_COMMA] = ACTIONS(3087), [anon_sym_RPAREN] = ACTIONS(3087), @@ -162164,156 +162020,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(3085), [sym_nullptr] = ACTIONS(3085), }, - [1097] = { - [sym_identifier] = ACTIONS(3089), - [anon_sym_COMMA] = ACTIONS(3091), - [anon_sym_RPAREN] = ACTIONS(3091), - [anon_sym_LPAREN2] = ACTIONS(3091), - [anon_sym_BANG] = ACTIONS(3091), - [anon_sym_TILDE] = ACTIONS(3091), - [anon_sym_DASH] = ACTIONS(3089), - [anon_sym_PLUS] = ACTIONS(3089), - [anon_sym_STAR] = ACTIONS(3091), - [anon_sym_AMP_AMP] = ACTIONS(3091), - [anon_sym_AMP] = ACTIONS(3089), - [anon_sym_SEMI] = ACTIONS(3091), - [anon_sym_extern] = ACTIONS(3089), - [anon_sym___attribute__] = ACTIONS(3089), - [anon_sym_COLON_COLON] = ACTIONS(3091), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3091), - [anon_sym___declspec] = ACTIONS(3089), - [anon_sym___based] = ACTIONS(3089), - [anon_sym_LBRACE] = ACTIONS(3091), - [anon_sym_LBRACK] = ACTIONS(3089), - [anon_sym_EQ] = ACTIONS(3091), - [anon_sym_static] = ACTIONS(3089), - [anon_sym_register] = ACTIONS(3089), - [anon_sym_inline] = ACTIONS(3089), - [anon_sym_thread_local] = ACTIONS(3089), - [anon_sym_const] = ACTIONS(3089), - [anon_sym_volatile] = ACTIONS(3089), - [anon_sym_restrict] = ACTIONS(3089), - [anon_sym__Atomic] = ACTIONS(3089), - [anon_sym_mutable] = ACTIONS(3089), - [anon_sym_constexpr] = ACTIONS(3089), - [anon_sym_constinit] = ACTIONS(3089), - [anon_sym_consteval] = ACTIONS(3089), - [anon_sym_signed] = ACTIONS(3089), - [anon_sym_unsigned] = ACTIONS(3089), - [anon_sym_long] = ACTIONS(3089), - [anon_sym_short] = ACTIONS(3089), - [sym_primitive_type] = ACTIONS(3089), - [anon_sym_enum] = ACTIONS(3089), - [anon_sym_class] = ACTIONS(3089), - [anon_sym_struct] = ACTIONS(3089), - [anon_sym_union] = ACTIONS(3089), - [anon_sym_if] = ACTIONS(3089), - [anon_sym_switch] = ACTIONS(3089), - [anon_sym_case] = ACTIONS(3089), - [anon_sym_default] = ACTIONS(3089), - [anon_sym_while] = ACTIONS(3089), - [anon_sym_do] = ACTIONS(3089), - [anon_sym_for] = ACTIONS(3089), - [anon_sym_return] = ACTIONS(3089), - [anon_sym_break] = ACTIONS(3089), - [anon_sym_continue] = ACTIONS(3089), - [anon_sym_goto] = ACTIONS(3089), - [anon_sym_not] = ACTIONS(3089), - [anon_sym_compl] = ACTIONS(3089), - [anon_sym_DASH_DASH] = ACTIONS(3091), - [anon_sym_PLUS_PLUS] = ACTIONS(3091), - [anon_sym_sizeof] = ACTIONS(3089), - [sym_number_literal] = ACTIONS(3091), - [anon_sym_L_SQUOTE] = ACTIONS(3091), - [anon_sym_u_SQUOTE] = ACTIONS(3091), - [anon_sym_U_SQUOTE] = ACTIONS(3091), - [anon_sym_u8_SQUOTE] = ACTIONS(3091), - [anon_sym_SQUOTE] = ACTIONS(3091), - [anon_sym_L_DQUOTE] = ACTIONS(3091), - [anon_sym_u_DQUOTE] = ACTIONS(3091), - [anon_sym_U_DQUOTE] = ACTIONS(3091), - [anon_sym_u8_DQUOTE] = ACTIONS(3091), - [anon_sym_DQUOTE] = ACTIONS(3091), - [sym_true] = ACTIONS(3089), - [sym_false] = ACTIONS(3089), - [sym_null] = ACTIONS(3089), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3089), - [anon_sym_decltype] = ACTIONS(3089), - [anon_sym_virtual] = ACTIONS(3089), - [anon_sym_explicit] = ACTIONS(3089), - [anon_sym_typename] = ACTIONS(3089), - [anon_sym_template] = ACTIONS(3089), - [anon_sym_GT2] = ACTIONS(3091), - [anon_sym_operator] = ACTIONS(3089), - [anon_sym_try] = ACTIONS(3089), - [anon_sym_delete] = ACTIONS(3089), - [anon_sym_throw] = ACTIONS(3089), - [anon_sym_co_return] = ACTIONS(3089), - [anon_sym_co_yield] = ACTIONS(3089), - [anon_sym_R_DQUOTE] = ACTIONS(3091), - [anon_sym_LR_DQUOTE] = ACTIONS(3091), - [anon_sym_uR_DQUOTE] = ACTIONS(3091), - [anon_sym_UR_DQUOTE] = ACTIONS(3091), - [anon_sym_u8R_DQUOTE] = ACTIONS(3091), - [anon_sym_co_await] = ACTIONS(3089), - [anon_sym_new] = ACTIONS(3089), - [anon_sym_requires] = ACTIONS(3089), - [sym_this] = ACTIONS(3089), - [sym_nullptr] = ACTIONS(3089), - }, [1098] = { - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5340), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5173), - [sym_array_declarator] = STATE(5173), - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2777), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4882), - [sym_qualified_identifier] = STATE(2780), - [sym_qualified_type_identifier] = STATE(6222), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(2854), - [anon_sym_LPAREN2] = ACTIONS(2856), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5111), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5040), + [sym_array_declarator] = STATE(5040), + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2901), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4805), + [sym_qualified_identifier] = STATE(2900), + [sym_qualified_type_identifier] = STATE(6419), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(2848), + [anon_sym_LPAREN2] = ACTIONS(2850), [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(2858), + [anon_sym_TILDE] = ACTIONS(2852), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), [anon_sym_STAR] = ACTIONS(27), @@ -162344,7 +162102,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1501), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), @@ -162359,57 +162117,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1533), }, [1099] = { - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5340), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5173), - [sym_array_declarator] = STATE(5173), - [sym__expression] = STATE(2673), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3312), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5111), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5040), + [sym_array_declarator] = STATE(5040), + [sym__expression] = STATE(2619), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3306), [sym_template_function] = STATE(2589), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4893), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4779), [sym_qualified_identifier] = STATE(2590), - [sym_qualified_type_identifier] = STATE(6562), - [sym_operator_name] = STATE(5173), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(2722), - [anon_sym_LPAREN2] = ACTIONS(2724), + [sym_qualified_type_identifier] = STATE(6474), + [sym_operator_name] = STATE(5040), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(2708), + [anon_sym_LPAREN2] = ACTIONS(2710), [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(2726), + [anon_sym_TILDE] = ACTIONS(2712), [anon_sym_DASH] = ACTIONS(1551), [anon_sym_PLUS] = ACTIONS(1551), [anon_sym_STAR] = ACTIONS(1477), @@ -162440,7 +162198,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_operator] = ACTIONS(1501), [anon_sym_delete] = ACTIONS(1575), [anon_sym_R_DQUOTE] = ACTIONS(1577), @@ -162455,163 +162213,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1573), }, [1100] = { - [sym_identifier] = ACTIONS(3093), - [anon_sym_LPAREN2] = ACTIONS(3096), - [anon_sym_BANG] = ACTIONS(3099), - [anon_sym_TILDE] = ACTIONS(3096), - [anon_sym_DASH] = ACTIONS(3101), - [anon_sym_PLUS] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3103), - [anon_sym_AMP] = ACTIONS(3093), - [anon_sym_SEMI] = ACTIONS(3099), - [anon_sym_extern] = ACTIONS(3105), - [anon_sym___attribute__] = ACTIONS(3105), - [anon_sym_COLON_COLON] = ACTIONS(3096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3096), - [anon_sym___declspec] = ACTIONS(3105), - [anon_sym___based] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3093), - [anon_sym_static] = ACTIONS(3105), - [anon_sym_register] = ACTIONS(3105), - [anon_sym_inline] = ACTIONS(3105), - [anon_sym_thread_local] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_volatile] = ACTIONS(3105), - [anon_sym_restrict] = ACTIONS(3105), - [anon_sym__Atomic] = ACTIONS(3105), - [anon_sym_mutable] = ACTIONS(3105), - [anon_sym_constexpr] = ACTIONS(3105), - [anon_sym_constinit] = ACTIONS(3105), - [anon_sym_consteval] = ACTIONS(3105), - [anon_sym_signed] = ACTIONS(3105), - [anon_sym_unsigned] = ACTIONS(3105), - [anon_sym_long] = ACTIONS(3105), - [anon_sym_short] = ACTIONS(3105), - [sym_primitive_type] = ACTIONS(3093), - [anon_sym_enum] = ACTIONS(3105), - [anon_sym_class] = ACTIONS(3105), - [anon_sym_struct] = ACTIONS(3105), - [anon_sym_union] = ACTIONS(3105), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_switch] = ACTIONS(3101), - [anon_sym_case] = ACTIONS(3101), - [anon_sym_default] = ACTIONS(3101), - [anon_sym_while] = ACTIONS(3101), - [anon_sym_do] = ACTIONS(3101), - [anon_sym_for] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_goto] = ACTIONS(3101), - [anon_sym_not] = ACTIONS(3101), - [anon_sym_compl] = ACTIONS(3101), - [anon_sym_DASH_DASH] = ACTIONS(3099), - [anon_sym_PLUS_PLUS] = ACTIONS(3099), - [anon_sym_sizeof] = ACTIONS(3101), - [sym_number_literal] = ACTIONS(3099), - [anon_sym_L_SQUOTE] = ACTIONS(3099), - [anon_sym_u_SQUOTE] = ACTIONS(3099), - [anon_sym_U_SQUOTE] = ACTIONS(3099), - [anon_sym_u8_SQUOTE] = ACTIONS(3099), - [anon_sym_SQUOTE] = ACTIONS(3099), - [anon_sym_L_DQUOTE] = ACTIONS(3099), - [anon_sym_u_DQUOTE] = ACTIONS(3099), - [anon_sym_U_DQUOTE] = ACTIONS(3099), - [anon_sym_u8_DQUOTE] = ACTIONS(3099), - [anon_sym_DQUOTE] = ACTIONS(3099), - [sym_true] = ACTIONS(3101), - [sym_false] = ACTIONS(3101), - [sym_null] = ACTIONS(3101), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3105), - [anon_sym_decltype] = ACTIONS(3093), - [anon_sym_virtual] = ACTIONS(3105), - [anon_sym_explicit] = ACTIONS(3105), - [anon_sym_typename] = ACTIONS(3105), - [anon_sym_template] = ACTIONS(3093), - [anon_sym_operator] = ACTIONS(3105), - [anon_sym_try] = ACTIONS(3101), - [anon_sym_delete] = ACTIONS(3101), - [anon_sym_throw] = ACTIONS(3101), - [anon_sym_co_return] = ACTIONS(3101), - [anon_sym_co_yield] = ACTIONS(3101), - [anon_sym_R_DQUOTE] = ACTIONS(3099), - [anon_sym_LR_DQUOTE] = ACTIONS(3099), - [anon_sym_uR_DQUOTE] = ACTIONS(3099), - [anon_sym_UR_DQUOTE] = ACTIONS(3099), - [anon_sym_u8R_DQUOTE] = ACTIONS(3099), - [anon_sym_co_await] = ACTIONS(3101), - [anon_sym_new] = ACTIONS(3101), - [anon_sym_requires] = ACTIONS(3101), - [sym_this] = ACTIONS(3101), - [sym_nullptr] = ACTIONS(3101), + [sym_identifier] = ACTIONS(3089), + [anon_sym_LPAREN2] = ACTIONS(3092), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_TILDE] = ACTIONS(3092), + [anon_sym_DASH] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3097), + [anon_sym_STAR] = ACTIONS(3092), + [anon_sym_AMP_AMP] = ACTIONS(3099), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_SEMI] = ACTIONS(3095), + [anon_sym_extern] = ACTIONS(3101), + [anon_sym___attribute__] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(3092), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3092), + [anon_sym___declspec] = ACTIONS(3101), + [anon_sym___based] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(3095), + [anon_sym_LBRACK] = ACTIONS(3089), + [anon_sym_static] = ACTIONS(3101), + [anon_sym_register] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_thread_local] = ACTIONS(3101), + [anon_sym_const] = ACTIONS(3101), + [anon_sym_volatile] = ACTIONS(3101), + [anon_sym_restrict] = ACTIONS(3101), + [anon_sym__Atomic] = ACTIONS(3101), + [anon_sym_mutable] = ACTIONS(3101), + [anon_sym_constexpr] = ACTIONS(3101), + [anon_sym_constinit] = ACTIONS(3101), + [anon_sym_consteval] = ACTIONS(3101), + [anon_sym_signed] = ACTIONS(3101), + [anon_sym_unsigned] = ACTIONS(3101), + [anon_sym_long] = ACTIONS(3101), + [anon_sym_short] = ACTIONS(3101), + [sym_primitive_type] = ACTIONS(3089), + [anon_sym_enum] = ACTIONS(3101), + [anon_sym_class] = ACTIONS(3101), + [anon_sym_struct] = ACTIONS(3101), + [anon_sym_union] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3097), + [anon_sym_switch] = ACTIONS(3097), + [anon_sym_case] = ACTIONS(3097), + [anon_sym_default] = ACTIONS(3097), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3097), + [anon_sym_for] = ACTIONS(3097), + [anon_sym_return] = ACTIONS(3097), + [anon_sym_break] = ACTIONS(3097), + [anon_sym_continue] = ACTIONS(3097), + [anon_sym_goto] = ACTIONS(3097), + [anon_sym_not] = ACTIONS(3097), + [anon_sym_compl] = ACTIONS(3097), + [anon_sym_DASH_DASH] = ACTIONS(3095), + [anon_sym_PLUS_PLUS] = ACTIONS(3095), + [anon_sym_sizeof] = ACTIONS(3097), + [sym_number_literal] = ACTIONS(3095), + [anon_sym_L_SQUOTE] = ACTIONS(3095), + [anon_sym_u_SQUOTE] = ACTIONS(3095), + [anon_sym_U_SQUOTE] = ACTIONS(3095), + [anon_sym_u8_SQUOTE] = ACTIONS(3095), + [anon_sym_SQUOTE] = ACTIONS(3095), + [anon_sym_L_DQUOTE] = ACTIONS(3095), + [anon_sym_u_DQUOTE] = ACTIONS(3095), + [anon_sym_U_DQUOTE] = ACTIONS(3095), + [anon_sym_u8_DQUOTE] = ACTIONS(3095), + [anon_sym_DQUOTE] = ACTIONS(3095), + [sym_true] = ACTIONS(3097), + [sym_false] = ACTIONS(3097), + [sym_null] = ACTIONS(3097), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3101), + [anon_sym_decltype] = ACTIONS(3089), + [anon_sym_virtual] = ACTIONS(3101), + [anon_sym_explicit] = ACTIONS(3101), + [anon_sym_typename] = ACTIONS(3101), + [anon_sym_template] = ACTIONS(3089), + [anon_sym_operator] = ACTIONS(3101), + [anon_sym_try] = ACTIONS(3097), + [anon_sym_delete] = ACTIONS(3097), + [anon_sym_throw] = ACTIONS(3097), + [anon_sym_co_return] = ACTIONS(3097), + [anon_sym_co_yield] = ACTIONS(3097), + [anon_sym_R_DQUOTE] = ACTIONS(3095), + [anon_sym_LR_DQUOTE] = ACTIONS(3095), + [anon_sym_uR_DQUOTE] = ACTIONS(3095), + [anon_sym_UR_DQUOTE] = ACTIONS(3095), + [anon_sym_u8R_DQUOTE] = ACTIONS(3095), + [anon_sym_co_await] = ACTIONS(3097), + [anon_sym_new] = ACTIONS(3097), + [anon_sym_requires] = ACTIONS(3097), + [sym_this] = ACTIONS(3097), + [sym_nullptr] = ACTIONS(3097), }, [1101] = { - [sym_type_qualifier] = STATE(2218), - [sym__expression] = STATE(3966), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(2218), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [sym_type_qualifier] = STATE(1103), + [sym__expression] = STATE(3804), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(1103), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3103), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3109), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), + [anon_sym_RBRACK] = ACTIONS(3105), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -162628,176 +162386,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, [1102] = { - [sym_catch_clause] = STATE(1102), - [aux_sym_constructor_try_statement_repeat1] = STATE(1102), - [sym_identifier] = ACTIONS(2366), - [anon_sym_LPAREN2] = ACTIONS(2368), - [anon_sym_BANG] = ACTIONS(2368), - [anon_sym_TILDE] = ACTIONS(2368), - [anon_sym_DASH] = ACTIONS(2366), - [anon_sym_PLUS] = ACTIONS(2366), - [anon_sym_STAR] = ACTIONS(2368), - [anon_sym_AMP] = ACTIONS(2368), - [anon_sym_SEMI] = ACTIONS(2368), - [anon_sym_typedef] = ACTIONS(2366), - [anon_sym_extern] = ACTIONS(2366), - [anon_sym___attribute__] = ACTIONS(2366), - [anon_sym_COLON_COLON] = ACTIONS(2368), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2368), - [anon_sym___declspec] = ACTIONS(2366), - [anon_sym_LBRACE] = ACTIONS(2368), - [anon_sym_LBRACK] = ACTIONS(2366), - [anon_sym_static] = ACTIONS(2366), - [anon_sym_register] = ACTIONS(2366), - [anon_sym_inline] = ACTIONS(2366), - [anon_sym_thread_local] = ACTIONS(2366), - [anon_sym_const] = ACTIONS(2366), - [anon_sym_volatile] = ACTIONS(2366), - [anon_sym_restrict] = ACTIONS(2366), - [anon_sym__Atomic] = ACTIONS(2366), - [anon_sym_mutable] = ACTIONS(2366), - [anon_sym_constexpr] = ACTIONS(2366), - [anon_sym_constinit] = ACTIONS(2366), - [anon_sym_consteval] = ACTIONS(2366), - [anon_sym_signed] = ACTIONS(2366), - [anon_sym_unsigned] = ACTIONS(2366), - [anon_sym_long] = ACTIONS(2366), - [anon_sym_short] = ACTIONS(2366), - [sym_primitive_type] = ACTIONS(2366), - [anon_sym_enum] = ACTIONS(2366), - [anon_sym_class] = ACTIONS(2366), - [anon_sym_struct] = ACTIONS(2366), - [anon_sym_union] = ACTIONS(2366), - [anon_sym_if] = ACTIONS(2366), - [anon_sym_else] = ACTIONS(2366), - [anon_sym_switch] = ACTIONS(2366), - [anon_sym_while] = ACTIONS(2366), - [anon_sym_do] = ACTIONS(2366), - [anon_sym_for] = ACTIONS(2366), - [anon_sym_return] = ACTIONS(2366), - [anon_sym_break] = ACTIONS(2366), - [anon_sym_continue] = ACTIONS(2366), - [anon_sym_goto] = ACTIONS(2366), - [anon_sym_not] = ACTIONS(2366), - [anon_sym_compl] = ACTIONS(2366), - [anon_sym_DASH_DASH] = ACTIONS(2368), - [anon_sym_PLUS_PLUS] = ACTIONS(2368), - [anon_sym_sizeof] = ACTIONS(2366), - [sym_number_literal] = ACTIONS(2368), - [anon_sym_L_SQUOTE] = ACTIONS(2368), - [anon_sym_u_SQUOTE] = ACTIONS(2368), - [anon_sym_U_SQUOTE] = ACTIONS(2368), - [anon_sym_u8_SQUOTE] = ACTIONS(2368), - [anon_sym_SQUOTE] = ACTIONS(2368), - [anon_sym_L_DQUOTE] = ACTIONS(2368), - [anon_sym_u_DQUOTE] = ACTIONS(2368), - [anon_sym_U_DQUOTE] = ACTIONS(2368), - [anon_sym_u8_DQUOTE] = ACTIONS(2368), - [anon_sym_DQUOTE] = ACTIONS(2368), - [sym_true] = ACTIONS(2366), - [sym_false] = ACTIONS(2366), - [sym_null] = ACTIONS(2366), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2366), - [anon_sym_decltype] = ACTIONS(2366), - [anon_sym_virtual] = ACTIONS(2366), - [anon_sym_typename] = ACTIONS(2366), - [anon_sym_template] = ACTIONS(2366), - [anon_sym_try] = ACTIONS(2366), - [anon_sym_delete] = ACTIONS(2366), - [anon_sym_throw] = ACTIONS(2366), - [anon_sym_co_return] = ACTIONS(2366), - [anon_sym_co_yield] = ACTIONS(2366), - [anon_sym_catch] = ACTIONS(3113), - [anon_sym_R_DQUOTE] = ACTIONS(2368), - [anon_sym_LR_DQUOTE] = ACTIONS(2368), - [anon_sym_uR_DQUOTE] = ACTIONS(2368), - [anon_sym_UR_DQUOTE] = ACTIONS(2368), - [anon_sym_u8R_DQUOTE] = ACTIONS(2368), - [anon_sym_co_await] = ACTIONS(2366), - [anon_sym_new] = ACTIONS(2366), - [anon_sym_requires] = ACTIONS(2366), - [sym_this] = ACTIONS(2366), - [sym_nullptr] = ACTIONS(2366), + [sym_type_qualifier] = STATE(2217), + [sym__expression] = STATE(3844), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(2217), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3109), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3111), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, [1103] = { - [sym_type_qualifier] = STATE(1110), - [sym__expression] = STATE(3902), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(1110), - [sym_identifier] = ACTIONS(3116), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3118), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [sym_type_qualifier] = STATE(2217), + [sym__expression] = STATE(3877), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(2217), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3120), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), + [anon_sym_RBRACK] = ACTIONS(3115), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -162814,83 +162572,734 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, [1104] = { - [sym_type_qualifier] = STATE(2218), - [sym__expression] = STATE(3834), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(2218), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3122), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [sym_type_qualifier] = STATE(1111), + [sym__expression] = STATE(3909), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(1111), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3119), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1105] = { + [sym_type_qualifier] = STATE(1115), + [sym__expression] = STATE(3910), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(1115), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3121), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3124), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), + [anon_sym_RBRACK] = ACTIONS(3123), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1106] = { + [sym_catch_clause] = STATE(1106), + [aux_sym_constructor_try_statement_repeat1] = STATE(1106), + [sym_identifier] = ACTIONS(2364), + [anon_sym_LPAREN2] = ACTIONS(2366), + [anon_sym_BANG] = ACTIONS(2366), + [anon_sym_TILDE] = ACTIONS(2366), + [anon_sym_DASH] = ACTIONS(2364), + [anon_sym_PLUS] = ACTIONS(2364), + [anon_sym_STAR] = ACTIONS(2366), + [anon_sym_AMP] = ACTIONS(2366), + [anon_sym_SEMI] = ACTIONS(2366), + [anon_sym_typedef] = ACTIONS(2364), + [anon_sym_extern] = ACTIONS(2364), + [anon_sym___attribute__] = ACTIONS(2364), + [anon_sym_COLON_COLON] = ACTIONS(2366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2366), + [anon_sym___declspec] = ACTIONS(2364), + [anon_sym_LBRACE] = ACTIONS(2366), + [anon_sym_LBRACK] = ACTIONS(2364), + [anon_sym_static] = ACTIONS(2364), + [anon_sym_register] = ACTIONS(2364), + [anon_sym_inline] = ACTIONS(2364), + [anon_sym_thread_local] = ACTIONS(2364), + [anon_sym_const] = ACTIONS(2364), + [anon_sym_volatile] = ACTIONS(2364), + [anon_sym_restrict] = ACTIONS(2364), + [anon_sym__Atomic] = ACTIONS(2364), + [anon_sym_mutable] = ACTIONS(2364), + [anon_sym_constexpr] = ACTIONS(2364), + [anon_sym_constinit] = ACTIONS(2364), + [anon_sym_consteval] = ACTIONS(2364), + [anon_sym_signed] = ACTIONS(2364), + [anon_sym_unsigned] = ACTIONS(2364), + [anon_sym_long] = ACTIONS(2364), + [anon_sym_short] = ACTIONS(2364), + [sym_primitive_type] = ACTIONS(2364), + [anon_sym_enum] = ACTIONS(2364), + [anon_sym_class] = ACTIONS(2364), + [anon_sym_struct] = ACTIONS(2364), + [anon_sym_union] = ACTIONS(2364), + [anon_sym_if] = ACTIONS(2364), + [anon_sym_else] = ACTIONS(2364), + [anon_sym_switch] = ACTIONS(2364), + [anon_sym_while] = ACTIONS(2364), + [anon_sym_do] = ACTIONS(2364), + [anon_sym_for] = ACTIONS(2364), + [anon_sym_return] = ACTIONS(2364), + [anon_sym_break] = ACTIONS(2364), + [anon_sym_continue] = ACTIONS(2364), + [anon_sym_goto] = ACTIONS(2364), + [anon_sym_not] = ACTIONS(2364), + [anon_sym_compl] = ACTIONS(2364), + [anon_sym_DASH_DASH] = ACTIONS(2366), + [anon_sym_PLUS_PLUS] = ACTIONS(2366), + [anon_sym_sizeof] = ACTIONS(2364), + [sym_number_literal] = ACTIONS(2366), + [anon_sym_L_SQUOTE] = ACTIONS(2366), + [anon_sym_u_SQUOTE] = ACTIONS(2366), + [anon_sym_U_SQUOTE] = ACTIONS(2366), + [anon_sym_u8_SQUOTE] = ACTIONS(2366), + [anon_sym_SQUOTE] = ACTIONS(2366), + [anon_sym_L_DQUOTE] = ACTIONS(2366), + [anon_sym_u_DQUOTE] = ACTIONS(2366), + [anon_sym_U_DQUOTE] = ACTIONS(2366), + [anon_sym_u8_DQUOTE] = ACTIONS(2366), + [anon_sym_DQUOTE] = ACTIONS(2366), + [sym_true] = ACTIONS(2364), + [sym_false] = ACTIONS(2364), + [sym_null] = ACTIONS(2364), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2364), + [anon_sym_decltype] = ACTIONS(2364), + [anon_sym_virtual] = ACTIONS(2364), + [anon_sym_typename] = ACTIONS(2364), + [anon_sym_template] = ACTIONS(2364), + [anon_sym_try] = ACTIONS(2364), + [anon_sym_delete] = ACTIONS(2364), + [anon_sym_throw] = ACTIONS(2364), + [anon_sym_co_return] = ACTIONS(2364), + [anon_sym_co_yield] = ACTIONS(2364), + [anon_sym_catch] = ACTIONS(3125), + [anon_sym_R_DQUOTE] = ACTIONS(2366), + [anon_sym_LR_DQUOTE] = ACTIONS(2366), + [anon_sym_uR_DQUOTE] = ACTIONS(2366), + [anon_sym_UR_DQUOTE] = ACTIONS(2366), + [anon_sym_u8R_DQUOTE] = ACTIONS(2366), + [anon_sym_co_await] = ACTIONS(2364), + [anon_sym_new] = ACTIONS(2364), + [anon_sym_requires] = ACTIONS(2364), + [sym_this] = ACTIONS(2364), + [sym_nullptr] = ACTIONS(2364), + }, + [1107] = { + [sym_type_qualifier] = STATE(1102), + [sym__expression] = STATE(3929), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(1102), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3128), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3130), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1108] = { + [sym_type_qualifier] = STATE(1113), + [sym__expression] = STATE(3907), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3132), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3134), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1109] = { + [sym_type_qualifier] = STATE(1117), + [sym__expression] = STATE(3845), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(1117), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3136), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3138), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1110] = { + [sym_type_qualifier] = STATE(1116), + [sym__expression] = STATE(3849), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(1116), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3140), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3142), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1111] = { + [sym_type_qualifier] = STATE(2217), + [sym__expression] = STATE(3835), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(2217), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3144), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3146), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -162907,83 +163316,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1105] = { - [sym_type_qualifier] = STATE(2218), - [sym__expression] = STATE(3819), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(2218), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3126), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1112] = { + [sym_type_qualifier] = STATE(1103), + [sym__expression] = STATE(3804), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(1103), + [sym_identifier] = ACTIONS(3148), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3103), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3128), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), + [anon_sym_RBRACK] = ACTIONS(3105), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -163000,83 +163409,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1106] = { - [sym_type_qualifier] = STATE(1116), - [sym__expression] = STATE(3871), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(1116), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3130), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1113] = { + [sym_type_qualifier] = STATE(2217), + [sym__expression] = STATE(3867), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(2217), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3150), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3132), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), + [anon_sym_RBRACK] = ACTIONS(3152), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -163093,176 +163502,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1107] = { - [sym_type_qualifier] = STATE(1111), - [sym__expression] = STATE(3939), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(1111), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3134), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3136), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [1114] = { + [sym_catch_clause] = STATE(1106), + [aux_sym_constructor_try_statement_repeat1] = STATE(1106), + [sym_identifier] = ACTIONS(2356), + [anon_sym_LPAREN2] = ACTIONS(2358), + [anon_sym_BANG] = ACTIONS(2358), + [anon_sym_TILDE] = ACTIONS(2358), + [anon_sym_DASH] = ACTIONS(2356), + [anon_sym_PLUS] = ACTIONS(2356), + [anon_sym_STAR] = ACTIONS(2358), + [anon_sym_AMP] = ACTIONS(2358), + [anon_sym_SEMI] = ACTIONS(2358), + [anon_sym_typedef] = ACTIONS(2356), + [anon_sym_extern] = ACTIONS(2356), + [anon_sym___attribute__] = ACTIONS(2356), + [anon_sym_COLON_COLON] = ACTIONS(2358), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2358), + [anon_sym___declspec] = ACTIONS(2356), + [anon_sym_LBRACE] = ACTIONS(2358), + [anon_sym_LBRACK] = ACTIONS(2356), + [anon_sym_static] = ACTIONS(2356), + [anon_sym_register] = ACTIONS(2356), + [anon_sym_inline] = ACTIONS(2356), + [anon_sym_thread_local] = ACTIONS(2356), + [anon_sym_const] = ACTIONS(2356), + [anon_sym_volatile] = ACTIONS(2356), + [anon_sym_restrict] = ACTIONS(2356), + [anon_sym__Atomic] = ACTIONS(2356), + [anon_sym_mutable] = ACTIONS(2356), + [anon_sym_constexpr] = ACTIONS(2356), + [anon_sym_constinit] = ACTIONS(2356), + [anon_sym_consteval] = ACTIONS(2356), + [anon_sym_signed] = ACTIONS(2356), + [anon_sym_unsigned] = ACTIONS(2356), + [anon_sym_long] = ACTIONS(2356), + [anon_sym_short] = ACTIONS(2356), + [sym_primitive_type] = ACTIONS(2356), + [anon_sym_enum] = ACTIONS(2356), + [anon_sym_class] = ACTIONS(2356), + [anon_sym_struct] = ACTIONS(2356), + [anon_sym_union] = ACTIONS(2356), + [anon_sym_if] = ACTIONS(2356), + [anon_sym_else] = ACTIONS(2356), + [anon_sym_switch] = ACTIONS(2356), + [anon_sym_while] = ACTIONS(2356), + [anon_sym_do] = ACTIONS(2356), + [anon_sym_for] = ACTIONS(2356), + [anon_sym_return] = ACTIONS(2356), + [anon_sym_break] = ACTIONS(2356), + [anon_sym_continue] = ACTIONS(2356), + [anon_sym_goto] = ACTIONS(2356), + [anon_sym_not] = ACTIONS(2356), + [anon_sym_compl] = ACTIONS(2356), + [anon_sym_DASH_DASH] = ACTIONS(2358), + [anon_sym_PLUS_PLUS] = ACTIONS(2358), + [anon_sym_sizeof] = ACTIONS(2356), + [sym_number_literal] = ACTIONS(2358), + [anon_sym_L_SQUOTE] = ACTIONS(2358), + [anon_sym_u_SQUOTE] = ACTIONS(2358), + [anon_sym_U_SQUOTE] = ACTIONS(2358), + [anon_sym_u8_SQUOTE] = ACTIONS(2358), + [anon_sym_SQUOTE] = ACTIONS(2358), + [anon_sym_L_DQUOTE] = ACTIONS(2358), + [anon_sym_u_DQUOTE] = ACTIONS(2358), + [anon_sym_U_DQUOTE] = ACTIONS(2358), + [anon_sym_u8_DQUOTE] = ACTIONS(2358), + [anon_sym_DQUOTE] = ACTIONS(2358), + [sym_true] = ACTIONS(2356), + [sym_false] = ACTIONS(2356), + [sym_null] = ACTIONS(2356), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2356), + [anon_sym_decltype] = ACTIONS(2356), + [anon_sym_virtual] = ACTIONS(2356), + [anon_sym_typename] = ACTIONS(2356), + [anon_sym_template] = ACTIONS(2356), + [anon_sym_try] = ACTIONS(2356), + [anon_sym_delete] = ACTIONS(2356), + [anon_sym_throw] = ACTIONS(2356), + [anon_sym_co_return] = ACTIONS(2356), + [anon_sym_co_yield] = ACTIONS(2356), + [anon_sym_catch] = ACTIONS(3154), + [anon_sym_R_DQUOTE] = ACTIONS(2358), + [anon_sym_LR_DQUOTE] = ACTIONS(2358), + [anon_sym_uR_DQUOTE] = ACTIONS(2358), + [anon_sym_UR_DQUOTE] = ACTIONS(2358), + [anon_sym_u8R_DQUOTE] = ACTIONS(2358), + [anon_sym_co_await] = ACTIONS(2356), + [anon_sym_new] = ACTIONS(2356), + [anon_sym_requires] = ACTIONS(2356), + [sym_this] = ACTIONS(2356), + [sym_nullptr] = ACTIONS(2356), }, - [1108] = { - [sym_type_qualifier] = STATE(1110), - [sym__expression] = STATE(3902), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(1110), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3118), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1115] = { + [sym_type_qualifier] = STATE(2217), + [sym__expression] = STATE(3855), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(2217), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3156), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3120), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), + [anon_sym_RBRACK] = ACTIONS(3158), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -163279,176 +163688,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1109] = { - [sym_catch_clause] = STATE(1102), - [aux_sym_constructor_try_statement_repeat1] = STATE(1102), - [sym_identifier] = ACTIONS(2360), - [anon_sym_LPAREN2] = ACTIONS(2362), - [anon_sym_BANG] = ACTIONS(2362), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2360), - [anon_sym_PLUS] = ACTIONS(2360), - [anon_sym_STAR] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2362), - [anon_sym_SEMI] = ACTIONS(2362), - [anon_sym_typedef] = ACTIONS(2360), - [anon_sym_extern] = ACTIONS(2360), - [anon_sym___attribute__] = ACTIONS(2360), - [anon_sym_COLON_COLON] = ACTIONS(2362), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2362), - [anon_sym___declspec] = ACTIONS(2360), - [anon_sym_LBRACE] = ACTIONS(2362), - [anon_sym_LBRACK] = ACTIONS(2360), - [anon_sym_static] = ACTIONS(2360), - [anon_sym_register] = ACTIONS(2360), - [anon_sym_inline] = ACTIONS(2360), - [anon_sym_thread_local] = ACTIONS(2360), - [anon_sym_const] = ACTIONS(2360), - [anon_sym_volatile] = ACTIONS(2360), - [anon_sym_restrict] = ACTIONS(2360), - [anon_sym__Atomic] = ACTIONS(2360), - [anon_sym_mutable] = ACTIONS(2360), - [anon_sym_constexpr] = ACTIONS(2360), - [anon_sym_constinit] = ACTIONS(2360), - [anon_sym_consteval] = ACTIONS(2360), - [anon_sym_signed] = ACTIONS(2360), - [anon_sym_unsigned] = ACTIONS(2360), - [anon_sym_long] = ACTIONS(2360), - [anon_sym_short] = ACTIONS(2360), - [sym_primitive_type] = ACTIONS(2360), - [anon_sym_enum] = ACTIONS(2360), - [anon_sym_class] = ACTIONS(2360), - [anon_sym_struct] = ACTIONS(2360), - [anon_sym_union] = ACTIONS(2360), - [anon_sym_if] = ACTIONS(2360), - [anon_sym_else] = ACTIONS(2360), - [anon_sym_switch] = ACTIONS(2360), - [anon_sym_while] = ACTIONS(2360), - [anon_sym_do] = ACTIONS(2360), - [anon_sym_for] = ACTIONS(2360), - [anon_sym_return] = ACTIONS(2360), - [anon_sym_break] = ACTIONS(2360), - [anon_sym_continue] = ACTIONS(2360), - [anon_sym_goto] = ACTIONS(2360), - [anon_sym_not] = ACTIONS(2360), - [anon_sym_compl] = ACTIONS(2360), - [anon_sym_DASH_DASH] = ACTIONS(2362), - [anon_sym_PLUS_PLUS] = ACTIONS(2362), - [anon_sym_sizeof] = ACTIONS(2360), - [sym_number_literal] = ACTIONS(2362), - [anon_sym_L_SQUOTE] = ACTIONS(2362), - [anon_sym_u_SQUOTE] = ACTIONS(2362), - [anon_sym_U_SQUOTE] = ACTIONS(2362), - [anon_sym_u8_SQUOTE] = ACTIONS(2362), - [anon_sym_SQUOTE] = ACTIONS(2362), - [anon_sym_L_DQUOTE] = ACTIONS(2362), - [anon_sym_u_DQUOTE] = ACTIONS(2362), - [anon_sym_U_DQUOTE] = ACTIONS(2362), - [anon_sym_u8_DQUOTE] = ACTIONS(2362), - [anon_sym_DQUOTE] = ACTIONS(2362), - [sym_true] = ACTIONS(2360), - [sym_false] = ACTIONS(2360), - [sym_null] = ACTIONS(2360), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2360), - [anon_sym_decltype] = ACTIONS(2360), - [anon_sym_virtual] = ACTIONS(2360), - [anon_sym_typename] = ACTIONS(2360), - [anon_sym_template] = ACTIONS(2360), - [anon_sym_try] = ACTIONS(2360), - [anon_sym_delete] = ACTIONS(2360), - [anon_sym_throw] = ACTIONS(2360), - [anon_sym_co_return] = ACTIONS(2360), - [anon_sym_co_yield] = ACTIONS(2360), - [anon_sym_catch] = ACTIONS(3138), - [anon_sym_R_DQUOTE] = ACTIONS(2362), - [anon_sym_LR_DQUOTE] = ACTIONS(2362), - [anon_sym_uR_DQUOTE] = ACTIONS(2362), - [anon_sym_UR_DQUOTE] = ACTIONS(2362), - [anon_sym_u8R_DQUOTE] = ACTIONS(2362), - [anon_sym_co_await] = ACTIONS(2360), - [anon_sym_new] = ACTIONS(2360), - [anon_sym_requires] = ACTIONS(2360), - [sym_this] = ACTIONS(2360), - [sym_nullptr] = ACTIONS(2360), - }, - [1110] = { - [sym_type_qualifier] = STATE(2218), - [sym__expression] = STATE(3848), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(2218), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3140), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1116] = { + [sym_type_qualifier] = STATE(2217), + [sym__expression] = STATE(3820), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(2217), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3160), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3142), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), + [anon_sym_RBRACK] = ACTIONS(3162), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -163465,83 +163781,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1111] = { - [sym_type_qualifier] = STATE(2218), - [sym__expression] = STATE(3864), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(2218), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3144), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1117] = { + [sym_type_qualifier] = STATE(2217), + [sym__expression] = STATE(3927), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_type_definition_repeat1] = STATE(2217), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3146), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), + [anon_sym_RBRACK] = ACTIONS(3166), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_volatile] = ACTIONS(3107), + [anon_sym_restrict] = ACTIONS(3107), + [anon_sym__Atomic] = ACTIONS(3107), + [anon_sym_mutable] = ACTIONS(3107), + [anon_sym_constexpr] = ACTIONS(3107), + [anon_sym_constinit] = ACTIONS(3107), + [anon_sym_consteval] = ACTIONS(3107), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -163558,83 +163874,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1112] = { - [sym_type_qualifier] = STATE(1105), - [sym__expression] = STATE(3847), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(1105), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3148), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1118] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1130), + [sym_compound_requirement] = STATE(1130), + [sym__requirement] = STATE(1130), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1130), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3172), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3150), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -163651,83 +163965,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1113] = { - [sym_type_qualifier] = STATE(1115), - [sym__expression] = STATE(3818), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(1115), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1119] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1121), + [sym_compound_requirement] = STATE(1121), + [sym__requirement] = STATE(1121), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1121), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3176), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -163744,83 +164057,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1114] = { - [sym_type_qualifier] = STATE(1101), - [sym__expression] = STATE(3828), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(1101), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1120] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1135), + [sym_compound_requirement] = STATE(1135), + [sym__requirement] = STATE(1135), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1135), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3178), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3158), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -163837,83 +164149,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1115] = { - [sym_type_qualifier] = STATE(2218), - [sym__expression] = STATE(3869), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(2218), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3160), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1121] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1135), + [sym_compound_requirement] = STATE(1135), + [sym__requirement] = STATE(1135), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1135), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3180), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3162), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -163930,176 +164241,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1116] = { - [sym_type_qualifier] = STATE(2218), - [sym__expression] = STATE(3874), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(2218), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3166), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [1122] = { + [sym__declaration_modifiers] = STATE(2175), + [sym__declaration_specifiers] = STATE(3319), + [sym_attribute_specifier] = STATE(2175), + [sym_attribute_declaration] = STATE(2175), + [sym_ms_declspec_modifier] = STATE(2175), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5319), + [sym__abstract_declarator] = STATE(5530), + [sym_parenthesized_declarator] = STATE(5040), + [sym_abstract_parenthesized_declarator] = STATE(5059), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_abstract_pointer_declarator] = STATE(5059), + [sym_function_declarator] = STATE(5040), + [sym_abstract_function_declarator] = STATE(5059), + [sym_array_declarator] = STATE(5040), + [sym_abstract_array_declarator] = STATE(5059), + [sym_storage_class_specifier] = STATE(2175), + [sym_type_qualifier] = STATE(2175), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_parameter_list] = STATE(4274), + [sym_parameter_declaration] = STATE(5835), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2175), + [sym_dependent_type] = STATE(3505), + [sym_optional_parameter_declaration] = STATE(5835), + [sym_variadic_parameter_declaration] = STATE(5835), + [sym_reference_declarator] = STATE(5040), + [sym_abstract_reference_declarator] = STATE(5059), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(3417), + [sym_template_function] = STATE(5040), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4804), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2175), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(3182), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3184), + [anon_sym_RPAREN] = ACTIONS(3186), + [anon_sym_LPAREN2] = ACTIONS(3188), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3192), + [anon_sym_AMP] = ACTIONS(3194), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(3196), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(3198), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(2886), + [anon_sym_enum] = ACTIONS(1431), + [anon_sym_class] = ACTIONS(1433), + [anon_sym_struct] = ACTIONS(1435), + [anon_sym_union] = ACTIONS(1437), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [sym_auto] = ACTIONS(105), + [anon_sym_decltype] = ACTIONS(107), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_typename] = ACTIONS(1451), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(1501), }, - [1117] = { - [sym_type_qualifier] = STATE(1104), - [sym__expression] = STATE(3873), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_type_definition_repeat1] = STATE(1104), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3168), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1123] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1135), + [sym_compound_requirement] = STATE(1135), + [sym__requirement] = STATE(1135), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1135), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3200), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3170), - [anon_sym_const] = ACTIONS(3111), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_constinit] = ACTIONS(3111), - [anon_sym_consteval] = ACTIONS(3111), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -164116,74 +164425,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1118] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), + [1124] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), [sym_type_requirement] = STATE(1135), [sym_compound_requirement] = STATE(1135), [sym__requirement] = STATE(1135), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), [aux_sym_requirement_seq_repeat1] = STATE(1135), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3176), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3202), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -164207,8 +164517,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -164221,61 +164531,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1119] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1122), - [sym_compound_requirement] = STATE(1122), - [sym__requirement] = STATE(1122), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1122), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1125] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1132), + [sym_compound_requirement] = STATE(1132), + [sym__requirement] = STATE(1132), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1132), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3204), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -164299,8 +164609,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -164313,61 +164623,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1120] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1122), - [sym_compound_requirement] = STATE(1122), - [sym__requirement] = STATE(1122), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1122), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1126] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1135), + [sym_compound_requirement] = STATE(1135), + [sym__requirement] = STATE(1135), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1135), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3182), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3206), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -164391,8 +164701,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -164405,61 +164715,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1121] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1132), - [sym_compound_requirement] = STATE(1132), - [sym__requirement] = STATE(1132), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1132), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1127] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1126), + [sym_compound_requirement] = STATE(1126), + [sym__requirement] = STATE(1126), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1126), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3184), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3208), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -164483,8 +164793,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -164497,153 +164807,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1122] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1122), - [sym_compound_requirement] = STATE(1122), - [sym__requirement] = STATE(1122), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1122), - [sym_identifier] = ACTIONS(3186), - [anon_sym_LPAREN2] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3192), - [anon_sym_TILDE] = ACTIONS(3192), - [anon_sym_DASH] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3195), - [anon_sym_STAR] = ACTIONS(3198), - [anon_sym_AMP] = ACTIONS(3198), - [anon_sym_SEMI] = ACTIONS(3201), - [anon_sym_COLON_COLON] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3207), - [anon_sym_RBRACE] = ACTIONS(3210), - [anon_sym_LBRACK] = ACTIONS(3212), - [sym_primitive_type] = ACTIONS(3215), - [anon_sym_not] = ACTIONS(3195), - [anon_sym_compl] = ACTIONS(3195), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_sizeof] = ACTIONS(3221), - [sym_number_literal] = ACTIONS(3224), - [anon_sym_L_SQUOTE] = ACTIONS(3227), - [anon_sym_u_SQUOTE] = ACTIONS(3227), - [anon_sym_U_SQUOTE] = ACTIONS(3227), - [anon_sym_u8_SQUOTE] = ACTIONS(3227), - [anon_sym_SQUOTE] = ACTIONS(3227), - [anon_sym_L_DQUOTE] = ACTIONS(3230), - [anon_sym_u_DQUOTE] = ACTIONS(3230), - [anon_sym_U_DQUOTE] = ACTIONS(3230), - [anon_sym_u8_DQUOTE] = ACTIONS(3230), - [anon_sym_DQUOTE] = ACTIONS(3230), - [sym_true] = ACTIONS(3233), - [sym_false] = ACTIONS(3233), - [sym_null] = ACTIONS(3233), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3236), - [anon_sym_typename] = ACTIONS(3239), - [anon_sym_template] = ACTIONS(3242), - [anon_sym_delete] = ACTIONS(3245), - [anon_sym_R_DQUOTE] = ACTIONS(3248), - [anon_sym_LR_DQUOTE] = ACTIONS(3248), - [anon_sym_uR_DQUOTE] = ACTIONS(3248), - [anon_sym_UR_DQUOTE] = ACTIONS(3248), - [anon_sym_u8R_DQUOTE] = ACTIONS(3248), - [anon_sym_co_await] = ACTIONS(3251), - [anon_sym_new] = ACTIONS(3254), - [anon_sym_requires] = ACTIONS(3257), - [sym_this] = ACTIONS(3233), - [sym_nullptr] = ACTIONS(3233), - }, - [1123] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1127), - [sym_compound_requirement] = STATE(1127), - [sym__requirement] = STATE(1127), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1127), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1128] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1131), + [sym_compound_requirement] = STATE(1131), + [sym__requirement] = STATE(1131), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1131), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3260), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3210), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -164667,8 +164885,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -164681,61 +164899,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1124] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1126), - [sym_compound_requirement] = STATE(1126), - [sym__requirement] = STATE(1126), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1126), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1129] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1123), + [sym_compound_requirement] = STATE(1123), + [sym__requirement] = STATE(1123), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1123), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3262), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3212), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -164759,8 +164977,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -164773,61 +164991,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1125] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1133), - [sym_compound_requirement] = STATE(1133), - [sym__requirement] = STATE(1133), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1133), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1130] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1135), + [sym_compound_requirement] = STATE(1135), + [sym__requirement] = STATE(1135), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1135), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3264), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3214), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -164851,8 +165069,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -164865,61 +165083,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1126] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1122), - [sym_compound_requirement] = STATE(1122), - [sym__requirement] = STATE(1122), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1122), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1131] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1135), + [sym_compound_requirement] = STATE(1135), + [sym__requirement] = STATE(1135), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1135), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3266), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3216), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -164943,8 +165161,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -164957,61 +165175,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1127] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1122), - [sym_compound_requirement] = STATE(1122), - [sym__requirement] = STATE(1122), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1122), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1132] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1135), + [sym_compound_requirement] = STATE(1135), + [sym__requirement] = STATE(1135), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1135), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3268), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3218), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -165035,8 +165253,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -165049,61 +165267,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1128] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1122), - [sym_compound_requirement] = STATE(1122), - [sym__requirement] = STATE(1122), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1122), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1133] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1124), + [sym_compound_requirement] = STATE(1124), + [sym__requirement] = STATE(1124), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1124), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3270), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3220), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -165127,8 +165345,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -165141,337 +165359,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1129] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), + [1134] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), [sym_type_requirement] = STATE(1120), [sym_compound_requirement] = STATE(1120), [sym__requirement] = STATE(1120), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), [aux_sym_requirement_seq_repeat1] = STATE(1120), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3272), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1130] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1128), - [sym_compound_requirement] = STATE(1128), - [sym__requirement] = STATE(1128), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1128), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1131] = { - [sym__declaration_modifiers] = STATE(2180), - [sym__declaration_specifiers] = STATE(3326), - [sym_attribute_specifier] = STATE(2180), - [sym_attribute_declaration] = STATE(2180), - [sym_ms_declspec_modifier] = STATE(2180), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5395), - [sym__abstract_declarator] = STATE(5522), - [sym_parenthesized_declarator] = STATE(5173), - [sym_abstract_parenthesized_declarator] = STATE(5117), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_abstract_pointer_declarator] = STATE(5117), - [sym_function_declarator] = STATE(5173), - [sym_abstract_function_declarator] = STATE(5117), - [sym_array_declarator] = STATE(5173), - [sym_abstract_array_declarator] = STATE(5117), - [sym_storage_class_specifier] = STATE(2180), - [sym_type_qualifier] = STATE(2180), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_parameter_list] = STATE(4318), - [sym_parameter_declaration] = STATE(6108), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2180), - [sym_dependent_type] = STATE(3473), - [sym_optional_parameter_declaration] = STATE(6108), - [sym_variadic_parameter_declaration] = STATE(6108), - [sym_reference_declarator] = STATE(5173), - [sym_abstract_reference_declarator] = STATE(5117), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(3424), - [sym_template_function] = STATE(5173), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4871), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2180), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(3276), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3278), - [anon_sym_RPAREN] = ACTIONS(3280), - [anon_sym_LPAREN2] = ACTIONS(3282), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(3284), - [anon_sym_AMP_AMP] = ACTIONS(3286), - [anon_sym_AMP] = ACTIONS(3288), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3292), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), - [anon_sym_enum] = ACTIONS(1431), - [anon_sym_class] = ACTIONS(1433), - [anon_sym_struct] = ACTIONS(1435), - [anon_sym_union] = ACTIONS(1437), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(105), - [anon_sym_decltype] = ACTIONS(107), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_typename] = ACTIONS(1451), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1501), - }, - [1132] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1122), - [sym_compound_requirement] = STATE(1122), - [sym__requirement] = STATE(1122), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1122), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LBRACE] = ACTIONS(3170), + [anon_sym_RBRACE] = ACTIONS(3222), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -165495,8 +165437,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -165509,152 +165451,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1133] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1122), - [sym_compound_requirement] = STATE(1122), - [sym__requirement] = STATE(1122), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1122), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3296), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [1135] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1135), + [sym_compound_requirement] = STATE(1135), + [sym__requirement] = STATE(1135), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1135), + [sym_identifier] = ACTIONS(3224), + [anon_sym_LPAREN2] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3230), + [anon_sym_TILDE] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3233), + [anon_sym_PLUS] = ACTIONS(3233), + [anon_sym_STAR] = ACTIONS(3236), + [anon_sym_AMP] = ACTIONS(3236), + [anon_sym_SEMI] = ACTIONS(3239), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_LBRACE] = ACTIONS(3245), + [anon_sym_RBRACE] = ACTIONS(3248), + [anon_sym_LBRACK] = ACTIONS(3250), + [sym_primitive_type] = ACTIONS(3253), + [anon_sym_not] = ACTIONS(3233), + [anon_sym_compl] = ACTIONS(3233), + [anon_sym_DASH_DASH] = ACTIONS(3256), + [anon_sym_PLUS_PLUS] = ACTIONS(3256), + [anon_sym_sizeof] = ACTIONS(3259), + [sym_number_literal] = ACTIONS(3262), + [anon_sym_L_SQUOTE] = ACTIONS(3265), + [anon_sym_u_SQUOTE] = ACTIONS(3265), + [anon_sym_U_SQUOTE] = ACTIONS(3265), + [anon_sym_u8_SQUOTE] = ACTIONS(3265), + [anon_sym_SQUOTE] = ACTIONS(3265), + [anon_sym_L_DQUOTE] = ACTIONS(3268), + [anon_sym_u_DQUOTE] = ACTIONS(3268), + [anon_sym_U_DQUOTE] = ACTIONS(3268), + [anon_sym_u8_DQUOTE] = ACTIONS(3268), + [anon_sym_DQUOTE] = ACTIONS(3268), + [sym_true] = ACTIONS(3271), + [sym_false] = ACTIONS(3271), + [sym_null] = ACTIONS(3271), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3274), + [anon_sym_typename] = ACTIONS(3277), + [anon_sym_template] = ACTIONS(3280), + [anon_sym_delete] = ACTIONS(3283), + [anon_sym_R_DQUOTE] = ACTIONS(3286), + [anon_sym_LR_DQUOTE] = ACTIONS(3286), + [anon_sym_uR_DQUOTE] = ACTIONS(3286), + [anon_sym_UR_DQUOTE] = ACTIONS(3286), + [anon_sym_u8R_DQUOTE] = ACTIONS(3286), + [anon_sym_co_await] = ACTIONS(3289), + [anon_sym_new] = ACTIONS(3292), + [anon_sym_requires] = ACTIONS(3295), + [sym_this] = ACTIONS(3271), + [sym_nullptr] = ACTIONS(3271), }, - [1134] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1119), - [sym_compound_requirement] = STATE(1119), - [sym__requirement] = STATE(1119), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1119), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1136] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1135), + [sym_compound_requirement] = STATE(1135), + [sym__requirement] = STATE(1135), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1135), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), + [anon_sym_LBRACE] = ACTIONS(3170), [anon_sym_RBRACE] = ACTIONS(3298), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -165679,8 +165621,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -165693,60 +165635,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1135] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1122), - [sym_compound_requirement] = STATE(1122), - [sym__requirement] = STATE(1122), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1122), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1137] = { + [sym_expression_statement] = STATE(3258), + [sym__expression] = STATE(3704), + [sym_comma_expression] = STATE(6757), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_type_requirement] = STATE(1136), + [sym_compound_requirement] = STATE(1136), + [sym__requirement] = STATE(1136), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_requirement_seq_repeat1] = STATE(1136), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), + [anon_sym_LBRACE] = ACTIONS(3170), [anon_sym_RBRACE] = ACTIONS(3300), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -165771,8 +165713,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_typename] = ACTIONS(3174), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -165785,68 +165727,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1136] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1137), - [sym_compound_requirement] = STATE(1137), - [sym__requirement] = STATE(1137), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1137), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1138] = { + [sym__expression] = STATE(3616), + [sym_comma_expression] = STATE(6452), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_RBRACE] = ACTIONS(3302), - [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(193), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -165863,8 +165805,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -165877,68 +165818,159 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1137] = { - [sym_expression_statement] = STATE(3259), - [sym__expression] = STATE(3753), - [sym_comma_expression] = STATE(7172), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_type_requirement] = STATE(1122), - [sym_compound_requirement] = STATE(1122), - [sym__requirement] = STATE(1122), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_requirement_seq_repeat1] = STATE(1122), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1139] = { + [sym_identifier] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2290), + [anon_sym_PLUS] = ACTIONS(2290), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_AMP] = ACTIONS(2288), + [anon_sym_SEMI] = ACTIONS(2288), + [anon_sym_typedef] = ACTIONS(2290), + [anon_sym_extern] = ACTIONS(2290), + [anon_sym___attribute__] = ACTIONS(2290), + [anon_sym_COLON_COLON] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_static] = ACTIONS(2290), + [anon_sym_register] = ACTIONS(2290), + [anon_sym_inline] = ACTIONS(2290), + [anon_sym_thread_local] = ACTIONS(2290), + [anon_sym_const] = ACTIONS(2290), + [anon_sym_volatile] = ACTIONS(2290), + [anon_sym_restrict] = ACTIONS(2290), + [anon_sym__Atomic] = ACTIONS(2290), + [anon_sym_mutable] = ACTIONS(2290), + [anon_sym_constexpr] = ACTIONS(2290), + [anon_sym_constinit] = ACTIONS(2290), + [anon_sym_consteval] = ACTIONS(2290), + [anon_sym_signed] = ACTIONS(2290), + [anon_sym_unsigned] = ACTIONS(2290), + [anon_sym_long] = ACTIONS(2290), + [anon_sym_short] = ACTIONS(2290), + [sym_primitive_type] = ACTIONS(2290), + [anon_sym_enum] = ACTIONS(2290), + [anon_sym_class] = ACTIONS(2290), + [anon_sym_struct] = ACTIONS(2290), + [anon_sym_union] = ACTIONS(2290), + [anon_sym_if] = ACTIONS(2290), + [anon_sym_else] = ACTIONS(2290), + [anon_sym_switch] = ACTIONS(2290), + [anon_sym_while] = ACTIONS(2290), + [anon_sym_do] = ACTIONS(2290), + [anon_sym_for] = ACTIONS(2290), + [anon_sym_return] = ACTIONS(2290), + [anon_sym_break] = ACTIONS(2290), + [anon_sym_continue] = ACTIONS(2290), + [anon_sym_goto] = ACTIONS(2290), + [anon_sym_not] = ACTIONS(2290), + [anon_sym_compl] = ACTIONS(2290), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2290), + [sym_number_literal] = ACTIONS(2288), + [anon_sym_L_SQUOTE] = ACTIONS(2288), + [anon_sym_u_SQUOTE] = ACTIONS(2288), + [anon_sym_U_SQUOTE] = ACTIONS(2288), + [anon_sym_u8_SQUOTE] = ACTIONS(2288), + [anon_sym_SQUOTE] = ACTIONS(2288), + [anon_sym_L_DQUOTE] = ACTIONS(2288), + [anon_sym_u_DQUOTE] = ACTIONS(2288), + [anon_sym_U_DQUOTE] = ACTIONS(2288), + [anon_sym_u8_DQUOTE] = ACTIONS(2288), + [anon_sym_DQUOTE] = ACTIONS(2288), + [sym_true] = ACTIONS(2290), + [sym_false] = ACTIONS(2290), + [sym_null] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2290), + [anon_sym_decltype] = ACTIONS(2290), + [anon_sym_virtual] = ACTIONS(2290), + [anon_sym_typename] = ACTIONS(2290), + [anon_sym_template] = ACTIONS(2290), + [anon_sym_try] = ACTIONS(2290), + [anon_sym_delete] = ACTIONS(2290), + [anon_sym_throw] = ACTIONS(2290), + [anon_sym_co_return] = ACTIONS(2290), + [anon_sym_co_yield] = ACTIONS(2290), + [anon_sym_catch] = ACTIONS(2290), + [anon_sym_R_DQUOTE] = ACTIONS(2288), + [anon_sym_LR_DQUOTE] = ACTIONS(2288), + [anon_sym_uR_DQUOTE] = ACTIONS(2288), + [anon_sym_UR_DQUOTE] = ACTIONS(2288), + [anon_sym_u8R_DQUOTE] = ACTIONS(2288), + [anon_sym_co_await] = ACTIONS(2290), + [anon_sym_new] = ACTIONS(2290), + [anon_sym_requires] = ACTIONS(2290), + [sym_this] = ACTIONS(2290), + [sym_nullptr] = ACTIONS(2290), + }, + [1140] = { + [sym__expression] = STATE(3633), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5947), + [sym_initializer_pair] = STATE(5947), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_COMMA] = ACTIONS(3306), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3172), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3174), - [anon_sym_RBRACE] = ACTIONS(3304), - [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_RBRACE] = ACTIONS(3308), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(193), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -165955,8 +165987,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_typename] = ACTIONS(3178), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -165969,61 +166000,243 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1138] = { - [sym__expression] = STATE(3634), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6055), - [sym_initializer_pair] = STATE(6055), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_COMMA] = ACTIONS(3306), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1141] = { + [sym_identifier] = ACTIONS(2340), + [anon_sym_LPAREN2] = ACTIONS(2338), + [anon_sym_BANG] = ACTIONS(2338), + [anon_sym_TILDE] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2340), + [anon_sym_PLUS] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(2338), + [anon_sym_AMP] = ACTIONS(2338), + [anon_sym_SEMI] = ACTIONS(2338), + [anon_sym_typedef] = ACTIONS(2340), + [anon_sym_extern] = ACTIONS(2340), + [anon_sym___attribute__] = ACTIONS(2340), + [anon_sym_COLON_COLON] = ACTIONS(2338), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2338), + [anon_sym___declspec] = ACTIONS(2340), + [anon_sym_LBRACE] = ACTIONS(2338), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_static] = ACTIONS(2340), + [anon_sym_register] = ACTIONS(2340), + [anon_sym_inline] = ACTIONS(2340), + [anon_sym_thread_local] = ACTIONS(2340), + [anon_sym_const] = ACTIONS(2340), + [anon_sym_volatile] = ACTIONS(2340), + [anon_sym_restrict] = ACTIONS(2340), + [anon_sym__Atomic] = ACTIONS(2340), + [anon_sym_mutable] = ACTIONS(2340), + [anon_sym_constexpr] = ACTIONS(2340), + [anon_sym_constinit] = ACTIONS(2340), + [anon_sym_consteval] = ACTIONS(2340), + [anon_sym_signed] = ACTIONS(2340), + [anon_sym_unsigned] = ACTIONS(2340), + [anon_sym_long] = ACTIONS(2340), + [anon_sym_short] = ACTIONS(2340), + [sym_primitive_type] = ACTIONS(2340), + [anon_sym_enum] = ACTIONS(2340), + [anon_sym_class] = ACTIONS(2340), + [anon_sym_struct] = ACTIONS(2340), + [anon_sym_union] = ACTIONS(2340), + [anon_sym_if] = ACTIONS(2340), + [anon_sym_else] = ACTIONS(2340), + [anon_sym_switch] = ACTIONS(2340), + [anon_sym_while] = ACTIONS(2340), + [anon_sym_do] = ACTIONS(2340), + [anon_sym_for] = ACTIONS(2340), + [anon_sym_return] = ACTIONS(2340), + [anon_sym_break] = ACTIONS(2340), + [anon_sym_continue] = ACTIONS(2340), + [anon_sym_goto] = ACTIONS(2340), + [anon_sym_not] = ACTIONS(2340), + [anon_sym_compl] = ACTIONS(2340), + [anon_sym_DASH_DASH] = ACTIONS(2338), + [anon_sym_PLUS_PLUS] = ACTIONS(2338), + [anon_sym_sizeof] = ACTIONS(2340), + [sym_number_literal] = ACTIONS(2338), + [anon_sym_L_SQUOTE] = ACTIONS(2338), + [anon_sym_u_SQUOTE] = ACTIONS(2338), + [anon_sym_U_SQUOTE] = ACTIONS(2338), + [anon_sym_u8_SQUOTE] = ACTIONS(2338), + [anon_sym_SQUOTE] = ACTIONS(2338), + [anon_sym_L_DQUOTE] = ACTIONS(2338), + [anon_sym_u_DQUOTE] = ACTIONS(2338), + [anon_sym_U_DQUOTE] = ACTIONS(2338), + [anon_sym_u8_DQUOTE] = ACTIONS(2338), + [anon_sym_DQUOTE] = ACTIONS(2338), + [sym_true] = ACTIONS(2340), + [sym_false] = ACTIONS(2340), + [sym_null] = ACTIONS(2340), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2340), + [anon_sym_decltype] = ACTIONS(2340), + [anon_sym_virtual] = ACTIONS(2340), + [anon_sym_typename] = ACTIONS(2340), + [anon_sym_template] = ACTIONS(2340), + [anon_sym_try] = ACTIONS(2340), + [anon_sym_delete] = ACTIONS(2340), + [anon_sym_throw] = ACTIONS(2340), + [anon_sym_co_return] = ACTIONS(2340), + [anon_sym_co_yield] = ACTIONS(2340), + [anon_sym_catch] = ACTIONS(2340), + [anon_sym_R_DQUOTE] = ACTIONS(2338), + [anon_sym_LR_DQUOTE] = ACTIONS(2338), + [anon_sym_uR_DQUOTE] = ACTIONS(2338), + [anon_sym_UR_DQUOTE] = ACTIONS(2338), + [anon_sym_u8R_DQUOTE] = ACTIONS(2338), + [anon_sym_co_await] = ACTIONS(2340), + [anon_sym_new] = ACTIONS(2340), + [anon_sym_requires] = ACTIONS(2340), + [sym_this] = ACTIONS(2340), + [sym_nullptr] = ACTIONS(2340), + }, + [1142] = { + [sym_identifier] = ACTIONS(2387), + [anon_sym_LPAREN2] = ACTIONS(2389), + [anon_sym_BANG] = ACTIONS(2389), + [anon_sym_TILDE] = ACTIONS(2389), + [anon_sym_DASH] = ACTIONS(2387), + [anon_sym_PLUS] = ACTIONS(2387), + [anon_sym_STAR] = ACTIONS(2389), + [anon_sym_AMP] = ACTIONS(2389), + [anon_sym_SEMI] = ACTIONS(2389), + [anon_sym_typedef] = ACTIONS(2387), + [anon_sym_extern] = ACTIONS(2387), + [anon_sym___attribute__] = ACTIONS(2387), + [anon_sym_COLON_COLON] = ACTIONS(2389), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2389), + [anon_sym___declspec] = ACTIONS(2387), + [anon_sym_LBRACE] = ACTIONS(2389), + [anon_sym_LBRACK] = ACTIONS(2387), + [anon_sym_static] = ACTIONS(2387), + [anon_sym_register] = ACTIONS(2387), + [anon_sym_inline] = ACTIONS(2387), + [anon_sym_thread_local] = ACTIONS(2387), + [anon_sym_const] = ACTIONS(2387), + [anon_sym_volatile] = ACTIONS(2387), + [anon_sym_restrict] = ACTIONS(2387), + [anon_sym__Atomic] = ACTIONS(2387), + [anon_sym_mutable] = ACTIONS(2387), + [anon_sym_constexpr] = ACTIONS(2387), + [anon_sym_constinit] = ACTIONS(2387), + [anon_sym_consteval] = ACTIONS(2387), + [anon_sym_signed] = ACTIONS(2387), + [anon_sym_unsigned] = ACTIONS(2387), + [anon_sym_long] = ACTIONS(2387), + [anon_sym_short] = ACTIONS(2387), + [sym_primitive_type] = ACTIONS(2387), + [anon_sym_enum] = ACTIONS(2387), + [anon_sym_class] = ACTIONS(2387), + [anon_sym_struct] = ACTIONS(2387), + [anon_sym_union] = ACTIONS(2387), + [anon_sym_if] = ACTIONS(2387), + [anon_sym_else] = ACTIONS(2387), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_while] = ACTIONS(2387), + [anon_sym_do] = ACTIONS(2387), + [anon_sym_for] = ACTIONS(2387), + [anon_sym_return] = ACTIONS(2387), + [anon_sym_break] = ACTIONS(2387), + [anon_sym_continue] = ACTIONS(2387), + [anon_sym_goto] = ACTIONS(2387), + [anon_sym_not] = ACTIONS(2387), + [anon_sym_compl] = ACTIONS(2387), + [anon_sym_DASH_DASH] = ACTIONS(2389), + [anon_sym_PLUS_PLUS] = ACTIONS(2389), + [anon_sym_sizeof] = ACTIONS(2387), + [sym_number_literal] = ACTIONS(2389), + [anon_sym_L_SQUOTE] = ACTIONS(2389), + [anon_sym_u_SQUOTE] = ACTIONS(2389), + [anon_sym_U_SQUOTE] = ACTIONS(2389), + [anon_sym_u8_SQUOTE] = ACTIONS(2389), + [anon_sym_SQUOTE] = ACTIONS(2389), + [anon_sym_L_DQUOTE] = ACTIONS(2389), + [anon_sym_u_DQUOTE] = ACTIONS(2389), + [anon_sym_U_DQUOTE] = ACTIONS(2389), + [anon_sym_u8_DQUOTE] = ACTIONS(2389), + [anon_sym_DQUOTE] = ACTIONS(2389), + [sym_true] = ACTIONS(2387), + [sym_false] = ACTIONS(2387), + [sym_null] = ACTIONS(2387), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2387), + [anon_sym_decltype] = ACTIONS(2387), + [anon_sym_virtual] = ACTIONS(2387), + [anon_sym_typename] = ACTIONS(2387), + [anon_sym_template] = ACTIONS(2387), + [anon_sym_try] = ACTIONS(2387), + [anon_sym_delete] = ACTIONS(2387), + [anon_sym_throw] = ACTIONS(2387), + [anon_sym_co_return] = ACTIONS(2387), + [anon_sym_co_yield] = ACTIONS(2387), + [anon_sym_catch] = ACTIONS(2387), + [anon_sym_R_DQUOTE] = ACTIONS(2389), + [anon_sym_LR_DQUOTE] = ACTIONS(2389), + [anon_sym_uR_DQUOTE] = ACTIONS(2389), + [anon_sym_UR_DQUOTE] = ACTIONS(2389), + [anon_sym_u8R_DQUOTE] = ACTIONS(2389), + [anon_sym_co_await] = ACTIONS(2387), + [anon_sym_new] = ACTIONS(2387), + [anon_sym_requires] = ACTIONS(2387), + [sym_this] = ACTIONS(2387), + [sym_nullptr] = ACTIONS(2387), + }, + [1143] = { + [sym__expression] = STATE(3618), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5737), + [sym_initializer_pair] = STATE(5737), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_COMMA] = ACTIONS(3310), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3308), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_RBRACE] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -166047,7 +166260,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -166060,152 +166273,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1139] = { - [sym_identifier] = ACTIONS(2386), - [anon_sym_LPAREN2] = ACTIONS(2388), - [anon_sym_BANG] = ACTIONS(2388), - [anon_sym_TILDE] = ACTIONS(2388), - [anon_sym_DASH] = ACTIONS(2386), - [anon_sym_PLUS] = ACTIONS(2386), - [anon_sym_STAR] = ACTIONS(2388), - [anon_sym_AMP] = ACTIONS(2388), - [anon_sym_SEMI] = ACTIONS(2388), - [anon_sym_typedef] = ACTIONS(2386), - [anon_sym_extern] = ACTIONS(2386), - [anon_sym___attribute__] = ACTIONS(2386), - [anon_sym_COLON_COLON] = ACTIONS(2388), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2388), - [anon_sym___declspec] = ACTIONS(2386), - [anon_sym_LBRACE] = ACTIONS(2388), - [anon_sym_LBRACK] = ACTIONS(2386), - [anon_sym_static] = ACTIONS(2386), - [anon_sym_register] = ACTIONS(2386), - [anon_sym_inline] = ACTIONS(2386), - [anon_sym_thread_local] = ACTIONS(2386), - [anon_sym_const] = ACTIONS(2386), - [anon_sym_volatile] = ACTIONS(2386), - [anon_sym_restrict] = ACTIONS(2386), - [anon_sym__Atomic] = ACTIONS(2386), - [anon_sym_mutable] = ACTIONS(2386), - [anon_sym_constexpr] = ACTIONS(2386), - [anon_sym_constinit] = ACTIONS(2386), - [anon_sym_consteval] = ACTIONS(2386), - [anon_sym_signed] = ACTIONS(2386), - [anon_sym_unsigned] = ACTIONS(2386), - [anon_sym_long] = ACTIONS(2386), - [anon_sym_short] = ACTIONS(2386), - [sym_primitive_type] = ACTIONS(2386), - [anon_sym_enum] = ACTIONS(2386), - [anon_sym_class] = ACTIONS(2386), - [anon_sym_struct] = ACTIONS(2386), - [anon_sym_union] = ACTIONS(2386), - [anon_sym_if] = ACTIONS(2386), - [anon_sym_else] = ACTIONS(2386), - [anon_sym_switch] = ACTIONS(2386), - [anon_sym_while] = ACTIONS(2386), - [anon_sym_do] = ACTIONS(2386), - [anon_sym_for] = ACTIONS(2386), - [anon_sym_return] = ACTIONS(2386), - [anon_sym_break] = ACTIONS(2386), - [anon_sym_continue] = ACTIONS(2386), - [anon_sym_goto] = ACTIONS(2386), - [anon_sym_not] = ACTIONS(2386), - [anon_sym_compl] = ACTIONS(2386), - [anon_sym_DASH_DASH] = ACTIONS(2388), - [anon_sym_PLUS_PLUS] = ACTIONS(2388), - [anon_sym_sizeof] = ACTIONS(2386), - [sym_number_literal] = ACTIONS(2388), - [anon_sym_L_SQUOTE] = ACTIONS(2388), - [anon_sym_u_SQUOTE] = ACTIONS(2388), - [anon_sym_U_SQUOTE] = ACTIONS(2388), - [anon_sym_u8_SQUOTE] = ACTIONS(2388), - [anon_sym_SQUOTE] = ACTIONS(2388), - [anon_sym_L_DQUOTE] = ACTIONS(2388), - [anon_sym_u_DQUOTE] = ACTIONS(2388), - [anon_sym_U_DQUOTE] = ACTIONS(2388), - [anon_sym_u8_DQUOTE] = ACTIONS(2388), - [anon_sym_DQUOTE] = ACTIONS(2388), - [sym_true] = ACTIONS(2386), - [sym_false] = ACTIONS(2386), - [sym_null] = ACTIONS(2386), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2386), - [anon_sym_decltype] = ACTIONS(2386), - [anon_sym_virtual] = ACTIONS(2386), - [anon_sym_typename] = ACTIONS(2386), - [anon_sym_template] = ACTIONS(2386), - [anon_sym_try] = ACTIONS(2386), - [anon_sym_delete] = ACTIONS(2386), - [anon_sym_throw] = ACTIONS(2386), - [anon_sym_co_return] = ACTIONS(2386), - [anon_sym_co_yield] = ACTIONS(2386), - [anon_sym_catch] = ACTIONS(2386), - [anon_sym_R_DQUOTE] = ACTIONS(2388), - [anon_sym_LR_DQUOTE] = ACTIONS(2388), - [anon_sym_uR_DQUOTE] = ACTIONS(2388), - [anon_sym_UR_DQUOTE] = ACTIONS(2388), - [anon_sym_u8R_DQUOTE] = ACTIONS(2388), - [anon_sym_co_await] = ACTIONS(2386), - [anon_sym_new] = ACTIONS(2386), - [anon_sym_requires] = ACTIONS(2386), - [sym_this] = ACTIONS(2386), - [sym_nullptr] = ACTIONS(2386), - }, - [1140] = { - [sym__expression] = STATE(3624), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6032), - [sym_initializer_pair] = STATE(6032), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_COMMA] = ACTIONS(3312), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1144] = { + [sym__expression] = STATE(3621), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5742), + [sym_initializer_pair] = STATE(5742), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_COMMA] = ACTIONS(3314), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3314), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_RBRACE] = ACTIONS(3316), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -166229,7 +166351,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -166242,61 +166364,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1141] = { - [sym__expression] = STATE(3647), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5895), - [sym_initializer_pair] = STATE(5895), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_COMMA] = ACTIONS(3316), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1145] = { + [sym__expression] = STATE(3594), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5752), + [sym_initializer_pair] = STATE(5752), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_COMMA] = ACTIONS(3318), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3318), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_RBRACE] = ACTIONS(3320), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -166320,7 +166442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -166333,61 +166455,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1142] = { - [sym__expression] = STATE(3648), - [sym_comma_expression] = STATE(6464), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1146] = { + [sym__expression] = STATE(3598), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5765), + [sym_initializer_pair] = STATE(5765), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_COMMA] = ACTIONS(3322), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3320), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_RBRACE] = ACTIONS(3324), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -166411,7 +166533,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -166424,61 +166546,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1143] = { - [sym__expression] = STATE(3645), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5951), - [sym_initializer_pair] = STATE(5951), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), + [1147] = { + [sym__expression] = STATE(3601), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5703), + [sym_initializer_pair] = STATE(5703), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), [anon_sym_COMMA] = ACTIONS(151), - [anon_sym_LPAREN2] = ACTIONS(1121), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3322), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_RBRACE] = ACTIONS(3326), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -166502,7 +166624,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -166515,61 +166637,240 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1144] = { - [sym__expression] = STATE(3640), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6016), - [sym_initializer_pair] = STATE(6016), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_COMMA] = ACTIONS(3324), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1148] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1149] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1150] = { + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3326), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_RBRACE] = ACTIONS(3328), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -166593,7 +166894,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -166606,61 +166907,1140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1145] = { - [sym__expression] = STATE(3625), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5822), - [sym_initializer_pair] = STATE(5822), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_COMMA] = ACTIONS(3328), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1151] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1152] = { + [sym_identifier] = ACTIONS(2506), + [anon_sym_LPAREN2] = ACTIONS(2508), + [anon_sym_BANG] = ACTIONS(2508), + [anon_sym_TILDE] = ACTIONS(2508), + [anon_sym_DASH] = ACTIONS(2506), + [anon_sym_PLUS] = ACTIONS(2506), + [anon_sym_STAR] = ACTIONS(2508), + [anon_sym_AMP] = ACTIONS(2508), + [anon_sym_SEMI] = ACTIONS(2508), + [anon_sym_typedef] = ACTIONS(2506), + [anon_sym_extern] = ACTIONS(2506), + [anon_sym___attribute__] = ACTIONS(2506), + [anon_sym_COLON_COLON] = ACTIONS(2508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2508), + [anon_sym___declspec] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2508), + [anon_sym_LBRACK] = ACTIONS(2506), + [anon_sym_static] = ACTIONS(2506), + [anon_sym_register] = ACTIONS(2506), + [anon_sym_inline] = ACTIONS(2506), + [anon_sym_thread_local] = ACTIONS(2506), + [anon_sym_const] = ACTIONS(2506), + [anon_sym_volatile] = ACTIONS(2506), + [anon_sym_restrict] = ACTIONS(2506), + [anon_sym__Atomic] = ACTIONS(2506), + [anon_sym_mutable] = ACTIONS(2506), + [anon_sym_constexpr] = ACTIONS(2506), + [anon_sym_constinit] = ACTIONS(2506), + [anon_sym_consteval] = ACTIONS(2506), + [anon_sym_signed] = ACTIONS(2506), + [anon_sym_unsigned] = ACTIONS(2506), + [anon_sym_long] = ACTIONS(2506), + [anon_sym_short] = ACTIONS(2506), + [sym_primitive_type] = ACTIONS(2506), + [anon_sym_enum] = ACTIONS(2506), + [anon_sym_class] = ACTIONS(2506), + [anon_sym_struct] = ACTIONS(2506), + [anon_sym_union] = ACTIONS(2506), + [anon_sym_if] = ACTIONS(2506), + [anon_sym_else] = ACTIONS(2506), + [anon_sym_switch] = ACTIONS(2506), + [anon_sym_while] = ACTIONS(2506), + [anon_sym_do] = ACTIONS(2506), + [anon_sym_for] = ACTIONS(2506), + [anon_sym_return] = ACTIONS(2506), + [anon_sym_break] = ACTIONS(2506), + [anon_sym_continue] = ACTIONS(2506), + [anon_sym_goto] = ACTIONS(2506), + [anon_sym_not] = ACTIONS(2506), + [anon_sym_compl] = ACTIONS(2506), + [anon_sym_DASH_DASH] = ACTIONS(2508), + [anon_sym_PLUS_PLUS] = ACTIONS(2508), + [anon_sym_sizeof] = ACTIONS(2506), + [sym_number_literal] = ACTIONS(2508), + [anon_sym_L_SQUOTE] = ACTIONS(2508), + [anon_sym_u_SQUOTE] = ACTIONS(2508), + [anon_sym_U_SQUOTE] = ACTIONS(2508), + [anon_sym_u8_SQUOTE] = ACTIONS(2508), + [anon_sym_SQUOTE] = ACTIONS(2508), + [anon_sym_L_DQUOTE] = ACTIONS(2508), + [anon_sym_u_DQUOTE] = ACTIONS(2508), + [anon_sym_U_DQUOTE] = ACTIONS(2508), + [anon_sym_u8_DQUOTE] = ACTIONS(2508), + [anon_sym_DQUOTE] = ACTIONS(2508), + [sym_true] = ACTIONS(2506), + [sym_false] = ACTIONS(2506), + [sym_null] = ACTIONS(2506), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2506), + [anon_sym_decltype] = ACTIONS(2506), + [anon_sym_virtual] = ACTIONS(2506), + [anon_sym_typename] = ACTIONS(2506), + [anon_sym_template] = ACTIONS(2506), + [anon_sym_try] = ACTIONS(2506), + [anon_sym_delete] = ACTIONS(2506), + [anon_sym_throw] = ACTIONS(2506), + [anon_sym_co_return] = ACTIONS(2506), + [anon_sym_co_yield] = ACTIONS(2506), + [anon_sym_R_DQUOTE] = ACTIONS(2508), + [anon_sym_LR_DQUOTE] = ACTIONS(2508), + [anon_sym_uR_DQUOTE] = ACTIONS(2508), + [anon_sym_UR_DQUOTE] = ACTIONS(2508), + [anon_sym_u8R_DQUOTE] = ACTIONS(2508), + [anon_sym_co_await] = ACTIONS(2506), + [anon_sym_new] = ACTIONS(2506), + [anon_sym_requires] = ACTIONS(2506), + [sym_this] = ACTIONS(2506), + [sym_nullptr] = ACTIONS(2506), + }, + [1153] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1154] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1155] = { + [sym_identifier] = ACTIONS(2572), + [anon_sym_LPAREN2] = ACTIONS(2574), + [anon_sym_BANG] = ACTIONS(2574), + [anon_sym_TILDE] = ACTIONS(2574), + [anon_sym_DASH] = ACTIONS(2572), + [anon_sym_PLUS] = ACTIONS(2572), + [anon_sym_STAR] = ACTIONS(2574), + [anon_sym_AMP] = ACTIONS(2574), + [anon_sym_SEMI] = ACTIONS(2574), + [anon_sym_typedef] = ACTIONS(2572), + [anon_sym_extern] = ACTIONS(2572), + [anon_sym___attribute__] = ACTIONS(2572), + [anon_sym_COLON_COLON] = ACTIONS(2574), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2574), + [anon_sym___declspec] = ACTIONS(2572), + [anon_sym_LBRACE] = ACTIONS(2574), + [anon_sym_LBRACK] = ACTIONS(2572), + [anon_sym_static] = ACTIONS(2572), + [anon_sym_register] = ACTIONS(2572), + [anon_sym_inline] = ACTIONS(2572), + [anon_sym_thread_local] = ACTIONS(2572), + [anon_sym_const] = ACTIONS(2572), + [anon_sym_volatile] = ACTIONS(2572), + [anon_sym_restrict] = ACTIONS(2572), + [anon_sym__Atomic] = ACTIONS(2572), + [anon_sym_mutable] = ACTIONS(2572), + [anon_sym_constexpr] = ACTIONS(2572), + [anon_sym_constinit] = ACTIONS(2572), + [anon_sym_consteval] = ACTIONS(2572), + [anon_sym_signed] = ACTIONS(2572), + [anon_sym_unsigned] = ACTIONS(2572), + [anon_sym_long] = ACTIONS(2572), + [anon_sym_short] = ACTIONS(2572), + [sym_primitive_type] = ACTIONS(2572), + [anon_sym_enum] = ACTIONS(2572), + [anon_sym_class] = ACTIONS(2572), + [anon_sym_struct] = ACTIONS(2572), + [anon_sym_union] = ACTIONS(2572), + [anon_sym_if] = ACTIONS(2572), + [anon_sym_else] = ACTIONS(2572), + [anon_sym_switch] = ACTIONS(2572), + [anon_sym_while] = ACTIONS(2572), + [anon_sym_do] = ACTIONS(2572), + [anon_sym_for] = ACTIONS(2572), + [anon_sym_return] = ACTIONS(2572), + [anon_sym_break] = ACTIONS(2572), + [anon_sym_continue] = ACTIONS(2572), + [anon_sym_goto] = ACTIONS(2572), + [anon_sym_not] = ACTIONS(2572), + [anon_sym_compl] = ACTIONS(2572), + [anon_sym_DASH_DASH] = ACTIONS(2574), + [anon_sym_PLUS_PLUS] = ACTIONS(2574), + [anon_sym_sizeof] = ACTIONS(2572), + [sym_number_literal] = ACTIONS(2574), + [anon_sym_L_SQUOTE] = ACTIONS(2574), + [anon_sym_u_SQUOTE] = ACTIONS(2574), + [anon_sym_U_SQUOTE] = ACTIONS(2574), + [anon_sym_u8_SQUOTE] = ACTIONS(2574), + [anon_sym_SQUOTE] = ACTIONS(2574), + [anon_sym_L_DQUOTE] = ACTIONS(2574), + [anon_sym_u_DQUOTE] = ACTIONS(2574), + [anon_sym_U_DQUOTE] = ACTIONS(2574), + [anon_sym_u8_DQUOTE] = ACTIONS(2574), + [anon_sym_DQUOTE] = ACTIONS(2574), + [sym_true] = ACTIONS(2572), + [sym_false] = ACTIONS(2572), + [sym_null] = ACTIONS(2572), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2572), + [anon_sym_decltype] = ACTIONS(2572), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_typename] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(2572), + [anon_sym_try] = ACTIONS(2572), + [anon_sym_delete] = ACTIONS(2572), + [anon_sym_throw] = ACTIONS(2572), + [anon_sym_co_return] = ACTIONS(2572), + [anon_sym_co_yield] = ACTIONS(2572), + [anon_sym_R_DQUOTE] = ACTIONS(2574), + [anon_sym_LR_DQUOTE] = ACTIONS(2574), + [anon_sym_uR_DQUOTE] = ACTIONS(2574), + [anon_sym_UR_DQUOTE] = ACTIONS(2574), + [anon_sym_u8R_DQUOTE] = ACTIONS(2574), + [anon_sym_co_await] = ACTIONS(2572), + [anon_sym_new] = ACTIONS(2572), + [anon_sym_requires] = ACTIONS(2572), + [sym_this] = ACTIONS(2572), + [sym_nullptr] = ACTIONS(2572), + }, + [1156] = { + [sym_identifier] = ACTIONS(2644), + [anon_sym_LPAREN2] = ACTIONS(2646), + [anon_sym_BANG] = ACTIONS(2646), + [anon_sym_TILDE] = ACTIONS(2646), + [anon_sym_DASH] = ACTIONS(2644), + [anon_sym_PLUS] = ACTIONS(2644), + [anon_sym_STAR] = ACTIONS(2646), + [anon_sym_AMP] = ACTIONS(2646), + [anon_sym_SEMI] = ACTIONS(2646), + [anon_sym_typedef] = ACTIONS(2644), + [anon_sym_extern] = ACTIONS(2644), + [anon_sym___attribute__] = ACTIONS(2644), + [anon_sym_COLON_COLON] = ACTIONS(2646), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2646), + [anon_sym___declspec] = ACTIONS(2644), + [anon_sym_LBRACE] = ACTIONS(2646), + [anon_sym_LBRACK] = ACTIONS(2644), + [anon_sym_static] = ACTIONS(2644), + [anon_sym_register] = ACTIONS(2644), + [anon_sym_inline] = ACTIONS(2644), + [anon_sym_thread_local] = ACTIONS(2644), + [anon_sym_const] = ACTIONS(2644), + [anon_sym_volatile] = ACTIONS(2644), + [anon_sym_restrict] = ACTIONS(2644), + [anon_sym__Atomic] = ACTIONS(2644), + [anon_sym_mutable] = ACTIONS(2644), + [anon_sym_constexpr] = ACTIONS(2644), + [anon_sym_constinit] = ACTIONS(2644), + [anon_sym_consteval] = ACTIONS(2644), + [anon_sym_signed] = ACTIONS(2644), + [anon_sym_unsigned] = ACTIONS(2644), + [anon_sym_long] = ACTIONS(2644), + [anon_sym_short] = ACTIONS(2644), + [sym_primitive_type] = ACTIONS(2644), + [anon_sym_enum] = ACTIONS(2644), + [anon_sym_class] = ACTIONS(2644), + [anon_sym_struct] = ACTIONS(2644), + [anon_sym_union] = ACTIONS(2644), + [anon_sym_if] = ACTIONS(2644), + [anon_sym_else] = ACTIONS(2644), + [anon_sym_switch] = ACTIONS(2644), + [anon_sym_while] = ACTIONS(2644), + [anon_sym_do] = ACTIONS(2644), + [anon_sym_for] = ACTIONS(2644), + [anon_sym_return] = ACTIONS(2644), + [anon_sym_break] = ACTIONS(2644), + [anon_sym_continue] = ACTIONS(2644), + [anon_sym_goto] = ACTIONS(2644), + [anon_sym_not] = ACTIONS(2644), + [anon_sym_compl] = ACTIONS(2644), + [anon_sym_DASH_DASH] = ACTIONS(2646), + [anon_sym_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_sizeof] = ACTIONS(2644), + [sym_number_literal] = ACTIONS(2646), + [anon_sym_L_SQUOTE] = ACTIONS(2646), + [anon_sym_u_SQUOTE] = ACTIONS(2646), + [anon_sym_U_SQUOTE] = ACTIONS(2646), + [anon_sym_u8_SQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE] = ACTIONS(2646), + [anon_sym_L_DQUOTE] = ACTIONS(2646), + [anon_sym_u_DQUOTE] = ACTIONS(2646), + [anon_sym_U_DQUOTE] = ACTIONS(2646), + [anon_sym_u8_DQUOTE] = ACTIONS(2646), + [anon_sym_DQUOTE] = ACTIONS(2646), + [sym_true] = ACTIONS(2644), + [sym_false] = ACTIONS(2644), + [sym_null] = ACTIONS(2644), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2644), + [anon_sym_decltype] = ACTIONS(2644), + [anon_sym_virtual] = ACTIONS(2644), + [anon_sym_typename] = ACTIONS(2644), + [anon_sym_template] = ACTIONS(2644), + [anon_sym_try] = ACTIONS(2644), + [anon_sym_delete] = ACTIONS(2644), + [anon_sym_throw] = ACTIONS(2644), + [anon_sym_co_return] = ACTIONS(2644), + [anon_sym_co_yield] = ACTIONS(2644), + [anon_sym_R_DQUOTE] = ACTIONS(2646), + [anon_sym_LR_DQUOTE] = ACTIONS(2646), + [anon_sym_uR_DQUOTE] = ACTIONS(2646), + [anon_sym_UR_DQUOTE] = ACTIONS(2646), + [anon_sym_u8R_DQUOTE] = ACTIONS(2646), + [anon_sym_co_await] = ACTIONS(2644), + [anon_sym_new] = ACTIONS(2644), + [anon_sym_requires] = ACTIONS(2644), + [sym_this] = ACTIONS(2644), + [sym_nullptr] = ACTIONS(2644), + }, + [1157] = { + [sym_identifier] = ACTIONS(2648), + [anon_sym_LPAREN2] = ACTIONS(2650), + [anon_sym_BANG] = ACTIONS(2650), + [anon_sym_TILDE] = ACTIONS(2650), + [anon_sym_DASH] = ACTIONS(2648), + [anon_sym_PLUS] = ACTIONS(2648), + [anon_sym_STAR] = ACTIONS(2650), + [anon_sym_AMP] = ACTIONS(2650), + [anon_sym_SEMI] = ACTIONS(2650), + [anon_sym_typedef] = ACTIONS(2648), + [anon_sym_extern] = ACTIONS(2648), + [anon_sym___attribute__] = ACTIONS(2648), + [anon_sym_COLON_COLON] = ACTIONS(2650), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2650), + [anon_sym___declspec] = ACTIONS(2648), + [anon_sym_LBRACE] = ACTIONS(2650), + [anon_sym_LBRACK] = ACTIONS(2648), + [anon_sym_static] = ACTIONS(2648), + [anon_sym_register] = ACTIONS(2648), + [anon_sym_inline] = ACTIONS(2648), + [anon_sym_thread_local] = ACTIONS(2648), + [anon_sym_const] = ACTIONS(2648), + [anon_sym_volatile] = ACTIONS(2648), + [anon_sym_restrict] = ACTIONS(2648), + [anon_sym__Atomic] = ACTIONS(2648), + [anon_sym_mutable] = ACTIONS(2648), + [anon_sym_constexpr] = ACTIONS(2648), + [anon_sym_constinit] = ACTIONS(2648), + [anon_sym_consteval] = ACTIONS(2648), + [anon_sym_signed] = ACTIONS(2648), + [anon_sym_unsigned] = ACTIONS(2648), + [anon_sym_long] = ACTIONS(2648), + [anon_sym_short] = ACTIONS(2648), + [sym_primitive_type] = ACTIONS(2648), + [anon_sym_enum] = ACTIONS(2648), + [anon_sym_class] = ACTIONS(2648), + [anon_sym_struct] = ACTIONS(2648), + [anon_sym_union] = ACTIONS(2648), + [anon_sym_if] = ACTIONS(2648), + [anon_sym_else] = ACTIONS(2648), + [anon_sym_switch] = ACTIONS(2648), + [anon_sym_while] = ACTIONS(2648), + [anon_sym_do] = ACTIONS(2648), + [anon_sym_for] = ACTIONS(2648), + [anon_sym_return] = ACTIONS(2648), + [anon_sym_break] = ACTIONS(2648), + [anon_sym_continue] = ACTIONS(2648), + [anon_sym_goto] = ACTIONS(2648), + [anon_sym_not] = ACTIONS(2648), + [anon_sym_compl] = ACTIONS(2648), + [anon_sym_DASH_DASH] = ACTIONS(2650), + [anon_sym_PLUS_PLUS] = ACTIONS(2650), + [anon_sym_sizeof] = ACTIONS(2648), + [sym_number_literal] = ACTIONS(2650), + [anon_sym_L_SQUOTE] = ACTIONS(2650), + [anon_sym_u_SQUOTE] = ACTIONS(2650), + [anon_sym_U_SQUOTE] = ACTIONS(2650), + [anon_sym_u8_SQUOTE] = ACTIONS(2650), + [anon_sym_SQUOTE] = ACTIONS(2650), + [anon_sym_L_DQUOTE] = ACTIONS(2650), + [anon_sym_u_DQUOTE] = ACTIONS(2650), + [anon_sym_U_DQUOTE] = ACTIONS(2650), + [anon_sym_u8_DQUOTE] = ACTIONS(2650), + [anon_sym_DQUOTE] = ACTIONS(2650), + [sym_true] = ACTIONS(2648), + [sym_false] = ACTIONS(2648), + [sym_null] = ACTIONS(2648), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2648), + [anon_sym_decltype] = ACTIONS(2648), + [anon_sym_virtual] = ACTIONS(2648), + [anon_sym_typename] = ACTIONS(2648), + [anon_sym_template] = ACTIONS(2648), + [anon_sym_try] = ACTIONS(2648), + [anon_sym_delete] = ACTIONS(2648), + [anon_sym_throw] = ACTIONS(2648), + [anon_sym_co_return] = ACTIONS(2648), + [anon_sym_co_yield] = ACTIONS(2648), + [anon_sym_R_DQUOTE] = ACTIONS(2650), + [anon_sym_LR_DQUOTE] = ACTIONS(2650), + [anon_sym_uR_DQUOTE] = ACTIONS(2650), + [anon_sym_UR_DQUOTE] = ACTIONS(2650), + [anon_sym_u8R_DQUOTE] = ACTIONS(2650), + [anon_sym_co_await] = ACTIONS(2648), + [anon_sym_new] = ACTIONS(2648), + [anon_sym_requires] = ACTIONS(2648), + [sym_this] = ACTIONS(2648), + [sym_nullptr] = ACTIONS(2648), + }, + [1158] = { + [sym_identifier] = ACTIONS(2638), + [anon_sym_LPAREN2] = ACTIONS(2640), + [anon_sym_BANG] = ACTIONS(2640), + [anon_sym_TILDE] = ACTIONS(2640), + [anon_sym_DASH] = ACTIONS(2638), + [anon_sym_PLUS] = ACTIONS(2638), + [anon_sym_STAR] = ACTIONS(2640), + [anon_sym_AMP] = ACTIONS(2640), + [anon_sym_SEMI] = ACTIONS(2640), + [anon_sym_typedef] = ACTIONS(2638), + [anon_sym_extern] = ACTIONS(2638), + [anon_sym___attribute__] = ACTIONS(2638), + [anon_sym_COLON_COLON] = ACTIONS(2640), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2640), + [anon_sym___declspec] = ACTIONS(2638), + [anon_sym_LBRACE] = ACTIONS(2640), + [anon_sym_LBRACK] = ACTIONS(2638), + [anon_sym_static] = ACTIONS(2638), + [anon_sym_register] = ACTIONS(2638), + [anon_sym_inline] = ACTIONS(2638), + [anon_sym_thread_local] = ACTIONS(2638), + [anon_sym_const] = ACTIONS(2638), + [anon_sym_volatile] = ACTIONS(2638), + [anon_sym_restrict] = ACTIONS(2638), + [anon_sym__Atomic] = ACTIONS(2638), + [anon_sym_mutable] = ACTIONS(2638), + [anon_sym_constexpr] = ACTIONS(2638), + [anon_sym_constinit] = ACTIONS(2638), + [anon_sym_consteval] = ACTIONS(2638), + [anon_sym_signed] = ACTIONS(2638), + [anon_sym_unsigned] = ACTIONS(2638), + [anon_sym_long] = ACTIONS(2638), + [anon_sym_short] = ACTIONS(2638), + [sym_primitive_type] = ACTIONS(2638), + [anon_sym_enum] = ACTIONS(2638), + [anon_sym_class] = ACTIONS(2638), + [anon_sym_struct] = ACTIONS(2638), + [anon_sym_union] = ACTIONS(2638), + [anon_sym_if] = ACTIONS(2638), + [anon_sym_else] = ACTIONS(2638), + [anon_sym_switch] = ACTIONS(2638), + [anon_sym_while] = ACTIONS(2638), + [anon_sym_do] = ACTIONS(2638), + [anon_sym_for] = ACTIONS(2638), + [anon_sym_return] = ACTIONS(2638), + [anon_sym_break] = ACTIONS(2638), + [anon_sym_continue] = ACTIONS(2638), + [anon_sym_goto] = ACTIONS(2638), + [anon_sym_not] = ACTIONS(2638), + [anon_sym_compl] = ACTIONS(2638), + [anon_sym_DASH_DASH] = ACTIONS(2640), + [anon_sym_PLUS_PLUS] = ACTIONS(2640), + [anon_sym_sizeof] = ACTIONS(2638), + [sym_number_literal] = ACTIONS(2640), + [anon_sym_L_SQUOTE] = ACTIONS(2640), + [anon_sym_u_SQUOTE] = ACTIONS(2640), + [anon_sym_U_SQUOTE] = ACTIONS(2640), + [anon_sym_u8_SQUOTE] = ACTIONS(2640), + [anon_sym_SQUOTE] = ACTIONS(2640), + [anon_sym_L_DQUOTE] = ACTIONS(2640), + [anon_sym_u_DQUOTE] = ACTIONS(2640), + [anon_sym_U_DQUOTE] = ACTIONS(2640), + [anon_sym_u8_DQUOTE] = ACTIONS(2640), + [anon_sym_DQUOTE] = ACTIONS(2640), + [sym_true] = ACTIONS(2638), + [sym_false] = ACTIONS(2638), + [sym_null] = ACTIONS(2638), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2638), + [anon_sym_decltype] = ACTIONS(2638), + [anon_sym_virtual] = ACTIONS(2638), + [anon_sym_typename] = ACTIONS(2638), + [anon_sym_template] = ACTIONS(2638), + [anon_sym_try] = ACTIONS(2638), + [anon_sym_delete] = ACTIONS(2638), + [anon_sym_throw] = ACTIONS(2638), + [anon_sym_co_return] = ACTIONS(2638), + [anon_sym_co_yield] = ACTIONS(2638), + [anon_sym_R_DQUOTE] = ACTIONS(2640), + [anon_sym_LR_DQUOTE] = ACTIONS(2640), + [anon_sym_uR_DQUOTE] = ACTIONS(2640), + [anon_sym_UR_DQUOTE] = ACTIONS(2640), + [anon_sym_u8R_DQUOTE] = ACTIONS(2640), + [anon_sym_co_await] = ACTIONS(2638), + [anon_sym_new] = ACTIONS(2638), + [anon_sym_requires] = ACTIONS(2638), + [sym_this] = ACTIONS(2638), + [sym_nullptr] = ACTIONS(2638), + }, + [1159] = { + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN2] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3087), + [anon_sym_TILDE] = ACTIONS(3087), + [anon_sym_DASH] = ACTIONS(3085), + [anon_sym_PLUS] = ACTIONS(3085), + [anon_sym_STAR] = ACTIONS(3087), + [anon_sym_AMP] = ACTIONS(3087), + [anon_sym_SEMI] = ACTIONS(3087), + [anon_sym_extern] = ACTIONS(3085), + [anon_sym___attribute__] = ACTIONS(3085), + [anon_sym_COLON_COLON] = ACTIONS(3087), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3087), + [anon_sym___declspec] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_static] = ACTIONS(3085), + [anon_sym_register] = ACTIONS(3085), + [anon_sym_inline] = ACTIONS(3085), + [anon_sym_thread_local] = ACTIONS(3085), + [anon_sym_const] = ACTIONS(3085), + [anon_sym_volatile] = ACTIONS(3085), + [anon_sym_restrict] = ACTIONS(3085), + [anon_sym__Atomic] = ACTIONS(3085), + [anon_sym_mutable] = ACTIONS(3085), + [anon_sym_constexpr] = ACTIONS(3085), + [anon_sym_constinit] = ACTIONS(3085), + [anon_sym_consteval] = ACTIONS(3085), + [anon_sym_signed] = ACTIONS(3085), + [anon_sym_unsigned] = ACTIONS(3085), + [anon_sym_long] = ACTIONS(3085), + [anon_sym_short] = ACTIONS(3085), + [sym_primitive_type] = ACTIONS(3085), + [anon_sym_enum] = ACTIONS(3085), + [anon_sym_class] = ACTIONS(3085), + [anon_sym_struct] = ACTIONS(3085), + [anon_sym_union] = ACTIONS(3085), + [anon_sym_if] = ACTIONS(3085), + [anon_sym_switch] = ACTIONS(3085), + [anon_sym_case] = ACTIONS(3085), + [anon_sym_default] = ACTIONS(3085), + [anon_sym_while] = ACTIONS(3085), + [anon_sym_do] = ACTIONS(3085), + [anon_sym_for] = ACTIONS(3085), + [anon_sym_return] = ACTIONS(3085), + [anon_sym_break] = ACTIONS(3085), + [anon_sym_continue] = ACTIONS(3085), + [anon_sym_goto] = ACTIONS(3085), + [anon_sym_not] = ACTIONS(3085), + [anon_sym_compl] = ACTIONS(3085), + [anon_sym_DASH_DASH] = ACTIONS(3087), + [anon_sym_PLUS_PLUS] = ACTIONS(3087), + [anon_sym_sizeof] = ACTIONS(3085), + [sym_number_literal] = ACTIONS(3087), + [anon_sym_L_SQUOTE] = ACTIONS(3087), + [anon_sym_u_SQUOTE] = ACTIONS(3087), + [anon_sym_U_SQUOTE] = ACTIONS(3087), + [anon_sym_u8_SQUOTE] = ACTIONS(3087), + [anon_sym_SQUOTE] = ACTIONS(3087), + [anon_sym_L_DQUOTE] = ACTIONS(3087), + [anon_sym_u_DQUOTE] = ACTIONS(3087), + [anon_sym_U_DQUOTE] = ACTIONS(3087), + [anon_sym_u8_DQUOTE] = ACTIONS(3087), + [anon_sym_DQUOTE] = ACTIONS(3087), + [sym_true] = ACTIONS(3085), + [sym_false] = ACTIONS(3085), + [sym_null] = ACTIONS(3085), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3085), + [anon_sym_decltype] = ACTIONS(3085), + [anon_sym_virtual] = ACTIONS(3085), + [anon_sym_typename] = ACTIONS(3085), + [anon_sym_template] = ACTIONS(3085), + [anon_sym_try] = ACTIONS(3085), + [anon_sym_delete] = ACTIONS(3085), + [anon_sym_throw] = ACTIONS(3085), + [anon_sym_co_return] = ACTIONS(3085), + [anon_sym_co_yield] = ACTIONS(3085), + [anon_sym_R_DQUOTE] = ACTIONS(3087), + [anon_sym_LR_DQUOTE] = ACTIONS(3087), + [anon_sym_uR_DQUOTE] = ACTIONS(3087), + [anon_sym_UR_DQUOTE] = ACTIONS(3087), + [anon_sym_u8R_DQUOTE] = ACTIONS(3087), + [anon_sym_co_await] = ACTIONS(3085), + [anon_sym_new] = ACTIONS(3085), + [anon_sym_requires] = ACTIONS(3085), + [sym_this] = ACTIONS(3085), + [sym_nullptr] = ACTIONS(3085), + }, + [1160] = { + [sym_identifier] = ACTIONS(2584), + [anon_sym_LPAREN2] = ACTIONS(2586), + [anon_sym_BANG] = ACTIONS(2586), + [anon_sym_TILDE] = ACTIONS(2586), + [anon_sym_DASH] = ACTIONS(2584), + [anon_sym_PLUS] = ACTIONS(2584), + [anon_sym_STAR] = ACTIONS(2586), + [anon_sym_AMP] = ACTIONS(2586), + [anon_sym_SEMI] = ACTIONS(2586), + [anon_sym_typedef] = ACTIONS(2584), + [anon_sym_extern] = ACTIONS(2584), + [anon_sym___attribute__] = ACTIONS(2584), + [anon_sym_COLON_COLON] = ACTIONS(2586), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), + [anon_sym___declspec] = ACTIONS(2584), + [anon_sym_LBRACE] = ACTIONS(2586), + [anon_sym_LBRACK] = ACTIONS(2584), + [anon_sym_static] = ACTIONS(2584), + [anon_sym_register] = ACTIONS(2584), + [anon_sym_inline] = ACTIONS(2584), + [anon_sym_thread_local] = ACTIONS(2584), + [anon_sym_const] = ACTIONS(2584), + [anon_sym_volatile] = ACTIONS(2584), + [anon_sym_restrict] = ACTIONS(2584), + [anon_sym__Atomic] = ACTIONS(2584), + [anon_sym_mutable] = ACTIONS(2584), + [anon_sym_constexpr] = ACTIONS(2584), + [anon_sym_constinit] = ACTIONS(2584), + [anon_sym_consteval] = ACTIONS(2584), + [anon_sym_signed] = ACTIONS(2584), + [anon_sym_unsigned] = ACTIONS(2584), + [anon_sym_long] = ACTIONS(2584), + [anon_sym_short] = ACTIONS(2584), + [sym_primitive_type] = ACTIONS(2584), + [anon_sym_enum] = ACTIONS(2584), + [anon_sym_class] = ACTIONS(2584), + [anon_sym_struct] = ACTIONS(2584), + [anon_sym_union] = ACTIONS(2584), + [anon_sym_if] = ACTIONS(2584), + [anon_sym_else] = ACTIONS(2584), + [anon_sym_switch] = ACTIONS(2584), + [anon_sym_while] = ACTIONS(2584), + [anon_sym_do] = ACTIONS(2584), + [anon_sym_for] = ACTIONS(2584), + [anon_sym_return] = ACTIONS(2584), + [anon_sym_break] = ACTIONS(2584), + [anon_sym_continue] = ACTIONS(2584), + [anon_sym_goto] = ACTIONS(2584), + [anon_sym_not] = ACTIONS(2584), + [anon_sym_compl] = ACTIONS(2584), + [anon_sym_DASH_DASH] = ACTIONS(2586), + [anon_sym_PLUS_PLUS] = ACTIONS(2586), + [anon_sym_sizeof] = ACTIONS(2584), + [sym_number_literal] = ACTIONS(2586), + [anon_sym_L_SQUOTE] = ACTIONS(2586), + [anon_sym_u_SQUOTE] = ACTIONS(2586), + [anon_sym_U_SQUOTE] = ACTIONS(2586), + [anon_sym_u8_SQUOTE] = ACTIONS(2586), + [anon_sym_SQUOTE] = ACTIONS(2586), + [anon_sym_L_DQUOTE] = ACTIONS(2586), + [anon_sym_u_DQUOTE] = ACTIONS(2586), + [anon_sym_U_DQUOTE] = ACTIONS(2586), + [anon_sym_u8_DQUOTE] = ACTIONS(2586), + [anon_sym_DQUOTE] = ACTIONS(2586), + [sym_true] = ACTIONS(2584), + [sym_false] = ACTIONS(2584), + [sym_null] = ACTIONS(2584), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2584), + [anon_sym_decltype] = ACTIONS(2584), + [anon_sym_virtual] = ACTIONS(2584), + [anon_sym_typename] = ACTIONS(2584), + [anon_sym_template] = ACTIONS(2584), + [anon_sym_try] = ACTIONS(2584), + [anon_sym_delete] = ACTIONS(2584), + [anon_sym_throw] = ACTIONS(2584), + [anon_sym_co_return] = ACTIONS(2584), + [anon_sym_co_yield] = ACTIONS(2584), + [anon_sym_R_DQUOTE] = ACTIONS(2586), + [anon_sym_LR_DQUOTE] = ACTIONS(2586), + [anon_sym_uR_DQUOTE] = ACTIONS(2586), + [anon_sym_UR_DQUOTE] = ACTIONS(2586), + [anon_sym_u8R_DQUOTE] = ACTIONS(2586), + [anon_sym_co_await] = ACTIONS(2584), + [anon_sym_new] = ACTIONS(2584), + [anon_sym_requires] = ACTIONS(2584), + [sym_this] = ACTIONS(2584), + [sym_nullptr] = ACTIONS(2584), + }, + [1161] = { + [sym_identifier] = ACTIONS(2502), + [anon_sym_LPAREN2] = ACTIONS(2504), + [anon_sym_BANG] = ACTIONS(2504), + [anon_sym_TILDE] = ACTIONS(2504), + [anon_sym_DASH] = ACTIONS(2502), + [anon_sym_PLUS] = ACTIONS(2502), + [anon_sym_STAR] = ACTIONS(2504), + [anon_sym_AMP] = ACTIONS(2504), + [anon_sym_SEMI] = ACTIONS(2504), + [anon_sym_typedef] = ACTIONS(2502), + [anon_sym_extern] = ACTIONS(2502), + [anon_sym___attribute__] = ACTIONS(2502), + [anon_sym_COLON_COLON] = ACTIONS(2504), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2504), + [anon_sym___declspec] = ACTIONS(2502), + [anon_sym_LBRACE] = ACTIONS(2504), + [anon_sym_LBRACK] = ACTIONS(2502), + [anon_sym_static] = ACTIONS(2502), + [anon_sym_register] = ACTIONS(2502), + [anon_sym_inline] = ACTIONS(2502), + [anon_sym_thread_local] = ACTIONS(2502), + [anon_sym_const] = ACTIONS(2502), + [anon_sym_volatile] = ACTIONS(2502), + [anon_sym_restrict] = ACTIONS(2502), + [anon_sym__Atomic] = ACTIONS(2502), + [anon_sym_mutable] = ACTIONS(2502), + [anon_sym_constexpr] = ACTIONS(2502), + [anon_sym_constinit] = ACTIONS(2502), + [anon_sym_consteval] = ACTIONS(2502), + [anon_sym_signed] = ACTIONS(2502), + [anon_sym_unsigned] = ACTIONS(2502), + [anon_sym_long] = ACTIONS(2502), + [anon_sym_short] = ACTIONS(2502), + [sym_primitive_type] = ACTIONS(2502), + [anon_sym_enum] = ACTIONS(2502), + [anon_sym_class] = ACTIONS(2502), + [anon_sym_struct] = ACTIONS(2502), + [anon_sym_union] = ACTIONS(2502), + [anon_sym_if] = ACTIONS(2502), + [anon_sym_else] = ACTIONS(2502), + [anon_sym_switch] = ACTIONS(2502), + [anon_sym_while] = ACTIONS(2502), + [anon_sym_do] = ACTIONS(2502), + [anon_sym_for] = ACTIONS(2502), + [anon_sym_return] = ACTIONS(2502), + [anon_sym_break] = ACTIONS(2502), + [anon_sym_continue] = ACTIONS(2502), + [anon_sym_goto] = ACTIONS(2502), + [anon_sym_not] = ACTIONS(2502), + [anon_sym_compl] = ACTIONS(2502), + [anon_sym_DASH_DASH] = ACTIONS(2504), + [anon_sym_PLUS_PLUS] = ACTIONS(2504), + [anon_sym_sizeof] = ACTIONS(2502), + [sym_number_literal] = ACTIONS(2504), + [anon_sym_L_SQUOTE] = ACTIONS(2504), + [anon_sym_u_SQUOTE] = ACTIONS(2504), + [anon_sym_U_SQUOTE] = ACTIONS(2504), + [anon_sym_u8_SQUOTE] = ACTIONS(2504), + [anon_sym_SQUOTE] = ACTIONS(2504), + [anon_sym_L_DQUOTE] = ACTIONS(2504), + [anon_sym_u_DQUOTE] = ACTIONS(2504), + [anon_sym_U_DQUOTE] = ACTIONS(2504), + [anon_sym_u8_DQUOTE] = ACTIONS(2504), + [anon_sym_DQUOTE] = ACTIONS(2504), + [sym_true] = ACTIONS(2502), + [sym_false] = ACTIONS(2502), + [sym_null] = ACTIONS(2502), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2502), + [anon_sym_decltype] = ACTIONS(2502), + [anon_sym_virtual] = ACTIONS(2502), + [anon_sym_typename] = ACTIONS(2502), + [anon_sym_template] = ACTIONS(2502), + [anon_sym_try] = ACTIONS(2502), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_throw] = ACTIONS(2502), + [anon_sym_co_return] = ACTIONS(2502), + [anon_sym_co_yield] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2504), + [anon_sym_LR_DQUOTE] = ACTIONS(2504), + [anon_sym_uR_DQUOTE] = ACTIONS(2504), + [anon_sym_UR_DQUOTE] = ACTIONS(2504), + [anon_sym_u8R_DQUOTE] = ACTIONS(2504), + [anon_sym_co_await] = ACTIONS(2502), + [anon_sym_new] = ACTIONS(2502), + [anon_sym_requires] = ACTIONS(2502), + [sym_this] = ACTIONS(2502), + [sym_nullptr] = ACTIONS(2502), + }, + [1162] = { + [sym_identifier] = ACTIONS(2540), + [anon_sym_LPAREN2] = ACTIONS(2542), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_TILDE] = ACTIONS(2542), + [anon_sym_DASH] = ACTIONS(2540), + [anon_sym_PLUS] = ACTIONS(2540), + [anon_sym_STAR] = ACTIONS(2542), + [anon_sym_AMP] = ACTIONS(2542), + [anon_sym_SEMI] = ACTIONS(2542), + [anon_sym_typedef] = ACTIONS(2540), + [anon_sym_extern] = ACTIONS(2540), + [anon_sym___attribute__] = ACTIONS(2540), + [anon_sym_COLON_COLON] = ACTIONS(2542), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2542), + [anon_sym___declspec] = ACTIONS(2540), + [anon_sym_LBRACE] = ACTIONS(2542), + [anon_sym_LBRACK] = ACTIONS(2540), + [anon_sym_static] = ACTIONS(2540), + [anon_sym_register] = ACTIONS(2540), + [anon_sym_inline] = ACTIONS(2540), + [anon_sym_thread_local] = ACTIONS(2540), + [anon_sym_const] = ACTIONS(2540), + [anon_sym_volatile] = ACTIONS(2540), + [anon_sym_restrict] = ACTIONS(2540), + [anon_sym__Atomic] = ACTIONS(2540), + [anon_sym_mutable] = ACTIONS(2540), + [anon_sym_constexpr] = ACTIONS(2540), + [anon_sym_constinit] = ACTIONS(2540), + [anon_sym_consteval] = ACTIONS(2540), + [anon_sym_signed] = ACTIONS(2540), + [anon_sym_unsigned] = ACTIONS(2540), + [anon_sym_long] = ACTIONS(2540), + [anon_sym_short] = ACTIONS(2540), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2540), + [anon_sym_class] = ACTIONS(2540), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_union] = ACTIONS(2540), + [anon_sym_if] = ACTIONS(2540), + [anon_sym_else] = ACTIONS(2540), + [anon_sym_switch] = ACTIONS(2540), + [anon_sym_while] = ACTIONS(2540), + [anon_sym_do] = ACTIONS(2540), + [anon_sym_for] = ACTIONS(2540), + [anon_sym_return] = ACTIONS(2540), + [anon_sym_break] = ACTIONS(2540), + [anon_sym_continue] = ACTIONS(2540), + [anon_sym_goto] = ACTIONS(2540), + [anon_sym_not] = ACTIONS(2540), + [anon_sym_compl] = ACTIONS(2540), + [anon_sym_DASH_DASH] = ACTIONS(2542), + [anon_sym_PLUS_PLUS] = ACTIONS(2542), + [anon_sym_sizeof] = ACTIONS(2540), + [sym_number_literal] = ACTIONS(2542), + [anon_sym_L_SQUOTE] = ACTIONS(2542), + [anon_sym_u_SQUOTE] = ACTIONS(2542), + [anon_sym_U_SQUOTE] = ACTIONS(2542), + [anon_sym_u8_SQUOTE] = ACTIONS(2542), + [anon_sym_SQUOTE] = ACTIONS(2542), + [anon_sym_L_DQUOTE] = ACTIONS(2542), + [anon_sym_u_DQUOTE] = ACTIONS(2542), + [anon_sym_U_DQUOTE] = ACTIONS(2542), + [anon_sym_u8_DQUOTE] = ACTIONS(2542), + [anon_sym_DQUOTE] = ACTIONS(2542), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [sym_null] = ACTIONS(2540), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(2540), + [anon_sym_virtual] = ACTIONS(2540), + [anon_sym_typename] = ACTIONS(2540), + [anon_sym_template] = ACTIONS(2540), + [anon_sym_try] = ACTIONS(2540), + [anon_sym_delete] = ACTIONS(2540), + [anon_sym_throw] = ACTIONS(2540), + [anon_sym_co_return] = ACTIONS(2540), + [anon_sym_co_yield] = ACTIONS(2540), + [anon_sym_R_DQUOTE] = ACTIONS(2542), + [anon_sym_LR_DQUOTE] = ACTIONS(2542), + [anon_sym_uR_DQUOTE] = ACTIONS(2542), + [anon_sym_UR_DQUOTE] = ACTIONS(2542), + [anon_sym_u8R_DQUOTE] = ACTIONS(2542), + [anon_sym_co_await] = ACTIONS(2540), + [anon_sym_new] = ACTIONS(2540), + [anon_sym_requires] = ACTIONS(2540), + [sym_this] = ACTIONS(2540), + [sym_nullptr] = ACTIONS(2540), + }, + [1163] = { + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_RBRACE] = ACTIONS(3330), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -166684,7 +168064,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -166697,369 +168077,367 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1146] = { - [sym_identifier] = ACTIONS(2354), - [anon_sym_LPAREN2] = ACTIONS(2352), - [anon_sym_BANG] = ACTIONS(2352), - [anon_sym_TILDE] = ACTIONS(2352), - [anon_sym_DASH] = ACTIONS(2354), - [anon_sym_PLUS] = ACTIONS(2354), - [anon_sym_STAR] = ACTIONS(2352), - [anon_sym_AMP] = ACTIONS(2352), - [anon_sym_SEMI] = ACTIONS(2352), - [anon_sym_typedef] = ACTIONS(2354), - [anon_sym_extern] = ACTIONS(2354), - [anon_sym___attribute__] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2352), - [anon_sym___declspec] = ACTIONS(2354), - [anon_sym_LBRACE] = ACTIONS(2352), - [anon_sym_LBRACK] = ACTIONS(2354), - [anon_sym_static] = ACTIONS(2354), - [anon_sym_register] = ACTIONS(2354), - [anon_sym_inline] = ACTIONS(2354), - [anon_sym_thread_local] = ACTIONS(2354), - [anon_sym_const] = ACTIONS(2354), - [anon_sym_volatile] = ACTIONS(2354), - [anon_sym_restrict] = ACTIONS(2354), - [anon_sym__Atomic] = ACTIONS(2354), - [anon_sym_mutable] = ACTIONS(2354), - [anon_sym_constexpr] = ACTIONS(2354), - [anon_sym_constinit] = ACTIONS(2354), - [anon_sym_consteval] = ACTIONS(2354), - [anon_sym_signed] = ACTIONS(2354), - [anon_sym_unsigned] = ACTIONS(2354), - [anon_sym_long] = ACTIONS(2354), - [anon_sym_short] = ACTIONS(2354), - [sym_primitive_type] = ACTIONS(2354), - [anon_sym_enum] = ACTIONS(2354), - [anon_sym_class] = ACTIONS(2354), - [anon_sym_struct] = ACTIONS(2354), - [anon_sym_union] = ACTIONS(2354), - [anon_sym_if] = ACTIONS(2354), - [anon_sym_else] = ACTIONS(2354), - [anon_sym_switch] = ACTIONS(2354), - [anon_sym_while] = ACTIONS(2354), - [anon_sym_do] = ACTIONS(2354), - [anon_sym_for] = ACTIONS(2354), - [anon_sym_return] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_goto] = ACTIONS(2354), - [anon_sym_not] = ACTIONS(2354), - [anon_sym_compl] = ACTIONS(2354), - [anon_sym_DASH_DASH] = ACTIONS(2352), - [anon_sym_PLUS_PLUS] = ACTIONS(2352), - [anon_sym_sizeof] = ACTIONS(2354), - [sym_number_literal] = ACTIONS(2352), - [anon_sym_L_SQUOTE] = ACTIONS(2352), - [anon_sym_u_SQUOTE] = ACTIONS(2352), - [anon_sym_U_SQUOTE] = ACTIONS(2352), - [anon_sym_u8_SQUOTE] = ACTIONS(2352), - [anon_sym_SQUOTE] = ACTIONS(2352), - [anon_sym_L_DQUOTE] = ACTIONS(2352), - [anon_sym_u_DQUOTE] = ACTIONS(2352), - [anon_sym_U_DQUOTE] = ACTIONS(2352), - [anon_sym_u8_DQUOTE] = ACTIONS(2352), - [anon_sym_DQUOTE] = ACTIONS(2352), - [sym_true] = ACTIONS(2354), - [sym_false] = ACTIONS(2354), - [sym_null] = ACTIONS(2354), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2354), - [anon_sym_decltype] = ACTIONS(2354), - [anon_sym_virtual] = ACTIONS(2354), - [anon_sym_typename] = ACTIONS(2354), - [anon_sym_template] = ACTIONS(2354), - [anon_sym_try] = ACTIONS(2354), - [anon_sym_delete] = ACTIONS(2354), - [anon_sym_throw] = ACTIONS(2354), - [anon_sym_co_return] = ACTIONS(2354), - [anon_sym_co_yield] = ACTIONS(2354), - [anon_sym_catch] = ACTIONS(2354), - [anon_sym_R_DQUOTE] = ACTIONS(2352), - [anon_sym_LR_DQUOTE] = ACTIONS(2352), - [anon_sym_uR_DQUOTE] = ACTIONS(2352), - [anon_sym_UR_DQUOTE] = ACTIONS(2352), - [anon_sym_u8R_DQUOTE] = ACTIONS(2352), - [anon_sym_co_await] = ACTIONS(2354), - [anon_sym_new] = ACTIONS(2354), - [anon_sym_requires] = ACTIONS(2354), - [sym_this] = ACTIONS(2354), - [sym_nullptr] = ACTIONS(2354), + [1164] = { + [sym_identifier] = ACTIONS(2466), + [anon_sym_LPAREN2] = ACTIONS(2468), + [anon_sym_BANG] = ACTIONS(2468), + [anon_sym_TILDE] = ACTIONS(2468), + [anon_sym_DASH] = ACTIONS(2466), + [anon_sym_PLUS] = ACTIONS(2466), + [anon_sym_STAR] = ACTIONS(2468), + [anon_sym_AMP] = ACTIONS(2468), + [anon_sym_SEMI] = ACTIONS(2468), + [anon_sym_typedef] = ACTIONS(2466), + [anon_sym_extern] = ACTIONS(2466), + [anon_sym___attribute__] = ACTIONS(2466), + [anon_sym_COLON_COLON] = ACTIONS(2468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2468), + [anon_sym___declspec] = ACTIONS(2466), + [anon_sym_LBRACE] = ACTIONS(2468), + [anon_sym_LBRACK] = ACTIONS(2466), + [anon_sym_static] = ACTIONS(2466), + [anon_sym_register] = ACTIONS(2466), + [anon_sym_inline] = ACTIONS(2466), + [anon_sym_thread_local] = ACTIONS(2466), + [anon_sym_const] = ACTIONS(2466), + [anon_sym_volatile] = ACTIONS(2466), + [anon_sym_restrict] = ACTIONS(2466), + [anon_sym__Atomic] = ACTIONS(2466), + [anon_sym_mutable] = ACTIONS(2466), + [anon_sym_constexpr] = ACTIONS(2466), + [anon_sym_constinit] = ACTIONS(2466), + [anon_sym_consteval] = ACTIONS(2466), + [anon_sym_signed] = ACTIONS(2466), + [anon_sym_unsigned] = ACTIONS(2466), + [anon_sym_long] = ACTIONS(2466), + [anon_sym_short] = ACTIONS(2466), + [sym_primitive_type] = ACTIONS(2466), + [anon_sym_enum] = ACTIONS(2466), + [anon_sym_class] = ACTIONS(2466), + [anon_sym_struct] = ACTIONS(2466), + [anon_sym_union] = ACTIONS(2466), + [anon_sym_if] = ACTIONS(2466), + [anon_sym_else] = ACTIONS(2466), + [anon_sym_switch] = ACTIONS(2466), + [anon_sym_while] = ACTIONS(2466), + [anon_sym_do] = ACTIONS(2466), + [anon_sym_for] = ACTIONS(2466), + [anon_sym_return] = ACTIONS(2466), + [anon_sym_break] = ACTIONS(2466), + [anon_sym_continue] = ACTIONS(2466), + [anon_sym_goto] = ACTIONS(2466), + [anon_sym_not] = ACTIONS(2466), + [anon_sym_compl] = ACTIONS(2466), + [anon_sym_DASH_DASH] = ACTIONS(2468), + [anon_sym_PLUS_PLUS] = ACTIONS(2468), + [anon_sym_sizeof] = ACTIONS(2466), + [sym_number_literal] = ACTIONS(2468), + [anon_sym_L_SQUOTE] = ACTIONS(2468), + [anon_sym_u_SQUOTE] = ACTIONS(2468), + [anon_sym_U_SQUOTE] = ACTIONS(2468), + [anon_sym_u8_SQUOTE] = ACTIONS(2468), + [anon_sym_SQUOTE] = ACTIONS(2468), + [anon_sym_L_DQUOTE] = ACTIONS(2468), + [anon_sym_u_DQUOTE] = ACTIONS(2468), + [anon_sym_U_DQUOTE] = ACTIONS(2468), + [anon_sym_u8_DQUOTE] = ACTIONS(2468), + [anon_sym_DQUOTE] = ACTIONS(2468), + [sym_true] = ACTIONS(2466), + [sym_false] = ACTIONS(2466), + [sym_null] = ACTIONS(2466), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2466), + [anon_sym_decltype] = ACTIONS(2466), + [anon_sym_virtual] = ACTIONS(2466), + [anon_sym_typename] = ACTIONS(2466), + [anon_sym_template] = ACTIONS(2466), + [anon_sym_try] = ACTIONS(2466), + [anon_sym_delete] = ACTIONS(2466), + [anon_sym_throw] = ACTIONS(2466), + [anon_sym_co_return] = ACTIONS(2466), + [anon_sym_co_yield] = ACTIONS(2466), + [anon_sym_R_DQUOTE] = ACTIONS(2468), + [anon_sym_LR_DQUOTE] = ACTIONS(2468), + [anon_sym_uR_DQUOTE] = ACTIONS(2468), + [anon_sym_UR_DQUOTE] = ACTIONS(2468), + [anon_sym_u8R_DQUOTE] = ACTIONS(2468), + [anon_sym_co_await] = ACTIONS(2466), + [anon_sym_new] = ACTIONS(2466), + [anon_sym_requires] = ACTIONS(2466), + [sym_this] = ACTIONS(2466), + [sym_nullptr] = ACTIONS(2466), }, - [1147] = { - [sym_identifier] = ACTIONS(2248), - [anon_sym_LPAREN2] = ACTIONS(2246), - [anon_sym_BANG] = ACTIONS(2246), - [anon_sym_TILDE] = ACTIONS(2246), - [anon_sym_DASH] = ACTIONS(2248), - [anon_sym_PLUS] = ACTIONS(2248), - [anon_sym_STAR] = ACTIONS(2246), - [anon_sym_AMP] = ACTIONS(2246), - [anon_sym_SEMI] = ACTIONS(2246), - [anon_sym_typedef] = ACTIONS(2248), - [anon_sym_extern] = ACTIONS(2248), - [anon_sym___attribute__] = ACTIONS(2248), - [anon_sym_COLON_COLON] = ACTIONS(2246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2246), - [anon_sym___declspec] = ACTIONS(2248), - [anon_sym_LBRACE] = ACTIONS(2246), - [anon_sym_LBRACK] = ACTIONS(2248), - [anon_sym_static] = ACTIONS(2248), - [anon_sym_register] = ACTIONS(2248), - [anon_sym_inline] = ACTIONS(2248), - [anon_sym_thread_local] = ACTIONS(2248), - [anon_sym_const] = ACTIONS(2248), - [anon_sym_volatile] = ACTIONS(2248), - [anon_sym_restrict] = ACTIONS(2248), - [anon_sym__Atomic] = ACTIONS(2248), - [anon_sym_mutable] = ACTIONS(2248), - [anon_sym_constexpr] = ACTIONS(2248), - [anon_sym_constinit] = ACTIONS(2248), - [anon_sym_consteval] = ACTIONS(2248), - [anon_sym_signed] = ACTIONS(2248), - [anon_sym_unsigned] = ACTIONS(2248), - [anon_sym_long] = ACTIONS(2248), - [anon_sym_short] = ACTIONS(2248), - [sym_primitive_type] = ACTIONS(2248), - [anon_sym_enum] = ACTIONS(2248), - [anon_sym_class] = ACTIONS(2248), - [anon_sym_struct] = ACTIONS(2248), - [anon_sym_union] = ACTIONS(2248), - [anon_sym_if] = ACTIONS(2248), - [anon_sym_else] = ACTIONS(2248), - [anon_sym_switch] = ACTIONS(2248), - [anon_sym_while] = ACTIONS(2248), - [anon_sym_do] = ACTIONS(2248), - [anon_sym_for] = ACTIONS(2248), - [anon_sym_return] = ACTIONS(2248), - [anon_sym_break] = ACTIONS(2248), - [anon_sym_continue] = ACTIONS(2248), - [anon_sym_goto] = ACTIONS(2248), - [anon_sym_not] = ACTIONS(2248), - [anon_sym_compl] = ACTIONS(2248), - [anon_sym_DASH_DASH] = ACTIONS(2246), - [anon_sym_PLUS_PLUS] = ACTIONS(2246), - [anon_sym_sizeof] = ACTIONS(2248), - [sym_number_literal] = ACTIONS(2246), - [anon_sym_L_SQUOTE] = ACTIONS(2246), - [anon_sym_u_SQUOTE] = ACTIONS(2246), - [anon_sym_U_SQUOTE] = ACTIONS(2246), - [anon_sym_u8_SQUOTE] = ACTIONS(2246), - [anon_sym_SQUOTE] = ACTIONS(2246), - [anon_sym_L_DQUOTE] = ACTIONS(2246), - [anon_sym_u_DQUOTE] = ACTIONS(2246), - [anon_sym_U_DQUOTE] = ACTIONS(2246), - [anon_sym_u8_DQUOTE] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2246), - [sym_true] = ACTIONS(2248), - [sym_false] = ACTIONS(2248), - [sym_null] = ACTIONS(2248), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2248), - [anon_sym_decltype] = ACTIONS(2248), - [anon_sym_virtual] = ACTIONS(2248), - [anon_sym_typename] = ACTIONS(2248), - [anon_sym_template] = ACTIONS(2248), - [anon_sym_try] = ACTIONS(2248), - [anon_sym_delete] = ACTIONS(2248), - [anon_sym_throw] = ACTIONS(2248), - [anon_sym_co_return] = ACTIONS(2248), - [anon_sym_co_yield] = ACTIONS(2248), - [anon_sym_catch] = ACTIONS(2248), - [anon_sym_R_DQUOTE] = ACTIONS(2246), - [anon_sym_LR_DQUOTE] = ACTIONS(2246), - [anon_sym_uR_DQUOTE] = ACTIONS(2246), - [anon_sym_UR_DQUOTE] = ACTIONS(2246), - [anon_sym_u8R_DQUOTE] = ACTIONS(2246), - [anon_sym_co_await] = ACTIONS(2248), - [anon_sym_new] = ACTIONS(2248), - [anon_sym_requires] = ACTIONS(2248), - [sym_this] = ACTIONS(2248), - [sym_nullptr] = ACTIONS(2248), + [1165] = { + [sym_identifier] = ACTIONS(2470), + [anon_sym_LPAREN2] = ACTIONS(2472), + [anon_sym_BANG] = ACTIONS(2472), + [anon_sym_TILDE] = ACTIONS(2472), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2472), + [anon_sym_AMP] = ACTIONS(2472), + [anon_sym_SEMI] = ACTIONS(2472), + [anon_sym_typedef] = ACTIONS(2470), + [anon_sym_extern] = ACTIONS(2470), + [anon_sym___attribute__] = ACTIONS(2470), + [anon_sym_COLON_COLON] = ACTIONS(2472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2472), + [anon_sym___declspec] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_LBRACK] = ACTIONS(2470), + [anon_sym_static] = ACTIONS(2470), + [anon_sym_register] = ACTIONS(2470), + [anon_sym_inline] = ACTIONS(2470), + [anon_sym_thread_local] = ACTIONS(2470), + [anon_sym_const] = ACTIONS(2470), + [anon_sym_volatile] = ACTIONS(2470), + [anon_sym_restrict] = ACTIONS(2470), + [anon_sym__Atomic] = ACTIONS(2470), + [anon_sym_mutable] = ACTIONS(2470), + [anon_sym_constexpr] = ACTIONS(2470), + [anon_sym_constinit] = ACTIONS(2470), + [anon_sym_consteval] = ACTIONS(2470), + [anon_sym_signed] = ACTIONS(2470), + [anon_sym_unsigned] = ACTIONS(2470), + [anon_sym_long] = ACTIONS(2470), + [anon_sym_short] = ACTIONS(2470), + [sym_primitive_type] = ACTIONS(2470), + [anon_sym_enum] = ACTIONS(2470), + [anon_sym_class] = ACTIONS(2470), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_union] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_else] = ACTIONS(2470), + [anon_sym_switch] = ACTIONS(2470), + [anon_sym_while] = ACTIONS(2470), + [anon_sym_do] = ACTIONS(2470), + [anon_sym_for] = ACTIONS(2470), + [anon_sym_return] = ACTIONS(2470), + [anon_sym_break] = ACTIONS(2470), + [anon_sym_continue] = ACTIONS(2470), + [anon_sym_goto] = ACTIONS(2470), + [anon_sym_not] = ACTIONS(2470), + [anon_sym_compl] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2472), + [anon_sym_PLUS_PLUS] = ACTIONS(2472), + [anon_sym_sizeof] = ACTIONS(2470), + [sym_number_literal] = ACTIONS(2472), + [anon_sym_L_SQUOTE] = ACTIONS(2472), + [anon_sym_u_SQUOTE] = ACTIONS(2472), + [anon_sym_U_SQUOTE] = ACTIONS(2472), + [anon_sym_u8_SQUOTE] = ACTIONS(2472), + [anon_sym_SQUOTE] = ACTIONS(2472), + [anon_sym_L_DQUOTE] = ACTIONS(2472), + [anon_sym_u_DQUOTE] = ACTIONS(2472), + [anon_sym_U_DQUOTE] = ACTIONS(2472), + [anon_sym_u8_DQUOTE] = ACTIONS(2472), + [anon_sym_DQUOTE] = ACTIONS(2472), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_null] = ACTIONS(2470), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2470), + [anon_sym_decltype] = ACTIONS(2470), + [anon_sym_virtual] = ACTIONS(2470), + [anon_sym_typename] = ACTIONS(2470), + [anon_sym_template] = ACTIONS(2470), + [anon_sym_try] = ACTIONS(2470), + [anon_sym_delete] = ACTIONS(2470), + [anon_sym_throw] = ACTIONS(2470), + [anon_sym_co_return] = ACTIONS(2470), + [anon_sym_co_yield] = ACTIONS(2470), + [anon_sym_R_DQUOTE] = ACTIONS(2472), + [anon_sym_LR_DQUOTE] = ACTIONS(2472), + [anon_sym_uR_DQUOTE] = ACTIONS(2472), + [anon_sym_UR_DQUOTE] = ACTIONS(2472), + [anon_sym_u8R_DQUOTE] = ACTIONS(2472), + [anon_sym_co_await] = ACTIONS(2470), + [anon_sym_new] = ACTIONS(2470), + [anon_sym_requires] = ACTIONS(2470), + [sym_this] = ACTIONS(2470), + [sym_nullptr] = ACTIONS(2470), }, - [1148] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [1166] = { + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(2512), + [anon_sym_BANG] = ACTIONS(2512), + [anon_sym_TILDE] = ACTIONS(2512), + [anon_sym_DASH] = ACTIONS(2510), + [anon_sym_PLUS] = ACTIONS(2510), + [anon_sym_STAR] = ACTIONS(2512), + [anon_sym_AMP] = ACTIONS(2512), + [anon_sym_SEMI] = ACTIONS(2512), + [anon_sym_typedef] = ACTIONS(2510), + [anon_sym_extern] = ACTIONS(2510), + [anon_sym___attribute__] = ACTIONS(2510), + [anon_sym_COLON_COLON] = ACTIONS(2512), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2512), + [anon_sym___declspec] = ACTIONS(2510), + [anon_sym_LBRACE] = ACTIONS(2512), + [anon_sym_LBRACK] = ACTIONS(2510), + [anon_sym_static] = ACTIONS(2510), + [anon_sym_register] = ACTIONS(2510), + [anon_sym_inline] = ACTIONS(2510), + [anon_sym_thread_local] = ACTIONS(2510), + [anon_sym_const] = ACTIONS(2510), + [anon_sym_volatile] = ACTIONS(2510), + [anon_sym_restrict] = ACTIONS(2510), + [anon_sym__Atomic] = ACTIONS(2510), + [anon_sym_mutable] = ACTIONS(2510), + [anon_sym_constexpr] = ACTIONS(2510), + [anon_sym_constinit] = ACTIONS(2510), + [anon_sym_consteval] = ACTIONS(2510), + [anon_sym_signed] = ACTIONS(2510), + [anon_sym_unsigned] = ACTIONS(2510), + [anon_sym_long] = ACTIONS(2510), + [anon_sym_short] = ACTIONS(2510), + [sym_primitive_type] = ACTIONS(2510), + [anon_sym_enum] = ACTIONS(2510), + [anon_sym_class] = ACTIONS(2510), + [anon_sym_struct] = ACTIONS(2510), + [anon_sym_union] = ACTIONS(2510), + [anon_sym_if] = ACTIONS(2510), + [anon_sym_else] = ACTIONS(2510), + [anon_sym_switch] = ACTIONS(2510), + [anon_sym_while] = ACTIONS(2510), + [anon_sym_do] = ACTIONS(2510), + [anon_sym_for] = ACTIONS(2510), + [anon_sym_return] = ACTIONS(2510), + [anon_sym_break] = ACTIONS(2510), + [anon_sym_continue] = ACTIONS(2510), + [anon_sym_goto] = ACTIONS(2510), + [anon_sym_not] = ACTIONS(2510), + [anon_sym_compl] = ACTIONS(2510), + [anon_sym_DASH_DASH] = ACTIONS(2512), + [anon_sym_PLUS_PLUS] = ACTIONS(2512), + [anon_sym_sizeof] = ACTIONS(2510), + [sym_number_literal] = ACTIONS(2512), + [anon_sym_L_SQUOTE] = ACTIONS(2512), + [anon_sym_u_SQUOTE] = ACTIONS(2512), + [anon_sym_U_SQUOTE] = ACTIONS(2512), + [anon_sym_u8_SQUOTE] = ACTIONS(2512), + [anon_sym_SQUOTE] = ACTIONS(2512), + [anon_sym_L_DQUOTE] = ACTIONS(2512), + [anon_sym_u_DQUOTE] = ACTIONS(2512), + [anon_sym_U_DQUOTE] = ACTIONS(2512), + [anon_sym_u8_DQUOTE] = ACTIONS(2512), + [anon_sym_DQUOTE] = ACTIONS(2512), + [sym_true] = ACTIONS(2510), + [sym_false] = ACTIONS(2510), + [sym_null] = ACTIONS(2510), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2510), + [anon_sym_decltype] = ACTIONS(2510), + [anon_sym_virtual] = ACTIONS(2510), + [anon_sym_typename] = ACTIONS(2510), + [anon_sym_template] = ACTIONS(2510), + [anon_sym_try] = ACTIONS(2510), + [anon_sym_delete] = ACTIONS(2510), + [anon_sym_throw] = ACTIONS(2510), + [anon_sym_co_return] = ACTIONS(2510), + [anon_sym_co_yield] = ACTIONS(2510), + [anon_sym_R_DQUOTE] = ACTIONS(2512), + [anon_sym_LR_DQUOTE] = ACTIONS(2512), + [anon_sym_uR_DQUOTE] = ACTIONS(2512), + [anon_sym_UR_DQUOTE] = ACTIONS(2512), + [anon_sym_u8R_DQUOTE] = ACTIONS(2512), + [anon_sym_co_await] = ACTIONS(2510), + [anon_sym_new] = ACTIONS(2510), + [anon_sym_requires] = ACTIONS(2510), + [sym_this] = ACTIONS(2510), + [sym_nullptr] = ACTIONS(2510), }, - [1149] = { - [sym_identifier] = ACTIONS(2420), - [anon_sym_LPAREN2] = ACTIONS(2422), - [anon_sym_BANG] = ACTIONS(2422), - [anon_sym_TILDE] = ACTIONS(2422), - [anon_sym_DASH] = ACTIONS(2420), - [anon_sym_PLUS] = ACTIONS(2420), - [anon_sym_STAR] = ACTIONS(2422), - [anon_sym_AMP] = ACTIONS(2422), - [anon_sym_SEMI] = ACTIONS(2422), - [anon_sym_typedef] = ACTIONS(2420), - [anon_sym_extern] = ACTIONS(2420), - [anon_sym___attribute__] = ACTIONS(2420), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2422), - [anon_sym___declspec] = ACTIONS(2420), - [anon_sym_LBRACE] = ACTIONS(2422), - [anon_sym_LBRACK] = ACTIONS(2420), - [anon_sym_static] = ACTIONS(2420), - [anon_sym_register] = ACTIONS(2420), - [anon_sym_inline] = ACTIONS(2420), - [anon_sym_thread_local] = ACTIONS(2420), - [anon_sym_const] = ACTIONS(2420), - [anon_sym_volatile] = ACTIONS(2420), - [anon_sym_restrict] = ACTIONS(2420), - [anon_sym__Atomic] = ACTIONS(2420), - [anon_sym_mutable] = ACTIONS(2420), - [anon_sym_constexpr] = ACTIONS(2420), - [anon_sym_constinit] = ACTIONS(2420), - [anon_sym_consteval] = ACTIONS(2420), - [anon_sym_signed] = ACTIONS(2420), - [anon_sym_unsigned] = ACTIONS(2420), - [anon_sym_long] = ACTIONS(2420), - [anon_sym_short] = ACTIONS(2420), - [sym_primitive_type] = ACTIONS(2420), - [anon_sym_enum] = ACTIONS(2420), - [anon_sym_class] = ACTIONS(2420), - [anon_sym_struct] = ACTIONS(2420), - [anon_sym_union] = ACTIONS(2420), - [anon_sym_if] = ACTIONS(2420), - [anon_sym_else] = ACTIONS(2420), - [anon_sym_switch] = ACTIONS(2420), - [anon_sym_while] = ACTIONS(2420), - [anon_sym_do] = ACTIONS(2420), - [anon_sym_for] = ACTIONS(2420), - [anon_sym_return] = ACTIONS(2420), - [anon_sym_break] = ACTIONS(2420), - [anon_sym_continue] = ACTIONS(2420), - [anon_sym_goto] = ACTIONS(2420), - [anon_sym_not] = ACTIONS(2420), - [anon_sym_compl] = ACTIONS(2420), - [anon_sym_DASH_DASH] = ACTIONS(2422), - [anon_sym_PLUS_PLUS] = ACTIONS(2422), - [anon_sym_sizeof] = ACTIONS(2420), - [sym_number_literal] = ACTIONS(2422), - [anon_sym_L_SQUOTE] = ACTIONS(2422), - [anon_sym_u_SQUOTE] = ACTIONS(2422), - [anon_sym_U_SQUOTE] = ACTIONS(2422), - [anon_sym_u8_SQUOTE] = ACTIONS(2422), - [anon_sym_SQUOTE] = ACTIONS(2422), - [anon_sym_L_DQUOTE] = ACTIONS(2422), - [anon_sym_u_DQUOTE] = ACTIONS(2422), - [anon_sym_U_DQUOTE] = ACTIONS(2422), - [anon_sym_u8_DQUOTE] = ACTIONS(2422), - [anon_sym_DQUOTE] = ACTIONS(2422), - [sym_true] = ACTIONS(2420), - [sym_false] = ACTIONS(2420), - [sym_null] = ACTIONS(2420), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2420), - [anon_sym_decltype] = ACTIONS(2420), - [anon_sym_virtual] = ACTIONS(2420), - [anon_sym_typename] = ACTIONS(2420), - [anon_sym_template] = ACTIONS(2420), - [anon_sym_try] = ACTIONS(2420), - [anon_sym_delete] = ACTIONS(2420), - [anon_sym_throw] = ACTIONS(2420), - [anon_sym_co_return] = ACTIONS(2420), - [anon_sym_co_yield] = ACTIONS(2420), - [anon_sym_R_DQUOTE] = ACTIONS(2422), - [anon_sym_LR_DQUOTE] = ACTIONS(2422), - [anon_sym_uR_DQUOTE] = ACTIONS(2422), - [anon_sym_UR_DQUOTE] = ACTIONS(2422), - [anon_sym_u8R_DQUOTE] = ACTIONS(2422), - [anon_sym_co_await] = ACTIONS(2420), - [anon_sym_new] = ACTIONS(2420), - [anon_sym_requires] = ACTIONS(2420), - [sym_this] = ACTIONS(2420), - [sym_nullptr] = ACTIONS(2420), + [1167] = { + [sym_identifier] = ACTIONS(2514), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_BANG] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2516), + [anon_sym_DASH] = ACTIONS(2514), + [anon_sym_PLUS] = ACTIONS(2514), + [anon_sym_STAR] = ACTIONS(2516), + [anon_sym_AMP] = ACTIONS(2516), + [anon_sym_SEMI] = ACTIONS(2516), + [anon_sym_typedef] = ACTIONS(2514), + [anon_sym_extern] = ACTIONS(2514), + [anon_sym___attribute__] = ACTIONS(2514), + [anon_sym_COLON_COLON] = ACTIONS(2516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2516), + [anon_sym___declspec] = ACTIONS(2514), + [anon_sym_LBRACE] = ACTIONS(2516), + [anon_sym_LBRACK] = ACTIONS(2514), + [anon_sym_static] = ACTIONS(2514), + [anon_sym_register] = ACTIONS(2514), + [anon_sym_inline] = ACTIONS(2514), + [anon_sym_thread_local] = ACTIONS(2514), + [anon_sym_const] = ACTIONS(2514), + [anon_sym_volatile] = ACTIONS(2514), + [anon_sym_restrict] = ACTIONS(2514), + [anon_sym__Atomic] = ACTIONS(2514), + [anon_sym_mutable] = ACTIONS(2514), + [anon_sym_constexpr] = ACTIONS(2514), + [anon_sym_constinit] = ACTIONS(2514), + [anon_sym_consteval] = ACTIONS(2514), + [anon_sym_signed] = ACTIONS(2514), + [anon_sym_unsigned] = ACTIONS(2514), + [anon_sym_long] = ACTIONS(2514), + [anon_sym_short] = ACTIONS(2514), + [sym_primitive_type] = ACTIONS(2514), + [anon_sym_enum] = ACTIONS(2514), + [anon_sym_class] = ACTIONS(2514), + [anon_sym_struct] = ACTIONS(2514), + [anon_sym_union] = ACTIONS(2514), + [anon_sym_if] = ACTIONS(2514), + [anon_sym_else] = ACTIONS(2514), + [anon_sym_switch] = ACTIONS(2514), + [anon_sym_while] = ACTIONS(2514), + [anon_sym_do] = ACTIONS(2514), + [anon_sym_for] = ACTIONS(2514), + [anon_sym_return] = ACTIONS(2514), + [anon_sym_break] = ACTIONS(2514), + [anon_sym_continue] = ACTIONS(2514), + [anon_sym_goto] = ACTIONS(2514), + [anon_sym_not] = ACTIONS(2514), + [anon_sym_compl] = ACTIONS(2514), + [anon_sym_DASH_DASH] = ACTIONS(2516), + [anon_sym_PLUS_PLUS] = ACTIONS(2516), + [anon_sym_sizeof] = ACTIONS(2514), + [sym_number_literal] = ACTIONS(2516), + [anon_sym_L_SQUOTE] = ACTIONS(2516), + [anon_sym_u_SQUOTE] = ACTIONS(2516), + [anon_sym_U_SQUOTE] = ACTIONS(2516), + [anon_sym_u8_SQUOTE] = ACTIONS(2516), + [anon_sym_SQUOTE] = ACTIONS(2516), + [anon_sym_L_DQUOTE] = ACTIONS(2516), + [anon_sym_u_DQUOTE] = ACTIONS(2516), + [anon_sym_U_DQUOTE] = ACTIONS(2516), + [anon_sym_u8_DQUOTE] = ACTIONS(2516), + [anon_sym_DQUOTE] = ACTIONS(2516), + [sym_true] = ACTIONS(2514), + [sym_false] = ACTIONS(2514), + [sym_null] = ACTIONS(2514), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2514), + [anon_sym_decltype] = ACTIONS(2514), + [anon_sym_virtual] = ACTIONS(2514), + [anon_sym_typename] = ACTIONS(2514), + [anon_sym_template] = ACTIONS(2514), + [anon_sym_try] = ACTIONS(2514), + [anon_sym_delete] = ACTIONS(2514), + [anon_sym_throw] = ACTIONS(2514), + [anon_sym_co_return] = ACTIONS(2514), + [anon_sym_co_yield] = ACTIONS(2514), + [anon_sym_R_DQUOTE] = ACTIONS(2516), + [anon_sym_LR_DQUOTE] = ACTIONS(2516), + [anon_sym_uR_DQUOTE] = ACTIONS(2516), + [anon_sym_UR_DQUOTE] = ACTIONS(2516), + [anon_sym_u8R_DQUOTE] = ACTIONS(2516), + [anon_sym_co_await] = ACTIONS(2514), + [anon_sym_new] = ACTIONS(2514), + [anon_sym_requires] = ACTIONS(2514), + [sym_this] = ACTIONS(2514), + [sym_nullptr] = ACTIONS(2514), }, - [1150] = { + [1168] = { [sym_identifier] = ACTIONS(2520), [anon_sym_LPAREN2] = ACTIONS(2522), [anon_sym_BANG] = ACTIONS(2522), @@ -167149,780 +168527,2040 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2520), [sym_nullptr] = ACTIONS(2520), }, - [1151] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [1169] = { + [sym_identifier] = ACTIONS(2494), + [anon_sym_LPAREN2] = ACTIONS(2496), + [anon_sym_BANG] = ACTIONS(2496), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2494), + [anon_sym_PLUS] = ACTIONS(2494), + [anon_sym_STAR] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2496), + [anon_sym_SEMI] = ACTIONS(2496), + [anon_sym_typedef] = ACTIONS(2494), + [anon_sym_extern] = ACTIONS(2494), + [anon_sym___attribute__] = ACTIONS(2494), + [anon_sym_COLON_COLON] = ACTIONS(2496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2496), + [anon_sym___declspec] = ACTIONS(2494), + [anon_sym_LBRACE] = ACTIONS(2496), + [anon_sym_LBRACK] = ACTIONS(2494), + [anon_sym_static] = ACTIONS(2494), + [anon_sym_register] = ACTIONS(2494), + [anon_sym_inline] = ACTIONS(2494), + [anon_sym_thread_local] = ACTIONS(2494), + [anon_sym_const] = ACTIONS(2494), + [anon_sym_volatile] = ACTIONS(2494), + [anon_sym_restrict] = ACTIONS(2494), + [anon_sym__Atomic] = ACTIONS(2494), + [anon_sym_mutable] = ACTIONS(2494), + [anon_sym_constexpr] = ACTIONS(2494), + [anon_sym_constinit] = ACTIONS(2494), + [anon_sym_consteval] = ACTIONS(2494), + [anon_sym_signed] = ACTIONS(2494), + [anon_sym_unsigned] = ACTIONS(2494), + [anon_sym_long] = ACTIONS(2494), + [anon_sym_short] = ACTIONS(2494), + [sym_primitive_type] = ACTIONS(2494), + [anon_sym_enum] = ACTIONS(2494), + [anon_sym_class] = ACTIONS(2494), + [anon_sym_struct] = ACTIONS(2494), + [anon_sym_union] = ACTIONS(2494), + [anon_sym_if] = ACTIONS(2494), + [anon_sym_else] = ACTIONS(2494), + [anon_sym_switch] = ACTIONS(2494), + [anon_sym_while] = ACTIONS(2494), + [anon_sym_do] = ACTIONS(2494), + [anon_sym_for] = ACTIONS(2494), + [anon_sym_return] = ACTIONS(2494), + [anon_sym_break] = ACTIONS(2494), + [anon_sym_continue] = ACTIONS(2494), + [anon_sym_goto] = ACTIONS(2494), + [anon_sym_not] = ACTIONS(2494), + [anon_sym_compl] = ACTIONS(2494), + [anon_sym_DASH_DASH] = ACTIONS(2496), + [anon_sym_PLUS_PLUS] = ACTIONS(2496), + [anon_sym_sizeof] = ACTIONS(2494), + [sym_number_literal] = ACTIONS(2496), + [anon_sym_L_SQUOTE] = ACTIONS(2496), + [anon_sym_u_SQUOTE] = ACTIONS(2496), + [anon_sym_U_SQUOTE] = ACTIONS(2496), + [anon_sym_u8_SQUOTE] = ACTIONS(2496), + [anon_sym_SQUOTE] = ACTIONS(2496), + [anon_sym_L_DQUOTE] = ACTIONS(2496), + [anon_sym_u_DQUOTE] = ACTIONS(2496), + [anon_sym_U_DQUOTE] = ACTIONS(2496), + [anon_sym_u8_DQUOTE] = ACTIONS(2496), + [anon_sym_DQUOTE] = ACTIONS(2496), + [sym_true] = ACTIONS(2494), + [sym_false] = ACTIONS(2494), + [sym_null] = ACTIONS(2494), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2494), + [anon_sym_decltype] = ACTIONS(2494), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_typename] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2494), + [anon_sym_try] = ACTIONS(2494), + [anon_sym_delete] = ACTIONS(2494), + [anon_sym_throw] = ACTIONS(2494), + [anon_sym_co_return] = ACTIONS(2494), + [anon_sym_co_yield] = ACTIONS(2494), + [anon_sym_R_DQUOTE] = ACTIONS(2496), + [anon_sym_LR_DQUOTE] = ACTIONS(2496), + [anon_sym_uR_DQUOTE] = ACTIONS(2496), + [anon_sym_UR_DQUOTE] = ACTIONS(2496), + [anon_sym_u8R_DQUOTE] = ACTIONS(2496), + [anon_sym_co_await] = ACTIONS(2494), + [anon_sym_new] = ACTIONS(2494), + [anon_sym_requires] = ACTIONS(2494), + [sym_this] = ACTIONS(2494), + [sym_nullptr] = ACTIONS(2494), }, - [1152] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3332), - [anon_sym_LBRACK] = ACTIONS(3310), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(193), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [1170] = { + [sym_identifier] = ACTIONS(2528), + [anon_sym_LPAREN2] = ACTIONS(2530), + [anon_sym_BANG] = ACTIONS(2530), + [anon_sym_TILDE] = ACTIONS(2530), + [anon_sym_DASH] = ACTIONS(2528), + [anon_sym_PLUS] = ACTIONS(2528), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_AMP] = ACTIONS(2530), + [anon_sym_SEMI] = ACTIONS(2530), + [anon_sym_typedef] = ACTIONS(2528), + [anon_sym_extern] = ACTIONS(2528), + [anon_sym___attribute__] = ACTIONS(2528), + [anon_sym_COLON_COLON] = ACTIONS(2530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2530), + [anon_sym___declspec] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2528), + [anon_sym_static] = ACTIONS(2528), + [anon_sym_register] = ACTIONS(2528), + [anon_sym_inline] = ACTIONS(2528), + [anon_sym_thread_local] = ACTIONS(2528), + [anon_sym_const] = ACTIONS(2528), + [anon_sym_volatile] = ACTIONS(2528), + [anon_sym_restrict] = ACTIONS(2528), + [anon_sym__Atomic] = ACTIONS(2528), + [anon_sym_mutable] = ACTIONS(2528), + [anon_sym_constexpr] = ACTIONS(2528), + [anon_sym_constinit] = ACTIONS(2528), + [anon_sym_consteval] = ACTIONS(2528), + [anon_sym_signed] = ACTIONS(2528), + [anon_sym_unsigned] = ACTIONS(2528), + [anon_sym_long] = ACTIONS(2528), + [anon_sym_short] = ACTIONS(2528), + [sym_primitive_type] = ACTIONS(2528), + [anon_sym_enum] = ACTIONS(2528), + [anon_sym_class] = ACTIONS(2528), + [anon_sym_struct] = ACTIONS(2528), + [anon_sym_union] = ACTIONS(2528), + [anon_sym_if] = ACTIONS(2528), + [anon_sym_else] = ACTIONS(2528), + [anon_sym_switch] = ACTIONS(2528), + [anon_sym_while] = ACTIONS(2528), + [anon_sym_do] = ACTIONS(2528), + [anon_sym_for] = ACTIONS(2528), + [anon_sym_return] = ACTIONS(2528), + [anon_sym_break] = ACTIONS(2528), + [anon_sym_continue] = ACTIONS(2528), + [anon_sym_goto] = ACTIONS(2528), + [anon_sym_not] = ACTIONS(2528), + [anon_sym_compl] = ACTIONS(2528), + [anon_sym_DASH_DASH] = ACTIONS(2530), + [anon_sym_PLUS_PLUS] = ACTIONS(2530), + [anon_sym_sizeof] = ACTIONS(2528), + [sym_number_literal] = ACTIONS(2530), + [anon_sym_L_SQUOTE] = ACTIONS(2530), + [anon_sym_u_SQUOTE] = ACTIONS(2530), + [anon_sym_U_SQUOTE] = ACTIONS(2530), + [anon_sym_u8_SQUOTE] = ACTIONS(2530), + [anon_sym_SQUOTE] = ACTIONS(2530), + [anon_sym_L_DQUOTE] = ACTIONS(2530), + [anon_sym_u_DQUOTE] = ACTIONS(2530), + [anon_sym_U_DQUOTE] = ACTIONS(2530), + [anon_sym_u8_DQUOTE] = ACTIONS(2530), + [anon_sym_DQUOTE] = ACTIONS(2530), + [sym_true] = ACTIONS(2528), + [sym_false] = ACTIONS(2528), + [sym_null] = ACTIONS(2528), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2528), + [anon_sym_decltype] = ACTIONS(2528), + [anon_sym_virtual] = ACTIONS(2528), + [anon_sym_typename] = ACTIONS(2528), + [anon_sym_template] = ACTIONS(2528), + [anon_sym_try] = ACTIONS(2528), + [anon_sym_delete] = ACTIONS(2528), + [anon_sym_throw] = ACTIONS(2528), + [anon_sym_co_return] = ACTIONS(2528), + [anon_sym_co_yield] = ACTIONS(2528), + [anon_sym_R_DQUOTE] = ACTIONS(2530), + [anon_sym_LR_DQUOTE] = ACTIONS(2530), + [anon_sym_uR_DQUOTE] = ACTIONS(2530), + [anon_sym_UR_DQUOTE] = ACTIONS(2530), + [anon_sym_u8R_DQUOTE] = ACTIONS(2530), + [anon_sym_co_await] = ACTIONS(2528), + [anon_sym_new] = ACTIONS(2528), + [anon_sym_requires] = ACTIONS(2528), + [sym_this] = ACTIONS(2528), + [sym_nullptr] = ACTIONS(2528), }, - [1153] = { - [sym_identifier] = ACTIONS(2538), - [anon_sym_LPAREN2] = ACTIONS(2540), - [anon_sym_BANG] = ACTIONS(2540), - [anon_sym_TILDE] = ACTIONS(2540), - [anon_sym_DASH] = ACTIONS(2538), - [anon_sym_PLUS] = ACTIONS(2538), - [anon_sym_STAR] = ACTIONS(2540), - [anon_sym_AMP] = ACTIONS(2540), - [anon_sym_SEMI] = ACTIONS(2540), - [anon_sym_typedef] = ACTIONS(2538), - [anon_sym_extern] = ACTIONS(2538), - [anon_sym___attribute__] = ACTIONS(2538), - [anon_sym_COLON_COLON] = ACTIONS(2540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), - [anon_sym___declspec] = ACTIONS(2538), - [anon_sym_LBRACE] = ACTIONS(2540), - [anon_sym_LBRACK] = ACTIONS(2538), - [anon_sym_static] = ACTIONS(2538), - [anon_sym_register] = ACTIONS(2538), - [anon_sym_inline] = ACTIONS(2538), - [anon_sym_thread_local] = ACTIONS(2538), - [anon_sym_const] = ACTIONS(2538), - [anon_sym_volatile] = ACTIONS(2538), - [anon_sym_restrict] = ACTIONS(2538), - [anon_sym__Atomic] = ACTIONS(2538), - [anon_sym_mutable] = ACTIONS(2538), - [anon_sym_constexpr] = ACTIONS(2538), - [anon_sym_constinit] = ACTIONS(2538), - [anon_sym_consteval] = ACTIONS(2538), - [anon_sym_signed] = ACTIONS(2538), - [anon_sym_unsigned] = ACTIONS(2538), - [anon_sym_long] = ACTIONS(2538), - [anon_sym_short] = ACTIONS(2538), - [sym_primitive_type] = ACTIONS(2538), - [anon_sym_enum] = ACTIONS(2538), - [anon_sym_class] = ACTIONS(2538), - [anon_sym_struct] = ACTIONS(2538), - [anon_sym_union] = ACTIONS(2538), - [anon_sym_if] = ACTIONS(2538), - [anon_sym_else] = ACTIONS(2538), - [anon_sym_switch] = ACTIONS(2538), - [anon_sym_while] = ACTIONS(2538), - [anon_sym_do] = ACTIONS(2538), - [anon_sym_for] = ACTIONS(2538), - [anon_sym_return] = ACTIONS(2538), - [anon_sym_break] = ACTIONS(2538), - [anon_sym_continue] = ACTIONS(2538), - [anon_sym_goto] = ACTIONS(2538), - [anon_sym_not] = ACTIONS(2538), - [anon_sym_compl] = ACTIONS(2538), - [anon_sym_DASH_DASH] = ACTIONS(2540), - [anon_sym_PLUS_PLUS] = ACTIONS(2540), - [anon_sym_sizeof] = ACTIONS(2538), - [sym_number_literal] = ACTIONS(2540), - [anon_sym_L_SQUOTE] = ACTIONS(2540), - [anon_sym_u_SQUOTE] = ACTIONS(2540), - [anon_sym_U_SQUOTE] = ACTIONS(2540), - [anon_sym_u8_SQUOTE] = ACTIONS(2540), - [anon_sym_SQUOTE] = ACTIONS(2540), - [anon_sym_L_DQUOTE] = ACTIONS(2540), - [anon_sym_u_DQUOTE] = ACTIONS(2540), - [anon_sym_U_DQUOTE] = ACTIONS(2540), - [anon_sym_u8_DQUOTE] = ACTIONS(2540), - [anon_sym_DQUOTE] = ACTIONS(2540), - [sym_true] = ACTIONS(2538), - [sym_false] = ACTIONS(2538), - [sym_null] = ACTIONS(2538), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2538), - [anon_sym_decltype] = ACTIONS(2538), - [anon_sym_virtual] = ACTIONS(2538), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(2538), - [anon_sym_try] = ACTIONS(2538), - [anon_sym_delete] = ACTIONS(2538), - [anon_sym_throw] = ACTIONS(2538), - [anon_sym_co_return] = ACTIONS(2538), - [anon_sym_co_yield] = ACTIONS(2538), - [anon_sym_R_DQUOTE] = ACTIONS(2540), - [anon_sym_LR_DQUOTE] = ACTIONS(2540), - [anon_sym_uR_DQUOTE] = ACTIONS(2540), - [anon_sym_UR_DQUOTE] = ACTIONS(2540), - [anon_sym_u8R_DQUOTE] = ACTIONS(2540), - [anon_sym_co_await] = ACTIONS(2538), - [anon_sym_new] = ACTIONS(2538), - [anon_sym_requires] = ACTIONS(2538), - [sym_this] = ACTIONS(2538), - [sym_nullptr] = ACTIONS(2538), + [1171] = { + [sym_identifier] = ACTIONS(2532), + [anon_sym_LPAREN2] = ACTIONS(2534), + [anon_sym_BANG] = ACTIONS(2534), + [anon_sym_TILDE] = ACTIONS(2534), + [anon_sym_DASH] = ACTIONS(2532), + [anon_sym_PLUS] = ACTIONS(2532), + [anon_sym_STAR] = ACTIONS(2534), + [anon_sym_AMP] = ACTIONS(2534), + [anon_sym_SEMI] = ACTIONS(2534), + [anon_sym_typedef] = ACTIONS(2532), + [anon_sym_extern] = ACTIONS(2532), + [anon_sym___attribute__] = ACTIONS(2532), + [anon_sym_COLON_COLON] = ACTIONS(2534), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2534), + [anon_sym___declspec] = ACTIONS(2532), + [anon_sym_LBRACE] = ACTIONS(2534), + [anon_sym_LBRACK] = ACTIONS(2532), + [anon_sym_static] = ACTIONS(2532), + [anon_sym_register] = ACTIONS(2532), + [anon_sym_inline] = ACTIONS(2532), + [anon_sym_thread_local] = ACTIONS(2532), + [anon_sym_const] = ACTIONS(2532), + [anon_sym_volatile] = ACTIONS(2532), + [anon_sym_restrict] = ACTIONS(2532), + [anon_sym__Atomic] = ACTIONS(2532), + [anon_sym_mutable] = ACTIONS(2532), + [anon_sym_constexpr] = ACTIONS(2532), + [anon_sym_constinit] = ACTIONS(2532), + [anon_sym_consteval] = ACTIONS(2532), + [anon_sym_signed] = ACTIONS(2532), + [anon_sym_unsigned] = ACTIONS(2532), + [anon_sym_long] = ACTIONS(2532), + [anon_sym_short] = ACTIONS(2532), + [sym_primitive_type] = ACTIONS(2532), + [anon_sym_enum] = ACTIONS(2532), + [anon_sym_class] = ACTIONS(2532), + [anon_sym_struct] = ACTIONS(2532), + [anon_sym_union] = ACTIONS(2532), + [anon_sym_if] = ACTIONS(2532), + [anon_sym_else] = ACTIONS(2532), + [anon_sym_switch] = ACTIONS(2532), + [anon_sym_while] = ACTIONS(2532), + [anon_sym_do] = ACTIONS(2532), + [anon_sym_for] = ACTIONS(2532), + [anon_sym_return] = ACTIONS(2532), + [anon_sym_break] = ACTIONS(2532), + [anon_sym_continue] = ACTIONS(2532), + [anon_sym_goto] = ACTIONS(2532), + [anon_sym_not] = ACTIONS(2532), + [anon_sym_compl] = ACTIONS(2532), + [anon_sym_DASH_DASH] = ACTIONS(2534), + [anon_sym_PLUS_PLUS] = ACTIONS(2534), + [anon_sym_sizeof] = ACTIONS(2532), + [sym_number_literal] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2534), + [anon_sym_u_SQUOTE] = ACTIONS(2534), + [anon_sym_U_SQUOTE] = ACTIONS(2534), + [anon_sym_u8_SQUOTE] = ACTIONS(2534), + [anon_sym_SQUOTE] = ACTIONS(2534), + [anon_sym_L_DQUOTE] = ACTIONS(2534), + [anon_sym_u_DQUOTE] = ACTIONS(2534), + [anon_sym_U_DQUOTE] = ACTIONS(2534), + [anon_sym_u8_DQUOTE] = ACTIONS(2534), + [anon_sym_DQUOTE] = ACTIONS(2534), + [sym_true] = ACTIONS(2532), + [sym_false] = ACTIONS(2532), + [sym_null] = ACTIONS(2532), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2532), + [anon_sym_decltype] = ACTIONS(2532), + [anon_sym_virtual] = ACTIONS(2532), + [anon_sym_typename] = ACTIONS(2532), + [anon_sym_template] = ACTIONS(2532), + [anon_sym_try] = ACTIONS(2532), + [anon_sym_delete] = ACTIONS(2532), + [anon_sym_throw] = ACTIONS(2532), + [anon_sym_co_return] = ACTIONS(2532), + [anon_sym_co_yield] = ACTIONS(2532), + [anon_sym_R_DQUOTE] = ACTIONS(2534), + [anon_sym_LR_DQUOTE] = ACTIONS(2534), + [anon_sym_uR_DQUOTE] = ACTIONS(2534), + [anon_sym_UR_DQUOTE] = ACTIONS(2534), + [anon_sym_u8R_DQUOTE] = ACTIONS(2534), + [anon_sym_co_await] = ACTIONS(2532), + [anon_sym_new] = ACTIONS(2532), + [anon_sym_requires] = ACTIONS(2532), + [sym_this] = ACTIONS(2532), + [sym_nullptr] = ACTIONS(2532), }, - [1154] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [1172] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [1155] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3334), - [anon_sym_LBRACK] = ACTIONS(3310), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(193), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [1173] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1174] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1175] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1176] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1177] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1178] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1179] = { + [sym_identifier] = ACTIONS(2524), + [anon_sym_LPAREN2] = ACTIONS(2526), + [anon_sym_BANG] = ACTIONS(2526), + [anon_sym_TILDE] = ACTIONS(2526), + [anon_sym_DASH] = ACTIONS(2524), + [anon_sym_PLUS] = ACTIONS(2524), + [anon_sym_STAR] = ACTIONS(2526), + [anon_sym_AMP] = ACTIONS(2526), + [anon_sym_SEMI] = ACTIONS(2526), + [anon_sym_typedef] = ACTIONS(2524), + [anon_sym_extern] = ACTIONS(2524), + [anon_sym___attribute__] = ACTIONS(2524), + [anon_sym_COLON_COLON] = ACTIONS(2526), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2526), + [anon_sym___declspec] = ACTIONS(2524), + [anon_sym_LBRACE] = ACTIONS(2526), + [anon_sym_LBRACK] = ACTIONS(2524), + [anon_sym_static] = ACTIONS(2524), + [anon_sym_register] = ACTIONS(2524), + [anon_sym_inline] = ACTIONS(2524), + [anon_sym_thread_local] = ACTIONS(2524), + [anon_sym_const] = ACTIONS(2524), + [anon_sym_volatile] = ACTIONS(2524), + [anon_sym_restrict] = ACTIONS(2524), + [anon_sym__Atomic] = ACTIONS(2524), + [anon_sym_mutable] = ACTIONS(2524), + [anon_sym_constexpr] = ACTIONS(2524), + [anon_sym_constinit] = ACTIONS(2524), + [anon_sym_consteval] = ACTIONS(2524), + [anon_sym_signed] = ACTIONS(2524), + [anon_sym_unsigned] = ACTIONS(2524), + [anon_sym_long] = ACTIONS(2524), + [anon_sym_short] = ACTIONS(2524), + [sym_primitive_type] = ACTIONS(2524), + [anon_sym_enum] = ACTIONS(2524), + [anon_sym_class] = ACTIONS(2524), + [anon_sym_struct] = ACTIONS(2524), + [anon_sym_union] = ACTIONS(2524), + [anon_sym_if] = ACTIONS(2524), + [anon_sym_else] = ACTIONS(2524), + [anon_sym_switch] = ACTIONS(2524), + [anon_sym_while] = ACTIONS(2524), + [anon_sym_do] = ACTIONS(2524), + [anon_sym_for] = ACTIONS(2524), + [anon_sym_return] = ACTIONS(2524), + [anon_sym_break] = ACTIONS(2524), + [anon_sym_continue] = ACTIONS(2524), + [anon_sym_goto] = ACTIONS(2524), + [anon_sym_not] = ACTIONS(2524), + [anon_sym_compl] = ACTIONS(2524), + [anon_sym_DASH_DASH] = ACTIONS(2526), + [anon_sym_PLUS_PLUS] = ACTIONS(2526), + [anon_sym_sizeof] = ACTIONS(2524), + [sym_number_literal] = ACTIONS(2526), + [anon_sym_L_SQUOTE] = ACTIONS(2526), + [anon_sym_u_SQUOTE] = ACTIONS(2526), + [anon_sym_U_SQUOTE] = ACTIONS(2526), + [anon_sym_u8_SQUOTE] = ACTIONS(2526), + [anon_sym_SQUOTE] = ACTIONS(2526), + [anon_sym_L_DQUOTE] = ACTIONS(2526), + [anon_sym_u_DQUOTE] = ACTIONS(2526), + [anon_sym_U_DQUOTE] = ACTIONS(2526), + [anon_sym_u8_DQUOTE] = ACTIONS(2526), + [anon_sym_DQUOTE] = ACTIONS(2526), + [sym_true] = ACTIONS(2524), + [sym_false] = ACTIONS(2524), + [sym_null] = ACTIONS(2524), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [sym_auto] = ACTIONS(2524), + [anon_sym_decltype] = ACTIONS(2524), + [anon_sym_virtual] = ACTIONS(2524), + [anon_sym_typename] = ACTIONS(2524), + [anon_sym_template] = ACTIONS(2524), + [anon_sym_try] = ACTIONS(2524), + [anon_sym_delete] = ACTIONS(2524), + [anon_sym_throw] = ACTIONS(2524), + [anon_sym_co_return] = ACTIONS(2524), + [anon_sym_co_yield] = ACTIONS(2524), + [anon_sym_R_DQUOTE] = ACTIONS(2526), + [anon_sym_LR_DQUOTE] = ACTIONS(2526), + [anon_sym_uR_DQUOTE] = ACTIONS(2526), + [anon_sym_UR_DQUOTE] = ACTIONS(2526), + [anon_sym_u8R_DQUOTE] = ACTIONS(2526), + [anon_sym_co_await] = ACTIONS(2524), + [anon_sym_new] = ACTIONS(2524), + [anon_sym_requires] = ACTIONS(2524), + [sym_this] = ACTIONS(2524), + [sym_nullptr] = ACTIONS(2524), }, - [1156] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [1180] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [1157] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [1181] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [1158] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [1182] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [1159] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1183] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1184] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [1185] = { + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(2560), + [anon_sym_BANG] = ACTIONS(2560), + [anon_sym_TILDE] = ACTIONS(2560), + [anon_sym_DASH] = ACTIONS(2558), + [anon_sym_PLUS] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2560), + [anon_sym_AMP] = ACTIONS(2560), + [anon_sym_SEMI] = ACTIONS(2560), + [anon_sym_typedef] = ACTIONS(2558), + [anon_sym_extern] = ACTIONS(2558), + [anon_sym___attribute__] = ACTIONS(2558), + [anon_sym_COLON_COLON] = ACTIONS(2560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2560), + [anon_sym___declspec] = ACTIONS(2558), + [anon_sym_LBRACE] = ACTIONS(2560), + [anon_sym_LBRACK] = ACTIONS(2558), + [anon_sym_static] = ACTIONS(2558), + [anon_sym_register] = ACTIONS(2558), + [anon_sym_inline] = ACTIONS(2558), + [anon_sym_thread_local] = ACTIONS(2558), + [anon_sym_const] = ACTIONS(2558), + [anon_sym_volatile] = ACTIONS(2558), + [anon_sym_restrict] = ACTIONS(2558), + [anon_sym__Atomic] = ACTIONS(2558), + [anon_sym_mutable] = ACTIONS(2558), + [anon_sym_constexpr] = ACTIONS(2558), + [anon_sym_constinit] = ACTIONS(2558), + [anon_sym_consteval] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2558), + [anon_sym_unsigned] = ACTIONS(2558), + [anon_sym_long] = ACTIONS(2558), + [anon_sym_short] = ACTIONS(2558), + [sym_primitive_type] = ACTIONS(2558), + [anon_sym_enum] = ACTIONS(2558), + [anon_sym_class] = ACTIONS(2558), + [anon_sym_struct] = ACTIONS(2558), + [anon_sym_union] = ACTIONS(2558), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_else] = ACTIONS(2558), + [anon_sym_switch] = ACTIONS(2558), + [anon_sym_while] = ACTIONS(2558), + [anon_sym_do] = ACTIONS(2558), + [anon_sym_for] = ACTIONS(2558), + [anon_sym_return] = ACTIONS(2558), + [anon_sym_break] = ACTIONS(2558), + [anon_sym_continue] = ACTIONS(2558), + [anon_sym_goto] = ACTIONS(2558), + [anon_sym_not] = ACTIONS(2558), + [anon_sym_compl] = ACTIONS(2558), + [anon_sym_DASH_DASH] = ACTIONS(2560), + [anon_sym_PLUS_PLUS] = ACTIONS(2560), + [anon_sym_sizeof] = ACTIONS(2558), + [sym_number_literal] = ACTIONS(2560), + [anon_sym_L_SQUOTE] = ACTIONS(2560), + [anon_sym_u_SQUOTE] = ACTIONS(2560), + [anon_sym_U_SQUOTE] = ACTIONS(2560), + [anon_sym_u8_SQUOTE] = ACTIONS(2560), + [anon_sym_SQUOTE] = ACTIONS(2560), + [anon_sym_L_DQUOTE] = ACTIONS(2560), + [anon_sym_u_DQUOTE] = ACTIONS(2560), + [anon_sym_U_DQUOTE] = ACTIONS(2560), + [anon_sym_u8_DQUOTE] = ACTIONS(2560), + [anon_sym_DQUOTE] = ACTIONS(2560), + [sym_true] = ACTIONS(2558), + [sym_false] = ACTIONS(2558), + [sym_null] = ACTIONS(2558), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2558), + [anon_sym_virtual] = ACTIONS(2558), + [anon_sym_typename] = ACTIONS(2558), + [anon_sym_template] = ACTIONS(2558), + [anon_sym_try] = ACTIONS(2558), + [anon_sym_delete] = ACTIONS(2558), + [anon_sym_throw] = ACTIONS(2558), + [anon_sym_co_return] = ACTIONS(2558), + [anon_sym_co_yield] = ACTIONS(2558), + [anon_sym_R_DQUOTE] = ACTIONS(2560), + [anon_sym_LR_DQUOTE] = ACTIONS(2560), + [anon_sym_uR_DQUOTE] = ACTIONS(2560), + [anon_sym_UR_DQUOTE] = ACTIONS(2560), + [anon_sym_u8R_DQUOTE] = ACTIONS(2560), + [anon_sym_co_await] = ACTIONS(2558), + [anon_sym_new] = ACTIONS(2558), + [anon_sym_requires] = ACTIONS(2558), + [sym_this] = ACTIONS(2558), + [sym_nullptr] = ACTIONS(2558), + }, + [1186] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1187] = { + [sym_identifier] = ACTIONS(2548), + [anon_sym_LPAREN2] = ACTIONS(2550), + [anon_sym_BANG] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2550), + [anon_sym_DASH] = ACTIONS(2548), + [anon_sym_PLUS] = ACTIONS(2548), + [anon_sym_STAR] = ACTIONS(2550), + [anon_sym_AMP] = ACTIONS(2550), + [anon_sym_SEMI] = ACTIONS(2550), + [anon_sym_typedef] = ACTIONS(2548), + [anon_sym_extern] = ACTIONS(2548), + [anon_sym___attribute__] = ACTIONS(2548), + [anon_sym_COLON_COLON] = ACTIONS(2550), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2550), + [anon_sym___declspec] = ACTIONS(2548), + [anon_sym_LBRACE] = ACTIONS(2550), + [anon_sym_LBRACK] = ACTIONS(2548), + [anon_sym_static] = ACTIONS(2548), + [anon_sym_register] = ACTIONS(2548), + [anon_sym_inline] = ACTIONS(2548), + [anon_sym_thread_local] = ACTIONS(2548), + [anon_sym_const] = ACTIONS(2548), + [anon_sym_volatile] = ACTIONS(2548), + [anon_sym_restrict] = ACTIONS(2548), + [anon_sym__Atomic] = ACTIONS(2548), + [anon_sym_mutable] = ACTIONS(2548), + [anon_sym_constexpr] = ACTIONS(2548), + [anon_sym_constinit] = ACTIONS(2548), + [anon_sym_consteval] = ACTIONS(2548), + [anon_sym_signed] = ACTIONS(2548), + [anon_sym_unsigned] = ACTIONS(2548), + [anon_sym_long] = ACTIONS(2548), + [anon_sym_short] = ACTIONS(2548), + [sym_primitive_type] = ACTIONS(2548), + [anon_sym_enum] = ACTIONS(2548), + [anon_sym_class] = ACTIONS(2548), + [anon_sym_struct] = ACTIONS(2548), + [anon_sym_union] = ACTIONS(2548), + [anon_sym_if] = ACTIONS(2548), + [anon_sym_else] = ACTIONS(2548), + [anon_sym_switch] = ACTIONS(2548), + [anon_sym_while] = ACTIONS(2548), + [anon_sym_do] = ACTIONS(2548), + [anon_sym_for] = ACTIONS(2548), + [anon_sym_return] = ACTIONS(2548), + [anon_sym_break] = ACTIONS(2548), + [anon_sym_continue] = ACTIONS(2548), + [anon_sym_goto] = ACTIONS(2548), + [anon_sym_not] = ACTIONS(2548), + [anon_sym_compl] = ACTIONS(2548), + [anon_sym_DASH_DASH] = ACTIONS(2550), + [anon_sym_PLUS_PLUS] = ACTIONS(2550), + [anon_sym_sizeof] = ACTIONS(2548), + [sym_number_literal] = ACTIONS(2550), + [anon_sym_L_SQUOTE] = ACTIONS(2550), + [anon_sym_u_SQUOTE] = ACTIONS(2550), + [anon_sym_U_SQUOTE] = ACTIONS(2550), + [anon_sym_u8_SQUOTE] = ACTIONS(2550), + [anon_sym_SQUOTE] = ACTIONS(2550), + [anon_sym_L_DQUOTE] = ACTIONS(2550), + [anon_sym_u_DQUOTE] = ACTIONS(2550), + [anon_sym_U_DQUOTE] = ACTIONS(2550), + [anon_sym_u8_DQUOTE] = ACTIONS(2550), + [anon_sym_DQUOTE] = ACTIONS(2550), + [sym_true] = ACTIONS(2548), + [sym_false] = ACTIONS(2548), + [sym_null] = ACTIONS(2548), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2548), + [anon_sym_decltype] = ACTIONS(2548), + [anon_sym_virtual] = ACTIONS(2548), + [anon_sym_typename] = ACTIONS(2548), + [anon_sym_template] = ACTIONS(2548), + [anon_sym_try] = ACTIONS(2548), + [anon_sym_delete] = ACTIONS(2548), + [anon_sym_throw] = ACTIONS(2548), + [anon_sym_co_return] = ACTIONS(2548), + [anon_sym_co_yield] = ACTIONS(2548), + [anon_sym_R_DQUOTE] = ACTIONS(2550), + [anon_sym_LR_DQUOTE] = ACTIONS(2550), + [anon_sym_uR_DQUOTE] = ACTIONS(2550), + [anon_sym_UR_DQUOTE] = ACTIONS(2550), + [anon_sym_u8R_DQUOTE] = ACTIONS(2550), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2548), + [anon_sym_requires] = ACTIONS(2548), + [sym_this] = ACTIONS(2548), + [sym_nullptr] = ACTIONS(2548), + }, + [1188] = { + [sym_identifier] = ACTIONS(2554), + [anon_sym_LPAREN2] = ACTIONS(2556), + [anon_sym_BANG] = ACTIONS(2556), + [anon_sym_TILDE] = ACTIONS(2556), + [anon_sym_DASH] = ACTIONS(2554), + [anon_sym_PLUS] = ACTIONS(2554), + [anon_sym_STAR] = ACTIONS(2556), + [anon_sym_AMP] = ACTIONS(2556), + [anon_sym_SEMI] = ACTIONS(2556), + [anon_sym_typedef] = ACTIONS(2554), + [anon_sym_extern] = ACTIONS(2554), + [anon_sym___attribute__] = ACTIONS(2554), + [anon_sym_COLON_COLON] = ACTIONS(2556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2556), + [anon_sym___declspec] = ACTIONS(2554), + [anon_sym_LBRACE] = ACTIONS(2556), + [anon_sym_LBRACK] = ACTIONS(2554), + [anon_sym_static] = ACTIONS(2554), + [anon_sym_register] = ACTIONS(2554), + [anon_sym_inline] = ACTIONS(2554), + [anon_sym_thread_local] = ACTIONS(2554), + [anon_sym_const] = ACTIONS(2554), + [anon_sym_volatile] = ACTIONS(2554), + [anon_sym_restrict] = ACTIONS(2554), + [anon_sym__Atomic] = ACTIONS(2554), + [anon_sym_mutable] = ACTIONS(2554), + [anon_sym_constexpr] = ACTIONS(2554), + [anon_sym_constinit] = ACTIONS(2554), + [anon_sym_consteval] = ACTIONS(2554), + [anon_sym_signed] = ACTIONS(2554), + [anon_sym_unsigned] = ACTIONS(2554), + [anon_sym_long] = ACTIONS(2554), + [anon_sym_short] = ACTIONS(2554), + [sym_primitive_type] = ACTIONS(2554), + [anon_sym_enum] = ACTIONS(2554), + [anon_sym_class] = ACTIONS(2554), + [anon_sym_struct] = ACTIONS(2554), + [anon_sym_union] = ACTIONS(2554), + [anon_sym_if] = ACTIONS(2554), + [anon_sym_else] = ACTIONS(2554), + [anon_sym_switch] = ACTIONS(2554), + [anon_sym_while] = ACTIONS(2554), + [anon_sym_do] = ACTIONS(2554), + [anon_sym_for] = ACTIONS(2554), + [anon_sym_return] = ACTIONS(2554), + [anon_sym_break] = ACTIONS(2554), + [anon_sym_continue] = ACTIONS(2554), + [anon_sym_goto] = ACTIONS(2554), + [anon_sym_not] = ACTIONS(2554), + [anon_sym_compl] = ACTIONS(2554), + [anon_sym_DASH_DASH] = ACTIONS(2556), + [anon_sym_PLUS_PLUS] = ACTIONS(2556), + [anon_sym_sizeof] = ACTIONS(2554), + [sym_number_literal] = ACTIONS(2556), + [anon_sym_L_SQUOTE] = ACTIONS(2556), + [anon_sym_u_SQUOTE] = ACTIONS(2556), + [anon_sym_U_SQUOTE] = ACTIONS(2556), + [anon_sym_u8_SQUOTE] = ACTIONS(2556), + [anon_sym_SQUOTE] = ACTIONS(2556), + [anon_sym_L_DQUOTE] = ACTIONS(2556), + [anon_sym_u_DQUOTE] = ACTIONS(2556), + [anon_sym_U_DQUOTE] = ACTIONS(2556), + [anon_sym_u8_DQUOTE] = ACTIONS(2556), + [anon_sym_DQUOTE] = ACTIONS(2556), + [sym_true] = ACTIONS(2554), + [sym_false] = ACTIONS(2554), + [sym_null] = ACTIONS(2554), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2554), + [anon_sym_decltype] = ACTIONS(2554), + [anon_sym_virtual] = ACTIONS(2554), + [anon_sym_typename] = ACTIONS(2554), + [anon_sym_template] = ACTIONS(2554), + [anon_sym_try] = ACTIONS(2554), + [anon_sym_delete] = ACTIONS(2554), + [anon_sym_throw] = ACTIONS(2554), + [anon_sym_co_return] = ACTIONS(2554), + [anon_sym_co_yield] = ACTIONS(2554), + [anon_sym_R_DQUOTE] = ACTIONS(2556), + [anon_sym_LR_DQUOTE] = ACTIONS(2556), + [anon_sym_uR_DQUOTE] = ACTIONS(2556), + [anon_sym_UR_DQUOTE] = ACTIONS(2556), + [anon_sym_u8R_DQUOTE] = ACTIONS(2556), + [anon_sym_co_await] = ACTIONS(2554), + [anon_sym_new] = ACTIONS(2554), + [anon_sym_requires] = ACTIONS(2554), + [sym_this] = ACTIONS(2554), + [sym_nullptr] = ACTIONS(2554), + }, + [1189] = { + [sym_identifier] = ACTIONS(2604), + [anon_sym_LPAREN2] = ACTIONS(2606), + [anon_sym_BANG] = ACTIONS(2606), + [anon_sym_TILDE] = ACTIONS(2606), + [anon_sym_DASH] = ACTIONS(2604), + [anon_sym_PLUS] = ACTIONS(2604), + [anon_sym_STAR] = ACTIONS(2606), + [anon_sym_AMP] = ACTIONS(2606), + [anon_sym_SEMI] = ACTIONS(2606), + [anon_sym_typedef] = ACTIONS(2604), + [anon_sym_extern] = ACTIONS(2604), + [anon_sym___attribute__] = ACTIONS(2604), + [anon_sym_COLON_COLON] = ACTIONS(2606), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2606), + [anon_sym___declspec] = ACTIONS(2604), + [anon_sym_LBRACE] = ACTIONS(2606), + [anon_sym_LBRACK] = ACTIONS(2604), + [anon_sym_static] = ACTIONS(2604), + [anon_sym_register] = ACTIONS(2604), + [anon_sym_inline] = ACTIONS(2604), + [anon_sym_thread_local] = ACTIONS(2604), + [anon_sym_const] = ACTIONS(2604), + [anon_sym_volatile] = ACTIONS(2604), + [anon_sym_restrict] = ACTIONS(2604), + [anon_sym__Atomic] = ACTIONS(2604), + [anon_sym_mutable] = ACTIONS(2604), + [anon_sym_constexpr] = ACTIONS(2604), + [anon_sym_constinit] = ACTIONS(2604), + [anon_sym_consteval] = ACTIONS(2604), + [anon_sym_signed] = ACTIONS(2604), + [anon_sym_unsigned] = ACTIONS(2604), + [anon_sym_long] = ACTIONS(2604), + [anon_sym_short] = ACTIONS(2604), + [sym_primitive_type] = ACTIONS(2604), + [anon_sym_enum] = ACTIONS(2604), + [anon_sym_class] = ACTIONS(2604), + [anon_sym_struct] = ACTIONS(2604), + [anon_sym_union] = ACTIONS(2604), + [anon_sym_if] = ACTIONS(2604), + [anon_sym_else] = ACTIONS(2604), + [anon_sym_switch] = ACTIONS(2604), + [anon_sym_while] = ACTIONS(2604), + [anon_sym_do] = ACTIONS(2604), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2604), + [anon_sym_break] = ACTIONS(2604), + [anon_sym_continue] = ACTIONS(2604), + [anon_sym_goto] = ACTIONS(2604), + [anon_sym_not] = ACTIONS(2604), + [anon_sym_compl] = ACTIONS(2604), + [anon_sym_DASH_DASH] = ACTIONS(2606), + [anon_sym_PLUS_PLUS] = ACTIONS(2606), + [anon_sym_sizeof] = ACTIONS(2604), + [sym_number_literal] = ACTIONS(2606), + [anon_sym_L_SQUOTE] = ACTIONS(2606), + [anon_sym_u_SQUOTE] = ACTIONS(2606), + [anon_sym_U_SQUOTE] = ACTIONS(2606), + [anon_sym_u8_SQUOTE] = ACTIONS(2606), + [anon_sym_SQUOTE] = ACTIONS(2606), + [anon_sym_L_DQUOTE] = ACTIONS(2606), + [anon_sym_u_DQUOTE] = ACTIONS(2606), + [anon_sym_U_DQUOTE] = ACTIONS(2606), + [anon_sym_u8_DQUOTE] = ACTIONS(2606), + [anon_sym_DQUOTE] = ACTIONS(2606), + [sym_true] = ACTIONS(2604), + [sym_false] = ACTIONS(2604), + [sym_null] = ACTIONS(2604), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2604), + [anon_sym_decltype] = ACTIONS(2604), + [anon_sym_virtual] = ACTIONS(2604), + [anon_sym_typename] = ACTIONS(2604), + [anon_sym_template] = ACTIONS(2604), + [anon_sym_try] = ACTIONS(2604), + [anon_sym_delete] = ACTIONS(2604), + [anon_sym_throw] = ACTIONS(2604), + [anon_sym_co_return] = ACTIONS(2604), + [anon_sym_co_yield] = ACTIONS(2604), + [anon_sym_R_DQUOTE] = ACTIONS(2606), + [anon_sym_LR_DQUOTE] = ACTIONS(2606), + [anon_sym_uR_DQUOTE] = ACTIONS(2606), + [anon_sym_UR_DQUOTE] = ACTIONS(2606), + [anon_sym_u8R_DQUOTE] = ACTIONS(2606), + [anon_sym_co_await] = ACTIONS(2604), + [anon_sym_new] = ACTIONS(2604), + [anon_sym_requires] = ACTIONS(2604), + [sym_this] = ACTIONS(2604), + [sym_nullptr] = ACTIONS(2604), + }, + [1190] = { + [sym_identifier] = ACTIONS(2476), + [anon_sym_LPAREN2] = ACTIONS(2478), + [anon_sym_BANG] = ACTIONS(2478), + [anon_sym_TILDE] = ACTIONS(2478), + [anon_sym_DASH] = ACTIONS(2476), + [anon_sym_PLUS] = ACTIONS(2476), + [anon_sym_STAR] = ACTIONS(2478), + [anon_sym_AMP] = ACTIONS(2478), + [anon_sym_SEMI] = ACTIONS(2478), + [anon_sym_typedef] = ACTIONS(2476), + [anon_sym_extern] = ACTIONS(2476), + [anon_sym___attribute__] = ACTIONS(2476), + [anon_sym_COLON_COLON] = ACTIONS(2478), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2478), + [anon_sym___declspec] = ACTIONS(2476), + [anon_sym_LBRACE] = ACTIONS(2478), + [anon_sym_LBRACK] = ACTIONS(2476), + [anon_sym_static] = ACTIONS(2476), + [anon_sym_register] = ACTIONS(2476), + [anon_sym_inline] = ACTIONS(2476), + [anon_sym_thread_local] = ACTIONS(2476), + [anon_sym_const] = ACTIONS(2476), + [anon_sym_volatile] = ACTIONS(2476), + [anon_sym_restrict] = ACTIONS(2476), + [anon_sym__Atomic] = ACTIONS(2476), + [anon_sym_mutable] = ACTIONS(2476), + [anon_sym_constexpr] = ACTIONS(2476), + [anon_sym_constinit] = ACTIONS(2476), + [anon_sym_consteval] = ACTIONS(2476), + [anon_sym_signed] = ACTIONS(2476), + [anon_sym_unsigned] = ACTIONS(2476), + [anon_sym_long] = ACTIONS(2476), + [anon_sym_short] = ACTIONS(2476), + [sym_primitive_type] = ACTIONS(2476), + [anon_sym_enum] = ACTIONS(2476), + [anon_sym_class] = ACTIONS(2476), + [anon_sym_struct] = ACTIONS(2476), + [anon_sym_union] = ACTIONS(2476), + [anon_sym_if] = ACTIONS(2476), + [anon_sym_else] = ACTIONS(2476), + [anon_sym_switch] = ACTIONS(2476), + [anon_sym_while] = ACTIONS(2476), + [anon_sym_do] = ACTIONS(2476), + [anon_sym_for] = ACTIONS(2476), + [anon_sym_return] = ACTIONS(2476), + [anon_sym_break] = ACTIONS(2476), + [anon_sym_continue] = ACTIONS(2476), + [anon_sym_goto] = ACTIONS(2476), + [anon_sym_not] = ACTIONS(2476), + [anon_sym_compl] = ACTIONS(2476), + [anon_sym_DASH_DASH] = ACTIONS(2478), + [anon_sym_PLUS_PLUS] = ACTIONS(2478), + [anon_sym_sizeof] = ACTIONS(2476), + [sym_number_literal] = ACTIONS(2478), + [anon_sym_L_SQUOTE] = ACTIONS(2478), + [anon_sym_u_SQUOTE] = ACTIONS(2478), + [anon_sym_U_SQUOTE] = ACTIONS(2478), + [anon_sym_u8_SQUOTE] = ACTIONS(2478), + [anon_sym_SQUOTE] = ACTIONS(2478), + [anon_sym_L_DQUOTE] = ACTIONS(2478), + [anon_sym_u_DQUOTE] = ACTIONS(2478), + [anon_sym_U_DQUOTE] = ACTIONS(2478), + [anon_sym_u8_DQUOTE] = ACTIONS(2478), + [anon_sym_DQUOTE] = ACTIONS(2478), + [sym_true] = ACTIONS(2476), + [sym_false] = ACTIONS(2476), + [sym_null] = ACTIONS(2476), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2476), + [anon_sym_decltype] = ACTIONS(2476), + [anon_sym_virtual] = ACTIONS(2476), + [anon_sym_typename] = ACTIONS(2476), + [anon_sym_template] = ACTIONS(2476), + [anon_sym_try] = ACTIONS(2476), + [anon_sym_delete] = ACTIONS(2476), + [anon_sym_throw] = ACTIONS(2476), + [anon_sym_co_return] = ACTIONS(2476), + [anon_sym_co_yield] = ACTIONS(2476), + [anon_sym_R_DQUOTE] = ACTIONS(2478), + [anon_sym_LR_DQUOTE] = ACTIONS(2478), + [anon_sym_uR_DQUOTE] = ACTIONS(2478), + [anon_sym_UR_DQUOTE] = ACTIONS(2478), + [anon_sym_u8R_DQUOTE] = ACTIONS(2478), + [anon_sym_co_await] = ACTIONS(2476), + [anon_sym_new] = ACTIONS(2476), + [anon_sym_requires] = ACTIONS(2476), + [sym_this] = ACTIONS(2476), + [sym_nullptr] = ACTIONS(2476), + }, + [1191] = { + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3336), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_RBRACE] = ACTIONS(3332), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -167946,7 +170584,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -167959,150 +170597,600 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1160] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [1192] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [1161] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1193] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [1194] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1195] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1196] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1197] = { + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(2560), + [anon_sym_BANG] = ACTIONS(2560), + [anon_sym_TILDE] = ACTIONS(2560), + [anon_sym_DASH] = ACTIONS(2558), + [anon_sym_PLUS] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2560), + [anon_sym_AMP] = ACTIONS(2560), + [anon_sym_SEMI] = ACTIONS(2560), + [anon_sym_typedef] = ACTIONS(2558), + [anon_sym_extern] = ACTIONS(2558), + [anon_sym___attribute__] = ACTIONS(2558), + [anon_sym_COLON_COLON] = ACTIONS(2560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2560), + [anon_sym___declspec] = ACTIONS(2558), + [anon_sym_LBRACE] = ACTIONS(2560), + [anon_sym_LBRACK] = ACTIONS(2558), + [anon_sym_static] = ACTIONS(2558), + [anon_sym_register] = ACTIONS(2558), + [anon_sym_inline] = ACTIONS(2558), + [anon_sym_thread_local] = ACTIONS(2558), + [anon_sym_const] = ACTIONS(2558), + [anon_sym_volatile] = ACTIONS(2558), + [anon_sym_restrict] = ACTIONS(2558), + [anon_sym__Atomic] = ACTIONS(2558), + [anon_sym_mutable] = ACTIONS(2558), + [anon_sym_constexpr] = ACTIONS(2558), + [anon_sym_constinit] = ACTIONS(2558), + [anon_sym_consteval] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2558), + [anon_sym_unsigned] = ACTIONS(2558), + [anon_sym_long] = ACTIONS(2558), + [anon_sym_short] = ACTIONS(2558), + [sym_primitive_type] = ACTIONS(2558), + [anon_sym_enum] = ACTIONS(2558), + [anon_sym_class] = ACTIONS(2558), + [anon_sym_struct] = ACTIONS(2558), + [anon_sym_union] = ACTIONS(2558), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_else] = ACTIONS(2558), + [anon_sym_switch] = ACTIONS(2558), + [anon_sym_while] = ACTIONS(2558), + [anon_sym_do] = ACTIONS(2558), + [anon_sym_for] = ACTIONS(2558), + [anon_sym_return] = ACTIONS(2558), + [anon_sym_break] = ACTIONS(2558), + [anon_sym_continue] = ACTIONS(2558), + [anon_sym_goto] = ACTIONS(2558), + [anon_sym_not] = ACTIONS(2558), + [anon_sym_compl] = ACTIONS(2558), + [anon_sym_DASH_DASH] = ACTIONS(2560), + [anon_sym_PLUS_PLUS] = ACTIONS(2560), + [anon_sym_sizeof] = ACTIONS(2558), + [sym_number_literal] = ACTIONS(2560), + [anon_sym_L_SQUOTE] = ACTIONS(2560), + [anon_sym_u_SQUOTE] = ACTIONS(2560), + [anon_sym_U_SQUOTE] = ACTIONS(2560), + [anon_sym_u8_SQUOTE] = ACTIONS(2560), + [anon_sym_SQUOTE] = ACTIONS(2560), + [anon_sym_L_DQUOTE] = ACTIONS(2560), + [anon_sym_u_DQUOTE] = ACTIONS(2560), + [anon_sym_U_DQUOTE] = ACTIONS(2560), + [anon_sym_u8_DQUOTE] = ACTIONS(2560), + [anon_sym_DQUOTE] = ACTIONS(2560), + [sym_true] = ACTIONS(2558), + [sym_false] = ACTIONS(2558), + [sym_null] = ACTIONS(2558), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2558), + [anon_sym_virtual] = ACTIONS(2558), + [anon_sym_typename] = ACTIONS(2558), + [anon_sym_template] = ACTIONS(2558), + [anon_sym_try] = ACTIONS(2558), + [anon_sym_delete] = ACTIONS(2558), + [anon_sym_throw] = ACTIONS(2558), + [anon_sym_co_return] = ACTIONS(2558), + [anon_sym_co_yield] = ACTIONS(2558), + [anon_sym_R_DQUOTE] = ACTIONS(2560), + [anon_sym_LR_DQUOTE] = ACTIONS(2560), + [anon_sym_uR_DQUOTE] = ACTIONS(2560), + [anon_sym_UR_DQUOTE] = ACTIONS(2560), + [anon_sym_u8R_DQUOTE] = ACTIONS(2560), + [anon_sym_co_await] = ACTIONS(2558), + [anon_sym_new] = ACTIONS(2558), + [anon_sym_requires] = ACTIONS(2558), + [sym_this] = ACTIONS(2558), + [sym_nullptr] = ACTIONS(2558), + }, + [1198] = { + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3338), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_RBRACE] = ACTIONS(3302), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -168119,1160 +171207,260 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_L_DQUOTE] = ACTIONS(101), [anon_sym_u_DQUOTE] = ACTIONS(101), [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1162] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1163] = { - [sym_identifier] = ACTIONS(2538), - [anon_sym_LPAREN2] = ACTIONS(2540), - [anon_sym_BANG] = ACTIONS(2540), - [anon_sym_TILDE] = ACTIONS(2540), - [anon_sym_DASH] = ACTIONS(2538), - [anon_sym_PLUS] = ACTIONS(2538), - [anon_sym_STAR] = ACTIONS(2540), - [anon_sym_AMP] = ACTIONS(2540), - [anon_sym_SEMI] = ACTIONS(2540), - [anon_sym_typedef] = ACTIONS(2538), - [anon_sym_extern] = ACTIONS(2538), - [anon_sym___attribute__] = ACTIONS(2538), - [anon_sym_COLON_COLON] = ACTIONS(2540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2540), - [anon_sym___declspec] = ACTIONS(2538), - [anon_sym_LBRACE] = ACTIONS(2540), - [anon_sym_LBRACK] = ACTIONS(2538), - [anon_sym_static] = ACTIONS(2538), - [anon_sym_register] = ACTIONS(2538), - [anon_sym_inline] = ACTIONS(2538), - [anon_sym_thread_local] = ACTIONS(2538), - [anon_sym_const] = ACTIONS(2538), - [anon_sym_volatile] = ACTIONS(2538), - [anon_sym_restrict] = ACTIONS(2538), - [anon_sym__Atomic] = ACTIONS(2538), - [anon_sym_mutable] = ACTIONS(2538), - [anon_sym_constexpr] = ACTIONS(2538), - [anon_sym_constinit] = ACTIONS(2538), - [anon_sym_consteval] = ACTIONS(2538), - [anon_sym_signed] = ACTIONS(2538), - [anon_sym_unsigned] = ACTIONS(2538), - [anon_sym_long] = ACTIONS(2538), - [anon_sym_short] = ACTIONS(2538), - [sym_primitive_type] = ACTIONS(2538), - [anon_sym_enum] = ACTIONS(2538), - [anon_sym_class] = ACTIONS(2538), - [anon_sym_struct] = ACTIONS(2538), - [anon_sym_union] = ACTIONS(2538), - [anon_sym_if] = ACTIONS(2538), - [anon_sym_else] = ACTIONS(2538), - [anon_sym_switch] = ACTIONS(2538), - [anon_sym_while] = ACTIONS(2538), - [anon_sym_do] = ACTIONS(2538), - [anon_sym_for] = ACTIONS(2538), - [anon_sym_return] = ACTIONS(2538), - [anon_sym_break] = ACTIONS(2538), - [anon_sym_continue] = ACTIONS(2538), - [anon_sym_goto] = ACTIONS(2538), - [anon_sym_not] = ACTIONS(2538), - [anon_sym_compl] = ACTIONS(2538), - [anon_sym_DASH_DASH] = ACTIONS(2540), - [anon_sym_PLUS_PLUS] = ACTIONS(2540), - [anon_sym_sizeof] = ACTIONS(2538), - [sym_number_literal] = ACTIONS(2540), - [anon_sym_L_SQUOTE] = ACTIONS(2540), - [anon_sym_u_SQUOTE] = ACTIONS(2540), - [anon_sym_U_SQUOTE] = ACTIONS(2540), - [anon_sym_u8_SQUOTE] = ACTIONS(2540), - [anon_sym_SQUOTE] = ACTIONS(2540), - [anon_sym_L_DQUOTE] = ACTIONS(2540), - [anon_sym_u_DQUOTE] = ACTIONS(2540), - [anon_sym_U_DQUOTE] = ACTIONS(2540), - [anon_sym_u8_DQUOTE] = ACTIONS(2540), - [anon_sym_DQUOTE] = ACTIONS(2540), - [sym_true] = ACTIONS(2538), - [sym_false] = ACTIONS(2538), - [sym_null] = ACTIONS(2538), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2538), - [anon_sym_decltype] = ACTIONS(2538), - [anon_sym_virtual] = ACTIONS(2538), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(2538), - [anon_sym_try] = ACTIONS(2538), - [anon_sym_delete] = ACTIONS(2538), - [anon_sym_throw] = ACTIONS(2538), - [anon_sym_co_return] = ACTIONS(2538), - [anon_sym_co_yield] = ACTIONS(2538), - [anon_sym_R_DQUOTE] = ACTIONS(2540), - [anon_sym_LR_DQUOTE] = ACTIONS(2540), - [anon_sym_uR_DQUOTE] = ACTIONS(2540), - [anon_sym_UR_DQUOTE] = ACTIONS(2540), - [anon_sym_u8R_DQUOTE] = ACTIONS(2540), - [anon_sym_co_await] = ACTIONS(2538), - [anon_sym_new] = ACTIONS(2538), - [anon_sym_requires] = ACTIONS(2538), - [sym_this] = ACTIONS(2538), - [sym_nullptr] = ACTIONS(2538), - }, - [1164] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1165] = { - [sym_identifier] = ACTIONS(2512), - [anon_sym_LPAREN2] = ACTIONS(2514), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2514), - [anon_sym_AMP] = ACTIONS(2514), - [anon_sym_SEMI] = ACTIONS(2514), - [anon_sym_typedef] = ACTIONS(2512), - [anon_sym_extern] = ACTIONS(2512), - [anon_sym___attribute__] = ACTIONS(2512), - [anon_sym_COLON_COLON] = ACTIONS(2514), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2514), - [anon_sym___declspec] = ACTIONS(2512), - [anon_sym_LBRACE] = ACTIONS(2514), - [anon_sym_LBRACK] = ACTIONS(2512), - [anon_sym_static] = ACTIONS(2512), - [anon_sym_register] = ACTIONS(2512), - [anon_sym_inline] = ACTIONS(2512), - [anon_sym_thread_local] = ACTIONS(2512), - [anon_sym_const] = ACTIONS(2512), - [anon_sym_volatile] = ACTIONS(2512), - [anon_sym_restrict] = ACTIONS(2512), - [anon_sym__Atomic] = ACTIONS(2512), - [anon_sym_mutable] = ACTIONS(2512), - [anon_sym_constexpr] = ACTIONS(2512), - [anon_sym_constinit] = ACTIONS(2512), - [anon_sym_consteval] = ACTIONS(2512), - [anon_sym_signed] = ACTIONS(2512), - [anon_sym_unsigned] = ACTIONS(2512), - [anon_sym_long] = ACTIONS(2512), - [anon_sym_short] = ACTIONS(2512), - [sym_primitive_type] = ACTIONS(2512), - [anon_sym_enum] = ACTIONS(2512), - [anon_sym_class] = ACTIONS(2512), - [anon_sym_struct] = ACTIONS(2512), - [anon_sym_union] = ACTIONS(2512), - [anon_sym_if] = ACTIONS(2512), - [anon_sym_else] = ACTIONS(2512), - [anon_sym_switch] = ACTIONS(2512), - [anon_sym_while] = ACTIONS(2512), - [anon_sym_do] = ACTIONS(2512), - [anon_sym_for] = ACTIONS(2512), - [anon_sym_return] = ACTIONS(2512), - [anon_sym_break] = ACTIONS(2512), - [anon_sym_continue] = ACTIONS(2512), - [anon_sym_goto] = ACTIONS(2512), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(2514), - [anon_sym_PLUS_PLUS] = ACTIONS(2514), - [anon_sym_sizeof] = ACTIONS(2512), - [sym_number_literal] = ACTIONS(2514), - [anon_sym_L_SQUOTE] = ACTIONS(2514), - [anon_sym_u_SQUOTE] = ACTIONS(2514), - [anon_sym_U_SQUOTE] = ACTIONS(2514), - [anon_sym_u8_SQUOTE] = ACTIONS(2514), - [anon_sym_SQUOTE] = ACTIONS(2514), - [anon_sym_L_DQUOTE] = ACTIONS(2514), - [anon_sym_u_DQUOTE] = ACTIONS(2514), - [anon_sym_U_DQUOTE] = ACTIONS(2514), - [anon_sym_u8_DQUOTE] = ACTIONS(2514), - [anon_sym_DQUOTE] = ACTIONS(2514), - [sym_true] = ACTIONS(2512), - [sym_false] = ACTIONS(2512), - [sym_null] = ACTIONS(2512), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2512), - [anon_sym_decltype] = ACTIONS(2512), - [anon_sym_virtual] = ACTIONS(2512), - [anon_sym_typename] = ACTIONS(2512), - [anon_sym_template] = ACTIONS(2512), - [anon_sym_try] = ACTIONS(2512), - [anon_sym_delete] = ACTIONS(2512), - [anon_sym_throw] = ACTIONS(2512), - [anon_sym_co_return] = ACTIONS(2512), - [anon_sym_co_yield] = ACTIONS(2512), - [anon_sym_R_DQUOTE] = ACTIONS(2514), - [anon_sym_LR_DQUOTE] = ACTIONS(2514), - [anon_sym_uR_DQUOTE] = ACTIONS(2514), - [anon_sym_UR_DQUOTE] = ACTIONS(2514), - [anon_sym_u8R_DQUOTE] = ACTIONS(2514), - [anon_sym_co_await] = ACTIONS(2512), - [anon_sym_new] = ACTIONS(2512), - [anon_sym_requires] = ACTIONS(2512), - [sym_this] = ACTIONS(2512), - [sym_nullptr] = ACTIONS(2512), - }, - [1166] = { - [sym_identifier] = ACTIONS(2400), - [anon_sym_LPAREN2] = ACTIONS(2402), - [anon_sym_BANG] = ACTIONS(2402), - [anon_sym_TILDE] = ACTIONS(2402), - [anon_sym_DASH] = ACTIONS(2400), - [anon_sym_PLUS] = ACTIONS(2400), - [anon_sym_STAR] = ACTIONS(2402), - [anon_sym_AMP] = ACTIONS(2402), - [anon_sym_SEMI] = ACTIONS(2402), - [anon_sym_typedef] = ACTIONS(2400), - [anon_sym_extern] = ACTIONS(2400), - [anon_sym___attribute__] = ACTIONS(2400), - [anon_sym_COLON_COLON] = ACTIONS(2402), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2402), - [anon_sym___declspec] = ACTIONS(2400), - [anon_sym_LBRACE] = ACTIONS(2402), - [anon_sym_LBRACK] = ACTIONS(2400), - [anon_sym_static] = ACTIONS(2400), - [anon_sym_register] = ACTIONS(2400), - [anon_sym_inline] = ACTIONS(2400), - [anon_sym_thread_local] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_volatile] = ACTIONS(2400), - [anon_sym_restrict] = ACTIONS(2400), - [anon_sym__Atomic] = ACTIONS(2400), - [anon_sym_mutable] = ACTIONS(2400), - [anon_sym_constexpr] = ACTIONS(2400), - [anon_sym_constinit] = ACTIONS(2400), - [anon_sym_consteval] = ACTIONS(2400), - [anon_sym_signed] = ACTIONS(2400), - [anon_sym_unsigned] = ACTIONS(2400), - [anon_sym_long] = ACTIONS(2400), - [anon_sym_short] = ACTIONS(2400), - [sym_primitive_type] = ACTIONS(2400), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_class] = ACTIONS(2400), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), - [anon_sym_if] = ACTIONS(2400), - [anon_sym_else] = ACTIONS(2400), - [anon_sym_switch] = ACTIONS(2400), - [anon_sym_while] = ACTIONS(2400), - [anon_sym_do] = ACTIONS(2400), - [anon_sym_for] = ACTIONS(2400), - [anon_sym_return] = ACTIONS(2400), - [anon_sym_break] = ACTIONS(2400), - [anon_sym_continue] = ACTIONS(2400), - [anon_sym_goto] = ACTIONS(2400), - [anon_sym_not] = ACTIONS(2400), - [anon_sym_compl] = ACTIONS(2400), - [anon_sym_DASH_DASH] = ACTIONS(2402), - [anon_sym_PLUS_PLUS] = ACTIONS(2402), - [anon_sym_sizeof] = ACTIONS(2400), - [sym_number_literal] = ACTIONS(2402), - [anon_sym_L_SQUOTE] = ACTIONS(2402), - [anon_sym_u_SQUOTE] = ACTIONS(2402), - [anon_sym_U_SQUOTE] = ACTIONS(2402), - [anon_sym_u8_SQUOTE] = ACTIONS(2402), - [anon_sym_SQUOTE] = ACTIONS(2402), - [anon_sym_L_DQUOTE] = ACTIONS(2402), - [anon_sym_u_DQUOTE] = ACTIONS(2402), - [anon_sym_U_DQUOTE] = ACTIONS(2402), - [anon_sym_u8_DQUOTE] = ACTIONS(2402), - [anon_sym_DQUOTE] = ACTIONS(2402), - [sym_true] = ACTIONS(2400), - [sym_false] = ACTIONS(2400), - [sym_null] = ACTIONS(2400), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2400), - [anon_sym_decltype] = ACTIONS(2400), - [anon_sym_virtual] = ACTIONS(2400), - [anon_sym_typename] = ACTIONS(2400), - [anon_sym_template] = ACTIONS(2400), - [anon_sym_try] = ACTIONS(2400), - [anon_sym_delete] = ACTIONS(2400), - [anon_sym_throw] = ACTIONS(2400), - [anon_sym_co_return] = ACTIONS(2400), - [anon_sym_co_yield] = ACTIONS(2400), - [anon_sym_R_DQUOTE] = ACTIONS(2402), - [anon_sym_LR_DQUOTE] = ACTIONS(2402), - [anon_sym_uR_DQUOTE] = ACTIONS(2402), - [anon_sym_UR_DQUOTE] = ACTIONS(2402), - [anon_sym_u8R_DQUOTE] = ACTIONS(2402), - [anon_sym_co_await] = ACTIONS(2400), - [anon_sym_new] = ACTIONS(2400), - [anon_sym_requires] = ACTIONS(2400), - [sym_this] = ACTIONS(2400), - [sym_nullptr] = ACTIONS(2400), - }, - [1167] = { - [sym_identifier] = ACTIONS(2556), - [anon_sym_LPAREN2] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_DASH] = ACTIONS(2556), - [anon_sym_PLUS] = ACTIONS(2556), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2558), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym___attribute__] = ACTIONS(2556), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_LBRACK] = ACTIONS(2556), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym_thread_local] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym_mutable] = ACTIONS(2556), - [anon_sym_constexpr] = ACTIONS(2556), - [anon_sym_constinit] = ACTIONS(2556), - [anon_sym_consteval] = ACTIONS(2556), - [anon_sym_signed] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [sym_primitive_type] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_class] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2556), - [anon_sym_else] = ACTIONS(2556), - [anon_sym_switch] = ACTIONS(2556), - [anon_sym_while] = ACTIONS(2556), - [anon_sym_do] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(2556), - [anon_sym_return] = ACTIONS(2556), - [anon_sym_break] = ACTIONS(2556), - [anon_sym_continue] = ACTIONS(2556), - [anon_sym_goto] = ACTIONS(2556), - [anon_sym_not] = ACTIONS(2556), - [anon_sym_compl] = ACTIONS(2556), - [anon_sym_DASH_DASH] = ACTIONS(2558), - [anon_sym_PLUS_PLUS] = ACTIONS(2558), - [anon_sym_sizeof] = ACTIONS(2556), - [sym_number_literal] = ACTIONS(2558), - [anon_sym_L_SQUOTE] = ACTIONS(2558), - [anon_sym_u_SQUOTE] = ACTIONS(2558), - [anon_sym_U_SQUOTE] = ACTIONS(2558), - [anon_sym_u8_SQUOTE] = ACTIONS(2558), - [anon_sym_SQUOTE] = ACTIONS(2558), - [anon_sym_L_DQUOTE] = ACTIONS(2558), - [anon_sym_u_DQUOTE] = ACTIONS(2558), - [anon_sym_U_DQUOTE] = ACTIONS(2558), - [anon_sym_u8_DQUOTE] = ACTIONS(2558), - [anon_sym_DQUOTE] = ACTIONS(2558), - [sym_true] = ACTIONS(2556), - [sym_false] = ACTIONS(2556), - [sym_null] = ACTIONS(2556), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2556), - [anon_sym_decltype] = ACTIONS(2556), - [anon_sym_virtual] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2556), - [anon_sym_template] = ACTIONS(2556), - [anon_sym_try] = ACTIONS(2556), - [anon_sym_delete] = ACTIONS(2556), - [anon_sym_throw] = ACTIONS(2556), - [anon_sym_co_return] = ACTIONS(2556), - [anon_sym_co_yield] = ACTIONS(2556), - [anon_sym_R_DQUOTE] = ACTIONS(2558), - [anon_sym_LR_DQUOTE] = ACTIONS(2558), - [anon_sym_uR_DQUOTE] = ACTIONS(2558), - [anon_sym_UR_DQUOTE] = ACTIONS(2558), - [anon_sym_u8R_DQUOTE] = ACTIONS(2558), - [anon_sym_co_await] = ACTIONS(2556), - [anon_sym_new] = ACTIONS(2556), - [anon_sym_requires] = ACTIONS(2556), - [sym_this] = ACTIONS(2556), - [sym_nullptr] = ACTIONS(2556), - }, - [1168] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1169] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1170] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1171] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1172] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [1199] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [1173] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [1200] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [1174] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1201] = { + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3340), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_RBRACE] = ACTIONS(3334), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -169296,7 +171484,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -169309,330 +171497,420 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1175] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [1202] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, - [1176] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [1203] = { + [sym_identifier] = ACTIONS(2544), + [anon_sym_LPAREN2] = ACTIONS(2546), + [anon_sym_BANG] = ACTIONS(2546), + [anon_sym_TILDE] = ACTIONS(2546), + [anon_sym_DASH] = ACTIONS(2544), + [anon_sym_PLUS] = ACTIONS(2544), + [anon_sym_STAR] = ACTIONS(2546), + [anon_sym_AMP] = ACTIONS(2546), + [anon_sym_SEMI] = ACTIONS(2546), + [anon_sym_typedef] = ACTIONS(2544), + [anon_sym_extern] = ACTIONS(2544), + [anon_sym___attribute__] = ACTIONS(2544), + [anon_sym_COLON_COLON] = ACTIONS(2546), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2546), + [anon_sym___declspec] = ACTIONS(2544), + [anon_sym_LBRACE] = ACTIONS(2546), + [anon_sym_LBRACK] = ACTIONS(2544), + [anon_sym_static] = ACTIONS(2544), + [anon_sym_register] = ACTIONS(2544), + [anon_sym_inline] = ACTIONS(2544), + [anon_sym_thread_local] = ACTIONS(2544), + [anon_sym_const] = ACTIONS(2544), + [anon_sym_volatile] = ACTIONS(2544), + [anon_sym_restrict] = ACTIONS(2544), + [anon_sym__Atomic] = ACTIONS(2544), + [anon_sym_mutable] = ACTIONS(2544), + [anon_sym_constexpr] = ACTIONS(2544), + [anon_sym_constinit] = ACTIONS(2544), + [anon_sym_consteval] = ACTIONS(2544), + [anon_sym_signed] = ACTIONS(2544), + [anon_sym_unsigned] = ACTIONS(2544), + [anon_sym_long] = ACTIONS(2544), + [anon_sym_short] = ACTIONS(2544), + [sym_primitive_type] = ACTIONS(2544), + [anon_sym_enum] = ACTIONS(2544), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2544), + [anon_sym_union] = ACTIONS(2544), + [anon_sym_if] = ACTIONS(2544), + [anon_sym_else] = ACTIONS(2544), + [anon_sym_switch] = ACTIONS(2544), + [anon_sym_while] = ACTIONS(2544), + [anon_sym_do] = ACTIONS(2544), + [anon_sym_for] = ACTIONS(2544), + [anon_sym_return] = ACTIONS(2544), + [anon_sym_break] = ACTIONS(2544), + [anon_sym_continue] = ACTIONS(2544), + [anon_sym_goto] = ACTIONS(2544), + [anon_sym_not] = ACTIONS(2544), + [anon_sym_compl] = ACTIONS(2544), + [anon_sym_DASH_DASH] = ACTIONS(2546), + [anon_sym_PLUS_PLUS] = ACTIONS(2546), + [anon_sym_sizeof] = ACTIONS(2544), + [sym_number_literal] = ACTIONS(2546), + [anon_sym_L_SQUOTE] = ACTIONS(2546), + [anon_sym_u_SQUOTE] = ACTIONS(2546), + [anon_sym_U_SQUOTE] = ACTIONS(2546), + [anon_sym_u8_SQUOTE] = ACTIONS(2546), + [anon_sym_SQUOTE] = ACTIONS(2546), + [anon_sym_L_DQUOTE] = ACTIONS(2546), + [anon_sym_u_DQUOTE] = ACTIONS(2546), + [anon_sym_U_DQUOTE] = ACTIONS(2546), + [anon_sym_u8_DQUOTE] = ACTIONS(2546), + [anon_sym_DQUOTE] = ACTIONS(2546), + [sym_true] = ACTIONS(2544), + [sym_false] = ACTIONS(2544), + [sym_null] = ACTIONS(2544), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2544), + [anon_sym_decltype] = ACTIONS(2544), + [anon_sym_virtual] = ACTIONS(2544), + [anon_sym_typename] = ACTIONS(2544), + [anon_sym_template] = ACTIONS(2544), + [anon_sym_try] = ACTIONS(2544), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_throw] = ACTIONS(2544), + [anon_sym_co_return] = ACTIONS(2544), + [anon_sym_co_yield] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2544), + [anon_sym_new] = ACTIONS(2544), + [anon_sym_requires] = ACTIONS(2544), + [sym_this] = ACTIONS(2544), + [sym_nullptr] = ACTIONS(2544), }, - [1177] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [1204] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [1178] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1205] = { + [sym_identifier] = ACTIONS(2536), + [anon_sym_LPAREN2] = ACTIONS(2538), + [anon_sym_BANG] = ACTIONS(2538), + [anon_sym_TILDE] = ACTIONS(2538), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_AMP] = ACTIONS(2538), + [anon_sym_SEMI] = ACTIONS(2538), + [anon_sym_typedef] = ACTIONS(2536), + [anon_sym_extern] = ACTIONS(2536), + [anon_sym___attribute__] = ACTIONS(2536), + [anon_sym_COLON_COLON] = ACTIONS(2538), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2538), + [anon_sym___declspec] = ACTIONS(2536), + [anon_sym_LBRACE] = ACTIONS(2538), + [anon_sym_LBRACK] = ACTIONS(2536), + [anon_sym_static] = ACTIONS(2536), + [anon_sym_register] = ACTIONS(2536), + [anon_sym_inline] = ACTIONS(2536), + [anon_sym_thread_local] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(2536), + [anon_sym_volatile] = ACTIONS(2536), + [anon_sym_restrict] = ACTIONS(2536), + [anon_sym__Atomic] = ACTIONS(2536), + [anon_sym_mutable] = ACTIONS(2536), + [anon_sym_constexpr] = ACTIONS(2536), + [anon_sym_constinit] = ACTIONS(2536), + [anon_sym_consteval] = ACTIONS(2536), + [anon_sym_signed] = ACTIONS(2536), + [anon_sym_unsigned] = ACTIONS(2536), + [anon_sym_long] = ACTIONS(2536), + [anon_sym_short] = ACTIONS(2536), + [sym_primitive_type] = ACTIONS(2536), + [anon_sym_enum] = ACTIONS(2536), + [anon_sym_class] = ACTIONS(2536), + [anon_sym_struct] = ACTIONS(2536), + [anon_sym_union] = ACTIONS(2536), + [anon_sym_if] = ACTIONS(2536), + [anon_sym_else] = ACTIONS(2536), + [anon_sym_switch] = ACTIONS(2536), + [anon_sym_while] = ACTIONS(2536), + [anon_sym_do] = ACTIONS(2536), + [anon_sym_for] = ACTIONS(2536), + [anon_sym_return] = ACTIONS(2536), + [anon_sym_break] = ACTIONS(2536), + [anon_sym_continue] = ACTIONS(2536), + [anon_sym_goto] = ACTIONS(2536), + [anon_sym_not] = ACTIONS(2536), + [anon_sym_compl] = ACTIONS(2536), + [anon_sym_DASH_DASH] = ACTIONS(2538), + [anon_sym_PLUS_PLUS] = ACTIONS(2538), + [anon_sym_sizeof] = ACTIONS(2536), + [sym_number_literal] = ACTIONS(2538), + [anon_sym_L_SQUOTE] = ACTIONS(2538), + [anon_sym_u_SQUOTE] = ACTIONS(2538), + [anon_sym_U_SQUOTE] = ACTIONS(2538), + [anon_sym_u8_SQUOTE] = ACTIONS(2538), + [anon_sym_SQUOTE] = ACTIONS(2538), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2536), + [sym_false] = ACTIONS(2536), + [sym_null] = ACTIONS(2536), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2536), + [anon_sym_decltype] = ACTIONS(2536), + [anon_sym_virtual] = ACTIONS(2536), + [anon_sym_typename] = ACTIONS(2536), + [anon_sym_template] = ACTIONS(2536), + [anon_sym_try] = ACTIONS(2536), + [anon_sym_delete] = ACTIONS(2536), + [anon_sym_throw] = ACTIONS(2536), + [anon_sym_co_return] = ACTIONS(2536), + [anon_sym_co_yield] = ACTIONS(2536), + [anon_sym_R_DQUOTE] = ACTIONS(2538), + [anon_sym_LR_DQUOTE] = ACTIONS(2538), + [anon_sym_uR_DQUOTE] = ACTIONS(2538), + [anon_sym_UR_DQUOTE] = ACTIONS(2538), + [anon_sym_u8R_DQUOTE] = ACTIONS(2538), + [anon_sym_co_await] = ACTIONS(2536), + [anon_sym_new] = ACTIONS(2536), + [anon_sym_requires] = ACTIONS(2536), + [sym_this] = ACTIONS(2536), + [sym_nullptr] = ACTIONS(2536), + }, + [1206] = { + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3320), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_RBRACE] = ACTIONS(3336), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -169656,7 +171934,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -169669,97 +171947,187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1179] = { - [sym_identifier] = ACTIONS(2534), - [anon_sym_LPAREN2] = ACTIONS(2536), - [anon_sym_BANG] = ACTIONS(2536), - [anon_sym_TILDE] = ACTIONS(2536), - [anon_sym_DASH] = ACTIONS(2534), - [anon_sym_PLUS] = ACTIONS(2534), - [anon_sym_STAR] = ACTIONS(2536), - [anon_sym_AMP] = ACTIONS(2536), - [anon_sym_SEMI] = ACTIONS(2536), - [anon_sym_typedef] = ACTIONS(2534), - [anon_sym_extern] = ACTIONS(2534), - [anon_sym___attribute__] = ACTIONS(2534), - [anon_sym_COLON_COLON] = ACTIONS(2536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2536), - [anon_sym___declspec] = ACTIONS(2534), - [anon_sym_LBRACE] = ACTIONS(2536), - [anon_sym_LBRACK] = ACTIONS(2534), - [anon_sym_static] = ACTIONS(2534), - [anon_sym_register] = ACTIONS(2534), - [anon_sym_inline] = ACTIONS(2534), - [anon_sym_thread_local] = ACTIONS(2534), - [anon_sym_const] = ACTIONS(2534), - [anon_sym_volatile] = ACTIONS(2534), - [anon_sym_restrict] = ACTIONS(2534), - [anon_sym__Atomic] = ACTIONS(2534), - [anon_sym_mutable] = ACTIONS(2534), - [anon_sym_constexpr] = ACTIONS(2534), - [anon_sym_constinit] = ACTIONS(2534), - [anon_sym_consteval] = ACTIONS(2534), - [anon_sym_signed] = ACTIONS(2534), - [anon_sym_unsigned] = ACTIONS(2534), - [anon_sym_long] = ACTIONS(2534), - [anon_sym_short] = ACTIONS(2534), - [sym_primitive_type] = ACTIONS(2534), - [anon_sym_enum] = ACTIONS(2534), - [anon_sym_class] = ACTIONS(2534), - [anon_sym_struct] = ACTIONS(2534), - [anon_sym_union] = ACTIONS(2534), - [anon_sym_if] = ACTIONS(2534), - [anon_sym_else] = ACTIONS(2534), - [anon_sym_switch] = ACTIONS(2534), - [anon_sym_while] = ACTIONS(2534), - [anon_sym_do] = ACTIONS(2534), - [anon_sym_for] = ACTIONS(2534), - [anon_sym_return] = ACTIONS(2534), - [anon_sym_break] = ACTIONS(2534), - [anon_sym_continue] = ACTIONS(2534), - [anon_sym_goto] = ACTIONS(2534), - [anon_sym_not] = ACTIONS(2534), - [anon_sym_compl] = ACTIONS(2534), - [anon_sym_DASH_DASH] = ACTIONS(2536), - [anon_sym_PLUS_PLUS] = ACTIONS(2536), - [anon_sym_sizeof] = ACTIONS(2534), - [sym_number_literal] = ACTIONS(2536), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2536), - [anon_sym_u_DQUOTE] = ACTIONS(2536), - [anon_sym_U_DQUOTE] = ACTIONS(2536), - [anon_sym_u8_DQUOTE] = ACTIONS(2536), - [anon_sym_DQUOTE] = ACTIONS(2536), - [sym_true] = ACTIONS(2534), - [sym_false] = ACTIONS(2534), - [sym_null] = ACTIONS(2534), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2534), - [anon_sym_decltype] = ACTIONS(2534), - [anon_sym_virtual] = ACTIONS(2534), - [anon_sym_typename] = ACTIONS(2534), - [anon_sym_template] = ACTIONS(2534), - [anon_sym_try] = ACTIONS(2534), - [anon_sym_delete] = ACTIONS(2534), - [anon_sym_throw] = ACTIONS(2534), - [anon_sym_co_return] = ACTIONS(2534), - [anon_sym_co_yield] = ACTIONS(2534), - [anon_sym_R_DQUOTE] = ACTIONS(2536), - [anon_sym_LR_DQUOTE] = ACTIONS(2536), - [anon_sym_uR_DQUOTE] = ACTIONS(2536), - [anon_sym_UR_DQUOTE] = ACTIONS(2536), - [anon_sym_u8R_DQUOTE] = ACTIONS(2536), - [anon_sym_co_await] = ACTIONS(2534), - [anon_sym_new] = ACTIONS(2534), - [anon_sym_requires] = ACTIONS(2534), - [sym_this] = ACTIONS(2534), - [sym_nullptr] = ACTIONS(2534), + [1207] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [1180] = { + [1208] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1209] = { [sym_identifier] = ACTIONS(2580), [anon_sym_LPAREN2] = ACTIONS(2582), [anon_sym_BANG] = ACTIONS(2582), @@ -169849,870 +172217,420 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2580), [sym_nullptr] = ACTIONS(2580), }, - [1181] = { - [sym_identifier] = ACTIONS(2516), - [anon_sym_LPAREN2] = ACTIONS(2518), - [anon_sym_BANG] = ACTIONS(2518), - [anon_sym_TILDE] = ACTIONS(2518), - [anon_sym_DASH] = ACTIONS(2516), - [anon_sym_PLUS] = ACTIONS(2516), - [anon_sym_STAR] = ACTIONS(2518), - [anon_sym_AMP] = ACTIONS(2518), - [anon_sym_SEMI] = ACTIONS(2518), - [anon_sym_typedef] = ACTIONS(2516), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2518), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(2516), - [anon_sym_static] = ACTIONS(2516), - [anon_sym_register] = ACTIONS(2516), - [anon_sym_inline] = ACTIONS(2516), - [anon_sym_thread_local] = ACTIONS(2516), - [anon_sym_const] = ACTIONS(2516), - [anon_sym_volatile] = ACTIONS(2516), - [anon_sym_restrict] = ACTIONS(2516), - [anon_sym__Atomic] = ACTIONS(2516), - [anon_sym_mutable] = ACTIONS(2516), - [anon_sym_constexpr] = ACTIONS(2516), - [anon_sym_constinit] = ACTIONS(2516), - [anon_sym_consteval] = ACTIONS(2516), - [anon_sym_signed] = ACTIONS(2516), - [anon_sym_unsigned] = ACTIONS(2516), - [anon_sym_long] = ACTIONS(2516), - [anon_sym_short] = ACTIONS(2516), - [sym_primitive_type] = ACTIONS(2516), - [anon_sym_enum] = ACTIONS(2516), - [anon_sym_class] = ACTIONS(2516), - [anon_sym_struct] = ACTIONS(2516), - [anon_sym_union] = ACTIONS(2516), - [anon_sym_if] = ACTIONS(2516), - [anon_sym_else] = ACTIONS(2516), - [anon_sym_switch] = ACTIONS(2516), - [anon_sym_while] = ACTIONS(2516), - [anon_sym_do] = ACTIONS(2516), - [anon_sym_for] = ACTIONS(2516), - [anon_sym_return] = ACTIONS(2516), - [anon_sym_break] = ACTIONS(2516), - [anon_sym_continue] = ACTIONS(2516), - [anon_sym_goto] = ACTIONS(2516), - [anon_sym_not] = ACTIONS(2516), - [anon_sym_compl] = ACTIONS(2516), - [anon_sym_DASH_DASH] = ACTIONS(2518), - [anon_sym_PLUS_PLUS] = ACTIONS(2518), - [anon_sym_sizeof] = ACTIONS(2516), - [sym_number_literal] = ACTIONS(2518), - [anon_sym_L_SQUOTE] = ACTIONS(2518), - [anon_sym_u_SQUOTE] = ACTIONS(2518), - [anon_sym_U_SQUOTE] = ACTIONS(2518), - [anon_sym_u8_SQUOTE] = ACTIONS(2518), - [anon_sym_SQUOTE] = ACTIONS(2518), - [anon_sym_L_DQUOTE] = ACTIONS(2518), - [anon_sym_u_DQUOTE] = ACTIONS(2518), - [anon_sym_U_DQUOTE] = ACTIONS(2518), - [anon_sym_u8_DQUOTE] = ACTIONS(2518), - [anon_sym_DQUOTE] = ACTIONS(2518), - [sym_true] = ACTIONS(2516), - [sym_false] = ACTIONS(2516), - [sym_null] = ACTIONS(2516), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2516), - [anon_sym_decltype] = ACTIONS(2516), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_typename] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_try] = ACTIONS(2516), - [anon_sym_delete] = ACTIONS(2516), - [anon_sym_throw] = ACTIONS(2516), - [anon_sym_co_return] = ACTIONS(2516), - [anon_sym_co_yield] = ACTIONS(2516), - [anon_sym_R_DQUOTE] = ACTIONS(2518), - [anon_sym_LR_DQUOTE] = ACTIONS(2518), - [anon_sym_uR_DQUOTE] = ACTIONS(2518), - [anon_sym_UR_DQUOTE] = ACTIONS(2518), - [anon_sym_u8R_DQUOTE] = ACTIONS(2518), - [anon_sym_co_await] = ACTIONS(2516), - [anon_sym_new] = ACTIONS(2516), - [anon_sym_requires] = ACTIONS(2516), - [sym_this] = ACTIONS(2516), - [sym_nullptr] = ACTIONS(2516), - }, - [1182] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [1210] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [1183] = { - [sym_identifier] = ACTIONS(2530), - [anon_sym_LPAREN2] = ACTIONS(2532), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_TILDE] = ACTIONS(2532), - [anon_sym_DASH] = ACTIONS(2530), - [anon_sym_PLUS] = ACTIONS(2530), - [anon_sym_STAR] = ACTIONS(2532), - [anon_sym_AMP] = ACTIONS(2532), - [anon_sym_SEMI] = ACTIONS(2532), - [anon_sym_typedef] = ACTIONS(2530), - [anon_sym_extern] = ACTIONS(2530), - [anon_sym___attribute__] = ACTIONS(2530), - [anon_sym_COLON_COLON] = ACTIONS(2532), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2532), - [anon_sym___declspec] = ACTIONS(2530), - [anon_sym_LBRACE] = ACTIONS(2532), - [anon_sym_LBRACK] = ACTIONS(2530), - [anon_sym_static] = ACTIONS(2530), - [anon_sym_register] = ACTIONS(2530), - [anon_sym_inline] = ACTIONS(2530), - [anon_sym_thread_local] = ACTIONS(2530), - [anon_sym_const] = ACTIONS(2530), - [anon_sym_volatile] = ACTIONS(2530), - [anon_sym_restrict] = ACTIONS(2530), - [anon_sym__Atomic] = ACTIONS(2530), - [anon_sym_mutable] = ACTIONS(2530), - [anon_sym_constexpr] = ACTIONS(2530), - [anon_sym_constinit] = ACTIONS(2530), - [anon_sym_consteval] = ACTIONS(2530), - [anon_sym_signed] = ACTIONS(2530), - [anon_sym_unsigned] = ACTIONS(2530), - [anon_sym_long] = ACTIONS(2530), - [anon_sym_short] = ACTIONS(2530), - [sym_primitive_type] = ACTIONS(2530), - [anon_sym_enum] = ACTIONS(2530), - [anon_sym_class] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2530), - [anon_sym_if] = ACTIONS(2530), - [anon_sym_else] = ACTIONS(2530), - [anon_sym_switch] = ACTIONS(2530), - [anon_sym_while] = ACTIONS(2530), - [anon_sym_do] = ACTIONS(2530), - [anon_sym_for] = ACTIONS(2530), - [anon_sym_return] = ACTIONS(2530), - [anon_sym_break] = ACTIONS(2530), - [anon_sym_continue] = ACTIONS(2530), - [anon_sym_goto] = ACTIONS(2530), - [anon_sym_not] = ACTIONS(2530), - [anon_sym_compl] = ACTIONS(2530), - [anon_sym_DASH_DASH] = ACTIONS(2532), - [anon_sym_PLUS_PLUS] = ACTIONS(2532), - [anon_sym_sizeof] = ACTIONS(2530), - [sym_number_literal] = ACTIONS(2532), - [anon_sym_L_SQUOTE] = ACTIONS(2532), - [anon_sym_u_SQUOTE] = ACTIONS(2532), - [anon_sym_U_SQUOTE] = ACTIONS(2532), - [anon_sym_u8_SQUOTE] = ACTIONS(2532), - [anon_sym_SQUOTE] = ACTIONS(2532), - [anon_sym_L_DQUOTE] = ACTIONS(2532), - [anon_sym_u_DQUOTE] = ACTIONS(2532), - [anon_sym_U_DQUOTE] = ACTIONS(2532), - [anon_sym_u8_DQUOTE] = ACTIONS(2532), - [anon_sym_DQUOTE] = ACTIONS(2532), - [sym_true] = ACTIONS(2530), - [sym_false] = ACTIONS(2530), - [sym_null] = ACTIONS(2530), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2530), - [anon_sym_decltype] = ACTIONS(2530), - [anon_sym_virtual] = ACTIONS(2530), - [anon_sym_typename] = ACTIONS(2530), - [anon_sym_template] = ACTIONS(2530), - [anon_sym_try] = ACTIONS(2530), - [anon_sym_delete] = ACTIONS(2530), - [anon_sym_throw] = ACTIONS(2530), - [anon_sym_co_return] = ACTIONS(2530), - [anon_sym_co_yield] = ACTIONS(2530), - [anon_sym_R_DQUOTE] = ACTIONS(2532), - [anon_sym_LR_DQUOTE] = ACTIONS(2532), - [anon_sym_uR_DQUOTE] = ACTIONS(2532), - [anon_sym_UR_DQUOTE] = ACTIONS(2532), - [anon_sym_u8R_DQUOTE] = ACTIONS(2532), - [anon_sym_co_await] = ACTIONS(2530), - [anon_sym_new] = ACTIONS(2530), - [anon_sym_requires] = ACTIONS(2530), - [sym_this] = ACTIONS(2530), - [sym_nullptr] = ACTIONS(2530), + [1211] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, - [1184] = { - [sym_identifier] = ACTIONS(2488), - [anon_sym_LPAREN2] = ACTIONS(2490), - [anon_sym_BANG] = ACTIONS(2490), - [anon_sym_TILDE] = ACTIONS(2490), - [anon_sym_DASH] = ACTIONS(2488), - [anon_sym_PLUS] = ACTIONS(2488), - [anon_sym_STAR] = ACTIONS(2490), - [anon_sym_AMP] = ACTIONS(2490), - [anon_sym_SEMI] = ACTIONS(2490), - [anon_sym_typedef] = ACTIONS(2488), - [anon_sym_extern] = ACTIONS(2488), - [anon_sym___attribute__] = ACTIONS(2488), - [anon_sym_COLON_COLON] = ACTIONS(2490), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2490), - [anon_sym___declspec] = ACTIONS(2488), - [anon_sym_LBRACE] = ACTIONS(2490), - [anon_sym_LBRACK] = ACTIONS(2488), - [anon_sym_static] = ACTIONS(2488), - [anon_sym_register] = ACTIONS(2488), - [anon_sym_inline] = ACTIONS(2488), - [anon_sym_thread_local] = ACTIONS(2488), - [anon_sym_const] = ACTIONS(2488), - [anon_sym_volatile] = ACTIONS(2488), - [anon_sym_restrict] = ACTIONS(2488), - [anon_sym__Atomic] = ACTIONS(2488), - [anon_sym_mutable] = ACTIONS(2488), - [anon_sym_constexpr] = ACTIONS(2488), - [anon_sym_constinit] = ACTIONS(2488), - [anon_sym_consteval] = ACTIONS(2488), - [anon_sym_signed] = ACTIONS(2488), - [anon_sym_unsigned] = ACTIONS(2488), - [anon_sym_long] = ACTIONS(2488), - [anon_sym_short] = ACTIONS(2488), - [sym_primitive_type] = ACTIONS(2488), - [anon_sym_enum] = ACTIONS(2488), - [anon_sym_class] = ACTIONS(2488), - [anon_sym_struct] = ACTIONS(2488), - [anon_sym_union] = ACTIONS(2488), - [anon_sym_if] = ACTIONS(2488), - [anon_sym_else] = ACTIONS(2488), - [anon_sym_switch] = ACTIONS(2488), - [anon_sym_while] = ACTIONS(2488), - [anon_sym_do] = ACTIONS(2488), - [anon_sym_for] = ACTIONS(2488), - [anon_sym_return] = ACTIONS(2488), - [anon_sym_break] = ACTIONS(2488), - [anon_sym_continue] = ACTIONS(2488), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_not] = ACTIONS(2488), - [anon_sym_compl] = ACTIONS(2488), - [anon_sym_DASH_DASH] = ACTIONS(2490), - [anon_sym_PLUS_PLUS] = ACTIONS(2490), - [anon_sym_sizeof] = ACTIONS(2488), - [sym_number_literal] = ACTIONS(2490), - [anon_sym_L_SQUOTE] = ACTIONS(2490), - [anon_sym_u_SQUOTE] = ACTIONS(2490), - [anon_sym_U_SQUOTE] = ACTIONS(2490), - [anon_sym_u8_SQUOTE] = ACTIONS(2490), - [anon_sym_SQUOTE] = ACTIONS(2490), - [anon_sym_L_DQUOTE] = ACTIONS(2490), - [anon_sym_u_DQUOTE] = ACTIONS(2490), - [anon_sym_U_DQUOTE] = ACTIONS(2490), - [anon_sym_u8_DQUOTE] = ACTIONS(2490), - [anon_sym_DQUOTE] = ACTIONS(2490), - [sym_true] = ACTIONS(2488), - [sym_false] = ACTIONS(2488), - [sym_null] = ACTIONS(2488), + [1212] = { + [sym_identifier] = ACTIONS(2562), + [anon_sym_LPAREN2] = ACTIONS(2564), + [anon_sym_BANG] = ACTIONS(2564), + [anon_sym_TILDE] = ACTIONS(2564), + [anon_sym_DASH] = ACTIONS(2562), + [anon_sym_PLUS] = ACTIONS(2562), + [anon_sym_STAR] = ACTIONS(2564), + [anon_sym_AMP] = ACTIONS(2564), + [anon_sym_SEMI] = ACTIONS(2564), + [anon_sym_typedef] = ACTIONS(2562), + [anon_sym_extern] = ACTIONS(2562), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2564), + [anon_sym___declspec] = ACTIONS(2562), + [anon_sym_LBRACE] = ACTIONS(2564), + [anon_sym_LBRACK] = ACTIONS(2562), + [anon_sym_static] = ACTIONS(2562), + [anon_sym_register] = ACTIONS(2562), + [anon_sym_inline] = ACTIONS(2562), + [anon_sym_thread_local] = ACTIONS(2562), + [anon_sym_const] = ACTIONS(2562), + [anon_sym_volatile] = ACTIONS(2562), + [anon_sym_restrict] = ACTIONS(2562), + [anon_sym__Atomic] = ACTIONS(2562), + [anon_sym_mutable] = ACTIONS(2562), + [anon_sym_constexpr] = ACTIONS(2562), + [anon_sym_constinit] = ACTIONS(2562), + [anon_sym_consteval] = ACTIONS(2562), + [anon_sym_signed] = ACTIONS(2562), + [anon_sym_unsigned] = ACTIONS(2562), + [anon_sym_long] = ACTIONS(2562), + [anon_sym_short] = ACTIONS(2562), + [sym_primitive_type] = ACTIONS(2562), + [anon_sym_enum] = ACTIONS(2562), + [anon_sym_class] = ACTIONS(2562), + [anon_sym_struct] = ACTIONS(2562), + [anon_sym_union] = ACTIONS(2562), + [anon_sym_if] = ACTIONS(2562), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_switch] = ACTIONS(2562), + [anon_sym_while] = ACTIONS(2562), + [anon_sym_do] = ACTIONS(2562), + [anon_sym_for] = ACTIONS(2562), + [anon_sym_return] = ACTIONS(2562), + [anon_sym_break] = ACTIONS(2562), + [anon_sym_continue] = ACTIONS(2562), + [anon_sym_goto] = ACTIONS(2562), + [anon_sym_not] = ACTIONS(2562), + [anon_sym_compl] = ACTIONS(2562), + [anon_sym_DASH_DASH] = ACTIONS(2564), + [anon_sym_PLUS_PLUS] = ACTIONS(2564), + [anon_sym_sizeof] = ACTIONS(2562), + [sym_number_literal] = ACTIONS(2564), + [anon_sym_L_SQUOTE] = ACTIONS(2564), + [anon_sym_u_SQUOTE] = ACTIONS(2564), + [anon_sym_U_SQUOTE] = ACTIONS(2564), + [anon_sym_u8_SQUOTE] = ACTIONS(2564), + [anon_sym_SQUOTE] = ACTIONS(2564), + [anon_sym_L_DQUOTE] = ACTIONS(2564), + [anon_sym_u_DQUOTE] = ACTIONS(2564), + [anon_sym_U_DQUOTE] = ACTIONS(2564), + [anon_sym_u8_DQUOTE] = ACTIONS(2564), + [anon_sym_DQUOTE] = ACTIONS(2564), + [sym_true] = ACTIONS(2562), + [sym_false] = ACTIONS(2562), + [sym_null] = ACTIONS(2562), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2488), - [anon_sym_decltype] = ACTIONS(2488), - [anon_sym_virtual] = ACTIONS(2488), - [anon_sym_typename] = ACTIONS(2488), - [anon_sym_template] = ACTIONS(2488), - [anon_sym_try] = ACTIONS(2488), - [anon_sym_delete] = ACTIONS(2488), - [anon_sym_throw] = ACTIONS(2488), - [anon_sym_co_return] = ACTIONS(2488), - [anon_sym_co_yield] = ACTIONS(2488), - [anon_sym_R_DQUOTE] = ACTIONS(2490), - [anon_sym_LR_DQUOTE] = ACTIONS(2490), - [anon_sym_uR_DQUOTE] = ACTIONS(2490), - [anon_sym_UR_DQUOTE] = ACTIONS(2490), - [anon_sym_u8R_DQUOTE] = ACTIONS(2490), - [anon_sym_co_await] = ACTIONS(2488), - [anon_sym_new] = ACTIONS(2488), - [anon_sym_requires] = ACTIONS(2488), - [sym_this] = ACTIONS(2488), - [sym_nullptr] = ACTIONS(2488), - }, - [1185] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1186] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1187] = { - [sym_identifier] = ACTIONS(2606), - [anon_sym_LPAREN2] = ACTIONS(2608), - [anon_sym_BANG] = ACTIONS(2608), - [anon_sym_TILDE] = ACTIONS(2608), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_STAR] = ACTIONS(2608), - [anon_sym_AMP] = ACTIONS(2608), - [anon_sym_SEMI] = ACTIONS(2608), - [anon_sym_typedef] = ACTIONS(2606), - [anon_sym_extern] = ACTIONS(2606), - [anon_sym___attribute__] = ACTIONS(2606), - [anon_sym_COLON_COLON] = ACTIONS(2608), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2608), - [anon_sym___declspec] = ACTIONS(2606), - [anon_sym_LBRACE] = ACTIONS(2608), - [anon_sym_LBRACK] = ACTIONS(2606), - [anon_sym_static] = ACTIONS(2606), - [anon_sym_register] = ACTIONS(2606), - [anon_sym_inline] = ACTIONS(2606), - [anon_sym_thread_local] = ACTIONS(2606), - [anon_sym_const] = ACTIONS(2606), - [anon_sym_volatile] = ACTIONS(2606), - [anon_sym_restrict] = ACTIONS(2606), - [anon_sym__Atomic] = ACTIONS(2606), - [anon_sym_mutable] = ACTIONS(2606), - [anon_sym_constexpr] = ACTIONS(2606), - [anon_sym_constinit] = ACTIONS(2606), - [anon_sym_consteval] = ACTIONS(2606), - [anon_sym_signed] = ACTIONS(2606), - [anon_sym_unsigned] = ACTIONS(2606), - [anon_sym_long] = ACTIONS(2606), - [anon_sym_short] = ACTIONS(2606), - [sym_primitive_type] = ACTIONS(2606), - [anon_sym_enum] = ACTIONS(2606), - [anon_sym_class] = ACTIONS(2606), - [anon_sym_struct] = ACTIONS(2606), - [anon_sym_union] = ACTIONS(2606), - [anon_sym_if] = ACTIONS(2606), - [anon_sym_else] = ACTIONS(2606), - [anon_sym_switch] = ACTIONS(2606), - [anon_sym_while] = ACTIONS(2606), - [anon_sym_do] = ACTIONS(2606), - [anon_sym_for] = ACTIONS(2606), - [anon_sym_return] = ACTIONS(2606), - [anon_sym_break] = ACTIONS(2606), - [anon_sym_continue] = ACTIONS(2606), - [anon_sym_goto] = ACTIONS(2606), - [anon_sym_not] = ACTIONS(2606), - [anon_sym_compl] = ACTIONS(2606), - [anon_sym_DASH_DASH] = ACTIONS(2608), - [anon_sym_PLUS_PLUS] = ACTIONS(2608), - [anon_sym_sizeof] = ACTIONS(2606), - [sym_number_literal] = ACTIONS(2608), - [anon_sym_L_SQUOTE] = ACTIONS(2608), - [anon_sym_u_SQUOTE] = ACTIONS(2608), - [anon_sym_U_SQUOTE] = ACTIONS(2608), - [anon_sym_u8_SQUOTE] = ACTIONS(2608), - [anon_sym_SQUOTE] = ACTIONS(2608), - [anon_sym_L_DQUOTE] = ACTIONS(2608), - [anon_sym_u_DQUOTE] = ACTIONS(2608), - [anon_sym_U_DQUOTE] = ACTIONS(2608), - [anon_sym_u8_DQUOTE] = ACTIONS(2608), - [anon_sym_DQUOTE] = ACTIONS(2608), - [sym_true] = ACTIONS(2606), - [sym_false] = ACTIONS(2606), - [sym_null] = ACTIONS(2606), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2606), - [anon_sym_decltype] = ACTIONS(2606), - [anon_sym_virtual] = ACTIONS(2606), - [anon_sym_typename] = ACTIONS(2606), - [anon_sym_template] = ACTIONS(2606), - [anon_sym_try] = ACTIONS(2606), - [anon_sym_delete] = ACTIONS(2606), - [anon_sym_throw] = ACTIONS(2606), - [anon_sym_co_return] = ACTIONS(2606), - [anon_sym_co_yield] = ACTIONS(2606), - [anon_sym_R_DQUOTE] = ACTIONS(2608), - [anon_sym_LR_DQUOTE] = ACTIONS(2608), - [anon_sym_uR_DQUOTE] = ACTIONS(2608), - [anon_sym_UR_DQUOTE] = ACTIONS(2608), - [anon_sym_u8R_DQUOTE] = ACTIONS(2608), - [anon_sym_co_await] = ACTIONS(2606), - [anon_sym_new] = ACTIONS(2606), - [anon_sym_requires] = ACTIONS(2606), - [sym_this] = ACTIONS(2606), - [sym_nullptr] = ACTIONS(2606), - }, - [1188] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_auto] = ACTIONS(2562), + [anon_sym_decltype] = ACTIONS(2562), + [anon_sym_virtual] = ACTIONS(2562), + [anon_sym_typename] = ACTIONS(2562), + [anon_sym_template] = ACTIONS(2562), + [anon_sym_try] = ACTIONS(2562), + [anon_sym_delete] = ACTIONS(2562), + [anon_sym_throw] = ACTIONS(2562), + [anon_sym_co_return] = ACTIONS(2562), + [anon_sym_co_yield] = ACTIONS(2562), + [anon_sym_R_DQUOTE] = ACTIONS(2564), + [anon_sym_LR_DQUOTE] = ACTIONS(2564), + [anon_sym_uR_DQUOTE] = ACTIONS(2564), + [anon_sym_UR_DQUOTE] = ACTIONS(2564), + [anon_sym_u8R_DQUOTE] = ACTIONS(2564), + [anon_sym_co_await] = ACTIONS(2562), + [anon_sym_new] = ACTIONS(2562), + [anon_sym_requires] = ACTIONS(2562), + [sym_this] = ACTIONS(2562), + [sym_nullptr] = ACTIONS(2562), }, - [1189] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LBRACK] = ACTIONS(3310), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(193), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [1213] = { + [sym_identifier] = ACTIONS(2568), + [anon_sym_LPAREN2] = ACTIONS(2570), + [anon_sym_BANG] = ACTIONS(2570), + [anon_sym_TILDE] = ACTIONS(2570), + [anon_sym_DASH] = ACTIONS(2568), + [anon_sym_PLUS] = ACTIONS(2568), + [anon_sym_STAR] = ACTIONS(2570), + [anon_sym_AMP] = ACTIONS(2570), + [anon_sym_SEMI] = ACTIONS(2570), + [anon_sym_typedef] = ACTIONS(2568), + [anon_sym_extern] = ACTIONS(2568), + [anon_sym___attribute__] = ACTIONS(2568), + [anon_sym_COLON_COLON] = ACTIONS(2570), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym_LBRACE] = ACTIONS(2570), + [anon_sym_LBRACK] = ACTIONS(2568), + [anon_sym_static] = ACTIONS(2568), + [anon_sym_register] = ACTIONS(2568), + [anon_sym_inline] = ACTIONS(2568), + [anon_sym_thread_local] = ACTIONS(2568), + [anon_sym_const] = ACTIONS(2568), + [anon_sym_volatile] = ACTIONS(2568), + [anon_sym_restrict] = ACTIONS(2568), + [anon_sym__Atomic] = ACTIONS(2568), + [anon_sym_mutable] = ACTIONS(2568), + [anon_sym_constexpr] = ACTIONS(2568), + [anon_sym_constinit] = ACTIONS(2568), + [anon_sym_consteval] = ACTIONS(2568), + [anon_sym_signed] = ACTIONS(2568), + [anon_sym_unsigned] = ACTIONS(2568), + [anon_sym_long] = ACTIONS(2568), + [anon_sym_short] = ACTIONS(2568), + [sym_primitive_type] = ACTIONS(2568), + [anon_sym_enum] = ACTIONS(2568), + [anon_sym_class] = ACTIONS(2568), + [anon_sym_struct] = ACTIONS(2568), + [anon_sym_union] = ACTIONS(2568), + [anon_sym_if] = ACTIONS(2568), + [anon_sym_else] = ACTIONS(2568), + [anon_sym_switch] = ACTIONS(2568), + [anon_sym_while] = ACTIONS(2568), + [anon_sym_do] = ACTIONS(2568), + [anon_sym_for] = ACTIONS(2568), + [anon_sym_return] = ACTIONS(2568), + [anon_sym_break] = ACTIONS(2568), + [anon_sym_continue] = ACTIONS(2568), + [anon_sym_goto] = ACTIONS(2568), + [anon_sym_not] = ACTIONS(2568), + [anon_sym_compl] = ACTIONS(2568), + [anon_sym_DASH_DASH] = ACTIONS(2570), + [anon_sym_PLUS_PLUS] = ACTIONS(2570), + [anon_sym_sizeof] = ACTIONS(2568), + [sym_number_literal] = ACTIONS(2570), + [anon_sym_L_SQUOTE] = ACTIONS(2570), + [anon_sym_u_SQUOTE] = ACTIONS(2570), + [anon_sym_U_SQUOTE] = ACTIONS(2570), + [anon_sym_u8_SQUOTE] = ACTIONS(2570), + [anon_sym_SQUOTE] = ACTIONS(2570), + [anon_sym_L_DQUOTE] = ACTIONS(2570), + [anon_sym_u_DQUOTE] = ACTIONS(2570), + [anon_sym_U_DQUOTE] = ACTIONS(2570), + [anon_sym_u8_DQUOTE] = ACTIONS(2570), + [anon_sym_DQUOTE] = ACTIONS(2570), + [sym_true] = ACTIONS(2568), + [sym_false] = ACTIONS(2568), + [sym_null] = ACTIONS(2568), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2568), + [anon_sym_decltype] = ACTIONS(2568), + [anon_sym_virtual] = ACTIONS(2568), + [anon_sym_typename] = ACTIONS(2568), + [anon_sym_template] = ACTIONS(2568), + [anon_sym_try] = ACTIONS(2568), + [anon_sym_delete] = ACTIONS(2568), + [anon_sym_throw] = ACTIONS(2568), + [anon_sym_co_return] = ACTIONS(2568), + [anon_sym_co_yield] = ACTIONS(2568), + [anon_sym_R_DQUOTE] = ACTIONS(2570), + [anon_sym_LR_DQUOTE] = ACTIONS(2570), + [anon_sym_uR_DQUOTE] = ACTIONS(2570), + [anon_sym_UR_DQUOTE] = ACTIONS(2570), + [anon_sym_u8R_DQUOTE] = ACTIONS(2570), + [anon_sym_co_await] = ACTIONS(2568), + [anon_sym_new] = ACTIONS(2568), + [anon_sym_requires] = ACTIONS(2568), + [sym_this] = ACTIONS(2568), + [sym_nullptr] = ACTIONS(2568), }, - [1190] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1214] = { + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3344), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -170736,7 +172654,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -170749,97 +172667,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1191] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1192] = { + [1215] = { [sym_identifier] = ACTIONS(2576), [anon_sym_LPAREN2] = ACTIONS(2578), [anon_sym_BANG] = ACTIONS(2578), @@ -170929,5460 +172757,3030 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2576), [sym_nullptr] = ACTIONS(2576), }, - [1193] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1194] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1195] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1196] = { - [sym_identifier] = ACTIONS(2600), - [anon_sym_LPAREN2] = ACTIONS(2602), - [anon_sym_BANG] = ACTIONS(2602), - [anon_sym_TILDE] = ACTIONS(2602), - [anon_sym_DASH] = ACTIONS(2600), - [anon_sym_PLUS] = ACTIONS(2600), - [anon_sym_STAR] = ACTIONS(2602), - [anon_sym_AMP] = ACTIONS(2602), - [anon_sym_SEMI] = ACTIONS(2602), - [anon_sym_typedef] = ACTIONS(2600), - [anon_sym_extern] = ACTIONS(2600), - [anon_sym___attribute__] = ACTIONS(2600), - [anon_sym_COLON_COLON] = ACTIONS(2602), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2602), - [anon_sym___declspec] = ACTIONS(2600), - [anon_sym_LBRACE] = ACTIONS(2602), - [anon_sym_LBRACK] = ACTIONS(2600), - [anon_sym_static] = ACTIONS(2600), - [anon_sym_register] = ACTIONS(2600), - [anon_sym_inline] = ACTIONS(2600), - [anon_sym_thread_local] = ACTIONS(2600), - [anon_sym_const] = ACTIONS(2600), - [anon_sym_volatile] = ACTIONS(2600), - [anon_sym_restrict] = ACTIONS(2600), - [anon_sym__Atomic] = ACTIONS(2600), - [anon_sym_mutable] = ACTIONS(2600), - [anon_sym_constexpr] = ACTIONS(2600), - [anon_sym_constinit] = ACTIONS(2600), - [anon_sym_consteval] = ACTIONS(2600), - [anon_sym_signed] = ACTIONS(2600), - [anon_sym_unsigned] = ACTIONS(2600), - [anon_sym_long] = ACTIONS(2600), - [anon_sym_short] = ACTIONS(2600), - [sym_primitive_type] = ACTIONS(2600), - [anon_sym_enum] = ACTIONS(2600), - [anon_sym_class] = ACTIONS(2600), - [anon_sym_struct] = ACTIONS(2600), - [anon_sym_union] = ACTIONS(2600), - [anon_sym_if] = ACTIONS(2600), - [anon_sym_else] = ACTIONS(2600), - [anon_sym_switch] = ACTIONS(2600), - [anon_sym_while] = ACTIONS(2600), - [anon_sym_do] = ACTIONS(2600), - [anon_sym_for] = ACTIONS(2600), - [anon_sym_return] = ACTIONS(2600), - [anon_sym_break] = ACTIONS(2600), - [anon_sym_continue] = ACTIONS(2600), - [anon_sym_goto] = ACTIONS(2600), - [anon_sym_not] = ACTIONS(2600), - [anon_sym_compl] = ACTIONS(2600), - [anon_sym_DASH_DASH] = ACTIONS(2602), - [anon_sym_PLUS_PLUS] = ACTIONS(2602), - [anon_sym_sizeof] = ACTIONS(2600), - [sym_number_literal] = ACTIONS(2602), - [anon_sym_L_SQUOTE] = ACTIONS(2602), - [anon_sym_u_SQUOTE] = ACTIONS(2602), - [anon_sym_U_SQUOTE] = ACTIONS(2602), - [anon_sym_u8_SQUOTE] = ACTIONS(2602), - [anon_sym_SQUOTE] = ACTIONS(2602), - [anon_sym_L_DQUOTE] = ACTIONS(2602), - [anon_sym_u_DQUOTE] = ACTIONS(2602), - [anon_sym_U_DQUOTE] = ACTIONS(2602), - [anon_sym_u8_DQUOTE] = ACTIONS(2602), - [anon_sym_DQUOTE] = ACTIONS(2602), - [sym_true] = ACTIONS(2600), - [sym_false] = ACTIONS(2600), - [sym_null] = ACTIONS(2600), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2600), - [anon_sym_decltype] = ACTIONS(2600), - [anon_sym_virtual] = ACTIONS(2600), - [anon_sym_typename] = ACTIONS(2600), - [anon_sym_template] = ACTIONS(2600), - [anon_sym_try] = ACTIONS(2600), - [anon_sym_delete] = ACTIONS(2600), - [anon_sym_throw] = ACTIONS(2600), - [anon_sym_co_return] = ACTIONS(2600), - [anon_sym_co_yield] = ACTIONS(2600), - [anon_sym_R_DQUOTE] = ACTIONS(2602), - [anon_sym_LR_DQUOTE] = ACTIONS(2602), - [anon_sym_uR_DQUOTE] = ACTIONS(2602), - [anon_sym_UR_DQUOTE] = ACTIONS(2602), - [anon_sym_u8R_DQUOTE] = ACTIONS(2602), - [anon_sym_co_await] = ACTIONS(2600), - [anon_sym_new] = ACTIONS(2600), - [anon_sym_requires] = ACTIONS(2600), - [sym_this] = ACTIONS(2600), - [sym_nullptr] = ACTIONS(2600), - }, - [1197] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1198] = { - [sym_identifier] = ACTIONS(2424), - [anon_sym_LPAREN2] = ACTIONS(2426), - [anon_sym_BANG] = ACTIONS(2426), - [anon_sym_TILDE] = ACTIONS(2426), - [anon_sym_DASH] = ACTIONS(2424), - [anon_sym_PLUS] = ACTIONS(2424), - [anon_sym_STAR] = ACTIONS(2426), - [anon_sym_AMP] = ACTIONS(2426), - [anon_sym_SEMI] = ACTIONS(2426), - [anon_sym_typedef] = ACTIONS(2424), - [anon_sym_extern] = ACTIONS(2424), - [anon_sym___attribute__] = ACTIONS(2424), - [anon_sym_COLON_COLON] = ACTIONS(2426), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2426), - [anon_sym___declspec] = ACTIONS(2424), - [anon_sym_LBRACE] = ACTIONS(2426), - [anon_sym_LBRACK] = ACTIONS(2424), - [anon_sym_static] = ACTIONS(2424), - [anon_sym_register] = ACTIONS(2424), - [anon_sym_inline] = ACTIONS(2424), - [anon_sym_thread_local] = ACTIONS(2424), - [anon_sym_const] = ACTIONS(2424), - [anon_sym_volatile] = ACTIONS(2424), - [anon_sym_restrict] = ACTIONS(2424), - [anon_sym__Atomic] = ACTIONS(2424), - [anon_sym_mutable] = ACTIONS(2424), - [anon_sym_constexpr] = ACTIONS(2424), - [anon_sym_constinit] = ACTIONS(2424), - [anon_sym_consteval] = ACTIONS(2424), - [anon_sym_signed] = ACTIONS(2424), - [anon_sym_unsigned] = ACTIONS(2424), - [anon_sym_long] = ACTIONS(2424), - [anon_sym_short] = ACTIONS(2424), - [sym_primitive_type] = ACTIONS(2424), - [anon_sym_enum] = ACTIONS(2424), - [anon_sym_class] = ACTIONS(2424), - [anon_sym_struct] = ACTIONS(2424), - [anon_sym_union] = ACTIONS(2424), - [anon_sym_if] = ACTIONS(2424), - [anon_sym_else] = ACTIONS(2424), - [anon_sym_switch] = ACTIONS(2424), - [anon_sym_while] = ACTIONS(2424), - [anon_sym_do] = ACTIONS(2424), - [anon_sym_for] = ACTIONS(2424), - [anon_sym_return] = ACTIONS(2424), - [anon_sym_break] = ACTIONS(2424), - [anon_sym_continue] = ACTIONS(2424), - [anon_sym_goto] = ACTIONS(2424), - [anon_sym_not] = ACTIONS(2424), - [anon_sym_compl] = ACTIONS(2424), - [anon_sym_DASH_DASH] = ACTIONS(2426), - [anon_sym_PLUS_PLUS] = ACTIONS(2426), - [anon_sym_sizeof] = ACTIONS(2424), - [sym_number_literal] = ACTIONS(2426), - [anon_sym_L_SQUOTE] = ACTIONS(2426), - [anon_sym_u_SQUOTE] = ACTIONS(2426), - [anon_sym_U_SQUOTE] = ACTIONS(2426), - [anon_sym_u8_SQUOTE] = ACTIONS(2426), - [anon_sym_SQUOTE] = ACTIONS(2426), - [anon_sym_L_DQUOTE] = ACTIONS(2426), - [anon_sym_u_DQUOTE] = ACTIONS(2426), - [anon_sym_U_DQUOTE] = ACTIONS(2426), - [anon_sym_u8_DQUOTE] = ACTIONS(2426), - [anon_sym_DQUOTE] = ACTIONS(2426), - [sym_true] = ACTIONS(2424), - [sym_false] = ACTIONS(2424), - [sym_null] = ACTIONS(2424), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2424), - [anon_sym_decltype] = ACTIONS(2424), - [anon_sym_virtual] = ACTIONS(2424), - [anon_sym_typename] = ACTIONS(2424), - [anon_sym_template] = ACTIONS(2424), - [anon_sym_try] = ACTIONS(2424), - [anon_sym_delete] = ACTIONS(2424), - [anon_sym_throw] = ACTIONS(2424), - [anon_sym_co_return] = ACTIONS(2424), - [anon_sym_co_yield] = ACTIONS(2424), - [anon_sym_R_DQUOTE] = ACTIONS(2426), - [anon_sym_LR_DQUOTE] = ACTIONS(2426), - [anon_sym_uR_DQUOTE] = ACTIONS(2426), - [anon_sym_UR_DQUOTE] = ACTIONS(2426), - [anon_sym_u8R_DQUOTE] = ACTIONS(2426), - [anon_sym_co_await] = ACTIONS(2424), - [anon_sym_new] = ACTIONS(2424), - [anon_sym_requires] = ACTIONS(2424), - [sym_this] = ACTIONS(2424), - [sym_nullptr] = ACTIONS(2424), - }, - [1199] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LBRACK] = ACTIONS(3310), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(193), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1200] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1201] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1202] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3348), - [anon_sym_LBRACK] = ACTIONS(3310), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(193), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1203] = { - [sym_identifier] = ACTIONS(2572), - [anon_sym_LPAREN2] = ACTIONS(2574), - [anon_sym_BANG] = ACTIONS(2574), - [anon_sym_TILDE] = ACTIONS(2574), - [anon_sym_DASH] = ACTIONS(2572), - [anon_sym_PLUS] = ACTIONS(2572), - [anon_sym_STAR] = ACTIONS(2574), - [anon_sym_AMP] = ACTIONS(2574), - [anon_sym_SEMI] = ACTIONS(2574), - [anon_sym_typedef] = ACTIONS(2572), - [anon_sym_extern] = ACTIONS(2572), - [anon_sym___attribute__] = ACTIONS(2572), - [anon_sym_COLON_COLON] = ACTIONS(2574), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2574), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym_LBRACE] = ACTIONS(2574), - [anon_sym_LBRACK] = ACTIONS(2572), - [anon_sym_static] = ACTIONS(2572), - [anon_sym_register] = ACTIONS(2572), - [anon_sym_inline] = ACTIONS(2572), - [anon_sym_thread_local] = ACTIONS(2572), - [anon_sym_const] = ACTIONS(2572), - [anon_sym_volatile] = ACTIONS(2572), - [anon_sym_restrict] = ACTIONS(2572), - [anon_sym__Atomic] = ACTIONS(2572), - [anon_sym_mutable] = ACTIONS(2572), - [anon_sym_constexpr] = ACTIONS(2572), - [anon_sym_constinit] = ACTIONS(2572), - [anon_sym_consteval] = ACTIONS(2572), - [anon_sym_signed] = ACTIONS(2572), - [anon_sym_unsigned] = ACTIONS(2572), - [anon_sym_long] = ACTIONS(2572), - [anon_sym_short] = ACTIONS(2572), - [sym_primitive_type] = ACTIONS(2572), - [anon_sym_enum] = ACTIONS(2572), - [anon_sym_class] = ACTIONS(2572), - [anon_sym_struct] = ACTIONS(2572), - [anon_sym_union] = ACTIONS(2572), - [anon_sym_if] = ACTIONS(2572), - [anon_sym_else] = ACTIONS(2572), - [anon_sym_switch] = ACTIONS(2572), - [anon_sym_while] = ACTIONS(2572), - [anon_sym_do] = ACTIONS(2572), - [anon_sym_for] = ACTIONS(2572), - [anon_sym_return] = ACTIONS(2572), - [anon_sym_break] = ACTIONS(2572), - [anon_sym_continue] = ACTIONS(2572), - [anon_sym_goto] = ACTIONS(2572), - [anon_sym_not] = ACTIONS(2572), - [anon_sym_compl] = ACTIONS(2572), - [anon_sym_DASH_DASH] = ACTIONS(2574), - [anon_sym_PLUS_PLUS] = ACTIONS(2574), - [anon_sym_sizeof] = ACTIONS(2572), - [sym_number_literal] = ACTIONS(2574), - [anon_sym_L_SQUOTE] = ACTIONS(2574), - [anon_sym_u_SQUOTE] = ACTIONS(2574), - [anon_sym_U_SQUOTE] = ACTIONS(2574), - [anon_sym_u8_SQUOTE] = ACTIONS(2574), - [anon_sym_SQUOTE] = ACTIONS(2574), - [anon_sym_L_DQUOTE] = ACTIONS(2574), - [anon_sym_u_DQUOTE] = ACTIONS(2574), - [anon_sym_U_DQUOTE] = ACTIONS(2574), - [anon_sym_u8_DQUOTE] = ACTIONS(2574), - [anon_sym_DQUOTE] = ACTIONS(2574), - [sym_true] = ACTIONS(2572), - [sym_false] = ACTIONS(2572), - [sym_null] = ACTIONS(2572), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2572), - [anon_sym_decltype] = ACTIONS(2572), - [anon_sym_virtual] = ACTIONS(2572), - [anon_sym_typename] = ACTIONS(2572), - [anon_sym_template] = ACTIONS(2572), - [anon_sym_try] = ACTIONS(2572), - [anon_sym_delete] = ACTIONS(2572), - [anon_sym_throw] = ACTIONS(2572), - [anon_sym_co_return] = ACTIONS(2572), - [anon_sym_co_yield] = ACTIONS(2572), - [anon_sym_R_DQUOTE] = ACTIONS(2574), - [anon_sym_LR_DQUOTE] = ACTIONS(2574), - [anon_sym_uR_DQUOTE] = ACTIONS(2574), - [anon_sym_UR_DQUOTE] = ACTIONS(2574), - [anon_sym_u8R_DQUOTE] = ACTIONS(2574), - [anon_sym_co_await] = ACTIONS(2572), - [anon_sym_new] = ACTIONS(2572), - [anon_sym_requires] = ACTIONS(2572), - [sym_this] = ACTIONS(2572), - [sym_nullptr] = ACTIONS(2572), - }, - [1204] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1205] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1206] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1207] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1208] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1209] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1210] = { - [sym_identifier] = ACTIONS(3089), - [anon_sym_LPAREN2] = ACTIONS(3091), - [anon_sym_BANG] = ACTIONS(3091), - [anon_sym_TILDE] = ACTIONS(3091), - [anon_sym_DASH] = ACTIONS(3089), - [anon_sym_PLUS] = ACTIONS(3089), - [anon_sym_STAR] = ACTIONS(3091), - [anon_sym_AMP] = ACTIONS(3091), - [anon_sym_SEMI] = ACTIONS(3091), - [anon_sym_extern] = ACTIONS(3089), - [anon_sym___attribute__] = ACTIONS(3089), - [anon_sym_COLON_COLON] = ACTIONS(3091), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3091), - [anon_sym___declspec] = ACTIONS(3089), - [anon_sym_LBRACE] = ACTIONS(3091), - [anon_sym_LBRACK] = ACTIONS(3089), - [anon_sym_static] = ACTIONS(3089), - [anon_sym_register] = ACTIONS(3089), - [anon_sym_inline] = ACTIONS(3089), - [anon_sym_thread_local] = ACTIONS(3089), - [anon_sym_const] = ACTIONS(3089), - [anon_sym_volatile] = ACTIONS(3089), - [anon_sym_restrict] = ACTIONS(3089), - [anon_sym__Atomic] = ACTIONS(3089), - [anon_sym_mutable] = ACTIONS(3089), - [anon_sym_constexpr] = ACTIONS(3089), - [anon_sym_constinit] = ACTIONS(3089), - [anon_sym_consteval] = ACTIONS(3089), - [anon_sym_signed] = ACTIONS(3089), - [anon_sym_unsigned] = ACTIONS(3089), - [anon_sym_long] = ACTIONS(3089), - [anon_sym_short] = ACTIONS(3089), - [sym_primitive_type] = ACTIONS(3089), - [anon_sym_enum] = ACTIONS(3089), - [anon_sym_class] = ACTIONS(3089), - [anon_sym_struct] = ACTIONS(3089), - [anon_sym_union] = ACTIONS(3089), - [anon_sym_if] = ACTIONS(3089), - [anon_sym_switch] = ACTIONS(3089), - [anon_sym_case] = ACTIONS(3089), - [anon_sym_default] = ACTIONS(3089), - [anon_sym_while] = ACTIONS(3089), - [anon_sym_do] = ACTIONS(3089), - [anon_sym_for] = ACTIONS(3089), - [anon_sym_return] = ACTIONS(3089), - [anon_sym_break] = ACTIONS(3089), - [anon_sym_continue] = ACTIONS(3089), - [anon_sym_goto] = ACTIONS(3089), - [anon_sym_not] = ACTIONS(3089), - [anon_sym_compl] = ACTIONS(3089), - [anon_sym_DASH_DASH] = ACTIONS(3091), - [anon_sym_PLUS_PLUS] = ACTIONS(3091), - [anon_sym_sizeof] = ACTIONS(3089), - [sym_number_literal] = ACTIONS(3091), - [anon_sym_L_SQUOTE] = ACTIONS(3091), - [anon_sym_u_SQUOTE] = ACTIONS(3091), - [anon_sym_U_SQUOTE] = ACTIONS(3091), - [anon_sym_u8_SQUOTE] = ACTIONS(3091), - [anon_sym_SQUOTE] = ACTIONS(3091), - [anon_sym_L_DQUOTE] = ACTIONS(3091), - [anon_sym_u_DQUOTE] = ACTIONS(3091), - [anon_sym_U_DQUOTE] = ACTIONS(3091), - [anon_sym_u8_DQUOTE] = ACTIONS(3091), - [anon_sym_DQUOTE] = ACTIONS(3091), - [sym_true] = ACTIONS(3089), - [sym_false] = ACTIONS(3089), - [sym_null] = ACTIONS(3089), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3089), - [anon_sym_decltype] = ACTIONS(3089), - [anon_sym_virtual] = ACTIONS(3089), - [anon_sym_typename] = ACTIONS(3089), - [anon_sym_template] = ACTIONS(3089), - [anon_sym_try] = ACTIONS(3089), - [anon_sym_delete] = ACTIONS(3089), - [anon_sym_throw] = ACTIONS(3089), - [anon_sym_co_return] = ACTIONS(3089), - [anon_sym_co_yield] = ACTIONS(3089), - [anon_sym_R_DQUOTE] = ACTIONS(3091), - [anon_sym_LR_DQUOTE] = ACTIONS(3091), - [anon_sym_uR_DQUOTE] = ACTIONS(3091), - [anon_sym_UR_DQUOTE] = ACTIONS(3091), - [anon_sym_u8R_DQUOTE] = ACTIONS(3091), - [anon_sym_co_await] = ACTIONS(3089), - [anon_sym_new] = ACTIONS(3089), - [anon_sym_requires] = ACTIONS(3089), - [sym_this] = ACTIONS(3089), - [sym_nullptr] = ACTIONS(3089), - }, - [1211] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1212] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1213] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3350), - [anon_sym_LBRACK] = ACTIONS(3310), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(193), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1214] = { - [sym_identifier] = ACTIONS(2566), - [anon_sym_LPAREN2] = ACTIONS(2568), - [anon_sym_BANG] = ACTIONS(2568), - [anon_sym_TILDE] = ACTIONS(2568), - [anon_sym_DASH] = ACTIONS(2566), - [anon_sym_PLUS] = ACTIONS(2566), - [anon_sym_STAR] = ACTIONS(2568), - [anon_sym_AMP] = ACTIONS(2568), - [anon_sym_SEMI] = ACTIONS(2568), - [anon_sym_typedef] = ACTIONS(2566), - [anon_sym_extern] = ACTIONS(2566), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2568), - [anon_sym___declspec] = ACTIONS(2566), - [anon_sym_LBRACE] = ACTIONS(2568), - [anon_sym_LBRACK] = ACTIONS(2566), - [anon_sym_static] = ACTIONS(2566), - [anon_sym_register] = ACTIONS(2566), - [anon_sym_inline] = ACTIONS(2566), - [anon_sym_thread_local] = ACTIONS(2566), - [anon_sym_const] = ACTIONS(2566), - [anon_sym_volatile] = ACTIONS(2566), - [anon_sym_restrict] = ACTIONS(2566), - [anon_sym__Atomic] = ACTIONS(2566), - [anon_sym_mutable] = ACTIONS(2566), - [anon_sym_constexpr] = ACTIONS(2566), - [anon_sym_constinit] = ACTIONS(2566), - [anon_sym_consteval] = ACTIONS(2566), - [anon_sym_signed] = ACTIONS(2566), - [anon_sym_unsigned] = ACTIONS(2566), - [anon_sym_long] = ACTIONS(2566), - [anon_sym_short] = ACTIONS(2566), - [sym_primitive_type] = ACTIONS(2566), - [anon_sym_enum] = ACTIONS(2566), - [anon_sym_class] = ACTIONS(2566), - [anon_sym_struct] = ACTIONS(2566), - [anon_sym_union] = ACTIONS(2566), - [anon_sym_if] = ACTIONS(2566), - [anon_sym_else] = ACTIONS(3352), - [anon_sym_switch] = ACTIONS(2566), - [anon_sym_while] = ACTIONS(2566), - [anon_sym_do] = ACTIONS(2566), - [anon_sym_for] = ACTIONS(2566), - [anon_sym_return] = ACTIONS(2566), - [anon_sym_break] = ACTIONS(2566), - [anon_sym_continue] = ACTIONS(2566), - [anon_sym_goto] = ACTIONS(2566), - [anon_sym_not] = ACTIONS(2566), - [anon_sym_compl] = ACTIONS(2566), - [anon_sym_DASH_DASH] = ACTIONS(2568), - [anon_sym_PLUS_PLUS] = ACTIONS(2568), - [anon_sym_sizeof] = ACTIONS(2566), - [sym_number_literal] = ACTIONS(2568), - [anon_sym_L_SQUOTE] = ACTIONS(2568), - [anon_sym_u_SQUOTE] = ACTIONS(2568), - [anon_sym_U_SQUOTE] = ACTIONS(2568), - [anon_sym_u8_SQUOTE] = ACTIONS(2568), - [anon_sym_SQUOTE] = ACTIONS(2568), - [anon_sym_L_DQUOTE] = ACTIONS(2568), - [anon_sym_u_DQUOTE] = ACTIONS(2568), - [anon_sym_U_DQUOTE] = ACTIONS(2568), - [anon_sym_u8_DQUOTE] = ACTIONS(2568), - [anon_sym_DQUOTE] = ACTIONS(2568), - [sym_true] = ACTIONS(2566), - [sym_false] = ACTIONS(2566), - [sym_null] = ACTIONS(2566), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2566), - [anon_sym_decltype] = ACTIONS(2566), - [anon_sym_virtual] = ACTIONS(2566), - [anon_sym_typename] = ACTIONS(2566), - [anon_sym_template] = ACTIONS(2566), - [anon_sym_try] = ACTIONS(2566), - [anon_sym_delete] = ACTIONS(2566), - [anon_sym_throw] = ACTIONS(2566), - [anon_sym_co_return] = ACTIONS(2566), - [anon_sym_co_yield] = ACTIONS(2566), - [anon_sym_R_DQUOTE] = ACTIONS(2568), - [anon_sym_LR_DQUOTE] = ACTIONS(2568), - [anon_sym_uR_DQUOTE] = ACTIONS(2568), - [anon_sym_UR_DQUOTE] = ACTIONS(2568), - [anon_sym_u8R_DQUOTE] = ACTIONS(2568), - [anon_sym_co_await] = ACTIONS(2566), - [anon_sym_new] = ACTIONS(2566), - [anon_sym_requires] = ACTIONS(2566), - [sym_this] = ACTIONS(2566), - [sym_nullptr] = ACTIONS(2566), - }, - [1215] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, [1216] = { - [sym_identifier] = ACTIONS(2612), - [anon_sym_LPAREN2] = ACTIONS(2614), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_TILDE] = ACTIONS(2614), - [anon_sym_DASH] = ACTIONS(2612), - [anon_sym_PLUS] = ACTIONS(2612), - [anon_sym_STAR] = ACTIONS(2614), - [anon_sym_AMP] = ACTIONS(2614), - [anon_sym_SEMI] = ACTIONS(2614), - [anon_sym_typedef] = ACTIONS(2612), - [anon_sym_extern] = ACTIONS(2612), - [anon_sym___attribute__] = ACTIONS(2612), - [anon_sym_COLON_COLON] = ACTIONS(2614), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2614), - [anon_sym___declspec] = ACTIONS(2612), - [anon_sym_LBRACE] = ACTIONS(2614), - [anon_sym_LBRACK] = ACTIONS(2612), - [anon_sym_static] = ACTIONS(2612), - [anon_sym_register] = ACTIONS(2612), - [anon_sym_inline] = ACTIONS(2612), - [anon_sym_thread_local] = ACTIONS(2612), - [anon_sym_const] = ACTIONS(2612), - [anon_sym_volatile] = ACTIONS(2612), - [anon_sym_restrict] = ACTIONS(2612), - [anon_sym__Atomic] = ACTIONS(2612), - [anon_sym_mutable] = ACTIONS(2612), - [anon_sym_constexpr] = ACTIONS(2612), - [anon_sym_constinit] = ACTIONS(2612), - [anon_sym_consteval] = ACTIONS(2612), - [anon_sym_signed] = ACTIONS(2612), - [anon_sym_unsigned] = ACTIONS(2612), - [anon_sym_long] = ACTIONS(2612), - [anon_sym_short] = ACTIONS(2612), - [sym_primitive_type] = ACTIONS(2612), - [anon_sym_enum] = ACTIONS(2612), - [anon_sym_class] = ACTIONS(2612), - [anon_sym_struct] = ACTIONS(2612), - [anon_sym_union] = ACTIONS(2612), - [anon_sym_if] = ACTIONS(2612), - [anon_sym_else] = ACTIONS(2612), - [anon_sym_switch] = ACTIONS(2612), - [anon_sym_while] = ACTIONS(2612), - [anon_sym_do] = ACTIONS(2612), - [anon_sym_for] = ACTIONS(2612), - [anon_sym_return] = ACTIONS(2612), - [anon_sym_break] = ACTIONS(2612), - [anon_sym_continue] = ACTIONS(2612), - [anon_sym_goto] = ACTIONS(2612), - [anon_sym_not] = ACTIONS(2612), - [anon_sym_compl] = ACTIONS(2612), - [anon_sym_DASH_DASH] = ACTIONS(2614), - [anon_sym_PLUS_PLUS] = ACTIONS(2614), - [anon_sym_sizeof] = ACTIONS(2612), - [sym_number_literal] = ACTIONS(2614), - [anon_sym_L_SQUOTE] = ACTIONS(2614), - [anon_sym_u_SQUOTE] = ACTIONS(2614), - [anon_sym_U_SQUOTE] = ACTIONS(2614), - [anon_sym_u8_SQUOTE] = ACTIONS(2614), - [anon_sym_SQUOTE] = ACTIONS(2614), - [anon_sym_L_DQUOTE] = ACTIONS(2614), - [anon_sym_u_DQUOTE] = ACTIONS(2614), - [anon_sym_U_DQUOTE] = ACTIONS(2614), - [anon_sym_u8_DQUOTE] = ACTIONS(2614), - [anon_sym_DQUOTE] = ACTIONS(2614), - [sym_true] = ACTIONS(2612), - [sym_false] = ACTIONS(2612), - [sym_null] = ACTIONS(2612), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2612), - [anon_sym_decltype] = ACTIONS(2612), - [anon_sym_virtual] = ACTIONS(2612), - [anon_sym_typename] = ACTIONS(2612), - [anon_sym_template] = ACTIONS(2612), - [anon_sym_try] = ACTIONS(2612), - [anon_sym_delete] = ACTIONS(2612), - [anon_sym_throw] = ACTIONS(2612), - [anon_sym_co_return] = ACTIONS(2612), - [anon_sym_co_yield] = ACTIONS(2612), - [anon_sym_R_DQUOTE] = ACTIONS(2614), - [anon_sym_LR_DQUOTE] = ACTIONS(2614), - [anon_sym_uR_DQUOTE] = ACTIONS(2614), - [anon_sym_UR_DQUOTE] = ACTIONS(2614), - [anon_sym_u8R_DQUOTE] = ACTIONS(2614), - [anon_sym_co_await] = ACTIONS(2612), - [anon_sym_new] = ACTIONS(2612), - [anon_sym_requires] = ACTIONS(2612), - [sym_this] = ACTIONS(2612), - [sym_nullptr] = ACTIONS(2612), + [sym_identifier] = ACTIONS(2590), + [anon_sym_LPAREN2] = ACTIONS(2592), + [anon_sym_BANG] = ACTIONS(2592), + [anon_sym_TILDE] = ACTIONS(2592), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2592), + [anon_sym_AMP] = ACTIONS(2592), + [anon_sym_SEMI] = ACTIONS(2592), + [anon_sym_typedef] = ACTIONS(2590), + [anon_sym_extern] = ACTIONS(2590), + [anon_sym___attribute__] = ACTIONS(2590), + [anon_sym_COLON_COLON] = ACTIONS(2592), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2592), + [anon_sym___declspec] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2592), + [anon_sym_LBRACK] = ACTIONS(2590), + [anon_sym_static] = ACTIONS(2590), + [anon_sym_register] = ACTIONS(2590), + [anon_sym_inline] = ACTIONS(2590), + [anon_sym_thread_local] = ACTIONS(2590), + [anon_sym_const] = ACTIONS(2590), + [anon_sym_volatile] = ACTIONS(2590), + [anon_sym_restrict] = ACTIONS(2590), + [anon_sym__Atomic] = ACTIONS(2590), + [anon_sym_mutable] = ACTIONS(2590), + [anon_sym_constexpr] = ACTIONS(2590), + [anon_sym_constinit] = ACTIONS(2590), + [anon_sym_consteval] = ACTIONS(2590), + [anon_sym_signed] = ACTIONS(2590), + [anon_sym_unsigned] = ACTIONS(2590), + [anon_sym_long] = ACTIONS(2590), + [anon_sym_short] = ACTIONS(2590), + [sym_primitive_type] = ACTIONS(2590), + [anon_sym_enum] = ACTIONS(2590), + [anon_sym_class] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_union] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_else] = ACTIONS(2590), + [anon_sym_switch] = ACTIONS(2590), + [anon_sym_while] = ACTIONS(2590), + [anon_sym_do] = ACTIONS(2590), + [anon_sym_for] = ACTIONS(2590), + [anon_sym_return] = ACTIONS(2590), + [anon_sym_break] = ACTIONS(2590), + [anon_sym_continue] = ACTIONS(2590), + [anon_sym_goto] = ACTIONS(2590), + [anon_sym_not] = ACTIONS(2590), + [anon_sym_compl] = ACTIONS(2590), + [anon_sym_DASH_DASH] = ACTIONS(2592), + [anon_sym_PLUS_PLUS] = ACTIONS(2592), + [anon_sym_sizeof] = ACTIONS(2590), + [sym_number_literal] = ACTIONS(2592), + [anon_sym_L_SQUOTE] = ACTIONS(2592), + [anon_sym_u_SQUOTE] = ACTIONS(2592), + [anon_sym_U_SQUOTE] = ACTIONS(2592), + [anon_sym_u8_SQUOTE] = ACTIONS(2592), + [anon_sym_SQUOTE] = ACTIONS(2592), + [anon_sym_L_DQUOTE] = ACTIONS(2592), + [anon_sym_u_DQUOTE] = ACTIONS(2592), + [anon_sym_U_DQUOTE] = ACTIONS(2592), + [anon_sym_u8_DQUOTE] = ACTIONS(2592), + [anon_sym_DQUOTE] = ACTIONS(2592), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_null] = ACTIONS(2590), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2590), + [anon_sym_decltype] = ACTIONS(2590), + [anon_sym_virtual] = ACTIONS(2590), + [anon_sym_typename] = ACTIONS(2590), + [anon_sym_template] = ACTIONS(2590), + [anon_sym_try] = ACTIONS(2590), + [anon_sym_delete] = ACTIONS(2590), + [anon_sym_throw] = ACTIONS(2590), + [anon_sym_co_return] = ACTIONS(2590), + [anon_sym_co_yield] = ACTIONS(2590), + [anon_sym_R_DQUOTE] = ACTIONS(2592), + [anon_sym_LR_DQUOTE] = ACTIONS(2592), + [anon_sym_uR_DQUOTE] = ACTIONS(2592), + [anon_sym_UR_DQUOTE] = ACTIONS(2592), + [anon_sym_u8R_DQUOTE] = ACTIONS(2592), + [anon_sym_co_await] = ACTIONS(2590), + [anon_sym_new] = ACTIONS(2590), + [anon_sym_requires] = ACTIONS(2590), + [sym_this] = ACTIONS(2590), + [sym_nullptr] = ACTIONS(2590), }, [1217] = { - [sym_identifier] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(2564), - [anon_sym_BANG] = ACTIONS(2564), - [anon_sym_TILDE] = ACTIONS(2564), - [anon_sym_DASH] = ACTIONS(2562), - [anon_sym_PLUS] = ACTIONS(2562), - [anon_sym_STAR] = ACTIONS(2564), - [anon_sym_AMP] = ACTIONS(2564), - [anon_sym_SEMI] = ACTIONS(2564), - [anon_sym_typedef] = ACTIONS(2562), - [anon_sym_extern] = ACTIONS(2562), - [anon_sym___attribute__] = ACTIONS(2562), - [anon_sym_COLON_COLON] = ACTIONS(2564), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2564), - [anon_sym___declspec] = ACTIONS(2562), - [anon_sym_LBRACE] = ACTIONS(2564), - [anon_sym_LBRACK] = ACTIONS(2562), - [anon_sym_static] = ACTIONS(2562), - [anon_sym_register] = ACTIONS(2562), - [anon_sym_inline] = ACTIONS(2562), - [anon_sym_thread_local] = ACTIONS(2562), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [anon_sym_constinit] = ACTIONS(2562), - [anon_sym_consteval] = ACTIONS(2562), - [anon_sym_signed] = ACTIONS(2562), - [anon_sym_unsigned] = ACTIONS(2562), - [anon_sym_long] = ACTIONS(2562), - [anon_sym_short] = ACTIONS(2562), - [sym_primitive_type] = ACTIONS(2562), - [anon_sym_enum] = ACTIONS(2562), - [anon_sym_class] = ACTIONS(2562), - [anon_sym_struct] = ACTIONS(2562), - [anon_sym_union] = ACTIONS(2562), - [anon_sym_if] = ACTIONS(2562), - [anon_sym_else] = ACTIONS(2562), - [anon_sym_switch] = ACTIONS(2562), - [anon_sym_while] = ACTIONS(2562), - [anon_sym_do] = ACTIONS(2562), - [anon_sym_for] = ACTIONS(2562), - [anon_sym_return] = ACTIONS(2562), - [anon_sym_break] = ACTIONS(2562), - [anon_sym_continue] = ACTIONS(2562), - [anon_sym_goto] = ACTIONS(2562), - [anon_sym_not] = ACTIONS(2562), - [anon_sym_compl] = ACTIONS(2562), - [anon_sym_DASH_DASH] = ACTIONS(2564), - [anon_sym_PLUS_PLUS] = ACTIONS(2564), - [anon_sym_sizeof] = ACTIONS(2562), - [sym_number_literal] = ACTIONS(2564), - [anon_sym_L_SQUOTE] = ACTIONS(2564), - [anon_sym_u_SQUOTE] = ACTIONS(2564), - [anon_sym_U_SQUOTE] = ACTIONS(2564), - [anon_sym_u8_SQUOTE] = ACTIONS(2564), - [anon_sym_SQUOTE] = ACTIONS(2564), - [anon_sym_L_DQUOTE] = ACTIONS(2564), - [anon_sym_u_DQUOTE] = ACTIONS(2564), - [anon_sym_U_DQUOTE] = ACTIONS(2564), - [anon_sym_u8_DQUOTE] = ACTIONS(2564), - [anon_sym_DQUOTE] = ACTIONS(2564), - [sym_true] = ACTIONS(2562), - [sym_false] = ACTIONS(2562), - [sym_null] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2562), - [anon_sym_decltype] = ACTIONS(2562), - [anon_sym_virtual] = ACTIONS(2562), - [anon_sym_typename] = ACTIONS(2562), - [anon_sym_template] = ACTIONS(2562), - [anon_sym_try] = ACTIONS(2562), - [anon_sym_delete] = ACTIONS(2562), - [anon_sym_throw] = ACTIONS(2562), - [anon_sym_co_return] = ACTIONS(2562), - [anon_sym_co_yield] = ACTIONS(2562), - [anon_sym_R_DQUOTE] = ACTIONS(2564), - [anon_sym_LR_DQUOTE] = ACTIONS(2564), - [anon_sym_uR_DQUOTE] = ACTIONS(2564), - [anon_sym_UR_DQUOTE] = ACTIONS(2564), - [anon_sym_u8R_DQUOTE] = ACTIONS(2564), - [anon_sym_co_await] = ACTIONS(2562), - [anon_sym_new] = ACTIONS(2562), - [anon_sym_requires] = ACTIONS(2562), - [sym_this] = ACTIONS(2562), - [sym_nullptr] = ACTIONS(2562), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [1218] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [1219] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2488), + [anon_sym_LPAREN2] = ACTIONS(2490), + [anon_sym_BANG] = ACTIONS(2490), + [anon_sym_TILDE] = ACTIONS(2490), + [anon_sym_DASH] = ACTIONS(2488), + [anon_sym_PLUS] = ACTIONS(2488), + [anon_sym_STAR] = ACTIONS(2490), + [anon_sym_AMP] = ACTIONS(2490), + [anon_sym_SEMI] = ACTIONS(2490), + [anon_sym_typedef] = ACTIONS(2488), + [anon_sym_extern] = ACTIONS(2488), + [anon_sym___attribute__] = ACTIONS(2488), + [anon_sym_COLON_COLON] = ACTIONS(2490), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2490), + [anon_sym___declspec] = ACTIONS(2488), + [anon_sym_LBRACE] = ACTIONS(2490), + [anon_sym_LBRACK] = ACTIONS(2488), + [anon_sym_static] = ACTIONS(2488), + [anon_sym_register] = ACTIONS(2488), + [anon_sym_inline] = ACTIONS(2488), + [anon_sym_thread_local] = ACTIONS(2488), + [anon_sym_const] = ACTIONS(2488), + [anon_sym_volatile] = ACTIONS(2488), + [anon_sym_restrict] = ACTIONS(2488), + [anon_sym__Atomic] = ACTIONS(2488), + [anon_sym_mutable] = ACTIONS(2488), + [anon_sym_constexpr] = ACTIONS(2488), + [anon_sym_constinit] = ACTIONS(2488), + [anon_sym_consteval] = ACTIONS(2488), + [anon_sym_signed] = ACTIONS(2488), + [anon_sym_unsigned] = ACTIONS(2488), + [anon_sym_long] = ACTIONS(2488), + [anon_sym_short] = ACTIONS(2488), + [sym_primitive_type] = ACTIONS(2488), + [anon_sym_enum] = ACTIONS(2488), + [anon_sym_class] = ACTIONS(2488), + [anon_sym_struct] = ACTIONS(2488), + [anon_sym_union] = ACTIONS(2488), + [anon_sym_if] = ACTIONS(2488), + [anon_sym_else] = ACTIONS(2488), + [anon_sym_switch] = ACTIONS(2488), + [anon_sym_while] = ACTIONS(2488), + [anon_sym_do] = ACTIONS(2488), + [anon_sym_for] = ACTIONS(2488), + [anon_sym_return] = ACTIONS(2488), + [anon_sym_break] = ACTIONS(2488), + [anon_sym_continue] = ACTIONS(2488), + [anon_sym_goto] = ACTIONS(2488), + [anon_sym_not] = ACTIONS(2488), + [anon_sym_compl] = ACTIONS(2488), + [anon_sym_DASH_DASH] = ACTIONS(2490), + [anon_sym_PLUS_PLUS] = ACTIONS(2490), + [anon_sym_sizeof] = ACTIONS(2488), + [sym_number_literal] = ACTIONS(2490), + [anon_sym_L_SQUOTE] = ACTIONS(2490), + [anon_sym_u_SQUOTE] = ACTIONS(2490), + [anon_sym_U_SQUOTE] = ACTIONS(2490), + [anon_sym_u8_SQUOTE] = ACTIONS(2490), + [anon_sym_SQUOTE] = ACTIONS(2490), + [anon_sym_L_DQUOTE] = ACTIONS(2490), + [anon_sym_u_DQUOTE] = ACTIONS(2490), + [anon_sym_U_DQUOTE] = ACTIONS(2490), + [anon_sym_u8_DQUOTE] = ACTIONS(2490), + [anon_sym_DQUOTE] = ACTIONS(2490), + [sym_true] = ACTIONS(2488), + [sym_false] = ACTIONS(2488), + [sym_null] = ACTIONS(2488), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2488), + [anon_sym_decltype] = ACTIONS(2488), + [anon_sym_virtual] = ACTIONS(2488), + [anon_sym_typename] = ACTIONS(2488), + [anon_sym_template] = ACTIONS(2488), + [anon_sym_try] = ACTIONS(2488), + [anon_sym_delete] = ACTIONS(2488), + [anon_sym_throw] = ACTIONS(2488), + [anon_sym_co_return] = ACTIONS(2488), + [anon_sym_co_yield] = ACTIONS(2488), + [anon_sym_R_DQUOTE] = ACTIONS(2490), + [anon_sym_LR_DQUOTE] = ACTIONS(2490), + [anon_sym_uR_DQUOTE] = ACTIONS(2490), + [anon_sym_UR_DQUOTE] = ACTIONS(2490), + [anon_sym_u8R_DQUOTE] = ACTIONS(2490), + [anon_sym_co_await] = ACTIONS(2488), + [anon_sym_new] = ACTIONS(2488), + [anon_sym_requires] = ACTIONS(2488), + [sym_this] = ACTIONS(2488), + [sym_nullptr] = ACTIONS(2488), }, [1220] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1221] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2634), + [anon_sym_LPAREN2] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2634), + [anon_sym_PLUS] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2636), + [anon_sym_SEMI] = ACTIONS(2636), + [anon_sym_typedef] = ACTIONS(2634), + [anon_sym_extern] = ACTIONS(2634), + [anon_sym___attribute__] = ACTIONS(2634), + [anon_sym_COLON_COLON] = ACTIONS(2636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2636), + [anon_sym___declspec] = ACTIONS(2634), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_static] = ACTIONS(2634), + [anon_sym_register] = ACTIONS(2634), + [anon_sym_inline] = ACTIONS(2634), + [anon_sym_thread_local] = ACTIONS(2634), + [anon_sym_const] = ACTIONS(2634), + [anon_sym_volatile] = ACTIONS(2634), + [anon_sym_restrict] = ACTIONS(2634), + [anon_sym__Atomic] = ACTIONS(2634), + [anon_sym_mutable] = ACTIONS(2634), + [anon_sym_constexpr] = ACTIONS(2634), + [anon_sym_constinit] = ACTIONS(2634), + [anon_sym_consteval] = ACTIONS(2634), + [anon_sym_signed] = ACTIONS(2634), + [anon_sym_unsigned] = ACTIONS(2634), + [anon_sym_long] = ACTIONS(2634), + [anon_sym_short] = ACTIONS(2634), + [sym_primitive_type] = ACTIONS(2634), + [anon_sym_enum] = ACTIONS(2634), + [anon_sym_class] = ACTIONS(2634), + [anon_sym_struct] = ACTIONS(2634), + [anon_sym_union] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2634), + [anon_sym_else] = ACTIONS(2634), + [anon_sym_switch] = ACTIONS(2634), + [anon_sym_while] = ACTIONS(2634), + [anon_sym_do] = ACTIONS(2634), + [anon_sym_for] = ACTIONS(2634), + [anon_sym_return] = ACTIONS(2634), + [anon_sym_break] = ACTIONS(2634), + [anon_sym_continue] = ACTIONS(2634), + [anon_sym_goto] = ACTIONS(2634), + [anon_sym_not] = ACTIONS(2634), + [anon_sym_compl] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_sizeof] = ACTIONS(2634), + [sym_number_literal] = ACTIONS(2636), + [anon_sym_L_SQUOTE] = ACTIONS(2636), + [anon_sym_u_SQUOTE] = ACTIONS(2636), + [anon_sym_U_SQUOTE] = ACTIONS(2636), + [anon_sym_u8_SQUOTE] = ACTIONS(2636), + [anon_sym_SQUOTE] = ACTIONS(2636), + [anon_sym_L_DQUOTE] = ACTIONS(2636), + [anon_sym_u_DQUOTE] = ACTIONS(2636), + [anon_sym_U_DQUOTE] = ACTIONS(2636), + [anon_sym_u8_DQUOTE] = ACTIONS(2636), + [anon_sym_DQUOTE] = ACTIONS(2636), + [sym_true] = ACTIONS(2634), + [sym_false] = ACTIONS(2634), + [sym_null] = ACTIONS(2634), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2634), + [anon_sym_decltype] = ACTIONS(2634), + [anon_sym_virtual] = ACTIONS(2634), + [anon_sym_typename] = ACTIONS(2634), + [anon_sym_template] = ACTIONS(2634), + [anon_sym_try] = ACTIONS(2634), + [anon_sym_delete] = ACTIONS(2634), + [anon_sym_throw] = ACTIONS(2634), + [anon_sym_co_return] = ACTIONS(2634), + [anon_sym_co_yield] = ACTIONS(2634), + [anon_sym_R_DQUOTE] = ACTIONS(2636), + [anon_sym_LR_DQUOTE] = ACTIONS(2636), + [anon_sym_uR_DQUOTE] = ACTIONS(2636), + [anon_sym_UR_DQUOTE] = ACTIONS(2636), + [anon_sym_u8R_DQUOTE] = ACTIONS(2636), + [anon_sym_co_await] = ACTIONS(2634), + [anon_sym_new] = ACTIONS(2634), + [anon_sym_requires] = ACTIONS(2634), + [sym_this] = ACTIONS(2634), + [sym_nullptr] = ACTIONS(2634), }, [1222] = { - [sym_identifier] = ACTIONS(2508), - [anon_sym_LPAREN2] = ACTIONS(2510), - [anon_sym_BANG] = ACTIONS(2510), - [anon_sym_TILDE] = ACTIONS(2510), - [anon_sym_DASH] = ACTIONS(2508), - [anon_sym_PLUS] = ACTIONS(2508), - [anon_sym_STAR] = ACTIONS(2510), - [anon_sym_AMP] = ACTIONS(2510), - [anon_sym_SEMI] = ACTIONS(2510), - [anon_sym_typedef] = ACTIONS(2508), - [anon_sym_extern] = ACTIONS(2508), - [anon_sym___attribute__] = ACTIONS(2508), - [anon_sym_COLON_COLON] = ACTIONS(2510), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2510), - [anon_sym___declspec] = ACTIONS(2508), - [anon_sym_LBRACE] = ACTIONS(2510), - [anon_sym_LBRACK] = ACTIONS(2508), - [anon_sym_static] = ACTIONS(2508), - [anon_sym_register] = ACTIONS(2508), - [anon_sym_inline] = ACTIONS(2508), - [anon_sym_thread_local] = ACTIONS(2508), - [anon_sym_const] = ACTIONS(2508), - [anon_sym_volatile] = ACTIONS(2508), - [anon_sym_restrict] = ACTIONS(2508), - [anon_sym__Atomic] = ACTIONS(2508), - [anon_sym_mutable] = ACTIONS(2508), - [anon_sym_constexpr] = ACTIONS(2508), - [anon_sym_constinit] = ACTIONS(2508), - [anon_sym_consteval] = ACTIONS(2508), - [anon_sym_signed] = ACTIONS(2508), - [anon_sym_unsigned] = ACTIONS(2508), - [anon_sym_long] = ACTIONS(2508), - [anon_sym_short] = ACTIONS(2508), - [sym_primitive_type] = ACTIONS(2508), - [anon_sym_enum] = ACTIONS(2508), - [anon_sym_class] = ACTIONS(2508), - [anon_sym_struct] = ACTIONS(2508), - [anon_sym_union] = ACTIONS(2508), - [anon_sym_if] = ACTIONS(2508), - [anon_sym_else] = ACTIONS(2508), - [anon_sym_switch] = ACTIONS(2508), - [anon_sym_while] = ACTIONS(2508), - [anon_sym_do] = ACTIONS(2508), - [anon_sym_for] = ACTIONS(2508), - [anon_sym_return] = ACTIONS(2508), - [anon_sym_break] = ACTIONS(2508), - [anon_sym_continue] = ACTIONS(2508), - [anon_sym_goto] = ACTIONS(2508), - [anon_sym_not] = ACTIONS(2508), - [anon_sym_compl] = ACTIONS(2508), - [anon_sym_DASH_DASH] = ACTIONS(2510), - [anon_sym_PLUS_PLUS] = ACTIONS(2510), - [anon_sym_sizeof] = ACTIONS(2508), - [sym_number_literal] = ACTIONS(2510), - [anon_sym_L_SQUOTE] = ACTIONS(2510), - [anon_sym_u_SQUOTE] = ACTIONS(2510), - [anon_sym_U_SQUOTE] = ACTIONS(2510), - [anon_sym_u8_SQUOTE] = ACTIONS(2510), - [anon_sym_SQUOTE] = ACTIONS(2510), - [anon_sym_L_DQUOTE] = ACTIONS(2510), - [anon_sym_u_DQUOTE] = ACTIONS(2510), - [anon_sym_U_DQUOTE] = ACTIONS(2510), - [anon_sym_u8_DQUOTE] = ACTIONS(2510), - [anon_sym_DQUOTE] = ACTIONS(2510), - [sym_true] = ACTIONS(2508), - [sym_false] = ACTIONS(2508), - [sym_null] = ACTIONS(2508), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2508), - [anon_sym_decltype] = ACTIONS(2508), - [anon_sym_virtual] = ACTIONS(2508), - [anon_sym_typename] = ACTIONS(2508), - [anon_sym_template] = ACTIONS(2508), - [anon_sym_try] = ACTIONS(2508), - [anon_sym_delete] = ACTIONS(2508), - [anon_sym_throw] = ACTIONS(2508), - [anon_sym_co_return] = ACTIONS(2508), - [anon_sym_co_yield] = ACTIONS(2508), - [anon_sym_R_DQUOTE] = ACTIONS(2510), - [anon_sym_LR_DQUOTE] = ACTIONS(2510), - [anon_sym_uR_DQUOTE] = ACTIONS(2510), - [anon_sym_UR_DQUOTE] = ACTIONS(2510), - [anon_sym_u8R_DQUOTE] = ACTIONS(2510), - [anon_sym_co_await] = ACTIONS(2508), - [anon_sym_new] = ACTIONS(2508), - [anon_sym_requires] = ACTIONS(2508), - [sym_this] = ACTIONS(2508), - [sym_nullptr] = ACTIONS(2508), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1223] = { - [sym_identifier] = ACTIONS(2616), - [anon_sym_LPAREN2] = ACTIONS(2618), - [anon_sym_BANG] = ACTIONS(2618), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2616), - [anon_sym_PLUS] = ACTIONS(2616), - [anon_sym_STAR] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2618), - [anon_sym_SEMI] = ACTIONS(2618), - [anon_sym_typedef] = ACTIONS(2616), - [anon_sym_extern] = ACTIONS(2616), - [anon_sym___attribute__] = ACTIONS(2616), - [anon_sym_COLON_COLON] = ACTIONS(2618), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2618), - [anon_sym___declspec] = ACTIONS(2616), - [anon_sym_LBRACE] = ACTIONS(2618), - [anon_sym_LBRACK] = ACTIONS(2616), - [anon_sym_static] = ACTIONS(2616), - [anon_sym_register] = ACTIONS(2616), - [anon_sym_inline] = ACTIONS(2616), - [anon_sym_thread_local] = ACTIONS(2616), - [anon_sym_const] = ACTIONS(2616), - [anon_sym_volatile] = ACTIONS(2616), - [anon_sym_restrict] = ACTIONS(2616), - [anon_sym__Atomic] = ACTIONS(2616), - [anon_sym_mutable] = ACTIONS(2616), - [anon_sym_constexpr] = ACTIONS(2616), - [anon_sym_constinit] = ACTIONS(2616), - [anon_sym_consteval] = ACTIONS(2616), - [anon_sym_signed] = ACTIONS(2616), - [anon_sym_unsigned] = ACTIONS(2616), - [anon_sym_long] = ACTIONS(2616), - [anon_sym_short] = ACTIONS(2616), - [sym_primitive_type] = ACTIONS(2616), - [anon_sym_enum] = ACTIONS(2616), - [anon_sym_class] = ACTIONS(2616), - [anon_sym_struct] = ACTIONS(2616), - [anon_sym_union] = ACTIONS(2616), - [anon_sym_if] = ACTIONS(2616), - [anon_sym_else] = ACTIONS(2616), - [anon_sym_switch] = ACTIONS(2616), - [anon_sym_while] = ACTIONS(2616), - [anon_sym_do] = ACTIONS(2616), - [anon_sym_for] = ACTIONS(2616), - [anon_sym_return] = ACTIONS(2616), - [anon_sym_break] = ACTIONS(2616), - [anon_sym_continue] = ACTIONS(2616), - [anon_sym_goto] = ACTIONS(2616), - [anon_sym_not] = ACTIONS(2616), - [anon_sym_compl] = ACTIONS(2616), - [anon_sym_DASH_DASH] = ACTIONS(2618), - [anon_sym_PLUS_PLUS] = ACTIONS(2618), - [anon_sym_sizeof] = ACTIONS(2616), - [sym_number_literal] = ACTIONS(2618), - [anon_sym_L_SQUOTE] = ACTIONS(2618), - [anon_sym_u_SQUOTE] = ACTIONS(2618), - [anon_sym_U_SQUOTE] = ACTIONS(2618), - [anon_sym_u8_SQUOTE] = ACTIONS(2618), - [anon_sym_SQUOTE] = ACTIONS(2618), - [anon_sym_L_DQUOTE] = ACTIONS(2618), - [anon_sym_u_DQUOTE] = ACTIONS(2618), - [anon_sym_U_DQUOTE] = ACTIONS(2618), - [anon_sym_u8_DQUOTE] = ACTIONS(2618), - [anon_sym_DQUOTE] = ACTIONS(2618), - [sym_true] = ACTIONS(2616), - [sym_false] = ACTIONS(2616), - [sym_null] = ACTIONS(2616), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2616), - [anon_sym_decltype] = ACTIONS(2616), - [anon_sym_virtual] = ACTIONS(2616), - [anon_sym_typename] = ACTIONS(2616), - [anon_sym_template] = ACTIONS(2616), - [anon_sym_try] = ACTIONS(2616), - [anon_sym_delete] = ACTIONS(2616), - [anon_sym_throw] = ACTIONS(2616), - [anon_sym_co_return] = ACTIONS(2616), - [anon_sym_co_yield] = ACTIONS(2616), - [anon_sym_R_DQUOTE] = ACTIONS(2618), - [anon_sym_LR_DQUOTE] = ACTIONS(2618), - [anon_sym_uR_DQUOTE] = ACTIONS(2618), - [anon_sym_UR_DQUOTE] = ACTIONS(2618), - [anon_sym_u8R_DQUOTE] = ACTIONS(2618), - [anon_sym_co_await] = ACTIONS(2616), - [anon_sym_new] = ACTIONS(2616), - [anon_sym_requires] = ACTIONS(2616), - [sym_this] = ACTIONS(2616), - [sym_nullptr] = ACTIONS(2616), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [1224] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1225] = { - [sym_identifier] = ACTIONS(2408), - [anon_sym_LPAREN2] = ACTIONS(2410), - [anon_sym_BANG] = ACTIONS(2410), - [anon_sym_TILDE] = ACTIONS(2410), - [anon_sym_DASH] = ACTIONS(2408), - [anon_sym_PLUS] = ACTIONS(2408), - [anon_sym_STAR] = ACTIONS(2410), - [anon_sym_AMP] = ACTIONS(2410), - [anon_sym_SEMI] = ACTIONS(2410), - [anon_sym_typedef] = ACTIONS(2408), - [anon_sym_extern] = ACTIONS(2408), - [anon_sym___attribute__] = ACTIONS(2408), - [anon_sym_COLON_COLON] = ACTIONS(2410), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2410), - [anon_sym___declspec] = ACTIONS(2408), - [anon_sym_LBRACE] = ACTIONS(2410), - [anon_sym_LBRACK] = ACTIONS(2408), - [anon_sym_static] = ACTIONS(2408), - [anon_sym_register] = ACTIONS(2408), - [anon_sym_inline] = ACTIONS(2408), - [anon_sym_thread_local] = ACTIONS(2408), - [anon_sym_const] = ACTIONS(2408), - [anon_sym_volatile] = ACTIONS(2408), - [anon_sym_restrict] = ACTIONS(2408), - [anon_sym__Atomic] = ACTIONS(2408), - [anon_sym_mutable] = ACTIONS(2408), - [anon_sym_constexpr] = ACTIONS(2408), - [anon_sym_constinit] = ACTIONS(2408), - [anon_sym_consteval] = ACTIONS(2408), - [anon_sym_signed] = ACTIONS(2408), - [anon_sym_unsigned] = ACTIONS(2408), - [anon_sym_long] = ACTIONS(2408), - [anon_sym_short] = ACTIONS(2408), - [sym_primitive_type] = ACTIONS(2408), - [anon_sym_enum] = ACTIONS(2408), - [anon_sym_class] = ACTIONS(2408), - [anon_sym_struct] = ACTIONS(2408), - [anon_sym_union] = ACTIONS(2408), - [anon_sym_if] = ACTIONS(2408), - [anon_sym_else] = ACTIONS(2408), - [anon_sym_switch] = ACTIONS(2408), - [anon_sym_while] = ACTIONS(2408), - [anon_sym_do] = ACTIONS(2408), - [anon_sym_for] = ACTIONS(2408), - [anon_sym_return] = ACTIONS(2408), - [anon_sym_break] = ACTIONS(2408), - [anon_sym_continue] = ACTIONS(2408), - [anon_sym_goto] = ACTIONS(2408), - [anon_sym_not] = ACTIONS(2408), - [anon_sym_compl] = ACTIONS(2408), - [anon_sym_DASH_DASH] = ACTIONS(2410), - [anon_sym_PLUS_PLUS] = ACTIONS(2410), - [anon_sym_sizeof] = ACTIONS(2408), - [sym_number_literal] = ACTIONS(2410), - [anon_sym_L_SQUOTE] = ACTIONS(2410), - [anon_sym_u_SQUOTE] = ACTIONS(2410), - [anon_sym_U_SQUOTE] = ACTIONS(2410), - [anon_sym_u8_SQUOTE] = ACTIONS(2410), - [anon_sym_SQUOTE] = ACTIONS(2410), - [anon_sym_L_DQUOTE] = ACTIONS(2410), - [anon_sym_u_DQUOTE] = ACTIONS(2410), - [anon_sym_U_DQUOTE] = ACTIONS(2410), - [anon_sym_u8_DQUOTE] = ACTIONS(2410), - [anon_sym_DQUOTE] = ACTIONS(2410), - [sym_true] = ACTIONS(2408), - [sym_false] = ACTIONS(2408), - [sym_null] = ACTIONS(2408), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2408), - [anon_sym_decltype] = ACTIONS(2408), - [anon_sym_virtual] = ACTIONS(2408), - [anon_sym_typename] = ACTIONS(2408), - [anon_sym_template] = ACTIONS(2408), - [anon_sym_try] = ACTIONS(2408), - [anon_sym_delete] = ACTIONS(2408), - [anon_sym_throw] = ACTIONS(2408), - [anon_sym_co_return] = ACTIONS(2408), - [anon_sym_co_yield] = ACTIONS(2408), - [anon_sym_R_DQUOTE] = ACTIONS(2410), - [anon_sym_LR_DQUOTE] = ACTIONS(2410), - [anon_sym_uR_DQUOTE] = ACTIONS(2410), - [anon_sym_UR_DQUOTE] = ACTIONS(2410), - [anon_sym_u8R_DQUOTE] = ACTIONS(2410), - [anon_sym_co_await] = ACTIONS(2408), - [anon_sym_new] = ACTIONS(2408), - [anon_sym_requires] = ACTIONS(2408), - [sym_this] = ACTIONS(2408), - [sym_nullptr] = ACTIONS(2408), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1226] = { - [sym_identifier] = ACTIONS(3085), - [anon_sym_LPAREN2] = ACTIONS(3087), - [anon_sym_BANG] = ACTIONS(3087), - [anon_sym_TILDE] = ACTIONS(3087), - [anon_sym_DASH] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(3085), - [anon_sym_STAR] = ACTIONS(3087), - [anon_sym_AMP] = ACTIONS(3087), - [anon_sym_SEMI] = ACTIONS(3087), - [anon_sym_extern] = ACTIONS(3085), - [anon_sym___attribute__] = ACTIONS(3085), - [anon_sym_COLON_COLON] = ACTIONS(3087), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3087), - [anon_sym___declspec] = ACTIONS(3085), - [anon_sym_LBRACE] = ACTIONS(3087), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_static] = ACTIONS(3085), - [anon_sym_register] = ACTIONS(3085), - [anon_sym_inline] = ACTIONS(3085), - [anon_sym_thread_local] = ACTIONS(3085), - [anon_sym_const] = ACTIONS(3085), - [anon_sym_volatile] = ACTIONS(3085), - [anon_sym_restrict] = ACTIONS(3085), - [anon_sym__Atomic] = ACTIONS(3085), - [anon_sym_mutable] = ACTIONS(3085), - [anon_sym_constexpr] = ACTIONS(3085), - [anon_sym_constinit] = ACTIONS(3085), - [anon_sym_consteval] = ACTIONS(3085), - [anon_sym_signed] = ACTIONS(3085), - [anon_sym_unsigned] = ACTIONS(3085), - [anon_sym_long] = ACTIONS(3085), - [anon_sym_short] = ACTIONS(3085), - [sym_primitive_type] = ACTIONS(3085), - [anon_sym_enum] = ACTIONS(3085), - [anon_sym_class] = ACTIONS(3085), - [anon_sym_struct] = ACTIONS(3085), - [anon_sym_union] = ACTIONS(3085), - [anon_sym_if] = ACTIONS(3085), - [anon_sym_switch] = ACTIONS(3085), - [anon_sym_case] = ACTIONS(3085), - [anon_sym_default] = ACTIONS(3085), - [anon_sym_while] = ACTIONS(3085), - [anon_sym_do] = ACTIONS(3085), - [anon_sym_for] = ACTIONS(3085), - [anon_sym_return] = ACTIONS(3085), - [anon_sym_break] = ACTIONS(3085), - [anon_sym_continue] = ACTIONS(3085), - [anon_sym_goto] = ACTIONS(3085), - [anon_sym_not] = ACTIONS(3085), - [anon_sym_compl] = ACTIONS(3085), - [anon_sym_DASH_DASH] = ACTIONS(3087), - [anon_sym_PLUS_PLUS] = ACTIONS(3087), - [anon_sym_sizeof] = ACTIONS(3085), - [sym_number_literal] = ACTIONS(3087), - [anon_sym_L_SQUOTE] = ACTIONS(3087), - [anon_sym_u_SQUOTE] = ACTIONS(3087), - [anon_sym_U_SQUOTE] = ACTIONS(3087), - [anon_sym_u8_SQUOTE] = ACTIONS(3087), - [anon_sym_SQUOTE] = ACTIONS(3087), - [anon_sym_L_DQUOTE] = ACTIONS(3087), - [anon_sym_u_DQUOTE] = ACTIONS(3087), - [anon_sym_U_DQUOTE] = ACTIONS(3087), - [anon_sym_u8_DQUOTE] = ACTIONS(3087), - [anon_sym_DQUOTE] = ACTIONS(3087), - [sym_true] = ACTIONS(3085), - [sym_false] = ACTIONS(3085), - [sym_null] = ACTIONS(3085), + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_RBRACE] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(3304), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3085), - [anon_sym_decltype] = ACTIONS(3085), - [anon_sym_virtual] = ACTIONS(3085), - [anon_sym_typename] = ACTIONS(3085), - [anon_sym_template] = ACTIONS(3085), - [anon_sym_try] = ACTIONS(3085), - [anon_sym_delete] = ACTIONS(3085), - [anon_sym_throw] = ACTIONS(3085), - [anon_sym_co_return] = ACTIONS(3085), - [anon_sym_co_yield] = ACTIONS(3085), - [anon_sym_R_DQUOTE] = ACTIONS(3087), - [anon_sym_LR_DQUOTE] = ACTIONS(3087), - [anon_sym_uR_DQUOTE] = ACTIONS(3087), - [anon_sym_UR_DQUOTE] = ACTIONS(3087), - [anon_sym_u8R_DQUOTE] = ACTIONS(3087), - [anon_sym_co_await] = ACTIONS(3085), - [anon_sym_new] = ACTIONS(3085), - [anon_sym_requires] = ACTIONS(3085), - [sym_this] = ACTIONS(3085), - [sym_nullptr] = ACTIONS(3085), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, [1227] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2634), + [anon_sym_LPAREN2] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2634), + [anon_sym_PLUS] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2636), + [anon_sym_SEMI] = ACTIONS(2636), + [anon_sym_typedef] = ACTIONS(2634), + [anon_sym_extern] = ACTIONS(2634), + [anon_sym___attribute__] = ACTIONS(2634), + [anon_sym_COLON_COLON] = ACTIONS(2636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2636), + [anon_sym___declspec] = ACTIONS(2634), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_static] = ACTIONS(2634), + [anon_sym_register] = ACTIONS(2634), + [anon_sym_inline] = ACTIONS(2634), + [anon_sym_thread_local] = ACTIONS(2634), + [anon_sym_const] = ACTIONS(2634), + [anon_sym_volatile] = ACTIONS(2634), + [anon_sym_restrict] = ACTIONS(2634), + [anon_sym__Atomic] = ACTIONS(2634), + [anon_sym_mutable] = ACTIONS(2634), + [anon_sym_constexpr] = ACTIONS(2634), + [anon_sym_constinit] = ACTIONS(2634), + [anon_sym_consteval] = ACTIONS(2634), + [anon_sym_signed] = ACTIONS(2634), + [anon_sym_unsigned] = ACTIONS(2634), + [anon_sym_long] = ACTIONS(2634), + [anon_sym_short] = ACTIONS(2634), + [sym_primitive_type] = ACTIONS(2634), + [anon_sym_enum] = ACTIONS(2634), + [anon_sym_class] = ACTIONS(2634), + [anon_sym_struct] = ACTIONS(2634), + [anon_sym_union] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2634), + [anon_sym_else] = ACTIONS(2634), + [anon_sym_switch] = ACTIONS(2634), + [anon_sym_while] = ACTIONS(2634), + [anon_sym_do] = ACTIONS(2634), + [anon_sym_for] = ACTIONS(2634), + [anon_sym_return] = ACTIONS(2634), + [anon_sym_break] = ACTIONS(2634), + [anon_sym_continue] = ACTIONS(2634), + [anon_sym_goto] = ACTIONS(2634), + [anon_sym_not] = ACTIONS(2634), + [anon_sym_compl] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_sizeof] = ACTIONS(2634), + [sym_number_literal] = ACTIONS(2636), + [anon_sym_L_SQUOTE] = ACTIONS(2636), + [anon_sym_u_SQUOTE] = ACTIONS(2636), + [anon_sym_U_SQUOTE] = ACTIONS(2636), + [anon_sym_u8_SQUOTE] = ACTIONS(2636), + [anon_sym_SQUOTE] = ACTIONS(2636), + [anon_sym_L_DQUOTE] = ACTIONS(2636), + [anon_sym_u_DQUOTE] = ACTIONS(2636), + [anon_sym_U_DQUOTE] = ACTIONS(2636), + [anon_sym_u8_DQUOTE] = ACTIONS(2636), + [anon_sym_DQUOTE] = ACTIONS(2636), + [sym_true] = ACTIONS(2634), + [sym_false] = ACTIONS(2634), + [sym_null] = ACTIONS(2634), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2634), + [anon_sym_decltype] = ACTIONS(2634), + [anon_sym_virtual] = ACTIONS(2634), + [anon_sym_typename] = ACTIONS(2634), + [anon_sym_template] = ACTIONS(2634), + [anon_sym_try] = ACTIONS(2634), + [anon_sym_delete] = ACTIONS(2634), + [anon_sym_throw] = ACTIONS(2634), + [anon_sym_co_return] = ACTIONS(2634), + [anon_sym_co_yield] = ACTIONS(2634), + [anon_sym_R_DQUOTE] = ACTIONS(2636), + [anon_sym_LR_DQUOTE] = ACTIONS(2636), + [anon_sym_uR_DQUOTE] = ACTIONS(2636), + [anon_sym_UR_DQUOTE] = ACTIONS(2636), + [anon_sym_u8R_DQUOTE] = ACTIONS(2636), + [anon_sym_co_await] = ACTIONS(2634), + [anon_sym_new] = ACTIONS(2634), + [anon_sym_requires] = ACTIONS(2634), + [sym_this] = ACTIONS(2634), + [sym_nullptr] = ACTIONS(2634), }, [1228] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1229] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(3089), + [anon_sym_LPAREN2] = ACTIONS(3095), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_TILDE] = ACTIONS(3095), + [anon_sym_DASH] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3097), + [anon_sym_STAR] = ACTIONS(3095), + [anon_sym_AMP] = ACTIONS(3095), + [anon_sym_SEMI] = ACTIONS(3095), + [anon_sym_extern] = ACTIONS(3101), + [anon_sym___attribute__] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(3092), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3092), + [anon_sym___declspec] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(3095), + [anon_sym_LBRACK] = ACTIONS(3097), + [anon_sym_static] = ACTIONS(3101), + [anon_sym_register] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_thread_local] = ACTIONS(3101), + [anon_sym_const] = ACTIONS(3101), + [anon_sym_volatile] = ACTIONS(3101), + [anon_sym_restrict] = ACTIONS(3101), + [anon_sym__Atomic] = ACTIONS(3101), + [anon_sym_mutable] = ACTIONS(3101), + [anon_sym_constexpr] = ACTIONS(3101), + [anon_sym_constinit] = ACTIONS(3101), + [anon_sym_consteval] = ACTIONS(3101), + [anon_sym_signed] = ACTIONS(3101), + [anon_sym_unsigned] = ACTIONS(3101), + [anon_sym_long] = ACTIONS(3101), + [anon_sym_short] = ACTIONS(3101), + [sym_primitive_type] = ACTIONS(3089), + [anon_sym_enum] = ACTIONS(3101), + [anon_sym_class] = ACTIONS(3101), + [anon_sym_struct] = ACTIONS(3101), + [anon_sym_union] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3097), + [anon_sym_switch] = ACTIONS(3097), + [anon_sym_case] = ACTIONS(3097), + [anon_sym_default] = ACTIONS(3097), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3097), + [anon_sym_for] = ACTIONS(3097), + [anon_sym_return] = ACTIONS(3097), + [anon_sym_break] = ACTIONS(3097), + [anon_sym_continue] = ACTIONS(3097), + [anon_sym_goto] = ACTIONS(3097), + [anon_sym_not] = ACTIONS(3097), + [anon_sym_compl] = ACTIONS(3097), + [anon_sym_DASH_DASH] = ACTIONS(3095), + [anon_sym_PLUS_PLUS] = ACTIONS(3095), + [anon_sym_sizeof] = ACTIONS(3097), + [sym_number_literal] = ACTIONS(3095), + [anon_sym_L_SQUOTE] = ACTIONS(3095), + [anon_sym_u_SQUOTE] = ACTIONS(3095), + [anon_sym_U_SQUOTE] = ACTIONS(3095), + [anon_sym_u8_SQUOTE] = ACTIONS(3095), + [anon_sym_SQUOTE] = ACTIONS(3095), + [anon_sym_L_DQUOTE] = ACTIONS(3095), + [anon_sym_u_DQUOTE] = ACTIONS(3095), + [anon_sym_U_DQUOTE] = ACTIONS(3095), + [anon_sym_u8_DQUOTE] = ACTIONS(3095), + [anon_sym_DQUOTE] = ACTIONS(3095), + [sym_true] = ACTIONS(3097), + [sym_false] = ACTIONS(3097), + [sym_null] = ACTIONS(3097), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3101), + [anon_sym_decltype] = ACTIONS(3089), + [anon_sym_virtual] = ACTIONS(3101), + [anon_sym_typename] = ACTIONS(3101), + [anon_sym_template] = ACTIONS(3089), + [anon_sym_try] = ACTIONS(3097), + [anon_sym_delete] = ACTIONS(3097), + [anon_sym_throw] = ACTIONS(3097), + [anon_sym_co_return] = ACTIONS(3097), + [anon_sym_co_yield] = ACTIONS(3097), + [anon_sym_R_DQUOTE] = ACTIONS(3095), + [anon_sym_LR_DQUOTE] = ACTIONS(3095), + [anon_sym_uR_DQUOTE] = ACTIONS(3095), + [anon_sym_UR_DQUOTE] = ACTIONS(3095), + [anon_sym_u8R_DQUOTE] = ACTIONS(3095), + [anon_sym_co_await] = ACTIONS(3097), + [anon_sym_new] = ACTIONS(3097), + [anon_sym_requires] = ACTIONS(3097), + [sym_this] = ACTIONS(3097), + [sym_nullptr] = ACTIONS(3097), }, [1230] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2498), + [anon_sym_LPAREN2] = ACTIONS(2500), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_TILDE] = ACTIONS(2500), + [anon_sym_DASH] = ACTIONS(2498), + [anon_sym_PLUS] = ACTIONS(2498), + [anon_sym_STAR] = ACTIONS(2500), + [anon_sym_AMP] = ACTIONS(2500), + [anon_sym_SEMI] = ACTIONS(2500), + [anon_sym_typedef] = ACTIONS(2498), + [anon_sym_extern] = ACTIONS(2498), + [anon_sym___attribute__] = ACTIONS(2498), + [anon_sym_COLON_COLON] = ACTIONS(2500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2500), + [anon_sym___declspec] = ACTIONS(2498), + [anon_sym_LBRACE] = ACTIONS(2500), + [anon_sym_LBRACK] = ACTIONS(2498), + [anon_sym_static] = ACTIONS(2498), + [anon_sym_register] = ACTIONS(2498), + [anon_sym_inline] = ACTIONS(2498), + [anon_sym_thread_local] = ACTIONS(2498), + [anon_sym_const] = ACTIONS(2498), + [anon_sym_volatile] = ACTIONS(2498), + [anon_sym_restrict] = ACTIONS(2498), + [anon_sym__Atomic] = ACTIONS(2498), + [anon_sym_mutable] = ACTIONS(2498), + [anon_sym_constexpr] = ACTIONS(2498), + [anon_sym_constinit] = ACTIONS(2498), + [anon_sym_consteval] = ACTIONS(2498), + [anon_sym_signed] = ACTIONS(2498), + [anon_sym_unsigned] = ACTIONS(2498), + [anon_sym_long] = ACTIONS(2498), + [anon_sym_short] = ACTIONS(2498), + [sym_primitive_type] = ACTIONS(2498), + [anon_sym_enum] = ACTIONS(2498), + [anon_sym_class] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(2498), + [anon_sym_union] = ACTIONS(2498), + [anon_sym_if] = ACTIONS(2498), + [anon_sym_else] = ACTIONS(2498), + [anon_sym_switch] = ACTIONS(2498), + [anon_sym_while] = ACTIONS(2498), + [anon_sym_do] = ACTIONS(2498), + [anon_sym_for] = ACTIONS(2498), + [anon_sym_return] = ACTIONS(2498), + [anon_sym_break] = ACTIONS(2498), + [anon_sym_continue] = ACTIONS(2498), + [anon_sym_goto] = ACTIONS(2498), + [anon_sym_not] = ACTIONS(2498), + [anon_sym_compl] = ACTIONS(2498), + [anon_sym_DASH_DASH] = ACTIONS(2500), + [anon_sym_PLUS_PLUS] = ACTIONS(2500), + [anon_sym_sizeof] = ACTIONS(2498), + [sym_number_literal] = ACTIONS(2500), + [anon_sym_L_SQUOTE] = ACTIONS(2500), + [anon_sym_u_SQUOTE] = ACTIONS(2500), + [anon_sym_U_SQUOTE] = ACTIONS(2500), + [anon_sym_u8_SQUOTE] = ACTIONS(2500), + [anon_sym_SQUOTE] = ACTIONS(2500), + [anon_sym_L_DQUOTE] = ACTIONS(2500), + [anon_sym_u_DQUOTE] = ACTIONS(2500), + [anon_sym_U_DQUOTE] = ACTIONS(2500), + [anon_sym_u8_DQUOTE] = ACTIONS(2500), + [anon_sym_DQUOTE] = ACTIONS(2500), + [sym_true] = ACTIONS(2498), + [sym_false] = ACTIONS(2498), + [sym_null] = ACTIONS(2498), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2498), + [anon_sym_decltype] = ACTIONS(2498), + [anon_sym_virtual] = ACTIONS(2498), + [anon_sym_typename] = ACTIONS(2498), + [anon_sym_template] = ACTIONS(2498), + [anon_sym_try] = ACTIONS(2498), + [anon_sym_delete] = ACTIONS(2498), + [anon_sym_throw] = ACTIONS(2498), + [anon_sym_co_return] = ACTIONS(2498), + [anon_sym_co_yield] = ACTIONS(2498), + [anon_sym_R_DQUOTE] = ACTIONS(2500), + [anon_sym_LR_DQUOTE] = ACTIONS(2500), + [anon_sym_uR_DQUOTE] = ACTIONS(2500), + [anon_sym_UR_DQUOTE] = ACTIONS(2500), + [anon_sym_u8R_DQUOTE] = ACTIONS(2500), + [anon_sym_co_await] = ACTIONS(2498), + [anon_sym_new] = ACTIONS(2498), + [anon_sym_requires] = ACTIONS(2498), + [sym_this] = ACTIONS(2498), + [sym_nullptr] = ACTIONS(2498), }, [1231] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1232] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2600), + [anon_sym_LPAREN2] = ACTIONS(2602), + [anon_sym_BANG] = ACTIONS(2602), + [anon_sym_TILDE] = ACTIONS(2602), + [anon_sym_DASH] = ACTIONS(2600), + [anon_sym_PLUS] = ACTIONS(2600), + [anon_sym_STAR] = ACTIONS(2602), + [anon_sym_AMP] = ACTIONS(2602), + [anon_sym_SEMI] = ACTIONS(2602), + [anon_sym_typedef] = ACTIONS(2600), + [anon_sym_extern] = ACTIONS(2600), + [anon_sym___attribute__] = ACTIONS(2600), + [anon_sym_COLON_COLON] = ACTIONS(2602), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2602), + [anon_sym___declspec] = ACTIONS(2600), + [anon_sym_LBRACE] = ACTIONS(2602), + [anon_sym_LBRACK] = ACTIONS(2600), + [anon_sym_static] = ACTIONS(2600), + [anon_sym_register] = ACTIONS(2600), + [anon_sym_inline] = ACTIONS(2600), + [anon_sym_thread_local] = ACTIONS(2600), + [anon_sym_const] = ACTIONS(2600), + [anon_sym_volatile] = ACTIONS(2600), + [anon_sym_restrict] = ACTIONS(2600), + [anon_sym__Atomic] = ACTIONS(2600), + [anon_sym_mutable] = ACTIONS(2600), + [anon_sym_constexpr] = ACTIONS(2600), + [anon_sym_constinit] = ACTIONS(2600), + [anon_sym_consteval] = ACTIONS(2600), + [anon_sym_signed] = ACTIONS(2600), + [anon_sym_unsigned] = ACTIONS(2600), + [anon_sym_long] = ACTIONS(2600), + [anon_sym_short] = ACTIONS(2600), + [sym_primitive_type] = ACTIONS(2600), + [anon_sym_enum] = ACTIONS(2600), + [anon_sym_class] = ACTIONS(2600), + [anon_sym_struct] = ACTIONS(2600), + [anon_sym_union] = ACTIONS(2600), + [anon_sym_if] = ACTIONS(2600), + [anon_sym_else] = ACTIONS(2600), + [anon_sym_switch] = ACTIONS(2600), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2600), + [anon_sym_for] = ACTIONS(2600), + [anon_sym_return] = ACTIONS(2600), + [anon_sym_break] = ACTIONS(2600), + [anon_sym_continue] = ACTIONS(2600), + [anon_sym_goto] = ACTIONS(2600), + [anon_sym_not] = ACTIONS(2600), + [anon_sym_compl] = ACTIONS(2600), + [anon_sym_DASH_DASH] = ACTIONS(2602), + [anon_sym_PLUS_PLUS] = ACTIONS(2602), + [anon_sym_sizeof] = ACTIONS(2600), + [sym_number_literal] = ACTIONS(2602), + [anon_sym_L_SQUOTE] = ACTIONS(2602), + [anon_sym_u_SQUOTE] = ACTIONS(2602), + [anon_sym_U_SQUOTE] = ACTIONS(2602), + [anon_sym_u8_SQUOTE] = ACTIONS(2602), + [anon_sym_SQUOTE] = ACTIONS(2602), + [anon_sym_L_DQUOTE] = ACTIONS(2602), + [anon_sym_u_DQUOTE] = ACTIONS(2602), + [anon_sym_U_DQUOTE] = ACTIONS(2602), + [anon_sym_u8_DQUOTE] = ACTIONS(2602), + [anon_sym_DQUOTE] = ACTIONS(2602), + [sym_true] = ACTIONS(2600), + [sym_false] = ACTIONS(2600), + [sym_null] = ACTIONS(2600), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2600), + [anon_sym_decltype] = ACTIONS(2600), + [anon_sym_virtual] = ACTIONS(2600), + [anon_sym_typename] = ACTIONS(2600), + [anon_sym_template] = ACTIONS(2600), + [anon_sym_try] = ACTIONS(2600), + [anon_sym_delete] = ACTIONS(2600), + [anon_sym_throw] = ACTIONS(2600), + [anon_sym_co_return] = ACTIONS(2600), + [anon_sym_co_yield] = ACTIONS(2600), + [anon_sym_R_DQUOTE] = ACTIONS(2602), + [anon_sym_LR_DQUOTE] = ACTIONS(2602), + [anon_sym_uR_DQUOTE] = ACTIONS(2602), + [anon_sym_UR_DQUOTE] = ACTIONS(2602), + [anon_sym_u8R_DQUOTE] = ACTIONS(2602), + [anon_sym_co_await] = ACTIONS(2600), + [anon_sym_new] = ACTIONS(2600), + [anon_sym_requires] = ACTIONS(2600), + [sym_this] = ACTIONS(2600), + [sym_nullptr] = ACTIONS(2600), }, [1233] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2608), + [anon_sym_LPAREN2] = ACTIONS(2610), + [anon_sym_BANG] = ACTIONS(2610), + [anon_sym_TILDE] = ACTIONS(2610), + [anon_sym_DASH] = ACTIONS(2608), + [anon_sym_PLUS] = ACTIONS(2608), + [anon_sym_STAR] = ACTIONS(2610), + [anon_sym_AMP] = ACTIONS(2610), + [anon_sym_SEMI] = ACTIONS(2610), + [anon_sym_typedef] = ACTIONS(2608), + [anon_sym_extern] = ACTIONS(2608), + [anon_sym___attribute__] = ACTIONS(2608), + [anon_sym_COLON_COLON] = ACTIONS(2610), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2610), + [anon_sym___declspec] = ACTIONS(2608), + [anon_sym_LBRACE] = ACTIONS(2610), + [anon_sym_LBRACK] = ACTIONS(2608), + [anon_sym_static] = ACTIONS(2608), + [anon_sym_register] = ACTIONS(2608), + [anon_sym_inline] = ACTIONS(2608), + [anon_sym_thread_local] = ACTIONS(2608), + [anon_sym_const] = ACTIONS(2608), + [anon_sym_volatile] = ACTIONS(2608), + [anon_sym_restrict] = ACTIONS(2608), + [anon_sym__Atomic] = ACTIONS(2608), + [anon_sym_mutable] = ACTIONS(2608), + [anon_sym_constexpr] = ACTIONS(2608), + [anon_sym_constinit] = ACTIONS(2608), + [anon_sym_consteval] = ACTIONS(2608), + [anon_sym_signed] = ACTIONS(2608), + [anon_sym_unsigned] = ACTIONS(2608), + [anon_sym_long] = ACTIONS(2608), + [anon_sym_short] = ACTIONS(2608), + [sym_primitive_type] = ACTIONS(2608), + [anon_sym_enum] = ACTIONS(2608), + [anon_sym_class] = ACTIONS(2608), + [anon_sym_struct] = ACTIONS(2608), + [anon_sym_union] = ACTIONS(2608), + [anon_sym_if] = ACTIONS(2608), + [anon_sym_else] = ACTIONS(2608), + [anon_sym_switch] = ACTIONS(2608), + [anon_sym_while] = ACTIONS(2608), + [anon_sym_do] = ACTIONS(2608), + [anon_sym_for] = ACTIONS(2608), + [anon_sym_return] = ACTIONS(2608), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2608), + [anon_sym_goto] = ACTIONS(2608), + [anon_sym_not] = ACTIONS(2608), + [anon_sym_compl] = ACTIONS(2608), + [anon_sym_DASH_DASH] = ACTIONS(2610), + [anon_sym_PLUS_PLUS] = ACTIONS(2610), + [anon_sym_sizeof] = ACTIONS(2608), + [sym_number_literal] = ACTIONS(2610), + [anon_sym_L_SQUOTE] = ACTIONS(2610), + [anon_sym_u_SQUOTE] = ACTIONS(2610), + [anon_sym_U_SQUOTE] = ACTIONS(2610), + [anon_sym_u8_SQUOTE] = ACTIONS(2610), + [anon_sym_SQUOTE] = ACTIONS(2610), + [anon_sym_L_DQUOTE] = ACTIONS(2610), + [anon_sym_u_DQUOTE] = ACTIONS(2610), + [anon_sym_U_DQUOTE] = ACTIONS(2610), + [anon_sym_u8_DQUOTE] = ACTIONS(2610), + [anon_sym_DQUOTE] = ACTIONS(2610), + [sym_true] = ACTIONS(2608), + [sym_false] = ACTIONS(2608), + [sym_null] = ACTIONS(2608), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2608), + [anon_sym_decltype] = ACTIONS(2608), + [anon_sym_virtual] = ACTIONS(2608), + [anon_sym_typename] = ACTIONS(2608), + [anon_sym_template] = ACTIONS(2608), + [anon_sym_try] = ACTIONS(2608), + [anon_sym_delete] = ACTIONS(2608), + [anon_sym_throw] = ACTIONS(2608), + [anon_sym_co_return] = ACTIONS(2608), + [anon_sym_co_yield] = ACTIONS(2608), + [anon_sym_R_DQUOTE] = ACTIONS(2610), + [anon_sym_LR_DQUOTE] = ACTIONS(2610), + [anon_sym_uR_DQUOTE] = ACTIONS(2610), + [anon_sym_UR_DQUOTE] = ACTIONS(2610), + [anon_sym_u8R_DQUOTE] = ACTIONS(2610), + [anon_sym_co_await] = ACTIONS(2608), + [anon_sym_new] = ACTIONS(2608), + [anon_sym_requires] = ACTIONS(2608), + [sym_this] = ACTIONS(2608), + [sym_nullptr] = ACTIONS(2608), }, [1234] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_TILDE] = ACTIONS(3083), + [anon_sym_DASH] = ACTIONS(3081), + [anon_sym_PLUS] = ACTIONS(3081), + [anon_sym_STAR] = ACTIONS(3083), + [anon_sym_AMP] = ACTIONS(3083), + [anon_sym_SEMI] = ACTIONS(3083), + [anon_sym_extern] = ACTIONS(3081), + [anon_sym___attribute__] = ACTIONS(3081), + [anon_sym_COLON_COLON] = ACTIONS(3083), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3083), + [anon_sym___declspec] = ACTIONS(3081), + [anon_sym_LBRACE] = ACTIONS(3083), + [anon_sym_LBRACK] = ACTIONS(3081), + [anon_sym_static] = ACTIONS(3081), + [anon_sym_register] = ACTIONS(3081), + [anon_sym_inline] = ACTIONS(3081), + [anon_sym_thread_local] = ACTIONS(3081), + [anon_sym_const] = ACTIONS(3081), + [anon_sym_volatile] = ACTIONS(3081), + [anon_sym_restrict] = ACTIONS(3081), + [anon_sym__Atomic] = ACTIONS(3081), + [anon_sym_mutable] = ACTIONS(3081), + [anon_sym_constexpr] = ACTIONS(3081), + [anon_sym_constinit] = ACTIONS(3081), + [anon_sym_consteval] = ACTIONS(3081), + [anon_sym_signed] = ACTIONS(3081), + [anon_sym_unsigned] = ACTIONS(3081), + [anon_sym_long] = ACTIONS(3081), + [anon_sym_short] = ACTIONS(3081), + [sym_primitive_type] = ACTIONS(3081), + [anon_sym_enum] = ACTIONS(3081), + [anon_sym_class] = ACTIONS(3081), + [anon_sym_struct] = ACTIONS(3081), + [anon_sym_union] = ACTIONS(3081), + [anon_sym_if] = ACTIONS(3081), + [anon_sym_switch] = ACTIONS(3081), + [anon_sym_case] = ACTIONS(3081), + [anon_sym_default] = ACTIONS(3081), + [anon_sym_while] = ACTIONS(3081), + [anon_sym_do] = ACTIONS(3081), + [anon_sym_for] = ACTIONS(3081), + [anon_sym_return] = ACTIONS(3081), + [anon_sym_break] = ACTIONS(3081), + [anon_sym_continue] = ACTIONS(3081), + [anon_sym_goto] = ACTIONS(3081), + [anon_sym_not] = ACTIONS(3081), + [anon_sym_compl] = ACTIONS(3081), + [anon_sym_DASH_DASH] = ACTIONS(3083), + [anon_sym_PLUS_PLUS] = ACTIONS(3083), + [anon_sym_sizeof] = ACTIONS(3081), + [sym_number_literal] = ACTIONS(3083), + [anon_sym_L_SQUOTE] = ACTIONS(3083), + [anon_sym_u_SQUOTE] = ACTIONS(3083), + [anon_sym_U_SQUOTE] = ACTIONS(3083), + [anon_sym_u8_SQUOTE] = ACTIONS(3083), + [anon_sym_SQUOTE] = ACTIONS(3083), + [anon_sym_L_DQUOTE] = ACTIONS(3083), + [anon_sym_u_DQUOTE] = ACTIONS(3083), + [anon_sym_U_DQUOTE] = ACTIONS(3083), + [anon_sym_u8_DQUOTE] = ACTIONS(3083), + [anon_sym_DQUOTE] = ACTIONS(3083), + [sym_true] = ACTIONS(3081), + [sym_false] = ACTIONS(3081), + [sym_null] = ACTIONS(3081), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3081), + [anon_sym_decltype] = ACTIONS(3081), + [anon_sym_virtual] = ACTIONS(3081), + [anon_sym_typename] = ACTIONS(3081), + [anon_sym_template] = ACTIONS(3081), + [anon_sym_try] = ACTIONS(3081), + [anon_sym_delete] = ACTIONS(3081), + [anon_sym_throw] = ACTIONS(3081), + [anon_sym_co_return] = ACTIONS(3081), + [anon_sym_co_yield] = ACTIONS(3081), + [anon_sym_R_DQUOTE] = ACTIONS(3083), + [anon_sym_LR_DQUOTE] = ACTIONS(3083), + [anon_sym_uR_DQUOTE] = ACTIONS(3083), + [anon_sym_UR_DQUOTE] = ACTIONS(3083), + [anon_sym_u8R_DQUOTE] = ACTIONS(3083), + [anon_sym_co_await] = ACTIONS(3081), + [anon_sym_new] = ACTIONS(3081), + [anon_sym_requires] = ACTIONS(3081), + [sym_this] = ACTIONS(3081), + [sym_nullptr] = ACTIONS(3081), }, [1235] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1236] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1237] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2618), + [anon_sym_LPAREN2] = ACTIONS(2620), + [anon_sym_BANG] = ACTIONS(2620), + [anon_sym_TILDE] = ACTIONS(2620), + [anon_sym_DASH] = ACTIONS(2618), + [anon_sym_PLUS] = ACTIONS(2618), + [anon_sym_STAR] = ACTIONS(2620), + [anon_sym_AMP] = ACTIONS(2620), + [anon_sym_SEMI] = ACTIONS(2620), + [anon_sym_typedef] = ACTIONS(2618), + [anon_sym_extern] = ACTIONS(2618), + [anon_sym___attribute__] = ACTIONS(2618), + [anon_sym_COLON_COLON] = ACTIONS(2620), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2620), + [anon_sym___declspec] = ACTIONS(2618), + [anon_sym_LBRACE] = ACTIONS(2620), + [anon_sym_LBRACK] = ACTIONS(2618), + [anon_sym_static] = ACTIONS(2618), + [anon_sym_register] = ACTIONS(2618), + [anon_sym_inline] = ACTIONS(2618), + [anon_sym_thread_local] = ACTIONS(2618), + [anon_sym_const] = ACTIONS(2618), + [anon_sym_volatile] = ACTIONS(2618), + [anon_sym_restrict] = ACTIONS(2618), + [anon_sym__Atomic] = ACTIONS(2618), + [anon_sym_mutable] = ACTIONS(2618), + [anon_sym_constexpr] = ACTIONS(2618), + [anon_sym_constinit] = ACTIONS(2618), + [anon_sym_consteval] = ACTIONS(2618), + [anon_sym_signed] = ACTIONS(2618), + [anon_sym_unsigned] = ACTIONS(2618), + [anon_sym_long] = ACTIONS(2618), + [anon_sym_short] = ACTIONS(2618), + [sym_primitive_type] = ACTIONS(2618), + [anon_sym_enum] = ACTIONS(2618), + [anon_sym_class] = ACTIONS(2618), + [anon_sym_struct] = ACTIONS(2618), + [anon_sym_union] = ACTIONS(2618), + [anon_sym_if] = ACTIONS(2618), + [anon_sym_else] = ACTIONS(2618), + [anon_sym_switch] = ACTIONS(2618), + [anon_sym_while] = ACTIONS(2618), + [anon_sym_do] = ACTIONS(2618), + [anon_sym_for] = ACTIONS(2618), + [anon_sym_return] = ACTIONS(2618), + [anon_sym_break] = ACTIONS(2618), + [anon_sym_continue] = ACTIONS(2618), + [anon_sym_goto] = ACTIONS(2618), + [anon_sym_not] = ACTIONS(2618), + [anon_sym_compl] = ACTIONS(2618), + [anon_sym_DASH_DASH] = ACTIONS(2620), + [anon_sym_PLUS_PLUS] = ACTIONS(2620), + [anon_sym_sizeof] = ACTIONS(2618), + [sym_number_literal] = ACTIONS(2620), + [anon_sym_L_SQUOTE] = ACTIONS(2620), + [anon_sym_u_SQUOTE] = ACTIONS(2620), + [anon_sym_U_SQUOTE] = ACTIONS(2620), + [anon_sym_u8_SQUOTE] = ACTIONS(2620), + [anon_sym_SQUOTE] = ACTIONS(2620), + [anon_sym_L_DQUOTE] = ACTIONS(2620), + [anon_sym_u_DQUOTE] = ACTIONS(2620), + [anon_sym_U_DQUOTE] = ACTIONS(2620), + [anon_sym_u8_DQUOTE] = ACTIONS(2620), + [anon_sym_DQUOTE] = ACTIONS(2620), + [sym_true] = ACTIONS(2618), + [sym_false] = ACTIONS(2618), + [sym_null] = ACTIONS(2618), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2618), + [anon_sym_decltype] = ACTIONS(2618), + [anon_sym_virtual] = ACTIONS(2618), + [anon_sym_typename] = ACTIONS(2618), + [anon_sym_template] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2618), + [anon_sym_delete] = ACTIONS(2618), + [anon_sym_throw] = ACTIONS(2618), + [anon_sym_co_return] = ACTIONS(2618), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_R_DQUOTE] = ACTIONS(2620), + [anon_sym_LR_DQUOTE] = ACTIONS(2620), + [anon_sym_uR_DQUOTE] = ACTIONS(2620), + [anon_sym_UR_DQUOTE] = ACTIONS(2620), + [anon_sym_u8R_DQUOTE] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(2618), + [anon_sym_new] = ACTIONS(2618), + [anon_sym_requires] = ACTIONS(2618), + [sym_this] = ACTIONS(2618), + [sym_nullptr] = ACTIONS(2618), }, [1238] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_RBRACE] = ACTIONS(3344), + [anon_sym_LBRACK] = ACTIONS(3304), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, [1239] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_RBRACE] = ACTIONS(3346), + [anon_sym_LBRACK] = ACTIONS(3304), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, [1240] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [1241] = { - [sym_identifier] = ACTIONS(2496), - [anon_sym_LPAREN2] = ACTIONS(2498), - [anon_sym_BANG] = ACTIONS(2498), - [anon_sym_TILDE] = ACTIONS(2498), - [anon_sym_DASH] = ACTIONS(2496), - [anon_sym_PLUS] = ACTIONS(2496), - [anon_sym_STAR] = ACTIONS(2498), - [anon_sym_AMP] = ACTIONS(2498), - [anon_sym_SEMI] = ACTIONS(2498), - [anon_sym_typedef] = ACTIONS(2496), - [anon_sym_extern] = ACTIONS(2496), - [anon_sym___attribute__] = ACTIONS(2496), - [anon_sym_COLON_COLON] = ACTIONS(2498), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2498), - [anon_sym___declspec] = ACTIONS(2496), - [anon_sym_LBRACE] = ACTIONS(2498), - [anon_sym_LBRACK] = ACTIONS(2496), - [anon_sym_static] = ACTIONS(2496), - [anon_sym_register] = ACTIONS(2496), - [anon_sym_inline] = ACTIONS(2496), - [anon_sym_thread_local] = ACTIONS(2496), - [anon_sym_const] = ACTIONS(2496), - [anon_sym_volatile] = ACTIONS(2496), - [anon_sym_restrict] = ACTIONS(2496), - [anon_sym__Atomic] = ACTIONS(2496), - [anon_sym_mutable] = ACTIONS(2496), - [anon_sym_constexpr] = ACTIONS(2496), - [anon_sym_constinit] = ACTIONS(2496), - [anon_sym_consteval] = ACTIONS(2496), - [anon_sym_signed] = ACTIONS(2496), - [anon_sym_unsigned] = ACTIONS(2496), - [anon_sym_long] = ACTIONS(2496), - [anon_sym_short] = ACTIONS(2496), - [sym_primitive_type] = ACTIONS(2496), - [anon_sym_enum] = ACTIONS(2496), - [anon_sym_class] = ACTIONS(2496), - [anon_sym_struct] = ACTIONS(2496), - [anon_sym_union] = ACTIONS(2496), - [anon_sym_if] = ACTIONS(2496), - [anon_sym_else] = ACTIONS(3354), - [anon_sym_switch] = ACTIONS(2496), - [anon_sym_while] = ACTIONS(2496), - [anon_sym_do] = ACTIONS(2496), - [anon_sym_for] = ACTIONS(2496), - [anon_sym_return] = ACTIONS(2496), - [anon_sym_break] = ACTIONS(2496), - [anon_sym_continue] = ACTIONS(2496), - [anon_sym_goto] = ACTIONS(2496), - [anon_sym_not] = ACTIONS(2496), - [anon_sym_compl] = ACTIONS(2496), - [anon_sym_DASH_DASH] = ACTIONS(2498), - [anon_sym_PLUS_PLUS] = ACTIONS(2498), - [anon_sym_sizeof] = ACTIONS(2496), - [sym_number_literal] = ACTIONS(2498), - [anon_sym_L_SQUOTE] = ACTIONS(2498), - [anon_sym_u_SQUOTE] = ACTIONS(2498), - [anon_sym_U_SQUOTE] = ACTIONS(2498), - [anon_sym_u8_SQUOTE] = ACTIONS(2498), - [anon_sym_SQUOTE] = ACTIONS(2498), - [anon_sym_L_DQUOTE] = ACTIONS(2498), - [anon_sym_u_DQUOTE] = ACTIONS(2498), - [anon_sym_U_DQUOTE] = ACTIONS(2498), - [anon_sym_u8_DQUOTE] = ACTIONS(2498), - [anon_sym_DQUOTE] = ACTIONS(2498), - [sym_true] = ACTIONS(2496), - [sym_false] = ACTIONS(2496), - [sym_null] = ACTIONS(2496), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2496), - [anon_sym_decltype] = ACTIONS(2496), - [anon_sym_virtual] = ACTIONS(2496), - [anon_sym_typename] = ACTIONS(2496), - [anon_sym_template] = ACTIONS(2496), - [anon_sym_try] = ACTIONS(2496), - [anon_sym_delete] = ACTIONS(2496), - [anon_sym_throw] = ACTIONS(2496), - [anon_sym_co_return] = ACTIONS(2496), - [anon_sym_co_yield] = ACTIONS(2496), - [anon_sym_R_DQUOTE] = ACTIONS(2498), - [anon_sym_LR_DQUOTE] = ACTIONS(2498), - [anon_sym_uR_DQUOTE] = ACTIONS(2498), - [anon_sym_UR_DQUOTE] = ACTIONS(2498), - [anon_sym_u8R_DQUOTE] = ACTIONS(2498), - [anon_sym_co_await] = ACTIONS(2496), - [anon_sym_new] = ACTIONS(2496), - [anon_sym_requires] = ACTIONS(2496), - [sym_this] = ACTIONS(2496), - [sym_nullptr] = ACTIONS(2496), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1242] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1243] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1244] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1245] = { - [sym_identifier] = ACTIONS(2502), - [anon_sym_LPAREN2] = ACTIONS(2504), - [anon_sym_BANG] = ACTIONS(2504), - [anon_sym_TILDE] = ACTIONS(2504), - [anon_sym_DASH] = ACTIONS(2502), - [anon_sym_PLUS] = ACTIONS(2502), - [anon_sym_STAR] = ACTIONS(2504), - [anon_sym_AMP] = ACTIONS(2504), - [anon_sym_SEMI] = ACTIONS(2504), - [anon_sym_typedef] = ACTIONS(2502), - [anon_sym_extern] = ACTIONS(2502), - [anon_sym___attribute__] = ACTIONS(2502), - [anon_sym_COLON_COLON] = ACTIONS(2504), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2504), - [anon_sym___declspec] = ACTIONS(2502), - [anon_sym_LBRACE] = ACTIONS(2504), - [anon_sym_LBRACK] = ACTIONS(2502), - [anon_sym_static] = ACTIONS(2502), - [anon_sym_register] = ACTIONS(2502), - [anon_sym_inline] = ACTIONS(2502), - [anon_sym_thread_local] = ACTIONS(2502), - [anon_sym_const] = ACTIONS(2502), - [anon_sym_volatile] = ACTIONS(2502), - [anon_sym_restrict] = ACTIONS(2502), - [anon_sym__Atomic] = ACTIONS(2502), - [anon_sym_mutable] = ACTIONS(2502), - [anon_sym_constexpr] = ACTIONS(2502), - [anon_sym_constinit] = ACTIONS(2502), - [anon_sym_consteval] = ACTIONS(2502), - [anon_sym_signed] = ACTIONS(2502), - [anon_sym_unsigned] = ACTIONS(2502), - [anon_sym_long] = ACTIONS(2502), - [anon_sym_short] = ACTIONS(2502), - [sym_primitive_type] = ACTIONS(2502), - [anon_sym_enum] = ACTIONS(2502), - [anon_sym_class] = ACTIONS(2502), - [anon_sym_struct] = ACTIONS(2502), - [anon_sym_union] = ACTIONS(2502), - [anon_sym_if] = ACTIONS(2502), - [anon_sym_else] = ACTIONS(2502), - [anon_sym_switch] = ACTIONS(2502), - [anon_sym_while] = ACTIONS(2502), - [anon_sym_do] = ACTIONS(2502), - [anon_sym_for] = ACTIONS(2502), - [anon_sym_return] = ACTIONS(2502), - [anon_sym_break] = ACTIONS(2502), - [anon_sym_continue] = ACTIONS(2502), - [anon_sym_goto] = ACTIONS(2502), - [anon_sym_not] = ACTIONS(2502), - [anon_sym_compl] = ACTIONS(2502), - [anon_sym_DASH_DASH] = ACTIONS(2504), - [anon_sym_PLUS_PLUS] = ACTIONS(2504), - [anon_sym_sizeof] = ACTIONS(2502), - [sym_number_literal] = ACTIONS(2504), - [anon_sym_L_SQUOTE] = ACTIONS(2504), - [anon_sym_u_SQUOTE] = ACTIONS(2504), - [anon_sym_U_SQUOTE] = ACTIONS(2504), - [anon_sym_u8_SQUOTE] = ACTIONS(2504), - [anon_sym_SQUOTE] = ACTIONS(2504), - [anon_sym_L_DQUOTE] = ACTIONS(2504), - [anon_sym_u_DQUOTE] = ACTIONS(2504), - [anon_sym_U_DQUOTE] = ACTIONS(2504), - [anon_sym_u8_DQUOTE] = ACTIONS(2504), - [anon_sym_DQUOTE] = ACTIONS(2504), - [sym_true] = ACTIONS(2502), - [sym_false] = ACTIONS(2502), - [sym_null] = ACTIONS(2502), + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_RBRACE] = ACTIONS(3348), + [anon_sym_LBRACK] = ACTIONS(3304), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2502), - [anon_sym_decltype] = ACTIONS(2502), - [anon_sym_virtual] = ACTIONS(2502), - [anon_sym_typename] = ACTIONS(2502), - [anon_sym_template] = ACTIONS(2502), - [anon_sym_try] = ACTIONS(2502), - [anon_sym_delete] = ACTIONS(2502), - [anon_sym_throw] = ACTIONS(2502), - [anon_sym_co_return] = ACTIONS(2502), - [anon_sym_co_yield] = ACTIONS(2502), - [anon_sym_R_DQUOTE] = ACTIONS(2504), - [anon_sym_LR_DQUOTE] = ACTIONS(2504), - [anon_sym_uR_DQUOTE] = ACTIONS(2504), - [anon_sym_UR_DQUOTE] = ACTIONS(2504), - [anon_sym_u8R_DQUOTE] = ACTIONS(2504), - [anon_sym_co_await] = ACTIONS(2502), - [anon_sym_new] = ACTIONS(2502), - [anon_sym_requires] = ACTIONS(2502), - [sym_this] = ACTIONS(2502), - [sym_nullptr] = ACTIONS(2502), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, [1246] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1247] = { - [sym_identifier] = ACTIONS(2416), - [anon_sym_LPAREN2] = ACTIONS(2418), - [anon_sym_BANG] = ACTIONS(2418), - [anon_sym_TILDE] = ACTIONS(2418), - [anon_sym_DASH] = ACTIONS(2416), - [anon_sym_PLUS] = ACTIONS(2416), - [anon_sym_STAR] = ACTIONS(2418), - [anon_sym_AMP] = ACTIONS(2418), - [anon_sym_SEMI] = ACTIONS(2418), - [anon_sym_typedef] = ACTIONS(2416), - [anon_sym_extern] = ACTIONS(2416), - [anon_sym___attribute__] = ACTIONS(2416), - [anon_sym_COLON_COLON] = ACTIONS(2418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2418), - [anon_sym___declspec] = ACTIONS(2416), - [anon_sym_LBRACE] = ACTIONS(2418), - [anon_sym_LBRACK] = ACTIONS(2416), - [anon_sym_static] = ACTIONS(2416), - [anon_sym_register] = ACTIONS(2416), - [anon_sym_inline] = ACTIONS(2416), - [anon_sym_thread_local] = ACTIONS(2416), - [anon_sym_const] = ACTIONS(2416), - [anon_sym_volatile] = ACTIONS(2416), - [anon_sym_restrict] = ACTIONS(2416), - [anon_sym__Atomic] = ACTIONS(2416), - [anon_sym_mutable] = ACTIONS(2416), - [anon_sym_constexpr] = ACTIONS(2416), - [anon_sym_constinit] = ACTIONS(2416), - [anon_sym_consteval] = ACTIONS(2416), - [anon_sym_signed] = ACTIONS(2416), - [anon_sym_unsigned] = ACTIONS(2416), - [anon_sym_long] = ACTIONS(2416), - [anon_sym_short] = ACTIONS(2416), - [sym_primitive_type] = ACTIONS(2416), - [anon_sym_enum] = ACTIONS(2416), - [anon_sym_class] = ACTIONS(2416), - [anon_sym_struct] = ACTIONS(2416), - [anon_sym_union] = ACTIONS(2416), - [anon_sym_if] = ACTIONS(2416), - [anon_sym_else] = ACTIONS(2416), - [anon_sym_switch] = ACTIONS(2416), - [anon_sym_while] = ACTIONS(2416), - [anon_sym_do] = ACTIONS(2416), - [anon_sym_for] = ACTIONS(2416), - [anon_sym_return] = ACTIONS(2416), - [anon_sym_break] = ACTIONS(2416), - [anon_sym_continue] = ACTIONS(2416), - [anon_sym_goto] = ACTIONS(2416), - [anon_sym_not] = ACTIONS(2416), - [anon_sym_compl] = ACTIONS(2416), - [anon_sym_DASH_DASH] = ACTIONS(2418), - [anon_sym_PLUS_PLUS] = ACTIONS(2418), - [anon_sym_sizeof] = ACTIONS(2416), - [sym_number_literal] = ACTIONS(2418), - [anon_sym_L_SQUOTE] = ACTIONS(2418), - [anon_sym_u_SQUOTE] = ACTIONS(2418), - [anon_sym_U_SQUOTE] = ACTIONS(2418), - [anon_sym_u8_SQUOTE] = ACTIONS(2418), - [anon_sym_SQUOTE] = ACTIONS(2418), - [anon_sym_L_DQUOTE] = ACTIONS(2418), - [anon_sym_u_DQUOTE] = ACTIONS(2418), - [anon_sym_U_DQUOTE] = ACTIONS(2418), - [anon_sym_u8_DQUOTE] = ACTIONS(2418), - [anon_sym_DQUOTE] = ACTIONS(2418), - [sym_true] = ACTIONS(2416), - [sym_false] = ACTIONS(2416), - [sym_null] = ACTIONS(2416), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2416), - [anon_sym_decltype] = ACTIONS(2416), - [anon_sym_virtual] = ACTIONS(2416), - [anon_sym_typename] = ACTIONS(2416), - [anon_sym_template] = ACTIONS(2416), - [anon_sym_try] = ACTIONS(2416), - [anon_sym_delete] = ACTIONS(2416), - [anon_sym_throw] = ACTIONS(2416), - [anon_sym_co_return] = ACTIONS(2416), - [anon_sym_co_yield] = ACTIONS(2416), - [anon_sym_R_DQUOTE] = ACTIONS(2418), - [anon_sym_LR_DQUOTE] = ACTIONS(2418), - [anon_sym_uR_DQUOTE] = ACTIONS(2418), - [anon_sym_UR_DQUOTE] = ACTIONS(2418), - [anon_sym_u8R_DQUOTE] = ACTIONS(2418), - [anon_sym_co_await] = ACTIONS(2416), - [anon_sym_new] = ACTIONS(2416), - [anon_sym_requires] = ACTIONS(2416), - [sym_this] = ACTIONS(2416), - [sym_nullptr] = ACTIONS(2416), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [1248] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [1249] = { - [sym_identifier] = ACTIONS(2592), - [anon_sym_LPAREN2] = ACTIONS(2594), - [anon_sym_BANG] = ACTIONS(2594), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2592), - [anon_sym_PLUS] = ACTIONS(2592), - [anon_sym_STAR] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2594), - [anon_sym_SEMI] = ACTIONS(2594), - [anon_sym_typedef] = ACTIONS(2592), - [anon_sym_extern] = ACTIONS(2592), - [anon_sym___attribute__] = ACTIONS(2592), - [anon_sym_COLON_COLON] = ACTIONS(2594), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2594), - [anon_sym___declspec] = ACTIONS(2592), - [anon_sym_LBRACE] = ACTIONS(2594), - [anon_sym_LBRACK] = ACTIONS(2592), - [anon_sym_static] = ACTIONS(2592), - [anon_sym_register] = ACTIONS(2592), - [anon_sym_inline] = ACTIONS(2592), - [anon_sym_thread_local] = ACTIONS(2592), - [anon_sym_const] = ACTIONS(2592), - [anon_sym_volatile] = ACTIONS(2592), - [anon_sym_restrict] = ACTIONS(2592), - [anon_sym__Atomic] = ACTIONS(2592), - [anon_sym_mutable] = ACTIONS(2592), - [anon_sym_constexpr] = ACTIONS(2592), - [anon_sym_constinit] = ACTIONS(2592), - [anon_sym_consteval] = ACTIONS(2592), - [anon_sym_signed] = ACTIONS(2592), - [anon_sym_unsigned] = ACTIONS(2592), - [anon_sym_long] = ACTIONS(2592), - [anon_sym_short] = ACTIONS(2592), - [sym_primitive_type] = ACTIONS(2592), - [anon_sym_enum] = ACTIONS(2592), - [anon_sym_class] = ACTIONS(2592), - [anon_sym_struct] = ACTIONS(2592), - [anon_sym_union] = ACTIONS(2592), - [anon_sym_if] = ACTIONS(2592), - [anon_sym_else] = ACTIONS(2592), - [anon_sym_switch] = ACTIONS(2592), - [anon_sym_while] = ACTIONS(2592), - [anon_sym_do] = ACTIONS(2592), - [anon_sym_for] = ACTIONS(2592), - [anon_sym_return] = ACTIONS(2592), - [anon_sym_break] = ACTIONS(2592), - [anon_sym_continue] = ACTIONS(2592), - [anon_sym_goto] = ACTIONS(2592), - [anon_sym_not] = ACTIONS(2592), - [anon_sym_compl] = ACTIONS(2592), - [anon_sym_DASH_DASH] = ACTIONS(2594), - [anon_sym_PLUS_PLUS] = ACTIONS(2594), - [anon_sym_sizeof] = ACTIONS(2592), - [sym_number_literal] = ACTIONS(2594), - [anon_sym_L_SQUOTE] = ACTIONS(2594), - [anon_sym_u_SQUOTE] = ACTIONS(2594), - [anon_sym_U_SQUOTE] = ACTIONS(2594), - [anon_sym_u8_SQUOTE] = ACTIONS(2594), - [anon_sym_SQUOTE] = ACTIONS(2594), - [anon_sym_L_DQUOTE] = ACTIONS(2594), - [anon_sym_u_DQUOTE] = ACTIONS(2594), - [anon_sym_U_DQUOTE] = ACTIONS(2594), - [anon_sym_u8_DQUOTE] = ACTIONS(2594), - [anon_sym_DQUOTE] = ACTIONS(2594), - [sym_true] = ACTIONS(2592), - [sym_false] = ACTIONS(2592), - [sym_null] = ACTIONS(2592), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2592), - [anon_sym_decltype] = ACTIONS(2592), - [anon_sym_virtual] = ACTIONS(2592), - [anon_sym_typename] = ACTIONS(2592), - [anon_sym_template] = ACTIONS(2592), - [anon_sym_try] = ACTIONS(2592), - [anon_sym_delete] = ACTIONS(2592), - [anon_sym_throw] = ACTIONS(2592), - [anon_sym_co_return] = ACTIONS(2592), - [anon_sym_co_yield] = ACTIONS(2592), - [anon_sym_R_DQUOTE] = ACTIONS(2594), - [anon_sym_LR_DQUOTE] = ACTIONS(2594), - [anon_sym_uR_DQUOTE] = ACTIONS(2594), - [anon_sym_UR_DQUOTE] = ACTIONS(2594), - [anon_sym_u8R_DQUOTE] = ACTIONS(2594), - [anon_sym_co_await] = ACTIONS(2592), - [anon_sym_new] = ACTIONS(2592), - [anon_sym_requires] = ACTIONS(2592), - [sym_this] = ACTIONS(2592), - [sym_nullptr] = ACTIONS(2592), - }, - [1250] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1251] = { - [sym_identifier] = ACTIONS(2596), - [anon_sym_LPAREN2] = ACTIONS(2598), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_TILDE] = ACTIONS(2598), - [anon_sym_DASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2596), - [anon_sym_STAR] = ACTIONS(2598), - [anon_sym_AMP] = ACTIONS(2598), - [anon_sym_SEMI] = ACTIONS(2598), - [anon_sym_typedef] = ACTIONS(2596), - [anon_sym_extern] = ACTIONS(2596), - [anon_sym___attribute__] = ACTIONS(2596), - [anon_sym_COLON_COLON] = ACTIONS(2598), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2598), - [anon_sym___declspec] = ACTIONS(2596), - [anon_sym_LBRACE] = ACTIONS(2598), - [anon_sym_LBRACK] = ACTIONS(2596), - [anon_sym_static] = ACTIONS(2596), - [anon_sym_register] = ACTIONS(2596), - [anon_sym_inline] = ACTIONS(2596), - [anon_sym_thread_local] = ACTIONS(2596), - [anon_sym_const] = ACTIONS(2596), - [anon_sym_volatile] = ACTIONS(2596), - [anon_sym_restrict] = ACTIONS(2596), - [anon_sym__Atomic] = ACTIONS(2596), - [anon_sym_mutable] = ACTIONS(2596), - [anon_sym_constexpr] = ACTIONS(2596), - [anon_sym_constinit] = ACTIONS(2596), - [anon_sym_consteval] = ACTIONS(2596), - [anon_sym_signed] = ACTIONS(2596), - [anon_sym_unsigned] = ACTIONS(2596), - [anon_sym_long] = ACTIONS(2596), - [anon_sym_short] = ACTIONS(2596), - [sym_primitive_type] = ACTIONS(2596), - [anon_sym_enum] = ACTIONS(2596), - [anon_sym_class] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(2596), - [anon_sym_union] = ACTIONS(2596), - [anon_sym_if] = ACTIONS(2596), - [anon_sym_else] = ACTIONS(2596), - [anon_sym_switch] = ACTIONS(2596), - [anon_sym_while] = ACTIONS(2596), - [anon_sym_do] = ACTIONS(2596), - [anon_sym_for] = ACTIONS(2596), - [anon_sym_return] = ACTIONS(2596), - [anon_sym_break] = ACTIONS(2596), - [anon_sym_continue] = ACTIONS(2596), - [anon_sym_goto] = ACTIONS(2596), - [anon_sym_not] = ACTIONS(2596), - [anon_sym_compl] = ACTIONS(2596), - [anon_sym_DASH_DASH] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_sizeof] = ACTIONS(2596), - [sym_number_literal] = ACTIONS(2598), - [anon_sym_L_SQUOTE] = ACTIONS(2598), - [anon_sym_u_SQUOTE] = ACTIONS(2598), - [anon_sym_U_SQUOTE] = ACTIONS(2598), - [anon_sym_u8_SQUOTE] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2598), - [anon_sym_L_DQUOTE] = ACTIONS(2598), - [anon_sym_u_DQUOTE] = ACTIONS(2598), - [anon_sym_U_DQUOTE] = ACTIONS(2598), - [anon_sym_u8_DQUOTE] = ACTIONS(2598), - [anon_sym_DQUOTE] = ACTIONS(2598), - [sym_true] = ACTIONS(2596), - [sym_false] = ACTIONS(2596), - [sym_null] = ACTIONS(2596), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2596), - [anon_sym_decltype] = ACTIONS(2596), - [anon_sym_virtual] = ACTIONS(2596), - [anon_sym_typename] = ACTIONS(2596), - [anon_sym_template] = ACTIONS(2596), - [anon_sym_try] = ACTIONS(2596), - [anon_sym_delete] = ACTIONS(2596), - [anon_sym_throw] = ACTIONS(2596), - [anon_sym_co_return] = ACTIONS(2596), - [anon_sym_co_yield] = ACTIONS(2596), - [anon_sym_R_DQUOTE] = ACTIONS(2598), - [anon_sym_LR_DQUOTE] = ACTIONS(2598), - [anon_sym_uR_DQUOTE] = ACTIONS(2598), - [anon_sym_UR_DQUOTE] = ACTIONS(2598), - [anon_sym_u8R_DQUOTE] = ACTIONS(2598), - [anon_sym_co_await] = ACTIONS(2596), - [anon_sym_new] = ACTIONS(2596), - [anon_sym_requires] = ACTIONS(2596), - [sym_this] = ACTIONS(2596), - [sym_nullptr] = ACTIONS(2596), - }, - [1252] = { - [sym_identifier] = ACTIONS(3093), - [anon_sym_LPAREN2] = ACTIONS(3099), - [anon_sym_BANG] = ACTIONS(3099), - [anon_sym_TILDE] = ACTIONS(3099), - [anon_sym_DASH] = ACTIONS(3101), - [anon_sym_PLUS] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3099), - [anon_sym_AMP] = ACTIONS(3099), - [anon_sym_SEMI] = ACTIONS(3099), - [anon_sym_extern] = ACTIONS(3105), - [anon_sym___attribute__] = ACTIONS(3105), - [anon_sym_COLON_COLON] = ACTIONS(3096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3096), - [anon_sym___declspec] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_static] = ACTIONS(3105), - [anon_sym_register] = ACTIONS(3105), - [anon_sym_inline] = ACTIONS(3105), - [anon_sym_thread_local] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_volatile] = ACTIONS(3105), - [anon_sym_restrict] = ACTIONS(3105), - [anon_sym__Atomic] = ACTIONS(3105), - [anon_sym_mutable] = ACTIONS(3105), - [anon_sym_constexpr] = ACTIONS(3105), - [anon_sym_constinit] = ACTIONS(3105), - [anon_sym_consteval] = ACTIONS(3105), - [anon_sym_signed] = ACTIONS(3105), - [anon_sym_unsigned] = ACTIONS(3105), - [anon_sym_long] = ACTIONS(3105), - [anon_sym_short] = ACTIONS(3105), - [sym_primitive_type] = ACTIONS(3093), - [anon_sym_enum] = ACTIONS(3105), - [anon_sym_class] = ACTIONS(3105), - [anon_sym_struct] = ACTIONS(3105), - [anon_sym_union] = ACTIONS(3105), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_switch] = ACTIONS(3101), - [anon_sym_case] = ACTIONS(3101), - [anon_sym_default] = ACTIONS(3101), - [anon_sym_while] = ACTIONS(3101), - [anon_sym_do] = ACTIONS(3101), - [anon_sym_for] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_goto] = ACTIONS(3101), - [anon_sym_not] = ACTIONS(3101), - [anon_sym_compl] = ACTIONS(3101), - [anon_sym_DASH_DASH] = ACTIONS(3099), - [anon_sym_PLUS_PLUS] = ACTIONS(3099), - [anon_sym_sizeof] = ACTIONS(3101), - [sym_number_literal] = ACTIONS(3099), - [anon_sym_L_SQUOTE] = ACTIONS(3099), - [anon_sym_u_SQUOTE] = ACTIONS(3099), - [anon_sym_U_SQUOTE] = ACTIONS(3099), - [anon_sym_u8_SQUOTE] = ACTIONS(3099), - [anon_sym_SQUOTE] = ACTIONS(3099), - [anon_sym_L_DQUOTE] = ACTIONS(3099), - [anon_sym_u_DQUOTE] = ACTIONS(3099), - [anon_sym_U_DQUOTE] = ACTIONS(3099), - [anon_sym_u8_DQUOTE] = ACTIONS(3099), - [anon_sym_DQUOTE] = ACTIONS(3099), - [sym_true] = ACTIONS(3101), - [sym_false] = ACTIONS(3101), - [sym_null] = ACTIONS(3101), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3105), - [anon_sym_decltype] = ACTIONS(3093), - [anon_sym_virtual] = ACTIONS(3105), - [anon_sym_typename] = ACTIONS(3105), - [anon_sym_template] = ACTIONS(3093), - [anon_sym_try] = ACTIONS(3101), - [anon_sym_delete] = ACTIONS(3101), - [anon_sym_throw] = ACTIONS(3101), - [anon_sym_co_return] = ACTIONS(3101), - [anon_sym_co_yield] = ACTIONS(3101), - [anon_sym_R_DQUOTE] = ACTIONS(3099), - [anon_sym_LR_DQUOTE] = ACTIONS(3099), - [anon_sym_uR_DQUOTE] = ACTIONS(3099), - [anon_sym_UR_DQUOTE] = ACTIONS(3099), - [anon_sym_u8R_DQUOTE] = ACTIONS(3099), - [anon_sym_co_await] = ACTIONS(3101), - [anon_sym_new] = ACTIONS(3101), - [anon_sym_requires] = ACTIONS(3101), - [sym_this] = ACTIONS(3101), - [sym_nullptr] = ACTIONS(3101), - }, - [1253] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(3356), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_RBRACE] = ACTIONS(3350), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -176406,7 +175804,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -176419,907 +175817,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1254] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1255] = { - [sym_identifier] = ACTIONS(2620), - [anon_sym_LPAREN2] = ACTIONS(2622), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_TILDE] = ACTIONS(2622), - [anon_sym_DASH] = ACTIONS(2620), - [anon_sym_PLUS] = ACTIONS(2620), - [anon_sym_STAR] = ACTIONS(2622), - [anon_sym_AMP] = ACTIONS(2622), - [anon_sym_SEMI] = ACTIONS(2622), - [anon_sym_typedef] = ACTIONS(2620), - [anon_sym_extern] = ACTIONS(2620), - [anon_sym___attribute__] = ACTIONS(2620), - [anon_sym_COLON_COLON] = ACTIONS(2622), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2622), - [anon_sym___declspec] = ACTIONS(2620), - [anon_sym_LBRACE] = ACTIONS(2622), - [anon_sym_LBRACK] = ACTIONS(2620), - [anon_sym_static] = ACTIONS(2620), - [anon_sym_register] = ACTIONS(2620), - [anon_sym_inline] = ACTIONS(2620), - [anon_sym_thread_local] = ACTIONS(2620), - [anon_sym_const] = ACTIONS(2620), - [anon_sym_volatile] = ACTIONS(2620), - [anon_sym_restrict] = ACTIONS(2620), - [anon_sym__Atomic] = ACTIONS(2620), - [anon_sym_mutable] = ACTIONS(2620), - [anon_sym_constexpr] = ACTIONS(2620), - [anon_sym_constinit] = ACTIONS(2620), - [anon_sym_consteval] = ACTIONS(2620), - [anon_sym_signed] = ACTIONS(2620), - [anon_sym_unsigned] = ACTIONS(2620), - [anon_sym_long] = ACTIONS(2620), - [anon_sym_short] = ACTIONS(2620), - [sym_primitive_type] = ACTIONS(2620), - [anon_sym_enum] = ACTIONS(2620), - [anon_sym_class] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(2620), - [anon_sym_union] = ACTIONS(2620), - [anon_sym_if] = ACTIONS(2620), - [anon_sym_else] = ACTIONS(2620), - [anon_sym_switch] = ACTIONS(2620), - [anon_sym_while] = ACTIONS(2620), - [anon_sym_do] = ACTIONS(2620), - [anon_sym_for] = ACTIONS(2620), - [anon_sym_return] = ACTIONS(2620), - [anon_sym_break] = ACTIONS(2620), - [anon_sym_continue] = ACTIONS(2620), - [anon_sym_goto] = ACTIONS(2620), - [anon_sym_not] = ACTIONS(2620), - [anon_sym_compl] = ACTIONS(2620), - [anon_sym_DASH_DASH] = ACTIONS(2622), - [anon_sym_PLUS_PLUS] = ACTIONS(2622), - [anon_sym_sizeof] = ACTIONS(2620), - [sym_number_literal] = ACTIONS(2622), - [anon_sym_L_SQUOTE] = ACTIONS(2622), - [anon_sym_u_SQUOTE] = ACTIONS(2622), - [anon_sym_U_SQUOTE] = ACTIONS(2622), - [anon_sym_u8_SQUOTE] = ACTIONS(2622), - [anon_sym_SQUOTE] = ACTIONS(2622), - [anon_sym_L_DQUOTE] = ACTIONS(2622), - [anon_sym_u_DQUOTE] = ACTIONS(2622), - [anon_sym_U_DQUOTE] = ACTIONS(2622), - [anon_sym_u8_DQUOTE] = ACTIONS(2622), - [anon_sym_DQUOTE] = ACTIONS(2622), - [sym_true] = ACTIONS(2620), - [sym_false] = ACTIONS(2620), - [sym_null] = ACTIONS(2620), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2620), - [anon_sym_decltype] = ACTIONS(2620), - [anon_sym_virtual] = ACTIONS(2620), - [anon_sym_typename] = ACTIONS(2620), - [anon_sym_template] = ACTIONS(2620), - [anon_sym_try] = ACTIONS(2620), - [anon_sym_delete] = ACTIONS(2620), - [anon_sym_throw] = ACTIONS(2620), - [anon_sym_co_return] = ACTIONS(2620), - [anon_sym_co_yield] = ACTIONS(2620), - [anon_sym_R_DQUOTE] = ACTIONS(2622), - [anon_sym_LR_DQUOTE] = ACTIONS(2622), - [anon_sym_uR_DQUOTE] = ACTIONS(2622), - [anon_sym_UR_DQUOTE] = ACTIONS(2622), - [anon_sym_u8R_DQUOTE] = ACTIONS(2622), - [anon_sym_co_await] = ACTIONS(2620), - [anon_sym_new] = ACTIONS(2620), - [anon_sym_requires] = ACTIONS(2620), - [sym_this] = ACTIONS(2620), - [sym_nullptr] = ACTIONS(2620), - }, - [1256] = { - [sym_identifier] = ACTIONS(2482), - [anon_sym_LPAREN2] = ACTIONS(2484), - [anon_sym_BANG] = ACTIONS(2484), - [anon_sym_TILDE] = ACTIONS(2484), - [anon_sym_DASH] = ACTIONS(2482), - [anon_sym_PLUS] = ACTIONS(2482), - [anon_sym_STAR] = ACTIONS(2484), - [anon_sym_AMP] = ACTIONS(2484), - [anon_sym_SEMI] = ACTIONS(2484), - [anon_sym_typedef] = ACTIONS(2482), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym_LBRACE] = ACTIONS(2484), - [anon_sym_LBRACK] = ACTIONS(2482), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_constinit] = ACTIONS(2482), - [anon_sym_consteval] = ACTIONS(2482), - [anon_sym_signed] = ACTIONS(2482), - [anon_sym_unsigned] = ACTIONS(2482), - [anon_sym_long] = ACTIONS(2482), - [anon_sym_short] = ACTIONS(2482), - [sym_primitive_type] = ACTIONS(2482), - [anon_sym_enum] = ACTIONS(2482), - [anon_sym_class] = ACTIONS(2482), - [anon_sym_struct] = ACTIONS(2482), - [anon_sym_union] = ACTIONS(2482), - [anon_sym_if] = ACTIONS(2482), - [anon_sym_else] = ACTIONS(2482), - [anon_sym_switch] = ACTIONS(2482), - [anon_sym_while] = ACTIONS(2482), - [anon_sym_do] = ACTIONS(2482), - [anon_sym_for] = ACTIONS(2482), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2482), - [anon_sym_continue] = ACTIONS(2482), - [anon_sym_goto] = ACTIONS(2482), - [anon_sym_not] = ACTIONS(2482), - [anon_sym_compl] = ACTIONS(2482), - [anon_sym_DASH_DASH] = ACTIONS(2484), - [anon_sym_PLUS_PLUS] = ACTIONS(2484), - [anon_sym_sizeof] = ACTIONS(2482), - [sym_number_literal] = ACTIONS(2484), - [anon_sym_L_SQUOTE] = ACTIONS(2484), - [anon_sym_u_SQUOTE] = ACTIONS(2484), - [anon_sym_U_SQUOTE] = ACTIONS(2484), - [anon_sym_u8_SQUOTE] = ACTIONS(2484), - [anon_sym_SQUOTE] = ACTIONS(2484), - [anon_sym_L_DQUOTE] = ACTIONS(2484), - [anon_sym_u_DQUOTE] = ACTIONS(2484), - [anon_sym_U_DQUOTE] = ACTIONS(2484), - [anon_sym_u8_DQUOTE] = ACTIONS(2484), - [anon_sym_DQUOTE] = ACTIONS(2484), - [sym_true] = ACTIONS(2482), - [sym_false] = ACTIONS(2482), - [sym_null] = ACTIONS(2482), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2482), - [anon_sym_decltype] = ACTIONS(2482), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_typename] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2482), - [anon_sym_try] = ACTIONS(2482), - [anon_sym_delete] = ACTIONS(2482), - [anon_sym_throw] = ACTIONS(2482), - [anon_sym_co_return] = ACTIONS(2482), - [anon_sym_co_yield] = ACTIONS(2482), - [anon_sym_R_DQUOTE] = ACTIONS(2484), - [anon_sym_LR_DQUOTE] = ACTIONS(2484), - [anon_sym_uR_DQUOTE] = ACTIONS(2484), - [anon_sym_UR_DQUOTE] = ACTIONS(2484), - [anon_sym_u8R_DQUOTE] = ACTIONS(2484), - [anon_sym_co_await] = ACTIONS(2482), - [anon_sym_new] = ACTIONS(2482), - [anon_sym_requires] = ACTIONS(2482), - [sym_this] = ACTIONS(2482), - [sym_nullptr] = ACTIONS(2482), - }, - [1257] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1258] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1259] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1260] = { - [sym_identifier] = ACTIONS(2412), - [anon_sym_LPAREN2] = ACTIONS(2414), - [anon_sym_BANG] = ACTIONS(2414), - [anon_sym_TILDE] = ACTIONS(2414), - [anon_sym_DASH] = ACTIONS(2412), - [anon_sym_PLUS] = ACTIONS(2412), - [anon_sym_STAR] = ACTIONS(2414), - [anon_sym_AMP] = ACTIONS(2414), - [anon_sym_SEMI] = ACTIONS(2414), - [anon_sym_typedef] = ACTIONS(2412), - [anon_sym_extern] = ACTIONS(2412), - [anon_sym___attribute__] = ACTIONS(2412), - [anon_sym_COLON_COLON] = ACTIONS(2414), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2414), - [anon_sym___declspec] = ACTIONS(2412), - [anon_sym_LBRACE] = ACTIONS(2414), - [anon_sym_LBRACK] = ACTIONS(2412), - [anon_sym_static] = ACTIONS(2412), - [anon_sym_register] = ACTIONS(2412), - [anon_sym_inline] = ACTIONS(2412), - [anon_sym_thread_local] = ACTIONS(2412), - [anon_sym_const] = ACTIONS(2412), - [anon_sym_volatile] = ACTIONS(2412), - [anon_sym_restrict] = ACTIONS(2412), - [anon_sym__Atomic] = ACTIONS(2412), - [anon_sym_mutable] = ACTIONS(2412), - [anon_sym_constexpr] = ACTIONS(2412), - [anon_sym_constinit] = ACTIONS(2412), - [anon_sym_consteval] = ACTIONS(2412), - [anon_sym_signed] = ACTIONS(2412), - [anon_sym_unsigned] = ACTIONS(2412), - [anon_sym_long] = ACTIONS(2412), - [anon_sym_short] = ACTIONS(2412), - [sym_primitive_type] = ACTIONS(2412), - [anon_sym_enum] = ACTIONS(2412), - [anon_sym_class] = ACTIONS(2412), - [anon_sym_struct] = ACTIONS(2412), - [anon_sym_union] = ACTIONS(2412), - [anon_sym_if] = ACTIONS(2412), - [anon_sym_else] = ACTIONS(2412), - [anon_sym_switch] = ACTIONS(2412), - [anon_sym_while] = ACTIONS(2412), - [anon_sym_do] = ACTIONS(2412), - [anon_sym_for] = ACTIONS(2412), - [anon_sym_return] = ACTIONS(2412), - [anon_sym_break] = ACTIONS(2412), - [anon_sym_continue] = ACTIONS(2412), - [anon_sym_goto] = ACTIONS(2412), - [anon_sym_not] = ACTIONS(2412), - [anon_sym_compl] = ACTIONS(2412), - [anon_sym_DASH_DASH] = ACTIONS(2414), - [anon_sym_PLUS_PLUS] = ACTIONS(2414), - [anon_sym_sizeof] = ACTIONS(2412), - [sym_number_literal] = ACTIONS(2414), - [anon_sym_L_SQUOTE] = ACTIONS(2414), - [anon_sym_u_SQUOTE] = ACTIONS(2414), - [anon_sym_U_SQUOTE] = ACTIONS(2414), - [anon_sym_u8_SQUOTE] = ACTIONS(2414), - [anon_sym_SQUOTE] = ACTIONS(2414), - [anon_sym_L_DQUOTE] = ACTIONS(2414), - [anon_sym_u_DQUOTE] = ACTIONS(2414), - [anon_sym_U_DQUOTE] = ACTIONS(2414), - [anon_sym_u8_DQUOTE] = ACTIONS(2414), - [anon_sym_DQUOTE] = ACTIONS(2414), - [sym_true] = ACTIONS(2412), - [sym_false] = ACTIONS(2412), - [sym_null] = ACTIONS(2412), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2412), - [anon_sym_decltype] = ACTIONS(2412), - [anon_sym_virtual] = ACTIONS(2412), - [anon_sym_typename] = ACTIONS(2412), - [anon_sym_template] = ACTIONS(2412), - [anon_sym_try] = ACTIONS(2412), - [anon_sym_delete] = ACTIONS(2412), - [anon_sym_throw] = ACTIONS(2412), - [anon_sym_co_return] = ACTIONS(2412), - [anon_sym_co_yield] = ACTIONS(2412), - [anon_sym_R_DQUOTE] = ACTIONS(2414), - [anon_sym_LR_DQUOTE] = ACTIONS(2414), - [anon_sym_uR_DQUOTE] = ACTIONS(2414), - [anon_sym_UR_DQUOTE] = ACTIONS(2414), - [anon_sym_u8R_DQUOTE] = ACTIONS(2414), - [anon_sym_co_await] = ACTIONS(2412), - [anon_sym_new] = ACTIONS(2412), - [anon_sym_requires] = ACTIONS(2412), - [sym_this] = ACTIONS(2412), - [sym_nullptr] = ACTIONS(2412), - }, - [1261] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), - }, - [1262] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1263] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), - }, - [1264] = { + [1250] = { [sym_identifier] = ACTIONS(2624), [anon_sym_LPAREN2] = ACTIONS(2626), [anon_sym_BANG] = ACTIONS(2626), @@ -177409,1409 +175907,2669 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2624), [sym_nullptr] = ACTIONS(2624), }, + [1251] = { + [sym_identifier] = ACTIONS(2628), + [anon_sym_LPAREN2] = ACTIONS(2630), + [anon_sym_BANG] = ACTIONS(2630), + [anon_sym_TILDE] = ACTIONS(2630), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2630), + [anon_sym_AMP] = ACTIONS(2630), + [anon_sym_SEMI] = ACTIONS(2630), + [anon_sym_typedef] = ACTIONS(2628), + [anon_sym_extern] = ACTIONS(2628), + [anon_sym___attribute__] = ACTIONS(2628), + [anon_sym_COLON_COLON] = ACTIONS(2630), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2630), + [anon_sym___declspec] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2630), + [anon_sym_LBRACK] = ACTIONS(2628), + [anon_sym_static] = ACTIONS(2628), + [anon_sym_register] = ACTIONS(2628), + [anon_sym_inline] = ACTIONS(2628), + [anon_sym_thread_local] = ACTIONS(2628), + [anon_sym_const] = ACTIONS(2628), + [anon_sym_volatile] = ACTIONS(2628), + [anon_sym_restrict] = ACTIONS(2628), + [anon_sym__Atomic] = ACTIONS(2628), + [anon_sym_mutable] = ACTIONS(2628), + [anon_sym_constexpr] = ACTIONS(2628), + [anon_sym_constinit] = ACTIONS(2628), + [anon_sym_consteval] = ACTIONS(2628), + [anon_sym_signed] = ACTIONS(2628), + [anon_sym_unsigned] = ACTIONS(2628), + [anon_sym_long] = ACTIONS(2628), + [anon_sym_short] = ACTIONS(2628), + [sym_primitive_type] = ACTIONS(2628), + [anon_sym_enum] = ACTIONS(2628), + [anon_sym_class] = ACTIONS(2628), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_union] = ACTIONS(2628), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_else] = ACTIONS(2628), + [anon_sym_switch] = ACTIONS(2628), + [anon_sym_while] = ACTIONS(2628), + [anon_sym_do] = ACTIONS(2628), + [anon_sym_for] = ACTIONS(2628), + [anon_sym_return] = ACTIONS(2628), + [anon_sym_break] = ACTIONS(2628), + [anon_sym_continue] = ACTIONS(2628), + [anon_sym_goto] = ACTIONS(2628), + [anon_sym_not] = ACTIONS(2628), + [anon_sym_compl] = ACTIONS(2628), + [anon_sym_DASH_DASH] = ACTIONS(2630), + [anon_sym_PLUS_PLUS] = ACTIONS(2630), + [anon_sym_sizeof] = ACTIONS(2628), + [sym_number_literal] = ACTIONS(2630), + [anon_sym_L_SQUOTE] = ACTIONS(2630), + [anon_sym_u_SQUOTE] = ACTIONS(2630), + [anon_sym_U_SQUOTE] = ACTIONS(2630), + [anon_sym_u8_SQUOTE] = ACTIONS(2630), + [anon_sym_SQUOTE] = ACTIONS(2630), + [anon_sym_L_DQUOTE] = ACTIONS(2630), + [anon_sym_u_DQUOTE] = ACTIONS(2630), + [anon_sym_U_DQUOTE] = ACTIONS(2630), + [anon_sym_u8_DQUOTE] = ACTIONS(2630), + [anon_sym_DQUOTE] = ACTIONS(2630), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_null] = ACTIONS(2628), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2628), + [anon_sym_decltype] = ACTIONS(2628), + [anon_sym_virtual] = ACTIONS(2628), + [anon_sym_typename] = ACTIONS(2628), + [anon_sym_template] = ACTIONS(2628), + [anon_sym_try] = ACTIONS(2628), + [anon_sym_delete] = ACTIONS(2628), + [anon_sym_throw] = ACTIONS(2628), + [anon_sym_co_return] = ACTIONS(2628), + [anon_sym_co_yield] = ACTIONS(2628), + [anon_sym_R_DQUOTE] = ACTIONS(2630), + [anon_sym_LR_DQUOTE] = ACTIONS(2630), + [anon_sym_uR_DQUOTE] = ACTIONS(2630), + [anon_sym_UR_DQUOTE] = ACTIONS(2630), + [anon_sym_u8R_DQUOTE] = ACTIONS(2630), + [anon_sym_co_await] = ACTIONS(2628), + [anon_sym_new] = ACTIONS(2628), + [anon_sym_requires] = ACTIONS(2628), + [sym_this] = ACTIONS(2628), + [sym_nullptr] = ACTIONS(2628), + }, + [1252] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1253] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [1254] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [1255] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [1256] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [1257] = { + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), + }, + [1258] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [1259] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [1260] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [1261] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [1262] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [1263] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, + [1264] = { + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), + }, [1265] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [1266] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1267] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1268] = { - [sym_identifier] = ACTIONS(2584), - [anon_sym_LPAREN2] = ACTIONS(2586), - [anon_sym_BANG] = ACTIONS(2586), - [anon_sym_TILDE] = ACTIONS(2586), - [anon_sym_DASH] = ACTIONS(2584), - [anon_sym_PLUS] = ACTIONS(2584), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2586), - [anon_sym_SEMI] = ACTIONS(2586), - [anon_sym_typedef] = ACTIONS(2584), - [anon_sym_extern] = ACTIONS(2584), - [anon_sym___attribute__] = ACTIONS(2584), - [anon_sym_COLON_COLON] = ACTIONS(2586), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), - [anon_sym___declspec] = ACTIONS(2584), - [anon_sym_LBRACE] = ACTIONS(2586), - [anon_sym_LBRACK] = ACTIONS(2584), - [anon_sym_static] = ACTIONS(2584), - [anon_sym_register] = ACTIONS(2584), - [anon_sym_inline] = ACTIONS(2584), - [anon_sym_thread_local] = ACTIONS(2584), - [anon_sym_const] = ACTIONS(2584), - [anon_sym_volatile] = ACTIONS(2584), - [anon_sym_restrict] = ACTIONS(2584), - [anon_sym__Atomic] = ACTIONS(2584), - [anon_sym_mutable] = ACTIONS(2584), - [anon_sym_constexpr] = ACTIONS(2584), - [anon_sym_constinit] = ACTIONS(2584), - [anon_sym_consteval] = ACTIONS(2584), - [anon_sym_signed] = ACTIONS(2584), - [anon_sym_unsigned] = ACTIONS(2584), - [anon_sym_long] = ACTIONS(2584), - [anon_sym_short] = ACTIONS(2584), - [sym_primitive_type] = ACTIONS(2584), - [anon_sym_enum] = ACTIONS(2584), - [anon_sym_class] = ACTIONS(2584), - [anon_sym_struct] = ACTIONS(2584), - [anon_sym_union] = ACTIONS(2584), - [anon_sym_if] = ACTIONS(2584), - [anon_sym_else] = ACTIONS(2584), - [anon_sym_switch] = ACTIONS(2584), - [anon_sym_while] = ACTIONS(2584), - [anon_sym_do] = ACTIONS(2584), - [anon_sym_for] = ACTIONS(2584), - [anon_sym_return] = ACTIONS(2584), - [anon_sym_break] = ACTIONS(2584), - [anon_sym_continue] = ACTIONS(2584), - [anon_sym_goto] = ACTIONS(2584), - [anon_sym_not] = ACTIONS(2584), - [anon_sym_compl] = ACTIONS(2584), - [anon_sym_DASH_DASH] = ACTIONS(2586), - [anon_sym_PLUS_PLUS] = ACTIONS(2586), - [anon_sym_sizeof] = ACTIONS(2584), - [sym_number_literal] = ACTIONS(2586), - [anon_sym_L_SQUOTE] = ACTIONS(2586), - [anon_sym_u_SQUOTE] = ACTIONS(2586), - [anon_sym_U_SQUOTE] = ACTIONS(2586), - [anon_sym_u8_SQUOTE] = ACTIONS(2586), - [anon_sym_SQUOTE] = ACTIONS(2586), - [anon_sym_L_DQUOTE] = ACTIONS(2586), - [anon_sym_u_DQUOTE] = ACTIONS(2586), - [anon_sym_U_DQUOTE] = ACTIONS(2586), - [anon_sym_u8_DQUOTE] = ACTIONS(2586), - [anon_sym_DQUOTE] = ACTIONS(2586), - [sym_true] = ACTIONS(2584), - [sym_false] = ACTIONS(2584), - [sym_null] = ACTIONS(2584), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2584), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_delete] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2584), - [anon_sym_co_return] = ACTIONS(2584), - [anon_sym_co_yield] = ACTIONS(2584), - [anon_sym_R_DQUOTE] = ACTIONS(2586), - [anon_sym_LR_DQUOTE] = ACTIONS(2586), - [anon_sym_uR_DQUOTE] = ACTIONS(2586), - [anon_sym_UR_DQUOTE] = ACTIONS(2586), - [anon_sym_u8R_DQUOTE] = ACTIONS(2586), - [anon_sym_co_await] = ACTIONS(2584), - [anon_sym_new] = ACTIONS(2584), - [anon_sym_requires] = ACTIONS(2584), - [sym_this] = ACTIONS(2584), - [sym_nullptr] = ACTIONS(2584), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1269] = { - [sym_identifier] = ACTIONS(2648), - [anon_sym_LPAREN2] = ACTIONS(2650), - [anon_sym_BANG] = ACTIONS(2650), - [anon_sym_TILDE] = ACTIONS(2650), - [anon_sym_DASH] = ACTIONS(2648), - [anon_sym_PLUS] = ACTIONS(2648), - [anon_sym_STAR] = ACTIONS(2650), - [anon_sym_AMP] = ACTIONS(2650), - [anon_sym_SEMI] = ACTIONS(2650), - [anon_sym_typedef] = ACTIONS(2648), - [anon_sym_extern] = ACTIONS(2648), - [anon_sym___attribute__] = ACTIONS(2648), - [anon_sym_COLON_COLON] = ACTIONS(2650), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2650), - [anon_sym___declspec] = ACTIONS(2648), - [anon_sym_LBRACE] = ACTIONS(2650), - [anon_sym_LBRACK] = ACTIONS(2648), - [anon_sym_static] = ACTIONS(2648), - [anon_sym_register] = ACTIONS(2648), - [anon_sym_inline] = ACTIONS(2648), - [anon_sym_thread_local] = ACTIONS(2648), - [anon_sym_const] = ACTIONS(2648), - [anon_sym_volatile] = ACTIONS(2648), - [anon_sym_restrict] = ACTIONS(2648), - [anon_sym__Atomic] = ACTIONS(2648), - [anon_sym_mutable] = ACTIONS(2648), - [anon_sym_constexpr] = ACTIONS(2648), - [anon_sym_constinit] = ACTIONS(2648), - [anon_sym_consteval] = ACTIONS(2648), - [anon_sym_signed] = ACTIONS(2648), - [anon_sym_unsigned] = ACTIONS(2648), - [anon_sym_long] = ACTIONS(2648), - [anon_sym_short] = ACTIONS(2648), - [sym_primitive_type] = ACTIONS(2648), - [anon_sym_enum] = ACTIONS(2648), - [anon_sym_class] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2648), - [anon_sym_union] = ACTIONS(2648), - [anon_sym_if] = ACTIONS(2648), - [anon_sym_else] = ACTIONS(2648), - [anon_sym_switch] = ACTIONS(2648), - [anon_sym_while] = ACTIONS(2648), - [anon_sym_do] = ACTIONS(2648), - [anon_sym_for] = ACTIONS(2648), - [anon_sym_return] = ACTIONS(2648), - [anon_sym_break] = ACTIONS(2648), - [anon_sym_continue] = ACTIONS(2648), - [anon_sym_goto] = ACTIONS(2648), - [anon_sym_not] = ACTIONS(2648), - [anon_sym_compl] = ACTIONS(2648), - [anon_sym_DASH_DASH] = ACTIONS(2650), - [anon_sym_PLUS_PLUS] = ACTIONS(2650), - [anon_sym_sizeof] = ACTIONS(2648), - [sym_number_literal] = ACTIONS(2650), - [anon_sym_L_SQUOTE] = ACTIONS(2650), - [anon_sym_u_SQUOTE] = ACTIONS(2650), - [anon_sym_U_SQUOTE] = ACTIONS(2650), - [anon_sym_u8_SQUOTE] = ACTIONS(2650), - [anon_sym_SQUOTE] = ACTIONS(2650), - [anon_sym_L_DQUOTE] = ACTIONS(2650), - [anon_sym_u_DQUOTE] = ACTIONS(2650), - [anon_sym_U_DQUOTE] = ACTIONS(2650), - [anon_sym_u8_DQUOTE] = ACTIONS(2650), - [anon_sym_DQUOTE] = ACTIONS(2650), - [sym_true] = ACTIONS(2648), - [sym_false] = ACTIONS(2648), - [sym_null] = ACTIONS(2648), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2648), - [anon_sym_decltype] = ACTIONS(2648), - [anon_sym_virtual] = ACTIONS(2648), - [anon_sym_typename] = ACTIONS(2648), - [anon_sym_template] = ACTIONS(2648), - [anon_sym_try] = ACTIONS(2648), - [anon_sym_delete] = ACTIONS(2648), - [anon_sym_throw] = ACTIONS(2648), - [anon_sym_co_return] = ACTIONS(2648), - [anon_sym_co_yield] = ACTIONS(2648), - [anon_sym_R_DQUOTE] = ACTIONS(2650), - [anon_sym_LR_DQUOTE] = ACTIONS(2650), - [anon_sym_uR_DQUOTE] = ACTIONS(2650), - [anon_sym_UR_DQUOTE] = ACTIONS(2650), - [anon_sym_u8R_DQUOTE] = ACTIONS(2650), - [anon_sym_co_await] = ACTIONS(2648), - [anon_sym_new] = ACTIONS(2648), - [anon_sym_requires] = ACTIONS(2648), - [sym_this] = ACTIONS(2648), - [sym_nullptr] = ACTIONS(2648), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [1270] = { - [sym_identifier] = ACTIONS(2644), - [anon_sym_LPAREN2] = ACTIONS(2646), - [anon_sym_BANG] = ACTIONS(2646), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2644), - [anon_sym_STAR] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2646), - [anon_sym_SEMI] = ACTIONS(2646), - [anon_sym_typedef] = ACTIONS(2644), - [anon_sym_extern] = ACTIONS(2644), - [anon_sym___attribute__] = ACTIONS(2644), - [anon_sym_COLON_COLON] = ACTIONS(2646), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2646), - [anon_sym___declspec] = ACTIONS(2644), - [anon_sym_LBRACE] = ACTIONS(2646), - [anon_sym_LBRACK] = ACTIONS(2644), - [anon_sym_static] = ACTIONS(2644), - [anon_sym_register] = ACTIONS(2644), - [anon_sym_inline] = ACTIONS(2644), - [anon_sym_thread_local] = ACTIONS(2644), - [anon_sym_const] = ACTIONS(2644), - [anon_sym_volatile] = ACTIONS(2644), - [anon_sym_restrict] = ACTIONS(2644), - [anon_sym__Atomic] = ACTIONS(2644), - [anon_sym_mutable] = ACTIONS(2644), - [anon_sym_constexpr] = ACTIONS(2644), - [anon_sym_constinit] = ACTIONS(2644), - [anon_sym_consteval] = ACTIONS(2644), - [anon_sym_signed] = ACTIONS(2644), - [anon_sym_unsigned] = ACTIONS(2644), - [anon_sym_long] = ACTIONS(2644), - [anon_sym_short] = ACTIONS(2644), - [sym_primitive_type] = ACTIONS(2644), - [anon_sym_enum] = ACTIONS(2644), - [anon_sym_class] = ACTIONS(2644), - [anon_sym_struct] = ACTIONS(2644), - [anon_sym_union] = ACTIONS(2644), - [anon_sym_if] = ACTIONS(2644), - [anon_sym_else] = ACTIONS(2644), - [anon_sym_switch] = ACTIONS(2644), - [anon_sym_while] = ACTIONS(2644), - [anon_sym_do] = ACTIONS(2644), - [anon_sym_for] = ACTIONS(2644), - [anon_sym_return] = ACTIONS(2644), - [anon_sym_break] = ACTIONS(2644), - [anon_sym_continue] = ACTIONS(2644), - [anon_sym_goto] = ACTIONS(2644), - [anon_sym_not] = ACTIONS(2644), - [anon_sym_compl] = ACTIONS(2644), - [anon_sym_DASH_DASH] = ACTIONS(2646), - [anon_sym_PLUS_PLUS] = ACTIONS(2646), - [anon_sym_sizeof] = ACTIONS(2644), - [sym_number_literal] = ACTIONS(2646), - [anon_sym_L_SQUOTE] = ACTIONS(2646), - [anon_sym_u_SQUOTE] = ACTIONS(2646), - [anon_sym_U_SQUOTE] = ACTIONS(2646), - [anon_sym_u8_SQUOTE] = ACTIONS(2646), - [anon_sym_SQUOTE] = ACTIONS(2646), - [anon_sym_L_DQUOTE] = ACTIONS(2646), - [anon_sym_u_DQUOTE] = ACTIONS(2646), - [anon_sym_U_DQUOTE] = ACTIONS(2646), - [anon_sym_u8_DQUOTE] = ACTIONS(2646), - [anon_sym_DQUOTE] = ACTIONS(2646), - [sym_true] = ACTIONS(2644), - [sym_false] = ACTIONS(2644), - [sym_null] = ACTIONS(2644), + [sym_identifier] = ACTIONS(2612), + [anon_sym_LPAREN2] = ACTIONS(2614), + [anon_sym_BANG] = ACTIONS(2614), + [anon_sym_TILDE] = ACTIONS(2614), + [anon_sym_DASH] = ACTIONS(2612), + [anon_sym_PLUS] = ACTIONS(2612), + [anon_sym_STAR] = ACTIONS(2614), + [anon_sym_AMP] = ACTIONS(2614), + [anon_sym_SEMI] = ACTIONS(2614), + [anon_sym_typedef] = ACTIONS(2612), + [anon_sym_extern] = ACTIONS(2612), + [anon_sym___attribute__] = ACTIONS(2612), + [anon_sym_COLON_COLON] = ACTIONS(2614), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2614), + [anon_sym___declspec] = ACTIONS(2612), + [anon_sym_LBRACE] = ACTIONS(2614), + [anon_sym_LBRACK] = ACTIONS(2612), + [anon_sym_static] = ACTIONS(2612), + [anon_sym_register] = ACTIONS(2612), + [anon_sym_inline] = ACTIONS(2612), + [anon_sym_thread_local] = ACTIONS(2612), + [anon_sym_const] = ACTIONS(2612), + [anon_sym_volatile] = ACTIONS(2612), + [anon_sym_restrict] = ACTIONS(2612), + [anon_sym__Atomic] = ACTIONS(2612), + [anon_sym_mutable] = ACTIONS(2612), + [anon_sym_constexpr] = ACTIONS(2612), + [anon_sym_constinit] = ACTIONS(2612), + [anon_sym_consteval] = ACTIONS(2612), + [anon_sym_signed] = ACTIONS(2612), + [anon_sym_unsigned] = ACTIONS(2612), + [anon_sym_long] = ACTIONS(2612), + [anon_sym_short] = ACTIONS(2612), + [sym_primitive_type] = ACTIONS(2612), + [anon_sym_enum] = ACTIONS(2612), + [anon_sym_class] = ACTIONS(2612), + [anon_sym_struct] = ACTIONS(2612), + [anon_sym_union] = ACTIONS(2612), + [anon_sym_if] = ACTIONS(2612), + [anon_sym_else] = ACTIONS(2612), + [anon_sym_switch] = ACTIONS(2612), + [anon_sym_while] = ACTIONS(2612), + [anon_sym_do] = ACTIONS(2612), + [anon_sym_for] = ACTIONS(2612), + [anon_sym_return] = ACTIONS(2612), + [anon_sym_break] = ACTIONS(2612), + [anon_sym_continue] = ACTIONS(2612), + [anon_sym_goto] = ACTIONS(2612), + [anon_sym_not] = ACTIONS(2612), + [anon_sym_compl] = ACTIONS(2612), + [anon_sym_DASH_DASH] = ACTIONS(2614), + [anon_sym_PLUS_PLUS] = ACTIONS(2614), + [anon_sym_sizeof] = ACTIONS(2612), + [sym_number_literal] = ACTIONS(2614), + [anon_sym_L_SQUOTE] = ACTIONS(2614), + [anon_sym_u_SQUOTE] = ACTIONS(2614), + [anon_sym_U_SQUOTE] = ACTIONS(2614), + [anon_sym_u8_SQUOTE] = ACTIONS(2614), + [anon_sym_SQUOTE] = ACTIONS(2614), + [anon_sym_L_DQUOTE] = ACTIONS(2614), + [anon_sym_u_DQUOTE] = ACTIONS(2614), + [anon_sym_U_DQUOTE] = ACTIONS(2614), + [anon_sym_u8_DQUOTE] = ACTIONS(2614), + [anon_sym_DQUOTE] = ACTIONS(2614), + [sym_true] = ACTIONS(2612), + [sym_false] = ACTIONS(2612), + [sym_null] = ACTIONS(2612), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2644), - [anon_sym_decltype] = ACTIONS(2644), - [anon_sym_virtual] = ACTIONS(2644), - [anon_sym_typename] = ACTIONS(2644), - [anon_sym_template] = ACTIONS(2644), - [anon_sym_try] = ACTIONS(2644), - [anon_sym_delete] = ACTIONS(2644), - [anon_sym_throw] = ACTIONS(2644), - [anon_sym_co_return] = ACTIONS(2644), - [anon_sym_co_yield] = ACTIONS(2644), - [anon_sym_R_DQUOTE] = ACTIONS(2646), - [anon_sym_LR_DQUOTE] = ACTIONS(2646), - [anon_sym_uR_DQUOTE] = ACTIONS(2646), - [anon_sym_UR_DQUOTE] = ACTIONS(2646), - [anon_sym_u8R_DQUOTE] = ACTIONS(2646), - [anon_sym_co_await] = ACTIONS(2644), - [anon_sym_new] = ACTIONS(2644), - [anon_sym_requires] = ACTIONS(2644), - [sym_this] = ACTIONS(2644), - [sym_nullptr] = ACTIONS(2644), + [sym_auto] = ACTIONS(2612), + [anon_sym_decltype] = ACTIONS(2612), + [anon_sym_virtual] = ACTIONS(2612), + [anon_sym_typename] = ACTIONS(2612), + [anon_sym_template] = ACTIONS(2612), + [anon_sym_try] = ACTIONS(2612), + [anon_sym_delete] = ACTIONS(2612), + [anon_sym_throw] = ACTIONS(2612), + [anon_sym_co_return] = ACTIONS(2612), + [anon_sym_co_yield] = ACTIONS(2612), + [anon_sym_R_DQUOTE] = ACTIONS(2614), + [anon_sym_LR_DQUOTE] = ACTIONS(2614), + [anon_sym_uR_DQUOTE] = ACTIONS(2614), + [anon_sym_UR_DQUOTE] = ACTIONS(2614), + [anon_sym_u8R_DQUOTE] = ACTIONS(2614), + [anon_sym_co_await] = ACTIONS(2612), + [anon_sym_new] = ACTIONS(2612), + [anon_sym_requires] = ACTIONS(2612), + [sym_this] = ACTIONS(2612), + [sym_nullptr] = ACTIONS(2612), }, [1271] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [1272] = { - [sym_identifier] = ACTIONS(2628), - [anon_sym_LPAREN2] = ACTIONS(2630), - [anon_sym_BANG] = ACTIONS(2630), - [anon_sym_TILDE] = ACTIONS(2630), - [anon_sym_DASH] = ACTIONS(2628), - [anon_sym_PLUS] = ACTIONS(2628), - [anon_sym_STAR] = ACTIONS(2630), - [anon_sym_AMP] = ACTIONS(2630), - [anon_sym_SEMI] = ACTIONS(2630), - [anon_sym_typedef] = ACTIONS(2628), - [anon_sym_extern] = ACTIONS(2628), - [anon_sym___attribute__] = ACTIONS(2628), - [anon_sym_COLON_COLON] = ACTIONS(2630), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2630), - [anon_sym___declspec] = ACTIONS(2628), - [anon_sym_LBRACE] = ACTIONS(2630), - [anon_sym_LBRACK] = ACTIONS(2628), - [anon_sym_static] = ACTIONS(2628), - [anon_sym_register] = ACTIONS(2628), - [anon_sym_inline] = ACTIONS(2628), - [anon_sym_thread_local] = ACTIONS(2628), - [anon_sym_const] = ACTIONS(2628), - [anon_sym_volatile] = ACTIONS(2628), - [anon_sym_restrict] = ACTIONS(2628), - [anon_sym__Atomic] = ACTIONS(2628), - [anon_sym_mutable] = ACTIONS(2628), - [anon_sym_constexpr] = ACTIONS(2628), - [anon_sym_constinit] = ACTIONS(2628), - [anon_sym_consteval] = ACTIONS(2628), - [anon_sym_signed] = ACTIONS(2628), - [anon_sym_unsigned] = ACTIONS(2628), - [anon_sym_long] = ACTIONS(2628), - [anon_sym_short] = ACTIONS(2628), - [sym_primitive_type] = ACTIONS(2628), - [anon_sym_enum] = ACTIONS(2628), - [anon_sym_class] = ACTIONS(2628), - [anon_sym_struct] = ACTIONS(2628), - [anon_sym_union] = ACTIONS(2628), - [anon_sym_if] = ACTIONS(2628), - [anon_sym_else] = ACTIONS(2628), - [anon_sym_switch] = ACTIONS(2628), - [anon_sym_while] = ACTIONS(2628), - [anon_sym_do] = ACTIONS(2628), - [anon_sym_for] = ACTIONS(2628), - [anon_sym_return] = ACTIONS(2628), - [anon_sym_break] = ACTIONS(2628), - [anon_sym_continue] = ACTIONS(2628), - [anon_sym_goto] = ACTIONS(2628), - [anon_sym_not] = ACTIONS(2628), - [anon_sym_compl] = ACTIONS(2628), - [anon_sym_DASH_DASH] = ACTIONS(2630), - [anon_sym_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_sizeof] = ACTIONS(2628), - [sym_number_literal] = ACTIONS(2630), - [anon_sym_L_SQUOTE] = ACTIONS(2630), - [anon_sym_u_SQUOTE] = ACTIONS(2630), - [anon_sym_U_SQUOTE] = ACTIONS(2630), - [anon_sym_u8_SQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE] = ACTIONS(2630), - [anon_sym_L_DQUOTE] = ACTIONS(2630), - [anon_sym_u_DQUOTE] = ACTIONS(2630), - [anon_sym_U_DQUOTE] = ACTIONS(2630), - [anon_sym_u8_DQUOTE] = ACTIONS(2630), - [anon_sym_DQUOTE] = ACTIONS(2630), - [sym_true] = ACTIONS(2628), - [sym_false] = ACTIONS(2628), - [sym_null] = ACTIONS(2628), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2628), - [anon_sym_decltype] = ACTIONS(2628), - [anon_sym_virtual] = ACTIONS(2628), - [anon_sym_typename] = ACTIONS(2628), - [anon_sym_template] = ACTIONS(2628), - [anon_sym_try] = ACTIONS(2628), - [anon_sym_delete] = ACTIONS(2628), - [anon_sym_throw] = ACTIONS(2628), - [anon_sym_co_return] = ACTIONS(2628), - [anon_sym_co_yield] = ACTIONS(2628), - [anon_sym_R_DQUOTE] = ACTIONS(2630), - [anon_sym_LR_DQUOTE] = ACTIONS(2630), - [anon_sym_uR_DQUOTE] = ACTIONS(2630), - [anon_sym_UR_DQUOTE] = ACTIONS(2630), - [anon_sym_u8R_DQUOTE] = ACTIONS(2630), - [anon_sym_co_await] = ACTIONS(2628), - [anon_sym_new] = ACTIONS(2628), - [anon_sym_requires] = ACTIONS(2628), - [sym_this] = ACTIONS(2628), - [sym_nullptr] = ACTIONS(2628), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1273] = { - [sym_identifier] = ACTIONS(2524), - [anon_sym_LPAREN2] = ACTIONS(2526), - [anon_sym_BANG] = ACTIONS(2526), - [anon_sym_TILDE] = ACTIONS(2526), - [anon_sym_DASH] = ACTIONS(2524), - [anon_sym_PLUS] = ACTIONS(2524), - [anon_sym_STAR] = ACTIONS(2526), - [anon_sym_AMP] = ACTIONS(2526), - [anon_sym_SEMI] = ACTIONS(2526), - [anon_sym_typedef] = ACTIONS(2524), - [anon_sym_extern] = ACTIONS(2524), - [anon_sym___attribute__] = ACTIONS(2524), - [anon_sym_COLON_COLON] = ACTIONS(2526), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2526), - [anon_sym___declspec] = ACTIONS(2524), - [anon_sym_LBRACE] = ACTIONS(2526), - [anon_sym_LBRACK] = ACTIONS(2524), - [anon_sym_static] = ACTIONS(2524), - [anon_sym_register] = ACTIONS(2524), - [anon_sym_inline] = ACTIONS(2524), - [anon_sym_thread_local] = ACTIONS(2524), - [anon_sym_const] = ACTIONS(2524), - [anon_sym_volatile] = ACTIONS(2524), - [anon_sym_restrict] = ACTIONS(2524), - [anon_sym__Atomic] = ACTIONS(2524), - [anon_sym_mutable] = ACTIONS(2524), - [anon_sym_constexpr] = ACTIONS(2524), - [anon_sym_constinit] = ACTIONS(2524), - [anon_sym_consteval] = ACTIONS(2524), - [anon_sym_signed] = ACTIONS(2524), - [anon_sym_unsigned] = ACTIONS(2524), - [anon_sym_long] = ACTIONS(2524), - [anon_sym_short] = ACTIONS(2524), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2524), - [anon_sym_class] = ACTIONS(2524), - [anon_sym_struct] = ACTIONS(2524), - [anon_sym_union] = ACTIONS(2524), - [anon_sym_if] = ACTIONS(2524), - [anon_sym_else] = ACTIONS(2524), - [anon_sym_switch] = ACTIONS(2524), - [anon_sym_while] = ACTIONS(2524), - [anon_sym_do] = ACTIONS(2524), - [anon_sym_for] = ACTIONS(2524), - [anon_sym_return] = ACTIONS(2524), - [anon_sym_break] = ACTIONS(2524), - [anon_sym_continue] = ACTIONS(2524), - [anon_sym_goto] = ACTIONS(2524), - [anon_sym_not] = ACTIONS(2524), - [anon_sym_compl] = ACTIONS(2524), - [anon_sym_DASH_DASH] = ACTIONS(2526), - [anon_sym_PLUS_PLUS] = ACTIONS(2526), - [anon_sym_sizeof] = ACTIONS(2524), - [sym_number_literal] = ACTIONS(2526), - [anon_sym_L_SQUOTE] = ACTIONS(2526), - [anon_sym_u_SQUOTE] = ACTIONS(2526), - [anon_sym_U_SQUOTE] = ACTIONS(2526), - [anon_sym_u8_SQUOTE] = ACTIONS(2526), - [anon_sym_SQUOTE] = ACTIONS(2526), - [anon_sym_L_DQUOTE] = ACTIONS(2526), - [anon_sym_u_DQUOTE] = ACTIONS(2526), - [anon_sym_U_DQUOTE] = ACTIONS(2526), - [anon_sym_u8_DQUOTE] = ACTIONS(2526), - [anon_sym_DQUOTE] = ACTIONS(2526), - [sym_true] = ACTIONS(2524), - [sym_false] = ACTIONS(2524), - [sym_null] = ACTIONS(2524), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2524), - [anon_sym_decltype] = ACTIONS(2524), - [anon_sym_virtual] = ACTIONS(2524), - [anon_sym_typename] = ACTIONS(2524), - [anon_sym_template] = ACTIONS(2524), - [anon_sym_try] = ACTIONS(2524), - [anon_sym_delete] = ACTIONS(2524), - [anon_sym_throw] = ACTIONS(2524), - [anon_sym_co_return] = ACTIONS(2524), - [anon_sym_co_yield] = ACTIONS(2524), - [anon_sym_R_DQUOTE] = ACTIONS(2526), - [anon_sym_LR_DQUOTE] = ACTIONS(2526), - [anon_sym_uR_DQUOTE] = ACTIONS(2526), - [anon_sym_UR_DQUOTE] = ACTIONS(2526), - [anon_sym_u8R_DQUOTE] = ACTIONS(2526), - [anon_sym_co_await] = ACTIONS(2524), - [anon_sym_new] = ACTIONS(2524), - [anon_sym_requires] = ACTIONS(2524), - [sym_this] = ACTIONS(2524), - [sym_nullptr] = ACTIONS(2524), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [1274] = { - [sym_identifier] = ACTIONS(2584), - [anon_sym_LPAREN2] = ACTIONS(2586), - [anon_sym_BANG] = ACTIONS(2586), - [anon_sym_TILDE] = ACTIONS(2586), - [anon_sym_DASH] = ACTIONS(2584), - [anon_sym_PLUS] = ACTIONS(2584), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2586), - [anon_sym_SEMI] = ACTIONS(2586), - [anon_sym_typedef] = ACTIONS(2584), - [anon_sym_extern] = ACTIONS(2584), - [anon_sym___attribute__] = ACTIONS(2584), - [anon_sym_COLON_COLON] = ACTIONS(2586), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2586), - [anon_sym___declspec] = ACTIONS(2584), - [anon_sym_LBRACE] = ACTIONS(2586), - [anon_sym_LBRACK] = ACTIONS(2584), - [anon_sym_static] = ACTIONS(2584), - [anon_sym_register] = ACTIONS(2584), - [anon_sym_inline] = ACTIONS(2584), - [anon_sym_thread_local] = ACTIONS(2584), - [anon_sym_const] = ACTIONS(2584), - [anon_sym_volatile] = ACTIONS(2584), - [anon_sym_restrict] = ACTIONS(2584), - [anon_sym__Atomic] = ACTIONS(2584), - [anon_sym_mutable] = ACTIONS(2584), - [anon_sym_constexpr] = ACTIONS(2584), - [anon_sym_constinit] = ACTIONS(2584), - [anon_sym_consteval] = ACTIONS(2584), - [anon_sym_signed] = ACTIONS(2584), - [anon_sym_unsigned] = ACTIONS(2584), - [anon_sym_long] = ACTIONS(2584), - [anon_sym_short] = ACTIONS(2584), - [sym_primitive_type] = ACTIONS(2584), - [anon_sym_enum] = ACTIONS(2584), - [anon_sym_class] = ACTIONS(2584), - [anon_sym_struct] = ACTIONS(2584), - [anon_sym_union] = ACTIONS(2584), - [anon_sym_if] = ACTIONS(2584), - [anon_sym_else] = ACTIONS(2584), - [anon_sym_switch] = ACTIONS(2584), - [anon_sym_while] = ACTIONS(2584), - [anon_sym_do] = ACTIONS(2584), - [anon_sym_for] = ACTIONS(2584), - [anon_sym_return] = ACTIONS(2584), - [anon_sym_break] = ACTIONS(2584), - [anon_sym_continue] = ACTIONS(2584), - [anon_sym_goto] = ACTIONS(2584), - [anon_sym_not] = ACTIONS(2584), - [anon_sym_compl] = ACTIONS(2584), - [anon_sym_DASH_DASH] = ACTIONS(2586), - [anon_sym_PLUS_PLUS] = ACTIONS(2586), - [anon_sym_sizeof] = ACTIONS(2584), - [sym_number_literal] = ACTIONS(2586), - [anon_sym_L_SQUOTE] = ACTIONS(2586), - [anon_sym_u_SQUOTE] = ACTIONS(2586), - [anon_sym_U_SQUOTE] = ACTIONS(2586), - [anon_sym_u8_SQUOTE] = ACTIONS(2586), - [anon_sym_SQUOTE] = ACTIONS(2586), - [anon_sym_L_DQUOTE] = ACTIONS(2586), - [anon_sym_u_DQUOTE] = ACTIONS(2586), - [anon_sym_U_DQUOTE] = ACTIONS(2586), - [anon_sym_u8_DQUOTE] = ACTIONS(2586), - [anon_sym_DQUOTE] = ACTIONS(2586), - [sym_true] = ACTIONS(2584), - [sym_false] = ACTIONS(2584), - [sym_null] = ACTIONS(2584), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2584), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_delete] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2584), - [anon_sym_co_return] = ACTIONS(2584), - [anon_sym_co_yield] = ACTIONS(2584), - [anon_sym_R_DQUOTE] = ACTIONS(2586), - [anon_sym_LR_DQUOTE] = ACTIONS(2586), - [anon_sym_uR_DQUOTE] = ACTIONS(2586), - [anon_sym_UR_DQUOTE] = ACTIONS(2586), - [anon_sym_u8R_DQUOTE] = ACTIONS(2586), - [anon_sym_co_await] = ACTIONS(2584), - [anon_sym_new] = ACTIONS(2584), - [anon_sym_requires] = ACTIONS(2584), - [sym_this] = ACTIONS(2584), - [sym_nullptr] = ACTIONS(2584), + [sym_identifier] = ACTIONS(2594), + [anon_sym_LPAREN2] = ACTIONS(2596), + [anon_sym_BANG] = ACTIONS(2596), + [anon_sym_TILDE] = ACTIONS(2596), + [anon_sym_DASH] = ACTIONS(2594), + [anon_sym_PLUS] = ACTIONS(2594), + [anon_sym_STAR] = ACTIONS(2596), + [anon_sym_AMP] = ACTIONS(2596), + [anon_sym_SEMI] = ACTIONS(2596), + [anon_sym_typedef] = ACTIONS(2594), + [anon_sym_extern] = ACTIONS(2594), + [anon_sym___attribute__] = ACTIONS(2594), + [anon_sym_COLON_COLON] = ACTIONS(2596), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2596), + [anon_sym___declspec] = ACTIONS(2594), + [anon_sym_LBRACE] = ACTIONS(2596), + [anon_sym_LBRACK] = ACTIONS(2594), + [anon_sym_static] = ACTIONS(2594), + [anon_sym_register] = ACTIONS(2594), + [anon_sym_inline] = ACTIONS(2594), + [anon_sym_thread_local] = ACTIONS(2594), + [anon_sym_const] = ACTIONS(2594), + [anon_sym_volatile] = ACTIONS(2594), + [anon_sym_restrict] = ACTIONS(2594), + [anon_sym__Atomic] = ACTIONS(2594), + [anon_sym_mutable] = ACTIONS(2594), + [anon_sym_constexpr] = ACTIONS(2594), + [anon_sym_constinit] = ACTIONS(2594), + [anon_sym_consteval] = ACTIONS(2594), + [anon_sym_signed] = ACTIONS(2594), + [anon_sym_unsigned] = ACTIONS(2594), + [anon_sym_long] = ACTIONS(2594), + [anon_sym_short] = ACTIONS(2594), + [sym_primitive_type] = ACTIONS(2594), + [anon_sym_enum] = ACTIONS(2594), + [anon_sym_class] = ACTIONS(2594), + [anon_sym_struct] = ACTIONS(2594), + [anon_sym_union] = ACTIONS(2594), + [anon_sym_if] = ACTIONS(2594), + [anon_sym_else] = ACTIONS(3352), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_while] = ACTIONS(2594), + [anon_sym_do] = ACTIONS(2594), + [anon_sym_for] = ACTIONS(2594), + [anon_sym_return] = ACTIONS(2594), + [anon_sym_break] = ACTIONS(2594), + [anon_sym_continue] = ACTIONS(2594), + [anon_sym_goto] = ACTIONS(2594), + [anon_sym_not] = ACTIONS(2594), + [anon_sym_compl] = ACTIONS(2594), + [anon_sym_DASH_DASH] = ACTIONS(2596), + [anon_sym_PLUS_PLUS] = ACTIONS(2596), + [anon_sym_sizeof] = ACTIONS(2594), + [sym_number_literal] = ACTIONS(2596), + [anon_sym_L_SQUOTE] = ACTIONS(2596), + [anon_sym_u_SQUOTE] = ACTIONS(2596), + [anon_sym_U_SQUOTE] = ACTIONS(2596), + [anon_sym_u8_SQUOTE] = ACTIONS(2596), + [anon_sym_SQUOTE] = ACTIONS(2596), + [anon_sym_L_DQUOTE] = ACTIONS(2596), + [anon_sym_u_DQUOTE] = ACTIONS(2596), + [anon_sym_U_DQUOTE] = ACTIONS(2596), + [anon_sym_u8_DQUOTE] = ACTIONS(2596), + [anon_sym_DQUOTE] = ACTIONS(2596), + [sym_true] = ACTIONS(2594), + [sym_false] = ACTIONS(2594), + [sym_null] = ACTIONS(2594), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2594), + [anon_sym_decltype] = ACTIONS(2594), + [anon_sym_virtual] = ACTIONS(2594), + [anon_sym_typename] = ACTIONS(2594), + [anon_sym_template] = ACTIONS(2594), + [anon_sym_try] = ACTIONS(2594), + [anon_sym_delete] = ACTIONS(2594), + [anon_sym_throw] = ACTIONS(2594), + [anon_sym_co_return] = ACTIONS(2594), + [anon_sym_co_yield] = ACTIONS(2594), + [anon_sym_R_DQUOTE] = ACTIONS(2596), + [anon_sym_LR_DQUOTE] = ACTIONS(2596), + [anon_sym_uR_DQUOTE] = ACTIONS(2596), + [anon_sym_UR_DQUOTE] = ACTIONS(2596), + [anon_sym_u8R_DQUOTE] = ACTIONS(2596), + [anon_sym_co_await] = ACTIONS(2594), + [anon_sym_new] = ACTIONS(2594), + [anon_sym_requires] = ACTIONS(2594), + [sym_this] = ACTIONS(2594), + [sym_nullptr] = ACTIONS(2594), }, [1275] = { - [sym_identifier] = ACTIONS(2404), - [anon_sym_LPAREN2] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2404), - [anon_sym_PLUS] = ACTIONS(2404), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_typedef] = ACTIONS(2404), - [anon_sym_extern] = ACTIONS(2404), - [anon_sym___attribute__] = ACTIONS(2404), - [anon_sym_COLON_COLON] = ACTIONS(2406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), - [anon_sym___declspec] = ACTIONS(2404), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_static] = ACTIONS(2404), - [anon_sym_register] = ACTIONS(2404), - [anon_sym_inline] = ACTIONS(2404), - [anon_sym_thread_local] = ACTIONS(2404), - [anon_sym_const] = ACTIONS(2404), - [anon_sym_volatile] = ACTIONS(2404), - [anon_sym_restrict] = ACTIONS(2404), - [anon_sym__Atomic] = ACTIONS(2404), - [anon_sym_mutable] = ACTIONS(2404), - [anon_sym_constexpr] = ACTIONS(2404), - [anon_sym_constinit] = ACTIONS(2404), - [anon_sym_consteval] = ACTIONS(2404), - [anon_sym_signed] = ACTIONS(2404), - [anon_sym_unsigned] = ACTIONS(2404), - [anon_sym_long] = ACTIONS(2404), - [anon_sym_short] = ACTIONS(2404), - [sym_primitive_type] = ACTIONS(2404), - [anon_sym_enum] = ACTIONS(2404), - [anon_sym_class] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2404), - [anon_sym_union] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2404), - [anon_sym_else] = ACTIONS(2404), - [anon_sym_switch] = ACTIONS(2404), - [anon_sym_while] = ACTIONS(2404), - [anon_sym_do] = ACTIONS(2404), - [anon_sym_for] = ACTIONS(2404), - [anon_sym_return] = ACTIONS(2404), - [anon_sym_break] = ACTIONS(2404), - [anon_sym_continue] = ACTIONS(2404), - [anon_sym_goto] = ACTIONS(2404), - [anon_sym_not] = ACTIONS(2404), - [anon_sym_compl] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_sizeof] = ACTIONS(2404), - [sym_number_literal] = ACTIONS(2406), - [anon_sym_L_SQUOTE] = ACTIONS(2406), - [anon_sym_u_SQUOTE] = ACTIONS(2406), - [anon_sym_U_SQUOTE] = ACTIONS(2406), - [anon_sym_u8_SQUOTE] = ACTIONS(2406), - [anon_sym_SQUOTE] = ACTIONS(2406), - [anon_sym_L_DQUOTE] = ACTIONS(2406), - [anon_sym_u_DQUOTE] = ACTIONS(2406), - [anon_sym_U_DQUOTE] = ACTIONS(2406), - [anon_sym_u8_DQUOTE] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2404), - [anon_sym_decltype] = ACTIONS(2404), - [anon_sym_virtual] = ACTIONS(2404), - [anon_sym_typename] = ACTIONS(2404), - [anon_sym_template] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2404), - [anon_sym_delete] = ACTIONS(2404), - [anon_sym_throw] = ACTIONS(2404), - [anon_sym_co_return] = ACTIONS(2404), - [anon_sym_co_yield] = ACTIONS(2404), - [anon_sym_R_DQUOTE] = ACTIONS(2406), - [anon_sym_LR_DQUOTE] = ACTIONS(2406), - [anon_sym_uR_DQUOTE] = ACTIONS(2406), - [anon_sym_UR_DQUOTE] = ACTIONS(2406), - [anon_sym_u8R_DQUOTE] = ACTIONS(2406), - [anon_sym_co_await] = ACTIONS(2404), - [anon_sym_new] = ACTIONS(2404), - [anon_sym_requires] = ACTIONS(2404), - [sym_this] = ACTIONS(2404), - [sym_nullptr] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1276] = { - [sym_identifier] = ACTIONS(2640), - [anon_sym_LPAREN2] = ACTIONS(2642), - [anon_sym_BANG] = ACTIONS(2642), - [anon_sym_TILDE] = ACTIONS(2642), - [anon_sym_DASH] = ACTIONS(2640), - [anon_sym_PLUS] = ACTIONS(2640), - [anon_sym_STAR] = ACTIONS(2642), - [anon_sym_AMP] = ACTIONS(2642), - [anon_sym_SEMI] = ACTIONS(2642), - [anon_sym_typedef] = ACTIONS(2640), - [anon_sym_extern] = ACTIONS(2640), - [anon_sym___attribute__] = ACTIONS(2640), - [anon_sym_COLON_COLON] = ACTIONS(2642), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2642), - [anon_sym___declspec] = ACTIONS(2640), - [anon_sym_LBRACE] = ACTIONS(2642), - [anon_sym_LBRACK] = ACTIONS(2640), - [anon_sym_static] = ACTIONS(2640), - [anon_sym_register] = ACTIONS(2640), - [anon_sym_inline] = ACTIONS(2640), - [anon_sym_thread_local] = ACTIONS(2640), - [anon_sym_const] = ACTIONS(2640), - [anon_sym_volatile] = ACTIONS(2640), - [anon_sym_restrict] = ACTIONS(2640), - [anon_sym__Atomic] = ACTIONS(2640), - [anon_sym_mutable] = ACTIONS(2640), - [anon_sym_constexpr] = ACTIONS(2640), - [anon_sym_constinit] = ACTIONS(2640), - [anon_sym_consteval] = ACTIONS(2640), - [anon_sym_signed] = ACTIONS(2640), - [anon_sym_unsigned] = ACTIONS(2640), - [anon_sym_long] = ACTIONS(2640), - [anon_sym_short] = ACTIONS(2640), - [sym_primitive_type] = ACTIONS(2640), - [anon_sym_enum] = ACTIONS(2640), - [anon_sym_class] = ACTIONS(2640), - [anon_sym_struct] = ACTIONS(2640), - [anon_sym_union] = ACTIONS(2640), - [anon_sym_if] = ACTIONS(2640), - [anon_sym_else] = ACTIONS(2640), - [anon_sym_switch] = ACTIONS(2640), - [anon_sym_while] = ACTIONS(2640), - [anon_sym_do] = ACTIONS(2640), - [anon_sym_for] = ACTIONS(2640), - [anon_sym_return] = ACTIONS(2640), - [anon_sym_break] = ACTIONS(2640), - [anon_sym_continue] = ACTIONS(2640), - [anon_sym_goto] = ACTIONS(2640), - [anon_sym_not] = ACTIONS(2640), - [anon_sym_compl] = ACTIONS(2640), - [anon_sym_DASH_DASH] = ACTIONS(2642), - [anon_sym_PLUS_PLUS] = ACTIONS(2642), - [anon_sym_sizeof] = ACTIONS(2640), - [sym_number_literal] = ACTIONS(2642), - [anon_sym_L_SQUOTE] = ACTIONS(2642), - [anon_sym_u_SQUOTE] = ACTIONS(2642), - [anon_sym_U_SQUOTE] = ACTIONS(2642), - [anon_sym_u8_SQUOTE] = ACTIONS(2642), - [anon_sym_SQUOTE] = ACTIONS(2642), - [anon_sym_L_DQUOTE] = ACTIONS(2642), - [anon_sym_u_DQUOTE] = ACTIONS(2642), - [anon_sym_U_DQUOTE] = ACTIONS(2642), - [anon_sym_u8_DQUOTE] = ACTIONS(2642), - [anon_sym_DQUOTE] = ACTIONS(2642), - [sym_true] = ACTIONS(2640), - [sym_false] = ACTIONS(2640), - [sym_null] = ACTIONS(2640), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2640), - [anon_sym_decltype] = ACTIONS(2640), - [anon_sym_virtual] = ACTIONS(2640), - [anon_sym_typename] = ACTIONS(2640), - [anon_sym_template] = ACTIONS(2640), - [anon_sym_try] = ACTIONS(2640), - [anon_sym_delete] = ACTIONS(2640), - [anon_sym_throw] = ACTIONS(2640), - [anon_sym_co_return] = ACTIONS(2640), - [anon_sym_co_yield] = ACTIONS(2640), - [anon_sym_R_DQUOTE] = ACTIONS(2642), - [anon_sym_LR_DQUOTE] = ACTIONS(2642), - [anon_sym_uR_DQUOTE] = ACTIONS(2642), - [anon_sym_UR_DQUOTE] = ACTIONS(2642), - [anon_sym_u8R_DQUOTE] = ACTIONS(2642), - [anon_sym_co_await] = ACTIONS(2640), - [anon_sym_new] = ACTIONS(2640), - [anon_sym_requires] = ACTIONS(2640), - [sym_this] = ACTIONS(2640), - [sym_nullptr] = ACTIONS(2640), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1277] = { - [sym_identifier] = ACTIONS(2552), - [anon_sym_LPAREN2] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_TILDE] = ACTIONS(2554), - [anon_sym_DASH] = ACTIONS(2552), - [anon_sym_PLUS] = ACTIONS(2552), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_typedef] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2552), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2554), - [anon_sym___declspec] = ACTIONS(2552), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2552), - [anon_sym_volatile] = ACTIONS(2552), - [anon_sym_restrict] = ACTIONS(2552), - [anon_sym__Atomic] = ACTIONS(2552), - [anon_sym_mutable] = ACTIONS(2552), - [anon_sym_constexpr] = ACTIONS(2552), - [anon_sym_constinit] = ACTIONS(2552), - [anon_sym_consteval] = ACTIONS(2552), - [anon_sym_signed] = ACTIONS(2552), - [anon_sym_unsigned] = ACTIONS(2552), - [anon_sym_long] = ACTIONS(2552), - [anon_sym_short] = ACTIONS(2552), - [sym_primitive_type] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_class] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_else] = ACTIONS(2552), - [anon_sym_switch] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_do] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_goto] = ACTIONS(2552), - [anon_sym_not] = ACTIONS(2552), - [anon_sym_compl] = ACTIONS(2552), - [anon_sym_DASH_DASH] = ACTIONS(2554), - [anon_sym_PLUS_PLUS] = ACTIONS(2554), - [anon_sym_sizeof] = ACTIONS(2552), - [sym_number_literal] = ACTIONS(2554), - [anon_sym_L_SQUOTE] = ACTIONS(2554), - [anon_sym_u_SQUOTE] = ACTIONS(2554), - [anon_sym_U_SQUOTE] = ACTIONS(2554), - [anon_sym_u8_SQUOTE] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2554), - [anon_sym_L_DQUOTE] = ACTIONS(2554), - [anon_sym_u_DQUOTE] = ACTIONS(2554), - [anon_sym_U_DQUOTE] = ACTIONS(2554), - [anon_sym_u8_DQUOTE] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2554), - [sym_true] = ACTIONS(2552), - [sym_false] = ACTIONS(2552), - [sym_null] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2552), - [anon_sym_decltype] = ACTIONS(2552), - [anon_sym_virtual] = ACTIONS(2552), - [anon_sym_typename] = ACTIONS(2552), - [anon_sym_template] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [anon_sym_delete] = ACTIONS(2552), - [anon_sym_throw] = ACTIONS(2552), - [anon_sym_co_return] = ACTIONS(2552), - [anon_sym_co_yield] = ACTIONS(2552), - [anon_sym_R_DQUOTE] = ACTIONS(2554), - [anon_sym_LR_DQUOTE] = ACTIONS(2554), - [anon_sym_uR_DQUOTE] = ACTIONS(2554), - [anon_sym_UR_DQUOTE] = ACTIONS(2554), - [anon_sym_u8R_DQUOTE] = ACTIONS(2554), - [anon_sym_co_await] = ACTIONS(2552), - [anon_sym_new] = ACTIONS(2552), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2552), - [sym_nullptr] = ACTIONS(2552), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1278] = { - [sym_identifier] = ACTIONS(2636), - [anon_sym_LPAREN2] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2636), - [anon_sym_PLUS] = ACTIONS(2636), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2638), - [anon_sym_SEMI] = ACTIONS(2638), - [anon_sym_typedef] = ACTIONS(2636), - [anon_sym_extern] = ACTIONS(2636), - [anon_sym___attribute__] = ACTIONS(2636), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2638), - [anon_sym___declspec] = ACTIONS(2636), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2636), - [anon_sym_static] = ACTIONS(2636), - [anon_sym_register] = ACTIONS(2636), - [anon_sym_inline] = ACTIONS(2636), - [anon_sym_thread_local] = ACTIONS(2636), - [anon_sym_const] = ACTIONS(2636), - [anon_sym_volatile] = ACTIONS(2636), - [anon_sym_restrict] = ACTIONS(2636), - [anon_sym__Atomic] = ACTIONS(2636), - [anon_sym_mutable] = ACTIONS(2636), - [anon_sym_constexpr] = ACTIONS(2636), - [anon_sym_constinit] = ACTIONS(2636), - [anon_sym_consteval] = ACTIONS(2636), - [anon_sym_signed] = ACTIONS(2636), - [anon_sym_unsigned] = ACTIONS(2636), - [anon_sym_long] = ACTIONS(2636), - [anon_sym_short] = ACTIONS(2636), - [sym_primitive_type] = ACTIONS(2636), - [anon_sym_enum] = ACTIONS(2636), - [anon_sym_class] = ACTIONS(2636), - [anon_sym_struct] = ACTIONS(2636), - [anon_sym_union] = ACTIONS(2636), - [anon_sym_if] = ACTIONS(2636), - [anon_sym_else] = ACTIONS(2636), - [anon_sym_switch] = ACTIONS(2636), - [anon_sym_while] = ACTIONS(2636), - [anon_sym_do] = ACTIONS(2636), - [anon_sym_for] = ACTIONS(2636), - [anon_sym_return] = ACTIONS(2636), - [anon_sym_break] = ACTIONS(2636), - [anon_sym_continue] = ACTIONS(2636), - [anon_sym_goto] = ACTIONS(2636), - [anon_sym_not] = ACTIONS(2636), - [anon_sym_compl] = ACTIONS(2636), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_sizeof] = ACTIONS(2636), - [sym_number_literal] = ACTIONS(2638), - [anon_sym_L_SQUOTE] = ACTIONS(2638), - [anon_sym_u_SQUOTE] = ACTIONS(2638), - [anon_sym_U_SQUOTE] = ACTIONS(2638), - [anon_sym_u8_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_L_DQUOTE] = ACTIONS(2638), - [anon_sym_u_DQUOTE] = ACTIONS(2638), - [anon_sym_U_DQUOTE] = ACTIONS(2638), - [anon_sym_u8_DQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [sym_true] = ACTIONS(2636), - [sym_false] = ACTIONS(2636), - [sym_null] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2636), - [anon_sym_decltype] = ACTIONS(2636), - [anon_sym_virtual] = ACTIONS(2636), - [anon_sym_typename] = ACTIONS(2636), - [anon_sym_template] = ACTIONS(2636), - [anon_sym_try] = ACTIONS(2636), - [anon_sym_delete] = ACTIONS(2636), - [anon_sym_throw] = ACTIONS(2636), - [anon_sym_co_return] = ACTIONS(2636), - [anon_sym_co_yield] = ACTIONS(2636), - [anon_sym_R_DQUOTE] = ACTIONS(2638), - [anon_sym_LR_DQUOTE] = ACTIONS(2638), - [anon_sym_uR_DQUOTE] = ACTIONS(2638), - [anon_sym_UR_DQUOTE] = ACTIONS(2638), - [anon_sym_u8R_DQUOTE] = ACTIONS(2638), - [anon_sym_co_await] = ACTIONS(2636), - [anon_sym_new] = ACTIONS(2636), - [anon_sym_requires] = ACTIONS(2636), - [sym_this] = ACTIONS(2636), - [sym_nullptr] = ACTIONS(2636), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LPAREN2] = ACTIONS(2458), + [anon_sym_BANG] = ACTIONS(2458), + [anon_sym_TILDE] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2458), + [anon_sym_AMP] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2458), + [anon_sym_typedef] = ACTIONS(2456), + [anon_sym_extern] = ACTIONS(2456), + [anon_sym___attribute__] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2458), + [anon_sym___declspec] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2458), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_static] = ACTIONS(2456), + [anon_sym_register] = ACTIONS(2456), + [anon_sym_inline] = ACTIONS(2456), + [anon_sym_thread_local] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_volatile] = ACTIONS(2456), + [anon_sym_restrict] = ACTIONS(2456), + [anon_sym__Atomic] = ACTIONS(2456), + [anon_sym_mutable] = ACTIONS(2456), + [anon_sym_constexpr] = ACTIONS(2456), + [anon_sym_constinit] = ACTIONS(2456), + [anon_sym_consteval] = ACTIONS(2456), + [anon_sym_signed] = ACTIONS(2456), + [anon_sym_unsigned] = ACTIONS(2456), + [anon_sym_long] = ACTIONS(2456), + [anon_sym_short] = ACTIONS(2456), + [sym_primitive_type] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_class] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_else] = ACTIONS(2456), + [anon_sym_switch] = ACTIONS(2456), + [anon_sym_while] = ACTIONS(2456), + [anon_sym_do] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_not] = ACTIONS(2456), + [anon_sym_compl] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2458), + [anon_sym_PLUS_PLUS] = ACTIONS(2458), + [anon_sym_sizeof] = ACTIONS(2456), + [sym_number_literal] = ACTIONS(2458), + [anon_sym_L_SQUOTE] = ACTIONS(2458), + [anon_sym_u_SQUOTE] = ACTIONS(2458), + [anon_sym_U_SQUOTE] = ACTIONS(2458), + [anon_sym_u8_SQUOTE] = ACTIONS(2458), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_L_DQUOTE] = ACTIONS(2458), + [anon_sym_u_DQUOTE] = ACTIONS(2458), + [anon_sym_U_DQUOTE] = ACTIONS(2458), + [anon_sym_u8_DQUOTE] = ACTIONS(2458), + [anon_sym_DQUOTE] = ACTIONS(2458), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_null] = ACTIONS(2456), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2456), + [anon_sym_decltype] = ACTIONS(2456), + [anon_sym_virtual] = ACTIONS(2456), + [anon_sym_typename] = ACTIONS(2456), + [anon_sym_template] = ACTIONS(2456), + [anon_sym_try] = ACTIONS(2456), + [anon_sym_delete] = ACTIONS(2456), + [anon_sym_throw] = ACTIONS(2456), + [anon_sym_co_return] = ACTIONS(2456), + [anon_sym_co_yield] = ACTIONS(2456), + [anon_sym_R_DQUOTE] = ACTIONS(2458), + [anon_sym_LR_DQUOTE] = ACTIONS(2458), + [anon_sym_uR_DQUOTE] = ACTIONS(2458), + [anon_sym_UR_DQUOTE] = ACTIONS(2458), + [anon_sym_u8R_DQUOTE] = ACTIONS(2458), + [anon_sym_co_await] = ACTIONS(2456), + [anon_sym_new] = ACTIONS(2456), + [anon_sym_requires] = ACTIONS(2456), + [sym_this] = ACTIONS(2456), + [sym_nullptr] = ACTIONS(2456), }, [1279] = { - [sym_identifier] = ACTIONS(2632), - [anon_sym_LPAREN2] = ACTIONS(2634), - [anon_sym_BANG] = ACTIONS(2634), - [anon_sym_TILDE] = ACTIONS(2634), - [anon_sym_DASH] = ACTIONS(2632), - [anon_sym_PLUS] = ACTIONS(2632), - [anon_sym_STAR] = ACTIONS(2634), - [anon_sym_AMP] = ACTIONS(2634), - [anon_sym_SEMI] = ACTIONS(2634), - [anon_sym_typedef] = ACTIONS(2632), - [anon_sym_extern] = ACTIONS(2632), - [anon_sym___attribute__] = ACTIONS(2632), - [anon_sym_COLON_COLON] = ACTIONS(2634), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2634), - [anon_sym___declspec] = ACTIONS(2632), - [anon_sym_LBRACE] = ACTIONS(2634), - [anon_sym_LBRACK] = ACTIONS(2632), - [anon_sym_static] = ACTIONS(2632), - [anon_sym_register] = ACTIONS(2632), - [anon_sym_inline] = ACTIONS(2632), - [anon_sym_thread_local] = ACTIONS(2632), - [anon_sym_const] = ACTIONS(2632), - [anon_sym_volatile] = ACTIONS(2632), - [anon_sym_restrict] = ACTIONS(2632), - [anon_sym__Atomic] = ACTIONS(2632), - [anon_sym_mutable] = ACTIONS(2632), - [anon_sym_constexpr] = ACTIONS(2632), - [anon_sym_constinit] = ACTIONS(2632), - [anon_sym_consteval] = ACTIONS(2632), - [anon_sym_signed] = ACTIONS(2632), - [anon_sym_unsigned] = ACTIONS(2632), - [anon_sym_long] = ACTIONS(2632), - [anon_sym_short] = ACTIONS(2632), - [sym_primitive_type] = ACTIONS(2632), - [anon_sym_enum] = ACTIONS(2632), - [anon_sym_class] = ACTIONS(2632), - [anon_sym_struct] = ACTIONS(2632), - [anon_sym_union] = ACTIONS(2632), - [anon_sym_if] = ACTIONS(2632), - [anon_sym_else] = ACTIONS(2632), - [anon_sym_switch] = ACTIONS(2632), - [anon_sym_while] = ACTIONS(2632), - [anon_sym_do] = ACTIONS(2632), - [anon_sym_for] = ACTIONS(2632), - [anon_sym_return] = ACTIONS(2632), - [anon_sym_break] = ACTIONS(2632), - [anon_sym_continue] = ACTIONS(2632), - [anon_sym_goto] = ACTIONS(2632), - [anon_sym_not] = ACTIONS(2632), - [anon_sym_compl] = ACTIONS(2632), - [anon_sym_DASH_DASH] = ACTIONS(2634), - [anon_sym_PLUS_PLUS] = ACTIONS(2634), - [anon_sym_sizeof] = ACTIONS(2632), - [sym_number_literal] = ACTIONS(2634), - [anon_sym_L_SQUOTE] = ACTIONS(2634), - [anon_sym_u_SQUOTE] = ACTIONS(2634), - [anon_sym_U_SQUOTE] = ACTIONS(2634), - [anon_sym_u8_SQUOTE] = ACTIONS(2634), - [anon_sym_SQUOTE] = ACTIONS(2634), - [anon_sym_L_DQUOTE] = ACTIONS(2634), - [anon_sym_u_DQUOTE] = ACTIONS(2634), - [anon_sym_U_DQUOTE] = ACTIONS(2634), - [anon_sym_u8_DQUOTE] = ACTIONS(2634), - [anon_sym_DQUOTE] = ACTIONS(2634), - [sym_true] = ACTIONS(2632), - [sym_false] = ACTIONS(2632), - [sym_null] = ACTIONS(2632), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2632), - [anon_sym_decltype] = ACTIONS(2632), - [anon_sym_virtual] = ACTIONS(2632), - [anon_sym_typename] = ACTIONS(2632), - [anon_sym_template] = ACTIONS(2632), - [anon_sym_try] = ACTIONS(2632), - [anon_sym_delete] = ACTIONS(2632), - [anon_sym_throw] = ACTIONS(2632), - [anon_sym_co_return] = ACTIONS(2632), - [anon_sym_co_yield] = ACTIONS(2632), - [anon_sym_R_DQUOTE] = ACTIONS(2634), - [anon_sym_LR_DQUOTE] = ACTIONS(2634), - [anon_sym_uR_DQUOTE] = ACTIONS(2634), - [anon_sym_UR_DQUOTE] = ACTIONS(2634), - [anon_sym_u8R_DQUOTE] = ACTIONS(2634), - [anon_sym_co_await] = ACTIONS(2632), - [anon_sym_new] = ACTIONS(2632), - [anon_sym_requires] = ACTIONS(2632), - [sym_this] = ACTIONS(2632), - [sym_nullptr] = ACTIONS(2632), + [sym_identifier] = ACTIONS(2398), + [anon_sym_LPAREN2] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_TILDE] = ACTIONS(2400), + [anon_sym_DASH] = ACTIONS(2398), + [anon_sym_PLUS] = ACTIONS(2398), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_typedef] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym___attribute__] = ACTIONS(2398), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), + [anon_sym___declspec] = ACTIONS(2398), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_register] = ACTIONS(2398), + [anon_sym_inline] = ACTIONS(2398), + [anon_sym_thread_local] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_volatile] = ACTIONS(2398), + [anon_sym_restrict] = ACTIONS(2398), + [anon_sym__Atomic] = ACTIONS(2398), + [anon_sym_mutable] = ACTIONS(2398), + [anon_sym_constexpr] = ACTIONS(2398), + [anon_sym_constinit] = ACTIONS(2398), + [anon_sym_consteval] = ACTIONS(2398), + [anon_sym_signed] = ACTIONS(2398), + [anon_sym_unsigned] = ACTIONS(2398), + [anon_sym_long] = ACTIONS(2398), + [anon_sym_short] = ACTIONS(2398), + [sym_primitive_type] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_class] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_else] = ACTIONS(2398), + [anon_sym_switch] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_do] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_goto] = ACTIONS(2398), + [anon_sym_not] = ACTIONS(2398), + [anon_sym_compl] = ACTIONS(2398), + [anon_sym_DASH_DASH] = ACTIONS(2400), + [anon_sym_PLUS_PLUS] = ACTIONS(2400), + [anon_sym_sizeof] = ACTIONS(2398), + [sym_number_literal] = ACTIONS(2400), + [anon_sym_L_SQUOTE] = ACTIONS(2400), + [anon_sym_u_SQUOTE] = ACTIONS(2400), + [anon_sym_U_SQUOTE] = ACTIONS(2400), + [anon_sym_u8_SQUOTE] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2400), + [anon_sym_L_DQUOTE] = ACTIONS(2400), + [anon_sym_u_DQUOTE] = ACTIONS(2400), + [anon_sym_U_DQUOTE] = ACTIONS(2400), + [anon_sym_u8_DQUOTE] = ACTIONS(2400), + [anon_sym_DQUOTE] = ACTIONS(2400), + [sym_true] = ACTIONS(2398), + [sym_false] = ACTIONS(2398), + [sym_null] = ACTIONS(2398), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2398), + [anon_sym_decltype] = ACTIONS(2398), + [anon_sym_virtual] = ACTIONS(2398), + [anon_sym_typename] = ACTIONS(2398), + [anon_sym_template] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [anon_sym_delete] = ACTIONS(2398), + [anon_sym_throw] = ACTIONS(2398), + [anon_sym_co_return] = ACTIONS(2398), + [anon_sym_co_yield] = ACTIONS(2398), + [anon_sym_R_DQUOTE] = ACTIONS(2400), + [anon_sym_LR_DQUOTE] = ACTIONS(2400), + [anon_sym_uR_DQUOTE] = ACTIONS(2400), + [anon_sym_UR_DQUOTE] = ACTIONS(2400), + [anon_sym_u8R_DQUOTE] = ACTIONS(2400), + [anon_sym_co_await] = ACTIONS(2398), + [anon_sym_new] = ACTIONS(2398), + [anon_sym_requires] = ACTIONS(2398), + [sym_this] = ACTIONS(2398), + [sym_nullptr] = ACTIONS(2398), }, [1280] = { - [sym__expression] = STATE(3710), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6599), - [sym_initializer_pair] = STATE(6599), - [sym_subscript_designator] = STATE(5455), - [sym_field_designator] = STATE(5455), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [aux_sym_initializer_pair_repeat1] = STATE(5455), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3637), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6159), + [sym_initializer_pair] = STATE(6159), + [sym_subscript_designator] = STATE(5372), + [sym_field_designator] = STATE(5372), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [aux_sym_initializer_pair_repeat1] = STATE(5372), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_LBRACK] = ACTIONS(3310), + [anon_sym_LBRACK] = ACTIONS(3304), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -178835,7 +178593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -178849,45 +178607,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1281] = { - [sym__expression] = STATE(2787), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6804), - [sym__unary_right_fold] = STATE(6802), - [sym__binary_fold] = STATE(6801), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [sym__expression] = STATE(2825), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6540), + [sym__unary_right_fold] = STATE(6548), + [sym__binary_fold] = STATE(6546), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), @@ -178921,7 +178679,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -178935,53 +178693,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [1282] = { - [sym__expression] = STATE(3727), - [sym_comma_expression] = STATE(6829), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6829), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3760), + [sym_comma_expression] = STATE(6842), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6842), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3358), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3354), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), @@ -179007,7 +178765,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -179021,45 +178779,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1283] = { - [sym__expression] = STATE(2790), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6778), - [sym__unary_right_fold] = STATE(6779), - [sym__binary_fold] = STATE(6780), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [sym__expression] = STATE(2893), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6688), + [sym__unary_right_fold] = STATE(6687), + [sym__binary_fold] = STATE(6686), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), @@ -179093,7 +178851,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -179107,131 +178865,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [1284] = { - [sym__expression] = STATE(3655), - [sym_comma_expression] = STATE(7016), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(7016), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3360), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1285] = { - [sym__expression] = STATE(2784), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6821), - [sym__unary_right_fold] = STATE(6820), - [sym__binary_fold] = STATE(6819), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [sym__expression] = STATE(2850), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6562), + [sym__unary_right_fold] = STATE(6560), + [sym__binary_fold] = STATE(6559), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), @@ -179265,7 +178937,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -179278,46 +178950,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1286] = { - [sym__expression] = STATE(2776), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6927), - [sym__unary_right_fold] = STATE(6926), - [sym__binary_fold] = STATE(6923), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1285] = { + [sym__expression] = STATE(2842), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6633), + [sym__unary_right_fold] = STATE(6631), + [sym__binary_fold] = STATE(6629), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), @@ -179351,7 +179023,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -179364,46 +179036,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1287] = { - [sym__expression] = STATE(2786), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7028), - [sym__unary_right_fold] = STATE(7027), - [sym__binary_fold] = STATE(7025), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1286] = { + [sym__expression] = STATE(2813), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6846), + [sym__unary_right_fold] = STATE(6845), + [sym__binary_fold] = STATE(6844), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), @@ -179437,7 +179109,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -179450,46 +179122,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1288] = { - [sym__expression] = STATE(2789), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6944), - [sym__unary_right_fold] = STATE(6943), - [sym__binary_fold] = STATE(6930), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1287] = { + [sym__expression] = STATE(2785), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6815), + [sym__unary_right_fold] = STATE(6810), + [sym__binary_fold] = STATE(6795), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), @@ -179523,7 +179195,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -179536,54 +179208,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, + [1288] = { + [sym__expression] = STATE(3708), + [sym_comma_expression] = STATE(6943), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6943), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3356), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, [1289] = { - [sym__expression] = STATE(3791), - [sym_comma_expression] = STATE(7144), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(7144), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3700), + [sym_comma_expression] = STATE(6683), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6683), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3362), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3358), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), @@ -179609,7 +179367,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -179623,45 +179381,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1290] = { - [sym__expression] = STATE(2793), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7139), - [sym__unary_right_fold] = STATE(7147), - [sym__binary_fold] = STATE(7128), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [sym__expression] = STATE(3743), + [sym_comma_expression] = STATE(6568), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6568), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3360), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1291] = { + [sym__expression] = STATE(2843), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6970), + [sym__unary_right_fold] = STATE(6969), + [sym__binary_fold] = STATE(6966), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), @@ -179695,7 +179539,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -179708,46 +179552,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1291] = { - [sym__expression] = STATE(2788), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(7165), - [sym__unary_right_fold] = STATE(7161), - [sym__binary_fold] = STATE(7159), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1292] = { + [sym__expression] = STATE(2727), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6749), + [sym__unary_right_fold] = STATE(6747), + [sym__binary_fold] = STATE(6746), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), @@ -179781,7 +179625,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -179794,54 +179638,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1292] = { - [sym__expression] = STATE(3667), - [sym_comma_expression] = STATE(6683), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6683), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1293] = { + [sym__expression] = STATE(3727), + [sym_comma_expression] = STATE(6742), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6742), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3364), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3362), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), @@ -179867,7 +179711,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -179880,46 +179724,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1293] = { - [sym__expression] = STATE(2785), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym__unary_left_fold] = STATE(6869), - [sym__unary_right_fold] = STATE(6867), - [sym__binary_fold] = STATE(6864), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1294] = { + [sym__expression] = STATE(2857), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym__unary_left_fold] = STATE(6569), + [sym__unary_right_fold] = STATE(6595), + [sym__binary_fold] = STATE(6594), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(1419), @@ -179953,7 +179797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -179966,54 +179810,308 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1294] = { - [sym__expression] = STATE(3690), - [sym_comma_expression] = STATE(6807), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6807), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1295] = { + [sym__expression] = STATE(3029), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1296] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3370), + [anon_sym_EQ] = ACTIONS(3372), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1297] = { + [sym__expression] = STATE(2703), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + }, + [1298] = { + [sym__expression] = STATE(3624), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5986), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3374), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3366), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), @@ -180039,7 +180137,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -180052,57 +180150,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1295] = { - [sym__expression] = STATE(3642), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6006), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3368), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1299] = { + [sym__expression] = STATE(3918), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(7058), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), + [anon_sym_default] = ACTIONS(3376), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -180124,8 +180222,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3378), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -180137,62 +180235,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1296] = { - [sym__expression] = STATE(3921), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), + [1300] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3380), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -180209,75 +180307,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1297] = { - [sym__expression] = STATE(3594), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), + [1301] = { + [sym__expression] = STATE(3895), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -180294,75 +180392,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1298] = { - [sym__expression] = STATE(3631), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3374), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1302] = { + [sym__expression] = STATE(3592), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3378), - [anon_sym_EQ] = ACTIONS(3380), + [anon_sym_RBRACK] = ACTIONS(3382), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -180379,75 +180477,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1299] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3382), - [anon_sym_EQ] = ACTIONS(3380), + [1303] = { + [sym__expression] = STATE(3749), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1304] = { + [sym__expression] = STATE(3577), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -180464,75 +180647,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1300] = { - [sym__expression] = STATE(3631), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3378), - [anon_sym_EQ] = ACTIONS(3380), + [1305] = { + [sym__expression] = STATE(3750), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -180549,75 +180732,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1301] = { - [sym__expression] = STATE(3579), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), + [1306] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3384), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -180634,66 +180817,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1302] = { - [sym__expression] = STATE(3641), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5891), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3384), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1307] = { + [sym__expression] = STATE(3614), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5894), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3386), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), @@ -180719,7 +180902,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -180732,62 +180915,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1303] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3374), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3378), - [anon_sym_EQ] = ACTIONS(3380), + [1308] = { + [sym__expression] = STATE(3766), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -180804,75 +180987,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1304] = { - [sym__expression] = STATE(3815), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), + [1309] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3388), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -180889,66 +181072,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1305] = { - [sym__expression] = STATE(3626), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6051), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3386), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1310] = { + [sym__expression] = STATE(3620), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5929), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3390), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), @@ -180974,7 +181157,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -180987,62 +181170,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1306] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1311] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3388), - [anon_sym_EQ] = ACTIONS(3380), + [anon_sym_RBRACK] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -181059,75 +181242,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1307] = { - [sym__expression] = STATE(3935), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6787), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), + [1312] = { + [sym__expression] = STATE(3592), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3394), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3382), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_default] = ACTIONS(3390), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -181144,75 +181327,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3392), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1308] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1313] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3394), - [anon_sym_EQ] = ACTIONS(3380), + [anon_sym_RBRACK] = ACTIONS(3396), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -181229,75 +181412,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1309] = { - [sym__expression] = STATE(3783), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), + [1314] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3398), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -181314,75 +181497,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1310] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1315] = { + [sym__expression] = STATE(3615), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5715), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3400), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3396), - [anon_sym_EQ] = ACTIONS(3380), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -181399,75 +181582,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1311] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1316] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3398), - [anon_sym_EQ] = ACTIONS(3380), + [anon_sym_RBRACK] = ACTIONS(3402), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -181484,75 +181667,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1312] = { - [sym__expression] = STATE(3922), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), + [1317] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3404), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -181569,75 +181752,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1313] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1318] = { + [sym__expression] = STATE(2489), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1319] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3400), - [anon_sym_EQ] = ACTIONS(3380), + [anon_sym_RBRACK] = ACTIONS(3406), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -181654,75 +181922,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1314] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1320] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3402), - [anon_sym_EQ] = ACTIONS(3380), + [anon_sym_RBRACK] = ACTIONS(3408), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -181739,75 +182007,245 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1315] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1321] = { + [sym__expression] = STATE(3578), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1322] = { + [sym__expression] = STATE(2982), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1323] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3404), - [anon_sym_EQ] = ACTIONS(3380), + [anon_sym_RBRACK] = ACTIONS(3382), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -181824,160 +182262,245 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1316] = { - [sym__expression] = STATE(3091), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), + [1324] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3394), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3382), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1325] = { + [sym__expression] = STATE(2696), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), }, - [1317] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1326] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3406), - [anon_sym_EQ] = ACTIONS(3380), + [anon_sym_RBRACK] = ACTIONS(3410), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -181994,70 +182517,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1318] = { - [sym__expression] = STATE(3976), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6626), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1327] = { + [sym__expression] = STATE(3627), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5786), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3412), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_default] = ACTIONS(3408), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -182079,8 +182602,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3410), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -182092,62 +182615,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1319] = { - [sym__expression] = STATE(3619), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5922), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3412), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), + [1328] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3414), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -182164,160 +182687,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1320] = { - [sym__expression] = STATE(3812), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1321] = { - [sym__expression] = STATE(3628), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5983), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3414), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), + [1329] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3416), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -182334,75 +182772,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1322] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1330] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3416), - [anon_sym_EQ] = ACTIONS(3380), + [anon_sym_RBRACK] = ACTIONS(3418), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -182419,240 +182857,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1323] = { - [sym__expression] = STATE(2940), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), - }, - [1324] = { - [sym__expression] = STATE(2684), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - }, - [1325] = { - [sym__expression] = STATE(3632), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5914), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3418), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1331] = { + [sym__expression] = STATE(3931), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6871), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), + [anon_sym_default] = ACTIONS(3420), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -182674,8 +182942,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3422), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -182687,311 +182955,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1326] = { - [sym__expression] = STATE(2470), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1327] = { - [sym__expression] = STATE(2952), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), - }, - [1328] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3420), - [anon_sym_EQ] = ACTIONS(3380), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1329] = { - [sym__expression] = STATE(3083), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1332] = { + [sym__expression] = STATE(3000), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(3370), + [anon_sym_LPAREN2] = ACTIONS(3364), [anon_sym_BANG] = ACTIONS(1421), [anon_sym_TILDE] = ACTIONS(1421), [anon_sym_DASH] = ACTIONS(1423), [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), [anon_sym_COLON_COLON] = ACTIONS(1427), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), [sym_primitive_type] = ACTIONS(1561), [anon_sym_not] = ACTIONS(1423), [anon_sym_compl] = ACTIONS(1423), @@ -183014,7 +183027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -183027,147 +183040,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1330] = { - [sym__expression] = STATE(3080), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(1427), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), + [1333] = { + [sym__expression] = STATE(2943), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), }, - [1331] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1334] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3422), - [anon_sym_EQ] = ACTIONS(3380), + [anon_sym_RBRACK] = ACTIONS(3424), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -183184,75 +183197,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1332] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1335] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3424), - [anon_sym_EQ] = ACTIONS(3380), + [anon_sym_RBRACK] = ACTIONS(3426), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -183269,75 +183282,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1333] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1336] = { + [sym__expression] = STATE(3611), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5746), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3428), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3426), - [anon_sym_EQ] = ACTIONS(3380), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -183354,69 +183367,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1334] = { - [sym__expression] = STATE(2492), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1337] = { + [sym__expression] = STATE(2504), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(3370), + [anon_sym_LPAREN2] = ACTIONS(3364), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), [anon_sym_COLON_COLON] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -183439,7 +183452,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -183452,62 +183465,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1335] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1338] = { + [sym__expression] = STATE(2940), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1339] = { + [sym__expression] = STATE(3612), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_lambda_default_capture] = STATE(6142), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3428), - [anon_sym_EQ] = ACTIONS(3380), + [anon_sym_RBRACK] = ACTIONS(3430), + [anon_sym_EQ] = ACTIONS(3372), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -183524,70 +183622,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1336] = { - [sym__expression] = STATE(3618), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(5838), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3430), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1340] = { + [sym__expression] = STATE(3786), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1341] = { + [sym__expression] = STATE(3956), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6784), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), + [anon_sym_default] = ACTIONS(3432), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(93), @@ -183609,8 +183792,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3434), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), @@ -183622,226 +183805,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1337] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3432), - [anon_sym_EQ] = ACTIONS(3380), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1338] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3434), - [anon_sym_EQ] = ACTIONS(3380), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1339] = { - [sym__expression] = STATE(3090), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1342] = { + [sym__expression] = STATE(3026), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(3370), + [anon_sym_LPAREN2] = ACTIONS(3364), [anon_sym_BANG] = ACTIONS(1631), [anon_sym_TILDE] = ACTIONS(1631), [anon_sym_DASH] = ACTIONS(1629), [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1629), [anon_sym_compl] = ACTIONS(1629), @@ -183864,7 +183877,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1641), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -183872,152 +183885,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(1539), [anon_sym_u8R_DQUOTE] = ACTIONS(1539), [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), + [anon_sym_new] = ACTIONS(1543), [anon_sym_requires] = ACTIONS(1545), [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1340] = { - [sym__expression] = STATE(2677), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - }, - [1341] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1343] = { + [sym__expression] = STATE(3596), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(5793), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3436), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3378), - [anon_sym_EQ] = ACTIONS(3380), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -184034,75 +183962,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1342] = { - [sym__expression] = STATE(3824), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(7216), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_LBRACK] = ACTIONS(1519), + [1344] = { + [sym__expression] = STATE(3861), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3364), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3364), + [anon_sym_AMP_AMP] = ACTIONS(3364), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3364), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACE] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_default] = ACTIONS(3436), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -184119,75 +184047,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3438), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1343] = { - [sym__expression] = STATE(3614), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_lambda_default_capture] = STATE(6242), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(3376), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1345] = { + [sym__expression] = STATE(3644), + [sym_comma_expression] = STATE(7049), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3438), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3440), - [anon_sym_EQ] = ACTIONS(3380), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -184204,151 +184131,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1344] = { - [sym__expression] = STATE(3782), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(3370), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(3370), - [anon_sym_AMP_AMP] = ACTIONS(3370), - [anon_sym_AMP] = ACTIONS(3372), - [anon_sym_LT] = ACTIONS(3370), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACE] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3370), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1345] = { - [sym__expression] = STATE(3726), - [sym_comma_expression] = STATE(6937), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1346] = { + [sym__expression] = STATE(3693), + [sym_comma_expression] = STATE(6868), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3440), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -184373,7 +184215,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -184386,138 +184228,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1346] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_COMMA] = ACTIONS(3444), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3444), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, [1347] = { - [sym__expression] = STATE(3854), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6685), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3790), + [sym_comma_expression] = STATE(6708), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3442), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -184541,7 +184299,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -184555,53 +184313,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1348] = { - [sym__expression] = STATE(3852), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6678), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3776), + [sym_comma_expression] = STATE(6705), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3444), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -184625,7 +184383,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -184639,53 +184397,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1349] = { - [sym__expression] = STATE(3768), - [sym_comma_expression] = STATE(7224), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3446), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3901), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6866), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -184709,7 +184467,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -184723,51 +184481,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1350] = { - [sym__expression] = STATE(3860), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6673), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3898), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6858), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), @@ -184793,7 +184551,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -184807,53 +184565,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1351] = { - [sym__expression] = STATE(3800), - [sym_comma_expression] = STATE(6688), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3448), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3499), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(3497), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -184877,7 +184635,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -184891,52 +184649,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1352] = { - [sym__expression] = STATE(3666), - [sym_comma_expression] = STATE(6672), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3450), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(2999), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_initializer_list] = STATE(2531), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACE] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1353] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_initializer_list] = STATE(2531), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_LBRACE] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1354] = { + [sym__expression] = STATE(3641), + [sym_comma_expression] = STATE(6508), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3446), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -184961,7 +184887,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -184974,61 +184900,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1353] = { - [sym__expression] = STATE(3674), - [sym_comma_expression] = STATE(6968), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3452), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1355] = { + [sym__expression] = STATE(3971), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_initializer_list] = STATE(6876), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -185045,67 +184971,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1354] = { - [sym__expression] = STATE(3676), - [sym_comma_expression] = STATE(6966), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3454), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1356] = { + [sym__expression] = STATE(3817), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6640), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -185129,7 +185055,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -185142,53 +185068,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1355] = { - [sym__expression] = STATE(3668), - [sym_comma_expression] = STATE(7213), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3456), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1357] = { + [sym__expression] = STATE(3733), + [sym_comma_expression] = STATE(6859), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3448), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -185213,7 +185139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -185226,54 +185152,222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1356] = { - [sym__expression] = STATE(3669), - [sym_comma_expression] = STATE(7212), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3458), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1358] = { + [sym__expression] = STATE(2947), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_initializer_list] = STATE(3072), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACE] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1359] = { + [sym__expression] = STATE(3920), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_initializer_list] = STATE(3497), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1360] = { + [sym__expression] = STATE(3837), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(7087), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -185297,7 +185391,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -185310,54 +185404,222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1357] = { - [sym__expression] = STATE(3679), - [sym_comma_expression] = STATE(6962), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3460), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1361] = { + [sym__expression] = STATE(3869), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_initializer_list] = STATE(6819), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1362] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_COMMA] = ACTIONS(3450), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3450), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1363] = { + [sym__expression] = STATE(3911), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6646), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -185381,7 +185643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -185394,54 +185656,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1358] = { - [sym__expression] = STATE(3672), - [sym_comma_expression] = STATE(7202), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3462), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1364] = { + [sym__expression] = STATE(3732), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_initializer_list] = STATE(3890), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACE] = ACTIONS(2995), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1365] = { + [sym__expression] = STATE(3939), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(7045), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -185465,7 +185811,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -185478,52 +185824,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1359] = { - [sym__expression] = STATE(3796), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6483), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1366] = { + [sym__expression] = STATE(3684), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6162), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), @@ -185549,7 +185895,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -185562,54 +185908,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1360] = { - [sym__expression] = STATE(3920), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6659), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1367] = { + [sym__expression] = STATE(3791), + [sym_comma_expression] = STATE(6709), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3452), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -185633,7 +185979,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -185646,137 +185992,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1361] = { - [sym__expression] = STATE(3089), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_initializer_list] = STATE(2531), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACE] = ACTIONS(1517), + [1368] = { + [sym__expression] = STATE(3767), + [sym_comma_expression] = STATE(6701), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3454), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1362] = { - [sym__expression] = STATE(3675), - [sym_comma_expression] = STATE(7186), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3464), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1369] = { + [sym__expression] = STATE(3670), + [sym_comma_expression] = STATE(6855), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3456), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -185801,7 +186147,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -185814,54 +186160,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1363] = { - [sym__expression] = STATE(3825), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6856), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1370] = { + [sym__expression] = STATE(3664), + [sym_comma_expression] = STATE(6517), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3458), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -185885,7 +186231,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -185898,61 +186244,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1364] = { - [sym__expression] = STATE(3908), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_initializer_list] = STATE(6980), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(1469), + [1371] = { + [sym__expression] = STATE(3722), + [sym_comma_expression] = STATE(6645), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3460), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -185969,66 +186315,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1365] = { - [sym__expression] = STATE(3794), - [sym_comma_expression] = STATE(6684), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3466), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1372] = { + [sym__expression] = STATE(3765), + [sym_comma_expression] = STATE(6865), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3462), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -186053,7 +186399,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -186066,54 +186412,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1366] = { - [sym__expression] = STATE(3798), - [sym_comma_expression] = STATE(6848), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3468), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1373] = { + [sym__expression] = STATE(3839), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6503), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -186137,7 +186483,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -186150,54 +186496,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1367] = { - [sym__expression] = STATE(3680), - [sym_comma_expression] = STATE(6958), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3470), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1374] = { + [sym__expression] = STATE(3887), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6796), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -186221,7 +186567,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -186234,54 +186580,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1368] = { - [sym__expression] = STATE(3775), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6371), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1375] = { + [sym__expression] = STATE(3668), + [sym_comma_expression] = STATE(6776), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3464), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -186305,7 +186651,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -186318,52 +186664,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1369] = { - [sym__expression] = STATE(3443), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(3444), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1376] = { + [sym__expression] = STATE(3972), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6507), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), @@ -186389,7 +186735,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -186402,138 +186748,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1370] = { - [sym__expression] = STATE(2532), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_initializer_list] = STATE(2531), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(1517), + [1377] = { + [sym__expression] = STATE(3721), + [sym_comma_expression] = STATE(6867), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3466), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1371] = { - [sym__expression] = STATE(3720), - [sym_comma_expression] = STATE(6619), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3472), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1378] = { + [sym__expression] = STATE(3943), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6775), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -186557,7 +186903,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -186570,54 +186916,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1372] = { - [sym__expression] = STATE(3861), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(7211), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1379] = { + [sym__expression] = STATE(3655), + [sym_comma_expression] = STATE(6874), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3468), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -186641,7 +186987,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -186654,53 +187000,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1373] = { - [sym__expression] = STATE(3627), - [sym_comma_expression] = STATE(6464), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3474), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1380] = { + [sym__expression] = STATE(3648), + [sym_comma_expression] = STATE(7053), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3470), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -186725,7 +187071,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -186738,61 +187084,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1374] = { - [sym__expression] = STATE(3443), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_initializer_list] = STATE(3444), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(1469), + [1381] = { + [sym__expression] = STATE(3665), + [sym_comma_expression] = STATE(6777), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3472), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -186809,67 +187155,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1375] = { - [sym__expression] = STATE(3687), - [sym_comma_expression] = STATE(6661), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3477), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1382] = { + [sym__expression] = STATE(3937), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6769), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -186893,7 +187239,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -186906,54 +187252,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1376] = { - [sym__expression] = STATE(3944), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(7129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1383] = { + [sym__expression] = STATE(3649), + [sym_comma_expression] = STATE(6509), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3474), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -186977,7 +187323,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -186990,53 +187336,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1377] = { - [sym__expression] = STATE(3718), - [sym_comma_expression] = STATE(6620), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3479), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1384] = { + [sym__expression] = STATE(3758), + [sym_comma_expression] = STATE(6514), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3476), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -187061,7 +187407,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -187074,53 +187420,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1378] = { - [sym__expression] = STATE(3795), - [sym_comma_expression] = STATE(6847), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1385] = { + [sym__expression] = STATE(3692), + [sym_comma_expression] = STATE(6648), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3478), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -187145,7 +187491,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -187158,54 +187504,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1379] = { - [sym__expression] = STATE(3681), - [sym_comma_expression] = STATE(6732), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3483), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1386] = { + [sym__expression] = STATE(3696), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6076), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -187229,7 +187575,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -187242,53 +187588,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1380] = { - [sym__expression] = STATE(3801), - [sym_comma_expression] = STATE(6859), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3485), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1387] = { + [sym__expression] = STATE(3789), + [sym_comma_expression] = STATE(6711), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3480), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -187313,7 +187659,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -187326,53 +187672,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1381] = { - [sym__expression] = STATE(3652), - [sym_comma_expression] = STATE(6655), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3487), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1388] = { + [sym__expression] = STATE(3798), + [sym_comma_expression] = STATE(6710), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3482), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -187397,7 +187743,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -187410,54 +187756,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1382] = { - [sym__expression] = STATE(3689), - [sym_comma_expression] = STATE(6751), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3489), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1389] = { + [sym__expression] = STATE(3778), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6237), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -187481,7 +187827,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -187494,54 +187840,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1383] = { - [sym__expression] = STATE(3682), - [sym_comma_expression] = STATE(6954), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3491), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1390] = { + [sym__expression] = STATE(3894), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6880), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -187565,7 +187911,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -187578,138 +187924,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1384] = { - [sym__expression] = STATE(3760), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_initializer_list] = STATE(3926), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACE] = ACTIONS(2993), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1385] = { - [sym__expression] = STATE(3889), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(7188), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1391] = { + [sym__expression] = STATE(3757), + [sym_comma_expression] = STATE(6505), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3484), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -187733,7 +187995,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -187746,54 +188008,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1386] = { - [sym__expression] = STATE(3811), - [sym_comma_expression] = STATE(6694), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3493), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1392] = { + [sym__expression] = STATE(3851), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6700), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -187817,7 +188079,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -187830,54 +188092,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1387] = { - [sym__expression] = STATE(3797), - [sym_comma_expression] = STATE(6695), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3495), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1393] = { + [sym__expression] = STATE(3933), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6766), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -187901,7 +188163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -187914,54 +188176,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1388] = { - [sym__expression] = STATE(3905), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6949), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1394] = { + [sym__expression] = STATE(3646), + [sym_comma_expression] = STATE(7048), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3486), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -187985,7 +188247,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -187998,54 +188260,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1389] = { - [sym__expression] = STATE(3897), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6904), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1395] = { + [sym__expression] = STATE(3671), + [sym_comma_expression] = STATE(6773), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3488), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -188069,7 +188331,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -188082,53 +188344,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1390] = { - [sym__expression] = STATE(3773), - [sym_comma_expression] = STATE(6902), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3497), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1396] = { + [sym__expression] = STATE(3676), + [sym_comma_expression] = STATE(6650), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3490), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -188153,7 +188415,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -188166,54 +188428,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1391] = { - [sym__expression] = STATE(3900), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6956), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1397] = { + [sym__expression] = STATE(3699), + [sym_comma_expression] = STATE(6647), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3492), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -188237,7 +188499,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -188250,54 +188512,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1392] = { - [sym__expression] = STATE(3698), - [sym_comma_expression] = STATE(7067), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3499), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1398] = { + [sym__expression] = STATE(3824), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6706), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -188321,7 +188583,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -188334,61 +188596,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1393] = { - [sym__expression] = STATE(3904), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6854), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1399] = { + [sym__expression] = STATE(3925), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_initializer_list] = STATE(6901), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -188405,57 +188667,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1394] = { - [sym__expression] = STATE(3079), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_initializer_list] = STATE(3100), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1400] = { + [sym__expression] = STATE(3042), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_initializer_list] = STATE(3114), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -188489,7 +188751,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -188502,52 +188764,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1395] = { - [sym__expression] = STATE(3879), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6899), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1401] = { + [sym__expression] = STATE(3632), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6237), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), @@ -188573,7 +188835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -188586,61 +188848,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1396] = { - [sym__expression] = STATE(3903), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_initializer_list] = STATE(3444), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACE] = ACTIONS(1469), + [1402] = { + [sym__expression] = STATE(3737), + [sym_comma_expression] = STATE(6641), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3494), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -188657,66 +188919,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1397] = { - [sym__expression] = STATE(3708), - [sym_comma_expression] = STATE(6645), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3501), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1403] = { + [sym__expression] = STATE(3678), + [sym_comma_expression] = STATE(6768), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3496), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -188741,7 +189003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -188754,54 +189016,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1398] = { - [sym__expression] = STATE(3704), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6606), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1404] = { + [sym__expression] = STATE(2658), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_initializer_list] = STATE(2770), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACE] = ACTIONS(1559), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + }, + [1405] = { + [sym__expression] = STATE(3777), + [sym_comma_expression] = STATE(6504), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3498), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -188825,7 +189171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -188838,54 +189184,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1399] = { - [sym__expression] = STATE(3683), - [sym_comma_expression] = STATE(6950), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1406] = { + [sym__expression] = STATE(3878), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(6861), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -188909,7 +189255,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -188922,145 +189268,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1400] = { - [sym__expression] = STATE(2956), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_initializer_list] = STATE(3012), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACE] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), - }, - [1401] = { - [sym__expression] = STATE(3724), - [sym_comma_expression] = STATE(7005), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1407] = { + [sym__expression] = STATE(3499), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_initializer_list] = STATE(3497), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -189077,67 +189339,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1402] = { - [sym__expression] = STATE(3896), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(7184), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1408] = { + [sym__expression] = STATE(3653), + [sym_comma_expression] = STATE(6790), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3500), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -189161,7 +189423,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -189174,52 +189436,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1403] = { - [sym__expression] = STATE(3883), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6668), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1409] = { + [sym__expression] = STATE(3814), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(7099), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), @@ -189245,7 +189507,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -189258,53 +189520,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1404] = { - [sym__expression] = STATE(3705), - [sym_comma_expression] = STATE(7073), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3507), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1410] = { + [sym__expression] = STATE(3651), + [sym_comma_expression] = STATE(6791), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3502), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -189329,7 +189591,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -189342,53 +189604,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1405] = { - [sym__expression] = STATE(3713), - [sym_comma_expression] = STATE(7078), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3509), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1411] = { + [sym__expression] = STATE(3792), + [sym_comma_expression] = STATE(7090), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3504), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -189413,7 +189675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -189426,137 +189688,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1406] = { - [sym__expression] = STATE(2692), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_initializer_list] = STATE(2770), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACE] = ACTIONS(1559), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - }, - [1407] = { - [sym__expression] = STATE(3803), - [sym_comma_expression] = STATE(6689), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3511), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1412] = { + [sym__expression] = STATE(3714), + [sym_comma_expression] = STATE(7067), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3506), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -189581,7 +189759,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -189594,61 +189772,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1408] = { - [sym__expression] = STATE(3906), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_initializer_list] = STATE(6945), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(1469), + [1413] = { + [sym__expression] = STATE(3590), + [sym_comma_expression] = STATE(6452), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3508), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -189665,67 +189843,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1409] = { - [sym__expression] = STATE(3901), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6646), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1414] = { + [sym__expression] = STATE(3674), + [sym_comma_expression] = STATE(6651), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3511), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -189749,7 +189927,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -189762,54 +189940,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1410] = { - [sym__expression] = STATE(3633), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(6371), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1415] = { + [sym__expression] = STATE(3673), + [sym_comma_expression] = STATE(7074), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3513), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -189833,7 +190011,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -189846,61 +190024,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1411] = { - [sym__expression] = STATE(3823), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_initializer_list] = STATE(6789), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1416] = { + [sym__expression] = STATE(3947), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_initializer_list] = STATE(7070), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -189917,66 +190095,397 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1412] = { - [sym__expression] = STATE(3712), - [sym_comma_expression] = STATE(7076), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3513), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1417] = { + [sym__expression] = STATE(2618), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3515), + [anon_sym_LPAREN2] = ACTIONS(3517), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + }, + [1418] = { + [sym__expression] = STATE(3007), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3519), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1419] = { + [sym__expression] = STATE(3007), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3522), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1420] = { + [sym__expression] = STATE(3084), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3525), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1421] = { + [sym__expression] = STATE(3871), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3528), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -190001,7 +190510,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -190014,54 +190523,301 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1413] = { - [sym__expression] = STATE(3962), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(7074), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1422] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3530), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1423] = { + [sym__expression] = STATE(3007), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3532), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1424] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3535), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1425] = { + [sym__expression] = STATE(3963), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), @@ -190084,8 +190840,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3537), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -190098,137 +190855,301 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1414] = { - [sym__expression] = STATE(3927), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_initializer_list] = STATE(7060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1469), + [1426] = { + [sym__expression] = STATE(3013), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3539), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1427] = { + [sym__expression] = STATE(3083), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3542), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1428] = { + [sym__expression] = STATE(3083), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3545), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), }, - [1415] = { - [sym__expression] = STATE(3706), - [sym_comma_expression] = STATE(7075), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3515), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1429] = { + [sym__expression] = STATE(3590), + [sym_comma_expression] = STATE(6452), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -190253,7 +191174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -190266,53 +191187,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1416] = { - [sym__expression] = STATE(3790), - [sym_comma_expression] = STATE(6680), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3517), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1430] = { + [sym__expression] = STATE(3831), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3548), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -190337,7 +191257,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -190350,45 +191270,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1417] = { - [sym__expression] = STATE(3051), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1431] = { + [sym__expression] = STATE(3030), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3519), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3550), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), [anon_sym_TILDE] = ACTIONS(1421), @@ -190420,7 +191340,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -190433,128 +191353,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1418] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3522), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1419] = { - [sym__expression] = STATE(3050), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1432] = { + [sym__expression] = STATE(3037), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3524), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3553), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), [anon_sym_TILDE] = ACTIONS(1421), @@ -190586,7 +191423,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -190599,45 +191436,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1420] = { - [sym__expression] = STATE(3049), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1433] = { + [sym__expression] = STATE(3006), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3527), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3556), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), [anon_sym_TILDE] = ACTIONS(1421), @@ -190669,7 +191506,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -190682,45 +191519,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1421] = { - [sym__expression] = STATE(3047), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1434] = { + [sym__expression] = STATE(3041), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3530), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3559), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), [anon_sym_TILDE] = ACTIONS(1421), @@ -190752,7 +191589,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -190765,128 +191602,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1422] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3533), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1423] = { - [sym__expression] = STATE(3051), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1435] = { + [sym__expression] = STATE(3006), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3535), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3562), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), [anon_sym_TILDE] = ACTIONS(1421), @@ -190918,7 +191672,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -190931,45 +191685,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1424] = { - [sym__expression] = STATE(3043), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1436] = { + [sym__expression] = STATE(3054), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3538), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3565), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), [anon_sym_TILDE] = ACTIONS(1421), @@ -191001,7 +191755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -191014,60 +191768,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1425] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1437] = { + [sym__expression] = STATE(3061), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3568), + [anon_sym_LPAREN2] = ACTIONS(3570), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3541), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), [sym_number_literal] = ACTIONS(1527), [anon_sym_L_SQUOTE] = ACTIONS(1529), [anon_sym_u_SQUOTE] = ACTIONS(1529), @@ -191084,58 +191838,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), [anon_sym_uR_DQUOTE] = ACTIONS(1539), [anon_sym_UR_DQUOTE] = ACTIONS(1539), [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_co_await] = ACTIONS(1643), [anon_sym_new] = ACTIONS(1543), [anon_sym_requires] = ACTIONS(1545), [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1426] = { - [sym__expression] = STATE(3050), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1438] = { + [sym__expression] = STATE(3932), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3572), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1439] = { + [sym__expression] = STATE(3071), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3543), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3574), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), [anon_sym_TILDE] = ACTIONS(1421), @@ -191167,7 +192004,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -191180,52 +192017,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1427] = { - [sym__expression] = STATE(3627), - [sym_comma_expression] = STATE(6464), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1440] = { + [sym__expression] = STATE(3926), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3577), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -191250,7 +192087,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -191263,137 +192100,303 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1428] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), + [1441] = { + [sym__expression] = STATE(3811), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3579), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3546), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1429] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1442] = { + [sym__expression] = STATE(3071), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3581), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1443] = { + [sym__expression] = STATE(3753), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3584), + [anon_sym_LPAREN2] = ACTIONS(3586), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1444] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3548), + [anon_sym_RBRACK] = ACTIONS(3588), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -191416,7 +192419,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -191429,135 +192432,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1430] = { - [sym__expression] = STATE(3051), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3550), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), + [1445] = { + [sym__expression] = STATE(3923), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3590), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1431] = { - [sym__expression] = STATE(3881), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3553), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1446] = { + [sym__expression] = STATE(3912), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3592), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -191582,7 +192585,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -191595,54 +192598,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1432] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1447] = { + [sym__expression] = STATE(2973), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3594), + [anon_sym_LPAREN2] = ACTIONS(3596), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1448] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3555), + [anon_sym_RBRACK] = ACTIONS(3598), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -191665,7 +192751,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -191678,384 +192764,301 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1433] = { - [sym__expression] = STATE(3051), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3557), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), - }, - [1434] = { - [sym__expression] = STATE(3052), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3560), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), + [1449] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), + [anon_sym_RBRACK] = ACTIONS(3600), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), }, - [1435] = { - [sym__expression] = STATE(3046), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3563), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), + [1450] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), + [anon_sym_RBRACK] = ACTIONS(3602), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), }, - [1436] = { - [sym__expression] = STATE(3045), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3566), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), + [1451] = { + [sym__expression] = STATE(3868), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3604), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1437] = { - [sym__expression] = STATE(3827), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1452] = { + [sym__expression] = STATE(3859), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3569), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3606), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -192080,7 +193083,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -192093,45 +193096,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1438] = { - [sym__expression] = STATE(3038), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1453] = { + [sym__expression] = STATE(3083), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3571), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3608), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), [anon_sym_TILDE] = ACTIONS(1421), @@ -192163,7 +193166,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -192176,52 +193179,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1439] = { - [sym__expression] = STATE(3722), - [sym_comma_expression] = STATE(6947), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1454] = { + [sym__expression] = STATE(3662), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3611), + [anon_sym_LPAREN2] = ACTIONS(3613), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1455] = { + [sym__expression] = STATE(3917), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3615), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -192246,7 +193332,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -192259,217 +193345,218 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1440] = { - [sym__expression] = STATE(3038), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3574), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), + [1456] = { + [sym__expression] = STATE(3561), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3617), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3619), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1441] = { - [sym__expression] = STATE(3038), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3577), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), + [1457] = { + [sym__expression] = STATE(3853), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3621), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1442] = { - [sym__expression] = STATE(3822), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1458] = { + [sym__expression] = STATE(3834), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_RPAREN] = ACTIONS(3623), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -192493,9 +193580,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3580), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -192508,51 +193594,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1443] = { - [sym__expression] = STATE(3923), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1459] = { + [sym__expression] = STATE(3647), + [sym_comma_expression] = STATE(6780), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -192576,9 +193663,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3582), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -192591,52 +193677,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1444] = { - [sym__expression] = STATE(3569), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3584), - [anon_sym_LPAREN2] = ACTIONS(3586), + [1460] = { + [sym__expression] = STATE(3908), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -192660,8 +193745,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3625), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -192674,54 +193760,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1445] = { - [sym__expression] = STATE(3821), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1461] = { + [sym__expression] = STATE(3561), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3588), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3627), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LBRACK] = ACTIONS(3619), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -192744,7 +193830,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -192757,220 +193843,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1446] = { - [sym__expression] = STATE(3082), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3590), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), - }, - [1447] = { - [sym__expression] = STATE(3082), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3593), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), + [1462] = { + [sym__expression] = STATE(3957), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3629), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1448] = { - [sym__expression] = STATE(3589), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1463] = { + [sym__expression] = STATE(3889), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3596), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3631), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3598), + [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -192993,7 +193996,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -193006,60 +194009,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1449] = { - [sym__expression] = STATE(3965), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3584), - [anon_sym_LPAREN2] = ACTIONS(3600), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1464] = { + [sym__expression] = STATE(3896), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3633), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -193076,142 +194079,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1450] = { - [sym__expression] = STATE(3052), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3602), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), + [1465] = { + [sym__expression] = STATE(3964), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3611), + [anon_sym_LPAREN2] = ACTIONS(3635), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1451] = { - [sym__expression] = STATE(2988), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1466] = { + [sym__expression] = STATE(3074), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3605), - [anon_sym_LPAREN2] = ACTIONS(3607), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3637), + [anon_sym_LPAREN2] = ACTIONS(3639), [anon_sym_BANG] = ACTIONS(1421), [anon_sym_TILDE] = ACTIONS(1421), [anon_sym_DASH] = ACTIONS(1423), @@ -193242,7 +194245,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -193255,54 +194258,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1452] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1467] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3609), + [anon_sym_RBRACK] = ACTIONS(3641), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -193325,7 +194328,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -193338,218 +194341,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1453] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), + [1468] = { + [sym__expression] = STATE(3084), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3643), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3611), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), }, - [1454] = { - [sym__expression] = STATE(3919), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3613), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1469] = { + [sym__expression] = STATE(3083), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3646), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), }, - [1455] = { - [sym__expression] = STATE(3892), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1470] = { + [sym__expression] = STATE(3813), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3615), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -193573,8 +194575,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3649), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -193587,134 +194590,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1456] = { - [sym__expression] = STATE(3845), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1471] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3651), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3617), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), }, - [1457] = { - [sym__expression] = STATE(3842), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1472] = { + [sym__expression] = STATE(3957), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -193738,9 +194741,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3619), + [sym_auto] = ACTIONS(3653), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -193753,54 +194756,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1458] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1473] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3621), + [anon_sym_RBRACK] = ACTIONS(3655), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -193823,7 +194826,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -193836,54 +194839,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1459] = { - [sym__expression] = STATE(3589), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1474] = { + [sym__expression] = STATE(3571), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3611), + [anon_sym_LPAREN2] = ACTIONS(3657), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3623), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3598), + [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -193906,7 +194909,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -193919,54 +194922,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1460] = { - [sym__expression] = STATE(3945), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1475] = { + [sym__expression] = STATE(3561), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3625), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(3659), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LBRACK] = ACTIONS(3619), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -193989,7 +194992,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -194002,54 +195005,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1461] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1476] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3627), + [anon_sym_RBRACK] = ACTIONS(3661), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -194072,7 +195075,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -194085,301 +195088,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1462] = { - [sym__expression] = STATE(2618), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3629), - [anon_sym_LPAREN2] = ACTIONS(3631), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - }, - [1463] = { - [sym__expression] = STATE(2957), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3633), - [anon_sym_LPAREN2] = ACTIONS(3635), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), - }, - [1464] = { - [sym__expression] = STATE(3956), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3637), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1465] = { - [sym__expression] = STATE(3830), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(3639), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1477] = { + [sym__expression] = STATE(3850), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -194403,8 +195156,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3663), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -194417,54 +195171,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1466] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1478] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3641), + [anon_sym_RBRACK] = ACTIONS(3665), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -194487,7 +195241,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -194500,51 +195254,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1467] = { - [sym__expression] = STATE(3845), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1479] = { + [sym__expression] = STATE(3969), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -194568,9 +195322,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3643), + [sym_auto] = ACTIONS(3667), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -194583,137 +195337,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1468] = { - [sym__expression] = STATE(3065), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3645), - [anon_sym_LPAREN2] = ACTIONS(3647), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1469] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1480] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3649), + [anon_sym_RBRACK] = ACTIONS(3669), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -194736,7 +195407,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -194749,54 +195420,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1470] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1481] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3651), + [anon_sym_RBRACK] = ACTIONS(3671), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -194819,7 +195490,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -194832,54 +195503,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1471] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1482] = { + [sym__expression] = STATE(2475), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3568), + [anon_sym_LPAREN2] = ACTIONS(3673), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), - [anon_sym_RBRACK] = ACTIONS(3653), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -194902,7 +195573,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -194915,137 +195586,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1472] = { - [sym__expression] = STATE(3878), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3655), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1473] = { - [sym__expression] = STATE(2486), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1483] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3645), - [anon_sym_LPAREN2] = ACTIONS(3657), + [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_RBRACK] = ACTIONS(3675), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -195068,7 +195656,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -195081,475 +195669,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1474] = { - [sym__expression] = STATE(3928), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3659), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1475] = { - [sym__expression] = STATE(3967), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3661), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1476] = { - [sym__expression] = STATE(3973), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3663), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1477] = { - [sym__expression] = STATE(3857), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3665), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1478] = { - [sym__expression] = STATE(3948), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1484] = { + [sym__expression] = STATE(3729), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3667), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [1479] = { - [sym__expression] = STATE(3850), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3669), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1485] = { + [sym__expression] = STATE(3900), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -195566,155 +195820,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1480] = { - [sym__expression] = STATE(3719), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3671), - [anon_sym_LPAREN2] = ACTIONS(3673), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), + [1486] = { + [sym__expression] = STATE(3081), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), }, - [1481] = { - [sym__expression] = STATE(3963), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1487] = { + [sym__expression] = STATE(3826), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -195730,75 +195983,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(103), [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3675), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1482] = { - [sym__expression] = STATE(3589), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(3677), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3598), + [1488] = { + [sym__expression] = STATE(3857), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -195815,73 +196066,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1483] = { - [sym__expression] = STATE(3788), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3584), - [anon_sym_LPAREN2] = ACTIONS(3679), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1489] = { + [sym__expression] = STATE(3879), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -195898,72 +196148,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1484] = { - [sym__expression] = STATE(3970), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1490] = { + [sym__expression] = STATE(3080), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(3677), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1491] = { + [sym__expression] = STATE(3905), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -195980,72 +196312,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1485] = { - [sym__expression] = STATE(3844), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), + [1492] = { + [sym__expression] = STATE(3921), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(3679), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -196062,138 +196394,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1486] = { - [sym__expression] = STATE(3754), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), + [1493] = { + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4200), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5316), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5040), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_parameter_list] = STATE(1088), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(4125), + [sym_template_function] = STATE(5040), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4806), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(3681), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_LT] = ACTIONS(3683), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(3685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1673), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(2886), + [anon_sym_enum] = ACTIONS(63), + [anon_sym_class] = ACTIONS(65), + [anon_sym_struct] = ACTIONS(67), + [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [sym_auto] = ACTIONS(105), + [anon_sym_decltype] = ACTIONS(107), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(1501), }, - [1487] = { - [sym__expression] = STATE(2630), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), + [1494] = { + [sym__expression] = STATE(2617), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), [sym_identifier] = ACTIONS(1547), [anon_sym_LPAREN2] = ACTIONS(1549), [anon_sym_BANG] = ACTIONS(1553), @@ -196226,7 +196558,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1575), [anon_sym_R_DQUOTE] = ACTIONS(1577), [anon_sym_LR_DQUOTE] = ACTIONS(1577), @@ -196239,141 +196571,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1573), [sym_nullptr] = ACTIONS(1573), }, - [1488] = { - [sym__expression] = STATE(3752), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1489] = { - [sym__expression] = STATE(3925), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1495] = { + [sym__expression] = STATE(3690), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -196390,66 +196640,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1490] = { - [sym__expression] = STATE(3591), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1496] = { + [sym__expression] = STATE(3561), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LBRACK] = ACTIONS(3619), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -196472,7 +196722,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -196485,51 +196735,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1491] = { - [sym__expression] = STATE(3568), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1497] = { + [sym__expression] = STATE(3067), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1498] = { + [sym__expression] = STATE(3543), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3687), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -196554,7 +196886,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -196567,379 +196899,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1492] = { - [sym__expression] = STATE(3736), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1493] = { - [sym__expression] = STATE(3735), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1494] = { - [sym__expression] = STATE(3755), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1495] = { - [sym__expression] = STATE(3751), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1496] = { - [sym__expression] = STATE(3657), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1499] = { + [sym__expression] = STATE(3802), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -196964,7 +196968,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -196977,469 +196981,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1497] = { - [sym__expression] = STATE(3750), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1498] = { - [sym__expression] = STATE(3748), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1499] = { - [sym__expression] = STATE(3745), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, [1500] = { - [sym__expression] = STATE(3741), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1501] = { - [sym__expression] = STATE(3738), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1502] = { - [sym__expression] = STATE(3532), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [sym__expression] = STATE(3744), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -197456,146 +197050,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1503] = { - [sym__expression] = STATE(3088), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1504] = { - [sym__expression] = STATE(3532), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3681), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1501] = { + [sym__expression] = STATE(3863), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -197620,7 +197132,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -197633,379 +197145,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1505] = { - [sym__expression] = STATE(3085), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1506] = { - [sym__expression] = STATE(3017), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), - [anon_sym_LBRACK] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), - }, - [1507] = { - [sym__expression] = STATE(3078), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1508] = { - [sym__expression] = STATE(3077), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1509] = { - [sym__expression] = STATE(3585), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1502] = { + [sym__expression] = STATE(3856), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -198030,7 +197214,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -198043,215 +197227,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1510] = { - [sym__expression] = STATE(3076), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1511] = { - [sym__expression] = STATE(3074), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), + [1503] = { + [sym__expression] = STATE(2595), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(3689), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), }, - [1512] = { - [sym__expression] = STATE(3073), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1504] = { + [sym__expression] = STATE(3035), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1627), [anon_sym_BANG] = ACTIONS(1631), [anon_sym_TILDE] = ACTIONS(1631), [anon_sym_DASH] = ACTIONS(1629), [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), [anon_sym_COLON_COLON] = ACTIONS(1635), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -198276,7 +197378,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1641), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -198284,228 +197386,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(1539), [anon_sym_u8R_DQUOTE] = ACTIONS(1539), [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), + [anon_sym_new] = ACTIONS(1543), [anon_sym_requires] = ACTIONS(1545), [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1513] = { - [sym__expression] = STATE(3584), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1514] = { - [sym__expression] = STATE(2970), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), + [1505] = { + [sym__expression] = STATE(2998), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(3691), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), }, - [1515] = { - [sym__expression] = STATE(3590), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1506] = { + [sym__expression] = STATE(3742), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -198522,72 +197542,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1516] = { - [sym__expression] = STATE(3588), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1507] = { + [sym__expression] = STATE(3827), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -198604,72 +197624,318 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1517] = { - [sym__expression] = STATE(3943), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1508] = { + [sym__expression] = STATE(2683), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + }, + [1509] = { + [sym__expression] = STATE(2673), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + }, + [1510] = { + [sym__expression] = STATE(2672), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + }, + [1511] = { + [sym__expression] = STATE(3739), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -198686,236 +197952,236 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1518] = { - [sym__expression] = STATE(2969), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), + [1512] = { + [sym__expression] = STATE(2595), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), }, - [1519] = { - [sym__expression] = STATE(3068), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(3685), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [1513] = { + [sym__expression] = STATE(2670), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), }, - [1520] = { - [sym__expression] = STATE(3930), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1514] = { + [sym__expression] = STATE(3960), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -198932,392 +198198,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1521] = { - [sym__expression] = STATE(3067), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1522] = { - [sym__expression] = STATE(3066), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(3687), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1523] = { - [sym__expression] = STATE(3087), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1524] = { - [sym__expression] = STATE(3086), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1525] = { - [sym__expression] = STATE(3592), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1515] = { + [sym__expression] = STATE(3815), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -199342,7 +198280,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -199355,51 +198293,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1526] = { - [sym__expression] = STATE(3964), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1516] = { + [sym__expression] = STATE(3940), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -199424,7 +198362,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -199437,305 +198375,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1527] = { - [sym__expression] = STATE(3072), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1528] = { - [sym__expression] = STATE(3071), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1529] = { - [sym__expression] = STATE(2479), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1530] = { - [sym__expression] = STATE(3486), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1517] = { + [sym__expression] = STATE(3735), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -199752,310 +198444,638 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1531] = { - [sym__expression] = STATE(2962), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), + [1518] = { + [sym__expression] = STATE(2668), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + }, + [1519] = { + [sym__expression] = STATE(2665), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + }, + [1520] = { + [sym__expression] = STATE(2664), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + }, + [1521] = { + [sym__expression] = STATE(3728), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [1532] = { - [sym__expression] = STATE(2961), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), + [1522] = { + [sym__expression] = STATE(3725), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1523] = { + [sym__expression] = STATE(3886), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1533] = { - [sym__expression] = STATE(2683), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(3689), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), + [1524] = { + [sym__expression] = STATE(3681), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1534] = { - [sym__expression] = STATE(3598), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1525] = { + [sym__expression] = STATE(3538), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -200080,7 +199100,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -200093,141 +199113,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1535] = { - [sym__expression] = STATE(3025), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), + [1526] = { + [sym__expression] = STATE(3032), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), }, - [1536] = { - [sym__expression] = STATE(3826), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1527] = { + [sym__expression] = STATE(3557), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -200244,72 +199264,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1537] = { - [sym__expression] = STATE(3846), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1528] = { + [sym__expression] = STATE(3529), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -200326,64 +199346,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1538] = { - [sym__expression] = STATE(3749), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1529] = { + [sym__expression] = STATE(3572), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -200408,7 +199428,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -200421,59 +199441,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1539] = { - [sym__expression] = STATE(3859), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1530] = { + [sym__expression] = STATE(3583), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -200490,64 +199510,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1540] = { - [sym__expression] = STATE(3599), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1531] = { + [sym__expression] = STATE(3565), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -200572,7 +199592,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -200585,223 +199605,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1541] = { - [sym__expression] = STATE(3059), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1542] = { - [sym__expression] = STATE(3721), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1543] = { - [sym__expression] = STATE(3482), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1532] = { + [sym__expression] = STATE(3822), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -200818,72 +199674,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1544] = { - [sym__expression] = STATE(3762), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1533] = { + [sym__expression] = STATE(3928), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -200900,72 +199756,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1545] = { - [sym__expression] = STATE(3809), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(3691), + [1534] = { + [sym__expression] = STATE(2994), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1535] = { + [sym__expression] = STATE(3957), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -200982,72 +199920,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1546] = { - [sym__expression] = STATE(3445), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1536] = { + [sym__expression] = STATE(3554), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -201064,72 +200002,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1547] = { - [sym__expression] = STATE(3532), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1537] = { + [sym__expression] = STATE(3575), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -201146,64 +200084,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1548] = { - [sym__expression] = STATE(3062), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1538] = { + [sym__expression] = STATE(3703), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1539] = { + [sym__expression] = STATE(3020), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1627), [anon_sym_BANG] = ACTIONS(1631), [anon_sym_TILDE] = ACTIONS(1631), [anon_sym_DASH] = ACTIONS(1629), [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), [anon_sym_COLON_COLON] = ACTIONS(1635), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -201228,7 +200248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1641), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -201236,138 +200256,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(1539), [anon_sym_u8R_DQUOTE] = ACTIONS(1539), [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), + [anon_sym_new] = ACTIONS(1543), [anon_sym_requires] = ACTIONS(1545), [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1549] = { - [sym__expression] = STATE(2595), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(3693), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), + [1540] = { + [sym__expression] = STATE(3717), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [1550] = { - [sym__expression] = STATE(3574), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1541] = { + [sym__expression] = STATE(3551), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -201392,7 +200412,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -201405,51 +200425,543 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1551] = { - [sym__expression] = STATE(2936), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), + [1542] = { + [sym__expression] = STATE(3745), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1543] = { + [sym__expression] = STATE(3698), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1544] = { + [sym__expression] = STATE(3068), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1545] = { + [sym__expression] = STATE(2984), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1546] = { + [sym__expression] = STATE(2980), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1547] = { + [sym__expression] = STATE(2983), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1548] = { + [sym__expression] = STATE(2925), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), [sym_identifier] = ACTIONS(1585), [anon_sym_LPAREN2] = ACTIONS(1587), [anon_sym_BANG] = ACTIONS(1591), [anon_sym_TILDE] = ACTIONS(1591), [anon_sym_DASH] = ACTIONS(1589), [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), [anon_sym_COLON_COLON] = ACTIONS(1595), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1599), @@ -201474,7 +200986,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1611), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1613), [anon_sym_R_DQUOTE] = ACTIONS(1615), [anon_sym_LR_DQUOTE] = ACTIONS(1615), @@ -201487,297 +200999,543 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1611), [sym_nullptr] = ACTIONS(1611), }, + [1549] = { + [sym__expression] = STATE(2575), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(3693), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1550] = { + [sym__expression] = STATE(2667), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(3695), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + }, + [1551] = { + [sym__expression] = STATE(3034), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(3697), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, [1552] = { - [sym__expression] = STATE(3786), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [sym__expression] = STATE(3050), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), }, [1553] = { - [sym__expression] = STATE(3779), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), + [sym__expression] = STATE(3055), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(3699), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1554] = { - [sym__expression] = STATE(3040), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1554] = { + [sym__expression] = STATE(3038), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), }, [1555] = { - [sym__expression] = STATE(3778), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3915), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -201802,7 +201560,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -201816,50 +201574,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1556] = { - [sym__expression] = STATE(3734), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [sym__expression] = STATE(3532), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -201884,7 +201642,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -201898,50 +201656,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(103), }, [1557] = { - [sym__expression] = STATE(2557), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [sym__expression] = STATE(2558), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -201966,7 +201724,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -201981,49 +201739,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [1558] = { [sym__expression] = STATE(2556), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -202048,7 +201806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -202062,42 +201820,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1533), }, [1559] = { - [sym__expression] = STATE(3043), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [sym__expression] = STATE(3013), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -202130,7 +201888,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -202144,42 +201902,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [1560] = { - [sym__expression] = STATE(3045), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [sym__expression] = STATE(3030), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -202212,7 +201970,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -202226,42 +201984,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [1561] = { - [sym__expression] = STATE(3046), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [sym__expression] = STATE(3037), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -202294,7 +202052,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -202308,42 +202066,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [1562] = { - [sym__expression] = STATE(3047), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [sym__expression] = STATE(3041), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -202376,7 +202134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -202390,42 +202148,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [1563] = { - [sym__expression] = STATE(3049), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [sym__expression] = STATE(3054), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -202458,7 +202216,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -202472,42 +202230,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [1564] = { - [sym__expression] = STATE(3050), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [sym__expression] = STATE(3071), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -202540,7 +202298,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -202555,49 +202313,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [1565] = { [sym__expression] = STATE(2547), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -202622,7 +202380,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -202636,50 +202394,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1533), }, [1566] = { - [sym__expression] = STATE(2545), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [sym__expression] = STATE(2544), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -202704,7 +202462,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -202718,58 +202476,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1533), }, [1567] = { - [sym__expression] = STATE(3853), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [sym__expression] = STATE(3825), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -202786,56 +202544,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, [1568] = { - [sym__expression] = STATE(3053), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [sym__expression] = STATE(3086), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -202868,7 +202626,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -202882,706 +202640,214 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1449), }, [1569] = { - [sym__expression] = STATE(3595), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3695), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1570] = { - [sym__expression] = STATE(2990), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), - [anon_sym_LBRACK] = ACTIONS(3697), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), - }, - [1571] = { - [sym__expression] = STATE(3685), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1572] = { - [sym__expression] = STATE(3961), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1573] = { - [sym__expression] = STATE(3960), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1574] = { - [sym__expression] = STATE(3912), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [sym__expression] = STATE(3082), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1575] = { - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4244), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5431), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5173), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_parameter_list] = STATE(1088), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(4165), - [sym_template_function] = STATE(5173), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4860), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(3699), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_LT] = ACTIONS(3701), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3703), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(105), - [anon_sym_decltype] = ACTIONS(107), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1501), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), }, - [1576] = { - [sym__expression] = STATE(3958), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1570] = { + [sym__expression] = STATE(2986), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), }, - [1577] = { - [sym__expression] = STATE(2476), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1571] = { + [sym__expression] = STATE(2528), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -203606,7 +202872,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -203619,51 +202885,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1578] = { - [sym__expression] = STATE(3094), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1572] = { + [sym__expression] = STATE(3004), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1627), [anon_sym_BANG] = ACTIONS(1631), [anon_sym_TILDE] = ACTIONS(1631), [anon_sym_DASH] = ACTIONS(1629), [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), [anon_sym_COLON_COLON] = ACTIONS(1635), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -203688,7 +202954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1641), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -203696,1032 +202962,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(1539), [anon_sym_u8R_DQUOTE] = ACTIONS(1539), [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), + [anon_sym_new] = ACTIONS(1543), [anon_sym_requires] = ACTIONS(1545), [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1579] = { - [sym__expression] = STATE(3978), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1580] = { - [sym__expression] = STATE(3096), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), + [1573] = { + [sym__expression] = STATE(2630), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), [anon_sym_STAR] = ACTIONS(1425), [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_COLON_COLON] = ACTIONS(1557), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), - }, - [1581] = { - [sym__expression] = STATE(3665), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1582] = { - [sym__expression] = STATE(3941), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1583] = { - [sym__expression] = STATE(3937), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1584] = { - [sym__expression] = STATE(3743), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(3705), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1585] = { - [sym__expression] = STATE(3597), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1586] = { - [sym__expression] = STATE(3933), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1587] = { - [sym__expression] = STATE(3931), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1588] = { - [sym__expression] = STATE(3888), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1589] = { - [sym__expression] = STATE(3914), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1590] = { - [sym__expression] = STATE(3929), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), }, - [1591] = { - [sym__expression] = STATE(2617), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), + [1574] = { + [sym__expression] = STATE(2626), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), [sym_identifier] = ACTIONS(1547), [anon_sym_LPAREN2] = ACTIONS(1549), [anon_sym_BANG] = ACTIONS(1553), @@ -204731,7 +203095,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1425), [anon_sym_AMP] = ACTIONS(1425), [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LBRACK] = ACTIONS(3701), [sym_primitive_type] = ACTIONS(1561), [anon_sym_not] = ACTIONS(1551), [anon_sym_compl] = ACTIONS(1551), @@ -204754,7 +203118,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1575), [anon_sym_R_DQUOTE] = ACTIONS(1577), [anon_sym_LR_DQUOTE] = ACTIONS(1577), @@ -204767,141 +203131,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1573), [sym_nullptr] = ACTIONS(1573), }, - [1592] = { - [sym__expression] = STATE(3715), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(3707), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), + [1575] = { + [sym__expression] = STATE(3974), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1593] = { - [sym__expression] = STATE(3946), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), + [1576] = { + [sym__expression] = STATE(3962), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(3703), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -204918,154 +203282,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1594] = { - [sym__expression] = STATE(3714), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1595] = { - [sym__expression] = STATE(3992), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1577] = { + [sym__expression] = STATE(3829), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -205082,72 +203364,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1596] = { - [sym__expression] = STATE(2485), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1578] = { + [sym__expression] = STATE(2989), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), [sym_number_literal] = ACTIONS(1527), [anon_sym_L_SQUOTE] = ACTIONS(1529), [anon_sym_u_SQUOTE] = ACTIONS(1529), @@ -205164,64 +203446,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), [anon_sym_uR_DQUOTE] = ACTIONS(1539), [anon_sym_UR_DQUOTE] = ACTIONS(1539), [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_co_await] = ACTIONS(1643), [anon_sym_new] = ACTIONS(1543), [anon_sym_requires] = ACTIONS(1545), [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1597] = { - [sym__expression] = STATE(2483), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(3709), + [1579] = { + [sym__expression] = STATE(3843), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1580] = { + [sym__expression] = STATE(2539), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(3705), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -205246,7 +203610,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -205259,51 +203623,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1598] = { - [sym__expression] = STATE(2483), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1581] = { + [sym__expression] = STATE(2539), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -205328,7 +203692,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -205341,289 +203705,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1599] = { - [sym__expression] = STATE(3938), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1600] = { - [sym__expression] = STATE(2669), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - }, - [1601] = { - [sym__expression] = STATE(3894), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1602] = { - [sym__expression] = STATE(2695), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), + [1582] = { + [sym__expression] = STATE(2681), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), [sym_identifier] = ACTIONS(1547), [anon_sym_LPAREN2] = ACTIONS(1549), [anon_sym_BANG] = ACTIONS(1553), @@ -205656,7 +203774,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1575), [anon_sym_R_DQUOTE] = ACTIONS(1577), [anon_sym_LR_DQUOTE] = ACTIONS(1577), @@ -205669,43 +203787,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1573), [sym_nullptr] = ACTIONS(1573), }, - [1603] = { - [sym__expression] = STATE(2696), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), + [1583] = { + [sym__expression] = STATE(2677), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), [sym_identifier] = ACTIONS(1547), [anon_sym_LPAREN2] = ACTIONS(1549), [anon_sym_BANG] = ACTIONS(1553), @@ -205738,7 +203856,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1575), [anon_sym_R_DQUOTE] = ACTIONS(1577), [anon_sym_LR_DQUOTE] = ACTIONS(1577), @@ -205751,125 +203869,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1573), [sym_nullptr] = ACTIONS(1573), }, - [1604] = { - [sym__expression] = STATE(2703), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), + [1584] = { + [sym__expression] = STATE(3553), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1605] = { - [sym__expression] = STATE(2704), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), + [1585] = { + [sym__expression] = STATE(2663), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), [sym_identifier] = ACTIONS(1547), [anon_sym_LPAREN2] = ACTIONS(1549), [anon_sym_BANG] = ACTIONS(1553), @@ -205902,7 +204020,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1575), [anon_sym_R_DQUOTE] = ACTIONS(1577), [anon_sym_LR_DQUOTE] = ACTIONS(1577), @@ -205915,207 +204033,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1573), [sym_nullptr] = ACTIONS(1573), }, - [1606] = { - [sym__expression] = STATE(3723), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), + [1586] = { + [sym__expression] = STATE(2479), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), }, - [1607] = { - [sym__expression] = STATE(2702), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), + [1587] = { + [sym__expression] = STATE(2506), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(3707), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), }, - [1608] = { - [sym__expression] = STATE(2701), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), + [1588] = { + [sym__expression] = STATE(2662), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), [sym_identifier] = ACTIONS(1547), [anon_sym_LPAREN2] = ACTIONS(1549), [anon_sym_BANG] = ACTIONS(1553), @@ -206148,7 +204266,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1575), [anon_sym_R_DQUOTE] = ACTIONS(1577), [anon_sym_LR_DQUOTE] = ACTIONS(1577), @@ -206161,133 +204279,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1573), [sym_nullptr] = ACTIONS(1573), }, - [1609] = { - [sym__expression] = STATE(3777), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1610] = { - [sym__expression] = STATE(3876), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1589] = { + [sym__expression] = STATE(3756), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -206312,7 +204348,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -206325,133 +204361,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1611] = { - [sym__expression] = STATE(2960), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), - }, - [1612] = { - [sym__expression] = STATE(3890), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1590] = { + [sym__expression] = STATE(3634), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -206462,988 +204416,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - }, - [1613] = { - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4241), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5405), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5173), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_parameter_list] = STATE(1086), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(4165), - [sym_template_function] = STATE(5173), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4860), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(3699), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_LT] = ACTIONS(3701), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3703), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(105), - [anon_sym_decltype] = ACTIONS(107), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1501), - }, - [1614] = { - [sym__expression] = STATE(2700), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - }, - [1615] = { - [sym__expression] = STATE(2699), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - }, - [1616] = { - [sym__expression] = STATE(2963), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), - }, - [1617] = { - [sym__expression] = STATE(2698), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - }, - [1618] = { - [sym__expression] = STATE(3660), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1619] = { - [sym__expression] = STATE(2964), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), - }, - [1620] = { - [sym__expression] = STATE(2965), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), - }, - [1621] = { - [sym__expression] = STATE(2966), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), - }, - [1622] = { - [sym__expression] = STATE(2967), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), - }, - [1623] = { - [sym__expression] = STATE(2968), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1624] = { - [sym__expression] = STATE(3776), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1591] = { + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4195), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5298), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5040), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_parameter_list] = STATE(1083), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(4125), + [sym_template_function] = STATE(5040), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4806), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(3681), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_LT] = ACTIONS(3683), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(3685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1673), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(2886), + [anon_sym_enum] = ACTIONS(63), + [anon_sym_class] = ACTIONS(65), + [anon_sym_struct] = ACTIONS(67), + [anon_sym_union] = ACTIONS(69), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(105), + [anon_sym_decltype] = ACTIONS(107), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(1501), + }, + [1592] = { + [sym__expression] = STATE(3803), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -207460,146 +204594,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1625] = { - [sym__expression] = STATE(2697), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), + [1593] = { + [sym__expression] = STATE(3805), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1626] = { - [sym__expression] = STATE(3840), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1594] = { + [sym__expression] = STATE(3830), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -207624,7 +204758,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -207637,51 +204771,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1627] = { - [sym__expression] = STATE(3868), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1595] = { + [sym__expression] = STATE(3639), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -207706,7 +204840,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -207719,141 +204853,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1628] = { - [sym__expression] = STATE(2694), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - }, - [1629] = { - [sym__expression] = STATE(3772), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1596] = { + [sym__expression] = STATE(3795), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -207870,154 +204922,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1630] = { - [sym__expression] = STATE(3717), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1631] = { - [sym__expression] = STATE(3771), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1597] = { + [sym__expression] = STATE(3663), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -208034,72 +205004,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1632] = { - [sym__expression] = STATE(3975), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1598] = { + [sym__expression] = STATE(3775), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -208116,64 +205086,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1633] = { - [sym__expression] = STATE(3732), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1599] = { + [sym__expression] = STATE(3006), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1600] = { + [sym__expression] = STATE(3746), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -208198,7 +205250,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -208211,53 +205263,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1634] = { - [sym__expression] = STATE(2928), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), + [1601] = { + [sym__expression] = STATE(2968), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), [sym_identifier] = ACTIONS(1585), [anon_sym_LPAREN2] = ACTIONS(1587), [anon_sym_BANG] = ACTIONS(1591), [anon_sym_TILDE] = ACTIONS(1591), [anon_sym_DASH] = ACTIONS(1589), [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LBRACK] = ACTIONS(3709), [sym_primitive_type] = ACTIONS(1599), [anon_sym_not] = ACTIONS(1589), [anon_sym_compl] = ACTIONS(1589), @@ -208280,7 +205332,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1611), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1613), [anon_sym_R_DQUOTE] = ACTIONS(1615), [anon_sym_LR_DQUOTE] = ACTIONS(1615), @@ -208293,215 +205345,297 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1611), [sym_nullptr] = ACTIONS(1611), }, - [1635] = { - [sym__expression] = STATE(3693), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(3711), + [1602] = { + [sym__expression] = STATE(2967), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), }, - [1636] = { - [sym__expression] = STATE(3064), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(1635), + [1603] = { + [sym__expression] = STATE(3780), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_compl] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_sizeof] = ACTIONS(1639), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1643), - [anon_sym_new] = ACTIONS(1645), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1637] = { - [sym__expression] = STATE(3886), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1604] = { + [sym__expression] = STATE(3007), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1605] = { + [sym__expression] = STATE(3580), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -208526,7 +205660,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -208539,59 +205673,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1638] = { - [sym__expression] = STATE(3884), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1606] = { + [sym__expression] = STATE(3660), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1607] = { + [sym__expression] = STATE(3954), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -208608,72 +205824,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1639] = { - [sym__expression] = STATE(3482), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1608] = { + [sym__expression] = STATE(3860), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -208690,64 +205906,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1640] = { - [sym__expression] = STATE(3858), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1609] = { + [sym__expression] = STATE(3819), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -208772,7 +205988,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -208785,59 +206001,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1641] = { - [sym__expression] = STATE(3832), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1610] = { + [sym__expression] = STATE(3970), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -208854,72 +206070,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1642] = { - [sym__expression] = STATE(3486), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1611] = { + [sym__expression] = STATE(3914), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -208936,72 +206152,318 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1643] = { - [sym__expression] = STATE(3763), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1612] = { + [sym__expression] = STATE(2553), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1613] = { + [sym__expression] = STATE(2552), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1614] = { + [sym__expression] = STATE(2551), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1615] = { + [sym__expression] = STATE(3558), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -209018,66 +206480,230 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1644] = { - [sym__expression] = STATE(2953), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), + [1616] = { + [sym__expression] = STATE(2981), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1617] = { + [sym__expression] = STATE(3066), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1629), + [anon_sym_compl] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1637), + [anon_sym_PLUS_PLUS] = ACTIONS(1637), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1643), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1618] = { + [sym__expression] = STATE(2961), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), [sym_identifier] = ACTIONS(1585), [anon_sym_LPAREN2] = ACTIONS(1587), [anon_sym_BANG] = ACTIONS(1591), [anon_sym_TILDE] = ACTIONS(1591), [anon_sym_DASH] = ACTIONS(1589), [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LBRACK] = ACTIONS(3711), [sym_primitive_type] = ACTIONS(1599), [anon_sym_not] = ACTIONS(1589), [anon_sym_compl] = ACTIONS(1589), @@ -209100,7 +206726,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1611), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1613), [anon_sym_R_DQUOTE] = ACTIONS(1615), [anon_sym_LR_DQUOTE] = ACTIONS(1615), @@ -209113,53 +206739,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1611), [sym_nullptr] = ACTIONS(1611), }, - [1645] = { - [sym__expression] = STATE(2488), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1619] = { + [sym__expression] = STATE(2550), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(3713), + [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(1509), [anon_sym_compl] = ACTIONS(1509), @@ -209182,7 +206808,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -209195,51 +206821,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1646] = { - [sym__expression] = STATE(3954), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1620] = { + [sym__expression] = STATE(3667), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -209264,7 +206890,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -209277,59 +206903,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1647] = { - [sym__expression] = STATE(3837), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1621] = { + [sym__expression] = STATE(2524), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1622] = { + [sym__expression] = STATE(3806), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -209346,64 +207054,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1648] = { - [sym__expression] = STATE(2495), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), + [1623] = { + [sym__expression] = STATE(2549), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), [sym_identifier] = ACTIONS(1503), [anon_sym_LPAREN2] = ACTIONS(1507), [anon_sym_BANG] = ACTIONS(1511), [anon_sym_TILDE] = ACTIONS(1511), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -209428,7 +207136,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1537), [anon_sym_R_DQUOTE] = ACTIONS(1539), [anon_sym_LR_DQUOTE] = ACTIONS(1539), @@ -209441,59 +207149,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1533), [sym_nullptr] = ACTIONS(1533), }, - [1649] = { - [sym__expression] = STATE(3728), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1624] = { + [sym__expression] = STATE(3538), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -209510,72 +207218,318 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1650] = { - [sym__expression] = STATE(3909), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1625] = { + [sym__expression] = STATE(3658), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(3713), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1626] = { + [sym__expression] = STATE(3532), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1627] = { + [sym__expression] = STATE(2548), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + }, + [1628] = { + [sym__expression] = STATE(3543), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -209592,72 +207546,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1651] = { - [sym__expression] = STATE(3817), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1629] = { + [sym__expression] = STATE(3083), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1630] = { + [sym__expression] = STATE(3680), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -209674,72 +207710,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1652] = { - [sym__expression] = STATE(3949), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1631] = { + [sym__expression] = STATE(3677), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -209756,64 +207792,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1653] = { - [sym__expression] = STATE(3917), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1632] = { + [sym__expression] = STATE(3799), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -209838,7 +207874,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -209851,141 +207887,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1654] = { - [sym__expression] = STATE(3650), - [sym_conditional_expression] = STATE(3959), - [sym_assignment_expression] = STATE(3959), - [sym_pointer_expression] = STATE(3018), - [sym_unary_expression] = STATE(3959), - [sym_binary_expression] = STATE(3959), - [sym_update_expression] = STATE(3959), - [sym_cast_expression] = STATE(3959), - [sym_sizeof_expression] = STATE(3959), - [sym_subscript_expression] = STATE(3018), - [sym_call_expression] = STATE(3018), - [sym_field_expression] = STATE(3018), - [sym_compound_literal_expression] = STATE(3959), - [sym_parenthesized_expression] = STATE(3018), - [sym_char_literal] = STATE(3733), - [sym_concatenated_string] = STATE(3733), - [sym_string_literal] = STATE(3019), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6339), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3959), - [sym_raw_string_literal] = STATE(3019), - [sym_co_await_expression] = STATE(3959), - [sym_new_expression] = STATE(3959), - [sym_delete_expression] = STATE(3959), - [sym_requires_clause] = STATE(3959), - [sym_requires_expression] = STATE(3959), - [sym_lambda_expression] = STATE(3959), - [sym_lambda_capture_specifier] = STATE(4892), - [sym_fold_expression] = STATE(3959), - [sym_parameter_pack_expansion] = STATE(3959), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3018), - [sym_qualified_type_identifier] = STATE(6339), - [sym_user_defined_literal] = STATE(3959), - [sym_identifier] = ACTIONS(2991), - [anon_sym_LPAREN2] = ACTIONS(2430), - [anon_sym_BANG] = ACTIONS(2432), - [anon_sym_TILDE] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2434), - [anon_sym_PLUS] = ACTIONS(2434), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(2438), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(2434), - [anon_sym_compl] = ACTIONS(2434), - [anon_sym_DASH_DASH] = ACTIONS(2452), - [anon_sym_PLUS_PLUS] = ACTIONS(2452), - [anon_sym_sizeof] = ACTIONS(2454), - [sym_number_literal] = ACTIONS(2456), - [anon_sym_L_SQUOTE] = ACTIONS(2458), - [anon_sym_u_SQUOTE] = ACTIONS(2458), - [anon_sym_U_SQUOTE] = ACTIONS(2458), - [anon_sym_u8_SQUOTE] = ACTIONS(2458), - [anon_sym_SQUOTE] = ACTIONS(2458), - [anon_sym_L_DQUOTE] = ACTIONS(2460), - [anon_sym_u_DQUOTE] = ACTIONS(2460), - [anon_sym_U_DQUOTE] = ACTIONS(2460), - [anon_sym_u8_DQUOTE] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2460), - [sym_true] = ACTIONS(2462), - [sym_false] = ACTIONS(2462), - [sym_null] = ACTIONS(2462), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(2472), - [anon_sym_R_DQUOTE] = ACTIONS(2474), - [anon_sym_LR_DQUOTE] = ACTIONS(2474), - [anon_sym_uR_DQUOTE] = ACTIONS(2474), - [anon_sym_UR_DQUOTE] = ACTIONS(2474), - [anon_sym_u8R_DQUOTE] = ACTIONS(2474), - [anon_sym_co_await] = ACTIONS(2476), - [anon_sym_new] = ACTIONS(2478), - [anon_sym_requires] = ACTIONS(2480), - [sym_this] = ACTIONS(2462), - [sym_nullptr] = ACTIONS(2462), - }, - [1655] = { - [sym__expression] = STATE(3898), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1633] = { + [sym__expression] = STATE(3922), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -210002,154 +207956,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1656] = { - [sym__expression] = STATE(2929), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), + [1634] = { + [sym__expression] = STATE(3882), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), - }, - [1657] = { - [sym__expression] = STATE(3957), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK] = ACTIONS(3715), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -210166,148 +208038,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1658] = { - [sym__expression] = STATE(2573), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(3717), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - }, - [1659] = { - [sym__expression] = STATE(3589), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1635] = { + [sym__expression] = STATE(3873), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3598), + [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -210330,7 +208120,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -210343,59 +208133,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1660] = { - [sym__expression] = STATE(3952), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1636] = { + [sym__expression] = STATE(3832), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -210412,72 +208202,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1661] = { - [sym__expression] = STATE(3623), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1637] = { + [sym__expression] = STATE(3821), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -210494,64 +208284,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1662] = { - [sym__expression] = STATE(3445), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1638] = { + [sym__expression] = STATE(3818), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -210576,7 +208366,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -210589,135 +208379,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1663] = { - [sym__expression] = STATE(2626), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), + [1639] = { + [sym__expression] = STATE(3084), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), [anon_sym_STAR] = ACTIONS(1425), [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(3719), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), }, - [1664] = { - [sym__expression] = STATE(3851), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1640] = { + [sym__expression] = STATE(3567), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LBRACK] = ACTIONS(3715), [sym_primitive_type] = ACTIONS(1521), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -210740,7 +208530,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -210753,59 +208543,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1665] = { - [sym__expression] = STATE(3692), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1641] = { + [sym__expression] = STATE(3809), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -210822,72 +208612,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1666] = { - [sym__expression] = STATE(3974), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1642] = { + [sym__expression] = STATE(3808), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -210904,72 +208694,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1667] = { - [sym__expression] = STATE(3866), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1643] = { + [sym__expression] = STATE(3897), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -210986,228 +208776,228 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1668] = { - [sym__expression] = STATE(3849), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1644] = { + [sym__expression] = STATE(2543), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), }, - [1669] = { - [sym__expression] = STATE(3764), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1645] = { + [sym__expression] = STATE(2477), + [sym_conditional_expression] = STATE(2487), + [sym_assignment_expression] = STATE(2487), + [sym_pointer_expression] = STATE(2496), + [sym_unary_expression] = STATE(2487), + [sym_binary_expression] = STATE(2487), + [sym_update_expression] = STATE(2487), + [sym_cast_expression] = STATE(2487), + [sym_sizeof_expression] = STATE(2487), + [sym_subscript_expression] = STATE(2496), + [sym_call_expression] = STATE(2496), + [sym_field_expression] = STATE(2496), + [sym_compound_literal_expression] = STATE(2487), + [sym_parenthesized_expression] = STATE(2496), + [sym_char_literal] = STATE(2451), + [sym_concatenated_string] = STATE(2451), + [sym_string_literal] = STATE(1778), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6419), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2487), + [sym_raw_string_literal] = STATE(1778), + [sym_co_await_expression] = STATE(2487), + [sym_new_expression] = STATE(2487), + [sym_delete_expression] = STATE(2487), + [sym_requires_clause] = STATE(2487), + [sym_requires_expression] = STATE(2487), + [sym_lambda_expression] = STATE(2487), + [sym_lambda_capture_specifier] = STATE(4791), + [sym_fold_expression] = STATE(2487), + [sym_parameter_pack_expansion] = STATE(2487), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2496), + [sym_qualified_type_identifier] = STATE(6419), + [sym_user_defined_literal] = STATE(2487), + [sym_identifier] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_TILDE] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(1515), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [anon_sym_not] = ACTIONS(1509), + [anon_sym_compl] = ACTIONS(1509), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1525), + [sym_number_literal] = ACTIONS(1527), + [anon_sym_L_SQUOTE] = ACTIONS(1529), + [anon_sym_u_SQUOTE] = ACTIONS(1529), + [anon_sym_U_SQUOTE] = ACTIONS(1529), + [anon_sym_u8_SQUOTE] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1529), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_requires] = ACTIONS(1545), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), }, - [1670] = { - [sym__expression] = STATE(3829), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1646] = { + [sym__expression] = STATE(3941), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -211232,7 +209022,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -211245,59 +209035,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1671] = { - [sym__expression] = STATE(3980), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1647] = { + [sym__expression] = STATE(3945), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -211314,64 +209104,474 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1672] = { - [sym__expression] = STATE(3907), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1648] = { + [sym__expression] = STATE(2958), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1649] = { + [sym__expression] = STATE(2956), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1650] = { + [sym__expression] = STATE(3023), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(1623), + [anon_sym_LPAREN2] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1423), + [anon_sym_compl] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1447), + [anon_sym_u_DQUOTE] = ACTIONS(1447), + [anon_sym_U_DQUOTE] = ACTIONS(1447), + [anon_sym_u8_DQUOTE] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym_true] = ACTIONS(1449), + [sym_false] = ACTIONS(1449), + [sym_null] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1453), + [anon_sym_R_DQUOTE] = ACTIONS(1455), + [anon_sym_LR_DQUOTE] = ACTIONS(1455), + [anon_sym_uR_DQUOTE] = ACTIONS(1455), + [anon_sym_UR_DQUOTE] = ACTIONS(1455), + [anon_sym_u8R_DQUOTE] = ACTIONS(1455), + [anon_sym_co_await] = ACTIONS(1457), + [anon_sym_new] = ACTIONS(1459), + [anon_sym_requires] = ACTIONS(1461), + [sym_this] = ACTIONS(1449), + [sym_nullptr] = ACTIONS(1449), + }, + [1651] = { + [sym__expression] = STATE(2955), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1652] = { + [sym__expression] = STATE(2954), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1653] = { + [sym__expression] = STATE(3550), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -211396,7 +209596,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -211409,141 +209609,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1673] = { - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4236), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5441), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5173), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_parameter_list] = STATE(1082), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(4165), - [sym_template_function] = STATE(5173), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4860), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(3699), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_LT] = ACTIONS(3701), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3703), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(105), - [anon_sym_decltype] = ACTIONS(107), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1501), - }, - [1674] = { - [sym__expression] = STATE(3807), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1654] = { + [sym__expression] = STATE(3946), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -211560,154 +209678,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1675] = { - [sym__expression] = STATE(3971), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1655] = { + [sym__expression] = STATE(2957), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), }, - [1676] = { - [sym__expression] = STATE(3983), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1656] = { + [sym__expression] = STATE(3948), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -211724,72 +209842,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1677] = { - [sym__expression] = STATE(3988), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1657] = { + [sym__expression] = STATE(3949), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -211806,64 +209924,392 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1678] = { - [sym__expression] = STATE(3606), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1658] = { + [sym__expression] = STATE(2950), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1659] = { + [sym__expression] = STATE(2949), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1660] = { + [sym__expression] = STATE(2953), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1661] = { + [sym__expression] = STATE(3761), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1662] = { + [sym__expression] = STATE(3934), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -211888,7 +210334,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -211901,59 +210347,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1679] = { - [sym__expression] = STATE(3993), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1663] = { + [sym__expression] = STATE(3543), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -211970,72 +210416,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1680] = { - [sym__expression] = STATE(3843), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1664] = { + [sym__expression] = STATE(3883), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -212052,236 +210498,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1681] = { - [sym__expression] = STATE(2595), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - }, - [1682] = { - [sym__expression] = STATE(2673), - [sym_conditional_expression] = STATE(2712), - [sym_assignment_expression] = STATE(2712), - [sym_pointer_expression] = STATE(2709), - [sym_unary_expression] = STATE(2712), - [sym_binary_expression] = STATE(2712), - [sym_update_expression] = STATE(2712), - [sym_cast_expression] = STATE(2712), - [sym_sizeof_expression] = STATE(2712), - [sym_subscript_expression] = STATE(2709), - [sym_call_expression] = STATE(2709), - [sym_field_expression] = STATE(2709), - [sym_compound_literal_expression] = STATE(2712), - [sym_parenthesized_expression] = STATE(2709), - [sym_char_literal] = STATE(2584), - [sym_concatenated_string] = STATE(2584), - [sym_string_literal] = STATE(1796), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6562), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2712), - [sym_raw_string_literal] = STATE(1796), - [sym_co_await_expression] = STATE(2712), - [sym_new_expression] = STATE(2712), - [sym_delete_expression] = STATE(2712), - [sym_requires_clause] = STATE(2712), - [sym_requires_expression] = STATE(2712), - [sym_lambda_expression] = STATE(2712), - [sym_lambda_capture_specifier] = STATE(4861), - [sym_fold_expression] = STATE(2712), - [sym_parameter_pack_expansion] = STATE(2712), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2709), - [sym_qualified_type_identifier] = STATE(6562), - [sym_user_defined_literal] = STATE(2712), - [sym_identifier] = ACTIONS(1547), - [anon_sym_LPAREN2] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_compl] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1569), - [anon_sym_u_SQUOTE] = ACTIONS(1569), - [anon_sym_U_SQUOTE] = ACTIONS(1569), - [anon_sym_u8_SQUOTE] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1569), - [anon_sym_L_DQUOTE] = ACTIONS(1571), - [anon_sym_u_DQUOTE] = ACTIONS(1571), - [anon_sym_U_DQUOTE] = ACTIONS(1571), - [anon_sym_u8_DQUOTE] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1571), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1575), - [anon_sym_R_DQUOTE] = ACTIONS(1577), - [anon_sym_LR_DQUOTE] = ACTIONS(1577), - [anon_sym_uR_DQUOTE] = ACTIONS(1577), - [anon_sym_UR_DQUOTE] = ACTIONS(1577), - [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1581), - [anon_sym_requires] = ACTIONS(1583), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - }, - [1683] = { - [sym__expression] = STATE(3885), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1665] = { + [sym__expression] = STATE(3823), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -212298,72 +210580,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1684] = { - [sym__expression] = STATE(3979), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1666] = { + [sym__expression] = STATE(3833), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -212380,154 +210662,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1685] = { - [sym__expression] = STATE(3947), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1667] = { + [sym__expression] = STATE(2952), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), - [anon_sym_R_DQUOTE] = ACTIONS(137), - [anon_sym_LR_DQUOTE] = ACTIONS(137), - [anon_sym_uR_DQUOTE] = ACTIONS(137), - [anon_sym_UR_DQUOTE] = ACTIONS(137), - [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), - [anon_sym_requires] = ACTIONS(143), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), }, - [1686] = { - [sym__expression] = STATE(3767), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1668] = { + [sym__expression] = STATE(3643), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -212544,72 +210826,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1687] = { - [sym__expression] = STATE(3895), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1669] = { + [sym__expression] = STATE(3759), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -212626,72 +210908,236 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1688] = { - [sym__expression] = STATE(3913), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1670] = { + [sym__expression] = STATE(2939), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1671] = { + [sym__expression] = STATE(2951), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1672] = { + [sym__expression] = STATE(3529), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -212708,72 +211154,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1689] = { - [sym__expression] = STATE(3747), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1673] = { + [sym__expression] = STATE(3755), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1674] = { + [sym__expression] = STATE(3906), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -212790,72 +211318,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1690] = { - [sym__expression] = STATE(3770), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1675] = { + [sym__expression] = STATE(2948), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1676] = { + [sym__expression] = STATE(3828), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -212872,72 +211482,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1691] = { - [sym__expression] = STATE(3942), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1677] = { + [sym__expression] = STATE(3881), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -212954,72 +211564,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1692] = { - [sym__expression] = STATE(3972), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1678] = { + [sym__expression] = STATE(3865), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -213036,72 +211646,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1693] = { - [sym__expression] = STATE(3774), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(41), + [1679] = { + [sym__expression] = STATE(3840), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -213118,56 +211728,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(121), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(139), - [anon_sym_new] = ACTIONS(141), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1694] = { - [sym__expression] = STATE(3013), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1680] = { + [sym__expression] = STATE(2978), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(1589), + [anon_sym_compl] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1601), + [anon_sym_PLUS_PLUS] = ACTIONS(1601), + [anon_sym_sizeof] = ACTIONS(1603), + [sym_number_literal] = ACTIONS(1605), + [anon_sym_L_SQUOTE] = ACTIONS(1607), + [anon_sym_u_SQUOTE] = ACTIONS(1607), + [anon_sym_U_SQUOTE] = ACTIONS(1607), + [anon_sym_u8_SQUOTE] = ACTIONS(1607), + [anon_sym_SQUOTE] = ACTIONS(1607), + [anon_sym_L_DQUOTE] = ACTIONS(1609), + [anon_sym_u_DQUOTE] = ACTIONS(1609), + [anon_sym_U_DQUOTE] = ACTIONS(1609), + [anon_sym_u8_DQUOTE] = ACTIONS(1609), + [anon_sym_DQUOTE] = ACTIONS(1609), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_R_DQUOTE] = ACTIONS(1615), + [anon_sym_LR_DQUOTE] = ACTIONS(1615), + [anon_sym_uR_DQUOTE] = ACTIONS(1615), + [anon_sym_UR_DQUOTE] = ACTIONS(1615), + [anon_sym_u8R_DQUOTE] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1617), + [anon_sym_new] = ACTIONS(1619), + [anon_sym_requires] = ACTIONS(1621), + [sym_this] = ACTIONS(1611), + [sym_nullptr] = ACTIONS(1611), + }, + [1681] = { + [sym__expression] = STATE(3064), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -213200,7 +211892,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -213213,51 +211905,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1695] = { - [sym__expression] = STATE(3880), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1682] = { + [sym__expression] = STATE(3846), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -213282,7 +211974,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -213295,51 +211987,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1696] = { - [sym__expression] = STATE(3787), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1683] = { + [sym__expression] = STATE(3841), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -213364,7 +212056,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -213377,208 +212069,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1697] = { - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4216), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_ms_based_modifier] = STATE(6985), - [sym__declarator] = STATE(5377), - [sym_parenthesized_declarator] = STATE(5173), - [sym_attributed_declarator] = STATE(5173), - [sym_pointer_declarator] = STATE(5173), - [sym_function_declarator] = STATE(5173), - [sym_array_declarator] = STATE(5173), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_parameter_list] = STATE(1084), - [sym_reference_declarator] = STATE(5173), - [sym_structured_binding_declarator] = STATE(5173), - [sym_template_type] = STATE(4165), - [sym_template_function] = STATE(5173), - [sym_destructor_name] = STATE(5173), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4860), - [sym_qualified_identifier] = STATE(5173), - [sym_qualified_type_identifier] = STATE(3551), - [sym_operator_name] = STATE(5173), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(3699), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_LT] = ACTIONS(3701), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3703), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_static] = ACTIONS(55), - [anon_sym_register] = ACTIONS(55), - [anon_sym_inline] = ACTIONS(55), - [anon_sym_thread_local] = ACTIONS(55), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_mutable] = ACTIONS(57), - [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_constinit] = ACTIONS(57), - [anon_sym_consteval] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(105), - [anon_sym_decltype] = ACTIONS(107), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_operator] = ACTIONS(1501), - }, - [1698] = { - [sym__expression] = STATE(3082), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), - }, - [1699] = { - [sym__expression] = STATE(2986), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(3721), + [1684] = { + [sym__expression] = STATE(3064), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), + [sym_identifier] = ACTIONS(3717), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), [anon_sym_TILDE] = ACTIONS(1421), @@ -213610,7 +212138,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -213623,53 +212151,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1700] = { - [sym__expression] = STATE(2959), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), + [1685] = { + [sym__expression] = STATE(2974), + [sym_conditional_expression] = STATE(2991), + [sym_assignment_expression] = STATE(2991), + [sym_pointer_expression] = STATE(2985), + [sym_unary_expression] = STATE(2991), + [sym_binary_expression] = STATE(2991), + [sym_update_expression] = STATE(2991), + [sym_cast_expression] = STATE(2991), + [sym_sizeof_expression] = STATE(2991), + [sym_subscript_expression] = STATE(2985), + [sym_call_expression] = STATE(2985), + [sym_field_expression] = STATE(2985), + [sym_compound_literal_expression] = STATE(2991), + [sym_parenthesized_expression] = STATE(2985), + [sym_char_literal] = STATE(2972), + [sym_concatenated_string] = STATE(2972), + [sym_string_literal] = STATE(1819), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6178), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2991), + [sym_raw_string_literal] = STATE(1819), + [sym_co_await_expression] = STATE(2991), + [sym_new_expression] = STATE(2991), + [sym_delete_expression] = STATE(2991), + [sym_requires_clause] = STATE(2991), + [sym_requires_expression] = STATE(2991), + [sym_lambda_expression] = STATE(2991), + [sym_lambda_capture_specifier] = STATE(4789), + [sym_fold_expression] = STATE(2991), + [sym_parameter_pack_expansion] = STATE(2991), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(2985), + [sym_qualified_type_identifier] = STATE(6178), + [sym_user_defined_literal] = STATE(2991), [sym_identifier] = ACTIONS(1585), [anon_sym_LPAREN2] = ACTIONS(1587), [anon_sym_BANG] = ACTIONS(1591), [anon_sym_TILDE] = ACTIONS(1591), [anon_sym_DASH] = ACTIONS(1589), [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(3723), + [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1599), [anon_sym_not] = ACTIONS(1589), [anon_sym_compl] = ACTIONS(1589), @@ -213692,7 +212220,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1611), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1613), [anon_sym_R_DQUOTE] = ACTIONS(1615), [anon_sym_LR_DQUOTE] = ACTIONS(1615), @@ -213705,141 +212233,1043 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1611), [sym_nullptr] = ACTIONS(1611), }, - [1701] = { - [sym__expression] = STATE(2986), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), + [1686] = { + [sym__expression] = STATE(3854), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1687] = { + [sym__expression] = STATE(3738), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(3719), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1688] = { + [sym__expression] = STATE(3903), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1689] = { + [sym__expression] = STATE(3800), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1690] = { + [sym__expression] = STATE(2603), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), [anon_sym_STAR] = ACTIONS(1425), [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_COLON_COLON] = ACTIONS(1557), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), }, - [1702] = { - [sym__expression] = STATE(3950), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), + [1691] = { + [sym__expression] = STATE(3689), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1692] = { + [sym__expression] = STATE(3769), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1693] = { + [sym__expression] = STATE(2619), + [sym_conditional_expression] = STATE(2726), + [sym_assignment_expression] = STATE(2726), + [sym_pointer_expression] = STATE(2731), + [sym_unary_expression] = STATE(2726), + [sym_binary_expression] = STATE(2726), + [sym_update_expression] = STATE(2726), + [sym_cast_expression] = STATE(2726), + [sym_sizeof_expression] = STATE(2726), + [sym_subscript_expression] = STATE(2731), + [sym_call_expression] = STATE(2731), + [sym_field_expression] = STATE(2731), + [sym_compound_literal_expression] = STATE(2726), + [sym_parenthesized_expression] = STATE(2731), + [sym_char_literal] = STATE(2585), + [sym_concatenated_string] = STATE(2585), + [sym_string_literal] = STATE(1795), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6474), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(2726), + [sym_raw_string_literal] = STATE(1795), + [sym_co_await_expression] = STATE(2726), + [sym_new_expression] = STATE(2726), + [sym_delete_expression] = STATE(2726), + [sym_requires_clause] = STATE(2726), + [sym_requires_expression] = STATE(2726), + [sym_lambda_expression] = STATE(2726), + [sym_lambda_capture_specifier] = STATE(4788), + [sym_fold_expression] = STATE(2726), + [sym_parameter_pack_expansion] = STATE(2726), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2731), + [sym_qualified_type_identifier] = STATE(6474), + [sym_user_defined_literal] = STATE(2726), + [sym_identifier] = ACTIONS(1547), + [anon_sym_LPAREN2] = ACTIONS(1549), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_COLON_COLON] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_not] = ACTIONS(1551), + [anon_sym_compl] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1569), + [anon_sym_u_SQUOTE] = ACTIONS(1569), + [anon_sym_U_SQUOTE] = ACTIONS(1569), + [anon_sym_u8_SQUOTE] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1569), + [anon_sym_L_DQUOTE] = ACTIONS(1571), + [anon_sym_u_DQUOTE] = ACTIONS(1571), + [anon_sym_U_DQUOTE] = ACTIONS(1571), + [anon_sym_u8_DQUOTE] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(1575), + [anon_sym_R_DQUOTE] = ACTIONS(1577), + [anon_sym_LR_DQUOTE] = ACTIONS(1577), + [anon_sym_uR_DQUOTE] = ACTIONS(1577), + [anon_sym_UR_DQUOTE] = ACTIONS(1577), + [anon_sym_u8R_DQUOTE] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1579), + [anon_sym_new] = ACTIONS(1581), + [anon_sym_requires] = ACTIONS(1583), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + }, + [1694] = { + [sym__expression] = STATE(3870), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1695] = { + [sym__expression] = STATE(3606), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1696] = { + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4187), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5327), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5040), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_parameter_list] = STATE(1085), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(4125), + [sym_template_function] = STATE(5040), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4806), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(3681), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_LT] = ACTIONS(3683), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(3685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1673), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(2886), + [anon_sym_enum] = ACTIONS(63), + [anon_sym_class] = ACTIONS(65), + [anon_sym_struct] = ACTIONS(67), + [anon_sym_union] = ACTIONS(69), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(105), + [anon_sym_decltype] = ACTIONS(107), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(1501), + }, + [1697] = { + [sym__expression] = STATE(3891), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + }, + [1698] = { + [sym__expression] = STATE(3741), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -213856,154 +213286,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1703] = { - [sym__expression] = STATE(2972), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1519), + [1699] = { + [sym__expression] = STATE(3661), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(3721), [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [1704] = { - [sym__expression] = STATE(3891), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1700] = { + [sym__expression] = STATE(3924), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -214020,310 +213450,228 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1705] = { - [sym__expression] = STATE(3038), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), - }, - [1706] = { - [sym__expression] = STATE(2555), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), + [1701] = { + [sym__expression] = STATE(3847), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1707] = { - [sym__expression] = STATE(2554), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), + [1702] = { + [sym__expression] = STATE(3669), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1708] = { - [sym__expression] = STATE(3838), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1703] = { + [sym__expression] = STATE(3888), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -214348,7 +213696,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -214361,59 +213709,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1709] = { - [sym__expression] = STATE(3932), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3129), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3129), - [sym_call_expression] = STATE(3129), - [sym_field_expression] = STATE(3129), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3129), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3129), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK] = ACTIONS(3725), + [1704] = { + [sym__expression] = STATE(3679), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1705] = { + [sym__expression] = STATE(3702), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(3723), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_sizeof] = ACTIONS(3043), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -214430,72 +213860,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3045), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3047), - [anon_sym_new] = ACTIONS(3049), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1710] = { - [sym__expression] = STATE(3855), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(3060), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(3060), - [sym_call_expression] = STATE(3060), - [sym_field_expression] = STATE(3060), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(3060), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(3060), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3011), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(3017), + [1706] = { + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4188), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_ms_based_modifier] = STATE(7015), + [sym__declarator] = STATE(5302), + [sym_parenthesized_declarator] = STATE(5040), + [sym_attributed_declarator] = STATE(5040), + [sym_pointer_declarator] = STATE(5040), + [sym_function_declarator] = STATE(5040), + [sym_array_declarator] = STATE(5040), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_parameter_list] = STATE(1082), + [sym_reference_declarator] = STATE(5040), + [sym_structured_binding_declarator] = STATE(5040), + [sym_template_type] = STATE(4125), + [sym_template_function] = STATE(5040), + [sym_destructor_name] = STATE(5040), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4806), + [sym_qualified_identifier] = STATE(5040), + [sym_qualified_type_identifier] = STATE(3425), + [sym_operator_name] = STATE(5040), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(3681), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_LT] = ACTIONS(3683), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(3685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1673), + [anon_sym_static] = ACTIONS(55), + [anon_sym_register] = ACTIONS(55), + [anon_sym_inline] = ACTIONS(55), + [anon_sym_thread_local] = ACTIONS(55), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(57), + [anon_sym_restrict] = ACTIONS(57), + [anon_sym__Atomic] = ACTIONS(57), + [anon_sym_mutable] = ACTIONS(57), + [anon_sym_constexpr] = ACTIONS(57), + [anon_sym_constinit] = ACTIONS(57), + [anon_sym_consteval] = ACTIONS(57), + [anon_sym_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(2886), + [anon_sym_enum] = ACTIONS(63), + [anon_sym_class] = ACTIONS(65), + [anon_sym_struct] = ACTIONS(67), + [anon_sym_union] = ACTIONS(69), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(105), + [anon_sym_decltype] = ACTIONS(107), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(976), + [anon_sym_operator] = ACTIONS(1501), + }, + [1707] = { + [sym__expression] = STATE(3801), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(3013), - [anon_sym_compl] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3021), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -214512,310 +214024,310 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(3023), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), [anon_sym_uR_DQUOTE] = ACTIONS(137), [anon_sym_UR_DQUOTE] = ACTIONS(137), [anon_sym_u8R_DQUOTE] = ACTIONS(137), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3027), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), [anon_sym_requires] = ACTIONS(143), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1711] = { - [sym__expression] = STATE(2552), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), + [1708] = { + [sym__expression] = STATE(3691), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [1712] = { - [sym__expression] = STATE(2551), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), + [1709] = { + [sym__expression] = STATE(3866), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(3126), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(3126), + [sym_call_expression] = STATE(3126), + [sym_field_expression] = STATE(3126), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(3126), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(3126), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LPAREN2] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_COLON_COLON] = ACTIONS(3037), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [anon_sym_not] = ACTIONS(3031), + [anon_sym_compl] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_sizeof] = ACTIONS(3041), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3043), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3045), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1713] = { - [sym__expression] = STATE(2549), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), + [1710] = { + [sym__expression] = STATE(3705), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [1714] = { - [sym__expression] = STATE(3856), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1711] = { + [sym__expression] = STATE(3958), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -214840,7 +214352,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -214853,215 +214365,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1715] = { - [sym__expression] = STATE(2548), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), + [1712] = { + [sym__expression] = STATE(3965), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(121), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(139), + [anon_sym_new] = ACTIONS(141), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1716] = { - [sym__expression] = STATE(2980), - [sym_conditional_expression] = STATE(3063), - [sym_assignment_expression] = STATE(3063), - [sym_pointer_expression] = STATE(3061), - [sym_unary_expression] = STATE(3063), - [sym_binary_expression] = STATE(3063), - [sym_update_expression] = STATE(3063), - [sym_cast_expression] = STATE(3063), - [sym_sizeof_expression] = STATE(3063), - [sym_subscript_expression] = STATE(3061), - [sym_call_expression] = STATE(3061), - [sym_field_expression] = STATE(3061), - [sym_compound_literal_expression] = STATE(3063), - [sym_parenthesized_expression] = STATE(3061), - [sym_char_literal] = STATE(2932), - [sym_concatenated_string] = STATE(2932), - [sym_string_literal] = STATE(1824), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6115), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3063), - [sym_raw_string_literal] = STATE(1824), - [sym_co_await_expression] = STATE(3063), - [sym_new_expression] = STATE(3063), - [sym_delete_expression] = STATE(3063), - [sym_requires_clause] = STATE(3063), - [sym_requires_expression] = STATE(3063), - [sym_lambda_expression] = STATE(3063), - [sym_lambda_capture_specifier] = STATE(4894), - [sym_fold_expression] = STATE(3063), - [sym_parameter_pack_expansion] = STATE(3063), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4885), - [sym_qualified_identifier] = STATE(3061), - [sym_qualified_type_identifier] = STATE(6115), - [sym_user_defined_literal] = STATE(3063), - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(3727), - [sym_primitive_type] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1589), - [anon_sym_compl] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_sizeof] = ACTIONS(1603), - [sym_number_literal] = ACTIONS(1605), - [anon_sym_L_SQUOTE] = ACTIONS(1607), - [anon_sym_u_SQUOTE] = ACTIONS(1607), - [anon_sym_U_SQUOTE] = ACTIONS(1607), - [anon_sym_u8_SQUOTE] = ACTIONS(1607), - [anon_sym_SQUOTE] = ACTIONS(1607), - [anon_sym_L_DQUOTE] = ACTIONS(1609), - [anon_sym_u_DQUOTE] = ACTIONS(1609), - [anon_sym_U_DQUOTE] = ACTIONS(1609), - [anon_sym_u8_DQUOTE] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_true] = ACTIONS(1611), - [sym_false] = ACTIONS(1611), - [sym_null] = ACTIONS(1611), + [1713] = { + [sym__expression] = STATE(3966), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2997), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2997), + [sym_call_expression] = STATE(2997), + [sym_field_expression] = STATE(2997), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2997), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2997), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2997), + [anon_sym_LPAREN2] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3001), + [anon_sym_PLUS] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_COLON_COLON] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_not] = ACTIONS(3001), + [anon_sym_compl] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_sizeof] = ACTIONS(3009), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(103), + [sym_false] = ACTIONS(103), + [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_R_DQUOTE] = ACTIONS(1615), - [anon_sym_LR_DQUOTE] = ACTIONS(1615), - [anon_sym_uR_DQUOTE] = ACTIONS(1615), - [anon_sym_UR_DQUOTE] = ACTIONS(1615), - [anon_sym_u8R_DQUOTE] = ACTIONS(1615), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_requires] = ACTIONS(1621), - [sym_this] = ACTIONS(1611), - [sym_nullptr] = ACTIONS(1611), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(3011), + [anon_sym_R_DQUOTE] = ACTIONS(137), + [anon_sym_LR_DQUOTE] = ACTIONS(137), + [anon_sym_uR_DQUOTE] = ACTIONS(137), + [anon_sym_UR_DQUOTE] = ACTIONS(137), + [anon_sym_u8R_DQUOTE] = ACTIONS(137), + [anon_sym_co_await] = ACTIONS(3013), + [anon_sym_new] = ACTIONS(3015), + [anon_sym_requires] = ACTIONS(143), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), }, - [1717] = { - [sym__expression] = STATE(3845), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1714] = { + [sym__expression] = STATE(3973), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -215086,7 +214598,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -215099,43 +214611,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1718] = { - [sym__expression] = STATE(3051), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), + [1715] = { + [sym__expression] = STATE(3711), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1716] = { + [sym__expression] = STATE(3073), + [sym_conditional_expression] = STATE(3108), + [sym_assignment_expression] = STATE(3108), + [sym_pointer_expression] = STATE(2781), + [sym_unary_expression] = STATE(3108), + [sym_binary_expression] = STATE(3108), + [sym_update_expression] = STATE(3108), + [sym_cast_expression] = STATE(3108), + [sym_sizeof_expression] = STATE(3108), + [sym_subscript_expression] = STATE(2781), + [sym_call_expression] = STATE(2781), + [sym_field_expression] = STATE(2781), + [sym_compound_literal_expression] = STATE(3108), + [sym_parenthesized_expression] = STATE(2781), + [sym_char_literal] = STATE(3052), + [sym_concatenated_string] = STATE(3052), + [sym_string_literal] = STATE(1830), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6357), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3108), + [sym_raw_string_literal] = STATE(1830), + [sym_co_await_expression] = STATE(3108), + [sym_new_expression] = STATE(3108), + [sym_delete_expression] = STATE(3108), + [sym_requires_clause] = STATE(3108), + [sym_requires_expression] = STATE(3108), + [sym_lambda_expression] = STATE(3108), + [sym_lambda_capture_specifier] = STATE(4796), + [sym_fold_expression] = STATE(3108), + [sym_parameter_pack_expansion] = STATE(3108), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4785), + [sym_qualified_identifier] = STATE(2781), + [sym_qualified_type_identifier] = STATE(6357), + [sym_user_defined_literal] = STATE(3108), [sym_identifier] = ACTIONS(1623), [anon_sym_LPAREN2] = ACTIONS(1419), [anon_sym_BANG] = ACTIONS(1421), @@ -215168,7 +214762,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1449), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(1453), [anon_sym_R_DQUOTE] = ACTIONS(1455), [anon_sym_LR_DQUOTE] = ACTIONS(1455), @@ -215181,133 +214775,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1449), [sym_nullptr] = ACTIONS(1449), }, - [1719] = { - [sym__expression] = STATE(2544), - [sym_conditional_expression] = STATE(2501), - [sym_assignment_expression] = STATE(2501), - [sym_pointer_expression] = STATE(2489), - [sym_unary_expression] = STATE(2501), - [sym_binary_expression] = STATE(2501), - [sym_update_expression] = STATE(2501), - [sym_cast_expression] = STATE(2501), - [sym_sizeof_expression] = STATE(2501), - [sym_subscript_expression] = STATE(2489), - [sym_call_expression] = STATE(2489), - [sym_field_expression] = STATE(2489), - [sym_compound_literal_expression] = STATE(2501), - [sym_parenthesized_expression] = STATE(2489), - [sym_char_literal] = STATE(2371), - [sym_concatenated_string] = STATE(2371), - [sym_string_literal] = STATE(1776), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6222), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(2501), - [sym_raw_string_literal] = STATE(1776), - [sym_co_await_expression] = STATE(2501), - [sym_new_expression] = STATE(2501), - [sym_delete_expression] = STATE(2501), - [sym_requires_clause] = STATE(2501), - [sym_requires_expression] = STATE(2501), - [sym_lambda_expression] = STATE(2501), - [sym_lambda_capture_specifier] = STATE(4868), - [sym_fold_expression] = STATE(2501), - [sym_parameter_pack_expansion] = STATE(2501), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2489), - [sym_qualified_type_identifier] = STATE(6222), - [sym_user_defined_literal] = STATE(2501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_COLON_COLON] = ACTIONS(1515), + [1717] = { + [sym__expression] = STATE(3712), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1521), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_compl] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_requires] = ACTIONS(1545), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [1720] = { - [sym__expression] = STATE(3910), - [sym_conditional_expression] = STATE(3435), - [sym_assignment_expression] = STATE(3435), - [sym_pointer_expression] = STATE(2734), - [sym_unary_expression] = STATE(3435), - [sym_binary_expression] = STATE(3435), - [sym_update_expression] = STATE(3435), - [sym_cast_expression] = STATE(3435), - [sym_sizeof_expression] = STATE(3435), - [sym_subscript_expression] = STATE(2734), - [sym_call_expression] = STATE(2734), - [sym_field_expression] = STATE(2734), - [sym_compound_literal_expression] = STATE(3435), - [sym_parenthesized_expression] = STATE(2734), - [sym_char_literal] = STATE(3420), - [sym_concatenated_string] = STATE(3420), - [sym_string_literal] = STATE(2515), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6194), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3435), - [sym_raw_string_literal] = STATE(2515), - [sym_co_await_expression] = STATE(3435), - [sym_new_expression] = STATE(3435), - [sym_delete_expression] = STATE(3435), - [sym_requires_clause] = STATE(3435), - [sym_requires_expression] = STATE(3435), - [sym_lambda_expression] = STATE(3435), - [sym_lambda_capture_specifier] = STATE(4895), - [sym_fold_expression] = STATE(3435), - [sym_parameter_pack_expansion] = STATE(3435), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4880), - [sym_qualified_identifier] = STATE(2734), - [sym_qualified_type_identifier] = STATE(6194), - [sym_user_defined_literal] = STATE(3435), - [sym_identifier] = ACTIONS(2918), - [anon_sym_LPAREN2] = ACTIONS(1121), + [1718] = { + [sym__expression] = STATE(3720), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), + }, + [1719] = { + [sym__expression] = STATE(3569), + [sym_conditional_expression] = STATE(3528), + [sym_assignment_expression] = STATE(3528), + [sym_pointer_expression] = STATE(2722), + [sym_unary_expression] = STATE(3528), + [sym_binary_expression] = STATE(3528), + [sym_update_expression] = STATE(3528), + [sym_cast_expression] = STATE(3528), + [sym_sizeof_expression] = STATE(3528), + [sym_subscript_expression] = STATE(2722), + [sym_call_expression] = STATE(2722), + [sym_field_expression] = STATE(2722), + [sym_compound_literal_expression] = STATE(3528), + [sym_parenthesized_expression] = STATE(2722), + [sym_char_literal] = STATE(3377), + [sym_concatenated_string] = STATE(3377), + [sym_string_literal] = STATE(2519), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6297), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3528), + [sym_raw_string_literal] = STATE(2519), + [sym_co_await_expression] = STATE(3528), + [sym_new_expression] = STATE(3528), + [sym_delete_expression] = STATE(3528), + [sym_requires_clause] = STATE(3528), + [sym_requires_expression] = STATE(3528), + [sym_lambda_expression] = STATE(3528), + [sym_lambda_capture_specifier] = STATE(4797), + [sym_fold_expression] = STATE(3528), + [sym_parameter_pack_expansion] = STATE(3528), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4800), + [sym_qualified_identifier] = STATE(2722), + [sym_qualified_type_identifier] = STATE(6297), + [sym_user_defined_literal] = STATE(3528), + [sym_identifier] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(964), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(1519), [sym_primitive_type] = ACTIONS(1521), @@ -215332,7 +215008,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), [anon_sym_delete] = ACTIONS(121), [anon_sym_R_DQUOTE] = ACTIONS(137), [anon_sym_LR_DQUOTE] = ACTIONS(137), @@ -215345,1420 +215021,462 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), }, - [1721] = { - [sym__expression] = STATE(3052), - [sym_conditional_expression] = STATE(3140), - [sym_assignment_expression] = STATE(3140), - [sym_pointer_expression] = STATE(2876), - [sym_unary_expression] = STATE(3140), - [sym_binary_expression] = STATE(3140), - [sym_update_expression] = STATE(3140), - [sym_cast_expression] = STATE(3140), - [sym_sizeof_expression] = STATE(3140), - [sym_subscript_expression] = STATE(2876), - [sym_call_expression] = STATE(2876), - [sym_field_expression] = STATE(2876), - [sym_compound_literal_expression] = STATE(3140), - [sym_parenthesized_expression] = STATE(2876), - [sym_char_literal] = STATE(3042), - [sym_concatenated_string] = STATE(3042), - [sym_string_literal] = STATE(1832), - [sym_decltype] = STATE(6969), - [sym__class_name] = STATE(6589), - [sym_template_type] = STATE(3312), - [sym_template_function] = STATE(3140), - [sym_raw_string_literal] = STATE(1832), - [sym_co_await_expression] = STATE(3140), - [sym_new_expression] = STATE(3140), - [sym_delete_expression] = STATE(3140), - [sym_requires_clause] = STATE(3140), - [sym_requires_expression] = STATE(3140), - [sym_lambda_expression] = STATE(3140), - [sym_lambda_capture_specifier] = STATE(4881), - [sym_fold_expression] = STATE(3140), - [sym_parameter_pack_expansion] = STATE(3140), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(4891), - [sym_qualified_identifier] = STATE(2876), - [sym_qualified_type_identifier] = STATE(6589), - [sym_user_defined_literal] = STATE(3140), - [sym_identifier] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1423), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_AMP] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1427), - [anon_sym_LBRACK] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1561), - [anon_sym_not] = ACTIONS(1423), - [anon_sym_compl] = ACTIONS(1423), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1445), - [anon_sym_u_SQUOTE] = ACTIONS(1445), - [anon_sym_U_SQUOTE] = ACTIONS(1445), - [anon_sym_u8_SQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [sym_null] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1535), - [anon_sym_template] = ACTIONS(1133), - [anon_sym_delete] = ACTIONS(1453), - [anon_sym_R_DQUOTE] = ACTIONS(1455), - [anon_sym_LR_DQUOTE] = ACTIONS(1455), - [anon_sym_uR_DQUOTE] = ACTIONS(1455), - [anon_sym_UR_DQUOTE] = ACTIONS(1455), - [anon_sym_u8R_DQUOTE] = ACTIONS(1455), - [anon_sym_co_await] = ACTIONS(1457), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_requires] = ACTIONS(1461), - [sym_this] = ACTIONS(1449), - [sym_nullptr] = ACTIONS(1449), - }, - [1722] = { - [sym_template_argument_list] = STATE(1729), - [sym_identifier] = ACTIONS(3729), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3731), - [anon_sym_COMMA] = ACTIONS(3731), - [anon_sym_RPAREN] = ACTIONS(3731), - [anon_sym_LPAREN2] = ACTIONS(3731), - [anon_sym_TILDE] = ACTIONS(3734), - [anon_sym_DASH] = ACTIONS(3736), - [anon_sym_PLUS] = ACTIONS(3736), - [anon_sym_STAR] = ACTIONS(3738), - [anon_sym_SLASH] = ACTIONS(3736), - [anon_sym_PERCENT] = ACTIONS(3736), - [anon_sym_PIPE_PIPE] = ACTIONS(3741), - [anon_sym_AMP_AMP] = ACTIONS(3731), - [anon_sym_PIPE] = ACTIONS(3736), - [anon_sym_CARET] = ACTIONS(3736), - [anon_sym_AMP] = ACTIONS(3738), - [anon_sym_EQ_EQ] = ACTIONS(3741), - [anon_sym_BANG_EQ] = ACTIONS(3741), - [anon_sym_GT] = ACTIONS(3736), - [anon_sym_GT_EQ] = ACTIONS(3741), - [anon_sym_LT_EQ] = ACTIONS(3736), - [anon_sym_LT] = ACTIONS(3743), - [anon_sym_LT_LT] = ACTIONS(3736), - [anon_sym_GT_GT] = ACTIONS(3736), - [anon_sym_extern] = ACTIONS(3729), - [anon_sym___attribute__] = ACTIONS(3729), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3734), - [anon_sym___declspec] = ACTIONS(3729), - [anon_sym___based] = ACTIONS(3729), - [anon_sym_LBRACE] = ACTIONS(3734), - [anon_sym_LBRACK] = ACTIONS(3738), - [anon_sym_EQ] = ACTIONS(3738), - [anon_sym_static] = ACTIONS(3729), - [anon_sym_register] = ACTIONS(3729), - [anon_sym_inline] = ACTIONS(3729), - [anon_sym_thread_local] = ACTIONS(3729), - [anon_sym_const] = ACTIONS(3729), - [anon_sym_volatile] = ACTIONS(3729), - [anon_sym_restrict] = ACTIONS(3729), - [anon_sym__Atomic] = ACTIONS(3729), - [anon_sym_mutable] = ACTIONS(3729), - [anon_sym_constexpr] = ACTIONS(3729), - [anon_sym_constinit] = ACTIONS(3729), - [anon_sym_consteval] = ACTIONS(3729), - [anon_sym_QMARK] = ACTIONS(3741), - [anon_sym_STAR_EQ] = ACTIONS(3741), - [anon_sym_SLASH_EQ] = ACTIONS(3741), - [anon_sym_PERCENT_EQ] = ACTIONS(3741), - [anon_sym_PLUS_EQ] = ACTIONS(3741), - [anon_sym_DASH_EQ] = ACTIONS(3741), - [anon_sym_LT_LT_EQ] = ACTIONS(3741), - [anon_sym_GT_GT_EQ] = ACTIONS(3741), - [anon_sym_AMP_EQ] = ACTIONS(3741), - [anon_sym_CARET_EQ] = ACTIONS(3741), - [anon_sym_PIPE_EQ] = ACTIONS(3741), - [anon_sym_and_eq] = ACTIONS(3736), - [anon_sym_or_eq] = ACTIONS(3736), - [anon_sym_xor_eq] = ACTIONS(3736), - [anon_sym_LT_EQ_GT] = ACTIONS(3741), - [anon_sym_or] = ACTIONS(3736), - [anon_sym_and] = ACTIONS(3736), - [anon_sym_bitor] = ACTIONS(3736), - [anon_sym_xor] = ACTIONS(3736), - [anon_sym_bitand] = ACTIONS(3736), - [anon_sym_not_eq] = ACTIONS(3736), - [anon_sym_DASH_DASH] = ACTIONS(3741), - [anon_sym_PLUS_PLUS] = ACTIONS(3741), - [anon_sym_DOT] = ACTIONS(3736), - [anon_sym_DASH_GT] = ACTIONS(3736), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3729), - [anon_sym_decltype] = ACTIONS(3729), - [anon_sym_virtual] = ACTIONS(3729), - [anon_sym_template] = ACTIONS(3729), - [anon_sym_operator] = ACTIONS(3729), - [anon_sym_DOT_STAR] = ACTIONS(3741), - [anon_sym_DASH_GT_STAR] = ACTIONS(3741), - }, - [1723] = { - [sym_template_argument_list] = STATE(1758), - [sym_identifier] = ACTIONS(3748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3750), - [anon_sym_COMMA] = ACTIONS(3750), - [anon_sym_RPAREN] = ACTIONS(3750), - [anon_sym_LPAREN2] = ACTIONS(3750), - [anon_sym_TILDE] = ACTIONS(3753), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3762), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_extern] = ACTIONS(3748), - [anon_sym___attribute__] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3753), - [anon_sym___declspec] = ACTIONS(3748), - [anon_sym___based] = ACTIONS(3748), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3757), - [anon_sym_EQ] = ACTIONS(3757), - [anon_sym_static] = ACTIONS(3748), - [anon_sym_register] = ACTIONS(3748), - [anon_sym_inline] = ACTIONS(3748), - [anon_sym_thread_local] = ACTIONS(3748), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3748), - [anon_sym_restrict] = ACTIONS(3748), - [anon_sym__Atomic] = ACTIONS(3748), - [anon_sym_mutable] = ACTIONS(3748), - [anon_sym_constexpr] = ACTIONS(3748), - [anon_sym_constinit] = ACTIONS(3748), - [anon_sym_consteval] = ACTIONS(3748), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3760), - [anon_sym_SLASH_EQ] = ACTIONS(3760), - [anon_sym_PERCENT_EQ] = ACTIONS(3760), - [anon_sym_PLUS_EQ] = ACTIONS(3760), - [anon_sym_DASH_EQ] = ACTIONS(3760), - [anon_sym_LT_LT_EQ] = ACTIONS(3760), - [anon_sym_GT_GT_EQ] = ACTIONS(3760), - [anon_sym_AMP_EQ] = ACTIONS(3760), - [anon_sym_CARET_EQ] = ACTIONS(3760), - [anon_sym_PIPE_EQ] = ACTIONS(3760), - [anon_sym_and_eq] = ACTIONS(3767), - [anon_sym_or_eq] = ACTIONS(3767), - [anon_sym_xor_eq] = ACTIONS(3767), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3755), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3748), - [anon_sym_decltype] = ACTIONS(3748), - [anon_sym_virtual] = ACTIONS(3748), - [anon_sym_template] = ACTIONS(3748), - [anon_sym_operator] = ACTIONS(3748), - [anon_sym_DOT_STAR] = ACTIONS(3760), - [anon_sym_DASH_GT_STAR] = ACTIONS(3760), - }, - [1724] = { - [sym_template_argument_list] = STATE(1827), - [sym_identifier] = ACTIONS(3748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_LPAREN2] = ACTIONS(3769), - [anon_sym_TILDE] = ACTIONS(3753), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3773), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_SEMI] = ACTIONS(3750), - [anon_sym_extern] = ACTIONS(3748), - [anon_sym___attribute__] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3776), - [anon_sym___declspec] = ACTIONS(3748), - [anon_sym___based] = ACTIONS(3748), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_RBRACE] = ACTIONS(3760), - [anon_sym_LBRACK] = ACTIONS(3779), - [anon_sym_EQ] = ACTIONS(3783), - [anon_sym_static] = ACTIONS(3748), - [anon_sym_register] = ACTIONS(3748), - [anon_sym_inline] = ACTIONS(3748), - [anon_sym_thread_local] = ACTIONS(3748), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3748), - [anon_sym_restrict] = ACTIONS(3748), - [anon_sym__Atomic] = ACTIONS(3748), - [anon_sym_mutable] = ACTIONS(3748), - [anon_sym_constexpr] = ACTIONS(3748), - [anon_sym_constinit] = ACTIONS(3748), - [anon_sym_consteval] = ACTIONS(3748), - [anon_sym_COLON] = ACTIONS(3785), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3787), - [anon_sym_SLASH_EQ] = ACTIONS(3787), - [anon_sym_PERCENT_EQ] = ACTIONS(3787), - [anon_sym_PLUS_EQ] = ACTIONS(3787), - [anon_sym_DASH_EQ] = ACTIONS(3787), - [anon_sym_LT_LT_EQ] = ACTIONS(3787), - [anon_sym_GT_GT_EQ] = ACTIONS(3787), - [anon_sym_AMP_EQ] = ACTIONS(3787), - [anon_sym_CARET_EQ] = ACTIONS(3787), - [anon_sym_PIPE_EQ] = ACTIONS(3787), - [anon_sym_and_eq] = ACTIONS(3783), - [anon_sym_or_eq] = ACTIONS(3783), - [anon_sym_xor_eq] = ACTIONS(3783), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3760), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3748), - [anon_sym_decltype] = ACTIONS(3748), - [anon_sym_virtual] = ACTIONS(3748), - [anon_sym_template] = ACTIONS(3748), - [anon_sym_operator] = ACTIONS(3748), - }, - [1725] = { - [sym_identifier] = ACTIONS(3789), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3791), - [anon_sym_COMMA] = ACTIONS(3791), - [anon_sym_RPAREN] = ACTIONS(3791), - [anon_sym_LPAREN2] = ACTIONS(3791), - [anon_sym_TILDE] = ACTIONS(3791), - [anon_sym_DASH] = ACTIONS(3789), - [anon_sym_PLUS] = ACTIONS(3789), - [anon_sym_STAR] = ACTIONS(3789), - [anon_sym_SLASH] = ACTIONS(3789), - [anon_sym_PERCENT] = ACTIONS(3789), - [anon_sym_PIPE_PIPE] = ACTIONS(3791), - [anon_sym_AMP_AMP] = ACTIONS(3791), - [anon_sym_PIPE] = ACTIONS(3789), - [anon_sym_CARET] = ACTIONS(3789), - [anon_sym_AMP] = ACTIONS(3789), - [anon_sym_EQ_EQ] = ACTIONS(3791), - [anon_sym_BANG_EQ] = ACTIONS(3791), - [anon_sym_GT] = ACTIONS(3789), - [anon_sym_GT_EQ] = ACTIONS(3791), - [anon_sym_LT_EQ] = ACTIONS(3789), - [anon_sym_LT] = ACTIONS(3789), - [anon_sym_LT_LT] = ACTIONS(3789), - [anon_sym_GT_GT] = ACTIONS(3789), - [anon_sym_extern] = ACTIONS(3789), - [anon_sym___attribute__] = ACTIONS(3789), - [anon_sym_COLON_COLON] = ACTIONS(3791), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3791), - [anon_sym___declspec] = ACTIONS(3789), - [anon_sym___based] = ACTIONS(3789), - [anon_sym_LBRACE] = ACTIONS(3791), - [anon_sym_LBRACK] = ACTIONS(3789), - [anon_sym_EQ] = ACTIONS(3789), - [anon_sym_static] = ACTIONS(3789), - [anon_sym_register] = ACTIONS(3789), - [anon_sym_inline] = ACTIONS(3789), - [anon_sym_thread_local] = ACTIONS(3789), - [anon_sym_const] = ACTIONS(3789), - [anon_sym_volatile] = ACTIONS(3789), - [anon_sym_restrict] = ACTIONS(3789), - [anon_sym__Atomic] = ACTIONS(3789), - [anon_sym_mutable] = ACTIONS(3789), - [anon_sym_constexpr] = ACTIONS(3789), - [anon_sym_constinit] = ACTIONS(3789), - [anon_sym_consteval] = ACTIONS(3789), - [anon_sym_QMARK] = ACTIONS(3791), - [anon_sym_STAR_EQ] = ACTIONS(3791), - [anon_sym_SLASH_EQ] = ACTIONS(3791), - [anon_sym_PERCENT_EQ] = ACTIONS(3791), - [anon_sym_PLUS_EQ] = ACTIONS(3791), - [anon_sym_DASH_EQ] = ACTIONS(3791), - [anon_sym_LT_LT_EQ] = ACTIONS(3791), - [anon_sym_GT_GT_EQ] = ACTIONS(3791), - [anon_sym_AMP_EQ] = ACTIONS(3791), - [anon_sym_CARET_EQ] = ACTIONS(3791), - [anon_sym_PIPE_EQ] = ACTIONS(3791), - [anon_sym_and_eq] = ACTIONS(3789), - [anon_sym_or_eq] = ACTIONS(3789), - [anon_sym_xor_eq] = ACTIONS(3789), - [anon_sym_LT_EQ_GT] = ACTIONS(3791), - [anon_sym_or] = ACTIONS(3789), - [anon_sym_and] = ACTIONS(3789), - [anon_sym_bitor] = ACTIONS(3789), - [anon_sym_xor] = ACTIONS(3789), - [anon_sym_bitand] = ACTIONS(3789), - [anon_sym_not_eq] = ACTIONS(3789), - [anon_sym_DASH_DASH] = ACTIONS(3791), - [anon_sym_PLUS_PLUS] = ACTIONS(3791), - [anon_sym_DOT] = ACTIONS(3789), - [anon_sym_DASH_GT] = ACTIONS(3789), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3789), - [anon_sym_decltype] = ACTIONS(3789), - [anon_sym_virtual] = ACTIONS(3789), - [anon_sym_template] = ACTIONS(3789), - [anon_sym_operator] = ACTIONS(3789), - [anon_sym_DOT_STAR] = ACTIONS(3791), - [anon_sym_DASH_GT_STAR] = ACTIONS(3791), - }, - [1726] = { - [sym_template_argument_list] = STATE(1754), - [sym_identifier] = ACTIONS(3729), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3741), - [anon_sym_COMMA] = ACTIONS(3741), - [anon_sym_RPAREN] = ACTIONS(3741), - [anon_sym_LPAREN2] = ACTIONS(3731), - [anon_sym_TILDE] = ACTIONS(3734), - [anon_sym_DASH] = ACTIONS(3736), - [anon_sym_PLUS] = ACTIONS(3736), - [anon_sym_STAR] = ACTIONS(3738), - [anon_sym_SLASH] = ACTIONS(3736), - [anon_sym_PERCENT] = ACTIONS(3736), - [anon_sym_PIPE_PIPE] = ACTIONS(3741), - [anon_sym_AMP_AMP] = ACTIONS(3731), - [anon_sym_PIPE] = ACTIONS(3736), - [anon_sym_CARET] = ACTIONS(3736), - [anon_sym_AMP] = ACTIONS(3738), - [anon_sym_EQ_EQ] = ACTIONS(3741), - [anon_sym_BANG_EQ] = ACTIONS(3741), - [anon_sym_GT] = ACTIONS(3736), - [anon_sym_GT_EQ] = ACTIONS(3741), - [anon_sym_LT_EQ] = ACTIONS(3736), - [anon_sym_LT] = ACTIONS(3793), - [anon_sym_LT_LT] = ACTIONS(3736), - [anon_sym_GT_GT] = ACTIONS(3736), - [anon_sym_SEMI] = ACTIONS(3741), - [anon_sym_extern] = ACTIONS(3729), - [anon_sym___attribute__] = ACTIONS(3729), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3734), - [anon_sym___declspec] = ACTIONS(3729), - [anon_sym___based] = ACTIONS(3729), - [anon_sym_LBRACE] = ACTIONS(3734), - [anon_sym_LBRACK] = ACTIONS(3738), - [anon_sym_EQ] = ACTIONS(3736), - [anon_sym_static] = ACTIONS(3729), - [anon_sym_register] = ACTIONS(3729), - [anon_sym_inline] = ACTIONS(3729), - [anon_sym_thread_local] = ACTIONS(3729), - [anon_sym_const] = ACTIONS(3729), - [anon_sym_volatile] = ACTIONS(3729), - [anon_sym_restrict] = ACTIONS(3729), - [anon_sym__Atomic] = ACTIONS(3729), - [anon_sym_mutable] = ACTIONS(3729), - [anon_sym_constexpr] = ACTIONS(3729), - [anon_sym_constinit] = ACTIONS(3729), - [anon_sym_consteval] = ACTIONS(3729), - [anon_sym_QMARK] = ACTIONS(3741), - [anon_sym_STAR_EQ] = ACTIONS(3741), - [anon_sym_SLASH_EQ] = ACTIONS(3741), - [anon_sym_PERCENT_EQ] = ACTIONS(3741), - [anon_sym_PLUS_EQ] = ACTIONS(3741), - [anon_sym_DASH_EQ] = ACTIONS(3741), - [anon_sym_LT_LT_EQ] = ACTIONS(3741), - [anon_sym_GT_GT_EQ] = ACTIONS(3741), - [anon_sym_AMP_EQ] = ACTIONS(3741), - [anon_sym_CARET_EQ] = ACTIONS(3741), - [anon_sym_PIPE_EQ] = ACTIONS(3741), - [anon_sym_and_eq] = ACTIONS(3736), - [anon_sym_or_eq] = ACTIONS(3736), - [anon_sym_xor_eq] = ACTIONS(3736), - [anon_sym_LT_EQ_GT] = ACTIONS(3741), - [anon_sym_or] = ACTIONS(3736), - [anon_sym_and] = ACTIONS(3736), - [anon_sym_bitor] = ACTIONS(3736), - [anon_sym_xor] = ACTIONS(3736), - [anon_sym_bitand] = ACTIONS(3736), - [anon_sym_not_eq] = ACTIONS(3736), - [anon_sym_DASH_DASH] = ACTIONS(3741), - [anon_sym_PLUS_PLUS] = ACTIONS(3741), - [anon_sym_DOT] = ACTIONS(3736), - [anon_sym_DASH_GT] = ACTIONS(3741), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3729), - [anon_sym_decltype] = ACTIONS(3729), - [anon_sym_virtual] = ACTIONS(3729), - [anon_sym_template] = ACTIONS(3729), - [anon_sym_operator] = ACTIONS(3729), - }, - [1727] = { - [sym_template_argument_list] = STATE(1829), - [sym_identifier] = ACTIONS(3748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_LPAREN2] = ACTIONS(3750), - [anon_sym_TILDE] = ACTIONS(3753), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3773), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_SEMI] = ACTIONS(3760), - [anon_sym_extern] = ACTIONS(3748), - [anon_sym___attribute__] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3753), - [anon_sym___declspec] = ACTIONS(3748), - [anon_sym___based] = ACTIONS(3748), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3757), - [anon_sym_EQ] = ACTIONS(3783), - [anon_sym_static] = ACTIONS(3748), - [anon_sym_register] = ACTIONS(3748), - [anon_sym_inline] = ACTIONS(3748), - [anon_sym_thread_local] = ACTIONS(3748), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3748), - [anon_sym_restrict] = ACTIONS(3748), - [anon_sym__Atomic] = ACTIONS(3748), - [anon_sym_mutable] = ACTIONS(3748), - [anon_sym_constexpr] = ACTIONS(3748), - [anon_sym_constinit] = ACTIONS(3748), - [anon_sym_consteval] = ACTIONS(3748), - [anon_sym_COLON] = ACTIONS(3796), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3787), - [anon_sym_SLASH_EQ] = ACTIONS(3787), - [anon_sym_PERCENT_EQ] = ACTIONS(3787), - [anon_sym_PLUS_EQ] = ACTIONS(3787), - [anon_sym_DASH_EQ] = ACTIONS(3787), - [anon_sym_LT_LT_EQ] = ACTIONS(3787), - [anon_sym_GT_GT_EQ] = ACTIONS(3787), - [anon_sym_AMP_EQ] = ACTIONS(3787), - [anon_sym_CARET_EQ] = ACTIONS(3787), - [anon_sym_PIPE_EQ] = ACTIONS(3787), - [anon_sym_and_eq] = ACTIONS(3783), - [anon_sym_or_eq] = ACTIONS(3783), - [anon_sym_xor_eq] = ACTIONS(3783), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3760), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3748), - [anon_sym_decltype] = ACTIONS(3748), - [anon_sym_virtual] = ACTIONS(3748), - [anon_sym_template] = ACTIONS(3748), - [anon_sym_operator] = ACTIONS(3748), - }, - [1728] = { - [sym_identifier] = ACTIONS(3798), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3800), - [anon_sym_COMMA] = ACTIONS(3800), - [anon_sym_RPAREN] = ACTIONS(3800), - [anon_sym_LPAREN2] = ACTIONS(3800), - [anon_sym_TILDE] = ACTIONS(3800), - [anon_sym_DASH] = ACTIONS(3798), - [anon_sym_PLUS] = ACTIONS(3798), - [anon_sym_STAR] = ACTIONS(3798), - [anon_sym_SLASH] = ACTIONS(3798), - [anon_sym_PERCENT] = ACTIONS(3798), - [anon_sym_PIPE_PIPE] = ACTIONS(3800), - [anon_sym_AMP_AMP] = ACTIONS(3800), - [anon_sym_PIPE] = ACTIONS(3798), - [anon_sym_CARET] = ACTIONS(3798), - [anon_sym_AMP] = ACTIONS(3798), - [anon_sym_EQ_EQ] = ACTIONS(3800), - [anon_sym_BANG_EQ] = ACTIONS(3800), - [anon_sym_GT] = ACTIONS(3798), - [anon_sym_GT_EQ] = ACTIONS(3800), - [anon_sym_LT_EQ] = ACTIONS(3798), - [anon_sym_LT] = ACTIONS(3798), - [anon_sym_LT_LT] = ACTIONS(3798), - [anon_sym_GT_GT] = ACTIONS(3798), - [anon_sym_extern] = ACTIONS(3798), - [anon_sym___attribute__] = ACTIONS(3798), - [anon_sym_COLON_COLON] = ACTIONS(3800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3800), - [anon_sym___declspec] = ACTIONS(3798), - [anon_sym___based] = ACTIONS(3798), - [anon_sym_LBRACE] = ACTIONS(3800), - [anon_sym_LBRACK] = ACTIONS(3798), - [anon_sym_EQ] = ACTIONS(3798), - [anon_sym_static] = ACTIONS(3798), - [anon_sym_register] = ACTIONS(3798), - [anon_sym_inline] = ACTIONS(3798), - [anon_sym_thread_local] = ACTIONS(3798), - [anon_sym_const] = ACTIONS(3798), - [anon_sym_volatile] = ACTIONS(3798), - [anon_sym_restrict] = ACTIONS(3798), - [anon_sym__Atomic] = ACTIONS(3798), - [anon_sym_mutable] = ACTIONS(3798), - [anon_sym_constexpr] = ACTIONS(3798), - [anon_sym_constinit] = ACTIONS(3798), - [anon_sym_consteval] = ACTIONS(3798), - [anon_sym_QMARK] = ACTIONS(3800), - [anon_sym_STAR_EQ] = ACTIONS(3800), - [anon_sym_SLASH_EQ] = ACTIONS(3800), - [anon_sym_PERCENT_EQ] = ACTIONS(3800), - [anon_sym_PLUS_EQ] = ACTIONS(3800), - [anon_sym_DASH_EQ] = ACTIONS(3800), - [anon_sym_LT_LT_EQ] = ACTIONS(3800), - [anon_sym_GT_GT_EQ] = ACTIONS(3800), - [anon_sym_AMP_EQ] = ACTIONS(3800), - [anon_sym_CARET_EQ] = ACTIONS(3800), - [anon_sym_PIPE_EQ] = ACTIONS(3800), - [anon_sym_and_eq] = ACTIONS(3798), - [anon_sym_or_eq] = ACTIONS(3798), - [anon_sym_xor_eq] = ACTIONS(3798), - [anon_sym_LT_EQ_GT] = ACTIONS(3800), - [anon_sym_or] = ACTIONS(3798), - [anon_sym_and] = ACTIONS(3798), - [anon_sym_bitor] = ACTIONS(3798), - [anon_sym_xor] = ACTIONS(3798), - [anon_sym_bitand] = ACTIONS(3798), - [anon_sym_not_eq] = ACTIONS(3798), - [anon_sym_DASH_DASH] = ACTIONS(3800), - [anon_sym_PLUS_PLUS] = ACTIONS(3800), - [anon_sym_DOT] = ACTIONS(3798), - [anon_sym_DASH_GT] = ACTIONS(3798), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3798), - [anon_sym_decltype] = ACTIONS(3798), - [anon_sym_virtual] = ACTIONS(3798), - [anon_sym_template] = ACTIONS(3798), - [anon_sym_operator] = ACTIONS(3798), - [anon_sym_DOT_STAR] = ACTIONS(3800), - [anon_sym_DASH_GT_STAR] = ACTIONS(3800), - }, - [1729] = { - [sym_identifier] = ACTIONS(3802), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3804), - [anon_sym_COMMA] = ACTIONS(3804), - [anon_sym_RPAREN] = ACTIONS(3804), - [anon_sym_LPAREN2] = ACTIONS(3804), - [anon_sym_TILDE] = ACTIONS(3807), - [anon_sym_DASH] = ACTIONS(3809), - [anon_sym_PLUS] = ACTIONS(3809), - [anon_sym_STAR] = ACTIONS(3811), - [anon_sym_SLASH] = ACTIONS(3809), - [anon_sym_PERCENT] = ACTIONS(3809), - [anon_sym_PIPE_PIPE] = ACTIONS(3814), - [anon_sym_AMP_AMP] = ACTIONS(3804), - [anon_sym_PIPE] = ACTIONS(3809), - [anon_sym_CARET] = ACTIONS(3809), - [anon_sym_AMP] = ACTIONS(3811), - [anon_sym_EQ_EQ] = ACTIONS(3814), - [anon_sym_BANG_EQ] = ACTIONS(3814), - [anon_sym_GT] = ACTIONS(3809), - [anon_sym_GT_EQ] = ACTIONS(3814), - [anon_sym_LT_EQ] = ACTIONS(3809), - [anon_sym_LT] = ACTIONS(3809), - [anon_sym_LT_LT] = ACTIONS(3809), - [anon_sym_GT_GT] = ACTIONS(3809), - [anon_sym_extern] = ACTIONS(3802), - [anon_sym___attribute__] = ACTIONS(3802), - [anon_sym_COLON_COLON] = ACTIONS(3807), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3807), - [anon_sym___declspec] = ACTIONS(3802), - [anon_sym___based] = ACTIONS(3802), - [anon_sym_LBRACE] = ACTIONS(3807), - [anon_sym_LBRACK] = ACTIONS(3811), - [anon_sym_EQ] = ACTIONS(3811), - [anon_sym_static] = ACTIONS(3802), - [anon_sym_register] = ACTIONS(3802), - [anon_sym_inline] = ACTIONS(3802), - [anon_sym_thread_local] = ACTIONS(3802), - [anon_sym_const] = ACTIONS(3802), - [anon_sym_volatile] = ACTIONS(3802), - [anon_sym_restrict] = ACTIONS(3802), - [anon_sym__Atomic] = ACTIONS(3802), - [anon_sym_mutable] = ACTIONS(3802), - [anon_sym_constexpr] = ACTIONS(3802), - [anon_sym_constinit] = ACTIONS(3802), - [anon_sym_consteval] = ACTIONS(3802), - [anon_sym_QMARK] = ACTIONS(3814), - [anon_sym_STAR_EQ] = ACTIONS(3814), - [anon_sym_SLASH_EQ] = ACTIONS(3814), - [anon_sym_PERCENT_EQ] = ACTIONS(3814), - [anon_sym_PLUS_EQ] = ACTIONS(3814), - [anon_sym_DASH_EQ] = ACTIONS(3814), - [anon_sym_LT_LT_EQ] = ACTIONS(3814), - [anon_sym_GT_GT_EQ] = ACTIONS(3814), - [anon_sym_AMP_EQ] = ACTIONS(3814), - [anon_sym_CARET_EQ] = ACTIONS(3814), - [anon_sym_PIPE_EQ] = ACTIONS(3814), - [anon_sym_and_eq] = ACTIONS(3809), - [anon_sym_or_eq] = ACTIONS(3809), - [anon_sym_xor_eq] = ACTIONS(3809), - [anon_sym_LT_EQ_GT] = ACTIONS(3814), - [anon_sym_or] = ACTIONS(3809), - [anon_sym_and] = ACTIONS(3809), - [anon_sym_bitor] = ACTIONS(3809), - [anon_sym_xor] = ACTIONS(3809), - [anon_sym_bitand] = ACTIONS(3809), - [anon_sym_not_eq] = ACTIONS(3809), - [anon_sym_DASH_DASH] = ACTIONS(3814), - [anon_sym_PLUS_PLUS] = ACTIONS(3814), - [anon_sym_DOT] = ACTIONS(3809), - [anon_sym_DASH_GT] = ACTIONS(3809), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3802), - [anon_sym_decltype] = ACTIONS(3802), - [anon_sym_virtual] = ACTIONS(3802), - [anon_sym_template] = ACTIONS(3802), - [anon_sym_operator] = ACTIONS(3802), - [anon_sym_DOT_STAR] = ACTIONS(3814), - [anon_sym_DASH_GT_STAR] = ACTIONS(3814), - }, - [1730] = { - [sym_identifier] = ACTIONS(3816), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3818), - [anon_sym_COMMA] = ACTIONS(3818), - [anon_sym_RPAREN] = ACTIONS(3818), - [anon_sym_LPAREN2] = ACTIONS(3818), - [anon_sym_TILDE] = ACTIONS(3818), - [anon_sym_DASH] = ACTIONS(3816), - [anon_sym_PLUS] = ACTIONS(3816), - [anon_sym_STAR] = ACTIONS(3816), - [anon_sym_SLASH] = ACTIONS(3816), - [anon_sym_PERCENT] = ACTIONS(3816), - [anon_sym_PIPE_PIPE] = ACTIONS(3818), - [anon_sym_AMP_AMP] = ACTIONS(3818), - [anon_sym_PIPE] = ACTIONS(3816), - [anon_sym_CARET] = ACTIONS(3816), - [anon_sym_AMP] = ACTIONS(3816), - [anon_sym_EQ_EQ] = ACTIONS(3818), - [anon_sym_BANG_EQ] = ACTIONS(3818), - [anon_sym_GT] = ACTIONS(3816), - [anon_sym_GT_EQ] = ACTIONS(3818), - [anon_sym_LT_EQ] = ACTIONS(3816), - [anon_sym_LT] = ACTIONS(3816), - [anon_sym_LT_LT] = ACTIONS(3816), - [anon_sym_GT_GT] = ACTIONS(3816), - [anon_sym_SEMI] = ACTIONS(3818), - [anon_sym_extern] = ACTIONS(3816), - [anon_sym___attribute__] = ACTIONS(3816), - [anon_sym_COLON_COLON] = ACTIONS(3818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3818), - [anon_sym___declspec] = ACTIONS(3816), - [anon_sym___based] = ACTIONS(3816), - [anon_sym_LBRACE] = ACTIONS(3818), - [anon_sym_RBRACE] = ACTIONS(3818), - [anon_sym_LBRACK] = ACTIONS(3816), - [anon_sym_EQ] = ACTIONS(3816), - [anon_sym_static] = ACTIONS(3816), - [anon_sym_register] = ACTIONS(3816), - [anon_sym_inline] = ACTIONS(3816), - [anon_sym_thread_local] = ACTIONS(3816), - [anon_sym_const] = ACTIONS(3816), - [anon_sym_volatile] = ACTIONS(3816), - [anon_sym_restrict] = ACTIONS(3816), - [anon_sym__Atomic] = ACTIONS(3816), - [anon_sym_mutable] = ACTIONS(3816), - [anon_sym_constexpr] = ACTIONS(3816), - [anon_sym_constinit] = ACTIONS(3816), - [anon_sym_consteval] = ACTIONS(3816), - [anon_sym_QMARK] = ACTIONS(3818), - [anon_sym_STAR_EQ] = ACTIONS(3818), - [anon_sym_SLASH_EQ] = ACTIONS(3818), - [anon_sym_PERCENT_EQ] = ACTIONS(3818), - [anon_sym_PLUS_EQ] = ACTIONS(3818), - [anon_sym_DASH_EQ] = ACTIONS(3818), - [anon_sym_LT_LT_EQ] = ACTIONS(3818), - [anon_sym_GT_GT_EQ] = ACTIONS(3818), - [anon_sym_AMP_EQ] = ACTIONS(3818), - [anon_sym_CARET_EQ] = ACTIONS(3818), - [anon_sym_PIPE_EQ] = ACTIONS(3818), - [anon_sym_and_eq] = ACTIONS(3816), - [anon_sym_or_eq] = ACTIONS(3816), - [anon_sym_xor_eq] = ACTIONS(3816), - [anon_sym_LT_EQ_GT] = ACTIONS(3818), - [anon_sym_or] = ACTIONS(3816), - [anon_sym_and] = ACTIONS(3816), - [anon_sym_bitor] = ACTIONS(3816), - [anon_sym_xor] = ACTIONS(3816), - [anon_sym_bitand] = ACTIONS(3816), - [anon_sym_not_eq] = ACTIONS(3816), - [anon_sym_DASH_DASH] = ACTIONS(3818), - [anon_sym_PLUS_PLUS] = ACTIONS(3818), - [anon_sym_DOT] = ACTIONS(3816), - [anon_sym_DASH_GT] = ACTIONS(3818), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3816), - [anon_sym_decltype] = ACTIONS(3816), - [anon_sym_virtual] = ACTIONS(3816), - [anon_sym_template] = ACTIONS(3816), - [anon_sym_operator] = ACTIONS(3816), - }, - [1731] = { - [sym_identifier] = ACTIONS(3820), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3822), - [anon_sym_COMMA] = ACTIONS(3822), - [anon_sym_RPAREN] = ACTIONS(3822), - [anon_sym_LPAREN2] = ACTIONS(3822), - [anon_sym_TILDE] = ACTIONS(3822), - [anon_sym_DASH] = ACTIONS(3820), - [anon_sym_PLUS] = ACTIONS(3820), - [anon_sym_STAR] = ACTIONS(3820), - [anon_sym_SLASH] = ACTIONS(3820), - [anon_sym_PERCENT] = ACTIONS(3820), - [anon_sym_PIPE_PIPE] = ACTIONS(3822), - [anon_sym_AMP_AMP] = ACTIONS(3822), - [anon_sym_PIPE] = ACTIONS(3820), - [anon_sym_CARET] = ACTIONS(3820), - [anon_sym_AMP] = ACTIONS(3820), - [anon_sym_EQ_EQ] = ACTIONS(3822), - [anon_sym_BANG_EQ] = ACTIONS(3822), - [anon_sym_GT] = ACTIONS(3820), - [anon_sym_GT_EQ] = ACTIONS(3822), - [anon_sym_LT_EQ] = ACTIONS(3820), - [anon_sym_LT] = ACTIONS(3820), - [anon_sym_LT_LT] = ACTIONS(3820), - [anon_sym_GT_GT] = ACTIONS(3820), - [anon_sym_extern] = ACTIONS(3820), - [anon_sym___attribute__] = ACTIONS(3820), - [anon_sym_COLON_COLON] = ACTIONS(3822), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3822), - [anon_sym___declspec] = ACTIONS(3820), - [anon_sym___based] = ACTIONS(3820), - [anon_sym_LBRACE] = ACTIONS(3822), - [anon_sym_LBRACK] = ACTIONS(3820), - [anon_sym_EQ] = ACTIONS(3820), - [anon_sym_static] = ACTIONS(3820), - [anon_sym_register] = ACTIONS(3820), - [anon_sym_inline] = ACTIONS(3820), - [anon_sym_thread_local] = ACTIONS(3820), - [anon_sym_const] = ACTIONS(3820), - [anon_sym_volatile] = ACTIONS(3820), - [anon_sym_restrict] = ACTIONS(3820), - [anon_sym__Atomic] = ACTIONS(3820), - [anon_sym_mutable] = ACTIONS(3820), - [anon_sym_constexpr] = ACTIONS(3820), - [anon_sym_constinit] = ACTIONS(3820), - [anon_sym_consteval] = ACTIONS(3820), - [anon_sym_QMARK] = ACTIONS(3822), - [anon_sym_STAR_EQ] = ACTIONS(3822), - [anon_sym_SLASH_EQ] = ACTIONS(3822), - [anon_sym_PERCENT_EQ] = ACTIONS(3822), - [anon_sym_PLUS_EQ] = ACTIONS(3822), - [anon_sym_DASH_EQ] = ACTIONS(3822), - [anon_sym_LT_LT_EQ] = ACTIONS(3822), - [anon_sym_GT_GT_EQ] = ACTIONS(3822), - [anon_sym_AMP_EQ] = ACTIONS(3822), - [anon_sym_CARET_EQ] = ACTIONS(3822), - [anon_sym_PIPE_EQ] = ACTIONS(3822), - [anon_sym_and_eq] = ACTIONS(3820), - [anon_sym_or_eq] = ACTIONS(3820), - [anon_sym_xor_eq] = ACTIONS(3820), - [anon_sym_LT_EQ_GT] = ACTIONS(3822), - [anon_sym_or] = ACTIONS(3820), - [anon_sym_and] = ACTIONS(3820), - [anon_sym_bitor] = ACTIONS(3820), - [anon_sym_xor] = ACTIONS(3820), - [anon_sym_bitand] = ACTIONS(3820), - [anon_sym_not_eq] = ACTIONS(3820), - [anon_sym_DASH_DASH] = ACTIONS(3822), - [anon_sym_PLUS_PLUS] = ACTIONS(3822), - [anon_sym_DOT] = ACTIONS(3820), - [anon_sym_DASH_GT] = ACTIONS(3820), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3820), - [anon_sym_decltype] = ACTIONS(3820), - [anon_sym_virtual] = ACTIONS(3820), - [anon_sym_template] = ACTIONS(3820), - [anon_sym_operator] = ACTIONS(3820), - [anon_sym_DOT_STAR] = ACTIONS(3822), - [anon_sym_DASH_GT_STAR] = ACTIONS(3822), - }, - [1732] = { - [sym_identifier] = ACTIONS(3820), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3822), - [anon_sym_COMMA] = ACTIONS(3822), - [anon_sym_RPAREN] = ACTIONS(3822), - [anon_sym_LPAREN2] = ACTIONS(3822), - [anon_sym_TILDE] = ACTIONS(3822), - [anon_sym_DASH] = ACTIONS(3820), - [anon_sym_PLUS] = ACTIONS(3820), - [anon_sym_STAR] = ACTIONS(3820), - [anon_sym_SLASH] = ACTIONS(3820), - [anon_sym_PERCENT] = ACTIONS(3820), - [anon_sym_PIPE_PIPE] = ACTIONS(3822), - [anon_sym_AMP_AMP] = ACTIONS(3822), - [anon_sym_PIPE] = ACTIONS(3820), - [anon_sym_CARET] = ACTIONS(3820), - [anon_sym_AMP] = ACTIONS(3820), - [anon_sym_EQ_EQ] = ACTIONS(3822), - [anon_sym_BANG_EQ] = ACTIONS(3822), - [anon_sym_GT] = ACTIONS(3820), - [anon_sym_GT_EQ] = ACTIONS(3822), - [anon_sym_LT_EQ] = ACTIONS(3820), - [anon_sym_LT] = ACTIONS(3820), - [anon_sym_LT_LT] = ACTIONS(3820), - [anon_sym_GT_GT] = ACTIONS(3820), - [anon_sym_SEMI] = ACTIONS(3822), - [anon_sym_extern] = ACTIONS(3820), - [anon_sym___attribute__] = ACTIONS(3820), - [anon_sym_COLON_COLON] = ACTIONS(3822), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3822), - [anon_sym___declspec] = ACTIONS(3820), - [anon_sym___based] = ACTIONS(3820), - [anon_sym_LBRACE] = ACTIONS(3822), - [anon_sym_RBRACE] = ACTIONS(3822), - [anon_sym_LBRACK] = ACTIONS(3820), - [anon_sym_EQ] = ACTIONS(3820), - [anon_sym_static] = ACTIONS(3820), - [anon_sym_register] = ACTIONS(3820), - [anon_sym_inline] = ACTIONS(3820), - [anon_sym_thread_local] = ACTIONS(3820), - [anon_sym_const] = ACTIONS(3820), - [anon_sym_volatile] = ACTIONS(3820), - [anon_sym_restrict] = ACTIONS(3820), - [anon_sym__Atomic] = ACTIONS(3820), - [anon_sym_mutable] = ACTIONS(3820), - [anon_sym_constexpr] = ACTIONS(3820), - [anon_sym_constinit] = ACTIONS(3820), - [anon_sym_consteval] = ACTIONS(3820), - [anon_sym_QMARK] = ACTIONS(3822), - [anon_sym_STAR_EQ] = ACTIONS(3822), - [anon_sym_SLASH_EQ] = ACTIONS(3822), - [anon_sym_PERCENT_EQ] = ACTIONS(3822), - [anon_sym_PLUS_EQ] = ACTIONS(3822), - [anon_sym_DASH_EQ] = ACTIONS(3822), - [anon_sym_LT_LT_EQ] = ACTIONS(3822), - [anon_sym_GT_GT_EQ] = ACTIONS(3822), - [anon_sym_AMP_EQ] = ACTIONS(3822), - [anon_sym_CARET_EQ] = ACTIONS(3822), - [anon_sym_PIPE_EQ] = ACTIONS(3822), - [anon_sym_and_eq] = ACTIONS(3820), - [anon_sym_or_eq] = ACTIONS(3820), - [anon_sym_xor_eq] = ACTIONS(3820), - [anon_sym_LT_EQ_GT] = ACTIONS(3822), - [anon_sym_or] = ACTIONS(3820), - [anon_sym_and] = ACTIONS(3820), - [anon_sym_bitor] = ACTIONS(3820), - [anon_sym_xor] = ACTIONS(3820), - [anon_sym_bitand] = ACTIONS(3820), - [anon_sym_not_eq] = ACTIONS(3820), - [anon_sym_DASH_DASH] = ACTIONS(3822), - [anon_sym_PLUS_PLUS] = ACTIONS(3822), - [anon_sym_DOT] = ACTIONS(3820), - [anon_sym_DASH_GT] = ACTIONS(3822), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3820), - [anon_sym_decltype] = ACTIONS(3820), - [anon_sym_virtual] = ACTIONS(3820), - [anon_sym_template] = ACTIONS(3820), - [anon_sym_operator] = ACTIONS(3820), - }, - [1733] = { - [sym_identifier] = ACTIONS(3824), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3826), - [anon_sym_COMMA] = ACTIONS(3826), - [anon_sym_RPAREN] = ACTIONS(3826), - [anon_sym_LPAREN2] = ACTIONS(3826), - [anon_sym_TILDE] = ACTIONS(3826), - [anon_sym_DASH] = ACTIONS(3824), - [anon_sym_PLUS] = ACTIONS(3824), - [anon_sym_STAR] = ACTIONS(3824), - [anon_sym_SLASH] = ACTIONS(3824), - [anon_sym_PERCENT] = ACTIONS(3824), - [anon_sym_PIPE_PIPE] = ACTIONS(3826), - [anon_sym_AMP_AMP] = ACTIONS(3826), - [anon_sym_PIPE] = ACTIONS(3824), - [anon_sym_CARET] = ACTIONS(3824), - [anon_sym_AMP] = ACTIONS(3824), - [anon_sym_EQ_EQ] = ACTIONS(3826), - [anon_sym_BANG_EQ] = ACTIONS(3826), - [anon_sym_GT] = ACTIONS(3824), - [anon_sym_GT_EQ] = ACTIONS(3826), - [anon_sym_LT_EQ] = ACTIONS(3824), - [anon_sym_LT] = ACTIONS(3824), - [anon_sym_LT_LT] = ACTIONS(3824), - [anon_sym_GT_GT] = ACTIONS(3824), - [anon_sym_extern] = ACTIONS(3824), - [anon_sym___attribute__] = ACTIONS(3824), - [anon_sym_COLON_COLON] = ACTIONS(3826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3826), - [anon_sym___declspec] = ACTIONS(3824), - [anon_sym___based] = ACTIONS(3824), - [anon_sym_LBRACE] = ACTIONS(3826), - [anon_sym_LBRACK] = ACTIONS(3824), - [anon_sym_EQ] = ACTIONS(3824), - [anon_sym_static] = ACTIONS(3824), - [anon_sym_register] = ACTIONS(3824), - [anon_sym_inline] = ACTIONS(3824), - [anon_sym_thread_local] = ACTIONS(3824), - [anon_sym_const] = ACTIONS(3824), - [anon_sym_volatile] = ACTIONS(3824), - [anon_sym_restrict] = ACTIONS(3824), - [anon_sym__Atomic] = ACTIONS(3824), - [anon_sym_mutable] = ACTIONS(3824), - [anon_sym_constexpr] = ACTIONS(3824), - [anon_sym_constinit] = ACTIONS(3824), - [anon_sym_consteval] = ACTIONS(3824), - [anon_sym_QMARK] = ACTIONS(3826), - [anon_sym_STAR_EQ] = ACTIONS(3826), - [anon_sym_SLASH_EQ] = ACTIONS(3826), - [anon_sym_PERCENT_EQ] = ACTIONS(3826), - [anon_sym_PLUS_EQ] = ACTIONS(3826), - [anon_sym_DASH_EQ] = ACTIONS(3826), - [anon_sym_LT_LT_EQ] = ACTIONS(3826), - [anon_sym_GT_GT_EQ] = ACTIONS(3826), - [anon_sym_AMP_EQ] = ACTIONS(3826), - [anon_sym_CARET_EQ] = ACTIONS(3826), - [anon_sym_PIPE_EQ] = ACTIONS(3826), - [anon_sym_and_eq] = ACTIONS(3824), - [anon_sym_or_eq] = ACTIONS(3824), - [anon_sym_xor_eq] = ACTIONS(3824), - [anon_sym_LT_EQ_GT] = ACTIONS(3826), - [anon_sym_or] = ACTIONS(3824), - [anon_sym_and] = ACTIONS(3824), - [anon_sym_bitor] = ACTIONS(3824), - [anon_sym_xor] = ACTIONS(3824), - [anon_sym_bitand] = ACTIONS(3824), - [anon_sym_not_eq] = ACTIONS(3824), - [anon_sym_DASH_DASH] = ACTIONS(3826), - [anon_sym_PLUS_PLUS] = ACTIONS(3826), - [anon_sym_DOT] = ACTIONS(3824), - [anon_sym_DASH_GT] = ACTIONS(3824), + [1720] = { + [sym__expression] = STATE(3724), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3824), - [anon_sym_decltype] = ACTIONS(3824), - [anon_sym_virtual] = ACTIONS(3824), - [anon_sym_template] = ACTIONS(3824), - [anon_sym_operator] = ACTIONS(3824), - [anon_sym_DOT_STAR] = ACTIONS(3826), - [anon_sym_DASH_GT_STAR] = ACTIONS(3826), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [1734] = { - [sym_identifier] = ACTIONS(3828), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3830), - [anon_sym_COMMA] = ACTIONS(3830), - [anon_sym_RPAREN] = ACTIONS(3830), - [anon_sym_LPAREN2] = ACTIONS(3830), - [anon_sym_TILDE] = ACTIONS(3830), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_PIPE_PIPE] = ACTIONS(3830), - [anon_sym_AMP_AMP] = ACTIONS(3830), - [anon_sym_PIPE] = ACTIONS(3828), - [anon_sym_CARET] = ACTIONS(3828), - [anon_sym_AMP] = ACTIONS(3828), - [anon_sym_EQ_EQ] = ACTIONS(3830), - [anon_sym_BANG_EQ] = ACTIONS(3830), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_GT_EQ] = ACTIONS(3830), - [anon_sym_LT_EQ] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_LT_LT] = ACTIONS(3828), - [anon_sym_GT_GT] = ACTIONS(3828), - [anon_sym_extern] = ACTIONS(3828), - [anon_sym___attribute__] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3830), - [anon_sym___declspec] = ACTIONS(3828), - [anon_sym___based] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3830), - [anon_sym_LBRACK] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_static] = ACTIONS(3828), - [anon_sym_register] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_thread_local] = ACTIONS(3828), - [anon_sym_const] = ACTIONS(3828), - [anon_sym_volatile] = ACTIONS(3828), - [anon_sym_restrict] = ACTIONS(3828), - [anon_sym__Atomic] = ACTIONS(3828), - [anon_sym_mutable] = ACTIONS(3828), - [anon_sym_constexpr] = ACTIONS(3828), - [anon_sym_constinit] = ACTIONS(3828), - [anon_sym_consteval] = ACTIONS(3828), - [anon_sym_QMARK] = ACTIONS(3830), - [anon_sym_STAR_EQ] = ACTIONS(3830), - [anon_sym_SLASH_EQ] = ACTIONS(3830), - [anon_sym_PERCENT_EQ] = ACTIONS(3830), - [anon_sym_PLUS_EQ] = ACTIONS(3830), - [anon_sym_DASH_EQ] = ACTIONS(3830), - [anon_sym_LT_LT_EQ] = ACTIONS(3830), - [anon_sym_GT_GT_EQ] = ACTIONS(3830), - [anon_sym_AMP_EQ] = ACTIONS(3830), - [anon_sym_CARET_EQ] = ACTIONS(3830), - [anon_sym_PIPE_EQ] = ACTIONS(3830), - [anon_sym_and_eq] = ACTIONS(3828), - [anon_sym_or_eq] = ACTIONS(3828), - [anon_sym_xor_eq] = ACTIONS(3828), - [anon_sym_LT_EQ_GT] = ACTIONS(3830), - [anon_sym_or] = ACTIONS(3828), - [anon_sym_and] = ACTIONS(3828), - [anon_sym_bitor] = ACTIONS(3828), - [anon_sym_xor] = ACTIONS(3828), - [anon_sym_bitand] = ACTIONS(3828), - [anon_sym_not_eq] = ACTIONS(3828), - [anon_sym_DASH_DASH] = ACTIONS(3830), - [anon_sym_PLUS_PLUS] = ACTIONS(3830), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3828), + [1721] = { + [sym__expression] = STATE(3723), + [sym_conditional_expression] = STATE(3852), + [sym_assignment_expression] = STATE(3852), + [sym_pointer_expression] = STATE(3018), + [sym_unary_expression] = STATE(3852), + [sym_binary_expression] = STATE(3852), + [sym_update_expression] = STATE(3852), + [sym_cast_expression] = STATE(3852), + [sym_sizeof_expression] = STATE(3852), + [sym_subscript_expression] = STATE(3018), + [sym_call_expression] = STATE(3018), + [sym_field_expression] = STATE(3018), + [sym_compound_literal_expression] = STATE(3852), + [sym_parenthesized_expression] = STATE(3018), + [sym_char_literal] = STATE(3763), + [sym_concatenated_string] = STATE(3763), + [sym_string_literal] = STATE(3019), + [sym_decltype] = STATE(6968), + [sym__class_name] = STATE(6209), + [sym_template_type] = STATE(3306), + [sym_template_function] = STATE(3852), + [sym_raw_string_literal] = STATE(3019), + [sym_co_await_expression] = STATE(3852), + [sym_new_expression] = STATE(3852), + [sym_delete_expression] = STATE(3852), + [sym_requires_clause] = STATE(3852), + [sym_requires_expression] = STATE(3852), + [sym_lambda_expression] = STATE(3852), + [sym_lambda_capture_specifier] = STATE(4786), + [sym_fold_expression] = STATE(3852), + [sym_parameter_pack_expansion] = STATE(3852), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(4810), + [sym_qualified_identifier] = STATE(3018), + [sym_qualified_type_identifier] = STATE(6209), + [sym_user_defined_literal] = STATE(3852), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2406), + [anon_sym_TILDE] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_PLUS] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(1519), + [sym_primitive_type] = ACTIONS(1599), + [anon_sym_not] = ACTIONS(2408), + [anon_sym_compl] = ACTIONS(2408), + [anon_sym_DASH_DASH] = ACTIONS(2426), + [anon_sym_PLUS_PLUS] = ACTIONS(2426), + [anon_sym_sizeof] = ACTIONS(2428), + [sym_number_literal] = ACTIONS(2430), + [anon_sym_L_SQUOTE] = ACTIONS(2432), + [anon_sym_u_SQUOTE] = ACTIONS(2432), + [anon_sym_U_SQUOTE] = ACTIONS(2432), + [anon_sym_u8_SQUOTE] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2432), + [anon_sym_L_DQUOTE] = ACTIONS(2434), + [anon_sym_u_DQUOTE] = ACTIONS(2434), + [anon_sym_U_DQUOTE] = ACTIONS(2434), + [anon_sym_u8_DQUOTE] = ACTIONS(2434), + [anon_sym_DQUOTE] = ACTIONS(2434), + [sym_true] = ACTIONS(2436), + [sym_false] = ACTIONS(2436), + [sym_null] = ACTIONS(2436), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3828), - [anon_sym_decltype] = ACTIONS(3828), - [anon_sym_virtual] = ACTIONS(3828), - [anon_sym_template] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_DOT_STAR] = ACTIONS(3830), - [anon_sym_DASH_GT_STAR] = ACTIONS(3830), + [anon_sym_decltype] = ACTIONS(1535), + [anon_sym_template] = ACTIONS(976), + [anon_sym_delete] = ACTIONS(2446), + [anon_sym_R_DQUOTE] = ACTIONS(2448), + [anon_sym_LR_DQUOTE] = ACTIONS(2448), + [anon_sym_uR_DQUOTE] = ACTIONS(2448), + [anon_sym_UR_DQUOTE] = ACTIONS(2448), + [anon_sym_u8R_DQUOTE] = ACTIONS(2448), + [anon_sym_co_await] = ACTIONS(2450), + [anon_sym_new] = ACTIONS(2452), + [anon_sym_requires] = ACTIONS(2454), + [sym_this] = ACTIONS(2436), + [sym_nullptr] = ACTIONS(2436), }, - [1735] = { - [sym_template_argument_list] = STATE(1829), - [sym_identifier] = ACTIONS(3748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_LPAREN2] = ACTIONS(3750), - [anon_sym_TILDE] = ACTIONS(3753), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3773), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_SEMI] = ACTIONS(3760), - [anon_sym_extern] = ACTIONS(3748), - [anon_sym___attribute__] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3753), - [anon_sym___declspec] = ACTIONS(3748), - [anon_sym___based] = ACTIONS(3748), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3757), - [anon_sym_EQ] = ACTIONS(3783), - [anon_sym_static] = ACTIONS(3748), - [anon_sym_register] = ACTIONS(3748), - [anon_sym_inline] = ACTIONS(3748), - [anon_sym_thread_local] = ACTIONS(3748), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3748), - [anon_sym_restrict] = ACTIONS(3748), - [anon_sym__Atomic] = ACTIONS(3748), - [anon_sym_mutable] = ACTIONS(3748), - [anon_sym_constexpr] = ACTIONS(3748), - [anon_sym_constinit] = ACTIONS(3748), - [anon_sym_consteval] = ACTIONS(3748), - [anon_sym_COLON] = ACTIONS(3785), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3787), - [anon_sym_SLASH_EQ] = ACTIONS(3787), - [anon_sym_PERCENT_EQ] = ACTIONS(3787), - [anon_sym_PLUS_EQ] = ACTIONS(3787), - [anon_sym_DASH_EQ] = ACTIONS(3787), - [anon_sym_LT_LT_EQ] = ACTIONS(3787), - [anon_sym_GT_GT_EQ] = ACTIONS(3787), - [anon_sym_AMP_EQ] = ACTIONS(3787), - [anon_sym_CARET_EQ] = ACTIONS(3787), - [anon_sym_PIPE_EQ] = ACTIONS(3787), + [1722] = { + [sym_template_argument_list] = STATE(1730), + [sym_identifier] = ACTIONS(3725), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3727), + [anon_sym_COMMA] = ACTIONS(3727), + [anon_sym_RPAREN] = ACTIONS(3727), + [anon_sym_LPAREN2] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3732), + [anon_sym_PLUS] = ACTIONS(3732), + [anon_sym_STAR] = ACTIONS(3734), + [anon_sym_SLASH] = ACTIONS(3732), + [anon_sym_PERCENT] = ACTIONS(3732), + [anon_sym_PIPE_PIPE] = ACTIONS(3737), + [anon_sym_AMP_AMP] = ACTIONS(3727), + [anon_sym_PIPE] = ACTIONS(3732), + [anon_sym_CARET] = ACTIONS(3732), + [anon_sym_AMP] = ACTIONS(3734), + [anon_sym_EQ_EQ] = ACTIONS(3737), + [anon_sym_BANG_EQ] = ACTIONS(3737), + [anon_sym_GT] = ACTIONS(3732), + [anon_sym_GT_EQ] = ACTIONS(3737), + [anon_sym_LT_EQ] = ACTIONS(3732), + [anon_sym_LT] = ACTIONS(3739), + [anon_sym_LT_LT] = ACTIONS(3732), + [anon_sym_GT_GT] = ACTIONS(3732), + [anon_sym_extern] = ACTIONS(3725), + [anon_sym___attribute__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3730), + [anon_sym___declspec] = ACTIONS(3725), + [anon_sym___based] = ACTIONS(3725), + [anon_sym_LBRACE] = ACTIONS(3730), + [anon_sym_LBRACK] = ACTIONS(3734), + [anon_sym_EQ] = ACTIONS(3734), + [anon_sym_static] = ACTIONS(3725), + [anon_sym_register] = ACTIONS(3725), + [anon_sym_inline] = ACTIONS(3725), + [anon_sym_thread_local] = ACTIONS(3725), + [anon_sym_const] = ACTIONS(3725), + [anon_sym_volatile] = ACTIONS(3725), + [anon_sym_restrict] = ACTIONS(3725), + [anon_sym__Atomic] = ACTIONS(3725), + [anon_sym_mutable] = ACTIONS(3725), + [anon_sym_constexpr] = ACTIONS(3725), + [anon_sym_constinit] = ACTIONS(3725), + [anon_sym_consteval] = ACTIONS(3725), + [anon_sym_QMARK] = ACTIONS(3737), + [anon_sym_STAR_EQ] = ACTIONS(3737), + [anon_sym_SLASH_EQ] = ACTIONS(3737), + [anon_sym_PERCENT_EQ] = ACTIONS(3737), + [anon_sym_PLUS_EQ] = ACTIONS(3737), + [anon_sym_DASH_EQ] = ACTIONS(3737), + [anon_sym_LT_LT_EQ] = ACTIONS(3737), + [anon_sym_GT_GT_EQ] = ACTIONS(3737), + [anon_sym_AMP_EQ] = ACTIONS(3737), + [anon_sym_CARET_EQ] = ACTIONS(3737), + [anon_sym_PIPE_EQ] = ACTIONS(3737), + [anon_sym_and_eq] = ACTIONS(3732), + [anon_sym_or_eq] = ACTIONS(3732), + [anon_sym_xor_eq] = ACTIONS(3732), + [anon_sym_LT_EQ_GT] = ACTIONS(3737), + [anon_sym_or] = ACTIONS(3732), + [anon_sym_and] = ACTIONS(3732), + [anon_sym_bitor] = ACTIONS(3732), + [anon_sym_xor] = ACTIONS(3732), + [anon_sym_bitand] = ACTIONS(3732), + [anon_sym_not_eq] = ACTIONS(3732), + [anon_sym_DASH_DASH] = ACTIONS(3737), + [anon_sym_PLUS_PLUS] = ACTIONS(3737), + [anon_sym_DOT] = ACTIONS(3732), + [anon_sym_DASH_GT] = ACTIONS(3732), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3725), + [anon_sym_decltype] = ACTIONS(3725), + [anon_sym_virtual] = ACTIONS(3725), + [anon_sym_template] = ACTIONS(3725), + [anon_sym_operator] = ACTIONS(3725), + [anon_sym_DOT_STAR] = ACTIONS(3737), + [anon_sym_DASH_GT_STAR] = ACTIONS(3737), + }, + [1723] = { + [sym_template_argument_list] = STATE(1834), + [sym_identifier] = ACTIONS(3744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_LPAREN2] = ACTIONS(3748), + [anon_sym_TILDE] = ACTIONS(3752), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3762), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_SEMI] = ACTIONS(3759), + [anon_sym_extern] = ACTIONS(3744), + [anon_sym___attribute__] = ACTIONS(3744), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3765), + [anon_sym___declspec] = ACTIONS(3744), + [anon_sym___based] = ACTIONS(3744), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_RBRACE] = ACTIONS(3746), + [anon_sym_LBRACK] = ACTIONS(3770), + [anon_sym_EQ] = ACTIONS(3774), + [anon_sym_static] = ACTIONS(3744), + [anon_sym_register] = ACTIONS(3744), + [anon_sym_inline] = ACTIONS(3744), + [anon_sym_thread_local] = ACTIONS(3744), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3744), + [anon_sym_restrict] = ACTIONS(3744), + [anon_sym__Atomic] = ACTIONS(3744), + [anon_sym_mutable] = ACTIONS(3744), + [anon_sym_constexpr] = ACTIONS(3744), + [anon_sym_constinit] = ACTIONS(3744), + [anon_sym_consteval] = ACTIONS(3744), + [anon_sym_COLON] = ACTIONS(3776), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3778), + [anon_sym_SLASH_EQ] = ACTIONS(3778), + [anon_sym_PERCENT_EQ] = ACTIONS(3778), + [anon_sym_PLUS_EQ] = ACTIONS(3778), + [anon_sym_DASH_EQ] = ACTIONS(3778), + [anon_sym_LT_LT_EQ] = ACTIONS(3778), + [anon_sym_GT_GT_EQ] = ACTIONS(3778), + [anon_sym_AMP_EQ] = ACTIONS(3778), + [anon_sym_CARET_EQ] = ACTIONS(3778), + [anon_sym_PIPE_EQ] = ACTIONS(3778), + [anon_sym_and_eq] = ACTIONS(3774), + [anon_sym_or_eq] = ACTIONS(3774), + [anon_sym_xor_eq] = ACTIONS(3774), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3746), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3744), + [anon_sym_decltype] = ACTIONS(3744), + [anon_sym_virtual] = ACTIONS(3744), + [anon_sym_template] = ACTIONS(3744), + [anon_sym_operator] = ACTIONS(3744), + }, + [1724] = { + [sym_template_argument_list] = STATE(1759), + [sym_identifier] = ACTIONS(3744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3759), + [anon_sym_COMMA] = ACTIONS(3759), + [anon_sym_RPAREN] = ACTIONS(3759), + [anon_sym_LPAREN2] = ACTIONS(3759), + [anon_sym_TILDE] = ACTIONS(3752), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3780), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_extern] = ACTIONS(3744), + [anon_sym___attribute__] = ACTIONS(3744), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3752), + [anon_sym___declspec] = ACTIONS(3744), + [anon_sym___based] = ACTIONS(3744), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3756), + [anon_sym_EQ] = ACTIONS(3756), + [anon_sym_static] = ACTIONS(3744), + [anon_sym_register] = ACTIONS(3744), + [anon_sym_inline] = ACTIONS(3744), + [anon_sym_thread_local] = ACTIONS(3744), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3744), + [anon_sym_restrict] = ACTIONS(3744), + [anon_sym__Atomic] = ACTIONS(3744), + [anon_sym_mutable] = ACTIONS(3744), + [anon_sym_constexpr] = ACTIONS(3744), + [anon_sym_constinit] = ACTIONS(3744), + [anon_sym_consteval] = ACTIONS(3744), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3746), + [anon_sym_SLASH_EQ] = ACTIONS(3746), + [anon_sym_PERCENT_EQ] = ACTIONS(3746), + [anon_sym_PLUS_EQ] = ACTIONS(3746), + [anon_sym_DASH_EQ] = ACTIONS(3746), + [anon_sym_LT_LT_EQ] = ACTIONS(3746), + [anon_sym_GT_GT_EQ] = ACTIONS(3746), + [anon_sym_AMP_EQ] = ACTIONS(3746), + [anon_sym_CARET_EQ] = ACTIONS(3746), + [anon_sym_PIPE_EQ] = ACTIONS(3746), [anon_sym_and_eq] = ACTIONS(3783), [anon_sym_or_eq] = ACTIONS(3783), [anon_sym_xor_eq] = ACTIONS(3783), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3760), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3748), - [anon_sym_decltype] = ACTIONS(3748), - [anon_sym_virtual] = ACTIONS(3748), - [anon_sym_template] = ACTIONS(3748), - [anon_sym_operator] = ACTIONS(3748), - }, - [1736] = { - [sym_template_argument_list] = STATE(1752), - [sym_identifier] = ACTIONS(3729), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3741), - [anon_sym_COMMA] = ACTIONS(3741), - [anon_sym_LPAREN2] = ACTIONS(3731), - [anon_sym_TILDE] = ACTIONS(3734), - [anon_sym_DASH] = ACTIONS(3736), - [anon_sym_PLUS] = ACTIONS(3736), - [anon_sym_STAR] = ACTIONS(3738), - [anon_sym_SLASH] = ACTIONS(3736), - [anon_sym_PERCENT] = ACTIONS(3736), - [anon_sym_PIPE_PIPE] = ACTIONS(3741), - [anon_sym_AMP_AMP] = ACTIONS(3731), - [anon_sym_PIPE] = ACTIONS(3736), - [anon_sym_CARET] = ACTIONS(3736), - [anon_sym_AMP] = ACTIONS(3738), - [anon_sym_EQ_EQ] = ACTIONS(3741), - [anon_sym_BANG_EQ] = ACTIONS(3741), - [anon_sym_GT] = ACTIONS(3736), - [anon_sym_GT_EQ] = ACTIONS(3741), - [anon_sym_LT_EQ] = ACTIONS(3736), - [anon_sym_LT] = ACTIONS(3793), - [anon_sym_LT_LT] = ACTIONS(3736), - [anon_sym_GT_GT] = ACTIONS(3736), - [anon_sym_SEMI] = ACTIONS(3731), - [anon_sym_extern] = ACTIONS(3729), - [anon_sym___attribute__] = ACTIONS(3729), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3731), - [anon_sym___declspec] = ACTIONS(3729), - [anon_sym___based] = ACTIONS(3729), - [anon_sym_LBRACE] = ACTIONS(3734), - [anon_sym_RBRACE] = ACTIONS(3741), - [anon_sym_LBRACK] = ACTIONS(3738), - [anon_sym_EQ] = ACTIONS(3736), - [anon_sym_static] = ACTIONS(3729), - [anon_sym_register] = ACTIONS(3729), - [anon_sym_inline] = ACTIONS(3729), - [anon_sym_thread_local] = ACTIONS(3729), - [anon_sym_const] = ACTIONS(3729), - [anon_sym_volatile] = ACTIONS(3729), - [anon_sym_restrict] = ACTIONS(3729), - [anon_sym__Atomic] = ACTIONS(3729), - [anon_sym_mutable] = ACTIONS(3729), - [anon_sym_constexpr] = ACTIONS(3729), - [anon_sym_constinit] = ACTIONS(3729), - [anon_sym_consteval] = ACTIONS(3729), - [anon_sym_QMARK] = ACTIONS(3741), - [anon_sym_STAR_EQ] = ACTIONS(3741), - [anon_sym_SLASH_EQ] = ACTIONS(3741), - [anon_sym_PERCENT_EQ] = ACTIONS(3741), - [anon_sym_PLUS_EQ] = ACTIONS(3741), - [anon_sym_DASH_EQ] = ACTIONS(3741), - [anon_sym_LT_LT_EQ] = ACTIONS(3741), - [anon_sym_GT_GT_EQ] = ACTIONS(3741), - [anon_sym_AMP_EQ] = ACTIONS(3741), - [anon_sym_CARET_EQ] = ACTIONS(3741), - [anon_sym_PIPE_EQ] = ACTIONS(3741), - [anon_sym_and_eq] = ACTIONS(3736), - [anon_sym_or_eq] = ACTIONS(3736), - [anon_sym_xor_eq] = ACTIONS(3736), - [anon_sym_LT_EQ_GT] = ACTIONS(3741), - [anon_sym_or] = ACTIONS(3736), - [anon_sym_and] = ACTIONS(3736), - [anon_sym_bitor] = ACTIONS(3736), - [anon_sym_xor] = ACTIONS(3736), - [anon_sym_bitand] = ACTIONS(3736), - [anon_sym_not_eq] = ACTIONS(3736), - [anon_sym_DASH_DASH] = ACTIONS(3741), - [anon_sym_PLUS_PLUS] = ACTIONS(3741), - [anon_sym_DOT] = ACTIONS(3736), - [anon_sym_DASH_GT] = ACTIONS(3741), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3729), - [anon_sym_decltype] = ACTIONS(3729), - [anon_sym_virtual] = ACTIONS(3729), - [anon_sym_template] = ACTIONS(3729), - [anon_sym_operator] = ACTIONS(3729), - }, - [1737] = { - [sym_identifier] = ACTIONS(3832), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3834), - [anon_sym_COMMA] = ACTIONS(3834), - [anon_sym_RPAREN] = ACTIONS(3834), - [anon_sym_LPAREN2] = ACTIONS(3834), - [anon_sym_TILDE] = ACTIONS(3834), - [anon_sym_DASH] = ACTIONS(3832), - [anon_sym_PLUS] = ACTIONS(3832), - [anon_sym_STAR] = ACTIONS(3832), - [anon_sym_SLASH] = ACTIONS(3832), - [anon_sym_PERCENT] = ACTIONS(3832), - [anon_sym_PIPE_PIPE] = ACTIONS(3834), - [anon_sym_AMP_AMP] = ACTIONS(3834), - [anon_sym_PIPE] = ACTIONS(3832), - [anon_sym_CARET] = ACTIONS(3832), - [anon_sym_AMP] = ACTIONS(3832), - [anon_sym_EQ_EQ] = ACTIONS(3834), - [anon_sym_BANG_EQ] = ACTIONS(3834), - [anon_sym_GT] = ACTIONS(3832), - [anon_sym_GT_EQ] = ACTIONS(3834), - [anon_sym_LT_EQ] = ACTIONS(3832), - [anon_sym_LT] = ACTIONS(3832), - [anon_sym_LT_LT] = ACTIONS(3832), - [anon_sym_GT_GT] = ACTIONS(3832), - [anon_sym_extern] = ACTIONS(3832), - [anon_sym___attribute__] = ACTIONS(3832), - [anon_sym_COLON_COLON] = ACTIONS(3834), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3834), - [anon_sym___declspec] = ACTIONS(3832), - [anon_sym___based] = ACTIONS(3832), - [anon_sym_LBRACE] = ACTIONS(3834), - [anon_sym_LBRACK] = ACTIONS(3832), - [anon_sym_EQ] = ACTIONS(3832), - [anon_sym_static] = ACTIONS(3832), - [anon_sym_register] = ACTIONS(3832), - [anon_sym_inline] = ACTIONS(3832), - [anon_sym_thread_local] = ACTIONS(3832), - [anon_sym_const] = ACTIONS(3832), - [anon_sym_volatile] = ACTIONS(3832), - [anon_sym_restrict] = ACTIONS(3832), - [anon_sym__Atomic] = ACTIONS(3832), - [anon_sym_mutable] = ACTIONS(3832), - [anon_sym_constexpr] = ACTIONS(3832), - [anon_sym_constinit] = ACTIONS(3832), - [anon_sym_consteval] = ACTIONS(3832), - [anon_sym_QMARK] = ACTIONS(3834), - [anon_sym_STAR_EQ] = ACTIONS(3834), - [anon_sym_SLASH_EQ] = ACTIONS(3834), - [anon_sym_PERCENT_EQ] = ACTIONS(3834), - [anon_sym_PLUS_EQ] = ACTIONS(3834), - [anon_sym_DASH_EQ] = ACTIONS(3834), - [anon_sym_LT_LT_EQ] = ACTIONS(3834), - [anon_sym_GT_GT_EQ] = ACTIONS(3834), - [anon_sym_AMP_EQ] = ACTIONS(3834), - [anon_sym_CARET_EQ] = ACTIONS(3834), - [anon_sym_PIPE_EQ] = ACTIONS(3834), - [anon_sym_and_eq] = ACTIONS(3832), - [anon_sym_or_eq] = ACTIONS(3832), - [anon_sym_xor_eq] = ACTIONS(3832), - [anon_sym_LT_EQ_GT] = ACTIONS(3834), - [anon_sym_or] = ACTIONS(3832), - [anon_sym_and] = ACTIONS(3832), - [anon_sym_bitor] = ACTIONS(3832), - [anon_sym_xor] = ACTIONS(3832), - [anon_sym_bitand] = ACTIONS(3832), - [anon_sym_not_eq] = ACTIONS(3832), - [anon_sym_DASH_DASH] = ACTIONS(3834), - [anon_sym_PLUS_PLUS] = ACTIONS(3834), - [anon_sym_DOT] = ACTIONS(3832), - [anon_sym_DASH_GT] = ACTIONS(3832), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3832), - [anon_sym_decltype] = ACTIONS(3832), - [anon_sym_virtual] = ACTIONS(3832), - [anon_sym_template] = ACTIONS(3832), - [anon_sym_operator] = ACTIONS(3832), - [anon_sym_DOT_STAR] = ACTIONS(3834), - [anon_sym_DASH_GT_STAR] = ACTIONS(3834), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3754), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3744), + [anon_sym_decltype] = ACTIONS(3744), + [anon_sym_virtual] = ACTIONS(3744), + [anon_sym_template] = ACTIONS(3744), + [anon_sym_operator] = ACTIONS(3744), + [anon_sym_DOT_STAR] = ACTIONS(3746), + [anon_sym_DASH_GT_STAR] = ACTIONS(3746), }, - [1738] = { - [sym_template_argument_list] = STATE(1827), - [sym_identifier] = ACTIONS(3748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_LPAREN2] = ACTIONS(3769), - [anon_sym_TILDE] = ACTIONS(3753), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3773), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_SEMI] = ACTIONS(3750), - [anon_sym_extern] = ACTIONS(3748), - [anon_sym___attribute__] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3776), - [anon_sym___declspec] = ACTIONS(3748), - [anon_sym___based] = ACTIONS(3748), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3779), - [anon_sym_EQ] = ACTIONS(3783), - [anon_sym_static] = ACTIONS(3748), - [anon_sym_register] = ACTIONS(3748), - [anon_sym_inline] = ACTIONS(3748), - [anon_sym_thread_local] = ACTIONS(3748), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3748), - [anon_sym_restrict] = ACTIONS(3748), - [anon_sym__Atomic] = ACTIONS(3748), - [anon_sym_mutable] = ACTIONS(3748), - [anon_sym_constexpr] = ACTIONS(3748), - [anon_sym_constinit] = ACTIONS(3748), - [anon_sym_consteval] = ACTIONS(3748), - [anon_sym_COLON] = ACTIONS(3836), - [anon_sym_QMARK] = ACTIONS(3760), + [1725] = { + [sym_identifier] = ACTIONS(3785), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3787), + [anon_sym_COMMA] = ACTIONS(3787), + [anon_sym_RPAREN] = ACTIONS(3787), + [anon_sym_LPAREN2] = ACTIONS(3787), + [anon_sym_TILDE] = ACTIONS(3787), + [anon_sym_DASH] = ACTIONS(3785), + [anon_sym_PLUS] = ACTIONS(3785), + [anon_sym_STAR] = ACTIONS(3785), + [anon_sym_SLASH] = ACTIONS(3785), + [anon_sym_PERCENT] = ACTIONS(3785), + [anon_sym_PIPE_PIPE] = ACTIONS(3787), + [anon_sym_AMP_AMP] = ACTIONS(3787), + [anon_sym_PIPE] = ACTIONS(3785), + [anon_sym_CARET] = ACTIONS(3785), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_EQ_EQ] = ACTIONS(3787), + [anon_sym_BANG_EQ] = ACTIONS(3787), + [anon_sym_GT] = ACTIONS(3785), + [anon_sym_GT_EQ] = ACTIONS(3787), + [anon_sym_LT_EQ] = ACTIONS(3785), + [anon_sym_LT] = ACTIONS(3785), + [anon_sym_LT_LT] = ACTIONS(3785), + [anon_sym_GT_GT] = ACTIONS(3785), + [anon_sym_SEMI] = ACTIONS(3787), + [anon_sym_extern] = ACTIONS(3785), + [anon_sym___attribute__] = ACTIONS(3785), + [anon_sym_COLON_COLON] = ACTIONS(3787), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3787), + [anon_sym___declspec] = ACTIONS(3785), + [anon_sym___based] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3787), + [anon_sym_RBRACE] = ACTIONS(3787), + [anon_sym_LBRACK] = ACTIONS(3785), + [anon_sym_EQ] = ACTIONS(3785), + [anon_sym_static] = ACTIONS(3785), + [anon_sym_register] = ACTIONS(3785), + [anon_sym_inline] = ACTIONS(3785), + [anon_sym_thread_local] = ACTIONS(3785), + [anon_sym_const] = ACTIONS(3785), + [anon_sym_volatile] = ACTIONS(3785), + [anon_sym_restrict] = ACTIONS(3785), + [anon_sym__Atomic] = ACTIONS(3785), + [anon_sym_mutable] = ACTIONS(3785), + [anon_sym_constexpr] = ACTIONS(3785), + [anon_sym_constinit] = ACTIONS(3785), + [anon_sym_consteval] = ACTIONS(3785), + [anon_sym_QMARK] = ACTIONS(3787), [anon_sym_STAR_EQ] = ACTIONS(3787), [anon_sym_SLASH_EQ] = ACTIONS(3787), [anon_sym_PERCENT_EQ] = ACTIONS(3787), @@ -216769,76 +215487,554 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_EQ] = ACTIONS(3787), [anon_sym_CARET_EQ] = ACTIONS(3787), [anon_sym_PIPE_EQ] = ACTIONS(3787), - [anon_sym_and_eq] = ACTIONS(3783), - [anon_sym_or_eq] = ACTIONS(3783), - [anon_sym_xor_eq] = ACTIONS(3783), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3760), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3748), - [anon_sym_decltype] = ACTIONS(3748), - [anon_sym_virtual] = ACTIONS(3748), - [anon_sym_template] = ACTIONS(3748), - [anon_sym_operator] = ACTIONS(3748), + [anon_sym_and_eq] = ACTIONS(3785), + [anon_sym_or_eq] = ACTIONS(3785), + [anon_sym_xor_eq] = ACTIONS(3785), + [anon_sym_LT_EQ_GT] = ACTIONS(3787), + [anon_sym_or] = ACTIONS(3785), + [anon_sym_and] = ACTIONS(3785), + [anon_sym_bitor] = ACTIONS(3785), + [anon_sym_xor] = ACTIONS(3785), + [anon_sym_bitand] = ACTIONS(3785), + [anon_sym_not_eq] = ACTIONS(3785), + [anon_sym_DASH_DASH] = ACTIONS(3787), + [anon_sym_PLUS_PLUS] = ACTIONS(3787), + [anon_sym_DOT] = ACTIONS(3785), + [anon_sym_DASH_GT] = ACTIONS(3787), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3785), + [anon_sym_decltype] = ACTIONS(3785), + [anon_sym_virtual] = ACTIONS(3785), + [anon_sym_template] = ACTIONS(3785), + [anon_sym_operator] = ACTIONS(3785), }, - [1739] = { - [sym_template_argument_list] = STATE(1827), - [sym_identifier] = ACTIONS(3748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_LPAREN2] = ACTIONS(3769), - [anon_sym_TILDE] = ACTIONS(3753), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3773), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_SEMI] = ACTIONS(3750), - [anon_sym_extern] = ACTIONS(3748), - [anon_sym___attribute__] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3776), - [anon_sym___declspec] = ACTIONS(3748), - [anon_sym___based] = ACTIONS(3748), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3779), - [anon_sym_EQ] = ACTIONS(3783), - [anon_sym_static] = ACTIONS(3748), - [anon_sym_register] = ACTIONS(3748), - [anon_sym_inline] = ACTIONS(3748), - [anon_sym_thread_local] = ACTIONS(3748), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3748), - [anon_sym_restrict] = ACTIONS(3748), - [anon_sym__Atomic] = ACTIONS(3748), - [anon_sym_mutable] = ACTIONS(3748), - [anon_sym_constexpr] = ACTIONS(3748), - [anon_sym_constinit] = ACTIONS(3748), - [anon_sym_consteval] = ACTIONS(3748), - [anon_sym_COLON] = ACTIONS(3796), - [anon_sym_QMARK] = ACTIONS(3760), + [1726] = { + [sym_template_argument_list] = STATE(1752), + [sym_identifier] = ACTIONS(3725), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3737), + [anon_sym_COMMA] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3732), + [anon_sym_PLUS] = ACTIONS(3732), + [anon_sym_STAR] = ACTIONS(3734), + [anon_sym_SLASH] = ACTIONS(3732), + [anon_sym_PERCENT] = ACTIONS(3732), + [anon_sym_PIPE_PIPE] = ACTIONS(3737), + [anon_sym_AMP_AMP] = ACTIONS(3727), + [anon_sym_PIPE] = ACTIONS(3732), + [anon_sym_CARET] = ACTIONS(3732), + [anon_sym_AMP] = ACTIONS(3734), + [anon_sym_EQ_EQ] = ACTIONS(3737), + [anon_sym_BANG_EQ] = ACTIONS(3737), + [anon_sym_GT] = ACTIONS(3732), + [anon_sym_GT_EQ] = ACTIONS(3737), + [anon_sym_LT_EQ] = ACTIONS(3732), + [anon_sym_LT] = ACTIONS(3789), + [anon_sym_LT_LT] = ACTIONS(3732), + [anon_sym_GT_GT] = ACTIONS(3732), + [anon_sym_SEMI] = ACTIONS(3727), + [anon_sym_extern] = ACTIONS(3725), + [anon_sym___attribute__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3727), + [anon_sym___declspec] = ACTIONS(3725), + [anon_sym___based] = ACTIONS(3725), + [anon_sym_LBRACE] = ACTIONS(3730), + [anon_sym_RBRACE] = ACTIONS(3737), + [anon_sym_LBRACK] = ACTIONS(3734), + [anon_sym_EQ] = ACTIONS(3732), + [anon_sym_static] = ACTIONS(3725), + [anon_sym_register] = ACTIONS(3725), + [anon_sym_inline] = ACTIONS(3725), + [anon_sym_thread_local] = ACTIONS(3725), + [anon_sym_const] = ACTIONS(3725), + [anon_sym_volatile] = ACTIONS(3725), + [anon_sym_restrict] = ACTIONS(3725), + [anon_sym__Atomic] = ACTIONS(3725), + [anon_sym_mutable] = ACTIONS(3725), + [anon_sym_constexpr] = ACTIONS(3725), + [anon_sym_constinit] = ACTIONS(3725), + [anon_sym_consteval] = ACTIONS(3725), + [anon_sym_QMARK] = ACTIONS(3737), + [anon_sym_STAR_EQ] = ACTIONS(3737), + [anon_sym_SLASH_EQ] = ACTIONS(3737), + [anon_sym_PERCENT_EQ] = ACTIONS(3737), + [anon_sym_PLUS_EQ] = ACTIONS(3737), + [anon_sym_DASH_EQ] = ACTIONS(3737), + [anon_sym_LT_LT_EQ] = ACTIONS(3737), + [anon_sym_GT_GT_EQ] = ACTIONS(3737), + [anon_sym_AMP_EQ] = ACTIONS(3737), + [anon_sym_CARET_EQ] = ACTIONS(3737), + [anon_sym_PIPE_EQ] = ACTIONS(3737), + [anon_sym_and_eq] = ACTIONS(3732), + [anon_sym_or_eq] = ACTIONS(3732), + [anon_sym_xor_eq] = ACTIONS(3732), + [anon_sym_LT_EQ_GT] = ACTIONS(3737), + [anon_sym_or] = ACTIONS(3732), + [anon_sym_and] = ACTIONS(3732), + [anon_sym_bitor] = ACTIONS(3732), + [anon_sym_xor] = ACTIONS(3732), + [anon_sym_bitand] = ACTIONS(3732), + [anon_sym_not_eq] = ACTIONS(3732), + [anon_sym_DASH_DASH] = ACTIONS(3737), + [anon_sym_PLUS_PLUS] = ACTIONS(3737), + [anon_sym_DOT] = ACTIONS(3732), + [anon_sym_DASH_GT] = ACTIONS(3737), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3725), + [anon_sym_decltype] = ACTIONS(3725), + [anon_sym_virtual] = ACTIONS(3725), + [anon_sym_template] = ACTIONS(3725), + [anon_sym_operator] = ACTIONS(3725), + }, + [1727] = { + [sym_identifier] = ACTIONS(3792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3794), + [anon_sym_COMMA] = ACTIONS(3794), + [anon_sym_RPAREN] = ACTIONS(3794), + [anon_sym_LPAREN2] = ACTIONS(3794), + [anon_sym_TILDE] = ACTIONS(3794), + [anon_sym_DASH] = ACTIONS(3792), + [anon_sym_PLUS] = ACTIONS(3792), + [anon_sym_STAR] = ACTIONS(3792), + [anon_sym_SLASH] = ACTIONS(3792), + [anon_sym_PERCENT] = ACTIONS(3792), + [anon_sym_PIPE_PIPE] = ACTIONS(3794), + [anon_sym_AMP_AMP] = ACTIONS(3794), + [anon_sym_PIPE] = ACTIONS(3792), + [anon_sym_CARET] = ACTIONS(3792), + [anon_sym_AMP] = ACTIONS(3792), + [anon_sym_EQ_EQ] = ACTIONS(3794), + [anon_sym_BANG_EQ] = ACTIONS(3794), + [anon_sym_GT] = ACTIONS(3792), + [anon_sym_GT_EQ] = ACTIONS(3794), + [anon_sym_LT_EQ] = ACTIONS(3792), + [anon_sym_LT] = ACTIONS(3792), + [anon_sym_LT_LT] = ACTIONS(3792), + [anon_sym_GT_GT] = ACTIONS(3792), + [anon_sym_extern] = ACTIONS(3792), + [anon_sym___attribute__] = ACTIONS(3792), + [anon_sym_COLON_COLON] = ACTIONS(3794), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3794), + [anon_sym___declspec] = ACTIONS(3792), + [anon_sym___based] = ACTIONS(3792), + [anon_sym_LBRACE] = ACTIONS(3794), + [anon_sym_LBRACK] = ACTIONS(3792), + [anon_sym_EQ] = ACTIONS(3792), + [anon_sym_static] = ACTIONS(3792), + [anon_sym_register] = ACTIONS(3792), + [anon_sym_inline] = ACTIONS(3792), + [anon_sym_thread_local] = ACTIONS(3792), + [anon_sym_const] = ACTIONS(3792), + [anon_sym_volatile] = ACTIONS(3792), + [anon_sym_restrict] = ACTIONS(3792), + [anon_sym__Atomic] = ACTIONS(3792), + [anon_sym_mutable] = ACTIONS(3792), + [anon_sym_constexpr] = ACTIONS(3792), + [anon_sym_constinit] = ACTIONS(3792), + [anon_sym_consteval] = ACTIONS(3792), + [anon_sym_QMARK] = ACTIONS(3794), + [anon_sym_STAR_EQ] = ACTIONS(3794), + [anon_sym_SLASH_EQ] = ACTIONS(3794), + [anon_sym_PERCENT_EQ] = ACTIONS(3794), + [anon_sym_PLUS_EQ] = ACTIONS(3794), + [anon_sym_DASH_EQ] = ACTIONS(3794), + [anon_sym_LT_LT_EQ] = ACTIONS(3794), + [anon_sym_GT_GT_EQ] = ACTIONS(3794), + [anon_sym_AMP_EQ] = ACTIONS(3794), + [anon_sym_CARET_EQ] = ACTIONS(3794), + [anon_sym_PIPE_EQ] = ACTIONS(3794), + [anon_sym_and_eq] = ACTIONS(3792), + [anon_sym_or_eq] = ACTIONS(3792), + [anon_sym_xor_eq] = ACTIONS(3792), + [anon_sym_LT_EQ_GT] = ACTIONS(3794), + [anon_sym_or] = ACTIONS(3792), + [anon_sym_and] = ACTIONS(3792), + [anon_sym_bitor] = ACTIONS(3792), + [anon_sym_xor] = ACTIONS(3792), + [anon_sym_bitand] = ACTIONS(3792), + [anon_sym_not_eq] = ACTIONS(3792), + [anon_sym_DASH_DASH] = ACTIONS(3794), + [anon_sym_PLUS_PLUS] = ACTIONS(3794), + [anon_sym_DOT] = ACTIONS(3792), + [anon_sym_DASH_GT] = ACTIONS(3792), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3792), + [anon_sym_decltype] = ACTIONS(3792), + [anon_sym_virtual] = ACTIONS(3792), + [anon_sym_template] = ACTIONS(3792), + [anon_sym_operator] = ACTIONS(3792), + [anon_sym_DOT_STAR] = ACTIONS(3794), + [anon_sym_DASH_GT_STAR] = ACTIONS(3794), + }, + [1728] = { + [sym_identifier] = ACTIONS(3796), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3798), + [anon_sym_COMMA] = ACTIONS(3798), + [anon_sym_RPAREN] = ACTIONS(3798), + [anon_sym_LPAREN2] = ACTIONS(3798), + [anon_sym_TILDE] = ACTIONS(3798), + [anon_sym_DASH] = ACTIONS(3796), + [anon_sym_PLUS] = ACTIONS(3796), + [anon_sym_STAR] = ACTIONS(3796), + [anon_sym_SLASH] = ACTIONS(3796), + [anon_sym_PERCENT] = ACTIONS(3796), + [anon_sym_PIPE_PIPE] = ACTIONS(3798), + [anon_sym_AMP_AMP] = ACTIONS(3798), + [anon_sym_PIPE] = ACTIONS(3796), + [anon_sym_CARET] = ACTIONS(3796), + [anon_sym_AMP] = ACTIONS(3796), + [anon_sym_EQ_EQ] = ACTIONS(3798), + [anon_sym_BANG_EQ] = ACTIONS(3798), + [anon_sym_GT] = ACTIONS(3796), + [anon_sym_GT_EQ] = ACTIONS(3798), + [anon_sym_LT_EQ] = ACTIONS(3796), + [anon_sym_LT] = ACTIONS(3796), + [anon_sym_LT_LT] = ACTIONS(3796), + [anon_sym_GT_GT] = ACTIONS(3796), + [anon_sym_extern] = ACTIONS(3796), + [anon_sym___attribute__] = ACTIONS(3796), + [anon_sym_COLON_COLON] = ACTIONS(3798), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3798), + [anon_sym___declspec] = ACTIONS(3796), + [anon_sym___based] = ACTIONS(3796), + [anon_sym_LBRACE] = ACTIONS(3798), + [anon_sym_LBRACK] = ACTIONS(3796), + [anon_sym_EQ] = ACTIONS(3796), + [anon_sym_static] = ACTIONS(3796), + [anon_sym_register] = ACTIONS(3796), + [anon_sym_inline] = ACTIONS(3796), + [anon_sym_thread_local] = ACTIONS(3796), + [anon_sym_const] = ACTIONS(3796), + [anon_sym_volatile] = ACTIONS(3796), + [anon_sym_restrict] = ACTIONS(3796), + [anon_sym__Atomic] = ACTIONS(3796), + [anon_sym_mutable] = ACTIONS(3796), + [anon_sym_constexpr] = ACTIONS(3796), + [anon_sym_constinit] = ACTIONS(3796), + [anon_sym_consteval] = ACTIONS(3796), + [anon_sym_QMARK] = ACTIONS(3798), + [anon_sym_STAR_EQ] = ACTIONS(3798), + [anon_sym_SLASH_EQ] = ACTIONS(3798), + [anon_sym_PERCENT_EQ] = ACTIONS(3798), + [anon_sym_PLUS_EQ] = ACTIONS(3798), + [anon_sym_DASH_EQ] = ACTIONS(3798), + [anon_sym_LT_LT_EQ] = ACTIONS(3798), + [anon_sym_GT_GT_EQ] = ACTIONS(3798), + [anon_sym_AMP_EQ] = ACTIONS(3798), + [anon_sym_CARET_EQ] = ACTIONS(3798), + [anon_sym_PIPE_EQ] = ACTIONS(3798), + [anon_sym_and_eq] = ACTIONS(3796), + [anon_sym_or_eq] = ACTIONS(3796), + [anon_sym_xor_eq] = ACTIONS(3796), + [anon_sym_LT_EQ_GT] = ACTIONS(3798), + [anon_sym_or] = ACTIONS(3796), + [anon_sym_and] = ACTIONS(3796), + [anon_sym_bitor] = ACTIONS(3796), + [anon_sym_xor] = ACTIONS(3796), + [anon_sym_bitand] = ACTIONS(3796), + [anon_sym_not_eq] = ACTIONS(3796), + [anon_sym_DASH_DASH] = ACTIONS(3798), + [anon_sym_PLUS_PLUS] = ACTIONS(3798), + [anon_sym_DOT] = ACTIONS(3796), + [anon_sym_DASH_GT] = ACTIONS(3796), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3796), + [anon_sym_decltype] = ACTIONS(3796), + [anon_sym_virtual] = ACTIONS(3796), + [anon_sym_template] = ACTIONS(3796), + [anon_sym_operator] = ACTIONS(3796), + [anon_sym_DOT_STAR] = ACTIONS(3798), + [anon_sym_DASH_GT_STAR] = ACTIONS(3798), + }, + [1729] = { + [sym_identifier] = ACTIONS(3800), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3802), + [anon_sym_COMMA] = ACTIONS(3802), + [anon_sym_RPAREN] = ACTIONS(3802), + [anon_sym_LPAREN2] = ACTIONS(3802), + [anon_sym_TILDE] = ACTIONS(3802), + [anon_sym_DASH] = ACTIONS(3800), + [anon_sym_PLUS] = ACTIONS(3800), + [anon_sym_STAR] = ACTIONS(3800), + [anon_sym_SLASH] = ACTIONS(3800), + [anon_sym_PERCENT] = ACTIONS(3800), + [anon_sym_PIPE_PIPE] = ACTIONS(3802), + [anon_sym_AMP_AMP] = ACTIONS(3802), + [anon_sym_PIPE] = ACTIONS(3800), + [anon_sym_CARET] = ACTIONS(3800), + [anon_sym_AMP] = ACTIONS(3800), + [anon_sym_EQ_EQ] = ACTIONS(3802), + [anon_sym_BANG_EQ] = ACTIONS(3802), + [anon_sym_GT] = ACTIONS(3800), + [anon_sym_GT_EQ] = ACTIONS(3802), + [anon_sym_LT_EQ] = ACTIONS(3800), + [anon_sym_LT] = ACTIONS(3800), + [anon_sym_LT_LT] = ACTIONS(3800), + [anon_sym_GT_GT] = ACTIONS(3800), + [anon_sym_extern] = ACTIONS(3800), + [anon_sym___attribute__] = ACTIONS(3800), + [anon_sym_COLON_COLON] = ACTIONS(3802), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3802), + [anon_sym___declspec] = ACTIONS(3800), + [anon_sym___based] = ACTIONS(3800), + [anon_sym_LBRACE] = ACTIONS(3802), + [anon_sym_LBRACK] = ACTIONS(3800), + [anon_sym_EQ] = ACTIONS(3800), + [anon_sym_static] = ACTIONS(3800), + [anon_sym_register] = ACTIONS(3800), + [anon_sym_inline] = ACTIONS(3800), + [anon_sym_thread_local] = ACTIONS(3800), + [anon_sym_const] = ACTIONS(3800), + [anon_sym_volatile] = ACTIONS(3800), + [anon_sym_restrict] = ACTIONS(3800), + [anon_sym__Atomic] = ACTIONS(3800), + [anon_sym_mutable] = ACTIONS(3800), + [anon_sym_constexpr] = ACTIONS(3800), + [anon_sym_constinit] = ACTIONS(3800), + [anon_sym_consteval] = ACTIONS(3800), + [anon_sym_QMARK] = ACTIONS(3802), + [anon_sym_STAR_EQ] = ACTIONS(3802), + [anon_sym_SLASH_EQ] = ACTIONS(3802), + [anon_sym_PERCENT_EQ] = ACTIONS(3802), + [anon_sym_PLUS_EQ] = ACTIONS(3802), + [anon_sym_DASH_EQ] = ACTIONS(3802), + [anon_sym_LT_LT_EQ] = ACTIONS(3802), + [anon_sym_GT_GT_EQ] = ACTIONS(3802), + [anon_sym_AMP_EQ] = ACTIONS(3802), + [anon_sym_CARET_EQ] = ACTIONS(3802), + [anon_sym_PIPE_EQ] = ACTIONS(3802), + [anon_sym_and_eq] = ACTIONS(3800), + [anon_sym_or_eq] = ACTIONS(3800), + [anon_sym_xor_eq] = ACTIONS(3800), + [anon_sym_LT_EQ_GT] = ACTIONS(3802), + [anon_sym_or] = ACTIONS(3800), + [anon_sym_and] = ACTIONS(3800), + [anon_sym_bitor] = ACTIONS(3800), + [anon_sym_xor] = ACTIONS(3800), + [anon_sym_bitand] = ACTIONS(3800), + [anon_sym_not_eq] = ACTIONS(3800), + [anon_sym_DASH_DASH] = ACTIONS(3802), + [anon_sym_PLUS_PLUS] = ACTIONS(3802), + [anon_sym_DOT] = ACTIONS(3800), + [anon_sym_DASH_GT] = ACTIONS(3800), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3800), + [anon_sym_decltype] = ACTIONS(3800), + [anon_sym_virtual] = ACTIONS(3800), + [anon_sym_template] = ACTIONS(3800), + [anon_sym_operator] = ACTIONS(3800), + [anon_sym_DOT_STAR] = ACTIONS(3802), + [anon_sym_DASH_GT_STAR] = ACTIONS(3802), + }, + [1730] = { + [sym_identifier] = ACTIONS(3804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3806), + [anon_sym_COMMA] = ACTIONS(3806), + [anon_sym_RPAREN] = ACTIONS(3806), + [anon_sym_LPAREN2] = ACTIONS(3806), + [anon_sym_TILDE] = ACTIONS(3809), + [anon_sym_DASH] = ACTIONS(3811), + [anon_sym_PLUS] = ACTIONS(3811), + [anon_sym_STAR] = ACTIONS(3813), + [anon_sym_SLASH] = ACTIONS(3811), + [anon_sym_PERCENT] = ACTIONS(3811), + [anon_sym_PIPE_PIPE] = ACTIONS(3816), + [anon_sym_AMP_AMP] = ACTIONS(3806), + [anon_sym_PIPE] = ACTIONS(3811), + [anon_sym_CARET] = ACTIONS(3811), + [anon_sym_AMP] = ACTIONS(3813), + [anon_sym_EQ_EQ] = ACTIONS(3816), + [anon_sym_BANG_EQ] = ACTIONS(3816), + [anon_sym_GT] = ACTIONS(3811), + [anon_sym_GT_EQ] = ACTIONS(3816), + [anon_sym_LT_EQ] = ACTIONS(3811), + [anon_sym_LT] = ACTIONS(3811), + [anon_sym_LT_LT] = ACTIONS(3811), + [anon_sym_GT_GT] = ACTIONS(3811), + [anon_sym_extern] = ACTIONS(3804), + [anon_sym___attribute__] = ACTIONS(3804), + [anon_sym_COLON_COLON] = ACTIONS(3809), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3809), + [anon_sym___declspec] = ACTIONS(3804), + [anon_sym___based] = ACTIONS(3804), + [anon_sym_LBRACE] = ACTIONS(3809), + [anon_sym_LBRACK] = ACTIONS(3813), + [anon_sym_EQ] = ACTIONS(3813), + [anon_sym_static] = ACTIONS(3804), + [anon_sym_register] = ACTIONS(3804), + [anon_sym_inline] = ACTIONS(3804), + [anon_sym_thread_local] = ACTIONS(3804), + [anon_sym_const] = ACTIONS(3804), + [anon_sym_volatile] = ACTIONS(3804), + [anon_sym_restrict] = ACTIONS(3804), + [anon_sym__Atomic] = ACTIONS(3804), + [anon_sym_mutable] = ACTIONS(3804), + [anon_sym_constexpr] = ACTIONS(3804), + [anon_sym_constinit] = ACTIONS(3804), + [anon_sym_consteval] = ACTIONS(3804), + [anon_sym_QMARK] = ACTIONS(3816), + [anon_sym_STAR_EQ] = ACTIONS(3816), + [anon_sym_SLASH_EQ] = ACTIONS(3816), + [anon_sym_PERCENT_EQ] = ACTIONS(3816), + [anon_sym_PLUS_EQ] = ACTIONS(3816), + [anon_sym_DASH_EQ] = ACTIONS(3816), + [anon_sym_LT_LT_EQ] = ACTIONS(3816), + [anon_sym_GT_GT_EQ] = ACTIONS(3816), + [anon_sym_AMP_EQ] = ACTIONS(3816), + [anon_sym_CARET_EQ] = ACTIONS(3816), + [anon_sym_PIPE_EQ] = ACTIONS(3816), + [anon_sym_and_eq] = ACTIONS(3811), + [anon_sym_or_eq] = ACTIONS(3811), + [anon_sym_xor_eq] = ACTIONS(3811), + [anon_sym_LT_EQ_GT] = ACTIONS(3816), + [anon_sym_or] = ACTIONS(3811), + [anon_sym_and] = ACTIONS(3811), + [anon_sym_bitor] = ACTIONS(3811), + [anon_sym_xor] = ACTIONS(3811), + [anon_sym_bitand] = ACTIONS(3811), + [anon_sym_not_eq] = ACTIONS(3811), + [anon_sym_DASH_DASH] = ACTIONS(3816), + [anon_sym_PLUS_PLUS] = ACTIONS(3816), + [anon_sym_DOT] = ACTIONS(3811), + [anon_sym_DASH_GT] = ACTIONS(3811), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3804), + [anon_sym_decltype] = ACTIONS(3804), + [anon_sym_virtual] = ACTIONS(3804), + [anon_sym_template] = ACTIONS(3804), + [anon_sym_operator] = ACTIONS(3804), + [anon_sym_DOT_STAR] = ACTIONS(3816), + [anon_sym_DASH_GT_STAR] = ACTIONS(3816), + }, + [1731] = { + [sym_template_argument_list] = STATE(1751), + [sym_identifier] = ACTIONS(3725), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3737), + [anon_sym_COMMA] = ACTIONS(3737), + [anon_sym_RPAREN] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3732), + [anon_sym_PLUS] = ACTIONS(3732), + [anon_sym_STAR] = ACTIONS(3734), + [anon_sym_SLASH] = ACTIONS(3732), + [anon_sym_PERCENT] = ACTIONS(3732), + [anon_sym_PIPE_PIPE] = ACTIONS(3737), + [anon_sym_AMP_AMP] = ACTIONS(3727), + [anon_sym_PIPE] = ACTIONS(3732), + [anon_sym_CARET] = ACTIONS(3732), + [anon_sym_AMP] = ACTIONS(3734), + [anon_sym_EQ_EQ] = ACTIONS(3737), + [anon_sym_BANG_EQ] = ACTIONS(3737), + [anon_sym_GT] = ACTIONS(3732), + [anon_sym_GT_EQ] = ACTIONS(3737), + [anon_sym_LT_EQ] = ACTIONS(3732), + [anon_sym_LT] = ACTIONS(3789), + [anon_sym_LT_LT] = ACTIONS(3732), + [anon_sym_GT_GT] = ACTIONS(3732), + [anon_sym_SEMI] = ACTIONS(3737), + [anon_sym_extern] = ACTIONS(3725), + [anon_sym___attribute__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3730), + [anon_sym___declspec] = ACTIONS(3725), + [anon_sym___based] = ACTIONS(3725), + [anon_sym_LBRACE] = ACTIONS(3730), + [anon_sym_LBRACK] = ACTIONS(3734), + [anon_sym_EQ] = ACTIONS(3732), + [anon_sym_static] = ACTIONS(3725), + [anon_sym_register] = ACTIONS(3725), + [anon_sym_inline] = ACTIONS(3725), + [anon_sym_thread_local] = ACTIONS(3725), + [anon_sym_const] = ACTIONS(3725), + [anon_sym_volatile] = ACTIONS(3725), + [anon_sym_restrict] = ACTIONS(3725), + [anon_sym__Atomic] = ACTIONS(3725), + [anon_sym_mutable] = ACTIONS(3725), + [anon_sym_constexpr] = ACTIONS(3725), + [anon_sym_constinit] = ACTIONS(3725), + [anon_sym_consteval] = ACTIONS(3725), + [anon_sym_QMARK] = ACTIONS(3737), + [anon_sym_STAR_EQ] = ACTIONS(3737), + [anon_sym_SLASH_EQ] = ACTIONS(3737), + [anon_sym_PERCENT_EQ] = ACTIONS(3737), + [anon_sym_PLUS_EQ] = ACTIONS(3737), + [anon_sym_DASH_EQ] = ACTIONS(3737), + [anon_sym_LT_LT_EQ] = ACTIONS(3737), + [anon_sym_GT_GT_EQ] = ACTIONS(3737), + [anon_sym_AMP_EQ] = ACTIONS(3737), + [anon_sym_CARET_EQ] = ACTIONS(3737), + [anon_sym_PIPE_EQ] = ACTIONS(3737), + [anon_sym_and_eq] = ACTIONS(3732), + [anon_sym_or_eq] = ACTIONS(3732), + [anon_sym_xor_eq] = ACTIONS(3732), + [anon_sym_LT_EQ_GT] = ACTIONS(3737), + [anon_sym_or] = ACTIONS(3732), + [anon_sym_and] = ACTIONS(3732), + [anon_sym_bitor] = ACTIONS(3732), + [anon_sym_xor] = ACTIONS(3732), + [anon_sym_bitand] = ACTIONS(3732), + [anon_sym_not_eq] = ACTIONS(3732), + [anon_sym_DASH_DASH] = ACTIONS(3737), + [anon_sym_PLUS_PLUS] = ACTIONS(3737), + [anon_sym_DOT] = ACTIONS(3732), + [anon_sym_DASH_GT] = ACTIONS(3737), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3725), + [anon_sym_decltype] = ACTIONS(3725), + [anon_sym_virtual] = ACTIONS(3725), + [anon_sym_template] = ACTIONS(3725), + [anon_sym_operator] = ACTIONS(3725), + }, + [1732] = { + [sym_identifier] = ACTIONS(3785), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3787), + [anon_sym_COMMA] = ACTIONS(3787), + [anon_sym_RPAREN] = ACTIONS(3787), + [anon_sym_LPAREN2] = ACTIONS(3787), + [anon_sym_TILDE] = ACTIONS(3787), + [anon_sym_DASH] = ACTIONS(3785), + [anon_sym_PLUS] = ACTIONS(3785), + [anon_sym_STAR] = ACTIONS(3785), + [anon_sym_SLASH] = ACTIONS(3785), + [anon_sym_PERCENT] = ACTIONS(3785), + [anon_sym_PIPE_PIPE] = ACTIONS(3787), + [anon_sym_AMP_AMP] = ACTIONS(3787), + [anon_sym_PIPE] = ACTIONS(3785), + [anon_sym_CARET] = ACTIONS(3785), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_EQ_EQ] = ACTIONS(3787), + [anon_sym_BANG_EQ] = ACTIONS(3787), + [anon_sym_GT] = ACTIONS(3785), + [anon_sym_GT_EQ] = ACTIONS(3787), + [anon_sym_LT_EQ] = ACTIONS(3785), + [anon_sym_LT] = ACTIONS(3785), + [anon_sym_LT_LT] = ACTIONS(3785), + [anon_sym_GT_GT] = ACTIONS(3785), + [anon_sym_extern] = ACTIONS(3785), + [anon_sym___attribute__] = ACTIONS(3785), + [anon_sym_COLON_COLON] = ACTIONS(3787), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3787), + [anon_sym___declspec] = ACTIONS(3785), + [anon_sym___based] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3787), + [anon_sym_LBRACK] = ACTIONS(3785), + [anon_sym_EQ] = ACTIONS(3785), + [anon_sym_static] = ACTIONS(3785), + [anon_sym_register] = ACTIONS(3785), + [anon_sym_inline] = ACTIONS(3785), + [anon_sym_thread_local] = ACTIONS(3785), + [anon_sym_const] = ACTIONS(3785), + [anon_sym_volatile] = ACTIONS(3785), + [anon_sym_restrict] = ACTIONS(3785), + [anon_sym__Atomic] = ACTIONS(3785), + [anon_sym_mutable] = ACTIONS(3785), + [anon_sym_constexpr] = ACTIONS(3785), + [anon_sym_constinit] = ACTIONS(3785), + [anon_sym_consteval] = ACTIONS(3785), + [anon_sym_QMARK] = ACTIONS(3787), [anon_sym_STAR_EQ] = ACTIONS(3787), [anon_sym_SLASH_EQ] = ACTIONS(3787), [anon_sym_PERCENT_EQ] = ACTIONS(3787), @@ -216849,1965 +216045,2527 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_EQ] = ACTIONS(3787), [anon_sym_CARET_EQ] = ACTIONS(3787), [anon_sym_PIPE_EQ] = ACTIONS(3787), - [anon_sym_and_eq] = ACTIONS(3783), - [anon_sym_or_eq] = ACTIONS(3783), - [anon_sym_xor_eq] = ACTIONS(3783), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3760), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3748), - [anon_sym_decltype] = ACTIONS(3748), - [anon_sym_virtual] = ACTIONS(3748), - [anon_sym_template] = ACTIONS(3748), - [anon_sym_operator] = ACTIONS(3748), + [anon_sym_and_eq] = ACTIONS(3785), + [anon_sym_or_eq] = ACTIONS(3785), + [anon_sym_xor_eq] = ACTIONS(3785), + [anon_sym_LT_EQ_GT] = ACTIONS(3787), + [anon_sym_or] = ACTIONS(3785), + [anon_sym_and] = ACTIONS(3785), + [anon_sym_bitor] = ACTIONS(3785), + [anon_sym_xor] = ACTIONS(3785), + [anon_sym_bitand] = ACTIONS(3785), + [anon_sym_not_eq] = ACTIONS(3785), + [anon_sym_DASH_DASH] = ACTIONS(3787), + [anon_sym_PLUS_PLUS] = ACTIONS(3787), + [anon_sym_DOT] = ACTIONS(3785), + [anon_sym_DASH_GT] = ACTIONS(3785), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3785), + [anon_sym_decltype] = ACTIONS(3785), + [anon_sym_virtual] = ACTIONS(3785), + [anon_sym_template] = ACTIONS(3785), + [anon_sym_operator] = ACTIONS(3785), + [anon_sym_DOT_STAR] = ACTIONS(3787), + [anon_sym_DASH_GT_STAR] = ACTIONS(3787), }, - [1740] = { - [sym_identifier] = ACTIONS(3824), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3826), - [anon_sym_COMMA] = ACTIONS(3826), - [anon_sym_RPAREN] = ACTIONS(3826), - [anon_sym_LPAREN2] = ACTIONS(3826), - [anon_sym_TILDE] = ACTIONS(3826), - [anon_sym_DASH] = ACTIONS(3824), - [anon_sym_PLUS] = ACTIONS(3824), - [anon_sym_STAR] = ACTIONS(3824), - [anon_sym_SLASH] = ACTIONS(3824), - [anon_sym_PERCENT] = ACTIONS(3824), - [anon_sym_PIPE_PIPE] = ACTIONS(3826), - [anon_sym_AMP_AMP] = ACTIONS(3826), - [anon_sym_PIPE] = ACTIONS(3824), - [anon_sym_CARET] = ACTIONS(3824), - [anon_sym_AMP] = ACTIONS(3824), - [anon_sym_EQ_EQ] = ACTIONS(3826), - [anon_sym_BANG_EQ] = ACTIONS(3826), - [anon_sym_GT] = ACTIONS(3824), - [anon_sym_GT_EQ] = ACTIONS(3826), - [anon_sym_LT_EQ] = ACTIONS(3824), - [anon_sym_LT] = ACTIONS(3824), - [anon_sym_LT_LT] = ACTIONS(3824), - [anon_sym_GT_GT] = ACTIONS(3824), - [anon_sym_SEMI] = ACTIONS(3826), - [anon_sym_extern] = ACTIONS(3824), - [anon_sym___attribute__] = ACTIONS(3824), - [anon_sym_COLON_COLON] = ACTIONS(3826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3826), - [anon_sym___declspec] = ACTIONS(3824), - [anon_sym___based] = ACTIONS(3824), - [anon_sym_LBRACE] = ACTIONS(3826), - [anon_sym_RBRACE] = ACTIONS(3826), - [anon_sym_LBRACK] = ACTIONS(3824), - [anon_sym_EQ] = ACTIONS(3824), - [anon_sym_static] = ACTIONS(3824), - [anon_sym_register] = ACTIONS(3824), - [anon_sym_inline] = ACTIONS(3824), - [anon_sym_thread_local] = ACTIONS(3824), - [anon_sym_const] = ACTIONS(3824), - [anon_sym_volatile] = ACTIONS(3824), - [anon_sym_restrict] = ACTIONS(3824), - [anon_sym__Atomic] = ACTIONS(3824), - [anon_sym_mutable] = ACTIONS(3824), - [anon_sym_constexpr] = ACTIONS(3824), - [anon_sym_constinit] = ACTIONS(3824), - [anon_sym_consteval] = ACTIONS(3824), - [anon_sym_QMARK] = ACTIONS(3826), - [anon_sym_STAR_EQ] = ACTIONS(3826), - [anon_sym_SLASH_EQ] = ACTIONS(3826), - [anon_sym_PERCENT_EQ] = ACTIONS(3826), - [anon_sym_PLUS_EQ] = ACTIONS(3826), - [anon_sym_DASH_EQ] = ACTIONS(3826), - [anon_sym_LT_LT_EQ] = ACTIONS(3826), - [anon_sym_GT_GT_EQ] = ACTIONS(3826), - [anon_sym_AMP_EQ] = ACTIONS(3826), - [anon_sym_CARET_EQ] = ACTIONS(3826), - [anon_sym_PIPE_EQ] = ACTIONS(3826), - [anon_sym_and_eq] = ACTIONS(3824), - [anon_sym_or_eq] = ACTIONS(3824), - [anon_sym_xor_eq] = ACTIONS(3824), - [anon_sym_LT_EQ_GT] = ACTIONS(3826), - [anon_sym_or] = ACTIONS(3824), - [anon_sym_and] = ACTIONS(3824), - [anon_sym_bitor] = ACTIONS(3824), - [anon_sym_xor] = ACTIONS(3824), - [anon_sym_bitand] = ACTIONS(3824), - [anon_sym_not_eq] = ACTIONS(3824), - [anon_sym_DASH_DASH] = ACTIONS(3826), - [anon_sym_PLUS_PLUS] = ACTIONS(3826), - [anon_sym_DOT] = ACTIONS(3824), + [1733] = { + [sym_identifier] = ACTIONS(3818), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3820), + [anon_sym_COMMA] = ACTIONS(3820), + [anon_sym_RPAREN] = ACTIONS(3820), + [anon_sym_LPAREN2] = ACTIONS(3820), + [anon_sym_TILDE] = ACTIONS(3820), + [anon_sym_DASH] = ACTIONS(3818), + [anon_sym_PLUS] = ACTIONS(3818), + [anon_sym_STAR] = ACTIONS(3818), + [anon_sym_SLASH] = ACTIONS(3818), + [anon_sym_PERCENT] = ACTIONS(3818), + [anon_sym_PIPE_PIPE] = ACTIONS(3820), + [anon_sym_AMP_AMP] = ACTIONS(3820), + [anon_sym_PIPE] = ACTIONS(3818), + [anon_sym_CARET] = ACTIONS(3818), + [anon_sym_AMP] = ACTIONS(3818), + [anon_sym_EQ_EQ] = ACTIONS(3820), + [anon_sym_BANG_EQ] = ACTIONS(3820), + [anon_sym_GT] = ACTIONS(3818), + [anon_sym_GT_EQ] = ACTIONS(3820), + [anon_sym_LT_EQ] = ACTIONS(3818), + [anon_sym_LT] = ACTIONS(3818), + [anon_sym_LT_LT] = ACTIONS(3818), + [anon_sym_GT_GT] = ACTIONS(3818), + [anon_sym_extern] = ACTIONS(3818), + [anon_sym___attribute__] = ACTIONS(3818), + [anon_sym_COLON_COLON] = ACTIONS(3820), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3820), + [anon_sym___declspec] = ACTIONS(3818), + [anon_sym___based] = ACTIONS(3818), + [anon_sym_LBRACE] = ACTIONS(3820), + [anon_sym_LBRACK] = ACTIONS(3818), + [anon_sym_EQ] = ACTIONS(3818), + [anon_sym_static] = ACTIONS(3818), + [anon_sym_register] = ACTIONS(3818), + [anon_sym_inline] = ACTIONS(3818), + [anon_sym_thread_local] = ACTIONS(3818), + [anon_sym_const] = ACTIONS(3818), + [anon_sym_volatile] = ACTIONS(3818), + [anon_sym_restrict] = ACTIONS(3818), + [anon_sym__Atomic] = ACTIONS(3818), + [anon_sym_mutable] = ACTIONS(3818), + [anon_sym_constexpr] = ACTIONS(3818), + [anon_sym_constinit] = ACTIONS(3818), + [anon_sym_consteval] = ACTIONS(3818), + [anon_sym_QMARK] = ACTIONS(3820), + [anon_sym_STAR_EQ] = ACTIONS(3820), + [anon_sym_SLASH_EQ] = ACTIONS(3820), + [anon_sym_PERCENT_EQ] = ACTIONS(3820), + [anon_sym_PLUS_EQ] = ACTIONS(3820), + [anon_sym_DASH_EQ] = ACTIONS(3820), + [anon_sym_LT_LT_EQ] = ACTIONS(3820), + [anon_sym_GT_GT_EQ] = ACTIONS(3820), + [anon_sym_AMP_EQ] = ACTIONS(3820), + [anon_sym_CARET_EQ] = ACTIONS(3820), + [anon_sym_PIPE_EQ] = ACTIONS(3820), + [anon_sym_and_eq] = ACTIONS(3818), + [anon_sym_or_eq] = ACTIONS(3818), + [anon_sym_xor_eq] = ACTIONS(3818), + [anon_sym_LT_EQ_GT] = ACTIONS(3820), + [anon_sym_or] = ACTIONS(3818), + [anon_sym_and] = ACTIONS(3818), + [anon_sym_bitor] = ACTIONS(3818), + [anon_sym_xor] = ACTIONS(3818), + [anon_sym_bitand] = ACTIONS(3818), + [anon_sym_not_eq] = ACTIONS(3818), + [anon_sym_DASH_DASH] = ACTIONS(3820), + [anon_sym_PLUS_PLUS] = ACTIONS(3820), + [anon_sym_DOT] = ACTIONS(3818), + [anon_sym_DASH_GT] = ACTIONS(3818), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3818), + [anon_sym_decltype] = ACTIONS(3818), + [anon_sym_virtual] = ACTIONS(3818), + [anon_sym_template] = ACTIONS(3818), + [anon_sym_operator] = ACTIONS(3818), + [anon_sym_DOT_STAR] = ACTIONS(3820), + [anon_sym_DASH_GT_STAR] = ACTIONS(3820), + }, + [1734] = { + [sym_identifier] = ACTIONS(3822), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3824), + [anon_sym_COMMA] = ACTIONS(3824), + [anon_sym_RPAREN] = ACTIONS(3824), + [anon_sym_LPAREN2] = ACTIONS(3824), + [anon_sym_TILDE] = ACTIONS(3824), + [anon_sym_DASH] = ACTIONS(3822), + [anon_sym_PLUS] = ACTIONS(3822), + [anon_sym_STAR] = ACTIONS(3822), + [anon_sym_SLASH] = ACTIONS(3822), + [anon_sym_PERCENT] = ACTIONS(3822), + [anon_sym_PIPE_PIPE] = ACTIONS(3824), + [anon_sym_AMP_AMP] = ACTIONS(3824), + [anon_sym_PIPE] = ACTIONS(3822), + [anon_sym_CARET] = ACTIONS(3822), + [anon_sym_AMP] = ACTIONS(3822), + [anon_sym_EQ_EQ] = ACTIONS(3824), + [anon_sym_BANG_EQ] = ACTIONS(3824), + [anon_sym_GT] = ACTIONS(3822), + [anon_sym_GT_EQ] = ACTIONS(3824), + [anon_sym_LT_EQ] = ACTIONS(3822), + [anon_sym_LT] = ACTIONS(3822), + [anon_sym_LT_LT] = ACTIONS(3822), + [anon_sym_GT_GT] = ACTIONS(3822), + [anon_sym_extern] = ACTIONS(3822), + [anon_sym___attribute__] = ACTIONS(3822), + [anon_sym_COLON_COLON] = ACTIONS(3824), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3824), + [anon_sym___declspec] = ACTIONS(3822), + [anon_sym___based] = ACTIONS(3822), + [anon_sym_LBRACE] = ACTIONS(3824), + [anon_sym_LBRACK] = ACTIONS(3822), + [anon_sym_EQ] = ACTIONS(3822), + [anon_sym_static] = ACTIONS(3822), + [anon_sym_register] = ACTIONS(3822), + [anon_sym_inline] = ACTIONS(3822), + [anon_sym_thread_local] = ACTIONS(3822), + [anon_sym_const] = ACTIONS(3822), + [anon_sym_volatile] = ACTIONS(3822), + [anon_sym_restrict] = ACTIONS(3822), + [anon_sym__Atomic] = ACTIONS(3822), + [anon_sym_mutable] = ACTIONS(3822), + [anon_sym_constexpr] = ACTIONS(3822), + [anon_sym_constinit] = ACTIONS(3822), + [anon_sym_consteval] = ACTIONS(3822), + [anon_sym_QMARK] = ACTIONS(3824), + [anon_sym_STAR_EQ] = ACTIONS(3824), + [anon_sym_SLASH_EQ] = ACTIONS(3824), + [anon_sym_PERCENT_EQ] = ACTIONS(3824), + [anon_sym_PLUS_EQ] = ACTIONS(3824), + [anon_sym_DASH_EQ] = ACTIONS(3824), + [anon_sym_LT_LT_EQ] = ACTIONS(3824), + [anon_sym_GT_GT_EQ] = ACTIONS(3824), + [anon_sym_AMP_EQ] = ACTIONS(3824), + [anon_sym_CARET_EQ] = ACTIONS(3824), + [anon_sym_PIPE_EQ] = ACTIONS(3824), + [anon_sym_and_eq] = ACTIONS(3822), + [anon_sym_or_eq] = ACTIONS(3822), + [anon_sym_xor_eq] = ACTIONS(3822), + [anon_sym_LT_EQ_GT] = ACTIONS(3824), + [anon_sym_or] = ACTIONS(3822), + [anon_sym_and] = ACTIONS(3822), + [anon_sym_bitor] = ACTIONS(3822), + [anon_sym_xor] = ACTIONS(3822), + [anon_sym_bitand] = ACTIONS(3822), + [anon_sym_not_eq] = ACTIONS(3822), + [anon_sym_DASH_DASH] = ACTIONS(3824), + [anon_sym_PLUS_PLUS] = ACTIONS(3824), + [anon_sym_DOT] = ACTIONS(3822), + [anon_sym_DASH_GT] = ACTIONS(3822), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3822), + [anon_sym_decltype] = ACTIONS(3822), + [anon_sym_virtual] = ACTIONS(3822), + [anon_sym_template] = ACTIONS(3822), + [anon_sym_operator] = ACTIONS(3822), + [anon_sym_DOT_STAR] = ACTIONS(3824), + [anon_sym_DASH_GT_STAR] = ACTIONS(3824), + }, + [1735] = { + [sym_identifier] = ACTIONS(3800), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3802), + [anon_sym_COMMA] = ACTIONS(3802), + [anon_sym_RPAREN] = ACTIONS(3802), + [anon_sym_LPAREN2] = ACTIONS(3802), + [anon_sym_TILDE] = ACTIONS(3802), + [anon_sym_DASH] = ACTIONS(3800), + [anon_sym_PLUS] = ACTIONS(3800), + [anon_sym_STAR] = ACTIONS(3800), + [anon_sym_SLASH] = ACTIONS(3800), + [anon_sym_PERCENT] = ACTIONS(3800), + [anon_sym_PIPE_PIPE] = ACTIONS(3802), + [anon_sym_AMP_AMP] = ACTIONS(3802), + [anon_sym_PIPE] = ACTIONS(3800), + [anon_sym_CARET] = ACTIONS(3800), + [anon_sym_AMP] = ACTIONS(3800), + [anon_sym_EQ_EQ] = ACTIONS(3802), + [anon_sym_BANG_EQ] = ACTIONS(3802), + [anon_sym_GT] = ACTIONS(3800), + [anon_sym_GT_EQ] = ACTIONS(3802), + [anon_sym_LT_EQ] = ACTIONS(3800), + [anon_sym_LT] = ACTIONS(3800), + [anon_sym_LT_LT] = ACTIONS(3800), + [anon_sym_GT_GT] = ACTIONS(3800), + [anon_sym_SEMI] = ACTIONS(3802), + [anon_sym_extern] = ACTIONS(3800), + [anon_sym___attribute__] = ACTIONS(3800), + [anon_sym_COLON_COLON] = ACTIONS(3802), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3802), + [anon_sym___declspec] = ACTIONS(3800), + [anon_sym___based] = ACTIONS(3800), + [anon_sym_LBRACE] = ACTIONS(3802), + [anon_sym_RBRACE] = ACTIONS(3802), + [anon_sym_LBRACK] = ACTIONS(3800), + [anon_sym_EQ] = ACTIONS(3800), + [anon_sym_static] = ACTIONS(3800), + [anon_sym_register] = ACTIONS(3800), + [anon_sym_inline] = ACTIONS(3800), + [anon_sym_thread_local] = ACTIONS(3800), + [anon_sym_const] = ACTIONS(3800), + [anon_sym_volatile] = ACTIONS(3800), + [anon_sym_restrict] = ACTIONS(3800), + [anon_sym__Atomic] = ACTIONS(3800), + [anon_sym_mutable] = ACTIONS(3800), + [anon_sym_constexpr] = ACTIONS(3800), + [anon_sym_constinit] = ACTIONS(3800), + [anon_sym_consteval] = ACTIONS(3800), + [anon_sym_QMARK] = ACTIONS(3802), + [anon_sym_STAR_EQ] = ACTIONS(3802), + [anon_sym_SLASH_EQ] = ACTIONS(3802), + [anon_sym_PERCENT_EQ] = ACTIONS(3802), + [anon_sym_PLUS_EQ] = ACTIONS(3802), + [anon_sym_DASH_EQ] = ACTIONS(3802), + [anon_sym_LT_LT_EQ] = ACTIONS(3802), + [anon_sym_GT_GT_EQ] = ACTIONS(3802), + [anon_sym_AMP_EQ] = ACTIONS(3802), + [anon_sym_CARET_EQ] = ACTIONS(3802), + [anon_sym_PIPE_EQ] = ACTIONS(3802), + [anon_sym_and_eq] = ACTIONS(3800), + [anon_sym_or_eq] = ACTIONS(3800), + [anon_sym_xor_eq] = ACTIONS(3800), + [anon_sym_LT_EQ_GT] = ACTIONS(3802), + [anon_sym_or] = ACTIONS(3800), + [anon_sym_and] = ACTIONS(3800), + [anon_sym_bitor] = ACTIONS(3800), + [anon_sym_xor] = ACTIONS(3800), + [anon_sym_bitand] = ACTIONS(3800), + [anon_sym_not_eq] = ACTIONS(3800), + [anon_sym_DASH_DASH] = ACTIONS(3802), + [anon_sym_PLUS_PLUS] = ACTIONS(3802), + [anon_sym_DOT] = ACTIONS(3800), + [anon_sym_DASH_GT] = ACTIONS(3802), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3800), + [anon_sym_decltype] = ACTIONS(3800), + [anon_sym_virtual] = ACTIONS(3800), + [anon_sym_template] = ACTIONS(3800), + [anon_sym_operator] = ACTIONS(3800), + }, + [1736] = { + [sym_identifier] = ACTIONS(3822), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3824), + [anon_sym_COMMA] = ACTIONS(3824), + [anon_sym_RPAREN] = ACTIONS(3824), + [anon_sym_LPAREN2] = ACTIONS(3824), + [anon_sym_TILDE] = ACTIONS(3824), + [anon_sym_DASH] = ACTIONS(3822), + [anon_sym_PLUS] = ACTIONS(3822), + [anon_sym_STAR] = ACTIONS(3822), + [anon_sym_SLASH] = ACTIONS(3822), + [anon_sym_PERCENT] = ACTIONS(3822), + [anon_sym_PIPE_PIPE] = ACTIONS(3824), + [anon_sym_AMP_AMP] = ACTIONS(3824), + [anon_sym_PIPE] = ACTIONS(3822), + [anon_sym_CARET] = ACTIONS(3822), + [anon_sym_AMP] = ACTIONS(3822), + [anon_sym_EQ_EQ] = ACTIONS(3824), + [anon_sym_BANG_EQ] = ACTIONS(3824), + [anon_sym_GT] = ACTIONS(3822), + [anon_sym_GT_EQ] = ACTIONS(3824), + [anon_sym_LT_EQ] = ACTIONS(3822), + [anon_sym_LT] = ACTIONS(3822), + [anon_sym_LT_LT] = ACTIONS(3822), + [anon_sym_GT_GT] = ACTIONS(3822), + [anon_sym_SEMI] = ACTIONS(3824), + [anon_sym_extern] = ACTIONS(3822), + [anon_sym___attribute__] = ACTIONS(3822), + [anon_sym_COLON_COLON] = ACTIONS(3824), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3824), + [anon_sym___declspec] = ACTIONS(3822), + [anon_sym___based] = ACTIONS(3822), + [anon_sym_LBRACE] = ACTIONS(3824), + [anon_sym_RBRACE] = ACTIONS(3824), + [anon_sym_LBRACK] = ACTIONS(3822), + [anon_sym_EQ] = ACTIONS(3822), + [anon_sym_static] = ACTIONS(3822), + [anon_sym_register] = ACTIONS(3822), + [anon_sym_inline] = ACTIONS(3822), + [anon_sym_thread_local] = ACTIONS(3822), + [anon_sym_const] = ACTIONS(3822), + [anon_sym_volatile] = ACTIONS(3822), + [anon_sym_restrict] = ACTIONS(3822), + [anon_sym__Atomic] = ACTIONS(3822), + [anon_sym_mutable] = ACTIONS(3822), + [anon_sym_constexpr] = ACTIONS(3822), + [anon_sym_constinit] = ACTIONS(3822), + [anon_sym_consteval] = ACTIONS(3822), + [anon_sym_QMARK] = ACTIONS(3824), + [anon_sym_STAR_EQ] = ACTIONS(3824), + [anon_sym_SLASH_EQ] = ACTIONS(3824), + [anon_sym_PERCENT_EQ] = ACTIONS(3824), + [anon_sym_PLUS_EQ] = ACTIONS(3824), + [anon_sym_DASH_EQ] = ACTIONS(3824), + [anon_sym_LT_LT_EQ] = ACTIONS(3824), + [anon_sym_GT_GT_EQ] = ACTIONS(3824), + [anon_sym_AMP_EQ] = ACTIONS(3824), + [anon_sym_CARET_EQ] = ACTIONS(3824), + [anon_sym_PIPE_EQ] = ACTIONS(3824), + [anon_sym_and_eq] = ACTIONS(3822), + [anon_sym_or_eq] = ACTIONS(3822), + [anon_sym_xor_eq] = ACTIONS(3822), + [anon_sym_LT_EQ_GT] = ACTIONS(3824), + [anon_sym_or] = ACTIONS(3822), + [anon_sym_and] = ACTIONS(3822), + [anon_sym_bitor] = ACTIONS(3822), + [anon_sym_xor] = ACTIONS(3822), + [anon_sym_bitand] = ACTIONS(3822), + [anon_sym_not_eq] = ACTIONS(3822), + [anon_sym_DASH_DASH] = ACTIONS(3824), + [anon_sym_PLUS_PLUS] = ACTIONS(3824), + [anon_sym_DOT] = ACTIONS(3822), + [anon_sym_DASH_GT] = ACTIONS(3824), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3822), + [anon_sym_decltype] = ACTIONS(3822), + [anon_sym_virtual] = ACTIONS(3822), + [anon_sym_template] = ACTIONS(3822), + [anon_sym_operator] = ACTIONS(3822), + }, + [1737] = { + [sym_template_argument_list] = STATE(1835), + [sym_identifier] = ACTIONS(3744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_LPAREN2] = ACTIONS(3759), + [anon_sym_TILDE] = ACTIONS(3752), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3762), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_SEMI] = ACTIONS(3746), + [anon_sym_extern] = ACTIONS(3744), + [anon_sym___attribute__] = ACTIONS(3744), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3752), + [anon_sym___declspec] = ACTIONS(3744), + [anon_sym___based] = ACTIONS(3744), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3756), + [anon_sym_EQ] = ACTIONS(3774), + [anon_sym_static] = ACTIONS(3744), + [anon_sym_register] = ACTIONS(3744), + [anon_sym_inline] = ACTIONS(3744), + [anon_sym_thread_local] = ACTIONS(3744), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3744), + [anon_sym_restrict] = ACTIONS(3744), + [anon_sym__Atomic] = ACTIONS(3744), + [anon_sym_mutable] = ACTIONS(3744), + [anon_sym_constexpr] = ACTIONS(3744), + [anon_sym_constinit] = ACTIONS(3744), + [anon_sym_consteval] = ACTIONS(3744), + [anon_sym_COLON] = ACTIONS(3776), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3778), + [anon_sym_SLASH_EQ] = ACTIONS(3778), + [anon_sym_PERCENT_EQ] = ACTIONS(3778), + [anon_sym_PLUS_EQ] = ACTIONS(3778), + [anon_sym_DASH_EQ] = ACTIONS(3778), + [anon_sym_LT_LT_EQ] = ACTIONS(3778), + [anon_sym_GT_GT_EQ] = ACTIONS(3778), + [anon_sym_AMP_EQ] = ACTIONS(3778), + [anon_sym_CARET_EQ] = ACTIONS(3778), + [anon_sym_PIPE_EQ] = ACTIONS(3778), + [anon_sym_and_eq] = ACTIONS(3774), + [anon_sym_or_eq] = ACTIONS(3774), + [anon_sym_xor_eq] = ACTIONS(3774), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3746), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3744), + [anon_sym_decltype] = ACTIONS(3744), + [anon_sym_virtual] = ACTIONS(3744), + [anon_sym_template] = ACTIONS(3744), + [anon_sym_operator] = ACTIONS(3744), + }, + [1738] = { + [sym_identifier] = ACTIONS(3826), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3828), + [anon_sym_COMMA] = ACTIONS(3828), + [anon_sym_RPAREN] = ACTIONS(3828), + [anon_sym_LPAREN2] = ACTIONS(3828), + [anon_sym_TILDE] = ACTIONS(3828), + [anon_sym_DASH] = ACTIONS(3826), + [anon_sym_PLUS] = ACTIONS(3826), + [anon_sym_STAR] = ACTIONS(3826), + [anon_sym_SLASH] = ACTIONS(3826), + [anon_sym_PERCENT] = ACTIONS(3826), + [anon_sym_PIPE_PIPE] = ACTIONS(3828), + [anon_sym_AMP_AMP] = ACTIONS(3828), + [anon_sym_PIPE] = ACTIONS(3826), + [anon_sym_CARET] = ACTIONS(3826), + [anon_sym_AMP] = ACTIONS(3826), + [anon_sym_EQ_EQ] = ACTIONS(3828), + [anon_sym_BANG_EQ] = ACTIONS(3828), + [anon_sym_GT] = ACTIONS(3826), + [anon_sym_GT_EQ] = ACTIONS(3828), + [anon_sym_LT_EQ] = ACTIONS(3826), + [anon_sym_LT] = ACTIONS(3826), + [anon_sym_LT_LT] = ACTIONS(3826), + [anon_sym_GT_GT] = ACTIONS(3826), + [anon_sym_extern] = ACTIONS(3826), + [anon_sym___attribute__] = ACTIONS(3826), + [anon_sym_COLON_COLON] = ACTIONS(3828), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3828), + [anon_sym___declspec] = ACTIONS(3826), + [anon_sym___based] = ACTIONS(3826), + [anon_sym_LBRACE] = ACTIONS(3828), + [anon_sym_LBRACK] = ACTIONS(3826), + [anon_sym_EQ] = ACTIONS(3826), + [anon_sym_static] = ACTIONS(3826), + [anon_sym_register] = ACTIONS(3826), + [anon_sym_inline] = ACTIONS(3826), + [anon_sym_thread_local] = ACTIONS(3826), + [anon_sym_const] = ACTIONS(3826), + [anon_sym_volatile] = ACTIONS(3826), + [anon_sym_restrict] = ACTIONS(3826), + [anon_sym__Atomic] = ACTIONS(3826), + [anon_sym_mutable] = ACTIONS(3826), + [anon_sym_constexpr] = ACTIONS(3826), + [anon_sym_constinit] = ACTIONS(3826), + [anon_sym_consteval] = ACTIONS(3826), + [anon_sym_QMARK] = ACTIONS(3828), + [anon_sym_STAR_EQ] = ACTIONS(3828), + [anon_sym_SLASH_EQ] = ACTIONS(3828), + [anon_sym_PERCENT_EQ] = ACTIONS(3828), + [anon_sym_PLUS_EQ] = ACTIONS(3828), + [anon_sym_DASH_EQ] = ACTIONS(3828), + [anon_sym_LT_LT_EQ] = ACTIONS(3828), + [anon_sym_GT_GT_EQ] = ACTIONS(3828), + [anon_sym_AMP_EQ] = ACTIONS(3828), + [anon_sym_CARET_EQ] = ACTIONS(3828), + [anon_sym_PIPE_EQ] = ACTIONS(3828), + [anon_sym_and_eq] = ACTIONS(3826), + [anon_sym_or_eq] = ACTIONS(3826), + [anon_sym_xor_eq] = ACTIONS(3826), + [anon_sym_LT_EQ_GT] = ACTIONS(3828), + [anon_sym_or] = ACTIONS(3826), + [anon_sym_and] = ACTIONS(3826), + [anon_sym_bitor] = ACTIONS(3826), + [anon_sym_xor] = ACTIONS(3826), + [anon_sym_bitand] = ACTIONS(3826), + [anon_sym_not_eq] = ACTIONS(3826), + [anon_sym_DASH_DASH] = ACTIONS(3828), + [anon_sym_PLUS_PLUS] = ACTIONS(3828), + [anon_sym_DOT] = ACTIONS(3826), [anon_sym_DASH_GT] = ACTIONS(3826), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3824), - [anon_sym_decltype] = ACTIONS(3824), - [anon_sym_virtual] = ACTIONS(3824), - [anon_sym_template] = ACTIONS(3824), - [anon_sym_operator] = ACTIONS(3824), + [sym_auto] = ACTIONS(3826), + [anon_sym_decltype] = ACTIONS(3826), + [anon_sym_virtual] = ACTIONS(3826), + [anon_sym_template] = ACTIONS(3826), + [anon_sym_operator] = ACTIONS(3826), + [anon_sym_DOT_STAR] = ACTIONS(3828), + [anon_sym_DASH_GT_STAR] = ACTIONS(3828), }, - [1741] = { - [sym_identifier] = ACTIONS(3816), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3818), - [anon_sym_COMMA] = ACTIONS(3818), - [anon_sym_RPAREN] = ACTIONS(3818), - [anon_sym_LPAREN2] = ACTIONS(3818), - [anon_sym_TILDE] = ACTIONS(3818), - [anon_sym_DASH] = ACTIONS(3816), - [anon_sym_PLUS] = ACTIONS(3816), - [anon_sym_STAR] = ACTIONS(3816), - [anon_sym_SLASH] = ACTIONS(3816), - [anon_sym_PERCENT] = ACTIONS(3816), - [anon_sym_PIPE_PIPE] = ACTIONS(3818), - [anon_sym_AMP_AMP] = ACTIONS(3818), - [anon_sym_PIPE] = ACTIONS(3816), - [anon_sym_CARET] = ACTIONS(3816), - [anon_sym_AMP] = ACTIONS(3816), - [anon_sym_EQ_EQ] = ACTIONS(3818), - [anon_sym_BANG_EQ] = ACTIONS(3818), - [anon_sym_GT] = ACTIONS(3816), - [anon_sym_GT_EQ] = ACTIONS(3818), - [anon_sym_LT_EQ] = ACTIONS(3816), - [anon_sym_LT] = ACTIONS(3816), - [anon_sym_LT_LT] = ACTIONS(3816), - [anon_sym_GT_GT] = ACTIONS(3816), - [anon_sym_extern] = ACTIONS(3816), - [anon_sym___attribute__] = ACTIONS(3816), - [anon_sym_COLON_COLON] = ACTIONS(3818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3818), - [anon_sym___declspec] = ACTIONS(3816), - [anon_sym___based] = ACTIONS(3816), - [anon_sym_LBRACE] = ACTIONS(3818), - [anon_sym_LBRACK] = ACTIONS(3816), - [anon_sym_EQ] = ACTIONS(3816), - [anon_sym_static] = ACTIONS(3816), - [anon_sym_register] = ACTIONS(3816), - [anon_sym_inline] = ACTIONS(3816), - [anon_sym_thread_local] = ACTIONS(3816), - [anon_sym_const] = ACTIONS(3816), - [anon_sym_volatile] = ACTIONS(3816), - [anon_sym_restrict] = ACTIONS(3816), - [anon_sym__Atomic] = ACTIONS(3816), - [anon_sym_mutable] = ACTIONS(3816), - [anon_sym_constexpr] = ACTIONS(3816), - [anon_sym_constinit] = ACTIONS(3816), - [anon_sym_consteval] = ACTIONS(3816), - [anon_sym_QMARK] = ACTIONS(3818), - [anon_sym_STAR_EQ] = ACTIONS(3818), - [anon_sym_SLASH_EQ] = ACTIONS(3818), - [anon_sym_PERCENT_EQ] = ACTIONS(3818), - [anon_sym_PLUS_EQ] = ACTIONS(3818), - [anon_sym_DASH_EQ] = ACTIONS(3818), - [anon_sym_LT_LT_EQ] = ACTIONS(3818), - [anon_sym_GT_GT_EQ] = ACTIONS(3818), - [anon_sym_AMP_EQ] = ACTIONS(3818), - [anon_sym_CARET_EQ] = ACTIONS(3818), - [anon_sym_PIPE_EQ] = ACTIONS(3818), - [anon_sym_and_eq] = ACTIONS(3816), - [anon_sym_or_eq] = ACTIONS(3816), - [anon_sym_xor_eq] = ACTIONS(3816), - [anon_sym_LT_EQ_GT] = ACTIONS(3818), - [anon_sym_or] = ACTIONS(3816), - [anon_sym_and] = ACTIONS(3816), - [anon_sym_bitor] = ACTIONS(3816), - [anon_sym_xor] = ACTIONS(3816), - [anon_sym_bitand] = ACTIONS(3816), - [anon_sym_not_eq] = ACTIONS(3816), - [anon_sym_DASH_DASH] = ACTIONS(3818), - [anon_sym_PLUS_PLUS] = ACTIONS(3818), - [anon_sym_DOT] = ACTIONS(3816), - [anon_sym_DASH_GT] = ACTIONS(3816), + [1739] = { + [sym_identifier] = ACTIONS(3796), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3798), + [anon_sym_COMMA] = ACTIONS(3798), + [anon_sym_RPAREN] = ACTIONS(3798), + [anon_sym_LPAREN2] = ACTIONS(3798), + [anon_sym_TILDE] = ACTIONS(3798), + [anon_sym_DASH] = ACTIONS(3796), + [anon_sym_PLUS] = ACTIONS(3796), + [anon_sym_STAR] = ACTIONS(3796), + [anon_sym_SLASH] = ACTIONS(3796), + [anon_sym_PERCENT] = ACTIONS(3796), + [anon_sym_PIPE_PIPE] = ACTIONS(3798), + [anon_sym_AMP_AMP] = ACTIONS(3798), + [anon_sym_PIPE] = ACTIONS(3796), + [anon_sym_CARET] = ACTIONS(3796), + [anon_sym_AMP] = ACTIONS(3796), + [anon_sym_EQ_EQ] = ACTIONS(3798), + [anon_sym_BANG_EQ] = ACTIONS(3798), + [anon_sym_GT] = ACTIONS(3796), + [anon_sym_GT_EQ] = ACTIONS(3798), + [anon_sym_LT_EQ] = ACTIONS(3796), + [anon_sym_LT] = ACTIONS(3796), + [anon_sym_LT_LT] = ACTIONS(3796), + [anon_sym_GT_GT] = ACTIONS(3796), + [anon_sym_SEMI] = ACTIONS(3798), + [anon_sym_extern] = ACTIONS(3796), + [anon_sym___attribute__] = ACTIONS(3796), + [anon_sym_COLON_COLON] = ACTIONS(3798), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3798), + [anon_sym___declspec] = ACTIONS(3796), + [anon_sym___based] = ACTIONS(3796), + [anon_sym_LBRACE] = ACTIONS(3798), + [anon_sym_RBRACE] = ACTIONS(3798), + [anon_sym_LBRACK] = ACTIONS(3796), + [anon_sym_EQ] = ACTIONS(3796), + [anon_sym_static] = ACTIONS(3796), + [anon_sym_register] = ACTIONS(3796), + [anon_sym_inline] = ACTIONS(3796), + [anon_sym_thread_local] = ACTIONS(3796), + [anon_sym_const] = ACTIONS(3796), + [anon_sym_volatile] = ACTIONS(3796), + [anon_sym_restrict] = ACTIONS(3796), + [anon_sym__Atomic] = ACTIONS(3796), + [anon_sym_mutable] = ACTIONS(3796), + [anon_sym_constexpr] = ACTIONS(3796), + [anon_sym_constinit] = ACTIONS(3796), + [anon_sym_consteval] = ACTIONS(3796), + [anon_sym_QMARK] = ACTIONS(3798), + [anon_sym_STAR_EQ] = ACTIONS(3798), + [anon_sym_SLASH_EQ] = ACTIONS(3798), + [anon_sym_PERCENT_EQ] = ACTIONS(3798), + [anon_sym_PLUS_EQ] = ACTIONS(3798), + [anon_sym_DASH_EQ] = ACTIONS(3798), + [anon_sym_LT_LT_EQ] = ACTIONS(3798), + [anon_sym_GT_GT_EQ] = ACTIONS(3798), + [anon_sym_AMP_EQ] = ACTIONS(3798), + [anon_sym_CARET_EQ] = ACTIONS(3798), + [anon_sym_PIPE_EQ] = ACTIONS(3798), + [anon_sym_and_eq] = ACTIONS(3796), + [anon_sym_or_eq] = ACTIONS(3796), + [anon_sym_xor_eq] = ACTIONS(3796), + [anon_sym_LT_EQ_GT] = ACTIONS(3798), + [anon_sym_or] = ACTIONS(3796), + [anon_sym_and] = ACTIONS(3796), + [anon_sym_bitor] = ACTIONS(3796), + [anon_sym_xor] = ACTIONS(3796), + [anon_sym_bitand] = ACTIONS(3796), + [anon_sym_not_eq] = ACTIONS(3796), + [anon_sym_DASH_DASH] = ACTIONS(3798), + [anon_sym_PLUS_PLUS] = ACTIONS(3798), + [anon_sym_DOT] = ACTIONS(3796), + [anon_sym_DASH_GT] = ACTIONS(3798), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3816), - [anon_sym_decltype] = ACTIONS(3816), - [anon_sym_virtual] = ACTIONS(3816), - [anon_sym_template] = ACTIONS(3816), - [anon_sym_operator] = ACTIONS(3816), - [anon_sym_DOT_STAR] = ACTIONS(3818), - [anon_sym_DASH_GT_STAR] = ACTIONS(3818), + [sym_auto] = ACTIONS(3796), + [anon_sym_decltype] = ACTIONS(3796), + [anon_sym_virtual] = ACTIONS(3796), + [anon_sym_template] = ACTIONS(3796), + [anon_sym_operator] = ACTIONS(3796), + }, + [1740] = { + [sym_template_argument_list] = STATE(1834), + [sym_identifier] = ACTIONS(3744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_LPAREN2] = ACTIONS(3748), + [anon_sym_TILDE] = ACTIONS(3752), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3762), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_SEMI] = ACTIONS(3759), + [anon_sym_extern] = ACTIONS(3744), + [anon_sym___attribute__] = ACTIONS(3744), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3765), + [anon_sym___declspec] = ACTIONS(3744), + [anon_sym___based] = ACTIONS(3744), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3770), + [anon_sym_EQ] = ACTIONS(3774), + [anon_sym_static] = ACTIONS(3744), + [anon_sym_register] = ACTIONS(3744), + [anon_sym_inline] = ACTIONS(3744), + [anon_sym_thread_local] = ACTIONS(3744), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3744), + [anon_sym_restrict] = ACTIONS(3744), + [anon_sym__Atomic] = ACTIONS(3744), + [anon_sym_mutable] = ACTIONS(3744), + [anon_sym_constexpr] = ACTIONS(3744), + [anon_sym_constinit] = ACTIONS(3744), + [anon_sym_consteval] = ACTIONS(3744), + [anon_sym_COLON] = ACTIONS(3830), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3778), + [anon_sym_SLASH_EQ] = ACTIONS(3778), + [anon_sym_PERCENT_EQ] = ACTIONS(3778), + [anon_sym_PLUS_EQ] = ACTIONS(3778), + [anon_sym_DASH_EQ] = ACTIONS(3778), + [anon_sym_LT_LT_EQ] = ACTIONS(3778), + [anon_sym_GT_GT_EQ] = ACTIONS(3778), + [anon_sym_AMP_EQ] = ACTIONS(3778), + [anon_sym_CARET_EQ] = ACTIONS(3778), + [anon_sym_PIPE_EQ] = ACTIONS(3778), + [anon_sym_and_eq] = ACTIONS(3774), + [anon_sym_or_eq] = ACTIONS(3774), + [anon_sym_xor_eq] = ACTIONS(3774), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3746), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3744), + [anon_sym_decltype] = ACTIONS(3744), + [anon_sym_virtual] = ACTIONS(3744), + [anon_sym_template] = ACTIONS(3744), + [anon_sym_operator] = ACTIONS(3744), + }, + [1741] = { + [sym_template_argument_list] = STATE(1835), + [sym_identifier] = ACTIONS(3744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_LPAREN2] = ACTIONS(3759), + [anon_sym_TILDE] = ACTIONS(3752), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3762), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_SEMI] = ACTIONS(3746), + [anon_sym_extern] = ACTIONS(3744), + [anon_sym___attribute__] = ACTIONS(3744), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3752), + [anon_sym___declspec] = ACTIONS(3744), + [anon_sym___based] = ACTIONS(3744), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3756), + [anon_sym_EQ] = ACTIONS(3774), + [anon_sym_static] = ACTIONS(3744), + [anon_sym_register] = ACTIONS(3744), + [anon_sym_inline] = ACTIONS(3744), + [anon_sym_thread_local] = ACTIONS(3744), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3744), + [anon_sym_restrict] = ACTIONS(3744), + [anon_sym__Atomic] = ACTIONS(3744), + [anon_sym_mutable] = ACTIONS(3744), + [anon_sym_constexpr] = ACTIONS(3744), + [anon_sym_constinit] = ACTIONS(3744), + [anon_sym_consteval] = ACTIONS(3744), + [anon_sym_COLON] = ACTIONS(3830), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3778), + [anon_sym_SLASH_EQ] = ACTIONS(3778), + [anon_sym_PERCENT_EQ] = ACTIONS(3778), + [anon_sym_PLUS_EQ] = ACTIONS(3778), + [anon_sym_DASH_EQ] = ACTIONS(3778), + [anon_sym_LT_LT_EQ] = ACTIONS(3778), + [anon_sym_GT_GT_EQ] = ACTIONS(3778), + [anon_sym_AMP_EQ] = ACTIONS(3778), + [anon_sym_CARET_EQ] = ACTIONS(3778), + [anon_sym_PIPE_EQ] = ACTIONS(3778), + [anon_sym_and_eq] = ACTIONS(3774), + [anon_sym_or_eq] = ACTIONS(3774), + [anon_sym_xor_eq] = ACTIONS(3774), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3746), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3744), + [anon_sym_decltype] = ACTIONS(3744), + [anon_sym_virtual] = ACTIONS(3744), + [anon_sym_template] = ACTIONS(3744), + [anon_sym_operator] = ACTIONS(3744), }, [1742] = { - [sym_template_argument_list] = STATE(1829), - [sym_identifier] = ACTIONS(3748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_LPAREN2] = ACTIONS(3750), - [anon_sym_TILDE] = ACTIONS(3753), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3773), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_SEMI] = ACTIONS(3760), - [anon_sym_extern] = ACTIONS(3748), - [anon_sym___attribute__] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3753), - [anon_sym___declspec] = ACTIONS(3748), - [anon_sym___based] = ACTIONS(3748), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3757), - [anon_sym_EQ] = ACTIONS(3783), - [anon_sym_static] = ACTIONS(3748), - [anon_sym_register] = ACTIONS(3748), - [anon_sym_inline] = ACTIONS(3748), - [anon_sym_thread_local] = ACTIONS(3748), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3748), - [anon_sym_restrict] = ACTIONS(3748), - [anon_sym__Atomic] = ACTIONS(3748), - [anon_sym_mutable] = ACTIONS(3748), - [anon_sym_constexpr] = ACTIONS(3748), - [anon_sym_constinit] = ACTIONS(3748), - [anon_sym_consteval] = ACTIONS(3748), - [anon_sym_COLON] = ACTIONS(3838), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3787), - [anon_sym_SLASH_EQ] = ACTIONS(3787), - [anon_sym_PERCENT_EQ] = ACTIONS(3787), - [anon_sym_PLUS_EQ] = ACTIONS(3787), - [anon_sym_DASH_EQ] = ACTIONS(3787), - [anon_sym_LT_LT_EQ] = ACTIONS(3787), - [anon_sym_GT_GT_EQ] = ACTIONS(3787), - [anon_sym_AMP_EQ] = ACTIONS(3787), - [anon_sym_CARET_EQ] = ACTIONS(3787), - [anon_sym_PIPE_EQ] = ACTIONS(3787), - [anon_sym_and_eq] = ACTIONS(3783), - [anon_sym_or_eq] = ACTIONS(3783), - [anon_sym_xor_eq] = ACTIONS(3783), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3760), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3748), - [anon_sym_decltype] = ACTIONS(3748), - [anon_sym_virtual] = ACTIONS(3748), - [anon_sym_template] = ACTIONS(3748), - [anon_sym_operator] = ACTIONS(3748), + [sym_template_argument_list] = STATE(1834), + [sym_identifier] = ACTIONS(3744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_LPAREN2] = ACTIONS(3748), + [anon_sym_TILDE] = ACTIONS(3752), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3762), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_SEMI] = ACTIONS(3759), + [anon_sym_extern] = ACTIONS(3744), + [anon_sym___attribute__] = ACTIONS(3744), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3765), + [anon_sym___declspec] = ACTIONS(3744), + [anon_sym___based] = ACTIONS(3744), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3770), + [anon_sym_EQ] = ACTIONS(3774), + [anon_sym_static] = ACTIONS(3744), + [anon_sym_register] = ACTIONS(3744), + [anon_sym_inline] = ACTIONS(3744), + [anon_sym_thread_local] = ACTIONS(3744), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3744), + [anon_sym_restrict] = ACTIONS(3744), + [anon_sym__Atomic] = ACTIONS(3744), + [anon_sym_mutable] = ACTIONS(3744), + [anon_sym_constexpr] = ACTIONS(3744), + [anon_sym_constinit] = ACTIONS(3744), + [anon_sym_consteval] = ACTIONS(3744), + [anon_sym_COLON] = ACTIONS(3832), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3778), + [anon_sym_SLASH_EQ] = ACTIONS(3778), + [anon_sym_PERCENT_EQ] = ACTIONS(3778), + [anon_sym_PLUS_EQ] = ACTIONS(3778), + [anon_sym_DASH_EQ] = ACTIONS(3778), + [anon_sym_LT_LT_EQ] = ACTIONS(3778), + [anon_sym_GT_GT_EQ] = ACTIONS(3778), + [anon_sym_AMP_EQ] = ACTIONS(3778), + [anon_sym_CARET_EQ] = ACTIONS(3778), + [anon_sym_PIPE_EQ] = ACTIONS(3778), + [anon_sym_and_eq] = ACTIONS(3774), + [anon_sym_or_eq] = ACTIONS(3774), + [anon_sym_xor_eq] = ACTIONS(3774), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3746), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3744), + [anon_sym_decltype] = ACTIONS(3744), + [anon_sym_virtual] = ACTIONS(3744), + [anon_sym_template] = ACTIONS(3744), + [anon_sym_operator] = ACTIONS(3744), }, [1743] = { - [sym_template_argument_list] = STATE(1829), - [sym_identifier] = ACTIONS(3748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_RPAREN] = ACTIONS(3760), - [anon_sym_LPAREN2] = ACTIONS(3750), - [anon_sym_TILDE] = ACTIONS(3753), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3773), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_SEMI] = ACTIONS(3760), - [anon_sym_extern] = ACTIONS(3748), - [anon_sym___attribute__] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3753), - [anon_sym___declspec] = ACTIONS(3748), - [anon_sym___based] = ACTIONS(3748), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3757), - [anon_sym_EQ] = ACTIONS(3783), - [anon_sym_static] = ACTIONS(3748), - [anon_sym_register] = ACTIONS(3748), - [anon_sym_inline] = ACTIONS(3748), - [anon_sym_thread_local] = ACTIONS(3748), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3748), - [anon_sym_restrict] = ACTIONS(3748), - [anon_sym__Atomic] = ACTIONS(3748), - [anon_sym_mutable] = ACTIONS(3748), - [anon_sym_constexpr] = ACTIONS(3748), - [anon_sym_constinit] = ACTIONS(3748), - [anon_sym_consteval] = ACTIONS(3748), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3787), - [anon_sym_SLASH_EQ] = ACTIONS(3787), - [anon_sym_PERCENT_EQ] = ACTIONS(3787), - [anon_sym_PLUS_EQ] = ACTIONS(3787), - [anon_sym_DASH_EQ] = ACTIONS(3787), - [anon_sym_LT_LT_EQ] = ACTIONS(3787), - [anon_sym_GT_GT_EQ] = ACTIONS(3787), - [anon_sym_AMP_EQ] = ACTIONS(3787), - [anon_sym_CARET_EQ] = ACTIONS(3787), - [anon_sym_PIPE_EQ] = ACTIONS(3787), - [anon_sym_and_eq] = ACTIONS(3783), - [anon_sym_or_eq] = ACTIONS(3783), - [anon_sym_xor_eq] = ACTIONS(3783), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3760), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3748), - [anon_sym_decltype] = ACTIONS(3748), - [anon_sym_virtual] = ACTIONS(3748), - [anon_sym_template] = ACTIONS(3748), - [anon_sym_operator] = ACTIONS(3748), + [sym_template_argument_list] = STATE(1835), + [sym_identifier] = ACTIONS(3744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_LPAREN2] = ACTIONS(3759), + [anon_sym_TILDE] = ACTIONS(3752), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3762), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_SEMI] = ACTIONS(3746), + [anon_sym_extern] = ACTIONS(3744), + [anon_sym___attribute__] = ACTIONS(3744), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3752), + [anon_sym___declspec] = ACTIONS(3744), + [anon_sym___based] = ACTIONS(3744), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3756), + [anon_sym_EQ] = ACTIONS(3774), + [anon_sym_static] = ACTIONS(3744), + [anon_sym_register] = ACTIONS(3744), + [anon_sym_inline] = ACTIONS(3744), + [anon_sym_thread_local] = ACTIONS(3744), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3744), + [anon_sym_restrict] = ACTIONS(3744), + [anon_sym__Atomic] = ACTIONS(3744), + [anon_sym_mutable] = ACTIONS(3744), + [anon_sym_constexpr] = ACTIONS(3744), + [anon_sym_constinit] = ACTIONS(3744), + [anon_sym_consteval] = ACTIONS(3744), + [anon_sym_COLON] = ACTIONS(3834), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3778), + [anon_sym_SLASH_EQ] = ACTIONS(3778), + [anon_sym_PERCENT_EQ] = ACTIONS(3778), + [anon_sym_PLUS_EQ] = ACTIONS(3778), + [anon_sym_DASH_EQ] = ACTIONS(3778), + [anon_sym_LT_LT_EQ] = ACTIONS(3778), + [anon_sym_GT_GT_EQ] = ACTIONS(3778), + [anon_sym_AMP_EQ] = ACTIONS(3778), + [anon_sym_CARET_EQ] = ACTIONS(3778), + [anon_sym_PIPE_EQ] = ACTIONS(3778), + [anon_sym_and_eq] = ACTIONS(3774), + [anon_sym_or_eq] = ACTIONS(3774), + [anon_sym_xor_eq] = ACTIONS(3774), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3746), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3744), + [anon_sym_decltype] = ACTIONS(3744), + [anon_sym_virtual] = ACTIONS(3744), + [anon_sym_template] = ACTIONS(3744), + [anon_sym_operator] = ACTIONS(3744), }, [1744] = { - [sym_identifier] = ACTIONS(3828), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3830), - [anon_sym_COMMA] = ACTIONS(3830), - [anon_sym_RPAREN] = ACTIONS(3830), - [anon_sym_LPAREN2] = ACTIONS(3830), - [anon_sym_TILDE] = ACTIONS(3830), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_PIPE_PIPE] = ACTIONS(3830), - [anon_sym_AMP_AMP] = ACTIONS(3830), - [anon_sym_PIPE] = ACTIONS(3828), - [anon_sym_CARET] = ACTIONS(3828), - [anon_sym_AMP] = ACTIONS(3828), - [anon_sym_EQ_EQ] = ACTIONS(3830), - [anon_sym_BANG_EQ] = ACTIONS(3830), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_GT_EQ] = ACTIONS(3830), - [anon_sym_LT_EQ] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_LT_LT] = ACTIONS(3828), - [anon_sym_GT_GT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3830), - [anon_sym_extern] = ACTIONS(3828), - [anon_sym___attribute__] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3830), - [anon_sym___declspec] = ACTIONS(3828), - [anon_sym___based] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3830), - [anon_sym_RBRACE] = ACTIONS(3830), - [anon_sym_LBRACK] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_static] = ACTIONS(3828), - [anon_sym_register] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_thread_local] = ACTIONS(3828), - [anon_sym_const] = ACTIONS(3828), - [anon_sym_volatile] = ACTIONS(3828), - [anon_sym_restrict] = ACTIONS(3828), - [anon_sym__Atomic] = ACTIONS(3828), - [anon_sym_mutable] = ACTIONS(3828), - [anon_sym_constexpr] = ACTIONS(3828), - [anon_sym_constinit] = ACTIONS(3828), - [anon_sym_consteval] = ACTIONS(3828), - [anon_sym_QMARK] = ACTIONS(3830), - [anon_sym_STAR_EQ] = ACTIONS(3830), - [anon_sym_SLASH_EQ] = ACTIONS(3830), - [anon_sym_PERCENT_EQ] = ACTIONS(3830), - [anon_sym_PLUS_EQ] = ACTIONS(3830), - [anon_sym_DASH_EQ] = ACTIONS(3830), - [anon_sym_LT_LT_EQ] = ACTIONS(3830), - [anon_sym_GT_GT_EQ] = ACTIONS(3830), - [anon_sym_AMP_EQ] = ACTIONS(3830), - [anon_sym_CARET_EQ] = ACTIONS(3830), - [anon_sym_PIPE_EQ] = ACTIONS(3830), - [anon_sym_and_eq] = ACTIONS(3828), - [anon_sym_or_eq] = ACTIONS(3828), - [anon_sym_xor_eq] = ACTIONS(3828), - [anon_sym_LT_EQ_GT] = ACTIONS(3830), - [anon_sym_or] = ACTIONS(3828), - [anon_sym_and] = ACTIONS(3828), - [anon_sym_bitor] = ACTIONS(3828), - [anon_sym_xor] = ACTIONS(3828), - [anon_sym_bitand] = ACTIONS(3828), - [anon_sym_not_eq] = ACTIONS(3828), - [anon_sym_DASH_DASH] = ACTIONS(3830), - [anon_sym_PLUS_PLUS] = ACTIONS(3830), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3830), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3828), - [anon_sym_decltype] = ACTIONS(3828), - [anon_sym_virtual] = ACTIONS(3828), - [anon_sym_template] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), + [sym_template_argument_list] = STATE(1835), + [sym_identifier] = ACTIONS(3744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_LPAREN2] = ACTIONS(3759), + [anon_sym_TILDE] = ACTIONS(3752), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3762), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_SEMI] = ACTIONS(3746), + [anon_sym_extern] = ACTIONS(3744), + [anon_sym___attribute__] = ACTIONS(3744), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3752), + [anon_sym___declspec] = ACTIONS(3744), + [anon_sym___based] = ACTIONS(3744), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3756), + [anon_sym_EQ] = ACTIONS(3774), + [anon_sym_static] = ACTIONS(3744), + [anon_sym_register] = ACTIONS(3744), + [anon_sym_inline] = ACTIONS(3744), + [anon_sym_thread_local] = ACTIONS(3744), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3744), + [anon_sym_restrict] = ACTIONS(3744), + [anon_sym__Atomic] = ACTIONS(3744), + [anon_sym_mutable] = ACTIONS(3744), + [anon_sym_constexpr] = ACTIONS(3744), + [anon_sym_constinit] = ACTIONS(3744), + [anon_sym_consteval] = ACTIONS(3744), + [anon_sym_COLON] = ACTIONS(3832), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3778), + [anon_sym_SLASH_EQ] = ACTIONS(3778), + [anon_sym_PERCENT_EQ] = ACTIONS(3778), + [anon_sym_PLUS_EQ] = ACTIONS(3778), + [anon_sym_DASH_EQ] = ACTIONS(3778), + [anon_sym_LT_LT_EQ] = ACTIONS(3778), + [anon_sym_GT_GT_EQ] = ACTIONS(3778), + [anon_sym_AMP_EQ] = ACTIONS(3778), + [anon_sym_CARET_EQ] = ACTIONS(3778), + [anon_sym_PIPE_EQ] = ACTIONS(3778), + [anon_sym_and_eq] = ACTIONS(3774), + [anon_sym_or_eq] = ACTIONS(3774), + [anon_sym_xor_eq] = ACTIONS(3774), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3746), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3744), + [anon_sym_decltype] = ACTIONS(3744), + [anon_sym_virtual] = ACTIONS(3744), + [anon_sym_template] = ACTIONS(3744), + [anon_sym_operator] = ACTIONS(3744), }, [1745] = { - [sym_template_argument_list] = STATE(1829), - [sym_identifier] = ACTIONS(3748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_LPAREN2] = ACTIONS(3750), - [anon_sym_TILDE] = ACTIONS(3753), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3773), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_SEMI] = ACTIONS(3760), - [anon_sym_extern] = ACTIONS(3748), - [anon_sym___attribute__] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3753), - [anon_sym___declspec] = ACTIONS(3748), - [anon_sym___based] = ACTIONS(3748), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3757), - [anon_sym_EQ] = ACTIONS(3783), - [anon_sym_static] = ACTIONS(3748), - [anon_sym_register] = ACTIONS(3748), - [anon_sym_inline] = ACTIONS(3748), - [anon_sym_thread_local] = ACTIONS(3748), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3748), - [anon_sym_restrict] = ACTIONS(3748), - [anon_sym__Atomic] = ACTIONS(3748), - [anon_sym_mutable] = ACTIONS(3748), - [anon_sym_constexpr] = ACTIONS(3748), - [anon_sym_constinit] = ACTIONS(3748), - [anon_sym_consteval] = ACTIONS(3748), + [sym_template_argument_list] = STATE(1834), + [sym_identifier] = ACTIONS(3744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_LPAREN2] = ACTIONS(3748), + [anon_sym_TILDE] = ACTIONS(3752), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3762), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_SEMI] = ACTIONS(3759), + [anon_sym_extern] = ACTIONS(3744), + [anon_sym___attribute__] = ACTIONS(3744), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3765), + [anon_sym___declspec] = ACTIONS(3744), + [anon_sym___based] = ACTIONS(3744), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3770), + [anon_sym_EQ] = ACTIONS(3774), + [anon_sym_static] = ACTIONS(3744), + [anon_sym_register] = ACTIONS(3744), + [anon_sym_inline] = ACTIONS(3744), + [anon_sym_thread_local] = ACTIONS(3744), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3744), + [anon_sym_restrict] = ACTIONS(3744), + [anon_sym__Atomic] = ACTIONS(3744), + [anon_sym_mutable] = ACTIONS(3744), + [anon_sym_constexpr] = ACTIONS(3744), + [anon_sym_constinit] = ACTIONS(3744), + [anon_sym_consteval] = ACTIONS(3744), [anon_sym_COLON] = ACTIONS(3836), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3787), - [anon_sym_SLASH_EQ] = ACTIONS(3787), - [anon_sym_PERCENT_EQ] = ACTIONS(3787), - [anon_sym_PLUS_EQ] = ACTIONS(3787), - [anon_sym_DASH_EQ] = ACTIONS(3787), - [anon_sym_LT_LT_EQ] = ACTIONS(3787), - [anon_sym_GT_GT_EQ] = ACTIONS(3787), - [anon_sym_AMP_EQ] = ACTIONS(3787), - [anon_sym_CARET_EQ] = ACTIONS(3787), - [anon_sym_PIPE_EQ] = ACTIONS(3787), - [anon_sym_and_eq] = ACTIONS(3783), - [anon_sym_or_eq] = ACTIONS(3783), - [anon_sym_xor_eq] = ACTIONS(3783), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3760), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3748), - [anon_sym_decltype] = ACTIONS(3748), - [anon_sym_virtual] = ACTIONS(3748), - [anon_sym_template] = ACTIONS(3748), - [anon_sym_operator] = ACTIONS(3748), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3778), + [anon_sym_SLASH_EQ] = ACTIONS(3778), + [anon_sym_PERCENT_EQ] = ACTIONS(3778), + [anon_sym_PLUS_EQ] = ACTIONS(3778), + [anon_sym_DASH_EQ] = ACTIONS(3778), + [anon_sym_LT_LT_EQ] = ACTIONS(3778), + [anon_sym_GT_GT_EQ] = ACTIONS(3778), + [anon_sym_AMP_EQ] = ACTIONS(3778), + [anon_sym_CARET_EQ] = ACTIONS(3778), + [anon_sym_PIPE_EQ] = ACTIONS(3778), + [anon_sym_and_eq] = ACTIONS(3774), + [anon_sym_or_eq] = ACTIONS(3774), + [anon_sym_xor_eq] = ACTIONS(3774), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3746), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3744), + [anon_sym_decltype] = ACTIONS(3744), + [anon_sym_virtual] = ACTIONS(3744), + [anon_sym_template] = ACTIONS(3744), + [anon_sym_operator] = ACTIONS(3744), }, [1746] = { - [sym_template_argument_list] = STATE(1829), - [sym_identifier] = ACTIONS(3748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_LPAREN2] = ACTIONS(3750), - [anon_sym_TILDE] = ACTIONS(3753), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3773), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_SEMI] = ACTIONS(3760), - [anon_sym_extern] = ACTIONS(3748), - [anon_sym___attribute__] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3753), - [anon_sym___declspec] = ACTIONS(3748), - [anon_sym___based] = ACTIONS(3748), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3757), - [anon_sym_EQ] = ACTIONS(3783), - [anon_sym_static] = ACTIONS(3748), - [anon_sym_register] = ACTIONS(3748), - [anon_sym_inline] = ACTIONS(3748), - [anon_sym_thread_local] = ACTIONS(3748), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3748), - [anon_sym_restrict] = ACTIONS(3748), - [anon_sym__Atomic] = ACTIONS(3748), - [anon_sym_mutable] = ACTIONS(3748), - [anon_sym_constexpr] = ACTIONS(3748), - [anon_sym_constinit] = ACTIONS(3748), - [anon_sym_consteval] = ACTIONS(3748), - [anon_sym_COLON] = ACTIONS(3840), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3787), - [anon_sym_SLASH_EQ] = ACTIONS(3787), - [anon_sym_PERCENT_EQ] = ACTIONS(3787), - [anon_sym_PLUS_EQ] = ACTIONS(3787), - [anon_sym_DASH_EQ] = ACTIONS(3787), - [anon_sym_LT_LT_EQ] = ACTIONS(3787), - [anon_sym_GT_GT_EQ] = ACTIONS(3787), - [anon_sym_AMP_EQ] = ACTIONS(3787), - [anon_sym_CARET_EQ] = ACTIONS(3787), - [anon_sym_PIPE_EQ] = ACTIONS(3787), - [anon_sym_and_eq] = ACTIONS(3783), - [anon_sym_or_eq] = ACTIONS(3783), - [anon_sym_xor_eq] = ACTIONS(3783), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3760), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3748), - [anon_sym_decltype] = ACTIONS(3748), - [anon_sym_virtual] = ACTIONS(3748), - [anon_sym_template] = ACTIONS(3748), - [anon_sym_operator] = ACTIONS(3748), + [sym_template_argument_list] = STATE(1835), + [sym_identifier] = ACTIONS(3744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_RPAREN] = ACTIONS(3746), + [anon_sym_LPAREN2] = ACTIONS(3759), + [anon_sym_TILDE] = ACTIONS(3752), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3762), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_SEMI] = ACTIONS(3746), + [anon_sym_extern] = ACTIONS(3744), + [anon_sym___attribute__] = ACTIONS(3744), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3752), + [anon_sym___declspec] = ACTIONS(3744), + [anon_sym___based] = ACTIONS(3744), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3756), + [anon_sym_EQ] = ACTIONS(3774), + [anon_sym_static] = ACTIONS(3744), + [anon_sym_register] = ACTIONS(3744), + [anon_sym_inline] = ACTIONS(3744), + [anon_sym_thread_local] = ACTIONS(3744), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3744), + [anon_sym_restrict] = ACTIONS(3744), + [anon_sym__Atomic] = ACTIONS(3744), + [anon_sym_mutable] = ACTIONS(3744), + [anon_sym_constexpr] = ACTIONS(3744), + [anon_sym_constinit] = ACTIONS(3744), + [anon_sym_consteval] = ACTIONS(3744), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3778), + [anon_sym_SLASH_EQ] = ACTIONS(3778), + [anon_sym_PERCENT_EQ] = ACTIONS(3778), + [anon_sym_PLUS_EQ] = ACTIONS(3778), + [anon_sym_DASH_EQ] = ACTIONS(3778), + [anon_sym_LT_LT_EQ] = ACTIONS(3778), + [anon_sym_GT_GT_EQ] = ACTIONS(3778), + [anon_sym_AMP_EQ] = ACTIONS(3778), + [anon_sym_CARET_EQ] = ACTIONS(3778), + [anon_sym_PIPE_EQ] = ACTIONS(3778), + [anon_sym_and_eq] = ACTIONS(3774), + [anon_sym_or_eq] = ACTIONS(3774), + [anon_sym_xor_eq] = ACTIONS(3774), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3746), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3744), + [anon_sym_decltype] = ACTIONS(3744), + [anon_sym_virtual] = ACTIONS(3744), + [anon_sym_template] = ACTIONS(3744), + [anon_sym_operator] = ACTIONS(3744), }, [1747] = { - [sym_identifier] = ACTIONS(3789), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3791), - [anon_sym_COMMA] = ACTIONS(3791), - [anon_sym_RPAREN] = ACTIONS(3791), - [anon_sym_LPAREN2] = ACTIONS(3791), - [anon_sym_TILDE] = ACTIONS(3791), - [anon_sym_DASH] = ACTIONS(3789), - [anon_sym_PLUS] = ACTIONS(3789), - [anon_sym_STAR] = ACTIONS(3789), - [anon_sym_SLASH] = ACTIONS(3789), - [anon_sym_PERCENT] = ACTIONS(3789), - [anon_sym_PIPE_PIPE] = ACTIONS(3791), - [anon_sym_AMP_AMP] = ACTIONS(3791), - [anon_sym_PIPE] = ACTIONS(3789), - [anon_sym_CARET] = ACTIONS(3789), - [anon_sym_AMP] = ACTIONS(3789), - [anon_sym_EQ_EQ] = ACTIONS(3791), - [anon_sym_BANG_EQ] = ACTIONS(3791), - [anon_sym_GT] = ACTIONS(3789), - [anon_sym_GT_EQ] = ACTIONS(3791), - [anon_sym_LT_EQ] = ACTIONS(3789), - [anon_sym_LT] = ACTIONS(3789), - [anon_sym_LT_LT] = ACTIONS(3789), - [anon_sym_GT_GT] = ACTIONS(3789), - [anon_sym_SEMI] = ACTIONS(3791), - [anon_sym_extern] = ACTIONS(3789), - [anon_sym___attribute__] = ACTIONS(3789), - [anon_sym_COLON_COLON] = ACTIONS(3791), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3791), - [anon_sym___declspec] = ACTIONS(3789), - [anon_sym___based] = ACTIONS(3789), - [anon_sym_LBRACE] = ACTIONS(3791), - [anon_sym_RBRACE] = ACTIONS(3791), - [anon_sym_LBRACK] = ACTIONS(3789), - [anon_sym_EQ] = ACTIONS(3789), - [anon_sym_static] = ACTIONS(3789), - [anon_sym_register] = ACTIONS(3789), - [anon_sym_inline] = ACTIONS(3789), - [anon_sym_thread_local] = ACTIONS(3789), - [anon_sym_const] = ACTIONS(3789), - [anon_sym_volatile] = ACTIONS(3789), - [anon_sym_restrict] = ACTIONS(3789), - [anon_sym__Atomic] = ACTIONS(3789), - [anon_sym_mutable] = ACTIONS(3789), - [anon_sym_constexpr] = ACTIONS(3789), - [anon_sym_constinit] = ACTIONS(3789), - [anon_sym_consteval] = ACTIONS(3789), - [anon_sym_QMARK] = ACTIONS(3791), - [anon_sym_STAR_EQ] = ACTIONS(3791), - [anon_sym_SLASH_EQ] = ACTIONS(3791), - [anon_sym_PERCENT_EQ] = ACTIONS(3791), - [anon_sym_PLUS_EQ] = ACTIONS(3791), - [anon_sym_DASH_EQ] = ACTIONS(3791), - [anon_sym_LT_LT_EQ] = ACTIONS(3791), - [anon_sym_GT_GT_EQ] = ACTIONS(3791), - [anon_sym_AMP_EQ] = ACTIONS(3791), - [anon_sym_CARET_EQ] = ACTIONS(3791), - [anon_sym_PIPE_EQ] = ACTIONS(3791), - [anon_sym_and_eq] = ACTIONS(3789), - [anon_sym_or_eq] = ACTIONS(3789), - [anon_sym_xor_eq] = ACTIONS(3789), - [anon_sym_LT_EQ_GT] = ACTIONS(3791), - [anon_sym_or] = ACTIONS(3789), - [anon_sym_and] = ACTIONS(3789), - [anon_sym_bitor] = ACTIONS(3789), - [anon_sym_xor] = ACTIONS(3789), - [anon_sym_bitand] = ACTIONS(3789), - [anon_sym_not_eq] = ACTIONS(3789), - [anon_sym_DASH_DASH] = ACTIONS(3791), - [anon_sym_PLUS_PLUS] = ACTIONS(3791), - [anon_sym_DOT] = ACTIONS(3789), - [anon_sym_DASH_GT] = ACTIONS(3791), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3789), - [anon_sym_decltype] = ACTIONS(3789), - [anon_sym_virtual] = ACTIONS(3789), - [anon_sym_template] = ACTIONS(3789), - [anon_sym_operator] = ACTIONS(3789), + [sym_identifier] = ACTIONS(3792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3794), + [anon_sym_COMMA] = ACTIONS(3794), + [anon_sym_RPAREN] = ACTIONS(3794), + [anon_sym_LPAREN2] = ACTIONS(3794), + [anon_sym_TILDE] = ACTIONS(3794), + [anon_sym_DASH] = ACTIONS(3792), + [anon_sym_PLUS] = ACTIONS(3792), + [anon_sym_STAR] = ACTIONS(3792), + [anon_sym_SLASH] = ACTIONS(3792), + [anon_sym_PERCENT] = ACTIONS(3792), + [anon_sym_PIPE_PIPE] = ACTIONS(3794), + [anon_sym_AMP_AMP] = ACTIONS(3794), + [anon_sym_PIPE] = ACTIONS(3792), + [anon_sym_CARET] = ACTIONS(3792), + [anon_sym_AMP] = ACTIONS(3792), + [anon_sym_EQ_EQ] = ACTIONS(3794), + [anon_sym_BANG_EQ] = ACTIONS(3794), + [anon_sym_GT] = ACTIONS(3792), + [anon_sym_GT_EQ] = ACTIONS(3794), + [anon_sym_LT_EQ] = ACTIONS(3792), + [anon_sym_LT] = ACTIONS(3792), + [anon_sym_LT_LT] = ACTIONS(3792), + [anon_sym_GT_GT] = ACTIONS(3792), + [anon_sym_SEMI] = ACTIONS(3794), + [anon_sym_extern] = ACTIONS(3792), + [anon_sym___attribute__] = ACTIONS(3792), + [anon_sym_COLON_COLON] = ACTIONS(3794), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3794), + [anon_sym___declspec] = ACTIONS(3792), + [anon_sym___based] = ACTIONS(3792), + [anon_sym_LBRACE] = ACTIONS(3794), + [anon_sym_RBRACE] = ACTIONS(3794), + [anon_sym_LBRACK] = ACTIONS(3792), + [anon_sym_EQ] = ACTIONS(3792), + [anon_sym_static] = ACTIONS(3792), + [anon_sym_register] = ACTIONS(3792), + [anon_sym_inline] = ACTIONS(3792), + [anon_sym_thread_local] = ACTIONS(3792), + [anon_sym_const] = ACTIONS(3792), + [anon_sym_volatile] = ACTIONS(3792), + [anon_sym_restrict] = ACTIONS(3792), + [anon_sym__Atomic] = ACTIONS(3792), + [anon_sym_mutable] = ACTIONS(3792), + [anon_sym_constexpr] = ACTIONS(3792), + [anon_sym_constinit] = ACTIONS(3792), + [anon_sym_consteval] = ACTIONS(3792), + [anon_sym_QMARK] = ACTIONS(3794), + [anon_sym_STAR_EQ] = ACTIONS(3794), + [anon_sym_SLASH_EQ] = ACTIONS(3794), + [anon_sym_PERCENT_EQ] = ACTIONS(3794), + [anon_sym_PLUS_EQ] = ACTIONS(3794), + [anon_sym_DASH_EQ] = ACTIONS(3794), + [anon_sym_LT_LT_EQ] = ACTIONS(3794), + [anon_sym_GT_GT_EQ] = ACTIONS(3794), + [anon_sym_AMP_EQ] = ACTIONS(3794), + [anon_sym_CARET_EQ] = ACTIONS(3794), + [anon_sym_PIPE_EQ] = ACTIONS(3794), + [anon_sym_and_eq] = ACTIONS(3792), + [anon_sym_or_eq] = ACTIONS(3792), + [anon_sym_xor_eq] = ACTIONS(3792), + [anon_sym_LT_EQ_GT] = ACTIONS(3794), + [anon_sym_or] = ACTIONS(3792), + [anon_sym_and] = ACTIONS(3792), + [anon_sym_bitor] = ACTIONS(3792), + [anon_sym_xor] = ACTIONS(3792), + [anon_sym_bitand] = ACTIONS(3792), + [anon_sym_not_eq] = ACTIONS(3792), + [anon_sym_DASH_DASH] = ACTIONS(3794), + [anon_sym_PLUS_PLUS] = ACTIONS(3794), + [anon_sym_DOT] = ACTIONS(3792), + [anon_sym_DASH_GT] = ACTIONS(3794), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3792), + [anon_sym_decltype] = ACTIONS(3792), + [anon_sym_virtual] = ACTIONS(3792), + [anon_sym_template] = ACTIONS(3792), + [anon_sym_operator] = ACTIONS(3792), }, [1748] = { - [sym_identifier] = ACTIONS(3832), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3834), - [anon_sym_COMMA] = ACTIONS(3834), - [anon_sym_RPAREN] = ACTIONS(3834), - [anon_sym_LPAREN2] = ACTIONS(3834), - [anon_sym_TILDE] = ACTIONS(3834), - [anon_sym_DASH] = ACTIONS(3832), - [anon_sym_PLUS] = ACTIONS(3832), - [anon_sym_STAR] = ACTIONS(3832), - [anon_sym_SLASH] = ACTIONS(3832), - [anon_sym_PERCENT] = ACTIONS(3832), - [anon_sym_PIPE_PIPE] = ACTIONS(3834), - [anon_sym_AMP_AMP] = ACTIONS(3834), - [anon_sym_PIPE] = ACTIONS(3832), - [anon_sym_CARET] = ACTIONS(3832), - [anon_sym_AMP] = ACTIONS(3832), - [anon_sym_EQ_EQ] = ACTIONS(3834), - [anon_sym_BANG_EQ] = ACTIONS(3834), - [anon_sym_GT] = ACTIONS(3832), - [anon_sym_GT_EQ] = ACTIONS(3834), - [anon_sym_LT_EQ] = ACTIONS(3832), - [anon_sym_LT] = ACTIONS(3832), - [anon_sym_LT_LT] = ACTIONS(3832), - [anon_sym_GT_GT] = ACTIONS(3832), - [anon_sym_SEMI] = ACTIONS(3834), - [anon_sym_extern] = ACTIONS(3832), - [anon_sym___attribute__] = ACTIONS(3832), - [anon_sym_COLON_COLON] = ACTIONS(3834), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3834), - [anon_sym___declspec] = ACTIONS(3832), - [anon_sym___based] = ACTIONS(3832), - [anon_sym_LBRACE] = ACTIONS(3834), - [anon_sym_RBRACE] = ACTIONS(3834), - [anon_sym_LBRACK] = ACTIONS(3832), - [anon_sym_EQ] = ACTIONS(3832), - [anon_sym_static] = ACTIONS(3832), - [anon_sym_register] = ACTIONS(3832), - [anon_sym_inline] = ACTIONS(3832), - [anon_sym_thread_local] = ACTIONS(3832), - [anon_sym_const] = ACTIONS(3832), - [anon_sym_volatile] = ACTIONS(3832), - [anon_sym_restrict] = ACTIONS(3832), - [anon_sym__Atomic] = ACTIONS(3832), - [anon_sym_mutable] = ACTIONS(3832), - [anon_sym_constexpr] = ACTIONS(3832), - [anon_sym_constinit] = ACTIONS(3832), - [anon_sym_consteval] = ACTIONS(3832), - [anon_sym_QMARK] = ACTIONS(3834), - [anon_sym_STAR_EQ] = ACTIONS(3834), - [anon_sym_SLASH_EQ] = ACTIONS(3834), - [anon_sym_PERCENT_EQ] = ACTIONS(3834), - [anon_sym_PLUS_EQ] = ACTIONS(3834), - [anon_sym_DASH_EQ] = ACTIONS(3834), - [anon_sym_LT_LT_EQ] = ACTIONS(3834), - [anon_sym_GT_GT_EQ] = ACTIONS(3834), - [anon_sym_AMP_EQ] = ACTIONS(3834), - [anon_sym_CARET_EQ] = ACTIONS(3834), - [anon_sym_PIPE_EQ] = ACTIONS(3834), - [anon_sym_and_eq] = ACTIONS(3832), - [anon_sym_or_eq] = ACTIONS(3832), - [anon_sym_xor_eq] = ACTIONS(3832), - [anon_sym_LT_EQ_GT] = ACTIONS(3834), - [anon_sym_or] = ACTIONS(3832), - [anon_sym_and] = ACTIONS(3832), - [anon_sym_bitor] = ACTIONS(3832), - [anon_sym_xor] = ACTIONS(3832), - [anon_sym_bitand] = ACTIONS(3832), - [anon_sym_not_eq] = ACTIONS(3832), - [anon_sym_DASH_DASH] = ACTIONS(3834), - [anon_sym_PLUS_PLUS] = ACTIONS(3834), - [anon_sym_DOT] = ACTIONS(3832), - [anon_sym_DASH_GT] = ACTIONS(3834), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3832), - [anon_sym_decltype] = ACTIONS(3832), - [anon_sym_virtual] = ACTIONS(3832), - [anon_sym_template] = ACTIONS(3832), - [anon_sym_operator] = ACTIONS(3832), + [sym_identifier] = ACTIONS(3826), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3828), + [anon_sym_COMMA] = ACTIONS(3828), + [anon_sym_RPAREN] = ACTIONS(3828), + [anon_sym_LPAREN2] = ACTIONS(3828), + [anon_sym_TILDE] = ACTIONS(3828), + [anon_sym_DASH] = ACTIONS(3826), + [anon_sym_PLUS] = ACTIONS(3826), + [anon_sym_STAR] = ACTIONS(3826), + [anon_sym_SLASH] = ACTIONS(3826), + [anon_sym_PERCENT] = ACTIONS(3826), + [anon_sym_PIPE_PIPE] = ACTIONS(3828), + [anon_sym_AMP_AMP] = ACTIONS(3828), + [anon_sym_PIPE] = ACTIONS(3826), + [anon_sym_CARET] = ACTIONS(3826), + [anon_sym_AMP] = ACTIONS(3826), + [anon_sym_EQ_EQ] = ACTIONS(3828), + [anon_sym_BANG_EQ] = ACTIONS(3828), + [anon_sym_GT] = ACTIONS(3826), + [anon_sym_GT_EQ] = ACTIONS(3828), + [anon_sym_LT_EQ] = ACTIONS(3826), + [anon_sym_LT] = ACTIONS(3826), + [anon_sym_LT_LT] = ACTIONS(3826), + [anon_sym_GT_GT] = ACTIONS(3826), + [anon_sym_SEMI] = ACTIONS(3828), + [anon_sym_extern] = ACTIONS(3826), + [anon_sym___attribute__] = ACTIONS(3826), + [anon_sym_COLON_COLON] = ACTIONS(3828), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3828), + [anon_sym___declspec] = ACTIONS(3826), + [anon_sym___based] = ACTIONS(3826), + [anon_sym_LBRACE] = ACTIONS(3828), + [anon_sym_RBRACE] = ACTIONS(3828), + [anon_sym_LBRACK] = ACTIONS(3826), + [anon_sym_EQ] = ACTIONS(3826), + [anon_sym_static] = ACTIONS(3826), + [anon_sym_register] = ACTIONS(3826), + [anon_sym_inline] = ACTIONS(3826), + [anon_sym_thread_local] = ACTIONS(3826), + [anon_sym_const] = ACTIONS(3826), + [anon_sym_volatile] = ACTIONS(3826), + [anon_sym_restrict] = ACTIONS(3826), + [anon_sym__Atomic] = ACTIONS(3826), + [anon_sym_mutable] = ACTIONS(3826), + [anon_sym_constexpr] = ACTIONS(3826), + [anon_sym_constinit] = ACTIONS(3826), + [anon_sym_consteval] = ACTIONS(3826), + [anon_sym_QMARK] = ACTIONS(3828), + [anon_sym_STAR_EQ] = ACTIONS(3828), + [anon_sym_SLASH_EQ] = ACTIONS(3828), + [anon_sym_PERCENT_EQ] = ACTIONS(3828), + [anon_sym_PLUS_EQ] = ACTIONS(3828), + [anon_sym_DASH_EQ] = ACTIONS(3828), + [anon_sym_LT_LT_EQ] = ACTIONS(3828), + [anon_sym_GT_GT_EQ] = ACTIONS(3828), + [anon_sym_AMP_EQ] = ACTIONS(3828), + [anon_sym_CARET_EQ] = ACTIONS(3828), + [anon_sym_PIPE_EQ] = ACTIONS(3828), + [anon_sym_and_eq] = ACTIONS(3826), + [anon_sym_or_eq] = ACTIONS(3826), + [anon_sym_xor_eq] = ACTIONS(3826), + [anon_sym_LT_EQ_GT] = ACTIONS(3828), + [anon_sym_or] = ACTIONS(3826), + [anon_sym_and] = ACTIONS(3826), + [anon_sym_bitor] = ACTIONS(3826), + [anon_sym_xor] = ACTIONS(3826), + [anon_sym_bitand] = ACTIONS(3826), + [anon_sym_not_eq] = ACTIONS(3826), + [anon_sym_DASH_DASH] = ACTIONS(3828), + [anon_sym_PLUS_PLUS] = ACTIONS(3828), + [anon_sym_DOT] = ACTIONS(3826), + [anon_sym_DASH_GT] = ACTIONS(3828), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3826), + [anon_sym_decltype] = ACTIONS(3826), + [anon_sym_virtual] = ACTIONS(3826), + [anon_sym_template] = ACTIONS(3826), + [anon_sym_operator] = ACTIONS(3826), }, [1749] = { - [sym_identifier] = ACTIONS(3798), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3800), - [anon_sym_COMMA] = ACTIONS(3800), - [anon_sym_RPAREN] = ACTIONS(3800), - [anon_sym_LPAREN2] = ACTIONS(3800), - [anon_sym_TILDE] = ACTIONS(3800), - [anon_sym_DASH] = ACTIONS(3798), - [anon_sym_PLUS] = ACTIONS(3798), - [anon_sym_STAR] = ACTIONS(3798), - [anon_sym_SLASH] = ACTIONS(3798), - [anon_sym_PERCENT] = ACTIONS(3798), - [anon_sym_PIPE_PIPE] = ACTIONS(3800), - [anon_sym_AMP_AMP] = ACTIONS(3800), - [anon_sym_PIPE] = ACTIONS(3798), - [anon_sym_CARET] = ACTIONS(3798), - [anon_sym_AMP] = ACTIONS(3798), - [anon_sym_EQ_EQ] = ACTIONS(3800), - [anon_sym_BANG_EQ] = ACTIONS(3800), - [anon_sym_GT] = ACTIONS(3798), - [anon_sym_GT_EQ] = ACTIONS(3800), - [anon_sym_LT_EQ] = ACTIONS(3798), - [anon_sym_LT] = ACTIONS(3798), - [anon_sym_LT_LT] = ACTIONS(3798), - [anon_sym_GT_GT] = ACTIONS(3798), - [anon_sym_SEMI] = ACTIONS(3800), - [anon_sym_extern] = ACTIONS(3798), - [anon_sym___attribute__] = ACTIONS(3798), - [anon_sym_COLON_COLON] = ACTIONS(3800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3800), - [anon_sym___declspec] = ACTIONS(3798), - [anon_sym___based] = ACTIONS(3798), - [anon_sym_LBRACE] = ACTIONS(3800), - [anon_sym_RBRACE] = ACTIONS(3800), - [anon_sym_LBRACK] = ACTIONS(3798), - [anon_sym_EQ] = ACTIONS(3798), - [anon_sym_static] = ACTIONS(3798), - [anon_sym_register] = ACTIONS(3798), - [anon_sym_inline] = ACTIONS(3798), - [anon_sym_thread_local] = ACTIONS(3798), - [anon_sym_const] = ACTIONS(3798), - [anon_sym_volatile] = ACTIONS(3798), - [anon_sym_restrict] = ACTIONS(3798), - [anon_sym__Atomic] = ACTIONS(3798), - [anon_sym_mutable] = ACTIONS(3798), - [anon_sym_constexpr] = ACTIONS(3798), - [anon_sym_constinit] = ACTIONS(3798), - [anon_sym_consteval] = ACTIONS(3798), - [anon_sym_QMARK] = ACTIONS(3800), - [anon_sym_STAR_EQ] = ACTIONS(3800), - [anon_sym_SLASH_EQ] = ACTIONS(3800), - [anon_sym_PERCENT_EQ] = ACTIONS(3800), - [anon_sym_PLUS_EQ] = ACTIONS(3800), - [anon_sym_DASH_EQ] = ACTIONS(3800), - [anon_sym_LT_LT_EQ] = ACTIONS(3800), - [anon_sym_GT_GT_EQ] = ACTIONS(3800), - [anon_sym_AMP_EQ] = ACTIONS(3800), - [anon_sym_CARET_EQ] = ACTIONS(3800), - [anon_sym_PIPE_EQ] = ACTIONS(3800), - [anon_sym_and_eq] = ACTIONS(3798), - [anon_sym_or_eq] = ACTIONS(3798), - [anon_sym_xor_eq] = ACTIONS(3798), - [anon_sym_LT_EQ_GT] = ACTIONS(3800), - [anon_sym_or] = ACTIONS(3798), - [anon_sym_and] = ACTIONS(3798), - [anon_sym_bitor] = ACTIONS(3798), - [anon_sym_xor] = ACTIONS(3798), - [anon_sym_bitand] = ACTIONS(3798), - [anon_sym_not_eq] = ACTIONS(3798), - [anon_sym_DASH_DASH] = ACTIONS(3800), - [anon_sym_PLUS_PLUS] = ACTIONS(3800), - [anon_sym_DOT] = ACTIONS(3798), - [anon_sym_DASH_GT] = ACTIONS(3800), + [sym_identifier] = ACTIONS(3818), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3820), + [anon_sym_COMMA] = ACTIONS(3820), + [anon_sym_RPAREN] = ACTIONS(3820), + [anon_sym_LPAREN2] = ACTIONS(3820), + [anon_sym_TILDE] = ACTIONS(3820), + [anon_sym_DASH] = ACTIONS(3818), + [anon_sym_PLUS] = ACTIONS(3818), + [anon_sym_STAR] = ACTIONS(3818), + [anon_sym_SLASH] = ACTIONS(3818), + [anon_sym_PERCENT] = ACTIONS(3818), + [anon_sym_PIPE_PIPE] = ACTIONS(3820), + [anon_sym_AMP_AMP] = ACTIONS(3820), + [anon_sym_PIPE] = ACTIONS(3818), + [anon_sym_CARET] = ACTIONS(3818), + [anon_sym_AMP] = ACTIONS(3818), + [anon_sym_EQ_EQ] = ACTIONS(3820), + [anon_sym_BANG_EQ] = ACTIONS(3820), + [anon_sym_GT] = ACTIONS(3818), + [anon_sym_GT_EQ] = ACTIONS(3820), + [anon_sym_LT_EQ] = ACTIONS(3818), + [anon_sym_LT] = ACTIONS(3818), + [anon_sym_LT_LT] = ACTIONS(3818), + [anon_sym_GT_GT] = ACTIONS(3818), + [anon_sym_SEMI] = ACTIONS(3820), + [anon_sym_extern] = ACTIONS(3818), + [anon_sym___attribute__] = ACTIONS(3818), + [anon_sym_COLON_COLON] = ACTIONS(3820), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3820), + [anon_sym___declspec] = ACTIONS(3818), + [anon_sym___based] = ACTIONS(3818), + [anon_sym_LBRACE] = ACTIONS(3820), + [anon_sym_RBRACE] = ACTIONS(3820), + [anon_sym_LBRACK] = ACTIONS(3818), + [anon_sym_EQ] = ACTIONS(3818), + [anon_sym_static] = ACTIONS(3818), + [anon_sym_register] = ACTIONS(3818), + [anon_sym_inline] = ACTIONS(3818), + [anon_sym_thread_local] = ACTIONS(3818), + [anon_sym_const] = ACTIONS(3818), + [anon_sym_volatile] = ACTIONS(3818), + [anon_sym_restrict] = ACTIONS(3818), + [anon_sym__Atomic] = ACTIONS(3818), + [anon_sym_mutable] = ACTIONS(3818), + [anon_sym_constexpr] = ACTIONS(3818), + [anon_sym_constinit] = ACTIONS(3818), + [anon_sym_consteval] = ACTIONS(3818), + [anon_sym_QMARK] = ACTIONS(3820), + [anon_sym_STAR_EQ] = ACTIONS(3820), + [anon_sym_SLASH_EQ] = ACTIONS(3820), + [anon_sym_PERCENT_EQ] = ACTIONS(3820), + [anon_sym_PLUS_EQ] = ACTIONS(3820), + [anon_sym_DASH_EQ] = ACTIONS(3820), + [anon_sym_LT_LT_EQ] = ACTIONS(3820), + [anon_sym_GT_GT_EQ] = ACTIONS(3820), + [anon_sym_AMP_EQ] = ACTIONS(3820), + [anon_sym_CARET_EQ] = ACTIONS(3820), + [anon_sym_PIPE_EQ] = ACTIONS(3820), + [anon_sym_and_eq] = ACTIONS(3818), + [anon_sym_or_eq] = ACTIONS(3818), + [anon_sym_xor_eq] = ACTIONS(3818), + [anon_sym_LT_EQ_GT] = ACTIONS(3820), + [anon_sym_or] = ACTIONS(3818), + [anon_sym_and] = ACTIONS(3818), + [anon_sym_bitor] = ACTIONS(3818), + [anon_sym_xor] = ACTIONS(3818), + [anon_sym_bitand] = ACTIONS(3818), + [anon_sym_not_eq] = ACTIONS(3818), + [anon_sym_DASH_DASH] = ACTIONS(3820), + [anon_sym_PLUS_PLUS] = ACTIONS(3820), + [anon_sym_DOT] = ACTIONS(3818), + [anon_sym_DASH_GT] = ACTIONS(3820), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3798), - [anon_sym_decltype] = ACTIONS(3798), - [anon_sym_virtual] = ACTIONS(3798), - [anon_sym_template] = ACTIONS(3798), - [anon_sym_operator] = ACTIONS(3798), + [sym_auto] = ACTIONS(3818), + [anon_sym_decltype] = ACTIONS(3818), + [anon_sym_virtual] = ACTIONS(3818), + [anon_sym_template] = ACTIONS(3818), + [anon_sym_operator] = ACTIONS(3818), }, [1750] = { - [sym_template_argument_list] = STATE(1827), - [sym_identifier] = ACTIONS(3748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_LPAREN2] = ACTIONS(3769), - [anon_sym_TILDE] = ACTIONS(3753), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3773), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_SEMI] = ACTIONS(3750), - [anon_sym_extern] = ACTIONS(3748), - [anon_sym___attribute__] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3776), - [anon_sym___declspec] = ACTIONS(3748), - [anon_sym___based] = ACTIONS(3748), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3779), - [anon_sym_EQ] = ACTIONS(3783), - [anon_sym_static] = ACTIONS(3748), - [anon_sym_register] = ACTIONS(3748), - [anon_sym_inline] = ACTIONS(3748), - [anon_sym_thread_local] = ACTIONS(3748), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3748), - [anon_sym_restrict] = ACTIONS(3748), - [anon_sym__Atomic] = ACTIONS(3748), - [anon_sym_mutable] = ACTIONS(3748), - [anon_sym_constexpr] = ACTIONS(3748), - [anon_sym_constinit] = ACTIONS(3748), - [anon_sym_consteval] = ACTIONS(3748), - [anon_sym_COLON] = ACTIONS(3840), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3787), - [anon_sym_SLASH_EQ] = ACTIONS(3787), - [anon_sym_PERCENT_EQ] = ACTIONS(3787), - [anon_sym_PLUS_EQ] = ACTIONS(3787), - [anon_sym_DASH_EQ] = ACTIONS(3787), - [anon_sym_LT_LT_EQ] = ACTIONS(3787), - [anon_sym_GT_GT_EQ] = ACTIONS(3787), - [anon_sym_AMP_EQ] = ACTIONS(3787), - [anon_sym_CARET_EQ] = ACTIONS(3787), - [anon_sym_PIPE_EQ] = ACTIONS(3787), - [anon_sym_and_eq] = ACTIONS(3783), - [anon_sym_or_eq] = ACTIONS(3783), - [anon_sym_xor_eq] = ACTIONS(3783), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3760), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3748), - [anon_sym_decltype] = ACTIONS(3748), - [anon_sym_virtual] = ACTIONS(3748), - [anon_sym_template] = ACTIONS(3748), - [anon_sym_operator] = ACTIONS(3748), + [sym_template_argument_list] = STATE(1835), + [sym_identifier] = ACTIONS(3744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_LPAREN2] = ACTIONS(3759), + [anon_sym_TILDE] = ACTIONS(3752), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3762), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_SEMI] = ACTIONS(3746), + [anon_sym_extern] = ACTIONS(3744), + [anon_sym___attribute__] = ACTIONS(3744), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3752), + [anon_sym___declspec] = ACTIONS(3744), + [anon_sym___based] = ACTIONS(3744), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3756), + [anon_sym_EQ] = ACTIONS(3774), + [anon_sym_static] = ACTIONS(3744), + [anon_sym_register] = ACTIONS(3744), + [anon_sym_inline] = ACTIONS(3744), + [anon_sym_thread_local] = ACTIONS(3744), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3744), + [anon_sym_restrict] = ACTIONS(3744), + [anon_sym__Atomic] = ACTIONS(3744), + [anon_sym_mutable] = ACTIONS(3744), + [anon_sym_constexpr] = ACTIONS(3744), + [anon_sym_constinit] = ACTIONS(3744), + [anon_sym_consteval] = ACTIONS(3744), + [anon_sym_COLON] = ACTIONS(3836), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3778), + [anon_sym_SLASH_EQ] = ACTIONS(3778), + [anon_sym_PERCENT_EQ] = ACTIONS(3778), + [anon_sym_PLUS_EQ] = ACTIONS(3778), + [anon_sym_DASH_EQ] = ACTIONS(3778), + [anon_sym_LT_LT_EQ] = ACTIONS(3778), + [anon_sym_GT_GT_EQ] = ACTIONS(3778), + [anon_sym_AMP_EQ] = ACTIONS(3778), + [anon_sym_CARET_EQ] = ACTIONS(3778), + [anon_sym_PIPE_EQ] = ACTIONS(3778), + [anon_sym_and_eq] = ACTIONS(3774), + [anon_sym_or_eq] = ACTIONS(3774), + [anon_sym_xor_eq] = ACTIONS(3774), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3746), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3744), + [anon_sym_decltype] = ACTIONS(3744), + [anon_sym_virtual] = ACTIONS(3744), + [anon_sym_template] = ACTIONS(3744), + [anon_sym_operator] = ACTIONS(3744), }, [1751] = { - [sym_template_argument_list] = STATE(1837), - [sym_identifier] = ACTIONS(3748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3750), - [anon_sym_COMMA] = ACTIONS(3750), - [anon_sym_RPAREN] = ACTIONS(3750), - [anon_sym_LPAREN2] = ACTIONS(3750), - [anon_sym_TILDE] = ACTIONS(3753), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3773), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_extern] = ACTIONS(3748), - [anon_sym___attribute__] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3753), - [anon_sym___declspec] = ACTIONS(3748), - [anon_sym___based] = ACTIONS(3748), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3757), - [anon_sym_EQ] = ACTIONS(3748), - [anon_sym_static] = ACTIONS(3748), - [anon_sym_register] = ACTIONS(3748), - [anon_sym_inline] = ACTIONS(3748), - [anon_sym_thread_local] = ACTIONS(3748), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3748), - [anon_sym_restrict] = ACTIONS(3748), - [anon_sym__Atomic] = ACTIONS(3748), - [anon_sym_mutable] = ACTIONS(3748), - [anon_sym_constexpr] = ACTIONS(3748), - [anon_sym_constinit] = ACTIONS(3748), - [anon_sym_consteval] = ACTIONS(3748), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3787), - [anon_sym_SLASH_EQ] = ACTIONS(3787), - [anon_sym_PERCENT_EQ] = ACTIONS(3787), - [anon_sym_PLUS_EQ] = ACTIONS(3787), - [anon_sym_DASH_EQ] = ACTIONS(3787), - [anon_sym_LT_LT_EQ] = ACTIONS(3787), - [anon_sym_GT_GT_EQ] = ACTIONS(3787), - [anon_sym_AMP_EQ] = ACTIONS(3787), - [anon_sym_CARET_EQ] = ACTIONS(3787), - [anon_sym_PIPE_EQ] = ACTIONS(3787), - [anon_sym_and_eq] = ACTIONS(3783), - [anon_sym_or_eq] = ACTIONS(3783), - [anon_sym_xor_eq] = ACTIONS(3783), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3760), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3748), - [anon_sym_decltype] = ACTIONS(3748), - [anon_sym_virtual] = ACTIONS(3748), - [anon_sym_template] = ACTIONS(3748), - [anon_sym_operator] = ACTIONS(3748), + [sym_identifier] = ACTIONS(3804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3816), + [anon_sym_COMMA] = ACTIONS(3816), + [anon_sym_RPAREN] = ACTIONS(3816), + [anon_sym_LPAREN2] = ACTIONS(3806), + [anon_sym_TILDE] = ACTIONS(3809), + [anon_sym_DASH] = ACTIONS(3811), + [anon_sym_PLUS] = ACTIONS(3811), + [anon_sym_STAR] = ACTIONS(3813), + [anon_sym_SLASH] = ACTIONS(3811), + [anon_sym_PERCENT] = ACTIONS(3811), + [anon_sym_PIPE_PIPE] = ACTIONS(3816), + [anon_sym_AMP_AMP] = ACTIONS(3806), + [anon_sym_PIPE] = ACTIONS(3811), + [anon_sym_CARET] = ACTIONS(3811), + [anon_sym_AMP] = ACTIONS(3813), + [anon_sym_EQ_EQ] = ACTIONS(3816), + [anon_sym_BANG_EQ] = ACTIONS(3816), + [anon_sym_GT] = ACTIONS(3811), + [anon_sym_GT_EQ] = ACTIONS(3816), + [anon_sym_LT_EQ] = ACTIONS(3811), + [anon_sym_LT] = ACTIONS(3811), + [anon_sym_LT_LT] = ACTIONS(3811), + [anon_sym_GT_GT] = ACTIONS(3811), + [anon_sym_SEMI] = ACTIONS(3816), + [anon_sym_extern] = ACTIONS(3804), + [anon_sym___attribute__] = ACTIONS(3804), + [anon_sym_COLON_COLON] = ACTIONS(3809), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3809), + [anon_sym___declspec] = ACTIONS(3804), + [anon_sym___based] = ACTIONS(3804), + [anon_sym_LBRACE] = ACTIONS(3809), + [anon_sym_LBRACK] = ACTIONS(3813), + [anon_sym_EQ] = ACTIONS(3811), + [anon_sym_static] = ACTIONS(3804), + [anon_sym_register] = ACTIONS(3804), + [anon_sym_inline] = ACTIONS(3804), + [anon_sym_thread_local] = ACTIONS(3804), + [anon_sym_const] = ACTIONS(3804), + [anon_sym_volatile] = ACTIONS(3804), + [anon_sym_restrict] = ACTIONS(3804), + [anon_sym__Atomic] = ACTIONS(3804), + [anon_sym_mutable] = ACTIONS(3804), + [anon_sym_constexpr] = ACTIONS(3804), + [anon_sym_constinit] = ACTIONS(3804), + [anon_sym_consteval] = ACTIONS(3804), + [anon_sym_QMARK] = ACTIONS(3816), + [anon_sym_STAR_EQ] = ACTIONS(3816), + [anon_sym_SLASH_EQ] = ACTIONS(3816), + [anon_sym_PERCENT_EQ] = ACTIONS(3816), + [anon_sym_PLUS_EQ] = ACTIONS(3816), + [anon_sym_DASH_EQ] = ACTIONS(3816), + [anon_sym_LT_LT_EQ] = ACTIONS(3816), + [anon_sym_GT_GT_EQ] = ACTIONS(3816), + [anon_sym_AMP_EQ] = ACTIONS(3816), + [anon_sym_CARET_EQ] = ACTIONS(3816), + [anon_sym_PIPE_EQ] = ACTIONS(3816), + [anon_sym_and_eq] = ACTIONS(3811), + [anon_sym_or_eq] = ACTIONS(3811), + [anon_sym_xor_eq] = ACTIONS(3811), + [anon_sym_LT_EQ_GT] = ACTIONS(3816), + [anon_sym_or] = ACTIONS(3811), + [anon_sym_and] = ACTIONS(3811), + [anon_sym_bitor] = ACTIONS(3811), + [anon_sym_xor] = ACTIONS(3811), + [anon_sym_bitand] = ACTIONS(3811), + [anon_sym_not_eq] = ACTIONS(3811), + [anon_sym_DASH_DASH] = ACTIONS(3816), + [anon_sym_PLUS_PLUS] = ACTIONS(3816), + [anon_sym_DOT] = ACTIONS(3811), + [anon_sym_DASH_GT] = ACTIONS(3816), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3804), + [anon_sym_decltype] = ACTIONS(3804), + [anon_sym_virtual] = ACTIONS(3804), + [anon_sym_template] = ACTIONS(3804), + [anon_sym_operator] = ACTIONS(3804), }, [1752] = { - [sym_identifier] = ACTIONS(3802), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3814), - [anon_sym_COMMA] = ACTIONS(3814), - [anon_sym_LPAREN2] = ACTIONS(3804), - [anon_sym_TILDE] = ACTIONS(3807), - [anon_sym_DASH] = ACTIONS(3809), - [anon_sym_PLUS] = ACTIONS(3809), - [anon_sym_STAR] = ACTIONS(3811), - [anon_sym_SLASH] = ACTIONS(3809), - [anon_sym_PERCENT] = ACTIONS(3809), - [anon_sym_PIPE_PIPE] = ACTIONS(3814), - [anon_sym_AMP_AMP] = ACTIONS(3804), - [anon_sym_PIPE] = ACTIONS(3809), - [anon_sym_CARET] = ACTIONS(3809), - [anon_sym_AMP] = ACTIONS(3811), - [anon_sym_EQ_EQ] = ACTIONS(3814), - [anon_sym_BANG_EQ] = ACTIONS(3814), - [anon_sym_GT] = ACTIONS(3809), - [anon_sym_GT_EQ] = ACTIONS(3814), - [anon_sym_LT_EQ] = ACTIONS(3809), - [anon_sym_LT] = ACTIONS(3809), - [anon_sym_LT_LT] = ACTIONS(3809), - [anon_sym_GT_GT] = ACTIONS(3809), - [anon_sym_SEMI] = ACTIONS(3804), - [anon_sym_extern] = ACTIONS(3802), - [anon_sym___attribute__] = ACTIONS(3802), - [anon_sym_COLON_COLON] = ACTIONS(3807), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3804), - [anon_sym___declspec] = ACTIONS(3802), - [anon_sym___based] = ACTIONS(3802), - [anon_sym_LBRACE] = ACTIONS(3807), - [anon_sym_RBRACE] = ACTIONS(3814), - [anon_sym_LBRACK] = ACTIONS(3811), - [anon_sym_EQ] = ACTIONS(3809), - [anon_sym_static] = ACTIONS(3802), - [anon_sym_register] = ACTIONS(3802), - [anon_sym_inline] = ACTIONS(3802), - [anon_sym_thread_local] = ACTIONS(3802), - [anon_sym_const] = ACTIONS(3802), - [anon_sym_volatile] = ACTIONS(3802), - [anon_sym_restrict] = ACTIONS(3802), - [anon_sym__Atomic] = ACTIONS(3802), - [anon_sym_mutable] = ACTIONS(3802), - [anon_sym_constexpr] = ACTIONS(3802), - [anon_sym_constinit] = ACTIONS(3802), - [anon_sym_consteval] = ACTIONS(3802), - [anon_sym_QMARK] = ACTIONS(3814), - [anon_sym_STAR_EQ] = ACTIONS(3814), - [anon_sym_SLASH_EQ] = ACTIONS(3814), - [anon_sym_PERCENT_EQ] = ACTIONS(3814), - [anon_sym_PLUS_EQ] = ACTIONS(3814), - [anon_sym_DASH_EQ] = ACTIONS(3814), - [anon_sym_LT_LT_EQ] = ACTIONS(3814), - [anon_sym_GT_GT_EQ] = ACTIONS(3814), - [anon_sym_AMP_EQ] = ACTIONS(3814), - [anon_sym_CARET_EQ] = ACTIONS(3814), - [anon_sym_PIPE_EQ] = ACTIONS(3814), - [anon_sym_and_eq] = ACTIONS(3809), - [anon_sym_or_eq] = ACTIONS(3809), - [anon_sym_xor_eq] = ACTIONS(3809), - [anon_sym_LT_EQ_GT] = ACTIONS(3814), - [anon_sym_or] = ACTIONS(3809), - [anon_sym_and] = ACTIONS(3809), - [anon_sym_bitor] = ACTIONS(3809), - [anon_sym_xor] = ACTIONS(3809), - [anon_sym_bitand] = ACTIONS(3809), - [anon_sym_not_eq] = ACTIONS(3809), - [anon_sym_DASH_DASH] = ACTIONS(3814), - [anon_sym_PLUS_PLUS] = ACTIONS(3814), - [anon_sym_DOT] = ACTIONS(3809), - [anon_sym_DASH_GT] = ACTIONS(3814), + [sym_identifier] = ACTIONS(3804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3816), + [anon_sym_COMMA] = ACTIONS(3816), + [anon_sym_LPAREN2] = ACTIONS(3806), + [anon_sym_TILDE] = ACTIONS(3809), + [anon_sym_DASH] = ACTIONS(3811), + [anon_sym_PLUS] = ACTIONS(3811), + [anon_sym_STAR] = ACTIONS(3813), + [anon_sym_SLASH] = ACTIONS(3811), + [anon_sym_PERCENT] = ACTIONS(3811), + [anon_sym_PIPE_PIPE] = ACTIONS(3816), + [anon_sym_AMP_AMP] = ACTIONS(3806), + [anon_sym_PIPE] = ACTIONS(3811), + [anon_sym_CARET] = ACTIONS(3811), + [anon_sym_AMP] = ACTIONS(3813), + [anon_sym_EQ_EQ] = ACTIONS(3816), + [anon_sym_BANG_EQ] = ACTIONS(3816), + [anon_sym_GT] = ACTIONS(3811), + [anon_sym_GT_EQ] = ACTIONS(3816), + [anon_sym_LT_EQ] = ACTIONS(3811), + [anon_sym_LT] = ACTIONS(3811), + [anon_sym_LT_LT] = ACTIONS(3811), + [anon_sym_GT_GT] = ACTIONS(3811), + [anon_sym_SEMI] = ACTIONS(3806), + [anon_sym_extern] = ACTIONS(3804), + [anon_sym___attribute__] = ACTIONS(3804), + [anon_sym_COLON_COLON] = ACTIONS(3809), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3806), + [anon_sym___declspec] = ACTIONS(3804), + [anon_sym___based] = ACTIONS(3804), + [anon_sym_LBRACE] = ACTIONS(3809), + [anon_sym_RBRACE] = ACTIONS(3816), + [anon_sym_LBRACK] = ACTIONS(3813), + [anon_sym_EQ] = ACTIONS(3811), + [anon_sym_static] = ACTIONS(3804), + [anon_sym_register] = ACTIONS(3804), + [anon_sym_inline] = ACTIONS(3804), + [anon_sym_thread_local] = ACTIONS(3804), + [anon_sym_const] = ACTIONS(3804), + [anon_sym_volatile] = ACTIONS(3804), + [anon_sym_restrict] = ACTIONS(3804), + [anon_sym__Atomic] = ACTIONS(3804), + [anon_sym_mutable] = ACTIONS(3804), + [anon_sym_constexpr] = ACTIONS(3804), + [anon_sym_constinit] = ACTIONS(3804), + [anon_sym_consteval] = ACTIONS(3804), + [anon_sym_QMARK] = ACTIONS(3816), + [anon_sym_STAR_EQ] = ACTIONS(3816), + [anon_sym_SLASH_EQ] = ACTIONS(3816), + [anon_sym_PERCENT_EQ] = ACTIONS(3816), + [anon_sym_PLUS_EQ] = ACTIONS(3816), + [anon_sym_DASH_EQ] = ACTIONS(3816), + [anon_sym_LT_LT_EQ] = ACTIONS(3816), + [anon_sym_GT_GT_EQ] = ACTIONS(3816), + [anon_sym_AMP_EQ] = ACTIONS(3816), + [anon_sym_CARET_EQ] = ACTIONS(3816), + [anon_sym_PIPE_EQ] = ACTIONS(3816), + [anon_sym_and_eq] = ACTIONS(3811), + [anon_sym_or_eq] = ACTIONS(3811), + [anon_sym_xor_eq] = ACTIONS(3811), + [anon_sym_LT_EQ_GT] = ACTIONS(3816), + [anon_sym_or] = ACTIONS(3811), + [anon_sym_and] = ACTIONS(3811), + [anon_sym_bitor] = ACTIONS(3811), + [anon_sym_xor] = ACTIONS(3811), + [anon_sym_bitand] = ACTIONS(3811), + [anon_sym_not_eq] = ACTIONS(3811), + [anon_sym_DASH_DASH] = ACTIONS(3816), + [anon_sym_PLUS_PLUS] = ACTIONS(3816), + [anon_sym_DOT] = ACTIONS(3811), + [anon_sym_DASH_GT] = ACTIONS(3816), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3802), - [anon_sym_decltype] = ACTIONS(3802), - [anon_sym_virtual] = ACTIONS(3802), - [anon_sym_template] = ACTIONS(3802), - [anon_sym_operator] = ACTIONS(3802), + [sym_auto] = ACTIONS(3804), + [anon_sym_decltype] = ACTIONS(3804), + [anon_sym_virtual] = ACTIONS(3804), + [anon_sym_template] = ACTIONS(3804), + [anon_sym_operator] = ACTIONS(3804), }, [1753] = { [sym_template_argument_list] = STATE(1755), - [sym_identifier] = ACTIONS(3729), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3731), - [anon_sym_COMMA] = ACTIONS(3731), - [anon_sym_RPAREN] = ACTIONS(3731), - [anon_sym_LPAREN2] = ACTIONS(3731), - [anon_sym_TILDE] = ACTIONS(3734), - [anon_sym_DASH] = ACTIONS(3736), - [anon_sym_PLUS] = ACTIONS(3736), - [anon_sym_STAR] = ACTIONS(3738), - [anon_sym_SLASH] = ACTIONS(3736), - [anon_sym_PERCENT] = ACTIONS(3736), - [anon_sym_PIPE_PIPE] = ACTIONS(3741), - [anon_sym_AMP_AMP] = ACTIONS(3731), - [anon_sym_PIPE] = ACTIONS(3736), - [anon_sym_CARET] = ACTIONS(3736), - [anon_sym_AMP] = ACTIONS(3738), - [anon_sym_EQ_EQ] = ACTIONS(3741), - [anon_sym_BANG_EQ] = ACTIONS(3741), - [anon_sym_GT] = ACTIONS(3736), - [anon_sym_GT_EQ] = ACTIONS(3741), - [anon_sym_LT_EQ] = ACTIONS(3736), - [anon_sym_LT] = ACTIONS(3793), - [anon_sym_LT_LT] = ACTIONS(3736), - [anon_sym_GT_GT] = ACTIONS(3736), - [anon_sym_extern] = ACTIONS(3729), - [anon_sym___attribute__] = ACTIONS(3729), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3734), - [anon_sym___declspec] = ACTIONS(3729), - [anon_sym___based] = ACTIONS(3729), - [anon_sym_LBRACE] = ACTIONS(3734), - [anon_sym_LBRACK] = ACTIONS(3738), - [anon_sym_EQ] = ACTIONS(3738), - [anon_sym_static] = ACTIONS(3729), - [anon_sym_register] = ACTIONS(3729), - [anon_sym_inline] = ACTIONS(3729), - [anon_sym_thread_local] = ACTIONS(3729), - [anon_sym_const] = ACTIONS(3729), - [anon_sym_volatile] = ACTIONS(3729), - [anon_sym_restrict] = ACTIONS(3729), - [anon_sym__Atomic] = ACTIONS(3729), - [anon_sym_mutable] = ACTIONS(3729), - [anon_sym_constexpr] = ACTIONS(3729), - [anon_sym_constinit] = ACTIONS(3729), - [anon_sym_consteval] = ACTIONS(3729), - [anon_sym_QMARK] = ACTIONS(3741), - [anon_sym_STAR_EQ] = ACTIONS(3741), - [anon_sym_SLASH_EQ] = ACTIONS(3741), - [anon_sym_PERCENT_EQ] = ACTIONS(3741), - [anon_sym_PLUS_EQ] = ACTIONS(3741), - [anon_sym_DASH_EQ] = ACTIONS(3741), - [anon_sym_LT_LT_EQ] = ACTIONS(3741), - [anon_sym_GT_GT_EQ] = ACTIONS(3741), - [anon_sym_AMP_EQ] = ACTIONS(3741), - [anon_sym_CARET_EQ] = ACTIONS(3741), - [anon_sym_PIPE_EQ] = ACTIONS(3741), - [anon_sym_and_eq] = ACTIONS(3736), - [anon_sym_or_eq] = ACTIONS(3736), - [anon_sym_xor_eq] = ACTIONS(3736), - [anon_sym_LT_EQ_GT] = ACTIONS(3741), - [anon_sym_or] = ACTIONS(3736), - [anon_sym_and] = ACTIONS(3736), - [anon_sym_bitor] = ACTIONS(3736), - [anon_sym_xor] = ACTIONS(3736), - [anon_sym_bitand] = ACTIONS(3736), - [anon_sym_not_eq] = ACTIONS(3736), - [anon_sym_DASH_DASH] = ACTIONS(3741), - [anon_sym_PLUS_PLUS] = ACTIONS(3741), - [anon_sym_DOT] = ACTIONS(3736), - [anon_sym_DASH_GT] = ACTIONS(3741), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3729), - [anon_sym_decltype] = ACTIONS(3729), - [anon_sym_virtual] = ACTIONS(3729), - [anon_sym_template] = ACTIONS(3729), - [anon_sym_operator] = ACTIONS(3729), + [sym_identifier] = ACTIONS(3725), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3727), + [anon_sym_COMMA] = ACTIONS(3727), + [anon_sym_RPAREN] = ACTIONS(3727), + [anon_sym_LPAREN2] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3732), + [anon_sym_PLUS] = ACTIONS(3732), + [anon_sym_STAR] = ACTIONS(3734), + [anon_sym_SLASH] = ACTIONS(3732), + [anon_sym_PERCENT] = ACTIONS(3732), + [anon_sym_PIPE_PIPE] = ACTIONS(3737), + [anon_sym_AMP_AMP] = ACTIONS(3727), + [anon_sym_PIPE] = ACTIONS(3732), + [anon_sym_CARET] = ACTIONS(3732), + [anon_sym_AMP] = ACTIONS(3734), + [anon_sym_EQ_EQ] = ACTIONS(3737), + [anon_sym_BANG_EQ] = ACTIONS(3737), + [anon_sym_GT] = ACTIONS(3732), + [anon_sym_GT_EQ] = ACTIONS(3737), + [anon_sym_LT_EQ] = ACTIONS(3732), + [anon_sym_LT] = ACTIONS(3789), + [anon_sym_LT_LT] = ACTIONS(3732), + [anon_sym_GT_GT] = ACTIONS(3732), + [anon_sym_extern] = ACTIONS(3725), + [anon_sym___attribute__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3730), + [anon_sym___declspec] = ACTIONS(3725), + [anon_sym___based] = ACTIONS(3725), + [anon_sym_LBRACE] = ACTIONS(3730), + [anon_sym_LBRACK] = ACTIONS(3734), + [anon_sym_EQ] = ACTIONS(3734), + [anon_sym_static] = ACTIONS(3725), + [anon_sym_register] = ACTIONS(3725), + [anon_sym_inline] = ACTIONS(3725), + [anon_sym_thread_local] = ACTIONS(3725), + [anon_sym_const] = ACTIONS(3725), + [anon_sym_volatile] = ACTIONS(3725), + [anon_sym_restrict] = ACTIONS(3725), + [anon_sym__Atomic] = ACTIONS(3725), + [anon_sym_mutable] = ACTIONS(3725), + [anon_sym_constexpr] = ACTIONS(3725), + [anon_sym_constinit] = ACTIONS(3725), + [anon_sym_consteval] = ACTIONS(3725), + [anon_sym_QMARK] = ACTIONS(3737), + [anon_sym_STAR_EQ] = ACTIONS(3737), + [anon_sym_SLASH_EQ] = ACTIONS(3737), + [anon_sym_PERCENT_EQ] = ACTIONS(3737), + [anon_sym_PLUS_EQ] = ACTIONS(3737), + [anon_sym_DASH_EQ] = ACTIONS(3737), + [anon_sym_LT_LT_EQ] = ACTIONS(3737), + [anon_sym_GT_GT_EQ] = ACTIONS(3737), + [anon_sym_AMP_EQ] = ACTIONS(3737), + [anon_sym_CARET_EQ] = ACTIONS(3737), + [anon_sym_PIPE_EQ] = ACTIONS(3737), + [anon_sym_and_eq] = ACTIONS(3732), + [anon_sym_or_eq] = ACTIONS(3732), + [anon_sym_xor_eq] = ACTIONS(3732), + [anon_sym_LT_EQ_GT] = ACTIONS(3737), + [anon_sym_or] = ACTIONS(3732), + [anon_sym_and] = ACTIONS(3732), + [anon_sym_bitor] = ACTIONS(3732), + [anon_sym_xor] = ACTIONS(3732), + [anon_sym_bitand] = ACTIONS(3732), + [anon_sym_not_eq] = ACTIONS(3732), + [anon_sym_DASH_DASH] = ACTIONS(3737), + [anon_sym_PLUS_PLUS] = ACTIONS(3737), + [anon_sym_DOT] = ACTIONS(3732), + [anon_sym_DASH_GT] = ACTIONS(3737), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3725), + [anon_sym_decltype] = ACTIONS(3725), + [anon_sym_virtual] = ACTIONS(3725), + [anon_sym_template] = ACTIONS(3725), + [anon_sym_operator] = ACTIONS(3725), }, [1754] = { - [sym_identifier] = ACTIONS(3802), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3814), - [anon_sym_COMMA] = ACTIONS(3814), - [anon_sym_RPAREN] = ACTIONS(3814), - [anon_sym_LPAREN2] = ACTIONS(3804), - [anon_sym_TILDE] = ACTIONS(3807), - [anon_sym_DASH] = ACTIONS(3809), - [anon_sym_PLUS] = ACTIONS(3809), - [anon_sym_STAR] = ACTIONS(3811), - [anon_sym_SLASH] = ACTIONS(3809), - [anon_sym_PERCENT] = ACTIONS(3809), - [anon_sym_PIPE_PIPE] = ACTIONS(3814), - [anon_sym_AMP_AMP] = ACTIONS(3804), - [anon_sym_PIPE] = ACTIONS(3809), - [anon_sym_CARET] = ACTIONS(3809), - [anon_sym_AMP] = ACTIONS(3811), - [anon_sym_EQ_EQ] = ACTIONS(3814), - [anon_sym_BANG_EQ] = ACTIONS(3814), - [anon_sym_GT] = ACTIONS(3809), - [anon_sym_GT_EQ] = ACTIONS(3814), - [anon_sym_LT_EQ] = ACTIONS(3809), - [anon_sym_LT] = ACTIONS(3809), - [anon_sym_LT_LT] = ACTIONS(3809), - [anon_sym_GT_GT] = ACTIONS(3809), - [anon_sym_SEMI] = ACTIONS(3814), - [anon_sym_extern] = ACTIONS(3802), - [anon_sym___attribute__] = ACTIONS(3802), - [anon_sym_COLON_COLON] = ACTIONS(3807), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3807), - [anon_sym___declspec] = ACTIONS(3802), - [anon_sym___based] = ACTIONS(3802), - [anon_sym_LBRACE] = ACTIONS(3807), - [anon_sym_LBRACK] = ACTIONS(3811), - [anon_sym_EQ] = ACTIONS(3809), - [anon_sym_static] = ACTIONS(3802), - [anon_sym_register] = ACTIONS(3802), - [anon_sym_inline] = ACTIONS(3802), - [anon_sym_thread_local] = ACTIONS(3802), - [anon_sym_const] = ACTIONS(3802), - [anon_sym_volatile] = ACTIONS(3802), - [anon_sym_restrict] = ACTIONS(3802), - [anon_sym__Atomic] = ACTIONS(3802), - [anon_sym_mutable] = ACTIONS(3802), - [anon_sym_constexpr] = ACTIONS(3802), - [anon_sym_constinit] = ACTIONS(3802), - [anon_sym_consteval] = ACTIONS(3802), - [anon_sym_QMARK] = ACTIONS(3814), - [anon_sym_STAR_EQ] = ACTIONS(3814), - [anon_sym_SLASH_EQ] = ACTIONS(3814), - [anon_sym_PERCENT_EQ] = ACTIONS(3814), - [anon_sym_PLUS_EQ] = ACTIONS(3814), - [anon_sym_DASH_EQ] = ACTIONS(3814), - [anon_sym_LT_LT_EQ] = ACTIONS(3814), - [anon_sym_GT_GT_EQ] = ACTIONS(3814), - [anon_sym_AMP_EQ] = ACTIONS(3814), - [anon_sym_CARET_EQ] = ACTIONS(3814), - [anon_sym_PIPE_EQ] = ACTIONS(3814), - [anon_sym_and_eq] = ACTIONS(3809), - [anon_sym_or_eq] = ACTIONS(3809), - [anon_sym_xor_eq] = ACTIONS(3809), - [anon_sym_LT_EQ_GT] = ACTIONS(3814), - [anon_sym_or] = ACTIONS(3809), - [anon_sym_and] = ACTIONS(3809), - [anon_sym_bitor] = ACTIONS(3809), - [anon_sym_xor] = ACTIONS(3809), - [anon_sym_bitand] = ACTIONS(3809), - [anon_sym_not_eq] = ACTIONS(3809), - [anon_sym_DASH_DASH] = ACTIONS(3814), - [anon_sym_PLUS_PLUS] = ACTIONS(3814), - [anon_sym_DOT] = ACTIONS(3809), - [anon_sym_DASH_GT] = ACTIONS(3814), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3802), - [anon_sym_decltype] = ACTIONS(3802), - [anon_sym_virtual] = ACTIONS(3802), - [anon_sym_template] = ACTIONS(3802), - [anon_sym_operator] = ACTIONS(3802), + [sym_template_argument_list] = STATE(1837), + [sym_identifier] = ACTIONS(3744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3759), + [anon_sym_COMMA] = ACTIONS(3759), + [anon_sym_RPAREN] = ACTIONS(3759), + [anon_sym_LPAREN2] = ACTIONS(3759), + [anon_sym_TILDE] = ACTIONS(3752), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3762), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_extern] = ACTIONS(3744), + [anon_sym___attribute__] = ACTIONS(3744), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3752), + [anon_sym___declspec] = ACTIONS(3744), + [anon_sym___based] = ACTIONS(3744), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3756), + [anon_sym_EQ] = ACTIONS(3744), + [anon_sym_static] = ACTIONS(3744), + [anon_sym_register] = ACTIONS(3744), + [anon_sym_inline] = ACTIONS(3744), + [anon_sym_thread_local] = ACTIONS(3744), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3744), + [anon_sym_restrict] = ACTIONS(3744), + [anon_sym__Atomic] = ACTIONS(3744), + [anon_sym_mutable] = ACTIONS(3744), + [anon_sym_constexpr] = ACTIONS(3744), + [anon_sym_constinit] = ACTIONS(3744), + [anon_sym_consteval] = ACTIONS(3744), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3778), + [anon_sym_SLASH_EQ] = ACTIONS(3778), + [anon_sym_PERCENT_EQ] = ACTIONS(3778), + [anon_sym_PLUS_EQ] = ACTIONS(3778), + [anon_sym_DASH_EQ] = ACTIONS(3778), + [anon_sym_LT_LT_EQ] = ACTIONS(3778), + [anon_sym_GT_GT_EQ] = ACTIONS(3778), + [anon_sym_AMP_EQ] = ACTIONS(3778), + [anon_sym_CARET_EQ] = ACTIONS(3778), + [anon_sym_PIPE_EQ] = ACTIONS(3778), + [anon_sym_and_eq] = ACTIONS(3774), + [anon_sym_or_eq] = ACTIONS(3774), + [anon_sym_xor_eq] = ACTIONS(3774), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3746), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3744), + [anon_sym_decltype] = ACTIONS(3744), + [anon_sym_virtual] = ACTIONS(3744), + [anon_sym_template] = ACTIONS(3744), + [anon_sym_operator] = ACTIONS(3744), }, [1755] = { - [sym_identifier] = ACTIONS(3802), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3804), - [anon_sym_COMMA] = ACTIONS(3804), - [anon_sym_RPAREN] = ACTIONS(3804), - [anon_sym_LPAREN2] = ACTIONS(3804), - [anon_sym_TILDE] = ACTIONS(3807), - [anon_sym_DASH] = ACTIONS(3809), - [anon_sym_PLUS] = ACTIONS(3809), - [anon_sym_STAR] = ACTIONS(3811), - [anon_sym_SLASH] = ACTIONS(3809), - [anon_sym_PERCENT] = ACTIONS(3809), - [anon_sym_PIPE_PIPE] = ACTIONS(3814), - [anon_sym_AMP_AMP] = ACTIONS(3804), - [anon_sym_PIPE] = ACTIONS(3809), - [anon_sym_CARET] = ACTIONS(3809), - [anon_sym_AMP] = ACTIONS(3811), - [anon_sym_EQ_EQ] = ACTIONS(3814), - [anon_sym_BANG_EQ] = ACTIONS(3814), - [anon_sym_GT] = ACTIONS(3809), - [anon_sym_GT_EQ] = ACTIONS(3814), - [anon_sym_LT_EQ] = ACTIONS(3809), - [anon_sym_LT] = ACTIONS(3809), - [anon_sym_LT_LT] = ACTIONS(3809), - [anon_sym_GT_GT] = ACTIONS(3809), - [anon_sym_extern] = ACTIONS(3802), - [anon_sym___attribute__] = ACTIONS(3802), - [anon_sym_COLON_COLON] = ACTIONS(3807), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3807), - [anon_sym___declspec] = ACTIONS(3802), - [anon_sym___based] = ACTIONS(3802), - [anon_sym_LBRACE] = ACTIONS(3807), - [anon_sym_LBRACK] = ACTIONS(3811), - [anon_sym_EQ] = ACTIONS(3811), - [anon_sym_static] = ACTIONS(3802), - [anon_sym_register] = ACTIONS(3802), - [anon_sym_inline] = ACTIONS(3802), - [anon_sym_thread_local] = ACTIONS(3802), - [anon_sym_const] = ACTIONS(3802), - [anon_sym_volatile] = ACTIONS(3802), - [anon_sym_restrict] = ACTIONS(3802), - [anon_sym__Atomic] = ACTIONS(3802), - [anon_sym_mutable] = ACTIONS(3802), - [anon_sym_constexpr] = ACTIONS(3802), - [anon_sym_constinit] = ACTIONS(3802), - [anon_sym_consteval] = ACTIONS(3802), - [anon_sym_QMARK] = ACTIONS(3814), - [anon_sym_STAR_EQ] = ACTIONS(3814), - [anon_sym_SLASH_EQ] = ACTIONS(3814), - [anon_sym_PERCENT_EQ] = ACTIONS(3814), - [anon_sym_PLUS_EQ] = ACTIONS(3814), - [anon_sym_DASH_EQ] = ACTIONS(3814), - [anon_sym_LT_LT_EQ] = ACTIONS(3814), - [anon_sym_GT_GT_EQ] = ACTIONS(3814), - [anon_sym_AMP_EQ] = ACTIONS(3814), - [anon_sym_CARET_EQ] = ACTIONS(3814), - [anon_sym_PIPE_EQ] = ACTIONS(3814), - [anon_sym_and_eq] = ACTIONS(3809), - [anon_sym_or_eq] = ACTIONS(3809), - [anon_sym_xor_eq] = ACTIONS(3809), - [anon_sym_LT_EQ_GT] = ACTIONS(3814), - [anon_sym_or] = ACTIONS(3809), - [anon_sym_and] = ACTIONS(3809), - [anon_sym_bitor] = ACTIONS(3809), - [anon_sym_xor] = ACTIONS(3809), - [anon_sym_bitand] = ACTIONS(3809), - [anon_sym_not_eq] = ACTIONS(3809), - [anon_sym_DASH_DASH] = ACTIONS(3814), - [anon_sym_PLUS_PLUS] = ACTIONS(3814), - [anon_sym_DOT] = ACTIONS(3809), - [anon_sym_DASH_GT] = ACTIONS(3814), + [sym_identifier] = ACTIONS(3804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3806), + [anon_sym_COMMA] = ACTIONS(3806), + [anon_sym_RPAREN] = ACTIONS(3806), + [anon_sym_LPAREN2] = ACTIONS(3806), + [anon_sym_TILDE] = ACTIONS(3809), + [anon_sym_DASH] = ACTIONS(3811), + [anon_sym_PLUS] = ACTIONS(3811), + [anon_sym_STAR] = ACTIONS(3813), + [anon_sym_SLASH] = ACTIONS(3811), + [anon_sym_PERCENT] = ACTIONS(3811), + [anon_sym_PIPE_PIPE] = ACTIONS(3816), + [anon_sym_AMP_AMP] = ACTIONS(3806), + [anon_sym_PIPE] = ACTIONS(3811), + [anon_sym_CARET] = ACTIONS(3811), + [anon_sym_AMP] = ACTIONS(3813), + [anon_sym_EQ_EQ] = ACTIONS(3816), + [anon_sym_BANG_EQ] = ACTIONS(3816), + [anon_sym_GT] = ACTIONS(3811), + [anon_sym_GT_EQ] = ACTIONS(3816), + [anon_sym_LT_EQ] = ACTIONS(3811), + [anon_sym_LT] = ACTIONS(3811), + [anon_sym_LT_LT] = ACTIONS(3811), + [anon_sym_GT_GT] = ACTIONS(3811), + [anon_sym_extern] = ACTIONS(3804), + [anon_sym___attribute__] = ACTIONS(3804), + [anon_sym_COLON_COLON] = ACTIONS(3809), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3809), + [anon_sym___declspec] = ACTIONS(3804), + [anon_sym___based] = ACTIONS(3804), + [anon_sym_LBRACE] = ACTIONS(3809), + [anon_sym_LBRACK] = ACTIONS(3813), + [anon_sym_EQ] = ACTIONS(3813), + [anon_sym_static] = ACTIONS(3804), + [anon_sym_register] = ACTIONS(3804), + [anon_sym_inline] = ACTIONS(3804), + [anon_sym_thread_local] = ACTIONS(3804), + [anon_sym_const] = ACTIONS(3804), + [anon_sym_volatile] = ACTIONS(3804), + [anon_sym_restrict] = ACTIONS(3804), + [anon_sym__Atomic] = ACTIONS(3804), + [anon_sym_mutable] = ACTIONS(3804), + [anon_sym_constexpr] = ACTIONS(3804), + [anon_sym_constinit] = ACTIONS(3804), + [anon_sym_consteval] = ACTIONS(3804), + [anon_sym_QMARK] = ACTIONS(3816), + [anon_sym_STAR_EQ] = ACTIONS(3816), + [anon_sym_SLASH_EQ] = ACTIONS(3816), + [anon_sym_PERCENT_EQ] = ACTIONS(3816), + [anon_sym_PLUS_EQ] = ACTIONS(3816), + [anon_sym_DASH_EQ] = ACTIONS(3816), + [anon_sym_LT_LT_EQ] = ACTIONS(3816), + [anon_sym_GT_GT_EQ] = ACTIONS(3816), + [anon_sym_AMP_EQ] = ACTIONS(3816), + [anon_sym_CARET_EQ] = ACTIONS(3816), + [anon_sym_PIPE_EQ] = ACTIONS(3816), + [anon_sym_and_eq] = ACTIONS(3811), + [anon_sym_or_eq] = ACTIONS(3811), + [anon_sym_xor_eq] = ACTIONS(3811), + [anon_sym_LT_EQ_GT] = ACTIONS(3816), + [anon_sym_or] = ACTIONS(3811), + [anon_sym_and] = ACTIONS(3811), + [anon_sym_bitor] = ACTIONS(3811), + [anon_sym_xor] = ACTIONS(3811), + [anon_sym_bitand] = ACTIONS(3811), + [anon_sym_not_eq] = ACTIONS(3811), + [anon_sym_DASH_DASH] = ACTIONS(3816), + [anon_sym_PLUS_PLUS] = ACTIONS(3816), + [anon_sym_DOT] = ACTIONS(3811), + [anon_sym_DASH_GT] = ACTIONS(3816), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3802), - [anon_sym_decltype] = ACTIONS(3802), - [anon_sym_virtual] = ACTIONS(3802), - [anon_sym_template] = ACTIONS(3802), - [anon_sym_operator] = ACTIONS(3802), + [sym_auto] = ACTIONS(3804), + [anon_sym_decltype] = ACTIONS(3804), + [anon_sym_virtual] = ACTIONS(3804), + [anon_sym_template] = ACTIONS(3804), + [anon_sym_operator] = ACTIONS(3804), }, [1756] = { - [sym_identifier] = ACTIONS(3798), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3800), - [anon_sym_COMMA] = ACTIONS(3800), - [anon_sym_RPAREN] = ACTIONS(3800), - [anon_sym_LPAREN2] = ACTIONS(3800), - [anon_sym_TILDE] = ACTIONS(3800), - [anon_sym_DASH] = ACTIONS(3798), - [anon_sym_PLUS] = ACTIONS(3798), - [anon_sym_STAR] = ACTIONS(3798), - [anon_sym_SLASH] = ACTIONS(3798), - [anon_sym_PERCENT] = ACTIONS(3798), - [anon_sym_PIPE_PIPE] = ACTIONS(3800), - [anon_sym_AMP_AMP] = ACTIONS(3800), - [anon_sym_PIPE] = ACTIONS(3798), - [anon_sym_CARET] = ACTIONS(3798), - [anon_sym_AMP] = ACTIONS(3798), - [anon_sym_EQ_EQ] = ACTIONS(3800), - [anon_sym_BANG_EQ] = ACTIONS(3800), - [anon_sym_GT] = ACTIONS(3798), - [anon_sym_GT_EQ] = ACTIONS(3800), - [anon_sym_LT_EQ] = ACTIONS(3798), - [anon_sym_LT] = ACTIONS(3798), - [anon_sym_LT_LT] = ACTIONS(3798), - [anon_sym_GT_GT] = ACTIONS(3798), - [anon_sym_extern] = ACTIONS(3798), - [anon_sym___attribute__] = ACTIONS(3798), - [anon_sym_COLON_COLON] = ACTIONS(3800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3800), - [anon_sym___declspec] = ACTIONS(3798), - [anon_sym___based] = ACTIONS(3798), - [anon_sym_LBRACE] = ACTIONS(3800), - [anon_sym_LBRACK] = ACTIONS(3798), - [anon_sym_EQ] = ACTIONS(3798), - [anon_sym_static] = ACTIONS(3798), - [anon_sym_register] = ACTIONS(3798), - [anon_sym_inline] = ACTIONS(3798), - [anon_sym_thread_local] = ACTIONS(3798), - [anon_sym_const] = ACTIONS(3798), - [anon_sym_volatile] = ACTIONS(3798), - [anon_sym_restrict] = ACTIONS(3798), - [anon_sym__Atomic] = ACTIONS(3798), - [anon_sym_mutable] = ACTIONS(3798), - [anon_sym_constexpr] = ACTIONS(3798), - [anon_sym_constinit] = ACTIONS(3798), - [anon_sym_consteval] = ACTIONS(3798), - [anon_sym_QMARK] = ACTIONS(3800), - [anon_sym_STAR_EQ] = ACTIONS(3800), - [anon_sym_SLASH_EQ] = ACTIONS(3800), - [anon_sym_PERCENT_EQ] = ACTIONS(3800), - [anon_sym_PLUS_EQ] = ACTIONS(3800), - [anon_sym_DASH_EQ] = ACTIONS(3800), - [anon_sym_LT_LT_EQ] = ACTIONS(3800), - [anon_sym_GT_GT_EQ] = ACTIONS(3800), - [anon_sym_AMP_EQ] = ACTIONS(3800), - [anon_sym_CARET_EQ] = ACTIONS(3800), - [anon_sym_PIPE_EQ] = ACTIONS(3800), - [anon_sym_LT_EQ_GT] = ACTIONS(3800), - [anon_sym_or] = ACTIONS(3798), - [anon_sym_and] = ACTIONS(3798), - [anon_sym_bitor] = ACTIONS(3798), - [anon_sym_xor] = ACTIONS(3798), - [anon_sym_bitand] = ACTIONS(3798), - [anon_sym_not_eq] = ACTIONS(3798), - [anon_sym_DASH_DASH] = ACTIONS(3800), - [anon_sym_PLUS_PLUS] = ACTIONS(3800), - [anon_sym_DOT] = ACTIONS(3798), - [anon_sym_DASH_GT] = ACTIONS(3798), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3798), - [anon_sym_decltype] = ACTIONS(3798), - [anon_sym_virtual] = ACTIONS(3798), - [anon_sym_template] = ACTIONS(3798), - [anon_sym_operator] = ACTIONS(3798), - [anon_sym_DOT_STAR] = ACTIONS(3800), - [anon_sym_DASH_GT_STAR] = ACTIONS(3800), + [sym_identifier] = ACTIONS(3785), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3787), + [anon_sym_COMMA] = ACTIONS(3787), + [anon_sym_RPAREN] = ACTIONS(3787), + [anon_sym_LPAREN2] = ACTIONS(3787), + [anon_sym_TILDE] = ACTIONS(3787), + [anon_sym_DASH] = ACTIONS(3785), + [anon_sym_PLUS] = ACTIONS(3785), + [anon_sym_STAR] = ACTIONS(3785), + [anon_sym_SLASH] = ACTIONS(3785), + [anon_sym_PERCENT] = ACTIONS(3785), + [anon_sym_PIPE_PIPE] = ACTIONS(3787), + [anon_sym_AMP_AMP] = ACTIONS(3787), + [anon_sym_PIPE] = ACTIONS(3785), + [anon_sym_CARET] = ACTIONS(3785), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_EQ_EQ] = ACTIONS(3787), + [anon_sym_BANG_EQ] = ACTIONS(3787), + [anon_sym_GT] = ACTIONS(3785), + [anon_sym_GT_EQ] = ACTIONS(3787), + [anon_sym_LT_EQ] = ACTIONS(3785), + [anon_sym_LT] = ACTIONS(3785), + [anon_sym_LT_LT] = ACTIONS(3785), + [anon_sym_GT_GT] = ACTIONS(3785), + [anon_sym_extern] = ACTIONS(3785), + [anon_sym___attribute__] = ACTIONS(3785), + [anon_sym_COLON_COLON] = ACTIONS(3787), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3787), + [anon_sym___declspec] = ACTIONS(3785), + [anon_sym___based] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3787), + [anon_sym_LBRACK] = ACTIONS(3785), + [anon_sym_EQ] = ACTIONS(3785), + [anon_sym_static] = ACTIONS(3785), + [anon_sym_register] = ACTIONS(3785), + [anon_sym_inline] = ACTIONS(3785), + [anon_sym_thread_local] = ACTIONS(3785), + [anon_sym_const] = ACTIONS(3785), + [anon_sym_volatile] = ACTIONS(3785), + [anon_sym_restrict] = ACTIONS(3785), + [anon_sym__Atomic] = ACTIONS(3785), + [anon_sym_mutable] = ACTIONS(3785), + [anon_sym_constexpr] = ACTIONS(3785), + [anon_sym_constinit] = ACTIONS(3785), + [anon_sym_consteval] = ACTIONS(3785), + [anon_sym_QMARK] = ACTIONS(3787), + [anon_sym_STAR_EQ] = ACTIONS(3787), + [anon_sym_SLASH_EQ] = ACTIONS(3787), + [anon_sym_PERCENT_EQ] = ACTIONS(3787), + [anon_sym_PLUS_EQ] = ACTIONS(3787), + [anon_sym_DASH_EQ] = ACTIONS(3787), + [anon_sym_LT_LT_EQ] = ACTIONS(3787), + [anon_sym_GT_GT_EQ] = ACTIONS(3787), + [anon_sym_AMP_EQ] = ACTIONS(3787), + [anon_sym_CARET_EQ] = ACTIONS(3787), + [anon_sym_PIPE_EQ] = ACTIONS(3787), + [anon_sym_LT_EQ_GT] = ACTIONS(3787), + [anon_sym_or] = ACTIONS(3785), + [anon_sym_and] = ACTIONS(3785), + [anon_sym_bitor] = ACTIONS(3785), + [anon_sym_xor] = ACTIONS(3785), + [anon_sym_bitand] = ACTIONS(3785), + [anon_sym_not_eq] = ACTIONS(3785), + [anon_sym_DASH_DASH] = ACTIONS(3787), + [anon_sym_PLUS_PLUS] = ACTIONS(3787), + [anon_sym_DOT] = ACTIONS(3785), + [anon_sym_DASH_GT] = ACTIONS(3785), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3785), + [anon_sym_decltype] = ACTIONS(3785), + [anon_sym_virtual] = ACTIONS(3785), + [anon_sym_template] = ACTIONS(3785), + [anon_sym_operator] = ACTIONS(3785), + [anon_sym_DOT_STAR] = ACTIONS(3787), + [anon_sym_DASH_GT_STAR] = ACTIONS(3787), }, [1757] = { - [sym_identifier] = ACTIONS(3828), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3830), - [anon_sym_COMMA] = ACTIONS(3830), - [anon_sym_RPAREN] = ACTIONS(3830), - [anon_sym_LPAREN2] = ACTIONS(3830), - [anon_sym_TILDE] = ACTIONS(3830), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_PIPE_PIPE] = ACTIONS(3830), - [anon_sym_AMP_AMP] = ACTIONS(3830), - [anon_sym_PIPE] = ACTIONS(3828), - [anon_sym_CARET] = ACTIONS(3828), - [anon_sym_AMP] = ACTIONS(3828), - [anon_sym_EQ_EQ] = ACTIONS(3830), - [anon_sym_BANG_EQ] = ACTIONS(3830), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_GT_EQ] = ACTIONS(3830), - [anon_sym_LT_EQ] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_LT_LT] = ACTIONS(3828), - [anon_sym_GT_GT] = ACTIONS(3828), - [anon_sym_extern] = ACTIONS(3828), - [anon_sym___attribute__] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3830), - [anon_sym___declspec] = ACTIONS(3828), - [anon_sym___based] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3830), - [anon_sym_LBRACK] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_static] = ACTIONS(3828), - [anon_sym_register] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_thread_local] = ACTIONS(3828), - [anon_sym_const] = ACTIONS(3828), - [anon_sym_volatile] = ACTIONS(3828), - [anon_sym_restrict] = ACTIONS(3828), - [anon_sym__Atomic] = ACTIONS(3828), - [anon_sym_mutable] = ACTIONS(3828), - [anon_sym_constexpr] = ACTIONS(3828), - [anon_sym_constinit] = ACTIONS(3828), - [anon_sym_consteval] = ACTIONS(3828), - [anon_sym_QMARK] = ACTIONS(3830), - [anon_sym_STAR_EQ] = ACTIONS(3830), - [anon_sym_SLASH_EQ] = ACTIONS(3830), - [anon_sym_PERCENT_EQ] = ACTIONS(3830), - [anon_sym_PLUS_EQ] = ACTIONS(3830), - [anon_sym_DASH_EQ] = ACTIONS(3830), - [anon_sym_LT_LT_EQ] = ACTIONS(3830), - [anon_sym_GT_GT_EQ] = ACTIONS(3830), - [anon_sym_AMP_EQ] = ACTIONS(3830), - [anon_sym_CARET_EQ] = ACTIONS(3830), - [anon_sym_PIPE_EQ] = ACTIONS(3830), - [anon_sym_LT_EQ_GT] = ACTIONS(3830), - [anon_sym_or] = ACTIONS(3828), - [anon_sym_and] = ACTIONS(3828), - [anon_sym_bitor] = ACTIONS(3828), - [anon_sym_xor] = ACTIONS(3828), - [anon_sym_bitand] = ACTIONS(3828), - [anon_sym_not_eq] = ACTIONS(3828), - [anon_sym_DASH_DASH] = ACTIONS(3830), - [anon_sym_PLUS_PLUS] = ACTIONS(3830), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3828), + [sym_identifier] = ACTIONS(3822), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3824), + [anon_sym_COMMA] = ACTIONS(3824), + [anon_sym_RPAREN] = ACTIONS(3824), + [anon_sym_LPAREN2] = ACTIONS(3824), + [anon_sym_TILDE] = ACTIONS(3824), + [anon_sym_DASH] = ACTIONS(3822), + [anon_sym_PLUS] = ACTIONS(3822), + [anon_sym_STAR] = ACTIONS(3822), + [anon_sym_SLASH] = ACTIONS(3822), + [anon_sym_PERCENT] = ACTIONS(3822), + [anon_sym_PIPE_PIPE] = ACTIONS(3824), + [anon_sym_AMP_AMP] = ACTIONS(3824), + [anon_sym_PIPE] = ACTIONS(3822), + [anon_sym_CARET] = ACTIONS(3822), + [anon_sym_AMP] = ACTIONS(3822), + [anon_sym_EQ_EQ] = ACTIONS(3824), + [anon_sym_BANG_EQ] = ACTIONS(3824), + [anon_sym_GT] = ACTIONS(3822), + [anon_sym_GT_EQ] = ACTIONS(3824), + [anon_sym_LT_EQ] = ACTIONS(3822), + [anon_sym_LT] = ACTIONS(3822), + [anon_sym_LT_LT] = ACTIONS(3822), + [anon_sym_GT_GT] = ACTIONS(3822), + [anon_sym_extern] = ACTIONS(3822), + [anon_sym___attribute__] = ACTIONS(3822), + [anon_sym_COLON_COLON] = ACTIONS(3824), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3824), + [anon_sym___declspec] = ACTIONS(3822), + [anon_sym___based] = ACTIONS(3822), + [anon_sym_LBRACE] = ACTIONS(3824), + [anon_sym_LBRACK] = ACTIONS(3822), + [anon_sym_EQ] = ACTIONS(3822), + [anon_sym_static] = ACTIONS(3822), + [anon_sym_register] = ACTIONS(3822), + [anon_sym_inline] = ACTIONS(3822), + [anon_sym_thread_local] = ACTIONS(3822), + [anon_sym_const] = ACTIONS(3822), + [anon_sym_volatile] = ACTIONS(3822), + [anon_sym_restrict] = ACTIONS(3822), + [anon_sym__Atomic] = ACTIONS(3822), + [anon_sym_mutable] = ACTIONS(3822), + [anon_sym_constexpr] = ACTIONS(3822), + [anon_sym_constinit] = ACTIONS(3822), + [anon_sym_consteval] = ACTIONS(3822), + [anon_sym_QMARK] = ACTIONS(3824), + [anon_sym_STAR_EQ] = ACTIONS(3824), + [anon_sym_SLASH_EQ] = ACTIONS(3824), + [anon_sym_PERCENT_EQ] = ACTIONS(3824), + [anon_sym_PLUS_EQ] = ACTIONS(3824), + [anon_sym_DASH_EQ] = ACTIONS(3824), + [anon_sym_LT_LT_EQ] = ACTIONS(3824), + [anon_sym_GT_GT_EQ] = ACTIONS(3824), + [anon_sym_AMP_EQ] = ACTIONS(3824), + [anon_sym_CARET_EQ] = ACTIONS(3824), + [anon_sym_PIPE_EQ] = ACTIONS(3824), + [anon_sym_LT_EQ_GT] = ACTIONS(3824), + [anon_sym_or] = ACTIONS(3822), + [anon_sym_and] = ACTIONS(3822), + [anon_sym_bitor] = ACTIONS(3822), + [anon_sym_xor] = ACTIONS(3822), + [anon_sym_bitand] = ACTIONS(3822), + [anon_sym_not_eq] = ACTIONS(3822), + [anon_sym_DASH_DASH] = ACTIONS(3824), + [anon_sym_PLUS_PLUS] = ACTIONS(3824), + [anon_sym_DOT] = ACTIONS(3822), + [anon_sym_DASH_GT] = ACTIONS(3822), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3828), - [anon_sym_decltype] = ACTIONS(3828), - [anon_sym_virtual] = ACTIONS(3828), - [anon_sym_template] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_DOT_STAR] = ACTIONS(3830), - [anon_sym_DASH_GT_STAR] = ACTIONS(3830), + [sym_auto] = ACTIONS(3822), + [anon_sym_decltype] = ACTIONS(3822), + [anon_sym_virtual] = ACTIONS(3822), + [anon_sym_template] = ACTIONS(3822), + [anon_sym_operator] = ACTIONS(3822), + [anon_sym_DOT_STAR] = ACTIONS(3824), + [anon_sym_DASH_GT_STAR] = ACTIONS(3824), }, [1758] = { - [sym_identifier] = ACTIONS(3802), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3804), - [anon_sym_COMMA] = ACTIONS(3804), - [anon_sym_RPAREN] = ACTIONS(3804), - [anon_sym_LPAREN2] = ACTIONS(3804), - [anon_sym_TILDE] = ACTIONS(3807), - [anon_sym_DASH] = ACTIONS(3809), - [anon_sym_PLUS] = ACTIONS(3809), - [anon_sym_STAR] = ACTIONS(3811), - [anon_sym_SLASH] = ACTIONS(3809), - [anon_sym_PERCENT] = ACTIONS(3809), - [anon_sym_PIPE_PIPE] = ACTIONS(3814), - [anon_sym_AMP_AMP] = ACTIONS(3804), - [anon_sym_PIPE] = ACTIONS(3809), - [anon_sym_CARET] = ACTIONS(3809), - [anon_sym_AMP] = ACTIONS(3811), - [anon_sym_EQ_EQ] = ACTIONS(3814), - [anon_sym_BANG_EQ] = ACTIONS(3814), - [anon_sym_GT] = ACTIONS(3809), - [anon_sym_GT_EQ] = ACTIONS(3814), - [anon_sym_LT_EQ] = ACTIONS(3809), - [anon_sym_LT] = ACTIONS(3809), - [anon_sym_LT_LT] = ACTIONS(3809), - [anon_sym_GT_GT] = ACTIONS(3809), - [anon_sym_extern] = ACTIONS(3802), - [anon_sym___attribute__] = ACTIONS(3802), - [anon_sym_COLON_COLON] = ACTIONS(3807), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3807), - [anon_sym___declspec] = ACTIONS(3802), - [anon_sym___based] = ACTIONS(3802), - [anon_sym_LBRACE] = ACTIONS(3807), - [anon_sym_LBRACK] = ACTIONS(3811), - [anon_sym_EQ] = ACTIONS(3811), - [anon_sym_static] = ACTIONS(3802), - [anon_sym_register] = ACTIONS(3802), - [anon_sym_inline] = ACTIONS(3802), - [anon_sym_thread_local] = ACTIONS(3802), - [anon_sym_const] = ACTIONS(3802), - [anon_sym_volatile] = ACTIONS(3802), - [anon_sym_restrict] = ACTIONS(3802), - [anon_sym__Atomic] = ACTIONS(3802), - [anon_sym_mutable] = ACTIONS(3802), - [anon_sym_constexpr] = ACTIONS(3802), - [anon_sym_constinit] = ACTIONS(3802), - [anon_sym_consteval] = ACTIONS(3802), - [anon_sym_QMARK] = ACTIONS(3814), - [anon_sym_STAR_EQ] = ACTIONS(3814), - [anon_sym_SLASH_EQ] = ACTIONS(3814), - [anon_sym_PERCENT_EQ] = ACTIONS(3814), - [anon_sym_PLUS_EQ] = ACTIONS(3814), - [anon_sym_DASH_EQ] = ACTIONS(3814), - [anon_sym_LT_LT_EQ] = ACTIONS(3814), - [anon_sym_GT_GT_EQ] = ACTIONS(3814), - [anon_sym_AMP_EQ] = ACTIONS(3814), - [anon_sym_CARET_EQ] = ACTIONS(3814), - [anon_sym_PIPE_EQ] = ACTIONS(3814), - [anon_sym_LT_EQ_GT] = ACTIONS(3814), - [anon_sym_or] = ACTIONS(3809), - [anon_sym_and] = ACTIONS(3809), - [anon_sym_bitor] = ACTIONS(3809), - [anon_sym_xor] = ACTIONS(3809), - [anon_sym_bitand] = ACTIONS(3809), - [anon_sym_not_eq] = ACTIONS(3809), - [anon_sym_DASH_DASH] = ACTIONS(3814), - [anon_sym_PLUS_PLUS] = ACTIONS(3814), - [anon_sym_DOT] = ACTIONS(3809), - [anon_sym_DASH_GT] = ACTIONS(3809), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3802), - [anon_sym_decltype] = ACTIONS(3802), - [anon_sym_virtual] = ACTIONS(3802), - [anon_sym_template] = ACTIONS(3802), - [anon_sym_operator] = ACTIONS(3802), - [anon_sym_DOT_STAR] = ACTIONS(3814), - [anon_sym_DASH_GT_STAR] = ACTIONS(3814), + [sym_identifier] = ACTIONS(3796), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3798), + [anon_sym_COMMA] = ACTIONS(3798), + [anon_sym_RPAREN] = ACTIONS(3798), + [anon_sym_LPAREN2] = ACTIONS(3798), + [anon_sym_TILDE] = ACTIONS(3798), + [anon_sym_DASH] = ACTIONS(3796), + [anon_sym_PLUS] = ACTIONS(3796), + [anon_sym_STAR] = ACTIONS(3796), + [anon_sym_SLASH] = ACTIONS(3796), + [anon_sym_PERCENT] = ACTIONS(3796), + [anon_sym_PIPE_PIPE] = ACTIONS(3798), + [anon_sym_AMP_AMP] = ACTIONS(3798), + [anon_sym_PIPE] = ACTIONS(3796), + [anon_sym_CARET] = ACTIONS(3796), + [anon_sym_AMP] = ACTIONS(3796), + [anon_sym_EQ_EQ] = ACTIONS(3798), + [anon_sym_BANG_EQ] = ACTIONS(3798), + [anon_sym_GT] = ACTIONS(3796), + [anon_sym_GT_EQ] = ACTIONS(3798), + [anon_sym_LT_EQ] = ACTIONS(3796), + [anon_sym_LT] = ACTIONS(3796), + [anon_sym_LT_LT] = ACTIONS(3796), + [anon_sym_GT_GT] = ACTIONS(3796), + [anon_sym_extern] = ACTIONS(3796), + [anon_sym___attribute__] = ACTIONS(3796), + [anon_sym_COLON_COLON] = ACTIONS(3798), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3798), + [anon_sym___declspec] = ACTIONS(3796), + [anon_sym___based] = ACTIONS(3796), + [anon_sym_LBRACE] = ACTIONS(3798), + [anon_sym_LBRACK] = ACTIONS(3796), + [anon_sym_EQ] = ACTIONS(3796), + [anon_sym_static] = ACTIONS(3796), + [anon_sym_register] = ACTIONS(3796), + [anon_sym_inline] = ACTIONS(3796), + [anon_sym_thread_local] = ACTIONS(3796), + [anon_sym_const] = ACTIONS(3796), + [anon_sym_volatile] = ACTIONS(3796), + [anon_sym_restrict] = ACTIONS(3796), + [anon_sym__Atomic] = ACTIONS(3796), + [anon_sym_mutable] = ACTIONS(3796), + [anon_sym_constexpr] = ACTIONS(3796), + [anon_sym_constinit] = ACTIONS(3796), + [anon_sym_consteval] = ACTIONS(3796), + [anon_sym_QMARK] = ACTIONS(3798), + [anon_sym_STAR_EQ] = ACTIONS(3798), + [anon_sym_SLASH_EQ] = ACTIONS(3798), + [anon_sym_PERCENT_EQ] = ACTIONS(3798), + [anon_sym_PLUS_EQ] = ACTIONS(3798), + [anon_sym_DASH_EQ] = ACTIONS(3798), + [anon_sym_LT_LT_EQ] = ACTIONS(3798), + [anon_sym_GT_GT_EQ] = ACTIONS(3798), + [anon_sym_AMP_EQ] = ACTIONS(3798), + [anon_sym_CARET_EQ] = ACTIONS(3798), + [anon_sym_PIPE_EQ] = ACTIONS(3798), + [anon_sym_LT_EQ_GT] = ACTIONS(3798), + [anon_sym_or] = ACTIONS(3796), + [anon_sym_and] = ACTIONS(3796), + [anon_sym_bitor] = ACTIONS(3796), + [anon_sym_xor] = ACTIONS(3796), + [anon_sym_bitand] = ACTIONS(3796), + [anon_sym_not_eq] = ACTIONS(3796), + [anon_sym_DASH_DASH] = ACTIONS(3798), + [anon_sym_PLUS_PLUS] = ACTIONS(3798), + [anon_sym_DOT] = ACTIONS(3796), + [anon_sym_DASH_GT] = ACTIONS(3796), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3796), + [anon_sym_decltype] = ACTIONS(3796), + [anon_sym_virtual] = ACTIONS(3796), + [anon_sym_template] = ACTIONS(3796), + [anon_sym_operator] = ACTIONS(3796), + [anon_sym_DOT_STAR] = ACTIONS(3798), + [anon_sym_DASH_GT_STAR] = ACTIONS(3798), }, [1759] = { - [sym_identifier] = ACTIONS(3789), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3791), - [anon_sym_COMMA] = ACTIONS(3791), - [anon_sym_RPAREN] = ACTIONS(3791), - [anon_sym_LPAREN2] = ACTIONS(3791), - [anon_sym_TILDE] = ACTIONS(3791), - [anon_sym_DASH] = ACTIONS(3789), - [anon_sym_PLUS] = ACTIONS(3789), - [anon_sym_STAR] = ACTIONS(3789), - [anon_sym_SLASH] = ACTIONS(3789), - [anon_sym_PERCENT] = ACTIONS(3789), - [anon_sym_PIPE_PIPE] = ACTIONS(3791), - [anon_sym_AMP_AMP] = ACTIONS(3791), - [anon_sym_PIPE] = ACTIONS(3789), - [anon_sym_CARET] = ACTIONS(3789), - [anon_sym_AMP] = ACTIONS(3789), - [anon_sym_EQ_EQ] = ACTIONS(3791), - [anon_sym_BANG_EQ] = ACTIONS(3791), - [anon_sym_GT] = ACTIONS(3789), - [anon_sym_GT_EQ] = ACTIONS(3791), - [anon_sym_LT_EQ] = ACTIONS(3789), - [anon_sym_LT] = ACTIONS(3789), - [anon_sym_LT_LT] = ACTIONS(3789), - [anon_sym_GT_GT] = ACTIONS(3789), - [anon_sym_extern] = ACTIONS(3789), - [anon_sym___attribute__] = ACTIONS(3789), - [anon_sym_COLON_COLON] = ACTIONS(3791), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3791), - [anon_sym___declspec] = ACTIONS(3789), - [anon_sym___based] = ACTIONS(3789), - [anon_sym_LBRACE] = ACTIONS(3791), - [anon_sym_LBRACK] = ACTIONS(3789), - [anon_sym_EQ] = ACTIONS(3789), - [anon_sym_static] = ACTIONS(3789), - [anon_sym_register] = ACTIONS(3789), - [anon_sym_inline] = ACTIONS(3789), - [anon_sym_thread_local] = ACTIONS(3789), - [anon_sym_const] = ACTIONS(3789), - [anon_sym_volatile] = ACTIONS(3789), - [anon_sym_restrict] = ACTIONS(3789), - [anon_sym__Atomic] = ACTIONS(3789), - [anon_sym_mutable] = ACTIONS(3789), - [anon_sym_constexpr] = ACTIONS(3789), - [anon_sym_constinit] = ACTIONS(3789), - [anon_sym_consteval] = ACTIONS(3789), - [anon_sym_QMARK] = ACTIONS(3791), - [anon_sym_STAR_EQ] = ACTIONS(3791), - [anon_sym_SLASH_EQ] = ACTIONS(3791), - [anon_sym_PERCENT_EQ] = ACTIONS(3791), - [anon_sym_PLUS_EQ] = ACTIONS(3791), - [anon_sym_DASH_EQ] = ACTIONS(3791), - [anon_sym_LT_LT_EQ] = ACTIONS(3791), - [anon_sym_GT_GT_EQ] = ACTIONS(3791), - [anon_sym_AMP_EQ] = ACTIONS(3791), - [anon_sym_CARET_EQ] = ACTIONS(3791), - [anon_sym_PIPE_EQ] = ACTIONS(3791), - [anon_sym_LT_EQ_GT] = ACTIONS(3791), - [anon_sym_or] = ACTIONS(3789), - [anon_sym_and] = ACTIONS(3789), - [anon_sym_bitor] = ACTIONS(3789), - [anon_sym_xor] = ACTIONS(3789), - [anon_sym_bitand] = ACTIONS(3789), - [anon_sym_not_eq] = ACTIONS(3789), - [anon_sym_DASH_DASH] = ACTIONS(3791), - [anon_sym_PLUS_PLUS] = ACTIONS(3791), - [anon_sym_DOT] = ACTIONS(3789), - [anon_sym_DASH_GT] = ACTIONS(3789), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3789), - [anon_sym_decltype] = ACTIONS(3789), - [anon_sym_virtual] = ACTIONS(3789), - [anon_sym_template] = ACTIONS(3789), - [anon_sym_operator] = ACTIONS(3789), - [anon_sym_DOT_STAR] = ACTIONS(3791), - [anon_sym_DASH_GT_STAR] = ACTIONS(3791), + [sym_identifier] = ACTIONS(3804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3806), + [anon_sym_COMMA] = ACTIONS(3806), + [anon_sym_RPAREN] = ACTIONS(3806), + [anon_sym_LPAREN2] = ACTIONS(3806), + [anon_sym_TILDE] = ACTIONS(3809), + [anon_sym_DASH] = ACTIONS(3811), + [anon_sym_PLUS] = ACTIONS(3811), + [anon_sym_STAR] = ACTIONS(3813), + [anon_sym_SLASH] = ACTIONS(3811), + [anon_sym_PERCENT] = ACTIONS(3811), + [anon_sym_PIPE_PIPE] = ACTIONS(3816), + [anon_sym_AMP_AMP] = ACTIONS(3806), + [anon_sym_PIPE] = ACTIONS(3811), + [anon_sym_CARET] = ACTIONS(3811), + [anon_sym_AMP] = ACTIONS(3813), + [anon_sym_EQ_EQ] = ACTIONS(3816), + [anon_sym_BANG_EQ] = ACTIONS(3816), + [anon_sym_GT] = ACTIONS(3811), + [anon_sym_GT_EQ] = ACTIONS(3816), + [anon_sym_LT_EQ] = ACTIONS(3811), + [anon_sym_LT] = ACTIONS(3811), + [anon_sym_LT_LT] = ACTIONS(3811), + [anon_sym_GT_GT] = ACTIONS(3811), + [anon_sym_extern] = ACTIONS(3804), + [anon_sym___attribute__] = ACTIONS(3804), + [anon_sym_COLON_COLON] = ACTIONS(3809), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3809), + [anon_sym___declspec] = ACTIONS(3804), + [anon_sym___based] = ACTIONS(3804), + [anon_sym_LBRACE] = ACTIONS(3809), + [anon_sym_LBRACK] = ACTIONS(3813), + [anon_sym_EQ] = ACTIONS(3813), + [anon_sym_static] = ACTIONS(3804), + [anon_sym_register] = ACTIONS(3804), + [anon_sym_inline] = ACTIONS(3804), + [anon_sym_thread_local] = ACTIONS(3804), + [anon_sym_const] = ACTIONS(3804), + [anon_sym_volatile] = ACTIONS(3804), + [anon_sym_restrict] = ACTIONS(3804), + [anon_sym__Atomic] = ACTIONS(3804), + [anon_sym_mutable] = ACTIONS(3804), + [anon_sym_constexpr] = ACTIONS(3804), + [anon_sym_constinit] = ACTIONS(3804), + [anon_sym_consteval] = ACTIONS(3804), + [anon_sym_QMARK] = ACTIONS(3816), + [anon_sym_STAR_EQ] = ACTIONS(3816), + [anon_sym_SLASH_EQ] = ACTIONS(3816), + [anon_sym_PERCENT_EQ] = ACTIONS(3816), + [anon_sym_PLUS_EQ] = ACTIONS(3816), + [anon_sym_DASH_EQ] = ACTIONS(3816), + [anon_sym_LT_LT_EQ] = ACTIONS(3816), + [anon_sym_GT_GT_EQ] = ACTIONS(3816), + [anon_sym_AMP_EQ] = ACTIONS(3816), + [anon_sym_CARET_EQ] = ACTIONS(3816), + [anon_sym_PIPE_EQ] = ACTIONS(3816), + [anon_sym_LT_EQ_GT] = ACTIONS(3816), + [anon_sym_or] = ACTIONS(3811), + [anon_sym_and] = ACTIONS(3811), + [anon_sym_bitor] = ACTIONS(3811), + [anon_sym_xor] = ACTIONS(3811), + [anon_sym_bitand] = ACTIONS(3811), + [anon_sym_not_eq] = ACTIONS(3811), + [anon_sym_DASH_DASH] = ACTIONS(3816), + [anon_sym_PLUS_PLUS] = ACTIONS(3816), + [anon_sym_DOT] = ACTIONS(3811), + [anon_sym_DASH_GT] = ACTIONS(3811), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3804), + [anon_sym_decltype] = ACTIONS(3804), + [anon_sym_virtual] = ACTIONS(3804), + [anon_sym_template] = ACTIONS(3804), + [anon_sym_operator] = ACTIONS(3804), + [anon_sym_DOT_STAR] = ACTIONS(3816), + [anon_sym_DASH_GT_STAR] = ACTIONS(3816), }, [1760] = { - [sym_identifier] = ACTIONS(3832), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3834), - [anon_sym_COMMA] = ACTIONS(3834), - [anon_sym_RPAREN] = ACTIONS(3834), - [anon_sym_LPAREN2] = ACTIONS(3834), - [anon_sym_TILDE] = ACTIONS(3834), - [anon_sym_DASH] = ACTIONS(3832), - [anon_sym_PLUS] = ACTIONS(3832), - [anon_sym_STAR] = ACTIONS(3832), - [anon_sym_SLASH] = ACTIONS(3832), - [anon_sym_PERCENT] = ACTIONS(3832), - [anon_sym_PIPE_PIPE] = ACTIONS(3834), - [anon_sym_AMP_AMP] = ACTIONS(3834), - [anon_sym_PIPE] = ACTIONS(3832), - [anon_sym_CARET] = ACTIONS(3832), - [anon_sym_AMP] = ACTIONS(3832), - [anon_sym_EQ_EQ] = ACTIONS(3834), - [anon_sym_BANG_EQ] = ACTIONS(3834), - [anon_sym_GT] = ACTIONS(3832), - [anon_sym_GT_EQ] = ACTIONS(3834), - [anon_sym_LT_EQ] = ACTIONS(3832), - [anon_sym_LT] = ACTIONS(3832), - [anon_sym_LT_LT] = ACTIONS(3832), - [anon_sym_GT_GT] = ACTIONS(3832), - [anon_sym_extern] = ACTIONS(3832), - [anon_sym___attribute__] = ACTIONS(3832), - [anon_sym_COLON_COLON] = ACTIONS(3834), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3834), - [anon_sym___declspec] = ACTIONS(3832), - [anon_sym___based] = ACTIONS(3832), - [anon_sym_LBRACE] = ACTIONS(3834), - [anon_sym_LBRACK] = ACTIONS(3832), - [anon_sym_EQ] = ACTIONS(3832), - [anon_sym_static] = ACTIONS(3832), - [anon_sym_register] = ACTIONS(3832), - [anon_sym_inline] = ACTIONS(3832), - [anon_sym_thread_local] = ACTIONS(3832), - [anon_sym_const] = ACTIONS(3832), - [anon_sym_volatile] = ACTIONS(3832), - [anon_sym_restrict] = ACTIONS(3832), - [anon_sym__Atomic] = ACTIONS(3832), - [anon_sym_mutable] = ACTIONS(3832), - [anon_sym_constexpr] = ACTIONS(3832), - [anon_sym_constinit] = ACTIONS(3832), - [anon_sym_consteval] = ACTIONS(3832), - [anon_sym_QMARK] = ACTIONS(3834), - [anon_sym_STAR_EQ] = ACTIONS(3834), - [anon_sym_SLASH_EQ] = ACTIONS(3834), - [anon_sym_PERCENT_EQ] = ACTIONS(3834), - [anon_sym_PLUS_EQ] = ACTIONS(3834), - [anon_sym_DASH_EQ] = ACTIONS(3834), - [anon_sym_LT_LT_EQ] = ACTIONS(3834), - [anon_sym_GT_GT_EQ] = ACTIONS(3834), - [anon_sym_AMP_EQ] = ACTIONS(3834), - [anon_sym_CARET_EQ] = ACTIONS(3834), - [anon_sym_PIPE_EQ] = ACTIONS(3834), - [anon_sym_LT_EQ_GT] = ACTIONS(3834), - [anon_sym_or] = ACTIONS(3832), - [anon_sym_and] = ACTIONS(3832), - [anon_sym_bitor] = ACTIONS(3832), - [anon_sym_xor] = ACTIONS(3832), - [anon_sym_bitand] = ACTIONS(3832), - [anon_sym_not_eq] = ACTIONS(3832), - [anon_sym_DASH_DASH] = ACTIONS(3834), - [anon_sym_PLUS_PLUS] = ACTIONS(3834), - [anon_sym_DOT] = ACTIONS(3832), - [anon_sym_DASH_GT] = ACTIONS(3832), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3832), - [anon_sym_decltype] = ACTIONS(3832), - [anon_sym_virtual] = ACTIONS(3832), - [anon_sym_template] = ACTIONS(3832), - [anon_sym_operator] = ACTIONS(3832), - [anon_sym_DOT_STAR] = ACTIONS(3834), - [anon_sym_DASH_GT_STAR] = ACTIONS(3834), + [sym_identifier] = ACTIONS(3818), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3820), + [anon_sym_COMMA] = ACTIONS(3820), + [anon_sym_RPAREN] = ACTIONS(3820), + [anon_sym_LPAREN2] = ACTIONS(3820), + [anon_sym_TILDE] = ACTIONS(3820), + [anon_sym_DASH] = ACTIONS(3818), + [anon_sym_PLUS] = ACTIONS(3818), + [anon_sym_STAR] = ACTIONS(3818), + [anon_sym_SLASH] = ACTIONS(3818), + [anon_sym_PERCENT] = ACTIONS(3818), + [anon_sym_PIPE_PIPE] = ACTIONS(3820), + [anon_sym_AMP_AMP] = ACTIONS(3820), + [anon_sym_PIPE] = ACTIONS(3818), + [anon_sym_CARET] = ACTIONS(3818), + [anon_sym_AMP] = ACTIONS(3818), + [anon_sym_EQ_EQ] = ACTIONS(3820), + [anon_sym_BANG_EQ] = ACTIONS(3820), + [anon_sym_GT] = ACTIONS(3818), + [anon_sym_GT_EQ] = ACTIONS(3820), + [anon_sym_LT_EQ] = ACTIONS(3818), + [anon_sym_LT] = ACTIONS(3818), + [anon_sym_LT_LT] = ACTIONS(3818), + [anon_sym_GT_GT] = ACTIONS(3818), + [anon_sym_extern] = ACTIONS(3818), + [anon_sym___attribute__] = ACTIONS(3818), + [anon_sym_COLON_COLON] = ACTIONS(3820), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3820), + [anon_sym___declspec] = ACTIONS(3818), + [anon_sym___based] = ACTIONS(3818), + [anon_sym_LBRACE] = ACTIONS(3820), + [anon_sym_LBRACK] = ACTIONS(3818), + [anon_sym_EQ] = ACTIONS(3818), + [anon_sym_static] = ACTIONS(3818), + [anon_sym_register] = ACTIONS(3818), + [anon_sym_inline] = ACTIONS(3818), + [anon_sym_thread_local] = ACTIONS(3818), + [anon_sym_const] = ACTIONS(3818), + [anon_sym_volatile] = ACTIONS(3818), + [anon_sym_restrict] = ACTIONS(3818), + [anon_sym__Atomic] = ACTIONS(3818), + [anon_sym_mutable] = ACTIONS(3818), + [anon_sym_constexpr] = ACTIONS(3818), + [anon_sym_constinit] = ACTIONS(3818), + [anon_sym_consteval] = ACTIONS(3818), + [anon_sym_QMARK] = ACTIONS(3820), + [anon_sym_STAR_EQ] = ACTIONS(3820), + [anon_sym_SLASH_EQ] = ACTIONS(3820), + [anon_sym_PERCENT_EQ] = ACTIONS(3820), + [anon_sym_PLUS_EQ] = ACTIONS(3820), + [anon_sym_DASH_EQ] = ACTIONS(3820), + [anon_sym_LT_LT_EQ] = ACTIONS(3820), + [anon_sym_GT_GT_EQ] = ACTIONS(3820), + [anon_sym_AMP_EQ] = ACTIONS(3820), + [anon_sym_CARET_EQ] = ACTIONS(3820), + [anon_sym_PIPE_EQ] = ACTIONS(3820), + [anon_sym_LT_EQ_GT] = ACTIONS(3820), + [anon_sym_or] = ACTIONS(3818), + [anon_sym_and] = ACTIONS(3818), + [anon_sym_bitor] = ACTIONS(3818), + [anon_sym_xor] = ACTIONS(3818), + [anon_sym_bitand] = ACTIONS(3818), + [anon_sym_not_eq] = ACTIONS(3818), + [anon_sym_DASH_DASH] = ACTIONS(3820), + [anon_sym_PLUS_PLUS] = ACTIONS(3820), + [anon_sym_DOT] = ACTIONS(3818), + [anon_sym_DASH_GT] = ACTIONS(3818), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3818), + [anon_sym_decltype] = ACTIONS(3818), + [anon_sym_virtual] = ACTIONS(3818), + [anon_sym_template] = ACTIONS(3818), + [anon_sym_operator] = ACTIONS(3818), + [anon_sym_DOT_STAR] = ACTIONS(3820), + [anon_sym_DASH_GT_STAR] = ACTIONS(3820), }, [1761] = { - [sym_identifier] = ACTIONS(3820), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3822), - [anon_sym_COMMA] = ACTIONS(3822), - [anon_sym_RPAREN] = ACTIONS(3822), - [anon_sym_LPAREN2] = ACTIONS(3822), - [anon_sym_TILDE] = ACTIONS(3822), - [anon_sym_DASH] = ACTIONS(3820), - [anon_sym_PLUS] = ACTIONS(3820), - [anon_sym_STAR] = ACTIONS(3820), - [anon_sym_SLASH] = ACTIONS(3820), - [anon_sym_PERCENT] = ACTIONS(3820), - [anon_sym_PIPE_PIPE] = ACTIONS(3822), - [anon_sym_AMP_AMP] = ACTIONS(3822), - [anon_sym_PIPE] = ACTIONS(3820), - [anon_sym_CARET] = ACTIONS(3820), - [anon_sym_AMP] = ACTIONS(3820), - [anon_sym_EQ_EQ] = ACTIONS(3822), - [anon_sym_BANG_EQ] = ACTIONS(3822), - [anon_sym_GT] = ACTIONS(3820), - [anon_sym_GT_EQ] = ACTIONS(3822), - [anon_sym_LT_EQ] = ACTIONS(3820), - [anon_sym_LT] = ACTIONS(3820), - [anon_sym_LT_LT] = ACTIONS(3820), - [anon_sym_GT_GT] = ACTIONS(3820), - [anon_sym_extern] = ACTIONS(3820), - [anon_sym___attribute__] = ACTIONS(3820), - [anon_sym_COLON_COLON] = ACTIONS(3822), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3822), - [anon_sym___declspec] = ACTIONS(3820), - [anon_sym___based] = ACTIONS(3820), - [anon_sym_LBRACE] = ACTIONS(3822), - [anon_sym_LBRACK] = ACTIONS(3820), - [anon_sym_EQ] = ACTIONS(3820), - [anon_sym_static] = ACTIONS(3820), - [anon_sym_register] = ACTIONS(3820), - [anon_sym_inline] = ACTIONS(3820), - [anon_sym_thread_local] = ACTIONS(3820), - [anon_sym_const] = ACTIONS(3820), - [anon_sym_volatile] = ACTIONS(3820), - [anon_sym_restrict] = ACTIONS(3820), - [anon_sym__Atomic] = ACTIONS(3820), - [anon_sym_mutable] = ACTIONS(3820), - [anon_sym_constexpr] = ACTIONS(3820), - [anon_sym_constinit] = ACTIONS(3820), - [anon_sym_consteval] = ACTIONS(3820), - [anon_sym_QMARK] = ACTIONS(3822), - [anon_sym_STAR_EQ] = ACTIONS(3822), - [anon_sym_SLASH_EQ] = ACTIONS(3822), - [anon_sym_PERCENT_EQ] = ACTIONS(3822), - [anon_sym_PLUS_EQ] = ACTIONS(3822), - [anon_sym_DASH_EQ] = ACTIONS(3822), - [anon_sym_LT_LT_EQ] = ACTIONS(3822), - [anon_sym_GT_GT_EQ] = ACTIONS(3822), - [anon_sym_AMP_EQ] = ACTIONS(3822), - [anon_sym_CARET_EQ] = ACTIONS(3822), - [anon_sym_PIPE_EQ] = ACTIONS(3822), - [anon_sym_LT_EQ_GT] = ACTIONS(3822), - [anon_sym_or] = ACTIONS(3820), - [anon_sym_and] = ACTIONS(3820), - [anon_sym_bitor] = ACTIONS(3820), - [anon_sym_xor] = ACTIONS(3820), - [anon_sym_bitand] = ACTIONS(3820), - [anon_sym_not_eq] = ACTIONS(3820), - [anon_sym_DASH_DASH] = ACTIONS(3822), - [anon_sym_PLUS_PLUS] = ACTIONS(3822), - [anon_sym_DOT] = ACTIONS(3820), - [anon_sym_DASH_GT] = ACTIONS(3820), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3820), - [anon_sym_decltype] = ACTIONS(3820), - [anon_sym_virtual] = ACTIONS(3820), - [anon_sym_template] = ACTIONS(3820), - [anon_sym_operator] = ACTIONS(3820), - [anon_sym_DOT_STAR] = ACTIONS(3822), - [anon_sym_DASH_GT_STAR] = ACTIONS(3822), + [sym_identifier] = ACTIONS(3792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3794), + [anon_sym_COMMA] = ACTIONS(3794), + [anon_sym_RPAREN] = ACTIONS(3794), + [anon_sym_LPAREN2] = ACTIONS(3794), + [anon_sym_TILDE] = ACTIONS(3794), + [anon_sym_DASH] = ACTIONS(3792), + [anon_sym_PLUS] = ACTIONS(3792), + [anon_sym_STAR] = ACTIONS(3792), + [anon_sym_SLASH] = ACTIONS(3792), + [anon_sym_PERCENT] = ACTIONS(3792), + [anon_sym_PIPE_PIPE] = ACTIONS(3794), + [anon_sym_AMP_AMP] = ACTIONS(3794), + [anon_sym_PIPE] = ACTIONS(3792), + [anon_sym_CARET] = ACTIONS(3792), + [anon_sym_AMP] = ACTIONS(3792), + [anon_sym_EQ_EQ] = ACTIONS(3794), + [anon_sym_BANG_EQ] = ACTIONS(3794), + [anon_sym_GT] = ACTIONS(3792), + [anon_sym_GT_EQ] = ACTIONS(3794), + [anon_sym_LT_EQ] = ACTIONS(3792), + [anon_sym_LT] = ACTIONS(3792), + [anon_sym_LT_LT] = ACTIONS(3792), + [anon_sym_GT_GT] = ACTIONS(3792), + [anon_sym_extern] = ACTIONS(3792), + [anon_sym___attribute__] = ACTIONS(3792), + [anon_sym_COLON_COLON] = ACTIONS(3794), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3794), + [anon_sym___declspec] = ACTIONS(3792), + [anon_sym___based] = ACTIONS(3792), + [anon_sym_LBRACE] = ACTIONS(3794), + [anon_sym_LBRACK] = ACTIONS(3792), + [anon_sym_EQ] = ACTIONS(3792), + [anon_sym_static] = ACTIONS(3792), + [anon_sym_register] = ACTIONS(3792), + [anon_sym_inline] = ACTIONS(3792), + [anon_sym_thread_local] = ACTIONS(3792), + [anon_sym_const] = ACTIONS(3792), + [anon_sym_volatile] = ACTIONS(3792), + [anon_sym_restrict] = ACTIONS(3792), + [anon_sym__Atomic] = ACTIONS(3792), + [anon_sym_mutable] = ACTIONS(3792), + [anon_sym_constexpr] = ACTIONS(3792), + [anon_sym_constinit] = ACTIONS(3792), + [anon_sym_consteval] = ACTIONS(3792), + [anon_sym_QMARK] = ACTIONS(3794), + [anon_sym_STAR_EQ] = ACTIONS(3794), + [anon_sym_SLASH_EQ] = ACTIONS(3794), + [anon_sym_PERCENT_EQ] = ACTIONS(3794), + [anon_sym_PLUS_EQ] = ACTIONS(3794), + [anon_sym_DASH_EQ] = ACTIONS(3794), + [anon_sym_LT_LT_EQ] = ACTIONS(3794), + [anon_sym_GT_GT_EQ] = ACTIONS(3794), + [anon_sym_AMP_EQ] = ACTIONS(3794), + [anon_sym_CARET_EQ] = ACTIONS(3794), + [anon_sym_PIPE_EQ] = ACTIONS(3794), + [anon_sym_LT_EQ_GT] = ACTIONS(3794), + [anon_sym_or] = ACTIONS(3792), + [anon_sym_and] = ACTIONS(3792), + [anon_sym_bitor] = ACTIONS(3792), + [anon_sym_xor] = ACTIONS(3792), + [anon_sym_bitand] = ACTIONS(3792), + [anon_sym_not_eq] = ACTIONS(3792), + [anon_sym_DASH_DASH] = ACTIONS(3794), + [anon_sym_PLUS_PLUS] = ACTIONS(3794), + [anon_sym_DOT] = ACTIONS(3792), + [anon_sym_DASH_GT] = ACTIONS(3792), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3792), + [anon_sym_decltype] = ACTIONS(3792), + [anon_sym_virtual] = ACTIONS(3792), + [anon_sym_template] = ACTIONS(3792), + [anon_sym_operator] = ACTIONS(3792), + [anon_sym_DOT_STAR] = ACTIONS(3794), + [anon_sym_DASH_GT_STAR] = ACTIONS(3794), }, [1762] = { - [sym_identifier] = ACTIONS(3816), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3818), - [anon_sym_COMMA] = ACTIONS(3818), - [anon_sym_RPAREN] = ACTIONS(3818), - [anon_sym_LPAREN2] = ACTIONS(3818), - [anon_sym_TILDE] = ACTIONS(3818), - [anon_sym_DASH] = ACTIONS(3816), - [anon_sym_PLUS] = ACTIONS(3816), - [anon_sym_STAR] = ACTIONS(3816), - [anon_sym_SLASH] = ACTIONS(3816), - [anon_sym_PERCENT] = ACTIONS(3816), - [anon_sym_PIPE_PIPE] = ACTIONS(3818), - [anon_sym_AMP_AMP] = ACTIONS(3818), - [anon_sym_PIPE] = ACTIONS(3816), - [anon_sym_CARET] = ACTIONS(3816), - [anon_sym_AMP] = ACTIONS(3816), - [anon_sym_EQ_EQ] = ACTIONS(3818), - [anon_sym_BANG_EQ] = ACTIONS(3818), - [anon_sym_GT] = ACTIONS(3816), - [anon_sym_GT_EQ] = ACTIONS(3818), - [anon_sym_LT_EQ] = ACTIONS(3816), - [anon_sym_LT] = ACTIONS(3816), - [anon_sym_LT_LT] = ACTIONS(3816), - [anon_sym_GT_GT] = ACTIONS(3816), - [anon_sym_extern] = ACTIONS(3816), - [anon_sym___attribute__] = ACTIONS(3816), - [anon_sym_COLON_COLON] = ACTIONS(3818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3818), - [anon_sym___declspec] = ACTIONS(3816), - [anon_sym___based] = ACTIONS(3816), - [anon_sym_LBRACE] = ACTIONS(3818), - [anon_sym_LBRACK] = ACTIONS(3816), - [anon_sym_EQ] = ACTIONS(3816), - [anon_sym_static] = ACTIONS(3816), - [anon_sym_register] = ACTIONS(3816), - [anon_sym_inline] = ACTIONS(3816), - [anon_sym_thread_local] = ACTIONS(3816), - [anon_sym_const] = ACTIONS(3816), - [anon_sym_volatile] = ACTIONS(3816), - [anon_sym_restrict] = ACTIONS(3816), - [anon_sym__Atomic] = ACTIONS(3816), - [anon_sym_mutable] = ACTIONS(3816), - [anon_sym_constexpr] = ACTIONS(3816), - [anon_sym_constinit] = ACTIONS(3816), - [anon_sym_consteval] = ACTIONS(3816), - [anon_sym_QMARK] = ACTIONS(3818), - [anon_sym_STAR_EQ] = ACTIONS(3818), - [anon_sym_SLASH_EQ] = ACTIONS(3818), - [anon_sym_PERCENT_EQ] = ACTIONS(3818), - [anon_sym_PLUS_EQ] = ACTIONS(3818), - [anon_sym_DASH_EQ] = ACTIONS(3818), - [anon_sym_LT_LT_EQ] = ACTIONS(3818), - [anon_sym_GT_GT_EQ] = ACTIONS(3818), - [anon_sym_AMP_EQ] = ACTIONS(3818), - [anon_sym_CARET_EQ] = ACTIONS(3818), - [anon_sym_PIPE_EQ] = ACTIONS(3818), - [anon_sym_LT_EQ_GT] = ACTIONS(3818), - [anon_sym_or] = ACTIONS(3816), - [anon_sym_and] = ACTIONS(3816), - [anon_sym_bitor] = ACTIONS(3816), - [anon_sym_xor] = ACTIONS(3816), - [anon_sym_bitand] = ACTIONS(3816), - [anon_sym_not_eq] = ACTIONS(3816), - [anon_sym_DASH_DASH] = ACTIONS(3818), - [anon_sym_PLUS_PLUS] = ACTIONS(3818), - [anon_sym_DOT] = ACTIONS(3816), - [anon_sym_DASH_GT] = ACTIONS(3816), + [sym_identifier] = ACTIONS(3800), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3802), + [anon_sym_COMMA] = ACTIONS(3802), + [anon_sym_RPAREN] = ACTIONS(3802), + [anon_sym_LPAREN2] = ACTIONS(3802), + [anon_sym_TILDE] = ACTIONS(3802), + [anon_sym_DASH] = ACTIONS(3800), + [anon_sym_PLUS] = ACTIONS(3800), + [anon_sym_STAR] = ACTIONS(3800), + [anon_sym_SLASH] = ACTIONS(3800), + [anon_sym_PERCENT] = ACTIONS(3800), + [anon_sym_PIPE_PIPE] = ACTIONS(3802), + [anon_sym_AMP_AMP] = ACTIONS(3802), + [anon_sym_PIPE] = ACTIONS(3800), + [anon_sym_CARET] = ACTIONS(3800), + [anon_sym_AMP] = ACTIONS(3800), + [anon_sym_EQ_EQ] = ACTIONS(3802), + [anon_sym_BANG_EQ] = ACTIONS(3802), + [anon_sym_GT] = ACTIONS(3800), + [anon_sym_GT_EQ] = ACTIONS(3802), + [anon_sym_LT_EQ] = ACTIONS(3800), + [anon_sym_LT] = ACTIONS(3800), + [anon_sym_LT_LT] = ACTIONS(3800), + [anon_sym_GT_GT] = ACTIONS(3800), + [anon_sym_extern] = ACTIONS(3800), + [anon_sym___attribute__] = ACTIONS(3800), + [anon_sym_COLON_COLON] = ACTIONS(3802), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3802), + [anon_sym___declspec] = ACTIONS(3800), + [anon_sym___based] = ACTIONS(3800), + [anon_sym_LBRACE] = ACTIONS(3802), + [anon_sym_LBRACK] = ACTIONS(3800), + [anon_sym_EQ] = ACTIONS(3800), + [anon_sym_static] = ACTIONS(3800), + [anon_sym_register] = ACTIONS(3800), + [anon_sym_inline] = ACTIONS(3800), + [anon_sym_thread_local] = ACTIONS(3800), + [anon_sym_const] = ACTIONS(3800), + [anon_sym_volatile] = ACTIONS(3800), + [anon_sym_restrict] = ACTIONS(3800), + [anon_sym__Atomic] = ACTIONS(3800), + [anon_sym_mutable] = ACTIONS(3800), + [anon_sym_constexpr] = ACTIONS(3800), + [anon_sym_constinit] = ACTIONS(3800), + [anon_sym_consteval] = ACTIONS(3800), + [anon_sym_QMARK] = ACTIONS(3802), + [anon_sym_STAR_EQ] = ACTIONS(3802), + [anon_sym_SLASH_EQ] = ACTIONS(3802), + [anon_sym_PERCENT_EQ] = ACTIONS(3802), + [anon_sym_PLUS_EQ] = ACTIONS(3802), + [anon_sym_DASH_EQ] = ACTIONS(3802), + [anon_sym_LT_LT_EQ] = ACTIONS(3802), + [anon_sym_GT_GT_EQ] = ACTIONS(3802), + [anon_sym_AMP_EQ] = ACTIONS(3802), + [anon_sym_CARET_EQ] = ACTIONS(3802), + [anon_sym_PIPE_EQ] = ACTIONS(3802), + [anon_sym_LT_EQ_GT] = ACTIONS(3802), + [anon_sym_or] = ACTIONS(3800), + [anon_sym_and] = ACTIONS(3800), + [anon_sym_bitor] = ACTIONS(3800), + [anon_sym_xor] = ACTIONS(3800), + [anon_sym_bitand] = ACTIONS(3800), + [anon_sym_not_eq] = ACTIONS(3800), + [anon_sym_DASH_DASH] = ACTIONS(3802), + [anon_sym_PLUS_PLUS] = ACTIONS(3802), + [anon_sym_DOT] = ACTIONS(3800), + [anon_sym_DASH_GT] = ACTIONS(3800), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3816), - [anon_sym_decltype] = ACTIONS(3816), - [anon_sym_virtual] = ACTIONS(3816), - [anon_sym_template] = ACTIONS(3816), - [anon_sym_operator] = ACTIONS(3816), - [anon_sym_DOT_STAR] = ACTIONS(3818), - [anon_sym_DASH_GT_STAR] = ACTIONS(3818), + [sym_auto] = ACTIONS(3800), + [anon_sym_decltype] = ACTIONS(3800), + [anon_sym_virtual] = ACTIONS(3800), + [anon_sym_template] = ACTIONS(3800), + [anon_sym_operator] = ACTIONS(3800), + [anon_sym_DOT_STAR] = ACTIONS(3802), + [anon_sym_DASH_GT_STAR] = ACTIONS(3802), }, [1763] = { - [sym_identifier] = ACTIONS(3824), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3826), - [anon_sym_COMMA] = ACTIONS(3826), - [anon_sym_RPAREN] = ACTIONS(3826), - [anon_sym_LPAREN2] = ACTIONS(3826), - [anon_sym_TILDE] = ACTIONS(3826), - [anon_sym_DASH] = ACTIONS(3824), - [anon_sym_PLUS] = ACTIONS(3824), - [anon_sym_STAR] = ACTIONS(3824), - [anon_sym_SLASH] = ACTIONS(3824), - [anon_sym_PERCENT] = ACTIONS(3824), - [anon_sym_PIPE_PIPE] = ACTIONS(3826), - [anon_sym_AMP_AMP] = ACTIONS(3826), - [anon_sym_PIPE] = ACTIONS(3824), - [anon_sym_CARET] = ACTIONS(3824), - [anon_sym_AMP] = ACTIONS(3824), - [anon_sym_EQ_EQ] = ACTIONS(3826), - [anon_sym_BANG_EQ] = ACTIONS(3826), - [anon_sym_GT] = ACTIONS(3824), - [anon_sym_GT_EQ] = ACTIONS(3826), - [anon_sym_LT_EQ] = ACTIONS(3824), - [anon_sym_LT] = ACTIONS(3824), - [anon_sym_LT_LT] = ACTIONS(3824), - [anon_sym_GT_GT] = ACTIONS(3824), - [anon_sym_extern] = ACTIONS(3824), - [anon_sym___attribute__] = ACTIONS(3824), - [anon_sym_COLON_COLON] = ACTIONS(3826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3826), - [anon_sym___declspec] = ACTIONS(3824), - [anon_sym___based] = ACTIONS(3824), - [anon_sym_LBRACE] = ACTIONS(3826), - [anon_sym_LBRACK] = ACTIONS(3824), - [anon_sym_EQ] = ACTIONS(3824), - [anon_sym_static] = ACTIONS(3824), - [anon_sym_register] = ACTIONS(3824), - [anon_sym_inline] = ACTIONS(3824), - [anon_sym_thread_local] = ACTIONS(3824), - [anon_sym_const] = ACTIONS(3824), - [anon_sym_volatile] = ACTIONS(3824), - [anon_sym_restrict] = ACTIONS(3824), - [anon_sym__Atomic] = ACTIONS(3824), - [anon_sym_mutable] = ACTIONS(3824), - [anon_sym_constexpr] = ACTIONS(3824), - [anon_sym_constinit] = ACTIONS(3824), - [anon_sym_consteval] = ACTIONS(3824), - [anon_sym_QMARK] = ACTIONS(3826), - [anon_sym_STAR_EQ] = ACTIONS(3826), - [anon_sym_SLASH_EQ] = ACTIONS(3826), - [anon_sym_PERCENT_EQ] = ACTIONS(3826), - [anon_sym_PLUS_EQ] = ACTIONS(3826), - [anon_sym_DASH_EQ] = ACTIONS(3826), - [anon_sym_LT_LT_EQ] = ACTIONS(3826), - [anon_sym_GT_GT_EQ] = ACTIONS(3826), - [anon_sym_AMP_EQ] = ACTIONS(3826), - [anon_sym_CARET_EQ] = ACTIONS(3826), - [anon_sym_PIPE_EQ] = ACTIONS(3826), - [anon_sym_LT_EQ_GT] = ACTIONS(3826), - [anon_sym_or] = ACTIONS(3824), - [anon_sym_and] = ACTIONS(3824), - [anon_sym_bitor] = ACTIONS(3824), - [anon_sym_xor] = ACTIONS(3824), - [anon_sym_bitand] = ACTIONS(3824), - [anon_sym_not_eq] = ACTIONS(3824), - [anon_sym_DASH_DASH] = ACTIONS(3826), - [anon_sym_PLUS_PLUS] = ACTIONS(3826), - [anon_sym_DOT] = ACTIONS(3824), - [anon_sym_DASH_GT] = ACTIONS(3824), + [sym_identifier] = ACTIONS(3826), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3828), + [anon_sym_COMMA] = ACTIONS(3828), + [anon_sym_RPAREN] = ACTIONS(3828), + [anon_sym_LPAREN2] = ACTIONS(3828), + [anon_sym_TILDE] = ACTIONS(3828), + [anon_sym_DASH] = ACTIONS(3826), + [anon_sym_PLUS] = ACTIONS(3826), + [anon_sym_STAR] = ACTIONS(3826), + [anon_sym_SLASH] = ACTIONS(3826), + [anon_sym_PERCENT] = ACTIONS(3826), + [anon_sym_PIPE_PIPE] = ACTIONS(3828), + [anon_sym_AMP_AMP] = ACTIONS(3828), + [anon_sym_PIPE] = ACTIONS(3826), + [anon_sym_CARET] = ACTIONS(3826), + [anon_sym_AMP] = ACTIONS(3826), + [anon_sym_EQ_EQ] = ACTIONS(3828), + [anon_sym_BANG_EQ] = ACTIONS(3828), + [anon_sym_GT] = ACTIONS(3826), + [anon_sym_GT_EQ] = ACTIONS(3828), + [anon_sym_LT_EQ] = ACTIONS(3826), + [anon_sym_LT] = ACTIONS(3826), + [anon_sym_LT_LT] = ACTIONS(3826), + [anon_sym_GT_GT] = ACTIONS(3826), + [anon_sym_extern] = ACTIONS(3826), + [anon_sym___attribute__] = ACTIONS(3826), + [anon_sym_COLON_COLON] = ACTIONS(3828), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3828), + [anon_sym___declspec] = ACTIONS(3826), + [anon_sym___based] = ACTIONS(3826), + [anon_sym_LBRACE] = ACTIONS(3828), + [anon_sym_LBRACK] = ACTIONS(3826), + [anon_sym_EQ] = ACTIONS(3826), + [anon_sym_static] = ACTIONS(3826), + [anon_sym_register] = ACTIONS(3826), + [anon_sym_inline] = ACTIONS(3826), + [anon_sym_thread_local] = ACTIONS(3826), + [anon_sym_const] = ACTIONS(3826), + [anon_sym_volatile] = ACTIONS(3826), + [anon_sym_restrict] = ACTIONS(3826), + [anon_sym__Atomic] = ACTIONS(3826), + [anon_sym_mutable] = ACTIONS(3826), + [anon_sym_constexpr] = ACTIONS(3826), + [anon_sym_constinit] = ACTIONS(3826), + [anon_sym_consteval] = ACTIONS(3826), + [anon_sym_QMARK] = ACTIONS(3828), + [anon_sym_STAR_EQ] = ACTIONS(3828), + [anon_sym_SLASH_EQ] = ACTIONS(3828), + [anon_sym_PERCENT_EQ] = ACTIONS(3828), + [anon_sym_PLUS_EQ] = ACTIONS(3828), + [anon_sym_DASH_EQ] = ACTIONS(3828), + [anon_sym_LT_LT_EQ] = ACTIONS(3828), + [anon_sym_GT_GT_EQ] = ACTIONS(3828), + [anon_sym_AMP_EQ] = ACTIONS(3828), + [anon_sym_CARET_EQ] = ACTIONS(3828), + [anon_sym_PIPE_EQ] = ACTIONS(3828), + [anon_sym_LT_EQ_GT] = ACTIONS(3828), + [anon_sym_or] = ACTIONS(3826), + [anon_sym_and] = ACTIONS(3826), + [anon_sym_bitor] = ACTIONS(3826), + [anon_sym_xor] = ACTIONS(3826), + [anon_sym_bitand] = ACTIONS(3826), + [anon_sym_not_eq] = ACTIONS(3826), + [anon_sym_DASH_DASH] = ACTIONS(3828), + [anon_sym_PLUS_PLUS] = ACTIONS(3828), + [anon_sym_DOT] = ACTIONS(3826), + [anon_sym_DASH_GT] = ACTIONS(3826), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3824), - [anon_sym_decltype] = ACTIONS(3824), - [anon_sym_virtual] = ACTIONS(3824), - [anon_sym_template] = ACTIONS(3824), - [anon_sym_operator] = ACTIONS(3824), - [anon_sym_DOT_STAR] = ACTIONS(3826), - [anon_sym_DASH_GT_STAR] = ACTIONS(3826), + [sym_auto] = ACTIONS(3826), + [anon_sym_decltype] = ACTIONS(3826), + [anon_sym_virtual] = ACTIONS(3826), + [anon_sym_template] = ACTIONS(3826), + [anon_sym_operator] = ACTIONS(3826), + [anon_sym_DOT_STAR] = ACTIONS(3828), + [anon_sym_DASH_GT_STAR] = ACTIONS(3828), }, [1764] = { - [sym__declaration_modifiers] = STATE(2180), - [sym__declaration_specifiers] = STATE(3326), - [sym_attribute_specifier] = STATE(2180), - [sym_attribute_declaration] = STATE(2180), - [sym_ms_declspec_modifier] = STATE(2180), - [sym__abstract_declarator] = STATE(5522), - [sym_abstract_parenthesized_declarator] = STATE(5117), - [sym_abstract_pointer_declarator] = STATE(5117), - [sym_abstract_function_declarator] = STATE(5117), - [sym_abstract_array_declarator] = STATE(5117), - [sym_storage_class_specifier] = STATE(2180), - [sym_type_qualifier] = STATE(2180), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_parameter_list] = STATE(4318), - [sym_parameter_declaration] = STATE(6108), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2180), - [sym_dependent_type] = STATE(3473), - [sym_optional_parameter_declaration] = STATE(6108), - [sym_variadic_parameter_declaration] = STATE(6108), - [sym_abstract_reference_declarator] = STATE(5117), - [sym_template_type] = STATE(3424), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5304), - [sym_qualified_type_identifier] = STATE(3551), - [aux_sym__declaration_specifiers_repeat1] = STATE(2180), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(3842), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3278), - [anon_sym_RPAREN] = ACTIONS(3280), - [anon_sym_LPAREN2] = ACTIONS(3844), - [anon_sym_STAR] = ACTIONS(3846), - [anon_sym_AMP_AMP] = ACTIONS(3848), - [anon_sym_AMP] = ACTIONS(3850), + [sym__declaration_modifiers] = STATE(2175), + [sym__declaration_specifiers] = STATE(3319), + [sym_attribute_specifier] = STATE(2175), + [sym_attribute_declaration] = STATE(2175), + [sym_ms_declspec_modifier] = STATE(2175), + [sym__abstract_declarator] = STATE(5464), + [sym_abstract_parenthesized_declarator] = STATE(5059), + [sym_abstract_pointer_declarator] = STATE(5059), + [sym_abstract_function_declarator] = STATE(5059), + [sym_abstract_array_declarator] = STATE(5059), + [sym_storage_class_specifier] = STATE(2175), + [sym_type_qualifier] = STATE(2175), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_parameter_list] = STATE(4274), + [sym_parameter_declaration] = STATE(5728), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2175), + [sym_dependent_type] = STATE(3505), + [sym_optional_parameter_declaration] = STATE(5728), + [sym_variadic_parameter_declaration] = STATE(5728), + [sym_abstract_reference_declarator] = STATE(5059), + [sym_template_type] = STATE(3417), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5210), + [sym_qualified_type_identifier] = STATE(3425), + [aux_sym__declaration_specifiers_repeat1] = STATE(2175), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(3838), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1465), + [anon_sym_RPAREN] = ACTIONS(3840), + [anon_sym_LPAREN2] = ACTIONS(3842), + [anon_sym_STAR] = ACTIONS(3844), + [anon_sym_AMP_AMP] = ACTIONS(3846), + [anon_sym_AMP] = ACTIONS(3848), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3852), + [anon_sym_COLON_COLON] = ACTIONS(3850), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(3854), + [anon_sym_LBRACK] = ACTIONS(3852), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -218824,7 +218582,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(1431), [anon_sym_class] = ACTIONS(1433), [anon_sym_struct] = ACTIONS(1435), @@ -218834,56 +218592,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(1451), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), }, [1765] = { - [sym__declaration_modifiers] = STATE(2180), - [sym__declaration_specifiers] = STATE(3326), - [sym_attribute_specifier] = STATE(2180), - [sym_attribute_declaration] = STATE(2180), - [sym_ms_declspec_modifier] = STATE(2180), - [sym__abstract_declarator] = STATE(5539), - [sym_abstract_parenthesized_declarator] = STATE(5117), - [sym_abstract_pointer_declarator] = STATE(5117), - [sym_abstract_function_declarator] = STATE(5117), - [sym_abstract_array_declarator] = STATE(5117), - [sym_storage_class_specifier] = STATE(2180), - [sym_type_qualifier] = STATE(2180), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_parameter_list] = STATE(4318), - [sym_parameter_declaration] = STATE(5818), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2180), - [sym_dependent_type] = STATE(3473), - [sym_optional_parameter_declaration] = STATE(5818), - [sym_variadic_parameter_declaration] = STATE(5818), - [sym_abstract_reference_declarator] = STATE(5117), - [sym_template_type] = STATE(3424), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5304), - [sym_qualified_type_identifier] = STATE(3551), - [aux_sym__declaration_specifiers_repeat1] = STATE(2180), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(3842), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1465), - [anon_sym_RPAREN] = ACTIONS(3856), - [anon_sym_LPAREN2] = ACTIONS(3844), - [anon_sym_STAR] = ACTIONS(3846), - [anon_sym_AMP_AMP] = ACTIONS(3848), - [anon_sym_AMP] = ACTIONS(3850), + [sym__declaration_modifiers] = STATE(2175), + [sym__declaration_specifiers] = STATE(3319), + [sym_attribute_specifier] = STATE(2175), + [sym_attribute_declaration] = STATE(2175), + [sym_ms_declspec_modifier] = STATE(2175), + [sym__abstract_declarator] = STATE(5530), + [sym_abstract_parenthesized_declarator] = STATE(5059), + [sym_abstract_pointer_declarator] = STATE(5059), + [sym_abstract_function_declarator] = STATE(5059), + [sym_abstract_array_declarator] = STATE(5059), + [sym_storage_class_specifier] = STATE(2175), + [sym_type_qualifier] = STATE(2175), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_parameter_list] = STATE(4274), + [sym_parameter_declaration] = STATE(5835), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2175), + [sym_dependent_type] = STATE(3505), + [sym_optional_parameter_declaration] = STATE(5835), + [sym_variadic_parameter_declaration] = STATE(5835), + [sym_abstract_reference_declarator] = STATE(5059), + [sym_template_type] = STATE(3417), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5210), + [sym_qualified_type_identifier] = STATE(3425), + [aux_sym__declaration_specifiers_repeat1] = STATE(2175), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(3838), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3184), + [anon_sym_RPAREN] = ACTIONS(3186), + [anon_sym_LPAREN2] = ACTIONS(3842), + [anon_sym_STAR] = ACTIONS(3844), + [anon_sym_AMP_AMP] = ACTIONS(3846), + [anon_sym_AMP] = ACTIONS(3848), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3852), + [anon_sym_COLON_COLON] = ACTIONS(3850), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(3854), + [anon_sym_LBRACK] = ACTIONS(3852), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -218900,7 +218658,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(1431), [anon_sym_class] = ACTIONS(1433), [anon_sym_struct] = ACTIONS(1435), @@ -218910,691 +218668,691 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(1451), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), }, [1766] = { - [sym_identifier] = ACTIONS(2678), - [anon_sym_LPAREN2] = ACTIONS(2680), - [anon_sym_BANG] = ACTIONS(2680), - [anon_sym_TILDE] = ACTIONS(2680), - [anon_sym_DASH] = ACTIONS(2678), - [anon_sym_PLUS] = ACTIONS(2678), - [anon_sym_STAR] = ACTIONS(2680), - [anon_sym_AMP] = ACTIONS(2680), - [anon_sym_extern] = ACTIONS(2678), - [anon_sym___attribute__] = ACTIONS(2678), - [anon_sym_COLON_COLON] = ACTIONS(2680), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2680), - [anon_sym___declspec] = ACTIONS(2678), - [anon_sym_LBRACK] = ACTIONS(2678), - [anon_sym_static] = ACTIONS(2678), - [anon_sym_register] = ACTIONS(2678), - [anon_sym_inline] = ACTIONS(2678), - [anon_sym_thread_local] = ACTIONS(2678), - [anon_sym_const] = ACTIONS(2678), - [anon_sym_volatile] = ACTIONS(2678), - [anon_sym_restrict] = ACTIONS(2678), - [anon_sym__Atomic] = ACTIONS(2678), - [anon_sym_mutable] = ACTIONS(2678), - [anon_sym_constexpr] = ACTIONS(2678), - [anon_sym_constinit] = ACTIONS(2678), - [anon_sym_consteval] = ACTIONS(2678), - [anon_sym_signed] = ACTIONS(2678), - [anon_sym_unsigned] = ACTIONS(2678), - [anon_sym_long] = ACTIONS(2678), - [anon_sym_short] = ACTIONS(2678), - [sym_primitive_type] = ACTIONS(2678), - [anon_sym_enum] = ACTIONS(2678), - [anon_sym_class] = ACTIONS(2678), - [anon_sym_struct] = ACTIONS(2678), - [anon_sym_union] = ACTIONS(2678), - [anon_sym_not] = ACTIONS(2678), - [anon_sym_compl] = ACTIONS(2678), - [anon_sym_DASH_DASH] = ACTIONS(2680), - [anon_sym_PLUS_PLUS] = ACTIONS(2680), - [anon_sym_sizeof] = ACTIONS(2678), - [sym_number_literal] = ACTIONS(2680), - [anon_sym_L_SQUOTE] = ACTIONS(2680), - [anon_sym_u_SQUOTE] = ACTIONS(2680), - [anon_sym_U_SQUOTE] = ACTIONS(2680), - [anon_sym_u8_SQUOTE] = ACTIONS(2680), - [anon_sym_SQUOTE] = ACTIONS(2680), - [anon_sym_L_DQUOTE] = ACTIONS(2680), - [anon_sym_u_DQUOTE] = ACTIONS(2680), - [anon_sym_U_DQUOTE] = ACTIONS(2680), - [anon_sym_u8_DQUOTE] = ACTIONS(2680), - [anon_sym_DQUOTE] = ACTIONS(2680), - [sym_true] = ACTIONS(2678), - [sym_false] = ACTIONS(2678), - [sym_null] = ACTIONS(2678), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2678), - [anon_sym_decltype] = ACTIONS(2678), - [anon_sym_virtual] = ACTIONS(2678), - [anon_sym_typename] = ACTIONS(2678), - [anon_sym_template] = ACTIONS(2678), - [anon_sym_delete] = ACTIONS(2678), - [anon_sym_R_DQUOTE] = ACTIONS(2680), - [anon_sym_LR_DQUOTE] = ACTIONS(2680), - [anon_sym_uR_DQUOTE] = ACTIONS(2680), - [anon_sym_UR_DQUOTE] = ACTIONS(2680), - [anon_sym_u8R_DQUOTE] = ACTIONS(2680), - [anon_sym_co_await] = ACTIONS(2678), - [anon_sym_new] = ACTIONS(2678), - [anon_sym_requires] = ACTIONS(2678), - [sym_this] = ACTIONS(2678), - [sym_nullptr] = ACTIONS(2678), + [sym_identifier] = ACTIONS(2959), + [anon_sym_LPAREN2] = ACTIONS(2964), + [anon_sym_BANG] = ACTIONS(2964), + [anon_sym_TILDE] = ACTIONS(2964), + [anon_sym_DASH] = ACTIONS(2959), + [anon_sym_PLUS] = ACTIONS(2959), + [anon_sym_STAR] = ACTIONS(2964), + [anon_sym_AMP] = ACTIONS(2964), + [anon_sym_extern] = ACTIONS(2959), + [anon_sym___attribute__] = ACTIONS(2959), + [anon_sym_COLON_COLON] = ACTIONS(2964), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2964), + [anon_sym___declspec] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(2959), + [anon_sym_static] = ACTIONS(2959), + [anon_sym_register] = ACTIONS(2959), + [anon_sym_inline] = ACTIONS(2959), + [anon_sym_thread_local] = ACTIONS(2959), + [anon_sym_const] = ACTIONS(2959), + [anon_sym_volatile] = ACTIONS(2959), + [anon_sym_restrict] = ACTIONS(2959), + [anon_sym__Atomic] = ACTIONS(2959), + [anon_sym_mutable] = ACTIONS(2959), + [anon_sym_constexpr] = ACTIONS(2959), + [anon_sym_constinit] = ACTIONS(2959), + [anon_sym_consteval] = ACTIONS(2959), + [anon_sym_signed] = ACTIONS(2959), + [anon_sym_unsigned] = ACTIONS(2959), + [anon_sym_long] = ACTIONS(2959), + [anon_sym_short] = ACTIONS(2959), + [sym_primitive_type] = ACTIONS(2959), + [anon_sym_enum] = ACTIONS(2959), + [anon_sym_class] = ACTIONS(2959), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_union] = ACTIONS(2959), + [anon_sym_not] = ACTIONS(2959), + [anon_sym_compl] = ACTIONS(2959), + [anon_sym_DASH_DASH] = ACTIONS(2964), + [anon_sym_PLUS_PLUS] = ACTIONS(2964), + [anon_sym_sizeof] = ACTIONS(2959), + [sym_number_literal] = ACTIONS(2964), + [anon_sym_L_SQUOTE] = ACTIONS(2964), + [anon_sym_u_SQUOTE] = ACTIONS(2964), + [anon_sym_U_SQUOTE] = ACTIONS(2964), + [anon_sym_u8_SQUOTE] = ACTIONS(2964), + [anon_sym_SQUOTE] = ACTIONS(2964), + [anon_sym_L_DQUOTE] = ACTIONS(2964), + [anon_sym_u_DQUOTE] = ACTIONS(2964), + [anon_sym_U_DQUOTE] = ACTIONS(2964), + [anon_sym_u8_DQUOTE] = ACTIONS(2964), + [anon_sym_DQUOTE] = ACTIONS(2964), + [sym_true] = ACTIONS(2959), + [sym_false] = ACTIONS(2959), + [sym_null] = ACTIONS(2959), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2959), + [anon_sym_decltype] = ACTIONS(2959), + [anon_sym_virtual] = ACTIONS(2959), + [anon_sym_typename] = ACTIONS(2959), + [anon_sym_template] = ACTIONS(2959), + [anon_sym_delete] = ACTIONS(2959), + [anon_sym_R_DQUOTE] = ACTIONS(2964), + [anon_sym_LR_DQUOTE] = ACTIONS(2964), + [anon_sym_uR_DQUOTE] = ACTIONS(2964), + [anon_sym_UR_DQUOTE] = ACTIONS(2964), + [anon_sym_u8R_DQUOTE] = ACTIONS(2964), + [anon_sym_co_await] = ACTIONS(2959), + [anon_sym_new] = ACTIONS(2959), + [anon_sym_requires] = ACTIONS(2959), + [sym_this] = ACTIONS(2959), + [sym_nullptr] = ACTIONS(2959), }, [1767] = { - [sym_identifier] = ACTIONS(2925), - [anon_sym_LPAREN2] = ACTIONS(2930), - [anon_sym_BANG] = ACTIONS(2930), - [anon_sym_TILDE] = ACTIONS(2930), - [anon_sym_DASH] = ACTIONS(2925), - [anon_sym_PLUS] = ACTIONS(2925), - [anon_sym_STAR] = ACTIONS(2930), - [anon_sym_AMP] = ACTIONS(2930), - [anon_sym_extern] = ACTIONS(2925), - [anon_sym___attribute__] = ACTIONS(2925), - [anon_sym_COLON_COLON] = ACTIONS(2930), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(2925), - [anon_sym_static] = ACTIONS(2925), - [anon_sym_register] = ACTIONS(2925), - [anon_sym_inline] = ACTIONS(2925), - [anon_sym_thread_local] = ACTIONS(2925), - [anon_sym_const] = ACTIONS(2925), - [anon_sym_volatile] = ACTIONS(2925), - [anon_sym_restrict] = ACTIONS(2925), - [anon_sym__Atomic] = ACTIONS(2925), - [anon_sym_mutable] = ACTIONS(2925), - [anon_sym_constexpr] = ACTIONS(2925), - [anon_sym_constinit] = ACTIONS(2925), - [anon_sym_consteval] = ACTIONS(2925), - [anon_sym_signed] = ACTIONS(2925), - [anon_sym_unsigned] = ACTIONS(2925), - [anon_sym_long] = ACTIONS(2925), - [anon_sym_short] = ACTIONS(2925), - [sym_primitive_type] = ACTIONS(2925), - [anon_sym_enum] = ACTIONS(2925), - [anon_sym_class] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2925), - [anon_sym_union] = ACTIONS(2925), - [anon_sym_not] = ACTIONS(2925), - [anon_sym_compl] = ACTIONS(2925), - [anon_sym_DASH_DASH] = ACTIONS(2930), - [anon_sym_PLUS_PLUS] = ACTIONS(2930), - [anon_sym_sizeof] = ACTIONS(2925), - [sym_number_literal] = ACTIONS(2930), - [anon_sym_L_SQUOTE] = ACTIONS(2930), - [anon_sym_u_SQUOTE] = ACTIONS(2930), - [anon_sym_U_SQUOTE] = ACTIONS(2930), - [anon_sym_u8_SQUOTE] = ACTIONS(2930), - [anon_sym_SQUOTE] = ACTIONS(2930), - [anon_sym_L_DQUOTE] = ACTIONS(2930), - [anon_sym_u_DQUOTE] = ACTIONS(2930), - [anon_sym_U_DQUOTE] = ACTIONS(2930), - [anon_sym_u8_DQUOTE] = ACTIONS(2930), - [anon_sym_DQUOTE] = ACTIONS(2930), - [sym_true] = ACTIONS(2925), - [sym_false] = ACTIONS(2925), - [sym_null] = ACTIONS(2925), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2925), - [anon_sym_decltype] = ACTIONS(2925), - [anon_sym_virtual] = ACTIONS(2925), - [anon_sym_typename] = ACTIONS(2925), - [anon_sym_template] = ACTIONS(2925), - [anon_sym_delete] = ACTIONS(2925), - [anon_sym_R_DQUOTE] = ACTIONS(2930), - [anon_sym_LR_DQUOTE] = ACTIONS(2930), - [anon_sym_uR_DQUOTE] = ACTIONS(2930), - [anon_sym_UR_DQUOTE] = ACTIONS(2930), - [anon_sym_u8R_DQUOTE] = ACTIONS(2930), - [anon_sym_co_await] = ACTIONS(2925), - [anon_sym_new] = ACTIONS(2925), - [anon_sym_requires] = ACTIONS(2925), - [sym_this] = ACTIONS(2925), - [sym_nullptr] = ACTIONS(2925), + [sym_identifier] = ACTIONS(2840), + [anon_sym_LPAREN2] = ACTIONS(2842), + [anon_sym_BANG] = ACTIONS(2842), + [anon_sym_TILDE] = ACTIONS(2842), + [anon_sym_DASH] = ACTIONS(2840), + [anon_sym_PLUS] = ACTIONS(2840), + [anon_sym_STAR] = ACTIONS(2842), + [anon_sym_AMP] = ACTIONS(2842), + [anon_sym_extern] = ACTIONS(2840), + [anon_sym___attribute__] = ACTIONS(2840), + [anon_sym_COLON_COLON] = ACTIONS(2842), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2842), + [anon_sym___declspec] = ACTIONS(2840), + [anon_sym_LBRACK] = ACTIONS(2840), + [anon_sym_static] = ACTIONS(2840), + [anon_sym_register] = ACTIONS(2840), + [anon_sym_inline] = ACTIONS(2840), + [anon_sym_thread_local] = ACTIONS(2840), + [anon_sym_const] = ACTIONS(2840), + [anon_sym_volatile] = ACTIONS(2840), + [anon_sym_restrict] = ACTIONS(2840), + [anon_sym__Atomic] = ACTIONS(2840), + [anon_sym_mutable] = ACTIONS(2840), + [anon_sym_constexpr] = ACTIONS(2840), + [anon_sym_constinit] = ACTIONS(2840), + [anon_sym_consteval] = ACTIONS(2840), + [anon_sym_signed] = ACTIONS(2840), + [anon_sym_unsigned] = ACTIONS(2840), + [anon_sym_long] = ACTIONS(2840), + [anon_sym_short] = ACTIONS(2840), + [sym_primitive_type] = ACTIONS(2840), + [anon_sym_enum] = ACTIONS(2840), + [anon_sym_class] = ACTIONS(2840), + [anon_sym_struct] = ACTIONS(2840), + [anon_sym_union] = ACTIONS(2840), + [anon_sym_not] = ACTIONS(2840), + [anon_sym_compl] = ACTIONS(2840), + [anon_sym_DASH_DASH] = ACTIONS(2842), + [anon_sym_PLUS_PLUS] = ACTIONS(2842), + [anon_sym_sizeof] = ACTIONS(2840), + [sym_number_literal] = ACTIONS(2842), + [anon_sym_L_SQUOTE] = ACTIONS(2842), + [anon_sym_u_SQUOTE] = ACTIONS(2842), + [anon_sym_U_SQUOTE] = ACTIONS(2842), + [anon_sym_u8_SQUOTE] = ACTIONS(2842), + [anon_sym_SQUOTE] = ACTIONS(2842), + [anon_sym_L_DQUOTE] = ACTIONS(2842), + [anon_sym_u_DQUOTE] = ACTIONS(2842), + [anon_sym_U_DQUOTE] = ACTIONS(2842), + [anon_sym_u8_DQUOTE] = ACTIONS(2842), + [anon_sym_DQUOTE] = ACTIONS(2842), + [sym_true] = ACTIONS(2840), + [sym_false] = ACTIONS(2840), + [sym_null] = ACTIONS(2840), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2840), + [anon_sym_decltype] = ACTIONS(2840), + [anon_sym_virtual] = ACTIONS(2840), + [anon_sym_typename] = ACTIONS(2840), + [anon_sym_template] = ACTIONS(2840), + [anon_sym_delete] = ACTIONS(2840), + [anon_sym_R_DQUOTE] = ACTIONS(2842), + [anon_sym_LR_DQUOTE] = ACTIONS(2842), + [anon_sym_uR_DQUOTE] = ACTIONS(2842), + [anon_sym_UR_DQUOTE] = ACTIONS(2842), + [anon_sym_u8R_DQUOTE] = ACTIONS(2842), + [anon_sym_co_await] = ACTIONS(2840), + [anon_sym_new] = ACTIONS(2840), + [anon_sym_requires] = ACTIONS(2840), + [sym_this] = ACTIONS(2840), + [sym_nullptr] = ACTIONS(2840), }, [1768] = { - [sym_identifier] = ACTIONS(3789), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3791), - [anon_sym_COMMA] = ACTIONS(3791), - [anon_sym_RPAREN] = ACTIONS(3791), - [anon_sym_LPAREN2] = ACTIONS(3791), - [anon_sym_TILDE] = ACTIONS(3791), - [anon_sym_DASH] = ACTIONS(3789), - [anon_sym_PLUS] = ACTIONS(3789), - [anon_sym_STAR] = ACTIONS(3791), - [anon_sym_SLASH] = ACTIONS(3789), - [anon_sym_PERCENT] = ACTIONS(3791), - [anon_sym_PIPE_PIPE] = ACTIONS(3791), - [anon_sym_AMP_AMP] = ACTIONS(3791), - [anon_sym_PIPE] = ACTIONS(3789), - [anon_sym_CARET] = ACTIONS(3791), - [anon_sym_AMP] = ACTIONS(3789), - [anon_sym_EQ_EQ] = ACTIONS(3791), - [anon_sym_BANG_EQ] = ACTIONS(3791), - [anon_sym_GT] = ACTIONS(3789), - [anon_sym_GT_EQ] = ACTIONS(3791), - [anon_sym_LT_EQ] = ACTIONS(3789), - [anon_sym_LT] = ACTIONS(3789), - [anon_sym_LT_LT] = ACTIONS(3791), - [anon_sym_GT_GT] = ACTIONS(3791), - [anon_sym_SEMI] = ACTIONS(3791), - [anon_sym_extern] = ACTIONS(3789), - [anon_sym___attribute__] = ACTIONS(3789), - [anon_sym_COLON_COLON] = ACTIONS(3791), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3791), - [anon_sym___declspec] = ACTIONS(3789), - [anon_sym___based] = ACTIONS(3789), - [anon_sym_LBRACE] = ACTIONS(3791), - [anon_sym_RBRACE] = ACTIONS(3791), - [anon_sym_LBRACK] = ACTIONS(3789), - [anon_sym_EQ] = ACTIONS(3789), - [anon_sym_static] = ACTIONS(3789), - [anon_sym_register] = ACTIONS(3789), - [anon_sym_inline] = ACTIONS(3789), - [anon_sym_thread_local] = ACTIONS(3789), - [anon_sym_const] = ACTIONS(3789), - [anon_sym_volatile] = ACTIONS(3789), - [anon_sym_restrict] = ACTIONS(3789), - [anon_sym__Atomic] = ACTIONS(3789), - [anon_sym_mutable] = ACTIONS(3789), - [anon_sym_constexpr] = ACTIONS(3789), - [anon_sym_constinit] = ACTIONS(3789), - [anon_sym_consteval] = ACTIONS(3789), - [anon_sym_COLON] = ACTIONS(3789), - [anon_sym_QMARK] = ACTIONS(3791), - [anon_sym_LT_EQ_GT] = ACTIONS(3791), - [anon_sym_or] = ACTIONS(3789), - [anon_sym_and] = ACTIONS(3789), - [anon_sym_bitor] = ACTIONS(3789), - [anon_sym_xor] = ACTIONS(3789), - [anon_sym_bitand] = ACTIONS(3789), - [anon_sym_not_eq] = ACTIONS(3789), - [anon_sym_DASH_DASH] = ACTIONS(3791), - [anon_sym_PLUS_PLUS] = ACTIONS(3791), - [anon_sym_DOT] = ACTIONS(3789), - [anon_sym_DASH_GT] = ACTIONS(3791), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3789), - [anon_sym_decltype] = ACTIONS(3789), - [anon_sym_final] = ACTIONS(3789), - [anon_sym_override] = ACTIONS(3789), - [anon_sym_virtual] = ACTIONS(3789), - [anon_sym_template] = ACTIONS(3789), - [anon_sym_operator] = ACTIONS(3789), - [anon_sym_try] = ACTIONS(3789), - [anon_sym_requires] = ACTIONS(3789), + [sym_identifier] = ACTIONS(3822), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3824), + [anon_sym_COMMA] = ACTIONS(3824), + [anon_sym_RPAREN] = ACTIONS(3824), + [anon_sym_LPAREN2] = ACTIONS(3824), + [anon_sym_TILDE] = ACTIONS(3824), + [anon_sym_DASH] = ACTIONS(3822), + [anon_sym_PLUS] = ACTIONS(3822), + [anon_sym_STAR] = ACTIONS(3824), + [anon_sym_SLASH] = ACTIONS(3822), + [anon_sym_PERCENT] = ACTIONS(3824), + [anon_sym_PIPE_PIPE] = ACTIONS(3824), + [anon_sym_AMP_AMP] = ACTIONS(3824), + [anon_sym_PIPE] = ACTIONS(3822), + [anon_sym_CARET] = ACTIONS(3824), + [anon_sym_AMP] = ACTIONS(3822), + [anon_sym_EQ_EQ] = ACTIONS(3824), + [anon_sym_BANG_EQ] = ACTIONS(3824), + [anon_sym_GT] = ACTIONS(3822), + [anon_sym_GT_EQ] = ACTIONS(3824), + [anon_sym_LT_EQ] = ACTIONS(3822), + [anon_sym_LT] = ACTIONS(3822), + [anon_sym_LT_LT] = ACTIONS(3824), + [anon_sym_GT_GT] = ACTIONS(3824), + [anon_sym_SEMI] = ACTIONS(3824), + [anon_sym_extern] = ACTIONS(3822), + [anon_sym___attribute__] = ACTIONS(3822), + [anon_sym_COLON_COLON] = ACTIONS(3824), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3824), + [anon_sym___declspec] = ACTIONS(3822), + [anon_sym___based] = ACTIONS(3822), + [anon_sym_LBRACE] = ACTIONS(3824), + [anon_sym_RBRACE] = ACTIONS(3824), + [anon_sym_LBRACK] = ACTIONS(3822), + [anon_sym_EQ] = ACTIONS(3822), + [anon_sym_static] = ACTIONS(3822), + [anon_sym_register] = ACTIONS(3822), + [anon_sym_inline] = ACTIONS(3822), + [anon_sym_thread_local] = ACTIONS(3822), + [anon_sym_const] = ACTIONS(3822), + [anon_sym_volatile] = ACTIONS(3822), + [anon_sym_restrict] = ACTIONS(3822), + [anon_sym__Atomic] = ACTIONS(3822), + [anon_sym_mutable] = ACTIONS(3822), + [anon_sym_constexpr] = ACTIONS(3822), + [anon_sym_constinit] = ACTIONS(3822), + [anon_sym_consteval] = ACTIONS(3822), + [anon_sym_COLON] = ACTIONS(3822), + [anon_sym_QMARK] = ACTIONS(3824), + [anon_sym_LT_EQ_GT] = ACTIONS(3824), + [anon_sym_or] = ACTIONS(3822), + [anon_sym_and] = ACTIONS(3822), + [anon_sym_bitor] = ACTIONS(3822), + [anon_sym_xor] = ACTIONS(3822), + [anon_sym_bitand] = ACTIONS(3822), + [anon_sym_not_eq] = ACTIONS(3822), + [anon_sym_DASH_DASH] = ACTIONS(3824), + [anon_sym_PLUS_PLUS] = ACTIONS(3824), + [anon_sym_DOT] = ACTIONS(3822), + [anon_sym_DASH_GT] = ACTIONS(3824), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3822), + [anon_sym_decltype] = ACTIONS(3822), + [anon_sym_final] = ACTIONS(3822), + [anon_sym_override] = ACTIONS(3822), + [anon_sym_virtual] = ACTIONS(3822), + [anon_sym_template] = ACTIONS(3822), + [anon_sym_operator] = ACTIONS(3822), + [anon_sym_try] = ACTIONS(3822), + [anon_sym_requires] = ACTIONS(3822), }, [1769] = { - [sym_identifier] = ACTIONS(3820), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3822), - [anon_sym_COMMA] = ACTIONS(3822), - [anon_sym_RPAREN] = ACTIONS(3822), - [anon_sym_LPAREN2] = ACTIONS(3822), - [anon_sym_TILDE] = ACTIONS(3822), - [anon_sym_DASH] = ACTIONS(3820), - [anon_sym_PLUS] = ACTIONS(3820), - [anon_sym_STAR] = ACTIONS(3822), - [anon_sym_SLASH] = ACTIONS(3820), - [anon_sym_PERCENT] = ACTIONS(3822), - [anon_sym_PIPE_PIPE] = ACTIONS(3822), - [anon_sym_AMP_AMP] = ACTIONS(3822), - [anon_sym_PIPE] = ACTIONS(3820), - [anon_sym_CARET] = ACTIONS(3822), - [anon_sym_AMP] = ACTIONS(3820), - [anon_sym_EQ_EQ] = ACTIONS(3822), - [anon_sym_BANG_EQ] = ACTIONS(3822), - [anon_sym_GT] = ACTIONS(3820), - [anon_sym_GT_EQ] = ACTIONS(3822), - [anon_sym_LT_EQ] = ACTIONS(3820), - [anon_sym_LT] = ACTIONS(3820), - [anon_sym_LT_LT] = ACTIONS(3822), - [anon_sym_GT_GT] = ACTIONS(3822), - [anon_sym_SEMI] = ACTIONS(3822), - [anon_sym_extern] = ACTIONS(3820), - [anon_sym___attribute__] = ACTIONS(3820), - [anon_sym_COLON_COLON] = ACTIONS(3822), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3822), - [anon_sym___declspec] = ACTIONS(3820), - [anon_sym___based] = ACTIONS(3820), - [anon_sym_LBRACE] = ACTIONS(3822), - [anon_sym_RBRACE] = ACTIONS(3822), - [anon_sym_LBRACK] = ACTIONS(3820), - [anon_sym_EQ] = ACTIONS(3820), - [anon_sym_static] = ACTIONS(3820), - [anon_sym_register] = ACTIONS(3820), - [anon_sym_inline] = ACTIONS(3820), - [anon_sym_thread_local] = ACTIONS(3820), - [anon_sym_const] = ACTIONS(3820), - [anon_sym_volatile] = ACTIONS(3820), - [anon_sym_restrict] = ACTIONS(3820), - [anon_sym__Atomic] = ACTIONS(3820), - [anon_sym_mutable] = ACTIONS(3820), - [anon_sym_constexpr] = ACTIONS(3820), - [anon_sym_constinit] = ACTIONS(3820), - [anon_sym_consteval] = ACTIONS(3820), - [anon_sym_COLON] = ACTIONS(3820), - [anon_sym_QMARK] = ACTIONS(3822), - [anon_sym_LT_EQ_GT] = ACTIONS(3822), - [anon_sym_or] = ACTIONS(3820), - [anon_sym_and] = ACTIONS(3820), - [anon_sym_bitor] = ACTIONS(3820), - [anon_sym_xor] = ACTIONS(3820), - [anon_sym_bitand] = ACTIONS(3820), - [anon_sym_not_eq] = ACTIONS(3820), - [anon_sym_DASH_DASH] = ACTIONS(3822), - [anon_sym_PLUS_PLUS] = ACTIONS(3822), - [anon_sym_DOT] = ACTIONS(3820), - [anon_sym_DASH_GT] = ACTIONS(3822), + [sym_identifier] = ACTIONS(3818), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3820), + [anon_sym_COMMA] = ACTIONS(3820), + [anon_sym_RPAREN] = ACTIONS(3820), + [anon_sym_LPAREN2] = ACTIONS(3820), + [anon_sym_TILDE] = ACTIONS(3820), + [anon_sym_DASH] = ACTIONS(3818), + [anon_sym_PLUS] = ACTIONS(3818), + [anon_sym_STAR] = ACTIONS(3820), + [anon_sym_SLASH] = ACTIONS(3818), + [anon_sym_PERCENT] = ACTIONS(3820), + [anon_sym_PIPE_PIPE] = ACTIONS(3820), + [anon_sym_AMP_AMP] = ACTIONS(3820), + [anon_sym_PIPE] = ACTIONS(3818), + [anon_sym_CARET] = ACTIONS(3820), + [anon_sym_AMP] = ACTIONS(3818), + [anon_sym_EQ_EQ] = ACTIONS(3820), + [anon_sym_BANG_EQ] = ACTIONS(3820), + [anon_sym_GT] = ACTIONS(3818), + [anon_sym_GT_EQ] = ACTIONS(3820), + [anon_sym_LT_EQ] = ACTIONS(3818), + [anon_sym_LT] = ACTIONS(3818), + [anon_sym_LT_LT] = ACTIONS(3820), + [anon_sym_GT_GT] = ACTIONS(3820), + [anon_sym_SEMI] = ACTIONS(3820), + [anon_sym_extern] = ACTIONS(3818), + [anon_sym___attribute__] = ACTIONS(3818), + [anon_sym_COLON_COLON] = ACTIONS(3820), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3820), + [anon_sym___declspec] = ACTIONS(3818), + [anon_sym___based] = ACTIONS(3818), + [anon_sym_LBRACE] = ACTIONS(3820), + [anon_sym_RBRACE] = ACTIONS(3820), + [anon_sym_LBRACK] = ACTIONS(3818), + [anon_sym_EQ] = ACTIONS(3818), + [anon_sym_static] = ACTIONS(3818), + [anon_sym_register] = ACTIONS(3818), + [anon_sym_inline] = ACTIONS(3818), + [anon_sym_thread_local] = ACTIONS(3818), + [anon_sym_const] = ACTIONS(3818), + [anon_sym_volatile] = ACTIONS(3818), + [anon_sym_restrict] = ACTIONS(3818), + [anon_sym__Atomic] = ACTIONS(3818), + [anon_sym_mutable] = ACTIONS(3818), + [anon_sym_constexpr] = ACTIONS(3818), + [anon_sym_constinit] = ACTIONS(3818), + [anon_sym_consteval] = ACTIONS(3818), + [anon_sym_COLON] = ACTIONS(3818), + [anon_sym_QMARK] = ACTIONS(3820), + [anon_sym_LT_EQ_GT] = ACTIONS(3820), + [anon_sym_or] = ACTIONS(3818), + [anon_sym_and] = ACTIONS(3818), + [anon_sym_bitor] = ACTIONS(3818), + [anon_sym_xor] = ACTIONS(3818), + [anon_sym_bitand] = ACTIONS(3818), + [anon_sym_not_eq] = ACTIONS(3818), + [anon_sym_DASH_DASH] = ACTIONS(3820), + [anon_sym_PLUS_PLUS] = ACTIONS(3820), + [anon_sym_DOT] = ACTIONS(3818), + [anon_sym_DASH_GT] = ACTIONS(3820), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3820), - [anon_sym_decltype] = ACTIONS(3820), - [anon_sym_final] = ACTIONS(3820), - [anon_sym_override] = ACTIONS(3820), - [anon_sym_virtual] = ACTIONS(3820), - [anon_sym_template] = ACTIONS(3820), - [anon_sym_operator] = ACTIONS(3820), - [anon_sym_try] = ACTIONS(3820), - [anon_sym_requires] = ACTIONS(3820), + [sym_auto] = ACTIONS(3818), + [anon_sym_decltype] = ACTIONS(3818), + [anon_sym_final] = ACTIONS(3818), + [anon_sym_override] = ACTIONS(3818), + [anon_sym_virtual] = ACTIONS(3818), + [anon_sym_template] = ACTIONS(3818), + [anon_sym_operator] = ACTIONS(3818), + [anon_sym_try] = ACTIONS(3818), + [anon_sym_requires] = ACTIONS(3818), }, [1770] = { - [sym_identifier] = ACTIONS(3798), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3800), - [anon_sym_COMMA] = ACTIONS(3800), - [anon_sym_RPAREN] = ACTIONS(3800), - [anon_sym_LPAREN2] = ACTIONS(3800), - [anon_sym_TILDE] = ACTIONS(3800), - [anon_sym_DASH] = ACTIONS(3798), - [anon_sym_PLUS] = ACTIONS(3798), - [anon_sym_STAR] = ACTIONS(3800), - [anon_sym_SLASH] = ACTIONS(3798), - [anon_sym_PERCENT] = ACTIONS(3800), - [anon_sym_PIPE_PIPE] = ACTIONS(3800), - [anon_sym_AMP_AMP] = ACTIONS(3800), - [anon_sym_PIPE] = ACTIONS(3798), - [anon_sym_CARET] = ACTIONS(3800), - [anon_sym_AMP] = ACTIONS(3798), - [anon_sym_EQ_EQ] = ACTIONS(3800), - [anon_sym_BANG_EQ] = ACTIONS(3800), - [anon_sym_GT] = ACTIONS(3798), - [anon_sym_GT_EQ] = ACTIONS(3800), - [anon_sym_LT_EQ] = ACTIONS(3798), - [anon_sym_LT] = ACTIONS(3798), - [anon_sym_LT_LT] = ACTIONS(3800), - [anon_sym_GT_GT] = ACTIONS(3800), - [anon_sym_SEMI] = ACTIONS(3800), - [anon_sym_extern] = ACTIONS(3798), - [anon_sym___attribute__] = ACTIONS(3798), - [anon_sym_COLON_COLON] = ACTIONS(3800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3800), - [anon_sym___declspec] = ACTIONS(3798), - [anon_sym___based] = ACTIONS(3798), - [anon_sym_LBRACE] = ACTIONS(3800), - [anon_sym_RBRACE] = ACTIONS(3800), - [anon_sym_LBRACK] = ACTIONS(3798), - [anon_sym_EQ] = ACTIONS(3798), - [anon_sym_static] = ACTIONS(3798), - [anon_sym_register] = ACTIONS(3798), - [anon_sym_inline] = ACTIONS(3798), - [anon_sym_thread_local] = ACTIONS(3798), - [anon_sym_const] = ACTIONS(3798), - [anon_sym_volatile] = ACTIONS(3798), - [anon_sym_restrict] = ACTIONS(3798), - [anon_sym__Atomic] = ACTIONS(3798), - [anon_sym_mutable] = ACTIONS(3798), - [anon_sym_constexpr] = ACTIONS(3798), - [anon_sym_constinit] = ACTIONS(3798), - [anon_sym_consteval] = ACTIONS(3798), - [anon_sym_COLON] = ACTIONS(3798), - [anon_sym_QMARK] = ACTIONS(3800), - [anon_sym_LT_EQ_GT] = ACTIONS(3800), - [anon_sym_or] = ACTIONS(3798), - [anon_sym_and] = ACTIONS(3798), - [anon_sym_bitor] = ACTIONS(3798), - [anon_sym_xor] = ACTIONS(3798), - [anon_sym_bitand] = ACTIONS(3798), - [anon_sym_not_eq] = ACTIONS(3798), - [anon_sym_DASH_DASH] = ACTIONS(3800), - [anon_sym_PLUS_PLUS] = ACTIONS(3800), - [anon_sym_DOT] = ACTIONS(3798), - [anon_sym_DASH_GT] = ACTIONS(3800), + [sym_identifier] = ACTIONS(3826), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3828), + [anon_sym_COMMA] = ACTIONS(3828), + [anon_sym_RPAREN] = ACTIONS(3828), + [anon_sym_LPAREN2] = ACTIONS(3828), + [anon_sym_TILDE] = ACTIONS(3828), + [anon_sym_DASH] = ACTIONS(3826), + [anon_sym_PLUS] = ACTIONS(3826), + [anon_sym_STAR] = ACTIONS(3828), + [anon_sym_SLASH] = ACTIONS(3826), + [anon_sym_PERCENT] = ACTIONS(3828), + [anon_sym_PIPE_PIPE] = ACTIONS(3828), + [anon_sym_AMP_AMP] = ACTIONS(3828), + [anon_sym_PIPE] = ACTIONS(3826), + [anon_sym_CARET] = ACTIONS(3828), + [anon_sym_AMP] = ACTIONS(3826), + [anon_sym_EQ_EQ] = ACTIONS(3828), + [anon_sym_BANG_EQ] = ACTIONS(3828), + [anon_sym_GT] = ACTIONS(3826), + [anon_sym_GT_EQ] = ACTIONS(3828), + [anon_sym_LT_EQ] = ACTIONS(3826), + [anon_sym_LT] = ACTIONS(3826), + [anon_sym_LT_LT] = ACTIONS(3828), + [anon_sym_GT_GT] = ACTIONS(3828), + [anon_sym_SEMI] = ACTIONS(3828), + [anon_sym_extern] = ACTIONS(3826), + [anon_sym___attribute__] = ACTIONS(3826), + [anon_sym_COLON_COLON] = ACTIONS(3828), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3828), + [anon_sym___declspec] = ACTIONS(3826), + [anon_sym___based] = ACTIONS(3826), + [anon_sym_LBRACE] = ACTIONS(3828), + [anon_sym_RBRACE] = ACTIONS(3828), + [anon_sym_LBRACK] = ACTIONS(3826), + [anon_sym_EQ] = ACTIONS(3826), + [anon_sym_static] = ACTIONS(3826), + [anon_sym_register] = ACTIONS(3826), + [anon_sym_inline] = ACTIONS(3826), + [anon_sym_thread_local] = ACTIONS(3826), + [anon_sym_const] = ACTIONS(3826), + [anon_sym_volatile] = ACTIONS(3826), + [anon_sym_restrict] = ACTIONS(3826), + [anon_sym__Atomic] = ACTIONS(3826), + [anon_sym_mutable] = ACTIONS(3826), + [anon_sym_constexpr] = ACTIONS(3826), + [anon_sym_constinit] = ACTIONS(3826), + [anon_sym_consteval] = ACTIONS(3826), + [anon_sym_COLON] = ACTIONS(3826), + [anon_sym_QMARK] = ACTIONS(3828), + [anon_sym_LT_EQ_GT] = ACTIONS(3828), + [anon_sym_or] = ACTIONS(3826), + [anon_sym_and] = ACTIONS(3826), + [anon_sym_bitor] = ACTIONS(3826), + [anon_sym_xor] = ACTIONS(3826), + [anon_sym_bitand] = ACTIONS(3826), + [anon_sym_not_eq] = ACTIONS(3826), + [anon_sym_DASH_DASH] = ACTIONS(3828), + [anon_sym_PLUS_PLUS] = ACTIONS(3828), + [anon_sym_DOT] = ACTIONS(3826), + [anon_sym_DASH_GT] = ACTIONS(3828), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3798), - [anon_sym_decltype] = ACTIONS(3798), - [anon_sym_final] = ACTIONS(3798), - [anon_sym_override] = ACTIONS(3798), - [anon_sym_virtual] = ACTIONS(3798), - [anon_sym_template] = ACTIONS(3798), - [anon_sym_operator] = ACTIONS(3798), - [anon_sym_try] = ACTIONS(3798), - [anon_sym_requires] = ACTIONS(3798), + [sym_auto] = ACTIONS(3826), + [anon_sym_decltype] = ACTIONS(3826), + [anon_sym_final] = ACTIONS(3826), + [anon_sym_override] = ACTIONS(3826), + [anon_sym_virtual] = ACTIONS(3826), + [anon_sym_template] = ACTIONS(3826), + [anon_sym_operator] = ACTIONS(3826), + [anon_sym_try] = ACTIONS(3826), + [anon_sym_requires] = ACTIONS(3826), }, [1771] = { - [sym_identifier] = ACTIONS(3832), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3834), - [anon_sym_COMMA] = ACTIONS(3834), - [anon_sym_RPAREN] = ACTIONS(3834), - [anon_sym_LPAREN2] = ACTIONS(3834), - [anon_sym_TILDE] = ACTIONS(3834), - [anon_sym_DASH] = ACTIONS(3832), - [anon_sym_PLUS] = ACTIONS(3832), - [anon_sym_STAR] = ACTIONS(3834), - [anon_sym_SLASH] = ACTIONS(3832), - [anon_sym_PERCENT] = ACTIONS(3834), - [anon_sym_PIPE_PIPE] = ACTIONS(3834), - [anon_sym_AMP_AMP] = ACTIONS(3834), - [anon_sym_PIPE] = ACTIONS(3832), - [anon_sym_CARET] = ACTIONS(3834), - [anon_sym_AMP] = ACTIONS(3832), - [anon_sym_EQ_EQ] = ACTIONS(3834), - [anon_sym_BANG_EQ] = ACTIONS(3834), - [anon_sym_GT] = ACTIONS(3832), - [anon_sym_GT_EQ] = ACTIONS(3834), - [anon_sym_LT_EQ] = ACTIONS(3832), - [anon_sym_LT] = ACTIONS(3832), - [anon_sym_LT_LT] = ACTIONS(3834), - [anon_sym_GT_GT] = ACTIONS(3834), - [anon_sym_SEMI] = ACTIONS(3834), - [anon_sym_extern] = ACTIONS(3832), - [anon_sym___attribute__] = ACTIONS(3832), - [anon_sym_COLON_COLON] = ACTIONS(3834), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3834), - [anon_sym___declspec] = ACTIONS(3832), - [anon_sym___based] = ACTIONS(3832), - [anon_sym_LBRACE] = ACTIONS(3834), - [anon_sym_RBRACE] = ACTIONS(3834), - [anon_sym_LBRACK] = ACTIONS(3832), - [anon_sym_EQ] = ACTIONS(3832), - [anon_sym_static] = ACTIONS(3832), - [anon_sym_register] = ACTIONS(3832), - [anon_sym_inline] = ACTIONS(3832), - [anon_sym_thread_local] = ACTIONS(3832), - [anon_sym_const] = ACTIONS(3832), - [anon_sym_volatile] = ACTIONS(3832), - [anon_sym_restrict] = ACTIONS(3832), - [anon_sym__Atomic] = ACTIONS(3832), - [anon_sym_mutable] = ACTIONS(3832), - [anon_sym_constexpr] = ACTIONS(3832), - [anon_sym_constinit] = ACTIONS(3832), - [anon_sym_consteval] = ACTIONS(3832), - [anon_sym_COLON] = ACTIONS(3832), - [anon_sym_QMARK] = ACTIONS(3834), - [anon_sym_LT_EQ_GT] = ACTIONS(3834), - [anon_sym_or] = ACTIONS(3832), - [anon_sym_and] = ACTIONS(3832), - [anon_sym_bitor] = ACTIONS(3832), - [anon_sym_xor] = ACTIONS(3832), - [anon_sym_bitand] = ACTIONS(3832), - [anon_sym_not_eq] = ACTIONS(3832), - [anon_sym_DASH_DASH] = ACTIONS(3834), - [anon_sym_PLUS_PLUS] = ACTIONS(3834), - [anon_sym_DOT] = ACTIONS(3832), - [anon_sym_DASH_GT] = ACTIONS(3834), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3832), - [anon_sym_decltype] = ACTIONS(3832), - [anon_sym_final] = ACTIONS(3832), - [anon_sym_override] = ACTIONS(3832), - [anon_sym_virtual] = ACTIONS(3832), - [anon_sym_template] = ACTIONS(3832), - [anon_sym_operator] = ACTIONS(3832), - [anon_sym_try] = ACTIONS(3832), - [anon_sym_requires] = ACTIONS(3832), + [sym_identifier] = ACTIONS(3800), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3802), + [anon_sym_COMMA] = ACTIONS(3802), + [anon_sym_RPAREN] = ACTIONS(3802), + [anon_sym_LPAREN2] = ACTIONS(3802), + [anon_sym_TILDE] = ACTIONS(3802), + [anon_sym_DASH] = ACTIONS(3800), + [anon_sym_PLUS] = ACTIONS(3800), + [anon_sym_STAR] = ACTIONS(3802), + [anon_sym_SLASH] = ACTIONS(3800), + [anon_sym_PERCENT] = ACTIONS(3802), + [anon_sym_PIPE_PIPE] = ACTIONS(3802), + [anon_sym_AMP_AMP] = ACTIONS(3802), + [anon_sym_PIPE] = ACTIONS(3800), + [anon_sym_CARET] = ACTIONS(3802), + [anon_sym_AMP] = ACTIONS(3800), + [anon_sym_EQ_EQ] = ACTIONS(3802), + [anon_sym_BANG_EQ] = ACTIONS(3802), + [anon_sym_GT] = ACTIONS(3800), + [anon_sym_GT_EQ] = ACTIONS(3802), + [anon_sym_LT_EQ] = ACTIONS(3800), + [anon_sym_LT] = ACTIONS(3800), + [anon_sym_LT_LT] = ACTIONS(3802), + [anon_sym_GT_GT] = ACTIONS(3802), + [anon_sym_SEMI] = ACTIONS(3802), + [anon_sym_extern] = ACTIONS(3800), + [anon_sym___attribute__] = ACTIONS(3800), + [anon_sym_COLON_COLON] = ACTIONS(3802), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3802), + [anon_sym___declspec] = ACTIONS(3800), + [anon_sym___based] = ACTIONS(3800), + [anon_sym_LBRACE] = ACTIONS(3802), + [anon_sym_RBRACE] = ACTIONS(3802), + [anon_sym_LBRACK] = ACTIONS(3800), + [anon_sym_EQ] = ACTIONS(3800), + [anon_sym_static] = ACTIONS(3800), + [anon_sym_register] = ACTIONS(3800), + [anon_sym_inline] = ACTIONS(3800), + [anon_sym_thread_local] = ACTIONS(3800), + [anon_sym_const] = ACTIONS(3800), + [anon_sym_volatile] = ACTIONS(3800), + [anon_sym_restrict] = ACTIONS(3800), + [anon_sym__Atomic] = ACTIONS(3800), + [anon_sym_mutable] = ACTIONS(3800), + [anon_sym_constexpr] = ACTIONS(3800), + [anon_sym_constinit] = ACTIONS(3800), + [anon_sym_consteval] = ACTIONS(3800), + [anon_sym_COLON] = ACTIONS(3800), + [anon_sym_QMARK] = ACTIONS(3802), + [anon_sym_LT_EQ_GT] = ACTIONS(3802), + [anon_sym_or] = ACTIONS(3800), + [anon_sym_and] = ACTIONS(3800), + [anon_sym_bitor] = ACTIONS(3800), + [anon_sym_xor] = ACTIONS(3800), + [anon_sym_bitand] = ACTIONS(3800), + [anon_sym_not_eq] = ACTIONS(3800), + [anon_sym_DASH_DASH] = ACTIONS(3802), + [anon_sym_PLUS_PLUS] = ACTIONS(3802), + [anon_sym_DOT] = ACTIONS(3800), + [anon_sym_DASH_GT] = ACTIONS(3802), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3800), + [anon_sym_decltype] = ACTIONS(3800), + [anon_sym_final] = ACTIONS(3800), + [anon_sym_override] = ACTIONS(3800), + [anon_sym_virtual] = ACTIONS(3800), + [anon_sym_template] = ACTIONS(3800), + [anon_sym_operator] = ACTIONS(3800), + [anon_sym_try] = ACTIONS(3800), + [anon_sym_requires] = ACTIONS(3800), }, [1772] = { - [sym_identifier] = ACTIONS(3824), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3826), - [anon_sym_COMMA] = ACTIONS(3826), - [anon_sym_RPAREN] = ACTIONS(3826), - [anon_sym_LPAREN2] = ACTIONS(3826), - [anon_sym_TILDE] = ACTIONS(3826), - [anon_sym_DASH] = ACTIONS(3824), - [anon_sym_PLUS] = ACTIONS(3824), - [anon_sym_STAR] = ACTIONS(3826), - [anon_sym_SLASH] = ACTIONS(3824), - [anon_sym_PERCENT] = ACTIONS(3826), - [anon_sym_PIPE_PIPE] = ACTIONS(3826), - [anon_sym_AMP_AMP] = ACTIONS(3826), - [anon_sym_PIPE] = ACTIONS(3824), - [anon_sym_CARET] = ACTIONS(3826), - [anon_sym_AMP] = ACTIONS(3824), - [anon_sym_EQ_EQ] = ACTIONS(3826), - [anon_sym_BANG_EQ] = ACTIONS(3826), - [anon_sym_GT] = ACTIONS(3824), - [anon_sym_GT_EQ] = ACTIONS(3826), - [anon_sym_LT_EQ] = ACTIONS(3824), - [anon_sym_LT] = ACTIONS(3824), - [anon_sym_LT_LT] = ACTIONS(3826), - [anon_sym_GT_GT] = ACTIONS(3826), - [anon_sym_SEMI] = ACTIONS(3826), - [anon_sym_extern] = ACTIONS(3824), - [anon_sym___attribute__] = ACTIONS(3824), - [anon_sym_COLON_COLON] = ACTIONS(3826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3826), - [anon_sym___declspec] = ACTIONS(3824), - [anon_sym___based] = ACTIONS(3824), - [anon_sym_LBRACE] = ACTIONS(3826), - [anon_sym_RBRACE] = ACTIONS(3826), - [anon_sym_LBRACK] = ACTIONS(3824), - [anon_sym_EQ] = ACTIONS(3824), - [anon_sym_static] = ACTIONS(3824), - [anon_sym_register] = ACTIONS(3824), - [anon_sym_inline] = ACTIONS(3824), - [anon_sym_thread_local] = ACTIONS(3824), - [anon_sym_const] = ACTIONS(3824), - [anon_sym_volatile] = ACTIONS(3824), - [anon_sym_restrict] = ACTIONS(3824), - [anon_sym__Atomic] = ACTIONS(3824), - [anon_sym_mutable] = ACTIONS(3824), - [anon_sym_constexpr] = ACTIONS(3824), - [anon_sym_constinit] = ACTIONS(3824), - [anon_sym_consteval] = ACTIONS(3824), - [anon_sym_COLON] = ACTIONS(3824), - [anon_sym_QMARK] = ACTIONS(3826), - [anon_sym_LT_EQ_GT] = ACTIONS(3826), - [anon_sym_or] = ACTIONS(3824), - [anon_sym_and] = ACTIONS(3824), - [anon_sym_bitor] = ACTIONS(3824), - [anon_sym_xor] = ACTIONS(3824), - [anon_sym_bitand] = ACTIONS(3824), - [anon_sym_not_eq] = ACTIONS(3824), - [anon_sym_DASH_DASH] = ACTIONS(3826), - [anon_sym_PLUS_PLUS] = ACTIONS(3826), - [anon_sym_DOT] = ACTIONS(3824), - [anon_sym_DASH_GT] = ACTIONS(3826), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3824), - [anon_sym_decltype] = ACTIONS(3824), - [anon_sym_final] = ACTIONS(3824), - [anon_sym_override] = ACTIONS(3824), - [anon_sym_virtual] = ACTIONS(3824), - [anon_sym_template] = ACTIONS(3824), - [anon_sym_operator] = ACTIONS(3824), - [anon_sym_try] = ACTIONS(3824), - [anon_sym_requires] = ACTIONS(3824), + [sym_identifier] = ACTIONS(3792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3794), + [anon_sym_COMMA] = ACTIONS(3794), + [anon_sym_RPAREN] = ACTIONS(3794), + [anon_sym_LPAREN2] = ACTIONS(3794), + [anon_sym_TILDE] = ACTIONS(3794), + [anon_sym_DASH] = ACTIONS(3792), + [anon_sym_PLUS] = ACTIONS(3792), + [anon_sym_STAR] = ACTIONS(3794), + [anon_sym_SLASH] = ACTIONS(3792), + [anon_sym_PERCENT] = ACTIONS(3794), + [anon_sym_PIPE_PIPE] = ACTIONS(3794), + [anon_sym_AMP_AMP] = ACTIONS(3794), + [anon_sym_PIPE] = ACTIONS(3792), + [anon_sym_CARET] = ACTIONS(3794), + [anon_sym_AMP] = ACTIONS(3792), + [anon_sym_EQ_EQ] = ACTIONS(3794), + [anon_sym_BANG_EQ] = ACTIONS(3794), + [anon_sym_GT] = ACTIONS(3792), + [anon_sym_GT_EQ] = ACTIONS(3794), + [anon_sym_LT_EQ] = ACTIONS(3792), + [anon_sym_LT] = ACTIONS(3792), + [anon_sym_LT_LT] = ACTIONS(3794), + [anon_sym_GT_GT] = ACTIONS(3794), + [anon_sym_SEMI] = ACTIONS(3794), + [anon_sym_extern] = ACTIONS(3792), + [anon_sym___attribute__] = ACTIONS(3792), + [anon_sym_COLON_COLON] = ACTIONS(3794), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3794), + [anon_sym___declspec] = ACTIONS(3792), + [anon_sym___based] = ACTIONS(3792), + [anon_sym_LBRACE] = ACTIONS(3794), + [anon_sym_RBRACE] = ACTIONS(3794), + [anon_sym_LBRACK] = ACTIONS(3792), + [anon_sym_EQ] = ACTIONS(3792), + [anon_sym_static] = ACTIONS(3792), + [anon_sym_register] = ACTIONS(3792), + [anon_sym_inline] = ACTIONS(3792), + [anon_sym_thread_local] = ACTIONS(3792), + [anon_sym_const] = ACTIONS(3792), + [anon_sym_volatile] = ACTIONS(3792), + [anon_sym_restrict] = ACTIONS(3792), + [anon_sym__Atomic] = ACTIONS(3792), + [anon_sym_mutable] = ACTIONS(3792), + [anon_sym_constexpr] = ACTIONS(3792), + [anon_sym_constinit] = ACTIONS(3792), + [anon_sym_consteval] = ACTIONS(3792), + [anon_sym_COLON] = ACTIONS(3792), + [anon_sym_QMARK] = ACTIONS(3794), + [anon_sym_LT_EQ_GT] = ACTIONS(3794), + [anon_sym_or] = ACTIONS(3792), + [anon_sym_and] = ACTIONS(3792), + [anon_sym_bitor] = ACTIONS(3792), + [anon_sym_xor] = ACTIONS(3792), + [anon_sym_bitand] = ACTIONS(3792), + [anon_sym_not_eq] = ACTIONS(3792), + [anon_sym_DASH_DASH] = ACTIONS(3794), + [anon_sym_PLUS_PLUS] = ACTIONS(3794), + [anon_sym_DOT] = ACTIONS(3792), + [anon_sym_DASH_GT] = ACTIONS(3794), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3792), + [anon_sym_decltype] = ACTIONS(3792), + [anon_sym_final] = ACTIONS(3792), + [anon_sym_override] = ACTIONS(3792), + [anon_sym_virtual] = ACTIONS(3792), + [anon_sym_template] = ACTIONS(3792), + [anon_sym_operator] = ACTIONS(3792), + [anon_sym_try] = ACTIONS(3792), + [anon_sym_requires] = ACTIONS(3792), }, [1773] = { - [sym_identifier] = ACTIONS(3816), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3818), - [anon_sym_COMMA] = ACTIONS(3818), - [anon_sym_RPAREN] = ACTIONS(3818), - [anon_sym_LPAREN2] = ACTIONS(3818), - [anon_sym_TILDE] = ACTIONS(3818), - [anon_sym_DASH] = ACTIONS(3816), - [anon_sym_PLUS] = ACTIONS(3816), - [anon_sym_STAR] = ACTIONS(3818), - [anon_sym_SLASH] = ACTIONS(3816), - [anon_sym_PERCENT] = ACTIONS(3818), - [anon_sym_PIPE_PIPE] = ACTIONS(3818), - [anon_sym_AMP_AMP] = ACTIONS(3818), - [anon_sym_PIPE] = ACTIONS(3816), - [anon_sym_CARET] = ACTIONS(3818), - [anon_sym_AMP] = ACTIONS(3816), - [anon_sym_EQ_EQ] = ACTIONS(3818), - [anon_sym_BANG_EQ] = ACTIONS(3818), - [anon_sym_GT] = ACTIONS(3816), - [anon_sym_GT_EQ] = ACTIONS(3818), - [anon_sym_LT_EQ] = ACTIONS(3816), - [anon_sym_LT] = ACTIONS(3816), - [anon_sym_LT_LT] = ACTIONS(3818), - [anon_sym_GT_GT] = ACTIONS(3818), - [anon_sym_SEMI] = ACTIONS(3818), - [anon_sym_extern] = ACTIONS(3816), - [anon_sym___attribute__] = ACTIONS(3816), - [anon_sym_COLON_COLON] = ACTIONS(3818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3818), - [anon_sym___declspec] = ACTIONS(3816), - [anon_sym___based] = ACTIONS(3816), - [anon_sym_LBRACE] = ACTIONS(3818), - [anon_sym_RBRACE] = ACTIONS(3818), - [anon_sym_LBRACK] = ACTIONS(3816), - [anon_sym_EQ] = ACTIONS(3816), - [anon_sym_static] = ACTIONS(3816), - [anon_sym_register] = ACTIONS(3816), - [anon_sym_inline] = ACTIONS(3816), - [anon_sym_thread_local] = ACTIONS(3816), - [anon_sym_const] = ACTIONS(3816), - [anon_sym_volatile] = ACTIONS(3816), - [anon_sym_restrict] = ACTIONS(3816), - [anon_sym__Atomic] = ACTIONS(3816), - [anon_sym_mutable] = ACTIONS(3816), - [anon_sym_constexpr] = ACTIONS(3816), - [anon_sym_constinit] = ACTIONS(3816), - [anon_sym_consteval] = ACTIONS(3816), - [anon_sym_COLON] = ACTIONS(3816), - [anon_sym_QMARK] = ACTIONS(3818), - [anon_sym_LT_EQ_GT] = ACTIONS(3818), - [anon_sym_or] = ACTIONS(3816), - [anon_sym_and] = ACTIONS(3816), - [anon_sym_bitor] = ACTIONS(3816), - [anon_sym_xor] = ACTIONS(3816), - [anon_sym_bitand] = ACTIONS(3816), - [anon_sym_not_eq] = ACTIONS(3816), - [anon_sym_DASH_DASH] = ACTIONS(3818), - [anon_sym_PLUS_PLUS] = ACTIONS(3818), - [anon_sym_DOT] = ACTIONS(3816), - [anon_sym_DASH_GT] = ACTIONS(3818), + [sym_identifier] = ACTIONS(3796), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3798), + [anon_sym_COMMA] = ACTIONS(3798), + [anon_sym_RPAREN] = ACTIONS(3798), + [anon_sym_LPAREN2] = ACTIONS(3798), + [anon_sym_TILDE] = ACTIONS(3798), + [anon_sym_DASH] = ACTIONS(3796), + [anon_sym_PLUS] = ACTIONS(3796), + [anon_sym_STAR] = ACTIONS(3798), + [anon_sym_SLASH] = ACTIONS(3796), + [anon_sym_PERCENT] = ACTIONS(3798), + [anon_sym_PIPE_PIPE] = ACTIONS(3798), + [anon_sym_AMP_AMP] = ACTIONS(3798), + [anon_sym_PIPE] = ACTIONS(3796), + [anon_sym_CARET] = ACTIONS(3798), + [anon_sym_AMP] = ACTIONS(3796), + [anon_sym_EQ_EQ] = ACTIONS(3798), + [anon_sym_BANG_EQ] = ACTIONS(3798), + [anon_sym_GT] = ACTIONS(3796), + [anon_sym_GT_EQ] = ACTIONS(3798), + [anon_sym_LT_EQ] = ACTIONS(3796), + [anon_sym_LT] = ACTIONS(3796), + [anon_sym_LT_LT] = ACTIONS(3798), + [anon_sym_GT_GT] = ACTIONS(3798), + [anon_sym_SEMI] = ACTIONS(3798), + [anon_sym_extern] = ACTIONS(3796), + [anon_sym___attribute__] = ACTIONS(3796), + [anon_sym_COLON_COLON] = ACTIONS(3798), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3798), + [anon_sym___declspec] = ACTIONS(3796), + [anon_sym___based] = ACTIONS(3796), + [anon_sym_LBRACE] = ACTIONS(3798), + [anon_sym_RBRACE] = ACTIONS(3798), + [anon_sym_LBRACK] = ACTIONS(3796), + [anon_sym_EQ] = ACTIONS(3796), + [anon_sym_static] = ACTIONS(3796), + [anon_sym_register] = ACTIONS(3796), + [anon_sym_inline] = ACTIONS(3796), + [anon_sym_thread_local] = ACTIONS(3796), + [anon_sym_const] = ACTIONS(3796), + [anon_sym_volatile] = ACTIONS(3796), + [anon_sym_restrict] = ACTIONS(3796), + [anon_sym__Atomic] = ACTIONS(3796), + [anon_sym_mutable] = ACTIONS(3796), + [anon_sym_constexpr] = ACTIONS(3796), + [anon_sym_constinit] = ACTIONS(3796), + [anon_sym_consteval] = ACTIONS(3796), + [anon_sym_COLON] = ACTIONS(3796), + [anon_sym_QMARK] = ACTIONS(3798), + [anon_sym_LT_EQ_GT] = ACTIONS(3798), + [anon_sym_or] = ACTIONS(3796), + [anon_sym_and] = ACTIONS(3796), + [anon_sym_bitor] = ACTIONS(3796), + [anon_sym_xor] = ACTIONS(3796), + [anon_sym_bitand] = ACTIONS(3796), + [anon_sym_not_eq] = ACTIONS(3796), + [anon_sym_DASH_DASH] = ACTIONS(3798), + [anon_sym_PLUS_PLUS] = ACTIONS(3798), + [anon_sym_DOT] = ACTIONS(3796), + [anon_sym_DASH_GT] = ACTIONS(3798), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3816), - [anon_sym_decltype] = ACTIONS(3816), - [anon_sym_final] = ACTIONS(3816), - [anon_sym_override] = ACTIONS(3816), - [anon_sym_virtual] = ACTIONS(3816), - [anon_sym_template] = ACTIONS(3816), - [anon_sym_operator] = ACTIONS(3816), - [anon_sym_try] = ACTIONS(3816), - [anon_sym_requires] = ACTIONS(3816), + [sym_auto] = ACTIONS(3796), + [anon_sym_decltype] = ACTIONS(3796), + [anon_sym_final] = ACTIONS(3796), + [anon_sym_override] = ACTIONS(3796), + [anon_sym_virtual] = ACTIONS(3796), + [anon_sym_template] = ACTIONS(3796), + [anon_sym_operator] = ACTIONS(3796), + [anon_sym_try] = ACTIONS(3796), + [anon_sym_requires] = ACTIONS(3796), }, [1774] = { - [sym_identifier] = ACTIONS(3828), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3830), - [anon_sym_COMMA] = ACTIONS(3830), - [anon_sym_RPAREN] = ACTIONS(3830), - [anon_sym_LPAREN2] = ACTIONS(3830), - [anon_sym_TILDE] = ACTIONS(3830), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3830), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3830), - [anon_sym_PIPE_PIPE] = ACTIONS(3830), - [anon_sym_AMP_AMP] = ACTIONS(3830), - [anon_sym_PIPE] = ACTIONS(3828), - [anon_sym_CARET] = ACTIONS(3830), - [anon_sym_AMP] = ACTIONS(3828), - [anon_sym_EQ_EQ] = ACTIONS(3830), - [anon_sym_BANG_EQ] = ACTIONS(3830), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_GT_EQ] = ACTIONS(3830), - [anon_sym_LT_EQ] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_LT_LT] = ACTIONS(3830), - [anon_sym_GT_GT] = ACTIONS(3830), - [anon_sym_SEMI] = ACTIONS(3830), - [anon_sym_extern] = ACTIONS(3828), - [anon_sym___attribute__] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3830), - [anon_sym___declspec] = ACTIONS(3828), - [anon_sym___based] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3830), - [anon_sym_RBRACE] = ACTIONS(3830), - [anon_sym_LBRACK] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_static] = ACTIONS(3828), - [anon_sym_register] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_thread_local] = ACTIONS(3828), - [anon_sym_const] = ACTIONS(3828), - [anon_sym_volatile] = ACTIONS(3828), - [anon_sym_restrict] = ACTIONS(3828), - [anon_sym__Atomic] = ACTIONS(3828), - [anon_sym_mutable] = ACTIONS(3828), - [anon_sym_constexpr] = ACTIONS(3828), - [anon_sym_constinit] = ACTIONS(3828), - [anon_sym_consteval] = ACTIONS(3828), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_QMARK] = ACTIONS(3830), - [anon_sym_LT_EQ_GT] = ACTIONS(3830), - [anon_sym_or] = ACTIONS(3828), - [anon_sym_and] = ACTIONS(3828), - [anon_sym_bitor] = ACTIONS(3828), - [anon_sym_xor] = ACTIONS(3828), - [anon_sym_bitand] = ACTIONS(3828), - [anon_sym_not_eq] = ACTIONS(3828), - [anon_sym_DASH_DASH] = ACTIONS(3830), - [anon_sym_PLUS_PLUS] = ACTIONS(3830), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3830), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3828), - [anon_sym_decltype] = ACTIONS(3828), - [anon_sym_final] = ACTIONS(3828), - [anon_sym_override] = ACTIONS(3828), - [anon_sym_virtual] = ACTIONS(3828), - [anon_sym_template] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_requires] = ACTIONS(3828), + [sym_identifier] = ACTIONS(3785), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3787), + [anon_sym_COMMA] = ACTIONS(3787), + [anon_sym_RPAREN] = ACTIONS(3787), + [anon_sym_LPAREN2] = ACTIONS(3787), + [anon_sym_TILDE] = ACTIONS(3787), + [anon_sym_DASH] = ACTIONS(3785), + [anon_sym_PLUS] = ACTIONS(3785), + [anon_sym_STAR] = ACTIONS(3787), + [anon_sym_SLASH] = ACTIONS(3785), + [anon_sym_PERCENT] = ACTIONS(3787), + [anon_sym_PIPE_PIPE] = ACTIONS(3787), + [anon_sym_AMP_AMP] = ACTIONS(3787), + [anon_sym_PIPE] = ACTIONS(3785), + [anon_sym_CARET] = ACTIONS(3787), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_EQ_EQ] = ACTIONS(3787), + [anon_sym_BANG_EQ] = ACTIONS(3787), + [anon_sym_GT] = ACTIONS(3785), + [anon_sym_GT_EQ] = ACTIONS(3787), + [anon_sym_LT_EQ] = ACTIONS(3785), + [anon_sym_LT] = ACTIONS(3785), + [anon_sym_LT_LT] = ACTIONS(3787), + [anon_sym_GT_GT] = ACTIONS(3787), + [anon_sym_SEMI] = ACTIONS(3787), + [anon_sym_extern] = ACTIONS(3785), + [anon_sym___attribute__] = ACTIONS(3785), + [anon_sym_COLON_COLON] = ACTIONS(3787), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3787), + [anon_sym___declspec] = ACTIONS(3785), + [anon_sym___based] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3787), + [anon_sym_RBRACE] = ACTIONS(3787), + [anon_sym_LBRACK] = ACTIONS(3785), + [anon_sym_EQ] = ACTIONS(3785), + [anon_sym_static] = ACTIONS(3785), + [anon_sym_register] = ACTIONS(3785), + [anon_sym_inline] = ACTIONS(3785), + [anon_sym_thread_local] = ACTIONS(3785), + [anon_sym_const] = ACTIONS(3785), + [anon_sym_volatile] = ACTIONS(3785), + [anon_sym_restrict] = ACTIONS(3785), + [anon_sym__Atomic] = ACTIONS(3785), + [anon_sym_mutable] = ACTIONS(3785), + [anon_sym_constexpr] = ACTIONS(3785), + [anon_sym_constinit] = ACTIONS(3785), + [anon_sym_consteval] = ACTIONS(3785), + [anon_sym_COLON] = ACTIONS(3785), + [anon_sym_QMARK] = ACTIONS(3787), + [anon_sym_LT_EQ_GT] = ACTIONS(3787), + [anon_sym_or] = ACTIONS(3785), + [anon_sym_and] = ACTIONS(3785), + [anon_sym_bitor] = ACTIONS(3785), + [anon_sym_xor] = ACTIONS(3785), + [anon_sym_bitand] = ACTIONS(3785), + [anon_sym_not_eq] = ACTIONS(3785), + [anon_sym_DASH_DASH] = ACTIONS(3787), + [anon_sym_PLUS_PLUS] = ACTIONS(3787), + [anon_sym_DOT] = ACTIONS(3785), + [anon_sym_DASH_GT] = ACTIONS(3787), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3785), + [anon_sym_decltype] = ACTIONS(3785), + [anon_sym_final] = ACTIONS(3785), + [anon_sym_override] = ACTIONS(3785), + [anon_sym_virtual] = ACTIONS(3785), + [anon_sym_template] = ACTIONS(3785), + [anon_sym_operator] = ACTIONS(3785), + [anon_sym_try] = ACTIONS(3785), + [anon_sym_requires] = ACTIONS(3785), }, [1775] = { - [sym_function_definition] = STATE(947), - [sym_declaration] = STATE(947), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4144), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_ms_call_modifier] = STATE(2027), - [sym_declaration_list] = STATE(947), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3424), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5299), - [sym_qualified_type_identifier] = STATE(3551), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(2872), + [sym_function_definition] = STATE(956), + [sym_declaration] = STATE(956), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4153), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_ms_call_modifier] = STATE(2130), + [sym_declaration_list] = STATE(956), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3417), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5218), + [sym_qualified_type_identifier] = STATE(3425), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(2876), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2878), + [anon_sym_COLON_COLON] = ACTIONS(2882), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(49), @@ -219603,7 +219361,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(3858), + [anon_sym_LBRACE] = ACTIONS(3854), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -219620,7 +219378,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -219630,111 +219388,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), }, [1776] = { - [sym_string_literal] = STATE(1779), - [sym_raw_string_literal] = STATE(1779), - [aux_sym_concatenated_string_repeat1] = STATE(1779), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_RPAREN] = ACTIONS(3760), - [anon_sym_LPAREN2] = ACTIONS(3760), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3755), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3760), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3755), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3755), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_SEMI] = ACTIONS(3760), - [anon_sym_RBRACE] = ACTIONS(3760), - [anon_sym_LBRACK] = ACTIONS(3760), - [anon_sym_RBRACK] = ACTIONS(3760), - [anon_sym_EQ] = ACTIONS(3755), - [anon_sym_COLON] = ACTIONS(3760), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3760), - [anon_sym_SLASH_EQ] = ACTIONS(3760), - [anon_sym_PERCENT_EQ] = ACTIONS(3760), - [anon_sym_PLUS_EQ] = ACTIONS(3760), - [anon_sym_DASH_EQ] = ACTIONS(3760), - [anon_sym_LT_LT_EQ] = ACTIONS(3760), - [anon_sym_GT_GT_EQ] = ACTIONS(3760), - [anon_sym_AMP_EQ] = ACTIONS(3760), - [anon_sym_CARET_EQ] = ACTIONS(3760), - [anon_sym_PIPE_EQ] = ACTIONS(3760), - [anon_sym_and_eq] = ACTIONS(3755), - [anon_sym_or_eq] = ACTIONS(3755), - [anon_sym_xor_eq] = ACTIONS(3755), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3760), - [anon_sym_L_DQUOTE] = ACTIONS(1531), - [anon_sym_u_DQUOTE] = ACTIONS(1531), - [anon_sym_U_DQUOTE] = ACTIONS(1531), - [anon_sym_u8_DQUOTE] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(1539), - [anon_sym_LR_DQUOTE] = ACTIONS(1539), - [anon_sym_uR_DQUOTE] = ACTIONS(1539), - [anon_sym_UR_DQUOTE] = ACTIONS(1539), - [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [sym_literal_suffix] = ACTIONS(3860), + [sym_string_literal] = STATE(1776), + [sym_raw_string_literal] = STATE(1776), + [aux_sym_concatenated_string_repeat1] = STATE(1776), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3856), + [anon_sym_COMMA] = ACTIONS(3856), + [anon_sym_RPAREN] = ACTIONS(3856), + [anon_sym_LPAREN2] = ACTIONS(3856), + [anon_sym_DASH] = ACTIONS(3858), + [anon_sym_PLUS] = ACTIONS(3858), + [anon_sym_STAR] = ACTIONS(3858), + [anon_sym_SLASH] = ACTIONS(3858), + [anon_sym_PERCENT] = ACTIONS(3858), + [anon_sym_PIPE_PIPE] = ACTIONS(3856), + [anon_sym_AMP_AMP] = ACTIONS(3856), + [anon_sym_PIPE] = ACTIONS(3858), + [anon_sym_CARET] = ACTIONS(3858), + [anon_sym_AMP] = ACTIONS(3858), + [anon_sym_EQ_EQ] = ACTIONS(3856), + [anon_sym_BANG_EQ] = ACTIONS(3856), + [anon_sym_GT] = ACTIONS(3858), + [anon_sym_GT_EQ] = ACTIONS(3856), + [anon_sym_LT_EQ] = ACTIONS(3858), + [anon_sym_LT] = ACTIONS(3858), + [anon_sym_LT_LT] = ACTIONS(3858), + [anon_sym_GT_GT] = ACTIONS(3858), + [anon_sym_SEMI] = ACTIONS(3856), + [anon_sym_RBRACE] = ACTIONS(3856), + [anon_sym_LBRACK] = ACTIONS(3856), + [anon_sym_RBRACK] = ACTIONS(3856), + [anon_sym_EQ] = ACTIONS(3858), + [anon_sym_COLON] = ACTIONS(3856), + [anon_sym_QMARK] = ACTIONS(3856), + [anon_sym_STAR_EQ] = ACTIONS(3856), + [anon_sym_SLASH_EQ] = ACTIONS(3856), + [anon_sym_PERCENT_EQ] = ACTIONS(3856), + [anon_sym_PLUS_EQ] = ACTIONS(3856), + [anon_sym_DASH_EQ] = ACTIONS(3856), + [anon_sym_LT_LT_EQ] = ACTIONS(3856), + [anon_sym_GT_GT_EQ] = ACTIONS(3856), + [anon_sym_AMP_EQ] = ACTIONS(3856), + [anon_sym_CARET_EQ] = ACTIONS(3856), + [anon_sym_PIPE_EQ] = ACTIONS(3856), + [anon_sym_and_eq] = ACTIONS(3858), + [anon_sym_or_eq] = ACTIONS(3858), + [anon_sym_xor_eq] = ACTIONS(3858), + [anon_sym_LT_EQ_GT] = ACTIONS(3856), + [anon_sym_or] = ACTIONS(3858), + [anon_sym_and] = ACTIONS(3858), + [anon_sym_bitor] = ACTIONS(3858), + [anon_sym_xor] = ACTIONS(3858), + [anon_sym_bitand] = ACTIONS(3858), + [anon_sym_not_eq] = ACTIONS(3858), + [anon_sym_DASH_DASH] = ACTIONS(3856), + [anon_sym_PLUS_PLUS] = ACTIONS(3856), + [anon_sym_DOT] = ACTIONS(3858), + [anon_sym_DASH_GT] = ACTIONS(3856), + [anon_sym_L_DQUOTE] = ACTIONS(3860), + [anon_sym_u_DQUOTE] = ACTIONS(3860), + [anon_sym_U_DQUOTE] = ACTIONS(3860), + [anon_sym_u8_DQUOTE] = ACTIONS(3860), + [anon_sym_DQUOTE] = ACTIONS(3860), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(3863), + [anon_sym_LR_DQUOTE] = ACTIONS(3863), + [anon_sym_uR_DQUOTE] = ACTIONS(3863), + [anon_sym_UR_DQUOTE] = ACTIONS(3863), + [anon_sym_u8R_DQUOTE] = ACTIONS(3863), + [sym_literal_suffix] = ACTIONS(3858), }, [1777] = { - [sym_function_definition] = STATE(529), - [sym_declaration] = STATE(529), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4180), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_ms_call_modifier] = STATE(2037), - [sym_declaration_list] = STATE(529), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3424), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5299), - [sym_qualified_type_identifier] = STATE(3551), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(2872), + [sym_function_definition] = STATE(967), + [sym_declaration] = STATE(967), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4179), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_ms_call_modifier] = STATE(2128), + [sym_declaration_list] = STATE(967), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3417), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5218), + [sym_qualified_type_identifier] = STATE(3425), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(2876), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2878), + [anon_sym_COLON_COLON] = ACTIONS(2882), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(49), @@ -219743,7 +219501,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(3862), + [anon_sym_LBRACE] = ACTIONS(3866), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -219760,7 +219518,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -219770,135 +219528,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), }, [1778] = { - [sym_string_literal] = STATE(1778), - [sym_raw_string_literal] = STATE(1778), - [aux_sym_concatenated_string_repeat1] = STATE(1778), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3864), - [anon_sym_COMMA] = ACTIONS(3864), - [anon_sym_RPAREN] = ACTIONS(3864), - [anon_sym_LPAREN2] = ACTIONS(3864), - [anon_sym_DASH] = ACTIONS(3866), - [anon_sym_PLUS] = ACTIONS(3866), - [anon_sym_STAR] = ACTIONS(3866), - [anon_sym_SLASH] = ACTIONS(3866), - [anon_sym_PERCENT] = ACTIONS(3866), - [anon_sym_PIPE_PIPE] = ACTIONS(3864), - [anon_sym_AMP_AMP] = ACTIONS(3864), - [anon_sym_PIPE] = ACTIONS(3866), - [anon_sym_CARET] = ACTIONS(3866), - [anon_sym_AMP] = ACTIONS(3866), - [anon_sym_EQ_EQ] = ACTIONS(3864), - [anon_sym_BANG_EQ] = ACTIONS(3864), - [anon_sym_GT] = ACTIONS(3866), - [anon_sym_GT_EQ] = ACTIONS(3864), - [anon_sym_LT_EQ] = ACTIONS(3866), - [anon_sym_LT] = ACTIONS(3866), - [anon_sym_LT_LT] = ACTIONS(3866), - [anon_sym_GT_GT] = ACTIONS(3866), - [anon_sym_SEMI] = ACTIONS(3864), - [anon_sym_RBRACE] = ACTIONS(3864), - [anon_sym_LBRACK] = ACTIONS(3864), - [anon_sym_RBRACK] = ACTIONS(3864), - [anon_sym_EQ] = ACTIONS(3866), - [anon_sym_COLON] = ACTIONS(3864), - [anon_sym_QMARK] = ACTIONS(3864), - [anon_sym_STAR_EQ] = ACTIONS(3864), - [anon_sym_SLASH_EQ] = ACTIONS(3864), - [anon_sym_PERCENT_EQ] = ACTIONS(3864), - [anon_sym_PLUS_EQ] = ACTIONS(3864), - [anon_sym_DASH_EQ] = ACTIONS(3864), - [anon_sym_LT_LT_EQ] = ACTIONS(3864), - [anon_sym_GT_GT_EQ] = ACTIONS(3864), - [anon_sym_AMP_EQ] = ACTIONS(3864), - [anon_sym_CARET_EQ] = ACTIONS(3864), - [anon_sym_PIPE_EQ] = ACTIONS(3864), - [anon_sym_and_eq] = ACTIONS(3866), - [anon_sym_or_eq] = ACTIONS(3866), - [anon_sym_xor_eq] = ACTIONS(3866), - [anon_sym_LT_EQ_GT] = ACTIONS(3864), - [anon_sym_or] = ACTIONS(3866), - [anon_sym_and] = ACTIONS(3866), - [anon_sym_bitor] = ACTIONS(3866), - [anon_sym_xor] = ACTIONS(3866), - [anon_sym_bitand] = ACTIONS(3866), - [anon_sym_not_eq] = ACTIONS(3866), - [anon_sym_DASH_DASH] = ACTIONS(3864), - [anon_sym_PLUS_PLUS] = ACTIONS(3864), - [anon_sym_DOT] = ACTIONS(3866), - [anon_sym_DASH_GT] = ACTIONS(3864), - [anon_sym_L_DQUOTE] = ACTIONS(3868), - [anon_sym_u_DQUOTE] = ACTIONS(3868), - [anon_sym_U_DQUOTE] = ACTIONS(3868), - [anon_sym_u8_DQUOTE] = ACTIONS(3868), - [anon_sym_DQUOTE] = ACTIONS(3868), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3871), - [anon_sym_LR_DQUOTE] = ACTIONS(3871), - [anon_sym_uR_DQUOTE] = ACTIONS(3871), - [anon_sym_UR_DQUOTE] = ACTIONS(3871), - [anon_sym_u8R_DQUOTE] = ACTIONS(3871), - [sym_literal_suffix] = ACTIONS(3866), - }, - [1779] = { - [sym_string_literal] = STATE(1778), - [sym_raw_string_literal] = STATE(1778), - [aux_sym_concatenated_string_repeat1] = STATE(1778), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3874), - [anon_sym_COMMA] = ACTIONS(3874), - [anon_sym_RPAREN] = ACTIONS(3874), - [anon_sym_LPAREN2] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3876), - [anon_sym_STAR] = ACTIONS(3876), - [anon_sym_SLASH] = ACTIONS(3876), - [anon_sym_PERCENT] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3874), - [anon_sym_AMP_AMP] = ACTIONS(3874), - [anon_sym_PIPE] = ACTIONS(3876), - [anon_sym_CARET] = ACTIONS(3876), - [anon_sym_AMP] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3874), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3876), - [anon_sym_LT_LT] = ACTIONS(3876), - [anon_sym_GT_GT] = ACTIONS(3876), - [anon_sym_SEMI] = ACTIONS(3874), - [anon_sym_RBRACE] = ACTIONS(3874), - [anon_sym_LBRACK] = ACTIONS(3874), - [anon_sym_RBRACK] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(3876), - [anon_sym_COLON] = ACTIONS(3874), - [anon_sym_QMARK] = ACTIONS(3874), - [anon_sym_STAR_EQ] = ACTIONS(3874), - [anon_sym_SLASH_EQ] = ACTIONS(3874), - [anon_sym_PERCENT_EQ] = ACTIONS(3874), - [anon_sym_PLUS_EQ] = ACTIONS(3874), - [anon_sym_DASH_EQ] = ACTIONS(3874), - [anon_sym_LT_LT_EQ] = ACTIONS(3874), - [anon_sym_GT_GT_EQ] = ACTIONS(3874), - [anon_sym_AMP_EQ] = ACTIONS(3874), - [anon_sym_CARET_EQ] = ACTIONS(3874), - [anon_sym_PIPE_EQ] = ACTIONS(3874), - [anon_sym_and_eq] = ACTIONS(3876), - [anon_sym_or_eq] = ACTIONS(3876), - [anon_sym_xor_eq] = ACTIONS(3876), - [anon_sym_LT_EQ_GT] = ACTIONS(3874), - [anon_sym_or] = ACTIONS(3876), - [anon_sym_and] = ACTIONS(3876), - [anon_sym_bitor] = ACTIONS(3876), - [anon_sym_xor] = ACTIONS(3876), - [anon_sym_bitand] = ACTIONS(3876), - [anon_sym_not_eq] = ACTIONS(3876), - [anon_sym_DASH_DASH] = ACTIONS(3874), - [anon_sym_PLUS_PLUS] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3876), - [anon_sym_DASH_GT] = ACTIONS(3874), + [sym_string_literal] = STATE(1781), + [sym_raw_string_literal] = STATE(1781), + [aux_sym_concatenated_string_repeat1] = STATE(1781), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_RPAREN] = ACTIONS(3746), + [anon_sym_LPAREN2] = ACTIONS(3746), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3754), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3746), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3754), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3754), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_SEMI] = ACTIONS(3746), + [anon_sym_RBRACE] = ACTIONS(3746), + [anon_sym_LBRACK] = ACTIONS(3746), + [anon_sym_RBRACK] = ACTIONS(3746), + [anon_sym_EQ] = ACTIONS(3754), + [anon_sym_COLON] = ACTIONS(3746), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3746), + [anon_sym_SLASH_EQ] = ACTIONS(3746), + [anon_sym_PERCENT_EQ] = ACTIONS(3746), + [anon_sym_PLUS_EQ] = ACTIONS(3746), + [anon_sym_DASH_EQ] = ACTIONS(3746), + [anon_sym_LT_LT_EQ] = ACTIONS(3746), + [anon_sym_GT_GT_EQ] = ACTIONS(3746), + [anon_sym_AMP_EQ] = ACTIONS(3746), + [anon_sym_CARET_EQ] = ACTIONS(3746), + [anon_sym_PIPE_EQ] = ACTIONS(3746), + [anon_sym_and_eq] = ACTIONS(3754), + [anon_sym_or_eq] = ACTIONS(3754), + [anon_sym_xor_eq] = ACTIONS(3754), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3746), [anon_sym_L_DQUOTE] = ACTIONS(1531), [anon_sym_u_DQUOTE] = ACTIONS(1531), [anon_sym_U_DQUOTE] = ACTIONS(1531), @@ -219910,41 +219598,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_uR_DQUOTE] = ACTIONS(1539), [anon_sym_UR_DQUOTE] = ACTIONS(1539), [anon_sym_u8R_DQUOTE] = ACTIONS(1539), - [sym_literal_suffix] = ACTIONS(3876), + [sym_literal_suffix] = ACTIONS(3868), }, - [1780] = { - [sym_function_definition] = STATE(1013), - [sym_declaration] = STATE(1013), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4167), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_ms_call_modifier] = STATE(2054), - [sym_declaration_list] = STATE(1013), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3424), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5299), - [sym_qualified_type_identifier] = STATE(3551), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(2872), + [1779] = { + [sym_function_definition] = STATE(511), + [sym_declaration] = STATE(511), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4145), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_ms_call_modifier] = STATE(2129), + [sym_declaration_list] = STATE(511), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3417), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5218), + [sym_qualified_type_identifier] = STATE(3425), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(2876), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2878), + [anon_sym_COLON_COLON] = ACTIONS(2882), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(49), @@ -219953,7 +219641,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(3878), + [anon_sym_LBRACE] = ACTIONS(3870), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -219970,7 +219658,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), @@ -219980,41 +219668,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), }, - [1781] = { - [sym_function_definition] = STATE(969), - [sym_declaration] = STATE(969), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4178), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_ms_call_modifier] = STATE(2119), - [sym_declaration_list] = STATE(969), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(3424), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5299), - [sym_qualified_type_identifier] = STATE(3551), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(2872), + [1780] = { + [sym_function_definition] = STATE(1059), + [sym_declaration] = STATE(1059), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4177), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_ms_call_modifier] = STATE(2117), + [sym_declaration_list] = STATE(1059), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(3417), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5218), + [sym_qualified_type_identifier] = STATE(3425), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(2876), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2878), + [anon_sym_COLON_COLON] = ACTIONS(2882), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(49), @@ -220023,7 +219711,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(49), [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(3880), + [anon_sym_LBRACE] = ACTIONS(3872), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -220040,465 +219728,328 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(105), - [anon_sym_decltype] = ACTIONS(107), - [anon_sym_virtual] = ACTIONS(109), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [sym_auto] = ACTIONS(105), + [anon_sym_decltype] = ACTIONS(107), + [anon_sym_virtual] = ACTIONS(109), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(976), + }, + [1781] = { + [sym_string_literal] = STATE(1776), + [sym_raw_string_literal] = STATE(1776), + [aux_sym_concatenated_string_repeat1] = STATE(1776), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3874), + [anon_sym_COMMA] = ACTIONS(3874), + [anon_sym_RPAREN] = ACTIONS(3874), + [anon_sym_LPAREN2] = ACTIONS(3874), + [anon_sym_DASH] = ACTIONS(3876), + [anon_sym_PLUS] = ACTIONS(3876), + [anon_sym_STAR] = ACTIONS(3876), + [anon_sym_SLASH] = ACTIONS(3876), + [anon_sym_PERCENT] = ACTIONS(3876), + [anon_sym_PIPE_PIPE] = ACTIONS(3874), + [anon_sym_AMP_AMP] = ACTIONS(3874), + [anon_sym_PIPE] = ACTIONS(3876), + [anon_sym_CARET] = ACTIONS(3876), + [anon_sym_AMP] = ACTIONS(3876), + [anon_sym_EQ_EQ] = ACTIONS(3874), + [anon_sym_BANG_EQ] = ACTIONS(3874), + [anon_sym_GT] = ACTIONS(3876), + [anon_sym_GT_EQ] = ACTIONS(3874), + [anon_sym_LT_EQ] = ACTIONS(3876), + [anon_sym_LT] = ACTIONS(3876), + [anon_sym_LT_LT] = ACTIONS(3876), + [anon_sym_GT_GT] = ACTIONS(3876), + [anon_sym_SEMI] = ACTIONS(3874), + [anon_sym_RBRACE] = ACTIONS(3874), + [anon_sym_LBRACK] = ACTIONS(3874), + [anon_sym_RBRACK] = ACTIONS(3874), + [anon_sym_EQ] = ACTIONS(3876), + [anon_sym_COLON] = ACTIONS(3874), + [anon_sym_QMARK] = ACTIONS(3874), + [anon_sym_STAR_EQ] = ACTIONS(3874), + [anon_sym_SLASH_EQ] = ACTIONS(3874), + [anon_sym_PERCENT_EQ] = ACTIONS(3874), + [anon_sym_PLUS_EQ] = ACTIONS(3874), + [anon_sym_DASH_EQ] = ACTIONS(3874), + [anon_sym_LT_LT_EQ] = ACTIONS(3874), + [anon_sym_GT_GT_EQ] = ACTIONS(3874), + [anon_sym_AMP_EQ] = ACTIONS(3874), + [anon_sym_CARET_EQ] = ACTIONS(3874), + [anon_sym_PIPE_EQ] = ACTIONS(3874), + [anon_sym_and_eq] = ACTIONS(3876), + [anon_sym_or_eq] = ACTIONS(3876), + [anon_sym_xor_eq] = ACTIONS(3876), + [anon_sym_LT_EQ_GT] = ACTIONS(3874), + [anon_sym_or] = ACTIONS(3876), + [anon_sym_and] = ACTIONS(3876), + [anon_sym_bitor] = ACTIONS(3876), + [anon_sym_xor] = ACTIONS(3876), + [anon_sym_bitand] = ACTIONS(3876), + [anon_sym_not_eq] = ACTIONS(3876), + [anon_sym_DASH_DASH] = ACTIONS(3874), + [anon_sym_PLUS_PLUS] = ACTIONS(3874), + [anon_sym_DOT] = ACTIONS(3876), + [anon_sym_DASH_GT] = ACTIONS(3874), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(1539), + [anon_sym_LR_DQUOTE] = ACTIONS(1539), + [anon_sym_uR_DQUOTE] = ACTIONS(1539), + [anon_sym_UR_DQUOTE] = ACTIONS(1539), + [anon_sym_u8R_DQUOTE] = ACTIONS(1539), + [sym_literal_suffix] = ACTIONS(3876), }, [1782] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3800), - [anon_sym_COMMA] = ACTIONS(3800), - [anon_sym_RPAREN] = ACTIONS(3800), - [anon_sym_LPAREN2] = ACTIONS(3800), - [anon_sym_DASH] = ACTIONS(3798), - [anon_sym_PLUS] = ACTIONS(3798), - [anon_sym_STAR] = ACTIONS(3798), - [anon_sym_SLASH] = ACTIONS(3798), - [anon_sym_PERCENT] = ACTIONS(3798), - [anon_sym_PIPE_PIPE] = ACTIONS(3800), - [anon_sym_AMP_AMP] = ACTIONS(3800), - [anon_sym_PIPE] = ACTIONS(3798), - [anon_sym_CARET] = ACTIONS(3798), - [anon_sym_AMP] = ACTIONS(3798), - [anon_sym_EQ_EQ] = ACTIONS(3800), - [anon_sym_BANG_EQ] = ACTIONS(3800), - [anon_sym_GT] = ACTIONS(3798), - [anon_sym_GT_EQ] = ACTIONS(3800), - [anon_sym_LT_EQ] = ACTIONS(3798), - [anon_sym_LT] = ACTIONS(3798), - [anon_sym_LT_LT] = ACTIONS(3798), - [anon_sym_GT_GT] = ACTIONS(3798), - [anon_sym_COLON_COLON] = ACTIONS(3800), - [anon_sym_LBRACE] = ACTIONS(3800), - [anon_sym_LBRACK] = ACTIONS(3800), - [anon_sym_EQ] = ACTIONS(3798), - [anon_sym_const] = ACTIONS(3798), - [anon_sym_volatile] = ACTIONS(3800), - [anon_sym_restrict] = ACTIONS(3800), - [anon_sym__Atomic] = ACTIONS(3800), - [anon_sym_mutable] = ACTIONS(3800), - [anon_sym_constexpr] = ACTIONS(3800), - [anon_sym_constinit] = ACTIONS(3800), - [anon_sym_consteval] = ACTIONS(3800), - [anon_sym_COLON] = ACTIONS(3798), - [anon_sym_QMARK] = ACTIONS(3800), - [anon_sym_STAR_EQ] = ACTIONS(3800), - [anon_sym_SLASH_EQ] = ACTIONS(3800), - [anon_sym_PERCENT_EQ] = ACTIONS(3800), - [anon_sym_PLUS_EQ] = ACTIONS(3800), - [anon_sym_DASH_EQ] = ACTIONS(3800), - [anon_sym_LT_LT_EQ] = ACTIONS(3800), - [anon_sym_GT_GT_EQ] = ACTIONS(3800), - [anon_sym_AMP_EQ] = ACTIONS(3800), - [anon_sym_CARET_EQ] = ACTIONS(3800), - [anon_sym_PIPE_EQ] = ACTIONS(3800), - [anon_sym_and_eq] = ACTIONS(3800), - [anon_sym_or_eq] = ACTIONS(3800), - [anon_sym_xor_eq] = ACTIONS(3800), - [anon_sym_LT_EQ_GT] = ACTIONS(3800), - [anon_sym_or] = ACTIONS(3798), - [anon_sym_and] = ACTIONS(3798), - [anon_sym_bitor] = ACTIONS(3800), - [anon_sym_xor] = ACTIONS(3798), - [anon_sym_bitand] = ACTIONS(3800), - [anon_sym_not_eq] = ACTIONS(3800), - [anon_sym_DASH_DASH] = ACTIONS(3800), - [anon_sym_PLUS_PLUS] = ACTIONS(3800), - [anon_sym_DOT] = ACTIONS(3798), - [anon_sym_DASH_GT] = ACTIONS(3798), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3802), + [anon_sym_COMMA] = ACTIONS(3802), + [anon_sym_RPAREN] = ACTIONS(3802), + [anon_sym_LPAREN2] = ACTIONS(3802), + [anon_sym_DASH] = ACTIONS(3800), + [anon_sym_PLUS] = ACTIONS(3800), + [anon_sym_STAR] = ACTIONS(3800), + [anon_sym_SLASH] = ACTIONS(3800), + [anon_sym_PERCENT] = ACTIONS(3800), + [anon_sym_PIPE_PIPE] = ACTIONS(3802), + [anon_sym_AMP_AMP] = ACTIONS(3802), + [anon_sym_PIPE] = ACTIONS(3800), + [anon_sym_CARET] = ACTIONS(3800), + [anon_sym_AMP] = ACTIONS(3800), + [anon_sym_EQ_EQ] = ACTIONS(3802), + [anon_sym_BANG_EQ] = ACTIONS(3802), + [anon_sym_GT] = ACTIONS(3800), + [anon_sym_GT_EQ] = ACTIONS(3802), + [anon_sym_LT_EQ] = ACTIONS(3800), + [anon_sym_LT] = ACTIONS(3800), + [anon_sym_LT_LT] = ACTIONS(3800), + [anon_sym_GT_GT] = ACTIONS(3800), + [anon_sym_COLON_COLON] = ACTIONS(3802), + [anon_sym_LBRACE] = ACTIONS(3802), + [anon_sym_LBRACK] = ACTIONS(3802), + [anon_sym_EQ] = ACTIONS(3800), + [anon_sym_const] = ACTIONS(3800), + [anon_sym_volatile] = ACTIONS(3802), + [anon_sym_restrict] = ACTIONS(3802), + [anon_sym__Atomic] = ACTIONS(3802), + [anon_sym_mutable] = ACTIONS(3802), + [anon_sym_constexpr] = ACTIONS(3802), + [anon_sym_constinit] = ACTIONS(3802), + [anon_sym_consteval] = ACTIONS(3802), + [anon_sym_COLON] = ACTIONS(3800), + [anon_sym_QMARK] = ACTIONS(3802), + [anon_sym_STAR_EQ] = ACTIONS(3802), + [anon_sym_SLASH_EQ] = ACTIONS(3802), + [anon_sym_PERCENT_EQ] = ACTIONS(3802), + [anon_sym_PLUS_EQ] = ACTIONS(3802), + [anon_sym_DASH_EQ] = ACTIONS(3802), + [anon_sym_LT_LT_EQ] = ACTIONS(3802), + [anon_sym_GT_GT_EQ] = ACTIONS(3802), + [anon_sym_AMP_EQ] = ACTIONS(3802), + [anon_sym_CARET_EQ] = ACTIONS(3802), + [anon_sym_PIPE_EQ] = ACTIONS(3802), + [anon_sym_and_eq] = ACTIONS(3802), + [anon_sym_or_eq] = ACTIONS(3802), + [anon_sym_xor_eq] = ACTIONS(3802), + [anon_sym_LT_EQ_GT] = ACTIONS(3802), + [anon_sym_or] = ACTIONS(3800), + [anon_sym_and] = ACTIONS(3800), + [anon_sym_bitor] = ACTIONS(3802), + [anon_sym_xor] = ACTIONS(3800), + [anon_sym_bitand] = ACTIONS(3802), + [anon_sym_not_eq] = ACTIONS(3802), + [anon_sym_DASH_DASH] = ACTIONS(3802), + [anon_sym_PLUS_PLUS] = ACTIONS(3802), + [anon_sym_DOT] = ACTIONS(3800), + [anon_sym_DASH_GT] = ACTIONS(3800), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3800), - [anon_sym_decltype] = ACTIONS(3800), - [anon_sym_final] = ACTIONS(3800), - [anon_sym_override] = ACTIONS(3800), - [anon_sym_DOT_STAR] = ACTIONS(3800), - [anon_sym_DASH_GT_STAR] = ACTIONS(3800), + [sym_auto] = ACTIONS(3802), + [anon_sym_decltype] = ACTIONS(3802), + [anon_sym_final] = ACTIONS(3802), + [anon_sym_override] = ACTIONS(3802), + [anon_sym_DOT_STAR] = ACTIONS(3802), + [anon_sym_DASH_GT_STAR] = ACTIONS(3802), }, [1783] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3826), - [anon_sym_COMMA] = ACTIONS(3826), - [anon_sym_RPAREN] = ACTIONS(3826), - [anon_sym_LPAREN2] = ACTIONS(3826), - [anon_sym_DASH] = ACTIONS(3824), - [anon_sym_PLUS] = ACTIONS(3824), - [anon_sym_STAR] = ACTIONS(3824), - [anon_sym_SLASH] = ACTIONS(3824), - [anon_sym_PERCENT] = ACTIONS(3824), - [anon_sym_PIPE_PIPE] = ACTIONS(3826), - [anon_sym_AMP_AMP] = ACTIONS(3826), - [anon_sym_PIPE] = ACTIONS(3824), - [anon_sym_CARET] = ACTIONS(3824), - [anon_sym_AMP] = ACTIONS(3824), - [anon_sym_EQ_EQ] = ACTIONS(3826), - [anon_sym_BANG_EQ] = ACTIONS(3826), - [anon_sym_GT] = ACTIONS(3824), - [anon_sym_GT_EQ] = ACTIONS(3826), - [anon_sym_LT_EQ] = ACTIONS(3824), - [anon_sym_LT] = ACTIONS(3824), - [anon_sym_LT_LT] = ACTIONS(3824), - [anon_sym_GT_GT] = ACTIONS(3824), - [anon_sym_COLON_COLON] = ACTIONS(3826), - [anon_sym_LBRACE] = ACTIONS(3826), - [anon_sym_LBRACK] = ACTIONS(3826), - [anon_sym_EQ] = ACTIONS(3824), - [anon_sym_const] = ACTIONS(3824), - [anon_sym_volatile] = ACTIONS(3826), - [anon_sym_restrict] = ACTIONS(3826), - [anon_sym__Atomic] = ACTIONS(3826), - [anon_sym_mutable] = ACTIONS(3826), - [anon_sym_constexpr] = ACTIONS(3826), - [anon_sym_constinit] = ACTIONS(3826), - [anon_sym_consteval] = ACTIONS(3826), - [anon_sym_COLON] = ACTIONS(3824), - [anon_sym_QMARK] = ACTIONS(3826), - [anon_sym_STAR_EQ] = ACTIONS(3826), - [anon_sym_SLASH_EQ] = ACTIONS(3826), - [anon_sym_PERCENT_EQ] = ACTIONS(3826), - [anon_sym_PLUS_EQ] = ACTIONS(3826), - [anon_sym_DASH_EQ] = ACTIONS(3826), - [anon_sym_LT_LT_EQ] = ACTIONS(3826), - [anon_sym_GT_GT_EQ] = ACTIONS(3826), - [anon_sym_AMP_EQ] = ACTIONS(3826), - [anon_sym_CARET_EQ] = ACTIONS(3826), - [anon_sym_PIPE_EQ] = ACTIONS(3826), - [anon_sym_and_eq] = ACTIONS(3826), - [anon_sym_or_eq] = ACTIONS(3826), - [anon_sym_xor_eq] = ACTIONS(3826), - [anon_sym_LT_EQ_GT] = ACTIONS(3826), - [anon_sym_or] = ACTIONS(3824), - [anon_sym_and] = ACTIONS(3824), - [anon_sym_bitor] = ACTIONS(3826), - [anon_sym_xor] = ACTIONS(3824), - [anon_sym_bitand] = ACTIONS(3826), - [anon_sym_not_eq] = ACTIONS(3826), - [anon_sym_DASH_DASH] = ACTIONS(3826), - [anon_sym_PLUS_PLUS] = ACTIONS(3826), - [anon_sym_DOT] = ACTIONS(3824), - [anon_sym_DASH_GT] = ACTIONS(3824), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3828), + [anon_sym_COMMA] = ACTIONS(3828), + [anon_sym_RPAREN] = ACTIONS(3828), + [anon_sym_LPAREN2] = ACTIONS(3828), + [anon_sym_DASH] = ACTIONS(3826), + [anon_sym_PLUS] = ACTIONS(3826), + [anon_sym_STAR] = ACTIONS(3826), + [anon_sym_SLASH] = ACTIONS(3826), + [anon_sym_PERCENT] = ACTIONS(3826), + [anon_sym_PIPE_PIPE] = ACTIONS(3828), + [anon_sym_AMP_AMP] = ACTIONS(3828), + [anon_sym_PIPE] = ACTIONS(3826), + [anon_sym_CARET] = ACTIONS(3826), + [anon_sym_AMP] = ACTIONS(3826), + [anon_sym_EQ_EQ] = ACTIONS(3828), + [anon_sym_BANG_EQ] = ACTIONS(3828), + [anon_sym_GT] = ACTIONS(3826), + [anon_sym_GT_EQ] = ACTIONS(3828), + [anon_sym_LT_EQ] = ACTIONS(3826), + [anon_sym_LT] = ACTIONS(3826), + [anon_sym_LT_LT] = ACTIONS(3826), + [anon_sym_GT_GT] = ACTIONS(3826), + [anon_sym_COLON_COLON] = ACTIONS(3828), + [anon_sym_LBRACE] = ACTIONS(3828), + [anon_sym_LBRACK] = ACTIONS(3828), + [anon_sym_EQ] = ACTIONS(3826), + [anon_sym_const] = ACTIONS(3826), + [anon_sym_volatile] = ACTIONS(3828), + [anon_sym_restrict] = ACTIONS(3828), + [anon_sym__Atomic] = ACTIONS(3828), + [anon_sym_mutable] = ACTIONS(3828), + [anon_sym_constexpr] = ACTIONS(3828), + [anon_sym_constinit] = ACTIONS(3828), + [anon_sym_consteval] = ACTIONS(3828), + [anon_sym_COLON] = ACTIONS(3826), + [anon_sym_QMARK] = ACTIONS(3828), + [anon_sym_STAR_EQ] = ACTIONS(3828), + [anon_sym_SLASH_EQ] = ACTIONS(3828), + [anon_sym_PERCENT_EQ] = ACTIONS(3828), + [anon_sym_PLUS_EQ] = ACTIONS(3828), + [anon_sym_DASH_EQ] = ACTIONS(3828), + [anon_sym_LT_LT_EQ] = ACTIONS(3828), + [anon_sym_GT_GT_EQ] = ACTIONS(3828), + [anon_sym_AMP_EQ] = ACTIONS(3828), + [anon_sym_CARET_EQ] = ACTIONS(3828), + [anon_sym_PIPE_EQ] = ACTIONS(3828), + [anon_sym_and_eq] = ACTIONS(3828), + [anon_sym_or_eq] = ACTIONS(3828), + [anon_sym_xor_eq] = ACTIONS(3828), + [anon_sym_LT_EQ_GT] = ACTIONS(3828), + [anon_sym_or] = ACTIONS(3826), + [anon_sym_and] = ACTIONS(3826), + [anon_sym_bitor] = ACTIONS(3828), + [anon_sym_xor] = ACTIONS(3826), + [anon_sym_bitand] = ACTIONS(3828), + [anon_sym_not_eq] = ACTIONS(3828), + [anon_sym_DASH_DASH] = ACTIONS(3828), + [anon_sym_PLUS_PLUS] = ACTIONS(3828), + [anon_sym_DOT] = ACTIONS(3826), + [anon_sym_DASH_GT] = ACTIONS(3826), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3826), - [anon_sym_decltype] = ACTIONS(3826), - [anon_sym_final] = ACTIONS(3826), - [anon_sym_override] = ACTIONS(3826), - [anon_sym_DOT_STAR] = ACTIONS(3826), - [anon_sym_DASH_GT_STAR] = ACTIONS(3826), + [sym_auto] = ACTIONS(3828), + [anon_sym_decltype] = ACTIONS(3828), + [anon_sym_final] = ACTIONS(3828), + [anon_sym_override] = ACTIONS(3828), + [anon_sym_DOT_STAR] = ACTIONS(3828), + [anon_sym_DASH_GT_STAR] = ACTIONS(3828), }, [1784] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3791), - [anon_sym_COMMA] = ACTIONS(3791), - [anon_sym_RPAREN] = ACTIONS(3791), - [anon_sym_LPAREN2] = ACTIONS(3791), - [anon_sym_DASH] = ACTIONS(3789), - [anon_sym_PLUS] = ACTIONS(3789), - [anon_sym_STAR] = ACTIONS(3789), - [anon_sym_SLASH] = ACTIONS(3789), - [anon_sym_PERCENT] = ACTIONS(3789), - [anon_sym_PIPE_PIPE] = ACTIONS(3791), - [anon_sym_AMP_AMP] = ACTIONS(3791), - [anon_sym_PIPE] = ACTIONS(3789), - [anon_sym_CARET] = ACTIONS(3789), - [anon_sym_AMP] = ACTIONS(3789), - [anon_sym_EQ_EQ] = ACTIONS(3791), - [anon_sym_BANG_EQ] = ACTIONS(3791), - [anon_sym_GT] = ACTIONS(3789), - [anon_sym_GT_EQ] = ACTIONS(3791), - [anon_sym_LT_EQ] = ACTIONS(3789), - [anon_sym_LT] = ACTIONS(3789), - [anon_sym_LT_LT] = ACTIONS(3789), - [anon_sym_GT_GT] = ACTIONS(3789), - [anon_sym_COLON_COLON] = ACTIONS(3791), - [anon_sym_LBRACE] = ACTIONS(3791), - [anon_sym_LBRACK] = ACTIONS(3791), - [anon_sym_EQ] = ACTIONS(3789), - [anon_sym_const] = ACTIONS(3789), - [anon_sym_volatile] = ACTIONS(3791), - [anon_sym_restrict] = ACTIONS(3791), - [anon_sym__Atomic] = ACTIONS(3791), - [anon_sym_mutable] = ACTIONS(3791), - [anon_sym_constexpr] = ACTIONS(3791), - [anon_sym_constinit] = ACTIONS(3791), - [anon_sym_consteval] = ACTIONS(3791), - [anon_sym_COLON] = ACTIONS(3789), - [anon_sym_QMARK] = ACTIONS(3791), - [anon_sym_STAR_EQ] = ACTIONS(3791), - [anon_sym_SLASH_EQ] = ACTIONS(3791), - [anon_sym_PERCENT_EQ] = ACTIONS(3791), - [anon_sym_PLUS_EQ] = ACTIONS(3791), - [anon_sym_DASH_EQ] = ACTIONS(3791), - [anon_sym_LT_LT_EQ] = ACTIONS(3791), - [anon_sym_GT_GT_EQ] = ACTIONS(3791), - [anon_sym_AMP_EQ] = ACTIONS(3791), - [anon_sym_CARET_EQ] = ACTIONS(3791), - [anon_sym_PIPE_EQ] = ACTIONS(3791), - [anon_sym_and_eq] = ACTIONS(3791), - [anon_sym_or_eq] = ACTIONS(3791), - [anon_sym_xor_eq] = ACTIONS(3791), - [anon_sym_LT_EQ_GT] = ACTIONS(3791), - [anon_sym_or] = ACTIONS(3789), - [anon_sym_and] = ACTIONS(3789), - [anon_sym_bitor] = ACTIONS(3791), - [anon_sym_xor] = ACTIONS(3789), - [anon_sym_bitand] = ACTIONS(3791), - [anon_sym_not_eq] = ACTIONS(3791), - [anon_sym_DASH_DASH] = ACTIONS(3791), - [anon_sym_PLUS_PLUS] = ACTIONS(3791), - [anon_sym_DOT] = ACTIONS(3789), - [anon_sym_DASH_GT] = ACTIONS(3789), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3791), - [anon_sym_decltype] = ACTIONS(3791), - [anon_sym_final] = ACTIONS(3791), - [anon_sym_override] = ACTIONS(3791), - [anon_sym_DOT_STAR] = ACTIONS(3791), - [anon_sym_DASH_GT_STAR] = ACTIONS(3791), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3787), + [anon_sym_COMMA] = ACTIONS(3787), + [anon_sym_RPAREN] = ACTIONS(3787), + [anon_sym_LPAREN2] = ACTIONS(3787), + [anon_sym_DASH] = ACTIONS(3785), + [anon_sym_PLUS] = ACTIONS(3785), + [anon_sym_STAR] = ACTIONS(3785), + [anon_sym_SLASH] = ACTIONS(3785), + [anon_sym_PERCENT] = ACTIONS(3785), + [anon_sym_PIPE_PIPE] = ACTIONS(3787), + [anon_sym_AMP_AMP] = ACTIONS(3787), + [anon_sym_PIPE] = ACTIONS(3785), + [anon_sym_CARET] = ACTIONS(3785), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_EQ_EQ] = ACTIONS(3787), + [anon_sym_BANG_EQ] = ACTIONS(3787), + [anon_sym_GT] = ACTIONS(3785), + [anon_sym_GT_EQ] = ACTIONS(3787), + [anon_sym_LT_EQ] = ACTIONS(3785), + [anon_sym_LT] = ACTIONS(3785), + [anon_sym_LT_LT] = ACTIONS(3785), + [anon_sym_GT_GT] = ACTIONS(3785), + [anon_sym_COLON_COLON] = ACTIONS(3787), + [anon_sym_LBRACE] = ACTIONS(3787), + [anon_sym_LBRACK] = ACTIONS(3787), + [anon_sym_EQ] = ACTIONS(3785), + [anon_sym_const] = ACTIONS(3785), + [anon_sym_volatile] = ACTIONS(3787), + [anon_sym_restrict] = ACTIONS(3787), + [anon_sym__Atomic] = ACTIONS(3787), + [anon_sym_mutable] = ACTIONS(3787), + [anon_sym_constexpr] = ACTIONS(3787), + [anon_sym_constinit] = ACTIONS(3787), + [anon_sym_consteval] = ACTIONS(3787), + [anon_sym_COLON] = ACTIONS(3785), + [anon_sym_QMARK] = ACTIONS(3787), + [anon_sym_STAR_EQ] = ACTIONS(3787), + [anon_sym_SLASH_EQ] = ACTIONS(3787), + [anon_sym_PERCENT_EQ] = ACTIONS(3787), + [anon_sym_PLUS_EQ] = ACTIONS(3787), + [anon_sym_DASH_EQ] = ACTIONS(3787), + [anon_sym_LT_LT_EQ] = ACTIONS(3787), + [anon_sym_GT_GT_EQ] = ACTIONS(3787), + [anon_sym_AMP_EQ] = ACTIONS(3787), + [anon_sym_CARET_EQ] = ACTIONS(3787), + [anon_sym_PIPE_EQ] = ACTIONS(3787), + [anon_sym_and_eq] = ACTIONS(3787), + [anon_sym_or_eq] = ACTIONS(3787), + [anon_sym_xor_eq] = ACTIONS(3787), + [anon_sym_LT_EQ_GT] = ACTIONS(3787), + [anon_sym_or] = ACTIONS(3785), + [anon_sym_and] = ACTIONS(3785), + [anon_sym_bitor] = ACTIONS(3787), + [anon_sym_xor] = ACTIONS(3785), + [anon_sym_bitand] = ACTIONS(3787), + [anon_sym_not_eq] = ACTIONS(3787), + [anon_sym_DASH_DASH] = ACTIONS(3787), + [anon_sym_PLUS_PLUS] = ACTIONS(3787), + [anon_sym_DOT] = ACTIONS(3785), + [anon_sym_DASH_GT] = ACTIONS(3785), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3787), + [anon_sym_decltype] = ACTIONS(3787), + [anon_sym_final] = ACTIONS(3787), + [anon_sym_override] = ACTIONS(3787), + [anon_sym_DOT_STAR] = ACTIONS(3787), + [anon_sym_DASH_GT_STAR] = ACTIONS(3787), }, [1785] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3830), - [anon_sym_COMMA] = ACTIONS(3830), - [anon_sym_RPAREN] = ACTIONS(3830), - [anon_sym_LPAREN2] = ACTIONS(3830), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_PIPE_PIPE] = ACTIONS(3830), - [anon_sym_AMP_AMP] = ACTIONS(3830), - [anon_sym_PIPE] = ACTIONS(3828), - [anon_sym_CARET] = ACTIONS(3828), - [anon_sym_AMP] = ACTIONS(3828), - [anon_sym_EQ_EQ] = ACTIONS(3830), - [anon_sym_BANG_EQ] = ACTIONS(3830), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_GT_EQ] = ACTIONS(3830), - [anon_sym_LT_EQ] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_LT_LT] = ACTIONS(3828), - [anon_sym_GT_GT] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3830), - [anon_sym_LBRACE] = ACTIONS(3830), - [anon_sym_LBRACK] = ACTIONS(3830), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_const] = ACTIONS(3828), - [anon_sym_volatile] = ACTIONS(3830), - [anon_sym_restrict] = ACTIONS(3830), - [anon_sym__Atomic] = ACTIONS(3830), - [anon_sym_mutable] = ACTIONS(3830), - [anon_sym_constexpr] = ACTIONS(3830), - [anon_sym_constinit] = ACTIONS(3830), - [anon_sym_consteval] = ACTIONS(3830), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_QMARK] = ACTIONS(3830), - [anon_sym_STAR_EQ] = ACTIONS(3830), - [anon_sym_SLASH_EQ] = ACTIONS(3830), - [anon_sym_PERCENT_EQ] = ACTIONS(3830), - [anon_sym_PLUS_EQ] = ACTIONS(3830), - [anon_sym_DASH_EQ] = ACTIONS(3830), - [anon_sym_LT_LT_EQ] = ACTIONS(3830), - [anon_sym_GT_GT_EQ] = ACTIONS(3830), - [anon_sym_AMP_EQ] = ACTIONS(3830), - [anon_sym_CARET_EQ] = ACTIONS(3830), - [anon_sym_PIPE_EQ] = ACTIONS(3830), - [anon_sym_and_eq] = ACTIONS(3830), - [anon_sym_or_eq] = ACTIONS(3830), - [anon_sym_xor_eq] = ACTIONS(3830), - [anon_sym_LT_EQ_GT] = ACTIONS(3830), - [anon_sym_or] = ACTIONS(3828), - [anon_sym_and] = ACTIONS(3828), - [anon_sym_bitor] = ACTIONS(3830), - [anon_sym_xor] = ACTIONS(3828), - [anon_sym_bitand] = ACTIONS(3830), - [anon_sym_not_eq] = ACTIONS(3830), - [anon_sym_DASH_DASH] = ACTIONS(3830), - [anon_sym_PLUS_PLUS] = ACTIONS(3830), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3828), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3830), - [anon_sym_decltype] = ACTIONS(3830), - [anon_sym_final] = ACTIONS(3830), - [anon_sym_override] = ACTIONS(3830), - [anon_sym_DOT_STAR] = ACTIONS(3830), - [anon_sym_DASH_GT_STAR] = ACTIONS(3830), - }, - [1786] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3834), - [anon_sym_COMMA] = ACTIONS(3834), - [anon_sym_RPAREN] = ACTIONS(3834), - [anon_sym_LPAREN2] = ACTIONS(3834), - [anon_sym_DASH] = ACTIONS(3832), - [anon_sym_PLUS] = ACTIONS(3832), - [anon_sym_STAR] = ACTIONS(3832), - [anon_sym_SLASH] = ACTIONS(3832), - [anon_sym_PERCENT] = ACTIONS(3832), - [anon_sym_PIPE_PIPE] = ACTIONS(3834), - [anon_sym_AMP_AMP] = ACTIONS(3834), - [anon_sym_PIPE] = ACTIONS(3832), - [anon_sym_CARET] = ACTIONS(3832), - [anon_sym_AMP] = ACTIONS(3832), - [anon_sym_EQ_EQ] = ACTIONS(3834), - [anon_sym_BANG_EQ] = ACTIONS(3834), - [anon_sym_GT] = ACTIONS(3832), - [anon_sym_GT_EQ] = ACTIONS(3834), - [anon_sym_LT_EQ] = ACTIONS(3832), - [anon_sym_LT] = ACTIONS(3832), - [anon_sym_LT_LT] = ACTIONS(3832), - [anon_sym_GT_GT] = ACTIONS(3832), - [anon_sym_COLON_COLON] = ACTIONS(3834), - [anon_sym_LBRACE] = ACTIONS(3834), - [anon_sym_LBRACK] = ACTIONS(3834), - [anon_sym_EQ] = ACTIONS(3832), - [anon_sym_const] = ACTIONS(3832), - [anon_sym_volatile] = ACTIONS(3834), - [anon_sym_restrict] = ACTIONS(3834), - [anon_sym__Atomic] = ACTIONS(3834), - [anon_sym_mutable] = ACTIONS(3834), - [anon_sym_constexpr] = ACTIONS(3834), - [anon_sym_constinit] = ACTIONS(3834), - [anon_sym_consteval] = ACTIONS(3834), - [anon_sym_COLON] = ACTIONS(3832), - [anon_sym_QMARK] = ACTIONS(3834), - [anon_sym_STAR_EQ] = ACTIONS(3834), - [anon_sym_SLASH_EQ] = ACTIONS(3834), - [anon_sym_PERCENT_EQ] = ACTIONS(3834), - [anon_sym_PLUS_EQ] = ACTIONS(3834), - [anon_sym_DASH_EQ] = ACTIONS(3834), - [anon_sym_LT_LT_EQ] = ACTIONS(3834), - [anon_sym_GT_GT_EQ] = ACTIONS(3834), - [anon_sym_AMP_EQ] = ACTIONS(3834), - [anon_sym_CARET_EQ] = ACTIONS(3834), - [anon_sym_PIPE_EQ] = ACTIONS(3834), - [anon_sym_and_eq] = ACTIONS(3834), - [anon_sym_or_eq] = ACTIONS(3834), - [anon_sym_xor_eq] = ACTIONS(3834), - [anon_sym_LT_EQ_GT] = ACTIONS(3834), - [anon_sym_or] = ACTIONS(3832), - [anon_sym_and] = ACTIONS(3832), - [anon_sym_bitor] = ACTIONS(3834), - [anon_sym_xor] = ACTIONS(3832), - [anon_sym_bitand] = ACTIONS(3834), - [anon_sym_not_eq] = ACTIONS(3834), - [anon_sym_DASH_DASH] = ACTIONS(3834), - [anon_sym_PLUS_PLUS] = ACTIONS(3834), - [anon_sym_DOT] = ACTIONS(3832), - [anon_sym_DASH_GT] = ACTIONS(3832), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3834), - [anon_sym_decltype] = ACTIONS(3834), - [anon_sym_final] = ACTIONS(3834), - [anon_sym_override] = ACTIONS(3834), - [anon_sym_DOT_STAR] = ACTIONS(3834), - [anon_sym_DASH_GT_STAR] = ACTIONS(3834), - }, - [1787] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3822), - [anon_sym_COMMA] = ACTIONS(3822), - [anon_sym_RPAREN] = ACTIONS(3822), - [anon_sym_LPAREN2] = ACTIONS(3822), - [anon_sym_DASH] = ACTIONS(3820), - [anon_sym_PLUS] = ACTIONS(3820), - [anon_sym_STAR] = ACTIONS(3820), - [anon_sym_SLASH] = ACTIONS(3820), - [anon_sym_PERCENT] = ACTIONS(3820), - [anon_sym_PIPE_PIPE] = ACTIONS(3822), - [anon_sym_AMP_AMP] = ACTIONS(3822), - [anon_sym_PIPE] = ACTIONS(3820), - [anon_sym_CARET] = ACTIONS(3820), - [anon_sym_AMP] = ACTIONS(3820), - [anon_sym_EQ_EQ] = ACTIONS(3822), - [anon_sym_BANG_EQ] = ACTIONS(3822), - [anon_sym_GT] = ACTIONS(3820), - [anon_sym_GT_EQ] = ACTIONS(3822), - [anon_sym_LT_EQ] = ACTIONS(3820), - [anon_sym_LT] = ACTIONS(3820), - [anon_sym_LT_LT] = ACTIONS(3820), - [anon_sym_GT_GT] = ACTIONS(3820), - [anon_sym_COLON_COLON] = ACTIONS(3822), - [anon_sym_LBRACE] = ACTIONS(3822), - [anon_sym_LBRACK] = ACTIONS(3822), - [anon_sym_EQ] = ACTIONS(3820), - [anon_sym_const] = ACTIONS(3820), - [anon_sym_volatile] = ACTIONS(3822), - [anon_sym_restrict] = ACTIONS(3822), - [anon_sym__Atomic] = ACTIONS(3822), - [anon_sym_mutable] = ACTIONS(3822), - [anon_sym_constexpr] = ACTIONS(3822), - [anon_sym_constinit] = ACTIONS(3822), - [anon_sym_consteval] = ACTIONS(3822), - [anon_sym_COLON] = ACTIONS(3820), - [anon_sym_QMARK] = ACTIONS(3822), - [anon_sym_STAR_EQ] = ACTIONS(3822), - [anon_sym_SLASH_EQ] = ACTIONS(3822), - [anon_sym_PERCENT_EQ] = ACTIONS(3822), - [anon_sym_PLUS_EQ] = ACTIONS(3822), - [anon_sym_DASH_EQ] = ACTIONS(3822), - [anon_sym_LT_LT_EQ] = ACTIONS(3822), - [anon_sym_GT_GT_EQ] = ACTIONS(3822), - [anon_sym_AMP_EQ] = ACTIONS(3822), - [anon_sym_CARET_EQ] = ACTIONS(3822), - [anon_sym_PIPE_EQ] = ACTIONS(3822), - [anon_sym_and_eq] = ACTIONS(3822), - [anon_sym_or_eq] = ACTIONS(3822), - [anon_sym_xor_eq] = ACTIONS(3822), - [anon_sym_LT_EQ_GT] = ACTIONS(3822), - [anon_sym_or] = ACTIONS(3820), - [anon_sym_and] = ACTIONS(3820), - [anon_sym_bitor] = ACTIONS(3822), - [anon_sym_xor] = ACTIONS(3820), - [anon_sym_bitand] = ACTIONS(3822), - [anon_sym_not_eq] = ACTIONS(3822), - [anon_sym_DASH_DASH] = ACTIONS(3822), - [anon_sym_PLUS_PLUS] = ACTIONS(3822), - [anon_sym_DOT] = ACTIONS(3820), - [anon_sym_DASH_GT] = ACTIONS(3820), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3822), - [anon_sym_decltype] = ACTIONS(3822), - [anon_sym_final] = ACTIONS(3822), - [anon_sym_override] = ACTIONS(3822), - [anon_sym_DOT_STAR] = ACTIONS(3822), - [anon_sym_DASH_GT_STAR] = ACTIONS(3822), - }, - [1788] = { - [sym_function_definition] = STATE(1993), - [sym_declaration] = STATE(1993), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4138), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_ms_call_modifier] = STATE(2014), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(7112), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(4117), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5299), - [sym_qualified_type_identifier] = STATE(4116), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(3882), + [sym_function_definition] = STATE(2343), + [sym_declaration] = STATE(2343), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4123), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_ms_call_modifier] = STATE(2125), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(7014), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(4102), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5218), + [sym_qualified_type_identifier] = STATE(4104), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(3878), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2878), + [anon_sym_COLON_COLON] = ACTIONS(2882), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(49), @@ -220523,120 +220074,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(3884), - [anon_sym_struct] = ACTIONS(3886), - [anon_sym_union] = ACTIONS(3888), + [anon_sym_class] = ACTIONS(3880), + [anon_sym_struct] = ACTIONS(3882), + [anon_sym_union] = ACTIONS(3884), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), }, - [1789] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3818), - [anon_sym_COMMA] = ACTIONS(3818), - [anon_sym_RPAREN] = ACTIONS(3818), - [anon_sym_LPAREN2] = ACTIONS(3818), - [anon_sym_DASH] = ACTIONS(3816), - [anon_sym_PLUS] = ACTIONS(3816), - [anon_sym_STAR] = ACTIONS(3816), - [anon_sym_SLASH] = ACTIONS(3816), - [anon_sym_PERCENT] = ACTIONS(3816), - [anon_sym_PIPE_PIPE] = ACTIONS(3818), - [anon_sym_AMP_AMP] = ACTIONS(3818), - [anon_sym_PIPE] = ACTIONS(3816), - [anon_sym_CARET] = ACTIONS(3816), - [anon_sym_AMP] = ACTIONS(3816), - [anon_sym_EQ_EQ] = ACTIONS(3818), - [anon_sym_BANG_EQ] = ACTIONS(3818), - [anon_sym_GT] = ACTIONS(3816), - [anon_sym_GT_EQ] = ACTIONS(3818), - [anon_sym_LT_EQ] = ACTIONS(3816), - [anon_sym_LT] = ACTIONS(3816), - [anon_sym_LT_LT] = ACTIONS(3816), - [anon_sym_GT_GT] = ACTIONS(3816), - [anon_sym_COLON_COLON] = ACTIONS(3818), - [anon_sym_LBRACE] = ACTIONS(3818), - [anon_sym_LBRACK] = ACTIONS(3818), - [anon_sym_EQ] = ACTIONS(3816), - [anon_sym_const] = ACTIONS(3816), - [anon_sym_volatile] = ACTIONS(3818), - [anon_sym_restrict] = ACTIONS(3818), - [anon_sym__Atomic] = ACTIONS(3818), - [anon_sym_mutable] = ACTIONS(3818), - [anon_sym_constexpr] = ACTIONS(3818), - [anon_sym_constinit] = ACTIONS(3818), - [anon_sym_consteval] = ACTIONS(3818), - [anon_sym_COLON] = ACTIONS(3816), - [anon_sym_QMARK] = ACTIONS(3818), - [anon_sym_STAR_EQ] = ACTIONS(3818), - [anon_sym_SLASH_EQ] = ACTIONS(3818), - [anon_sym_PERCENT_EQ] = ACTIONS(3818), - [anon_sym_PLUS_EQ] = ACTIONS(3818), - [anon_sym_DASH_EQ] = ACTIONS(3818), - [anon_sym_LT_LT_EQ] = ACTIONS(3818), - [anon_sym_GT_GT_EQ] = ACTIONS(3818), - [anon_sym_AMP_EQ] = ACTIONS(3818), - [anon_sym_CARET_EQ] = ACTIONS(3818), - [anon_sym_PIPE_EQ] = ACTIONS(3818), - [anon_sym_and_eq] = ACTIONS(3818), - [anon_sym_or_eq] = ACTIONS(3818), - [anon_sym_xor_eq] = ACTIONS(3818), - [anon_sym_LT_EQ_GT] = ACTIONS(3818), - [anon_sym_or] = ACTIONS(3816), - [anon_sym_and] = ACTIONS(3816), - [anon_sym_bitor] = ACTIONS(3818), - [anon_sym_xor] = ACTIONS(3816), - [anon_sym_bitand] = ACTIONS(3818), - [anon_sym_not_eq] = ACTIONS(3818), - [anon_sym_DASH_DASH] = ACTIONS(3818), - [anon_sym_PLUS_PLUS] = ACTIONS(3818), - [anon_sym_DOT] = ACTIONS(3816), - [anon_sym_DASH_GT] = ACTIONS(3816), + [1786] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(3824), + [anon_sym_COMMA] = ACTIONS(3824), + [anon_sym_RPAREN] = ACTIONS(3824), + [anon_sym_LPAREN2] = ACTIONS(3824), + [anon_sym_DASH] = ACTIONS(3822), + [anon_sym_PLUS] = ACTIONS(3822), + [anon_sym_STAR] = ACTIONS(3822), + [anon_sym_SLASH] = ACTIONS(3822), + [anon_sym_PERCENT] = ACTIONS(3822), + [anon_sym_PIPE_PIPE] = ACTIONS(3824), + [anon_sym_AMP_AMP] = ACTIONS(3824), + [anon_sym_PIPE] = ACTIONS(3822), + [anon_sym_CARET] = ACTIONS(3822), + [anon_sym_AMP] = ACTIONS(3822), + [anon_sym_EQ_EQ] = ACTIONS(3824), + [anon_sym_BANG_EQ] = ACTIONS(3824), + [anon_sym_GT] = ACTIONS(3822), + [anon_sym_GT_EQ] = ACTIONS(3824), + [anon_sym_LT_EQ] = ACTIONS(3822), + [anon_sym_LT] = ACTIONS(3822), + [anon_sym_LT_LT] = ACTIONS(3822), + [anon_sym_GT_GT] = ACTIONS(3822), + [anon_sym_COLON_COLON] = ACTIONS(3824), + [anon_sym_LBRACE] = ACTIONS(3824), + [anon_sym_LBRACK] = ACTIONS(3824), + [anon_sym_EQ] = ACTIONS(3822), + [anon_sym_const] = ACTIONS(3822), + [anon_sym_volatile] = ACTIONS(3824), + [anon_sym_restrict] = ACTIONS(3824), + [anon_sym__Atomic] = ACTIONS(3824), + [anon_sym_mutable] = ACTIONS(3824), + [anon_sym_constexpr] = ACTIONS(3824), + [anon_sym_constinit] = ACTIONS(3824), + [anon_sym_consteval] = ACTIONS(3824), + [anon_sym_COLON] = ACTIONS(3822), + [anon_sym_QMARK] = ACTIONS(3824), + [anon_sym_STAR_EQ] = ACTIONS(3824), + [anon_sym_SLASH_EQ] = ACTIONS(3824), + [anon_sym_PERCENT_EQ] = ACTIONS(3824), + [anon_sym_PLUS_EQ] = ACTIONS(3824), + [anon_sym_DASH_EQ] = ACTIONS(3824), + [anon_sym_LT_LT_EQ] = ACTIONS(3824), + [anon_sym_GT_GT_EQ] = ACTIONS(3824), + [anon_sym_AMP_EQ] = ACTIONS(3824), + [anon_sym_CARET_EQ] = ACTIONS(3824), + [anon_sym_PIPE_EQ] = ACTIONS(3824), + [anon_sym_and_eq] = ACTIONS(3824), + [anon_sym_or_eq] = ACTIONS(3824), + [anon_sym_xor_eq] = ACTIONS(3824), + [anon_sym_LT_EQ_GT] = ACTIONS(3824), + [anon_sym_or] = ACTIONS(3822), + [anon_sym_and] = ACTIONS(3822), + [anon_sym_bitor] = ACTIONS(3824), + [anon_sym_xor] = ACTIONS(3822), + [anon_sym_bitand] = ACTIONS(3824), + [anon_sym_not_eq] = ACTIONS(3824), + [anon_sym_DASH_DASH] = ACTIONS(3824), + [anon_sym_PLUS_PLUS] = ACTIONS(3824), + [anon_sym_DOT] = ACTIONS(3822), + [anon_sym_DASH_GT] = ACTIONS(3822), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3818), - [anon_sym_decltype] = ACTIONS(3818), - [anon_sym_final] = ACTIONS(3818), - [anon_sym_override] = ACTIONS(3818), - [anon_sym_DOT_STAR] = ACTIONS(3818), - [anon_sym_DASH_GT_STAR] = ACTIONS(3818), + [sym_auto] = ACTIONS(3824), + [anon_sym_decltype] = ACTIONS(3824), + [anon_sym_final] = ACTIONS(3824), + [anon_sym_override] = ACTIONS(3824), + [anon_sym_DOT_STAR] = ACTIONS(3824), + [anon_sym_DASH_GT_STAR] = ACTIONS(3824), }, - [1790] = { - [sym_function_definition] = STATE(2315), - [sym_declaration] = STATE(2315), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4137), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_ms_call_modifier] = STATE(2010), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(6992), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(4117), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5299), - [sym_qualified_type_identifier] = STATE(4116), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(3882), + [1787] = { + [sym_function_definition] = STATE(2034), + [sym_declaration] = STATE(2034), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4134), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_ms_call_modifier] = STATE(2123), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6892), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(4102), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5218), + [sym_qualified_type_identifier] = STATE(4104), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(3878), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2878), + [anon_sym_COLON_COLON] = ACTIONS(2882), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(49), @@ -220661,51 +220212,258 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(3890), - [anon_sym_struct] = ACTIONS(3892), - [anon_sym_union] = ACTIONS(3894), + [anon_sym_class] = ACTIONS(3886), + [anon_sym_struct] = ACTIONS(3888), + [anon_sym_union] = ACTIONS(3890), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), + }, + [1788] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(3820), + [anon_sym_COMMA] = ACTIONS(3820), + [anon_sym_RPAREN] = ACTIONS(3820), + [anon_sym_LPAREN2] = ACTIONS(3820), + [anon_sym_DASH] = ACTIONS(3818), + [anon_sym_PLUS] = ACTIONS(3818), + [anon_sym_STAR] = ACTIONS(3818), + [anon_sym_SLASH] = ACTIONS(3818), + [anon_sym_PERCENT] = ACTIONS(3818), + [anon_sym_PIPE_PIPE] = ACTIONS(3820), + [anon_sym_AMP_AMP] = ACTIONS(3820), + [anon_sym_PIPE] = ACTIONS(3818), + [anon_sym_CARET] = ACTIONS(3818), + [anon_sym_AMP] = ACTIONS(3818), + [anon_sym_EQ_EQ] = ACTIONS(3820), + [anon_sym_BANG_EQ] = ACTIONS(3820), + [anon_sym_GT] = ACTIONS(3818), + [anon_sym_GT_EQ] = ACTIONS(3820), + [anon_sym_LT_EQ] = ACTIONS(3818), + [anon_sym_LT] = ACTIONS(3818), + [anon_sym_LT_LT] = ACTIONS(3818), + [anon_sym_GT_GT] = ACTIONS(3818), + [anon_sym_COLON_COLON] = ACTIONS(3820), + [anon_sym_LBRACE] = ACTIONS(3820), + [anon_sym_LBRACK] = ACTIONS(3820), + [anon_sym_EQ] = ACTIONS(3818), + [anon_sym_const] = ACTIONS(3818), + [anon_sym_volatile] = ACTIONS(3820), + [anon_sym_restrict] = ACTIONS(3820), + [anon_sym__Atomic] = ACTIONS(3820), + [anon_sym_mutable] = ACTIONS(3820), + [anon_sym_constexpr] = ACTIONS(3820), + [anon_sym_constinit] = ACTIONS(3820), + [anon_sym_consteval] = ACTIONS(3820), + [anon_sym_COLON] = ACTIONS(3818), + [anon_sym_QMARK] = ACTIONS(3820), + [anon_sym_STAR_EQ] = ACTIONS(3820), + [anon_sym_SLASH_EQ] = ACTIONS(3820), + [anon_sym_PERCENT_EQ] = ACTIONS(3820), + [anon_sym_PLUS_EQ] = ACTIONS(3820), + [anon_sym_DASH_EQ] = ACTIONS(3820), + [anon_sym_LT_LT_EQ] = ACTIONS(3820), + [anon_sym_GT_GT_EQ] = ACTIONS(3820), + [anon_sym_AMP_EQ] = ACTIONS(3820), + [anon_sym_CARET_EQ] = ACTIONS(3820), + [anon_sym_PIPE_EQ] = ACTIONS(3820), + [anon_sym_and_eq] = ACTIONS(3820), + [anon_sym_or_eq] = ACTIONS(3820), + [anon_sym_xor_eq] = ACTIONS(3820), + [anon_sym_LT_EQ_GT] = ACTIONS(3820), + [anon_sym_or] = ACTIONS(3818), + [anon_sym_and] = ACTIONS(3818), + [anon_sym_bitor] = ACTIONS(3820), + [anon_sym_xor] = ACTIONS(3818), + [anon_sym_bitand] = ACTIONS(3820), + [anon_sym_not_eq] = ACTIONS(3820), + [anon_sym_DASH_DASH] = ACTIONS(3820), + [anon_sym_PLUS_PLUS] = ACTIONS(3820), + [anon_sym_DOT] = ACTIONS(3818), + [anon_sym_DASH_GT] = ACTIONS(3818), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3820), + [anon_sym_decltype] = ACTIONS(3820), + [anon_sym_final] = ACTIONS(3820), + [anon_sym_override] = ACTIONS(3820), + [anon_sym_DOT_STAR] = ACTIONS(3820), + [anon_sym_DASH_GT_STAR] = ACTIONS(3820), + }, + [1789] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(3798), + [anon_sym_COMMA] = ACTIONS(3798), + [anon_sym_RPAREN] = ACTIONS(3798), + [anon_sym_LPAREN2] = ACTIONS(3798), + [anon_sym_DASH] = ACTIONS(3796), + [anon_sym_PLUS] = ACTIONS(3796), + [anon_sym_STAR] = ACTIONS(3796), + [anon_sym_SLASH] = ACTIONS(3796), + [anon_sym_PERCENT] = ACTIONS(3796), + [anon_sym_PIPE_PIPE] = ACTIONS(3798), + [anon_sym_AMP_AMP] = ACTIONS(3798), + [anon_sym_PIPE] = ACTIONS(3796), + [anon_sym_CARET] = ACTIONS(3796), + [anon_sym_AMP] = ACTIONS(3796), + [anon_sym_EQ_EQ] = ACTIONS(3798), + [anon_sym_BANG_EQ] = ACTIONS(3798), + [anon_sym_GT] = ACTIONS(3796), + [anon_sym_GT_EQ] = ACTIONS(3798), + [anon_sym_LT_EQ] = ACTIONS(3796), + [anon_sym_LT] = ACTIONS(3796), + [anon_sym_LT_LT] = ACTIONS(3796), + [anon_sym_GT_GT] = ACTIONS(3796), + [anon_sym_COLON_COLON] = ACTIONS(3798), + [anon_sym_LBRACE] = ACTIONS(3798), + [anon_sym_LBRACK] = ACTIONS(3798), + [anon_sym_EQ] = ACTIONS(3796), + [anon_sym_const] = ACTIONS(3796), + [anon_sym_volatile] = ACTIONS(3798), + [anon_sym_restrict] = ACTIONS(3798), + [anon_sym__Atomic] = ACTIONS(3798), + [anon_sym_mutable] = ACTIONS(3798), + [anon_sym_constexpr] = ACTIONS(3798), + [anon_sym_constinit] = ACTIONS(3798), + [anon_sym_consteval] = ACTIONS(3798), + [anon_sym_COLON] = ACTIONS(3796), + [anon_sym_QMARK] = ACTIONS(3798), + [anon_sym_STAR_EQ] = ACTIONS(3798), + [anon_sym_SLASH_EQ] = ACTIONS(3798), + [anon_sym_PERCENT_EQ] = ACTIONS(3798), + [anon_sym_PLUS_EQ] = ACTIONS(3798), + [anon_sym_DASH_EQ] = ACTIONS(3798), + [anon_sym_LT_LT_EQ] = ACTIONS(3798), + [anon_sym_GT_GT_EQ] = ACTIONS(3798), + [anon_sym_AMP_EQ] = ACTIONS(3798), + [anon_sym_CARET_EQ] = ACTIONS(3798), + [anon_sym_PIPE_EQ] = ACTIONS(3798), + [anon_sym_and_eq] = ACTIONS(3798), + [anon_sym_or_eq] = ACTIONS(3798), + [anon_sym_xor_eq] = ACTIONS(3798), + [anon_sym_LT_EQ_GT] = ACTIONS(3798), + [anon_sym_or] = ACTIONS(3796), + [anon_sym_and] = ACTIONS(3796), + [anon_sym_bitor] = ACTIONS(3798), + [anon_sym_xor] = ACTIONS(3796), + [anon_sym_bitand] = ACTIONS(3798), + [anon_sym_not_eq] = ACTIONS(3798), + [anon_sym_DASH_DASH] = ACTIONS(3798), + [anon_sym_PLUS_PLUS] = ACTIONS(3798), + [anon_sym_DOT] = ACTIONS(3796), + [anon_sym_DASH_GT] = ACTIONS(3796), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3798), + [anon_sym_decltype] = ACTIONS(3798), + [anon_sym_final] = ACTIONS(3798), + [anon_sym_override] = ACTIONS(3798), + [anon_sym_DOT_STAR] = ACTIONS(3798), + [anon_sym_DASH_GT_STAR] = ACTIONS(3798), + }, + [1790] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(3794), + [anon_sym_COMMA] = ACTIONS(3794), + [anon_sym_RPAREN] = ACTIONS(3794), + [anon_sym_LPAREN2] = ACTIONS(3794), + [anon_sym_DASH] = ACTIONS(3792), + [anon_sym_PLUS] = ACTIONS(3792), + [anon_sym_STAR] = ACTIONS(3792), + [anon_sym_SLASH] = ACTIONS(3792), + [anon_sym_PERCENT] = ACTIONS(3792), + [anon_sym_PIPE_PIPE] = ACTIONS(3794), + [anon_sym_AMP_AMP] = ACTIONS(3794), + [anon_sym_PIPE] = ACTIONS(3792), + [anon_sym_CARET] = ACTIONS(3792), + [anon_sym_AMP] = ACTIONS(3792), + [anon_sym_EQ_EQ] = ACTIONS(3794), + [anon_sym_BANG_EQ] = ACTIONS(3794), + [anon_sym_GT] = ACTIONS(3792), + [anon_sym_GT_EQ] = ACTIONS(3794), + [anon_sym_LT_EQ] = ACTIONS(3792), + [anon_sym_LT] = ACTIONS(3792), + [anon_sym_LT_LT] = ACTIONS(3792), + [anon_sym_GT_GT] = ACTIONS(3792), + [anon_sym_COLON_COLON] = ACTIONS(3794), + [anon_sym_LBRACE] = ACTIONS(3794), + [anon_sym_LBRACK] = ACTIONS(3794), + [anon_sym_EQ] = ACTIONS(3792), + [anon_sym_const] = ACTIONS(3792), + [anon_sym_volatile] = ACTIONS(3794), + [anon_sym_restrict] = ACTIONS(3794), + [anon_sym__Atomic] = ACTIONS(3794), + [anon_sym_mutable] = ACTIONS(3794), + [anon_sym_constexpr] = ACTIONS(3794), + [anon_sym_constinit] = ACTIONS(3794), + [anon_sym_consteval] = ACTIONS(3794), + [anon_sym_COLON] = ACTIONS(3792), + [anon_sym_QMARK] = ACTIONS(3794), + [anon_sym_STAR_EQ] = ACTIONS(3794), + [anon_sym_SLASH_EQ] = ACTIONS(3794), + [anon_sym_PERCENT_EQ] = ACTIONS(3794), + [anon_sym_PLUS_EQ] = ACTIONS(3794), + [anon_sym_DASH_EQ] = ACTIONS(3794), + [anon_sym_LT_LT_EQ] = ACTIONS(3794), + [anon_sym_GT_GT_EQ] = ACTIONS(3794), + [anon_sym_AMP_EQ] = ACTIONS(3794), + [anon_sym_CARET_EQ] = ACTIONS(3794), + [anon_sym_PIPE_EQ] = ACTIONS(3794), + [anon_sym_and_eq] = ACTIONS(3794), + [anon_sym_or_eq] = ACTIONS(3794), + [anon_sym_xor_eq] = ACTIONS(3794), + [anon_sym_LT_EQ_GT] = ACTIONS(3794), + [anon_sym_or] = ACTIONS(3792), + [anon_sym_and] = ACTIONS(3792), + [anon_sym_bitor] = ACTIONS(3794), + [anon_sym_xor] = ACTIONS(3792), + [anon_sym_bitand] = ACTIONS(3794), + [anon_sym_not_eq] = ACTIONS(3794), + [anon_sym_DASH_DASH] = ACTIONS(3794), + [anon_sym_PLUS_PLUS] = ACTIONS(3794), + [anon_sym_DOT] = ACTIONS(3792), + [anon_sym_DASH_GT] = ACTIONS(3792), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3794), + [anon_sym_decltype] = ACTIONS(3794), + [anon_sym_final] = ACTIONS(3794), + [anon_sym_override] = ACTIONS(3794), + [anon_sym_DOT_STAR] = ACTIONS(3794), + [anon_sym_DASH_GT_STAR] = ACTIONS(3794), }, [1791] = { - [sym_function_definition] = STATE(2260), - [sym_declaration] = STATE(2260), - [sym__declaration_modifiers] = STATE(2197), - [sym__declaration_specifiers] = STATE(4140), - [sym_attribute_specifier] = STATE(2197), - [sym_attribute_declaration] = STATE(2197), - [sym_ms_declspec_modifier] = STATE(2197), - [sym_ms_call_modifier] = STATE(2018), - [sym_storage_class_specifier] = STATE(2197), - [sym_type_qualifier] = STATE(2197), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym__class_name] = STATE(7137), - [sym_virtual_function_specifier] = STATE(2197), - [sym_dependent_type] = STATE(3473), - [sym_template_type] = STATE(4117), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5299), - [sym_qualified_type_identifier] = STATE(4116), - [aux_sym__declaration_specifiers_repeat1] = STATE(2197), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(3882), + [sym_function_definition] = STATE(2315), + [sym_declaration] = STATE(2315), + [sym__declaration_modifiers] = STATE(2178), + [sym__declaration_specifiers] = STATE(4120), + [sym_attribute_specifier] = STATE(2178), + [sym_attribute_declaration] = STATE(2178), + [sym_ms_declspec_modifier] = STATE(2178), + [sym_ms_call_modifier] = STATE(2120), + [sym_storage_class_specifier] = STATE(2178), + [sym_type_qualifier] = STATE(2178), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym__class_name] = STATE(6814), + [sym_virtual_function_specifier] = STATE(2178), + [sym_dependent_type] = STATE(3505), + [sym_template_type] = STATE(4102), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5218), + [sym_qualified_type_identifier] = STATE(4104), + [aux_sym__declaration_specifiers_repeat1] = STATE(2178), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(3878), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2878), + [anon_sym_COLON_COLON] = ACTIONS(2882), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym___cdecl] = ACTIONS(49), @@ -220730,90 +220488,158 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(3896), - [anon_sym_struct] = ACTIONS(3898), - [anon_sym_union] = ACTIONS(3900), + [anon_sym_class] = ACTIONS(3892), + [anon_sym_struct] = ACTIONS(3894), + [anon_sym_union] = ACTIONS(3896), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1133), + [anon_sym_template] = ACTIONS(976), }, [1792] = { - [sym_template_argument_list] = STATE(1828), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_RPAREN] = ACTIONS(3769), - [anon_sym_LPAREN2] = ACTIONS(3769), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3762), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3902), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3779), - [anon_sym_EQ] = ACTIONS(3755), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3753), - [anon_sym_restrict] = ACTIONS(3753), - [anon_sym__Atomic] = ACTIONS(3753), - [anon_sym_mutable] = ACTIONS(3753), - [anon_sym_constexpr] = ACTIONS(3753), - [anon_sym_constinit] = ACTIONS(3753), - [anon_sym_consteval] = ACTIONS(3753), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3760), - [anon_sym_SLASH_EQ] = ACTIONS(3760), - [anon_sym_PERCENT_EQ] = ACTIONS(3760), - [anon_sym_PLUS_EQ] = ACTIONS(3760), - [anon_sym_DASH_EQ] = ACTIONS(3760), - [anon_sym_LT_LT_EQ] = ACTIONS(3760), - [anon_sym_GT_GT_EQ] = ACTIONS(3760), - [anon_sym_AMP_EQ] = ACTIONS(3760), - [anon_sym_CARET_EQ] = ACTIONS(3760), - [anon_sym_PIPE_EQ] = ACTIONS(3760), - [anon_sym_and_eq] = ACTIONS(3904), - [anon_sym_or_eq] = ACTIONS(3904), - [anon_sym_xor_eq] = ACTIONS(3904), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3760), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3760), - [anon_sym_not_eq] = ACTIONS(3760), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3755), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3753), - [anon_sym_decltype] = ACTIONS(3753), - [anon_sym_DOT_STAR] = ACTIONS(3760), - [anon_sym_DASH_GT_STAR] = ACTIONS(3760), + [sym_template_argument_list] = STATE(1801), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3737), + [anon_sym_COMMA] = ACTIONS(3737), + [anon_sym_RPAREN] = ACTIONS(3727), + [anon_sym_LPAREN2] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3732), + [anon_sym_PLUS] = ACTIONS(3732), + [anon_sym_STAR] = ACTIONS(3734), + [anon_sym_SLASH] = ACTIONS(3732), + [anon_sym_PERCENT] = ACTIONS(3732), + [anon_sym_PIPE_PIPE] = ACTIONS(3737), + [anon_sym_AMP_AMP] = ACTIONS(3727), + [anon_sym_PIPE] = ACTIONS(3732), + [anon_sym_CARET] = ACTIONS(3732), + [anon_sym_AMP] = ACTIONS(3734), + [anon_sym_EQ_EQ] = ACTIONS(3737), + [anon_sym_BANG_EQ] = ACTIONS(3737), + [anon_sym_GT] = ACTIONS(3732), + [anon_sym_GT_EQ] = ACTIONS(3737), + [anon_sym_LT_EQ] = ACTIONS(3732), + [anon_sym_LT] = ACTIONS(3739), + [anon_sym_LT_LT] = ACTIONS(3732), + [anon_sym_GT_GT] = ACTIONS(3732), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3737), + [anon_sym_LBRACE] = ACTIONS(3730), + [anon_sym_LBRACK] = ACTIONS(3734), + [anon_sym_EQ] = ACTIONS(3732), + [anon_sym_const] = ACTIONS(3725), + [anon_sym_volatile] = ACTIONS(3730), + [anon_sym_restrict] = ACTIONS(3730), + [anon_sym__Atomic] = ACTIONS(3730), + [anon_sym_mutable] = ACTIONS(3730), + [anon_sym_constexpr] = ACTIONS(3730), + [anon_sym_constinit] = ACTIONS(3730), + [anon_sym_consteval] = ACTIONS(3730), + [anon_sym_QMARK] = ACTIONS(3737), + [anon_sym_STAR_EQ] = ACTIONS(3737), + [anon_sym_SLASH_EQ] = ACTIONS(3737), + [anon_sym_PERCENT_EQ] = ACTIONS(3737), + [anon_sym_PLUS_EQ] = ACTIONS(3737), + [anon_sym_DASH_EQ] = ACTIONS(3737), + [anon_sym_LT_LT_EQ] = ACTIONS(3737), + [anon_sym_GT_GT_EQ] = ACTIONS(3737), + [anon_sym_AMP_EQ] = ACTIONS(3737), + [anon_sym_CARET_EQ] = ACTIONS(3737), + [anon_sym_PIPE_EQ] = ACTIONS(3737), + [anon_sym_and_eq] = ACTIONS(3737), + [anon_sym_or_eq] = ACTIONS(3737), + [anon_sym_xor_eq] = ACTIONS(3737), + [anon_sym_LT_EQ_GT] = ACTIONS(3737), + [anon_sym_or] = ACTIONS(3732), + [anon_sym_and] = ACTIONS(3732), + [anon_sym_bitor] = ACTIONS(3737), + [anon_sym_xor] = ACTIONS(3732), + [anon_sym_bitand] = ACTIONS(3737), + [anon_sym_not_eq] = ACTIONS(3737), + [anon_sym_DASH_DASH] = ACTIONS(3737), + [anon_sym_PLUS_PLUS] = ACTIONS(3737), + [anon_sym_DOT] = ACTIONS(3732), + [anon_sym_DASH_GT] = ACTIONS(3732), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3730), + [anon_sym_decltype] = ACTIONS(3730), + [anon_sym_DOT_STAR] = ACTIONS(3737), + [anon_sym_DASH_GT_STAR] = ACTIONS(3737), }, [1793] = { - [sym_string_literal] = STATE(1795), - [sym_raw_string_literal] = STATE(1795), - [aux_sym_concatenated_string_repeat1] = STATE(1795), + [sym_string_literal] = STATE(1793), + [sym_raw_string_literal] = STATE(1793), + [aux_sym_concatenated_string_repeat1] = STATE(1793), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3856), + [anon_sym_COMMA] = ACTIONS(3856), + [anon_sym_RPAREN] = ACTIONS(3856), + [anon_sym_LPAREN2] = ACTIONS(3856), + [anon_sym_DASH] = ACTIONS(3858), + [anon_sym_PLUS] = ACTIONS(3858), + [anon_sym_STAR] = ACTIONS(3858), + [anon_sym_SLASH] = ACTIONS(3858), + [anon_sym_PERCENT] = ACTIONS(3858), + [anon_sym_PIPE_PIPE] = ACTIONS(3856), + [anon_sym_AMP_AMP] = ACTIONS(3856), + [anon_sym_PIPE] = ACTIONS(3858), + [anon_sym_CARET] = ACTIONS(3858), + [anon_sym_AMP] = ACTIONS(3858), + [anon_sym_EQ_EQ] = ACTIONS(3856), + [anon_sym_BANG_EQ] = ACTIONS(3856), + [anon_sym_GT] = ACTIONS(3858), + [anon_sym_GT_EQ] = ACTIONS(3856), + [anon_sym_LT_EQ] = ACTIONS(3858), + [anon_sym_LT] = ACTIONS(3858), + [anon_sym_LT_LT] = ACTIONS(3858), + [anon_sym_GT_GT] = ACTIONS(3858), + [anon_sym_LBRACK] = ACTIONS(3856), + [anon_sym_EQ] = ACTIONS(3858), + [anon_sym_QMARK] = ACTIONS(3856), + [anon_sym_STAR_EQ] = ACTIONS(3856), + [anon_sym_SLASH_EQ] = ACTIONS(3856), + [anon_sym_PERCENT_EQ] = ACTIONS(3856), + [anon_sym_PLUS_EQ] = ACTIONS(3856), + [anon_sym_DASH_EQ] = ACTIONS(3856), + [anon_sym_LT_LT_EQ] = ACTIONS(3856), + [anon_sym_GT_GT_EQ] = ACTIONS(3856), + [anon_sym_AMP_EQ] = ACTIONS(3856), + [anon_sym_CARET_EQ] = ACTIONS(3856), + [anon_sym_PIPE_EQ] = ACTIONS(3856), + [anon_sym_and_eq] = ACTIONS(3858), + [anon_sym_or_eq] = ACTIONS(3858), + [anon_sym_xor_eq] = ACTIONS(3858), + [anon_sym_LT_EQ_GT] = ACTIONS(3856), + [anon_sym_or] = ACTIONS(3858), + [anon_sym_and] = ACTIONS(3858), + [anon_sym_bitor] = ACTIONS(3858), + [anon_sym_xor] = ACTIONS(3858), + [anon_sym_bitand] = ACTIONS(3858), + [anon_sym_not_eq] = ACTIONS(3858), + [anon_sym_DASH_DASH] = ACTIONS(3856), + [anon_sym_PLUS_PLUS] = ACTIONS(3856), + [anon_sym_DOT] = ACTIONS(3858), + [anon_sym_DASH_GT] = ACTIONS(3858), + [anon_sym_L_DQUOTE] = ACTIONS(3898), + [anon_sym_u_DQUOTE] = ACTIONS(3898), + [anon_sym_U_DQUOTE] = ACTIONS(3898), + [anon_sym_u8_DQUOTE] = ACTIONS(3898), + [anon_sym_DQUOTE] = ACTIONS(3898), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(3901), + [anon_sym_LR_DQUOTE] = ACTIONS(3901), + [anon_sym_uR_DQUOTE] = ACTIONS(3901), + [anon_sym_UR_DQUOTE] = ACTIONS(3901), + [anon_sym_u8R_DQUOTE] = ACTIONS(3901), + [anon_sym_DOT_STAR] = ACTIONS(3856), + [anon_sym_DASH_GT_STAR] = ACTIONS(3856), + [sym_literal_suffix] = ACTIONS(3858), + }, + [1794] = { + [sym_string_literal] = STATE(1793), + [sym_raw_string_literal] = STATE(1793), + [aux_sym_concatenated_string_repeat1] = STATE(1793), [anon_sym_DOT_DOT_DOT] = ACTIONS(3874), [anon_sym_COMMA] = ACTIONS(3874), [anon_sym_RPAREN] = ACTIONS(3874), @@ -220878,195 +220704,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT_STAR] = ACTIONS(3874), [sym_literal_suffix] = ACTIONS(3876), }, - [1794] = { - [sym_template_argument_list] = STATE(1810), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3741), - [anon_sym_COMMA] = ACTIONS(3741), - [anon_sym_RPAREN] = ACTIONS(3731), - [anon_sym_LPAREN2] = ACTIONS(3731), - [anon_sym_DASH] = ACTIONS(3736), - [anon_sym_PLUS] = ACTIONS(3736), - [anon_sym_STAR] = ACTIONS(3738), - [anon_sym_SLASH] = ACTIONS(3736), - [anon_sym_PERCENT] = ACTIONS(3736), - [anon_sym_PIPE_PIPE] = ACTIONS(3741), - [anon_sym_AMP_AMP] = ACTIONS(3731), - [anon_sym_PIPE] = ACTIONS(3736), - [anon_sym_CARET] = ACTIONS(3736), - [anon_sym_AMP] = ACTIONS(3738), - [anon_sym_EQ_EQ] = ACTIONS(3741), - [anon_sym_BANG_EQ] = ACTIONS(3741), - [anon_sym_GT] = ACTIONS(3736), - [anon_sym_GT_EQ] = ACTIONS(3741), - [anon_sym_LT_EQ] = ACTIONS(3736), - [anon_sym_LT] = ACTIONS(3743), - [anon_sym_LT_LT] = ACTIONS(3736), - [anon_sym_GT_GT] = ACTIONS(3736), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3741), - [anon_sym_LBRACE] = ACTIONS(3734), - [anon_sym_LBRACK] = ACTIONS(3738), - [anon_sym_EQ] = ACTIONS(3736), - [anon_sym_const] = ACTIONS(3729), - [anon_sym_volatile] = ACTIONS(3734), - [anon_sym_restrict] = ACTIONS(3734), - [anon_sym__Atomic] = ACTIONS(3734), - [anon_sym_mutable] = ACTIONS(3734), - [anon_sym_constexpr] = ACTIONS(3734), - [anon_sym_constinit] = ACTIONS(3734), - [anon_sym_consteval] = ACTIONS(3734), - [anon_sym_QMARK] = ACTIONS(3741), - [anon_sym_STAR_EQ] = ACTIONS(3741), - [anon_sym_SLASH_EQ] = ACTIONS(3741), - [anon_sym_PERCENT_EQ] = ACTIONS(3741), - [anon_sym_PLUS_EQ] = ACTIONS(3741), - [anon_sym_DASH_EQ] = ACTIONS(3741), - [anon_sym_LT_LT_EQ] = ACTIONS(3741), - [anon_sym_GT_GT_EQ] = ACTIONS(3741), - [anon_sym_AMP_EQ] = ACTIONS(3741), - [anon_sym_CARET_EQ] = ACTIONS(3741), - [anon_sym_PIPE_EQ] = ACTIONS(3741), - [anon_sym_and_eq] = ACTIONS(3741), - [anon_sym_or_eq] = ACTIONS(3741), - [anon_sym_xor_eq] = ACTIONS(3741), - [anon_sym_LT_EQ_GT] = ACTIONS(3741), - [anon_sym_or] = ACTIONS(3736), - [anon_sym_and] = ACTIONS(3736), - [anon_sym_bitor] = ACTIONS(3741), - [anon_sym_xor] = ACTIONS(3736), - [anon_sym_bitand] = ACTIONS(3741), - [anon_sym_not_eq] = ACTIONS(3741), - [anon_sym_DASH_DASH] = ACTIONS(3741), - [anon_sym_PLUS_PLUS] = ACTIONS(3741), - [anon_sym_DOT] = ACTIONS(3736), - [anon_sym_DASH_GT] = ACTIONS(3736), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3734), - [anon_sym_decltype] = ACTIONS(3734), - [anon_sym_DOT_STAR] = ACTIONS(3741), - [anon_sym_DASH_GT_STAR] = ACTIONS(3741), - }, [1795] = { - [sym_string_literal] = STATE(1795), - [sym_raw_string_literal] = STATE(1795), - [aux_sym_concatenated_string_repeat1] = STATE(1795), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3864), - [anon_sym_COMMA] = ACTIONS(3864), - [anon_sym_RPAREN] = ACTIONS(3864), - [anon_sym_LPAREN2] = ACTIONS(3864), - [anon_sym_DASH] = ACTIONS(3866), - [anon_sym_PLUS] = ACTIONS(3866), - [anon_sym_STAR] = ACTIONS(3866), - [anon_sym_SLASH] = ACTIONS(3866), - [anon_sym_PERCENT] = ACTIONS(3866), - [anon_sym_PIPE_PIPE] = ACTIONS(3864), - [anon_sym_AMP_AMP] = ACTIONS(3864), - [anon_sym_PIPE] = ACTIONS(3866), - [anon_sym_CARET] = ACTIONS(3866), - [anon_sym_AMP] = ACTIONS(3866), - [anon_sym_EQ_EQ] = ACTIONS(3864), - [anon_sym_BANG_EQ] = ACTIONS(3864), - [anon_sym_GT] = ACTIONS(3866), - [anon_sym_GT_EQ] = ACTIONS(3864), - [anon_sym_LT_EQ] = ACTIONS(3866), - [anon_sym_LT] = ACTIONS(3866), - [anon_sym_LT_LT] = ACTIONS(3866), - [anon_sym_GT_GT] = ACTIONS(3866), - [anon_sym_LBRACK] = ACTIONS(3864), - [anon_sym_EQ] = ACTIONS(3866), - [anon_sym_QMARK] = ACTIONS(3864), - [anon_sym_STAR_EQ] = ACTIONS(3864), - [anon_sym_SLASH_EQ] = ACTIONS(3864), - [anon_sym_PERCENT_EQ] = ACTIONS(3864), - [anon_sym_PLUS_EQ] = ACTIONS(3864), - [anon_sym_DASH_EQ] = ACTIONS(3864), - [anon_sym_LT_LT_EQ] = ACTIONS(3864), - [anon_sym_GT_GT_EQ] = ACTIONS(3864), - [anon_sym_AMP_EQ] = ACTIONS(3864), - [anon_sym_CARET_EQ] = ACTIONS(3864), - [anon_sym_PIPE_EQ] = ACTIONS(3864), - [anon_sym_and_eq] = ACTIONS(3866), - [anon_sym_or_eq] = ACTIONS(3866), - [anon_sym_xor_eq] = ACTIONS(3866), - [anon_sym_LT_EQ_GT] = ACTIONS(3864), - [anon_sym_or] = ACTIONS(3866), - [anon_sym_and] = ACTIONS(3866), - [anon_sym_bitor] = ACTIONS(3866), - [anon_sym_xor] = ACTIONS(3866), - [anon_sym_bitand] = ACTIONS(3866), - [anon_sym_not_eq] = ACTIONS(3866), - [anon_sym_DASH_DASH] = ACTIONS(3864), - [anon_sym_PLUS_PLUS] = ACTIONS(3864), - [anon_sym_DOT] = ACTIONS(3866), - [anon_sym_DASH_GT] = ACTIONS(3866), - [anon_sym_L_DQUOTE] = ACTIONS(3906), - [anon_sym_u_DQUOTE] = ACTIONS(3906), - [anon_sym_U_DQUOTE] = ACTIONS(3906), - [anon_sym_u8_DQUOTE] = ACTIONS(3906), - [anon_sym_DQUOTE] = ACTIONS(3906), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3909), - [anon_sym_LR_DQUOTE] = ACTIONS(3909), - [anon_sym_uR_DQUOTE] = ACTIONS(3909), - [anon_sym_UR_DQUOTE] = ACTIONS(3909), - [anon_sym_u8R_DQUOTE] = ACTIONS(3909), - [anon_sym_DOT_STAR] = ACTIONS(3864), - [anon_sym_DASH_GT_STAR] = ACTIONS(3864), - [sym_literal_suffix] = ACTIONS(3866), - }, - [1796] = { - [sym_string_literal] = STATE(1793), - [sym_raw_string_literal] = STATE(1793), - [aux_sym_concatenated_string_repeat1] = STATE(1793), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_RPAREN] = ACTIONS(3760), - [anon_sym_LPAREN2] = ACTIONS(3760), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3755), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3760), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3755), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3755), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_LBRACK] = ACTIONS(3760), - [anon_sym_EQ] = ACTIONS(3755), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3760), - [anon_sym_SLASH_EQ] = ACTIONS(3760), - [anon_sym_PERCENT_EQ] = ACTIONS(3760), - [anon_sym_PLUS_EQ] = ACTIONS(3760), - [anon_sym_DASH_EQ] = ACTIONS(3760), - [anon_sym_LT_LT_EQ] = ACTIONS(3760), - [anon_sym_GT_GT_EQ] = ACTIONS(3760), - [anon_sym_AMP_EQ] = ACTIONS(3760), - [anon_sym_CARET_EQ] = ACTIONS(3760), - [anon_sym_PIPE_EQ] = ACTIONS(3760), - [anon_sym_and_eq] = ACTIONS(3755), - [anon_sym_or_eq] = ACTIONS(3755), - [anon_sym_xor_eq] = ACTIONS(3755), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3755), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3755), - [anon_sym_not_eq] = ACTIONS(3755), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3755), + [sym_string_literal] = STATE(1794), + [sym_raw_string_literal] = STATE(1794), + [aux_sym_concatenated_string_repeat1] = STATE(1794), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_RPAREN] = ACTIONS(3746), + [anon_sym_LPAREN2] = ACTIONS(3746), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3754), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3746), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3754), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3754), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_LBRACK] = ACTIONS(3746), + [anon_sym_EQ] = ACTIONS(3754), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3746), + [anon_sym_SLASH_EQ] = ACTIONS(3746), + [anon_sym_PERCENT_EQ] = ACTIONS(3746), + [anon_sym_PLUS_EQ] = ACTIONS(3746), + [anon_sym_DASH_EQ] = ACTIONS(3746), + [anon_sym_LT_LT_EQ] = ACTIONS(3746), + [anon_sym_GT_GT_EQ] = ACTIONS(3746), + [anon_sym_AMP_EQ] = ACTIONS(3746), + [anon_sym_CARET_EQ] = ACTIONS(3746), + [anon_sym_PIPE_EQ] = ACTIONS(3746), + [anon_sym_and_eq] = ACTIONS(3754), + [anon_sym_or_eq] = ACTIONS(3754), + [anon_sym_xor_eq] = ACTIONS(3754), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3754), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3754), + [anon_sym_not_eq] = ACTIONS(3754), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3754), [anon_sym_L_DQUOTE] = ACTIONS(1571), [anon_sym_u_DQUOTE] = ACTIONS(1571), [anon_sym_U_DQUOTE] = ACTIONS(1571), @@ -221078,113 +220768,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_uR_DQUOTE] = ACTIONS(1577), [anon_sym_UR_DQUOTE] = ACTIONS(1577), [anon_sym_u8R_DQUOTE] = ACTIONS(1577), - [anon_sym_DOT_STAR] = ACTIONS(3760), - [anon_sym_DASH_GT_STAR] = ACTIONS(3760), - [sym_literal_suffix] = ACTIONS(3912), + [anon_sym_DOT_STAR] = ACTIONS(3746), + [anon_sym_DASH_GT_STAR] = ACTIONS(3746), + [sym_literal_suffix] = ACTIONS(3904), }, - [1797] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3914), - [anon_sym_COMMA] = ACTIONS(3914), - [anon_sym_RPAREN] = ACTIONS(3914), - [anon_sym_LPAREN2] = ACTIONS(3914), - [anon_sym_DASH] = ACTIONS(3916), - [anon_sym_PLUS] = ACTIONS(3916), - [anon_sym_STAR] = ACTIONS(3916), - [anon_sym_SLASH] = ACTIONS(3916), - [anon_sym_PERCENT] = ACTIONS(3916), - [anon_sym_PIPE_PIPE] = ACTIONS(3914), - [anon_sym_AMP_AMP] = ACTIONS(3914), - [anon_sym_PIPE] = ACTIONS(3916), - [anon_sym_CARET] = ACTIONS(3916), - [anon_sym_AMP] = ACTIONS(3916), - [anon_sym_EQ_EQ] = ACTIONS(3914), - [anon_sym_BANG_EQ] = ACTIONS(3914), - [anon_sym_GT] = ACTIONS(3916), - [anon_sym_GT_EQ] = ACTIONS(3914), - [anon_sym_LT_EQ] = ACTIONS(3916), - [anon_sym_LT] = ACTIONS(3916), - [anon_sym_LT_LT] = ACTIONS(3916), - [anon_sym_GT_GT] = ACTIONS(3916), - [anon_sym_SEMI] = ACTIONS(3914), - [anon_sym_RBRACE] = ACTIONS(3914), - [anon_sym_LBRACK] = ACTIONS(3914), - [anon_sym_RBRACK] = ACTIONS(3914), - [anon_sym_EQ] = ACTIONS(3916), - [anon_sym_COLON] = ACTIONS(3914), - [anon_sym_QMARK] = ACTIONS(3914), - [anon_sym_STAR_EQ] = ACTIONS(3914), - [anon_sym_SLASH_EQ] = ACTIONS(3914), - [anon_sym_PERCENT_EQ] = ACTIONS(3914), - [anon_sym_PLUS_EQ] = ACTIONS(3914), - [anon_sym_DASH_EQ] = ACTIONS(3914), - [anon_sym_LT_LT_EQ] = ACTIONS(3914), - [anon_sym_GT_GT_EQ] = ACTIONS(3914), - [anon_sym_AMP_EQ] = ACTIONS(3914), - [anon_sym_CARET_EQ] = ACTIONS(3914), - [anon_sym_PIPE_EQ] = ACTIONS(3914), - [anon_sym_and_eq] = ACTIONS(3916), - [anon_sym_or_eq] = ACTIONS(3916), - [anon_sym_xor_eq] = ACTIONS(3916), - [anon_sym_LT_EQ_GT] = ACTIONS(3914), - [anon_sym_or] = ACTIONS(3916), - [anon_sym_and] = ACTIONS(3916), - [anon_sym_bitor] = ACTIONS(3916), - [anon_sym_xor] = ACTIONS(3916), - [anon_sym_bitand] = ACTIONS(3916), - [anon_sym_not_eq] = ACTIONS(3916), - [anon_sym_DASH_DASH] = ACTIONS(3914), - [anon_sym_PLUS_PLUS] = ACTIONS(3914), - [anon_sym_DOT] = ACTIONS(3916), - [anon_sym_DASH_GT] = ACTIONS(3914), - [anon_sym_L_DQUOTE] = ACTIONS(3914), - [anon_sym_u_DQUOTE] = ACTIONS(3914), - [anon_sym_U_DQUOTE] = ACTIONS(3914), - [anon_sym_u8_DQUOTE] = ACTIONS(3914), - [anon_sym_DQUOTE] = ACTIONS(3914), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3914), - [anon_sym_LR_DQUOTE] = ACTIONS(3914), - [anon_sym_uR_DQUOTE] = ACTIONS(3914), - [anon_sym_UR_DQUOTE] = ACTIONS(3914), - [anon_sym_u8R_DQUOTE] = ACTIONS(3914), - [sym_literal_suffix] = ACTIONS(3916), + [1796] = { + [sym_template_argument_list] = STATE(1827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_RPAREN] = ACTIONS(3748), + [anon_sym_LPAREN2] = ACTIONS(3748), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3780), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3906), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3770), + [anon_sym_EQ] = ACTIONS(3754), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3752), + [anon_sym_restrict] = ACTIONS(3752), + [anon_sym__Atomic] = ACTIONS(3752), + [anon_sym_mutable] = ACTIONS(3752), + [anon_sym_constexpr] = ACTIONS(3752), + [anon_sym_constinit] = ACTIONS(3752), + [anon_sym_consteval] = ACTIONS(3752), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3746), + [anon_sym_SLASH_EQ] = ACTIONS(3746), + [anon_sym_PERCENT_EQ] = ACTIONS(3746), + [anon_sym_PLUS_EQ] = ACTIONS(3746), + [anon_sym_DASH_EQ] = ACTIONS(3746), + [anon_sym_LT_LT_EQ] = ACTIONS(3746), + [anon_sym_GT_GT_EQ] = ACTIONS(3746), + [anon_sym_AMP_EQ] = ACTIONS(3746), + [anon_sym_CARET_EQ] = ACTIONS(3746), + [anon_sym_PIPE_EQ] = ACTIONS(3746), + [anon_sym_and_eq] = ACTIONS(3908), + [anon_sym_or_eq] = ACTIONS(3908), + [anon_sym_xor_eq] = ACTIONS(3908), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3746), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3746), + [anon_sym_not_eq] = ACTIONS(3746), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3754), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3752), + [anon_sym_decltype] = ACTIONS(3752), + [anon_sym_DOT_STAR] = ACTIONS(3746), + [anon_sym_DASH_GT_STAR] = ACTIONS(3746), }, - [1798] = { - [sym__declaration_modifiers] = STATE(2180), - [sym__declaration_specifiers] = STATE(3324), - [sym_attribute_specifier] = STATE(2180), - [sym_attribute_declaration] = STATE(2180), - [sym_ms_declspec_modifier] = STATE(2180), - [sym_storage_class_specifier] = STATE(2180), - [sym_type_qualifier] = STATE(2180), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_parameter_declaration] = STATE(5884), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2180), - [sym_dependent_type] = STATE(3473), - [sym_type_parameter_declaration] = STATE(5884), - [sym_variadic_type_parameter_declaration] = STATE(5884), - [sym_optional_type_parameter_declaration] = STATE(5884), - [sym_template_template_parameter_declaration] = STATE(5884), - [sym_optional_parameter_declaration] = STATE(5884), - [sym_variadic_parameter_declaration] = STATE(5884), - [sym_template_type] = STATE(3424), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5304), - [sym_qualified_type_identifier] = STATE(3551), - [aux_sym__declaration_specifiers_repeat1] = STATE(2180), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(3842), + [1797] = { + [sym__declaration_modifiers] = STATE(2175), + [sym__declaration_specifiers] = STATE(3322), + [sym_attribute_specifier] = STATE(2175), + [sym_attribute_declaration] = STATE(2175), + [sym_ms_declspec_modifier] = STATE(2175), + [sym_storage_class_specifier] = STATE(2175), + [sym_type_qualifier] = STATE(2175), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_parameter_declaration] = STATE(5727), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2175), + [sym_dependent_type] = STATE(3505), + [sym_type_parameter_declaration] = STATE(5727), + [sym_variadic_type_parameter_declaration] = STATE(5727), + [sym_optional_type_parameter_declaration] = STATE(5727), + [sym_template_template_parameter_declaration] = STATE(5727), + [sym_optional_parameter_declaration] = STATE(5727), + [sym_variadic_parameter_declaration] = STATE(5727), + [sym_template_type] = STATE(3417), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5210), + [sym_qualified_type_identifier] = STATE(3425), + [aux_sym__declaration_specifiers_repeat1] = STATE(2175), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(3838), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3852), + [anon_sym_COLON_COLON] = ACTIONS(3850), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym_static] = ACTIONS(55), @@ -221203,457 +220894,390 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(1431), - [anon_sym_class] = ACTIONS(3918), + [anon_sym_class] = ACTIONS(3910), [anon_sym_struct] = ACTIONS(1435), [anon_sym_union] = ACTIONS(1437), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), - [anon_sym_typename] = ACTIONS(3920), - [anon_sym_template] = ACTIONS(3922), - [anon_sym_GT2] = ACTIONS(3924), + [anon_sym_typename] = ACTIONS(3912), + [anon_sym_template] = ACTIONS(3914), + [anon_sym_GT2] = ACTIONS(3916), + }, + [1798] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(3918), + [anon_sym_COMMA] = ACTIONS(3918), + [anon_sym_RPAREN] = ACTIONS(3918), + [anon_sym_LPAREN2] = ACTIONS(3918), + [anon_sym_DASH] = ACTIONS(3920), + [anon_sym_PLUS] = ACTIONS(3920), + [anon_sym_STAR] = ACTIONS(3920), + [anon_sym_SLASH] = ACTIONS(3920), + [anon_sym_PERCENT] = ACTIONS(3920), + [anon_sym_PIPE_PIPE] = ACTIONS(3918), + [anon_sym_AMP_AMP] = ACTIONS(3918), + [anon_sym_PIPE] = ACTIONS(3920), + [anon_sym_CARET] = ACTIONS(3920), + [anon_sym_AMP] = ACTIONS(3920), + [anon_sym_EQ_EQ] = ACTIONS(3918), + [anon_sym_BANG_EQ] = ACTIONS(3918), + [anon_sym_GT] = ACTIONS(3920), + [anon_sym_GT_EQ] = ACTIONS(3918), + [anon_sym_LT_EQ] = ACTIONS(3920), + [anon_sym_LT] = ACTIONS(3920), + [anon_sym_LT_LT] = ACTIONS(3920), + [anon_sym_GT_GT] = ACTIONS(3920), + [anon_sym_SEMI] = ACTIONS(3918), + [anon_sym_RBRACE] = ACTIONS(3918), + [anon_sym_LBRACK] = ACTIONS(3918), + [anon_sym_RBRACK] = ACTIONS(3918), + [anon_sym_EQ] = ACTIONS(3920), + [anon_sym_COLON] = ACTIONS(3918), + [anon_sym_QMARK] = ACTIONS(3918), + [anon_sym_STAR_EQ] = ACTIONS(3918), + [anon_sym_SLASH_EQ] = ACTIONS(3918), + [anon_sym_PERCENT_EQ] = ACTIONS(3918), + [anon_sym_PLUS_EQ] = ACTIONS(3918), + [anon_sym_DASH_EQ] = ACTIONS(3918), + [anon_sym_LT_LT_EQ] = ACTIONS(3918), + [anon_sym_GT_GT_EQ] = ACTIONS(3918), + [anon_sym_AMP_EQ] = ACTIONS(3918), + [anon_sym_CARET_EQ] = ACTIONS(3918), + [anon_sym_PIPE_EQ] = ACTIONS(3918), + [anon_sym_and_eq] = ACTIONS(3920), + [anon_sym_or_eq] = ACTIONS(3920), + [anon_sym_xor_eq] = ACTIONS(3920), + [anon_sym_LT_EQ_GT] = ACTIONS(3918), + [anon_sym_or] = ACTIONS(3920), + [anon_sym_and] = ACTIONS(3920), + [anon_sym_bitor] = ACTIONS(3920), + [anon_sym_xor] = ACTIONS(3920), + [anon_sym_bitand] = ACTIONS(3920), + [anon_sym_not_eq] = ACTIONS(3920), + [anon_sym_DASH_DASH] = ACTIONS(3918), + [anon_sym_PLUS_PLUS] = ACTIONS(3918), + [anon_sym_DOT] = ACTIONS(3920), + [anon_sym_DASH_GT] = ACTIONS(3918), + [anon_sym_L_DQUOTE] = ACTIONS(3918), + [anon_sym_u_DQUOTE] = ACTIONS(3918), + [anon_sym_U_DQUOTE] = ACTIONS(3918), + [anon_sym_u8_DQUOTE] = ACTIONS(3918), + [anon_sym_DQUOTE] = ACTIONS(3918), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(3918), + [anon_sym_LR_DQUOTE] = ACTIONS(3918), + [anon_sym_uR_DQUOTE] = ACTIONS(3918), + [anon_sym_UR_DQUOTE] = ACTIONS(3918), + [anon_sym_u8R_DQUOTE] = ACTIONS(3918), + [sym_literal_suffix] = ACTIONS(3920), }, [1799] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3926), - [anon_sym_COMMA] = ACTIONS(3926), - [anon_sym_RPAREN] = ACTIONS(3926), - [anon_sym_LPAREN2] = ACTIONS(3926), - [anon_sym_DASH] = ACTIONS(3928), - [anon_sym_PLUS] = ACTIONS(3928), - [anon_sym_STAR] = ACTIONS(3928), - [anon_sym_SLASH] = ACTIONS(3928), - [anon_sym_PERCENT] = ACTIONS(3928), - [anon_sym_PIPE_PIPE] = ACTIONS(3926), - [anon_sym_AMP_AMP] = ACTIONS(3926), - [anon_sym_PIPE] = ACTIONS(3928), - [anon_sym_CARET] = ACTIONS(3928), - [anon_sym_AMP] = ACTIONS(3928), - [anon_sym_EQ_EQ] = ACTIONS(3926), - [anon_sym_BANG_EQ] = ACTIONS(3926), - [anon_sym_GT] = ACTIONS(3928), - [anon_sym_GT_EQ] = ACTIONS(3926), - [anon_sym_LT_EQ] = ACTIONS(3928), - [anon_sym_LT] = ACTIONS(3928), - [anon_sym_LT_LT] = ACTIONS(3928), - [anon_sym_GT_GT] = ACTIONS(3928), - [anon_sym_SEMI] = ACTIONS(3926), - [anon_sym_RBRACE] = ACTIONS(3926), - [anon_sym_LBRACK] = ACTIONS(3926), - [anon_sym_RBRACK] = ACTIONS(3926), - [anon_sym_EQ] = ACTIONS(3928), - [anon_sym_COLON] = ACTIONS(3926), - [anon_sym_QMARK] = ACTIONS(3926), - [anon_sym_STAR_EQ] = ACTIONS(3926), - [anon_sym_SLASH_EQ] = ACTIONS(3926), - [anon_sym_PERCENT_EQ] = ACTIONS(3926), - [anon_sym_PLUS_EQ] = ACTIONS(3926), - [anon_sym_DASH_EQ] = ACTIONS(3926), - [anon_sym_LT_LT_EQ] = ACTIONS(3926), - [anon_sym_GT_GT_EQ] = ACTIONS(3926), - [anon_sym_AMP_EQ] = ACTIONS(3926), - [anon_sym_CARET_EQ] = ACTIONS(3926), - [anon_sym_PIPE_EQ] = ACTIONS(3926), - [anon_sym_and_eq] = ACTIONS(3928), - [anon_sym_or_eq] = ACTIONS(3928), - [anon_sym_xor_eq] = ACTIONS(3928), - [anon_sym_LT_EQ_GT] = ACTIONS(3926), - [anon_sym_or] = ACTIONS(3928), - [anon_sym_and] = ACTIONS(3928), - [anon_sym_bitor] = ACTIONS(3928), - [anon_sym_xor] = ACTIONS(3928), - [anon_sym_bitand] = ACTIONS(3928), - [anon_sym_not_eq] = ACTIONS(3928), - [anon_sym_DASH_DASH] = ACTIONS(3926), - [anon_sym_PLUS_PLUS] = ACTIONS(3926), - [anon_sym_DOT] = ACTIONS(3928), - [anon_sym_DASH_GT] = ACTIONS(3926), - [anon_sym_L_DQUOTE] = ACTIONS(3926), - [anon_sym_u_DQUOTE] = ACTIONS(3926), - [anon_sym_U_DQUOTE] = ACTIONS(3926), - [anon_sym_u8_DQUOTE] = ACTIONS(3926), - [anon_sym_DQUOTE] = ACTIONS(3926), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3926), - [anon_sym_LR_DQUOTE] = ACTIONS(3926), - [anon_sym_uR_DQUOTE] = ACTIONS(3926), - [anon_sym_UR_DQUOTE] = ACTIONS(3926), - [anon_sym_u8R_DQUOTE] = ACTIONS(3926), - [sym_literal_suffix] = ACTIONS(3928), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3787), + [anon_sym_COMMA] = ACTIONS(3787), + [anon_sym_LPAREN2] = ACTIONS(3787), + [anon_sym_DASH] = ACTIONS(3785), + [anon_sym_PLUS] = ACTIONS(3785), + [anon_sym_STAR] = ACTIONS(3785), + [anon_sym_SLASH] = ACTIONS(3785), + [anon_sym_PERCENT] = ACTIONS(3785), + [anon_sym_PIPE_PIPE] = ACTIONS(3787), + [anon_sym_AMP_AMP] = ACTIONS(3787), + [anon_sym_PIPE] = ACTIONS(3785), + [anon_sym_CARET] = ACTIONS(3785), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_EQ_EQ] = ACTIONS(3787), + [anon_sym_BANG_EQ] = ACTIONS(3787), + [anon_sym_GT] = ACTIONS(3785), + [anon_sym_GT_EQ] = ACTIONS(3785), + [anon_sym_LT_EQ] = ACTIONS(3785), + [anon_sym_LT] = ACTIONS(3785), + [anon_sym_LT_LT] = ACTIONS(3785), + [anon_sym_GT_GT] = ACTIONS(3785), + [anon_sym_COLON_COLON] = ACTIONS(3787), + [anon_sym_LBRACE] = ACTIONS(3787), + [anon_sym_LBRACK] = ACTIONS(3787), + [anon_sym_EQ] = ACTIONS(3785), + [anon_sym_const] = ACTIONS(3785), + [anon_sym_volatile] = ACTIONS(3787), + [anon_sym_restrict] = ACTIONS(3787), + [anon_sym__Atomic] = ACTIONS(3787), + [anon_sym_mutable] = ACTIONS(3787), + [anon_sym_constexpr] = ACTIONS(3787), + [anon_sym_constinit] = ACTIONS(3787), + [anon_sym_consteval] = ACTIONS(3787), + [anon_sym_COLON] = ACTIONS(3785), + [anon_sym_QMARK] = ACTIONS(3787), + [anon_sym_STAR_EQ] = ACTIONS(3787), + [anon_sym_SLASH_EQ] = ACTIONS(3787), + [anon_sym_PERCENT_EQ] = ACTIONS(3787), + [anon_sym_PLUS_EQ] = ACTIONS(3787), + [anon_sym_DASH_EQ] = ACTIONS(3787), + [anon_sym_LT_LT_EQ] = ACTIONS(3787), + [anon_sym_GT_GT_EQ] = ACTIONS(3785), + [anon_sym_AMP_EQ] = ACTIONS(3787), + [anon_sym_CARET_EQ] = ACTIONS(3787), + [anon_sym_PIPE_EQ] = ACTIONS(3787), + [anon_sym_and_eq] = ACTIONS(3787), + [anon_sym_or_eq] = ACTIONS(3787), + [anon_sym_xor_eq] = ACTIONS(3787), + [anon_sym_LT_EQ_GT] = ACTIONS(3787), + [anon_sym_or] = ACTIONS(3785), + [anon_sym_and] = ACTIONS(3785), + [anon_sym_bitor] = ACTIONS(3787), + [anon_sym_xor] = ACTIONS(3785), + [anon_sym_bitand] = ACTIONS(3787), + [anon_sym_not_eq] = ACTIONS(3787), + [anon_sym_DASH_DASH] = ACTIONS(3787), + [anon_sym_PLUS_PLUS] = ACTIONS(3787), + [anon_sym_DOT] = ACTIONS(3785), + [anon_sym_DASH_GT] = ACTIONS(3787), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3787), + [anon_sym_decltype] = ACTIONS(3787), + [anon_sym_final] = ACTIONS(3787), + [anon_sym_override] = ACTIONS(3787), + [anon_sym_GT2] = ACTIONS(3787), }, [1800] = { - [sym_template_argument_list] = STATE(1815), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3741), - [anon_sym_COMMA] = ACTIONS(3741), - [anon_sym_RPAREN] = ACTIONS(3731), - [anon_sym_LPAREN2] = ACTIONS(3731), - [anon_sym_DASH] = ACTIONS(3736), - [anon_sym_PLUS] = ACTIONS(3736), - [anon_sym_STAR] = ACTIONS(3738), - [anon_sym_SLASH] = ACTIONS(3736), - [anon_sym_PERCENT] = ACTIONS(3736), - [anon_sym_PIPE_PIPE] = ACTIONS(3741), - [anon_sym_AMP_AMP] = ACTIONS(3731), - [anon_sym_PIPE] = ACTIONS(3736), - [anon_sym_CARET] = ACTIONS(3736), - [anon_sym_AMP] = ACTIONS(3738), - [anon_sym_EQ_EQ] = ACTIONS(3741), - [anon_sym_BANG_EQ] = ACTIONS(3741), - [anon_sym_GT] = ACTIONS(3736), - [anon_sym_GT_EQ] = ACTIONS(3741), - [anon_sym_LT_EQ] = ACTIONS(3736), - [anon_sym_LT] = ACTIONS(3930), - [anon_sym_LT_LT] = ACTIONS(3736), - [anon_sym_GT_GT] = ACTIONS(3736), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACE] = ACTIONS(3734), - [anon_sym_LBRACK] = ACTIONS(3731), - [anon_sym_EQ] = ACTIONS(3736), - [anon_sym_const] = ACTIONS(3729), - [anon_sym_volatile] = ACTIONS(3734), - [anon_sym_restrict] = ACTIONS(3734), - [anon_sym__Atomic] = ACTIONS(3734), - [anon_sym_mutable] = ACTIONS(3734), - [anon_sym_constexpr] = ACTIONS(3734), - [anon_sym_constinit] = ACTIONS(3734), - [anon_sym_consteval] = ACTIONS(3734), - [anon_sym_QMARK] = ACTIONS(3741), - [anon_sym_STAR_EQ] = ACTIONS(3741), - [anon_sym_SLASH_EQ] = ACTIONS(3741), - [anon_sym_PERCENT_EQ] = ACTIONS(3741), - [anon_sym_PLUS_EQ] = ACTIONS(3741), - [anon_sym_DASH_EQ] = ACTIONS(3741), - [anon_sym_LT_LT_EQ] = ACTIONS(3741), - [anon_sym_GT_GT_EQ] = ACTIONS(3741), - [anon_sym_AMP_EQ] = ACTIONS(3741), - [anon_sym_CARET_EQ] = ACTIONS(3741), - [anon_sym_PIPE_EQ] = ACTIONS(3741), - [anon_sym_and_eq] = ACTIONS(3741), - [anon_sym_or_eq] = ACTIONS(3741), - [anon_sym_xor_eq] = ACTIONS(3741), - [anon_sym_LT_EQ_GT] = ACTIONS(3741), - [anon_sym_or] = ACTIONS(3736), - [anon_sym_and] = ACTIONS(3736), - [anon_sym_bitor] = ACTIONS(3741), - [anon_sym_xor] = ACTIONS(3736), - [anon_sym_bitand] = ACTIONS(3741), - [anon_sym_not_eq] = ACTIONS(3741), - [anon_sym_DASH_DASH] = ACTIONS(3741), - [anon_sym_PLUS_PLUS] = ACTIONS(3741), - [anon_sym_DOT] = ACTIONS(3736), - [anon_sym_DASH_GT] = ACTIONS(3736), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3734), - [anon_sym_decltype] = ACTIONS(3734), - [anon_sym_DOT_STAR] = ACTIONS(3741), - [anon_sym_DASH_GT_STAR] = ACTIONS(3741), - }, - [1801] = { - [sym_template_argument_list] = STATE(1877), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3760), - [anon_sym_RPAREN] = ACTIONS(3750), - [anon_sym_LPAREN2] = ACTIONS(3750), - [anon_sym_DASH] = ACTIONS(3755), - [anon_sym_PLUS] = ACTIONS(3755), - [anon_sym_STAR] = ACTIONS(3757), - [anon_sym_SLASH] = ACTIONS(3755), - [anon_sym_PERCENT] = ACTIONS(3755), - [anon_sym_PIPE_PIPE] = ACTIONS(3760), - [anon_sym_AMP_AMP] = ACTIONS(3750), - [anon_sym_PIPE] = ACTIONS(3755), - [anon_sym_CARET] = ACTIONS(3755), - [anon_sym_AMP] = ACTIONS(3757), - [anon_sym_EQ_EQ] = ACTIONS(3760), - [anon_sym_BANG_EQ] = ACTIONS(3760), - [anon_sym_GT] = ACTIONS(3755), - [anon_sym_GT_EQ] = ACTIONS(3760), - [anon_sym_LT_EQ] = ACTIONS(3755), - [anon_sym_LT] = ACTIONS(3933), - [anon_sym_LT_LT] = ACTIONS(3755), - [anon_sym_GT_GT] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(3746), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3750), - [anon_sym_EQ] = ACTIONS(3755), - [anon_sym_const] = ACTIONS(3748), - [anon_sym_volatile] = ACTIONS(3753), - [anon_sym_restrict] = ACTIONS(3753), - [anon_sym__Atomic] = ACTIONS(3753), - [anon_sym_mutable] = ACTIONS(3753), - [anon_sym_constexpr] = ACTIONS(3753), - [anon_sym_constinit] = ACTIONS(3753), - [anon_sym_consteval] = ACTIONS(3753), - [anon_sym_QMARK] = ACTIONS(3760), - [anon_sym_STAR_EQ] = ACTIONS(3760), - [anon_sym_SLASH_EQ] = ACTIONS(3760), - [anon_sym_PERCENT_EQ] = ACTIONS(3760), - [anon_sym_PLUS_EQ] = ACTIONS(3760), - [anon_sym_DASH_EQ] = ACTIONS(3760), - [anon_sym_LT_LT_EQ] = ACTIONS(3760), - [anon_sym_GT_GT_EQ] = ACTIONS(3760), - [anon_sym_AMP_EQ] = ACTIONS(3760), - [anon_sym_CARET_EQ] = ACTIONS(3760), - [anon_sym_PIPE_EQ] = ACTIONS(3760), - [anon_sym_and_eq] = ACTIONS(3904), - [anon_sym_or_eq] = ACTIONS(3904), - [anon_sym_xor_eq] = ACTIONS(3904), - [anon_sym_LT_EQ_GT] = ACTIONS(3760), - [anon_sym_or] = ACTIONS(3755), - [anon_sym_and] = ACTIONS(3755), - [anon_sym_bitor] = ACTIONS(3760), - [anon_sym_xor] = ACTIONS(3755), - [anon_sym_bitand] = ACTIONS(3760), - [anon_sym_not_eq] = ACTIONS(3760), - [anon_sym_DASH_DASH] = ACTIONS(3760), - [anon_sym_PLUS_PLUS] = ACTIONS(3760), - [anon_sym_DOT] = ACTIONS(3755), - [anon_sym_DASH_GT] = ACTIONS(3755), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3753), - [anon_sym_decltype] = ACTIONS(3753), - [anon_sym_DOT_STAR] = ACTIONS(3760), - [anon_sym_DASH_GT_STAR] = ACTIONS(3760), - }, - [1802] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3826), - [anon_sym_COMMA] = ACTIONS(3826), - [anon_sym_LPAREN2] = ACTIONS(3826), - [anon_sym_DASH] = ACTIONS(3824), - [anon_sym_PLUS] = ACTIONS(3824), - [anon_sym_STAR] = ACTIONS(3824), - [anon_sym_SLASH] = ACTIONS(3824), - [anon_sym_PERCENT] = ACTIONS(3824), - [anon_sym_PIPE_PIPE] = ACTIONS(3826), - [anon_sym_AMP_AMP] = ACTIONS(3826), - [anon_sym_PIPE] = ACTIONS(3824), - [anon_sym_CARET] = ACTIONS(3824), - [anon_sym_AMP] = ACTIONS(3824), - [anon_sym_EQ_EQ] = ACTIONS(3826), - [anon_sym_BANG_EQ] = ACTIONS(3826), - [anon_sym_GT] = ACTIONS(3824), - [anon_sym_GT_EQ] = ACTIONS(3824), - [anon_sym_LT_EQ] = ACTIONS(3824), - [anon_sym_LT] = ACTIONS(3824), - [anon_sym_LT_LT] = ACTIONS(3824), - [anon_sym_GT_GT] = ACTIONS(3824), - [anon_sym_COLON_COLON] = ACTIONS(3826), - [anon_sym_LBRACE] = ACTIONS(3826), - [anon_sym_LBRACK] = ACTIONS(3826), - [anon_sym_EQ] = ACTIONS(3824), - [anon_sym_const] = ACTIONS(3824), - [anon_sym_volatile] = ACTIONS(3826), - [anon_sym_restrict] = ACTIONS(3826), - [anon_sym__Atomic] = ACTIONS(3826), - [anon_sym_mutable] = ACTIONS(3826), - [anon_sym_constexpr] = ACTIONS(3826), - [anon_sym_constinit] = ACTIONS(3826), - [anon_sym_consteval] = ACTIONS(3826), - [anon_sym_COLON] = ACTIONS(3824), - [anon_sym_QMARK] = ACTIONS(3826), - [anon_sym_STAR_EQ] = ACTIONS(3826), - [anon_sym_SLASH_EQ] = ACTIONS(3826), - [anon_sym_PERCENT_EQ] = ACTIONS(3826), - [anon_sym_PLUS_EQ] = ACTIONS(3826), - [anon_sym_DASH_EQ] = ACTIONS(3826), - [anon_sym_LT_LT_EQ] = ACTIONS(3826), - [anon_sym_GT_GT_EQ] = ACTIONS(3824), - [anon_sym_AMP_EQ] = ACTIONS(3826), - [anon_sym_CARET_EQ] = ACTIONS(3826), - [anon_sym_PIPE_EQ] = ACTIONS(3826), - [anon_sym_and_eq] = ACTIONS(3826), - [anon_sym_or_eq] = ACTIONS(3826), - [anon_sym_xor_eq] = ACTIONS(3826), - [anon_sym_LT_EQ_GT] = ACTIONS(3826), - [anon_sym_or] = ACTIONS(3824), - [anon_sym_and] = ACTIONS(3824), - [anon_sym_bitor] = ACTIONS(3826), - [anon_sym_xor] = ACTIONS(3824), - [anon_sym_bitand] = ACTIONS(3826), - [anon_sym_not_eq] = ACTIONS(3826), - [anon_sym_DASH_DASH] = ACTIONS(3826), - [anon_sym_PLUS_PLUS] = ACTIONS(3826), - [anon_sym_DOT] = ACTIONS(3824), - [anon_sym_DASH_GT] = ACTIONS(3826), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3798), + [anon_sym_COMMA] = ACTIONS(3798), + [anon_sym_LPAREN2] = ACTIONS(3798), + [anon_sym_DASH] = ACTIONS(3796), + [anon_sym_PLUS] = ACTIONS(3796), + [anon_sym_STAR] = ACTIONS(3796), + [anon_sym_SLASH] = ACTIONS(3796), + [anon_sym_PERCENT] = ACTIONS(3796), + [anon_sym_PIPE_PIPE] = ACTIONS(3798), + [anon_sym_AMP_AMP] = ACTIONS(3798), + [anon_sym_PIPE] = ACTIONS(3796), + [anon_sym_CARET] = ACTIONS(3796), + [anon_sym_AMP] = ACTIONS(3796), + [anon_sym_EQ_EQ] = ACTIONS(3798), + [anon_sym_BANG_EQ] = ACTIONS(3798), + [anon_sym_GT] = ACTIONS(3796), + [anon_sym_GT_EQ] = ACTIONS(3796), + [anon_sym_LT_EQ] = ACTIONS(3796), + [anon_sym_LT] = ACTIONS(3796), + [anon_sym_LT_LT] = ACTIONS(3796), + [anon_sym_GT_GT] = ACTIONS(3796), + [anon_sym_COLON_COLON] = ACTIONS(3798), + [anon_sym_LBRACE] = ACTIONS(3798), + [anon_sym_LBRACK] = ACTIONS(3798), + [anon_sym_EQ] = ACTIONS(3796), + [anon_sym_const] = ACTIONS(3796), + [anon_sym_volatile] = ACTIONS(3798), + [anon_sym_restrict] = ACTIONS(3798), + [anon_sym__Atomic] = ACTIONS(3798), + [anon_sym_mutable] = ACTIONS(3798), + [anon_sym_constexpr] = ACTIONS(3798), + [anon_sym_constinit] = ACTIONS(3798), + [anon_sym_consteval] = ACTIONS(3798), + [anon_sym_COLON] = ACTIONS(3796), + [anon_sym_QMARK] = ACTIONS(3798), + [anon_sym_STAR_EQ] = ACTIONS(3798), + [anon_sym_SLASH_EQ] = ACTIONS(3798), + [anon_sym_PERCENT_EQ] = ACTIONS(3798), + [anon_sym_PLUS_EQ] = ACTIONS(3798), + [anon_sym_DASH_EQ] = ACTIONS(3798), + [anon_sym_LT_LT_EQ] = ACTIONS(3798), + [anon_sym_GT_GT_EQ] = ACTIONS(3796), + [anon_sym_AMP_EQ] = ACTIONS(3798), + [anon_sym_CARET_EQ] = ACTIONS(3798), + [anon_sym_PIPE_EQ] = ACTIONS(3798), + [anon_sym_and_eq] = ACTIONS(3798), + [anon_sym_or_eq] = ACTIONS(3798), + [anon_sym_xor_eq] = ACTIONS(3798), + [anon_sym_LT_EQ_GT] = ACTIONS(3798), + [anon_sym_or] = ACTIONS(3796), + [anon_sym_and] = ACTIONS(3796), + [anon_sym_bitor] = ACTIONS(3798), + [anon_sym_xor] = ACTIONS(3796), + [anon_sym_bitand] = ACTIONS(3798), + [anon_sym_not_eq] = ACTIONS(3798), + [anon_sym_DASH_DASH] = ACTIONS(3798), + [anon_sym_PLUS_PLUS] = ACTIONS(3798), + [anon_sym_DOT] = ACTIONS(3796), + [anon_sym_DASH_GT] = ACTIONS(3798), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3826), - [anon_sym_decltype] = ACTIONS(3826), - [anon_sym_final] = ACTIONS(3826), - [anon_sym_override] = ACTIONS(3826), - [anon_sym_GT2] = ACTIONS(3826), + [sym_auto] = ACTIONS(3798), + [anon_sym_decltype] = ACTIONS(3798), + [anon_sym_final] = ACTIONS(3798), + [anon_sym_override] = ACTIONS(3798), + [anon_sym_GT2] = ACTIONS(3798), }, - [1803] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3818), - [anon_sym_COMMA] = ACTIONS(3818), - [anon_sym_LPAREN2] = ACTIONS(3818), - [anon_sym_DASH] = ACTIONS(3816), - [anon_sym_PLUS] = ACTIONS(3816), - [anon_sym_STAR] = ACTIONS(3816), - [anon_sym_SLASH] = ACTIONS(3816), - [anon_sym_PERCENT] = ACTIONS(3816), - [anon_sym_PIPE_PIPE] = ACTIONS(3818), - [anon_sym_AMP_AMP] = ACTIONS(3818), - [anon_sym_PIPE] = ACTIONS(3816), - [anon_sym_CARET] = ACTIONS(3816), - [anon_sym_AMP] = ACTIONS(3816), - [anon_sym_EQ_EQ] = ACTIONS(3818), - [anon_sym_BANG_EQ] = ACTIONS(3818), - [anon_sym_GT] = ACTIONS(3816), + [1801] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(3816), + [anon_sym_COMMA] = ACTIONS(3816), + [anon_sym_RPAREN] = ACTIONS(3806), + [anon_sym_LPAREN2] = ACTIONS(3806), + [anon_sym_DASH] = ACTIONS(3811), + [anon_sym_PLUS] = ACTIONS(3811), + [anon_sym_STAR] = ACTIONS(3813), + [anon_sym_SLASH] = ACTIONS(3811), + [anon_sym_PERCENT] = ACTIONS(3811), + [anon_sym_PIPE_PIPE] = ACTIONS(3816), + [anon_sym_AMP_AMP] = ACTIONS(3806), + [anon_sym_PIPE] = ACTIONS(3811), + [anon_sym_CARET] = ACTIONS(3811), + [anon_sym_AMP] = ACTIONS(3813), + [anon_sym_EQ_EQ] = ACTIONS(3816), + [anon_sym_BANG_EQ] = ACTIONS(3816), + [anon_sym_GT] = ACTIONS(3811), [anon_sym_GT_EQ] = ACTIONS(3816), - [anon_sym_LT_EQ] = ACTIONS(3816), - [anon_sym_LT] = ACTIONS(3816), - [anon_sym_LT_LT] = ACTIONS(3816), - [anon_sym_GT_GT] = ACTIONS(3816), - [anon_sym_COLON_COLON] = ACTIONS(3818), - [anon_sym_LBRACE] = ACTIONS(3818), - [anon_sym_LBRACK] = ACTIONS(3818), - [anon_sym_EQ] = ACTIONS(3816), - [anon_sym_const] = ACTIONS(3816), - [anon_sym_volatile] = ACTIONS(3818), - [anon_sym_restrict] = ACTIONS(3818), - [anon_sym__Atomic] = ACTIONS(3818), - [anon_sym_mutable] = ACTIONS(3818), - [anon_sym_constexpr] = ACTIONS(3818), - [anon_sym_constinit] = ACTIONS(3818), - [anon_sym_consteval] = ACTIONS(3818), - [anon_sym_COLON] = ACTIONS(3816), - [anon_sym_QMARK] = ACTIONS(3818), - [anon_sym_STAR_EQ] = ACTIONS(3818), - [anon_sym_SLASH_EQ] = ACTIONS(3818), - [anon_sym_PERCENT_EQ] = ACTIONS(3818), - [anon_sym_PLUS_EQ] = ACTIONS(3818), - [anon_sym_DASH_EQ] = ACTIONS(3818), - [anon_sym_LT_LT_EQ] = ACTIONS(3818), + [anon_sym_LT_EQ] = ACTIONS(3811), + [anon_sym_LT] = ACTIONS(3811), + [anon_sym_LT_LT] = ACTIONS(3811), + [anon_sym_GT_GT] = ACTIONS(3811), + [anon_sym_COLON_COLON] = ACTIONS(3809), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3816), + [anon_sym_LBRACE] = ACTIONS(3809), + [anon_sym_LBRACK] = ACTIONS(3813), + [anon_sym_EQ] = ACTIONS(3811), + [anon_sym_const] = ACTIONS(3804), + [anon_sym_volatile] = ACTIONS(3809), + [anon_sym_restrict] = ACTIONS(3809), + [anon_sym__Atomic] = ACTIONS(3809), + [anon_sym_mutable] = ACTIONS(3809), + [anon_sym_constexpr] = ACTIONS(3809), + [anon_sym_constinit] = ACTIONS(3809), + [anon_sym_consteval] = ACTIONS(3809), + [anon_sym_QMARK] = ACTIONS(3816), + [anon_sym_STAR_EQ] = ACTIONS(3816), + [anon_sym_SLASH_EQ] = ACTIONS(3816), + [anon_sym_PERCENT_EQ] = ACTIONS(3816), + [anon_sym_PLUS_EQ] = ACTIONS(3816), + [anon_sym_DASH_EQ] = ACTIONS(3816), + [anon_sym_LT_LT_EQ] = ACTIONS(3816), [anon_sym_GT_GT_EQ] = ACTIONS(3816), - [anon_sym_AMP_EQ] = ACTIONS(3818), - [anon_sym_CARET_EQ] = ACTIONS(3818), - [anon_sym_PIPE_EQ] = ACTIONS(3818), - [anon_sym_and_eq] = ACTIONS(3818), - [anon_sym_or_eq] = ACTIONS(3818), - [anon_sym_xor_eq] = ACTIONS(3818), - [anon_sym_LT_EQ_GT] = ACTIONS(3818), - [anon_sym_or] = ACTIONS(3816), - [anon_sym_and] = ACTIONS(3816), - [anon_sym_bitor] = ACTIONS(3818), - [anon_sym_xor] = ACTIONS(3816), - [anon_sym_bitand] = ACTIONS(3818), - [anon_sym_not_eq] = ACTIONS(3818), - [anon_sym_DASH_DASH] = ACTIONS(3818), - [anon_sym_PLUS_PLUS] = ACTIONS(3818), - [anon_sym_DOT] = ACTIONS(3816), - [anon_sym_DASH_GT] = ACTIONS(3818), + [anon_sym_AMP_EQ] = ACTIONS(3816), + [anon_sym_CARET_EQ] = ACTIONS(3816), + [anon_sym_PIPE_EQ] = ACTIONS(3816), + [anon_sym_and_eq] = ACTIONS(3816), + [anon_sym_or_eq] = ACTIONS(3816), + [anon_sym_xor_eq] = ACTIONS(3816), + [anon_sym_LT_EQ_GT] = ACTIONS(3816), + [anon_sym_or] = ACTIONS(3811), + [anon_sym_and] = ACTIONS(3811), + [anon_sym_bitor] = ACTIONS(3816), + [anon_sym_xor] = ACTIONS(3811), + [anon_sym_bitand] = ACTIONS(3816), + [anon_sym_not_eq] = ACTIONS(3816), + [anon_sym_DASH_DASH] = ACTIONS(3816), + [anon_sym_PLUS_PLUS] = ACTIONS(3816), + [anon_sym_DOT] = ACTIONS(3811), + [anon_sym_DASH_GT] = ACTIONS(3811), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3818), - [anon_sym_decltype] = ACTIONS(3818), - [anon_sym_final] = ACTIONS(3818), - [anon_sym_override] = ACTIONS(3818), - [anon_sym_GT2] = ACTIONS(3818), + [sym_auto] = ACTIONS(3809), + [anon_sym_decltype] = ACTIONS(3809), + [anon_sym_DOT_STAR] = ACTIONS(3816), + [anon_sym_DASH_GT_STAR] = ACTIONS(3816), }, - [1804] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3800), - [anon_sym_COMMA] = ACTIONS(3800), - [anon_sym_LPAREN2] = ACTIONS(3800), - [anon_sym_DASH] = ACTIONS(3798), - [anon_sym_PLUS] = ACTIONS(3798), - [anon_sym_STAR] = ACTIONS(3798), - [anon_sym_SLASH] = ACTIONS(3798), - [anon_sym_PERCENT] = ACTIONS(3798), - [anon_sym_PIPE_PIPE] = ACTIONS(3800), - [anon_sym_AMP_AMP] = ACTIONS(3800), - [anon_sym_PIPE] = ACTIONS(3798), - [anon_sym_CARET] = ACTIONS(3798), - [anon_sym_AMP] = ACTIONS(3798), - [anon_sym_EQ_EQ] = ACTIONS(3800), - [anon_sym_BANG_EQ] = ACTIONS(3800), - [anon_sym_GT] = ACTIONS(3798), - [anon_sym_GT_EQ] = ACTIONS(3798), - [anon_sym_LT_EQ] = ACTIONS(3798), - [anon_sym_LT] = ACTIONS(3798), - [anon_sym_LT_LT] = ACTIONS(3798), - [anon_sym_GT_GT] = ACTIONS(3798), - [anon_sym_COLON_COLON] = ACTIONS(3800), - [anon_sym_LBRACE] = ACTIONS(3800), - [anon_sym_LBRACK] = ACTIONS(3800), - [anon_sym_EQ] = ACTIONS(3798), - [anon_sym_const] = ACTIONS(3798), - [anon_sym_volatile] = ACTIONS(3800), - [anon_sym_restrict] = ACTIONS(3800), - [anon_sym__Atomic] = ACTIONS(3800), - [anon_sym_mutable] = ACTIONS(3800), - [anon_sym_constexpr] = ACTIONS(3800), - [anon_sym_constinit] = ACTIONS(3800), - [anon_sym_consteval] = ACTIONS(3800), - [anon_sym_COLON] = ACTIONS(3798), - [anon_sym_QMARK] = ACTIONS(3800), - [anon_sym_STAR_EQ] = ACTIONS(3800), - [anon_sym_SLASH_EQ] = ACTIONS(3800), - [anon_sym_PERCENT_EQ] = ACTIONS(3800), - [anon_sym_PLUS_EQ] = ACTIONS(3800), - [anon_sym_DASH_EQ] = ACTIONS(3800), - [anon_sym_LT_LT_EQ] = ACTIONS(3800), - [anon_sym_GT_GT_EQ] = ACTIONS(3798), - [anon_sym_AMP_EQ] = ACTIONS(3800), - [anon_sym_CARET_EQ] = ACTIONS(3800), - [anon_sym_PIPE_EQ] = ACTIONS(3800), - [anon_sym_and_eq] = ACTIONS(3800), - [anon_sym_or_eq] = ACTIONS(3800), - [anon_sym_xor_eq] = ACTIONS(3800), - [anon_sym_LT_EQ_GT] = ACTIONS(3800), - [anon_sym_or] = ACTIONS(3798), - [anon_sym_and] = ACTIONS(3798), - [anon_sym_bitor] = ACTIONS(3800), - [anon_sym_xor] = ACTIONS(3798), - [anon_sym_bitand] = ACTIONS(3800), - [anon_sym_not_eq] = ACTIONS(3800), - [anon_sym_DASH_DASH] = ACTIONS(3800), - [anon_sym_PLUS_PLUS] = ACTIONS(3800), - [anon_sym_DOT] = ACTIONS(3798), - [anon_sym_DASH_GT] = ACTIONS(3800), + [1802] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(3820), + [anon_sym_COMMA] = ACTIONS(3820), + [anon_sym_LPAREN2] = ACTIONS(3820), + [anon_sym_DASH] = ACTIONS(3818), + [anon_sym_PLUS] = ACTIONS(3818), + [anon_sym_STAR] = ACTIONS(3818), + [anon_sym_SLASH] = ACTIONS(3818), + [anon_sym_PERCENT] = ACTIONS(3818), + [anon_sym_PIPE_PIPE] = ACTIONS(3820), + [anon_sym_AMP_AMP] = ACTIONS(3820), + [anon_sym_PIPE] = ACTIONS(3818), + [anon_sym_CARET] = ACTIONS(3818), + [anon_sym_AMP] = ACTIONS(3818), + [anon_sym_EQ_EQ] = ACTIONS(3820), + [anon_sym_BANG_EQ] = ACTIONS(3820), + [anon_sym_GT] = ACTIONS(3818), + [anon_sym_GT_EQ] = ACTIONS(3818), + [anon_sym_LT_EQ] = ACTIONS(3818), + [anon_sym_LT] = ACTIONS(3818), + [anon_sym_LT_LT] = ACTIONS(3818), + [anon_sym_GT_GT] = ACTIONS(3818), + [anon_sym_COLON_COLON] = ACTIONS(3820), + [anon_sym_LBRACE] = ACTIONS(3820), + [anon_sym_LBRACK] = ACTIONS(3820), + [anon_sym_EQ] = ACTIONS(3818), + [anon_sym_const] = ACTIONS(3818), + [anon_sym_volatile] = ACTIONS(3820), + [anon_sym_restrict] = ACTIONS(3820), + [anon_sym__Atomic] = ACTIONS(3820), + [anon_sym_mutable] = ACTIONS(3820), + [anon_sym_constexpr] = ACTIONS(3820), + [anon_sym_constinit] = ACTIONS(3820), + [anon_sym_consteval] = ACTIONS(3820), + [anon_sym_COLON] = ACTIONS(3818), + [anon_sym_QMARK] = ACTIONS(3820), + [anon_sym_STAR_EQ] = ACTIONS(3820), + [anon_sym_SLASH_EQ] = ACTIONS(3820), + [anon_sym_PERCENT_EQ] = ACTIONS(3820), + [anon_sym_PLUS_EQ] = ACTIONS(3820), + [anon_sym_DASH_EQ] = ACTIONS(3820), + [anon_sym_LT_LT_EQ] = ACTIONS(3820), + [anon_sym_GT_GT_EQ] = ACTIONS(3818), + [anon_sym_AMP_EQ] = ACTIONS(3820), + [anon_sym_CARET_EQ] = ACTIONS(3820), + [anon_sym_PIPE_EQ] = ACTIONS(3820), + [anon_sym_and_eq] = ACTIONS(3820), + [anon_sym_or_eq] = ACTIONS(3820), + [anon_sym_xor_eq] = ACTIONS(3820), + [anon_sym_LT_EQ_GT] = ACTIONS(3820), + [anon_sym_or] = ACTIONS(3818), + [anon_sym_and] = ACTIONS(3818), + [anon_sym_bitor] = ACTIONS(3820), + [anon_sym_xor] = ACTIONS(3818), + [anon_sym_bitand] = ACTIONS(3820), + [anon_sym_not_eq] = ACTIONS(3820), + [anon_sym_DASH_DASH] = ACTIONS(3820), + [anon_sym_PLUS_PLUS] = ACTIONS(3820), + [anon_sym_DOT] = ACTIONS(3818), + [anon_sym_DASH_GT] = ACTIONS(3820), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3800), - [anon_sym_decltype] = ACTIONS(3800), - [anon_sym_final] = ACTIONS(3800), - [anon_sym_override] = ACTIONS(3800), - [anon_sym_GT2] = ACTIONS(3800), + [sym_auto] = ACTIONS(3820), + [anon_sym_decltype] = ACTIONS(3820), + [anon_sym_final] = ACTIONS(3820), + [anon_sym_override] = ACTIONS(3820), + [anon_sym_GT2] = ACTIONS(3820), }, - [1805] = { - [sym__declaration_modifiers] = STATE(2180), - [sym__declaration_specifiers] = STATE(3324), - [sym_attribute_specifier] = STATE(2180), - [sym_attribute_declaration] = STATE(2180), - [sym_ms_declspec_modifier] = STATE(2180), - [sym_storage_class_specifier] = STATE(2180), - [sym_type_qualifier] = STATE(2180), - [sym__type_specifier] = STATE(3274), - [sym_sized_type_specifier] = STATE(3473), - [sym_enum_specifier] = STATE(3473), - [sym_struct_specifier] = STATE(3473), - [sym_union_specifier] = STATE(3473), - [sym_parameter_declaration] = STATE(5979), - [sym_placeholder_type_specifier] = STATE(3473), - [sym_decltype_auto] = STATE(3437), - [sym_decltype] = STATE(3424), - [sym_class_specifier] = STATE(3473), - [sym_virtual_function_specifier] = STATE(2180), - [sym_dependent_type] = STATE(3473), - [sym_type_parameter_declaration] = STATE(5979), - [sym_variadic_type_parameter_declaration] = STATE(5979), - [sym_optional_type_parameter_declaration] = STATE(5979), - [sym_template_template_parameter_declaration] = STATE(5979), - [sym_optional_parameter_declaration] = STATE(5979), - [sym_variadic_parameter_declaration] = STATE(5979), - [sym_template_type] = STATE(3424), - [sym_dependent_type_identifier] = STATE(6969), - [sym__scope_resolution] = STATE(5304), - [sym_qualified_type_identifier] = STATE(3551), - [aux_sym__declaration_specifiers_repeat1] = STATE(2180), - [aux_sym_sized_type_specifier_repeat1] = STATE(3288), - [sym_identifier] = ACTIONS(3842), + [1803] = { + [sym__declaration_modifiers] = STATE(2175), + [sym__declaration_specifiers] = STATE(3322), + [sym_attribute_specifier] = STATE(2175), + [sym_attribute_declaration] = STATE(2175), + [sym_ms_declspec_modifier] = STATE(2175), + [sym_storage_class_specifier] = STATE(2175), + [sym_type_qualifier] = STATE(2175), + [sym__type_specifier] = STATE(3275), + [sym_sized_type_specifier] = STATE(3505), + [sym_enum_specifier] = STATE(3505), + [sym_struct_specifier] = STATE(3505), + [sym_union_specifier] = STATE(3505), + [sym_parameter_declaration] = STATE(5778), + [sym_placeholder_type_specifier] = STATE(3505), + [sym_decltype_auto] = STATE(3522), + [sym_decltype] = STATE(3417), + [sym_class_specifier] = STATE(3505), + [sym_virtual_function_specifier] = STATE(2175), + [sym_dependent_type] = STATE(3505), + [sym_type_parameter_declaration] = STATE(5778), + [sym_variadic_type_parameter_declaration] = STATE(5778), + [sym_optional_type_parameter_declaration] = STATE(5778), + [sym_template_template_parameter_declaration] = STATE(5778), + [sym_optional_parameter_declaration] = STATE(5778), + [sym_variadic_parameter_declaration] = STATE(5778), + [sym_template_type] = STATE(3417), + [sym_dependent_type_identifier] = STATE(6968), + [sym__scope_resolution] = STATE(5210), + [sym_qualified_type_identifier] = STATE(3425), + [aux_sym__declaration_specifiers_repeat1] = STATE(2175), + [aux_sym_sized_type_specifier_repeat1] = STATE(3303), + [sym_identifier] = ACTIONS(3838), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(3852), + [anon_sym_COLON_COLON] = ACTIONS(3850), [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), [anon_sym___declspec] = ACTIONS(45), [anon_sym_static] = ACTIONS(55), @@ -221672,154 +221296,489 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(59), [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2886), [anon_sym_enum] = ACTIONS(1431), - [anon_sym_class] = ACTIONS(3918), + [anon_sym_class] = ACTIONS(3910), [anon_sym_struct] = ACTIONS(1435), [anon_sym_union] = ACTIONS(1437), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(105), [anon_sym_decltype] = ACTIONS(107), [anon_sym_virtual] = ACTIONS(109), - [anon_sym_typename] = ACTIONS(3920), - [anon_sym_template] = ACTIONS(3922), - [anon_sym_GT2] = ACTIONS(3936), + [anon_sym_typename] = ACTIONS(3912), + [anon_sym_template] = ACTIONS(3914), + [anon_sym_GT2] = ACTIONS(3922), + }, + [1804] = { + [sym_template_argument_list] = STATE(1815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3737), + [anon_sym_COMMA] = ACTIONS(3737), + [anon_sym_RPAREN] = ACTIONS(3727), + [anon_sym_LPAREN2] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3732), + [anon_sym_PLUS] = ACTIONS(3732), + [anon_sym_STAR] = ACTIONS(3734), + [anon_sym_SLASH] = ACTIONS(3732), + [anon_sym_PERCENT] = ACTIONS(3732), + [anon_sym_PIPE_PIPE] = ACTIONS(3737), + [anon_sym_AMP_AMP] = ACTIONS(3727), + [anon_sym_PIPE] = ACTIONS(3732), + [anon_sym_CARET] = ACTIONS(3732), + [anon_sym_AMP] = ACTIONS(3734), + [anon_sym_EQ_EQ] = ACTIONS(3737), + [anon_sym_BANG_EQ] = ACTIONS(3737), + [anon_sym_GT] = ACTIONS(3732), + [anon_sym_GT_EQ] = ACTIONS(3737), + [anon_sym_LT_EQ] = ACTIONS(3732), + [anon_sym_LT] = ACTIONS(3924), + [anon_sym_LT_LT] = ACTIONS(3732), + [anon_sym_GT_GT] = ACTIONS(3732), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACE] = ACTIONS(3730), + [anon_sym_LBRACK] = ACTIONS(3727), + [anon_sym_EQ] = ACTIONS(3732), + [anon_sym_const] = ACTIONS(3725), + [anon_sym_volatile] = ACTIONS(3730), + [anon_sym_restrict] = ACTIONS(3730), + [anon_sym__Atomic] = ACTIONS(3730), + [anon_sym_mutable] = ACTIONS(3730), + [anon_sym_constexpr] = ACTIONS(3730), + [anon_sym_constinit] = ACTIONS(3730), + [anon_sym_consteval] = ACTIONS(3730), + [anon_sym_QMARK] = ACTIONS(3737), + [anon_sym_STAR_EQ] = ACTIONS(3737), + [anon_sym_SLASH_EQ] = ACTIONS(3737), + [anon_sym_PERCENT_EQ] = ACTIONS(3737), + [anon_sym_PLUS_EQ] = ACTIONS(3737), + [anon_sym_DASH_EQ] = ACTIONS(3737), + [anon_sym_LT_LT_EQ] = ACTIONS(3737), + [anon_sym_GT_GT_EQ] = ACTIONS(3737), + [anon_sym_AMP_EQ] = ACTIONS(3737), + [anon_sym_CARET_EQ] = ACTIONS(3737), + [anon_sym_PIPE_EQ] = ACTIONS(3737), + [anon_sym_and_eq] = ACTIONS(3737), + [anon_sym_or_eq] = ACTIONS(3737), + [anon_sym_xor_eq] = ACTIONS(3737), + [anon_sym_LT_EQ_GT] = ACTIONS(3737), + [anon_sym_or] = ACTIONS(3732), + [anon_sym_and] = ACTIONS(3732), + [anon_sym_bitor] = ACTIONS(3737), + [anon_sym_xor] = ACTIONS(3732), + [anon_sym_bitand] = ACTIONS(3737), + [anon_sym_not_eq] = ACTIONS(3737), + [anon_sym_DASH_DASH] = ACTIONS(3737), + [anon_sym_PLUS_PLUS] = ACTIONS(3737), + [anon_sym_DOT] = ACTIONS(3732), + [anon_sym_DASH_GT] = ACTIONS(3732), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3730), + [anon_sym_decltype] = ACTIONS(3730), + [anon_sym_DOT_STAR] = ACTIONS(3737), + [anon_sym_DASH_GT_STAR] = ACTIONS(3737), + }, + [1805] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(3927), + [anon_sym_COMMA] = ACTIONS(3927), + [anon_sym_RPAREN] = ACTIONS(3927), + [anon_sym_LPAREN2] = ACTIONS(3927), + [anon_sym_DASH] = ACTIONS(3929), + [anon_sym_PLUS] = ACTIONS(3929), + [anon_sym_STAR] = ACTIONS(3929), + [anon_sym_SLASH] = ACTIONS(3929), + [anon_sym_PERCENT] = ACTIONS(3929), + [anon_sym_PIPE_PIPE] = ACTIONS(3927), + [anon_sym_AMP_AMP] = ACTIONS(3927), + [anon_sym_PIPE] = ACTIONS(3929), + [anon_sym_CARET] = ACTIONS(3929), + [anon_sym_AMP] = ACTIONS(3929), + [anon_sym_EQ_EQ] = ACTIONS(3927), + [anon_sym_BANG_EQ] = ACTIONS(3927), + [anon_sym_GT] = ACTIONS(3929), + [anon_sym_GT_EQ] = ACTIONS(3927), + [anon_sym_LT_EQ] = ACTIONS(3929), + [anon_sym_LT] = ACTIONS(3929), + [anon_sym_LT_LT] = ACTIONS(3929), + [anon_sym_GT_GT] = ACTIONS(3929), + [anon_sym_SEMI] = ACTIONS(3927), + [anon_sym_RBRACE] = ACTIONS(3927), + [anon_sym_LBRACK] = ACTIONS(3927), + [anon_sym_RBRACK] = ACTIONS(3927), + [anon_sym_EQ] = ACTIONS(3929), + [anon_sym_COLON] = ACTIONS(3927), + [anon_sym_QMARK] = ACTIONS(3927), + [anon_sym_STAR_EQ] = ACTIONS(3927), + [anon_sym_SLASH_EQ] = ACTIONS(3927), + [anon_sym_PERCENT_EQ] = ACTIONS(3927), + [anon_sym_PLUS_EQ] = ACTIONS(3927), + [anon_sym_DASH_EQ] = ACTIONS(3927), + [anon_sym_LT_LT_EQ] = ACTIONS(3927), + [anon_sym_GT_GT_EQ] = ACTIONS(3927), + [anon_sym_AMP_EQ] = ACTIONS(3927), + [anon_sym_CARET_EQ] = ACTIONS(3927), + [anon_sym_PIPE_EQ] = ACTIONS(3927), + [anon_sym_and_eq] = ACTIONS(3929), + [anon_sym_or_eq] = ACTIONS(3929), + [anon_sym_xor_eq] = ACTIONS(3929), + [anon_sym_LT_EQ_GT] = ACTIONS(3927), + [anon_sym_or] = ACTIONS(3929), + [anon_sym_and] = ACTIONS(3929), + [anon_sym_bitor] = ACTIONS(3929), + [anon_sym_xor] = ACTIONS(3929), + [anon_sym_bitand] = ACTIONS(3929), + [anon_sym_not_eq] = ACTIONS(3929), + [anon_sym_DASH_DASH] = ACTIONS(3927), + [anon_sym_PLUS_PLUS] = ACTIONS(3927), + [anon_sym_DOT] = ACTIONS(3929), + [anon_sym_DASH_GT] = ACTIONS(3927), + [anon_sym_L_DQUOTE] = ACTIONS(3927), + [anon_sym_u_DQUOTE] = ACTIONS(3927), + [anon_sym_U_DQUOTE] = ACTIONS(3927), + [anon_sym_u8_DQUOTE] = ACTIONS(3927), + [anon_sym_DQUOTE] = ACTIONS(3927), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(3927), + [anon_sym_LR_DQUOTE] = ACTIONS(3927), + [anon_sym_uR_DQUOTE] = ACTIONS(3927), + [anon_sym_UR_DQUOTE] = ACTIONS(3927), + [anon_sym_u8R_DQUOTE] = ACTIONS(3927), + [sym_literal_suffix] = ACTIONS(3929), }, [1806] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3830), - [anon_sym_COMMA] = ACTIONS(3830), - [anon_sym_LPAREN2] = ACTIONS(3830), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_PIPE_PIPE] = ACTIONS(3830), - [anon_sym_AMP_AMP] = ACTIONS(3830), - [anon_sym_PIPE] = ACTIONS(3828), - [anon_sym_CARET] = ACTIONS(3828), - [anon_sym_AMP] = ACTIONS(3828), - [anon_sym_EQ_EQ] = ACTIONS(3830), - [anon_sym_BANG_EQ] = ACTIONS(3830), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_GT_EQ] = ACTIONS(3828), - [anon_sym_LT_EQ] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_LT_LT] = ACTIONS(3828), - [anon_sym_GT_GT] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3830), - [anon_sym_LBRACE] = ACTIONS(3830), - [anon_sym_LBRACK] = ACTIONS(3830), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_const] = ACTIONS(3828), - [anon_sym_volatile] = ACTIONS(3830), - [anon_sym_restrict] = ACTIONS(3830), - [anon_sym__Atomic] = ACTIONS(3830), - [anon_sym_mutable] = ACTIONS(3830), - [anon_sym_constexpr] = ACTIONS(3830), - [anon_sym_constinit] = ACTIONS(3830), - [anon_sym_consteval] = ACTIONS(3830), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_QMARK] = ACTIONS(3830), - [anon_sym_STAR_EQ] = ACTIONS(3830), - [anon_sym_SLASH_EQ] = ACTIONS(3830), - [anon_sym_PERCENT_EQ] = ACTIONS(3830), - [anon_sym_PLUS_EQ] = ACTIONS(3830), - [anon_sym_DASH_EQ] = ACTIONS(3830), - [anon_sym_LT_LT_EQ] = ACTIONS(3830), - [anon_sym_GT_GT_EQ] = ACTIONS(3828), - [anon_sym_AMP_EQ] = ACTIONS(3830), - [anon_sym_CARET_EQ] = ACTIONS(3830), - [anon_sym_PIPE_EQ] = ACTIONS(3830), - [anon_sym_and_eq] = ACTIONS(3830), - [anon_sym_or_eq] = ACTIONS(3830), - [anon_sym_xor_eq] = ACTIONS(3830), - [anon_sym_LT_EQ_GT] = ACTIONS(3830), - [anon_sym_or] = ACTIONS(3828), - [anon_sym_and] = ACTIONS(3828), - [anon_sym_bitor] = ACTIONS(3830), - [anon_sym_xor] = ACTIONS(3828), - [anon_sym_bitand] = ACTIONS(3830), - [anon_sym_not_eq] = ACTIONS(3830), - [anon_sym_DASH_DASH] = ACTIONS(3830), - [anon_sym_PLUS_PLUS] = ACTIONS(3830), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3830), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3830), - [anon_sym_decltype] = ACTIONS(3830), - [anon_sym_final] = ACTIONS(3830), - [anon_sym_override] = ACTIONS(3830), - [anon_sym_GT2] = ACTIONS(3830), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3794), + [anon_sym_COMMA] = ACTIONS(3794), + [anon_sym_LPAREN2] = ACTIONS(3794), + [anon_sym_DASH] = ACTIONS(3792), + [anon_sym_PLUS] = ACTIONS(3792), + [anon_sym_STAR] = ACTIONS(3792), + [anon_sym_SLASH] = ACTIONS(3792), + [anon_sym_PERCENT] = ACTIONS(3792), + [anon_sym_PIPE_PIPE] = ACTIONS(3794), + [anon_sym_AMP_AMP] = ACTIONS(3794), + [anon_sym_PIPE] = ACTIONS(3792), + [anon_sym_CARET] = ACTIONS(3792), + [anon_sym_AMP] = ACTIONS(3792), + [anon_sym_EQ_EQ] = ACTIONS(3794), + [anon_sym_BANG_EQ] = ACTIONS(3794), + [anon_sym_GT] = ACTIONS(3792), + [anon_sym_GT_EQ] = ACTIONS(3792), + [anon_sym_LT_EQ] = ACTIONS(3792), + [anon_sym_LT] = ACTIONS(3792), + [anon_sym_LT_LT] = ACTIONS(3792), + [anon_sym_GT_GT] = ACTIONS(3792), + [anon_sym_COLON_COLON] = ACTIONS(3794), + [anon_sym_LBRACE] = ACTIONS(3794), + [anon_sym_LBRACK] = ACTIONS(3794), + [anon_sym_EQ] = ACTIONS(3792), + [anon_sym_const] = ACTIONS(3792), + [anon_sym_volatile] = ACTIONS(3794), + [anon_sym_restrict] = ACTIONS(3794), + [anon_sym__Atomic] = ACTIONS(3794), + [anon_sym_mutable] = ACTIONS(3794), + [anon_sym_constexpr] = ACTIONS(3794), + [anon_sym_constinit] = ACTIONS(3794), + [anon_sym_consteval] = ACTIONS(3794), + [anon_sym_COLON] = ACTIONS(3792), + [anon_sym_QMARK] = ACTIONS(3794), + [anon_sym_STAR_EQ] = ACTIONS(3794), + [anon_sym_SLASH_EQ] = ACTIONS(3794), + [anon_sym_PERCENT_EQ] = ACTIONS(3794), + [anon_sym_PLUS_EQ] = ACTIONS(3794), + [anon_sym_DASH_EQ] = ACTIONS(3794), + [anon_sym_LT_LT_EQ] = ACTIONS(3794), + [anon_sym_GT_GT_EQ] = ACTIONS(3792), + [anon_sym_AMP_EQ] = ACTIONS(3794), + [anon_sym_CARET_EQ] = ACTIONS(3794), + [anon_sym_PIPE_EQ] = ACTIONS(3794), + [anon_sym_and_eq] = ACTIONS(3794), + [anon_sym_or_eq] = ACTIONS(3794), + [anon_sym_xor_eq] = ACTIONS(3794), + [anon_sym_LT_EQ_GT] = ACTIONS(3794), + [anon_sym_or] = ACTIONS(3792), + [anon_sym_and] = ACTIONS(3792), + [anon_sym_bitor] = ACTIONS(3794), + [anon_sym_xor] = ACTIONS(3792), + [anon_sym_bitand] = ACTIONS(3794), + [anon_sym_not_eq] = ACTIONS(3794), + [anon_sym_DASH_DASH] = ACTIONS(3794), + [anon_sym_PLUS_PLUS] = ACTIONS(3794), + [anon_sym_DOT] = ACTIONS(3792), + [anon_sym_DASH_GT] = ACTIONS(3794), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3794), + [anon_sym_decltype] = ACTIONS(3794), + [anon_sym_final] = ACTIONS(3794), + [anon_sym_override] = ACTIONS(3794), + [anon_sym_GT2] = ACTIONS(3794), }, [1807] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3791), - [anon_sym_COMMA] = ACTIONS(3791), - [anon_sym_LPAREN2] = ACTIONS(3791), - [anon_sym_DASH] = ACTIONS(3789), - [anon_sym_PLUS] = ACTIONS(3789), - [anon_sym_STAR] = ACTIONS(3789), - [anon_sym_SLASH] = ACTIONS(3789), - [anon_sym_PERCENT] = ACTIONS(3789), - [anon_sym_PIPE_PIPE] = ACTIONS(3791), - [anon_sym_AMP_AMP] = ACTIONS(3791), - [anon_sym_PIPE] = ACTIONS(3789), - [anon_sym_CARET] = ACTIONS(3789), - [anon_sym_AMP] = ACTIONS(3789), - [anon_sym_EQ_EQ] = ACTIONS(3791), - [anon_sym_BANG_EQ] = ACTIONS(3791), - [anon_sym_GT] = ACTIONS(3789), - [anon_sym_GT_EQ] = ACTIONS(3789), - [anon_sym_LT_EQ] = ACTIONS(3789), - [anon_sym_LT] = ACTIONS(3789), - [anon_sym_LT_LT] = ACTIONS(3789), - [anon_sym_GT_GT] = ACTIONS(3789), - [anon_sym_COLON_COLON] = ACTIONS(3791), - [anon_sym_LBRACE] = ACTIONS(3791), - [anon_sym_LBRACK] = ACTIONS(3791), - [anon_sym_EQ] = ACTIONS(3789), - [anon_sym_const] = ACTIONS(3789), - [anon_sym_volatile] = ACTIONS(3791), - [anon_sym_restrict] = ACTIONS(3791), - [anon_sym__Atomic] = ACTIONS(3791), - [anon_sym_mutable] = ACTIONS(3791), - [anon_sym_constexpr] = ACTIONS(3791), - [anon_sym_constinit] = ACTIONS(3791), - [anon_sym_consteval] = ACTIONS(3791), - [anon_sym_COLON] = ACTIONS(3789), - [anon_sym_QMARK] = ACTIONS(3791), - [anon_sym_STAR_EQ] = ACTIONS(3791), - [anon_sym_SLASH_EQ] = ACTIONS(3791), - [anon_sym_PERCENT_EQ] = ACTIONS(3791), - [anon_sym_PLUS_EQ] = ACTIONS(3791), - [anon_sym_DASH_EQ] = ACTIONS(3791), - [anon_sym_LT_LT_EQ] = ACTIONS(3791), - [anon_sym_GT_GT_EQ] = ACTIONS(3789), - [anon_sym_AMP_EQ] = ACTIONS(3791), - [anon_sym_CARET_EQ] = ACTIONS(3791), - [anon_sym_PIPE_EQ] = ACTIONS(3791), - [anon_sym_and_eq] = ACTIONS(3791), - [anon_sym_or_eq] = ACTIONS(3791), - [anon_sym_xor_eq] = ACTIONS(3791), - [anon_sym_LT_EQ_GT] = ACTIONS(3791), - [anon_sym_or] = ACTIONS(3789), - [anon_sym_and] = ACTIONS(3789), - [anon_sym_bitor] = ACTIONS(3791), - [anon_sym_xor] = ACTIONS(3789), - [anon_sym_bitand] = ACTIONS(3791), - [anon_sym_not_eq] = ACTIONS(3791), - [anon_sym_DASH_DASH] = ACTIONS(3791), - [anon_sym_PLUS_PLUS] = ACTIONS(3791), - [anon_sym_DOT] = ACTIONS(3789), - [anon_sym_DASH_GT] = ACTIONS(3791), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3791), - [anon_sym_decltype] = ACTIONS(3791), - [anon_sym_final] = ACTIONS(3791), - [anon_sym_override] = ACTIONS(3791), - [anon_sym_GT2] = ACTIONS(3791), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3828), + [anon_sym_COMMA] = ACTIONS(3828), + [anon_sym_LPAREN2] = ACTIONS(3828), + [anon_sym_DASH] = ACTIONS(3826), + [anon_sym_PLUS] = ACTIONS(3826), + [anon_sym_STAR] = ACTIONS(3826), + [anon_sym_SLASH] = ACTIONS(3826), + [anon_sym_PERCENT] = ACTIONS(3826), + [anon_sym_PIPE_PIPE] = ACTIONS(3828), + [anon_sym_AMP_AMP] = ACTIONS(3828), + [anon_sym_PIPE] = ACTIONS(3826), + [anon_sym_CARET] = ACTIONS(3826), + [anon_sym_AMP] = ACTIONS(3826), + [anon_sym_EQ_EQ] = ACTIONS(3828), + [anon_sym_BANG_EQ] = ACTIONS(3828), + [anon_sym_GT] = ACTIONS(3826), + [anon_sym_GT_EQ] = ACTIONS(3826), + [anon_sym_LT_EQ] = ACTIONS(3826), + [anon_sym_LT] = ACTIONS(3826), + [anon_sym_LT_LT] = ACTIONS(3826), + [anon_sym_GT_GT] = ACTIONS(3826), + [anon_sym_COLON_COLON] = ACTIONS(3828), + [anon_sym_LBRACE] = ACTIONS(3828), + [anon_sym_LBRACK] = ACTIONS(3828), + [anon_sym_EQ] = ACTIONS(3826), + [anon_sym_const] = ACTIONS(3826), + [anon_sym_volatile] = ACTIONS(3828), + [anon_sym_restrict] = ACTIONS(3828), + [anon_sym__Atomic] = ACTIONS(3828), + [anon_sym_mutable] = ACTIONS(3828), + [anon_sym_constexpr] = ACTIONS(3828), + [anon_sym_constinit] = ACTIONS(3828), + [anon_sym_consteval] = ACTIONS(3828), + [anon_sym_COLON] = ACTIONS(3826), + [anon_sym_QMARK] = ACTIONS(3828), + [anon_sym_STAR_EQ] = ACTIONS(3828), + [anon_sym_SLASH_EQ] = ACTIONS(3828), + [anon_sym_PERCENT_EQ] = ACTIONS(3828), + [anon_sym_PLUS_EQ] = ACTIONS(3828), + [anon_sym_DASH_EQ] = ACTIONS(3828), + [anon_sym_LT_LT_EQ] = ACTIONS(3828), + [anon_sym_GT_GT_EQ] = ACTIONS(3826), + [anon_sym_AMP_EQ] = ACTIONS(3828), + [anon_sym_CARET_EQ] = ACTIONS(3828), + [anon_sym_PIPE_EQ] = ACTIONS(3828), + [anon_sym_and_eq] = ACTIONS(3828), + [anon_sym_or_eq] = ACTIONS(3828), + [anon_sym_xor_eq] = ACTIONS(3828), + [anon_sym_LT_EQ_GT] = ACTIONS(3828), + [anon_sym_or] = ACTIONS(3826), + [anon_sym_and] = ACTIONS(3826), + [anon_sym_bitor] = ACTIONS(3828), + [anon_sym_xor] = ACTIONS(3826), + [anon_sym_bitand] = ACTIONS(3828), + [anon_sym_not_eq] = ACTIONS(3828), + [anon_sym_DASH_DASH] = ACTIONS(3828), + [anon_sym_PLUS_PLUS] = ACTIONS(3828), + [anon_sym_DOT] = ACTIONS(3826), + [anon_sym_DASH_GT] = ACTIONS(3828), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3828), + [anon_sym_decltype] = ACTIONS(3828), + [anon_sym_final] = ACTIONS(3828), + [anon_sym_override] = ACTIONS(3828), + [anon_sym_GT2] = ACTIONS(3828), }, [1808] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(3802), + [anon_sym_COMMA] = ACTIONS(3802), + [anon_sym_LPAREN2] = ACTIONS(3802), + [anon_sym_DASH] = ACTIONS(3800), + [anon_sym_PLUS] = ACTIONS(3800), + [anon_sym_STAR] = ACTIONS(3800), + [anon_sym_SLASH] = ACTIONS(3800), + [anon_sym_PERCENT] = ACTIONS(3800), + [anon_sym_PIPE_PIPE] = ACTIONS(3802), + [anon_sym_AMP_AMP] = ACTIONS(3802), + [anon_sym_PIPE] = ACTIONS(3800), + [anon_sym_CARET] = ACTIONS(3800), + [anon_sym_AMP] = ACTIONS(3800), + [anon_sym_EQ_EQ] = ACTIONS(3802), + [anon_sym_BANG_EQ] = ACTIONS(3802), + [anon_sym_GT] = ACTIONS(3800), + [anon_sym_GT_EQ] = ACTIONS(3800), + [anon_sym_LT_EQ] = ACTIONS(3800), + [anon_sym_LT] = ACTIONS(3800), + [anon_sym_LT_LT] = ACTIONS(3800), + [anon_sym_GT_GT] = ACTIONS(3800), + [anon_sym_COLON_COLON] = ACTIONS(3802), + [anon_sym_LBRACE] = ACTIONS(3802), + [anon_sym_LBRACK] = ACTIONS(3802), + [anon_sym_EQ] = ACTIONS(3800), + [anon_sym_const] = ACTIONS(3800), + [anon_sym_volatile] = ACTIONS(3802), + [anon_sym_restrict] = ACTIONS(3802), + [anon_sym__Atomic] = ACTIONS(3802), + [anon_sym_mutable] = ACTIONS(3802), + [anon_sym_constexpr] = ACTIONS(3802), + [anon_sym_constinit] = ACTIONS(3802), + [anon_sym_consteval] = ACTIONS(3802), + [anon_sym_COLON] = ACTIONS(3800), + [anon_sym_QMARK] = ACTIONS(3802), + [anon_sym_STAR_EQ] = ACTIONS(3802), + [anon_sym_SLASH_EQ] = ACTIONS(3802), + [anon_sym_PERCENT_EQ] = ACTIONS(3802), + [anon_sym_PLUS_EQ] = ACTIONS(3802), + [anon_sym_DASH_EQ] = ACTIONS(3802), + [anon_sym_LT_LT_EQ] = ACTIONS(3802), + [anon_sym_GT_GT_EQ] = ACTIONS(3800), + [anon_sym_AMP_EQ] = ACTIONS(3802), + [anon_sym_CARET_EQ] = ACTIONS(3802), + [anon_sym_PIPE_EQ] = ACTIONS(3802), + [anon_sym_and_eq] = ACTIONS(3802), + [anon_sym_or_eq] = ACTIONS(3802), + [anon_sym_xor_eq] = ACTIONS(3802), + [anon_sym_LT_EQ_GT] = ACTIONS(3802), + [anon_sym_or] = ACTIONS(3800), + [anon_sym_and] = ACTIONS(3800), + [anon_sym_bitor] = ACTIONS(3802), + [anon_sym_xor] = ACTIONS(3800), + [anon_sym_bitand] = ACTIONS(3802), + [anon_sym_not_eq] = ACTIONS(3802), + [anon_sym_DASH_DASH] = ACTIONS(3802), + [anon_sym_PLUS_PLUS] = ACTIONS(3802), + [anon_sym_DOT] = ACTIONS(3800), + [anon_sym_DASH_GT] = ACTIONS(3802), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3802), + [anon_sym_decltype] = ACTIONS(3802), + [anon_sym_final] = ACTIONS(3802), + [anon_sym_override] = ACTIONS(3802), + [anon_sym_GT2] = ACTIONS(3802), + }, + [1809] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(3931), + [anon_sym_COMMA] = ACTIONS(3931), + [anon_sym_RPAREN] = ACTIONS(3931), + [anon_sym_LPAREN2] = ACTIONS(3931), + [anon_sym_DASH] = ACTIONS(3933), + [anon_sym_PLUS] = ACTIONS(3933), + [anon_sym_STAR] = ACTIONS(3933), + [anon_sym_SLASH] = ACTIONS(3933), + [anon_sym_PERCENT] = ACTIONS(3933), + [anon_sym_PIPE_PIPE] = ACTIONS(3931), + [anon_sym_AMP_AMP] = ACTIONS(3931), + [anon_sym_PIPE] = ACTIONS(3933), + [anon_sym_CARET] = ACTIONS(3933), + [anon_sym_AMP] = ACTIONS(3933), + [anon_sym_EQ_EQ] = ACTIONS(3931), + [anon_sym_BANG_EQ] = ACTIONS(3931), + [anon_sym_GT] = ACTIONS(3933), + [anon_sym_GT_EQ] = ACTIONS(3931), + [anon_sym_LT_EQ] = ACTIONS(3933), + [anon_sym_LT] = ACTIONS(3933), + [anon_sym_LT_LT] = ACTIONS(3933), + [anon_sym_GT_GT] = ACTIONS(3933), + [anon_sym_SEMI] = ACTIONS(3931), + [anon_sym_RBRACE] = ACTIONS(3931), + [anon_sym_LBRACK] = ACTIONS(3931), + [anon_sym_RBRACK] = ACTIONS(3931), + [anon_sym_EQ] = ACTIONS(3933), + [anon_sym_COLON] = ACTIONS(3931), + [anon_sym_QMARK] = ACTIONS(3931), + [anon_sym_STAR_EQ] = ACTIONS(3931), + [anon_sym_SLASH_EQ] = ACTIONS(3931), + [anon_sym_PERCENT_EQ] = ACTIONS(3931), + [anon_sym_PLUS_EQ] = ACTIONS(3931), + [anon_sym_DASH_EQ] = ACTIONS(3931), + [anon_sym_LT_LT_EQ] = ACTIONS(3931), + [anon_sym_GT_GT_EQ] = ACTIONS(3931), + [anon_sym_AMP_EQ] = ACTIONS(3931), + [anon_sym_CARET_EQ] = ACTIONS(3931), + [anon_sym_PIPE_EQ] = ACTIONS(3931), + [anon_sym_and_eq] = ACTIONS(3933), + [anon_sym_or_eq] = ACTIONS(3933), + [anon_sym_xor_eq] = ACTIONS(3933), + [anon_sym_LT_EQ_GT] = ACTIONS(3931), + [anon_sym_or] = ACTIONS(3933), + [anon_sym_and] = ACTIONS(3933), + [anon_sym_bitor] = ACTIONS(3933), + [anon_sym_xor] = ACTIONS(3933), + [anon_sym_bitand] = ACTIONS(3933), + [anon_sym_not_eq] = ACTIONS(3933), + [anon_sym_DASH_DASH] = ACTIONS(3931), + [anon_sym_PLUS_PLUS] = ACTIONS(3931), + [anon_sym_DOT] = ACTIONS(3933), + [anon_sym_DASH_GT] = ACTIONS(3931), + [anon_sym_L_DQUOTE] = ACTIONS(3931), + [anon_sym_u_DQUOTE] = ACTIONS(3931), + [anon_sym_U_DQUOTE] = ACTIONS(3931), + [anon_sym_u8_DQUOTE] = ACTIONS(3931), + [anon_sym_DQUOTE] = ACTIONS(3931), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(3931), + [anon_sym_LR_DQUOTE] = ACTIONS(3931), + [anon_sym_uR_DQUOTE] = ACTIONS(3931), + [anon_sym_UR_DQUOTE] = ACTIONS(3931), + [anon_sym_u8R_DQUOTE] = ACTIONS(3931), + [sym_literal_suffix] = ACTIONS(3933), + }, + [1810] = { + [sym_template_argument_list] = STATE(1877), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3746), + [anon_sym_COMMA] = ACTIONS(3746), + [anon_sym_RPAREN] = ACTIONS(3759), + [anon_sym_LPAREN2] = ACTIONS(3759), + [anon_sym_DASH] = ACTIONS(3754), + [anon_sym_PLUS] = ACTIONS(3754), + [anon_sym_STAR] = ACTIONS(3756), + [anon_sym_SLASH] = ACTIONS(3754), + [anon_sym_PERCENT] = ACTIONS(3754), + [anon_sym_PIPE_PIPE] = ACTIONS(3746), + [anon_sym_AMP_AMP] = ACTIONS(3759), + [anon_sym_PIPE] = ACTIONS(3754), + [anon_sym_CARET] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_EQ_EQ] = ACTIONS(3746), + [anon_sym_BANG_EQ] = ACTIONS(3746), + [anon_sym_GT] = ACTIONS(3754), + [anon_sym_GT_EQ] = ACTIONS(3746), + [anon_sym_LT_EQ] = ACTIONS(3754), + [anon_sym_LT] = ACTIONS(3935), + [anon_sym_LT_LT] = ACTIONS(3754), + [anon_sym_GT_GT] = ACTIONS(3754), + [anon_sym_COLON_COLON] = ACTIONS(3742), + [anon_sym_LBRACE] = ACTIONS(3768), + [anon_sym_LBRACK] = ACTIONS(3759), + [anon_sym_EQ] = ACTIONS(3754), + [anon_sym_const] = ACTIONS(3744), + [anon_sym_volatile] = ACTIONS(3752), + [anon_sym_restrict] = ACTIONS(3752), + [anon_sym__Atomic] = ACTIONS(3752), + [anon_sym_mutable] = ACTIONS(3752), + [anon_sym_constexpr] = ACTIONS(3752), + [anon_sym_constinit] = ACTIONS(3752), + [anon_sym_consteval] = ACTIONS(3752), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_STAR_EQ] = ACTIONS(3746), + [anon_sym_SLASH_EQ] = ACTIONS(3746), + [anon_sym_PERCENT_EQ] = ACTIONS(3746), + [anon_sym_PLUS_EQ] = ACTIONS(3746), + [anon_sym_DASH_EQ] = ACTIONS(3746), + [anon_sym_LT_LT_EQ] = ACTIONS(3746), + [anon_sym_GT_GT_EQ] = ACTIONS(3746), + [anon_sym_AMP_EQ] = ACTIONS(3746), + [anon_sym_CARET_EQ] = ACTIONS(3746), + [anon_sym_PIPE_EQ] = ACTIONS(3746), + [anon_sym_and_eq] = ACTIONS(3908), + [anon_sym_or_eq] = ACTIONS(3908), + [anon_sym_xor_eq] = ACTIONS(3908), + [anon_sym_LT_EQ_GT] = ACTIONS(3746), + [anon_sym_or] = ACTIONS(3754), + [anon_sym_and] = ACTIONS(3754), + [anon_sym_bitor] = ACTIONS(3746), + [anon_sym_xor] = ACTIONS(3754), + [anon_sym_bitand] = ACTIONS(3746), + [anon_sym_not_eq] = ACTIONS(3746), + [anon_sym_DASH_DASH] = ACTIONS(3746), + [anon_sym_PLUS_PLUS] = ACTIONS(3746), + [anon_sym_DOT] = ACTIONS(3754), + [anon_sym_DASH_GT] = ACTIONS(3754), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3752), + [anon_sym_decltype] = ACTIONS(3752), + [anon_sym_DOT_STAR] = ACTIONS(3746), + [anon_sym_DASH_GT_STAR] = ACTIONS(3746), + }, + [1811] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(3938), [anon_sym_COMMA] = ACTIONS(3938), [anon_sym_RPAREN] = ACTIONS(3938), @@ -221886,288 +221845,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(3938), [sym_literal_suffix] = ACTIONS(3940), }, - [1809] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3834), - [anon_sym_COMMA] = ACTIONS(3834), - [anon_sym_LPAREN2] = ACTIONS(3834), - [anon_sym_DASH] = ACTIONS(3832), - [anon_sym_PLUS] = ACTIONS(3832), - [anon_sym_STAR] = ACTIONS(3832), - [anon_sym_SLASH] = ACTIONS(3832), - [anon_sym_PERCENT] = ACTIONS(3832), - [anon_sym_PIPE_PIPE] = ACTIONS(3834), - [anon_sym_AMP_AMP] = ACTIONS(3834), - [anon_sym_PIPE] = ACTIONS(3832), - [anon_sym_CARET] = ACTIONS(3832), - [anon_sym_AMP] = ACTIONS(3832), - [anon_sym_EQ_EQ] = ACTIONS(3834), - [anon_sym_BANG_EQ] = ACTIONS(3834), - [anon_sym_GT] = ACTIONS(3832), - [anon_sym_GT_EQ] = ACTIONS(3832), - [anon_sym_LT_EQ] = ACTIONS(3832), - [anon_sym_LT] = ACTIONS(3832), - [anon_sym_LT_LT] = ACTIONS(3832), - [anon_sym_GT_GT] = ACTIONS(3832), - [anon_sym_COLON_COLON] = ACTIONS(3834), - [anon_sym_LBRACE] = ACTIONS(3834), - [anon_sym_LBRACK] = ACTIONS(3834), - [anon_sym_EQ] = ACTIONS(3832), - [anon_sym_const] = ACTIONS(3832), - [anon_sym_volatile] = ACTIONS(3834), - [anon_sym_restrict] = ACTIONS(3834), - [anon_sym__Atomic] = ACTIONS(3834), - [anon_sym_mutable] = ACTIONS(3834), - [anon_sym_constexpr] = ACTIONS(3834), - [anon_sym_constinit] = ACTIONS(3834), - [anon_sym_consteval] = ACTIONS(3834), - [anon_sym_COLON] = ACTIONS(3832), - [anon_sym_QMARK] = ACTIONS(3834), - [anon_sym_STAR_EQ] = ACTIONS(3834), - [anon_sym_SLASH_EQ] = ACTIONS(3834), - [anon_sym_PERCENT_EQ] = ACTIONS(3834), - [anon_sym_PLUS_EQ] = ACTIONS(3834), - [anon_sym_DASH_EQ] = ACTIONS(3834), - [anon_sym_LT_LT_EQ] = ACTIONS(3834), - [anon_sym_GT_GT_EQ] = ACTIONS(3832), - [anon_sym_AMP_EQ] = ACTIONS(3834), - [anon_sym_CARET_EQ] = ACTIONS(3834), - [anon_sym_PIPE_EQ] = ACTIONS(3834), - [anon_sym_and_eq] = ACTIONS(3834), - [anon_sym_or_eq] = ACTIONS(3834), - [anon_sym_xor_eq] = ACTIONS(3834), - [anon_sym_LT_EQ_GT] = ACTIONS(3834), - [anon_sym_or] = ACTIONS(3832), - [anon_sym_and] = ACTIONS(3832), - [anon_sym_bitor] = ACTIONS(3834), - [anon_sym_xor] = ACTIONS(3832), - [anon_sym_bitand] = ACTIONS(3834), - [anon_sym_not_eq] = ACTIONS(3834), - [anon_sym_DASH_DASH] = ACTIONS(3834), - [anon_sym_PLUS_PLUS] = ACTIONS(3834), - [anon_sym_DOT] = ACTIONS(3832), - [anon_sym_DASH_GT] = ACTIONS(3834), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3834), - [anon_sym_decltype] = ACTIONS(3834), - [anon_sym_final] = ACTIONS(3834), - [anon_sym_override] = ACTIONS(3834), - [anon_sym_GT2] = ACTIONS(3834), - }, - [1810] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3814), - [anon_sym_COMMA] = ACTIONS(3814), - [anon_sym_RPAREN] = ACTIONS(3804), - [anon_sym_LPAREN2] = ACTIONS(3804), - [anon_sym_DASH] = ACTIONS(3809), - [anon_sym_PLUS] = ACTIONS(3809), - [anon_sym_STAR] = ACTIONS(3811), - [anon_sym_SLASH] = ACTIONS(3809), - [anon_sym_PERCENT] = ACTIONS(3809), - [anon_sym_PIPE_PIPE] = ACTIONS(3814), - [anon_sym_AMP_AMP] = ACTIONS(3804), - [anon_sym_PIPE] = ACTIONS(3809), - [anon_sym_CARET] = ACTIONS(3809), - [anon_sym_AMP] = ACTIONS(3811), - [anon_sym_EQ_EQ] = ACTIONS(3814), - [anon_sym_BANG_EQ] = ACTIONS(3814), - [anon_sym_GT] = ACTIONS(3809), - [anon_sym_GT_EQ] = ACTIONS(3814), - [anon_sym_LT_EQ] = ACTIONS(3809), - [anon_sym_LT] = ACTIONS(3809), - [anon_sym_LT_LT] = ACTIONS(3809), - [anon_sym_GT_GT] = ACTIONS(3809), - [anon_sym_COLON_COLON] = ACTIONS(3807), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3814), - [anon_sym_LBRACE] = ACTIONS(3807), - [anon_sym_LBRACK] = ACTIONS(3811), - [anon_sym_EQ] = ACTIONS(3809), - [anon_sym_const] = ACTIONS(3802), - [anon_sym_volatile] = ACTIONS(3807), - [anon_sym_restrict] = ACTIONS(3807), - [anon_sym__Atomic] = ACTIONS(3807), - [anon_sym_mutable] = ACTIONS(3807), - [anon_sym_constexpr] = ACTIONS(3807), - [anon_sym_constinit] = ACTIONS(3807), - [anon_sym_consteval] = ACTIONS(3807), - [anon_sym_QMARK] = ACTIONS(3814), - [anon_sym_STAR_EQ] = ACTIONS(3814), - [anon_sym_SLASH_EQ] = ACTIONS(3814), - [anon_sym_PERCENT_EQ] = ACTIONS(3814), - [anon_sym_PLUS_EQ] = ACTIONS(3814), - [anon_sym_DASH_EQ] = ACTIONS(3814), - [anon_sym_LT_LT_EQ] = ACTIONS(3814), - [anon_sym_GT_GT_EQ] = ACTIONS(3814), - [anon_sym_AMP_EQ] = ACTIONS(3814), - [anon_sym_CARET_EQ] = ACTIONS(3814), - [anon_sym_PIPE_EQ] = ACTIONS(3814), - [anon_sym_and_eq] = ACTIONS(3814), - [anon_sym_or_eq] = ACTIONS(3814), - [anon_sym_xor_eq] = ACTIONS(3814), - [anon_sym_LT_EQ_GT] = ACTIONS(3814), - [anon_sym_or] = ACTIONS(3809), - [anon_sym_and] = ACTIONS(3809), - [anon_sym_bitor] = ACTIONS(3814), - [anon_sym_xor] = ACTIONS(3809), - [anon_sym_bitand] = ACTIONS(3814), - [anon_sym_not_eq] = ACTIONS(3814), - [anon_sym_DASH_DASH] = ACTIONS(3814), - [anon_sym_PLUS_PLUS] = ACTIONS(3814), - [anon_sym_DOT] = ACTIONS(3809), - [anon_sym_DASH_GT] = ACTIONS(3809), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3807), - [anon_sym_decltype] = ACTIONS(3807), - [anon_sym_DOT_STAR] = ACTIONS(3814), - [anon_sym_DASH_GT_STAR] = ACTIONS(3814), - }, - [1811] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3822), - [anon_sym_COMMA] = ACTIONS(3822), - [anon_sym_LPAREN2] = ACTIONS(3822), - [anon_sym_DASH] = ACTIONS(3820), - [anon_sym_PLUS] = ACTIONS(3820), - [anon_sym_STAR] = ACTIONS(3820), - [anon_sym_SLASH] = ACTIONS(3820), - [anon_sym_PERCENT] = ACTIONS(3820), - [anon_sym_PIPE_PIPE] = ACTIONS(3822), - [anon_sym_AMP_AMP] = ACTIONS(3822), - [anon_sym_PIPE] = ACTIONS(3820), - [anon_sym_CARET] = ACTIONS(3820), - [anon_sym_AMP] = ACTIONS(3820), - [anon_sym_EQ_EQ] = ACTIONS(3822), - [anon_sym_BANG_EQ] = ACTIONS(3822), - [anon_sym_GT] = ACTIONS(3820), - [anon_sym_GT_EQ] = ACTIONS(3820), - [anon_sym_LT_EQ] = ACTIONS(3820), - [anon_sym_LT] = ACTIONS(3820), - [anon_sym_LT_LT] = ACTIONS(3820), - [anon_sym_GT_GT] = ACTIONS(3820), - [anon_sym_COLON_COLON] = ACTIONS(3822), - [anon_sym_LBRACE] = ACTIONS(3822), - [anon_sym_LBRACK] = ACTIONS(3822), - [anon_sym_EQ] = ACTIONS(3820), - [anon_sym_const] = ACTIONS(3820), - [anon_sym_volatile] = ACTIONS(3822), - [anon_sym_restrict] = ACTIONS(3822), - [anon_sym__Atomic] = ACTIONS(3822), - [anon_sym_mutable] = ACTIONS(3822), - [anon_sym_constexpr] = ACTIONS(3822), - [anon_sym_constinit] = ACTIONS(3822), - [anon_sym_consteval] = ACTIONS(3822), - [anon_sym_COLON] = ACTIONS(3820), - [anon_sym_QMARK] = ACTIONS(3822), - [anon_sym_STAR_EQ] = ACTIONS(3822), - [anon_sym_SLASH_EQ] = ACTIONS(3822), - [anon_sym_PERCENT_EQ] = ACTIONS(3822), - [anon_sym_PLUS_EQ] = ACTIONS(3822), - [anon_sym_DASH_EQ] = ACTIONS(3822), - [anon_sym_LT_LT_EQ] = ACTIONS(3822), - [anon_sym_GT_GT_EQ] = ACTIONS(3820), - [anon_sym_AMP_EQ] = ACTIONS(3822), - [anon_sym_CARET_EQ] = ACTIONS(3822), - [anon_sym_PIPE_EQ] = ACTIONS(3822), - [anon_sym_and_eq] = ACTIONS(3822), - [anon_sym_or_eq] = ACTIONS(3822), - [anon_sym_xor_eq] = ACTIONS(3822), - [anon_sym_LT_EQ_GT] = ACTIONS(3822), - [anon_sym_or] = ACTIONS(3820), - [anon_sym_and] = ACTIONS(3820), - [anon_sym_bitor] = ACTIONS(3822), - [anon_sym_xor] = ACTIONS(3820), - [anon_sym_bitand] = ACTIONS(3822), - [anon_sym_not_eq] = ACTIONS(3822), - [anon_sym_DASH_DASH] = ACTIONS(3822), - [anon_sym_PLUS_PLUS] = ACTIONS(3822), - [anon_sym_DOT] = ACTIONS(3820), - [anon_sym_DASH_GT] = ACTIONS(3822), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3822), - [anon_sym_decltype] = ACTIONS(3822), - [anon_sym_final] = ACTIONS(3822), - [anon_sym_override] = ACTIONS(3822), - [anon_sym_GT2] = ACTIONS(3822), - }, [1812] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(3942), - [anon_sym_COMMA] = ACTIONS(3942), - [anon_sym_RPAREN] = ACTIONS(3942), - [anon_sym_LPAREN2] = ACTIONS(3942), - [anon_sym_DASH] = ACTIONS(3944), - [anon_sym_PLUS] = ACTIONS(3944), - [anon_sym_STAR] = ACTIONS(3944), - [anon_sym_SLASH] = ACTIONS(3944), - [anon_sym_PERCENT] = ACTIONS(3944), - [anon_sym_PIPE_PIPE] = ACTIONS(3942), - [anon_sym_AMP_AMP] = ACTIONS(3942), - [anon_sym_PIPE] = ACTIONS(3944), - [anon_sym_CARET] = ACTIONS(3944), - [anon_sym_AMP] = ACTIONS(3944), - [anon_sym_EQ_EQ] = ACTIONS(3942), - [anon_sym_BANG_EQ] = ACTIONS(3942), - [anon_sym_GT] = ACTIONS(3944), - [anon_sym_GT_EQ] = ACTIONS(3942), - [anon_sym_LT_EQ] = ACTIONS(3944), - [anon_sym_LT] = ACTIONS(3944), - [anon_sym_LT_LT] = ACTIONS(3944), - [anon_sym_GT_GT] = ACTIONS(3944), - [anon_sym_SEMI] = ACTIONS(3942), - [anon_sym_RBRACE] = ACTIONS(3942), - [anon_sym_LBRACK] = ACTIONS(3942), - [anon_sym_RBRACK] = ACTIONS(3942), - [anon_sym_EQ] = ACTIONS(3944), - [anon_sym_COLON] = ACTIONS(3942), - [anon_sym_QMARK] = ACTIONS(3942), - [anon_sym_STAR_EQ] = ACTIONS(3942), - [anon_sym_SLASH_EQ] = ACTIONS(3942), - [anon_sym_PERCENT_EQ] = ACTIONS(3942), - [anon_sym_PLUS_EQ] = ACTIONS(3942), - [anon_sym_DASH_EQ] = ACTIONS(3942), - [anon_sym_LT_LT_EQ] = ACTIONS(3942), - [anon_sym_GT_GT_EQ] = ACTIONS(3942), - [anon_sym_AMP_EQ] = ACTIONS(3942), - [anon_sym_CARET_EQ] = ACTIONS(3942), - [anon_sym_PIPE_EQ] = ACTIONS(3942), - [anon_sym_and_eq] = ACTIONS(3944), - [anon_sym_or_eq] = ACTIONS(3944), - [anon_sym_xor_eq] = ACTIONS(3944), - [anon_sym_LT_EQ_GT] = ACTIONS(3942), - [anon_sym_or] = ACTIONS(3944), - [anon_sym_and] = ACTIONS(3944), - [anon_sym_bitor] = ACTIONS(3944), - [anon_sym_xor] = ACTIONS(3944), - [anon_sym_bitand] = ACTIONS(3944), - [anon_sym_not_eq] = ACTIONS(3944), - [anon_sym_DASH_DASH] = ACTIONS(3942), - [anon_sym_PLUS_PLUS] = ACTIONS(3942), - [anon_sym_DOT] = ACTIONS(3944), - [anon_sym_DASH_GT] = ACTIONS(3942), - [anon_sym_L_DQUOTE] = ACTIONS(3942), - [anon_sym_u_DQUOTE] = ACTIONS(3942), - [anon_sym_U_DQUOTE] = ACTIONS(3942), - [anon_sym_u8_DQUOTE] = ACTIONS(3942), - [anon_sym_DQUOTE] = ACTIONS(3942), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3942), - [anon_sym_LR_DQUOTE] = ACTIONS(3942), - [anon_sym_uR_DQUOTE] = ACTIONS(3942), - [anon_sym_UR_DQUOTE] = ACTIONS(3942), - [anon_sym_u8R_DQUOTE] = ACTIONS(3942), - [sym_literal_suffix] = ACTIONS(3944), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3824), + [anon_sym_COMMA] = ACTIONS(3824), + [anon_sym_LPAREN2] = ACTIONS(3824), + [anon_sym_DASH] = ACTIONS(3822), + [anon_sym_PLUS] = ACTIONS(3822), + [anon_sym_STAR] = ACTIONS(3822), + [anon_sym_SLASH] = ACTIONS(3822), + [anon_sym_PERCENT] = ACTIONS(3822), + [anon_sym_PIPE_PIPE] = ACTIONS(3824), + [anon_sym_AMP_AMP] = ACTIONS(3824), + [anon_sym_PIPE] = ACTIONS(3822), + [anon_sym_CARET] = ACTIONS(3822), + [anon_sym_AMP] = ACTIONS(3822), + [anon_sym_EQ_EQ] = ACTIONS(3824), + [anon_sym_BANG_EQ] = ACTIONS(3824), + [anon_sym_GT] = ACTIONS(3822), + [anon_sym_GT_EQ] = ACTIONS(3822), + [anon_sym_LT_EQ] = ACTIONS(3822), + [anon_sym_LT] = ACTIONS(3822), + [anon_sym_LT_LT] = ACTIONS(3822), + [anon_sym_GT_GT] = ACTIONS(3822), + [anon_sym_COLON_COLON] = ACTIONS(3824), + [anon_sym_LBRACE] = ACTIONS(3824), + [anon_sym_LBRACK] = ACTIONS(3824), + [anon_sym_EQ] = ACTIONS(3822), + [anon_sym_const] = ACTIONS(3822), + [anon_sym_volatile] = ACTIONS(3824), + [anon_sym_restrict] = ACTIONS(3824), + [anon_sym__Atomic] = ACTIONS(3824), + [anon_sym_mutable] = ACTIONS(3824), + [anon_sym_constexpr] = ACTIONS(3824), + [anon_sym_constinit] = ACTIONS(3824), + [anon_sym_consteval] = ACTIONS(3824), + [anon_sym_COLON] = ACTIONS(3822), + [anon_sym_QMARK] = ACTIONS(3824), + [anon_sym_STAR_EQ] = ACTIONS(3824), + [anon_sym_SLASH_EQ] = ACTIONS(3824), + [anon_sym_PERCENT_EQ] = ACTIONS(3824), + [anon_sym_PLUS_EQ] = ACTIONS(3824), + [anon_sym_DASH_EQ] = ACTIONS(3824), + [anon_sym_LT_LT_EQ] = ACTIONS(3824), + [anon_sym_GT_GT_EQ] = ACTIONS(3822), + [anon_sym_AMP_EQ] = ACTIONS(3824), + [anon_sym_CARET_EQ] = ACTIONS(3824), + [anon_sym_PIPE_EQ] = ACTIONS(3824), + [anon_sym_and_eq] = ACTIONS(3824), + [anon_sym_or_eq] = ACTIONS(3824), + [anon_sym_xor_eq] = ACTIONS(3824), + [anon_sym_LT_EQ_GT] = ACTIONS(3824), + [anon_sym_or] = ACTIONS(3822), + [anon_sym_and] = ACTIONS(3822), + [anon_sym_bitor] = ACTIONS(3824), + [anon_sym_xor] = ACTIONS(3822), + [anon_sym_bitand] = ACTIONS(3824), + [anon_sym_not_eq] = ACTIONS(3824), + [anon_sym_DASH_DASH] = ACTIONS(3824), + [anon_sym_PLUS_PLUS] = ACTIONS(3824), + [anon_sym_DOT] = ACTIONS(3822), + [anon_sym_DASH_GT] = ACTIONS(3824), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3824), + [anon_sym_decltype] = ACTIONS(3824), + [anon_sym_final] = ACTIONS(3824), + [anon_sym_override] = ACTIONS(3824), + [anon_sym_GT2] = ACTIONS(3824), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 5, + [0] = 6, ACTIONS(3), 1, sym_comment, - STATE(1813), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3950), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3946), 28, + STATE(1813), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(3942), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(3945), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(3856), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + ACTIONS(3858), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -222177,12 +221968,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - sym_primitive_type, + anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, @@ -222193,55 +221985,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(3948), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [75] = 7, + sym_literal_suffix, + [77] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3953), 1, + ACTIONS(3948), 1, sym_identifier, - ACTIONS(3961), 1, + ACTIONS(3956), 1, sym_primitive_type, - STATE(1813), 1, + STATE(1817), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(3959), 4, + ACTIONS(3954), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(3957), 26, + ACTIONS(3952), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -222268,7 +222027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_auto, anon_sym_decltype, - ACTIONS(3955), 30, + ACTIONS(3950), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -222299,20 +222058,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [154] = 7, + [156] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(3804), 1, anon_sym_const, - ACTIONS(3811), 2, + ACTIONS(3813), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(3804), 4, + ACTIONS(3806), 4, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_LBRACK, - ACTIONS(3807), 11, + ACTIONS(3809), 11, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_volatile, @@ -222324,7 +222083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - ACTIONS(3809), 17, + ACTIONS(3811), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -222342,7 +222101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3814), 28, + ACTIONS(3816), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -222371,10 +222130,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [233] = 6, + [235] = 6, ACTIONS(3), 1, sym_comment, - STATE(1817), 3, + STATE(1813), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, @@ -222442,50 +222201,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, - [310] = 6, + [312] = 5, ACTIONS(3), 1, sym_comment, - STATE(1817), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(3963), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3966), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(3864), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(3866), 27, + STATE(1817), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(3962), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3958), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -222495,13 +222221,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, + sym_primitive_type, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, @@ -222512,98 +222237,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - [387] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3824), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3826), 45, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [458] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3832), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3834), 45, + ACTIONS(3960), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -222613,16 +222250,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_COLON_COLON, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -222635,24 +222268,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [529] = 3, + anon_sym_DASH_GT, + [387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3816), 18, + ACTIONS(3826), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -222671,7 +222293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3818), 45, + ACTIONS(3828), 45, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -222717,48 +222339,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [600] = 3, + [458] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3789), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3791), 45, + ACTIONS(3965), 1, + sym_literal_suffix, + STATE(1816), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(1609), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(1615), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(3746), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -222766,29 +222376,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [671] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3798), 18, + anon_sym_DASH_GT, + anon_sym_GT2, + ACTIONS(3754), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -222798,65 +222394,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3800), 45, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [742] = 3, + anon_sym_DOT, + [537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3820), 18, + ACTIONS(3800), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -222875,7 +222433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3822), 45, + ACTIONS(3802), 45, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -222893,64 +222451,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [813] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3969), 1, - sym_literal_suffix, - STATE(1816), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(1609), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(1615), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(3760), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -222958,15 +222460,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(3755), 26, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [608] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3792), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -222976,27 +222492,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3794), 45, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, - [892] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3828), 18, + ACTIONS(3796), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -223015,7 +222569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3830), 45, + ACTIONS(3798), 45, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -223061,7 +222615,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [963] = 30, + [750] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -223082,33 +222636,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(1437), 1, anon_sym_union, - ACTIONS(2882), 1, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(3842), 1, + ACTIONS(3838), 1, sym_identifier, - ACTIONS(3852), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(3918), 1, + ACTIONS(3910), 1, anon_sym_class, - ACTIONS(3920), 1, + ACTIONS(3912), 1, anon_sym_typename, - ACTIONS(3922), 1, + ACTIONS(3914), 1, anon_sym_template, - STATE(3274), 1, + STATE(3275), 1, sym__type_specifier, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3324), 1, + STATE(3322), 1, sym__declaration_specifiers, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(5304), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(5210), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, ACTIONS(59), 4, @@ -223122,7 +222676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_register, anon_sym_inline, anon_sym_thread_local, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -223130,7 +222684,7 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - STATE(6570), 7, + STATE(6196), 7, sym_parameter_declaration, sym_type_parameter_declaration, sym_variadic_type_parameter_declaration, @@ -223147,7 +222701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(2180), 8, + STATE(2175), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -223156,93 +222710,41 @@ static const uint16_t ts_small_parse_table[] = { sym_type_qualifier, sym_virtual_function_specifier, aux_sym__declaration_specifiers_repeat1, - [1088] = 7, + [875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3811), 2, - anon_sym_AMP, - anon_sym_LBRACK, - ACTIONS(3807), 3, - anon_sym_TILDE, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(3804), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(3809), 14, + ACTIONS(3785), 18, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3814), 16, + anon_sym_DASH_GT, + ACTIONS(3787), 45, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PERCENT, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - anon_sym_CARET, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - ACTIONS(3802), 22, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [1166] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3802), 1, - anon_sym_const, - ACTIONS(3804), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - ACTIONS(3811), 3, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_LBRACK, - ACTIONS(3807), 11, anon_sym_COLON_COLON, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -223250,32 +222752,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_auto, - anon_sym_decltype, - ACTIONS(3809), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3814), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -223296,99 +222772,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [1244] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3811), 2, - anon_sym_AMP, - anon_sym_LBRACK, - ACTIONS(3804), 3, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(3807), 4, - anon_sym_TILDE, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(3809), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - ACTIONS(3814), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - ACTIONS(3802), 22, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [1322] = 6, + anon_sym_final, + anon_sym_override, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [946] = 3, ACTIONS(3), 1, sym_comment, - STATE(1830), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(3971), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3974), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(3866), 23, + ACTIONS(3822), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -223403,16 +222796,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(3864), 26, + ACTIONS(3824), 45, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -223422,7 +222810,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -223435,14 +222832,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [1398] = 3, + [1017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3944), 26, + ACTIONS(3818), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -223457,19 +222864,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(3942), 36, + ACTIONS(3820), 45, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -223479,7 +222878,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -223492,75 +222900,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [1468] = 7, + [1088] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, - sym_literal_suffix, - STATE(1836), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(1447), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(1455), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(3755), 22, + ACTIONS(3804), 1, + anon_sym_const, + ACTIONS(3806), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + ACTIONS(3813), 3, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_LBRACK, + ACTIONS(3809), 11, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + ACTIONS(3811), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3760), 26, + ACTIONS(3816), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -223573,14 +222975,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [1546] = 3, + [1166] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3916), 26, + ACTIONS(3929), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -223607,7 +223015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, - ACTIONS(3914), 36, + ACTIONS(3927), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -223644,10 +223052,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u8R_DQUOTE, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [1616] = 3, + [1236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3928), 26, + ACTIONS(3920), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -223674,7 +223082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, - ACTIONS(3926), 36, + ACTIONS(3918), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -223711,87 +223119,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u8R_DQUOTE, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [1686] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3748), 1, - anon_sym_const, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(3979), 1, - anon_sym_LT, - STATE(3239), 1, - sym_template_argument_list, - ACTIONS(3757), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3982), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(3750), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(3753), 9, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - ACTIONS(3760), 11, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - ACTIONS(3984), 12, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 15, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - [1776] = 6, + [1306] = 7, ACTIONS(3), 1, sym_comment, - STATE(1830), 3, + ACTIONS(3967), 1, + sym_literal_suffix, + STATE(1836), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, @@ -223807,7 +223140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(3876), 23, + ACTIONS(3754), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -223830,8 +223163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(3874), 26, + ACTIONS(3746), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -223858,99 +223190,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [1852] = 7, + [1384] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3811), 2, - anon_sym_AMP, - anon_sym_LBRACK, - ACTIONS(3807), 4, - anon_sym_TILDE, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, + ACTIONS(3744), 1, + anon_sym_const, + ACTIONS(3768), 1, anon_sym_LBRACE, - ACTIONS(3804), 6, + ACTIONS(3969), 1, + anon_sym_LT, + STATE(3212), 1, + sym_template_argument_list, + ACTIONS(3756), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(3972), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(3759), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(3814), 13, - anon_sym_PERCENT, + anon_sym_LBRACK, + anon_sym_GT2, + ACTIONS(3752), 9, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + ACTIONS(3746), 11, anon_sym_PIPE_PIPE, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - ACTIONS(3809), 14, + ACTIONS(3974), 12, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(3754), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - ACTIONS(3802), 23, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_EQ, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [1930] = 10, + [1474] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3729), 1, + ACTIONS(3725), 1, anon_sym_const, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(3986), 1, + ACTIONS(3976), 1, anon_sym_LT, - STATE(1851), 1, + STATE(1846), 1, sym_template_argument_list, - ACTIONS(3738), 2, + ACTIONS(3734), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(3731), 6, + ACTIONS(3727), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_LBRACK, anon_sym_GT2, - ACTIONS(3734), 10, + ACTIONS(3730), 10, anon_sym_LBRACE, anon_sym_volatile, anon_sym_restrict, @@ -223961,7 +223299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - ACTIONS(3736), 17, + ACTIONS(3732), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -223979,7 +223317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3741), 23, + ACTIONS(3737), 23, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -224003,7 +223341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2014] = 3, + [1558] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3940), 26, @@ -224070,161 +223408,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u8R_DQUOTE, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [2084] = 32, + [1628] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1431), 1, - anon_sym_enum, - ACTIONS(1433), 1, - anon_sym_class, - ACTIONS(1435), 1, - anon_sym_struct, - ACTIONS(1437), 1, - anon_sym_union, - ACTIONS(1451), 1, - anon_sym_typename, - ACTIONS(1465), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(3852), 1, + ACTIONS(3813), 2, + anon_sym_AMP, + anon_sym_LBRACK, + ACTIONS(3809), 3, + anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(3856), 1, - anon_sym_RPAREN, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3326), 1, - sym__declaration_specifiers, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(5304), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - STATE(5818), 3, - sym_parameter_declaration, - sym_optional_parameter_declaration, - sym_variadic_parameter_declaration, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(2180), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [2211] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3989), 1, - sym_identifier, - ACTIONS(3993), 1, - sym_primitive_type, - STATE(1848), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3991), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3955), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LBRACE, + ACTIONS(3806), 5, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - ACTIONS(3957), 27, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(3811), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -224232,98 +223439,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, + ACTIONS(3816), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, + ACTIONS(3804), 22, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, sym_auto, anon_sym_decltype, - [2288] = 9, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [1706] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3813), 2, + anon_sym_AMP, + anon_sym_LBRACK, + ACTIONS(3806), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(3809), 4, + anon_sym_TILDE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(4001), 1, - anon_sym_COLON, - STATE(2064), 1, - sym_field_declaration_list, - STATE(5553), 1, - sym_virtual_specifier, - STATE(6466), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3997), 18, + ACTIONS(3811), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(3995), 36, + ACTIONS(3816), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, + ACTIONS(3804), 22, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, sym_auto, anon_sym_decltype, - [2369] = 9, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [1784] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, - anon_sym_COLON, - STATE(2077), 1, - sym_field_declaration_list, - STATE(5674), 1, - sym_virtual_specifier, - STATE(6389), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4007), 18, + STATE(1838), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(1447), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(1455), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(3876), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -224340,9 +223586,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(4005), 36, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(3874), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -224352,10 +223603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -224367,240 +223615,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [2450] = 9, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [1860] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, - anon_sym_COLON, - STATE(2125), 1, - sym_field_declaration_list, - STATE(5566), 1, - sym_virtual_specifier, - STATE(6473), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4011), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(3813), 2, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4009), 36, + anon_sym_LBRACK, + ACTIONS(3809), 4, + anon_sym_TILDE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(3806), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_STAR, anon_sym_AMP_AMP, + ACTIONS(3816), 13, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [2531] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, - anon_sym_COLON, - STATE(2112), 1, - sym_field_declaration_list, - STATE(5519), 1, - sym_virtual_specifier, - STATE(6393), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4015), 18, + ACTIONS(3811), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4013), 36, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [2612] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, + anon_sym_DOT, + ACTIONS(3804), 23, + anon_sym_extern, anon_sym___attribute__, - ACTIONS(45), 1, anon_sym___declspec, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1431), 1, - anon_sym_enum, - ACTIONS(1433), 1, - anon_sym_class, - ACTIONS(1435), 1, - anon_sym_struct, - ACTIONS(1437), 1, - anon_sym_union, - ACTIONS(1451), 1, - anon_sym_typename, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(3278), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3280), 1, - anon_sym_RPAREN, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3326), 1, - sym__declaration_specifiers, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(5304), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - STATE(6108), 3, - sym_parameter_declaration, - sym_optional_parameter_declaration, - sym_variadic_parameter_declaration, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, + anon_sym___based, + anon_sym_EQ, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -224608,93 +223684,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mutable, anon_sym_constexpr, anon_sym_constinit, - anon_sym_consteval, - STATE(2180), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [2739] = 3, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [1938] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4019), 27, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, + STATE(1838), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(3979), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, + ACTIONS(3982), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(4017), 34, + ACTIONS(3858), 23, anon_sym_DASH, anon_sym_PLUS, - anon_sym_LBRACK, - sym_primitive_type, - anon_sym_if, - anon_sym_switch, - anon_sym_case, - anon_sym_default, - anon_sym_while, - anon_sym_do, - anon_sym_for, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_goto, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_try, - anon_sym_delete, - anon_sym_throw, - anon_sym_co_return, - anon_sym_co_yield, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - [2808] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1848), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4021), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3948), 27, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(3856), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -224704,7 +223744,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -224722,7 +223761,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - ACTIONS(3946), 29, + [2014] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3933), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -224737,7 +223779,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - sym_primitive_type, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, @@ -224749,45 +223790,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - sym_identifier, - sym_auto, - anon_sym_decltype, - [2881] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, - anon_sym_COLON, - STATE(2090), 1, - sym_field_declaration_list, - STATE(5551), 1, - sym_virtual_specifier, - STATE(6435), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4026), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4024), 36, + sym_literal_suffix, + ACTIONS(3931), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -224797,10 +223801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -224812,35 +223813,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [2962] = 9, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [2084] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2126), 1, + STATE(2045), 1, sym_field_declaration_list, - STATE(5638), 1, + STATE(5584), 1, sym_virtual_specifier, - STATE(6361), 1, + STATE(6396), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4030), 18, + ACTIONS(3987), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -224859,7 +223863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4028), 36, + ACTIONS(3985), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -224896,93 +223900,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [3043] = 7, + [2165] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, - anon_sym_const, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3804), 6, + ACTIONS(3995), 1, + sym_identifier, + ACTIONS(3999), 1, + sym_primitive_type, + STATE(1847), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(3997), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3950), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(3807), 11, - anon_sym_COLON_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - ACTIONS(3809), 18, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + ACTIONS(3952), 27, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3814), 23, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_DOT, anon_sym_DASH_GT, - [3120] = 9, + sym_auto, + anon_sym_decltype, + [2242] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2086), 1, + STATE(2048), 1, sym_field_declaration_list, - STATE(5585), 1, + STATE(5513), 1, sym_virtual_specifier, - STATE(6429), 1, + STATE(6286), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4034), 18, + ACTIONS(4003), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -225001,7 +224005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4032), 36, + ACTIONS(4001), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -225038,23 +224042,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [3201] = 9, + [2323] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2073), 1, + STATE(2079), 1, sym_field_declaration_list, - STATE(5569), 1, + STATE(5511), 1, sym_virtual_specifier, - STATE(6432), 1, + STATE(6283), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4038), 18, + ACTIONS(4007), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -225073,7 +224077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4036), 36, + ACTIONS(4005), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -225110,89 +224114,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [3282] = 3, + [2404] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(4042), 27, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(45), 1, + anon_sym___declspec, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(109), 1, + anon_sym_virtual, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1393), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(4040), 34, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, + ACTIONS(1431), 1, + anon_sym_enum, + ACTIONS(1433), 1, + anon_sym_class, + ACTIONS(1435), 1, + anon_sym_struct, + ACTIONS(1437), 1, + anon_sym_union, + ACTIONS(1451), 1, + anon_sym_typename, + ACTIONS(2886), 1, sym_primitive_type, - anon_sym_if, - anon_sym_switch, - anon_sym_case, - anon_sym_default, - anon_sym_while, - anon_sym_do, - anon_sym_for, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_goto, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, + ACTIONS(3184), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(3186), 1, + anon_sym_RPAREN, + ACTIONS(3838), 1, sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_try, - anon_sym_delete, - anon_sym_throw, - anon_sym_co_return, - anon_sym_co_yield, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - [3351] = 9, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3319), 1, + sym__declaration_specifiers, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(5210), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + STATE(5835), 3, + sym_parameter_declaration, + sym_optional_parameter_declaration, + sym_variadic_parameter_declaration, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(2175), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [2531] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2113), 1, + STATE(2131), 1, sym_field_declaration_list, - STATE(5561), 1, + STATE(5496), 1, sym_virtual_specifier, - STATE(6471), 1, + STATE(6277), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4046), 18, + ACTIONS(4011), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -225211,7 +224244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4044), 36, + ACTIONS(4009), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -225248,58 +224281,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [3432] = 11, + [2612] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1517), 1, - anon_sym_LBRACE, - ACTIONS(4050), 1, + ACTIONS(3804), 1, + anon_sym_const, + ACTIONS(3813), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(3806), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4054), 1, + anon_sym_AMP_AMP, anon_sym_LBRACK, - ACTIONS(4056), 1, + anon_sym_GT2, + ACTIONS(3809), 11, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, sym_auto, - ACTIONS(4058), 1, anon_sym_decltype, - STATE(2129), 1, - sym_new_declarator, - STATE(2146), 1, - sym_decltype_auto, - STATE(2490), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4052), 18, + ACTIONS(3811), 18, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4048), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3816), 23, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -225307,7 +224338,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -225321,43 +224351,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3516] = 9, + [2689] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4060), 1, - anon_sym_LBRACE, - STATE(2377), 1, - sym_field_declaration_list, - STATE(5800), 1, - sym_virtual_specifier, - STATE(6587), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4011), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4009), 34, + STATE(1847), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4013), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3960), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -225367,6 +224371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -225379,36 +224384,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [3596] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4060), 1, - anon_sym_LBRACE, - STATE(2354), 1, - sym_field_declaration_list, - STATE(5802), 1, - sym_virtual_specifier, - STATE(6214), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4046), 19, + ACTIONS(3958), 29, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -225423,63 +224404,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4044), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + sym_primitive_type, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [3676] = 9, + [2762] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2373), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2040), 1, sym_field_declaration_list, - STATE(5787), 1, + STATE(5575), 1, sym_virtual_specifier, - STATE(6563), 1, + STATE(6390), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4026), 19, + ACTIONS(4018), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -225498,8 +224454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4024), 34, + ACTIONS(4016), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -225509,7 +224464,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -225530,27 +224488,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [3756] = 9, + [2843] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2388), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2145), 1, sym_field_declaration_list, - STATE(5770), 1, + STATE(5552), 1, sym_virtual_specifier, - STATE(6502), 1, + STATE(6340), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4030), 19, + ACTIONS(4022), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -225569,8 +224526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4028), 34, + ACTIONS(4020), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -225580,7 +224536,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -225601,92 +224560,253 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [3836] = 3, + [2924] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3944), 27, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4026), 27, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(3942), 33, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(4024), 34, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + sym_primitive_type, + anon_sym_if, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_try, + anon_sym_delete, + anon_sym_throw, + anon_sym_co_return, + anon_sym_co_yield, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + [2993] = 32, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(45), 1, + anon_sym___declspec, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(109), 1, + anon_sym_virtual, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1393), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1431), 1, + anon_sym_enum, + ACTIONS(1433), 1, + anon_sym_class, + ACTIONS(1435), 1, + anon_sym_struct, + ACTIONS(1437), 1, + anon_sym_union, + ACTIONS(1451), 1, + anon_sym_typename, + ACTIONS(1465), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(3838), 1, + sym_identifier, + ACTIONS(3840), 1, + anon_sym_RPAREN, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3319), 1, + sym__declaration_specifiers, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(5210), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + STATE(5728), 3, + sym_parameter_declaration, + sym_optional_parameter_declaration, + sym_variadic_parameter_declaration, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(2175), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [3120] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4030), 27, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - anon_sym_GT2, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [3904] = 9, + ACTIONS(4028), 34, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + sym_primitive_type, + anon_sym_if, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_try, + anon_sym_delete, + anon_sym_throw, + anon_sym_co_return, + anon_sym_co_yield, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + [3189] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2437), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2153), 1, sym_field_declaration_list, - STATE(5782), 1, + STATE(5547), 1, sym_virtual_specifier, - STATE(6557), 1, + STATE(6321), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4038), 19, + ACTIONS(4034), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -225705,8 +224825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4036), 34, + ACTIONS(4032), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -225716,7 +224835,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -225737,14 +224859,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [3984] = 3, + [3270] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3940), 27, + ACTIONS(3989), 1, + anon_sym_LBRACE, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2043), 1, + sym_field_declaration_list, + STATE(5581), 1, + sym_virtual_specifier, + STATE(6393), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4038), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -225754,33 +224888,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(3938), 33, + ACTIONS(4036), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -225788,45 +224918,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [4052] = 11, + sym_auto, + anon_sym_decltype, + [3351] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1517), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4054), 1, - anon_sym_LBRACK, - ACTIONS(4056), 1, - sym_auto, - ACTIONS(4058), 1, - anon_sym_decltype, - STATE(2137), 1, - sym_new_declarator, - STATE(2146), 1, - sym_decltype_auto, - STATE(2513), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4064), 18, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2149), 1, + sym_field_declaration_list, + STATE(5550), 1, + sym_virtual_specifier, + STATE(6333), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4042), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -225845,10 +224969,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4062), 33, + ACTIONS(4040), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -225856,8 +224981,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -225879,27 +225004,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4136] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1517), 1, - anon_sym_LBRACE, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4054), 1, - anon_sym_LBRACK, - ACTIONS(4056), 1, sym_auto, - ACTIONS(4058), 1, anon_sym_decltype, - STATE(2146), 1, - sym_decltype_auto, - STATE(2151), 1, - sym_new_declarator, - STATE(2517), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4068), 18, + [3432] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3920), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -225909,159 +225019,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4066), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [4220] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1431), 1, - anon_sym_enum, - ACTIONS(1433), 1, - anon_sym_class, - ACTIONS(1435), 1, - anon_sym_struct, - ACTIONS(1437), 1, - anon_sym_union, - ACTIONS(1451), 1, - anon_sym_typename, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(4070), 1, - anon_sym_DOT_DOT_DOT, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3326), 1, - sym__declaration_specifiers, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(5304), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - STATE(6501), 3, - sym_parameter_declaration, - sym_optional_parameter_declaration, - sym_variadic_parameter_declaration, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(2180), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [4344] = 9, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(3918), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [3500] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(1517), 1, anon_sym_LBRACE, - STATE(2413), 1, - sym_field_declaration_list, - STATE(5777), 1, - sym_virtual_specifier, - STATE(6535), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4034), 19, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4050), 1, + anon_sym_LBRACK, + ACTIONS(4052), 1, + sym_auto, + ACTIONS(4054), 1, + anon_sym_decltype, + STATE(2082), 1, + sym_decltype_auto, + STATE(2135), 1, + sym_new_declarator, + STATE(2486), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4048), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -226080,18 +225110,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4032), 34, + ACTIONS(4044), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -226112,27 +225143,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [4424] = 9, + anon_sym_DASH_GT, + [3584] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4060), 1, - anon_sym_LBRACE, - STATE(2292), 1, - sym_field_declaration_list, - STATE(5769), 1, - sym_virtual_specifier, - STATE(6497), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4015), 19, + ACTIONS(3929), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -226142,26 +225157,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4013), 34, + sym_literal_suffix, + ACTIONS(3927), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -226170,44 +225191,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [4504] = 11, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [3652] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1517), 1, - anon_sym_LBRACE, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4054), 1, - anon_sym_LBRACK, + ACTIONS(3991), 1, + anon_sym_COLON, ACTIONS(4056), 1, - sym_auto, - ACTIONS(4058), 1, - anon_sym_decltype, - STATE(2136), 1, - sym_new_declarator, - STATE(2146), 1, - sym_decltype_auto, - STATE(2565), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4074), 18, + anon_sym_LBRACE, + STATE(2358), 1, + sym_field_declaration_list, + STATE(5572), 1, + sym_virtual_specifier, + STATE(6186), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4011), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -226226,19 +225244,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4072), 33, + anon_sym_DASH_GT, + ACTIONS(4009), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -226259,24 +225276,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [4588] = 9, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [3732] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2343), 1, + STATE(2244), 1, sym_field_declaration_list, - STATE(5804), 1, + STATE(5619), 1, sym_virtual_specifier, - STATE(6613), 1, + STATE(6305), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(3997), 19, + ACTIONS(4038), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -226296,7 +225316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3995), 34, + ACTIONS(4036), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -226331,20 +225351,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [4668] = 9, + [3812] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2322), 1, + STATE(2346), 1, sym_field_declaration_list, - STATE(5767), 1, + STATE(5573), 1, sym_virtual_specifier, - STATE(6490), 1, + STATE(6191), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, ACTIONS(4007), 19, @@ -226402,10 +225422,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [4748] = 3, + [3892] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3916), 27, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(4058), 1, + anon_sym_LT, + STATE(1887), 1, + sym_template_argument_list, + ACTIONS(3725), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -226415,33 +225441,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_COLON, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(3914), 33, + ACTIONS(3730), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -226449,28 +225472,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [4816] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + [3966] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3928), 27, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4056), 1, + anon_sym_LBRACE, + STATE(2248), 1, + sym_field_declaration_list, + STATE(5617), 1, + sym_virtual_specifier, + STATE(6290), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4018), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -226480,32 +225516,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(3926), 33, + anon_sym_DASH_GT, + ACTIONS(4016), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -226514,34 +225544,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [4884] = 6, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [4046] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(4078), 1, - anon_sym_LT, - STATE(1895), 1, - sym_template_argument_list, - ACTIONS(4076), 18, + ACTIONS(3933), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -226551,30 +225574,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(3765), 39, + sym_literal_suffix, + ACTIONS(3931), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -226582,25 +225608,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - [4958] = 31, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [4114] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -226613,12 +225639,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(109), 1, anon_sym_virtual, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1393), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1417), 1, - anon_sym_RPAREN, ACTIONS(1431), 1, anon_sym_enum, ACTIONS(1433), 1, @@ -226629,30 +225653,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1451), 1, anon_sym_typename, - ACTIONS(2882), 1, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(3842), 1, + ACTIONS(3838), 1, sym_identifier, - ACTIONS(3852), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - STATE(3274), 1, + ACTIONS(4061), 1, + anon_sym_DOT_DOT_DOT, + STATE(3275), 1, sym__type_specifier, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3326), 1, + STATE(3319), 1, sym__declaration_specifiers, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(5304), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(5210), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - STATE(5837), 3, + STATE(6228), 3, sym_parameter_declaration, sym_optional_parameter_declaration, sym_variadic_parameter_declaration, @@ -226667,7 +225693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_register, anon_sym_inline, anon_sym_thread_local, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -226684,7 +225710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(2180), 8, + STATE(2175), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -226693,16 +225719,81 @@ static const uint16_t ts_small_parse_table[] = { sym_type_qualifier, sym_virtual_function_specifier, aux_sym__declaration_specifiers_repeat1, - [5082] = 6, + [4238] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3940), 27, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(3938), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [4306] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(4080), 1, + ACTIONS(4065), 1, anon_sym_LT, - STATE(1895), 1, + STATE(1887), 1, sym_template_argument_list, - ACTIONS(3729), 18, + ACTIONS(4063), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -226721,7 +225812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3734), 39, + ACTIONS(3768), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -226761,53 +225852,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - [5156] = 7, + [4380] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, - anon_sym_const, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3804), 4, - anon_sym_RPAREN, + ACTIONS(1517), 1, + anon_sym_LBRACE, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_AMP_AMP, + ACTIONS(4050), 1, anon_sym_LBRACK, - ACTIONS(3807), 11, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + ACTIONS(4052), 1, sym_auto, + ACTIONS(4054), 1, anon_sym_decltype, - ACTIONS(3809), 14, + STATE(2053), 1, + sym_new_declarator, + STATE(2082), 1, + sym_decltype_auto, + STATE(2568), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4069), 18, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3814), 28, + ACTIONS(4067), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -226819,21 +225915,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [5232] = 3, + anon_sym_DASH_GT, + [4464] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3789), 19, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4056), 1, + anon_sym_LBRACE, + STATE(2242), 1, + sym_field_declaration_list, + STATE(5622), 1, + sym_virtual_specifier, + STATE(6307), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3987), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -226848,12 +225956,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3791), 40, + anon_sym_DASH_GT, + ACTIONS(3985), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -226863,12 +225971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -226889,70 +225992,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - [5299] = 28, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [4544] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(111), 1, - anon_sym_explicit, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(1675), 1, - anon_sym_LBRACK, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4087), 1, + ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(4089), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(45), 1, anon_sym___declspec, - ACTIONS(4097), 1, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(109), 1, anon_sym_virtual, - STATE(4792), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1393), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1417), 1, + anon_sym_RPAREN, + ACTIONS(1431), 1, + anon_sym_enum, + ACTIONS(1433), 1, + anon_sym_class, + ACTIONS(1435), 1, + anon_sym_struct, + ACTIONS(1437), 1, + anon_sym_union, + ACTIONS(1451), 1, + anon_sym_typename, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(3838), 1, + sym_identifier, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3319), 1, + sym__declaration_specifiers, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(5210), 1, sym__scope_resolution, - STATE(5002), 1, - sym_function_declarator, - STATE(5467), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(5486), 2, - sym_operator_cast, - sym_qualified_operator_cast_identifier, - STATE(6969), 3, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, sym_decltype, sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4085), 5, + STATE(5878), 3, + sym_parameter_declaration, + sym_optional_parameter_declaration, + sym_variadic_parameter_declaration, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - ACTIONS(4095), 8, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -226961,7 +226080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(3388), 10, + STATE(2175), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -226969,30 +226088,24 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, sym_virtual_function_specifier, - sym_explicit_function_specifier, - sym__constructor_specifiers, - aux_sym_operator_cast_definition_repeat1, - STATE(5173), 10, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [5416] = 6, + aux_sym__declaration_specifiers_repeat1, + [4668] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(4099), 1, - anon_sym_LT, - STATE(1946), 1, - sym_template_argument_list, - ACTIONS(3729), 19, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4056), 1, + anon_sym_LBRACE, + STATE(2292), 1, + sym_field_declaration_list, + STATE(5593), 1, + sym_virtual_specifier, + STATE(6231), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4042), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -227003,16 +226116,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3734), 37, + ACTIONS(4040), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -227022,7 +226135,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -227046,14 +226158,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [5489] = 3, + [4748] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 19, + ACTIONS(1517), 1, + anon_sym_LBRACE, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4050), 1, + anon_sym_LBRACK, + ACTIONS(4052), 1, + sym_auto, + ACTIONS(4054), 1, + anon_sym_decltype, + STATE(2082), 1, + sym_decltype_auto, + STATE(2169), 1, + sym_new_declarator, + STATE(2529), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4073), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -227068,27 +226195,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3834), 40, + ACTIONS(4071), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -227110,14 +226233,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - [5556] = 3, + [4832] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3916), 23, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4056), 1, + anon_sym_LBRACE, + STATE(2336), 1, + sym_field_declaration_list, + STATE(5574), 1, + sym_virtual_specifier, + STATE(6200), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4003), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -227134,14 +226266,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(3914), 36, + ACTIONS(4001), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -227163,269 +226291,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [5623] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4102), 1, - anon_sym_catch, - STATE(1903), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - ACTIONS(2379), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2377), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [5694] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(111), 1, - anon_sym_explicit, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(1675), 1, - anon_sym_LBRACK, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4089), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - STATE(4792), 1, - sym__scope_resolution, - STATE(5061), 1, - sym_function_declarator, - STATE(5467), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(5471), 2, - sym_operator_cast, - sym_qualified_operator_cast_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3388), 10, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - sym_explicit_function_specifier, - sym__constructor_specifiers, - aux_sym_operator_cast_definition_repeat1, - STATE(5173), 10, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [5811] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(111), 1, - anon_sym_explicit, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(1675), 1, - anon_sym_LBRACK, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4089), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - STATE(4792), 1, - sym__scope_resolution, - STATE(5015), 1, - sym_function_declarator, - STATE(5467), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(5448), 2, - sym_operator_cast, - sym_qualified_operator_cast_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3388), 10, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - sym_explicit_function_specifier, - sym__constructor_specifiers, - aux_sym_operator_cast_definition_repeat1, - STATE(5173), 10, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [5928] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [4912] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4106), 19, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4056), 1, + anon_sym_LBRACE, + STATE(2288), 1, + sym_field_declaration_list, + STATE(5599), 1, + sym_virtual_specifier, + STATE(6248), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4022), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -227440,12 +226335,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4104), 40, + anon_sym_DASH_GT, + ACTIONS(4020), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -227455,12 +226350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -227481,193 +226371,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - [5995] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(111), 1, - anon_sym_explicit, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(1675), 1, - anon_sym_LBRACK, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4089), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - STATE(4792), 1, - sym__scope_resolution, - STATE(5048), 1, - sym_function_declarator, - STATE(5467), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(5492), 2, - sym_operator_cast, - sym_qualified_operator_cast_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3388), 10, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - sym_explicit_function_specifier, - sym__constructor_specifiers, - aux_sym_operator_cast_definition_repeat1, - STATE(5173), 10, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [6112] = 28, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [4992] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(111), 1, - anon_sym_explicit, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1517), 1, + anon_sym_LBRACE, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(1675), 1, + ACTIONS(4050), 1, anon_sym_LBRACK, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4089), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - STATE(4792), 1, - sym__scope_resolution, - STATE(4990), 1, - sym_function_declarator, - STATE(5467), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(5471), 2, - sym_operator_cast, - sym_qualified_operator_cast_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3388), 10, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - sym_explicit_function_specifier, - sym__constructor_specifiers, - aux_sym_operator_cast_definition_repeat1, - STATE(5173), 10, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [6229] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3828), 19, + ACTIONS(4052), 1, + sym_auto, + ACTIONS(4054), 1, + anon_sym_decltype, + STATE(2082), 1, + sym_decltype_auto, + STATE(2141), 1, + sym_new_declarator, + STATE(2502), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4077), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -227682,27 +226410,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3830), 40, + ACTIONS(4075), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -227724,20 +226448,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - [6296] = 6, + [5076] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(4108), 1, - anon_sym_LT, - STATE(1946), 1, - sym_template_argument_list, - ACTIONS(4076), 19, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4056), 1, + anon_sym_LBRACE, + STATE(2295), 1, + sym_field_declaration_list, + STATE(5589), 1, + sym_virtual_specifier, + STATE(6217), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4034), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -227748,16 +226475,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3765), 37, + ACTIONS(4032), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -227767,7 +226494,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -227791,50 +226517,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [6369] = 4, + [5156] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, + ACTIONS(3804), 1, + anon_sym_const, + ACTIONS(3813), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(3806), 4, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + ACTIONS(3809), 11, anon_sym_COLON_COLON, - ACTIONS(4112), 19, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + ACTIONS(3811), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(4110), 39, + anon_sym_DASH_GT, + ACTIONS(3816), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -227846,24 +226577,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - [6438] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [5232] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3798), 19, + ACTIONS(3940), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -227878,12 +226606,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(3800), 40, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(3938), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -227893,12 +226625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -227910,94 +226637,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - [6505] = 30, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [5299] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(1133), 1, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(111), 1, + anon_sym_explicit, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1431), 1, - anon_sym_enum, - ACTIONS(1433), 1, - anon_sym_class, - ACTIONS(1435), 1, - anon_sym_struct, - ACTIONS(1437), 1, - anon_sym_union, - ACTIONS(1451), 1, - anon_sym_typename, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(3842), 1, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_AMP, + ACTIONS(1673), 1, + anon_sym_LBRACK, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(3852), 1, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4085), 1, anon_sym_COLON_COLON, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3326), 1, - sym__declaration_specifiers, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(5304), 1, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + STATE(4760), 1, sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, + STATE(4934), 1, + sym_function_declarator, + STATE(5337), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(5361), 2, + sym_operator_cast, + sym_qualified_operator_cast_identifier, + STATE(6968), 3, sym_decltype, sym_template_type, - STATE(6523), 3, - sym_parameter_declaration, - sym_optional_parameter_declaration, - sym_variadic_parameter_declaration, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, + sym_dependent_type_identifier, + ACTIONS(4081), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, + ACTIONS(4091), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -228006,7 +226719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(2180), 8, + STATE(3395), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -228014,11 +226727,30 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [6626] = 3, + sym_explicit_function_specifier, + sym__constructor_specifiers, + aux_sym_operator_cast_definition_repeat1, + STATE(5040), 10, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [5416] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3820), 19, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(4095), 1, + anon_sym_LT, + STATE(1929), 1, + sym_template_argument_list, + ACTIONS(4063), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -228029,7 +226761,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -228038,7 +226769,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3822), 40, + anon_sym_DASH_GT, + ACTIONS(3768), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -228048,12 +226780,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -228074,15 +226802,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - [6693] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [5489] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 19, + ACTIONS(3785), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -228102,7 +226831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3807), 40, + ACTIONS(3787), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -228143,10 +226872,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - [6760] = 3, + [5556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3816), 19, + ACTIONS(3796), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -228166,7 +226895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3818), 40, + ACTIONS(3798), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -228207,12 +226936,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - [6827] = 4, + [5623] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4118), 19, + ACTIONS(3818), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -228232,7 +226959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4116), 39, + ACTIONS(3820), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -228243,6 +226970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, @@ -228272,10 +227000,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - [6896] = 3, + [5690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3824), 19, + ACTIONS(3792), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -228295,7 +227023,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3826), 40, + ACTIONS(3794), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -228336,165 +227064,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - [6963] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1899), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4120), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3948), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(3946), 30, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - sym_primitive_type, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - [7034] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(111), 1, - anon_sym_explicit, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(1675), 1, - anon_sym_LBRACK, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4089), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - STATE(4792), 1, - sym__scope_resolution, - STATE(5050), 1, - sym_function_declarator, - STATE(5467), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(5448), 2, - sym_operator_cast, - sym_qualified_operator_cast_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3388), 10, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - sym_explicit_function_specifier, - sym__constructor_specifiers, - aux_sym_operator_cast_definition_repeat1, - STATE(5173), 10, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [7151] = 3, + [5757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3928), 23, + ACTIONS(3800), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -228509,16 +227082,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(3926), 36, + ACTIONS(3802), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -228528,7 +227097,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -228540,126 +227114,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [7218] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(111), 1, - anon_sym_explicit, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, + anon_sym_DASH_GT, + sym_auto, anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(1675), 1, - anon_sym_LBRACK, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4089), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - STATE(4792), 1, - sym__scope_resolution, - STATE(5013), 1, - sym_function_declarator, - STATE(5467), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(5466), 2, - sym_operator_cast, - sym_qualified_operator_cast_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3388), 10, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - sym_explicit_function_specifier, - sym__constructor_specifiers, - aux_sym_operator_cast_definition_repeat1, - STATE(5173), 10, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [7335] = 5, + anon_sym_final, + anon_sym_override, + [5824] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4123), 1, + ACTIONS(4097), 1, anon_sym_catch, - STATE(1903), 2, + STATE(1899), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - ACTIONS(2368), 6, + ACTIONS(2358), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2366), 50, + ACTIONS(2356), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -228710,101 +227194,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [7406] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(111), 1, - anon_sym_explicit, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(1675), 1, - anon_sym_LBRACK, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4089), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - STATE(4792), 1, - sym__scope_resolution, - STATE(5072), 1, - sym_function_declarator, - STATE(5467), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(5464), 2, - sym_operator_cast, - sym_qualified_operator_cast_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3388), 10, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - sym_explicit_function_specifier, - sym__constructor_specifiers, - aux_sym_operator_cast_definition_repeat1, - STATE(5173), 10, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [7523] = 4, + [5895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4118), 19, + ACTIONS(3804), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -228824,7 +227217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4116), 39, + ACTIONS(3809), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -228835,6 +227228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, @@ -228864,254 +227258,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - [7592] = 28, + [5962] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(111), 1, - anon_sym_explicit, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(1675), 1, - anon_sym_LBRACK, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4089), 1, + ACTIONS(4103), 1, anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - STATE(4792), 1, - sym__scope_resolution, - STATE(5016), 1, - sym_function_declarator, - STATE(5467), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(5480), 2, - sym_operator_cast, - sym_qualified_operator_cast_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3388), 10, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - sym_explicit_function_specifier, - sym__constructor_specifiers, - aux_sym_operator_cast_definition_repeat1, - STATE(5173), 10, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [7709] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(111), 1, - anon_sym_explicit, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, + ACTIONS(4101), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1669), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(1675), 1, - anon_sym_LBRACK, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4089), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - STATE(4792), 1, - sym__scope_resolution, - STATE(4999), 1, - sym_function_declarator, - STATE(5467), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(5492), 2, - sym_operator_cast, - sym_qualified_operator_cast_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3388), 10, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - sym_explicit_function_specifier, - sym__constructor_specifiers, - aux_sym_operator_cast_definition_repeat1, - STATE(5173), 10, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [7826] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4102), 1, - anon_sym_catch, - STATE(1903), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - ACTIONS(2375), 6, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4099), 39, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2373), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [7897] = 3, + anon_sym_final, + anon_sym_override, + [6031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3944), 23, + ACTIONS(3826), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -229126,16 +227341,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(3942), 36, + ACTIONS(3828), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -229145,7 +227356,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -229157,25 +227373,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [7964] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + [6098] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3940), 23, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4101), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -229190,16 +227407,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(3938), 36, + ACTIONS(4099), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -229209,7 +227422,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -229221,191 +227438,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [8031] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4102), 1, - anon_sym_catch, - STATE(1903), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - ACTIONS(2362), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2360), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [8102] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(111), 1, - anon_sym_explicit, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(1675), 1, - anon_sym_LBRACK, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4089), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - STATE(4792), 1, - sym__scope_resolution, - STATE(4993), 1, - sym_function_declarator, - STATE(5467), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(5464), 2, - sym_operator_cast, - sym_qualified_operator_cast_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3388), 10, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - sym_explicit_function_specifier, - sym__constructor_specifiers, - aux_sym_operator_cast_definition_repeat1, - STATE(5173), 10, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [8219] = 7, + anon_sym_final, + anon_sym_override, + [6167] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4126), 1, - sym_identifier, - ACTIONS(4130), 1, - sym_primitive_type, - STATE(1899), 1, + STATE(1891), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(4128), 4, + ACTIONS(4105), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(3955), 24, + ACTIONS(3960), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -229430,7 +227487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - ACTIONS(3957), 28, + ACTIONS(3958), 30, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -229446,6 +227503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + sym_primitive_type, anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -229457,42 +227515,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, + sym_identifier, sym_auto, anon_sym_decltype, - [8294] = 3, + [6238] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4134), 13, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(111), 1, + anon_sym_explicit, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, anon_sym_LPAREN2, + ACTIONS(1663), 1, anon_sym_TILDE, + ACTIONS(1665), 1, anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4132), 45, + ACTIONS(1667), 1, anon_sym_AMP, - anon_sym_extern, + ACTIONS(1673), 1, + anon_sym_LBRACK, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4083), 1, anon_sym___attribute__, + ACTIONS(4085), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, + ACTIONS(4093), 1, + anon_sym_virtual, + STATE(4760), 1, + sym__scope_resolution, + STATE(4924), 1, + sym_function_declarator, + STATE(5337), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(5344), 2, + sym_operator_cast, + sym_qualified_operator_cast_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(4081), 5, + anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + ACTIONS(4091), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -229501,44 +227585,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_using, - anon_sym_concept, - anon_sym_requires, - [8360] = 9, + STATE(3395), 10, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + sym_explicit_function_specifier, + sym__constructor_specifiers, + aux_sym_operator_cast_definition_repeat1, + STATE(5040), 10, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [6355] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4136), 1, - anon_sym_LBRACE, - STATE(2635), 1, - sym_field_declaration_list, - STATE(5699), 1, - sym_virtual_specifier, - STATE(6355), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4026), 20, + ACTIONS(3929), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -229548,25 +227620,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(4024), 31, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(3927), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -229575,26 +227652,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [6422] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(111), 1, + anon_sym_explicit, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, anon_sym_decltype, - anon_sym_GT2, - [8438] = 3, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_AMP, + ACTIONS(1673), 1, + anon_sym_LBRACK, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4085), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + STATE(4760), 1, + sym__scope_resolution, + STATE(4938), 1, + sym_function_declarator, + STATE(5337), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(5370), 2, + sym_operator_cast, + sym_qualified_operator_cast_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3395), 10, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + sym_explicit_function_specifier, + sym__constructor_specifiers, + aux_sym_operator_cast_definition_repeat1, + STATE(5040), 10, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [6539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4106), 20, + ACTIONS(3822), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -229614,8 +227783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4104), 38, + ACTIONS(3824), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -229625,9 +227793,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -229648,235 +227819,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [8504] = 3, + [6606] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4140), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, + ACTIONS(29), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4138), 45, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, + ACTIONS(47), 1, anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, + ACTIONS(111), 1, anon_sym_explicit, - anon_sym_typename, - anon_sym_template, + ACTIONS(117), 1, anon_sym_operator, - anon_sym_try, - anon_sym_using, - anon_sym_concept, - anon_sym_requires, - [8570] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4144), 13, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, anon_sym_LPAREN2, + ACTIONS(1663), 1, anon_sym_TILDE, + ACTIONS(1665), 1, anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4142), 45, + ACTIONS(1667), 1, anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + ACTIONS(1673), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, + ACTIONS(4079), 1, sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_using, - anon_sym_concept, - anon_sym_requires, - [8636] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4148), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4085), 1, anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4146), 45, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, + ACTIONS(4089), 1, anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, + ACTIONS(4093), 1, anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_using, - anon_sym_concept, - anon_sym_requires, - [8702] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4152), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4150), 45, - anon_sym_AMP, + STATE(4760), 1, + sym__scope_resolution, + STATE(5012), 1, + sym_function_declarator, + STATE(5337), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(5354), 2, + sym_operator_cast, + sym_qualified_operator_cast_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(4081), 5, anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + ACTIONS(4091), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -229885,48 +227891,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_using, - anon_sym_concept, - anon_sym_requires, - [8768] = 11, + STATE(3395), 10, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + sym_explicit_function_specifier, + sym__constructor_specifiers, + aux_sym_operator_cast_definition_repeat1, + STATE(5040), 10, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [6723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, - anon_sym_LBRACE, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(4156), 1, - anon_sym_LBRACK, - ACTIONS(4158), 1, - sym_auto, - ACTIONS(4160), 1, - anon_sym_decltype, - STATE(2270), 1, - sym_new_declarator, - STATE(2306), 1, - sym_decltype_auto, - STATE(2730), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4074), 19, + ACTIONS(3920), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -229943,18 +227933,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4072), 30, + sym_literal_suffix, + ACTIONS(3918), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -229966,62 +227962,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [8850] = 5, + [6790] = 28, ACTIONS(3), 1, sym_comment, - STATE(1922), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4162), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3948), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(111), 1, + anon_sym_explicit, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(1665), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - ACTIONS(3946), 28, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(1667), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(1673), 1, + anon_sym_LBRACK, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4085), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + STATE(4760), 1, + sym__scope_resolution, + STATE(5019), 1, + sym_function_declarator, + STATE(5337), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(5340), 2, + sym_operator_cast, + sym_qualified_operator_cast_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(4091), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -230030,32 +228044,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_primitive_type, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [8920] = 4, + STATE(3395), 10, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + sym_explicit_function_specifier, + sym__constructor_specifiers, + aux_sym_operator_cast_definition_repeat1, + STATE(5040), 10, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [6907] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2528), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(2352), 6, + ACTIONS(4108), 1, + anon_sym_catch, + STATE(1899), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + ACTIONS(2366), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2354), 50, + ACTIONS(2364), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -230106,166 +228132,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [8988] = 3, + [6978] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4167), 13, + ACTIONS(3933), 23, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(3931), 36, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4165), 45, - anon_sym_AMP, - anon_sym_extern, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [7045] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, anon_sym___attribute__, + ACTIONS(45), 1, anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + ACTIONS(105), 1, sym_auto, + ACTIONS(107), 1, anon_sym_decltype, + ACTIONS(109), 1, anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, + ACTIONS(976), 1, anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_using, - anon_sym_concept, - anon_sym_requires, - [9054] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4171), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, + ACTIONS(1393), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4169), 45, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, + ACTIONS(1431), 1, anon_sym_enum, + ACTIONS(1433), 1, anon_sym_class, + ACTIONS(1435), 1, anon_sym_struct, + ACTIONS(1437), 1, anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, + ACTIONS(1451), 1, anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_using, - anon_sym_concept, - anon_sym_requires, - [9120] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4175), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(3838), 1, + sym_identifier, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4173), 45, - anon_sym_AMP, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3319), 1, + sym__declaration_specifiers, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(5210), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + STATE(6210), 3, + sym_parameter_declaration, + sym_optional_parameter_declaration, + sym_variadic_parameter_declaration, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -230274,48 +228278,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_using, - anon_sym_concept, - anon_sym_requires, - [9186] = 11, + STATE(2175), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [7166] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, - anon_sym_LBRACE, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(4156), 1, - anon_sym_LBRACK, - ACTIONS(4158), 1, - sym_auto, - ACTIONS(4160), 1, - anon_sym_decltype, - STATE(2306), 1, - sym_decltype_auto, - STATE(2308), 1, - sym_new_declarator, - STATE(2817), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4064), 19, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(4111), 1, + anon_sym_LT, + STATE(1929), 1, + sym_template_argument_list, + ACTIONS(3725), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -230326,24 +228307,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4062), 30, + ACTIONS(3730), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -230364,81 +228348,260 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [9268] = 9, + [7239] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4136), 1, - anon_sym_LBRACE, - STATE(2609), 1, - sym_field_declaration_list, - STATE(5684), 1, - sym_virtual_specifier, - STATE(6298), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4007), 20, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(111), 1, + anon_sym_explicit, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(1665), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(1667), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4005), 31, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(1673), 1, + anon_sym_LBRACK, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4085), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + STATE(4760), 1, + sym__scope_resolution, + STATE(4987), 1, + sym_function_declarator, + STATE(5337), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(5370), 2, + sym_operator_cast, + sym_qualified_operator_cast_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3395), 10, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + sym_explicit_function_specifier, + sym__constructor_specifiers, + aux_sym_operator_cast_definition_repeat1, + STATE(5040), 10, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [7356] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4097), 1, + anon_sym_catch, + STATE(1899), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + ACTIONS(2373), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2371), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [9346] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [7427] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(111), 1, + anon_sym_explicit, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_AMP, + ACTIONS(1673), 1, + anon_sym_LBRACK, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4085), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + STATE(4760), 1, + sym__scope_resolution, + STATE(4937), 1, + sym_function_declarator, + STATE(5337), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(5358), 2, + sym_operator_cast, + sym_qualified_operator_cast_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3395), 10, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + sym_explicit_function_specifier, + sym__constructor_specifiers, + aux_sym_operator_cast_definition_repeat1, + STATE(5040), 10, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [7544] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4118), 18, + ACTIONS(4116), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -230453,11 +228616,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4116), 40, + ACTIONS(4114), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -230468,11 +228632,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -230498,49 +228662,208 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - [9412] = 6, + [7611] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4181), 1, - anon_sym_COLON, - STATE(1984), 1, - sym__enum_base_clause, - STATE(2071), 1, - sym_enumerator_list, - ACTIONS(4179), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(111), 1, + anon_sym_explicit, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(1665), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(1667), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4177), 37, + ACTIONS(1673), 1, + anon_sym_LBRACK, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4085), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + STATE(4760), 1, + sym__scope_resolution, + STATE(4922), 1, + sym_function_declarator, + STATE(5337), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(5340), 2, + sym_operator_cast, + sym_qualified_operator_cast_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3395), 10, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + sym_explicit_function_specifier, + sym__constructor_specifiers, + aux_sym_operator_cast_definition_repeat1, + STATE(5040), 10, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [7728] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(111), 1, + anon_sym_explicit, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_AMP, + ACTIONS(1673), 1, + anon_sym_LBRACK, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4085), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + STATE(4760), 1, + sym__scope_resolution, + STATE(4995), 1, + sym_function_declarator, + STATE(5337), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(5361), 2, + sym_operator_cast, + sym_qualified_operator_cast_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3395), 10, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + sym_explicit_function_specifier, + sym__constructor_specifiers, + aux_sym_operator_cast_definition_repeat1, + STATE(5040), 10, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [7845] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4118), 1, + sym_identifier, + ACTIONS(4122), 1, + sym_primitive_type, + STATE(1891), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4120), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3950), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -230548,39 +228871,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [9484] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4136), 1, - anon_sym_LBRACE, - STATE(2660), 1, - sym_field_declaration_list, - STATE(5693), 1, - sym_virtual_specifier, - STATE(6337), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4034), 20, + anon_sym_GT2, + ACTIONS(3952), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -230597,59 +228896,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4032), 31, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_DOT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [9562] = 9, + [7920] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4136), 1, - anon_sym_LBRACE, - STATE(2632), 1, - sym_field_declaration_list, - STATE(5696), 1, - sym_virtual_specifier, - STATE(6345), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4038), 20, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4126), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -230659,26 +228923,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4036), 31, + ACTIONS(4124), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -230686,6 +228955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -230701,93 +228971,262 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [9640] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4136), 1, - anon_sym_LBRACE, - STATE(2613), 1, - sym_field_declaration_list, - STATE(5686), 1, - sym_virtual_specifier, - STATE(6307), 1, - sym_base_class_clause, - ACTIONS(4003), 2, anon_sym_final, anon_sym_override, - ACTIONS(4015), 20, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4013), 31, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + [7989] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4097), 1, + anon_sym_catch, + STATE(1899), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + ACTIONS(2377), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2375), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [9718] = 9, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [8060] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4136), 1, - anon_sym_LBRACE, - STATE(2619), 1, - sym_field_declaration_list, - STATE(5688), 1, - sym_virtual_specifier, - STATE(6313), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4030), 20, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(111), 1, + anon_sym_explicit, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_AMP, + ACTIONS(1673), 1, + anon_sym_LBRACK, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4085), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + STATE(4760), 1, + sym__scope_resolution, + STATE(4929), 1, + sym_function_declarator, + STATE(5337), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(5382), 2, + sym_operator_cast, + sym_qualified_operator_cast_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3395), 10, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + sym_explicit_function_specifier, + sym__constructor_specifiers, + aux_sym_operator_cast_definition_repeat1, + STATE(5040), 10, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [8177] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(111), 1, + anon_sym_explicit, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_AMP, + ACTIONS(1673), 1, + anon_sym_LBRACK, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4085), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + STATE(4760), 1, + sym__scope_resolution, + STATE(4931), 1, + sym_function_declarator, + STATE(5337), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(5354), 2, + sym_operator_cast, + sym_qualified_operator_cast_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3395), 10, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + sym_explicit_function_specifier, + sym__constructor_specifiers, + aux_sym_operator_cast_definition_repeat1, + STATE(5040), 10, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [8294] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(4065), 1, + anon_sym_LT, + STATE(1887), 1, + sym_template_argument_list, + ACTIONS(3744), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -230797,26 +229236,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4028), 31, + ACTIONS(3752), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -230824,6 +229267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -230839,11 +229283,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [9796] = 3, + [8366] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4185), 13, + ACTIONS(4130), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -230857,7 +229300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4183), 45, + ACTIONS(4128), 45, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -230903,17 +229346,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_using, anon_sym_concept, anon_sym_requires, - [9862] = 5, + [8432] = 4, ACTIONS(3), 1, sym_comment, - STATE(1936), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4187), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3946), 26, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4101), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -230928,19 +229366,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - sym_primitive_type, + anon_sym_COLON, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(3948), 27, + ACTIONS(4099), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -230963,21 +229395,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [9932] = 6, + [8500] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(4078), 1, - anon_sym_LT, - STATE(1895), 1, - sym_template_argument_list, - ACTIONS(3748), 18, + ACTIONS(1559), 1, + anon_sym_LBRACE, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(4134), 1, + anon_sym_LBRACK, + ACTIONS(4136), 1, + sym_auto, + ACTIONS(4138), 1, + anon_sym_decltype, + STATE(2223), 1, + sym_new_declarator, + STATE(2260), 1, + sym_decltype_auto, + STATE(2846), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4048), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -230988,29 +229441,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3753), 37, + anon_sym_DASH_GT, + ACTIONS(4044), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -231031,24 +229479,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [10004] = 7, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [8582] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4190), 1, - sym_identifier, - ACTIONS(4194), 1, - sym_primitive_type, - STATE(1936), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4192), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3957), 24, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4101), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -231063,17 +229501,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - ACTIONS(3955), 27, + ACTIONS(4099), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -231096,21 +229530,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [10078] = 6, + [8650] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4181), 1, - anon_sym_COLON, - STATE(1959), 1, - sym__enum_base_clause, - STATE(2165), 1, - sym_enumerator_list, - ACTIONS(4198), 18, + ACTIONS(4142), 13, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4140), 45, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_using, + anon_sym_concept, + anon_sym_requires, + [8716] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1559), 1, + anon_sym_LBRACE, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(4134), 1, + anon_sym_LBRACK, + ACTIONS(4136), 1, + sym_auto, + ACTIONS(4138), 1, + anon_sym_decltype, + STATE(2260), 1, + sym_decltype_auto, + STATE(2263), 1, + sym_new_declarator, + STATE(2817), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4077), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -231129,21 +229647,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4196), 37, + anon_sym_DASH_GT, + ACTIONS(4075), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -231164,30 +229677,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [10150] = 11, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [8798] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4144), 1, anon_sym_LBRACE, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(4156), 1, - anon_sym_LBRACK, - ACTIONS(4158), 1, - sym_auto, - ACTIONS(4160), 1, - anon_sym_decltype, - STATE(2306), 1, - sym_decltype_auto, - STATE(2364), 1, - sym_new_declarator, - STATE(2846), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4052), 19, + STATE(2650), 1, + sym_field_declaration_list, + STATE(5523), 1, + sym_virtual_specifier, + STATE(6115), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3987), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -231197,25 +229705,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4048), 30, + ACTIONS(3985), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -231223,7 +229732,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -231236,65 +229744,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [10232] = 7, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [8876] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4200), 1, + ACTIONS(4146), 1, sym_identifier, - ACTIONS(4204), 1, + ACTIONS(4150), 1, sym_primitive_type, - STATE(1922), 1, + STATE(1941), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(4202), 4, + ACTIONS(4148), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(3955), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - ACTIONS(3957), 26, + ACTIONS(3952), 24, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -231302,76 +229784,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [10306] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4208), 13, + ACTIONS(3950), 27, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4206), 45, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_using, - anon_sym_concept, - anon_sym_requires, - [10372] = 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [8950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4212), 13, + ACTIONS(4154), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -231385,7 +229832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4210), 45, + ACTIONS(4152), 45, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -231431,12 +229878,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_using, anon_sym_concept, anon_sym_requires, - [10438] = 4, + [9016] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(4118), 20, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(4158), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -231456,8 +229905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4116), 37, + ACTIONS(4156), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -231467,8 +229915,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -231489,16 +229940,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [10506] = 3, + [9086] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 13, + ACTIONS(4162), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -231512,7 +229960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4214), 45, + ACTIONS(4160), 45, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -231558,10 +230006,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_using, anon_sym_concept, anon_sym_requires, - [10572] = 3, + [9152] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4164), 1, + sym_identifier, + ACTIONS(4168), 1, + sym_primitive_type, + STATE(1933), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4166), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3950), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + ACTIONS(3952), 26, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [9226] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 20, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4144), 1, + anon_sym_LBRACE, + STATE(2647), 1, + sym_field_declaration_list, + STATE(5519), 1, + sym_virtual_specifier, + STATE(6108), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4038), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -231571,29 +230099,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3807), 38, + ACTIONS(4036), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -231602,7 +230126,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -231615,18 +230138,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [10638] = 4, + anon_sym_GT2, + [9304] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4118), 20, + ACTIONS(4174), 1, + anon_sym_LBRACE, + ACTIONS(4176), 1, + anon_sym_COLON, + STATE(1987), 1, + sym__enum_base_clause, + STATE(2137), 1, + sym_enumerator_list, + ACTIONS(4172), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -231641,13 +230168,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4116), 37, + ACTIONS(4170), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -231657,8 +230182,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -231679,33 +230206,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [10706] = 11, + [9378] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, - anon_sym_LBRACE, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(4156), 1, - anon_sym_LBRACK, - ACTIONS(4158), 1, - sym_auto, - ACTIONS(4160), 1, - anon_sym_decltype, - STATE(2305), 1, - sym_new_declarator, - STATE(2306), 1, - sym_decltype_auto, - STATE(2773), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4068), 19, + ACTIONS(3804), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -231720,20 +230227,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4066), 30, + ACTIONS(3809), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -231754,25 +230266,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [10788] = 9, + [9444] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4180), 13, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - STATE(2646), 1, - sym_field_declaration_list, - STATE(5722), 1, - sym_virtual_specifier, - STATE(6407), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4011), 20, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4178), 45, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_using, + anon_sym_concept, + anon_sym_requires, + [9510] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4174), 1, + anon_sym_LBRACE, + ACTIONS(4176), 1, + anon_sym_COLON, + STATE(1978), 1, + sym__enum_base_clause, + STATE(2050), 1, + sym_enumerator_list, + ACTIONS(4184), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -231782,26 +230356,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4009), 31, + ACTIONS(4182), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -231809,6 +230386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -231824,93 +230402,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [10866] = 9, + [9584] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4136), 1, - anon_sym_LBRACE, - STATE(2643), 1, - sym_field_declaration_list, - STATE(5718), 1, - sym_virtual_specifier, - STATE(6405), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4046), 20, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4188), 13, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4044), 31, + anon_sym_GT2, + ACTIONS(4186), 45, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_using, + anon_sym_concept, + anon_sym_requires, + [9650] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1933), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4190), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3960), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, + ACTIONS(3958), 28, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_primitive_type, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [10944] = 9, + anon_sym_requires, + [9720] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(2641), 1, + STATE(2612), 1, sym_field_declaration_list, - STATE(5712), 1, + STATE(5494), 1, sym_virtual_specifier, - STATE(6385), 1, + STATE(6015), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(3997), 20, + ACTIONS(4003), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -231931,7 +230567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3995), 31, + ACTIONS(4001), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -231963,14 +230599,23 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [11022] = 5, + [9798] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(4220), 19, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4144), 1, + anon_sym_LBRACE, + STATE(2645), 1, + sym_field_declaration_list, + STATE(5517), 1, + sym_virtual_specifier, + STATE(6082), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4018), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -231980,31 +230625,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4218), 37, + ACTIONS(4016), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -232012,7 +230652,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -232028,10 +230667,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [11092] = 3, + anon_sym_GT2, + [9876] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2632), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(2288), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2290), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [9944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4224), 13, + ACTIONS(4195), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -232045,7 +230749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4222), 45, + ACTIONS(4193), 45, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -232091,12 +230795,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_using, anon_sym_concept, anon_sym_requires, - [11158] = 4, + [10010] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4112), 20, + ACTIONS(1559), 1, + anon_sym_LBRACE, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(4134), 1, + anon_sym_LBRACK, + ACTIONS(4136), 1, + sym_auto, + ACTIONS(4138), 1, + anon_sym_decltype, + STATE(2260), 1, + sym_decltype_auto, + STATE(2373), 1, + sym_new_declarator, + STATE(2773), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4073), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -232111,24 +230830,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4110), 37, + ACTIONS(4071), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -232149,16 +230864,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [11226] = 3, + [10092] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4212), 13, + ACTIONS(4199), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -232172,7 +230883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4210), 45, + ACTIONS(4197), 45, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -232218,10 +230929,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_using, anon_sym_concept, anon_sym_requires, - [11292] = 3, + [10158] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4212), 13, + ACTIONS(4203), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -232235,7 +230946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4210), 45, + ACTIONS(4201), 45, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -232281,23 +230992,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_using, anon_sym_concept, anon_sym_requires, - [11358] = 9, + [10224] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4226), 1, - anon_sym_LBRACE, - STATE(2880), 1, - sym_field_declaration_list, - STATE(5582), 1, - sym_virtual_specifier, - STATE(6399), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4030), 16, + STATE(1941), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4205), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3958), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -232312,77 +231017,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4028), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, + sym_primitive_type, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [11435] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4226), 1, - anon_sym_LBRACE, - STATE(2900), 1, - sym_field_declaration_list, - STATE(5701), 1, - sym_virtual_specifier, - STATE(6279), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4038), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4036), 34, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(3960), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -232392,6 +231039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -232405,109 +231053,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [11512] = 4, + [10294] = 3, ACTIONS(3), 1, sym_comment, - STATE(2130), 1, - sym_enumerator_list, - ACTIONS(4230), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4228), 38, - anon_sym_DOT_DOT_DOT, + ACTIONS(4210), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4208), 45, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - [11579] = 5, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_using, + anon_sym_concept, + anon_sym_requires, + [10360] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4232), 1, - anon_sym_catch, - STATE(1987), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - ACTIONS(2379), 6, + ACTIONS(4214), 13, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2377), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4212), 45, anon_sym_AMP, - anon_sym_typedef, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, anon_sym_static, anon_sym_register, @@ -232535,40 +231176,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, anon_sym_typename, anon_sym_template, anon_sym_operator, - anon_sym_friend, + anon_sym_try, anon_sym_using, - anon_sym_static_assert, - [11648] = 3, + anon_sym_concept, + anon_sym_requires, + [10426] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2246), 6, + ACTIONS(4218), 13, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2248), 51, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4216), 45, anon_sym_AMP, - anon_sym_typedef, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, anon_sym_static, anon_sym_register, @@ -232596,33 +231239,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, anon_sym_typename, anon_sym_template, anon_sym_operator, - anon_sym_friend, + anon_sym_try, anon_sym_using, - anon_sym_static_assert, - anon_sym_catch, - [11713] = 9, + anon_sym_concept, + anon_sym_requires, + [10492] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(2904), 1, + STATE(2602), 1, sym_field_declaration_list, - STATE(5627), 1, + STATE(5490), 1, sym_virtual_specifier, - STATE(6250), 1, + STATE(6000), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4026), 16, + ACTIONS(4011), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -232632,23 +231272,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4024), 34, + ACTIONS(4009), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -232657,97 +231299,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [11790] = 5, + anon_sym_GT2, + [10570] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4234), 1, - anon_sym_catch, - STATE(1989), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - ACTIONS(2362), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(4103), 1, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2360), 47, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + ACTIONS(4126), 20, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4124), 37, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [11859] = 6, + anon_sym_final, + anon_sym_override, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [10638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(4236), 1, - anon_sym_LT, - STATE(1966), 1, - sym_template_argument_list, - ACTIONS(4076), 20, + ACTIONS(4101), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -232757,27 +231392,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3765), 34, + ACTIONS(4099), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -232785,6 +231424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -232802,32 +231442,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, + [10704] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4218), 13, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_GT2, - [11930] = 3, + ACTIONS(4216), 45, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_using, + anon_sym_concept, + anon_sym_requires, + [10770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2352), 6, + ACTIONS(4218), 13, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2354), 51, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4216), 45, anon_sym_AMP, - anon_sym_typedef, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, anon_sym_static, anon_sym_register, @@ -232855,20 +231561,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, anon_sym_typename, anon_sym_template, anon_sym_operator, - anon_sym_friend, + anon_sym_try, anon_sym_using, - anon_sym_static_assert, - anon_sym_catch, - [11995] = 3, + anon_sym_concept, + anon_sym_requires, + [10836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 21, + ACTIONS(4116), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -232878,26 +231581,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3807), 36, + anon_sym_DASH_GT, + ACTIONS(4114), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, @@ -232908,6 +231612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -232920,41 +231625,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [12060] = 5, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [10902] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4234), 1, - anon_sym_catch, - STATE(1989), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - ACTIONS(2379), 7, + ACTIONS(4222), 13, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2377), 47, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4220), 45, anon_sym_AMP, - anon_sym_typedef, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, anon_sym_static, anon_sym_register, @@ -232982,32 +231687,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_virtual, anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, anon_sym_typename, anon_sym_template, anon_sym_operator, - anon_sym_friend, + anon_sym_try, anon_sym_using, - anon_sym_static_assert, - [12129] = 9, + anon_sym_concept, + anon_sym_requires, + [10968] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(2801), 1, + STATE(2623), 1, sym_field_declaration_list, - STATE(5716), 1, + STATE(5501), 1, sym_virtual_specifier, - STATE(6295), 1, + STATE(6035), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4034), 16, + ACTIONS(4034), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -233017,23 +231720,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4032), 34, + ACTIONS(4032), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -233042,40 +231747,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [12206] = 9, + anon_sym_GT2, + [11046] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(2871), 1, + STATE(2631), 1, sym_field_declaration_list, - STATE(5664), 1, + STATE(5506), 1, sym_virtual_specifier, - STATE(6537), 1, + STATE(6057), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4015), 16, + ACTIONS(4022), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -233085,23 +231789,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4013), 34, + ACTIONS(4020), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -233110,95 +231816,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [12283] = 3, + anon_sym_GT2, + [11124] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2388), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4144), 1, + anon_sym_LBRACE, + STATE(2627), 1, + sym_field_declaration_list, + STATE(5503), 1, + sym_virtual_specifier, + STATE(6243), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4042), 20, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2386), 51, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4040), 31, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - anon_sym_catch, - [12348] = 6, + anon_sym_GT2, + [11202] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4238), 1, - anon_sym_COLON, - STATE(2201), 1, - sym__enum_base_clause, - STATE(2311), 1, - sym_enumerator_list, - ACTIONS(4198), 19, + ACTIONS(1559), 1, + anon_sym_LBRACE, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(4134), 1, + anon_sym_LBRACK, + ACTIONS(4136), 1, + sym_auto, + ACTIONS(4138), 1, + anon_sym_decltype, + STATE(2214), 1, + sym_new_declarator, + STATE(2260), 1, + sym_decltype_auto, + STATE(2730), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4069), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -233218,18 +231941,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4196), 35, + ACTIONS(4067), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -233250,27 +231970,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [12419] = 9, + [11284] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(2857), 1, + STATE(2607), 1, sym_field_declaration_list, - STATE(5597), 1, + STATE(5491), 1, sym_virtual_specifier, - STATE(6545), 1, + STATE(6003), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4007), 16, + ACTIONS(4007), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -233280,23 +231998,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4005), 34, + ACTIONS(4005), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -233305,27 +232025,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [12496] = 3, + anon_sym_GT2, + [11362] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4224), 1, + anon_sym_catch, + STATE(1973), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + ACTIONS(2373), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(2371), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [11431] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4226), 1, + anon_sym_catch, + STATE(1960), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + ACTIONS(2373), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2371), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [11500] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4242), 19, + ACTIONS(4228), 1, + anon_sym_LBRACE, + ACTIONS(4230), 1, + anon_sym_COLON, + STATE(2173), 1, + sym__enum_base_clause, + STATE(2277), 1, + sym_enumerator_list, + ACTIONS(4172), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -233340,12 +232195,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4240), 38, + anon_sym_DASH_GT, + ACTIONS(4170), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -233355,12 +232210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -233381,25 +232231,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [12561] = 5, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [11573] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4232), 1, anon_sym_catch, - STATE(1987), 2, + STATE(1960), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - ACTIONS(2375), 6, + ACTIONS(2366), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2373), 48, + ACTIONS(2364), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -233448,16 +232299,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [12630] = 6, + [11642] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(4244), 1, - anon_sym_LT, - STATE(1966), 1, - sym_template_argument_list, - ACTIONS(3729), 20, + ACTIONS(3804), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -233469,6 +232314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -233478,7 +232324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3734), 34, + ACTIONS(3809), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -233486,6 +232332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -233513,12 +232360,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [12701] = 4, + anon_sym_requires, + [11707] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4118), 21, + ACTIONS(4052), 1, + sym_auto, + ACTIONS(4054), 1, + anon_sym_decltype, + STATE(2082), 1, + sym_decltype_auto, + ACTIONS(4237), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -233528,28 +232380,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4235), 36, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [11778] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4241), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4116), 35, + ACTIONS(4239), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -233557,6 +232472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -233572,14 +232488,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [12768] = 3, + [11843] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 17, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4243), 1, + anon_sym_LBRACE, + STATE(2763), 1, + sym_field_declaration_list, + STATE(5577), 1, + sym_virtual_specifier, + STATE(6394), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4007), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -233594,10 +232519,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3807), 40, + ACTIONS(4005), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -233607,9 +232531,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -233633,17 +232554,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [12833] = 4, + [11920] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(4118), 21, + ACTIONS(4245), 1, + anon_sym_LT, + STATE(1961), 1, + sym_template_argument_list, + ACTIONS(3725), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -233655,7 +232577,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -233665,7 +232586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4116), 35, + ACTIONS(3730), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -233700,26 +232621,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - anon_sym_requires, - [12900] = 5, + [11991] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4234), 1, + ACTIONS(4226), 1, anon_sym_catch, - STATE(1989), 2, + STATE(1960), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - ACTIONS(2375), 7, + ACTIONS(2358), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2373), 47, + ACTIONS(2356), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -233765,81 +232685,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [12969] = 6, + [12060] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4056), 1, - sym_auto, - ACTIONS(4058), 1, - anon_sym_decltype, - STATE(2146), 1, - sym_decltype_auto, - ACTIONS(4249), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4247), 36, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2389), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2387), 51, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [13040] = 6, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + anon_sym_catch, + [12125] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4238), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2202), 1, - sym__enum_base_clause, - STATE(2415), 1, - sym_enumerator_list, - ACTIONS(4179), 19, + ACTIONS(4243), 1, + anon_sym_LBRACE, + STATE(2767), 1, + sym_field_declaration_list, + STATE(5568), 1, + sym_virtual_specifier, + STATE(6386), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4003), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -233854,12 +232778,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4177), 35, + ACTIONS(4001), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -233869,7 +232790,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -233882,11 +232802,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -233895,10 +232815,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [13111] = 3, + [12202] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4118), 19, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4243), 1, + anon_sym_LBRACE, + STATE(2793), 1, + sym_field_declaration_list, + STATE(5493), 1, + sym_virtual_specifier, + STATE(6050), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4042), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -233913,12 +232846,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4116), 38, + ACTIONS(4040), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -233928,9 +232858,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -233942,25 +232870,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [13176] = 3, + [12279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4106), 21, + ACTIONS(3804), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -233970,80 +232896,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(4104), 36, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [13241] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(2107), 1, - sym_enumerator_list, - ACTIONS(4253), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4251), 38, + ACTIONS(3809), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -234054,11 +232915,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -234070,35 +232929,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [13308] = 9, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [12344] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2919), 1, + STATE(2754), 1, sym_field_declaration_list, - STATE(5643), 1, + STATE(5596), 1, sym_virtual_specifier, - STATE(6201), 1, + STATE(6410), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(3997), 16, + ACTIONS(4011), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -234115,7 +232978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3995), 34, + ACTIONS(4009), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -234150,23 +233013,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [13385] = 9, + [12421] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2921), 1, + STATE(2797), 1, sym_field_declaration_list, - STATE(5679), 1, + STATE(5526), 1, sym_virtual_specifier, - STATE(6236), 1, + STATE(6099), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4046), 16, + ACTIONS(4022), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -234183,7 +233046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4044), 34, + ACTIONS(4020), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -234218,25 +233081,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [13462] = 5, + [12498] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4255), 1, + ACTIONS(4248), 1, anon_sym_catch, - STATE(1987), 2, + STATE(1973), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - ACTIONS(2368), 6, + ACTIONS(2366), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2366), 48, + anon_sym_RBRACE, + ACTIONS(2364), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -234282,23 +233145,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [13531] = 9, + [12567] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, ACTIONS(4226), 1, - anon_sym_LBRACE, - STATE(2923), 1, - sym_field_declaration_list, - STATE(5565), 1, - sym_virtual_specifier, - STATE(6318), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4011), 16, + anon_sym_catch, + STATE(1960), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + ACTIONS(2377), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2375), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [12636] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4101), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -234308,23 +233224,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4009), 34, + ACTIONS(4099), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -234333,32 +233253,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [13608] = 5, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [12703] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4258), 1, + ACTIONS(4224), 1, anon_sym_catch, - STATE(1989), 2, + STATE(1973), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - ACTIONS(2368), 7, + ACTIONS(2377), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -234366,7 +233288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2366), 47, + ACTIONS(2375), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -234414,27 +233336,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [13677] = 5, + [12772] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4232), 1, - anon_sym_catch, - STATE(1987), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - ACTIONS(2362), 6, + ACTIONS(2338), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2360), 48, + ACTIONS(2340), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, @@ -234467,23 +233386,287 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [13746] = 4, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + anon_sym_catch, + [12837] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4174), 1, + anon_sym_LBRACE, + STATE(2142), 1, + sym_enumerator_list, + ACTIONS(4253), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4251), 37, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + [12906] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4228), 1, + anon_sym_LBRACE, + ACTIONS(4230), 1, + anon_sym_COLON, + STATE(2200), 1, + sym__enum_base_clause, + STATE(2238), 1, + sym_enumerator_list, + ACTIONS(4184), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4182), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [12979] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(4255), 1, + anon_sym_LT, + STATE(1961), 1, + sym_template_argument_list, + ACTIONS(4063), 20, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(3768), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [13050] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4243), 1, + anon_sym_LBRACE, + STATE(2829), 1, + sym_field_declaration_list, + STATE(5650), 1, + sym_virtual_specifier, + STATE(6379), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4018), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4016), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [13127] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, + ACTIONS(4103), 1, anon_sym_COLON_COLON, - ACTIONS(4263), 19, + ACTIONS(4101), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -234493,31 +233676,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4261), 37, + ACTIONS(4099), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -234525,7 +233705,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -234541,10 +233720,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [13813] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [13194] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4267), 18, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4243), 1, + anon_sym_LBRACE, + STATE(2837), 1, + sym_field_declaration_list, + STATE(5605), 1, + sym_virtual_specifier, + STATE(6316), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4038), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -234559,11 +233755,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4036), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [13271] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4243), 1, + anon_sym_LBRACE, + STATE(2705), 1, + sym_field_declaration_list, + STATE(5674), 1, + sym_virtual_specifier, + STATE(6205), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3987), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4265), 38, + anon_sym_DASH_GT, + ACTIONS(3985), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -234573,12 +233835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -234590,29 +233847,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [13877] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [13348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4271), 6, + ACTIONS(2288), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4269), 50, + ACTIONS(2290), 51, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -234663,10 +233921,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [13941] = 3, + anon_sym_catch, + [13413] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4275), 18, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4259), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -234681,11 +233942,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4273), 38, + ACTIONS(4257), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -234700,7 +233962,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -234724,27 +233985,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [14005] = 11, + [13480] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1597), 1, + ACTIONS(4174), 1, anon_sym_LBRACE, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(4279), 1, - anon_sym_LBRACK, - ACTIONS(4281), 1, - sym_auto, - ACTIONS(4283), 1, - anon_sym_decltype, - STATE(2655), 1, - sym_decltype_auto, - STATE(2663), 1, - sym_new_declarator, - STATE(3035), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4064), 20, + STATE(2032), 1, + sym_enumerator_list, + ACTIONS(4263), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -234754,24 +234002,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4062), 27, + ACTIONS(4261), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -234779,6 +234033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -234792,11 +234047,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [14085] = 3, + sym_auto, + anon_sym_decltype, + [13549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 18, + ACTIONS(4116), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -234806,31 +234062,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4261), 38, + ACTIONS(4114), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -234838,7 +234092,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -234854,24 +234107,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [14149] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [13614] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2558), 6, + ACTIONS(4224), 1, + anon_sym_catch, + STATE(1973), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + ACTIONS(2358), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2556), 50, + anon_sym_RBRACE, + ACTIONS(2356), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, @@ -234915,481 +234175,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [14213] = 3, + [13683] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2656), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4243), 1, + anon_sym_LBRACE, + STATE(2789), 1, + sym_field_declaration_list, + STATE(5450), 1, + sym_virtual_specifier, + STATE(6207), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4034), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2654), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [14277] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(63), 1, - anon_sym_enum, - ACTIONS(65), 1, - anon_sym_class, - ACTIONS(67), 1, - anon_sym_struct, - ACTIONS(69), 1, - anon_sym_union, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(113), 1, - anon_sym_typename, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4232), 1, - sym__declaration_specifiers, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(2197), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [14393] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(63), 1, - anon_sym_enum, - ACTIONS(65), 1, - anon_sym_class, - ACTIONS(67), 1, - anon_sym_struct, - ACTIONS(69), 1, - anon_sym_union, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(113), 1, - anon_sym_typename, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4250), 1, - sym__declaration_specifiers, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(2197), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [14509] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(63), 1, - anon_sym_enum, - ACTIONS(65), 1, - anon_sym_class, - ACTIONS(67), 1, - anon_sym_struct, - ACTIONS(69), 1, - anon_sym_union, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(113), 1, - anon_sym_typename, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4211), 1, - sym__declaration_specifiers, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(2197), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [14625] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(63), 1, - anon_sym_enum, - ACTIONS(65), 1, - anon_sym_class, - ACTIONS(67), 1, - anon_sym_struct, - ACTIONS(69), 1, - anon_sym_union, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(113), 1, - anon_sym_typename, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4252), 1, - sym__declaration_specifiers, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(2197), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [14741] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2528), 2, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4032), 34, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(2352), 6, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2354), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [14807] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [13760] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4287), 18, + ACTIONS(4101), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -235408,7 +234265,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4285), 38, + anon_sym_DASH_GT, + ACTIONS(4099), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -235418,11 +234276,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -235444,203 +234299,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [14871] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2594), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2592), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [14935] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2598), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2596), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [14999] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2540), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2538), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [15063] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [13825] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2792), 6, + ACTIONS(2864), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2790), 50, + ACTIONS(2862), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -235691,226 +234366,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [15127] = 3, + [13889] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2792), 6, + ACTIONS(2782), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2790), 50, + ACTIONS(2780), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [15191] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(63), 1, - anon_sym_enum, - ACTIONS(65), 1, - anon_sym_class, - ACTIONS(67), 1, - anon_sym_struct, - ACTIONS(69), 1, - anon_sym_union, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(113), 1, - anon_sym_typename, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4222), 1, - sym__declaration_specifiers, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(2197), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [15307] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4291), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4289), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - [15371] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [13953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 6, + ACTIONS(4267), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2678), 50, + ACTIONS(4265), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -235961,17 +234488,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [15435] = 3, + [14017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2614), 6, + ACTIONS(4267), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2612), 50, + ACTIONS(4265), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -236022,76 +234549,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [15499] = 29, + [14081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, + ACTIONS(4271), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4269), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, anon_sym___attribute__, - ACTIONS(45), 1, anon_sym___declspec, - ACTIONS(63), 1, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, anon_sym_enum, - ACTIONS(65), 1, anon_sym_class, - ACTIONS(67), 1, anon_sym_struct, - ACTIONS(69), 1, anon_sym_union, - ACTIONS(105), 1, + sym_identifier, sym_auto, - ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(109), 1, anon_sym_virtual, - ACTIONS(113), 1, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, anon_sym_typename, - ACTIONS(1133), 1, anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [14145] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4271), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4228), 1, - sym__declaration_specifiers, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, + anon_sym_LBRACK_LBRACK, + ACTIONS(4269), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -236100,143 +234648,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(2197), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [15615] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4112), 21, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4110), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [15681] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, anon_sym_template, - ACTIONS(1501), 1, anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(3282), 1, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [14209] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4275), 6, anon_sym_LPAREN2, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4297), 1, + anon_sym_TILDE, anon_sym_STAR, - ACTIONS(4299), 1, anon_sym_AMP_AMP, - ACTIONS(4301), 1, - anon_sym_AMP, - ACTIONS(4303), 1, anon_sym_COLON_COLON, - ACTIONS(4305), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4273), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - STATE(4333), 1, - sym_parameter_list, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, - sym__scope_resolution, - STATE(5205), 1, - sym__declarator, - STATE(5393), 1, - sym__abstract_declarator, - STATE(7219), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(4295), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(3145), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3181), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2732), 8, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -236245,29 +234709,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [15795] = 3, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [14273] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2788), 6, + ACTIONS(4279), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2786), 50, + ACTIONS(4277), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -236318,7 +234793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [15859] = 29, + [14337] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -236341,31 +234816,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, ACTIONS(113), 1, anon_sym_typename, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1393), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, sym_primitive_type, - STATE(3274), 1, + STATE(3275), 1, sym__type_specifier, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4229), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4212), 1, sym__declaration_specifiers, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, ACTIONS(59), 4, @@ -236379,7 +234854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_register, anon_sym_inline, anon_sym_thread_local, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -236396,7 +234871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(2197), 8, + STATE(2178), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -236405,10 +234880,10 @@ static const uint16_t ts_small_parse_table[] = { sym_type_qualifier, sym_virtual_function_specifier, aux_sym__declaration_specifiers_repeat1, - [15975] = 3, + [14453] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4309), 18, + ACTIONS(4283), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -236427,7 +234902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4307), 38, + ACTIONS(4281), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -236466,10 +234941,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [16039] = 3, + [14517] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4313), 18, + ACTIONS(4287), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -236488,7 +234963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4311), 38, + ACTIONS(4285), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -236527,78 +235002,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [16103] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4118), 20, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4116), 36, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [16167] = 3, + [14581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2540), 6, + ACTIONS(4291), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2538), 50, + ACTIONS(4289), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -236649,17 +235063,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [16231] = 3, + [14645] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4317), 6, + ACTIONS(4295), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4315), 50, + ACTIONS(4293), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -236710,17 +235124,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [16295] = 3, + [14709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4317), 6, + ACTIONS(4299), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4315), 50, + ACTIONS(4297), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -236771,10 +235185,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [16359] = 3, + [14773] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4321), 18, + ACTIONS(4303), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -236793,7 +235207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4319), 38, + ACTIONS(4301), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -236832,68 +235246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [16423] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4325), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4323), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [16487] = 29, + [14837] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -236916,31 +235269,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, ACTIONS(113), 1, anon_sym_typename, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1393), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, sym_primitive_type, - STATE(3274), 1, + STATE(3275), 1, sym__type_specifier, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4235), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4180), 1, sym__declaration_specifiers, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, ACTIONS(59), 4, @@ -236954,7 +235307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_register, anon_sym_inline, anon_sym_thread_local, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -236971,7 +235324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(2197), 8, + STATE(2178), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -236980,17 +235333,17 @@ static const uint16_t ts_small_parse_table[] = { sym_type_qualifier, sym_virtual_function_specifier, aux_sym__declaration_specifiers_repeat1, - [16603] = 3, + [14953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4329), 6, + ACTIONS(4307), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4327), 50, + ACTIONS(4305), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -237041,567 +235394,402 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [16667] = 3, + [15017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4333), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4331), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4311), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [16731] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4337), 18, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4335), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [16795] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, anon_sym_COLON_COLON, - ACTIONS(4108), 1, - anon_sym_LT, - STATE(1946), 1, - sym_template_argument_list, - ACTIONS(3748), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + anon_sym_LBRACK_LBRACK, + ACTIONS(4309), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3753), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [16865] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [15081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4339), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4315), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [16929] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4345), 18, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4343), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4313), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - [16993] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [15145] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4349), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4347), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4319), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4317), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - [17057] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [15209] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4353), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4351), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4319), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4317), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - [17121] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [15273] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4357), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4355), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4323), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4321), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - [17185] = 29, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [15337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, + ACTIONS(4327), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4325), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, anon_sym___attribute__, - ACTIONS(45), 1, anon_sym___declspec, - ACTIONS(63), 1, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, anon_sym_enum, - ACTIONS(65), 1, anon_sym_class, - ACTIONS(67), 1, anon_sym_struct, - ACTIONS(69), 1, anon_sym_union, - ACTIONS(105), 1, + sym_identifier, sym_auto, - ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(109), 1, anon_sym_virtual, - ACTIONS(113), 1, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, anon_sym_typename, - ACTIONS(1133), 1, anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [15401] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4331), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4246), 1, - sym__declaration_specifiers, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, + anon_sym_LBRACK_LBRACK, + ACTIONS(4329), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -237610,148 +235798,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(2197), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [17301] = 3, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [15465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4361), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4359), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4335), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4333), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - [17365] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [15529] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4365), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4363), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4339), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4337), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - [17429] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [15593] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2784), 6, + ACTIONS(4343), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2782), 50, + ACTIONS(4341), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -237802,78 +236004,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [17493] = 3, + [15657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4367), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4347), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4345), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - [17557] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [15721] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2780), 6, + ACTIONS(4351), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2778), 50, + ACTIONS(4349), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -237924,17 +236126,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [17621] = 3, + [15785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2776), 6, + ACTIONS(4351), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2774), 50, + ACTIONS(4349), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -237985,17 +236187,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [17685] = 3, + [15849] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2772), 6, + ACTIONS(4347), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2770), 50, + ACTIONS(4345), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -238046,78 +236248,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [17749] = 3, + [15913] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4371), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4355), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4353), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - [17813] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [15977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 6, + ACTIONS(4359), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2766), 50, + ACTIONS(4357), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -238168,17 +236370,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [17877] = 3, + [16041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2764), 6, + ACTIONS(4363), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2762), 50, + ACTIONS(4361), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -238229,68 +236431,180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [17941] = 3, + [16105] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4377), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(3188), 1, + anon_sym_LPAREN2, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4369), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(4371), 1, + anon_sym_AMP_AMP, + ACTIONS(4373), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4375), 38, - anon_sym_DOT_DOT_DOT, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(4377), 1, + anon_sym_LBRACK, + STATE(4274), 1, + sym_parameter_list, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4835), 1, + sym__scope_resolution, + STATE(4933), 1, + sym__declarator, + STATE(5268), 1, + sym__abstract_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(4367), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + STATE(3150), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3243), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [16219] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(45), 1, + anon_sym___declspec, + ACTIONS(63), 1, + anon_sym_enum, + ACTIONS(65), 1, + anon_sym_class, + ACTIONS(67), 1, + anon_sym_struct, + ACTIONS(69), 1, + anon_sym_union, + ACTIONS(105), 1, sym_auto, + ACTIONS(107), 1, anon_sym_decltype, - [18005] = 3, + ACTIONS(109), 1, + anon_sym_virtual, + ACTIONS(113), 1, + anon_sym_typename, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1393), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4181), 1, + sym__declaration_specifiers, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(2178), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [16335] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4381), 18, @@ -238351,167 +236665,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [18069] = 11, + [16399] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1597), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(4279), 1, - anon_sym_LBRACK, - ACTIONS(4281), 1, - sym_auto, - ACTIONS(4283), 1, - anon_sym_decltype, - STATE(2655), 1, - sym_decltype_auto, - STATE(2662), 1, - sym_new_declarator, - STATE(3054), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4052), 20, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4048), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [18149] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4385), 18, + STATE(2776), 1, + sym_field_declaration_list, + STATE(5579), 1, + sym_virtual_specifier, + STATE(6392), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4011), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(4383), 38, + ACTIONS(4009), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [18213] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2804), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2802), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -238519,83 +236718,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [18277] = 3, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [16475] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 18, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4383), 1, + anon_sym_LBRACE, + STATE(2757), 1, + sym_field_declaration_list, + STATE(5570), 1, + sym_virtual_specifier, + STATE(6380), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4007), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(4387), 38, + ACTIONS(4005), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -238603,124 +236798,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [18341] = 29, + anon_sym_requires, + [16551] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(63), 1, - anon_sym_enum, - ACTIONS(65), 1, - anon_sym_class, - ACTIONS(67), 1, - anon_sym_struct, - ACTIONS(69), 1, - anon_sym_union, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(113), 1, - anon_sym_typename, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4243), 1, - sym__declaration_specifiers, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4383), 1, + anon_sym_LBRACE, + STATE(2735), 1, + sym_field_declaration_list, + STATE(5481), 1, + sym_virtual_specifier, + STATE(6251), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4003), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(2197), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [18457] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4393), 6, + anon_sym_DOT, + ACTIONS(4001), 39, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4391), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -238728,37 +236852,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [18521] = 5, + anon_sym_requires, + [16627] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(4220), 19, + ACTIONS(4387), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -238777,8 +236888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4218), 35, + ACTIONS(4385), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -238788,8 +236898,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -238810,21 +236924,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [18589] = 3, + [16691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4397), 6, + ACTIONS(4391), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4395), 50, + ACTIONS(4389), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -238875,17 +236988,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [18653] = 3, + [16755] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4401), 6, + ACTIONS(4395), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4399), 50, + ACTIONS(4393), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -238936,17 +237049,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [18717] = 3, + [16819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4405), 6, + ACTIONS(4399), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4403), 50, + ACTIONS(4397), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -238997,10 +237110,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [18781] = 3, + [16883] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4409), 18, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(45), 1, + anon_sym___declspec, + ACTIONS(63), 1, + anon_sym_enum, + ACTIONS(65), 1, + anon_sym_class, + ACTIONS(67), 1, + anon_sym_struct, + ACTIONS(69), 1, + anon_sym_union, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(109), 1, + anon_sym_virtual, + ACTIONS(113), 1, + anon_sym_typename, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1393), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4203), 1, + sym__declaration_specifiers, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(2178), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [16999] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1597), 1, + anon_sym_LBRACE, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(4403), 1, + anon_sym_LBRACK, + ACTIONS(4405), 1, + sym_auto, + ACTIONS(4407), 1, + anon_sym_decltype, + STATE(2660), 1, + sym_decltype_auto, + STATE(2698), 1, + sym_new_declarator, + STATE(3078), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4073), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -239010,31 +237227,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4407), 38, + ACTIONS(4071), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -239042,7 +237252,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -239056,18 +237265,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [18845] = 6, + anon_sym_GT2, + [17079] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(4411), 1, + ACTIONS(4095), 1, anon_sym_LT, - STATE(1977), 1, + STATE(1929), 1, sym_template_argument_list, - ACTIONS(3729), 16, + ACTIONS(3744), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -239081,10 +237289,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3734), 37, + ACTIONS(3752), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -239107,112 +237317,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [18915] = 3, + [17149] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4416), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4414), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, + ACTIONS(39), 1, anon_sym___attribute__, + ACTIONS(45), 1, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, + ACTIONS(63), 1, anon_sym_enum, + ACTIONS(65), 1, anon_sym_class, + ACTIONS(67), 1, anon_sym_struct, + ACTIONS(69), 1, anon_sym_union, - sym_identifier, + ACTIONS(105), 1, sym_auto, + ACTIONS(107), 1, anon_sym_decltype, + ACTIONS(109), 1, anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, + ACTIONS(113), 1, anon_sym_typename, + ACTIONS(976), 1, anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [18979] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4420), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, + ACTIONS(1393), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4418), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4209), 1, + sym__declaration_specifiers, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -239221,33 +237408,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [19043] = 3, + STATE(2178), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [17265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4424), 18, + ACTIONS(4411), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -239266,7 +237439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4422), 38, + ACTIONS(4409), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -239305,71 +237478,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [19107] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4428), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4426), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [19171] = 3, + [17329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4432), 18, + ACTIONS(4415), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -239388,7 +237500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4430), 38, + ACTIONS(4413), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -239427,132 +237539,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [19235] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4436), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4434), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [19299] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4440), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4438), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [19363] = 3, + [17393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4444), 18, + ACTIONS(4419), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -239571,7 +237561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4442), 38, + ACTIONS(4417), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -239610,10 +237600,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [19427] = 3, + [17457] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4448), 18, + ACTIONS(4423), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -239632,7 +237622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4446), 38, + ACTIONS(4421), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -239671,10 +237661,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [19491] = 3, + [17521] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4452), 18, + ACTIONS(4427), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -239693,7 +237683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4450), 38, + ACTIONS(4425), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -239732,71 +237722,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [19555] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4456), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4454), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [19619] = 3, + [17585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4460), 18, + ACTIONS(4431), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -239815,7 +237744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4458), 38, + ACTIONS(4429), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -239854,126 +237783,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [19683] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4464), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4462), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [19747] = 9, + [17649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2809), 1, - sym_field_declaration_list, - STATE(5538), 1, - sym_virtual_specifier, - STATE(6449), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4011), 10, + ACTIONS(4435), 18, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4009), 39, + ACTIONS(4433), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -239981,72 +237844,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [19823] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4464), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4462), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [19887] = 3, + [17713] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4470), 18, + ACTIONS(4439), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -240065,7 +237866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4468), 38, + ACTIONS(4437), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -240104,132 +237905,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [19951] = 3, + [17777] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4443), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4472), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [20015] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2866), 6, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4441), 38, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2864), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [20079] = 3, + [17841] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4478), 18, + ACTIONS(4447), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -240248,7 +237988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4476), 38, + ACTIONS(4445), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -240287,10 +238027,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [20143] = 3, + [17905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4482), 18, + ACTIONS(4451), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -240309,7 +238049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4480), 38, + ACTIONS(4449), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -240348,10 +238088,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [20207] = 3, + [17969] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4486), 18, + ACTIONS(4455), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -240370,7 +238110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4484), 38, + ACTIONS(4453), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -240409,17 +238149,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [20271] = 3, + [18033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4490), 6, + ACTIONS(2722), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4488), 50, + ACTIONS(2720), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -240470,84 +238210,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [20335] = 9, + [18097] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(1517), 1, anon_sym_LBRACE, - STATE(2750), 1, - sym_field_declaration_list, - STATE(5527), 1, - sym_virtual_specifier, - STATE(6168), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4007), 10, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + STATE(2503), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4459), 18, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4005), 39, + ACTIONS(4457), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [20411] = 3, + [18167] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4494), 6, + ACTIONS(2678), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4492), 50, + ACTIONS(2676), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -240598,60 +238335,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [20475] = 3, + [18231] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4498), 18, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4383), 1, + anon_sym_LBRACE, + STATE(2783), 1, + sym_field_declaration_list, + STATE(5561), 1, + sym_virtual_specifier, + STATE(6154), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4034), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(4496), 38, + ACTIONS(4032), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -240659,23 +238401,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [20539] = 9, + anon_sym_requires, + [18307] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2718), 1, + STATE(2704), 1, sym_field_declaration_list, - STATE(5690), 1, + STATE(5667), 1, sym_virtual_specifier, - STATE(6253), 1, + STATE(6408), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4015), 10, + ACTIONS(4042), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -240686,7 +238429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4013), 39, + ACTIONS(4040), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -240726,88 +238469,23 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [20615] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(4500), 1, - anon_sym_LT, - STATE(2192), 1, - sym_template_argument_list, - ACTIONS(3755), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3760), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [20687] = 9, + [18383] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2806), 1, + STATE(2815), 1, sym_field_declaration_list, - STATE(5581), 1, + STATE(5675), 1, sym_virtual_specifier, - STATE(6492), 1, + STATE(6477), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4046), 10, + ACTIONS(4022), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -240818,7 +238496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4044), 39, + ACTIONS(4020), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -240858,10 +238536,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [20763] = 3, + [18459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4505), 18, + ACTIONS(4463), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -240880,7 +238558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4503), 38, + ACTIONS(4461), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -240919,10 +238597,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [20827] = 3, + [18523] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2730), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2728), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [18587] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4509), 18, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(4465), 1, + anon_sym_LT, + STATE(1970), 1, + sym_template_argument_list, + ACTIONS(3725), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -240933,15 +238678,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4507), 38, + anon_sym_DASH_GT, + ACTIONS(3730), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -240951,12 +238694,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -240968,64 +238707,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [20891] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2804), 1, - sym_field_declaration_list, - STATE(5612), 1, - sym_virtual_specifier, - STATE(6515), 1, - sym_base_class_clause, - ACTIONS(4003), 2, anon_sym_final, anon_sym_override, - ACTIONS(3997), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3995), 39, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [18657] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2834), 6, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2832), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -241033,24 +238760,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_requires, - [20967] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [18721] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4513), 18, + ACTIONS(4470), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -241069,7 +238805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4511), 38, + ACTIONS(4468), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -241108,10 +238844,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [21031] = 3, + [18785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 18, + ACTIONS(2678), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2676), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [18849] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2758), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2756), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [18913] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4474), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -241130,7 +238988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4261), 38, + ACTIONS(4472), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -241169,52 +239027,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [21095] = 9, + [18977] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2723), 1, - sym_field_declaration_list, - STATE(5811), 1, - sym_virtual_specifier, - STATE(6580), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4030), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(4028), 39, - anon_sym_DOT_DOT_DOT, + ACTIONS(2632), 2, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_SEMI, + ACTIONS(2288), 7, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, + ACTIONS(2290), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -241222,31 +239066,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_requires, - [21171] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [19043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4517), 6, + ACTIONS(2770), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4515), 50, + ACTIONS(2768), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -241297,17 +239150,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [21235] = 3, + [19107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4521), 6, + ACTIONS(2790), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4519), 50, + ACTIONS(2788), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -241358,10 +239211,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [21299] = 3, + [19171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4525), 18, + ACTIONS(4478), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -241380,7 +239233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4523), 38, + ACTIONS(4476), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -241419,104 +239272,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [21363] = 29, + [19235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(63), 1, - anon_sym_enum, - ACTIONS(65), 1, - anon_sym_class, - ACTIONS(67), 1, - anon_sym_struct, - ACTIONS(69), 1, - anon_sym_union, - ACTIONS(105), 1, + ACTIONS(4482), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4480), 38, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, - ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(113), 1, - anon_sym_typename, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4238), 1, - sym__declaration_specifiers, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(2197), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [21479] = 3, + [19299] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4529), 6, + ACTIONS(2658), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4527), 50, + ACTIONS(2656), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -241567,78 +239394,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [21543] = 3, + [19363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4517), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4101), 20, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4515), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4099), 36, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [21607] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [19427] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4533), 6, + ACTIONS(2746), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4531), 50, + ACTIONS(2744), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -241689,10 +239516,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [21671] = 3, + [19491] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4537), 18, + ACTIONS(1597), 1, + anon_sym_LBRACE, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(4403), 1, + anon_sym_LBRACK, + ACTIONS(4405), 1, + sym_auto, + ACTIONS(4407), 1, + anon_sym_decltype, + STATE(2660), 1, + sym_decltype_auto, + STATE(2695), 1, + sym_new_declarator, + STATE(3090), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4077), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -241702,16 +239546,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4535), 38, + ACTIONS(4075), 27, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [19571] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4486), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4484), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -241750,104 +239646,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [21735] = 29, + [19635] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(63), 1, - anon_sym_enum, - ACTIONS(65), 1, - anon_sym_class, - ACTIONS(67), 1, - anon_sym_struct, - ACTIONS(69), 1, - anon_sym_union, - ACTIONS(105), 1, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4126), 21, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4124), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, - ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(113), 1, - anon_sym_typename, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4214), 1, - sym__declaration_specifiers, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(2197), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [21851] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [19701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4521), 6, + ACTIONS(2472), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4519), 50, + ACTIONS(2470), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -241898,17 +239769,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [21915] = 3, + [19765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4436), 6, + ACTIONS(2842), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4434), 50, + ACTIONS(2840), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -241959,10 +239830,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [21979] = 3, + [19829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 18, + ACTIONS(4490), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -241981,7 +239852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4539), 38, + ACTIONS(4488), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -242020,17 +239891,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [22043] = 3, + [19893] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4545), 6, + ACTIONS(2504), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4543), 50, + ACTIONS(2502), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -242081,17 +239952,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [22107] = 3, + [19957] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2660), 6, + ACTIONS(2526), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2658), 50, + ACTIONS(2524), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -242142,16 +240013,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [22171] = 6, + [20021] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(4547), 1, - anon_sym_LT, - STATE(1977), 1, - sym_template_argument_list, - ACTIONS(4076), 16, + ACTIONS(4494), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -242162,13 +240027,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3765), 37, + ACTIONS(4492), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -242178,8 +240045,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -242191,25 +240062,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [22241] = 3, + [20085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4551), 18, + ACTIONS(4498), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -242228,7 +240096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4549), 38, + ACTIONS(4496), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -242267,10 +240135,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [22305] = 3, + [20149] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2632), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(2288), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2290), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [20215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4555), 18, + ACTIONS(4502), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -242289,7 +240219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4553), 38, + ACTIONS(4500), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -242328,10 +240258,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [22369] = 3, + [20279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4559), 18, + ACTIONS(2662), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2660), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [20343] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4506), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -242350,7 +240341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4557), 38, + ACTIONS(4504), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -242389,27 +240380,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [22433] = 11, + [20407] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1597), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, anon_sym_LBRACE, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(4279), 1, - anon_sym_LBRACK, - ACTIONS(4281), 1, - sym_auto, - ACTIONS(4283), 1, - anon_sym_decltype, - STATE(2655), 1, - sym_decltype_auto, - STATE(2668), 1, - sym_new_declarator, - STATE(3032), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4068), 20, + ACTIONS(4508), 1, + anon_sym_LT, + STATE(2192), 1, + sym_template_argument_list, + ACTIONS(3754), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -242419,24 +240401,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4066), 27, + ACTIONS(3746), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -242444,6 +240431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -242457,18 +240445,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [22513] = 3, + [20479] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 6, + ACTIONS(2614), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2698), 50, + ACTIONS(2612), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -242519,78 +240506,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [22577] = 3, + [20543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4563), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4561), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2682), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2680), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - [22641] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [20607] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2832), 6, + ACTIONS(2654), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2830), 50, + ACTIONS(2652), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -242641,10 +240628,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [22705] = 3, + [20671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4567), 18, + ACTIONS(4513), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -242663,7 +240650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4565), 38, + ACTIONS(4511), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -242702,97 +240689,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [22769] = 29, + [20735] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(63), 1, - anon_sym_enum, - ACTIONS(65), 1, - anon_sym_class, - ACTIONS(67), 1, - anon_sym_struct, - ACTIONS(69), 1, - anon_sym_union, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(113), 1, - anon_sym_typename, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3274), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4239), 1, - sym__declaration_specifiers, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(2197), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [22885] = 3, + ACTIONS(4517), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4515), 38, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + [20799] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4571), 18, + ACTIONS(4259), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -242811,7 +240772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4569), 38, + ACTIONS(4257), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -242850,10 +240811,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [22949] = 3, + [20863] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4575), 18, + ACTIONS(4521), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -242872,7 +240833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4573), 38, + ACTIONS(4519), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -242911,71 +240872,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [23013] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2704), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2702), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [23077] = 3, + [20927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4579), 18, + ACTIONS(4525), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -242994,7 +240894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4577), 38, + ACTIONS(4523), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -243033,10 +240933,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [23141] = 3, + [20991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4583), 18, + ACTIONS(4529), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -243055,7 +240955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4581), 38, + ACTIONS(4527), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -243094,10 +240994,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [23205] = 3, + [21055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4587), 18, + ACTIONS(4533), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -243116,7 +241016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4585), 38, + ACTIONS(4531), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -243155,10 +241055,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [23269] = 3, + [21119] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4591), 18, + ACTIONS(4537), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -243177,7 +241077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4589), 38, + ACTIONS(4535), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -243216,10 +241116,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [23333] = 3, + [21183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4595), 18, + ACTIONS(4541), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -243238,7 +241138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4593), 38, + ACTIONS(4539), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -243277,10 +241177,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [23397] = 3, + [21247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 18, + ACTIONS(4545), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -243299,7 +241199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4597), 38, + ACTIONS(4543), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -243338,17 +241238,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [23461] = 6, + [21311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1517), 1, - anon_sym_LBRACE, - ACTIONS(4050), 1, + ACTIONS(2666), 6, anon_sym_LPAREN2, - STATE(2474), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4603), 18, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2664), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [21375] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4549), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -243367,16 +241321,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4601), 34, + ACTIONS(4547), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -243402,10 +241358,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [23531] = 3, + sym_auto, + anon_sym_decltype, + [21439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4607), 18, + ACTIONS(4553), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -243424,7 +241382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4605), 38, + ACTIONS(4551), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -243463,10 +241421,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [23595] = 3, + [21503] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4611), 18, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(4555), 1, + anon_sym_LT, + STATE(1970), 1, + sym_template_argument_list, + ACTIONS(4063), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -243477,15 +241441,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4609), 38, + anon_sym_DASH_GT, + ACTIONS(3768), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -243495,12 +241457,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -243512,29 +241470,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [23659] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [21573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2816), 6, + ACTIONS(2670), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2814), 50, + ACTIONS(2668), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -243585,10 +241546,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [23723] = 3, + [21637] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4615), 18, + ACTIONS(4559), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -243607,7 +241568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4613), 38, + ACTIONS(4557), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -243646,140 +241607,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [23787] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2528), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(2352), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2354), 47, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [23853] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2824), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2822), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [23917] = 6, + [21701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1517), 1, - anon_sym_LBRACE, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - STATE(2514), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4619), 18, + ACTIONS(4259), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -243798,16 +241629,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4617), 34, + ACTIONS(4257), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -243833,17 +241666,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [23987] = 6, + sym_auto, + anon_sym_decltype, + [21765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1517), 1, - anon_sym_LBRACE, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - STATE(2477), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4623), 18, + ACTIONS(4563), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -243862,16 +241690,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4621), 34, + ACTIONS(4561), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -243897,158 +241727,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [24057] = 3, + sym_auto, + anon_sym_decltype, + [21829] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2664), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2662), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, + ACTIONS(39), 1, anon_sym___attribute__, + ACTIONS(45), 1, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, + ACTIONS(63), 1, anon_sym_enum, + ACTIONS(65), 1, anon_sym_class, + ACTIONS(67), 1, anon_sym_struct, + ACTIONS(69), 1, anon_sym_union, - sym_identifier, + ACTIONS(105), 1, sym_auto, + ACTIONS(107), 1, anon_sym_decltype, + ACTIONS(109), 1, anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, + ACTIONS(113), 1, anon_sym_typename, + ACTIONS(976), 1, anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [24121] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2708), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, + ACTIONS(1393), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2706), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4198), 1, + sym__declaration_specifiers, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [24185] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2676), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2674), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, + ACTIONS(55), 5, anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -244057,120 +241807,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [24249] = 3, + STATE(2178), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [21945] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(2586), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2584), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, + ACTIONS(47), 1, anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, + ACTIONS(976), 1, anon_sym_template, + ACTIONS(1501), 1, anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [24313] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2668), 6, - anon_sym_LPAREN2, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, anon_sym_TILDE, + ACTIONS(3188), 1, + anon_sym_LPAREN2, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4565), 1, anon_sym_STAR, + ACTIONS(4567), 1, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2666), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, + ACTIONS(4569), 1, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, + STATE(4281), 1, + sym_parameter_list, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4835), 1, + sym__scope_resolution, + STATE(4933), 1, + sym__declarator, + STATE(5320), 1, + sym__abstract_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(4367), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(3100), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3243), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -244179,40 +241890,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [24377] = 3, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [22059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2586), 6, + ACTIONS(2560), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2584), 50, + ACTIONS(2558), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -244263,37 +241963,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [24441] = 3, + [22123] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2744), 6, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4383), 1, + anon_sym_LBRACE, + STATE(2878), 1, + sym_field_declaration_list, + STATE(5609), 1, + sym_virtual_specifier, + STATE(6425), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4018), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4016), 39, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2742), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -244301,60 +242016,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [24505] = 3, + anon_sym_requires, + [22199] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4627), 6, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4383), 1, + anon_sym_LBRACE, + STATE(2875), 1, + sym_field_declaration_list, + STATE(5620), 1, + sym_virtual_specifier, + STATE(6430), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4038), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4036), 39, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4625), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -244362,83 +242083,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [24569] = 3, + anon_sym_requires, + [22275] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4631), 18, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4383), 1, + anon_sym_LBRACE, + STATE(2868), 1, + sym_field_declaration_list, + STATE(5649), 1, + sym_virtual_specifier, + STATE(6447), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3987), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(4629), 38, + ACTIONS(3985), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -244446,17 +242163,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [24633] = 3, + anon_sym_requires, + [22351] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2836), 6, + ACTIONS(2560), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2834), 50, + ACTIONS(2558), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -244507,158 +242225,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [24697] = 3, + [22415] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2736), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2734), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, + ACTIONS(39), 1, anon_sym___attribute__, + ACTIONS(45), 1, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, + ACTIONS(63), 1, anon_sym_enum, + ACTIONS(65), 1, anon_sym_class, + ACTIONS(67), 1, anon_sym_struct, + ACTIONS(69), 1, anon_sym_union, - sym_identifier, + ACTIONS(105), 1, sym_auto, + ACTIONS(107), 1, anon_sym_decltype, + ACTIONS(109), 1, anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, + ACTIONS(113), 1, anon_sym_typename, + ACTIONS(976), 1, anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [24761] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4635), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, + ACTIONS(1393), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4633), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4206), 1, + sym__declaration_specifiers, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [24825] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2712), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2710), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, + ACTIONS(55), 5, anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -244667,40 +242303,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [24889] = 6, + STATE(2178), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [22531] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1517), 1, - anon_sym_LBRACE, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - STATE(2491), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4639), 18, + ACTIONS(4573), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -244719,16 +242334,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4637), 34, + ACTIONS(4571), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -244754,17 +242371,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [24959] = 3, + sym_auto, + anon_sym_decltype, + [22595] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2840), 6, + ACTIONS(4577), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2838), 50, + ACTIONS(4575), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -244815,17 +242434,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [25023] = 3, + [22659] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(45), 1, + anon_sym___declspec, + ACTIONS(63), 1, + anon_sym_enum, + ACTIONS(65), 1, + anon_sym_class, + ACTIONS(67), 1, + anon_sym_struct, + ACTIONS(69), 1, + anon_sym_union, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(109), 1, + anon_sym_virtual, + ACTIONS(113), 1, + anon_sym_typename, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1393), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4204), 1, + sym__declaration_specifiers, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(2178), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [22775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2844), 6, + ACTIONS(2636), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2842), 50, + ACTIONS(2634), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -244876,17 +242582,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [25087] = 3, + [22839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2862), 6, + ACTIONS(2686), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2860), 50, + ACTIONS(2684), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -244937,17 +242643,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [25151] = 3, + [22903] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(45), 1, + anon_sym___declspec, + ACTIONS(63), 1, + anon_sym_enum, + ACTIONS(65), 1, + anon_sym_class, + ACTIONS(67), 1, + anon_sym_struct, + ACTIONS(69), 1, + anon_sym_union, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(109), 1, + anon_sym_virtual, + ACTIONS(113), 1, + anon_sym_typename, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1393), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4189), 1, + sym__declaration_specifiers, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(2178), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [23019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4643), 6, + ACTIONS(2798), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4641), 50, + ACTIONS(2796), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -244998,17 +242791,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [25215] = 3, + [23083] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(45), 1, + anon_sym___declspec, + ACTIONS(63), 1, + anon_sym_enum, + ACTIONS(65), 1, + anon_sym_class, + ACTIONS(67), 1, + anon_sym_struct, + ACTIONS(69), 1, + anon_sym_union, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(109), 1, + anon_sym_virtual, + ACTIONS(113), 1, + anon_sym_typename, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1393), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4185), 1, + sym__declaration_specifiers, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(2178), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [23199] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4581), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4579), 38, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + [23263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2720), 6, + ACTIONS(2636), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2718), 50, + ACTIONS(2634), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -245059,36 +243000,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [25279] = 3, + [23327] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2848), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2846), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, + ACTIONS(39), 1, anon_sym___attribute__, + ACTIONS(45), 1, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, + ACTIONS(63), 1, + anon_sym_enum, + ACTIONS(65), 1, + anon_sym_class, + ACTIONS(67), 1, + anon_sym_struct, + ACTIONS(69), 1, + anon_sym_union, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(109), 1, + anon_sym_virtual, + ACTIONS(113), 1, + anon_sym_typename, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1393), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4191), 1, + sym__declaration_specifiers, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, + anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -245097,59 +243078,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, + STATE(2178), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [23443] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(45), 1, + anon_sym___declspec, + ACTIONS(63), 1, anon_sym_enum, + ACTIONS(65), 1, anon_sym_class, + ACTIONS(67), 1, anon_sym_struct, + ACTIONS(69), 1, anon_sym_union, - sym_identifier, + ACTIONS(105), 1, sym_auto, + ACTIONS(107), 1, anon_sym_decltype, + ACTIONS(109), 1, anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, + ACTIONS(113), 1, anon_sym_typename, + ACTIONS(976), 1, anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [25343] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2720), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, + ACTIONS(1393), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2718), 50, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4205), 1, + sym__declaration_specifiers, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -245158,75 +243165,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, + STATE(2178), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [23559] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(45), 1, + anon_sym___declspec, + ACTIONS(63), 1, anon_sym_enum, + ACTIONS(65), 1, anon_sym_class, + ACTIONS(67), 1, anon_sym_struct, + ACTIONS(69), 1, anon_sym_union, - sym_identifier, + ACTIONS(105), 1, sym_auto, + ACTIONS(107), 1, anon_sym_decltype, + ACTIONS(109), 1, anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, + ACTIONS(113), 1, anon_sym_typename, + ACTIONS(976), 1, anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [25407] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2762), 1, - sym_field_declaration_list, - STATE(5521), 1, - sym_virtual_specifier, - STATE(6443), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4026), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(1393), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3275), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4202), 1, + sym__declaration_specifiers, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, anon_sym_const, - anon_sym_DOT, - ACTIONS(4024), 39, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -245234,24 +243252,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [25483] = 3, + STATE(2178), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [23675] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4647), 18, + ACTIONS(4585), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -245270,7 +243283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4645), 38, + ACTIONS(4583), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -245309,72 +243322,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [25547] = 28, + [23739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(3282), 1, + ACTIONS(2802), 6, anon_sym_LPAREN2, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_LBRACK, - ACTIONS(4649), 1, + anon_sym_TILDE, anon_sym_STAR, - ACTIONS(4651), 1, anon_sym_AMP_AMP, - ACTIONS(4653), 1, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2800), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, anon_sym_AMP, - STATE(4318), 1, - sym_parameter_list, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, - sym__scope_resolution, - STATE(5205), 1, - sym__declarator, - STATE(5420), 1, - sym__abstract_declarator, - STATE(7219), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(4295), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(3143), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3181), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2732), 8, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -245383,22 +243360,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [25661] = 3, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [23803] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4657), 18, + ACTIONS(1597), 1, + anon_sym_LBRACE, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(4403), 1, + anon_sym_LBRACK, + ACTIONS(4405), 1, + sym_auto, + ACTIONS(4407), 1, + anon_sym_decltype, + STATE(2660), 1, + sym_decltype_auto, + STATE(2687), 1, + sym_new_declarator, + STATE(3087), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4048), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -245408,31 +243413,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4655), 38, + ACTIONS(4044), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -245440,7 +243438,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -245454,29 +243451,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [25725] = 11, + anon_sym_GT2, + [23883] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1597), 1, - anon_sym_LBRACE, - ACTIONS(4277), 1, + ACTIONS(2856), 6, anon_sym_LPAREN2, - ACTIONS(4279), 1, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2854), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - ACTIONS(4281), 1, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, - ACTIONS(4283), 1, anon_sym_decltype, - STATE(2655), 1, - sym_decltype_auto, - STATE(2667), 1, - sym_new_declarator, - STATE(2997), 2, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [23947] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1517), 1, + anon_sym_LBRACE, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + STATE(2473), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4074), 20, + ACTIONS(4589), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -245486,24 +243533,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4072), 27, + ACTIONS(4587), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -245511,6 +243563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -245524,66 +243577,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [25805] = 9, + [24017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2759), 1, - sym_field_declaration_list, - STATE(5591), 1, - sym_virtual_specifier, - STATE(6368), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4038), 10, + ACTIONS(4593), 18, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4036), 39, + ACTIONS(4591), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -245591,11 +243638,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [25881] = 3, + [24081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 18, + ACTIONS(4597), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -245614,7 +243660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4659), 38, + ACTIONS(4595), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -245653,18 +243699,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [25945] = 7, + [24145] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3734), 1, - anon_sym_LBRACE, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(4663), 1, - anon_sym_LT, - STATE(2192), 1, - sym_template_argument_list, - ACTIONS(3736), 18, + ACTIONS(4601), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -245675,15 +243713,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3741), 34, + ACTIONS(4599), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -245694,9 +243732,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -245718,84 +243758,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [26017] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2754), 1, - sym_field_declaration_list, - STATE(5810), 1, - sym_virtual_specifier, - STATE(6362), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4034), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(4032), 39, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [26093] = 3, + [24209] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2870), 6, + ACTIONS(2860), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2868), 50, + ACTIONS(2858), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -245846,17 +243821,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [26157] = 3, + [24273] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2716), 6, + ACTIONS(2846), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2714), 50, + ACTIONS(2844), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -245907,12 +243882,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [26221] = 4, + [24337] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1517), 1, + anon_sym_LBRACE, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + STATE(2478), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4605), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4603), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [24407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4118), 17, + ACTIONS(4609), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -245927,10 +243964,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4116), 37, + ACTIONS(4607), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -245940,8 +243978,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -245953,27 +243995,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [26286] = 4, + [24471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4118), 17, + ACTIONS(4613), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -245988,10 +244025,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4116), 37, + ACTIONS(4611), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -246001,8 +244039,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -246014,37 +244056,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [26351] = 3, + [24535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2352), 6, + ACTIONS(2794), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2354), 49, + ACTIONS(2792), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, @@ -246088,11 +244129,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - anon_sym_catch, - [26414] = 3, + [24599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4668), 19, + ACTIONS(4617), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -246106,13 +244146,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4666), 36, + ACTIONS(4615), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -246123,9 +244162,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -246148,28 +244188,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_try, - [26477] = 11, + sym_auto, + anon_sym_decltype, + [24663] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1625), 1, - anon_sym_LBRACE, - ACTIONS(4670), 1, + ACTIONS(4621), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4619), 38, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4672), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(4674), 1, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, - ACTIONS(4676), 1, anon_sym_decltype, - STATE(2768), 1, - sym_new_declarator, - STATE(2847), 1, - sym_decltype_auto, - STATE(3101), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4068), 16, + [24727] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4625), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -246184,17 +244269,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4066), 30, + ACTIONS(4623), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -246206,33 +244300,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [26556] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + [24791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2246), 6, + ACTIONS(2830), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2248), 49, + ACTIONS(2828), 50, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, sym_preproc_directive, anon_sym_AMP, anon_sym_typedef, @@ -246276,28 +244373,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - anon_sym_catch, - [26619] = 11, + [24855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1625), 1, - anon_sym_LBRACE, - ACTIONS(4670), 1, - anon_sym_LPAREN2, - ACTIONS(4672), 1, - anon_sym_LBRACK, - ACTIONS(4674), 1, - sym_auto, - ACTIONS(4676), 1, - anon_sym_decltype, - STATE(2797), 1, - sym_new_declarator, - STATE(2847), 1, - sym_decltype_auto, - STATE(3128), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4074), 16, + ACTIONS(4629), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -246312,17 +244391,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4072), 30, + ACTIONS(4627), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -246334,35 +244422,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [26698] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + [24919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4116), 25, + ACTIONS(4633), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4631), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -246370,20 +244473,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - ACTIONS(4118), 30, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + sym_auto, + anon_sym_decltype, + [24983] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2814), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2812), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -246392,26 +244533,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [26761] = 4, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [25047] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(3809), 20, + ACTIONS(4637), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -246425,14 +244573,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3814), 33, + ACTIONS(4635), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -246443,8 +244589,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -246466,10 +244615,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [26826] = 3, + sym_auto, + anon_sym_decltype, + [25111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4242), 19, + ACTIONS(4641), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -246488,8 +244639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4240), 36, + ACTIONS(4639), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -246499,9 +244649,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_COLON_COLON, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -246522,103 +244675,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [26889] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1431), 1, - anon_sym_enum, - ACTIONS(1433), 1, - anon_sym_class, - ACTIONS(1435), 1, - anon_sym_struct, - ACTIONS(1437), 1, - anon_sym_union, - ACTIONS(1451), 1, - anon_sym_typename, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - STATE(3275), 1, - sym__type_specifier, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(5304), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3386), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [27002] = 5, + [25175] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4054), 1, - anon_sym_LBRACK, - STATE(2466), 1, - sym_new_declarator, - ACTIONS(4680), 18, + ACTIONS(4645), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -246637,7 +244700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4678), 35, + ACTIONS(4643), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -246650,6 +244713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -246673,27 +244737,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [27069] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1625), 1, - anon_sym_LBRACE, - ACTIONS(4670), 1, - anon_sym_LPAREN2, - ACTIONS(4672), 1, - anon_sym_LBRACK, - ACTIONS(4674), 1, sym_auto, - ACTIONS(4676), 1, anon_sym_decltype, - STATE(2728), 1, - sym_new_declarator, - STATE(2847), 1, - sym_decltype_auto, - STATE(3110), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4052), 16, + [25239] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(4158), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -246708,17 +244761,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4048), 30, + ACTIONS(4156), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -246730,21 +244789,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [27148] = 3, + [25307] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2674), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2672), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [25371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 19, + ACTIONS(4649), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -246758,13 +244880,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3741), 36, + ACTIONS(4647), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -246775,9 +244896,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -246800,25 +244922,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_try, - [27211] = 9, + sym_auto, + anon_sym_decltype, + [25435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(2778), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(4684), 1, - anon_sym_LT, - ACTIONS(4687), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2776), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - STATE(2527), 1, - sym_template_argument_list, - ACTIONS(4682), 3, - anon_sym_RPAREN, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [25499] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2774), 6, anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(3755), 18, + ACTIONS(2772), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [25563] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1597), 1, + anon_sym_LBRACE, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(4403), 1, + anon_sym_LBRACK, + ACTIONS(4405), 1, + sym_auto, + ACTIONS(4407), 1, + anon_sym_decltype, + STATE(2660), 1, + sym_decltype_auto, + STATE(2699), 1, + sym_new_declarator, + STATE(3046), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4069), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -246828,23 +245076,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3760), 29, + ACTIONS(4067), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -246852,7 +245101,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -246865,12 +245113,256 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [27286] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [25643] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2766), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2764), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [25707] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2766), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2764), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [25771] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2806), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2804), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [25835] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2754), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2752), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [25899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 19, + ACTIONS(4653), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -246884,13 +245376,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3741), 36, + ACTIONS(4651), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -246901,9 +245392,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -246926,11 +245418,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_try, - [27349] = 3, + sym_auto, + anon_sym_decltype, + [25963] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 19, + ACTIONS(3730), 1, + anon_sym_LBRACE, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(4655), 1, + anon_sym_LT, + STATE(2192), 1, + sym_template_argument_list, + ACTIONS(3732), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -246941,16 +245442,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3741), 36, + ACTIONS(3737), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -246961,10 +245461,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -246986,11 +245485,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_try, - [27412] = 3, + [26035] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4106), 17, + ACTIONS(4660), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -247005,72 +245503,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4104), 38, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [27475] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4112), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4110), 37, + ACTIONS(4658), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -247080,8 +245517,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -247093,86 +245534,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [27540] = 28, + [26099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(3282), 1, + ACTIONS(2738), 6, anon_sym_LPAREN2, - ACTIONS(3284), 1, + anon_sym_TILDE, anon_sym_STAR, - ACTIONS(3286), 1, anon_sym_AMP_AMP, - ACTIONS(3288), 1, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2736), 50, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, anon_sym_AMP, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4295), 1, - anon_sym_RPAREN, - ACTIONS(4305), 1, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - STATE(4318), 1, - sym_parameter_list, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4913), 1, - sym__scope_resolution, - STATE(5342), 1, - sym__declarator, - STATE(5420), 1, - sym__abstract_declarator, - STATE(6985), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3242), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3248), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2732), 8, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -247181,28 +245584,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [27653] = 6, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [26163] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4691), 1, - anon_sym_COLON, - STATE(2546), 1, - sym__enum_base_clause, - STATE(2639), 1, - sym_enumerator_list, - ACTIONS(4198), 20, + ACTIONS(1517), 1, + anon_sym_LBRACE, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + STATE(2488), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4664), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -247212,27 +245627,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4196), 32, + ACTIONS(4662), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -247240,6 +245657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -247253,101 +245671,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [27722] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(45), 1, - anon_sym___declspec, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(109), 1, - anon_sym_virtual, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1393), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(2884), 1, - anon_sym_enum, - ACTIONS(2886), 1, - anon_sym_class, - ACTIONS(2888), 1, - anon_sym_struct, - ACTIONS(2890), 1, - anon_sym_union, - ACTIONS(2892), 1, - anon_sym_typename, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4072), 1, - sym__type_specifier, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(2880), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(55), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3386), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [27835] = 4, + [26233] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 2, + ACTIONS(4103), 1, anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(3809), 19, + ACTIONS(4101), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -247363,11 +245692,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(3814), 34, + anon_sym_DASH_GT, + ACTIONS(4099), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -247377,10 +245704,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -247392,26 +245717,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [27900] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4158), 1, sym_auto, - ACTIONS(4160), 1, anon_sym_decltype, - STATE(2306), 1, - sym_decltype_auto, - ACTIONS(4249), 19, + anon_sym_final, + anon_sym_override, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [26298] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4101), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -247426,12 +245752,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4247), 33, + ACTIONS(4099), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -247454,21 +245778,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [27969] = 3, + [26363] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 19, + ACTIONS(4136), 1, + sym_auto, + ACTIONS(4138), 1, + anon_sym_decltype, + STATE(2260), 1, + sym_decltype_auto, + ACTIONS(4237), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -247482,13 +245816,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3741), 36, + anon_sym_DASH_GT, + ACTIONS(4235), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -247498,11 +245832,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -247523,18 +245854,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_try, - [28032] = 6, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [26432] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4691), 1, - anon_sym_COLON, - STATE(2553), 1, - sym__enum_base_clause, - STATE(2649), 1, + ACTIONS(4228), 1, + anon_sym_LBRACE, + STATE(2333), 1, sym_enumerator_list, - ACTIONS(4179), 20, + ACTIONS(4263), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -247544,26 +245873,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4177), 32, + anon_sym_DASH_GT, + ACTIONS(4261), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, + anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -247572,6 +245901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -247584,29 +245914,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [28101] = 10, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [26499] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(3902), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4696), 1, - anon_sym_LT, - ACTIONS(4699), 1, + ACTIONS(4050), 1, anon_sym_LBRACK, - STATE(2261), 1, - sym_template_argument_list, - ACTIONS(4693), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(3755), 18, + STATE(2466), 1, + sym_new_declarator, + ACTIONS(4668), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -247617,6 +245936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -247624,15 +245944,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3760), 29, + ACTIONS(4666), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -247653,54 +245979,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [28178] = 28, + anon_sym_DASH_GT, + [26566] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, ACTIONS(45), 1, anon_sym___declspec, - ACTIONS(63), 1, - anon_sym_enum, - ACTIONS(65), 1, - anon_sym_class, - ACTIONS(67), 1, - anon_sym_struct, - ACTIONS(69), 1, - anon_sym_union, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, ACTIONS(109), 1, anon_sym_virtual, - ACTIONS(113), 1, - anon_sym_typename, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1393), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 1, + ACTIONS(1431), 1, + anon_sym_enum, + ACTIONS(1433), 1, + anon_sym_class, + ACTIONS(1435), 1, + anon_sym_struct, + ACTIONS(1437), 1, + anon_sym_union, + ACTIONS(1451), 1, + anon_sym_typename, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(3838), 1, sym_identifier, - ACTIONS(2878), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3275), 1, + STATE(3274), 1, sym__type_specifier, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(5299), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(5210), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, ACTIONS(59), 4, @@ -247714,7 +246039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_register, anon_sym_inline, anon_sym_thread_local, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -247731,7 +246056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(3386), 8, + STATE(3419), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -247740,85 +246065,18 @@ static const uint16_t ts_small_parse_table[] = { sym_type_qualifier, sym_virtual_function_specifier, aux_sym__declaration_specifiers_repeat1, - [28291] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(3933), 1, - anon_sym_LT, - ACTIONS(4687), 1, - anon_sym_LBRACK, - STATE(2977), 1, - sym_template_argument_list, - ACTIONS(3904), 3, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(4682), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3755), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3760), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [28368] = 7, + [26679] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3734), 1, + ACTIONS(3730), 1, anon_sym_LBRACE, - ACTIONS(3743), 1, + ACTIONS(3739), 1, anon_sym_LT, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - STATE(2261), 1, + STATE(2367), 1, sym_template_argument_list, - ACTIONS(3736), 19, + ACTIONS(3732), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -247838,7 +246096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3741), 32, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -247871,7 +246129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [28439] = 28, + [26750] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -247880,46 +246138,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(109), 1, anon_sym_virtual, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1393), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1679), 1, + ACTIONS(1677), 1, sym_primitive_type, - ACTIONS(1681), 1, + ACTIONS(1679), 1, anon_sym_enum, - ACTIONS(1683), 1, + ACTIONS(1681), 1, anon_sym_class, - ACTIONS(1685), 1, + ACTIONS(1683), 1, anon_sym_struct, - ACTIONS(1687), 1, + ACTIONS(1685), 1, anon_sym_union, - ACTIONS(1689), 1, + ACTIONS(1687), 1, sym_auto, - ACTIONS(1691), 1, + ACTIONS(1689), 1, anon_sym_decltype, - ACTIONS(1695), 1, + ACTIONS(1693), 1, anon_sym_typename, - ACTIONS(3842), 1, + ACTIONS(3838), 1, sym_identifier, - ACTIONS(4702), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - STATE(3562), 1, + STATE(3454), 1, sym__type_specifier, - STATE(3784), 1, + STATE(3638), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4034), 1, + STATE(4004), 1, + sym_qualified_type_identifier, + STATE(4016), 1, sym_decltype_auto, - STATE(4047), 1, + STATE(5201), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(1675), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + STATE(4019), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3419), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [26863] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(45), 1, + anon_sym___declspec, + ACTIONS(63), 1, + anon_sym_enum, + ACTIONS(65), 1, + anon_sym_class, + ACTIONS(67), 1, + anon_sym_struct, + ACTIONS(69), 1, + anon_sym_union, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(109), 1, + anon_sym_virtual, + ACTIONS(113), 1, + anon_sym_typename, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1393), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3274), 1, + sym__type_specifier, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(5294), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - ACTIONS(1677), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -247930,7 +246273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_register, anon_sym_inline, anon_sym_thread_local, - STATE(4032), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -247947,7 +246290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(3386), 8, + STATE(3419), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -247956,12 +246299,28 @@ static const uint16_t ts_small_parse_table[] = { sym_type_qualifier, sym_virtual_function_specifier, aux_sym__declaration_specifiers_repeat1, - [28552] = 4, + [26976] = 10, ACTIONS(3), 1, sym_comment, - STATE(2235), 1, - sym_enumerator_list, - ACTIONS(4230), 19, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(3935), 1, + anon_sym_LT, + ACTIONS(4674), 1, + anon_sym_LBRACK, + STATE(2929), 1, + sym_template_argument_list, + ACTIONS(3908), 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(4672), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(3754), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -247972,7 +246331,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -247981,18 +246339,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4228), 35, + ACTIONS(3746), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -248004,25 +246358,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [28617] = 4, + [27053] = 10, ACTIONS(3), 1, sym_comment, - STATE(2352), 1, - sym_enumerator_list, - ACTIONS(4253), 19, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(3906), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4679), 1, + anon_sym_LT, + ACTIONS(4682), 1, + anon_sym_LBRACK, + STATE(2367), 1, + sym_template_argument_list, + ACTIONS(4676), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + ACTIONS(3754), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -248033,7 +246395,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -248042,18 +246403,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4251), 35, + ACTIONS(3746), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -248074,16 +246431,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [28682] = 4, + [27130] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(4263), 19, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(4674), 1, + anon_sym_LBRACK, + ACTIONS(4685), 1, + anon_sym_LT, + STATE(2474), 1, + sym_template_argument_list, + ACTIONS(4672), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(3754), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -248094,7 +246461,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -248103,18 +246469,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4261), 35, + ACTIONS(3746), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -248135,31 +246497,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [28747] = 11, + [27205] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1625), 1, anon_sym_LBRACE, - ACTIONS(4670), 1, + ACTIONS(4688), 1, anon_sym_LPAREN2, - ACTIONS(4672), 1, + ACTIONS(4690), 1, anon_sym_LBRACK, - ACTIONS(4674), 1, + ACTIONS(4692), 1, sym_auto, - ACTIONS(4676), 1, + ACTIONS(4694), 1, anon_sym_decltype, - STATE(2737), 1, - sym_new_declarator, - STATE(2847), 1, + STATE(2871), 1, sym_decltype_auto, - STATE(3097), 2, + STATE(2886), 1, + sym_new_declarator, + STATE(3147), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4064), 16, + ACTIONS(4069), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -248176,7 +246536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4062), 30, + ACTIONS(4067), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -248207,250 +246567,202 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [28826] = 3, + [27284] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2388), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4696), 1, + anon_sym_LBRACE, + ACTIONS(4698), 1, + anon_sym_COLON, + STATE(2493), 1, + sym__enum_base_clause, + STATE(2654), 1, + sym_enumerator_list, + ACTIONS(4184), 20, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2386), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - anon_sym_catch, - [28889] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2246), 7, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4182), 31, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2248), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - anon_sym_catch, - [28952] = 3, + anon_sym_GT2, + [27355] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2352), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4696), 1, + anon_sym_LBRACE, + ACTIONS(4698), 1, + anon_sym_COLON, + STATE(2527), 1, + sym__enum_base_clause, + STATE(2636), 1, + sym_enumerator_list, + ACTIONS(4172), 20, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2354), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4170), 31, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - anon_sym_catch, - [29015] = 3, + anon_sym_GT2, + [27426] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2388), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(4103), 1, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2386), 49, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + ACTIONS(4126), 17, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4124), 37, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - anon_sym_catch, - [29078] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [27491] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 19, + ACTIONS(3809), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(3811), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -248466,11 +246778,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3741), 36, + ACTIONS(3816), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -248482,9 +246795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -248506,198 +246817,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_try, - [29141] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4545), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4543), 47, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [29203] = 3, + [27556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2840), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4116), 17, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2838), 47, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [29265] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2540), 6, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4114), 38, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2538), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [29327] = 3, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [27619] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4533), 7, + ACTIONS(2389), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4531), 47, + ACTIONS(2387), 49, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -248743,34 +246936,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [29389] = 3, + anon_sym_catch, + [27682] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2824), 7, + ACTIONS(4099), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, - ACTIONS(2822), 47, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + ACTIONS(4101), 30, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -248779,43 +246984,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [29451] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [27745] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2540), 6, + ACTIONS(2288), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2538), 48, + anon_sym_RBRACE, + ACTIONS(2290), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -248861,10 +247056,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [29513] = 3, + anon_sym_catch, + [27808] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2664), 7, + ACTIONS(2338), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -248872,7 +247068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2662), 47, + ACTIONS(2340), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -248920,14 +247116,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [29575] = 5, + anon_sym_catch, + [27871] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3809), 2, anon_sym_COLON_COLON, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(4220), 20, + anon_sym_LBRACE, + ACTIONS(3811), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -248937,27 +247133,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4218), 32, + ACTIONS(3816), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -248965,6 +247164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -248978,84 +247178,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [29641] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2218), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4708), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(4704), 18, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(4706), 26, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [29707] = 3, + [27936] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2614), 7, + ACTIONS(2288), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2612), 47, + ACTIONS(2290), 49, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -249101,69 +247237,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [29769] = 3, + anon_sym_catch, + [27999] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2586), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4241), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4239), 36, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2584), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [29831] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [28062] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4436), 7, + ACTIONS(2389), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -249171,7 +247309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4434), 47, + ACTIONS(2387), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -249219,10 +247357,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [29893] = 3, + anon_sym_catch, + [28125] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4563), 19, + ACTIONS(1625), 1, + anon_sym_LBRACE, + ACTIONS(4688), 1, + anon_sym_LPAREN2, + ACTIONS(4690), 1, + anon_sym_LBRACK, + ACTIONS(4692), 1, + sym_auto, + ACTIONS(4694), 1, + anon_sym_decltype, + STATE(2839), 1, + sym_new_declarator, + STATE(2871), 1, + sym_decltype_auto, + STATE(3122), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4073), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -249237,23 +247393,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4561), 35, + ACTIONS(4071), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -249265,23 +247415,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [29955] = 3, + [28204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4575), 19, + ACTIONS(3732), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -249295,13 +247443,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4573), 35, + ACTIONS(3737), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -249311,8 +247459,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -249333,21 +247484,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [30017] = 3, + anon_sym_DASH_GT, + anon_sym_try, + [28267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2668), 6, + ACTIONS(2338), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2666), 48, + ACTIONS(2340), 49, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -249396,10 +247545,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [30079] = 3, + anon_sym_catch, + [28330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4579), 19, + ACTIONS(3732), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -249413,13 +247563,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4577), 35, + ACTIONS(3737), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -249429,7 +247579,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_try, + [28393] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4228), 1, anon_sym_LBRACE, + STATE(2286), 1, + sym_enumerator_list, + ACTIONS(4253), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4251), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -249455,10 +247668,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [30141] = 3, + [28460] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4583), 19, + ACTIONS(3732), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -249472,13 +247685,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, + ACTIONS(3737), 36, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - ACTIONS(4581), 35, + anon_sym_try, + [28523] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3732), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(3737), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -249488,8 +247761,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_try, + [28586] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3732), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(3737), 36, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -249510,14 +247846,320 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_try, + [28649] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1625), 1, + anon_sym_LBRACE, + ACTIONS(4688), 1, + anon_sym_LPAREN2, + ACTIONS(4690), 1, + anon_sym_LBRACK, + ACTIONS(4692), 1, + sym_auto, + ACTIONS(4694), 1, + anon_sym_decltype, + STATE(2716), 1, + sym_new_declarator, + STATE(2871), 1, + sym_decltype_auto, + STATE(3136), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4077), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4075), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [28728] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(45), 1, + anon_sym___declspec, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(109), 1, + anon_sym_virtual, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1393), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(2888), 1, + anon_sym_enum, + ACTIONS(2890), 1, + anon_sym_class, + ACTIONS(2892), 1, + anon_sym_struct, + ACTIONS(2894), 1, + anon_sym_union, + ACTIONS(2896), 1, + anon_sym_typename, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3516), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4059), 1, + sym__type_specifier, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(2884), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(55), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3419), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [28841] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1625), 1, + anon_sym_LBRACE, + ACTIONS(4688), 1, + anon_sym_LPAREN2, + ACTIONS(4690), 1, + anon_sym_LBRACK, + ACTIONS(4692), 1, sym_auto, + ACTIONS(4694), 1, anon_sym_decltype, + STATE(2723), 1, + sym_new_declarator, + STATE(2871), 1, + sym_decltype_auto, + STATE(3137), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4048), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4044), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [30203] = 3, + [28920] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(3188), 1, + anon_sym_LPAREN2, + ACTIONS(3190), 1, + anon_sym_STAR, + ACTIONS(3192), 1, + anon_sym_AMP_AMP, + ACTIONS(3194), 1, + anon_sym_AMP, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4367), 1, + anon_sym_RPAREN, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + STATE(4274), 1, + sym_parameter_list, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4827), 1, + sym__scope_resolution, + STATE(5128), 1, + sym__declarator, + STATE(5268), 1, + sym__abstract_declarator, + STATE(7015), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3180), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3213), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [29033] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4567), 19, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4259), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -249537,7 +248179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4565), 35, + ACTIONS(4257), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -249573,10 +248215,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [30265] = 3, + [29098] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4571), 19, + ACTIONS(4704), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -249590,13 +248232,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4569), 35, + ACTIONS(4702), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -249606,8 +248248,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -249628,14 +248273,255 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_try, + [29161] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2686), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2684), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [30327] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [29223] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2766), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(2764), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [29285] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4327), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(4325), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [29347] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4331), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(4329), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [29409] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4267), 19, + ACTIONS(1559), 1, + anon_sym_LBRACE, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + STATE(2816), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4459), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -249655,17 +248541,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4265), 35, + ACTIONS(4457), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -249687,48 +248571,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [29477] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2856), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(2854), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [30389] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [29539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4713), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2560), 6, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - ACTIONS(4711), 29, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + anon_sym_LBRACK_LBRACK, + ACTIONS(2558), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -249738,22 +248677,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_class, anon_sym_struct, anon_sym_union, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, anon_sym_typename, anon_sym_template, - [30451] = 3, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [29601] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2217), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4710), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(4706), 18, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + ACTIONS(4708), 26, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [29667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2676), 7, + ACTIONS(4335), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -249761,7 +248763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2674), 47, + ACTIONS(4333), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -249809,16 +248811,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [30513] = 5, + [29729] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4721), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(4719), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(4717), 20, - anon_sym_BANG, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(4685), 1, + anon_sym_LT, + STATE(2474), 1, + sym_template_argument_list, + ACTIONS(3754), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -249829,23 +248833,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, + anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4715), 31, + ACTIONS(3746), 32, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_TILDE, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -249859,21 +248866,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_co_await, + anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - anon_sym_LPAREN_RPAREN, - anon_sym_LBRACK_RBRACK, - [30579] = 3, + [29799] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4595), 19, + ACTIONS(3730), 1, + anon_sym_LBRACE, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3924), 1, + anon_sym_LT, + STATE(2474), 1, + sym_template_argument_list, + ACTIONS(3732), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -249884,7 +248896,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -249893,7 +248904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4593), 35, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -249903,7 +248914,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -249925,14 +248935,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [30641] = 3, + [29869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 19, + ACTIONS(4482), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -249952,7 +248960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4597), 35, + ACTIONS(4480), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -249988,10 +248996,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [30703] = 3, + [29931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4607), 19, + ACTIONS(4478), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -250011,7 +249019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4605), 35, + ACTIONS(4476), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -250047,10 +249055,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [30765] = 3, + [29993] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4611), 19, + ACTIONS(1559), 1, + anon_sym_LBRACE, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + STATE(2888), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4589), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -250070,17 +249085,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4609), 35, + ACTIONS(4587), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -250102,14 +249115,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [30827] = 3, + [30061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4635), 7, + ACTIONS(2842), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -250117,7 +249128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4633), 47, + ACTIONS(2840), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -250165,69 +249176,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [30889] = 3, + [30123] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4725), 13, + ACTIONS(4717), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4715), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4713), 34, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(4723), 41, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [30951] = 3, + [30187] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4317), 7, + ACTIONS(2504), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -250235,7 +249247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4315), 47, + ACTIONS(2502), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -250283,10 +249295,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [31013] = 3, + [30249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2660), 7, + ACTIONS(2526), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -250294,7 +249306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2658), 47, + ACTIONS(2524), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -250342,13 +249354,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [31075] = 3, + [30311] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4729), 25, + STATE(2228), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4719), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3960), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -250357,38 +249375,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - ACTIONS(4727), 29, + anon_sym_GT2, + ACTIONS(3958), 30, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -250399,44 +249414,36 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - [31137] = 3, + anon_sym_requires, + [30377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3828), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(3830), 43, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2814), 7, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_COLON_COLON, - anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, + ACTIONS(2812), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -250444,26 +249451,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [31199] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [30439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4317), 7, + ACTIONS(2790), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -250471,7 +249485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4315), 47, + ACTIONS(2788), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -250519,20 +249533,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [31261] = 3, + [30501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2586), 6, + ACTIONS(2782), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2584), 48, + anon_sym_RBRACE, + ACTIONS(2780), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -250578,20 +249592,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [31323] = 3, + [30563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4627), 7, + ACTIONS(2864), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4625), 47, + ACTIONS(2862), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -250637,10 +249651,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [31385] = 3, + [30625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2540), 7, + ACTIONS(2778), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -250648,7 +249662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2538), 47, + ACTIONS(2776), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -250696,10 +249710,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [31447] = 3, + [30687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4428), 7, + ACTIONS(2774), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -250707,7 +249721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4426), 47, + ACTIONS(2772), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -250755,20 +249769,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [31509] = 3, + [30749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4440), 7, + ACTIONS(2860), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4438), 47, + ACTIONS(2858), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -250814,16 +249828,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [31571] = 5, + [30811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2912), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(4731), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(2908), 20, - anon_sym_BANG, + ACTIONS(4463), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -250838,19 +249846,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, + anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2906), 31, + ACTIONS(4461), 35, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_TILDE, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -250864,21 +249877,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_co_await, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - anon_sym_LPAREN_RPAREN, - anon_sym_LBRACK_RBRACK, - [31637] = 3, + [30873] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 19, + ACTIONS(4455), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -250898,7 +249910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4261), 35, + ACTIONS(4453), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -250934,75 +249946,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [31699] = 3, + [30935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4517), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4451), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4515), 47, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4449), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [31761] = 6, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [30997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4733), 1, - anon_sym_COLON, - STATE(2688), 1, - sym__enum_base_clause, - STATE(2910), 1, - sym_enumerator_list, - ACTIONS(4198), 16, + ACTIONS(4447), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -251017,9 +250023,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4196), 35, + ACTIONS(4445), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -251042,11 +250051,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [31059] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4439), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4437), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -251055,17 +250123,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [31829] = 3, + [31121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 6, + ACTIONS(2846), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2698), 48, + ACTIONS(2844), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -251114,246 +250182,246 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [31891] = 3, + [31183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4517), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4431), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4515), 47, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4429), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [31953] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [31245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4737), 13, + ACTIONS(4427), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4425), 35, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(4735), 41, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [32015] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [31307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2792), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4423), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2790), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4421), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [32077] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [31369] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2792), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4419), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2790), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4417), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [32139] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [31431] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 11, + ACTIONS(3826), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -251365,7 +250433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(3807), 43, + ACTIONS(3828), 43, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -251409,20 +250477,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - [32201] = 3, + [31493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2540), 7, + ACTIONS(2856), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2538), 47, + ACTIONS(2854), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -251457,21 +250525,80 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [32263] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [31555] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4411), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4409), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [31617] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4271), 7, + ACTIONS(2722), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -251479,7 +250606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4269), 47, + ACTIONS(2720), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -251527,13 +250654,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [32325] = 4, + [31679] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(3809), 20, + ACTIONS(4728), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(4726), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(4724), 20, + anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -251547,25 +250677,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3814), 32, - anon_sym_DOT_DOT_DOT, + ACTIONS(4722), 31, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -251579,18 +250704,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [31745] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2900), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(4730), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(2880), 20, + anon_sym_BANG, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_not, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DASH_GT, + ACTIONS(2878), 31, + anon_sym_COMMA, + anon_sym_TILDE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_compl, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_co_await, anon_sym_DASH_GT_STAR, - [32389] = 3, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [31811] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2636), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(2634), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [31873] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4329), 7, + ACTIONS(2636), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -251598,7 +250846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4327), 47, + ACTIONS(2634), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -251646,10 +250894,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [32451] = 3, + [31935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4118), 16, + ACTIONS(4259), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -251664,9 +250912,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4116), 38, + ACTIONS(4257), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -251678,7 +250929,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -251690,31 +250940,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [32513] = 5, + [31997] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4745), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(4743), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(4741), 20, - anon_sym_BANG, + ACTIONS(4732), 1, + anon_sym_LBRACE, + ACTIONS(4734), 1, + anon_sym_COLON, + STATE(2684), 1, + sym__enum_base_clause, + STATE(2849), 1, + sym_enumerator_list, + ACTIONS(4184), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -251729,19 +250979,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_not, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4739), 31, + ACTIONS(4182), 34, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_TILDE, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -251752,24 +251003,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_compl, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_co_await, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - anon_sym_LPAREN_RPAREN, - anon_sym_LBRACK_RBRACK, - [32579] = 3, + [32067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2792), 7, + ACTIONS(2864), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -251777,7 +251027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2790), 47, + ACTIONS(2862), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -251825,10 +251075,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [32641] = 3, + [32129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2792), 7, + ACTIONS(4319), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -251836,7 +251086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2790), 47, + ACTIONS(4317), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -251884,20 +251134,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [32703] = 3, + [32191] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2656), 6, + ACTIONS(2472), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2654), 48, + anon_sym_RBRACE, + ACTIONS(2470), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -251943,20 +251193,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [32765] = 3, + [32253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2784), 6, + ACTIONS(4319), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2782), 48, + anon_sym_RBRACE, + ACTIONS(4317), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [32315] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4494), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4492), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [32377] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2860), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(2858), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -252002,20 +251370,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [32827] = 3, + [32439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2804), 6, + ACTIONS(4315), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2802), 48, + anon_sym_RBRACE, + ACTIONS(4313), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -252061,17 +251429,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [32889] = 6, + [32501] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1559), 1, anon_sym_LBRACE, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - STATE(2816), 2, + STATE(2881), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4619), 19, + ACTIONS(4605), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4603), 31, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [32569] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4593), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -252091,15 +251514,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4617), 31, + ACTIONS(4591), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -252121,19 +251546,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [32957] = 3, + [32631] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3804), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(3809), 43, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [32693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2558), 6, + ACTIONS(2746), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2556), 48, + ACTIONS(2744), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -252182,20 +251668,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33019] = 3, + [32755] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2656), 7, + ACTIONS(2814), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2654), 47, + ACTIONS(2812), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -252241,20 +251727,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33081] = 3, + [32817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4393), 7, + ACTIONS(2790), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4391), 47, + ACTIONS(2788), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -252300,20 +251786,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33143] = 3, + [32879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4405), 7, + ACTIONS(2782), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4403), 47, + ACTIONS(2780), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -252359,17 +251845,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33205] = 3, + [32941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2780), 6, + ACTIONS(2778), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2778), 48, + ACTIONS(2776), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -252418,83 +251904,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33267] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3734), 1, - anon_sym_LBRACE, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3793), 1, - anon_sym_LT, - STATE(2178), 1, - sym_template_argument_list, - ACTIONS(3736), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3741), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [33337] = 3, + [33003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2832), 7, + ACTIONS(2774), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2830), 47, + ACTIONS(2772), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -252540,20 +251963,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33399] = 3, + [33065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4464), 7, + ACTIONS(2766), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4462), 47, + ACTIONS(2764), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -252599,20 +252022,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33461] = 3, + [33127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4464), 7, + ACTIONS(2766), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4462), 47, + ACTIONS(2764), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -252658,20 +252081,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33523] = 3, + [33189] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 7, + ACTIONS(2754), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4472), 47, + ACTIONS(2752), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -252717,17 +252140,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33585] = 3, + [33251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2594), 6, + ACTIONS(2738), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2592), 48, + ACTIONS(2736), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -252776,10 +252199,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33647] = 3, + [33313] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2836), 7, + ACTIONS(2754), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -252787,7 +252210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2834), 47, + ACTIONS(2752), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -252835,20 +252258,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33709] = 3, + [33375] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4597), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4595), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [33437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4490), 7, + ACTIONS(2636), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4488), 47, + ACTIONS(2634), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -252894,20 +252376,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33771] = 3, + [33499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4494), 7, + ACTIONS(2636), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4492), 47, + ACTIONS(2634), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -252953,20 +252435,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33833] = 3, + [33561] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4101), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4099), 38, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [33623] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(4508), 1, + anon_sym_LT, + ACTIONS(4674), 1, + anon_sym_LBRACK, + STATE(2192), 1, + sym_template_argument_list, + ACTIONS(4672), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(3754), 17, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(3746), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [33697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2598), 6, + ACTIONS(2738), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2596), 48, + anon_sym_RBRACE, + ACTIONS(2736), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -253012,20 +252618,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33895] = 3, + [33759] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4601), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4599), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [33821] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(4158), 20, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4156), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [33887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 6, + ACTIONS(2682), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2678), 48, + anon_sym_RBRACE, + ACTIONS(2680), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -253071,42 +252797,280 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [33957] = 3, + [33949] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4609), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4607), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [34011] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4613), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4611), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [34073] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4617), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4615), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [34135] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4621), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4619), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [34197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4529), 7, + ACTIONS(4738), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, + anon_sym_RBRACK_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - ACTIONS(4527), 47, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + ACTIONS(4736), 29, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -253116,83 +253080,317 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_class, anon_sym_struct, anon_sym_union, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, anon_sym_typename, anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [34019] = 3, + [34259] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2870), 6, + ACTIONS(4625), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4623), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [34321] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4629), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4627), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2868), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [34383] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4633), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4631), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [34081] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [34445] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4637), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4635), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [34507] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4641), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4639), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [34569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4521), 7, + ACTIONS(2730), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -253200,7 +253398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4519), 47, + ACTIONS(2728), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -253248,17 +253446,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [34143] = 3, + [34631] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2776), 6, + ACTIONS(2730), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2774), 48, + ACTIONS(2728), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -253307,10 +253505,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [34205] = 3, + [34693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2744), 7, + ACTIONS(2806), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -253318,7 +253516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2742), 47, + ACTIONS(2804), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -253366,10 +253564,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [34267] = 3, + [34755] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4555), 19, + ACTIONS(4645), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -253389,7 +253587,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4553), 35, + ACTIONS(4643), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -253425,128 +253623,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [34329] = 3, + [34817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2676), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4649), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2674), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [34391] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2614), 6, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4647), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2612), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [34453] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [34879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4537), 19, + ACTIONS(4660), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -253566,7 +253705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4535), 35, + ACTIONS(4658), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -253602,20 +253741,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [34515] = 3, + [34941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2660), 6, + ACTIONS(2802), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2658), 48, + anon_sym_RBRACE, + ACTIONS(2800), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -253661,20 +253800,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [34577] = 3, + [35003] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4101), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(4099), 42, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [35067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2870), 7, + ACTIONS(2560), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2868), 47, + ACTIONS(2558), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -253720,17 +253919,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [34639] = 3, + [35129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2764), 6, + ACTIONS(2670), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2762), 48, + ACTIONS(2668), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -253779,20 +253978,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [34701] = 3, + [35191] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4397), 7, + ACTIONS(2666), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4395), 47, + ACTIONS(2664), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -253838,20 +254037,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [34763] = 3, + [35253] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4742), 25, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(4740), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [35315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2704), 6, + ACTIONS(2560), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2702), 48, + anon_sym_RBRACE, + ACTIONS(2558), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -253897,10 +254155,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [34825] = 3, + [35377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2736), 7, + ACTIONS(2560), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -253908,7 +254166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2734), 47, + ACTIONS(2558), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -253956,76 +254214,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [34887] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4657), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4655), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [34949] = 3, + [35439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 6, + ACTIONS(2654), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2766), 48, + ACTIONS(2652), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -254074,20 +254273,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [35011] = 3, + [35501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2668), 7, + ACTIONS(2658), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2666), 47, + ACTIONS(2656), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -254133,252 +254332,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [35073] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1559), 1, - anon_sym_LBRACE, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - STATE(2845), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4639), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4637), 31, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [35141] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4631), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4629), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [35203] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4525), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4523), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [35265] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1559), 1, - anon_sym_LBRACE, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - STATE(2881), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4623), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4621), 31, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [35333] = 3, + [35563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4456), 7, + ACTIONS(4311), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -254386,7 +254343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4454), 47, + ACTIONS(4309), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -254434,20 +254391,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [35395] = 3, + [35625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2708), 6, + ACTIONS(4307), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2706), 48, + anon_sym_RBRACE, + ACTIONS(4305), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -254478,94 +254435,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_enum, anon_sym_class, anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [35457] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4661), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4659), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [35519] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [35687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2586), 7, + ACTIONS(4399), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2584), 47, + ACTIONS(4397), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -254611,20 +254509,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [35581] = 3, + [35749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2586), 7, + ACTIONS(4395), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2584), 47, + ACTIONS(4393), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -254670,17 +254568,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [35643] = 3, + [35811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4533), 6, + ACTIONS(4391), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4531), 48, + ACTIONS(4389), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -254729,17 +254627,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [35705] = 3, + [35873] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4271), 6, + ACTIONS(2662), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4269), 48, + ACTIONS(2660), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -254788,17 +254686,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [35767] = 3, + [35935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4529), 6, + ACTIONS(2674), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4527), 48, + ACTIONS(2672), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -254847,10 +254745,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [35829] = 3, + [35997] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4126), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(4124), 42, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [36061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4420), 7, + ACTIONS(4359), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -254858,7 +254816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4418), 47, + ACTIONS(4357), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -254906,20 +254864,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [35891] = 3, + [36123] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 6, + ACTIONS(4577), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2710), 48, + anon_sym_RBRACE, + ACTIONS(4575), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -254965,42 +254923,335 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [35953] = 3, + [36185] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4106), 11, + ACTIONS(4517), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4104), 43, + anon_sym_DASH_GT, + ACTIONS(4515), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [36247] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4521), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4519), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [36309] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4549), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4547), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [36371] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4553), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4551), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [36433] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, anon_sym_COLON_COLON, + ACTIONS(3768), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3935), 1, + anon_sym_LT, + STATE(2929), 1, + sym_template_argument_list, + ACTIONS(3908), 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(3754), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3746), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [36505] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2678), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2676), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -255008,36 +255259,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [36567] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4750), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(4748), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(4746), 20, + anon_sym_BANG, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_not, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, + anon_sym_DASH_GT, + ACTIONS(4744), 31, + anon_sym_COMMA, + anon_sym_TILDE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_compl, + anon_sym_LT_EQ_GT, + anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [36015] = 3, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [36633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2716), 6, + ACTIONS(4391), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2714), 48, + anon_sym_RBRACE, + ACTIONS(4389), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -255083,10 +255402,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [36077] = 3, + [36695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4509), 19, + ACTIONS(4259), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -255106,7 +255425,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4507), 35, + ACTIONS(4257), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -255142,10 +255461,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [36139] = 3, + [36757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4470), 19, + ACTIONS(4563), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -255165,7 +255484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4468), 35, + ACTIONS(4561), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -255201,10 +255520,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [36201] = 3, + [36819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4448), 19, + ACTIONS(4381), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -255224,7 +255543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4446), 35, + ACTIONS(4379), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -255260,16 +255579,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [36263] = 5, + [36881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4753), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(4751), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(4749), 20, - anon_sym_BANG, + ACTIONS(4387), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -255284,19 +255597,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, + anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4747), 31, + ACTIONS(4385), 35, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_TILDE, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -255310,31 +255628,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_co_await, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - anon_sym_LPAREN_RPAREN, - anon_sym_LBRACK_RBRACK, - [36329] = 3, + [36943] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4415), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4413), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [37005] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4435), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4433), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [37067] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4443), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4441), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [37129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2844), 7, + ACTIONS(2678), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2842), 47, + ACTIONS(2676), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -255380,10 +255874,246 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [36391] = 3, + [37191] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4470), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4468), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [37253] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3800), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(3802), 43, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [37315] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3792), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(3794), 43, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [37377] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3818), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(3820), 43, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [37439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 7, + ACTIONS(2846), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -255391,7 +256121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2678), 47, + ACTIONS(2844), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -255439,10 +256169,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [36453] = 3, + [37501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2848), 7, + ACTIONS(4395), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -255450,7 +256180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2846), 47, + ACTIONS(4393), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -255487,80 +256217,257 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [36515] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [37563] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4474), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4472), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [37625] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4486), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4484), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [37687] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4490), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4488), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [37749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2720), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4754), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2718), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4752), 36, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [36577] = 3, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [37811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4275), 19, + ACTIONS(4559), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -255580,7 +256487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4273), 35, + ACTIONS(4557), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -255616,18 +256523,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [36639] = 7, + [37873] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3734), 1, - anon_sym_LBRACE, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3930), 1, - anon_sym_LT, - STATE(2527), 1, - sym_template_argument_list, - ACTIONS(3736), 18, + ACTIONS(4573), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -255638,6 +256537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -255646,7 +256546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3741), 32, + ACTIONS(4571), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -255656,6 +256556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -255677,22 +256578,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [36709] = 3, + [37935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2716), 7, + ACTIONS(2682), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2714), 47, + ACTIONS(2680), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -255738,20 +256641,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [36771] = 3, + [37997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 7, + ACTIONS(2722), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2710), 47, + ACTIONS(2720), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -255797,20 +256700,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [36833] = 3, + [38059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2720), 6, + ACTIONS(4295), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2718), 48, + anon_sym_RBRACE, + ACTIONS(4293), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -255856,35 +256759,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [36895] = 3, + [38121] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2816), 6, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4101), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(4099), 42, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2814), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -255892,33 +256803,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [36957] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [38185] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2720), 7, + ACTIONS(2794), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -255926,7 +256830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2718), 47, + ACTIONS(2792), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -255974,10 +256878,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [37019] = 3, + [38247] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2916), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(4756), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(2912), 20, + anon_sym_BANG, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_not, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DASH_GT, + ACTIONS(2910), 31, + anon_sym_COMMA, + anon_sym_TILDE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_compl, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [38313] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2708), 7, + ACTIONS(2834), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -255985,7 +256950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2706), 47, + ACTIONS(2832), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -256033,10 +256998,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [37081] = 3, + [38375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4551), 19, + ACTIONS(4581), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -256056,7 +257021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4549), 35, + ACTIONS(4579), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -256092,10 +257057,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [37143] = 3, + [38437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4647), 19, + ACTIONS(4585), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -256115,7 +257080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4645), 35, + ACTIONS(4583), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -256151,246 +257116,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [37205] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3798), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(3800), 43, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [37267] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3789), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(3791), 43, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [37329] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3832), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(3834), 43, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [37391] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2558), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2556), 47, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [37453] = 3, + [38499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4424), 19, + ACTIONS(4653), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -256410,7 +257139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4422), 35, + ACTIONS(4651), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -256446,10 +257175,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [37515] = 3, + [38561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2704), 7, + ACTIONS(4299), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -256457,7 +257186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2702), 47, + ACTIONS(4297), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -256505,10 +257234,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [37577] = 3, + [38623] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 7, + ACTIONS(4271), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -256516,7 +257245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2698), 47, + ACTIONS(4269), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -256564,20 +257293,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [37639] = 3, + [38685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2736), 6, + ACTIONS(2746), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2734), 48, + anon_sym_RBRACE, + ACTIONS(2744), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -256623,138 +257352,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [37701] = 3, + [38747] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2824), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(3730), 1, + anon_sym_LBRACE, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2822), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + ACTIONS(3789), 1, + anon_sym_LT, + STATE(2186), 1, + sym_template_argument_list, + ACTIONS(3732), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [37763] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4757), 25, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - ACTIONS(4755), 29, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - [37825] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [38817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2772), 6, + ACTIONS(4339), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2770), 48, + anon_sym_RBRACE, + ACTIONS(4337), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -256800,20 +257474,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [37887] = 3, + [38879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2848), 6, + ACTIONS(4271), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2846), 48, + anon_sym_RBRACE, + ACTIONS(4269), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -256859,20 +257533,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [37949] = 3, + [38941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2832), 6, + ACTIONS(4343), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2830), 48, + anon_sym_RBRACE, + ACTIONS(4341), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -256918,251 +257592,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [38011] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4541), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4539), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [38073] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4444), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4442), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [38135] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4559), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4557), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [38197] = 8, + [39003] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3809), 2, anon_sym_COLON_COLON, - ACTIONS(3765), 1, anon_sym_LBRACE, - ACTIONS(3933), 1, - anon_sym_LT, - STATE(2977), 1, - sym_template_argument_list, - ACTIONS(3904), 3, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3760), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [38269] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4513), 19, + ACTIONS(3811), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -257176,13 +257612,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4511), 35, + ACTIONS(3816), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -257192,8 +257629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -257214,24 +257650,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [38331] = 3, + [39067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2744), 6, + ACTIONS(4347), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2742), 48, + anon_sym_RBRACE, + ACTIONS(4345), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -257277,103 +257711,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [38393] = 4, + [39129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4112), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(4110), 42, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4351), 7, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [38457] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4114), 1, anon_sym_COLON_COLON, - ACTIONS(4118), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(4116), 42, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, + ACTIONS(4349), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -257381,26 +257747,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [38521] = 3, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [39191] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2594), 7, + ACTIONS(4275), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -257408,7 +257781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2592), 47, + ACTIONS(4273), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -257456,20 +257829,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [38583] = 3, + [39253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2836), 6, + ACTIONS(4399), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2834), 48, + anon_sym_RBRACE, + ACTIONS(4397), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -257515,10 +257888,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [38645] = 3, + [39315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2598), 7, + ACTIONS(4351), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -257526,7 +257899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2596), 47, + ACTIONS(4349), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -257574,77 +257947,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [38707] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4118), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(4116), 42, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [38771] = 6, + [39377] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1559), 1, anon_sym_LBRACE, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - STATE(2888), 2, + STATE(2845), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4603), 19, + ACTIONS(4664), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -257664,7 +257977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4601), 31, + ACTIONS(4662), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -257696,17 +258009,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [38839] = 3, + [39445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2840), 6, + ACTIONS(4267), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2838), 48, + ACTIONS(4265), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -257755,79 +258068,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [38901] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4333), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4331), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [38963] = 3, + [39507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2720), 7, + ACTIONS(4267), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2718), 47, + ACTIONS(4265), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -257873,137 +258127,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [39025] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4337), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4335), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [39087] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2369), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4759), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3948), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(3946), 30, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_primitive_type, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [39153] = 3, + [39569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2844), 6, + ACTIONS(4577), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2842), 48, + ACTIONS(4575), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -258052,70 +258186,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [39215] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3860), 1, - sym_literal_suffix, - ACTIONS(3755), 24, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - ACTIONS(3760), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [39279] = 3, + [39631] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4287), 19, + ACTIONS(4545), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -258135,7 +258209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4285), 35, + ACTIONS(4543), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -258171,10 +258245,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [39341] = 3, + [39693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4505), 19, + ACTIONS(4541), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -258194,7 +258268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4503), 35, + ACTIONS(4539), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -258230,10 +258304,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [39403] = 3, + [39755] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4478), 19, + ACTIONS(4537), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -258253,7 +258327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4476), 35, + ACTIONS(4535), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -258289,258 +258363,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [39465] = 3, + [39817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4361), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4359), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4347), 7, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [39527] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4432), 19, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4430), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [39589] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4587), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(4345), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4585), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [39651] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4768), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(4766), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(4764), 20, - anon_sym_BANG, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_not, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DASH_GT, - ACTIONS(4762), 31, - anon_sym_COMMA, - anon_sym_TILDE, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_compl, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_co_await, - anon_sym_DASH_GT_STAR, - anon_sym_LPAREN_RPAREN, - anon_sym_LBRACK_RBRACK, - [39717] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [39879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2664), 6, + ACTIONS(4355), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2662), 48, + anon_sym_RBRACE, + ACTIONS(4353), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -258586,10 +258481,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [39779] = 3, + [39941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4291), 19, + ACTIONS(4533), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -258609,7 +258504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4289), 35, + ACTIONS(4531), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -258645,138 +258540,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [39841] = 3, + [40003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4387), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2766), 7, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [39903] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4313), 19, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4311), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(2764), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [39965] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [40065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4317), 6, + ACTIONS(2830), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4315), 48, + anon_sym_RBRACE, + ACTIONS(2828), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -258822,17 +258658,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [40027] = 3, + [40127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4317), 6, + ACTIONS(2614), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4315), 48, + ACTIONS(2612), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -258881,17 +258717,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [40089] = 3, + [40189] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4325), 6, + ACTIONS(2758), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4323), 48, + ACTIONS(2756), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -258940,10 +258776,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [40151] = 3, + [40251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4385), 19, + ACTIONS(4529), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -258963,7 +258799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4383), 35, + ACTIONS(4527), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -258999,194 +258835,194 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [40213] = 3, + [40313] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4309), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4307), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2614), 7, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(2612), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [40275] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [40375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4591), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4589), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2770), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2768), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [40337] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [40437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4321), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4319), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4363), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4361), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [40399] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [40499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4401), 6, + ACTIONS(4359), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4399), 48, + ACTIONS(4357), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -259235,17 +259071,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [40461] = 3, + [40561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4416), 6, + ACTIONS(4355), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4414), 48, + ACTIONS(4353), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -259294,17 +259130,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [40523] = 3, + [40623] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4420), 6, + ACTIONS(4347), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4418), 48, + ACTIONS(4345), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -259353,17 +259189,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [40585] = 3, + [40685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4436), 6, + ACTIONS(4351), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4434), 48, + ACTIONS(4349), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -259412,17 +259248,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [40647] = 3, + [40747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4521), 6, + ACTIONS(4351), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4519), 48, + ACTIONS(4349), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -259471,17 +259307,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [40709] = 3, + [40809] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4521), 6, + ACTIONS(4347), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4519), 48, + ACTIONS(4345), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -259530,17 +259366,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [40771] = 3, + [40871] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4436), 6, + ACTIONS(4343), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4434), 48, + ACTIONS(4341), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -259589,17 +259425,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [40833] = 3, + [40933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4545), 6, + ACTIONS(4339), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4543), 48, + ACTIONS(4337), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -259648,69 +259484,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [40895] = 3, + [40995] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4643), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(4525), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4641), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_typedef, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4523), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [40957] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [41057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 19, + ACTIONS(4513), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -259730,7 +259566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4371), 35, + ACTIONS(4511), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -259766,10 +259602,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [41019] = 3, + [41119] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 19, + ACTIONS(4506), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -259789,7 +259625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4339), 35, + ACTIONS(4504), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -259825,10 +259661,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [41081] = 3, + [41181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4345), 19, + ACTIONS(4502), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -259848,7 +259684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4343), 35, + ACTIONS(4500), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -259884,10 +259720,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [41143] = 3, + [41243] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4401), 7, + ACTIONS(2686), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -259895,7 +259731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4399), 47, + ACTIONS(2684), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -259943,128 +259779,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [41205] = 3, + [41305] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4486), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4484), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2670), 7, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [41267] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4772), 25, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(4770), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, + ACTIONS(2668), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [41329] = 3, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [41367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4521), 7, + ACTIONS(2666), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -260072,7 +259849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4519), 47, + ACTIONS(2664), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -260120,10 +259897,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [41391] = 3, + [41429] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2804), 7, + ACTIONS(2654), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -260131,7 +259908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2802), 47, + ACTIONS(2652), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -260179,72 +259956,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [41453] = 6, + [41491] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4733), 1, - anon_sym_COLON, - STATE(2693), 1, - sym__enum_base_clause, - STATE(2916), 1, - sym_enumerator_list, - ACTIONS(4179), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4177), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [41521] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4416), 7, + ACTIONS(2658), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -260252,7 +259967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4414), 47, + ACTIONS(2656), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -260300,10 +260015,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [41583] = 3, + [41553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2866), 7, + ACTIONS(2662), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -260311,7 +260026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2864), 47, + ACTIONS(2660), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -260359,10 +260074,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [41645] = 3, + [41615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4776), 18, + ACTIONS(4498), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -260381,7 +260096,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4774), 36, + anon_sym_DASH_GT, + ACTIONS(4496), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -260391,12 +260107,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -260417,74 +260129,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [41707] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4778), 1, - sym_identifier, - ACTIONS(4782), 1, - sym_primitive_type, - STATE(2369), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4780), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3955), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(3957), 28, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [41777] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [41677] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2816), 7, + ACTIONS(2798), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -260492,7 +260144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2814), 47, + ACTIONS(2796), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -260540,10 +260192,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [41839] = 3, + [41739] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4498), 19, + ACTIONS(4764), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(4762), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(4760), 20, + anon_sym_BANG, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_not, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DASH_GT, + ACTIONS(4758), 31, + anon_sym_COMMA, + anon_sym_TILDE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_compl, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [41805] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4303), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -260563,7 +260276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4496), 35, + ACTIONS(4301), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -260599,10 +260312,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [41901] = 3, + [41867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 19, + ACTIONS(4287), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -260622,7 +260335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4367), 35, + ACTIONS(4285), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -260658,10 +260371,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [41963] = 3, + [41929] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4452), 19, + ACTIONS(4283), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -260678,49 +260391,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4450), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4281), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [41991] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4768), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + ACTIONS(4766), 29, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_DOT, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [42025] = 3, + anon_sym_typename, + anon_sym_template, + [42053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2788), 7, + ACTIONS(4279), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -260728,7 +260500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2786), 47, + ACTIONS(4277), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -260776,43 +260548,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [42087] = 5, + [42115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2896), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(4784), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(2876), 20, - anon_sym_BANG, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2526), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2524), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [42177] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(3774), 1, anon_sym_EQ, - anon_sym_not, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DASH_GT, - ACTIONS(2874), 31, - anon_sym_COMMA, - anon_sym_TILDE, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + ACTIONS(4770), 1, + anon_sym_LT, + STATE(3325), 1, + sym_template_argument_list, + ACTIONS(3778), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -260826,34 +260634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_compl, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_co_await, - anon_sym_DASH_GT_STAR, - anon_sym_LPAREN_RPAREN, - anon_sym_LBRACK_RBRACK, - [42153] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(4500), 1, - anon_sym_LT, - ACTIONS(4687), 1, - anon_sym_LBRACK, - STATE(2192), 1, - sym_template_argument_list, - ACTIONS(4682), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3755), 17, + ACTIONS(3754), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -260866,14 +260647,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3760), 30, + ACTIONS(3746), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -260881,20 +260663,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -260902,10 +260672,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [42227] = 3, + [42251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3820), 11, + ACTIONS(3796), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -260917,7 +260687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(3822), 43, + ACTIONS(3798), 43, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -260961,10 +260731,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - [42289] = 3, + [42313] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3816), 11, + ACTIONS(3785), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -260976,7 +260746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(3818), 43, + ACTIONS(3787), 43, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -261020,10 +260790,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - [42351] = 3, + [42375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3824), 11, + ACTIONS(3822), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -261035,7 +260805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(3826), 43, + ACTIONS(3824), 43, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -261079,42 +260849,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - [42413] = 3, + [42437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4349), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4347), 35, - anon_sym_DOT_DOT_DOT, + ACTIONS(4775), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + ACTIONS(4773), 41, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [42499] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(3774), 1, + anon_sym_EQ, + ACTIONS(4674), 1, + anon_sym_LBRACK, + ACTIONS(4770), 1, + anon_sym_LT, + STATE(3325), 1, + sym_template_argument_list, + ACTIONS(4672), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(3778), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -261128,22 +260940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [42475] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4790), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(4788), 19, + ACTIONS(3754), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -261154,20 +260951,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4786), 34, + ACTIONS(3746), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -261175,22 +260967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -261198,20 +260975,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [42539] = 3, + [42577] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4777), 1, + sym_identifier, + ACTIONS(4781), 1, + sym_primitive_type, + STATE(2228), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4779), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3950), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + ACTIONS(3952), 28, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [42647] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2866), 6, + ACTIONS(4363), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2864), 48, + anon_sym_RBRACE, + ACTIONS(4361), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -261257,75 +261097,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [42601] = 3, + [42709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4482), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4480), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2830), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2828), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [42663] = 6, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [42771] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(4236), 1, + ACTIONS(4255), 1, anon_sym_LT, - STATE(1966), 1, + STATE(1961), 1, sym_template_argument_list, - ACTIONS(3748), 19, + ACTIONS(3744), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -261345,7 +261185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3753), 32, + ACTIONS(3752), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -261378,10 +261218,134 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [42731] = 3, + [42839] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4267), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(4265), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [42901] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2770), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(2768), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [42963] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4353), 19, + ACTIONS(4789), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(4787), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(4785), 20, + anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -261396,24 +261360,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4351), 35, - anon_sym_DOT_DOT_DOT, + ACTIONS(4783), 31, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -261427,20 +261386,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, + anon_sym_co_await, anon_sym_DASH_GT_STAR, - [42793] = 3, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [43029] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4357), 19, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(3906), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4676), 1, + anon_sym_LPAREN2, + ACTIONS(4682), 1, + anon_sym_LBRACK, + ACTIONS(4791), 1, + anon_sym_LT, + STATE(2186), 1, + sym_template_argument_list, + ACTIONS(3754), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -261451,7 +261425,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -261459,19 +261432,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4355), 35, + ACTIONS(3746), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -261492,14 +261462,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [42855] = 3, + anon_sym_DASH_GT, + [43105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2784), 7, + ACTIONS(4267), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -261507,7 +261474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2782), 47, + ACTIONS(4265), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -261555,79 +261522,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [42917] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4365), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4363), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [42979] = 3, + [43167] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2780), 7, + ACTIONS(2834), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2778), 47, + ACTIONS(2832), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -261673,10 +261581,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [43041] = 3, + [43229] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4436), 7, + ACTIONS(2678), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -261684,7 +261592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4434), 47, + ACTIONS(2676), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -261732,17 +261640,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [43103] = 3, + [43291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2862), 6, + ACTIONS(2794), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2860), 48, + ACTIONS(2792), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -261791,194 +261699,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [43165] = 10, + [43353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(3902), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4693), 1, + ACTIONS(2678), 7, anon_sym_LPAREN2, - ACTIONS(4699), 1, - anon_sym_LBRACK, - ACTIONS(4792), 1, - anon_sym_LT, - STATE(2178), 1, - sym_template_argument_list, - ACTIONS(3755), 17, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3760), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [43241] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4377), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(2676), 47, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4375), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [43303] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [43415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4381), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4379), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4279), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4277), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [43365] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [43477] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4460), 19, + ACTIONS(4732), 1, + anon_sym_LBRACE, + ACTIONS(4734), 1, + anon_sym_COLON, + STATE(2694), 1, + sym__enum_base_clause, + STATE(2804), 1, + sym_enumerator_list, + ACTIONS(4172), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -261993,12 +261843,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4458), 35, + ACTIONS(4170), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -262008,7 +261855,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -262021,11 +261867,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -262034,76 +261880,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [43427] = 3, + [43547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4615), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4613), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4335), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4333), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [43489] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [43609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4635), 6, + ACTIONS(4331), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4633), 48, + ACTIONS(4329), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -262152,17 +261998,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [43551] = 3, + [43671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4627), 6, + ACTIONS(4327), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4625), 48, + ACTIONS(4325), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -262211,17 +262057,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [43613] = 3, + [43733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4428), 6, + ACTIONS(4323), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4426), 48, + ACTIONS(4321), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -262270,17 +262116,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [43675] = 3, + [43795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4440), 6, + ACTIONS(4319), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4438), 48, + ACTIONS(4317), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -262329,17 +262175,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [43737] = 3, + [43857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4517), 6, + ACTIONS(4319), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4515), 48, + ACTIONS(4317), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -262388,17 +262234,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [43799] = 3, + [43919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4517), 6, + ACTIONS(4315), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4515), 48, + ACTIONS(4313), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -262447,17 +262293,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [43861] = 3, + [43981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4329), 6, + ACTIONS(4311), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4327), 48, + ACTIONS(4309), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -262506,17 +262352,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [43923] = 3, + [44043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4397), 6, + ACTIONS(4307), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4395), 48, + ACTIONS(4305), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -262565,17 +262411,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [43985] = 3, + [44105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4456), 6, + ACTIONS(4275), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4454), 48, + ACTIONS(4273), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -262624,92 +262470,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [44047] = 11, + [44167] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(3783), 1, - anon_sym_EQ, - ACTIONS(4687), 1, - anon_sym_LBRACK, - ACTIONS(4795), 1, - anon_sym_LT, - STATE(3337), 1, - sym_template_argument_list, - ACTIONS(4682), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3787), 13, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 16, + ACTIONS(4116), 11, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_LT, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3760), 17, + ACTIONS(4114), 43, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [44125] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [44229] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4393), 6, + ACTIONS(4796), 13, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4391), 48, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + ACTIONS(4794), 41, anon_sym_AMP, - anon_sym_typedef, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -262739,21 +262577,23 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_virtual, anon_sym_explicit, - anon_sym_public, - anon_sym_private, - anon_sym_protected, anon_sym_typename, anon_sym_template, anon_sym_operator, - anon_sym_friend, - anon_sym_using, - anon_sym_static_assert, - [44187] = 3, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [44291] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 19, + ACTIONS(3868), 1, + sym_literal_suffix, + ACTIONS(3754), 24, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -262768,12 +262608,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4261), 35, + ACTIONS(3746), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -262783,8 +262628,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -262796,30 +262644,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [44355] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4800), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + ACTIONS(4798), 29, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_DOT, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [44249] = 3, + anon_sym_typename, + anon_sym_template, + [44417] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4405), 6, + ACTIONS(2472), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4403), 48, + ACTIONS(2470), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -262868,20 +262766,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [44311] = 3, + [44479] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2764), 7, + ACTIONS(2842), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2762), 47, + ACTIONS(2840), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -262927,10 +262825,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [44373] = 3, + [44541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4643), 7, + ACTIONS(2674), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -262938,7 +262836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(4641), 47, + ACTIONS(2672), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -262986,73 +262884,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [44435] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(4684), 1, - anon_sym_LT, - STATE(2527), 1, - sym_template_argument_list, - ACTIONS(3755), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3760), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [44505] = 3, + [44603] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2862), 7, + ACTIONS(4323), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -263060,7 +262895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2860), 47, + ACTIONS(4321), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -263108,20 +262943,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [44567] = 3, + [44665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2788), 6, + ACTIONS(4291), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2786), 48, + anon_sym_RBRACE, + ACTIONS(4289), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -263167,20 +263002,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [44629] = 3, + [44727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4464), 6, + ACTIONS(2758), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4462), 48, + anon_sym_RBRACE, + ACTIONS(2756), 47, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -263226,20 +263061,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [44691] = 3, + [44789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 7, + ACTIONS(4271), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2766), 47, + ACTIONS(4269), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -263285,20 +263120,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [44753] = 3, + [44851] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4325), 7, + ACTIONS(2806), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(4323), 47, + ACTIONS(2804), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -263344,85 +263179,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [44815] = 9, + [44913] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(3783), 1, - anon_sym_EQ, - ACTIONS(4795), 1, - anon_sym_LT, - STATE(3337), 1, - sym_template_argument_list, - ACTIONS(3787), 13, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3760), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [44889] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2772), 7, + ACTIONS(2802), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2770), 47, + ACTIONS(2800), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -263468,17 +263238,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [44951] = 3, + [44975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4464), 6, + ACTIONS(2798), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4462), 48, + ACTIONS(2796), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -263527,20 +263297,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [45013] = 3, + [45037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2776), 7, + ACTIONS(4271), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2774), 47, + ACTIONS(4269), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -263586,76 +263356,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [45075] = 3, + [45099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4409), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4407), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2504), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2502), 48, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_AMP, + anon_sym_typedef, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [45137] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_friend, + anon_sym_using, + anon_sym_static_assert, + [45161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 6, + ACTIONS(4299), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4472), 48, + ACTIONS(4297), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -263704,10 +263474,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [45199] = 3, + [45223] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4800), 18, + ACTIONS(4804), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -263726,7 +263496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4798), 36, + ACTIONS(4802), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -263763,17 +263533,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [45261] = 3, + [45285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4494), 6, + ACTIONS(4291), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4492), 48, + ACTIONS(4289), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -263822,17 +263592,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [45323] = 3, + [45347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4490), 6, + ACTIONS(4295), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4488), 48, + ACTIONS(4293), 48, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -263881,10 +263651,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_friend, anon_sym_using, anon_sym_static_assert, - [45385] = 3, + [45409] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4727), 18, + ACTIONS(3732), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -263903,7 +263673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4729), 35, + ACTIONS(3737), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -263939,72 +263709,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [45446] = 25, + [45470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4140), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4142), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4808), 1, anon_sym_PIPE_PIPE, - ACTIONS(4810), 1, anon_sym_AMP_AMP, - ACTIONS(4812), 1, - anon_sym_PIPE, - ACTIONS(4816), 1, - anon_sym_AMP, - ACTIONS(4822), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, - ACTIONS(4826), 1, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(4828), 1, - anon_sym_EQ, - ACTIONS(4830), 1, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - ACTIONS(4832), 1, - anon_sym_or, - ACTIONS(4834), 1, - anon_sym_and, - ACTIONS(4836), 1, anon_sym_bitor, - ACTIONS(4838), 1, anon_sym_bitand, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4804), 2, + [45531] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4405), 1, + sym_auto, + ACTIONS(4407), 1, + anon_sym_decltype, + STATE(2660), 1, + sym_decltype_auto, + ACTIONS(4237), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4814), 2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, anon_sym_CARET, - anon_sym_xor, - ACTIONS(4824), 2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4840), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4235), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [45598] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4736), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4818), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(4820), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4802), 20, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4738), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -264019,22 +263879,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [45551] = 10, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [45659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(3783), 1, + ACTIONS(4808), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(3840), 1, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4806), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, - ACTIONS(4795), 1, - anon_sym_LT, - STATE(3337), 1, - sym_template_argument_list, - ACTIONS(3787), 13, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -264048,7 +263937,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - ACTIONS(3755), 16, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [45720] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3809), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(3811), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264059,35 +263961,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3760), 18, + anon_sym_DASH_GT, + ACTIONS(3816), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [45783] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4822), 1, + anon_sym_LT_EQ_GT, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, anon_sym_DASH_GT, - [45626] = 3, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4812), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4818), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4814), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4816), 10, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(4810), 28, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + [45864] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 18, + ACTIONS(4832), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264106,7 +264093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4713), 35, + ACTIONS(4830), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -264142,10 +264129,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [45687] = 3, + [45925] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4822), 1, + anon_sym_LT_EQ_GT, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(4834), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4838), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4840), 1, + anon_sym_AMP_AMP, + ACTIONS(4842), 1, + anon_sym_PIPE, + ACTIONS(4846), 1, + anon_sym_AMP, + ACTIONS(4852), 1, + anon_sym_GT_EQ, + ACTIONS(4854), 1, + anon_sym_EQ, + ACTIONS(4856), 1, + anon_sym_QMARK, + ACTIONS(4858), 1, + anon_sym_or, + ACTIONS(4860), 1, + anon_sym_and, + ACTIONS(4862), 1, + anon_sym_bitor, + ACTIONS(4864), 1, + anon_sym_bitand, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4812), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4818), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4844), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(4814), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4848), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(4850), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(4836), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [46034] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2248), 18, + ACTIONS(4868), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264164,7 +264233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(2246), 35, + ACTIONS(4866), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -264200,10 +264269,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [45748] = 3, + [46095] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4848), 18, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4872), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264221,12 +264300,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4846), 35, + ACTIONS(4870), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -264234,9 +264311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -264257,11 +264332,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + [46166] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(2515), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(137), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(3876), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(3874), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [45809] = 3, + [46233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4214), 18, + ACTIONS(4674), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264280,7 +264415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4216), 35, + ACTIONS(4672), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -264316,75 +264451,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [45870] = 27, + [46294] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4876), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4874), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4808), 1, anon_sym_PIPE_PIPE, - ACTIONS(4810), 1, anon_sym_AMP_AMP, - ACTIONS(4812), 1, - anon_sym_PIPE, - ACTIONS(4816), 1, - anon_sym_AMP, - ACTIONS(4822), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, - ACTIONS(4826), 1, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(4830), 1, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - ACTIONS(4832), 1, - anon_sym_or, - ACTIONS(4834), 1, - anon_sym_and, - ACTIONS(4836), 1, anon_sym_bitor, - ACTIONS(4838), 1, anon_sym_bitand, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - ACTIONS(4850), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4854), 1, - anon_sym_EQ, - ACTIONS(4856), 1, - anon_sym_QMARK, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4804), 2, + [46355] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4880), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4814), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(4824), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4818), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(4820), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4852), 18, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4878), 35, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -264398,10 +264560,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [45979] = 3, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [46416] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(3774), 1, + anon_sym_EQ, + ACTIONS(3834), 1, + anon_sym_COLON, + ACTIONS(4770), 1, + anon_sym_LT, + STATE(3325), 1, + sym_template_argument_list, + ACTIONS(3778), 13, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(3754), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(3746), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [46491] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4860), 18, + ACTIONS(4201), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264420,7 +264654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4858), 35, + ACTIONS(4203), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -264456,16 +264690,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [46040] = 6, + [46552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(4547), 1, - anon_sym_LT, - STATE(1977), 1, - sym_template_argument_list, - ACTIONS(3748), 15, + ACTIONS(4884), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264476,12 +264704,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3753), 35, + ACTIONS(4882), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -264491,8 +264722,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -264504,36 +264738,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [46107] = 9, + anon_sym_DASH_GT, + [46613] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4864), 17, + ACTIONS(3754), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264551,10 +264769,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4862), 29, + anon_sym_DOT, + ACTIONS(3746), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -264562,7 +264782,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -264581,10 +264803,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [46180] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [46674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4788), 18, + ACTIONS(4888), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264603,7 +264828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4786), 35, + ACTIONS(4886), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -264639,22 +264864,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [46241] = 10, + [46735] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4822), 1, + anon_sym_LT_EQ_GT, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(4838), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4840), 1, + anon_sym_AMP_AMP, + ACTIONS(4842), 1, + anon_sym_PIPE, + ACTIONS(4846), 1, + anon_sym_AMP, + ACTIONS(4852), 1, + anon_sym_GT_EQ, + ACTIONS(4858), 1, + anon_sym_or, + ACTIONS(4860), 1, + anon_sym_and, + ACTIONS(4862), 1, + anon_sym_bitor, + ACTIONS(4864), 1, + anon_sym_bitand, + ACTIONS(4892), 1, + anon_sym_EQ, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4812), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4818), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4844), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(4814), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4848), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(4850), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(4890), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [46840] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(3765), 1, + ACTIONS(3768), 1, anon_sym_LBRACE, - ACTIONS(3783), 1, - anon_sym_EQ, - ACTIONS(3796), 1, - anon_sym_COLON, - ACTIONS(4795), 1, + ACTIONS(4770), 1, anon_sym_LT, - STATE(3337), 1, + ACTIONS(4894), 1, + anon_sym_COMMA, + ACTIONS(4897), 1, + anon_sym_RBRACK, + ACTIONS(4900), 1, + anon_sym_EQ, + STATE(3325), 1, sym_template_argument_list, - ACTIONS(3787), 13, + STATE(5914), 1, + aux_sym_structured_binding_declarator_repeat1, + ACTIONS(4902), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -264668,33 +264977,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - ACTIONS(3755), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3760), 18, + ACTIONS(3746), 16, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -264704,10 +264994,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [46316] = 3, + ACTIONS(3754), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + [46919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 18, + ACTIONS(4241), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264717,30 +265024,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4866), 35, + ACTIONS(4239), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -264748,7 +265053,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -264762,20 +265066,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [46377] = 8, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [46980] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4872), 17, + ACTIONS(4160), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264793,10 +265090,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4870), 31, + anon_sym_DOT, + ACTIONS(4162), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -264804,7 +265103,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -264825,10 +265126,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [46448] = 3, + anon_sym_DASH_GT, + [47041] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4876), 18, + ACTIONS(4696), 1, + anon_sym_LBRACE, + STATE(2633), 1, + sym_enumerator_list, + ACTIONS(4253), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264838,30 +265144,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4874), 35, + ACTIONS(4251), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -264869,7 +265171,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -264883,23 +265184,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [46509] = 9, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [47106] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4880), 17, + ACTIONS(4908), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4910), 1, + anon_sym_AMP_AMP, + ACTIONS(4906), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -264917,18 +265212,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4878), 29, + anon_sym_DOT, + ACTIONS(4904), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + anon_sym_LPAREN2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -264947,57 +265244,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [46582] = 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [47171] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4830), 1, - anon_sym_LT_EQ_GT, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4804), 2, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(4158), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4824), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4884), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(4882), 28, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4156), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -265009,16 +265294,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [46663] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [47236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4888), 18, + ACTIONS(3754), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -265037,7 +265329,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4886), 35, + ACTIONS(3746), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -265073,90 +265365,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [46724] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4808), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4810), 1, - anon_sym_AMP_AMP, - ACTIONS(4812), 1, - anon_sym_PIPE, - ACTIONS(4816), 1, - anon_sym_AMP, - ACTIONS(4822), 1, - anon_sym_GT_EQ, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4830), 1, - anon_sym_LT_EQ_GT, - ACTIONS(4832), 1, - anon_sym_or, - ACTIONS(4834), 1, - anon_sym_and, - ACTIONS(4836), 1, - anon_sym_bitor, - ACTIONS(4838), 1, - anon_sym_bitand, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(4892), 1, - anon_sym_EQ, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4804), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4814), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(4824), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4818), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(4820), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4890), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [46829] = 3, + [47297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3755), 18, + ACTIONS(4914), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -265175,7 +265387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3760), 35, + ACTIONS(4912), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -265211,10 +265423,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [46890] = 3, + [47358] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4896), 18, + ACTIONS(4197), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -265233,7 +265445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4894), 35, + ACTIONS(4199), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -265269,10 +265481,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [46951] = 3, + [47419] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4900), 18, + ACTIONS(4910), 1, + anon_sym_AMP_AMP, + ACTIONS(4918), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -265291,13 +265505,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4898), 35, + ACTIONS(4916), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, @@ -265327,72 +265540,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [47012] = 25, + [47482] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4808), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4810), 1, - anon_sym_AMP_AMP, - ACTIONS(4812), 1, - anon_sym_PIPE, - ACTIONS(4816), 1, - anon_sym_AMP, - ACTIONS(4822), 1, - anon_sym_GT_EQ, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4830), 1, - anon_sym_LT_EQ_GT, - ACTIONS(4832), 1, - anon_sym_or, - ACTIONS(4834), 1, - anon_sym_and, - ACTIONS(4836), 1, - anon_sym_bitor, - ACTIONS(4838), 1, - anon_sym_bitand, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(4904), 1, - anon_sym_EQ, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4804), 2, + ACTIONS(4193), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4814), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(4824), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4818), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(4820), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4902), 20, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4195), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -265407,16 +265591,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [47117] = 6, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [47543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4281), 1, - sym_auto, - ACTIONS(4283), 1, - anon_sym_decltype, - STATE(2655), 1, - sym_decltype_auto, - ACTIONS(4249), 20, + ACTIONS(4128), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -265426,27 +265611,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4247), 30, + ACTIONS(4130), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -265454,6 +265642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -265467,15 +265656,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [47184] = 5, + [47604] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4910), 1, - anon_sym_LT, - STATE(2521), 1, - sym_template_argument_list, - ACTIONS(4908), 17, + ACTIONS(4922), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -265486,6 +265670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -265493,7 +265678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4906), 34, + ACTIONS(4920), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -265507,6 +265692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -265528,20 +265714,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [47249] = 8, + [47665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4915), 17, + ACTIONS(4926), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -265559,10 +265735,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4913), 31, + anon_sym_DOT, + ACTIONS(4924), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -265570,7 +265748,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -265591,22 +265771,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [47320] = 10, + anon_sym_DASH_GT, + [47726] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(3783), 1, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4822), 1, + anon_sym_LT_EQ_GT, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(4838), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4840), 1, + anon_sym_AMP_AMP, + ACTIONS(4842), 1, + anon_sym_PIPE, + ACTIONS(4846), 1, + anon_sym_AMP, + ACTIONS(4852), 1, + anon_sym_GT_EQ, + ACTIONS(4858), 1, + anon_sym_or, + ACTIONS(4860), 1, + anon_sym_and, + ACTIONS(4862), 1, + anon_sym_bitor, + ACTIONS(4864), 1, + anon_sym_bitand, + ACTIONS(4930), 1, anon_sym_EQ, - ACTIONS(3836), 1, - anon_sym_COLON, - ACTIONS(4795), 1, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4812), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4818), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4844), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(4814), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4848), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(4850), 3, + anon_sym_GT, + anon_sym_LT_EQ, anon_sym_LT, - STATE(3337), 1, - sym_template_argument_list, - ACTIONS(3787), 13, + ACTIONS(4928), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -265620,46 +265852,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - ACTIONS(3755), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3760), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [47395] = 3, + [47831] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4142), 18, + ACTIONS(4934), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -265678,7 +265874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4144), 35, + ACTIONS(4932), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -265714,26 +265910,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [47456] = 12, + [47892] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(4795), 1, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4822), 1, + anon_sym_LT_EQ_GT, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(4838), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4840), 1, + anon_sym_AMP_AMP, + ACTIONS(4842), 1, + anon_sym_PIPE, + ACTIONS(4846), 1, + anon_sym_AMP, + ACTIONS(4852), 1, + anon_sym_GT_EQ, + ACTIONS(4858), 1, + anon_sym_or, + ACTIONS(4860), 1, + anon_sym_and, + ACTIONS(4862), 1, + anon_sym_bitor, + ACTIONS(4864), 1, + anon_sym_bitand, + ACTIONS(4938), 1, + anon_sym_EQ, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4812), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4818), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4844), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(4814), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4848), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(4850), 3, + anon_sym_GT, + anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4917), 1, + ACTIONS(4936), 20, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - ACTIONS(4919), 1, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_RBRACK, - ACTIONS(4922), 1, - anon_sym_EQ, - STATE(3337), 1, - sym_template_argument_list, - STATE(6020), 1, - aux_sym_structured_binding_declarator_repeat1, - ACTIONS(4924), 13, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -265747,44 +265990,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - ACTIONS(3755), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3760), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [47535] = 3, + [47997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4132), 18, + ACTIONS(4942), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -265803,7 +266012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4134), 35, + ACTIONS(4940), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -265839,10 +266048,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [47596] = 3, + [48058] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4928), 18, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(3774), 1, + anon_sym_EQ, + ACTIONS(3830), 1, + anon_sym_COLON, + ACTIONS(4770), 1, + anon_sym_LT, + STATE(3325), 1, + sym_template_argument_list, + ACTIONS(3778), 13, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(3754), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -265853,18 +266088,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4926), 35, + ACTIONS(3746), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -265872,24 +266104,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -265897,10 +266113,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [47657] = 3, + [48133] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3755), 18, + ACTIONS(4946), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -265919,7 +266135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3760), 35, + ACTIONS(4944), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -265955,71 +266171,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [47718] = 6, + [48194] = 3, ACTIONS(3), 1, sym_comment, - STATE(2502), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4930), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4933), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(3866), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(3864), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [47785] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4222), 18, + ACTIONS(4950), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266038,7 +266193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4224), 35, + ACTIONS(4948), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -266074,14 +266229,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [47846] = 5, + [48255] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4940), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4942), 1, - anon_sym_AMP_AMP, - ACTIONS(4938), 18, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4259), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266091,28 +266244,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4936), 33, + ACTIONS(4257), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -266120,7 +266272,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -266134,26 +266285,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [47911] = 12, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [48318] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(3765), 1, + ACTIONS(3768), 1, anon_sym_LBRACE, - ACTIONS(4795), 1, - anon_sym_LT, - ACTIONS(4919), 1, - anon_sym_RBRACK, - ACTIONS(4922), 1, + ACTIONS(3774), 1, anon_sym_EQ, - ACTIONS(4944), 1, - anon_sym_COMMA, - STATE(3337), 1, + ACTIONS(3776), 1, + anon_sym_COLON, + ACTIONS(4770), 1, + anon_sym_LT, + STATE(3325), 1, sym_template_argument_list, - STATE(6020), 1, - aux_sym_structured_binding_declarator_repeat1, - ACTIONS(4924), 13, + ACTIONS(3778), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -266167,7 +266317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - ACTIONS(3755), 16, + ACTIONS(3754), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266184,14 +266334,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3760), 16, + ACTIONS(3746), 18, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -266201,10 +266353,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [47990] = 3, + [48393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4949), 18, + ACTIONS(4798), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266223,7 +266375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4947), 35, + ACTIONS(4800), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -266259,10 +266411,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48051] = 3, + [48454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4146), 18, + ACTIONS(2290), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266281,7 +266433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4148), 35, + ACTIONS(2288), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -266317,69 +266469,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48112] = 4, + [48515] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4942), 1, - anon_sym_AMP_AMP, - ACTIONS(4953), 18, + STATE(2515), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(4952), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4955), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(3858), 16, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(4951), 34, + sym_literal_suffix, + ACTIONS(3856), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48175] = 3, + [48582] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4165), 18, + ACTIONS(4960), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266398,7 +266552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4167), 35, + ACTIONS(4958), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -266434,10 +266588,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48236] = 3, + [48643] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4150), 18, + ACTIONS(4962), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4715), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266451,12 +266607,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4152), 35, + anon_sym_DASH_GT, + ACTIONS(4713), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -266466,11 +266624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -266491,75 +266645,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [48297] = 9, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [48706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3175), 1, - sym_field_declaration_list, - STATE(5702), 1, - sym_virtual_specifier, - STATE(6230), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4034), 12, + ACTIONS(4966), 18, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4032), 34, + ACTIONS(4964), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [48370] = 6, + [48767] = 7, ACTIONS(3), 1, sym_comment, - STATE(2502), 3, + ACTIONS(4968), 1, + sym_literal_suffix, + STATE(2480), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, @@ -266575,7 +266726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(3876), 16, + ACTIONS(3754), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -266591,8 +266742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(3874), 24, + ACTIONS(3746), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -266617,10 +266767,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48437] = 3, + [48836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4959), 18, + ACTIONS(4208), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266639,7 +266789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4957), 35, + ACTIONS(4210), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -266675,10 +266825,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48498] = 3, + [48897] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4963), 18, + ACTIONS(4972), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266697,7 +266847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4961), 35, + ACTIONS(4970), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -266733,72 +266883,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48559] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4965), 1, - sym_literal_suffix, - STATE(2512), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(137), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(3755), 15, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - ACTIONS(3760), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [48628] = 3, + [48958] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4949), 18, + ACTIONS(3732), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266817,7 +266905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4947), 35, + ACTIONS(3737), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -266853,10 +266941,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48689] = 3, + [49019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4969), 18, + ACTIONS(4974), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266875,7 +266963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4967), 35, + ACTIONS(2632), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -266911,10 +266999,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48750] = 3, + [49080] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4973), 18, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4978), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266932,12 +267033,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4971), 35, + ACTIONS(4976), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -266945,9 +267044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -266966,13 +267063,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [48811] = 3, + [49153] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4977), 18, + ACTIONS(4152), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -266991,7 +267085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4975), 35, + ACTIONS(4154), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -267027,10 +267121,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48872] = 3, + [49214] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4242), 20, + ACTIONS(3732), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -267040,28 +267134,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4240), 33, + ACTIONS(3737), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_COLON_COLON, - anon_sym_LBRACE, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -267069,6 +267165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -267082,13 +267179,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [48933] = 3, + [49275] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4981), 18, + ACTIONS(4696), 1, + anon_sym_LBRACE, + STATE(2615), 1, + sym_enumerator_list, + ACTIONS(4263), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -267098,30 +267196,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4979), 35, + ACTIONS(4261), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -267129,7 +267223,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -267143,14 +267236,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48994] = 5, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [49340] = 9, ACTIONS(3), 1, sym_comment, - STATE(1959), 1, - sym__enum_base_clause, - STATE(2165), 1, - sym_enumerator_list, - ACTIONS(4198), 18, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4982), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -267168,18 +267273,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4196), 33, + ACTIONS(4980), 29, anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -267198,80 +267303,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [49059] = 10, + [49413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(3783), 1, - anon_sym_EQ, - ACTIONS(3838), 1, - anon_sym_COLON, - ACTIONS(4795), 1, - anon_sym_LT, - STATE(3337), 1, - sym_template_argument_list, - ACTIONS(3787), 13, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3760), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [49134] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4687), 18, + ACTIONS(4986), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -267290,7 +267325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4682), 35, + ACTIONS(4984), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -267326,14 +267361,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [49195] = 5, + [49474] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4156), 1, - anon_sym_LBRACK, - STATE(2666), 1, - sym_new_declarator, - ACTIONS(4680), 19, + ACTIONS(3732), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -267352,8 +267383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4678), 32, + ACTIONS(3737), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -267363,7 +267393,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -267384,12 +267418,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [49260] = 3, + anon_sym_DASH_GT, + [49535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4985), 18, + ACTIONS(4990), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -267408,7 +267441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4983), 35, + ACTIONS(4988), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -267444,13 +267477,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [49321] = 4, + [49596] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(3809), 19, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4994), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -267468,19 +267511,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3814), 32, + ACTIONS(4992), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -267499,73 +267541,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [49384] = 4, + [49669] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(4263), 20, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4261), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(3768), 1, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, + ACTIONS(3774), 1, + anon_sym_EQ, + ACTIONS(4770), 1, + anon_sym_LT, + ACTIONS(4996), 1, + anon_sym_COLON, + STATE(3325), 1, + sym_template_argument_list, + ACTIONS(3778), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [49447] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4755), 18, + ACTIONS(3754), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -267576,18 +267581,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4757), 35, + ACTIONS(3746), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -267595,24 +267597,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -267620,59 +267606,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [49508] = 5, + [49744] = 9, ACTIONS(3), 1, sym_comment, - STATE(1984), 1, - sym__enum_base_clause, - STATE(2071), 1, - sym_enumerator_list, - ACTIONS(4179), 18, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3171), 1, + sym_field_declaration_list, + STATE(5690), 1, + sym_virtual_specifier, + STATE(6458), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4011), 12, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(4177), 33, + ACTIONS(4009), 34, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_LT_LT, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -267680,132 +267668,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [49573] = 3, + anon_sym_GT2, + anon_sym_requires, + [49817] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4989), 18, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3240), 1, + sym_field_declaration_list, + STATE(5678), 1, + sym_virtual_specifier, + STATE(6469), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4007), 12, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(4987), 35, + ACTIONS(4005), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LT_LT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [49634] = 9, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [49890] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4993), 17, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3250), 1, + sym_field_declaration_list, + STATE(5687), 1, + sym_virtual_specifier, + STATE(6473), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4003), 12, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(4991), 29, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4001), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [49707] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [49963] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4997), 18, + ACTIONS(4704), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -267824,7 +267820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4995), 35, + ACTIONS(4702), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -267860,10 +267856,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [49768] = 3, + [50024] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5001), 18, + ACTIONS(4178), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -267882,7 +267878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4999), 35, + ACTIONS(4180), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -267918,10 +267914,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [49829] = 3, + [50085] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4206), 18, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5002), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -267939,12 +267945,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4208), 35, + ACTIONS(5000), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -267952,9 +267956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -267975,11 +267977,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [49890] = 3, + [50156] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4668), 18, + ACTIONS(4186), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -267998,7 +267999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4666), 35, + ACTIONS(4188), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -268034,10 +268035,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [49951] = 3, + [50217] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4183), 18, + ACTIONS(5008), 1, + anon_sym_LT, + STATE(2505), 1, + sym_template_argument_list, + ACTIONS(5006), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -268048,7 +268053,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -268056,7 +268060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4185), 35, + ACTIONS(5004), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -268070,7 +268074,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -268092,10 +268095,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [50012] = 3, + [50282] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 18, + ACTIONS(3732), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -268114,7 +268117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3741), 35, + ACTIONS(3737), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -268150,33 +268153,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [50073] = 3, + [50343] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 18, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4812), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4818), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4814), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5013), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4140), 35, + ACTIONS(5011), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -268184,9 +268201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -268205,18 +268220,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [50134] = 3, + [50422] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 18, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4812), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4814), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5013), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -268229,12 +268256,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(3741), 35, + ACTIONS(5011), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -268242,9 +268267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -268263,26 +268286,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [50195] = 9, + [50499] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(3201), 1, + STATE(3198), 1, sym_field_declaration_list, - STATE(5647), 1, + STATE(5686), 1, sym_virtual_specifier, - STATE(6209), 1, + STATE(6484), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4011), 12, + ACTIONS(4034), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -268295,7 +268315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4009), 34, + ACTIONS(4032), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -268330,44 +268350,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [50268] = 3, + [50572] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(4770), 1, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4897), 1, + anon_sym_RBRACK, + ACTIONS(4900), 1, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3741), 35, - anon_sym_DOT_DOT_DOT, + ACTIONS(5015), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, + STATE(3325), 1, + sym_template_argument_list, + STATE(5914), 1, + aux_sym_structured_binding_declarator_repeat1, + ACTIONS(4902), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -268381,6 +268383,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + ACTIONS(3746), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -268388,33 +268400,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [50329] = 3, + ACTIONS(3754), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + [50651] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 18, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4822), 1, + anon_sym_LT_EQ_GT, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4812), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4818), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4814), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5013), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(3741), 35, + ACTIONS(5011), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -268422,9 +268467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -268439,51 +268482,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [50390] = 12, + [50732] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4822), 1, + anon_sym_LT_EQ_GT, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - STATE(2516), 1, + ACTIONS(4852), 1, + anon_sym_GT_EQ, + STATE(2574), 1, sym_argument_list, - ACTIONS(4804), 2, + ACTIONS(4812), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4824), 2, + ACTIONS(4818), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4840), 2, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, + ACTIONS(4814), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 10, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4850), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + ACTIONS(5013), 7, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 29, + ACTIONS(5011), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -268491,7 +268535,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, @@ -268509,55 +268552,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [50469] = 11, + [50817] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4822), 1, + anon_sym_LT_EQ_GT, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - STATE(2516), 1, + ACTIONS(4852), 1, + anon_sym_GT_EQ, + STATE(2574), 1, sym_argument_list, - ACTIONS(4804), 2, + ACTIONS(4812), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4840), 2, + ACTIONS(4818), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, + ACTIONS(4814), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 12, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4848), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(4850), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(5013), 7, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 29, + ACTIONS(5011), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, @@ -268575,46 +268624,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, - anon_sym_not_eq, - [50546] = 4, + [50904] = 18, ACTIONS(3), 1, sym_comment, - STATE(2622), 1, - sym_enumerator_list, - ACTIONS(4230), 20, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4822), 1, + anon_sym_LT_EQ_GT, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(4846), 1, + anon_sym_AMP, + ACTIONS(4852), 1, + anon_sym_GT_EQ, + ACTIONS(4864), 1, + anon_sym_bitand, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4812), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4818), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4814), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4848), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(4850), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(5013), 6, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4228), 32, + ACTIONS(5011), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -268622,70 +268691,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [50609] = 13, + [50995] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4830), 1, + ACTIONS(4822), 1, anon_sym_LT_EQ_GT, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - STATE(2516), 1, + ACTIONS(4846), 1, + anon_sym_AMP, + ACTIONS(4852), 1, + anon_sym_GT_EQ, + ACTIONS(4864), 1, + anon_sym_bitand, + STATE(2574), 1, sym_argument_list, - ACTIONS(4804), 2, + ACTIONS(4812), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4824), 2, + ACTIONS(4818), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4840), 2, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, + ACTIONS(4844), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(4814), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 10, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4848), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(4850), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + ACTIONS(5013), 4, + anon_sym_PIPE, anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - ACTIONS(5003), 28, + ACTIONS(5011), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, @@ -268704,58 +268773,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - [50690] = 15, + [51088] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4822), 1, - anon_sym_GT_EQ, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4830), 1, + ACTIONS(4822), 1, anon_sym_LT_EQ_GT, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - STATE(2516), 1, + ACTIONS(4842), 1, + anon_sym_PIPE, + ACTIONS(4846), 1, + anon_sym_AMP, + ACTIONS(4852), 1, + anon_sym_GT_EQ, + ACTIONS(4862), 1, + anon_sym_bitor, + ACTIONS(4864), 1, + anon_sym_bitand, + STATE(2574), 1, sym_argument_list, - ACTIONS(4804), 2, + ACTIONS(4812), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4824), 2, + ACTIONS(4818), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4840), 2, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, + ACTIONS(4844), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(4814), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4820), 3, + ACTIONS(4848), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(4850), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 7, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5013), 3, anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - ACTIONS(5003), 27, + ACTIONS(5011), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, @@ -268773,61 +268849,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - [50775] = 16, + [51185] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4822), 1, - anon_sym_GT_EQ, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4830), 1, + ACTIONS(4822), 1, anon_sym_LT_EQ_GT, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - STATE(2516), 1, + ACTIONS(4840), 1, + anon_sym_AMP_AMP, + ACTIONS(4842), 1, + anon_sym_PIPE, + ACTIONS(4846), 1, + anon_sym_AMP, + ACTIONS(4852), 1, + anon_sym_GT_EQ, + ACTIONS(4860), 1, + anon_sym_and, + ACTIONS(4862), 1, + anon_sym_bitor, + ACTIONS(4864), 1, + anon_sym_bitand, + STATE(2574), 1, sym_argument_list, - ACTIONS(4804), 2, + ACTIONS(4812), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4824), 2, + ACTIONS(4818), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4840), 2, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, + ACTIONS(4844), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5013), 2, + anon_sym_EQ, + anon_sym_or, + ACTIONS(4814), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4818), 3, + ACTIONS(4848), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(4820), 3, + ACTIONS(4850), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 7, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(5003), 24, + ACTIONS(5011), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, @@ -268845,25 +268927,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, - [50862] = 9, + [51286] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(3197), 1, + STATE(3173), 1, sym_field_declaration_list, - STATE(5655), 1, + STATE(5681), 1, sym_virtual_specifier, - STATE(6229), 1, + STATE(6490), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(3997), 12, + ACTIONS(4042), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -268876,7 +268956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3995), 34, + ACTIONS(4040), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -268911,135 +268991,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [50935] = 18, + [51359] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4816), 1, - anon_sym_AMP, - ACTIONS(4822), 1, - anon_sym_GT_EQ, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4830), 1, - anon_sym_LT_EQ_GT, - ACTIONS(4838), 1, - anon_sym_bitand, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4804), 2, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3154), 1, + sym_field_declaration_list, + STATE(5676), 1, + sym_virtual_specifier, + STATE(6295), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4022), 12, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4824), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4818), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(4820), 3, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(5003), 23, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4020), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, - [51026] = 19, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [51432] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4816), 1, - anon_sym_AMP, - ACTIONS(4822), 1, - anon_sym_GT_EQ, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4830), 1, - anon_sym_LT_EQ_GT, - ACTIONS(4838), 1, - anon_sym_bitand, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(4804), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4814), 2, - anon_sym_CARET, - anon_sym_xor, ACTIONS(4824), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4840), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, + ACTIONS(5013), 17, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4818), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(4820), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 4, - anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, - ACTIONS(5003), 23, + anon_sym_xor, + ACTIONS(5011), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, @@ -269057,13 +269115,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, - [51119] = 4, + anon_sym_bitand, + anon_sym_not_eq, + [51505] = 6, ACTIONS(3), 1, sym_comment, - STATE(2637), 1, - sym_enumerator_list, - ACTIONS(4253), 20, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(4555), 1, + anon_sym_LT, + STATE(1970), 1, + sym_template_argument_list, + ACTIONS(3744), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -269073,25 +269138,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(4251), 32, + anon_sym_DASH_GT, + ACTIONS(3752), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -269101,81 +269163,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [51182] = 21, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [51572] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4812), 1, - anon_sym_PIPE, - ACTIONS(4816), 1, - anon_sym_AMP, - ACTIONS(4822), 1, - anon_sym_GT_EQ, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4830), 1, - anon_sym_LT_EQ_GT, - ACTIONS(4836), 1, - anon_sym_bitor, - ACTIONS(4838), 1, - anon_sym_bitand, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(4804), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4814), 2, - anon_sym_CARET, - anon_sym_xor, ACTIONS(4824), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4840), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, + ACTIONS(4814), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4818), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(4820), 3, + ACTIONS(5013), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 3, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, - ACTIONS(5003), 22, + anon_sym_xor, + ACTIONS(5011), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, @@ -269193,131 +269241,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [51279] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4810), 1, - anon_sym_AMP_AMP, - ACTIONS(4812), 1, - anon_sym_PIPE, - ACTIONS(4816), 1, - anon_sym_AMP, - ACTIONS(4822), 1, - anon_sym_GT_EQ, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4830), 1, anon_sym_LT_EQ_GT, - ACTIONS(4834), 1, - anon_sym_and, - ACTIONS(4836), 1, anon_sym_bitor, - ACTIONS(4838), 1, anon_sym_bitand, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4804), 2, + anon_sym_not_eq, + [51647] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3164), 1, + sym_field_declaration_list, + STATE(5639), 1, + sym_virtual_specifier, + STATE(6350), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4018), 12, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4814), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(4824), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5005), 2, - anon_sym_EQ, - anon_sym_or, - ACTIONS(4806), 3, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4818), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(4820), 3, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 21, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4016), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [51380] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5005), 17, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [51720] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3166), 1, + sym_field_declaration_list, + STATE(5635), 1, + sym_virtual_specifier, + STATE(6342), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4038), 12, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(5003), 29, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4036), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [51793] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(3774), 1, + anon_sym_EQ, + ACTIONS(3836), 1, + anon_sym_COLON, + ACTIONS(4770), 1, + anon_sym_LT, + STATE(3325), 1, + sym_template_argument_list, + ACTIONS(3778), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -269331,137 +269402,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - [51453] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, + ACTIONS(3754), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 14, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 29, + anon_sym_DOT, + ACTIONS(3746), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, + anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [51528] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [51868] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 18, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3168), 1, + sym_field_declaration_list, + STATE(5631), 1, + sym_virtual_specifier, + STATE(6337), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3987), 12, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(3741), 35, + ACTIONS(3985), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LT_LT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [51589] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [51941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5009), 18, + ACTIONS(4212), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -269480,7 +269524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5007), 35, + ACTIONS(4214), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -269516,10 +269560,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [51650] = 3, + [52002] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4173), 18, + ACTIONS(5019), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -269538,7 +269582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4175), 35, + ACTIONS(5017), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -269574,10 +269618,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [51711] = 3, + [52063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2354), 18, + ACTIONS(5023), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -269596,7 +269640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(2352), 35, + ACTIONS(5021), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -269632,86 +269676,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [51772] = 9, + [52124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3184), 1, - sym_field_declaration_list, - STATE(5692), 1, - sym_virtual_specifier, - STATE(6329), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4026), 12, + ACTIONS(4220), 18, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4024), 34, + ACTIONS(4222), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [51845] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(3783), 1, - anon_sym_EQ, - ACTIONS(4795), 1, - anon_sym_LT, - ACTIONS(5011), 1, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, - STATE(3337), 1, - sym_template_argument_list, - ACTIONS(3787), 13, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -269725,7 +269727,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - ACTIONS(3755), 16, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [52185] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4134), 1, + anon_sym_LBRACK, + STATE(2669), 1, + sym_new_declarator, + ACTIONS(4668), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -269736,35 +269752,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3760), 18, + anon_sym_DASH_GT, + ACTIONS(4666), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [51920] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [52250] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4169), 18, + ACTIONS(5027), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -269783,7 +269816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4171), 35, + ACTIONS(5025), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -269819,10 +269852,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [51981] = 3, + [52311] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4822), 1, + anon_sym_LT_EQ_GT, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(4834), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4838), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4840), 1, + anon_sym_AMP_AMP, + ACTIONS(4842), 1, + anon_sym_PIPE, + ACTIONS(4846), 1, + anon_sym_AMP, + ACTIONS(4852), 1, + anon_sym_GT_EQ, + ACTIONS(4858), 1, + anon_sym_or, + ACTIONS(4860), 1, + anon_sym_and, + ACTIONS(4862), 1, + anon_sym_bitor, + ACTIONS(4864), 1, + anon_sym_bitand, + ACTIONS(5031), 1, + anon_sym_EQ, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4812), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4818), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4844), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(4814), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4848), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(4850), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5029), 19, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [52418] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5015), 18, + ACTIONS(5035), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -269841,7 +269955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5013), 35, + ACTIONS(5033), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -269877,12 +269991,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [52042] = 4, + [52479] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5017), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(4788), 20, + ACTIONS(2340), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -269896,14 +270008,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4786), 32, + ACTIONS(2338), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -269913,7 +270023,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -269934,88 +270048,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [52105] = 9, + anon_sym_DASH_GT, + [52540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3178), 1, - sym_field_declaration_list, - STATE(5697), 1, - sym_virtual_specifier, - STATE(6348), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4038), 12, + ACTIONS(4766), 18, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4036), 34, + ACTIONS(4768), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [52178] = 10, + [52601] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(3765), 1, + ACTIONS(3768), 1, anon_sym_LBRACE, - ACTIONS(3783), 1, + ACTIONS(3774), 1, anon_sym_EQ, - ACTIONS(3785), 1, + ACTIONS(3832), 1, anon_sym_COLON, - ACTIONS(4795), 1, + ACTIONS(4770), 1, anon_sym_LT, - STATE(3337), 1, + STATE(3325), 1, sym_template_argument_list, - ACTIONS(3787), 13, + ACTIONS(3778), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -270029,7 +270136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - ACTIONS(3755), 16, + ACTIONS(3754), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -270046,7 +270153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3760), 18, + ACTIONS(3746), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -270065,74 +270172,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [52253] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3199), 1, - sym_field_declaration_list, - STATE(5651), 1, - sym_virtual_specifier, - STATE(6221), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4046), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(4044), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [52326] = 3, + [52676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5021), 18, + ACTIONS(4914), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -270151,7 +270194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5019), 35, + ACTIONS(4912), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -270187,68 +270230,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [52387] = 26, + [52737] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4808), 1, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4822), 1, + anon_sym_LT_EQ_GT, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(4838), 1, anon_sym_PIPE_PIPE, - ACTIONS(4810), 1, + ACTIONS(4840), 1, anon_sym_AMP_AMP, - ACTIONS(4812), 1, + ACTIONS(4842), 1, anon_sym_PIPE, - ACTIONS(4816), 1, + ACTIONS(4846), 1, anon_sym_AMP, - ACTIONS(4822), 1, + ACTIONS(4852), 1, anon_sym_GT_EQ, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4830), 1, - anon_sym_LT_EQ_GT, - ACTIONS(4832), 1, + ACTIONS(4858), 1, anon_sym_or, - ACTIONS(4834), 1, + ACTIONS(4860), 1, anon_sym_and, - ACTIONS(4836), 1, + ACTIONS(4862), 1, anon_sym_bitor, - ACTIONS(4838), 1, + ACTIONS(4864), 1, anon_sym_bitand, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(4850), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5025), 1, + ACTIONS(5039), 1, anon_sym_EQ, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(4804), 2, + ACTIONS(4812), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4814), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(4824), 2, + ACTIONS(4818), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4840), 2, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, + ACTIONS(4844), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(4814), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4818), 3, + ACTIONS(4848), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(4820), 3, + ACTIONS(4850), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5023), 19, + ACTIONS(5037), 20, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -270268,10 +270310,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [52494] = 3, + [52842] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5027), 18, + ACTIONS(4216), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -270290,7 +270332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(2528), 35, + ACTIONS(4218), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -270326,72 +270368,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [52555] = 25, + [52903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4808), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4810), 1, - anon_sym_AMP_AMP, - ACTIONS(4812), 1, - anon_sym_PIPE, - ACTIONS(4816), 1, - anon_sym_AMP, - ACTIONS(4822), 1, - anon_sym_GT_EQ, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4830), 1, - anon_sym_LT_EQ_GT, - ACTIONS(4832), 1, - anon_sym_or, - ACTIONS(4834), 1, - anon_sym_and, - ACTIONS(4836), 1, - anon_sym_bitor, - ACTIONS(4838), 1, - anon_sym_bitand, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5031), 1, - anon_sym_EQ, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4804), 2, + ACTIONS(4216), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4814), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(4824), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4806), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4818), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(4820), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5029), 20, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4218), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -270406,10 +270419,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [52660] = 3, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [52964] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5035), 18, + ACTIONS(4216), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -270428,7 +270448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5033), 35, + ACTIONS(4218), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -270464,125 +270484,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [52721] = 9, + [53025] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3153), 1, - sym_field_declaration_list, - STATE(5733), 1, - sym_virtual_specifier, - STATE(6426), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4007), 12, + ACTIONS(4715), 18, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4005), 34, + ACTIONS(4713), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [52794] = 9, + [53086] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3158), 1, - sym_field_declaration_list, - STATE(5729), 1, - sym_virtual_specifier, - STATE(6421), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4015), 12, + ACTIONS(4649), 20, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4013), 34, + ACTIONS(4647), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -270591,62 +270599,55 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - anon_sym_requires, - [52867] = 9, + [53146] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3162), 1, - sym_field_declaration_list, - STATE(5725), 1, - sym_virtual_specifier, - STATE(6412), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4030), 12, + ACTIONS(4533), 20, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4028), 34, + ACTIONS(4531), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -270655,11 +270656,67 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, + [53206] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4773), 26, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, anon_sym_requires, - [52940] = 3, + sym_this, + sym_nullptr, + ACTIONS(4775), 26, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [53266] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 18, + ACTIONS(4525), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -270669,30 +270726,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4212), 35, + ACTIONS(4523), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -270700,7 +270754,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -270714,10 +270767,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [53001] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [53326] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 18, + ACTIONS(4513), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -270727,30 +270783,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4212), 35, + ACTIONS(4511), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -270758,7 +270811,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -270772,10 +270824,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [53062] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [53386] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 18, + ACTIONS(3904), 1, + sym_literal_suffix, + ACTIONS(3754), 25, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -270790,11 +270847,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(4212), 35, + anon_sym_DASH_GT, + ACTIONS(3746), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -270804,11 +270868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -270820,24 +270880,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [53123] = 5, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [53448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(4220), 16, + ACTIONS(4506), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -270847,23 +270898,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4218), 35, + ACTIONS(4504), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -270873,27 +270926,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [53188] = 3, + anon_sym_GT2, + [53508] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4687), 20, + ACTIONS(4502), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -270903,28 +270955,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4682), 32, + ACTIONS(4500), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -270932,7 +270983,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -270945,93 +270995,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [53248] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5025), 1, - anon_sym_EQ, - ACTIONS(5037), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5043), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5045), 1, - anon_sym_AMP_AMP, - ACTIONS(5047), 1, - anon_sym_PIPE, - ACTIONS(5051), 1, - anon_sym_AMP, - ACTIONS(5057), 1, - anon_sym_GT_EQ, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5063), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5065), 1, - anon_sym_or, - ACTIONS(5067), 1, - anon_sym_and, - ACTIONS(5069), 1, - anon_sym_bitor, - ACTIONS(5071), 1, - anon_sym_bitand, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5039), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5049), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5059), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5073), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5041), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5053), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5055), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5023), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [53352] = 4, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [53568] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3912), 1, - sym_literal_suffix, - ACTIONS(3755), 25, + ACTIONS(4498), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271041,32 +271012,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3760), 26, + ACTIONS(4496), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -271075,43 +271040,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [53414] = 9, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [53628] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(4795), 1, - anon_sym_LT, - ACTIONS(4922), 1, - anon_sym_EQ, - STATE(3337), 1, - sym_template_argument_list, - ACTIONS(4924), 13, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 16, + ACTIONS(3906), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4682), 1, + anon_sym_LBRACK, + ACTIONS(4676), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + ACTIONS(3754), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271122,37 +271077,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3760), 18, + anon_sym_DASH_GT, + ACTIONS(3746), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [53486] = 4, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [53694] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5077), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(4788), 19, + ACTIONS(3906), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4682), 1, + anon_sym_LBRACK, + ACTIONS(4676), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + ACTIONS(3754), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271166,24 +271140,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4786), 32, + anon_sym_DASH_GT, + ACTIONS(3746), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -271204,76 +271174,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [53548] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4735), 26, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(4737), 26, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [53608] = 7, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [53760] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3734), 1, - anon_sym_LBRACE, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3986), 1, - anon_sym_LT, - STATE(2830), 1, - sym_template_argument_list, - ACTIONS(3736), 19, + ACTIONS(4303), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271285,6 +271191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -271293,7 +271200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3741), 29, + ACTIONS(4301), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -271301,6 +271208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -271322,18 +271230,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, anon_sym_GT2, - [53676] = 6, + [53820] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3902), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4699), 1, - anon_sym_LBRACK, - ACTIONS(4693), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(3755), 19, + ACTIONS(4287), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271343,24 +271246,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3760), 29, + ACTIONS(4285), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -271368,7 +271274,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -271381,19 +271286,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [53742] = 6, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [53880] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3902), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4699), 1, - anon_sym_LBRACK, - ACTIONS(4693), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(3755), 19, + ACTIONS(4529), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271403,24 +271303,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3760), 29, + ACTIONS(4527), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -271428,7 +271331,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -271441,12 +271343,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [53808] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [53940] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 20, + ACTIONS(4478), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271467,7 +271371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4261), 32, + ACTIONS(4476), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -271500,34 +271404,19 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [53868] = 9, + [54000] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(3979), 1, - anon_sym_LT, - STATE(3639), 1, - sym_template_argument_list, - ACTIONS(3982), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(3984), 12, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 17, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5002), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271537,96 +271426,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(3760), 17, + ACTIONS(5000), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [53940] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5079), 1, - anon_sym_LT, - STATE(2930), 1, - sym_template_argument_list, - ACTIONS(3765), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - ACTIONS(4076), 43, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_using, - anon_sym_concept, - [54006] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [54068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4615), 20, + ACTIONS(4283), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271647,7 +271489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4613), 32, + ACTIONS(4281), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -271680,19 +271522,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [54066] = 7, + [54128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4872), 17, + ACTIONS(4541), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271702,23 +271535,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4870), 30, + anon_sym_DOT, + ACTIONS(4539), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -271726,7 +271563,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -271739,12 +271575,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [54134] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [54188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4381), 20, + ACTIONS(4545), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271765,7 +271603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4379), 32, + ACTIONS(4543), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -271798,10 +271636,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [54194] = 3, + [54248] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4377), 20, + ACTIONS(4653), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271822,7 +271660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4375), 32, + ACTIONS(4651), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -271855,67 +271693,94 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [54254] = 3, + [54308] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4365), 20, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5045), 1, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4363), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + STATE(2926), 1, + sym_template_argument_list, + ACTIONS(3768), 6, anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, + ACTIONS(4063), 43, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - anon_sym_QMARK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_using, + anon_sym_concept, + [54374] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(4770), 1, + anon_sym_LT, + ACTIONS(4900), 1, + anon_sym_EQ, + STATE(3325), 1, + sym_template_argument_list, + ACTIONS(4902), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [54314] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4357), 20, + ACTIONS(3754), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271925,18 +271790,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4355), 32, + ACTIONS(3746), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -271944,21 +271805,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, + anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -271966,13 +271816,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [54374] = 3, + [54446] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4353), 20, + ACTIONS(4585), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -271993,7 +271840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4351), 32, + ACTIONS(4583), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272026,67 +271873,90 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [54434] = 3, + [54506] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4349), 20, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(4854), 1, + anon_sym_EQ, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5047), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5053), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5055), 1, + anon_sym_AMP_AMP, + ACTIONS(5057), 1, + anon_sym_PIPE, + ACTIONS(5061), 1, + anon_sym_AMP, + ACTIONS(5067), 1, + anon_sym_GT_EQ, + ACTIONS(5071), 1, + anon_sym_QMARK, + ACTIONS(5073), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5075), 1, + anon_sym_or, + ACTIONS(5077), 1, + anon_sym_and, + ACTIONS(5079), 1, + anon_sym_bitor, + ACTIONS(5081), 1, + anon_sym_bitand, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5059), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5069), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5083), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5063), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5065), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4347), 32, - anon_sym_DOT_DOT_DOT, + ACTIONS(4836), 17, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, + anon_sym_RPAREN, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [54494] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [54612] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4345), 20, + ACTIONS(4581), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272107,7 +271977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4343), 32, + ACTIONS(4579), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272140,10 +272010,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [54554] = 3, + [54672] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 20, + ACTIONS(4573), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272164,7 +272034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4339), 32, + ACTIONS(4571), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272197,10 +272067,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [54614] = 3, + [54732] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4321), 20, + ACTIONS(4559), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272221,7 +272091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4319), 32, + ACTIONS(4557), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272254,10 +272124,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [54674] = 3, + [54792] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4313), 20, + ACTIONS(4490), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272278,7 +272148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4311), 32, + ACTIONS(4488), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272311,10 +272181,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [54734] = 3, + [54852] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4291), 20, + ACTIONS(4486), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272335,7 +272205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4289), 32, + ACTIONS(4484), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272368,10 +272238,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [54794] = 3, + [54912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4287), 20, + ACTIONS(4474), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272392,7 +272262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4285), 32, + ACTIONS(4472), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272425,10 +272295,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [54854] = 3, + [54972] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4448), 20, + ACTIONS(4470), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272449,7 +272319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4446), 32, + ACTIONS(4468), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272482,67 +272352,70 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [54914] = 3, + [55032] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4470), 20, + ACTIONS(5085), 1, + sym_auto, + ACTIONS(5087), 1, + anon_sym_decltype, + STATE(2812), 1, + sym_decltype_auto, + ACTIONS(4237), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(4468), 32, + ACTIONS(4235), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [54974] = 3, + anon_sym_requires, + [55098] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4509), 20, + ACTIONS(4443), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272563,7 +272436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4507), 32, + ACTIONS(4441), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272596,10 +272469,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [55034] = 3, + [55158] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4525), 20, + ACTIONS(4435), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272620,7 +272493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4523), 32, + ACTIONS(4433), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272653,10 +272526,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [55094] = 3, + [55218] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4537), 20, + ACTIONS(4415), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272677,7 +272550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4535), 32, + ACTIONS(4413), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272710,10 +272583,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [55154] = 3, + [55278] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4555), 20, + ACTIONS(4387), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272734,7 +272607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4553), 32, + ACTIONS(4385), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272767,10 +272640,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [55214] = 3, + [55338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4563), 20, + ACTIONS(4381), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272791,7 +272664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4561), 32, + ACTIONS(4379), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -272824,136 +272697,22 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [55274] = 3, + [55398] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4567), 20, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4565), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4132), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, + ACTIONS(5041), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [55334] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4571), 20, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, anon_sym_DOT, - ACTIONS(4569), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [55394] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5073), 2, + ACTIONS(5083), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4880), 17, + ACTIONS(4982), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -272971,7 +272730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4878), 28, + ACTIONS(4980), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -273000,34 +272759,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [55464] = 12, + [55468] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(5061), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5063), 1, + ACTIONS(5073), 1, anon_sym_LT_EQ_GT, - STATE(2850), 1, + STATE(2814), 1, sym_argument_list, - ACTIONS(5039), 2, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5059), 2, + ACTIONS(5069), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5073), 2, + ACTIONS(5083), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5041), 3, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4884), 10, + ACTIONS(4816), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -273038,7 +272797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4882), 27, + ACTIONS(4810), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -273066,10 +272825,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [55542] = 3, + [55546] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4591), 20, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5083), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4978), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273079,27 +272850,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4589), 32, + ACTIONS(4976), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -273107,6 +272874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -273117,16 +272885,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [55602] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [55616] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4595), 20, + ACTIONS(4660), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273147,7 +272911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4593), 32, + ACTIONS(4658), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -273180,10 +272944,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [55662] = 3, + [55676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 20, + ACTIONS(4537), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273204,7 +272968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4597), 32, + ACTIONS(4535), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -273237,10 +273001,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [55722] = 3, + [55736] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4607), 20, + ACTIONS(4645), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273261,7 +273025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4605), 32, + ACTIONS(4643), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -273294,10 +273058,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [55782] = 3, + [55796] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4611), 20, + ACTIONS(4641), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273318,7 +273082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4609), 32, + ACTIONS(4639), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -273351,10 +273115,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [55842] = 3, + [55856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4309), 20, + ACTIONS(4637), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273375,7 +273139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4307), 32, + ACTIONS(4635), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -273408,10 +273172,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [55902] = 3, + [55916] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 20, + ACTIONS(4633), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273432,7 +273196,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4371), 32, + ACTIONS(4631), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -273465,65 +273229,65 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [55962] = 24, + [55976] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(4892), 1, + ACTIONS(4938), 1, anon_sym_EQ, - ACTIONS(5043), 1, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5053), 1, anon_sym_PIPE_PIPE, - ACTIONS(5045), 1, + ACTIONS(5055), 1, anon_sym_AMP_AMP, - ACTIONS(5047), 1, + ACTIONS(5057), 1, anon_sym_PIPE, - ACTIONS(5051), 1, + ACTIONS(5061), 1, anon_sym_AMP, - ACTIONS(5057), 1, + ACTIONS(5067), 1, anon_sym_GT_EQ, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5063), 1, + ACTIONS(5073), 1, anon_sym_LT_EQ_GT, - ACTIONS(5065), 1, + ACTIONS(5075), 1, anon_sym_or, - ACTIONS(5067), 1, + ACTIONS(5077), 1, anon_sym_and, - ACTIONS(5069), 1, + ACTIONS(5079), 1, anon_sym_bitor, - ACTIONS(5071), 1, + ACTIONS(5081), 1, anon_sym_bitand, - STATE(2850), 1, + STATE(2814), 1, sym_argument_list, - ACTIONS(5039), 2, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5049), 2, + ACTIONS(5059), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5059), 2, + ACTIONS(5069), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5073), 2, + ACTIONS(5083), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5041), 3, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5053), 3, + ACTIONS(5063), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5055), 3, + ACTIONS(5065), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4890), 19, + ACTIONS(4936), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -273543,10 +273307,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [56064] = 3, + [56078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4242), 16, + ACTIONS(4629), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273556,24 +273320,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4240), 36, + ACTIONS(4627), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -273583,27 +273348,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [56124] = 3, + anon_sym_GT2, + [56138] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4647), 20, + ACTIONS(4625), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273624,7 +273388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4645), 32, + ACTIONS(4623), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -273657,10 +273421,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [56184] = 3, + [56198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 20, + ACTIONS(4621), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273681,7 +273445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4367), 32, + ACTIONS(4619), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -273714,19 +273478,19 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [56244] = 7, + [56258] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(5061), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - STATE(2850), 1, + STATE(2814), 1, sym_argument_list, - ACTIONS(5075), 2, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4915), 17, + ACTIONS(4872), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273744,7 +273508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4913), 30, + ACTIONS(4870), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -273775,10 +273539,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [56312] = 3, + [56326] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4409), 20, + ACTIONS(4617), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273799,7 +273563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4407), 32, + ACTIONS(4615), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -273832,10 +273596,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [56372] = 3, + [56386] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4460), 20, + ACTIONS(4613), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273856,7 +273620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4458), 32, + ACTIONS(4611), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -273889,10 +273653,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [56432] = 3, + [56446] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4432), 20, + ACTIONS(4609), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -273913,7 +273677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4430), 32, + ACTIONS(4607), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -273946,55 +273710,56 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [56492] = 3, + [56506] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4478), 20, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4259), 11, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4476), 32, + ACTIONS(4257), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -274002,11 +273767,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [56552] = 3, + anon_sym_requires, + [56568] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4505), 20, + ACTIONS(4601), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274027,7 +273792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4503), 32, + ACTIONS(4599), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -274060,10 +273825,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [56612] = 3, + [56628] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4513), 20, + ACTIONS(4597), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274084,7 +273849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4511), 32, + ACTIONS(4595), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -274117,10 +273882,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [56672] = 3, + [56688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 20, + ACTIONS(4593), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274141,7 +273906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4539), 32, + ACTIONS(4591), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -274174,10 +273939,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [56732] = 3, + [56748] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4551), 20, + ACTIONS(3732), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274187,27 +273952,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4549), 32, + anon_sym_DASH_GT, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -274215,6 +273981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -274227,14 +273994,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [56792] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [56808] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 20, + ACTIONS(3732), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274244,27 +274009,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4659), 32, + anon_sym_DASH_GT, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -274272,6 +274038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -274284,14 +274051,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [56852] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [56868] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4657), 20, + ACTIONS(4692), 1, + sym_auto, + ACTIONS(4694), 1, + anon_sym_decltype, + STATE(2871), 1, + sym_decltype_auto, + ACTIONS(4237), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274301,25 +274072,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(4655), 32, + anon_sym_DASH_GT, + ACTIONS(4235), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -274329,26 +274098,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [56912] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [56934] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4424), 20, + ACTIONS(3732), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274358,27 +274126,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4422), 32, + anon_sym_DASH_GT, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -274386,6 +274155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -274398,14 +274168,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [56972] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [56994] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4444), 20, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4259), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274415,25 +274185,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(4442), 32, + anon_sym_DASH_GT, + ACTIONS(4257), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -274443,26 +274211,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [57032] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [57056] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4559), 20, + ACTIONS(3906), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4682), 1, + anon_sym_LBRACK, + ACTIONS(4676), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + ACTIONS(3908), 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(3754), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274472,27 +274252,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4557), 32, + anon_sym_DASH_GT, + ACTIONS(3746), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -274500,26 +274277,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [57092] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [57124] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4361), 20, + ACTIONS(5089), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4715), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274529,27 +274304,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4359), 32, + anon_sym_DASH_GT, + ACTIONS(4713), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -274557,6 +274332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -274569,60 +274345,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [57152] = 4, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [57186] = 3, ACTIONS(3), 1, sym_comment, - STATE(2726), 1, - sym_enumerator_list, - ACTIONS(4230), 10, + ACTIONS(4411), 20, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4228), 41, + ACTIONS(4409), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -274630,11 +274403,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [57214] = 3, + anon_sym_GT2, + [57246] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4587), 20, + ACTIONS(4419), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274655,7 +274428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4585), 32, + ACTIONS(4417), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -274688,10 +274461,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [57274] = 3, + [57306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 20, + ACTIONS(4423), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274712,7 +274485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4387), 32, + ACTIONS(4421), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -274745,10 +274518,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [57334] = 3, + [57366] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4385), 20, + ACTIONS(4427), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274769,7 +274542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4383), 32, + ACTIONS(4425), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -274802,10 +274575,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [57394] = 3, + [57426] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4452), 20, + ACTIONS(3732), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274815,27 +274588,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4450), 32, + anon_sym_DASH_GT, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -274843,6 +274617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -274855,14 +274630,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [57454] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [57486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4482), 20, + ACTIONS(4431), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274883,7 +274656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4480), 32, + ACTIONS(4429), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -274916,10 +274689,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [57514] = 3, + [57546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4486), 20, + ACTIONS(4439), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -274940,7 +274713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4484), 32, + ACTIONS(4437), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -274973,70 +274746,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [57574] = 6, + [57606] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5079), 1, - anon_sym_LT, - STATE(2930), 1, - sym_template_argument_list, - ACTIONS(3734), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - ACTIONS(3729), 43, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_using, - anon_sym_concept, - [57640] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4337), 20, + ACTIONS(3732), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -275046,27 +274759,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4335), 32, + anon_sym_DASH_GT, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -275074,6 +274788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -275086,14 +274801,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [57700] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [57666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4333), 20, + ACTIONS(4447), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -275114,7 +274827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4331), 32, + ACTIONS(4445), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -275147,10 +274860,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [57760] = 3, + [57726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4631), 20, + ACTIONS(4451), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -275171,7 +274884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4629), 32, + ACTIONS(4449), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -275204,10 +274917,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [57820] = 3, + [57786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4267), 20, + ACTIONS(4455), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -275228,7 +274941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4265), 32, + ACTIONS(4453), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -275261,10 +274974,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [57880] = 3, + [57846] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4583), 20, + ACTIONS(4463), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -275285,7 +274998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4581), 32, + ACTIONS(4461), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -275318,10 +275031,82 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [57940] = 3, + [57906] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4579), 20, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5045), 1, + anon_sym_LT, + STATE(2926), 1, + sym_template_argument_list, + ACTIONS(3730), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LBRACK_LBRACK, + ACTIONS(3725), 43, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_using, + anon_sym_concept, + [57972] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5083), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4994), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -275331,27 +275116,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4577), 32, + ACTIONS(4992), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -275359,6 +275140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -275369,16 +275151,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [58000] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [58042] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4575), 20, + ACTIONS(4482), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -275399,7 +275177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4573), 32, + ACTIONS(4480), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -275432,10 +275210,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [58060] = 3, + [58102] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4498), 20, + ACTIONS(4494), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -275456,7 +275234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4496), 32, + ACTIONS(4492), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -275489,10 +275267,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [58120] = 3, + [58162] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4275), 20, + ACTIONS(4517), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -275513,7 +275291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4273), 32, + ACTIONS(4515), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -275546,45 +275324,49 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [58180] = 6, + [58222] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1597), 1, - anon_sym_LBRACE, - ACTIONS(4277), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - STATE(3092), 2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + STATE(2814), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(4603), 20, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5083), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5013), 14, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4601), 28, + ACTIONS(5011), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -275592,6 +275374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -275602,21 +275385,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [58246] = 6, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [58294] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1597), 1, - anon_sym_LBRACE, - ACTIONS(4277), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - STATE(3055), 2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + STATE(2814), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(4623), 20, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5083), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5013), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -275626,25 +275412,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4621), 28, + ACTIONS(5011), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -275652,6 +275436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -275662,72 +275447,170 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [58312] = 4, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [58364] = 22, ACTIONS(3), 1, sym_comment, - STATE(2764), 1, - sym_enumerator_list, - ACTIONS(4253), 10, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5055), 1, + anon_sym_AMP_AMP, + ACTIONS(5057), 1, + anon_sym_PIPE, + ACTIONS(5061), 1, + anon_sym_AMP, + ACTIONS(5067), 1, + anon_sym_GT_EQ, + ACTIONS(5073), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5077), 1, + anon_sym_and, + ACTIONS(5079), 1, + anon_sym_bitor, + ACTIONS(5081), 1, + anon_sym_bitand, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5013), 2, + anon_sym_EQ, + anon_sym_or, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5059), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5069), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5083), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5051), 3, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + anon_sym_PERCENT, + ACTIONS(5063), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5065), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(4251), 41, + ACTIONS(5011), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [58462] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5057), 1, + anon_sym_PIPE, + ACTIONS(5061), 1, + anon_sym_AMP, + ACTIONS(5067), 1, + anon_sym_GT_EQ, + ACTIONS(5073), 1, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, + ACTIONS(5079), 1, anon_sym_bitor, - anon_sym_xor, + ACTIONS(5081), 1, anon_sym_bitand, - anon_sym_not_eq, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5059), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5069), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5083), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [58374] = 3, + ACTIONS(5013), 3, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + ACTIONS(5051), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5063), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5065), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [58556] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 20, + ACTIONS(3730), 1, + anon_sym_LBRACE, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3976), 1, + anon_sym_LT, + STATE(2721), 1, + sym_template_argument_list, + ACTIONS(3732), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -275739,7 +275622,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -275748,7 +275630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4261), 32, + ACTIONS(3737), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -275756,7 +275638,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -275778,44 +275659,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, anon_sym_GT2, - [58434] = 3, + [58624] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4800), 19, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5039), 1, + anon_sym_EQ, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5053), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5055), 1, + anon_sym_AMP_AMP, + ACTIONS(5057), 1, + anon_sym_PIPE, + ACTIONS(5061), 1, + anon_sym_AMP, + ACTIONS(5067), 1, + anon_sym_GT_EQ, + ACTIONS(5073), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5075), 1, + anon_sym_or, + ACTIONS(5077), 1, + anon_sym_and, + ACTIONS(5079), 1, + anon_sym_bitor, + ACTIONS(5081), 1, + anon_sym_bitand, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5059), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5069), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5083), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5063), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5065), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4798), 33, + ACTIONS(5037), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -275830,53 +275736,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [58494] = 6, + [58726] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1597), 1, - anon_sym_LBRACE, - ACTIONS(4277), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - STATE(3034), 2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5061), 1, + anon_sym_AMP, + ACTIONS(5067), 1, + anon_sym_GT_EQ, + ACTIONS(5073), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5081), 1, + anon_sym_bitand, + STATE(2814), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(4619), 20, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5059), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5069), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5083), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5063), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5065), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(5013), 4, + anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4617), 28, + ACTIONS(5011), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -275884,31 +275800,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [58560] = 6, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [58816] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1597), 1, - anon_sym_LBRACE, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - STATE(3048), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4639), 20, + ACTIONS(4804), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -275918,24 +275823,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4637), 28, + anon_sym_DASH_GT, + ACTIONS(4802), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -275944,6 +275852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -275956,102 +275865,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [58626] = 26, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [58876] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(4854), 1, - anon_sym_EQ, - ACTIONS(5037), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5043), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5045), 1, - anon_sym_AMP_AMP, - ACTIONS(5047), 1, - anon_sym_PIPE, - ACTIONS(5051), 1, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5061), 1, anon_sym_AMP, - ACTIONS(5057), 1, + ACTIONS(5067), 1, anon_sym_GT_EQ, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5063), 1, + ACTIONS(5073), 1, anon_sym_LT_EQ_GT, - ACTIONS(5065), 1, - anon_sym_or, - ACTIONS(5067), 1, - anon_sym_and, - ACTIONS(5069), 1, - anon_sym_bitor, - ACTIONS(5071), 1, - anon_sym_bitand, ACTIONS(5081), 1, - anon_sym_QMARK, - STATE(2850), 1, + anon_sym_bitand, + STATE(2814), 1, sym_argument_list, - ACTIONS(5039), 2, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5049), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5059), 2, + ACTIONS(5069), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5073), 2, + ACTIONS(5083), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5041), 3, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5053), 3, + ACTIONS(5063), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5055), 3, + ACTIONS(5065), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4852), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [58732] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4770), 26, + ACTIONS(5013), 6, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(5011), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -276063,44 +275932,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - ACTIONS(4772), 26, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - [58792] = 4, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [58964] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4263), 11, + ACTIONS(5091), 1, + anon_sym_LBRACE, + STATE(2824), 1, + sym_enumerator_list, + ACTIONS(4253), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -276110,9 +275955,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(4261), 40, + ACTIONS(4251), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -276128,7 +275972,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -276139,6 +275982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -276153,48 +275997,57 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [58854] = 7, + [59028] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3902), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4699), 1, - anon_sym_LBRACK, - ACTIONS(4693), 2, - anon_sym_RPAREN, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(3904), 3, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 19, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5067), 1, + anon_sym_GT_EQ, + ACTIONS(5073), 1, + anon_sym_LT_EQ_GT, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5069), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5083), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5063), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5065), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(5013), 7, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3760), 26, + ACTIONS(5011), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -276206,48 +276059,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [58922] = 8, + [59112] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(5061), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - STATE(2850), 1, + ACTIONS(5067), 1, + anon_sym_GT_EQ, + ACTIONS(5073), 1, + anon_sym_LT_EQ_GT, + STATE(2814), 1, sym_argument_list, - ACTIONS(5073), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4864), 17, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5069), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5083), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5065), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(5013), 7, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4862), 28, + ACTIONS(5011), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -276255,7 +276115,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -276270,76 +276129,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [58992] = 6, + [59194] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5083), 1, - sym_auto, - ACTIONS(5085), 1, - anon_sym_decltype, - STATE(2853), 1, - sym_decltype_auto, - ACTIONS(4249), 10, + ACTIONS(4521), 20, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4247), 39, + ACTIONS(4519), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_requires, - [59058] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [59254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5021), 20, + ACTIONS(4549), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -276349,28 +276204,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5019), 32, + ACTIONS(4547), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -276378,7 +276232,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -276391,12 +276244,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [59118] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [59314] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 20, + ACTIONS(4553), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -276406,28 +276261,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3741), 32, + ACTIONS(4551), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -276435,7 +276289,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -276448,70 +276301,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [59178] = 24, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [59374] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(4904), 1, - anon_sym_EQ, - ACTIONS(5043), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5045), 1, - anon_sym_AMP_AMP, - ACTIONS(5047), 1, - anon_sym_PIPE, - ACTIONS(5051), 1, - anon_sym_AMP, - ACTIONS(5057), 1, - anon_sym_GT_EQ, - ACTIONS(5061), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5063), 1, + ACTIONS(5073), 1, anon_sym_LT_EQ_GT, - ACTIONS(5065), 1, - anon_sym_or, - ACTIONS(5067), 1, - anon_sym_and, - ACTIONS(5069), 1, - anon_sym_bitor, - ACTIONS(5071), 1, - anon_sym_bitand, - STATE(2850), 1, + STATE(2814), 1, sym_argument_list, - ACTIONS(5039), 2, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5049), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5059), 2, + ACTIONS(5069), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5073), 2, + ACTIONS(5083), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5041), 3, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5053), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5055), 3, + ACTIONS(5013), 10, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4902), 19, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(5011), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -276526,14 +276366,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [59280] = 4, + [59452] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5087), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(4788), 20, + ACTIONS(4259), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -276543,27 +276384,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4786), 31, + ACTIONS(4257), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -276571,7 +276412,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -276584,12 +276424,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [59342] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [59512] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 20, + ACTIONS(4704), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -276610,7 +276452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3741), 32, + ACTIONS(4702), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -276643,10 +276485,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [59402] = 3, + [59572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 20, + ACTIONS(4563), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -276656,28 +276498,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3741), 32, + ACTIONS(4561), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -276685,7 +276526,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -276698,23 +276538,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [59462] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4674), 1, + anon_sym_DASH_GT, sym_auto, - ACTIONS(4676), 1, anon_sym_decltype, - STATE(2847), 1, - sym_decltype_auto, - ACTIONS(4249), 16, + anon_sym_GT2, + [59632] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5083), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5013), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -276724,20 +276574,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4247), 33, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(5011), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -276749,21 +276597,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [59528] = 3, + [59706] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 20, + ACTIONS(5093), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4715), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -276783,18 +276631,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3741), 32, + ACTIONS(4713), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -276815,199 +276663,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [59588] = 24, + anon_sym_DASH_GT, + [59768] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(5031), 1, - anon_sym_EQ, - ACTIONS(5043), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5045), 1, - anon_sym_AMP_AMP, - ACTIONS(5047), 1, - anon_sym_PIPE, - ACTIONS(5051), 1, - anon_sym_AMP, - ACTIONS(5057), 1, - anon_sym_GT_EQ, - ACTIONS(5061), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5063), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5065), 1, - anon_sym_or, - ACTIONS(5067), 1, - anon_sym_and, - ACTIONS(5069), 1, - anon_sym_bitor, - ACTIONS(5071), 1, - anon_sym_bitand, - STATE(2850), 1, + STATE(2814), 1, sym_argument_list, - ACTIONS(5039), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5049), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5059), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5073), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5041), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5053), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5055), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5029), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [59690] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(4828), 1, - anon_sym_EQ, - ACTIONS(5043), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5045), 1, - anon_sym_AMP_AMP, - ACTIONS(5047), 1, - anon_sym_PIPE, - ACTIONS(5051), 1, - anon_sym_AMP, - ACTIONS(5057), 1, - anon_sym_GT_EQ, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5063), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5065), 1, - anon_sym_or, - ACTIONS(5067), 1, - anon_sym_and, - ACTIONS(5069), 1, - anon_sym_bitor, - ACTIONS(5071), 1, - anon_sym_bitand, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5039), 2, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5049), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5059), 2, + ACTIONS(5069), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5073), 2, + ACTIONS(5083), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5041), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5053), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5055), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4802), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [59792] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4788), 20, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5013), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4786), 32, + ACTIONS(5011), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -277026,14 +276727,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [59852] = 3, + [59844] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 20, + ACTIONS(4732), 1, + anon_sym_LBRACE, + STATE(2799), 1, + sym_enumerator_list, + ACTIONS(4253), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -277047,14 +276750,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3741), 32, + ACTIONS(4251), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -277064,7 +276763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -277076,25 +276775,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [59912] = 5, + [59908] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5089), 1, - anon_sym_LT, - STATE(2732), 1, - sym_template_argument_list, - ACTIONS(4908), 18, + ACTIONS(4259), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -277104,25 +276801,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4906), 32, + ACTIONS(4257), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -277131,7 +276829,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -277144,14 +276841,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [59976] = 4, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [59968] = 3, ACTIONS(3), 1, sym_comment, - STATE(2886), 1, - sym_enumerator_list, - ACTIONS(4230), 16, + ACTIONS(4241), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -277168,7 +276865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4228), 35, + ACTIONS(4239), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -277178,6 +276875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -277204,18 +276902,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [60038] = 7, + [60028] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, + ACTIONS(1597), 1, anon_sym_LBRACE, - ACTIONS(5092), 1, - anon_sym_LT, - STATE(2830), 1, - sym_template_argument_list, - ACTIONS(3755), 19, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + STATE(3040), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4589), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -277227,6 +276924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -277235,10 +276933,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3760), 29, + ACTIONS(4587), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -277265,69 +276962,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [60106] = 3, + [60094] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4668), 20, + ACTIONS(5091), 1, + anon_sym_LBRACE, + STATE(2725), 1, + sym_enumerator_list, + ACTIONS(4263), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4666), 32, + ACTIONS(4261), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [60158] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(3969), 1, + anon_sym_LT, + STATE(3595), 1, + sym_template_argument_list, + ACTIONS(3972), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(3974), 12, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + ACTIONS(3746), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [60166] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4263), 16, + anon_sym_DASH_GT, + anon_sym_GT2, + ACTIONS(3754), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -277337,36 +277076,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4261), 35, + [60230] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4241), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(4239), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -277376,26 +277137,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [60228] = 8, + anon_sym_requires, + [60290] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5073), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4993), 17, + ACTIONS(5095), 1, + anon_sym_LT, + STATE(2718), 1, + sym_template_argument_list, + ACTIONS(5006), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -277406,22 +277159,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4991), 28, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5004), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -277440,14 +277196,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [60298] = 4, + [60354] = 7, ACTIONS(3), 1, sym_comment, - STATE(2906), 1, - sym_enumerator_list, - ACTIONS(4253), 16, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(5098), 1, + anon_sym_LT, + STATE(2721), 1, + sym_template_argument_list, + ACTIONS(3754), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -277457,24 +277221,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4251), 35, + ACTIONS(3746), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -277483,68 +277247,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [60360] = 11, + anon_sym_DASH_GT, + anon_sym_GT2, + [60422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5039), 2, + ACTIONS(4715), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5059), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5073), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5041), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 28, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4713), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -277563,31 +277314,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [60436] = 10, + [60482] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5039), 2, + ACTIONS(4732), 1, + anon_sym_LBRACE, + STATE(2771), 1, + sym_enumerator_list, + ACTIONS(4263), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5073), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5041), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -277597,18 +277340,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(5003), 28, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4261), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -277620,62 +277364,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [60510] = 12, + [60546] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(1597), 1, + anon_sym_LBRACE, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5063), 1, - anon_sym_LT_EQ_GT, - STATE(2850), 1, + STATE(3053), 2, sym_argument_list, - ACTIONS(5039), 2, + sym_initializer_list, + ACTIONS(4605), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5059), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5073), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5041), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 27, + anon_sym_DOT, + ACTIONS(4603), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -277683,137 +277423,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [60588] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5057), 1, - anon_sym_GT_EQ, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5063), 1, - anon_sym_LT_EQ_GT, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5039), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5059), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5073), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5041), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5055), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5005), 7, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(5003), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [60670] = 15, + anon_sym_GT2, + [60612] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, + ACTIONS(4930), 1, + anon_sym_EQ, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5053), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5055), 1, + anon_sym_AMP_AMP, ACTIONS(5057), 1, + anon_sym_PIPE, + ACTIONS(5061), 1, + anon_sym_AMP, + ACTIONS(5067), 1, anon_sym_GT_EQ, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5063), 1, + ACTIONS(5073), 1, anon_sym_LT_EQ_GT, - STATE(2850), 1, + ACTIONS(5075), 1, + anon_sym_or, + ACTIONS(5077), 1, + anon_sym_and, + ACTIONS(5079), 1, + anon_sym_bitor, + ACTIONS(5081), 1, + anon_sym_bitand, + STATE(2814), 1, sym_argument_list, - ACTIONS(5039), 2, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5059), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5069), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5073), 2, + ACTIONS(5083), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5041), 3, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5053), 3, + ACTIONS(5063), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5055), 3, + ACTIONS(5065), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 7, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(5003), 23, + ACTIONS(4928), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -277828,64 +277513,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [60754] = 17, + [60714] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(5051), 1, - anon_sym_AMP, + ACTIONS(5031), 1, + anon_sym_EQ, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5047), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5053), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5055), 1, + anon_sym_AMP_AMP, ACTIONS(5057), 1, - anon_sym_GT_EQ, + anon_sym_PIPE, ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5063), 1, + anon_sym_AMP, + ACTIONS(5067), 1, + anon_sym_GT_EQ, + ACTIONS(5073), 1, anon_sym_LT_EQ_GT, - ACTIONS(5071), 1, + ACTIONS(5075), 1, + anon_sym_or, + ACTIONS(5077), 1, + anon_sym_and, + ACTIONS(5079), 1, + anon_sym_bitor, + ACTIONS(5081), 1, anon_sym_bitand, - STATE(2850), 1, + STATE(2814), 1, sym_argument_list, - ACTIONS(5039), 2, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(5059), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5069), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5073), 2, + ACTIONS(5083), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5041), 3, + ACTIONS(5051), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5053), 3, + ACTIONS(5063), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5055), 3, + ACTIONS(5065), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(5003), 22, - anon_sym_DOT_DOT_DOT, + ACTIONS(5029), 18, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -277900,64 +277592,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_bitor, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [60842] = 18, + [60818] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(1597), 1, + anon_sym_LBRACE, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5051), 1, - anon_sym_AMP, - ACTIONS(5057), 1, - anon_sym_GT_EQ, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5063), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5071), 1, - anon_sym_bitand, - STATE(2850), 1, + STATE(3094), 2, sym_argument_list, - ACTIONS(5039), 2, + sym_initializer_list, + ACTIONS(4664), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5049), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5059), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5073), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5041), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5053), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5055), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 4, - anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - ACTIONS(5003), 22, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4662), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -277965,74 +277640,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [60932] = 20, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [60884] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(1597), 1, + anon_sym_LBRACE, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5047), 1, - anon_sym_PIPE, - ACTIONS(5051), 1, - anon_sym_AMP, - ACTIONS(5057), 1, - anon_sym_GT_EQ, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5063), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5069), 1, - anon_sym_bitor, - ACTIONS(5071), 1, - anon_sym_bitand, - STATE(2850), 1, + STATE(3089), 2, sym_argument_list, - ACTIONS(5039), 2, + sym_initializer_list, + ACTIONS(4459), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5049), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5059), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5073), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5005), 3, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - ACTIONS(5041), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5053), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5055), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 21, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4457), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -278040,75 +277700,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [61026] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5045), 1, - anon_sym_AMP_AMP, - ACTIONS(5047), 1, - anon_sym_PIPE, - ACTIONS(5051), 1, - anon_sym_AMP, - ACTIONS(5057), 1, - anon_sym_GT_EQ, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5063), 1, anon_sym_LT_EQ_GT, - ACTIONS(5067), 1, - anon_sym_and, - ACTIONS(5069), 1, anon_sym_bitor, - ACTIONS(5071), 1, anon_sym_bitand, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5005), 2, - anon_sym_EQ, - anon_sym_or, - ACTIONS(5039), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5049), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5059), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5073), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, - anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5041), 3, + anon_sym_GT2, + [60950] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4832), 20, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5053), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5055), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 20, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4830), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -278123,24 +277763,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [61124] = 8, + [61010] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4740), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(5061), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5073), 2, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + ACTIONS(4742), 26, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5005), 17, + sym_literal_suffix, + [61070] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4674), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -278154,19 +277845,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 28, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4672), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -278185,51 +277881,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [61194] = 9, + [61130] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(5061), 1, + ACTIONS(4892), 1, + anon_sym_EQ, + ACTIONS(5041), 1, anon_sym_LBRACK, - STATE(2850), 1, + ACTIONS(5053), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5055), 1, + anon_sym_AMP_AMP, + ACTIONS(5057), 1, + anon_sym_PIPE, + ACTIONS(5061), 1, + anon_sym_AMP, + ACTIONS(5067), 1, + anon_sym_GT_EQ, + ACTIONS(5073), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5075), 1, + anon_sym_or, + ACTIONS(5077), 1, + anon_sym_and, + ACTIONS(5079), 1, + anon_sym_bitor, + ACTIONS(5081), 1, + anon_sym_bitand, + STATE(2814), 1, sym_argument_list, - ACTIONS(5073), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5075), 2, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5041), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5005), 14, + ACTIONS(5049), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_PIPE, + ACTIONS(5059), 2, anon_sym_CARET, - anon_sym_AMP, + anon_sym_xor, + ACTIONS(5069), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5083), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5051), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5063), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5065), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(5003), 28, + ACTIONS(4890), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -278244,16 +277961,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [61266] = 3, + [61232] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4242), 11, + ACTIONS(4629), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -278263,9 +277976,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(4240), 41, + ACTIONS(4627), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -278281,7 +277993,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, @@ -278293,6 +278004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -278307,49 +278019,49 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [61326] = 3, + [61291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4448), 10, + ACTIONS(4431), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4446), 41, + anon_sym_DASH_GT, + ACTIONS(4429), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -278359,14 +278071,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [61385] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [61350] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4349), 16, + ACTIONS(4966), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -278381,9 +278093,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4347), 35, + ACTIONS(4964), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -278393,7 +278108,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -278406,23 +278120,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [61409] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4201), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4203), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [61444] = 3, + [61468] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4287), 10, + ACTIONS(4259), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -278433,7 +278201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4285), 41, + ACTIONS(4257), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -278475,10 +278243,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [61503] = 3, + [61527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3755), 19, + ACTIONS(4974), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -278498,7 +278266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3760), 32, + ACTIONS(2632), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -278531,10 +278299,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [61562] = 3, + [61586] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4687), 19, + ACTIONS(5101), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5103), 1, + anon_sym_AMP_AMP, + ACTIONS(4906), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -278548,24 +278320,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4682), 32, + anon_sym_DASH_GT, + ACTIONS(4904), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -278586,11 +278355,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [61621] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [61649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5027), 19, + ACTIONS(4216), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -278610,7 +278380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2528), 32, + ACTIONS(4218), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -278643,10 +278413,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [61680] = 3, + [61708] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3755), 19, + ACTIONS(4216), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -278666,7 +278436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3760), 32, + ACTIONS(4218), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -278699,10 +278469,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [61739] = 3, + [61767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4985), 19, + ACTIONS(4216), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -278722,7 +278492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4983), 32, + ACTIONS(4218), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -278755,161 +278525,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [61798] = 3, + [61826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4509), 10, + ACTIONS(4208), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4507), 41, + anon_sym_DASH_GT, + ACTIONS(4210), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [61857] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [61885] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4525), 10, + ACTIONS(5023), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4523), 41, + anon_sym_DASH_GT, + ACTIONS(5021), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [61916] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [61944] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4537), 10, + ACTIONS(1625), 1, + anon_sym_LBRACE, + ACTIONS(4688), 1, + anon_sym_LPAREN2, + STATE(3124), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4605), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4535), 41, + anon_sym_DASH_GT, + ACTIONS(4603), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -278919,14 +278694,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [61975] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [62009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4267), 16, + ACTIONS(4942), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -278941,9 +278714,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4265), 35, + ACTIONS(4940), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -278953,7 +278729,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -278966,191 +278741,192 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [62034] = 3, + [62068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4555), 10, + ACTIONS(4934), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4553), 41, + anon_sym_DASH_GT, + ACTIONS(4932), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [62093] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [62127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4563), 10, + ACTIONS(4946), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4561), 41, + anon_sym_DASH_GT, + ACTIONS(4944), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [62152] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [62186] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4567), 10, + ACTIONS(4754), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4565), 41, + anon_sym_DASH_GT, + ACTIONS(4752), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [62211] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [62245] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 19, + ACTIONS(3809), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(3811), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -279160,26 +278936,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3741), 32, + ACTIONS(3816), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -279188,7 +278963,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -279201,107 +278975,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [62270] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [62306] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4571), 10, + ACTIONS(3774), 1, + anon_sym_EQ, + ACTIONS(3778), 13, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(3754), 17, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4569), 41, + ACTIONS(3746), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [62329] = 3, + [62369] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4591), 10, + ACTIONS(1625), 1, + anon_sym_LBRACE, + ACTIONS(4688), 1, + anon_sym_LPAREN2, + STATE(3106), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4589), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4589), 41, + anon_sym_DASH_GT, + ACTIONS(4587), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -279311,14 +279092,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [62388] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [62434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4595), 10, + ACTIONS(4381), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -279329,7 +279108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4593), 41, + ACTIONS(4379), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -279371,10 +279150,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [62447] = 3, + [62493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 10, + ACTIONS(4387), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -279385,7 +279164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4597), 41, + ACTIONS(4385), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -279427,66 +279206,169 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [62506] = 3, + [62552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4607), 10, + ACTIONS(3754), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4605), 41, + anon_sym_DASH_GT, + ACTIONS(3746), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [62611] = 50, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5105), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5107), 1, + anon_sym_COMMA, + ACTIONS(5109), 1, + anon_sym_RPAREN, + ACTIONS(5111), 1, + anon_sym_DASH, + ACTIONS(5113), 1, + anon_sym_PLUS, + ACTIONS(5115), 1, anon_sym_STAR, + ACTIONS(5117), 1, + anon_sym_SLASH, + ACTIONS(5119), 1, anon_sym_PERCENT, + ACTIONS(5121), 1, anon_sym_PIPE_PIPE, + ACTIONS(5123), 1, anon_sym_AMP_AMP, + ACTIONS(5125), 1, + anon_sym_PIPE, + ACTIONS(5127), 1, anon_sym_CARET, + ACTIONS(5129), 1, + anon_sym_AMP, + ACTIONS(5131), 1, anon_sym_EQ_EQ, + ACTIONS(5133), 1, anon_sym_BANG_EQ, + ACTIONS(5135), 1, + anon_sym_GT, + ACTIONS(5137), 1, anon_sym_GT_EQ, + ACTIONS(5139), 1, + anon_sym_LT_EQ, + ACTIONS(5141), 1, + anon_sym_LT, + ACTIONS(5143), 1, anon_sym_LT_LT, + ACTIONS(5145), 1, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, + ACTIONS(5147), 1, + anon_sym_EQ, + ACTIONS(5149), 1, anon_sym_QMARK, + ACTIONS(5151), 1, + anon_sym_STAR_EQ, + ACTIONS(5153), 1, + anon_sym_SLASH_EQ, + ACTIONS(5155), 1, + anon_sym_PERCENT_EQ, + ACTIONS(5157), 1, + anon_sym_PLUS_EQ, + ACTIONS(5159), 1, + anon_sym_DASH_EQ, + ACTIONS(5161), 1, + anon_sym_LT_LT_EQ, + ACTIONS(5163), 1, + anon_sym_GT_GT_EQ, + ACTIONS(5165), 1, + anon_sym_AMP_EQ, + ACTIONS(5167), 1, + anon_sym_CARET_EQ, + ACTIONS(5169), 1, + anon_sym_PIPE_EQ, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, + ACTIONS(5173), 1, anon_sym_or, + ACTIONS(5175), 1, anon_sym_and, + ACTIONS(5177), 1, anon_sym_bitor, + ACTIONS(5179), 1, anon_sym_xor, + ACTIONS(5181), 1, anon_sym_bitand, + ACTIONS(5183), 1, anon_sym_not_eq, + ACTIONS(5187), 1, + anon_sym_DOT_STAR, + ACTIONS(5189), 1, + anon_sym_DASH_GT_STAR, + STATE(1594), 1, + sym__binary_fold_operator, + STATE(2814), 1, + sym_argument_list, + STATE(6613), 1, + sym__fold_operator, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [62565] = 3, + [62764] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4611), 10, + ACTIONS(4415), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -279497,7 +279379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4609), 41, + ACTIONS(4413), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -279539,17 +279421,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [62624] = 6, + [62823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1625), 1, - anon_sym_LBRACE, - ACTIONS(4670), 1, - anon_sym_LPAREN2, - STATE(3123), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4603), 16, + ACTIONS(4960), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -279564,12 +279439,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4601), 31, + ACTIONS(4958), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -279587,21 +279466,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [62689] = 3, + [62882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 19, + ACTIONS(5027), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -279621,7 +279500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3741), 32, + ACTIONS(5025), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -279654,10 +279533,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [62748] = 3, + [62941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5015), 19, + ACTIONS(3754), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -279677,7 +279556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5013), 32, + ACTIONS(3746), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -279710,66 +279589,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [62807] = 3, + [63000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4776), 19, + ACTIONS(4435), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4774), 32, + ACTIONS(4433), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [62866] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [63059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4981), 19, + ACTIONS(4220), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -279789,7 +279668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4979), 32, + ACTIONS(4222), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -279822,124 +279701,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [62925] = 3, + [63118] = 50, ACTIONS(3), 1, sym_comment, - ACTIONS(4169), 19, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5105), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5111), 1, anon_sym_DASH, + ACTIONS(5113), 1, anon_sym_PLUS, + ACTIONS(5115), 1, anon_sym_STAR, + ACTIONS(5117), 1, anon_sym_SLASH, + ACTIONS(5119), 1, anon_sym_PERCENT, + ACTIONS(5121), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5123), 1, + anon_sym_AMP_AMP, + ACTIONS(5125), 1, anon_sym_PIPE, + ACTIONS(5127), 1, anon_sym_CARET, + ACTIONS(5129), 1, anon_sym_AMP, + ACTIONS(5131), 1, + anon_sym_EQ_EQ, + ACTIONS(5133), 1, + anon_sym_BANG_EQ, + ACTIONS(5135), 1, anon_sym_GT, + ACTIONS(5137), 1, + anon_sym_GT_EQ, + ACTIONS(5139), 1, anon_sym_LT_EQ, + ACTIONS(5141), 1, anon_sym_LT, + ACTIONS(5143), 1, anon_sym_LT_LT, + ACTIONS(5145), 1, anon_sym_GT_GT, + ACTIONS(5147), 1, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4171), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, + ACTIONS(5149), 1, anon_sym_QMARK, + ACTIONS(5151), 1, anon_sym_STAR_EQ, + ACTIONS(5153), 1, anon_sym_SLASH_EQ, + ACTIONS(5155), 1, anon_sym_PERCENT_EQ, + ACTIONS(5157), 1, anon_sym_PLUS_EQ, + ACTIONS(5159), 1, anon_sym_DASH_EQ, + ACTIONS(5161), 1, anon_sym_LT_LT_EQ, + ACTIONS(5163), 1, anon_sym_GT_GT_EQ, + ACTIONS(5165), 1, anon_sym_AMP_EQ, + ACTIONS(5167), 1, anon_sym_CARET_EQ, + ACTIONS(5169), 1, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, + ACTIONS(5173), 1, + anon_sym_or, + ACTIONS(5175), 1, + anon_sym_and, + ACTIONS(5177), 1, anon_sym_bitor, + ACTIONS(5179), 1, + anon_sym_xor, + ACTIONS(5181), 1, anon_sym_bitand, + ACTIONS(5183), 1, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(5187), 1, anon_sym_DOT_STAR, + ACTIONS(5189), 1, anon_sym_DASH_GT_STAR, - [62984] = 5, + ACTIONS(5191), 1, + anon_sym_COMMA, + ACTIONS(5193), 1, + anon_sym_RPAREN, + STATE(1594), 1, + sym__binary_fold_operator, + STATE(2814), 1, + sym_argument_list, + STATE(6613), 1, + sym__fold_operator, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [63271] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3783), 1, - anon_sym_EQ, - ACTIONS(3787), 13, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 17, + ACTIONS(4443), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(3760), 20, + ACTIONS(4441), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [63047] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [63330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 19, + ACTIONS(4212), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -279959,7 +279883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3741), 32, + ACTIONS(4214), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -279992,10 +279916,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [63106] = 3, + [63389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4173), 19, + ACTIONS(4545), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -280010,12 +279934,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4175), 32, + ACTIONS(4543), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -280025,6 +279946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -280037,28 +279959,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [63165] = 6, + [63448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1625), 1, - anon_sym_LBRACE, - ACTIONS(4670), 1, - anon_sym_LPAREN2, - STATE(3117), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4623), 16, + ACTIONS(4283), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -280075,15 +279992,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4621), 31, + ACTIONS(4281), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -280105,12 +280024,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [63230] = 3, + [63507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 19, + ACTIONS(4287), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -280125,12 +280046,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3741), 32, + ACTIONS(4285), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -280140,6 +280058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -280152,60 +280071,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [63289] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4313), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(4311), 41, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280215,53 +280080,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [63348] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [63566] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4647), 10, + ACTIONS(4303), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4645), 41, + anon_sym_DASH_GT, + ACTIONS(4301), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280271,14 +280136,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [63407] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [63625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4309), 10, + ACTIONS(4470), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -280289,7 +280154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4307), 41, + ACTIONS(4468), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -280331,49 +280196,49 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [63466] = 3, + [63684] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 10, + ACTIONS(4498), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4371), 41, + anon_sym_DASH_GT, + ACTIONS(4496), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280383,53 +280248,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [63525] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [63743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4321), 10, + ACTIONS(4502), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4319), 41, + anon_sym_DASH_GT, + ACTIONS(4500), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280439,53 +280304,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [63584] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [63802] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 10, + ACTIONS(4506), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4339), 41, + anon_sym_DASH_GT, + ACTIONS(4504), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280495,53 +280360,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [63643] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [63861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4345), 10, + ACTIONS(4513), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4343), 41, + anon_sym_DASH_GT, + ACTIONS(4511), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280551,53 +280416,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [63702] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [63920] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4349), 10, + ACTIONS(4525), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4347), 41, + anon_sym_DASH_GT, + ACTIONS(4523), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280607,53 +280472,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [63761] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [63979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4353), 10, + ACTIONS(4529), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4351), 41, + anon_sym_DASH_GT, + ACTIONS(4527), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280663,53 +280528,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [63820] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [64038] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4357), 10, + ACTIONS(4533), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4355), 41, + anon_sym_DASH_GT, + ACTIONS(4531), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280719,53 +280584,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [63879] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [64097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4365), 10, + ACTIONS(4537), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4363), 41, + anon_sym_DASH_GT, + ACTIONS(4535), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280775,53 +280640,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [63938] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [64156] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4470), 10, + ACTIONS(4541), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4468), 41, + anon_sym_DASH_GT, + ACTIONS(4539), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280831,53 +280696,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [63997] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [64215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4377), 10, + ACTIONS(4581), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4375), 41, + anon_sym_DASH_GT, + ACTIONS(4579), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280887,14 +280752,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [64056] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [64274] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4381), 10, + ACTIONS(4474), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -280905,7 +280770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4379), 41, + ACTIONS(4472), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -280947,49 +280812,49 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [64115] = 3, + [64333] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4615), 10, + ACTIONS(4653), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4613), 41, + anon_sym_DASH_GT, + ACTIONS(4651), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -280999,53 +280864,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [64174] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [64392] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4498), 10, + ACTIONS(4585), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4496), 41, + anon_sym_DASH_GT, + ACTIONS(4583), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -281055,14 +280920,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [64233] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [64451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 10, + ACTIONS(4486), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -281073,7 +280938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4367), 41, + ACTIONS(4484), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -281115,10 +280980,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [64292] = 3, + [64510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 19, + ACTIONS(4186), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -281138,7 +281003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4140), 32, + ACTIONS(4188), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -281171,10 +281036,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [64351] = 3, + [64569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4409), 10, + ACTIONS(4490), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -281185,7 +281050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4407), 41, + ACTIONS(4488), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -281227,10 +281092,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [64410] = 3, + [64628] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4183), 19, + ACTIONS(4178), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -281250,7 +281115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4185), 32, + ACTIONS(4180), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -281283,10 +281148,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [64469] = 3, + [64687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4460), 10, + ACTIONS(4559), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -281297,7 +281162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4458), 41, + ACTIONS(4557), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -281339,10 +281204,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [64528] = 3, + [64746] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4432), 10, + ACTIONS(4573), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -281353,7 +281218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4430), 41, + ACTIONS(4571), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -281395,49 +281260,49 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [64587] = 3, + [64805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4478), 10, + ACTIONS(4573), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4476), 41, + anon_sym_DASH_GT, + ACTIONS(4571), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -281447,53 +281312,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [64646] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [64864] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4505), 10, + ACTIONS(4559), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4503), 41, + anon_sym_DASH_GT, + ACTIONS(4557), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -281503,53 +281368,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [64705] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [64923] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4513), 10, + ACTIONS(4490), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4511), 41, + anon_sym_DASH_GT, + ACTIONS(4488), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -281559,53 +281424,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [64764] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [64982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 10, + ACTIONS(4486), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4539), 41, + anon_sym_DASH_GT, + ACTIONS(4484), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -281615,53 +281480,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [64823] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [65041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4551), 10, + ACTIONS(4474), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4549), 41, + anon_sym_DASH_GT, + ACTIONS(4472), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -281671,53 +281536,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [64882] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [65100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 10, + ACTIONS(4470), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4659), 41, + anon_sym_DASH_GT, + ACTIONS(4468), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -281727,53 +281592,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [64941] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [65159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4657), 10, + ACTIONS(4443), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4655), 41, + anon_sym_DASH_GT, + ACTIONS(4441), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -281783,21 +281648,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [65000] = 6, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [65218] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1625), 1, - anon_sym_LBRACE, - ACTIONS(4670), 1, - anon_sym_LPAREN2, - STATE(3109), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4639), 16, + ACTIONS(4435), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -281814,15 +281672,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4637), 31, + ACTIONS(4433), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -281844,12 +281704,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [65065] = 3, + [65277] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4275), 16, + ACTIONS(4415), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -281866,7 +281728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4273), 35, + ACTIONS(4413), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -281902,10 +281764,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [65124] = 3, + [65336] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4989), 19, + ACTIONS(4990), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -281925,7 +281787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4987), 32, + ACTIONS(4988), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -281958,10 +281820,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [65183] = 3, + [65395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 19, + ACTIONS(4387), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -281976,12 +281838,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3741), 32, + ACTIONS(4385), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -281991,6 +281850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -282003,43 +281863,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [65242] = 8, + [65454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3783), 1, - anon_sym_EQ, - ACTIONS(3902), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4693), 1, - anon_sym_LPAREN2, - ACTIONS(4699), 1, - anon_sym_LBRACK, - ACTIONS(3787), 13, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 17, + ACTIONS(4381), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -282053,32 +281893,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(3760), 17, + anon_sym_DASH_GT, + ACTIONS(4379), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [65311] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [65513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4969), 19, + ACTIONS(4986), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -282098,7 +281955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4967), 32, + ACTIONS(4984), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -282131,376 +281988,329 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [65370] = 50, + [65572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5095), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5097), 1, - anon_sym_COMMA, - ACTIONS(5099), 1, - anon_sym_RPAREN, - ACTIONS(5101), 1, + ACTIONS(4766), 19, anon_sym_DASH, - ACTIONS(5103), 1, anon_sym_PLUS, - ACTIONS(5105), 1, anon_sym_STAR, - ACTIONS(5107), 1, anon_sym_SLASH, - ACTIONS(5109), 1, anon_sym_PERCENT, - ACTIONS(5111), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5113), 1, - anon_sym_AMP_AMP, - ACTIONS(5115), 1, anon_sym_PIPE, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, anon_sym_AMP, - ACTIONS(5121), 1, - anon_sym_EQ_EQ, - ACTIONS(5123), 1, - anon_sym_BANG_EQ, - ACTIONS(5125), 1, anon_sym_GT, - ACTIONS(5127), 1, - anon_sym_GT_EQ, - ACTIONS(5129), 1, anon_sym_LT_EQ, - ACTIONS(5131), 1, anon_sym_LT, - ACTIONS(5133), 1, anon_sym_LT_LT, - ACTIONS(5135), 1, anon_sym_GT_GT, - ACTIONS(5137), 1, anon_sym_EQ, - ACTIONS(5139), 1, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4768), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5141), 1, anon_sym_STAR_EQ, - ACTIONS(5143), 1, anon_sym_SLASH_EQ, - ACTIONS(5145), 1, anon_sym_PERCENT_EQ, - ACTIONS(5147), 1, anon_sym_PLUS_EQ, - ACTIONS(5149), 1, anon_sym_DASH_EQ, - ACTIONS(5151), 1, anon_sym_LT_LT_EQ, - ACTIONS(5153), 1, anon_sym_GT_GT_EQ, - ACTIONS(5155), 1, anon_sym_AMP_EQ, - ACTIONS(5157), 1, anon_sym_CARET_EQ, - ACTIONS(5159), 1, anon_sym_PIPE_EQ, - ACTIONS(5161), 1, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - ACTIONS(5163), 1, - anon_sym_or, - ACTIONS(5165), 1, - anon_sym_and, - ACTIONS(5167), 1, anon_sym_bitor, - ACTIONS(5169), 1, - anon_sym_xor, - ACTIONS(5171), 1, anon_sym_bitand, - ACTIONS(5173), 1, anon_sym_not_eq, - ACTIONS(5177), 1, - anon_sym_DOT_STAR, - ACTIONS(5179), 1, - anon_sym_DASH_GT_STAR, - STATE(1595), 1, - sym__binary_fold_operator, - STATE(2850), 1, - sym_argument_list, - STATE(6791), 1, - sym__fold_operator, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [65523] = 9, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [65631] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_LBRACE, - ACTIONS(4795), 1, + ACTIONS(4581), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5181), 1, - anon_sym_EQ, - STATE(3337), 1, - sym_template_argument_list, - ACTIONS(5183), 13, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3760), 16, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4579), 41, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - ACTIONS(3755), 17, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [65690] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4585), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4583), 41, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, - anon_sym_DOT, - [65594] = 50, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [65749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5095), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5101), 1, + ACTIONS(4563), 10, anon_sym_DASH, - ACTIONS(5103), 1, anon_sym_PLUS, - ACTIONS(5105), 1, - anon_sym_STAR, - ACTIONS(5107), 1, anon_sym_SLASH, - ACTIONS(5109), 1, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4561), 41, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5111), 1, anon_sym_PIPE_PIPE, - ACTIONS(5113), 1, anon_sym_AMP_AMP, - ACTIONS(5115), 1, - anon_sym_PIPE, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, - anon_sym_AMP, - ACTIONS(5121), 1, anon_sym_EQ_EQ, - ACTIONS(5123), 1, anon_sym_BANG_EQ, - ACTIONS(5125), 1, - anon_sym_GT, - ACTIONS(5127), 1, anon_sym_GT_EQ, - ACTIONS(5129), 1, - anon_sym_LT_EQ, - ACTIONS(5131), 1, - anon_sym_LT, - ACTIONS(5133), 1, anon_sym_LT_LT, - ACTIONS(5135), 1, anon_sym_GT_GT, - ACTIONS(5137), 1, - anon_sym_EQ, - ACTIONS(5139), 1, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(5141), 1, - anon_sym_STAR_EQ, - ACTIONS(5143), 1, - anon_sym_SLASH_EQ, - ACTIONS(5145), 1, - anon_sym_PERCENT_EQ, - ACTIONS(5147), 1, - anon_sym_PLUS_EQ, - ACTIONS(5149), 1, - anon_sym_DASH_EQ, - ACTIONS(5151), 1, - anon_sym_LT_LT_EQ, - ACTIONS(5153), 1, - anon_sym_GT_GT_EQ, - ACTIONS(5155), 1, - anon_sym_AMP_EQ, - ACTIONS(5157), 1, - anon_sym_CARET_EQ, - ACTIONS(5159), 1, - anon_sym_PIPE_EQ, - ACTIONS(5161), 1, anon_sym_LT_EQ_GT, - ACTIONS(5163), 1, anon_sym_or, - ACTIONS(5165), 1, anon_sym_and, - ACTIONS(5167), 1, anon_sym_bitor, - ACTIONS(5169), 1, anon_sym_xor, - ACTIONS(5171), 1, anon_sym_bitand, - ACTIONS(5173), 1, anon_sym_not_eq, - ACTIONS(5177), 1, - anon_sym_DOT_STAR, - ACTIONS(5179), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(5185), 1, - anon_sym_COMMA, - ACTIONS(5187), 1, - anon_sym_RPAREN, - STATE(1595), 1, - sym__binary_fold_operator, - STATE(2850), 1, - sym_argument_list, - STATE(6791), 1, - sym__fold_operator, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [65747] = 6, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [65808] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3902), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4693), 1, - anon_sym_LPAREN2, - ACTIONS(4699), 1, - anon_sym_LBRACK, - ACTIONS(3755), 18, + ACTIONS(4653), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(3760), 30, + ACTIONS(4651), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [65812] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [65867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4615), 16, + ACTIONS(4649), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4613), 35, + ACTIONS(4647), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -282510,32 +282320,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [65871] = 4, + anon_sym_requires, + [65926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4112), 13, + ACTIONS(4259), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(4110), 37, + ACTIONS(4257), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -282544,9 +282350,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -282554,6 +282365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -282567,20 +282379,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [65932] = 6, + [65985] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3902), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4693), 1, - anon_sym_LPAREN2, - ACTIONS(4699), 1, - anon_sym_LBRACK, - ACTIONS(3755), 18, + ACTIONS(3908), 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(3754), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -282599,16 +282406,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3760), 30, + anon_sym_DASH_GT, + ACTIONS(3746), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -282620,20 +282429,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [65997] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [66046] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 10, + ACTIONS(4645), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -282644,7 +282451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4261), 41, + ACTIONS(4643), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -282686,66 +282493,66 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [66056] = 3, + [66105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4928), 19, + ACTIONS(4641), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4926), 32, + ACTIONS(4639), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [66115] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [66164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4788), 19, + ACTIONS(4660), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -282759,24 +282566,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(4786), 32, + anon_sym_DASH_GT, + ACTIONS(4658), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -282788,1050 +282592,574 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [66174] = 50, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [66223] = 50, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(5061), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5095), 1, + ACTIONS(5105), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5101), 1, + ACTIONS(5107), 1, + anon_sym_COMMA, + ACTIONS(5111), 1, anon_sym_DASH, - ACTIONS(5103), 1, + ACTIONS(5113), 1, anon_sym_PLUS, - ACTIONS(5105), 1, + ACTIONS(5115), 1, anon_sym_STAR, - ACTIONS(5107), 1, + ACTIONS(5117), 1, anon_sym_SLASH, - ACTIONS(5109), 1, + ACTIONS(5119), 1, anon_sym_PERCENT, - ACTIONS(5111), 1, + ACTIONS(5121), 1, anon_sym_PIPE_PIPE, - ACTIONS(5113), 1, + ACTIONS(5123), 1, anon_sym_AMP_AMP, - ACTIONS(5115), 1, + ACTIONS(5125), 1, anon_sym_PIPE, - ACTIONS(5117), 1, + ACTIONS(5127), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5129), 1, anon_sym_AMP, - ACTIONS(5121), 1, + ACTIONS(5131), 1, anon_sym_EQ_EQ, - ACTIONS(5123), 1, + ACTIONS(5133), 1, anon_sym_BANG_EQ, - ACTIONS(5125), 1, + ACTIONS(5135), 1, anon_sym_GT, - ACTIONS(5127), 1, + ACTIONS(5137), 1, anon_sym_GT_EQ, - ACTIONS(5129), 1, + ACTIONS(5139), 1, anon_sym_LT_EQ, - ACTIONS(5131), 1, + ACTIONS(5141), 1, anon_sym_LT, - ACTIONS(5133), 1, + ACTIONS(5143), 1, anon_sym_LT_LT, - ACTIONS(5135), 1, + ACTIONS(5145), 1, anon_sym_GT_GT, - ACTIONS(5137), 1, + ACTIONS(5147), 1, anon_sym_EQ, - ACTIONS(5139), 1, + ACTIONS(5149), 1, anon_sym_QMARK, - ACTIONS(5141), 1, + ACTIONS(5151), 1, anon_sym_STAR_EQ, - ACTIONS(5143), 1, + ACTIONS(5153), 1, anon_sym_SLASH_EQ, - ACTIONS(5145), 1, + ACTIONS(5155), 1, anon_sym_PERCENT_EQ, - ACTIONS(5147), 1, + ACTIONS(5157), 1, anon_sym_PLUS_EQ, - ACTIONS(5149), 1, + ACTIONS(5159), 1, anon_sym_DASH_EQ, - ACTIONS(5151), 1, + ACTIONS(5161), 1, anon_sym_LT_LT_EQ, - ACTIONS(5153), 1, + ACTIONS(5163), 1, anon_sym_GT_GT_EQ, - ACTIONS(5155), 1, + ACTIONS(5165), 1, anon_sym_AMP_EQ, - ACTIONS(5157), 1, + ACTIONS(5167), 1, anon_sym_CARET_EQ, - ACTIONS(5159), 1, + ACTIONS(5169), 1, anon_sym_PIPE_EQ, - ACTIONS(5161), 1, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, - ACTIONS(5163), 1, + ACTIONS(5173), 1, anon_sym_or, - ACTIONS(5165), 1, + ACTIONS(5175), 1, anon_sym_and, - ACTIONS(5167), 1, + ACTIONS(5177), 1, anon_sym_bitor, - ACTIONS(5169), 1, + ACTIONS(5179), 1, anon_sym_xor, - ACTIONS(5171), 1, + ACTIONS(5181), 1, anon_sym_bitand, - ACTIONS(5173), 1, + ACTIONS(5183), 1, anon_sym_not_eq, - ACTIONS(5177), 1, + ACTIONS(5187), 1, anon_sym_DOT_STAR, - ACTIONS(5179), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(5185), 1, - anon_sym_COMMA, ACTIONS(5189), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(5195), 1, anon_sym_RPAREN, - STATE(1595), 1, + STATE(1594), 1, sym__binary_fold_operator, - STATE(2850), 1, + STATE(2814), 1, sym_argument_list, - STATE(6791), 1, + STATE(6613), 1, sym__fold_operator, - ACTIONS(5075), 2, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5175), 2, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [66327] = 50, + [66376] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5095), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5101), 1, + ACTIONS(4649), 16, anon_sym_DASH, - ACTIONS(5103), 1, anon_sym_PLUS, - ACTIONS(5105), 1, anon_sym_STAR, - ACTIONS(5107), 1, anon_sym_SLASH, - ACTIONS(5109), 1, anon_sym_PERCENT, - ACTIONS(5111), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5113), 1, - anon_sym_AMP_AMP, - ACTIONS(5115), 1, anon_sym_PIPE, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, anon_sym_AMP, - ACTIONS(5121), 1, - anon_sym_EQ_EQ, - ACTIONS(5123), 1, - anon_sym_BANG_EQ, - ACTIONS(5125), 1, anon_sym_GT, - ACTIONS(5127), 1, - anon_sym_GT_EQ, - ACTIONS(5129), 1, anon_sym_LT_EQ, - ACTIONS(5131), 1, anon_sym_LT, - ACTIONS(5133), 1, anon_sym_LT_LT, - ACTIONS(5135), 1, anon_sym_GT_GT, - ACTIONS(5137), 1, anon_sym_EQ, - ACTIONS(5139), 1, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4647), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5141), 1, anon_sym_STAR_EQ, - ACTIONS(5143), 1, anon_sym_SLASH_EQ, - ACTIONS(5145), 1, anon_sym_PERCENT_EQ, - ACTIONS(5147), 1, anon_sym_PLUS_EQ, - ACTIONS(5149), 1, anon_sym_DASH_EQ, - ACTIONS(5151), 1, anon_sym_LT_LT_EQ, - ACTIONS(5153), 1, anon_sym_GT_GT_EQ, - ACTIONS(5155), 1, anon_sym_AMP_EQ, - ACTIONS(5157), 1, anon_sym_CARET_EQ, - ACTIONS(5159), 1, anon_sym_PIPE_EQ, - ACTIONS(5161), 1, anon_sym_LT_EQ_GT, - ACTIONS(5163), 1, anon_sym_or, - ACTIONS(5165), 1, anon_sym_and, - ACTIONS(5167), 1, anon_sym_bitor, - ACTIONS(5169), 1, anon_sym_xor, - ACTIONS(5171), 1, anon_sym_bitand, - ACTIONS(5173), 1, anon_sym_not_eq, - ACTIONS(5177), 1, - anon_sym_DOT_STAR, - ACTIONS(5179), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(5185), 1, - anon_sym_COMMA, - ACTIONS(5191), 1, - anon_sym_RPAREN, - STATE(1595), 1, - sym__binary_fold_operator, - STATE(2850), 1, - sym_argument_list, - STATE(6791), 1, - sym__fold_operator, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [66480] = 50, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [66435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5095), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5101), 1, + ACTIONS(4259), 16, anon_sym_DASH, - ACTIONS(5103), 1, anon_sym_PLUS, - ACTIONS(5105), 1, anon_sym_STAR, - ACTIONS(5107), 1, anon_sym_SLASH, - ACTIONS(5109), 1, anon_sym_PERCENT, - ACTIONS(5111), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5113), 1, - anon_sym_AMP_AMP, - ACTIONS(5115), 1, anon_sym_PIPE, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, anon_sym_AMP, - ACTIONS(5121), 1, - anon_sym_EQ_EQ, - ACTIONS(5123), 1, - anon_sym_BANG_EQ, - ACTIONS(5125), 1, anon_sym_GT, - ACTIONS(5127), 1, - anon_sym_GT_EQ, - ACTIONS(5129), 1, anon_sym_LT_EQ, - ACTIONS(5131), 1, anon_sym_LT, - ACTIONS(5133), 1, anon_sym_LT_LT, - ACTIONS(5135), 1, anon_sym_GT_GT, - ACTIONS(5137), 1, anon_sym_EQ, - ACTIONS(5139), 1, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4257), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5141), 1, anon_sym_STAR_EQ, - ACTIONS(5143), 1, anon_sym_SLASH_EQ, - ACTIONS(5145), 1, anon_sym_PERCENT_EQ, - ACTIONS(5147), 1, anon_sym_PLUS_EQ, - ACTIONS(5149), 1, anon_sym_DASH_EQ, - ACTIONS(5151), 1, anon_sym_LT_LT_EQ, - ACTIONS(5153), 1, anon_sym_GT_GT_EQ, - ACTIONS(5155), 1, anon_sym_AMP_EQ, - ACTIONS(5157), 1, anon_sym_CARET_EQ, - ACTIONS(5159), 1, anon_sym_PIPE_EQ, - ACTIONS(5161), 1, anon_sym_LT_EQ_GT, - ACTIONS(5163), 1, anon_sym_or, - ACTIONS(5165), 1, anon_sym_and, - ACTIONS(5167), 1, anon_sym_bitor, - ACTIONS(5169), 1, anon_sym_xor, - ACTIONS(5171), 1, anon_sym_bitand, - ACTIONS(5173), 1, anon_sym_not_eq, - ACTIONS(5177), 1, - anon_sym_DOT_STAR, - ACTIONS(5179), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(5185), 1, - anon_sym_COMMA, - ACTIONS(5193), 1, - anon_sym_RPAREN, - STATE(1595), 1, - sym__binary_fold_operator, - STATE(2850), 1, - sym_argument_list, - STATE(6791), 1, - sym__fold_operator, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [66633] = 50, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [66494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5095), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5101), 1, + ACTIONS(4645), 16, anon_sym_DASH, - ACTIONS(5103), 1, anon_sym_PLUS, - ACTIONS(5105), 1, anon_sym_STAR, - ACTIONS(5107), 1, anon_sym_SLASH, - ACTIONS(5109), 1, anon_sym_PERCENT, - ACTIONS(5111), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5113), 1, - anon_sym_AMP_AMP, - ACTIONS(5115), 1, anon_sym_PIPE, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, anon_sym_AMP, - ACTIONS(5121), 1, - anon_sym_EQ_EQ, - ACTIONS(5123), 1, - anon_sym_BANG_EQ, - ACTIONS(5125), 1, anon_sym_GT, - ACTIONS(5127), 1, - anon_sym_GT_EQ, - ACTIONS(5129), 1, anon_sym_LT_EQ, - ACTIONS(5131), 1, anon_sym_LT, - ACTIONS(5133), 1, anon_sym_LT_LT, - ACTIONS(5135), 1, anon_sym_GT_GT, - ACTIONS(5137), 1, anon_sym_EQ, - ACTIONS(5139), 1, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4643), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5141), 1, anon_sym_STAR_EQ, - ACTIONS(5143), 1, anon_sym_SLASH_EQ, - ACTIONS(5145), 1, anon_sym_PERCENT_EQ, - ACTIONS(5147), 1, anon_sym_PLUS_EQ, - ACTIONS(5149), 1, anon_sym_DASH_EQ, - ACTIONS(5151), 1, anon_sym_LT_LT_EQ, - ACTIONS(5153), 1, anon_sym_GT_GT_EQ, - ACTIONS(5155), 1, anon_sym_AMP_EQ, - ACTIONS(5157), 1, anon_sym_CARET_EQ, - ACTIONS(5159), 1, anon_sym_PIPE_EQ, - ACTIONS(5161), 1, anon_sym_LT_EQ_GT, - ACTIONS(5163), 1, anon_sym_or, - ACTIONS(5165), 1, anon_sym_and, - ACTIONS(5167), 1, anon_sym_bitor, - ACTIONS(5169), 1, anon_sym_xor, - ACTIONS(5171), 1, anon_sym_bitand, - ACTIONS(5173), 1, anon_sym_not_eq, - ACTIONS(5177), 1, - anon_sym_DOT_STAR, - ACTIONS(5179), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(5185), 1, - anon_sym_COMMA, - ACTIONS(5195), 1, - anon_sym_RPAREN, - STATE(1595), 1, - sym__binary_fold_operator, - STATE(2850), 1, - sym_argument_list, - STATE(6791), 1, - sym__fold_operator, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [66786] = 50, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [66553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5095), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5101), 1, + ACTIONS(4641), 16, anon_sym_DASH, - ACTIONS(5103), 1, anon_sym_PLUS, - ACTIONS(5105), 1, anon_sym_STAR, - ACTIONS(5107), 1, anon_sym_SLASH, - ACTIONS(5109), 1, anon_sym_PERCENT, - ACTIONS(5111), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5113), 1, - anon_sym_AMP_AMP, - ACTIONS(5115), 1, anon_sym_PIPE, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, anon_sym_AMP, - ACTIONS(5121), 1, - anon_sym_EQ_EQ, - ACTIONS(5123), 1, - anon_sym_BANG_EQ, - ACTIONS(5125), 1, anon_sym_GT, - ACTIONS(5127), 1, - anon_sym_GT_EQ, - ACTIONS(5129), 1, anon_sym_LT_EQ, - ACTIONS(5131), 1, anon_sym_LT, - ACTIONS(5133), 1, anon_sym_LT_LT, - ACTIONS(5135), 1, anon_sym_GT_GT, - ACTIONS(5137), 1, anon_sym_EQ, - ACTIONS(5139), 1, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4639), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5141), 1, anon_sym_STAR_EQ, - ACTIONS(5143), 1, anon_sym_SLASH_EQ, - ACTIONS(5145), 1, anon_sym_PERCENT_EQ, - ACTIONS(5147), 1, anon_sym_PLUS_EQ, - ACTIONS(5149), 1, anon_sym_DASH_EQ, - ACTIONS(5151), 1, anon_sym_LT_LT_EQ, - ACTIONS(5153), 1, anon_sym_GT_GT_EQ, - ACTIONS(5155), 1, anon_sym_AMP_EQ, - ACTIONS(5157), 1, anon_sym_CARET_EQ, - ACTIONS(5159), 1, anon_sym_PIPE_EQ, - ACTIONS(5161), 1, anon_sym_LT_EQ_GT, - ACTIONS(5163), 1, anon_sym_or, - ACTIONS(5165), 1, anon_sym_and, - ACTIONS(5167), 1, anon_sym_bitor, - ACTIONS(5169), 1, anon_sym_xor, - ACTIONS(5171), 1, anon_sym_bitand, - ACTIONS(5173), 1, anon_sym_not_eq, - ACTIONS(5177), 1, - anon_sym_DOT_STAR, - ACTIONS(5179), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(5185), 1, - anon_sym_COMMA, - ACTIONS(5197), 1, - anon_sym_RPAREN, - STATE(1595), 1, - sym__binary_fold_operator, - STATE(2850), 1, - sym_argument_list, - STATE(6791), 1, - sym__fold_operator, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [66939] = 50, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [66612] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5095), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5101), 1, + ACTIONS(4637), 16, anon_sym_DASH, - ACTIONS(5103), 1, anon_sym_PLUS, - ACTIONS(5105), 1, anon_sym_STAR, - ACTIONS(5107), 1, anon_sym_SLASH, - ACTIONS(5109), 1, anon_sym_PERCENT, - ACTIONS(5111), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5113), 1, - anon_sym_AMP_AMP, - ACTIONS(5115), 1, anon_sym_PIPE, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, anon_sym_AMP, - ACTIONS(5121), 1, - anon_sym_EQ_EQ, - ACTIONS(5123), 1, - anon_sym_BANG_EQ, - ACTIONS(5125), 1, anon_sym_GT, - ACTIONS(5127), 1, - anon_sym_GT_EQ, - ACTIONS(5129), 1, anon_sym_LT_EQ, - ACTIONS(5131), 1, anon_sym_LT, - ACTIONS(5133), 1, anon_sym_LT_LT, - ACTIONS(5135), 1, anon_sym_GT_GT, - ACTIONS(5137), 1, anon_sym_EQ, - ACTIONS(5139), 1, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4635), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5141), 1, anon_sym_STAR_EQ, - ACTIONS(5143), 1, anon_sym_SLASH_EQ, - ACTIONS(5145), 1, anon_sym_PERCENT_EQ, - ACTIONS(5147), 1, anon_sym_PLUS_EQ, - ACTIONS(5149), 1, anon_sym_DASH_EQ, - ACTIONS(5151), 1, anon_sym_LT_LT_EQ, - ACTIONS(5153), 1, anon_sym_GT_GT_EQ, - ACTIONS(5155), 1, anon_sym_AMP_EQ, - ACTIONS(5157), 1, anon_sym_CARET_EQ, - ACTIONS(5159), 1, anon_sym_PIPE_EQ, - ACTIONS(5161), 1, anon_sym_LT_EQ_GT, - ACTIONS(5163), 1, anon_sym_or, - ACTIONS(5165), 1, anon_sym_and, - ACTIONS(5167), 1, anon_sym_bitor, - ACTIONS(5169), 1, anon_sym_xor, - ACTIONS(5171), 1, anon_sym_bitand, - ACTIONS(5173), 1, anon_sym_not_eq, - ACTIONS(5177), 1, - anon_sym_DOT_STAR, - ACTIONS(5179), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(5185), 1, - anon_sym_COMMA, - ACTIONS(5199), 1, - anon_sym_RPAREN, - STATE(1595), 1, - sym__binary_fold_operator, - STATE(2850), 1, - sym_argument_list, - STATE(6791), 1, - sym__fold_operator, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [67092] = 50, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [66671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5095), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5101), 1, + ACTIONS(4914), 19, anon_sym_DASH, - ACTIONS(5103), 1, anon_sym_PLUS, - ACTIONS(5105), 1, anon_sym_STAR, - ACTIONS(5107), 1, anon_sym_SLASH, - ACTIONS(5109), 1, anon_sym_PERCENT, - ACTIONS(5111), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5113), 1, - anon_sym_AMP_AMP, - ACTIONS(5115), 1, anon_sym_PIPE, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, anon_sym_AMP, - ACTIONS(5121), 1, - anon_sym_EQ_EQ, - ACTIONS(5123), 1, - anon_sym_BANG_EQ, - ACTIONS(5125), 1, anon_sym_GT, - ACTIONS(5127), 1, - anon_sym_GT_EQ, - ACTIONS(5129), 1, anon_sym_LT_EQ, - ACTIONS(5131), 1, anon_sym_LT, - ACTIONS(5133), 1, anon_sym_LT_LT, - ACTIONS(5135), 1, anon_sym_GT_GT, - ACTIONS(5137), 1, anon_sym_EQ, - ACTIONS(5139), 1, - anon_sym_QMARK, - ACTIONS(5141), 1, - anon_sym_STAR_EQ, - ACTIONS(5143), 1, - anon_sym_SLASH_EQ, - ACTIONS(5145), 1, - anon_sym_PERCENT_EQ, - ACTIONS(5147), 1, - anon_sym_PLUS_EQ, - ACTIONS(5149), 1, - anon_sym_DASH_EQ, - ACTIONS(5151), 1, - anon_sym_LT_LT_EQ, - ACTIONS(5153), 1, - anon_sym_GT_GT_EQ, - ACTIONS(5155), 1, - anon_sym_AMP_EQ, - ACTIONS(5157), 1, - anon_sym_CARET_EQ, - ACTIONS(5159), 1, - anon_sym_PIPE_EQ, - ACTIONS(5161), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5163), 1, anon_sym_or, - ACTIONS(5165), 1, anon_sym_and, - ACTIONS(5167), 1, - anon_sym_bitor, - ACTIONS(5169), 1, anon_sym_xor, - ACTIONS(5171), 1, - anon_sym_bitand, - ACTIONS(5173), 1, - anon_sym_not_eq, - ACTIONS(5177), 1, - anon_sym_DOT_STAR, - ACTIONS(5179), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(5185), 1, - anon_sym_COMMA, - ACTIONS(5201), 1, - anon_sym_RPAREN, - STATE(1595), 1, - sym__binary_fold_operator, - STATE(2850), 1, - sym_argument_list, - STATE(6791), 1, - sym__fold_operator, - ACTIONS(5075), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5175), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [67245] = 50, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5095), 1, + ACTIONS(4912), 32, anon_sym_DOT_DOT_DOT, - ACTIONS(5097), 1, anon_sym_COMMA, - ACTIONS(5101), 1, - anon_sym_DASH, - ACTIONS(5103), 1, - anon_sym_PLUS, - ACTIONS(5105), 1, - anon_sym_STAR, - ACTIONS(5107), 1, - anon_sym_SLASH, - ACTIONS(5109), 1, - anon_sym_PERCENT, - ACTIONS(5111), 1, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - ACTIONS(5113), 1, anon_sym_AMP_AMP, - ACTIONS(5115), 1, - anon_sym_PIPE, - ACTIONS(5117), 1, - anon_sym_CARET, - ACTIONS(5119), 1, - anon_sym_AMP, - ACTIONS(5121), 1, anon_sym_EQ_EQ, - ACTIONS(5123), 1, anon_sym_BANG_EQ, - ACTIONS(5125), 1, - anon_sym_GT, - ACTIONS(5127), 1, anon_sym_GT_EQ, - ACTIONS(5129), 1, - anon_sym_LT_EQ, - ACTIONS(5131), 1, - anon_sym_LT, - ACTIONS(5133), 1, - anon_sym_LT_LT, - ACTIONS(5135), 1, - anon_sym_GT_GT, - ACTIONS(5137), 1, - anon_sym_EQ, - ACTIONS(5139), 1, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5141), 1, anon_sym_STAR_EQ, - ACTIONS(5143), 1, anon_sym_SLASH_EQ, - ACTIONS(5145), 1, anon_sym_PERCENT_EQ, - ACTIONS(5147), 1, anon_sym_PLUS_EQ, - ACTIONS(5149), 1, anon_sym_DASH_EQ, - ACTIONS(5151), 1, anon_sym_LT_LT_EQ, - ACTIONS(5153), 1, anon_sym_GT_GT_EQ, - ACTIONS(5155), 1, anon_sym_AMP_EQ, - ACTIONS(5157), 1, anon_sym_CARET_EQ, - ACTIONS(5159), 1, anon_sym_PIPE_EQ, - ACTIONS(5161), 1, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - ACTIONS(5163), 1, - anon_sym_or, - ACTIONS(5165), 1, - anon_sym_and, - ACTIONS(5167), 1, anon_sym_bitor, - ACTIONS(5169), 1, - anon_sym_xor, - ACTIONS(5171), 1, anon_sym_bitand, - ACTIONS(5173), 1, anon_sym_not_eq, - ACTIONS(5177), 1, - anon_sym_DOT_STAR, - ACTIONS(5179), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(5203), 1, - anon_sym_RPAREN, - STATE(1595), 1, - sym__binary_fold_operator, - STATE(2850), 1, - sym_argument_list, - STATE(6791), 1, - sym__fold_operator, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [67398] = 50, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [66730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5095), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5097), 1, - anon_sym_COMMA, - ACTIONS(5101), 1, + ACTIONS(4633), 16, anon_sym_DASH, - ACTIONS(5103), 1, anon_sym_PLUS, - ACTIONS(5105), 1, anon_sym_STAR, - ACTIONS(5107), 1, anon_sym_SLASH, - ACTIONS(5109), 1, anon_sym_PERCENT, - ACTIONS(5111), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5113), 1, - anon_sym_AMP_AMP, - ACTIONS(5115), 1, anon_sym_PIPE, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, anon_sym_AMP, - ACTIONS(5121), 1, - anon_sym_EQ_EQ, - ACTIONS(5123), 1, - anon_sym_BANG_EQ, - ACTIONS(5125), 1, anon_sym_GT, - ACTIONS(5127), 1, - anon_sym_GT_EQ, - ACTIONS(5129), 1, anon_sym_LT_EQ, - ACTIONS(5131), 1, anon_sym_LT, - ACTIONS(5133), 1, anon_sym_LT_LT, - ACTIONS(5135), 1, anon_sym_GT_GT, - ACTIONS(5137), 1, anon_sym_EQ, - ACTIONS(5139), 1, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4631), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5141), 1, anon_sym_STAR_EQ, - ACTIONS(5143), 1, anon_sym_SLASH_EQ, - ACTIONS(5145), 1, anon_sym_PERCENT_EQ, - ACTIONS(5147), 1, anon_sym_PLUS_EQ, - ACTIONS(5149), 1, anon_sym_DASH_EQ, - ACTIONS(5151), 1, anon_sym_LT_LT_EQ, - ACTIONS(5153), 1, anon_sym_GT_GT_EQ, - ACTIONS(5155), 1, anon_sym_AMP_EQ, - ACTIONS(5157), 1, anon_sym_CARET_EQ, - ACTIONS(5159), 1, anon_sym_PIPE_EQ, - ACTIONS(5161), 1, anon_sym_LT_EQ_GT, - ACTIONS(5163), 1, anon_sym_or, - ACTIONS(5165), 1, anon_sym_and, - ACTIONS(5167), 1, anon_sym_bitor, - ACTIONS(5169), 1, anon_sym_xor, - ACTIONS(5171), 1, anon_sym_bitand, - ACTIONS(5173), 1, anon_sym_not_eq, - ACTIONS(5177), 1, - anon_sym_DOT_STAR, - ACTIONS(5179), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(5205), 1, - anon_sym_RPAREN, - STATE(1595), 1, - sym__binary_fold_operator, - STATE(2850), 1, - sym_argument_list, - STATE(6791), 1, - sym__fold_operator, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [67551] = 50, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [66789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5095), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5101), 1, + ACTIONS(4629), 16, anon_sym_DASH, - ACTIONS(5103), 1, anon_sym_PLUS, - ACTIONS(5105), 1, anon_sym_STAR, - ACTIONS(5107), 1, anon_sym_SLASH, - ACTIONS(5109), 1, anon_sym_PERCENT, - ACTIONS(5111), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5113), 1, - anon_sym_AMP_AMP, - ACTIONS(5115), 1, anon_sym_PIPE, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, anon_sym_AMP, - ACTIONS(5121), 1, - anon_sym_EQ_EQ, - ACTIONS(5123), 1, - anon_sym_BANG_EQ, - ACTIONS(5125), 1, anon_sym_GT, - ACTIONS(5127), 1, - anon_sym_GT_EQ, - ACTIONS(5129), 1, anon_sym_LT_EQ, - ACTIONS(5131), 1, anon_sym_LT, - ACTIONS(5133), 1, anon_sym_LT_LT, - ACTIONS(5135), 1, anon_sym_GT_GT, - ACTIONS(5137), 1, anon_sym_EQ, - ACTIONS(5139), 1, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4627), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5141), 1, anon_sym_STAR_EQ, - ACTIONS(5143), 1, anon_sym_SLASH_EQ, - ACTIONS(5145), 1, anon_sym_PERCENT_EQ, - ACTIONS(5147), 1, anon_sym_PLUS_EQ, - ACTIONS(5149), 1, anon_sym_DASH_EQ, - ACTIONS(5151), 1, anon_sym_LT_LT_EQ, - ACTIONS(5153), 1, anon_sym_GT_GT_EQ, - ACTIONS(5155), 1, anon_sym_AMP_EQ, - ACTIONS(5157), 1, anon_sym_CARET_EQ, - ACTIONS(5159), 1, anon_sym_PIPE_EQ, - ACTIONS(5161), 1, anon_sym_LT_EQ_GT, - ACTIONS(5163), 1, anon_sym_or, - ACTIONS(5165), 1, anon_sym_and, - ACTIONS(5167), 1, anon_sym_bitor, - ACTIONS(5169), 1, anon_sym_xor, - ACTIONS(5171), 1, anon_sym_bitand, - ACTIONS(5173), 1, anon_sym_not_eq, - ACTIONS(5177), 1, - anon_sym_DOT_STAR, - ACTIONS(5179), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(5185), 1, - anon_sym_COMMA, - ACTIONS(5207), 1, - anon_sym_RPAREN, - STATE(1595), 1, - sym__binary_fold_operator, - STATE(2850), 1, - sym_argument_list, - STATE(6791), 1, - sym__fold_operator, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [67704] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [66848] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5021), 19, + ACTIONS(4625), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -283845,24 +283173,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(5019), 32, + anon_sym_DASH_GT, + ACTIONS(4623), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -283874,59 +283199,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [67763] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [66907] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4381), 16, + ACTIONS(4553), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4379), 35, + ACTIONS(4551), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -283936,14 +283264,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [67822] = 3, + anon_sym_requires, + [66966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4377), 16, + ACTIONS(4621), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -283960,7 +283288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4375), 35, + ACTIONS(4619), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -283996,17 +283324,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [67881] = 6, + [67025] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1625), 1, - anon_sym_LBRACE, - ACTIONS(4670), 1, - anon_sym_LPAREN2, - STATE(3103), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4619), 16, + ACTIONS(4617), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -284023,15 +283344,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4617), 31, + ACTIONS(4615), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -284053,48 +283376,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [67946] = 3, + [67084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3824), 13, + ACTIONS(4613), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, - anon_sym_COLON, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(3826), 38, + anon_sym_DASH_GT, + ACTIONS(4611), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_COLON_COLON, + anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -284104,53 +283432,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [68005] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [67143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3816), 13, + ACTIONS(4609), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, - anon_sym_COLON, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(3818), 38, + anon_sym_DASH_GT, + ACTIONS(4607), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_COLON_COLON, + anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -284160,17 +283488,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [68064] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [67202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4575), 16, + ACTIONS(4601), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -284187,7 +283512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4573), 35, + ACTIONS(4599), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -284223,49 +283548,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [68123] = 3, + [67261] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4498), 16, + ACTIONS(4549), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4496), 35, + ACTIONS(4547), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -284275,30 +283600,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [68182] = 3, + anon_sym_requires, + [67320] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3820), 13, + ACTIONS(4521), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(3822), 38, + ACTIONS(4519), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -284307,10 +283630,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_COLON_COLON, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -284318,6 +283645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -284331,14 +283659,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [68241] = 3, + [67379] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4977), 19, + ACTIONS(4950), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -284358,7 +283683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4975), 32, + ACTIONS(4948), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -284391,49 +283716,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [68300] = 3, + [67438] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4424), 10, + ACTIONS(4597), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4422), 41, + anon_sym_DASH_GT, + ACTIONS(4595), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -284443,53 +283768,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [68359] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [67497] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4444), 10, + ACTIONS(4593), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4442), 41, + anon_sym_DASH_GT, + ACTIONS(4591), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -284499,106 +283824,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [68418] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [67556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4559), 10, + ACTIONS(4798), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4557), 41, + anon_sym_DASH_GT, + ACTIONS(4800), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [68477] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [67615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 13, + ACTIONS(4482), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, - anon_sym_COLON, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(3834), 38, + anon_sym_DASH_GT, + ACTIONS(4480), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_COLON_COLON, + anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -284608,17 +283936,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [68536] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [67674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4361), 10, + ACTIONS(4637), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -284629,7 +283954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4359), 41, + ACTIONS(4635), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -284671,10 +283996,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [68595] = 3, + [67733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4587), 10, + ACTIONS(4517), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -284685,7 +284010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4585), 41, + ACTIONS(4515), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -284727,26 +284052,24 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [68654] = 3, + [67792] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3789), 13, + ACTIONS(4625), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(3791), 38, + ACTIONS(4623), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -284755,10 +284078,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_COLON_COLON, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -284766,6 +284093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -284779,14 +284107,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [68713] = 3, + [67851] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 10, + ACTIONS(4621), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -284797,7 +284122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4387), 41, + ACTIONS(4619), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -284839,10 +284164,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [68772] = 3, + [67910] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4385), 10, + ACTIONS(4494), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -284853,7 +284178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4383), 41, + ACTIONS(4492), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -284895,122 +284220,169 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [68831] = 3, + [67969] = 50, ACTIONS(3), 1, sym_comment, - ACTIONS(4579), 16, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5105), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5107), 1, + anon_sym_COMMA, + ACTIONS(5111), 1, anon_sym_DASH, + ACTIONS(5113), 1, anon_sym_PLUS, + ACTIONS(5115), 1, anon_sym_STAR, + ACTIONS(5117), 1, anon_sym_SLASH, + ACTIONS(5119), 1, anon_sym_PERCENT, + ACTIONS(5121), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5123), 1, + anon_sym_AMP_AMP, + ACTIONS(5125), 1, anon_sym_PIPE, + ACTIONS(5127), 1, anon_sym_CARET, + ACTIONS(5129), 1, anon_sym_AMP, + ACTIONS(5131), 1, + anon_sym_EQ_EQ, + ACTIONS(5133), 1, + anon_sym_BANG_EQ, + ACTIONS(5135), 1, anon_sym_GT, + ACTIONS(5137), 1, + anon_sym_GT_EQ, + ACTIONS(5139), 1, anon_sym_LT_EQ, + ACTIONS(5141), 1, anon_sym_LT, + ACTIONS(5143), 1, anon_sym_LT_LT, + ACTIONS(5145), 1, anon_sym_GT_GT, + ACTIONS(5147), 1, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4577), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + ACTIONS(5149), 1, anon_sym_QMARK, + ACTIONS(5151), 1, anon_sym_STAR_EQ, + ACTIONS(5153), 1, anon_sym_SLASH_EQ, + ACTIONS(5155), 1, anon_sym_PERCENT_EQ, + ACTIONS(5157), 1, anon_sym_PLUS_EQ, + ACTIONS(5159), 1, anon_sym_DASH_EQ, + ACTIONS(5161), 1, anon_sym_LT_LT_EQ, + ACTIONS(5163), 1, anon_sym_GT_GT_EQ, + ACTIONS(5165), 1, anon_sym_AMP_EQ, + ACTIONS(5167), 1, anon_sym_CARET_EQ, + ACTIONS(5169), 1, anon_sym_PIPE_EQ, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, + ACTIONS(5173), 1, anon_sym_or, + ACTIONS(5175), 1, anon_sym_and, + ACTIONS(5177), 1, anon_sym_bitor, + ACTIONS(5179), 1, anon_sym_xor, + ACTIONS(5181), 1, anon_sym_bitand, + ACTIONS(5183), 1, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, + ACTIONS(5187), 1, anon_sym_DOT_STAR, + ACTIONS(5189), 1, anon_sym_DASH_GT_STAR, - [68890] = 3, + ACTIONS(5197), 1, + anon_sym_RPAREN, + STATE(1594), 1, + sym__binary_fold_operator, + STATE(2814), 1, + sym_argument_list, + STATE(6613), 1, + sym__fold_operator, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [68122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4452), 10, + ACTIONS(4914), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4450), 41, + anon_sym_DASH_GT, + ACTIONS(4912), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [68949] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [68181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4482), 10, + ACTIONS(4617), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -285021,7 +284393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4480), 41, + ACTIONS(4615), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -285063,10 +284435,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [69008] = 3, + [68240] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4963), 19, + ACTIONS(4926), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -285086,7 +284458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4961), 32, + ACTIONS(4924), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -285119,10 +284491,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [69067] = 3, + [68299] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4959), 19, + ACTIONS(4922), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -285142,7 +284514,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4957), 32, + ACTIONS(4920), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -285175,66 +284547,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [69126] = 3, + [68358] = 50, ACTIONS(3), 1, sym_comment, - ACTIONS(4486), 10, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5105), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5111), 1, anon_sym_DASH, + ACTIONS(5113), 1, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(4484), 41, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(5115), 1, anon_sym_STAR, + ACTIONS(5117), 1, + anon_sym_SLASH, + ACTIONS(5119), 1, anon_sym_PERCENT, + ACTIONS(5121), 1, anon_sym_PIPE_PIPE, + ACTIONS(5123), 1, anon_sym_AMP_AMP, + ACTIONS(5125), 1, + anon_sym_PIPE, + ACTIONS(5127), 1, anon_sym_CARET, + ACTIONS(5129), 1, + anon_sym_AMP, + ACTIONS(5131), 1, anon_sym_EQ_EQ, + ACTIONS(5133), 1, anon_sym_BANG_EQ, + ACTIONS(5135), 1, + anon_sym_GT, + ACTIONS(5137), 1, anon_sym_GT_EQ, + ACTIONS(5139), 1, + anon_sym_LT_EQ, + ACTIONS(5141), 1, + anon_sym_LT, + ACTIONS(5143), 1, anon_sym_LT_LT, + ACTIONS(5145), 1, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, + ACTIONS(5147), 1, + anon_sym_EQ, + ACTIONS(5149), 1, anon_sym_QMARK, + ACTIONS(5151), 1, + anon_sym_STAR_EQ, + ACTIONS(5153), 1, + anon_sym_SLASH_EQ, + ACTIONS(5155), 1, + anon_sym_PERCENT_EQ, + ACTIONS(5157), 1, + anon_sym_PLUS_EQ, + ACTIONS(5159), 1, + anon_sym_DASH_EQ, + ACTIONS(5161), 1, + anon_sym_LT_LT_EQ, + ACTIONS(5163), 1, + anon_sym_GT_GT_EQ, + ACTIONS(5165), 1, + anon_sym_AMP_EQ, + ACTIONS(5167), 1, + anon_sym_CARET_EQ, + ACTIONS(5169), 1, + anon_sym_PIPE_EQ, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, + ACTIONS(5173), 1, anon_sym_or, + ACTIONS(5175), 1, anon_sym_and, + ACTIONS(5177), 1, anon_sym_bitor, + ACTIONS(5179), 1, anon_sym_xor, + ACTIONS(5181), 1, anon_sym_bitand, + ACTIONS(5183), 1, anon_sym_not_eq, + ACTIONS(5187), 1, + anon_sym_DOT_STAR, + ACTIONS(5189), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(5191), 1, + anon_sym_COMMA, + ACTIONS(5199), 1, + anon_sym_RPAREN, + STATE(1594), 1, + sym__binary_fold_operator, + STATE(2814), 1, + sym_argument_list, + STATE(6613), 1, + sym__fold_operator, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [69185] = 3, + [68511] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4150), 19, + ACTIONS(4128), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -285254,7 +284673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4152), 32, + ACTIONS(4130), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -285287,10 +284706,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [69244] = 3, + [68570] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4165), 19, + ACTIONS(4193), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -285310,7 +284729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4167), 32, + ACTIONS(4195), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -285343,12 +284762,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [69303] = 4, + [68629] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5209), 1, + ACTIONS(5103), 1, anon_sym_AMP_AMP, - ACTIONS(4953), 19, + ACTIONS(4918), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -285368,7 +284787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4951), 31, + ACTIONS(4916), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -285400,10 +284819,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [69364] = 3, + [68690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4146), 19, + ACTIONS(4197), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -285423,7 +284842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4148), 32, + ACTIONS(4199), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -285456,26 +284875,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [69423] = 3, + [68749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3798), 13, + ACTIONS(4613), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(3800), 38, + ACTIONS(4611), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -285484,10 +284901,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_COLON_COLON, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -285495,6 +284916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -285508,30 +284930,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [69482] = 3, + [68808] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3828), 13, + ACTIONS(4609), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(3830), 38, + ACTIONS(4607), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -285540,10 +284957,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_COLON_COLON, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -285551,6 +284972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -285564,34 +284986,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [69541] = 3, + [68867] = 50, ACTIONS(3), 1, sym_comment, - ACTIONS(5035), 19, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5105), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5107), 1, + anon_sym_COMMA, + ACTIONS(5111), 1, anon_sym_DASH, + ACTIONS(5113), 1, anon_sym_PLUS, + ACTIONS(5115), 1, anon_sym_STAR, + ACTIONS(5117), 1, anon_sym_SLASH, + ACTIONS(5119), 1, anon_sym_PERCENT, + ACTIONS(5121), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5123), 1, + anon_sym_AMP_AMP, + ACTIONS(5125), 1, anon_sym_PIPE, + ACTIONS(5127), 1, anon_sym_CARET, + ACTIONS(5129), 1, anon_sym_AMP, + ACTIONS(5131), 1, + anon_sym_EQ_EQ, + ACTIONS(5133), 1, + anon_sym_BANG_EQ, + ACTIONS(5135), 1, anon_sym_GT, + ACTIONS(5137), 1, + anon_sym_GT_EQ, + ACTIONS(5139), 1, anon_sym_LT_EQ, + ACTIONS(5141), 1, anon_sym_LT, + ACTIONS(5143), 1, anon_sym_LT_LT, + ACTIONS(5145), 1, anon_sym_GT_GT, + ACTIONS(5147), 1, anon_sym_EQ, + ACTIONS(5149), 1, + anon_sym_QMARK, + ACTIONS(5151), 1, + anon_sym_STAR_EQ, + ACTIONS(5153), 1, + anon_sym_SLASH_EQ, + ACTIONS(5155), 1, + anon_sym_PERCENT_EQ, + ACTIONS(5157), 1, + anon_sym_PLUS_EQ, + ACTIONS(5159), 1, + anon_sym_DASH_EQ, + ACTIONS(5161), 1, + anon_sym_LT_LT_EQ, + ACTIONS(5163), 1, + anon_sym_GT_GT_EQ, + ACTIONS(5165), 1, + anon_sym_AMP_EQ, + ACTIONS(5167), 1, + anon_sym_CARET_EQ, + ACTIONS(5169), 1, + anon_sym_PIPE_EQ, + ACTIONS(5171), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5173), 1, anon_sym_or, + ACTIONS(5175), 1, anon_sym_and, + ACTIONS(5177), 1, + anon_sym_bitor, + ACTIONS(5179), 1, anon_sym_xor, + ACTIONS(5181), 1, + anon_sym_bitand, + ACTIONS(5183), 1, + anon_sym_not_eq, + ACTIONS(5187), 1, + anon_sym_DOT_STAR, + ACTIONS(5189), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(5201), 1, + anon_sym_RPAREN, + STATE(1594), 1, + sym__binary_fold_operator, + STATE(2814), 1, + sym_argument_list, + STATE(6613), 1, + sym__fold_operator, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5033), 32, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [69020] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4832), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4830), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -285624,26 +285146,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [69600] = 3, + [69079] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 13, + ACTIONS(4403), 1, + anon_sym_LBRACK, + STATE(2937), 1, + sym_new_declarator, + ACTIONS(4668), 20, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4666), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [69142] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4601), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(3807), 38, + ACTIONS(4599), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -285652,10 +285230,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_COLON_COLON, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -285663,6 +285245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -285676,30 +285259,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [69659] = 3, + [69201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4106), 13, + ACTIONS(4411), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4409), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [69260] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4597), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(4104), 38, + ACTIONS(4595), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -285708,10 +285342,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_COLON_COLON, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -285719,6 +285357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -285732,32 +285371,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [69718] = 4, + [69319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4118), 13, + ACTIONS(4482), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(4116), 37, + ACTIONS(4480), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -285766,9 +285398,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -285776,6 +285413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -285789,32 +285427,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [69779] = 4, + [69378] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4118), 13, + ACTIONS(4478), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(4116), 37, + ACTIONS(4476), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -285823,9 +285454,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -285833,6 +285469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -285846,17 +285483,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [69840] = 4, + [69437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(3809), 20, + ACTIONS(4419), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -285866,25 +285497,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(3814), 29, + anon_sym_DASH_GT, + ACTIONS(4417), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -285893,80 +285523,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [69901] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [69496] = 50, ACTIONS(3), 1, sym_comment, - ACTIONS(2248), 19, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5105), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5111), 1, anon_sym_DASH, + ACTIONS(5113), 1, anon_sym_PLUS, + ACTIONS(5115), 1, anon_sym_STAR, + ACTIONS(5117), 1, anon_sym_SLASH, + ACTIONS(5119), 1, anon_sym_PERCENT, + ACTIONS(5121), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5123), 1, + anon_sym_AMP_AMP, + ACTIONS(5125), 1, anon_sym_PIPE, + ACTIONS(5127), 1, anon_sym_CARET, + ACTIONS(5129), 1, anon_sym_AMP, + ACTIONS(5131), 1, + anon_sym_EQ_EQ, + ACTIONS(5133), 1, + anon_sym_BANG_EQ, + ACTIONS(5135), 1, anon_sym_GT, + ACTIONS(5137), 1, + anon_sym_GT_EQ, + ACTIONS(5139), 1, anon_sym_LT_EQ, + ACTIONS(5141), 1, anon_sym_LT, + ACTIONS(5143), 1, anon_sym_LT_LT, + ACTIONS(5145), 1, anon_sym_GT_GT, + ACTIONS(5147), 1, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2246), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, + ACTIONS(5149), 1, anon_sym_QMARK, + ACTIONS(5151), 1, anon_sym_STAR_EQ, + ACTIONS(5153), 1, anon_sym_SLASH_EQ, + ACTIONS(5155), 1, anon_sym_PERCENT_EQ, + ACTIONS(5157), 1, anon_sym_PLUS_EQ, + ACTIONS(5159), 1, anon_sym_DASH_EQ, + ACTIONS(5161), 1, anon_sym_LT_LT_EQ, + ACTIONS(5163), 1, anon_sym_GT_GT_EQ, + ACTIONS(5165), 1, anon_sym_AMP_EQ, + ACTIONS(5167), 1, anon_sym_CARET_EQ, + ACTIONS(5169), 1, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, + ACTIONS(5173), 1, + anon_sym_or, + ACTIONS(5175), 1, + anon_sym_and, + ACTIONS(5177), 1, anon_sym_bitor, + ACTIONS(5179), 1, + anon_sym_xor, + ACTIONS(5181), 1, anon_sym_bitand, + ACTIONS(5183), 1, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(5187), 1, anon_sym_DOT_STAR, + ACTIONS(5189), 1, anon_sym_DASH_GT_STAR, - [69960] = 3, + ACTIONS(5191), 1, + anon_sym_COMMA, + ACTIONS(5203), 1, + anon_sym_RPAREN, + STATE(1594), 1, + sym__binary_fold_operator, + STATE(2814), 1, + sym_argument_list, + STATE(6613), 1, + sym__fold_operator, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [69649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4357), 16, + ACTIONS(4160), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -285981,9 +285661,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4355), 35, + ACTIONS(4162), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -285993,7 +285676,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -286006,23 +285688,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [70019] = 3, + [69708] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2354), 19, + ACTIONS(4152), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -286042,7 +285722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2352), 32, + ACTIONS(4154), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -286075,10 +285755,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [70078] = 3, + [69767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4353), 16, + ACTIONS(4423), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -286095,7 +285775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4351), 35, + ACTIONS(4421), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -286131,66 +285811,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [70137] = 3, + [69826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4132), 19, + ACTIONS(4593), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4134), 32, + ACTIONS(4591), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [70196] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [69885] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4142), 19, + ACTIONS(1625), 1, + anon_sym_LBRACE, + ACTIONS(4688), 1, + anon_sym_LPAREN2, + STATE(3134), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4664), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -286205,16 +285892,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4144), 32, + ACTIONS(4662), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -286232,60 +285915,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [70255] = 3, + [69950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4337), 10, + ACTIONS(4427), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4335), 41, + anon_sym_DASH_GT, + ACTIONS(4425), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -286295,14 +285978,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_requires, - [70314] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [70009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4333), 10, + ACTIONS(4633), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -286313,7 +285996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4331), 41, + ACTIONS(4631), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -286355,122 +286038,216 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [70373] = 3, + [70068] = 50, ACTIONS(3), 1, sym_comment, - ACTIONS(4291), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(4289), 41, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5105), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(5107), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(5111), 1, + anon_sym_DASH, + ACTIONS(5113), 1, + anon_sym_PLUS, + ACTIONS(5115), 1, anon_sym_STAR, + ACTIONS(5117), 1, + anon_sym_SLASH, + ACTIONS(5119), 1, anon_sym_PERCENT, + ACTIONS(5121), 1, anon_sym_PIPE_PIPE, + ACTIONS(5123), 1, anon_sym_AMP_AMP, + ACTIONS(5125), 1, + anon_sym_PIPE, + ACTIONS(5127), 1, anon_sym_CARET, + ACTIONS(5129), 1, + anon_sym_AMP, + ACTIONS(5131), 1, anon_sym_EQ_EQ, + ACTIONS(5133), 1, anon_sym_BANG_EQ, + ACTIONS(5135), 1, + anon_sym_GT, + ACTIONS(5137), 1, anon_sym_GT_EQ, + ACTIONS(5139), 1, + anon_sym_LT_EQ, + ACTIONS(5141), 1, + anon_sym_LT, + ACTIONS(5143), 1, anon_sym_LT_LT, + ACTIONS(5145), 1, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, + ACTIONS(5147), 1, + anon_sym_EQ, + ACTIONS(5149), 1, anon_sym_QMARK, + ACTIONS(5151), 1, + anon_sym_STAR_EQ, + ACTIONS(5153), 1, + anon_sym_SLASH_EQ, + ACTIONS(5155), 1, + anon_sym_PERCENT_EQ, + ACTIONS(5157), 1, + anon_sym_PLUS_EQ, + ACTIONS(5159), 1, + anon_sym_DASH_EQ, + ACTIONS(5161), 1, + anon_sym_LT_LT_EQ, + ACTIONS(5163), 1, + anon_sym_GT_GT_EQ, + ACTIONS(5165), 1, + anon_sym_AMP_EQ, + ACTIONS(5167), 1, + anon_sym_CARET_EQ, + ACTIONS(5169), 1, + anon_sym_PIPE_EQ, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, + ACTIONS(5173), 1, anon_sym_or, + ACTIONS(5175), 1, anon_sym_and, + ACTIONS(5177), 1, anon_sym_bitor, + ACTIONS(5179), 1, anon_sym_xor, + ACTIONS(5181), 1, anon_sym_bitand, + ACTIONS(5183), 1, anon_sym_not_eq, + ACTIONS(5187), 1, + anon_sym_DOT_STAR, + ACTIONS(5189), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(5205), 1, + anon_sym_RPAREN, + STATE(1594), 1, + sym__binary_fold_operator, + STATE(2814), 1, + sym_argument_list, + STATE(6613), 1, + sym__fold_operator, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [70432] = 3, + [70221] = 50, ACTIONS(3), 1, sym_comment, - ACTIONS(4583), 16, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5105), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5107), 1, + anon_sym_COMMA, + ACTIONS(5111), 1, anon_sym_DASH, + ACTIONS(5113), 1, anon_sym_PLUS, + ACTIONS(5115), 1, anon_sym_STAR, + ACTIONS(5117), 1, anon_sym_SLASH, + ACTIONS(5119), 1, anon_sym_PERCENT, + ACTIONS(5121), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5123), 1, + anon_sym_AMP_AMP, + ACTIONS(5125), 1, anon_sym_PIPE, + ACTIONS(5127), 1, anon_sym_CARET, + ACTIONS(5129), 1, anon_sym_AMP, + ACTIONS(5131), 1, + anon_sym_EQ_EQ, + ACTIONS(5133), 1, + anon_sym_BANG_EQ, + ACTIONS(5135), 1, anon_sym_GT, + ACTIONS(5137), 1, + anon_sym_GT_EQ, + ACTIONS(5139), 1, anon_sym_LT_EQ, + ACTIONS(5141), 1, anon_sym_LT, + ACTIONS(5143), 1, anon_sym_LT_LT, + ACTIONS(5145), 1, anon_sym_GT_GT, + ACTIONS(5147), 1, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4581), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + ACTIONS(5149), 1, anon_sym_QMARK, + ACTIONS(5151), 1, anon_sym_STAR_EQ, + ACTIONS(5153), 1, anon_sym_SLASH_EQ, + ACTIONS(5155), 1, anon_sym_PERCENT_EQ, + ACTIONS(5157), 1, anon_sym_PLUS_EQ, + ACTIONS(5159), 1, anon_sym_DASH_EQ, + ACTIONS(5161), 1, anon_sym_LT_LT_EQ, + ACTIONS(5163), 1, anon_sym_GT_GT_EQ, + ACTIONS(5165), 1, anon_sym_AMP_EQ, + ACTIONS(5167), 1, anon_sym_CARET_EQ, + ACTIONS(5169), 1, anon_sym_PIPE_EQ, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, + ACTIONS(5173), 1, anon_sym_or, + ACTIONS(5175), 1, anon_sym_and, + ACTIONS(5177), 1, anon_sym_bitor, + ACTIONS(5179), 1, anon_sym_xor, + ACTIONS(5181), 1, anon_sym_bitand, + ACTIONS(5183), 1, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, + ACTIONS(5187), 1, anon_sym_DOT_STAR, + ACTIONS(5189), 1, anon_sym_DASH_GT_STAR, - [70491] = 3, + ACTIONS(5207), 1, + anon_sym_RPAREN, + STATE(1594), 1, + sym__binary_fold_operator, + STATE(2814), 1, + sym_argument_list, + STATE(6613), 1, + sym__fold_operator, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [70374] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4345), 16, + ACTIONS(4439), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -286487,7 +286264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4343), 35, + ACTIONS(4437), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -286523,10 +286300,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [70550] = 3, + [70433] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4309), 16, + ACTIONS(4888), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -286541,9 +286318,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4307), 35, + ACTIONS(4886), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -286553,7 +286333,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -286566,23 +286345,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [70609] = 3, + [70492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4788), 19, + ACTIONS(4884), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -286602,7 +286379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4786), 32, + ACTIONS(4882), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -286635,10 +286412,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [70668] = 3, + [70551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 16, + ACTIONS(4447), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -286655,7 +286432,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4339), 35, + ACTIONS(4445), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -286691,10 +286468,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [70727] = 3, + [70610] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4900), 19, + ACTIONS(3774), 1, + anon_sym_EQ, + ACTIONS(3906), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4676), 1, + anon_sym_LPAREN2, + ACTIONS(4682), 1, + anon_sym_LBRACK, + ACTIONS(3778), 13, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(3746), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + ACTIONS(3754), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -286708,13 +286525,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, + [70679] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4451), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4898), 32, + ACTIONS(4449), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -286724,6 +286559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -286736,77 +286572,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [70786] = 3, + [70738] = 50, ACTIONS(3), 1, sym_comment, - ACTIONS(4896), 19, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5105), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5107), 1, + anon_sym_COMMA, + ACTIONS(5111), 1, anon_sym_DASH, + ACTIONS(5113), 1, anon_sym_PLUS, + ACTIONS(5115), 1, anon_sym_STAR, + ACTIONS(5117), 1, anon_sym_SLASH, + ACTIONS(5119), 1, anon_sym_PERCENT, + ACTIONS(5121), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5123), 1, + anon_sym_AMP_AMP, + ACTIONS(5125), 1, anon_sym_PIPE, + ACTIONS(5127), 1, anon_sym_CARET, + ACTIONS(5129), 1, anon_sym_AMP, + ACTIONS(5131), 1, + anon_sym_EQ_EQ, + ACTIONS(5133), 1, + anon_sym_BANG_EQ, + ACTIONS(5135), 1, anon_sym_GT, + ACTIONS(5137), 1, + anon_sym_GT_EQ, + ACTIONS(5139), 1, anon_sym_LT_EQ, + ACTIONS(5141), 1, anon_sym_LT, + ACTIONS(5143), 1, anon_sym_LT_LT, + ACTIONS(5145), 1, anon_sym_GT_GT, + ACTIONS(5147), 1, anon_sym_EQ, + ACTIONS(5149), 1, + anon_sym_QMARK, + ACTIONS(5151), 1, + anon_sym_STAR_EQ, + ACTIONS(5153), 1, + anon_sym_SLASH_EQ, + ACTIONS(5155), 1, + anon_sym_PERCENT_EQ, + ACTIONS(5157), 1, + anon_sym_PLUS_EQ, + ACTIONS(5159), 1, + anon_sym_DASH_EQ, + ACTIONS(5161), 1, + anon_sym_LT_LT_EQ, + ACTIONS(5163), 1, + anon_sym_GT_GT_EQ, + ACTIONS(5165), 1, + anon_sym_AMP_EQ, + ACTIONS(5167), 1, + anon_sym_CARET_EQ, + ACTIONS(5169), 1, + anon_sym_PIPE_EQ, + ACTIONS(5171), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5173), 1, anon_sym_or, + ACTIONS(5175), 1, anon_sym_and, + ACTIONS(5177), 1, + anon_sym_bitor, + ACTIONS(5179), 1, anon_sym_xor, + ACTIONS(5181), 1, + anon_sym_bitand, + ACTIONS(5183), 1, + anon_sym_not_eq, + ACTIONS(5187), 1, + anon_sym_DOT_STAR, + ACTIONS(5189), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(5209), 1, + anon_sym_RPAREN, + STATE(1594), 1, + sym__binary_fold_operator, + STATE(2814), 1, + sym_argument_list, + STATE(6613), 1, + sym__fold_operator, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4894), 32, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [70891] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4545), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4543), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [70845] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [70950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4631), 16, + ACTIONS(4455), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -286823,7 +286764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4629), 35, + ACTIONS(4453), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -286859,10 +286800,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [70904] = 3, + [71009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4668), 19, + ACTIONS(4463), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -286877,12 +286818,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4666), 32, + ACTIONS(4461), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -286892,6 +286830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -286904,21 +286843,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [70963] = 3, + [71068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4321), 16, + ACTIONS(5019), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -286933,9 +286874,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4319), 35, + ACTIONS(5017), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -286945,7 +286889,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -286958,23 +286901,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [71022] = 3, + [71127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4949), 19, + ACTIONS(4736), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -286994,7 +286935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4947), 32, + ACTIONS(4738), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -287027,10 +286968,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [71081] = 3, + [71186] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 19, + ACTIONS(4674), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -287050,7 +286991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4212), 32, + ACTIONS(4672), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -287083,66 +287024,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [71140] = 3, + [71245] = 50, ACTIONS(3), 1, sym_comment, - ACTIONS(4313), 16, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5105), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5107), 1, + anon_sym_COMMA, + ACTIONS(5111), 1, anon_sym_DASH, + ACTIONS(5113), 1, anon_sym_PLUS, + ACTIONS(5115), 1, anon_sym_STAR, + ACTIONS(5117), 1, anon_sym_SLASH, + ACTIONS(5119), 1, anon_sym_PERCENT, + ACTIONS(5121), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5123), 1, + anon_sym_AMP_AMP, + ACTIONS(5125), 1, anon_sym_PIPE, + ACTIONS(5127), 1, anon_sym_CARET, + ACTIONS(5129), 1, anon_sym_AMP, + ACTIONS(5131), 1, + anon_sym_EQ_EQ, + ACTIONS(5133), 1, + anon_sym_BANG_EQ, + ACTIONS(5135), 1, anon_sym_GT, + ACTIONS(5137), 1, + anon_sym_GT_EQ, + ACTIONS(5139), 1, anon_sym_LT_EQ, + ACTIONS(5141), 1, anon_sym_LT, + ACTIONS(5143), 1, anon_sym_LT_LT, + ACTIONS(5145), 1, anon_sym_GT_GT, + ACTIONS(5147), 1, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4311), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + ACTIONS(5149), 1, anon_sym_QMARK, + ACTIONS(5151), 1, anon_sym_STAR_EQ, + ACTIONS(5153), 1, anon_sym_SLASH_EQ, + ACTIONS(5155), 1, anon_sym_PERCENT_EQ, + ACTIONS(5157), 1, anon_sym_PLUS_EQ, + ACTIONS(5159), 1, anon_sym_DASH_EQ, + ACTIONS(5161), 1, anon_sym_LT_LT_EQ, + ACTIONS(5163), 1, anon_sym_GT_GT_EQ, + ACTIONS(5165), 1, anon_sym_AMP_EQ, + ACTIONS(5167), 1, anon_sym_CARET_EQ, + ACTIONS(5169), 1, anon_sym_PIPE_EQ, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, + ACTIONS(5173), 1, anon_sym_or, + ACTIONS(5175), 1, anon_sym_and, + ACTIONS(5177), 1, anon_sym_bitor, + ACTIONS(5179), 1, anon_sym_xor, + ACTIONS(5181), 1, anon_sym_bitand, + ACTIONS(5183), 1, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, + ACTIONS(5187), 1, anon_sym_DOT_STAR, + ACTIONS(5189), 1, anon_sym_DASH_GT_STAR, - [71199] = 3, + ACTIONS(5211), 1, + anon_sym_RPAREN, + STATE(1594), 1, + sym__binary_fold_operator, + STATE(2814), 1, + sym_argument_list, + STATE(6613), 1, + sym__fold_operator, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [71398] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4631), 10, + ACTIONS(4660), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -287153,7 +287141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4629), 41, + ACTIONS(4658), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -287195,49 +287183,49 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [71258] = 3, + [71457] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4291), 16, + ACTIONS(4463), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4289), 35, + ACTIONS(4461), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -287247,14 +287235,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [71317] = 3, + anon_sym_requires, + [71516] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4287), 16, + ACTIONS(4478), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -287271,7 +287259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4285), 35, + ACTIONS(4476), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -287307,49 +287295,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [71376] = 3, + [71575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4448), 16, + ACTIONS(4455), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4446), 35, + ACTIONS(4453), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -287359,14 +287347,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [71435] = 3, + anon_sym_requires, + [71634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4470), 16, + ACTIONS(2290), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -287381,9 +287369,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4468), 35, + ACTIONS(2288), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -287393,7 +287384,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -287406,62 +287396,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [71494] = 3, + [71693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4509), 16, + ACTIONS(4451), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4507), 35, + ACTIONS(4449), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -287471,45 +287459,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [71553] = 3, + anon_sym_requires, + [71752] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(3768), 1, + anon_sym_LBRACE, + ACTIONS(4770), 1, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(5213), 1, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4212), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, + STATE(3325), 1, + sym_template_argument_list, + ACTIONS(5215), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -287523,74 +287490,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [71612] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4525), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4523), 35, + ACTIONS(3746), 16, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [71671] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4537), 16, + anon_sym_DASH_GT, + ACTIONS(3754), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -287601,52 +287518,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4535), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, + anon_sym_COLON, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [71730] = 3, + anon_sym_DOT, + [71823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4267), 10, + ACTIONS(4447), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -287657,7 +287539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4265), 41, + ACTIONS(4445), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -287699,10 +287581,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [71789] = 3, + [71882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4583), 10, + ACTIONS(4541), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -287713,7 +287595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4581), 41, + ACTIONS(4539), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -287755,10 +287637,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [71848] = 3, + [71941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4579), 10, + ACTIONS(4439), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -287769,7 +287651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4577), 41, + ACTIONS(4437), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -287811,10 +287693,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [71907] = 3, + [72000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4575), 10, + ACTIONS(4431), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -287825,7 +287707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4573), 41, + ACTIONS(4429), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -287867,10 +287749,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [71966] = 3, + [72059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4949), 19, + ACTIONS(4880), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -287890,7 +287772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4947), 32, + ACTIONS(4878), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -287923,10 +287805,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [72025] = 3, + [72118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 16, + ACTIONS(4876), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -287941,9 +287823,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4261), 35, + ACTIONS(4874), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -287953,7 +287838,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -287966,23 +287850,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [72084] = 3, + [72177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 19, + ACTIONS(4494), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -287997,12 +287879,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4212), 32, + ACTIONS(4492), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -288012,6 +287891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -288024,21 +287904,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + sym_auto, + anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [72143] = 3, + [72236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4876), 19, + ACTIONS(4715), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -288058,7 +287940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4874), 32, + ACTIONS(4713), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -288091,10 +287973,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [72202] = 3, + [72295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(2340), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -288114,7 +287996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4866), 32, + ACTIONS(2338), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -288147,105 +288029,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [72261] = 3, + [72354] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4555), 16, + ACTIONS(4427), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4553), 35, + ACTIONS(4425), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [72320] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4563), 16, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4561), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -288255,53 +288081,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [72379] = 3, + anon_sym_requires, + [72413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4567), 16, + ACTIONS(4423), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4565), 35, + ACTIONS(4421), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -288311,53 +288137,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [72438] = 3, + anon_sym_requires, + [72472] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4571), 16, + ACTIONS(4419), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4569), 35, + ACTIONS(4417), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -288367,14 +288193,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [72497] = 3, + anon_sym_requires, + [72531] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4333), 16, + ACTIONS(4517), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -288391,7 +288217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4331), 35, + ACTIONS(4515), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -288427,67 +288253,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [72556] = 4, + [72590] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3904), 3, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3760), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [72617] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4263), 10, + ACTIONS(4411), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -288498,7 +288267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4261), 41, + ACTIONS(4409), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -288540,66 +288309,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [72676] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4337), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4335), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [72735] = 3, + [72649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4275), 10, + ACTIONS(4537), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -288610,7 +288323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(4273), 41, + ACTIONS(4535), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -288652,10 +288365,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [72794] = 3, + [72708] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4591), 16, + ACTIONS(4704), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -288670,9 +288383,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4589), 35, + ACTIONS(4702), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -288682,7 +288398,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -288695,23 +288410,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [72853] = 3, + [72767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4860), 19, + ACTIONS(4868), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -288731,7 +288444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4858), 32, + ACTIONS(4866), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -288764,10 +288477,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [72912] = 3, + [72826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4595), 16, + ACTIONS(4521), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -288784,7 +288497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4593), 35, + ACTIONS(4519), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -288820,49 +288533,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [72971] = 3, + [72885] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 16, + ACTIONS(4533), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4597), 35, + ACTIONS(4531), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -288872,14 +288585,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [73030] = 3, + anon_sym_requires, + [72944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4214), 19, + ACTIONS(4140), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -288899,7 +288612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4216), 32, + ACTIONS(4142), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -288932,66 +288645,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73089] = 3, + [73003] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4687), 19, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4126), 13, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4682), 32, + ACTIONS(4124), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [73148] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [73064] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4607), 16, + ACTIONS(1625), 1, + anon_sym_LBRACE, + ACTIONS(4688), 1, + anon_sym_LPAREN2, + STATE(3135), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4459), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289008,17 +288729,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4605), 35, + ACTIONS(4457), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -289040,14 +288759,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73207] = 3, + [73129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 16, + ACTIONS(4549), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289064,7 +288781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4261), 35, + ACTIONS(4547), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -289100,10 +288817,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73266] = 3, + [73188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4848), 19, + ACTIONS(4808), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289123,7 +288840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4846), 32, + ACTIONS(4806), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -289156,10 +288873,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73325] = 3, + [73247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4888), 19, + ACTIONS(4832), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289173,23 +288890,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4886), 32, + ACTIONS(4830), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -289210,51 +288928,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [73384] = 3, + anon_sym_DASH_GT, + [73306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4611), 16, + ACTIONS(4529), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4609), 35, + ACTIONS(4527), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -289264,14 +288981,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [73443] = 3, + anon_sym_requires, + [73365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4755), 19, + ACTIONS(4674), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289285,23 +289002,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4757), 32, + ACTIONS(4672), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -289322,12 +289040,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [73502] = 3, + anon_sym_DASH_GT, + [73424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4647), 16, + ACTIONS(4553), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289344,7 +289061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4645), 35, + ACTIONS(4551), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -289380,66 +289097,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73561] = 3, + [73483] = 50, ACTIONS(3), 1, sym_comment, - ACTIONS(4365), 16, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5105), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5107), 1, + anon_sym_COMMA, + ACTIONS(5111), 1, anon_sym_DASH, + ACTIONS(5113), 1, anon_sym_PLUS, + ACTIONS(5115), 1, anon_sym_STAR, + ACTIONS(5117), 1, anon_sym_SLASH, + ACTIONS(5119), 1, anon_sym_PERCENT, + ACTIONS(5121), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5123), 1, + anon_sym_AMP_AMP, + ACTIONS(5125), 1, anon_sym_PIPE, + ACTIONS(5127), 1, anon_sym_CARET, + ACTIONS(5129), 1, anon_sym_AMP, + ACTIONS(5131), 1, + anon_sym_EQ_EQ, + ACTIONS(5133), 1, + anon_sym_BANG_EQ, + ACTIONS(5135), 1, anon_sym_GT, + ACTIONS(5137), 1, + anon_sym_GT_EQ, + ACTIONS(5139), 1, anon_sym_LT_EQ, + ACTIONS(5141), 1, anon_sym_LT, + ACTIONS(5143), 1, anon_sym_LT_LT, + ACTIONS(5145), 1, anon_sym_GT_GT, + ACTIONS(5147), 1, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4363), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + ACTIONS(5149), 1, anon_sym_QMARK, + ACTIONS(5151), 1, anon_sym_STAR_EQ, + ACTIONS(5153), 1, anon_sym_SLASH_EQ, + ACTIONS(5155), 1, anon_sym_PERCENT_EQ, + ACTIONS(5157), 1, anon_sym_PLUS_EQ, + ACTIONS(5159), 1, anon_sym_DASH_EQ, + ACTIONS(5161), 1, anon_sym_LT_LT_EQ, + ACTIONS(5163), 1, anon_sym_GT_GT_EQ, + ACTIONS(5165), 1, anon_sym_AMP_EQ, + ACTIONS(5167), 1, anon_sym_CARET_EQ, + ACTIONS(5169), 1, anon_sym_PIPE_EQ, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, + ACTIONS(5173), 1, anon_sym_or, + ACTIONS(5175), 1, anon_sym_and, + ACTIONS(5177), 1, anon_sym_bitor, + ACTIONS(5179), 1, anon_sym_xor, + ACTIONS(5181), 1, anon_sym_bitand, + ACTIONS(5183), 1, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, + ACTIONS(5187), 1, anon_sym_DOT_STAR, + ACTIONS(5189), 1, anon_sym_DASH_GT_STAR, - [73620] = 3, + ACTIONS(5217), 1, + anon_sym_RPAREN, + STATE(1594), 1, + sym__binary_fold_operator, + STATE(2814), 1, + sym_argument_list, + STATE(6613), 1, + sym__fold_operator, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [73636] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 16, + ACTIONS(4972), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289454,9 +289218,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4371), 35, + ACTIONS(4970), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -289466,7 +289233,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -289479,23 +289245,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73679] = 3, + [73695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 19, + ACTIONS(3732), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289515,7 +289279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4224), 32, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -289548,68 +289312,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73738] = 5, + [73754] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5209), 1, - anon_sym_AMP_AMP, - ACTIONS(5211), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4938), 19, + ACTIONS(4525), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4936), 30, + ACTIONS(4523), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [73801] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [73813] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4727), 19, + ACTIONS(3732), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289629,7 +289391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4729), 32, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -289662,10 +289424,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73860] = 3, + [73872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 16, + ACTIONS(3732), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289680,9 +289442,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4367), 35, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -289692,7 +289457,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -289705,23 +289469,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73919] = 3, + [73931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4409), 16, + ACTIONS(3732), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289736,9 +289498,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4407), 35, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -289748,7 +289513,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -289761,23 +289525,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73978] = 3, + [73990] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4460), 16, + ACTIONS(3906), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4676), 1, + anon_sym_LPAREN2, + ACTIONS(4682), 1, + anon_sym_LBRACK, + ACTIONS(3754), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289792,20 +289560,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4458), 35, + ACTIONS(3746), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -289817,23 +289585,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74037] = 3, + anon_sym_DASH_GT, + [74055] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4973), 19, + ACTIONS(3906), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4676), 1, + anon_sym_LPAREN2, + ACTIONS(4682), 1, + anon_sym_LBRACK, + ACTIONS(3754), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289852,18 +289623,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4971), 32, + ACTIONS(3746), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -289884,12 +289653,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74096] = 3, + anon_sym_DASH_GT, + [74120] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4432), 16, + ACTIONS(3732), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289904,9 +289672,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4430), 35, + ACTIONS(3737), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -289916,7 +289687,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -289929,23 +289699,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [74155] = 3, + [74179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4478), 16, + ACTIONS(4259), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -289962,7 +289730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4476), 35, + ACTIONS(4257), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -289998,49 +289766,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [74214] = 3, + [74238] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4505), 16, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4101), 13, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4503), 35, + ACTIONS(4099), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -290050,53 +289816,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74273] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [74299] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4513), 16, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4101), 13, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4511), 35, + ACTIONS(4099), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -290106,14 +289873,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74332] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [74360] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 16, + ACTIONS(4563), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -290130,7 +289900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4539), 35, + ACTIONS(4561), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -290166,10 +289936,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [74391] = 3, + [74419] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5009), 19, + ACTIONS(5035), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -290189,7 +289959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5007), 32, + ACTIONS(5033), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -290222,49 +289992,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [74450] = 3, + [74478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4486), 16, + ACTIONS(4116), 13, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4484), 35, + ACTIONS(4114), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -290274,53 +290041,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74509] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [74537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4551), 16, + ACTIONS(3804), 13, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4549), 35, + ACTIONS(3809), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -290330,53 +290097,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74568] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [74596] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 16, + ACTIONS(3826), 13, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4659), 35, + ACTIONS(3828), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -290386,53 +290153,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74627] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [74655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4482), 16, + ACTIONS(4283), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4480), 35, + ACTIONS(4281), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -290442,109 +290212,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74686] = 3, + anon_sym_requires, + [74714] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4997), 19, + ACTIONS(4287), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4995), 32, + ACTIONS(4285), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74745] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4657), 16, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4655), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -290554,165 +290268,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74804] = 3, + anon_sym_requires, + [74773] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5001), 19, + ACTIONS(4303), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4999), 32, + ACTIONS(4301), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74863] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4711), 19, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4713), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74922] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4452), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4450), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -290722,165 +290324,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [74981] = 3, + anon_sym_requires, + [74832] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4206), 19, + ACTIONS(3800), 13, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4208), 32, + ACTIONS(3802), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [75040] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [74891] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5021), 19, + ACTIONS(3792), 13, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5019), 32, + ACTIONS(3794), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [75099] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [74950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4424), 16, + ACTIONS(3818), 13, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4422), 35, + ACTIONS(3820), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -290890,53 +290489,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [75158] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [75009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4444), 16, + ACTIONS(3796), 13, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4442), 35, + ACTIONS(3798), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -290946,53 +290545,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [75217] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [75068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4559), 16, + ACTIONS(3785), 13, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4557), 35, + ACTIONS(3787), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -291002,53 +290601,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [75276] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [75127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4361), 16, + ACTIONS(3822), 13, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4359), 35, + ACTIONS(3824), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -291058,14 +290657,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [75335] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [75186] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4587), 16, + ACTIONS(4715), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -291079,21 +290681,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4585), 35, + ACTIONS(4713), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -291105,62 +290710,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_auto, - anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [75394] = 3, + anon_sym_DASH_GT, + [75245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4385), 16, + ACTIONS(4498), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4383), 35, + ACTIONS(4496), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -291170,53 +290772,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [75453] = 3, + anon_sym_requires, + [75304] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 16, + ACTIONS(4502), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4387), 35, + ACTIONS(4500), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -291226,98 +290828,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [75512] = 5, + anon_sym_requires, + [75363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4279), 1, - anon_sym_LBRACK, - STATE(2933), 1, - sym_new_declarator, - ACTIONS(4680), 20, + ACTIONS(4506), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(4678), 29, + ACTIONS(4504), 41, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [75575] = 4, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [75422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4116), 6, + ACTIONS(4513), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4511), 41, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - ACTIONS(4118), 43, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -291325,39 +290929,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_using, - anon_sym_concept, - [75635] = 8, + anon_sym_requires, + [75481] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(4872), 19, + ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4978), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -291377,7 +290980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4870), 26, + ACTIONS(4976), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -291401,91 +291004,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_GT2, - [75703] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - ACTIONS(5219), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5225), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5227), 1, - anon_sym_AMP_AMP, - ACTIONS(5229), 1, - anon_sym_PIPE, - ACTIONS(5233), 1, - anon_sym_AMP, - ACTIONS(5241), 1, - anon_sym_QMARK, - ACTIONS(5243), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5245), 1, - anon_sym_or, - ACTIONS(5247), 1, - anon_sym_and, - ACTIONS(5249), 1, - anon_sym_bitor, - ACTIONS(5251), 1, - anon_sym_bitand, - STATE(2985), 1, - sym_argument_list, - ACTIONS(4854), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(5221), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5231), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5239), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5235), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5237), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4852), 14, - anon_sym_COMMA, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_GT2, - [75807] = 3, + [75551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 7, + ACTIONS(3809), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -291493,7 +291016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(3802), 43, + ACTIONS(3804), 43, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -291537,69 +291060,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_using, anon_sym_concept, - [75865] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4672), 1, - anon_sym_LBRACK, - STATE(3056), 1, - sym_new_declarator, - ACTIONS(4680), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4678), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [75927] = 4, + [75609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3969), 1, - sym_literal_suffix, - ACTIONS(3760), 23, + ACTIONS(4740), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -291623,37 +291087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - ACTIONS(3755), 26, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - [75987] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4800), 20, + ACTIONS(4742), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -291670,53 +291104,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4798), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [76045] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3944), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -291725,45 +291115,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, - ACTIONS(3942), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [76103] = 3, + [75667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3916), 16, + ACTIONS(3920), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -291780,7 +291135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, - ACTIONS(3914), 34, + ACTIONS(3918), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -291815,23 +291170,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [76161] = 9, + [75725] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4864), 19, + ACTIONS(3809), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(3811), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -291841,23 +291186,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(4862), 24, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3816), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -291865,28 +291211,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [76231] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [75785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5257), 6, + ACTIONS(5229), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5255), 44, + ACTIONS(5227), 44, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -291931,73 +291281,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_using, anon_sym_concept, anon_sym_requires, - [76289] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4110), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - ACTIONS(4112), 43, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_using, - anon_sym_concept, - [76349] = 3, + [75843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5261), 6, + ACTIONS(5233), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5259), 44, + ACTIONS(5231), 44, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -292042,106 +291336,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_using, anon_sym_concept, anon_sym_requires, - [76407] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - ACTIONS(5225), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5227), 1, - anon_sym_AMP_AMP, - ACTIONS(5229), 1, - anon_sym_PIPE, - ACTIONS(5233), 1, - anon_sym_AMP, - ACTIONS(5243), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5245), 1, - anon_sym_or, - ACTIONS(5247), 1, - anon_sym_and, - ACTIONS(5249), 1, - anon_sym_bitor, - ACTIONS(5251), 1, - anon_sym_bitand, - STATE(2985), 1, - sym_argument_list, - ACTIONS(4904), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(5221), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5231), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5239), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5235), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5237), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4902), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_GT2, - [76507] = 3, + [75901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3928), 16, + ACTIONS(4101), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_GT_GT, + anon_sym_const, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(3926), 34, + ACTIONS(4099), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -292150,33 +291363,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [76565] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [75959] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3826), 7, + ACTIONS(4099), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -292184,7 +291402,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(3824), 43, + ACTIONS(4101), 43, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -292228,10 +291446,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_using, anon_sym_concept, - [76623] = 3, + [76017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3818), 7, + ACTIONS(2288), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -292239,7 +291457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(3816), 43, + ACTIONS(2290), 43, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -292283,18 +291501,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_using, anon_sym_concept, - [76681] = 3, + [76075] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4116), 7, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4124), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4118), 43, + ACTIONS(4126), 43, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -292338,19 +291557,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_using, anon_sym_concept, - [76739] = 4, + [76135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5263), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 6, + ACTIONS(2338), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4953), 43, + ACTIONS(2340), 43, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -292394,14 +291612,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_using, anon_sym_concept, - [76799] = 5, + [76193] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5265), 1, - anon_sym_LT, - STATE(3001), 1, - sym_template_argument_list, - ACTIONS(4908), 19, + ACTIONS(4804), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -292413,6 +291627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -292421,7 +291636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4906), 29, + ACTIONS(4802), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -292429,6 +291644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -292451,344 +291667,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [76861] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3822), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(3820), 43, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_using, - anon_sym_concept, - [76919] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3834), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(3832), 43, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_using, - anon_sym_concept, - [76977] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3791), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(3789), 43, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_using, - anon_sym_concept, - [77035] = 3, + [76251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3800), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(3798), 43, + ACTIONS(3940), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_using, - anon_sym_concept, - [77093] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3830), 7, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(3938), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(3828), 43, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_using, - anon_sym_concept, - [77151] = 24, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [76309] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5235), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5241), 1, anon_sym_PIPE_PIPE, - ACTIONS(5227), 1, + ACTIONS(5243), 1, anon_sym_AMP_AMP, - ACTIONS(5229), 1, + ACTIONS(5245), 1, anon_sym_PIPE, - ACTIONS(5233), 1, + ACTIONS(5249), 1, anon_sym_AMP, - ACTIONS(5243), 1, + ACTIONS(5257), 1, + anon_sym_QMARK, + ACTIONS(5259), 1, anon_sym_LT_EQ_GT, - ACTIONS(5245), 1, + ACTIONS(5261), 1, anon_sym_or, - ACTIONS(5247), 1, + ACTIONS(5263), 1, anon_sym_and, - ACTIONS(5249), 1, + ACTIONS(5265), 1, anon_sym_bitor, - ACTIONS(5251), 1, + ACTIONS(5267), 1, anon_sym_bitand, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(4828), 2, + ACTIONS(4854), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5231), 2, + ACTIONS(5247), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5239), 2, + ACTIONS(5255), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5235), 3, + ACTIONS(5251), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5237), 4, + ACTIONS(5253), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4802), 16, - anon_sym_DOT_DOT_DOT, + ACTIONS(4836), 14, anon_sym_COMMA, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -292802,49 +291800,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or_eq, anon_sym_xor_eq, anon_sym_GT2, - [77251] = 9, + [76413] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - STATE(2985), 1, + ACTIONS(5241), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5243), 1, + anon_sym_AMP_AMP, + ACTIONS(5245), 1, + anon_sym_PIPE, + ACTIONS(5249), 1, + anon_sym_AMP, + ACTIONS(5259), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5261), 1, + anon_sym_or, + ACTIONS(5263), 1, + anon_sym_and, + ACTIONS(5265), 1, + anon_sym_bitor, + ACTIONS(5267), 1, + anon_sym_bitand, + STATE(2996), 1, sym_argument_list, - ACTIONS(5253), 2, + ACTIONS(4892), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(5221), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4880), 19, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5247), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5255), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5251), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5253), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(4878), 24, + ACTIONS(4890), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -292858,78 +291875,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_GT2, - [77321] = 3, + [76513] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2246), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, + ACTIONS(5269), 1, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2248), 43, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - anon_sym_using, - anon_sym_concept, - [77379] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2352), 7, + ACTIONS(4916), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2354), 43, + ACTIONS(4918), 43, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -292973,23 +291932,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_using, anon_sym_concept, - [77437] = 9, + [76573] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4993), 19, + ACTIONS(5271), 1, + anon_sym_LT, + STATE(3043), 1, + sym_template_argument_list, + ACTIONS(5006), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -293001,7 +291951,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -293009,13 +291958,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4991), 24, + anon_sym_DOT, + ACTIONS(5004), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -293033,55 +291985,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [77507] = 13, + [76635] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, + ACTIONS(5241), 1, + anon_sym_PIPE_PIPE, ACTIONS(5243), 1, + anon_sym_AMP_AMP, + ACTIONS(5245), 1, + anon_sym_PIPE, + ACTIONS(5249), 1, + anon_sym_AMP, + ACTIONS(5259), 1, anon_sym_LT_EQ_GT, - STATE(2985), 1, + ACTIONS(5261), 1, + anon_sym_or, + ACTIONS(5263), 1, + anon_sym_and, + ACTIONS(5265), 1, + anon_sym_bitor, + ACTIONS(5267), 1, + anon_sym_bitand, + STATE(2996), 1, sym_argument_list, + ACTIONS(4930), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5239), 2, + ACTIONS(5247), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5255), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4884), 12, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5251), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5253), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(4882), 23, + ACTIONS(4928), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -293095,29 +292064,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_GT2, - [77585] = 3, + [76735] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5276), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(5274), 44, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_using, + anon_sym_concept, + anon_sym_requires, + [76793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4118), 12, + ACTIONS(3933), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(4116), 38, + sym_literal_suffix, + ACTIONS(3931), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -293126,96 +292152,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_LBRACE, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [77643] = 24, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [76851] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4690), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + STATE(3058), 1, + sym_new_declarator, + ACTIONS(4668), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(5217), 1, anon_sym_DASH_GT, - ACTIONS(5225), 1, + ACTIONS(4666), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - ACTIONS(5227), 1, anon_sym_AMP_AMP, - ACTIONS(5229), 1, - anon_sym_PIPE, - ACTIONS(5233), 1, - anon_sym_AMP, - ACTIONS(5243), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - ACTIONS(5245), 1, anon_sym_or, - ACTIONS(5247), 1, anon_sym_and, - ACTIONS(5249), 1, anon_sym_bitor, - ACTIONS(5251), 1, + anon_sym_xor, anon_sym_bitand, - STATE(2985), 1, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [76913] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + STATE(2996), 1, sym_argument_list, - ACTIONS(4892), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, ACTIONS(5221), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5231), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5239), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5253), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(4994), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5235), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5237), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4890), 16, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(4992), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -293229,34 +292288,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_GT2, - [77743] = 12, + [76983] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5239), 2, + ACTIONS(5255), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 12, + ACTIONS(5013), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -293269,7 +292332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 24, + ACTIONS(5011), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -293294,30 +292357,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, - [77819] = 11, + [77059] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, ACTIONS(5221), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5253), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5237), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 14, + ACTIONS(5013), 14, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -293332,7 +292395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 24, + ACTIONS(5011), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -293357,35 +292420,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, - [77893] = 13, + [77133] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5243), 1, + ACTIONS(5259), 1, anon_sym_LT_EQ_GT, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5239), 2, + ACTIONS(5255), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 12, + ACTIONS(5013), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -293398,7 +292461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 23, + ACTIONS(5011), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -293422,40 +292485,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, - [77971] = 14, + [77211] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5243), 1, + ACTIONS(5259), 1, anon_sym_LT_EQ_GT, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5239), 2, + ACTIONS(5255), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5237), 4, + ACTIONS(5253), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 8, + ACTIONS(5013), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -293464,7 +292527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 23, + ACTIONS(5011), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -293488,44 +292551,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, - [78051] = 15, + [77291] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5243), 1, + ACTIONS(5259), 1, anon_sym_LT_EQ_GT, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5239), 2, + ACTIONS(5255), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5235), 3, + ACTIONS(5251), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5237), 4, + ACTIONS(5253), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 8, + ACTIONS(5013), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -293534,7 +292597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 20, + ACTIONS(5011), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -293555,48 +292618,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_GT2, - [78133] = 17, + [77373] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5233), 1, + ACTIONS(5249), 1, anon_sym_AMP, - ACTIONS(5243), 1, + ACTIONS(5259), 1, anon_sym_LT_EQ_GT, - ACTIONS(5251), 1, + ACTIONS(5267), 1, anon_sym_bitand, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5239), 2, + ACTIONS(5255), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5235), 3, + ACTIONS(5251), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5237), 4, + ACTIONS(5253), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 7, + ACTIONS(5013), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_EQ, @@ -293604,7 +292667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 19, + ACTIONS(5011), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -293624,57 +292687,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor_eq, anon_sym_bitor, anon_sym_GT2, - [78219] = 18, + [77459] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5233), 1, + ACTIONS(5249), 1, anon_sym_AMP, - ACTIONS(5243), 1, + ACTIONS(5259), 1, anon_sym_LT_EQ_GT, - ACTIONS(5251), 1, + ACTIONS(5267), 1, anon_sym_bitand, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5231), 2, + ACTIONS(5247), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5239), 2, + ACTIONS(5255), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5235), 3, + ACTIONS(5251), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5237), 4, + ACTIONS(5253), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 5, + ACTIONS(5013), 5, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - ACTIONS(5003), 19, + ACTIONS(5011), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -293694,60 +292757,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor_eq, anon_sym_bitor, anon_sym_GT2, - [78307] = 20, + [77547] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5229), 1, + ACTIONS(5245), 1, anon_sym_PIPE, - ACTIONS(5233), 1, + ACTIONS(5249), 1, anon_sym_AMP, - ACTIONS(5243), 1, + ACTIONS(5259), 1, anon_sym_LT_EQ_GT, - ACTIONS(5249), 1, + ACTIONS(5265), 1, anon_sym_bitor, - ACTIONS(5251), 1, + ACTIONS(5267), 1, anon_sym_bitand, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5231), 2, + ACTIONS(5247), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5239), 2, + ACTIONS(5255), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5235), 3, + ACTIONS(5251), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5005), 4, + ACTIONS(5013), 4, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - ACTIONS(5237), 4, + ACTIONS(5253), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 18, + ACTIONS(5011), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -293766,63 +292829,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or_eq, anon_sym_xor_eq, anon_sym_GT2, - [78399] = 22, + [77639] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5227), 1, + ACTIONS(5243), 1, anon_sym_AMP_AMP, - ACTIONS(5229), 1, + ACTIONS(5245), 1, anon_sym_PIPE, - ACTIONS(5233), 1, + ACTIONS(5249), 1, anon_sym_AMP, - ACTIONS(5243), 1, + ACTIONS(5259), 1, anon_sym_LT_EQ_GT, - ACTIONS(5247), 1, + ACTIONS(5263), 1, anon_sym_and, - ACTIONS(5249), 1, + ACTIONS(5265), 1, anon_sym_bitor, - ACTIONS(5251), 1, + ACTIONS(5267), 1, anon_sym_bitand, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5231), 2, + ACTIONS(5247), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5239), 2, + ACTIONS(5255), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5005), 3, + ACTIONS(5013), 3, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, - ACTIONS(5223), 3, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5235), 3, + ACTIONS(5251), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5237), 4, + ACTIONS(5253), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 17, + ACTIONS(5011), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -293840,23 +292903,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or_eq, anon_sym_xor_eq, anon_sym_GT2, - [78495] = 9, + [77735] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5253), 2, + ACTIONS(5221), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5005), 19, + ACTIONS(5013), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -293876,7 +292939,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 24, + ACTIONS(5011), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -293901,27 +292964,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, - [78565] = 10, + [77805] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5253), 2, + ACTIONS(5221), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 16, + ACTIONS(5013), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, @@ -293938,7 +293001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 24, + ACTIONS(5011), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -293963,12 +293026,275 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, - [78637] = 4, + [77877] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5235), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5241), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5243), 1, + anon_sym_AMP_AMP, + ACTIONS(5245), 1, + anon_sym_PIPE, + ACTIONS(5249), 1, + anon_sym_AMP, + ACTIONS(5259), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5261), 1, + anon_sym_or, + ACTIONS(5263), 1, + anon_sym_and, + ACTIONS(5265), 1, + anon_sym_bitor, + ACTIONS(5267), 1, + anon_sym_bitand, + STATE(2996), 1, + sym_argument_list, + ACTIONS(5031), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5247), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5255), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5239), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5251), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5253), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5029), 15, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_GT2, + [77979] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3929), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(3927), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [78037] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5241), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5243), 1, + anon_sym_AMP_AMP, + ACTIONS(5245), 1, + anon_sym_PIPE, + ACTIONS(5249), 1, + anon_sym_AMP, + ACTIONS(5259), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5261), 1, + anon_sym_or, + ACTIONS(5263), 1, + anon_sym_and, + ACTIONS(5265), 1, + anon_sym_bitor, + ACTIONS(5267), 1, + anon_sym_bitand, + STATE(2996), 1, + sym_argument_list, + ACTIONS(5039), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5247), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5255), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5239), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5251), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5253), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5037), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_GT2, + [78137] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4114), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4116), 43, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_using, + anon_sym_concept, + [78195] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5268), 1, + ACTIONS(5278), 1, anon_sym_LBRACK_RBRACK, - ACTIONS(4788), 21, + ACTIONS(4715), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -293990,7 +293316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4786), 28, + ACTIONS(4713), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -294019,46 +293345,297 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [78697] = 8, + [78255] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4099), 6, anon_sym_LPAREN2, - ACTIONS(5213), 1, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LBRACK_LBRACK, + ACTIONS(4101), 43, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_using, + anon_sym_concept, + [78315] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4099), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LBRACK_LBRACK, + ACTIONS(4101), 43, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_using, + anon_sym_concept, + [78375] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5269), 1, + anon_sym_AMP_AMP, + ACTIONS(5280), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4904), 5, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4906), 43, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_using, + anon_sym_concept, + [78437] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + STATE(2996), 1, + sym_argument_list, + ACTIONS(4872), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(4870), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_GT2, + [78505] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, anon_sym_DASH_GT, - STATE(2985), 1, + ACTIONS(5241), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5243), 1, + anon_sym_AMP_AMP, + ACTIONS(5245), 1, + anon_sym_PIPE, + ACTIONS(5249), 1, + anon_sym_AMP, + ACTIONS(5259), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5261), 1, + anon_sym_or, + ACTIONS(5263), 1, + anon_sym_and, + ACTIONS(5265), 1, + anon_sym_bitor, + ACTIONS(5267), 1, + anon_sym_bitand, + STATE(2996), 1, sym_argument_list, - ACTIONS(4915), 19, + ACTIONS(4938), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5247), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5255), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5251), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5253), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(4913), 26, + ACTIONS(4936), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -294072,27 +293649,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_GT2, - [78765] = 5, + [78605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5263), 1, - anon_sym_AMP_AMP, - ACTIONS(5270), 1, + ACTIONS(3824), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_PIPE_PIPE, - ACTIONS(4936), 5, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(3822), 43, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_using, + anon_sym_concept, + [78663] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3787), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4938), 43, + ACTIONS(3785), 43, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -294136,17 +293760,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_using, anon_sym_concept, - [78827] = 3, + [78721] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5274), 6, + ACTIONS(3798), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5272), 44, + ACTIONS(3796), 43, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -294190,11 +293815,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_using, anon_sym_concept, - anon_sym_requires, - [78885] = 3, + [78779] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4770), 23, + ACTIONS(3965), 1, + sym_literal_suffix, + ACTIONS(3746), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -294218,7 +293844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - ACTIONS(4772), 27, + ACTIONS(3754), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -294245,69 +293871,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - [78943] = 3, + [78839] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3940), 16, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5259), 1, + anon_sym_LT_EQ_GT, + STATE(2996), 1, + sym_argument_list, + ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5237), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5255), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5239), 3, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4816), 12, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(3938), 34, + ACTIONS(4810), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [79001] = 4, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_GT2, + [78917] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(3809), 16, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + STATE(2996), 1, + sym_argument_list, + ACTIONS(5221), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4982), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -294317,24 +293962,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3814), 32, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(4980), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -294342,34 +293986,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [79061] = 4, + anon_sym_GT2, + [78987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, + ACTIONS(3820), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_COLON_COLON, - ACTIONS(4116), 6, + anon_sym_LBRACK_LBRACK, + ACTIONS(3818), 43, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_using, + anon_sym_concept, + [79045] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3794), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4118), 43, + ACTIONS(3792), 43, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -294413,10 +294107,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_using, anon_sym_concept, - [79121] = 3, + [79103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4104), 7, + ACTIONS(3802), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -294424,7 +294118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4106), 43, + ACTIONS(3800), 43, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -294468,68 +294162,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_using, anon_sym_concept, - [79179] = 24, + [79161] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, ACTIONS(5225), 1, + anon_sym_DASH_GT, + STATE(2996), 1, + sym_argument_list, + ACTIONS(5002), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(5000), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_GT2, + [79229] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3828), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_PIPE_PIPE, - ACTIONS(5227), 1, anon_sym_AMP_AMP, - ACTIONS(5229), 1, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(3826), 43, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + anon_sym_using, + anon_sym_concept, + [79287] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5286), 1, anon_sym_PIPE, - ACTIONS(5233), 1, + ACTIONS(5290), 1, anon_sym_AMP, - ACTIONS(5243), 1, + ACTIONS(5296), 1, + anon_sym_GT_EQ, + ACTIONS(5300), 1, anon_sym_LT_EQ_GT, - ACTIONS(5245), 1, - anon_sym_or, - ACTIONS(5247), 1, - anon_sym_and, - ACTIONS(5249), 1, + ACTIONS(5302), 1, anon_sym_bitor, - ACTIONS(5251), 1, + ACTIONS(5304), 1, anon_sym_bitand, - STATE(2985), 1, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, sym_argument_list, - ACTIONS(5031), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(5221), 2, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5231), 2, + ACTIONS(5288), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5239), 2, + ACTIONS(5298), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5253), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5013), 3, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5235), 3, + ACTIONS(5292), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5237), 4, + ACTIONS(5294), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5029), 16, + ACTIONS(5011), 18, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -294537,76 +294342,276 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_GT2, - [79279] = 25, + [79380] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5219), 1, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4982), 17, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(4980), 25, anon_sym_DOT_DOT_DOT, - ACTIONS(5225), 1, anon_sym_PIPE_PIPE, - ACTIONS(5227), 1, anon_sym_AMP_AMP, - ACTIONS(5229), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + [79449] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(4892), 1, + anon_sym_EQ, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5171), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5177), 1, + anon_sym_bitor, + ACTIONS(5179), 1, + anon_sym_xor, + ACTIONS(5181), 1, + anon_sym_bitand, + ACTIONS(5314), 1, anon_sym_PIPE, - ACTIONS(5233), 1, + ACTIONS(5316), 1, + anon_sym_CARET, + ACTIONS(5318), 1, anon_sym_AMP, - ACTIONS(5243), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5245), 1, + ACTIONS(5322), 1, + anon_sym_GT_EQ, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5173), 2, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5247), 1, + ACTIONS(5175), 2, + anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5249), 1, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5310), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5324), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5183), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5312), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5320), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(4890), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [79546] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5286), 1, + anon_sym_PIPE, + ACTIONS(5290), 1, + anon_sym_AMP, + ACTIONS(5296), 1, + anon_sym_GT_EQ, + ACTIONS(5300), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5302), 1, anon_sym_bitor, - ACTIONS(5251), 1, + ACTIONS(5304), 1, anon_sym_bitand, - STATE(2985), 1, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + ACTIONS(5326), 1, + anon_sym_AMP_AMP, + ACTIONS(5328), 1, + anon_sym_and, + STATE(2574), 1, sym_argument_list, - ACTIONS(5025), 2, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5013), 2, anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(5221), 2, + anon_sym_or, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5231), 2, + ACTIONS(5288), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5239), 2, + ACTIONS(5298), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5253), 2, + ACTIONS(5284), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5292), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5294), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [79643] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5290), 1, + anon_sym_AMP, + ACTIONS(5296), 1, + anon_sym_GT_EQ, + ACTIONS(5300), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5304), 1, + anon_sym_bitand, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5223), 3, + ACTIONS(5282), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5288), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5298), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5235), 3, + ACTIONS(5292), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5237), 4, + ACTIONS(5294), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5023), 15, - anon_sym_COMMA, + ACTIONS(5013), 4, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + ACTIONS(5011), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -294614,17 +294619,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_GT2, - [79381] = 3, + anon_sym_bitor, + [79732] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5021), 20, + ACTIONS(3754), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -294645,7 +294651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5019), 29, + ACTIONS(3746), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -294675,10 +294681,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [79438] = 3, + [79789] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4928), 20, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5013), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -294688,26 +294707,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4926), 29, + ACTIONS(5011), 25, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -294715,6 +294730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -294725,21 +294741,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, + [79858] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(2987), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(5330), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(5333), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(3856), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [79495] = 6, + ACTIONS(3858), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + [79921] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3902), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4699), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5336), 1, + anon_sym_LT, + STATE(3236), 1, + sym_template_argument_list, + ACTIONS(3725), 19, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + ACTIONS(3730), 27, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(4693), 2, - anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [79984] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(3755), 16, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4978), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -294754,16 +294886,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3760), 29, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(4976), 25, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -294775,21 +294908,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + [80053] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4674), 20, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, + anon_sym_DOT, + ACTIONS(4672), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [79558] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [80110] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4949), 20, + ACTIONS(3754), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -294810,7 +294993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4947), 29, + ACTIONS(3746), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -294840,19 +295023,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [79615] = 7, + [80167] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4872), 14, + ACTIONS(4832), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -294862,20 +295036,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4870), 30, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4830), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -294883,25 +295063,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [79680] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [80224] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4206), 20, + ACTIONS(4798), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -294922,7 +295101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4208), 29, + ACTIONS(4800), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -294952,50 +295131,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [79737] = 12, + [80281] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(5061), 1, + ACTIONS(5031), 1, + anon_sym_EQ, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5105), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, - STATE(2850), 1, + ACTIONS(5177), 1, + anon_sym_bitor, + ACTIONS(5179), 1, + anon_sym_xor, + ACTIONS(5181), 1, + anon_sym_bitand, + ACTIONS(5314), 1, + anon_sym_PIPE, + ACTIONS(5316), 1, + anon_sym_CARET, + ACTIONS(5318), 1, + anon_sym_AMP, + ACTIONS(5322), 1, + anon_sym_GT_EQ, + STATE(2814), 1, sym_argument_list, - ACTIONS(5075), 2, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(5173), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, ACTIONS(5175), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, + ACTIONS(5310), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5280), 2, + ACTIONS(5324), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5278), 3, + ACTIONS(5183), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5312), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5320), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5029), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [80380] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5338), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5340), 1, + anon_sym_AMP_AMP, + ACTIONS(4906), 20, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4884), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4882), 27, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4904), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + anon_sym_LPAREN2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -295003,22 +295248,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_or, - anon_sym_and, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [79812] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [80441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5035), 20, + ACTIONS(4914), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295039,7 +295286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5033), 29, + ACTIONS(4912), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -295069,64 +295316,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [79869] = 23, + [80498] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4900), 1, + anon_sym_EQ, + ACTIONS(4902), 13, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(3754), 17, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(3746), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [80559] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(4892), 1, + ACTIONS(5039), 1, anon_sym_EQ, - ACTIONS(5061), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, - ACTIONS(5167), 1, + ACTIONS(5177), 1, anon_sym_bitor, - ACTIONS(5169), 1, + ACTIONS(5179), 1, anon_sym_xor, - ACTIONS(5171), 1, + ACTIONS(5181), 1, anon_sym_bitand, - ACTIONS(5282), 1, + ACTIONS(5314), 1, anon_sym_PIPE, - ACTIONS(5284), 1, + ACTIONS(5316), 1, anon_sym_CARET, - ACTIONS(5286), 1, + ACTIONS(5318), 1, anon_sym_AMP, - ACTIONS(5290), 1, + ACTIONS(5322), 1, anon_sym_GT_EQ, - STATE(2850), 1, + STATE(2814), 1, sym_argument_list, - ACTIONS(5075), 2, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5163), 2, + ACTIONS(5173), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5165), 2, + ACTIONS(5175), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5175), 2, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, + ACTIONS(5310), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5280), 2, + ACTIONS(5324), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5173), 3, + ACTIONS(5183), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5278), 3, + ACTIONS(5312), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5288), 3, + ACTIONS(5320), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4890), 16, + ACTIONS(5037), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -295143,10 +295446,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [79966] = 3, + [80656] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4165), 20, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4994), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295156,26 +295472,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4167), 29, + ACTIONS(4992), 25, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -295183,6 +295495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -295193,14 +295506,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, + [80725] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(4930), 1, + anon_sym_EQ, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5171), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5177), 1, + anon_sym_bitor, + ACTIONS(5179), 1, + anon_sym_xor, + ACTIONS(5181), 1, + anon_sym_bitand, + ACTIONS(5314), 1, + anon_sym_PIPE, + ACTIONS(5316), 1, + anon_sym_CARET, + ACTIONS(5318), 1, + anon_sym_AMP, + ACTIONS(5322), 1, + anon_sym_GT_EQ, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5173), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5175), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [80023] = 3, + ACTIONS(5310), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5324), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5183), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5312), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5320), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(4928), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [80822] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 20, + ACTIONS(4128), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295221,7 +295604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4212), 29, + ACTIONS(4130), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -295251,10 +295634,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80080] = 3, + [80879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 20, + ACTIONS(4960), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295275,7 +295658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4212), 29, + ACTIONS(4958), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -295305,10 +295688,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80137] = 3, + [80936] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 20, + ACTIONS(4197), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295329,7 +295712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4212), 29, + ACTIONS(4199), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -295359,39 +295742,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80194] = 3, + [80993] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 20, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5013), 14, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(3741), 29, + ACTIONS(5011), 25, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -295399,6 +295792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -295409,14 +295803,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [80251] = 3, + [81064] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4687), 20, + ACTIONS(5019), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295437,7 +295827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4682), 29, + ACTIONS(5017), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -295467,39 +295857,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80308] = 3, + [81121] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5015), 20, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5312), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5013), 11, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5013), 29, + ACTIONS(5011), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -295507,24 +295904,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [80365] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [81190] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 20, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5013), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295534,26 +295942,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3741), 29, + ACTIONS(5011), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -295561,24 +295963,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [80422] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [81257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4169), 20, + ACTIONS(4201), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295599,7 +296000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4171), 29, + ACTIONS(4203), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -295629,10 +296030,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80479] = 3, + [81314] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 20, + ACTIONS(4946), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295653,7 +296054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3741), 29, + ACTIONS(4944), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -295683,10 +296084,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80536] = 3, + [81371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4981), 20, + ACTIONS(5023), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295707,7 +296108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4979), 29, + ACTIONS(5021), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -295737,10 +296138,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80593] = 3, + [81428] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4173), 20, + ACTIONS(4966), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295761,7 +296162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4175), 29, + ACTIONS(4964), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -295791,14 +296192,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80650] = 5, + [81485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5292), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5294), 1, - anon_sym_AMP_AMP, - ACTIONS(4938), 20, + ACTIONS(4208), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295819,10 +296216,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4936), 27, + ACTIONS(4210), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, @@ -295847,67 +296246,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80711] = 6, + [81542] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5296), 1, - anon_sym_LT, - STATE(3218), 1, - sym_template_argument_list, - ACTIONS(3729), 19, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(3734), 27, + ACTIONS(4132), 1, anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5013), 1, + anon_sym_EQ, + ACTIONS(5041), 1, anon_sym_LBRACK, + ACTIONS(5171), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5177), 1, + anon_sym_bitor, + ACTIONS(5179), 1, + anon_sym_xor, + ACTIONS(5181), 1, + anon_sym_bitand, + ACTIONS(5314), 1, + anon_sym_PIPE, + ACTIONS(5316), 1, + anon_sym_CARET, + ACTIONS(5318), 1, + anon_sym_AMP, + ACTIONS(5322), 1, + anon_sym_GT_EQ, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5175), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [80774] = 3, + ACTIONS(5310), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5324), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5183), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5312), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5320), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_or, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [81637] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 20, + ACTIONS(3732), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295928,7 +296343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3741), 29, + ACTIONS(3737), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -295958,10 +296373,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80831] = 3, + [81694] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4776), 20, + ACTIONS(3732), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -295982,7 +296397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4774), 29, + ACTIONS(3737), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -296012,10 +296427,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80888] = 3, + [81751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4150), 20, + ACTIONS(3732), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -296036,7 +296451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4152), 29, + ACTIONS(3737), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -296066,10 +296481,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80945] = 3, + [81808] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 20, + ACTIONS(5342), 1, + anon_sym_LT, + STATE(2505), 1, + sym_template_argument_list, + ACTIONS(5006), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -296079,26 +296498,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3741), 29, + ACTIONS(5004), 30, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -296106,6 +296523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -296119,97 +296537,171 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [81002] = 6, + [81869] = 5, ACTIONS(3), 1, sym_comment, - STATE(3009), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(5298), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(5301), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(3864), 18, + ACTIONS(3972), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(3974), 12, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(3746), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - ACTIONS(3866), 18, + ACTIONS(3754), 18, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - [81065] = 3, + [81930] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4985), 20, + ACTIONS(5345), 1, + sym_literal_suffix, + STATE(3077), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(2434), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2448), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(3754), 17, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(4983), 29, + ACTIONS(3746), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [81995] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, anon_sym_LBRACK, + ACTIONS(5296), 1, + anon_sym_GT_EQ, + ACTIONS(5300), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5282), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5298), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5284), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5292), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5294), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5013), 7, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(5011), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -296217,24 +296709,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [81122] = 3, + [82078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5027), 20, + ACTIONS(4715), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -296255,7 +296742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(2528), 29, + ACTIONS(4713), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -296285,10 +296772,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [81179] = 3, + [82135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4989), 20, + ACTIONS(3732), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -296309,7 +296796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4987), 29, + ACTIONS(3737), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -296339,123 +296826,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [81236] = 8, + [82192] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(5061), 1, + ACTIONS(4854), 1, + anon_sym_EQ, + ACTIONS(5041), 1, anon_sym_LBRACK, - STATE(2850), 1, + ACTIONS(5105), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5149), 1, + anon_sym_QMARK, + ACTIONS(5171), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5177), 1, + anon_sym_bitor, + ACTIONS(5179), 1, + anon_sym_xor, + ACTIONS(5181), 1, + anon_sym_bitand, + ACTIONS(5314), 1, + anon_sym_PIPE, + ACTIONS(5316), 1, + anon_sym_CARET, + ACTIONS(5318), 1, + anon_sym_AMP, + ACTIONS(5322), 1, + anon_sym_GT_EQ, + STATE(2814), 1, sym_argument_list, - ACTIONS(5075), 2, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(5173), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, ACTIONS(5175), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4880), 14, + ACTIONS(5310), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(5324), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(4878), 28, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(5183), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [81303] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5001), 20, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5312), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5320), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4999), 29, - anon_sym_DOT_DOT_DOT, + ACTIONS(4836), 14, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, + anon_sym_RPAREN, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [81360] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [82293] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4997), 20, + ACTIONS(3732), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -296476,7 +296926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4995), 29, + ACTIONS(3737), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -296506,10 +296956,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [81417] = 3, + [82350] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4973), 20, + ACTIONS(4216), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -296530,7 +296980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4971), 29, + ACTIONS(4218), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -296560,67 +297010,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [81474] = 23, + [82407] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5031), 1, - anon_sym_EQ, - ACTIONS(5061), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5167), 1, - anon_sym_bitor, - ACTIONS(5169), 1, - anon_sym_xor, - ACTIONS(5171), 1, - anon_sym_bitand, - ACTIONS(5282), 1, - anon_sym_PIPE, - ACTIONS(5284), 1, - anon_sym_CARET, + ACTIONS(4892), 1, + anon_sym_EQ, ACTIONS(5286), 1, - anon_sym_AMP, + anon_sym_PIPE, ACTIONS(5290), 1, + anon_sym_AMP, + ACTIONS(5296), 1, anon_sym_GT_EQ, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, + ACTIONS(5300), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5302), 1, + anon_sym_bitor, + ACTIONS(5304), 1, + anon_sym_bitand, + ACTIONS(5306), 1, anon_sym_DOT, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5163), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5165), 2, + ACTIONS(5326), 1, anon_sym_AMP_AMP, + ACTIONS(5328), 1, anon_sym_and, - ACTIONS(5175), 2, + ACTIONS(5347), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5349), 1, + anon_sym_or, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5280), 2, + ACTIONS(5288), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5298), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5173), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5278), 3, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5288), 3, + ACTIONS(5292), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5294), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5029), 16, + ACTIONS(4890), 16, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -296632,46 +297083,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [81571] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3982), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(3984), 12, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - ACTIONS(3760), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(3755), 18, + [82508] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4216), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -296686,72 +297104,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - [81632] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5304), 1, - sym_literal_suffix, - STATE(3075), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2460), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2474), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(3755), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - ACTIONS(3760), 18, + ACTIONS(4218), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [81697] = 3, + [82565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4788), 20, + ACTIONS(4216), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -296772,7 +297164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4786), 29, + ACTIONS(4218), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -296802,39 +297194,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [81754] = 3, + [82622] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 20, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4930), 1, + anon_sym_EQ, + ACTIONS(5286), 1, + anon_sym_PIPE, + ACTIONS(5290), 1, + anon_sym_AMP, + ACTIONS(5296), 1, + anon_sym_GT_EQ, + ACTIONS(5300), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5302), 1, + anon_sym_bitor, + ACTIONS(5304), 1, + anon_sym_bitand, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + ACTIONS(5326), 1, + anon_sym_AMP_AMP, + ACTIONS(5328), 1, + anon_sym_and, + ACTIONS(5347), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5349), 1, + anon_sym_or, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5288), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5298), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5292), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5294), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4224), 29, + ACTIONS(4928), 16, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -296842,54 +297263,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + [82723] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5013), 1, + anon_sym_EQ, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, + ACTIONS(5177), 1, anon_sym_bitor, + ACTIONS(5179), 1, + anon_sym_xor, + ACTIONS(5181), 1, anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(5314), 1, + anon_sym_PIPE, + ACTIONS(5316), 1, + anon_sym_CARET, + ACTIONS(5318), 1, + anon_sym_AMP, + ACTIONS(5322), 1, + anon_sym_GT_EQ, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [81811] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5294), 1, - anon_sym_AMP_AMP, - ACTIONS(4953), 20, + ACTIONS(5310), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5324), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5183), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5312), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5320), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(5011), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4951), 28, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [82816] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4834), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5031), 1, + anon_sym_EQ, + ACTIONS(5286), 1, + anon_sym_PIPE, + ACTIONS(5290), 1, + anon_sym_AMP, + ACTIONS(5296), 1, + anon_sym_GT_EQ, + ACTIONS(5300), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5302), 1, + anon_sym_bitor, + ACTIONS(5304), 1, + anon_sym_bitand, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + ACTIONS(5326), 1, + anon_sym_AMP_AMP, + ACTIONS(5328), 1, + anon_sym_and, + ACTIONS(5347), 1, anon_sym_PIPE_PIPE, + ACTIONS(5349), 1, + anon_sym_or, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5282), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5288), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5298), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5284), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5292), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_not_eq, + ACTIONS(5294), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5029), 15, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -296897,53 +297412,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + [82919] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5296), 1, + anon_sym_GT_EQ, + ACTIONS(5300), 1, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [81870] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4146), 20, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5298), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5294), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(5013), 7, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4148), 29, + ACTIONS(5011), 23, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -296951,24 +297475,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [81927] = 3, + [83000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 20, + ACTIONS(4974), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -296989,7 +297509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4140), 29, + ACTIONS(2632), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -297019,68 +297539,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [81984] = 24, + [83057] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5025), 1, - anon_sym_EQ, - ACTIONS(5061), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5095), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5161), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5167), 1, - anon_sym_bitor, - ACTIONS(5169), 1, - anon_sym_xor, - ACTIONS(5171), 1, - anon_sym_bitand, - ACTIONS(5282), 1, - anon_sym_PIPE, - ACTIONS(5284), 1, - anon_sym_CARET, + ACTIONS(5039), 1, + anon_sym_EQ, ACTIONS(5286), 1, - anon_sym_AMP, + anon_sym_PIPE, ACTIONS(5290), 1, + anon_sym_AMP, + ACTIONS(5296), 1, anon_sym_GT_EQ, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, + ACTIONS(5300), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5302), 1, + anon_sym_bitor, + ACTIONS(5304), 1, + anon_sym_bitand, + ACTIONS(5306), 1, anon_sym_DOT, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5163), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5165), 2, + ACTIONS(5326), 1, anon_sym_AMP_AMP, + ACTIONS(5328), 1, anon_sym_and, - ACTIONS(5175), 2, + ACTIONS(5347), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5349), 1, + anon_sym_or, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5280), 2, + ACTIONS(5288), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5298), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5173), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5278), 3, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5288), 3, + ACTIONS(5292), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5294), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5023), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5037), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -297092,41 +297612,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [82083] = 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [83158] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4888), 20, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5298), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5013), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4886), 29, + ACTIONS(5011), 25, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -297134,6 +297667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -297144,14 +297678,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [82140] = 3, + [83233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4183), 20, + ACTIONS(4766), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297172,7 +297702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4185), 29, + ACTIONS(4768), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -297202,39 +297732,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [82197] = 3, + [83290] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4668), 20, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5171), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5179), 1, + anon_sym_xor, + ACTIONS(5181), 1, + anon_sym_bitand, + ACTIONS(5316), 1, + anon_sym_CARET, + ACTIONS(5318), 1, + anon_sym_AMP, + ACTIONS(5322), 1, + anon_sym_GT_EQ, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5013), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5310), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5324), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5183), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5312), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5320), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4666), 29, + ACTIONS(5011), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -297242,53 +297793,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [82254] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [83379] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2354), 20, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5013), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(2352), 29, + ACTIONS(5011), 25, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -297296,6 +297853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -297306,14 +297864,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [82311] = 3, + [83452] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2248), 20, + ACTIONS(5035), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297334,7 +297888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(2246), 29, + ACTIONS(5033), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -297364,10 +297918,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [82368] = 3, + [83509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 20, + ACTIONS(4808), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297388,7 +297942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4866), 29, + ACTIONS(4806), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -297418,39 +297972,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [82425] = 3, + [83566] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4969), 20, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5171), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5181), 1, + anon_sym_bitand, + ACTIONS(5318), 1, + anon_sym_AMP, + ACTIONS(5322), 1, + anon_sym_GT_EQ, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5310), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5324), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5013), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(5183), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5312), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5320), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4967), 29, + ACTIONS(5011), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -297458,24 +298030,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [82482] = 3, + anon_sym_xor, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [83651] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4977), 20, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4994), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297485,26 +298065,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4975), 29, + ACTIONS(4992), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -297512,24 +298086,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [82539] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [83718] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4963), 20, + ACTIONS(4934), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297550,7 +298123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4961), 29, + ACTIONS(4932), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -297580,10 +298153,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [82596] = 3, + [83775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4959), 20, + ACTIONS(4140), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297604,7 +298177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4957), 29, + ACTIONS(4142), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -297634,10 +298207,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [82653] = 3, + [83832] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4755), 20, + ACTIONS(2340), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297658,7 +298231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4757), 29, + ACTIONS(2338), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -297688,10 +298261,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [82710] = 3, + [83889] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4772), 23, + ACTIONS(5027), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297701,30 +298274,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(4770), 26, + ACTIONS(5025), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -297733,31 +298301,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [82767] = 8, + anon_sym_DASH_GT, + anon_sym_GT2, + [83946] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5005), 14, + ACTIONS(2290), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297767,20 +298328,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(5003), 28, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(2288), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -297788,89 +298355,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [82834] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5296), 1, - anon_sym_LT, - STATE(3218), 1, - sym_template_argument_list, - ACTIONS(4076), 19, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(3765), 27, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [82897] = 7, + anon_sym_DASH_GT, + anon_sym_GT2, + [84003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4915), 14, + ACTIONS(4220), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297880,20 +298382,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4913), 30, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4222), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -297901,25 +298409,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [82962] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [84060] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4132), 20, + ACTIONS(4212), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297940,7 +298447,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4134), 29, + ACTIONS(4214), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -297970,12 +298477,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [83019] = 4, + [84117] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, - sym_literal_suffix, - ACTIONS(3755), 22, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4872), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297992,23 +298507,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3760), 26, + ACTIONS(4870), 27, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -298020,88 +298527,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83078] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5005), 1, - anon_sym_EQ, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5167), 1, anon_sym_bitor, - ACTIONS(5169), 1, - anon_sym_xor, - ACTIONS(5171), 1, anon_sym_bitand, - ACTIONS(5282), 1, - anon_sym_PIPE, - ACTIONS(5284), 1, - anon_sym_CARET, - ACTIONS(5286), 1, - anon_sym_AMP, - ACTIONS(5290), 1, - anon_sym_GT_EQ, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5165), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5175), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5280), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5173), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5278), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5288), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_or, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83173] = 3, + [84184] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4142), 20, + ACTIONS(4736), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -298122,7 +298560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4144), 29, + ACTIONS(4738), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -298152,132 +298590,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [83230] = 21, + [84241] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5005), 1, - anon_sym_EQ, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5167), 1, - anon_sym_bitor, - ACTIONS(5169), 1, - anon_sym_xor, - ACTIONS(5171), 1, - anon_sym_bitand, - ACTIONS(5282), 1, - anon_sym_PIPE, - ACTIONS(5284), 1, - anon_sym_CARET, - ACTIONS(5286), 1, - anon_sym_AMP, - ACTIONS(5290), 1, - anon_sym_GT_EQ, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, + ACTIONS(3967), 1, + sym_literal_suffix, + ACTIONS(3754), 22, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5280), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5173), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5288), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83323] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5169), 1, + anon_sym_bitor, anon_sym_xor, - ACTIONS(5171), 1, anon_sym_bitand, - ACTIONS(5284), 1, - anon_sym_CARET, - ACTIONS(5286), 1, - anon_sym_AMP, - ACTIONS(5290), 1, - anon_sym_GT_EQ, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5005), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(5075), 2, + anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5175), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5280), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5173), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5278), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5288), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 21, + ACTIONS(3746), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -298289,83 +298640,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83412] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5161), 1, anon_sym_LT_EQ_GT, - ACTIONS(5171), 1, - anon_sym_bitand, - ACTIONS(5286), 1, - anon_sym_AMP, - ACTIONS(5290), 1, - anon_sym_GT_EQ, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5280), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5005), 3, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - ACTIONS(5173), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5278), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5288), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [83497] = 3, + [84300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4900), 20, + ACTIONS(4868), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -298386,7 +298669,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4898), 29, + ACTIONS(4866), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -298416,49 +298699,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [83554] = 15, + [84357] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(5061), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, - ACTIONS(5290), 1, + ACTIONS(5322), 1, anon_sym_GT_EQ, - STATE(2850), 1, + STATE(2814), 1, sym_argument_list, - ACTIONS(5075), 2, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5175), 2, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, + ACTIONS(5310), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5280), 2, + ACTIONS(5324), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5173), 3, + ACTIONS(5183), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5278), 3, + ACTIONS(5312), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5288), 3, + ACTIONS(5320), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 4, + ACTIONS(5013), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, - ACTIONS(5003), 23, + ACTIONS(5011), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -298482,115 +298765,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [83635] = 14, + [84438] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5061), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LT_EQ_GT, + ACTIONS(4938), 1, + anon_sym_EQ, + ACTIONS(5286), 1, + anon_sym_PIPE, ACTIONS(5290), 1, + anon_sym_AMP, + ACTIONS(5296), 1, anon_sym_GT_EQ, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, + ACTIONS(5300), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5302), 1, + anon_sym_bitor, + ACTIONS(5304), 1, + anon_sym_bitand, + ACTIONS(5306), 1, anon_sym_DOT, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5175), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5280), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5278), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5288), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5005), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(5003), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, + ACTIONS(5326), 1, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_or, + ACTIONS(5328), 1, anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83714] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LT_EQ_GT, - STATE(2850), 1, + ACTIONS(5347), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5349), 1, + anon_sym_or, + STATE(2574), 1, sym_argument_list, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5280), 2, + ACTIONS(5288), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5298), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5278), 3, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 7, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5292), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5294), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_EQ, - ACTIONS(5003), 27, + ACTIONS(4936), 16, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -298602,37 +298838,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83789] = 10, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [84539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5175), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, + ACTIONS(4742), 23, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 9, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -298642,129 +298859,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(5003), 28, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83860] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(5061), 1, - anon_sym_LBRACK, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5175), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5280), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5278), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5005), 7, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_EQ, - ACTIONS(5003), 28, + sym_literal_suffix, + ACTIONS(4740), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83933] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4896), 20, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4894), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -298773,24 +298886,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [83990] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [84596] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4860), 20, + ACTIONS(4754), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -298811,7 +298919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4858), 29, + ACTIONS(4752), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -298841,10 +298949,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [84047] = 3, + [84653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4800), 16, + ACTIONS(4804), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -298861,7 +298969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4798), 33, + ACTIONS(4802), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -298895,14 +299003,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [84104] = 5, + [84710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5306), 1, - anon_sym_LT, - STATE(2521), 1, - sym_template_argument_list, - ACTIONS(4908), 17, + ACTIONS(4942), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -298912,24 +299016,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4906), 30, + ACTIONS(4940), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -298937,7 +299043,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -298951,10 +299056,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [84165] = 3, + anon_sym_GT2, + [84767] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4876), 20, + ACTIONS(3906), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4682), 1, + anon_sym_LBRACK, + ACTIONS(4676), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + ACTIONS(3754), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -298964,26 +299077,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(4874), 29, + anon_sym_DASH_GT, + ACTIONS(3746), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -298991,55 +299099,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [84222] = 9, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [84830] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(5300), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(4840), 2, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4864), 17, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5298), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4816), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4862), 25, + ACTIONS(4810), 24, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -299061,70 +299175,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [84291] = 5, + [84907] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4922), 1, - anon_sym_EQ, - ACTIONS(4924), 13, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3760), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + ACTIONS(5340), 1, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [84352] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3755), 20, + ACTIONS(4918), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -299145,12 +299204,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3760), 29, + ACTIONS(4916), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, @@ -299175,69 +299233,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [84409] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4872), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(4870), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [84476] = 3, + [84966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3755), 20, + ACTIONS(4186), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -299258,7 +299257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3760), 29, + ACTIONS(4188), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -299288,23 +299287,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [84533] = 9, + [85023] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, anon_sym_DOT, - ACTIONS(5311), 1, anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4880), 17, + ACTIONS(5002), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -299319,17 +299314,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(4878), 25, + ACTIONS(5000), 30, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -299341,139 +299334,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - [84602] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5319), 1, anon_sym_LT_EQ_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5317), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5315), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4884), 10, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - ACTIONS(4882), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [84679] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4892), 1, - anon_sym_EQ, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5319), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5321), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5323), 1, - anon_sym_AMP_AMP, - ACTIONS(5325), 1, - anon_sym_PIPE, - ACTIONS(5329), 1, - anon_sym_AMP, - ACTIONS(5335), 1, - anon_sym_GT_EQ, - ACTIONS(5337), 1, - anon_sym_or, - ACTIONS(5339), 1, - anon_sym_and, - ACTIONS(5341), 1, - anon_sym_bitor, - ACTIONS(5343), 1, - anon_sym_bitand, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [85088] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4876), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5327), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5315), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5331), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5333), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4890), 16, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4874), 29, anon_sym_DOT_DOT_DOT, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -299481,27 +299385,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [84780] = 8, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [85145] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(4915), 17, + ACTIONS(5002), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -299519,7 +299430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4913), 27, + ACTIONS(5000), 27, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -299547,69 +299458,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [84847] = 25, + [85212] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5031), 1, + ACTIONS(4834), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4854), 1, anon_sym_EQ, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5319), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5321), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5323), 1, - anon_sym_AMP_AMP, - ACTIONS(5325), 1, + ACTIONS(5286), 1, anon_sym_PIPE, - ACTIONS(5329), 1, + ACTIONS(5290), 1, anon_sym_AMP, - ACTIONS(5335), 1, + ACTIONS(5296), 1, anon_sym_GT_EQ, - ACTIONS(5337), 1, - anon_sym_or, - ACTIONS(5339), 1, - anon_sym_and, - ACTIONS(5341), 1, + ACTIONS(5300), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5302), 1, anon_sym_bitor, - ACTIONS(5343), 1, + ACTIONS(5304), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + ACTIONS(5326), 1, + anon_sym_AMP_AMP, + ACTIONS(5328), 1, + anon_sym_and, + ACTIONS(5347), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5349), 1, + anon_sym_or, + ACTIONS(5351), 1, + anon_sym_QMARK, + STATE(2574), 1, sym_argument_list, - ACTIONS(4840), 2, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5327), 2, + ACTIONS(5288), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5315), 3, + ACTIONS(5298), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5331), 3, + ACTIONS(5292), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5333), 3, + ACTIONS(5294), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5029), 16, - anon_sym_DOT_DOT_DOT, + ACTIONS(4836), 14, anon_sym_COLON, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -299623,68 +299536,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [84948] = 26, + [85317] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4850), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5025), 1, - anon_sym_EQ, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5319), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5321), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5323), 1, - anon_sym_AMP_AMP, - ACTIONS(5325), 1, - anon_sym_PIPE, - ACTIONS(5329), 1, + ACTIONS(5290), 1, anon_sym_AMP, - ACTIONS(5335), 1, + ACTIONS(5296), 1, anon_sym_GT_EQ, - ACTIONS(5337), 1, - anon_sym_or, - ACTIONS(5339), 1, - anon_sym_and, - ACTIONS(5341), 1, - anon_sym_bitor, - ACTIONS(5343), 1, + ACTIONS(5300), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5304), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, sym_argument_list, - ACTIONS(4840), 2, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, + ACTIONS(5298), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5327), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5315), 3, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5331), 3, + ACTIONS(5292), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5333), 3, + ACTIONS(5294), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5023), 15, + ACTIONS(5013), 6, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(5011), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -299700,10 +299604,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [85051] = 3, + anon_sym_bitor, + [85404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5009), 20, + ACTIONS(4178), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -299724,7 +299629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5007), 29, + ACTIONS(4180), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -299754,49 +299659,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [85108] = 10, + [85461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5315), 3, + ACTIONS(4704), 20, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 14, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 25, + anon_sym_DOT, + ACTIONS(4702), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -299804,7 +299699,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -299815,23 +299709,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [85179] = 9, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [85518] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(5171), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5322), 1, + anon_sym_GT_EQ, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, anon_sym_DOT, - ACTIONS(5311), 1, anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5005), 17, + ACTIONS(5310), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5324), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5312), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5320), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5013), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(5011), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [85597] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4990), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -299841,22 +299791,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 25, + anon_sym_DOT, + ACTIONS(4988), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -299864,7 +299818,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -299875,66 +299828,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [85248] = 23, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [85654] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, anon_sym_DOT, - ACTIONS(5311), 1, anon_sym_DASH_GT, - ACTIONS(5319), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5323), 1, - anon_sym_AMP_AMP, - ACTIONS(5325), 1, + ACTIONS(5185), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4982), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(5329), 1, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(5335), 1, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(4980), 28, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, - ACTIONS(5339), 1, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, anon_sym_and, - ACTIONS(5341), 1, anon_sym_bitor, - ACTIONS(5343), 1, + anon_sym_xor, anon_sym_bitand, - STATE(2516), 1, + anon_sym_not_eq, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [85721] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + ACTIONS(5041), 1, + anon_sym_LBRACK, + ACTIONS(5171), 1, + anon_sym_LT_EQ_GT, + STATE(2814), 1, sym_argument_list, - ACTIONS(4840), 2, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5005), 2, - anon_sym_EQ, - anon_sym_or, - ACTIONS(5313), 2, + ACTIONS(5310), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, + ACTIONS(5324), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5327), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5315), 3, + ACTIONS(5312), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5331), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5333), 3, + ACTIONS(4816), 7, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 17, + anon_sym_EQ, + ACTIONS(4810), 27, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, - anon_sym_COLON, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -299946,67 +299946,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [85345] = 21, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [85796] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5336), 1, + anon_sym_LT, + STATE(3236), 1, + sym_template_argument_list, + ACTIONS(4063), 19, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + ACTIONS(3768), 27, anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5319), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5325), 1, - anon_sym_PIPE, - ACTIONS(5329), 1, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP, - ACTIONS(5335), 1, - anon_sym_GT_EQ, - ACTIONS(5341), 1, - anon_sym_bitor, - ACTIONS(5343), 1, - anon_sym_bitand, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [85859] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4914), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5327), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5005), 3, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - ACTIONS(5315), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5331), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5333), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 18, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4912), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300014,27 +300051,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [85438] = 6, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [85916] = 6, ACTIONS(3), 1, sym_comment, - STATE(3009), 3, + STATE(2987), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(2460), 5, + ACTIONS(2434), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2474), 5, + ACTIONS(2448), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, @@ -300078,61 +300122,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, - [85501] = 19, + [85979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5319), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5329), 1, - anon_sym_AMP, - ACTIONS(5335), 1, - anon_sym_GT_EQ, - ACTIONS(5343), 1, - anon_sym_bitand, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + ACTIONS(4986), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5327), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5315), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5331), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5333), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 4, - anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - ACTIONS(5003), 19, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4984), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300140,68 +300162,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_bitor, - [85590] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5319), 1, anon_sym_LT_EQ_GT, - ACTIONS(5329), 1, - anon_sym_AMP, - ACTIONS(5335), 1, - anon_sym_GT_EQ, - ACTIONS(5343), 1, + anon_sym_bitor, anon_sym_bitand, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [86036] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4880), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5315), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5331), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5333), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 6, - anon_sym_PIPE, - anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 19, + anon_sym_DOT, + ACTIONS(4878), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300209,65 +300216,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, - [85677] = 16, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [86093] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4938), 1, + anon_sym_EQ, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5319), 1, + ACTIONS(5171), 1, anon_sym_LT_EQ_GT, - ACTIONS(5335), 1, + ACTIONS(5177), 1, + anon_sym_bitor, + ACTIONS(5179), 1, + anon_sym_xor, + ACTIONS(5181), 1, + anon_sym_bitand, + ACTIONS(5314), 1, + anon_sym_PIPE, + ACTIONS(5316), 1, + anon_sym_CARET, + ACTIONS(5318), 1, + anon_sym_AMP, + ACTIONS(5322), 1, anon_sym_GT_EQ, - STATE(2516), 1, + STATE(2814), 1, sym_argument_list, - ACTIONS(4840), 2, + ACTIONS(5043), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5173), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5175), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + ACTIONS(5310), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, + ACTIONS(5324), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5315), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5331), 3, + ACTIONS(5183), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5333), 3, + ACTIONS(5312), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5320), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5005), 7, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(5003), 20, + ACTIONS(4936), 16, anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300279,27 +300302,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, - [85760] = 8, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [86190] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(5061), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - STATE(2850), 1, + STATE(2814), 1, sym_argument_list, - ACTIONS(5075), 2, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5175), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4993), 14, + ACTIONS(4872), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -300314,7 +300331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4991), 28, + ACTIONS(4870), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -300341,115 +300358,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [85827] = 23, + [86255] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4828), 1, - anon_sym_EQ, - ACTIONS(5061), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5300), 1, anon_sym_LT_EQ_GT, - ACTIONS(5167), 1, - anon_sym_bitor, - ACTIONS(5169), 1, - anon_sym_xor, - ACTIONS(5171), 1, - anon_sym_bitand, - ACTIONS(5282), 1, - anon_sym_PIPE, - ACTIONS(5284), 1, - anon_sym_CARET, - ACTIONS(5286), 1, - anon_sym_AMP, - ACTIONS(5290), 1, - anon_sym_GT_EQ, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, + ACTIONS(5306), 1, anon_sym_DOT, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5163), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5165), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5175), 2, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4824), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, + ACTIONS(5282), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5280), 2, + ACTIONS(5298), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5173), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5278), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5288), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4802), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [85924] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4711), 20, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5284), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5013), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(4713), 29, + ACTIONS(5011), 24, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300457,52 +300416,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [85981] = 9, + [86332] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(5061), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - STATE(2850), 1, + ACTIONS(5171), 1, + anon_sym_LT_EQ_GT, + STATE(2814), 1, sym_argument_list, - ACTIONS(5075), 2, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5175), 2, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5278), 3, + ACTIONS(5310), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5324), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5312), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5013), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(5003), 28, + ACTIONS(5011), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -300522,7 +300481,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -300531,67 +300489,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [86050] = 23, + [86407] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(4904), 1, - anon_sym_EQ, - ACTIONS(5061), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5167), 1, - anon_sym_bitor, - ACTIONS(5169), 1, - anon_sym_xor, - ACTIONS(5171), 1, - anon_sym_bitand, - ACTIONS(5282), 1, - anon_sym_PIPE, - ACTIONS(5284), 1, - anon_sym_CARET, - ACTIONS(5286), 1, - anon_sym_AMP, - ACTIONS(5290), 1, - anon_sym_GT_EQ, - STATE(2850), 1, + STATE(2814), 1, sym_argument_list, - ACTIONS(5075), 2, + ACTIONS(5043), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5163), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5165), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5175), 2, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, + ACTIONS(5310), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5280), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5173), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5278), 3, + ACTIONS(5312), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5288), 3, + ACTIONS(5013), 9, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4902), 16, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(5011), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300603,12 +300541,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [86147] = 3, + [86478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4949), 20, + ACTIONS(4950), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -300629,7 +300574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4947), 29, + ACTIONS(4948), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -300659,55 +300604,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [86204] = 15, + [86535] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4132), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5041), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + STATE(2814), 1, + sym_argument_list, + ACTIONS(5043), 2, anon_sym_DOT, - ACTIONS(5311), 1, anon_sym_DASH_GT, - ACTIONS(5319), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5335), 1, - anon_sym_GT_EQ, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, + ACTIONS(5185), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + ACTIONS(5310), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, + ACTIONS(5324), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5315), 3, + ACTIONS(5312), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5333), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5005), 7, + ACTIONS(5013), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(5003), 23, + ACTIONS(5011), 28, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_COLON, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300719,59 +300657,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [86285] = 13, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [86608] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5319), 1, - anon_sym_LT_EQ_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + ACTIONS(4884), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5315), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 24, + anon_sym_DOT, + ACTIONS(4882), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300779,60 +300706,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [86362] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [86665] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4972), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5315), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 25, + anon_sym_DOT, + ACTIONS(4970), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300840,7 +300760,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -300851,51 +300770,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [86435] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [86722] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4926), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5315), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5005), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(5003), 25, + anon_sym_DOT, + ACTIONS(4924), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300903,7 +300814,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -300914,23 +300824,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [86510] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4993), 17, + anon_sym_DASH_GT, + anon_sym_GT2, + [86779] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4922), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -300940,22 +300841,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(4991), 25, + anon_sym_DOT, + ACTIONS(4920), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300963,7 +300868,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, @@ -300974,144 +300878,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [86579] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4828), 1, - anon_sym_EQ, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5319), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5321), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5323), 1, - anon_sym_AMP_AMP, - ACTIONS(5325), 1, - anon_sym_PIPE, - ACTIONS(5329), 1, - anon_sym_AMP, - ACTIONS(5335), 1, - anon_sym_GT_EQ, - ACTIONS(5337), 1, - anon_sym_or, - ACTIONS(5339), 1, - anon_sym_and, - ACTIONS(5341), 1, - anon_sym_bitor, - ACTIONS(5343), 1, - anon_sym_bitand, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [86836] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4193), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5327), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5315), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5331), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5333), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4802), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [86680] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4904), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5319), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5321), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5323), 1, - anon_sym_AMP_AMP, - ACTIONS(5325), 1, - anon_sym_PIPE, - ACTIONS(5329), 1, - anon_sym_AMP, - ACTIONS(5335), 1, - anon_sym_GT_EQ, - ACTIONS(5337), 1, + anon_sym_GT_GT_EQ, anon_sym_or, - ACTIONS(5339), 1, anon_sym_and, - ACTIONS(5341), 1, - anon_sym_bitor, - ACTIONS(5343), 1, - anon_sym_bitand, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5317), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5327), 2, - anon_sym_CARET, anon_sym_xor, - ACTIONS(5315), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5331), 3, + anon_sym_DOT, + ACTIONS(4195), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5333), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4902), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301119,17 +300922,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [86781] = 3, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [86893] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4848), 20, + ACTIONS(4160), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301150,7 +300960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4846), 29, + ACTIONS(4162), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -301180,10 +300990,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [86838] = 3, + [86950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4214), 20, + ACTIONS(4152), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301204,7 +301014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4216), 29, + ACTIONS(4154), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -301234,88 +301044,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [86895] = 27, + [87007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4850), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4854), 1, - anon_sym_EQ, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5319), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5321), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5323), 1, - anon_sym_AMP_AMP, - ACTIONS(5325), 1, - anon_sym_PIPE, - ACTIONS(5329), 1, - anon_sym_AMP, - ACTIONS(5335), 1, - anon_sym_GT_EQ, - ACTIONS(5337), 1, - anon_sym_or, - ACTIONS(5339), 1, - anon_sym_and, - ACTIONS(5341), 1, - anon_sym_bitor, - ACTIONS(5343), 1, - anon_sym_bitand, - ACTIONS(5345), 1, - anon_sym_QMARK, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4840), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5313), 2, + ACTIONS(4888), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5317), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5327), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5315), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5331), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5333), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4852), 14, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4886), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [87000] = 3, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [87064] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4727), 20, + ACTIONS(5023), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301325,25 +301111,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(4729), 29, + anon_sym_DASH_GT, + ACTIONS(5021), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -301352,84 +301136,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [87057] = 25, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [87120] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, - anon_sym_LPAREN2, - ACTIONS(4854), 1, - anon_sym_EQ, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5095), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5139), 1, - anon_sym_QMARK, - ACTIONS(5161), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5167), 1, - anon_sym_bitor, - ACTIONS(5169), 1, - anon_sym_xor, - ACTIONS(5171), 1, - anon_sym_bitand, - ACTIONS(5282), 1, - anon_sym_PIPE, - ACTIONS(5284), 1, - anon_sym_CARET, - ACTIONS(5286), 1, - anon_sym_AMP, - ACTIONS(5290), 1, - anon_sym_GT_EQ, - STATE(2850), 1, - sym_argument_list, - ACTIONS(5075), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5163), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5165), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5175), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5276), 2, + ACTIONS(4966), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5280), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5173), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5288), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4852), 14, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4964), 32, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -301440,12 +301193,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87158] = 3, + [87176] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4959), 16, + ACTIONS(4946), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301462,7 +301224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4957), 32, + ACTIONS(4944), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301495,10 +301257,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87214] = 3, + [87232] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 16, + ACTIONS(5353), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5355), 1, + anon_sym_AMP_AMP, + ACTIONS(4906), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301515,7 +301281,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4713), 32, + ACTIONS(4904), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [87292] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4201), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4203), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301548,10 +301365,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87270] = 3, + [87348] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(3188), 1, + anon_sym_LPAREN2, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4565), 1, + anon_sym_STAR, + ACTIONS(4567), 1, + anon_sym_AMP_AMP, + ACTIONS(4569), 1, + anon_sym_AMP, + STATE(4281), 1, + sym_parameter_list, + STATE(4835), 1, + sym__scope_resolution, + STATE(4942), 1, + sym__declarator, + STATE(5325), 1, + sym__abstract_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + ACTIONS(5357), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [87446] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4183), 16, + ACTIONS(4186), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301568,7 +301459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4185), 32, + ACTIONS(4188), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301601,10 +301492,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87326] = 3, + [87502] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4989), 16, + ACTIONS(4960), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301621,7 +301512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4987), 32, + ACTIONS(4958), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301654,10 +301545,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87382] = 3, + [87558] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4969), 16, + ACTIONS(4178), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301674,7 +301565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4967), 32, + ACTIONS(4180), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301707,10 +301598,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87438] = 3, + [87614] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5359), 1, + anon_sym_LBRACE, + STATE(3237), 1, + sym_enumerator_list, + ACTIONS(4263), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4261), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [87674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4977), 16, + ACTIONS(5035), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301727,7 +301673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4975), 32, + ACTIONS(5033), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301760,10 +301706,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87494] = 3, + [87730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4963), 16, + ACTIONS(4808), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301780,7 +301726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4961), 32, + ACTIONS(4806), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301813,10 +301759,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87550] = 3, + [87786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4150), 16, + ACTIONS(4208), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301833,7 +301779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4152), 32, + ACTIONS(4210), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301866,10 +301812,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87606] = 3, + [87842] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4165), 16, + ACTIONS(3754), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301886,7 +301832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4167), 32, + ACTIONS(3746), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301919,10 +301865,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87662] = 3, + [87898] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4146), 16, + ACTIONS(4736), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301939,7 +301885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4148), 32, + ACTIONS(4738), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301972,10 +301918,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87718] = 3, + [87954] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4132), 16, + ACTIONS(4798), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301992,7 +301938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4134), 32, + ACTIONS(4800), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302025,10 +301971,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87774] = 3, + [88010] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4142), 16, + ACTIONS(2340), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302045,7 +301991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4144), 32, + ACTIONS(2338), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302078,10 +302024,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87830] = 3, + [88066] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3826), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(3828), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [88122] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3800), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(3802), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [88178] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4900), 16, + ACTIONS(4990), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302098,7 +302150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4898), 32, + ACTIONS(4988), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302131,10 +302183,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87886] = 3, + [88234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4896), 16, + ACTIONS(3792), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302149,12 +302201,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4894), 32, + ACTIONS(3794), 30, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -302162,6 +302214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -302173,21 +302226,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [87942] = 3, + anon_sym_DASH_GT, + [88290] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2248), 16, + ACTIONS(3818), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302202,12 +302254,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2246), 32, + ACTIONS(3820), 30, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -302215,6 +302267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -302226,59 +302279,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [87998] = 3, + anon_sym_DASH_GT, + [88346] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4876), 16, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4259), 12, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4874), 32, + ACTIONS(4257), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -302288,12 +302338,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [88054] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [88404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 16, + ACTIONS(4766), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302310,7 +302363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4866), 32, + ACTIONS(4768), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302343,10 +302396,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [88110] = 3, + [88460] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3828), 18, + ACTIONS(3796), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302365,7 +302418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3830), 30, + ACTIONS(3798), 30, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -302396,10 +302449,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [88166] = 3, + [88516] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3798), 18, + ACTIONS(3785), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302418,7 +302471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3800), 30, + ACTIONS(3787), 30, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -302449,10 +302502,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [88222] = 3, + [88572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3789), 18, + ACTIONS(3822), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302471,7 +302524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3791), 30, + ACTIONS(3824), 30, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -302502,10 +302555,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [88278] = 3, + [88628] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4860), 16, + ACTIONS(4986), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302522,7 +302575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4858), 32, + ACTIONS(4984), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302555,10 +302608,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [88334] = 3, + [88684] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4214), 16, + ACTIONS(2290), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302575,7 +302628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4216), 32, + ACTIONS(2288), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302608,10 +302661,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [88390] = 3, + [88740] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 18, + ACTIONS(4868), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302626,12 +302679,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(3834), 30, + anon_sym_DASH_GT, + ACTIONS(4866), 32, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -302639,7 +302692,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -302651,49 +302703,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [88446] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [88796] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3820), 18, + ACTIONS(4241), 12, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(3822), 30, + ACTIONS(4239), 36, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [88852] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5213), 1, + anon_sym_EQ, + ACTIONS(5215), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -302707,6 +302786,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + ACTIONS(3746), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -302714,10 +302804,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [88502] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3816), 18, + ACTIONS(3754), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302731,46 +302818,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3818), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [88558] = 3, + [88912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3824), 18, + ACTIONS(4216), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302785,12 +302840,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(3826), 30, + anon_sym_DASH_GT, + ACTIONS(4218), 32, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -302798,7 +302853,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -302810,20 +302864,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [88614] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [88968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4848), 16, + ACTIONS(4876), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302840,7 +302895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4846), 32, + ACTIONS(4874), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302873,12 +302928,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [88670] = 4, + [89024] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5347), 1, - anon_sym_AMP_AMP, - ACTIONS(4953), 16, + ACTIONS(4880), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302895,12 +302948,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4951), 31, + ACTIONS(4878), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, @@ -302927,10 +302981,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [88728] = 3, + [89080] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5009), 16, + ACTIONS(4140), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302947,7 +303001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5007), 32, + ACTIONS(4142), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302980,10 +303034,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [88784] = 3, + [89136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4173), 16, + ACTIONS(4216), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303000,7 +303054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4175), 32, + ACTIONS(4218), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303033,10 +303087,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [88840] = 3, + [89192] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4169), 16, + ACTIONS(4950), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303053,7 +303107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4171), 32, + ACTIONS(4948), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303086,10 +303140,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [88896] = 3, + [89248] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5015), 16, + ACTIONS(4216), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303106,7 +303160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5013), 32, + ACTIONS(4218), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303139,65 +303193,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [88952] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5181), 1, - anon_sym_EQ, - ACTIONS(5183), 13, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(3755), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(3760), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [89012] = 3, + [89304] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5027), 16, + ACTIONS(4888), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303214,7 +303213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2528), 32, + ACTIONS(4886), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303247,10 +303246,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89068] = 3, + [89360] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 16, + ACTIONS(4926), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303267,7 +303266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4212), 32, + ACTIONS(4924), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303300,10 +303299,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89124] = 3, + [89416] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 16, + ACTIONS(4922), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303320,7 +303319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4212), 32, + ACTIONS(4920), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303353,10 +303352,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89180] = 3, + [89472] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 16, + ACTIONS(4884), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303373,7 +303372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4212), 32, + ACTIONS(4882), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303406,10 +303405,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89236] = 3, + [89528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4206), 16, + ACTIONS(4128), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303426,7 +303425,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4208), 32, + ACTIONS(4130), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303459,48 +303458,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89292] = 3, + [89584] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5001), 16, + ACTIONS(5361), 1, + sym_auto, + ACTIONS(5363), 1, + anon_sym_decltype, + STATE(3193), 1, + sym_decltype_auto, + ACTIONS(4237), 12, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4999), 32, + ACTIONS(4235), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -303510,12 +303511,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [89348] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_requires, + [89646] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4997), 16, + ACTIONS(4193), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303532,7 +303534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4995), 32, + ACTIONS(4195), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303565,10 +303567,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89404] = 3, + [89702] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4973), 16, + ACTIONS(4212), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303585,7 +303587,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4971), 32, + ACTIONS(4214), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303618,14 +303620,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89460] = 5, + [89758] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5347), 1, + ACTIONS(5355), 1, anon_sym_AMP_AMP, - ACTIONS(5349), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4938), 16, + ACTIONS(4918), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303642,11 +303642,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4936), 30, + ACTIONS(4916), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, @@ -303673,10 +303674,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89520] = 3, + [89816] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 16, + ACTIONS(4197), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303693,7 +303694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4224), 32, + ACTIONS(4199), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303726,10 +303727,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89576] = 3, + [89872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3755), 16, + ACTIONS(4160), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303746,7 +303747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3760), 32, + ACTIONS(4162), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303779,10 +303780,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89632] = 3, + [89928] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4888), 16, + ACTIONS(4220), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303799,7 +303800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4886), 32, + ACTIONS(4222), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303832,10 +303833,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89688] = 3, + [89984] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 16, + ACTIONS(4152), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303852,7 +303853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4140), 32, + ACTIONS(4154), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303885,120 +303886,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89744] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(3282), 1, - anon_sym_LPAREN2, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_LBRACK, - ACTIONS(4649), 1, - anon_sym_STAR, - ACTIONS(4651), 1, - anon_sym_AMP_AMP, - ACTIONS(4653), 1, - anon_sym_AMP, - STATE(4318), 1, - sym_parameter_list, - STATE(4900), 1, - sym__scope_resolution, - STATE(5191), 1, - sym__declarator, - STATE(5402), 1, - sym__abstract_declarator, - STATE(7219), 1, - sym_ms_based_modifier, - ACTIONS(5351), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [89842] = 4, + [90040] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4263), 12, + ACTIONS(5027), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4261), 35, + anon_sym_DASH_GT, + ACTIONS(5025), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, + anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -304008,89 +303937,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [89900] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(3282), 1, - anon_sym_LPAREN2, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4297), 1, - anon_sym_STAR, - ACTIONS(4299), 1, - anon_sym_AMP_AMP, - ACTIONS(4301), 1, - anon_sym_AMP, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_LBRACK, - STATE(4333), 1, - sym_parameter_list, - STATE(4900), 1, - sym__scope_resolution, - STATE(5191), 1, - sym__declarator, - STATE(5442), 1, - sym__abstract_declarator, - STATE(7219), 1, - sym_ms_based_modifier, - ACTIONS(5351), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [89998] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [90096] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4242), 12, + ACTIONS(5359), 1, + anon_sym_LBRACE, + STATE(3157), 1, + sym_enumerator_list, + ACTIONS(4253), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -304103,7 +303959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4240), 36, + ACTIONS(4251), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -304115,8 +303971,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_volatile, anon_sym_restrict, @@ -304140,10 +303994,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [90054] = 3, + [90156] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2354), 16, + ACTIONS(4974), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -304160,7 +304014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2352), 32, + ACTIONS(2632), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304193,69 +304047,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [90110] = 3, + [90212] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4755), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4757), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(3188), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4369), 1, + anon_sym_STAR, + ACTIONS(4371), 1, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + ACTIONS(4373), 1, + anon_sym_AMP, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(4377), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [90166] = 6, + STATE(4274), 1, + sym_parameter_list, + STATE(4835), 1, + sym__scope_resolution, + STATE(4942), 1, + sym__declarator, + STATE(5276), 1, + sym__abstract_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + ACTIONS(5357), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [90310] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5353), 1, - sym_auto, - ACTIONS(5355), 1, - anon_sym_decltype, - STATE(3221), 1, - sym_decltype_auto, - ACTIONS(4249), 12, + ACTIONS(4533), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -304268,7 +304137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4247), 33, + ACTIONS(4531), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -304300,114 +304169,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [90228] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4727), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4729), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [90284] = 24, + [90365] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(5365), 1, sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5357), 1, + ACTIONS(5367), 1, anon_sym_STAR, - ACTIONS(5359), 1, + ACTIONS(5369), 1, anon_sym_AMP_AMP, - ACTIONS(5361), 1, + ACTIONS(5371), 1, anon_sym_AMP, - ACTIONS(5363), 1, + ACTIONS(5373), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4370), 1, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, + STATE(4821), 1, sym__scope_resolution, - STATE(5182), 1, + STATE(5126), 1, sym__declarator, - STATE(6665), 1, + STATE(6506), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3249), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3448), 2, + STATE(3471), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, + STATE(4218), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -304416,7 +304234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -304428,63 +304246,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [90381] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4118), 19, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(4116), 27, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [90438] = 3, + [90462] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4470), 12, + ACTIONS(4621), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -304497,7 +304262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4468), 35, + ACTIONS(4619), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -304533,10 +304298,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [90493] = 3, + [90517] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4509), 12, + ACTIONS(4617), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -304549,7 +304314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4507), 35, + ACTIONS(4615), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -304585,59 +304350,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [90548] = 24, + [90572] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4083), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5365), 1, + ACTIONS(5377), 1, anon_sym_STAR, - ACTIONS(5367), 1, + ACTIONS(5379), 1, anon_sym_AMP_AMP, - ACTIONS(5369), 1, + ACTIONS(5381), 1, anon_sym_AMP, - STATE(4370), 1, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4913), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5430), 1, + STATE(5036), 1, sym__declarator, - STATE(6734), 1, + STATE(6587), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3168), 2, + STATE(3220), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3447), 2, + STATE(3539), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -304646,7 +304411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -304658,10 +304423,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [90645] = 3, + [90669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4525), 12, + ACTIONS(4613), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -304674,7 +304439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4523), 35, + ACTIONS(4611), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -304710,10 +304475,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [90700] = 3, + [90724] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4537), 12, + ACTIONS(4609), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -304726,7 +304491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4535), 35, + ACTIONS(4607), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -304762,10 +304527,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [90755] = 3, + [90779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4555), 12, + ACTIONS(4601), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -304778,7 +304543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4553), 35, + ACTIONS(4599), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -304814,10 +304579,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [90810] = 3, + [90834] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4563), 12, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5383), 1, + anon_sym_STAR, + ACTIONS(5385), 1, + anon_sym_AMP_AMP, + ACTIONS(5387), 1, + anon_sym_AMP, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4827), 1, + sym__scope_resolution, + STATE(5293), 1, + sym__declarator, + STATE(6643), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3162), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3449), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [90931] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4597), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -304830,7 +304668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4561), 35, + ACTIONS(4595), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -304866,10 +304704,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [90865] = 3, + [90986] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4567), 12, + ACTIONS(4593), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -304882,7 +304720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4565), 35, + ACTIONS(4591), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -304918,36 +304756,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [90920] = 3, + [91041] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4571), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5383), 1, + anon_sym_STAR, + ACTIONS(5385), 1, + anon_sym_AMP_AMP, + ACTIONS(5387), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4827), 1, + sym__scope_resolution, + STATE(5283), 1, + sym__declarator, + STATE(6643), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3446), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4218), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, anon_sym_const, - anon_sym_DOT, - ACTIONS(4569), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [91138] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5383), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(5385), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, + ACTIONS(5387), 1, + anon_sym_AMP, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4827), 1, + sym__scope_resolution, + STATE(5293), 1, + sym__declarator, + STATE(6643), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3449), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4218), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -304955,25 +304890,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [90975] = 3, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [91235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4591), 12, + ACTIONS(4411), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -304986,7 +304918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4589), 35, + ACTIONS(4409), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305022,10 +304954,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [91030] = 3, + [91290] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4595), 12, + ACTIONS(4419), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305038,7 +304970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4593), 35, + ACTIONS(4417), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305074,10 +305006,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [91085] = 3, + [91345] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 12, + ACTIONS(4423), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305090,7 +305022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4597), 35, + ACTIONS(4421), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305126,10 +305058,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [91140] = 3, + [91400] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4607), 12, + ACTIONS(4427), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305142,7 +305074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4605), 35, + ACTIONS(4425), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305178,10 +305110,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [91195] = 3, + [91455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4611), 12, + ACTIONS(4431), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305194,7 +305126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4609), 35, + ACTIONS(4429), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305230,208 +305162,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [91250] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2482), 19, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(2484), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [91305] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5365), 1, - anon_sym_STAR, - ACTIONS(5367), 1, - anon_sym_AMP_AMP, - ACTIONS(5369), 1, - anon_sym_AMP, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4913), 1, - sym__scope_resolution, - STATE(5432), 1, - sym__declarator, - STATE(6734), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3453), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4262), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [91402] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, - anon_sym_STAR, - ACTIONS(5373), 1, - anon_sym_AMP_AMP, - ACTIONS(5375), 1, - anon_sym_AMP, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, - sym__scope_resolution, - STATE(5114), 1, - sym__declarator, - STATE(6739), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3234), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3490), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [91499] = 3, + [91510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4647), 12, + ACTIONS(4439), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305444,7 +305178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4645), 35, + ACTIONS(4437), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305480,137 +305214,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [91554] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5365), 1, - anon_sym_STAR, - ACTIONS(5367), 1, - anon_sym_AMP_AMP, - ACTIONS(5369), 1, - anon_sym_AMP, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4913), 1, - sym__scope_resolution, - STATE(5419), 1, - sym__declarator, - STATE(6734), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3247), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3450), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [91651] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1781), 1, - sym_string_literal, - ACTIONS(5381), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(5379), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(5377), 35, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - [91710] = 3, + [91565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4309), 12, + ACTIONS(4447), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305623,7 +305230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4307), 35, + ACTIONS(4445), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305659,10 +305266,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [91765] = 3, + [91620] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 12, + ACTIONS(4585), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305675,7 +305282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4371), 35, + ACTIONS(4583), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305711,10 +305318,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [91820] = 3, + [91675] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4498), 12, + ACTIONS(4451), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305727,7 +305334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4496), 35, + ACTIONS(4449), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305763,10 +305370,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [91875] = 3, + [91730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 12, + ACTIONS(4629), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305779,7 +305386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4367), 35, + ACTIONS(4627), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305815,10 +305422,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [91930] = 3, + [91785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4409), 12, + ACTIONS(4455), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305831,7 +305438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4407), 35, + ACTIONS(4453), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305867,10 +305474,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [91985] = 3, + [91840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4460), 12, + ACTIONS(4463), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305883,7 +305490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4458), 35, + ACTIONS(4461), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305919,10 +305526,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [92040] = 3, + [91895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4432), 12, + ACTIONS(4653), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305935,7 +305542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4430), 35, + ACTIONS(4651), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305971,59 +305578,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [92095] = 24, + [91950] = 24, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_AMP, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5371), 1, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4827), 1, + sym__scope_resolution, + STATE(5128), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3180), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3494), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [92047] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(5365), 1, + sym_identifier, + ACTIONS(5367), 1, anon_sym_STAR, - ACTIONS(5373), 1, + ACTIONS(5369), 1, anon_sym_AMP_AMP, - ACTIONS(5375), 1, + ACTIONS(5371), 1, anon_sym_AMP, - STATE(4370), 1, + ACTIONS(5373), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, + STATE(4821), 1, sym__scope_resolution, - STATE(5114), 1, + STATE(5112), 1, sym__declarator, - STATE(6739), 1, + STATE(6506), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3490), 2, + STATE(3536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4262), 2, + STATE(4218), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -306032,7 +305712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -306044,59 +305724,132 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [92192] = 24, + [92144] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(5365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(5367), 1, + anon_sym_STAR, + ACTIONS(5369), 1, + anon_sym_AMP_AMP, + ACTIONS(5371), 1, + anon_sym_AMP, + ACTIONS(5373), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5383), 1, - anon_sym_STAR, - ACTIONS(5385), 1, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4821), 1, + sym__scope_resolution, + STATE(5112), 1, + sym__declarator, + STATE(6506), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3152), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3536), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [92241] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, anon_sym_AMP_AMP, - ACTIONS(5387), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, anon_sym_AMP, - STATE(4370), 1, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5191), 1, + STATE(5112), 1, sym__declarator, - STATE(7219), 1, + STATE(7015), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3544), 2, + STATE(3498), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4262), 2, + STATE(4218), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -306105,7 +305858,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -306117,59 +305870,132 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [92289] = 24, + [92338] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(5365), 1, sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, + ACTIONS(5367), 1, anon_sym_STAR, - ACTIONS(5373), 1, + ACTIONS(5369), 1, anon_sym_AMP_AMP, + ACTIONS(5371), 1, + anon_sym_AMP, + ACTIONS(5373), 1, + anon_sym_COLON_COLON, ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4821), 1, + sym__scope_resolution, + STATE(5128), 1, + sym__declarator, + STATE(6506), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3178), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3453), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [92435] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, anon_sym_AMP, - STATE(4370), 1, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5172), 1, + STATE(5112), 1, sym__declarator, - STATE(6739), 1, + STATE(7015), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3180), 2, + STATE(3232), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3505), 2, + STATE(3498), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -306178,7 +306004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -306190,10 +306016,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [92386] = 3, + [92532] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4478), 12, + ACTIONS(4537), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306206,7 +306032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4476), 35, + ACTIONS(4535), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306242,36 +306068,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [92441] = 3, + [92587] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4505), 12, + ACTIONS(2536), 19, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + ACTIONS(2538), 28, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(4503), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [92642] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1780), 1, + sym_string_literal, + ACTIONS(5393), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(5391), 6, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(5389), 35, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -306279,25 +306157,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [92496] = 3, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [92701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4513), 12, + ACTIONS(4283), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306310,7 +306190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4511), 35, + ACTIONS(4281), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306346,10 +306226,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [92551] = 3, + [92756] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4615), 12, + ACTIONS(4478), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306362,7 +306242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4613), 35, + ACTIONS(4476), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306398,10 +306278,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [92606] = 3, + [92811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 12, + ACTIONS(4482), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306414,7 +306294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4539), 35, + ACTIONS(4480), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306450,10 +306330,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [92661] = 3, + [92866] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4551), 12, + ACTIONS(4287), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306466,7 +306346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4549), 35, + ACTIONS(4285), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306502,62 +306382,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [92716] = 3, + [92921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4381), 12, + ACTIONS(4101), 19, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(4379), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + ACTIONS(4099), 28, anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [92771] = 3, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [92976] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4377), 12, + ACTIONS(4633), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306570,7 +306450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4375), 35, + ACTIONS(4631), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306606,62 +306486,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [92826] = 3, + [93031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 12, + ACTIONS(5395), 19, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(4659), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + ACTIONS(5397), 28, anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [92881] = 3, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [93086] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4365), 12, + ACTIONS(4494), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306674,7 +306554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4363), 35, + ACTIONS(4492), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306710,10 +306590,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [92936] = 3, + [93141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4657), 12, + ACTIONS(4303), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306726,7 +306606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4655), 35, + ACTIONS(4301), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306762,10 +306642,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [92991] = 3, + [93196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4357), 12, + ACTIONS(4498), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306778,7 +306658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4355), 35, + ACTIONS(4496), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306814,114 +306694,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93046] = 3, + [93251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5389), 19, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(5391), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [93101] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2400), 19, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(2402), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [93156] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4424), 12, + ACTIONS(4637), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306934,7 +306710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4422), 35, + ACTIONS(4635), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306970,10 +306746,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93211] = 3, + [93306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4444), 12, + ACTIONS(4502), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306986,7 +306762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4442), 35, + ACTIONS(4500), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307022,10 +306798,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93266] = 3, + [93361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4559), 12, + ACTIONS(4641), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307038,7 +306814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4557), 35, + ACTIONS(4639), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307074,10 +306850,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93321] = 3, + [93416] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4361), 12, + ACTIONS(4517), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307090,7 +306866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4359), 35, + ACTIONS(4515), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307126,10 +306902,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93376] = 3, + [93471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4587), 12, + ACTIONS(4521), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307142,7 +306918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4585), 35, + ACTIONS(4519), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307178,10 +306954,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93431] = 3, + [93526] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 12, + ACTIONS(4549), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307194,7 +306970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4387), 35, + ACTIONS(4547), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307230,10 +307006,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93486] = 3, + [93581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4385), 12, + ACTIONS(4581), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307246,7 +307022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4383), 35, + ACTIONS(4579), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307282,10 +307058,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93541] = 3, + [93636] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4452), 12, + ACTIONS(4506), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307298,7 +307074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4450), 35, + ACTIONS(4504), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307334,10 +307110,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93596] = 3, + [93691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4482), 12, + ACTIONS(4553), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307350,7 +307126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4480), 35, + ACTIONS(4551), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307386,10 +307162,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93651] = 3, + [93746] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4486), 12, + ACTIONS(2494), 19, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + ACTIONS(2496), 28, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [93801] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4259), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307402,7 +307230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4484), 35, + ACTIONS(4257), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307438,10 +307266,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93706] = 3, + [93856] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3828), 19, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4126), 19, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -307461,14 +307291,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_requires, sym_this, sym_nullptr, - ACTIONS(3830), 28, + ACTIONS(4124), 27, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, @@ -307490,83 +307319,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [93761] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5383), 1, - anon_sym_STAR, - ACTIONS(5385), 1, - anon_sym_AMP_AMP, - ACTIONS(5387), 1, - anon_sym_AMP, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, - sym__scope_resolution, - STATE(5205), 1, - sym__declarator, - STATE(7219), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3181), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3525), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [93858] = 3, + [93913] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4337), 12, + ACTIONS(4259), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307579,7 +307335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4335), 35, + ACTIONS(4257), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307615,10 +307371,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93913] = 3, + [93968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4353), 12, + ACTIONS(4563), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307631,7 +307387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4351), 35, + ACTIONS(4561), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307667,10 +307423,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [93968] = 3, + [94023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4333), 12, + ACTIONS(4573), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307683,7 +307439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4331), 35, + ACTIONS(4571), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307719,10 +307475,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [94023] = 3, + [94078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4349), 12, + ACTIONS(4513), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307735,7 +307491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4347), 35, + ACTIONS(4511), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307771,112 +307527,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [94078] = 3, + [94133] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4118), 19, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(4116), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, + ACTIONS(3804), 1, + anon_sym_const, + ACTIONS(3813), 1, anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [94133] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(3806), 7, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5383), 1, anon_sym_STAR, - ACTIONS(5385), 1, anon_sym_AMP_AMP, - ACTIONS(5387), 1, - anon_sym_AMP, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, - sym__scope_resolution, - STATE(5196), 1, - sym__declarator, - STATE(7219), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3540), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4262), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, + anon_sym_LBRACK, + anon_sym_GT2, + ACTIONS(3811), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(3809), 11, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -307884,175 +307563,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [94230] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3798), 19, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(3800), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [94285] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3789), 19, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, + sym_auto, anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(3791), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, + ACTIONS(3816), 17, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [94340] = 24, + anon_sym_DASH_GT, + [94196] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5383), 1, + ACTIONS(3188), 1, + anon_sym_LPAREN2, + ACTIONS(3190), 1, anon_sym_STAR, - ACTIONS(5385), 1, + ACTIONS(3192), 1, anon_sym_AMP_AMP, - ACTIONS(5387), 1, + ACTIONS(3194), 1, anon_sym_AMP, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5357), 1, + anon_sym_RPAREN, + STATE(4274), 1, + sym_parameter_list, + STATE(4827), 1, sym__scope_resolution, - STATE(5191), 1, + STATE(5112), 1, sym__declarator, - STATE(7219), 1, + STATE(5276), 1, + sym__abstract_declarator, + STATE(7015), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3214), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3544), 2, + STATE(4320), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -308061,7 +307644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -308073,10 +307656,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [94437] = 3, + [94293] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 19, + ACTIONS(3822), 19, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -308096,7 +307679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_requires, sym_this, sym_nullptr, - ACTIONS(3807), 28, + ACTIONS(3824), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -308125,10 +307708,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [94492] = 3, + [94348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4345), 12, + ACTIONS(4645), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -308141,7 +307724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4343), 35, + ACTIONS(4643), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -308177,10 +307760,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [94547] = 3, + [94403] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 12, + ACTIONS(4525), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -308193,7 +307776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4339), 35, + ACTIONS(4523), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -308229,10 +307812,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [94602] = 3, + [94458] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4631), 12, + ACTIONS(4559), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -308245,7 +307828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4629), 35, + ACTIONS(4557), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -308281,10 +307864,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [94657] = 3, + [94513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4321), 12, + ACTIONS(4529), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -308297,7 +307880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4319), 35, + ACTIONS(4527), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -308333,59 +307916,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [94712] = 24, + [94568] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1779), 1, + sym_string_literal, + ACTIONS(5393), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(5391), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(5389), 35, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [94627] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5377), 1, anon_sym_STAR, - ACTIONS(5397), 1, + ACTIONS(5379), 1, anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(5381), 1, anon_sym_AMP, - ACTIONS(5401), 1, - anon_sym_COLON_COLON, - STATE(4370), 1, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4910), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5332), 1, + STATE(5079), 1, sym__declarator, - STATE(6649), 1, + STATE(6587), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3238), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3520), 2, + STATE(3531), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, + STATE(4218), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -308394,7 +308031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -308406,10 +308043,62 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [94809] = 3, + [94724] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4649), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4647), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [94779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 19, + ACTIONS(5399), 19, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -308429,7 +308118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_requires, sym_this, sym_nullptr, - ACTIONS(3834), 28, + ACTIONS(5401), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -308458,10 +308147,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [94864] = 3, + [94834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4267), 12, + ACTIONS(3785), 19, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + ACTIONS(3787), 28, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [94889] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4660), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -308474,7 +308215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4265), 35, + ACTIONS(4658), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -308510,10 +308251,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [94919] = 3, + [94944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5403), 19, + ACTIONS(3796), 19, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -308533,7 +308274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_requires, sym_this, sym_nullptr, - ACTIONS(5405), 28, + ACTIONS(3798), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -308562,114 +308303,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [94974] = 3, + [94999] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4583), 12, + ACTIONS(3818), 19, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(4581), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, anon_sym_decltype, - anon_sym_GT2, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, anon_sym_requires, - [95029] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4579), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(4577), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + sym_this, + sym_nullptr, + ACTIONS(3820), 28, anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [95084] = 3, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [95054] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4575), 12, + ACTIONS(4541), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -308682,7 +308371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4573), 35, + ACTIONS(4539), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -308718,10 +308407,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [95139] = 3, + [95109] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3820), 19, + ACTIONS(3792), 19, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -308741,7 +308430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_requires, sym_this, sym_nullptr, - ACTIONS(3822), 28, + ACTIONS(3794), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -308770,10 +308459,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [95194] = 3, + [95164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3816), 19, + ACTIONS(3800), 19, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -308793,7 +308482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_requires, sym_this, sym_nullptr, - ACTIONS(3818), 28, + ACTIONS(3802), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -308822,10 +308511,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [95249] = 3, + [95219] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 12, + ACTIONS(4545), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -308838,7 +308527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4261), 35, + ACTIONS(4543), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -308874,10 +308563,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [95304] = 3, + [95274] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3824), 19, + ACTIONS(3826), 19, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -308897,7 +308586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_requires, sym_this, sym_nullptr, - ACTIONS(3826), 28, + ACTIONS(3828), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -308926,59 +308615,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [95359] = 24, + [95329] = 24, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_AMP, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, - anon_sym_STAR, - ACTIONS(5373), 1, - anon_sym_AMP_AMP, ACTIONS(5375), 1, - anon_sym_AMP, - STATE(4370), 1, + anon_sym_LBRACK, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5111), 1, + STATE(5126), 1, sym__declarator, - STATE(6739), 1, + STATE(7015), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3536), 2, + STATE(3535), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4262), 2, + STATE(4218), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -308987,7 +308676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -308999,63 +308688,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [95456] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4112), 19, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(4110), 27, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [95513] = 3, + [95426] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 12, + ACTIONS(4625), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -309068,7 +308704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4261), 35, + ACTIONS(4623), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -309104,10 +308740,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [95568] = 3, + [95481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4275), 12, + ACTIONS(4381), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -309120,7 +308756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4273), 35, + ACTIONS(4379), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -309156,59 +308792,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [95623] = 24, + [95536] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5377), 1, anon_sym_STAR, - ACTIONS(5397), 1, + ACTIONS(5379), 1, anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(5381), 1, anon_sym_AMP, - ACTIONS(5401), 1, - anon_sym_COLON_COLON, - STATE(4370), 1, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4910), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5330), 1, + STATE(5106), 1, sym__declarator, - STATE(6649), 1, + STATE(6587), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3563), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4262), 2, + STATE(3245), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, + STATE(3545), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -309217,7 +308853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -309229,35 +308865,88 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [95720] = 7, + [95633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, - anon_sym_const, - ACTIONS(3811), 1, - anon_sym_AMP, - ACTIONS(3804), 7, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(3804), 19, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + ACTIONS(3809), 28, anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_AMP_AMP, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(3809), 10, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [95688] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4387), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, + anon_sym_const, anon_sym_DOT, - ACTIONS(3807), 11, - anon_sym_COLON_COLON, + ACTIONS(4385), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -309265,15 +308954,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_auto, - anon_sym_decltype, - ACTIONS(3814), 17, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -309285,59 +308965,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [95783] = 24, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [95743] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5357), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(5359), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(5361), 1, + ACTIONS(5407), 1, anon_sym_AMP, - ACTIONS(5363), 1, - anon_sym_LBRACK, - STATE(4370), 1, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5136), 1, + STATE(4942), 1, sym__declarator, - STATE(6665), 1, + STATE(6534), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3515), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4262), 2, + STATE(3247), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, + STATE(3465), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -309346,7 +309030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -309358,10 +309042,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [95880] = 3, + [95840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5407), 19, + ACTIONS(5409), 19, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -309381,7 +309065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_requires, sym_this, sym_nullptr, - ACTIONS(5409), 28, + ACTIONS(5411), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -309410,83 +309094,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [95935] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4913), 1, - sym__scope_resolution, - STATE(5348), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3484), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4262), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [96032] = 3, + [95895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4313), 12, + ACTIONS(4490), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -309499,7 +309110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4311), 35, + ACTIONS(4488), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -309535,111 +309146,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [96087] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5411), 19, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(5413), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [96142] = 24, + [95950] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4370), 1, + ACTIONS(5403), 1, + anon_sym_STAR, + ACTIONS(5405), 1, + anon_sym_AMP_AMP, + ACTIONS(5407), 1, + anon_sym_AMP, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4913), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5342), 1, + STATE(4933), 1, sym__declarator, - STATE(6985), 1, + STATE(6534), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3242), 2, + STATE(3243), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3559), 2, + STATE(3519), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -309648,7 +309207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -309660,10 +309219,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [96239] = 3, + [96047] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4291), 12, + ACTIONS(4415), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -309676,7 +309235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4289), 35, + ACTIONS(4413), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -309712,59 +309271,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [96294] = 24, + [96102] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4083), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5365), 1, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(5367), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(5369), 1, + ACTIONS(5407), 1, anon_sym_AMP, - STATE(4370), 1, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4913), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5430), 1, + STATE(4942), 1, sym__declarator, - STATE(6734), 1, + STATE(6534), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3447), 2, + STATE(3465), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4262), 2, + STATE(4218), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -309773,7 +309332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -309785,205 +309344,111 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [96391] = 24, + [96199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(3282), 1, - anon_sym_LPAREN2, - ACTIONS(3284), 1, - anon_sym_STAR, - ACTIONS(3286), 1, - anon_sym_AMP_AMP, - ACTIONS(3288), 1, - anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(5413), 19, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, sym_identifier, - ACTIONS(4305), 1, - anon_sym_LBRACK, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(5351), 1, - anon_sym_RPAREN, - STATE(4318), 1, - sym_parameter_list, - STATE(4913), 1, - sym__scope_resolution, - STATE(5348), 1, - sym__declarator, - STATE(5402), 1, - sym__abstract_declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [96488] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + ACTIONS(5415), 28, anon_sym_LPAREN2, - ACTIONS(1665), 1, + anon_sym_BANG, anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5357), 1, anon_sym_STAR, - ACTIONS(5359), 1, - anon_sym_AMP_AMP, - ACTIONS(5361), 1, anon_sym_AMP, - ACTIONS(5363), 1, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, - sym__scope_resolution, - STATE(5167), 1, - sym__declarator, - STATE(6665), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3557), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4262), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [96585] = 24, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [96254] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5357), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5377), 1, anon_sym_STAR, - ACTIONS(5359), 1, + ACTIONS(5379), 1, anon_sym_AMP_AMP, - ACTIONS(5361), 1, + ACTIONS(5381), 1, anon_sym_AMP, - ACTIONS(5363), 1, - anon_sym_LBRACK, - STATE(4370), 1, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5167), 1, + STATE(5036), 1, sym__declarator, - STATE(6665), 1, + STATE(6587), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3240), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3557), 2, + STATE(3539), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, + STATE(4218), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -309992,7 +309457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -310004,25 +309469,25 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [96682] = 5, + [96351] = 5, ACTIONS(3), 1, sym_comment, - STATE(1780), 1, + STATE(1777), 1, sym_string_literal, - ACTIONS(5381), 5, + ACTIONS(5393), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(5379), 6, + ACTIONS(5391), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5377), 35, + ACTIONS(5389), 35, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -310058,59 +309523,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [96741] = 24, + [96410] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4370), 1, + ACTIONS(5403), 1, + anon_sym_STAR, + ACTIONS(5405), 1, + anon_sym_AMP_AMP, + ACTIONS(5407), 1, + anon_sym_AMP, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(4913), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5370), 1, + STATE(4899), 1, sym__declarator, - STATE(6985), 1, + STATE(6534), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3546), 2, + STATE(3502), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4262), 2, + STATE(4218), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -310119,7 +309584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -310131,36 +309596,36 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [96838] = 5, + [96507] = 3, ACTIONS(3), 1, sym_comment, - STATE(1777), 1, - sym_string_literal, - ACTIONS(5381), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(5379), 6, + ACTIONS(4435), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4433), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(5377), 35, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -310168,42 +309633,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - [96897] = 5, + anon_sym_GT2, + anon_sym_requires, + [96562] = 5, ACTIONS(3), 1, sym_comment, STATE(1775), 1, sym_string_literal, - ACTIONS(5381), 5, + ACTIONS(5393), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(5379), 6, + ACTIONS(5391), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5377), 35, + ACTIONS(5389), 35, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -310239,206 +309702,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [96956] = 24, + [96621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, - sym_identifier, - ACTIONS(5395), 1, - anon_sym_STAR, - ACTIONS(5397), 1, - anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(4443), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(5401), 1, - anon_sym_COLON_COLON, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4910), 1, - sym__scope_resolution, - STATE(5332), 1, - sym__declarator, - STATE(6649), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3520), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4262), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [97053] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, + anon_sym_DOT, + ACTIONS(4441), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, - sym_identifier, - ACTIONS(5395), 1, anon_sym_STAR, - ACTIONS(5397), 1, - anon_sym_AMP_AMP, - ACTIONS(5399), 1, - anon_sym_AMP, - ACTIONS(5401), 1, - anon_sym_COLON_COLON, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4910), 1, - sym__scope_resolution, - STATE(5337), 1, - sym__declarator, - STATE(6649), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3255), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3494), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [97150] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4913), 1, - sym__scope_resolution, - STATE(5348), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3252), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3484), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -310446,22 +309739,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [97247] = 3, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [96676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4287), 12, + ACTIONS(4470), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310474,7 +309770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4285), 35, + ACTIONS(4468), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -310510,10 +309806,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [97302] = 3, + [96731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5415), 19, + ACTIONS(4116), 19, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -310533,7 +309829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_requires, sym_this, sym_nullptr, - ACTIONS(5417), 28, + ACTIONS(4114), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -310562,12 +309858,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [97357] = 4, + [96786] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4101), 19, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + ACTIONS(4099), 27, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [96843] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, + ACTIONS(4103), 1, anon_sym_COLON_COLON, - ACTIONS(4118), 19, + ACTIONS(4101), 19, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -310587,7 +309936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_requires, sym_this, sym_nullptr, - ACTIONS(4116), 27, + ACTIONS(4099), 27, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -310615,10 +309964,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [97414] = 3, + [96900] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4474), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(4472), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + anon_sym_requires, + [96955] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5383), 1, + anon_sym_STAR, + ACTIONS(5385), 1, + anon_sym_AMP_AMP, + ACTIONS(5387), 1, + anon_sym_AMP, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4827), 1, + sym__scope_resolution, + STATE(5329), 1, + sym__declarator, + STATE(6643), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3163), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3464), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [97052] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4448), 12, + ACTIONS(4486), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310631,7 +310105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(4446), 35, + ACTIONS(4484), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -310667,10 +310141,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_GT2, anon_sym_requires, - [97469] = 3, + [97107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4106), 19, + ACTIONS(5417), 19, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -310690,7 +310164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_requires, sym_this, sym_nullptr, - ACTIONS(4104), 28, + ACTIONS(5419), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -310719,10 +310193,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [97524] = 3, + [97162] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3928), 18, + ACTIONS(3940), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310741,7 +310215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, - ACTIONS(3926), 28, + ACTIONS(3938), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -310770,10 +310244,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [97578] = 3, + [97216] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3916), 18, + ACTIONS(3920), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310792,7 +310266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, - ACTIONS(3914), 28, + ACTIONS(3918), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -310821,16 +310295,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [97632] = 6, + [97270] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5419), 1, + ACTIONS(5421), 1, anon_sym_LT, - STATE(2258), 1, + STATE(2265), 1, sym_template_argument_list, - ACTIONS(3729), 9, + ACTIONS(3725), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310840,7 +310314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(3734), 34, + ACTIONS(3730), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310875,10 +310349,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - [97692] = 3, + [97330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3940), 18, + ACTIONS(3933), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310897,7 +310371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, - ACTIONS(3938), 28, + ACTIONS(3931), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -310926,10 +310400,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [97746] = 3, + [97384] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3944), 18, + ACTIONS(3929), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310948,7 +310422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, - ACTIONS(3942), 28, + ACTIONS(3927), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -310977,16 +310451,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [97800] = 6, + [97438] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5422), 1, + ACTIONS(5424), 1, anon_sym_LT, - STATE(2258), 1, + STATE(2265), 1, sym_template_argument_list, - ACTIONS(4076), 9, + ACTIONS(4063), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310996,7 +310470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(3765), 34, + ACTIONS(3768), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311031,16 +310505,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - [97860] = 6, + [97498] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5424), 1, + ACTIONS(5426), 1, anon_sym_LT, - STATE(3302), 1, + STATE(3301), 1, sym_template_argument_list, - ACTIONS(3734), 13, + ACTIONS(3768), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311054,7 +310528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(3729), 29, + ACTIONS(4063), 29, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -311084,30 +310558,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [97919] = 6, + [97557] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5424), 1, - anon_sym_LT, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(3765), 13, + STATE(3266), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5428), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3960), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4076), 29, + ACTIONS(3958), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -311126,42 +310601,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, + sym_primitive_type, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, - [97978] = 5, + [97614] = 6, ACTIONS(3), 1, sym_comment, - STATE(3271), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5426), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3948), 13, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5426), 1, + anon_sym_LT, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(3730), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(3946), 27, + ACTIONS(3725), 29, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -311180,88 +310652,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_primitive_type, + anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, - [98035] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5429), 1, - anon_sym_COLON, - STATE(2664), 1, - sym__enum_base_clause, - STATE(2814), 1, - sym_enumerator_list, - ACTIONS(4179), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4177), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [98093] = 11, + [97673] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 1, anon_sym_LBRACE, - ACTIONS(5083), 1, - sym_auto, ACTIONS(5085), 1, + sym_auto, + ACTIONS(5087), 1, anon_sym_decltype, ACTIONS(5431), 1, anon_sym_LPAREN2, ACTIONS(5433), 1, anon_sym_LBRACK, - STATE(2853), 1, + STATE(2812), 1, sym_decltype_auto, - STATE(3390), 1, + STATE(3381), 1, sym_new_declarator, - STATE(3523), 2, + STATE(3524), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4064), 9, + ACTIONS(4077), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -311271,7 +310693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4062), 26, + ACTIONS(4075), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311298,145 +310720,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [98161] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - ACTIONS(5439), 1, - sym_auto, - ACTIONS(5441), 1, - anon_sym_decltype, - STATE(3519), 1, - sym_decltype_auto, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5435), 6, - anon_sym_AMP, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - anon_sym_template, - anon_sym_operator, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3314), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(5437), 10, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_EQ, - anon_sym_GT2, - [98233] = 13, + [97741] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - ACTIONS(5439), 1, - sym_auto, - ACTIONS(5441), 1, - anon_sym_decltype, - STATE(3519), 1, - sym_decltype_auto, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5443), 6, - anon_sym_AMP, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - anon_sym_template, - anon_sym_operator, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3318), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(5445), 10, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - anon_sym_EQ, - anon_sym_GT2, - [98305] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(5083), 1, - sym_auto, - ACTIONS(5085), 1, - anon_sym_decltype, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - ACTIONS(5433), 1, - anon_sym_LBRACK, - STATE(2853), 1, - sym_decltype_auto, - STATE(3423), 1, - sym_new_declarator, - STATE(3545), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4068), 9, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(4158), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -311445,11 +310736,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4066), 26, + ACTIONS(4156), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -311461,7 +310754,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -311473,73 +310769,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [98373] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(5083), 1, sym_auto, - ACTIONS(5085), 1, anon_sym_decltype, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - ACTIONS(5433), 1, - anon_sym_LBRACK, - STATE(2853), 1, - sym_decltype_auto, - STATE(3404), 1, - sym_new_declarator, - STATE(3492), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4074), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4072), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [98441] = 6, + [97797] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5429), 1, - anon_sym_COLON, - STATE(2645), 1, - sym__enum_base_clause, - STATE(2766), 1, - sym_enumerator_list, - ACTIONS(4198), 9, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5085), 1, + sym_auto, + ACTIONS(5087), 1, + anon_sym_decltype, + ACTIONS(5431), 1, + anon_sym_LPAREN2, + ACTIONS(5433), 1, + anon_sym_LBRACK, + STATE(2812), 1, + sym_decltype_auto, + STATE(3368), 1, + sym_new_declarator, + STATE(3478), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4073), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -311549,11 +310801,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4196), 32, + ACTIONS(4071), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -311565,10 +310816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -311580,18 +310828,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [98499] = 6, + [97865] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5422), 1, - anon_sym_LT, - STATE(2258), 1, - sym_template_argument_list, - ACTIONS(3748), 9, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5085), 1, + sym_auto, + ACTIONS(5087), 1, + anon_sym_decltype, + ACTIONS(5431), 1, + anon_sym_LPAREN2, + ACTIONS(5433), 1, + anon_sym_LBRACK, + STATE(2812), 1, + sym_decltype_auto, + STATE(3374), 1, + sym_new_declarator, + STATE(3517), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4048), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -311599,13 +310856,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LT, anon_sym_DOT, - ACTIONS(3753), 32, + ACTIONS(4044), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -311617,10 +310873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -311632,16 +310885,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [98557] = 5, + [97933] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - STATE(3302), 1, + ACTIONS(5424), 1, + anon_sym_LT, + STATE(2265), 1, sym_template_argument_list, - ACTIONS(4220), 10, + ACTIONS(3744), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -311649,10 +310902,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_COLON, anon_sym_DOT, - ACTIONS(4218), 32, + ACTIONS(3752), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311685,27 +310937,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - [98613] = 11, + [97991] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(5091), 1, anon_sym_LBRACE, - ACTIONS(5083), 1, - sym_auto, - ACTIONS(5085), 1, - anon_sym_decltype, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - ACTIONS(5433), 1, - anon_sym_LBRACK, - STATE(2853), 1, - sym_decltype_auto, - STATE(3400), 1, - sym_new_declarator, - STATE(3547), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4052), 9, + ACTIONS(5435), 1, + anon_sym_COLON, + STATE(2671), 1, + sym__enum_base_clause, + STATE(2863), 1, + sym_enumerator_list, + ACTIONS(4184), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -311715,10 +310958,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4048), 26, + ACTIONS(4182), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -311731,6 +310975,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -311742,83 +310988,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [98681] = 3, + sym_auto, + anon_sym_decltype, + [98051] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(3789), 29, - anon_sym_AMP, - anon_sym_extern, + ACTIONS(4083), 1, anon_sym___attribute__, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - sym_identifier, + ACTIONS(4093), 1, + anon_sym_virtual, + ACTIONS(5441), 1, sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [98732] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3818), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(3816), 29, - anon_sym_AMP, + STATE(3469), 1, + sym_decltype_auto, + ACTIONS(4081), 5, anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + ACTIONS(5437), 6, + anon_sym_AMP, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + anon_sym_template, + anon_sym_operator, + ACTIONS(4091), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -311827,46 +311029,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [98783] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3826), 14, + STATE(3316), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(5439), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(3824), 29, - anon_sym_AMP, - anon_sym_extern, + [98123] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4083), 1, anon_sym___attribute__, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, + ACTIONS(4093), 1, + anon_sym_virtual, + ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, + anon_sym_decltype, + STATE(3469), 1, + sym_decltype_auto, + ACTIONS(4081), 5, + anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + ACTIONS(5445), 6, + anon_sym_AMP, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + anon_sym_template, + anon_sym_operator, + ACTIONS(4091), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -311875,34 +311088,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [98834] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - STATE(3434), 1, - sym_field_declaration_list, - STATE(5786), 1, - sym_virtual_specifier, - STATE(6330), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4032), 12, + STATE(3313), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(5447), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311910,304 +311105,192 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4034), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [98897] = 4, + [98195] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4116), 13, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5085), 1, + sym_auto, + ACTIONS(5087), 1, + anon_sym_decltype, + ACTIONS(5431), 1, + anon_sym_LPAREN2, + ACTIONS(5433), 1, + anon_sym_LBRACK, + STATE(2812), 1, + sym_decltype_auto, + STATE(3418), 1, + sym_new_declarator, + STATE(3534), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4069), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4067), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4118), 29, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [98950] = 9, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [98263] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(5091), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5435), 1, anon_sym_COLON, - STATE(3469), 1, - sym_field_declaration_list, - STATE(5789), 1, - sym_virtual_specifier, - STATE(6590), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4005), 12, + STATE(2688), 1, + sym__enum_base_clause, + STATE(2830), 1, + sym_enumerator_list, + ACTIONS(4172), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4170), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4007), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [99013] = 7, + [98323] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, - sym_identifier, - ACTIONS(5458), 1, - sym_primitive_type, - STATE(3271), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5456), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3955), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, + ACTIONS(1469), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(3957), 23, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + ACTIONS(5085), 1, sym_auto, + ACTIONS(5087), 1, anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [99072] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3830), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5433), 1, + anon_sym_LBRACK, + ACTIONS(5449), 1, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(3828), 29, + STATE(2812), 1, + sym_decltype_auto, + STATE(3542), 1, + sym_new_declarator, + STATE(3478), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4073), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [99123] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3800), 14, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4071), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(3798), 29, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_RBRACK, anon_sym_COLON, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [99174] = 9, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [98390] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - STATE(3439), 1, + STATE(3427), 1, sym_field_declaration_list, - STATE(5759), 1, + STATE(5416), 1, sym_virtual_specifier, - STATE(6328), 1, + STATE(5994), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(3995), 12, + ACTIONS(4005), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312220,7 +311303,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, - ACTIONS(3997), 24, + ACTIONS(4007), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -312245,36 +311328,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [99237] = 9, + [98453] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - STATE(3501), 1, - sym_field_declaration_list, - STATE(5709), 1, - sym_virtual_specifier, - STATE(6373), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4036), 12, + ACTIONS(3824), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4038), 24, + ACTIONS(3822), 29, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -312293,22 +311365,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, - [99300] = 6, + anon_sym_try, + anon_sym_requires, + [98504] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5460), 1, + ACTIONS(5457), 1, anon_sym_LT, - STATE(2826), 1, + STATE(2909), 1, sym_template_argument_list, - ACTIONS(4076), 11, + ACTIONS(4063), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -312320,7 +311397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_COLON, anon_sym_DOT, - ACTIONS(3765), 29, + ACTIONS(3768), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -312350,81 +311427,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [99357] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - STATE(3516), 1, - sym_field_declaration_list, - STATE(5623), 1, - sym_virtual_specifier, - STATE(6387), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4024), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4026), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [99420] = 11, + [98561] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 1, anon_sym_LBRACE, - ACTIONS(5083), 1, - sym_auto, ACTIONS(5085), 1, + sym_auto, + ACTIONS(5087), 1, anon_sym_decltype, ACTIONS(5433), 1, anon_sym_LBRACK, - ACTIONS(5462), 1, + ACTIONS(5449), 1, anon_sym_LPAREN2, - STATE(2853), 1, + STATE(2812), 1, sym_decltype_auto, - STATE(3513), 1, + STATE(3481), 1, sym_new_declarator, - STATE(3545), 2, + STATE(3517), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4068), 9, + ACTIONS(4048), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -312434,7 +311457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4066), 25, + ACTIONS(4044), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -312460,92 +311483,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [99487] = 11, + [98628] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(5083), 1, - sym_auto, - ACTIONS(5085), 1, - anon_sym_decltype, - ACTIONS(5433), 1, - anon_sym_LBRACK, - ACTIONS(5462), 1, - anon_sym_LPAREN2, - STATE(2853), 1, - sym_decltype_auto, - STATE(3535), 1, - sym_new_declarator, - STATE(3523), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4064), 9, + ACTIONS(5459), 18, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4062), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + sym_primitive_type, + anon_sym_not, + anon_sym_compl, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + sym_nullptr, + ACTIONS(5461), 25, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [99554] = 9, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [98679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - STATE(3446), 1, - sym_field_declaration_list, - STATE(5724), 1, - sym_virtual_specifier, - STATE(6304), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4044), 12, + ACTIONS(4114), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4046), 24, + ACTIONS(4116), 29, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -312564,37 +311568,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, - [99617] = 6, + anon_sym_try, + anon_sym_requires, + [98730] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5464), 1, - anon_sym_LT, - STATE(2826), 1, - sym_template_argument_list, - ACTIONS(3729), 11, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5085), 1, + sym_auto, + ACTIONS(5087), 1, + anon_sym_decltype, + ACTIONS(5433), 1, + anon_sym_LBRACK, + ACTIONS(5449), 1, + anon_sym_LPAREN2, + STATE(2812), 1, + sym_decltype_auto, + STATE(3504), 1, + sym_new_declarator, + STATE(3524), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4077), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_GT_GT, - anon_sym_COLON, + anon_sym_LT, anon_sym_DOT, - ACTIONS(3734), 29, + ACTIONS(4075), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -312602,9 +311619,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_GT, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -312616,28 +311635,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [99674] = 9, + [98797] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - STATE(3452), 1, + STATE(3473), 1, sym_field_declaration_list, - STATE(5541), 1, + STATE(5419), 1, sym_virtual_specifier, - STATE(6245), 1, + STATE(6101), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4009), 12, + ACTIONS(4001), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312650,7 +311664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4011), 24, + ACTIONS(4003), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -312675,214 +311689,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [99737] = 6, + [98860] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5463), 1, anon_sym_LT, - STATE(3302), 1, + STATE(2909), 1, sym_template_argument_list, - ACTIONS(3765), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(4076), 29, + ACTIONS(3725), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [99794] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_GT_GT, anon_sym_COLON, - STATE(3475), 1, - sym_field_declaration_list, - STATE(5758), 1, - sym_virtual_specifier, - STATE(6576), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4013), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4015), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [99857] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3807), 14, + anon_sym_DOT, + ACTIONS(3730), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(3802), 29, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - sym_identifier, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [99908] = 6, + anon_sym_GT2, + [98917] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - STATE(3302), 1, + STATE(3301), 1, sym_template_argument_list, - ACTIONS(3734), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(3729), 29, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [99965] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4104), 14, + ACTIONS(3768), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312892,12 +311759,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4106), 29, + ACTIONS(4063), 29, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -312927,10 +311791,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [100016] = 3, + [98974] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3822), 14, + ACTIONS(4099), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312945,7 +311809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(3820), 29, + ACTIONS(4101), 29, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -312975,58 +311839,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [100067] = 3, + [99025] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5469), 18, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_not, - anon_sym_compl, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - sym_nullptr, - ACTIONS(5471), 25, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, + ACTIONS(4103), 1, anon_sym_COLON_COLON, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [100118] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4116), 14, + ACTIONS(4099), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313036,12 +311854,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4118), 29, + ACTIONS(4101), 29, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -313071,26 +311888,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [100169] = 4, + [99078] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4116), 13, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + STATE(3451), 1, + sym_field_declaration_list, + STATE(5520), 1, + sym_virtual_specifier, + STATE(6109), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4020), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4118), 29, + ACTIONS(4022), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -313109,34 +311936,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [100222] = 9, + [99141] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - STATE(3432), 1, + STATE(3463), 1, sym_field_declaration_list, - STATE(5754), 1, + STATE(5533), 1, sym_virtual_specifier, - STATE(6566), 1, + STATE(6134), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4028), 12, + ACTIONS(4040), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313149,7 +311971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4030), 24, + ACTIONS(4042), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -313174,10 +311996,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [100285] = 3, + [99204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3834), 14, + ACTIONS(3798), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313192,7 +312014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(3832), 29, + ACTIONS(3796), 29, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -313222,82 +312044,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [100336] = 11, + [99255] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5083), 1, - sym_auto, - ACTIONS(5085), 1, - anon_sym_decltype, - ACTIONS(5433), 1, - anon_sym_LBRACK, - ACTIONS(5462), 1, - anon_sym_LPAREN2, - STATE(2853), 1, - sym_decltype_auto, - STATE(3522), 1, - sym_new_declarator, - STATE(3492), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4074), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4072), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_RBRACK, + ACTIONS(5453), 1, anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [100403] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4110), 13, + STATE(3476), 1, + sym_field_declaration_list, + STATE(5559), 1, + sym_virtual_specifier, + STATE(6171), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4032), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4112), 29, + ACTIONS(4034), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -313316,38 +312092,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [100456] = 11, + [99318] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 1, anon_sym_LBRACE, - ACTIONS(5083), 1, - sym_auto, ACTIONS(5085), 1, + sym_auto, + ACTIONS(5087), 1, anon_sym_decltype, ACTIONS(5433), 1, anon_sym_LBRACK, - ACTIONS(5462), 1, + ACTIONS(5449), 1, anon_sym_LPAREN2, - STATE(2853), 1, + STATE(2812), 1, sym_decltype_auto, - STATE(3549), 1, + STATE(3470), 1, sym_new_declarator, - STATE(3547), 2, + STATE(3534), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4052), 9, + ACTIONS(4069), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -313357,7 +312128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4048), 25, + ACTIONS(4067), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -313383,32 +312154,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [100523] = 10, + [99385] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4091), 1, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + STATE(3546), 1, + sym_field_declaration_list, + STATE(5656), 1, + sym_virtual_specifier, + STATE(6401), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4036), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - ACTIONS(4085), 5, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4038), 24, + anon_sym_AMP, anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - ACTIONS(5473), 7, - anon_sym_AMP, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - ACTIONS(4095), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -313417,142 +312202,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(3319), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(5475), 10, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [99448] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3820), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - [100587] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2993), 1, - anon_sym_LBRACE, - ACTIONS(5353), 1, - sym_auto, - ACTIONS(5355), 1, - anon_sym_decltype, - ACTIONS(5477), 1, - anon_sym_LPAREN2, - ACTIONS(5479), 1, - anon_sym_LBRACK, - STATE(3221), 1, - sym_decltype_auto, - STATE(3593), 1, - sym_new_declarator, - STATE(3968), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4074), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(3818), 29, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4072), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [100653] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1487), 1, - anon_sym_enum, - ACTIONS(1489), 1, - anon_sym_class, - ACTIONS(1491), 1, - anon_sym_struct, - ACTIONS(1493), 1, - anon_sym_union, - ACTIONS(1495), 1, - sym_auto, - ACTIONS(1497), 1, - anon_sym_decltype, - ACTIONS(1499), 1, - anon_sym_typename, - ACTIONS(5481), 1, - sym_identifier, - ACTIONS(5483), 1, - anon_sym_RPAREN, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(5487), 1, - sym_primitive_type, - STATE(1941), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, - sym_qualified_type_identifier, - STATE(2879), 1, - sym_decltype_auto, - STATE(4247), 1, - sym__type_specifier, - STATE(5259), 1, - sym__scope_resolution, - STATE(5912), 1, - sym_type_descriptor, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(2671), 2, - sym_decltype, - sym_template_type, - STATE(3425), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(1483), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2877), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -313561,29 +312245,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [100747] = 6, + anon_sym_COLON, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [99499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5424), 1, - anon_sym_LT, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(3753), 12, + ACTIONS(3787), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(3748), 27, + ACTIONS(3785), 29, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -313606,37 +312297,42 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_virtual, anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, - [100803] = 10, + [99550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4091), 1, + ACTIONS(3794), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - ACTIONS(4085), 5, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(3792), 29, + anon_sym_AMP, anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - ACTIONS(5489), 7, - anon_sym_AMP, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - ACTIONS(4095), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -313645,52 +312341,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(3319), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(5491), 10, + anon_sym_COLON, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [99601] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3802), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - [100867] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5500), 1, + ACTIONS(3800), 29, + anon_sym_AMP, + anon_sym_extern, anon_sym___attribute__, - ACTIONS(5503), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5506), 1, anon_sym___declspec, - ACTIONS(5512), 1, - anon_sym_virtual, - ACTIONS(5497), 5, - anon_sym_extern, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - ACTIONS(5493), 7, - anon_sym_AMP, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - ACTIONS(5509), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -313699,252 +312389,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(3319), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(5495), 10, + anon_sym_COLON, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [99652] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3809), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, - anon_sym_EQ, - anon_sym_GT2, - [100931] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2993), 1, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(5353), 1, - sym_auto, - ACTIONS(5355), 1, - anon_sym_decltype, - ACTIONS(5477), 1, - anon_sym_LPAREN2, - ACTIONS(5479), 1, - anon_sym_LBRACK, - STATE(3221), 1, - sym_decltype_auto, - STATE(3577), 1, - sym_new_declarator, - STATE(3831), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4052), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4048), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_EQ, anon_sym_GT2, - [100997] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2993), 1, - anon_sym_LBRACE, - ACTIONS(5353), 1, - sym_auto, - ACTIONS(5355), 1, - anon_sym_decltype, - ACTIONS(5477), 1, - anon_sym_LPAREN2, - ACTIONS(5479), 1, - anon_sym_LBRACK, - STATE(3221), 1, - sym_decltype_auto, - STATE(3587), 1, - sym_new_declarator, - STATE(3924), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4068), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(3804), 29, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4066), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [101063] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2993), 1, - anon_sym_LBRACE, - ACTIONS(5353), 1, - sym_auto, - ACTIONS(5355), 1, - anon_sym_decltype, - ACTIONS(5477), 1, - anon_sym_LPAREN2, - ACTIONS(5479), 1, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - STATE(3221), 1, - sym_decltype_auto, - STATE(3582), 1, - sym_new_declarator, - STATE(3865), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4064), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4062), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [101129] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1487), 1, - anon_sym_enum, - ACTIONS(1489), 1, - anon_sym_class, - ACTIONS(1491), 1, - anon_sym_struct, - ACTIONS(1493), 1, - anon_sym_union, - ACTIONS(1495), 1, - sym_auto, - ACTIONS(1497), 1, - anon_sym_decltype, - ACTIONS(1499), 1, - anon_sym_typename, - ACTIONS(5481), 1, - sym_identifier, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(5487), 1, - sym_primitive_type, - ACTIONS(5515), 1, - anon_sym_RPAREN, - STATE(1941), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, - sym_qualified_type_identifier, - STATE(2879), 1, - sym_decltype_auto, - STATE(4247), 1, - sym__type_specifier, - STATE(5259), 1, - sym__scope_resolution, - STATE(5883), 1, - sym_type_descriptor, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(2671), 2, - sym_decltype, - sym_template_type, - STATE(3425), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(1483), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2877), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -313953,86 +312437,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [101223] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, + anon_sym_COLON, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_virtual, anon_sym_template, - ACTIONS(1501), 1, anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(3282), 1, - anon_sym_LPAREN2, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4297), 1, - anon_sym_STAR, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_LBRACK, - ACTIONS(5517), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5521), 1, - anon_sym_AMP_AMP, - ACTIONS(5523), 1, - anon_sym_AMP, - ACTIONS(5525), 1, - anon_sym_EQ, - STATE(4333), 1, - sym_parameter_list, - STATE(4900), 1, - sym__scope_resolution, - STATE(5298), 1, - sym__declarator, - STATE(5510), 1, - sym__abstract_declarator, - STATE(6000), 1, - sym_variadic_reference_declarator, - STATE(6001), 1, - sym_variadic_declarator, - STATE(7219), 1, - sym_ms_based_modifier, - ACTIONS(5519), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [101319] = 6, + anon_sym_try, + anon_sym_requires, + [99703] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(4218), 12, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + STATE(3520), 1, + sym_field_declaration_list, + STATE(5488), 1, + sym_virtual_specifier, + STATE(6313), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3985), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314041,11 +312473,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4220), 27, + ACTIONS(3987), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -314064,144 +312496,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [101375] = 26, + [99766] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(3282), 1, - anon_sym_LPAREN2, - ACTIONS(4293), 1, + ACTIONS(5468), 1, sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_LBRACK, - ACTIONS(4649), 1, - anon_sym_STAR, - ACTIONS(5517), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5527), 1, - anon_sym_AMP_AMP, - ACTIONS(5529), 1, - anon_sym_AMP, - ACTIONS(5531), 1, - anon_sym_EQ, - STATE(4318), 1, - sym_parameter_list, - STATE(4900), 1, - sym__scope_resolution, - STATE(5257), 1, - sym__declarator, - STATE(5500), 1, - sym__abstract_declarator, - STATE(6000), 1, - sym_variadic_reference_declarator, - STATE(6001), 1, - sym_variadic_declarator, - STATE(7219), 1, - sym_ms_based_modifier, - ACTIONS(5519), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [101471] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1679), 1, + ACTIONS(5473), 1, sym_primitive_type, - ACTIONS(1681), 1, - anon_sym_enum, - ACTIONS(1683), 1, - anon_sym_class, - ACTIONS(1685), 1, - anon_sym_struct, - ACTIONS(1687), 1, - anon_sym_union, - ACTIONS(1689), 1, - sym_auto, - ACTIONS(1691), 1, - anon_sym_decltype, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5535), 1, - anon_sym_typename, - STATE(4034), 1, - sym_decltype_auto, - STATE(4047), 1, - sym_qualified_type_identifier, - STATE(4061), 1, - sym__type_specifier, - STATE(4179), 1, + STATE(3266), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5097), 1, - sym_type_descriptor, - STATE(5294), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3416), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(5533), 4, + ACTIONS(5471), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4032), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, + ACTIONS(3950), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(3952), 23, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -314210,109 +312549,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [101562] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [99825] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4142), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4144), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, + ACTIONS(5451), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(5453), 1, anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_requires, - [101611] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4165), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4167), 32, + STATE(3537), 1, + sym_field_declaration_list, + STATE(5612), 1, + sym_virtual_specifier, + STATE(6429), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4016), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_requires, - [101660] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5379), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5377), 35, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4018), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -314331,82 +312602,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, anon_sym_template, anon_sym_operator, - [101709] = 24, + [99888] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1487), 1, - anon_sym_enum, - ACTIONS(1489), 1, - anon_sym_class, - ACTIONS(1491), 1, - anon_sym_struct, - ACTIONS(1493), 1, - anon_sym_union, - ACTIONS(1495), 1, - sym_auto, - ACTIONS(1497), 1, - anon_sym_decltype, - ACTIONS(1499), 1, - anon_sym_typename, - ACTIONS(5481), 1, - sym_identifier, - ACTIONS(5485), 1, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + STATE(3452), 1, + sym_field_declaration_list, + STATE(5408), 1, + sym_virtual_specifier, + STATE(6127), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4009), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, - ACTIONS(5487), 1, - sym_primitive_type, - STATE(1941), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, - sym_qualified_type_identifier, - STATE(2879), 1, - sym_decltype_auto, - STATE(4247), 1, - sym__type_specifier, - STATE(5259), 1, - sym__scope_resolution, - STATE(6716), 1, - sym_type_descriptor, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(2671), 2, - sym_decltype, - sym_template_type, - STATE(3425), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(1483), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2877), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4011), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -314415,39 +312656,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [101800] = 6, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [99951] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5544), 2, + ACTIONS(4103), 1, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(5540), 4, + ACTIONS(4124), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(5542), 5, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4126), 29, anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, - anon_sym_explicit, - anon_sym_operator, - ACTIONS(5547), 11, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, + sym_identifier, sym_auto, - anon_sym_typename, - ACTIONS(5537), 19, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [100004] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3828), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(3826), 29, + anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -314460,161 +312748,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, sym_identifier, + sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_virtual, anon_sym_template, - [101855] = 3, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [100055] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2354), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, anon_sym_LT, - anon_sym_DOT, - ACTIONS(2352), 32, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(3730), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3725), 29, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, anon_sym_requires, - [101904] = 3, + [100112] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4150), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4152), 32, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4099), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4101), 29, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_requires, - [101953] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(5549), 1, - sym_identifier, - ACTIONS(5551), 1, - anon_sym_COLON_COLON, - ACTIONS(5555), 1, - sym_primitive_type, - ACTIONS(5557), 1, - anon_sym_enum, - ACTIONS(5559), 1, - anon_sym_class, - ACTIONS(5561), 1, - anon_sym_struct, - ACTIONS(5563), 1, - anon_sym_union, - ACTIONS(5565), 1, - sym_auto, - ACTIONS(5567), 1, - anon_sym_decltype, - ACTIONS(5569), 1, - anon_sym_typename, - STATE(4191), 1, - sym__type_specifier, - STATE(4288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4587), 1, - sym_qualified_type_identifier, - STATE(4595), 1, - sym_decltype_auto, - STATE(5116), 1, - sym_type_descriptor, - STATE(5249), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3403), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4528), 2, - sym_decltype, - sym_template_type, - ACTIONS(5553), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(4592), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -314623,17 +312848,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [102044] = 3, + anon_sym_COLON, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [100165] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3087), 6, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5426), 1, + anon_sym_LT, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(3752), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(3085), 35, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(3744), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -314652,45 +312900,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, + anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, anon_sym_template, anon_sym_operator, - [102093] = 4, + anon_sym_try, + anon_sym_requires, + [100221] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 2, - anon_sym_COLON_COLON, + ACTIONS(2995), 1, anon_sym_LBRACE, - ACTIONS(3809), 10, + ACTIONS(5361), 1, + sym_auto, + ACTIONS(5363), 1, + anon_sym_decltype, + ACTIONS(5475), 1, + anon_sym_LPAREN2, + ACTIONS(5477), 1, + anon_sym_LBRACK, + STATE(3193), 1, + sym_decltype_auto, + STATE(3564), 1, + sym_new_declarator, + STATE(3892), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4048), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_COLON, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(3814), 29, + ACTIONS(4044), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -314698,13 +312951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -314716,57 +312963,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [102144] = 24, + anon_sym_GT2, + [100287] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1679), 1, - sym_primitive_type, - ACTIONS(1689), 1, - sym_auto, - ACTIONS(1691), 1, - anon_sym_decltype, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(5571), 1, - anon_sym_COLON_COLON, - ACTIONS(5573), 1, + ACTIONS(1487), 1, anon_sym_enum, - ACTIONS(5575), 1, + ACTIONS(1489), 1, anon_sym_class, - ACTIONS(5577), 1, + ACTIONS(1491), 1, anon_sym_struct, - ACTIONS(5579), 1, + ACTIONS(1493), 1, anon_sym_union, - ACTIONS(5581), 1, + ACTIONS(1495), 1, + sym_auto, + ACTIONS(1497), 1, + anon_sym_decltype, + ACTIONS(1499), 1, anon_sym_typename, - STATE(4034), 1, - sym_decltype_auto, - STATE(4047), 1, - sym_qualified_type_identifier, - STATE(4179), 1, + ACTIONS(5479), 1, + sym_identifier, + ACTIONS(5481), 1, + anon_sym_RPAREN, + ACTIONS(5483), 1, + anon_sym_COLON_COLON, + ACTIONS(5485), 1, + sym_primitive_type, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4256), 1, + STATE(2708), 1, + sym_qualified_type_identifier, + STATE(2777), 1, + sym_decltype_auto, + STATE(4163), 1, sym__type_specifier, - STATE(5097), 1, - sym_type_descriptor, - STATE(5310), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(5784), 1, + sym_type_descriptor, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3401), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3424), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - ACTIONS(5533), 4, + STATE(3397), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4032), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -314783,17 +313033,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [102235] = 3, + [100381] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5585), 6, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5487), 7, + anon_sym_AMP, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3318), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(5489), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, + anon_sym_EQ, + anon_sym_GT2, + [100445] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(4156), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(5583), 35, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4158), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -314812,108 +313128,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, + anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, anon_sym_template, anon_sym_operator, - [102284] = 24, + anon_sym_try, + anon_sym_requires, + [100501] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1487), 1, - anon_sym_enum, - ACTIONS(1489), 1, - anon_sym_class, - ACTIONS(1491), 1, - anon_sym_struct, - ACTIONS(1493), 1, - anon_sym_union, - ACTIONS(1495), 1, + ACTIONS(2995), 1, + anon_sym_LBRACE, + ACTIONS(5361), 1, sym_auto, - ACTIONS(1497), 1, + ACTIONS(5363), 1, anon_sym_decltype, - ACTIONS(1499), 1, - anon_sym_typename, - ACTIONS(5481), 1, - sym_identifier, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(5487), 1, - sym_primitive_type, - STATE(1941), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, - sym_qualified_type_identifier, - STATE(2879), 1, + ACTIONS(5475), 1, + anon_sym_LPAREN2, + ACTIONS(5477), 1, + anon_sym_LBRACK, + STATE(3193), 1, sym_decltype_auto, - STATE(4247), 1, - sym__type_specifier, - STATE(5259), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(7052), 1, - sym_type_descriptor, - STATE(2671), 2, - sym_decltype, - sym_template_type, - STATE(3425), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(1483), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2877), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [102375] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4206), 9, + STATE(3560), 1, + sym_new_declarator, + STATE(3930), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4069), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4208), 32, + ACTIONS(4067), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -314921,15 +313179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -314941,11 +313191,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_requires, - [102424] = 24, + anon_sym_GT2, + [100567] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5491), 7, + anon_sym_AMP, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3318), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(5493), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_EQ, + anon_sym_GT2, + [100631] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1487), 1, anon_sym_enum, @@ -314961,30 +313265,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1499), 1, anon_sym_typename, - ACTIONS(5481), 1, + ACTIONS(5479), 1, sym_identifier, - ACTIONS(5485), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(5487), 1, + ACTIONS(5485), 1, sym_primitive_type, - STATE(1941), 1, + ACTIONS(5495), 1, + anon_sym_RPAREN, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(4247), 1, + STATE(4163), 1, sym__type_specifier, - STATE(5116), 1, - sym_type_descriptor, - STATE(5259), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(5736), 1, + sym_type_descriptor, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - STATE(3425), 2, + STATE(3397), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1483), 4, @@ -314992,7 +313298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -315009,24 +313315,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [102515] = 3, + [100725] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5504), 1, + anon_sym___attribute__, + ACTIONS(5507), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5510), 1, + anon_sym___declspec, + ACTIONS(5516), 1, + anon_sym_virtual, + ACTIONS(5501), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5497), 7, + anon_sym_AMP, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + ACTIONS(5513), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3318), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(5499), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_EQ, + anon_sym_GT2, + [100789] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(3188), 1, + anon_sym_LPAREN2, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4369), 1, + anon_sym_STAR, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(5519), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5523), 1, + anon_sym_AMP_AMP, + ACTIONS(5525), 1, + anon_sym_AMP, + ACTIONS(5527), 1, + anon_sym_EQ, + STATE(4274), 1, + sym_parameter_list, + STATE(4835), 1, + sym__scope_resolution, + STATE(5145), 1, + sym__declarator, + STATE(5396), 1, + sym__abstract_declarator, + STATE(5758), 1, + sym_variadic_reference_declarator, + STATE(5762), 1, + sym_variadic_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + ACTIONS(5521), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [100885] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4173), 9, + ACTIONS(2995), 1, + anon_sym_LBRACE, + ACTIONS(5361), 1, + sym_auto, + ACTIONS(5363), 1, + anon_sym_decltype, + ACTIONS(5475), 1, + anon_sym_LPAREN2, + ACTIONS(5477), 1, + anon_sym_LBRACK, + STATE(3193), 1, + sym_decltype_auto, + STATE(3582), 1, + sym_new_declarator, + STATE(3816), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4077), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4175), 32, + ACTIONS(4075), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -315034,15 +313481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -315054,92 +313493,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_requires, - [102564] = 24, + anon_sym_GT2, + [100951] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1487), 1, - anon_sym_enum, - ACTIONS(1489), 1, - anon_sym_class, - ACTIONS(1491), 1, - anon_sym_struct, - ACTIONS(1493), 1, - anon_sym_union, - ACTIONS(1495), 1, + ACTIONS(2995), 1, + anon_sym_LBRACE, + ACTIONS(5361), 1, sym_auto, - ACTIONS(1497), 1, + ACTIONS(5363), 1, anon_sym_decltype, - ACTIONS(1499), 1, - anon_sym_typename, - ACTIONS(5481), 1, - sym_identifier, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(5487), 1, - sym_primitive_type, - STATE(1941), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, - sym_qualified_type_identifier, - STATE(2879), 1, + ACTIONS(5475), 1, + anon_sym_LPAREN2, + ACTIONS(5477), 1, + anon_sym_LBRACK, + STATE(3193), 1, sym_decltype_auto, - STATE(4247), 1, - sym__type_specifier, - STATE(5259), 1, - sym__scope_resolution, - STATE(6204), 1, - sym_type_descriptor, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(2671), 2, - sym_decltype, - sym_template_type, - STATE(3425), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(1483), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2877), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [102655] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4183), 9, + STATE(3570), 1, + sym_new_declarator, + STATE(3884), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4073), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4185), 32, + ACTIONS(4071), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -315147,15 +313536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -315167,104 +313548,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_requires, - [102704] = 3, + anon_sym_GT2, + [101017] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(3091), 6, - anon_sym_LPAREN2, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, anon_sym_TILDE, + ACTIONS(3188), 1, + anon_sym_LPAREN2, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4565), 1, anon_sym_STAR, + ACTIONS(5519), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5529), 1, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(3089), 35, + ACTIONS(5531), 1, anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - [102753] = 24, + ACTIONS(5533), 1, + anon_sym_EQ, + STATE(4281), 1, + sym_parameter_list, + STATE(4835), 1, + sym__scope_resolution, + STATE(5240), 1, + sym__declarator, + STATE(5397), 1, + sym__abstract_declarator, + STATE(5758), 1, + sym_variadic_reference_declarator, + STATE(5762), 1, + sym_variadic_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + ACTIONS(5521), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [101113] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1489), 1, + ACTIONS(1677), 1, + sym_primitive_type, + ACTIONS(1681), 1, anon_sym_class, - ACTIONS(1491), 1, + ACTIONS(1683), 1, anon_sym_struct, - ACTIONS(1493), 1, + ACTIONS(1685), 1, anon_sym_union, - ACTIONS(1495), 1, + ACTIONS(1687), 1, sym_auto, - ACTIONS(1497), 1, + ACTIONS(1689), 1, anon_sym_decltype, - ACTIONS(5481), 1, + ACTIONS(3838), 1, sym_identifier, - ACTIONS(5485), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(5487), 1, - sym_primitive_type, - ACTIONS(5587), 1, + ACTIONS(5537), 1, anon_sym_enum, - ACTIONS(5589), 1, + ACTIONS(5539), 1, anon_sym_typename, - STATE(1941), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(4004), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(4016), 1, sym_decltype_auto, - STATE(4282), 1, + STATE(4046), 1, sym__type_specifier, - STATE(5116), 1, + STATE(4172), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4962), 1, sym_type_descriptor, - STATE(5259), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, - sym_decltype, - sym_template_type, - STATE(3387), 2, + STATE(3375), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1483), 4, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(5535), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(4019), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -315281,10 +313686,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [102844] = 3, + [101204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4132), 9, + ACTIONS(4197), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -315294,7 +313699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4134), 32, + ACTIONS(4199), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315327,58 +313732,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_requires, - [102893] = 5, + [101253] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, - anon_sym_LBRACK, - STATE(3421), 1, - sym_new_declarator, - ACTIONS(4680), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4678), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, + ACTIONS(3809), 2, + anon_sym_COLON_COLON, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [102946] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4169), 9, + ACTIONS(3811), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -315387,54 +313747,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4171), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_requires, - [102995] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2248), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, anon_sym_DOT, - ACTIONS(2246), 32, + ACTIONS(3816), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315450,11 +313765,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -315466,125 +313779,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_requires, - [103044] = 24, + [101304] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2882), 1, + ACTIONS(1677), 1, sym_primitive_type, - ACTIONS(3842), 1, + ACTIONS(1687), 1, + sym_auto, + ACTIONS(1689), 1, + anon_sym_decltype, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(3852), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(5591), 1, + ACTIONS(5543), 1, anon_sym_enum, - ACTIONS(5593), 1, + ACTIONS(5545), 1, anon_sym_class, - ACTIONS(5595), 1, + ACTIONS(5547), 1, anon_sym_struct, - ACTIONS(5597), 1, + ACTIONS(5549), 1, anon_sym_union, - ACTIONS(5599), 1, + ACTIONS(5551), 1, anon_sym_typename, - STATE(3437), 1, + STATE(4004), 1, + sym_qualified_type_identifier, + STATE(4016), 1, sym_decltype_auto, - STATE(3465), 1, + STATE(4172), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4108), 1, + STATE(4234), 1, sym__type_specifier, - STATE(5097), 1, + STATE(4962), 1, sym_type_descriptor, - STATE(5304), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3398), 2, + STATE(3396), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(2880), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [103135] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1487), 1, - anon_sym_enum, - ACTIONS(1489), 1, - anon_sym_class, - ACTIONS(1491), 1, - anon_sym_struct, - ACTIONS(1493), 1, - anon_sym_union, - ACTIONS(1495), 1, - sym_auto, - ACTIONS(1497), 1, - anon_sym_decltype, - ACTIONS(1499), 1, - anon_sym_typename, - ACTIONS(5481), 1, - sym_identifier, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(5487), 1, - sym_primitive_type, - STATE(1941), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, - sym_qualified_type_identifier, - STATE(2879), 1, - sym_decltype_auto, - STATE(4247), 1, - sym__type_specifier, - STATE(5259), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(6989), 1, - sym_type_descriptor, - STATE(2671), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - STATE(3425), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(1483), 4, + ACTIONS(5535), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(4019), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -315597,63 +313842,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [103226] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5601), 1, - anon_sym_COLON, - STATE(3204), 1, - sym_enumerator_list, - STATE(3537), 1, - sym__enum_base_clause, - ACTIONS(4179), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4177), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [103281] = 24, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [101395] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1487), 1, anon_sym_enum, @@ -315669,30 +313865,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1499), 1, anon_sym_typename, - ACTIONS(5481), 1, + ACTIONS(5479), 1, sym_identifier, - ACTIONS(5485), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(5487), 1, + ACTIONS(5485), 1, sym_primitive_type, - STATE(1941), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(4247), 1, + STATE(4163), 1, sym__type_specifier, - STATE(5097), 1, - sym_type_descriptor, - STATE(5259), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6605), 1, + sym_type_descriptor, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - STATE(3425), 2, + STATE(3397), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1483), 4, @@ -315700,7 +313896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -315717,10 +313913,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [103372] = 3, + [101486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 9, + ACTIONS(4186), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -315730,7 +313926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4212), 32, + ACTIONS(4188), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315763,56 +313959,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_requires, - [103421] = 3, + [101535] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4212), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_requires, - [103470] = 3, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1487), 1, + anon_sym_enum, + ACTIONS(1489), 1, + anon_sym_class, + ACTIONS(1491), 1, + anon_sym_struct, + ACTIONS(1493), 1, + anon_sym_union, + ACTIONS(1495), 1, + sym_auto, + ACTIONS(1497), 1, + anon_sym_decltype, + ACTIONS(1499), 1, + anon_sym_typename, + ACTIONS(5479), 1, + sym_identifier, + ACTIONS(5483), 1, + anon_sym_COLON_COLON, + ACTIONS(5485), 1, + sym_primitive_type, + STATE(1926), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2708), 1, + sym_qualified_type_identifier, + STATE(2777), 1, + sym_decltype_auto, + STATE(4163), 1, + sym__type_specifier, + STATE(5202), 1, + sym__scope_resolution, + STATE(6885), 1, + sym_type_descriptor, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(2634), 2, + sym_decltype, + sym_template_type, + STATE(3397), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(1483), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2780), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [101626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 9, + ACTIONS(4216), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -315822,7 +314039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4212), 32, + ACTIONS(4218), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315855,10 +314072,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_requires, - [103519] = 24, + [101675] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1487), 1, anon_sym_enum, @@ -315874,30 +314091,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1499), 1, anon_sym_typename, - ACTIONS(5481), 1, + ACTIONS(5479), 1, sym_identifier, - ACTIONS(5485), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(5487), 1, + ACTIONS(5485), 1, sym_primitive_type, - STATE(1941), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(4247), 1, + STATE(4163), 1, sym__type_specifier, - STATE(5259), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6794), 1, + STATE(6803), 1, sym_type_descriptor, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - STATE(3425), 2, + STATE(3397), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1483), 4, @@ -315905,7 +314122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -315922,57 +314139,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [103610] = 24, + [101766] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1487), 1, + ACTIONS(2418), 1, anon_sym_enum, - ACTIONS(1489), 1, + ACTIONS(2420), 1, anon_sym_class, - ACTIONS(1491), 1, + ACTIONS(2422), 1, anon_sym_struct, - ACTIONS(1493), 1, + ACTIONS(2424), 1, anon_sym_union, - ACTIONS(1495), 1, + ACTIONS(2438), 1, sym_auto, - ACTIONS(1497), 1, + ACTIONS(2440), 1, anon_sym_decltype, - ACTIONS(1499), 1, + ACTIONS(2442), 1, anon_sym_typename, - ACTIONS(5481), 1, + ACTIONS(5553), 1, sym_identifier, - ACTIONS(5485), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(5487), 1, + ACTIONS(5557), 1, sym_primitive_type, - STATE(1941), 1, + STATE(2424), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(3206), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(3209), 1, sym_decltype_auto, - STATE(4247), 1, + STATE(4186), 1, sym__type_specifier, - STATE(5259), 1, - sym__scope_resolution, - STATE(6812), 1, + STATE(5098), 1, sym_type_descriptor, - STATE(6969), 1, + STATE(5199), 1, + sym__scope_resolution, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(3117), 2, sym_decltype, sym_template_type, - STATE(3425), 2, + STATE(3376), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1483), 4, + ACTIONS(2414), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(3208), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -315989,10 +314206,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [103701] = 24, + [101857] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1487), 1, anon_sym_enum, @@ -316008,30 +314225,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1499), 1, anon_sym_typename, - ACTIONS(5481), 1, + ACTIONS(5479), 1, sym_identifier, - ACTIONS(5485), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(5487), 1, + ACTIONS(5485), 1, sym_primitive_type, - STATE(1941), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(4247), 1, + STATE(4163), 1, sym__type_specifier, - STATE(5259), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6831), 1, + STATE(6550), 1, sym_type_descriptor, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - STATE(3425), 2, + STATE(3397), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1483), 4, @@ -316039,7 +314256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -316056,10 +314273,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [103792] = 24, + [101948] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1487), 1, anon_sym_enum, @@ -316075,30 +314292,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1499), 1, anon_sym_typename, - ACTIONS(5481), 1, + ACTIONS(5479), 1, sym_identifier, - ACTIONS(5485), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(5487), 1, + ACTIONS(5485), 1, sym_primitive_type, - STATE(1941), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(4247), 1, + STATE(4163), 1, sym__type_specifier, - STATE(5259), 1, - sym__scope_resolution, - STATE(6890), 1, + STATE(5098), 1, sym_type_descriptor, - STATE(6969), 1, + STATE(5202), 1, + sym__scope_resolution, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - STATE(3425), 2, + STATE(3397), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1483), 4, @@ -316106,7 +314323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -316123,10 +314340,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [103883] = 24, + [102039] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1487), 1, anon_sym_enum, @@ -316142,30 +314359,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1499), 1, anon_sym_typename, - ACTIONS(5481), 1, + ACTIONS(5479), 1, sym_identifier, - ACTIONS(5485), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(5487), 1, + ACTIONS(5485), 1, sym_primitive_type, - STATE(1941), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(4247), 1, + STATE(4163), 1, sym__type_specifier, - STATE(5259), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(6977), 1, + STATE(6356), 1, sym_type_descriptor, - STATE(2671), 2, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(2634), 2, sym_decltype, sym_template_type, - STATE(3425), 2, + STATE(3397), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1483), 4, @@ -316173,7 +314390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -316190,10 +314407,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [103974] = 3, + [102130] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 9, + ACTIONS(3083), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(3081), 35, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [102179] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4216), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316203,7 +314466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4224), 32, + ACTIONS(4218), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316236,30 +314499,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_requires, - [104023] = 6, + [102228] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_COLON, - STATE(3191), 1, - sym_enumerator_list, - STATE(3530), 1, - sym__enum_base_clause, - ACTIONS(4198), 11, + ACTIONS(5433), 1, + anon_sym_LBRACK, + STATE(3402), 1, + sym_new_declarator, + ACTIONS(4668), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4196), 27, + ACTIONS(4666), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -316268,9 +314528,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -316282,13 +314547,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, + [102281] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5566), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(5562), 4, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(5564), 5, + anon_sym_AMP, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_explicit, + anon_sym_operator, + ACTIONS(5569), 11, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, sym_auto, + anon_sym_typename, + ACTIONS(5559), 19, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, anon_sym_decltype, - anon_sym_GT2, - [104078] = 3, + anon_sym_virtual, + anon_sym_template, + [102336] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4146), 9, + ACTIONS(4201), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316298,7 +314609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4148), 32, + ACTIONS(4203), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316331,57 +314642,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_requires, - [104127] = 24, + [102385] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(3838), 1, sym_identifier, - ACTIONS(2878), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(2886), 1, + ACTIONS(5571), 1, + anon_sym_enum, + ACTIONS(5573), 1, anon_sym_class, - ACTIONS(2888), 1, + ACTIONS(5575), 1, anon_sym_struct, - ACTIONS(2890), 1, + ACTIONS(5577), 1, anon_sym_union, - ACTIONS(5603), 1, - anon_sym_enum, - ACTIONS(5605), 1, + ACTIONS(5579), 1, anon_sym_typename, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4215), 1, + STATE(3516), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3522), 1, + sym_decltype_auto, + STATE(3995), 1, sym__type_specifier, - STATE(5097), 1, + STATE(4962), 1, sym_type_descriptor, - STATE(5299), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3410), 2, + STATE(3416), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - ACTIONS(2880), 4, + ACTIONS(2884), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -316398,57 +314709,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [104218] = 24, + [102476] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(2884), 1, + ACTIONS(1487), 1, anon_sym_enum, - ACTIONS(2886), 1, + ACTIONS(1489), 1, anon_sym_class, - ACTIONS(2888), 1, + ACTIONS(1491), 1, anon_sym_struct, - ACTIONS(2890), 1, + ACTIONS(1493), 1, anon_sym_union, - ACTIONS(2892), 1, + ACTIONS(1495), 1, + sym_auto, + ACTIONS(1497), 1, + anon_sym_decltype, + ACTIONS(1499), 1, anon_sym_typename, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, + ACTIONS(5479), 1, + sym_identifier, + ACTIONS(5483), 1, + anon_sym_COLON_COLON, + ACTIONS(5485), 1, + sym_primitive_type, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(4248), 1, + STATE(2777), 1, + sym_decltype_auto, + STATE(4163), 1, sym__type_specifier, - STATE(5097), 1, - sym_type_descriptor, - STATE(5299), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6541), 1, + sym_type_descriptor, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - STATE(3426), 2, + STATE(3397), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2880), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -316465,27 +314776,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [104309] = 3, + [102567] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5609), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(5607), 35, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(2888), 1, + anon_sym_enum, + ACTIONS(2890), 1, + anon_sym_class, + ACTIONS(2892), 1, + anon_sym_struct, + ACTIONS(2894), 1, + anon_sym_union, + ACTIONS(2896), 1, + anon_sym_typename, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3516), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4094), 1, + sym__type_specifier, + STATE(4962), 1, + sym_type_descriptor, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3387), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(2884), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -316494,27 +314843,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - [104358] = 3, + [102658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4214), 9, + ACTIONS(4216), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4218), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_requires, + [102707] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4178), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316524,7 +314902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4216), 32, + ACTIONS(4180), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316557,57 +314935,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_requires, - [104407] = 24, + [102756] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2444), 1, + ACTIONS(1487), 1, anon_sym_enum, - ACTIONS(2446), 1, + ACTIONS(1489), 1, anon_sym_class, - ACTIONS(2448), 1, + ACTIONS(1491), 1, anon_sym_struct, - ACTIONS(2450), 1, + ACTIONS(1493), 1, anon_sym_union, - ACTIONS(2464), 1, + ACTIONS(1495), 1, sym_auto, - ACTIONS(2466), 1, + ACTIONS(1497), 1, anon_sym_decltype, - ACTIONS(2468), 1, + ACTIONS(1499), 1, anon_sym_typename, - ACTIONS(5611), 1, + ACTIONS(5479), 1, sym_identifier, - ACTIONS(5613), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(5615), 1, + ACTIONS(5485), 1, sym_primitive_type, - STATE(2411), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3232), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(3237), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(4233), 1, + STATE(4163), 1, sym__type_specifier, - STATE(5116), 1, - sym_type_descriptor, - STATE(5271), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6718), 1, + sym_type_descriptor, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3144), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - STATE(3415), 2, + STATE(3397), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2440), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3236), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -316624,57 +315002,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [104498] = 24, + [102847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, + ACTIONS(2290), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(2288), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_requires, + [102896] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5583), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(5581), 35, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, - ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, anon_sym_template, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(5593), 1, + anon_sym_operator, + [102945] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1487), 1, + anon_sym_enum, + ACTIONS(1489), 1, anon_sym_class, - ACTIONS(5595), 1, + ACTIONS(1491), 1, anon_sym_struct, - ACTIONS(5597), 1, + ACTIONS(1493), 1, anon_sym_union, - ACTIONS(5617), 1, - anon_sym_enum, - ACTIONS(5619), 1, + ACTIONS(1495), 1, + sym_auto, + ACTIONS(1497), 1, + anon_sym_decltype, + ACTIONS(1499), 1, anon_sym_typename, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, + ACTIONS(5479), 1, + sym_identifier, + ACTIONS(5483), 1, + anon_sym_COLON_COLON, + ACTIONS(5485), 1, + sym_primitive_type, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(4122), 1, + STATE(2777), 1, + sym_decltype_auto, + STATE(4163), 1, sym__type_specifier, - STATE(5097), 1, + STATE(4962), 1, sym_type_descriptor, - STATE(5304), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3413), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3424), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - ACTIONS(2880), 4, + STATE(3397), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -316691,10 +315161,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [104589] = 3, + [103036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 9, + ACTIONS(4220), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316704,7 +315174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4140), 32, + ACTIONS(4222), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316737,10 +315207,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_requires, - [104638] = 24, + [103085] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1487), 1, anon_sym_enum, @@ -316756,30 +315226,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1499), 1, anon_sym_typename, - ACTIONS(5481), 1, + ACTIONS(5479), 1, sym_identifier, - ACTIONS(5485), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(5487), 1, + ACTIONS(5485), 1, sym_primitive_type, - STATE(1941), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(4247), 1, + STATE(4163), 1, sym__type_specifier, - STATE(5259), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(7084), 1, + STATE(6655), 1, sym_type_descriptor, - STATE(2671), 2, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(2634), 2, sym_decltype, sym_template_type, - STATE(3425), 2, + STATE(3397), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1483), 4, @@ -316787,7 +315257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -316804,55 +315274,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [104729] = 23, + [103176] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, + ACTIONS(5359), 1, + anon_sym_LBRACE, + ACTIONS(5585), 1, + anon_sym_COLON, + STATE(3148), 1, + sym__enum_base_clause, + STATE(3172), 1, + sym_enumerator_list, + ACTIONS(4184), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4182), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, - ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + anon_sym_GT2, + [103233] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(1487), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(1489), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(1491), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(1493), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(1495), 1, + sym_auto, + ACTIONS(1497), 1, + anon_sym_decltype, + ACTIONS(1499), 1, anon_sym_typename, - STATE(3288), 1, + ACTIONS(5479), 1, + sym_identifier, + ACTIONS(5483), 1, + anon_sym_COLON_COLON, + ACTIONS(5485), 1, + sym_primitive_type, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(4967), 1, + STATE(2777), 1, + sym_decltype_auto, + STATE(4163), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6549), 1, + sym_type_descriptor, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - STATE(4381), 2, + STATE(3397), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(59), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -316869,55 +315391,383 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [104817] = 23, + [103324] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, + ACTIONS(5359), 1, + anon_sym_LBRACE, + ACTIONS(5585), 1, + anon_sym_COLON, + STATE(3104), 1, + sym__enum_base_clause, + STATE(3160), 1, + sym_enumerator_list, + ACTIONS(4172), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4170), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_auto, - ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(2872), 1, + anon_sym_GT2, + [103381] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3087), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(3085), 35, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, sym_identifier, - ACTIONS(2878), 1, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [103430] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4130), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_requires, + [103479] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4193), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4195), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_requires, + [103528] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4212), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4214), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_requires, + [103577] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5391), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_COLON_COLON, - ACTIONS(2882), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5389), 35, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, sym_primitive_type, - ACTIONS(5621), 1, anon_sym_enum, - ACTIONS(5623), 1, anon_sym_class, - ACTIONS(5625), 1, anon_sym_struct, - ACTIONS(5627), 1, anon_sym_union, - ACTIONS(5629), 1, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [103626] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4140), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4142), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_requires, + [103675] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1487), 1, + anon_sym_enum, + ACTIONS(1489), 1, + anon_sym_class, + ACTIONS(1491), 1, + anon_sym_struct, + ACTIONS(1493), 1, + anon_sym_union, + ACTIONS(1495), 1, + sym_auto, + ACTIONS(1497), 1, + anon_sym_decltype, + ACTIONS(1499), 1, anon_sym_typename, - STATE(3288), 1, + ACTIONS(5479), 1, + sym_identifier, + ACTIONS(5483), 1, + anon_sym_COLON_COLON, + ACTIONS(5485), 1, + sym_primitive_type, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(4927), 1, + STATE(2777), 1, + sym_decltype_auto, + STATE(4163), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(7031), 1, + sym_type_descriptor, + STATE(2634), 2, sym_decltype, sym_template_type, - STATE(3430), 2, + STATE(3397), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(59), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -316934,101 +315784,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [104905] = 14, + [103766] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - ACTIONS(5439), 1, - sym_auto, - ACTIONS(5441), 1, - anon_sym_decltype, - ACTIONS(5631), 1, - anon_sym_SEMI, - STATE(3519), 1, - sym_decltype_auto, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5437), 5, + ACTIONS(5589), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, - ACTIONS(5435), 6, + anon_sym_LBRACK_LBRACK, + ACTIONS(5587), 35, anon_sym_AMP, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - anon_sym_template, - anon_sym_operator, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3314), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [104975] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4087), 1, + anon_sym_extern, anon_sym___attribute__, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - ACTIONS(5439), 1, - sym_auto, - ACTIONS(5441), 1, - anon_sym_decltype, - ACTIONS(5633), 1, - anon_sym_SEMI, - STATE(3519), 1, - sym_decltype_auto, - ACTIONS(4085), 5, - anon_sym_extern, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - ACTIONS(5437), 5, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - ACTIONS(5435), 6, - anon_sym_AMP, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - anon_sym_template, - anon_sym_operator, - ACTIONS(4095), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -317037,19 +315813,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(3314), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [105045] = 3, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [103815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4977), 9, + ACTIONS(4208), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317059,7 +315843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4975), 31, + ACTIONS(4210), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317091,10 +315875,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [105093] = 3, + anon_sym_requires, + [103864] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5027), 9, + ACTIONS(4152), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317104,7 +315889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(2528), 31, + ACTIONS(4154), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317136,111 +315921,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [105141] = 14, + anon_sym_requires, + [103913] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - ACTIONS(5439), 1, - sym_auto, - ACTIONS(5441), 1, - anon_sym_decltype, - ACTIONS(5635), 1, - anon_sym_SEMI, - STATE(3519), 1, - sym_decltype_auto, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5437), 5, + ACTIONS(4160), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4162), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - ACTIONS(5435), 6, - anon_sym_AMP, - anon_sym___based, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - sym_identifier, - anon_sym_template, - anon_sym_operator, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3314), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [105211] = 23, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_requires, + [103962] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(5591), 1, sym_identifier, - ACTIONS(2878), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(2882), 1, + ACTIONS(5597), 1, sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(5599), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(5601), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(5603), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(5605), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(5607), 1, + sym_auto, + ACTIONS(5609), 1, + anon_sym_decltype, + ACTIONS(5611), 1, anon_sym_typename, - STATE(3288), 1, + STATE(4142), 1, + sym__type_specifier, + STATE(4258), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, + STATE(4471), 1, sym_decltype_auto, - STATE(3551), 1, + STATE(4583), 1, sym_qualified_type_identifier, - STATE(4944), 1, - sym__type_specifier, - STATE(5299), 1, + STATE(5098), 1, + sym_type_descriptor, + STATE(5159), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3393), 2, + STATE(3398), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(3424), 2, + STATE(4438), 2, sym_decltype, sym_template_type, - ACTIONS(59), 4, + ACTIONS(5595), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(4584), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -317257,168 +316035,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [105299] = 5, + [104053] = 3, ACTIONS(3), 1, sym_comment, - STATE(3383), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5637), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3948), 9, + ACTIONS(2340), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(2338), 32, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(3946), 26, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_primitive_type, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_requires, - [105351] = 3, + [104102] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4240), 13, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5431), 1, + anon_sym_LPAREN2, + STATE(3518), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4664), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4662), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4242), 27, - anon_sym_AMP, - anon_sym_extern, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [104156] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4083), 1, anon_sym___attribute__, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, + ACTIONS(4093), 1, + anon_sym_virtual, + ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, + anon_sym_decltype, + ACTIONS(5613), 1, + anon_sym_SEMI, + STATE(3469), 1, + sym_decltype_auto, + ACTIONS(4081), 5, + anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [105399] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5424), 1, - anon_sym_LT, - ACTIONS(5642), 1, - anon_sym_EQ, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(5640), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(3765), 7, - anon_sym_DOT_DOT_DOT, + ACTIONS(5447), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(4076), 27, + anon_sym_COLON_COLON, + ACTIONS(5445), 6, anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, anon_sym_template, anon_sym_operator, - [105457] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5495), 1, - anon_sym_COLON_COLON, - ACTIONS(5647), 1, - anon_sym___attribute__, - ACTIONS(5650), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5653), 1, - anon_sym___declspec, - ACTIONS(5659), 1, - anon_sym_virtual, - ACTIONS(5644), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5656), 8, + ACTIONS(4091), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -317427,7 +316176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(3386), 8, + STATE(3313), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -317436,70 +316185,55 @@ static const uint16_t ts_small_parse_table[] = { sym_type_qualifier, sym_virtual_function_specifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(5493), 14, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - [105519] = 23, + [104226] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1489), 1, - anon_sym_class, - ACTIONS(1491), 1, - anon_sym_struct, - ACTIONS(1493), 1, - anon_sym_union, - ACTIONS(1495), 1, + ACTIONS(105), 1, sym_auto, - ACTIONS(1497), 1, + ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(5481), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(5485), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(5487), 1, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(5587), 1, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5589), 1, + ACTIONS(5617), 1, + anon_sym_class, + ACTIONS(5619), 1, + anon_sym_struct, + ACTIONS(5621), 1, + anon_sym_union, + ACTIONS(5623), 1, anon_sym_typename, - STATE(1941), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(3522), 1, sym_decltype_auto, - STATE(4299), 1, + STATE(4860), 1, sym__type_specifier, - STATE(5259), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - STATE(4381), 2, + STATE(4317), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1483), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -317516,114 +316250,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [105607] = 11, + [104314] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5669), 1, - anon_sym___attribute__, - ACTIONS(5672), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5675), 1, - anon_sym___declspec, - ACTIONS(5681), 1, - anon_sym_virtual, - ACTIONS(5684), 1, - anon_sym_explicit, - ACTIONS(5664), 5, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(4158), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4156), 27, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - ACTIONS(5666), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5662), 7, - anon_sym_AMP, - anon_sym___based, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, - sym_identifier, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - ACTIONS(5678), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3388), 10, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - sym_explicit_function_specifier, - sym__constructor_specifiers, - aux_sym_operator_cast_definition_repeat1, - [105671] = 24, + anon_sym_GT2, + [104366] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(3282), 1, + ACTIONS(3188), 1, anon_sym_LPAREN2, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(4305), 1, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(4649), 1, + ACTIONS(4565), 1, anon_sym_STAR, - ACTIONS(4651), 1, + ACTIONS(4567), 1, anon_sym_AMP_AMP, - ACTIONS(4653), 1, + ACTIONS(4569), 1, anon_sym_AMP, - ACTIONS(5517), 1, + ACTIONS(5519), 1, anon_sym_DOT_DOT_DOT, - STATE(4318), 1, + STATE(4281), 1, sym_parameter_list, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5204), 1, + STATE(4898), 1, sym__declarator, - STATE(5445), 1, + STATE(5321), 1, sym__abstract_declarator, - STATE(5840), 1, + STATE(5864), 1, sym_variadic_declarator, - STATE(7219), 1, + STATE(6534), 1, sym_ms_based_modifier, - ACTIONS(5687), 2, + ACTIONS(5625), 2, anon_sym_COMMA, - anon_sym_RPAREN, - STATE(6969), 3, + anon_sym_GT2, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5117), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -317635,17 +316363,73 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [105761] = 6, + [104456] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, + anon_sym_decltype, + ACTIONS(5627), 1, + anon_sym_SEMI, + STATE(3469), 1, + sym_decltype_auto, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5447), 5, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + ACTIONS(5445), 6, + anon_sym_AMP, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + anon_sym_template, + anon_sym_operator, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3313), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [104526] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 1, anon_sym_LBRACE, ACTIONS(5431), 1, anon_sym_LPAREN2, - STATE(3449), 2, + STATE(3485), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4623), 9, + ACTIONS(4589), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317655,7 +316439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4621), 27, + ACTIONS(4587), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317683,10 +316467,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [105815] = 3, + [104580] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1677), 1, + sym_primitive_type, + ACTIONS(1681), 1, + anon_sym_class, + ACTIONS(1683), 1, + anon_sym_struct, + ACTIONS(1685), 1, + anon_sym_union, + ACTIONS(1687), 1, + sym_auto, + ACTIONS(1689), 1, + anon_sym_decltype, + ACTIONS(3838), 1, + sym_identifier, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5537), 1, + anon_sym_enum, + ACTIONS(5539), 1, + anon_sym_typename, + STATE(4004), 1, + sym_qualified_type_identifier, + STATE(4016), 1, + sym_decltype_auto, + STATE(4055), 1, + sym__type_specifier, + STATE(4172), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(5201), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + STATE(4317), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5535), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(4019), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [104668] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(2418), 1, + anon_sym_enum, + ACTIONS(2420), 1, + anon_sym_class, + ACTIONS(2422), 1, + anon_sym_struct, + ACTIONS(2424), 1, + anon_sym_union, + ACTIONS(2438), 1, + sym_auto, + ACTIONS(2440), 1, + anon_sym_decltype, + ACTIONS(2442), 1, + anon_sym_typename, + ACTIONS(5553), 1, + sym_identifier, + ACTIONS(5555), 1, + anon_sym_COLON_COLON, + ACTIONS(5557), 1, + sym_primitive_type, + STATE(2424), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3206), 1, + sym_qualified_type_identifier, + STATE(3209), 1, + sym_decltype_auto, + STATE(4184), 1, + sym__type_specifier, + STATE(5199), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3117), 2, + sym_decltype, + sym_template_type, + STATE(4317), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2414), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3208), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [104756] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4772), 16, + ACTIONS(4968), 1, + sym_literal_suffix, + ACTIONS(3754), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317702,8 +316618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(4770), 24, + ACTIONS(3746), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317728,47 +316643,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [105863] = 23, + [104806] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4955), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4853), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3422), 2, + STATE(3382), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, ACTIONS(59), 4, @@ -317776,7 +316691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -317793,55 +316708,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [105951] = 23, + [104894] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4948), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4854), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - STATE(4381), 2, + STATE(3386), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, + STATE(3417), 2, + sym_decltype, + sym_template_type, ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -317858,121 +316773,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [106039] = 24, + [104982] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(3282), 1, + ACTIONS(5629), 1, + anon_sym_LBRACE, + STATE(3496), 1, + sym_enumerator_list, + ACTIONS(4251), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4297), 1, + anon_sym_TILDE, anon_sym_STAR, - ACTIONS(4299), 1, anon_sym_AMP_AMP, - ACTIONS(4301), 1, - anon_sym_AMP, - ACTIONS(4303), 1, + anon_sym_SEMI, anon_sym_COLON_COLON, - ACTIONS(4305), 1, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4253), 26, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - ACTIONS(5517), 1, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [105034] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5431), 1, + anon_sym_LPAREN2, + STATE(3544), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4605), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4603), 27, anon_sym_DOT_DOT_DOT, - STATE(4333), 1, - sym_parameter_list, - STATE(4900), 1, - sym__scope_resolution, - STATE(5204), 1, - sym__declarator, - STATE(5394), 1, - sym__abstract_declarator, - STATE(5840), 1, - sym_variadic_declarator, - STATE(7219), 1, - sym_ms_based_modifier, - ACTIONS(5687), 2, anon_sym_COMMA, - anon_sym_GT2, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [106129] = 23, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [105088] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4965), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4849), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3414), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, + STATE(4317), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -317989,63 +316933,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [106217] = 23, + [105176] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4974), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(2632), 31, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [105224] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(5621), 1, - anon_sym_enum, - ACTIONS(5623), 1, - anon_sym_class, - ACTIONS(5625), 1, - anon_sym_struct, - ACTIONS(5627), 1, - anon_sym_union, ACTIONS(5629), 1, - anon_sym_typename, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4963), 1, - sym__type_specifier, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3375), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, + anon_sym_LBRACE, + STATE(3501), 1, + sym_enumerator_list, + ACTIONS(4261), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4263), 26, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -318054,63 +317017,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [106305] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, + sym_identifier, sym_auto, - ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + anon_sym_virtual, anon_sym_template, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(5621), 1, - anon_sym_enum, - ACTIONS(5623), 1, - anon_sym_class, - ACTIONS(5625), 1, - anon_sym_struct, - ACTIONS(5627), 1, - anon_sym_union, - ACTIONS(5629), 1, - anon_sym_typename, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4934), 1, - sym__type_specifier, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - STATE(4381), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(59), 4, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [105276] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(3385), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5631), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, + ACTIONS(3960), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(3958), 26, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -318119,55 +317064,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [106393] = 23, + sym_primitive_type, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [105328] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(3842), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(3852), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(5591), 1, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5593), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(5595), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(5597), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5599), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4081), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4868), 1, sym__type_specifier, - STATE(5304), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - STATE(4381), 2, + STATE(4317), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2880), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -318184,55 +317137,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [106481] = 23, + [105416] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(2888), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(2890), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(2892), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(2894), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(2896), 1, anon_sym_typename, - STATE(3288), 1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3516), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, + STATE(3522), 1, sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4933), 1, + STATE(4089), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3397), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - ACTIONS(59), 4, + STATE(4317), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2884), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -318249,103 +317202,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [106569] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - STATE(3467), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4603), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4601), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [106623] = 23, + [105504] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1679), 1, - sym_primitive_type, - ACTIONS(1689), 1, + ACTIONS(105), 1, sym_auto, - ACTIONS(1691), 1, + ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(2872), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(5571), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(5573), 1, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5575), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(5577), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(5579), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5581), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(4034), 1, - sym_decltype_auto, - STATE(4047), 1, - sym_qualified_type_identifier, - STATE(4179), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4259), 1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4873), 1, sym__type_specifier, - STATE(5310), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - STATE(4381), 2, + STATE(3370), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5533), 4, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4032), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -318362,102 +317267,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [106711] = 5, + [105592] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(4220), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4218), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + ACTIONS(105), 1, sym_auto, + ACTIONS(107), 1, anon_sym_decltype, - anon_sym_GT2, - [106763] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(5549), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(5551), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(5555), 1, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(5557), 1, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5559), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(5561), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(5563), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5565), 1, - sym_auto, - ACTIONS(5567), 1, - anon_sym_decltype, - ACTIONS(5569), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(4134), 1, - sym__type_specifier, - STATE(4288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4587), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4595), 1, + STATE(3522), 1, sym_decltype_auto, - STATE(5249), 1, + STATE(4857), 1, + sym__type_specifier, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(4381), 2, + STATE(3391), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4528), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - ACTIONS(5553), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4592), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -318474,103 +317332,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [106851] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - STATE(3521), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4619), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4617), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [106905] = 23, + [105680] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4939), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4877), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - STATE(4381), 2, + STATE(3415), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, + STATE(3417), 2, + sym_decltype, + sym_template_type, ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -318587,55 +317397,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [106993] = 23, + [105768] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4937), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4867), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3405), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, + STATE(4317), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -318652,45 +317462,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [107081] = 14, + [105856] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 1, + ACTIONS(4083), 1, anon_sym___attribute__, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4097), 1, + ACTIONS(4093), 1, anon_sym_virtual, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(5689), 1, + ACTIONS(5634), 1, anon_sym_SEMI, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - ACTIONS(4085), 5, + ACTIONS(4081), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - ACTIONS(5437), 5, + ACTIONS(5447), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, - ACTIONS(5435), 6, + ACTIONS(5445), 6, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, anon_sym_template, anon_sym_operator, - ACTIONS(4095), 8, + ACTIONS(4091), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -318699,7 +317509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(3314), 8, + STATE(3313), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -318708,85 +317518,63 @@ static const uint16_t ts_small_parse_table[] = { sym_type_qualifier, sym_virtual_function_specifier, aux_sym__declaration_specifiers_repeat1, - [107151] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4876), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4874), 31, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [107199] = 6, + [105926] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(5439), 1, + ACTIONS(105), 1, sym_auto, - ACTIONS(5441), 1, + ACTIONS(107), 1, anon_sym_decltype, - STATE(3519), 1, - sym_decltype_auto, - ACTIONS(4247), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4249), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(5615), 1, + anon_sym_enum, + ACTIONS(5617), 1, + anon_sym_class, + ACTIONS(5619), 1, + anon_sym_struct, + ACTIONS(5621), 1, + anon_sym_union, + ACTIONS(5623), 1, + anon_sym_typename, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4844), 1, + sym__type_specifier, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3407), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -318795,61 +317583,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_identifier, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [107253] = 23, + [106014] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, - sym_primitive_type, + anon_sym_COLON_COLON, ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(5615), 1, + anon_sym_enum, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(2888), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(2890), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5603), 1, - anon_sym_enum, - ACTIONS(5605), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4207), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4884), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - STATE(4381), 2, + STATE(4317), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2880), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -318866,101 +317648,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [107341] = 14, + [106102] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 1, + ACTIONS(5643), 1, anon_sym___attribute__, - ACTIONS(4091), 1, + ACTIONS(5646), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(5649), 1, anon_sym___declspec, - ACTIONS(4097), 1, + ACTIONS(5655), 1, anon_sym_virtual, - ACTIONS(5439), 1, - sym_auto, - ACTIONS(5441), 1, - anon_sym_decltype, - ACTIONS(5691), 1, - anon_sym_SEMI, - STATE(3519), 1, - sym_decltype_auto, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5437), 5, + ACTIONS(5658), 1, + anon_sym_explicit, + ACTIONS(5638), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, - ACTIONS(5435), 6, - anon_sym_AMP, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - anon_sym_template, - anon_sym_operator, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3314), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [107411] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - ACTIONS(5439), 1, - sym_auto, - ACTIONS(5441), 1, - anon_sym_decltype, - ACTIONS(5693), 1, - anon_sym_SEMI, - STATE(3519), 1, - sym_decltype_auto, - ACTIONS(4085), 5, + ACTIONS(5640), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - ACTIONS(5437), 5, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - ACTIONS(5435), 6, + ACTIONS(5636), 7, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, sym_identifier, + anon_sym_decltype, anon_sym_template, anon_sym_operator, - ACTIONS(4095), 8, + ACTIONS(5652), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -318969,7 +317690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(3314), 8, + STATE(3395), 10, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -318977,121 +317698,58 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [107481] = 23, + sym_explicit_function_specifier, + sym__constructor_specifiers, + aux_sym_operator_cast_definition_repeat1, + [106166] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2882), 1, + ACTIONS(1677), 1, sym_primitive_type, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(5593), 1, - anon_sym_class, - ACTIONS(5595), 1, - anon_sym_struct, - ACTIONS(5597), 1, - anon_sym_union, - ACTIONS(5617), 1, - anon_sym_enum, - ACTIONS(5619), 1, - anon_sym_typename, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4124), 1, - sym__type_specifier, - STATE(5304), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - STATE(4381), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2880), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [107569] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, + ACTIONS(1687), 1, sym_auto, - ACTIONS(107), 1, + ACTIONS(1689), 1, anon_sym_decltype, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(5543), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(5545), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(5547), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(5549), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(5551), 1, anon_sym_typename, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(4004), 1, sym_qualified_type_identifier, - STATE(4921), 1, + STATE(4016), 1, + sym_decltype_auto, + STATE(4172), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4220), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - STATE(4381), 2, + STATE(4317), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(59), 4, + ACTIONS(5535), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(4019), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -319108,55 +317766,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [107657] = 23, + [106254] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2444), 1, + ACTIONS(1487), 1, anon_sym_enum, - ACTIONS(2446), 1, + ACTIONS(1489), 1, anon_sym_class, - ACTIONS(2448), 1, + ACTIONS(1491), 1, anon_sym_struct, - ACTIONS(2450), 1, + ACTIONS(1493), 1, anon_sym_union, - ACTIONS(2464), 1, + ACTIONS(1495), 1, sym_auto, - ACTIONS(2466), 1, + ACTIONS(1497), 1, anon_sym_decltype, - ACTIONS(2468), 1, + ACTIONS(1499), 1, anon_sym_typename, - ACTIONS(5611), 1, + ACTIONS(5479), 1, sym_identifier, - ACTIONS(5613), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(5615), 1, + ACTIONS(5485), 1, sym_primitive_type, - STATE(2411), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3232), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(3237), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(4209), 1, + STATE(4173), 1, sym__type_specifier, - STATE(5271), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3144), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - STATE(4381), 2, + STATE(4317), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2440), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3236), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -319173,55 +317831,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [107745] = 23, + [106342] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1679), 1, + ACTIONS(5591), 1, + sym_identifier, + ACTIONS(5593), 1, + anon_sym_COLON_COLON, + ACTIONS(5597), 1, sym_primitive_type, - ACTIONS(1681), 1, + ACTIONS(5599), 1, anon_sym_enum, - ACTIONS(1683), 1, + ACTIONS(5601), 1, anon_sym_class, - ACTIONS(1685), 1, + ACTIONS(5603), 1, anon_sym_struct, - ACTIONS(1687), 1, + ACTIONS(5605), 1, anon_sym_union, - ACTIONS(1689), 1, + ACTIONS(5607), 1, sym_auto, - ACTIONS(1691), 1, + ACTIONS(5609), 1, anon_sym_decltype, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5535), 1, + ACTIONS(5611), 1, anon_sym_typename, - STATE(4034), 1, - sym_decltype_auto, - STATE(4047), 1, - sym_qualified_type_identifier, - STATE(4069), 1, + STATE(4112), 1, sym__type_specifier, - STATE(4179), 1, + STATE(4258), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5294), 1, + STATE(4471), 1, + sym_decltype_auto, + STATE(4583), 1, + sym_qualified_type_identifier, + STATE(5159), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - STATE(4381), 2, + STATE(4317), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5533), 4, + STATE(4438), 2, + sym_decltype, + sym_template_type, + ACTIONS(5595), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4032), 7, + STATE(4584), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -319238,63 +317896,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [107833] = 23, + [106430] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, + ACTIONS(5441), 1, sym_auto, - ACTIONS(107), 1, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(5621), 1, - anon_sym_enum, - ACTIONS(5623), 1, - anon_sym_class, - ACTIONS(5625), 1, - anon_sym_struct, - ACTIONS(5627), 1, - anon_sym_union, - ACTIONS(5629), 1, - anon_sym_typename, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4919), 1, - sym__type_specifier, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3419), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, + ACTIONS(4235), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4237), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -319303,10 +317938,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [107921] = 3, + sym_identifier, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [106484] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5009), 9, + ACTIONS(4880), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -319316,7 +317957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(5007), 31, + ACTIONS(4878), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319348,63 +317989,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [107969] = 23, + [106532] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(5621), 1, - anon_sym_enum, - ACTIONS(5623), 1, - anon_sym_class, - ACTIONS(5625), 1, - anon_sym_struct, - ACTIONS(5627), 1, - anon_sym_union, - ACTIONS(5629), 1, - anon_sym_typename, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4936), 1, - sym__type_specifier, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - STATE(4381), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(57), 8, + ACTIONS(5426), 1, + anon_sym_LT, + ACTIONS(5663), 1, + anon_sym_EQ, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(5661), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(3768), 7, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(4063), 27, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -319413,12 +318030,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [108057] = 4, + anon_sym_COLON, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [106590] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4965), 1, - sym_literal_suffix, - ACTIONS(3755), 15, + ACTIONS(4804), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -319427,14 +318051,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - ACTIONS(3760), 24, + ACTIONS(4802), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319450,19 +318068,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [108107] = 3, + [106638] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4239), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4241), 27, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [106686] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4800), 9, + ACTIONS(4950), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -319472,7 +318142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4798), 31, + ACTIONS(4948), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319504,47 +318174,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [108155] = 23, + [106734] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4874), 1, + sym__type_specifier, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + STATE(4317), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [106822] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, + anon_sym_decltype, + ACTIONS(5665), 1, + anon_sym_SEMI, + STATE(3469), 1, sym_decltype_auto, - STATE(3551), 1, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5447), 5, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + ACTIONS(5445), 6, + anon_sym_AMP, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + anon_sym_template, + anon_sym_operator, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3313), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [106892] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(5615), 1, + anon_sym_enum, + ACTIONS(5617), 1, + anon_sym_class, + ACTIONS(5619), 1, + anon_sym_struct, + ACTIONS(5621), 1, + anon_sym_union, + ACTIONS(5623), 1, + anon_sym_typename, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4958), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4845), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - STATE(4381), 2, + STATE(4317), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -319552,7 +318343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -319569,17 +318360,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [108243] = 6, + [106980] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(5431), 1, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, + anon_sym_decltype, + ACTIONS(5667), 1, + anon_sym_SEMI, + STATE(3469), 1, + sym_decltype_auto, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5447), 5, anon_sym_LPAREN2, - STATE(3550), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4639), 9, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + ACTIONS(5445), 6, + anon_sym_AMP, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + anon_sym_template, + anon_sym_operator, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3313), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [107050] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5035), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -319589,10 +318429,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4637), 27, + ACTIONS(5033), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -319604,8 +318445,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -319617,101 +318461,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [108297] = 4, + [107098] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4261), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4263), 27, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - sym_identifier, + ACTIONS(105), 1, sym_auto, + ACTIONS(107), 1, anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [108347] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1487), 1, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(1489), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(1491), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(1493), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(1495), 1, - sym_auto, - ACTIONS(1497), 1, - anon_sym_decltype, - ACTIONS(1499), 1, + ACTIONS(5623), 1, anon_sym_typename, - ACTIONS(5481), 1, - sym_identifier, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(5487), 1, - sym_primitive_type, - STATE(1941), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(3522), 1, sym_decltype_auto, - STATE(4251), 1, + STATE(4863), 1, sym__type_specifier, - STATE(5259), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, - sym_decltype, - sym_template_type, - STATE(4381), 2, + STATE(3405), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1483), 4, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -319728,55 +318526,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [108435] = 23, + [107186] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(2884), 1, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(2886), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(2888), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(2890), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(2892), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4206), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4866), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - STATE(4381), 2, + STATE(3421), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2880), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -319793,55 +318591,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [108523] = 23, + [107274] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4974), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4887), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - STATE(4381), 2, + STATE(3394), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, + STATE(3417), 2, + sym_decltype, + sym_template_type, ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -319858,95 +318656,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [108611] = 6, + [107362] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5460), 1, - anon_sym_LT, - STATE(2826), 1, - sym_template_argument_list, - ACTIONS(3748), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(3188), 1, + anon_sym_LPAREN2, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4369), 1, + anon_sym_STAR, + ACTIONS(4371), 1, + anon_sym_AMP_AMP, + ACTIONS(4373), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(3753), 27, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(5519), 1, anon_sym_DOT_DOT_DOT, + STATE(4274), 1, + sym_parameter_list, + STATE(4835), 1, + sym__scope_resolution, + STATE(4898), 1, + sym__declarator, + STATE(5275), 1, + sym__abstract_declarator, + STATE(5864), 1, + sym_variadic_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + ACTIONS(5625), 2, anon_sym_COMMA, + anon_sym_RPAREN, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [107452] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4083), 1, + anon_sym___attribute__, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4093), 1, + anon_sym_virtual, + ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, + anon_sym_decltype, + ACTIONS(5669), 1, + anon_sym_SEMI, + STATE(3469), 1, + sym_decltype_auto, + ACTIONS(4081), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5447), 5, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + ACTIONS(5445), 6, + anon_sym_AMP, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [108665] = 23, + sym_identifier, + anon_sym_template, + anon_sym_operator, + ACTIONS(4091), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3313), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [107522] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(3288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4972), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(4888), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - STATE(3427), 2, + STATE(4317), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -319954,7 +318826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -319971,55 +318843,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [108753] = 23, + [107610] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(3838), 1, sym_identifier, - ACTIONS(2878), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(5571), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(5573), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(5575), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(5577), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(5579), 1, anon_sym_typename, - STATE(3288), 1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3516), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3437), 1, + STATE(3522), 1, sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(4928), 1, + STATE(4022), 1, sym__type_specifier, - STATE(5299), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - STATE(4381), 2, + STATE(4317), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(59), 4, + ACTIONS(2884), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -320036,66 +318908,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [108841] = 14, + [107698] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 1, - anon_sym___attribute__, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4097), 1, - anon_sym_virtual, - ACTIONS(5439), 1, - sym_auto, - ACTIONS(5441), 1, - anon_sym_decltype, - ACTIONS(5695), 1, - anon_sym_SEMI, - STATE(3519), 1, - sym_decltype_auto, - ACTIONS(4085), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5437), 5, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(4103), 1, anon_sym_COLON_COLON, - ACTIONS(5435), 6, - anon_sym_AMP, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - anon_sym_template, - anon_sym_operator, - ACTIONS(4095), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3314), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [108911] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4589), 13, + ACTIONS(4257), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320104,12 +318922,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4591), 26, + ACTIONS(4259), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -320128,6 +318945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, @@ -320136,34 +318954,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [108958] = 3, + [107748] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4613), 13, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5431), 1, + anon_sym_LPAREN2, + STATE(3523), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4459), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4457), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [107802] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5499), 1, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4615), 26, - anon_sym_AMP, - anon_sym_extern, + ACTIONS(5674), 1, anon_sym___attribute__, + ACTIONS(5677), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5680), 1, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, + ACTIONS(5686), 1, + anon_sym_virtual, + ACTIONS(5671), 5, + anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + ACTIONS(5683), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -320172,42 +319030,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + STATE(3419), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(5497), 14, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_virtual, + anon_sym_typename, anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [109005] = 3, + [107864] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4496), 13, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5457), 1, + anon_sym_LT, + STATE(2909), 1, + sym_template_argument_list, + ACTIONS(3744), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(3752), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4498), 26, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [107918] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(5615), 1, + anon_sym_enum, + ACTIONS(5617), 1, + anon_sym_class, + ACTIONS(5619), 1, + anon_sym_struct, + ACTIONS(5621), 1, + anon_sym_union, + ACTIONS(5623), 1, + anon_sym_typename, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(4879), 1, + sym__type_specifier, + STATE(5218), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + STATE(4317), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(57), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -320216,18 +319167,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [109052] = 3, + [108006] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3755), 9, + ACTIONS(4742), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -320236,8 +319179,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(3760), 30, + sym_literal_suffix, + ACTIONS(4740), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320259,137 +319209,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [109099] = 9, + [108054] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - STATE(4035), 1, - sym_field_declaration_list, - STATE(5572), 1, - sym_virtual_specifier, - STATE(6215), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4036), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - ACTIONS(4038), 25, - anon_sym_AMP, - anon_sym_extern, + ACTIONS(4083), 1, anon_sym___attribute__, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, + ACTIONS(4093), 1, + anon_sym_virtual, + ACTIONS(5441), 1, sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [109158] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4273), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(5689), 1, anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4275), 26, - anon_sym_AMP, + STATE(3469), 1, + sym_decltype_auto, + ACTIONS(4081), 5, anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [109205] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4371), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5447), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4373), 26, + ACTIONS(5445), 6, anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, + sym_identifier, + anon_sym_template, + anon_sym_operator, + ACTIONS(4091), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -320398,18 +319259,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [109252] = 3, + STATE(3313), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [108124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4422), 13, + ACTIONS(4591), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320423,7 +319285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4424), 26, + ACTIONS(4593), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -320450,10 +319312,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [109299] = 3, + [108171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4307), 13, + ACTIONS(4257), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320467,7 +319329,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4309), 26, + ACTIONS(4259), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -320494,10 +319356,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [109346] = 3, + [108218] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4265), 13, + ACTIONS(4484), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320511,7 +319373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4267), 26, + ACTIONS(4486), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -320538,10 +319400,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [109393] = 3, + [108265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4442), 13, + ACTIONS(4488), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320555,7 +319417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4444), 26, + ACTIONS(4490), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -320582,168 +319444,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [109440] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4993), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4991), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [109499] = 3, + [108312] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4989), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4987), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(3991), 1, anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [109546] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4880), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4878), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [109605] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4557), 13, - anon_sym_DOT_DOT_DOT, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(4015), 1, + sym_field_declaration_list, + STATE(5467), 1, + sym_virtual_specifier, + STATE(6028), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4020), 7, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4559), 26, + ACTIONS(4022), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -320753,254 +319478,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_register, anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [109652] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5365), 1, - anon_sym_STAR, - ACTIONS(5367), 1, - anon_sym_AMP_AMP, - ACTIONS(5369), 1, - anon_sym_AMP, - STATE(4913), 1, - sym__scope_resolution, - STATE(5432), 1, - sym__declarator, - STATE(6734), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [109733] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5357), 1, - anon_sym_STAR, - ACTIONS(5359), 1, - anon_sym_AMP_AMP, - ACTIONS(5361), 1, - anon_sym_AMP, - ACTIONS(5363), 1, - anon_sym_LBRACK, - STATE(4900), 1, - sym__scope_resolution, - STATE(5167), 1, - sym__declarator, - STATE(6665), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [109814] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4860), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4858), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [109861] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5365), 1, - anon_sym_STAR, - ACTIONS(5367), 1, - anon_sym_AMP_AMP, - ACTIONS(5369), 1, - anon_sym_AMP, - STATE(4913), 1, - sym__scope_resolution, - STATE(5430), 1, - sym__declarator, - STATE(6734), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [109942] = 3, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [108371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4359), 13, + ACTIONS(4496), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321014,7 +319511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4361), 26, + ACTIONS(4498), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321041,10 +319538,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [109989] = 3, + [108418] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5695), 1, + anon_sym___attribute__, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5699), 1, + anon_sym___declspec, + ACTIONS(5703), 1, + sym_auto, + ACTIONS(5705), 1, + anon_sym_decltype, + ACTIONS(5707), 1, + anon_sym_virtual, + STATE(3993), 1, + sym_decltype_auto, + ACTIONS(5445), 4, + anon_sym_AMP, + anon_sym___based, + sym_identifier, + anon_sym_operator, + ACTIONS(5693), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5447), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(5701), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3672), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [108485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 13, + ACTIONS(4500), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321058,7 +319609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4587), 26, + ACTIONS(4502), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321085,47 +319636,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [110036] = 20, + [108532] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(4557), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(1665), 1, anon_sym_TILDE, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5365), 1, anon_sym_STAR, - ACTIONS(5367), 1, anon_sym_AMP_AMP, - ACTIONS(5369), 1, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4559), 26, anon_sym_AMP, - STATE(4913), 1, - sym__scope_resolution, - STATE(5435), 1, - sym__declarator, - STATE(6734), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -321134,22 +319672,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [110117] = 3, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [108579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4387), 13, + ACTIONS(4511), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321163,7 +319697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4389), 26, + ACTIONS(4513), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321190,10 +319724,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [110164] = 3, + [108626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4367), 13, + ACTIONS(4571), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321207,7 +319741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4369), 26, + ACTIONS(4573), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321234,23 +319768,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [110211] = 9, + [108673] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4025), 1, + STATE(3980), 1, sym_field_declaration_list, - STATE(5535), 1, + STATE(5420), 1, sym_virtual_specifier, - STATE(6212), 1, + STATE(6100), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4032), 7, + ACTIONS(3985), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -321258,7 +319792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, - ACTIONS(4034), 25, + ACTIONS(3987), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321284,54 +319818,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [110270] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4868), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4866), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [110317] = 3, + [108732] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4383), 13, + ACTIONS(4523), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321345,7 +319835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4385), 26, + ACTIONS(4525), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321372,10 +319862,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [110364] = 3, + [108779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3087), 12, + ACTIONS(4527), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321383,12 +319873,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(3085), 27, + ACTIONS(4529), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321407,23 +319898,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, sym_identifier, + sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_virtual, - anon_sym_explicit, anon_sym_template, anon_sym_operator, - [110411] = 5, + anon_sym_try, + anon_sym_requires, + [108826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5701), 1, - anon_sym_LBRACE, - STATE(3552), 1, - sym_enumerator_list, - ACTIONS(4251), 12, + ACTIONS(4531), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321434,9 +319920,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4253), 25, + ACTIONS(4533), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321461,32 +319948,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, + anon_sym_try, anon_sym_requires, - [110462] = 9, + [108873] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - STATE(4017), 1, - sym_field_declaration_list, - STATE(5676), 1, - sym_virtual_specifier, - STATE(6265), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4009), 7, + ACTIONS(4099), 12, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(4011), 25, + anon_sym_COLON, + anon_sym_GT2, + ACTIONS(4101), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321508,14 +319988,16 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_virtual, anon_sym_operator, anon_sym_try, anon_sym_requires, - [110521] = 3, + [108920] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4581), 13, + ACTIONS(4535), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321529,7 +320011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4583), 26, + ACTIONS(4537), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321556,10 +320038,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [110568] = 3, + [108967] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4450), 13, + ACTIONS(4539), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321573,7 +320055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4452), 26, + ACTIONS(4541), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321600,10 +320082,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [110615] = 3, + [109014] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4480), 13, + ACTIONS(4579), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321617,7 +320099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4482), 26, + ACTIONS(4581), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321644,36 +320126,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [110662] = 7, + [109061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5458), 1, - sym_primitive_type, - ACTIONS(5703), 1, - sym_identifier, - STATE(3271), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5456), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3955), 10, + ACTIONS(4551), 13, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(3957), 22, + ACTIONS(4553), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_register, @@ -321687,15 +320162,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, + anon_sym_template, + anon_sym_operator, anon_sym_try, anon_sym_requires, - [110717] = 3, + [109108] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4446), 13, + ACTIONS(4413), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321709,7 +320187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4448), 26, + ACTIONS(4415), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321736,54 +320214,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [110764] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4848), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4846), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [110811] = 3, + [109155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4484), 13, + ACTIONS(4611), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321797,7 +320231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4486), 26, + ACTIONS(4613), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321824,10 +320258,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [110858] = 3, + [109202] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 13, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5383), 1, + anon_sym_STAR, + ACTIONS(5385), 1, + anon_sym_AMP_AMP, + ACTIONS(5387), 1, + anon_sym_AMP, + STATE(4827), 1, + sym__scope_resolution, + STATE(5295), 1, + sym__declarator, + STATE(6643), 1, + sym_ms_based_modifier, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [109283] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5629), 1, + anon_sym_LBRACE, + ACTIONS(5709), 1, + anon_sym_COLON, + STATE(3384), 1, + sym__enum_base_clause, + STATE(3457), 1, + sym_enumerator_list, + ACTIONS(4170), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321835,13 +320338,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4470), 26, + ACTIONS(4172), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321866,26 +320367,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [110905] = 3, + [109338] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4285), 13, - anon_sym_DOT_DOT_DOT, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(3986), 1, + sym_field_declaration_list, + STATE(5477), 1, + sym_virtual_specifier, + STATE(6016), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4032), 7, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4287), 26, + ACTIONS(4034), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -321908,34 +320414,87 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, - [110952] = 3, + [109397] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4507), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, anon_sym_LPAREN2, + ACTIONS(1663), 1, anon_sym_TILDE, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5383), 1, anon_sym_STAR, + ACTIONS(5385), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(5387), 1, + anon_sym_AMP, + STATE(4827), 1, + sym__scope_resolution, + STATE(5283), 1, + sym__declarator, + STATE(6643), 1, + sym_ms_based_modifier, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [109478] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3918), 3, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4509), 26, - anon_sym_AMP, + ACTIONS(3920), 36, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -321948,18 +320507,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, + anon_sym_typename, anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [110999] = 3, + [109525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4523), 13, + ACTIONS(4615), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321973,7 +320539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4525), 26, + ACTIONS(4617), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322000,10 +320566,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [111046] = 3, + [109572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4261), 13, + ACTIONS(4583), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322017,7 +320583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4263), 26, + ACTIONS(4585), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322044,10 +320610,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [111093] = 3, + [109619] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4535), 13, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(5365), 1, + sym_identifier, + ACTIONS(5367), 1, + anon_sym_STAR, + ACTIONS(5369), 1, + anon_sym_AMP_AMP, + ACTIONS(5371), 1, + anon_sym_AMP, + ACTIONS(5373), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4821), 1, + sym__scope_resolution, + STATE(5112), 1, + sym__declarator, + STATE(6506), 1, + sym_ms_based_modifier, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [109700] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5695), 1, + anon_sym___attribute__, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5699), 1, + anon_sym___declspec, + ACTIONS(5703), 1, + sym_auto, + ACTIONS(5705), 1, + anon_sym_decltype, + ACTIONS(5707), 1, + anon_sym_virtual, + STATE(3993), 1, + sym_decltype_auto, + ACTIONS(5437), 4, + anon_sym_AMP, + anon_sym___based, + sym_identifier, + anon_sym_operator, + ACTIONS(5693), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5439), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(5701), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3788), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [109767] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4651), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322061,7 +320742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4537), 26, + ACTIONS(4653), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322088,10 +320769,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [111140] = 3, + [109814] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4553), 13, + ACTIONS(5629), 1, + anon_sym_LBRACE, + ACTIONS(5709), 1, + anon_sym_COLON, + STATE(3380), 1, + sym__enum_base_clause, + STATE(3477), 1, + sym_enumerator_list, + ACTIONS(4182), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322099,13 +320788,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4555), 26, + ACTIONS(4184), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322130,12 +320817,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [111187] = 3, + [109869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4577), 13, + ACTIONS(4595), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322149,7 +320834,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4579), 26, + ACTIONS(4597), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322176,10 +320861,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [111234] = 3, + [109916] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4561), 13, + ACTIONS(4461), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322193,7 +320878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4563), 26, + ACTIONS(4463), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322220,10 +320905,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [111281] = 3, + [109963] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4565), 13, + ACTIONS(4619), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322237,7 +320922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4567), 26, + ACTIONS(4621), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322264,24 +320949,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [111328] = 3, + [110010] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4569), 13, - anon_sym_DOT_DOT_DOT, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(4001), 1, + sym_field_declaration_list, + STATE(5472), 1, + sym_virtual_specifier, + STATE(6021), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4040), 7, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4571), 26, + ACTIONS(4042), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322304,14 +320996,13 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, - [111375] = 3, + [110069] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4655), 13, + ACTIONS(4599), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322325,7 +321016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4657), 26, + ACTIONS(4601), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322352,10 +321043,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [111422] = 3, + [110116] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 13, + ACTIONS(4623), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322369,7 +321060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4409), 26, + ACTIONS(4625), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322396,59 +321087,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [111469] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4915), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4913), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [111526] = 3, + [110163] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4593), 13, + ACTIONS(4627), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322462,7 +321104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4595), 26, + ACTIONS(4629), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322489,47 +321131,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [111573] = 20, + [110210] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(1667), 1, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5383), 1, anon_sym_STAR, - ACTIONS(1669), 1, + ACTIONS(5385), 1, + anon_sym_AMP_AMP, + ACTIONS(5387), 1, anon_sym_AMP, - ACTIONS(4083), 1, + STATE(4827), 1, + sym__scope_resolution, + STATE(5293), 1, + sym__declarator, + STATE(6643), 1, + sym_ms_based_modifier, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [110291] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4913), 1, + ACTIONS(5403), 1, + anon_sym_STAR, + ACTIONS(5405), 1, + anon_sym_AMP_AMP, + ACTIONS(5407), 1, + anon_sym_AMP, + STATE(4835), 1, sym__scope_resolution, - STATE(5370), 1, + STATE(4899), 1, sym__declarator, - STATE(6985), 1, + STATE(6534), 1, sym_ms_based_modifier, - STATE(4364), 2, + STATE(4320), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -322538,7 +321241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -322550,10 +321253,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [111654] = 3, + [110372] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4597), 13, + ACTIONS(4631), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322567,7 +321270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4599), 26, + ACTIONS(4633), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322594,106 +321297,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [111701] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5005), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [111760] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5705), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5707), 1, - anon_sym_AMP_AMP, - ACTIONS(4938), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4936), 28, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [111811] = 3, + [110419] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4645), 13, + ACTIONS(4547), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322707,7 +321314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4647), 26, + ACTIONS(4549), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322734,23 +321341,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [111858] = 3, + [110466] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3914), 3, + ACTIONS(4433), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(3916), 36, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4435), 26, + anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -322763,86 +321377,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_typename, - anon_sym_template, - [111905] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, anon_sym_template, - ACTIONS(1501), 1, anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, - anon_sym_STAR, - ACTIONS(5373), 1, - anon_sym_AMP_AMP, - ACTIONS(5375), 1, - anon_sym_AMP, - STATE(4900), 1, - sym__scope_resolution, - STATE(5111), 1, - sym__declarator, - STATE(6739), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [111986] = 3, + anon_sym_try, + anon_sym_requires, + [110513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4573), 13, + ACTIONS(4492), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322856,7 +321402,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4575), 26, + ACTIONS(4494), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -322883,10 +321429,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [112033] = 3, + [110560] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5015), 9, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5449), 1, + anon_sym_LPAREN2, + STATE(3523), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4459), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -322896,11 +321449,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(5013), 30, + ACTIONS(4457), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -322911,8 +321462,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -322927,194 +321476,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [112080] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - STATE(4013), 1, - sym_field_declaration_list, - STATE(5528), 1, - sym_virtual_specifier, - STATE(6159), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4005), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - ACTIONS(4007), 25, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [112139] = 20, + [110613] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, + ACTIONS(5365), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(5367), 1, anon_sym_STAR, - ACTIONS(5397), 1, + ACTIONS(5369), 1, anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(5371), 1, anon_sym_AMP, - ACTIONS(5401), 1, + ACTIONS(5373), 1, anon_sym_COLON_COLON, - STATE(4910), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4821), 1, sym__scope_resolution, - STATE(5332), 1, + STATE(5132), 1, sym__declarator, - STATE(6649), 1, + STATE(6506), 1, sym_ms_based_modifier, - STATE(4364), 2, + STATE(4320), 2, sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [112220] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - STATE(3998), 1, - sym_field_declaration_list, - STATE(5659), 1, - sym_virtual_specifier, - STATE(6257), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3995), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - ACTIONS(3997), 25, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [112279] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4116), 12, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT2, - ACTIONS(4118), 27, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, + aux_sym_type_definition_repeat1, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -323123,19 +321525,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [112326] = 3, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [110694] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4289), 13, + ACTIONS(4453), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323149,7 +321554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4291), 26, + ACTIONS(4455), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323176,60 +321581,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [112373] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - STATE(4044), 1, - sym_field_declaration_list, - STATE(5583), 1, - sym_virtual_specifier, - STATE(6224), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4024), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - ACTIONS(4026), 25, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [112432] = 3, + [110741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4311), 13, + ACTIONS(4441), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323243,7 +321598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4313), 26, + ACTIONS(4443), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323270,64 +321625,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [112479] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5711), 1, - anon_sym___attribute__, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5715), 1, - anon_sym___declspec, - ACTIONS(5719), 1, - sym_auto, - ACTIONS(5721), 1, - anon_sym_decltype, - ACTIONS(5723), 1, - anon_sym_virtual, - STATE(3997), 1, - sym_decltype_auto, - ACTIONS(5435), 4, - anon_sym_AMP, - anon_sym___based, - sym_identifier, - anon_sym_operator, - ACTIONS(5709), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5437), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(5717), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3649), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [112546] = 3, + [110788] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4458), 13, + ACTIONS(4504), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323341,7 +321642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4460), 26, + ACTIONS(4506), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323368,10 +321669,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [112593] = 3, + [110835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4319), 13, + ACTIONS(4635), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323385,7 +321686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4321), 26, + ACTIONS(4637), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323412,10 +321713,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [112640] = 3, + [110882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4339), 13, + ACTIONS(4639), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323429,7 +321730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4341), 26, + ACTIONS(4641), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323456,10 +321757,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [112687] = 3, + [110929] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4430), 13, + ACTIONS(4449), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323473,7 +321774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4432), 26, + ACTIONS(4451), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323500,75 +321801,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [112734] = 20, + [110976] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(4986), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4984), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, anon_sym_STAR, - ACTIONS(5373), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(5375), 1, - anon_sym_AMP, - STATE(4900), 1, - sym__scope_resolution, - STATE(5114), 1, - sym__declarator, - STATE(6739), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [112815] = 3, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [111023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3926), 3, + ACTIONS(3938), 3, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(3928), 36, + ACTIONS(3940), 36, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -323605,10 +321889,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_typename, anon_sym_template, - [112862] = 3, + [111070] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4476), 13, + ACTIONS(5711), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5713), 1, + anon_sym_AMP_AMP, + ACTIONS(4906), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4904), 28, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [111121] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5449), 1, + anon_sym_LPAREN2, + STATE(3485), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4589), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4587), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [111174] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4643), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323622,7 +321999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4478), 26, + ACTIONS(4645), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323649,10 +322026,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [112909] = 3, + [111221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4343), 13, + ACTIONS(4543), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323666,7 +322043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4345), 26, + ACTIONS(4545), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323693,31 +322070,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [112956] = 9, + [111268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(4946), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4944), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - STATE(4000), 1, - sym_field_declaration_list, - STATE(5524), 1, - sym_virtual_specifier, - STATE(6163), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4013), 7, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [111315] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4808), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4806), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [111362] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4445), 13, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(4015), 25, + anon_sym_GT2, + ACTIONS(4447), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323740,13 +322198,58 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_virtual, + anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, - [113015] = 3, + [111409] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4605), 13, + ACTIONS(5023), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(5021), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [111456] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4437), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323760,7 +322263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4607), 26, + ACTIONS(4439), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323787,10 +322290,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [113062] = 3, + [111503] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4966), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4964), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [111550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4347), 13, + ACTIONS(4647), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323804,7 +322351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4349), 26, + ACTIONS(4649), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323831,10 +322378,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [113109] = 3, + [111597] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4609), 13, + ACTIONS(3087), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323842,13 +322389,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4611), 26, + ACTIONS(3085), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323867,65 +322413,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, sym_identifier, - sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_virtual, + anon_sym_explicit, anon_sym_template, anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [113156] = 6, + [111644] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(5462), 1, - anon_sym_LPAREN2, - STATE(3550), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4639), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4637), 26, + ACTIONS(5589), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5587), 27, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [113209] = 3, + sym_identifier, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_template, + anon_sym_operator, + [111691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4355), 13, + ACTIONS(3083), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323933,13 +322477,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4357), 26, + ACTIONS(3081), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -323958,55 +322501,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, sym_identifier, - sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_virtual, + anon_sym_explicit, anon_sym_template, anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [113256] = 20, + [111738] = 20, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5357), 1, + ACTIONS(1665), 1, anon_sym_STAR, - ACTIONS(5359), 1, - anon_sym_AMP_AMP, - ACTIONS(5361), 1, + ACTIONS(1667), 1, anon_sym_AMP, - ACTIONS(5363), 1, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4900), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5169), 1, + STATE(5112), 1, sym__declarator, - STATE(6665), 1, + STATE(7015), 1, sym_ms_based_modifier, - STATE(4364), 2, + STATE(4320), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -324015,7 +322559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -324027,10 +322571,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [113337] = 3, + [111819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4503), 13, + ACTIONS(4468), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324044,7 +322588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4505), 26, + ACTIONS(4470), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -324071,10 +322615,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [113384] = 3, + [111866] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4335), 13, + ACTIONS(4607), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324088,7 +322632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4337), 26, + ACTIONS(4609), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -324115,10 +322659,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [113431] = 3, + [111913] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4990), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4988), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [111960] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_AMP, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4827), 1, + sym__scope_resolution, + STATE(5126), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [112041] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4994), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(4992), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [112100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4331), 13, + ACTIONS(4472), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324132,7 +322831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4333), 26, + ACTIONS(4474), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -324159,10 +322858,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [113478] = 3, + [112147] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4629), 13, + ACTIONS(4385), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324176,7 +322875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4631), 26, + ACTIONS(4387), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -324203,47 +322902,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [113525] = 20, + [112194] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(5397), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(5407), 1, anon_sym_AMP, - ACTIONS(5401), 1, - anon_sym_COLON_COLON, - STATE(4910), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5330), 1, + STATE(4941), 1, sym__declarator, - STATE(6649), 1, + STATE(6534), 1, sym_ms_based_modifier, - STATE(4364), 2, + STATE(4320), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -324252,7 +322951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -324264,61 +322963,61 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [113606] = 3, + [112275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4963), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4961), 30, + ACTIONS(4658), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4660), 26, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [113653] = 6, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [112322] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 1, anon_sym_LBRACE, - ACTIONS(5462), 1, + ACTIONS(5449), 1, anon_sym_LPAREN2, - STATE(3521), 2, + STATE(3544), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4619), 9, + ACTIONS(4605), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -324328,7 +323027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4617), 26, + ACTIONS(4603), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -324355,10 +323054,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [113706] = 3, + [112375] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4257), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4259), 26, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [112422] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(3988), 1, + sym_field_declaration_list, + STATE(5512), 1, + sym_virtual_specifier, + STATE(6078), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4009), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + ACTIONS(4011), 25, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [112481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4959), 9, + ACTIONS(4876), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -324368,7 +323161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4957), 30, + ACTIONS(4874), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324399,10 +323192,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [113753] = 3, + [112528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4351), 13, + ACTIONS(4301), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324416,7 +323209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4353), 26, + ACTIONS(4303), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -324443,47 +323236,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [113800] = 20, + [112575] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(4027), 1, + sym_field_declaration_list, + STATE(5508), 1, + sym_virtual_specifier, + STATE(6059), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4005), 7, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5383), 1, anon_sym_STAR, - ACTIONS(5385), 1, anon_sym_AMP_AMP, - ACTIONS(5387), 1, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + ACTIONS(4007), 25, anon_sym_AMP, - STATE(4900), 1, - sym__scope_resolution, - STATE(5191), 1, - sym__declarator, - STATE(7219), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -324492,22 +323279,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [113881] = 3, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [112634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4363), 13, + ACTIONS(4285), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324521,7 +323303,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4365), 26, + ACTIONS(4287), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -324548,24 +323330,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [113928] = 3, + [112681] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4659), 13, - anon_sym_DOT_DOT_DOT, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(4025), 1, + sym_field_declaration_list, + STATE(5428), 1, + sym_virtual_specifier, + STATE(6080), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4016), 7, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4661), 26, + ACTIONS(4018), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -324588,18 +323377,13 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, - [113975] = 5, + [112740] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5701), 1, - anon_sym_LBRACE, - STATE(3510), 1, - sym_enumerator_list, - ACTIONS(4228), 12, + ACTIONS(4519), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324610,9 +323394,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4230), 25, + ACTIONS(4521), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -324637,11 +323422,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, + anon_sym_try, anon_sym_requires, - [114026] = 3, + [112787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4549), 13, + ACTIONS(4281), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324655,7 +323441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4551), 26, + ACTIONS(4283), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -324682,68 +323468,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [114073] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(3165), 1, - sym_enumerator_list, - ACTIONS(4230), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4228), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [114122] = 9, + [112834] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4008), 1, + STATE(3977), 1, sym_field_declaration_list, - STATE(5672), 1, + STATE(5424), 1, sym_virtual_specifier, - STATE(6263), 1, + STATE(6088), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4044), 7, + ACTIONS(4036), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -324751,7 +323492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, - ACTIONS(4046), 25, + ACTIONS(4038), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -324777,125 +323518,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [114181] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4872), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4870), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [114238] = 4, + [112893] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5707), 1, - anon_sym_AMP_AMP, - ACTIONS(4953), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4951), 29, + ACTIONS(4379), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [114287] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - STATE(4050), 1, - sym_field_declaration_list, - STATE(5520), 1, - sym_virtual_specifier, - STATE(6169), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4028), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(4030), 25, + anon_sym_GT2, + ACTIONS(4381), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -324918,97 +323558,45 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_virtual, + anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, - [114346] = 6, + [112940] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(5462), 1, - anon_sym_LPAREN2, - STATE(3449), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4623), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4621), 26, - anon_sym_DOT_DOT_DOT, + ACTIONS(5473), 1, + sym_primitive_type, + ACTIONS(5717), 1, + sym_identifier, + STATE(3266), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5471), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3950), 10, anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [114399] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, anon_sym_STAR, - ACTIONS(5373), 1, anon_sym_AMP_AMP, - ACTIONS(5375), 1, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(3952), 22, anon_sym_AMP, - STATE(4900), 1, - sym__scope_resolution, - STATE(5130), 1, - sym__declarator, - STATE(6739), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -325017,38 +323605,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [114480] = 4, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_try, + anon_sym_requires, + [112995] = 3, ACTIONS(3), 1, sym_comment, - STATE(3187), 1, - sym_enumerator_list, - ACTIONS(4253), 11, + ACTIONS(4884), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4251), 27, + ACTIONS(4882), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -325057,9 +323635,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_LBRACE, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -325071,17 +323654,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [114529] = 5, + [113042] = 3, ACTIONS(3), 1, sym_comment, - STATE(2645), 1, - sym__enum_base_clause, - STATE(2766), 1, - sym_enumerator_list, - ACTIONS(4198), 9, + ACTIONS(4888), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -325091,8 +323667,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4196), 28, + ACTIONS(4886), 30, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -325104,8 +323682,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -325118,93 +323698,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [114580] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3091), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(3089), 27, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - sym_identifier, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_template, - anon_sym_operator, - [114627] = 20, + [113089] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5383), 1, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(5385), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(5387), 1, + ACTIONS(5407), 1, anon_sym_AMP, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5192), 1, + STATE(4942), 1, sym__declarator, - STATE(7219), 1, + STATE(6534), 1, sym_ms_based_modifier, - STATE(4364), 2, + STATE(4320), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -325213,7 +323747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -325225,54 +323759,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [114708] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4888), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4886), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [114755] = 3, + [113170] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4379), 13, + ACTIONS(4429), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325286,7 +323776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4381), 26, + ACTIONS(4431), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -325313,24 +323803,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [114802] = 3, + [113217] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4375), 13, - anon_sym_DOT_DOT_DOT, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(4043), 1, + sym_field_declaration_list, + STATE(5504), 1, + sym_virtual_specifier, + STATE(6051), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4001), 7, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4377), 26, + ACTIONS(4003), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -325353,156 +323850,37 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_template, anon_sym_operator, anon_sym_try, anon_sym_requires, - [114849] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5383), 1, - anon_sym_STAR, - ACTIONS(5385), 1, - anon_sym_AMP_AMP, - ACTIONS(5387), 1, - anon_sym_AMP, - STATE(4900), 1, - sym__scope_resolution, - STATE(5196), 1, - sym__declarator, - STATE(7219), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [114930] = 3, + [113276] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4969), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4967), 30, + ACTIONS(4561), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [114977] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4689), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4563), 26, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - STATE(4913), 1, - sym__scope_resolution, - STATE(5352), 1, - sym__declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2732), 8, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -325511,22 +323889,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [115058] = 3, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [113323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4896), 9, + ACTIONS(4926), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -325536,7 +323910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4894), 30, + ACTIONS(4924), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325567,63 +323941,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [115105] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2664), 1, - sym__enum_base_clause, - STATE(2814), 1, - sym_enumerator_list, - ACTIONS(4179), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4177), 28, - anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [115156] = 6, + [113370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(5462), 1, - anon_sym_LPAREN2, - STATE(3467), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4603), 9, + ACTIONS(4922), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -325633,9 +323954,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4601), 26, + ACTIONS(4920), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -325646,6 +323969,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -325660,10 +323985,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [115209] = 3, + [113417] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4900), 9, + ACTIONS(4960), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -325673,7 +323998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4898), 30, + ACTIONS(4958), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325704,10 +324029,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [115256] = 3, + [113464] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4261), 13, + ACTIONS(4476), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325721,7 +324046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4263), 26, + ACTIONS(4478), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -325748,10 +324073,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [115303] = 3, + [113511] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4539), 13, + ACTIONS(4480), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325765,7 +324090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4541), 26, + ACTIONS(4482), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -325792,10 +324117,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [115350] = 3, + [113558] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5001), 9, + ACTIONS(3754), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -325805,7 +324130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4999), 30, + ACTIONS(3746), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325836,40 +324161,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [115397] = 7, + [113605] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5701), 1, - anon_sym_LBRACE, - ACTIONS(5725), 1, - anon_sym_COLON, - STATE(3527), 1, - sym_enumerator_list, - STATE(3528), 1, - sym__enum_base_clause, - ACTIONS(4196), 11, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5013), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4198), 24, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [113664] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5713), 1, + anon_sym_AMP_AMP, + ACTIONS(4918), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4916), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [113713] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, + ACTIONS(5377), 1, + anon_sym_STAR, + ACTIONS(5379), 1, + anon_sym_AMP_AMP, + ACTIONS(5381), 1, + anon_sym_AMP, + STATE(4835), 1, + sym__scope_resolution, + STATE(5032), 1, + sym__declarator, + STATE(6587), 1, + sym_ms_based_modifier, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -325878,16 +324305,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [115452] = 3, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [113794] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4997), 9, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4982), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -325896,12 +324342,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4995), 30, + ACTIONS(4980), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -325914,9 +324358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -325925,13 +324367,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [115499] = 3, + [113853] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4515), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4517), 26, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [113900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4973), 9, + ACTIONS(5027), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -325941,7 +324424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(4971), 30, + ACTIONS(5025), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325972,47 +324455,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [115546] = 20, + [113947] = 20, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_AMP, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5357), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4827), 1, + sym__scope_resolution, + STATE(5132), 1, + sym__declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [114028] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(5365), 1, + sym_identifier, + ACTIONS(5367), 1, anon_sym_STAR, - ACTIONS(5359), 1, + ACTIONS(5369), 1, anon_sym_AMP_AMP, - ACTIONS(5361), 1, + ACTIONS(5371), 1, anon_sym_AMP, - ACTIONS(5363), 1, + ACTIONS(5373), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4900), 1, + STATE(4821), 1, sym__scope_resolution, - STATE(5136), 1, + STATE(5126), 1, sym__declarator, - STATE(6665), 1, + STATE(6506), 1, sym_ms_based_modifier, - STATE(4364), 2, + STATE(4320), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -326021,7 +324565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -326033,10 +324577,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [115627] = 3, + [114109] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5609), 12, + ACTIONS(4409), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -326044,12 +324588,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5607), 27, + ACTIONS(4411), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -326068,56 +324613,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, sym_identifier, + sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_virtual, - anon_sym_explicit, anon_sym_template, anon_sym_operator, - [115674] = 20, + anon_sym_try, + anon_sym_requires, + [114156] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4872), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(4870), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [114213] = 20, + ACTIONS(3), 1, + sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(1667), 1, - anon_sym_STAR, - ACTIONS(1669), 1, - anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4913), 1, + ACTIONS(5377), 1, + anon_sym_STAR, + ACTIONS(5379), 1, + anon_sym_AMP_AMP, + ACTIONS(5381), 1, + anon_sym_AMP, + STATE(4835), 1, sym__scope_resolution, - STATE(5348), 1, + STATE(5079), 1, sym__declarator, - STATE(6985), 1, + STATE(6587), 1, sym_ms_based_modifier, - STATE(4364), 2, + STATE(4320), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -326126,7 +324719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -326138,18 +324731,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [115755] = 7, + [114294] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5701), 1, - anon_sym_LBRACE, - ACTIONS(5725), 1, - anon_sym_COLON, - STATE(3460), 1, - sym__enum_base_clause, - STATE(3463), 1, - sym_enumerator_list, - ACTIONS(4177), 11, + ACTIONS(4425), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -326157,11 +324742,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4179), 24, + ACTIONS(4427), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -326186,10 +324773,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [115810] = 3, + anon_sym_try, + anon_sym_requires, + [114341] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4511), 13, + ACTIONS(4417), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -326203,7 +324792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4513), 26, + ACTIONS(4419), 26, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -326230,101 +324819,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [115857] = 13, + [114388] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5711), 1, - anon_sym___attribute__, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5715), 1, - anon_sym___declspec, - ACTIONS(5719), 1, - sym_auto, - ACTIONS(5721), 1, - anon_sym_decltype, - ACTIONS(5723), 1, - anon_sym_virtual, - STATE(3997), 1, - sym_decltype_auto, - ACTIONS(5443), 4, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5449), 1, + anon_sym_LPAREN2, + STATE(3518), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4664), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym___based, - sym_identifier, - anon_sym_operator, - ACTIONS(5709), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5445), 7, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4662), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [114441] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5002), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5000), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [114498] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4868), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4866), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, - ACTIONS(5717), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3813), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [115924] = 20, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [114545] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5377), 1, anon_sym_STAR, - ACTIONS(5397), 1, + ACTIONS(5379), 1, anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(5381), 1, anon_sym_AMP, - ACTIONS(5401), 1, - anon_sym_COLON_COLON, - STATE(4910), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5339), 1, + STATE(5036), 1, sym__declarator, - STATE(6649), 1, + STATE(6587), 1, sym_ms_based_modifier, - STATE(4364), 2, + STATE(4320), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -326333,7 +325008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -326345,42 +325020,87 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [116005] = 9, + [114626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(4421), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - STATE(3434), 1, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4423), 26, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [114673] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(5719), 1, + anon_sym_SEMI, + STATE(3520), 1, sym_field_declaration_list, - STATE(5786), 1, + STATE(5488), 1, sym_virtual_specifier, - STATE(6330), 1, + STATE(6313), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4034), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(4032), 28, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3985), 6, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(3987), 24, + anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym___declspec, - anon_sym_EQ, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -326388,33 +325108,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [116063] = 9, + anon_sym_template, + anon_sym_operator, + [114733] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3432), 1, + STATE(3546), 1, sym_field_declaration_list, - STATE(5754), 1, + STATE(5656), 1, sym_virtual_specifier, - STATE(6566), 1, + STATE(6401), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4030), 3, + ACTIONS(4038), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(4028), 28, + ACTIONS(4036), 28, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -326443,57 +325163,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [116121] = 22, + [114791] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(3282), 1, + ACTIONS(3188), 1, anon_sym_LPAREN2, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4297), 1, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4565), 1, anon_sym_STAR, - ACTIONS(4299), 1, + ACTIONS(4567), 1, anon_sym_AMP_AMP, - ACTIONS(4301), 1, + ACTIONS(4569), 1, anon_sym_AMP, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_LBRACK, - STATE(4333), 1, + STATE(4281), 1, sym_parameter_list, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5204), 1, + STATE(4898), 1, sym__declarator, - STATE(5394), 1, + STATE(5321), 1, sym__abstract_declarator, - STATE(7219), 1, + STATE(6534), 1, sym_ms_based_modifier, - ACTIONS(5687), 2, + ACTIONS(5625), 2, anon_sym_COMMA, anon_sym_GT2, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5117), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -326505,94 +325225,42 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [116205] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5447), 1, - anon_sym_LBRACE, - STATE(3446), 1, - sym_field_declaration_list, - STATE(5724), 1, - sym_virtual_specifier, - STATE(6304), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4046), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(4044), 28, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_extern, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_EQ, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [116263] = 16, + [114875] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5005), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5733), 3, + ACTIONS(5013), 5, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 17, + ACTIONS(5011), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -326601,6 +325269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, @@ -326610,42 +325279,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [116335] = 14, + [114943] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5739), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - STATE(2516), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5013), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4884), 5, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4882), 18, + ACTIONS(5011), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -326654,7 +325326,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, @@ -326664,27 +325335,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [116403] = 9, + [115015] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3501), 1, + STATE(3452), 1, sym_field_declaration_list, - STATE(5709), 1, + STATE(5408), 1, sym_virtual_specifier, - STATE(6373), 1, + STATE(6127), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4038), 3, + ACTIONS(4011), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(4036), 28, + ACTIONS(4009), 28, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -326713,42 +325384,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [116461] = 9, + [115073] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5013), 5, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [115137] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5013), 1, + anon_sym_PIPE, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5011), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + [115215] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3516), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(5741), 1, + anon_sym_SEMI, + STATE(3520), 1, sym_field_declaration_list, - STATE(5623), 1, + STATE(5488), 1, sym_virtual_specifier, - STATE(6387), 1, + STATE(6313), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4026), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(4024), 28, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3985), 6, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(3987), 24, + anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym___declspec, - anon_sym_EQ, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -326756,95 +325539,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [116519] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, anon_sym_template, - ACTIONS(1501), 1, anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(3282), 1, - anon_sym_LPAREN2, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_LBRACK, - ACTIONS(4649), 1, - anon_sym_STAR, - ACTIONS(4651), 1, - anon_sym_AMP_AMP, - ACTIONS(4653), 1, - anon_sym_AMP, - STATE(4318), 1, - sym_parameter_list, - STATE(4900), 1, - sym__scope_resolution, - STATE(5204), 1, - sym__declarator, - STATE(5445), 1, - sym__abstract_declarator, - STATE(7219), 1, - sym_ms_based_modifier, - ACTIONS(5687), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [116603] = 9, + [115275] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3475), 1, + STATE(3520), 1, sym_field_declaration_list, - STATE(5758), 1, + STATE(5488), 1, sym_virtual_specifier, - STATE(6576), 1, + STATE(6313), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4015), 3, + ACTIONS(3987), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(4013), 28, + ACTIONS(3985), 28, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -326873,40 +325594,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [116661] = 13, + [115333] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5005), 5, + ACTIONS(5013), 7, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 19, + ACTIONS(5011), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -326916,6 +325633,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, @@ -326926,81 +325645,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [116727] = 9, + [115395] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5447), 1, - anon_sym_LBRACE, - STATE(3469), 1, - sym_field_declaration_list, - STATE(5789), 1, - sym_virtual_specifier, - STATE(6590), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4007), 3, - anon_sym_AMP, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_const, - ACTIONS(4005), 28, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5013), 5, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 19, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_extern, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_EQ, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [116785] = 10, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [115461] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5741), 1, + ACTIONS(5719), 1, anon_sym_SEMI, - STATE(3452), 1, + STATE(3537), 1, sym_field_declaration_list, - STATE(5541), 1, + STATE(5612), 1, sym_virtual_specifier, - STATE(6245), 1, + STATE(6429), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4009), 6, + ACTIONS(4016), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4011), 24, + ACTIONS(4018), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -327025,17 +325748,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [116845] = 6, + [115521] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2993), 1, + ACTIONS(2995), 1, anon_sym_LBRACE, - ACTIONS(5477), 1, + ACTIONS(5475), 1, anon_sym_LPAREN2, - STATE(3820), 2, + STATE(3916), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4603), 11, + ACTIONS(4459), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -327047,7 +325770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4601), 23, + ACTIONS(4457), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -327071,145 +325794,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [116897] = 10, + [115573] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5743), 1, - anon_sym_SEMI, - STATE(3439), 1, - sym_field_declaration_list, - STATE(5759), 1, - sym_virtual_specifier, - STATE(6328), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3995), 6, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(3997), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [116957] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(4902), 6, + ACTIONS(4936), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [117043] = 10, + [115659] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5743), 1, - anon_sym_SEMI, - STATE(3446), 1, - sym_field_declaration_list, - STATE(5724), 1, - sym_virtual_specifier, - STATE(6304), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4044), 6, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(3752), 8, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(4046), 24, + anon_sym_LBRACE, + ACTIONS(3744), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -327228,38 +325894,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_template, anon_sym_operator, - [117103] = 10, + anon_sym_try, + anon_sym_requires, + [115711] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5743), 1, + ACTIONS(5719), 1, anon_sym_SEMI, - STATE(3452), 1, + STATE(3546), 1, sym_field_declaration_list, - STATE(5541), 1, + STATE(5656), 1, sym_virtual_specifier, - STATE(6245), 1, + STATE(6401), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4009), 6, + ACTIONS(4036), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4011), 24, + ACTIONS(4038), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -327284,17 +325953,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [117163] = 6, + [115771] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2993), 1, + ACTIONS(2995), 1, anon_sym_LBRACE, - ACTIONS(5477), 1, + ACTIONS(5475), 1, anon_sym_LPAREN2, - STATE(3887), 2, + STATE(3959), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4623), 11, + ACTIONS(4589), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -327306,7 +325975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4621), 23, + ACTIONS(4587), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -327330,237 +325999,334 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [117215] = 28, + [115823] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5013), 1, + anon_sym_PIPE, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, + anon_sym_bitand, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5011), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + [115903] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5763), 1, + ACTIONS(5755), 1, anon_sym_COMMA, - ACTIONS(5765), 1, + ACTIONS(5757), 1, anon_sym_SEMI, - ACTIONS(5767), 1, + ACTIONS(5759), 1, anon_sym_RBRACE, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - STATE(6082), 1, + STATE(5833), 1, aux_sym_initializer_list_repeat1, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [117311] = 12, + [115999] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - STATE(2516), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5005), 5, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 21, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5037), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [117375] = 14, + [116085] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(3188), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4369), 1, + anon_sym_STAR, + ACTIONS(4371), 1, + anon_sym_AMP_AMP, + ACTIONS(4373), 1, + anon_sym_AMP, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + STATE(4274), 1, + sym_parameter_list, + STATE(4835), 1, + sym__scope_resolution, + STATE(4898), 1, + sym__declarator, + STATE(5275), 1, + sym__abstract_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + ACTIONS(5625), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [116169] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5739), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - STATE(2516), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5005), 5, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - [117443] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(3753), 8, + ACTIONS(5029), 5, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(3748), 27, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [117495] = 6, + anon_sym_RBRACE, + anon_sym_QMARK, + [116257] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2993), 1, + ACTIONS(2995), 1, anon_sym_LBRACE, - ACTIONS(5477), 1, + ACTIONS(5475), 1, anon_sym_LPAREN2, - STATE(3833), 2, + STATE(3880), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4639), 11, + ACTIONS(4664), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -327572,7 +326338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4637), 23, + ACTIONS(4662), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -327596,232 +326362,264 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [117547] = 20, + [116309] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5005), 1, - anon_sym_PIPE, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5759), 1, - anon_sym_bitand, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5751), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(4816), 5, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5003), 11, + ACTIONS(4810), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, - [117627] = 23, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [116377] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(4890), 6, + ACTIONS(5011), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [117713] = 17, + anon_sym_or, + [116461] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5005), 2, - anon_sym_PIPE, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5451), 1, + anon_sym_LBRACE, + STATE(3427), 1, + sym_field_declaration_list, + STATE(5416), 1, + sym_virtual_specifier, + STATE(5994), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4007), 3, anon_sym_AMP, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5003), 14, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(4005), 28, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - [117787] = 19, + anon_sym_extern, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_EQ, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [116519] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(5763), 1, + anon_sym_SEMI, + STATE(3537), 1, + sym_field_declaration_list, + STATE(5612), 1, + sym_virtual_specifier, + STATE(6429), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4016), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4018), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [116579] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5005), 1, - anon_sym_PIPE, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5759), 1, - anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5013), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5003), 13, + ACTIONS(5011), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327835,265 +326633,208 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_bitor, anon_sym_xor, - [117865] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, anon_sym_bitand, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5751), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5003), 10, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - [117947] = 6, + [116653] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2993), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5477), 1, - anon_sym_LPAREN2, - STATE(3867), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4619), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + STATE(3451), 1, + sym_field_declaration_list, + STATE(5520), 1, + sym_virtual_specifier, + STATE(6109), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4022), 3, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4617), 23, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(4020), 28, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_SEMI, + anon_sym_extern, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_EQ, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, anon_sym_GT2, - [117999] = 23, + anon_sym_try, + anon_sym_requires, + [116711] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(4802), 6, + ACTIONS(4890), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [118085] = 23, + [116797] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5029), 6, + ACTIONS(4928), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [118171] = 10, + [116883] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, ACTIONS(5741), 1, anon_sym_SEMI, - STATE(3446), 1, + STATE(3546), 1, sym_field_declaration_list, - STATE(5724), 1, + STATE(5656), 1, sym_virtual_specifier, - STATE(6304), 1, + STATE(6401), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4044), 6, + ACTIONS(4036), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4046), 24, + ACTIONS(4038), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -328118,111 +326859,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [118231] = 22, + [116943] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5747), 2, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5003), 8, - anon_sym_DOT_DOT_DOT, + ACTIONS(4836), 4, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_or, - [118315] = 11, + [117033] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(5763), 1, + anon_sym_SEMI, + STATE(3546), 1, + sym_field_declaration_list, + STATE(5656), 1, + sym_virtual_specifier, + STATE(6401), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4036), 6, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4038), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, - STATE(2516), 1, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [117093] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2995), 1, + anon_sym_LBRACE, + ACTIONS(5475), 1, + anon_sym_LPAREN2, + STATE(3952), 2, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5729), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5005), 7, + sym_initializer_list, + ACTIONS(4605), 11, anon_sym_DASH, anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 21, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4603), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -328231,97 +327016,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [118377] = 25, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [117145] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(4852), 4, + ACTIONS(5011), 10, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, - [118467] = 10, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + [117227] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5771), 1, + ACTIONS(5763), 1, anon_sym_SEMI, - STATE(3439), 1, + STATE(3520), 1, sym_field_declaration_list, - STATE(5759), 1, + STATE(5488), 1, sym_virtual_specifier, - STATE(6328), 1, + STATE(6313), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(3995), 6, + ACTIONS(3985), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(3997), 24, + ACTIONS(3987), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -328346,43 +327131,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [118527] = 10, + [117287] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5771), 1, - anon_sym_SEMI, - STATE(3446), 1, + ACTIONS(5451), 1, + anon_sym_LBRACE, + STATE(3537), 1, sym_field_declaration_list, - STATE(5724), 1, + STATE(5612), 1, sym_virtual_specifier, - STATE(6304), 1, + STATE(6429), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4044), 6, + ACTIONS(4018), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(4016), 28, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, + anon_sym_SEMI, + anon_sym_extern, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - ACTIONS(4046), 24, + anon_sym___declspec, + anon_sym_EQ, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [117345] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5451), 1, + anon_sym_LBRACE, + STATE(3463), 1, + sym_field_declaration_list, + STATE(5533), 1, + sym_virtual_specifier, + STATE(6134), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4042), 3, anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(4040), 28, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_extern, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, + anon_sym_EQ, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -328390,33 +327223,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [118587] = 9, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [117403] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3439), 1, + STATE(3476), 1, sym_field_declaration_list, - STATE(5759), 1, + STATE(5559), 1, sym_virtual_specifier, - STATE(6328), 1, + STATE(6171), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(3997), 3, + ACTIONS(4034), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(3995), 28, + ACTIONS(4032), 28, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -328445,32 +327278,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [118645] = 10, + [117461] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5771), 1, + ACTIONS(5741), 1, anon_sym_SEMI, - STATE(3452), 1, + STATE(3537), 1, sym_field_declaration_list, - STATE(5541), 1, + STATE(5612), 1, sym_virtual_specifier, - STATE(6245), 1, + STATE(6429), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4009), 6, + ACTIONS(4016), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(4011), 24, + ACTIONS(4018), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -328495,27 +327328,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [118705] = 9, + [117521] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3452), 1, + STATE(3473), 1, sym_field_declaration_list, - STATE(5541), 1, + STATE(5419), 1, sym_virtual_specifier, - STATE(6245), 1, + STATE(6101), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4011), 3, + ACTIONS(4003), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(4009), 28, + ACTIONS(4001), 28, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -328544,32 +327377,459 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [118763] = 10, + [117579] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5741), 1, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5765), 1, + anon_sym_COMMA, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5767), 2, + anon_sym_RPAREN, anon_sym_SEMI, - STATE(3439), 1, - sym_field_declaration_list, - STATE(5759), 1, - sym_virtual_specifier, - STATE(6328), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3995), 6, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [117670] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(5777), 1, + anon_sym_SLASH, + ACTIONS(5783), 1, + anon_sym_PIPE, + ACTIONS(5787), 1, + anon_sym_AMP, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, + anon_sym_QMARK, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, + anon_sym_bitor, + ACTIONS(5803), 1, + anon_sym_bitand, + ACTIONS(5807), 1, + anon_sym_GT2, + STATE(2996), 1, + sym_argument_list, + STATE(5875), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5773), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5775), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5779), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5781), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5785), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [117763] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5809), 1, + anon_sym_COMMA, + ACTIONS(5815), 1, + anon_sym_SLASH, + ACTIONS(5821), 1, + anon_sym_PIPE, + ACTIONS(5825), 1, + anon_sym_AMP, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5835), 1, + anon_sym_RBRACK, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, + anon_sym_bitor, + ACTIONS(5843), 1, + anon_sym_bitand, + STATE(2574), 1, + sym_argument_list, + STATE(5904), 1, + aux_sym_lambda_capture_specifier_repeat1, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5811), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5813), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5817), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5819), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5823), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [117856] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(5777), 1, + anon_sym_SLASH, + ACTIONS(5783), 1, + anon_sym_PIPE, + ACTIONS(5787), 1, + anon_sym_AMP, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, + anon_sym_QMARK, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, + anon_sym_bitor, + ACTIONS(5803), 1, + anon_sym_bitand, + ACTIONS(5845), 1, + anon_sym_GT2, + STATE(2996), 1, + sym_argument_list, + STATE(5893), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5773), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5775), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5779), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5781), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5785), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [117949] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5847), 1, + anon_sym_COMMA, + ACTIONS(5849), 1, + anon_sym_RBRACE, + STATE(2574), 1, + sym_argument_list, + STATE(5792), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [118042] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3809), 2, anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(3811), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(3816), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [118089] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5851), 1, + anon_sym_COMMA, + ACTIONS(5853), 1, + anon_sym_RPAREN, + STATE(2574), 1, + sym_argument_list, + STATE(5738), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [118182] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4775), 10, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(3997), 24, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DASH_GT, + ACTIONS(4773), 27, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -328589,1021 +327849,1592 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, sym_identifier, - sym_auto, - anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_virtual, + anon_sym_operator, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [118227] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5855), 1, + anon_sym_COMMA, + ACTIONS(5857), 1, + anon_sym_RBRACE, + STATE(2574), 1, + sym_argument_list, + STATE(5704), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [118320] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(5777), 1, + anon_sym_SLASH, + ACTIONS(5783), 1, + anon_sym_PIPE, + ACTIONS(5787), 1, + anon_sym_AMP, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, + anon_sym_QMARK, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, + anon_sym_bitor, + ACTIONS(5803), 1, + anon_sym_bitand, + ACTIONS(5859), 1, + anon_sym_GT2, + STATE(2996), 1, + sym_argument_list, + STATE(5705), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5773), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5775), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5779), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5781), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5785), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [118413] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(5777), 1, + anon_sym_SLASH, + ACTIONS(5783), 1, + anon_sym_PIPE, + ACTIONS(5787), 1, + anon_sym_AMP, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, + anon_sym_QMARK, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, + anon_sym_bitor, + ACTIONS(5803), 1, + anon_sym_bitand, + ACTIONS(5861), 1, + anon_sym_GT2, + STATE(2996), 1, + sym_argument_list, + STATE(5882), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5773), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5775), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5779), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5781), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5785), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [118506] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5759), 1, + anon_sym_RBRACE, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5863), 1, + anon_sym_COMMA, + STATE(2574), 1, + sym_argument_list, + STATE(5833), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [118599] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, anon_sym_template, + ACTIONS(1501), 1, anon_sym_operator, - [118823] = 24, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(3188), 1, + anon_sym_LPAREN2, + ACTIONS(3190), 1, + anon_sym_STAR, + ACTIONS(3192), 1, + anon_sym_AMP_AMP, + ACTIONS(3194), 1, + anon_sym_AMP, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5625), 1, + anon_sym_RPAREN, + STATE(4274), 1, + sym_parameter_list, + STATE(4827), 1, + sym__scope_resolution, + STATE(5111), 1, + sym__declarator, + STATE(5275), 1, + sym__abstract_declarator, + STATE(7015), 1, + sym_ms_based_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [118682] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, + anon_sym_QMARK, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - STATE(2516), 1, + ACTIONS(5865), 1, + anon_sym_GT2, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + STATE(5969), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5023), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [118911] = 27, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [118775] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, + ACTIONS(5769), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5787), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5791), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5797), 1, + ACTIONS(5793), 1, anon_sym_LT_LT, - ACTIONS(5799), 1, + ACTIONS(5795), 1, anon_sym_GT_GT, - ACTIONS(5801), 1, + ACTIONS(5797), 1, anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5811), 1, + ACTIONS(5867), 1, anon_sym_GT2, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - STATE(6062), 1, + STATE(5826), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5791), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [119004] = 27, + [118868] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, + ACTIONS(5769), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5787), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5791), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5797), 1, + ACTIONS(5793), 1, anon_sym_LT_LT, - ACTIONS(5799), 1, + ACTIONS(5795), 1, anon_sym_GT_GT, - ACTIONS(5801), 1, + ACTIONS(5797), 1, anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5813), 1, + ACTIONS(5869), 1, anon_sym_GT2, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - STATE(6083), 1, + STATE(5867), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5791), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [119097] = 27, + [118961] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, + ACTIONS(5809), 1, anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5787), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5791), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5801), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5815), 1, - anon_sym_GT2, - STATE(2985), 1, + ACTIONS(5871), 1, + anon_sym_RBRACK, + STATE(2574), 1, sym_argument_list, - STATE(6089), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + STATE(5990), 1, + aux_sym_lambda_capture_specifier_repeat1, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5829), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [119190] = 27, + [119054] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4796), 10, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(5213), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DASH_GT, + ACTIONS(4794), 27, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_virtual, + anon_sym_operator, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [119099] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, + ACTIONS(5769), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5787), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5791), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5797), 1, + ACTIONS(5793), 1, anon_sym_LT_LT, - ACTIONS(5799), 1, + ACTIONS(5795), 1, anon_sym_GT_GT, - ACTIONS(5801), 1, + ACTIONS(5797), 1, anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5817), 1, + ACTIONS(5873), 1, anon_sym_GT2, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - STATE(6101), 1, + STATE(5794), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5791), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [119283] = 27, + [119192] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, + ACTIONS(5769), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5787), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5791), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5797), 1, + ACTIONS(5793), 1, anon_sym_LT_LT, - ACTIONS(5799), 1, + ACTIONS(5795), 1, anon_sym_GT_GT, - ACTIONS(5801), 1, + ACTIONS(5797), 1, anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5819), 1, + ACTIONS(5875), 1, anon_sym_GT2, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - STATE(5928), 1, + STATE(5860), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5791), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [119376] = 27, + [119285] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, + ACTIONS(5769), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5787), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5791), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5797), 1, + ACTIONS(5793), 1, anon_sym_LT_LT, - ACTIONS(5799), 1, + ACTIONS(5795), 1, anon_sym_GT_GT, - ACTIONS(5801), 1, + ACTIONS(5797), 1, anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5821), 1, + ACTIONS(5877), 1, anon_sym_GT2, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - STATE(6092), 1, + STATE(5907), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5791), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [119469] = 27, + [119378] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5801), 1, - anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(5823), 1, - anon_sym_GT2, - STATE(2985), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5851), 1, + anon_sym_COMMA, + ACTIONS(5879), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - STATE(5985), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + STATE(5773), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5731), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [119562] = 27, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [119471] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5825), 1, + ACTIONS(5809), 1, anon_sym_COMMA, - ACTIONS(5831), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5837), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5841), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5847), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(5851), 1, - anon_sym_RBRACK, - ACTIONS(5853), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5843), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5881), 1, + anon_sym_RBRACK, + STATE(2574), 1, sym_argument_list, - STATE(5978), 1, + STATE(5904), 1, aux_sym_lambda_capture_specifier_repeat1, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [119655] = 27, + [119564] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5801), 1, - anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(5861), 1, - anon_sym_GT2, - STATE(2985), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(5883), 1, + anon_sym_RPAREN, + ACTIONS(5885), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - STATE(6046), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5731), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [119748] = 27, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [119657] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, anon_sym_AMP, - ACTIONS(5797), 1, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5851), 1, + anon_sym_COMMA, + ACTIONS(5887), 1, + anon_sym_RPAREN, + STATE(2574), 1, + sym_argument_list, + STATE(5909), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, anon_sym_LT_LT, - ACTIONS(5799), 1, anon_sym_GT_GT, - ACTIONS(5801), 1, - anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [119750] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(5863), 1, - anon_sym_GT2, - STATE(2985), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5851), 1, + anon_sym_COMMA, + ACTIONS(5889), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - STATE(5813), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + STATE(5854), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, - anon_sym_GT, + [119843] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5767), 1, + anon_sym_SEMI, + ACTIONS(5891), 1, + anon_sym_COMMA, + ACTIONS(5894), 1, + anon_sym_RBRACE, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [119841] = 27, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [119936] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, + ACTIONS(5769), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5787), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5791), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5797), 1, + ACTIONS(5793), 1, anon_sym_LT_LT, - ACTIONS(5799), 1, + ACTIONS(5795), 1, anon_sym_GT_GT, - ACTIONS(5801), 1, + ACTIONS(5797), 1, anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5865), 1, + ACTIONS(5896), 1, anon_sym_GT2, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - STATE(5864), 1, + STATE(5946), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5791), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [119934] = 27, + [120029] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5867), 1, + ACTIONS(5898), 1, anon_sym_COMMA, - ACTIONS(5869), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(5900), 1, + anon_sym_RBRACE, + STATE(2574), 1, sym_argument_list, - STATE(5845), 1, - aux_sym_argument_list_repeat1, - ACTIONS(5699), 2, + STATE(5919), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [120027] = 27, + [120122] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, + anon_sym_QMARK, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5902), 1, + anon_sym_GT2, + STATE(2996), 1, + sym_argument_list, + STATE(5981), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5773), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5775), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5779), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5781), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5785), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [120215] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5867), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - ACTIONS(5871), 1, + ACTIONS(5904), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - STATE(5825), 1, + STATE(5965), 1, aux_sym_argument_list_repeat1, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [120120] = 27, + [120308] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5801), 1, - anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(5873), 1, - anon_sym_GT2, - STATE(2985), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5906), 1, + anon_sym_COMMA, + ACTIONS(5908), 1, + anon_sym_RBRACE, + STATE(2574), 1, sym_argument_list, - STATE(6031), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + STATE(5724), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5731), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [120213] = 6, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [120401] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3902), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4693), 1, - anon_sym_LPAREN2, - ACTIONS(4699), 1, + ACTIONS(5477), 1, anon_sym_LBRACK, - ACTIONS(3755), 9, + STATE(3707), 1, + sym_new_declarator, + ACTIONS(4668), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(3760), 25, + ACTIONS(4666), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -329611,11 +329442,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -329627,548 +329455,838 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [120264] = 27, + anon_sym_GT2, + [120450] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5916), 1, + anon_sym___attribute__, + ACTIONS(5918), 1, + anon_sym_LBRACK, + ACTIONS(5922), 1, + anon_sym_DASH_GT, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(5928), 1, + anon_sym_requires, + STATE(4984), 1, + sym_trailing_return_type, + STATE(5071), 1, + sym_requires_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + STATE(4183), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + STATE(4032), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(5910), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + [120523] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5851), 1, + anon_sym_COMMA, + ACTIONS(5930), 1, + anon_sym_RPAREN, + STATE(2574), 1, + sym_argument_list, + STATE(5872), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [120616] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, + ACTIONS(5769), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5787), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5791), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5797), 1, + ACTIONS(5793), 1, anon_sym_LT_LT, - ACTIONS(5799), 1, + ACTIONS(5795), 1, anon_sym_GT_GT, - ACTIONS(5801), 1, + ACTIONS(5797), 1, anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5875), 1, + ACTIONS(5932), 1, anon_sym_GT2, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - STATE(5955), 1, + STATE(5848), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5791), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [120357] = 27, + [120709] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5769), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5825), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(5831), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5837), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5841), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5877), 1, - anon_sym_RBRACK, - STATE(2516), 1, + ACTIONS(5934), 1, + anon_sym_GT2, + STATE(2996), 1, sym_argument_list, - STATE(5886), 1, - aux_sym_lambda_capture_specifier_repeat1, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + STATE(5847), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5791), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [120450] = 27, + [120802] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5879), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - ACTIONS(5881), 1, - anon_sym_RBRACE, - STATE(2516), 1, + ACTIONS(5936), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - STATE(5956), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(5699), 2, + STATE(5829), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [120895] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5916), 1, + anon_sym___attribute__, + ACTIONS(5922), 1, + anon_sym_DASH_GT, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(5928), 1, + anon_sym_requires, + ACTIONS(5940), 1, + anon_sym_LBRACK, + STATE(4996), 1, + sym_trailing_return_type, + STATE(5102), 1, + sym_requires_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + STATE(3623), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + STATE(4044), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(5938), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + [120968] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(5777), 1, + anon_sym_SLASH, + ACTIONS(5783), 1, + anon_sym_PIPE, + ACTIONS(5787), 1, + anon_sym_AMP, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, + anon_sym_QMARK, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, + anon_sym_bitor, + ACTIONS(5803), 1, + anon_sym_bitand, + ACTIONS(5942), 1, + anon_sym_GT2, + STATE(2996), 1, + sym_argument_list, + STATE(5925), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [121061] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3906), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4676), 1, + anon_sym_LPAREN2, + ACTIONS(4682), 1, + anon_sym_LBRACK, + ACTIONS(3754), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + anon_sym_DOT, + ACTIONS(3746), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - [120543] = 27, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [121112] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, + anon_sym_QMARK, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5883), 1, - anon_sym_COMMA, - ACTIONS(5885), 1, - anon_sym_RBRACE, - STATE(2516), 1, + ACTIONS(5944), 1, + anon_sym_GT2, + STATE(2996), 1, sym_argument_list, - STATE(5974), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + STATE(5988), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [120636] = 27, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [121205] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5867), 1, - anon_sym_COMMA, - ACTIONS(5887), 1, + ACTIONS(5948), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - STATE(5998), 1, - aux_sym_argument_list_repeat1, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5946), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [120729] = 26, + [121296] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5950), 1, anon_sym_COMMA, - STATE(2516), 1, + ACTIONS(5952), 1, + anon_sym_RBRACE, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + STATE(5984), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5891), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [120820] = 27, + [121389] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5867), 1, + ACTIONS(5954), 1, anon_sym_COMMA, - ACTIONS(5893), 1, + ACTIONS(5956), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - STATE(5893), 1, - aux_sym_argument_list_repeat1, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [120913] = 27, + [121479] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5895), 1, - anon_sym_RPAREN, - ACTIONS(5897), 1, + ACTIONS(5958), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [121006] = 3, + [121569] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4737), 10, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4124), 1, + anon_sym_LBRACE, + ACTIONS(4257), 10, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - anon_sym_DASH_GT, - ACTIONS(4735), 27, + ACTIONS(4259), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -330188,543 +330306,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, sym_identifier, - anon_sym_final, - anon_sym_override, + sym_auto, + anon_sym_decltype, anon_sym_virtual, + anon_sym_template, anon_sym_operator, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [121051] = 27, + [121617] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5825), 1, - anon_sym_COMMA, - ACTIONS(5831), 1, - anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, - anon_sym_bitand, - ACTIONS(5899), 1, - anon_sym_RBRACK, - STATE(2516), 1, - sym_argument_list, - STATE(5978), 1, - aux_sym_lambda_capture_specifier_repeat1, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5829), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5833), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5835), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5839), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [121144] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5867), 1, - anon_sym_COMMA, - ACTIONS(5901), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - STATE(6042), 1, - aux_sym_argument_list_repeat1, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5894), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [121237] = 26, + [121705] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(5960), 1, + sym_identifier, + ACTIONS(5965), 1, + sym_primitive_type, + STATE(3385), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5963), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3950), 8, anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5905), 1, - anon_sym_RPAREN, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5903), 2, - anon_sym_COMMA, anon_sym_SEMI, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - [121328] = 27, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(3952), 21, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_operator, + [121757] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5907), 1, + ACTIONS(5967), 1, anon_sym_COMMA, - ACTIONS(5909), 1, - anon_sym_RBRACE, - STATE(2516), 1, + ACTIONS(5969), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - STATE(5980), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - [121421] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(5781), 1, - anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5801), 1, - anon_sym_QMARK, - ACTIONS(5803), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, - anon_sym_bitand, - ACTIONS(5911), 1, - anon_sym_GT2, - STATE(2985), 1, - sym_argument_list, - STATE(6052), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5785), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5789), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [121514] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(5781), 1, - anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, + ACTIONS(5727), 2, anon_sym_LT_LT, - ACTIONS(5799), 1, anon_sym_GT_GT, - ACTIONS(5801), 1, - anon_sym_QMARK, - ACTIONS(5803), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, - anon_sym_bitand, - ACTIONS(5913), 1, - anon_sym_GT2, - STATE(2985), 1, - sym_argument_list, - STATE(5971), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5779), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5731), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [121607] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(5781), 1, - anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5801), 1, - anon_sym_QMARK, - ACTIONS(5803), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, - anon_sym_bitand, - ACTIONS(5915), 1, - anon_sym_GT2, - STATE(2985), 1, - sym_argument_list, - STATE(6010), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5779), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5783), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5785), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5789), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [121700] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(3282), 1, - anon_sym_LPAREN2, - ACTIONS(3284), 1, - anon_sym_STAR, - ACTIONS(3286), 1, - anon_sym_AMP_AMP, - ACTIONS(3288), 1, - anon_sym_AMP, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4305), 1, - anon_sym_LBRACK, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(5687), 1, - anon_sym_RPAREN, - STATE(4318), 1, - sym_parameter_list, - STATE(4913), 1, - sym__scope_resolution, - STATE(5340), 1, - sym__declarator, - STATE(5445), 1, - sym__abstract_declarator, - STATE(6985), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [121783] = 4, + [121847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(3809), 11, + ACTIONS(4208), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -330736,7 +330498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(3814), 24, + ACTIONS(4210), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330761,669 +330523,583 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [121830] = 27, + anon_sym_requires, + [121891] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5917), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5919), 1, - anon_sym_RBRACE, - STATE(2516), 1, + ACTIONS(5971), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - STATE(6050), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [121923] = 27, + [121981] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5867), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5921), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(5973), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - STATE(5921), 1, - aux_sym_argument_list_repeat1, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [122016] = 27, + [122071] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5867), 1, - anon_sym_COMMA, - ACTIONS(5923), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - STATE(6095), 1, - aux_sym_argument_list_repeat1, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [122109] = 27, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_or, + [122153] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(5781), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5801), 1, - anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(5925), 1, - anon_sym_GT2, - STATE(2985), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(5975), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - STATE(5975), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(5777), 2, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5731), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [122202] = 5, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [122243] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5479), 1, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, anon_sym_LBRACK, - STATE(3769), 1, - sym_new_declarator, - ACTIONS(4680), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4678), 24, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5765), 1, anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5977), 1, + anon_sym_SEMI, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [122251] = 27, + [122333] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5767), 1, - anon_sym_RBRACE, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5927), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - STATE(2516), 1, + ACTIONS(5979), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - STATE(6082), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [122344] = 3, + [122423] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4725), 10, - anon_sym_COMMA, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DASH_GT, - ACTIONS(4723), 27, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [122389] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5203), 1, + anon_sym_RPAREN, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5929), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5931), 1, - anon_sym_RBRACE, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - STATE(5926), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [122482] = 27, + [122513] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5891), 1, - anon_sym_SEMI, - ACTIONS(5933), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5936), 1, - anon_sym_RBRACE, - STATE(2516), 1, + ACTIONS(5981), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [122575] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5711), 1, - anon_sym___attribute__, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5715), 1, - anon_sym___declspec, - ACTIONS(5723), 1, - anon_sym_virtual, - ACTIONS(5473), 4, - anon_sym_AMP, - anon_sym___based, - sym_identifier, - anon_sym_operator, - ACTIONS(5709), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5475), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(5717), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3792), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [122633] = 25, + [122603] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5781), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5801), 1, - anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2985), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(5983), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5777), 2, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5938), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5731), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [122721] = 3, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [122693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2354), 11, + ACTIONS(4216), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -331435,7 +331111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2352), 25, + ACTIONS(4218), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331461,138 +331137,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_GT2, anon_sym_requires, - [122765] = 26, + [122737] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5940), 1, + ACTIONS(5985), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [122855] = 26, + [122827] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4766), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4768), 27, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LBRACK, - ACTIONS(4842), 1, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [122871] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5942), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(5987), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [122945] = 3, + [122961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 11, + ACTIONS(4216), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -331604,7 +331321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4212), 25, + ACTIONS(4218), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331630,74 +331347,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_GT2, anon_sym_requires, - [122989] = 26, + [123005] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5944), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(5989), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [123079] = 3, + [123095] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4214), 11, + ACTIONS(5994), 1, + anon_sym___attribute__, + ACTIONS(5997), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6000), 1, + anon_sym___declspec, + ACTIONS(6006), 1, + anon_sym_virtual, + ACTIONS(5497), 4, + anon_sym_AMP, + anon_sym___based, + sym_identifier, + anon_sym_operator, + ACTIONS(5991), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5499), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(6003), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3656), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [123153] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4216), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -331709,7 +331474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4216), 25, + ACTIONS(4218), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331735,73 +331500,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_GT2, anon_sym_requires, - [123123] = 25, + [123197] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5938), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [123211] = 3, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(4936), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + [123281] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 11, + ACTIONS(4140), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -331813,7 +331576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4212), 25, + ACTIONS(4142), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331839,1563 +331602,1649 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_GT2, anon_sym_requires, - [123255] = 26, + [123325] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, + anon_sym_QMARK, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(5946), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(4836), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [123345] = 25, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [123413] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5781), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5787), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5791), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5797), 1, + ACTIONS(5793), 1, anon_sym_LT_LT, - ACTIONS(5799), 1, + ACTIONS(5795), 1, anon_sym_GT_GT, - ACTIONS(5801), 1, - anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5803), 1, anon_sym_bitand, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(4852), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(5777), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5037), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_GT2, + ACTIONS(5791), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [123433] = 26, + [123497] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5811), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5813), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4816), 5, anon_sym_PIPE, - ACTIONS(5753), 1, anon_sym_AMP, - ACTIONS(5757), 1, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(4810), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, anon_sym_bitor, - ACTIONS(5759), 1, + anon_sym_xor, anon_sym_bitand, - ACTIONS(5761), 1, + anon_sym_not_eq, + [123563] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5815), 1, + anon_sym_SLASH, + ACTIONS(5821), 1, + anon_sym_PIPE, + ACTIONS(5825), 1, + anon_sym_AMP, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(5948), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, + anon_sym_bitor, + ACTIONS(5843), 1, + anon_sym_bitand, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(4836), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [123523] = 26, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [123651] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5950), 1, + ACTIONS(6009), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [123613] = 26, + [123741] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5952), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6011), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [123703] = 3, + [123831] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4212), 25, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5765), 1, anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(6013), 1, + anon_sym_SEMI, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_requires, - [123747] = 26, + [123921] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5954), 1, + ACTIONS(6015), 1, anon_sym_COMMA, - ACTIONS(5956), 1, + ACTIONS(6017), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [123837] = 26, + [124011] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5958), 1, + ACTIONS(6019), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [123927] = 26, + [124101] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(5960), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5029), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [124017] = 26, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [124187] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5962), 1, + ACTIONS(6021), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [124107] = 26, + [124277] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5964), 1, + ACTIONS(6023), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [124197] = 3, + [124367] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4206), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(5695), 1, + anon_sym___attribute__, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5699), 1, + anon_sym___declspec, + ACTIONS(5707), 1, + anon_sym_virtual, + ACTIONS(5487), 4, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4208), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym___based, + sym_identifier, + anon_sym_operator, + ACTIONS(5693), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5489), 7, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_requires, - [124241] = 26, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(5701), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3656), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [124425] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5966), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6025), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [124331] = 26, + [124515] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5968), 1, + ACTIONS(6027), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [124421] = 26, + [124605] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5970), 1, + ACTIONS(6029), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [124511] = 26, + [124695] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5972), 1, + ACTIONS(6031), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [124601] = 26, + [124785] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(5974), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [124691] = 26, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 8, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + [124865] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5976), 1, + ACTIONS(6033), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [124781] = 26, + [124955] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5765), 1, - anon_sym_SEMI, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - STATE(2516), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5029), 3, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_GT2, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [124871] = 26, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [125041] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5013), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5815), 1, + anon_sym_SLASH, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(5978), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [124961] = 26, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + [125119] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5013), 1, + anon_sym_PIPE, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5825), 1, + anon_sym_AMP, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(5980), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5827), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, anon_sym_CARET, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - [125051] = 26, + [125195] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5982), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6035), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [125141] = 26, + [125285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(4220), 11, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, anon_sym_PIPE, - ACTIONS(5753), 1, anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4222), 25, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, anon_sym_COMMA, - ACTIONS(5984), 1, - anon_sym_RPAREN, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - [125231] = 26, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_requires, + [125329] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(5986), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(6037), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [125321] = 26, + [125417] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(5940), 1, + anon_sym_LBRACK, + ACTIONS(6039), 1, + anon_sym___attribute__, + ACTIONS(6043), 1, + anon_sym_DASH_GT, + ACTIONS(6045), 1, + anon_sym_requires, + STATE(5086), 1, + sym_trailing_return_type, + STATE(5102), 1, + sym_requires_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + STATE(3718), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + STATE(4050), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(6041), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(5938), 8, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [125489] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, + anon_sym_QMARK, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(5988), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6047), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [125411] = 3, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [125577] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2248), 11, + ACTIONS(4212), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -333407,7 +333256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2246), 25, + ACTIONS(4214), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333433,751 +333282,566 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_GT2, anon_sym_requires, - [125455] = 25, + [125621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5781), 1, + ACTIONS(4201), 11, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(5787), 1, anon_sym_PIPE, - ACTIONS(5791), 1, anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_GT_GT, - ACTIONS(5801), 1, - anon_sym_QMARK, - ACTIONS(5803), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, - anon_sym_bitand, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5777), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5779), 2, + anon_sym_DOT, + ACTIONS(4203), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5785), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5789), 2, anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, anon_sym_xor, - ACTIONS(5809), 2, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5990), 2, - anon_sym_COMMA, + anon_sym_DASH_GT, anon_sym_GT2, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [125543] = 26, + anon_sym_requires, + [125665] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + STATE(2996), 1, + sym_argument_list, + ACTIONS(4872), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, anon_sym_PIPE, - ACTIONS(5753), 1, anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + ACTIONS(4870), 21, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, anon_sym_COMMA, - ACTIONS(5897), 1, - anon_sym_SEMI, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - [125633] = 26, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_GT2, + [125719] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(5992), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(6049), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [125723] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3989), 1, - sym__enum_base_clause, - STATE(3995), 1, - sym_enumerator_list, - ACTIONS(4177), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(4179), 25, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [125771] = 26, + [125807] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, + anon_sym_QMARK, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(5994), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6051), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [125861] = 26, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [125895] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5996), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6053), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [125951] = 26, + [125985] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(5998), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6055), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [126041] = 25, + [126075] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(6057), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6000), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [126129] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - ACTIONS(5781), 1, - anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5803), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, - anon_sym_bitand, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5777), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5779), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5783), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5785), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5789), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5029), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - ACTIONS(5795), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [126213] = 26, + [126165] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6002), 1, + ACTIONS(6059), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [126303] = 26, + [126255] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(6004), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(6061), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [126393] = 5, + [126343] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4110), 1, - anon_sym_LBRACE, - ACTIONS(4114), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(4261), 10, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5426), 1, + anon_sym_LT, + ACTIONS(6063), 1, + anon_sym_LBRACK, + STATE(3872), 1, + sym_template_argument_list, + ACTIONS(3765), 3, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - ACTIONS(4263), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [126441] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4110), 1, - anon_sym_LBRACE, - ACTIONS(4261), 11, + ACTIONS(3752), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, anon_sym_EQ, - ACTIONS(4263), 24, + ACTIONS(3744), 23, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -334196,683 +333860,559 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [126487] = 26, + [126397] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(6006), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5775), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5013), 9, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - [126577] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + anon_sym_GT_GT, + ACTIONS(5011), 17, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, anon_sym_COMMA, - ACTIONS(6008), 1, - anon_sym_SEMI, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - [126667] = 26, + anon_sym_GT2, + [126457] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6010), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6066), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [126757] = 25, + [126547] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5781), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5801), 1, - anon_sym_QMARK, - ACTIONS(5803), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, - anon_sym_bitand, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5777), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5779), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5783), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5785), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5789), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6012), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, - anon_sym_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [126845] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, ACTIONS(5735), 1, - anon_sym_GT_EQ, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6014), 1, + ACTIONS(6068), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [126935] = 5, + [126637] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(6016), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - STATE(2506), 1, - sym_argument_list, - ACTIONS(4261), 10, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - ACTIONS(4263), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [126983] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - STATE(2516), 1, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(6070), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6019), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [127071] = 26, + [126727] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(6021), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5037), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + [126811] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + STATE(2996), 1, + sym_argument_list, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5013), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + anon_sym_GT_GT, + ACTIONS(5011), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - [127161] = 26, + anon_sym_GT2, + [126867] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6023), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6072), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [127251] = 8, + [126957] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5424), 1, - anon_sym_LT, - ACTIONS(6025), 1, - anon_sym_LBRACK, - STATE(3985), 1, - sym_template_argument_list, - ACTIONS(3776), 3, - anon_sym_RPAREN, + ACTIONS(4401), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3753), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_TILDE, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5777), 1, + anon_sym_SLASH, + ACTIONS(5783), 1, + anon_sym_PIPE, + ACTIONS(5787), 1, + anon_sym_AMP, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, + anon_sym_bitor, + ACTIONS(5803), 1, + anon_sym_bitand, + STATE(2996), 1, + sym_argument_list, + ACTIONS(5773), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5775), 2, anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5781), 2, anon_sym_AMP_AMP, - anon_sym_EQ, - ACTIONS(3748), 23, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [127305] = 26, + anon_sym_and, + ACTIONS(5785), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_QMARK, + anon_sym_or, + anon_sym_GT2, + [127039] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6028), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6074), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [127395] = 3, + [127129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4727), 9, + ACTIONS(4804), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4729), 27, + ACTIONS(4802), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -334883,12 +334423,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -334900,91 +334437,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [127439] = 25, + anon_sym_GT2, + [127173] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - STATE(2516), 1, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(6076), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5936), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [127527] = 8, + [127263] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5424), 1, - anon_sym_LT, - ACTIONS(5642), 1, - anon_sym_EQ, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(5640), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(3753), 6, + ACTIONS(4124), 1, + anon_sym_LBRACE, + ACTIONS(4257), 11, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(3748), 24, + anon_sym_EQ, + ACTIONS(4259), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -335009,798 +334544,545 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [127581] = 26, + [127309] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6030), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6078), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [127671] = 26, + [127399] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(6032), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [127761] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - STATE(2985), 1, - sym_argument_list, - ACTIONS(4915), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5791), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(4913), 21, + ACTIONS(5011), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_GT2, - [127815] = 23, + [127479] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5013), 1, + anon_sym_PIPE, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5781), 1, + ACTIONS(5777), 1, anon_sym_SLASH, ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, anon_sym_AMP, - ACTIONS(5797), 1, + ACTIONS(5793), 1, anon_sym_LT_LT, - ACTIONS(5799), 1, + ACTIONS(5795), 1, anon_sym_GT_GT, - ACTIONS(5803), 1, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5803), 1, anon_sym_bitand, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5777), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, ACTIONS(5785), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(4890), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - ACTIONS(5795), 4, + ACTIONS(5791), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [127899] = 26, + ACTIONS(5011), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_GT2, + [127557] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6034), 1, + ACTIONS(6080), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [127989] = 24, + [127647] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5773), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5781), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5803), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, - anon_sym_bitand, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5777), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5779), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5783), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5785), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5789), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5023), 3, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, - anon_sym_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [128075] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, ACTIONS(5735), 1, - anon_sym_GT_EQ, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6036), 1, + ACTIONS(6082), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [128165] = 15, + [127737] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5781), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5803), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5777), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5779), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4884), 6, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4882), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_GT2, - [128233] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, ACTIONS(5735), 1, - anon_sym_GT_EQ, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6038), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6084), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [128323] = 9, + [127827] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4880), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(4878), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_GT2, - [128379] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5099), 1, - anon_sym_RPAREN, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - STATE(2516), 1, + ACTIONS(6086), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [128469] = 8, + [127917] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - STATE(2985), 1, - sym_argument_list, - ACTIONS(4872), 10, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5769), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5777), 1, anon_sym_SLASH, + ACTIONS(5783), 1, anon_sym_PIPE, + ACTIONS(5787), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(4870), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(5793), 1, anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5797), 1, anon_sym_QMARK, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_GT2, - [128523] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(6040), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6088), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [128613] = 5, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [128005] = 17, ACTIONS(3), 1, sym_comment, - STATE(3839), 1, - sym__enum_base_clause, - STATE(4060), 1, - sym_enumerator_list, - ACTIONS(4196), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(4198), 25, + ACTIONS(5914), 1, anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + ACTIONS(5918), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6039), 1, + anon_sym___attribute__, + ACTIONS(6043), 1, + anon_sym_DASH_GT, + ACTIONS(6045), 1, + anon_sym_requires, + STATE(5071), 1, + sym_requires_clause, + STATE(5084), 1, + sym_trailing_return_type, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + STATE(4214), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + STATE(4054), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -335808,438 +335090,440 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, + ACTIONS(5910), 8, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [128661] = 26, + [128077] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6042), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6090), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [128751] = 26, + [128167] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5013), 1, + anon_sym_PIPE, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(6044), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, anon_sym_CARET, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - [128841] = 26, + anon_sym_GT2, + [128243] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6046), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6048), 1, + ACTIONS(6092), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [128931] = 26, + [128333] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6050), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6094), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [129021] = 3, + [128423] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4169), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5777), 1, anon_sym_SLASH, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + STATE(2996), 1, + sym_argument_list, + ACTIONS(5013), 2, anon_sym_PIPE, anon_sym_AMP, + ACTIONS(5773), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5775), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5791), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4171), 25, + ACTIONS(5011), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - anon_sym_requires, - [129065] = 3, + [128495] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4173), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5777), 1, anon_sym_SLASH, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + STATE(2996), 1, + sym_argument_list, + ACTIONS(5013), 2, anon_sym_PIPE, anon_sym_AMP, + ACTIONS(5773), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5775), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5791), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4175), 25, + ACTIONS(5011), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - anon_sym_requires, - [129109] = 25, + [128565] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - STATE(2516), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5990), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(5733), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5013), 6, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5011), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - [129197] = 4, + anon_sym_GT2, + [128633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5304), 1, - sym_literal_suffix, - ACTIONS(3755), 17, + ACTIONS(4798), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - ACTIONS(3760), 18, + ACTIONS(4800), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336250,102 +335534,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [129243] = 26, + [128677] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6052), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6054), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6096), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [129333] = 11, + [128767] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5781), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - STATE(2985), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5779), 2, + ACTIONS(5773), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5809), 2, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5005), 9, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5013), 7, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, @@ -336353,7 +335647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, - ACTIONS(5003), 17, + ACTIONS(5011), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -336371,44 +335665,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, - [129393] = 9, + [128829] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - STATE(2985), 1, + ACTIONS(5777), 1, + anon_sym_SLASH, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + STATE(2996), 1, sym_argument_list, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5005), 10, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(5775), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5013), 6, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(5003), 19, + ACTIONS(5011), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -336418,20 +335717,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, - [129449] = 3, + [128895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4755), 9, + ACTIONS(4186), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4757), 27, + ACTIONS(4188), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336442,12 +335743,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -336459,70 +335756,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [129493] = 22, + anon_sym_GT2, + anon_sym_requires, + [128939] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - ACTIONS(5781), 1, + ACTIONS(4178), 11, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(5787), 1, anon_sym_PIPE, - ACTIONS(5791), 1, anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5803), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, - anon_sym_bitand, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5777), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5779), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5785), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5789), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_QMARK, - anon_sym_or, - anon_sym_GT2, - [129575] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4770), 18, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4180), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336537,33 +335788,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(4772), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - [129619] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_requires, + [128983] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4150), 11, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + STATE(2996), 1, + sym_argument_list, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4994), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -336574,11 +335826,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4152), 25, + ACTIONS(4992), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -336587,7 +335837,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -336596,658 +335845,418 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - anon_sym_requires, - [129663] = 21, + [129039] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5781), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5803), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, - anon_sym_bitand, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5777), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5779), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5789), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, - anon_sym_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 8, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_GT2, - [129743] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, ACTIONS(5735), 1, - anon_sym_GT_EQ, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6056), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6098), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [129833] = 23, + [129129] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5831), 1, - anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, - anon_sym_bitand, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5829), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5833), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5835), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5839), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5029), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [129917] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6058), 1, + ACTIONS(6100), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [130007] = 20, + [129219] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5005), 1, - anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5781), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5803), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5807), 1, - anon_sym_bitand, - STATE(2985), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5777), 2, + ACTIONS(5013), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5789), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, + ACTIONS(5829), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 9, + ACTIONS(5011), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, - anon_sym_GT2, - [130085] = 26, + anon_sym_xor, + anon_sym_bitand, + [129291] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6060), 1, + ACTIONS(6102), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - [130175] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, - anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, - anon_sym_bitand, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5829), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5833), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5835), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5839), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5023), 3, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(5843), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [130261] = 19, + [129381] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5005), 1, - anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5781), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5803), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5807), 1, - anon_sym_bitand, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5777), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5779), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5795), 4, - anon_sym_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_GT2, - [130337] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, ACTIONS(5735), 1, - anon_sym_GT_EQ, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6062), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6064), 1, + ACTIONS(6104), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [130427] = 17, + [129471] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5781), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5797), 1, + ACTIONS(5783), 1, + anon_sym_PIPE, + ACTIONS(5787), 1, + anon_sym_AMP, + ACTIONS(5793), 1, anon_sym_LT_LT, - ACTIONS(5799), 1, + ACTIONS(5795), 1, anon_sym_GT_GT, - ACTIONS(5803), 1, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - STATE(2985), 1, + ACTIONS(5801), 1, + anon_sym_bitor, + ACTIONS(5803), 1, + anon_sym_bitand, + STATE(2996), 1, sym_argument_list, - ACTIONS(5005), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(5777), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5809), 2, + ACTIONS(5779), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5781), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5785), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5795), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 12, + ACTIONS(4936), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_GT2, - [130499] = 16, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [129555] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5781), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5803), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - STATE(2985), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5005), 2, + ACTIONS(5013), 2, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(5777), 2, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5795), 4, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5829), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 15, + ACTIONS(5011), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -337255,6 +336264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_or, anon_sym_and, @@ -337262,210 +336272,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [130569] = 15, + [129625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4740), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - ACTIONS(5781), 1, - anon_sym_SLASH, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5803), 1, - anon_sym_LT_EQ_GT, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5777), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5809), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5005), 6, + anon_sym_DASH_GT, + anon_sym_GT2, + ACTIONS(4742), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, + anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [130637] = 26, + anon_sym_DOT, + sym_literal_suffix, + [129669] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(6066), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6106), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [130727] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4277), 1, - anon_sym_LPAREN2, - ACTIONS(5213), 1, - anon_sym_LBRACK, - ACTIONS(5215), 1, - anon_sym_DOT, - ACTIONS(5217), 1, - anon_sym_DASH_GT, - ACTIONS(5781), 1, - anon_sym_SLASH, - STATE(2985), 1, - sym_argument_list, - ACTIONS(5777), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5779), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5005), 7, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5829), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(5003), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_GT2, - [130789] = 14, + [129757] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5781), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - STATE(2985), 1, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + STATE(2574), 1, sym_argument_list, - ACTIONS(5777), 2, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5005), 6, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5013), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 16, + ACTIONS(5011), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -337473,194 +336419,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [130855] = 26, + [129823] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6068), 1, + ACTIONS(6108), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [130945] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3738), 1, - anon_sym_LBRACK, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5424), 1, - anon_sym_LT, - STATE(3985), 1, - sym_template_argument_list, - ACTIONS(3731), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3734), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_EQ, - ACTIONS(3729), 23, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [130999] = 3, + [129913] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4140), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5815), 1, + anon_sym_SLASH, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_requires, - [131043] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4183), 11, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(5813), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5013), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4185), 25, + ACTIONS(5011), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_LBRACK, + anon_sym_GT_GT, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -337669,49 +336542,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_requires, - [131087] = 9, + [129975] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - STATE(2985), 1, + ACTIONS(5815), 1, + anon_sym_SLASH, + STATE(2574), 1, sym_argument_list, - ACTIONS(5809), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4993), 10, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(5813), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5013), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(4991), 19, + ACTIONS(5011), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, + anon_sym_GT_EQ, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -337720,484 +336593,364 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [131143] = 26, + [130039] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(6070), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(6051), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [131233] = 11, + [130127] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5831), 1, - anon_sym_SLASH, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5829), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5005), 7, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [131293] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, - anon_sym_bitand, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5829), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5835), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5839), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_or, - [131375] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5831), 1, - anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, + ACTIONS(5733), 1, anon_sym_GT_EQ, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(6110), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5839), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5849), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + [130217] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2290), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 8, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2288), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_RBRACK, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, - [131455] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6078), 1, - anon_sym___attribute__, - ACTIONS(6080), 1, - anon_sym_LBRACK, - ACTIONS(6084), 1, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6090), 1, + anon_sym_GT2, anon_sym_requires, - STATE(5129), 1, - sym_trailing_return_type, - STATE(5180), 1, - sym_requires_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(3814), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - STATE(4068), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6082), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6072), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [131527] = 26, + [130261] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5783), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5787), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5803), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(6092), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5781), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5785), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5789), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [131617] = 20, + ACTIONS(4890), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_GT2, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [130345] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5005), 1, - anon_sym_PIPE, - ACTIONS(5831), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5841), 1, + ACTIONS(5821), 1, + anon_sym_PIPE, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5847), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(5855), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5859), 1, + ACTIONS(5841), 1, + anon_sym_bitor, + ACTIONS(5843), 1, anon_sym_bitand, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5839), 2, + ACTIONS(5817), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5819), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 9, + ACTIONS(4890), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - [131695] = 26, + [130429] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6094), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6112), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [131785] = 3, + [130519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4800), 11, + ACTIONS(2340), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338209,7 +336962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4798), 25, + ACTIONS(2338), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338221,7 +336974,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -338235,457 +336987,504 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [131829] = 19, + anon_sym_requires, + [130563] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5005), 1, - anon_sym_PIPE, - ACTIONS(5831), 1, + ACTIONS(5777), 1, anon_sym_SLASH, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5855), 1, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, + anon_sym_GT_GT, + ACTIONS(5799), 1, anon_sym_LT_EQ_GT, - ACTIONS(5859), 1, - anon_sym_bitand, - STATE(2516), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5773), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5805), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4816), 6, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 11, + ACTIONS(4810), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_RBRACK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, - [131905] = 17, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_GT2, + [130631] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(6114), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + STATE(2497), 1, + sym_argument_list, + ACTIONS(4257), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + ACTIONS(4259), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - ACTIONS(4842), 1, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [130679] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5831), 1, - anon_sym_SLASH, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - STATE(2516), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5005), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(5699), 2, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(4982), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 12, + anon_sym_GT_GT, + ACTIONS(4980), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_RBRACK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, - [131977] = 16, + anon_sym_not_eq, + anon_sym_GT2, + [130735] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5005), 2, - anon_sym_PIPE, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, anon_sym_AMP, - ACTIONS(5699), 2, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6117), 1, + anon_sym_COMMA, + ACTIONS(6119), 1, + anon_sym_RPAREN, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5849), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5845), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - [132047] = 26, + [130825] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6096), 1, + ACTIONS(6121), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [132137] = 26, + [130915] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6098), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6100), 1, + ACTIONS(6123), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [132227] = 25, + [131005] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5903), 2, + ACTIONS(6088), 2, anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(5733), 3, + anon_sym_RPAREN, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [132315] = 14, + [131093] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - STATE(2516), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(6125), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5849), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5005), 5, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - [132381] = 12, + [131183] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4401), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(5219), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5223), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5225), 1, anon_sym_DASH_GT, - ACTIONS(5831), 1, - anon_sym_SLASH, - STATE(2516), 1, + STATE(2996), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5002), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5005), 5, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 19, + anon_sym_GT_GT, + ACTIONS(5000), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -338694,915 +337493,1024 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [132443] = 26, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_GT2, + [131237] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6102), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6104), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(5885), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [132533] = 13, + [131327] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5831), 1, - anon_sym_SLASH, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5345), 1, + sym_literal_suffix, + ACTIONS(3754), 17, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5005), 5, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 17, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + ACTIONS(3746), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_RBRACK, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [132597] = 26, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [131373] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6106), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6127), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [132687] = 26, + [131463] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6108), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6129), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [132777] = 23, + [131553] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5781), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5787), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5791), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5803), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5807), 1, + ACTIONS(5843), 1, anon_sym_bitand, - STATE(2985), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5777), 2, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5785), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5789), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(4802), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - ACTIONS(5795), 4, + ACTIONS(5829), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [132861] = 23, + ACTIONS(4928), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + [131637] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(6131), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + [131727] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4152), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4802), 4, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4154), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RBRACK, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - [132945] = 7, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_requires, + [131771] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6110), 1, - sym_identifier, - ACTIONS(6115), 1, - sym_primitive_type, - STATE(3383), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6113), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3955), 8, + ACTIONS(4046), 1, anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5815), 1, + anon_sym_SLASH, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5813), 2, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(3957), 21, + anon_sym_PERCENT, + ACTIONS(5013), 7, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, - [132997] = 26, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [131831] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6117), 1, + ACTIONS(6133), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [133087] = 26, + [131921] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, ACTIONS(5753), 1, - anon_sym_AMP, + anon_sym_DOT_DOT_DOT, ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, + anon_sym_SEMI, ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, anon_sym_QMARK, - ACTIONS(6119), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6121), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [133177] = 25, + [132011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4160), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4162), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym_LBRACK, - ACTIONS(4842), 1, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_requires, + [132055] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(6135), 1, + anon_sym_SEMI, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [132145] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - STATE(2516), 1, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(6137), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6123), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [133265] = 14, + [132235] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - STATE(2516), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6139), 1, + anon_sym_COMMA, + ACTIONS(6141), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5849), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4884), 5, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4882), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - [133331] = 26, + [132325] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6125), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6143), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [133421] = 26, + [132415] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6127), 1, + ACTIONS(6145), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [133511] = 26, + [132505] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(6129), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5946), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [133601] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6134), 1, - anon_sym___attribute__, - ACTIONS(6137), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6140), 1, - anon_sym___declspec, - ACTIONS(6146), 1, - anon_sym_virtual, - ACTIONS(5493), 4, - anon_sym_AMP, - anon_sym___based, - sym_identifier, - anon_sym_operator, - ACTIONS(6131), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5495), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(6143), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3792), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [133659] = 3, + [132593] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4146), 11, + ACTIONS(4736), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4148), 25, + ACTIONS(4738), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339613,8 +338521,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -339626,628 +338538,787 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_requires, - [133703] = 26, + [132637] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(6147), 1, anon_sym_COMMA, ACTIONS(6149), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [133793] = 26, + [132727] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, ACTIONS(6151), 1, - anon_sym_RPAREN, - STATE(2516), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [133883] = 25, + [132817] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - STATE(2516), 1, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(6153), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6153), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [133971] = 26, + [132907] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, ACTIONS(6155), 1, - anon_sym_RPAREN, - STATE(2516), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [134061] = 26, + [132997] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(3734), 1, + anon_sym_LBRACK, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5426), 1, + anon_sym_LT, + STATE(3872), 1, + sym_template_argument_list, + ACTIONS(3727), 3, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3730), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_EQ, + ACTIONS(3725), 23, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [133051] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, ACTIONS(6157), 1, - anon_sym_RPAREN, - STATE(2516), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [134151] = 3, + [133141] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4142), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + ACTIONS(5219), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_DOT, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + ACTIONS(5777), 1, anon_sym_SLASH, + ACTIONS(5783), 1, anon_sym_PIPE, + ACTIONS(5787), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(5793), 1, + anon_sym_LT_LT, + ACTIONS(5795), 1, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4144), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5799), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5801), 1, + anon_sym_bitor, + ACTIONS(5803), 1, + anon_sym_bitand, + STATE(2996), 1, + sym_argument_list, + ACTIONS(5773), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5775), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(5779), 2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_or, + ACTIONS(5781), 2, + anon_sym_AMP_AMP, anon_sym_and, - anon_sym_bitor, + ACTIONS(5785), 2, + anon_sym_CARET, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(5805), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + ACTIONS(5789), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(4928), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_QMARK, anon_sym_GT2, - anon_sym_requires, - [134195] = 26, + ACTIONS(5791), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [133225] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5426), 1, + anon_sym_LT, + ACTIONS(5663), 1, + anon_sym_EQ, + STATE(3301), 1, + sym_template_argument_list, + ACTIONS(5661), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(3752), 6, + anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK_LBRACK, + ACTIONS(3744), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - ACTIONS(4842), 1, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [133279] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5695), 1, + anon_sym___attribute__, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5699), 1, + anon_sym___declspec, + ACTIONS(5707), 1, + anon_sym_virtual, + ACTIONS(5491), 4, + anon_sym_AMP, + anon_sym___based, + sym_identifier, + anon_sym_operator, + ACTIONS(5693), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5493), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(5701), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(3656), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [133337] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, ACTIONS(6159), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [134285] = 26, + [133427] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, ACTIONS(6161), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [134375] = 26, + [133517] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, ACTIONS(6163), 1, - anon_sym_SEMI, - STATE(2516), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [134465] = 26, + [133607] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, ACTIONS(6165), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [134555] = 3, + [133697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4132), 11, + ACTIONS(4128), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340259,7 +339330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4134), 25, + ACTIONS(4130), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340285,10 +339356,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_GT2, anon_sym_requires, - [134599] = 3, + [133741] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 11, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(5765), 1, + anon_sym_COMMA, + ACTIONS(6167), 1, + anon_sym_SEMI, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [133831] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6169), 1, + anon_sym_COMMA, + ACTIONS(6171), 1, + anon_sym_RPAREN, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [133921] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4193), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340300,7 +339499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4224), 25, + ACTIONS(4195), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340326,20 +339525,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_GT2, anon_sym_requires, - [134643] = 3, + [133965] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 9, + ACTIONS(4197), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4713), 27, + ACTIONS(4199), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340350,12 +339551,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -340367,768 +339564,561 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [134687] = 25, + anon_sym_GT2, + anon_sym_requires, + [134009] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, - anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, - anon_sym_bitand, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4852), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5829), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5833), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5835), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5839), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [134775] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, + ACTIONS(5765), 1, anon_sym_COMMA, - ACTIONS(6167), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6173), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [134865] = 23, + [134099] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6175), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4890), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [134949] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4165), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5731), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4167), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_requires, - [134993] = 26, + [134186] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(5889), 1, - anon_sym_COMMA, - ACTIONS(6169), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6177), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [135083] = 23, + [134273] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(5213), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5215), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(5217), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5781), 1, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5787), 1, - anon_sym_PIPE, - ACTIONS(5791), 1, - anon_sym_AMP, - ACTIONS(5797), 1, - anon_sym_LT_LT, - ACTIONS(5799), 1, - anon_sym_GT_GT, - ACTIONS(5803), 1, + ACTIONS(6189), 1, + anon_sym_GT_EQ, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5805), 1, - anon_sym_bitor, - ACTIONS(5807), 1, - anon_sym_bitand, - STATE(2985), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5777), 2, + ACTIONS(5013), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5779), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5783), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5785), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5789), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5809), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5793), 3, + ACTIONS(6191), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(4902), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - ACTIONS(5795), 4, + ACTIONS(6187), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [135167] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5711), 1, - anon_sym___attribute__, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5715), 1, - anon_sym___declspec, - ACTIONS(5723), 1, - anon_sym_virtual, - ACTIONS(5489), 4, - anon_sym_AMP, - anon_sym___based, - sym_identifier, - anon_sym_operator, - ACTIONS(5709), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(5491), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(5717), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(3792), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [135225] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(5011), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6078), 1, - anon_sym___attribute__, - ACTIONS(6084), 1, - anon_sym_DASH_GT, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(6173), 1, - anon_sym_LBRACK, - STATE(5134), 1, - sym_requires_clause, - STATE(5138), 1, - sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4264), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - STATE(4065), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6082), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6171), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_CARET, anon_sym_COLON, - anon_sym_try, - [135297] = 23, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + [134344] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6195), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4902), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [135381] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6175), 1, - sym_identifier, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6179), 1, - anon_sym_STAR, - ACTIONS(6181), 1, - anon_sym_AMP_AMP, - ACTIONS(6183), 1, - anon_sym_AMP, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5028), 1, - sym__field_declarator, - STATE(7133), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3940), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4286), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [135452] = 25, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [134431] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6207), 1, + anon_sym_COLON, + ACTIONS(6209), 1, + anon_sym_QMARK, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6185), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [135539] = 25, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [134518] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3522), 1, + ACTIONS(3600), 1, anon_sym_RBRACK, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5837), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5841), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5847), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(5853), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5843), 1, anon_sym_bitand, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [135626] = 25, + [134605] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3611), 1, - anon_sym_RBRACK, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5837), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5841), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5847), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(5853), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5843), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(6215), 1, + anon_sym_RBRACK, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [134692] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5013), 1, + anon_sym_PIPE, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + ACTIONS(6183), 1, + anon_sym_SLASH, + ACTIONS(6189), 1, + anon_sym_GT_EQ, + ACTIONS(6193), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6205), 1, + anon_sym_AMP, + ACTIONS(6213), 1, + anon_sym_bitand, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6181), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(6203), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(6187), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [135713] = 3, + ACTIONS(5011), 8, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + [134769] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4848), 11, + ACTIONS(6217), 1, + anon_sym_AMP_AMP, + ACTIONS(4918), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341140,14 +340130,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4846), 24, + ACTIONS(4916), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -341165,1281 +340154,1231 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [135756] = 25, + [134814] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6209), 1, + anon_sym_QMARK, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6187), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6219), 1, + anon_sym_COLON, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [135843] = 25, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [134901] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6189), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6221), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [135930] = 25, + [134988] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(6223), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, - anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, - anon_sym_bitand, - ACTIONS(6191), 1, - anon_sym_RBRACK, - STATE(2516), 1, + STATE(2791), 1, sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(4257), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5833), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5835), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5839), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [136017] = 25, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + ACTIONS(4259), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [135035] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6193), 1, + ACTIONS(6226), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [136104] = 25, + [135122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4766), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4768), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym_LBRACK, - ACTIONS(4842), 1, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [135165] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6195), 1, + ACTIONS(6228), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [136191] = 25, + [135252] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(6207), 1, - anon_sym_PIPE, - ACTIONS(6211), 1, - anon_sym_AMP, - ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6221), 1, - anon_sym_COLON, - ACTIONS(6223), 1, - anon_sym_QMARK, - ACTIONS(6225), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, - anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6230), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6213), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [136278] = 25, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [135339] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6231), 1, + ACTIONS(6232), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [136365] = 25, + [135426] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3533), 1, - anon_sym_RBRACK, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(4922), 11, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(5837), 1, anon_sym_PIPE, - ACTIONS(5841), 1, anon_sym_AMP, - ACTIONS(5847), 1, + anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(5853), 1, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4920), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5855), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + anon_sym_or, + anon_sym_and, anon_sym_bitor, - ACTIONS(5859), 1, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [135469] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6234), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [136452] = 25, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [135556] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6233), 1, + ACTIONS(6236), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [136539] = 25, + [135643] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6235), 1, + ACTIONS(5948), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [136626] = 3, + [135730] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4896), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4894), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(3661), 1, + anon_sym_RBRACK, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [136669] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(6207), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(6211), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(6217), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(6223), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(6225), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(6237), 1, - anon_sym_COLON, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6213), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [136756] = 3, + [135817] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4900), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4898), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [136799] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3651), 1, - anon_sym_RBRACK, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5837), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5841), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5847), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(5853), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5843), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(6238), 1, + anon_sym_RBRACK, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [136886] = 3, + [135904] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4755), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4757), 24, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6240), 1, + anon_sym_RBRACE, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [136929] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6175), 1, - sym_identifier, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6179), 1, - anon_sym_STAR, - ACTIONS(6181), 1, - anon_sym_AMP_AMP, - ACTIONS(6183), 1, - anon_sym_AMP, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5041), 1, - sym__field_declarator, - STATE(7133), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3893), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4280), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [137000] = 25, + [135991] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6239), 1, + ACTIONS(6242), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [137087] = 25, + [136078] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6241), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6244), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [137174] = 4, + [136165] = 8, ACTIONS(3), 1, sym_comment, - STATE(3994), 1, - sym_enumerator_list, - ACTIONS(4228), 9, - anon_sym_COMMA, + ACTIONS(4046), 1, anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(4872), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(4870), 22, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(4230), 25, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [136218] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [137219] = 25, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + ACTIONS(6183), 1, + anon_sym_SLASH, + ACTIONS(6189), 1, + anon_sym_GT_EQ, + ACTIONS(6193), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6201), 1, + anon_sym_PIPE, + ACTIONS(6205), 1, + anon_sym_AMP, + ACTIONS(6211), 1, + anon_sym_bitor, + ACTIONS(6213), 1, + anon_sym_bitand, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6181), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6191), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6203), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(6185), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 7, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + [136297] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6243), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6246), 1, + anon_sym_RBRACK, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [137306] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6245), 1, - sym_identifier, - ACTIONS(6247), 1, - anon_sym_STAR, - ACTIONS(6249), 1, - anon_sym_AMP_AMP, - ACTIONS(6251), 1, - anon_sym_AMP, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5378), 1, - sym__field_declarator, - STATE(6701), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(4262), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4308), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [137377] = 25, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [136384] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5013), 2, anon_sym_PIPE, - ACTIONS(5753), 1, anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6253), 1, - anon_sym_RPAREN, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(6187), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5011), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - [137464] = 8, + [136453] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(4872), 8, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4982), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342448,7 +341387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4870), 22, + ACTIONS(4980), 20, anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, @@ -342469,1128 +341408,1258 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [137517] = 25, + [136508] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6255), 1, + ACTIONS(6248), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [137604] = 25, + [136595] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6257), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6250), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [137691] = 25, + [136682] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(6207), 1, - anon_sym_PIPE, - ACTIONS(6211), 1, - anon_sym_AMP, - ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6223), 1, - anon_sym_QMARK, - ACTIONS(6225), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, - anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(6259), 1, - anon_sym_COLON, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6252), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6213), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [137778] = 25, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [136769] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3541), 1, - anon_sym_RBRACK, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5837), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5841), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5847), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(5853), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5843), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(6254), 1, + anon_sym_RBRACK, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [137865] = 25, + [136856] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3548), 1, - anon_sym_RBRACK, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6256), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [137952] = 25, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [136943] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(3588), 1, + anon_sym_RBRACK, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(6207), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(6211), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(6217), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(6223), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(6225), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(6261), 1, - anon_sym_COLON, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6213), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [138039] = 25, + [137030] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(4974), 11, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, anon_sym_PIPE, - ACTIONS(5753), 1, anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2632), 24, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6263), 1, - anon_sym_SEMI, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - [138126] = 25, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [137073] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6265), 1, + ACTIONS(6258), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [138213] = 25, + [137160] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4950), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4948), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym_LBRACK, - ACTIONS(4842), 1, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [137203] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6267), 1, + ACTIONS(6260), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [138300] = 25, + [137290] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(6207), 1, - anon_sym_PIPE, - ACTIONS(6211), 1, - anon_sym_AMP, - ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6223), 1, - anon_sym_QMARK, - ACTIONS(6225), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, - anon_sym_bitor, - ACTIONS(6229), 1, - anon_sym_bitand, - ACTIONS(6269), 1, - anon_sym_COLON, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(6191), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5013), 5, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 15, + anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(6205), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(6209), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6213), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - ACTIONS(6215), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [138387] = 25, + [137355] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6271), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6262), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [138474] = 25, + [137442] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(5391), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5389), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - ACTIONS(4842), 1, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_template, + anon_sym_operator, + [137485] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5002), 8, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(5837), 1, anon_sym_PIPE, - ACTIONS(5841), 1, anon_sym_AMP, - ACTIONS(5847), 1, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5000), 22, + anon_sym_DOT_DOT_DOT, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, - ACTIONS(5853), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(5855), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + anon_sym_or, + anon_sym_and, anon_sym_bitor, - ACTIONS(5859), 1, + anon_sym_xor, anon_sym_bitand, - ACTIONS(6273), 1, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [137538] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3641), 1, anon_sym_RBRACK, - STATE(2516), 1, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5815), 1, + anon_sym_SLASH, + ACTIONS(5821), 1, + anon_sym_PIPE, + ACTIONS(5825), 1, + anon_sym_AMP, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, + anon_sym_bitor, + ACTIONS(5843), 1, + anon_sym_bitand, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [138561] = 25, + [137625] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(3530), 1, + anon_sym_RBRACK, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6275), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [138648] = 25, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [137712] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6277), 1, + ACTIONS(6264), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [138735] = 25, + [137799] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6209), 1, + anon_sym_QMARK, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6279), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6266), 1, + anon_sym_COLON, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(6185), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [137886] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4798), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4800), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - [138822] = 25, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [137929] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(3655), 1, + anon_sym_RBRACK, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(6207), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(6211), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(6217), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(6223), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(6225), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(6281), 1, - anon_sym_COLON, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6213), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [138909] = 25, + [138016] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6283), 1, + ACTIONS(6268), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [138996] = 25, + [138103] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6285), 1, + ACTIONS(6270), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [139083] = 3, + [138190] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5009), 11, + ACTIONS(3754), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343602,7 +342671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(5007), 24, + ACTIONS(3746), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -343627,35 +342696,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [139126] = 4, + [138233] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(6287), 1, - anon_sym_AMP_AMP, - ACTIONS(4953), 11, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6272), 1, + anon_sym_RPAREN, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [138320] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + ACTIONS(6183), 1, anon_sym_SLASH, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6181), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5013), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4951), 23, + ACTIONS(5011), 18, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_LBRACK, + anon_sym_GT_GT, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -343664,186 +342807,333 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [139171] = 25, + [138381] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3546), 1, + ACTIONS(3669), 1, anon_sym_RBRACK, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5837), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5841), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5847), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(5853), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5843), 1, + anon_sym_bitand, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5811), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5813), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5817), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5819), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5823), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [138468] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6274), 1, + anon_sym_SEMI, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5721), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5723), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [138555] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + ACTIONS(6183), 1, + anon_sym_SLASH, + ACTIONS(6189), 1, + anon_sym_GT_EQ, + ACTIONS(6193), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6201), 1, + anon_sym_PIPE, + ACTIONS(6205), 1, + anon_sym_AMP, + ACTIONS(6211), 1, + anon_sym_bitor, + ACTIONS(6213), 1, anon_sym_bitand, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(6191), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(6187), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [139258] = 3, + ACTIONS(5011), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_or, + [138636] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4959), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4957), 24, + ACTIONS(4796), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, anon_sym_GT2, - [139301] = 9, + ACTIONS(4794), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_template, + anon_sym_operator, + [138679] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - STATE(2516), 1, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6276), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5005), 8, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 20, - anon_sym_DOT_DOT_DOT, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, anon_sym_and, - anon_sym_bitor, + ACTIONS(5749), 2, + anon_sym_CARET, anon_sym_xor, - anon_sym_bitand, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_not_eq, - [139356] = 3, + [138766] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4963), 11, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + ACTIONS(6183), 1, + anon_sym_SLASH, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(6181), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6191), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5013), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4961), 24, + ACTIONS(5011), 16, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -343852,138 +343142,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [139399] = 25, + [138829] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6289), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(4928), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [139486] = 25, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [138912] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, - anon_sym_RBRACK, - ACTIONS(4050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6278), 1, + sym_identifier, + ACTIONS(6280), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(6282), 1, + anon_sym_STAR, + ACTIONS(6284), 1, + anon_sym_AMP_AMP, + ACTIONS(6286), 1, + anon_sym_AMP, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5330), 1, + sym__field_declarator, + STATE(6522), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3893), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4253), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [138983] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6288), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [139573] = 3, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [139070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4876), 11, + ACTIONS(4960), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343995,7 +343333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4874), 24, + ACTIONS(4958), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -344020,661 +343358,661 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [139616] = 25, + [139113] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3627), 1, - anon_sym_RBRACK, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5837), 1, + ACTIONS(6189), 1, + anon_sym_GT_EQ, + ACTIONS(6193), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5841), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, + ACTIONS(6209), 1, anon_sym_QMARK, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(6213), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(6290), 1, + anon_sym_COLON, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(6191), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(6187), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [139703] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4737), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4735), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_template, - anon_sym_operator, - [139746] = 25, + [139200] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3649), 1, - anon_sym_RBRACK, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5837), 1, + ACTIONS(6189), 1, + anon_sym_GT_EQ, + ACTIONS(6193), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5841), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, + ACTIONS(6209), 1, anon_sym_QMARK, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(6213), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(6292), 1, + anon_sym_COLON, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(6191), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(6187), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [139833] = 25, + [139287] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3641), 1, + ACTIONS(3665), 1, anon_sym_RBRACK, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5837), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5841), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5847), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(5853), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5843), 1, anon_sym_bitand, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [139920] = 5, + [139374] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - STATE(2866), 1, - sym_argument_list, - ACTIONS(4261), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - ACTIONS(4263), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [139967] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6294), 1, - anon_sym_SEMI, - STATE(2516), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [140054] = 3, + [139461] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4977), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4975), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [140097] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, ACTIONS(6296), 1, - anon_sym_RPAREN, - STATE(2516), 1, + anon_sym_RBRACK, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [140184] = 25, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [139548] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6209), 1, + anon_sym_QMARK, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, ACTIONS(6298), 1, - anon_sym_SEMI, - STATE(2516), 1, + anon_sym_COLON, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [140271] = 25, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [139635] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6300), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [140358] = 25, + [139722] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(3813), 1, + anon_sym_LBRACK, + ACTIONS(3816), 1, + anon_sym_SEMI, + ACTIONS(3806), 3, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3809), 7, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_EQ, + ACTIONS(3804), 23, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [139771] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6302), 1, - anon_sym_RPAREN, - STATE(2516), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [140445] = 17, + [139858] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(5629), 1, + anon_sym_LBRACE, + ACTIONS(6304), 1, + anon_sym_COLON, + STATE(3384), 1, + sym__enum_base_clause, + STATE(3457), 1, + sym_enumerator_list, + ACTIONS(4170), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4172), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, anon_sym___based, - ACTIONS(1501), 1, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, anon_sym_operator, - ACTIONS(6177), 1, + [139909] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6306), 1, + anon_sym_LBRACE, + STATE(4029), 1, + sym_enumerator_list, + ACTIONS(4261), 8, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(6245), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(4263), 25, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, sym_identifier, - ACTIONS(6247), 1, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [139956] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5703), 1, + sym_auto, + ACTIONS(5705), 1, + anon_sym_decltype, + STATE(3993), 1, + sym_decltype_auto, + ACTIONS(4235), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(6249), 1, anon_sym_AMP_AMP, - ACTIONS(6251), 1, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(4237), 23, anon_sym_AMP, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5443), 1, - sym__field_declarator, - STATE(6701), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3841), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4297), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2732), 8, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -344683,259 +344021,413 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [140516] = 25, + sym_identifier, + anon_sym_virtual, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [140005] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(3602), 1, + anon_sym_RBRACK, + ACTIONS(4046), 1, anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5815), 1, + anon_sym_SLASH, + ACTIONS(5821), 1, + anon_sym_PIPE, + ACTIONS(5825), 1, + anon_sym_AMP, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, + anon_sym_bitor, + ACTIONS(5843), 1, + anon_sym_bitand, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5811), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5813), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5817), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5819), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5823), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [140092] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6304), 1, + ACTIONS(6308), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [140603] = 25, + [140179] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(6183), 1, + anon_sym_SLASH, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6181), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5013), 7, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [140238] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4888), 11, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(6207), 1, anon_sym_PIPE, - ACTIONS(6211), 1, anon_sym_AMP, - ACTIONS(6217), 1, + anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(6223), 1, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4886), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(6225), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, + anon_sym_or, + anon_sym_and, anon_sym_bitor, - ACTIONS(6229), 1, + anon_sym_xor, anon_sym_bitand, - ACTIONS(6306), 1, - anon_sym_COLON, - STATE(2516), 1, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [140281] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, + anon_sym_SLASH, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6310), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6213), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [140690] = 17, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [140368] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(6201), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6225), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5005), 2, - anon_sym_PIPE, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, anon_sym_AMP, - ACTIONS(5699), 2, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6312), 1, + anon_sym_SEMI, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6219), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6213), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6215), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 11, - anon_sym_DOT_DOT_DOT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_COLON, - anon_sym_QMARK, anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, anon_sym_and, - anon_sym_bitor, + ACTIONS(5749), 2, + anon_sym_CARET, anon_sym_xor, - anon_sym_bitand, - [140761] = 25, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [140455] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6209), 1, + anon_sym_QMARK, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6308), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6314), 1, + anon_sym_COLON, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [140848] = 3, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [140542] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4860), 11, + ACTIONS(4986), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -344947,7 +344439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4858), 24, + ACTIONS(4984), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -344972,353 +344464,467 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [140891] = 25, + [140585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(5583), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5581), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - ACTIONS(4842), 1, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_template, + anon_sym_operator, + [140628] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5013), 1, + anon_sym_PIPE, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(5905), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6185), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5011), 10, + anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, anon_sym_CARET, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - [140978] = 25, + [140703] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6310), 1, + ACTIONS(6316), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [141065] = 25, + [140790] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6312), 1, + ACTIONS(6318), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [141152] = 25, + [140877] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(6314), 1, - anon_sym_RBRACK, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6320), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + [140964] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4990), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [141239] = 25, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4988), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [141007] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6316), 1, + ACTIONS(6322), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [141094] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4884), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4882), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - [141326] = 17, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [141137] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1501), 1, anon_sym_operator, - ACTIONS(6175), 1, + ACTIONS(6278), 1, sym_identifier, - ACTIONS(6177), 1, + ACTIONS(6280), 1, anon_sym_LPAREN2, - ACTIONS(6179), 1, + ACTIONS(6282), 1, anon_sym_STAR, - ACTIONS(6181), 1, + ACTIONS(6284), 1, anon_sym_AMP_AMP, - ACTIONS(6183), 1, + ACTIONS(6286), 1, anon_sym_AMP, - STATE(4370), 1, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(5028), 1, + STATE(5285), 1, sym__field_declarator, - STATE(7133), 1, + STATE(6522), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(4262), 2, + STATE(4218), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4286), 2, + STATE(4267), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -345327,7 +344933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5201), 8, + STATE(5135), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -345336,569 +344942,511 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [141397] = 25, + [141208] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6318), 1, + ACTIONS(6324), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [141484] = 25, + [141295] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(6207), 1, - anon_sym_PIPE, - ACTIONS(6211), 1, - anon_sym_AMP, - ACTIONS(6217), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(6223), 1, - anon_sym_QMARK, - ACTIONS(6225), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, + ACTIONS(6201), 1, + anon_sym_PIPE, + ACTIONS(6205), 1, + anon_sym_AMP, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(6320), 1, - anon_sym_COLON, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(6191), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6213), 3, + ACTIONS(4890), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(6187), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [141571] = 25, + [141378] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6322), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6326), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [141658] = 25, + [141465] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6324), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6328), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [141745] = 25, + [141552] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(6207), 1, - anon_sym_PIPE, - ACTIONS(6211), 1, - anon_sym_AMP, - ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6223), 1, - anon_sym_QMARK, - ACTIONS(6225), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, - anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(6326), 1, - anon_sym_COLON, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6330), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6213), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [141832] = 3, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [141639] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4866), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6280), 1, anon_sym_LPAREN2, + ACTIONS(6332), 1, + sym_identifier, + ACTIONS(6334), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(6336), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [141875] = 25, + ACTIONS(6338), 1, + anon_sym_AMP, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5025), 1, + sym__field_declarator, + STATE(7016), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(4218), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4238), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [141710] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6209), 1, + anon_sym_QMARK, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6328), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6340), 1, + anon_sym_COLON, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [141962] = 25, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [141797] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6330), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6342), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - [142049] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3653), 1, - anon_sym_RBRACK, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, - anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, - anon_sym_bitand, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5829), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5833), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5835), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5839), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [142136] = 9, + [141884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4993), 8, + ACTIONS(4736), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4991), 20, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4738), 24, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -345906,10 +345454,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -345918,714 +345464,611 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [142191] = 25, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [141927] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4836), 1, + anon_sym_COLON, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6209), 1, + anon_sym_QMARK, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6332), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [142278] = 25, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [142014] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(4775), 11, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6334), 1, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, + anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - [142365] = 25, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4773), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_template, + anon_sym_operator, + [142057] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(6201), 1, + anon_sym_PIPE, + ACTIONS(6205), 1, + anon_sym_AMP, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(6336), 1, - anon_sym_RBRACK, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5029), 2, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(6191), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(6187), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [142452] = 25, + [142142] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6209), 1, + anon_sym_QMARK, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6338), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6344), 1, + anon_sym_COLON, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [142539] = 25, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [142229] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(3598), 1, + anon_sym_RBRACK, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5837), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5841), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5847), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(5853), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(6340), 1, - anon_sym_RBRACK, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [142626] = 25, + [142316] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6342), 1, - anon_sym_RBRACE, - STATE(2516), 1, + ACTIONS(6346), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [142713] = 25, + [142403] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(3671), 1, + anon_sym_RBRACK, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6344), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [142800] = 3, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [142490] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4725), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3675), 1, + anon_sym_RBRACK, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4723), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_template, - anon_sym_operator, - [142843] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(6207), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(6211), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(6217), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(6223), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(6225), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(6346), 1, - anon_sym_COLON, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6213), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [142930] = 25, + [142577] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4852), 1, - anon_sym_COLON, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(6207), 1, - anon_sym_PIPE, - ACTIONS(6211), 1, - anon_sym_AMP, - ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6223), 1, - anon_sym_QMARK, - ACTIONS(6225), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, - anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6348), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6213), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [143017] = 25, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [142664] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(6348), 1, - anon_sym_RBRACK, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6350), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [143104] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5701), 1, - anon_sym_LBRACE, - ACTIONS(6350), 1, - anon_sym_COLON, - STATE(3527), 1, - sym_enumerator_list, - STATE(3528), 1, - sym__enum_base_clause, - ACTIONS(4196), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4198), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [143155] = 3, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [142751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 11, + ACTIONS(5035), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -346637,7 +346080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4713), 24, + ACTIONS(5033), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -346662,1371 +346105,1275 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [143198] = 25, + [142794] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6352), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [143285] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6245), 1, - sym_identifier, - ACTIONS(6247), 1, - anon_sym_STAR, - ACTIONS(6249), 1, - anon_sym_AMP_AMP, - ACTIONS(6251), 1, - anon_sym_AMP, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5378), 1, - sym__field_declarator, - STATE(6701), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3955), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4308), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [143356] = 25, + [142881] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6354), 1, - anon_sym_SEMI, - STATE(2516), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [143443] = 25, + [142968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4926), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4924), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym_LBRACK, - ACTIONS(4842), 1, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [143011] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6356), 1, - anon_sym_RPAREN, - STATE(2516), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [143530] = 23, + [143098] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(6201), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(6207), 1, - anon_sym_PIPE, - ACTIONS(6211), 1, - anon_sym_AMP, - ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6225), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, - anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6358), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4902), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - ACTIONS(6213), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [143613] = 23, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [143185] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6278), 1, + sym_identifier, + ACTIONS(6280), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(6282), 1, + anon_sym_STAR, + ACTIONS(6284), 1, + anon_sym_AMP_AMP, + ACTIONS(6286), 1, + anon_sym_AMP, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5285), 1, + sym__field_declarator, + STATE(6522), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3935), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4267), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [143256] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(6201), 1, - anon_sym_SLASH, - ACTIONS(6207), 1, - anon_sym_PIPE, - ACTIONS(6211), 1, - anon_sym_AMP, - ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6225), 1, - anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, - anon_sym_bitor, - ACTIONS(6229), 1, - anon_sym_bitand, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(4994), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(4992), 20, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(6205), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(6209), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(6219), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 3, - anon_sym_DOT_DOT_DOT, anon_sym_COLON, anon_sym_QMARK, - ACTIONS(6213), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - ACTIONS(6215), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [143696] = 25, + [143311] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6358), 1, - anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5037), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [143783] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4969), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(6187), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4967), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [143826] = 25, + [143394] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(6207), 1, + ACTIONS(6189), 1, + anon_sym_GT_EQ, + ACTIONS(6193), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(6211), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6223), 1, + ACTIONS(6209), 1, anon_sym_QMARK, - ACTIONS(6225), 1, - anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(6213), 1, anon_sym_bitand, ACTIONS(6360), 1, anon_sym_COLON, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(6191), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6213), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(6187), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [143913] = 3, + [143481] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4989), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4987), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [143956] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6362), 1, - anon_sym_RPAREN, - STATE(2516), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [144043] = 25, + [143568] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6364), 1, - anon_sym_RPAREN, - STATE(2516), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [144130] = 25, + [143655] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(6207), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(6211), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(6217), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(6223), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(6225), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5843), 1, anon_sym_bitand, ACTIONS(6366), 1, - anon_sym_COLON, - STATE(2516), 1, + anon_sym_RBRACK, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6213), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [144217] = 25, + [143742] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6368), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [144304] = 25, + [143829] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(3651), 1, + anon_sym_RBRACK, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6370), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [144391] = 23, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [143916] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(6201), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(6207), 1, - anon_sym_PIPE, - ACTIONS(6211), 1, - anon_sym_AMP, - ACTIONS(6217), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(6225), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, + ACTIONS(6201), 1, + anon_sym_PIPE, + ACTIONS(6205), 1, + anon_sym_AMP, + ACTIONS(6209), 1, + anon_sym_QMARK, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(6213), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(6370), 1, + anon_sym_COLON, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(6191), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4890), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - ACTIONS(6213), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(6187), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [144474] = 25, + [144003] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(3535), 1, + anon_sym_RBRACK, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5831), 1, + anon_sym_GT_EQ, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6372), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5833), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [144561] = 7, + ACTIONS(5829), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [144090] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5701), 1, - anon_sym_LBRACE, - ACTIONS(6350), 1, - anon_sym_COLON, - STATE(3460), 1, - sym__enum_base_clause, - STATE(3463), 1, - sym_enumerator_list, - ACTIONS(4177), 7, + ACTIONS(5027), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(5025), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(4179), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [144612] = 25, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [144133] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6374), 1, + ACTIONS(6372), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [144699] = 3, + [144220] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(5379), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5377), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_template, - anon_sym_operator, - [144742] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(6376), 1, - anon_sym_RBRACK, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6374), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [144829] = 25, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [144307] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - ACTIONS(6378), 1, - anon_sym_RBRACK, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6376), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [144916] = 25, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [144394] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3621), 1, - anon_sym_RBRACK, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6378), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [145003] = 17, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [144481] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1501), 1, anon_sym_operator, - ACTIONS(6175), 1, + ACTIONS(6278), 1, sym_identifier, - ACTIONS(6177), 1, + ACTIONS(6280), 1, anon_sym_LPAREN2, - ACTIONS(6179), 1, + ACTIONS(6282), 1, anon_sym_STAR, - ACTIONS(6181), 1, + ACTIONS(6284), 1, anon_sym_AMP_AMP, - ACTIONS(6183), 1, + ACTIONS(6286), 1, anon_sym_AMP, - STATE(4370), 1, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(5103), 1, + STATE(5324), 1, sym__field_declarator, - STATE(7133), 1, + STATE(6522), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(4262), 2, + STATE(4218), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4301), 2, + STATE(4269), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -348035,7 +347382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5201), 8, + STATE(5135), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -348044,110 +347391,150 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [145074] = 25, + [144552] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6280), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(6332), 1, + sym_identifier, + ACTIONS(6334), 1, + anon_sym_STAR, + ACTIONS(6336), 1, + anon_sym_AMP_AMP, + ACTIONS(6338), 1, + anon_sym_AMP, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5017), 1, + sym__field_declarator, + STATE(7016), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(4218), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4256), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [144623] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6380), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [145161] = 13, + [144710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(6201), 1, - anon_sym_SLASH, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(4946), 11, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5005), 5, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 16, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4944), 24, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -348156,454 +347543,331 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [145224] = 25, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [144753] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6382), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [145311] = 25, + [144840] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6384), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [145398] = 25, + [144927] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, ACTIONS(6386), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [145485] = 25, + [145014] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6280), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, - anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, - anon_sym_bitand, - ACTIONS(6388), 1, - anon_sym_RBRACK, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(6332), 1, + sym_identifier, + ACTIONS(6334), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5833), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(6336), 1, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5839), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [145572] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(6201), 1, - anon_sym_SLASH, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6199), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5005), 5, - anon_sym_PIPE, + ACTIONS(6338), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [145633] = 25, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5017), 1, + sym__field_declarator, + STATE(7016), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3899), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4256), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [145085] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6390), 1, + ACTIONS(6388), 1, anon_sym_RPAREN, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - [145720] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, - anon_sym_SLASH, - ACTIONS(5837), 1, - anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, - anon_sym_bitor, - ACTIONS(5859), 1, - anon_sym_bitand, - ACTIONS(6392), 1, - anon_sym_RBRACK, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5829), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5833), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5835), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5839), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(5845), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [145807] = 9, + [145172] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4880), 8, + ACTIONS(4880), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4878), 20, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4878), 24, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -348611,10 +347875,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -348623,466 +347885,324 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [145862] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5585), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - ACTIONS(5583), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_explicit, - anon_sym_template, - anon_sym_operator, - [145905] = 25, + [145215] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(6207), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(6211), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(6217), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(6223), 1, + ACTIONS(5837), 1, anon_sym_QMARK, - ACTIONS(6225), 1, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5843), 1, anon_sym_bitand, - ACTIONS(6394), 1, - anon_sym_COLON, - STATE(2516), 1, + ACTIONS(6390), 1, + anon_sym_RBRACK, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6213), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [145992] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6080), 1, - anon_sym_LBRACK, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6396), 1, - anon_sym___attribute__, - ACTIONS(6400), 1, - anon_sym_DASH_GT, - ACTIONS(6402), 1, - anon_sym_requires, - STATE(5060), 1, - sym_trailing_return_type, - STATE(5180), 1, - sym_requires_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(3984), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - STATE(4090), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6072), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [146063] = 25, + [145302] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6404), 1, + ACTIONS(6392), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [146150] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6245), 1, - sym_identifier, - ACTIONS(6247), 1, - anon_sym_STAR, - ACTIONS(6249), 1, - anon_sym_AMP_AMP, - ACTIONS(6251), 1, - anon_sym_AMP, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5416), 1, - sym__field_declarator, - STATE(6701), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(4262), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4281), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [146221] = 25, + [145389] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6406), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6394), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [146308] = 23, + [145476] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(6201), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(6207), 1, - anon_sym_PIPE, - ACTIONS(6211), 1, - anon_sym_AMP, - ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6225), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, - anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6396), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5029), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - ACTIONS(6213), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [146391] = 25, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [145563] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6209), 1, + anon_sym_QMARK, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6408), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6398), 1, + anon_sym_COLON, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [146478] = 3, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [145650] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3755), 11, + ACTIONS(4876), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349094,7 +348214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(3760), 24, + ACTIONS(4874), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -349119,495 +348239,438 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [146521] = 25, + [145693] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(6306), 1, + anon_sym_LBRACE, + STATE(4021), 1, + sym_enumerator_list, + ACTIONS(4251), 8, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(4253), 25, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [145740] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4868), 11, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, anon_sym_PIPE, - ACTIONS(5753), 1, anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4866), 24, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6410), 1, - anon_sym_SEMI, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_not_eq, - [146608] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, + anon_sym_LT_LT, anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, + anon_sym_QMARK, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + anon_sym_or, + anon_sym_and, anon_sym_bitor, - ACTIONS(5759), 1, + anon_sym_xor, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6412), 1, - anon_sym_SEMI, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [145783] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5629), 1, + anon_sym_LBRACE, + ACTIONS(6304), 1, + anon_sym_COLON, + STATE(3380), 1, + sym__enum_base_clause, + STATE(3477), 1, + sym_enumerator_list, + ACTIONS(4182), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - [146695] = 25, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4184), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [145834] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6209), 1, + anon_sym_QMARK, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6414), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6400), 1, + anon_sym_COLON, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [146782] = 25, + ACTIONS(6187), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [145921] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6280), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, - ACTIONS(5735), 1, - anon_sym_GT_EQ, - ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, - anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6416), 1, - anon_sym_RPAREN, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6332), 1, + sym_identifier, + ACTIONS(6334), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5737), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5745), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6336), 1, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5751), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - [146869] = 25, + ACTIONS(6338), 1, + anon_sym_AMP, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4992), 1, + sym__field_declarator, + STATE(7016), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3936), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4239), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [145992] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6418), 1, + ACTIONS(6402), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [146956] = 14, + [146079] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(6201), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(6225), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6199), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4884), 5, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(4882), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(5733), 1, anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - anon_sym_not_eq, - [147021] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3609), 1, - anon_sym_RBRACK, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5831), 1, - anon_sym_SLASH, - ACTIONS(5837), 1, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5841), 1, - anon_sym_AMP, - ACTIONS(5847), 1, - anon_sym_GT_EQ, - ACTIONS(5853), 1, - anon_sym_QMARK, - ACTIONS(5855), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5857), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5859), 1, - anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6404), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5827), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5829), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5833), 2, + ACTIONS(5727), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5835), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5839), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5849), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5843), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(5845), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [147108] = 25, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [146166] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6420), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6406), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [147195] = 3, + [146253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5015), 11, + ACTIONS(4808), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349619,7 +348682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(5013), 24, + ACTIONS(4806), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -349644,204 +348707,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [147238] = 3, + [146296] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(5001), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4999), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [147281] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(6207), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(6211), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(6217), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(6225), 1, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5843), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(6408), 1, + anon_sym_RBRACK, + STATE(2574), 1, sym_argument_list, - ACTIONS(5023), 2, - anon_sym_COLON, - anon_sym_QMARK, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6203), 2, + ACTIONS(5817), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(6205), 2, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6213), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [147366] = 25, + [146383] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6201), 1, - anon_sym_SLASH, - ACTIONS(6207), 1, - anon_sym_PIPE, - ACTIONS(6211), 1, - anon_sym_AMP, ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6223), 1, - anon_sym_QMARK, - ACTIONS(6225), 1, - anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, - anon_sym_bitor, - ACTIONS(6229), 1, - anon_sym_bitand, - ACTIONS(6422), 1, - anon_sym_COLON, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6199), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(6203), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(6205), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(6209), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6213), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6215), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [147453] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(4915), 8, + ACTIONS(6410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4906), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(4913), 22, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4904), 22, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -349852,447 +348809,309 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [147506] = 25, + anon_sym_DASH_GT, + anon_sym_GT2, + [146430] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(5739), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + ACTIONS(6201), 1, anon_sym_PIPE, - ACTIONS(5753), 1, + ACTIONS(6205), 1, anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(6211), 1, anon_sym_bitor, - ACTIONS(5759), 1, + ACTIONS(6213), 1, anon_sym_bitand, - ACTIONS(5761), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, - anon_sym_QMARK, - ACTIONS(6424), 1, - anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(6197), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(6199), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(6203), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(4936), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [147593] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(6201), 1, - anon_sym_SLASH, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6199), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5005), 7, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(6187), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [147652] = 14, + [146513] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(6201), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(6225), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6199), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5005), 5, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(5733), 1, anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [147717] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(4842), 1, - anon_sym_DOT, - ACTIONS(4844), 1, - anon_sym_DASH_GT, - ACTIONS(5731), 1, - anon_sym_SLASH, ACTIONS(5735), 1, - anon_sym_GT_EQ, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6426), 1, - anon_sym_SEMI, - STATE(2516), 1, + ACTIONS(6412), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [147804] = 3, + [146600] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4973), 11, + ACTIONS(4046), 1, + anon_sym_LPAREN2, + ACTIONS(4820), 1, + anon_sym_LBRACK, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + ACTIONS(6183), 1, + anon_sym_SLASH, + ACTIONS(6193), 1, + anon_sym_LT_EQ_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(6181), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6191), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4816), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4971), 24, + ACTIONS(4810), 15, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [147847] = 25, + [146665] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6428), 1, + ACTIONS(6414), 1, anon_sym_SEMI, - STATE(2516), 1, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [147934] = 16, + [146752] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_DASH_GT, - ACTIONS(6201), 1, - anon_sym_SLASH, - ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6225), 1, - anon_sym_LT_EQ_GT, - STATE(2516), 1, - sym_argument_list, - ACTIONS(5005), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(5699), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6199), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(6219), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6215), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [148003] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5309), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(6201), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(6207), 1, + ACTIONS(5821), 1, anon_sym_PIPE, - ACTIONS(6211), 1, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(6217), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(6225), 1, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, + ACTIONS(5841), 1, anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5843), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(6416), 1, + anon_sym_RBRACK, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6205), 2, + ACTIONS(5817), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5819), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(6209), 2, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6213), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_or, - [148084] = 3, + [146839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4727), 11, + ACTIONS(4966), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -350304,7 +349123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4729), 24, + ACTIONS(4964), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -350329,10 +349148,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [148127] = 3, + [146882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4888), 11, + ACTIONS(5023), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -350344,7 +349163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4886), 24, + ACTIONS(5021), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -350369,180 +349188,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [148170] = 21, + [146925] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5309), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(6201), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(6207), 1, - anon_sym_PIPE, - ACTIONS(6211), 1, - anon_sym_AMP, - ACTIONS(6217), 1, - anon_sym_GT_EQ, - ACTIONS(6225), 1, + ACTIONS(5729), 1, anon_sym_LT_EQ_GT, - ACTIONS(6227), 1, - anon_sym_bitor, - ACTIONS(6229), 1, + ACTIONS(5733), 1, + anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5761), 1, + anon_sym_QMARK, + ACTIONS(6418), 1, + anon_sym_RPAREN, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6209), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(6219), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6213), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6215), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5003), 7, - anon_sym_DOT_DOT_DOT, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_COLON, - anon_sym_QMARK, anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, anon_sym_and, - [148249] = 17, + ACTIONS(5749), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + [147012] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6173), 1, - anon_sym_LBRACK, - ACTIONS(6396), 1, - anon_sym___attribute__, - ACTIONS(6400), 1, - anon_sym_DASH_GT, - ACTIONS(6402), 1, - anon_sym_requires, - STATE(5032), 1, - sym_trailing_return_type, - STATE(5134), 1, - sym_requires_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4237), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - STATE(4101), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6171), 7, - anon_sym_COMMA, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [148320] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3811), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(3814), 1, - anon_sym_SEMI, - ACTIONS(3804), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3807), 7, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_EQ, - ACTIONS(3802), 23, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [148369] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5027), 11, + ACTIONS(5306), 1, + anon_sym_DOT, + ACTIONS(5308), 1, + anon_sym_DASH_GT, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5013), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2528), 24, + ACTIONS(5011), 20, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -350550,8 +349284,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, - anon_sym_LBRACK, + anon_sym_GT_GT, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -350560,394 +349296,258 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [148412] = 6, + [147067] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(5719), 1, - sym_auto, - ACTIONS(5721), 1, - anon_sym_decltype, - STATE(3997), 1, - sym_decltype_auto, - ACTIONS(4247), 9, - anon_sym_COMMA, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(4249), 23, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [148461] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, ACTIONS(4826), 1, - anon_sym_LBRACK, - ACTIONS(5005), 1, - anon_sym_PIPE, - ACTIONS(5309), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(6201), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5815), 1, anon_sym_SLASH, - ACTIONS(6211), 1, + ACTIONS(5821), 1, + anon_sym_PIPE, + ACTIONS(5825), 1, anon_sym_AMP, - ACTIONS(6217), 1, + ACTIONS(5831), 1, anon_sym_GT_EQ, - ACTIONS(6225), 1, + ACTIONS(5837), 1, + anon_sym_QMARK, + ACTIONS(5839), 1, anon_sym_LT_EQ_GT, - ACTIONS(6229), 1, + ACTIONS(5841), 1, + anon_sym_bitor, + ACTIONS(5843), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(6420), 1, + anon_sym_RBRACK, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(5811), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(5813), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6209), 2, + ACTIONS(5817), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5819), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5823), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6219), 2, + ACTIONS(5833), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6213), 3, + ACTIONS(5827), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(5829), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 8, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - [148538] = 4, + [147154] = 25, ACTIONS(3), 1, sym_comment, - STATE(4048), 1, - sym_enumerator_list, - ACTIONS(4251), 9, - anon_sym_COMMA, + ACTIONS(4046), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(4253), 25, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + ACTIONS(4820), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [148583] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4997), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4826), 1, + anon_sym_DOT, + ACTIONS(4828), 1, + anon_sym_DASH_GT, + ACTIONS(5725), 1, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4995), 24, + ACTIONS(5735), 1, + anon_sym_AMP, + ACTIONS(5739), 1, + anon_sym_bitand, + ACTIONS(5747), 1, + anon_sym_PIPE, + ACTIONS(5751), 1, + anon_sym_bitor, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + ACTIONS(5761), 1, anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(6422), 1, + anon_sym_RPAREN, + STATE(2574), 1, + sym_argument_list, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [148626] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6287), 1, - anon_sym_AMP_AMP, - ACTIONS(6430), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4938), 11, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4936), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(5727), 2, anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, + anon_sym_GT_GT, + ACTIONS(5743), 2, + anon_sym_PIPE_PIPE, anon_sym_or, + ACTIONS(5745), 2, + anon_sym_AMP_AMP, anon_sym_and, - anon_sym_bitor, + ACTIONS(5749), 2, + anon_sym_CARET, anon_sym_xor, - anon_sym_bitand, + ACTIONS(5731), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(5737), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [148673] = 25, + [147241] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(4842), 1, + ACTIONS(4826), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4828), 1, anon_sym_DASH_GT, - ACTIONS(5731), 1, + ACTIONS(5725), 1, anon_sym_SLASH, - ACTIONS(5735), 1, + ACTIONS(5729), 1, + anon_sym_LT_EQ_GT, + ACTIONS(5733), 1, anon_sym_GT_EQ, + ACTIONS(5735), 1, + anon_sym_AMP, ACTIONS(5739), 1, - anon_sym_LT_EQ_GT, - ACTIONS(5749), 1, + anon_sym_bitand, + ACTIONS(5747), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_AMP, - ACTIONS(5757), 1, + ACTIONS(5751), 1, anon_sym_bitor, - ACTIONS(5759), 1, - anon_sym_bitand, - ACTIONS(5761), 1, + ACTIONS(5753), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5769), 1, + ACTIONS(5761), 1, anon_sym_QMARK, - ACTIONS(6432), 1, - anon_sym_RPAREN, - STATE(2516), 1, + ACTIONS(6424), 1, + anon_sym_SEMI, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5727), 2, + ACTIONS(5721), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5729), 2, + ACTIONS(5723), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5737), 2, + ACTIONS(5727), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5745), 2, + ACTIONS(5743), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5747), 2, + ACTIONS(5745), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5751), 2, + ACTIONS(5749), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(5733), 3, + ACTIONS(5731), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5755), 3, + ACTIONS(5737), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - [148760] = 19, + [147328] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 1, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(4826), 1, + ACTIONS(4820), 1, anon_sym_LBRACK, - ACTIONS(5005), 1, - anon_sym_PIPE, - ACTIONS(5309), 1, + ACTIONS(5306), 1, anon_sym_DOT, - ACTIONS(5311), 1, + ACTIONS(5308), 1, anon_sym_DASH_GT, - ACTIONS(6201), 1, + ACTIONS(5753), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6183), 1, anon_sym_SLASH, - ACTIONS(6211), 1, - anon_sym_AMP, - ACTIONS(6217), 1, + ACTIONS(6189), 1, anon_sym_GT_EQ, - ACTIONS(6225), 1, + ACTIONS(6193), 1, anon_sym_LT_EQ_GT, - ACTIONS(6229), 1, + ACTIONS(6201), 1, + anon_sym_PIPE, + ACTIONS(6205), 1, + anon_sym_AMP, + ACTIONS(6209), 1, + anon_sym_QMARK, + ACTIONS(6211), 1, + anon_sym_bitor, + ACTIONS(6213), 1, anon_sym_bitand, - STATE(2516), 1, + ACTIONS(6426), 1, + anon_sym_COLON, + STATE(2574), 1, sym_argument_list, - ACTIONS(5699), 2, + ACTIONS(5715), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(6179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6199), 2, + ACTIONS(6181), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6219), 2, + ACTIONS(6191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6213), 3, + ACTIONS(6197), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(6199), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(6203), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(6185), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6215), 3, + ACTIONS(6187), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5003), 10, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - [148835] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4605), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(4607), 25, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [148877] = 3, + [147415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4450), 9, + ACTIONS(4433), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -350957,7 +349557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4452), 25, + ACTIONS(4435), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -350983,10 +349583,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [148919] = 3, + [147457] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4355), 9, + ACTIONS(4301), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -350996,7 +349596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4357), 25, + ACTIONS(4303), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351022,10 +349622,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [148961] = 3, + [147499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4629), 9, + ACTIONS(4421), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351035,7 +349635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4631), 25, + ACTIONS(4423), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351061,10 +349661,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149003] = 3, + [147541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4422), 9, + ACTIONS(4476), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351074,7 +349674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4424), 25, + ACTIONS(4478), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351100,10 +349700,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149045] = 3, + [147583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4363), 9, + ACTIONS(4425), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351113,7 +349713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4365), 25, + ACTIONS(4427), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351139,10 +349739,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149087] = 3, + [147625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4553), 9, + ACTIONS(4429), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351152,7 +349752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4555), 25, + ACTIONS(4431), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351178,70 +349778,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149129] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1431), 1, - anon_sym_enum, - ACTIONS(1433), 1, - anon_sym_class, - ACTIONS(1435), 1, - anon_sym_struct, - ACTIONS(1437), 1, - anon_sym_union, - ACTIONS(1451), 1, - anon_sym_typename, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(6434), 1, - sym_identifier, - ACTIONS(6436), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6440), 1, - anon_sym_EQ, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3409), 1, - sym__type_specifier, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(5304), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - ACTIONS(6438), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [149213] = 3, + [147667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4442), 9, + ACTIONS(4504), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351251,7 +349791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4444), 25, + ACTIONS(4506), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351277,10 +349817,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149255] = 3, + [147709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4609), 9, + ACTIONS(4500), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351290,7 +349830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4611), 25, + ACTIONS(4502), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351316,10 +349856,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149297] = 3, + [147751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4265), 9, + ACTIONS(4445), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351329,7 +349869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4267), 25, + ACTIONS(4447), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351355,32 +349895,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149339] = 8, + [147793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5424), 1, - anon_sym_LT, - ACTIONS(6442), 1, - anon_sym_LBRACK, - STATE(4104), 1, - sym_template_argument_list, - ACTIONS(3776), 2, + ACTIONS(4496), 9, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3753), 5, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(3748), 23, + anon_sym_COLON, + ACTIONS(4498), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -351393,16 +349927,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, - [149391] = 3, + anon_sym_try, + anon_sym_requires, + [147835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4581), 9, + ACTIONS(4449), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351412,7 +349947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4583), 25, + ACTIONS(4451), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351438,10 +349973,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149433] = 3, + [147877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4351), 9, + ACTIONS(4639), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351451,7 +349986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4353), 25, + ACTIONS(4641), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351477,10 +350012,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149475] = 3, + [147919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4557), 9, + ACTIONS(4651), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351490,7 +350025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4559), 25, + ACTIONS(4653), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351516,10 +350051,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149517] = 3, + [147961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4285), 9, + ACTIONS(4583), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351529,7 +350064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4287), 25, + ACTIONS(4585), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351555,32 +350090,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149559] = 8, + [148003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 1, - anon_sym_LBRACK, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5424), 1, - anon_sym_LT, - STATE(4104), 1, - sym_template_argument_list, - ACTIONS(3731), 2, + ACTIONS(4551), 9, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3734), 5, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(3729), 23, + anon_sym_COLON, + ACTIONS(4553), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -351593,16 +350122,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [148045] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4511), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COLON, + ACTIONS(4513), 25, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, - [149611] = 3, + anon_sym_try, + anon_sym_requires, + [148087] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4645), 9, + ACTIONS(4547), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351612,7 +350181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4647), 25, + ACTIONS(4549), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351638,10 +350207,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149653] = 3, + [148129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4577), 9, + ACTIONS(4453), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351651,7 +350220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4579), 25, + ACTIONS(4455), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351677,10 +350246,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149695] = 3, + [148171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 9, + ACTIONS(4492), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351690,7 +350259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4470), 25, + ACTIONS(4494), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351716,10 +350285,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149737] = 3, + [148213] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4573), 9, + ACTIONS(4437), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351729,7 +350298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4575), 25, + ACTIONS(4439), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351755,10 +350324,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149779] = 3, + [148255] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(6430), 1, + anon_sym_LPAREN2, + ACTIONS(6432), 1, + anon_sym_STAR, + ACTIONS(6434), 1, + anon_sym_AMP_AMP, + ACTIONS(6436), 1, + anon_sym_AMP, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6440), 1, + sym_auto, + ACTIONS(6442), 1, + anon_sym_decltype, + STATE(3469), 1, + sym_decltype_auto, + STATE(4106), 1, + sym_parameter_list, + STATE(5014), 1, + sym__abstract_declarator, + STATE(4105), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(6428), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [148323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4307), 9, + ACTIONS(4519), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351768,7 +350389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4309), 25, + ACTIONS(4521), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351794,10 +350415,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149821] = 3, + [148365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4359), 9, + ACTIONS(4635), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351807,7 +350428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4361), 25, + ACTIONS(4637), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351833,10 +350454,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149863] = 3, + [148407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 9, + ACTIONS(4515), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351846,7 +350467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4587), 25, + ACTIONS(4517), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351872,10 +350493,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149905] = 3, + [148449] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4371), 9, + ACTIONS(4579), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351885,7 +350506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4373), 25, + ACTIONS(4581), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351911,10 +350532,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149947] = 3, + [148491] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4331), 9, + ACTIONS(4631), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351924,7 +350545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4333), 25, + ACTIONS(4633), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351950,10 +350571,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [149989] = 3, + [148533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4387), 9, + ACTIONS(4627), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -351963,7 +350584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4389), 25, + ACTIONS(4629), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -351989,10 +350610,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150031] = 3, + [148575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4347), 9, + ACTIONS(4379), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352002,7 +350623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4349), 25, + ACTIONS(4381), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352028,10 +350649,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150073] = 3, + [148617] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4561), 9, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1431), 1, + anon_sym_enum, + ACTIONS(1433), 1, + anon_sym_class, + ACTIONS(1435), 1, + anon_sym_struct, + ACTIONS(1437), 1, + anon_sym_union, + ACTIONS(1451), 1, + anon_sym_typename, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + ACTIONS(6444), 1, + sym_identifier, + ACTIONS(6446), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6450), 1, + anon_sym_EQ, + STATE(3303), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3399), 1, + sym__type_specifier, + STATE(3425), 1, + sym_qualified_type_identifier, + STATE(3522), 1, + sym_decltype_auto, + STATE(5210), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + ACTIONS(6448), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3505), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [148701] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4257), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352041,7 +350722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4563), 25, + ACTIONS(4259), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352067,10 +350748,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150115] = 3, + [148743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4565), 9, + ACTIONS(4623), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352080,7 +350761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4567), 25, + ACTIONS(4625), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352106,10 +350787,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150157] = 3, + [148785] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5916), 1, + anon_sym___attribute__, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(5940), 1, + anon_sym_LBRACK, + ACTIONS(6452), 1, + anon_sym_DASH_GT, + ACTIONS(6454), 1, + anon_sym_requires, + STATE(5102), 1, + sym_requires_clause, + STATE(5232), 1, + sym_trailing_return_type, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + STATE(4023), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(5938), 6, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + STATE(4096), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [148855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4383), 9, + ACTIONS(4461), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352119,7 +350853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4385), 25, + ACTIONS(4463), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352145,10 +350879,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150199] = 3, + [148897] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4496), 9, + ACTIONS(4480), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352158,7 +350892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4498), 25, + ACTIONS(4482), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352184,10 +350918,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150241] = 3, + [148939] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4367), 9, + ACTIONS(4543), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352197,7 +350931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4369), 25, + ACTIONS(4545), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352223,26 +350957,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150283] = 3, + [148981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4446), 9, + ACTIONS(4619), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(4621), 25, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [149023] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3732), 1, + anon_sym_LBRACK, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5426), 1, + anon_sym_LT, + STATE(4066), 1, + sym_template_argument_list, + ACTIONS(3727), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(3730), 5, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - ACTIONS(4448), 25, + ACTIONS(3725), 23, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -352255,17 +351034,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [150325] = 3, + [149075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 9, + ACTIONS(4658), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352275,7 +351053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4409), 25, + ACTIONS(4660), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352301,10 +351079,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150367] = 3, + [149117] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4311), 9, + ACTIONS(4647), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352314,7 +351092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4313), 25, + ACTIONS(4649), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352340,10 +351118,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150409] = 3, + [149159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4535), 9, + ACTIONS(4571), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352353,7 +351131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4537), 25, + ACTIONS(4573), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352379,10 +351157,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150451] = 3, + [149201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4523), 9, + ACTIONS(4615), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352392,7 +351170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4525), 25, + ACTIONS(4617), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352418,10 +351196,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150493] = 3, + [149243] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4261), 9, + ACTIONS(4561), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352431,7 +351209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4263), 25, + ACTIONS(4563), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352457,79 +351235,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150535] = 17, + [149285] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6173), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5426), 1, + anon_sym_LT, + ACTIONS(6456), 1, anon_sym_LBRACK, - ACTIONS(6396), 1, - anon_sym___attribute__, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6444), 1, - anon_sym_DASH_GT, - STATE(5032), 1, - sym_trailing_return_type, - STATE(5134), 1, - sym_requires_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4237), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(6171), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(4066), 1, + sym_template_argument_list, + ACTIONS(3765), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - STATE(4120), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [150605] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4273), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(3752), 5, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - ACTIONS(4275), 25, + ACTIONS(3744), 23, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -352542,17 +351273,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [150647] = 3, + [149337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4458), 9, + ACTIONS(4417), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352562,7 +351292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4460), 25, + ACTIONS(4419), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352588,10 +351318,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150689] = 3, + [149379] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4319), 9, + ACTIONS(4257), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352601,7 +351331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4321), 25, + ACTIONS(4259), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352627,10 +351357,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150731] = 3, + [149421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4480), 9, + ACTIONS(4611), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352640,7 +351370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4482), 25, + ACTIONS(4613), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352666,10 +351396,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150773] = 3, + [149463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4430), 9, + ACTIONS(4607), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352679,7 +351409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4432), 25, + ACTIONS(4609), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352705,31 +351435,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150815] = 3, + [149505] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4484), 9, - anon_sym_COMMA, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(6430), 1, anon_sym_LPAREN2, + ACTIONS(6432), 1, anon_sym_STAR, + ACTIONS(6434), 1, anon_sym_AMP_AMP, + ACTIONS(6436), 1, + anon_sym_AMP, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6440), 1, + sym_auto, + ACTIONS(6442), 1, + anon_sym_decltype, + STATE(3469), 1, + sym_decltype_auto, + STATE(4106), 1, + sym_parameter_list, + STATE(4977), 1, + sym__abstract_declarator, + STATE(4103), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(6458), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - ACTIONS(4486), 25, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [149573] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, anon_sym_AMP, - anon_sym_extern, + ACTIONS(5916), 1, anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + ACTIONS(5918), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6452), 1, + anon_sym_DASH_GT, + ACTIONS(6454), 1, + anon_sym_requires, + STATE(5071), 1, + sym_requires_clause, + STATE(5203), 1, + sym_trailing_return_type, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + STATE(4183), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(5910), 6, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + STATE(4092), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -352737,17 +351540,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [150857] = 3, + [149643] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4613), 9, + ACTIONS(4285), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352757,7 +351553,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4615), 25, + ACTIONS(4287), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352783,10 +351579,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150899] = 3, + [149685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4335), 9, + ACTIONS(4409), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352796,7 +351592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4337), 25, + ACTIONS(4411), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352822,10 +351618,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150941] = 3, + [149727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4339), 9, + ACTIONS(4599), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352835,7 +351631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4341), 25, + ACTIONS(4601), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352861,10 +351657,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [150983] = 3, + [149769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4476), 9, + ACTIONS(4488), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352874,7 +351670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4478), 25, + ACTIONS(4490), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352900,10 +351696,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151025] = 3, + [149811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4503), 9, + ACTIONS(4484), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352913,7 +351709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4505), 25, + ACTIONS(4486), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352939,10 +351735,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151067] = 3, + [149853] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4511), 9, + ACTIONS(4385), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352952,7 +351748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4513), 25, + ACTIONS(4387), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -352978,10 +351774,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151109] = 3, + [149895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4569), 9, + ACTIONS(4643), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -352991,7 +351787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4571), 25, + ACTIONS(4645), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353017,10 +351813,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151151] = 3, + [149937] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4261), 9, + ACTIONS(4281), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353030,7 +351826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4263), 25, + ACTIONS(4283), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353056,10 +351852,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151193] = 3, + [149979] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4539), 9, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5922), 1, + anon_sym_DASH_GT, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(5928), 1, + anon_sym_requires, + ACTIONS(6462), 1, + anon_sym_LBRACK, + STATE(4943), 1, + sym_trailing_return_type, + STATE(5047), 1, + sym_requires_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + STATE(4069), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(6460), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + [150045] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4472), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353069,7 +351916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4541), 25, + ACTIONS(4474), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353095,10 +351942,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151235] = 3, + [150087] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4549), 9, + ACTIONS(4595), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353108,7 +351955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4551), 25, + ACTIONS(4597), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353134,10 +351981,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151277] = 3, + [150129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4589), 9, + ACTIONS(4591), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353147,7 +351994,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4591), 25, + ACTIONS(4593), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353173,10 +352020,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151319] = 3, + [150171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4375), 9, + ACTIONS(4539), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353186,7 +352033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4377), 25, + ACTIONS(4541), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353212,10 +352059,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151361] = 3, + [150213] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4343), 9, + ACTIONS(4523), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353225,7 +352072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4345), 25, + ACTIONS(4525), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353251,10 +352098,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151403] = 3, + [150255] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4593), 9, + ACTIONS(4557), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353264,7 +352111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4595), 25, + ACTIONS(4559), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353290,10 +352137,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151445] = 3, + [150297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4379), 9, + ACTIONS(4527), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353303,7 +352150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4381), 25, + ACTIONS(4529), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353329,63 +352176,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151487] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6080), 1, - anon_sym_LBRACK, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6396), 1, - anon_sym___attribute__, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6444), 1, - anon_sym_DASH_GT, - STATE(5060), 1, - sym_trailing_return_type, - STATE(5180), 1, - sym_requires_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4033), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(6072), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - STATE(4119), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [151557] = 3, + [150339] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4597), 9, + ACTIONS(4468), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353395,7 +352189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4599), 25, + ACTIONS(4470), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353421,10 +352215,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151599] = 3, + [150381] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4507), 9, + ACTIONS(4531), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353434,7 +352228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4509), 25, + ACTIONS(4533), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353460,10 +352254,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151641] = 3, + [150423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4289), 9, + ACTIONS(4535), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353473,7 +352267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4291), 25, + ACTIONS(4537), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353499,10 +352293,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151683] = 3, + [150465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4655), 9, + ACTIONS(4441), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353512,7 +352306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4657), 25, + ACTIONS(4443), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353538,10 +352332,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151725] = 3, + [150507] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5918), 1, + anon_sym_LBRACK, + ACTIONS(5922), 1, + anon_sym_DASH_GT, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(5928), 1, + anon_sym_requires, + STATE(4984), 1, + sym_trailing_return_type, + STATE(5071), 1, + sym_requires_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + STATE(4069), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(5910), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + [150573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4659), 9, + ACTIONS(4413), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -353551,7 +352396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(4661), 25, + ACTIONS(4415), 25, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353577,41 +352422,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [151767] = 16, + [150615] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(6450), 1, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6464), 1, anon_sym_STAR, - ACTIONS(6452), 1, + ACTIONS(6466), 1, anon_sym_AMP_AMP, - ACTIONS(6454), 1, + ACTIONS(6468), 1, anon_sym_AMP, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6458), 1, + ACTIONS(6470), 1, sym_auto, - ACTIONS(6460), 1, + ACTIONS(6472), 1, anon_sym_decltype, - STATE(3997), 1, + STATE(3993), 1, sym_decltype_auto, - STATE(4162), 1, + STATE(4165), 1, sym_parameter_list, - STATE(5141), 1, + STATE(5080), 1, sym__abstract_declarator, - STATE(4169), 2, + STATE(4126), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5031), 5, + STATE(5024), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6082), 7, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -353619,7 +352464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6446), 8, + ACTIONS(6428), 8, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -353628,85 +352473,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_try, anon_sym_requires, - [151834] = 15, + [150682] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5916), 1, + anon_sym___attribute__, + ACTIONS(6440), 1, + sym_auto, + ACTIONS(6442), 1, + anon_sym_decltype, + ACTIONS(6476), 1, + anon_sym___declspec, + ACTIONS(6478), 1, + anon_sym_virtual, + STATE(3469), 1, + sym_decltype_auto, + ACTIONS(5445), 2, anon_sym_AMP, - ACTIONS(6084), 1, - anon_sym_DASH_GT, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(6464), 1, anon_sym_LBRACK, - STATE(5125), 1, - sym_trailing_return_type, - STATE(5222), 1, - sym_requires_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4114), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6082), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6462), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [151899] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(3765), 1, - anon_sym_SEMI, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(3753), 5, + ACTIONS(5447), 3, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - ACTIONS(3748), 24, - anon_sym_AMP, + ACTIONS(6474), 5, anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - anon_sym_const, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -353714,18 +352513,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_template, - anon_sym_operator, - [151948] = 4, + STATE(4158), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [150745] = 4, ACTIONS(3), 1, sym_comment, - STATE(1672), 1, + STATE(1555), 1, sym__fold_operator, - ACTIONS(6468), 13, + ACTIONS(6482), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -353739,7 +352541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(6466), 19, + ACTIONS(6480), 19, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -353759,40 +352561,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [151991] = 15, + [150788] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + ACTIONS(6063), 1, + anon_sym_LBRACK, + STATE(4090), 1, + sym_template_argument_list, + ACTIONS(3765), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(3752), 4, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + ACTIONS(3744), 23, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, - ACTIONS(6074), 1, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_template, + anon_sym_operator, + [150839] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6084), 1, + ACTIONS(5918), 1, + anon_sym_LBRACK, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6043), 1, anon_sym_DASH_GT, - ACTIONS(6086), 1, + ACTIONS(6045), 1, + anon_sym_requires, + STATE(5071), 1, + sym_requires_clause, + STATE(5084), 1, + sym_trailing_return_type, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + STATE(4098), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(6041), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(5910), 8, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [150904] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5924), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(5926), 1, anon_sym_throw, - ACTIONS(6090), 1, + ACTIONS(6043), 1, + anon_sym_DASH_GT, + ACTIONS(6045), 1, anon_sym_requires, - ACTIONS(6472), 1, + ACTIONS(6486), 1, anon_sym_LBRACK, - STATE(5174), 1, + STATE(5078), 1, sym_trailing_return_type, - STATE(5188), 1, + STATE(5121), 1, sym_requires_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - STATE(4114), 6, + STATE(4098), 6, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - ACTIONS(6082), 7, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -353800,7 +352695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6470), 8, + ACTIONS(6484), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -353809,40 +352704,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [152056] = 15, + [150969] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6084), 1, - anon_sym_DASH_GT, - ACTIONS(6086), 1, + ACTIONS(5924), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(5926), 1, anon_sym_throw, - ACTIONS(6090), 1, + ACTIONS(6043), 1, + anon_sym_DASH_GT, + ACTIONS(6045), 1, anon_sym_requires, - ACTIONS(6476), 1, + ACTIONS(6490), 1, anon_sym_LBRACK, - STATE(5189), 1, + STATE(5070), 1, sym_trailing_return_type, - STATE(5218), 1, + STATE(5114), 1, sym_requires_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - STATE(4062), 6, + STATE(4051), 6, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - ACTIONS(6082), 7, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -353850,7 +352745,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6474), 8, + ACTIONS(6488), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -353859,26 +352754,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [152121] = 8, + [151034] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3734), 1, + anon_sym_LBRACK, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(6025), 1, - anon_sym_LBRACK, - STATE(4112), 1, + STATE(4090), 1, sym_template_argument_list, - ACTIONS(3776), 2, + ACTIONS(3727), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - ACTIONS(3753), 4, + ACTIONS(3730), 4, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - ACTIONS(3748), 23, + ACTIONS(3725), 23, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -353902,40 +352797,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [152172] = 15, + [151085] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6084), 1, - anon_sym_DASH_GT, - ACTIONS(6086), 1, + ACTIONS(5924), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(5926), 1, anon_sym_throw, - ACTIONS(6090), 1, + ACTIONS(6043), 1, + anon_sym_DASH_GT, + ACTIONS(6045), 1, anon_sym_requires, - ACTIONS(6173), 1, + ACTIONS(6462), 1, anon_sym_LBRACK, - STATE(5134), 1, + STATE(5047), 1, sym_requires_clause, - STATE(5138), 1, + STATE(5048), 1, sym_trailing_return_type, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - STATE(4114), 6, + STATE(4098), 6, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - ACTIONS(6082), 7, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -353943,7 +352838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6171), 8, + ACTIONS(6460), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -353952,41 +352847,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [152237] = 16, + [151150] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(6450), 1, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6464), 1, anon_sym_STAR, - ACTIONS(6452), 1, + ACTIONS(6466), 1, anon_sym_AMP_AMP, - ACTIONS(6454), 1, + ACTIONS(6468), 1, anon_sym_AMP, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6458), 1, + ACTIONS(6470), 1, sym_auto, - ACTIONS(6460), 1, + ACTIONS(6472), 1, anon_sym_decltype, - STATE(3997), 1, + STATE(3993), 1, sym_decltype_auto, - STATE(4162), 1, + STATE(4165), 1, sym_parameter_list, - STATE(5133), 1, + STATE(5095), 1, sym__abstract_declarator, - STATE(4202), 2, + STATE(4161), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5031), 5, + STATE(5024), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6082), 7, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -353994,7 +352889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6478), 8, + ACTIONS(6458), 8, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -354003,32 +352898,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_try, anon_sym_requires, - [152304] = 9, + [151217] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3738), 1, - anon_sym_LBRACK, - ACTIONS(3741), 1, - anon_sym_SEMI, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(3768), 1, + anon_sym_SEMI, + ACTIONS(5466), 1, anon_sym_LT, - STATE(3985), 1, + STATE(3301), 1, sym_template_argument_list, - ACTIONS(3731), 2, + ACTIONS(3752), 5, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3734), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(3729), 23, + anon_sym_LBRACK_LBRACK, + ACTIONS(3744), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -354047,26 +352940,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [152357] = 8, + [151266] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3738), 1, + ACTIONS(3734), 1, anon_sym_LBRACK, - ACTIONS(3746), 1, + ACTIONS(3737), 1, + anon_sym_SEMI, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - STATE(4112), 1, + STATE(3872), 1, sym_template_argument_list, - ACTIONS(3731), 2, + ACTIONS(3727), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - ACTIONS(3734), 4, + ACTIONS(3730), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, - ACTIONS(3729), 23, + ACTIONS(3725), 23, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -354090,76 +352984,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [152408] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6396), 1, - anon_sym___attribute__, - ACTIONS(6482), 1, - anon_sym___declspec, - ACTIONS(6484), 1, - sym_auto, - ACTIONS(6486), 1, - anon_sym_decltype, - ACTIONS(6488), 1, - anon_sym_virtual, - STATE(3519), 1, - sym_decltype_auto, - ACTIONS(5443), 2, - anon_sym_AMP, - anon_sym_LBRACK, - ACTIONS(5445), 3, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(6480), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(4190), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [152471] = 9, + [151319] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(3902), 1, + ACTIONS(3906), 1, anon_sym_SEMI, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(6025), 1, + ACTIONS(6063), 1, anon_sym_LBRACK, - STATE(3985), 1, + STATE(3872), 1, sym_template_argument_list, - ACTIONS(3776), 2, + ACTIONS(3765), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - ACTIONS(3753), 3, + ACTIONS(3752), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(3748), 23, + ACTIONS(3744), 23, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -354183,39 +353028,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [152524] = 14, + [151372] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, ACTIONS(57), 1, anon_sym_const, - ACTIONS(6396), 1, + ACTIONS(5916), 1, anon_sym___attribute__, - ACTIONS(6482), 1, - anon_sym___declspec, - ACTIONS(6484), 1, + ACTIONS(6440), 1, sym_auto, - ACTIONS(6486), 1, + ACTIONS(6442), 1, anon_sym_decltype, - ACTIONS(6488), 1, + ACTIONS(6476), 1, + anon_sym___declspec, + ACTIONS(6478), 1, anon_sym_virtual, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - ACTIONS(5435), 2, + ACTIONS(5437), 2, anon_sym_AMP, anon_sym_LBRACK, - ACTIONS(5437), 3, + ACTIONS(5439), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6480), 5, + ACTIONS(6474), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - ACTIONS(6398), 7, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -354223,7 +353068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(4129), 8, + STATE(4139), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -354232,335 +353077,56 @@ static const uint16_t ts_small_parse_table[] = { sym_type_qualifier, sym_virtual_function_specifier, aux_sym__declaration_specifiers_repeat1, - [152587] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - ACTIONS(6490), 1, - sym_identifier, - ACTIONS(6492), 1, - anon_sym_COLON_COLON, - ACTIONS(6496), 1, - sym_primitive_type, - ACTIONS(6498), 1, - anon_sym_enum, - ACTIONS(6500), 1, - anon_sym_class, - ACTIONS(6502), 1, - anon_sym_struct, - ACTIONS(6504), 1, - anon_sym_union, - ACTIONS(6506), 1, - sym_auto, - ACTIONS(6508), 1, - anon_sym_decltype, - ACTIONS(6510), 1, - anon_sym_typename, - STATE(1913), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2163), 1, - sym__type_specifier, - STATE(2591), 1, - sym_qualified_type_identifier, - STATE(2661), 1, - sym_decltype_auto, - STATE(4150), 1, - sym_argument_list, - STATE(5242), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(2528), 2, - sym_decltype, - sym_template_type, - ACTIONS(6494), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2665), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [152667] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6080), 1, - anon_sym_LBRACK, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6396), 1, - anon_sym___attribute__, - ACTIONS(6512), 1, - anon_sym_DASH_GT, - ACTIONS(6514), 1, - anon_sym_requires, - STATE(5180), 1, - sym_requires_clause, - STATE(5308), 1, - sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4082), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(6072), 4, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - STATE(4234), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [152735] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - ACTIONS(6516), 1, - sym_identifier, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6522), 1, - sym_primitive_type, - ACTIONS(6524), 1, - anon_sym_enum, - ACTIONS(6526), 1, - anon_sym_class, - ACTIONS(6528), 1, - anon_sym_struct, - ACTIONS(6530), 1, - anon_sym_union, - ACTIONS(6532), 1, - sym_auto, - ACTIONS(6534), 1, - anon_sym_decltype, - ACTIONS(6536), 1, - anon_sym_typename, - STATE(1814), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1865), 1, - sym__type_specifier, - STATE(1994), 1, - sym_decltype_auto, - STATE(2094), 1, - sym_qualified_type_identifier, - STATE(4125), 1, - sym_argument_list, - STATE(5229), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(1991), 2, - sym_decltype, - sym_template_type, - ACTIONS(6520), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1996), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [152815] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(2464), 1, - sym_auto, - ACTIONS(2466), 1, - anon_sym_decltype, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - ACTIONS(5615), 1, - sym_primitive_type, - ACTIONS(6538), 1, - sym_identifier, - ACTIONS(6540), 1, - anon_sym_COLON_COLON, - ACTIONS(6542), 1, - anon_sym_enum, - ACTIONS(6544), 1, - anon_sym_class, - ACTIONS(6546), 1, - anon_sym_struct, - ACTIONS(6548), 1, - anon_sym_union, - ACTIONS(6550), 1, - anon_sym_typename, - STATE(2411), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3232), 1, - sym_qualified_type_identifier, - STATE(3237), 1, - sym_decltype_auto, - STATE(3315), 1, - sym__type_specifier, - STATE(4139), 1, - sym_argument_list, - STATE(5251), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3144), 2, - sym_decltype, - sym_template_type, - ACTIONS(2440), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3236), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [152895] = 23, + [151435] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1495), 1, + ACTIONS(2438), 1, sym_auto, - ACTIONS(1497), 1, + ACTIONS(2440), 1, anon_sym_decltype, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(5487), 1, + ACTIONS(5557), 1, sym_primitive_type, - ACTIONS(6552), 1, + ACTIONS(6492), 1, sym_identifier, - ACTIONS(6554), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(6556), 1, + ACTIONS(6496), 1, anon_sym_enum, - ACTIONS(6558), 1, + ACTIONS(6498), 1, anon_sym_class, - ACTIONS(6560), 1, + ACTIONS(6500), 1, anon_sym_struct, - ACTIONS(6562), 1, + ACTIONS(6502), 1, anon_sym_union, - ACTIONS(6564), 1, + ACTIONS(6504), 1, anon_sym_typename, - STATE(1941), 1, + STATE(2424), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(3206), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(3209), 1, sym_decltype_auto, - STATE(3277), 1, - sym__type_specifier, - STATE(4176), 1, - sym_argument_list, - STATE(5322), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(2671), 2, - sym_decltype, - sym_template_type, - ACTIONS(1483), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2877), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [152975] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - ACTIONS(6516), 1, - sym_identifier, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6522), 1, - sym_primitive_type, - ACTIONS(6524), 1, - anon_sym_enum, - ACTIONS(6526), 1, - anon_sym_class, - ACTIONS(6528), 1, - anon_sym_struct, - ACTIONS(6530), 1, - anon_sym_union, - ACTIONS(6532), 1, - sym_auto, - ACTIONS(6534), 1, - anon_sym_decltype, - ACTIONS(6536), 1, - anon_sym_typename, - STATE(1814), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1869), 1, + STATE(3321), 1, sym__type_specifier, - STATE(1994), 1, - sym_decltype_auto, - STATE(2094), 1, - sym_qualified_type_identifier, - STATE(4182), 1, + STATE(4121), 1, sym_argument_list, - STATE(5229), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(1991), 2, + STATE(3117), 2, sym_decltype, sym_template_type, - ACTIONS(6520), 4, + ACTIONS(2414), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1996), 7, + STATE(3208), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -354568,114 +353134,13 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [153055] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6484), 1, - sym_auto, - ACTIONS(6486), 1, - anon_sym_decltype, - ACTIONS(6566), 1, - anon_sym_STAR, - ACTIONS(6568), 1, - anon_sym_AMP_AMP, - ACTIONS(6570), 1, - anon_sym_AMP, - STATE(3519), 1, - sym_decltype_auto, - STATE(4249), 1, - sym_parameter_list, - STATE(5198), 1, - sym__abstract_declarator, - STATE(4242), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6478), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [153121] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6173), 1, - anon_sym_LBRACK, - ACTIONS(6396), 1, - anon_sym___attribute__, - ACTIONS(6512), 1, - anon_sym_DASH_GT, - ACTIONS(6514), 1, - anon_sym_requires, - STATE(5134), 1, - sym_requires_clause, - STATE(5291), 1, - sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4237), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(6171), 4, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - STATE(4231), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [153189] = 3, + [151515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2594), 2, + ACTIONS(2964), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2592), 30, + ACTIONS(2959), 30, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -354706,107 +353171,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_typename, anon_sym_template, - [153229] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - ACTIONS(6516), 1, - sym_identifier, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6522), 1, - sym_primitive_type, - ACTIONS(6526), 1, - anon_sym_class, - ACTIONS(6528), 1, - anon_sym_struct, - ACTIONS(6530), 1, - anon_sym_union, - ACTIONS(6532), 1, - sym_auto, - ACTIONS(6534), 1, - anon_sym_decltype, - ACTIONS(6572), 1, - anon_sym_enum, - ACTIONS(6574), 1, - anon_sym_typename, - STATE(1814), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1869), 1, - sym__type_specifier, - STATE(1994), 1, - sym_decltype_auto, - STATE(2094), 1, - sym_qualified_type_identifier, - STATE(4161), 1, - sym_argument_list, - STATE(5229), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(1991), 2, - sym_decltype, - sym_template_type, - ACTIONS(6520), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1996), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [153309] = 17, + [151555] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5629), 1, + anon_sym_LBRACE, + ACTIONS(6506), 1, + anon_sym_COLON, + STATE(3384), 1, + sym__enum_base_clause, + STATE(3457), 1, + sym_enumerator_list, + ACTIONS(4172), 3, anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6173), 1, anon_sym_LBRACK, - ACTIONS(6396), 1, - anon_sym___attribute__, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(6576), 1, - anon_sym_DASH_GT, - STATE(5134), 1, - sym_requires_clause, - STATE(5291), 1, - sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4237), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(6171), 4, + anon_sym_const, + ACTIONS(4170), 25, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_extern, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - STATE(4217), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, + anon_sym___declspec, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -354814,56 +353207,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [153377] = 23, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_try, + anon_sym_requires, + [151603] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, + ACTIONS(1495), 1, + sym_auto, + ACTIONS(1497), 1, + anon_sym_decltype, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(6516), 1, + ACTIONS(5485), 1, + sym_primitive_type, + ACTIONS(6508), 1, sym_identifier, - ACTIONS(6518), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(6522), 1, - sym_primitive_type, - ACTIONS(6526), 1, + ACTIONS(6512), 1, + anon_sym_enum, + ACTIONS(6514), 1, anon_sym_class, - ACTIONS(6528), 1, + ACTIONS(6516), 1, anon_sym_struct, - ACTIONS(6530), 1, + ACTIONS(6518), 1, anon_sym_union, - ACTIONS(6532), 1, - sym_auto, - ACTIONS(6534), 1, - anon_sym_decltype, - ACTIONS(6572), 1, - anon_sym_enum, - ACTIONS(6574), 1, + ACTIONS(6520), 1, anon_sym_typename, - STATE(1814), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1865), 1, - sym__type_specifier, - STATE(1994), 1, - sym_decltype_auto, - STATE(2094), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(4135), 1, + STATE(2777), 1, + sym_decltype_auto, + STATE(3276), 1, + sym__type_specifier, + STATE(4164), 1, sym_argument_list, - STATE(5229), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(1991), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - ACTIONS(6520), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1996), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -354871,27 +353269,34 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [153457] = 3, + [151683] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4737), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6306), 1, + anon_sym_LBRACE, + ACTIONS(6522), 1, + anon_sym_COLON, + STATE(3951), 1, + sym__enum_base_clause, + STATE(3985), 1, + sym_enumerator_list, + ACTIONS(4182), 6, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(4735), 18, + ACTIONS(4184), 22, anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, anon_sym___based, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -354901,63 +353306,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, sym_identifier, + sym_auto, anon_sym_decltype, - anon_sym_template, + anon_sym_virtual, anon_sym_operator, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [153497] = 23, + [151731] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(6578), 1, + ACTIONS(6524), 1, sym_identifier, - ACTIONS(6580), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(6584), 1, + ACTIONS(6530), 1, sym_primitive_type, - ACTIONS(6586), 1, + ACTIONS(6532), 1, anon_sym_enum, - ACTIONS(6588), 1, + ACTIONS(6534), 1, anon_sym_class, - ACTIONS(6590), 1, + ACTIONS(6536), 1, anon_sym_struct, - ACTIONS(6592), 1, + ACTIONS(6538), 1, anon_sym_union, - ACTIONS(6594), 1, + ACTIONS(6540), 1, sym_auto, - ACTIONS(6596), 1, + ACTIONS(6542), 1, anon_sym_decltype, - ACTIONS(6598), 1, + ACTIONS(6544), 1, anon_sym_typename, - STATE(1938), 1, + STATE(1922), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2176), 1, + STATE(2196), 1, sym__type_specifier, - STATE(2769), 1, - sym_decltype_auto, - STATE(2867), 1, + STATE(2787), 1, sym_qualified_type_identifier, - STATE(4186), 1, + STATE(2906), 1, + sym_decltype_auto, + STATE(4129), 1, sym_argument_list, - STATE(5307), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2691), 2, + STATE(2642), 2, sym_decltype, sym_template_type, - ACTIONS(6582), 4, + ACTIONS(6528), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2887), 7, + STATE(2903), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -354965,16 +353367,27 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [153577] = 3, + [151811] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2598), 2, - anon_sym_COLON_COLON, + ACTIONS(3811), 1, + anon_sym_LBRACK, + ACTIONS(3806), 2, + anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - ACTIONS(2596), 30, + ACTIONS(3809), 6, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_EQ, + ACTIONS(3804), 23, + anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -354987,63 +353400,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, + anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_typename, - anon_sym_template, - [153617] = 15, + anon_sym_operator, + [151855] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6173), 1, - anon_sym_LBRACK, - ACTIONS(6400), 1, - anon_sym_DASH_GT, - ACTIONS(6402), 1, - anon_sym_requires, - STATE(5032), 1, - sym_trailing_return_type, - STATE(5134), 1, - sym_requires_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4103), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6171), 7, - anon_sym_COMMA, + ACTIONS(6306), 1, + anon_sym_LBRACE, + ACTIONS(6522), 1, + anon_sym_COLON, + STATE(3875), 1, + sym__enum_base_clause, + STATE(4034), 1, + sym_enumerator_list, + ACTIONS(4170), 6, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, - anon_sym_try, - ACTIONS(6398), 7, + ACTIONS(4172), 22, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -355051,56 +353442,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [153681] = 23, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_operator, + [151903] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(6600), 1, + ACTIONS(6546), 1, sym_identifier, - ACTIONS(6602), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(6606), 1, + ACTIONS(6552), 1, sym_primitive_type, - ACTIONS(6608), 1, + ACTIONS(6554), 1, anon_sym_enum, - ACTIONS(6610), 1, + ACTIONS(6556), 1, anon_sym_class, - ACTIONS(6612), 1, + ACTIONS(6558), 1, anon_sym_struct, - ACTIONS(6614), 1, + ACTIONS(6560), 1, anon_sym_union, - ACTIONS(6616), 1, + ACTIONS(6562), 1, sym_auto, - ACTIONS(6618), 1, + ACTIONS(6564), 1, anon_sym_decltype, - ACTIONS(6620), 1, + ACTIONS(6566), 1, anon_sym_typename, - STATE(1841), 1, + STATE(1814), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1921), 1, + STATE(1868), 1, sym__type_specifier, - STATE(2329), 1, - sym_decltype_auto, - STATE(2450), 1, + STATE(2094), 1, sym_qualified_type_identifier, - STATE(4192), 1, + STATE(2109), 1, + sym_decltype_auto, + STATE(4135), 1, sym_argument_list, - STATE(5329), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2203), 2, + STATE(1986), 2, sym_decltype, sym_template_type, - ACTIONS(6604), 4, + ACTIONS(6550), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2250), 7, + STATE(2108), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355108,56 +353504,101 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [153761] = 23, + [151983] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6570), 1, + anon_sym_AMP_AMP, + ACTIONS(6573), 1, + anon_sym_AMP, + ACTIONS(6576), 1, + anon_sym_LBRACK, + ACTIONS(6578), 1, + anon_sym_const, + ACTIONS(6587), 1, + anon_sym_noexcept, + ACTIONS(6590), 1, + anon_sym_throw, + ACTIONS(6584), 2, + anon_sym_final, + anon_sym_override, + STATE(4069), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(6581), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(6568), 11, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [152039] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, + ACTIONS(1495), 1, + sym_auto, + ACTIONS(1497), 1, + anon_sym_decltype, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(6490), 1, + ACTIONS(5485), 1, + sym_primitive_type, + ACTIONS(6508), 1, sym_identifier, - ACTIONS(6492), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(6496), 1, - sym_primitive_type, - ACTIONS(6498), 1, + ACTIONS(6512), 1, anon_sym_enum, - ACTIONS(6500), 1, + ACTIONS(6514), 1, anon_sym_class, - ACTIONS(6502), 1, + ACTIONS(6516), 1, anon_sym_struct, - ACTIONS(6504), 1, + ACTIONS(6518), 1, anon_sym_union, - ACTIONS(6506), 1, - sym_auto, - ACTIONS(6508), 1, - anon_sym_decltype, - ACTIONS(6510), 1, + ACTIONS(6520), 1, anon_sym_typename, - STATE(1913), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2114), 1, - sym__type_specifier, - STATE(2591), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(2661), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(4154), 1, + STATE(3278), 1, + sym__type_specifier, + STATE(4132), 1, sym_argument_list, - STATE(5242), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2528), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - ACTIONS(6494), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2665), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355165,56 +353606,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [153841] = 23, + [152119] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1495), 1, - sym_auto, - ACTIONS(1497), 1, - anon_sym_decltype, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(5487), 1, - sym_primitive_type, - ACTIONS(6552), 1, + ACTIONS(6593), 1, sym_identifier, - ACTIONS(6554), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(6556), 1, + ACTIONS(6599), 1, + sym_primitive_type, + ACTIONS(6601), 1, anon_sym_enum, - ACTIONS(6558), 1, + ACTIONS(6603), 1, anon_sym_class, - ACTIONS(6560), 1, + ACTIONS(6605), 1, anon_sym_struct, - ACTIONS(6562), 1, + ACTIONS(6607), 1, anon_sym_union, - ACTIONS(6564), 1, + ACTIONS(6609), 1, + sym_auto, + ACTIONS(6611), 1, + anon_sym_decltype, + ACTIONS(6613), 1, anon_sym_typename, - STATE(1941), 1, + STATE(1909), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, - sym_qualified_type_identifier, - STATE(2879), 1, - sym_decltype_auto, - STATE(3311), 1, + STATE(2160), 1, sym__type_specifier, - STATE(4181), 1, + STATE(2680), 1, + sym_decltype_auto, + STATE(2685), 1, + sym_qualified_type_identifier, + STATE(4109), 1, sym_argument_list, - STATE(5322), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(2511), 2, sym_decltype, sym_template_type, - ACTIONS(1483), 4, + ACTIONS(6597), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2678), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355222,13 +353663,13 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [153921] = 3, + [152199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2930), 2, + ACTIONS(2842), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2925), 30, + ACTIONS(2840), 30, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -355259,56 +353700,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_typename, anon_sym_template, - [153961] = 23, + [152239] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1495), 1, - sym_auto, - ACTIONS(1497), 1, - anon_sym_decltype, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(5487), 1, - sym_primitive_type, - ACTIONS(6552), 1, + ACTIONS(6593), 1, sym_identifier, - ACTIONS(6554), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(6558), 1, + ACTIONS(6599), 1, + sym_primitive_type, + ACTIONS(6601), 1, + anon_sym_enum, + ACTIONS(6603), 1, anon_sym_class, - ACTIONS(6560), 1, + ACTIONS(6605), 1, anon_sym_struct, - ACTIONS(6562), 1, + ACTIONS(6607), 1, anon_sym_union, - ACTIONS(6622), 1, - anon_sym_enum, - ACTIONS(6624), 1, + ACTIONS(6609), 1, + sym_auto, + ACTIONS(6611), 1, + anon_sym_decltype, + ACTIONS(6613), 1, anon_sym_typename, - STATE(1941), 1, + STATE(1909), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, - sym_qualified_type_identifier, - STATE(2879), 1, - sym_decltype_auto, - STATE(3311), 1, + STATE(2037), 1, sym__type_specifier, - STATE(4177), 1, + STATE(2680), 1, + sym_decltype_auto, + STATE(2685), 1, + sym_qualified_type_identifier, + STATE(4171), 1, sym_argument_list, - STATE(5322), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(2511), 2, sym_decltype, sym_template_type, - ACTIONS(1483), 4, + ACTIONS(6597), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2678), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355316,144 +353757,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [154041] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6080), 1, - anon_sym_LBRACK, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6396), 1, - anon_sym___attribute__, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(6576), 1, - anon_sym_DASH_GT, - STATE(5180), 1, - sym_requires_clause, - STATE(5308), 1, - sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4085), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(6072), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - STATE(4220), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [154109] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6628), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(6626), 30, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_typename, - anon_sym_template, - [154149] = 23, + [152319] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2464), 1, + ACTIONS(1495), 1, sym_auto, - ACTIONS(2466), 1, + ACTIONS(1497), 1, anon_sym_decltype, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(5615), 1, + ACTIONS(5485), 1, sym_primitive_type, - ACTIONS(6538), 1, + ACTIONS(6508), 1, sym_identifier, - ACTIONS(6540), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(6542), 1, + ACTIONS(6512), 1, anon_sym_enum, - ACTIONS(6544), 1, + ACTIONS(6514), 1, anon_sym_class, - ACTIONS(6546), 1, + ACTIONS(6516), 1, anon_sym_struct, - ACTIONS(6548), 1, + ACTIONS(6518), 1, anon_sym_union, - ACTIONS(6550), 1, + ACTIONS(6520), 1, anon_sym_typename, - STATE(2411), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3232), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(3237), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(3321), 1, + STATE(3270), 1, sym__type_specifier, - STATE(4200), 1, + STATE(4116), 1, sym_argument_list, - STATE(5251), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3144), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - ACTIONS(2440), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3236), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355461,56 +353814,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [154229] = 23, + [152399] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1495), 1, + ACTIONS(2438), 1, sym_auto, - ACTIONS(1497), 1, + ACTIONS(2440), 1, anon_sym_decltype, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(5487), 1, + ACTIONS(5557), 1, sym_primitive_type, - ACTIONS(6552), 1, + ACTIONS(6492), 1, sym_identifier, - ACTIONS(6554), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(6556), 1, + ACTIONS(6496), 1, anon_sym_enum, - ACTIONS(6558), 1, + ACTIONS(6498), 1, anon_sym_class, - ACTIONS(6560), 1, + ACTIONS(6500), 1, anon_sym_struct, - ACTIONS(6562), 1, + ACTIONS(6502), 1, anon_sym_union, - ACTIONS(6564), 1, + ACTIONS(6504), 1, anon_sym_typename, - STATE(1941), 1, + STATE(2424), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(3206), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(3209), 1, sym_decltype_auto, - STATE(3276), 1, + STATE(3315), 1, sym__type_specifier, - STATE(4158), 1, + STATE(4115), 1, sym_argument_list, - STATE(5322), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(3117), 2, sym_decltype, sym_template_type, - ACTIONS(1483), 4, + ACTIONS(2414), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(3208), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355518,56 +353871,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [154309] = 23, + [152479] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(6600), 1, + ACTIONS(6615), 1, sym_identifier, - ACTIONS(6602), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(6606), 1, + ACTIONS(6621), 1, sym_primitive_type, - ACTIONS(6608), 1, + ACTIONS(6623), 1, anon_sym_enum, - ACTIONS(6610), 1, + ACTIONS(6625), 1, anon_sym_class, - ACTIONS(6612), 1, + ACTIONS(6627), 1, anon_sym_struct, - ACTIONS(6614), 1, + ACTIONS(6629), 1, anon_sym_union, - ACTIONS(6616), 1, + ACTIONS(6631), 1, sym_auto, - ACTIONS(6618), 1, + ACTIONS(6633), 1, anon_sym_decltype, - ACTIONS(6620), 1, + ACTIONS(6635), 1, anon_sym_typename, STATE(1841), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1948), 1, + STATE(1955), 1, sym__type_specifier, - STATE(2329), 1, - sym_decltype_auto, - STATE(2450), 1, + STATE(2254), 1, sym_qualified_type_identifier, - STATE(4195), 1, + STATE(2331), 1, + sym_decltype_auto, + STATE(4174), 1, sym_argument_list, - STATE(5329), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2203), 2, + STATE(2208), 2, sym_decltype, sym_template_type, - ACTIONS(6604), 4, + ACTIONS(6619), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2250), 7, + STATE(2330), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355575,59 +353928,10 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [154389] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6400), 1, - anon_sym_DASH_GT, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6472), 1, - anon_sym_LBRACK, - STATE(5073), 1, - sym_trailing_return_type, - STATE(5188), 1, - sym_requires_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4103), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6470), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [154453] = 23, + [152559] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1495), 1, sym_auto, @@ -355635,37 +353939,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(5487), 1, + ACTIONS(5485), 1, sym_primitive_type, - ACTIONS(6552), 1, + ACTIONS(6508), 1, sym_identifier, - ACTIONS(6554), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(6556), 1, + ACTIONS(6512), 1, anon_sym_enum, - ACTIONS(6558), 1, + ACTIONS(6514), 1, anon_sym_class, - ACTIONS(6560), 1, + ACTIONS(6516), 1, anon_sym_struct, - ACTIONS(6562), 1, + ACTIONS(6518), 1, anon_sym_union, - ACTIONS(6564), 1, + ACTIONS(6520), 1, anon_sym_typename, - STATE(1941), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(2777), 1, sym_decltype_auto, STATE(3295), 1, sym__type_specifier, - STATE(4156), 1, + STATE(4167), 1, sym_argument_list, - STATE(5322), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(2634), 2, sym_decltype, sym_template_type, ACTIONS(1483), 4, @@ -355673,7 +353977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355681,140 +353985,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [154533] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6632), 1, - anon_sym_AMP_AMP, - ACTIONS(6635), 1, - anon_sym_AMP, - ACTIONS(6638), 1, - anon_sym_LBRACK, - ACTIONS(6640), 1, - anon_sym_const, - ACTIONS(6649), 1, - anon_sym_noexcept, - ACTIONS(6652), 1, - anon_sym_throw, - ACTIONS(6646), 2, - anon_sym_final, - anon_sym_override, - STATE(4103), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6643), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6630), 11, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [154589] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3809), 1, - anon_sym_LBRACK, - ACTIONS(3804), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3807), 6, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_EQ, - ACTIONS(3802), 23, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, - anon_sym_operator, - [154633] = 23, + [152639] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(6578), 1, + ACTIONS(6546), 1, sym_identifier, - ACTIONS(6580), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(6584), 1, + ACTIONS(6552), 1, sym_primitive_type, - ACTIONS(6586), 1, + ACTIONS(6554), 1, anon_sym_enum, - ACTIONS(6588), 1, + ACTIONS(6556), 1, anon_sym_class, - ACTIONS(6590), 1, + ACTIONS(6558), 1, anon_sym_struct, - ACTIONS(6592), 1, + ACTIONS(6560), 1, anon_sym_union, - ACTIONS(6594), 1, + ACTIONS(6562), 1, sym_auto, - ACTIONS(6596), 1, + ACTIONS(6564), 1, anon_sym_decltype, - ACTIONS(6598), 1, + ACTIONS(6566), 1, anon_sym_typename, - STATE(1938), 1, + STATE(1814), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2174), 1, + STATE(1872), 1, sym__type_specifier, - STATE(2769), 1, - sym_decltype_auto, - STATE(2867), 1, + STATE(2094), 1, sym_qualified_type_identifier, - STATE(4203), 1, + STATE(2109), 1, + sym_decltype_auto, + STATE(4113), 1, sym_argument_list, - STATE(5307), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2691), 2, + STATE(1986), 2, sym_decltype, sym_template_type, - ACTIONS(6582), 4, + ACTIONS(6550), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2887), 7, + STATE(2108), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355822,13 +354042,13 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [154713] = 3, + [152719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2614), 2, + ACTIONS(2504), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2612), 30, + ACTIONS(2502), 30, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -355859,56 +354079,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_typename, anon_sym_template, - [154753] = 23, + [152759] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1495), 1, - sym_auto, - ACTIONS(1497), 1, - anon_sym_decltype, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(5487), 1, - sym_primitive_type, - ACTIONS(6552), 1, + ACTIONS(6524), 1, sym_identifier, - ACTIONS(6554), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(6558), 1, + ACTIONS(6530), 1, + sym_primitive_type, + ACTIONS(6532), 1, + anon_sym_enum, + ACTIONS(6534), 1, anon_sym_class, - ACTIONS(6560), 1, + ACTIONS(6536), 1, anon_sym_struct, - ACTIONS(6562), 1, + ACTIONS(6538), 1, anon_sym_union, - ACTIONS(6622), 1, - anon_sym_enum, - ACTIONS(6624), 1, + ACTIONS(6540), 1, + sym_auto, + ACTIONS(6542), 1, + anon_sym_decltype, + ACTIONS(6544), 1, anon_sym_typename, - STATE(1941), 1, + STATE(1922), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(2182), 1, + sym__type_specifier, + STATE(2787), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(2906), 1, sym_decltype_auto, - STATE(3295), 1, - sym__type_specifier, - STATE(4166), 1, + STATE(4154), 1, sym_argument_list, - STATE(5322), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(2642), 2, sym_decltype, sym_template_type, - ACTIONS(1483), 4, + ACTIONS(6528), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2903), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355916,41 +354136,21 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [154833] = 16, + [152839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(6639), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(6637), 30, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6484), 1, - sym_auto, - ACTIONS(6486), 1, - anon_sym_decltype, - ACTIONS(6566), 1, - anon_sym_STAR, - ACTIONS(6568), 1, - anon_sym_AMP_AMP, - ACTIONS(6570), 1, - anon_sym_AMP, - STATE(3519), 1, - sym_decltype_auto, - STATE(4249), 1, - sym_parameter_list, - STATE(5193), 1, - sym__abstract_declarator, - STATE(4255), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6398), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -355958,21 +354158,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6446), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [154899] = 3, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_typename, + anon_sym_template, + [152879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 2, + ACTIONS(2614), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2678), 30, + ACTIONS(2612), 30, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -356003,13 +354210,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_typename, anon_sym_template, - [154939] = 3, + [152919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2558), 2, + ACTIONS(2472), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2556), 30, + ACTIONS(2470), 30, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -356040,76 +354247,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_typename, anon_sym_template, - [154979] = 17, + [152959] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6078), 1, - anon_sym___attribute__, - ACTIONS(6080), 1, - anon_sym_LBRACK, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6655), 1, - anon_sym_DASH_GT, - ACTIONS(6657), 1, - anon_sym_requires, - STATE(5180), 1, - sym_requires_clause, - STATE(5458), 1, - sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4113), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(6072), 3, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(5431), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - STATE(4274), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6082), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [155046] = 5, + ACTIONS(6615), 1, + sym_identifier, + ACTIONS(6617), 1, + anon_sym_COLON_COLON, + ACTIONS(6621), 1, + sym_primitive_type, + ACTIONS(6623), 1, + anon_sym_enum, + ACTIONS(6625), 1, + anon_sym_class, + ACTIONS(6627), 1, + anon_sym_struct, + ACTIONS(6629), 1, + anon_sym_union, + ACTIONS(6631), 1, + sym_auto, + ACTIONS(6633), 1, + anon_sym_decltype, + ACTIONS(6635), 1, + anon_sym_typename, + STATE(1841), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1938), 1, + sym__type_specifier, + STATE(2254), 1, + sym_qualified_type_identifier, + STATE(2331), 1, + sym_decltype_auto, + STATE(4137), 1, + sym_argument_list, + STATE(5233), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(2208), 2, + sym_decltype, + sym_template_type, + ACTIONS(6619), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2330), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [153039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3811), 1, - anon_sym_LBRACK, - ACTIONS(3804), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3807), 5, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(2526), 2, anon_sym_COLON_COLON, - ACTIONS(3802), 23, - anon_sym_AMP, + anon_sym_LBRACK_LBRACK, + ACTIONS(2524), 30, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -356122,88 +354326,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, anon_sym_virtual, + anon_sym_typename, anon_sym_template, - anon_sym_operator, - [155089] = 17, + [153079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(4775), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6078), 1, - anon_sym___attribute__, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6173), 1, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(6655), 1, + anon_sym_EQ, anon_sym_DASH_GT, - ACTIONS(6657), 1, - anon_sym_requires, - STATE(5134), 1, - sym_requires_clause, - STATE(5447), 1, - sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - STATE(4264), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(6171), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - STATE(4267), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6082), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [155156] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6632), 1, - anon_sym_AMP_AMP, - ACTIONS(6635), 1, + anon_sym_GT2, + ACTIONS(4773), 18, anon_sym_AMP, - ACTIONS(6638), 1, - anon_sym_LBRACK, - ACTIONS(6649), 1, - anon_sym_noexcept, - ACTIONS(6652), 1, - anon_sym_throw, - ACTIONS(6659), 1, + anon_sym___based, anon_sym_const, - ACTIONS(6646), 2, - anon_sym_final, - anon_sym_override, - STATE(4114), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6662), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -356211,33 +354370,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6630), 10, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DASH_GT, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, anon_sym_requires, - [155211] = 7, + [153119] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5701), 1, + ACTIONS(5629), 1, anon_sym_LBRACE, - ACTIONS(6665), 1, + ACTIONS(6506), 1, anon_sym_COLON, - STATE(3460), 1, + STATE(3380), 1, sym__enum_base_clause, - STATE(3463), 1, + STATE(3477), 1, sym_enumerator_list, - ACTIONS(4179), 3, + ACTIONS(4184), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(4177), 24, + ACTIONS(4182), 25, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, @@ -356261,20 +354417,22 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_virtual, + anon_sym_try, anon_sym_requires, - [155258] = 4, + [153167] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4110), 1, - anon_sym_SEMI, - ACTIONS(4261), 6, + ACTIONS(3083), 9, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(4263), 24, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(3081), 22, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -356294,31 +354452,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, sym_identifier, - sym_auto, - anon_sym_decltype, anon_sym_virtual, - anon_sym_template, anon_sym_operator, - [155299] = 5, + anon_sym_try, + [153206] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4110), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(6430), 1, + anon_sym_LPAREN2, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6440), 1, + sym_auto, + ACTIONS(6442), 1, + anon_sym_decltype, + ACTIONS(6641), 1, + anon_sym_STAR, + ACTIONS(6643), 1, + anon_sym_AMP_AMP, + ACTIONS(6645), 1, + anon_sym_AMP, + STATE(3469), 1, + sym_decltype_auto, + STATE(4227), 1, + sym_parameter_list, + STATE(5185), 1, + sym__abstract_declarator, + STATE(4215), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6458), 6, + anon_sym_RPAREN, anon_sym_SEMI, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4261), 5, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + anon_sym_requires, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [153271] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3813), 1, + anon_sym_LBRACK, + ACTIONS(3806), 2, anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(3809), 5, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - ACTIONS(4263), 24, + anon_sym_SEMI, + anon_sym_COLON_COLON, + ACTIONS(3804), 23, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -356337,31 +354542,193 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_template, anon_sym_operator, - [155342] = 3, + [153314] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5918), 1, + anon_sym_LBRACK, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6039), 1, + anon_sym___attribute__, + ACTIONS(6647), 1, + anon_sym_DASH_GT, + ACTIONS(6649), 1, + anon_sym_requires, + STATE(5071), 1, + sym_requires_clause, + STATE(5360), 1, + sym_trailing_return_type, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + STATE(4214), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(5910), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + STATE(4232), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(6041), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [153381] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6452), 1, + anon_sym_DASH_GT, + ACTIONS(6454), 1, + anon_sym_requires, + ACTIONS(6462), 1, + anon_sym_LBRACK, + STATE(5047), 1, + sym_requires_clause, + STATE(5187), 1, + sym_trailing_return_type, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6460), 6, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + STATE(4069), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [153444] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5922), 1, + anon_sym_DASH_GT, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(5928), 1, + anon_sym_requires, + ACTIONS(6653), 1, + anon_sym_LBRACK, + STATE(4957), 1, + sym_trailing_return_type, + STATE(4964), 1, + sym_requires_clause, + STATE(4207), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(6651), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + [153505] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3091), 9, - anon_sym_COMMA, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(6430), 1, anon_sym_LPAREN2, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6440), 1, + sym_auto, + ACTIONS(6442), 1, + anon_sym_decltype, + ACTIONS(6641), 1, anon_sym_STAR, + ACTIONS(6643), 1, anon_sym_AMP_AMP, + ACTIONS(6645), 1, + anon_sym_AMP, + STATE(3469), 1, + sym_decltype_auto, + STATE(4227), 1, + sym_parameter_list, + STATE(5197), 1, + sym__abstract_declarator, + STATE(4235), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6428), 6, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(3089), 22, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, + anon_sym_try, + anon_sym_requires, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -356369,51 +354736,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_identifier, - anon_sym_virtual, - anon_sym_operator, - anon_sym_try, - [155381] = 15, + [153570] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6086), 1, + ACTIONS(5924), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(5926), 1, anon_sym_throw, - ACTIONS(6173), 1, + ACTIONS(5940), 1, anon_sym_LBRACK, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6444), 1, + ACTIONS(6039), 1, + anon_sym___attribute__, + ACTIONS(6647), 1, anon_sym_DASH_GT, - STATE(5032), 1, - sym_trailing_return_type, - STATE(5134), 1, + ACTIONS(6649), 1, + anon_sym_requires, + STATE(5102), 1, sym_requires_clause, - ACTIONS(4003), 2, + STATE(5334), 1, + sym_trailing_return_type, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(6171), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(4091), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(5938), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - STATE(4103), 6, + anon_sym_COLON, + STATE(4223), 6, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -356421,47 +354786,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [155444] = 15, + [153637] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6086), 1, + ACTIONS(5918), 1, + anon_sym_LBRACK, + ACTIONS(5924), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(5926), 1, anon_sym_throw, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6444), 1, + ACTIONS(6452), 1, anon_sym_DASH_GT, - ACTIONS(6472), 1, - anon_sym_LBRACK, - STATE(5073), 1, - sym_trailing_return_type, - STATE(5188), 1, + ACTIONS(6454), 1, + anon_sym_requires, + STATE(5071), 1, sym_requires_clause, - ACTIONS(4003), 2, + STATE(5203), 1, + sym_trailing_return_type, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(6470), 6, - anon_sym_COMMA, + ACTIONS(5910), 6, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - STATE(4103), 6, + anon_sym_LBRACE, + anon_sym_try, + STATE(4069), 6, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -356469,7 +354834,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [155507] = 3, + [153700] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3087), 9, @@ -356505,48 +354870,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_virtual, anon_sym_operator, anon_sym_try, - [155546] = 16, + [153739] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6484), 1, - sym_auto, - ACTIONS(6486), 1, - anon_sym_decltype, - ACTIONS(6667), 1, - anon_sym_STAR, - ACTIONS(6669), 1, + ACTIONS(6570), 1, anon_sym_AMP_AMP, - ACTIONS(6671), 1, + ACTIONS(6573), 1, anon_sym_AMP, - STATE(3519), 1, - sym_decltype_auto, - STATE(4260), 1, - sym_parameter_list, - STATE(5260), 1, - sym__abstract_declarator, - STATE(4263), 2, + ACTIONS(6576), 1, + anon_sym_LBRACK, + ACTIONS(6587), 1, + anon_sym_noexcept, + ACTIONS(6590), 1, + anon_sym_throw, + ACTIONS(6655), 1, + anon_sym_const, + ACTIONS(6584), 2, + anon_sym_final, + anon_sym_override, + STATE(4098), 6, sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6446), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(6398), 7, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(6658), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -356554,88 +354903,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [155611] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5701), 1, - anon_sym_LBRACE, - ACTIONS(6665), 1, - anon_sym_COLON, - STATE(3527), 1, - sym_enumerator_list, - STATE(3528), 1, - sym__enum_base_clause, - ACTIONS(4198), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(4196), 24, - anon_sym_RPAREN, + ACTIONS(6568), 10, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_extern, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_try, anon_sym_requires, - [155658] = 16, + [153794] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6484), 1, - sym_auto, - ACTIONS(6486), 1, - anon_sym_decltype, - ACTIONS(6667), 1, + ACTIONS(6432), 1, anon_sym_STAR, - ACTIONS(6669), 1, + ACTIONS(6434), 1, anon_sym_AMP_AMP, - ACTIONS(6671), 1, + ACTIONS(6436), 1, anon_sym_AMP, - STATE(3519), 1, - sym_decltype_auto, - STATE(4260), 1, + ACTIONS(6438), 1, + anon_sym_LBRACK, + STATE(4106), 1, sym_parameter_list, - STATE(5282), 1, + STATE(4974), 1, sym__abstract_declarator, - STATE(4268), 2, + STATE(4330), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5031), 5, + STATE(5024), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6478), 6, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(5357), 9, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [153853] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5922), 1, + anon_sym_DASH_GT, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(5928), 1, anon_sym_requires, - ACTIONS(6398), 7, + ACTIONS(6663), 1, + anon_sym_LBRACK, + STATE(4952), 1, + sym_requires_clause, + STATE(4958), 1, + sym_trailing_return_type, + STATE(4207), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -356643,139 +354997,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [155723] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(6516), 1, - sym_identifier, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6522), 1, - sym_primitive_type, - ACTIONS(6524), 1, - anon_sym_enum, - ACTIONS(6526), 1, - anon_sym_class, - ACTIONS(6528), 1, - anon_sym_struct, - ACTIONS(6530), 1, - anon_sym_union, - ACTIONS(6532), 1, - sym_auto, - ACTIONS(6534), 1, - anon_sym_decltype, - ACTIONS(6536), 1, - anon_sym_typename, - STATE(1814), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1856), 1, - sym__type_specifier, - STATE(1994), 1, - sym_decltype_auto, - STATE(2094), 1, - sym_qualified_type_identifier, - STATE(5229), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(1991), 2, - sym_decltype, - sym_template_type, - ACTIONS(6520), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1996), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [155797] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(6661), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, - anon_sym_STAR, - ACTIONS(5373), 1, - anon_sym_AMP_AMP, - ACTIONS(5375), 1, - anon_sym_AMP, - STATE(4900), 1, - sym__scope_resolution, - STATE(5012), 1, - sym__declarator, - STATE(5887), 1, - sym_init_declarator, - STATE(6739), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [155867] = 13, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + [153914] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6450), 1, - anon_sym_STAR, - ACTIONS(6452), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6454), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6456), 1, + ACTIONS(5922), 1, + anon_sym_DASH_GT, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(5928), 1, + anon_sym_requires, + ACTIONS(6667), 1, anon_sym_LBRACK, - STATE(4162), 1, - sym_parameter_list, - STATE(5118), 1, - sym__abstract_declarator, - STATE(4188), 2, + STATE(4956), 1, + sym_trailing_return_type, + STATE(4966), 1, + sym_requires_clause, + STATE(4100), 5, sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6082), 7, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -356783,95 +355044,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(4295), 8, + ACTIONS(6665), 9, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [155925] = 21, + [153975] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1679), 1, - sym_primitive_type, - ACTIONS(1681), 1, - anon_sym_enum, - ACTIONS(1683), 1, - anon_sym_class, - ACTIONS(1685), 1, - anon_sym_struct, - ACTIONS(1687), 1, - anon_sym_union, - ACTIONS(1689), 1, - sym_auto, - ACTIONS(1691), 1, - anon_sym_decltype, - ACTIONS(1695), 1, - anon_sym_typename, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(4702), 1, + ACTIONS(4103), 1, anon_sym_COLON_COLON, - STATE(3784), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3987), 1, - sym__type_specifier, - STATE(4034), 1, - sym_decltype_auto, - STATE(4047), 1, - sym_qualified_type_identifier, - STATE(5294), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(1677), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(4032), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [155999] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6396), 1, - anon_sym___attribute__, - ACTIONS(6482), 1, - anon_sym___declspec, - ACTIONS(6488), 1, - anon_sym_virtual, - ACTIONS(5473), 2, - anon_sym_AMP, - anon_sym_LBRACK, - ACTIONS(5475), 3, + ACTIONS(4124), 1, + anon_sym_SEMI, + ACTIONS(4257), 5, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6480), 5, + anon_sym_LBRACK_LBRACK, + ACTIONS(4259), 24, + anon_sym_AMP, anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - ACTIONS(6398), 7, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -356879,664 +355086,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(4184), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [156053] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(6516), 1, sym_identifier, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6522), 1, - sym_primitive_type, - ACTIONS(6526), 1, - anon_sym_class, - ACTIONS(6528), 1, - anon_sym_struct, - ACTIONS(6530), 1, - anon_sym_union, - ACTIONS(6532), 1, - sym_auto, - ACTIONS(6534), 1, - anon_sym_decltype, - ACTIONS(6572), 1, - anon_sym_enum, - ACTIONS(6574), 1, - anon_sym_typename, - STATE(1814), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1980), 1, - sym__type_specifier, - STATE(1994), 1, - sym_decltype_auto, - STATE(2094), 1, - sym_qualified_type_identifier, - STATE(5229), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(1991), 2, - sym_decltype, - sym_template_type, - ACTIONS(6520), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1996), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [156127] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1487), 1, - anon_sym_enum, - ACTIONS(1489), 1, - anon_sym_class, - ACTIONS(1491), 1, - anon_sym_struct, - ACTIONS(1493), 1, - anon_sym_union, - ACTIONS(1495), 1, sym_auto, - ACTIONS(1497), 1, - anon_sym_decltype, - ACTIONS(1499), 1, - anon_sym_typename, - ACTIONS(5481), 1, - sym_identifier, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(5487), 1, - sym_primitive_type, - STATE(1941), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, - sym__type_specifier, - STATE(2781), 1, - sym_qualified_type_identifier, - STATE(2879), 1, - sym_decltype_auto, - STATE(5259), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(2671), 2, - sym_decltype, - sym_template_type, - ACTIONS(1483), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2877), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [156201] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, - anon_sym_STAR, - ACTIONS(5373), 1, - anon_sym_AMP_AMP, - ACTIONS(5375), 1, - anon_sym_AMP, - STATE(4900), 1, - sym__scope_resolution, - STATE(4994), 1, - sym__declarator, - STATE(6003), 1, - sym_init_declarator, - STATE(6739), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [156271] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, + anon_sym_virtual, anon_sym_template, - ACTIONS(1501), 1, anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, - anon_sym_STAR, - ACTIONS(5373), 1, - anon_sym_AMP_AMP, - ACTIONS(5375), 1, - anon_sym_AMP, - STATE(4900), 1, - sym__scope_resolution, - STATE(5000), 1, - sym__declarator, - STATE(5887), 1, - sym_init_declarator, - STATE(6739), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [156341] = 16, + [154018] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(6673), 1, + ACTIONS(6432), 1, anon_sym_STAR, - ACTIONS(6675), 1, + ACTIONS(6434), 1, anon_sym_AMP_AMP, - ACTIONS(6677), 1, + ACTIONS(6436), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6438), 1, anon_sym_LBRACK, - ACTIONS(6683), 1, - sym_auto, - ACTIONS(6685), 1, - anon_sym_decltype, - STATE(4304), 1, + STATE(4106), 1, sym_parameter_list, - STATE(4558), 1, - sym_decltype_auto, - STATE(5361), 1, + STATE(4973), 1, sym__abstract_declarator, - STATE(4303), 2, + STATE(4330), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(6478), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - STATE(5117), 5, + STATE(5024), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [156405] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(6516), 1, - sym_identifier, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6522), 1, - sym_primitive_type, - ACTIONS(6526), 1, - anon_sym_class, - ACTIONS(6528), 1, - anon_sym_struct, - ACTIONS(6530), 1, - anon_sym_union, - ACTIONS(6532), 1, - sym_auto, - ACTIONS(6534), 1, - anon_sym_decltype, - ACTIONS(6572), 1, - anon_sym_enum, - ACTIONS(6574), 1, - anon_sym_typename, - STATE(1814), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1856), 1, - sym__type_specifier, - STATE(1994), 1, - sym_decltype_auto, - STATE(2094), 1, - sym_qualified_type_identifier, - STATE(5229), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(1991), 2, - sym_decltype, - sym_template_type, - ACTIONS(6520), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1996), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [156479] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1431), 1, - anon_sym_enum, - ACTIONS(1433), 1, - anon_sym_class, - ACTIONS(1435), 1, - anon_sym_struct, - ACTIONS(1437), 1, - anon_sym_union, - ACTIONS(1451), 1, - anon_sym_typename, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3409), 1, - sym__type_specifier, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(5304), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [156553] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, - anon_sym_STAR, - ACTIONS(5373), 1, - anon_sym_AMP_AMP, - ACTIONS(5375), 1, - anon_sym_AMP, - STATE(4864), 1, - sym__declarator, - STATE(4900), 1, - sym__scope_resolution, - STATE(5931), 1, - sym_init_declarator, - STATE(6739), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [156623] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, - anon_sym_STAR, - ACTIONS(5373), 1, - anon_sym_AMP_AMP, - ACTIONS(5375), 1, - anon_sym_AMP, - STATE(4888), 1, - sym__declarator, - STATE(4900), 1, - sym__scope_resolution, - STATE(5848), 1, - sym_init_declarator, - STATE(6739), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [156693] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(2464), 1, - sym_auto, - ACTIONS(2466), 1, - anon_sym_decltype, - ACTIONS(5615), 1, - sym_primitive_type, - ACTIONS(6538), 1, - sym_identifier, - ACTIONS(6540), 1, - anon_sym_COLON_COLON, - ACTIONS(6542), 1, - anon_sym_enum, - ACTIONS(6544), 1, - anon_sym_class, - ACTIONS(6546), 1, - anon_sym_struct, - ACTIONS(6548), 1, - anon_sym_union, - ACTIONS(6550), 1, - anon_sym_typename, - STATE(2411), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3232), 1, - sym_qualified_type_identifier, - STATE(3237), 1, - sym_decltype_auto, - STATE(3322), 1, - sym__type_specifier, - STATE(5251), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3144), 2, - sym_decltype, - sym_template_type, - ACTIONS(2440), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3236), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [156767] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, - anon_sym_STAR, - ACTIONS(5373), 1, - anon_sym_AMP_AMP, - ACTIONS(5375), 1, - anon_sym_AMP, - STATE(4890), 1, - sym__declarator, - STATE(4900), 1, - sym__scope_resolution, - STATE(6070), 1, - sym_init_declarator, - STATE(6739), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [156837] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5357), 1, - anon_sym_STAR, - ACTIONS(5359), 1, - anon_sym_AMP_AMP, - ACTIONS(5361), 1, - anon_sym_AMP, - ACTIONS(5363), 1, - anon_sym_LBRACK, - STATE(4900), 1, - sym__scope_resolution, - STATE(4979), 1, - sym__declarator, - STATE(5887), 1, - sym_init_declarator, - STATE(6665), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [156907] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6084), 1, - anon_sym_DASH_GT, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(6689), 1, - anon_sym_LBRACK, - STATE(5040), 1, - sym_requires_clause, - STATE(5177), 1, - sym_trailing_return_type, - STATE(4271), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6082), 7, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -357544,200 +355128,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6687), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [156967] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(2886), 1, - anon_sym_class, - ACTIONS(2888), 1, - anon_sym_struct, - ACTIONS(2890), 1, - anon_sym_union, - ACTIONS(5603), 1, - anon_sym_enum, - ACTIONS(5605), 1, - anon_sym_typename, - STATE(3409), 1, - sym__type_specifier, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(2880), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [157041] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, - anon_sym_STAR, - ACTIONS(5373), 1, - anon_sym_AMP_AMP, - ACTIONS(5375), 1, - anon_sym_AMP, - STATE(4875), 1, - sym__declarator, - STATE(4900), 1, - sym__scope_resolution, - STATE(6003), 1, - sym_init_declarator, - STATE(6739), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [157111] = 19, + ACTIONS(6669), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [154077] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(4124), 1, + anon_sym_SEMI, + ACTIONS(4257), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(4259), 24, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, anon_sym___based, - ACTIONS(1133), 1, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_virtual, anon_sym_template, - ACTIONS(1501), 1, anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, + [154118] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5357), 1, + ACTIONS(6432), 1, anon_sym_STAR, - ACTIONS(5359), 1, + ACTIONS(6434), 1, anon_sym_AMP_AMP, - ACTIONS(5361), 1, + ACTIONS(6436), 1, anon_sym_AMP, - ACTIONS(5363), 1, + ACTIONS(6438), 1, anon_sym_LBRACK, - STATE(4900), 1, - sym__scope_resolution, - STATE(4957), 1, - sym__declarator, - STATE(5887), 1, - sym_init_declarator, - STATE(6665), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [157181] = 14, + STATE(4106), 1, + sym_parameter_list, + STATE(5002), 1, + sym__abstract_declarator, + STATE(4330), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(6671), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [154177] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6084), 1, + ACTIONS(5922), 1, anon_sym_DASH_GT, - ACTIONS(6086), 1, + ACTIONS(5924), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(5926), 1, anon_sym_throw, - ACTIONS(6090), 1, + ACTIONS(5928), 1, anon_sym_requires, - ACTIONS(6693), 1, + ACTIONS(6675), 1, anon_sym_LBRACK, - STATE(5062), 1, - sym_requires_clause, - STATE(5186), 1, + STATE(4947), 1, sym_trailing_return_type, - STATE(4142), 5, + STATE(4989), 1, + sym_requires_clause, + STATE(4093), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6082), 7, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -357745,112 +355258,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6691), 8, + ACTIONS(6673), 9, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - [157241] = 19, + [154238] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5357), 1, + ACTIONS(6432), 1, anon_sym_STAR, - ACTIONS(5359), 1, + ACTIONS(6434), 1, anon_sym_AMP_AMP, - ACTIONS(5361), 1, + ACTIONS(6436), 1, anon_sym_AMP, - ACTIONS(5363), 1, + ACTIONS(6438), 1, anon_sym_LBRACK, - STATE(4900), 1, - sym__scope_resolution, - STATE(4971), 1, - sym__declarator, - STATE(5887), 1, - sym_init_declarator, - STATE(6665), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [157311] = 21, + STATE(4106), 1, + sym_parameter_list, + STATE(5013), 1, + sym__abstract_declarator, + STATE(4099), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(4367), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [154297] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, sym_auto, ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(3842), 1, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(3852), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(5591), 1, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(5615), 1, anon_sym_enum, - ACTIONS(5593), 1, + ACTIONS(5617), 1, anon_sym_class, - ACTIONS(5595), 1, + ACTIONS(5619), 1, anon_sym_struct, - ACTIONS(5597), 1, + ACTIONS(5621), 1, anon_sym_union, - ACTIONS(5599), 1, + ACTIONS(5623), 1, anon_sym_typename, - STATE(3409), 1, - sym__type_specifier, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, + STATE(3399), 1, + sym__type_specifier, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(5304), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - ACTIONS(2880), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -357858,98 +355367,52 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [157385] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6084), 1, - anon_sym_DASH_GT, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(5052), 1, - sym_requires_clause, - STATE(5183), 1, - sym_trailing_return_type, - STATE(4271), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6082), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6695), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [157445] = 21, + [154371] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(6490), 1, + ACTIONS(6593), 1, sym_identifier, - ACTIONS(6492), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(6496), 1, + ACTIONS(6599), 1, sym_primitive_type, - ACTIONS(6498), 1, + ACTIONS(6601), 1, anon_sym_enum, - ACTIONS(6500), 1, + ACTIONS(6603), 1, anon_sym_class, - ACTIONS(6502), 1, + ACTIONS(6605), 1, anon_sym_struct, - ACTIONS(6504), 1, + ACTIONS(6607), 1, anon_sym_union, - ACTIONS(6506), 1, + ACTIONS(6609), 1, sym_auto, - ACTIONS(6508), 1, + ACTIONS(6611), 1, anon_sym_decltype, - ACTIONS(6510), 1, + ACTIONS(6613), 1, anon_sym_typename, - STATE(1913), 1, + STATE(1909), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1995), 1, + STATE(2074), 1, sym__type_specifier, - STATE(2591), 1, - sym_qualified_type_identifier, - STATE(2661), 1, + STATE(2680), 1, sym_decltype_auto, - STATE(5242), 1, + STATE(2685), 1, + sym_qualified_type_identifier, + STATE(5154), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2528), 2, + STATE(2511), 2, sym_decltype, sym_template_type, - ACTIONS(6494), 4, + ACTIONS(6597), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2665), 7, + STATE(2678), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -357957,46 +355420,46 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [157519] = 19, + [154445] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5371), 1, + ACTIONS(5377), 1, anon_sym_STAR, - ACTIONS(5373), 1, + ACTIONS(5379), 1, anon_sym_AMP_AMP, - ACTIONS(5375), 1, + ACTIONS(5381), 1, anon_sym_AMP, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5082), 1, + STATE(4878), 1, sym__declarator, - STATE(6360), 1, + STATE(5735), 1, sym_init_declarator, - STATE(6739), 1, + STATE(6587), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -358008,52 +355471,52 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [157589] = 21, + [154515] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(5549), 1, + ACTIONS(1495), 1, + sym_auto, + ACTIONS(1497), 1, + anon_sym_decltype, + ACTIONS(5485), 1, + sym_primitive_type, + ACTIONS(6508), 1, sym_identifier, - ACTIONS(5551), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(5555), 1, - sym_primitive_type, - ACTIONS(5557), 1, + ACTIONS(6512), 1, anon_sym_enum, - ACTIONS(5559), 1, + ACTIONS(6514), 1, anon_sym_class, - ACTIONS(5561), 1, + ACTIONS(6516), 1, anon_sym_struct, - ACTIONS(5563), 1, + ACTIONS(6518), 1, anon_sym_union, - ACTIONS(5565), 1, - sym_auto, - ACTIONS(5567), 1, - anon_sym_decltype, - ACTIONS(5569), 1, + ACTIONS(6520), 1, anon_sym_typename, - STATE(4288), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(2611), 1, sym__type_specifier, - STATE(4587), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(4595), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(5249), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(4528), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - ACTIONS(5553), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4592), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358061,52 +355524,100 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [157663] = 21, + [154589] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2718), 1, + anon_sym_const, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(6677), 1, + anon_sym_STAR, + ACTIONS(6679), 1, + anon_sym_AMP_AMP, + ACTIONS(6681), 1, + anon_sym_AMP, + ACTIONS(6683), 1, + anon_sym_LBRACK, + ACTIONS(6687), 1, + sym_auto, + ACTIONS(6689), 1, + anon_sym_decltype, + STATE(4237), 1, + sym_parameter_list, + STATE(4575), 1, + sym_decltype_auto, + STATE(5253), 1, + sym__abstract_declarator, + STATE(4273), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(6458), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6685), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [154653] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(6490), 1, + ACTIONS(6546), 1, sym_identifier, - ACTIONS(6492), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(6496), 1, + ACTIONS(6552), 1, sym_primitive_type, - ACTIONS(6498), 1, + ACTIONS(6554), 1, anon_sym_enum, - ACTIONS(6500), 1, + ACTIONS(6556), 1, anon_sym_class, - ACTIONS(6502), 1, + ACTIONS(6558), 1, anon_sym_struct, - ACTIONS(6504), 1, + ACTIONS(6560), 1, anon_sym_union, - ACTIONS(6506), 1, + ACTIONS(6562), 1, sym_auto, - ACTIONS(6508), 1, + ACTIONS(6564), 1, anon_sym_decltype, - ACTIONS(6510), 1, + ACTIONS(6566), 1, anon_sym_typename, - STATE(1913), 1, + STATE(1814), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2493), 1, + STATE(1857), 1, sym__type_specifier, - STATE(2591), 1, + STATE(2094), 1, sym_qualified_type_identifier, - STATE(2661), 1, + STATE(2109), 1, sym_decltype_auto, - STATE(5242), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2528), 2, + STATE(1986), 2, sym_decltype, sym_template_type, - ACTIONS(6494), 4, + ACTIONS(6550), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2665), 7, + STATE(2108), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358114,105 +355625,103 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [157737] = 21, + [154727] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(6490), 1, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(6492), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(6496), 1, - sym_primitive_type, - ACTIONS(6498), 1, - anon_sym_enum, - ACTIONS(6500), 1, - anon_sym_class, - ACTIONS(6502), 1, - anon_sym_struct, - ACTIONS(6504), 1, - anon_sym_union, - ACTIONS(6506), 1, - sym_auto, - ACTIONS(6508), 1, - anon_sym_decltype, - ACTIONS(6510), 1, - anon_sym_typename, - STATE(1913), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2050), 1, - sym__type_specifier, - STATE(2591), 1, - sym_qualified_type_identifier, - STATE(2661), 1, - sym_decltype_auto, - STATE(5242), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, + anon_sym_STAR, + ACTIONS(5405), 1, + anon_sym_AMP_AMP, + ACTIONS(5407), 1, + anon_sym_AMP, + STATE(4835), 1, sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(2528), 2, + STATE(4925), 1, + sym__declarator, + STATE(5700), 1, + sym_init_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + STATE(6968), 3, sym_decltype, sym_template_type, - ACTIONS(6494), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2665), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [157811] = 21, + sym_dependent_type_identifier, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [154797] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(6600), 1, + ACTIONS(2438), 1, + sym_auto, + ACTIONS(2440), 1, + anon_sym_decltype, + ACTIONS(5557), 1, + sym_primitive_type, + ACTIONS(6492), 1, sym_identifier, - ACTIONS(6602), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(6606), 1, - sym_primitive_type, - ACTIONS(6608), 1, + ACTIONS(6496), 1, anon_sym_enum, - ACTIONS(6610), 1, + ACTIONS(6498), 1, anon_sym_class, - ACTIONS(6612), 1, + ACTIONS(6500), 1, anon_sym_struct, - ACTIONS(6614), 1, + ACTIONS(6502), 1, anon_sym_union, - ACTIONS(6616), 1, - sym_auto, - ACTIONS(6618), 1, - anon_sym_decltype, - ACTIONS(6620), 1, + ACTIONS(6504), 1, anon_sym_typename, - STATE(1841), 1, + STATE(2424), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2193), 1, - sym__type_specifier, - STATE(2329), 1, - sym_decltype_auto, - STATE(2450), 1, + STATE(3206), 1, sym_qualified_type_identifier, - STATE(5329), 1, + STATE(3209), 1, + sym_decltype_auto, + STATE(3320), 1, + sym__type_specifier, + STATE(5221), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2203), 2, + STATE(3117), 2, sym_decltype, sym_template_type, - ACTIONS(6604), 4, + ACTIONS(2414), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2250), 7, + STATE(3208), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358220,44 +355729,44 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [157885] = 21, + [154871] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1495), 1, sym_auto, ACTIONS(1497), 1, anon_sym_decltype, - ACTIONS(5487), 1, + ACTIONS(5485), 1, sym_primitive_type, - ACTIONS(6552), 1, + ACTIONS(6508), 1, sym_identifier, - ACTIONS(6554), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(6556), 1, + ACTIONS(6512), 1, anon_sym_enum, - ACTIONS(6558), 1, + ACTIONS(6514), 1, anon_sym_class, - ACTIONS(6560), 1, + ACTIONS(6516), 1, anon_sym_struct, - ACTIONS(6562), 1, + ACTIONS(6518), 1, anon_sym_union, - ACTIONS(6564), 1, + ACTIONS(6520), 1, anon_sym_typename, - STATE(1941), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(3313), 1, + STATE(3271), 1, sym__type_specifier, - STATE(5322), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(2634), 2, sym_decltype, sym_template_type, ACTIONS(1483), 4, @@ -358265,7 +355774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358273,46 +355782,92 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [157959] = 19, + [154945] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6043), 1, + anon_sym_DASH_GT, + ACTIONS(6045), 1, + anon_sym_requires, + ACTIONS(6667), 1, + anon_sym_LBRACK, + STATE(4966), 1, + sym_requires_clause, + STATE(5069), 1, + sym_trailing_return_type, + STATE(4178), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6041), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(6665), 8, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [155005] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5371), 1, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(5373), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(5375), 1, + ACTIONS(5407), 1, anon_sym_AMP, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5004), 1, + STATE(4918), 1, sym__declarator, - STATE(5853), 1, + STATE(5735), 1, sym_init_declarator, - STATE(6739), 1, + STATE(6534), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -358324,99 +355879,46 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [158029] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1495), 1, - sym_auto, - ACTIONS(1497), 1, - anon_sym_decltype, - ACTIONS(5487), 1, - sym_primitive_type, - ACTIONS(6552), 1, - sym_identifier, - ACTIONS(6554), 1, - anon_sym_COLON_COLON, - ACTIONS(6556), 1, - anon_sym_enum, - ACTIONS(6558), 1, - anon_sym_class, - ACTIONS(6560), 1, - anon_sym_struct, - ACTIONS(6562), 1, - anon_sym_union, - ACTIONS(6564), 1, - anon_sym_typename, - STATE(1941), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, - sym_qualified_type_identifier, - STATE(2879), 1, - sym_decltype_auto, - STATE(3281), 1, - sym__type_specifier, - STATE(5322), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(2671), 2, - sym_decltype, - sym_template_type, - ACTIONS(1483), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2877), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [158103] = 19, + [155075] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5357), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5377), 1, anon_sym_STAR, - ACTIONS(5359), 1, + ACTIONS(5379), 1, anon_sym_AMP_AMP, - ACTIONS(5361), 1, + ACTIONS(5381), 1, anon_sym_AMP, - ACTIONS(5363), 1, - anon_sym_LBRACK, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(4953), 1, + STATE(4892), 1, sym__declarator, - STATE(5887), 1, + STATE(5735), 1, sym_init_declarator, - STATE(6665), 1, + STATE(6587), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -358428,46 +355930,46 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [158173] = 19, + [155145] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5357), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(5359), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(5361), 1, + ACTIONS(5407), 1, anon_sym_AMP, - ACTIONS(5363), 1, - anon_sym_LBRACK, - STATE(4900), 1, - sym__scope_resolution, - STATE(4925), 1, + STATE(4792), 1, sym__declarator, - STATE(5887), 1, + STATE(4835), 1, + sym__scope_resolution, + STATE(5915), 1, sym_init_declarator, - STATE(6665), 1, + STATE(6534), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -358479,204 +355981,52 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [158243] = 21, + [155215] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(6516), 1, - sym_identifier, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6522), 1, - sym_primitive_type, - ACTIONS(6526), 1, - anon_sym_class, - ACTIONS(6528), 1, - anon_sym_struct, - ACTIONS(6530), 1, - anon_sym_union, - ACTIONS(6532), 1, - sym_auto, - ACTIONS(6534), 1, - anon_sym_decltype, - ACTIONS(6572), 1, - anon_sym_enum, - ACTIONS(6574), 1, - anon_sym_typename, - STATE(1814), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1864), 1, - sym__type_specifier, - STATE(1994), 1, - sym_decltype_auto, - STATE(2094), 1, - sym_qualified_type_identifier, - STATE(5229), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(1991), 2, - sym_decltype, - sym_template_type, - ACTIONS(6520), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1996), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [158317] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6084), 1, - anon_sym_DASH_GT, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(6701), 1, - anon_sym_LBRACK, - STATE(5051), 1, - sym_requires_clause, - STATE(5187), 1, - sym_trailing_return_type, - STATE(4149), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6082), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6699), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [158377] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, + ACTIONS(2438), 1, sym_auto, - ACTIONS(107), 1, + ACTIONS(2440), 1, anon_sym_decltype, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(2882), 1, + ACTIONS(5557), 1, sym_primitive_type, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(5593), 1, - anon_sym_class, - ACTIONS(5595), 1, - anon_sym_struct, - ACTIONS(5597), 1, - anon_sym_union, - ACTIONS(5617), 1, - anon_sym_enum, - ACTIONS(5619), 1, - anon_sym_typename, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(5304), 1, - sym__scope_resolution, - STATE(5506), 1, - sym__type_specifier, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(2880), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [158451] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(6492), 1, sym_identifier, - ACTIONS(2878), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(5621), 1, + ACTIONS(6496), 1, anon_sym_enum, - ACTIONS(5623), 1, + ACTIONS(6498), 1, anon_sym_class, - ACTIONS(5625), 1, + ACTIONS(6500), 1, anon_sym_struct, - ACTIONS(5627), 1, + ACTIONS(6502), 1, anon_sym_union, - ACTIONS(5629), 1, + ACTIONS(6504), 1, anon_sym_typename, - STATE(3288), 1, + STATE(2424), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3409), 1, - sym__type_specifier, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, + STATE(3206), 1, sym_qualified_type_identifier, - STATE(5299), 1, + STATE(3209), 1, + sym_decltype_auto, + STATE(3311), 1, + sym__type_specifier, + STATE(5221), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3117), 2, sym_decltype, sym_template_type, - ACTIONS(59), 4, + ACTIONS(2414), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(3208), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358684,135 +356034,97 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [158525] = 4, + [155289] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4261), 5, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - ACTIONS(4263), 24, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, + ACTIONS(47), 1, anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_virtual, + ACTIONS(976), 1, anon_sym_template, + ACTIONS(1501), 1, anon_sym_operator, - [158565] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1495), 1, - sym_auto, - ACTIONS(1497), 1, + ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5487), 1, - sym_primitive_type, - ACTIONS(6552), 1, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(6554), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(6558), 1, - anon_sym_class, - ACTIONS(6560), 1, - anon_sym_struct, - ACTIONS(6562), 1, - anon_sym_union, - ACTIONS(6622), 1, - anon_sym_enum, - ACTIONS(6624), 1, - anon_sym_typename, - STATE(1941), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, - sym_qualified_type_identifier, - STATE(2879), 1, - sym_decltype_auto, - STATE(3313), 1, - sym__type_specifier, - STATE(5322), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5377), 1, + anon_sym_STAR, + ACTIONS(5379), 1, + anon_sym_AMP_AMP, + ACTIONS(5381), 1, + anon_sym_AMP, + STATE(4835), 1, sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(2671), 2, + STATE(4872), 1, + sym__declarator, + STATE(5735), 1, + sym_init_declarator, + STATE(6587), 1, + sym_ms_based_modifier, + STATE(6968), 3, sym_decltype, sym_template_type, - ACTIONS(1483), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2877), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [158639] = 19, + sym_dependent_type_identifier, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [155359] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5371), 1, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(5373), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(5375), 1, + ACTIONS(5407), 1, anon_sym_AMP, - STATE(4869), 1, + STATE(4776), 1, sym__declarator, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5853), 1, + STATE(5818), 1, sym_init_declarator, - STATE(6739), 1, + STATE(6534), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -358824,17 +356136,71 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [158709] = 3, + [155429] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(6524), 1, + sym_identifier, + ACTIONS(6526), 1, + anon_sym_COLON_COLON, + ACTIONS(6530), 1, + sym_primitive_type, + ACTIONS(6532), 1, + anon_sym_enum, + ACTIONS(6534), 1, + anon_sym_class, + ACTIONS(6536), 1, + anon_sym_struct, + ACTIONS(6538), 1, + anon_sym_union, + ACTIONS(6540), 1, + sym_auto, + ACTIONS(6542), 1, + anon_sym_decltype, + ACTIONS(6544), 1, + anon_sym_typename, + STATE(1922), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2640), 1, + sym__type_specifier, + STATE(2787), 1, + sym_qualified_type_identifier, + STATE(2906), 1, + sym_decltype_auto, + STATE(5184), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(2642), 2, + sym_decltype, + sym_template_type, + ACTIONS(6528), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2903), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [155503] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6705), 6, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4257), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(6703), 24, + ACTIONS(4259), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -358854,40 +356220,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, sym_identifier, + sym_auto, anon_sym_decltype, anon_sym_virtual, - anon_sym_explicit, anon_sym_template, anon_sym_operator, - [158747] = 13, + [155543] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(6450), 1, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6464), 1, anon_sym_STAR, - ACTIONS(6452), 1, + ACTIONS(6466), 1, anon_sym_AMP_AMP, - ACTIONS(6454), 1, + ACTIONS(6468), 1, anon_sym_AMP, - ACTIONS(6456), 1, - anon_sym_LBRACK, - STATE(4162), 1, + STATE(4165), 1, sym_parameter_list, - STATE(5146), 1, + STATE(5093), 1, sym__abstract_declarator, - STATE(4413), 2, + STATE(4345), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5031), 5, + STATE(5024), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6082), 7, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -358895,159 +356261,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6707), 8, + ACTIONS(6671), 8, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - anon_sym_requires, - [158805] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(5593), 1, - anon_sym_class, - ACTIONS(5595), 1, - anon_sym_struct, - ACTIONS(5597), 1, - anon_sym_union, - ACTIONS(5617), 1, - anon_sym_enum, - ACTIONS(5619), 1, - anon_sym_typename, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(5304), 1, - sym__scope_resolution, - STATE(5503), 1, - sym__type_specifier, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(2880), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [158879] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5357), 1, - anon_sym_STAR, - ACTIONS(5359), 1, - anon_sym_AMP_AMP, - ACTIONS(5361), 1, - anon_sym_AMP, - ACTIONS(5363), 1, - anon_sym_LBRACK, - STATE(4900), 1, - sym__scope_resolution, - STATE(4956), 1, - sym__declarator, - STATE(5887), 1, - sym_init_declarator, - STATE(6665), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [158949] = 19, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + anon_sym_requires, + [155601] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5371), 1, + ACTIONS(5377), 1, anon_sym_STAR, - ACTIONS(5373), 1, + ACTIONS(5379), 1, anon_sym_AMP_AMP, - ACTIONS(5375), 1, + ACTIONS(5381), 1, anon_sym_AMP, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(4996), 1, + STATE(4886), 1, sym__declarator, - STATE(6107), 1, + STATE(5735), 1, sym_init_declarator, - STATE(6739), 1, + STATE(6587), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -359059,71 +356321,18 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [159019] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(63), 1, - anon_sym_enum, - ACTIONS(65), 1, - anon_sym_class, - ACTIONS(67), 1, - anon_sym_struct, - ACTIONS(69), 1, - anon_sym_union, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(113), 1, - anon_sym_typename, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - STATE(3288), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3409), 1, - sym__type_specifier, - STATE(3437), 1, - sym_decltype_auto, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(5299), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_dependent_type_identifier, - STATE(3424), 2, - sym_decltype, - sym_template_type, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3473), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [159093] = 4, + [155671] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6711), 1, + ACTIONS(6693), 1, anon_sym_LPAREN2, - ACTIONS(6713), 5, + ACTIONS(6695), 5, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(6709), 24, + ACTIONS(6691), 24, anon_sym_AMP, anon_sym_extern, anon_sym___attribute__, @@ -359148,52 +356357,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_explicit, anon_sym_template, anon_sym_operator, - [159133] = 21, + [155711] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(6578), 1, + ACTIONS(6524), 1, sym_identifier, - ACTIONS(6580), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(6584), 1, + ACTIONS(6530), 1, sym_primitive_type, - ACTIONS(6586), 1, + ACTIONS(6532), 1, anon_sym_enum, - ACTIONS(6588), 1, + ACTIONS(6534), 1, anon_sym_class, - ACTIONS(6590), 1, + ACTIONS(6536), 1, anon_sym_struct, - ACTIONS(6592), 1, + ACTIONS(6538), 1, anon_sym_union, - ACTIONS(6594), 1, + ACTIONS(6540), 1, sym_auto, - ACTIONS(6596), 1, + ACTIONS(6542), 1, anon_sym_decltype, - ACTIONS(6598), 1, + ACTIONS(6544), 1, anon_sym_typename, - STATE(1938), 1, + STATE(1922), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2681), 1, + STATE(2206), 1, sym__type_specifier, - STATE(2769), 1, - sym_decltype_auto, - STATE(2867), 1, + STATE(2787), 1, sym_qualified_type_identifier, - STATE(5307), 1, + STATE(2906), 1, + sym_decltype_auto, + STATE(5184), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2691), 2, + STATE(2642), 2, sym_decltype, sym_template_type, - ACTIONS(6582), 4, + ACTIONS(6528), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2887), 7, + STATE(2903), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359201,52 +356410,95 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [159207] = 21, + [155785] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1495), 1, - sym_auto, - ACTIONS(1497), 1, - anon_sym_decltype, - ACTIONS(5487), 1, - sym_primitive_type, - ACTIONS(6552), 1, - sym_identifier, - ACTIONS(6554), 1, - anon_sym_COLON_COLON, - ACTIONS(6556), 1, + ACTIONS(5683), 1, + anon_sym_const, + ACTIONS(6700), 1, + anon_sym___attribute__, + ACTIONS(6703), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6706), 1, + anon_sym___declspec, + ACTIONS(6712), 1, + anon_sym_virtual, + ACTIONS(5497), 2, + anon_sym_AMP, + anon_sym_LBRACK, + ACTIONS(5499), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(6697), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(6709), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(4130), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [155839] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(63), 1, anon_sym_enum, - ACTIONS(6558), 1, + ACTIONS(65), 1, anon_sym_class, - ACTIONS(6560), 1, + ACTIONS(67), 1, anon_sym_struct, - ACTIONS(6562), 1, + ACTIONS(69), 1, anon_sym_union, - ACTIONS(6564), 1, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(113), 1, anon_sym_typename, - STATE(1941), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(3399), 1, + sym__type_specifier, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(3522), 1, sym_decltype_auto, - STATE(3273), 1, - sym__type_specifier, - STATE(5322), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - ACTIONS(1483), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359254,44 +356506,44 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [159281] = 21, + [155913] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1495), 1, sym_auto, ACTIONS(1497), 1, anon_sym_decltype, - ACTIONS(5487), 1, + ACTIONS(5485), 1, sym_primitive_type, - ACTIONS(6552), 1, + ACTIONS(6508), 1, sym_identifier, - ACTIONS(6554), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(6558), 1, + ACTIONS(6512), 1, + anon_sym_enum, + ACTIONS(6514), 1, anon_sym_class, - ACTIONS(6560), 1, + ACTIONS(6516), 1, anon_sym_struct, - ACTIONS(6562), 1, + ACTIONS(6518), 1, anon_sym_union, - ACTIONS(6622), 1, - anon_sym_enum, - ACTIONS(6624), 1, + ACTIONS(6520), 1, anon_sym_typename, - STATE(1941), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(3296), 1, + STATE(3282), 1, sym__type_specifier, - STATE(5322), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(2634), 2, sym_decltype, sym_template_type, ACTIONS(1483), 4, @@ -359299,7 +356551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359307,46 +356559,46 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [159355] = 19, + [155987] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5371), 1, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(5373), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(5375), 1, + ACTIONS(5407), 1, anon_sym_AMP, - STATE(4857), 1, - sym__declarator, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(6107), 1, + STATE(4944), 1, + sym__declarator, + STATE(6456), 1, sym_init_declarator, - STATE(6739), 1, + STATE(6534), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -359358,85 +356610,46 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [159425] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6115), 1, - sym_primitive_type, - ACTIONS(6715), 1, - sym_identifier, - STATE(3383), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6113), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3955), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(3957), 14, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [159471] = 19, + [156057] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5371), 1, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(5373), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(5375), 1, + ACTIONS(5407), 1, anon_sym_AMP, - STATE(4898), 1, + STATE(4782), 1, sym__declarator, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5896), 1, + STATE(5775), 1, sym_init_declarator, - STATE(6739), 1, + STATE(6534), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -359448,52 +356661,52 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [159541] = 21, + [156127] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1495), 1, - sym_auto, - ACTIONS(1497), 1, - anon_sym_decltype, - ACTIONS(5487), 1, - sym_primitive_type, - ACTIONS(6552), 1, + ACTIONS(6546), 1, sym_identifier, - ACTIONS(6554), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(6556), 1, + ACTIONS(6552), 1, + sym_primitive_type, + ACTIONS(6554), 1, anon_sym_enum, - ACTIONS(6558), 1, + ACTIONS(6556), 1, anon_sym_class, - ACTIONS(6560), 1, + ACTIONS(6558), 1, anon_sym_struct, - ACTIONS(6562), 1, + ACTIONS(6560), 1, anon_sym_union, + ACTIONS(6562), 1, + sym_auto, ACTIONS(6564), 1, + anon_sym_decltype, + ACTIONS(6566), 1, anon_sym_typename, - STATE(1941), 1, + STATE(1814), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2781), 1, + STATE(1875), 1, + sym__type_specifier, + STATE(2094), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(2109), 1, sym_decltype_auto, - STATE(3296), 1, - sym__type_specifier, - STATE(5322), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(1986), 2, sym_decltype, sym_template_type, - ACTIONS(1483), 4, + ACTIONS(6550), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(2108), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359501,52 +356714,103 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [159615] = 21, + [156201] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(6516), 1, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(6518), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(6522), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, + anon_sym_STAR, + ACTIONS(5405), 1, + anon_sym_AMP_AMP, + ACTIONS(5407), 1, + anon_sym_AMP, + STATE(4835), 1, + sym__scope_resolution, + STATE(4913), 1, + sym__declarator, + STATE(5920), 1, + sym_init_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [156271] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(6615), 1, + sym_identifier, + ACTIONS(6617), 1, + anon_sym_COLON_COLON, + ACTIONS(6621), 1, sym_primitive_type, - ACTIONS(6524), 1, + ACTIONS(6623), 1, anon_sym_enum, - ACTIONS(6526), 1, + ACTIONS(6625), 1, anon_sym_class, - ACTIONS(6528), 1, + ACTIONS(6627), 1, anon_sym_struct, - ACTIONS(6530), 1, + ACTIONS(6629), 1, anon_sym_union, - ACTIONS(6532), 1, + ACTIONS(6631), 1, sym_auto, - ACTIONS(6534), 1, + ACTIONS(6633), 1, anon_sym_decltype, - ACTIONS(6536), 1, + ACTIONS(6635), 1, anon_sym_typename, - STATE(1814), 1, + STATE(1841), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1864), 1, + STATE(1917), 1, sym__type_specifier, - STATE(1994), 1, - sym_decltype_auto, - STATE(2094), 1, + STATE(2254), 1, sym_qualified_type_identifier, - STATE(5229), 1, + STATE(2331), 1, + sym_decltype_auto, + STATE(5233), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(1991), 2, + STATE(2208), 2, sym_decltype, sym_template_type, - ACTIONS(6520), 4, + ACTIONS(6619), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1996), 7, + STATE(2330), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359554,52 +356818,52 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [159689] = 21, + [156345] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - sym_auto, - ACTIONS(107), 1, - anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2882), 1, + ACTIONS(1677), 1, sym_primitive_type, - ACTIONS(3842), 1, + ACTIONS(1687), 1, + sym_auto, + ACTIONS(1689), 1, + anon_sym_decltype, + ACTIONS(2876), 1, sym_identifier, - ACTIONS(3852), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(5593), 1, + ACTIONS(5543), 1, + anon_sym_enum, + ACTIONS(5545), 1, anon_sym_class, - ACTIONS(5595), 1, + ACTIONS(5547), 1, anon_sym_struct, - ACTIONS(5597), 1, + ACTIONS(5549), 1, anon_sym_union, - ACTIONS(5617), 1, - anon_sym_enum, - ACTIONS(5619), 1, + ACTIONS(5551), 1, anon_sym_typename, - STATE(3409), 1, + STATE(3876), 1, sym__type_specifier, - STATE(3437), 1, + STATE(4004), 1, + sym_qualified_type_identifier, + STATE(4016), 1, sym_decltype_auto, - STATE(3465), 1, + STATE(4172), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, - sym_qualified_type_identifier, - STATE(5304), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - ACTIONS(2880), 4, + ACTIONS(5535), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(4019), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359607,33 +356871,33 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [159763] = 11, + [156419] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5656), 1, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(6720), 1, + ACTIONS(5916), 1, anon_sym___attribute__, - ACTIONS(6723), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6726), 1, + ACTIONS(6476), 1, anon_sym___declspec, - ACTIONS(6732), 1, + ACTIONS(6478), 1, anon_sym_virtual, - ACTIONS(5493), 2, + ACTIONS(5491), 2, anon_sym_AMP, anon_sym_LBRACK, - ACTIONS(5495), 3, + ACTIONS(5493), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6717), 5, + ACTIONS(6474), 5, anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, anon_sym_thread_local, - ACTIONS(6729), 7, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -359641,7 +356905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(4184), 8, + STATE(4130), 8, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -359650,52 +356914,198 @@ static const uint16_t ts_small_parse_table[] = { sym_type_qualifier, sym_virtual_function_specifier, aux_sym__declaration_specifiers_repeat1, - [159817] = 21, + [156473] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1679), 1, + ACTIONS(1677), 1, sym_primitive_type, + ACTIONS(1679), 1, + anon_sym_enum, + ACTIONS(1681), 1, + anon_sym_class, + ACTIONS(1683), 1, + anon_sym_struct, + ACTIONS(1685), 1, + anon_sym_union, + ACTIONS(1687), 1, + sym_auto, ACTIONS(1689), 1, + anon_sym_decltype, + ACTIONS(1693), 1, + anon_sym_typename, + ACTIONS(3838), 1, + sym_identifier, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + STATE(3638), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3876), 1, + sym__type_specifier, + STATE(4004), 1, + sym_qualified_type_identifier, + STATE(4016), 1, + sym_decltype_auto, + STATE(5201), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(1675), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(4019), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [156547] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(6430), 1, + anon_sym_LPAREN2, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6464), 1, + anon_sym_STAR, + ACTIONS(6466), 1, + anon_sym_AMP_AMP, + ACTIONS(6468), 1, + anon_sym_AMP, + STATE(4165), 1, + sym_parameter_list, + STATE(5099), 1, + sym__abstract_declarator, + STATE(4345), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6041), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(5357), 8, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + anon_sym_requires, + [156605] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2718), 1, + anon_sym_const, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(6677), 1, + anon_sym_STAR, + ACTIONS(6679), 1, + anon_sym_AMP_AMP, + ACTIONS(6681), 1, + anon_sym_AMP, + ACTIONS(6683), 1, + anon_sym_LBRACK, + ACTIONS(6687), 1, + sym_auto, + ACTIONS(6689), 1, + anon_sym_decltype, + STATE(4237), 1, + sym_parameter_list, + STATE(4575), 1, + sym_decltype_auto, + STATE(5265), 1, + sym__abstract_declarator, + STATE(4261), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(6428), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6685), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [156669] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, sym_auto, - ACTIONS(1691), 1, + ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(2872), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(3838), 1, sym_identifier, - ACTIONS(5571), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(5573), 1, + ACTIONS(5571), 1, anon_sym_enum, - ACTIONS(5575), 1, + ACTIONS(5573), 1, anon_sym_class, - ACTIONS(5577), 1, + ACTIONS(5575), 1, anon_sym_struct, - ACTIONS(5579), 1, + ACTIONS(5577), 1, anon_sym_union, - ACTIONS(5581), 1, + ACTIONS(5579), 1, anon_sym_typename, - STATE(3987), 1, + STATE(3399), 1, sym__type_specifier, - STATE(4034), 1, - sym_decltype_auto, - STATE(4047), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(4179), 1, + STATE(3516), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5310), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(5210), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - ACTIONS(5533), 4, + ACTIONS(2884), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4032), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359703,52 +357113,52 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [159891] = 21, + [156743] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(6578), 1, + ACTIONS(6546), 1, sym_identifier, - ACTIONS(6580), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(6584), 1, + ACTIONS(6552), 1, sym_primitive_type, - ACTIONS(6586), 1, + ACTIONS(6554), 1, anon_sym_enum, - ACTIONS(6588), 1, + ACTIONS(6556), 1, anon_sym_class, - ACTIONS(6590), 1, + ACTIONS(6558), 1, anon_sym_struct, - ACTIONS(6592), 1, + ACTIONS(6560), 1, anon_sym_union, - ACTIONS(6594), 1, + ACTIONS(6562), 1, sym_auto, - ACTIONS(6596), 1, + ACTIONS(6564), 1, anon_sym_decltype, - ACTIONS(6598), 1, + ACTIONS(6566), 1, anon_sym_typename, - STATE(1938), 1, + STATE(1814), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2204), 1, + STATE(1962), 1, sym__type_specifier, - STATE(2769), 1, - sym_decltype_auto, - STATE(2867), 1, + STATE(2094), 1, sym_qualified_type_identifier, - STATE(5307), 1, + STATE(2109), 1, + sym_decltype_auto, + STATE(5150), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2691), 2, + STATE(1986), 2, sym_decltype, sym_template_type, - ACTIONS(6582), 4, + ACTIONS(6550), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2887), 7, + STATE(2108), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359756,52 +357166,205 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [159965] = 21, + [156817] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1495), 1, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, + anon_sym_STAR, + ACTIONS(5405), 1, + anon_sym_AMP_AMP, + ACTIONS(5407), 1, + anon_sym_AMP, + STATE(4814), 1, + sym__declarator, + STATE(4835), 1, + sym__scope_resolution, + STATE(5933), 1, + sym_init_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [156887] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, + anon_sym_STAR, + ACTIONS(5405), 1, + anon_sym_AMP_AMP, + ACTIONS(5407), 1, + anon_sym_AMP, + STATE(4835), 1, + sym__scope_resolution, + STATE(4928), 1, + sym__declarator, + STATE(5933), 1, + sym_init_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [156957] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5377), 1, + anon_sym_STAR, + ACTIONS(5379), 1, + anon_sym_AMP_AMP, + ACTIONS(5381), 1, + anon_sym_AMP, + STATE(4835), 1, + sym__scope_resolution, + STATE(4858), 1, + sym__declarator, + STATE(5735), 1, + sym_init_declarator, + STATE(6587), 1, + sym_ms_based_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [157027] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, sym_auto, - ACTIONS(1497), 1, + ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(5487), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(6552), 1, + ACTIONS(3838), 1, sym_identifier, - ACTIONS(6554), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(6558), 1, + ACTIONS(5571), 1, + anon_sym_enum, + ACTIONS(5573), 1, anon_sym_class, - ACTIONS(6560), 1, + ACTIONS(5575), 1, anon_sym_struct, - ACTIONS(6562), 1, + ACTIONS(5577), 1, anon_sym_union, - ACTIONS(6622), 1, - anon_sym_enum, - ACTIONS(6624), 1, + ACTIONS(5579), 1, anon_sym_typename, - STATE(1941), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, - sym__type_specifier, - STATE(2781), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(3516), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3522), 1, sym_decltype_auto, - STATE(5322), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(5392), 1, + sym__type_specifier, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - ACTIONS(1483), 4, + ACTIONS(2884), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359809,97 +357372,103 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [160039] = 13, + [157101] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(6450), 1, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(6452), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(6454), 1, + ACTIONS(5407), 1, anon_sym_AMP, - ACTIONS(6456), 1, - anon_sym_LBRACK, - STATE(4162), 1, - sym_parameter_list, - STATE(5126), 1, - sym__abstract_declarator, - STATE(4413), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6082), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(5351), 8, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - anon_sym_requires, - [160097] = 21, + STATE(4835), 1, + sym__scope_resolution, + STATE(4900), 1, + sym__declarator, + STATE(5735), 1, + sym_init_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [157171] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1495), 1, + ACTIONS(105), 1, sym_auto, - ACTIONS(1497), 1, + ACTIONS(107), 1, anon_sym_decltype, - ACTIONS(5487), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(2886), 1, sym_primitive_type, - ACTIONS(6552), 1, + ACTIONS(3838), 1, sym_identifier, - ACTIONS(6554), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(6556), 1, + ACTIONS(5571), 1, anon_sym_enum, - ACTIONS(6558), 1, + ACTIONS(5573), 1, anon_sym_class, - ACTIONS(6560), 1, + ACTIONS(5575), 1, anon_sym_struct, - ACTIONS(6562), 1, + ACTIONS(5577), 1, anon_sym_union, - ACTIONS(6564), 1, + ACTIONS(5579), 1, anon_sym_typename, - STATE(1941), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, - sym__type_specifier, - STATE(2781), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(3516), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3522), 1, sym_decltype_auto, - STATE(5322), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(5385), 1, + sym__type_specifier, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - ACTIONS(1483), 4, + ACTIONS(2884), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359907,33 +357476,36 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [160171] = 11, + [157245] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(57), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(6396), 1, - anon_sym___attribute__, - ACTIONS(6482), 1, - anon_sym___declspec, - ACTIONS(6488), 1, - anon_sym_virtual, - ACTIONS(5489), 2, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, anon_sym_AMP, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6043), 1, + anon_sym_DASH_GT, + ACTIONS(6045), 1, + anon_sym_requires, + ACTIONS(6653), 1, anon_sym_LBRACK, - ACTIONS(5491), 3, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(6480), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - ACTIONS(6398), 7, + STATE(4964), 1, + sym_requires_clause, + STATE(5068), 1, + sym_trailing_return_type, + STATE(4229), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -359941,109 +357513,269 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(4184), 8, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - sym_virtual_function_specifier, - aux_sym__declaration_specifiers_repeat1, - [160225] = 16, + ACTIONS(6651), 8, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [157305] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(6673), 1, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(6675), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(6677), 1, + ACTIONS(5407), 1, anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(6683), 1, - sym_auto, - ACTIONS(6685), 1, + STATE(4835), 1, + sym__scope_resolution, + STATE(4935), 1, + sym__declarator, + STATE(5789), 1, + sym_init_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [157375] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, anon_sym_decltype, - STATE(4304), 1, - sym_parameter_list, - STATE(4558), 1, - sym_decltype_auto, - STATE(5367), 1, - sym__abstract_declarator, - STATE(4302), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6446), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [160289] = 21, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, + anon_sym_STAR, + ACTIONS(5405), 1, + anon_sym_AMP_AMP, + ACTIONS(5407), 1, + anon_sym_AMP, + STATE(4780), 1, + sym__declarator, + STATE(4835), 1, + sym__scope_resolution, + STATE(5700), 1, + sym_init_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [157445] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(6600), 1, + ACTIONS(6524), 1, sym_identifier, - ACTIONS(6602), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(6606), 1, + ACTIONS(6530), 1, sym_primitive_type, - ACTIONS(6608), 1, + ACTIONS(6532), 1, anon_sym_enum, - ACTIONS(6610), 1, + ACTIONS(6534), 1, anon_sym_class, - ACTIONS(6612), 1, + ACTIONS(6536), 1, anon_sym_struct, - ACTIONS(6614), 1, + ACTIONS(6538), 1, anon_sym_union, - ACTIONS(6616), 1, + ACTIONS(6540), 1, sym_auto, - ACTIONS(6618), 1, + ACTIONS(6542), 1, anon_sym_decltype, - ACTIONS(6620), 1, + ACTIONS(6544), 1, anon_sym_typename, - STATE(1841), 1, + STATE(1922), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1927), 1, + STATE(2204), 1, + sym__type_specifier, + STATE(2787), 1, + sym_qualified_type_identifier, + STATE(2906), 1, + sym_decltype_auto, + STATE(5184), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(2642), 2, + sym_decltype, + sym_template_type, + ACTIONS(6528), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2903), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [157519] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1677), 1, + sym_primitive_type, + ACTIONS(1681), 1, + anon_sym_class, + ACTIONS(1683), 1, + anon_sym_struct, + ACTIONS(1685), 1, + anon_sym_union, + ACTIONS(1687), 1, + sym_auto, + ACTIONS(1689), 1, + anon_sym_decltype, + ACTIONS(3838), 1, + sym_identifier, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5537), 1, + anon_sym_enum, + ACTIONS(5539), 1, + anon_sym_typename, + STATE(3876), 1, sym__type_specifier, - STATE(2329), 1, + STATE(4004), 1, + sym_qualified_type_identifier, + STATE(4016), 1, sym_decltype_auto, - STATE(2450), 1, + STATE(4172), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(5201), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(3417), 2, + sym_decltype, + sym_template_type, + ACTIONS(5535), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(4019), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [157593] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(2876), 1, + sym_identifier, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(2888), 1, + anon_sym_enum, + ACTIONS(2890), 1, + anon_sym_class, + ACTIONS(2892), 1, + anon_sym_struct, + ACTIONS(2894), 1, + anon_sym_union, + ACTIONS(2896), 1, + anon_sym_typename, + STATE(3399), 1, + sym__type_specifier, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(5329), 1, + STATE(3516), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3522), 1, + sym_decltype_auto, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2203), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - ACTIONS(6604), 4, + ACTIONS(2884), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2250), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360051,52 +357783,52 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [160363] = 21, + [157667] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(6516), 1, + ACTIONS(2438), 1, + sym_auto, + ACTIONS(2440), 1, + anon_sym_decltype, + ACTIONS(5557), 1, + sym_primitive_type, + ACTIONS(6492), 1, sym_identifier, - ACTIONS(6518), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(6522), 1, - sym_primitive_type, - ACTIONS(6524), 1, + ACTIONS(6496), 1, anon_sym_enum, - ACTIONS(6526), 1, + ACTIONS(6498), 1, anon_sym_class, - ACTIONS(6528), 1, + ACTIONS(6500), 1, anon_sym_struct, - ACTIONS(6530), 1, + ACTIONS(6502), 1, anon_sym_union, - ACTIONS(6532), 1, - sym_auto, - ACTIONS(6534), 1, - anon_sym_decltype, - ACTIONS(6536), 1, + ACTIONS(6504), 1, anon_sym_typename, - STATE(1814), 1, + STATE(2424), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1980), 1, + STATE(3139), 1, sym__type_specifier, - STATE(1994), 1, - sym_decltype_auto, - STATE(2094), 1, + STATE(3206), 1, sym_qualified_type_identifier, - STATE(5229), 1, + STATE(3209), 1, + sym_decltype_auto, + STATE(5221), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(1991), 2, + STATE(3117), 2, sym_decltype, sym_template_type, - ACTIONS(6520), 4, + ACTIONS(2414), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1996), 7, + STATE(3208), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360104,52 +357836,95 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [160437] = 21, + [157741] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5916), 1, + anon_sym___attribute__, + ACTIONS(6476), 1, + anon_sym___declspec, + ACTIONS(6478), 1, + anon_sym_virtual, + ACTIONS(5487), 2, + anon_sym_AMP, + anon_sym_LBRACK, + ACTIONS(5489), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(6474), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + ACTIONS(5920), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(4130), 8, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + sym_virtual_function_specifier, + aux_sym__declaration_specifiers_repeat1, + [157795] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2444), 1, + ACTIONS(6593), 1, + sym_identifier, + ACTIONS(6595), 1, + anon_sym_COLON_COLON, + ACTIONS(6599), 1, + sym_primitive_type, + ACTIONS(6601), 1, anon_sym_enum, - ACTIONS(2446), 1, + ACTIONS(6603), 1, anon_sym_class, - ACTIONS(2448), 1, + ACTIONS(6605), 1, anon_sym_struct, - ACTIONS(2450), 1, + ACTIONS(6607), 1, anon_sym_union, - ACTIONS(2464), 1, + ACTIONS(6609), 1, sym_auto, - ACTIONS(2466), 1, + ACTIONS(6611), 1, anon_sym_decltype, - ACTIONS(2468), 1, + ACTIONS(6613), 1, anon_sym_typename, - ACTIONS(5611), 1, - sym_identifier, - ACTIONS(5613), 1, - anon_sym_COLON_COLON, - ACTIONS(5615), 1, - sym_primitive_type, - STATE(2411), 1, + STATE(1909), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3149), 1, + STATE(2471), 1, sym__type_specifier, - STATE(3232), 1, - sym_qualified_type_identifier, - STATE(3237), 1, + STATE(2680), 1, sym_decltype_auto, - STATE(5271), 1, + STATE(2685), 1, + sym_qualified_type_identifier, + STATE(5154), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3144), 2, + STATE(2511), 2, sym_decltype, sym_template_type, - ACTIONS(2440), 4, + ACTIONS(6597), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3236), 7, + STATE(2678), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360157,52 +357932,52 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [160511] = 21, + [157869] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(105), 1, + sym_auto, + ACTIONS(107), 1, + anon_sym_decltype, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(6600), 1, - sym_identifier, - ACTIONS(6602), 1, - anon_sym_COLON_COLON, - ACTIONS(6606), 1, - sym_primitive_type, - ACTIONS(6608), 1, + ACTIONS(1431), 1, anon_sym_enum, - ACTIONS(6610), 1, + ACTIONS(1433), 1, anon_sym_class, - ACTIONS(6612), 1, + ACTIONS(1435), 1, anon_sym_struct, - ACTIONS(6614), 1, + ACTIONS(1437), 1, anon_sym_union, - ACTIONS(6616), 1, - sym_auto, - ACTIONS(6618), 1, - anon_sym_decltype, - ACTIONS(6620), 1, + ACTIONS(1451), 1, anon_sym_typename, - STATE(1841), 1, + ACTIONS(2886), 1, + sym_primitive_type, + ACTIONS(3838), 1, + sym_identifier, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1940), 1, + STATE(3399), 1, sym__type_specifier, - STATE(2329), 1, - sym_decltype_auto, - STATE(2450), 1, + STATE(3425), 1, sym_qualified_type_identifier, - STATE(5329), 1, + STATE(3522), 1, + sym_decltype_auto, + STATE(5210), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2203), 2, + STATE(3417), 2, sym_decltype, sym_template_type, - ACTIONS(6604), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2250), 7, + STATE(3505), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360210,46 +357985,91 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [160585] = 19, + [157943] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(6430), 1, + anon_sym_LPAREN2, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6464), 1, + anon_sym_STAR, + ACTIONS(6466), 1, + anon_sym_AMP_AMP, + ACTIONS(6468), 1, + anon_sym_AMP, + STATE(4165), 1, + sym_parameter_list, + STATE(5087), 1, + sym__abstract_declarator, + STATE(4345), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6041), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(6669), 8, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + anon_sym_requires, + [158001] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5371), 1, + ACTIONS(5377), 1, anon_sym_STAR, - ACTIONS(5373), 1, + ACTIONS(5379), 1, anon_sym_AMP_AMP, - ACTIONS(5375), 1, + ACTIONS(5381), 1, anon_sym_AMP, - STATE(4900), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5019), 1, + STATE(4848), 1, sym__declarator, - STATE(5896), 1, + STATE(5735), 1, sym_init_declarator, - STATE(6739), 1, + STATE(6587), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -360261,52 +358081,100 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [160655] = 21, + [158071] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, + ACTIONS(2718), 1, + anon_sym_const, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(3844), 1, + anon_sym_STAR, + ACTIONS(3846), 1, + anon_sym_AMP_AMP, + ACTIONS(3848), 1, + anon_sym_AMP, + ACTIONS(5085), 1, sym_auto, - ACTIONS(107), 1, + ACTIONS(5087), 1, anon_sym_decltype, - ACTIONS(1133), 1, + ACTIONS(6683), 1, + anon_sym_LBRACK, + STATE(2812), 1, + sym_decltype_auto, + STATE(4274), 1, + sym_parameter_list, + STATE(5250), 1, + sym__abstract_declarator, + STATE(4247), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(6428), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_requires, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6685), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [158135] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2872), 1, + ACTIONS(1495), 1, + sym_auto, + ACTIONS(1497), 1, + anon_sym_decltype, + ACTIONS(5485), 1, + sym_primitive_type, + ACTIONS(6508), 1, sym_identifier, - ACTIONS(2878), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(2882), 1, - sym_primitive_type, - ACTIONS(2884), 1, + ACTIONS(6512), 1, anon_sym_enum, - ACTIONS(2886), 1, + ACTIONS(6514), 1, anon_sym_class, - ACTIONS(2888), 1, + ACTIONS(6516), 1, anon_sym_struct, - ACTIONS(2890), 1, + ACTIONS(6518), 1, anon_sym_union, - ACTIONS(2892), 1, + ACTIONS(6520), 1, anon_sym_typename, - STATE(3409), 1, - sym__type_specifier, - STATE(3437), 1, - sym_decltype_auto, - STATE(3465), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3551), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(5299), 1, + STATE(2777), 1, + sym_decltype_auto, + STATE(3268), 1, + sym__type_specifier, + STATE(5162), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - ACTIONS(2880), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3473), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360314,52 +358182,98 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [160729] = 21, + [158209] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6043), 1, + anon_sym_DASH_GT, + ACTIONS(6045), 1, + anon_sym_requires, + ACTIONS(6675), 1, + anon_sym_LBRACK, + STATE(4989), 1, + sym_requires_clause, + STATE(5085), 1, + sym_trailing_return_type, + STATE(4151), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6041), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(6673), 8, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [158269] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1489), 1, + ACTIONS(2418), 1, + anon_sym_enum, + ACTIONS(2420), 1, anon_sym_class, - ACTIONS(1491), 1, + ACTIONS(2422), 1, anon_sym_struct, - ACTIONS(1493), 1, + ACTIONS(2424), 1, anon_sym_union, - ACTIONS(1495), 1, + ACTIONS(2438), 1, sym_auto, - ACTIONS(1497), 1, + ACTIONS(2440), 1, anon_sym_decltype, - ACTIONS(5481), 1, + ACTIONS(2442), 1, + anon_sym_typename, + ACTIONS(5553), 1, sym_identifier, - ACTIONS(5485), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(5487), 1, + ACTIONS(5557), 1, sym_primitive_type, - ACTIONS(5587), 1, - anon_sym_enum, - ACTIONS(5589), 1, - anon_sym_typename, - STATE(1941), 1, + STATE(2424), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, + STATE(3139), 1, sym__type_specifier, - STATE(2781), 1, + STATE(3206), 1, sym_qualified_type_identifier, - STATE(2879), 1, + STATE(3209), 1, sym_decltype_auto, - STATE(5259), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2671), 2, + STATE(3117), 2, sym_decltype, sym_template_type, - ACTIONS(1483), 4, + ACTIONS(2414), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2877), 7, + STATE(3208), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360367,52 +358281,52 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [160803] = 21, + [158343] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2464), 1, + ACTIONS(1495), 1, sym_auto, - ACTIONS(2466), 1, + ACTIONS(1497), 1, anon_sym_decltype, - ACTIONS(5615), 1, + ACTIONS(5485), 1, sym_primitive_type, - ACTIONS(6538), 1, + ACTIONS(6508), 1, sym_identifier, - ACTIONS(6540), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(6542), 1, + ACTIONS(6512), 1, anon_sym_enum, - ACTIONS(6544), 1, + ACTIONS(6514), 1, anon_sym_class, - ACTIONS(6546), 1, + ACTIONS(6516), 1, anon_sym_struct, - ACTIONS(6548), 1, + ACTIONS(6518), 1, anon_sym_union, - ACTIONS(6550), 1, + ACTIONS(6520), 1, anon_sym_typename, - STATE(2411), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3149), 1, - sym__type_specifier, - STATE(3232), 1, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(3237), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(5251), 1, + STATE(3285), 1, + sym__type_specifier, + STATE(5162), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3144), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - ACTIONS(2440), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3236), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360420,52 +358334,52 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [160877] = 21, + [158417] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(2464), 1, - sym_auto, - ACTIONS(2466), 1, - anon_sym_decltype, - ACTIONS(5615), 1, - sym_primitive_type, - ACTIONS(6538), 1, - sym_identifier, - ACTIONS(6540), 1, - anon_sym_COLON_COLON, - ACTIONS(6542), 1, + ACTIONS(1487), 1, anon_sym_enum, - ACTIONS(6544), 1, + ACTIONS(1489), 1, anon_sym_class, - ACTIONS(6546), 1, + ACTIONS(1491), 1, anon_sym_struct, - ACTIONS(6548), 1, + ACTIONS(1493), 1, anon_sym_union, - ACTIONS(6550), 1, + ACTIONS(1495), 1, + sym_auto, + ACTIONS(1497), 1, + anon_sym_decltype, + ACTIONS(1499), 1, anon_sym_typename, - STATE(2411), 1, + ACTIONS(5479), 1, + sym_identifier, + ACTIONS(5483), 1, + anon_sym_COLON_COLON, + ACTIONS(5485), 1, + sym_primitive_type, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3232), 1, + STATE(2611), 1, + sym__type_specifier, + STATE(2708), 1, sym_qualified_type_identifier, - STATE(3237), 1, + STATE(2777), 1, sym_decltype_auto, - STATE(3320), 1, - sym__type_specifier, - STATE(5251), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3144), 2, + STATE(2634), 2, sym_decltype, sym_template_type, - ACTIONS(2440), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3236), 7, + STATE(2780), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360473,52 +358387,52 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [160951] = 21, + [158491] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(1679), 1, + ACTIONS(5591), 1, + sym_identifier, + ACTIONS(5593), 1, + anon_sym_COLON_COLON, + ACTIONS(5597), 1, sym_primitive_type, - ACTIONS(1681), 1, + ACTIONS(5599), 1, anon_sym_enum, - ACTIONS(1683), 1, + ACTIONS(5601), 1, anon_sym_class, - ACTIONS(1685), 1, + ACTIONS(5603), 1, anon_sym_struct, - ACTIONS(1687), 1, + ACTIONS(5605), 1, anon_sym_union, - ACTIONS(1689), 1, + ACTIONS(5607), 1, sym_auto, - ACTIONS(1691), 1, + ACTIONS(5609), 1, anon_sym_decltype, - ACTIONS(3842), 1, - sym_identifier, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5535), 1, + ACTIONS(5611), 1, anon_sym_typename, - STATE(3987), 1, + STATE(4258), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4432), 1, sym__type_specifier, - STATE(4034), 1, + STATE(4471), 1, sym_decltype_auto, - STATE(4047), 1, + STATE(4583), 1, sym_qualified_type_identifier, - STATE(4179), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(5294), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(3424), 2, + STATE(4438), 2, sym_decltype, sym_template_type, - ACTIONS(5533), 4, + ACTIONS(5595), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4032), 7, + STATE(4584), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360526,35 +358440,28 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [161025] = 13, + [158565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(6717), 6, anon_sym_LPAREN2, - ACTIONS(6450), 1, + anon_sym_TILDE, anon_sym_STAR, - ACTIONS(6452), 1, anon_sym_AMP_AMP, - ACTIONS(6454), 1, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(6715), 24, anon_sym_AMP, - ACTIONS(6456), 1, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, anon_sym_LBRACK, - STATE(4162), 1, - sym_parameter_list, - STATE(5121), 1, - sym__abstract_declarator, - STATE(4413), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6082), 7, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -360562,61 +358469,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6735), 8, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - anon_sym_requires, - [161083] = 21, + sym_identifier, + anon_sym_decltype, + anon_sym_virtual, + anon_sym_explicit, + anon_sym_template, + anon_sym_operator, + [158603] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, - ACTIONS(6578), 1, + ACTIONS(6593), 1, sym_identifier, - ACTIONS(6580), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(6584), 1, + ACTIONS(6599), 1, sym_primitive_type, - ACTIONS(6586), 1, + ACTIONS(6601), 1, anon_sym_enum, - ACTIONS(6588), 1, + ACTIONS(6603), 1, anon_sym_class, - ACTIONS(6590), 1, + ACTIONS(6605), 1, anon_sym_struct, - ACTIONS(6592), 1, + ACTIONS(6607), 1, anon_sym_union, - ACTIONS(6594), 1, + ACTIONS(6609), 1, sym_auto, - ACTIONS(6596), 1, + ACTIONS(6611), 1, anon_sym_decltype, - ACTIONS(6598), 1, + ACTIONS(6613), 1, anon_sym_typename, - STATE(1938), 1, + STATE(1909), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2182), 1, + STATE(2133), 1, sym__type_specifier, - STATE(2769), 1, + STATE(2680), 1, sym_decltype_auto, - STATE(2867), 1, + STATE(2685), 1, sym_qualified_type_identifier, - STATE(5307), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_dependent_type_identifier, - STATE(2691), 2, + STATE(2511), 2, sym_decltype, sym_template_type, - ACTIONS(6582), 4, + ACTIONS(6597), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2887), 7, + STATE(2678), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360624,144 +358528,34 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [161157] = 18, + [158677] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4083), 1, + ACTIONS(5965), 1, + sym_primitive_type, + ACTIONS(6719), 1, sym_identifier, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5365), 1, - anon_sym_STAR, - ACTIONS(5367), 1, - anon_sym_AMP_AMP, - ACTIONS(5369), 1, - anon_sym_AMP, - STATE(4913), 1, - sym__scope_resolution, - STATE(5427), 1, - sym__declarator, - STATE(6734), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [161224] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1663), 1, + STATE(3385), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5963), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3950), 9, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4293), 1, - sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5357), 1, anon_sym_STAR, - ACTIONS(5359), 1, anon_sym_AMP_AMP, - ACTIONS(5361), 1, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(3952), 14, anon_sym_AMP, - ACTIONS(5363), 1, anon_sym_LBRACK, - STATE(4900), 1, - sym__scope_resolution, - STATE(5137), 1, - sym__declarator, - STATE(6665), 1, - sym_ms_based_modifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5173), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [161291] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6484), 1, - sym_auto, - ACTIONS(6486), 1, - anon_sym_decltype, - ACTIONS(6737), 1, - anon_sym_STAR, - ACTIONS(6739), 1, - anon_sym_AMP_AMP, - ACTIONS(6741), 1, - anon_sym_AMP, - STATE(3519), 1, - sym_decltype_auto, - STATE(4331), 1, - sym_parameter_list, - STATE(5425), 1, - sym__abstract_declarator, - STATE(4323), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6478), 4, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_requires, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6398), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -360769,46 +358563,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [161354] = 16, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [158723] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6484), 1, - sym_auto, - ACTIONS(6486), 1, - anon_sym_decltype, - ACTIONS(6743), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(6745), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(6747), 1, + ACTIONS(3848), 1, anon_sym_AMP, - STATE(3519), 1, + ACTIONS(5085), 1, + sym_auto, + ACTIONS(5087), 1, + anon_sym_decltype, + ACTIONS(6683), 1, + anon_sym_LBRACK, + STATE(2812), 1, sym_decltype_auto, - STATE(4346), 1, + STATE(4274), 1, sym_parameter_list, - STATE(5428), 1, + STATE(5270), 1, sym__abstract_declarator, - STATE(4349), 2, + STATE(4252), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(6478), 4, - anon_sym_LBRACK_LBRACK, + ACTIONS(6458), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_try, anon_sym_requires, - STATE(5031), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6398), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -360816,91 +358615,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [161417] = 14, + [158787] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(6749), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(6615), 1, sym_identifier, - ACTIONS(6751), 1, - anon_sym_LPAREN2, - ACTIONS(6753), 1, - anon_sym_STAR, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5231), 1, - sym__type_declarator, - STATE(6818), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(4226), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4531), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(5495), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [161476] = 16, + ACTIONS(6617), 1, + anon_sym_COLON_COLON, + ACTIONS(6621), 1, + sym_primitive_type, + ACTIONS(6623), 1, + anon_sym_enum, + ACTIONS(6625), 1, + anon_sym_class, + ACTIONS(6627), 1, + anon_sym_struct, + ACTIONS(6629), 1, + anon_sym_union, + ACTIONS(6631), 1, + sym_auto, + ACTIONS(6633), 1, + anon_sym_decltype, + ACTIONS(6635), 1, + anon_sym_typename, + STATE(1841), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1920), 1, + sym__type_specifier, + STATE(2254), 1, + sym_qualified_type_identifier, + STATE(2331), 1, + sym_decltype_auto, + STATE(5233), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(2208), 2, + sym_decltype, + sym_template_type, + ACTIONS(6619), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2330), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [158861] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(5353), 1, - sym_auto, - ACTIONS(5355), 1, - anon_sym_decltype, - ACTIONS(6679), 1, + ACTIONS(6438), 1, anon_sym_LBRACK, - ACTIONS(6755), 1, + ACTIONS(6464), 1, anon_sym_STAR, - ACTIONS(6757), 1, + ACTIONS(6466), 1, anon_sym_AMP_AMP, - ACTIONS(6759), 1, + ACTIONS(6468), 1, anon_sym_AMP, - STATE(3221), 1, - sym_decltype_auto, - STATE(4333), 1, + STATE(4165), 1, sym_parameter_list, - STATE(5374), 1, + STATE(5082), 1, sym__abstract_declarator, - STATE(4312), 2, + STATE(4141), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(6478), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - anon_sym_requires, - STATE(5117), 5, + STATE(5024), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6681), 7, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -360908,88 +358704,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [161539] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6566), 1, - anon_sym_STAR, - ACTIONS(6568), 1, - anon_sym_AMP_AMP, - ACTIONS(6570), 1, - anon_sym_AMP, - STATE(4249), 1, - sym_parameter_list, - STATE(5199), 1, - sym__abstract_declarator, - STATE(4390), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5351), 7, + ACTIONS(4367), 8, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_try, anon_sym_requires, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [161596] = 18, + [158919] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(6615), 1, + sym_identifier, + ACTIONS(6617), 1, + anon_sym_COLON_COLON, + ACTIONS(6621), 1, + sym_primitive_type, + ACTIONS(6623), 1, + anon_sym_enum, + ACTIONS(6625), 1, + anon_sym_class, + ACTIONS(6627), 1, + anon_sym_struct, + ACTIONS(6629), 1, + anon_sym_union, + ACTIONS(6631), 1, + sym_auto, + ACTIONS(6633), 1, + anon_sym_decltype, + ACTIONS(6635), 1, + anon_sym_typename, + STATE(1841), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2172), 1, + sym__type_specifier, + STATE(2254), 1, + sym_qualified_type_identifier, + STATE(2331), 1, + sym_decltype_auto, + STATE(5233), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_dependent_type_identifier, + STATE(2208), 2, + sym_decltype, + sym_template_type, + ACTIONS(6619), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2330), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [158993] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4083), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5365), 1, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(5367), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(5369), 1, + ACTIONS(5407), 1, anon_sym_AMP, - STATE(4913), 1, - sym__scope_resolution, - STATE(5383), 1, + STATE(4781), 1, sym__declarator, - STATE(6734), 1, + STATE(4835), 1, + sym__scope_resolution, + STATE(5789), 1, + sym_init_declarator, + STATE(6534), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -361001,26 +358817,36 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [161663] = 9, + [159063] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(6763), 1, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6766), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6769), 1, - anon_sym_const, - ACTIONS(6775), 1, + ACTIONS(5924), 1, anon_sym_noexcept, - ACTIONS(6778), 1, + ACTIONS(5926), 1, anon_sym_throw, - STATE(4212), 5, + ACTIONS(6043), 1, + anon_sym_DASH_GT, + ACTIONS(6045), 1, + anon_sym_requires, + ACTIONS(6663), 1, + anon_sym_LBRACK, + STATE(4952), 1, + sym_requires_clause, + STATE(5063), 1, + sym_trailing_return_type, + STATE(4229), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6772), 7, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -361028,39 +358854,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6761), 12, - anon_sym_DOT_DOT_DOT, + ACTIONS(6661), 8, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, + anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [161712] = 18, + [159123] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4365), 1, + sym_identifier, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, + anon_sym_STAR, + ACTIONS(5405), 1, + anon_sym_AMP_AMP, + ACTIONS(5407), 1, + anon_sym_AMP, + STATE(4803), 1, + sym__declarator, + STATE(4835), 1, + sym__scope_resolution, + STATE(5920), 1, + sym_init_declarator, + STATE(6534), 1, + sym_ms_based_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [159193] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, ACTIONS(5383), 1, anon_sym_STAR, @@ -361068,17 +358941,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(5387), 1, anon_sym_AMP, - STATE(4900), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5204), 1, + STATE(5292), 1, sym__declarator, - STATE(7219), 1, + STATE(6643), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -361090,44 +358963,93 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [161779] = 18, + [159260] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4083), 1, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5365), 1, + ACTIONS(5383), 1, anon_sym_STAR, - ACTIONS(5367), 1, + ACTIONS(5385), 1, anon_sym_AMP_AMP, + ACTIONS(5387), 1, + anon_sym_AMP, + STATE(4827), 1, + sym__scope_resolution, + STATE(5301), 1, + sym__declarator, + STATE(6643), 1, + sym_ms_based_modifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [159327] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, + anon_sym_LPAREN2, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(5365), 1, + sym_identifier, + ACTIONS(5367), 1, + anon_sym_STAR, ACTIONS(5369), 1, + anon_sym_AMP_AMP, + ACTIONS(5371), 1, anon_sym_AMP, - STATE(4913), 1, + ACTIONS(5373), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4821), 1, sym__scope_resolution, - STATE(5408), 1, + STATE(5111), 1, sym__declarator, - STATE(6734), 1, + STATE(6506), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -361139,46 +359061,82 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [161846] = 16, + [159394] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(6725), 1, + anon_sym___attribute__, + STATE(4183), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(6723), 3, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(6721), 23, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6484), 1, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [159435] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2718), 1, + anon_sym_const, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(5361), 1, sym_auto, - ACTIONS(6486), 1, + ACTIONS(5363), 1, anon_sym_decltype, - ACTIONS(6743), 1, + ACTIONS(6683), 1, + anon_sym_LBRACK, + ACTIONS(6728), 1, anon_sym_STAR, - ACTIONS(6745), 1, + ACTIONS(6730), 1, anon_sym_AMP_AMP, - ACTIONS(6747), 1, + ACTIONS(6732), 1, anon_sym_AMP, - STATE(3519), 1, + STATE(3193), 1, sym_decltype_auto, - STATE(4346), 1, + STATE(4281), 1, sym_parameter_list, - STATE(5410), 1, + STATE(5290), 1, sym__abstract_declarator, - STATE(4338), 2, + STATE(4291), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(6446), 4, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, + ACTIONS(6458), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, anon_sym_requires, - STATE(5031), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6398), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -361186,44 +359144,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [161909] = 18, + [159498] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(1667), 1, + ACTIONS(5365), 1, + sym_identifier, + ACTIONS(5367), 1, anon_sym_STAR, - ACTIONS(1669), 1, + ACTIONS(5369), 1, + anon_sym_AMP_AMP, + ACTIONS(5371), 1, anon_sym_AMP, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4689), 1, + ACTIONS(5373), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4913), 1, + STATE(4821), 1, sym__scope_resolution, - STATE(5414), 1, + STATE(5137), 1, sym__declarator, - STATE(6985), 1, + STATE(6506), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -361235,89 +359193,46 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [161976] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6472), 1, - anon_sym_LBRACK, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(6576), 1, - anon_sym_DASH_GT, - STATE(5188), 1, - sym_requires_clause, - STATE(5277), 1, - sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6470), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - STATE(4103), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [162037] = 13, + [159565] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(6456), 1, + ACTIONS(5361), 1, + sym_auto, + ACTIONS(5363), 1, + anon_sym_decltype, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(6566), 1, + ACTIONS(6728), 1, anon_sym_STAR, - ACTIONS(6568), 1, + ACTIONS(6730), 1, anon_sym_AMP_AMP, - ACTIONS(6570), 1, + ACTIONS(6732), 1, anon_sym_AMP, - STATE(4249), 1, + STATE(3193), 1, + sym_decltype_auto, + STATE(4281), 1, sym_parameter_list, - STATE(5225), 1, + STATE(5300), 1, sym__abstract_declarator, - STATE(4210), 2, + STATE(4277), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5031), 5, + ACTIONS(6428), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + anon_sym_requires, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4295), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - ACTIONS(6398), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -361325,44 +359240,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [162094] = 18, + [159628] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(1667), 1, + ACTIONS(1665), 1, anon_sym_STAR, - ACTIONS(1669), 1, + ACTIONS(1667), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4913), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5340), 1, + STATE(5288), 1, sym__declarator, - STATE(6985), 1, + STATE(7015), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -361374,90 +359289,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [162161] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6173), 1, - anon_sym_LBRACK, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(6576), 1, - anon_sym_DASH_GT, - STATE(5134), 1, - sym_requires_clause, - STATE(5291), 1, - sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6171), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - STATE(4103), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [162222] = 18, + [159695] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(1667), 1, + ACTIONS(1665), 1, anon_sym_STAR, - ACTIONS(1669), 1, + ACTIONS(1667), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4913), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5395), 1, + STATE(5309), 1, sym__declarator, - STATE(6985), 1, + STATE(7015), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -361469,44 +359338,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [162289] = 18, + [159762] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, + ACTIONS(5365), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(5367), 1, anon_sym_STAR, - ACTIONS(5397), 1, + ACTIONS(5369), 1, anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(5371), 1, anon_sym_AMP, - ACTIONS(5401), 1, + ACTIONS(5373), 1, anon_sym_COLON_COLON, - STATE(4910), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4821), 1, sym__scope_resolution, - STATE(5219), 1, + STATE(5129), 1, sym__declarator, - STATE(6649), 1, + STATE(6506), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -361518,265 +359387,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [162356] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6400), 1, - anon_sym_DASH_GT, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6693), 1, - anon_sym_LBRACK, - STATE(5062), 1, - sym_requires_clause, - STATE(5068), 1, - sym_trailing_return_type, - STATE(4225), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6691), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [162415] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6400), 1, - anon_sym_DASH_GT, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(5052), 1, - sym_requires_clause, - STATE(5074), 1, - sym_trailing_return_type, - STATE(4227), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6695), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [162474] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6400), 1, - anon_sym_DASH_GT, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6689), 1, - anon_sym_LBRACK, - STATE(5040), 1, - sym_requires_clause, - STATE(5077), 1, - sym_trailing_return_type, - STATE(4227), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6687), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [162533] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(6749), 1, - sym_identifier, - ACTIONS(6751), 1, - anon_sym_LPAREN2, - ACTIONS(6753), 1, - anon_sym_STAR, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5288), 1, - sym__type_declarator, - STATE(6818), 1, - sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(4262), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4541), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(5495), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [162592] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6781), 1, - anon_sym_AMP_AMP, - ACTIONS(6784), 1, - anon_sym_AMP, - ACTIONS(6787), 1, - anon_sym_LBRACK, - ACTIONS(6789), 1, - anon_sym_const, - ACTIONS(6795), 1, - anon_sym_noexcept, - ACTIONS(6798), 1, - anon_sym_throw, - STATE(4227), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6792), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6761), 11, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [162643] = 18, + [159829] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5377), 1, anon_sym_STAR, - ACTIONS(5397), 1, + ACTIONS(5379), 1, anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(5381), 1, anon_sym_AMP, - ACTIONS(5401), 1, - anon_sym_COLON_COLON, - STATE(4910), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5221), 1, + STATE(5101), 1, sym__declarator, - STATE(6649), 1, + STATE(6587), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -361788,44 +359436,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [162710] = 18, + [159896] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, + ACTIONS(5365), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(5367), 1, anon_sym_STAR, - ACTIONS(5397), 1, + ACTIONS(5369), 1, anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(5371), 1, anon_sym_AMP, - ACTIONS(5401), 1, + ACTIONS(5373), 1, anon_sym_COLON_COLON, - STATE(4910), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4821), 1, sym__scope_resolution, - STATE(5190), 1, + STATE(5125), 1, sym__declarator, - STATE(6649), 1, + STATE(6506), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -361837,44 +359485,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [162777] = 18, + [159963] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_AMP, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4303), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, - anon_sym_STAR, - ACTIONS(5373), 1, - anon_sym_AMP_AMP, ACTIONS(5375), 1, - anon_sym_AMP, - STATE(4900), 1, + anon_sym_LBRACK, + STATE(4827), 1, sym__scope_resolution, - STATE(5269), 1, + STATE(5319), 1, sym__declarator, - STATE(6739), 1, + STATE(7015), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -361886,90 +359534,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [162844] = 15, + [160030] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(29), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6472), 1, - anon_sym_LBRACK, - ACTIONS(6512), 1, - anon_sym_DASH_GT, - ACTIONS(6514), 1, - anon_sym_requires, - STATE(5188), 1, - sym_requires_clause, - STATE(5277), 1, - sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6470), 4, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - STATE(4103), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [162905] = 18, - ACTIONS(3), 1, - sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4083), 1, + ACTIONS(1665), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_AMP, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5365), 1, - anon_sym_STAR, - ACTIONS(5367), 1, - anon_sym_AMP_AMP, - ACTIONS(5369), 1, - anon_sym_AMP, - STATE(4913), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5444), 1, + STATE(5111), 1, sym__declarator, - STATE(6734), 1, + STATE(7015), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -361981,137 +359583,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [162972] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(5353), 1, - sym_auto, - ACTIONS(5355), 1, - anon_sym_decltype, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(6755), 1, - anon_sym_STAR, - ACTIONS(6757), 1, - anon_sym_AMP_AMP, - ACTIONS(6759), 1, - anon_sym_AMP, - STATE(3221), 1, - sym_decltype_auto, - STATE(4333), 1, - sym_parameter_list, - STATE(5373), 1, - sym__abstract_declarator, - STATE(4310), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6446), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [163035] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6173), 1, - anon_sym_LBRACK, - ACTIONS(6512), 1, - anon_sym_DASH_GT, - ACTIONS(6514), 1, - anon_sym_requires, - STATE(5134), 1, - sym_requires_clause, - STATE(5291), 1, - sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6171), 4, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - STATE(4103), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [163096] = 18, + [160097] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(5397), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(5407), 1, anon_sym_AMP, - ACTIONS(5401), 1, - anon_sym_COLON_COLON, - STATE(4910), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5220), 1, + STATE(4898), 1, sym__declarator, - STATE(6649), 1, + STATE(6534), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362123,44 +359632,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [163163] = 18, + [160164] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(1667), 1, + ACTIONS(1665), 1, anon_sym_STAR, - ACTIONS(1669), 1, + ACTIONS(1667), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4913), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5392), 1, + STATE(5318), 1, sym__declarator, - STATE(6985), 1, + STATE(7015), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362172,27 +359681,89 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [163230] = 5, + [160231] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(6805), 1, - anon_sym___attribute__, - STATE(4237), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(6803), 3, - anon_sym_AMP, - anon_sym_LBRACK, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(6734), 1, + sym_identifier, + ACTIONS(6736), 1, + anon_sym_LPAREN2, + ACTIONS(6738), 1, + anon_sym_STAR, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5235), 1, + sym__type_declarator, + STATE(6639), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(4208), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4417), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(5366), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(2718), 8, anon_sym_const, - ACTIONS(6801), 23, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [160290] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(6734), 1, + sym_identifier, + ACTIONS(6736), 1, anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6738), 1, + anon_sym_STAR, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5235), 1, + sym__type_declarator, + STATE(6639), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(4218), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4417), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(5366), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(2718), 8, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -362200,52 +359771,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [163271] = 18, + [160349] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4083), 1, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5365), 1, + ACTIONS(5383), 1, anon_sym_STAR, - ACTIONS(5367), 1, + ACTIONS(5385), 1, anon_sym_AMP_AMP, - ACTIONS(5369), 1, + ACTIONS(5387), 1, anon_sym_AMP, - STATE(4913), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5379), 1, + STATE(5291), 1, sym__declarator, - STATE(6734), 1, + STATE(6643), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362257,44 +359820,84 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [163338] = 18, + [160416] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6742), 1, + anon_sym_AMP_AMP, + ACTIONS(6745), 1, + anon_sym_AMP, + ACTIONS(6748), 1, + anon_sym_const, + ACTIONS(6754), 1, + anon_sym_noexcept, + ACTIONS(6757), 1, + anon_sym_throw, + STATE(4199), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6751), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(6740), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [160465] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, - sym_identifier, - ACTIONS(5395), 1, + ACTIONS(1665), 1, anon_sym_STAR, - ACTIONS(5397), 1, - anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(1667), 1, anon_sym_AMP, - ACTIONS(5401), 1, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - STATE(4910), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4827), 1, sym__scope_resolution, - STATE(5203), 1, + STATE(5287), 1, sym__declarator, - STATE(6649), 1, + STATE(7015), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362306,44 +359909,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [163405] = 18, + [160532] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, + ACTIONS(4365), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(4375), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5403), 1, anon_sym_STAR, - ACTIONS(5397), 1, + ACTIONS(5405), 1, anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(5407), 1, anon_sym_AMP, - ACTIONS(5401), 1, - anon_sym_COLON_COLON, - STATE(4910), 1, + STATE(4835), 1, sym__scope_resolution, - STATE(5334), 1, + STATE(5200), 1, sym__declarator, - STATE(6649), 1, + STATE(6534), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362355,44 +359958,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [163472] = 18, + [160599] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(1667), 1, + ACTIONS(5365), 1, + sym_identifier, + ACTIONS(5367), 1, anon_sym_STAR, - ACTIONS(1669), 1, + ACTIONS(5369), 1, + anon_sym_AMP_AMP, + ACTIONS(5371), 1, anon_sym_AMP, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4689), 1, + ACTIONS(5373), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4913), 1, + STATE(4821), 1, sym__scope_resolution, - STATE(5385), 1, + STATE(5108), 1, sym__declarator, - STATE(6985), 1, + STATE(6506), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362404,88 +360007,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [163539] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6566), 1, - anon_sym_STAR, - ACTIONS(6568), 1, - anon_sym_AMP_AMP, - ACTIONS(6570), 1, - anon_sym_AMP, - STATE(4249), 1, - sym_parameter_list, - STATE(5200), 1, - sym__abstract_declarator, - STATE(4390), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6735), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [163596] = 18, + [160666] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5383), 1, anon_sym_STAR, - ACTIONS(5397), 1, + ACTIONS(5385), 1, anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(5387), 1, anon_sym_AMP, - ACTIONS(5401), 1, - anon_sym_COLON_COLON, - STATE(4910), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5214), 1, + STATE(5306), 1, sym__declarator, - STATE(6649), 1, + STATE(6643), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362497,44 +360056,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [163663] = 18, + [160733] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(1667), 1, + ACTIONS(5365), 1, + sym_identifier, + ACTIONS(5367), 1, anon_sym_STAR, - ACTIONS(1669), 1, + ACTIONS(5369), 1, + anon_sym_AMP_AMP, + ACTIONS(5371), 1, anon_sym_AMP, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4689), 1, + ACTIONS(5373), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - STATE(4913), 1, + STATE(4821), 1, sym__scope_resolution, - STATE(5409), 1, + STATE(5110), 1, sym__declarator, - STATE(6985), 1, + STATE(6506), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362546,44 +360105,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [163730] = 18, + [160800] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4293), 1, + ACTIONS(5365), 1, sym_identifier, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5371), 1, + ACTIONS(5367), 1, anon_sym_STAR, - ACTIONS(5373), 1, + ACTIONS(5369), 1, anon_sym_AMP_AMP, - ACTIONS(5375), 1, + ACTIONS(5371), 1, anon_sym_AMP, - STATE(4900), 1, + ACTIONS(5373), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4821), 1, sym__scope_resolution, - STATE(5166), 1, + STATE(5113), 1, sym__declarator, - STATE(6739), 1, + STATE(6506), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362595,44 +360154,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [163797] = 18, + [160867] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5363), 1, - anon_sym_LBRACK, - ACTIONS(5393), 1, + ACTIONS(5365), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(5367), 1, anon_sym_STAR, - ACTIONS(5397), 1, + ACTIONS(5369), 1, anon_sym_AMP_AMP, - ACTIONS(5399), 1, + ACTIONS(5371), 1, anon_sym_AMP, - ACTIONS(5401), 1, + ACTIONS(5373), 1, anon_sym_COLON_COLON, - STATE(4910), 1, + ACTIONS(5375), 1, + anon_sym_LBRACK, + STATE(4821), 1, sym__scope_resolution, - STATE(5194), 1, + STATE(5109), 1, sym__declarator, - STATE(6649), 1, + STATE(6506), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362644,130 +360203,28 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [163864] = 16, + [160934] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(3846), 1, - anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(6760), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(6763), 1, anon_sym_AMP, - ACTIONS(5083), 1, - sym_auto, - ACTIONS(5085), 1, - anon_sym_decltype, - ACTIONS(6679), 1, - anon_sym_LBRACK, - STATE(2853), 1, - sym_decltype_auto, - STATE(4318), 1, - sym_parameter_list, - STATE(5400), 1, - sym__abstract_declarator, - STATE(4334), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6446), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [163927] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, + ACTIONS(6766), 1, anon_sym_LBRACK, - ACTIONS(6484), 1, - sym_auto, - ACTIONS(6486), 1, - anon_sym_decltype, - ACTIONS(6737), 1, - anon_sym_STAR, - ACTIONS(6739), 1, - anon_sym_AMP_AMP, - ACTIONS(6741), 1, - anon_sym_AMP, - STATE(3519), 1, - sym_decltype_auto, - STATE(4331), 1, - sym_parameter_list, - STATE(5384), 1, - sym__abstract_declarator, - STATE(4326), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6446), 4, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_requires, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [163990] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, + ACTIONS(6768), 1, anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, + ACTIONS(6774), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(6777), 1, anon_sym_throw, - ACTIONS(6400), 1, - anon_sym_DASH_GT, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6701), 1, - anon_sym_LBRACK, - STATE(5051), 1, - sym_requires_clause, - STATE(5059), 1, - sym_trailing_return_type, - STATE(4224), 5, + STATE(4207), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6398), 7, + ACTIONS(6771), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -362775,52 +360232,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(6699), 7, + ACTIONS(6740), 11, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, anon_sym_try, - [164049] = 18, + anon_sym_requires, + [160985] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(6734), 1, + sym_identifier, + ACTIONS(6736), 1, + anon_sym_LPAREN2, + ACTIONS(6738), 1, + anon_sym_STAR, + STATE(4303), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5229), 1, + sym__type_declarator, + STATE(6639), 1, + sym_ms_based_modifier, + ACTIONS(2716), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(4218), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4408), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2714), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(5366), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [161044] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4083), 1, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5365), 1, + ACTIONS(5383), 1, anon_sym_STAR, - ACTIONS(5367), 1, + ACTIONS(5385), 1, anon_sym_AMP_AMP, - ACTIONS(5369), 1, + ACTIONS(5387), 1, anon_sym_AMP, - STATE(4913), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5421), 1, + STATE(5322), 1, sym__declarator, - STATE(6734), 1, + STATE(6643), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362832,91 +360338,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [164116] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(3846), 1, - anon_sym_STAR, - ACTIONS(3848), 1, - anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(5083), 1, - sym_auto, - ACTIONS(5085), 1, - anon_sym_decltype, - ACTIONS(6679), 1, - anon_sym_LBRACK, - STATE(2853), 1, - sym_decltype_auto, - STATE(4318), 1, - sym_parameter_list, - STATE(5437), 1, - sym__abstract_declarator, - STATE(4340), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6478), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [164179] = 18, + [161111] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1663), 1, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4083), 1, + ACTIONS(4079), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4700), 1, anon_sym_COLON_COLON, - ACTIONS(5363), 1, + ACTIONS(5375), 1, anon_sym_LBRACK, - ACTIONS(5365), 1, + ACTIONS(5383), 1, anon_sym_STAR, - ACTIONS(5367), 1, + ACTIONS(5385), 1, anon_sym_AMP_AMP, - ACTIONS(5369), 1, + ACTIONS(5387), 1, anon_sym_AMP, - STATE(4913), 1, + STATE(4827), 1, sym__scope_resolution, - STATE(5407), 1, + STATE(5315), 1, sym__declarator, - STATE(6734), 1, + STATE(6643), 1, sym_ms_based_modifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5173), 11, + STATE(5040), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362928,43 +360387,43 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [164246] = 14, + [161178] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(4370), 1, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - STATE(5231), 1, + STATE(5194), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, + ACTIONS(2716), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(4262), 2, + STATE(4197), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4531), 2, + STATE(4442), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, + ACTIONS(2714), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -362973,134 +360432,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [164305] = 14, + [161237] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(6749), 1, - sym_identifier, - ACTIONS(6751), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1661), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4079), 1, + sym_identifier, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(5375), 1, + anon_sym_LBRACK, + ACTIONS(5383), 1, anon_sym_STAR, - STATE(4370), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5318), 1, - sym__type_declarator, - STATE(6818), 1, + ACTIONS(5385), 1, + anon_sym_AMP_AMP, + ACTIONS(5387), 1, + anon_sym_AMP, + STATE(4827), 1, + sym__scope_resolution, + STATE(5296), 1, + sym__declarator, + STATE(6643), 1, sym_ms_based_modifier, - ACTIONS(2730), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(4253), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4495), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2728), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(5495), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [164364] = 13, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5040), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [161304] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(5583), 8, anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6566), 1, anon_sym_STAR, - ACTIONS(6568), 1, anon_sym_AMP_AMP, - ACTIONS(6570), 1, - anon_sym_AMP, - STATE(4249), 1, - sym_parameter_list, - STATE(5197), 1, - sym__abstract_declarator, - STATE(4390), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6707), 7, - anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [164421] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6458), 1, - sym_auto, - ACTIONS(6460), 1, - anon_sym_decltype, - ACTIONS(6808), 1, - anon_sym_STAR, - ACTIONS(6810), 1, - anon_sym_AMP_AMP, - ACTIONS(6812), 1, - anon_sym_AMP, - STATE(3997), 1, - sym_decltype_auto, - STATE(4371), 1, - sym_parameter_list, - STATE(5479), 1, - sym__abstract_declarator, - STATE(4378), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6446), 3, - anon_sym_LBRACK_LBRACK, anon_sym_COLON, - anon_sym_requires, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6082), 7, + ACTIONS(5581), 20, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -363108,20 +360511,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [164483] = 3, + sym_identifier, + anon_sym_virtual, + anon_sym_operator, + [161340] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6816), 3, + ACTIONS(6780), 1, + anon_sym___attribute__, + STATE(4214), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(6723), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(6814), 25, + ACTIONS(6721), 22, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, @@ -363136,47 +360545,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [164519] = 13, + [161380] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(6456), 1, + ACTIONS(6438), 1, anon_sym_LBRACK, - ACTIONS(6667), 1, + ACTIONS(6641), 1, anon_sym_STAR, - ACTIONS(6669), 1, + ACTIONS(6643), 1, anon_sym_AMP_AMP, - ACTIONS(6671), 1, + ACTIONS(6645), 1, anon_sym_AMP, - STATE(4260), 1, + STATE(4227), 1, sym_parameter_list, - STATE(5256), 1, + STATE(5211), 1, sym__abstract_declarator, - STATE(4266), 2, + STATE(4330), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5031), 5, + STATE(5024), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4295), 6, - anon_sym_COMMA, + ACTIONS(6669), 6, anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, + anon_sym_LBRACE, + anon_sym_try, anon_sym_requires, - ACTIONS(6398), 7, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -363184,45 +360592,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [164575] = 16, + [161436] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6458), 1, - sym_auto, - ACTIONS(6460), 1, - anon_sym_decltype, - ACTIONS(6808), 1, - anon_sym_STAR, - ACTIONS(6810), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6812), 1, + ACTIONS(5914), 1, anon_sym_AMP, - STATE(3997), 1, - sym_decltype_auto, - STATE(4371), 1, - sym_parameter_list, - STATE(5489), 1, - sym__abstract_declarator, - STATE(4377), 2, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6452), 1, + anon_sym_DASH_GT, + ACTIONS(6454), 1, + anon_sym_requires, + ACTIONS(6667), 1, + anon_sym_LBRACK, + STATE(4966), 1, + sym_requires_clause, + STATE(5215), 1, + sym_trailing_return_type, + STATE(4219), 5, sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6478), 3, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6665), 6, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_requires, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6082), 7, + anon_sym_LBRACE, + anon_sym_try, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -363230,73 +360636,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [164637] = 14, + [161494] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6086), 1, + ACTIONS(5924), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(5926), 1, anon_sym_throw, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6444), 1, + ACTIONS(6452), 1, anon_sym_DASH_GT, - ACTIONS(6701), 1, + ACTIONS(6454), 1, + anon_sym_requires, + ACTIONS(6653), 1, anon_sym_LBRACK, - STATE(5051), 1, + STATE(4964), 1, sym_requires_clause, - STATE(5059), 1, + STATE(5217), 1, sym_trailing_return_type, - STATE(4277), 5, + STATE(4207), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6699), 6, - anon_sym_COMMA, + ACTIONS(6651), 6, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [164695] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5379), 8, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(5377), 20, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, + anon_sym_try, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -363304,32 +360680,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_identifier, - anon_sym_virtual, - anon_sym_operator, - [164731] = 7, + [161552] = 7, ACTIONS(3), 1, sym_comment, - STATE(4370), 1, + STATE(4303), 1, sym_ms_unaligned_ptr_modifier, - ACTIONS(6825), 2, + ACTIONS(6790), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(4262), 2, + STATE(4218), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(6822), 3, + ACTIONS(6787), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(6820), 6, + ACTIONS(6785), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK, - ACTIONS(6818), 14, + ACTIONS(6783), 14, anon_sym_AMP, anon_sym___based, anon_sym_const, @@ -363344,198 +360717,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [164775] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6667), 1, - anon_sym_STAR, - ACTIONS(6669), 1, - anon_sym_AMP_AMP, - ACTIONS(6671), 1, - anon_sym_AMP, - STATE(4260), 1, - sym_parameter_list, - STATE(5327), 1, - sym__abstract_declarator, - STATE(4390), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6707), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [164831] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6828), 1, - anon_sym___attribute__, - STATE(4264), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(6803), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(6801), 22, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [164871] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5609), 8, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(5607), 20, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_identifier, - anon_sym_virtual, - anon_sym_operator, - [164907] = 13, + [161596] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6667), 1, - anon_sym_STAR, - ACTIONS(6669), 1, - anon_sym_AMP_AMP, - ACTIONS(6671), 1, - anon_sym_AMP, - STATE(4260), 1, - sym_parameter_list, - STATE(5270), 1, - sym__abstract_declarator, - STATE(4390), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5351), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [164963] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6086), 1, + ACTIONS(5924), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(5926), 1, anon_sym_throw, - ACTIONS(6472), 1, - anon_sym_LBRACK, - ACTIONS(6655), 1, + ACTIONS(6452), 1, anon_sym_DASH_GT, - ACTIONS(6657), 1, + ACTIONS(6454), 1, anon_sym_requires, - STATE(5188), 1, + ACTIONS(6663), 1, + anon_sym_LBRACK, + STATE(4952), 1, sym_requires_clause, - STATE(5476), 1, + STATE(5181), 1, sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6470), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - STATE(4114), 6, + STATE(4207), 5, sym_type_qualifier, - sym_virtual_specifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6082), 7, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6661), 6, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -363543,72 +360761,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [165023] = 13, + [161654] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(6456), 1, + ACTIONS(6438), 1, anon_sym_LBRACK, - ACTIONS(6667), 1, + ACTIONS(6470), 1, + sym_auto, + ACTIONS(6472), 1, + anon_sym_decltype, + ACTIONS(6793), 1, anon_sym_STAR, - ACTIONS(6669), 1, + ACTIONS(6795), 1, anon_sym_AMP_AMP, - ACTIONS(6671), 1, + ACTIONS(6797), 1, anon_sym_AMP, - STATE(4260), 1, + STATE(3993), 1, + sym_decltype_auto, + STATE(4296), 1, sym_parameter_list, - STATE(5303), 1, + STATE(5376), 1, sym__abstract_declarator, - STATE(4390), 2, + STATE(4326), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5031), 5, + ACTIONS(6458), 3, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_requires, + STATE(5024), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6735), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [165079] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5585), 8, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(5583), 20, - anon_sym_AMP, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym_thread_local, - anon_sym_const, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -363616,17 +360807,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_identifier, - anon_sym_virtual, - anon_sym_operator, - [165115] = 3, + [161716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6833), 3, + ACTIONS(6801), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(6831), 25, + ACTIONS(6799), 25, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -363652,84 +360840,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [165151] = 10, + [161752] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6781), 1, - anon_sym_AMP_AMP, - ACTIONS(6784), 1, - anon_sym_AMP, - ACTIONS(6787), 1, - anon_sym_LBRACK, - ACTIONS(6795), 1, - anon_sym_noexcept, - ACTIONS(6798), 1, - anon_sym_throw, - ACTIONS(6835), 1, - anon_sym_const, - STATE(4271), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6838), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(6761), 10, - anon_sym_COMMA, + ACTIONS(5589), 8, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_try, - anon_sym_requires, - [165201] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5587), 20, anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6476), 1, - anon_sym_LBRACK, - ACTIONS(6512), 1, - anon_sym_DASH_GT, - ACTIONS(6514), 1, - anon_sym_requires, - STATE(5218), 1, - sym_requires_clause, - STATE(5465), 1, - sym_trailing_return_type, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6474), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(4273), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -363737,44 +360870,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [165261] = 15, + sym_identifier, + anon_sym_virtual, + anon_sym_operator, + [161788] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6086), 1, + ACTIONS(5918), 1, + anon_sym_LBRACK, + ACTIONS(5924), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(5926), 1, anon_sym_throw, - ACTIONS(6464), 1, - anon_sym_LBRACK, - ACTIONS(6512), 1, + ACTIONS(6647), 1, anon_sym_DASH_GT, - ACTIONS(6514), 1, + ACTIONS(6649), 1, anon_sym_requires, - STATE(5222), 1, + STATE(5071), 1, sym_requires_clause, - STATE(5473), 1, + STATE(5360), 1, sym_trailing_return_type, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(6462), 3, - anon_sym_RPAREN, + ACTIONS(5910), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(4103), 6, + anon_sym_COLON, + STATE(4098), 6, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - ACTIONS(6398), 7, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -363782,44 +360918,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [165321] = 15, + [161848] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6086), 1, + ACTIONS(5924), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(5926), 1, anon_sym_throw, - ACTIONS(6173), 1, - anon_sym_LBRACK, - ACTIONS(6655), 1, + ACTIONS(6452), 1, anon_sym_DASH_GT, - ACTIONS(6657), 1, + ACTIONS(6454), 1, anon_sym_requires, - STATE(5134), 1, + ACTIONS(6490), 1, + anon_sym_LBRACK, + STATE(5114), 1, sym_requires_clause, - STATE(5447), 1, + STATE(5342), 1, sym_trailing_return_type, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(6171), 3, + ACTIONS(6488), 3, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - STATE(4114), 6, + STATE(4233), 6, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - ACTIONS(6082), 7, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -363827,14 +360963,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [165381] = 3, + [161908] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6843), 3, + ACTIONS(6805), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(6841), 25, + ACTIONS(6803), 25, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -363860,87 +360996,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [165417] = 14, + [161944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6444), 1, - anon_sym_DASH_GT, - ACTIONS(6693), 1, - anon_sym_LBRACK, - STATE(5062), 1, - sym_requires_clause, - STATE(5068), 1, - sym_trailing_return_type, - STATE(4278), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6691), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5391), 8, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [165475] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, + anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6444), 1, - anon_sym_DASH_GT, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(5052), 1, - sym_requires_clause, - STATE(5074), 1, - sym_trailing_return_type, - STATE(4227), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6695), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6398), 7, + anon_sym_COLON, + ACTIONS(5389), 20, + anon_sym_AMP, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -363948,43 +361026,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [165533] = 14, + sym_identifier, + anon_sym_virtual, + anon_sym_operator, + [161980] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(5914), 1, anon_sym_AMP, - ACTIONS(6086), 1, + ACTIONS(5924), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(5926), 1, anon_sym_throw, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6444), 1, + ACTIONS(6452), 1, anon_sym_DASH_GT, - ACTIONS(6689), 1, + ACTIONS(6454), 1, + anon_sym_requires, + ACTIONS(6675), 1, anon_sym_LBRACK, - STATE(5040), 1, + STATE(4989), 1, sym_requires_clause, - STATE(5077), 1, + STATE(5212), 1, sym_trailing_return_type, - STATE(4227), 5, + STATE(4217), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6687), 6, - anon_sym_COMMA, + ACTIONS(6673), 6, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6398), 7, + anon_sym_LBRACE, + anon_sym_try, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -363992,19 +361073,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [165591] = 3, + [162038] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6847), 3, + ACTIONS(6809), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(6845), 24, + ACTIONS(6807), 25, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, @@ -364024,280 +361106,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [165626] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6175), 1, - sym_identifier, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6179), 1, - anon_sym_STAR, - ACTIONS(6181), 1, - anon_sym_AMP_AMP, - ACTIONS(6183), 1, - anon_sym_AMP, - STATE(5028), 1, - sym__field_declarator, - STATE(7133), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [165681] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6245), 1, - sym_identifier, - ACTIONS(6247), 1, - anon_sym_STAR, - ACTIONS(6249), 1, - anon_sym_AMP_AMP, - ACTIONS(6251), 1, - anon_sym_AMP, - STATE(5412), 1, - sym__field_declarator, - STATE(6701), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [165736] = 16, + [162074] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(5083), 1, - sym_auto, - ACTIONS(5085), 1, - anon_sym_decltype, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(6849), 1, - anon_sym_STAR, - ACTIONS(6851), 1, + ACTIONS(6760), 1, anon_sym_AMP_AMP, - ACTIONS(6853), 1, - anon_sym_AMP, - STATE(2853), 1, - sym_decltype_auto, - STATE(4400), 1, - sym_parameter_list, - STATE(5509), 1, - sym__abstract_declarator, - ACTIONS(6446), 2, - anon_sym_LBRACE, - anon_sym_requires, - STATE(4406), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [165797] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(3302), 1, - sym_template_argument_list, - ACTIONS(4220), 2, + ACTIONS(6763), 1, anon_sym_AMP, - anon_sym_const, - ACTIONS(4218), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(6766), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [165838] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(6855), 1, - anon_sym_AMP_AMP, - ACTIONS(6857), 1, - anon_sym_AMP, - ACTIONS(6859), 1, - anon_sym_DASH_GT, - ACTIONS(6861), 1, + ACTIONS(6774), 1, anon_sym_noexcept, - ACTIONS(6863), 1, + ACTIONS(6777), 1, anon_sym_throw, - ACTIONS(6865), 1, - anon_sym_requires, - STATE(5155), 1, - sym_requires_clause, - STATE(5356), 1, - sym_trailing_return_type, - STATE(4306), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6691), 6, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [165893] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, + ACTIONS(6811), 1, anon_sym_const, - ACTIONS(6855), 1, - anon_sym_AMP_AMP, - ACTIONS(6857), 1, - anon_sym_AMP, - ACTIONS(6859), 1, - anon_sym_DASH_GT, - ACTIONS(6861), 1, - anon_sym_noexcept, - ACTIONS(6863), 1, - anon_sym_throw, - ACTIONS(6865), 1, - anon_sym_requires, - STATE(5152), 1, - sym_requires_clause, - STATE(5363), 1, - sym_trailing_return_type, - STATE(4212), 5, + STATE(4229), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6695), 6, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [165948] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6175), 1, - sym_identifier, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6179), 1, - anon_sym_STAR, - ACTIONS(6181), 1, - anon_sym_AMP_AMP, - ACTIONS(6183), 1, - anon_sym_AMP, - STATE(5103), 1, - sym__field_declarator, - STATE(7133), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2732), 8, - anon_sym_const, + ACTIONS(6814), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -364305,131 +361135,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [166003] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6869), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(6867), 24, + ACTIONS(6740), 10, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, anon_sym_COLON, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, anon_sym_requires, - [166038] = 7, + [162124] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(6871), 1, - sym_identifier, - ACTIONS(6875), 1, - sym_primitive_type, - STATE(4307), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6873), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3955), 7, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(6430), 1, anon_sym_LPAREN2, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6641), 1, anon_sym_STAR, + ACTIONS(6643), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - ACTIONS(3957), 13, - anon_sym_AMP, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [166081] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6879), 3, + ACTIONS(6645), 1, anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(6877), 24, - anon_sym_COMMA, + STATE(4227), 1, + sym_parameter_list, + STATE(5193), 1, + sym__abstract_declarator, + STATE(4330), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5357), 6, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, anon_sym_requires, - [166116] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6883), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(6881), 24, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -364437,74 +361189,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [166151] = 13, + [162180] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(6673), 1, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6641), 1, anon_sym_STAR, - ACTIONS(6675), 1, + ACTIONS(6643), 1, anon_sym_AMP_AMP, - ACTIONS(6677), 1, + ACTIONS(6645), 1, anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - STATE(4304), 1, + STATE(4227), 1, sym_parameter_list, - STATE(5353), 1, + STATE(5227), 1, sym__abstract_declarator, - STATE(4309), 2, + STATE(4230), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4295), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - STATE(5117), 5, + STATE(5024), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [166206] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6887), 1, - anon_sym_LPAREN2, - ACTIONS(6889), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(6885), 23, - anon_sym_COMMA, + ACTIONS(4367), 6, anon_sym_RPAREN, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -364512,66 +361232,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [166243] = 6, + [162236] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(6891), 1, - anon_sym_LT, - STATE(2258), 1, - sym_template_argument_list, - ACTIONS(3729), 3, - anon_sym_AMP, + ACTIONS(5701), 1, anon_sym_const, - anon_sym_COLON, - ACTIONS(3734), 21, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6462), 1, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, + ACTIONS(6647), 1, + anon_sym_DASH_GT, + ACTIONS(6649), 1, + anon_sym_requires, + STATE(5047), 1, + sym_requires_clause, + STATE(5367), 1, + sym_trailing_return_type, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - anon_sym_requires, - [166284] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6895), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(6893), 24, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6460), 3, anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_COLON, + STATE(4098), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -364579,63 +361277,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [166319] = 3, + [162296] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6899), 3, - anon_sym_AMP, - anon_sym_LBRACK, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(6897), 24, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5924), 1, anon_sym_noexcept, + ACTIONS(5926), 1, anon_sym_throw, + ACTIONS(6452), 1, + anon_sym_DASH_GT, + ACTIONS(6454), 1, anon_sym_requires, - [166354] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6903), 3, - anon_sym_AMP, + ACTIONS(6486), 1, anon_sym_LBRACK, - anon_sym_const, - ACTIONS(6901), 24, - anon_sym_COMMA, + STATE(5121), 1, + sym_requires_clause, + STATE(5335), 1, + sym_trailing_return_type, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6484), 3, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + STATE(4069), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -364643,80 +361322,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [166389] = 13, + [162356] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6177), 1, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(6245), 1, - sym_identifier, - ACTIONS(6247), 1, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6470), 1, + sym_auto, + ACTIONS(6472), 1, + anon_sym_decltype, + ACTIONS(6793), 1, anon_sym_STAR, - ACTIONS(6249), 1, + ACTIONS(6795), 1, anon_sym_AMP_AMP, - ACTIONS(6251), 1, + ACTIONS(6797), 1, anon_sym_AMP, - STATE(5378), 1, - sym__field_declarator, - STATE(6701), 1, - sym_ms_based_modifier, - STATE(4364), 2, + STATE(3993), 1, + sym_decltype_auto, + STATE(4296), 1, + sym_parameter_list, + STATE(5350), 1, + sym__abstract_declarator, + STATE(4324), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [166444] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(6891), 1, - anon_sym_LT, - STATE(2258), 1, - sym_template_argument_list, - ACTIONS(4076), 3, - anon_sym_AMP, - anon_sym_const, + ACTIONS(6428), 3, + anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(3765), 21, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_requires, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -364724,49 +361368,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [166485] = 16, + [162418] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(5083), 1, - sym_auto, - ACTIONS(5085), 1, - anon_sym_decltype, - ACTIONS(6679), 1, + ACTIONS(6438), 1, anon_sym_LBRACK, - ACTIONS(6849), 1, + ACTIONS(6641), 1, anon_sym_STAR, - ACTIONS(6851), 1, + ACTIONS(6643), 1, anon_sym_AMP_AMP, - ACTIONS(6853), 1, + ACTIONS(6645), 1, anon_sym_AMP, - STATE(2853), 1, - sym_decltype_auto, - STATE(4400), 1, + STATE(4227), 1, sym_parameter_list, - STATE(5514), 1, + STATE(5171), 1, sym__abstract_declarator, - ACTIONS(6478), 2, - anon_sym_LBRACE, - anon_sym_requires, - STATE(4392), 2, + STATE(4330), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5117), 5, + STATE(5024), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6681), 7, + ACTIONS(6671), 6, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + anon_sym_requires, + ACTIONS(5920), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -364774,23 +361411,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [166546] = 6, + [162474] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(6905), 1, + ACTIONS(5466), 1, anon_sym_LT, - STATE(4368), 1, + STATE(3301), 1, sym_template_argument_list, - ACTIONS(3729), 3, + ACTIONS(4158), 2, anon_sym_AMP, anon_sym_const, - anon_sym_COLON, - ACTIONS(3734), 21, + ACTIONS(4156), 22, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, @@ -364805,35 +361443,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [166587] = 13, + [162515] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2718), 1, + anon_sym_const, + ACTIONS(6817), 1, + anon_sym_AMP_AMP, + ACTIONS(6819), 1, + anon_sym_AMP, + ACTIONS(6821), 1, + anon_sym_DASH_GT, + ACTIONS(6823), 1, + anon_sym_noexcept, + ACTIONS(6825), 1, + anon_sym_throw, + ACTIONS(6827), 1, + anon_sym_requires, + STATE(5058), 1, + sym_requires_clause, + STATE(5252), 1, + sym_trailing_return_type, + STATE(4270), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6673), 6, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_try, + ACTIONS(6685), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [162570] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1501), 1, anon_sym_operator, - ACTIONS(6175), 1, - sym_identifier, - ACTIONS(6177), 1, + ACTIONS(6280), 1, anon_sym_LPAREN2, - ACTIONS(6179), 1, + ACTIONS(6332), 1, + sym_identifier, + ACTIONS(6334), 1, anon_sym_STAR, - ACTIONS(6181), 1, + ACTIONS(6336), 1, anon_sym_AMP_AMP, - ACTIONS(6183), 1, + ACTIONS(6338), 1, anon_sym_AMP, - STATE(5093), 1, + STATE(5030), 1, sym__field_declarator, - STATE(7133), 1, + STATE(7016), 1, sym_ms_based_modifier, - STATE(4364), 2, + STATE(4320), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -364842,7 +361521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5201), 8, + STATE(5135), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -364851,41 +361530,69 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [166642] = 13, + [162625] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6280), 1, anon_sym_LPAREN2, - ACTIONS(6673), 1, + ACTIONS(6332), 1, + sym_identifier, + ACTIONS(6334), 1, anon_sym_STAR, - ACTIONS(6675), 1, + ACTIONS(6336), 1, anon_sym_AMP_AMP, - ACTIONS(6677), 1, + ACTIONS(6338), 1, anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - STATE(4304), 1, - sym_parameter_list, - STATE(5364), 1, - sym__abstract_declarator, - STATE(4408), 2, + STATE(5017), 1, + sym__field_declarator, + STATE(7016), 1, + sym_ms_based_modifier, + STATE(4320), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(6707), 5, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [162680] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(4240), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6829), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3960), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, + ACTIONS(3958), 15, + anon_sym_AMP, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -364893,41 +361600,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [166697] = 13, + sym_primitive_type, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [162719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(6834), 3, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(6832), 24, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6673), 1, - anon_sym_STAR, - ACTIONS(6675), 1, anon_sym_AMP_AMP, - ACTIONS(6677), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - STATE(4304), 1, - sym_parameter_list, - STATE(5360), 1, - sym__abstract_declarator, - STATE(4408), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6735), 5, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -364935,41 +361629,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [166752] = 13, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [162754] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6855), 1, + ACTIONS(6817), 1, anon_sym_AMP_AMP, - ACTIONS(6857), 1, + ACTIONS(6819), 1, anon_sym_AMP, - ACTIONS(6859), 1, + ACTIONS(6821), 1, anon_sym_DASH_GT, - ACTIONS(6861), 1, + ACTIONS(6823), 1, anon_sym_noexcept, - ACTIONS(6863), 1, + ACTIONS(6825), 1, anon_sym_throw, - ACTIONS(6865), 1, + ACTIONS(6827), 1, anon_sym_requires, - STATE(5113), 1, + STATE(5083), 1, sym_requires_clause, - STATE(5362), 1, + STATE(5245), 1, sym_trailing_return_type, - STATE(4285), 5, + STATE(4245), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6699), 6, + ACTIONS(6665), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, - ACTIONS(6681), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -364977,27 +361680,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [166807] = 6, + [162809] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(6905), 1, - anon_sym_LT, - STATE(4368), 1, - sym_template_argument_list, - ACTIONS(4076), 3, + ACTIONS(5629), 1, + anon_sym_LBRACE, + ACTIONS(6836), 1, + anon_sym_COLON, + STATE(3380), 1, + sym__enum_base_clause, + STATE(3477), 1, + sym_enumerator_list, + ACTIONS(4184), 3, anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - anon_sym_COLON, - ACTIONS(3765), 21, + ACTIONS(4182), 20, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -365008,73 +361713,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [166848] = 13, + [162852] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(6855), 1, - anon_sym_AMP_AMP, - ACTIONS(6857), 1, - anon_sym_AMP, - ACTIONS(6859), 1, - anon_sym_DASH_GT, - ACTIONS(6861), 1, - anon_sym_noexcept, - ACTIONS(6863), 1, - anon_sym_throw, - ACTIONS(6865), 1, - anon_sym_requires, - STATE(5170), 1, - sym_requires_clause, - STATE(5358), 1, - sym_trailing_return_type, - STATE(4212), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6687), 6, - anon_sym_LPAREN2, - anon_sym_SEMI, + ACTIONS(5629), 1, anon_sym_LBRACE, + ACTIONS(6836), 1, + anon_sym_COLON, + STATE(3384), 1, + sym__enum_base_clause, + STATE(3457), 1, + sym_enumerator_list, + ACTIONS(4172), 3, + anon_sym_AMP, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [166903] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(4307), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6907), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3948), 7, + anon_sym_const, + ACTIONS(4170), 20, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_EQ, - ACTIONS(3946), 15, - anon_sym_AMP, - anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365082,38 +361747,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_primitive_type, - sym_identifier, sym_auto, anon_sym_decltype, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [166942] = 13, + [162895] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6245), 1, - sym_identifier, - ACTIONS(6247), 1, - anon_sym_STAR, - ACTIONS(6249), 1, + ACTIONS(2718), 1, + anon_sym_const, + ACTIONS(6817), 1, anon_sym_AMP_AMP, - ACTIONS(6251), 1, + ACTIONS(6819), 1, anon_sym_AMP, - STATE(5416), 1, - sym__field_declarator, - STATE(6701), 1, - sym_ms_based_modifier, - STATE(4364), 2, + ACTIONS(6821), 1, + anon_sym_DASH_GT, + ACTIONS(6823), 1, + anon_sym_noexcept, + ACTIONS(6825), 1, + anon_sym_throw, + ACTIONS(6827), 1, + anon_sym_requires, + STATE(5054), 1, + sym_requires_clause, + STATE(5277), 1, + sym_trailing_return_type, + STATE(4199), 5, sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2732), 8, - anon_sym_const, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6661), 6, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_try, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365121,50 +361794,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [166997] = 13, + [162950] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(6673), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(6675), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(6677), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - STATE(4304), 1, + STATE(4274), 1, sym_parameter_list, - STATE(5345), 1, + STATE(5268), 1, sym__abstract_declarator, - STATE(4408), 2, + STATE(4249), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5351), 5, + ACTIONS(4367), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, anon_sym_requires, - STATE(5117), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6681), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365172,40 +361836,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167052] = 13, + [163005] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(6755), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(6757), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(6759), 1, + ACTIONS(3848), 1, anon_sym_AMP, - STATE(4333), 1, + ACTIONS(6683), 1, + anon_sym_LBRACK, + STATE(4274), 1, sym_parameter_list, - STATE(5422), 1, + STATE(5249), 1, sym__abstract_declarator, - STATE(4408), 2, + STATE(4332), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(6707), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(6671), 5, anon_sym_COMMA, - anon_sym_GT2, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_requires, - STATE(5117), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6681), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365213,40 +361878,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167106] = 13, + [163060] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(6855), 1, - anon_sym_AMP_AMP, - ACTIONS(6857), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(6838), 1, + anon_sym_LT, + STATE(2265), 1, + sym_template_argument_list, + ACTIONS(3725), 3, anon_sym_AMP, - ACTIONS(6861), 1, - anon_sym_noexcept, - ACTIONS(6863), 1, - anon_sym_throw, - ACTIONS(6910), 1, - anon_sym_DASH_GT, - ACTIONS(6912), 1, - anon_sym_requires, - STATE(5152), 1, - sym_requires_clause, - STATE(5382), 1, - sym_trailing_return_type, - ACTIONS(6695), 5, - anon_sym_DOT_DOT_DOT, + anon_sym_const, + anon_sym_COLON, + ACTIONS(3730), 21, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_GT2, - STATE(4212), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6681), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365254,40 +361908,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167160] = 13, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [163101] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(6755), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(6757), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(6759), 1, + ACTIONS(3848), 1, anon_sym_AMP, - STATE(4333), 1, + ACTIONS(6683), 1, + anon_sym_LBRACK, + STATE(4274), 1, sym_parameter_list, - STATE(5399), 1, + STATE(5276), 1, sym__abstract_declarator, - STATE(4408), 2, + STATE(4332), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(6735), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(5357), 5, anon_sym_COMMA, - anon_sym_GT2, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_requires, - STATE(5117), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6681), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365295,41 +361955,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167214] = 14, + [163156] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(6842), 1, + anon_sym_LPAREN2, + ACTIONS(6844), 3, anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6512), 1, - anon_sym_DASH_GT, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(6689), 1, anon_sym_LBRACK, - STATE(5040), 1, - sym_requires_clause, - STATE(5261), 1, - sym_trailing_return_type, - ACTIONS(6687), 4, + anon_sym_const, + ACTIONS(6840), 23, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - STATE(4227), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6398), 7, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365337,41 +361979,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167270] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, anon_sym_noexcept, - ACTIONS(6088), 1, anon_sym_throw, - ACTIONS(6514), 1, anon_sym_requires, - ACTIONS(6576), 1, - anon_sym_DASH_GT, - ACTIONS(6697), 1, + [163193] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6848), 3, + anon_sym_AMP, anon_sym_LBRACK, - STATE(5052), 1, - sym_requires_clause, - STATE(5292), 1, - sym_trailing_return_type, - ACTIONS(6695), 4, + anon_sym_const, + ACTIONS(6846), 24, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_try, - STATE(4227), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6398), 7, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365379,41 +362011,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167326] = 14, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [163228] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(3844), 1, + anon_sym_STAR, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6512), 1, - anon_sym_DASH_GT, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(6697), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - STATE(5052), 1, - sym_requires_clause, - STATE(5292), 1, - sym_trailing_return_type, - ACTIONS(6695), 4, + STATE(4274), 1, + sym_parameter_list, + STATE(5254), 1, + sym__abstract_declarator, + STATE(4332), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(6669), 5, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - STATE(4227), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6398), 7, + anon_sym_LBRACE, + anon_sym_requires, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365421,41 +362062,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167382] = 14, + [163283] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6278), 1, + sym_identifier, + ACTIONS(6280), 1, + anon_sym_LPAREN2, + ACTIONS(6282), 1, + anon_sym_STAR, + ACTIONS(6284), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(6286), 1, anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(6576), 1, - anon_sym_DASH_GT, - ACTIONS(6689), 1, - anon_sym_LBRACK, - STATE(5040), 1, - sym_requires_clause, - STATE(5261), 1, - sym_trailing_return_type, - ACTIONS(6687), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - STATE(4227), 5, + STATE(5285), 1, + sym__field_declarator, + STATE(6522), 1, + sym_ms_based_modifier, + STATE(4320), 2, sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6398), 7, + aux_sym_type_definition_repeat1, + ACTIONS(2718), 8, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365463,40 +362095,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167438] = 13, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [163338] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6855), 1, + ACTIONS(6817), 1, anon_sym_AMP_AMP, - ACTIONS(6857), 1, + ACTIONS(6819), 1, anon_sym_AMP, - ACTIONS(6861), 1, + ACTIONS(6823), 1, anon_sym_noexcept, - ACTIONS(6863), 1, + ACTIONS(6825), 1, anon_sym_throw, - ACTIONS(6914), 1, + ACTIONS(6850), 1, anon_sym_DASH_GT, - ACTIONS(6916), 1, + ACTIONS(6852), 1, anon_sym_requires, - STATE(5152), 1, + STATE(5083), 1, sym_requires_clause, - STATE(5369), 1, + STATE(5241), 1, sym_trailing_return_type, - ACTIONS(6695), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - STATE(4212), 5, + STATE(4257), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6681), 7, + ACTIONS(6665), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365504,40 +362146,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167492] = 13, + [163393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(6856), 3, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(6855), 1, + ACTIONS(6854), 24, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_AMP_AMP, - ACTIONS(6857), 1, - anon_sym_AMP, - ACTIONS(6861), 1, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, anon_sym_noexcept, - ACTIONS(6863), 1, anon_sym_throw, - ACTIONS(6914), 1, - anon_sym_DASH_GT, - ACTIONS(6916), 1, anon_sym_requires, - STATE(5113), 1, - sym_requires_clause, - STATE(5343), 1, - sym_trailing_return_type, - ACTIONS(6699), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + [163428] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6280), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - STATE(4317), 5, + ACTIONS(6332), 1, + sym_identifier, + ACTIONS(6334), 1, + anon_sym_STAR, + ACTIONS(6336), 1, + anon_sym_AMP_AMP, + ACTIONS(6338), 1, + anon_sym_AMP, + STATE(5025), 1, + sym__field_declarator, + STATE(7016), 1, + sym_ms_based_modifier, + STATE(4320), 2, sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6681), 7, + aux_sym_type_definition_repeat1, + ACTIONS(2718), 8, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365545,41 +362211,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167546] = 14, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [163483] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(6817), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(6819), 1, anon_sym_AMP, - ACTIONS(6086), 1, + ACTIONS(6823), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(6825), 1, anon_sym_throw, - ACTIONS(6512), 1, + ACTIONS(6850), 1, anon_sym_DASH_GT, - ACTIONS(6514), 1, + ACTIONS(6852), 1, anon_sym_requires, - ACTIONS(6693), 1, - anon_sym_LBRACK, - STATE(5062), 1, + STATE(5054), 1, sym_requires_clause, - STATE(5321), 1, + STATE(5273), 1, sym_trailing_return_type, - ACTIONS(6691), 4, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - STATE(4313), 5, + STATE(4199), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6398), 7, + ACTIONS(6661), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365587,32 +362262,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167602] = 9, + [163538] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - STATE(4625), 1, - sym_field_declaration_list, - STATE(5592), 1, - sym_virtual_specifier, - STATE(6136), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4030), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4028), 17, + ACTIONS(6858), 1, + sym_identifier, + ACTIONS(6862), 1, + sym_primitive_type, + STATE(4240), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6860), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3950), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, + ACTIONS(3952), 13, + anon_sym_AMP, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365624,32 +362298,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [167648] = 9, + [163581] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - STATE(4604), 1, - sym_field_declaration_list, - STATE(5589), 1, - sym_virtual_specifier, - STATE(6125), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4007), 2, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(6838), 1, + anon_sym_LT, + STATE(2265), 1, + sym_template_argument_list, + ACTIONS(4063), 3, anon_sym_AMP, anon_sym_const, - ACTIONS(4005), 17, + anon_sym_COLON, + ACTIONS(3768), 21, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365659,42 +362330,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_try, + anon_sym_final, + anon_sym_override, anon_sym_requires, - [167694] = 13, + [163622] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(6755), 1, + ACTIONS(6677), 1, anon_sym_STAR, - ACTIONS(6757), 1, + ACTIONS(6679), 1, anon_sym_AMP_AMP, - ACTIONS(6759), 1, + ACTIONS(6681), 1, anon_sym_AMP, - STATE(4333), 1, + ACTIONS(6683), 1, + anon_sym_LBRACK, + STATE(4237), 1, sym_parameter_list, - STATE(5442), 1, + STATE(5271), 1, sym__abstract_declarator, - STATE(4408), 2, + STATE(4265), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5351), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, + ACTIONS(4367), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, anon_sym_requires, - STATE(5117), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6681), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365702,40 +362375,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167748] = 13, + [163677] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6737), 1, + ACTIONS(6677), 1, anon_sym_STAR, - ACTIONS(6739), 1, + ACTIONS(6679), 1, anon_sym_AMP_AMP, - ACTIONS(6741), 1, + ACTIONS(6681), 1, anon_sym_AMP, - STATE(4331), 1, + ACTIONS(6683), 1, + anon_sym_LBRACK, + STATE(4237), 1, sym_parameter_list, - STATE(5413), 1, + STATE(5255), 1, sym__abstract_declarator, - STATE(4390), 2, + STATE(4332), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(6735), 4, - anon_sym_RPAREN, + ACTIONS(6671), 5, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, anon_sym_requires, - STATE(5031), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6398), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365743,40 +362417,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167802] = 13, + [163732] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(6855), 1, - anon_sym_AMP_AMP, - ACTIONS(6857), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(6864), 1, + anon_sym_LT, + STATE(4313), 1, + sym_template_argument_list, + ACTIONS(4063), 3, anon_sym_AMP, - ACTIONS(6861), 1, - anon_sym_noexcept, - ACTIONS(6863), 1, - anon_sym_throw, - ACTIONS(6914), 1, - anon_sym_DASH_GT, - ACTIONS(6916), 1, - anon_sym_requires, - STATE(5155), 1, - sym_requires_clause, - STATE(5366), 1, - sym_trailing_return_type, - ACTIONS(6691), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_const, + anon_sym_COLON, + ACTIONS(3768), 21, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(4332), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6681), 7, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365784,30 +362446,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167856] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - STATE(4615), 1, - sym_field_declaration_list, - STATE(5518), 1, - sym_virtual_specifier, - STATE(6117), 1, - sym_base_class_clause, - ACTIONS(4003), 2, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, - ACTIONS(4015), 2, + anon_sym_try, + anon_sym_requires, + [163773] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(6864), 1, + anon_sym_LT, + STATE(4313), 1, + sym_template_argument_list, + ACTIONS(3725), 3, anon_sym_AMP, anon_sym_const, - ACTIONS(4013), 17, + anon_sym_COLON, + ACTIONS(3730), 21, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_volatile, @@ -365819,42 +362483,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_try, anon_sym_requires, - [167902] = 13, + [163814] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(6868), 3, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(6866), 24, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6737), 1, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [163849] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2718), 1, + anon_sym_const, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(6677), 1, anon_sym_STAR, - ACTIONS(6739), 1, + ACTIONS(6679), 1, anon_sym_AMP_AMP, - ACTIONS(6741), 1, + ACTIONS(6681), 1, anon_sym_AMP, - STATE(4331), 1, + ACTIONS(6683), 1, + anon_sym_LBRACK, + STATE(4237), 1, sym_parameter_list, - STATE(5411), 1, + STATE(5261), 1, sym__abstract_declarator, - STATE(4390), 2, + STATE(4332), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(6707), 4, - anon_sym_RPAREN, + ACTIONS(5357), 5, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, anon_sym_requires, - STATE(5031), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6398), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365862,40 +362561,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [167956] = 13, + [163904] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(6817), 1, + anon_sym_AMP_AMP, + ACTIONS(6819), 1, + anon_sym_AMP, + ACTIONS(6823), 1, + anon_sym_noexcept, + ACTIONS(6825), 1, + anon_sym_throw, + ACTIONS(6850), 1, + anon_sym_DASH_GT, + ACTIONS(6852), 1, + anon_sym_requires, + STATE(5081), 1, + sym_requires_clause, + STATE(5246), 1, + sym_trailing_return_type, + STATE(4199), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6651), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6456), 1, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(6737), 1, + ACTIONS(6685), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [163959] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6278), 1, + sym_identifier, + ACTIONS(6280), 1, + anon_sym_LPAREN2, + ACTIONS(6282), 1, anon_sym_STAR, - ACTIONS(6739), 1, + ACTIONS(6284), 1, anon_sym_AMP_AMP, - ACTIONS(6741), 1, + ACTIONS(6286), 1, anon_sym_AMP, - STATE(4331), 1, - sym_parameter_list, - STATE(5415), 1, - sym__abstract_declarator, - STATE(4390), 2, + STATE(5324), 1, + sym__field_declarator, + STATE(6522), 1, + sym_ms_based_modifier, + STATE(4320), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5351), 4, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [164014] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6872), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(6870), 24, + anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_requires, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6398), 7, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365903,32 +362668,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [168010] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, anon_sym_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - STATE(4544), 1, - sym_field_declaration_list, - STATE(5614), 1, - sym_virtual_specifier, - STATE(6156), 1, - sym_base_class_clause, - ACTIONS(4003), 2, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - ACTIONS(4034), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4032), 17, + anon_sym_GT2, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [164049] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6278), 1, + sym_identifier, + ACTIONS(6280), 1, anon_sym_LPAREN2, + ACTIONS(6282), 1, anon_sym_STAR, + ACTIONS(6284), 1, + anon_sym_AMP_AMP, + ACTIONS(6286), 1, + anon_sym_AMP, + STATE(5308), 1, + sym__field_declarator, + STATE(6522), 1, + sym_ms_based_modifier, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [164104] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2718), 1, + anon_sym_const, + ACTIONS(6817), 1, anon_sym_AMP_AMP, + ACTIONS(6819), 1, + anon_sym_AMP, + ACTIONS(6821), 1, + anon_sym_DASH_GT, + ACTIONS(6823), 1, + anon_sym_noexcept, + ACTIONS(6825), 1, + anon_sym_throw, + ACTIONS(6827), 1, + anon_sym_requires, + STATE(5081), 1, + sym_requires_clause, + STATE(5260), 1, + sym_trailing_return_type, + STATE(4199), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6651), 6, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, + anon_sym_try, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -365936,35 +362761,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [168056] = 9, + [164159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - STATE(4657), 1, - sym_field_declaration_list, - STATE(5617), 1, - sym_virtual_specifier, - STATE(6173), 1, - sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4038), 2, + ACTIONS(6876), 3, anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(4036), 17, + ACTIONS(6874), 24, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -365973,36 +362784,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_auto, - anon_sym_decltype, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, anon_sym_requires, - [168102] = 9, + [164194] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(6880), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(6878), 24, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - STATE(4660), 1, - sym_field_declaration_list, - STATE(5622), 1, - sym_virtual_specifier, - STATE(6179), 1, - sym_base_class_clause, - ACTIONS(4003), 2, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_COLON, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - ACTIONS(4026), 2, - anon_sym_AMP, + anon_sym_GT2, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [164229] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(4024), 17, + ACTIONS(3842), 1, anon_sym_LPAREN2, + ACTIONS(6677), 1, anon_sym_STAR, + ACTIONS(6679), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(6681), 1, + anon_sym_AMP, + ACTIONS(6683), 1, anon_sym_LBRACK, + STATE(4237), 1, + sym_parameter_list, + STATE(5247), 1, + sym__abstract_declarator, + STATE(4332), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(6669), 5, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366010,45 +362867,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [168148] = 14, + [164284] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(6817), 1, anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(6819), 1, anon_sym_AMP, - ACTIONS(6086), 1, + ACTIONS(6823), 1, anon_sym_noexcept, - ACTIONS(6088), 1, + ACTIONS(6825), 1, anon_sym_throw, - ACTIONS(6512), 1, + ACTIONS(6850), 1, anon_sym_DASH_GT, - ACTIONS(6514), 1, + ACTIONS(6852), 1, anon_sym_requires, - ACTIONS(6701), 1, - anon_sym_LBRACK, - STATE(5051), 1, + STATE(5058), 1, sym_requires_clause, - STATE(5274), 1, + STATE(5278), 1, sym_trailing_return_type, - ACTIONS(6699), 4, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - STATE(4315), 5, + STATE(4266), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6398), 7, + ACTIONS(6673), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366056,40 +362909,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [168204] = 13, + [164339] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6855), 1, - anon_sym_AMP_AMP, - ACTIONS(6857), 1, - anon_sym_AMP, - ACTIONS(6861), 1, - anon_sym_noexcept, - ACTIONS(6863), 1, - anon_sym_throw, - ACTIONS(6914), 1, - anon_sym_DASH_GT, - ACTIONS(6916), 1, - anon_sym_requires, - STATE(5170), 1, - sym_requires_clause, - STATE(5346), 1, - sym_trailing_return_type, - ACTIONS(6687), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3842), 1, anon_sym_LPAREN2, - anon_sym_SEMI, + ACTIONS(6683), 1, anon_sym_LBRACK, - STATE(4212), 5, + ACTIONS(6728), 1, + anon_sym_STAR, + ACTIONS(6730), 1, + anon_sym_AMP_AMP, + ACTIONS(6732), 1, + anon_sym_AMP, + STATE(4281), 1, + sym_parameter_list, + STATE(5325), 1, + sym__abstract_declarator, + STATE(4332), 2, sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6681), 7, + aux_sym_type_definition_repeat1, + ACTIONS(5357), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + anon_sym_requires, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366097,81 +362950,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [168258] = 13, + [164393] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6855), 1, + ACTIONS(6817), 1, anon_sym_AMP_AMP, - ACTIONS(6857), 1, + ACTIONS(6819), 1, anon_sym_AMP, - ACTIONS(6861), 1, + ACTIONS(6823), 1, anon_sym_noexcept, - ACTIONS(6863), 1, + ACTIONS(6825), 1, anon_sym_throw, - ACTIONS(6910), 1, + ACTIONS(6882), 1, anon_sym_DASH_GT, - ACTIONS(6912), 1, + ACTIONS(6884), 1, anon_sym_requires, - STATE(5113), 1, + STATE(5081), 1, sym_requires_clause, - STATE(5396), 1, + STATE(5311), 1, sym_trailing_return_type, - ACTIONS(6699), 5, + ACTIONS(6651), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_GT2, - STATE(4311), 5, + STATE(4199), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [168312] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(3846), 1, - anon_sym_STAR, - ACTIONS(3848), 1, - anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - STATE(4318), 1, - sym_parameter_list, - STATE(5380), 1, - sym__abstract_declarator, - STATE(4408), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6707), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366179,40 +362991,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [168366] = 13, + [164447] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(6456), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(6737), 1, + ACTIONS(6728), 1, anon_sym_STAR, - ACTIONS(6739), 1, + ACTIONS(6730), 1, anon_sym_AMP_AMP, - ACTIONS(6741), 1, + ACTIONS(6732), 1, anon_sym_AMP, - STATE(4331), 1, + STATE(4281), 1, sym_parameter_list, - STATE(5439), 1, + STATE(5317), 1, sym__abstract_declarator, - STATE(4327), 2, + STATE(4332), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4295), 4, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + ACTIONS(6671), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, anon_sym_requires, - STATE(5031), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6398), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366220,32 +363032,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [168420] = 9, + [164501] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - STATE(4647), 1, - sym_field_declaration_list, - STATE(5631), 1, - sym_virtual_specifier, - STATE(6191), 1, - sym_base_class_clause, - ACTIONS(3997), 2, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(6886), 1, + anon_sym_LT, + STATE(2909), 1, + sym_template_argument_list, + ACTIONS(4063), 3, anon_sym_AMP, anon_sym_const, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3995), 17, + anon_sym_COLON, + ACTIONS(3768), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366255,28 +363062,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_try, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, anon_sym_requires, - [168466] = 9, + [164541] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4641), 1, + STATE(4558), 1, sym_field_declaration_list, - STATE(5634), 1, + STATE(5459), 1, sym_virtual_specifier, - STATE(6196), 1, + STATE(6038), 1, sym_base_class_clause, - ACTIONS(4003), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4046), 2, + ACTIONS(3987), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4044), 17, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3985), 17, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -366294,67 +363103,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [168512] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6743), 1, - anon_sym_STAR, - ACTIONS(6745), 1, - anon_sym_AMP_AMP, - ACTIONS(6747), 1, - anon_sym_AMP, - STATE(4346), 1, - sym_parameter_list, - STATE(5424), 1, - sym__abstract_declarator, - STATE(4390), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6707), 4, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_requires, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6398), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [168566] = 9, + [164587] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4648), 1, + STATE(4556), 1, sym_field_declaration_list, - STATE(5637), 1, + STATE(5457), 1, sym_virtual_specifier, - STATE(6200), 1, + STATE(6042), 1, sym_base_class_clause, - ACTIONS(4003), 2, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - ACTIONS(4011), 2, + ACTIONS(4038), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4009), 17, + ACTIONS(4036), 17, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -366372,40 +363140,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [168612] = 13, + [164633] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(3846), 1, - anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(6817), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(6819), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6823), 1, + anon_sym_noexcept, + ACTIONS(6825), 1, + anon_sym_throw, + ACTIONS(6882), 1, + anon_sym_DASH_GT, + ACTIONS(6884), 1, + anon_sym_requires, + STATE(5058), 1, + sym_requires_clause, + STATE(5332), 1, + sym_trailing_return_type, + ACTIONS(6673), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(4318), 1, - sym_parameter_list, - STATE(5436), 1, - sym__abstract_declarator, - STATE(4408), 2, + anon_sym_GT2, + STATE(4276), 5, sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6735), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366413,20 +363181,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [168666] = 6, + [164687] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(6920), 1, + ACTIONS(6886), 1, anon_sym_LT, - STATE(2826), 1, + STATE(2909), 1, sym_template_argument_list, - ACTIONS(4076), 3, + ACTIONS(3725), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, - ACTIONS(3765), 20, + ACTIONS(3730), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -366447,22 +363215,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [168706] = 4, + [164727] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(6816), 3, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4501), 1, + sym_field_declaration_list, + STATE(5421), 1, + sym_virtual_specifier, + STATE(6093), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4011), 2, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(6814), 21, + ACTIONS(4009), 17, anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -366471,48 +363248,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, + sym_auto, + anon_sym_decltype, anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, anon_sym_requires, - [168742] = 13, + [164773] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4554), 1, + sym_field_declaration_list, + STATE(5452), 1, + sym_virtual_specifier, + STATE(6046), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4018), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(4016), 17, anon_sym_LPAREN2, - ACTIONS(3846), 1, anon_sym_STAR, - ACTIONS(3848), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - STATE(4318), 1, - sym_parameter_list, - STATE(5420), 1, - sym__abstract_declarator, - STATE(4351), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4295), 4, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366520,40 +363285,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [168796] = 13, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [164819] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(6755), 1, + ACTIONS(6728), 1, anon_sym_STAR, - ACTIONS(6757), 1, + ACTIONS(6730), 1, anon_sym_AMP_AMP, - ACTIONS(6759), 1, + ACTIONS(6732), 1, anon_sym_AMP, - STATE(4333), 1, + STATE(4281), 1, sym_parameter_list, - STATE(5393), 1, + STATE(5320), 1, sym__abstract_declarator, - STATE(4322), 2, + STATE(4275), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4295), 4, + ACTIONS(4367), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, anon_sym_requires, - STATE(5117), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6681), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366561,41 +363330,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [168850] = 14, + [164873] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4536), 1, + sym_field_declaration_list, + STATE(5443), 1, + sym_virtual_specifier, + STATE(6062), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4022), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(4020), 17, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(6576), 1, - anon_sym_DASH_GT, - ACTIONS(6693), 1, + anon_sym_SEMI, anon_sym_LBRACK, - STATE(5062), 1, - sym_requires_clause, - STATE(5321), 1, - sym_trailing_return_type, - ACTIONS(6691), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - STATE(4316), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6398), 7, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366603,41 +363363,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [168906] = 14, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [164919] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4533), 1, + sym_field_declaration_list, + STATE(5433), 1, + sym_virtual_specifier, + STATE(6067), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4042), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(6074), 1, + ACTIONS(4040), 17, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(6576), 1, - anon_sym_DASH_GT, - ACTIONS(6701), 1, + anon_sym_SEMI, anon_sym_LBRACK, - STATE(5051), 1, - sym_requires_clause, - STATE(5274), 1, - sym_trailing_return_type, - ACTIONS(6699), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - STATE(4314), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6398), 7, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366645,27 +363400,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [168962] = 6, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [164965] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(6920), 1, - anon_sym_LT, - STATE(2826), 1, - sym_template_argument_list, - ACTIONS(3729), 3, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4505), 1, + sym_field_declaration_list, + STATE(5423), 1, + sym_virtual_specifier, + STATE(6089), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4007), 2, anon_sym_AMP, anon_sym_const, - anon_sym_COLON, - ACTIONS(3734), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4005), 17, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACE, + anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366675,44 +363439,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [165011] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4528), 1, + sym_field_declaration_list, + STATE(5430), 1, + sym_virtual_specifier, + STATE(6072), 1, + sym_base_class_clause, + ACTIONS(3993), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, + ACTIONS(4034), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4032), 17, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, anon_sym_requires, - [169002] = 13, + [165057] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6855), 1, + ACTIONS(6817), 1, anon_sym_AMP_AMP, - ACTIONS(6857), 1, + ACTIONS(6819), 1, anon_sym_AMP, - ACTIONS(6861), 1, + ACTIONS(6823), 1, anon_sym_noexcept, - ACTIONS(6863), 1, + ACTIONS(6825), 1, anon_sym_throw, - ACTIONS(6910), 1, + ACTIONS(6882), 1, anon_sym_DASH_GT, - ACTIONS(6912), 1, + ACTIONS(6884), 1, anon_sym_requires, - STATE(5155), 1, + STATE(5054), 1, sym_requires_clause, - STATE(5387), 1, + STATE(5310), 1, sym_trailing_return_type, - ACTIONS(6691), 5, + ACTIONS(6661), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_GT2, - STATE(4350), 5, + STATE(4199), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6681), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366720,40 +363519,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [169056] = 13, + [165111] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(6456), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(6743), 1, + ACTIONS(6728), 1, anon_sym_STAR, - ACTIONS(6745), 1, + ACTIONS(6730), 1, anon_sym_AMP_AMP, - ACTIONS(6747), 1, + ACTIONS(6732), 1, anon_sym_AMP, - STATE(4346), 1, + STATE(4281), 1, sym_parameter_list, - STATE(5438), 1, + STATE(5286), 1, sym__abstract_declarator, - STATE(4390), 2, + STATE(4332), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(6735), 4, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, + ACTIONS(6669), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, anon_sym_requires, - STATE(5031), 5, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6398), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366761,40 +363560,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [169110] = 13, + [165165] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2718), 1, anon_sym_const, - ACTIONS(6855), 1, + ACTIONS(6817), 1, anon_sym_AMP_AMP, - ACTIONS(6857), 1, + ACTIONS(6819), 1, anon_sym_AMP, - ACTIONS(6861), 1, + ACTIONS(6823), 1, anon_sym_noexcept, - ACTIONS(6863), 1, + ACTIONS(6825), 1, anon_sym_throw, - ACTIONS(6910), 1, + ACTIONS(6882), 1, anon_sym_DASH_GT, - ACTIONS(6912), 1, + ACTIONS(6884), 1, anon_sym_requires, - STATE(5170), 1, + STATE(5083), 1, sym_requires_clause, - STATE(5381), 1, + STATE(5314), 1, sym_trailing_return_type, - ACTIONS(6687), 5, + ACTIONS(6665), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_GT2, - STATE(4212), 5, + STATE(4290), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6681), 7, + ACTIONS(6685), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366802,40 +363601,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [169164] = 13, + [165219] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(6890), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(6801), 3, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(6799), 21, anon_sym_LPAREN2, - ACTIONS(3846), 1, - anon_sym_STAR, - ACTIONS(3848), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - STATE(4318), 1, - sym_parameter_list, - STATE(5402), 1, - sym__abstract_declarator, - STATE(4408), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5351), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366843,40 +363625,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [169218] = 13, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [165255] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4510), 1, + sym_field_declaration_list, + STATE(5425), 1, + sym_virtual_specifier, + STATE(6085), 1, + sym_base_class_clause, + ACTIONS(3993), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4003), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(4001), 17, anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6743), 1, anon_sym_STAR, - ACTIONS(6745), 1, anon_sym_AMP_AMP, - ACTIONS(6747), 1, - anon_sym_AMP, - STATE(4346), 1, - sym_parameter_list, - STATE(5434), 1, - sym__abstract_declarator, - STATE(4390), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5351), 4, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_requires, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6398), 7, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366884,40 +363666,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [169272] = 13, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [165301] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(6456), 1, + ACTIONS(6438), 1, anon_sym_LBRACK, - ACTIONS(6743), 1, + ACTIONS(6793), 1, anon_sym_STAR, - ACTIONS(6745), 1, + ACTIONS(6795), 1, anon_sym_AMP_AMP, - ACTIONS(6747), 1, + ACTIONS(6797), 1, anon_sym_AMP, - STATE(4346), 1, + STATE(4296), 1, sym_parameter_list, - STATE(5417), 1, + STATE(5371), 1, sym__abstract_declarator, - STATE(4352), 2, + STATE(4316), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4295), 4, + ACTIONS(4367), 3, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, + anon_sym_COLON, anon_sym_requires, - STATE(5031), 5, + STATE(5024), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6398), 7, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366925,23 +363710,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [169326] = 3, + [165354] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3789), 3, - anon_sym_AMP, + ACTIONS(5701), 1, anon_sym_const, - anon_sym_COLON, - ACTIONS(3791), 22, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6647), 1, + anon_sym_DASH_GT, + ACTIONS(6649), 1, + anon_sym_requires, + ACTIONS(6675), 1, anon_sym_LBRACK, - anon_sym_EQ, + STATE(4989), 1, + sym_requires_clause, + STATE(5349), 1, + sym_trailing_return_type, + ACTIONS(6673), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + STATE(4299), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366949,45 +363751,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_auto, + [165409] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1519), 1, + anon_sym_LBRACK, + ACTIONS(1535), 1, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, + ACTIONS(6494), 1, + anon_sym_COLON_COLON, + ACTIONS(6893), 1, + sym_identifier, + ACTIONS(6895), 1, + anon_sym_LPAREN2, + ACTIONS(6897), 1, + anon_sym_LBRACE, + ACTIONS(6901), 1, anon_sym_requires, - [169359] = 13, + STATE(2885), 1, + sym_template_type, + STATE(3688), 1, + sym_requirement_seq, + STATE(4786), 1, + sym_lambda_capture_specifier, + STATE(5221), 1, + sym__scope_resolution, + STATE(6129), 1, + sym_requires_parameter_list, + ACTIONS(6899), 2, + sym_true, + sym_false, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3961), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [165470] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6808), 1, - anon_sym_STAR, - ACTIONS(6810), 1, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - ACTIONS(6812), 1, + ACTIONS(5914), 1, anon_sym_AMP, - STATE(4371), 1, - sym_parameter_list, - STATE(5490), 1, - sym__abstract_declarator, - STATE(4413), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5351), 3, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6647), 1, + anon_sym_DASH_GT, + ACTIONS(6649), 1, + anon_sym_requires, + ACTIONS(6667), 1, + anon_sym_LBRACK, + STATE(4966), 1, + sym_requires_clause, + STATE(5352), 1, + sym_trailing_return_type, + ACTIONS(6665), 3, + anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, + STATE(4304), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6041), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [165525] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(5912), 1, + anon_sym_AMP_AMP, + ACTIONS(5914), 1, + anon_sym_AMP, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6647), 1, + anon_sym_DASH_GT, + ACTIONS(6649), 1, anon_sym_requires, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6082), 7, + ACTIONS(6653), 1, + anon_sym_LBRACK, + STATE(4964), 1, + sym_requires_clause, + STATE(5353), 1, + sym_trailing_return_type, + ACTIONS(6651), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + STATE(4229), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -366995,42 +363877,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [169412] = 17, + [165580] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6554), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(6903), 1, sym_identifier, - ACTIONS(6927), 1, + ACTIONS(6905), 1, anon_sym_LPAREN2, - ACTIONS(6929), 1, + ACTIONS(6907), 1, anon_sym_LBRACE, - ACTIONS(6933), 1, + ACTIONS(6911), 1, anon_sym_requires, - STATE(2358), 1, + STATE(2185), 1, sym_template_type, - STATE(3364), 1, + STATE(3099), 1, sym_requirement_seq, - STATE(4895), 1, + STATE(4796), 1, sym_lambda_capture_specifier, - STATE(5322), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(6559), 1, + STATE(6483), 1, sym_requires_parameter_list, - ACTIONS(6931), 2, + ACTIONS(6909), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3487), 8, + STATE(3098), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -367039,91 +363921,86 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [169473] = 22, + [165641] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, + ACTIONS(1519), 1, + anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(6436), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6440), 1, - anon_sym_EQ, - ACTIONS(6935), 1, + ACTIONS(6913), 1, sym_identifier, - STATE(3312), 1, + ACTIONS(6915), 1, + anon_sym_LPAREN2, + ACTIONS(6917), 1, + anon_sym_LBRACE, + ACTIONS(6921), 1, + anon_sym_requires, + STATE(1910), 1, sym_template_type, - STATE(3476), 1, - sym_field_declaration_list, - STATE(4720), 1, - sym_ms_declspec_modifier, - STATE(4772), 1, - sym_attribute_declaration, - STATE(5304), 1, + STATE(2485), 1, + sym_requirement_seq, + STATE(4791), 1, + sym_lambda_capture_specifier, + STATE(5150), 1, sym__scope_resolution, - STATE(5534), 1, - sym_virtual_specifier, - STATE(6193), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6438), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(3299), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6105), 1, + sym_requires_parameter_list, + ACTIONS(6919), 2, + sym_true, + sym_false, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [169544] = 17, + STATE(2494), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [165702] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6602), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(6923), 1, sym_identifier, - ACTIONS(6939), 1, + ACTIONS(6925), 1, anon_sym_LPAREN2, - ACTIONS(6941), 1, + ACTIONS(6927), 1, anon_sym_LBRACE, - ACTIONS(6945), 1, + ACTIONS(6931), 1, anon_sym_requires, - STATE(1954), 1, + STATE(2076), 1, sym_template_type, - STATE(2895), 1, + STATE(3008), 1, sym_requirement_seq, - STATE(4861), 1, + STATE(4789), 1, sym_lambda_capture_specifier, - STATE(5329), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(6491), 1, + STATE(6265), 1, sym_requires_parameter_list, - ACTIONS(6943), 2, + ACTIONS(6929), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(2896), 8, + STATE(2995), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -367132,50 +364009,17 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [169605] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6947), 1, - anon_sym_COLON, - STATE(3527), 1, - sym_enumerator_list, - STATE(4416), 1, - sym__enum_base_clause, - ACTIONS(4198), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(4196), 19, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [169644] = 3, + [165763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6951), 6, + ACTIONS(6935), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK, - ACTIONS(6949), 19, + ACTIONS(6933), 19, anon_sym_AMP, anon_sym___based, sym_ms_restrict_modifier, @@ -367195,116 +364039,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [169677] = 4, + [165796] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4118), 3, - anon_sym_AMP, + ACTIONS(5701), 1, anon_sym_const, - anon_sym_COLON, - ACTIONS(4116), 21, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, + ACTIONS(5912), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [169712] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4118), 3, + ACTIONS(5914), 1, anon_sym_AMP, - anon_sym_const, - anon_sym_COLON, - ACTIONS(4116), 21, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, + ACTIONS(5924), 1, + anon_sym_noexcept, + ACTIONS(5926), 1, + anon_sym_throw, + ACTIONS(6647), 1, + anon_sym_DASH_GT, + ACTIONS(6649), 1, anon_sym_requires, - [169747] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6947), 1, - anon_sym_COLON, - STATE(3463), 1, - sym_enumerator_list, - STATE(4417), 1, - sym__enum_base_clause, - ACTIONS(4179), 3, - anon_sym_AMP, + ACTIONS(6663), 1, anon_sym_LBRACK, - anon_sym_const, - ACTIONS(4177), 19, - anon_sym_COMMA, + STATE(4952), 1, + sym_requires_clause, + STATE(5357), 1, + sym_trailing_return_type, + ACTIONS(6661), 3, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [169786] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(4364), 2, + anon_sym_COLON, + STATE(4229), 5, sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4704), 6, - anon_sym_AMP, - anon_sym___based, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - ACTIONS(6953), 8, - anon_sym_const, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -367312,26 +364080,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(4706), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK, - anon_sym_GT2, - [169823] = 4, + [165851] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, + ACTIONS(4103), 1, anon_sym_COLON_COLON, - ACTIONS(4112), 3, + ACTIONS(4126), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, - ACTIONS(4110), 21, + ACTIONS(4124), 21, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, @@ -367353,27 +364111,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [169858] = 7, + [165886] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5701), 1, + ACTIONS(6306), 1, anon_sym_LBRACE, - ACTIONS(6947), 1, + ACTIONS(6937), 1, anon_sym_COLON, - STATE(3460), 1, + STATE(3875), 1, sym__enum_base_clause, - STATE(3463), 1, + STATE(4034), 1, sym_enumerator_list, - ACTIONS(4179), 3, + ACTIONS(4172), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(4177), 18, + ACTIONS(4170), 18, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_volatile, @@ -367385,52 +364143,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [169899] = 3, + [165927] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4106), 3, - anon_sym_AMP, - anon_sym_const, - anon_sym_COLON, - ACTIONS(4104), 22, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1519), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, + ACTIONS(1535), 1, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, + ACTIONS(6510), 1, + anon_sym_COLON_COLON, + ACTIONS(6939), 1, + sym_identifier, + ACTIONS(6941), 1, + anon_sym_LPAREN2, + ACTIONS(6943), 1, + anon_sym_LBRACE, + ACTIONS(6947), 1, anon_sym_requires, - [169932] = 3, + STATE(2319), 1, + sym_template_type, + STATE(3340), 1, + sym_requirement_seq, + STATE(4797), 1, + sym_lambda_capture_specifier, + STATE(5162), 1, + sym__scope_resolution, + STATE(6322), 1, + sym_requires_parameter_list, + ACTIONS(6945), 2, + sym_true, + sym_false, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3480), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [165988] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 3, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4101), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, - ACTIONS(3807), 22, + ACTIONS(4099), 21, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, @@ -367447,61 +364220,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [169965] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1519), 1, - anon_sym_LBRACK, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6540), 1, - anon_sym_COLON_COLON, - ACTIONS(6956), 1, - sym_identifier, - ACTIONS(6958), 1, - anon_sym_LPAREN2, - ACTIONS(6960), 1, - anon_sym_LBRACE, - ACTIONS(6964), 1, - anon_sym_requires, - STATE(2779), 1, - sym_template_type, - STATE(3805), 1, - sym_requirement_seq, - STATE(4892), 1, - sym_lambda_capture_specifier, - STATE(5251), 1, - sym__scope_resolution, - STATE(6235), 1, - sym_requires_parameter_list, - ACTIONS(6962), 2, - sym_true, - sym_false, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(3991), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [170026] = 3, + [166023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6968), 6, + ACTIONS(6951), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK, - ACTIONS(6966), 19, + ACTIONS(6949), 19, anon_sym_AMP, anon_sym___based, sym_ms_restrict_modifier, @@ -367521,125 +364250,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [170059] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6655), 1, - anon_sym_DASH_GT, - ACTIONS(6657), 1, - anon_sym_requires, - ACTIONS(6701), 1, - anon_sym_LBRACK, - STATE(5051), 1, - sym_requires_clause, - STATE(5462), 1, - sym_trailing_return_type, - ACTIONS(6699), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - STATE(4374), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6082), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [170114] = 17, + [166056] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1519), 1, - anon_sym_LBRACK, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6492), 1, - anon_sym_COLON_COLON, - ACTIONS(6970), 1, - sym_identifier, - ACTIONS(6972), 1, - anon_sym_LPAREN2, - ACTIONS(6974), 1, + ACTIONS(6306), 1, anon_sym_LBRACE, - ACTIONS(6978), 1, - anon_sym_requires, - STATE(2015), 1, - sym_template_type, - STATE(3021), 1, - sym_requirement_seq, - STATE(4894), 1, - sym_lambda_capture_specifier, - STATE(5242), 1, - sym__scope_resolution, - STATE(6181), 1, - sym_requires_parameter_list, - ACTIONS(6976), 2, - sym_true, - sym_false, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(3003), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [170175] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5717), 1, - anon_sym_const, - ACTIONS(6074), 1, - anon_sym_AMP_AMP, - ACTIONS(6076), 1, + ACTIONS(6937), 1, + anon_sym_COLON, + STATE(3951), 1, + sym__enum_base_clause, + STATE(3985), 1, + sym_enumerator_list, + ACTIONS(4184), 3, anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6655), 1, - anon_sym_DASH_GT, - ACTIONS(6657), 1, - anon_sym_requires, - ACTIONS(6689), 1, anon_sym_LBRACK, - STATE(5040), 1, - sym_requires_clause, - STATE(5456), 1, - sym_trailing_return_type, - ACTIONS(6687), 3, + anon_sym_const, + ACTIONS(4182), 18, + anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - STATE(4271), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6082), 7, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -367647,40 +364280,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [170230] = 14, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [166097] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4101), 3, + anon_sym_AMP, anon_sym_const, - ACTIONS(6074), 1, + anon_sym_COLON, + ACTIONS(4099), 21, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6655), 1, - anon_sym_DASH_GT, - ACTIONS(6657), 1, - anon_sym_requires, - ACTIONS(6697), 1, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(5052), 1, - sym_requires_clause, - STATE(5457), 1, - sym_trailing_return_type, - ACTIONS(6695), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - STATE(4271), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6082), 7, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -367688,40 +364309,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [170285] = 14, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [166132] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(4116), 3, + anon_sym_AMP, anon_sym_const, - ACTIONS(6074), 1, + anon_sym_COLON, + ACTIONS(4114), 22, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(6076), 1, - anon_sym_AMP, - ACTIONS(6086), 1, - anon_sym_noexcept, - ACTIONS(6088), 1, - anon_sym_throw, - ACTIONS(6655), 1, - anon_sym_DASH_GT, - ACTIONS(6657), 1, - anon_sym_requires, - ACTIONS(6693), 1, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(5062), 1, - sym_requires_clause, - STATE(5461), 1, - sym_trailing_return_type, - ACTIONS(6691), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - STATE(4373), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6082), 7, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -367729,83 +364339,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [170340] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1519), 1, - anon_sym_LBRACK, - ACTIONS(1535), 1, + sym_auto, anon_sym_decltype, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6980), 1, - sym_identifier, - ACTIONS(6982), 1, - anon_sym_LPAREN2, - ACTIONS(6984), 1, - anon_sym_LBRACE, - ACTIONS(6988), 1, + anon_sym_final, + anon_sym_override, + anon_sym_try, anon_sym_requires, - STATE(1891), 1, - sym_template_type, - STATE(2503), 1, - sym_requirement_seq, - STATE(4868), 1, - sym_lambda_capture_specifier, - STATE(5229), 1, - sym__scope_resolution, - STATE(6465), 1, - sym_requires_parameter_list, - ACTIONS(6986), 2, - sym_true, - sym_false, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(2504), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [170401] = 13, + [166165] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(3804), 3, + anon_sym_AMP, anon_sym_const, - ACTIONS(6448), 1, + anon_sym_COLON, + ACTIONS(3809), 22, anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6808), 1, anon_sym_STAR, - ACTIONS(6810), 1, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(6812), 1, - anon_sym_AMP, - STATE(4371), 1, - sym_parameter_list, - STATE(5491), 1, - sym__abstract_declarator, - STATE(4413), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6735), 3, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_requires, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6082), 7, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -367813,39 +364369,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [170454] = 13, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [166198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(3826), 3, + anon_sym_AMP, anon_sym_const, - ACTIONS(6448), 1, + anon_sym_COLON, + ACTIONS(3828), 22, anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6808), 1, anon_sym_STAR, - ACTIONS(6810), 1, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(6812), 1, - anon_sym_AMP, - STATE(4371), 1, - sym_parameter_list, - STATE(5488), 1, - sym__abstract_declarator, - STATE(4413), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(6707), 3, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_requires, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6082), 7, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -367853,14 +364399,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [170507] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [166231] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3828), 3, + ACTIONS(3800), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, - ACTIONS(3830), 22, + ACTIONS(3802), 22, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, @@ -367883,39 +364435,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [170540] = 13, + [166264] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 1, + ACTIONS(5701), 1, anon_sym_const, - ACTIONS(6448), 1, + ACTIONS(6430), 1, anon_sym_LPAREN2, - ACTIONS(6456), 1, + ACTIONS(6438), 1, anon_sym_LBRACK, - ACTIONS(6808), 1, + ACTIONS(6793), 1, anon_sym_STAR, - ACTIONS(6810), 1, + ACTIONS(6795), 1, anon_sym_AMP_AMP, - ACTIONS(6812), 1, + ACTIONS(6797), 1, anon_sym_AMP, - STATE(4371), 1, + STATE(4296), 1, sym_parameter_list, - STATE(5485), 1, + STATE(5369), 1, sym__abstract_declarator, - STATE(4355), 2, + STATE(4345), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4295), 3, + ACTIONS(5357), 3, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_requires, - STATE(5031), 5, + STATE(5024), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6082), 7, + ACTIONS(6041), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -367923,15 +364475,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [170593] = 5, + [166317] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4706), 1, + ACTIONS(4708), 1, anon_sym_COLON_COLON, - STATE(4381), 2, + STATE(4317), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(6990), 8, + ACTIONS(6953), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -367940,7 +364492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(4704), 14, + ACTIONS(4706), 14, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -367955,14 +364507,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_typename, anon_sym_template, - [170630] = 3, + [166354] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3798), 3, + ACTIONS(3792), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, - ACTIONS(3800), 22, + ACTIONS(3794), 22, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, @@ -367985,28 +364537,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [170663] = 7, + [166387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5701), 1, - anon_sym_LBRACE, - ACTIONS(6947), 1, - anon_sym_COLON, - STATE(3527), 1, - sym_enumerator_list, - STATE(3528), 1, - sym__enum_base_clause, - ACTIONS(4198), 3, + ACTIONS(3818), 3, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(4196), 18, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(3820), 22, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -368017,44 +364563,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_GT2, + anon_sym_final, + anon_sym_override, + anon_sym_try, anon_sym_requires, - [170704] = 17, + [166420] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4706), 6, + anon_sym_AMP, + anon_sym___based, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + ACTIONS(6956), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + ACTIONS(4708), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK, + anon_sym_GT2, + [166457] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6580), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(6959), 1, sym_identifier, - ACTIONS(6995), 1, + ACTIONS(6961), 1, anon_sym_LPAREN2, - ACTIONS(6997), 1, + ACTIONS(6963), 1, anon_sym_LBRACE, - ACTIONS(7001), 1, + ACTIONS(6967), 1, anon_sym_requires, - STATE(2188), 1, + STATE(1946), 1, sym_template_type, - STATE(3139), 1, + STATE(2707), 1, sym_requirement_seq, - STATE(4881), 1, + STATE(4788), 1, sym_lambda_capture_specifier, - STATE(5307), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(6118), 1, + STATE(6423), 1, sym_requires_parameter_list, - ACTIONS(6999), 2, + ACTIONS(6965), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3138), 8, + STATE(2710), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -368063,14 +364643,14 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [170765] = 3, + [166518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3824), 3, + ACTIONS(3796), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, - ACTIONS(3826), 22, + ACTIONS(3798), 22, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, @@ -368093,14 +364673,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [170798] = 3, + [166551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3816), 3, + ACTIONS(3785), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, - ACTIONS(3818), 22, + ACTIONS(3787), 22, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, @@ -368123,14 +364703,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [170831] = 3, + [166584] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(6430), 1, + anon_sym_LPAREN2, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6793), 1, + anon_sym_STAR, + ACTIONS(6795), 1, + anon_sym_AMP_AMP, + ACTIONS(6797), 1, + anon_sym_AMP, + STATE(4296), 1, + sym_parameter_list, + STATE(5339), 1, + sym__abstract_declarator, + STATE(4345), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(6671), 3, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_requires, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6041), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [166637] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(6446), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6450), 1, + anon_sym_EQ, + ACTIONS(6969), 1, + sym_identifier, + STATE(3306), 1, + sym_template_type, + STATE(3467), 1, + sym_field_declaration_list, + STATE(4649), 1, + sym_ms_declspec_modifier, + STATE(4768), 1, + sym_attribute_declaration, + STATE(5210), 1, + sym__scope_resolution, + STATE(5576), 1, + sym_virtual_specifier, + STATE(6428), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6448), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(3302), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [166708] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5701), 1, + anon_sym_const, + ACTIONS(6430), 1, + anon_sym_LPAREN2, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6793), 1, + anon_sym_STAR, + ACTIONS(6795), 1, + anon_sym_AMP_AMP, + ACTIONS(6797), 1, + anon_sym_AMP, + STATE(4296), 1, + sym_parameter_list, + STATE(5368), 1, + sym__abstract_declarator, + STATE(4345), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(6669), 3, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_requires, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6041), 7, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [166761] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3820), 3, + ACTIONS(3822), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, - ACTIONS(3822), 22, + ACTIONS(3824), 22, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, @@ -368153,20 +364862,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [170864] = 3, + [166794] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 3, + ACTIONS(6971), 1, + anon_sym_LPAREN2, + ACTIONS(6844), 2, anon_sym_AMP, anon_sym_const, - anon_sym_COLON, - ACTIONS(3834), 22, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, + ACTIONS(6840), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, @@ -368177,19 +364886,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, + anon_sym_DASH_GT, + anon_sym_GT2, anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, anon_sym_requires, - [170897] = 3, + [166828] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6833), 2, + ACTIONS(6856), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6831), 22, + ACTIONS(6854), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -368212,18 +364921,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [170929] = 6, + [166860] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6990), 1, + ACTIONS(6953), 1, anon_sym_const, - ACTIONS(4704), 2, + ACTIONS(4706), 2, anon_sym_AMP, anon_sym_LBRACK, - STATE(4390), 2, + STATE(4330), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(7003), 7, + ACTIONS(6973), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -368231,7 +364940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(4706), 12, + ACTIONS(4708), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -368244,13 +364953,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [170967] = 3, + [166898] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6899), 2, + ACTIONS(6848), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6897), 22, + ACTIONS(6846), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -368273,116 +364982,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [170999] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(6849), 1, - anon_sym_STAR, - ACTIONS(6851), 1, - anon_sym_AMP_AMP, - ACTIONS(6853), 1, - anon_sym_AMP, - STATE(4400), 1, - sym_parameter_list, - STATE(5511), 1, - sym__abstract_declarator, - ACTIONS(6735), 2, - anon_sym_LBRACE, - anon_sym_requires, - STATE(4408), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [171051] = 13, + [166930] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(6855), 1, - anon_sym_AMP_AMP, - ACTIONS(6857), 1, + ACTIONS(4706), 1, anon_sym_AMP, - ACTIONS(6861), 1, - anon_sym_noexcept, - ACTIONS(6863), 1, - anon_sym_throw, - ACTIONS(6916), 1, - anon_sym_requires, - ACTIONS(7006), 1, - anon_sym_DASH_GT, - STATE(5152), 1, - sym_requires_clause, - STATE(5369), 1, - sym_trailing_return_type, - ACTIONS(6695), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(4212), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [171103] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, + ACTIONS(6956), 1, anon_sym_const, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(6849), 1, - anon_sym_STAR, - ACTIONS(6851), 1, - anon_sym_AMP_AMP, - ACTIONS(6853), 1, - anon_sym_AMP, - STATE(4400), 1, - sym_parameter_list, - STATE(5496), 1, - sym__abstract_declarator, - ACTIONS(5351), 2, - anon_sym_LBRACE, - anon_sym_requires, - STATE(4408), 2, + STATE(4332), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, + ACTIONS(6976), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -368390,91 +365000,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [171155] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(3844), 1, + ACTIONS(4708), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(6849), 1, anon_sym_STAR, - ACTIONS(6851), 1, - anon_sym_AMP_AMP, - ACTIONS(6853), 1, - anon_sym_AMP, - STATE(4400), 1, - sym_parameter_list, - STATE(5512), 1, - sym__abstract_declarator, - ACTIONS(4295), 2, - anon_sym_LBRACE, - anon_sym_requires, - STATE(4394), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [171207] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(6855), 1, anon_sym_AMP_AMP, - ACTIONS(6857), 1, - anon_sym_AMP, - ACTIONS(6861), 1, - anon_sym_noexcept, - ACTIONS(6863), 1, - anon_sym_throw, - ACTIONS(6916), 1, - anon_sym_requires, - ACTIONS(7006), 1, - anon_sym_DASH_GT, - STATE(5155), 1, - sym_requires_clause, - STATE(5366), 1, - sym_trailing_return_type, - ACTIONS(6691), 3, - anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - STATE(4402), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [171259] = 3, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [166968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4118), 2, + ACTIONS(4101), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4116), 22, + ACTIONS(4099), 22, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PIPE_PIPE, @@ -368497,18 +365043,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [171291] = 4, + [167000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7008), 1, - anon_sym_LPAREN2, - ACTIONS(6889), 2, + ACTIONS(6805), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6885), 21, + ACTIONS(6803), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, @@ -368527,13 +365072,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [171325] = 3, + [167032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6847), 2, + ACTIONS(6880), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6845), 22, + ACTIONS(6878), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -368556,52 +365101,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [171357] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(6855), 1, - anon_sym_AMP_AMP, - ACTIONS(6857), 1, - anon_sym_AMP, - ACTIONS(6861), 1, - anon_sym_noexcept, - ACTIONS(6863), 1, - anon_sym_throw, - ACTIONS(6916), 1, - anon_sym_requires, - ACTIONS(7006), 1, - anon_sym_DASH_GT, - STATE(5113), 1, - sym_requires_clause, - STATE(5343), 1, - sym_trailing_return_type, - ACTIONS(6699), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(4393), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [171409] = 3, + [167064] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6816), 2, + ACTIONS(6834), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6814), 22, + ACTIONS(6832), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -368624,52 +365130,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [171441] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(6855), 1, - anon_sym_AMP_AMP, - ACTIONS(6857), 1, - anon_sym_AMP, - ACTIONS(6861), 1, - anon_sym_noexcept, - ACTIONS(6863), 1, - anon_sym_throw, - ACTIONS(6916), 1, - anon_sym_requires, - ACTIONS(7006), 1, - anon_sym_DASH_GT, - STATE(5170), 1, - sym_requires_clause, - STATE(5346), 1, - sym_trailing_return_type, - ACTIONS(6687), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(4212), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [171493] = 3, + [167096] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6843), 2, + ACTIONS(6809), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6841), 22, + ACTIONS(6807), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -368692,13 +365159,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [171525] = 3, + [167128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6879), 2, + ACTIONS(6872), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6877), 22, + ACTIONS(6870), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -368721,13 +365188,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [171557] = 3, + [167160] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6883), 2, + ACTIONS(6876), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6881), 22, + ACTIONS(6874), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -368750,52 +365217,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [171589] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, - anon_sym_const, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(6849), 1, - anon_sym_STAR, - ACTIONS(6851), 1, - anon_sym_AMP_AMP, - ACTIONS(6853), 1, - anon_sym_AMP, - STATE(4400), 1, - sym_parameter_list, - STATE(5502), 1, - sym__abstract_declarator, - ACTIONS(6707), 2, - anon_sym_LBRACE, - anon_sym_requires, - STATE(4408), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6681), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [171641] = 3, + [167192] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6903), 2, + ACTIONS(6801), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6901), 22, + ACTIONS(6799), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -368818,28 +365246,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [171673] = 6, + [167224] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4704), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(6864), 1, + anon_sym_LT, + STATE(4313), 1, + sym_template_argument_list, + ACTIONS(3744), 2, anon_sym_AMP, - ACTIONS(6953), 1, anon_sym_const, - STATE(4408), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(7010), 7, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - ACTIONS(4706), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3752), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -368847,25 +365266,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [171711] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6895), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(6893), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -368873,33 +365273,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_DASH_GT, - anon_sym_GT2, + sym_auto, + anon_sym_decltype, anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, anon_sym_requires, - [171743] = 7, + [167261] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7013), 1, + ACTIONS(6979), 1, anon_sym_LBRACE, - ACTIONS(7015), 1, + ACTIONS(6981), 1, anon_sym_COLON, - STATE(3204), 1, - sym_enumerator_list, - STATE(4530), 1, + STATE(4394), 1, sym__enum_base_clause, - ACTIONS(4179), 2, + STATE(4564), 1, + sym_enumerator_list, + ACTIONS(4184), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4177), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4182), 17, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -368909,28 +365307,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [171782] = 6, + [167300] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7017), 1, + ACTIONS(5359), 1, + anon_sym_LBRACE, + ACTIONS(6983), 1, anon_sym_COLON, - STATE(4484), 1, + STATE(3148), 1, sym__enum_base_clause, - STATE(4630), 1, + STATE(3172), 1, sym_enumerator_list, - ACTIONS(4179), 2, + ACTIONS(4184), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4177), 18, + ACTIONS(4182), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -368940,28 +365339,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - [171819] = 6, + [167339] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(6905), 1, + ACTIONS(6838), 1, anon_sym_LT, - STATE(4368), 1, + STATE(2265), 1, sym_template_argument_list, - ACTIONS(3748), 2, + ACTIONS(3744), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3753), 18, + ACTIONS(3752), 18, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -368971,20 +365371,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_try, anon_sym_requires, - [171856] = 6, + [167376] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, + ACTIONS(6985), 1, anon_sym_const, - ACTIONS(4704), 2, + ACTIONS(4706), 2, anon_sym_AMP, anon_sym_LBRACK, - STATE(4413), 2, + STATE(4345), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(7022), 7, + ACTIONS(6988), 7, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -368992,7 +365391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - ACTIONS(4706), 11, + ACTIONS(4708), 11, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -369004,39 +365403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_try, anon_sym_requires, - [171893] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7013), 1, - anon_sym_LBRACE, - ACTIONS(7015), 1, - anon_sym_COLON, - STATE(3191), 1, - sym_enumerator_list, - STATE(4525), 1, - sym__enum_base_clause, - ACTIONS(4198), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4196), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [171932] = 17, + [167413] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, @@ -369045,31 +365412,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1501), 1, anon_sym_operator, - ACTIONS(6175), 1, - sym_identifier, - ACTIONS(6177), 1, + ACTIONS(6280), 1, anon_sym_LPAREN2, - ACTIONS(6179), 1, + ACTIONS(6332), 1, + sym_identifier, + ACTIONS(6334), 1, anon_sym_STAR, - ACTIONS(6181), 1, + ACTIONS(6336), 1, anon_sym_AMP_AMP, - ACTIONS(6183), 1, + ACTIONS(6338), 1, anon_sym_AMP, - ACTIONS(7025), 1, + ACTIONS(6991), 1, anon_sym_SEMI, - ACTIONS(7027), 1, + ACTIONS(6993), 1, anon_sym_EQ, - ACTIONS(7029), 1, + ACTIONS(6995), 1, anon_sym_COLON, - STATE(4737), 1, + STATE(4622), 1, sym__field_declarator, - STATE(7118), 1, + STATE(7013), 1, sym_initializer_list, - STATE(7122), 1, - sym_bitfield_clause, - STATE(7133), 1, + STATE(7016), 1, sym_ms_based_modifier, - STATE(5201), 8, + STATE(7017), 1, + sym_bitfield_clause, + STATE(5135), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -369078,53 +365445,28 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [171991] = 4, + [167472] = 7, ACTIONS(3), 1, sym_comment, - STATE(3510), 1, - sym_enumerator_list, - ACTIONS(4230), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(4228), 19, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + ACTIONS(5091), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [172024] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(3552), 1, + ACTIONS(6997), 1, + anon_sym_COLON, + STATE(2671), 1, + sym__enum_base_clause, + STATE(2863), 1, sym_enumerator_list, - ACTIONS(4253), 3, + ACTIONS(4184), 2, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(4251), 19, + ACTIONS(4182), 17, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_LBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -369134,9 +365476,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_try, anon_sym_requires, - [172057] = 17, + [167511] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, @@ -369145,31 +365486,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1501), 1, anon_sym_operator, - ACTIONS(6175), 1, - sym_identifier, - ACTIONS(6177), 1, + ACTIONS(6280), 1, anon_sym_LPAREN2, - ACTIONS(6179), 1, + ACTIONS(6332), 1, + sym_identifier, + ACTIONS(6334), 1, anon_sym_STAR, - ACTIONS(6181), 1, + ACTIONS(6336), 1, anon_sym_AMP_AMP, - ACTIONS(6183), 1, + ACTIONS(6338), 1, anon_sym_AMP, - ACTIONS(7029), 1, + ACTIONS(6995), 1, anon_sym_COLON, - ACTIONS(7031), 1, + ACTIONS(6999), 1, anon_sym_SEMI, - ACTIONS(7033), 1, + ACTIONS(7001), 1, anon_sym_EQ, - STATE(4687), 1, + STATE(4591), 1, sym__field_declarator, - STATE(7099), 1, + STATE(6889), 1, sym_initializer_list, - STATE(7100), 1, + STATE(6891), 1, sym_bitfield_clause, - STATE(7133), 1, + STATE(7016), 1, sym_ms_based_modifier, - STATE(5201), 8, + STATE(5135), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -369178,24 +365519,25 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [172116] = 6, + [167570] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7017), 1, + ACTIONS(6979), 1, + anon_sym_LBRACE, + ACTIONS(6981), 1, anon_sym_COLON, - STATE(4483), 1, + STATE(4401), 1, sym__enum_base_clause, - STATE(4605), 1, + STATE(4546), 1, sym_enumerator_list, - ACTIONS(4198), 2, + ACTIONS(4172), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4196), 18, + ACTIONS(4170), 17, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_volatile, @@ -369209,21 +365551,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [172153] = 7, + [167609] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7035), 1, + ACTIONS(5091), 1, anon_sym_LBRACE, - ACTIONS(7037), 1, + ACTIONS(6997), 1, anon_sym_COLON, - STATE(2766), 1, - sym_enumerator_list, - STATE(4506), 1, + STATE(2688), 1, sym__enum_base_clause, - ACTIONS(4198), 2, + STATE(2830), 1, + sym_enumerator_list, + ACTIONS(4172), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4196), 17, + ACTIONS(4170), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -369241,7 +365583,7 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_requires, - [172192] = 17, + [167648] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, @@ -369250,31 +365592,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1501), 1, anon_sym_operator, - ACTIONS(6175), 1, - sym_identifier, - ACTIONS(6177), 1, + ACTIONS(6280), 1, anon_sym_LPAREN2, - ACTIONS(6179), 1, + ACTIONS(6332), 1, + sym_identifier, + ACTIONS(6334), 1, anon_sym_STAR, - ACTIONS(6181), 1, + ACTIONS(6336), 1, anon_sym_AMP_AMP, - ACTIONS(6183), 1, + ACTIONS(6338), 1, anon_sym_AMP, - ACTIONS(7029), 1, + ACTIONS(6995), 1, anon_sym_COLON, - ACTIONS(7039), 1, + ACTIONS(7003), 1, anon_sym_SEMI, - ACTIONS(7041), 1, + ACTIONS(7005), 1, anon_sym_EQ, - STATE(4726), 1, + STATE(4592), 1, sym__field_declarator, - STATE(6993), 1, - sym_bitfield_clause, - STATE(6994), 1, + STATE(6811), 1, sym_initializer_list, - STATE(7133), 1, + STATE(6813), 1, + sym_bitfield_clause, + STATE(7016), 1, sym_ms_based_modifier, - STATE(5201), 8, + STATE(5135), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -369283,58 +365625,26 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [172251] = 7, + [167707] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7035), 1, + ACTIONS(5359), 1, anon_sym_LBRACE, - ACTIONS(7037), 1, + ACTIONS(6983), 1, anon_sym_COLON, - STATE(2814), 1, - sym_enumerator_list, - STATE(4529), 1, + STATE(3104), 1, sym__enum_base_clause, - ACTIONS(4179), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4177), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [172290] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(6891), 1, - anon_sym_LT, - STATE(2258), 1, - sym_template_argument_list, - ACTIONS(3748), 2, + STATE(3160), 1, + sym_enumerator_list, + ACTIONS(4172), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3753), 18, + ACTIONS(4170), 17, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_volatile, anon_sym_restrict, @@ -369345,294 +365655,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, + anon_sym_GT2, anon_sym_requires, - [172327] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1519), 1, - anon_sym_LBRACK, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(6933), 1, - anon_sym_requires, - ACTIONS(7043), 1, - sym_identifier, - ACTIONS(7045), 1, - anon_sym_LPAREN2, - STATE(2358), 1, - sym_template_type, - STATE(4895), 1, - sym_lambda_capture_specifier, - STATE(5259), 1, - sym__scope_resolution, - ACTIONS(7047), 2, - sym_true, - sym_false, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5376), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [172379] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1519), 1, - anon_sym_LBRACK, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6933), 1, - anon_sym_requires, - ACTIONS(7045), 1, - anon_sym_LPAREN2, - ACTIONS(7049), 1, - sym_identifier, - ACTIONS(7051), 1, - anon_sym_COLON_COLON, - STATE(2358), 1, - sym_template_type, - STATE(4895), 1, - sym_lambda_capture_specifier, - STATE(5237), 1, - sym__scope_resolution, - ACTIONS(7053), 2, - sym_true, - sym_false, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(3366), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [172431] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1519), 1, - anon_sym_LBRACK, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6554), 1, - anon_sym_COLON_COLON, - ACTIONS(6925), 1, - sym_identifier, - ACTIONS(6933), 1, - anon_sym_requires, - ACTIONS(7045), 1, - anon_sym_LPAREN2, - STATE(2358), 1, - sym_template_type, - STATE(4895), 1, - sym_lambda_capture_specifier, - STATE(5322), 1, - sym__scope_resolution, - ACTIONS(7055), 2, - sym_true, - sym_false, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(3533), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [172483] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1519), 1, - anon_sym_LBRACK, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(5571), 1, - anon_sym_COLON_COLON, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7059), 1, - anon_sym_LPAREN2, - ACTIONS(7063), 1, - anon_sym_requires, - STATE(3312), 1, - sym_template_type, - STATE(4879), 1, - sym_lambda_capture_specifier, - STATE(5310), 1, - sym__scope_resolution, - ACTIONS(7061), 2, - sym_true, - sym_false, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5418), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [172535] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7067), 1, - anon_sym_LPAREN2, - STATE(4548), 1, - sym_preproc_argument_list, - ACTIONS(7069), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7065), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [172569] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1519), 1, - anon_sym_LBRACK, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(6933), 1, - anon_sym_requires, - ACTIONS(7043), 1, - sym_identifier, - ACTIONS(7045), 1, - anon_sym_LPAREN2, - STATE(2358), 1, - sym_template_type, - STATE(4895), 1, - sym_lambda_capture_specifier, - STATE(5259), 1, - sym__scope_resolution, - ACTIONS(7071), 2, - sym_true, - sym_false, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5406), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [172621] = 14, + [167746] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7073), 1, - sym_identifier, - ACTIONS(7075), 1, - anon_sym_LPAREN2, - ACTIONS(7077), 1, - anon_sym_COLON_COLON, - ACTIONS(7081), 1, + ACTIONS(6947), 1, anon_sym_requires, - STATE(2938), 1, - sym_template_type, - STATE(4866), 1, - sym_lambda_capture_specifier, - STATE(5234), 1, - sym__scope_resolution, - ACTIONS(7079), 2, - sym_true, - sym_false, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(2945), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [172673] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1519), 1, - anon_sym_LBRACK, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7073), 1, + ACTIONS(7007), 1, sym_identifier, - ACTIONS(7075), 1, + ACTIONS(7009), 1, anon_sym_LPAREN2, - ACTIONS(7077), 1, + ACTIONS(7011), 1, anon_sym_COLON_COLON, - ACTIONS(7081), 1, - anon_sym_requires, - STATE(2938), 1, + STATE(2319), 1, sym_template_type, - STATE(4866), 1, + STATE(4797), 1, sym_lambda_capture_specifier, - STATE(5234), 1, + STATE(5149), 1, sym__scope_resolution, - ACTIONS(7083), 2, + ACTIONS(7013), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(1919), 8, + STATE(5143), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -369641,36 +365695,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [172725] = 14, + [167798] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6540), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(6903), 1, sym_identifier, - ACTIONS(6964), 1, + ACTIONS(6911), 1, anon_sym_requires, - ACTIONS(7085), 1, + ACTIONS(7015), 1, anon_sym_LPAREN2, - STATE(2779), 1, + STATE(2185), 1, sym_template_type, - STATE(4892), 1, + STATE(4796), 1, sym_lambda_capture_specifier, - STATE(5251), 1, + STATE(5184), 1, sym__scope_resolution, - ACTIONS(7087), 2, + ACTIONS(7017), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3863), 8, + STATE(3142), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -369679,36 +365733,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [172777] = 14, + [167850] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6492), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(7019), 1, sym_identifier, - ACTIONS(6978), 1, - anon_sym_requires, - ACTIONS(7089), 1, + ACTIONS(7021), 1, anon_sym_LPAREN2, - STATE(2015), 1, + ACTIONS(7025), 1, + anon_sym_requires, + STATE(4305), 1, sym_template_type, - STATE(4894), 1, + STATE(4816), 1, sym_lambda_capture_specifier, - STATE(5242), 1, + STATE(5159), 1, sym__scope_resolution, - ACTIONS(7091), 2, + ACTIONS(7023), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3022), 8, + STATE(5153), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -369717,36 +365771,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [172829] = 14, + [167902] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6933), 1, + ACTIONS(5483), 1, + anon_sym_COLON_COLON, + ACTIONS(6947), 1, anon_sym_requires, - ACTIONS(7045), 1, + ACTIONS(7009), 1, anon_sym_LPAREN2, - ACTIONS(7049), 1, + ACTIONS(7027), 1, sym_identifier, - ACTIONS(7051), 1, - anon_sym_COLON_COLON, - STATE(2358), 1, + STATE(2319), 1, sym_template_type, - STATE(4895), 1, + STATE(4797), 1, sym_lambda_capture_specifier, - STATE(5237), 1, + STATE(5202), 1, sym__scope_resolution, - ACTIONS(7093), 2, + ACTIONS(7029), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5245), 8, + STATE(5294), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -369755,36 +365809,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [172881] = 14, + [167954] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5551), 1, - anon_sym_COLON_COLON, - ACTIONS(7095), 1, + ACTIONS(6947), 1, + anon_sym_requires, + ACTIONS(7007), 1, sym_identifier, - ACTIONS(7097), 1, + ACTIONS(7009), 1, anon_sym_LPAREN2, - ACTIONS(7101), 1, - anon_sym_requires, - STATE(4365), 1, + ACTIONS(7011), 1, + anon_sym_COLON_COLON, + STATE(2319), 1, sym_template_type, - STATE(4899), 1, + STATE(4797), 1, sym_lambda_capture_specifier, - STATE(5249), 1, + STATE(5149), 1, sym__scope_resolution, - ACTIONS(7099), 2, + ACTIONS(7031), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5241), 8, + STATE(5225), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -369793,36 +365847,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [172933] = 14, + [168006] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6518), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(7019), 1, sym_identifier, - ACTIONS(6988), 1, - anon_sym_requires, - ACTIONS(7103), 1, + ACTIONS(7021), 1, anon_sym_LPAREN2, - STATE(1891), 1, + ACTIONS(7025), 1, + anon_sym_requires, + STATE(4305), 1, sym_template_type, - STATE(4868), 1, + STATE(4816), 1, sym_lambda_capture_specifier, - STATE(5229), 1, + STATE(5159), 1, sym__scope_resolution, - ACTIONS(7105), 2, + ACTIONS(7033), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(2508), 8, + STATE(5213), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -369831,36 +365885,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [172985] = 14, + [168058] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6518), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(7035), 1, sym_identifier, - ACTIONS(6988), 1, - anon_sym_requires, - ACTIONS(7103), 1, + ACTIONS(7037), 1, anon_sym_LPAREN2, - STATE(1891), 1, + ACTIONS(7041), 1, + anon_sym_requires, + STATE(3306), 1, sym_template_type, - STATE(4868), 1, + STATE(4808), 1, sym_lambda_capture_specifier, - STATE(5229), 1, + STATE(5210), 1, sym__scope_resolution, - ACTIONS(7107), 2, + ACTIONS(7039), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(2507), 8, + STATE(1939), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -369869,36 +365923,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173037] = 14, + [168110] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6964), 1, + ACTIONS(6901), 1, anon_sym_requires, - ACTIONS(7085), 1, - anon_sym_LPAREN2, - ACTIONS(7109), 1, + ACTIONS(7043), 1, sym_identifier, - ACTIONS(7111), 1, + ACTIONS(7045), 1, + anon_sym_LPAREN2, + ACTIONS(7047), 1, anon_sym_COLON_COLON, - STATE(2779), 1, + STATE(2885), 1, sym_template_type, - STATE(4892), 1, + STATE(4786), 1, sym_lambda_capture_specifier, - STATE(5258), 1, + STATE(5173), 1, sym__scope_resolution, - ACTIONS(7113), 2, + ACTIONS(7049), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5341), 8, + STATE(5243), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -369907,36 +365961,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173089] = 14, + [168162] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7075), 1, + ACTIONS(7037), 1, anon_sym_LPAREN2, - ACTIONS(7081), 1, + ACTIONS(7041), 1, anon_sym_requires, - STATE(3312), 1, + ACTIONS(7051), 1, + sym_identifier, + STATE(3306), 1, sym_template_type, - STATE(4859), 1, + STATE(4808), 1, sym_lambda_capture_specifier, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - ACTIONS(7115), 2, + ACTIONS(7053), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5202), 8, + STATE(5117), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -369945,36 +365999,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173141] = 14, + [168214] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6492), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(6913), 1, sym_identifier, - ACTIONS(6978), 1, + ACTIONS(6921), 1, anon_sym_requires, - ACTIONS(7089), 1, + ACTIONS(7055), 1, anon_sym_LPAREN2, - STATE(2015), 1, + STATE(1910), 1, sym_template_type, - STATE(4894), 1, + STATE(4791), 1, sym_lambda_capture_specifier, - STATE(5242), 1, + STATE(5150), 1, sym__scope_resolution, - ACTIONS(7117), 2, + ACTIONS(7057), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3023), 8, + STATE(2499), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -369983,36 +366037,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173193] = 14, + [168266] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5485), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(6933), 1, - anon_sym_requires, - ACTIONS(7043), 1, + ACTIONS(7035), 1, sym_identifier, - ACTIONS(7045), 1, + ACTIONS(7037), 1, anon_sym_LPAREN2, - STATE(2358), 1, + ACTIONS(7041), 1, + anon_sym_requires, + STATE(3306), 1, sym_template_type, - STATE(4895), 1, + STATE(4808), 1, sym_lambda_capture_specifier, - STATE(5259), 1, + STATE(5210), 1, sym__scope_resolution, - ACTIONS(7053), 2, + ACTIONS(7059), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3366), 8, + STATE(4936), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370021,25 +366075,25 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173245] = 6, + [168318] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6665), 1, - anon_sym_COLON, - STATE(3527), 1, - sym_enumerator_list, - STATE(4416), 1, - sym__enum_base_clause, - ACTIONS(4198), 3, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(6886), 1, + anon_sym_LT, + STATE(2909), 1, + sym_template_argument_list, + ACTIONS(3744), 2, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(4196), 16, + ACTIONS(3752), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -370049,38 +366103,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - [173281] = 14, + [168354] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6964), 1, - anon_sym_requires, - ACTIONS(7085), 1, - anon_sym_LPAREN2, - ACTIONS(7109), 1, - sym_identifier, - ACTIONS(7111), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - STATE(2779), 1, + ACTIONS(7035), 1, + sym_identifier, + ACTIONS(7037), 1, + anon_sym_LPAREN2, + ACTIONS(7041), 1, + anon_sym_requires, + STATE(3306), 1, sym_template_type, - STATE(4892), 1, + STATE(4808), 1, sym_lambda_capture_specifier, - STATE(5258), 1, + STATE(5210), 1, sym__scope_resolution, - ACTIONS(7119), 2, + ACTIONS(7061), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3793), 8, + STATE(4911), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370089,36 +366143,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173333] = 14, + [168406] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6933), 1, - anon_sym_requires, - ACTIONS(7045), 1, + ACTIONS(7037), 1, anon_sym_LPAREN2, - ACTIONS(7049), 1, + ACTIONS(7041), 1, + anon_sym_requires, + ACTIONS(7063), 1, sym_identifier, - ACTIONS(7051), 1, + ACTIONS(7065), 1, anon_sym_COLON_COLON, - STATE(2358), 1, + STATE(2935), 1, sym_template_type, - STATE(4895), 1, + STATE(4777), 1, sym_lambda_capture_specifier, - STATE(5237), 1, + STATE(5189), 1, sym__scope_resolution, - ACTIONS(7121), 2, + ACTIONS(7067), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5240), 8, + STATE(2966), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370127,36 +366181,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173385] = 14, + [168458] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6554), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(6925), 1, - sym_identifier, - ACTIONS(6933), 1, - anon_sym_requires, - ACTIONS(7045), 1, + ACTIONS(7037), 1, anon_sym_LPAREN2, - STATE(2358), 1, + ACTIONS(7041), 1, + anon_sym_requires, + ACTIONS(7051), 1, + sym_identifier, + STATE(3306), 1, sym_template_type, - STATE(4895), 1, + STATE(4808), 1, sym_lambda_capture_specifier, - STATE(5322), 1, + STATE(5218), 1, sym__scope_resolution, - ACTIONS(7053), 2, + ACTIONS(7039), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3366), 8, + STATE(1939), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370165,36 +366219,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173437] = 14, + [168510] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6964), 1, + ACTIONS(6548), 1, + anon_sym_COLON_COLON, + ACTIONS(6913), 1, + sym_identifier, + ACTIONS(6921), 1, anon_sym_requires, - ACTIONS(7085), 1, + ACTIONS(7055), 1, anon_sym_LPAREN2, - ACTIONS(7109), 1, - sym_identifier, - ACTIONS(7111), 1, - anon_sym_COLON_COLON, - STATE(2779), 1, + STATE(1910), 1, sym_template_type, - STATE(4892), 1, + STATE(4791), 1, sym_lambda_capture_specifier, - STATE(5258), 1, + STATE(5150), 1, sym__scope_resolution, - ACTIONS(7123), 2, + ACTIONS(7069), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5331), 8, + STATE(2498), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370203,96 +366257,74 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173489] = 6, + [168562] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(6665), 1, - anon_sym_COLON, - STATE(3463), 1, - sym_enumerator_list, - STATE(4417), 1, - sym__enum_base_clause, - ACTIONS(4179), 3, - anon_sym_AMP, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1519), 1, anon_sym_LBRACK, - anon_sym_const, - ACTIONS(4177), 16, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, + ACTIONS(1535), 1, anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [173525] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(6920), 1, - anon_sym_LT, - STATE(2826), 1, - sym_template_argument_list, - ACTIONS(3748), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3753), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, + ACTIONS(6947), 1, anon_sym_requires, - [173561] = 14, + ACTIONS(7009), 1, + anon_sym_LPAREN2, + ACTIONS(7027), 1, + sym_identifier, + STATE(2319), 1, + sym_template_type, + STATE(4797), 1, + sym_lambda_capture_specifier, + STATE(5202), 1, + sym__scope_resolution, + ACTIONS(7071), 2, + sym_true, + sym_false, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3324), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [168614] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5571), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(6903), 1, sym_identifier, - ACTIONS(7059), 1, - anon_sym_LPAREN2, - ACTIONS(7063), 1, + ACTIONS(6911), 1, anon_sym_requires, - STATE(3312), 1, + ACTIONS(7015), 1, + anon_sym_LPAREN2, + STATE(2185), 1, sym_template_type, - STATE(4879), 1, + STATE(4796), 1, sym_lambda_capture_specifier, - STATE(5310), 1, + STATE(5184), 1, sym__scope_resolution, - ACTIONS(7125), 2, + ACTIONS(7073), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5388), 8, + STATE(3143), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370301,36 +366333,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173613] = 14, + [168666] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(7051), 1, sym_identifier, ACTIONS(7075), 1, anon_sym_LPAREN2, - ACTIONS(7081), 1, + ACTIONS(7079), 1, anon_sym_requires, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4859), 1, + STATE(4798), 1, sym_lambda_capture_specifier, - STATE(5299), 1, + STATE(5175), 1, sym__scope_resolution, - ACTIONS(7083), 2, + ACTIONS(7077), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(1919), 8, + STATE(5326), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370339,36 +366371,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173665] = 14, + [168718] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5571), 1, - anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(6947), 1, + anon_sym_requires, + ACTIONS(7007), 1, sym_identifier, - ACTIONS(7059), 1, + ACTIONS(7009), 1, anon_sym_LPAREN2, - ACTIONS(7063), 1, - anon_sym_requires, - STATE(3312), 1, + ACTIONS(7011), 1, + anon_sym_COLON_COLON, + STATE(2319), 1, sym_template_type, - STATE(4879), 1, + STATE(4797), 1, sym_lambda_capture_specifier, - STATE(5310), 1, + STATE(5149), 1, sym__scope_resolution, - ACTIONS(7127), 2, + ACTIONS(7071), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5055), 8, + STATE(3324), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370377,36 +366409,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173717] = 14, + [168770] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(7075), 1, - anon_sym_LPAREN2, - ACTIONS(7081), 1, + ACTIONS(6947), 1, anon_sym_requires, - ACTIONS(7129), 1, + ACTIONS(7009), 1, + anon_sym_LPAREN2, + ACTIONS(7027), 1, sym_identifier, - STATE(3312), 1, + STATE(2319), 1, sym_template_type, - STATE(4859), 1, + STATE(4797), 1, sym_lambda_capture_specifier, - STATE(5304), 1, + STATE(5202), 1, sym__scope_resolution, - ACTIONS(7131), 2, + ACTIONS(7081), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(4997), 8, + STATE(5305), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370415,36 +366447,65 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173769] = 14, + [168822] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(7085), 1, + anon_sym_LPAREN2, + STATE(4576), 1, + sym_preproc_argument_list, + ACTIONS(7087), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7083), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [168856] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(7075), 1, - anon_sym_LPAREN2, - ACTIONS(7081), 1, - anon_sym_requires, - ACTIONS(7129), 1, + ACTIONS(6959), 1, sym_identifier, - STATE(3312), 1, + ACTIONS(6967), 1, + anon_sym_requires, + ACTIONS(7089), 1, + anon_sym_LPAREN2, + STATE(1946), 1, sym_template_type, - STATE(4859), 1, + STATE(4788), 1, sym_lambda_capture_specifier, - STATE(5304), 1, + STATE(5233), 1, sym__scope_resolution, - ACTIONS(7083), 2, + ACTIONS(7091), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(1919), 8, + STATE(2821), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370453,36 +366514,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173821] = 14, + [168908] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7073), 1, + ACTIONS(6901), 1, + anon_sym_requires, + ACTIONS(7043), 1, sym_identifier, - ACTIONS(7075), 1, + ACTIONS(7045), 1, anon_sym_LPAREN2, - ACTIONS(7077), 1, + ACTIONS(7047), 1, anon_sym_COLON_COLON, - ACTIONS(7081), 1, - anon_sym_requires, - STATE(2938), 1, + STATE(2885), 1, sym_template_type, - STATE(4866), 1, + STATE(4786), 1, sym_lambda_capture_specifier, - STATE(5234), 1, + STATE(5173), 1, sym__scope_resolution, - ACTIONS(7133), 2, + ACTIONS(7093), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(2973), 8, + STATE(5274), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370491,36 +366552,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173873] = 14, + [168960] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(7019), 1, sym_identifier, - ACTIONS(7075), 1, + ACTIONS(7021), 1, anon_sym_LPAREN2, - ACTIONS(7081), 1, + ACTIONS(7025), 1, anon_sym_requires, - STATE(3312), 1, + STATE(4305), 1, sym_template_type, - STATE(4859), 1, + STATE(4816), 1, sym_lambda_capture_specifier, - STATE(5299), 1, + STATE(5159), 1, sym__scope_resolution, - ACTIONS(7135), 2, + ACTIONS(7095), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5226), 8, + STATE(5158), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370529,36 +366590,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173925] = 14, + [169012] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(7075), 1, + ACTIONS(7037), 1, anon_sym_LPAREN2, - ACTIONS(7081), 1, + ACTIONS(7041), 1, anon_sym_requires, - ACTIONS(7129), 1, + ACTIONS(7063), 1, sym_identifier, - STATE(3312), 1, + ACTIONS(7065), 1, + anon_sym_COLON_COLON, + STATE(2935), 1, sym_template_type, - STATE(4859), 1, + STATE(4777), 1, sym_lambda_capture_specifier, - STATE(5304), 1, + STATE(5189), 1, sym__scope_resolution, - ACTIONS(7137), 2, + ACTIONS(7039), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(4992), 8, + STATE(1939), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370567,36 +366628,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [173977] = 14, + [169064] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6580), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(6959), 1, sym_identifier, - ACTIONS(7001), 1, + ACTIONS(6967), 1, anon_sym_requires, - ACTIONS(7139), 1, + ACTIONS(7089), 1, anon_sym_LPAREN2, - STATE(2188), 1, + STATE(1946), 1, sym_template_type, - STATE(4881), 1, + STATE(4788), 1, sym_lambda_capture_specifier, - STATE(5307), 1, + STATE(5233), 1, sym__scope_resolution, - ACTIONS(7141), 2, + ACTIONS(7097), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3106), 8, + STATE(2822), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370605,36 +366666,74 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [174029] = 14, + [169116] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6602), 1, - anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(7037), 1, + anon_sym_LPAREN2, + ACTIONS(7041), 1, + anon_sym_requires, + ACTIONS(7063), 1, sym_identifier, - ACTIONS(6945), 1, + ACTIONS(7065), 1, + anon_sym_COLON_COLON, + STATE(2935), 1, + sym_template_type, + STATE(4777), 1, + sym_lambda_capture_specifier, + STATE(5189), 1, + sym__scope_resolution, + ACTIONS(7099), 2, + sym_true, + sym_false, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(2941), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [169168] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1519), 1, + anon_sym_LBRACK, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(6901), 1, anon_sym_requires, - ACTIONS(7143), 1, + ACTIONS(7043), 1, + sym_identifier, + ACTIONS(7045), 1, anon_sym_LPAREN2, - STATE(1954), 1, + ACTIONS(7047), 1, + anon_sym_COLON_COLON, + STATE(2885), 1, sym_template_type, - STATE(4861), 1, + STATE(4786), 1, sym_lambda_capture_specifier, - STATE(5329), 1, + STATE(5173), 1, sym__scope_resolution, - ACTIONS(7145), 2, + ACTIONS(7101), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(2821), 8, + STATE(3797), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370643,36 +366742,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [174081] = 14, + [169220] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6602), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(6893), 1, sym_identifier, - ACTIONS(6945), 1, + ACTIONS(6901), 1, anon_sym_requires, - ACTIONS(7143), 1, + ACTIONS(7045), 1, anon_sym_LPAREN2, - STATE(1954), 1, + STATE(2885), 1, sym_template_type, - STATE(4861), 1, + STATE(4786), 1, sym_lambda_capture_specifier, - STATE(5329), 1, + STATE(5221), 1, sym__scope_resolution, - ACTIONS(7147), 2, + ACTIONS(7101), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(2822), 8, + STATE(3797), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370681,36 +366780,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [174133] = 14, + [169272] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6580), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(7035), 1, sym_identifier, - ACTIONS(7001), 1, - anon_sym_requires, - ACTIONS(7139), 1, + ACTIONS(7075), 1, anon_sym_LPAREN2, - STATE(2188), 1, + ACTIONS(7079), 1, + anon_sym_requires, + STATE(3306), 1, sym_template_type, - STATE(4881), 1, + STATE(4798), 1, sym_lambda_capture_specifier, - STATE(5307), 1, + STATE(5201), 1, sym__scope_resolution, - ACTIONS(7149), 2, + ACTIONS(7103), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3124), 8, + STATE(4988), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370719,36 +366818,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [174185] = 14, + [169324] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(7059), 1, + ACTIONS(7035), 1, + sym_identifier, + ACTIONS(7075), 1, anon_sym_LPAREN2, - ACTIONS(7063), 1, + ACTIONS(7079), 1, anon_sym_requires, - ACTIONS(7129), 1, - sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4879), 1, + STATE(4798), 1, sym_lambda_capture_specifier, - STATE(5294), 1, + STATE(5201), 1, sym__scope_resolution, - ACTIONS(7151), 2, + ACTIONS(7105), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5034), 8, + STATE(4975), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370757,36 +366856,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [174237] = 14, + [169376] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(7059), 1, + ACTIONS(7037), 1, anon_sym_LPAREN2, - ACTIONS(7063), 1, + ACTIONS(7041), 1, anon_sym_requires, - ACTIONS(7129), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4879), 1, + STATE(4808), 1, sym_lambda_capture_specifier, - STATE(5294), 1, + STATE(5218), 1, sym__scope_resolution, - ACTIONS(7153), 2, + ACTIONS(7107), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5056), 8, + STATE(5118), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370795,36 +366894,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [174289] = 14, + [169428] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5551), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(7095), 1, + ACTIONS(6923), 1, sym_identifier, - ACTIONS(7097), 1, - anon_sym_LPAREN2, - ACTIONS(7101), 1, + ACTIONS(6931), 1, anon_sym_requires, - STATE(4365), 1, + ACTIONS(7109), 1, + anon_sym_LPAREN2, + STATE(2076), 1, sym_template_type, - STATE(4899), 1, + STATE(4789), 1, sym_lambda_capture_specifier, - STATE(5249), 1, + STATE(5154), 1, sym__scope_resolution, - ACTIONS(7155), 2, + ACTIONS(7111), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5275), 8, + STATE(3062), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370833,36 +366932,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [174341] = 14, + [169480] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5551), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(7095), 1, + ACTIONS(7051), 1, sym_identifier, - ACTIONS(7097), 1, + ACTIONS(7075), 1, anon_sym_LPAREN2, - ACTIONS(7101), 1, + ACTIONS(7079), 1, anon_sym_requires, - STATE(4365), 1, + STATE(3306), 1, sym_template_type, - STATE(4899), 1, + STATE(4798), 1, sym_lambda_capture_specifier, - STATE(5249), 1, + STATE(5175), 1, sym__scope_resolution, - ACTIONS(7157), 2, + ACTIONS(7105), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5255), 8, + STATE(4975), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370871,36 +366970,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [174393] = 14, + [169532] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6540), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(6923), 1, sym_identifier, - ACTIONS(6964), 1, + ACTIONS(6931), 1, anon_sym_requires, - ACTIONS(7085), 1, + ACTIONS(7109), 1, anon_sym_LPAREN2, - STATE(2779), 1, + STATE(2076), 1, sym_template_type, - STATE(4892), 1, + STATE(4789), 1, sym_lambda_capture_specifier, - STATE(5251), 1, + STATE(5154), 1, sym__scope_resolution, - ACTIONS(7119), 2, + ACTIONS(7113), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3793), 8, + STATE(3003), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370909,36 +367008,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [174445] = 14, + [169584] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1519), 1, anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(7059), 1, + ACTIONS(7051), 1, + sym_identifier, + ACTIONS(7075), 1, anon_sym_LPAREN2, - ACTIONS(7063), 1, + ACTIONS(7079), 1, anon_sym_requires, - ACTIONS(7129), 1, - sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4879), 1, + STATE(4798), 1, sym_lambda_capture_specifier, - STATE(5294), 1, + STATE(5175), 1, sym__scope_resolution, - ACTIONS(7127), 2, + ACTIONS(7115), 2, sym_true, sym_false, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5055), 8, + STATE(5304), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -370947,430 +367046,411 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [174497] = 19, + [169636] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, + ACTIONS(1519), 1, + anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(6893), 1, sym_identifier, - STATE(3312), 1, + ACTIONS(6901), 1, + anon_sym_requires, + ACTIONS(7045), 1, + anon_sym_LPAREN2, + STATE(2885), 1, sym_template_type, - STATE(4004), 1, - sym_field_declaration_list, - STATE(4701), 1, - sym_ms_declspec_modifier, - STATE(4802), 1, - sym_attribute_declaration, - STATE(5310), 1, + STATE(4786), 1, + sym_lambda_capture_specifier, + STATE(5221), 1, sym__scope_resolution, - STATE(5748), 1, - sym_virtual_specifier, - STATE(6323), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - STATE(3495), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, + ACTIONS(7117), 2, + sym_true, + sym_false, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [174558] = 5, - ACTIONS(7065), 1, - anon_sym_LF, - ACTIONS(7159), 1, - anon_sym_LPAREN2, - ACTIONS(7161), 1, - sym_comment, - STATE(4705), 1, - sym_preproc_argument_list, - ACTIONS(7069), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [174591] = 19, + STATE(3807), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [169688] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, + ACTIONS(1519), 1, + anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(4466), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5485), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(7043), 1, + ACTIONS(6939), 1, sym_identifier, - STATE(2358), 1, - sym_template_type, - STATE(2862), 1, - sym_field_declaration_list, - STATE(4747), 1, - sym_ms_declspec_modifier, - STATE(4759), 1, - sym_attribute_declaration, - STATE(5259), 1, + ACTIONS(6947), 1, + anon_sym_requires, + ACTIONS(7009), 1, + anon_sym_LPAREN2, + STATE(2319), 1, + sym_template_type, + STATE(4797), 1, + sym_lambda_capture_specifier, + STATE(5162), 1, sym__scope_resolution, - STATE(5744), 1, - sym_virtual_specifier, - STATE(6453), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - STATE(2092), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, + ACTIONS(7071), 2, + sym_true, + sym_false, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [174652] = 19, + STATE(3324), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [169740] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, + ACTIONS(1519), 1, + anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(6939), 1, sym_identifier, - STATE(3312), 1, + ACTIONS(6947), 1, + anon_sym_requires, + ACTIONS(7009), 1, + anon_sym_LPAREN2, + STATE(2319), 1, sym_template_type, - STATE(3441), 1, - sym_field_declaration_list, - STATE(4698), 1, - sym_ms_declspec_modifier, - STATE(4799), 1, - sym_attribute_declaration, - STATE(5310), 1, + STATE(4797), 1, + sym_lambda_capture_specifier, + STATE(5162), 1, sym__scope_resolution, - STATE(5807), 1, - sym_virtual_specifier, - STATE(6367), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - STATE(3602), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, + ACTIONS(7119), 2, + sym_true, + sym_false, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [174713] = 19, + STATE(3530), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [169792] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, + ACTIONS(1519), 1, + anon_sym_LBRACK, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + ACTIONS(7075), 1, + anon_sym_LPAREN2, + ACTIONS(7079), 1, + anon_sym_requires, + STATE(3306), 1, sym_template_type, - STATE(3462), 1, - sym_field_declaration_list, - STATE(4699), 1, - sym_ms_declspec_modifier, - STATE(4795), 1, - sym_attribute_declaration, - STATE(5310), 1, + STATE(4798), 1, + sym_lambda_capture_specifier, + STATE(5201), 1, sym__scope_resolution, - STATE(5642), 1, - sym_virtual_specifier, - STATE(6267), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - STATE(3567), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, + ACTIONS(7121), 2, + sym_true, + sym_false, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [174774] = 19, + STATE(4946), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [169844] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6979), 1, + anon_sym_LBRACE, + STATE(4538), 1, + sym_enumerator_list, + ACTIONS(4253), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4251), 17, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [169877] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4466), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5485), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(7043), 1, + ACTIONS(7027), 1, sym_identifier, - STATE(2358), 1, + STATE(2319), 1, sym_template_type, - STATE(2863), 1, + STATE(2801), 1, sym_field_declaration_list, - STATE(4744), 1, + STATE(4656), 1, sym_ms_declspec_modifier, - STATE(4761), 1, + STATE(4764), 1, sym_attribute_declaration, - STATE(5259), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(5603), 1, + STATE(5626), 1, sym_virtual_specifier, - STATE(6186), 1, + STATE(6436), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2089), 2, + STATE(2115), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [174835] = 19, + [169938] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4466), 1, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(7043), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2358), 1, + STATE(3306), 1, sym_template_type, - STATE(2864), 1, + STATE(3512), 1, sym_field_declaration_list, - STATE(4742), 1, + STATE(4662), 1, sym_ms_declspec_modifier, - STATE(4763), 1, + STATE(4708), 1, sym_attribute_declaration, - STATE(5259), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5564), 1, + STATE(5648), 1, sym_virtual_specifier, - STATE(6124), 1, + STATE(6409), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2075), 2, + STATE(3548), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [174896] = 19, + [169999] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3476), 1, + STATE(3998), 1, sym_field_declaration_list, - STATE(4730), 1, + STATE(4614), 1, sym_ms_declspec_modifier, - STATE(4788), 1, + STATE(4690), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5534), 1, + STATE(5402), 1, sym_virtual_specifier, - STATE(6193), 1, + STATE(6164), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3576), 2, + STATE(3511), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [174957] = 19, + [170060] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3462), 1, + STATE(3996), 1, sym_field_declaration_list, - STATE(4727), 1, + STATE(4612), 1, sym_ms_declspec_modifier, - STATE(4789), 1, + STATE(4686), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5642), 1, + STATE(5401), 1, sym_virtual_specifier, - STATE(6267), 1, + STATE(6165), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3596), 2, + STATE(3514), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175018] = 19, + [170121] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3441), 1, + STATE(3991), 1, sym_field_declaration_list, - STATE(4713), 1, + STATE(4611), 1, sym_ms_declspec_modifier, - STATE(4790), 1, + STATE(4682), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5807), 1, + STATE(5400), 1, sym_virtual_specifier, - STATE(6367), 1, + STATE(6166), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3605), 2, + STATE(3435), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175079] = 6, + [170182] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7163), 1, - anon_sym_LBRACE, - STATE(4060), 1, - sym_enumerator_list, - STATE(4575), 1, - sym__enum_base_clause, - ACTIONS(4198), 3, + ACTIONS(4241), 2, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(4196), 15, + ACTIONS(4239), 19, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -371378,28 +367458,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, sym_auto, anon_sym_decltype, + anon_sym_try, anon_sym_requires, - [175114] = 6, + [170211] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7163), 1, + ACTIONS(6979), 1, anon_sym_LBRACE, - STATE(3995), 1, + STATE(4514), 1, sym_enumerator_list, - STATE(4577), 1, - sym__enum_base_clause, - ACTIONS(4179), 3, + ACTIONS(4263), 2, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(4177), 15, + ACTIONS(4261), 17, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -371407,674 +367486,656 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, sym_auto, anon_sym_decltype, + anon_sym_try, anon_sym_requires, - [175149] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7165), 1, - anon_sym_COMMA, - ACTIONS(7167), 1, - anon_sym_RPAREN, - ACTIONS(7173), 1, - anon_sym_SLASH, - ACTIONS(7175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7177), 1, - anon_sym_AMP_AMP, - ACTIONS(7179), 1, - anon_sym_PIPE, - ACTIONS(7181), 1, - anon_sym_CARET, - ACTIONS(7183), 1, - anon_sym_AMP, - STATE(6096), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(7169), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7171), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(7185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(7187), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7189), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(7191), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [175204] = 19, + [170244] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4466), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6554), 1, - anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2358), 1, + STATE(3306), 1, sym_template_type, - STATE(2864), 1, + STATE(3467), 1, sym_field_declaration_list, - STATE(4685), 1, + STATE(4623), 1, sym_ms_declspec_modifier, - STATE(4825), 1, + STATE(4723), 1, sym_attribute_declaration, - STATE(5322), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5564), 1, + STATE(5576), 1, sym_virtual_specifier, - STATE(6124), 1, + STATE(6428), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2075), 2, + STATE(3584), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175265] = 19, + [170305] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4466), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6554), 1, - anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2358), 1, + STATE(3306), 1, sym_template_type, - STATE(2863), 1, + STATE(3512), 1, sym_field_declaration_list, - STATE(4731), 1, + STATE(4627), 1, sym_ms_declspec_modifier, - STATE(4786), 1, + STATE(4731), 1, sym_attribute_declaration, - STATE(5322), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5603), 1, + STATE(5648), 1, sym_virtual_specifier, - STATE(6186), 1, + STATE(6409), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2089), 2, + STATE(3581), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175326] = 19, + [170366] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4466), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6554), 1, - anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2358), 1, + STATE(3306), 1, sym_template_type, - STATE(2862), 1, + STATE(3533), 1, sym_field_declaration_list, - STATE(4732), 1, + STATE(4628), 1, sym_ms_declspec_modifier, - STATE(4784), 1, + STATE(4733), 1, sym_attribute_declaration, - STATE(5322), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5744), 1, + STATE(5654), 1, sym_virtual_specifier, - STATE(6453), 1, + STATE(6364), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2092), 2, + STATE(3574), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175387] = 4, + [170427] = 19, ACTIONS(3), 1, sym_comment, - STATE(4584), 1, - sym_enumerator_list, - ACTIONS(4230), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4228), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [175418] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(4662), 1, - sym_enumerator_list, - ACTIONS(4253), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4251), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(4056), 1, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [175449] = 19, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(6617), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + sym_identifier, + STATE(1946), 1, + sym_template_type, + STATE(2324), 1, + sym_field_declaration_list, + STATE(4624), 1, + sym_ms_declspec_modifier, + STATE(4724), 1, + sym_attribute_declaration, + STATE(5233), 1, + sym__scope_resolution, + STATE(5647), 1, + sym_virtual_specifier, + STATE(6371), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + STATE(1869), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [170488] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4056), 1, + anon_sym_LBRACE, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4226), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6580), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(6959), 1, sym_identifier, - STATE(2188), 1, + STATE(1946), 1, sym_template_type, - STATE(2813), 1, + STATE(2323), 1, sym_field_declaration_list, - STATE(4709), 1, + STATE(4625), 1, sym_ms_declspec_modifier, - STATE(4840), 1, + STATE(4725), 1, sym_attribute_declaration, - STATE(5307), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(5625), 1, + STATE(5645), 1, sym_virtual_specifier, - STATE(6190), 1, + STATE(6369), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1988), 2, + STATE(1860), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175510] = 19, + [170549] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4056), 1, + anon_sym_LBRACE, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4226), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6580), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(6959), 1, sym_identifier, - STATE(2188), 1, + STATE(1946), 1, sym_template_type, - STATE(2840), 1, + STATE(2322), 1, sym_field_declaration_list, - STATE(4676), 1, + STATE(4621), 1, sym_ms_declspec_modifier, - STATE(4754), 1, + STATE(4726), 1, sym_attribute_declaration, - STATE(5307), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(5640), 1, + STATE(5643), 1, sym_virtual_specifier, - STATE(6208), 1, + STATE(6366), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1986), 2, + STATE(1863), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175571] = 19, + [170610] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(6734), 1, + sym_identifier, + ACTIONS(6736), 1, + anon_sym_LPAREN2, + ACTIONS(6738), 1, + anon_sym_STAR, + STATE(5223), 1, + sym__type_declarator, + STATE(6639), 1, + sym_ms_based_modifier, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5366), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [170653] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4226), 1, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6580), 1, - anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2188), 1, + STATE(3306), 1, sym_template_type, - STATE(2717), 1, + STATE(3467), 1, sym_field_declaration_list, - STATE(4671), 1, + STATE(4667), 1, sym_ms_declspec_modifier, - STATE(4851), 1, + STATE(4710), 1, sym_attribute_declaration, - STATE(5307), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5658), 1, + STATE(5576), 1, sym_virtual_specifier, - STATE(6234), 1, + STATE(6428), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1985), 2, + STATE(3556), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175632] = 19, + [170714] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(3989), 1, + anon_sym_LBRACE, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(6913), 1, sym_identifier, - STATE(3312), 1, + STATE(1910), 1, sym_template_type, - STATE(3476), 1, + STATE(2093), 1, sym_field_declaration_list, - STATE(4702), 1, + STATE(4601), 1, sym_ms_declspec_modifier, - STATE(4791), 1, + STATE(4719), 1, sym_attribute_declaration, - STATE(5310), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(5534), 1, + STATE(5627), 1, sym_virtual_specifier, - STATE(6193), 1, + STATE(6441), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3604), 2, + STATE(1848), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175693] = 19, + [170775] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5449), 1, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6518), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(1891), 1, + STATE(3306), 1, sym_template_type, - STATE(2123), 1, + STATE(3512), 1, sym_field_declaration_list, - STATE(4743), 1, + STATE(4588), 1, sym_ms_declspec_modifier, - STATE(4764), 1, + STATE(4766), 1, sym_attribute_declaration, - STATE(5229), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5687), 1, + STATE(5648), 1, sym_virtual_specifier, - STATE(6542), 1, + STATE(6409), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1844), 2, + STATE(3548), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175754] = 19, + [170836] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6518), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(6913), 1, sym_identifier, - STATE(1891), 1, + STATE(1910), 1, sym_template_type, - STATE(2124), 1, + STATE(2095), 1, sym_field_declaration_list, - STATE(4745), 1, + STATE(4599), 1, sym_ms_declspec_modifier, - STATE(4762), 1, + STATE(4674), 1, sym_attribute_declaration, - STATE(5229), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(5675), 1, + STATE(5640), 1, sym_virtual_specifier, - STATE(6540), 1, + STATE(6443), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1855), 2, + STATE(1854), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175815] = 19, + [170897] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(5541), 1, + anon_sym_COLON_COLON, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3476), 1, + STATE(3467), 1, sym_field_declaration_list, - STATE(4730), 1, + STATE(4629), 1, sym_ms_declspec_modifier, - STATE(4788), 1, + STATE(4775), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5534), 1, + STATE(5576), 1, sym_virtual_specifier, - STATE(6193), 1, + STATE(6428), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3299), 2, + STATE(3556), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175876] = 19, + [170958] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(3989), 1, + anon_sym_LBRACE, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(6548), 1, + anon_sym_COLON_COLON, + ACTIONS(6913), 1, sym_identifier, - STATE(3312), 1, + STATE(1910), 1, sym_template_type, - STATE(3462), 1, + STATE(2103), 1, sym_field_declaration_list, - STATE(4727), 1, + STATE(4598), 1, sym_ms_declspec_modifier, - STATE(4789), 1, + STATE(4676), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(5642), 1, + STATE(5644), 1, sym_virtual_specifier, - STATE(6267), 1, + STATE(6448), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3297), 2, + STATE(1840), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175937] = 19, + [171019] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5449), 1, + ACTIONS(4243), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6518), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(6903), 1, sym_identifier, - STATE(1891), 1, + STATE(2185), 1, sym_template_type, - STATE(1992), 1, + STATE(2887), 1, sym_field_declaration_list, - STATE(4746), 1, + STATE(4644), 1, sym_ms_declspec_modifier, - STATE(4760), 1, + STATE(4705), 1, sym_attribute_declaration, - STATE(5229), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(5671), 1, + STATE(5539), 1, sym_virtual_specifier, - STATE(6536), 1, + STATE(6299), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1842), 2, + STATE(1984), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [175998] = 19, + [171080] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(6494), 1, + anon_sym_COLON_COLON, + ACTIONS(6893), 1, sym_identifier, - STATE(3312), 1, + STATE(2885), 1, sym_template_type, - STATE(3441), 1, + STATE(3201), 1, sym_field_declaration_list, - STATE(4713), 1, + STATE(4587), 1, sym_ms_declspec_modifier, - STATE(4790), 1, + STATE(4734), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(5807), 1, + STATE(5588), 1, sym_virtual_specifier, - STATE(6367), 1, + STATE(6215), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3291), 2, + STATE(2562), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176059] = 10, + [171141] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(5231), 1, + STATE(5229), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(4364), 2, + STATE(4320), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - ACTIONS(2732), 8, + ACTIONS(2718), 8, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -372083,444 +368144,588 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - [176102] = 19, + [171184] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4702), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4012), 1, + STATE(3533), 1, sym_field_declaration_list, - STATE(4741), 1, + STATE(4661), 1, sym_ms_declspec_modifier, - STATE(4766), 1, + STATE(4704), 1, sym_attribute_declaration, - STATE(5294), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5753), 1, + STATE(5654), 1, sym_virtual_specifier, - STATE(6325), 1, + STATE(6364), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3461), 2, + STATE(3585), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176163] = 19, + [171245] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4124), 1, + anon_sym_LBRACE, + ACTIONS(4259), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4257), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [171278] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(6494), 1, + anon_sym_COLON_COLON, + ACTIONS(6893), 1, sym_identifier, - STATE(3312), 1, + STATE(2885), 1, sym_template_type, - STATE(4006), 1, + STATE(3200), 1, sym_field_declaration_list, - STATE(4740), 1, + STATE(4630), 1, sym_ms_declspec_modifier, - STATE(4767), 1, + STATE(4735), 1, sym_attribute_declaration, - STATE(5294), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(5751), 1, + STATE(5590), 1, sym_virtual_specifier, - STATE(6324), 1, + STATE(6219), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3531), 2, + STATE(2560), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176224] = 19, + [171339] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(6494), 1, + anon_sym_COLON_COLON, + ACTIONS(6893), 1, sym_identifier, - STATE(3312), 1, + STATE(2885), 1, sym_template_type, - STATE(4004), 1, + STATE(3199), 1, sym_field_declaration_list, - STATE(4739), 1, + STATE(4631), 1, sym_ms_declspec_modifier, - STATE(4768), 1, + STATE(4736), 1, sym_attribute_declaration, - STATE(5294), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(5748), 1, + STATE(5592), 1, sym_virtual_specifier, - STATE(6323), 1, + STATE(6225), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3495), 2, + STATE(2559), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176285] = 19, + [171400] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4955), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5613), 1, - anon_sym_COLON_COLON, - ACTIONS(7193), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2779), 1, + STATE(3306), 1, sym_template_type, - STATE(3228), 1, + STATE(3533), 1, sym_field_declaration_list, - STATE(4736), 1, + STATE(4628), 1, sym_ms_declspec_modifier, - STATE(4775), 1, + STATE(4733), 1, sym_attribute_declaration, - STATE(5271), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5604), 1, + STATE(5654), 1, sym_virtual_specifier, - STATE(6137), 1, + STATE(6364), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2541), 2, + STATE(3559), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176346] = 19, + [171461] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4955), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5613), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(7193), 1, + ACTIONS(7123), 1, sym_identifier, - STATE(2779), 1, + STATE(2885), 1, sym_template_type, - STATE(3227), 1, + STATE(3199), 1, sym_field_declaration_list, - STATE(4735), 1, + STATE(4616), 1, sym_ms_declspec_modifier, - STATE(4776), 1, + STATE(4715), 1, sym_attribute_declaration, - STATE(5271), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(5606), 1, + STATE(5592), 1, sym_virtual_specifier, - STATE(6148), 1, + STATE(6225), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2569), 2, + STATE(2559), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176407] = 19, + [171522] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7125), 1, + anon_sym_COMMA, + ACTIONS(7127), 1, + anon_sym_RPAREN, + ACTIONS(7133), 1, + anon_sym_SLASH, + ACTIONS(7135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7137), 1, + anon_sym_AMP_AMP, + ACTIONS(7139), 1, + anon_sym_PIPE, + ACTIONS(7141), 1, + anon_sym_CARET, + ACTIONS(7143), 1, + anon_sym_AMP, + STATE(5888), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(7129), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7131), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(7145), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7147), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7149), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(7151), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [171577] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4955), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5613), 1, - anon_sym_COLON_COLON, - ACTIONS(7193), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2779), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(3225), 1, + STATE(3512), 1, sym_field_declaration_list, - STATE(4734), 1, + STATE(4613), 1, sym_ms_declspec_modifier, - STATE(4780), 1, + STATE(4691), 1, sym_attribute_declaration, - STATE(5271), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(5608), 1, + STATE(5648), 1, sym_virtual_specifier, - STATE(6152), 1, + STATE(6409), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2550), 2, + STATE(4903), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176468] = 19, + [171638] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4060), 1, - anon_sym_LBRACE, - ACTIONS(4091), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5449), 1, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6602), 1, - anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(1954), 1, + STATE(3306), 1, sym_template_type, - STATE(2225), 1, + STATE(3533), 1, sym_field_declaration_list, - STATE(4696), 1, + STATE(4628), 1, sym_ms_declspec_modifier, - STATE(4806), 1, + STATE(4733), 1, sym_attribute_declaration, - STATE(5329), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5774), 1, + STATE(5654), 1, sym_virtual_specifier, - STATE(6509), 1, + STATE(6364), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1857), 2, + STATE(3304), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176529] = 19, + [171699] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4060), 1, - anon_sym_LBRACE, - ACTIONS(4091), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5449), 1, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6602), 1, - anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(1954), 1, + STATE(3306), 1, sym_template_type, - STATE(2226), 1, + STATE(3512), 1, sym_field_declaration_list, - STATE(4689), 1, + STATE(4627), 1, sym_ms_declspec_modifier, - STATE(4813), 1, + STATE(4731), 1, sym_attribute_declaration, - STATE(5329), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5776), 1, + STATE(5648), 1, sym_virtual_specifier, - STATE(6522), 1, + STATE(6409), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1858), 2, + STATE(3296), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176590] = 19, + [171760] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4060), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(4091), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(7051), 1, + sym_identifier, + STATE(3306), 1, + sym_template_type, + STATE(3467), 1, + sym_field_declaration_list, + STATE(4623), 1, + sym_ms_declspec_modifier, + STATE(4723), 1, + sym_attribute_declaration, + STATE(5218), 1, + sym__scope_resolution, + STATE(5576), 1, + sym_virtual_specifier, + STATE(6428), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + STATE(3555), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [171821] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5449), 1, + ACTIONS(4383), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6602), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(7027), 1, sym_identifier, - STATE(1954), 1, + STATE(2319), 1, sym_template_type, - STATE(2229), 1, + STATE(2809), 1, sym_field_declaration_list, - STATE(4688), 1, + STATE(4655), 1, sym_ms_declspec_modifier, - STATE(4818), 1, + STATE(4763), 1, sym_attribute_declaration, - STATE(5329), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(5778), 1, + STATE(5657), 1, sym_virtual_specifier, - STATE(6547), 1, + STATE(6459), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1870), 2, + STATE(2113), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176651] = 19, + [171882] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4955), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6540), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(7027), 1, sym_identifier, - STATE(2779), 1, + STATE(2319), 1, sym_template_type, - STATE(3228), 1, + STATE(2802), 1, sym_field_declaration_list, - STATE(4672), 1, + STATE(4657), 1, sym_ms_declspec_modifier, - STATE(4854), 1, + STATE(4765), 1, sym_attribute_declaration, - STATE(5251), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(5604), 1, + STATE(5630), 1, sym_virtual_specifier, - STATE(6137), 1, + STATE(6444), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2541), 2, + STATE(2114), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176712] = 5, + [171943] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7035), 1, - anon_sym_LBRACE, - STATE(2726), 1, - sym_enumerator_list, - ACTIONS(4230), 2, + ACTIONS(6430), 1, + anon_sym_LPAREN2, + ACTIONS(6432), 1, + anon_sym_STAR, + ACTIONS(6434), 1, + anon_sym_AMP_AMP, + ACTIONS(6436), 1, anon_sym_AMP, - anon_sym_const, - ACTIONS(4228), 17, + ACTIONS(6438), 1, + anon_sym_LBRACK, + STATE(4106), 1, + sym_parameter_list, + STATE(5005), 1, + sym__abstract_declarator, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5625), 9, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [171986] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6687), 1, + sym_auto, + ACTIONS(6689), 1, + anon_sym_decltype, + STATE(4575), 1, + sym_decltype_auto, + ACTIONS(4237), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4235), 16, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -372528,484 +368733,668 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - sym_auto, - anon_sym_decltype, + anon_sym_try, anon_sym_requires, - [176745] = 19, + [172021] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4955), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(7051), 1, + sym_identifier, + STATE(3306), 1, + sym_template_type, + STATE(3512), 1, + sym_field_declaration_list, + STATE(4627), 1, + sym_ms_declspec_modifier, + STATE(4731), 1, + sym_attribute_declaration, + STATE(5218), 1, + sym__scope_resolution, + STATE(5648), 1, + sym_virtual_specifier, + STATE(6409), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + STATE(3563), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [172082] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4144), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(6595), 1, + anon_sym_COLON_COLON, + ACTIONS(6923), 1, + sym_identifier, + STATE(2076), 1, + sym_template_type, + STATE(2675), 1, + sym_field_declaration_list, + STATE(4626), 1, + sym_ms_declspec_modifier, + STATE(4744), 1, + sym_attribute_declaration, + STATE(5154), 1, + sym__scope_resolution, + STATE(5540), 1, + sym_virtual_specifier, + STATE(6145), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + STATE(1921), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [172143] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(4144), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(6595), 1, + anon_sym_COLON_COLON, + ACTIONS(6923), 1, + sym_identifier, + STATE(2076), 1, + sym_template_type, + STATE(2674), 1, + sym_field_declaration_list, + STATE(4634), 1, + sym_ms_declspec_modifier, + STATE(4745), 1, + sym_attribute_declaration, + STATE(5154), 1, + sym__scope_resolution, + STATE(5537), 1, + sym_virtual_specifier, + STATE(6140), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + STATE(1927), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [172204] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4089), 1, + anon_sym___declspec, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6540), 1, - anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2779), 1, + STATE(3306), 1, sym_template_type, - STATE(3227), 1, + STATE(3512), 1, sym_field_declaration_list, - STATE(4673), 1, + STATE(4627), 1, sym_ms_declspec_modifier, - STATE(4850), 1, + STATE(4731), 1, sym_attribute_declaration, - STATE(5251), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5606), 1, + STATE(5648), 1, sym_virtual_specifier, - STATE(6148), 1, + STATE(6409), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2569), 2, + STATE(3579), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176806] = 19, + [172265] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4955), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6540), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(7123), 1, sym_identifier, - STATE(2779), 1, + STATE(2885), 1, sym_template_type, - STATE(3225), 1, + STATE(3200), 1, sym_field_declaration_list, - STATE(4675), 1, + STATE(4619), 1, sym_ms_declspec_modifier, - STATE(4848), 1, + STATE(4714), 1, sym_attribute_declaration, - STATE(5251), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(5608), 1, + STATE(5590), 1, sym_virtual_specifier, - STATE(6152), 1, + STATE(6219), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2550), 2, + STATE(2560), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176867] = 19, + [172326] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + ACTIONS(4259), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4257), 18, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [172357] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4136), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6492), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(6923), 1, sym_identifier, - STATE(2015), 1, + STATE(2076), 1, sym_template_type, - STATE(2658), 1, + STATE(2661), 1, sym_field_declaration_list, - STATE(4683), 1, + STATE(4635), 1, sym_ms_declspec_modifier, - STATE(4837), 1, + STATE(4746), 1, sym_attribute_declaration, - STATE(5242), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(5737), 1, + STATE(5536), 1, sym_virtual_specifier, - STATE(6446), 1, + STATE(6138), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1949), 2, + STATE(1935), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176928] = 19, + [172418] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4136), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6492), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2015), 1, + STATE(3306), 1, sym_template_type, - STATE(2657), 1, + STATE(3533), 1, sym_field_declaration_list, - STATE(4684), 1, + STATE(4589), 1, sym_ms_declspec_modifier, - STATE(4835), 1, + STATE(4773), 1, sym_attribute_declaration, - STATE(5242), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5736), 1, + STATE(5654), 1, sym_virtual_specifier, - STATE(6440), 1, + STATE(6364), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1950), 2, + STATE(3585), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [176989] = 19, + [172479] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4136), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6492), 1, - anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2015), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(2656), 1, + STATE(3533), 1, sym_field_declaration_list, - STATE(4686), 1, + STATE(4610), 1, sym_ms_declspec_modifier, - STATE(4832), 1, + STATE(4684), 1, sym_attribute_declaration, - STATE(5242), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(5735), 1, + STATE(5654), 1, sym_virtual_specifier, - STATE(6439), 1, + STATE(6364), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1951), 2, + STATE(4901), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [177050] = 19, + [172540] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(6734), 1, + sym_identifier, + ACTIONS(6736), 1, + anon_sym_LPAREN2, + ACTIONS(6738), 1, + anon_sym_STAR, + STATE(5235), 1, + sym__type_declarator, + STATE(6639), 1, + sym_ms_based_modifier, + STATE(4320), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5366), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(2718), 8, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + [172583] = 5, + ACTIONS(7083), 1, + anon_sym_LF, + ACTIONS(7155), 1, + anon_sym_LPAREN2, + ACTIONS(7157), 1, + sym_comment, + STATE(4646), 1, + sym_preproc_argument_list, + ACTIONS(7087), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [172616] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5551), 1, - anon_sym_COLON_COLON, - ACTIONS(6918), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(7095), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(7035), 1, sym_identifier, - STATE(4365), 1, + STATE(3306), 1, sym_template_type, - STATE(4563), 1, + STATE(3512), 1, sym_field_declaration_list, - STATE(4690), 1, + STATE(4652), 1, sym_ms_declspec_modifier, - STATE(4816), 1, + STATE(4762), 1, sym_attribute_declaration, - STATE(5249), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(5656), 1, + STATE(5648), 1, sym_virtual_specifier, - STATE(6183), 1, + STATE(6409), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4339), 2, + STATE(3296), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [177111] = 19, + [172677] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5551), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(6918), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - ACTIONS(7095), 1, + ACTIONS(7019), 1, sym_identifier, - STATE(4365), 1, + STATE(4305), 1, sym_template_type, - STATE(4562), 1, + STATE(4580), 1, sym_field_declaration_list, - STATE(4691), 1, + STATE(4638), 1, sym_ms_declspec_modifier, - STATE(4814), 1, + STATE(4750), 1, sym_attribute_declaration, - STATE(5249), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(5654), 1, + STATE(5474), 1, sym_virtual_specifier, - STATE(6228), 1, + STATE(6018), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4337), 2, + STATE(4279), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [177172] = 19, + [172738] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5551), 1, - anon_sym_COLON_COLON, - ACTIONS(6918), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(7095), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(7035), 1, sym_identifier, - STATE(4365), 1, + STATE(3306), 1, sym_template_type, - STATE(4553), 1, + STATE(3467), 1, sym_field_declaration_list, - STATE(4693), 1, + STATE(4649), 1, sym_ms_declspec_modifier, - STATE(4812), 1, + STATE(4768), 1, sym_attribute_declaration, - STATE(5249), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(5652), 1, + STATE(5576), 1, sym_virtual_specifier, - STATE(6226), 1, + STATE(6428), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4336), 2, + STATE(3302), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [177233] = 19, + [172799] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(7019), 1, sym_identifier, - STATE(3312), 1, + STATE(4305), 1, sym_template_type, - STATE(4012), 1, + STATE(4579), 1, sym_field_declaration_list, - STATE(4695), 1, + STATE(4639), 1, sym_ms_declspec_modifier, - STATE(4811), 1, + STATE(4751), 1, sym_attribute_declaration, - STATE(5310), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(5753), 1, + STATE(5473), 1, sym_virtual_specifier, - STATE(6325), 1, + STATE(6020), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3461), 2, + STATE(4280), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [177294] = 19, + [172860] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(7019), 1, sym_identifier, - STATE(3312), 1, + STATE(4305), 1, sym_template_type, - STATE(4006), 1, + STATE(4578), 1, sym_field_declaration_list, - STATE(4697), 1, + STATE(4586), 1, sym_ms_declspec_modifier, - STATE(4807), 1, + STATE(4752), 1, sym_attribute_declaration, - STATE(5310), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(5751), 1, + STATE(5471), 1, sym_virtual_specifier, - STATE(6324), 1, + STATE(6022), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3531), 2, + STATE(4284), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [177355] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6683), 1, - sym_auto, - ACTIONS(6685), 1, - anon_sym_decltype, - STATE(4558), 1, - sym_decltype_auto, - ACTIONS(4249), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4247), 16, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_try, - anon_sym_requires, - [177390] = 10, + [172921] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 1, + ACTIONS(7159), 1, sym_identifier, - ACTIONS(7197), 1, + ACTIONS(7161), 1, anon_sym_RPAREN, - ACTIONS(7199), 1, + ACTIONS(7163), 1, anon_sym_LPAREN2, - ACTIONS(7201), 1, + ACTIONS(7165), 1, anon_sym_defined, - ACTIONS(7207), 1, + ACTIONS(7171), 1, sym_number_literal, - ACTIONS(7203), 2, + ACTIONS(7167), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7205), 2, + ACTIONS(7169), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7209), 5, + ACTIONS(7173), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4479), 7, + STATE(4424), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -373013,770 +369402,557 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [177433] = 19, + [172964] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(7051), 1, sym_identifier, - ACTIONS(7211), 1, - anon_sym_COLON_COLON, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3441), 1, + STATE(3467), 1, sym_field_declaration_list, - STATE(4670), 1, + STATE(4623), 1, sym_ms_declspec_modifier, - STATE(4839), 1, + STATE(4723), 1, sym_attribute_declaration, - STATE(5244), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5807), 1, + STATE(5576), 1, sym_virtual_specifier, - STATE(6367), 1, + STATE(6428), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4989), 2, + STATE(3547), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [177494] = 19, + [173025] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7211), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - STATE(3312), 1, + ACTIONS(6939), 1, + sym_identifier, + STATE(2319), 1, sym_template_type, - STATE(3462), 1, + STATE(2801), 1, sym_field_declaration_list, - STATE(4679), 1, + STATE(4663), 1, sym_ms_declspec_modifier, - STATE(4753), 1, + STATE(4732), 1, sym_attribute_declaration, - STATE(5244), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(5642), 1, + STATE(5626), 1, sym_virtual_specifier, - STATE(6267), 1, + STATE(6436), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4987), 2, + STATE(2115), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [177555] = 19, + [173086] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7211), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - STATE(3312), 1, + ACTIONS(6939), 1, + sym_identifier, + STATE(2319), 1, sym_template_type, - STATE(3476), 1, + STATE(2802), 1, sym_field_declaration_list, - STATE(4700), 1, + STATE(4664), 1, sym_ms_declspec_modifier, - STATE(4803), 1, + STATE(4728), 1, sym_attribute_declaration, - STATE(5244), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(5534), 1, + STATE(5630), 1, sym_virtual_specifier, - STATE(6193), 1, + STATE(6444), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4985), 2, + STATE(2114), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [177616] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7195), 1, - sym_identifier, - ACTIONS(7199), 1, - anon_sym_LPAREN2, - ACTIONS(7201), 1, - anon_sym_defined, - ACTIONS(7213), 1, - anon_sym_RPAREN, - ACTIONS(7215), 1, - sym_number_literal, - ACTIONS(7203), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(7205), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7209), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4532), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [177659] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4242), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4240), 19, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [177688] = 19, + [173147] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(6510), 1, + anon_sym_COLON_COLON, + ACTIONS(6939), 1, sym_identifier, - STATE(3312), 1, + STATE(2319), 1, sym_template_type, - STATE(3476), 1, + STATE(2809), 1, sym_field_declaration_list, - STATE(4730), 1, + STATE(4665), 1, sym_ms_declspec_modifier, - STATE(4788), 1, + STATE(4721), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(5534), 1, + STATE(5657), 1, sym_virtual_specifier, - STATE(6193), 1, + STATE(6459), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3581), 2, + STATE(2113), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [177749] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7013), 1, - anon_sym_LBRACE, - STATE(3165), 1, - sym_enumerator_list, - ACTIONS(4230), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4228), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [177782] = 19, + [173208] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(5541), 1, + anon_sym_COLON_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3462), 1, + STATE(3991), 1, sym_field_declaration_list, - STATE(4727), 1, + STATE(4660), 1, sym_ms_declspec_modifier, - STATE(4789), 1, + STATE(4695), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5642), 1, + STATE(5400), 1, sym_virtual_specifier, - STATE(6267), 1, + STATE(6166), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3580), 2, + STATE(3435), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [177843] = 19, + [173269] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(5541), 1, + anon_sym_COLON_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3441), 1, + STATE(3996), 1, sym_field_declaration_list, - STATE(4713), 1, + STATE(4618), 1, sym_ms_declspec_modifier, - STATE(4790), 1, + STATE(4694), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5807), 1, + STATE(5401), 1, sym_virtual_specifier, - STATE(6367), 1, + STATE(6165), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3578), 2, + STATE(3514), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [177904] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4263), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4261), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [177935] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7035), 1, - anon_sym_LBRACE, - STATE(2764), 1, - sym_enumerator_list, - ACTIONS(4253), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4251), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [177968] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7013), 1, - anon_sym_LBRACE, - STATE(3187), 1, - sym_enumerator_list, - ACTIONS(4253), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4251), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - anon_sym_requires, - [178001] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(6749), 1, - sym_identifier, - ACTIONS(6751), 1, - anon_sym_LPAREN2, - ACTIONS(6753), 1, - anon_sym_STAR, - STATE(5288), 1, - sym__type_declarator, - STATE(6818), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5495), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [178044] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7165), 1, - anon_sym_COMMA, - ACTIONS(7173), 1, - anon_sym_SLASH, - ACTIONS(7175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7177), 1, - anon_sym_AMP_AMP, - ACTIONS(7179), 1, - anon_sym_PIPE, - ACTIONS(7181), 1, - anon_sym_CARET, - ACTIONS(7183), 1, - anon_sym_AMP, - ACTIONS(7217), 1, - anon_sym_RPAREN, - STATE(5919), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(7169), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7171), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(7185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(7187), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7189), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(7191), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [178099] = 19, + [173330] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(5555), 1, + anon_sym_COLON_COLON, + ACTIONS(7123), 1, sym_identifier, - STATE(3312), 1, + STATE(2885), 1, sym_template_type, - STATE(3476), 1, + STATE(3201), 1, sym_field_declaration_list, - STATE(4666), 1, + STATE(4617), 1, sym_ms_declspec_modifier, - STATE(4849), 1, + STATE(4712), 1, sym_attribute_declaration, - STATE(5294), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(5534), 1, + STATE(5588), 1, sym_virtual_specifier, - STATE(6193), 1, + STATE(6215), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3604), 2, + STATE(2562), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [178160] = 19, + [173391] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3462), 1, + STATE(3533), 1, sym_field_declaration_list, - STATE(4680), 1, + STATE(4628), 1, sym_ms_declspec_modifier, - STATE(4833), 1, + STATE(4733), 1, sym_attribute_declaration, - STATE(5294), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5642), 1, + STATE(5654), 1, sym_virtual_specifier, - STATE(6267), 1, + STATE(6364), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3567), 2, + STATE(3588), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [178221] = 19, + [173452] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(4702), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3441), 1, + STATE(3998), 1, sym_field_declaration_list, - STATE(4681), 1, + STATE(4666), 1, sym_ms_declspec_modifier, - STATE(4827), 1, + STATE(4693), 1, sym_attribute_declaration, - STATE(5294), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5807), 1, + STATE(5402), 1, sym_virtual_specifier, - STATE(6367), 1, + STATE(6164), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3602), 2, + STATE(3511), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [178282] = 19, + [173513] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(6526), 1, + anon_sym_COLON_COLON, + ACTIONS(6903), 1, sym_identifier, - STATE(3312), 1, + STATE(2185), 1, sym_template_type, - STATE(3476), 1, + STATE(2877), 1, sym_field_declaration_list, - STATE(4730), 1, + STATE(4650), 1, sym_ms_declspec_modifier, - STATE(4788), 1, + STATE(4675), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(5534), 1, + STATE(5516), 1, sym_virtual_specifier, - STATE(6193), 1, + STATE(6279), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3603), 2, + STATE(1981), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [178343] = 19, + [173574] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(3462), 1, + STATE(3467), 1, sym_field_declaration_list, - STATE(4727), 1, + STATE(4615), 1, sym_ms_declspec_modifier, - STATE(4789), 1, + STATE(4696), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(5642), 1, + STATE(5576), 1, sym_virtual_specifier, - STATE(6267), 1, + STATE(6428), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3601), 2, + STATE(4916), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [178404] = 19, + [173635] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, - anon_sym___declspec, - ACTIONS(5447), 1, + ACTIONS(7125), 1, + anon_sym_COMMA, + ACTIONS(7133), 1, + anon_sym_SLASH, + ACTIONS(7135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7137), 1, + anon_sym_AMP_AMP, + ACTIONS(7139), 1, + anon_sym_PIPE, + ACTIONS(7141), 1, + anon_sym_CARET, + ACTIONS(7143), 1, + anon_sym_AMP, + ACTIONS(7175), 1, + anon_sym_RPAREN, + STATE(5824), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(7129), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7131), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(7145), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7147), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7149), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(7151), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [173690] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6306), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(7177), 1, anon_sym_COLON, - ACTIONS(7057), 1, - sym_identifier, - STATE(3312), 1, - sym_template_type, - STATE(3441), 1, - sym_field_declaration_list, - STATE(4713), 1, - sym_ms_declspec_modifier, - STATE(4790), 1, - sym_attribute_declaration, - STATE(5299), 1, - sym__scope_resolution, - STATE(5807), 1, - sym_virtual_specifier, - STATE(6367), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - STATE(3600), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [178465] = 5, + STATE(3875), 1, + sym__enum_base_clause, + STATE(4034), 1, + sym_enumerator_list, + ACTIONS(4172), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(4170), 14, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_requires, + [173727] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4110), 1, + ACTIONS(6306), 1, anon_sym_LBRACE, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - ACTIONS(4263), 2, + ACTIONS(7177), 1, + anon_sym_COLON, + STATE(3951), 1, + sym__enum_base_clause, + STATE(3985), 1, + sym_enumerator_list, + ACTIONS(4184), 3, anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(4261), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4182), 14, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -373786,244 +369962,190 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [178498] = 19, + anon_sym_requires, + [173764] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(6526), 1, + anon_sym_COLON_COLON, + ACTIONS(6903), 1, sym_identifier, - STATE(3312), 1, + STATE(2185), 1, sym_template_type, - STATE(3476), 1, + STATE(2882), 1, sym_field_declaration_list, - STATE(4720), 1, + STATE(4647), 1, sym_ms_declspec_modifier, - STATE(4772), 1, + STATE(4730), 1, sym_attribute_declaration, - STATE(5304), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(5534), 1, + STATE(5528), 1, sym_virtual_specifier, - STATE(6193), 1, + STATE(6296), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3299), 2, + STATE(1983), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [178559] = 10, + [173825] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(6749), 1, + ACTIONS(7159), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(7163), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, - anon_sym_STAR, - STATE(5315), 1, - sym__type_declarator, - STATE(6818), 1, - sym_ms_based_modifier, - STATE(4364), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5495), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(2732), 8, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - [178602] = 19, + ACTIONS(7165), 1, + anon_sym_defined, + ACTIONS(7179), 1, + anon_sym_RPAREN, + ACTIONS(7181), 1, + sym_number_literal, + ACTIONS(7167), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(7169), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7173), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4461), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [173868] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3441), 1, + STATE(3467), 1, sym_field_declaration_list, - STATE(4715), 1, + STATE(4623), 1, sym_ms_declspec_modifier, - STATE(4778), 1, + STATE(4723), 1, sym_attribute_declaration, - STATE(5304), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5807), 1, + STATE(5576), 1, sym_virtual_specifier, - STATE(6367), 1, + STATE(6428), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3291), 2, + STATE(3302), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [178663] = 19, + [173929] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4093), 1, + ACTIONS(4089), 1, anon_sym___declspec, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3462), 1, + STATE(3533), 1, sym_field_declaration_list, - STATE(4717), 1, + STATE(4645), 1, sym_ms_declspec_modifier, - STATE(4777), 1, + STATE(4769), 1, sym_attribute_declaration, - STATE(5304), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(5642), 1, + STATE(5654), 1, sym_virtual_specifier, - STATE(6267), 1, + STATE(6364), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3297), 2, + STATE(3304), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [178724] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4498), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4496), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [178752] = 7, + [173990] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_SLASH, - ACTIONS(7169), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7171), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(7191), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7221), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7219), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [178788] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7195), 1, + ACTIONS(7159), 1, sym_identifier, - ACTIONS(7199), 1, + ACTIONS(7163), 1, anon_sym_LPAREN2, - ACTIONS(7201), 1, + ACTIONS(7165), 1, anon_sym_defined, - ACTIONS(7223), 1, + ACTIONS(7183), 1, sym_number_literal, - ACTIONS(7203), 2, + ACTIONS(7167), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7205), 2, + ACTIONS(7169), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7209), 5, + ACTIONS(7173), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4586), 7, + STATE(4498), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -374031,188 +370153,70 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [178828] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7227), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7225), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [178856] = 3, + [174030] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7231), 5, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(4645), 2, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7229), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [178884] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6448), 1, + anon_sym_const, + ACTIONS(4643), 18, anon_sym_LPAREN2, - ACTIONS(6450), 1, anon_sym_STAR, - ACTIONS(6452), 1, anon_sym_AMP_AMP, - ACTIONS(6454), 1, - anon_sym_AMP, - ACTIONS(6456), 1, - anon_sym_LBRACK, - STATE(4162), 1, - sym_parameter_list, - STATE(5145), 1, - sym__abstract_declarator, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5687), 8, - anon_sym_COMMA, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, anon_sym_try, anon_sym_requires, - [178926] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7195), 1, - sym_identifier, - ACTIONS(7199), 1, - anon_sym_LPAREN2, - ACTIONS(7201), 1, - anon_sym_defined, - ACTIONS(7233), 1, - sym_number_literal, - ACTIONS(7203), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(7205), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7209), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4706), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [178966] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7235), 1, - sym_identifier, - ACTIONS(7237), 1, - anon_sym_LPAREN2, - ACTIONS(7239), 1, - anon_sym_defined, - ACTIONS(7245), 1, - sym_number_literal, - ACTIONS(7241), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(7243), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7247), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4667), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [179006] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7195), 1, - sym_identifier, - ACTIONS(7199), 1, - anon_sym_LPAREN2, - ACTIONS(7201), 1, - anon_sym_defined, - ACTIONS(7249), 1, - sym_number_literal, - ACTIONS(7203), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(7205), 2, + [174058] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7133), 1, + anon_sym_SLASH, + ACTIONS(7129), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7209), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4547), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [179046] = 3, + ACTIONS(7131), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(7145), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7147), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7149), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(7151), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7187), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(7185), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [174100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4267), 2, + ACTIONS(4563), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4265), 18, + ACTIONS(4561), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -374231,30 +370235,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [179074] = 9, + [174128] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7251), 1, + ACTIONS(7199), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7201), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4724), 7, + STATE(4654), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -374262,55 +370266,94 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [179114] = 3, + [174168] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7221), 5, + ACTIONS(7133), 1, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(7129), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7131), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(7147), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(7219), 15, + ACTIONS(7149), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(7151), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7187), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(7185), 7, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [174208] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7133), 1, + anon_sym_SLASH, + ACTIONS(7143), 1, + anon_sym_AMP, + ACTIONS(7187), 1, + anon_sym_PIPE, + ACTIONS(7129), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7131), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(7145), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(7147), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7149), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(7151), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [179142] = 9, + ACTIONS(7185), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [174252] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7253), 1, + ACTIONS(7203), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7201), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4723), 7, + STATE(4620), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -374318,89 +370361,87 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [179182] = 12, + [174292] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, + ACTIONS(7133), 1, anon_sym_SLASH, - ACTIONS(7181), 1, - anon_sym_CARET, - ACTIONS(7183), 1, - anon_sym_AMP, - ACTIONS(7221), 1, - anon_sym_PIPE, - ACTIONS(7169), 2, + ACTIONS(7129), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7171), 2, + ACTIONS(7131), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(7185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(7187), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7189), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(7191), 2, + ACTIONS(7151), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7219), 4, + ACTIONS(7187), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7185), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - [179228] = 3, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [174328] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4631), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4629), 18, - anon_sym_LPAREN2, + ACTIONS(7133), 1, + anon_sym_SLASH, + ACTIONS(7129), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7131), 2, anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(7187), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7185), 11, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [179256] = 9, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [174362] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7255), 1, + ACTIONS(7205), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7201), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4722), 7, + STATE(4642), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -374408,47 +370449,20 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [179296] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4772), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4770), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [179324] = 4, + [174402] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4110), 1, - anon_sym_LBRACE, - ACTIONS(4263), 2, + ACTIONS(4283), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4261), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4281), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -374458,14 +370472,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_consteval, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [179354] = 3, + anon_sym_try, + anon_sym_requires, + [174430] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4583), 2, + ACTIONS(4287), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4581), 18, + ACTIONS(4285), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -374484,13 +370499,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [179382] = 3, + [174458] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4579), 2, + ACTIONS(4303), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4577), 18, + ACTIONS(4301), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -374509,55 +370524,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [179410] = 3, + [174486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7259), 5, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(4498), 2, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7257), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_const, + ACTIONS(4496), 18, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [179438] = 9, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [174514] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7159), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7163), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7165), 1, anon_sym_defined, - ACTIONS(7261), 1, + ACTIONS(7207), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7167), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7169), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7173), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4719), 7, + STATE(4477), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -374565,61 +370580,55 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [179478] = 9, + [174554] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, - sym_identifier, - ACTIONS(7237), 1, + ACTIONS(4502), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4500), 18, anon_sym_LPAREN2, - ACTIONS(7239), 1, - anon_sym_defined, - ACTIONS(7263), 1, - sym_number_literal, - ACTIONS(7241), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(7243), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7247), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4718), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [179518] = 9, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [174582] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7159), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7163), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7165), 1, anon_sym_defined, - ACTIONS(7265), 1, + ACTIONS(7209), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7167), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7169), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7173), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4692), 7, + STATE(4476), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -374627,30 +370636,56 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [179558] = 9, + [174622] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(4124), 1, + anon_sym_LBRACE, + ACTIONS(4259), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4257), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [174652] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7159), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7163), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7165), 1, anon_sym_defined, - ACTIONS(7267), 1, + ACTIONS(7211), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7167), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7169), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7173), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4714), 7, + STATE(4473), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -374658,13 +370693,13 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [179598] = 3, + [174692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4575), 2, + ACTIONS(4506), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4573), 18, + ACTIONS(4504), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -374683,13 +370718,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [179626] = 3, + [174720] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4353), 2, + ACTIONS(4513), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4351), 18, + ACTIONS(4511), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -374708,106 +370743,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [179654] = 9, + [174748] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, - sym_identifier, - ACTIONS(7237), 1, + ACTIONS(4525), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4523), 18, anon_sym_LPAREN2, - ACTIONS(7239), 1, - anon_sym_defined, - ACTIONS(7269), 1, - sym_number_literal, - ACTIONS(7241), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(7243), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7247), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4733), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [179694] = 9, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [174776] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, - sym_identifier, - ACTIONS(7237), 1, + ACTIONS(4529), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4527), 18, anon_sym_LPAREN2, - ACTIONS(7239), 1, - anon_sym_defined, - ACTIONS(7271), 1, - sym_number_literal, - ACTIONS(7241), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(7243), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7247), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4712), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [179734] = 9, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [174804] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 1, - sym_identifier, - ACTIONS(7199), 1, + ACTIONS(4533), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4531), 18, anon_sym_LPAREN2, - ACTIONS(7201), 1, - anon_sym_defined, - ACTIONS(7273), 1, - sym_number_literal, - ACTIONS(7203), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(7205), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7209), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4728), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [179774] = 3, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [174832] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4333), 2, + ACTIONS(4537), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4331), 18, + ACTIONS(4535), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -374826,22 +370843,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [179802] = 5, + [174860] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7163), 1, - anon_sym_LBRACE, - STATE(3994), 1, - sym_enumerator_list, - ACTIONS(4230), 3, + ACTIONS(4541), 2, anon_sym_AMP, + anon_sym_const, + ACTIONS(4539), 18, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [174888] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4545), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(4228), 15, + ACTIONS(4543), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -374849,20 +370889,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, sym_auto, anon_sym_decltype, + anon_sym_try, anon_sym_requires, - [179834] = 3, + [174916] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7277), 5, + ACTIONS(7189), 1, + sym_identifier, + ACTIONS(7191), 1, + anon_sym_LPAREN2, + ACTIONS(7193), 1, + anon_sym_defined, + ACTIONS(7213), 1, + sym_number_literal, + ACTIONS(7195), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(7197), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7201), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4593), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [174956] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7133), 1, + anon_sym_SLASH, + ACTIONS(7141), 1, + anon_sym_CARET, + ACTIONS(7143), 1, + anon_sym_AMP, + ACTIONS(7187), 1, + anon_sym_PIPE, + ACTIONS(7129), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7131), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(7145), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7147), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7149), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(7151), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7185), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [175002] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7133), 1, + anon_sym_SLASH, + ACTIONS(7139), 1, + anon_sym_PIPE, + ACTIONS(7141), 1, + anon_sym_CARET, + ACTIONS(7143), 1, + anon_sym_AMP, + ACTIONS(7129), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7131), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(7145), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7147), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7149), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(7151), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7185), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [175048] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7217), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(7275), 15, + ACTIONS(7215), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -374878,22 +371017,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [179862] = 5, + [175076] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7163), 1, - anon_sym_LBRACE, - STATE(4048), 1, - sym_enumerator_list, - ACTIONS(4253), 3, + ACTIONS(4653), 2, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(4251), 15, + ACTIONS(4651), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -374901,42 +371038,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_constinit, anon_sym_consteval, - anon_sym_COLON, sym_auto, anon_sym_decltype, + anon_sym_try, anon_sym_requires, - [179894] = 3, + [175104] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7281), 5, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(4585), 2, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7279), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_const, + ACTIONS(4583), 18, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [179922] = 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [175132] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4615), 2, + ACTIONS(4581), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4613), 18, + ACTIONS(4579), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -374955,13 +371092,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [179950] = 3, + [175160] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4381), 2, + ACTIONS(4573), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4379), 18, + ACTIONS(4571), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -374980,13 +371117,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [179978] = 3, + [175188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4377), 2, + ACTIONS(4559), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4375), 18, + ACTIONS(4557), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375005,13 +371142,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180006] = 3, + [175216] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4365), 2, + ACTIONS(4490), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4363), 18, + ACTIONS(4488), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375030,13 +371167,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180034] = 3, + [175244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4357), 2, + ACTIONS(4486), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4355), 18, + ACTIONS(4484), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375055,13 +371192,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180062] = 3, + [175272] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4607), 2, + ACTIONS(4474), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4605), 18, + ACTIONS(4472), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375080,13 +371217,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180090] = 3, + [175300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4349), 2, + ACTIONS(4470), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4347), 18, + ACTIONS(4468), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375105,40 +371242,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180118] = 5, + [175328] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_SLASH, - ACTIONS(7171), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(7221), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7219), 13, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7159), 1, + sym_identifier, + ACTIONS(7163), 1, + anon_sym_LPAREN2, + ACTIONS(7165), 1, + anon_sym_defined, + ACTIONS(7219), 1, + sym_number_literal, + ACTIONS(7167), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(7169), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [180150] = 3, + ACTIONS(7173), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4470), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [175368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 2, + ACTIONS(4443), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4261), 18, + ACTIONS(4441), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375157,13 +371298,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180178] = 3, + [175396] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4345), 2, + ACTIONS(4435), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4343), 18, + ACTIONS(4433), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375182,38 +371323,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180206] = 3, + [175424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7285), 5, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(4415), 2, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7283), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_const, + ACTIONS(4413), 18, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [180234] = 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [175452] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7159), 1, + sym_identifier, + ACTIONS(7163), 1, + anon_sym_LPAREN2, + ACTIONS(7165), 1, + anon_sym_defined, + ACTIONS(7221), 1, + sym_number_literal, + ACTIONS(7167), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(7169), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7173), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4474), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [175492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 2, + ACTIONS(4387), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4339), 18, + ACTIONS(4385), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375232,13 +371404,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180262] = 3, + [175520] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4321), 2, + ACTIONS(4381), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4319), 18, + ACTIONS(4379), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375257,13 +371429,197 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180290] = 3, + [175548] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 2, + ACTIONS(7159), 1, + sym_identifier, + ACTIONS(7163), 1, + anon_sym_LPAREN2, + ACTIONS(7165), 1, + anon_sym_defined, + ACTIONS(7223), 1, + sym_number_literal, + ACTIONS(7167), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(7169), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7173), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4497), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [175588] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7189), 1, + sym_identifier, + ACTIONS(7191), 1, + anon_sym_LPAREN2, + ACTIONS(7193), 1, + anon_sym_defined, + ACTIONS(7225), 1, + sym_number_literal, + ACTIONS(7195), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(7197), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7201), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4653), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [175628] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7189), 1, + sym_identifier, + ACTIONS(7191), 1, + anon_sym_LPAREN2, + ACTIONS(7193), 1, + anon_sym_defined, + ACTIONS(7227), 1, + sym_number_literal, + ACTIONS(7195), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(7197), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7201), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4640), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [175668] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7133), 1, + anon_sym_SLASH, + ACTIONS(7137), 1, + anon_sym_AMP_AMP, + ACTIONS(7139), 1, + anon_sym_PIPE, + ACTIONS(7141), 1, + anon_sym_CARET, + ACTIONS(7143), 1, + anon_sym_AMP, + ACTIONS(7129), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7131), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(7145), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7147), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7149), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(7151), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7185), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + [175716] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4742), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4740), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [175744] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7159), 1, + sym_identifier, + ACTIONS(7163), 1, + anon_sym_LPAREN2, + ACTIONS(7165), 1, + anon_sym_defined, + ACTIONS(7229), 1, + sym_number_literal, + ACTIONS(7167), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(7169), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7173), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4597), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [175784] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4660), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4261), 18, + ACTIONS(4658), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375282,63 +371638,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180318] = 11, + [175812] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, + ACTIONS(7187), 5, anon_sym_SLASH, - ACTIONS(7183), 1, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(7221), 1, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7185), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [175840] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7133), 1, + anon_sym_SLASH, + ACTIONS(7135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7137), 1, + anon_sym_AMP_AMP, + ACTIONS(7139), 1, anon_sym_PIPE, - ACTIONS(7169), 2, + ACTIONS(7141), 1, + anon_sym_CARET, + ACTIONS(7143), 1, + anon_sym_AMP, + ACTIONS(7129), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7171), 2, + ACTIONS(7131), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(7185), 2, + ACTIONS(7145), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(7187), 2, + ACTIONS(7147), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(7189), 2, + ACTIONS(7149), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(7191), 2, + ACTIONS(7151), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7219), 5, + ACTIONS(7231), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [175890] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7133), 1, + anon_sym_SLASH, + ACTIONS(7131), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(7187), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7185), 13, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - [180362] = 9, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [175922] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(4649), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4647), 18, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [175950] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7287), 1, + ACTIONS(7233), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7201), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4711), 7, + STATE(4659), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -375346,13 +371782,13 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [180402] = 3, + [175990] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4275), 2, + ACTIONS(4641), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4273), 18, + ACTIONS(4639), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375371,13 +371807,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180430] = 3, + [176018] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4337), 2, + ACTIONS(4637), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4335), 18, + ACTIONS(4635), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375396,49 +371832,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180458] = 14, + [176046] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, + ACTIONS(7237), 5, anon_sym_SLASH, - ACTIONS(7175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7177), 1, - anon_sym_AMP_AMP, - ACTIONS(7179), 1, anon_sym_PIPE, - ACTIONS(7181), 1, - anon_sym_CARET, - ACTIONS(7183), 1, anon_sym_AMP, - ACTIONS(7169), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7235), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7171), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(7185), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(7187), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7189), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(7191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7289), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [180508] = 3, + [176074] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4633), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4631), 18, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [176102] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7189), 1, + sym_identifier, + ACTIONS(7191), 1, + anon_sym_LPAREN2, + ACTIONS(7193), 1, + anon_sym_defined, + ACTIONS(7239), 1, + sym_number_literal, + ACTIONS(7195), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(7197), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7201), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4595), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [176142] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4313), 2, + ACTIONS(4629), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4311), 18, + ACTIONS(4627), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375457,13 +371938,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180536] = 3, + [176170] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4291), 2, + ACTIONS(4625), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4289), 18, + ACTIONS(4623), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375482,13 +371963,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180564] = 3, + [176198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4287), 2, + ACTIONS(4621), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4285), 18, + ACTIONS(4619), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375507,76 +371988,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180592] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7173), 1, - anon_sym_SLASH, - ACTIONS(7169), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7171), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(7185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(7187), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7189), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(7191), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7221), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(7219), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [180634] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7173), 1, - anon_sym_SLASH, - ACTIONS(7169), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7171), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(7187), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7189), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(7191), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7221), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(7219), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [180674] = 3, + [176226] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4448), 2, + ACTIONS(4617), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4446), 18, + ACTIONS(4615), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375595,13 +372013,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180702] = 3, + [176254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4470), 2, + ACTIONS(4613), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4468), 18, + ACTIONS(4611), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375620,13 +372038,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180730] = 3, + [176282] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 2, + ACTIONS(4609), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4659), 18, + ACTIONS(4607), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375645,61 +372063,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180758] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7195), 1, - sym_identifier, - ACTIONS(7199), 1, - anon_sym_LPAREN2, - ACTIONS(7201), 1, - anon_sym_defined, - ACTIONS(7291), 1, - sym_number_literal, - ACTIONS(7203), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(7205), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7209), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4557), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [180798] = 9, + [176310] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 1, + ACTIONS(7159), 1, sym_identifier, - ACTIONS(7199), 1, + ACTIONS(7163), 1, anon_sym_LPAREN2, - ACTIONS(7201), 1, + ACTIONS(7165), 1, anon_sym_defined, - ACTIONS(7293), 1, + ACTIONS(7241), 1, sym_number_literal, - ACTIONS(7203), 2, + ACTIONS(7167), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7205), 2, + ACTIONS(7169), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7209), 5, + ACTIONS(7173), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4649), 7, + STATE(4519), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -375707,30 +372094,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [180838] = 9, + [176350] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 1, + ACTIONS(7159), 1, sym_identifier, - ACTIONS(7199), 1, + ACTIONS(7163), 1, anon_sym_LPAREN2, - ACTIONS(7201), 1, + ACTIONS(7165), 1, anon_sym_defined, - ACTIONS(7295), 1, + ACTIONS(7243), 1, sym_number_literal, - ACTIONS(7203), 2, + ACTIONS(7167), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7205), 2, + ACTIONS(7169), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7209), 5, + ACTIONS(7173), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4635), 7, + STATE(4562), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -375738,30 +372125,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [180878] = 9, + [176390] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7159), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7163), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7165), 1, anon_sym_defined, - ACTIONS(7297), 1, + ACTIONS(7245), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7167), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7169), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7173), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4707), 7, + STATE(4523), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -375769,30 +372156,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [180918] = 9, + [176430] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7159), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7163), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7165), 1, anon_sym_defined, - ACTIONS(7299), 1, + ACTIONS(7247), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7167), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7169), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7173), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4704), 7, + STATE(4525), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -375800,13 +372187,13 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [180958] = 3, + [176470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4509), 2, + ACTIONS(4601), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4507), 18, + ACTIONS(4599), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375825,116 +372212,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [180986] = 6, + [176498] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7037), 1, - anon_sym_COLON, - STATE(2645), 1, - sym__enum_base_clause, - STATE(2766), 1, - sym_enumerator_list, - ACTIONS(4198), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4196), 15, + ACTIONS(6430), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, + ACTIONS(6438), 1, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [181020] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4525), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4523), 18, - anon_sym_LPAREN2, + ACTIONS(6464), 1, anon_sym_STAR, + ACTIONS(6466), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [181048] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4537), 2, + ACTIONS(6468), 1, anon_sym_AMP, - anon_sym_const, - ACTIONS(4535), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + STATE(4165), 1, + sym_parameter_list, + STATE(5090), 1, + sym__abstract_declarator, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5625), 8, + anon_sym_COMMA, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, + anon_sym_COLON, anon_sym_try, anon_sym_requires, - [181076] = 3, + [176540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4555), 2, + ACTIONS(7251), 5, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym_const, - ACTIONS(4553), 18, - anon_sym_LPAREN2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7249), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [181104] = 3, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [176568] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4563), 2, + ACTIONS(4597), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4561), 18, + ACTIONS(4595), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375953,13 +372294,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [181132] = 3, + [176596] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4567), 2, + ACTIONS(4593), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4565), 18, + ACTIONS(4591), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -375978,58 +372319,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [181160] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7037), 1, - anon_sym_COLON, - STATE(2664), 1, - sym__enum_base_clause, - STATE(2814), 1, - sym_enumerator_list, - ACTIONS(4179), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4177), 15, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_requires, - [181194] = 9, + [176624] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7301), 1, + ACTIONS(7253), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7201), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4703), 7, + STATE(4600), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -376037,83 +372350,61 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [181234] = 3, + [176664] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4571), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4569), 18, + ACTIONS(7189), 1, + sym_identifier, + ACTIONS(7191), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [181262] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7173), 1, - anon_sym_SLASH, - ACTIONS(7169), 2, + ACTIONS(7193), 1, + anon_sym_defined, + ACTIONS(7255), 1, + sym_number_literal, + ACTIONS(7195), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7171), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(7221), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7219), 11, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [181296] = 9, + ACTIONS(7201), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4602), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [176704] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7303), 1, + ACTIONS(7257), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7201), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4716), 7, + STATE(4607), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -376121,30 +372412,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [181336] = 9, + [176744] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7159), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7163), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7165), 1, anon_sym_defined, - ACTIONS(7305), 1, + ACTIONS(7259), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7167), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7169), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7173), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4721), 7, + STATE(4524), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -376152,30 +372443,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [181376] = 9, + [176784] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7307), 1, + ACTIONS(7261), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7201), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4729), 7, + STATE(4603), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -376183,13 +372474,38 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [181416] = 3, + [176824] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7265), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7263), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [176852] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4591), 2, + ACTIONS(4411), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4589), 18, + ACTIONS(4409), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -376208,13 +372524,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [181444] = 3, + [176880] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4595), 2, + ACTIONS(4419), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4593), 18, + ACTIONS(4417), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -376233,13 +372549,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [181472] = 3, + [176908] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 2, + ACTIONS(4423), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4597), 18, + ACTIONS(4421), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -376258,13 +372574,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [181500] = 3, + [176936] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4486), 2, + ACTIONS(4427), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4484), 18, + ACTIONS(4425), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -376283,13 +372599,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [181528] = 3, + [176964] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4482), 2, + ACTIONS(4431), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4480), 18, + ACTIONS(4429), 18, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [176992] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4439), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4437), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -376308,13 +372649,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [181556] = 3, + [177020] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4452), 2, + ACTIONS(4447), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4450), 18, + ACTIONS(4445), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -376333,16 +372674,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [181584] = 3, + [177048] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7189), 1, + sym_identifier, + ACTIONS(7191), 1, + anon_sym_LPAREN2, + ACTIONS(7193), 1, + anon_sym_defined, + ACTIONS(7267), 1, + sym_number_literal, + ACTIONS(7195), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(7197), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7201), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4604), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [177088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7311), 5, + ACTIONS(7271), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(7309), 15, + ACTIONS(7269), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -376358,38 +372730,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [181612] = 3, + [177116] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7315), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7313), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7189), 1, + sym_identifier, + ACTIONS(7191), 1, + anon_sym_LPAREN2, + ACTIONS(7193), 1, + anon_sym_defined, + ACTIONS(7273), 1, + sym_number_literal, + ACTIONS(7195), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7201), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4605), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [177156] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4451), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4449), 18, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [181640] = 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_try, + anon_sym_requires, + [177184] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4385), 2, + ACTIONS(4455), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4383), 18, + ACTIONS(4453), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -376408,13 +372811,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [181668] = 3, + [177212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 2, + ACTIONS(4463), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4387), 18, + ACTIONS(4461), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -376433,95 +372836,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [181696] = 12, + [177240] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, + ACTIONS(7277), 5, anon_sym_SLASH, - ACTIONS(7179), 1, anon_sym_PIPE, - ACTIONS(7181), 1, - anon_sym_CARET, - ACTIONS(7183), 1, anon_sym_AMP, - ACTIONS(7169), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7275), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7171), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(7185), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(7187), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7189), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(7191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7219), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [181742] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7195), 1, - sym_identifier, - ACTIONS(7199), 1, - anon_sym_LPAREN2, - ACTIONS(7201), 1, - anon_sym_defined, - ACTIONS(7317), 1, - sym_number_literal, - ACTIONS(7203), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(7205), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7209), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4593), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [181782] = 9, + [177268] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7319), 1, + ACTIONS(7279), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7201), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4710), 7, + STATE(4606), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -376529,30 +372892,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [181822] = 9, + [177308] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 1, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7199), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7201), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7321), 1, + ACTIONS(7281), 1, sym_number_literal, - ACTIONS(7203), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7205), 2, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7209), 5, + ACTIONS(7201), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4601), 7, + STATE(4632), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -376560,30 +372923,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [181862] = 9, + [177348] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 1, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7199), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7201), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7323), 1, + ACTIONS(7283), 1, sym_number_literal, - ACTIONS(7203), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7205), 2, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7209), 5, + ACTIONS(7201), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4555), 7, + STATE(4648), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -376591,80 +372954,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [181902] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4361), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4359), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [181930] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4559), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4557), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [181958] = 9, + [177388] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7325), 1, + ACTIONS(7285), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7201), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4748), 7, + STATE(4609), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -376672,13 +372985,13 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [181998] = 3, + [177428] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4513), 2, + ACTIONS(4478), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4511), 18, + ACTIONS(4476), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -376697,13 +373010,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [182026] = 3, + [177456] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4444), 2, + ACTIONS(4482), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4442), 18, + ACTIONS(4480), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -376722,30 +373035,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [182054] = 9, + [177484] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 1, + ACTIONS(7159), 1, sym_identifier, - ACTIONS(7199), 1, + ACTIONS(7163), 1, anon_sym_LPAREN2, - ACTIONS(7201), 1, + ACTIONS(7165), 1, anon_sym_defined, - ACTIONS(7327), 1, + ACTIONS(7287), 1, sym_number_literal, - ACTIONS(7203), 2, + ACTIONS(7167), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7205), 2, + ACTIONS(7169), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7209), 5, + ACTIONS(7173), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4602), 7, + STATE(4633), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -376753,63 +373066,13 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [182094] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4611), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4609), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [182122] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4424), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4422), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [182150] = 3, + [177524] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4587), 2, + ACTIONS(4494), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4585), 18, + ACTIONS(4492), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -376828,65 +373091,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [182178] = 13, + [177552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, + ACTIONS(7291), 5, anon_sym_SLASH, - ACTIONS(7177), 1, - anon_sym_AMP_AMP, - ACTIONS(7179), 1, anon_sym_PIPE, - ACTIONS(7181), 1, - anon_sym_CARET, - ACTIONS(7183), 1, anon_sym_AMP, - ACTIONS(7169), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7289), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7171), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(7185), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(7187), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7189), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(7191), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7219), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - [182226] = 9, + [177580] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7237), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7239), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7329), 1, + ACTIONS(7293), 1, sym_number_literal, - ACTIONS(7241), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7243), 2, + ACTIONS(7197), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7247), 5, + ACTIONS(7201), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(4738), 7, + STATE(4608), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -376894,138 +373147,13 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [182266] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4657), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4655), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [182294] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4647), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4645), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [182322] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4309), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4307), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [182350] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4373), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4371), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [182378] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4369), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4367), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [182406] = 3, + [177620] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4409), 2, + ACTIONS(4517), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4407), 18, + ACTIONS(4515), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -377044,13 +373172,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [182434] = 3, + [177648] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4460), 2, + ACTIONS(4521), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4458), 18, + ACTIONS(4519), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -377069,13 +373197,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [182462] = 3, + [177676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4432), 2, + ACTIONS(4549), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4430), 18, + ACTIONS(4547), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -377094,13 +373222,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [182490] = 3, + [177704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4478), 2, + ACTIONS(4553), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4476), 18, + ACTIONS(4551), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -377119,69 +373247,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [182518] = 3, + [177732] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4505), 2, + ACTIONS(7297), 5, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym_const, - ACTIONS(4503), 18, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_try, - anon_sym_requires, - [182546] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7195), 1, - sym_identifier, - ACTIONS(7199), 1, - anon_sym_LPAREN2, - ACTIONS(7201), 1, - anon_sym_defined, - ACTIONS(7331), 1, - sym_number_literal, - ACTIONS(7203), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(7205), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7295), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7209), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4545), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [182586] = 3, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [177760] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 2, + ACTIONS(4259), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4539), 18, + ACTIONS(4257), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -377200,44 +373297,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [182614] = 9, + [177788] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 1, - sym_identifier, - ACTIONS(7199), 1, - anon_sym_LPAREN2, - ACTIONS(7201), 1, - anon_sym_defined, - ACTIONS(7333), 1, - sym_number_literal, - ACTIONS(7203), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(7205), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7209), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4597), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [182654] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4551), 2, + ACTIONS(4259), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(4549), 18, + ACTIONS(4257), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -377256,438 +373322,381 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_try, anon_sym_requires, - [182682] = 9, + [177816] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 1, + ACTIONS(7189), 1, sym_identifier, - ACTIONS(7199), 1, + ACTIONS(7191), 1, anon_sym_LPAREN2, - ACTIONS(7201), 1, + ACTIONS(7193), 1, anon_sym_defined, - ACTIONS(7335), 1, + ACTIONS(7299), 1, sym_number_literal, - ACTIONS(7203), 2, + ACTIONS(7195), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(7205), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7209), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(4621), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [182722] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(7129), 1, - sym_identifier, - STATE(3312), 1, - sym_template_type, - STATE(3454), 1, - sym_field_declaration_list, - STATE(4826), 1, - sym_attribute_declaration, - STATE(5294), 1, - sym__scope_resolution, - STATE(5536), 1, - sym_virtual_specifier, - STATE(6150), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - STATE(3571), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [182777] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7225), 1, - anon_sym_LF, - ACTIONS(7227), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [182804] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7309), 1, - anon_sym_LF, - ACTIONS(7311), 18, + ACTIONS(7197), 2, anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [182831] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7313), 1, - anon_sym_LF, - ACTIONS(7315), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [182858] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7211), 1, - anon_sym_COLON_COLON, - STATE(3312), 1, - sym_template_type, - STATE(3442), 1, - sym_field_declaration_list, - STATE(4817), 1, - sym_attribute_declaration, - STATE(5244), 1, - sym__scope_resolution, - STATE(5743), 1, - sym_virtual_specifier, - STATE(6316), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - STATE(5020), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [182913] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4226), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(6580), 1, - anon_sym_COLON_COLON, - ACTIONS(6993), 1, - sym_identifier, - STATE(2188), 1, - sym_template_type, - STATE(2920), 1, - sym_field_declaration_list, - STATE(4844), 1, - sym_attribute_declaration, - STATE(5307), 1, - sym__scope_resolution, - STATE(5661), 1, - sym_virtual_specifier, - STATE(6232), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - STATE(1968), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [182968] = 17, + anon_sym_PLUS, + ACTIONS(7201), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(4596), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [177856] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4955), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6540), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(6888), 1, + anon_sym_LBRACE, + ACTIONS(7019), 1, sym_identifier, - STATE(2779), 1, + STATE(4305), 1, sym_template_type, - STATE(3202), 1, + STATE(4555), 1, sym_field_declaration_list, - STATE(4846), 1, + STATE(4758), 1, sym_attribute_declaration, - STATE(5251), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(5645), 1, + STATE(5453), 1, sym_virtual_specifier, - STATE(6206), 1, + STATE(6044), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2562), 2, + STATE(4289), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183023] = 17, + [177911] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4955), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6540), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(6893), 1, sym_identifier, - STATE(2779), 1, + STATE(2885), 1, sym_template_type, - STATE(3200), 1, + STATE(3169), 1, sym_field_declaration_list, - STATE(4845), 1, + STATE(4737), 1, sym_attribute_declaration, - STATE(5251), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(5649), 1, + STATE(5629), 1, sym_virtual_specifier, - STATE(6220), 1, + STATE(6327), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2567), 2, + STATE(2555), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183078] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7337), 1, - anon_sym_LPAREN2, - STATE(3084), 1, - sym_argument_list, - ACTIONS(4263), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4261), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [183109] = 17, + [177966] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4955), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6540), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2779), 1, + STATE(3306), 1, sym_template_type, - STATE(3198), 1, + STATE(3540), 1, sym_field_declaration_list, - STATE(4843), 1, + STATE(4742), 1, sym_attribute_declaration, - STATE(5251), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5653), 1, + STATE(5554), 1, sym_virtual_specifier, - STATE(6227), 1, + STATE(6367), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2511), 2, + STATE(3586), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183164] = 17, + [178021] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4226), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6580), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2188), 1, + STATE(3306), 1, sym_template_type, - STATE(2922), 1, + STATE(3541), 1, sym_field_declaration_list, - STATE(4852), 1, + STATE(4740), 1, sym_attribute_declaration, - STATE(5307), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5682), 1, + STATE(5600), 1, sym_virtual_specifier, - STATE(6273), 1, + STATE(6424), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1958), 2, + STATE(3587), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183219] = 10, - ACTIONS(3), 1, + [178076] = 3, + ACTIONS(7157), 1, sym_comment, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6566), 1, + ACTIONS(7263), 1, + anon_sym_LF, + ACTIONS(7265), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(6568), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(6570), 1, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - STATE(4249), 1, - sym_parameter_list, - STATE(5209), 1, - sym__abstract_declarator, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5687), 7, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [178103] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6995), 1, + anon_sym_COLON, + ACTIONS(7301), 1, anon_sym_COMMA, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7305), 1, anon_sym_SEMI, + ACTIONS(7307), 1, + anon_sym_LBRACE, + ACTIONS(7309), 1, + anon_sym_LBRACK, + ACTIONS(7311), 1, + anon_sym_EQ, + ACTIONS(7313), 1, + anon_sym_try, + STATE(2019), 1, + sym_try_statement, + STATE(2020), 1, + sym_delete_method_clause, + STATE(2021), 1, + sym_default_method_clause, + STATE(2022), 1, + sym_compound_statement, + STATE(4052), 1, + sym_parameter_list, + STATE(5258), 1, + aux_sym_field_declaration_repeat1, + STATE(6878), 1, + sym_initializer_list, + STATE(6879), 1, + sym_bitfield_clause, + STATE(5042), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [178162] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(6995), 1, + anon_sym_COLON, + ACTIONS(7301), 1, + anon_sym_COMMA, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7309), 1, + anon_sym_LBRACK, + ACTIONS(7315), 1, + anon_sym_SEMI, + ACTIONS(7317), 1, anon_sym_LBRACE, + ACTIONS(7319), 1, anon_sym_EQ, + ACTIONS(7321), 1, anon_sym_try, - anon_sym_requires, - [183260] = 3, - ACTIONS(7161), 1, + STATE(2393), 1, + sym_compound_statement, + STATE(2394), 1, + sym_default_method_clause, + STATE(2395), 1, + sym_delete_method_clause, + STATE(2396), 1, + sym_try_statement, + STATE(4052), 1, + sym_parameter_list, + STATE(5264), 1, + aux_sym_field_declaration_repeat1, + STATE(6792), 1, + sym_initializer_list, + STATE(6794), 1, + sym_bitfield_clause, + STATE(5042), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [178221] = 12, + ACTIONS(7157), 1, sym_comment, - ACTIONS(7279), 1, + ACTIONS(7323), 1, + anon_sym_LF, + ACTIONS(7329), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7331), 1, + anon_sym_AMP_AMP, + ACTIONS(7333), 1, + anon_sym_PIPE, + ACTIONS(7335), 1, + anon_sym_CARET, + ACTIONS(7337), 1, + anon_sym_AMP, + ACTIONS(7325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7339), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7343), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7341), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [178266] = 3, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7275), 1, + anon_sym_LF, + ACTIONS(7277), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [178293] = 4, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7185), 1, + anon_sym_LF, + ACTIONS(7327), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7187), 15, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [178322] = 3, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7185), 1, anon_sym_LF, - ACTIONS(7281), 18, + ACTIONS(7187), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -377706,131 +373715,378 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [183287] = 17, + [178349] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7133), 1, + anon_sym_SLASH, + ACTIONS(7135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7137), 1, + anon_sym_AMP_AMP, + ACTIONS(7139), 1, + anon_sym_PIPE, + ACTIONS(7141), 1, + anon_sym_CARET, + ACTIONS(7143), 1, + anon_sym_AMP, + ACTIONS(7345), 1, + anon_sym_RPAREN, + ACTIONS(7129), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7131), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(7145), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7147), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(7149), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(7151), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [178398] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5447), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7211), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - STATE(3312), 1, + ACTIONS(6913), 1, + sym_identifier, + STATE(1910), 1, sym_template_type, - STATE(3451), 1, + STATE(2047), 1, sym_field_declaration_list, - STATE(4838), 1, + STATE(4679), 1, sym_attribute_declaration, - STATE(5244), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(5794), 1, + STATE(5564), 1, sym_virtual_specifier, - STATE(6272), 1, + STATE(6400), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4983), 2, + STATE(1849), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183342] = 17, + [178453] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(6548), 1, + anon_sym_COLON_COLON, + ACTIONS(6913), 1, sym_identifier, - STATE(3312), 1, + STATE(1910), 1, sym_template_type, - STATE(3451), 1, + STATE(2044), 1, sym_field_declaration_list, - STATE(4823), 1, + STATE(4678), 1, sym_attribute_declaration, - STATE(5294), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(5794), 1, + STATE(5583), 1, sym_virtual_specifier, - STATE(6272), 1, + STATE(6395), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3570), 2, + STATE(1855), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183397] = 17, + [178508] = 12, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7185), 1, + anon_sym_LF, + ACTIONS(7187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7331), 1, + anon_sym_AMP_AMP, + ACTIONS(7333), 1, + anon_sym_PIPE, + ACTIONS(7335), 1, + anon_sym_CARET, + ACTIONS(7337), 1, + anon_sym_AMP, + ACTIONS(7325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7339), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7343), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7341), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [178553] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(6548), 1, + anon_sym_COLON_COLON, + ACTIONS(6913), 1, sym_identifier, - STATE(3312), 1, + STATE(1910), 1, sym_template_type, - STATE(3442), 1, + STATE(2042), 1, sym_field_declaration_list, - STATE(4822), 1, + STATE(4677), 1, sym_attribute_declaration, - STATE(5294), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(5743), 1, + STATE(5578), 1, sym_virtual_specifier, - STATE(6316), 1, + STATE(6391), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3564), 2, + STATE(1853), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183452] = 3, - ACTIONS(7161), 1, + [178608] = 11, + ACTIONS(7157), 1, sym_comment, - ACTIONS(7275), 1, + ACTIONS(7185), 1, anon_sym_LF, - ACTIONS(7277), 18, + ACTIONS(7333), 1, + anon_sym_PIPE, + ACTIONS(7335), 1, + anon_sym_CARET, + ACTIONS(7337), 1, + anon_sym_AMP, + ACTIONS(7187), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + ACTIONS(7325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7339), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7343), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7341), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [178651] = 10, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7185), 1, + anon_sym_LF, + ACTIONS(7335), 1, + anon_sym_CARET, + ACTIONS(7337), 1, + anon_sym_AMP, + ACTIONS(7325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7339), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7343), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7187), 3, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + ACTIONS(7327), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7341), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [178692] = 9, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7185), 1, + anon_sym_LF, + ACTIONS(7337), 1, + anon_sym_AMP, + ACTIONS(7325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7339), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7343), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7187), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + ACTIONS(7341), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [178731] = 8, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7185), 1, + anon_sym_LF, + ACTIONS(7325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7339), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7343), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7341), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(7187), 5, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + [178768] = 7, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7185), 1, + anon_sym_LF, + ACTIONS(7325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7343), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7341), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(7187), 7, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [178803] = 6, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7185), 1, + anon_sym_LF, + ACTIONS(7325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7343), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7187), 11, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [178836] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7185), 1, + anon_sym_LF, + ACTIONS(7325), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7327), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(7187), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -377844,1393 +374100,1210 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [183479] = 17, + [178867] = 12, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7329), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7331), 1, + anon_sym_AMP_AMP, + ACTIONS(7333), 1, + anon_sym_PIPE, + ACTIONS(7335), 1, + anon_sym_CARET, + ACTIONS(7337), 1, + anon_sym_AMP, + ACTIONS(7347), 1, + anon_sym_LF, + ACTIONS(7325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7339), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7343), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7341), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [178912] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4136), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6492), 1, - anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2015), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(2647), 1, + STATE(3541), 1, sym_field_declaration_list, - STATE(4830), 1, + STATE(4697), 1, sym_attribute_declaration, - STATE(5242), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(5723), 1, + STATE(5600), 1, sym_virtual_specifier, - STATE(6409), 1, + STATE(6424), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1915), 2, + STATE(4908), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183534] = 17, + [178967] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4136), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(6492), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7035), 1, sym_identifier, - STATE(2015), 1, + STATE(3306), 1, sym_template_type, - STATE(2644), 1, + STATE(3994), 1, sym_field_declaration_list, - STATE(4829), 1, + STATE(4701), 1, sym_attribute_declaration, - STATE(5242), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5719), 1, + STATE(5418), 1, sym_virtual_specifier, - STATE(6114), 1, + STATE(6106), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1932), 2, + STATE(3428), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183589] = 17, + [179022] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4466), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(6554), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7035), 1, sym_identifier, - STATE(2358), 1, + STATE(3306), 1, sym_template_type, - STATE(2811), 1, + STATE(3979), 1, sym_field_declaration_list, - STATE(4769), 1, + STATE(4703), 1, sym_attribute_declaration, - STATE(5322), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5644), 1, + STATE(5422), 1, sym_virtual_specifier, - STATE(6404), 1, + STATE(6092), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2159), 2, + STATE(3460), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183644] = 17, + [179077] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4136), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6492), 1, - anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2015), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(2642), 1, + STATE(3540), 1, sym_field_declaration_list, - STATE(4828), 1, + STATE(4692), 1, sym_attribute_declaration, - STATE(5242), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(5713), 1, + STATE(5554), 1, sym_virtual_specifier, - STATE(6397), 1, + STATE(6367), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1931), 2, + STATE(4907), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183699] = 19, + [179132] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7029), 1, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7340), 1, - anon_sym_COMMA, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7344), 1, - anon_sym_SEMI, - ACTIONS(7346), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - ACTIONS(7348), 1, - anon_sym_LBRACK, - ACTIONS(7350), 1, - anon_sym_EQ, - ACTIONS(7352), 1, - anon_sym_try, - STATE(2067), 1, - sym_compound_statement, - STATE(2097), 1, - sym_default_method_clause, - STATE(2105), 1, - sym_delete_method_clause, - STATE(2106), 1, - sym_try_statement, - STATE(4066), 1, - sym_parameter_list, - STATE(5368), 1, - aux_sym_field_declaration_repeat1, - STATE(6722), 1, - sym_initializer_list, - STATE(6852), 1, - sym_bitfield_clause, - STATE(5131), 2, + ACTIONS(7035), 1, + sym_identifier, + STATE(3306), 1, + sym_template_type, + STATE(4018), 1, + sym_field_declaration_list, + STATE(4706), 1, sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [183758] = 17, + STATE(5201), 1, + sym__scope_resolution, + STATE(5426), 1, + sym_virtual_specifier, + STATE(6084), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + STATE(3448), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [179187] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4060), 1, - anon_sym_LBRACE, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5449), 1, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6602), 1, - anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(1954), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(2353), 1, + STATE(3488), 1, sym_field_declaration_list, - STATE(4821), 1, + STATE(4680), 1, sym_attribute_declaration, - STATE(5329), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(5803), 1, + STATE(5483), 1, sym_virtual_specifier, - STATE(6486), 1, + STATE(6262), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1867), 2, + STATE(4902), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183813] = 17, + [179242] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4060), 1, - anon_sym_LBRACE, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5449), 1, + ACTIONS(4998), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6602), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(7123), 1, sym_identifier, - STATE(1954), 1, + STATE(2885), 1, sym_template_type, - STATE(2375), 1, + STATE(3165), 1, sym_field_declaration_list, - STATE(4820), 1, + STATE(4718), 1, sym_attribute_declaration, - STATE(5329), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(5801), 1, + STATE(5637), 1, sym_virtual_specifier, - STATE(6583), 1, + STATE(6348), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1862), 2, + STATE(2545), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183868] = 17, + [179297] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5449), 1, + ACTIONS(4998), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5551), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - ACTIONS(7095), 1, + ACTIONS(7123), 1, sym_identifier, - STATE(4365), 1, + STATE(2885), 1, sym_template_type, - STATE(4634), 1, + STATE(3169), 1, sym_field_declaration_list, - STATE(4810), 1, + STATE(4716), 1, sym_attribute_declaration, - STATE(5249), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(5639), 1, + STATE(5629), 1, sym_virtual_specifier, - STATE(6203), 1, + STATE(6327), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4330), 2, + STATE(2555), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183923] = 17, + [179352] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5551), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(6918), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - ACTIONS(7095), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(4365), 1, + STATE(3306), 1, sym_template_type, - STATE(4640), 1, + STATE(3979), 1, sym_field_declaration_list, - STATE(4809), 1, + STATE(4688), 1, sym_attribute_declaration, - STATE(5249), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5635), 1, + STATE(5422), 1, sym_virtual_specifier, - STATE(6199), 1, + STATE(6092), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4329), 2, + STATE(3460), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [183978] = 12, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7354), 1, - anon_sym_LF, - ACTIONS(7360), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7362), 1, - anon_sym_AMP_AMP, - ACTIONS(7364), 1, - anon_sym_PIPE, - ACTIONS(7366), 1, - anon_sym_CARET, - ACTIONS(7368), 1, - anon_sym_AMP, - ACTIONS(7356), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7370), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(7374), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7358), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7372), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [184023] = 17, + [179407] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5449), 1, + ACTIONS(4998), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5551), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - ACTIONS(7095), 1, + ACTIONS(7123), 1, sym_identifier, - STATE(4365), 1, + STATE(2885), 1, sym_template_type, - STATE(4644), 1, + STATE(3167), 1, sym_field_declaration_list, - STATE(4808), 1, + STATE(4717), 1, sym_attribute_declaration, - STATE(5249), 1, + STATE(5199), 1, sym__scope_resolution, STATE(5633), 1, sym_virtual_specifier, - STATE(6192), 1, + STATE(6341), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4328), 2, + STATE(2554), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [184078] = 3, - ACTIONS(4770), 1, - anon_sym_LF, - ACTIONS(7161), 1, + [179462] = 12, + ACTIONS(7157), 1, sym_comment, - ACTIONS(4772), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(7329), 1, anon_sym_PIPE_PIPE, + ACTIONS(7331), 1, anon_sym_AMP_AMP, + ACTIONS(7333), 1, anon_sym_PIPE, + ACTIONS(7335), 1, anon_sym_CARET, + ACTIONS(7337), 1, anon_sym_AMP, + ACTIONS(7349), 1, + anon_sym_LF, + ACTIONS(7325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7339), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(7343), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7341), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [184105] = 17, + [179507] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4056), 1, + anon_sym_LBRACE, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(6959), 1, sym_identifier, - STATE(3312), 1, + STATE(1946), 1, sym_template_type, - STATE(4020), 1, + STATE(2245), 1, sym_field_declaration_list, - STATE(4801), 1, + STATE(4672), 1, sym_attribute_declaration, - STATE(5310), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(5678), 1, + STATE(5618), 1, sym_virtual_specifier, - STATE(6266), 1, + STATE(6294), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3498), 2, + STATE(1876), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [184160] = 17, + [179562] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6995), 1, + anon_sym_COLON, + ACTIONS(7301), 1, + anon_sym_COMMA, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7309), 1, + anon_sym_LBRACK, + ACTIONS(7351), 1, + anon_sym_SEMI, + ACTIONS(7353), 1, + anon_sym_LBRACE, + ACTIONS(7355), 1, + anon_sym_EQ, + ACTIONS(7357), 1, + anon_sym_try, + STATE(2368), 1, + sym_try_statement, + STATE(2369), 1, + sym_delete_method_clause, + STATE(2372), 1, + sym_default_method_clause, + STATE(2380), 1, + sym_compound_statement, + STATE(4052), 1, + sym_parameter_list, + STATE(5272), 1, + aux_sym_field_declaration_repeat1, + STATE(7046), 1, + sym_bitfield_clause, + STATE(7047), 1, + sym_initializer_list, + STATE(5042), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [179621] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4060), 1, - anon_sym_LBRACE, - ACTIONS(4091), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5449), 1, + ACTIONS(5451), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6602), 1, - anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(1954), 1, + STATE(3306), 1, sym_template_type, - STATE(2381), 1, + STATE(3488), 1, sym_field_declaration_list, - STATE(4819), 1, + STATE(4709), 1, sym_attribute_declaration, - STATE(5329), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5799), 1, + STATE(5483), 1, sym_virtual_specifier, - STATE(6600), 1, + STATE(6262), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1859), 2, + STATE(3291), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [184215] = 17, + [179676] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4056), 1, + anon_sym_LBRACE, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(6959), 1, sym_identifier, - STATE(3312), 1, + STATE(1946), 1, sym_template_type, - STATE(4016), 1, + STATE(2240), 1, sym_field_declaration_list, - STATE(4798), 1, + STATE(4727), 1, sym_attribute_declaration, - STATE(5310), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(5673), 1, + STATE(5624), 1, sym_virtual_specifier, - STATE(6264), 1, + STATE(6311), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3436), 2, + STATE(1874), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [184270] = 17, + [179731] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5447), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(6959), 1, sym_identifier, - STATE(3312), 1, + STATE(1946), 1, sym_template_type, - STATE(3442), 1, + STATE(2243), 1, sym_field_declaration_list, - STATE(4853), 1, + STATE(4729), 1, sym_attribute_declaration, - STATE(5310), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(5743), 1, + STATE(5621), 1, sym_virtual_specifier, - STATE(6316), 1, + STATE(6306), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3564), 2, + STATE(1871), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [184325] = 17, + [179786] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5447), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(6923), 1, sym_identifier, - STATE(3312), 1, + STATE(2076), 1, sym_template_type, - STATE(3451), 1, + STATE(2651), 1, sym_field_declaration_list, - STATE(4842), 1, + STATE(4747), 1, sym_attribute_declaration, - STATE(5310), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(5794), 1, + STATE(5524), 1, sym_virtual_specifier, - STATE(6272), 1, + STATE(6119), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3570), 2, + STATE(1953), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [184380] = 17, + [179841] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(7051), 1, sym_identifier, - ACTIONS(7211), 1, - anon_sym_COLON_COLON, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3454), 1, + STATE(3540), 1, sym_field_declaration_list, - STATE(4855), 1, + STATE(4707), 1, sym_attribute_declaration, - STATE(5244), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5536), 1, + STATE(5554), 1, sym_virtual_specifier, - STATE(6150), 1, + STATE(6367), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4984), 2, + STATE(3292), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [184435] = 17, + [179896] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(5697), 1, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4002), 1, + STATE(3541), 1, sym_field_declaration_list, - STATE(4797), 1, + STATE(4698), 1, sym_attribute_declaration, - STATE(5310), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5668), 1, + STATE(5600), 1, sym_virtual_specifier, - STATE(6259), 1, + STATE(6424), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3456), 2, + STATE(3294), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [184490] = 17, + [179951] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3454), 1, + STATE(3488), 1, sym_field_declaration_list, - STATE(4841), 1, + STATE(4743), 1, sym_attribute_declaration, - STATE(5310), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5536), 1, + STATE(5483), 1, sym_virtual_specifier, - STATE(6150), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - STATE(3571), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [184545] = 4, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7219), 1, - anon_sym_LF, - ACTIONS(7358), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7221), 15, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [184574] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7219), 1, - anon_sym_LF, - ACTIONS(7221), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [184601] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7229), 1, - anon_sym_LF, - ACTIONS(7231), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [184628] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7173), 1, - anon_sym_SLASH, - ACTIONS(7175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7177), 1, - anon_sym_AMP_AMP, - ACTIONS(7179), 1, - anon_sym_PIPE, - ACTIONS(7181), 1, - anon_sym_CARET, - ACTIONS(7183), 1, - anon_sym_AMP, - ACTIONS(7376), 1, - anon_sym_RPAREN, - ACTIONS(7169), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7171), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(7185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(7187), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7189), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(7191), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [184677] = 12, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7219), 1, - anon_sym_LF, - ACTIONS(7221), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7362), 1, - anon_sym_AMP_AMP, - ACTIONS(7364), 1, - anon_sym_PIPE, - ACTIONS(7366), 1, - anon_sym_CARET, - ACTIONS(7368), 1, - anon_sym_AMP, - ACTIONS(7356), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7370), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(7374), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7358), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7372), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [184722] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7257), 1, - anon_sym_LF, - ACTIONS(7259), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [184749] = 17, + STATE(6262), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + STATE(3576), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [180006] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4226), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6580), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(6893), 1, sym_identifier, - STATE(2188), 1, + STATE(2885), 1, sym_template_type, - STATE(2925), 1, + STATE(3167), 1, sym_field_declaration_list, - STATE(4847), 1, + STATE(4738), 1, sym_attribute_declaration, - STATE(5307), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(5742), 1, + STATE(5633), 1, sym_virtual_specifier, - STATE(6400), 1, + STATE(6341), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1962), 2, + STATE(2554), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [184804] = 12, - ACTIONS(7161), 1, + [180061] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4998), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(6494), 1, + anon_sym_COLON_COLON, + ACTIONS(6893), 1, + sym_identifier, + STATE(2885), 1, + sym_template_type, + STATE(3165), 1, + sym_field_declaration_list, + STATE(4739), 1, + sym_attribute_declaration, + STATE(5221), 1, + sym__scope_resolution, + STATE(5637), 1, + sym_virtual_specifier, + STATE(6348), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + STATE(2545), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [180116] = 12, + ACTIONS(7157), 1, sym_comment, - ACTIONS(7360), 1, + ACTIONS(7329), 1, anon_sym_PIPE_PIPE, - ACTIONS(7362), 1, + ACTIONS(7331), 1, anon_sym_AMP_AMP, - ACTIONS(7364), 1, + ACTIONS(7333), 1, anon_sym_PIPE, - ACTIONS(7366), 1, + ACTIONS(7335), 1, anon_sym_CARET, - ACTIONS(7368), 1, + ACTIONS(7337), 1, anon_sym_AMP, - ACTIONS(7378), 1, + ACTIONS(7359), 1, anon_sym_LF, - ACTIONS(7356), 2, + ACTIONS(7325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7370), 2, + ACTIONS(7339), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(7374), 2, + ACTIONS(7343), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7358), 3, + ACTIONS(7327), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7372), 4, + ACTIONS(7341), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [184849] = 11, - ACTIONS(7161), 1, + [180161] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(7219), 1, - anon_sym_LF, - ACTIONS(7364), 1, + ACTIONS(7133), 1, + anon_sym_SLASH, + ACTIONS(7135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7137), 1, + anon_sym_AMP_AMP, + ACTIONS(7139), 1, anon_sym_PIPE, - ACTIONS(7366), 1, + ACTIONS(7141), 1, anon_sym_CARET, - ACTIONS(7368), 1, + ACTIONS(7143), 1, anon_sym_AMP, - ACTIONS(7221), 2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(7356), 2, + ACTIONS(7361), 1, + anon_sym_RPAREN, + ACTIONS(7129), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7370), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(7374), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7358), 3, + ACTIONS(7131), 2, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7372), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [184892] = 10, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7219), 1, - anon_sym_LF, - ACTIONS(7366), 1, - anon_sym_CARET, - ACTIONS(7368), 1, - anon_sym_AMP, - ACTIONS(7356), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7370), 2, + ACTIONS(7145), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(7374), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7221), 3, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - ACTIONS(7358), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7372), 4, + ACTIONS(7147), 2, anon_sym_GT, + anon_sym_LT, + ACTIONS(7149), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, - [184933] = 17, + ACTIONS(7151), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [180210] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5447), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(6595), 1, + anon_sym_COLON_COLON, + ACTIONS(6923), 1, sym_identifier, - STATE(3312), 1, + STATE(2076), 1, sym_template_type, - STATE(3442), 1, + STATE(2648), 1, sym_field_declaration_list, - STATE(4785), 1, + STATE(4748), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(5743), 1, + STATE(5521), 1, sym_virtual_specifier, - STATE(6316), 1, + STATE(6111), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3285), 2, + STATE(1954), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [184988] = 9, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7219), 1, - anon_sym_LF, - ACTIONS(7368), 1, - anon_sym_AMP, - ACTIONS(7356), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7370), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(7374), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7358), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7221), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - ACTIONS(7372), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [185027] = 17, + [180265] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5447), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(6595), 1, + anon_sym_COLON_COLON, + ACTIONS(6923), 1, sym_identifier, - STATE(3312), 1, + STATE(2076), 1, sym_template_type, - STATE(3442), 1, + STATE(2646), 1, sym_field_declaration_list, - STATE(4805), 1, + STATE(4749), 1, sym_attribute_declaration, - STATE(5304), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(5743), 1, + STATE(5518), 1, sym_virtual_specifier, - STATE(6316), 1, + STATE(6103), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3285), 2, + STATE(1952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [185082] = 12, - ACTIONS(7161), 1, + [180320] = 3, + ACTIONS(7157), 1, sym_comment, - ACTIONS(7360), 1, + ACTIONS(7295), 1, + anon_sym_LF, + ACTIONS(7297), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(7362), 1, anon_sym_AMP_AMP, - ACTIONS(7364), 1, anon_sym_PIPE, - ACTIONS(7366), 1, anon_sym_CARET, - ACTIONS(7368), 1, anon_sym_AMP, - ACTIONS(7380), 1, - anon_sym_LF, - ACTIONS(7356), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(7374), 2, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7358), 3, + [180347] = 3, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7235), 1, + anon_sym_LF, + ACTIONS(7237), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7372), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [185127] = 17, + anon_sym_LT_LT, + anon_sym_GT_GT, + [180374] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(5593), 1, + anon_sym_COLON_COLON, + ACTIONS(6888), 1, + anon_sym_LBRACE, + ACTIONS(7019), 1, sym_identifier, - STATE(3312), 1, + STATE(4305), 1, sym_template_type, - STATE(3451), 1, + STATE(4559), 1, sym_field_declaration_list, - STATE(4804), 1, + STATE(4753), 1, sym_attribute_declaration, - STATE(5304), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(5794), 1, + STATE(5461), 1, sym_virtual_specifier, - STATE(6272), 1, + STATE(6036), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3292), 2, + STATE(4286), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [185182] = 8, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7219), 1, - anon_sym_LF, - ACTIONS(7356), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7370), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(7374), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7358), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7372), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(7221), 5, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - [185219] = 7, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7219), 1, - anon_sym_LF, - ACTIONS(7356), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7374), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7358), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7372), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(7221), 7, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [185254] = 17, + [180429] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(5593), 1, + anon_sym_COLON_COLON, + ACTIONS(6888), 1, + anon_sym_LBRACE, + ACTIONS(7019), 1, sym_identifier, - STATE(3312), 1, + STATE(4305), 1, sym_template_type, - STATE(3454), 1, + STATE(4557), 1, sym_field_declaration_list, - STATE(4800), 1, + STATE(4755), 1, sym_attribute_declaration, - STATE(5304), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(5536), 1, + STATE(5458), 1, sym_virtual_specifier, - STATE(6150), 1, + STATE(6040), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3294), 2, + STATE(4287), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [185309] = 12, - ACTIONS(7161), 1, + [180484] = 12, + ACTIONS(7157), 1, sym_comment, - ACTIONS(7360), 1, + ACTIONS(7329), 1, anon_sym_PIPE_PIPE, - ACTIONS(7362), 1, + ACTIONS(7331), 1, anon_sym_AMP_AMP, - ACTIONS(7364), 1, + ACTIONS(7333), 1, anon_sym_PIPE, - ACTIONS(7366), 1, + ACTIONS(7335), 1, anon_sym_CARET, - ACTIONS(7368), 1, + ACTIONS(7337), 1, anon_sym_AMP, - ACTIONS(7382), 1, + ACTIONS(7363), 1, anon_sym_LF, - ACTIONS(7356), 2, + ACTIONS(7325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7370), 2, + ACTIONS(7339), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(7374), 2, + ACTIONS(7343), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7358), 3, + ACTIONS(7327), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7372), 4, + ACTIONS(7341), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [185354] = 6, - ACTIONS(7161), 1, + [180529] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(7219), 1, - anon_sym_LF, - ACTIONS(7356), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7374), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7358), 3, + ACTIONS(7365), 1, + anon_sym_LPAREN2, + STATE(3076), 1, + sym_argument_list, + ACTIONS(4259), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4257), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7221), 11, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [185387] = 5, - ACTIONS(7161), 1, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [180560] = 3, + ACTIONS(7157), 1, sym_comment, - ACTIONS(7219), 1, + ACTIONS(7269), 1, anon_sym_LF, - ACTIONS(7356), 2, + ACTIONS(7271), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7358), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7221), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -379244,45 +375317,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [185418] = 12, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(7360), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7362), 1, - anon_sym_AMP_AMP, - ACTIONS(7364), 1, - anon_sym_PIPE, - ACTIONS(7366), 1, - anon_sym_CARET, - ACTIONS(7368), 1, - anon_sym_AMP, - ACTIONS(7384), 1, - anon_sym_LF, - ACTIONS(7356), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7370), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(7374), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7358), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7372), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [185463] = 3, - ACTIONS(7161), 1, + [180587] = 3, + ACTIONS(7157), 1, sym_comment, - ACTIONS(7283), 1, + ACTIONS(7215), 1, anon_sym_LF, - ACTIONS(7285), 18, + ACTIONS(7217), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379301,6188 +375341,6263 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [185490] = 19, + [180614] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7029), 1, - anon_sym_COLON, - ACTIONS(7340), 1, - anon_sym_COMMA, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7348), 1, - anon_sym_LBRACK, - ACTIONS(7386), 1, - anon_sym_SEMI, - ACTIONS(7388), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - ACTIONS(7390), 1, - anon_sym_EQ, - ACTIONS(7392), 1, - anon_sym_try, - STATE(2393), 1, - sym_compound_statement, - STATE(2394), 1, - sym_default_method_clause, - STATE(2395), 1, - sym_delete_method_clause, - STATE(2396), 1, - sym_try_statement, - STATE(4066), 1, - sym_parameter_list, - STATE(5354), 1, - aux_sym_field_declaration_repeat1, - STATE(7136), 1, - sym_initializer_list, - STATE(7153), 1, - sym_bitfield_clause, - STATE(5131), 2, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(6526), 1, + anon_sym_COLON_COLON, + ACTIONS(6903), 1, + sym_identifier, + STATE(2185), 1, + sym_template_type, + STATE(2844), 1, + sym_field_declaration_list, + STATE(4681), 1, sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [185549] = 17, + STATE(5184), 1, + sym__scope_resolution, + STATE(5565), 1, + sym_virtual_specifier, + STATE(6177), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + STATE(1972), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [180669] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3451), 1, + STATE(3541), 1, sym_field_declaration_list, - STATE(4787), 1, + STATE(4771), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(5794), 1, + STATE(5600), 1, sym_virtual_specifier, - STATE(6272), 1, + STATE(6424), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3292), 2, + STATE(3294), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [185604] = 14, - ACTIONS(3), 1, + [180724] = 3, + ACTIONS(7157), 1, sym_comment, - ACTIONS(7173), 1, + ACTIONS(7289), 1, + anon_sym_LF, + ACTIONS(7291), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, - ACTIONS(7175), 1, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(7177), 1, anon_sym_AMP_AMP, - ACTIONS(7179), 1, anon_sym_PIPE, - ACTIONS(7181), 1, anon_sym_CARET, - ACTIONS(7183), 1, anon_sym_AMP, - ACTIONS(7394), 1, - anon_sym_RPAREN, - ACTIONS(7169), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7171), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(7185), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(7187), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(7189), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(7191), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [185653] = 12, - ACTIONS(7161), 1, + [180751] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(4087), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4243), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(6526), 1, + anon_sym_COLON_COLON, + ACTIONS(6903), 1, + sym_identifier, + STATE(2185), 1, + sym_template_type, + STATE(2840), 1, + sym_field_declaration_list, + STATE(4683), 1, + sym_attribute_declaration, + STATE(5184), 1, + sym__scope_resolution, + STATE(5586), 1, + sym_virtual_specifier, + STATE(6252), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + STATE(1969), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [180806] = 12, + ACTIONS(7157), 1, sym_comment, - ACTIONS(7360), 1, + ACTIONS(7329), 1, anon_sym_PIPE_PIPE, - ACTIONS(7362), 1, + ACTIONS(7331), 1, anon_sym_AMP_AMP, - ACTIONS(7364), 1, + ACTIONS(7333), 1, anon_sym_PIPE, - ACTIONS(7366), 1, + ACTIONS(7335), 1, anon_sym_CARET, - ACTIONS(7368), 1, + ACTIONS(7337), 1, anon_sym_AMP, - ACTIONS(7396), 1, + ACTIONS(7368), 1, anon_sym_LF, - ACTIONS(7356), 2, + ACTIONS(7325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7370), 2, + ACTIONS(7339), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(7374), 2, + ACTIONS(7343), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7358), 3, + ACTIONS(7327), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7372), 4, + ACTIONS(7341), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [185698] = 17, + [180851] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3454), 1, + STATE(3488), 1, sym_field_declaration_list, - STATE(4794), 1, + STATE(4774), 1, sym_attribute_declaration, - STATE(5299), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(5536), 1, + STATE(5483), 1, sym_virtual_specifier, - STATE(6150), 1, + STATE(6262), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3294), 2, + STATE(3291), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [185753] = 17, + [180906] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4466), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6554), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(6903), 1, sym_identifier, - STATE(2358), 1, + STATE(2185), 1, sym_template_type, - STATE(2808), 1, + STATE(2833), 1, sym_field_declaration_list, - STATE(4765), 1, + STATE(4685), 1, sym_attribute_declaration, - STATE(5322), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(5599), 1, + STATE(5632), 1, sym_virtual_specifier, - STATE(6333), 1, + STATE(6345), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2164), 2, + STATE(1990), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [185808] = 17, + [180961] = 3, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7249), 1, + anon_sym_LF, + ACTIONS(7251), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [180988] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4466), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6554), 1, - anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2358), 1, + STATE(3306), 1, sym_template_type, - STATE(2805), 1, + STATE(3540), 1, sym_field_declaration_list, - STATE(4824), 1, + STATE(4772), 1, sym_attribute_declaration, - STATE(5322), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(5594), 1, + STATE(5554), 1, sym_virtual_specifier, - STATE(6503), 1, + STATE(6367), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2167), 2, + STATE(3292), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [185863] = 12, - ACTIONS(7161), 1, + [181043] = 12, + ACTIONS(7157), 1, sym_comment, - ACTIONS(7360), 1, + ACTIONS(7329), 1, anon_sym_PIPE_PIPE, - ACTIONS(7362), 1, + ACTIONS(7331), 1, anon_sym_AMP_AMP, - ACTIONS(7364), 1, + ACTIONS(7333), 1, anon_sym_PIPE, - ACTIONS(7366), 1, + ACTIONS(7335), 1, anon_sym_CARET, - ACTIONS(7368), 1, + ACTIONS(7337), 1, anon_sym_AMP, - ACTIONS(7398), 1, + ACTIONS(7370), 1, + anon_sym_LF, + ACTIONS(7325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7339), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(7343), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7341), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [181088] = 12, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(7329), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7331), 1, + anon_sym_AMP_AMP, + ACTIONS(7333), 1, + anon_sym_PIPE, + ACTIONS(7335), 1, + anon_sym_CARET, + ACTIONS(7337), 1, + anon_sym_AMP, + ACTIONS(7372), 1, anon_sym_LF, - ACTIONS(7356), 2, + ACTIONS(7325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7370), 2, + ACTIONS(7339), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(7374), 2, + ACTIONS(7343), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7358), 3, + ACTIONS(7327), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7372), 4, + ACTIONS(7341), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [185908] = 17, + [181133] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4955), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5613), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(7193), 1, + ACTIONS(7027), 1, sym_identifier, - STATE(2779), 1, + STATE(2319), 1, sym_template_type, - STATE(3198), 1, + STATE(2876), 1, sym_field_declaration_list, - STATE(4783), 1, + STATE(4754), 1, sym_attribute_declaration, - STATE(5271), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(5653), 1, + STATE(5611), 1, sym_virtual_specifier, - STATE(6227), 1, + STATE(6427), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2511), 2, + STATE(2055), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [185963] = 17, + [181188] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4955), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5613), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(7193), 1, + ACTIONS(7027), 1, sym_identifier, - STATE(2779), 1, + STATE(2319), 1, sym_template_type, - STATE(3200), 1, + STATE(2867), 1, sym_field_declaration_list, - STATE(4782), 1, + STATE(4757), 1, sym_attribute_declaration, - STATE(5271), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(5649), 1, + STATE(5659), 1, sym_virtual_specifier, - STATE(6220), 1, + STATE(6464), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2567), 2, + STATE(2057), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [186018] = 17, + [181243] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4955), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5613), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(7193), 1, + ACTIONS(7027), 1, sym_identifier, - STATE(2779), 1, + STATE(2319), 1, sym_template_type, - STATE(3202), 1, + STATE(2874), 1, sym_field_declaration_list, - STATE(4781), 1, + STATE(4756), 1, sym_attribute_declaration, - STATE(5271), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(5645), 1, + STATE(5638), 1, sym_virtual_specifier, - STATE(6206), 1, + STATE(6438), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2562), 2, + STATE(2056), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [186073] = 19, - ACTIONS(3), 1, + [181298] = 3, + ACTIONS(4740), 1, + anon_sym_LF, + ACTIONS(7157), 1, sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7029), 1, - anon_sym_COLON, - ACTIONS(7340), 1, - anon_sym_COMMA, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7348), 1, - anon_sym_LBRACK, - ACTIONS(7400), 1, - anon_sym_SEMI, - ACTIONS(7402), 1, - anon_sym_LBRACE, - ACTIONS(7404), 1, - anon_sym_EQ, - ACTIONS(7406), 1, - anon_sym_try, - STATE(2221), 1, - sym_try_statement, - STATE(2289), 1, - sym_delete_method_clause, - STATE(2405), 1, - sym_default_method_clause, - STATE(2432), 1, - sym_compound_statement, - STATE(4066), 1, - sym_parameter_list, - STATE(5338), 1, - aux_sym_field_declaration_repeat1, - STATE(6641), 1, - sym_initializer_list, - STATE(6643), 1, - sym_bitfield_clause, - STATE(5131), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [186132] = 12, - ACTIONS(7161), 1, + ACTIONS(4742), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [181325] = 12, + ACTIONS(7157), 1, sym_comment, - ACTIONS(7360), 1, + ACTIONS(7329), 1, anon_sym_PIPE_PIPE, - ACTIONS(7362), 1, + ACTIONS(7331), 1, anon_sym_AMP_AMP, - ACTIONS(7364), 1, + ACTIONS(7333), 1, anon_sym_PIPE, - ACTIONS(7366), 1, + ACTIONS(7335), 1, anon_sym_CARET, - ACTIONS(7368), 1, + ACTIONS(7337), 1, anon_sym_AMP, - ACTIONS(7408), 1, + ACTIONS(7374), 1, anon_sym_LF, - ACTIONS(7356), 2, + ACTIONS(7325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7370), 2, + ACTIONS(7339), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(7374), 2, + ACTIONS(7343), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7358), 3, + ACTIONS(7327), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7372), 4, + ACTIONS(7341), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [186177] = 17, + [181370] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5541), 1, + anon_sym_COLON_COLON, + ACTIONS(5691), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4002), 1, + STATE(3994), 1, sym_field_declaration_list, - STATE(4774), 1, + STATE(4689), 1, sym_attribute_declaration, - STATE(5294), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5668), 1, + STATE(5418), 1, sym_virtual_specifier, - STATE(6259), 1, + STATE(6106), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3456), 2, + STATE(3428), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [186232] = 17, + [181425] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4702), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4016), 1, + STATE(3541), 1, sym_field_declaration_list, - STATE(4773), 1, + STATE(4699), 1, sym_attribute_declaration, - STATE(5294), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5673), 1, + STATE(5600), 1, sym_virtual_specifier, - STATE(6264), 1, + STATE(6424), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3436), 2, + STATE(3587), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [186287] = 17, + [181480] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4702), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4020), 1, + STATE(3540), 1, sym_field_declaration_list, - STATE(4771), 1, + STATE(4700), 1, sym_attribute_declaration, - STATE(5294), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5678), 1, + STATE(5554), 1, sym_virtual_specifier, - STATE(6266), 1, + STATE(6367), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3498), 2, + STATE(3586), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [186342] = 17, + [181535] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4466), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5485), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(7043), 1, + ACTIONS(6939), 1, sym_identifier, - STATE(2358), 1, + STATE(2319), 1, sym_template_type, - STATE(2811), 1, + STATE(2867), 1, sym_field_declaration_list, - STATE(4834), 1, + STATE(4713), 1, sym_attribute_declaration, - STATE(5259), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(5644), 1, + STATE(5659), 1, sym_virtual_specifier, - STATE(6404), 1, + STATE(6464), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2159), 2, + STATE(2057), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [186397] = 17, + [181590] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5449), 1, + ACTIONS(4383), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6518), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(6939), 1, sym_identifier, - STATE(1891), 1, + STATE(2319), 1, sym_template_type, - STATE(2053), 1, + STATE(2874), 1, sym_field_declaration_list, - STATE(4757), 1, + STATE(4741), 1, sym_attribute_declaration, - STATE(5229), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(5567), 1, + STATE(5638), 1, sym_virtual_specifier, - STATE(6474), 1, + STATE(6438), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1849), 2, + STATE(2056), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [186452] = 17, + [181645] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4466), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5485), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(7043), 1, + ACTIONS(6939), 1, sym_identifier, - STATE(2358), 1, + STATE(2319), 1, sym_template_type, - STATE(2808), 1, + STATE(2876), 1, sym_field_declaration_list, - STATE(4831), 1, + STATE(4711), 1, sym_attribute_declaration, - STATE(5259), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(5599), 1, + STATE(5611), 1, sym_virtual_specifier, - STATE(6333), 1, + STATE(6427), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2164), 2, + STATE(2055), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [186507] = 17, + [181700] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6518), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(6980), 1, - sym_identifier, - STATE(1891), 1, - sym_template_type, - STATE(2038), 1, - sym_field_declaration_list, - STATE(4756), 1, - sym_attribute_declaration, - STATE(5229), 1, - sym__scope_resolution, - STATE(5563), 1, - sym_virtual_specifier, - STATE(6472), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - STATE(1853), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [186562] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(3999), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - ACTIONS(4091), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(1891), 1, + STATE(3306), 1, sym_template_type, - STATE(2069), 1, + STATE(4018), 1, sym_field_declaration_list, - STATE(4755), 1, + STATE(4687), 1, sym_attribute_declaration, - STATE(5229), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5560), 1, + STATE(5426), 1, sym_virtual_specifier, - STATE(6469), 1, + STATE(6084), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1852), 2, + STATE(3448), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [186617] = 17, + [181755] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4466), 1, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(7043), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2358), 1, + STATE(3306), 1, sym_template_type, - STATE(2805), 1, + STATE(3488), 1, sym_field_declaration_list, - STATE(4815), 1, + STATE(4702), 1, sym_attribute_declaration, - STATE(5259), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5594), 1, + STATE(5483), 1, sym_virtual_specifier, - STATE(6503), 1, + STATE(6262), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2167), 2, + STATE(3576), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [186672] = 12, - ACTIONS(7161), 1, + [181810] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(7360), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7362), 1, + ACTIONS(6430), 1, + anon_sym_LPAREN2, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6641), 1, + anon_sym_STAR, + ACTIONS(6643), 1, anon_sym_AMP_AMP, - ACTIONS(7364), 1, - anon_sym_PIPE, - ACTIONS(7366), 1, - anon_sym_CARET, - ACTIONS(7368), 1, + ACTIONS(6645), 1, anon_sym_AMP, - ACTIONS(7410), 1, - anon_sym_LF, - ACTIONS(7356), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7370), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(7374), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7358), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7372), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [186717] = 19, + STATE(4227), 1, + sym_parameter_list, + STATE(5148), 1, + sym__abstract_declarator, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5625), 6, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + anon_sym_requires, + [181850] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7412), 1, + ACTIONS(7376), 1, sym_identifier, - ACTIONS(7414), 1, + ACTIONS(7378), 1, anon_sym_TILDE, - ACTIONS(7416), 1, + ACTIONS(7380), 1, anon_sym_COLON_COLON, - ACTIONS(7418), 1, + ACTIONS(7382), 1, anon_sym_template, - ACTIONS(7420), 1, + ACTIONS(7384), 1, anon_sym_operator, - STATE(2183), 1, - sym_destructor_name, - STATE(2185), 1, - sym_dependent_identifier, - STATE(2186), 1, - sym_qualified_identifier, - STATE(2194), 1, + STATE(2197), 1, sym_operator_name, - STATE(2209), 1, + STATE(2199), 1, + sym_qualified_identifier, + STATE(2201), 1, + sym_dependent_identifier, + STATE(2202), 1, + sym_destructor_name, + STATE(2203), 1, sym_template_function, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, + STATE(3289), 1, sym_qualified_type_identifier, - STATE(3308), 1, + STATE(3290), 1, sym_dependent_type_identifier, - STATE(4749), 1, + STATE(3309), 1, + sym_template_type, + STATE(4669), 1, sym__scope_resolution, - STATE(5685), 1, - sym_operator_cast, - STATE(5791), 1, + STATE(5449), 1, sym_qualified_operator_cast_identifier, - STATE(6969), 1, + STATE(5466), 1, + sym_operator_cast, + STATE(6968), 1, sym_decltype, - [186775] = 19, + [181908] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(117), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(1673), 1, + ACTIONS(1671), 1, anon_sym_COLON_COLON, - ACTIONS(7422), 1, + ACTIONS(7386), 1, sym_identifier, - ACTIONS(7424), 1, + ACTIONS(7388), 1, anon_sym_template, - STATE(2183), 1, - sym_destructor_name, - STATE(2185), 1, - sym_dependent_identifier, - STATE(2186), 1, - sym_qualified_identifier, - STATE(2194), 1, + STATE(2197), 1, sym_operator_name, - STATE(2209), 1, + STATE(2199), 1, + sym_qualified_identifier, + STATE(2201), 1, + sym_dependent_identifier, + STATE(2202), 1, + sym_destructor_name, + STATE(2203), 1, sym_template_function, - STATE(3286), 1, - sym_template_type, - STATE(3308), 1, + STATE(3290), 1, sym_dependent_type_identifier, - STATE(3496), 1, + STATE(3309), 1, + sym_template_type, + STATE(3439), 1, sym_qualified_type_identifier, - STATE(4750), 1, + STATE(4670), 1, sym__scope_resolution, - STATE(5685), 1, - sym_operator_cast, - STATE(5791), 1, + STATE(5449), 1, sym_qualified_operator_cast_identifier, - STATE(6969), 1, + STATE(5466), 1, + sym_operator_cast, + STATE(6968), 1, sym_decltype, - [186833] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6667), 1, - anon_sym_STAR, - ACTIONS(6669), 1, - anon_sym_AMP_AMP, - ACTIONS(6671), 1, - anon_sym_AMP, - STATE(4260), 1, - sym_parameter_list, - STATE(5312), 1, - sym__abstract_declarator, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5687), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_requires, - [186873] = 19, + [181966] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(117), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(3053), 1, + ACTIONS(3049), 1, anon_sym_COLON_COLON, - ACTIONS(7426), 1, + ACTIONS(7390), 1, sym_identifier, - ACTIONS(7428), 1, + ACTIONS(7392), 1, anon_sym_template, - STATE(2183), 1, - sym_destructor_name, - STATE(2185), 1, - sym_dependent_identifier, - STATE(2186), 1, - sym_qualified_identifier, - STATE(2194), 1, + STATE(2197), 1, sym_operator_name, - STATE(2209), 1, + STATE(2199), 1, + sym_qualified_identifier, + STATE(2201), 1, + sym_dependent_identifier, + STATE(2202), 1, + sym_destructor_name, + STATE(2203), 1, sym_template_function, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, + STATE(3289), 1, sym_qualified_type_identifier, - STATE(3308), 1, + STATE(3290), 1, sym_dependent_type_identifier, - STATE(4752), 1, + STATE(3309), 1, + sym_template_type, + STATE(4671), 1, sym__scope_resolution, - STATE(5685), 1, - sym_operator_cast, - STATE(5791), 1, + STATE(5449), 1, sym_qualified_operator_cast_identifier, - STATE(6969), 1, + STATE(5466), 1, + sym_operator_cast, + STATE(6968), 1, sym_decltype, - [186931] = 15, + [182024] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5447), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(6617), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, sym_identifier, - ACTIONS(7211), 1, + STATE(1946), 1, + sym_template_type, + STATE(2299), 1, + sym_field_declaration_list, + STATE(5233), 1, + sym__scope_resolution, + STATE(5587), 1, + sym_virtual_specifier, + STATE(6216), 1, + sym_base_class_clause, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + STATE(1859), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [182073] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6223), 1, + anon_sym_LPAREN2, + STATE(2791), 1, + sym_argument_list, + ACTIONS(4259), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(4257), 13, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_constinit, + anon_sym_consteval, + sym_auto, + anon_sym_decltype, + [182102] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(3989), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - STATE(3312), 1, + ACTIONS(6913), 1, + sym_identifier, + STATE(1910), 1, sym_template_type, - STATE(3451), 1, + STATE(2044), 1, sym_field_declaration_list, - STATE(5244), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(5794), 1, + STATE(5583), 1, sym_virtual_specifier, - STATE(6272), 1, + STATE(6395), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4983), 2, + STATE(1855), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [186980] = 15, + [182151] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4226), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6580), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(6903), 1, sym_identifier, - STATE(2188), 1, + STATE(2185), 1, sym_template_type, - STATE(2922), 1, + STATE(2833), 1, sym_field_declaration_list, - STATE(5307), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(5682), 1, + STATE(5632), 1, sym_virtual_specifier, - STATE(6273), 1, + STATE(6345), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1958), 2, + STATE(1990), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187029] = 15, + [182200] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6518), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(6913), 1, sym_identifier, - STATE(1891), 1, + STATE(1910), 1, sym_template_type, - STATE(2045), 1, + STATE(2047), 1, sym_field_declaration_list, - STATE(5229), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(5588), 1, + STATE(5564), 1, sym_virtual_specifier, - STATE(6428), 1, + STATE(6400), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1843), 2, + STATE(1849), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187078] = 15, + [182249] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6518), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(6913), 1, sym_identifier, - STATE(1891), 1, + STATE(1910), 1, sym_template_type, - STATE(2060), 1, + STATE(2154), 1, sym_field_declaration_list, - STATE(5229), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(5573), 1, + STATE(5545), 1, sym_virtual_specifier, - STATE(6431), 1, + STATE(6320), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, STATE(1845), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187127] = 15, + [182298] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6518), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(6913), 1, sym_identifier, - STATE(1891), 1, + STATE(1910), 1, sym_template_type, - STATE(2080), 1, + STATE(2150), 1, sym_field_declaration_list, - STATE(5229), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(5562), 1, + STATE(5548), 1, sym_virtual_specifier, - STATE(6434), 1, + STATE(6331), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1850), 2, + STATE(1843), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187176] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6245), 1, - sym_identifier, - ACTIONS(6247), 1, - anon_sym_STAR, - ACTIONS(6249), 1, - anon_sym_AMP_AMP, - ACTIONS(6251), 1, - anon_sym_AMP, - STATE(5390), 1, - sym__field_declarator, - STATE(6701), 1, - sym_ms_based_modifier, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [187217] = 15, + [182347] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4466), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5485), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(7043), 1, + ACTIONS(6913), 1, sym_identifier, - STATE(2358), 1, + STATE(1910), 1, sym_template_type, - STATE(2805), 1, + STATE(2146), 1, sym_field_declaration_list, - STATE(5259), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(5594), 1, + STATE(5551), 1, sym_virtual_specifier, - STATE(6503), 1, + STATE(6339), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2167), 2, + STATE(1842), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187266] = 15, + [182396] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3999), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(1891), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(2069), 1, + STATE(3459), 1, sym_field_declaration_list, - STATE(5229), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(5560), 1, + STATE(5628), 1, sym_virtual_specifier, - STATE(6469), 1, + STATE(6121), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1852), 2, + STATE(4909), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187315] = 15, + [182445] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4466), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5485), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(7043), 1, + ACTIONS(6903), 1, sym_identifier, - STATE(2358), 1, + STATE(2185), 1, sym_template_type, - STATE(2808), 1, + STATE(2796), 1, sym_field_declaration_list, - STATE(5259), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(5599), 1, + STATE(5497), 1, sym_virtual_specifier, - STATE(6333), 1, + STATE(6029), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2164), 2, + STATE(1968), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187364] = 15, + [182494] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(6518), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7035), 1, sym_identifier, - STATE(1891), 1, + STATE(3306), 1, sym_template_type, - STATE(2038), 1, + STATE(3994), 1, sym_field_declaration_list, - STATE(5229), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5563), 1, + STATE(5418), 1, sym_virtual_specifier, - STATE(6472), 1, + STATE(6106), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1853), 2, + STATE(3428), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187413] = 15, + [182543] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4466), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5485), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(7043), 1, + ACTIONS(6903), 1, sym_identifier, - STATE(2358), 1, + STATE(2185), 1, sym_template_type, - STATE(2811), 1, + STATE(2792), 1, sym_field_declaration_list, - STATE(5259), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(5644), 1, + STATE(5460), 1, sym_virtual_specifier, - STATE(6404), 1, + STATE(6031), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2159), 2, + STATE(1964), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187462] = 15, + [182592] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3999), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(1891), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(2053), 1, + STATE(3541), 1, sym_field_declaration_list, - STATE(5229), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(5567), 1, + STATE(5600), 1, sym_virtual_specifier, - STATE(6474), 1, + STATE(6424), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1849), 2, + STATE(4908), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187511] = 15, + [182641] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4466), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6554), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(6903), 1, sym_identifier, - STATE(2358), 1, + STATE(2185), 1, sym_template_type, - STATE(2757), 1, + STATE(2788), 1, sym_field_declaration_list, - STATE(5322), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(5812), 1, + STATE(5440), 1, sym_virtual_specifier, - STATE(6365), 1, + STATE(6064), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2087), 2, + STATE(1971), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187560] = 15, + [182690] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4020), 1, + STATE(3979), 1, sym_field_declaration_list, - STATE(5294), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5678), 1, + STATE(5422), 1, sym_virtual_specifier, - STATE(6266), 1, + STATE(6092), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3498), 2, + STATE(3460), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187609] = 15, + [182739] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5541), 1, + anon_sym_COLON_COLON, + ACTIONS(5691), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4016), 1, + STATE(4030), 1, sym_field_declaration_list, - STATE(5294), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5673), 1, + STATE(5480), 1, sym_virtual_specifier, - STATE(6264), 1, + STATE(6014), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3436), 2, + STATE(3506), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187658] = 15, + [182788] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5541), 1, + anon_sym_COLON_COLON, + ACTIONS(5691), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4002), 1, + STATE(4000), 1, sym_field_declaration_list, - STATE(5294), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5668), 1, + STATE(5475), 1, sym_virtual_specifier, - STATE(6259), 1, + STATE(6019), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3456), 2, + STATE(3509), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187707] = 15, + [182837] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4466), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6554), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7051), 1, sym_identifier, - STATE(2358), 1, + STATE(3306), 1, sym_template_type, - STATE(2761), 1, + STATE(4010), 1, sym_field_declaration_list, - STATE(5322), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5704), 1, + STATE(5470), 1, sym_virtual_specifier, - STATE(6408), 1, + STATE(6027), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2095), 2, + STATE(3521), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187756] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6175), 1, - sym_identifier, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6179), 1, - anon_sym_STAR, - ACTIONS(6181), 1, - anon_sym_AMP_AMP, - ACTIONS(6183), 1, - anon_sym_AMP, - STATE(5023), 1, - sym__field_declarator, - STATE(7133), 1, - sym_ms_based_modifier, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [187797] = 15, + [182886] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(4043), 1, + STATE(4018), 1, sym_field_declaration_list, - STATE(5294), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5574), 1, + STATE(5426), 1, sym_virtual_specifier, - STATE(6219), 1, + STATE(6084), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3534), 2, + STATE(3448), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187846] = 15, + [182935] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(3454), 1, + STATE(3540), 1, sym_field_declaration_list, - STATE(5304), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(5536), 1, + STATE(5554), 1, sym_virtual_specifier, - STATE(6150), 1, + STATE(6367), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3294), 2, + STATE(4907), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187895] = 15, + [182984] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(4028), 1, + STATE(3466), 1, sym_field_declaration_list, - STATE(5294), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(5559), 1, + STATE(5546), 1, sym_virtual_specifier, - STATE(6113), 1, + STATE(6139), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3509), 2, + STATE(4910), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187944] = 15, + [183033] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5541), 1, + anon_sym_COLON_COLON, + ACTIONS(5691), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, STATE(4018), 1, sym_field_declaration_list, - STATE(5294), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5554), 1, + STATE(5426), 1, sym_virtual_specifier, - STATE(6211), 1, + STATE(6084), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3493), 2, + STATE(3448), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [187993] = 15, + [183082] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4955), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5613), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(7193), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7051), 1, sym_identifier, - STATE(2779), 1, + STATE(3306), 1, sym_template_type, - STATE(3202), 1, + STATE(3979), 1, sym_field_declaration_list, - STATE(5271), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5645), 1, + STATE(5422), 1, sym_virtual_specifier, - STATE(6206), 1, + STATE(6092), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2562), 2, + STATE(3460), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188042] = 15, + [183131] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4955), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5613), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(7193), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7051), 1, sym_identifier, - STATE(2779), 1, + STATE(3306), 1, sym_template_type, - STATE(3200), 1, + STATE(3994), 1, sym_field_declaration_list, - STATE(5271), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5649), 1, + STATE(5418), 1, sym_virtual_specifier, - STATE(6220), 1, + STATE(6106), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2567), 2, + STATE(3428), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188091] = 15, + [183180] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(3451), 1, + STATE(3488), 1, sym_field_declaration_list, - STATE(5304), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(5794), 1, + STATE(5483), 1, sym_virtual_specifier, - STATE(6272), 1, + STATE(6262), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3292), 2, + STATE(4902), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188140] = 15, + [183229] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(3442), 1, + STATE(3482), 1, sym_field_declaration_list, - STATE(5304), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(5743), 1, + STATE(5492), 1, sym_virtual_specifier, - STATE(6316), 1, + STATE(6174), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3285), 2, + STATE(4912), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188189] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6291), 1, - anon_sym_LPAREN2, - STATE(2866), 1, - sym_argument_list, - ACTIONS(4263), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(4261), 13, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_constinit, - anon_sym_consteval, - sym_auto, - anon_sym_decltype, - [188218] = 15, + [183278] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4955), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5613), 1, - anon_sym_COLON_COLON, - ACTIONS(7193), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2779), 1, + STATE(3306), 1, sym_template_type, - STATE(3198), 1, + STATE(3482), 1, sym_field_declaration_list, - STATE(5271), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5653), 1, + STATE(5492), 1, sym_virtual_specifier, - STATE(6227), 1, + STATE(6174), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2511), 2, + STATE(3305), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188267] = 15, + [183327] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4955), 1, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5613), 1, - anon_sym_COLON_COLON, - ACTIONS(7193), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2779), 1, + STATE(3306), 1, sym_template_type, - STATE(3183), 1, + STATE(3482), 1, sym_field_declaration_list, - STATE(5271), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5695), 1, + STATE(5492), 1, sym_virtual_specifier, - STATE(6338), 1, + STATE(6174), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2577), 2, + STATE(3552), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188316] = 15, + [183376] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4955), 1, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5613), 1, - anon_sym_COLON_COLON, - ACTIONS(7193), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2779), 1, + STATE(3306), 1, sym_template_type, - STATE(3177), 1, + STATE(3466), 1, sym_field_declaration_list, - STATE(5271), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5700), 1, + STATE(5546), 1, sym_virtual_specifier, - STATE(6352), 1, + STATE(6139), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2576), 2, + STATE(3573), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188365] = 15, + [183425] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4955), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5613), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(7193), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7035), 1, sym_identifier, - STATE(2779), 1, + STATE(3306), 1, sym_template_type, - STATE(3174), 1, + STATE(4010), 1, sym_field_declaration_list, - STATE(5271), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5705), 1, + STATE(5470), 1, sym_virtual_specifier, - STATE(6369), 1, + STATE(6027), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2575), 2, + STATE(3521), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188414] = 15, + [183474] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4466), 1, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6554), 1, - anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2358), 1, + STATE(3306), 1, sym_template_type, - STATE(2805), 1, + STATE(3459), 1, sym_field_declaration_list, - STATE(5322), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5594), 1, + STATE(5628), 1, sym_virtual_specifier, - STATE(6503), 1, + STATE(6121), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2167), 2, + STATE(3589), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188463] = 15, + [183523] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3438), 1, + STATE(4000), 1, sym_field_declaration_list, - STATE(5299), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5732), 1, + STATE(5475), 1, sym_virtual_specifier, - STATE(6326), 1, + STATE(6019), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3287), 2, + STATE(3509), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188512] = 15, + [183572] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4466), 1, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6554), 1, - anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2358), 1, + STATE(3306), 1, sym_template_type, - STATE(2808), 1, + STATE(3541), 1, sym_field_declaration_list, - STATE(5322), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5599), 1, + STATE(5600), 1, sym_virtual_specifier, - STATE(6333), 1, + STATE(6424), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2164), 2, + STATE(3587), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188561] = 15, + [183621] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(6526), 1, + anon_sym_COLON_COLON, + ACTIONS(6903), 1, sym_identifier, - STATE(3312), 1, + STATE(2185), 1, sym_template_type, - STATE(3481), 1, + STATE(2844), 1, sym_field_declaration_list, - STATE(5299), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(5790), 1, + STATE(5565), 1, sym_virtual_specifier, - STATE(6601), 1, + STATE(6177), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3301), 2, + STATE(1972), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188610] = 15, + [183670] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3454), 1, + STATE(4030), 1, sym_field_declaration_list, - STATE(5299), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5536), 1, + STATE(5480), 1, sym_virtual_specifier, - STATE(6150), 1, + STATE(6014), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3294), 2, + STATE(3506), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188659] = 15, + [183719] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3451), 1, + STATE(3466), 1, sym_field_declaration_list, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5794), 1, + STATE(5546), 1, sym_virtual_specifier, - STATE(6272), 1, + STATE(6139), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3292), 2, + STATE(3279), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188708] = 15, + [183768] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3442), 1, + STATE(3540), 1, sym_field_declaration_list, - STATE(5299), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5743), 1, + STATE(5554), 1, sym_virtual_specifier, - STATE(6316), 1, + STATE(6367), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3285), 2, + STATE(3586), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188757] = 15, + [183817] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5447), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, - anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3454), 1, + STATE(3459), 1, sym_field_declaration_list, - STATE(5310), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5536), 1, + STATE(5628), 1, sym_virtual_specifier, - STATE(6150), 1, + STATE(6121), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3571), 2, + STATE(3286), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [188806] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4089), 1, - anon_sym_COLON_COLON, - ACTIONS(7430), 1, - sym_identifier, - ACTIONS(7432), 1, - anon_sym_template, - STATE(2183), 1, - sym_destructor_name, - STATE(2185), 1, - sym_dependent_identifier, - STATE(2186), 1, - sym_qualified_identifier, - STATE(2194), 1, - sym_operator_name, - STATE(2209), 1, - sym_template_function, - STATE(4792), 1, - sym__scope_resolution, - STATE(5685), 1, - sym_operator_cast, - STATE(5791), 1, - sym_qualified_operator_cast_identifier, - STATE(6969), 3, + STATE(6968), 2, sym_decltype, - sym_template_type, sym_dependent_type_identifier, - [188857] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(6673), 1, - anon_sym_STAR, - ACTIONS(6675), 1, - anon_sym_AMP_AMP, - ACTIONS(6677), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - STATE(4304), 1, - sym_parameter_list, - STATE(5371), 1, - sym__abstract_declarator, - ACTIONS(5687), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [188896] = 15, + [183866] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3507), 1, + STATE(3488), 1, sym_field_declaration_list, - STATE(5299), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(5570), 1, + STATE(5483), 1, sym_virtual_specifier, - STATE(6386), 1, + STATE(6262), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3309), 2, + STATE(3576), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188945] = 15, + [183915] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5447), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(6939), 1, sym_identifier, - STATE(3312), 1, + STATE(2319), 1, sym_template_type, - STATE(3451), 1, + STATE(2782), 1, sym_field_declaration_list, - STATE(5310), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(5794), 1, + STATE(5509), 1, sym_virtual_specifier, - STATE(6272), 1, + STATE(6128), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3570), 2, + STATE(2029), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [188994] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6175), 1, - sym_identifier, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6179), 1, - anon_sym_STAR, - ACTIONS(6181), 1, - anon_sym_AMP_AMP, - ACTIONS(6183), 1, - anon_sym_AMP, - STATE(5110), 1, - sym__field_declarator, - STATE(7133), 1, - sym_ms_based_modifier, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [189035] = 15, + [183964] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5449), 1, + ACTIONS(4998), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(7123), 1, sym_identifier, - STATE(3312), 1, + STATE(2885), 1, sym_template_type, - STATE(4018), 1, + STATE(3169), 1, sym_field_declaration_list, - STATE(5310), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(5554), 1, + STATE(5629), 1, sym_virtual_specifier, - STATE(6211), 1, + STATE(6327), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3493), 2, + STATE(2555), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189084] = 15, + [184013] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5449), 1, + ACTIONS(4383), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(6939), 1, sym_identifier, - STATE(3312), 1, + STATE(2319), 1, sym_template_type, - STATE(4028), 1, + STATE(2811), 1, sym_field_declaration_list, - STATE(5310), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(5559), 1, + STATE(5672), 1, sym_virtual_specifier, - STATE(6113), 1, + STATE(6431), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3509), 2, + STATE(2031), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189133] = 15, + [184062] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(7123), 1, sym_identifier, - STATE(3312), 1, + STATE(2885), 1, sym_template_type, - STATE(3442), 1, + STATE(3167), 1, sym_field_declaration_list, - STATE(5310), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(5743), 1, + STATE(5633), 1, sym_virtual_specifier, - STATE(6316), 1, + STATE(6341), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3564), 2, + STATE(2554), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189182] = 15, + [184111] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(5555), 1, + anon_sym_COLON_COLON, + ACTIONS(7123), 1, sym_identifier, - STATE(3312), 1, + STATE(2885), 1, sym_template_type, - STATE(3507), 1, + STATE(3165), 1, sym_field_declaration_list, - STATE(5304), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(5570), 1, + STATE(5637), 1, sym_virtual_specifier, - STATE(6386), 1, + STATE(6348), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3309), 2, + STATE(2545), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189231] = 15, + [184160] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5449), 1, + ACTIONS(4998), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(7123), 1, sym_identifier, - STATE(3312), 1, + STATE(2885), 1, sym_template_type, - STATE(4043), 1, + STATE(3153), 1, sym_field_declaration_list, - STATE(5310), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(5574), 1, + STATE(5679), 1, sym_virtual_specifier, - STATE(6219), 1, + STATE(6496), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3534), 2, + STATE(2536), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189280] = 15, + [184209] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5449), 1, + ACTIONS(4998), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(7123), 1, sym_identifier, - STATE(3312), 1, + STATE(2885), 1, sym_template_type, - STATE(4002), 1, + STATE(3191), 1, sym_field_declaration_list, - STATE(5310), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(5668), 1, + STATE(5684), 1, sym_virtual_specifier, - STATE(6259), 1, + STATE(6488), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3456), 2, + STATE(2535), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189329] = 15, + [184258] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7211), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - STATE(3312), 1, + ACTIONS(7123), 1, + sym_identifier, + STATE(2885), 1, sym_template_type, - STATE(3454), 1, + STATE(3215), 1, sym_field_declaration_list, - STATE(5244), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(5536), 1, + STATE(5689), 1, sym_virtual_specifier, - STATE(6150), 1, + STATE(6482), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4984), 2, + STATE(2534), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189378] = 15, + [184307] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(6548), 1, + anon_sym_COLON_COLON, + ACTIONS(6913), 1, sym_identifier, - STATE(3312), 1, + STATE(1910), 1, sym_template_type, - STATE(3481), 1, + STATE(2042), 1, sym_field_declaration_list, - STATE(5304), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(5790), 1, + STATE(5578), 1, sym_virtual_specifier, - STATE(6601), 1, + STATE(6391), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3301), 2, + STATE(1853), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189427] = 15, + [184356] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6278), 1, + sym_identifier, + ACTIONS(6280), 1, + anon_sym_LPAREN2, + ACTIONS(6282), 1, + anon_sym_STAR, + ACTIONS(6284), 1, + anon_sym_AMP_AMP, + ACTIONS(6286), 1, + anon_sym_AMP, + STATE(5289), 1, + sym__field_declarator, + STATE(6522), 1, + sym_ms_based_modifier, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [184397] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(6510), 1, + anon_sym_COLON_COLON, + ACTIONS(6939), 1, sym_identifier, - STATE(3312), 1, + STATE(2319), 1, sym_template_type, - STATE(3438), 1, + STATE(2876), 1, sym_field_declaration_list, - STATE(5304), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(5732), 1, + STATE(5611), 1, sym_virtual_specifier, - STATE(6326), 1, + STATE(6427), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3287), 2, + STATE(2055), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189476] = 15, + [184446] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6280), 1, + anon_sym_LPAREN2, + ACTIONS(6332), 1, + sym_identifier, + ACTIONS(6334), 1, + anon_sym_STAR, + ACTIONS(6336), 1, + anon_sym_AMP_AMP, + ACTIONS(6338), 1, + anon_sym_AMP, + STATE(4994), 1, + sym__field_declarator, + STATE(7016), 1, + sym_ms_based_modifier, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [184487] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4060), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6602), 1, - anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(1954), 1, + STATE(3306), 1, sym_template_type, - STATE(2381), 1, + STATE(3488), 1, sym_field_declaration_list, - STATE(5329), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5799), 1, + STATE(5483), 1, sym_virtual_specifier, - STATE(6600), 1, + STATE(6262), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1859), 2, + STATE(3291), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189525] = 15, + [184536] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5449), 1, + ACTIONS(4056), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(6959), 1, sym_identifier, - STATE(3312), 1, + STATE(1946), 1, sym_template_type, - STATE(4016), 1, + STATE(2240), 1, sym_field_declaration_list, - STATE(5310), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(5673), 1, + STATE(5624), 1, sym_virtual_specifier, - STATE(6264), 1, + STATE(6311), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3436), 2, + STATE(1874), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189574] = 15, + [184585] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5449), 1, + ACTIONS(4056), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5551), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - ACTIONS(7095), 1, + ACTIONS(6959), 1, sym_identifier, - STATE(4365), 1, + STATE(1946), 1, sym_template_type, - STATE(4654), 1, + STATE(2243), 1, sym_field_declaration_list, - STATE(5249), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(5609), 1, + STATE(5621), 1, sym_virtual_specifier, - STATE(6155), 1, + STATE(6306), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4321), 2, + STATE(1871), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189623] = 15, + [184634] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5449), 1, + ACTIONS(4056), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5551), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - ACTIONS(7095), 1, + ACTIONS(6959), 1, sym_identifier, - STATE(4365), 1, + STATE(1946), 1, sym_template_type, - STATE(4656), 1, + STATE(2245), 1, sym_field_declaration_list, - STATE(5249), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(5615), 1, + STATE(5618), 1, sym_virtual_specifier, - STATE(6172), 1, + STATE(6294), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4325), 2, + STATE(1876), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189672] = 15, + [184683] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5449), 1, + ACTIONS(4056), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5551), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - ACTIONS(7095), 1, + ACTIONS(6959), 1, sym_identifier, - STATE(4365), 1, + STATE(1946), 1, sym_template_type, - STATE(4659), 1, + STATE(2289), 1, sym_field_declaration_list, - STATE(5249), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(5618), 1, + STATE(5595), 1, sym_virtual_specifier, - STATE(6178), 1, + STATE(6463), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4320), 2, + STATE(1873), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189721] = 15, + [184732] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5449), 1, + ACTIONS(4383), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(6939), 1, sym_identifier, - STATE(3312), 1, + STATE(2319), 1, sym_template_type, - STATE(4020), 1, + STATE(2874), 1, sym_field_declaration_list, - STATE(5310), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(5678), 1, + STATE(5638), 1, sym_virtual_specifier, - STATE(6266), 1, + STATE(6438), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3498), 2, + STATE(2056), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189770] = 15, + [184781] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5449), 1, + ACTIONS(4056), 1, + anon_sym_LBRACE, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5551), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - ACTIONS(7095), 1, + ACTIONS(6959), 1, sym_identifier, - STATE(4365), 1, + STATE(1946), 1, sym_template_type, - STATE(4644), 1, + STATE(2293), 1, sym_field_declaration_list, - STATE(5249), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(5633), 1, + STATE(5591), 1, sym_virtual_specifier, - STATE(6192), 1, + STATE(6229), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4328), 2, + STATE(1861), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189819] = 15, + [184830] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4060), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6602), 1, + ACTIONS(6526), 1, anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(6903), 1, sym_identifier, - STATE(1954), 1, + STATE(2185), 1, sym_template_type, - STATE(2375), 1, + STATE(2840), 1, sym_field_declaration_list, - STATE(5329), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(5801), 1, + STATE(5586), 1, sym_virtual_specifier, - STATE(6583), 1, + STATE(6252), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1862), 2, + STATE(1969), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189868] = 15, + [184879] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5551), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(6918), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(7095), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(7051), 1, sym_identifier, - STATE(4365), 1, + STATE(3306), 1, sym_template_type, - STATE(4640), 1, + STATE(3540), 1, sym_field_declaration_list, - STATE(5249), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5635), 1, + STATE(5554), 1, sym_virtual_specifier, - STATE(6199), 1, + STATE(6367), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4329), 2, + STATE(3292), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189917] = 15, + [184928] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4466), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5485), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(7043), 1, + ACTIONS(6939), 1, sym_identifier, - STATE(2358), 1, + STATE(2319), 1, sym_template_type, - STATE(2742), 1, + STATE(2867), 1, sym_field_declaration_list, - STATE(5259), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(5797), 1, + STATE(5659), 1, sym_virtual_specifier, - STATE(6296), 1, + STATE(6464), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2084), 2, + STATE(2057), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [189966] = 15, + [184977] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(5551), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(6918), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(7095), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(7051), 1, sym_identifier, - STATE(4365), 1, + STATE(3306), 1, sym_template_type, - STATE(4634), 1, + STATE(3541), 1, sym_field_declaration_list, - STATE(5249), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5639), 1, + STATE(5600), 1, sym_virtual_specifier, - STATE(6203), 1, + STATE(6424), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4330), 2, + STATE(3294), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190015] = 15, + [185026] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7211), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - STATE(3312), 1, + ACTIONS(6893), 1, + sym_identifier, + STATE(2885), 1, sym_template_type, - STATE(3438), 1, + STATE(3169), 1, sym_field_declaration_list, - STATE(5244), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(5732), 1, + STATE(5629), 1, sym_virtual_specifier, - STATE(6326), 1, + STATE(6327), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(5022), 2, + STATE(2555), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190064] = 15, + [185075] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6602), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(6893), 1, sym_identifier, - STATE(1954), 1, + STATE(2885), 1, sym_template_type, - STATE(2353), 1, + STATE(3167), 1, sym_field_declaration_list, - STATE(5329), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(5803), 1, + STATE(5633), 1, sym_virtual_specifier, - STATE(6486), 1, + STATE(6341), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1867), 2, + STATE(2554), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190113] = 15, + [185124] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6602), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(6893), 1, sym_identifier, - STATE(1954), 1, + STATE(2885), 1, sym_template_type, - STATE(2374), 1, + STATE(3165), 1, sym_field_declaration_list, - STATE(5329), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(5784), 1, + STATE(5637), 1, sym_virtual_specifier, - STATE(6561), 1, + STATE(6348), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1860), 2, + STATE(2545), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190162] = 15, + [185173] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6602), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(6893), 1, sym_identifier, - STATE(1954), 1, + STATE(2885), 1, sym_template_type, - STATE(2464), 1, + STATE(3153), 1, sym_field_declaration_list, - STATE(5329), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(5779), 1, + STATE(5679), 1, sym_virtual_specifier, - STATE(6553), 1, + STATE(6496), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1868), 2, + STATE(2536), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190211] = 15, + [185222] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6602), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(6937), 1, + ACTIONS(6893), 1, sym_identifier, - STATE(1954), 1, + STATE(2885), 1, sym_template_type, - STATE(2399), 1, + STATE(3191), 1, sym_field_declaration_list, - STATE(5329), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(5775), 1, + STATE(5684), 1, sym_virtual_specifier, - STATE(6529), 1, + STATE(6488), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1871), 2, + STATE(2535), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190260] = 15, + [185271] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(6494), 1, + anon_sym_COLON_COLON, + ACTIONS(6893), 1, sym_identifier, - STATE(3312), 1, + STATE(2885), 1, sym_template_type, - STATE(3438), 1, + STATE(3215), 1, sym_field_declaration_list, - STATE(5294), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(5732), 1, + STATE(5689), 1, sym_virtual_specifier, - STATE(6326), 1, + STATE(6482), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3575), 2, + STATE(2534), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190309] = 15, + [185320] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(5541), 1, + anon_sym_COLON_COLON, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3481), 1, + STATE(3482), 1, sym_field_declaration_list, - STATE(5294), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5790), 1, + STATE(5492), 1, sym_virtual_specifier, - STATE(6601), 1, + STATE(6174), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3573), 2, + STATE(3552), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190358] = 15, + [185369] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4466), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6554), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(6939), 1, sym_identifier, - STATE(2358), 1, + STATE(2319), 1, sym_template_type, - STATE(2742), 1, + STATE(2841), 1, sym_field_declaration_list, - STATE(5322), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(5797), 1, + STATE(5563), 1, sym_virtual_specifier, - STATE(6296), 1, + STATE(6384), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2084), 2, + STATE(2030), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190407] = 15, + [185418] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4466), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6554), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(6925), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2358), 1, + STATE(3306), 1, sym_template_type, - STATE(2811), 1, + STATE(3466), 1, sym_field_declaration_list, - STATE(5322), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5644), 1, + STATE(5546), 1, sym_virtual_specifier, - STATE(6404), 1, + STATE(6139), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2159), 2, + STATE(3573), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190456] = 15, + [185467] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(5541), 1, + anon_sym_COLON_COLON, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3507), 1, + STATE(3459), 1, sym_field_declaration_list, - STATE(5294), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5570), 1, + STATE(5628), 1, sym_virtual_specifier, - STATE(6386), 1, + STATE(6121), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3565), 2, + STATE(3589), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190505] = 15, + [185516] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(6595), 1, + anon_sym_COLON_COLON, + ACTIONS(6923), 1, sym_identifier, - STATE(3312), 1, + STATE(2076), 1, sym_template_type, - STATE(3442), 1, + STATE(2651), 1, sym_field_declaration_list, - STATE(5294), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(5743), 1, + STATE(5524), 1, sym_virtual_specifier, - STATE(6316), 1, + STATE(6119), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3564), 2, + STATE(1953), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190554] = 15, + [185565] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4136), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6492), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(6923), 1, sym_identifier, - STATE(2015), 1, + STATE(2076), 1, sym_template_type, - STATE(2625), 1, + STATE(2648), 1, sym_field_declaration_list, - STATE(5242), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(5691), 1, + STATE(5521), 1, sym_virtual_specifier, - STATE(6332), 1, + STATE(6111), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1928), 2, + STATE(1954), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190603] = 15, + [185614] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4136), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6492), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(6923), 1, sym_identifier, - STATE(2015), 1, + STATE(2076), 1, sym_template_type, - STATE(2631), 1, + STATE(2646), 1, sym_field_declaration_list, - STATE(5242), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(5694), 1, + STATE(5518), 1, sym_virtual_specifier, - STATE(6344), 1, + STATE(6103), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1933), 2, + STATE(1952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190652] = 15, + [185663] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4136), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6492), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(6923), 1, sym_identifier, - STATE(2015), 1, + STATE(2076), 1, sym_template_type, - STATE(2634), 1, + STATE(2629), 1, sym_field_declaration_list, - STATE(5242), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(5698), 1, + STATE(5505), 1, sym_virtual_specifier, - STATE(6354), 1, + STATE(6054), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, STATE(1934), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190701] = 15, + [185712] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4466), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5485), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(7043), 1, + ACTIONS(6923), 1, sym_identifier, - STATE(2358), 1, + STATE(2076), 1, sym_template_type, - STATE(2757), 1, + STATE(2625), 1, sym_field_declaration_list, - STATE(5259), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(5812), 1, + STATE(5502), 1, sym_virtual_specifier, - STATE(6365), 1, + STATE(6048), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2087), 2, + STATE(1956), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190750] = 15, + [185761] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4136), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6492), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(6923), 1, sym_identifier, - STATE(2015), 1, + STATE(2076), 1, sym_template_type, - STATE(2642), 1, + STATE(2622), 1, sym_field_declaration_list, - STATE(5242), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(5713), 1, + STATE(5500), 1, sym_virtual_specifier, - STATE(6397), 1, + STATE(6034), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1931), 2, + STATE(1945), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190799] = 15, + [185810] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, + ACTIONS(5453), 1, + anon_sym_COLON, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(7019), 1, sym_identifier, - STATE(3312), 1, + STATE(4305), 1, sym_template_type, - STATE(3451), 1, + STATE(4559), 1, sym_field_declaration_list, - STATE(5294), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(5794), 1, + STATE(5461), 1, sym_virtual_specifier, - STATE(6272), 1, + STATE(6036), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3570), 2, + STATE(4286), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190848] = 15, + [185859] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4466), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5485), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(7043), 1, + ACTIONS(6888), 1, + anon_sym_LBRACE, + ACTIONS(7019), 1, sym_identifier, - STATE(2358), 1, + STATE(4305), 1, sym_template_type, - STATE(2761), 1, + STATE(4557), 1, sym_field_declaration_list, - STATE(5259), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(5704), 1, + STATE(5458), 1, sym_virtual_specifier, - STATE(6408), 1, + STATE(6040), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2095), 2, + STATE(4287), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190897] = 15, + [185908] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4136), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6492), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(6888), 1, + anon_sym_LBRACE, + ACTIONS(7019), 1, sym_identifier, - STATE(2015), 1, + STATE(4305), 1, sym_template_type, - STATE(2644), 1, + STATE(4555), 1, sym_field_declaration_list, - STATE(5242), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(5719), 1, + STATE(5453), 1, sym_virtual_specifier, - STATE(6114), 1, + STATE(6044), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1932), 2, + STATE(4289), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [190946] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(6177), 1, - anon_sym_LPAREN2, - ACTIONS(6245), 1, - sym_identifier, - ACTIONS(6247), 1, - anon_sym_STAR, - ACTIONS(6249), 1, - anon_sym_AMP_AMP, - ACTIONS(6251), 1, - anon_sym_AMP, - STATE(5389), 1, - sym__field_declarator, - STATE(6701), 1, - sym_ms_based_modifier, - STATE(5201), 8, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - sym_operator_name, - [190987] = 15, + [185957] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4136), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6492), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(6888), 1, + anon_sym_LBRACE, + ACTIONS(7019), 1, sym_identifier, - STATE(2015), 1, + STATE(4305), 1, sym_template_type, - STATE(2647), 1, + STATE(4535), 1, sym_field_declaration_list, - STATE(5242), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(5723), 1, + STATE(5437), 1, sym_virtual_specifier, - STATE(6409), 1, + STATE(6063), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1915), 2, + STATE(4294), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191036] = 15, + [186006] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5447), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7211), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - STATE(3312), 1, + ACTIONS(7027), 1, + sym_identifier, + STATE(2319), 1, sym_template_type, - STATE(3481), 1, + STATE(2782), 1, sym_field_declaration_list, - STATE(5244), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(5790), 1, + STATE(5509), 1, sym_virtual_specifier, - STATE(6601), 1, + STATE(6128), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4998), 2, + STATE(2029), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191085] = 15, + [186055] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7211), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - STATE(3312), 1, + ACTIONS(6888), 1, + anon_sym_LBRACE, + ACTIONS(7019), 1, + sym_identifier, + STATE(4305), 1, sym_template_type, - STATE(3442), 1, + STATE(4531), 1, sym_field_declaration_list, - STATE(5244), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(5743), 1, + STATE(5431), 1, sym_virtual_specifier, - STATE(6316), 1, + STATE(6068), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(5020), 2, + STATE(4288), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191134] = 15, + [186104] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4226), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6580), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(7027), 1, sym_identifier, - STATE(2188), 1, + STATE(2319), 1, sym_template_type, - STATE(2925), 1, + STATE(2841), 1, sym_field_declaration_list, - STATE(5307), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(5742), 1, + STATE(5563), 1, sym_virtual_specifier, - STATE(6400), 1, + STATE(6384), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1962), 2, + STATE(2030), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191183] = 15, + [186153] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5447), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(7027), 1, sym_identifier, - STATE(3312), 1, + STATE(2319), 1, sym_template_type, - STATE(3507), 1, + STATE(2811), 1, sym_field_declaration_list, - STATE(5310), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(5570), 1, + STATE(5672), 1, sym_virtual_specifier, - STATE(6386), 1, + STATE(6431), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3565), 2, + STATE(2031), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191232] = 15, + [186202] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5447), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(6888), 1, + anon_sym_LBRACE, + ACTIONS(7019), 1, sym_identifier, - STATE(3312), 1, + STATE(4305), 1, sym_template_type, - STATE(3481), 1, + STATE(4469), 1, sym_field_declaration_list, - STATE(5310), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(5790), 1, + STATE(5429), 1, sym_virtual_specifier, - STATE(6601), 1, + STATE(6073), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3573), 2, + STATE(4283), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191281] = 15, + [186251] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6280), 1, + anon_sym_LPAREN2, + ACTIONS(6332), 1, + sym_identifier, + ACTIONS(6334), 1, + anon_sym_STAR, + ACTIONS(6336), 1, + anon_sym_AMP_AMP, + ACTIONS(6338), 1, + anon_sym_AMP, + STATE(5062), 1, + sym__field_declarator, + STATE(7016), 1, + sym_ms_based_modifier, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [186292] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(117), 1, + anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4955), 1, - anon_sym_LBRACE, - ACTIONS(5449), 1, - anon_sym_COLON, - ACTIONS(6540), 1, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4085), 1, anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(7394), 1, sym_identifier, - STATE(2779), 1, - sym_template_type, - STATE(3174), 1, - sym_field_declaration_list, - STATE(5251), 1, + ACTIONS(7396), 1, + anon_sym_template, + STATE(2197), 1, + sym_operator_name, + STATE(2199), 1, + sym_qualified_identifier, + STATE(2201), 1, + sym_dependent_identifier, + STATE(2202), 1, + sym_destructor_name, + STATE(2203), 1, + sym_template_function, + STATE(4760), 1, sym__scope_resolution, - STATE(5705), 1, - sym_virtual_specifier, - STATE(6369), 1, - sym_base_class_clause, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - STATE(2575), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, + STATE(5449), 1, + sym_qualified_operator_cast_identifier, + STATE(5466), 1, + sym_operator_cast, + STATE(6968), 3, sym_decltype, + sym_template_type, sym_dependent_type_identifier, - [191330] = 15, + [186343] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(3844), 1, + anon_sym_STAR, + ACTIONS(3846), 1, + anon_sym_AMP_AMP, + ACTIONS(3848), 1, + anon_sym_AMP, + ACTIONS(6683), 1, + anon_sym_LBRACK, + STATE(4274), 1, + sym_parameter_list, + STATE(5275), 1, + sym__abstract_declarator, + ACTIONS(5625), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_requires, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [186382] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4226), 1, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6580), 1, - anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2188), 1, + STATE(3306), 1, sym_template_type, - STATE(2894), 1, + STATE(3540), 1, sym_field_declaration_list, - STATE(5307), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(5726), 1, + STATE(5554), 1, sym_virtual_specifier, - STATE(6297), 1, + STATE(6367), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1972), 2, + STATE(3292), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191379] = 15, + [186431] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4955), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6540), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(7027), 1, sym_identifier, - STATE(2779), 1, + STATE(2319), 1, sym_template_type, - STATE(3177), 1, + STATE(2876), 1, sym_field_declaration_list, - STATE(5251), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(5700), 1, + STATE(5611), 1, sym_virtual_specifier, - STATE(6352), 1, + STATE(6427), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2576), 2, + STATE(2055), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191428] = 15, + [186480] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4955), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6540), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(7027), 1, sym_identifier, - STATE(2779), 1, + STATE(2319), 1, sym_template_type, - STATE(3183), 1, + STATE(2867), 1, sym_field_declaration_list, - STATE(5251), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(5695), 1, + STATE(5659), 1, sym_virtual_specifier, - STATE(6338), 1, + STATE(6464), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2577), 2, + STATE(2057), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191477] = 15, + [186529] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4226), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6580), 1, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(7027), 1, sym_identifier, - STATE(2188), 1, + STATE(2319), 1, sym_template_type, - STATE(2903), 1, + STATE(2874), 1, sym_field_declaration_list, - STATE(5307), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(5711), 1, + STATE(5638), 1, sym_virtual_specifier, - STATE(6252), 1, + STATE(6438), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1957), 2, + STATE(2056), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191526] = 15, + [186578] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4955), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6540), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2779), 1, + STATE(3306), 1, sym_template_type, - STATE(3198), 1, + STATE(3540), 1, sym_field_declaration_list, - STATE(5251), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5653), 1, + STATE(5554), 1, sym_virtual_specifier, - STATE(6227), 1, + STATE(6367), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2511), 2, + STATE(3586), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191575] = 15, + [186627] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(6278), 1, + sym_identifier, + ACTIONS(6280), 1, + anon_sym_LPAREN2, + ACTIONS(6282), 1, + anon_sym_STAR, + ACTIONS(6284), 1, + anon_sym_AMP_AMP, + ACTIONS(6286), 1, + anon_sym_AMP, + STATE(5331), 1, + sym__field_declarator, + STATE(6522), 1, + sym_ms_based_modifier, + STATE(5135), 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + sym_operator_name, + [186668] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7129), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3454), 1, + STATE(3488), 1, sym_field_declaration_list, - STATE(5294), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(5536), 1, + STATE(5483), 1, sym_virtual_specifier, - STATE(6150), 1, + STATE(6262), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3571), 2, + STATE(3291), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191624] = 15, + [186717] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4955), 1, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6540), 1, - anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2779), 1, + STATE(3306), 1, sym_template_type, - STATE(3200), 1, + STATE(3541), 1, sym_field_declaration_list, - STATE(5251), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(5649), 1, + STATE(5600), 1, sym_virtual_specifier, - STATE(6220), 1, + STATE(6424), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2567), 2, + STATE(3294), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191673] = 15, + [186766] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(6677), 1, + anon_sym_STAR, + ACTIONS(6679), 1, + anon_sym_AMP_AMP, + ACTIONS(6681), 1, + anon_sym_AMP, + ACTIONS(6683), 1, + anon_sym_LBRACK, + STATE(4237), 1, + sym_parameter_list, + STATE(5244), 1, + sym__abstract_declarator, + ACTIONS(5625), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [186805] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4226), 1, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6580), 1, - anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2188), 1, + STATE(3306), 1, sym_template_type, - STATE(2920), 1, + STATE(3482), 1, sym_field_declaration_list, - STATE(5307), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(5661), 1, + STATE(5492), 1, sym_virtual_specifier, - STATE(6232), 1, + STATE(6174), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1968), 2, + STATE(3305), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191722] = 15, + [186854] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4226), 1, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6580), 1, - anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2188), 1, + STATE(3306), 1, sym_template_type, - STATE(2899), 1, + STATE(3466), 1, sym_field_declaration_list, - STATE(5307), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(5707), 1, + STATE(5546), 1, sym_virtual_specifier, - STATE(6283), 1, + STATE(6139), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(1969), 2, + STATE(3279), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191771] = 15, + [186903] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(5571), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3438), 1, + STATE(3541), 1, sym_field_declaration_list, - STATE(5310), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5732), 1, + STATE(5600), 1, sym_virtual_specifier, - STATE(6326), 1, + STATE(6424), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(3575), 2, + STATE(3587), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191820] = 15, + [186952] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4955), 1, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(6540), 1, - anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2779), 1, + STATE(3306), 1, sym_template_type, - STATE(3202), 1, + STATE(3459), 1, sym_field_declaration_list, - STATE(5251), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(5645), 1, + STATE(5628), 1, sym_virtual_specifier, - STATE(6206), 1, + STATE(6121), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(2562), 2, + STATE(3286), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191869] = 15, + [187001] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(5449), 1, + ACTIONS(5453), 1, anon_sym_COLON, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7211), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - STATE(3312), 1, + ACTIONS(7051), 1, + sym_identifier, + STATE(3306), 1, sym_template_type, - STATE(3507), 1, + STATE(3488), 1, sym_field_declaration_list, - STATE(5244), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(5570), 1, + STATE(5483), 1, sym_virtual_specifier, - STATE(6386), 1, + STATE(6262), 1, sym_base_class_clause, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - STATE(4995), 2, + STATE(3576), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [191918] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(3846), 1, - anon_sym_STAR, - ACTIONS(3848), 1, - anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(7434), 1, - anon_sym_LBRACE, - ACTIONS(7436), 1, - anon_sym_requires, - STATE(3027), 1, - sym_compound_statement, - STATE(4400), 1, - sym_parameter_list, - STATE(4975), 1, - sym_requires_clause, - STATE(5681), 1, - sym_abstract_function_declarator, - STATE(5950), 1, - sym__abstract_declarator, - STATE(5117), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [191964] = 15, + [187050] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7438), 1, + ACTIONS(7353), 1, + anon_sym_LBRACE, + ACTIONS(7357), 1, + anon_sym_try, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(7442), 1, + ACTIONS(7402), 1, anon_sym_SEMI, - ACTIONS(7444), 1, - anon_sym_LBRACE, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, + ACTIONS(7406), 1, anon_sym_EQ, - ACTIONS(7450), 1, - anon_sym_try, - STATE(993), 1, + STATE(2434), 1, sym_compound_statement, - STATE(994), 1, + STATE(2436), 1, sym_try_statement, - STATE(3953), 1, + STATE(3628), 1, sym_parameter_list, - STATE(6066), 1, + STATE(5750), 1, aux_sym_declaration_repeat1, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, + STATE(6359), 2, sym_argument_list, sym_initializer_list, - [192012] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7452), 1, - sym_identifier, - ACTIONS(7454), 1, - anon_sym_TILDE, - ACTIONS(7456), 1, - anon_sym_COLON_COLON, - ACTIONS(7458), 1, - anon_sym_template, - ACTIONS(7460), 1, - anon_sym_operator, - STATE(2828), 1, - sym_dependent_type_identifier, - STATE(2829), 1, - sym_template_type, - STATE(2958), 1, - sym_qualified_type_identifier, - STATE(2995), 1, - sym_operator_name, - STATE(2998), 1, - sym_qualified_identifier, - STATE(3000), 1, - sym_dependent_identifier, - STATE(3005), 1, - sym_destructor_name, - STATE(3008), 1, - sym_template_function, - STATE(4858), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_decltype, - [192064] = 14, + [187098] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7462), 1, + ACTIONS(7408), 1, anon_sym_LT, + ACTIONS(7410), 1, + anon_sym_LBRACE, STATE(1942), 1, sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(4872), 1, + STATE(4793), 1, sym_template_parameter_list, - STATE(5646), 1, + STATE(5634), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [192110] = 17, + [187144] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(3844), 1, + anon_sym_STAR, + ACTIONS(3846), 1, + anon_sym_AMP_AMP, + ACTIONS(3848), 1, + anon_sym_AMP, + ACTIONS(6683), 1, + anon_sym_LBRACK, + ACTIONS(7412), 1, + anon_sym_LBRACE, + ACTIONS(7414), 1, + anon_sym_requires, + STATE(3103), 1, + sym_compound_statement, + STATE(4274), 1, + sym_parameter_list, + STATE(4893), 1, + sym_requires_clause, + STATE(5527), 1, + sym_abstract_function_declarator, + STATE(5810), 1, + sym__abstract_declarator, + STATE(5059), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [187190] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1501), 1, - anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1665), 1, + ACTIONS(7416), 1, + sym_identifier, + ACTIONS(7418), 1, anon_sym_TILDE, - ACTIONS(3703), 1, + ACTIONS(7420), 1, anon_sym_COLON_COLON, - ACTIONS(7464), 1, - sym_identifier, - ACTIONS(7466), 1, + ACTIONS(7422), 1, anon_sym_template, - STATE(2183), 1, + ACTIONS(7424), 1, + anon_sym_operator, + STATE(2638), 1, + sym_template_function, + STATE(2639), 1, sym_destructor_name, - STATE(2185), 1, + STATE(2641), 1, sym_dependent_identifier, - STATE(2186), 1, + STATE(2649), 1, sym_qualified_identifier, - STATE(2194), 1, + STATE(2652), 1, sym_operator_name, - STATE(2209), 1, - sym_template_function, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, + STATE(3289), 1, sym_qualified_type_identifier, - STATE(3308), 1, + STATE(3290), 1, sym_dependent_type_identifier, - STATE(4860), 1, + STATE(3309), 1, + sym_template_type, + STATE(4779), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [192162] = 14, + [187242] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7398), 1, + anon_sym_COMMA, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, - anon_sym_STAR, - ACTIONS(3848), 1, - anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7462), 1, - anon_sym_LT, - ACTIONS(7468), 1, + ACTIONS(7406), 1, + anon_sym_EQ, + ACTIONS(7426), 1, + anon_sym_SEMI, + ACTIONS(7428), 1, anon_sym_LBRACE, - STATE(2917), 1, + ACTIONS(7430), 1, + anon_sym_try, + STATE(989), 1, sym_compound_statement, - STATE(4400), 1, + STATE(991), 1, + sym_try_statement, + STATE(3628), 1, sym_parameter_list, - STATE(4876), 1, - sym_template_parameter_list, - STATE(5580), 1, - sym_abstract_function_declarator, - STATE(5950), 1, - sym__abstract_declarator, - STATE(5117), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [192208] = 10, + STATE(5808), 1, + aux_sym_declaration_repeat1, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(6359), 2, + sym_argument_list, + sym_initializer_list, + [187290] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7398), 1, + anon_sym_COMMA, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(6679), 1, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7406), 1, + anon_sym_EQ, + ACTIONS(7432), 1, + anon_sym_SEMI, + ACTIONS(7434), 1, + anon_sym_LBRACE, + ACTIONS(7436), 1, + anon_sym_try, + STATE(958), 1, + sym_compound_statement, + STATE(961), 1, + sym_try_statement, + STATE(3628), 1, + sym_parameter_list, + STATE(5756), 1, + aux_sym_declaration_repeat1, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(6359), 2, + sym_argument_list, + sym_initializer_list, + [187338] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7307), 1, + anon_sym_LBRACE, + ACTIONS(7313), 1, + anon_sym_try, + ACTIONS(7398), 1, + anon_sym_COMMA, + ACTIONS(7400), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(6755), 1, + ACTIONS(7406), 1, + anon_sym_EQ, + ACTIONS(7438), 1, + anon_sym_SEMI, + STATE(2054), 1, + sym_try_statement, + STATE(2063), 1, + sym_compound_statement, + STATE(3628), 1, + sym_parameter_list, + STATE(5814), 1, + aux_sym_declaration_repeat1, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(6359), 2, + sym_argument_list, + sym_initializer_list, + [187386] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(6757), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(6759), 1, + ACTIONS(3848), 1, anon_sym_AMP, - STATE(4333), 1, + ACTIONS(6683), 1, + anon_sym_LBRACK, + ACTIONS(7414), 1, + anon_sym_requires, + ACTIONS(7440), 1, + anon_sym_LBRACE, + STATE(3069), 1, + sym_compound_statement, + STATE(4274), 1, sym_parameter_list, - STATE(5394), 1, + STATE(4885), 1, + sym_requires_clause, + STATE(5665), 1, + sym_abstract_function_declarator, + STATE(5810), 1, sym__abstract_declarator, - ACTIONS(5687), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - anon_sym_requires, - STATE(5117), 5, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, - sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [192246] = 14, + [187432] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7436), 1, + ACTIONS(7414), 1, anon_sym_requires, - ACTIONS(7470), 1, + ACTIONS(7442), 1, anon_sym_LBRACE, - STATE(1935), 1, + STATE(3731), 1, sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(4947), 1, + STATE(4883), 1, sym_requires_clause, - STATE(5714), 1, + STATE(5456), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [192292] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7388), 1, - anon_sym_LBRACE, - ACTIONS(7392), 1, - anon_sym_try, - ACTIONS(7438), 1, - anon_sym_COMMA, - ACTIONS(7440), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(7448), 1, - anon_sym_EQ, - ACTIONS(7472), 1, - anon_sym_SEMI, - STATE(2256), 1, - sym_try_statement, - STATE(2257), 1, - sym_compound_statement, - STATE(3953), 1, - sym_parameter_list, - STATE(5960), 1, - aux_sym_declaration_repeat1, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, - sym_argument_list, - sym_initializer_list, - [192340] = 17, + [187478] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7474), 1, + ACTIONS(7444), 1, sym_identifier, - ACTIONS(7476), 1, + ACTIONS(7446), 1, anon_sym_TILDE, - ACTIONS(7478), 1, + ACTIONS(7448), 1, anon_sym_COLON_COLON, - ACTIONS(7480), 1, + ACTIONS(7450), 1, anon_sym_template, - ACTIONS(7482), 1, + ACTIONS(7452), 1, anon_sym_operator, - STATE(2177), 1, - sym_qualified_type_identifier, - STATE(2359), 1, - sym_dependent_type_identifier, - STATE(2363), 1, - sym_template_type, - STATE(2721), 1, + STATE(2895), 1, sym_operator_name, - STATE(2729), 1, + STATE(2897), 1, sym_qualified_identifier, - STATE(2735), 1, + STATE(2898), 1, sym_dependent_identifier, - STATE(2738), 1, + STATE(2899), 1, sym_destructor_name, - STATE(2771), 1, + STATE(2902), 1, sym_template_function, - STATE(4865), 1, + STATE(3289), 1, + sym_qualified_type_identifier, + STATE(3290), 1, + sym_dependent_type_identifier, + STATE(3309), 1, + sym_template_type, + STATE(4785), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [192392] = 14, + [187530] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7462), 1, + ACTIONS(7408), 1, anon_sym_LT, - ACTIONS(7470), 1, + ACTIONS(7442), 1, anon_sym_LBRACE, - STATE(1942), 1, + STATE(3640), 1, sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(4863), 1, + STATE(4784), 1, sym_template_parameter_list, - STATE(5793), 1, + STATE(5411), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [192438] = 14, + [187576] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(6683), 1, + anon_sym_LBRACK, + ACTIONS(6728), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(6730), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(6732), 1, anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(7436), 1, - anon_sym_requires, - ACTIONS(7484), 1, - anon_sym_LBRACE, - STATE(3099), 1, - sym_compound_statement, - STATE(4400), 1, + STATE(4281), 1, sym_parameter_list, - STATE(4973), 1, - sym_requires_clause, - STATE(5796), 1, - sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5321), 1, sym__abstract_declarator, - STATE(5117), 4, + ACTIONS(5625), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + anon_sym_requires, + STATE(5059), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, + sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [192484] = 14, + [187614] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7462), 1, + ACTIONS(7408), 1, anon_sym_LT, - ACTIONS(7486), 1, + ACTIONS(7454), 1, anon_sym_LBRACE, - STATE(2535), 1, + STATE(2714), 1, sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(4886), 1, + STATE(4802), 1, sym_template_parameter_list, - STATE(5763), 1, + STATE(5601), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [192530] = 15, + [187660] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7438), 1, - anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(3844), 1, + anon_sym_STAR, + ACTIONS(3846), 1, + anon_sym_AMP_AMP, + ACTIONS(3848), 1, + anon_sym_AMP, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, - anon_sym_EQ, - ACTIONS(7488), 1, - anon_sym_SEMI, - ACTIONS(7490), 1, + ACTIONS(7408), 1, + anon_sym_LT, + ACTIONS(7440), 1, anon_sym_LBRACE, - ACTIONS(7492), 1, - anon_sym_try, - STATE(924), 1, + STATE(3012), 1, sym_compound_statement, - STATE(926), 1, - sym_try_statement, - STATE(3953), 1, + STATE(4274), 1, sym_parameter_list, - STATE(5828), 1, - aux_sym_declaration_repeat1, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, - sym_argument_list, - sym_initializer_list, - [192578] = 17, + STATE(4783), 1, + sym_template_parameter_list, + STATE(5613), 1, + sym_abstract_function_declarator, + STATE(5810), 1, + sym__abstract_declarator, + STATE(5059), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [187706] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7494), 1, - sym_identifier, - ACTIONS(7496), 1, + ACTIONS(7446), 1, anon_sym_TILDE, - ACTIONS(7498), 1, + ACTIONS(7452), 1, + anon_sym_operator, + ACTIONS(7456), 1, + sym_identifier, + ACTIONS(7458), 1, anon_sym_COLON_COLON, - ACTIONS(7500), 1, + ACTIONS(7460), 1, anon_sym_template, - ACTIONS(7502), 1, - anon_sym_operator, - STATE(2177), 1, + STATE(2189), 1, sym_qualified_type_identifier, - STATE(2359), 1, - sym_dependent_type_identifier, - STATE(2363), 1, + STATE(2303), 1, sym_template_type, - STATE(2676), 1, - sym_template_function, - STATE(2679), 1, - sym_destructor_name, - STATE(2680), 1, - sym_dependent_identifier, - STATE(2682), 1, + STATE(2353), 1, + sym_dependent_type_identifier, + STATE(2895), 1, sym_operator_name, - STATE(2686), 1, + STATE(2897), 1, sym_qualified_identifier, - STATE(4870), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_decltype, - [192630] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1501), 1, - anon_sym_operator, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(3290), 1, - anon_sym_COLON_COLON, - ACTIONS(7504), 1, - sym_identifier, - ACTIONS(7506), 1, - anon_sym_template, - STATE(2183), 1, - sym_destructor_name, - STATE(2185), 1, + STATE(2898), 1, sym_dependent_identifier, - STATE(2186), 1, - sym_qualified_identifier, - STATE(2194), 1, - sym_operator_name, - STATE(2209), 1, + STATE(2899), 1, + sym_destructor_name, + STATE(2902), 1, sym_template_function, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, - sym_qualified_type_identifier, - STATE(3308), 1, - sym_dependent_type_identifier, - STATE(4871), 1, + STATE(4790), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [192682] = 14, + [187758] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, - anon_sym_STAR, - ACTIONS(3848), 1, - anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(7436), 1, - anon_sym_requires, - STATE(1935), 1, - sym_compound_statement, - STATE(4400), 1, - sym_parameter_list, - STATE(4918), 1, - sym_requires_clause, - STATE(5626), 1, - sym_abstract_function_declarator, - STATE(5950), 1, - sym__abstract_declarator, - STATE(5117), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [192728] = 14, - ACTIONS(3), 1, - sym_comment, ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(3846), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7436), 1, - anon_sym_requires, - ACTIONS(7508), 1, + ACTIONS(7408), 1, + anon_sym_LT, + ACTIONS(7462), 1, anon_sym_LBRACE, - STATE(4400), 1, - sym_parameter_list, - STATE(4922), 1, - sym_requires_clause, - STATE(5075), 1, + STATE(2520), 1, sym_compound_statement, - STATE(5703), 1, + STATE(4274), 1, + sym_parameter_list, + STATE(4809), 1, + sym_template_parameter_list, + STATE(5476), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [192774] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7510), 1, - sym_identifier, - ACTIONS(7512), 1, - anon_sym_TILDE, - ACTIONS(7514), 1, - anon_sym_COLON_COLON, - ACTIONS(7516), 1, - anon_sym_template, - ACTIONS(7518), 1, - anon_sym_operator, - STATE(2538), 1, - sym_template_function, - STATE(2540), 1, - sym_destructor_name, - STATE(2542), 1, - sym_dependent_identifier, - STATE(2543), 1, - sym_qualified_identifier, - STATE(2558), 1, - sym_operator_name, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, - sym_qualified_type_identifier, - STATE(3308), 1, - sym_dependent_type_identifier, - STATE(4874), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_decltype, - [192826] = 15, + [187804] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7438), 1, + ACTIONS(7317), 1, + anon_sym_LBRACE, + ACTIONS(7321), 1, + anon_sym_try, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, + ACTIONS(7406), 1, anon_sym_EQ, - ACTIONS(7520), 1, + ACTIONS(7464), 1, anon_sym_SEMI, - ACTIONS(7522), 1, - anon_sym_LBRACE, - ACTIONS(7524), 1, - anon_sym_try, - STATE(1037), 1, + STATE(2327), 1, sym_try_statement, - STATE(1038), 1, + STATE(2337), 1, sym_compound_statement, - STATE(3953), 1, + STATE(3628), 1, sym_parameter_list, - STATE(6023), 1, + STATE(5944), 1, aux_sym_declaration_repeat1, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, + STATE(6359), 2, sym_argument_list, sym_initializer_list, - [192874] = 14, + [187852] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, + ACTIONS(3846), 1, + anon_sym_AMP_AMP, ACTIONS(3848), 1, + anon_sym_AMP, + ACTIONS(6683), 1, + anon_sym_LBRACK, + ACTIONS(7410), 1, + anon_sym_LBRACE, + ACTIONS(7414), 1, + anon_sym_requires, + STATE(1930), 1, + sym_compound_statement, + STATE(4274), 1, + sym_parameter_list, + STATE(4859), 1, + sym_requires_clause, + STATE(5607), 1, + sym_abstract_function_declarator, + STATE(5810), 1, + sym__abstract_declarator, + STATE(5059), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [187898] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(3844), 1, + anon_sym_STAR, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7436), 1, + ACTIONS(7414), 1, anon_sym_requires, - ACTIONS(7468), 1, + ACTIONS(7466), 1, anon_sym_LBRACE, - STATE(2758), 1, + STATE(3345), 1, sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(4978), 1, + STATE(4881), 1, sym_requires_clause, - STATE(5526), 1, + STATE(5664), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [192920] = 17, + [187944] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7512), 1, + ACTIONS(7418), 1, anon_sym_TILDE, - ACTIONS(7518), 1, + ACTIONS(7424), 1, anon_sym_operator, - ACTIONS(7526), 1, + ACTIONS(7468), 1, sym_identifier, - ACTIONS(7528), 1, + ACTIONS(7470), 1, anon_sym_COLON_COLON, - ACTIONS(7530), 1, + ACTIONS(7472), 1, anon_sym_template, - STATE(2538), 1, + STATE(2189), 1, + sym_qualified_type_identifier, + STATE(2303), 1, + sym_template_type, + STATE(2353), 1, + sym_dependent_type_identifier, + STATE(2638), 1, sym_template_function, - STATE(2540), 1, + STATE(2639), 1, sym_destructor_name, - STATE(2542), 1, + STATE(2641), 1, sym_dependent_identifier, - STATE(2543), 1, + STATE(2649), 1, sym_qualified_identifier, - STATE(2558), 1, + STATE(2652), 1, sym_operator_name, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, - sym_qualified_type_identifier, - STATE(3308), 1, - sym_dependent_type_identifier, - STATE(4877), 1, + STATE(4795), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [192972] = 10, + [187996] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(6448), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6743), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(6745), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(6747), 1, + ACTIONS(3848), 1, anon_sym_AMP, - STATE(4346), 1, + ACTIONS(6683), 1, + anon_sym_LBRACK, + ACTIONS(7408), 1, + anon_sym_LT, + ACTIONS(7412), 1, + anon_sym_LBRACE, + STATE(3107), 1, + sym_compound_statement, + STATE(4274), 1, sym_parameter_list, - STATE(5423), 1, + STATE(4778), 1, + sym_template_parameter_list, + STATE(5680), 1, + sym_abstract_function_declarator, + STATE(5810), 1, sym__abstract_declarator, - ACTIONS(5687), 4, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_requires, - STATE(5031), 5, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, - sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [193010] = 14, + [188042] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7462), 1, + ACTIONS(7408), 1, anon_sym_LT, - ACTIONS(7508), 1, + ACTIONS(7466), 1, anon_sym_LBRACE, - STATE(4400), 1, + STATE(3363), 1, + sym_compound_statement, + STATE(4274), 1, sym_parameter_list, - STATE(4873), 1, + STATE(4794), 1, sym_template_parameter_list, - STATE(5105), 1, - sym_compound_statement, - STATE(5728), 1, + STATE(5489), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [193056] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7512), 1, - anon_sym_TILDE, - ACTIONS(7518), 1, - anon_sym_operator, - ACTIONS(7532), 1, - sym_identifier, - ACTIONS(7534), 1, - anon_sym_COLON_COLON, - ACTIONS(7536), 1, - anon_sym_template, - STATE(2538), 1, - sym_template_function, - STATE(2540), 1, - sym_destructor_name, - STATE(2542), 1, - sym_dependent_identifier, - STATE(2543), 1, - sym_qualified_identifier, - STATE(2558), 1, - sym_operator_name, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, - sym_qualified_type_identifier, - STATE(3308), 1, - sym_dependent_type_identifier, - STATE(4880), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_decltype, - [193108] = 14, + [188088] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7462), 1, + ACTIONS(7408), 1, anon_sym_LT, - ACTIONS(7484), 1, + ACTIONS(7474), 1, anon_sym_LBRACE, - STATE(3134), 1, - sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(4867), 1, + STATE(4801), 1, sym_template_parameter_list, - STATE(5531), 1, + STATE(5029), 1, + sym_compound_statement, + STATE(5532), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [193154] = 17, + [188134] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7414), 1, - anon_sym_TILDE, - ACTIONS(7538), 1, + ACTIONS(7476), 1, sym_identifier, - ACTIONS(7540), 1, + ACTIONS(7478), 1, + anon_sym_TILDE, + ACTIONS(7480), 1, anon_sym_COLON_COLON, - ACTIONS(7542), 1, + ACTIONS(7482), 1, anon_sym_template, - ACTIONS(7544), 1, + ACTIONS(7484), 1, anon_sym_operator, - STATE(2183), 1, + STATE(2469), 1, sym_destructor_name, - STATE(2185), 1, + STATE(2522), 1, + sym_template_function, + STATE(2526), 1, sym_dependent_identifier, - STATE(2186), 1, + STATE(2530), 1, sym_qualified_identifier, - STATE(2194), 1, + STATE(2542), 1, sym_operator_name, - STATE(2209), 1, - sym_template_function, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, + STATE(3289), 1, sym_qualified_type_identifier, - STATE(3308), 1, + STATE(3290), 1, sym_dependent_type_identifier, - STATE(4882), 1, + STATE(3309), 1, + sym_template_type, + STATE(4799), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [193206] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6737), 1, - anon_sym_STAR, - ACTIONS(6739), 1, - anon_sym_AMP_AMP, - ACTIONS(6741), 1, - anon_sym_AMP, - STATE(4331), 1, - sym_parameter_list, - STATE(5429), 1, - sym__abstract_declarator, - ACTIONS(5687), 4, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_requires, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [193244] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(3846), 1, - anon_sym_STAR, - ACTIONS(3848), 1, - anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(7436), 1, - anon_sym_requires, - ACTIONS(7546), 1, - anon_sym_LBRACE, - STATE(3345), 1, - sym_compound_statement, - STATE(4400), 1, - sym_parameter_list, - STATE(4976), 1, - sym_requires_clause, - STATE(5542), 1, - sym_abstract_function_declarator, - STATE(5950), 1, - sym__abstract_declarator, - STATE(5117), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [193290] = 17, + [188186] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7454), 1, + ACTIONS(7478), 1, anon_sym_TILDE, - ACTIONS(7460), 1, + ACTIONS(7484), 1, anon_sym_operator, - ACTIONS(7548), 1, + ACTIONS(7486), 1, sym_identifier, - ACTIONS(7550), 1, + ACTIONS(7488), 1, anon_sym_COLON_COLON, - ACTIONS(7552), 1, + ACTIONS(7490), 1, anon_sym_template, - STATE(2995), 1, - sym_operator_name, - STATE(2998), 1, - sym_qualified_identifier, - STATE(3000), 1, - sym_dependent_identifier, - STATE(3005), 1, + STATE(2469), 1, sym_destructor_name, - STATE(3008), 1, + STATE(2522), 1, sym_template_function, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, + STATE(2526), 1, + sym_dependent_identifier, + STATE(2530), 1, + sym_qualified_identifier, + STATE(2542), 1, + sym_operator_name, + STATE(3289), 1, sym_qualified_type_identifier, - STATE(3308), 1, + STATE(3290), 1, sym_dependent_type_identifier, - STATE(4885), 1, + STATE(3309), 1, + sym_template_type, + STATE(4800), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [193342] = 14, + [188238] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7436), 1, + ACTIONS(7414), 1, anon_sym_requires, - ACTIONS(7486), 1, + ACTIONS(7474), 1, anon_sym_LBRACE, - STATE(2537), 1, - sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(4926), 1, + STATE(4841), 1, sym_requires_clause, - STATE(5548), 1, + STATE(4980), 1, + sym_compound_statement, + STATE(5510), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [193388] = 14, + [188284] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7436), 1, + ACTIONS(7414), 1, anon_sym_requires, - ACTIONS(7554), 1, + ACTIONS(7454), 1, anon_sym_LBRACE, - STATE(3759), 1, + STATE(2758), 1, sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(4931), 1, + STATE(4852), 1, sym_requires_clause, - STATE(5598), 1, + STATE(5558), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [193434] = 15, + [188330] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7346), 1, - anon_sym_LBRACE, - ACTIONS(7352), 1, - anon_sym_try, - ACTIONS(7438), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, + ACTIONS(7406), 1, anon_sym_EQ, - ACTIONS(7556), 1, + ACTIONS(7492), 1, anon_sym_SEMI, - STATE(2008), 1, + ACTIONS(7494), 1, + anon_sym_LBRACE, + ACTIONS(7496), 1, + anon_sym_try, + STATE(1030), 1, sym_compound_statement, - STATE(2009), 1, + STATE(1033), 1, sym_try_statement, - STATE(3953), 1, + STATE(3628), 1, sym_parameter_list, - STATE(5830), 1, + STATE(5956), 1, aux_sym_declaration_repeat1, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, + STATE(6359), 2, sym_argument_list, sym_initializer_list, - [193482] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(3846), 1, - anon_sym_STAR, - ACTIONS(3848), 1, - anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - STATE(4318), 1, - sym_parameter_list, - STATE(5445), 1, - sym__abstract_declarator, - ACTIONS(5687), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [193520] = 15, + [188378] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7402), 1, - anon_sym_LBRACE, - ACTIONS(7406), 1, - anon_sym_try, - ACTIONS(7438), 1, - anon_sym_COMMA, - ACTIONS(7440), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(7448), 1, - anon_sym_EQ, - ACTIONS(7558), 1, - anon_sym_SEMI, - STATE(2265), 1, - sym_try_statement, - STATE(2266), 1, - sym_compound_statement, - STATE(3953), 1, - sym_parameter_list, - STATE(6018), 1, - aux_sym_declaration_repeat1, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, - sym_argument_list, - sym_initializer_list, - [193568] = 17, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(3196), 1, + anon_sym_COLON_COLON, + ACTIONS(7498), 1, + sym_identifier, + ACTIONS(7500), 1, + anon_sym_template, + STATE(2197), 1, + sym_operator_name, + STATE(2199), 1, + sym_qualified_identifier, + STATE(2201), 1, + sym_dependent_identifier, + STATE(2202), 1, + sym_destructor_name, + STATE(2203), 1, + sym_template_function, + STATE(3289), 1, + sym_qualified_type_identifier, + STATE(3290), 1, + sym_dependent_type_identifier, + STATE(3309), 1, + sym_template_type, + STATE(4804), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_decltype, + [188430] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7476), 1, + ACTIONS(7378), 1, anon_sym_TILDE, - ACTIONS(7482), 1, - anon_sym_operator, - ACTIONS(7560), 1, + ACTIONS(7502), 1, sym_identifier, - ACTIONS(7562), 1, + ACTIONS(7504), 1, anon_sym_COLON_COLON, - ACTIONS(7564), 1, + ACTIONS(7506), 1, anon_sym_template, - STATE(2721), 1, + ACTIONS(7508), 1, + anon_sym_operator, + STATE(2197), 1, sym_operator_name, - STATE(2729), 1, + STATE(2199), 1, sym_qualified_identifier, - STATE(2735), 1, + STATE(2201), 1, sym_dependent_identifier, - STATE(2738), 1, + STATE(2202), 1, sym_destructor_name, - STATE(2771), 1, + STATE(2203), 1, sym_template_function, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, + STATE(3289), 1, sym_qualified_type_identifier, - STATE(3308), 1, + STATE(3290), 1, sym_dependent_type_identifier, - STATE(4891), 1, + STATE(3309), 1, + sym_template_type, + STATE(4805), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [193620] = 14, + [188482] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(3846), 1, - anon_sym_STAR, - ACTIONS(3848), 1, - anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(7462), 1, - anon_sym_LT, - ACTIONS(7554), 1, - anon_sym_LBRACE, - STATE(3670), 1, - sym_compound_statement, - STATE(4400), 1, - sym_parameter_list, - STATE(4887), 1, - sym_template_parameter_list, - STATE(5715), 1, - sym_abstract_function_declarator, - STATE(5950), 1, - sym__abstract_declarator, - STATE(5117), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [193666] = 17, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(3685), 1, + anon_sym_COLON_COLON, + ACTIONS(7510), 1, + sym_identifier, + ACTIONS(7512), 1, + anon_sym_template, + STATE(2197), 1, + sym_operator_name, + STATE(2199), 1, + sym_qualified_identifier, + STATE(2201), 1, + sym_dependent_identifier, + STATE(2202), 1, + sym_destructor_name, + STATE(2203), 1, + sym_template_function, + STATE(3289), 1, + sym_qualified_type_identifier, + STATE(3290), 1, + sym_dependent_type_identifier, + STATE(3309), 1, + sym_template_type, + STATE(4806), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_decltype, + [188534] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7496), 1, + ACTIONS(7478), 1, anon_sym_TILDE, - ACTIONS(7502), 1, + ACTIONS(7484), 1, anon_sym_operator, - ACTIONS(7566), 1, + ACTIONS(7514), 1, sym_identifier, - ACTIONS(7568), 1, + ACTIONS(7516), 1, anon_sym_COLON_COLON, - ACTIONS(7570), 1, + ACTIONS(7518), 1, anon_sym_template, - STATE(2676), 1, - sym_template_function, - STATE(2679), 1, + STATE(2469), 1, sym_destructor_name, - STATE(2680), 1, + STATE(2522), 1, + sym_template_function, + STATE(2526), 1, sym_dependent_identifier, - STATE(2682), 1, - sym_operator_name, - STATE(2686), 1, + STATE(2530), 1, sym_qualified_identifier, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, + STATE(2542), 1, + sym_operator_name, + STATE(3289), 1, sym_qualified_type_identifier, - STATE(3308), 1, + STATE(3290), 1, sym_dependent_type_identifier, - STATE(4893), 1, + STATE(3309), 1, + sym_template_type, + STATE(4807), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [193718] = 14, + [188586] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7434), 1, - anon_sym_LBRACE, - ACTIONS(7462), 1, + ACTIONS(7408), 1, anon_sym_LT, - STATE(2987), 1, + STATE(1942), 1, sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(4856), 1, + STATE(4812), 1, sym_template_parameter_list, - STATE(5629), 1, + STATE(5468), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [193764] = 14, + [188632] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, + ACTIONS(7414), 1, + anon_sym_requires, ACTIONS(7462), 1, - anon_sym_LT, - ACTIONS(7546), 1, anon_sym_LBRACE, - STATE(3341), 1, + STATE(2538), 1, sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(4884), 1, - sym_template_parameter_list, - STATE(5683), 1, + STATE(4894), 1, + sym_requires_clause, + STATE(5556), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [193810] = 14, + [188678] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7520), 1, + sym_identifier, + ACTIONS(7522), 1, + anon_sym_TILDE, + ACTIONS(7524), 1, + anon_sym_COLON_COLON, + ACTIONS(7526), 1, + anon_sym_template, + ACTIONS(7528), 1, + anon_sym_operator, + STATE(3014), 1, + sym_template_function, + STATE(3015), 1, + sym_destructor_name, + STATE(3016), 1, + sym_dependent_identifier, + STATE(3022), 1, + sym_qualified_identifier, + STATE(3024), 1, + sym_operator_name, + STATE(3289), 1, + sym_qualified_type_identifier, + STATE(3290), 1, + sym_dependent_type_identifier, + STATE(3309), 1, + sym_template_type, + STATE(4810), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_decltype, + [188730] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7522), 1, + anon_sym_TILDE, + ACTIONS(7528), 1, + anon_sym_operator, + ACTIONS(7530), 1, + sym_identifier, + ACTIONS(7532), 1, + anon_sym_COLON_COLON, + ACTIONS(7534), 1, + anon_sym_template, + STATE(2904), 1, + sym_template_type, + STATE(2905), 1, + sym_dependent_type_identifier, + STATE(2932), 1, + sym_qualified_type_identifier, + STATE(3014), 1, + sym_template_function, + STATE(3015), 1, + sym_destructor_name, + STATE(3016), 1, + sym_dependent_identifier, + STATE(3022), 1, + sym_qualified_identifier, + STATE(3024), 1, + sym_operator_name, + STATE(4811), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_decltype, + [188782] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, + ACTIONS(3846), 1, + anon_sym_AMP_AMP, ACTIONS(3848), 1, + anon_sym_AMP, + ACTIONS(6683), 1, + anon_sym_LBRACK, + ACTIONS(7414), 1, + anon_sym_requires, + STATE(1930), 1, + sym_compound_statement, + STATE(4274), 1, + sym_parameter_list, + STATE(4895), 1, + sym_requires_clause, + STATE(5445), 1, + sym_abstract_function_declarator, + STATE(5810), 1, + sym__abstract_declarator, + STATE(5059), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [188828] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(3844), 1, + anon_sym_STAR, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7436), 1, + ACTIONS(7414), 1, anon_sym_requires, - ACTIONS(7572), 1, + ACTIONS(7536), 1, anon_sym_LBRACE, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(4968), 1, + STATE(4891), 1, sym_requires_clause, - STATE(5253), 1, + STATE(5188), 1, sym_compound_statement, - STATE(5552), 1, + STATE(5412), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [193856] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7476), 1, - anon_sym_TILDE, - ACTIONS(7482), 1, - anon_sym_operator, - ACTIONS(7574), 1, - sym_identifier, - ACTIONS(7576), 1, - anon_sym_COLON_COLON, - ACTIONS(7578), 1, - anon_sym_template, - STATE(2721), 1, - sym_operator_name, - STATE(2729), 1, - sym_qualified_identifier, - STATE(2735), 1, - sym_dependent_identifier, - STATE(2738), 1, - sym_destructor_name, - STATE(2771), 1, - sym_template_function, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, - sym_qualified_type_identifier, - STATE(3308), 1, - sym_dependent_type_identifier, - STATE(4897), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_decltype, - [193908] = 15, + [188874] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7438), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, + ACTIONS(7406), 1, anon_sym_EQ, - ACTIONS(7580), 1, + ACTIONS(7538), 1, anon_sym_SEMI, - ACTIONS(7582), 1, + ACTIONS(7540), 1, anon_sym_LBRACE, - ACTIONS(7584), 1, + ACTIONS(7542), 1, anon_sym_try, - STATE(519), 1, + STATE(491), 1, sym_try_statement, - STATE(520), 1, + STATE(492), 1, sym_compound_statement, - STATE(3953), 1, + STATE(3628), 1, sym_parameter_list, - STATE(6110), 1, + STATE(5785), 1, aux_sym_declaration_repeat1, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, + STATE(6359), 2, sym_argument_list, sym_initializer_list, - [193956] = 14, + [188922] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7446), 1, + anon_sym_TILDE, + ACTIONS(7452), 1, + anon_sym_operator, + ACTIONS(7544), 1, + sym_identifier, + ACTIONS(7546), 1, + anon_sym_COLON_COLON, + ACTIONS(7548), 1, + anon_sym_template, + STATE(2895), 1, + sym_operator_name, + STATE(2897), 1, + sym_qualified_identifier, + STATE(2898), 1, + sym_dependent_identifier, + STATE(2899), 1, + sym_destructor_name, + STATE(2902), 1, + sym_template_function, + STATE(3289), 1, + sym_qualified_type_identifier, + STATE(3290), 1, + sym_dependent_type_identifier, + STATE(3309), 1, + sym_template_type, + STATE(4815), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_decltype, + [188974] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7462), 1, + ACTIONS(7408), 1, anon_sym_LT, - ACTIONS(7572), 1, + ACTIONS(7536), 1, anon_sym_LBRACE, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(4896), 1, + STATE(4813), 1, sym_template_parameter_list, - STATE(5262), 1, + STATE(5157), 1, sym_compound_statement, - STATE(5568), 1, + STATE(5415), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [194002] = 14, + [189020] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1501), 1, - anon_sym_operator, + ACTIONS(976), 1, + anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1665), 1, - anon_sym_TILDE, - ACTIONS(4303), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(7586), 1, + ACTIONS(7550), 1, sym_identifier, - ACTIONS(7588), 1, - anon_sym_template, - STATE(4900), 1, + STATE(1841), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(5233), 1, sym__scope_resolution, - STATE(5148), 1, - sym_operator_name, - STATE(5150), 1, - sym_qualified_identifier, - STATE(5151), 1, - sym_dependent_identifier, - STATE(5157), 1, - sym_destructor_name, - STATE(5162), 1, - sym_template_function, - STATE(6969), 3, + STATE(2283), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [194047] = 10, + ACTIONS(6619), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [189057] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(7590), 1, + ACTIONS(7552), 1, sym_identifier, - STATE(3465), 1, + STATE(1926), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5304), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(3529), 2, + STATE(2828), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2880), 4, + ACTIONS(1483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [194084] = 10, + [189094] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - ACTIONS(7590), 1, + ACTIONS(7554), 1, sym_identifier, - STATE(3465), 1, + STATE(2424), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5299), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(3529), 2, + STATE(3158), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2880), 4, + ACTIONS(2414), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [194121] = 10, + [189131] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(7590), 1, + ACTIONS(7556), 1, sym_identifier, - STATE(3288), 1, + STATE(1909), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5299), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(3529), 2, + STATE(2635), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(59), 4, + ACTIONS(6597), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [194158] = 14, + [189168] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(7592), 1, - sym_identifier, - ACTIONS(7594), 1, + ACTIONS(5373), 1, anon_sym_COLON_COLON, - ACTIONS(7596), 1, + ACTIONS(7558), 1, + sym_identifier, + ACTIONS(7560), 1, anon_sym_template, - STATE(2183), 1, - sym_destructor_name, - STATE(2185), 1, - sym_dependent_identifier, - STATE(2186), 1, - sym_qualified_identifier, - STATE(2194), 1, + STATE(2197), 1, sym_operator_name, - STATE(2209), 1, + STATE(2199), 1, + sym_qualified_identifier, + STATE(2201), 1, + sym_dependent_identifier, + STATE(2202), 1, + sym_destructor_name, + STATE(2203), 1, sym_template_function, - STATE(4904), 1, + STATE(4821), 1, sym__scope_resolution, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [194203] = 10, + [189213] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6430), 1, + anon_sym_LPAREN2, + ACTIONS(6438), 1, + anon_sym_LBRACK, + ACTIONS(6793), 1, + anon_sym_STAR, + ACTIONS(6795), 1, + anon_sym_AMP_AMP, + ACTIONS(6797), 1, + anon_sym_AMP, + STATE(4296), 1, + sym_parameter_list, + STATE(5377), 1, + sym__abstract_declarator, + ACTIONS(5625), 3, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_requires, + STATE(5024), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [189250] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5551), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(7598), 1, + ACTIONS(7562), 1, sym_identifier, - STATE(4288), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5249), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(4664), 2, + STATE(3461), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(5553), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [194240] = 10, + [189287] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6580), 1, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(7600), 1, + ACTIONS(7564), 1, sym_identifier, - STATE(1938), 1, + STATE(1814), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5307), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(2909), 2, + STATE(2138), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(6582), 4, + ACTIONS(6550), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [194277] = 10, + [189324] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6492), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(7602), 1, + ACTIONS(7562), 1, sym_identifier, - STATE(1913), 1, + STATE(3303), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5242), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(2638), 2, + STATE(3461), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(6494), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [194314] = 10, + [189361] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(7590), 1, + ACTIONS(7566), 1, sym_identifier, - STATE(3288), 1, + STATE(2424), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5304), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(3529), 2, + STATE(3158), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(59), 4, + ACTIONS(2414), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [189398] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1501), 1, + anon_sym_operator, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(1663), 1, + anon_sym_TILDE, + ACTIONS(4700), 1, + anon_sym_COLON_COLON, + ACTIONS(7394), 1, + sym_identifier, + ACTIONS(7396), 1, + anon_sym_template, + STATE(2197), 1, + sym_operator_name, + STATE(2199), 1, + sym_qualified_identifier, + STATE(2201), 1, + sym_dependent_identifier, + STATE(2202), 1, + sym_destructor_name, + STATE(2203), 1, + sym_template_function, + STATE(4827), 1, + sym__scope_resolution, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [189443] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(7562), 1, + sym_identifier, + STATE(3516), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(5218), 1, + sym__scope_resolution, + STATE(3461), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2884), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [194351] = 10, + [189480] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6554), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(7604), 1, + ACTIONS(7562), 1, sym_identifier, - STATE(1941), 1, + STATE(4172), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5322), 1, + STATE(5201), 1, + sym__scope_resolution, + STATE(4026), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(5535), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [189517] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(6526), 1, + anon_sym_COLON_COLON, + ACTIONS(7568), 1, + sym_identifier, + STATE(1922), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(5184), 1, + sym__scope_resolution, + STATE(2800), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(6528), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [189554] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(5483), 1, + anon_sym_COLON_COLON, + ACTIONS(7566), 1, + sym_identifier, + STATE(1926), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(5202), 1, sym__scope_resolution, - STATE(2765), 2, + STATE(2828), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, @@ -385491,541 +381606,504 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - [194388] = 14, + [189591] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(5401), 1, - anon_sym_COLON_COLON, - ACTIONS(7606), 1, + ACTIONS(7570), 1, sym_identifier, - ACTIONS(7608), 1, + ACTIONS(7572), 1, + anon_sym_COLON_COLON, + ACTIONS(7574), 1, anon_sym_template, - STATE(2183), 1, - sym_destructor_name, - STATE(2185), 1, - sym_dependent_identifier, - STATE(2186), 1, - sym_qualified_identifier, - STATE(2194), 1, + STATE(2197), 1, sym_operator_name, - STATE(2209), 1, + STATE(2199), 1, + sym_qualified_identifier, + STATE(2201), 1, + sym_dependent_identifier, + STATE(2202), 1, + sym_destructor_name, + STATE(2203), 1, sym_template_function, - STATE(4910), 1, + STATE(4832), 1, sym__scope_resolution, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [194433] = 10, + [189636] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6602), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(7610), 1, + ACTIONS(7562), 1, sym_identifier, - STATE(1841), 1, + STATE(4172), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5329), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(2337), 2, + STATE(4026), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(6604), 4, + ACTIONS(5535), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [194470] = 10, + [189673] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6540), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(7612), 1, + ACTIONS(7562), 1, sym_identifier, - STATE(2411), 1, + STATE(3638), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5251), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(3188), 2, + STATE(4026), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2440), 4, + ACTIONS(1675), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [194507] = 14, + [189710] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1501), 1, anon_sym_operator, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(1665), 1, + ACTIONS(1663), 1, anon_sym_TILDE, - ACTIONS(4689), 1, + ACTIONS(4375), 1, anon_sym_COLON_COLON, - ACTIONS(7430), 1, + ACTIONS(7576), 1, sym_identifier, - ACTIONS(7432), 1, + ACTIONS(7578), 1, anon_sym_template, - STATE(2183), 1, + STATE(4835), 1, + sym__scope_resolution, + STATE(5035), 1, + sym_operator_name, + STATE(5049), 1, + sym_template_function, + STATE(5053), 1, sym_destructor_name, - STATE(2185), 1, + STATE(5056), 1, sym_dependent_identifier, - STATE(2186), 1, + STATE(5088), 1, sym_qualified_identifier, - STATE(2194), 1, - sym_operator_name, - STATE(2209), 1, - sym_template_function, - STATE(4913), 1, - sym__scope_resolution, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [194552] = 10, + [189755] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6448), 1, - anon_sym_LPAREN2, - ACTIONS(6456), 1, - anon_sym_LBRACK, - ACTIONS(6808), 1, - anon_sym_STAR, - ACTIONS(6810), 1, - anon_sym_AMP_AMP, - ACTIONS(6812), 1, - anon_sym_AMP, - STATE(4371), 1, - sym_parameter_list, - STATE(5487), 1, - sym__abstract_declarator, - ACTIONS(5687), 3, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_requires, - STATE(5031), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [194589] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6518), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(7614), 1, + ACTIONS(7562), 1, sym_identifier, - STATE(1814), 1, + STATE(3516), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5229), 1, + STATE(5210), 1, sym__scope_resolution, - STATE(2111), 2, + STATE(3461), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(6520), 4, + ACTIONS(2884), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [194626] = 10, + [189792] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5485), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(7598), 1, + ACTIONS(7566), 1, sym_identifier, - STATE(1941), 1, + STATE(4258), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5259), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(2765), 2, + STATE(4543), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(1483), 4, + ACTIONS(5595), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [194663] = 10, + [189829] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5613), 1, + ACTIONS(5091), 1, + anon_sym_LBRACE, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(7598), 1, + ACTIONS(7027), 1, sym_identifier, - STATE(2411), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(5271), 1, + STATE(2319), 1, + sym_template_type, + STATE(2795), 1, + sym_enumerator_list, + STATE(5202), 1, + sym__scope_resolution, + ACTIONS(7580), 2, + anon_sym_class, + anon_sym_struct, + STATE(4347), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [189869] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(6306), 1, + anon_sym_LBRACE, + ACTIONS(7035), 1, + sym_identifier, + STATE(3306), 1, + sym_template_type, + STATE(3989), 1, + sym_enumerator_list, + STATE(5201), 1, sym__scope_resolution, - STATE(3188), 2, - sym_sized_type_specifier, + ACTIONS(7582), 2, + anon_sym_class, + anon_sym_struct, + STATE(4310), 2, + sym__class_name, sym_qualified_type_identifier, - STATE(6969), 3, + STATE(6968), 2, sym_decltype, - sym_template_type, sym_dependent_type_identifier, - ACTIONS(2440), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [194700] = 12, + [189909] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5426), 1, + anon_sym_LT, + STATE(5023), 1, + sym_template_argument_list, + ACTIONS(3732), 2, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(3737), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(3844), 1, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + [189937] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - STATE(1918), 1, - sym_compound_statement, - STATE(4400), 1, + ACTIONS(7474), 1, + anon_sym_LBRACE, + STATE(4274), 1, sym_parameter_list, - STATE(5605), 1, + STATE(4969), 1, + sym_compound_statement, + STATE(5498), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [194740] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5439), 1, - sym_auto, - ACTIONS(5441), 1, - anon_sym_decltype, - ACTIONS(6749), 1, - sym_identifier, - ACTIONS(6751), 1, - anon_sym_LPAREN2, - ACTIONS(6753), 1, - anon_sym_STAR, - STATE(3519), 1, - sym_decltype_auto, - STATE(5311), 1, - sym__type_declarator, - STATE(6818), 1, - sym_ms_based_modifier, - STATE(5495), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [194778] = 12, + [189977] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(5701), 1, + ACTIONS(6979), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(7019), 1, sym_identifier, - STATE(3312), 1, + STATE(4305), 1, sym_template_type, - STATE(3491), 1, + STATE(4581), 1, sym_enumerator_list, - STATE(5294), 1, + STATE(5159), 1, sym__scope_resolution, - ACTIONS(7616), 2, + ACTIONS(7584), 2, anon_sym_class, anon_sym_struct, - STATE(4366), 2, + STATE(4342), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [194818] = 11, + [190017] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5426), 1, + anon_sym_LT, + STATE(5023), 1, + sym_template_argument_list, + ACTIONS(6456), 2, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(3906), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + [190045] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5264), 1, + STATE(5183), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [194856] = 12, + [190083] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, + anon_sym_decltype, + ACTIONS(6734), 1, + sym_identifier, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(6738), 1, anon_sym_STAR, - ACTIONS(3848), 1, - anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(7508), 1, - anon_sym_LBRACE, - STATE(4400), 1, - sym_parameter_list, - STATE(5070), 1, - sym_compound_statement, - STATE(5689), 1, - sym_abstract_function_declarator, - STATE(5950), 1, - sym__abstract_declarator, - STATE(5117), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [194896] = 12, + STATE(3469), 1, + sym_decltype_auto, + STATE(5167), 1, + sym__type_declarator, + STATE(6639), 1, + sym_ms_based_modifier, + STATE(5366), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [190121] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5571), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(5701), 1, + ACTIONS(6306), 1, anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3491), 1, + STATE(3989), 1, sym_enumerator_list, - STATE(5310), 1, + STATE(5175), 1, sym__scope_resolution, - ACTIONS(7618), 2, + ACTIONS(7586), 2, anon_sym_class, anon_sym_struct, - STATE(4115), 2, + STATE(4463), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [194936] = 12, + [190161] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6554), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(6925), 1, - sym_identifier, - ACTIONS(7035), 1, + ACTIONS(6306), 1, anon_sym_LBRACE, - STATE(2358), 1, + ACTIONS(7035), 1, + sym_identifier, + STATE(3306), 1, sym_template_type, - STATE(2865), 1, + STATE(3989), 1, sym_enumerator_list, - STATE(5322), 1, + STATE(5201), 1, sym__scope_resolution, - ACTIONS(7620), 2, + ACTIONS(7588), 2, anon_sym_class, anon_sym_struct, - STATE(3548), 2, + STATE(4064), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [194976] = 13, + [190201] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 1, anon_sym_LBRACE, - ACTIONS(5713), 1, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7438), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, + ACTIONS(7406), 1, anon_sym_EQ, - ACTIONS(7622), 1, + ACTIONS(7590), 1, anon_sym_SEMI, - ACTIONS(7624), 1, + ACTIONS(7592), 1, anon_sym_COLON, - STATE(3765), 1, + STATE(3685), 1, sym_parameter_list, - STATE(5904), 1, + STATE(5763), 1, aux_sym_declaration_repeat1, - STATE(5206), 2, + STATE(5127), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, + STATE(6359), 2, sym_argument_list, sym_initializer_list, - [195018] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(3846), 1, - anon_sym_STAR, - ACTIONS(3848), 1, - anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(7486), 1, - anon_sym_LBRACE, - STATE(2497), 1, - sym_compound_statement, - STATE(4400), 1, - sym_parameter_list, - STATE(5611), 1, - sym_abstract_function_declarator, - STATE(5950), 1, - sym__abstract_declarator, - STATE(5117), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [195058] = 11, + [190243] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, - anon_sym_decltype, - ACTIONS(6749), 1, - sym_identifier, - ACTIONS(6751), 1, - anon_sym_LPAREN2, - ACTIONS(6753), 1, - anon_sym_STAR, - STATE(3519), 1, - sym_decltype_auto, - STATE(5309), 1, - sym__type_declarator, - STATE(6818), 1, - sym_ms_based_modifier, - STATE(5495), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [195096] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5439), 1, sym_auto, - ACTIONS(5441), 1, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5236), 1, + STATE(5156), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [195134] = 5, + [190281] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7626), 1, + ACTIONS(7594), 1, anon_sym_RPAREN, - STATE(2512), 3, + STATE(2480), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, @@ -386041,143 +382119,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [195160] = 12, + [190307] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5571), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7163), 1, + ACTIONS(5629), 1, anon_sym_LBRACE, - STATE(3312), 1, + ACTIONS(7051), 1, + sym_identifier, + STATE(3306), 1, sym_template_type, - STATE(4014), 1, + STATE(3443), 1, sym_enumerator_list, - STATE(5310), 1, + STATE(5218), 1, sym__scope_resolution, - ACTIONS(7628), 2, + ACTIONS(7596), 2, anon_sym_class, anon_sym_struct, - STATE(4478), 2, + STATE(3953), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [195200] = 12, + [190347] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7554), 1, + ACTIONS(7454), 1, anon_sym_LBRACE, - STATE(3799), 1, + STATE(2836), 1, sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(5529), 1, + STATE(5525), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [195240] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7630), 1, - anon_sym_RPAREN, - STATE(2512), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(137), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [195266] = 11, + [190387] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5266), 1, + STATE(5226), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [195304] = 11, + [190425] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5238), 1, + STATE(5139), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [195342] = 5, + [190463] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7598), 1, + anon_sym_RPAREN, + STATE(2480), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(137), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [190489] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7632), 1, + ACTIONS(7600), 1, anon_sym_RPAREN, - STATE(2512), 3, + STATE(2480), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, @@ -386193,199 +382271,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [195368] = 11, + [190515] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5265), 1, + STATE(5237), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [195406] = 11, + [190553] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5439), 1, - sym_auto, - ACTIONS(5441), 1, - anon_sym_decltype, - ACTIONS(6749), 1, - sym_identifier, - ACTIONS(6751), 1, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7398), 1, + anon_sym_COMMA, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, - anon_sym_STAR, - STATE(3519), 1, - sym_decltype_auto, - STATE(5305), 1, - sym__type_declarator, - STATE(6818), 1, - sym_ms_based_modifier, - STATE(5495), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [195444] = 12, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7406), 1, + anon_sym_EQ, + ACTIONS(7590), 1, + anon_sym_SEMI, + ACTIONS(7602), 1, + anon_sym_COLON, + STATE(3685), 1, + sym_parameter_list, + STATE(5763), 1, + aux_sym_declaration_repeat1, + STATE(5127), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(6359), 2, + sym_argument_list, + sym_initializer_list, + [190595] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(5571), 1, - anon_sym_COLON_COLON, - ACTIONS(5701), 1, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(3844), 1, + anon_sym_STAR, + ACTIONS(3846), 1, + anon_sym_AMP_AMP, + ACTIONS(3848), 1, + anon_sym_AMP, + ACTIONS(6683), 1, + anon_sym_LBRACK, + ACTIONS(7410), 1, anon_sym_LBRACE, - ACTIONS(7057), 1, - sym_identifier, - STATE(3312), 1, - sym_template_type, - STATE(3491), 1, - sym_enumerator_list, - STATE(5310), 1, - sym__scope_resolution, - ACTIONS(7634), 2, - anon_sym_class, - anon_sym_struct, - STATE(4447), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [195484] = 11, + STATE(1923), 1, + sym_compound_statement, + STATE(4274), 1, + sym_parameter_list, + STATE(5580), 1, + sym_abstract_function_declarator, + STATE(5810), 1, + sym__abstract_declarator, + STATE(5059), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [190635] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5254), 1, + STATE(5192), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [195522] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5424), 1, - anon_sym_LT, - STATE(5025), 1, - sym_template_argument_list, - ACTIONS(3736), 2, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3741), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_try, - [195550] = 12, + [190673] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5613), 1, - anon_sym_COLON_COLON, - ACTIONS(7013), 1, + ACTIONS(4228), 1, anon_sym_LBRACE, - ACTIONS(7193), 1, - sym_identifier, - STATE(2779), 1, - sym_template_type, - STATE(3229), 1, - sym_enumerator_list, - STATE(5271), 1, - sym__scope_resolution, - ACTIONS(7636), 2, - anon_sym_class, - anon_sym_struct, - STATE(4410), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [195590] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(4702), 1, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(5701), 1, - anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(6959), 1, sym_identifier, - STATE(3312), 1, + STATE(1946), 1, sym_template_type, - STATE(3491), 1, + STATE(2325), 1, sym_enumerator_list, - STATE(5294), 1, + STATE(5233), 1, sym__scope_resolution, - ACTIONS(7638), 2, + ACTIONS(7604), 2, anon_sym_class, anon_sym_struct, - STATE(4363), 2, + STATE(1979), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [195630] = 5, + [190713] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7640), 1, + ACTIONS(7606), 1, anon_sym_RPAREN, - STATE(2512), 3, + STATE(2480), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, @@ -386401,478 +382431,371 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [195656] = 11, + [190739] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5287), 1, + STATE(5228), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [195694] = 12, + [190777] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5551), 1, + ACTIONS(4696), 1, + anon_sym_LBRACE, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(7095), 1, + ACTIONS(6923), 1, sym_identifier, - ACTIONS(7642), 1, - anon_sym_LBRACE, - STATE(4365), 1, + STATE(2076), 1, sym_template_type, - STATE(4569), 1, + STATE(2676), 1, sym_enumerator_list, - STATE(5249), 1, + STATE(5154), 1, sym__scope_resolution, - ACTIONS(7644), 2, + ACTIONS(7608), 2, anon_sym_class, anon_sym_struct, - STATE(4411), 2, + STATE(2183), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [195734] = 12, + [190817] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6492), 1, + ACTIONS(5359), 1, + anon_sym_LBRACE, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(6970), 1, + ACTIONS(7123), 1, sym_identifier, - ACTIONS(7646), 1, - anon_sym_LBRACE, - STATE(2015), 1, + STATE(2885), 1, sym_template_type, - STATE(2659), 1, + STATE(3204), 1, sym_enumerator_list, - STATE(5242), 1, + STATE(5199), 1, sym__scope_resolution, - ACTIONS(7648), 2, + ACTIONS(7610), 2, anon_sym_class, anon_sym_struct, - STATE(2195), 2, + STATE(4343), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [195774] = 12, + [190857] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, + anon_sym_decltype, + ACTIONS(6734), 1, + sym_identifier, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(6738), 1, anon_sym_STAR, - ACTIONS(3848), 1, - anon_sym_AMP_AMP, - ACTIONS(3850), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(7470), 1, - anon_sym_LBRACE, - STATE(1918), 1, - sym_compound_statement, - STATE(4400), 1, - sym_parameter_list, - STATE(5773), 1, - sym_abstract_function_declarator, - STATE(5950), 1, - sym__abstract_declarator, - STATE(5117), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [195814] = 11, + STATE(3469), 1, + sym_decltype_auto, + STATE(5166), 1, + sym__type_declarator, + STATE(6639), 1, + sym_ms_based_modifier, + STATE(5366), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [190895] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, + ACTIONS(5441), 1, sym_auto, + ACTIONS(5443), 1, + anon_sym_decltype, + ACTIONS(6734), 1, + sym_identifier, + ACTIONS(6736), 1, + anon_sym_LPAREN2, + ACTIONS(6738), 1, + anon_sym_STAR, + STATE(3469), 1, + sym_decltype_auto, + STATE(5230), 1, + sym__type_declarator, + STATE(6639), 1, + sym_ms_based_modifier, + STATE(5366), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [190933] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5296), 1, + STATE(5238), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [195852] = 12, + [190971] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(7035), 1, + ACTIONS(5629), 1, anon_sym_LBRACE, - ACTIONS(7043), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(2358), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(2865), 1, + STATE(3443), 1, sym_enumerator_list, - STATE(5259), 1, + STATE(5138), 1, sym__scope_resolution, - ACTIONS(7650), 2, + ACTIONS(7612), 2, anon_sym_class, anon_sym_struct, - STATE(4618), 2, + STATE(5133), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [195892] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7652), 1, - anon_sym_RPAREN, - STATE(2512), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(137), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [195918] = 12, + [191011] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6518), 1, + ACTIONS(4174), 1, + anon_sym_LBRACE, + ACTIONS(6548), 1, anon_sym_COLON_COLON, - ACTIONS(6980), 1, + ACTIONS(6913), 1, sym_identifier, - ACTIONS(7654), 1, - anon_sym_LBRACE, - STATE(1891), 1, + STATE(1910), 1, sym_template_type, - STATE(2121), 1, + STATE(2104), 1, sym_enumerator_list, - STATE(5229), 1, + STATE(5150), 1, sym__scope_resolution, - ACTIONS(7656), 2, + ACTIONS(7614), 2, anon_sym_class, anon_sym_struct, - STATE(1930), 2, + STATE(1931), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [195958] = 12, + [191051] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6540), 1, + ACTIONS(5091), 1, + anon_sym_LBRACE, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(6956), 1, + ACTIONS(6939), 1, sym_identifier, - ACTIONS(7013), 1, - anon_sym_LBRACE, - STATE(2779), 1, + STATE(2319), 1, sym_template_type, - STATE(3229), 1, + STATE(2795), 1, sym_enumerator_list, - STATE(5251), 1, + STATE(5162), 1, sym__scope_resolution, - ACTIONS(7658), 2, + ACTIONS(7616), 2, anon_sym_class, anon_sym_struct, - STATE(3354), 2, + STATE(3273), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [195998] = 13, + [191091] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 1, anon_sym_LBRACE, - ACTIONS(5713), 1, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7438), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, + ACTIONS(7406), 1, anon_sym_EQ, - ACTIONS(7622), 1, + ACTIONS(7590), 1, anon_sym_SEMI, - ACTIONS(7660), 1, + ACTIONS(7618), 1, anon_sym_COLON, - STATE(3765), 1, + STATE(3685), 1, sym_parameter_list, - STATE(5904), 1, + STATE(5763), 1, aux_sym_declaration_repeat1, - STATE(5206), 2, + STATE(5127), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, + STATE(6359), 2, sym_argument_list, sym_initializer_list, - [196040] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6580), 1, - anon_sym_COLON_COLON, - ACTIONS(6993), 1, - sym_identifier, - ACTIONS(7662), 1, - anon_sym_LBRACE, - STATE(2188), 1, - sym_template_type, - STATE(2800), 1, - sym_enumerator_list, - STATE(5307), 1, - sym__scope_resolution, - ACTIONS(7664), 2, - anon_sym_class, - anon_sym_struct, - STATE(2407), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [196080] = 11, + [191133] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5267), 1, + STATE(5196), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [196118] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7438), 1, - anon_sym_COMMA, - ACTIONS(7440), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(7448), 1, - anon_sym_EQ, - ACTIONS(7622), 1, - anon_sym_SEMI, - ACTIONS(7666), 1, - anon_sym_COLON, - STATE(3765), 1, - sym_parameter_list, - STATE(5904), 1, - aux_sym_declaration_repeat1, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, - sym_argument_list, - sym_initializer_list, - [196160] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7438), 1, - anon_sym_COMMA, - ACTIONS(7440), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(7448), 1, - anon_sym_EQ, - ACTIONS(7622), 1, - anon_sym_SEMI, - ACTIONS(7668), 1, - anon_sym_COLON, - STATE(3765), 1, - sym_parameter_list, - STATE(5904), 1, - aux_sym_declaration_repeat1, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, - sym_argument_list, - sym_initializer_list, - [196202] = 11, + [191171] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5268), 1, + STATE(5178), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [196240] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(6679), 1, - anon_sym_LBRACK, - ACTIONS(6849), 1, - anon_sym_STAR, - ACTIONS(6851), 1, - anon_sym_AMP_AMP, - ACTIONS(6853), 1, - anon_sym_AMP, - STATE(4400), 1, - sym_parameter_list, - STATE(5517), 1, - sym__abstract_declarator, - ACTIONS(5687), 2, - anon_sym_LBRACE, - anon_sym_requires, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [196276] = 12, + [191209] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5485), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(7035), 1, + ACTIONS(5629), 1, anon_sym_LBRACE, - ACTIONS(7043), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(2358), 1, + STATE(3306), 1, sym_template_type, - STATE(2865), 1, + STATE(3443), 1, sym_enumerator_list, - STATE(5259), 1, + STATE(5201), 1, sym__scope_resolution, - ACTIONS(7670), 2, + ACTIONS(7620), 2, anon_sym_class, anon_sym_struct, - STATE(4422), 2, + STATE(4243), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [196316] = 5, + [191249] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7672), 1, + ACTIONS(7622), 1, anon_sym_RPAREN, - STATE(2512), 3, + STATE(2480), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, @@ -386888,233 +382811,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [196342] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6554), 1, - anon_sym_COLON_COLON, - ACTIONS(6925), 1, - sym_identifier, - ACTIONS(7035), 1, - anon_sym_LBRACE, - STATE(2358), 1, - sym_template_type, - STATE(2865), 1, - sym_enumerator_list, - STATE(5322), 1, - sym__scope_resolution, - ACTIONS(7674), 2, - anon_sym_class, - anon_sym_struct, - STATE(3272), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [196382] = 11, + [191275] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5323), 1, + STATE(5198), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [196420] = 12, + [191313] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(7129), 1, - sym_identifier, - ACTIONS(7163), 1, + ACTIONS(1469), 1, anon_sym_LBRACE, - STATE(3312), 1, - sym_template_type, - STATE(4014), 1, - sym_enumerator_list, - STATE(5294), 1, - sym__scope_resolution, - ACTIONS(7676), 2, - anon_sym_class, - anon_sym_struct, - STATE(3688), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [196460] = 11, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7398), 1, + anon_sym_COMMA, + ACTIONS(7400), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7406), 1, + anon_sym_EQ, + ACTIONS(7590), 1, + anon_sym_SEMI, + ACTIONS(7624), 1, + anon_sym_COLON, + STATE(3685), 1, + sym_parameter_list, + STATE(5763), 1, + aux_sym_declaration_repeat1, + STATE(5127), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(6359), 2, + sym_argument_list, + sym_initializer_list, + [191355] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5328), 1, + STATE(5220), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [196498] = 12, + [191393] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5701), 1, + ACTIONS(5359), 1, anon_sym_LBRACE, - ACTIONS(7057), 1, - sym_identifier, - ACTIONS(7211), 1, + ACTIONS(6494), 1, anon_sym_COLON_COLON, - STATE(3312), 1, + ACTIONS(6893), 1, + sym_identifier, + STATE(2885), 1, sym_template_type, - STATE(3491), 1, + STATE(3204), 1, sym_enumerator_list, - STATE(5244), 1, + STATE(5221), 1, sym__scope_resolution, - ACTIONS(7678), 2, + ACTIONS(7626), 2, anon_sym_class, anon_sym_struct, - STATE(5216), 2, + STATE(3352), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [196538] = 11, + [191433] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5439), 1, - sym_auto, - ACTIONS(5441), 1, - anon_sym_decltype, - ACTIONS(6749), 1, - sym_identifier, - ACTIONS(6751), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, - anon_sym_STAR, - STATE(3519), 1, - sym_decltype_auto, - STATE(5297), 1, - sym__type_declarator, - STATE(6818), 1, - sym_ms_based_modifier, - STATE(5495), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [196576] = 12, - ACTIONS(3), 1, - sym_comment, ACTIONS(3844), 1, - anon_sym_LPAREN2, - ACTIONS(3846), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7572), 1, + ACTIONS(7466), 1, anon_sym_LBRACE, - STATE(4400), 1, - sym_parameter_list, - STATE(5272), 1, + STATE(3364), 1, sym_compound_statement, - STATE(5546), 1, + STATE(4274), 1, + sym_parameter_list, + STATE(5553), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [196616] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6602), 1, - anon_sym_COLON_COLON, - ACTIONS(6937), 1, - sym_identifier, - ACTIONS(7680), 1, - anon_sym_LBRACE, - STATE(1954), 1, - sym_template_type, - STATE(2223), 1, - sym_enumerator_list, - STATE(5329), 1, - sym__scope_resolution, - ACTIONS(7682), 2, - anon_sym_class, - anon_sym_struct, - STATE(1981), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [196656] = 5, + [191473] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7684), 1, + ACTIONS(7628), 1, anon_sym_RPAREN, - STATE(2512), 3, + STATE(2480), 3, sym_string_literal, sym_raw_string_literal, aux_sym_concatenated_string_repeat1, @@ -387130,691 +382971,732 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [196682] = 13, + [191499] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7438), 1, - anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(3844), 1, + anon_sym_STAR, + ACTIONS(3846), 1, + anon_sym_AMP_AMP, + ACTIONS(3848), 1, + anon_sym_AMP, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, - anon_sym_EQ, - ACTIONS(7622), 1, - anon_sym_SEMI, - ACTIONS(7686), 1, - anon_sym_COLON, - STATE(3765), 1, + ACTIONS(7442), 1, + anon_sym_LBRACE, + STATE(3768), 1, + sym_compound_statement, + STATE(4274), 1, sym_parameter_list, - STATE(5904), 1, - aux_sym_declaration_repeat1, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, - sym_argument_list, - sym_initializer_list, - [196724] = 11, + STATE(5499), 1, + sym_abstract_function_declarator, + STATE(5810), 1, + sym__abstract_declarator, + STATE(5059), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [191539] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, - sym_auto, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5290), 1, + STATE(5179), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [196762] = 12, + [191577] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7484), 1, + ACTIONS(7440), 1, anon_sym_LBRACE, - STATE(3108), 1, + STATE(3093), 1, sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(5547), 1, + STATE(5692), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [196802] = 11, + [191617] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7398), 1, + anon_sym_COMMA, + ACTIONS(7400), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7406), 1, + anon_sym_EQ, + ACTIONS(7590), 1, + anon_sym_SEMI, + ACTIONS(7630), 1, + anon_sym_COLON, + STATE(3685), 1, + sym_parameter_list, + STATE(5763), 1, + aux_sym_declaration_repeat1, + STATE(5127), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(6359), 2, + sym_argument_list, + sym_initializer_list, + [191659] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5439), 1, + ACTIONS(5441), 1, sym_auto, + ACTIONS(5443), 1, + anon_sym_decltype, + ACTIONS(6734), 1, + sym_identifier, + ACTIONS(6736), 1, + anon_sym_LPAREN2, + ACTIONS(6738), 1, + anon_sym_STAR, + STATE(3469), 1, + sym_decltype_auto, + STATE(5236), 1, + sym__type_declarator, + STATE(6639), 1, + sym_ms_based_modifier, + STATE(5366), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [191697] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, ACTIONS(5441), 1, + sym_auto, + ACTIONS(5443), 1, anon_sym_decltype, - ACTIONS(6749), 1, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6736), 1, anon_sym_LPAREN2, - ACTIONS(6753), 1, + ACTIONS(6738), 1, anon_sym_STAR, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - STATE(5284), 1, + STATE(5180), 1, sym__type_declarator, - STATE(6818), 1, + STATE(6639), 1, sym_ms_based_modifier, - STATE(5495), 5, + STATE(5366), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [196840] = 12, + [191735] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(5541), 1, + anon_sym_COLON_COLON, + ACTIONS(5629), 1, + anon_sym_LBRACE, + ACTIONS(7051), 1, + sym_identifier, + STATE(3306), 1, + sym_template_type, + STATE(3443), 1, + sym_enumerator_list, + STATE(5175), 1, + sym__scope_resolution, + ACTIONS(7632), 2, + anon_sym_class, + anon_sym_struct, + STATE(4087), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [191775] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + ACTIONS(5629), 1, + anon_sym_LBRACE, + ACTIONS(7035), 1, + sym_identifier, + STATE(3306), 1, + sym_template_type, + STATE(3443), 1, + sym_enumerator_list, + STATE(5210), 1, + sym__scope_resolution, + ACTIONS(7634), 2, + anon_sym_class, + anon_sym_struct, + STATE(3456), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [191815] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7434), 1, + ACTIONS(7536), 1, anon_sym_LBRACE, - STATE(3044), 1, - sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(5720), 1, + STATE(5205), 1, + sym_compound_statement, + STATE(5409), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [196880] = 12, + [191855] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7398), 1, + anon_sym_COMMA, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7406), 1, + anon_sym_EQ, + ACTIONS(7590), 1, + anon_sym_SEMI, + ACTIONS(7636), 1, + anon_sym_COLON, + STATE(3685), 1, + sym_parameter_list, + STATE(5763), 1, + aux_sym_declaration_repeat1, + STATE(5127), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(6359), 2, + sym_argument_list, + sym_initializer_list, + [191897] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3842), 1, + anon_sym_LPAREN2, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7546), 1, + ACTIONS(7412), 1, anon_sym_LBRACE, - STATE(3328), 1, + STATE(3146), 1, sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(5544), 1, + STATE(5487), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [196920] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5424), 1, - anon_sym_LT, - STATE(5025), 1, - sym_template_argument_list, - ACTIONS(6442), 2, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3902), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_try, - [196948] = 12, + [191937] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(3846), 1, + ACTIONS(3844), 1, anon_sym_STAR, - ACTIONS(3848), 1, + ACTIONS(3846), 1, anon_sym_AMP_AMP, - ACTIONS(3850), 1, + ACTIONS(3848), 1, anon_sym_AMP, - ACTIONS(6679), 1, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7468), 1, + ACTIONS(7462), 1, anon_sym_LBRACE, - STATE(2836), 1, + STATE(2525), 1, sym_compound_statement, - STATE(4400), 1, + STATE(4274), 1, sym_parameter_list, - STATE(5616), 1, + STATE(5484), 1, sym_abstract_function_declarator, - STATE(5950), 1, + STATE(5810), 1, sym__abstract_declarator, - STATE(5117), 4, + STATE(5059), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [196988] = 13, + [191977] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7438), 1, - anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(3844), 1, + anon_sym_STAR, + ACTIONS(3846), 1, + anon_sym_AMP_AMP, + ACTIONS(3848), 1, + anon_sym_AMP, + ACTIONS(6683), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, - anon_sym_EQ, - ACTIONS(7622), 1, - anon_sym_SEMI, - ACTIONS(7688), 1, - anon_sym_COLON, - STATE(3765), 1, + STATE(1923), 1, + sym_compound_statement, + STATE(4274), 1, sym_parameter_list, - STATE(5904), 1, - aux_sym_declaration_repeat1, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, - sym_argument_list, - sym_initializer_list, - [197030] = 12, + STATE(5427), 1, + sym_abstract_function_declarator, + STATE(5810), 1, + sym__abstract_declarator, + STATE(5059), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [192017] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7638), 1, + anon_sym_RPAREN, + STATE(2480), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(137), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [192043] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(5701), 1, + ACTIONS(4732), 1, anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(6526), 1, + anon_sym_COLON_COLON, + ACTIONS(6903), 1, sym_identifier, - STATE(3312), 1, + STATE(2185), 1, sym_template_type, - STATE(3491), 1, + STATE(2892), 1, sym_enumerator_list, - STATE(5299), 1, + STATE(5184), 1, sym__scope_resolution, - ACTIONS(7690), 2, + ACTIONS(7640), 2, anon_sym_class, anon_sym_struct, - STATE(3934), 2, + STATE(2255), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [197070] = 12, + [192083] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6980), 1, - sym_identifier, - ACTIONS(7654), 1, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + STATE(3628), 1, + sym_parameter_list, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7642), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(1891), 1, - sym_template_type, - STATE(2121), 1, - sym_enumerator_list, - STATE(5229), 1, - sym__scope_resolution, - ACTIONS(7692), 2, - anon_sym_class, - anon_sym_struct, - STATE(2530), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [197110] = 12, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + [192112] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(5701), 1, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + STATE(3628), 1, + sym_parameter_list, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7644), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(7129), 1, - sym_identifier, - STATE(3312), 1, - sym_template_type, - STATE(3491), 1, - sym_enumerator_list, - STATE(5304), 1, - sym__scope_resolution, - ACTIONS(7694), 2, - anon_sym_class, - anon_sym_struct, - STATE(3560), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [197150] = 9, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + [192141] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(7398), 1, + anon_sym_COMMA, + ACTIONS(7400), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7590), 1, + anon_sym_SEMI, + ACTIONS(7646), 1, + anon_sym_EQ, + STATE(3628), 1, + sym_parameter_list, + STATE(5763), 1, + aux_sym_declaration_repeat1, + STATE(5913), 1, + sym_initializer_list, + STATE(6359), 1, + sym_argument_list, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [192182] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3501), 1, + STATE(3537), 1, sym_field_declaration_list, - STATE(5709), 1, + STATE(5612), 1, sym_virtual_specifier, - STATE(6373), 1, + STATE(6429), 1, sym_base_class_clause, - ACTIONS(4036), 2, + ACTIONS(4016), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4038), 4, + ACTIONS(4018), 4, anon_sym___based, sym_identifier, sym_auto, anon_sym_decltype, - [197183] = 9, + [192215] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3516), 1, + STATE(3451), 1, sym_field_declaration_list, - STATE(5623), 1, + STATE(5520), 1, sym_virtual_specifier, - STATE(6387), 1, + STATE(6109), 1, sym_base_class_clause, - ACTIONS(4024), 2, + ACTIONS(4020), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4026), 4, + ACTIONS(4022), 4, anon_sym___based, sym_identifier, sym_auto, anon_sym_decltype, - [197216] = 9, + [192248] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3452), 1, + STATE(3546), 1, sym_field_declaration_list, - STATE(5541), 1, + STATE(5656), 1, sym_virtual_specifier, - STATE(6245), 1, + STATE(6401), 1, sym_base_class_clause, - ACTIONS(4009), 2, + ACTIONS(4036), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4011), 4, + ACTIONS(4038), 4, anon_sym___based, sym_identifier, sym_auto, anon_sym_decltype, - [197249] = 11, + [192281] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(6564), 1, + sym_concatenated_string, + STATE(4856), 2, + sym_string_literal, + sym_raw_string_literal, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(137), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [192306] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(6628), 1, + sym_concatenated_string, + STATE(4896), 2, + sym_string_literal, + sym_raw_string_literal, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(137), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [192331] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(868), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(6442), 1, + ACTIONS(6456), 1, anon_sym_LBRACK, - ACTIONS(7696), 1, + ACTIONS(7648), 1, anon_sym_SEMI, - ACTIONS(7698), 1, + ACTIONS(7650), 1, anon_sym_EQ, - ACTIONS(7700), 1, + ACTIONS(7652), 1, anon_sym_COLON, - ACTIONS(7702), 1, + ACTIONS(7654), 1, anon_sym_try, - STATE(930), 1, + STATE(1036), 1, sym_compound_statement, - STATE(6293), 1, + STATE(6289), 1, sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(3906), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(929), 3, + STATE(940), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, - [197286] = 9, + [192368] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3446), 1, + STATE(3463), 1, sym_field_declaration_list, - STATE(5724), 1, + STATE(5533), 1, sym_virtual_specifier, - STATE(6304), 1, + STATE(6134), 1, sym_base_class_clause, - ACTIONS(4044), 2, + ACTIONS(4040), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4046), 4, + ACTIONS(4042), 4, anon_sym___based, sym_identifier, sym_auto, anon_sym_decltype, - [197319] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(251), 1, - anon_sym_LBRACE, - ACTIONS(6442), 1, - anon_sym_LBRACK, - ACTIONS(7700), 1, - anon_sym_COLON, - ACTIONS(7704), 1, - anon_sym_SEMI, - ACTIONS(7706), 1, - anon_sym_EQ, - ACTIONS(7708), 1, - anon_sym_try, - STATE(538), 1, - sym_compound_statement, - STATE(6475), 1, - sym_field_initializer_list, - ACTIONS(3902), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(537), 3, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - [197356] = 9, + [192401] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3439), 1, + STATE(3476), 1, sym_field_declaration_list, - STATE(5759), 1, + STATE(5559), 1, sym_virtual_specifier, - STATE(6328), 1, + STATE(6171), 1, sym_base_class_clause, - ACTIONS(3995), 2, + ACTIONS(4032), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(3997), 4, + ACTIONS(4034), 4, anon_sym___based, sym_identifier, sym_auto, anon_sym_decltype, - [197389] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(251), 1, - anon_sym_LBRACE, - ACTIONS(6442), 1, - anon_sym_LBRACK, - ACTIONS(7700), 1, - anon_sym_COLON, - ACTIONS(7706), 1, - anon_sym_EQ, - ACTIONS(7708), 1, - anon_sym_try, - ACTIONS(7710), 1, - anon_sym_SEMI, - STATE(517), 1, - sym_compound_statement, - STATE(6141), 1, - sym_field_initializer_list, - ACTIONS(3902), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(516), 3, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - [197426] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(7057), 1, - sym_identifier, - STATE(3312), 1, - sym_template_type, - STATE(5299), 1, - sym__scope_resolution, - STATE(5850), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - ACTIONS(7712), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [197461] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4938), 1, - anon_sym_LBRACK, - ACTIONS(7714), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7716), 1, - anon_sym_AMP_AMP, - ACTIONS(4936), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [197486] = 11, + [192434] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(868), 1, - anon_sym_LBRACE, - ACTIONS(6442), 1, - anon_sym_LBRACK, - ACTIONS(7698), 1, - anon_sym_EQ, - ACTIONS(7700), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(7702), 1, - anon_sym_try, - ACTIONS(7718), 1, - anon_sym_SEMI, - STATE(957), 1, - sym_compound_statement, - STATE(6237), 1, - sym_field_initializer_list, - ACTIONS(3902), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(975), 3, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - [197523] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1469), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(7438), 1, - anon_sym_COMMA, - ACTIONS(7440), 1, + STATE(3473), 1, + sym_field_declaration_list, + STATE(5419), 1, + sym_virtual_specifier, + STATE(6101), 1, + sym_base_class_clause, + ACTIONS(4001), 2, anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(7448), 1, - anon_sym_EQ, - ACTIONS(7520), 1, - anon_sym_SEMI, - STATE(3953), 1, - sym_parameter_list, - STATE(6023), 1, - aux_sym_declaration_repeat1, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, - sym_argument_list, - sym_initializer_list, - [197562] = 9, + anon_sym_STAR, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4003), 4, + anon_sym___based, + sym_identifier, + sym_auto, + anon_sym_decltype, + [192467] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3432), 1, + STATE(3427), 1, sym_field_declaration_list, - STATE(5754), 1, + STATE(5416), 1, sym_virtual_specifier, - STATE(6566), 1, + STATE(5994), 1, sym_base_class_clause, - ACTIONS(4028), 2, + ACTIONS(4005), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4030), 4, + ACTIONS(4007), 4, anon_sym___based, sym_identifier, sym_auto, anon_sym_decltype, - [197595] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(7438), 1, - anon_sym_COMMA, - ACTIONS(7440), 1, - anon_sym_LPAREN2, - ACTIONS(7442), 1, - anon_sym_SEMI, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(7448), 1, - anon_sym_EQ, - STATE(3953), 1, - sym_parameter_list, - STATE(6066), 1, - aux_sym_declaration_repeat1, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, - sym_argument_list, - sym_initializer_list, - [197634] = 4, + [192500] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4953), 1, + ACTIONS(4918), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7656), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 11, + ACTIONS(4916), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -387826,90 +383708,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [197657] = 9, + [192523] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3475), 1, + STATE(3452), 1, sym_field_declaration_list, - STATE(5758), 1, + STATE(5408), 1, sym_virtual_specifier, - STATE(6576), 1, + STATE(6127), 1, sym_base_class_clause, - ACTIONS(4013), 2, + ACTIONS(4009), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(5451), 2, + ACTIONS(5455), 2, anon_sym_final, anon_sym_override, - ACTIONS(4015), 4, + ACTIONS(4011), 4, anon_sym___based, sym_identifier, sym_auto, anon_sym_decltype, - [197690] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(6442), 1, - anon_sym_LBRACK, - ACTIONS(7700), 1, - anon_sym_COLON, - ACTIONS(7720), 1, - anon_sym_SEMI, - ACTIONS(7722), 1, - anon_sym_EQ, - ACTIONS(7724), 1, - anon_sym_try, - STATE(1034), 1, - sym_compound_statement, - STATE(6489), 1, - sym_field_initializer_list, - ACTIONS(3902), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(976), 3, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - [197727] = 13, + [192556] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1469), 1, anon_sym_LBRACE, - ACTIONS(7438), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7622), 1, - anon_sym_SEMI, - ACTIONS(7726), 1, + ACTIONS(7406), 1, anon_sym_EQ, - STATE(3953), 1, + ACTIONS(7492), 1, + anon_sym_SEMI, + STATE(3628), 1, sym_parameter_list, - STATE(5827), 1, - sym_initializer_list, - STATE(5904), 1, + STATE(5956), 1, aux_sym_declaration_repeat1, - STATE(6591), 1, - sym_argument_list, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [197768] = 5, + STATE(6359), 2, + sym_argument_list, + sym_initializer_list, + [192595] = 5, ACTIONS(3), 1, sym_comment, - STATE(6628), 1, + STATE(6680), 1, sym_concatenated_string, - STATE(4929), 2, + STATE(4876), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(101), 5, @@ -387924,117 +383779,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [197793] = 11, + [192620] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, + ACTIONS(251), 1, + anon_sym_LBRACE, + ACTIONS(6456), 1, anon_sym_LBRACK, - ACTIONS(7700), 1, + ACTIONS(7652), 1, anon_sym_COLON, - ACTIONS(7728), 1, + ACTIONS(7658), 1, anon_sym_SEMI, - ACTIONS(7730), 1, - anon_sym_LBRACE, - ACTIONS(7732), 1, + ACTIONS(7660), 1, anon_sym_EQ, - ACTIONS(7734), 1, + ACTIONS(7662), 1, anon_sym_try, - STATE(2429), 1, + STATE(527), 1, sym_compound_statement, - STATE(6447), 1, + STATE(6055), 1, sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(3906), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(2431), 3, + STATE(526), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, - [197830] = 11, + [192657] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(626), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(6442), 1, + STATE(3520), 1, + sym_field_declaration_list, + STATE(5488), 1, + sym_virtual_specifier, + STATE(6313), 1, + sym_base_class_clause, + ACTIONS(3985), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(5455), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3987), 4, + anon_sym___based, + sym_identifier, + sym_auto, + anon_sym_decltype, + [192690] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(698), 1, + anon_sym_LBRACE, + ACTIONS(6456), 1, anon_sym_LBRACK, - ACTIONS(7700), 1, + ACTIONS(7652), 1, anon_sym_COLON, - ACTIONS(7736), 1, + ACTIONS(7664), 1, anon_sym_SEMI, - ACTIONS(7738), 1, + ACTIONS(7666), 1, anon_sym_EQ, - ACTIONS(7740), 1, + ACTIONS(7668), 1, anon_sym_try, - STATE(941), 1, + STATE(1017), 1, sym_compound_statement, - STATE(6144), 1, + STATE(6122), 1, sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(3906), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(942), 3, + STATE(1016), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, - [197867] = 12, + [192727] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1469), 1, anon_sym_LBRACE, - ACTIONS(7438), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, + ACTIONS(7406), 1, anon_sym_EQ, - ACTIONS(7488), 1, + ACTIONS(7590), 1, anon_sym_SEMI, - STATE(3953), 1, + STATE(3628), 1, sym_parameter_list, - STATE(5828), 1, + STATE(5763), 1, aux_sym_declaration_repeat1, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, + STATE(6359), 2, sym_argument_list, sym_initializer_list, - [197906] = 11, + [192766] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, - anon_sym_LBRACK, - ACTIONS(7700), 1, - anon_sym_COLON, - ACTIONS(7730), 1, - anon_sym_LBRACE, - ACTIONS(7732), 1, - anon_sym_EQ, - ACTIONS(7734), 1, - anon_sym_try, - ACTIONS(7742), 1, - anon_sym_SEMI, - STATE(2327), 1, - sym_compound_statement, - STATE(6485), 1, - sym_field_initializer_list, - ACTIONS(3902), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(2325), 3, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - [197943] = 5, + STATE(6712), 1, + sym_concatenated_string, + STATE(4855), 2, + sym_string_literal, + sym_raw_string_literal, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(137), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [192791] = 5, ACTIONS(3), 1, sym_comment, - STATE(6828), 1, + STATE(6511), 1, sym_concatenated_string, - STATE(4961), 2, + STATE(4862), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(101), 5, @@ -388049,12 +383922,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [197968] = 5, + [192816] = 5, ACTIONS(3), 1, sym_comment, - STATE(6803), 1, + STATE(7051), 1, sym_concatenated_string, - STATE(4950), 2, + STATE(4850), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(101), 5, @@ -388069,57 +383942,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [197993] = 10, + [192841] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(628), 1, + anon_sym_LBRACE, + ACTIONS(6456), 1, + anon_sym_LBRACK, + ACTIONS(7652), 1, + anon_sym_COLON, + ACTIONS(7670), 1, + anon_sym_SEMI, + ACTIONS(7672), 1, + anon_sym_EQ, + ACTIONS(7674), 1, + anon_sym_try, + STATE(1000), 1, + sym_compound_statement, + STATE(6149), 1, + sym_field_initializer_list, + ACTIONS(3906), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(1001), 3, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + [192878] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(5299), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5550), 2, + STATE(5957), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - ACTIONS(7744), 3, + ACTIONS(7676), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - [198028] = 5, + [192913] = 11, ACTIONS(3), 1, sym_comment, - STATE(6771), 1, - sym_concatenated_string, - STATE(4943), 2, - sym_string_literal, - sym_raw_string_literal, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(137), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [198053] = 5, + ACTIONS(6456), 1, + anon_sym_LBRACK, + ACTIONS(7652), 1, + anon_sym_COLON, + ACTIONS(7678), 1, + anon_sym_SEMI, + ACTIONS(7680), 1, + anon_sym_LBRACE, + ACTIONS(7682), 1, + anon_sym_EQ, + ACTIONS(7684), 1, + anon_sym_try, + STATE(2408), 1, + sym_compound_statement, + STATE(6352), 1, + sym_field_initializer_list, + ACTIONS(3906), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(2407), 3, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + [192950] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(7398), 1, + anon_sym_COMMA, + ACTIONS(7400), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7406), 1, + anon_sym_EQ, + ACTIONS(7426), 1, + anon_sym_SEMI, + STATE(3628), 1, + sym_parameter_list, + STATE(5808), 1, + aux_sym_declaration_repeat1, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(6359), 2, + sym_argument_list, + sym_initializer_list, + [192989] = 5, ACTIONS(3), 1, sym_comment, - STATE(6706), 1, + STATE(6737), 1, sym_concatenated_string, - STATE(4935), 2, + STATE(4882), 2, sym_string_literal, sym_raw_string_literal, ACTIONS(101), 5, @@ -388134,495 +384066,415 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [198078] = 11, + [193014] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, + ACTIONS(6456), 1, anon_sym_LBRACK, - ACTIONS(7700), 1, + ACTIONS(7652), 1, anon_sym_COLON, - ACTIONS(7746), 1, - anon_sym_SEMI, - ACTIONS(7748), 1, + ACTIONS(7680), 1, anon_sym_LBRACE, - ACTIONS(7750), 1, + ACTIONS(7682), 1, anon_sym_EQ, - ACTIONS(7752), 1, + ACTIONS(7684), 1, anon_sym_try, - STATE(2157), 1, + ACTIONS(7686), 1, + anon_sym_SEMI, + STATE(2298), 1, sym_compound_statement, - STATE(6188), 1, + STATE(6418), 1, sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(3906), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(2153), 3, + STATE(2302), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, - [198115] = 12, + [193051] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1469), 1, anon_sym_LBRACE, - ACTIONS(7438), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, + ACTIONS(7406), 1, anon_sym_EQ, - ACTIONS(7622), 1, + ACTIONS(7538), 1, anon_sym_SEMI, - STATE(3953), 1, + STATE(3628), 1, sym_parameter_list, - STATE(5904), 1, + STATE(5785), 1, aux_sym_declaration_repeat1, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, + STATE(6359), 2, sym_argument_list, sym_initializer_list, - [198154] = 11, + [193090] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, + ACTIONS(6456), 1, anon_sym_LBRACK, - ACTIONS(7700), 1, + ACTIONS(7652), 1, anon_sym_COLON, - ACTIONS(7754), 1, + ACTIONS(7688), 1, anon_sym_SEMI, - ACTIONS(7756), 1, + ACTIONS(7690), 1, anon_sym_LBRACE, - ACTIONS(7758), 1, + ACTIONS(7692), 1, anon_sym_EQ, - ACTIONS(7760), 1, + ACTIONS(7694), 1, anon_sym_try, - STATE(2268), 1, + STATE(2086), 1, sym_compound_statement, - STATE(6574), 1, + STATE(6420), 1, sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(3906), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(2275), 3, + STATE(2071), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, - [198191] = 11, + [193127] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, - anon_sym_LBRACK, - ACTIONS(7700), 1, - anon_sym_COLON, - ACTIONS(7756), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(7051), 1, + sym_identifier, + STATE(3306), 1, + sym_template_type, + STATE(5218), 1, + sym__scope_resolution, + STATE(5479), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + ACTIONS(7696), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + [193162] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(7758), 1, + ACTIONS(6456), 1, + anon_sym_LBRACK, + ACTIONS(7650), 1, anon_sym_EQ, - ACTIONS(7760), 1, + ACTIONS(7652), 1, + anon_sym_COLON, + ACTIONS(7654), 1, anon_sym_try, - ACTIONS(7762), 1, + ACTIONS(7698), 1, anon_sym_SEMI, - STATE(2350), 1, + STATE(1019), 1, sym_compound_statement, - STATE(6567), 1, + STATE(6300), 1, sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(3906), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(2370), 3, + STATE(1057), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, - [198228] = 11, + [193199] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(626), 1, + ACTIONS(628), 1, anon_sym_LBRACE, - ACTIONS(6442), 1, + ACTIONS(6456), 1, anon_sym_LBRACK, - ACTIONS(7700), 1, + ACTIONS(7652), 1, anon_sym_COLON, - ACTIONS(7738), 1, + ACTIONS(7672), 1, anon_sym_EQ, - ACTIONS(7740), 1, + ACTIONS(7674), 1, anon_sym_try, - ACTIONS(7764), 1, + ACTIONS(7700), 1, anon_sym_SEMI, - STATE(1000), 1, + STATE(923), 1, sym_compound_statement, - STATE(6571), 1, + STATE(6485), 1, sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(3906), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(1001), 3, + STATE(924), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, - [198265] = 11, + [193236] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7700), 1, - anon_sym_COLON, - ACTIONS(7748), 1, + STATE(3628), 1, + sym_parameter_list, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7702), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(7750), 1, anon_sym_EQ, - ACTIONS(7752), 1, + anon_sym_GT2, + anon_sym_try, + [193265] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(251), 1, + anon_sym_LBRACE, + ACTIONS(6456), 1, + anon_sym_LBRACK, + ACTIONS(7652), 1, + anon_sym_COLON, + ACTIONS(7660), 1, + anon_sym_EQ, + ACTIONS(7662), 1, anon_sym_try, - ACTIONS(7766), 1, + ACTIONS(7704), 1, anon_sym_SEMI, - STATE(2040), 1, + STATE(487), 1, sym_compound_statement, - STATE(6276), 1, + STATE(6204), 1, sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(3906), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(2042), 3, + STATE(486), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, - [198302] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(6691), 1, - sym_concatenated_string, - STATE(4970), 2, - sym_string_literal, - sym_raw_string_literal, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(137), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [198327] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(6638), 1, - sym_concatenated_string, - STATE(4932), 2, - sym_string_literal, - sym_raw_string_literal, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(137), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [198352] = 12, + [193302] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1469), 1, anon_sym_LBRACE, - ACTIONS(7438), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(7400), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, + ACTIONS(7406), 1, anon_sym_EQ, - ACTIONS(7580), 1, + ACTIONS(7432), 1, anon_sym_SEMI, - STATE(3953), 1, + STATE(3628), 1, sym_parameter_list, - STATE(6110), 1, + STATE(5756), 1, aux_sym_declaration_repeat1, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, + STATE(6359), 2, sym_argument_list, sym_initializer_list, - [198391] = 9, + [193341] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4906), 1, + anon_sym_LBRACK, + ACTIONS(7656), 1, + anon_sym_AMP_AMP, + ACTIONS(7706), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4904), 10, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [193366] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(6456), 1, + anon_sym_LBRACK, + ACTIONS(7652), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(7708), 1, + anon_sym_SEMI, + ACTIONS(7710), 1, anon_sym_LBRACE, - STATE(3434), 1, - sym_field_declaration_list, - STATE(5786), 1, - sym_virtual_specifier, - STATE(6330), 1, - sym_base_class_clause, - ACTIONS(4032), 2, + ACTIONS(7712), 1, + anon_sym_EQ, + ACTIONS(7714), 1, + anon_sym_try, + STATE(2317), 1, + sym_compound_statement, + STATE(6256), 1, + sym_field_initializer_list, + ACTIONS(3906), 2, anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4034), 4, - anon_sym___based, - sym_identifier, - sym_auto, - anon_sym_decltype, - [198424] = 11, + anon_sym_LBRACK_LBRACK, + STATE(2311), 3, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + [193403] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(6442), 1, + ACTIONS(6456), 1, anon_sym_LBRACK, - ACTIONS(7700), 1, + ACTIONS(7652), 1, anon_sym_COLON, - ACTIONS(7722), 1, + ACTIONS(7666), 1, anon_sym_EQ, - ACTIONS(7724), 1, + ACTIONS(7668), 1, anon_sym_try, - ACTIONS(7768), 1, + ACTIONS(7716), 1, anon_sym_SEMI, - STATE(953), 1, + STATE(965), 1, sym_compound_statement, - STATE(6521), 1, + STATE(6039), 1, sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(3906), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(956), 3, + STATE(964), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, - [198461] = 9, + [193440] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(6456), 1, + anon_sym_LBRACK, + ACTIONS(7652), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(7690), 1, anon_sym_LBRACE, - STATE(3469), 1, - sym_field_declaration_list, - STATE(5789), 1, - sym_virtual_specifier, - STATE(6590), 1, - sym_base_class_clause, - ACTIONS(4005), 2, + ACTIONS(7692), 1, + anon_sym_EQ, + ACTIONS(7694), 1, + anon_sym_try, + ACTIONS(7718), 1, + anon_sym_SEMI, + STATE(2163), 1, + sym_compound_statement, + STATE(6266), 1, + sym_field_initializer_list, + ACTIONS(3906), 2, anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(5451), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4007), 4, - anon_sym___based, - sym_identifier, - sym_auto, - anon_sym_decltype, - [198494] = 7, + anon_sym_LBRACK_LBRACK, + STATE(2132), 3, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + [193477] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7348), 1, + ACTIONS(6456), 1, anon_sym_LBRACK, - STATE(4066), 1, - sym_parameter_list, - STATE(5131), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7770), 6, - anon_sym_COMMA, - anon_sym_SEMI, + ACTIONS(7652), 1, + anon_sym_COLON, + ACTIONS(7710), 1, anon_sym_LBRACE, + ACTIONS(7712), 1, anon_sym_EQ, - anon_sym_COLON, + ACTIONS(7714), 1, anon_sym_try, - [198522] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(5571), 1, - anon_sym_COLON_COLON, - ACTIONS(5701), 1, - anon_sym_LBRACE, - ACTIONS(7057), 1, - sym_identifier, - STATE(3312), 1, - sym_template_type, - STATE(3464), 1, - sym_enumerator_list, - STATE(5310), 1, - sym__scope_resolution, - STATE(4123), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [198558] = 4, + ACTIONS(7720), 1, + anon_sym_SEMI, + STATE(2460), 1, + sym_compound_statement, + STATE(6344), 1, + sym_field_initializer_list, + ACTIONS(3906), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(2461), 3, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + [193514] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 1, - anon_sym_COLON_COLON, - ACTIONS(3809), 2, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3814), 9, + STATE(3628), 1, + sym_parameter_list, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7722), 7, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, - [198580] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6492), 1, - anon_sym_COLON_COLON, - ACTIONS(6970), 1, - sym_identifier, - ACTIONS(7646), 1, - anon_sym_LBRACE, - STATE(2015), 1, - sym_template_type, - STATE(2650), 1, - sym_enumerator_list, - STATE(5242), 1, - sym__scope_resolution, - STATE(2190), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [198616] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(7035), 1, - anon_sym_LBRACE, - ACTIONS(7043), 1, - sym_identifier, - STATE(2358), 1, - sym_template_type, - STATE(2815), 1, - sym_enumerator_list, - STATE(5259), 1, - sym__scope_resolution, - STATE(4612), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [198652] = 7, + [193543] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7348), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(4066), 1, + STATE(3628), 1, sym_parameter_list, - STATE(5131), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(7772), 6, + ACTIONS(7724), 7, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - [198680] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6980), 1, - sym_identifier, - ACTIONS(7654), 1, - anon_sym_LBRACE, - STATE(1891), 1, - sym_template_type, - STATE(2081), 1, - sym_enumerator_list, - STATE(5229), 1, - sym__scope_resolution, - STATE(2522), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [198716] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6540), 1, - anon_sym_COLON_COLON, - ACTIONS(6956), 1, - sym_identifier, - ACTIONS(7013), 1, - anon_sym_LBRACE, - STATE(2779), 1, - sym_template_type, - STATE(3205), 1, - sym_enumerator_list, - STATE(5251), 1, - sym__scope_resolution, - STATE(3365), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [198752] = 3, + [193572] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7776), 1, + ACTIONS(5928), 1, + anon_sym_requires, + ACTIONS(7728), 1, anon_sym_LBRACK, - ACTIONS(7774), 11, + STATE(5074), 1, + sym_requires_clause, + ACTIONS(7726), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -388630,60 +384482,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [198772] = 5, + [193596] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6472), 1, - anon_sym_LBRACK, - STATE(5188), 1, - sym_requires_clause, - ACTIONS(6470), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, + ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(1469), 1, anon_sym_LBRACE, + ACTIONS(7400), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7406), 1, anon_sym_EQ, - anon_sym_GT2, - anon_sym_try, - [198796] = 5, + STATE(3628), 1, + sym_parameter_list, + ACTIONS(7730), 2, + anon_sym_COMMA, + anon_sym_SEMI, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(6359), 2, + sym_argument_list, + sym_initializer_list, + [193630] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7780), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7783), 1, + ACTIONS(7734), 1, anon_sym_LBRACK, - STATE(5033), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7778), 8, + ACTIONS(7732), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [198820] = 5, + anon_sym_requires, + [193650] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(4918), 1, anon_sym_LBRACK, - ACTIONS(7785), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7787), 1, + ACTIONS(7736), 1, anon_sym_AMP_AMP, - ACTIONS(4936), 9, + ACTIONS(4916), 10, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, @@ -388691,37 +384543,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_try, anon_sym_requires, - [198844] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6602), 1, - anon_sym_COLON_COLON, - ACTIONS(6937), 1, - sym_identifier, - ACTIONS(7680), 1, - anon_sym_LBRACE, - STATE(1954), 1, - sym_template_type, - STATE(2425), 1, - sym_enumerator_list, - STATE(5329), 1, - sym__scope_resolution, - STATE(1971), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [198880] = 3, + [193672] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7791), 1, + ACTIONS(5928), 1, + anon_sym_requires, + ACTIONS(6653), 1, anon_sym_LBRACK, - ACTIONS(7789), 11, + STATE(4964), 1, + sym_requires_clause, + ACTIONS(6651), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -388729,58 +384560,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [198900] = 3, + [193696] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7795), 1, + ACTIONS(4128), 1, anon_sym_LBRACK, - ACTIONS(7793), 11, + ACTIONS(4130), 11, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [198920] = 11, + [193716] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5551), 1, + ACTIONS(5091), 1, + anon_sym_LBRACE, + ACTIONS(6510), 1, anon_sym_COLON_COLON, - ACTIONS(7095), 1, + ACTIONS(6939), 1, sym_identifier, - ACTIONS(7642), 1, - anon_sym_LBRACE, - STATE(4365), 1, + STATE(2319), 1, sym_template_type, - STATE(4629), 1, + STATE(2861), 1, sym_enumerator_list, - STATE(5249), 1, + STATE(5162), 1, sym__scope_resolution, - STATE(4419), 2, + STATE(3277), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [198956] = 3, + [193752] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7740), 1, anon_sym_LBRACK, - ACTIONS(7797), 11, + ACTIONS(7738), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -388792,12 +384621,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [198976] = 3, + [193772] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(251), 1, + anon_sym_LBRACE, + ACTIONS(6456), 1, + anon_sym_LBRACK, + ACTIONS(7652), 1, + anon_sym_COLON, + ACTIONS(7660), 1, + anon_sym_EQ, + ACTIONS(7662), 1, + anon_sym_try, + STATE(527), 1, + sym_compound_statement, + STATE(6055), 1, + sym_field_initializer_list, + ACTIONS(3906), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(526), 3, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + [193806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7803), 1, + ACTIONS(7744), 1, anon_sym_LBRACK, - ACTIONS(7801), 11, + ACTIONS(7742), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -388809,59 +384662,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [198996] = 7, + [193826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7348), 1, + ACTIONS(7748), 1, anon_sym_LBRACK, - STATE(4066), 1, - sym_parameter_list, - STATE(5131), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7805), 6, + ACTIONS(7746), 11, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - [199024] = 10, + anon_sym_requires, + [193846] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(251), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(6442), 1, + ACTIONS(6456), 1, anon_sym_LBRACK, - ACTIONS(7700), 1, - anon_sym_COLON, - ACTIONS(7706), 1, + ACTIONS(7650), 1, anon_sym_EQ, - ACTIONS(7708), 1, + ACTIONS(7652), 1, + anon_sym_COLON, + ACTIONS(7654), 1, anon_sym_try, - STATE(538), 1, + STATE(1036), 1, sym_compound_statement, - STATE(6475), 1, + STATE(6289), 1, sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(3906), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(537), 3, + STATE(940), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, - [199058] = 4, + [193880] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4788), 1, + ACTIONS(7752), 1, anon_sym_LBRACK, - ACTIONS(7807), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(4786), 10, + ACTIONS(7750), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -388872,37 +384719,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [199080] = 11, + anon_sym_requires, + [193900] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(5485), 1, - anon_sym_COLON_COLON, - ACTIONS(7035), 1, + ACTIONS(5928), 1, + anon_sym_requires, + ACTIONS(6663), 1, + anon_sym_LBRACK, + STATE(4952), 1, + sym_requires_clause, + ACTIONS(6661), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(7043), 1, - sym_identifier, - STATE(2358), 1, - sym_template_type, - STATE(2815), 1, - sym_enumerator_list, - STATE(5259), 1, - sym__scope_resolution, - STATE(4420), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [199116] = 3, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + [193924] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7811), 1, + ACTIONS(5928), 1, + anon_sym_requires, + ACTIONS(7756), 1, anon_sym_LBRACK, - ACTIONS(7809), 11, + STATE(4950), 1, + sym_requires_clause, + ACTIONS(7754), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -388910,33 +384756,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [199136] = 3, + [193948] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2248), 1, + ACTIONS(5928), 1, + anon_sym_requires, + ACTIONS(7744), 1, anon_sym_LBRACK, - ACTIONS(2246), 11, + STATE(4999), 1, + sym_requires_clause, + ACTIONS(7742), 9, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [199156] = 3, + [193972] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4169), 1, + ACTIONS(2290), 1, anon_sym_LBRACK, - ACTIONS(4171), 11, + ACTIONS(2288), 11, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -388948,83 +384794,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_try, anon_sym_requires, - [199176] = 10, + [193992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(6442), 1, + ACTIONS(7760), 1, anon_sym_LBRACK, - ACTIONS(7700), 1, - anon_sym_COLON, - ACTIONS(7722), 1, - anon_sym_EQ, - ACTIONS(7724), 1, - anon_sym_try, - STATE(1034), 1, - sym_compound_statement, - STATE(6489), 1, - sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(7758), 11, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - STATE(976), 3, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - [199210] = 9, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [194012] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3844), 1, + ACTIONS(2340), 1, + anon_sym_LBRACK, + ACTIONS(2338), 11, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(6673), 1, - anon_sym_STAR, - ACTIONS(6675), 1, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(6677), 1, - anon_sym_AMP, - ACTIONS(6679), 1, - anon_sym_LBRACK, - STATE(4304), 1, - sym_parameter_list, - STATE(5433), 1, - sym__abstract_declarator, - STATE(5117), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [199242] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(626), 1, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(6442), 1, - anon_sym_LBRACK, - ACTIONS(7700), 1, - anon_sym_COLON, - ACTIONS(7738), 1, anon_sym_EQ, - ACTIONS(7740), 1, + anon_sym_COLON, anon_sym_try, - STATE(1000), 1, - sym_compound_statement, - STATE(6571), 1, - sym_field_initializer_list, - ACTIONS(3902), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(1001), 3, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - [199276] = 3, + anon_sym_requires, + [194032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6697), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(6695), 11, + ACTIONS(7762), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -389036,12 +384845,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [199296] = 3, + [194052] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(4174), 1, + anon_sym_LBRACE, + ACTIONS(6548), 1, + anon_sym_COLON_COLON, + ACTIONS(6913), 1, + sym_identifier, + STATE(1910), 1, + sym_template_type, + STATE(2051), 1, + sym_enumerator_list, + STATE(5150), 1, + sym__scope_resolution, + STATE(1928), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [194088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7815), 1, + ACTIONS(7756), 1, anon_sym_LBRACK, - ACTIONS(7813), 11, + ACTIONS(7754), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -389053,12 +384887,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [199316] = 3, + [194108] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4201), 1, + anon_sym_LBRACK, + ACTIONS(4203), 11, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + anon_sym_requires, + [194128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7819), 1, + ACTIONS(6663), 1, anon_sym_LBRACK, - ACTIONS(7817), 11, + ACTIONS(6661), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -389070,58 +384921,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [199336] = 10, + [194148] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(628), 1, anon_sym_LBRACE, - ACTIONS(6442), 1, + ACTIONS(6456), 1, anon_sym_LBRACK, - ACTIONS(7700), 1, + ACTIONS(7652), 1, anon_sym_COLON, - ACTIONS(7722), 1, + ACTIONS(7672), 1, anon_sym_EQ, - ACTIONS(7724), 1, + ACTIONS(7674), 1, anon_sym_try, - STATE(953), 1, + STATE(923), 1, sym_compound_statement, - STATE(6521), 1, + STATE(6485), 1, sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(3906), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(956), 3, + STATE(924), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, - [199370] = 3, + [194182] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4146), 1, + ACTIONS(7768), 1, anon_sym_LBRACK, - ACTIONS(4148), 11, + ACTIONS(7766), 11, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [199390] = 4, + [194202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4953), 1, + ACTIONS(4152), 1, anon_sym_LBRACK, - ACTIONS(7787), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 10, + ACTIONS(4154), 11, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, @@ -389129,12 +384979,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_try, anon_sym_requires, - [199412] = 3, + [194222] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4165), 1, + ACTIONS(4140), 1, anon_sym_LBRACK, - ACTIONS(4167), 11, + ACTIONS(4142), 11, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -389146,12 +384996,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_try, anon_sym_requires, - [199432] = 3, + [194242] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7823), 1, + ACTIONS(7772), 1, anon_sym_LBRACK, - ACTIONS(7821), 11, + ACTIONS(7770), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -389163,16 +385013,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [199452] = 5, + [194262] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6697), 1, + ACTIONS(7776), 1, anon_sym_LBRACK, - STATE(5052), 1, - sym_requires_clause, - ACTIONS(6695), 9, + ACTIONS(7774), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -389180,93 +385026,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [199476] = 5, + anon_sym_requires, + [194282] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6173), 1, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, anon_sym_LBRACK, - ACTIONS(6402), 1, - anon_sym_requires, - STATE(5134), 1, - sym_requires_clause, - ACTIONS(6171), 9, + STATE(4101), 1, + sym_parameter_list, + ACTIONS(7778), 9, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, anon_sym_try, - [199500] = 10, + anon_sym_requires, + [194306] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(251), 1, - anon_sym_LBRACE, - ACTIONS(6442), 1, - anon_sym_LBRACK, - ACTIONS(7700), 1, - anon_sym_COLON, - ACTIONS(7706), 1, - anon_sym_EQ, - ACTIONS(7708), 1, - anon_sym_try, - STATE(517), 1, - sym_compound_statement, - STATE(6141), 1, - sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(7303), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(516), 3, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - [199534] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6689), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - ACTIONS(6687), 11, + STATE(4101), 1, + sym_parameter_list, + ACTIONS(7782), 9, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, anon_sym_try, anon_sym_requires, - [199554] = 5, + [194330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(6891), 1, - anon_sym_LT, - STATE(1977), 1, - sym_template_argument_list, - ACTIONS(3765), 9, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4199), 11, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, anon_sym_requires, - [199578] = 3, + [194350] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7827), 1, + ACTIONS(7786), 1, anon_sym_LBRACK, - ACTIONS(7825), 11, + ACTIONS(7784), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -389278,116 +385102,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [199598] = 3, + [194370] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7831), 1, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, anon_sym_LBRACK, - ACTIONS(7829), 11, + STATE(4101), 1, + sym_parameter_list, + ACTIONS(7788), 9, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, anon_sym_try, anon_sym_requires, - [199618] = 5, + [194394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(6891), 1, - anon_sym_LT, - STATE(1977), 1, - sym_template_argument_list, - ACTIONS(3734), 9, + ACTIONS(4160), 1, + anon_sym_LBRACK, + ACTIONS(4162), 11, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_requires, - [199642] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(6980), 1, - sym_identifier, - ACTIONS(7654), 1, - anon_sym_LBRACE, - STATE(1891), 1, - sym_template_type, - STATE(2081), 1, - sym_enumerator_list, - STATE(5229), 1, - sym__scope_resolution, - STATE(1939), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [199678] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(6689), 1, - anon_sym_LBRACK, - STATE(5040), 1, - sym_requires_clause, - ACTIONS(6687), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - anon_sym_try, - [199702] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(626), 1, - anon_sym_LBRACE, - ACTIONS(6442), 1, - anon_sym_LBRACK, - ACTIONS(7700), 1, anon_sym_COLON, - ACTIONS(7738), 1, - anon_sym_EQ, - ACTIONS(7740), 1, anon_sym_try, - STATE(941), 1, - sym_compound_statement, - STATE(6144), 1, - sym_field_initializer_list, - ACTIONS(3902), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(942), 3, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - [199736] = 3, + anon_sym_requires, + [194414] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4142), 1, + ACTIONS(4193), 1, anon_sym_LBRACK, - ACTIONS(4144), 11, + ACTIONS(4195), 11, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -389399,84 +385155,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_try, anon_sym_requires, - [199756] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(5613), 1, - anon_sym_COLON_COLON, - ACTIONS(7013), 1, - anon_sym_LBRACE, - ACTIONS(7193), 1, - sym_identifier, - STATE(2779), 1, - sym_template_type, - STATE(3205), 1, - sym_enumerator_list, - STATE(5271), 1, - sym__scope_resolution, - STATE(4414), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [199792] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(868), 1, - anon_sym_LBRACE, - ACTIONS(6442), 1, - anon_sym_LBRACK, - ACTIONS(7698), 1, - anon_sym_EQ, - ACTIONS(7700), 1, - anon_sym_COLON, - ACTIONS(7702), 1, - anon_sym_try, - STATE(957), 1, - sym_compound_statement, - STATE(6237), 1, - sym_field_initializer_list, - ACTIONS(3902), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(975), 3, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - [199826] = 5, + [194434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(7835), 1, + ACTIONS(4178), 1, anon_sym_LBRACK, - STATE(5159), 1, - sym_requires_clause, - ACTIONS(7833), 9, + ACTIONS(4180), 11, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, + anon_sym_COLON, anon_sym_try, - [199850] = 5, + anon_sym_requires, + [194454] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6402), 1, - anon_sym_requires, - ACTIONS(7815), 1, + ACTIONS(4715), 1, anon_sym_LBRACK, - STATE(5053), 1, - sym_requires_clause, - ACTIONS(7813), 9, + ACTIONS(7790), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4713), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -389484,14 +385187,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [199874] = 3, + [194476] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4183), 1, + ACTIONS(4186), 1, anon_sym_LBRACK, - ACTIONS(4185), 11, + ACTIONS(4188), 11, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -389503,12 +385207,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_try, anon_sym_requires, - [199894] = 3, + [194496] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4212), 1, anon_sym_LBRACK, - ACTIONS(4140), 11, + ACTIONS(4214), 11, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -389520,16 +385224,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_try, anon_sym_requires, - [199914] = 5, + [194516] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6402), 1, + ACTIONS(5928), 1, anon_sym_requires, - ACTIONS(7803), 1, + ACTIONS(6462), 1, anon_sym_LBRACK, - STATE(5064), 1, + STATE(5047), 1, sym_requires_clause, - ACTIONS(7801), 9, + ACTIONS(6460), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -389539,137 +385243,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT2, anon_sym_try, - [199938] = 11, + [194540] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(5701), 1, + ACTIONS(6306), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(7035), 1, sym_identifier, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3464), 1, + STATE(3992), 1, sym_enumerator_list, - STATE(5294), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(4359), 2, + STATE(4067), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [199974] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4173), 1, - anon_sym_LBRACK, - ACTIONS(4175), 11, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - anon_sym_requires, - [199994] = 11, + [194576] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5701), 1, + ACTIONS(2882), 1, + anon_sym_COLON_COLON, + ACTIONS(5629), 1, anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(7051), 1, sym_identifier, - ACTIONS(7211), 1, - anon_sym_COLON_COLON, - STATE(3312), 1, + STATE(3306), 1, sym_template_type, - STATE(3464), 1, + STATE(3472), 1, sym_enumerator_list, - STATE(5244), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(5211), 2, + STATE(3874), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [200030] = 3, + [194612] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(698), 1, + anon_sym_LBRACE, + ACTIONS(6456), 1, + anon_sym_LBRACK, + ACTIONS(7652), 1, + anon_sym_COLON, + ACTIONS(7666), 1, + anon_sym_EQ, + ACTIONS(7668), 1, + anon_sym_try, + STATE(965), 1, + sym_compound_statement, + STATE(6039), 1, + sym_field_initializer_list, + ACTIONS(3906), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(964), 3, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + [194646] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7839), 1, + ACTIONS(4906), 1, anon_sym_LBRACK, - ACTIONS(7837), 11, + ACTIONS(7736), 1, + anon_sym_AMP_AMP, + ACTIONS(7792), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4904), 9, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [200050] = 10, + [194670] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(7440), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(6653), 1, anon_sym_LBRACK, - ACTIONS(7448), 1, - anon_sym_EQ, - STATE(3953), 1, - sym_parameter_list, - ACTIONS(7841), 2, + ACTIONS(6651), 11, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(6591), 2, - sym_argument_list, - sym_initializer_list, - [200084] = 3, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [194690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4150), 1, + ACTIONS(7796), 1, anon_sym_LBRACK, - ACTIONS(4152), 11, + ACTIONS(7794), 11, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [200104] = 3, + [194710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4132), 1, + ACTIONS(4220), 1, anon_sym_LBRACK, - ACTIONS(4134), 11, + ACTIONS(4222), 11, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -389681,419 +385387,639 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_try, anon_sym_requires, - [200124] = 3, + [194730] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2354), 1, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7309), 1, anon_sym_LBRACK, - ACTIONS(2352), 11, + STATE(4052), 1, + sym_parameter_list, + STATE(5042), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7798), 6, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [200144] = 11, + [194758] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5571), 1, - anon_sym_COLON_COLON, - ACTIONS(5701), 1, + ACTIONS(5091), 1, anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(5483), 1, + anon_sym_COLON_COLON, + ACTIONS(7027), 1, sym_identifier, - STATE(3312), 1, + STATE(2319), 1, sym_template_type, - STATE(3464), 1, + STATE(2861), 1, sym_enumerator_list, - STATE(5310), 1, + STATE(5202), 1, sym__scope_resolution, - STATE(4442), 2, + STATE(4350), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [200180] = 10, + [194794] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(868), 1, - anon_sym_LBRACE, - ACTIONS(6442), 1, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7309), 1, anon_sym_LBRACK, - ACTIONS(7698), 1, + STATE(4052), 1, + sym_parameter_list, + STATE(5042), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7800), 6, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(7700), 1, anon_sym_COLON, - ACTIONS(7702), 1, anon_sym_try, - STATE(930), 1, + [194822] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(251), 1, + anon_sym_LBRACE, + ACTIONS(6456), 1, + anon_sym_LBRACK, + ACTIONS(7652), 1, + anon_sym_COLON, + ACTIONS(7660), 1, + anon_sym_EQ, + ACTIONS(7662), 1, + anon_sym_try, + STATE(487), 1, sym_compound_statement, - STATE(6293), 1, + STATE(6204), 1, sym_field_initializer_list, - ACTIONS(3902), 2, + ACTIONS(3906), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(929), 3, + STATE(486), 3, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, - [200214] = 11, + [194856] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5918), 1, + anon_sym_LBRACK, + ACTIONS(5928), 1, + anon_sym_requires, + STATE(5071), 1, + sym_requires_clause, + ACTIONS(5910), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + [194880] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6554), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(6925), 1, - sym_identifier, - ACTIONS(7035), 1, + ACTIONS(5629), 1, anon_sym_LBRACE, - STATE(2358), 1, + ACTIONS(7035), 1, + sym_identifier, + STATE(3306), 1, sym_template_type, - STATE(2815), 1, + STATE(3472), 1, sym_enumerator_list, - STATE(5322), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(3278), 2, + STATE(4244), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [200250] = 11, + [194916] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5571), 1, + ACTIONS(5359), 1, + anon_sym_LBRACE, + ACTIONS(5555), 1, anon_sym_COLON_COLON, - ACTIONS(7057), 1, + ACTIONS(7123), 1, sym_identifier, - ACTIONS(7163), 1, - anon_sym_LBRACE, - STATE(3312), 1, + STATE(2885), 1, sym_template_type, - STATE(4037), 1, + STATE(3174), 1, sym_enumerator_list, - STATE(5310), 1, + STATE(5199), 1, sym__scope_resolution, - STATE(4477), 2, + STATE(4352), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [200286] = 3, + [194952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 1, + ACTIONS(7804), 1, anon_sym_LBRACK, - ACTIONS(4212), 11, + ACTIONS(7802), 11, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [200306] = 11, + [194972] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, - anon_sym_COLON_COLON, - ACTIONS(5701), 1, + ACTIONS(4732), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(6526), 1, + anon_sym_COLON_COLON, + ACTIONS(6903), 1, sym_identifier, - STATE(3312), 1, + STATE(2185), 1, sym_template_type, - STATE(3464), 1, + STATE(2852), 1, sym_enumerator_list, - STATE(5294), 1, + STATE(5184), 1, sym__scope_resolution, - STATE(4383), 2, + STATE(2438), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [200342] = 11, + [195008] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4216), 1, + anon_sym_LBRACK, + ACTIONS(4218), 11, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + anon_sym_requires, + [195028] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, + anon_sym_LBRACK, + STATE(4101), 1, + sym_parameter_list, + ACTIONS(7806), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [195052] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6580), 1, + ACTIONS(4228), 1, + anon_sym_LBRACE, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(6993), 1, + ACTIONS(6959), 1, sym_identifier, - ACTIONS(7662), 1, - anon_sym_LBRACE, - STATE(2188), 1, + STATE(1946), 1, sym_template_type, - STATE(2911), 1, + STATE(2237), 1, sym_enumerator_list, - STATE(5307), 1, + STATE(5233), 1, sym__scope_resolution, - STATE(2252), 2, + STATE(1959), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [200378] = 7, + [195088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(4216), 1, + anon_sym_LBRACK, + ACTIONS(4218), 11, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + anon_sym_requires, + [195108] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7348), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - STATE(4066), 1, + STATE(4101), 1, sym_parameter_list, - STATE(5131), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7843), 6, + ACTIONS(7808), 9, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - [200406] = 11, + anon_sym_requires, + [195132] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(7129), 1, + ACTIONS(5629), 1, + anon_sym_LBRACE, + ACTIONS(7051), 1, sym_identifier, - ACTIONS(7163), 1, + STATE(3306), 1, + sym_template_type, + STATE(3472), 1, + sym_enumerator_list, + STATE(5175), 1, + sym__scope_resolution, + STATE(4062), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [195168] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(5359), 1, anon_sym_LBRACE, - STATE(3312), 1, + ACTIONS(6494), 1, + anon_sym_COLON_COLON, + ACTIONS(6893), 1, + sym_identifier, + STATE(2885), 1, sym_template_type, - STATE(4037), 1, + STATE(3174), 1, sym_enumerator_list, - STATE(5294), 1, + STATE(5221), 1, sym__scope_resolution, - STATE(3725), 2, + STATE(3354), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [200442] = 3, + [195204] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4214), 1, - anon_sym_LBRACK, - ACTIONS(4216), 11, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(4670), 1, + anon_sym_COLON_COLON, + ACTIONS(6306), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - anon_sym_requires, - [200462] = 11, + ACTIONS(7035), 1, + sym_identifier, + STATE(3306), 1, + sym_template_type, + STATE(3992), 1, + sym_enumerator_list, + STATE(5201), 1, + sym__scope_resolution, + STATE(4306), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [195240] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(4696), 1, + anon_sym_LBRACE, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(5701), 1, + ACTIONS(6923), 1, + sym_identifier, + STATE(2076), 1, + sym_template_type, + STATE(2655), 1, + sym_enumerator_list, + STATE(5154), 1, + sym__scope_resolution, + STATE(2184), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [195276] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(5593), 1, + anon_sym_COLON_COLON, + ACTIONS(6979), 1, anon_sym_LBRACE, - ACTIONS(7057), 1, + ACTIONS(7019), 1, sym_identifier, - STATE(3312), 1, + STATE(4305), 1, sym_template_type, - STATE(3464), 1, + STATE(4565), 1, sym_enumerator_list, - STATE(5299), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(3915), 2, + STATE(4349), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [200498] = 3, + [195312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7847), 1, + ACTIONS(4216), 1, anon_sym_LBRACK, - ACTIONS(7845), 11, + ACTIONS(4218), 11, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [200518] = 3, + [195332] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 1, - anon_sym_LBRACK, - ACTIONS(4212), 11, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + ACTIONS(51), 1, anon_sym_LBRACE, + ACTIONS(6456), 1, + anon_sym_LBRACK, + ACTIONS(7650), 1, anon_sym_EQ, + ACTIONS(7652), 1, anon_sym_COLON, + ACTIONS(7654), 1, anon_sym_try, - anon_sym_requires, - [200538] = 3, + STATE(1019), 1, + sym_compound_statement, + STATE(6300), 1, + sym_field_initializer_list, + ACTIONS(3906), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(1057), 3, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + [195366] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 1, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, anon_sym_LBRACK, - ACTIONS(4224), 11, + STATE(4101), 1, + sym_parameter_list, + ACTIONS(7810), 9, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [200558] = 3, + [195390] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 1, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, anon_sym_LBRACK, - ACTIONS(4212), 11, + STATE(4101), 1, + sym_parameter_list, + ACTIONS(7812), 9, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [200578] = 11, + [195414] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6554), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(6925), 1, - sym_identifier, - ACTIONS(7035), 1, + ACTIONS(6306), 1, anon_sym_LBRACE, - STATE(2358), 1, + ACTIONS(7051), 1, + sym_identifier, + STATE(3306), 1, sym_template_type, - STATE(2815), 1, + STATE(3992), 1, sym_enumerator_list, - STATE(5322), 1, + STATE(5175), 1, sym__scope_resolution, - STATE(3538), 2, + STATE(4462), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [200614] = 3, + [195450] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7851), 1, - anon_sym_LBRACK, - ACTIONS(7849), 11, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(3850), 1, + anon_sym_COLON_COLON, + ACTIONS(5629), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [200634] = 7, + ACTIONS(7035), 1, + sym_identifier, + STATE(3306), 1, + sym_template_type, + STATE(3472), 1, + sym_enumerator_list, + STATE(5210), 1, + sym__scope_resolution, + STATE(3447), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, + sym_decltype, + sym_dependent_type_identifier, + [195486] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7348), 1, + ACTIONS(7309), 1, anon_sym_LBRACK, - STATE(4066), 1, + STATE(4052), 1, sym_parameter_list, - STATE(5131), 2, + STATE(5042), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(7853), 6, + ACTIONS(7814), 6, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [200662] = 5, + [195514] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(698), 1, + anon_sym_LBRACE, + ACTIONS(6456), 1, + anon_sym_LBRACK, + ACTIONS(7652), 1, + anon_sym_COLON, + ACTIONS(7666), 1, + anon_sym_EQ, + ACTIONS(7668), 1, + anon_sym_try, + STATE(1017), 1, + sym_compound_statement, + STATE(6122), 1, + sym_field_initializer_list, + ACTIONS(3906), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(1016), 3, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + [195548] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(628), 1, + anon_sym_LBRACE, + ACTIONS(6456), 1, + anon_sym_LBRACK, + ACTIONS(7652), 1, + anon_sym_COLON, + ACTIONS(7672), 1, + anon_sym_EQ, + ACTIONS(7674), 1, + anon_sym_try, + STATE(1000), 1, + sym_compound_statement, + STATE(6149), 1, + sym_field_initializer_list, + ACTIONS(3906), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(1001), 3, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + [195582] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7857), 1, + ACTIONS(7818), 1, anon_sym_LBRACK, - STATE(5033), 2, + STATE(5027), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(7855), 8, + ACTIONS(7816), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -390102,71 +386028,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT2, anon_sym_try, - [200686] = 3, + [195606] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4206), 1, - anon_sym_LBRACK, - ACTIONS(4208), 11, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(6838), 1, + anon_sym_LT, + STATE(1970), 1, + sym_template_argument_list, + ACTIONS(3730), 9, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, + anon_sym_LBRACK, anon_sym_requires, - [200706] = 11, + [195630] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, - anon_sym_COLON_COLON, - ACTIONS(5701), 1, + ACTIONS(5629), 1, anon_sym_LBRACE, - ACTIONS(7129), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(3312), 1, + ACTIONS(7153), 1, + anon_sym_COLON_COLON, + STATE(3306), 1, sym_template_type, - STATE(3464), 1, + STATE(3472), 1, sym_enumerator_list, - STATE(5304), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(3554), 2, + STATE(5134), 2, sym__class_name, sym_qualified_type_identifier, - STATE(6969), 2, + STATE(6968), 2, sym_decltype, sym_dependent_type_identifier, - [200742] = 3, + [195666] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7861), 1, + ACTIONS(3809), 1, + anon_sym_COLON_COLON, + ACTIONS(3811), 2, anon_sym_LBRACK, - ACTIONS(7859), 11, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_COLON, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [200762] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7865), 1, - anon_sym_LBRACK, - ACTIONS(7863), 10, + ACTIONS(3816), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -390174,15 +386088,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [200781] = 3, + [195688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7869), 1, + ACTIONS(7822), 1, anon_sym_LBRACK, - ACTIONS(7867), 10, + ACTIONS(7820), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -390193,109 +386106,174 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [200800] = 7, + anon_sym_requires, + [195708] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7348), 1, + ACTIONS(7309), 1, anon_sym_LBRACK, - STATE(4066), 1, + STATE(4052), 1, sym_parameter_list, - STATE(5131), 2, + STATE(5042), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(7871), 5, + ACTIONS(7824), 6, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [200827] = 7, + anon_sym_try, + [195736] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(3842), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(6677), 1, + anon_sym_STAR, + ACTIONS(6679), 1, + anon_sym_AMP_AMP, + ACTIONS(6681), 1, + anon_sym_AMP, + ACTIONS(6683), 1, anon_sym_LBRACK, - STATE(3953), 1, + STATE(4237), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5323), 1, + sym__abstract_declarator, + STATE(5059), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [195768] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7828), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7831), 1, + anon_sym_LBRACK, + STATE(5027), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(7873), 5, + ACTIONS(7826), 8, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_GT2, anon_sym_try, - [200854] = 9, + [195792] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(7875), 1, - sym_identifier, - STATE(4904), 1, - sym__scope_resolution, - STATE(7008), 1, - sym_qualified_identifier, - ACTIONS(7877), 2, - anon_sym_enum, - anon_sym_namespace, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [200885] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6695), 11, - anon_sym_DOT_DOT_DOT, + ACTIONS(6838), 1, + anon_sym_LT, + STATE(1970), 1, + sym_template_argument_list, + ACTIONS(3768), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_requires, + [195816] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4208), 1, + anon_sym_LBRACK, + ACTIONS(4210), 11, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, + anon_sym_COLON, anon_sym_try, anon_sym_requires, - [200902] = 7, + [195836] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7309), 1, + anon_sym_LBRACK, + STATE(4052), 1, + sym_parameter_list, + STATE(5042), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7833), 6, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [195864] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(6734), 1, + sym_identifier, + ACTIONS(6736), 1, + anon_sym_LPAREN2, + ACTIONS(6738), 1, + anon_sym_STAR, + STATE(5303), 1, + sym__type_declarator, + STATE(6639), 1, + sym_ms_based_modifier, + STATE(5366), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [195893] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(3953), 1, + STATE(3685), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5127), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(7879), 5, + ACTIONS(7722), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_try, - [200929] = 3, + anon_sym_COLON, + [195920] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7883), 1, + ACTIONS(7837), 1, anon_sym_LBRACK, - ACTIONS(7881), 10, + ACTIONS(7835), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -390306,82 +386284,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [200948] = 2, + [195939] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7845), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(7841), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [200965] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7774), 11, - anon_sym_DOT_DOT_DOT, + ACTIONS(7839), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [200982] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4146), 1, - sym_parameter_list, - ACTIONS(7885), 8, - anon_sym_COMMA, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [201005] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7594), 1, - anon_sym_COLON_COLON, - ACTIONS(7889), 1, - sym_identifier, - STATE(4904), 1, - sym__scope_resolution, - STATE(6857), 1, - sym_qualified_identifier, - ACTIONS(7891), 2, - anon_sym_enum, - anon_sym_namespace, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [201036] = 3, + [195958] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4668), 1, + ACTIONS(3732), 1, anon_sym_LBRACK, - ACTIONS(4666), 10, + ACTIONS(3737), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -390392,30 +386316,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [201055] = 5, + [195977] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(4146), 1, + STATE(3685), 1, sym_parameter_list, - ACTIONS(7893), 8, + STATE(5127), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7724), 5, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_try, - anon_sym_requires, - [201078] = 3, + [196004] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7897), 1, + ACTIONS(7845), 1, anon_sym_LBRACK, - ACTIONS(7895), 10, + ACTIONS(7843), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -390426,173 +386352,164 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [201097] = 3, + [196023] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4687), 1, - anon_sym_LBRACK, - ACTIONS(4682), 10, + ACTIONS(7794), 11, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [201116] = 9, + anon_sym_requires, + [196040] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(7899), 1, + ACTIONS(7847), 1, sym_identifier, - STATE(4904), 1, + STATE(4832), 1, sym__scope_resolution, - STATE(6916), 1, + STATE(6623), 1, sym_qualified_identifier, - ACTIONS(7901), 2, + ACTIONS(7849), 2, anon_sym_enum, anon_sym_namespace, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [201147] = 5, + [196071] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(7905), 1, + ACTIONS(6456), 1, anon_sym_LBRACK, - STATE(5217), 1, - sym_requires_clause, - ACTIONS(7903), 8, + ACTIONS(3906), 10, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - [201170] = 5, + [196090] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(7853), 1, + anon_sym_LT, + ACTIONS(7855), 1, anon_sym_LBRACK, - STATE(4146), 1, - sym_parameter_list, - ACTIONS(7907), 8, + STATE(5122), 1, + sym_template_argument_list, + ACTIONS(7851), 8, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [201193] = 9, + [196113] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7859), 1, + anon_sym_LBRACK, + STATE(5046), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7857), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [196136] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(7909), 1, + ACTIONS(7861), 1, sym_identifier, - STATE(4904), 1, + STATE(4832), 1, sym__scope_resolution, - STATE(6822), 1, + STATE(6931), 1, sym_qualified_identifier, - ACTIONS(7911), 2, + ACTIONS(7863), 2, anon_sym_enum, anon_sym_namespace, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [201224] = 9, + [196167] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7913), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(6734), 1, sym_identifier, - ACTIONS(7915), 1, - anon_sym_COLON_COLON, - STATE(5153), 1, - sym__scope_resolution, - STATE(6105), 1, - sym_field_initializer, - STATE(5586), 2, - sym_template_method, - sym_qualified_field_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [201255] = 5, + ACTIONS(6736), 1, + anon_sym_LPAREN2, + ACTIONS(6738), 1, + anon_sym_STAR, + STATE(5262), 1, + sym__type_declarator, + STATE(6639), 1, + sym_ms_based_modifier, + STATE(5366), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [196196] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(6173), 1, - anon_sym_LBRACK, - STATE(5134), 1, - sym_requires_clause, - ACTIONS(6171), 8, + ACTIONS(7770), 11, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [201278] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, anon_sym_LBRACK, - STATE(3953), 1, - sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7917), 5, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_EQ, + anon_sym_GT2, anon_sym_try, - [201305] = 5, + anon_sym_requires, + [196213] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7921), 1, + ACTIONS(7831), 1, anon_sym_LBRACK, - STATE(5176), 2, + ACTIONS(7865), 1, + anon_sym_LBRACK_LBRACK, + STATE(5046), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(7919), 7, + ACTIONS(7826), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -390600,12 +386517,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [201328] = 3, + [196236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7925), 1, + ACTIONS(7728), 1, anon_sym_LBRACK, - ACTIONS(7923), 10, + ACTIONS(7726), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -390616,30 +386533,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [201347] = 5, + [196255] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(6045), 1, + anon_sym_requires, + ACTIONS(7728), 1, anon_sym_LBRACK, - STATE(4146), 1, - sym_parameter_list, - ACTIONS(7927), 8, + STATE(5074), 1, + sym_requires_clause, + ACTIONS(7726), 8, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [201370] = 3, + [196278] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6472), 1, + ACTIONS(3732), 1, anon_sym_LBRACK, - ACTIONS(6470), 10, + ACTIONS(3737), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -390650,90 +386567,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [201389] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7594), 1, - anon_sym_COLON_COLON, - ACTIONS(7929), 1, - sym_identifier, - STATE(4904), 1, - sym__scope_resolution, - STATE(6675), 1, - sym_qualified_identifier, - ACTIONS(7931), 2, - anon_sym_enum, - anon_sym_namespace, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [201420] = 7, + [196297] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - STATE(3765), 1, - sym_parameter_list, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7873), 5, + ACTIONS(7758), 11, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [201447] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - STATE(3765), 1, - sym_parameter_list, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7933), 5, - anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, - [201474] = 5, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [196314] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(6472), 1, - anon_sym_LBRACK, - STATE(5188), 1, - sym_requires_clause, - ACTIONS(6470), 8, + ACTIONS(7750), 11, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - [201497] = 2, + anon_sym_requires, + [196331] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7809), 11, + ACTIONS(7746), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -390745,73 +386612,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [201514] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(6749), 1, - sym_identifier, - ACTIONS(6751), 1, - anon_sym_LPAREN2, - ACTIONS(6753), 1, - anon_sym_STAR, - STATE(5404), 1, - sym__type_declarator, - STATE(6818), 1, - sym_ms_based_modifier, - STATE(5495), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [201543] = 5, + [196348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(3732), 1, anon_sym_LBRACK, - STATE(4146), 1, - sym_parameter_list, - ACTIONS(7935), 8, + ACTIONS(3737), 10, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [201566] = 9, + [196367] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7594), 1, - anon_sym_COLON_COLON, - ACTIONS(7937), 1, - sym_identifier, - STATE(4904), 1, - sym__scope_resolution, - STATE(7140), 1, - sym_qualified_identifier, - ACTIONS(7939), 2, - anon_sym_enum, - anon_sym_namespace, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [201597] = 3, + ACTIONS(7742), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [196384] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5021), 1, + ACTIONS(7870), 1, anon_sym_LBRACK, - ACTIONS(5019), 10, + ACTIONS(7868), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -390822,68 +386659,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [201616] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7913), 1, - sym_identifier, - ACTIONS(7915), 1, - anon_sym_COLON_COLON, - STATE(5153), 1, - sym__scope_resolution, - STATE(6402), 1, - sym_field_initializer, - STATE(5586), 2, - sym_template_method, - sym_qualified_field_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [201647] = 5, + [196403] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(3732), 1, anon_sym_LBRACK, - STATE(4146), 1, - sym_parameter_list, - ACTIONS(7941), 8, + ACTIONS(3737), 10, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [201670] = 5, + [196422] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4146), 1, - sym_parameter_list, - ACTIONS(7943), 8, + ACTIONS(7738), 11, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [201693] = 2, + [196439] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7825), 11, + ACTIONS(6651), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -390895,28 +386705,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [201710] = 3, + [196456] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 1, - anon_sym_LBRACK, - ACTIONS(3741), 10, + ACTIONS(7820), 11, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [201729] = 3, + anon_sym_requires, + [196473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7947), 1, + ACTIONS(4832), 1, anon_sym_LBRACK, - ACTIONS(7945), 10, + ACTIONS(4830), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -390927,82 +386736,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [201748] = 3, + [196492] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7872), 1, + sym_identifier, + ACTIONS(7874), 1, + anon_sym_COLON_COLON, + STATE(5089), 1, + sym__scope_resolution, + STATE(5720), 1, + sym_field_initializer, + STATE(5658), 2, + sym_template_method, + sym_qualified_field_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [196523] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 1, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7309), 1, anon_sym_LBRACK, - ACTIONS(3741), 10, + STATE(4052), 1, + sym_parameter_list, + STATE(5042), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7876), 5, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_GT2, - anon_sym_try, - [201767] = 3, + [196550] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 1, + ACTIONS(6045), 1, + anon_sym_requires, + ACTIONS(7744), 1, anon_sym_LBRACK, - ACTIONS(3741), 10, + STATE(4999), 1, + sym_requires_clause, + ACTIONS(7742), 8, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_GT2, anon_sym_try, - [201786] = 2, + [196573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7813), 11, - anon_sym_DOT_DOT_DOT, + ACTIONS(7880), 1, + anon_sym_LBRACK, + ACTIONS(7878), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_COLON, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [201803] = 10, + [196592] = 9, ACTIONS(3), 1, sym_comment, + ACTIONS(976), 1, + anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7915), 1, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(7949), 1, + ACTIONS(7882), 1, sym_identifier, - ACTIONS(7951), 1, - anon_sym_template, - STATE(5153), 1, + STATE(4832), 1, sym__scope_resolution, - STATE(6414), 1, - sym_template_method, - STATE(6416), 1, - sym_dependent_field_identifier, - STATE(6418), 1, - sym_qualified_field_identifier, - STATE(6969), 3, + STATE(6586), 1, + sym_qualified_identifier, + ACTIONS(7884), 2, + anon_sym_enum, + anon_sym_namespace, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [201836] = 3, + [196623] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7955), 1, + ACTIONS(4704), 1, anon_sym_LBRACK, - ACTIONS(7953), 10, + ACTIONS(4702), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -391013,73 +386850,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [201855] = 2, + [196642] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6687), 11, - anon_sym_DOT_DOT_DOT, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7572), 1, + anon_sym_COLON_COLON, + ACTIONS(7886), 1, + sym_identifier, + STATE(4832), 1, + sym__scope_resolution, + STATE(6675), 1, + sym_qualified_identifier, + ACTIONS(7888), 2, + anon_sym_enum, + anon_sym_namespace, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [196673] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6045), 1, + anon_sym_requires, + ACTIONS(7756), 1, + anon_sym_LBRACK, + STATE(4950), 1, + sym_requires_clause, + ACTIONS(7754), 8, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT2, + anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [201872] = 2, + [196696] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7829), 11, - anon_sym_DOT_DOT_DOT, + ACTIONS(6045), 1, + anon_sym_requires, + ACTIONS(6663), 1, + anon_sym_LBRACK, + STATE(4952), 1, + sym_requires_clause, + ACTIONS(6661), 8, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT2, + anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [201889] = 3, + [196719] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 1, + ACTIONS(6045), 1, + anon_sym_requires, + ACTIONS(6486), 1, anon_sym_LBRACK, - ACTIONS(3741), 10, + STATE(5121), 1, + sym_requires_clause, + ACTIONS(6484), 8, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_GT2, anon_sym_try, - [201908] = 2, + [196742] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7821), 11, - anon_sym_DOT_DOT_DOT, + ACTIONS(6462), 1, + anon_sym_LBRACK, + ACTIONS(6460), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_COLON, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [201925] = 3, + [196761] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7959), 1, + ACTIONS(7892), 1, anon_sym_LBRACK, - ACTIONS(7957), 10, + ACTIONS(7890), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -391090,55 +386958,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [201944] = 9, + [196780] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(7961), 1, - sym_identifier, - STATE(4904), 1, - sym__scope_resolution, - STATE(6635), 1, - sym_qualified_identifier, - ACTIONS(7963), 2, - anon_sym_enum, - anon_sym_namespace, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [201975] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(6749), 1, - sym_identifier, - ACTIONS(6751), 1, + ACTIONS(6886), 1, + anon_sym_LT, + STATE(1961), 1, + sym_template_argument_list, + ACTIONS(3768), 8, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(6753), 1, - anon_sym_STAR, - STATE(5372), 1, - sym__type_declarator, - STATE(6818), 1, - sym_ms_based_modifier, - STATE(5495), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [202004] = 3, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_GT2, + anon_sym_requires, + [196803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 1, + ACTIONS(7896), 1, anon_sym_LBRACK, - ACTIONS(3741), 10, + ACTIONS(7894), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -391149,10 +386992,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [202023] = 2, + [196822] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7789), 11, + ACTIONS(7732), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -391164,25 +387007,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [202040] = 2, + [196839] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7793), 11, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(6886), 1, + anon_sym_LT, + STATE(1961), 1, + sym_template_argument_list, + ACTIONS(3730), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_LBRACK, - anon_sym_EQ, anon_sym_GT2, - anon_sym_try, anon_sym_requires, - [202057] = 2, + [196862] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7797), 11, + ACTIONS(7802), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -391194,100 +387040,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [202074] = 7, + [196879] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(6045), 1, + anon_sym_requires, + ACTIONS(7900), 1, anon_sym_LBRACK, - STATE(3953), 1, - sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7933), 5, + STATE(5124), 1, + sym_requires_clause, + ACTIONS(7898), 8, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - [202101] = 7, + [196902] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(3765), 1, + STATE(3685), 1, sym_parameter_list, - STATE(5206), 2, + STATE(5127), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(7879), 5, + ACTIONS(7644), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [202128] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7837), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [202145] = 7, + [196929] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - STATE(3765), 1, + STATE(4117), 1, sym_parameter_list, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7917), 5, + ACTIONS(7812), 8, anon_sym_COMMA, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [202172] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7801), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [202189] = 2, + [196952] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7817), 11, + ACTIONS(7754), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -391299,52 +387111,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [202206] = 7, + [196969] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - STATE(3953), 1, + STATE(4117), 1, sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7965), 5, + ACTIONS(7810), 8, anon_sym_COMMA, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - [202233] = 3, + anon_sym_requires, + [196992] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, - anon_sym_LBRACK, - ACTIONS(3902), 10, + ACTIONS(6661), 11, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [202252] = 5, + anon_sym_requires, + [197009] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6090), 1, + ACTIONS(6045), 1, anon_sym_requires, - ACTIONS(7835), 1, + ACTIONS(6462), 1, anon_sym_LBRACK, - STATE(5159), 1, + STATE(5047), 1, sym_requires_clause, - ACTIONS(7833), 8, + ACTIONS(6460), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -391353,52 +387162,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [202275] = 5, + [197032] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(6920), 1, - anon_sym_LT, - STATE(1966), 1, - sym_template_argument_list, - ACTIONS(3734), 8, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, + ACTIONS(6045), 1, anon_sym_requires, - [202298] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7783), 1, + ACTIONS(6653), 1, anon_sym_LBRACK, - ACTIONS(7967), 1, - anon_sym_LBRACK_LBRACK, - STATE(5176), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7778), 7, + STATE(4964), 1, + sym_requires_clause, + ACTIONS(6651), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [202321] = 5, + [197055] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(7803), 1, + ACTIONS(5918), 1, anon_sym_LBRACK, - STATE(5064), 1, + ACTIONS(6045), 1, + anon_sym_requires, + STATE(5071), 1, sym_requires_clause, - ACTIONS(7801), 8, + ACTIONS(5910), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -391407,45 +387198,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [202344] = 5, + [197078] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7972), 1, - anon_sym_LT, - ACTIONS(7974), 1, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, anon_sym_LBRACK, - STATE(5195), 1, - sym_template_argument_list, - ACTIONS(7970), 8, + STATE(4117), 1, + sym_parameter_list, + ACTIONS(7778), 8, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [202367] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7849), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_try, anon_sym_requires, - [202384] = 3, + [197101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6173), 1, + ACTIONS(3732), 1, anon_sym_LBRACK, - ACTIONS(6171), 10, + ACTIONS(3737), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -391456,82 +387232,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [202403] = 3, + [197120] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4788), 1, - anon_sym_LBRACK, - ACTIONS(4786), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT2, - anon_sym_try, - [202422] = 7, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7874), 1, + anon_sym_COLON_COLON, + ACTIONS(7902), 1, + sym_identifier, + ACTIONS(7904), 1, + anon_sym_template, + STATE(5089), 1, + sym__scope_resolution, + STATE(6269), 1, + sym_qualified_field_identifier, + STATE(6280), 1, + sym_dependent_field_identifier, + STATE(6287), 1, + sym_template_method, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [197153] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - STATE(3765), 1, + STATE(4117), 1, sym_parameter_list, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7965), 5, + ACTIONS(7808), 8, anon_sym_COMMA, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [202449] = 5, + anon_sym_try, + anon_sym_requires, + [197176] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(7815), 1, + ACTIONS(4715), 1, anon_sym_LBRACK, - STATE(5053), 1, - sym_requires_clause, - ACTIONS(7813), 8, + ACTIONS(4713), 10, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_try, - [202472] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(6920), 1, - anon_sym_LT, - STATE(1966), 1, - sym_template_argument_list, - ACTIONS(3765), 8, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LBRACK, anon_sym_GT2, - anon_sym_requires, - [202495] = 2, + anon_sym_try, + [197195] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7859), 11, + ACTIONS(7766), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -391543,181 +387304,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [202512] = 5, + [197212] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(6689), 1, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, anon_sym_LBRACK, - STATE(5040), 1, - sym_requires_clause, - ACTIONS(6687), 8, + STATE(4117), 1, + sym_parameter_list, + ACTIONS(7806), 8, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [202535] = 5, + anon_sym_requires, + [197235] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(6697), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7572), 1, + anon_sym_COLON_COLON, + ACTIONS(7906), 1, + sym_identifier, + STATE(4832), 1, + sym__scope_resolution, + STATE(6513), 1, + sym_qualified_identifier, + ACTIONS(7908), 2, + anon_sym_enum, + anon_sym_namespace, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [197266] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, anon_sym_LBRACK, - STATE(5052), 1, - sym_requires_clause, - ACTIONS(6695), 8, + STATE(4117), 1, + sym_parameter_list, + ACTIONS(7788), 8, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [202558] = 3, + anon_sym_requires, + [197289] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7835), 1, - anon_sym_LBRACK, - ACTIONS(7833), 10, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7872), 1, + sym_identifier, + ACTIONS(7874), 1, + anon_sym_COLON_COLON, + STATE(5089), 1, + sym__scope_resolution, + STATE(6246), 1, + sym_field_initializer, + STATE(5658), 2, + sym_template_method, + sym_qualified_field_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [197320] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7572), 1, + anon_sym_COLON_COLON, + ACTIONS(7910), 1, + sym_identifier, + STATE(4832), 1, + sym__scope_resolution, + STATE(6837), 1, + sym_qualified_identifier, + ACTIONS(7912), 2, + anon_sym_enum, + anon_sym_namespace, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [197351] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7762), 11, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [202577] = 5, + anon_sym_requires, + [197368] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6090), 1, - anon_sym_requires, - ACTIONS(6464), 1, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, anon_sym_LBRACK, - STATE(5222), 1, - sym_requires_clause, - ACTIONS(6462), 8, + STATE(4117), 1, + sym_parameter_list, + ACTIONS(7782), 8, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [202600] = 10, + anon_sym_requires, + [197391] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7784), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(7406), 1, - anon_sym_try, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(7730), 1, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2335), 1, - sym_try_statement, - STATE(2367), 1, - sym_compound_statement, - STATE(4096), 1, - sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [202632] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, anon_sym_LBRACK, - STATE(4055), 1, - sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7879), 4, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_EQ, anon_sym_GT2, - [202658] = 7, + anon_sym_try, + anon_sym_requires, + [197408] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(4055), 1, + STATE(3685), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5127), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(7917), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_GT2, - [202684] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4223), 1, - sym_parameter_list, - ACTIONS(7935), 7, + ACTIONS(7642), 5, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [202706] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(251), 1, - anon_sym_LBRACE, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(7584), 1, - anon_sym_try, - STATE(502), 1, - sym_try_statement, - STATE(504), 1, - sym_compound_statement, - STATE(4096), 1, - sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [202738] = 3, + anon_sym_COLON, + [197435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4981), 1, + ACTIONS(5918), 1, anon_sym_LBRACK, - ACTIONS(4979), 9, + ACTIONS(5910), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -391726,229 +387488,229 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - [202756] = 7, + [197454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(4674), 1, anon_sym_LBRACK, - STATE(4055), 1, - sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(7873), 4, + ACTIONS(4672), 10, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_GT2, - [202782] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7342), 1, anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4223), 1, - sym_parameter_list, - ACTIONS(7943), 7, - anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [202804] = 5, + [197473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(7916), 1, anon_sym_LBRACK, - STATE(4223), 1, - sym_parameter_list, - ACTIONS(7927), 7, + ACTIONS(7914), 10, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [202826] = 5, + [197492] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4223), 1, - sym_parameter_list, - ACTIONS(7907), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [202848] = 5, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7572), 1, + anon_sym_COLON_COLON, + ACTIONS(7918), 1, + sym_identifier, + STATE(4832), 1, + sym__scope_resolution, + STATE(6736), 1, + sym_qualified_identifier, + ACTIONS(7920), 2, + anon_sym_enum, + anon_sym_namespace, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [197523] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(4223), 1, + STATE(3685), 1, sym_parameter_list, - ACTIONS(7893), 7, + STATE(5127), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7702), 5, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [202870] = 3, + anon_sym_COLON, + [197550] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7978), 1, - anon_sym_LBRACK, - ACTIONS(7976), 9, + ACTIONS(7774), 11, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT2, anon_sym_try, - [202888] = 4, + anon_sym_requires, + [197567] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4953), 1, - anon_sym_LBRACK, - ACTIONS(7980), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 8, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_SEMI, + ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(628), 1, anon_sym_LBRACE, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7430), 1, anon_sym_try, - anon_sym_requires, - [202908] = 10, + STATE(1042), 1, + sym_compound_statement, + STATE(1043), 1, + sym_try_statement, + STATE(4006), 1, + sym_parameter_list, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [197599] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(626), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7450), 1, + ACTIONS(7436), 1, anon_sym_try, - STATE(1047), 1, + STATE(954), 1, sym_compound_statement, - STATE(1048), 1, + STATE(955), 1, sym_try_statement, - STATE(4096), 1, + STATE(4006), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [202940] = 7, + [197631] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7321), 1, + anon_sym_try, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(4055), 1, + ACTIONS(7710), 1, + anon_sym_LBRACE, + STATE(2272), 1, + sym_try_statement, + STATE(2273), 1, + sym_compound_statement, + STATE(4006), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(7933), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_GT2, - [202966] = 7, + [197663] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(4055), 1, + STATE(4006), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(7965), 4, - anon_sym_COMMA, + ACTIONS(7642), 4, anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_GT2, - [202992] = 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_try, + [197689] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7857), 1, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(5176), 2, + STATE(4006), 1, + sym_parameter_list, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(7855), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(7724), 4, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [203014] = 9, + anon_sym_try, + [197715] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7982), 1, - sym_identifier, - ACTIONS(7984), 1, - anon_sym_COLON_COLON, - STATE(3235), 1, - sym_template_type, - STATE(5235), 1, - sym__scope_resolution, - STATE(3195), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [203044] = 3, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(251), 1, + anon_sym_LBRACE, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7542), 1, + anon_sym_try, + STATE(516), 1, + sym_compound_statement, + STATE(517), 1, + sym_try_statement, + STATE(4006), 1, + sym_parameter_list, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [197747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7988), 1, + ACTIONS(6486), 1, anon_sym_LBRACK, - ACTIONS(7986), 9, + ACTIONS(6484), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -391958,29 +387720,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [203062] = 5, + [197765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(7924), 1, anon_sym_LBRACK, - STATE(4223), 1, - sym_parameter_list, - ACTIONS(7941), 7, + ACTIONS(7922), 9, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [203084] = 3, + [197783] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7992), 1, + ACTIONS(7928), 1, anon_sym_LBRACK, - ACTIONS(7990), 9, + ACTIONS(7926), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -391990,129 +387750,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [203102] = 7, + [197801] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5701), 1, - anon_sym_LBRACE, - ACTIONS(7994), 1, - anon_sym_COLON, - STATE(3527), 1, - sym_enumerator_list, - STATE(3528), 1, - sym__enum_base_clause, - ACTIONS(4196), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(4198), 4, - anon_sym___based, - sym_identifier, - sym_auto, - anon_sym_decltype, - [203128] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7998), 1, + ACTIONS(4918), 1, anon_sym_LBRACK, - ACTIONS(7996), 9, - anon_sym_COMMA, + ACTIONS(7930), 1, + anon_sym_AMP_AMP, + ACTIONS(4916), 8, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, anon_sym_try, - [203146] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(7057), 1, - sym_identifier, - STATE(3312), 1, - sym_template_type, - STATE(5299), 1, - sym__scope_resolution, - STATE(5533), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [203176] = 10, + anon_sym_requires, + [197821] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(4906), 1, anon_sym_LBRACK, - ACTIONS(7492), 1, - anon_sym_try, - STATE(954), 1, - sym_compound_statement, - STATE(955), 1, - sym_try_statement, - STATE(4096), 1, - sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [203208] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(2878), 1, - anon_sym_COLON_COLON, - ACTIONS(7057), 1, - sym_identifier, - STATE(3312), 1, - sym_template_type, - STATE(5299), 1, - sym__scope_resolution, - STATE(5937), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(6969), 2, - sym_decltype, - sym_dependent_type_identifier, - [203238] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5701), 1, - anon_sym_LBRACE, - ACTIONS(7994), 1, - anon_sym_COLON, - STATE(3460), 1, - sym__enum_base_clause, - STATE(3463), 1, - sym_enumerator_list, - ACTIONS(4177), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(4179), 4, - anon_sym___based, - sym_identifier, - sym_auto, - anon_sym_decltype, - [203264] = 3, + ACTIONS(7930), 1, + anon_sym_AMP_AMP, + ACTIONS(7932), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4904), 7, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + anon_sym_requires, + [197843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8002), 1, + ACTIONS(7936), 1, anon_sym_LBRACK, - ACTIONS(8000), 9, + ACTIONS(7934), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -392122,12 +387798,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [203282] = 3, + [197861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6464), 1, + ACTIONS(7940), 1, anon_sym_LBRACK, - ACTIONS(6462), 9, + ACTIONS(7938), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -392137,78 +387813,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [203300] = 10, + [197879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7392), 1, - anon_sym_try, - ACTIONS(7446), 1, + ACTIONS(7900), 1, anon_sym_LBRACK, - ACTIONS(7756), 1, - anon_sym_LBRACE, - STATE(2328), 1, - sym_try_statement, - STATE(2333), 1, - sym_compound_statement, - STATE(4096), 1, - sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [203332] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(868), 1, - anon_sym_LBRACE, - ACTIONS(7342), 1, + ACTIONS(7898), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(7524), 1, - anon_sym_try, - STATE(962), 1, - sym_try_statement, - STATE(964), 1, - sym_compound_statement, - STATE(4096), 1, - sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [203364] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7352), 1, - anon_sym_try, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(7748), 1, anon_sym_LBRACE, - STATE(2156), 1, - sym_compound_statement, - STATE(2158), 1, - sym_try_statement, - STATE(4096), 1, - sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [203396] = 3, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [197897] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7905), 1, + ACTIONS(4934), 1, anon_sym_LBRACK, - ACTIONS(7903), 9, + ACTIONS(4932), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -392218,12 +387843,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [203414] = 3, + [197915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8006), 1, + ACTIONS(7944), 1, anon_sym_LBRACK, - ACTIONS(8004), 9, + ACTIONS(7942), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -392233,12 +387858,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [203432] = 3, + [197933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8010), 1, + ACTIONS(7948), 1, anon_sym_LBRACK, - ACTIONS(8008), 9, + ACTIONS(7946), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -392248,378 +387873,405 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [203450] = 5, + [197951] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(698), 1, + anon_sym_LBRACE, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7496), 1, + anon_sym_try, + STATE(994), 1, + sym_try_statement, + STATE(997), 1, + sym_compound_statement, + STATE(4006), 1, + sym_parameter_list, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [197983] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(4223), 1, + STATE(4006), 1, sym_parameter_list, - ACTIONS(7885), 7, - anon_sym_COMMA, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7644), 4, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, anon_sym_try, - anon_sym_requires, - [203472] = 5, + [198009] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7818), 1, anon_sym_LBRACK, - ACTIONS(7980), 1, - anon_sym_AMP_AMP, - ACTIONS(8012), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4936), 7, - anon_sym_RPAREN, + STATE(5046), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7816), 6, + anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [198031] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + STATE(4006), 1, + sym_parameter_list, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(7702), 4, + anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, - anon_sym_requires, - [203494] = 8, + [198057] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7313), 1, + anon_sym_try, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7690), 1, + anon_sym_LBRACE, + STATE(2161), 1, + sym_try_statement, + STATE(2162), 1, + sym_compound_statement, + STATE(4006), 1, + sym_parameter_list, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [198089] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(8014), 1, + ACTIONS(7051), 1, sym_identifier, - STATE(4904), 1, + STATE(3306), 1, + sym_template_type, + STATE(5218), 1, sym__scope_resolution, - STATE(6839), 1, - sym_qualified_identifier, - STATE(6969), 3, + STATE(5515), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, sym_decltype, - sym_template_type, sym_dependent_type_identifier, - [203521] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4175), 9, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [203536] = 10, + [198119] = 9, ACTIONS(3), 1, sym_comment, + ACTIONS(976), 1, + anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6518), 1, - anon_sym_COLON_COLON, - ACTIONS(8016), 1, + ACTIONS(7950), 1, sym_identifier, - ACTIONS(8018), 1, - anon_sym_template, - STATE(1897), 1, - sym_dependent_type_identifier, - STATE(1905), 1, + ACTIONS(7952), 1, + anon_sym_COLON_COLON, + STATE(3207), 1, sym_template_type, - STATE(1929), 1, - sym_qualified_type_identifier, - STATE(5229), 1, + STATE(5144), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(3239), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, sym_decltype, - [203567] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8020), 1, - sym_identifier, - ACTIONS(8024), 1, - sym_system_lib_string, - STATE(6965), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(8022), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [203588] = 7, + sym_dependent_type_identifier, + [198149] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(5472), 1, + STATE(4006), 1, sym_parameter_list, - STATE(5359), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(8026), 3, - anon_sym_COMMA, + ACTIONS(7722), 4, anon_sym_RPAREN, anon_sym_SEMI, - [203613] = 8, + anon_sym_LBRACE, + anon_sym_try, + [198175] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, + ACTIONS(5629), 1, + anon_sym_LBRACE, + ACTIONS(7954), 1, + anon_sym_COLON, + STATE(3380), 1, + sym__enum_base_clause, + STATE(3477), 1, + sym_enumerator_list, + ACTIONS(4182), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(4184), 4, + anon_sym___based, + sym_identifier, + sym_auto, anon_sym_decltype, - ACTIONS(7594), 1, - anon_sym_COLON_COLON, - ACTIONS(8030), 1, + [198201] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5629), 1, + anon_sym_LBRACE, + ACTIONS(7954), 1, + anon_sym_COLON, + STATE(3384), 1, + sym__enum_base_clause, + STATE(3457), 1, + sym_enumerator_list, + ACTIONS(4170), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(4172), 4, + anon_sym___based, sym_identifier, - STATE(4904), 1, - sym__scope_resolution, - STATE(6846), 1, - sym_qualified_identifier, - STATE(6969), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [203640] = 2, + sym_auto, + anon_sym_decltype, + [198227] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4212), 9, + ACTIONS(7958), 1, + anon_sym_LBRACK, + ACTIONS(7956), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [203655] = 10, + [198245] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7077), 1, - anon_sym_COLON_COLON, - ACTIONS(8032), 1, - sym_identifier, - ACTIONS(8034), 1, + ACTIONS(976), 1, anon_sym_template, - STATE(2927), 1, - sym_template_type, - STATE(2944), 1, - sym_qualified_type_identifier, - STATE(2978), 1, - sym_dependent_type_identifier, - STATE(5234), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_decltype, - [203686] = 10, - ACTIONS(3), 1, - sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7984), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(8036), 1, + ACTIONS(7051), 1, sym_identifier, - ACTIONS(8038), 1, - anon_sym_template, - STATE(3152), 1, - sym_dependent_type_identifier, - STATE(3213), 1, - sym_qualified_type_identifier, - STATE(3260), 1, + STATE(3306), 1, sym_template_type, - STATE(5235), 1, + STATE(5218), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(5787), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(6968), 2, sym_decltype, - [203717] = 9, + sym_dependent_type_identifier, + [198275] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, + ACTIONS(7357), 1, + anon_sym_try, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(8040), 1, - anon_sym_COMMA, - ACTIONS(8042), 1, - anon_sym_SEMI, - STATE(5472), 1, + ACTIONS(7680), 1, + anon_sym_LBRACE, + STATE(2211), 1, + sym_compound_statement, + STATE(2383), 1, + sym_try_statement, + STATE(4006), 1, sym_parameter_list, - STATE(5917), 1, - aux_sym_type_definition_repeat2, - STATE(5359), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [203746] = 10, + [198307] = 10, ACTIONS(3), 1, sym_comment, + ACTIONS(976), 1, + anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7051), 1, + ACTIONS(7153), 1, anon_sym_COLON_COLON, - ACTIONS(8044), 1, + ACTIONS(7960), 1, sym_identifier, - ACTIONS(8046), 1, - anon_sym_template, - STATE(2177), 1, + STATE(2189), 1, sym_qualified_type_identifier, - STATE(2359), 1, + STATE(3290), 1, sym_dependent_type_identifier, - STATE(2363), 1, + STATE(3309), 1, sym_template_type, - STATE(5237), 1, + STATE(5138), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [203777] = 9, + [198338] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8048), 1, + ACTIONS(7964), 1, anon_sym_SEMI, - STATE(5472), 1, + ACTIONS(7966), 1, + anon_sym_LBRACK, + STATE(5341), 1, sym_parameter_list, - STATE(5943), 1, + STATE(5902), 1, aux_sym_type_definition_repeat2, - STATE(5359), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [203806] = 2, + [198367] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 9, + ACTIONS(7970), 1, + anon_sym_AMP, + ACTIONS(7972), 2, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(7968), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [203821] = 3, + [198386] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8050), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_requires, - [203838] = 4, + ACTIONS(7974), 1, + sym_identifier, + ACTIONS(7978), 1, + sym_system_lib_string, + STATE(6755), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(7976), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [198407] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8052), 1, + ACTIONS(4222), 9, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - ACTIONS(8054), 1, anon_sym_AMP_AMP, - ACTIONS(4936), 7, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, anon_sym_requires, - [203857] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6492), 1, - anon_sym_COLON_COLON, - ACTIONS(8056), 1, - sym_identifier, - ACTIONS(8058), 1, - anon_sym_template, - STATE(1976), 1, - sym_template_type, - STATE(1978), 1, - sym_dependent_type_identifier, - STATE(2021), 1, - sym_qualified_type_identifier, - STATE(5242), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_decltype, - [203888] = 2, + [198422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4171), 9, + ACTIONS(7980), 1, + anon_sym_AMP_AMP, + ACTIONS(4916), 8, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, anon_sym_requires, - [203903] = 10, + [198439] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7211), 1, + ACTIONS(7952), 1, anon_sym_COLON_COLON, - ACTIONS(8060), 1, + ACTIONS(7982), 1, sym_identifier, - STATE(2177), 1, + ACTIONS(7984), 1, + anon_sym_template, + STATE(3190), 1, sym_qualified_type_identifier, - STATE(3286), 1, - sym_template_type, - STATE(3308), 1, + STATE(3253), 1, sym_dependent_type_identifier, - STATE(5244), 1, + STATE(3254), 1, + sym_template_type, + STATE(5144), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [203934] = 4, + [198470] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(8050), 1, - anon_sym_AMP_AMP, - ACTIONS(8062), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4936), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(7404), 1, anon_sym_LBRACK, - anon_sym_requires, - [203953] = 2, + ACTIONS(7988), 1, + anon_sym_EQ, + STATE(3628), 1, + sym_parameter_list, + ACTIONS(7986), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [198497] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4224), 9, + ACTIONS(4214), 9, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -392629,10 +388281,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_try, anon_sym_requires, - [203968] = 2, + [198512] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2352), 9, + ACTIONS(4218), 9, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -392642,44 +388294,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_try, anon_sym_requires, - [203983] = 2, + [198527] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4140), 9, + ACTIONS(7303), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(7780), 1, + anon_sym_LBRACK, + STATE(4216), 1, + sym_parameter_list, + ACTIONS(7808), 6, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, anon_sym_try, anon_sym_requires, - [203998] = 10, + [198548] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5551), 1, + ACTIONS(7011), 1, anon_sym_COLON_COLON, - ACTIONS(8064), 1, + ACTIONS(7990), 1, sym_identifier, - ACTIONS(8066), 1, + ACTIONS(7992), 1, + anon_sym_template, + STATE(2189), 1, + sym_qualified_type_identifier, + STATE(2303), 1, + sym_template_type, + STATE(2353), 1, + sym_dependent_type_identifier, + STATE(5149), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_decltype, + [198579] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(6548), 1, + anon_sym_COLON_COLON, + ACTIONS(7994), 1, + sym_identifier, + ACTIONS(7996), 1, anon_sym_template, - STATE(4361), 1, + STATE(1888), 1, sym_template_type, - STATE(4362), 1, + STATE(1890), 1, sym_dependent_type_identifier, - STATE(4397), 1, + STATE(1947), 1, sym_qualified_type_identifier, - STATE(5249), 1, + STATE(5150), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [204029] = 2, + [198610] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7998), 1, + sym_identifier, + ACTIONS(8000), 1, + sym_system_lib_string, + STATE(6850), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(7976), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [198631] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2246), 9, + ACTIONS(4218), 9, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -392689,50 +388381,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_try, anon_sym_requires, - [204044] = 10, + [198646] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8002), 1, + anon_sym_AMP_AMP, + ACTIONS(4916), 8, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + [198663] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(6540), 1, + ACTIONS(6595), 1, anon_sym_COLON_COLON, - ACTIONS(8068), 1, + ACTIONS(8004), 1, sym_identifier, - ACTIONS(8070), 1, + ACTIONS(8006), 1, anon_sym_template, - STATE(2828), 1, + STATE(1975), 1, sym_dependent_type_identifier, - STATE(2829), 1, + STATE(1982), 1, sym_template_type, - STATE(2958), 1, + STATE(2072), 1, sym_qualified_type_identifier, - STATE(5251), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_decltype, - [204075] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - anon_sym_template, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(7594), 1, - anon_sym_COLON_COLON, - ACTIONS(8072), 1, - sym_identifier, - STATE(4904), 1, + STATE(5154), 1, sym__scope_resolution, - STATE(7117), 1, - sym_qualified_identifier, - STATE(6969), 3, + STATE(6968), 1, sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [204102] = 2, + [198694] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4185), 9, + ACTIONS(4218), 9, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -392742,925 +388429,999 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_try, anon_sym_requires, - [204117] = 9, + [198709] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8074), 1, + ACTIONS(7966), 1, + anon_sym_LBRACK, + ACTIONS(8008), 1, anon_sym_SEMI, - STATE(5472), 1, + STATE(5341), 1, sym_parameter_list, - STATE(6074), 1, + STATE(5858), 1, aux_sym_type_definition_repeat2, - STATE(5359), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [204146] = 3, + [198738] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8054), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 8, + ACTIONS(4210), 9, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, anon_sym_requires, - [204163] = 5, + [198753] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(8002), 1, + anon_sym_AMP_AMP, + ACTIONS(8010), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4904), 7, anon_sym_LPAREN2, - ACTIONS(7887), 1, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(4276), 1, - sym_parameter_list, - ACTIONS(7885), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, anon_sym_EQ, - anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [204184] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(8078), 1, - anon_sym_EQ, - STATE(4055), 1, - sym_parameter_list, - ACTIONS(8076), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [204211] = 10, + [198772] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7111), 1, + ACTIONS(5593), 1, anon_sym_COLON_COLON, - ACTIONS(8080), 1, + ACTIONS(8012), 1, sym_identifier, - ACTIONS(8082), 1, + ACTIONS(8014), 1, anon_sym_template, - STATE(1976), 1, + STATE(4308), 1, sym_template_type, - STATE(1978), 1, + STATE(4311), 1, sym_dependent_type_identifier, - STATE(2021), 1, + STATE(4333), 1, sym_qualified_type_identifier, - STATE(5258), 1, + STATE(5159), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [204242] = 10, + [198803] = 8, ACTIONS(3), 1, sym_comment, + ACTIONS(976), 1, + anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5485), 1, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(8084), 1, + ACTIONS(8016), 1, sym_identifier, - ACTIONS(8086), 1, - anon_sym_template, - STATE(2177), 1, - sym_qualified_type_identifier, - STATE(2359), 1, - sym_dependent_type_identifier, - STATE(2363), 1, - sym_template_type, - STATE(5259), 1, + STATE(4832), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6614), 1, + sym_qualified_identifier, + STATE(6968), 3, sym_decltype, - [204273] = 5, + sym_template_type, + sym_dependent_type_identifier, + [198830] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(3826), 1, anon_sym_LBRACK, - STATE(4276), 1, - sym_parameter_list, - ACTIONS(7935), 6, + ACTIONS(3828), 8, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - anon_sym_requires, - [204294] = 5, + anon_sym_COLON, + anon_sym_try, + [198847] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(7803), 1, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(6510), 1, + anon_sym_COLON_COLON, + ACTIONS(8018), 1, + sym_identifier, + ACTIONS(8020), 1, + anon_sym_template, + STATE(2189), 1, + sym_qualified_type_identifier, + STATE(2303), 1, + sym_template_type, + STATE(2353), 1, + sym_dependent_type_identifier, + STATE(5162), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_decltype, + [198878] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3800), 1, anon_sym_LBRACK, - STATE(5064), 1, - sym_requires_clause, - ACTIONS(7801), 6, - anon_sym_RPAREN, + ACTIONS(3802), 8, + anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - [204315] = 2, + [198895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4208), 9, + ACTIONS(3792), 1, + anon_sym_LBRACK, + ACTIONS(3794), 8, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [204330] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8090), 1, - anon_sym_AMP, - ACTIONS(8092), 2, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(8088), 6, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - [204349] = 9, + [198912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(8028), 1, + ACTIONS(3818), 1, anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(3820), 8, anon_sym_COMMA, - ACTIONS(8094), 1, - anon_sym_SEMI, - STATE(5472), 1, - sym_parameter_list, - STATE(5894), 1, - aux_sym_type_definition_repeat2, - STATE(5359), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [204378] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, - anon_sym_COMMA, - ACTIONS(8096), 1, anon_sym_SEMI, - STATE(5472), 1, - sym_parameter_list, - STATE(6111), 1, - aux_sym_type_definition_repeat2, - STATE(5359), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [204407] = 9, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [198929] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8098), 1, + ACTIONS(7966), 1, + anon_sym_LBRACK, + ACTIONS(8022), 1, anon_sym_SEMI, - STATE(5472), 1, + STATE(5341), 1, sym_parameter_list, - STATE(5920), 1, + STATE(5772), 1, aux_sym_type_definition_repeat2, - STATE(5359), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [204436] = 9, + [198958] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8100), 1, + ACTIONS(7966), 1, + anon_sym_LBRACK, + ACTIONS(8024), 1, anon_sym_SEMI, - STATE(5472), 1, + STATE(5341), 1, sym_parameter_list, - STATE(5843), 1, + STATE(5937), 1, aux_sym_type_definition_repeat2, - STATE(5359), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [204465] = 9, + [198987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(8028), 1, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(3798), 8, anon_sym_COMMA, - ACTIONS(8102), 1, + anon_sym_LPAREN2, anon_sym_SEMI, - STATE(5472), 1, - sym_parameter_list, - STATE(5874), 1, - aux_sym_type_definition_repeat2, - STATE(5359), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [204494] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1469), 1, anon_sym_LBRACE, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(8104), 1, anon_sym_EQ, - STATE(3953), 1, - sym_parameter_list, - STATE(6845), 1, - sym_initializer_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [204523] = 5, + anon_sym_COLON, + anon_sym_try, + [199004] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + STATE(2186), 1, + sym_template_argument_list, + ACTIONS(3732), 2, anon_sym_LBRACK, - STATE(4276), 1, - sym_parameter_list, - ACTIONS(7907), 6, - anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(3737), 4, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_requires, - [204544] = 10, + [199027] = 8, ACTIONS(3), 1, sym_comment, + ACTIONS(976), 1, + anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5613), 1, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(8070), 1, - anon_sym_template, - ACTIONS(8106), 1, + ACTIONS(8026), 1, sym_identifier, - STATE(2828), 1, - sym_dependent_type_identifier, - STATE(2829), 1, - sym_template_type, - STATE(2958), 1, - sym_qualified_type_identifier, - STATE(5271), 1, + STATE(4832), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(7030), 1, + sym_qualified_identifier, + STATE(6968), 3, sym_decltype, - [204575] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4144), 9, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [204590] = 2, + sym_template_type, + sym_dependent_type_identifier, + [199054] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4134), 9, + ACTIONS(7303), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [204605] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(6697), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - STATE(5052), 1, - sym_requires_clause, - ACTIONS(6695), 6, + STATE(4216), 1, + sym_parameter_list, + ACTIONS(7806), 6, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, - [204626] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4148), 9, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [204641] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4167), 9, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, anon_sym_requires, - [204656] = 5, + [199075] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(7835), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + STATE(2186), 1, + sym_template_argument_list, + ACTIONS(6456), 2, anon_sym_LBRACK, - STATE(5159), 1, - sym_requires_clause, - ACTIONS(7833), 6, + anon_sym_COLON, + ACTIONS(3906), 4, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [204677] = 8, + [199098] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(7047), 1, anon_sym_COLON_COLON, - ACTIONS(8108), 1, + ACTIONS(8028), 1, sym_identifier, - STATE(4904), 1, + ACTIONS(8030), 1, + anon_sym_template, + STATE(1975), 1, + sym_dependent_type_identifier, + STATE(1982), 1, + sym_template_type, + STATE(2072), 1, + sym_qualified_type_identifier, + STATE(5173), 1, sym__scope_resolution, - STATE(7085), 1, - sym_qualified_identifier, - STATE(6969), 3, + STATE(6968), 1, sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [204704] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3828), 1, - anon_sym_LBRACK, - ACTIONS(3830), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [204721] = 5, + [199129] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8110), 1, + ACTIONS(8032), 1, sym_identifier, - ACTIONS(8112), 1, + ACTIONS(8034), 1, sym_system_lib_string, - STATE(7199), 2, + STATE(6981), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(8022), 5, + ACTIONS(7976), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [204742] = 8, + [199150] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(5541), 1, anon_sym_COLON_COLON, - ACTIONS(8114), 1, + ACTIONS(7960), 1, sym_identifier, - STATE(4904), 1, + STATE(3290), 1, + sym_dependent_type_identifier, + STATE(3309), 1, + sym_template_type, + STATE(3439), 1, + sym_qualified_type_identifier, + STATE(5175), 1, sym__scope_resolution, - STATE(6990), 1, - sym_qualified_identifier, - STATE(6969), 3, + STATE(6968), 1, sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [204769] = 5, + [199181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(3785), 1, anon_sym_LBRACK, - STATE(4276), 1, - sym_parameter_list, - ACTIONS(7927), 6, + ACTIONS(3787), 8, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - anon_sym_requires, - [204790] = 2, + anon_sym_COLON, + anon_sym_try, + [199198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4152), 9, + ACTIONS(3822), 1, + anon_sym_LBRACK, + ACTIONS(3824), 8, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [204805] = 9, + [199215] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8116), 1, + ACTIONS(7966), 1, + anon_sym_LBRACK, + ACTIONS(8036), 1, anon_sym_SEMI, - STATE(5472), 1, + STATE(5341), 1, sym_parameter_list, - STATE(6097), 1, + STATE(5822), 1, aux_sym_type_definition_repeat2, - STATE(5359), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [204834] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4212), 9, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [204849] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8118), 1, - sym_identifier, - ACTIONS(8120), 1, - sym_system_lib_string, - STATE(6755), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(8022), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [204870] = 9, + [199244] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8122), 1, + ACTIONS(7966), 1, + anon_sym_LBRACK, + ACTIONS(8038), 1, anon_sym_SEMI, - STATE(5472), 1, + STATE(5341), 1, sym_parameter_list, - STATE(6002), 1, + STATE(5967), 1, aux_sym_type_definition_repeat2, - STATE(5359), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [204899] = 7, + [199273] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, + ACTIONS(7962), 1, + anon_sym_COMMA, + ACTIONS(7966), 1, anon_sym_LBRACK, - STATE(5472), 1, + ACTIONS(8040), 1, + anon_sym_SEMI, + STATE(5341), 1, sym_parameter_list, - STATE(5359), 2, + STATE(5941), 1, + aux_sym_type_definition_repeat2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(8124), 3, - anon_sym_COMMA, + [199302] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6454), 1, + anon_sym_requires, + ACTIONS(7744), 1, + anon_sym_LBRACK, + STATE(4999), 1, + sym_requires_clause, + ACTIONS(7742), 6, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - [204924] = 8, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + [199323] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(8126), 1, + ACTIONS(8042), 1, sym_identifier, - STATE(4904), 1, + STATE(4832), 1, sym__scope_resolution, - STATE(6995), 1, + STATE(6729), 1, sym_qualified_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [204951] = 9, + [199350] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8128), 1, + ACTIONS(7966), 1, + anon_sym_LBRACK, + ACTIONS(8044), 1, anon_sym_SEMI, - STATE(5472), 1, + STATE(5341), 1, sym_parameter_list, - STATE(6073), 1, + STATE(5955), 1, aux_sym_type_definition_repeat2, - STATE(5359), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [204980] = 5, + [199379] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6472), 1, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(6526), 1, + anon_sym_COLON_COLON, + ACTIONS(8046), 1, + sym_identifier, + ACTIONS(8048), 1, + anon_sym_template, + STATE(2170), 1, + sym_template_type, + STATE(2171), 1, + sym_dependent_type_identifier, + STATE(2280), 1, + sym_qualified_type_identifier, + STATE(5184), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_decltype, + [199410] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, anon_sym_LBRACK, - ACTIONS(6514), 1, - anon_sym_requires, - STATE(5188), 1, - sym_requires_clause, - ACTIONS(6470), 6, + STATE(4216), 1, + sym_parameter_list, + ACTIONS(7788), 6, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, - [205001] = 5, + anon_sym_requires, + [199431] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6514), 1, + ACTIONS(4203), 9, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + [199446] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6454), 1, anon_sym_requires, - ACTIONS(7815), 1, + ACTIONS(7728), 1, anon_sym_LBRACK, - STATE(5053), 1, + STATE(5074), 1, sym_requires_clause, - ACTIONS(7813), 6, + ACTIONS(7726), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, - [205022] = 8, + [199467] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4180), 9, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + [199482] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(7065), 1, anon_sym_COLON_COLON, - ACTIONS(8130), 1, + ACTIONS(8050), 1, sym_identifier, - STATE(4904), 1, + ACTIONS(8052), 1, + anon_sym_template, + STATE(2933), 1, + sym_qualified_type_identifier, + STATE(2964), 1, + sym_dependent_type_identifier, + STATE(2965), 1, + sym_template_type, + STATE(5189), 1, sym__scope_resolution, - STATE(6756), 1, - sym_qualified_identifier, - STATE(6969), 3, + STATE(6968), 1, sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [205049] = 10, + [199513] = 8, ACTIONS(3), 1, sym_comment, + ACTIONS(976), 1, + anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(4702), 1, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(8132), 1, + ACTIONS(8054), 1, sym_identifier, - ACTIONS(8134), 1, - anon_sym_template, - STATE(3286), 1, - sym_template_type, - STATE(3308), 1, - sym_dependent_type_identifier, - STATE(3496), 1, - sym_qualified_type_identifier, - STATE(5294), 1, + STATE(4832), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6825), 1, + sym_qualified_identifier, + STATE(6968), 3, sym_decltype, - [205080] = 5, + sym_template_type, + sym_dependent_type_identifier, + [199540] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8056), 1, + sym_identifier, + ACTIONS(8058), 1, + sym_system_lib_string, + STATE(6940), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(7976), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [199561] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7962), 1, + anon_sym_COMMA, + ACTIONS(7966), 1, + anon_sym_LBRACK, + ACTIONS(8060), 1, + anon_sym_SEMI, + STATE(5341), 1, + sym_parameter_list, + STATE(5713), 1, + aux_sym_type_definition_repeat2, + STATE(5257), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [199590] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, + anon_sym_LBRACK, + STATE(4216), 1, + sym_parameter_list, + ACTIONS(7782), 6, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + anon_sym_requires, + [199611] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7966), 1, + anon_sym_LBRACK, + STATE(5341), 1, + sym_parameter_list, + STATE(5257), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(8062), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [199636] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8136), 1, - sym_identifier, - ACTIONS(8138), 1, - sym_system_lib_string, - STATE(7170), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(8022), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [205101] = 9, + ACTIONS(4142), 9, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + [199651] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8140), 1, + ACTIONS(7966), 1, + anon_sym_LBRACK, + ACTIONS(8064), 1, anon_sym_SEMI, - STATE(5472), 1, + STATE(5341), 1, sym_parameter_list, - STATE(5944), 1, + STATE(5739), 1, aux_sym_type_definition_repeat2, - STATE(5359), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [205130] = 9, + [199680] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, + anon_sym_LBRACK, + STATE(4216), 1, + sym_parameter_list, + ACTIONS(7812), 6, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + anon_sym_requires, + [199701] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8142), 1, + ACTIONS(7966), 1, + anon_sym_LBRACK, + ACTIONS(8066), 1, anon_sym_SEMI, - STATE(5472), 1, + STATE(5341), 1, sym_parameter_list, - STATE(5991), 1, + STATE(5837), 1, aux_sym_type_definition_repeat2, - STATE(5359), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [205159] = 8, + [199730] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(5555), 1, + anon_sym_COLON_COLON, + ACTIONS(8068), 1, + sym_identifier, + ACTIONS(8070), 1, + anon_sym_template, + STATE(2904), 1, + sym_template_type, + STATE(2905), 1, + sym_dependent_type_identifier, + STATE(2932), 1, + sym_qualified_type_identifier, + STATE(5199), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_decltype, + [199761] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(8144), 1, + ACTIONS(8072), 1, anon_sym_EQ, - STATE(4055), 1, + STATE(3628), 1, sym_parameter_list, - ACTIONS(8076), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(5104), 2, + STATE(7064), 1, + sym_initializer_list, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [205186] = 10, + [199790] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(2878), 1, + ACTIONS(4670), 1, anon_sym_COLON_COLON, - ACTIONS(8060), 1, + ACTIONS(8074), 1, sym_identifier, - STATE(3286), 1, + ACTIONS(8076), 1, + anon_sym_template, + STATE(3290), 1, + sym_dependent_type_identifier, + STATE(3309), 1, sym_template_type, - STATE(3307), 1, + STATE(3439), 1, sym_qualified_type_identifier, - STATE(3308), 1, - sym_dependent_type_identifier, - STATE(5299), 1, + STATE(5201), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [205217] = 6, + [199821] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(5483), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(2178), 1, - sym_template_argument_list, - ACTIONS(3736), 2, + ACTIONS(8020), 1, + anon_sym_template, + ACTIONS(8078), 1, + sym_identifier, + STATE(2189), 1, + sym_qualified_type_identifier, + STATE(2303), 1, + sym_template_type, + STATE(2353), 1, + sym_dependent_type_identifier, + STATE(5202), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_decltype, + [199852] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6454), 1, + anon_sym_requires, + ACTIONS(6462), 1, anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3741), 4, + STATE(5047), 1, + sym_requires_clause, + ACTIONS(6460), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [205240] = 8, + anon_sym_LBRACE, + anon_sym_try, + [199873] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(8146), 1, + ACTIONS(8080), 1, sym_identifier, - STATE(4904), 1, + STATE(4832), 1, sym__scope_resolution, - STATE(7051), 1, + STATE(6754), 1, sym_qualified_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [205267] = 8, + [199900] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4154), 9, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + [199915] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2288), 9, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + [199930] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4162), 9, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + [199945] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(8148), 1, + ACTIONS(8082), 1, sym_identifier, - STATE(4904), 1, + STATE(4832), 1, sym__scope_resolution, - STATE(7146), 1, + STATE(6824), 1, sym_qualified_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [205294] = 5, + [199972] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(2338), 9, anon_sym_LPAREN2, - ACTIONS(7887), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(4276), 1, - sym_parameter_list, - ACTIONS(7893), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, anon_sym_EQ, - anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [205315] = 10, + [199987] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(3852), 1, + ACTIONS(3850), 1, anon_sym_COLON_COLON, - ACTIONS(8132), 1, + ACTIONS(8074), 1, sym_identifier, - ACTIONS(8134), 1, + ACTIONS(8076), 1, anon_sym_template, - STATE(3286), 1, - sym_template_type, - STATE(3307), 1, + STATE(3289), 1, sym_qualified_type_identifier, - STATE(3308), 1, + STATE(3290), 1, sym_dependent_type_identifier, - STATE(5304), 1, + STATE(3309), 1, + sym_template_type, + STATE(5210), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6968), 1, sym_decltype, - [205346] = 9, + [200018] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - ACTIONS(8040), 1, - anon_sym_COMMA, - ACTIONS(8150), 1, - anon_sym_SEMI, - STATE(5472), 1, + STATE(4216), 1, sym_parameter_list, - STATE(6027), 1, - aux_sym_type_definition_repeat2, - STATE(5359), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [205375] = 2, + ACTIONS(7778), 6, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + anon_sym_requires, + [200039] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4212), 9, + ACTIONS(6454), 1, + anon_sym_requires, + ACTIONS(6653), 1, + anon_sym_LBRACK, + STATE(4964), 1, + sym_requires_clause, + ACTIONS(6651), 6, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + [200060] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4199), 9, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -393670,15529 +389431,15167 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_try, anon_sym_requires, - [205390] = 10, + [200075] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6580), 1, - anon_sym_COLON_COLON, - ACTIONS(8152), 1, - sym_identifier, - ACTIONS(8154), 1, - anon_sym_template, - STATE(2170), 1, - sym_template_type, - STATE(2171), 1, - sym_dependent_type_identifier, - STATE(2263), 1, - sym_qualified_type_identifier, - STATE(5307), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_decltype, - [205421] = 5, + ACTIONS(4195), 9, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + [200090] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6173), 1, - anon_sym_LBRACK, - ACTIONS(6514), 1, + ACTIONS(6454), 1, anon_sym_requires, - STATE(5134), 1, + ACTIONS(6663), 1, + anon_sym_LBRACK, + STATE(4952), 1, sym_requires_clause, - ACTIONS(6171), 6, + ACTIONS(6661), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, - [205442] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, - anon_sym_COMMA, - ACTIONS(8156), 1, - anon_sym_SEMI, - STATE(5472), 1, - sym_parameter_list, - STATE(6072), 1, - aux_sym_type_definition_repeat2, - STATE(5359), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [205471] = 10, + [200111] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(5571), 1, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(8060), 1, + ACTIONS(8084), 1, sym_identifier, - STATE(3286), 1, - sym_template_type, - STATE(3308), 1, - sym_dependent_type_identifier, - STATE(3496), 1, - sym_qualified_type_identifier, - STATE(5310), 1, + STATE(4832), 1, sym__scope_resolution, - STATE(6969), 1, + STATE(6578), 1, + sym_qualified_identifier, + STATE(6968), 3, sym_decltype, - [205502] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, - anon_sym_COMMA, - ACTIONS(8158), 1, - anon_sym_SEMI, - STATE(5472), 1, - sym_parameter_list, - STATE(5863), 1, - aux_sym_type_definition_repeat2, - STATE(5359), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [205531] = 5, + sym_template_type, + sym_dependent_type_identifier, + [200138] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(6454), 1, + anon_sym_requires, + ACTIONS(7756), 1, anon_sym_LBRACK, - STATE(4276), 1, - sym_parameter_list, - ACTIONS(7941), 6, - anon_sym_COMMA, + STATE(4950), 1, + sym_requires_clause, + ACTIONS(7754), 6, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_requires, - [205552] = 8, + anon_sym_LBRACE, + anon_sym_try, + [200159] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(2882), 1, anon_sym_COLON_COLON, - ACTIONS(8160), 1, + ACTIONS(7960), 1, sym_identifier, - STATE(4904), 1, + STATE(3289), 1, + sym_qualified_type_identifier, + STATE(3290), 1, + sym_dependent_type_identifier, + STATE(3309), 1, + sym_template_type, + STATE(5218), 1, sym__scope_resolution, - STATE(6853), 1, - sym_qualified_identifier, - STATE(6969), 3, + STATE(6968), 1, sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [205579] = 3, + [200190] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3824), 1, - anon_sym_LBRACK, - ACTIONS(3826), 8, - anon_sym_COMMA, + ACTIONS(4130), 9, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, anon_sym_try, - [205596] = 7, + anon_sym_requires, + [200205] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, + ACTIONS(7962), 1, + anon_sym_COMMA, + ACTIONS(7966), 1, anon_sym_LBRACK, - STATE(5472), 1, + ACTIONS(8086), 1, + anon_sym_SEMI, + STATE(5341), 1, sym_parameter_list, - STATE(5359), 2, + STATE(5801), 1, + aux_sym_type_definition_repeat2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(8162), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [205621] = 3, + [200234] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3816), 1, - anon_sym_LBRACK, - ACTIONS(3818), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [205638] = 6, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(6494), 1, + anon_sym_COLON_COLON, + ACTIONS(8070), 1, + anon_sym_template, + ACTIONS(8088), 1, + sym_identifier, + STATE(2904), 1, + sym_template_type, + STATE(2905), 1, + sym_dependent_type_identifier, + STATE(2932), 1, + sym_qualified_type_identifier, + STATE(5221), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_decltype, + [200265] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(2178), 1, - sym_template_argument_list, - ACTIONS(6442), 2, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3902), 4, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [205661] = 7, + ACTIONS(8090), 1, + sym_identifier, + STATE(4832), 1, + sym__scope_resolution, + STATE(6907), 1, + sym_qualified_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [200292] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, + ACTIONS(7966), 1, anon_sym_LBRACK, - STATE(5472), 1, + STATE(5341), 1, sym_parameter_list, - STATE(5359), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(8164), 3, + ACTIONS(8092), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [205686] = 8, + [200317] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(976), 1, anon_sym_template, ACTIONS(1535), 1, anon_sym_decltype, - ACTIONS(7594), 1, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(8166), 1, + ACTIONS(8094), 1, sym_identifier, - STATE(4904), 1, + STATE(4832), 1, sym__scope_resolution, - STATE(6936), 1, + STATE(6719), 1, sym_qualified_identifier, - STATE(6969), 3, + STATE(6968), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [205713] = 3, + [200344] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3798), 1, - anon_sym_LBRACK, - ACTIONS(3800), 8, + ACTIONS(7980), 1, + anon_sym_AMP_AMP, + ACTIONS(8096), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4904), 7, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [205730] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(6689), 1, - anon_sym_LBRACK, - STATE(5040), 1, - sym_requires_clause, - ACTIONS(6687), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_try, - [205751] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6554), 1, - anon_sym_COLON_COLON, - ACTIONS(8086), 1, - anon_sym_template, - ACTIONS(8168), 1, - sym_identifier, - STATE(2177), 1, - sym_qualified_type_identifier, - STATE(2359), 1, - sym_dependent_type_identifier, - STATE(2363), 1, - sym_template_type, - STATE(5322), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_decltype, - [205782] = 9, + anon_sym_LBRACK, + anon_sym_requires, + [200363] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8170), 1, + ACTIONS(7966), 1, + anon_sym_LBRACK, + ACTIONS(8098), 1, anon_sym_SEMI, - STATE(5472), 1, + STATE(5341), 1, sym_parameter_list, - STATE(5966), 1, + STATE(5827), 1, aux_sym_type_definition_repeat2, - STATE(5359), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [205811] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3789), 1, - anon_sym_LBRACK, - ACTIONS(3791), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [205828] = 3, + [200392] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3820), 1, - anon_sym_LBRACK, - ACTIONS(3822), 8, - anon_sym_COMMA, + ACTIONS(7303), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [205845] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3832), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - ACTIONS(3834), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, + STATE(4216), 1, + sym_parameter_list, + ACTIONS(7810), 6, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, anon_sym_try, - [205862] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4276), 1, - sym_parameter_list, - ACTIONS(7943), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, anon_sym_requires, - [205883] = 9, + [200413] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8172), 1, + ACTIONS(7966), 1, + anon_sym_LBRACK, + ACTIONS(8100), 1, anon_sym_SEMI, - STATE(5472), 1, + STATE(5341), 1, sym_parameter_list, - STATE(5901), 1, + STATE(5876), 1, aux_sym_type_definition_repeat2, - STATE(5359), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [205912] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1535), 1, - anon_sym_decltype, - ACTIONS(6602), 1, - anon_sym_COLON_COLON, - ACTIONS(8174), 1, - sym_identifier, - ACTIONS(8176), 1, - anon_sym_template, - STATE(1944), 1, - sym_template_type, - STATE(1947), 1, - sym_dependent_type_identifier, - STATE(1982), 1, - sym_qualified_type_identifier, - STATE(5329), 1, - sym__scope_resolution, - STATE(6969), 1, - sym_decltype, - [205943] = 7, + [200442] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7966), 1, anon_sym_LBRACK, - STATE(4096), 1, + STATE(5341), 1, sym_parameter_list, - ACTIONS(7873), 2, - anon_sym_LBRACE, - anon_sym_try, - STATE(5104), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [205967] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8178), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 7, - anon_sym_DOT_DOT_DOT, + ACTIONS(8102), 3, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_LBRACK, - anon_sym_GT2, - anon_sym_requires, - [205983] = 7, + anon_sym_RPAREN, + anon_sym_SEMI, + [200467] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7962), 1, + anon_sym_COMMA, + ACTIONS(7966), 1, anon_sym_LBRACK, - STATE(4096), 1, + ACTIONS(8104), 1, + anon_sym_SEMI, + STATE(5341), 1, sym_parameter_list, - ACTIONS(7879), 2, - anon_sym_LBRACE, - anon_sym_try, - STATE(5104), 2, + STATE(5975), 1, + aux_sym_type_definition_repeat2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [206007] = 5, + [200496] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8184), 1, - anon_sym_delete, - ACTIONS(8186), 1, - anon_sym_new, - ACTIONS(8182), 2, - anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(8180), 4, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [206027] = 7, + ACTIONS(4188), 9, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + [200511] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(5918), 1, anon_sym_LBRACK, - STATE(4096), 1, - sym_parameter_list, - ACTIONS(7933), 2, + ACTIONS(6454), 1, + anon_sym_requires, + STATE(5071), 1, + sym_requires_clause, + ACTIONS(5910), 6, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [206051] = 5, + [200532] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(8188), 1, - anon_sym_delete, - ACTIONS(8190), 1, - anon_sym_new, - ACTIONS(8182), 2, - anon_sym_TILDE, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(6617), 1, anon_sym_COLON_COLON, - ACTIONS(8180), 4, + ACTIONS(8106), 1, sym_identifier, - anon_sym_decltype, + ACTIONS(8108), 1, anon_sym_template, - anon_sym_operator, - [206071] = 5, + STATE(1916), 1, + sym_template_type, + STATE(1918), 1, + sym_dependent_type_identifier, + STATE(1991), 1, + sym_qualified_type_identifier, + STATE(5233), 1, + sym__scope_resolution, + STATE(6968), 1, + sym_decltype, + [200563] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(8192), 1, - anon_sym_delete, - ACTIONS(8194), 1, - anon_sym_new, - ACTIONS(8182), 2, - anon_sym_TILDE, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7572), 1, anon_sym_COLON_COLON, - ACTIONS(8180), 4, + ACTIONS(8110), 1, sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [206091] = 7, + STATE(4832), 1, + sym__scope_resolution, + STATE(6665), 1, + sym_qualified_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [200590] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7966), 1, anon_sym_LBRACK, - STATE(4096), 1, + STATE(5341), 1, sym_parameter_list, - ACTIONS(7965), 2, - anon_sym_LBRACE, - anon_sym_try, - STATE(5104), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [206115] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(7029), 1, - anon_sym_COLON, - ACTIONS(7340), 1, + ACTIONS(8112), 3, anon_sym_COMMA, - ACTIONS(8196), 1, + anon_sym_RPAREN, anon_sym_SEMI, - ACTIONS(8198), 1, - anon_sym_EQ, - STATE(5450), 1, - aux_sym_field_declaration_repeat1, - STATE(6795), 1, - sym_bitfield_clause, - STATE(6796), 1, - sym_initializer_list, - [206143] = 7, + [200615] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7962), 1, + anon_sym_COMMA, + ACTIONS(7966), 1, anon_sym_LBRACK, - STATE(4096), 1, + ACTIONS(8114), 1, + anon_sym_SEMI, + STATE(5341), 1, sym_parameter_list, - ACTIONS(7917), 2, - anon_sym_LBRACE, - anon_sym_try, - STATE(5104), 2, + STATE(5963), 1, + aux_sym_type_definition_repeat2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [206167] = 7, + [200644] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7962), 1, + anon_sym_COMMA, + ACTIONS(7966), 1, anon_sym_LBRACK, - STATE(4076), 1, - sym_parameter_list, - ACTIONS(7933), 2, - anon_sym_RPAREN, + ACTIONS(8116), 1, anon_sym_SEMI, - STATE(5104), 2, + STATE(5341), 1, + sym_parameter_list, + STATE(5950), 1, + aux_sym_type_definition_repeat2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [206191] = 4, + [200673] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(8178), 1, - anon_sym_AMP_AMP, - ACTIONS(8200), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4936), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, anon_sym_LPAREN2, + ACTIONS(7962), 1, + anon_sym_COMMA, + ACTIONS(7966), 1, anon_sym_LBRACK, - anon_sym_GT2, - anon_sym_requires, - [206209] = 7, + ACTIONS(8118), 1, + anon_sym_SEMI, + STATE(5341), 1, + sym_parameter_list, + STATE(5823), 1, + aux_sym_type_definition_repeat2, + STATE(5257), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [200702] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(976), 1, + anon_sym_template, + ACTIONS(1535), 1, + anon_sym_decltype, + ACTIONS(7572), 1, + anon_sym_COLON_COLON, + ACTIONS(8120), 1, + sym_identifier, + STATE(4832), 1, + sym__scope_resolution, + STATE(6886), 1, + sym_qualified_identifier, + STATE(6968), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [200729] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(4076), 1, + ACTIONS(8122), 1, + anon_sym_EQ, + STATE(3628), 1, sym_parameter_list, - ACTIONS(7965), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - STATE(5104), 2, + ACTIONS(7986), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [206233] = 4, + [200756] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6916), 1, + ACTIONS(6852), 1, anon_sym_requires, - STATE(5152), 1, + STATE(5054), 1, sym_requires_clause, - ACTIONS(6695), 6, + ACTIONS(6661), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - [206251] = 5, + [200774] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8202), 1, + ACTIONS(8128), 1, anon_sym_delete, - ACTIONS(8204), 1, + ACTIONS(8130), 1, anon_sym_new, - ACTIONS(8182), 2, + ACTIONS(8126), 2, anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(8180), 4, + ACTIONS(8124), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, - [206271] = 5, + [200794] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(8132), 1, + anon_sym_AMP_AMP, + ACTIONS(4916), 7, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(8208), 1, + anon_sym_PIPE_PIPE, + anon_sym_LBRACK, + anon_sym_GT2, + anon_sym_requires, + [200810] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8134), 1, + anon_sym_LPAREN2, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4284), 1, + STATE(4242), 1, sym_parameter_list, - ACTIONS(7907), 5, + ACTIONS(7808), 5, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, anon_sym_requires, - [206291] = 4, + [200830] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6916), 1, + ACTIONS(6827), 1, anon_sym_requires, - STATE(5147), 1, + STATE(5054), 1, sym_requires_clause, - ACTIONS(7801), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6661), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - [206309] = 5, + anon_sym_EQ, + anon_sym_try, + [200848] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8210), 1, - anon_sym_delete, - ACTIONS(8212), 1, - anon_sym_new, - ACTIONS(8182), 2, - anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(8180), 4, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [206329] = 7, + ACTIONS(6852), 1, + anon_sym_requires, + STATE(5057), 1, + sym_requires_clause, + ACTIONS(7754), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + [200866] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4076), 1, + STATE(4242), 1, sym_parameter_list, - ACTIONS(7879), 2, - anon_sym_RPAREN, + ACTIONS(7778), 5, anon_sym_SEMI, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [206353] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8214), 1, - anon_sym_delete, - ACTIONS(8216), 1, - anon_sym_new, - ACTIONS(8182), 2, - anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(8180), 4, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [206373] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8218), 1, - anon_sym_delete, - ACTIONS(8220), 1, - anon_sym_new, - ACTIONS(8182), 2, - anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(8180), 4, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [206393] = 5, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + anon_sym_requires, + [200886] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8222), 1, + ACTIONS(8138), 1, anon_sym_delete, - ACTIONS(8224), 1, + ACTIONS(8140), 1, anon_sym_new, - ACTIONS(8182), 2, + ACTIONS(8126), 2, anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(8180), 4, + ACTIONS(8124), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, - [206413] = 7, + [200906] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4076), 1, + STATE(4254), 1, sym_parameter_list, - ACTIONS(7917), 2, + ACTIONS(7806), 5, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [206437] = 5, + anon_sym_LBRACE, + anon_sym_requires, + [200926] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4284), 1, + STATE(4254), 1, sym_parameter_list, - ACTIONS(7885), 5, + ACTIONS(7812), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, anon_sym_requires, - [206457] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1469), 1, - anon_sym_LBRACE, - ACTIONS(7029), 1, - anon_sym_COLON, - ACTIONS(7340), 1, - anon_sym_COMMA, - ACTIONS(8226), 1, - anon_sym_SEMI, - ACTIONS(8228), 1, - anon_sym_EQ, - STATE(5450), 1, - aux_sym_field_declaration_repeat1, - STATE(7214), 1, - sym_initializer_list, - STATE(7215), 1, - sym_bitfield_clause, - [206485] = 5, + [200946] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8230), 1, + ACTIONS(8142), 1, anon_sym_delete, - ACTIONS(8232), 1, + ACTIONS(8144), 1, anon_sym_new, - ACTIONS(8182), 2, + ACTIONS(8126), 2, anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(8180), 4, + ACTIONS(8124), 4, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, - [206505] = 4, + [200966] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6865), 1, + ACTIONS(6827), 1, anon_sym_requires, - STATE(5170), 1, + STATE(5081), 1, sym_requires_clause, - ACTIONS(6687), 6, + ACTIONS(6651), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, - [206523] = 6, + [200984] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 1, - anon_sym_LBRACK, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(5025), 1, - sym_template_argument_list, - ACTIONS(3741), 4, + ACTIONS(8134), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, + ACTIONS(8136), 1, + anon_sym_LBRACK, + STATE(4242), 1, + sym_parameter_list, + ACTIONS(7788), 5, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_EQ, anon_sym_try, - [206545] = 4, + anon_sym_requires, + [201004] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6865), 1, - anon_sym_requires, - STATE(5147), 1, - sym_requires_clause, - ACTIONS(7801), 6, + ACTIONS(8134), 1, anon_sym_LPAREN2, + ACTIONS(8136), 1, + anon_sym_LBRACK, + STATE(4254), 1, + sym_parameter_list, + ACTIONS(7778), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_requires, + [201024] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8134), 1, + anon_sym_LPAREN2, + ACTIONS(8136), 1, anon_sym_LBRACK, + STATE(4242), 1, + sym_parameter_list, + ACTIONS(7806), 5, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, - [206563] = 5, + anon_sym_requires, + [201044] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8146), 1, + anon_sym_delete, + ACTIONS(8148), 1, + anon_sym_new, + ACTIONS(8126), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(8124), 4, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [201064] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8236), 1, + ACTIONS(8152), 1, anon_sym_LBRACK, - STATE(5033), 2, + STATE(5027), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(8234), 4, + ACTIONS(8150), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - [206583] = 5, + [201084] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4284), 1, - sym_parameter_list, - ACTIONS(7893), 5, - anon_sym_SEMI, + ACTIONS(1469), 1, anon_sym_LBRACE, + ACTIONS(6995), 1, + anon_sym_COLON, + ACTIONS(7301), 1, + anon_sym_COMMA, + ACTIONS(8154), 1, + anon_sym_SEMI, + ACTIONS(8156), 1, anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [206603] = 5, + STATE(5336), 1, + aux_sym_field_declaration_repeat1, + STATE(6869), 1, + sym_initializer_list, + STATE(6870), 1, + sym_bitfield_clause, + [201112] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4284), 1, - sym_parameter_list, - ACTIONS(7927), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [206623] = 4, + ACTIONS(8144), 1, + anon_sym_new, + ACTIONS(8158), 1, + anon_sym_delete, + ACTIONS(8126), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(8124), 4, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [201132] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6865), 1, + ACTIONS(6827), 1, anon_sym_requires, - STATE(5152), 1, + STATE(5057), 1, sym_requires_clause, - ACTIONS(6695), 6, + ACTIONS(7754), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, - [206641] = 4, + [201150] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6865), 1, - anon_sym_requires, - STATE(5171), 1, - sym_requires_clause, - ACTIONS(7813), 6, + ACTIONS(8134), 1, anon_sym_LPAREN2, + ACTIONS(8136), 1, + anon_sym_LBRACK, + STATE(4242), 1, + sym_parameter_list, + ACTIONS(7782), 5, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, - [206659] = 5, + anon_sym_requires, + [201170] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(7966), 1, anon_sym_LBRACK, - STATE(4284), 1, + STATE(5341), 1, sym_parameter_list, - ACTIONS(7943), 5, + ACTIONS(8160), 2, + anon_sym_COMMA, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - anon_sym_requires, - [206679] = 6, + STATE(5257), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [201194] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3732), 1, + anon_sym_LBRACK, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(6442), 1, - anon_sym_LBRACK, - STATE(5025), 1, + STATE(5023), 1, sym_template_argument_list, - ACTIONS(3902), 4, + ACTIONS(3737), 4, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, - [206701] = 4, + [201216] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6916), 1, - anon_sym_requires, - STATE(5170), 1, - sym_requires_clause, - ACTIONS(6687), 6, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(6995), 1, + anon_sym_COLON, + ACTIONS(7301), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(8162), 1, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - [206719] = 5, + ACTIONS(8164), 1, + anon_sym_EQ, + STATE(5336), 1, + aux_sym_field_declaration_repeat1, + STATE(6778), 1, + sym_initializer_list, + STATE(6782), 1, + sym_bitfield_clause, + [201244] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4284), 1, + STATE(4242), 1, sym_parameter_list, - ACTIONS(7935), 5, + ACTIONS(7812), 5, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, anon_sym_requires, - [206739] = 9, + [201264] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(8166), 1, + anon_sym_delete, + ACTIONS(8168), 1, + anon_sym_new, + ACTIONS(8126), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(8124), 4, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [201284] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + ACTIONS(6456), 1, + anon_sym_LBRACK, + STATE(5023), 1, + sym_template_argument_list, + ACTIONS(3906), 4, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(7029), 1, - anon_sym_COLON, - ACTIONS(7340), 1, - anon_sym_COMMA, - ACTIONS(8238), 1, - anon_sym_SEMI, - ACTIONS(8240), 1, - anon_sym_EQ, - STATE(5450), 1, - aux_sym_field_declaration_repeat1, - STATE(6634), 1, - sym_initializer_list, - STATE(6674), 1, - sym_bitfield_clause, - [206767] = 4, + anon_sym_try, + [201306] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6916), 1, - anon_sym_requires, - STATE(5171), 1, - sym_requires_clause, - ACTIONS(7813), 6, + ACTIONS(8134), 1, + anon_sym_LPAREN2, + ACTIONS(8136), 1, + anon_sym_LBRACK, + STATE(4254), 1, + sym_parameter_list, + ACTIONS(7810), 5, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_LBRACK, - [206785] = 7, + anon_sym_requires, + [201326] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(8170), 1, + anon_sym_delete, + ACTIONS(8172), 1, + anon_sym_new, + ACTIONS(8126), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(8124), 4, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [201346] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4076), 1, + STATE(4254), 1, sym_parameter_list, - ACTIONS(7873), 2, + ACTIONS(7788), 5, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [206809] = 5, + anon_sym_LBRACE, + anon_sym_requires, + [201366] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4284), 1, + STATE(4242), 1, sym_parameter_list, - ACTIONS(7941), 5, + ACTIONS(7810), 5, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, anon_sym_requires, - [206829] = 7, + [201386] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(8028), 1, - anon_sym_LBRACK, - STATE(5472), 1, - sym_parameter_list, - ACTIONS(8242), 2, + ACTIONS(1469), 1, + anon_sym_LBRACE, + ACTIONS(6995), 1, + anon_sym_COLON, + ACTIONS(7301), 1, anon_sym_COMMA, + ACTIONS(8174), 1, anon_sym_SEMI, - STATE(5359), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [206853] = 5, + ACTIONS(8176), 1, + anon_sym_EQ, + STATE(5336), 1, + aux_sym_field_declaration_repeat1, + STATE(7059), 1, + sym_bitfield_clause, + STATE(7063), 1, + sym_initializer_list, + [201414] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4348), 1, - sym_parameter_list, - ACTIONS(7935), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, + ACTIONS(6852), 1, anon_sym_requires, - [206872] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4348), 1, - sym_parameter_list, - ACTIONS(7927), 4, - anon_sym_DOT_DOT_DOT, + STATE(5077), 1, + sym_requires_clause, + ACTIONS(7742), 6, anon_sym_COMMA, - anon_sym_GT2, - anon_sym_requires, - [206891] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5259), 1, - anon_sym_AMP, - ACTIONS(5261), 6, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_requires, - [206906] = 4, + [201432] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4953), 1, - anon_sym_AMP, - ACTIONS(8244), 1, + ACTIONS(8132), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 5, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(8178), 1, anon_sym_PIPE_PIPE, - anon_sym_LBRACE, - anon_sym_LBRACK, - [206923] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(8246), 1, - anon_sym_SEMI, - STATE(4076), 1, - sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [206946] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(4904), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7348), 1, anon_sym_LBRACK, - ACTIONS(7772), 1, - anon_sym_RPAREN, - STATE(4272), 1, - sym_parameter_list, - STATE(5463), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [206969] = 7, + anon_sym_GT2, + anon_sym_requires, + [201450] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - ACTIONS(8248), 1, - anon_sym_COLON, - STATE(4111), 1, + STATE(4254), 1, sym_parameter_list, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [206992] = 5, + ACTIONS(7808), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_requires, + [201470] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4324), 1, + STATE(4254), 1, sym_parameter_list, - ACTIONS(7943), 4, + ACTIONS(7782), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_requires, - [207011] = 4, + [201490] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6912), 1, + ACTIONS(6827), 1, anon_sym_requires, - STATE(5147), 1, + STATE(5077), 1, sym_requires_clause, - ACTIONS(7801), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(7742), 6, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_GT2, - [207028] = 4, + anon_sym_EQ, + anon_sym_try, + [201508] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6912), 1, + ACTIONS(6852), 1, anon_sym_requires, - STATE(5171), 1, + STATE(5081), 1, sym_requires_clause, - ACTIONS(7813), 5, - anon_sym_DOT_DOT_DOT, + ACTIONS(6651), 6, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_GT2, - [207045] = 7, + [201526] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(8172), 1, + anon_sym_new, + ACTIONS(8180), 1, + anon_sym_delete, + ACTIONS(8126), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(8124), 4, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [201546] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8182), 1, + anon_sym_delete, + ACTIONS(8184), 1, + anon_sym_new, + ACTIONS(8126), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(8124), 4, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [201566] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7970), 1, + anon_sym_AMP, + ACTIONS(7968), 6, anon_sym_LPAREN2, - ACTIONS(7446), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LT, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(8250), 1, - anon_sym_COLON, - STATE(4111), 1, - sym_parameter_list, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [207068] = 5, + [201581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(5274), 1, + anon_sym_AMP, + ACTIONS(5276), 6, anon_sym_LPAREN2, - ACTIONS(7887), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(4319), 1, - sym_parameter_list, - ACTIONS(7935), 4, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_requires, - [207087] = 7, + [201596] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(8252), 1, - anon_sym_SEMI, - STATE(4076), 1, + ACTIONS(7644), 1, + anon_sym_COLON, + STATE(4095), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5127), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207110] = 3, + [201619] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8256), 1, + ACTIONS(8188), 1, anon_sym_AMP, - ACTIONS(8254), 6, + ACTIONS(8186), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, - [207125] = 4, + [201634] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6912), 1, - anon_sym_requires, - STATE(5170), 1, - sym_requires_clause, - ACTIONS(6687), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, anon_sym_LPAREN2, + ACTIONS(7309), 1, anon_sym_LBRACK, - anon_sym_GT2, - [207142] = 4, + ACTIONS(7814), 1, + anon_sym_RPAREN, + STATE(4224), 1, + sym_parameter_list, + STATE(5346), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [201657] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4953), 1, - anon_sym_LBRACK, - ACTIONS(8258), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 5, + ACTIONS(8134), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, + ACTIONS(8136), 1, + anon_sym_LBRACK, + STATE(4292), 1, + sym_parameter_list, + ACTIONS(7778), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, anon_sym_requires, - [207159] = 7, + [201676] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7348), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7770), 1, - anon_sym_RPAREN, - STATE(4272), 1, + ACTIONS(8190), 1, + anon_sym_SEMI, + STATE(4006), 1, sym_parameter_list, - STATE(5463), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207182] = 7, + [201699] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7348), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(8260), 1, - anon_sym_RPAREN, - STATE(4272), 1, + ACTIONS(8192), 1, + anon_sym_SEMI, + STATE(4006), 1, sym_parameter_list, - STATE(5463), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207205] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5255), 1, - anon_sym_AMP, - ACTIONS(5257), 6, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_requires, - [207220] = 7, + [201722] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7309), 1, anon_sym_LBRACK, - ACTIONS(8262), 1, - anon_sym_SEMI, - STATE(4076), 1, + ACTIONS(8194), 1, + anon_sym_RPAREN, + STATE(4224), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5346), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207243] = 5, + [201745] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4348), 1, + STATE(4292), 1, sym_parameter_list, - ACTIONS(7885), 4, + ACTIONS(7788), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, anon_sym_requires, - [207262] = 5, + [201764] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(4348), 1, + ACTIONS(8196), 1, + anon_sym_COLON, + STATE(4095), 1, sym_parameter_list, - ACTIONS(7941), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - anon_sym_requires, - [207281] = 7, + STATE(5127), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [201787] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(8264), 1, - anon_sym_RPAREN, - STATE(4076), 1, + ACTIONS(8198), 1, + anon_sym_COLON, + STATE(4095), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5127), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207304] = 4, + [201810] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6912), 1, - anon_sym_requires, - STATE(5152), 1, - sym_requires_clause, - ACTIONS(6695), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, anon_sym_LPAREN2, + ACTIONS(7404), 1, anon_sym_LBRACK, - anon_sym_GT2, - [207321] = 3, + ACTIONS(7724), 1, + anon_sym_COLON, + STATE(4095), 1, + sym_parameter_list, + STATE(5127), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [201833] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3372), 1, + ACTIONS(4906), 1, anon_sym_AMP, - ACTIONS(3370), 6, + ACTIONS(8200), 1, + anon_sym_PIPE_PIPE, + ACTIONS(8202), 1, + anon_sym_AMP_AMP, + ACTIONS(4904), 4, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, - [207336] = 3, + [201852] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7722), 1, + anon_sym_COLON, + STATE(4095), 1, + sym_parameter_list, + STATE(5127), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [201875] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(8204), 1, + anon_sym_COLON, + STATE(4095), 1, + sym_parameter_list, + STATE(5127), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [201898] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8268), 1, + ACTIONS(3366), 1, anon_sym_AMP, - ACTIONS(8266), 6, + ACTIONS(3364), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, - [207351] = 5, + [201913] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(4348), 1, - sym_parameter_list, - ACTIONS(7893), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - anon_sym_requires, - [207370] = 5, - ACTIONS(3), 1, - sym_comment, ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4324), 1, - sym_parameter_list, - ACTIONS(7935), 4, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_requires, - [207389] = 7, + STATE(4006), 1, + sym_parameter_list, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [201936] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 1, anon_sym_LBRACE, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - STATE(5947), 1, + STATE(5754), 1, sym_template_argument_list, - STATE(5949), 2, + STATE(5749), 2, sym_argument_list, sym_initializer_list, - [207412] = 5, + [201959] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4324), 1, + STATE(4292), 1, sym_parameter_list, - ACTIONS(7907), 4, + ACTIONS(7812), 4, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, + anon_sym_GT2, anon_sym_requires, - [207431] = 3, + [201978] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(8272), 1, - anon_sym_AMP, - ACTIONS(8270), 6, + ACTIONS(5697), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LT, - anon_sym_LBRACE, + ACTIONS(7404), 1, anon_sym_LBRACK, - [207446] = 7, + ACTIONS(8208), 1, + anon_sym_COLON, + STATE(4095), 1, + sym_parameter_list, + STATE(5127), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [202001] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(8028), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(8274), 1, - anon_sym_RPAREN, - STATE(5472), 1, + ACTIONS(8210), 1, + anon_sym_SEMI, + STATE(4006), 1, sym_parameter_list, - STATE(5359), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207469] = 7, + [202024] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7966), 1, anon_sym_LBRACK, - ACTIONS(8276), 1, - anon_sym_SEMI, - STATE(4076), 1, + ACTIONS(8212), 1, + anon_sym_RPAREN, + STATE(5341), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5257), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207492] = 5, + [202047] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, - anon_sym_AMP, - ACTIONS(8244), 1, + ACTIONS(4918), 1, + anon_sym_LBRACK, + ACTIONS(8214), 1, anon_sym_AMP_AMP, - ACTIONS(8278), 1, + ACTIONS(4916), 5, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - ACTIONS(4936), 4, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_requires, + [202064] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4918), 1, + anon_sym_AMP, + ACTIONS(8202), 1, + anon_sym_AMP_AMP, + ACTIONS(4916), 5, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_LBRACE, anon_sym_LBRACK, - [207511] = 7, + [202081] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(8280), 1, + ACTIONS(8216), 1, anon_sym_COLON, - STATE(4111), 1, + STATE(4095), 1, sym_parameter_list, - STATE(5206), 2, + STATE(5127), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207534] = 7, + [202104] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(8220), 1, + anon_sym_AMP, + ACTIONS(8218), 6, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LT, + anon_sym_LBRACE, + anon_sym_LBRACK, + [202119] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7309), 1, anon_sym_LBRACK, - ACTIONS(8282), 1, - anon_sym_COLON, - STATE(4111), 1, + ACTIONS(7833), 1, + anon_sym_RPAREN, + STATE(4224), 1, sym_parameter_list, - STATE(5206), 2, + STATE(5346), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207557] = 7, + [202142] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(8284), 1, + ACTIONS(8222), 1, anon_sym_SEMI, - STATE(4076), 1, + STATE(4006), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207580] = 5, + [202165] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6884), 1, + anon_sym_requires, + STATE(5077), 1, + sym_requires_clause, + ACTIONS(7742), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_GT2, + [202182] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(6884), 1, + anon_sym_requires, + STATE(5057), 1, + sym_requires_clause, + ACTIONS(7754), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7887), 1, anon_sym_LBRACK, - STATE(4345), 1, - sym_parameter_list, - ACTIONS(7935), 4, - anon_sym_LBRACK_LBRACK, + anon_sym_GT2, + [202199] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8226), 1, + anon_sym_AMP, + ACTIONS(8224), 6, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LT, anon_sym_LBRACE, - anon_sym_try, + anon_sym_LBRACK, + [202214] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5231), 1, + anon_sym_AMP, + ACTIONS(5233), 6, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_requires, - [207599] = 5, + [202229] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(6884), 1, + anon_sym_requires, + STATE(5054), 1, + sym_requires_clause, + ACTIONS(6661), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7887), 1, anon_sym_LBRACK, - STATE(4319), 1, - sym_parameter_list, - ACTIONS(7943), 4, - anon_sym_RPAREN, - anon_sym_SEMI, + anon_sym_GT2, + [202246] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - anon_sym_requires, - [207618] = 7, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7642), 1, + anon_sym_COLON, + STATE(4095), 1, + sym_parameter_list, + STATE(5127), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [202269] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7348), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7843), 1, - anon_sym_RPAREN, - STATE(4272), 1, + ACTIONS(8228), 1, + anon_sym_SEMI, + STATE(4006), 1, sym_parameter_list, - STATE(5463), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207641] = 5, + [202292] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4319), 1, + STATE(4292), 1, sym_parameter_list, - ACTIONS(7893), 4, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + ACTIONS(7806), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, anon_sym_requires, - [207660] = 7, + [202311] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(8286), 1, + ACTIONS(8230), 1, anon_sym_SEMI, - STATE(4076), 1, + STATE(4006), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207683] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4319), 1, - sym_parameter_list, - ACTIONS(7907), 4, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_requires, - [207702] = 7, + [202334] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7348), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7853), 1, + ACTIONS(8232), 1, anon_sym_RPAREN, - STATE(4272), 1, + STATE(4006), 1, sym_parameter_list, - STATE(5463), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207725] = 5, + [202357] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4345), 1, + STATE(4292), 1, sym_parameter_list, - ACTIONS(7885), 4, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, + ACTIONS(7810), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, anon_sym_requires, - [207744] = 5, + [202376] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, - anon_sym_LBRACK, - ACTIONS(8258), 1, - anon_sym_AMP_AMP, - ACTIONS(8288), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4936), 4, + ACTIONS(8134), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, + ACTIONS(8136), 1, + anon_sym_LBRACK, + STATE(4292), 1, + sym_parameter_list, + ACTIONS(7808), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, anon_sym_requires, - [207763] = 7, + [202395] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7965), 1, + ACTIONS(8234), 1, anon_sym_COLON, - STATE(4111), 1, + STATE(4095), 1, sym_parameter_list, - STATE(5206), 2, + STATE(5127), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207786] = 5, + [202418] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4324), 1, + STATE(4242), 1, sym_parameter_list, - ACTIONS(7885), 4, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8236), 4, anon_sym_SEMI, - anon_sym_requires, - [207805] = 7, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + [202437] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7309), 1, anon_sym_LBRACK, - ACTIONS(8290), 1, - anon_sym_COLON, - STATE(4111), 1, + ACTIONS(7824), 1, + anon_sym_RPAREN, + STATE(4224), 1, sym_parameter_list, - STATE(5206), 2, + STATE(5346), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207828] = 5, + [202460] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4348), 1, + STATE(4292), 1, sym_parameter_list, - ACTIONS(7943), 4, + ACTIONS(7782), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, anon_sym_requires, - [207847] = 5, + [202479] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(4906), 1, anon_sym_LBRACK, - STATE(4345), 1, - sym_parameter_list, - ACTIONS(7941), 4, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_requires, - [207866] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7342), 1, + ACTIONS(8214), 1, + anon_sym_AMP_AMP, + ACTIONS(8238), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4904), 4, anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4345), 1, - sym_parameter_list, - ACTIONS(7943), 4, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, + anon_sym_COLON, anon_sym_requires, - [207885] = 5, + [202498] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - STATE(4319), 1, - sym_parameter_list, - ACTIONS(7927), 4, - anon_sym_RPAREN, + ACTIONS(8240), 1, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_requires, - [207904] = 3, + STATE(4006), 1, + sym_parameter_list, + STATE(5020), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [202521] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5272), 1, + ACTIONS(5227), 1, anon_sym_AMP, - ACTIONS(5274), 6, + ACTIONS(5229), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_requires, - [207919] = 7, + [202536] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, + ACTIONS(5697), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(7933), 1, + ACTIONS(7702), 1, anon_sym_COLON, - STATE(4111), 1, + STATE(4095), 1, sym_parameter_list, - STATE(5206), 2, + STATE(5127), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [207942] = 5, + [202559] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4345), 1, - sym_parameter_list, - ACTIONS(7927), 4, + ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_requires, - [207961] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(7309), 1, anon_sym_LBRACK, - STATE(4319), 1, - sym_parameter_list, - ACTIONS(7941), 4, + ACTIONS(7798), 1, anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_requires, - [207980] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(7879), 1, - anon_sym_COLON, - STATE(4111), 1, + STATE(4224), 1, sym_parameter_list, - STATE(5206), 2, + STATE(5346), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [208003] = 7, + [202582] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7309), 1, anon_sym_LBRACK, - ACTIONS(8292), 1, - anon_sym_SEMI, - STATE(4076), 1, + ACTIONS(7800), 1, + anon_sym_RPAREN, + STATE(4224), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5346), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [208026] = 7, + [202605] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(6884), 1, + anon_sym_requires, + STATE(5081), 1, + sym_requires_clause, + ACTIONS(6651), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7446), 1, anon_sym_LBRACK, - ACTIONS(7873), 1, - anon_sym_COLON, - STATE(4111), 1, - sym_parameter_list, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [208049] = 5, + anon_sym_GT2, + [202622] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4284), 1, - sym_parameter_list, - ACTIONS(8294), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [208068] = 5, + ACTIONS(8244), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(8242), 4, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [202636] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(5918), 1, anon_sym_LBRACK, - STATE(4345), 1, - sym_parameter_list, - ACTIONS(7907), 4, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, + ACTIONS(6649), 1, anon_sym_requires, - [208087] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + STATE(5071), 1, + sym_requires_clause, + ACTIONS(5910), 3, anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(7917), 1, + anon_sym_LBRACK_LBRACK, anon_sym_COLON, - STATE(4111), 1, - sym_parameter_list, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [208110] = 5, + [202654] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4324), 1, - sym_parameter_list, - ACTIONS(7893), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, + ACTIONS(6454), 1, anon_sym_requires, - [208129] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(7900), 1, anon_sym_LBRACK, - STATE(4324), 1, - sym_parameter_list, - ACTIONS(7927), 4, - anon_sym_COMMA, + STATE(5124), 1, + sym_requires_clause, + ACTIONS(7898), 3, anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_requires, - [208148] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7342), 1, anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4345), 1, - sym_parameter_list, - ACTIONS(7893), 4, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_requires, - [208167] = 5, + [202672] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4319), 1, - sym_parameter_list, - ACTIONS(7885), 4, - anon_sym_RPAREN, + ACTIONS(8246), 1, + anon_sym_COMMA, + STATE(5336), 1, + aux_sym_field_declaration_repeat1, + ACTIONS(8249), 4, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_requires, - [208186] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8090), 1, - anon_sym_AMP, - ACTIONS(8088), 6, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LT, anon_sym_LBRACE, - anon_sym_LBRACK, - [208201] = 7, + anon_sym_EQ, + anon_sym_COLON, + [202688] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(7404), 1, anon_sym_LBRACK, - ACTIONS(8296), 1, - anon_sym_SEMI, - STATE(4076), 1, + STATE(3685), 1, sym_parameter_list, - STATE(5104), 2, + STATE(5020), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [208224] = 5, + [202708] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4348), 1, - sym_parameter_list, - ACTIONS(7907), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - anon_sym_requires, - [208243] = 7, + ACTIONS(7357), 1, + anon_sym_try, + ACTIONS(7680), 1, + anon_sym_LBRACE, + ACTIONS(8251), 1, + anon_sym_SEMI, + ACTIONS(8253), 1, + anon_sym_EQ, + STATE(2356), 2, + sym_compound_statement, + sym_try_statement, + [202728] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7348), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - ACTIONS(7805), 1, - anon_sym_RPAREN, - STATE(4272), 1, + STATE(4298), 1, sym_parameter_list, - STATE(5463), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [208266] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5713), 1, + ACTIONS(7806), 3, anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, - anon_sym_LBRACK, - ACTIONS(8298), 1, anon_sym_COLON, - STATE(4111), 1, - sym_parameter_list, - STATE(5206), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [208289] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4324), 1, - sym_parameter_list, - ACTIONS(7941), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, anon_sym_requires, - [208308] = 6, + [202746] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(251), 1, + ACTIONS(628), 1, anon_sym_LBRACE, - ACTIONS(7584), 1, + ACTIONS(7430), 1, anon_sym_try, - ACTIONS(8300), 1, + ACTIONS(8255), 1, anon_sym_SEMI, - ACTIONS(8302), 1, + ACTIONS(8257), 1, anon_sym_EQ, - STATE(534), 2, + STATE(1003), 2, sym_compound_statement, sym_try_statement, - [208328] = 5, + [202766] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6472), 1, + ACTIONS(8261), 1, anon_sym_LBRACK, - ACTIONS(6657), 1, + ACTIONS(8259), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [202780] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6454), 1, anon_sym_requires, - STATE(5188), 1, + ACTIONS(6486), 1, + anon_sym_LBRACK, + STATE(5121), 1, sym_requires_clause, - ACTIONS(6470), 3, + ACTIONS(6484), 3, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [208346] = 6, + [202798] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(626), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(7450), 1, + ACTIONS(7496), 1, anon_sym_try, - ACTIONS(8304), 1, + ACTIONS(8263), 1, anon_sym_SEMI, - ACTIONS(8306), 1, + ACTIONS(8265), 1, anon_sym_EQ, - STATE(1003), 2, + STATE(998), 2, sym_compound_statement, sym_try_statement, - [208366] = 3, + [202818] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8310), 2, - anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(8308), 4, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [208380] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8312), 1, - anon_sym_COMMA, - STATE(5450), 1, - aux_sym_field_declaration_repeat1, - ACTIONS(8315), 4, - anon_sym_SEMI, + ACTIONS(7357), 1, + anon_sym_try, + ACTIONS(7680), 1, anon_sym_LBRACE, + ACTIONS(8267), 1, + anon_sym_SEMI, + ACTIONS(8269), 1, anon_sym_EQ, - anon_sym_COLON, - [208396] = 3, + STATE(2405), 2, + sym_compound_statement, + sym_try_statement, + [202838] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8319), 1, - anon_sym_LBRACK, - ACTIONS(8317), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(7313), 1, + anon_sym_try, + ACTIONS(7690), 1, + anon_sym_LBRACE, + ACTIONS(8271), 1, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [208410] = 3, + ACTIONS(8273), 1, + anon_sym_EQ, + STATE(2061), 2, + sym_compound_statement, + sym_try_statement, + [202858] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8323), 1, + ACTIONS(43), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7859), 1, anon_sym_LBRACK, - ACTIONS(8321), 5, - anon_sym_COMMA, + ACTIONS(7857), 2, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [208424] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7512), 1, - anon_sym_TILDE, - ACTIONS(8325), 1, - sym_identifier, - ACTIONS(8327), 1, - anon_sym_template, - STATE(2500), 3, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - [208442] = 5, + STATE(5027), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [202876] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7476), 1, + ACTIONS(7522), 1, anon_sym_TILDE, - ACTIONS(8329), 1, + ACTIONS(8275), 1, sym_identifier, - ACTIONS(8331), 1, + ACTIONS(8277), 1, anon_sym_template, - STATE(2782), 3, + STATE(3088), 3, sym_template_method, sym_destructor_name, sym_dependent_field_identifier, - [208460] = 5, + [202894] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8333), 1, - anon_sym_LBRACK, - ACTIONS(8335), 1, + ACTIONS(251), 1, + anon_sym_LBRACE, + ACTIONS(7542), 1, + anon_sym_try, + ACTIONS(8279), 1, + anon_sym_SEMI, + ACTIONS(8281), 1, anon_sym_EQ, - ACTIONS(8337), 1, - anon_sym_DOT, - STATE(5474), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [208478] = 5, + STATE(535), 2, + sym_compound_statement, + sym_try_statement, + [202914] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6657), 1, + ACTIONS(6649), 1, anon_sym_requires, - ACTIONS(7803), 1, + ACTIONS(6653), 1, anon_sym_LBRACK, - STATE(5064), 1, + STATE(4964), 1, sym_requires_clause, - ACTIONS(7801), 3, + ACTIONS(6651), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [208496] = 5, + [202932] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6657), 1, - anon_sym_requires, - ACTIONS(7815), 1, - anon_sym_LBRACK, - STATE(5053), 1, - sym_requires_clause, - ACTIONS(7813), 3, + ACTIONS(7303), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [208514] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6173), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - ACTIONS(6657), 1, - anon_sym_requires, - STATE(5134), 1, - sym_requires_clause, - ACTIONS(6171), 3, - anon_sym_LPAREN2, + STATE(4298), 1, + sym_parameter_list, + ACTIONS(7812), 3, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [208532] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7352), 1, - anon_sym_try, - ACTIONS(7748), 1, - anon_sym_LBRACE, - ACTIONS(8339), 1, - anon_sym_SEMI, - ACTIONS(8341), 1, - anon_sym_EQ, - STATE(2117), 2, - sym_compound_statement, - sym_try_statement, - [208552] = 3, + anon_sym_requires, + [202950] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8345), 2, + ACTIONS(7446), 1, anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(8343), 4, + ACTIONS(8283), 1, sym_identifier, - anon_sym_decltype, + ACTIONS(8285), 1, anon_sym_template, - anon_sym_operator, - [208566] = 5, + STATE(2894), 3, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + [202968] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6657), 1, + ACTIONS(6649), 1, anon_sym_requires, - ACTIONS(6689), 1, + ACTIONS(6663), 1, anon_sym_LBRACK, - STATE(5040), 1, + STATE(4952), 1, sym_requires_clause, - ACTIONS(6687), 3, + ACTIONS(6661), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [208584] = 5, + [202986] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6657), 1, + ACTIONS(6649), 1, anon_sym_requires, - ACTIONS(6697), 1, + ACTIONS(7756), 1, anon_sym_LBRACK, - STATE(5052), 1, + STATE(4950), 1, sym_requires_clause, - ACTIONS(6695), 3, + ACTIONS(7754), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [208602] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7921), 1, - anon_sym_LBRACK, - ACTIONS(7919), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - STATE(5033), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [208620] = 6, + [203004] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(868), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(7524), 1, + ACTIONS(7436), 1, anon_sym_try, - ACTIONS(8347), 1, + ACTIONS(8287), 1, anon_sym_SEMI, - ACTIONS(8349), 1, + ACTIONS(8289), 1, anon_sym_EQ, - STATE(998), 2, + STATE(1052), 2, sym_compound_statement, sym_try_statement, - [208640] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6464), 1, - anon_sym_LBRACK, - ACTIONS(6514), 1, - anon_sym_requires, - STATE(5222), 1, - sym_requires_clause, - ACTIONS(6462), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [208658] = 6, + [203024] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7392), 1, - anon_sym_try, - ACTIONS(7756), 1, + ACTIONS(628), 1, anon_sym_LBRACE, - ACTIONS(8351), 1, + ACTIONS(7430), 1, + anon_sym_try, + ACTIONS(8291), 1, anon_sym_SEMI, - ACTIONS(8353), 1, + ACTIONS(8293), 1, anon_sym_EQ, - STATE(2349), 2, + STATE(929), 2, sym_compound_statement, sym_try_statement, - [208678] = 6, + [203044] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7446), 1, + ACTIONS(8295), 1, anon_sym_LBRACK, - STATE(3765), 1, - sym_parameter_list, - STATE(5104), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [208698] = 3, + ACTIONS(8298), 1, + anon_sym_EQ, + ACTIONS(8300), 1, + anon_sym_DOT, + STATE(5356), 3, + sym_subscript_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [203062] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8357), 1, + ACTIONS(6649), 1, + anon_sym_requires, + ACTIONS(7744), 1, anon_sym_LBRACK, - ACTIONS(8355), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(4999), 1, + sym_requires_clause, + ACTIONS(7742), 3, anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [208712] = 6, + anon_sym_COLON, + [203080] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(7492), 1, + ACTIONS(7321), 1, anon_sym_try, - ACTIONS(8359), 1, + ACTIONS(7710), 1, + anon_sym_LBRACE, + ACTIONS(8303), 1, anon_sym_SEMI, - ACTIONS(8361), 1, + ACTIONS(8305), 1, anon_sym_EQ, - STATE(1030), 2, + STATE(2306), 2, sym_compound_statement, sym_try_statement, - [208732] = 3, + [203100] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8365), 1, + ACTIONS(5466), 1, + anon_sym_LT, + ACTIONS(7855), 1, anon_sym_LBRACK, - ACTIONS(8363), 5, - anon_sym_COMMA, + STATE(5122), 1, + sym_template_argument_list, + ACTIONS(7851), 3, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [208746] = 6, + [203118] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6462), 1, + anon_sym_LBRACK, + ACTIONS(6649), 1, + anon_sym_requires, + STATE(5047), 1, + sym_requires_clause, + ACTIONS(6460), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [203136] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(251), 1, anon_sym_LBRACE, - ACTIONS(7584), 1, + ACTIONS(7542), 1, anon_sym_try, - ACTIONS(8367), 1, + ACTIONS(8307), 1, anon_sym_SEMI, - ACTIONS(8369), 1, + ACTIONS(8309), 1, anon_sym_EQ, - STATE(514), 2, + STATE(488), 2, sym_compound_statement, sym_try_statement, - [208766] = 3, + [203156] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8373), 1, + ACTIONS(7478), 1, + anon_sym_TILDE, + ACTIONS(8311), 1, + sym_identifier, + ACTIONS(8313), 1, + anon_sym_template, + STATE(2521), 3, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + [203174] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8317), 1, anon_sym_LBRACK, - ACTIONS(8371), 5, + ACTIONS(8315), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [208780] = 5, + [203188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6514), 1, - anon_sym_requires, - ACTIONS(7905), 1, + ACTIONS(8321), 1, anon_sym_LBRACK, - STATE(5217), 1, - sym_requires_clause, - ACTIONS(7903), 3, + ACTIONS(8319), 5, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [208798] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8375), 1, - anon_sym_LBRACK, - ACTIONS(8378), 1, - anon_sym_EQ, - ACTIONS(8380), 1, - anon_sym_DOT, - STATE(5474), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [208816] = 6, + [203202] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(626), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(7450), 1, + ACTIONS(7436), 1, anon_sym_try, - ACTIONS(8383), 1, + ACTIONS(8323), 1, anon_sym_SEMI, - ACTIONS(8385), 1, + ACTIONS(8325), 1, anon_sym_EQ, - STATE(946), 2, + STATE(1031), 2, sym_compound_statement, sym_try_statement, - [208836] = 5, + [203222] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6657), 1, - anon_sym_requires, - ACTIONS(7835), 1, + ACTIONS(8329), 1, anon_sym_LBRACK, - STATE(5159), 1, - sym_requires_clause, - ACTIONS(7833), 3, + ACTIONS(8327), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [208854] = 3, + [203236] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8389), 1, + ACTIONS(6649), 1, + anon_sym_requires, + ACTIONS(7728), 1, anon_sym_LBRACK, - ACTIONS(8387), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(5074), 1, + sym_requires_clause, + ACTIONS(7726), 3, anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [208868] = 5, + anon_sym_COLON, + [203254] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7512), 1, - anon_sym_TILDE, - ACTIONS(8391), 1, - sym_identifier, - ACTIONS(8393), 1, - anon_sym_template, - STATE(2500), 3, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - [208886] = 5, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, + anon_sym_LBRACK, + STATE(4298), 1, + sym_parameter_list, + ACTIONS(7778), 3, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_requires, + [203272] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - STATE(4375), 1, + STATE(4298), 1, sym_parameter_list, - ACTIONS(7935), 3, + ACTIONS(7782), 3, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_requires, - [208904] = 6, + [203290] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7352), 1, - anon_sym_try, - ACTIONS(7748), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(8395), 1, + ACTIONS(7496), 1, + anon_sym_try, + ACTIONS(8331), 1, anon_sym_SEMI, - ACTIONS(8397), 1, + ACTIONS(8333), 1, anon_sym_EQ, - STATE(2044), 2, + STATE(960), 2, sym_compound_statement, sym_try_statement, - [208924] = 5, + [203310] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5467), 1, - anon_sym_LT, - ACTIONS(7974), 1, - anon_sym_LBRACK, - STATE(5195), 1, - sym_template_argument_list, - ACTIONS(7970), 3, - anon_sym_RPAREN, + ACTIONS(7303), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [208942] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8401), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - ACTIONS(8399), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, + STATE(4298), 1, + sym_parameter_list, + ACTIONS(7810), 3, anon_sym_LBRACK_LBRACK, - [208956] = 6, + anon_sym_COLON, + anon_sym_requires, + [203328] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(868), 1, - anon_sym_LBRACE, - ACTIONS(7524), 1, - anon_sym_try, - ACTIONS(8403), 1, - anon_sym_SEMI, - ACTIONS(8405), 1, + ACTIONS(8335), 1, + anon_sym_LBRACK, + ACTIONS(8337), 1, anon_sym_EQ, - STATE(922), 2, - sym_compound_statement, - sym_try_statement, - [208976] = 5, + ACTIONS(8339), 1, + anon_sym_DOT, + STATE(5356), 3, + sym_subscript_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [203346] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7454), 1, - anon_sym_TILDE, - ACTIONS(8407), 1, - sym_identifier, - ACTIONS(8409), 1, - anon_sym_template, - STATE(2983), 3, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - [208994] = 5, + ACTIONS(8343), 1, + anon_sym_LBRACK, + ACTIONS(8341), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [203360] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(8347), 1, anon_sym_LBRACK, - STATE(4375), 1, - sym_parameter_list, - ACTIONS(7885), 3, + ACTIONS(8345), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_requires, - [209012] = 6, + [203374] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7406), 1, + ACTIONS(7321), 1, anon_sym_try, - ACTIONS(7730), 1, + ACTIONS(7710), 1, anon_sym_LBRACE, - ACTIONS(8411), 1, + ACTIONS(8349), 1, anon_sym_SEMI, - ACTIONS(8413), 1, + ACTIONS(8351), 1, anon_sym_EQ, - STATE(2461), 2, + STATE(2433), 2, sym_compound_statement, sym_try_statement, - [209032] = 5, + [203394] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - STATE(4375), 1, + STATE(4298), 1, sym_parameter_list, - ACTIONS(7941), 3, + ACTIONS(7788), 3, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_requires, - [209050] = 5, + [203412] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(7780), 1, anon_sym_LBRACK, - STATE(4375), 1, + STATE(4298), 1, sym_parameter_list, - ACTIONS(7943), 3, + ACTIONS(7808), 3, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_requires, - [209068] = 5, + [203430] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4375), 1, - sym_parameter_list, - ACTIONS(7927), 3, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_requires, - [209086] = 5, + ACTIONS(8355), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(8353), 4, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [203444] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, + ACTIONS(8359), 1, anon_sym_LBRACK, - STATE(4375), 1, - sym_parameter_list, - ACTIONS(7907), 3, + ACTIONS(8357), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_requires, - [209104] = 5, + [203458] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - ACTIONS(7887), 1, - anon_sym_LBRACK, - STATE(4375), 1, - sym_parameter_list, - ACTIONS(7893), 3, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_requires, - [209122] = 6, + ACTIONS(7478), 1, + anon_sym_TILDE, + ACTIONS(8361), 1, + sym_identifier, + ACTIONS(8363), 1, + anon_sym_template, + STATE(2521), 3, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + [203476] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(7492), 1, - anon_sym_try, - ACTIONS(8415), 1, + ACTIONS(8367), 1, + anon_sym_LBRACK, + ACTIONS(8365), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - ACTIONS(8417), 1, - anon_sym_EQ, - STATE(981), 2, - sym_compound_statement, - sym_try_statement, - [209142] = 6, + anon_sym_LBRACK_LBRACK, + [203490] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7406), 1, + ACTIONS(7313), 1, anon_sym_try, - ACTIONS(7730), 1, + ACTIONS(7690), 1, anon_sym_LBRACE, - ACTIONS(8419), 1, + ACTIONS(8369), 1, anon_sym_SEMI, - ACTIONS(8421), 1, + ACTIONS(8371), 1, anon_sym_EQ, - STATE(2277), 2, + STATE(2102), 2, sym_compound_statement, sym_try_statement, - [209162] = 6, + [203510] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7392), 1, - anon_sym_try, - ACTIONS(7756), 1, - anon_sym_LBRACE, - ACTIONS(8423), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + ACTIONS(8373), 1, anon_sym_SEMI, - ACTIONS(8425), 1, + ACTIONS(8375), 1, anon_sym_EQ, - STATE(2351), 2, - sym_compound_statement, - sym_try_statement, - [209182] = 3, + STATE(3301), 1, + sym_template_argument_list, + [203529] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8429), 1, - anon_sym_LBRACK, - ACTIONS(8427), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [209196] = 5, + ACTIONS(8377), 2, + anon_sym_class, + anon_sym_typename, + STATE(6181), 3, + sym_type_parameter_declaration, + sym_variadic_type_parameter_declaration, + sym_optional_type_parameter_declaration, + [203542] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4396), 1, - sym_parameter_list, - ACTIONS(7907), 2, - anon_sym_LBRACE, - anon_sym_requires, - [209213] = 6, + ACTIONS(6440), 1, + sym_auto, + ACTIONS(6442), 1, + anon_sym_decltype, + STATE(3469), 1, + sym_decltype_auto, + ACTIONS(8379), 2, + anon_sym_COMMA, + anon_sym_GT2, + [203559] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(8431), 1, + ACTIONS(8381), 1, anon_sym_SEMI, - ACTIONS(8433), 1, + ACTIONS(8383), 1, anon_sym_EQ, - STATE(3302), 1, + STATE(3301), 1, sym_template_argument_list, - [209232] = 6, + [203578] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(8435), 1, + ACTIONS(8385), 1, anon_sym_SEMI, - ACTIONS(8437), 1, + ACTIONS(8387), 1, anon_sym_EQ, - STATE(3302), 1, + STATE(3301), 1, sym_template_argument_list, - [209251] = 6, + [203597] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(8439), 1, + ACTIONS(8389), 1, anon_sym_SEMI, - ACTIONS(8441), 1, + ACTIONS(8391), 1, anon_sym_EQ, - STATE(3302), 1, + STATE(3301), 1, sym_template_argument_list, - [209270] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4324), 1, - sym_parameter_list, - ACTIONS(8076), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [209287] = 6, + [203616] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(8443), 1, + ACTIONS(8393), 1, anon_sym_SEMI, - ACTIONS(8445), 1, + ACTIONS(8395), 1, anon_sym_EQ, - STATE(3302), 1, + STATE(3301), 1, sym_template_argument_list, - [209306] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4396), 1, - sym_parameter_list, - ACTIONS(7943), 2, - anon_sym_LBRACE, - anon_sym_requires, - [209323] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6484), 1, - sym_auto, - ACTIONS(6486), 1, - anon_sym_decltype, - STATE(3519), 1, - sym_decltype_auto, - ACTIONS(8447), 2, - anon_sym_COMMA, - anon_sym_GT2, - [209340] = 6, + [203635] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(8449), 1, + ACTIONS(8397), 1, anon_sym_SEMI, - ACTIONS(8451), 1, + ACTIONS(8399), 1, anon_sym_EQ, - STATE(3302), 1, + STATE(3301), 1, sym_template_argument_list, - [209359] = 5, + [203654] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(8455), 1, + ACTIONS(8403), 1, anon_sym_COLON_COLON, - STATE(6551), 1, + STATE(6010), 1, sym_argument_list, - ACTIONS(8453), 2, + ACTIONS(8401), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [209376] = 5, + [203671] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6484), 1, + ACTIONS(6440), 1, sym_auto, - ACTIONS(6486), 1, + ACTIONS(6442), 1, anon_sym_decltype, - STATE(3519), 1, + STATE(3469), 1, sym_decltype_auto, - ACTIONS(8457), 2, - anon_sym_COMMA, - anon_sym_GT2, - [209393] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6436), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6440), 1, - anon_sym_EQ, - ACTIONS(8459), 1, - sym_identifier, - ACTIONS(6438), 2, + ACTIONS(8405), 2, anon_sym_COMMA, anon_sym_GT2, - [209410] = 6, + [203688] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(8461), 1, - anon_sym_SEMI, - ACTIONS(8463), 1, - anon_sym_EQ, - STATE(3302), 1, + STATE(5754), 1, sym_template_argument_list, - [209429] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8206), 1, + ACTIONS(8407), 2, anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4396), 1, - sym_parameter_list, - ACTIONS(7935), 2, anon_sym_LBRACE, - anon_sym_requires, - [209446] = 5, + [203705] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4348), 1, - sym_parameter_list, - ACTIONS(8076), 2, + ACTIONS(6446), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6450), 1, + anon_sym_EQ, + ACTIONS(8409), 1, + sym_identifier, + ACTIONS(6448), 2, anon_sym_COMMA, anon_sym_GT2, - [209463] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4396), 1, - sym_parameter_list, - ACTIONS(7893), 2, - anon_sym_LBRACE, - anon_sym_requires, - [209480] = 5, + [203722] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4396), 1, - sym_parameter_list, - ACTIONS(7885), 2, - anon_sym_LBRACE, - anon_sym_requires, - [209497] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(8465), 1, + ACTIONS(8411), 1, anon_sym_SEMI, - ACTIONS(8467), 1, + ACTIONS(8413), 1, anon_sym_EQ, - STATE(3302), 1, + STATE(3301), 1, sym_template_argument_list, - [209516] = 5, + [203741] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4396), 1, + STATE(4254), 1, sym_parameter_list, - ACTIONS(7927), 2, - anon_sym_LBRACE, - anon_sym_requires, - [209533] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8469), 2, - anon_sym_class, - anon_sym_typename, - STATE(6578), 3, - sym_type_parameter_declaration, - sym_variadic_type_parameter_declaration, - sym_optional_type_parameter_declaration, - [209546] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(5947), 1, - sym_template_argument_list, - ACTIONS(8471), 2, - anon_sym_LPAREN2, - anon_sym_LBRACE, - [209563] = 5, + ACTIONS(7986), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [203758] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, + ACTIONS(8136), 1, anon_sym_LBRACK, - STATE(4396), 1, + STATE(4292), 1, sym_parameter_list, - ACTIONS(7941), 2, - anon_sym_LBRACE, - anon_sym_requires, - [209580] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(6918), 1, - anon_sym_LBRACE, - STATE(4588), 1, - sym_field_declaration_list, - STATE(6130), 1, - sym_base_class_clause, - [209596] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, - anon_sym_COLON, - STATE(2033), 1, - sym_field_declaration_list, - STATE(6381), 1, - sym_base_class_clause, - [209612] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - STATE(4029), 1, - sym_field_declaration_list, - STATE(6147), 1, - sym_base_class_clause, - [209628] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2725), 1, - sym_field_declaration_list, - STATE(6604), 1, - sym_base_class_clause, - [209644] = 5, + ACTIONS(7986), 2, + anon_sym_COMMA, + anon_sym_GT2, + [203775] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - ACTIONS(8473), 1, - anon_sym_RPAREN, - STATE(4324), 1, - sym_parameter_list, - [209660] = 5, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8417), 1, + anon_sym_COMMA, + ACTIONS(8419), 1, + anon_sym_RBRACE, + STATE(5930), 1, + sym_enumerator, + [203791] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8475), 1, + ACTIONS(8421), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8477), 1, + ACTIONS(8423), 1, anon_sym_GT2, - STATE(6060), 1, + STATE(5880), 1, aux_sym_template_argument_list_repeat1, - [209676] = 5, + [203807] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4052), 1, + STATE(3994), 1, sym_field_declaration_list, - STATE(6146), 1, + STATE(6106), 1, sym_base_class_clause, - [209692] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(8475), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8479), 1, - anon_sym_GT2, - STATE(6040), 1, - aux_sym_template_argument_list_repeat1, - [209708] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7468), 1, - anon_sym_LBRACE, - STATE(2835), 1, - sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [209722] = 5, + [203823] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(2748), 1, + STATE(3979), 1, sym_field_declaration_list, - STATE(6544), 1, + STATE(6092), 1, sym_base_class_clause, - [209738] = 5, + [203839] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(3996), 1, + STATE(4018), 1, sym_field_declaration_list, - STATE(6145), 1, + STATE(6084), 1, sym_base_class_clause, - [209754] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7554), 1, - anon_sym_LBRACE, - STATE(3656), 1, - sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [209768] = 5, + [203855] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8475), 1, + ACTIONS(8421), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8481), 1, + ACTIONS(8425), 1, anon_sym_GT2, - STATE(6088), 1, + STATE(5892), 1, aux_sym_template_argument_list_repeat1, - [209784] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7484), 1, - anon_sym_LBRACE, - STATE(3142), 1, - sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [209798] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8483), 1, - anon_sym_LF, - ACTIONS(8485), 1, - anon_sym_LPAREN, - ACTIONS(8487), 1, - sym_preproc_arg, - STATE(6593), 1, - sym_preproc_params, - [209814] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8489), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8491), 1, - anon_sym_COMMA, - ACTIONS(8493), 1, - anon_sym_LBRACE, - STATE(5855), 1, - aux_sym_base_class_clause_repeat1, - [209830] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5447), 1, - anon_sym_LBRACE, - STATE(3454), 1, - sym_field_declaration_list, - STATE(6150), 1, - sym_base_class_clause, - [209846] = 5, - ACTIONS(3), 1, + [203871] = 5, + ACTIONS(7157), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, - anon_sym_LBRACE, - STATE(4031), 1, - sym_field_declaration_list, - STATE(6160), 1, - sym_base_class_clause, - [209862] = 5, + ACTIONS(8427), 1, + anon_sym_DQUOTE, + ACTIONS(8429), 1, + aux_sym_string_literal_token1, + ACTIONS(8431), 1, + sym_escape_sequence, + STATE(5682), 1, + aux_sym_string_literal_repeat1, + [203887] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5447), 1, - anon_sym_LBRACE, - STATE(3507), 1, - sym_field_declaration_list, - STATE(6386), 1, - sym_base_class_clause, - [209878] = 5, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + ACTIONS(8433), 1, + anon_sym_SEMI, + STATE(3301), 1, + sym_template_argument_list, + [203903] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8475), 1, + ACTIONS(8421), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8435), 1, anon_sym_GT2, - STATE(6044), 1, + STATE(5906), 1, aux_sym_template_argument_list_repeat1, - [209894] = 5, + [203919] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(6897), 1, anon_sym_LBRACE, - STATE(2760), 1, - sym_field_declaration_list, - STATE(6370), 1, - sym_base_class_clause, - [209910] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8206), 1, + ACTIONS(8437), 1, anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - ACTIONS(8497), 1, - anon_sym_RPAREN, - STATE(4324), 1, - sym_parameter_list, - [209926] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - ACTIONS(8499), 1, - anon_sym_SEMI, - STATE(3302), 1, - sym_template_argument_list, - [209942] = 5, + STATE(3688), 1, + sym_requirement_seq, + STATE(6129), 1, + sym_requires_parameter_list, + [203935] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3504), 1, + STATE(3431), 1, sym_field_declaration_list, - STATE(6372), 1, + STATE(6329), 1, sym_base_class_clause, - [209958] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7546), 1, - anon_sym_LBRACE, - STATE(3348), 1, - sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [209972] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8485), 1, - anon_sym_LPAREN, - ACTIONS(8501), 1, - anon_sym_LF, - ACTIONS(8503), 1, - sym_preproc_arg, - STATE(6308), 1, - sym_preproc_params, - [209988] = 4, + [203951] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7546), 1, + ACTIONS(7536), 1, anon_sym_LBRACE, - STATE(3370), 1, + STATE(5195), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [210002] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(7700), 1, - anon_sym_COLON, - STATE(6014), 1, - sym_compound_statement, - STATE(6241), 1, - sym_field_initializer_list, - [210018] = 4, + [203965] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7572), 1, + ACTIONS(3870), 1, anon_sym_LBRACE, - STATE(5239), 1, - sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [210032] = 4, + ACTIONS(8439), 1, + anon_sym_COLON_COLON, + ACTIONS(8441), 1, + anon_sym_EQ, + STATE(497), 1, + sym_declaration_list, + [203981] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7484), 1, + ACTIONS(7442), 1, anon_sym_LBRACE, - STATE(3118), 1, + STATE(3730), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [210046] = 4, + [203995] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7486), 1, + ACTIONS(7536), 1, anon_sym_LBRACE, - STATE(2499), 1, + STATE(5207), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [210060] = 5, + [204009] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8475), 1, + ACTIONS(8421), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8505), 1, + ACTIONS(8443), 1, anon_sym_GT2, - STATE(5929), 1, + STATE(5924), 1, aux_sym_template_argument_list_repeat1, - [210076] = 5, + [204025] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8491), 1, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8445), 1, anon_sym_COMMA, - ACTIONS(8507), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8509), 1, - anon_sym_LBRACE, - STATE(5935), 1, - aux_sym_base_class_clause_repeat1, - [210092] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, - anon_sym_COLON, - STATE(2128), 1, - sym_field_declaration_list, - STATE(6401), 1, - sym_base_class_clause, - [210108] = 4, + ACTIONS(8447), 1, + anon_sym_RBRACE, + STATE(5897), 1, + sym_enumerator, + [204041] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7572), 1, + ACTIONS(7536), 1, anon_sym_LBRACE, - STATE(5273), 1, + STATE(5231), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [210122] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, - anon_sym_COLON, - STATE(2019), 1, - sym_field_declaration_list, - STATE(6427), 1, - sym_base_class_clause, - [210138] = 5, + [204055] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(4057), 1, + STATE(3436), 1, sym_field_declaration_list, - STATE(6158), 1, + STATE(6326), 1, sym_base_class_clause, - [210154] = 5, + [204071] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6941), 1, + ACTIONS(6917), 1, anon_sym_LBRACE, - ACTIONS(8511), 1, + ACTIONS(8437), 1, anon_sym_LPAREN2, - STATE(2895), 1, + STATE(2485), 1, sym_requirement_seq, - STATE(6491), 1, + STATE(6105), 1, sym_requires_parameter_list, - [210170] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - ACTIONS(8513), 1, - anon_sym_SEMI, - STATE(3302), 1, - sym_template_argument_list, - [210186] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(8475), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8515), 1, - anon_sym_GT2, - STATE(6100), 1, - aux_sym_template_argument_list_repeat1, - [210202] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - ACTIONS(8517), 1, - anon_sym_SEMI, - STATE(3302), 1, - sym_template_argument_list, - [210218] = 5, + [204087] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4022), 1, + STATE(4010), 1, sym_field_declaration_list, - STATE(6161), 1, + STATE(6027), 1, sym_base_class_clause, - [210234] = 5, + [204103] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2045), 1, + ACTIONS(5451), 1, + anon_sym_LBRACE, + STATE(3440), 1, sym_field_declaration_list, - STATE(6428), 1, + STATE(6324), 1, sym_base_class_clause, - [210250] = 5, + [204119] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2041), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(4005), 1, sym_field_declaration_list, - STATE(6430), 1, + STATE(6025), 1, sym_base_class_clause, - [210266] = 5, + [204135] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2127), 1, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4484), 1, sym_field_declaration_list, - STATE(6398), 1, + STATE(6097), 1, sym_base_class_clause, - [210282] = 5, + [204151] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2060), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(4000), 1, sym_field_declaration_list, - STATE(6431), 1, + STATE(6019), 1, sym_base_class_clause, - [210298] = 5, + [204167] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2811), 1, + STATE(4490), 1, sym_field_declaration_list, - STATE(6404), 1, + STATE(6096), 1, sym_base_class_clause, - [210314] = 5, + [204183] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(2902), 1, + STATE(3997), 1, sym_field_declaration_list, - STATE(6275), 1, + STATE(6017), 1, sym_base_class_clause, - [210330] = 5, + [204199] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2066), 1, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4493), 1, sym_field_declaration_list, - STATE(6433), 1, + STATE(6095), 1, sym_base_class_clause, - [210346] = 5, + [204215] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2080), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(4030), 1, sym_field_declaration_list, - STATE(6434), 1, + STATE(6014), 1, sym_base_class_clause, - [210362] = 4, + [204231] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7572), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(5248), 1, + STATE(1919), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [210376] = 5, + [204245] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2118), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(4013), 1, sym_field_declaration_list, - STATE(6395), 1, + STATE(6012), 1, sym_base_class_clause, - [210392] = 5, + [204261] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(3483), 1, + STATE(4502), 1, sym_field_declaration_list, - STATE(6568), 1, + STATE(6094), 1, sym_base_class_clause, - [210408] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3701), 1, - anon_sym_LT, - ACTIONS(8519), 1, - sym_identifier, - STATE(3304), 1, - sym_template_type, - STATE(5515), 1, - sym_template_parameter_list, - [210424] = 5, + [204277] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4023), 1, + STATE(4503), 1, sym_field_declaration_list, - STATE(6165), 1, + STATE(6091), 1, sym_base_class_clause, - [210440] = 5, + [204293] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2116), 1, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4506), 1, sym_field_declaration_list, - STATE(6392), 1, + STATE(6090), 1, sym_base_class_clause, - [210456] = 5, + [204309] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8421), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8449), 1, + anon_sym_GT2, + STATE(5857), 1, + aux_sym_template_argument_list_repeat1, + [204325] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4053), 1, + STATE(4507), 1, sym_field_declaration_list, - STATE(6166), 1, + STATE(6087), 1, sym_base_class_clause, - [210472] = 5, + [204341] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + ACTIONS(8451), 1, + anon_sym_SEMI, + STATE(3301), 1, + sym_template_argument_list, + [204357] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8475), 1, + ACTIONS(8421), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8521), 1, + ACTIONS(8453), 1, anon_sym_GT2, - STATE(6039), 1, + STATE(5866), 1, aux_sym_template_argument_list_repeat1, - [210488] = 5, + [204373] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(8525), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8527), 1, - anon_sym_RBRACE, - STATE(5915), 1, - sym_enumerator, - [210504] = 5, + ACTIONS(8421), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8455), 1, + anon_sym_GT2, + STATE(5989), 1, + aux_sym_template_argument_list_repeat1, + [204389] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4511), 1, + sym_field_declaration_list, + STATE(6086), 1, + sym_base_class_clause, + [204405] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3701), 1, + ACTIONS(3683), 1, anon_sym_LT, - ACTIONS(8519), 1, + ACTIONS(8457), 1, sym_identifier, - STATE(1085), 1, + STATE(1086), 1, sym_template_parameter_list, - STATE(3304), 1, + STATE(3284), 1, sym_template_type, - [210520] = 5, - ACTIONS(7161), 1, + [204421] = 5, + ACTIONS(7157), 1, sym_comment, - ACTIONS(8529), 1, - anon_sym_DQUOTE, - ACTIONS(8531), 1, + ACTIONS(8429), 1, aux_sym_string_literal_token1, - ACTIONS(8533), 1, + ACTIONS(8431), 1, sym_escape_sequence, - STATE(5613), 1, + ACTIONS(8459), 1, + anon_sym_DQUOTE, + STATE(5682), 1, aux_sym_string_literal_repeat1, - [210536] = 5, + [204437] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4243), 1, + anon_sym_LBRACE, + STATE(2751), 1, + sym_field_declaration_list, + STATE(6412), 1, + sym_base_class_clause, + [204453] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(8535), 1, + ACTIONS(8461), 1, anon_sym_SEMI, - STATE(3302), 1, + STATE(3301), 1, sym_template_argument_list, - [210552] = 4, + [204469] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8463), 1, + anon_sym_LF, + ACTIONS(8465), 1, + anon_sym_LPAREN, + ACTIONS(8467), 1, + sym_preproc_arg, + STATE(6116), 1, + sym_preproc_params, + [204485] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7468), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2756), 1, + STATE(4512), 1, + sym_field_declaration_list, + STATE(6083), 1, + sym_base_class_clause, + [204501] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5431), 1, + anon_sym_LPAREN2, + STATE(6077), 1, + sym_argument_list, + ACTIONS(8469), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [204515] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + STATE(1925), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [210566] = 5, + [204529] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8471), 1, + anon_sym_DQUOTE, + ACTIONS(8473), 1, + aux_sym_string_literal_token1, + ACTIONS(8475), 1, + sym_escape_sequence, + STATE(5404), 1, + aux_sym_string_literal_repeat1, + [204545] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8429), 1, + aux_sym_string_literal_token1, + ACTIONS(8431), 1, + sym_escape_sequence, + ACTIONS(8477), 1, + anon_sym_DQUOTE, + STATE(5682), 1, + aux_sym_string_literal_repeat1, + [204561] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8421), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8479), 1, + anon_sym_GT2, + STATE(5943), 1, + aux_sym_template_argument_list_repeat1, + [204577] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8481), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + [204587] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2755), 1, + STATE(2761), 1, sym_field_declaration_list, - STATE(6363), 1, + STATE(6403), 1, sym_base_class_clause, - [210582] = 5, + [204603] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(7652), 1, + anon_sym_COLON, + STATE(5745), 1, + sym_compound_statement, + STATE(6264), 1, + sym_field_initializer_list, + [204619] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2852), 1, + STATE(4526), 1, sym_field_declaration_list, - STATE(6611), 1, + STATE(6075), 1, sym_base_class_clause, - [210598] = 5, + [204635] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4056), 1, + STATE(4469), 1, sym_field_declaration_list, - STATE(6175), 1, + STATE(6073), 1, sym_base_class_clause, - [210614] = 5, + [204651] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8421), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8483), 1, + anon_sym_GT2, + STATE(5846), 1, + aux_sym_template_argument_list_repeat1, + [204667] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3701), 1, + ACTIONS(3683), 1, anon_sym_LT, - ACTIONS(8519), 1, + ACTIONS(8457), 1, sym_identifier, STATE(1087), 1, sym_template_parameter_list, - STATE(3304), 1, + STATE(3284), 1, sym_template_type, - [210630] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, - anon_sym_COLON, - STATE(2098), 1, - sym_field_declaration_list, - STATE(6391), 1, - sym_base_class_clause, - [210646] = 4, + [204683] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(7442), 1, anon_sym_LBRACE, - ACTIONS(5431), 1, + STATE(3772), 1, + sym_compound_statement, + ACTIONS(7820), 2, anon_sym_LPAREN2, - STATE(5940), 2, - sym_argument_list, - sym_initializer_list, - [210660] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8485), 1, - anon_sym_LPAREN, - ACTIONS(8537), 1, - anon_sym_LF, - ACTIONS(8539), 1, - sym_preproc_arg, - STATE(6195), 1, - sym_preproc_params, - [210676] = 5, + anon_sym_LBRACK, + [204697] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2091), 1, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4529), 1, sym_field_declaration_list, - STATE(6388), 1, + STATE(6070), 1, sym_base_class_clause, - [210692] = 5, + [204713] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4583), 1, + STATE(4531), 1, sym_field_declaration_list, - STATE(6131), 1, + STATE(6068), 1, sym_base_class_clause, - [210708] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(8475), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8541), 1, - anon_sym_GT2, - STATE(6029), 1, - aux_sym_template_argument_list_repeat1, - [210724] = 5, + [204729] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2720), 1, + STATE(4534), 1, sym_field_declaration_list, - STATE(6456), 1, + STATE(6065), 1, sym_base_class_clause, - [210740] = 5, + [204745] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(4598), 1, + STATE(2764), 1, sym_field_declaration_list, - STATE(6129), 1, + STATE(6397), 1, sym_base_class_clause, - [210756] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8543), 1, - anon_sym_DQUOTE, - ACTIONS(8545), 1, - aux_sym_string_literal_token1, - ACTIONS(8548), 1, - sym_escape_sequence, - STATE(5593), 1, - aux_sym_string_literal_repeat1, - [210772] = 5, + [204761] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2742), 1, + STATE(4535), 1, sym_field_declaration_list, - STATE(6296), 1, + STATE(6063), 1, sym_base_class_clause, - [210788] = 5, + [204777] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6943), 1, + anon_sym_LBRACE, + ACTIONS(8437), 1, + anon_sym_LPAREN2, + STATE(3340), 1, + sym_requirement_seq, + STATE(6322), 1, + sym_requires_parameter_list, + [204793] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3701), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(8519), 1, - sym_identifier, - STATE(1082), 1, - sym_template_parameter_list, - STATE(3304), 1, - sym_template_type, - [210804] = 5, + ACTIONS(8485), 1, + anon_sym_SEMI, + STATE(3301), 1, + sym_template_argument_list, + [204809] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(8134), 1, + anon_sym_LPAREN2, + ACTIONS(8136), 1, + anon_sym_LBRACK, + ACTIONS(8487), 1, + anon_sym_RPAREN, + STATE(4254), 1, + sym_parameter_list, + [204825] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8489), 1, + anon_sym_SEMI, + ACTIONS(8491), 1, + anon_sym_DASH_GT, + ACTIONS(8493), 1, + anon_sym_noexcept, + STATE(7079), 1, + sym_trailing_return_type, + [204841] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8481), 4, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(7700), 1, - anon_sym_COLON, - STATE(5909), 1, - sym_compound_statement, - STATE(6382), 1, - sym_field_initializer_list, - [210820] = 5, + anon_sym_EQ, + anon_sym_try, + [204851] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(2832), 1, + STATE(4045), 1, sym_field_declaration_list, - STATE(6609), 1, + STATE(6047), 1, sym_base_class_clause, - [210836] = 4, + [204867] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7554), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(3804), 1, + STATE(1932), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [210850] = 5, + [204881] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8437), 1, + anon_sym_LPAREN2, + ACTIONS(8495), 1, + anon_sym_LBRACE, + STATE(5186), 1, + sym_requirement_seq, + STATE(6026), 1, + sym_requires_parameter_list, + [204897] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(2757), 1, + STATE(3975), 1, sym_field_declaration_list, - STATE(6365), 1, + STATE(6053), 1, sym_base_class_clause, - [210866] = 5, + [204913] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3701), 1, - anon_sym_LT, - ACTIONS(8519), 1, - sym_identifier, - STATE(1083), 1, - sym_template_parameter_list, - STATE(3304), 1, - sym_template_type, - [210882] = 5, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4555), 1, + sym_field_declaration_list, + STATE(6044), 1, + sym_base_class_clause, + [204929] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(8551), 1, - anon_sym_COMMA, - ACTIONS(8553), 1, - anon_sym_RBRACE, - STATE(6048), 1, - sym_enumerator, - [210898] = 5, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(4033), 1, + sym_field_declaration_list, + STATE(6058), 1, + sym_base_class_clause, + [204945] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - ACTIONS(8555), 1, - anon_sym_SEMI, - STATE(3302), 1, - sym_template_argument_list, - [210914] = 5, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4557), 1, + sym_field_declaration_list, + STATE(6040), 1, + sym_base_class_clause, + [204961] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2808), 1, + STATE(4559), 1, sym_field_declaration_list, - STATE(6333), 1, + STATE(6036), 1, sym_base_class_clause, - [210930] = 5, + [204977] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(3202), 1, + STATE(4028), 1, sym_field_declaration_list, - STATE(6206), 1, + STATE(6066), 1, sym_base_class_clause, - [210946] = 4, + [204993] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(7462), 1, anon_sym_LBRACE, - STATE(1945), 1, + STATE(2540), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [210960] = 5, + [205007] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(3200), 1, + STATE(4014), 1, sym_field_declaration_list, - STATE(6220), 1, + STATE(6069), 1, sym_base_class_clause, - [210976] = 5, + [205023] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8497), 1, + anon_sym_COMMA, + ACTIONS(8499), 1, + anon_sym_RBRACE, + STATE(5968), 1, + sym_enumerator, + [205039] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3858), 1, + ACTIONS(8501), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8503), 1, + anon_sym_COMMA, + ACTIONS(8505), 1, anon_sym_LBRACE, - ACTIONS(8557), 1, - anon_sym_COLON_COLON, - ACTIONS(8559), 1, - anon_sym_EQ, - STATE(1057), 1, - sym_declaration_list, - [210992] = 5, + STATE(5932), 1, + aux_sym_base_class_clause_repeat1, + [205055] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(3198), 1, + STATE(3999), 1, sym_field_declaration_list, - STATE(6227), 1, + STATE(6079), 1, sym_base_class_clause, - [211008] = 5, + [205071] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(4611), 1, + STATE(2879), 1, sym_field_declaration_list, - STATE(6126), 1, + STATE(6442), 1, sym_base_class_clause, - [211024] = 5, + [205087] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8561), 1, - anon_sym_SEMI, - ACTIONS(8563), 1, - anon_sym_DASH_GT, - ACTIONS(8565), 1, - anon_sym_noexcept, - STATE(6875), 1, - sym_trailing_return_type, - [211040] = 4, + ACTIONS(3683), 1, + anon_sym_LT, + ACTIONS(8457), 1, + sym_identifier, + STATE(1082), 1, + sym_template_parameter_list, + STATE(3284), 1, + sym_template_type, + [205103] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7486), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2475), 1, + STATE(3459), 1, + sym_field_declaration_list, + STATE(6121), 1, + sym_base_class_clause, + [205119] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7462), 1, + anon_sym_LBRACE, + STATE(2470), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [211054] = 5, + [205133] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2741), 1, - sym_field_declaration_list, - STATE(6357), 1, - sym_base_class_clause, - [211070] = 5, - ACTIONS(7161), 1, + ACTIONS(3737), 1, + anon_sym_SEMI, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + STATE(1827), 1, + sym_template_argument_list, + [205149] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(8567), 1, - anon_sym_DQUOTE, - ACTIONS(8569), 1, - aux_sym_string_literal_token1, - ACTIONS(8571), 1, - sym_escape_sequence, - STATE(5593), 1, - aux_sym_string_literal_repeat1, - [211086] = 5, + ACTIONS(3683), 1, + anon_sym_LT, + ACTIONS(8457), 1, + sym_identifier, + STATE(1083), 1, + sym_template_parameter_list, + STATE(3284), 1, + sym_template_type, + [205165] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(7412), 1, anon_sym_LBRACE, - STATE(4613), 1, - sym_field_declaration_list, - STATE(6121), 1, - sym_base_class_clause, - [211102] = 5, + STATE(3130), 1, + sym_compound_statement, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [205179] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(4616), 1, + STATE(3462), 1, sym_field_declaration_list, - STATE(6119), 1, + STATE(6124), 1, sym_base_class_clause, - [211118] = 4, + [205195] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7468), 1, + ACTIONS(7466), 1, anon_sym_LBRACE, - STATE(2884), 1, + STATE(3328), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [211132] = 5, + [205209] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4617), 1, + STATE(2587), 1, sym_field_declaration_list, - STATE(6122), 1, + STATE(6244), 1, sym_base_class_clause, - [211148] = 5, + [205225] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4626), 1, + STATE(2583), 1, sym_field_declaration_list, - STATE(6116), 1, + STATE(5995), 1, sym_base_class_clause, - [211164] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3862), 1, - anon_sym_LBRACE, - ACTIONS(8573), 1, - sym_identifier, - STATE(539), 1, - sym_declaration_list, - STATE(5907), 1, - sym_namespace_definition_name, - [211180] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - ACTIONS(8575), 1, - anon_sym_SEMI, - STATE(3302), 1, - sym_template_argument_list, - [211196] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(8475), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8577), 1, - anon_sym_GT2, - STATE(5970), 1, - aux_sym_template_argument_list_repeat1, - [211212] = 5, + [205241] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(4627), 1, + STATE(3442), 1, sym_field_declaration_list, - STATE(6138), 1, + STATE(6132), 1, sym_base_class_clause, - [211228] = 5, + [205257] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(3485), 1, + STATE(2765), 1, sym_field_declaration_list, - STATE(6564), 1, + STATE(6388), 1, sym_base_class_clause, - [211244] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8511), 1, - anon_sym_LPAREN2, - ACTIONS(8579), 1, - anon_sym_LBRACE, - STATE(1953), 1, - sym_requirement_seq, - STATE(6579), 1, - sym_requires_parameter_list, - [211260] = 5, + [205273] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(2925), 1, + STATE(2621), 1, sym_field_declaration_list, - STATE(6400), 1, + STATE(5996), 1, sym_base_class_clause, - [211276] = 4, + [205289] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, - STATE(1914), 1, + ACTIONS(7652), 1, + anon_sym_COLON, + STATE(5961), 1, sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [211290] = 5, + STATE(6110), 1, + sym_field_initializer_list, + [205305] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2883), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2085), 1, sym_field_declaration_list, - STATE(6484), 1, + STATE(6258), 1, sym_base_class_clause, - [211306] = 5, - ACTIONS(7161), 1, + [205321] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(8569), 1, - aux_sym_string_literal_token1, - ACTIONS(8571), 1, - sym_escape_sequence, - ACTIONS(8581), 1, - anon_sym_DQUOTE, - STATE(5593), 1, - aux_sym_string_literal_repeat1, - [211322] = 4, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4243), 1, + anon_sym_LBRACE, + STATE(2768), 1, + sym_field_declaration_list, + STATE(6387), 1, + sym_base_class_clause, + [205337] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7434), 1, + ACTIONS(7474), 1, anon_sym_LBRACE, - STATE(3024), 1, + STATE(4970), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [211336] = 5, + [205351] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(8475), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8583), 1, - anon_sym_GT2, - STATE(6093), 1, - aux_sym_template_argument_list_repeat1, - [211352] = 5, + ACTIONS(7442), 1, + anon_sym_LBRACE, + STATE(3659), 1, + sym_compound_statement, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [205365] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4653), 1, + STATE(2604), 1, sym_field_declaration_list, - STATE(6154), 1, + STATE(5998), 1, sym_base_class_clause, - [211368] = 5, + [205381] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(8475), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8585), 1, - anon_sym_GT2, - STATE(6053), 1, - aux_sym_template_argument_list_repeat1, - [211384] = 5, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4144), 1, + anon_sym_LBRACE, + STATE(2605), 1, + sym_field_declaration_list, + STATE(6001), 1, + sym_base_class_clause, + [205397] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4654), 1, + STATE(2608), 1, sym_field_declaration_list, - STATE(6155), 1, + STATE(6002), 1, sym_base_class_clause, - [211400] = 5, + [205413] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4655), 1, + STATE(2609), 1, sym_field_declaration_list, - STATE(6170), 1, + STATE(6008), 1, sym_base_class_clause, - [211416] = 5, + [205429] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4656), 1, + STATE(4042), 1, sym_field_declaration_list, - STATE(6172), 1, + STATE(6113), 1, sym_base_class_clause, - [211432] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8569), 1, - aux_sym_string_literal_token1, - ACTIONS(8571), 1, - sym_escape_sequence, - ACTIONS(8587), 1, - anon_sym_DQUOTE, - STATE(5593), 1, - aux_sym_string_literal_repeat1, - [211448] = 5, + [205445] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4658), 1, + STATE(2613), 1, sym_field_declaration_list, - STATE(6174), 1, + STATE(6011), 1, sym_base_class_clause, - [211464] = 5, + [205461] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2020), 1, + ACTIONS(4144), 1, + anon_sym_LBRACE, + STATE(2614), 1, sym_field_declaration_list, - STATE(6383), 1, + STATE(6024), 1, sym_base_class_clause, - [211480] = 5, + [205477] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(7652), 1, + anon_sym_COLON, + STATE(5928), 1, + sym_compound_statement, + STATE(6328), 1, + sym_field_initializer_list, + [205493] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4659), 1, + STATE(4037), 1, sym_field_declaration_list, - STATE(6178), 1, + STATE(6117), 1, sym_base_class_clause, - [211496] = 5, + [205509] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2922), 1, + STATE(2775), 1, sym_field_declaration_list, - STATE(6273), 1, + STATE(6398), 1, sym_base_class_clause, - [211512] = 5, + [205525] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(8589), 1, - anon_sym_COMMA, - ACTIONS(8591), 1, - anon_sym_RBRACE, - STATE(6080), 1, - sym_enumerator, - [211528] = 5, + ACTIONS(7474), 1, + anon_sym_LBRACE, + STATE(4978), 1, + sym_compound_statement, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [205539] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(3451), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2096), 1, sym_field_declaration_list, - STATE(6272), 1, + STATE(6259), 1, sym_base_class_clause, - [211544] = 5, + [205555] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(3982), 1, + sym_field_declaration_list, + STATE(6120), 1, + sym_base_class_clause, + [205571] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2842), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2099), 1, sym_field_declaration_list, - STATE(6302), 1, + STATE(6260), 1, sym_base_class_clause, - [211560] = 5, + [205587] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8421), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8507), 1, + anon_sym_GT2, + STATE(5970), 1, + aux_sym_template_argument_list_repeat1, + [205603] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8503), 1, + anon_sym_COMMA, + ACTIONS(8509), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8511), 1, + anon_sym_LBRACE, + STATE(5959), 1, + aux_sym_base_class_clause_repeat1, + [205619] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2761), 1, + STATE(2833), 1, sym_field_declaration_list, - STATE(6408), 1, + STATE(6345), 1, sym_base_class_clause, - [211576] = 5, + [205635] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(3183), 1, + STATE(2580), 1, sym_field_declaration_list, - STATE(6338), 1, + STATE(6033), 1, sym_base_class_clause, - [211592] = 4, + [205651] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(1917), 1, - sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [211606] = 5, + STATE(2622), 1, + sym_field_declaration_list, + STATE(6034), 1, + sym_base_class_clause, + [205667] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(3179), 1, + STATE(2624), 1, sym_field_declaration_list, - STATE(6565), 1, + STATE(6037), 1, sym_base_class_clause, - [211622] = 5, + [205683] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8511), 1, - anon_sym_LPAREN2, - ACTIONS(8593), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(5246), 1, - sym_requirement_seq, - STATE(6217), 1, - sym_requires_parameter_list, - [211638] = 5, + STATE(3444), 1, + sym_field_declaration_list, + STATE(6098), 1, + sym_base_class_clause, + [205699] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(3177), 1, + STATE(2625), 1, sym_field_declaration_list, - STATE(6352), 1, + STATE(6048), 1, sym_base_class_clause, - [211654] = 5, + [205715] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(7700), 1, + ACTIONS(7652), 1, anon_sym_COLON, - STATE(5916), 1, + STATE(5723), 1, sym_compound_statement, - STATE(6462), 1, + STATE(6471), 1, sym_field_initializer_list, - [211670] = 5, + [205731] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(3176), 1, + STATE(2628), 1, sym_field_declaration_list, - STATE(6356), 1, + STATE(6052), 1, sym_base_class_clause, - [211686] = 5, + [205747] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4644), 1, + STATE(2629), 1, sym_field_declaration_list, - STATE(6192), 1, + STATE(6054), 1, sym_base_class_clause, - [211702] = 5, + [205763] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(7454), 1, anon_sym_LBRACE, - STATE(3174), 1, - sym_field_declaration_list, - STATE(6369), 1, - sym_base_class_clause, - [211718] = 5, + STATE(2884), 1, + sym_compound_statement, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [205777] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(4640), 1, + STATE(2769), 1, sym_field_declaration_list, - STATE(6199), 1, + STATE(6374), 1, sym_base_class_clause, - [211734] = 5, + [205793] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(7412), 1, anon_sym_LBRACE, - STATE(3173), 1, - sym_field_declaration_list, - STATE(6378), 1, - sym_base_class_clause, - [211750] = 5, + STATE(3144), 1, + sym_compound_statement, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [205807] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(6918), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(4634), 1, + STATE(2840), 1, sym_field_declaration_list, - STATE(6203), 1, + STATE(6252), 1, sym_base_class_clause, - [211766] = 5, - ACTIONS(7161), 1, + [205823] = 5, + ACTIONS(7157), 1, sym_comment, - ACTIONS(8595), 1, + ACTIONS(8513), 1, anon_sym_DQUOTE, - ACTIONS(8597), 1, + ACTIONS(8515), 1, aux_sym_string_literal_token1, - ACTIONS(8599), 1, + ACTIONS(8517), 1, sym_escape_sequence, - STATE(5677), 1, + STATE(5666), 1, aux_sym_string_literal_repeat1, - [211782] = 5, + [205839] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(8134), 1, + anon_sym_LPAREN2, + ACTIONS(8136), 1, + anon_sym_LBRACK, + ACTIONS(8519), 1, + anon_sym_RPAREN, + STATE(4254), 1, + sym_parameter_list, + [205855] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + ACTIONS(8521), 1, + anon_sym_SEMI, + STATE(3301), 1, + sym_template_argument_list, + [205871] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7474), 1, anon_sym_LBRACE, - STATE(2920), 1, - sym_field_declaration_list, - STATE(6232), 1, - sym_base_class_clause, - [211798] = 5, + STATE(4982), 1, + sym_compound_statement, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [205885] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(4015), 1, + STATE(3500), 1, sym_field_declaration_list, - STATE(6210), 1, + STATE(6107), 1, sym_base_class_clause, - [211814] = 5, + [205901] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(6927), 1, + anon_sym_LBRACE, + ACTIONS(8437), 1, + anon_sym_LPAREN2, + STATE(3008), 1, + sym_requirement_seq, + STATE(6265), 1, + sym_requires_parameter_list, + [205917] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8429), 1, + aux_sym_string_literal_token1, + ACTIONS(8431), 1, + sym_escape_sequence, ACTIONS(8523), 1, - sym_identifier, - ACTIONS(8601), 1, - anon_sym_COMMA, - ACTIONS(8603), 1, - anon_sym_RBRACE, - STATE(6049), 1, - sym_enumerator, - [211830] = 5, + anon_sym_DQUOTE, + STATE(5682), 1, + aux_sym_string_literal_repeat1, + [205933] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(2894), 1, + STATE(2646), 1, sym_field_declaration_list, - STATE(6297), 1, + STATE(6103), 1, sym_base_class_clause, - [211846] = 5, + [205949] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(8475), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8605), 1, - anon_sym_GT2, - STATE(5953), 1, - aux_sym_template_argument_list_repeat1, - [211862] = 5, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4144), 1, + anon_sym_LBRACE, + STATE(2648), 1, + sym_field_declaration_list, + STATE(6111), 1, + sym_base_class_clause, + [205965] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(8607), 1, + ACTIONS(8525), 1, anon_sym_SEMI, - STATE(3302), 1, + STATE(3301), 1, sym_template_argument_list, - [211878] = 5, + [205981] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2841), 1, + STATE(2844), 1, sym_field_declaration_list, - STATE(6610), 1, + STATE(6177), 1, sym_base_class_clause, - [211894] = 5, + [205997] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(8475), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8609), 1, - anon_sym_GT2, - STATE(6081), 1, - aux_sym_template_argument_list_repeat1, - [211910] = 5, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4144), 1, + anon_sym_LBRACE, + STATE(2651), 1, + sym_field_declaration_list, + STATE(6119), 1, + sym_base_class_clause, + [206013] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, + ACTIONS(3683), 1, + anon_sym_LT, + ACTIONS(8457), 1, sym_identifier, - ACTIONS(8611), 1, + STATE(1085), 1, + sym_template_parameter_list, + STATE(3284), 1, + sym_template_type, + [206029] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8527), 1, anon_sym_COMMA, - ACTIONS(8613), 1, + ACTIONS(8529), 1, anon_sym_RBRACE, - STATE(5981), 1, + STATE(5887), 1, sym_enumerator, - [211926] = 5, + [206045] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - ACTIONS(8615), 1, - anon_sym_SEMI, - STATE(3302), 1, - sym_template_argument_list, - [211942] = 5, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8531), 1, + anon_sym_COMMA, + ACTIONS(8533), 1, + anon_sym_RBRACE, + STATE(5922), 1, + sym_enumerator, + [206061] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(3854), 1, anon_sym_LBRACE, - STATE(4018), 1, - sym_field_declaration_list, - STATE(6211), 1, - sym_base_class_clause, - [211958] = 5, + ACTIONS(8535), 1, + sym_identifier, + STATE(920), 1, + sym_declaration_list, + STATE(5708), 1, + sym_namespace_definition_name, + [206077] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(7700), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(6025), 1, - sym_compound_statement, - STATE(6184), 1, - sym_field_initializer_list, - [211974] = 5, + STATE(2126), 1, + sym_field_declaration_list, + STATE(6274), 1, + sym_base_class_clause, + [206093] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3880), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(5451), 1, anon_sym_LBRACE, - ACTIONS(8557), 1, - anon_sym_COLON_COLON, - ACTIONS(8617), 1, - anon_sym_EQ, - STATE(986), 1, - sym_declaration_list, - [211990] = 5, + STATE(3426), 1, + sym_field_declaration_list, + STATE(6123), 1, + sym_base_class_clause, + [206109] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2069), 1, + STATE(2118), 1, sym_field_declaration_list, - STATE(6469), 1, + STATE(6281), 1, sym_base_class_clause, - [212006] = 5, + [206125] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(4026), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2075), 1, sym_field_declaration_list, - STATE(6213), 1, + STATE(6282), 1, sym_base_class_clause, - [212022] = 5, + [206141] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8537), 1, + anon_sym_DQUOTE, + ACTIONS(8539), 1, + aux_sym_string_literal_token1, + ACTIONS(8541), 1, + sym_escape_sequence, + STATE(5535), 1, + aux_sym_string_literal_repeat1, + [206157] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(4028), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2065), 1, sym_field_declaration_list, - STATE(6113), 1, + STATE(6284), 1, sym_base_class_clause, - [212038] = 5, + [206173] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2036), 1, + STATE(2046), 1, sym_field_declaration_list, - STATE(6380), 1, + STATE(6285), 1, sym_base_class_clause, - [212054] = 5, + [206189] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2038), 1, + STATE(2041), 1, sym_field_declaration_list, - STATE(6472), 1, + STATE(6288), 1, sym_base_class_clause, - [212070] = 5, + [206205] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(7466), 1, anon_sym_LBRACE, - STATE(4038), 1, - sym_field_declaration_list, - STATE(6216), 1, - sym_base_class_clause, - [212086] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8569), 1, - aux_sym_string_literal_token1, - ACTIONS(8571), 1, - sym_escape_sequence, - ACTIONS(8619), 1, - anon_sym_DQUOTE, - STATE(5593), 1, - aux_sym_string_literal_repeat1, - [212102] = 5, + STATE(3360), 1, + sym_compound_statement, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [206219] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(4043), 1, + STATE(3466), 1, sym_field_declaration_list, - STATE(6219), 1, + STATE(6139), 1, sym_base_class_clause, - [212118] = 5, + [206235] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(7652), 1, anon_sym_COLON, - ACTIONS(4226), 1, + STATE(5856), 1, + sym_compound_statement, + STATE(6009), 1, + sym_field_initializer_list, + [206251] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7462), 1, anon_sym_LBRACE, - STATE(2898), 1, - sym_field_declaration_list, - STATE(6291), 1, - sym_base_class_clause, - [212134] = 3, + STATE(2492), 1, + sym_compound_statement, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [206265] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8621), 1, - sym_identifier, - ACTIONS(8623), 3, + ACTIONS(5771), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8421), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8543), 1, anon_sym_GT2, - [212146] = 4, + STATE(5979), 1, + aux_sym_template_argument_list_repeat1, + [206281] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7434), 1, + ACTIONS(7454), 1, anon_sym_LBRACE, - STATE(3041), 1, + STATE(2835), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [212160] = 5, + [206295] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2899), 1, + STATE(3434), 1, sym_field_declaration_list, - STATE(6283), 1, + STATE(6125), 1, sym_base_class_clause, - [212176] = 4, + [206311] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7546), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(3373), 1, + ACTIONS(7652), 1, + anon_sym_COLON, + STATE(5819), 1, sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [212190] = 5, + STATE(6414), 1, + sym_field_initializer_list, + [206327] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2599), 1, + STATE(2760), 1, sym_field_declaration_list, - STATE(6277), 1, + STATE(6389), 1, sym_base_class_clause, - [212206] = 2, - ACTIONS(3), 1, + [206343] = 5, + ACTIONS(7157), 1, sym_comment, - ACTIONS(8625), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [212216] = 5, + ACTIONS(8545), 1, + anon_sym_DQUOTE, + ACTIONS(8547), 1, + aux_sym_string_literal_token1, + ACTIONS(8549), 1, + sym_escape_sequence, + STATE(5597), 1, + aux_sym_string_literal_repeat1, + [206359] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2602), 1, + STATE(2755), 1, sym_field_declaration_list, - STATE(6278), 1, + STATE(6385), 1, sym_base_class_clause, - [212232] = 5, + [206375] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - STATE(2053), 1, + STATE(2146), 1, sym_field_declaration_list, - STATE(6474), 1, + STATE(6339), 1, sym_base_class_clause, - [212248] = 5, + [206391] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2605), 1, + STATE(2796), 1, sym_field_declaration_list, - STATE(6290), 1, + STATE(6029), 1, sym_base_class_clause, - [212264] = 4, + [206407] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7508), 1, - anon_sym_LBRACE, - STATE(5095), 1, - sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [212278] = 5, - ACTIONS(3), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + ACTIONS(8551), 1, + anon_sym_SEMI, + STATE(3301), 1, + sym_template_argument_list, + [206423] = 5, + ACTIONS(7157), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2745), 1, - sym_field_declaration_list, - STATE(6558), 1, - sym_base_class_clause, - [212294] = 5, + ACTIONS(8465), 1, + anon_sym_LPAREN, + ACTIONS(8553), 1, + anon_sym_LF, + ACTIONS(8555), 1, + sym_preproc_arg, + STATE(6492), 1, + sym_preproc_params, + [206439] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2610), 1, + STATE(2749), 1, sym_field_declaration_list, - STATE(6294), 1, + STATE(6449), 1, sym_base_class_clause, - [212310] = 5, + [206455] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3164), 1, - sym_field_declaration_list, - STATE(6410), 1, - sym_base_class_clause, - [212326] = 5, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8421), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8557), 1, + anon_sym_GT2, + STATE(5796), 1, + aux_sym_template_argument_list_repeat1, + [206471] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2611), 1, + STATE(2896), 1, sym_field_declaration_list, - STATE(6300), 1, + STATE(6445), 1, sym_base_class_clause, - [212342] = 5, - ACTIONS(3), 1, + [206487] = 5, + ACTIONS(7157), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4136), 1, - anon_sym_LBRACE, - STATE(2614), 1, - sym_field_declaration_list, - STATE(6305), 1, - sym_base_class_clause, - [212358] = 5, + ACTIONS(8465), 1, + anon_sym_LPAREN, + ACTIONS(8559), 1, + anon_sym_LF, + ACTIONS(8561), 1, + sym_preproc_arg, + STATE(6291), 1, + sym_preproc_params, + [206503] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3163), 1, + STATE(2402), 1, sym_field_declaration_list, - STATE(6413), 1, + STATE(6180), 1, sym_base_class_clause, - [212374] = 5, + [206519] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2615), 1, + STATE(2399), 1, sym_field_declaration_list, - STATE(6310), 1, + STATE(6182), 1, sym_base_class_clause, - [212390] = 5, + [206535] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3160), 1, + STATE(2379), 1, sym_field_declaration_list, - STATE(6420), 1, + STATE(6184), 1, sym_base_class_clause, - [212406] = 5, + [206551] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2620), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2157), 1, sym_field_declaration_list, - STATE(6311), 1, + STATE(6319), 1, sym_base_class_clause, - [212422] = 5, + [206567] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2621), 1, + STATE(3488), 1, sym_field_declaration_list, - STATE(6314), 1, + STATE(6262), 1, sym_base_class_clause, - [212438] = 5, + [206583] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(3159), 1, + STATE(2746), 1, sym_field_declaration_list, - STATE(6424), 1, + STATE(6476), 1, sym_base_class_clause, - [212454] = 5, + [206599] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2873), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2154), 1, sym_field_declaration_list, - STATE(6505), 1, + STATE(6320), 1, sym_base_class_clause, - [212470] = 5, + [206615] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(3156), 1, + STATE(2922), 1, sym_field_declaration_list, - STATE(6425), 1, + STATE(6446), 1, sym_base_class_clause, - [212486] = 4, + [206631] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7508), 1, + ACTIONS(7410), 1, anon_sym_LBRACE, - STATE(5084), 1, + STATE(1919), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [212500] = 5, + [206645] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2724), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2152), 1, sym_field_declaration_list, - STATE(6510), 1, + STATE(6325), 1, sym_base_class_clause, - [212516] = 5, + [206661] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(3872), 1, anon_sym_LBRACE, - STATE(3154), 1, - sym_field_declaration_list, - STATE(6437), 1, - sym_base_class_clause, - [212532] = 5, + ACTIONS(8439), 1, + anon_sym_COLON_COLON, + ACTIONS(8563), 1, + anon_sym_EQ, + STATE(930), 1, + sym_declaration_list, + [206677] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6997), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(8511), 1, - anon_sym_LPAREN2, - STATE(3139), 1, - sym_requirement_seq, - STATE(6118), 1, - sym_requires_parameter_list, - [212548] = 5, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2150), 1, + sym_field_declaration_list, + STATE(6331), 1, + sym_base_class_clause, + [206693] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2872), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2147), 1, sym_field_declaration_list, - STATE(6538), 1, + STATE(6338), 1, sym_base_class_clause, - [212564] = 5, + [206709] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, + ACTIONS(8415), 1, sym_identifier, - ACTIONS(8627), 1, + ACTIONS(8565), 1, anon_sym_COMMA, - ACTIONS(8629), 1, + ACTIONS(8567), 1, anon_sym_RBRACE, - STATE(5892), 1, + STATE(5791), 1, sym_enumerator, - [212580] = 5, + [206725] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(3478), 1, + STATE(2792), 1, sym_field_declaration_list, - STATE(6569), 1, + STATE(6031), 1, sym_base_class_clause, - [212596] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(8475), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8631), 1, - anon_sym_GT2, - STATE(5986), 1, - aux_sym_template_argument_list_repeat1, - [212612] = 5, + [206741] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2882), 1, + STATE(2357), 1, sym_field_declaration_list, - STATE(6504), 1, + STATE(6185), 1, sym_base_class_clause, - [212628] = 5, + [206757] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2624), 1, + STATE(3169), 1, sym_field_declaration_list, STATE(6327), 1, sym_base_class_clause, - [212644] = 5, + [206773] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2625), 1, + STATE(2349), 1, sym_field_declaration_list, - STATE(6332), 1, + STATE(6188), 1, sym_base_class_clause, - [212660] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7470), 1, - anon_sym_LBRACE, - STATE(1914), 1, - sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [212674] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7554), 1, - anon_sym_LBRACE, - STATE(3758), 1, - sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [212688] = 5, + [206789] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2860), 1, + STATE(3167), 1, sym_field_declaration_list, - STATE(6541), 1, + STATE(6341), 1, sym_base_class_clause, - [212704] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3741), 1, - anon_sym_SEMI, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(1828), 1, - sym_template_argument_list, - [212720] = 5, + [206805] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2629), 1, + STATE(2345), 1, sym_field_declaration_list, - STATE(6342), 1, + STATE(6190), 1, sym_base_class_clause, - [212736] = 5, + [206821] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2631), 1, + STATE(3165), 1, sym_field_declaration_list, - STATE(6344), 1, + STATE(6348), 1, sym_base_class_clause, - [212752] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7434), 1, - anon_sym_LBRACE, - STATE(3093), 1, - sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [212766] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6960), 1, - anon_sym_LBRACE, - ACTIONS(8511), 1, - anon_sym_LPAREN2, - STATE(3805), 1, - sym_requirement_seq, - STATE(6235), 1, - sym_requires_parameter_list, - [212782] = 5, + [206837] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2633), 1, + STATE(2344), 1, sym_field_declaration_list, - STATE(6351), 1, + STATE(6193), 1, sym_base_class_clause, - [212798] = 5, + [206853] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8465), 1, + anon_sym_LPAREN, + ACTIONS(8569), 1, + anon_sym_LF, + ACTIONS(8571), 1, + sym_preproc_arg, + STATE(6141), 1, + sym_preproc_params, + [206869] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2634), 1, + STATE(2335), 1, sym_field_declaration_list, - STATE(6354), 1, + STATE(6198), 1, sym_base_class_clause, - [212814] = 5, + [206885] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(3455), 1, + STATE(2743), 1, sym_field_declaration_list, - STATE(6341), 1, + STATE(6462), 1, sym_base_class_clause, - [212830] = 5, + [206901] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8429), 1, + aux_sym_string_literal_token1, + ACTIONS(8431), 1, + sym_escape_sequence, + ACTIONS(8573), 1, + anon_sym_DQUOTE, + STATE(5682), 1, + aux_sym_string_literal_repeat1, + [206917] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8465), 1, + anon_sym_LPAREN, + ACTIONS(8575), 1, + anon_sym_LF, + ACTIONS(8577), 1, + sym_preproc_arg, + STATE(6006), 1, + sym_preproc_params, + [206933] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3243), 1, + STATE(2334), 1, sym_field_declaration_list, - STATE(6441), 1, + STATE(6203), 1, sym_base_class_clause, - [212846] = 5, + [206949] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2858), 1, + STATE(3482), 1, sym_field_declaration_list, - STATE(6546), 1, + STATE(6174), 1, sym_base_class_clause, - [212862] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3878), 1, - anon_sym_LBRACE, - ACTIONS(8633), 1, - sym_identifier, - STATE(973), 1, - sym_declaration_list, - STATE(5832), 1, - sym_namespace_definition_name, - [212878] = 4, + [206965] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7508), 1, + ACTIONS(7454), 1, anon_sym_LBRACE, - STATE(5076), 1, + STATE(2756), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [212892] = 5, + [206979] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3219), 1, - sym_field_declaration_list, - STATE(6451), 1, - sym_base_class_clause, - [212908] = 5, + ACTIONS(3683), 1, + anon_sym_LT, + ACTIONS(8457), 1, + sym_identifier, + STATE(3284), 1, + sym_template_type, + STATE(5384), 1, + sym_template_parameter_list, + [206995] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6974), 1, + ACTIONS(6963), 1, anon_sym_LBRACE, - ACTIONS(8511), 1, + ACTIONS(8437), 1, anon_sym_LPAREN2, - STATE(3021), 1, + STATE(2707), 1, sym_requirement_seq, - STATE(6181), 1, + STATE(6423), 1, sym_requires_parameter_list, - [212924] = 5, + [207011] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(3872), 1, anon_sym_LBRACE, - ACTIONS(7700), 1, - anon_sym_COLON, - STATE(6068), 1, - sym_compound_statement, - STATE(6353), 1, - sym_field_initializer_list, - [212940] = 5, + ACTIONS(8579), 1, + sym_identifier, + STATE(962), 1, + sym_declaration_list, + STATE(5751), 1, + sym_namespace_definition_name, + [207027] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(3471), 1, + STATE(2790), 1, sym_field_declaration_list, - STATE(6592), 1, + STATE(6043), 1, sym_base_class_clause, - [212956] = 5, + [207043] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4955), 1, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8581), 1, + anon_sym_COMMA, + ACTIONS(8583), 1, + anon_sym_RBRACE, + STATE(5716), 1, + sym_enumerator, + [207059] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7410), 1, anon_sym_LBRACE, - STATE(3194), 1, - sym_field_declaration_list, - STATE(6452), 1, - sym_base_class_clause, - [212972] = 5, - ACTIONS(7161), 1, + STATE(1925), 1, + sym_compound_statement, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [207073] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(8569), 1, - aux_sym_string_literal_token1, - ACTIONS(8571), 1, - sym_escape_sequence, - ACTIONS(8635), 1, - anon_sym_DQUOTE, - STATE(5593), 1, - aux_sym_string_literal_repeat1, - [212988] = 5, + ACTIONS(8437), 1, + anon_sym_LPAREN2, + ACTIONS(8585), 1, + anon_sym_LBRACE, + STATE(1940), 1, + sym_requirement_seq, + STATE(6346), 1, + sym_requires_parameter_list, + [207089] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2642), 1, + STATE(2779), 1, sym_field_declaration_list, - STATE(6397), 1, + STATE(6005), 1, sym_base_class_clause, - [213004] = 5, + [207105] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3866), 1, + anon_sym_LBRACE, + ACTIONS(8439), 1, + anon_sym_COLON_COLON, + ACTIONS(8587), 1, + anon_sym_EQ, + STATE(915), 1, + sym_declaration_list, + [207121] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2644), 1, + STATE(2782), 1, sym_field_declaration_list, - STATE(6114), 1, + STATE(6128), 1, sym_base_class_clause, - [213020] = 5, + [207137] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4136), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2647), 1, + STATE(3490), 1, sym_field_declaration_list, - STATE(6409), 1, + STATE(6175), 1, sym_base_class_clause, - [213036] = 5, + [207153] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(7440), 1, anon_sym_LBRACE, - ACTIONS(7700), 1, - anon_sym_COLON, - STATE(5835), 1, + STATE(3063), 1, sym_compound_statement, - STATE(6479), 1, - sym_field_initializer_list, - [213052] = 5, - ACTIONS(7161), 1, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [207167] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(8485), 1, - anon_sym_LPAREN, - ACTIONS(8637), 1, - anon_sym_LF, - ACTIONS(8639), 1, - sym_preproc_arg, - STATE(6481), 1, - sym_preproc_params, - [213068] = 5, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, + anon_sym_LT, + ACTIONS(8589), 1, + anon_sym_SEMI, + STATE(3301), 1, + sym_template_argument_list, + [207183] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(7700), 1, - anon_sym_COLON, - STATE(6112), 1, - sym_compound_statement, - STATE(6594), 1, - sym_field_initializer_list, - [213084] = 5, - ACTIONS(7161), 1, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8421), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8591), 1, + anon_sym_GT2, + STATE(5849), 1, + aux_sym_template_argument_list_repeat1, + [207199] = 5, + ACTIONS(7157), 1, sym_comment, - ACTIONS(8569), 1, + ACTIONS(8429), 1, aux_sym_string_literal_token1, - ACTIONS(8571), 1, + ACTIONS(8431), 1, sym_escape_sequence, - ACTIONS(8641), 1, + ACTIONS(8593), 1, anon_sym_DQUOTE, - STATE(5593), 1, + STATE(5682), 1, aux_sym_string_literal_repeat1, - [213100] = 5, + [207215] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4226), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2903), 1, + STATE(2300), 1, sym_field_declaration_list, - STATE(6252), 1, + STATE(6214), 1, sym_base_class_clause, - [213116] = 5, + [207231] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3438), 1, + STATE(2299), 1, sym_field_declaration_list, - STATE(6326), 1, + STATE(6216), 1, sym_base_class_clause, - [213132] = 5, + [207247] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2805), 1, + STATE(2294), 1, sym_field_declaration_list, - STATE(6503), 1, + STATE(6224), 1, sym_base_class_clause, - [213148] = 5, + [207263] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(8643), 1, - anon_sym_COMMA, - ACTIONS(8645), 1, - anon_sym_RBRACE, - STATE(5938), 1, - sym_enumerator, - [213164] = 5, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4383), 1, + anon_sym_LBRACE, + STATE(2808), 1, + sym_field_declaration_list, + STATE(6172), 1, + sym_base_class_clause, + [207279] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6929), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4056), 1, anon_sym_LBRACE, - ACTIONS(8511), 1, - anon_sym_LPAREN2, - STATE(3364), 1, - sym_requirement_seq, - STATE(6559), 1, - sym_requires_parameter_list, - [213180] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8647), 1, - anon_sym_DQUOTE, - ACTIONS(8649), 1, - aux_sym_string_literal_token1, - ACTIONS(8651), 1, - sym_escape_sequence, - STATE(5755), 1, - aux_sym_string_literal_repeat1, - [213196] = 5, + STATE(2293), 1, + sym_field_declaration_list, + STATE(6229), 1, + sym_base_class_clause, + [207295] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(4002), 1, + STATE(2291), 1, sym_field_declaration_list, - STATE(6259), 1, + STATE(6233), 1, sym_base_class_clause, - [213212] = 5, + [207311] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3858), 1, + ACTIONS(3870), 1, anon_sym_LBRACE, - ACTIONS(8653), 1, + ACTIONS(8595), 1, sym_identifier, - STATE(968), 1, + STATE(528), 1, sym_declaration_list, - STATE(5876), 1, + STATE(5899), 1, sym_namespace_definition_name, - [213228] = 5, + [207327] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3862), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4056), 1, anon_sym_LBRACE, - ACTIONS(8557), 1, - anon_sym_COLON_COLON, - ACTIONS(8655), 1, - anon_sym_EQ, - STATE(522), 1, - sym_declaration_list, - [213244] = 5, + STATE(2289), 1, + sym_field_declaration_list, + STATE(6463), 1, + sym_base_class_clause, + [207343] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8597), 1, + sym_identifier, + ACTIONS(8599), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT2, + [207355] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(4016), 1, + STATE(2867), 1, sym_field_declaration_list, - STATE(6264), 1, + STATE(6464), 1, sym_base_class_clause, - [213260] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8657), 1, - anon_sym_DQUOTE, - ACTIONS(8659), 1, - aux_sym_string_literal_token1, - ACTIONS(8661), 1, - sym_escape_sequence, - STATE(5734), 1, - aux_sym_string_literal_repeat1, - [213276] = 5, + [207371] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5697), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(4020), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2042), 1, sym_field_declaration_list, - STATE(6266), 1, + STATE(6391), 1, sym_base_class_clause, - [213292] = 5, + [207387] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3499), 1, + STATE(3468), 1, sym_field_declaration_list, - STATE(6468), 1, + STATE(6102), 1, sym_base_class_clause, - [213308] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8569), 1, - aux_sym_string_literal_token1, - ACTIONS(8571), 1, - sym_escape_sequence, - ACTIONS(8663), 1, - anon_sym_DQUOTE, - STATE(5593), 1, - aux_sym_string_literal_repeat1, - [213324] = 5, + [207403] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(8665), 1, - anon_sym_COMMA, - ACTIONS(8667), 1, - anon_sym_RBRACE, - STATE(6007), 1, - sym_enumerator, - [213340] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8669), 1, - anon_sym_DQUOTE, - ACTIONS(8671), 1, - aux_sym_string_literal_token1, - ACTIONS(8673), 1, - sym_escape_sequence, - STATE(5781), 1, - aux_sym_string_literal_repeat1, - [213356] = 5, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3153), 1, + sym_field_declaration_list, + STATE(6496), 1, + sym_base_class_clause, + [207419] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(3508), 1, + STATE(2874), 1, sym_field_declaration_list, - STATE(6598), 1, + STATE(6438), 1, sym_base_class_clause, - [213372] = 5, + [207435] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(3440), 1, + STATE(3233), 1, sym_field_declaration_list, - STATE(6312), 1, + STATE(6491), 1, sym_base_class_clause, - [213388] = 5, + [207451] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6984), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4243), 1, anon_sym_LBRACE, - ACTIONS(8511), 1, - anon_sym_LPAREN2, - STATE(2503), 1, - sym_requirement_seq, - STATE(6465), 1, - sym_requires_parameter_list, - [213404] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8485), 1, - anon_sym_LPAREN, - ACTIONS(8675), 1, - anon_sym_LF, - ACTIONS(8677), 1, - sym_preproc_arg, - STATE(6607), 1, - sym_preproc_params, - [213420] = 5, + STATE(2788), 1, + sym_field_declaration_list, + STATE(6064), 1, + sym_base_class_clause, + [207467] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - ACTIONS(8679), 1, - anon_sym_SEMI, - STATE(3302), 1, - sym_template_argument_list, - [213436] = 4, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3191), 1, + sym_field_declaration_list, + STATE(6488), 1, + sym_base_class_clause, + [207483] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7486), 1, + ACTIONS(7410), 1, anon_sym_LBRACE, - STATE(2539), 1, + STATE(1932), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [213450] = 5, + [207497] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3701), 1, - anon_sym_LT, - ACTIONS(8519), 1, - sym_identifier, - STATE(1086), 1, - sym_template_parameter_list, - STATE(3304), 1, - sym_template_type, - [213466] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8681), 1, - anon_sym_DQUOTE, - ACTIONS(8683), 1, - aux_sym_string_literal_token1, - ACTIONS(8685), 1, - sym_escape_sequence, - STATE(5636), 1, - aux_sym_string_literal_repeat1, - [213482] = 5, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3196), 1, + sym_field_declaration_list, + STATE(6487), 1, + sym_base_class_clause, + [207513] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3701), 1, - anon_sym_LT, - ACTIONS(8519), 1, - sym_identifier, - STATE(1088), 1, - sym_template_parameter_list, - STATE(3304), 1, - sym_template_type, - [213498] = 5, + ACTIONS(8437), 1, + anon_sym_LPAREN2, + ACTIONS(8601), 1, + anon_sym_LBRACE, + STATE(4965), 1, + sym_requirement_seq, + STATE(6130), 1, + sym_requires_parameter_list, + [207529] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2428), 1, + STATE(3215), 1, sym_field_declaration_list, STATE(6482), 1, sym_base_class_clause, - [213514] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8687), 1, - anon_sym_DQUOTE, - ACTIONS(8689), 1, - aux_sym_string_literal_token1, - ACTIONS(8691), 1, - sym_escape_sequence, - STATE(5628), 1, - aux_sym_string_literal_repeat1, - [213530] = 5, + [207545] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2401), 1, + STATE(2841), 1, sym_field_declaration_list, - STATE(6406), 1, + STATE(6384), 1, sym_base_class_clause, - [213546] = 5, + [207561] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2382), 1, + STATE(3221), 1, sym_field_declaration_list, - STATE(6487), 1, + STATE(6480), 1, sym_base_class_clause, - [213562] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(8693), 1, - anon_sym_COMMA, - ACTIONS(8695), 1, - anon_sym_RBRACE, - STATE(5817), 1, - sym_enumerator, - [213578] = 5, + [207577] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3880), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - ACTIONS(8697), 1, - sym_identifier, - STATE(940), 1, - sym_declaration_list, - STATE(6019), 1, - sym_namespace_definition_name, - [213594] = 4, - ACTIONS(3), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2044), 1, + sym_field_declaration_list, + STATE(6395), 1, + sym_base_class_clause, + [207593] = 5, + ACTIONS(7157), 1, sym_comment, - ACTIONS(7470), 1, - anon_sym_LBRACE, - STATE(1945), 1, - sym_compound_statement, - ACTIONS(7774), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [213608] = 5, + ACTIONS(8429), 1, + aux_sym_string_literal_token1, + ACTIONS(8431), 1, + sym_escape_sequence, + ACTIONS(8603), 1, + anon_sym_DQUOTE, + STATE(5682), 1, + aux_sym_string_literal_repeat1, + [207609] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8605), 1, + anon_sym_DQUOTE, + ACTIONS(8607), 1, + aux_sym_string_literal_token1, + ACTIONS(8609), 1, + sym_escape_sequence, + STATE(5439), 1, + aux_sym_string_literal_repeat1, + [207625] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2381), 1, + STATE(2245), 1, sym_field_declaration_list, - STATE(6600), 1, + STATE(6294), 1, sym_base_class_clause, - [213624] = 5, + [207641] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2321), 1, + ACTIONS(3991), 1, + anon_sym_COLON, + STATE(2047), 1, sym_field_declaration_list, - STATE(6488), 1, + STATE(6400), 1, sym_base_class_clause, - [213640] = 5, + [207657] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2375), 1, + STATE(2243), 1, sym_field_declaration_list, - STATE(6583), 1, + STATE(6306), 1, sym_base_class_clause, - [213656] = 5, + [207673] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8421), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8611), 1, + anon_sym_GT2, + STATE(5706), 1, + aux_sym_template_argument_list_repeat1, + [207689] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2307), 1, + STATE(2240), 1, sym_field_declaration_list, - STATE(6493), 1, + STATE(6311), 1, sym_base_class_clause, - [213672] = 5, + [207705] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2353), 1, + STATE(3540), 1, sym_field_declaration_list, - STATE(6486), 1, + STATE(6367), 1, sym_base_class_clause, - [213688] = 5, + [207721] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2222), 1, + STATE(2810), 1, sym_field_declaration_list, - STATE(6496), 1, + STATE(6426), 1, sym_base_class_clause, - [213704] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8485), 1, - anon_sym_LPAREN, - ACTIONS(8699), 1, - anon_sym_LF, - ACTIONS(8701), 1, - sym_preproc_arg, - STATE(6285), 1, - sym_preproc_params, - [213720] = 5, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(8569), 1, - aux_sym_string_literal_token1, - ACTIONS(8571), 1, - sym_escape_sequence, - ACTIONS(8703), 1, - anon_sym_DQUOTE, - STATE(5593), 1, - aux_sym_string_literal_repeat1, - [213736] = 5, + [207737] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2227), 1, + STATE(2786), 1, sym_field_declaration_list, - STATE(6498), 1, + STATE(6071), 1, sym_base_class_clause, - [213752] = 5, + [207753] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3878), 1, - anon_sym_LBRACE, - ACTIONS(8557), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(8705), 1, - anon_sym_EQ, - STATE(913), 1, - sym_declaration_list, - [213768] = 5, + ACTIONS(5466), 1, + anon_sym_LT, + ACTIONS(8613), 1, + anon_sym_SEMI, + STATE(3301), 1, + sym_template_argument_list, + [207769] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8615), 1, + anon_sym_COMMA, + ACTIONS(8617), 1, + anon_sym_RBRACE, + STATE(5788), 1, + sym_enumerator, + [207785] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8619), 1, + anon_sym_COMMA, + ACTIONS(8621), 1, + anon_sym_RBRACE, + STATE(5747), 1, + sym_enumerator, + [207801] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2233), 1, + STATE(3541), 1, sym_field_declaration_list, - STATE(6500), 1, + STATE(6424), 1, sym_base_class_clause, - [213784] = 5, + [207817] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3701), 1, + ACTIONS(3742), 1, + anon_sym_COLON_COLON, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(8519), 1, - sym_identifier, - STATE(1084), 1, - sym_template_parameter_list, - STATE(3304), 1, - sym_template_type, - [213800] = 5, + ACTIONS(8623), 1, + anon_sym_SEMI, + STATE(3301), 1, + sym_template_argument_list, + [207833] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3472), 1, + STATE(3475), 1, sym_field_declaration_list, - STATE(6534), 1, + STATE(6167), 1, sym_base_class_clause, - [213816] = 5, + [207849] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2234), 1, + STATE(2876), 1, sym_field_declaration_list, - STATE(6508), 1, + STATE(6427), 1, sym_base_class_clause, - [213832] = 5, + [207865] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8511), 1, - anon_sym_LPAREN2, - ACTIONS(8707), 1, + ACTIONS(1469), 1, anon_sym_LBRACE, - STATE(5099), 1, - sym_requirement_seq, - STATE(6422), 1, - sym_requires_parameter_list, - [213848] = 5, + ACTIONS(5431), 1, + anon_sym_LPAREN2, + STATE(5767), 2, + sym_argument_list, + sym_initializer_list, + [207879] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(3514), 1, + STATE(2811), 1, sym_field_declaration_list, - STATE(6346), 1, + STATE(6431), 1, sym_base_class_clause, - [213864] = 5, - ACTIONS(3), 1, + [207895] = 5, + ACTIONS(7157), 1, sym_comment, - ACTIONS(4001), 1, - anon_sym_COLON, - ACTIONS(5447), 1, - anon_sym_LBRACE, - STATE(3477), 1, - sym_field_declaration_list, - STATE(6577), 1, - sym_base_class_clause, - [213880] = 2, + ACTIONS(8465), 1, + anon_sym_LPAREN, + ACTIONS(8625), 1, + anon_sym_LF, + ACTIONS(8627), 1, + sym_preproc_arg, + STATE(6334), 1, + sym_preproc_params, + [207911] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8625), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [213890] = 5, - ACTIONS(7161), 1, + ACTIONS(3683), 1, + anon_sym_LT, + ACTIONS(8457), 1, + sym_identifier, + STATE(1088), 1, + sym_template_parameter_list, + STATE(3284), 1, + sym_template_type, + [207927] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8465), 1, + anon_sym_LPAREN, + ACTIONS(8629), 1, + anon_sym_LF, + ACTIONS(8631), 1, + sym_preproc_arg, + STATE(6413), 1, + sym_preproc_params, + [207943] = 5, + ACTIONS(7157), 1, sym_comment, - ACTIONS(8709), 1, + ACTIONS(8633), 1, anon_sym_DQUOTE, - ACTIONS(8711), 1, + ACTIONS(8635), 1, aux_sym_string_literal_token1, - ACTIONS(8713), 1, + ACTIONS(8637), 1, sym_escape_sequence, - STATE(5741), 1, + STATE(5641), 1, aux_sym_string_literal_repeat1, - [213906] = 4, + [207959] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7470), 1, + ACTIONS(7466), 1, anon_sym_LBRACE, - STATE(1917), 1, + STATE(3365), 1, + sym_compound_statement, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [207973] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7440), 1, + anon_sym_LBRACE, + STATE(3092), 1, sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(7820), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [213920] = 5, + [207987] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8429), 1, + aux_sym_string_literal_token1, + ACTIONS(8431), 1, + sym_escape_sequence, + ACTIONS(8639), 1, + anon_sym_DQUOTE, + STATE(5682), 1, + aux_sym_string_literal_repeat1, + [208003] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(3481), 1, + STATE(2752), 1, sym_field_declaration_list, - STATE(6601), 1, + STATE(6378), 1, sym_base_class_clause, - [213936] = 5, + [208019] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3854), 1, + anon_sym_LBRACE, + ACTIONS(8439), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, - anon_sym_LT, - ACTIONS(8715), 1, - anon_sym_SEMI, - STATE(3302), 1, - sym_template_argument_list, - [213952] = 4, + ACTIONS(8641), 1, + anon_sym_EQ, + STATE(980), 1, + sym_declaration_list, + [208035] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7484), 1, + ACTIONS(3866), 1, anon_sym_LBRACE, - STATE(3107), 1, - sym_compound_statement, - ACTIONS(7774), 2, + ACTIONS(8643), 1, + sym_identifier, + STATE(912), 1, + sym_declaration_list, + STATE(5734), 1, + sym_namespace_definition_name, + [208051] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8645), 1, + anon_sym_DQUOTE, + ACTIONS(8647), 1, + aux_sym_string_literal_token1, + ACTIONS(8649), 1, + sym_escape_sequence, + STATE(5616), 1, + aux_sym_string_literal_repeat1, + [208067] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6907), 1, + anon_sym_LBRACE, + ACTIONS(8437), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - [213966] = 5, + STATE(3099), 1, + sym_requirement_seq, + STATE(6483), 1, + sym_requires_parameter_list, + [208083] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2714), 1, + STATE(2732), 1, sym_field_declaration_list, - STATE(6176), 1, + STATE(6377), 1, sym_base_class_clause, - [213982] = 5, + [208099] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8475), 1, + ACTIONS(8421), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8717), 1, + ACTIONS(8651), 1, anon_sym_GT2, - STATE(5976), 1, + STATE(5874), 1, aux_sym_template_argument_list_repeat1, - [213998] = 5, + [208115] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2374), 1, + STATE(2794), 1, sym_field_declaration_list, - STATE(6561), 1, + STATE(6004), 1, sym_base_class_clause, - [214014] = 5, + [208131] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2376), 1, + STATE(2728), 1, sym_field_declaration_list, - STATE(6560), 1, + STATE(6347), 1, sym_base_class_clause, - [214030] = 5, + [208147] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2464), 1, + STATE(3242), 1, sym_field_declaration_list, - STATE(6553), 1, + STATE(6475), 1, sym_base_class_clause, - [214046] = 5, + [208163] = 5, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8653), 1, + anon_sym_DQUOTE, + ACTIONS(8655), 1, + aux_sym_string_literal_token1, + ACTIONS(8657), 1, + sym_escape_sequence, + STATE(5447), 1, + aux_sym_string_literal_repeat1, + [208179] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2414), 1, + STATE(3216), 1, sym_field_declaration_list, - STATE(6548), 1, + STATE(6453), 1, sym_base_class_clause, - [214062] = 5, + [208195] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2399), 1, + STATE(3248), 1, sym_field_declaration_list, - STATE(6529), 1, + STATE(6472), 1, sym_base_class_clause, - [214078] = 5, + [208211] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7412), 1, + anon_sym_LBRACE, + STATE(3101), 1, + sym_compound_statement, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [208225] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2387), 1, + STATE(3255), 1, sym_field_declaration_list, - STATE(6516), 1, + STATE(6470), 1, sym_base_class_clause, - [214094] = 5, - ACTIONS(7161), 1, + [208241] = 5, + ACTIONS(7157), 1, sym_comment, - ACTIONS(8485), 1, - anon_sym_LPAREN, - ACTIONS(8719), 1, - anon_sym_LF, - ACTIONS(8721), 1, - sym_preproc_arg, - STATE(6268), 1, - sym_preproc_params, - [214110] = 5, + ACTIONS(8659), 1, + anon_sym_DQUOTE, + ACTIONS(8661), 1, + aux_sym_string_literal_token1, + ACTIONS(8664), 1, + sym_escape_sequence, + STATE(5682), 1, + aux_sym_string_literal_repeat1, + [208257] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(8475), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8723), 1, - anon_sym_GT2, - STATE(5865), 1, - aux_sym_template_argument_list_repeat1, - [214126] = 5, + ACTIONS(3683), 1, + anon_sym_LT, + ACTIONS(8457), 1, + sym_identifier, + STATE(1084), 1, + sym_template_parameter_list, + STATE(3284), 1, + sym_template_type, + [208273] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(3442), 1, + STATE(3257), 1, sym_field_declaration_list, - STATE(6316), 1, + STATE(6466), 1, sym_base_class_clause, - [214142] = 5, + [208289] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3742), 1, anon_sym_COLON_COLON, - ACTIONS(5467), 1, + ACTIONS(5466), 1, anon_sym_LT, - ACTIONS(8725), 1, + ACTIONS(8667), 1, anon_sym_SEMI, - STATE(3302), 1, + STATE(3301), 1, sym_template_argument_list, - [214158] = 4, + [208305] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - STATE(6470), 1, - sym_argument_list, - ACTIONS(8727), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [214172] = 5, + ACTIONS(3991), 1, + anon_sym_COLON, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3210), 1, + sym_field_declaration_list, + STATE(6460), 1, + sym_base_class_clause, + [208321] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2715), 1, + STATE(3183), 1, sym_field_declaration_list, - STATE(6157), 1, + STATE(6454), 1, sym_base_class_clause, - [214188] = 5, + [208337] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(7652), 1, + anon_sym_COLON, + STATE(5769), 1, + sym_compound_statement, + STATE(6361), 1, + sym_field_initializer_list, + [208353] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2739), 1, + STATE(3202), 1, sym_field_declaration_list, - STATE(6572), 1, + STATE(6457), 1, sym_base_class_clause, - [214204] = 5, + [208369] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(3991), 1, anon_sym_COLON, - ACTIONS(4466), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2719), 1, + STATE(3197), 1, sym_field_declaration_list, - STATE(6123), 1, + STATE(6451), 1, sym_base_class_clause, - [214220] = 4, + [208385] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8729), 1, + ACTIONS(8421), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8669), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5804), 1, aux_sym_template_argument_list_repeat1, - [214233] = 4, + [208401] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7440), 1, + anon_sym_LBRACE, + STATE(3044), 1, + sym_compound_statement, + ACTIONS(7820), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [208415] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(8671), 1, anon_sym_COMMA, - ACTIONS(8731), 1, - anon_sym_GT2, - STATE(6099), 1, - aux_sym_template_argument_list_repeat1, - [214246] = 4, + ACTIONS(8674), 1, + anon_sym_RBRACK_RBRACK, + STATE(5693), 1, + aux_sym_attribute_declaration_repeat1, + [208428] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8733), 1, + ACTIONS(8676), 1, sym_identifier, - STATE(2173), 1, + STATE(2209), 1, sym_template_function, - STATE(3304), 1, + STATE(3284), 1, sym_template_type, - [214259] = 4, + [208441] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8735), 1, + ACTIONS(8678), 1, anon_sym_COMMA, - ACTIONS(8738), 1, + ACTIONS(8680), 1, + anon_sym_RPAREN, + STATE(5895), 1, + aux_sym_preproc_params_repeat1, + [208454] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8682), 1, + anon_sym_catch, + STATE(338), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [208465] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8684), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5797), 1, aux_sym_template_argument_list_repeat1, - [214272] = 4, + [208478] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8740), 1, - anon_sym_COMMA, - ACTIONS(8742), 1, - anon_sym_RBRACE, - STATE(5847), 1, - aux_sym_enumerator_list_repeat1, - [214285] = 4, + ACTIONS(8686), 1, + sym_identifier, + STATE(2880), 1, + sym_template_function, + STATE(3284), 1, + sym_template_type, + [208491] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8744), 1, - anon_sym_COMMA, - ACTIONS(8746), 1, - anon_sym_RPAREN, - STATE(5957), 1, - aux_sym_parameter_list_repeat1, - [214298] = 3, + ACTIONS(8688), 1, + sym_identifier, + STATE(2449), 1, + sym_template_type, + STATE(2679), 1, + sym_template_function, + [208504] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8475), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8748), 2, + ACTIONS(7398), 1, anon_sym_COMMA, - anon_sym_GT2, - [214309] = 4, - ACTIONS(7159), 1, + ACTIONS(8690), 1, + anon_sym_SEMI, + STATE(5991), 1, + aux_sym_declaration_repeat1, + [208517] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8692), 1, anon_sym_LPAREN2, - ACTIONS(7161), 1, + ACTIONS(8694), 1, + anon_sym_constexpr, + STATE(160), 1, + sym_condition_clause, + [208530] = 4, + ACTIONS(7155), 1, + anon_sym_LPAREN2, + ACTIONS(7157), 1, sym_comment, - ACTIONS(8750), 1, + ACTIONS(8696), 1, anon_sym_LF, - STATE(4705), 1, + STATE(4646), 1, sym_preproc_argument_list, - [214322] = 4, + [208543] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5759), 1, + anon_sym_RBRACE, + ACTIONS(5863), 1, + anon_sym_COMMA, + STATE(5833), 1, + aux_sym_initializer_list_repeat1, + [208556] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(3336), 1, + anon_sym_RBRACE, + ACTIONS(8698), 1, anon_sym_COMMA, - ACTIONS(8752), 1, + STATE(5890), 1, + aux_sym_initializer_list_repeat1, + [208569] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8700), 1, anon_sym_GT2, - STATE(5866), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [214335] = 4, + [208582] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(5885), 1, - anon_sym_RBRACE, - STATE(5974), 1, - aux_sym_initializer_list_repeat1, - [214348] = 3, + ACTIONS(8702), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [208595] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8754), 1, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8704), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [208608] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3854), 1, + anon_sym_LBRACE, + ACTIONS(8439), 1, + anon_sym_COLON_COLON, + STATE(980), 1, + sym_declaration_list, + [208621] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8706), 1, anon_sym_catch, - STATE(340), 2, + STATE(341), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [214359] = 4, + [208632] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5936), 1, - anon_sym_RBRACE, - ACTIONS(8756), 1, - anon_sym_COMMA, - STATE(5824), 1, - aux_sym_initializer_list_repeat1, - [214372] = 4, + ACTIONS(8708), 1, + sym_identifier, + STATE(2209), 1, + sym_template_function, + STATE(3284), 1, + sym_template_type, + [208645] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, + ACTIONS(8710), 1, anon_sym_COMMA, - ACTIONS(8759), 1, + ACTIONS(8712), 1, anon_sym_RPAREN, - STATE(5888), 1, - aux_sym_argument_list_repeat1, - [214385] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7438), 1, - anon_sym_COMMA, - ACTIONS(8761), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [214398] = 3, + STATE(5843), 1, + aux_sym_requires_parameter_list_repeat1, + [208658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8765), 1, - anon_sym_RPAREN, - ACTIONS(8763), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [214409] = 4, + ACTIONS(8714), 1, + anon_sym_catch, + STATE(1911), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [208669] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8767), 1, + ACTIONS(8716), 1, anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [214422] = 4, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [208682] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - ACTIONS(8771), 1, - anon_sym_constexpr, - STATE(148), 1, - sym_condition_clause, - [214435] = 4, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8718), 1, + anon_sym_RBRACE, + STATE(5997), 1, + sym_enumerator, + [208695] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - ACTIONS(8773), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [214448] = 4, + ACTIONS(5889), 1, + anon_sym_RPAREN, + STATE(5854), 1, + aux_sym_argument_list_repeat1, + [208708] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(8720), 1, anon_sym_COMMA, - ACTIONS(8775), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [214461] = 4, - ACTIONS(3), 1, + ACTIONS(8722), 1, + anon_sym_RBRACE, + STATE(5982), 1, + aux_sym_enumerator_list_repeat1, + [208721] = 4, + ACTIONS(7155), 1, + anon_sym_LPAREN2, + ACTIONS(7157), 1, sym_comment, - ACTIONS(3878), 1, - anon_sym_LBRACE, - ACTIONS(8557), 1, - anon_sym_COLON_COLON, - STATE(913), 1, - sym_declaration_list, - [214474] = 4, + ACTIONS(8724), 1, + anon_sym_LF, + STATE(4646), 1, + sym_preproc_argument_list, + [208734] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8777), 1, + ACTIONS(8726), 1, sym_identifier, - STATE(2319), 1, + STATE(2209), 1, + sym_template_function, + STATE(3284), 1, sym_template_type, - STATE(2848), 1, + [208747] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8728), 1, + sym_identifier, + STATE(2537), 1, sym_template_function, - [214487] = 4, + STATE(3284), 1, + sym_template_type, + [208760] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8779), 1, + ACTIONS(8730), 1, + anon_sym_COMMA, + ACTIONS(8732), 1, + anon_sym_LBRACE, + STATE(5764), 1, + aux_sym_field_initializer_list_repeat1, + [208773] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8734), 1, sym_identifier, - STATE(2173), 1, + STATE(2209), 1, sym_template_function, - STATE(3304), 1, + STATE(3284), 1, sym_template_type, - [214500] = 3, + [208786] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8781), 1, + ACTIONS(8736), 1, + anon_sym_COMMA, + ACTIONS(8738), 1, + anon_sym_RBRACK_RBRACK, + STATE(5761), 1, + aux_sym_attribute_declaration_repeat1, + [208799] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8682), 1, anon_sym_catch, - STATE(1974), 2, + STATE(441), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [214511] = 4, + [208810] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8783), 1, + ACTIONS(3342), 1, + anon_sym_RBRACE, + ACTIONS(8740), 1, anon_sym_COMMA, - ACTIONS(8786), 1, - anon_sym_RBRACK, - STATE(5836), 1, - aux_sym_structured_binding_declarator_repeat1, - [214524] = 4, + STATE(5890), 1, + aux_sym_initializer_list_repeat1, + [208823] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8788), 1, + ACTIONS(8742), 1, anon_sym_COMMA, - ACTIONS(8790), 1, + ACTIONS(8744), 1, anon_sym_RPAREN, - STATE(5972), 1, - aux_sym_requires_parameter_list_repeat1, - [214537] = 4, + STATE(5770), 1, + aux_sym_throw_specifier_repeat1, + [208836] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, - anon_sym_COMMA, - ACTIONS(5869), 1, - anon_sym_RPAREN, - STATE(5845), 1, - aux_sym_argument_list_repeat1, - [214550] = 2, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + ACTIONS(8746), 1, + anon_sym_constexpr, + STATE(267), 1, + sym_condition_clause, + [208849] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8792), 3, + ACTIONS(8748), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8750), 1, anon_sym_GT2, - [214559] = 2, + STATE(5917), 1, + aux_sym_template_parameter_list_repeat1, + [208862] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8794), 3, + ACTIONS(8752), 1, anon_sym_COMMA, + ACTIONS(8754), 1, anon_sym_RPAREN, - anon_sym_GT2, - [214568] = 4, + STATE(5731), 1, + aux_sym_parameter_list_repeat1, + [208875] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8756), 1, + anon_sym_COMMA, + ACTIONS(8759), 1, + anon_sym_SEMI, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [208888] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8796), 1, + ACTIONS(8415), 1, sym_identifier, - STATE(2173), 1, - sym_template_function, - STATE(3304), 1, - sym_template_type, - [214581] = 4, + ACTIONS(8761), 1, + anon_sym_RBRACE, + STATE(5997), 1, + sym_enumerator, + [208901] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8798), 1, + ACTIONS(8752), 1, anon_sym_COMMA, - ACTIONS(8801), 1, - anon_sym_GT2, - STATE(5842), 1, - aux_sym_template_parameter_list_repeat1, - [214594] = 4, + ACTIONS(8763), 1, + anon_sym_RPAREN, + STATE(5840), 1, + aux_sym_parameter_list_repeat1, + [208914] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(8761), 1, + anon_sym_RBRACE, + ACTIONS(8765), 1, anon_sym_COMMA, - ACTIONS(8803), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [214607] = 4, + STATE(5983), 1, + aux_sym_enumerator_list_repeat1, + [208927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6000), 1, - anon_sym_RBRACK, - ACTIONS(8805), 1, + ACTIONS(8767), 1, + anon_sym_catch, + STATE(343), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [208938] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3866), 1, + anon_sym_LBRACE, + ACTIONS(8439), 1, + anon_sym_COLON_COLON, + STATE(915), 1, + sym_declaration_list, + [208951] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7398), 1, anon_sym_COMMA, - STATE(5844), 1, - aux_sym_lambda_capture_specifier_repeat1, - [214620] = 4, + ACTIONS(8769), 1, + anon_sym_SEMI, + STATE(5766), 1, + aux_sym_declaration_repeat1, + [208964] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, + ACTIONS(8742), 1, anon_sym_COMMA, - ACTIONS(8808), 1, + ACTIONS(8771), 1, anon_sym_RPAREN, - STATE(5888), 1, - aux_sym_argument_list_repeat1, - [214633] = 4, + STATE(5725), 1, + aux_sym_throw_specifier_repeat1, + [208977] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(8810), 1, + ACTIONS(5898), 1, + anon_sym_COMMA, + ACTIONS(5900), 1, anon_sym_RBRACE, - STATE(6495), 1, - sym_enumerator, - [214646] = 4, + STATE(5919), 1, + aux_sym_initializer_list_repeat1, + [208990] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8810), 1, - anon_sym_RBRACE, - ACTIONS(8812), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - STATE(5861), 1, - aux_sym_enumerator_list_repeat1, - [214659] = 4, + ACTIONS(8773), 1, + anon_sym_RPAREN, + STATE(5973), 1, + aux_sym_argument_list_repeat1, + [209003] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8814), 1, + ACTIONS(8775), 1, anon_sym_SEMI, - STATE(5831), 1, - aux_sym_declaration_repeat1, - [214672] = 4, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [209016] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8816), 1, + ACTIONS(8736), 1, anon_sym_COMMA, - ACTIONS(8819), 1, - anon_sym_LBRACE, - STATE(5849), 1, - aux_sym_base_class_clause_repeat1, - [214685] = 3, + ACTIONS(8777), 1, + anon_sym_RBRACK_RBRACK, + STATE(5743), 1, + aux_sym_attribute_declaration_repeat1, + [209029] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8821), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8819), 2, + ACTIONS(8779), 1, + sym_identifier, + STATE(3284), 1, + sym_template_type, + STATE(5066), 1, + sym_template_function, + [209042] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5906), 1, anon_sym_COMMA, - anon_sym_LBRACE, - [214696] = 4, - ACTIONS(7159), 1, + ACTIONS(5908), 1, + anon_sym_RBRACE, + STATE(5724), 1, + aux_sym_initializer_list_repeat1, + [209055] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8736), 1, + anon_sym_COMMA, + ACTIONS(8781), 1, + anon_sym_RBRACK_RBRACK, + STATE(5693), 1, + aux_sym_attribute_declaration_repeat1, + [209068] = 4, + ACTIONS(7155), 1, anon_sym_LPAREN2, - ACTIONS(7161), 1, + ACTIONS(7157), 1, sym_comment, - ACTIONS(8823), 1, + ACTIONS(8783), 1, anon_sym_LF, - STATE(4705), 1, + STATE(4646), 1, sym_preproc_argument_list, - [214709] = 4, + [209081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8744), 1, + ACTIONS(8714), 1, + anon_sym_catch, + STATE(1904), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [209092] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5851), 1, anon_sym_COMMA, - ACTIONS(8825), 1, + ACTIONS(5879), 1, anon_sym_RPAREN, - STATE(5878), 1, - aux_sym_parameter_list_repeat1, - [214722] = 4, + STATE(5773), 1, + aux_sym_argument_list_repeat1, + [209105] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(8785), 1, + anon_sym_COMMA, + ACTIONS(8787), 1, + anon_sym_RBRACE, + STATE(5777), 1, + aux_sym_enumerator_list_repeat1, + [209118] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(8827), 1, + ACTIONS(8789), 1, anon_sym_SEMI, - STATE(5826), 1, + STATE(5729), 1, aux_sym_declaration_repeat1, - [214735] = 3, + [209131] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8829), 1, - anon_sym_catch, - STATE(1911), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [214746] = 4, + ACTIONS(8791), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8793), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [209142] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8491), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(8831), 1, + ACTIONS(8795), 1, + anon_sym_SEMI, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [209155] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3872), 1, anon_sym_LBRACE, - STATE(5849), 1, - aux_sym_base_class_clause_repeat1, - [214759] = 4, + ACTIONS(8439), 1, + anon_sym_COLON_COLON, + STATE(930), 1, + sym_declaration_list, + [209168] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8491), 1, + ACTIONS(5847), 1, anon_sym_COMMA, - ACTIONS(8831), 1, - anon_sym_LBRACE, - STATE(6008), 1, - aux_sym_base_class_clause_repeat1, - [214772] = 4, + ACTIONS(5849), 1, + anon_sym_RBRACE, + STATE(5792), 1, + aux_sym_initializer_list_repeat1, + [209181] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8797), 1, + anon_sym_GT2, + STATE(5798), 1, + aux_sym_template_argument_list_repeat1, + [209194] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3809), 1, + anon_sym_COLON_COLON, + ACTIONS(4932), 2, anon_sym_LPAREN2, - ACTIONS(8833), 1, - anon_sym_constexpr, - STATE(194), 1, - sym_condition_clause, - [214785] = 4, + anon_sym_LBRACE, + [209205] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8835), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(8837), 1, - anon_sym_RBRACK_RBRACK, - STATE(5890), 1, - aux_sym_attribute_declaration_repeat1, - [214798] = 4, + ACTIONS(8799), 1, + anon_sym_SEMI, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [209218] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8839), 1, - sym_identifier, - STATE(2536), 1, - sym_template_function, - STATE(3304), 1, - sym_template_type, - [214811] = 4, + ACTIONS(7398), 1, + anon_sym_COMMA, + ACTIONS(8801), 1, + anon_sym_SEMI, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [209231] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(8841), 1, - anon_sym_RBRACE, - STATE(6495), 1, - sym_enumerator, - [214824] = 4, + ACTIONS(8748), 1, + anon_sym_COMMA, + ACTIONS(8803), 1, + anon_sym_GT2, + STATE(5863), 1, + aux_sym_template_parameter_list_repeat1, + [209244] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8843), 1, + ACTIONS(8805), 3, anon_sym_COMMA, - ACTIONS(8846), 1, - anon_sym_RBRACE, - STATE(5861), 1, - aux_sym_enumerator_list_repeat1, - [214837] = 4, + anon_sym_RPAREN, + anon_sym_GT2, + [209253] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8848), 1, + ACTIONS(8807), 1, sym_identifier, - STATE(2848), 1, + STATE(2209), 1, sym_template_function, - STATE(3304), 1, + STATE(3284), 1, sym_template_type, - [214850] = 4, + [209266] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8850), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [214863] = 4, + ACTIONS(8809), 1, + anon_sym_GT2, + STATE(5707), 1, + aux_sym_template_argument_list_repeat1, + [209279] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(8736), 1, anon_sym_COMMA, - ACTIONS(8852), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [214876] = 4, + ACTIONS(8811), 1, + anon_sym_RBRACK_RBRACK, + STATE(5693), 1, + aux_sym_attribute_declaration_repeat1, + [209292] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(8805), 3, anon_sym_COMMA, - ACTIONS(8854), 1, + anon_sym_RPAREN, anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [214889] = 4, + [209301] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(8856), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [214902] = 3, + ACTIONS(8813), 1, + anon_sym_SEMI, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [209314] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8858), 1, - anon_sym_catch, - STATE(338), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [214913] = 4, + ACTIONS(8730), 1, + anon_sym_COMMA, + ACTIONS(8815), 1, + anon_sym_LBRACE, + STATE(5834), 1, + aux_sym_field_initializer_list_repeat1, + [209327] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8841), 1, + ACTIONS(5855), 1, + anon_sym_COMMA, + ACTIONS(5857), 1, anon_sym_RBRACE, - ACTIONS(8860), 1, + STATE(5704), 1, + aux_sym_initializer_list_repeat1, + [209340] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7398), 1, anon_sym_COMMA, - STATE(5861), 1, - aux_sym_enumerator_list_repeat1, - [214926] = 4, + ACTIONS(8817), 1, + anon_sym_SEMI, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [209353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8862), 1, + ACTIONS(8819), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8821), 2, anon_sym_COMMA, - ACTIONS(8865), 1, - anon_sym_RPAREN, - STATE(5869), 1, - aux_sym_requires_parameter_list_repeat1, - [214939] = 4, + anon_sym_LBRACE, + [209364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8867), 1, - sym_identifier, - STATE(2536), 1, - sym_template_function, - STATE(3304), 1, - sym_template_type, - [214952] = 3, + ACTIONS(8714), 1, + anon_sym_catch, + STATE(1886), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [209375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8781), 1, + ACTIONS(8823), 1, anon_sym_catch, - STATE(1960), 2, + STATE(1957), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [214963] = 4, + [209386] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8869), 1, + ACTIONS(8825), 1, anon_sym_COMMA, - ACTIONS(8871), 1, + ACTIONS(8828), 1, anon_sym_RPAREN, - STATE(6061), 1, + STATE(5770), 1, aux_sym_throw_specifier_repeat1, - [214976] = 4, + [209399] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8835), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8873), 1, - anon_sym_RBRACK_RBRACK, - STATE(5881), 1, - aux_sym_attribute_declaration_repeat1, - [214989] = 4, + ACTIONS(8830), 1, + anon_sym_GT2, + STATE(5934), 1, + aux_sym_template_argument_list_repeat1, + [209412] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8875), 1, + ACTIONS(8832), 1, anon_sym_SEMI, - STATE(5905), 1, + STATE(5940), 1, aux_sym_type_definition_repeat2, - [215002] = 4, + [209425] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, + ACTIONS(5851), 1, + anon_sym_COMMA, + ACTIONS(8834), 1, + anon_sym_RPAREN, + STATE(5973), 1, + aux_sym_argument_list_repeat1, + [209438] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8415), 1, sym_identifier, - ACTIONS(8877), 1, + ACTIONS(8836), 1, anon_sym_RBRACE, - STATE(6495), 1, + STATE(5997), 1, sym_enumerator, - [215015] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3858), 1, - anon_sym_LBRACE, - ACTIONS(8557), 1, - anon_sym_COLON_COLON, - STATE(1057), 1, - sym_declaration_list, - [215028] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(8879), 1, - anon_sym_GT2, - STATE(5977), 1, - aux_sym_template_argument_list_repeat1, - [215041] = 4, + [209451] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8881), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(8884), 1, - anon_sym_RPAREN, - STATE(5878), 1, - aux_sym_parameter_list_repeat1, - [215054] = 4, + ACTIONS(8838), 1, + anon_sym_SEMI, + STATE(5815), 1, + aux_sym_declaration_repeat1, + [209464] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8886), 1, + ACTIONS(8736), 1, anon_sym_COMMA, - ACTIONS(8888), 1, - anon_sym_RPAREN, - STATE(5918), 1, - aux_sym_preproc_params_repeat1, - [215067] = 4, + ACTIONS(8840), 1, + anon_sym_RBRACK_RBRACK, + STATE(5910), 1, + aux_sym_attribute_declaration_repeat1, + [209477] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(8890), 1, + ACTIONS(8836), 1, anon_sym_RBRACE, - STATE(6495), 1, - sym_enumerator, - [215080] = 4, + ACTIONS(8842), 1, + anon_sym_COMMA, + STATE(5983), 1, + aux_sym_enumerator_list_repeat1, + [209490] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8835), 1, + ACTIONS(8748), 1, anon_sym_COMMA, - ACTIONS(8892), 1, - anon_sym_RBRACK_RBRACK, - STATE(5962), 1, - aux_sym_attribute_declaration_repeat1, - [215093] = 4, + ACTIONS(8844), 1, + anon_sym_GT2, + STATE(5757), 1, + aux_sym_template_parameter_list_repeat1, + [209503] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8894), 1, + ACTIONS(8846), 1, sym_identifier, - STATE(2536), 1, - sym_template_function, - STATE(3304), 1, + STATE(2449), 1, sym_template_type, - [215106] = 4, + STATE(2880), 1, + sym_template_function, + [209516] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8869), 1, + ACTIONS(8742), 1, anon_sym_COMMA, - ACTIONS(8896), 1, + ACTIONS(8848), 1, anon_sym_RPAREN, - STATE(5872), 1, + STATE(5770), 1, aux_sym_throw_specifier_repeat1, - [215119] = 4, + [209529] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8898), 1, + ACTIONS(8491), 1, + anon_sym_DASH_GT, + ACTIONS(8850), 1, + anon_sym_SEMI, + STATE(7100), 1, + sym_trailing_return_type, + [209542] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5663), 1, + anon_sym_EQ, + ACTIONS(5661), 2, anon_sym_COMMA, - ACTIONS(8900), 1, anon_sym_GT2, - STATE(5993), 1, - aux_sym_template_parameter_list_repeat1, - [215132] = 2, + [209553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8092), 3, + ACTIONS(7972), 3, anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, - [215141] = 4, + [209562] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5825), 1, + ACTIONS(8742), 1, anon_sym_COMMA, - ACTIONS(8902), 1, - anon_sym_RBRACK, - STATE(5844), 1, - aux_sym_lambda_capture_specifier_repeat1, - [215154] = 4, + ACTIONS(8852), 1, + anon_sym_RPAREN, + STATE(5780), 1, + aux_sym_throw_specifier_repeat1, + [209575] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(8904), 1, + ACTIONS(8854), 1, anon_sym_SEMI, - STATE(5908), 1, + STATE(5729), 1, aux_sym_declaration_repeat1, - [215167] = 4, + [209588] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6153), 1, - anon_sym_RPAREN, - ACTIONS(8906), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - STATE(5888), 1, + ACTIONS(5936), 1, + anon_sym_RPAREN, + STATE(5829), 1, aux_sym_argument_list_repeat1, - [215180] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8909), 1, - sym_identifier, - STATE(3304), 1, - sym_template_type, - STATE(5120), 1, - sym_template_function, - [215193] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8835), 1, - anon_sym_COMMA, - ACTIONS(8911), 1, - anon_sym_RBRACK_RBRACK, - STATE(5962), 1, - aux_sym_attribute_declaration_repeat1, - [215206] = 4, + [209601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, + ACTIONS(8856), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8858), 2, anon_sym_COMMA, - ACTIONS(5921), 1, - anon_sym_RPAREN, - STATE(5921), 1, - aux_sym_argument_list_repeat1, - [215219] = 4, + anon_sym_LBRACE, + [209612] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8913), 1, + ACTIONS(8860), 1, anon_sym_COMMA, - ACTIONS(8915), 1, + ACTIONS(8862), 1, anon_sym_RBRACE, - STATE(5924), 1, + STATE(5831), 1, aux_sym_enumerator_list_repeat1, - [215232] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5867), 1, - anon_sym_COMMA, - ACTIONS(8917), 1, - anon_sym_RPAREN, - STATE(5888), 1, - aux_sym_argument_list_repeat1, - [215245] = 4, + [209625] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(8919), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [215258] = 4, + ACTIONS(8864), 1, + anon_sym_SEMI, + STATE(5755), 1, + aux_sym_declaration_repeat1, + [209638] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5929), 1, + ACTIONS(8503), 1, anon_sym_COMMA, - ACTIONS(5931), 1, - anon_sym_RBRACE, - STATE(5926), 1, - aux_sym_initializer_list_repeat1, - [215271] = 4, + ACTIONS(8866), 1, + anon_sym_LBRACE, + STATE(5939), 1, + aux_sym_base_class_clause_repeat1, + [209651] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(8868), 1, anon_sym_COMMA, - ACTIONS(8921), 1, - anon_sym_SEMI, - STATE(6015), 1, - aux_sym_declaration_repeat1, - [215284] = 4, + ACTIONS(8870), 1, + anon_sym_RBRACE, + STATE(5732), 1, + aux_sym_enumerator_list_repeat1, + [209664] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(8923), 1, + ACTIONS(3346), 1, anon_sym_RBRACE, - STATE(6495), 1, - sym_enumerator, - [215297] = 3, + ACTIONS(8872), 1, + anon_sym_COMMA, + STATE(5890), 1, + aux_sym_initializer_list_repeat1, + [209677] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5642), 1, - anon_sym_EQ, - ACTIONS(5640), 2, + ACTIONS(5851), 1, anon_sym_COMMA, - anon_sym_GT2, - [215308] = 4, + ACTIONS(5853), 1, + anon_sym_RPAREN, + STATE(5738), 1, + aux_sym_argument_list_repeat1, + [209690] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8925), 1, + ACTIONS(8874), 1, anon_sym_GT2, - STATE(5932), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [215321] = 4, + [209703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8923), 1, - anon_sym_RBRACE, - ACTIONS(8927), 1, + ACTIONS(8876), 1, + sym_identifier, + ACTIONS(8878), 2, anon_sym_COMMA, - STATE(5861), 1, - aux_sym_enumerator_list_repeat1, - [215334] = 4, + anon_sym_GT2, + [209714] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8929), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [215347] = 4, + ACTIONS(8880), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [209727] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8563), 1, - anon_sym_DASH_GT, - ACTIONS(8931), 1, - anon_sym_SEMI, - STATE(6906), 1, - sym_trailing_return_type, - [215360] = 4, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8882), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [209740] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8933), 1, + ACTIONS(8884), 1, anon_sym_GT2, - STATE(6067), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [215373] = 4, + [209753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, - anon_sym_COMMA, - ACTIONS(8935), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [215386] = 4, + ACTIONS(8823), 1, + anon_sym_catch, + STATE(1976), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [209764] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8886), 1, + anon_sym_RBRACE, + STATE(5997), 1, + sym_enumerator, + [209777] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8937), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8940), 1, + ACTIONS(8888), 1, anon_sym_SEMI, - STATE(5905), 1, + STATE(5940), 1, aux_sym_type_definition_repeat2, - [215399] = 4, + [209790] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8835), 1, - anon_sym_COMMA, - ACTIONS(8942), 1, - anon_sym_RBRACK_RBRACK, - STATE(5962), 1, - aux_sym_attribute_declaration_repeat1, - [215412] = 4, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8890), 1, + anon_sym_RBRACE, + STATE(5997), 1, + sym_enumerator, + [209803] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3862), 1, - anon_sym_LBRACE, - ACTIONS(8557), 1, - anon_sym_COLON_COLON, - STATE(522), 1, - sym_declaration_list, - [215425] = 4, + ACTIONS(8892), 1, + sym_identifier, + STATE(2347), 1, + sym_template_method, + STATE(3284), 1, + sym_template_type, + [209816] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8944), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [215438] = 3, + ACTIONS(8894), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [209829] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8946), 1, - anon_sym_catch, - STATE(1979), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [215449] = 4, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(8896), 1, + anon_sym_GT2, + STATE(5850), 1, + aux_sym_template_argument_list_repeat1, + [209842] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8948), 1, + ACTIONS(8898), 1, sym_identifier, - STATE(2173), 1, + STATE(2209), 1, sym_template_function, - STATE(3304), 1, + STATE(3284), 1, sym_template_type, - [215462] = 4, + [209855] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8869), 1, + ACTIONS(8900), 1, anon_sym_COMMA, - ACTIONS(8950), 1, + ACTIONS(8903), 1, anon_sym_RPAREN, - STATE(6061), 1, - aux_sym_throw_specifier_repeat1, - [215475] = 4, + STATE(5807), 1, + aux_sym_preproc_params_repeat1, + [209868] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8869), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(8952), 1, - anon_sym_RPAREN, - STATE(5911), 1, - aux_sym_throw_specifier_repeat1, - [215488] = 4, + ACTIONS(8905), 1, + anon_sym_SEMI, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [209881] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, + ACTIONS(8907), 1, sym_identifier, - ACTIONS(8954), 1, - anon_sym_RBRACE, - STATE(6495), 1, - sym_enumerator, - [215501] = 4, + STATE(2679), 1, + sym_template_function, + STATE(3284), 1, + sym_template_type, + [209894] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, - anon_sym_COMMA, - ACTIONS(5901), 1, - anon_sym_RPAREN, - STATE(6042), 1, - aux_sym_argument_list_repeat1, - [215514] = 4, + ACTIONS(8134), 1, + anon_sym_LPAREN2, + ACTIONS(8136), 1, + anon_sym_LBRACK, + STATE(4254), 1, + sym_parameter_list, + [209907] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8956), 1, - anon_sym_COMMA, - ACTIONS(8958), 1, - anon_sym_RBRACE, - STATE(6026), 1, - aux_sym_enumerator_list_repeat1, - [215527] = 3, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + ACTIONS(8909), 1, + anon_sym_constexpr, + STATE(156), 1, + sym_condition_clause, + [209920] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8754), 1, + ACTIONS(8682), 1, anon_sym_catch, - STATE(395), 2, + STATE(426), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [215538] = 4, + [209931] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, - anon_sym_COMMA, - ACTIONS(8960), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [215551] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8886), 1, - anon_sym_COMMA, - ACTIONS(8962), 1, - anon_sym_RPAREN, - STATE(6012), 1, - aux_sym_preproc_params_repeat1, - [215564] = 4, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8911), 1, + anon_sym_RBRACE, + STATE(5997), 1, + sym_enumerator, + [209944] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7165), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(8964), 1, - anon_sym_RPAREN, - STATE(5995), 1, - aux_sym_preproc_argument_list_repeat1, - [215577] = 4, + ACTIONS(8913), 1, + anon_sym_SEMI, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [209957] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(8966), 1, + ACTIONS(8915), 1, anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [215590] = 4, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [209970] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(8968), 1, - anon_sym_RPAREN, - STATE(5888), 1, - aux_sym_argument_list_repeat1, - [215603] = 4, + ACTIONS(8917), 1, + anon_sym_SEMI, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [209983] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, - anon_sym_COMMA, - ACTIONS(5871), 1, + ACTIONS(7231), 1, anon_sym_RPAREN, - STATE(5825), 1, - aux_sym_argument_list_repeat1, - [215616] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(8970), 1, - anon_sym_RBRACE, - STATE(6495), 1, - sym_enumerator, - [215629] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8970), 1, - anon_sym_RBRACE, - ACTIONS(8972), 1, - anon_sym_COMMA, - STATE(5861), 1, - aux_sym_enumerator_list_repeat1, - [215642] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8491), 1, + ACTIONS(8919), 1, anon_sym_COMMA, - ACTIONS(8493), 1, - anon_sym_LBRACE, - STATE(5855), 1, - aux_sym_base_class_clause_repeat1, - [215655] = 4, + STATE(5817), 1, + aux_sym_preproc_argument_list_repeat1, + [209996] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3338), 1, - anon_sym_RBRACE, - ACTIONS(8974), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - STATE(5824), 1, - aux_sym_initializer_list_repeat1, - [215668] = 3, + ACTIONS(8922), 1, + anon_sym_SEMI, + STATE(5748), 1, + aux_sym_declaration_repeat1, + [210009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8781), 1, + ACTIONS(8924), 1, anon_sym_catch, - STATE(1990), 2, + STATE(1958), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [215679] = 4, + [210020] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(8976), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [215692] = 4, + ACTIONS(8926), 1, + sym_identifier, + STATE(2537), 1, + sym_template_function, + STATE(3284), 1, + sym_template_type, + [210033] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8978), 1, + ACTIONS(8928), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5869), 1, aux_sym_template_argument_list_repeat1, - [215705] = 3, + [210046] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8754), 1, - anon_sym_catch, - STATE(381), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [215716] = 4, + ACTIONS(7962), 1, + anon_sym_COMMA, + ACTIONS(8930), 1, + anon_sym_SEMI, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [210059] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(8980), 1, + ACTIONS(8932), 1, anon_sym_SEMI, - STATE(5961), 1, - aux_sym_declaration_repeat1, - [215729] = 4, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [210072] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7125), 1, + anon_sym_COMMA, + ACTIONS(8934), 1, + anon_sym_RPAREN, + STATE(5817), 1, + aux_sym_preproc_argument_list_repeat1, + [210085] = 4, + ACTIONS(7155), 1, + anon_sym_LPAREN2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8936), 1, + anon_sym_LF, + STATE(4646), 1, + sym_preproc_argument_list, + [210098] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(8982), 1, + ACTIONS(8938), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [215742] = 4, + [210111] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8984), 1, - sym_identifier, - STATE(2173), 1, - sym_template_function, - STATE(3304), 1, - sym_template_type, - [215755] = 4, + ACTIONS(7962), 1, + anon_sym_COMMA, + ACTIONS(8940), 1, + anon_sym_SEMI, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [210124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8986), 1, - sym_identifier, - STATE(2827), 1, - sym_template_type, - STATE(3028), 1, - sym_template_function, - [215768] = 4, + ACTIONS(8942), 1, + anon_sym_catch, + STATE(1114), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [210135] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8491), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - ACTIONS(8493), 1, - anon_sym_LBRACE, - STATE(5849), 1, - aux_sym_base_class_clause_repeat1, - [215781] = 4, + ACTIONS(8944), 1, + anon_sym_RPAREN, + STATE(5973), 1, + aux_sym_argument_list_repeat1, + [210148] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8988), 1, + ACTIONS(8415), 1, sym_identifier, - STATE(2410), 1, - sym_template_method, - STATE(3304), 1, - sym_template_type, - [215794] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8990), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8992), 2, - anon_sym_COMMA, - anon_sym_LBRACE, - [215805] = 4, + ACTIONS(8946), 1, + anon_sym_RBRACE, + STATE(5997), 1, + sym_enumerator, + [210161] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8994), 1, - anon_sym_COMMA, - ACTIONS(8996), 1, + ACTIONS(8946), 1, anon_sym_RBRACE, - STATE(5969), 1, + ACTIONS(8948), 1, + anon_sym_COMMA, + STATE(5983), 1, aux_sym_enumerator_list_repeat1, - [215818] = 3, + [210174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8946), 1, + ACTIONS(8950), 1, anon_sym_catch, - STATE(1967), 2, + STATE(335), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [215829] = 3, + [210185] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8998), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(9000), 2, + ACTIONS(3302), 1, + anon_sym_RBRACE, + ACTIONS(8952), 1, anon_sym_COMMA, - anon_sym_LBRACE, - [215840] = 4, + STATE(5890), 1, + aux_sym_initializer_list_repeat1, + [210198] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9002), 1, + ACTIONS(8954), 1, anon_sym_COMMA, - ACTIONS(9004), 1, + ACTIONS(8957), 1, anon_sym_LBRACE, - STATE(5948), 1, + STATE(5834), 1, aux_sym_field_initializer_list_repeat1, - [215853] = 4, + [210211] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, + ACTIONS(8752), 1, + anon_sym_COMMA, + ACTIONS(8959), 1, + anon_sym_RPAREN, + STATE(5886), 1, + aux_sym_parameter_list_repeat1, + [210224] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8961), 1, sym_identifier, - ACTIONS(9006), 1, - anon_sym_RBRACE, - STATE(6495), 1, - sym_enumerator, - [215866] = 4, + STATE(2209), 1, + sym_template_function, + STATE(3284), 1, + sym_template_type, + [210237] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(9008), 1, + ACTIONS(8963), 1, anon_sym_SEMI, - STATE(5905), 1, + STATE(5940), 1, aux_sym_type_definition_repeat2, - [215879] = 4, + [210250] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(5015), 1, anon_sym_COMMA, - ACTIONS(9010), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [215892] = 4, + ACTIONS(8965), 1, + anon_sym_RBRACK, + STATE(5914), 1, + aux_sym_structured_binding_declarator_repeat1, + [210263] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(9012), 1, - anon_sym_RBRACE, - STATE(6495), 1, - sym_enumerator, - [215905] = 3, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + ACTIONS(8967), 1, + anon_sym_constexpr, + STATE(213), 1, + sym_condition_clause, + [210276] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8829), 1, - anon_sym_catch, - STATE(1883), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [215916] = 3, + ACTIONS(8969), 1, + anon_sym_COMMA, + ACTIONS(8972), 1, + anon_sym_RPAREN, + STATE(5840), 1, + aux_sym_parameter_list_repeat1, + [210289] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 1, - anon_sym_COLON_COLON, - ACTIONS(4979), 2, + ACTIONS(8692), 1, anon_sym_LPAREN2, - anon_sym_LBRACE, - [215927] = 4, + ACTIONS(8974), 1, + anon_sym_constexpr, + STATE(219), 1, + sym_condition_clause, + [210302] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9014), 1, - anon_sym_COMMA, - ACTIONS(9017), 1, - anon_sym_LBRACE, - STATE(5948), 1, - aux_sym_field_initializer_list_repeat1, - [215940] = 3, + ACTIONS(8976), 1, + sym_identifier, + STATE(2209), 1, + sym_template_function, + STATE(3284), 1, + sym_template_type, + [210315] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9019), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(9021), 2, + ACTIONS(8978), 1, anon_sym_COMMA, - anon_sym_LBRACE, - [215951] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8206), 1, - anon_sym_LPAREN2, - ACTIONS(8208), 1, - anon_sym_LBRACK, - STATE(4396), 1, - sym_parameter_list, - [215964] = 4, + ACTIONS(8981), 1, + anon_sym_RPAREN, + STATE(5843), 1, + aux_sym_requires_parameter_list_repeat1, + [210328] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5767), 1, - anon_sym_RBRACE, - ACTIONS(5927), 1, + ACTIONS(8736), 1, anon_sym_COMMA, - STATE(6082), 1, - aux_sym_initializer_list_repeat1, - [215977] = 4, + ACTIONS(8983), 1, + anon_sym_RBRACK_RBRACK, + STATE(5954), 1, + aux_sym_attribute_declaration_repeat1, + [210341] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9023), 1, + ACTIONS(8985), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [215990] = 4, + [210354] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9025), 1, + ACTIONS(8987), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [216003] = 4, + [210367] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9027), 1, + ACTIONS(8989), 1, anon_sym_GT2, - STATE(5987), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [216016] = 4, + [210380] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9029), 1, + ACTIONS(8991), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [216029] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3334), 1, - anon_sym_RBRACE, - ACTIONS(9031), 1, - anon_sym_COMMA, - STATE(5824), 1, - aux_sym_initializer_list_repeat1, - [216042] = 4, + [210393] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8744), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9033), 1, - anon_sym_RPAREN, - STATE(5878), 1, - aux_sym_parameter_list_repeat1, - [216055] = 4, + ACTIONS(8993), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210406] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9035), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9038), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [216068] = 4, + ACTIONS(8995), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210419] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4917), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9040), 1, - anon_sym_RBRACK, - STATE(6020), 1, - aux_sym_structured_binding_declarator_repeat1, - [216081] = 4, + ACTIONS(8997), 1, + anon_sym_GT2, + STATE(5845), 1, + aux_sym_template_argument_list_repeat1, + [210432] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, - anon_sym_COMMA, - ACTIONS(9042), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [216094] = 4, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(8999), 1, + anon_sym_RBRACE, + STATE(5997), 1, + sym_enumerator, + [210445] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9044), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [216107] = 4, + ACTIONS(9001), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210458] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9046), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - ACTIONS(9049), 1, - anon_sym_RBRACK_RBRACK, - STATE(5962), 1, - aux_sym_attribute_declaration_repeat1, - [216120] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9051), 1, - sym_identifier, - STATE(2173), 1, - sym_template_function, - STATE(3304), 1, - sym_template_type, - [216133] = 3, + ACTIONS(9003), 1, + anon_sym_RPAREN, + STATE(5973), 1, + aux_sym_argument_list_repeat1, + [210471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9053), 1, + ACTIONS(8924), 1, anon_sym_catch, - STATE(317), 2, + STATE(1974), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [216144] = 3, + [210482] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9053), 1, + ACTIONS(8950), 1, anon_sym_catch, - STATE(335), 2, + STATE(334), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [216155] = 4, + [210493] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9055), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [216168] = 4, + ACTIONS(9005), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210506] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(9057), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [216181] = 4, + ACTIONS(9007), 1, + anon_sym_SEMI, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [210519] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, + ACTIONS(8415), 1, sym_identifier, - ACTIONS(9059), 1, + ACTIONS(9009), 1, anon_sym_RBRACE, - STATE(6495), 1, + STATE(5997), 1, sym_enumerator, - [216194] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9059), 1, - anon_sym_RBRACE, - ACTIONS(9061), 1, - anon_sym_COMMA, - STATE(5861), 1, - aux_sym_enumerator_list_repeat1, - [216207] = 4, + [210532] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9063), 1, + ACTIONS(9011), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [216220] = 4, + [210545] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9065), 1, + ACTIONS(9013), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5853), 1, aux_sym_template_argument_list_repeat1, - [216233] = 4, + [210558] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8788), 1, + ACTIONS(6106), 1, + anon_sym_RBRACK, + ACTIONS(9015), 1, anon_sym_COMMA, - ACTIONS(9067), 1, - anon_sym_RPAREN, - STATE(5869), 1, - aux_sym_requires_parameter_list_repeat1, - [216246] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - ACTIONS(9069), 1, - anon_sym_constexpr, - STATE(179), 1, - sym_condition_clause, - [216259] = 4, + STATE(5862), 1, + aux_sym_lambda_capture_specifier_repeat1, + [210571] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3356), 1, - anon_sym_RBRACE, - ACTIONS(9071), 1, + ACTIONS(9018), 1, anon_sym_COMMA, - STATE(5824), 1, - aux_sym_initializer_list_repeat1, - [216272] = 4, + ACTIONS(9021), 1, + anon_sym_GT2, + STATE(5863), 1, + aux_sym_template_parameter_list_repeat1, + [210584] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(9023), 3, anon_sym_COMMA, - ACTIONS(9073), 1, + anon_sym_RPAREN, anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [216285] = 4, + [210593] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9075), 1, + ACTIONS(9025), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [216298] = 4, + [210606] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9077), 1, + ACTIONS(9027), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [216311] = 4, + [210619] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5825), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9079), 1, - anon_sym_RBRACK, - STATE(5844), 1, - aux_sym_lambda_capture_specifier_repeat1, - [216324] = 4, + ACTIONS(9029), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210632] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8898), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9081), 1, + ACTIONS(9031), 1, anon_sym_GT2, - STATE(5997), 1, - aux_sym_template_parameter_list_repeat1, - [216337] = 4, + STATE(5865), 1, + aux_sym_template_argument_list_repeat1, + [210645] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3350), 1, - anon_sym_RBRACE, - ACTIONS(9083), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - STATE(5824), 1, - aux_sym_initializer_list_repeat1, - [216350] = 4, + ACTIONS(9033), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210658] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9085), 1, + ACTIONS(9035), 3, anon_sym_COMMA, - ACTIONS(9087), 1, - anon_sym_RBRACE, - STATE(5900), 1, - aux_sym_enumerator_list_repeat1, - [216363] = 4, + anon_sym_RPAREN, + anon_sym_GT2, + [210667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8835), 1, - anon_sym_COMMA, - ACTIONS(9089), 1, - anon_sym_RBRACK_RBRACK, - STATE(6005), 1, - aux_sym_attribute_declaration_repeat1, - [216376] = 4, + ACTIONS(8706), 1, + anon_sym_catch, + STATE(348), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [210678] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - ACTIONS(5893), 1, + ACTIONS(9037), 1, anon_sym_RPAREN, - STATE(5893), 1, + STATE(5973), 1, aux_sym_argument_list_repeat1, - [216389] = 4, + [210691] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9091), 1, - sym_identifier, - STATE(2173), 1, - sym_template_function, - STATE(3304), 1, - sym_template_type, - [216402] = 4, + ACTIONS(8736), 1, + anon_sym_COMMA, + ACTIONS(9039), 1, + anon_sym_RBRACK_RBRACK, + STATE(5931), 1, + aux_sym_attribute_declaration_repeat1, + [210704] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9093), 1, + ACTIONS(9041), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [216415] = 4, + [210717] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9095), 1, + ACTIONS(9043), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [216428] = 4, + [210730] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(9097), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [216441] = 4, + ACTIONS(9045), 1, + anon_sym_SEMI, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [210743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8835), 1, - anon_sym_COMMA, - ACTIONS(9099), 1, - anon_sym_RBRACK_RBRACK, - STATE(5989), 1, - aux_sym_attribute_declaration_repeat1, - [216454] = 4, + ACTIONS(8950), 1, + anon_sym_catch, + STATE(314), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [210754] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8835), 1, + ACTIONS(8710), 1, anon_sym_COMMA, - ACTIONS(9101), 1, - anon_sym_RBRACK_RBRACK, - STATE(5962), 1, - aux_sym_attribute_declaration_repeat1, - [216467] = 4, + ACTIONS(9047), 1, + anon_sym_RPAREN, + STATE(5711), 1, + aux_sym_requires_parameter_list_repeat1, + [210767] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9103), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9105), 1, - anon_sym_RBRACE, - STATE(5861), 1, - aux_sym_enumerator_list_repeat1, - [216480] = 4, + ACTIONS(9049), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210780] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9107), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [216493] = 4, + ACTIONS(9051), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210793] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(9109), 1, - anon_sym_RBRACE, - STATE(6495), 1, - sym_enumerator, - [216506] = 4, + ACTIONS(9053), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [210802] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8898), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9111), 1, + ACTIONS(9055), 1, anon_sym_GT2, - STATE(5842), 1, - aux_sym_template_parameter_list_repeat1, - [216519] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(9105), 1, - anon_sym_RBRACE, - STATE(6495), 1, - sym_enumerator, - [216532] = 4, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210815] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7289), 1, - anon_sym_RPAREN, - ACTIONS(9113), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - STATE(5995), 1, - aux_sym_preproc_argument_list_repeat1, - [216545] = 3, + ACTIONS(9057), 1, + anon_sym_GT2, + STATE(5879), 1, + aux_sym_template_argument_list_repeat1, + [210828] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9118), 1, - anon_sym_RPAREN, - ACTIONS(9116), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [216556] = 4, + ACTIONS(9059), 1, + anon_sym_COMMA, + ACTIONS(9062), 1, + anon_sym_RBRACK, + STATE(5884), 1, + aux_sym_structured_binding_declarator_repeat1, + [210841] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8898), 1, + ACTIONS(9064), 1, anon_sym_COMMA, - ACTIONS(9120), 1, + ACTIONS(9067), 1, anon_sym_GT2, - STATE(5842), 1, - aux_sym_template_parameter_list_repeat1, - [216569] = 4, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210854] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, + ACTIONS(8752), 1, anon_sym_COMMA, - ACTIONS(9122), 1, + ACTIONS(9069), 1, anon_sym_RPAREN, - STATE(5888), 1, - aux_sym_argument_list_repeat1, - [216582] = 3, + STATE(5840), 1, + aux_sym_parameter_list_repeat1, + [210867] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8946), 1, - anon_sym_catch, - STATE(1963), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [216593] = 2, + ACTIONS(9071), 1, + anon_sym_COMMA, + ACTIONS(9073), 1, + anon_sym_RBRACE, + STATE(5921), 1, + aux_sym_enumerator_list_repeat1, + [210880] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9124), 3, + ACTIONS(7125), 1, anon_sym_COMMA, + ACTIONS(9075), 1, anon_sym_RPAREN, - anon_sym_GT2, - [216602] = 2, + STATE(5817), 1, + aux_sym_preproc_argument_list_repeat1, + [210893] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9124), 3, + ACTIONS(8421), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(9077), 2, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_GT2, - [216611] = 4, + [210904] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(5894), 1, + anon_sym_RBRACE, + ACTIONS(9079), 1, anon_sym_COMMA, - ACTIONS(9126), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [216624] = 4, + STATE(5890), 1, + aux_sym_initializer_list_repeat1, + [210917] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9128), 1, - anon_sym_SEMI, - STATE(6024), 1, - aux_sym_declaration_repeat1, - [216637] = 4, + ACTIONS(9082), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210930] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9130), 1, - sym_identifier, - STATE(2848), 1, - sym_template_function, - STATE(3304), 1, - sym_template_type, - [216650] = 4, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(9084), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210943] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8835), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9132), 1, - anon_sym_RBRACK_RBRACK, - STATE(5962), 1, - aux_sym_attribute_declaration_repeat1, - [216663] = 4, + ACTIONS(9086), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [210956] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - ACTIONS(5923), 1, + ACTIONS(5887), 1, anon_sym_RPAREN, - STATE(6095), 1, + STATE(5909), 1, aux_sym_argument_list_repeat1, - [216676] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9134), 1, - anon_sym_COMMA, - ACTIONS(9136), 1, - anon_sym_RBRACE, - STATE(6036), 1, - aux_sym_enumerator_list_repeat1, - [216689] = 4, + [210969] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8491), 1, + ACTIONS(8678), 1, anon_sym_COMMA, - ACTIONS(9138), 1, - anon_sym_LBRACE, - STATE(5849), 1, - aux_sym_base_class_clause_repeat1, - [216702] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - ACTIONS(9140), 1, - anon_sym_constexpr, - STATE(264), 1, - sym_condition_clause, - [216715] = 4, + ACTIONS(9088), 1, + anon_sym_RPAREN, + STATE(5807), 1, + aux_sym_preproc_params_repeat1, + [210982] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9142), 1, + ACTIONS(9090), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5891), 1, aux_sym_template_argument_list_repeat1, - [216728] = 3, + [210995] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9144), 1, - anon_sym_catch, - STATE(344), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [216739] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9146), 1, + ACTIONS(9092), 1, anon_sym_COMMA, - ACTIONS(9149), 1, - anon_sym_RPAREN, - STATE(6012), 1, - aux_sym_preproc_params_repeat1, - [216752] = 4, + ACTIONS(9094), 1, + anon_sym_RBRACE, + STATE(5903), 1, + aux_sym_enumerator_list_repeat1, + [211008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - ACTIONS(9151), 1, - anon_sym_constexpr, - STATE(149), 1, - sym_condition_clause, - [216765] = 3, + ACTIONS(9098), 1, + anon_sym_RPAREN, + ACTIONS(9096), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [211019] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8829), 1, - anon_sym_catch, - STATE(1908), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [216776] = 4, + ACTIONS(3870), 1, + anon_sym_LBRACE, + ACTIONS(8439), 1, + anon_sym_COLON_COLON, + STATE(497), 1, + sym_declaration_list, + [211032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(9102), 1, + anon_sym_EQ, + ACTIONS(9100), 2, anon_sym_COMMA, - ACTIONS(9153), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [216789] = 4, + anon_sym_RBRACE, + [211043] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5917), 1, - anon_sym_COMMA, - ACTIONS(5919), 1, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(9104), 1, anon_sym_RBRACE, - STATE(6050), 1, - aux_sym_initializer_list_repeat1, - [216802] = 4, + STATE(5997), 1, + sym_enumerator, + [211056] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(9155), 1, + ACTIONS(9106), 1, anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [216815] = 4, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [211069] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(9104), 1, + anon_sym_RBRACE, + ACTIONS(9108), 1, anon_sym_COMMA, - ACTIONS(9157), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [216828] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3880), 1, - anon_sym_LBRACE, - ACTIONS(8557), 1, - anon_sym_COLON_COLON, - STATE(986), 1, - sym_declaration_list, - [216841] = 4, + STATE(5983), 1, + aux_sym_enumerator_list_repeat1, + [211082] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4917), 1, + ACTIONS(5809), 1, anon_sym_COMMA, - ACTIONS(9159), 1, + ACTIONS(9110), 1, anon_sym_RBRACK, - STATE(5836), 1, - aux_sym_structured_binding_declarator_repeat1, - [216854] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9161), 1, - sym_identifier, - STATE(2173), 1, - sym_template_function, - STATE(3304), 1, - sym_template_type, - [216867] = 4, + STATE(5862), 1, + aux_sym_lambda_capture_specifier_repeat1, + [211095] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9163), 1, + ACTIONS(9112), 1, anon_sym_GT2, - STATE(6054), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [216880] = 4, + [211108] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9165), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [216893] = 4, + ACTIONS(9114), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [211121] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9167), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [216906] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8858), 1, - anon_sym_catch, - STATE(359), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [216917] = 4, + ACTIONS(9116), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [211134] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9169), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9171), 1, - anon_sym_RBRACE, - STATE(5861), 1, - aux_sym_enumerator_list_repeat1, - [216930] = 4, + ACTIONS(9118), 1, + anon_sym_GT2, + STATE(5905), 1, + aux_sym_template_argument_list_repeat1, + [211147] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - ACTIONS(9173), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [216943] = 4, + ACTIONS(9120), 1, + anon_sym_RPAREN, + STATE(5973), 1, + aux_sym_argument_list_repeat1, + [211160] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(8736), 1, anon_sym_COMMA, - ACTIONS(9175), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [216956] = 4, + ACTIONS(9122), 1, + anon_sym_RBRACK_RBRACK, + STATE(5693), 1, + aux_sym_attribute_declaration_repeat1, + [211173] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(9177), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [216969] = 4, + ACTIONS(8924), 1, + anon_sym_catch, + STATE(1966), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [211184] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(9179), 1, - anon_sym_GT2, - STATE(5952), 1, - aux_sym_template_argument_list_repeat1, - [216982] = 4, + ACTIONS(8823), 1, + anon_sym_catch, + STATE(1989), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [211195] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(9126), 1, + anon_sym_RPAREN, + ACTIONS(9124), 2, anon_sym_COMMA, - ACTIONS(9181), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [216995] = 4, + anon_sym_SEMI, + [211206] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(5015), 1, anon_sym_COMMA, - ACTIONS(5881), 1, - anon_sym_RBRACE, - STATE(5956), 1, - aux_sym_initializer_list_repeat1, - [217008] = 4, + ACTIONS(9128), 1, + anon_sym_RBRACK, + STATE(5884), 1, + aux_sym_structured_binding_declarator_repeat1, + [211219] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(9183), 1, - anon_sym_GT2, - STATE(6028), 1, - aux_sym_template_argument_list_repeat1, - [217021] = 4, + ACTIONS(9130), 1, + anon_sym_SEMI, + STATE(5945), 1, + aux_sym_declaration_repeat1, + [211232] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, + ACTIONS(8415), 1, sym_identifier, - ACTIONS(9185), 1, + ACTIONS(9132), 1, anon_sym_RBRACE, - STATE(6495), 1, + STATE(5997), 1, sym_enumerator, - [217034] = 4, + [211245] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8748), 1, + anon_sym_COMMA, + ACTIONS(9134), 1, + anon_sym_GT2, + STATE(5863), 1, + aux_sym_template_parameter_list_repeat1, + [211258] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9187), 1, + ACTIONS(9136), 1, sym_identifier, - STATE(2319), 1, + STATE(2908), 1, sym_template_type, - STATE(2690), 1, + STATE(3070), 1, sym_template_function, - [217047] = 4, + [211271] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9185), 1, + ACTIONS(3328), 1, anon_sym_RBRACE, - ACTIONS(9189), 1, + ACTIONS(9138), 1, anon_sym_COMMA, - STATE(5861), 1, - aux_sym_enumerator_list_repeat1, - [217060] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(9171), 1, - anon_sym_RBRACE, - STATE(6495), 1, - sym_enumerator, - [217073] = 4, + STATE(5890), 1, + aux_sym_initializer_list_repeat1, + [211284] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(9191), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217086] = 4, + ACTIONS(9140), 1, + anon_sym_SEMI, + STATE(5958), 1, + aux_sym_declaration_repeat1, + [211297] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(9132), 1, + anon_sym_RBRACE, + ACTIONS(9142), 1, anon_sym_COMMA, - ACTIONS(9193), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217099] = 4, + STATE(5983), 1, + aux_sym_enumerator_list_repeat1, + [211310] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(9144), 1, anon_sym_COMMA, - ACTIONS(9195), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217112] = 4, + ACTIONS(9146), 1, + anon_sym_RBRACE, + STATE(5953), 1, + aux_sym_enumerator_list_repeat1, + [211323] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9197), 1, + ACTIONS(9148), 1, anon_sym_GT2, - STATE(6038), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [217125] = 4, + [211336] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, - anon_sym_COMMA, - ACTIONS(9199), 1, - anon_sym_RPAREN, - STATE(5888), 1, - aux_sym_argument_list_repeat1, - [217138] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9201), 1, + ACTIONS(9150), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [217151] = 4, + [211349] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9203), 1, + ACTIONS(9152), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [217164] = 4, + [211362] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9205), 1, + ACTIONS(9154), 1, sym_identifier, - STATE(3028), 1, + STATE(2880), 1, sym_template_function, - STATE(3304), 1, + STATE(3284), 1, sym_template_type, - [217177] = 4, + [211375] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9207), 1, + ACTIONS(9156), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5923), 1, aux_sym_template_argument_list_repeat1, - [217190] = 4, + [211388] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(9209), 1, - anon_sym_GT2, - STATE(6043), 1, - aux_sym_template_argument_list_repeat1, - [217203] = 4, + ACTIONS(8706), 1, + anon_sym_catch, + STATE(386), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [211399] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9211), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - ACTIONS(9213), 1, - anon_sym_RBRACE, - STATE(5990), 1, - aux_sym_enumerator_list_repeat1, - [217216] = 4, + ACTIONS(5904), 1, + anon_sym_RPAREN, + STATE(5965), 1, + aux_sym_argument_list_repeat1, + [211412] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9215), 1, + ACTIONS(9158), 1, anon_sym_COMMA, - ACTIONS(9217), 1, + ACTIONS(9160), 1, anon_sym_RBRACE, - STATE(6076), 1, + STATE(5972), 1, aux_sym_enumerator_list_repeat1, - [217229] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - anon_sym_RBRACE, - ACTIONS(9219), 1, - anon_sym_COMMA, - STATE(5824), 1, - aux_sym_initializer_list_repeat1, - [217242] = 4, + [211425] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, + ACTIONS(8736), 1, anon_sym_COMMA, - ACTIONS(5887), 1, - anon_sym_RPAREN, - STATE(5998), 1, - aux_sym_argument_list_repeat1, - [217255] = 4, + ACTIONS(9162), 1, + anon_sym_RBRACK_RBRACK, + STATE(5693), 1, + aux_sym_attribute_declaration_repeat1, + [211438] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(8503), 1, anon_sym_COMMA, - ACTIONS(9221), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217268] = 4, + ACTIONS(8511), 1, + anon_sym_LBRACE, + STATE(5939), 1, + aux_sym_base_class_clause_repeat1, + [211451] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(9223), 1, - anon_sym_GT2, + ACTIONS(9164), 1, + anon_sym_SEMI, STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217281] = 4, + aux_sym_declaration_repeat1, + [211464] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9225), 1, + ACTIONS(9166), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [217294] = 4, + [211477] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5907), 1, - anon_sym_COMMA, - ACTIONS(5909), 1, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(9168), 1, anon_sym_RBRACE, - STATE(5980), 1, - aux_sym_initializer_list_repeat1, - [217307] = 3, + STATE(5997), 1, + sym_enumerator, + [211490] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9227), 1, - sym_identifier, - ACTIONS(9229), 2, + ACTIONS(8503), 1, anon_sym_COMMA, - anon_sym_GT2, - [217318] = 4, - ACTIONS(7159), 1, - anon_sym_LPAREN2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9231), 1, - anon_sym_LF, - STATE(4705), 1, - sym_preproc_argument_list, - [217331] = 4, + ACTIONS(8511), 1, + anon_sym_LBRACE, + STATE(5959), 1, + aux_sym_base_class_clause_repeat1, + [211503] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - ACTIONS(9233), 1, - anon_sym_constexpr, - STATE(198), 1, - sym_condition_clause, - [217344] = 4, + ACTIONS(7962), 1, + anon_sym_COMMA, + ACTIONS(9170), 1, + anon_sym_SEMI, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [211516] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9235), 1, + ACTIONS(9172), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5971), 1, aux_sym_template_argument_list_repeat1, - [217357] = 4, + [211529] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(9174), 1, anon_sym_COMMA, - ACTIONS(9237), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217370] = 4, + ACTIONS(9177), 1, + anon_sym_LBRACE, + STATE(5939), 1, + aux_sym_base_class_clause_repeat1, + [211542] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9179), 1, + anon_sym_COMMA, + ACTIONS(9182), 1, + anon_sym_SEMI, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [211555] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9239), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(9242), 1, - anon_sym_RPAREN, - STATE(6061), 1, - aux_sym_throw_specifier_repeat1, - [217383] = 4, + ACTIONS(9184), 1, + anon_sym_SEMI, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [211568] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9244), 1, + ACTIONS(9186), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [217396] = 4, + [211581] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9246), 1, + ACTIONS(9188), 1, anon_sym_GT2, - STATE(6059), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [217409] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9248), 1, - sym_identifier, - STATE(2690), 1, - sym_template_function, - STATE(3304), 1, - sym_template_type, - [217422] = 4, + [211594] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(9250), 1, - anon_sym_GT2, - STATE(6094), 1, - aux_sym_template_argument_list_repeat1, - [217435] = 4, + ACTIONS(9190), 1, + anon_sym_SEMI, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [211607] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(9252), 1, + ACTIONS(9192), 1, anon_sym_SEMI, - STATE(5958), 1, + STATE(5729), 1, aux_sym_declaration_repeat1, - [217448] = 4, + [211620] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9254), 1, + ACTIONS(9194), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [217461] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9144), 1, - anon_sym_catch, - STATE(347), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [217472] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9144), 1, - anon_sym_catch, - STATE(352), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [217483] = 4, + [211633] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(5950), 1, anon_sym_COMMA, - ACTIONS(9256), 1, - anon_sym_SEMI, - STATE(6017), 1, - aux_sym_declaration_repeat1, - [217496] = 3, + ACTIONS(5952), 1, + anon_sym_RBRACE, + STATE(5984), 1, + aux_sym_initializer_list_repeat1, + [211646] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8858), 1, - anon_sym_catch, - STATE(377), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [217507] = 4, + ACTIONS(5771), 1, + anon_sym_COMMA, + ACTIONS(9196), 1, + anon_sym_GT2, + STATE(5992), 1, + aux_sym_template_argument_list_repeat1, + [211659] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(9198), 1, anon_sym_COMMA, - ACTIONS(9258), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [217520] = 4, + ACTIONS(9200), 1, + anon_sym_RBRACE, + STATE(5983), 1, + aux_sym_enumerator_list_repeat1, + [211672] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(9260), 1, + ACTIONS(9202), 1, anon_sym_SEMI, - STATE(5905), 1, + STATE(5940), 1, aux_sym_type_definition_repeat2, - [217533] = 4, + [211685] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, - anon_sym_COMMA, - ACTIONS(9262), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [217546] = 4, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(9200), 1, + anon_sym_RBRACE, + STATE(5997), 1, + sym_enumerator, + [211698] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, + ACTIONS(8415), 1, sym_identifier, - ACTIONS(9264), 1, + ACTIONS(9204), 1, anon_sym_RBRACE, - STATE(6495), 1, + STATE(5997), 1, sym_enumerator, - [217559] = 4, + [211711] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9264), 1, + ACTIONS(9204), 1, anon_sym_RBRACE, - ACTIONS(9266), 1, + ACTIONS(9206), 1, anon_sym_COMMA, - STATE(5861), 1, + STATE(5983), 1, aux_sym_enumerator_list_repeat1, - [217572] = 3, + [211724] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9270), 1, - anon_sym_EQ, - ACTIONS(9268), 2, + ACTIONS(8736), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [217583] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8523), 1, - sym_identifier, - ACTIONS(9272), 1, - anon_sym_RBRACE, - STATE(6495), 1, - sym_enumerator, - [217596] = 4, + ACTIONS(9208), 1, + anon_sym_RBRACK_RBRACK, + STATE(5693), 1, + aux_sym_attribute_declaration_repeat1, + [211737] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(9274), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217609] = 4, + ACTIONS(9210), 1, + anon_sym_SEMI, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [211750] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9276), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(9278), 1, - anon_sym_RBRACE, - STATE(5868), 1, - aux_sym_enumerator_list_repeat1, - [217622] = 4, + ACTIONS(9212), 1, + anon_sym_SEMI, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [211763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(9214), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(9177), 2, anon_sym_COMMA, - ACTIONS(9280), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217635] = 4, + anon_sym_LBRACE, + [211774] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3320), 1, - anon_sym_RBRACE, - ACTIONS(9282), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - STATE(5824), 1, - aux_sym_initializer_list_repeat1, - [217648] = 4, + ACTIONS(9216), 1, + anon_sym_SEMI, + STATE(5729), 1, + aux_sym_declaration_repeat1, + [211787] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(8503), 1, anon_sym_COMMA, - ACTIONS(9284), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217661] = 4, + ACTIONS(9218), 1, + anon_sym_LBRACE, + STATE(5939), 1, + aux_sym_base_class_clause_repeat1, + [211800] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9286), 1, + ACTIONS(9220), 1, anon_sym_GT2, - STATE(6079), 1, + STATE(5942), 1, aux_sym_template_argument_list_repeat1, - [217674] = 3, + [211813] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9288), 1, + ACTIONS(8767), 1, anon_sym_catch, - STATE(1109), 2, + STATE(396), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [217685] = 4, + [211824] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8503), 1, + anon_sym_COMMA, + ACTIONS(9218), 1, + anon_sym_LBRACE, + STATE(5790), 1, + aux_sym_base_class_clause_repeat1, + [211837] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(9290), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217698] = 2, + ACTIONS(9222), 1, + anon_sym_SEMI, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [211850] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9292), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [217707] = 4, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(9224), 1, + anon_sym_RBRACE, + STATE(5997), 1, + sym_enumerator, + [211863] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - ACTIONS(9294), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217720] = 4, + ACTIONS(9226), 1, + anon_sym_RPAREN, + STATE(5973), 1, + aux_sym_argument_list_repeat1, + [211876] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(9296), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217733] = 4, + ACTIONS(8415), 1, + sym_identifier, + ACTIONS(9228), 1, + anon_sym_RBRACE, + STATE(5997), 1, + sym_enumerator, + [211889] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(9298), 1, - anon_sym_GT2, - STATE(5967), 1, - aux_sym_template_argument_list_repeat1, - [217746] = 4, + ACTIONS(9230), 1, + anon_sym_SEMI, + STATE(5940), 1, + aux_sym_type_definition_repeat2, + [211902] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(9232), 1, anon_sym_COMMA, - ACTIONS(9300), 1, - anon_sym_GT2, - STATE(6086), 1, - aux_sym_template_argument_list_repeat1, - [217759] = 4, + ACTIONS(9234), 1, + anon_sym_RBRACE, + STATE(5949), 1, + aux_sym_enumerator_list_repeat1, + [211915] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9302), 1, + ACTIONS(9236), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [217772] = 4, + [211928] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9304), 1, + ACTIONS(9238), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [217785] = 4, + [211941] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9306), 1, + ACTIONS(9240), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [217798] = 4, + [211954] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5867), 1, + ACTIONS(9228), 1, + anon_sym_RBRACE, + ACTIONS(9242), 1, anon_sym_COMMA, - ACTIONS(9308), 1, + STATE(5983), 1, + aux_sym_enumerator_list_repeat1, + [211967] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6061), 1, anon_sym_RPAREN, - STATE(5888), 1, + ACTIONS(9244), 1, + anon_sym_COMMA, + STATE(5973), 1, aux_sym_argument_list_repeat1, - [217811] = 4, + [211980] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7165), 1, - anon_sym_COMMA, - ACTIONS(9310), 1, - anon_sym_RPAREN, - STATE(5995), 1, - aux_sym_preproc_argument_list_repeat1, - [217824] = 4, + ACTIONS(9247), 1, + sym_identifier, + STATE(3070), 1, + sym_template_function, + STATE(3284), 1, + sym_template_type, + [211993] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(7962), 1, anon_sym_COMMA, - ACTIONS(9312), 1, + ACTIONS(9249), 1, anon_sym_SEMI, - STATE(5905), 1, + STATE(5940), 1, aux_sym_type_definition_repeat2, - [217837] = 4, + [212006] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, + ACTIONS(8415), 1, sym_identifier, - ACTIONS(9314), 1, + ACTIONS(9251), 1, anon_sym_RBRACE, - STATE(6495), 1, + STATE(5997), 1, sym_enumerator, - [217850] = 4, + [212019] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + ACTIONS(9253), 1, + anon_sym_constexpr, + STATE(198), 1, + sym_condition_clause, + [212032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(8767), 1, + anon_sym_catch, + STATE(370), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [212043] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9316), 1, + ACTIONS(9255), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [217863] = 4, + [212056] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9257), 1, + sym_identifier, + STATE(2537), 1, + sym_template_function, + STATE(3284), 1, + sym_template_type, + [212069] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9318), 1, + ACTIONS(9259), 1, anon_sym_GT2, - STATE(5816), 1, + STATE(5885), 1, aux_sym_template_argument_list_repeat1, - [217876] = 4, + [212082] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5775), 1, + ACTIONS(8999), 1, + anon_sym_RBRACE, + ACTIONS(9261), 1, anon_sym_COMMA, - ACTIONS(9320), 1, - anon_sym_GT2, - STATE(5816), 1, - aux_sym_template_argument_list_repeat1, - [217889] = 4, + STATE(5983), 1, + aux_sym_enumerator_list_repeat1, + [212095] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(9263), 1, anon_sym_COMMA, - ACTIONS(9322), 1, - anon_sym_SEMI, - STATE(5958), 1, - aux_sym_declaration_repeat1, - [217902] = 4, - ACTIONS(7159), 1, - anon_sym_LPAREN2, - ACTIONS(7161), 1, + ACTIONS(9266), 1, + anon_sym_RBRACE, + STATE(5983), 1, + aux_sym_enumerator_list_repeat1, + [212108] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(9324), 1, - anon_sym_LF, - STATE(4705), 1, - sym_preproc_argument_list, - [217915] = 4, + ACTIONS(3344), 1, + anon_sym_RBRACE, + ACTIONS(9268), 1, + anon_sym_COMMA, + STATE(5890), 1, + aux_sym_initializer_list_repeat1, + [212121] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, + ACTIONS(8415), 1, sym_identifier, - ACTIONS(9326), 1, + ACTIONS(9270), 1, anon_sym_RBRACE, - STATE(6495), 1, + STATE(5997), 1, sym_enumerator, - [217928] = 4, + [212134] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9002), 1, + ACTIONS(5851), 1, anon_sym_COMMA, - ACTIONS(9328), 1, - anon_sym_LBRACE, - STATE(5941), 1, - aux_sym_field_initializer_list_repeat1, - [217941] = 4, + ACTIONS(5930), 1, + anon_sym_RPAREN, + STATE(5872), 1, + aux_sym_argument_list_repeat1, + [212147] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8835), 1, - anon_sym_COMMA, - ACTIONS(9330), 1, - anon_sym_RBRACK_RBRACK, - STATE(5906), 1, - aux_sym_attribute_declaration_repeat1, - [217954] = 4, + ACTIONS(9272), 1, + sym_identifier, + STATE(2209), 1, + sym_template_function, + STATE(3284), 1, + sym_template_type, + [212160] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9332), 1, - anon_sym_SEMI, - STATE(6102), 1, - aux_sym_declaration_repeat1, - [217967] = 4, + ACTIONS(9274), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [212173] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8744), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9334), 1, - anon_sym_RPAREN, - STATE(5852), 1, - aux_sym_parameter_list_repeat1, - [217980] = 4, + ACTIONS(9276), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [212186] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9336), 1, - sym_identifier, - STATE(2173), 1, - sym_template_function, - STATE(3304), 1, - sym_template_type, - [217993] = 4, + ACTIONS(5809), 1, + anon_sym_COMMA, + ACTIONS(9278), 1, + anon_sym_RBRACK, + STATE(5862), 1, + aux_sym_lambda_capture_specifier_repeat1, + [212199] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 1, + ACTIONS(7398), 1, anon_sym_COMMA, - ACTIONS(9338), 1, + ACTIONS(9280), 1, anon_sym_SEMI, - STATE(5958), 1, + STATE(5729), 1, aux_sym_declaration_repeat1, - [218006] = 4, + [212212] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, + ACTIONS(5771), 1, anon_sym_COMMA, - ACTIONS(9340), 1, - anon_sym_SEMI, - STATE(5905), 1, - aux_sym_type_definition_repeat2, - [218019] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9053), 1, - anon_sym_catch, - STATE(334), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [218030] = 3, + ACTIONS(9282), 1, + anon_sym_GT2, + STATE(5885), 1, + aux_sym_template_argument_list_repeat1, + [212225] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(9284), 2, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(4022), 1, - sym_field_declaration_list, - [218040] = 3, + [212233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2631), 1, + STATE(3436), 1, sym_field_declaration_list, - [218050] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1597), 1, - anon_sym_LBRACE, - STATE(3014), 1, - sym_initializer_list, - [218060] = 3, + [212243] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4591), 1, + STATE(2592), 1, sym_field_declaration_list, - [218070] = 3, + [212253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4588), 1, + STATE(2591), 1, sym_field_declaration_list, - [218080] = 3, + [212263] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6997), 1, - anon_sym_LBRACE, - STATE(3126), 1, - sym_requirement_seq, - [218090] = 3, + ACTIONS(9266), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [212271] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4585), 1, + STATE(2588), 1, sym_field_declaration_list, - [218100] = 3, + [212281] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9342), 1, - sym_identifier, - STATE(4367), 1, - sym_template_type, - [218110] = 3, + ACTIONS(9286), 1, + anon_sym_LT, + STATE(1970), 1, + sym_template_argument_list, + [212291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4570), 1, + STATE(2587), 1, sym_field_declaration_list, - [218120] = 3, + [212301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4590), 1, + STATE(2586), 1, sym_field_declaration_list, - [218130] = 3, + [212311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(2746), 1, + STATE(2584), 1, sym_field_declaration_list, - [218140] = 3, + [212321] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(2811), 1, + STATE(2583), 1, sym_field_declaration_list, - [218150] = 3, + [212331] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(4583), 1, + STATE(2766), 1, sym_field_declaration_list, - [218160] = 3, + [212341] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(4582), 1, + STATE(2778), 1, sym_field_declaration_list, - [218170] = 3, - ACTIONS(7161), 1, + [212351] = 3, + ACTIONS(7157), 1, sym_comment, - ACTIONS(9344), 1, + ACTIONS(9288), 1, anon_sym_LF, - ACTIONS(9346), 1, + ACTIONS(9290), 1, sym_preproc_arg, - [218180] = 3, + [212361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6891), 1, - anon_sym_LT, - STATE(1977), 1, - sym_template_argument_list, - [218190] = 3, + ACTIONS(9292), 1, + sym_identifier, + STATE(1988), 1, + sym_template_type, + [212371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4581), 1, + STATE(2593), 1, sym_field_declaration_list, - [218200] = 3, + [212381] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(4580), 1, - sym_field_declaration_list, - [218210] = 3, + STATE(5832), 1, + sym_compound_statement, + [212391] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9294), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [212399] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4579), 1, + STATE(2581), 1, sym_field_declaration_list, - [218220] = 3, + [212409] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9348), 1, - sym_identifier, - STATE(3006), 1, - sym_template_method, - [218230] = 3, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(3987), 1, + sym_field_declaration_list, + [212419] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8519), 1, - sym_identifier, - STATE(3304), 1, - sym_template_type, - [218240] = 3, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(202), 1, + sym_condition_clause, + [212429] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9350), 1, - anon_sym_LT, - STATE(2261), 1, - sym_template_argument_list, - [218250] = 3, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(3999), 1, + sym_field_declaration_list, + [212439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9352), 1, - anon_sym_LT, - STATE(2527), 1, - sym_template_argument_list, - [218260] = 3, + ACTIONS(4144), 1, + anon_sym_LBRACE, + STATE(2621), 1, + sym_field_declaration_list, + [212449] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4598), 1, + STATE(4014), 1, sym_field_declaration_list, - [218270] = 3, + [212459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(3202), 1, + STATE(4038), 1, sym_field_declaration_list, - [218280] = 3, + [212469] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4599), 1, + STATE(4559), 1, sym_field_declaration_list, - [218290] = 3, + [212479] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9354), 1, - anon_sym_LT, - STATE(2192), 1, - sym_template_argument_list, - [218300] = 3, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(4028), 1, + sym_field_declaration_list, + [212489] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9356), 1, - sym_identifier, - ACTIONS(9358), 1, - anon_sym_LPAREN2, - [218310] = 3, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4557), 1, + sym_field_declaration_list, + [212499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(251), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(498), 1, - sym_compound_statement, - [218320] = 3, + STATE(4033), 1, + sym_field_declaration_list, + [212509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9360), 1, - anon_sym_default, - ACTIONS(9362), 1, - anon_sym_delete, - [218330] = 3, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4555), 1, + sym_field_declaration_list, + [212519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, + ACTIONS(8692), 1, anon_sym_LPAREN2, - STATE(3084), 1, - sym_argument_list, - [218340] = 3, + STATE(6318), 1, + sym_condition_clause, + [212529] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(626), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(995), 1, - sym_compound_statement, - [218350] = 3, + STATE(2597), 1, + sym_field_declaration_list, + [212539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, STATE(4040), 1, sym_field_declaration_list, - [218360] = 3, + [212549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(8495), 1, anon_sym_LBRACE, - STATE(4054), 1, - sym_field_declaration_list, - [218370] = 3, + STATE(5146), 1, + sym_requirement_seq, + [212559] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4051), 1, + STATE(3975), 1, sym_field_declaration_list, - [218380] = 3, + [212569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(3200), 1, + STATE(4045), 1, sym_field_declaration_list, - [218390] = 3, + [212579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9364), 1, - anon_sym_LT, - STATE(1966), 1, - sym_template_argument_list, - [218400] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5447), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(3507), 1, + STATE(2768), 1, sym_field_declaration_list, - [218410] = 3, + [212589] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9352), 1, + ACTIONS(5336), 1, anon_sym_LT, - STATE(2732), 1, + STATE(3236), 1, sym_template_argument_list, - [218420] = 3, + [212599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(3198), 1, + STATE(2764), 1, sym_field_declaration_list, - [218430] = 3, + [212609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9352), 1, - anon_sym_LT, - STATE(1815), 1, - sym_template_argument_list, - [218440] = 3, + ACTIONS(7710), 1, + anon_sym_LBRACE, + STATE(2188), 1, + sym_compound_statement, + [212619] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4603), 1, + STATE(2599), 1, sym_field_declaration_list, - [218450] = 3, + [212629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4611), 1, + STATE(2604), 1, sym_field_declaration_list, - [218460] = 3, + [212639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4613), 1, + STATE(2605), 1, sym_field_declaration_list, - [218470] = 3, + [212649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2747), 1, + STATE(4535), 1, sym_field_declaration_list, - [218480] = 3, + [212659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(3999), 1, + STATE(2606), 1, sym_field_declaration_list, - [218490] = 3, + [212669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(3996), 1, + STATE(4534), 1, sym_field_declaration_list, - [218500] = 3, + [212679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - STATE(4007), 1, - sym_field_declaration_list, - [218510] = 3, + STATE(943), 1, + sym_compound_statement, + [212689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4021), 1, + STATE(4531), 1, sym_field_declaration_list, - [218520] = 3, + [212699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - STATE(6085), 1, - sym_compound_statement, - [218530] = 3, + ACTIONS(5466), 1, + anon_sym_LT, + STATE(2186), 1, + sym_template_argument_list, + [212709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4052), 1, + STATE(4529), 1, sym_field_declaration_list, - [218540] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9366), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [218548] = 3, + [212719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(4042), 1, + STATE(2762), 1, sym_field_declaration_list, - [218558] = 3, + [212729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4036), 1, + STATE(4469), 1, sym_field_declaration_list, - [218568] = 3, + [212739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6905), 1, - anon_sym_LT, - STATE(4368), 1, - sym_template_argument_list, - [218578] = 3, + ACTIONS(9296), 1, + anon_sym_LPAREN2, + STATE(6625), 1, + sym_parenthesized_expression, + [212749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2748), 1, + STATE(4526), 1, sym_field_declaration_list, - [218588] = 3, + [212759] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4029), 1, + STATE(4036), 1, sym_field_declaration_list, - [218598] = 3, + [212769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4614), 1, + STATE(2608), 1, sym_field_declaration_list, - [218608] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5424), 1, - anon_sym_LT, - STATE(4104), 1, - sym_template_argument_list, - [218618] = 3, - ACTIONS(3), 1, + [212779] = 3, + ACTIONS(7157), 1, sym_comment, - ACTIONS(6918), 1, - anon_sym_LBRACE, - STATE(4616), 1, - sym_field_declaration_list, - [218628] = 3, + ACTIONS(9298), 1, + anon_sym_LF, + ACTIONS(9300), 1, + sym_preproc_arg, + [212789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(4617), 1, + STATE(2765), 1, sym_field_declaration_list, - [218638] = 3, + [212799] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4620), 1, + STATE(4042), 1, sym_field_declaration_list, - [218648] = 3, + [212809] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4058), 1, + STATE(2610), 1, sym_field_declaration_list, - [218658] = 3, + [212819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(2749), 1, + STATE(4041), 1, sym_field_declaration_list, - [218668] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9368), 1, - sym_identifier, - STATE(2410), 1, - sym_template_method, - [218678] = 3, + [212829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4626), 1, + STATE(2613), 1, sym_field_declaration_list, - [218688] = 3, + [212839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(251), 1, anon_sym_LBRACE, - STATE(4627), 1, - sym_field_declaration_list, - [218698] = 3, + STATE(490), 1, + sym_compound_statement, + [212849] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9370), 1, - sym_identifier, - STATE(2187), 1, - sym_template_type, - [218708] = 3, + ACTIONS(9302), 1, + anon_sym_LT, + STATE(2474), 1, + sym_template_argument_list, + [212859] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6974), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(3002), 1, - sym_requirement_seq, - [218718] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8523), 1, - sym_identifier, - STATE(6495), 1, - sym_enumerator, - [218728] = 3, + STATE(2614), 1, + sym_field_declaration_list, + [212869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4634), 1, + STATE(4039), 1, sym_field_declaration_list, - [218738] = 3, + [212879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(6071), 1, - sym_compound_statement, - [218748] = 3, + STATE(4037), 1, + sym_field_declaration_list, + [212889] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6920), 1, + ACTIONS(5426), 1, anon_sym_LT, - STATE(1966), 1, + STATE(5023), 1, sym_template_argument_list, - [218758] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2808), 1, - sym_field_declaration_list, - [218768] = 3, + [212899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - STATE(6396), 1, + STATE(6150), 1, sym_parameter_list, - [218778] = 3, + [212909] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7748), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2017), 1, - sym_compound_statement, - [218788] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9372), 1, - anon_sym_LT, - STATE(1754), 1, - sym_template_argument_list, - [218798] = 3, + STATE(4512), 1, + sym_field_declaration_list, + [212919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2925), 1, + STATE(4511), 1, sym_field_declaration_list, - [218808] = 3, + [212929] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(4653), 1, + STATE(2751), 1, sym_field_declaration_list, - [218818] = 3, + [212939] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4654), 1, + STATE(4508), 1, sym_field_declaration_list, - [218828] = 3, + [212949] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(3454), 1, + STATE(3990), 1, sym_field_declaration_list, - [218838] = 3, + [212959] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(3553), 1, - sym_initializer_list, - [218848] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9374), 1, - anon_sym_LF, - ACTIONS(9376), 1, - sym_preproc_arg, - [218858] = 3, + STATE(4507), 1, + sym_field_declaration_list, + [212969] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4655), 1, + STATE(4506), 1, sym_field_declaration_list, - [218868] = 3, + [212979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9352), 1, - anon_sym_LT, - STATE(1946), 1, - sym_template_argument_list, - [218878] = 3, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(3981), 1, + sym_field_declaration_list, + [212989] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7730), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2205), 1, - sym_compound_statement, - [218888] = 3, + STATE(4504), 1, + sym_field_declaration_list, + [212999] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(4656), 1, + STATE(2753), 1, sym_field_declaration_list, - [218898] = 3, + [213009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4658), 1, + STATE(4503), 1, sym_field_declaration_list, - [218908] = 3, + [213019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2842), 1, + STATE(4502), 1, sym_field_declaration_list, - [218918] = 3, + [213029] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - STATE(6198), 1, - sym_parameter_list, - [218928] = 3, + ACTIONS(9304), 1, + anon_sym_LT, + STATE(1752), 1, + sym_template_argument_list, + [213039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4659), 1, + STATE(4500), 1, sym_field_declaration_list, - [218938] = 2, + [213049] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9242), 2, + ACTIONS(6061), 2, anon_sym_COMMA, anon_sym_RPAREN, - [218946] = 3, + [213057] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9364), 1, - anon_sym_LT, - STATE(1851), 1, - sym_template_argument_list, - [218956] = 3, + ACTIONS(9306), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [213065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(3183), 1, + STATE(3982), 1, sym_field_declaration_list, - [218966] = 3, + [213075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5296), 1, - anon_sym_LT, - STATE(3218), 1, - sym_template_argument_list, - [218976] = 3, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(3984), 1, + sym_field_declaration_list, + [213085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(2922), 1, + STATE(4013), 1, sym_field_declaration_list, - [218986] = 3, + [213095] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9308), 1, + anon_sym_default, + ACTIONS(9310), 1, + anon_sym_delete, + [213105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(3179), 1, + STATE(2580), 1, sym_field_declaration_list, - [218996] = 3, + [213115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4027), 1, + STATE(4494), 1, sym_field_declaration_list, - [219006] = 3, + [213125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4057), 1, + STATE(4030), 1, sym_field_declaration_list, - [219016] = 3, + [213135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4031), 1, + STATE(4493), 1, sym_field_declaration_list, - [219026] = 3, + [213145] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4030), 1, + STATE(4492), 1, sym_field_declaration_list, - [219036] = 3, + [213155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2414), 1, + STATE(4491), 1, sym_field_declaration_list, - [219046] = 3, + [213165] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4023), 1, + STATE(3997), 1, sym_field_declaration_list, - [219056] = 3, + [213175] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4046), 1, + STATE(4490), 1, sym_field_declaration_list, - [219066] = 3, + [213185] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8593), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(5228), 1, - sym_requirement_seq, - [219076] = 3, + STATE(4489), 1, + sym_field_declaration_list, + [213195] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(4112), 1, - sym_template_argument_list, - [219086] = 3, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4488), 1, + sym_field_declaration_list, + [213205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(4053), 1, + STATE(4000), 1, sym_field_declaration_list, - [219096] = 3, + [213215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(3177), 1, + STATE(4484), 1, sym_field_declaration_list, - [219106] = 3, + [213225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(3176), 1, + STATE(4482), 1, sym_field_declaration_list, - [219116] = 3, + [213235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1517), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(2534), 1, - sym_initializer_list, - [219126] = 3, + STATE(4481), 1, + sym_field_declaration_list, + [213245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9378), 1, - anon_sym_LPAREN2, - STATE(6981), 1, - sym_parenthesized_expression, - [219136] = 3, + ACTIONS(6888), 1, + anon_sym_LBRACE, + STATE(4480), 1, + sym_field_declaration_list, + [213255] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(6888), 1, anon_sym_LBRACE, - STATE(4056), 1, + STATE(4479), 1, sym_field_declaration_list, - [219146] = 3, + [213265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(3302), 1, - sym_template_argument_list, - [219156] = 3, + ACTIONS(5451), 1, + anon_sym_LBRACE, + STATE(3441), 1, + sym_field_declaration_list, + [213275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(4644), 1, + STATE(2769), 1, sym_field_declaration_list, - [219166] = 3, + [213285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(3174), 1, + STATE(4005), 1, sym_field_declaration_list, - [219176] = 3, + [213295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(4640), 1, + STATE(3440), 1, sym_field_declaration_list, - [219186] = 3, + [213305] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3173), 1, + STATE(3438), 1, sym_field_declaration_list, - [219196] = 3, + [213315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(3156), 1, + STATE(2622), 1, sym_field_declaration_list, - [219206] = 3, + [213325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9350), 1, - anon_sym_LT, - STATE(1729), 1, - sym_template_argument_list, - [219216] = 3, + ACTIONS(9312), 1, + sym_identifier, + STATE(4312), 1, + sym_template_type, + [213335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(6917), 1, anon_sym_LBRACE, - STATE(2894), 1, - sym_field_declaration_list, - [219226] = 2, + STATE(2563), 1, + sym_requirement_seq, + [213345] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9380), 2, - anon_sym_COMMA, + ACTIONS(5691), 1, anon_sym_LBRACE, - [219234] = 3, + STATE(4010), 1, + sym_field_declaration_list, + [213355] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2920), 1, + STATE(3437), 1, sym_field_declaration_list, - [219244] = 3, + [213365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6960), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(3731), 1, - sym_requirement_seq, - [219254] = 3, + STATE(2624), 1, + sym_field_declaration_list, + [213375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2898), 1, + STATE(3444), 1, sym_field_declaration_list, - [219264] = 3, + [213385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(868), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(1015), 1, + STATE(5978), 1, sym_compound_statement, - [219274] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(2178), 1, - sym_template_argument_list, - [219284] = 3, + [213395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(226), 1, - sym_condition_clause, - [219294] = 3, + ACTIONS(4144), 1, + anon_sym_LBRACE, + STATE(2625), 1, + sym_field_declaration_list, + [213405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5467), 1, + ACTIONS(6838), 1, anon_sym_LT, - STATE(5025), 1, + STATE(1970), 1, sym_template_argument_list, - [219304] = 3, + [213415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(5946), 1, - sym_compound_statement, - [219314] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5851), 1, - anon_sym_RBRACK, - ACTIONS(9382), 1, - anon_sym_COMMA, - [219324] = 3, + STATE(3976), 1, + sym_field_declaration_list, + [213425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9364), 1, + ACTIONS(5426), 1, anon_sym_LT, - STATE(2830), 1, + STATE(3301), 1, sym_template_argument_list, - [219334] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, - anon_sym_LPAREN2, - STATE(2506), 1, - sym_argument_list, - [219344] = 3, + [213435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(3504), 1, + STATE(2628), 1, sym_field_declaration_list, - [219354] = 3, + [213445] = 3, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9314), 1, + anon_sym_LF, + ACTIONS(9316), 1, + sym_preproc_arg, + [213455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9372), 1, - anon_sym_LT, - STATE(1755), 1, - sym_template_argument_list, - [219364] = 3, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(4024), 1, + sym_field_declaration_list, + [213465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5424), 1, + ACTIONS(9318), 1, anon_sym_LT, - STATE(3985), 1, + STATE(2367), 1, sym_template_argument_list, - [219374] = 3, + [213475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9384), 1, - sym_identifier, - STATE(1983), 1, - sym_template_type, - [219384] = 3, + ACTIONS(4144), 1, + anon_sym_LBRACE, + STATE(2629), 1, + sym_field_declaration_list, + [213485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(251), 1, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(380), 1, - sym_compound_statement, - [219394] = 3, + STATE(4031), 1, + sym_field_declaration_list, + [213495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2883), 1, + STATE(3468), 1, sym_field_declaration_list, - [219404] = 3, + [213505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9386), 1, - sym_identifier, - STATE(2410), 1, - sym_template_method, - [219414] = 3, + ACTIONS(698), 1, + anon_sym_LBRACE, + STATE(966), 1, + sym_compound_statement, + [213515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2882), 1, + STATE(3433), 1, sym_field_declaration_list, - [219424] = 3, + [213525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2745), 1, + STATE(3495), 1, sym_field_declaration_list, - [219434] = 3, + [213535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9388), 1, - sym_identifier, - STATE(5988), 1, - sym_attribute, - [219444] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9390), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [219452] = 3, + ACTIONS(5451), 1, + anon_sym_LBRACE, + STATE(3474), 1, + sym_field_declaration_list, + [213545] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(6478), 1, - sym_condition_clause, - [219462] = 3, + ACTIONS(5045), 1, + anon_sym_LT, + STATE(2926), 1, + sym_template_argument_list, + [213555] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(4015), 1, + STATE(3431), 1, sym_field_declaration_list, - [219472] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(146), 1, - sym_condition_clause, - [219482] = 3, + [213565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(4018), 1, + STATE(2775), 1, sym_field_declaration_list, - [219492] = 2, - ACTIONS(7161), 1, + [213575] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(9392), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [219500] = 3, + ACTIONS(6897), 1, + anon_sym_LBRACE, + STATE(3687), 1, + sym_requirement_seq, + [213585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9394), 1, - anon_sym_default, - ACTIONS(9396), 1, - anon_sym_delete, - [219510] = 3, + ACTIONS(8601), 1, + anon_sym_LBRACE, + STATE(4983), 1, + sym_requirement_seq, + [213595] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(628), 1, anon_sym_LBRACE, - STATE(6011), 1, + STATE(546), 1, sym_compound_statement, - [219520] = 3, + [213605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(4026), 1, + STATE(3429), 1, sym_field_declaration_list, - [219530] = 3, + [213615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(9320), 1, + anon_sym_LT, + STATE(1961), 1, + sym_template_argument_list, + [213625] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(4028), 1, + STATE(3500), 1, sym_field_declaration_list, - [219540] = 3, + [213635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(5466), 1, + anon_sym_LT, + STATE(3301), 1, + sym_template_argument_list, + [213645] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9322), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [213653] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9302), 1, + anon_sym_LT, + STATE(1815), 1, + sym_template_argument_list, + [213663] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(4038), 1, + STATE(2646), 1, sym_field_declaration_list, - [219550] = 3, + [213673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(4043), 1, + STATE(3426), 1, sym_field_declaration_list, - [219560] = 3, + [213683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(3451), 1, + STATE(2648), 1, sym_field_declaration_list, - [219570] = 3, - ACTIONS(7161), 1, + [213693] = 3, + ACTIONS(7157), 1, sym_comment, - ACTIONS(9398), 1, + ACTIONS(9324), 1, anon_sym_LF, - ACTIONS(9400), 1, + ACTIONS(9326), 1, sym_preproc_arg, - [219580] = 3, + [213703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(261), 1, - sym_condition_clause, - [219590] = 3, + ACTIONS(5881), 1, + anon_sym_RBRACK, + ACTIONS(9328), 1, + anon_sym_COMMA, + [213713] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, - STATE(5854), 1, + STATE(5912), 1, sym_compound_statement, - [219600] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9402), 1, - sym_identifier, - STATE(3304), 1, - sym_template_type, - [219610] = 3, + [213723] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - STATE(3481), 1, - sym_field_declaration_list, - [219620] = 3, + ACTIONS(3450), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [213731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(2899), 1, + STATE(2651), 1, sym_field_declaration_list, - [219630] = 3, + [213741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5467), 1, + ACTIONS(9318), 1, anon_sym_LT, - STATE(3985), 1, + STATE(1801), 1, sym_template_argument_list, - [219640] = 3, + [213751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, - anon_sym_LBRACE, - STATE(2874), 1, - sym_field_declaration_list, - [219650] = 3, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + STATE(6373), 1, + sym_parameter_list, + [213761] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7748), 1, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + STATE(6208), 1, + sym_parameter_list, + [213771] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(628), 1, anon_sym_LBRACE, - STATE(2122), 1, + STATE(1058), 1, sym_compound_statement, - [219660] = 3, + [213781] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(7680), 1, anon_sym_LBRACE, - STATE(2594), 1, - sym_field_declaration_list, - [219670] = 3, + STATE(2195), 1, + sym_compound_statement, + [213791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(6864), 1, + anon_sym_LT, + STATE(4313), 1, + sym_template_argument_list, + [213801] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9330), 1, + anon_sym_LT, + STATE(2192), 1, + sym_template_argument_list, + [213811] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1312), 1, anon_sym_LBRACE, - STATE(2596), 1, - sym_field_declaration_list, - [219680] = 3, + STATE(1213), 1, + sym_compound_statement, + [213821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2873), 1, + STATE(2760), 1, sym_field_declaration_list, - [219690] = 3, + [213831] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - STATE(6725), 1, - sym_argument_list, - [219700] = 3, - ACTIONS(7161), 1, + ACTIONS(5426), 1, + anon_sym_LT, + STATE(4066), 1, + sym_template_argument_list, + [213841] = 2, + ACTIONS(7157), 1, sym_comment, - ACTIONS(9404), 1, + ACTIONS(9332), 2, anon_sym_LF, - ACTIONS(9406), 1, sym_preproc_arg, - [219710] = 2, - ACTIONS(7161), 1, + [213849] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(9408), 2, + ACTIONS(9334), 1, + sym_identifier, + STATE(3252), 1, + sym_template_type, + [213859] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9336), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [213867] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5894), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [213875] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(214), 1, + sym_condition_clause, + [213885] = 3, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9338), 1, anon_sym_LF, + ACTIONS(9340), 1, sym_preproc_arg, - [219718] = 3, + [213895] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(6037), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [213903] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9342), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [213911] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5691), 1, anon_sym_LBRACE, - STATE(2872), 1, + STATE(4018), 1, sym_field_declaration_list, - [219728] = 3, + [213921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5424), 1, - anon_sym_LT, - STATE(3302), 1, - sym_template_argument_list, - [219738] = 3, - ACTIONS(7161), 1, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(3979), 1, + sym_field_declaration_list, + [213931] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(9410), 1, - anon_sym_LF, - ACTIONS(9412), 1, - sym_preproc_arg, - [219748] = 3, + ACTIONS(5691), 1, + anon_sym_LBRACE, + STATE(3994), 1, + sym_field_declaration_list, + [213941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(5999), 1, - sym_compound_statement, - [219758] = 2, - ACTIONS(7161), 1, + STATE(3432), 1, + sym_field_declaration_list, + [213951] = 2, + ACTIONS(7157), 1, sym_comment, - ACTIONS(9414), 2, + ACTIONS(9344), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [219766] = 3, + [213959] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6891), 1, + ACTIONS(6886), 1, anon_sym_LT, - STATE(2258), 1, + STATE(1961), 1, sym_template_argument_list, - [219776] = 3, + [213969] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9416), 1, - anon_sym_LPAREN2, - ACTIONS(9418), 1, - sym_raw_string_delimiter, - [219786] = 3, + ACTIONS(9346), 2, + anon_sym_COMMA, + anon_sym_GT2, + [213977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2597), 1, + STATE(3434), 1, sym_field_declaration_list, - [219796] = 3, + [213987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2861), 1, + STATE(2759), 1, sym_field_declaration_list, - [219806] = 3, + [213997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(195), 1, - sym_condition_clause, - [219816] = 3, + ACTIONS(9304), 1, + anon_sym_LT, + STATE(1751), 1, + sym_template_argument_list, + [214007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(868), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(912), 1, - sym_compound_statement, - [219826] = 3, + STATE(3442), 1, + sym_field_declaration_list, + [214017] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5451), 1, + anon_sym_LBRACE, + STATE(3455), 1, + sym_field_declaration_list, + [214027] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9348), 1, + sym_identifier, + STATE(3057), 1, + sym_template_method, + [214037] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4243), 1, + anon_sym_LBRACE, + STATE(2796), 1, + sym_field_declaration_list, + [214047] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1597), 1, + anon_sym_LBRACE, + STATE(3011), 1, + sym_initializer_list, + [214057] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(6153), 1, + sym_condition_clause, + [214067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2598), 1, + STATE(2414), 1, sym_field_declaration_list, - [219836] = 3, + [214077] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, - anon_sym_LBRACE, - STATE(2860), 1, - sym_field_declaration_list, - [219846] = 3, + ACTIONS(9350), 2, + anon_sym_COMMA, + anon_sym_GT2, + [214085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2714), 1, + STATE(2413), 1, sym_field_declaration_list, - [219856] = 3, + [214095] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, - anon_sym_LBRACE, - STATE(2858), 1, - sym_field_declaration_list, - [219866] = 3, + ACTIONS(9062), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [214103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2599), 1, + STATE(2412), 1, sym_field_declaration_list, - [219876] = 3, + [214113] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(626), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(546), 1, - sym_compound_statement, - [219886] = 3, + STATE(2409), 1, + sym_field_declaration_list, + [214123] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2600), 1, + STATE(2402), 1, sym_field_declaration_list, - [219896] = 3, + [214133] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9420), 1, - anon_sym_default, - ACTIONS(9422), 1, - anon_sym_delete, - [219906] = 3, + ACTIONS(9352), 1, + sym_identifier, + STATE(2908), 1, + sym_template_type, + [214143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2856), 1, + STATE(2401), 1, sym_field_declaration_list, - [219916] = 2, + [214153] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9149), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [219924] = 3, + ACTIONS(9320), 1, + anon_sym_LT, + STATE(1846), 1, + sym_template_argument_list, + [214163] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3455), 1, + STATE(2400), 1, sym_field_declaration_list, - [219934] = 3, + [214173] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2601), 1, + STATE(2399), 1, sym_field_declaration_list, - [219944] = 3, + [214183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(6319), 1, - sym_condition_clause, - [219954] = 3, + ACTIONS(9354), 1, + sym_identifier, + STATE(5873), 1, + sym_attribute, + [214193] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2602), 1, + STATE(2387), 1, sym_field_declaration_list, - [219964] = 3, - ACTIONS(7161), 1, + [214203] = 2, + ACTIONS(7157), 1, sym_comment, - ACTIONS(9424), 1, - anon_sym_LF, - ACTIONS(9426), 1, - sym_preproc_arg, - [219974] = 3, + ACTIONS(9356), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [214211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9388), 1, - sym_identifier, - STATE(5982), 1, - sym_attribute, - [219984] = 3, + ACTIONS(51), 1, + anon_sym_LBRACE, + STATE(5828), 1, + sym_compound_statement, + [214221] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, - anon_sym_LBRACE, - STATE(2603), 1, - sym_field_declaration_list, - [219994] = 3, + ACTIONS(9021), 2, + anon_sym_COMMA, + anon_sym_GT2, + [214229] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, - anon_sym_LBRACE, - STATE(2604), 1, - sym_field_declaration_list, - [220004] = 3, + ACTIONS(9302), 1, + anon_sym_LT, + STATE(2718), 1, + sym_template_argument_list, + [214239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3466), 1, + STATE(2382), 1, sym_field_declaration_list, - [220014] = 3, + [214249] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(9358), 2, + anon_sym_COLON_COLON, anon_sym_LBRACE, - STATE(2605), 1, - sym_field_declaration_list, - [220024] = 3, + [214257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2606), 1, + STATE(2379), 1, sym_field_declaration_list, - [220034] = 3, + [214267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - STATE(5823), 1, - sym_compound_statement, - [220044] = 3, + ACTIONS(9360), 1, + anon_sym_LPAREN2, + ACTIONS(9362), 1, + sym_raw_string_delimiter, + [214277] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(5466), 1, + anon_sym_LT, + STATE(4090), 1, + sym_template_argument_list, + [214287] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3438), 1, + STATE(2378), 1, sym_field_declaration_list, - [220054] = 3, + [214297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(251), 1, anon_sym_LBRACE, - STATE(528), 1, + STATE(523), 1, sym_compound_statement, - [220064] = 3, + [214307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2902), 1, + STATE(2794), 1, sym_field_declaration_list, - [220074] = 3, + [214317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1312), 1, + ACTIONS(9364), 1, + sym_identifier, + STATE(1950), 1, + sym_template_type, + [214327] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(1245), 1, - sym_compound_statement, - [220084] = 3, + STATE(2761), 1, + sym_field_declaration_list, + [214337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7756), 1, + ACTIONS(251), 1, anon_sym_LBRACE, - STATE(2208), 1, + STATE(340), 1, sym_compound_statement, - [220094] = 2, + [214347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9428), 2, - anon_sym_COLON_COLON, + ACTIONS(2995), 1, anon_sym_LBRACE, - [220102] = 3, + STATE(3967), 1, + sym_initializer_list, + [214357] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(185), 1, - sym_condition_clause, - [220112] = 3, + ACTIONS(8981), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [214365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, - anon_sym_LBRACE, - STATE(4002), 1, - sym_field_declaration_list, - [220122] = 3, + ACTIONS(9366), 1, + anon_sym_default, + ACTIONS(9368), 1, + anon_sym_delete, + [214375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, + ACTIONS(7690), 1, anon_sym_LBRACE, - STATE(4016), 1, - sym_field_declaration_list, - [220132] = 3, + STATE(1967), 1, + sym_compound_statement, + [214385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 1, - anon_sym_LBRACE, - STATE(4020), 1, - sym_field_declaration_list, - [220142] = 3, + ACTIONS(9318), 1, + anon_sym_LT, + STATE(1730), 1, + sym_template_argument_list, + [214395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3471), 1, + STATE(2359), 1, sym_field_declaration_list, - [220152] = 3, + [214405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2608), 1, + STATE(3169), 1, sym_field_declaration_list, - [220162] = 3, + [214415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3440), 1, + STATE(2357), 1, sym_field_declaration_list, - [220172] = 3, + [214425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3164), 1, + STATE(2349), 1, sym_field_declaration_list, - [220182] = 3, + [214435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - STATE(3472), 1, - sym_field_declaration_list, - [220192] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9430), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [220200] = 3, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(217), 1, + sym_condition_clause, + [214445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2610), 1, + STATE(3167), 1, sym_field_declaration_list, - [220210] = 3, + [214455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2757), 1, - sym_field_declaration_list, - [220220] = 3, + ACTIONS(5466), 1, + anon_sym_LT, + STATE(5023), 1, + sym_template_argument_list, + [214465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2498), 1, - anon_sym_while, - ACTIONS(9432), 1, - anon_sym_else, - [220230] = 3, + ACTIONS(9320), 1, + anon_sym_LT, + STATE(2721), 1, + sym_template_argument_list, + [214475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9378), 1, - anon_sym_LPAREN2, - STATE(7047), 1, - sym_parenthesized_expression, - [220240] = 3, + ACTIONS(9304), 1, + anon_sym_LT, + STATE(1755), 1, + sym_template_argument_list, + [214485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9434), 1, - sym_identifier, - STATE(1916), 1, - sym_template_type, - [220250] = 3, + ACTIONS(5426), 1, + anon_sym_LT, + STATE(3872), 1, + sym_template_argument_list, + [214495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2611), 1, + STATE(2348), 1, sym_field_declaration_list, - [220260] = 3, + [214505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(3163), 1, + STATE(3165), 1, sym_field_declaration_list, - [220270] = 3, + [214515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2993), 1, - anon_sym_LBRACE, - STATE(3969), 1, - sym_initializer_list, - [220280] = 3, + ACTIONS(9354), 1, + sym_identifier, + STATE(6308), 1, + sym_attribute, + [214525] = 3, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9370), 1, + anon_sym_LF, + ACTIONS(9372), 1, + sym_preproc_arg, + [214535] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - STATE(6299), 1, - sym_parameter_list, - [220290] = 3, + ACTIONS(8972), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [214543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3474), 1, + STATE(2345), 1, sym_field_declaration_list, - [220300] = 3, + [214553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(9354), 1, + sym_identifier, + STATE(5740), 1, + sym_attribute, + [214563] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2612), 1, + STATE(2344), 1, sym_field_declaration_list, - [220310] = 3, + [214573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5895), 1, - anon_sym_RPAREN, - ACTIONS(5897), 1, - anon_sym_SEMI, - [220320] = 3, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(6467), 1, + sym_condition_clause, + [214583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2614), 1, + STATE(2338), 1, sym_field_declaration_list, - [220330] = 3, + [214593] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, - anon_sym_LBRACE, - STATE(2615), 1, - sym_field_declaration_list, - [220340] = 3, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(210), 1, + sym_condition_clause, + [214603] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - STATE(3433), 1, - sym_field_declaration_list, - [220350] = 2, + ACTIONS(9296), 1, + anon_sym_LPAREN2, + STATE(6809), 1, + sym_parenthesized_expression, + [214613] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9374), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [214621] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9436), 2, + ACTIONS(5946), 2, anon_sym_COMMA, - anon_sym_GT2, - [220358] = 3, + anon_sym_SEMI, + [214629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(3160), 1, - sym_field_declaration_list, - [220368] = 3, + STATE(5709), 1, + sym_compound_statement, + [214639] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9376), 1, + sym_identifier, + STATE(2347), 1, + sym_template_method, + [214649] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(9378), 1, - anon_sym_LPAREN2, - STATE(6983), 1, - sym_parenthesized_expression, - [220378] = 3, + sym_identifier, + STATE(2720), 1, + sym_template_method, + [214659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(153), 1, - sym_condition_clause, - [220388] = 3, + ACTIONS(8415), 1, + sym_identifier, + STATE(5997), 1, + sym_enumerator, + [214669] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(9380), 2, + anon_sym_COMMA, + anon_sym_GT2, + [214677] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(2616), 1, + STATE(2609), 1, sym_field_declaration_list, - [220398] = 3, + [214687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4144), 1, anon_sym_LBRACE, - STATE(3159), 1, + STATE(2596), 1, sym_field_declaration_list, - [220408] = 3, + [214697] = 3, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9382), 1, + anon_sym_LF, + ACTIONS(9384), 1, + sym_preproc_arg, + [214707] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(8957), 2, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(6069), 1, - sym_compound_statement, - [220418] = 3, + [214715] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(9386), 1, + sym_identifier, + STATE(3284), 1, + sym_template_type, + [214725] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2620), 1, + STATE(2334), 1, sym_field_declaration_list, - [220428] = 3, + [214735] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(9388), 2, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(2621), 1, - sym_field_declaration_list, - [220438] = 3, + [214743] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5466), 1, + anon_sym_LT, + STATE(5754), 1, + sym_template_argument_list, + [214753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(3157), 1, + STATE(2879), 1, sym_field_declaration_list, - [220448] = 3, + [214763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2706), 1, + STATE(2792), 1, sym_field_declaration_list, - [220458] = 3, + [214773] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(251), 1, - anon_sym_LBRACE, - STATE(339), 1, - sym_compound_statement, - [220468] = 3, - ACTIONS(7161), 1, + ACTIONS(9320), 1, + anon_sym_LT, + STATE(3043), 1, + sym_template_argument_list, + [214783] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(9438), 1, - anon_sym_LF, - ACTIONS(9440), 1, - sym_preproc_arg, - [220478] = 2, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + STATE(6478), 1, + sym_parameter_list, + [214793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7841), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [220486] = 3, + ACTIONS(5431), 1, + anon_sym_LPAREN2, + STATE(6924), 1, + sym_argument_list, + [214803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(7710), 1, anon_sym_LBRACE, - STATE(2020), 1, - sym_field_declaration_list, - [220496] = 3, + STATE(2268), 1, + sym_compound_statement, + [214813] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2715), 1, - sym_field_declaration_list, - [220506] = 3, + ACTIONS(5431), 1, + anon_sym_LPAREN2, + STATE(6649), 1, + sym_argument_list, + [214823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2716), 1, + STATE(2001), 1, sym_field_declaration_list, - [220516] = 3, + [214833] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9442), 1, - sym_identifier, - STATE(2827), 1, - sym_template_type, - [220526] = 3, + ACTIONS(3989), 1, + anon_sym_LBRACE, + STATE(2002), 1, + sym_field_declaration_list, + [214843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2719), 1, + STATE(2006), 1, sym_field_declaration_list, - [220536] = 3, + [214853] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5424), 1, + ACTIONS(5466), 1, anon_sym_LT, - STATE(5025), 1, + STATE(1827), 1, sym_template_argument_list, - [220546] = 3, + [214863] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(3442), 1, + STATE(3459), 1, sym_field_declaration_list, - [220556] = 3, + [214873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, - anon_sym_LBRACE, - STATE(2720), 1, - sym_field_declaration_list, - [220566] = 3, + ACTIONS(9390), 2, + anon_sym_COMMA, + anon_sym_GT2, + [214881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(3154), 1, - sym_field_declaration_list, - [220576] = 3, + STATE(5712), 1, + sym_compound_statement, + [214891] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(6927), 1, anon_sym_LBRACE, - STATE(2722), 1, - sym_field_declaration_list, - [220586] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5903), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [220594] = 3, + STATE(3049), 1, + sym_requirement_seq, + [214901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(7690), 1, anon_sym_LBRACE, - STATE(3479), 1, - sym_field_declaration_list, - [220604] = 3, + STATE(2156), 1, + sym_compound_statement, + [214911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - STATE(3478), 1, - sym_field_declaration_list, - [220614] = 3, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(200), 1, + sym_condition_clause, + [214921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5467), 1, + ACTIONS(9330), 1, anon_sym_LT, - STATE(5947), 1, + STATE(2505), 1, sym_template_argument_list, - [220624] = 2, + [214931] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9444), 2, - anon_sym_COMMA, + ACTIONS(9392), 2, + anon_sym_LPAREN2, anon_sym_LBRACE, - [220632] = 3, + [214939] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2568), 1, - anon_sym_while, - ACTIONS(9446), 1, - anon_sym_else, - [220642] = 2, + ACTIONS(9354), 1, + sym_identifier, + STATE(5722), 1, + sym_attribute, + [214949] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3444), 2, + ACTIONS(8903), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [220650] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3261), 1, - sym_field_declaration_list, - [220660] = 3, + anon_sym_RPAREN, + [214957] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, + ACTIONS(8692), 1, anon_sym_LPAREN2, - STATE(273), 1, + STATE(6439), 1, sym_condition_clause, - [220670] = 3, + [214967] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(251), 1, anon_sym_LBRACE, - STATE(2133), 1, - sym_field_declaration_list, - [220680] = 3, + STATE(434), 1, + sym_compound_statement, + [214977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2049), 1, + STATE(2083), 1, sym_field_declaration_list, - [220690] = 3, + [214987] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9394), 2, + anon_sym_LF, + sym_preproc_arg, + [214995] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - STATE(5939), 1, - sym_compound_statement, - [220700] = 3, + ACTIONS(9396), 1, + anon_sym_default, + ACTIONS(9398), 1, + anon_sym_delete, + [215005] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2048), 1, + STATE(2085), 1, sym_field_declaration_list, - [220710] = 2, + [215015] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9448), 2, - anon_sym_COMMA, - anon_sym_GT2, - [220718] = 3, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(234), 1, + sym_condition_clause, + [215025] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2624), 1, + STATE(2833), 1, sym_field_declaration_list, - [220728] = 3, + [215035] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(9392), 2, + anon_sym_LPAREN2, anon_sym_LBRACE, - STATE(3483), 1, - sym_field_declaration_list, - [220738] = 3, + [215043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(3485), 1, + STATE(2087), 1, sym_field_declaration_list, - [220748] = 3, + [215053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2039), 1, + STATE(2092), 1, sym_field_declaration_list, - [220758] = 3, + [215063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2036), 1, + STATE(2096), 1, sym_field_declaration_list, - [220768] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9450), 1, - anon_sym_LT, - STATE(2521), 1, - sym_template_argument_list, - [220778] = 3, + [215073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2035), 1, + STATE(2097), 1, sym_field_declaration_list, - [220788] = 3, + [215083] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2034), 1, + STATE(2098), 1, sym_field_declaration_list, - [220798] = 3, + [215093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2033), 1, + STATE(2099), 1, sym_field_declaration_list, - [220808] = 3, + [215103] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(9392), 2, + anon_sym_LPAREN2, anon_sym_LBRACE, - STATE(610), 1, - sym_compound_statement, - [220818] = 3, + [215111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2032), 1, + STATE(2100), 1, sym_field_declaration_list, - [220828] = 3, + [215121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1312), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(1139), 1, + STATE(982), 1, sym_compound_statement, - [220838] = 3, + [215131] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2625), 1, + STATE(2300), 1, sym_field_declaration_list, - [220848] = 3, + [215141] = 3, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9400), 1, + anon_sym_LF, + ACTIONS(9402), 1, + sym_preproc_arg, + [215151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - STATE(2025), 1, - sym_field_declaration_list, - [220858] = 3, + ACTIONS(9404), 1, + anon_sym_default, + ACTIONS(9406), 1, + anon_sym_delete, + [215161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(158), 1, + sym_condition_clause, + [215171] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2852), 1, + STATE(2299), 1, sym_field_declaration_list, - [220868] = 3, + [215181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2903), 1, + STATE(3242), 1, sym_field_declaration_list, - [220878] = 3, + [215191] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2011), 1, + STATE(2840), 1, sym_field_declaration_list, - [220888] = 2, + [215201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9017), 2, - anon_sym_COMMA, + ACTIONS(1469), 1, anon_sym_LBRACE, - [220896] = 2, + STATE(3489), 1, + sym_initializer_list, + [215211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9452), 2, - anon_sym_COMMA, - anon_sym_LBRACE, - [220904] = 3, + ACTIONS(9302), 1, + anon_sym_LT, + STATE(1929), 1, + sym_template_argument_list, + [215221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2761), 1, + STATE(2844), 1, sym_field_declaration_list, - [220914] = 3, + [215231] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(2629), 1, - sym_field_declaration_list, - [220924] = 3, + STATE(1010), 1, + sym_compound_statement, + [215241] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9408), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [215249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(2436), 1, - sym_field_declaration_list, - [220934] = 3, + STATE(5768), 1, + sym_compound_statement, + [215259] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, - anon_sym_LBRACE, - STATE(2633), 1, - sym_field_declaration_list, - [220944] = 3, + ACTIONS(5431), 1, + anon_sym_LPAREN2, + STATE(6690), 1, + sym_argument_list, + [215269] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - STATE(2724), 1, - sym_field_declaration_list, - [220954] = 3, + STATE(533), 1, + sym_compound_statement, + [215279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2634), 1, + STATE(2294), 1, sym_field_declaration_list, - [220964] = 3, + [215289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3246), 1, + STATE(2293), 1, sym_field_declaration_list, - [220974] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - STATE(6417), 1, - sym_parameter_list, - [220984] = 3, + [215299] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3243), 1, + STATE(2291), 1, sym_field_declaration_list, - [220994] = 3, + [215309] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3222), 1, - sym_field_declaration_list, - [221004] = 2, + ACTIONS(8674), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [215317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9454), 2, - anon_sym_LPAREN2, - anon_sym_LBRACE, - [221012] = 3, + ACTIONS(2564), 1, + anon_sym_while, + ACTIONS(9410), 1, + anon_sym_else, + [215327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9378), 1, + ACTIONS(9296), 1, anon_sym_LPAREN2, - STATE(7088), 1, + STATE(6888), 1, sym_parenthesized_expression, - [221022] = 2, + [215337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9454), 2, - anon_sym_LPAREN2, + ACTIONS(4056), 1, anon_sym_LBRACE, - [221030] = 3, + STATE(2289), 1, + sym_field_declaration_list, + [215347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(868), 1, - anon_sym_LBRACE, - STATE(543), 1, - sym_compound_statement, - [221040] = 2, + ACTIONS(9354), 1, + sym_identifier, + STATE(5844), 1, + sym_attribute, + [215357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9454), 2, - anon_sym_LPAREN2, + ACTIONS(5451), 1, anon_sym_LBRACE, - [221048] = 3, - ACTIONS(3), 1, + STATE(3462), 1, + sym_field_declaration_list, + [215367] = 2, + ACTIONS(7157), 1, sym_comment, - ACTIONS(5079), 1, - anon_sym_LT, - STATE(2930), 1, - sym_template_argument_list, - [221058] = 3, + ACTIONS(9412), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [215375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3220), 1, - sym_field_declaration_list, - [221068] = 3, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + STATE(6131), 1, + sym_parameter_list, + [215385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(3219), 1, + STATE(2790), 1, sym_field_declaration_list, - [221078] = 3, + [215395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8707), 1, - anon_sym_LBRACE, - STATE(5079), 1, - sym_requirement_seq, - [221088] = 3, + ACTIONS(9414), 1, + sym_identifier, + STATE(2347), 1, + sym_template_method, + [215405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9354), 1, - anon_sym_LT, - STATE(2521), 1, - sym_template_argument_list, - [221098] = 3, + ACTIONS(51), 1, + anon_sym_LBRACE, + STATE(609), 1, + sym_compound_statement, + [215415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(3212), 1, + STATE(2165), 1, sym_field_declaration_list, - [221108] = 3, + [215425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(3210), 1, + STATE(2126), 1, sym_field_declaration_list, - [221118] = 3, + [215435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(3194), 1, + STATE(2118), 1, sym_field_declaration_list, - [221128] = 3, + [215445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(6943), 1, anon_sym_LBRACE, - STATE(2070), 1, - sym_field_declaration_list, - [221138] = 3, + STATE(3358), 1, + sym_requirement_seq, + [215455] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(8858), 2, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(2091), 1, - sym_field_declaration_list, - [221148] = 3, + [215463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2098), 1, + STATE(3508), 1, sym_field_declaration_list, - [221158] = 3, + [215473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2103), 1, + STATE(2107), 1, sym_field_declaration_list, - [221168] = 3, + [215483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2116), 1, + STATE(3510), 1, sym_field_declaration_list, - [221178] = 3, + [215493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2118), 1, + STATE(3153), 1, sym_field_declaration_list, - [221188] = 3, + [215503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(2120), 1, - sym_field_declaration_list, - [221198] = 3, + STATE(5871), 1, + sym_compound_statement, + [215513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2127), 1, + STATE(3513), 1, sym_field_declaration_list, - [221208] = 3, + [215523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(9416), 1, + anon_sym_LPAREN2, + ACTIONS(9418), 1, + sym_raw_string_delimiter, + [215533] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2128), 1, + STATE(2075), 1, sym_field_declaration_list, - [221218] = 3, + [215543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(202), 1, - sym_condition_clause, - [221228] = 3, + ACTIONS(6886), 1, + anon_sym_LT, + STATE(2909), 1, + sym_template_argument_list, + [215553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(3192), 1, + STATE(2065), 1, sym_field_declaration_list, - [221238] = 3, + [215563] = 3, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9420), 1, + anon_sym_LF, + ACTIONS(9422), 1, + sym_preproc_arg, + [215573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9456), 1, - anon_sym_default, - ACTIONS(9458), 1, - anon_sym_delete, - [221248] = 3, + ACTIONS(9424), 1, + anon_sym_LPAREN2, + ACTIONS(9426), 1, + sym_raw_string_delimiter, + [215583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(2642), 1, - sym_field_declaration_list, - [221258] = 3, + STATE(5733), 1, + sym_compound_statement, + [215593] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2644), 1, + STATE(3233), 1, sym_field_declaration_list, - [221268] = 3, + [215603] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(3190), 1, + STATE(2062), 1, sym_field_declaration_list, - [221278] = 2, + [215613] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9460), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [221286] = 3, + ACTIONS(3989), 1, + anon_sym_LBRACE, + STATE(2046), 1, + sym_field_declaration_list, + [215623] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2725), 1, + STATE(2041), 1, sym_field_declaration_list, - [221296] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9462), 2, - anon_sym_LF, - sym_preproc_arg, - [221304] = 3, + [215633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(6394), 1, - sym_condition_clause, - [221314] = 3, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3191), 1, + sym_field_declaration_list, + [215643] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2647), 1, + STATE(3196), 1, sym_field_declaration_list, - [221324] = 3, + [215653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7730), 1, - anon_sym_LBRACE, - STATE(2344), 1, - sym_compound_statement, - [221334] = 3, + ACTIONS(9428), 1, + anon_sym_LPAREN2, + ACTIONS(9430), 1, + sym_raw_string_delimiter, + [215663] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9372), 1, - anon_sym_LT, - STATE(2178), 1, - sym_template_argument_list, - [221344] = 3, + ACTIONS(7710), 1, + anon_sym_LBRACE, + STATE(2318), 1, + sym_compound_statement, + [215673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2760), 1, + STATE(2788), 1, sym_field_declaration_list, - [221354] = 3, + [215683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9464), 1, - anon_sym_default, - ACTIONS(9466), 1, - anon_sym_delete, - [221364] = 3, + ACTIONS(8585), 1, + anon_sym_LBRACE, + STATE(1943), 1, + sym_requirement_seq, + [215693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(3189), 1, + STATE(2866), 1, sym_field_declaration_list, - [221374] = 3, + [215703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(3186), 1, + STATE(3215), 1, sym_field_declaration_list, - [221384] = 3, + [215713] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9432), 1, + anon_sym_default, + ACTIONS(9434), 1, + anon_sym_delete, + [215723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2805), 1, + STATE(3221), 1, sym_field_declaration_list, - [221394] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9468), 1, - anon_sym_LF, - ACTIONS(9470), 1, - sym_preproc_arg, - [221404] = 3, + [215733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9364), 1, - anon_sym_LT, - STATE(3001), 1, - sym_template_argument_list, - [221414] = 3, + ACTIONS(2596), 1, + anon_sym_while, + ACTIONS(9436), 1, + anon_sym_else, + [215743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(7680), 1, anon_sym_LBRACE, - STATE(2744), 1, - sym_field_declaration_list, - [221424] = 3, + STATE(2230), 1, + sym_compound_statement, + [215753] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9472), 1, - sym_identifier, - STATE(3262), 1, - sym_template_type, - [221434] = 3, + ACTIONS(9438), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [215761] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9372), 1, + ACTIONS(9304), 1, anon_sym_LT, - STATE(1752), 1, + STATE(2186), 1, sym_template_argument_list, - [221444] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9474), 1, - sym_identifier, - STATE(2319), 1, - sym_template_type, - [221454] = 3, + [215771] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, + ACTIONS(9440), 1, anon_sym_LPAREN2, - STATE(210), 1, - sym_condition_clause, - [221464] = 3, + ACTIONS(9442), 1, + sym_raw_string_delimiter, + [215781] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - STATE(6514), 1, - sym_parameter_list, - [221474] = 3, + ACTIONS(8828), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [215789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(1625), 1, anon_sym_LBRACE, - STATE(5930), 1, - sym_compound_statement, - [221484] = 2, + STATE(3096), 1, + sym_initializer_list, + [215799] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8992), 2, - anon_sym_COMMA, - anon_sym_LBRACE, - [221492] = 2, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(173), 1, + sym_condition_clause, + [215809] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 2, - anon_sym_RPAREN, + ACTIONS(9124), 2, + anon_sym_COMMA, anon_sym_SEMI, - [221500] = 3, + [215817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6984), 1, - anon_sym_LBRACE, - STATE(2560), 1, - sym_requirement_seq, - [221510] = 3, + ACTIONS(9444), 1, + anon_sym_default, + ACTIONS(9446), 1, + anon_sym_delete, + [215827] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(2019), 1, - sym_field_declaration_list, - [221520] = 3, + STATE(5799), 1, + sym_compound_statement, + [215837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(9448), 1, + sym_identifier, + ACTIONS(9450), 1, anon_sym_LPAREN2, - STATE(2866), 1, - sym_argument_list, - [221530] = 3, + [215847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, - anon_sym_LBRACE, - STATE(3543), 1, - sym_field_declaration_list, - [221540] = 3, + ACTIONS(9452), 1, + anon_sym_LPAREN2, + ACTIONS(9454), 1, + sym_raw_string_delimiter, + [215857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2045), 1, + STATE(3541), 1, sym_field_declaration_list, - [221550] = 2, + [215867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9476), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [221558] = 3, + ACTIONS(9456), 1, + anon_sym_LT, + STATE(2505), 1, + sym_template_argument_list, + [215877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2041), 1, + STATE(2245), 1, sym_field_declaration_list, - [221568] = 3, + [215887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2060), 1, + STATE(3466), 1, sym_field_declaration_list, - [221578] = 3, - ACTIONS(3), 1, + [215897] = 3, + ACTIONS(7157), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_LBRACE, - STATE(2066), 1, - sym_field_declaration_list, - [221588] = 3, + ACTIONS(9458), 1, + anon_sym_LF, + ACTIONS(9460), 1, + sym_preproc_arg, + [215907] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(2080), 1, + STATE(2243), 1, sym_field_declaration_list, - [221598] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(251), 1, - anon_sym_LBRACE, - STATE(518), 1, - sym_compound_statement, - [221608] = 3, + [215917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9478), 1, + ACTIONS(5431), 1, anon_sym_LPAREN2, - ACTIONS(9480), 1, - sym_raw_string_delimiter, - [221618] = 3, + STATE(6833), 1, + sym_argument_list, + [215927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9482), 1, - sym_identifier, - STATE(2979), 1, - sym_template_type, - [221628] = 3, + ACTIONS(4056), 1, + anon_sym_LBRACE, + STATE(2240), 1, + sym_field_declaration_list, + [215937] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(626), 1, - anon_sym_LBRACE, - STATE(678), 1, - sym_compound_statement, - [221638] = 3, + ACTIONS(4401), 1, + anon_sym_LPAREN2, + STATE(3076), 1, + sym_argument_list, + [215947] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, - STATE(5871), 1, + STATE(514), 1, sym_compound_statement, - [221648] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9354), 1, - anon_sym_LT, - STATE(1895), 1, - sym_template_argument_list, - [221658] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9484), 1, - anon_sym_LF, - ACTIONS(9486), 1, - sym_preproc_arg, - [221668] = 3, + [215957] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2438), 1, + STATE(2750), 1, sym_field_declaration_list, - [221678] = 2, + [215967] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6153), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [221686] = 3, + ACTIONS(9462), 1, + sym_identifier, + ACTIONS(9464), 1, + anon_sym_LPAREN2, + [215977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(2854), 1, - sym_field_declaration_list, - [221696] = 3, + STATE(5696), 1, + sym_compound_statement, + [215987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7730), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2416), 1, - sym_compound_statement, - [221706] = 3, + STATE(2883), 1, + sym_field_declaration_list, + [215997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2399), 1, + STATE(2890), 1, sym_field_declaration_list, - [221716] = 3, + [216007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2435), 1, + STATE(2786), 1, sym_field_declaration_list, - [221726] = 3, + [216017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2430), 1, + STATE(2896), 1, sym_field_declaration_list, - [221736] = 3, + [216027] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - STATE(1010), 1, - sym_compound_statement, - [221746] = 3, + ACTIONS(9466), 1, + sym_identifier, + STATE(2449), 1, + sym_template_type, + [216037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, - anon_sym_LBRACE, - STATE(2428), 1, - sym_field_declaration_list, - [221756] = 3, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + STATE(6212), 1, + sym_parameter_list, + [216047] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6941), 1, + ACTIONS(9468), 2, + anon_sym_COLON_COLON, anon_sym_LBRACE, - STATE(2736), 1, - sym_requirement_seq, - [221766] = 3, + [216055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, STATE(2755), 1, sym_field_declaration_list, - [221776] = 3, + [216065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2427), 1, + STATE(2924), 1, sym_field_declaration_list, - [221786] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9488), 1, - anon_sym_LF, - ACTIONS(9490), 1, - sym_preproc_arg, - [221796] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8846), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [221804] = 3, + [216075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2422), 1, + STATE(2749), 1, sym_field_declaration_list, - [221814] = 3, + [216085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2401), 1, + STATE(2748), 1, sym_field_declaration_list, - [221824] = 3, + [216095] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2400), 1, + STATE(2747), 1, sym_field_declaration_list, - [221834] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9492), 2, - anon_sym_LF, - sym_preproc_arg, - [221842] = 3, + [216105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2389), 1, + STATE(2923), 1, sym_field_declaration_list, - [221852] = 2, + [216115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8884), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [221860] = 3, + ACTIONS(3989), 1, + anon_sym_LBRACE, + STATE(2157), 1, + sym_field_declaration_list, + [216125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2382), 1, + STATE(2154), 1, sym_field_declaration_list, - [221870] = 3, + [216135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2742), 1, + STATE(2922), 1, sym_field_declaration_list, - [221880] = 3, + [216145] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2849), 1, + STATE(2152), 1, sym_field_declaration_list, - [221890] = 3, + [216155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2844), 1, + STATE(2746), 1, sym_field_declaration_list, - [221900] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9494), 1, - anon_sym_LF, - ACTIONS(9496), 1, - sym_preproc_arg, - [221910] = 3, + [216165] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9388), 1, - sym_identifier, - STATE(6616), 1, - sym_attribute, - [221920] = 3, + ACTIONS(3989), 1, + anon_sym_LBRACE, + STATE(2150), 1, + sym_field_declaration_list, + [216175] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2380), 1, + STATE(2147), 1, sym_field_declaration_list, - [221930] = 3, + [216185] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2381), 1, + STATE(2745), 1, sym_field_declaration_list, - [221940] = 3, + [216195] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2743), 1, + STATE(2921), 1, sym_field_declaration_list, - [221950] = 3, + [216205] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, - STATE(5867), 1, + STATE(5877), 1, sym_compound_statement, - [221960] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9498), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [221968] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9500), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [221976] = 3, + [216215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7748), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(1970), 1, - sym_compound_statement, - [221986] = 3, + STATE(2146), 1, + sym_field_declaration_list, + [216225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2741), 1, + STATE(3475), 1, sym_field_declaration_list, - [221996] = 3, + [216235] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9470), 1, + sym_identifier, + STATE(2187), 1, + sym_template_type, + [216245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2323), 1, + STATE(2744), 1, sym_field_declaration_list, - [222006] = 3, + [216255] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9502), 1, + ACTIONS(8457), 1, sym_identifier, - STATE(1983), 1, + STATE(3284), 1, sym_template_type, - [222016] = 3, + [216265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - STATE(6317), 1, - sym_parameter_list, - [222026] = 3, + ACTIONS(9472), 1, + sym_identifier, + STATE(2962), 1, + sym_template_type, + [216275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, + ACTIONS(7303), 1, anon_sym_LPAREN2, - STATE(6531), 1, - sym_condition_clause, - [222036] = 3, + STATE(6304), 1, + sym_parameter_list, + [216285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9388), 1, - sym_identifier, - STATE(5858), 1, - sym_attribute, - [222046] = 3, + ACTIONS(4132), 1, + anon_sym_LPAREN2, + STATE(2791), 1, + sym_argument_list, + [216295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(933), 1, - sym_compound_statement, - [222056] = 3, + STATE(2752), 1, + sym_field_declaration_list, + [216305] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2375), 1, + STATE(3540), 1, sym_field_declaration_list, - [222066] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8865), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [222074] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9388), 1, - sym_identifier, - STATE(6106), 1, - sym_attribute, - [222084] = 3, + [216315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(6249), 1, - sym_condition_clause, - [222094] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9504), 1, - sym_identifier, - ACTIONS(9506), 1, - anon_sym_inline, - [222104] = 3, + ACTIONS(4243), 1, + anon_sym_LBRACE, + STATE(2743), 1, + sym_field_declaration_list, + [216325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - STATE(6824), 1, - sym_argument_list, - [222114] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9508), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [222122] = 3, + ACTIONS(9330), 1, + anon_sym_LT, + STATE(1887), 1, + sym_template_argument_list, + [216335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(2321), 1, + STATE(2742), 1, sym_field_declaration_list, - [222132] = 3, + [216345] = 3, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9474), 1, + anon_sym_LF, + ACTIONS(9476), 1, + sym_preproc_arg, + [216355] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, - STATE(5964), 1, + STATE(5855), 1, sym_compound_statement, - [222142] = 3, + [216365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(868), 1, - anon_sym_LBRACE, - STATE(782), 1, - sym_compound_statement, - [222152] = 3, + ACTIONS(9478), 1, + sym_identifier, + ACTIONS(9480), 1, + anon_sym_inline, + [216375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9510), 1, - anon_sym_default, - ACTIONS(9512), 1, - anon_sym_delete, - [222162] = 3, - ACTIONS(3), 1, + ACTIONS(5466), 1, + anon_sym_LT, + STATE(3872), 1, + sym_template_argument_list, + [216385] = 2, + ACTIONS(7157), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(278), 1, - sym_condition_clause, - [222172] = 3, + ACTIONS(9482), 2, + anon_sym_LF, + sym_preproc_arg, + [216393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(7680), 1, anon_sym_LBRACE, - STATE(3524), 1, - sym_field_declaration_list, - [222182] = 3, + STATE(2455), 1, + sym_compound_statement, + [216403] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(1517), 1, anon_sym_LBRACE, - STATE(2307), 1, - sym_field_declaration_list, - [222192] = 3, + STATE(2518), 1, + sym_initializer_list, + [216413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(7690), 1, anon_sym_LBRACE, - STATE(2069), 1, - sym_field_declaration_list, - [222202] = 3, + STATE(2068), 1, + sym_compound_statement, + [216423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, - anon_sym_LBRACE, - STATE(2841), 1, - sym_field_declaration_list, - [222212] = 3, - ACTIONS(3), 1, + ACTIONS(9484), 1, + anon_sym_default, + ACTIONS(9486), 1, + anon_sym_delete, + [216433] = 3, + ACTIONS(7157), 1, sym_comment, - ACTIONS(4226), 1, - anon_sym_LBRACE, - STATE(2707), 1, - sym_field_declaration_list, - [222222] = 3, + ACTIONS(9488), 1, + anon_sym_LF, + ACTIONS(9490), 1, + sym_preproc_arg, + [216443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9514), 1, - sym_identifier, - STATE(2731), 1, - sym_template_method, - [222232] = 3, + ACTIONS(6963), 1, + anon_sym_LBRACE, + STATE(2736), 1, + sym_requirement_seq, + [216453] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2038), 1, + STATE(3482), 1, sym_field_declaration_list, - [222242] = 3, + [216463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2834), 1, + STATE(2779), 1, sym_field_declaration_list, - [222252] = 3, + [216473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2053), 1, + STATE(2741), 1, sym_field_declaration_list, - [222262] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5431), 1, - anon_sym_LPAREN2, - STATE(6876), 1, - sym_argument_list, - [222272] = 3, + [216483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2753), 1, + STATE(2782), 1, sym_field_declaration_list, - [222282] = 3, + [216493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2832), 1, + STATE(3488), 1, sym_field_declaration_list, - [222292] = 3, + [216503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(5451), 1, anon_sym_LBRACE, - STATE(2893), 1, + STATE(3490), 1, sym_field_declaration_list, - [222302] = 3, + [216513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2353), 1, + STATE(2808), 1, sym_field_declaration_list, - [222312] = 3, + [216523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2295), 1, + STATE(2732), 1, sym_field_declaration_list, - [222322] = 3, + [216533] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9492), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [216541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9388), 1, + ACTIONS(9494), 1, sym_identifier, - STATE(5873), 1, - sym_attribute, - [222332] = 3, + STATE(2449), 1, + sym_template_type, + [216551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9516), 1, + ACTIONS(51), 1, + anon_sym_LBRACE, + STATE(5911), 1, + sym_compound_statement, + [216561] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4046), 1, anon_sym_LPAREN2, - ACTIONS(9518), 1, - sym_raw_string_delimiter, - [222342] = 2, + STATE(2497), 1, + sym_argument_list, + [216571] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9520), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [222350] = 3, + ACTIONS(4383), 1, + anon_sym_LBRACE, + STATE(2867), 1, + sym_field_declaration_list, + [216581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9522), 1, - sym_identifier, - STATE(1886), 1, - sym_template_type, - [222360] = 3, + ACTIONS(5883), 1, + anon_sym_RPAREN, + ACTIONS(5885), 1, + anon_sym_SEMI, + [216591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2222), 1, + STATE(2841), 1, sym_field_declaration_list, - [222370] = 3, + [216601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9524), 1, - anon_sym_default, - ACTIONS(9526), 1, - anon_sym_delete, - [222380] = 3, + ACTIONS(698), 1, + anon_sym_LBRACE, + STATE(675), 1, + sym_compound_statement, + [216611] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, + ACTIONS(8692), 1, anon_sym_LPAREN2, - STATE(196), 1, + STATE(142), 1, sym_condition_clause, - [222390] = 2, + [216621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9528), 2, - anon_sym_COLON_COLON, + ACTIONS(3989), 1, anon_sym_LBRACE, - [222398] = 3, + STATE(2042), 1, + sym_field_declaration_list, + [216631] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2227), 1, + STATE(2913), 1, sym_field_declaration_list, - [222408] = 3, + [216641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2752), 1, + STATE(2044), 1, sym_field_declaration_list, - [222418] = 3, + [216651] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6929), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(3343), 1, - sym_requirement_seq, - [222428] = 3, + STATE(2874), 1, + sym_field_declaration_list, + [216661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2228), 1, + STATE(2912), 1, sym_field_declaration_list, - [222438] = 3, + [216671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2233), 1, + STATE(2911), 1, sym_field_declaration_list, - [222448] = 3, + [216681] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(2914), 1, - sym_initializer_list, - [222458] = 3, + STATE(2810), 1, + sym_field_declaration_list, + [216691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(3989), 1, anon_sym_LBRACE, - STATE(2234), 1, + STATE(2047), 1, sym_field_declaration_list, - [222468] = 3, + [216701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(3497), 1, + STATE(2740), 1, sym_field_declaration_list, - [222478] = 3, + [216711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, - anon_sym_LBRACE, - STATE(3161), 1, - sym_field_declaration_list, - [222488] = 3, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(265), 1, + sym_condition_clause, + [216721] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(3499), 1, + STATE(3186), 1, sym_field_declaration_list, - [222498] = 3, + [216731] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7756), 1, - anon_sym_LBRACE, - STATE(2456), 1, - sym_compound_statement, - [222508] = 3, + ACTIONS(5767), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [216739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(3502), 1, + STATE(3189), 1, sym_field_declaration_list, - [222518] = 3, + [216749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(3503), 1, + STATE(3194), 1, sym_field_declaration_list, - [222528] = 2, + [216759] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9296), 1, + anon_sym_LPAREN2, + STATE(7024), 1, + sym_parenthesized_expression, + [216769] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8801), 2, + ACTIONS(7730), 2, anon_sym_COMMA, - anon_sym_GT2, - [222536] = 3, + anon_sym_SEMI, + [216777] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(626), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(1052), 1, - sym_compound_statement, - [222546] = 3, + STATE(3195), 1, + sym_field_declaration_list, + [216787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2751), 1, + STATE(3197), 1, sym_field_declaration_list, - [222556] = 3, + [216797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(5927), 1, - sym_compound_statement, - [222566] = 3, + STATE(2876), 1, + sym_field_declaration_list, + [216807] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7756), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2300), 1, - sym_compound_statement, - [222576] = 3, + STATE(3203), 1, + sym_field_declaration_list, + [216817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5467), 1, - anon_sym_LT, - STATE(1828), 1, - sym_template_argument_list, - [222586] = 3, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(212), 1, + sym_condition_clause, + [216827] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4243), 1, anon_sym_LBRACE, - STATE(3508), 1, + STATE(2738), 1, sym_field_declaration_list, - [222596] = 3, + [216837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4056), 1, anon_sym_LBRACE, - STATE(3511), 1, + STATE(2335), 1, sym_field_declaration_list, - [222606] = 2, + [216847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9530), 2, - anon_sym_COMMA, - anon_sym_GT2, - [222614] = 3, + ACTIONS(4383), 1, + anon_sym_LBRACE, + STATE(2811), 1, + sym_field_declaration_list, + [216857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8579), 1, - anon_sym_LBRACE, - STATE(1926), 1, - sym_requirement_seq, - [222624] = 3, + ACTIONS(7303), 1, + anon_sym_LPAREN2, + STATE(6032), 1, + sym_parameter_list, + [216867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2739), 1, + STATE(3211), 1, sym_field_declaration_list, - [222634] = 3, + [216877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9378), 1, - anon_sym_LPAREN2, - STATE(7021), 1, - sym_parenthesized_expression, - [222644] = 3, + ACTIONS(628), 1, + anon_sym_LBRACE, + STATE(749), 1, + sym_compound_statement, + [216887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9350), 1, - anon_sym_LT, - STATE(1810), 1, - sym_template_argument_list, - [222654] = 3, + ACTIONS(9496), 1, + sym_identifier, + STATE(1906), 1, + sym_template_type, + [216897] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2464), 1, + STATE(3216), 1, sym_field_declaration_list, - [222664] = 3, + [216907] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8769), 1, - anon_sym_LPAREN2, - STATE(150), 1, - sym_condition_clause, - [222674] = 3, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3218), 1, + sym_field_declaration_list, + [216917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9532), 1, - anon_sym_LPAREN2, - ACTIONS(9534), 1, - sym_raw_string_delimiter, - [222684] = 3, + ACTIONS(51), 1, + anon_sym_LBRACE, + STATE(5812), 1, + sym_compound_statement, + [216927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LPAREN2, - STATE(6358), 1, - sym_parameter_list, - [222694] = 3, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3151), 1, + sym_field_declaration_list, + [216937] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2376), 1, + STATE(3183), 1, sym_field_declaration_list, - [222704] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9536), 1, - anon_sym_LF, - ACTIONS(9538), 1, - sym_preproc_arg, - [222714] = 3, + [216947] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1625), 1, + ACTIONS(1559), 1, anon_sym_LBRACE, - STATE(3135), 1, + STATE(2706), 1, sym_initializer_list, - [222724] = 3, + [216957] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(3514), 1, + STATE(3227), 1, sym_field_declaration_list, - [222734] = 2, + [216967] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8763), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [222742] = 3, + ACTIONS(4243), 1, + anon_sym_LBRACE, + STATE(2739), 1, + sym_field_declaration_list, + [216977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4383), 1, anon_sym_LBRACE, - STATE(3526), 1, + STATE(2728), 1, sym_field_declaration_list, - [222752] = 3, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9540), 1, - anon_sym_LF, - ACTIONS(9542), 1, - sym_preproc_arg, - [222762] = 3, + [216987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(1312), 1, anon_sym_LBRACE, - STATE(5965), 1, + STATE(1142), 1, sym_compound_statement, - [222772] = 3, + [216997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9544), 1, - anon_sym_LT, - STATE(1977), 1, - sym_template_argument_list, - [222782] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7342), 1, + ACTIONS(9296), 1, anon_sym_LPAREN2, - STATE(6320), 1, - sym_parameter_list, - [222792] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8786), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [222800] = 3, + STATE(6721), 1, + sym_parenthesized_expression, + [217007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(3542), 1, + STATE(3176), 1, sym_field_declaration_list, - [222810] = 2, + [217017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5936), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [222818] = 3, + ACTIONS(8692), 1, + anon_sym_LPAREN2, + STATE(150), 1, + sym_condition_clause, + [217027] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2374), 1, + STATE(3202), 1, sym_field_declaration_list, - [222828] = 3, + [217037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5447), 1, + ACTIONS(6907), 1, anon_sym_LBRACE, - STATE(3477), 1, - sym_field_declaration_list, - [222838] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9546), 1, - anon_sym_LPAREN2, - ACTIONS(9548), 1, - sym_raw_string_delimiter, - [222848] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6920), 1, - anon_sym_LT, - STATE(2826), 1, - sym_template_argument_list, - [222858] = 3, + STATE(3141), 1, + sym_requirement_seq, + [217047] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2839), 1, + STATE(3210), 1, sym_field_declaration_list, - [222868] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9550), 1, - anon_sym_LPAREN2, - ACTIONS(9552), 1, - sym_raw_string_delimiter, - [222878] = 2, + [217057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [222886] = 3, - ACTIONS(7161), 1, + ACTIONS(628), 1, + anon_sym_LBRACE, + STATE(993), 1, + sym_compound_statement, + [217067] = 3, + ACTIONS(7157), 1, sym_comment, - ACTIONS(9554), 1, + ACTIONS(9498), 1, anon_sym_LF, - ACTIONS(9556), 1, + ACTIONS(9500), 1, sym_preproc_arg, - [222896] = 3, + [217077] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9558), 1, - sym_identifier, - ACTIONS(9560), 1, - anon_sym_LPAREN2, - [222906] = 3, + ACTIONS(4998), 1, + anon_sym_LBRACE, + STATE(3217), 1, + sym_field_declaration_list, + [217087] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2778), 1, + STATE(3257), 1, sym_field_declaration_list, - [222916] = 3, + [217097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(9502), 1, + sym_identifier, + STATE(1988), 1, + sym_template_type, + [217107] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2795), 1, + STATE(3255), 1, sym_field_declaration_list, - [222926] = 3, + [217117] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2796), 1, + STATE(3251), 1, sym_field_declaration_list, - [222936] = 3, + [217127] = 3, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9504), 1, + anon_sym_LF, + ACTIONS(9506), 1, + sym_preproc_arg, + [217137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5431), 1, + ACTIONS(6838), 1, + anon_sym_LT, + STATE(2265), 1, + sym_template_argument_list, + [217147] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9354), 1, + sym_identifier, + STATE(5776), 1, + sym_attribute, + [217157] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8692), 1, anon_sym_LPAREN2, - STATE(6838), 1, - sym_argument_list, - [222946] = 3, + STATE(6273), 1, + sym_condition_clause, + [217167] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(2387), 1, + STATE(3248), 1, sym_field_declaration_list, - [222956] = 2, + [217177] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9508), 1, + anon_sym_LF, + [217184] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9562), 2, - anon_sym_COMMA, - anon_sym_GT2, - [222964] = 3, + ACTIONS(9510), 1, + sym_identifier, + [217191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9564), 1, + ACTIONS(9512), 1, sym_identifier, - STATE(2319), 1, - sym_template_type, - [222974] = 2, + [217198] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9049), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [222982] = 2, + ACTIONS(9514), 1, + sym_identifier, + [217205] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9566), 1, - anon_sym_SEMI, - [222989] = 2, + ACTIONS(7790), 1, + sym_identifier, + [217212] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9568), 1, + ACTIONS(9516), 1, + anon_sym_LPAREN2, + [217219] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9518), 1, anon_sym_RPAREN, - [222996] = 2, + [217226] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6038), 1, + ACTIONS(6145), 1, anon_sym_RPAREN, - [223003] = 2, + [217233] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6036), 1, + ACTIONS(6121), 1, anon_sym_RPAREN, - [223010] = 2, + [217240] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7807), 1, - sym_identifier, - [223017] = 2, + ACTIONS(9520), 1, + anon_sym_STAR, + [217247] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6034), 1, - anon_sym_SEMI, - [223024] = 2, + ACTIONS(9522), 1, + anon_sym_RPAREN, + [217254] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6010), 1, - anon_sym_SEMI, - [223031] = 2, + ACTIONS(5971), 1, + anon_sym_RPAREN, + [217261] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9570), 1, + ACTIONS(5983), 1, anon_sym_RPAREN, - [223038] = 2, + [217268] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6008), 1, - anon_sym_SEMI, - [223045] = 2, + ACTIONS(9524), 1, + sym_raw_string_delimiter, + [217275] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9572), 1, - anon_sym_SEMI, - [223052] = 2, + ACTIONS(7606), 1, + anon_sym_RPAREN, + [217282] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5998), 1, + ACTIONS(6100), 1, anon_sym_SEMI, - [223059] = 2, + [217289] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7626), 1, - anon_sym_RPAREN, - [223066] = 2, + ACTIONS(8411), 1, + anon_sym_SEMI, + [217296] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9574), 1, - aux_sym_preproc_if_token2, - [223073] = 2, + ACTIONS(6123), 1, + anon_sym_RPAREN, + [217303] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9576), 1, - sym_raw_string_delimiter, - [223080] = 2, + ACTIONS(9526), 1, + sym_identifier, + [217310] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9578), 1, - anon_sym_LPAREN2, - [223087] = 2, + ACTIONS(9528), 1, + anon_sym_EQ, + [217317] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9580), 1, - sym_identifier, - [223094] = 2, + ACTIONS(6009), 1, + anon_sym_RPAREN, + [217324] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9582), 1, + ACTIONS(9530), 1, sym_identifier, - [223101] = 2, + [217331] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9584), 1, + ACTIONS(6155), 1, anon_sym_SEMI, - [223108] = 2, + [217338] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8439), 1, + ACTIONS(6167), 1, anon_sym_SEMI, - [223115] = 2, + [217345] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9586), 1, + ACTIONS(8413), 1, anon_sym_EQ, - [223122] = 2, + [217352] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9588), 1, - aux_sym_preproc_if_token2, - [223129] = 2, + ACTIONS(9532), 1, + anon_sym_STAR, + [217359] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7630), 1, - anon_sym_RPAREN, - [223136] = 2, + ACTIONS(9534), 1, + anon_sym_LPAREN2, + [217366] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9590), 1, - aux_sym_preproc_if_token2, - [223143] = 2, + ACTIONS(9536), 1, + sym_raw_string_content, + [217373] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9592), 1, + ACTIONS(9538), 1, anon_sym_LPAREN2, - [223150] = 2, + [217380] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9594), 1, - anon_sym_SEMI, - [223157] = 2, + ACTIONS(9540), 1, + anon_sym_RPAREN, + [217387] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9596), 1, + ACTIONS(9542), 1, sym_identifier, - [223164] = 2, + [217394] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9598), 1, - anon_sym_SEMI, - [223171] = 2, + ACTIONS(9544), 1, + sym_identifier, + [217401] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5885), 1, - anon_sym_RBRACE, - [223178] = 2, + ACTIONS(9546), 1, + sym_identifier, + [217408] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6028), 1, - anon_sym_RPAREN, - [223185] = 2, + ACTIONS(9548), 1, + anon_sym_LPAREN2, + [217415] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9600), 1, - anon_sym_SEMI, - [223192] = 2, + ACTIONS(9550), 1, + sym_identifier, + [217422] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9602), 1, - sym_raw_string_delimiter, - [223199] = 2, + ACTIONS(9552), 1, + anon_sym_LPAREN2, + [217429] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_PERCENT, - [223206] = 2, + ACTIONS(9554), 1, + sym_identifier, + [217436] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9606), 1, + ACTIONS(9556), 1, anon_sym_STAR, - [223213] = 2, + [217443] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9608), 1, + ACTIONS(9558), 1, sym_identifier, - [223220] = 2, + [217450] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9610), 1, + ACTIONS(9560), 1, sym_identifier, - [223227] = 2, + [217457] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9612), 1, - aux_sym_preproc_if_token2, - [223234] = 2, + ACTIONS(9562), 1, + sym_identifier, + [217464] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9614), 1, + ACTIONS(9564), 1, sym_identifier, - [223241] = 2, - ACTIONS(3), 1, + [217471] = 2, + ACTIONS(7157), 1, sym_comment, - ACTIONS(9616), 1, - anon_sym_LBRACE, - [223248] = 2, + ACTIONS(9566), 1, + anon_sym_LF, + [217478] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5940), 1, + ACTIONS(9568), 1, anon_sym_RPAREN, - [223255] = 2, + [217485] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9618), 1, - sym_identifier, - [223262] = 2, + ACTIONS(9570), 1, + anon_sym_SEMI, + [217492] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9620), 1, - sym_identifier, - [223269] = 2, + ACTIONS(9572), 1, + sym_auto, + [217499] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9622), 1, - sym_identifier, - [223276] = 2, + ACTIONS(9574), 1, + anon_sym_RPAREN, + [217506] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9624), 1, + ACTIONS(9576), 1, anon_sym_RPAREN, - [223283] = 2, + [217513] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9626), 1, + ACTIONS(9234), 1, + anon_sym_RBRACE, + [217520] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9578), 1, + anon_sym_RPAREN, + [217527] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9580), 1, anon_sym_SQUOTE, - [223290] = 2, + [217534] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5992), 1, + ACTIONS(9582), 1, anon_sym_RPAREN, - [223297] = 2, + [217541] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9628), 1, - aux_sym_preproc_if_token2, - [223304] = 2, + ACTIONS(9584), 1, + anon_sym_SEMI, + [217548] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9630), 1, + ACTIONS(9586), 1, anon_sym_SEMI, - [223311] = 2, + [217555] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9632), 1, - anon_sym_DQUOTE, - [223318] = 2, + ACTIONS(9588), 1, + sym_auto, + [217562] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9634), 1, - anon_sym_STAR, - [223325] = 2, + ACTIONS(9590), 1, + anon_sym_RPAREN, + [217569] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9636), 1, + ACTIONS(9592), 1, aux_sym_preproc_if_token2, - [223332] = 2, + [217576] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9638), 1, - sym_raw_string_content, - [223339] = 2, + ACTIONS(6080), 1, + anon_sym_SEMI, + [217583] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9640), 1, - anon_sym_SEMI, - [223346] = 2, + ACTIONS(9146), 1, + anon_sym_RBRACE, + [217590] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9642), 1, - anon_sym_RPAREN, - [223353] = 2, - ACTIONS(7161), 1, + ACTIONS(6084), 1, + anon_sym_SEMI, + [217597] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9644), 1, - anon_sym_LF, - [223360] = 2, + ACTIONS(9594), 1, + anon_sym_SQUOTE, + [217604] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9646), 1, + ACTIONS(9596), 1, anon_sym_LPAREN2, - [223367] = 2, + [217611] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5958), 1, + ACTIONS(9598), 1, anon_sym_RPAREN, - [223374] = 2, + [217618] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9648), 1, + ACTIONS(9600), 1, anon_sym_RPAREN, - [223381] = 2, + [217625] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9650), 1, + ACTIONS(9602), 1, anon_sym_SEMI, - [223388] = 2, + [217632] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8461), 1, + ACTIONS(9604), 1, + anon_sym_RPAREN, + [217639] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6102), 1, anon_sym_SEMI, - [223395] = 2, + [217646] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9087), 1, - anon_sym_RBRACE, - [223402] = 2, + ACTIONS(7600), 1, + anon_sym_RPAREN, + [217653] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9652), 1, - anon_sym_LPAREN2, - [223409] = 2, + ACTIONS(9606), 1, + anon_sym_SEMI, + [217660] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9654), 1, - anon_sym_RPAREN, - [223416] = 2, + ACTIONS(9608), 1, + sym_raw_string_delimiter, + [217667] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9656), 1, + ACTIONS(9610), 1, anon_sym_SEMI, - [223423] = 2, + [217674] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6127), 1, - anon_sym_RPAREN, - [223430] = 2, + ACTIONS(6108), 1, + anon_sym_SEMI, + [217681] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9658), 1, + ACTIONS(9612), 1, anon_sym_RPAREN, - [223437] = 2, - ACTIONS(3), 1, + [217688] = 2, + ACTIONS(7157), 1, sym_comment, - ACTIONS(9660), 1, - anon_sym_LPAREN2, - [223444] = 2, + ACTIONS(9614), 1, + anon_sym_LF, + [217695] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5960), 1, - anon_sym_SEMI, - [223451] = 2, + ACTIONS(9616), 1, + sym_auto, + [217702] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6149), 1, - anon_sym_RPAREN, - [223458] = 2, + ACTIONS(9618), 1, + sym_identifier, + [217709] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9662), 1, - anon_sym_RPAREN, - [223465] = 2, + ACTIONS(9620), 1, + sym_identifier, + [217716] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9664), 1, + ACTIONS(9622), 1, anon_sym_while, - [223472] = 2, + [217723] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9666), 1, - sym_identifier, - [223479] = 2, + ACTIONS(3617), 1, + anon_sym_SEMI, + [217730] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6159), 1, - anon_sym_RPAREN, - [223486] = 2, + ACTIONS(9624), 1, + anon_sym_SEMI, + [217737] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6165), 1, - anon_sym_RPAREN, - [223493] = 2, + ACTIONS(9626), 1, + anon_sym_DOT_DOT_DOT, + [217744] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9668), 1, - sym_raw_string_delimiter, - [223500] = 2, + ACTIONS(8589), 1, + anon_sym_SEMI, + [217751] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7684), 1, - anon_sym_RPAREN, - [223507] = 2, + ACTIONS(9629), 1, + anon_sym_DOT_DOT_DOT, + [217758] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6167), 1, - anon_sym_SEMI, - [223514] = 2, + ACTIONS(9632), 1, + sym_identifier, + [217765] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9670), 1, + ACTIONS(9634), 1, anon_sym_RPAREN, - [223521] = 2, + [217772] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6169), 1, - anon_sym_RPAREN, - [223528] = 2, + ACTIONS(9636), 1, + anon_sym_DOT_DOT_DOT, + [217779] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6155), 1, - anon_sym_RPAREN, - [223535] = 2, + ACTIONS(8862), 1, + anon_sym_RBRACE, + [217786] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9639), 1, + anon_sym_LF, + [217793] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, - anon_sym_SEMI, - [223542] = 2, + ACTIONS(9641), 1, + anon_sym_DOT_DOT_DOT, + [217800] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6106), 1, + ACTIONS(8373), 1, anon_sym_SEMI, - [223549] = 2, + [217807] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5952), 1, - anon_sym_SEMI, - [223556] = 2, + ACTIONS(9644), 1, + anon_sym_STAR, + [217814] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8441), 1, - anon_sym_EQ, - [223563] = 2, + ACTIONS(9646), 1, + anon_sym_DOT_DOT_DOT, + [217821] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5948), 1, - anon_sym_SEMI, - [223570] = 2, + ACTIONS(9649), 1, + anon_sym_DOT_DOT_DOT, + [217828] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9672), 1, - anon_sym_STAR, - [223577] = 2, + ACTIONS(9652), 1, + anon_sym_SQUOTE, + [217835] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_DASH_EQ, - [223584] = 2, + ACTIONS(9654), 1, + anon_sym_DOT_DOT_DOT, + [217842] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_LT_LT_EQ, - [223591] = 2, + ACTIONS(9657), 1, + anon_sym_DOT_DOT_DOT, + [217849] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3474), 1, + ACTIONS(9660), 1, anon_sym_DOT_DOT_DOT, - [223598] = 2, + [217856] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5946), 1, - anon_sym_SEMI, - [223605] = 2, + ACTIONS(9663), 1, + anon_sym_RPAREN, + [217863] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7632), 1, + ACTIONS(9665), 1, anon_sym_RPAREN, - [223612] = 2, + [217870] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9674), 1, - anon_sym_LBRACE, - [223619] = 2, + ACTIONS(9667), 1, + anon_sym_DOT_DOT_DOT, + [217877] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9670), 1, + anon_sym_LF, + [217884] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9676), 1, - sym_raw_string_delimiter, - [223626] = 2, + ACTIONS(9672), 1, + anon_sym_DOT_DOT_DOT, + [217891] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9678), 1, + ACTIONS(9675), 1, anon_sym_LPAREN2, - [223633] = 2, + [217898] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9680), 1, + ACTIONS(9677), 1, anon_sym_DQUOTE, - [223640] = 2, + [217905] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9682), 1, - anon_sym_RPAREN, - [223647] = 2, + ACTIONS(9679), 1, + anon_sym_SEMI, + [217912] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9684), 1, - anon_sym_RPAREN, - [223654] = 2, + ACTIONS(9681), 1, + anon_sym_SQUOTE, + [217919] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_GT_GT_EQ, - [223661] = 2, + ACTIONS(9683), 1, + anon_sym_DQUOTE, + [217926] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9686), 1, + ACTIONS(9685), 1, anon_sym_SEMI, - [223668] = 2, + [217933] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9688), 1, - sym_identifier, - [223675] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9690), 1, + ACTIONS(9687), 1, anon_sym_SEMI, - [223682] = 2, + [217940] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9692), 1, - sym_identifier, - [223689] = 2, + ACTIONS(9689), 1, + anon_sym_RPAREN, + [217947] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(9691), 1, + anon_sym_DOT_DOT_DOT, + [217954] = 2, + ACTIONS(7157), 1, + sym_comment, ACTIONS(9694), 1, - sym_identifier, - [223696] = 2, + anon_sym_LF, + [217961] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9696), 1, - anon_sym_RPAREN, - [223703] = 2, + sym_identifier, + [217968] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9698), 1, - sym_identifier, - [223710] = 2, + sym_auto, + [217975] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3659), 1, + anon_sym_SEMI, + [217982] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9700), 1, - sym_identifier, - [223717] = 2, + anon_sym_SEMI, + [217989] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9702), 1, - anon_sym_SEMI, - [223724] = 2, + anon_sym_DOT_DOT_DOT, + [217996] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9704), 1, - sym_identifier, - [223731] = 2, + ACTIONS(8613), 1, + anon_sym_SEMI, + [218003] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_AMP_EQ, - [223738] = 2, + ACTIONS(9704), 1, + anon_sym_RPAREN, + [218010] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9706), 1, anon_sym_RPAREN, - [223745] = 2, - ACTIONS(7161), 1, + [218017] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(9708), 1, - anon_sym_LF, - [223752] = 2, + anon_sym_RPAREN, + [218024] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_DASH_GT_STAR, - [223759] = 2, + ACTIONS(5857), 1, + anon_sym_RBRACE, + [218031] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(8870), 1, + anon_sym_RBRACE, + [218038] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6153), 1, + anon_sym_SEMI, + [218045] = 2, + ACTIONS(7157), 1, + sym_comment, ACTIONS(9710), 1, + anon_sym_LF, + [218052] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6151), 1, + anon_sym_SEMI, + [218059] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8397), 1, + anon_sym_SEMI, + [218066] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5278), 1, sym_identifier, - [223766] = 2, + [218073] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9712), 1, - anon_sym_LPAREN2, - [223773] = 2, + anon_sym_SEMI, + [218080] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_CARET_EQ, - [223780] = 2, + ACTIONS(9714), 1, + sym_identifier, + [218087] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9714), 1, - anon_sym_COLON, - [223787] = 2, + ACTIONS(6135), 1, + anon_sym_SEMI, + [218094] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5984), 1, + ACTIONS(7638), 1, anon_sym_RPAREN, - [223794] = 2, + [218101] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9716), 1, - sym_identifier, - [223801] = 2, + anon_sym_RPAREN, + [218108] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9718), 1, - anon_sym_STAR, - [223808] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9604), 1, - anon_sym_PIPE_EQ, - [223815] = 2, + sym_raw_string_delimiter, + [218115] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9720), 1, - aux_sym_preproc_if_token2, - [223822] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9604), 1, - anon_sym_PERCENT_EQ, - [223829] = 2, + anon_sym_RPAREN, + [218122] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9722), 1, - anon_sym_COLON, - [223836] = 2, + sym_identifier, + [218129] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9724), 1, - anon_sym_STAR, - [223843] = 2, + anon_sym_RPAREN, + [218136] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9726), 1, - anon_sym_SEMI, - [223850] = 2, + anon_sym_RPAREN, + [218143] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9728), 1, - anon_sym_SEMI, - [223857] = 2, - ACTIONS(7161), 1, + anon_sym_DOT_DOT_DOT, + [218150] = 2, + ACTIONS(7157), 1, sym_comment, - ACTIONS(9730), 1, + ACTIONS(9731), 1, anon_sym_LF, - [223864] = 2, + [218157] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9732), 1, - anon_sym_LPAREN2, - [223871] = 2, + ACTIONS(9733), 1, + sym_identifier, + [218164] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9734), 1, - sym_identifier, - [223878] = 2, + ACTIONS(5885), 1, + anon_sym_SEMI, + [218171] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9736), 1, - aux_sym_preproc_if_token2, - [223885] = 2, + ACTIONS(9735), 1, + anon_sym_STAR, + [218178] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9738), 1, - sym_identifier, - [223892] = 2, + ACTIONS(9737), 1, + anon_sym_RPAREN, + [218185] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_SLASH_EQ, - [223899] = 2, + ACTIONS(6104), 1, + anon_sym_RPAREN, + [218192] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9740), 1, - sym_identifier, - [223906] = 2, + ACTIONS(9739), 1, + anon_sym_DQUOTE, + [218199] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_DOT_STAR, - [223913] = 2, + ACTIONS(9741), 1, + anon_sym_STAR, + [218206] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9742), 1, - aux_sym_preproc_if_token2, - [223920] = 2, + ACTIONS(9743), 1, + anon_sym_SEMI, + [218213] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5994), 1, + ACTIONS(6094), 1, anon_sym_RPAREN, - [223927] = 2, + [218220] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5978), 1, - anon_sym_SEMI, - [223934] = 2, + ACTIONS(9745), 1, + anon_sym_RPAREN, + [218227] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9744), 1, - sym_identifier, - [223941] = 2, + ACTIONS(6066), 1, + anon_sym_RPAREN, + [218234] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9746), 1, - aux_sym_preproc_if_token2, - [223948] = 2, - ACTIONS(7161), 1, + ACTIONS(6053), 1, + anon_sym_RPAREN, + [218241] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9231), 1, - anon_sym_LF, - [223955] = 2, + ACTIONS(9747), 1, + anon_sym_RPAREN, + [218248] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8679), 1, - anon_sym_SEMI, - [223962] = 2, + ACTIONS(6031), 1, + anon_sym_RPAREN, + [218255] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9748), 1, - anon_sym_DOT_DOT_DOT, - [223969] = 2, + ACTIONS(6027), 1, + anon_sym_RPAREN, + [218262] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9749), 1, + anon_sym_LPAREN2, + [218269] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9751), 1, - anon_sym_RPAREN, - [223976] = 2, + anon_sym_DQUOTE, + [218276] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9753), 1, - anon_sym_DOT_DOT_DOT, - [223983] = 2, - ACTIONS(7161), 1, + anon_sym_SEMI, + [218283] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9756), 1, - anon_sym_LF, - [223990] = 2, + ACTIONS(9755), 1, + anon_sym_SEMI, + [218290] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9758), 1, - anon_sym_DOT_DOT_DOT, - [223997] = 2, + ACTIONS(9757), 1, + anon_sym_RPAREN, + [218297] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9759), 1, + sym_identifier, + [218304] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9761), 1, - aux_sym_preproc_if_token2, - [224004] = 2, + sym_identifier, + [218311] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9763), 1, + anon_sym_LF, + [218318] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9765), 1, + sym_auto, + [218325] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6014), 1, + ACTIONS(9767), 1, anon_sym_SEMI, - [224011] = 2, + [218332] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9763), 1, - anon_sym_DOT_DOT_DOT, - [224018] = 2, + ACTIONS(9769), 1, + sym_identifier, + [218339] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6056), 1, + ACTIONS(9771), 1, anon_sym_SEMI, - [224025] = 2, + [218346] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9766), 1, - aux_sym_preproc_if_token2, - [224032] = 2, + ACTIONS(9773), 1, + anon_sym_RPAREN, + [218353] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_COMMA, - [224039] = 2, + ACTIONS(8461), 1, + anon_sym_SEMI, + [218360] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9768), 1, + ACTIONS(9775), 1, anon_sym_RPAREN, - [224046] = 2, + [218367] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5203), 1, + ACTIONS(9777), 1, anon_sym_RPAREN, - [224053] = 2, + [218374] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6058), 1, - anon_sym_SEMI, - [224060] = 2, + ACTIONS(9779), 1, + anon_sym_RPAREN, + [218381] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7640), 1, - anon_sym_RPAREN, - [224067] = 2, + ACTIONS(5952), 1, + anon_sym_RBRACE, + [218388] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9770), 1, - anon_sym_DOT_DOT_DOT, - [224074] = 2, + ACTIONS(9160), 1, + anon_sym_RBRACE, + [218395] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9773), 1, - sym_raw_string_delimiter, - [224081] = 2, + ACTIONS(9781), 1, + sym_identifier, + [218402] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9775), 1, - anon_sym_RPAREN, - [224088] = 2, + ACTIONS(6029), 1, + anon_sym_SEMI, + [218409] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9783), 1, + anon_sym_LF, + [218416] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9777), 1, - sym_identifier, - [224095] = 2, + ACTIONS(6035), 1, + anon_sym_SEMI, + [218423] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9779), 1, - anon_sym_DOT_DOT_DOT, - [224102] = 2, + ACTIONS(8385), 1, + anon_sym_SEMI, + [218430] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9782), 1, - anon_sym_DOT_DOT_DOT, - [224109] = 2, + ACTIONS(5089), 1, + sym_identifier, + [218437] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9094), 1, + anon_sym_RBRACE, + [218444] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9785), 1, + anon_sym_SQUOTE, + [218451] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6059), 1, + anon_sym_SEMI, + [218458] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7622), 1, anon_sym_RPAREN, - [224116] = 2, + [218465] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9787), 1, - anon_sym_RPAREN, - [224123] = 2, + anon_sym_SEMI, + [218472] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9789), 1, - anon_sym_RPAREN, - [224130] = 2, + sym_raw_string_delimiter, + [218479] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6068), 1, + anon_sym_SEMI, + [218486] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9791), 1, - anon_sym_RPAREN, - [224137] = 2, + sym_identifier, + [218493] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9793), 1, - anon_sym_DOT_DOT_DOT, - [224144] = 2, + sym_identifier, + [218500] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9796), 1, - anon_sym_DOT_DOT_DOT, - [224151] = 2, + ACTIONS(9795), 1, + anon_sym_RPAREN, + [218507] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9797), 1, + anon_sym_RPAREN, + [218514] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9799), 1, - anon_sym_DOT_DOT_DOT, - [224158] = 2, + anon_sym_RPAREN, + [218521] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9802), 1, - sym_identifier, - [224165] = 2, + ACTIONS(9801), 1, + anon_sym_RPAREN, + [218528] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9804), 1, - anon_sym_LPAREN2, - [224172] = 2, + ACTIONS(9803), 1, + anon_sym_STAR, + [218535] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9805), 1, + anon_sym_LF, + [218542] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9806), 1, + ACTIONS(6110), 1, anon_sym_SEMI, - [224179] = 2, - ACTIONS(3), 1, + [218549] = 2, + ACTIONS(7157), 1, sym_comment, - ACTIONS(9808), 1, - anon_sym_DOT_DOT_DOT, - [224186] = 2, + ACTIONS(9807), 1, + anon_sym_LF, + [218556] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6191), 1, - anon_sym_RBRACK, - [224193] = 2, + ACTIONS(9809), 1, + anon_sym_COLON, + [218563] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9811), 1, - anon_sym_DOT_DOT_DOT, - [224200] = 2, + anon_sym_LPAREN2, + [218570] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9814), 1, - anon_sym_DOT_DOT_DOT, - [224207] = 2, + ACTIONS(9813), 1, + sym_identifier, + [218577] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9816), 1, - anon_sym_DOT_DOT_DOT, - [224214] = 2, + ACTIONS(9815), 1, + anon_sym_SEMI, + [218584] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9817), 1, + anon_sym_SEMI, + [218591] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9819), 1, - sym_identifier, - [224221] = 2, + anon_sym_COLON, + [218598] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9821), 1, - anon_sym_SEMI, - [224228] = 2, + anon_sym_RPAREN, + [218605] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6131), 1, + anon_sym_RPAREN, + [218612] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9823), 1, - anon_sym_SEMI, - [224235] = 2, + sym_identifier, + [218619] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9825), 1, - anon_sym_SEMI, - [224242] = 2, + anon_sym_DQUOTE, + [218626] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9827), 1, - sym_auto, - [224249] = 2, + anon_sym_SEMI, + [218633] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6143), 1, + anon_sym_RPAREN, + [218640] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9829), 1, anon_sym_RPAREN, - [224256] = 2, + [218647] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9831), 1, - anon_sym_SQUOTE, - [224263] = 2, + anon_sym_RPAREN, + [218654] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9217), 1, - anon_sym_RBRACE, - [224270] = 2, + ACTIONS(6161), 1, + anon_sym_RPAREN, + [218661] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9833), 1, + ACTIONS(6163), 1, anon_sym_RPAREN, - [224277] = 2, + [218668] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9835), 1, + ACTIONS(6173), 1, anon_sym_RPAREN, - [224284] = 2, + [218675] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7652), 1, + ACTIONS(6159), 1, anon_sym_RPAREN, - [224291] = 2, + [218682] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9837), 1, + ACTIONS(7598), 1, anon_sym_RPAREN, - [224298] = 2, + [218689] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9839), 1, + ACTIONS(9833), 1, + aux_sym_preproc_if_token2, + [218696] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9835), 1, sym_raw_string_delimiter, - [224305] = 2, + [218703] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9841), 1, + ACTIONS(9837), 1, sym_identifier, - [224312] = 2, + [218710] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5996), 1, - anon_sym_SEMI, - [224319] = 2, + ACTIONS(9839), 1, + anon_sym_DQUOTE, + [218717] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9843), 1, + ACTIONS(9841), 1, anon_sym_SEMI, - [224326] = 2, + [218724] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9845), 1, - anon_sym_SQUOTE, - [224333] = 2, + ACTIONS(9843), 1, + anon_sym_SEMI, + [218731] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5077), 1, - sym_identifier, - [224340] = 2, + ACTIONS(8525), 1, + anon_sym_SEMI, + [218738] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5017), 1, - sym_identifier, - [224347] = 2, + ACTIONS(9845), 1, + anon_sym_RPAREN, + [218745] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9847), 1, anon_sym_SEMI, - [224354] = 2, + [218752] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9849), 1, - sym_auto, - [224361] = 2, + aux_sym_preproc_if_token2, + [218759] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9851), 1, - anon_sym_RPAREN, - [224368] = 2, + aux_sym_preproc_if_token2, + [218766] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8996), 1, - anon_sym_RBRACE, - [224375] = 2, - ACTIONS(7161), 1, + ACTIONS(3627), 1, + anon_sym_SEMI, + [218773] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(9853), 1, - anon_sym_LF, - [224382] = 2, + sym_auto, + [218780] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9855), 1, anon_sym_LPAREN2, - [224389] = 2, + [218787] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5759), 1, + anon_sym_RBRACE, + [218794] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9857), 1, - anon_sym_STAR, - [224396] = 2, + anon_sym_SEMI, + [218801] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8551), 1, + anon_sym_SEMI, + [218808] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9859), 1, anon_sym_RPAREN, - [224403] = 2, + [218815] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9861), 1, anon_sym_RPAREN, - [224410] = 2, + [218822] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5849), 1, + anon_sym_RBRACE, + [218829] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8787), 1, + anon_sym_RBRACE, + [218836] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9863), 1, - anon_sym_RPAREN, - [224417] = 2, + aux_sym_preproc_if_token2, + [218843] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(9865), 1, + anon_sym_LF, + [218850] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8443), 1, + ACTIONS(8393), 1, anon_sym_SEMI, - [224424] = 2, + [218857] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9865), 1, - anon_sym_SQUOTE, - [224431] = 2, + ACTIONS(7628), 1, + anon_sym_RPAREN, + [218864] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4717), 1, + sym_identifier, + [218871] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9867), 1, - anon_sym_STAR, - [224438] = 2, + sym_identifier, + [218878] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9869), 1, - anon_sym_SEMI, - [224445] = 2, + anon_sym_SQUOTE, + [218885] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9871), 1, - sym_identifier, - [224452] = 2, + anon_sym_SEMI, + [218892] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9873), 1, + ACTIONS(6096), 1, anon_sym_SEMI, - [224459] = 2, + [218899] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7672), 1, - anon_sym_RPAREN, - [224466] = 2, + ACTIONS(9873), 1, + anon_sym_LPAREN2, + [218906] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6044), 1, - anon_sym_SEMI, - [224473] = 2, + ACTIONS(5883), 1, + anon_sym_RPAREN, + [218913] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9875), 1, - anon_sym_SEMI, - [224480] = 2, + sym_identifier, + [218920] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9877), 1, - anon_sym_SEMI, - [224487] = 2, - ACTIONS(7161), 1, + anon_sym_RPAREN, + [218927] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(9879), 1, - anon_sym_LF, - [224494] = 2, - ACTIONS(7161), 1, + anon_sym_RPAREN, + [218934] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(9881), 1, - anon_sym_LF, - [224501] = 2, + sym_identifier, + [218941] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9883), 1, - anon_sym_LPAREN2, - [224508] = 2, + anon_sym_RPAREN, + [218948] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9885), 1, - sym_auto, - [224515] = 2, + anon_sym_RPAREN, + [218955] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3677), 1, - anon_sym_SEMI, - [224522] = 2, + ACTIONS(9887), 1, + anon_sym_LPAREN2, + [218962] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9887), 1, + ACTIONS(6086), 1, anon_sym_SEMI, - [224529] = 2, - ACTIONS(3), 1, + [218969] = 2, + ACTIONS(7157), 1, sym_comment, ACTIONS(9889), 1, - anon_sym_RPAREN, - [224536] = 2, + anon_sym_LF, + [218976] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8725), 1, + ACTIONS(8485), 1, anon_sym_SEMI, - [224543] = 2, + [218983] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8724), 1, + anon_sym_LF, + [218990] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9891), 1, - anon_sym_RPAREN, - [224550] = 2, + sym_identifier, + [218997] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9893), 1, - aux_sym_preproc_if_token2, - [224557] = 2, + ACTIONS(6072), 1, + anon_sym_SEMI, + [219004] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9895), 1, + ACTIONS(9893), 1, anon_sym_LPAREN2, - [224564] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9897), 1, - sym_auto, - [224571] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8742), 1, - anon_sym_RBRACE, - [224578] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8765), 1, - anon_sym_RPAREN, - [224585] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8615), 1, - anon_sym_SEMI, - [224592] = 2, + [219011] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6151), 1, - anon_sym_RPAREN, - [224599] = 2, + ACTIONS(9895), 1, + sym_identifier, + [219018] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6157), 1, - anon_sym_RPAREN, - [224606] = 2, + ACTIONS(9897), 1, + anon_sym_LPAREN2, + [219025] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9899), 1, - anon_sym_LPAREN2, - [224613] = 2, + anon_sym_SEMI, + [219032] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9901), 1, - anon_sym_RPAREN, - [224620] = 2, + anon_sym_SEMI, + [219039] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9903), 1, - anon_sym_LPAREN2, - [224627] = 2, + sym_identifier, + [219046] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9905), 1, - anon_sym_SEMI, - [224634] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8513), 1, - anon_sym_SEMI, - [224641] = 2, + anon_sym_COLON, + [219053] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9907), 1, - anon_sym_SEMI, - [224648] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9604), 1, - anon_sym_STAR_EQ, - [224655] = 2, + anon_sym_RPAREN, + [219060] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9909), 1, anon_sym_RPAREN, - [224662] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8431), 1, - anon_sym_SEMI, - [224669] = 2, + [219067] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9911), 1, anon_sym_LPAREN2, - [224676] = 2, + [219074] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6161), 1, + ACTIONS(6033), 1, anon_sym_RPAREN, - [224683] = 2, + [219081] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9913), 1, - sym_identifier, - [224690] = 2, + anon_sym_SEMI, + [219088] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9915), 1, - anon_sym_SQUOTE, - [224697] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9604), 1, - anon_sym_EQ, - [224704] = 2, + aux_sym_preproc_if_token2, + [219095] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9917), 1, - anon_sym_RPAREN, - [224711] = 2, + anon_sym_DQUOTE, + [219102] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9919), 1, + anon_sym_SEMI, + [219109] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6023), 1, anon_sym_RPAREN, - [224718] = 2, + [219116] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9921), 1, anon_sym_RPAREN, - [224725] = 2, + [219123] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9923), 1, - sym_identifier, - [224732] = 2, + anon_sym_RPAREN, + [219130] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9925), 1, + ACTIONS(6019), 1, + anon_sym_RPAREN, + [219137] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6011), 1, anon_sym_RPAREN, - [224739] = 2, + [219144] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9925), 1, + anon_sym_SEMI, + [219151] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9927), 1, - sym_identifier, - [224746] = 2, + anon_sym_while, + [219158] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5203), 1, + anon_sym_RPAREN, + [219165] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9929), 1, - anon_sym_RPAREN, - [224753] = 2, + anon_sym_LPAREN2, + [219172] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9931), 1, anon_sym_SEMI, - [224760] = 2, + [219179] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9933), 1, - anon_sym_while, - [224767] = 2, + anon_sym_LPAREN2, + [219186] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9935), 1, - anon_sym_DQUOTE, - [224774] = 2, + anon_sym_SEMI, + [219193] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9937), 1, - anon_sym_LPAREN2, - [224781] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9939), 1, - anon_sym_LF, - [224788] = 2, + anon_sym_RPAREN, + [219200] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8931), 1, - anon_sym_SEMI, - [224795] = 2, + ACTIONS(9939), 1, + anon_sym_EQ, + [219207] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9941), 1, - anon_sym_RPAREN, - [224802] = 2, + sym_raw_string_content, + [219214] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9943), 1, - anon_sym_RPAREN, - [224809] = 2, + aux_sym_preproc_if_token2, + [219221] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9945), 1, - anon_sym_EQ, - [224816] = 2, + aux_sym_preproc_if_token2, + [219228] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9947), 1, - sym_raw_string_content, - [224823] = 2, + ACTIONS(5987), 1, + anon_sym_RPAREN, + [219235] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8958), 1, - anon_sym_RBRACE, - [224830] = 2, + ACTIONS(5985), 1, + anon_sym_RPAREN, + [219242] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9947), 1, + anon_sym_SEMI, + [219249] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9949), 1, - anon_sym_COLON, - [224837] = 2, + sym_identifier, + [219256] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9951), 1, - anon_sym_DQUOTE, - [224844] = 2, + anon_sym_SEMI, + [219263] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9953), 1, - aux_sym_preproc_if_token2, - [224851] = 2, + anon_sym_RPAREN, + [219270] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9955), 1, anon_sym_SEMI, - [224858] = 2, + [219277] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9957), 1, - anon_sym_DQUOTE, - [224865] = 2, + ACTIONS(5977), 1, + anon_sym_SEMI, + [219284] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9959), 1, - anon_sym_SEMI, - [224872] = 2, + ACTIONS(9957), 1, + anon_sym_RPAREN, + [219291] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_GT_GT, - [224879] = 2, + ACTIONS(9959), 1, + aux_sym_preproc_if_token2, + [219298] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9961), 1, - sym_identifier, - [224886] = 2, + aux_sym_preproc_if_token2, + [219305] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9963), 1, - aux_sym_preproc_if_token2, - [224893] = 2, + anon_sym_DQUOTE, + [219312] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9965), 1, anon_sym_SEMI, - [224900] = 2, + [219319] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9967), 1, - anon_sym_RPAREN, - [224907] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6117), 1, anon_sym_SEMI, - [224914] = 2, + [219326] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9969), 1, - anon_sym_RPAREN, - [224921] = 2, - ACTIONS(7161), 1, + anon_sym_EQ, + [219333] = 2, + ACTIONS(7157), 1, sym_comment, ACTIONS(9971), 1, anon_sym_LF, - [224928] = 2, + [219340] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6070), 1, + anon_sym_SEMI, + [219347] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9973), 1, - sym_auto, - [224935] = 2, + anon_sym_RPAREN, + [219354] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3596), 1, + ACTIONS(6074), 1, anon_sym_SEMI, - [224942] = 2, + [219361] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9975), 1, anon_sym_SEMI, - [224949] = 2, + [219368] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9977), 1, - aux_sym_preproc_if_token2, - [224956] = 2, + anon_sym_RPAREN, + [219375] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9979), 1, anon_sym_SEMI, - [224963] = 2, + [219382] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9981), 1, anon_sym_RPAREN, - [224970] = 2, + [219389] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9983), 1, - anon_sym_RPAREN, - [224977] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6096), 1, - anon_sym_RPAREN, - [224984] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5881), 1, - anon_sym_RBRACE, - [224991] = 2, + anon_sym_SEMI, + [219396] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9985), 1, - anon_sym_RPAREN, - [224998] = 2, + anon_sym_SEMI, + [219403] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9987), 1, - anon_sym_EQ, - [225005] = 2, + anon_sym_RPAREN, + [219410] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9989), 1, - anon_sym_SEMI, - [225012] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6092), 1, - anon_sym_SEMI, - [225019] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9278), 1, - anon_sym_RBRACE, - [225026] = 2, + aux_sym_preproc_if_token2, + [219417] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6070), 1, + ACTIONS(6090), 1, anon_sym_SEMI, - [225033] = 2, + [219424] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9213), 1, - anon_sym_RBRACE, - [225040] = 2, + ACTIONS(9991), 1, + aux_sym_preproc_if_token2, + [219431] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5909), 1, - anon_sym_RBRACE, - [225047] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9991), 1, - anon_sym_LF, - [225054] = 2, + ACTIONS(6296), 1, + anon_sym_RBRACK, + [219438] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9993), 1, anon_sym_RPAREN, - [225061] = 2, + [219445] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9995), 1, - anon_sym_RPAREN, - [225068] = 2, + sym_auto, + [219452] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(9997), 1, - aux_sym_preproc_if_token2, - [225075] = 2, + anon_sym_SEMI, + [219459] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8465), 1, + ACTIONS(9999), 1, anon_sym_SEMI, - [225082] = 2, + [219466] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5268), 1, - sym_identifier, - [225089] = 2, + ACTIONS(8451), 1, + anon_sym_SEMI, + [219473] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9999), 1, - anon_sym_SQUOTE, - [225096] = 2, + ACTIONS(8667), 1, + anon_sym_SEMI, + [219480] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10001), 1, anon_sym_RPAREN, - [225103] = 2, + [219487] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10003), 1, - sym_identifier, - [225110] = 2, + anon_sym_RPAREN, + [219494] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6068), 1, - anon_sym_SEMI, - [225117] = 2, + ACTIONS(5900), 1, + anon_sym_RBRACE, + [219501] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10005), 1, - sym_identifier, - [225124] = 2, + anon_sym_COLON, + [219508] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9073), 1, + anon_sym_RBRACE, + [219515] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10007), 1, anon_sym_RPAREN, - [225131] = 2, + [219522] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10009), 1, - anon_sym_LPAREN2, - [225138] = 2, + sym_raw_string_content, + [219529] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10011), 1, - aux_sym_preproc_if_token2, - [225145] = 2, + anon_sym_RPAREN, + [219536] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10013), 1, anon_sym_RPAREN, - [225152] = 2, + [219543] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10015), 1, - anon_sym_RPAREN, - [225159] = 2, + aux_sym_preproc_if_token2, + [219550] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10017), 1, - anon_sym_RPAREN, - [225166] = 2, + anon_sym_SEMI, + [219557] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_DASH, - [225173] = 2, + ACTIONS(8381), 1, + anon_sym_SEMI, + [219564] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10019), 1, - anon_sym_RPAREN, - [225180] = 2, + anon_sym_LBRACE, + [219571] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10021), 1, - aux_sym_preproc_if_token2, - [225187] = 2, + ACTIONS(4962), 1, + sym_identifier, + [219578] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_PLUS, - [225194] = 2, + ACTIONS(10021), 1, + anon_sym_SQUOTE, + [219585] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10023), 1, - anon_sym_COLON, - [225201] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(10025), 1, - anon_sym_LF, - [225208] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5897), 1, anon_sym_SEMI, - [225215] = 2, + [219592] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8535), 1, + ACTIONS(6125), 1, anon_sym_SEMI, - [225222] = 2, + [219599] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6042), 1, - anon_sym_RPAREN, - [225229] = 2, + ACTIONS(10025), 1, + sym_identifier, + [219606] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10027), 1, - anon_sym_SEMI, - [225236] = 2, + anon_sym_RPAREN, + [219613] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10029), 1, - sym_identifier, - [225243] = 2, + anon_sym_RPAREN, + [219620] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10031), 1, - anon_sym_SEMI, - [225250] = 2, + anon_sym_RPAREN, + [219627] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10033), 1, - anon_sym_SEMI, - [225257] = 2, + anon_sym_RPAREN, + [219634] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(5193), 1, + anon_sym_RPAREN, + [219641] = 2, + ACTIONS(7157), 1, + sym_comment, ACTIONS(10035), 1, - sym_auto, - [225264] = 2, + anon_sym_LF, + [219648] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8783), 1, + anon_sym_LF, + [219655] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10037), 1, - anon_sym_RPAREN, - [225271] = 2, + ACTIONS(6112), 1, + anon_sym_SEMI, + [219662] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10039), 1, - anon_sym_RPAREN, - [225278] = 2, + ACTIONS(10037), 1, + anon_sym_LPAREN2, + [219669] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6336), 1, - anon_sym_RBRACK, - [225285] = 2, + ACTIONS(10039), 1, + anon_sym_SEMI, + [219676] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10041), 1, - anon_sym_RPAREN, - [225292] = 2, + anon_sym_COLON, + [219683] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5099), 1, + ACTIONS(6021), 1, anon_sym_RPAREN, - [225299] = 2, + [219690] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10043), 1, - aux_sym_preproc_if_token2, - [225306] = 2, + anon_sym_SEMI, + [219697] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10045), 1, - anon_sym_RPAREN, - [225313] = 2, + anon_sym_SEMI, + [219704] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5988), 1, + ACTIONS(10047), 1, anon_sym_RPAREN, - [225320] = 2, + [219711] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10047), 1, - anon_sym_DQUOTE, - [225327] = 2, - ACTIONS(7161), 1, + ACTIONS(6098), 1, + anon_sym_RPAREN, + [219718] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(10049), 1, - anon_sym_LF, - [225334] = 2, + sym_auto, + [219725] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10051), 1, anon_sym_SEMI, - [225341] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5986), 1, - anon_sym_RPAREN, - [225348] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9604), 1, - anon_sym_STAR, - [225355] = 2, + [219732] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10053), 1, - anon_sym_RPAREN, - [225362] = 2, + aux_sym_preproc_if_token2, + [219739] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10055), 1, - anon_sym_SEMI, - [225369] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5982), 1, - anon_sym_RPAREN, - [225376] = 2, + anon_sym_DQUOTE, + [219746] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10057), 1, - anon_sym_SLASH, - [225383] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10059), 1, anon_sym_SEMI, - [225390] = 2, - ACTIONS(3914), 1, - anon_sym_LF, - ACTIONS(7161), 1, - sym_comment, - [225397] = 2, + [219753] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5980), 1, + ACTIONS(6129), 1, anon_sym_RPAREN, - [225404] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(10061), 1, - anon_sym_LF, - [225411] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10063), 1, - anon_sym_DQUOTE, - [225418] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(9324), 1, - anon_sym_LF, - [225425] = 2, + [219760] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5976), 1, + ACTIONS(10059), 1, anon_sym_RPAREN, - [225432] = 2, + [219767] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10065), 1, - aux_sym_preproc_if_token2, - [225439] = 2, + ACTIONS(6092), 1, + anon_sym_RPAREN, + [219774] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5972), 1, + ACTIONS(6055), 1, anon_sym_RPAREN, - [225446] = 2, + [219781] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - [225453] = 2, + ACTIONS(10061), 1, + anon_sym_SEMI, + [219788] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_PLUS_EQ, - [225460] = 2, + ACTIONS(10063), 1, + anon_sym_SEMI, + [219795] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5970), 1, + ACTIONS(10065), 1, anon_sym_SEMI, - [225467] = 2, + [219802] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_PIPE_PIPE, - [225474] = 2, - ACTIONS(7161), 1, - sym_comment, ACTIONS(10067), 1, - anon_sym_LF, - [225481] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5966), 1, - anon_sym_SEMI, - [225488] = 2, + aux_sym_preproc_if_token2, + [219809] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10069), 1, - anon_sym_SEMI, - [225495] = 2, + aux_sym_preproc_if_token2, + [219816] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6004), 1, - anon_sym_SEMI, - [225502] = 2, + ACTIONS(5989), 1, + anon_sym_RPAREN, + [219823] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10071), 1, - anon_sym_SEMI, - [225509] = 2, + anon_sym_RPAREN, + [219830] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10073), 1, - sym_auto, - [225516] = 2, + ACTIONS(6420), 1, + anon_sym_RBRACK, + [219837] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10075), 1, - anon_sym_RPAREN, - [225523] = 2, + ACTIONS(10073), 1, + anon_sym_SEMI, + [219844] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6340), 1, - anon_sym_RBRACK, - [225530] = 2, + ACTIONS(10075), 1, + anon_sym_SEMI, + [219851] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10077), 1, anon_sym_SEMI, - [225537] = 2, - ACTIONS(7161), 1, + [219858] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(10079), 1, - anon_sym_LF, - [225544] = 2, + anon_sym_SEMI, + [219865] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10081), 1, - anon_sym_SEMI, - [225551] = 2, + aux_sym_preproc_if_token2, + [219872] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10083), 1, - sym_auto, - [225558] = 2, + aux_sym_preproc_if_token2, + [219879] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10085), 1, - anon_sym_STAR, - [225565] = 2, + anon_sym_DQUOTE, + [219886] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10087), 1, - anon_sym_DQUOTE, - [225572] = 2, + anon_sym_SEMI, + [219893] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10089), 1, anon_sym_SEMI, - [225579] = 2, + [219900] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10091), 1, + ACTIONS(8433), 1, anon_sym_SEMI, - [225586] = 2, + [219907] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10093), 1, - anon_sym_SEMI, - [225593] = 2, + ACTIONS(10091), 1, + anon_sym_RPAREN, + [219914] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8517), 1, + ACTIONS(10093), 1, anon_sym_SEMI, - [225600] = 2, + [219921] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10095), 1, anon_sym_SEMI, - [225607] = 2, - ACTIONS(3), 1, + [219928] = 2, + ACTIONS(7157), 1, sym_comment, ACTIONS(10097), 1, - anon_sym_SEMI, - [225614] = 2, + anon_sym_LF, + [219935] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10099), 1, anon_sym_SEMI, - [225621] = 2, + [219942] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10101), 1, anon_sym_SEMI, - [225628] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8575), 1, - anon_sym_SEMI, - [225635] = 2, + [219949] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10103), 1, - ts_builtin_sym_end, - [225642] = 2, + aux_sym_preproc_if_token2, + [219956] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10105), 1, - anon_sym_RPAREN, - [225649] = 2, + aux_sym_preproc_if_token2, + [219963] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10107), 1, anon_sym_RPAREN, - [225656] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5919), 1, - anon_sym_RBRACE, - [225663] = 2, + [219970] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10109), 1, - anon_sym_RPAREN, - [225670] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9136), 1, - anon_sym_RBRACE, - [225677] = 2, + anon_sym_LPAREN2, + [219977] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10111), 1, - sym_identifier, - [225684] = 2, + anon_sym_LPAREN2, + [219984] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10113), 1, anon_sym_LPAREN2, - [225691] = 2, - ACTIONS(3), 1, + [219991] = 2, + ACTIONS(7157), 1, sym_comment, ACTIONS(10115), 1, - anon_sym_RPAREN, - [225698] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6040), 1, - anon_sym_RPAREN, - [225705] = 2, + anon_sym_LF, + [219998] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5950), 1, + ACTIONS(10117), 1, anon_sym_RPAREN, - [225712] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9604), 1, - anon_sym_AMP_AMP, - [225719] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8449), 1, - anon_sym_SEMI, - [225726] = 2, + [220005] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10117), 1, - anon_sym_EQ, - [225733] = 2, + ACTIONS(6366), 1, + anon_sym_RBRACK, + [220012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10119), 1, - anon_sym_LPAREN2, - [225740] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5087), 1, - sym_identifier, - [225747] = 2, + sym_auto, + [220019] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10121), 1, - anon_sym_LPAREN2, - [225754] = 2, + anon_sym_while, + [220026] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10123), 1, - anon_sym_SQUOTE, - [225761] = 2, + anon_sym_SEMI, + [220033] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10125), 1, - anon_sym_SEMI, - [225768] = 2, + anon_sym_LPAREN2, + [220040] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10127), 1, - anon_sym_LPAREN2, - [225775] = 2, + anon_sym_STAR, + [220047] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5944), 1, + ACTIONS(8521), 1, anon_sym_SEMI, - [225782] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9604), 1, - anon_sym_PIPE, - [225789] = 2, + [220054] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10129), 1, - anon_sym_LPAREN2, - [225796] = 2, - ACTIONS(3926), 1, - anon_sym_LF, - ACTIONS(7161), 1, - sym_comment, - [225803] = 2, + anon_sym_RPAREN, + [220061] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10131), 1, - anon_sym_RPAREN, - [225810] = 2, + anon_sym_EQ, + [220068] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10133), 1, - anon_sym_SEMI, - [225817] = 2, + sym_raw_string_content, + [220075] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10135), 1, - sym_identifier, - [225824] = 2, + anon_sym_RPAREN, + [220082] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5908), 1, + anon_sym_RBRACE, + [220089] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6013), 1, + anon_sym_SEMI, + [220096] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10137), 1, - sym_identifier, - [225831] = 2, + anon_sym_RPAREN, + [220103] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(8391), 1, + anon_sym_EQ, + [220110] = 2, + ACTIONS(7157), 1, + sym_comment, ACTIONS(10139), 1, - anon_sym_while, - [225838] = 2, + anon_sym_LF, + [220117] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10141), 1, anon_sym_RPAREN, - [225845] = 2, + [220124] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10143), 1, - anon_sym_LPAREN2, - [225852] = 2, + anon_sym_RPAREN, + [220131] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10145), 1, - anon_sym_RPAREN, - [225859] = 2, + anon_sym_COLON, + [220138] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8722), 1, + anon_sym_RBRACE, + [220145] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10147), 1, anon_sym_RPAREN, - [225866] = 2, + [220152] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10149), 1, - anon_sym_RPAREN, - [225873] = 2, - ACTIONS(7161), 1, + anon_sym_LPAREN2, + [220159] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(10151), 1, - anon_sym_LF, - [225880] = 2, + aux_sym_preproc_if_token2, + [220166] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10153), 1, - anon_sym_EQ, - [225887] = 2, + anon_sym_RPAREN, + [220173] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10155), 1, - sym_raw_string_content, - [225894] = 2, + anon_sym_while, + [220180] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10157), 1, - sym_identifier, - [225901] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5942), 1, - anon_sym_SEMI, - [225908] = 2, + aux_sym_preproc_if_token2, + [220187] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10159), 1, - anon_sym_RPAREN, - [225915] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6163), 1, - anon_sym_SEMI, - [225922] = 2, - ACTIONS(3), 1, + anon_sym_LPAREN2, + [220194] = 2, + ACTIONS(7157), 1, sym_comment, ACTIONS(10161), 1, - anon_sym_RPAREN, - [225929] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5895), 1, - anon_sym_RPAREN, - [225936] = 2, + anon_sym_LF, + [220201] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8463), 1, + ACTIONS(10163), 1, anon_sym_EQ, - [225943] = 2, + [220208] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10163), 1, - anon_sym_RPAREN, - [225950] = 2, + ACTIONS(10165), 1, + sym_raw_string_content, + [220215] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10165), 1, + ACTIONS(8389), 1, anon_sym_SEMI, - [225957] = 2, + [220222] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10167), 1, - anon_sym_RPAREN, - [225964] = 2, + ACTIONS(6057), 1, + anon_sym_SEMI, + [220229] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10169), 1, - anon_sym_SEMI, - [225971] = 2, + ACTIONS(8383), 1, + anon_sym_EQ, + [220236] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_CARET, - [225978] = 2, + ACTIONS(5093), 1, + sym_identifier, + [220243] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_AMP, - [225985] = 2, + ACTIONS(10167), 1, + aux_sym_preproc_if_token2, + [220250] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_EQ_EQ, - [225992] = 2, + ACTIONS(10169), 1, + anon_sym_RPAREN, + [220257] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10171), 1, - anon_sym_SEMI, - [225999] = 2, + anon_sym_SQUOTE, + [220264] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_BANG_EQ, - [226006] = 2, + ACTIONS(10127), 1, + anon_sym_COMMA, + [220271] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10173), 1, - anon_sym_COLON, - [226013] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10175), 1, anon_sym_LPAREN2, - [226020] = 2, + [220278] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8696), 1, + anon_sym_LF, + [220285] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8715), 1, + ACTIONS(10175), 1, anon_sym_SEMI, - [226027] = 2, + [220292] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10177), 1, - anon_sym_SEMI, - [226034] = 2, + anon_sym_while, + [220299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6002), 1, + ACTIONS(6076), 1, anon_sym_SEMI, - [226041] = 2, + [220306] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5767), 1, - anon_sym_RBRACE, - [226048] = 2, + ACTIONS(10179), 1, + anon_sym_LPAREN2, + [220313] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10179), 1, - sym_identifier, - [226055] = 2, + ACTIONS(10127), 1, + anon_sym_DASH, + [220320] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10181), 1, - anon_sym_SEMI, - [226062] = 2, + anon_sym_EQ, + [220327] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(10183), 1, - anon_sym_DQUOTE, - [226069] = 2, + sym_raw_string_content, + [220334] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10185), 1, - anon_sym_LPAREN2, - [226076] = 2, + ACTIONS(10127), 1, + anon_sym_PLUS, + [220341] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10187), 1, + ACTIONS(6078), 1, anon_sym_SEMI, - [226083] = 2, + [220348] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10189), 1, - anon_sym_RPAREN, - [226090] = 2, + ACTIONS(8395), 1, + anon_sym_EQ, + [220355] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10191), 1, - anon_sym_while, - [226097] = 2, + ACTIONS(10127), 1, + anon_sym_BANG_EQ, + [220362] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10193), 1, - anon_sym_SEMI, - [226104] = 2, + ACTIONS(10127), 1, + anon_sym_PERCENT, + [220369] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10195), 1, - anon_sym_LPAREN2, - [226111] = 2, + ACTIONS(10185), 1, + anon_sym_RPAREN, + [220376] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10197), 1, - anon_sym_LPAREN2, - [226118] = 2, + ACTIONS(10127), 1, + anon_sym_PIPE_PIPE, + [220383] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10199), 1, - anon_sym_EQ, - [226125] = 2, + ACTIONS(10127), 1, + anon_sym_AMP_AMP, + [220390] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10201), 1, - sym_raw_string_content, - [226132] = 2, + ACTIONS(10187), 1, + anon_sym_LPAREN2, + [220397] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6006), 1, - anon_sym_RPAREN, - [226139] = 2, + ACTIONS(10127), 1, + anon_sym_PIPE, + [220404] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6060), 1, - anon_sym_SEMI, - [226146] = 2, + ACTIONS(10189), 1, + sym_identifier, + [220411] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8445), 1, - anon_sym_EQ, - [226153] = 2, + ACTIONS(10191), 1, + anon_sym_LPAREN2, + [220418] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10203), 1, - anon_sym_DQUOTE, - [226160] = 2, + ACTIONS(10127), 1, + anon_sym_CARET, + [220425] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10205), 1, - anon_sym_SEMI, - [226167] = 2, + ACTIONS(10193), 1, + anon_sym_EQ, + [220432] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10207), 1, - anon_sym_RPAREN, - [226174] = 2, + ACTIONS(10195), 1, + sym_raw_string_content, + [220439] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6021), 1, - anon_sym_RPAREN, - [226181] = 2, + ACTIONS(8387), 1, + anon_sym_EQ, + [220446] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10209), 1, - anon_sym_RPAREN, - [226188] = 2, + ACTIONS(10127), 1, + anon_sym_AMP, + [220453] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6023), 1, + ACTIONS(10197), 1, anon_sym_RPAREN, - [226195] = 2, + [220460] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6030), 1, + ACTIONS(10199), 1, anon_sym_RPAREN, - [226202] = 2, + [220467] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10211), 1, - sym_identifier, - [226209] = 2, + ACTIONS(10201), 1, + anon_sym_LPAREN2, + [220474] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6032), 1, - anon_sym_RPAREN, - [226216] = 2, + ACTIONS(4103), 1, + anon_sym_COLON_COLON, + [220481] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10213), 1, + ACTIONS(10203), 1, anon_sym_RPAREN, - [226223] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(10215), 1, - anon_sym_LF, - [226230] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10217), 1, - aux_sym_preproc_if_token2, - [226237] = 2, + [220488] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10219), 1, - anon_sym_DQUOTE, - [226244] = 2, + ACTIONS(10205), 1, + anon_sym_RPAREN, + [220495] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10221), 1, - anon_sym_SEMI, - [226251] = 2, + ACTIONS(10207), 1, + anon_sym_EQ, + [220502] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10223), 1, - anon_sym_SEMI, - [226258] = 2, + ACTIONS(8399), 1, + anon_sym_EQ, + [220509] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_SEMI, - [226265] = 2, + ACTIONS(10209), 1, + anon_sym_RPAREN, + [220516] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10225), 1, + ACTIONS(5199), 1, anon_sym_RPAREN, - [226272] = 2, + [220523] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10227), 1, + ACTIONS(10211), 1, anon_sym_LPAREN2, - [226279] = 2, + [220530] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10229), 1, - anon_sym_SEMI, - [226286] = 2, + ACTIONS(10127), 1, + anon_sym_EQ_EQ, + [220537] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10231), 1, - aux_sym_preproc_if_token2, - [226293] = 2, + ACTIONS(8375), 1, + anon_sym_EQ, + [220544] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(10213), 1, + anon_sym_LF, + [220551] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10233), 1, - anon_sym_while, - [226300] = 2, + ACTIONS(10215), 1, + anon_sym_LPAREN2, + [220558] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10235), 1, - anon_sym_COLON, - [226307] = 2, + ACTIONS(10217), 1, + anon_sym_RPAREN, + [220565] = 2, + ACTIONS(7157), 1, + sym_comment, + ACTIONS(8936), 1, + anon_sym_LF, + [220572] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10237), 1, + ACTIONS(10219), 1, anon_sym_LPAREN2, - [226314] = 2, + [220579] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10239), 1, - aux_sym_preproc_if_token2, - [226321] = 2, + ACTIONS(10221), 1, + anon_sym_LPAREN2, + [220586] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10241), 1, - anon_sym_EQ, - [226328] = 2, + ACTIONS(10223), 1, + sym_identifier, + [220593] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10243), 1, - sym_raw_string_content, - [226335] = 2, + ACTIONS(10127), 1, + anon_sym_GT, + [220600] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10245), 1, - aux_sym_preproc_if_token2, - [226342] = 2, + ACTIONS(10127), 1, + anon_sym_GT_EQ, + [220607] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6125), 1, + ACTIONS(5757), 1, anon_sym_SEMI, - [226349] = 2, + [220614] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8437), 1, - anon_sym_EQ, - [226356] = 2, + ACTIONS(10127), 1, + anon_sym_LT_EQ, + [220621] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10247), 1, - anon_sym_SEMI, - [226363] = 2, + ACTIONS(10127), 1, + anon_sym_LT, + [220628] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10249), 1, - anon_sym_SEMI, - [226370] = 2, + ACTIONS(10127), 1, + anon_sym_LT_LT, + [220635] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10251), 1, - anon_sym_RPAREN, - [226377] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(10253), 1, - anon_sym_LF, - [226384] = 2, + ACTIONS(10127), 1, + anon_sym_GT_GT, + [220642] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10255), 1, - sym_auto, - [226391] = 2, + ACTIONS(10127), 1, + anon_sym_EQ, + [220649] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10257), 1, - anon_sym_LPAREN2, - [226398] = 2, + ACTIONS(10127), 1, + anon_sym_STAR_EQ, + [220656] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3623), 1, + ACTIONS(10225), 1, anon_sym_SEMI, - [226405] = 2, + [220663] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10259), 1, + ACTIONS(10227), 1, anon_sym_SEMI, - [226412] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10261), 1, - anon_sym_LPAREN2, - [226419] = 2, + [220670] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10263), 1, - aux_sym_preproc_if_token2, - [226426] = 2, + ACTIONS(10127), 1, + anon_sym_SLASH_EQ, + [220677] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10265), 1, - anon_sym_EQ, - [226433] = 2, + ACTIONS(10229), 1, + sym_identifier, + [220684] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10267), 1, - sym_raw_string_content, - [226440] = 2, + ACTIONS(10231), 1, + anon_sym_COLON, + [220691] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8451), 1, - anon_sym_EQ, - [226447] = 2, + ACTIONS(10127), 1, + anon_sym_PERCENT_EQ, + [220698] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10269), 1, + ACTIONS(5958), 1, anon_sym_SEMI, - [226454] = 2, + [220705] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10271), 1, - anon_sym_RPAREN, - [226461] = 2, + ACTIONS(10233), 1, + sym_raw_string_content, + [220712] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10273), 1, - anon_sym_RPAREN, - [226468] = 2, + ACTIONS(10127), 1, + anon_sym_PLUS_EQ, + [220719] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10275), 1, - anon_sym_LPAREN2, - [226475] = 2, + ACTIONS(10127), 1, + anon_sym_DASH_EQ, + [220726] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_GT, - [226482] = 2, + ACTIONS(10127), 1, + anon_sym_LT_LT_EQ, + [220733] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8499), 1, - anon_sym_SEMI, - [226489] = 2, + ACTIONS(10127), 1, + anon_sym_GT_GT_EQ, + [220740] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10277), 1, - anon_sym_SEMI, - [226496] = 2, + ACTIONS(10127), 1, + anon_sym_AMP_EQ, + [220747] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10279), 1, - anon_sym_EQ, - [226503] = 2, + ACTIONS(10127), 1, + anon_sym_CARET_EQ, + [220754] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8467), 1, - anon_sym_EQ, - [226510] = 2, + ACTIONS(6157), 1, + anon_sym_SEMI, + [220761] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10281), 1, - anon_sym_RPAREN, - [226517] = 2, + ACTIONS(10127), 1, + anon_sym_PIPE_EQ, + [220768] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10283), 1, - anon_sym_SEMI, - [226524] = 2, + ACTIONS(10127), 1, + anon_sym_DOT_STAR, + [220775] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10285), 1, - anon_sym_LPAREN2, - [226531] = 2, + ACTIONS(10127), 1, + anon_sym_DASH_GT_STAR, + [220782] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10287), 1, - anon_sym_RPAREN, - [226538] = 2, + ACTIONS(10235), 1, + anon_sym_SLASH, + [220789] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8433), 1, - anon_sym_EQ, - [226545] = 2, + ACTIONS(10237), 1, + anon_sym_SEMI, + [220796] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5931), 1, - anon_sym_RBRACE, - [226552] = 2, + ACTIONS(10239), 1, + anon_sym_SEMI, + [220803] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10289), 1, - anon_sym_LPAREN2, - [226559] = 2, + ACTIONS(10241), 1, + anon_sym_STAR, + [220810] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10291), 1, - anon_sym_RPAREN, - [226566] = 2, + ACTIONS(10243), 1, + anon_sym_STAR, + [220817] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10293), 1, + ACTIONS(10245), 1, anon_sym_SEMI, - [226573] = 2, + [220824] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10295), 1, - anon_sym_LPAREN2, - [226580] = 2, + ACTIONS(10247), 1, + ts_builtin_sym_end, + [220831] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10297), 1, - anon_sym_LPAREN2, - [226587] = 2, + ACTIONS(10249), 1, + anon_sym_DQUOTE, + [220838] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10299), 1, - sym_identifier, - [226594] = 2, + ACTIONS(10251), 1, + anon_sym_EQ, + [220845] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10301), 1, - anon_sym_STAR, - [226601] = 2, + ACTIONS(6127), 1, + anon_sym_RPAREN, + [220852] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10303), 1, + ACTIONS(10253), 1, sym_identifier, - [226608] = 2, + [220859] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8915), 1, - anon_sym_RBRACE, - [226615] = 2, + ACTIONS(10255), 1, + anon_sym_LPAREN2, + [220866] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10305), 1, + ACTIONS(10257), 1, anon_sym_SEMI, - [226622] = 2, + [220873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10307), 1, + ACTIONS(6133), 1, anon_sym_SEMI, - [226629] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10309), 1, - aux_sym_preproc_if_token2, - [226636] = 2, + [220880] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10311), 1, + ACTIONS(10259), 1, anon_sym_RPAREN, - [226643] = 2, + [220887] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8435), 1, + ACTIONS(6137), 1, anon_sym_SEMI, - [226650] = 2, + [220894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4790), 1, - sym_identifier, - [226657] = 2, + ACTIONS(10261), 1, + anon_sym_RPAREN, + [220901] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10313), 1, - anon_sym_SQUOTE, - [226664] = 2, + ACTIONS(10263), 1, + sym_identifier, + [220908] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10315), 1, + ACTIONS(8623), 1, anon_sym_SEMI, - [226671] = 2, + [220915] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6129), 1, + ACTIONS(10265), 1, anon_sym_SEMI, - [226678] = 2, + [220922] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10317), 1, - aux_sym_preproc_if_token2, - [226685] = 2, + ACTIONS(10267), 1, + anon_sym_SEMI, + [220929] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8607), 1, - anon_sym_SEMI, - [226692] = 2, + ACTIONS(10269), 1, + anon_sym_LPAREN2, + [220936] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10319), 1, + ACTIONS(10271), 1, anon_sym_RPAREN, - [226699] = 2, + [220943] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10321), 1, - sym_identifier, - [226706] = 2, + ACTIONS(10273), 1, + aux_sym_preproc_if_token2, + [220950] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_GT_EQ, - [226713] = 2, + ACTIONS(10275), 1, + anon_sym_LBRACE, + [220957] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10323), 1, - aux_sym_preproc_if_token2, - [226720] = 2, + ACTIONS(3508), 1, + anon_sym_DOT_DOT_DOT, + [220964] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6050), 1, - anon_sym_SEMI, - [226727] = 2, + ACTIONS(10277), 1, + aux_sym_preproc_if_token2, + [220971] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10325), 1, - sym_raw_string_content, - [226734] = 2, + ACTIONS(10279), 1, + sym_identifier, + [220978] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10327), 1, + ACTIONS(10281), 1, anon_sym_SEMI, - [226741] = 2, + [220985] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10329), 1, - sym_raw_string_content, - [226748] = 2, + ACTIONS(10283), 1, + anon_sym_SEMI, + [220992] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10331), 1, - sym_identifier, - [226755] = 2, + ACTIONS(10285), 1, + anon_sym_LPAREN2, + [220999] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10333), 1, - anon_sym_RPAREN, - [226762] = 2, - ACTIONS(7161), 1, + ACTIONS(10287), 1, + anon_sym_LBRACE, + [221006] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(10335), 1, - anon_sym_LF, - [226769] = 2, + ACTIONS(10289), 1, + anon_sym_COLON, + [221013] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10337), 1, - anon_sym_RPAREN, - [226776] = 2, + ACTIONS(10291), 1, + anon_sym_SEMI, + [221020] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10339), 1, - anon_sym_RPAREN, - [226783] = 2, + ACTIONS(10293), 1, + anon_sym_SEMI, + [221027] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10341), 1, - anon_sym_LPAREN2, - [226790] = 2, + ACTIONS(10295), 1, + anon_sym_SEMI, + [221034] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10343), 1, + ACTIONS(5979), 1, anon_sym_RPAREN, - [226797] = 2, + [221041] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10345), 1, - anon_sym_LPAREN2, - [226804] = 2, + ACTIONS(5975), 1, + anon_sym_RPAREN, + [221048] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10347), 1, - anon_sym_LPAREN2, - [226811] = 2, + ACTIONS(5973), 1, + anon_sym_SEMI, + [221055] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10349), 1, - sym_identifier, - [226818] = 2, + ACTIONS(7594), 1, + anon_sym_RPAREN, + [221062] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10351), 1, - anon_sym_RPAREN, - [226825] = 2, + ACTIONS(10297), 1, + sym_raw_string_delimiter, + [221069] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10353), 1, + ACTIONS(5981), 1, anon_sym_RPAREN, - [226832] = 2, + [221076] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10355), 1, - anon_sym_COLON, - [226839] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(10357), 1, - anon_sym_LF, - [226846] = 2, + ACTIONS(10299), 1, + aux_sym_preproc_if_token2, + [221083] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10359), 1, - anon_sym_LPAREN2, - [226853] = 2, - ACTIONS(7161), 1, + ACTIONS(10301), 1, + aux_sym_preproc_if_token2, + [221090] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8823), 1, - anon_sym_LF, - [226860] = 2, + ACTIONS(10303), 1, + aux_sym_preproc_if_token2, + [221097] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10361), 1, - sym_identifier, - [226867] = 2, + ACTIONS(10305), 1, + anon_sym_LPAREN2, + [221104] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6066), 1, + ACTIONS(10307), 1, anon_sym_SEMI, - [226874] = 2, + [221111] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10363), 1, - sym_raw_string_content, - [226881] = 2, + ACTIONS(10309), 1, + anon_sym_SEMI, + [221118] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10365), 1, - anon_sym_SEMI, - [226888] = 2, + ACTIONS(10311), 1, + anon_sym_LPAREN2, + [221125] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10367), 1, - anon_sym_SEMI, - [226895] = 2, + ACTIONS(10313), 1, + anon_sym_LPAREN2, + [221132] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10369), 1, - anon_sym_LBRACE, - [226902] = 2, + ACTIONS(10315), 1, + sym_identifier, + [221139] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10371), 1, + ACTIONS(10317), 1, anon_sym_SEMI, - [226909] = 2, + [221146] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10373), 1, - anon_sym_LPAREN2, - [226916] = 2, + ACTIONS(9126), 1, + anon_sym_RPAREN, + [221153] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10375), 1, + ACTIONS(10319), 1, anon_sym_LPAREN2, - [226923] = 2, + [221160] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10377), 1, + ACTIONS(10321), 1, sym_identifier, - [226930] = 2, + [221167] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10379), 1, - anon_sym_SEMI, - [226937] = 2, + ACTIONS(6082), 1, + anon_sym_RPAREN, + [221174] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10381), 1, - anon_sym_COLON, - [226944] = 2, - ACTIONS(3), 1, + ACTIONS(10323), 1, + sym_raw_string_content, + [221181] = 2, + ACTIONS(3938), 1, + anon_sym_LF, + ACTIONS(7157), 1, sym_comment, - ACTIONS(5765), 1, - anon_sym_SEMI, - [226951] = 2, + [221188] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10383), 1, + ACTIONS(10325), 1, anon_sym_RPAREN, - [226958] = 2, + [221195] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(10327), 1, + anon_sym_LPAREN2, + [221202] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10329), 1, + anon_sym_LPAREN2, + [221209] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10331), 1, sym_identifier, - [226965] = 2, + [221216] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5974), 1, + ACTIONS(6025), 1, anon_sym_RPAREN, - [226972] = 2, + [221223] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10387), 1, - sym_raw_string_content, - [226979] = 2, + ACTIONS(10333), 1, + sym_identifier, + [221230] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10389), 1, + ACTIONS(10335), 1, anon_sym_SEMI, - [226986] = 2, + [221237] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_LT_EQ, - [226993] = 2, + ACTIONS(10337), 1, + sym_raw_string_content, + [221244] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10391), 1, - aux_sym_preproc_if_token2, - [227000] = 2, + ACTIONS(10339), 1, + anon_sym_DQUOTE, + [221251] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10393), 1, - anon_sym_DQUOTE, - [227007] = 2, + ACTIONS(8850), 1, + anon_sym_SEMI, + [221258] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10395), 1, + ACTIONS(10341), 1, anon_sym_LPAREN2, - [227014] = 2, + [221265] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10397), 1, + ACTIONS(10343), 1, anon_sym_LPAREN2, - [227021] = 2, + [221272] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10399), 1, + ACTIONS(10345), 1, sym_identifier, - [227028] = 2, + [221279] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10401), 1, - anon_sym_SEMI, - [227035] = 2, + ACTIONS(10347), 1, + aux_sym_preproc_if_token2, + [221286] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10403), 1, + ACTIONS(10349), 1, sym_identifier, - [227042] = 2, + [221293] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_LT, - [227049] = 2, + ACTIONS(10351), 1, + aux_sym_preproc_if_token2, + [221300] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10405), 1, + ACTIONS(10353), 1, sym_raw_string_content, - [227056] = 2, - ACTIONS(7161), 1, + [221307] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8750), 1, - anon_sym_LF, - [227063] = 2, + ACTIONS(10355), 1, + anon_sym_SEMI, + [221314] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10407), 1, + ACTIONS(10357), 1, anon_sym_LPAREN2, - [227070] = 2, + [221321] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10409), 1, + ACTIONS(10359), 1, sym_identifier, - [227077] = 2, + [221328] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5968), 1, + ACTIONS(6165), 1, anon_sym_RPAREN, - [227084] = 2, + [221335] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10411), 1, + ACTIONS(10361), 1, sym_identifier, - [227091] = 2, + [221342] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10413), 1, + ACTIONS(10363), 1, sym_raw_string_content, - [227098] = 2, + [221349] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10415), 1, + ACTIONS(10365), 1, anon_sym_LPAREN2, - [227105] = 2, + [221356] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10417), 1, + ACTIONS(10367), 1, sym_identifier, - [227112] = 2, + [221363] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10419), 1, + ACTIONS(10369), 1, sym_identifier, - [227119] = 2, + [221370] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10421), 1, + ACTIONS(10371), 1, sym_identifier, - [227126] = 2, + [221377] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10423), 1, + ACTIONS(10373), 1, anon_sym_LPAREN2, - [227133] = 2, + [221384] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10425), 1, + ACTIONS(10375), 1, anon_sym_LPAREN2, - [227140] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10427), 1, - anon_sym_RPAREN, - [227147] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5964), 1, - anon_sym_RPAREN, - [227154] = 2, + [221391] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5962), 1, + ACTIONS(10377), 1, anon_sym_RPAREN, - [227161] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10429), 1, - anon_sym_SEMI, - [227168] = 2, + [221398] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10431), 1, - anon_sym_SEMI, - [227175] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10433), 1, + ACTIONS(10379), 1, anon_sym_SEMI, - [227182] = 2, - ACTIONS(7161), 1, - sym_comment, - ACTIONS(10435), 1, - anon_sym_LF, - [227189] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10437), 1, - aux_sym_preproc_if_token2, - [227196] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10439), 1, - anon_sym_STAR, - [227203] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9604), 1, - anon_sym_LT_LT, - [227210] = 2, + [221405] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10441), 1, + ACTIONS(10381), 1, aux_sym_preproc_if_token2, - [227217] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5205), 1, - anon_sym_RPAREN, - [227224] = 2, + [221412] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10443), 1, + ACTIONS(10383), 1, anon_sym_LPAREN2, - [227231] = 2, + [221419] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6094), 1, - anon_sym_RPAREN, - [227238] = 2, + ACTIONS(10385), 1, + aux_sym_preproc_if_token2, + [221426] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10445), 1, + ACTIONS(10387), 1, anon_sym_LPAREN2, - [227245] = 2, + [221433] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10447), 1, + ACTIONS(10389), 1, sym_identifier, - [227252] = 2, + [221440] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10449), 1, + ACTIONS(10391), 1, anon_sym_LPAREN2, - [227259] = 2, - ACTIONS(3), 1, + [221447] = 2, + ACTIONS(3918), 1, + anon_sym_LF, + ACTIONS(7157), 1, sym_comment, - ACTIONS(10451), 1, - anon_sym_RPAREN, - [227266] = 2, + [221454] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10453), 1, + ACTIONS(10393), 1, anon_sym_LPAREN2, - [227273] = 2, + [221461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10455), 1, + ACTIONS(10395), 1, sym_identifier, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1813)] = 0, - [SMALL_STATE(1814)] = 75, - [SMALL_STATE(1815)] = 154, - [SMALL_STATE(1816)] = 233, - [SMALL_STATE(1817)] = 310, + [SMALL_STATE(1814)] = 77, + [SMALL_STATE(1815)] = 156, + [SMALL_STATE(1816)] = 235, + [SMALL_STATE(1817)] = 312, [SMALL_STATE(1818)] = 387, [SMALL_STATE(1819)] = 458, - [SMALL_STATE(1820)] = 529, - [SMALL_STATE(1821)] = 600, - [SMALL_STATE(1822)] = 671, - [SMALL_STATE(1823)] = 742, - [SMALL_STATE(1824)] = 813, - [SMALL_STATE(1825)] = 892, - [SMALL_STATE(1826)] = 963, + [SMALL_STATE(1820)] = 537, + [SMALL_STATE(1821)] = 608, + [SMALL_STATE(1822)] = 679, + [SMALL_STATE(1823)] = 750, + [SMALL_STATE(1824)] = 875, + [SMALL_STATE(1825)] = 946, + [SMALL_STATE(1826)] = 1017, [SMALL_STATE(1827)] = 1088, [SMALL_STATE(1828)] = 1166, - [SMALL_STATE(1829)] = 1244, - [SMALL_STATE(1830)] = 1322, - [SMALL_STATE(1831)] = 1398, - [SMALL_STATE(1832)] = 1468, - [SMALL_STATE(1833)] = 1546, - [SMALL_STATE(1834)] = 1616, - [SMALL_STATE(1835)] = 1686, - [SMALL_STATE(1836)] = 1776, - [SMALL_STATE(1837)] = 1852, - [SMALL_STATE(1838)] = 1930, + [SMALL_STATE(1829)] = 1236, + [SMALL_STATE(1830)] = 1306, + [SMALL_STATE(1831)] = 1384, + [SMALL_STATE(1832)] = 1474, + [SMALL_STATE(1833)] = 1558, + [SMALL_STATE(1834)] = 1628, + [SMALL_STATE(1835)] = 1706, + [SMALL_STATE(1836)] = 1784, + [SMALL_STATE(1837)] = 1860, + [SMALL_STATE(1838)] = 1938, [SMALL_STATE(1839)] = 2014, [SMALL_STATE(1840)] = 2084, - [SMALL_STATE(1841)] = 2211, - [SMALL_STATE(1842)] = 2288, - [SMALL_STATE(1843)] = 2369, - [SMALL_STATE(1844)] = 2450, + [SMALL_STATE(1841)] = 2165, + [SMALL_STATE(1842)] = 2242, + [SMALL_STATE(1843)] = 2323, + [SMALL_STATE(1844)] = 2404, [SMALL_STATE(1845)] = 2531, [SMALL_STATE(1846)] = 2612, - [SMALL_STATE(1847)] = 2739, - [SMALL_STATE(1848)] = 2808, - [SMALL_STATE(1849)] = 2881, - [SMALL_STATE(1850)] = 2962, - [SMALL_STATE(1851)] = 3043, + [SMALL_STATE(1847)] = 2689, + [SMALL_STATE(1848)] = 2762, + [SMALL_STATE(1849)] = 2843, + [SMALL_STATE(1850)] = 2924, + [SMALL_STATE(1851)] = 2993, [SMALL_STATE(1852)] = 3120, - [SMALL_STATE(1853)] = 3201, - [SMALL_STATE(1854)] = 3282, + [SMALL_STATE(1853)] = 3189, + [SMALL_STATE(1854)] = 3270, [SMALL_STATE(1855)] = 3351, [SMALL_STATE(1856)] = 3432, - [SMALL_STATE(1857)] = 3516, - [SMALL_STATE(1858)] = 3596, - [SMALL_STATE(1859)] = 3676, - [SMALL_STATE(1860)] = 3756, - [SMALL_STATE(1861)] = 3836, - [SMALL_STATE(1862)] = 3904, - [SMALL_STATE(1863)] = 3984, - [SMALL_STATE(1864)] = 4052, - [SMALL_STATE(1865)] = 4136, - [SMALL_STATE(1866)] = 4220, - [SMALL_STATE(1867)] = 4344, - [SMALL_STATE(1868)] = 4424, - [SMALL_STATE(1869)] = 4504, - [SMALL_STATE(1870)] = 4588, + [SMALL_STATE(1857)] = 3500, + [SMALL_STATE(1858)] = 3584, + [SMALL_STATE(1859)] = 3652, + [SMALL_STATE(1860)] = 3732, + [SMALL_STATE(1861)] = 3812, + [SMALL_STATE(1862)] = 3892, + [SMALL_STATE(1863)] = 3966, + [SMALL_STATE(1864)] = 4046, + [SMALL_STATE(1865)] = 4114, + [SMALL_STATE(1866)] = 4238, + [SMALL_STATE(1867)] = 4306, + [SMALL_STATE(1868)] = 4380, + [SMALL_STATE(1869)] = 4464, + [SMALL_STATE(1870)] = 4544, [SMALL_STATE(1871)] = 4668, [SMALL_STATE(1872)] = 4748, - [SMALL_STATE(1873)] = 4816, - [SMALL_STATE(1874)] = 4884, - [SMALL_STATE(1875)] = 4958, - [SMALL_STATE(1876)] = 5082, + [SMALL_STATE(1873)] = 4832, + [SMALL_STATE(1874)] = 4912, + [SMALL_STATE(1875)] = 4992, + [SMALL_STATE(1876)] = 5076, [SMALL_STATE(1877)] = 5156, [SMALL_STATE(1878)] = 5232, [SMALL_STATE(1879)] = 5299, @@ -409200,5353 +404599,5232 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1881)] = 5489, [SMALL_STATE(1882)] = 5556, [SMALL_STATE(1883)] = 5623, - [SMALL_STATE(1884)] = 5694, - [SMALL_STATE(1885)] = 5811, - [SMALL_STATE(1886)] = 5928, - [SMALL_STATE(1887)] = 5995, - [SMALL_STATE(1888)] = 6112, - [SMALL_STATE(1889)] = 6229, - [SMALL_STATE(1890)] = 6296, - [SMALL_STATE(1891)] = 6369, - [SMALL_STATE(1892)] = 6438, - [SMALL_STATE(1893)] = 6505, - [SMALL_STATE(1894)] = 6626, - [SMALL_STATE(1895)] = 6693, - [SMALL_STATE(1896)] = 6760, - [SMALL_STATE(1897)] = 6827, - [SMALL_STATE(1898)] = 6896, - [SMALL_STATE(1899)] = 6963, - [SMALL_STATE(1900)] = 7034, - [SMALL_STATE(1901)] = 7151, - [SMALL_STATE(1902)] = 7218, - [SMALL_STATE(1903)] = 7335, - [SMALL_STATE(1904)] = 7406, - [SMALL_STATE(1905)] = 7523, - [SMALL_STATE(1906)] = 7592, - [SMALL_STATE(1907)] = 7709, - [SMALL_STATE(1908)] = 7826, - [SMALL_STATE(1909)] = 7897, - [SMALL_STATE(1910)] = 7964, - [SMALL_STATE(1911)] = 8031, - [SMALL_STATE(1912)] = 8102, - [SMALL_STATE(1913)] = 8219, + [SMALL_STATE(1884)] = 5690, + [SMALL_STATE(1885)] = 5757, + [SMALL_STATE(1886)] = 5824, + [SMALL_STATE(1887)] = 5895, + [SMALL_STATE(1888)] = 5962, + [SMALL_STATE(1889)] = 6031, + [SMALL_STATE(1890)] = 6098, + [SMALL_STATE(1891)] = 6167, + [SMALL_STATE(1892)] = 6238, + [SMALL_STATE(1893)] = 6355, + [SMALL_STATE(1894)] = 6422, + [SMALL_STATE(1895)] = 6539, + [SMALL_STATE(1896)] = 6606, + [SMALL_STATE(1897)] = 6723, + [SMALL_STATE(1898)] = 6790, + [SMALL_STATE(1899)] = 6907, + [SMALL_STATE(1900)] = 6978, + [SMALL_STATE(1901)] = 7045, + [SMALL_STATE(1902)] = 7166, + [SMALL_STATE(1903)] = 7239, + [SMALL_STATE(1904)] = 7356, + [SMALL_STATE(1905)] = 7427, + [SMALL_STATE(1906)] = 7544, + [SMALL_STATE(1907)] = 7611, + [SMALL_STATE(1908)] = 7728, + [SMALL_STATE(1909)] = 7845, + [SMALL_STATE(1910)] = 7920, + [SMALL_STATE(1911)] = 7989, + [SMALL_STATE(1912)] = 8060, + [SMALL_STATE(1913)] = 8177, [SMALL_STATE(1914)] = 8294, - [SMALL_STATE(1915)] = 8360, - [SMALL_STATE(1916)] = 8438, - [SMALL_STATE(1917)] = 8504, - [SMALL_STATE(1918)] = 8570, - [SMALL_STATE(1919)] = 8636, - [SMALL_STATE(1920)] = 8702, - [SMALL_STATE(1921)] = 8768, - [SMALL_STATE(1922)] = 8850, - [SMALL_STATE(1923)] = 8920, - [SMALL_STATE(1924)] = 8988, - [SMALL_STATE(1925)] = 9054, - [SMALL_STATE(1926)] = 9120, - [SMALL_STATE(1927)] = 9186, - [SMALL_STATE(1928)] = 9268, - [SMALL_STATE(1929)] = 9346, - [SMALL_STATE(1930)] = 9412, - [SMALL_STATE(1931)] = 9484, - [SMALL_STATE(1932)] = 9562, - [SMALL_STATE(1933)] = 9640, - [SMALL_STATE(1934)] = 9718, - [SMALL_STATE(1935)] = 9796, - [SMALL_STATE(1936)] = 9862, - [SMALL_STATE(1937)] = 9932, - [SMALL_STATE(1938)] = 10004, - [SMALL_STATE(1939)] = 10078, - [SMALL_STATE(1940)] = 10150, - [SMALL_STATE(1941)] = 10232, - [SMALL_STATE(1942)] = 10306, - [SMALL_STATE(1943)] = 10372, - [SMALL_STATE(1944)] = 10438, - [SMALL_STATE(1945)] = 10506, - [SMALL_STATE(1946)] = 10572, + [SMALL_STATE(1915)] = 8366, + [SMALL_STATE(1916)] = 8432, + [SMALL_STATE(1917)] = 8500, + [SMALL_STATE(1918)] = 8582, + [SMALL_STATE(1919)] = 8650, + [SMALL_STATE(1920)] = 8716, + [SMALL_STATE(1921)] = 8798, + [SMALL_STATE(1922)] = 8876, + [SMALL_STATE(1923)] = 8950, + [SMALL_STATE(1924)] = 9016, + [SMALL_STATE(1925)] = 9086, + [SMALL_STATE(1926)] = 9152, + [SMALL_STATE(1927)] = 9226, + [SMALL_STATE(1928)] = 9304, + [SMALL_STATE(1929)] = 9378, + [SMALL_STATE(1930)] = 9444, + [SMALL_STATE(1931)] = 9510, + [SMALL_STATE(1932)] = 9584, + [SMALL_STATE(1933)] = 9650, + [SMALL_STATE(1934)] = 9720, + [SMALL_STATE(1935)] = 9798, + [SMALL_STATE(1936)] = 9876, + [SMALL_STATE(1937)] = 9944, + [SMALL_STATE(1938)] = 10010, + [SMALL_STATE(1939)] = 10092, + [SMALL_STATE(1940)] = 10158, + [SMALL_STATE(1941)] = 10224, + [SMALL_STATE(1942)] = 10294, + [SMALL_STATE(1943)] = 10360, + [SMALL_STATE(1944)] = 10426, + [SMALL_STATE(1945)] = 10492, + [SMALL_STATE(1946)] = 10570, [SMALL_STATE(1947)] = 10638, - [SMALL_STATE(1948)] = 10706, - [SMALL_STATE(1949)] = 10788, - [SMALL_STATE(1950)] = 10866, - [SMALL_STATE(1951)] = 10944, - [SMALL_STATE(1952)] = 11022, - [SMALL_STATE(1953)] = 11092, - [SMALL_STATE(1954)] = 11158, - [SMALL_STATE(1955)] = 11226, - [SMALL_STATE(1956)] = 11292, - [SMALL_STATE(1957)] = 11358, - [SMALL_STATE(1958)] = 11435, - [SMALL_STATE(1959)] = 11512, - [SMALL_STATE(1960)] = 11579, - [SMALL_STATE(1961)] = 11648, - [SMALL_STATE(1962)] = 11713, - [SMALL_STATE(1963)] = 11790, - [SMALL_STATE(1964)] = 11859, - [SMALL_STATE(1965)] = 11930, - [SMALL_STATE(1966)] = 11995, + [SMALL_STATE(1948)] = 10704, + [SMALL_STATE(1949)] = 10770, + [SMALL_STATE(1950)] = 10836, + [SMALL_STATE(1951)] = 10902, + [SMALL_STATE(1952)] = 10968, + [SMALL_STATE(1953)] = 11046, + [SMALL_STATE(1954)] = 11124, + [SMALL_STATE(1955)] = 11202, + [SMALL_STATE(1956)] = 11284, + [SMALL_STATE(1957)] = 11362, + [SMALL_STATE(1958)] = 11431, + [SMALL_STATE(1959)] = 11500, + [SMALL_STATE(1960)] = 11573, + [SMALL_STATE(1961)] = 11642, + [SMALL_STATE(1962)] = 11707, + [SMALL_STATE(1963)] = 11778, + [SMALL_STATE(1964)] = 11843, + [SMALL_STATE(1965)] = 11920, + [SMALL_STATE(1966)] = 11991, [SMALL_STATE(1967)] = 12060, - [SMALL_STATE(1968)] = 12129, - [SMALL_STATE(1969)] = 12206, - [SMALL_STATE(1970)] = 12283, - [SMALL_STATE(1971)] = 12348, - [SMALL_STATE(1972)] = 12419, - [SMALL_STATE(1973)] = 12496, - [SMALL_STATE(1974)] = 12561, - [SMALL_STATE(1975)] = 12630, - [SMALL_STATE(1976)] = 12701, - [SMALL_STATE(1977)] = 12768, - [SMALL_STATE(1978)] = 12833, - [SMALL_STATE(1979)] = 12900, - [SMALL_STATE(1980)] = 12969, - [SMALL_STATE(1981)] = 13040, - [SMALL_STATE(1982)] = 13111, - [SMALL_STATE(1983)] = 13176, - [SMALL_STATE(1984)] = 13241, - [SMALL_STATE(1985)] = 13308, - [SMALL_STATE(1986)] = 13385, - [SMALL_STATE(1987)] = 13462, - [SMALL_STATE(1988)] = 13531, - [SMALL_STATE(1989)] = 13608, - [SMALL_STATE(1990)] = 13677, - [SMALL_STATE(1991)] = 13746, - [SMALL_STATE(1992)] = 13813, - [SMALL_STATE(1993)] = 13877, - [SMALL_STATE(1994)] = 13941, - [SMALL_STATE(1995)] = 14005, - [SMALL_STATE(1996)] = 14085, - [SMALL_STATE(1997)] = 14149, - [SMALL_STATE(1998)] = 14213, - [SMALL_STATE(1999)] = 14277, - [SMALL_STATE(2000)] = 14393, - [SMALL_STATE(2001)] = 14509, - [SMALL_STATE(2002)] = 14625, - [SMALL_STATE(2003)] = 14741, - [SMALL_STATE(2004)] = 14807, - [SMALL_STATE(2005)] = 14871, - [SMALL_STATE(2006)] = 14935, - [SMALL_STATE(2007)] = 14999, - [SMALL_STATE(2008)] = 15063, - [SMALL_STATE(2009)] = 15127, - [SMALL_STATE(2010)] = 15191, - [SMALL_STATE(2011)] = 15307, - [SMALL_STATE(2012)] = 15371, - [SMALL_STATE(2013)] = 15435, - [SMALL_STATE(2014)] = 15499, - [SMALL_STATE(2015)] = 15615, - [SMALL_STATE(2016)] = 15681, - [SMALL_STATE(2017)] = 15795, - [SMALL_STATE(2018)] = 15859, - [SMALL_STATE(2019)] = 15975, - [SMALL_STATE(2020)] = 16039, - [SMALL_STATE(2021)] = 16103, - [SMALL_STATE(2022)] = 16167, - [SMALL_STATE(2023)] = 16231, - [SMALL_STATE(2024)] = 16295, - [SMALL_STATE(2025)] = 16359, - [SMALL_STATE(2026)] = 16423, - [SMALL_STATE(2027)] = 16487, - [SMALL_STATE(2028)] = 16603, - [SMALL_STATE(2029)] = 16667, - [SMALL_STATE(2030)] = 16731, - [SMALL_STATE(2031)] = 16795, - [SMALL_STATE(2032)] = 16865, - [SMALL_STATE(2033)] = 16929, - [SMALL_STATE(2034)] = 16993, - [SMALL_STATE(2035)] = 17057, - [SMALL_STATE(2036)] = 17121, - [SMALL_STATE(2037)] = 17185, - [SMALL_STATE(2038)] = 17301, - [SMALL_STATE(2039)] = 17365, - [SMALL_STATE(2040)] = 17429, - [SMALL_STATE(2041)] = 17493, - [SMALL_STATE(2042)] = 17557, - [SMALL_STATE(2043)] = 17621, - [SMALL_STATE(2044)] = 17685, - [SMALL_STATE(2045)] = 17749, - [SMALL_STATE(2046)] = 17813, - [SMALL_STATE(2047)] = 17877, - [SMALL_STATE(2048)] = 17941, - [SMALL_STATE(2049)] = 18005, - [SMALL_STATE(2050)] = 18069, - [SMALL_STATE(2051)] = 18149, - [SMALL_STATE(2052)] = 18213, - [SMALL_STATE(2053)] = 18277, - [SMALL_STATE(2054)] = 18341, - [SMALL_STATE(2055)] = 18457, - [SMALL_STATE(2056)] = 18521, - [SMALL_STATE(2057)] = 18589, - [SMALL_STATE(2058)] = 18653, - [SMALL_STATE(2059)] = 18717, - [SMALL_STATE(2060)] = 18781, - [SMALL_STATE(2061)] = 18845, - [SMALL_STATE(2062)] = 18915, - [SMALL_STATE(2063)] = 18979, - [SMALL_STATE(2064)] = 19043, - [SMALL_STATE(2065)] = 19107, - [SMALL_STATE(2066)] = 19171, - [SMALL_STATE(2067)] = 19235, - [SMALL_STATE(2068)] = 19299, - [SMALL_STATE(2069)] = 19363, - [SMALL_STATE(2070)] = 19427, - [SMALL_STATE(2071)] = 19491, - [SMALL_STATE(2072)] = 19555, - [SMALL_STATE(2073)] = 19619, - [SMALL_STATE(2074)] = 19683, - [SMALL_STATE(2075)] = 19747, - [SMALL_STATE(2076)] = 19823, - [SMALL_STATE(2077)] = 19887, - [SMALL_STATE(2078)] = 19951, - [SMALL_STATE(2079)] = 20015, - [SMALL_STATE(2080)] = 20079, - [SMALL_STATE(2081)] = 20143, - [SMALL_STATE(2082)] = 20207, - [SMALL_STATE(2083)] = 20271, - [SMALL_STATE(2084)] = 20335, - [SMALL_STATE(2085)] = 20411, - [SMALL_STATE(2086)] = 20475, - [SMALL_STATE(2087)] = 20539, - [SMALL_STATE(2088)] = 20615, - [SMALL_STATE(2089)] = 20687, - [SMALL_STATE(2090)] = 20763, - [SMALL_STATE(2091)] = 20827, - [SMALL_STATE(2092)] = 20891, - [SMALL_STATE(2093)] = 20967, - [SMALL_STATE(2094)] = 21031, - [SMALL_STATE(2095)] = 21095, - [SMALL_STATE(2096)] = 21171, - [SMALL_STATE(2097)] = 21235, - [SMALL_STATE(2098)] = 21299, - [SMALL_STATE(2099)] = 21363, - [SMALL_STATE(2100)] = 21479, - [SMALL_STATE(2101)] = 21543, - [SMALL_STATE(2102)] = 21607, - [SMALL_STATE(2103)] = 21671, - [SMALL_STATE(2104)] = 21735, - [SMALL_STATE(2105)] = 21851, - [SMALL_STATE(2106)] = 21915, - [SMALL_STATE(2107)] = 21979, - [SMALL_STATE(2108)] = 22043, - [SMALL_STATE(2109)] = 22107, - [SMALL_STATE(2110)] = 22171, - [SMALL_STATE(2111)] = 22241, - [SMALL_STATE(2112)] = 22305, - [SMALL_STATE(2113)] = 22369, - [SMALL_STATE(2114)] = 22433, - [SMALL_STATE(2115)] = 22513, - [SMALL_STATE(2116)] = 22577, - [SMALL_STATE(2117)] = 22641, - [SMALL_STATE(2118)] = 22705, - [SMALL_STATE(2119)] = 22769, - [SMALL_STATE(2120)] = 22885, - [SMALL_STATE(2121)] = 22949, - [SMALL_STATE(2122)] = 23013, - [SMALL_STATE(2123)] = 23077, - [SMALL_STATE(2124)] = 23141, - [SMALL_STATE(2125)] = 23205, - [SMALL_STATE(2126)] = 23269, - [SMALL_STATE(2127)] = 23333, - [SMALL_STATE(2128)] = 23397, - [SMALL_STATE(2129)] = 23461, - [SMALL_STATE(2130)] = 23531, - [SMALL_STATE(2131)] = 23595, - [SMALL_STATE(2132)] = 23659, - [SMALL_STATE(2133)] = 23723, - [SMALL_STATE(2134)] = 23787, - [SMALL_STATE(2135)] = 23853, - [SMALL_STATE(2136)] = 23917, - [SMALL_STATE(2137)] = 23987, - [SMALL_STATE(2138)] = 24057, - [SMALL_STATE(2139)] = 24121, - [SMALL_STATE(2140)] = 24185, - [SMALL_STATE(2141)] = 24249, - [SMALL_STATE(2142)] = 24313, - [SMALL_STATE(2143)] = 24377, - [SMALL_STATE(2144)] = 24441, - [SMALL_STATE(2145)] = 24505, - [SMALL_STATE(2146)] = 24569, - [SMALL_STATE(2147)] = 24633, - [SMALL_STATE(2148)] = 24697, - [SMALL_STATE(2149)] = 24761, - [SMALL_STATE(2150)] = 24825, - [SMALL_STATE(2151)] = 24889, - [SMALL_STATE(2152)] = 24959, - [SMALL_STATE(2153)] = 25023, - [SMALL_STATE(2154)] = 25087, - [SMALL_STATE(2155)] = 25151, - [SMALL_STATE(2156)] = 25215, - [SMALL_STATE(2157)] = 25279, - [SMALL_STATE(2158)] = 25343, - [SMALL_STATE(2159)] = 25407, - [SMALL_STATE(2160)] = 25483, - [SMALL_STATE(2161)] = 25547, - [SMALL_STATE(2162)] = 25661, - [SMALL_STATE(2163)] = 25725, - [SMALL_STATE(2164)] = 25805, - [SMALL_STATE(2165)] = 25881, - [SMALL_STATE(2166)] = 25945, - [SMALL_STATE(2167)] = 26017, - [SMALL_STATE(2168)] = 26093, - [SMALL_STATE(2169)] = 26157, - [SMALL_STATE(2170)] = 26221, - [SMALL_STATE(2171)] = 26286, - [SMALL_STATE(2172)] = 26351, - [SMALL_STATE(2173)] = 26414, - [SMALL_STATE(2174)] = 26477, - [SMALL_STATE(2175)] = 26556, - [SMALL_STATE(2176)] = 26619, - [SMALL_STATE(2177)] = 26698, - [SMALL_STATE(2178)] = 26761, - [SMALL_STATE(2179)] = 26826, - [SMALL_STATE(2180)] = 26889, - [SMALL_STATE(2181)] = 27002, - [SMALL_STATE(2182)] = 27069, - [SMALL_STATE(2183)] = 27148, - [SMALL_STATE(2184)] = 27211, - [SMALL_STATE(2185)] = 27286, - [SMALL_STATE(2186)] = 27349, - [SMALL_STATE(2187)] = 27412, - [SMALL_STATE(2188)] = 27475, - [SMALL_STATE(2189)] = 27540, - [SMALL_STATE(2190)] = 27653, - [SMALL_STATE(2191)] = 27722, - [SMALL_STATE(2192)] = 27835, - [SMALL_STATE(2193)] = 27900, - [SMALL_STATE(2194)] = 27969, - [SMALL_STATE(2195)] = 28032, - [SMALL_STATE(2196)] = 28101, - [SMALL_STATE(2197)] = 28178, - [SMALL_STATE(2198)] = 28291, - [SMALL_STATE(2199)] = 28368, - [SMALL_STATE(2200)] = 28439, - [SMALL_STATE(2201)] = 28552, - [SMALL_STATE(2202)] = 28617, - [SMALL_STATE(2203)] = 28682, - [SMALL_STATE(2204)] = 28747, - [SMALL_STATE(2205)] = 28826, - [SMALL_STATE(2206)] = 28889, - [SMALL_STATE(2207)] = 28952, - [SMALL_STATE(2208)] = 29015, - [SMALL_STATE(2209)] = 29078, - [SMALL_STATE(2210)] = 29141, - [SMALL_STATE(2211)] = 29203, - [SMALL_STATE(2212)] = 29265, - [SMALL_STATE(2213)] = 29327, - [SMALL_STATE(2214)] = 29389, - [SMALL_STATE(2215)] = 29451, - [SMALL_STATE(2216)] = 29513, - [SMALL_STATE(2217)] = 29575, - [SMALL_STATE(2218)] = 29641, - [SMALL_STATE(2219)] = 29707, - [SMALL_STATE(2220)] = 29769, - [SMALL_STATE(2221)] = 29831, - [SMALL_STATE(2222)] = 29893, - [SMALL_STATE(2223)] = 29955, - [SMALL_STATE(2224)] = 30017, - [SMALL_STATE(2225)] = 30079, - [SMALL_STATE(2226)] = 30141, - [SMALL_STATE(2227)] = 30203, - [SMALL_STATE(2228)] = 30265, - [SMALL_STATE(2229)] = 30327, - [SMALL_STATE(2230)] = 30389, - [SMALL_STATE(2231)] = 30451, - [SMALL_STATE(2232)] = 30513, - [SMALL_STATE(2233)] = 30579, - [SMALL_STATE(2234)] = 30641, - [SMALL_STATE(2235)] = 30703, - [SMALL_STATE(2236)] = 30765, - [SMALL_STATE(2237)] = 30827, - [SMALL_STATE(2238)] = 30889, - [SMALL_STATE(2239)] = 30951, - [SMALL_STATE(2240)] = 31013, - [SMALL_STATE(2241)] = 31075, - [SMALL_STATE(2242)] = 31137, - [SMALL_STATE(2243)] = 31199, - [SMALL_STATE(2244)] = 31261, - [SMALL_STATE(2245)] = 31323, - [SMALL_STATE(2246)] = 31385, - [SMALL_STATE(2247)] = 31447, - [SMALL_STATE(2248)] = 31509, - [SMALL_STATE(2249)] = 31571, - [SMALL_STATE(2250)] = 31637, - [SMALL_STATE(2251)] = 31699, - [SMALL_STATE(2252)] = 31761, - [SMALL_STATE(2253)] = 31829, - [SMALL_STATE(2254)] = 31891, - [SMALL_STATE(2255)] = 31953, - [SMALL_STATE(2256)] = 32015, - [SMALL_STATE(2257)] = 32077, - [SMALL_STATE(2258)] = 32139, - [SMALL_STATE(2259)] = 32201, - [SMALL_STATE(2260)] = 32263, - [SMALL_STATE(2261)] = 32325, - [SMALL_STATE(2262)] = 32389, - [SMALL_STATE(2263)] = 32451, - [SMALL_STATE(2264)] = 32513, - [SMALL_STATE(2265)] = 32579, - [SMALL_STATE(2266)] = 32641, - [SMALL_STATE(2267)] = 32703, - [SMALL_STATE(2268)] = 32765, - [SMALL_STATE(2269)] = 32827, - [SMALL_STATE(2270)] = 32889, - [SMALL_STATE(2271)] = 32957, - [SMALL_STATE(2272)] = 33019, - [SMALL_STATE(2273)] = 33081, - [SMALL_STATE(2274)] = 33143, - [SMALL_STATE(2275)] = 33205, - [SMALL_STATE(2276)] = 33267, - [SMALL_STATE(2277)] = 33337, - [SMALL_STATE(2278)] = 33399, - [SMALL_STATE(2279)] = 33461, - [SMALL_STATE(2280)] = 33523, - [SMALL_STATE(2281)] = 33585, - [SMALL_STATE(2282)] = 33647, - [SMALL_STATE(2283)] = 33709, - [SMALL_STATE(2284)] = 33771, - [SMALL_STATE(2285)] = 33833, - [SMALL_STATE(2286)] = 33895, - [SMALL_STATE(2287)] = 33957, - [SMALL_STATE(2288)] = 34019, - [SMALL_STATE(2289)] = 34081, - [SMALL_STATE(2290)] = 34143, - [SMALL_STATE(2291)] = 34205, - [SMALL_STATE(2292)] = 34267, - [SMALL_STATE(2293)] = 34329, - [SMALL_STATE(2294)] = 34391, - [SMALL_STATE(2295)] = 34453, - [SMALL_STATE(2296)] = 34515, - [SMALL_STATE(2297)] = 34577, - [SMALL_STATE(2298)] = 34639, - [SMALL_STATE(2299)] = 34701, - [SMALL_STATE(2300)] = 34763, - [SMALL_STATE(2301)] = 34825, - [SMALL_STATE(2302)] = 34887, - [SMALL_STATE(2303)] = 34949, - [SMALL_STATE(2304)] = 35011, - [SMALL_STATE(2305)] = 35073, - [SMALL_STATE(2306)] = 35141, - [SMALL_STATE(2307)] = 35203, - [SMALL_STATE(2308)] = 35265, - [SMALL_STATE(2309)] = 35333, - [SMALL_STATE(2310)] = 35395, - [SMALL_STATE(2311)] = 35457, - [SMALL_STATE(2312)] = 35519, - [SMALL_STATE(2313)] = 35581, - [SMALL_STATE(2314)] = 35643, - [SMALL_STATE(2315)] = 35705, - [SMALL_STATE(2316)] = 35767, - [SMALL_STATE(2317)] = 35829, - [SMALL_STATE(2318)] = 35891, - [SMALL_STATE(2319)] = 35953, - [SMALL_STATE(2320)] = 36015, - [SMALL_STATE(2321)] = 36077, - [SMALL_STATE(2322)] = 36139, - [SMALL_STATE(2323)] = 36201, - [SMALL_STATE(2324)] = 36263, - [SMALL_STATE(2325)] = 36329, - [SMALL_STATE(2326)] = 36391, - [SMALL_STATE(2327)] = 36453, - [SMALL_STATE(2328)] = 36515, - [SMALL_STATE(2329)] = 36577, - [SMALL_STATE(2330)] = 36639, - [SMALL_STATE(2331)] = 36709, - [SMALL_STATE(2332)] = 36771, - [SMALL_STATE(2333)] = 36833, - [SMALL_STATE(2334)] = 36895, - [SMALL_STATE(2335)] = 36957, - [SMALL_STATE(2336)] = 37019, - [SMALL_STATE(2337)] = 37081, - [SMALL_STATE(2338)] = 37143, - [SMALL_STATE(2339)] = 37205, - [SMALL_STATE(2340)] = 37267, - [SMALL_STATE(2341)] = 37329, - [SMALL_STATE(2342)] = 37391, - [SMALL_STATE(2343)] = 37453, - [SMALL_STATE(2344)] = 37515, - [SMALL_STATE(2345)] = 37577, - [SMALL_STATE(2346)] = 37639, - [SMALL_STATE(2347)] = 37701, - [SMALL_STATE(2348)] = 37763, - [SMALL_STATE(2349)] = 37825, - [SMALL_STATE(2350)] = 37887, - [SMALL_STATE(2351)] = 37949, - [SMALL_STATE(2352)] = 38011, - [SMALL_STATE(2353)] = 38073, - [SMALL_STATE(2354)] = 38135, - [SMALL_STATE(2355)] = 38197, - [SMALL_STATE(2356)] = 38269, - [SMALL_STATE(2357)] = 38331, - [SMALL_STATE(2358)] = 38393, - [SMALL_STATE(2359)] = 38457, - [SMALL_STATE(2360)] = 38521, - [SMALL_STATE(2361)] = 38583, - [SMALL_STATE(2362)] = 38645, - [SMALL_STATE(2363)] = 38707, - [SMALL_STATE(2364)] = 38771, - [SMALL_STATE(2365)] = 38839, - [SMALL_STATE(2366)] = 38901, - [SMALL_STATE(2367)] = 38963, - [SMALL_STATE(2368)] = 39025, - [SMALL_STATE(2369)] = 39087, - [SMALL_STATE(2370)] = 39153, - [SMALL_STATE(2371)] = 39215, - [SMALL_STATE(2372)] = 39279, - [SMALL_STATE(2373)] = 39341, - [SMALL_STATE(2374)] = 39403, - [SMALL_STATE(2375)] = 39465, - [SMALL_STATE(2376)] = 39527, - [SMALL_STATE(2377)] = 39589, - [SMALL_STATE(2378)] = 39651, - [SMALL_STATE(2379)] = 39717, - [SMALL_STATE(2380)] = 39779, - [SMALL_STATE(2381)] = 39841, - [SMALL_STATE(2382)] = 39903, - [SMALL_STATE(2383)] = 39965, - [SMALL_STATE(2384)] = 40027, - [SMALL_STATE(2385)] = 40089, - [SMALL_STATE(2386)] = 40151, - [SMALL_STATE(2387)] = 40213, - [SMALL_STATE(2388)] = 40275, - [SMALL_STATE(2389)] = 40337, - [SMALL_STATE(2390)] = 40399, - [SMALL_STATE(2391)] = 40461, - [SMALL_STATE(2392)] = 40523, - [SMALL_STATE(2393)] = 40585, - [SMALL_STATE(2394)] = 40647, - [SMALL_STATE(2395)] = 40709, - [SMALL_STATE(2396)] = 40771, - [SMALL_STATE(2397)] = 40833, - [SMALL_STATE(2398)] = 40895, - [SMALL_STATE(2399)] = 40957, - [SMALL_STATE(2400)] = 41019, - [SMALL_STATE(2401)] = 41081, - [SMALL_STATE(2402)] = 41143, - [SMALL_STATE(2403)] = 41205, - [SMALL_STATE(2404)] = 41267, - [SMALL_STATE(2405)] = 41329, - [SMALL_STATE(2406)] = 41391, - [SMALL_STATE(2407)] = 41453, - [SMALL_STATE(2408)] = 41521, - [SMALL_STATE(2409)] = 41583, - [SMALL_STATE(2410)] = 41645, - [SMALL_STATE(2411)] = 41707, - [SMALL_STATE(2412)] = 41777, - [SMALL_STATE(2413)] = 41839, - [SMALL_STATE(2414)] = 41901, - [SMALL_STATE(2415)] = 41963, - [SMALL_STATE(2416)] = 42025, - [SMALL_STATE(2417)] = 42087, - [SMALL_STATE(2418)] = 42153, - [SMALL_STATE(2419)] = 42227, - [SMALL_STATE(2420)] = 42289, - [SMALL_STATE(2421)] = 42351, - [SMALL_STATE(2422)] = 42413, - [SMALL_STATE(2423)] = 42475, - [SMALL_STATE(2424)] = 42539, - [SMALL_STATE(2425)] = 42601, - [SMALL_STATE(2426)] = 42663, - [SMALL_STATE(2427)] = 42731, - [SMALL_STATE(2428)] = 42793, - [SMALL_STATE(2429)] = 42855, - [SMALL_STATE(2430)] = 42917, - [SMALL_STATE(2431)] = 42979, - [SMALL_STATE(2432)] = 43041, - [SMALL_STATE(2433)] = 43103, - [SMALL_STATE(2434)] = 43165, - [SMALL_STATE(2435)] = 43241, - [SMALL_STATE(2436)] = 43303, - [SMALL_STATE(2437)] = 43365, - [SMALL_STATE(2438)] = 43427, - [SMALL_STATE(2439)] = 43489, - [SMALL_STATE(2440)] = 43551, - [SMALL_STATE(2441)] = 43613, - [SMALL_STATE(2442)] = 43675, - [SMALL_STATE(2443)] = 43737, - [SMALL_STATE(2444)] = 43799, - [SMALL_STATE(2445)] = 43861, - [SMALL_STATE(2446)] = 43923, - [SMALL_STATE(2447)] = 43985, - [SMALL_STATE(2448)] = 44047, - [SMALL_STATE(2449)] = 44125, - [SMALL_STATE(2450)] = 44187, - [SMALL_STATE(2451)] = 44249, - [SMALL_STATE(2452)] = 44311, - [SMALL_STATE(2453)] = 44373, - [SMALL_STATE(2454)] = 44435, - [SMALL_STATE(2455)] = 44505, - [SMALL_STATE(2456)] = 44567, - [SMALL_STATE(2457)] = 44629, - [SMALL_STATE(2458)] = 44691, - [SMALL_STATE(2459)] = 44753, - [SMALL_STATE(2460)] = 44815, - [SMALL_STATE(2461)] = 44889, - [SMALL_STATE(2462)] = 44951, - [SMALL_STATE(2463)] = 45013, - [SMALL_STATE(2464)] = 45075, - [SMALL_STATE(2465)] = 45137, - [SMALL_STATE(2466)] = 45199, - [SMALL_STATE(2467)] = 45261, - [SMALL_STATE(2468)] = 45323, - [SMALL_STATE(2469)] = 45385, - [SMALL_STATE(2470)] = 45446, - [SMALL_STATE(2471)] = 45551, - [SMALL_STATE(2472)] = 45626, - [SMALL_STATE(2473)] = 45687, - [SMALL_STATE(2474)] = 45748, - [SMALL_STATE(2475)] = 45809, - [SMALL_STATE(2476)] = 45870, - [SMALL_STATE(2477)] = 45979, - [SMALL_STATE(2478)] = 46040, - [SMALL_STATE(2479)] = 46107, - [SMALL_STATE(2480)] = 46180, - [SMALL_STATE(2481)] = 46241, - [SMALL_STATE(2482)] = 46316, - [SMALL_STATE(2483)] = 46377, - [SMALL_STATE(2484)] = 46448, - [SMALL_STATE(2485)] = 46509, - [SMALL_STATE(2486)] = 46582, - [SMALL_STATE(2487)] = 46663, - [SMALL_STATE(2488)] = 46724, - [SMALL_STATE(2489)] = 46829, - [SMALL_STATE(2490)] = 46890, - [SMALL_STATE(2491)] = 46951, - [SMALL_STATE(2492)] = 47012, - [SMALL_STATE(2493)] = 47117, - [SMALL_STATE(2494)] = 47184, - [SMALL_STATE(2495)] = 47249, - [SMALL_STATE(2496)] = 47320, - [SMALL_STATE(2497)] = 47395, - [SMALL_STATE(2498)] = 47456, - [SMALL_STATE(2499)] = 47535, - [SMALL_STATE(2500)] = 47596, - [SMALL_STATE(2501)] = 47657, - [SMALL_STATE(2502)] = 47718, - [SMALL_STATE(2503)] = 47785, - [SMALL_STATE(2504)] = 47846, - [SMALL_STATE(2505)] = 47911, - [SMALL_STATE(2506)] = 47990, - [SMALL_STATE(2507)] = 48051, - [SMALL_STATE(2508)] = 48112, - [SMALL_STATE(2509)] = 48175, - [SMALL_STATE(2510)] = 48236, - [SMALL_STATE(2511)] = 48297, - [SMALL_STATE(2512)] = 48370, - [SMALL_STATE(2513)] = 48437, - [SMALL_STATE(2514)] = 48498, - [SMALL_STATE(2515)] = 48559, - [SMALL_STATE(2516)] = 48628, - [SMALL_STATE(2517)] = 48689, - [SMALL_STATE(2518)] = 48750, - [SMALL_STATE(2519)] = 48811, - [SMALL_STATE(2520)] = 48872, - [SMALL_STATE(2521)] = 48933, - [SMALL_STATE(2522)] = 48994, - [SMALL_STATE(2523)] = 49059, - [SMALL_STATE(2524)] = 49134, - [SMALL_STATE(2525)] = 49195, - [SMALL_STATE(2526)] = 49260, - [SMALL_STATE(2527)] = 49321, - [SMALL_STATE(2528)] = 49384, - [SMALL_STATE(2529)] = 49447, - [SMALL_STATE(2530)] = 49508, - [SMALL_STATE(2531)] = 49573, - [SMALL_STATE(2532)] = 49634, - [SMALL_STATE(2533)] = 49707, - [SMALL_STATE(2534)] = 49768, - [SMALL_STATE(2535)] = 49829, + [SMALL_STATE(1968)] = 12125, + [SMALL_STATE(1969)] = 12202, + [SMALL_STATE(1970)] = 12279, + [SMALL_STATE(1971)] = 12344, + [SMALL_STATE(1972)] = 12421, + [SMALL_STATE(1973)] = 12498, + [SMALL_STATE(1974)] = 12567, + [SMALL_STATE(1975)] = 12636, + [SMALL_STATE(1976)] = 12703, + [SMALL_STATE(1977)] = 12772, + [SMALL_STATE(1978)] = 12837, + [SMALL_STATE(1979)] = 12906, + [SMALL_STATE(1980)] = 12979, + [SMALL_STATE(1981)] = 13050, + [SMALL_STATE(1982)] = 13127, + [SMALL_STATE(1983)] = 13194, + [SMALL_STATE(1984)] = 13271, + [SMALL_STATE(1985)] = 13348, + [SMALL_STATE(1986)] = 13413, + [SMALL_STATE(1987)] = 13480, + [SMALL_STATE(1988)] = 13549, + [SMALL_STATE(1989)] = 13614, + [SMALL_STATE(1990)] = 13683, + [SMALL_STATE(1991)] = 13760, + [SMALL_STATE(1992)] = 13825, + [SMALL_STATE(1993)] = 13889, + [SMALL_STATE(1994)] = 13953, + [SMALL_STATE(1995)] = 14017, + [SMALL_STATE(1996)] = 14081, + [SMALL_STATE(1997)] = 14145, + [SMALL_STATE(1998)] = 14209, + [SMALL_STATE(1999)] = 14273, + [SMALL_STATE(2000)] = 14337, + [SMALL_STATE(2001)] = 14453, + [SMALL_STATE(2002)] = 14517, + [SMALL_STATE(2003)] = 14581, + [SMALL_STATE(2004)] = 14645, + [SMALL_STATE(2005)] = 14709, + [SMALL_STATE(2006)] = 14773, + [SMALL_STATE(2007)] = 14837, + [SMALL_STATE(2008)] = 14953, + [SMALL_STATE(2009)] = 15017, + [SMALL_STATE(2010)] = 15081, + [SMALL_STATE(2011)] = 15145, + [SMALL_STATE(2012)] = 15209, + [SMALL_STATE(2013)] = 15273, + [SMALL_STATE(2014)] = 15337, + [SMALL_STATE(2015)] = 15401, + [SMALL_STATE(2016)] = 15465, + [SMALL_STATE(2017)] = 15529, + [SMALL_STATE(2018)] = 15593, + [SMALL_STATE(2019)] = 15657, + [SMALL_STATE(2020)] = 15721, + [SMALL_STATE(2021)] = 15785, + [SMALL_STATE(2022)] = 15849, + [SMALL_STATE(2023)] = 15913, + [SMALL_STATE(2024)] = 15977, + [SMALL_STATE(2025)] = 16041, + [SMALL_STATE(2026)] = 16105, + [SMALL_STATE(2027)] = 16219, + [SMALL_STATE(2028)] = 16335, + [SMALL_STATE(2029)] = 16399, + [SMALL_STATE(2030)] = 16475, + [SMALL_STATE(2031)] = 16551, + [SMALL_STATE(2032)] = 16627, + [SMALL_STATE(2033)] = 16691, + [SMALL_STATE(2034)] = 16755, + [SMALL_STATE(2035)] = 16819, + [SMALL_STATE(2036)] = 16883, + [SMALL_STATE(2037)] = 16999, + [SMALL_STATE(2038)] = 17079, + [SMALL_STATE(2039)] = 17149, + [SMALL_STATE(2040)] = 17265, + [SMALL_STATE(2041)] = 17329, + [SMALL_STATE(2042)] = 17393, + [SMALL_STATE(2043)] = 17457, + [SMALL_STATE(2044)] = 17521, + [SMALL_STATE(2045)] = 17585, + [SMALL_STATE(2046)] = 17649, + [SMALL_STATE(2047)] = 17713, + [SMALL_STATE(2048)] = 17777, + [SMALL_STATE(2049)] = 17841, + [SMALL_STATE(2050)] = 17905, + [SMALL_STATE(2051)] = 17969, + [SMALL_STATE(2052)] = 18033, + [SMALL_STATE(2053)] = 18097, + [SMALL_STATE(2054)] = 18167, + [SMALL_STATE(2055)] = 18231, + [SMALL_STATE(2056)] = 18307, + [SMALL_STATE(2057)] = 18383, + [SMALL_STATE(2058)] = 18459, + [SMALL_STATE(2059)] = 18523, + [SMALL_STATE(2060)] = 18587, + [SMALL_STATE(2061)] = 18657, + [SMALL_STATE(2062)] = 18721, + [SMALL_STATE(2063)] = 18785, + [SMALL_STATE(2064)] = 18849, + [SMALL_STATE(2065)] = 18913, + [SMALL_STATE(2066)] = 18977, + [SMALL_STATE(2067)] = 19043, + [SMALL_STATE(2068)] = 19107, + [SMALL_STATE(2069)] = 19171, + [SMALL_STATE(2070)] = 19235, + [SMALL_STATE(2071)] = 19299, + [SMALL_STATE(2072)] = 19363, + [SMALL_STATE(2073)] = 19427, + [SMALL_STATE(2074)] = 19491, + [SMALL_STATE(2075)] = 19571, + [SMALL_STATE(2076)] = 19635, + [SMALL_STATE(2077)] = 19701, + [SMALL_STATE(2078)] = 19765, + [SMALL_STATE(2079)] = 19829, + [SMALL_STATE(2080)] = 19893, + [SMALL_STATE(2081)] = 19957, + [SMALL_STATE(2082)] = 20021, + [SMALL_STATE(2083)] = 20085, + [SMALL_STATE(2084)] = 20149, + [SMALL_STATE(2085)] = 20215, + [SMALL_STATE(2086)] = 20279, + [SMALL_STATE(2087)] = 20343, + [SMALL_STATE(2088)] = 20407, + [SMALL_STATE(2089)] = 20479, + [SMALL_STATE(2090)] = 20543, + [SMALL_STATE(2091)] = 20607, + [SMALL_STATE(2092)] = 20671, + [SMALL_STATE(2093)] = 20735, + [SMALL_STATE(2094)] = 20799, + [SMALL_STATE(2095)] = 20863, + [SMALL_STATE(2096)] = 20927, + [SMALL_STATE(2097)] = 20991, + [SMALL_STATE(2098)] = 21055, + [SMALL_STATE(2099)] = 21119, + [SMALL_STATE(2100)] = 21183, + [SMALL_STATE(2101)] = 21247, + [SMALL_STATE(2102)] = 21311, + [SMALL_STATE(2103)] = 21375, + [SMALL_STATE(2104)] = 21439, + [SMALL_STATE(2105)] = 21503, + [SMALL_STATE(2106)] = 21573, + [SMALL_STATE(2107)] = 21637, + [SMALL_STATE(2108)] = 21701, + [SMALL_STATE(2109)] = 21765, + [SMALL_STATE(2110)] = 21829, + [SMALL_STATE(2111)] = 21945, + [SMALL_STATE(2112)] = 22059, + [SMALL_STATE(2113)] = 22123, + [SMALL_STATE(2114)] = 22199, + [SMALL_STATE(2115)] = 22275, + [SMALL_STATE(2116)] = 22351, + [SMALL_STATE(2117)] = 22415, + [SMALL_STATE(2118)] = 22531, + [SMALL_STATE(2119)] = 22595, + [SMALL_STATE(2120)] = 22659, + [SMALL_STATE(2121)] = 22775, + [SMALL_STATE(2122)] = 22839, + [SMALL_STATE(2123)] = 22903, + [SMALL_STATE(2124)] = 23019, + [SMALL_STATE(2125)] = 23083, + [SMALL_STATE(2126)] = 23199, + [SMALL_STATE(2127)] = 23263, + [SMALL_STATE(2128)] = 23327, + [SMALL_STATE(2129)] = 23443, + [SMALL_STATE(2130)] = 23559, + [SMALL_STATE(2131)] = 23675, + [SMALL_STATE(2132)] = 23739, + [SMALL_STATE(2133)] = 23803, + [SMALL_STATE(2134)] = 23883, + [SMALL_STATE(2135)] = 23947, + [SMALL_STATE(2136)] = 24017, + [SMALL_STATE(2137)] = 24081, + [SMALL_STATE(2138)] = 24145, + [SMALL_STATE(2139)] = 24209, + [SMALL_STATE(2140)] = 24273, + [SMALL_STATE(2141)] = 24337, + [SMALL_STATE(2142)] = 24407, + [SMALL_STATE(2143)] = 24471, + [SMALL_STATE(2144)] = 24535, + [SMALL_STATE(2145)] = 24599, + [SMALL_STATE(2146)] = 24663, + [SMALL_STATE(2147)] = 24727, + [SMALL_STATE(2148)] = 24791, + [SMALL_STATE(2149)] = 24855, + [SMALL_STATE(2150)] = 24919, + [SMALL_STATE(2151)] = 24983, + [SMALL_STATE(2152)] = 25047, + [SMALL_STATE(2153)] = 25111, + [SMALL_STATE(2154)] = 25175, + [SMALL_STATE(2155)] = 25239, + [SMALL_STATE(2156)] = 25307, + [SMALL_STATE(2157)] = 25371, + [SMALL_STATE(2158)] = 25435, + [SMALL_STATE(2159)] = 25499, + [SMALL_STATE(2160)] = 25563, + [SMALL_STATE(2161)] = 25643, + [SMALL_STATE(2162)] = 25707, + [SMALL_STATE(2163)] = 25771, + [SMALL_STATE(2164)] = 25835, + [SMALL_STATE(2165)] = 25899, + [SMALL_STATE(2166)] = 25963, + [SMALL_STATE(2167)] = 26035, + [SMALL_STATE(2168)] = 26099, + [SMALL_STATE(2169)] = 26163, + [SMALL_STATE(2170)] = 26233, + [SMALL_STATE(2171)] = 26298, + [SMALL_STATE(2172)] = 26363, + [SMALL_STATE(2173)] = 26432, + [SMALL_STATE(2174)] = 26499, + [SMALL_STATE(2175)] = 26566, + [SMALL_STATE(2176)] = 26679, + [SMALL_STATE(2177)] = 26750, + [SMALL_STATE(2178)] = 26863, + [SMALL_STATE(2179)] = 26976, + [SMALL_STATE(2180)] = 27053, + [SMALL_STATE(2181)] = 27130, + [SMALL_STATE(2182)] = 27205, + [SMALL_STATE(2183)] = 27284, + [SMALL_STATE(2184)] = 27355, + [SMALL_STATE(2185)] = 27426, + [SMALL_STATE(2186)] = 27491, + [SMALL_STATE(2187)] = 27556, + [SMALL_STATE(2188)] = 27619, + [SMALL_STATE(2189)] = 27682, + [SMALL_STATE(2190)] = 27745, + [SMALL_STATE(2191)] = 27808, + [SMALL_STATE(2192)] = 27871, + [SMALL_STATE(2193)] = 27936, + [SMALL_STATE(2194)] = 27999, + [SMALL_STATE(2195)] = 28062, + [SMALL_STATE(2196)] = 28125, + [SMALL_STATE(2197)] = 28204, + [SMALL_STATE(2198)] = 28267, + [SMALL_STATE(2199)] = 28330, + [SMALL_STATE(2200)] = 28393, + [SMALL_STATE(2201)] = 28460, + [SMALL_STATE(2202)] = 28523, + [SMALL_STATE(2203)] = 28586, + [SMALL_STATE(2204)] = 28649, + [SMALL_STATE(2205)] = 28728, + [SMALL_STATE(2206)] = 28841, + [SMALL_STATE(2207)] = 28920, + [SMALL_STATE(2208)] = 29033, + [SMALL_STATE(2209)] = 29098, + [SMALL_STATE(2210)] = 29161, + [SMALL_STATE(2211)] = 29223, + [SMALL_STATE(2212)] = 29285, + [SMALL_STATE(2213)] = 29347, + [SMALL_STATE(2214)] = 29409, + [SMALL_STATE(2215)] = 29477, + [SMALL_STATE(2216)] = 29539, + [SMALL_STATE(2217)] = 29601, + [SMALL_STATE(2218)] = 29667, + [SMALL_STATE(2219)] = 29729, + [SMALL_STATE(2220)] = 29799, + [SMALL_STATE(2221)] = 29869, + [SMALL_STATE(2222)] = 29931, + [SMALL_STATE(2223)] = 29993, + [SMALL_STATE(2224)] = 30061, + [SMALL_STATE(2225)] = 30123, + [SMALL_STATE(2226)] = 30187, + [SMALL_STATE(2227)] = 30249, + [SMALL_STATE(2228)] = 30311, + [SMALL_STATE(2229)] = 30377, + [SMALL_STATE(2230)] = 30439, + [SMALL_STATE(2231)] = 30501, + [SMALL_STATE(2232)] = 30563, + [SMALL_STATE(2233)] = 30625, + [SMALL_STATE(2234)] = 30687, + [SMALL_STATE(2235)] = 30749, + [SMALL_STATE(2236)] = 30811, + [SMALL_STATE(2237)] = 30873, + [SMALL_STATE(2238)] = 30935, + [SMALL_STATE(2239)] = 30997, + [SMALL_STATE(2240)] = 31059, + [SMALL_STATE(2241)] = 31121, + [SMALL_STATE(2242)] = 31183, + [SMALL_STATE(2243)] = 31245, + [SMALL_STATE(2244)] = 31307, + [SMALL_STATE(2245)] = 31369, + [SMALL_STATE(2246)] = 31431, + [SMALL_STATE(2247)] = 31493, + [SMALL_STATE(2248)] = 31555, + [SMALL_STATE(2249)] = 31617, + [SMALL_STATE(2250)] = 31679, + [SMALL_STATE(2251)] = 31745, + [SMALL_STATE(2252)] = 31811, + [SMALL_STATE(2253)] = 31873, + [SMALL_STATE(2254)] = 31935, + [SMALL_STATE(2255)] = 31997, + [SMALL_STATE(2256)] = 32067, + [SMALL_STATE(2257)] = 32129, + [SMALL_STATE(2258)] = 32191, + [SMALL_STATE(2259)] = 32253, + [SMALL_STATE(2260)] = 32315, + [SMALL_STATE(2261)] = 32377, + [SMALL_STATE(2262)] = 32439, + [SMALL_STATE(2263)] = 32501, + [SMALL_STATE(2264)] = 32569, + [SMALL_STATE(2265)] = 32631, + [SMALL_STATE(2266)] = 32693, + [SMALL_STATE(2267)] = 32755, + [SMALL_STATE(2268)] = 32817, + [SMALL_STATE(2269)] = 32879, + [SMALL_STATE(2270)] = 32941, + [SMALL_STATE(2271)] = 33003, + [SMALL_STATE(2272)] = 33065, + [SMALL_STATE(2273)] = 33127, + [SMALL_STATE(2274)] = 33189, + [SMALL_STATE(2275)] = 33251, + [SMALL_STATE(2276)] = 33313, + [SMALL_STATE(2277)] = 33375, + [SMALL_STATE(2278)] = 33437, + [SMALL_STATE(2279)] = 33499, + [SMALL_STATE(2280)] = 33561, + [SMALL_STATE(2281)] = 33623, + [SMALL_STATE(2282)] = 33697, + [SMALL_STATE(2283)] = 33759, + [SMALL_STATE(2284)] = 33821, + [SMALL_STATE(2285)] = 33887, + [SMALL_STATE(2286)] = 33949, + [SMALL_STATE(2287)] = 34011, + [SMALL_STATE(2288)] = 34073, + [SMALL_STATE(2289)] = 34135, + [SMALL_STATE(2290)] = 34197, + [SMALL_STATE(2291)] = 34259, + [SMALL_STATE(2292)] = 34321, + [SMALL_STATE(2293)] = 34383, + [SMALL_STATE(2294)] = 34445, + [SMALL_STATE(2295)] = 34507, + [SMALL_STATE(2296)] = 34569, + [SMALL_STATE(2297)] = 34631, + [SMALL_STATE(2298)] = 34693, + [SMALL_STATE(2299)] = 34755, + [SMALL_STATE(2300)] = 34817, + [SMALL_STATE(2301)] = 34879, + [SMALL_STATE(2302)] = 34941, + [SMALL_STATE(2303)] = 35003, + [SMALL_STATE(2304)] = 35067, + [SMALL_STATE(2305)] = 35129, + [SMALL_STATE(2306)] = 35191, + [SMALL_STATE(2307)] = 35253, + [SMALL_STATE(2308)] = 35315, + [SMALL_STATE(2309)] = 35377, + [SMALL_STATE(2310)] = 35439, + [SMALL_STATE(2311)] = 35501, + [SMALL_STATE(2312)] = 35563, + [SMALL_STATE(2313)] = 35625, + [SMALL_STATE(2314)] = 35687, + [SMALL_STATE(2315)] = 35749, + [SMALL_STATE(2316)] = 35811, + [SMALL_STATE(2317)] = 35873, + [SMALL_STATE(2318)] = 35935, + [SMALL_STATE(2319)] = 35997, + [SMALL_STATE(2320)] = 36061, + [SMALL_STATE(2321)] = 36123, + [SMALL_STATE(2322)] = 36185, + [SMALL_STATE(2323)] = 36247, + [SMALL_STATE(2324)] = 36309, + [SMALL_STATE(2325)] = 36371, + [SMALL_STATE(2326)] = 36433, + [SMALL_STATE(2327)] = 36505, + [SMALL_STATE(2328)] = 36567, + [SMALL_STATE(2329)] = 36633, + [SMALL_STATE(2330)] = 36695, + [SMALL_STATE(2331)] = 36757, + [SMALL_STATE(2332)] = 36819, + [SMALL_STATE(2333)] = 36881, + [SMALL_STATE(2334)] = 36943, + [SMALL_STATE(2335)] = 37005, + [SMALL_STATE(2336)] = 37067, + [SMALL_STATE(2337)] = 37129, + [SMALL_STATE(2338)] = 37191, + [SMALL_STATE(2339)] = 37253, + [SMALL_STATE(2340)] = 37315, + [SMALL_STATE(2341)] = 37377, + [SMALL_STATE(2342)] = 37439, + [SMALL_STATE(2343)] = 37501, + [SMALL_STATE(2344)] = 37563, + [SMALL_STATE(2345)] = 37625, + [SMALL_STATE(2346)] = 37687, + [SMALL_STATE(2347)] = 37749, + [SMALL_STATE(2348)] = 37811, + [SMALL_STATE(2349)] = 37873, + [SMALL_STATE(2350)] = 37935, + [SMALL_STATE(2351)] = 37997, + [SMALL_STATE(2352)] = 38059, + [SMALL_STATE(2353)] = 38121, + [SMALL_STATE(2354)] = 38185, + [SMALL_STATE(2355)] = 38247, + [SMALL_STATE(2356)] = 38313, + [SMALL_STATE(2357)] = 38375, + [SMALL_STATE(2358)] = 38437, + [SMALL_STATE(2359)] = 38499, + [SMALL_STATE(2360)] = 38561, + [SMALL_STATE(2361)] = 38623, + [SMALL_STATE(2362)] = 38685, + [SMALL_STATE(2363)] = 38747, + [SMALL_STATE(2364)] = 38817, + [SMALL_STATE(2365)] = 38879, + [SMALL_STATE(2366)] = 38941, + [SMALL_STATE(2367)] = 39003, + [SMALL_STATE(2368)] = 39067, + [SMALL_STATE(2369)] = 39129, + [SMALL_STATE(2370)] = 39191, + [SMALL_STATE(2371)] = 39253, + [SMALL_STATE(2372)] = 39315, + [SMALL_STATE(2373)] = 39377, + [SMALL_STATE(2374)] = 39445, + [SMALL_STATE(2375)] = 39507, + [SMALL_STATE(2376)] = 39569, + [SMALL_STATE(2377)] = 39631, + [SMALL_STATE(2378)] = 39693, + [SMALL_STATE(2379)] = 39755, + [SMALL_STATE(2380)] = 39817, + [SMALL_STATE(2381)] = 39879, + [SMALL_STATE(2382)] = 39941, + [SMALL_STATE(2383)] = 40003, + [SMALL_STATE(2384)] = 40065, + [SMALL_STATE(2385)] = 40127, + [SMALL_STATE(2386)] = 40189, + [SMALL_STATE(2387)] = 40251, + [SMALL_STATE(2388)] = 40313, + [SMALL_STATE(2389)] = 40375, + [SMALL_STATE(2390)] = 40437, + [SMALL_STATE(2391)] = 40499, + [SMALL_STATE(2392)] = 40561, + [SMALL_STATE(2393)] = 40623, + [SMALL_STATE(2394)] = 40685, + [SMALL_STATE(2395)] = 40747, + [SMALL_STATE(2396)] = 40809, + [SMALL_STATE(2397)] = 40871, + [SMALL_STATE(2398)] = 40933, + [SMALL_STATE(2399)] = 40995, + [SMALL_STATE(2400)] = 41057, + [SMALL_STATE(2401)] = 41119, + [SMALL_STATE(2402)] = 41181, + [SMALL_STATE(2403)] = 41243, + [SMALL_STATE(2404)] = 41305, + [SMALL_STATE(2405)] = 41367, + [SMALL_STATE(2406)] = 41429, + [SMALL_STATE(2407)] = 41491, + [SMALL_STATE(2408)] = 41553, + [SMALL_STATE(2409)] = 41615, + [SMALL_STATE(2410)] = 41677, + [SMALL_STATE(2411)] = 41739, + [SMALL_STATE(2412)] = 41805, + [SMALL_STATE(2413)] = 41867, + [SMALL_STATE(2414)] = 41929, + [SMALL_STATE(2415)] = 41991, + [SMALL_STATE(2416)] = 42053, + [SMALL_STATE(2417)] = 42115, + [SMALL_STATE(2418)] = 42177, + [SMALL_STATE(2419)] = 42251, + [SMALL_STATE(2420)] = 42313, + [SMALL_STATE(2421)] = 42375, + [SMALL_STATE(2422)] = 42437, + [SMALL_STATE(2423)] = 42499, + [SMALL_STATE(2424)] = 42577, + [SMALL_STATE(2425)] = 42647, + [SMALL_STATE(2426)] = 42709, + [SMALL_STATE(2427)] = 42771, + [SMALL_STATE(2428)] = 42839, + [SMALL_STATE(2429)] = 42901, + [SMALL_STATE(2430)] = 42963, + [SMALL_STATE(2431)] = 43029, + [SMALL_STATE(2432)] = 43105, + [SMALL_STATE(2433)] = 43167, + [SMALL_STATE(2434)] = 43229, + [SMALL_STATE(2435)] = 43291, + [SMALL_STATE(2436)] = 43353, + [SMALL_STATE(2437)] = 43415, + [SMALL_STATE(2438)] = 43477, + [SMALL_STATE(2439)] = 43547, + [SMALL_STATE(2440)] = 43609, + [SMALL_STATE(2441)] = 43671, + [SMALL_STATE(2442)] = 43733, + [SMALL_STATE(2443)] = 43795, + [SMALL_STATE(2444)] = 43857, + [SMALL_STATE(2445)] = 43919, + [SMALL_STATE(2446)] = 43981, + [SMALL_STATE(2447)] = 44043, + [SMALL_STATE(2448)] = 44105, + [SMALL_STATE(2449)] = 44167, + [SMALL_STATE(2450)] = 44229, + [SMALL_STATE(2451)] = 44291, + [SMALL_STATE(2452)] = 44355, + [SMALL_STATE(2453)] = 44417, + [SMALL_STATE(2454)] = 44479, + [SMALL_STATE(2455)] = 44541, + [SMALL_STATE(2456)] = 44603, + [SMALL_STATE(2457)] = 44665, + [SMALL_STATE(2458)] = 44727, + [SMALL_STATE(2459)] = 44789, + [SMALL_STATE(2460)] = 44851, + [SMALL_STATE(2461)] = 44913, + [SMALL_STATE(2462)] = 44975, + [SMALL_STATE(2463)] = 45037, + [SMALL_STATE(2464)] = 45099, + [SMALL_STATE(2465)] = 45161, + [SMALL_STATE(2466)] = 45223, + [SMALL_STATE(2467)] = 45285, + [SMALL_STATE(2468)] = 45347, + [SMALL_STATE(2469)] = 45409, + [SMALL_STATE(2470)] = 45470, + [SMALL_STATE(2471)] = 45531, + [SMALL_STATE(2472)] = 45598, + [SMALL_STATE(2473)] = 45659, + [SMALL_STATE(2474)] = 45720, + [SMALL_STATE(2475)] = 45783, + [SMALL_STATE(2476)] = 45864, + [SMALL_STATE(2477)] = 45925, + [SMALL_STATE(2478)] = 46034, + [SMALL_STATE(2479)] = 46095, + [SMALL_STATE(2480)] = 46166, + [SMALL_STATE(2481)] = 46233, + [SMALL_STATE(2482)] = 46294, + [SMALL_STATE(2483)] = 46355, + [SMALL_STATE(2484)] = 46416, + [SMALL_STATE(2485)] = 46491, + [SMALL_STATE(2486)] = 46552, + [SMALL_STATE(2487)] = 46613, + [SMALL_STATE(2488)] = 46674, + [SMALL_STATE(2489)] = 46735, + [SMALL_STATE(2490)] = 46840, + [SMALL_STATE(2491)] = 46919, + [SMALL_STATE(2492)] = 46980, + [SMALL_STATE(2493)] = 47041, + [SMALL_STATE(2494)] = 47106, + [SMALL_STATE(2495)] = 47171, + [SMALL_STATE(2496)] = 47236, + [SMALL_STATE(2497)] = 47297, + [SMALL_STATE(2498)] = 47358, + [SMALL_STATE(2499)] = 47419, + [SMALL_STATE(2500)] = 47482, + [SMALL_STATE(2501)] = 47543, + [SMALL_STATE(2502)] = 47604, + [SMALL_STATE(2503)] = 47665, + [SMALL_STATE(2504)] = 47726, + [SMALL_STATE(2505)] = 47831, + [SMALL_STATE(2506)] = 47892, + [SMALL_STATE(2507)] = 47997, + [SMALL_STATE(2508)] = 48058, + [SMALL_STATE(2509)] = 48133, + [SMALL_STATE(2510)] = 48194, + [SMALL_STATE(2511)] = 48255, + [SMALL_STATE(2512)] = 48318, + [SMALL_STATE(2513)] = 48393, + [SMALL_STATE(2514)] = 48454, + [SMALL_STATE(2515)] = 48515, + [SMALL_STATE(2516)] = 48582, + [SMALL_STATE(2517)] = 48643, + [SMALL_STATE(2518)] = 48706, + [SMALL_STATE(2519)] = 48767, + [SMALL_STATE(2520)] = 48836, + [SMALL_STATE(2521)] = 48897, + [SMALL_STATE(2522)] = 48958, + [SMALL_STATE(2523)] = 49019, + [SMALL_STATE(2524)] = 49080, + [SMALL_STATE(2525)] = 49153, + [SMALL_STATE(2526)] = 49214, + [SMALL_STATE(2527)] = 49275, + [SMALL_STATE(2528)] = 49340, + [SMALL_STATE(2529)] = 49413, + [SMALL_STATE(2530)] = 49474, + [SMALL_STATE(2531)] = 49535, + [SMALL_STATE(2532)] = 49596, + [SMALL_STATE(2533)] = 49669, + [SMALL_STATE(2534)] = 49744, + [SMALL_STATE(2535)] = 49817, [SMALL_STATE(2536)] = 49890, - [SMALL_STATE(2537)] = 49951, - [SMALL_STATE(2538)] = 50012, - [SMALL_STATE(2539)] = 50073, - [SMALL_STATE(2540)] = 50134, - [SMALL_STATE(2541)] = 50195, - [SMALL_STATE(2542)] = 50268, - [SMALL_STATE(2543)] = 50329, - [SMALL_STATE(2544)] = 50390, - [SMALL_STATE(2545)] = 50469, - [SMALL_STATE(2546)] = 50546, - [SMALL_STATE(2547)] = 50609, - [SMALL_STATE(2548)] = 50690, - [SMALL_STATE(2549)] = 50775, - [SMALL_STATE(2550)] = 50862, - [SMALL_STATE(2551)] = 50935, - [SMALL_STATE(2552)] = 51026, - [SMALL_STATE(2553)] = 51119, - [SMALL_STATE(2554)] = 51182, - [SMALL_STATE(2555)] = 51279, - [SMALL_STATE(2556)] = 51380, - [SMALL_STATE(2557)] = 51453, - [SMALL_STATE(2558)] = 51528, - [SMALL_STATE(2559)] = 51589, - [SMALL_STATE(2560)] = 51650, - [SMALL_STATE(2561)] = 51711, - [SMALL_STATE(2562)] = 51772, - [SMALL_STATE(2563)] = 51845, - [SMALL_STATE(2564)] = 51920, - [SMALL_STATE(2565)] = 51981, - [SMALL_STATE(2566)] = 52042, - [SMALL_STATE(2567)] = 52105, - [SMALL_STATE(2568)] = 52178, - [SMALL_STATE(2569)] = 52253, - [SMALL_STATE(2570)] = 52326, - [SMALL_STATE(2571)] = 52387, - [SMALL_STATE(2572)] = 52494, - [SMALL_STATE(2573)] = 52555, - [SMALL_STATE(2574)] = 52660, - [SMALL_STATE(2575)] = 52721, - [SMALL_STATE(2576)] = 52794, - [SMALL_STATE(2577)] = 52867, - [SMALL_STATE(2578)] = 52940, - [SMALL_STATE(2579)] = 53001, - [SMALL_STATE(2580)] = 53062, - [SMALL_STATE(2581)] = 53123, - [SMALL_STATE(2582)] = 53188, - [SMALL_STATE(2583)] = 53248, - [SMALL_STATE(2584)] = 53352, - [SMALL_STATE(2585)] = 53414, - [SMALL_STATE(2586)] = 53486, - [SMALL_STATE(2587)] = 53548, - [SMALL_STATE(2588)] = 53608, - [SMALL_STATE(2589)] = 53676, - [SMALL_STATE(2590)] = 53742, - [SMALL_STATE(2591)] = 53808, - [SMALL_STATE(2592)] = 53868, - [SMALL_STATE(2593)] = 53940, - [SMALL_STATE(2594)] = 54006, - [SMALL_STATE(2595)] = 54066, - [SMALL_STATE(2596)] = 54134, - [SMALL_STATE(2597)] = 54194, - [SMALL_STATE(2598)] = 54254, - [SMALL_STATE(2599)] = 54314, - [SMALL_STATE(2600)] = 54374, - [SMALL_STATE(2601)] = 54434, - [SMALL_STATE(2602)] = 54494, - [SMALL_STATE(2603)] = 54554, - [SMALL_STATE(2604)] = 54614, - [SMALL_STATE(2605)] = 54674, - [SMALL_STATE(2606)] = 54734, - [SMALL_STATE(2607)] = 54794, - [SMALL_STATE(2608)] = 54854, - [SMALL_STATE(2609)] = 54914, - [SMALL_STATE(2610)] = 54974, - [SMALL_STATE(2611)] = 55034, - [SMALL_STATE(2612)] = 55094, - [SMALL_STATE(2613)] = 55154, - [SMALL_STATE(2614)] = 55214, - [SMALL_STATE(2615)] = 55274, - [SMALL_STATE(2616)] = 55334, - [SMALL_STATE(2617)] = 55394, - [SMALL_STATE(2618)] = 55464, - [SMALL_STATE(2619)] = 55542, - [SMALL_STATE(2620)] = 55602, - [SMALL_STATE(2621)] = 55662, - [SMALL_STATE(2622)] = 55722, - [SMALL_STATE(2623)] = 55782, - [SMALL_STATE(2624)] = 55842, - [SMALL_STATE(2625)] = 55902, - [SMALL_STATE(2626)] = 55962, - [SMALL_STATE(2627)] = 56064, - [SMALL_STATE(2628)] = 56124, - [SMALL_STATE(2629)] = 56184, - [SMALL_STATE(2630)] = 56244, - [SMALL_STATE(2631)] = 56312, - [SMALL_STATE(2632)] = 56372, - [SMALL_STATE(2633)] = 56432, - [SMALL_STATE(2634)] = 56492, - [SMALL_STATE(2635)] = 56552, - [SMALL_STATE(2636)] = 56612, - [SMALL_STATE(2637)] = 56672, - [SMALL_STATE(2638)] = 56732, - [SMALL_STATE(2639)] = 56792, - [SMALL_STATE(2640)] = 56852, - [SMALL_STATE(2641)] = 56912, - [SMALL_STATE(2642)] = 56972, - [SMALL_STATE(2643)] = 57032, - [SMALL_STATE(2644)] = 57092, - [SMALL_STATE(2645)] = 57152, - [SMALL_STATE(2646)] = 57214, - [SMALL_STATE(2647)] = 57274, - [SMALL_STATE(2648)] = 57334, - [SMALL_STATE(2649)] = 57394, - [SMALL_STATE(2650)] = 57454, - [SMALL_STATE(2651)] = 57514, - [SMALL_STATE(2652)] = 57574, - [SMALL_STATE(2653)] = 57640, - [SMALL_STATE(2654)] = 57700, - [SMALL_STATE(2655)] = 57760, - [SMALL_STATE(2656)] = 57820, - [SMALL_STATE(2657)] = 57880, - [SMALL_STATE(2658)] = 57940, - [SMALL_STATE(2659)] = 58000, - [SMALL_STATE(2660)] = 58060, - [SMALL_STATE(2661)] = 58120, - [SMALL_STATE(2662)] = 58180, - [SMALL_STATE(2663)] = 58246, - [SMALL_STATE(2664)] = 58312, - [SMALL_STATE(2665)] = 58374, - [SMALL_STATE(2666)] = 58434, - [SMALL_STATE(2667)] = 58494, - [SMALL_STATE(2668)] = 58560, - [SMALL_STATE(2669)] = 58626, - [SMALL_STATE(2670)] = 58732, - [SMALL_STATE(2671)] = 58792, - [SMALL_STATE(2672)] = 58854, - [SMALL_STATE(2673)] = 58922, - [SMALL_STATE(2674)] = 58992, - [SMALL_STATE(2675)] = 59058, - [SMALL_STATE(2676)] = 59118, - [SMALL_STATE(2677)] = 59178, - [SMALL_STATE(2678)] = 59280, - [SMALL_STATE(2679)] = 59342, - [SMALL_STATE(2680)] = 59402, - [SMALL_STATE(2681)] = 59462, - [SMALL_STATE(2682)] = 59528, - [SMALL_STATE(2683)] = 59588, - [SMALL_STATE(2684)] = 59690, - [SMALL_STATE(2685)] = 59792, - [SMALL_STATE(2686)] = 59852, - [SMALL_STATE(2687)] = 59912, - [SMALL_STATE(2688)] = 59976, - [SMALL_STATE(2689)] = 60038, - [SMALL_STATE(2690)] = 60106, - [SMALL_STATE(2691)] = 60166, - [SMALL_STATE(2692)] = 60228, - [SMALL_STATE(2693)] = 60298, - [SMALL_STATE(2694)] = 60360, - [SMALL_STATE(2695)] = 60436, - [SMALL_STATE(2696)] = 60510, - [SMALL_STATE(2697)] = 60588, - [SMALL_STATE(2698)] = 60670, - [SMALL_STATE(2699)] = 60754, - [SMALL_STATE(2700)] = 60842, - [SMALL_STATE(2701)] = 60932, - [SMALL_STATE(2702)] = 61026, - [SMALL_STATE(2703)] = 61124, - [SMALL_STATE(2704)] = 61194, - [SMALL_STATE(2705)] = 61266, - [SMALL_STATE(2706)] = 61326, - [SMALL_STATE(2707)] = 61385, - [SMALL_STATE(2708)] = 61444, - [SMALL_STATE(2709)] = 61503, - [SMALL_STATE(2710)] = 61562, - [SMALL_STATE(2711)] = 61621, - [SMALL_STATE(2712)] = 61680, - [SMALL_STATE(2713)] = 61739, - [SMALL_STATE(2714)] = 61798, - [SMALL_STATE(2715)] = 61857, - [SMALL_STATE(2716)] = 61916, - [SMALL_STATE(2717)] = 61975, - [SMALL_STATE(2718)] = 62034, - [SMALL_STATE(2719)] = 62093, - [SMALL_STATE(2720)] = 62152, - [SMALL_STATE(2721)] = 62211, - [SMALL_STATE(2722)] = 62270, - [SMALL_STATE(2723)] = 62329, - [SMALL_STATE(2724)] = 62388, - [SMALL_STATE(2725)] = 62447, - [SMALL_STATE(2726)] = 62506, - [SMALL_STATE(2727)] = 62565, - [SMALL_STATE(2728)] = 62624, - [SMALL_STATE(2729)] = 62689, - [SMALL_STATE(2730)] = 62748, - [SMALL_STATE(2731)] = 62807, - [SMALL_STATE(2732)] = 62866, - [SMALL_STATE(2733)] = 62925, - [SMALL_STATE(2734)] = 62984, - [SMALL_STATE(2735)] = 63047, - [SMALL_STATE(2736)] = 63106, - [SMALL_STATE(2737)] = 63165, - [SMALL_STATE(2738)] = 63230, - [SMALL_STATE(2739)] = 63289, - [SMALL_STATE(2740)] = 63348, - [SMALL_STATE(2741)] = 63407, - [SMALL_STATE(2742)] = 63466, - [SMALL_STATE(2743)] = 63525, - [SMALL_STATE(2744)] = 63584, - [SMALL_STATE(2745)] = 63643, - [SMALL_STATE(2746)] = 63702, - [SMALL_STATE(2747)] = 63761, - [SMALL_STATE(2748)] = 63820, - [SMALL_STATE(2749)] = 63879, - [SMALL_STATE(2750)] = 63938, - [SMALL_STATE(2751)] = 63997, - [SMALL_STATE(2752)] = 64056, - [SMALL_STATE(2753)] = 64115, - [SMALL_STATE(2754)] = 64174, - [SMALL_STATE(2755)] = 64233, - [SMALL_STATE(2756)] = 64292, - [SMALL_STATE(2757)] = 64351, - [SMALL_STATE(2758)] = 64410, - [SMALL_STATE(2759)] = 64469, - [SMALL_STATE(2760)] = 64528, - [SMALL_STATE(2761)] = 64587, - [SMALL_STATE(2762)] = 64646, - [SMALL_STATE(2763)] = 64705, - [SMALL_STATE(2764)] = 64764, - [SMALL_STATE(2765)] = 64823, - [SMALL_STATE(2766)] = 64882, - [SMALL_STATE(2767)] = 64941, - [SMALL_STATE(2768)] = 65000, - [SMALL_STATE(2769)] = 65065, - [SMALL_STATE(2770)] = 65124, - [SMALL_STATE(2771)] = 65183, - [SMALL_STATE(2772)] = 65242, - [SMALL_STATE(2773)] = 65311, - [SMALL_STATE(2774)] = 65370, - [SMALL_STATE(2775)] = 65523, - [SMALL_STATE(2776)] = 65594, - [SMALL_STATE(2777)] = 65747, - [SMALL_STATE(2778)] = 65812, - [SMALL_STATE(2779)] = 65871, - [SMALL_STATE(2780)] = 65932, - [SMALL_STATE(2781)] = 65997, - [SMALL_STATE(2782)] = 66056, - [SMALL_STATE(2783)] = 66115, - [SMALL_STATE(2784)] = 66174, - [SMALL_STATE(2785)] = 66327, - [SMALL_STATE(2786)] = 66480, - [SMALL_STATE(2787)] = 66633, - [SMALL_STATE(2788)] = 66786, - [SMALL_STATE(2789)] = 66939, - [SMALL_STATE(2790)] = 67092, - [SMALL_STATE(2791)] = 67245, - [SMALL_STATE(2792)] = 67398, - [SMALL_STATE(2793)] = 67551, - [SMALL_STATE(2794)] = 67704, - [SMALL_STATE(2795)] = 67763, - [SMALL_STATE(2796)] = 67822, - [SMALL_STATE(2797)] = 67881, - [SMALL_STATE(2798)] = 67946, - [SMALL_STATE(2799)] = 68005, - [SMALL_STATE(2800)] = 68064, - [SMALL_STATE(2801)] = 68123, - [SMALL_STATE(2802)] = 68182, - [SMALL_STATE(2803)] = 68241, - [SMALL_STATE(2804)] = 68300, - [SMALL_STATE(2805)] = 68359, - [SMALL_STATE(2806)] = 68418, - [SMALL_STATE(2807)] = 68477, - [SMALL_STATE(2808)] = 68536, - [SMALL_STATE(2809)] = 68595, - [SMALL_STATE(2810)] = 68654, - [SMALL_STATE(2811)] = 68713, - [SMALL_STATE(2812)] = 68772, - [SMALL_STATE(2813)] = 68831, - [SMALL_STATE(2814)] = 68890, - [SMALL_STATE(2815)] = 68949, - [SMALL_STATE(2816)] = 69008, - [SMALL_STATE(2817)] = 69067, - [SMALL_STATE(2818)] = 69126, - [SMALL_STATE(2819)] = 69185, - [SMALL_STATE(2820)] = 69244, - [SMALL_STATE(2821)] = 69303, - [SMALL_STATE(2822)] = 69364, - [SMALL_STATE(2823)] = 69423, - [SMALL_STATE(2824)] = 69482, - [SMALL_STATE(2825)] = 69541, - [SMALL_STATE(2826)] = 69600, - [SMALL_STATE(2827)] = 69659, - [SMALL_STATE(2828)] = 69718, - [SMALL_STATE(2829)] = 69779, - [SMALL_STATE(2830)] = 69840, - [SMALL_STATE(2831)] = 69901, - [SMALL_STATE(2832)] = 69960, - [SMALL_STATE(2833)] = 70019, - [SMALL_STATE(2834)] = 70078, - [SMALL_STATE(2835)] = 70137, - [SMALL_STATE(2836)] = 70196, - [SMALL_STATE(2837)] = 70255, - [SMALL_STATE(2838)] = 70314, - [SMALL_STATE(2839)] = 70373, - [SMALL_STATE(2840)] = 70432, - [SMALL_STATE(2841)] = 70491, - [SMALL_STATE(2842)] = 70550, - [SMALL_STATE(2843)] = 70609, - [SMALL_STATE(2844)] = 70668, - [SMALL_STATE(2845)] = 70727, - [SMALL_STATE(2846)] = 70786, - [SMALL_STATE(2847)] = 70845, - [SMALL_STATE(2848)] = 70904, - [SMALL_STATE(2849)] = 70963, - [SMALL_STATE(2850)] = 71022, - [SMALL_STATE(2851)] = 71081, - [SMALL_STATE(2852)] = 71140, - [SMALL_STATE(2853)] = 71199, - [SMALL_STATE(2854)] = 71258, - [SMALL_STATE(2855)] = 71317, - [SMALL_STATE(2856)] = 71376, - [SMALL_STATE(2857)] = 71435, - [SMALL_STATE(2858)] = 71494, - [SMALL_STATE(2859)] = 71553, - [SMALL_STATE(2860)] = 71612, - [SMALL_STATE(2861)] = 71671, - [SMALL_STATE(2862)] = 71730, - [SMALL_STATE(2863)] = 71789, - [SMALL_STATE(2864)] = 71848, - [SMALL_STATE(2865)] = 71907, - [SMALL_STATE(2866)] = 71966, - [SMALL_STATE(2867)] = 72025, - [SMALL_STATE(2868)] = 72084, - [SMALL_STATE(2869)] = 72143, - [SMALL_STATE(2870)] = 72202, - [SMALL_STATE(2871)] = 72261, - [SMALL_STATE(2872)] = 72320, - [SMALL_STATE(2873)] = 72379, - [SMALL_STATE(2874)] = 72438, - [SMALL_STATE(2875)] = 72497, - [SMALL_STATE(2876)] = 72556, - [SMALL_STATE(2877)] = 72617, - [SMALL_STATE(2878)] = 72676, - [SMALL_STATE(2879)] = 72735, - [SMALL_STATE(2880)] = 72794, - [SMALL_STATE(2881)] = 72853, - [SMALL_STATE(2882)] = 72912, - [SMALL_STATE(2883)] = 72971, - [SMALL_STATE(2884)] = 73030, - [SMALL_STATE(2885)] = 73089, - [SMALL_STATE(2886)] = 73148, - [SMALL_STATE(2887)] = 73207, - [SMALL_STATE(2888)] = 73266, - [SMALL_STATE(2889)] = 73325, - [SMALL_STATE(2890)] = 73384, - [SMALL_STATE(2891)] = 73443, - [SMALL_STATE(2892)] = 73502, - [SMALL_STATE(2893)] = 73561, - [SMALL_STATE(2894)] = 73620, - [SMALL_STATE(2895)] = 73679, - [SMALL_STATE(2896)] = 73738, - [SMALL_STATE(2897)] = 73801, - [SMALL_STATE(2898)] = 73860, - [SMALL_STATE(2899)] = 73919, - [SMALL_STATE(2900)] = 73978, - [SMALL_STATE(2901)] = 74037, - [SMALL_STATE(2902)] = 74096, - [SMALL_STATE(2903)] = 74155, - [SMALL_STATE(2904)] = 74214, - [SMALL_STATE(2905)] = 74273, - [SMALL_STATE(2906)] = 74332, - [SMALL_STATE(2907)] = 74391, - [SMALL_STATE(2908)] = 74450, - [SMALL_STATE(2909)] = 74509, - [SMALL_STATE(2910)] = 74568, - [SMALL_STATE(2911)] = 74627, - [SMALL_STATE(2912)] = 74686, - [SMALL_STATE(2913)] = 74745, - [SMALL_STATE(2914)] = 74804, - [SMALL_STATE(2915)] = 74863, - [SMALL_STATE(2916)] = 74922, - [SMALL_STATE(2917)] = 74981, - [SMALL_STATE(2918)] = 75040, - [SMALL_STATE(2919)] = 75099, - [SMALL_STATE(2920)] = 75158, - [SMALL_STATE(2921)] = 75217, - [SMALL_STATE(2922)] = 75276, - [SMALL_STATE(2923)] = 75335, - [SMALL_STATE(2924)] = 75394, - [SMALL_STATE(2925)] = 75453, - [SMALL_STATE(2926)] = 75512, - [SMALL_STATE(2927)] = 75575, - [SMALL_STATE(2928)] = 75635, - [SMALL_STATE(2929)] = 75703, - [SMALL_STATE(2930)] = 75807, - [SMALL_STATE(2931)] = 75865, - [SMALL_STATE(2932)] = 75927, - [SMALL_STATE(2933)] = 75987, - [SMALL_STATE(2934)] = 76045, - [SMALL_STATE(2935)] = 76103, - [SMALL_STATE(2936)] = 76161, - [SMALL_STATE(2937)] = 76231, - [SMALL_STATE(2938)] = 76289, - [SMALL_STATE(2939)] = 76349, - [SMALL_STATE(2940)] = 76407, - [SMALL_STATE(2941)] = 76507, - [SMALL_STATE(2942)] = 76565, - [SMALL_STATE(2943)] = 76623, - [SMALL_STATE(2944)] = 76681, - [SMALL_STATE(2945)] = 76739, - [SMALL_STATE(2946)] = 76799, - [SMALL_STATE(2947)] = 76861, - [SMALL_STATE(2948)] = 76919, - [SMALL_STATE(2949)] = 76977, - [SMALL_STATE(2950)] = 77035, - [SMALL_STATE(2951)] = 77093, - [SMALL_STATE(2952)] = 77151, - [SMALL_STATE(2953)] = 77251, - [SMALL_STATE(2954)] = 77321, - [SMALL_STATE(2955)] = 77379, - [SMALL_STATE(2956)] = 77437, - [SMALL_STATE(2957)] = 77507, - [SMALL_STATE(2958)] = 77585, - [SMALL_STATE(2959)] = 77643, - [SMALL_STATE(2960)] = 77743, - [SMALL_STATE(2961)] = 77819, - [SMALL_STATE(2962)] = 77893, - [SMALL_STATE(2963)] = 77971, - [SMALL_STATE(2964)] = 78051, - [SMALL_STATE(2965)] = 78133, - [SMALL_STATE(2966)] = 78219, - [SMALL_STATE(2967)] = 78307, - [SMALL_STATE(2968)] = 78399, - [SMALL_STATE(2969)] = 78495, - [SMALL_STATE(2970)] = 78565, - [SMALL_STATE(2971)] = 78637, - [SMALL_STATE(2972)] = 78697, - [SMALL_STATE(2973)] = 78765, - [SMALL_STATE(2974)] = 78827, - [SMALL_STATE(2975)] = 78885, - [SMALL_STATE(2976)] = 78943, - [SMALL_STATE(2977)] = 79001, - [SMALL_STATE(2978)] = 79061, - [SMALL_STATE(2979)] = 79121, - [SMALL_STATE(2980)] = 79179, - [SMALL_STATE(2981)] = 79279, - [SMALL_STATE(2982)] = 79381, - [SMALL_STATE(2983)] = 79438, - [SMALL_STATE(2984)] = 79495, - [SMALL_STATE(2985)] = 79558, - [SMALL_STATE(2986)] = 79615, - [SMALL_STATE(2987)] = 79680, - [SMALL_STATE(2988)] = 79737, - [SMALL_STATE(2989)] = 79812, - [SMALL_STATE(2990)] = 79869, - [SMALL_STATE(2991)] = 79966, - [SMALL_STATE(2992)] = 80023, - [SMALL_STATE(2993)] = 80080, - [SMALL_STATE(2994)] = 80137, - [SMALL_STATE(2995)] = 80194, - [SMALL_STATE(2996)] = 80251, - [SMALL_STATE(2997)] = 80308, - [SMALL_STATE(2998)] = 80365, - [SMALL_STATE(2999)] = 80422, - [SMALL_STATE(3000)] = 80479, - [SMALL_STATE(3001)] = 80536, - [SMALL_STATE(3002)] = 80593, - [SMALL_STATE(3003)] = 80650, - [SMALL_STATE(3004)] = 80711, - [SMALL_STATE(3005)] = 80774, - [SMALL_STATE(3006)] = 80831, - [SMALL_STATE(3007)] = 80888, - [SMALL_STATE(3008)] = 80945, - [SMALL_STATE(3009)] = 81002, - [SMALL_STATE(3010)] = 81065, - [SMALL_STATE(3011)] = 81122, - [SMALL_STATE(3012)] = 81179, - [SMALL_STATE(3013)] = 81236, - [SMALL_STATE(3014)] = 81303, - [SMALL_STATE(3015)] = 81360, - [SMALL_STATE(3016)] = 81417, - [SMALL_STATE(3017)] = 81474, - [SMALL_STATE(3018)] = 81571, - [SMALL_STATE(3019)] = 81632, - [SMALL_STATE(3020)] = 81697, - [SMALL_STATE(3021)] = 81754, - [SMALL_STATE(3022)] = 81811, - [SMALL_STATE(3023)] = 81870, - [SMALL_STATE(3024)] = 81927, - [SMALL_STATE(3025)] = 81984, - [SMALL_STATE(3026)] = 82083, - [SMALL_STATE(3027)] = 82140, - [SMALL_STATE(3028)] = 82197, - [SMALL_STATE(3029)] = 82254, - [SMALL_STATE(3030)] = 82311, - [SMALL_STATE(3031)] = 82368, - [SMALL_STATE(3032)] = 82425, - [SMALL_STATE(3033)] = 82482, - [SMALL_STATE(3034)] = 82539, - [SMALL_STATE(3035)] = 82596, - [SMALL_STATE(3036)] = 82653, - [SMALL_STATE(3037)] = 82710, - [SMALL_STATE(3038)] = 82767, - [SMALL_STATE(3039)] = 82834, - [SMALL_STATE(3040)] = 82897, - [SMALL_STATE(3041)] = 82962, - [SMALL_STATE(3042)] = 83019, - [SMALL_STATE(3043)] = 83078, - [SMALL_STATE(3044)] = 83173, - [SMALL_STATE(3045)] = 83230, - [SMALL_STATE(3046)] = 83323, - [SMALL_STATE(3047)] = 83412, - [SMALL_STATE(3048)] = 83497, - [SMALL_STATE(3049)] = 83554, - [SMALL_STATE(3050)] = 83635, - [SMALL_STATE(3051)] = 83714, - [SMALL_STATE(3052)] = 83789, - [SMALL_STATE(3053)] = 83860, - [SMALL_STATE(3054)] = 83933, - [SMALL_STATE(3055)] = 83990, - [SMALL_STATE(3056)] = 84047, - [SMALL_STATE(3057)] = 84104, - [SMALL_STATE(3058)] = 84165, - [SMALL_STATE(3059)] = 84222, - [SMALL_STATE(3060)] = 84291, - [SMALL_STATE(3061)] = 84352, - [SMALL_STATE(3062)] = 84409, - [SMALL_STATE(3063)] = 84476, - [SMALL_STATE(3064)] = 84533, - [SMALL_STATE(3065)] = 84602, - [SMALL_STATE(3066)] = 84679, - [SMALL_STATE(3067)] = 84780, - [SMALL_STATE(3068)] = 84847, - [SMALL_STATE(3069)] = 84948, - [SMALL_STATE(3070)] = 85051, - [SMALL_STATE(3071)] = 85108, - [SMALL_STATE(3072)] = 85179, - [SMALL_STATE(3073)] = 85248, - [SMALL_STATE(3074)] = 85345, - [SMALL_STATE(3075)] = 85438, - [SMALL_STATE(3076)] = 85501, - [SMALL_STATE(3077)] = 85590, - [SMALL_STATE(3078)] = 85677, - [SMALL_STATE(3079)] = 85760, - [SMALL_STATE(3080)] = 85827, - [SMALL_STATE(3081)] = 85924, - [SMALL_STATE(3082)] = 85981, - [SMALL_STATE(3083)] = 86050, - [SMALL_STATE(3084)] = 86147, - [SMALL_STATE(3085)] = 86204, - [SMALL_STATE(3086)] = 86285, - [SMALL_STATE(3087)] = 86362, - [SMALL_STATE(3088)] = 86435, - [SMALL_STATE(3089)] = 86510, - [SMALL_STATE(3090)] = 86579, - [SMALL_STATE(3091)] = 86680, - [SMALL_STATE(3092)] = 86781, - [SMALL_STATE(3093)] = 86838, - [SMALL_STATE(3094)] = 86895, - [SMALL_STATE(3095)] = 87000, - [SMALL_STATE(3096)] = 87057, - [SMALL_STATE(3097)] = 87158, - [SMALL_STATE(3098)] = 87214, - [SMALL_STATE(3099)] = 87270, - [SMALL_STATE(3100)] = 87326, - [SMALL_STATE(3101)] = 87382, - [SMALL_STATE(3102)] = 87438, - [SMALL_STATE(3103)] = 87494, - [SMALL_STATE(3104)] = 87550, - [SMALL_STATE(3105)] = 87606, - [SMALL_STATE(3106)] = 87662, - [SMALL_STATE(3107)] = 87718, - [SMALL_STATE(3108)] = 87774, - [SMALL_STATE(3109)] = 87830, - [SMALL_STATE(3110)] = 87886, - [SMALL_STATE(3111)] = 87942, - [SMALL_STATE(3112)] = 87998, - [SMALL_STATE(3113)] = 88054, - [SMALL_STATE(3114)] = 88110, - [SMALL_STATE(3115)] = 88166, - [SMALL_STATE(3116)] = 88222, - [SMALL_STATE(3117)] = 88278, - [SMALL_STATE(3118)] = 88334, - [SMALL_STATE(3119)] = 88390, - [SMALL_STATE(3120)] = 88446, - [SMALL_STATE(3121)] = 88502, - [SMALL_STATE(3122)] = 88558, - [SMALL_STATE(3123)] = 88614, - [SMALL_STATE(3124)] = 88670, - [SMALL_STATE(3125)] = 88728, - [SMALL_STATE(3126)] = 88784, - [SMALL_STATE(3127)] = 88840, - [SMALL_STATE(3128)] = 88896, - [SMALL_STATE(3129)] = 88952, - [SMALL_STATE(3130)] = 89012, - [SMALL_STATE(3131)] = 89068, - [SMALL_STATE(3132)] = 89124, - [SMALL_STATE(3133)] = 89180, - [SMALL_STATE(3134)] = 89236, - [SMALL_STATE(3135)] = 89292, - [SMALL_STATE(3136)] = 89348, - [SMALL_STATE(3137)] = 89404, - [SMALL_STATE(3138)] = 89460, - [SMALL_STATE(3139)] = 89520, - [SMALL_STATE(3140)] = 89576, - [SMALL_STATE(3141)] = 89632, - [SMALL_STATE(3142)] = 89688, - [SMALL_STATE(3143)] = 89744, - [SMALL_STATE(3144)] = 89842, - [SMALL_STATE(3145)] = 89900, - [SMALL_STATE(3146)] = 89998, - [SMALL_STATE(3147)] = 90054, - [SMALL_STATE(3148)] = 90110, - [SMALL_STATE(3149)] = 90166, - [SMALL_STATE(3150)] = 90228, - [SMALL_STATE(3151)] = 90284, - [SMALL_STATE(3152)] = 90381, - [SMALL_STATE(3153)] = 90438, - [SMALL_STATE(3154)] = 90493, - [SMALL_STATE(3155)] = 90548, - [SMALL_STATE(3156)] = 90645, - [SMALL_STATE(3157)] = 90700, - [SMALL_STATE(3158)] = 90755, - [SMALL_STATE(3159)] = 90810, - [SMALL_STATE(3160)] = 90865, - [SMALL_STATE(3161)] = 90920, - [SMALL_STATE(3162)] = 90975, - [SMALL_STATE(3163)] = 91030, - [SMALL_STATE(3164)] = 91085, - [SMALL_STATE(3165)] = 91140, - [SMALL_STATE(3166)] = 91195, - [SMALL_STATE(3167)] = 91250, - [SMALL_STATE(3168)] = 91305, - [SMALL_STATE(3169)] = 91402, - [SMALL_STATE(3170)] = 91499, - [SMALL_STATE(3171)] = 91554, - [SMALL_STATE(3172)] = 91651, - [SMALL_STATE(3173)] = 91710, - [SMALL_STATE(3174)] = 91765, - [SMALL_STATE(3175)] = 91820, - [SMALL_STATE(3176)] = 91875, - [SMALL_STATE(3177)] = 91930, - [SMALL_STATE(3178)] = 91985, - [SMALL_STATE(3179)] = 92040, - [SMALL_STATE(3180)] = 92095, - [SMALL_STATE(3181)] = 92192, - [SMALL_STATE(3182)] = 92289, - [SMALL_STATE(3183)] = 92386, - [SMALL_STATE(3184)] = 92441, - [SMALL_STATE(3185)] = 92496, - [SMALL_STATE(3186)] = 92551, - [SMALL_STATE(3187)] = 92606, - [SMALL_STATE(3188)] = 92661, - [SMALL_STATE(3189)] = 92716, - [SMALL_STATE(3190)] = 92771, - [SMALL_STATE(3191)] = 92826, - [SMALL_STATE(3192)] = 92881, - [SMALL_STATE(3193)] = 92936, - [SMALL_STATE(3194)] = 92991, - [SMALL_STATE(3195)] = 93046, - [SMALL_STATE(3196)] = 93101, - [SMALL_STATE(3197)] = 93156, - [SMALL_STATE(3198)] = 93211, - [SMALL_STATE(3199)] = 93266, - [SMALL_STATE(3200)] = 93321, - [SMALL_STATE(3201)] = 93376, - [SMALL_STATE(3202)] = 93431, - [SMALL_STATE(3203)] = 93486, - [SMALL_STATE(3204)] = 93541, - [SMALL_STATE(3205)] = 93596, - [SMALL_STATE(3206)] = 93651, - [SMALL_STATE(3207)] = 93706, - [SMALL_STATE(3208)] = 93761, - [SMALL_STATE(3209)] = 93858, - [SMALL_STATE(3210)] = 93913, - [SMALL_STATE(3211)] = 93968, - [SMALL_STATE(3212)] = 94023, - [SMALL_STATE(3213)] = 94078, - [SMALL_STATE(3214)] = 94133, - [SMALL_STATE(3215)] = 94230, - [SMALL_STATE(3216)] = 94285, - [SMALL_STATE(3217)] = 94340, - [SMALL_STATE(3218)] = 94437, - [SMALL_STATE(3219)] = 94492, - [SMALL_STATE(3220)] = 94547, - [SMALL_STATE(3221)] = 94602, - [SMALL_STATE(3222)] = 94657, - [SMALL_STATE(3223)] = 94712, - [SMALL_STATE(3224)] = 94809, - [SMALL_STATE(3225)] = 94864, - [SMALL_STATE(3226)] = 94919, - [SMALL_STATE(3227)] = 94974, - [SMALL_STATE(3228)] = 95029, - [SMALL_STATE(3229)] = 95084, - [SMALL_STATE(3230)] = 95139, - [SMALL_STATE(3231)] = 95194, - [SMALL_STATE(3232)] = 95249, - [SMALL_STATE(3233)] = 95304, - [SMALL_STATE(3234)] = 95359, - [SMALL_STATE(3235)] = 95456, - [SMALL_STATE(3236)] = 95513, - [SMALL_STATE(3237)] = 95568, - [SMALL_STATE(3238)] = 95623, - [SMALL_STATE(3239)] = 95720, - [SMALL_STATE(3240)] = 95783, - [SMALL_STATE(3241)] = 95880, - [SMALL_STATE(3242)] = 95935, - [SMALL_STATE(3243)] = 96032, - [SMALL_STATE(3244)] = 96087, - [SMALL_STATE(3245)] = 96142, - [SMALL_STATE(3246)] = 96239, - [SMALL_STATE(3247)] = 96294, - [SMALL_STATE(3248)] = 96391, - [SMALL_STATE(3249)] = 96488, - [SMALL_STATE(3250)] = 96585, - [SMALL_STATE(3251)] = 96682, - [SMALL_STATE(3252)] = 96741, - [SMALL_STATE(3253)] = 96838, - [SMALL_STATE(3254)] = 96897, - [SMALL_STATE(3255)] = 96956, - [SMALL_STATE(3256)] = 97053, - [SMALL_STATE(3257)] = 97150, - [SMALL_STATE(3258)] = 97247, - [SMALL_STATE(3259)] = 97302, - [SMALL_STATE(3260)] = 97357, - [SMALL_STATE(3261)] = 97414, - [SMALL_STATE(3262)] = 97469, - [SMALL_STATE(3263)] = 97524, - [SMALL_STATE(3264)] = 97578, - [SMALL_STATE(3265)] = 97632, - [SMALL_STATE(3266)] = 97692, - [SMALL_STATE(3267)] = 97746, - [SMALL_STATE(3268)] = 97800, - [SMALL_STATE(3269)] = 97860, - [SMALL_STATE(3270)] = 97919, - [SMALL_STATE(3271)] = 97978, - [SMALL_STATE(3272)] = 98035, - [SMALL_STATE(3273)] = 98093, - [SMALL_STATE(3274)] = 98161, - [SMALL_STATE(3275)] = 98233, - [SMALL_STATE(3276)] = 98305, - [SMALL_STATE(3277)] = 98373, - [SMALL_STATE(3278)] = 98441, - [SMALL_STATE(3279)] = 98499, - [SMALL_STATE(3280)] = 98557, - [SMALL_STATE(3281)] = 98613, - [SMALL_STATE(3282)] = 98681, - [SMALL_STATE(3283)] = 98732, - [SMALL_STATE(3284)] = 98783, - [SMALL_STATE(3285)] = 98834, - [SMALL_STATE(3286)] = 98897, - [SMALL_STATE(3287)] = 98950, - [SMALL_STATE(3288)] = 99013, - [SMALL_STATE(3289)] = 99072, - [SMALL_STATE(3290)] = 99123, - [SMALL_STATE(3291)] = 99174, - [SMALL_STATE(3292)] = 99237, - [SMALL_STATE(3293)] = 99300, - [SMALL_STATE(3294)] = 99357, - [SMALL_STATE(3295)] = 99420, - [SMALL_STATE(3296)] = 99487, - [SMALL_STATE(3297)] = 99554, - [SMALL_STATE(3298)] = 99617, - [SMALL_STATE(3299)] = 99674, - [SMALL_STATE(3300)] = 99737, - [SMALL_STATE(3301)] = 99794, - [SMALL_STATE(3302)] = 99857, - [SMALL_STATE(3303)] = 99908, - [SMALL_STATE(3304)] = 99965, - [SMALL_STATE(3305)] = 100016, - [SMALL_STATE(3306)] = 100067, - [SMALL_STATE(3307)] = 100118, - [SMALL_STATE(3308)] = 100169, - [SMALL_STATE(3309)] = 100222, - [SMALL_STATE(3310)] = 100285, - [SMALL_STATE(3311)] = 100336, - [SMALL_STATE(3312)] = 100403, - [SMALL_STATE(3313)] = 100456, - [SMALL_STATE(3314)] = 100523, - [SMALL_STATE(3315)] = 100587, - [SMALL_STATE(3316)] = 100653, - [SMALL_STATE(3317)] = 100747, - [SMALL_STATE(3318)] = 100803, - [SMALL_STATE(3319)] = 100867, - [SMALL_STATE(3320)] = 100931, - [SMALL_STATE(3321)] = 100997, - [SMALL_STATE(3322)] = 101063, - [SMALL_STATE(3323)] = 101129, - [SMALL_STATE(3324)] = 101223, - [SMALL_STATE(3325)] = 101319, - [SMALL_STATE(3326)] = 101375, - [SMALL_STATE(3327)] = 101471, - [SMALL_STATE(3328)] = 101562, - [SMALL_STATE(3329)] = 101611, - [SMALL_STATE(3330)] = 101660, - [SMALL_STATE(3331)] = 101709, - [SMALL_STATE(3332)] = 101800, - [SMALL_STATE(3333)] = 101855, - [SMALL_STATE(3334)] = 101904, - [SMALL_STATE(3335)] = 101953, - [SMALL_STATE(3336)] = 102044, - [SMALL_STATE(3337)] = 102093, - [SMALL_STATE(3338)] = 102144, - [SMALL_STATE(3339)] = 102235, - [SMALL_STATE(3340)] = 102284, - [SMALL_STATE(3341)] = 102375, - [SMALL_STATE(3342)] = 102424, - [SMALL_STATE(3343)] = 102515, - [SMALL_STATE(3344)] = 102564, - [SMALL_STATE(3345)] = 102655, - [SMALL_STATE(3346)] = 102704, - [SMALL_STATE(3347)] = 102753, - [SMALL_STATE(3348)] = 102844, - [SMALL_STATE(3349)] = 102893, - [SMALL_STATE(3350)] = 102946, - [SMALL_STATE(3351)] = 102995, - [SMALL_STATE(3352)] = 103044, - [SMALL_STATE(3353)] = 103135, - [SMALL_STATE(3354)] = 103226, - [SMALL_STATE(3355)] = 103281, - [SMALL_STATE(3356)] = 103372, - [SMALL_STATE(3357)] = 103421, - [SMALL_STATE(3358)] = 103470, - [SMALL_STATE(3359)] = 103519, - [SMALL_STATE(3360)] = 103610, - [SMALL_STATE(3361)] = 103701, - [SMALL_STATE(3362)] = 103792, - [SMALL_STATE(3363)] = 103883, - [SMALL_STATE(3364)] = 103974, - [SMALL_STATE(3365)] = 104023, - [SMALL_STATE(3366)] = 104078, - [SMALL_STATE(3367)] = 104127, - [SMALL_STATE(3368)] = 104218, - [SMALL_STATE(3369)] = 104309, - [SMALL_STATE(3370)] = 104358, - [SMALL_STATE(3371)] = 104407, - [SMALL_STATE(3372)] = 104498, - [SMALL_STATE(3373)] = 104589, - [SMALL_STATE(3374)] = 104638, - [SMALL_STATE(3375)] = 104729, - [SMALL_STATE(3376)] = 104817, - [SMALL_STATE(3377)] = 104905, - [SMALL_STATE(3378)] = 104975, - [SMALL_STATE(3379)] = 105045, - [SMALL_STATE(3380)] = 105093, - [SMALL_STATE(3381)] = 105141, - [SMALL_STATE(3382)] = 105211, - [SMALL_STATE(3383)] = 105299, - [SMALL_STATE(3384)] = 105351, - [SMALL_STATE(3385)] = 105399, - [SMALL_STATE(3386)] = 105457, - [SMALL_STATE(3387)] = 105519, - [SMALL_STATE(3388)] = 105607, - [SMALL_STATE(3389)] = 105671, - [SMALL_STATE(3390)] = 105761, - [SMALL_STATE(3391)] = 105815, - [SMALL_STATE(3392)] = 105863, - [SMALL_STATE(3393)] = 105951, - [SMALL_STATE(3394)] = 106039, - [SMALL_STATE(3395)] = 106129, - [SMALL_STATE(3396)] = 106217, - [SMALL_STATE(3397)] = 106305, - [SMALL_STATE(3398)] = 106393, - [SMALL_STATE(3399)] = 106481, - [SMALL_STATE(3400)] = 106569, - [SMALL_STATE(3401)] = 106623, - [SMALL_STATE(3402)] = 106711, - [SMALL_STATE(3403)] = 106763, - [SMALL_STATE(3404)] = 106851, - [SMALL_STATE(3405)] = 106905, - [SMALL_STATE(3406)] = 106993, - [SMALL_STATE(3407)] = 107081, - [SMALL_STATE(3408)] = 107151, - [SMALL_STATE(3409)] = 107199, - [SMALL_STATE(3410)] = 107253, - [SMALL_STATE(3411)] = 107341, - [SMALL_STATE(3412)] = 107411, - [SMALL_STATE(3413)] = 107481, - [SMALL_STATE(3414)] = 107569, - [SMALL_STATE(3415)] = 107657, - [SMALL_STATE(3416)] = 107745, - [SMALL_STATE(3417)] = 107833, - [SMALL_STATE(3418)] = 107921, - [SMALL_STATE(3419)] = 107969, - [SMALL_STATE(3420)] = 108057, - [SMALL_STATE(3421)] = 108107, - [SMALL_STATE(3422)] = 108155, - [SMALL_STATE(3423)] = 108243, - [SMALL_STATE(3424)] = 108297, - [SMALL_STATE(3425)] = 108347, - [SMALL_STATE(3426)] = 108435, - [SMALL_STATE(3427)] = 108523, - [SMALL_STATE(3428)] = 108611, - [SMALL_STATE(3429)] = 108665, - [SMALL_STATE(3430)] = 108753, - [SMALL_STATE(3431)] = 108841, - [SMALL_STATE(3432)] = 108911, - [SMALL_STATE(3433)] = 108958, - [SMALL_STATE(3434)] = 109005, - [SMALL_STATE(3435)] = 109052, - [SMALL_STATE(3436)] = 109099, - [SMALL_STATE(3437)] = 109158, - [SMALL_STATE(3438)] = 109205, - [SMALL_STATE(3439)] = 109252, - [SMALL_STATE(3440)] = 109299, - [SMALL_STATE(3441)] = 109346, - [SMALL_STATE(3442)] = 109393, - [SMALL_STATE(3443)] = 109440, - [SMALL_STATE(3444)] = 109499, - [SMALL_STATE(3445)] = 109546, - [SMALL_STATE(3446)] = 109605, - [SMALL_STATE(3447)] = 109652, - [SMALL_STATE(3448)] = 109733, - [SMALL_STATE(3449)] = 109814, - [SMALL_STATE(3450)] = 109861, - [SMALL_STATE(3451)] = 109942, - [SMALL_STATE(3452)] = 109989, - [SMALL_STATE(3453)] = 110036, - [SMALL_STATE(3454)] = 110117, - [SMALL_STATE(3455)] = 110164, - [SMALL_STATE(3456)] = 110211, - [SMALL_STATE(3457)] = 110270, - [SMALL_STATE(3458)] = 110317, - [SMALL_STATE(3459)] = 110364, - [SMALL_STATE(3460)] = 110411, - [SMALL_STATE(3461)] = 110462, - [SMALL_STATE(3462)] = 110521, - [SMALL_STATE(3463)] = 110568, - [SMALL_STATE(3464)] = 110615, - [SMALL_STATE(3465)] = 110662, - [SMALL_STATE(3466)] = 110717, - [SMALL_STATE(3467)] = 110764, - [SMALL_STATE(3468)] = 110811, - [SMALL_STATE(3469)] = 110858, - [SMALL_STATE(3470)] = 110905, - [SMALL_STATE(3471)] = 110952, - [SMALL_STATE(3472)] = 110999, - [SMALL_STATE(3473)] = 111046, - [SMALL_STATE(3474)] = 111093, - [SMALL_STATE(3475)] = 111140, - [SMALL_STATE(3476)] = 111187, - [SMALL_STATE(3477)] = 111234, - [SMALL_STATE(3478)] = 111281, - [SMALL_STATE(3479)] = 111328, - [SMALL_STATE(3480)] = 111375, - [SMALL_STATE(3481)] = 111422, - [SMALL_STATE(3482)] = 111469, - [SMALL_STATE(3483)] = 111526, - [SMALL_STATE(3484)] = 111573, - [SMALL_STATE(3485)] = 111654, - [SMALL_STATE(3486)] = 111701, - [SMALL_STATE(3487)] = 111760, - [SMALL_STATE(3488)] = 111811, - [SMALL_STATE(3489)] = 111858, - [SMALL_STATE(3490)] = 111905, - [SMALL_STATE(3491)] = 111986, - [SMALL_STATE(3492)] = 112033, - [SMALL_STATE(3493)] = 112080, - [SMALL_STATE(3494)] = 112139, - [SMALL_STATE(3495)] = 112220, - [SMALL_STATE(3496)] = 112279, - [SMALL_STATE(3497)] = 112326, - [SMALL_STATE(3498)] = 112373, - [SMALL_STATE(3499)] = 112432, - [SMALL_STATE(3500)] = 112479, - [SMALL_STATE(3501)] = 112546, - [SMALL_STATE(3502)] = 112593, - [SMALL_STATE(3503)] = 112640, - [SMALL_STATE(3504)] = 112687, - [SMALL_STATE(3505)] = 112734, - [SMALL_STATE(3506)] = 112815, - [SMALL_STATE(3507)] = 112862, - [SMALL_STATE(3508)] = 112909, - [SMALL_STATE(3509)] = 112956, - [SMALL_STATE(3510)] = 113015, - [SMALL_STATE(3511)] = 113062, - [SMALL_STATE(3512)] = 113109, - [SMALL_STATE(3513)] = 113156, - [SMALL_STATE(3514)] = 113209, - [SMALL_STATE(3515)] = 113256, - [SMALL_STATE(3516)] = 113337, - [SMALL_STATE(3517)] = 113384, - [SMALL_STATE(3518)] = 113431, - [SMALL_STATE(3519)] = 113478, - [SMALL_STATE(3520)] = 113525, - [SMALL_STATE(3521)] = 113606, - [SMALL_STATE(3522)] = 113653, - [SMALL_STATE(3523)] = 113706, - [SMALL_STATE(3524)] = 113753, - [SMALL_STATE(3525)] = 113800, - [SMALL_STATE(3526)] = 113881, - [SMALL_STATE(3527)] = 113928, - [SMALL_STATE(3528)] = 113975, - [SMALL_STATE(3529)] = 114026, - [SMALL_STATE(3530)] = 114073, - [SMALL_STATE(3531)] = 114122, - [SMALL_STATE(3532)] = 114181, - [SMALL_STATE(3533)] = 114238, - [SMALL_STATE(3534)] = 114287, - [SMALL_STATE(3535)] = 114346, - [SMALL_STATE(3536)] = 114399, - [SMALL_STATE(3537)] = 114480, - [SMALL_STATE(3538)] = 114529, - [SMALL_STATE(3539)] = 114580, - [SMALL_STATE(3540)] = 114627, - [SMALL_STATE(3541)] = 114708, - [SMALL_STATE(3542)] = 114755, - [SMALL_STATE(3543)] = 114802, - [SMALL_STATE(3544)] = 114849, - [SMALL_STATE(3545)] = 114930, - [SMALL_STATE(3546)] = 114977, - [SMALL_STATE(3547)] = 115058, - [SMALL_STATE(3548)] = 115105, - [SMALL_STATE(3549)] = 115156, - [SMALL_STATE(3550)] = 115209, - [SMALL_STATE(3551)] = 115256, - [SMALL_STATE(3552)] = 115303, - [SMALL_STATE(3553)] = 115350, - [SMALL_STATE(3554)] = 115397, - [SMALL_STATE(3555)] = 115452, - [SMALL_STATE(3556)] = 115499, - [SMALL_STATE(3557)] = 115546, - [SMALL_STATE(3558)] = 115627, - [SMALL_STATE(3559)] = 115674, - [SMALL_STATE(3560)] = 115755, - [SMALL_STATE(3561)] = 115810, - [SMALL_STATE(3562)] = 115857, - [SMALL_STATE(3563)] = 115924, - [SMALL_STATE(3564)] = 116005, - [SMALL_STATE(3565)] = 116063, - [SMALL_STATE(3566)] = 116121, - [SMALL_STATE(3567)] = 116205, - [SMALL_STATE(3568)] = 116263, - [SMALL_STATE(3569)] = 116335, - [SMALL_STATE(3570)] = 116403, - [SMALL_STATE(3571)] = 116461, - [SMALL_STATE(3572)] = 116519, - [SMALL_STATE(3573)] = 116603, - [SMALL_STATE(3574)] = 116661, - [SMALL_STATE(3575)] = 116727, - [SMALL_STATE(3576)] = 116785, - [SMALL_STATE(3577)] = 116845, - [SMALL_STATE(3578)] = 116897, - [SMALL_STATE(3579)] = 116957, - [SMALL_STATE(3580)] = 117043, - [SMALL_STATE(3581)] = 117103, - [SMALL_STATE(3582)] = 117163, - [SMALL_STATE(3583)] = 117215, - [SMALL_STATE(3584)] = 117311, - [SMALL_STATE(3585)] = 117375, - [SMALL_STATE(3586)] = 117443, - [SMALL_STATE(3587)] = 117495, - [SMALL_STATE(3588)] = 117547, - [SMALL_STATE(3589)] = 117627, - [SMALL_STATE(3590)] = 117713, - [SMALL_STATE(3591)] = 117787, - [SMALL_STATE(3592)] = 117865, - [SMALL_STATE(3593)] = 117947, - [SMALL_STATE(3594)] = 117999, - [SMALL_STATE(3595)] = 118085, - [SMALL_STATE(3596)] = 118171, - [SMALL_STATE(3597)] = 118231, - [SMALL_STATE(3598)] = 118315, - [SMALL_STATE(3599)] = 118377, - [SMALL_STATE(3600)] = 118467, - [SMALL_STATE(3601)] = 118527, - [SMALL_STATE(3602)] = 118587, - [SMALL_STATE(3603)] = 118645, - [SMALL_STATE(3604)] = 118705, - [SMALL_STATE(3605)] = 118763, - [SMALL_STATE(3606)] = 118823, - [SMALL_STATE(3607)] = 118911, - [SMALL_STATE(3608)] = 119004, - [SMALL_STATE(3609)] = 119097, - [SMALL_STATE(3610)] = 119190, - [SMALL_STATE(3611)] = 119283, - [SMALL_STATE(3612)] = 119376, - [SMALL_STATE(3613)] = 119469, - [SMALL_STATE(3614)] = 119562, - [SMALL_STATE(3615)] = 119655, - [SMALL_STATE(3616)] = 119748, - [SMALL_STATE(3617)] = 119841, - [SMALL_STATE(3618)] = 119934, - [SMALL_STATE(3619)] = 120027, - [SMALL_STATE(3620)] = 120120, - [SMALL_STATE(3621)] = 120213, - [SMALL_STATE(3622)] = 120264, - [SMALL_STATE(3623)] = 120357, - [SMALL_STATE(3624)] = 120450, - [SMALL_STATE(3625)] = 120543, - [SMALL_STATE(3626)] = 120636, - [SMALL_STATE(3627)] = 120729, - [SMALL_STATE(3628)] = 120820, - [SMALL_STATE(3629)] = 120913, - [SMALL_STATE(3630)] = 121006, - [SMALL_STATE(3631)] = 121051, - [SMALL_STATE(3632)] = 121144, - [SMALL_STATE(3633)] = 121237, - [SMALL_STATE(3634)] = 121328, - [SMALL_STATE(3635)] = 121421, - [SMALL_STATE(3636)] = 121514, - [SMALL_STATE(3637)] = 121607, - [SMALL_STATE(3638)] = 121700, - [SMALL_STATE(3639)] = 121783, - [SMALL_STATE(3640)] = 121830, - [SMALL_STATE(3641)] = 121923, - [SMALL_STATE(3642)] = 122016, - [SMALL_STATE(3643)] = 122109, - [SMALL_STATE(3644)] = 122202, - [SMALL_STATE(3645)] = 122251, - [SMALL_STATE(3646)] = 122344, - [SMALL_STATE(3647)] = 122389, - [SMALL_STATE(3648)] = 122482, - [SMALL_STATE(3649)] = 122575, - [SMALL_STATE(3650)] = 122633, - [SMALL_STATE(3651)] = 122721, - [SMALL_STATE(3652)] = 122765, - [SMALL_STATE(3653)] = 122855, - [SMALL_STATE(3654)] = 122945, - [SMALL_STATE(3655)] = 122989, - [SMALL_STATE(3656)] = 123079, - [SMALL_STATE(3657)] = 123123, - [SMALL_STATE(3658)] = 123211, - [SMALL_STATE(3659)] = 123255, - [SMALL_STATE(3660)] = 123345, - [SMALL_STATE(3661)] = 123433, - [SMALL_STATE(3662)] = 123523, - [SMALL_STATE(3663)] = 123613, - [SMALL_STATE(3664)] = 123703, - [SMALL_STATE(3665)] = 123747, - [SMALL_STATE(3666)] = 123837, - [SMALL_STATE(3667)] = 123927, - [SMALL_STATE(3668)] = 124017, - [SMALL_STATE(3669)] = 124107, - [SMALL_STATE(3670)] = 124197, - [SMALL_STATE(3671)] = 124241, - [SMALL_STATE(3672)] = 124331, - [SMALL_STATE(3673)] = 124421, - [SMALL_STATE(3674)] = 124511, - [SMALL_STATE(3675)] = 124601, - [SMALL_STATE(3676)] = 124691, - [SMALL_STATE(3677)] = 124781, - [SMALL_STATE(3678)] = 124871, - [SMALL_STATE(3679)] = 124961, - [SMALL_STATE(3680)] = 125051, - [SMALL_STATE(3681)] = 125141, - [SMALL_STATE(3682)] = 125231, - [SMALL_STATE(3683)] = 125321, - [SMALL_STATE(3684)] = 125411, - [SMALL_STATE(3685)] = 125455, - [SMALL_STATE(3686)] = 125543, - [SMALL_STATE(3687)] = 125633, - [SMALL_STATE(3688)] = 125723, - [SMALL_STATE(3689)] = 125771, - [SMALL_STATE(3690)] = 125861, - [SMALL_STATE(3691)] = 125951, - [SMALL_STATE(3692)] = 126041, - [SMALL_STATE(3693)] = 126129, - [SMALL_STATE(3694)] = 126213, - [SMALL_STATE(3695)] = 126303, - [SMALL_STATE(3696)] = 126393, - [SMALL_STATE(3697)] = 126441, - [SMALL_STATE(3698)] = 126487, - [SMALL_STATE(3699)] = 126577, - [SMALL_STATE(3700)] = 126667, - [SMALL_STATE(3701)] = 126757, - [SMALL_STATE(3702)] = 126845, - [SMALL_STATE(3703)] = 126935, - [SMALL_STATE(3704)] = 126983, - [SMALL_STATE(3705)] = 127071, - [SMALL_STATE(3706)] = 127161, - [SMALL_STATE(3707)] = 127251, - [SMALL_STATE(3708)] = 127305, - [SMALL_STATE(3709)] = 127395, - [SMALL_STATE(3710)] = 127439, - [SMALL_STATE(3711)] = 127527, - [SMALL_STATE(3712)] = 127581, - [SMALL_STATE(3713)] = 127671, - [SMALL_STATE(3714)] = 127761, - [SMALL_STATE(3715)] = 127815, - [SMALL_STATE(3716)] = 127899, - [SMALL_STATE(3717)] = 127989, - [SMALL_STATE(3718)] = 128075, - [SMALL_STATE(3719)] = 128165, - [SMALL_STATE(3720)] = 128233, - [SMALL_STATE(3721)] = 128323, - [SMALL_STATE(3722)] = 128379, - [SMALL_STATE(3723)] = 128469, - [SMALL_STATE(3724)] = 128523, - [SMALL_STATE(3725)] = 128613, - [SMALL_STATE(3726)] = 128661, - [SMALL_STATE(3727)] = 128751, - [SMALL_STATE(3728)] = 128841, - [SMALL_STATE(3729)] = 128931, - [SMALL_STATE(3730)] = 129021, - [SMALL_STATE(3731)] = 129065, - [SMALL_STATE(3732)] = 129109, - [SMALL_STATE(3733)] = 129197, - [SMALL_STATE(3734)] = 129243, - [SMALL_STATE(3735)] = 129333, - [SMALL_STATE(3736)] = 129393, - [SMALL_STATE(3737)] = 129449, - [SMALL_STATE(3738)] = 129493, - [SMALL_STATE(3739)] = 129575, - [SMALL_STATE(3740)] = 129619, - [SMALL_STATE(3741)] = 129663, - [SMALL_STATE(3742)] = 129743, - [SMALL_STATE(3743)] = 129833, - [SMALL_STATE(3744)] = 129917, - [SMALL_STATE(3745)] = 130007, - [SMALL_STATE(3746)] = 130085, - [SMALL_STATE(3747)] = 130175, - [SMALL_STATE(3748)] = 130261, - [SMALL_STATE(3749)] = 130337, - [SMALL_STATE(3750)] = 130427, - [SMALL_STATE(3751)] = 130499, - [SMALL_STATE(3752)] = 130569, - [SMALL_STATE(3753)] = 130637, - [SMALL_STATE(3754)] = 130727, - [SMALL_STATE(3755)] = 130789, - [SMALL_STATE(3756)] = 130855, - [SMALL_STATE(3757)] = 130945, - [SMALL_STATE(3758)] = 130999, - [SMALL_STATE(3759)] = 131043, - [SMALL_STATE(3760)] = 131087, - [SMALL_STATE(3761)] = 131143, - [SMALL_STATE(3762)] = 131233, - [SMALL_STATE(3763)] = 131293, - [SMALL_STATE(3764)] = 131375, - [SMALL_STATE(3765)] = 131455, - [SMALL_STATE(3766)] = 131527, - [SMALL_STATE(3767)] = 131617, - [SMALL_STATE(3768)] = 131695, - [SMALL_STATE(3769)] = 131785, - [SMALL_STATE(3770)] = 131829, - [SMALL_STATE(3771)] = 131905, - [SMALL_STATE(3772)] = 131977, - [SMALL_STATE(3773)] = 132047, - [SMALL_STATE(3774)] = 132137, - [SMALL_STATE(3775)] = 132227, - [SMALL_STATE(3776)] = 132315, - [SMALL_STATE(3777)] = 132381, - [SMALL_STATE(3778)] = 132443, - [SMALL_STATE(3779)] = 132533, - [SMALL_STATE(3780)] = 132597, - [SMALL_STATE(3781)] = 132687, - [SMALL_STATE(3782)] = 132777, - [SMALL_STATE(3783)] = 132861, - [SMALL_STATE(3784)] = 132945, - [SMALL_STATE(3785)] = 132997, - [SMALL_STATE(3786)] = 133087, - [SMALL_STATE(3787)] = 133177, - [SMALL_STATE(3788)] = 133265, - [SMALL_STATE(3789)] = 133331, - [SMALL_STATE(3790)] = 133421, - [SMALL_STATE(3791)] = 133511, - [SMALL_STATE(3792)] = 133601, - [SMALL_STATE(3793)] = 133659, - [SMALL_STATE(3794)] = 133703, - [SMALL_STATE(3795)] = 133793, - [SMALL_STATE(3796)] = 133883, - [SMALL_STATE(3797)] = 133971, - [SMALL_STATE(3798)] = 134061, - [SMALL_STATE(3799)] = 134151, - [SMALL_STATE(3800)] = 134195, - [SMALL_STATE(3801)] = 134285, - [SMALL_STATE(3802)] = 134375, - [SMALL_STATE(3803)] = 134465, - [SMALL_STATE(3804)] = 134555, - [SMALL_STATE(3805)] = 134599, - [SMALL_STATE(3806)] = 134643, - [SMALL_STATE(3807)] = 134687, - [SMALL_STATE(3808)] = 134775, - [SMALL_STATE(3809)] = 134865, - [SMALL_STATE(3810)] = 134949, - [SMALL_STATE(3811)] = 134993, - [SMALL_STATE(3812)] = 135083, - [SMALL_STATE(3813)] = 135167, - [SMALL_STATE(3814)] = 135225, - [SMALL_STATE(3815)] = 135297, - [SMALL_STATE(3816)] = 135381, - [SMALL_STATE(3817)] = 135452, - [SMALL_STATE(3818)] = 135539, - [SMALL_STATE(3819)] = 135626, - [SMALL_STATE(3820)] = 135713, - [SMALL_STATE(3821)] = 135756, - [SMALL_STATE(3822)] = 135843, - [SMALL_STATE(3823)] = 135930, - [SMALL_STATE(3824)] = 136017, - [SMALL_STATE(3825)] = 136104, - [SMALL_STATE(3826)] = 136191, - [SMALL_STATE(3827)] = 136278, - [SMALL_STATE(3828)] = 136365, - [SMALL_STATE(3829)] = 136452, - [SMALL_STATE(3830)] = 136539, - [SMALL_STATE(3831)] = 136626, - [SMALL_STATE(3832)] = 136669, - [SMALL_STATE(3833)] = 136756, - [SMALL_STATE(3834)] = 136799, - [SMALL_STATE(3835)] = 136886, - [SMALL_STATE(3836)] = 136929, - [SMALL_STATE(3837)] = 137000, - [SMALL_STATE(3838)] = 137087, - [SMALL_STATE(3839)] = 137174, - [SMALL_STATE(3840)] = 137219, - [SMALL_STATE(3841)] = 137306, - [SMALL_STATE(3842)] = 137377, - [SMALL_STATE(3843)] = 137464, - [SMALL_STATE(3844)] = 137517, - [SMALL_STATE(3845)] = 137604, - [SMALL_STATE(3846)] = 137691, - [SMALL_STATE(3847)] = 137778, - [SMALL_STATE(3848)] = 137865, - [SMALL_STATE(3849)] = 137952, - [SMALL_STATE(3850)] = 138039, - [SMALL_STATE(3851)] = 138126, - [SMALL_STATE(3852)] = 138213, - [SMALL_STATE(3853)] = 138300, - [SMALL_STATE(3854)] = 138387, - [SMALL_STATE(3855)] = 138474, - [SMALL_STATE(3856)] = 138561, - [SMALL_STATE(3857)] = 138648, - [SMALL_STATE(3858)] = 138735, - [SMALL_STATE(3859)] = 138822, - [SMALL_STATE(3860)] = 138909, - [SMALL_STATE(3861)] = 138996, - [SMALL_STATE(3862)] = 139083, - [SMALL_STATE(3863)] = 139126, - [SMALL_STATE(3864)] = 139171, - [SMALL_STATE(3865)] = 139258, - [SMALL_STATE(3866)] = 139301, - [SMALL_STATE(3867)] = 139356, - [SMALL_STATE(3868)] = 139399, - [SMALL_STATE(3869)] = 139486, - [SMALL_STATE(3870)] = 139573, - [SMALL_STATE(3871)] = 139616, - [SMALL_STATE(3872)] = 139703, - [SMALL_STATE(3873)] = 139746, - [SMALL_STATE(3874)] = 139833, - [SMALL_STATE(3875)] = 139920, - [SMALL_STATE(3876)] = 139967, - [SMALL_STATE(3877)] = 140054, - [SMALL_STATE(3878)] = 140097, - [SMALL_STATE(3879)] = 140184, - [SMALL_STATE(3880)] = 140271, - [SMALL_STATE(3881)] = 140358, - [SMALL_STATE(3882)] = 140445, - [SMALL_STATE(3883)] = 140516, - [SMALL_STATE(3884)] = 140603, - [SMALL_STATE(3885)] = 140690, - [SMALL_STATE(3886)] = 140761, - [SMALL_STATE(3887)] = 140848, - [SMALL_STATE(3888)] = 140891, - [SMALL_STATE(3889)] = 140978, - [SMALL_STATE(3890)] = 141065, - [SMALL_STATE(3891)] = 141152, - [SMALL_STATE(3892)] = 141239, - [SMALL_STATE(3893)] = 141326, - [SMALL_STATE(3894)] = 141397, - [SMALL_STATE(3895)] = 141484, - [SMALL_STATE(3896)] = 141571, - [SMALL_STATE(3897)] = 141658, - [SMALL_STATE(3898)] = 141745, - [SMALL_STATE(3899)] = 141832, - [SMALL_STATE(3900)] = 141875, - [SMALL_STATE(3901)] = 141962, - [SMALL_STATE(3902)] = 142049, - [SMALL_STATE(3903)] = 142136, - [SMALL_STATE(3904)] = 142191, - [SMALL_STATE(3905)] = 142278, - [SMALL_STATE(3906)] = 142365, - [SMALL_STATE(3907)] = 142452, - [SMALL_STATE(3908)] = 142539, - [SMALL_STATE(3909)] = 142626, - [SMALL_STATE(3910)] = 142713, - [SMALL_STATE(3911)] = 142800, - [SMALL_STATE(3912)] = 142843, - [SMALL_STATE(3913)] = 142930, - [SMALL_STATE(3914)] = 143017, - [SMALL_STATE(3915)] = 143104, - [SMALL_STATE(3916)] = 143155, - [SMALL_STATE(3917)] = 143198, - [SMALL_STATE(3918)] = 143285, - [SMALL_STATE(3919)] = 143356, - [SMALL_STATE(3920)] = 143443, - [SMALL_STATE(3921)] = 143530, - [SMALL_STATE(3922)] = 143613, - [SMALL_STATE(3923)] = 143696, - [SMALL_STATE(3924)] = 143783, - [SMALL_STATE(3925)] = 143826, - [SMALL_STATE(3926)] = 143913, - [SMALL_STATE(3927)] = 143956, - [SMALL_STATE(3928)] = 144043, - [SMALL_STATE(3929)] = 144130, - [SMALL_STATE(3930)] = 144217, - [SMALL_STATE(3931)] = 144304, - [SMALL_STATE(3932)] = 144391, - [SMALL_STATE(3933)] = 144474, - [SMALL_STATE(3934)] = 144561, - [SMALL_STATE(3935)] = 144612, - [SMALL_STATE(3936)] = 144699, - [SMALL_STATE(3937)] = 144742, - [SMALL_STATE(3938)] = 144829, - [SMALL_STATE(3939)] = 144916, - [SMALL_STATE(3940)] = 145003, - [SMALL_STATE(3941)] = 145074, - [SMALL_STATE(3942)] = 145161, - [SMALL_STATE(3943)] = 145224, - [SMALL_STATE(3944)] = 145311, - [SMALL_STATE(3945)] = 145398, - [SMALL_STATE(3946)] = 145485, - [SMALL_STATE(3947)] = 145572, - [SMALL_STATE(3948)] = 145633, - [SMALL_STATE(3949)] = 145720, - [SMALL_STATE(3950)] = 145807, - [SMALL_STATE(3951)] = 145862, - [SMALL_STATE(3952)] = 145905, - [SMALL_STATE(3953)] = 145992, - [SMALL_STATE(3954)] = 146063, - [SMALL_STATE(3955)] = 146150, - [SMALL_STATE(3956)] = 146221, - [SMALL_STATE(3957)] = 146308, - [SMALL_STATE(3958)] = 146391, - [SMALL_STATE(3959)] = 146478, - [SMALL_STATE(3960)] = 146521, - [SMALL_STATE(3961)] = 146608, - [SMALL_STATE(3962)] = 146695, - [SMALL_STATE(3963)] = 146782, - [SMALL_STATE(3964)] = 146869, - [SMALL_STATE(3965)] = 146956, - [SMALL_STATE(3966)] = 147021, - [SMALL_STATE(3967)] = 147108, - [SMALL_STATE(3968)] = 147195, - [SMALL_STATE(3969)] = 147238, - [SMALL_STATE(3970)] = 147281, - [SMALL_STATE(3971)] = 147366, - [SMALL_STATE(3972)] = 147453, - [SMALL_STATE(3973)] = 147506, - [SMALL_STATE(3974)] = 147593, - [SMALL_STATE(3975)] = 147652, - [SMALL_STATE(3976)] = 147717, - [SMALL_STATE(3977)] = 147804, - [SMALL_STATE(3978)] = 147847, - [SMALL_STATE(3979)] = 147934, - [SMALL_STATE(3980)] = 148003, - [SMALL_STATE(3981)] = 148084, - [SMALL_STATE(3982)] = 148127, - [SMALL_STATE(3983)] = 148170, - [SMALL_STATE(3984)] = 148249, - [SMALL_STATE(3985)] = 148320, - [SMALL_STATE(3986)] = 148369, - [SMALL_STATE(3987)] = 148412, - [SMALL_STATE(3988)] = 148461, - [SMALL_STATE(3989)] = 148538, - [SMALL_STATE(3990)] = 148583, - [SMALL_STATE(3991)] = 148626, - [SMALL_STATE(3992)] = 148673, - [SMALL_STATE(3993)] = 148760, - [SMALL_STATE(3994)] = 148835, - [SMALL_STATE(3995)] = 148877, - [SMALL_STATE(3996)] = 148919, - [SMALL_STATE(3997)] = 148961, - [SMALL_STATE(3998)] = 149003, - [SMALL_STATE(3999)] = 149045, - [SMALL_STATE(4000)] = 149087, - [SMALL_STATE(4001)] = 149129, - [SMALL_STATE(4002)] = 149213, - [SMALL_STATE(4003)] = 149255, - [SMALL_STATE(4004)] = 149297, - [SMALL_STATE(4005)] = 149339, - [SMALL_STATE(4006)] = 149391, - [SMALL_STATE(4007)] = 149433, - [SMALL_STATE(4008)] = 149475, - [SMALL_STATE(4009)] = 149517, - [SMALL_STATE(4010)] = 149559, - [SMALL_STATE(4011)] = 149611, - [SMALL_STATE(4012)] = 149653, - [SMALL_STATE(4013)] = 149695, - [SMALL_STATE(4014)] = 149737, - [SMALL_STATE(4015)] = 149779, - [SMALL_STATE(4016)] = 149821, - [SMALL_STATE(4017)] = 149863, - [SMALL_STATE(4018)] = 149905, - [SMALL_STATE(4019)] = 149947, - [SMALL_STATE(4020)] = 149989, - [SMALL_STATE(4021)] = 150031, - [SMALL_STATE(4022)] = 150073, - [SMALL_STATE(4023)] = 150115, - [SMALL_STATE(4024)] = 150157, - [SMALL_STATE(4025)] = 150199, - [SMALL_STATE(4026)] = 150241, - [SMALL_STATE(4027)] = 150283, - [SMALL_STATE(4028)] = 150325, - [SMALL_STATE(4029)] = 150367, - [SMALL_STATE(4030)] = 150409, - [SMALL_STATE(4031)] = 150451, - [SMALL_STATE(4032)] = 150493, - [SMALL_STATE(4033)] = 150535, - [SMALL_STATE(4034)] = 150605, - [SMALL_STATE(4035)] = 150647, - [SMALL_STATE(4036)] = 150689, - [SMALL_STATE(4037)] = 150731, - [SMALL_STATE(4038)] = 150773, - [SMALL_STATE(4039)] = 150815, - [SMALL_STATE(4040)] = 150857, - [SMALL_STATE(4041)] = 150899, - [SMALL_STATE(4042)] = 150941, - [SMALL_STATE(4043)] = 150983, - [SMALL_STATE(4044)] = 151025, - [SMALL_STATE(4045)] = 151067, - [SMALL_STATE(4046)] = 151109, - [SMALL_STATE(4047)] = 151151, - [SMALL_STATE(4048)] = 151193, - [SMALL_STATE(4049)] = 151235, - [SMALL_STATE(4050)] = 151277, - [SMALL_STATE(4051)] = 151319, - [SMALL_STATE(4052)] = 151361, - [SMALL_STATE(4053)] = 151403, - [SMALL_STATE(4054)] = 151445, - [SMALL_STATE(4055)] = 151487, - [SMALL_STATE(4056)] = 151557, - [SMALL_STATE(4057)] = 151599, - [SMALL_STATE(4058)] = 151641, - [SMALL_STATE(4059)] = 151683, - [SMALL_STATE(4060)] = 151725, - [SMALL_STATE(4061)] = 151767, - [SMALL_STATE(4062)] = 151834, - [SMALL_STATE(4063)] = 151899, - [SMALL_STATE(4064)] = 151948, - [SMALL_STATE(4065)] = 151991, - [SMALL_STATE(4066)] = 152056, - [SMALL_STATE(4067)] = 152121, - [SMALL_STATE(4068)] = 152172, - [SMALL_STATE(4069)] = 152237, - [SMALL_STATE(4070)] = 152304, - [SMALL_STATE(4071)] = 152357, - [SMALL_STATE(4072)] = 152408, - [SMALL_STATE(4073)] = 152471, - [SMALL_STATE(4074)] = 152524, - [SMALL_STATE(4075)] = 152587, - [SMALL_STATE(4076)] = 152667, - [SMALL_STATE(4077)] = 152735, - [SMALL_STATE(4078)] = 152815, - [SMALL_STATE(4079)] = 152895, - [SMALL_STATE(4080)] = 152975, - [SMALL_STATE(4081)] = 153055, - [SMALL_STATE(4082)] = 153121, - [SMALL_STATE(4083)] = 153189, - [SMALL_STATE(4084)] = 153229, - [SMALL_STATE(4085)] = 153309, - [SMALL_STATE(4086)] = 153377, - [SMALL_STATE(4087)] = 153457, - [SMALL_STATE(4088)] = 153497, - [SMALL_STATE(4089)] = 153577, - [SMALL_STATE(4090)] = 153617, - [SMALL_STATE(4091)] = 153681, - [SMALL_STATE(4092)] = 153761, - [SMALL_STATE(4093)] = 153841, - [SMALL_STATE(4094)] = 153921, - [SMALL_STATE(4095)] = 153961, - [SMALL_STATE(4096)] = 154041, - [SMALL_STATE(4097)] = 154109, - [SMALL_STATE(4098)] = 154149, - [SMALL_STATE(4099)] = 154229, - [SMALL_STATE(4100)] = 154309, - [SMALL_STATE(4101)] = 154389, - [SMALL_STATE(4102)] = 154453, - [SMALL_STATE(4103)] = 154533, - [SMALL_STATE(4104)] = 154589, - [SMALL_STATE(4105)] = 154633, - [SMALL_STATE(4106)] = 154713, - [SMALL_STATE(4107)] = 154753, - [SMALL_STATE(4108)] = 154833, - [SMALL_STATE(4109)] = 154899, - [SMALL_STATE(4110)] = 154939, - [SMALL_STATE(4111)] = 154979, - [SMALL_STATE(4112)] = 155046, - [SMALL_STATE(4113)] = 155089, - [SMALL_STATE(4114)] = 155156, - [SMALL_STATE(4115)] = 155211, - [SMALL_STATE(4116)] = 155258, - [SMALL_STATE(4117)] = 155299, - [SMALL_STATE(4118)] = 155342, - [SMALL_STATE(4119)] = 155381, - [SMALL_STATE(4120)] = 155444, - [SMALL_STATE(4121)] = 155507, - [SMALL_STATE(4122)] = 155546, - [SMALL_STATE(4123)] = 155611, - [SMALL_STATE(4124)] = 155658, - [SMALL_STATE(4125)] = 155723, - [SMALL_STATE(4126)] = 155797, - [SMALL_STATE(4127)] = 155867, - [SMALL_STATE(4128)] = 155925, - [SMALL_STATE(4129)] = 155999, - [SMALL_STATE(4130)] = 156053, - [SMALL_STATE(4131)] = 156127, - [SMALL_STATE(4132)] = 156201, - [SMALL_STATE(4133)] = 156271, - [SMALL_STATE(4134)] = 156341, - [SMALL_STATE(4135)] = 156405, - [SMALL_STATE(4136)] = 156479, - [SMALL_STATE(4137)] = 156553, - [SMALL_STATE(4138)] = 156623, - [SMALL_STATE(4139)] = 156693, - [SMALL_STATE(4140)] = 156767, - [SMALL_STATE(4141)] = 156837, - [SMALL_STATE(4142)] = 156907, - [SMALL_STATE(4143)] = 156967, - [SMALL_STATE(4144)] = 157041, - [SMALL_STATE(4145)] = 157111, - [SMALL_STATE(4146)] = 157181, - [SMALL_STATE(4147)] = 157241, - [SMALL_STATE(4148)] = 157311, - [SMALL_STATE(4149)] = 157385, - [SMALL_STATE(4150)] = 157445, - [SMALL_STATE(4151)] = 157519, - [SMALL_STATE(4152)] = 157589, - [SMALL_STATE(4153)] = 157663, - [SMALL_STATE(4154)] = 157737, - [SMALL_STATE(4155)] = 157811, - [SMALL_STATE(4156)] = 157885, - [SMALL_STATE(4157)] = 157959, - [SMALL_STATE(4158)] = 158029, - [SMALL_STATE(4159)] = 158103, - [SMALL_STATE(4160)] = 158173, - [SMALL_STATE(4161)] = 158243, - [SMALL_STATE(4162)] = 158317, - [SMALL_STATE(4163)] = 158377, - [SMALL_STATE(4164)] = 158451, - [SMALL_STATE(4165)] = 158525, - [SMALL_STATE(4166)] = 158565, - [SMALL_STATE(4167)] = 158639, - [SMALL_STATE(4168)] = 158709, - [SMALL_STATE(4169)] = 158747, - [SMALL_STATE(4170)] = 158805, - [SMALL_STATE(4171)] = 158879, - [SMALL_STATE(4172)] = 158949, - [SMALL_STATE(4173)] = 159019, - [SMALL_STATE(4174)] = 159093, - [SMALL_STATE(4175)] = 159133, - [SMALL_STATE(4176)] = 159207, - [SMALL_STATE(4177)] = 159281, - [SMALL_STATE(4178)] = 159355, - [SMALL_STATE(4179)] = 159425, - [SMALL_STATE(4180)] = 159471, - [SMALL_STATE(4181)] = 159541, - [SMALL_STATE(4182)] = 159615, - [SMALL_STATE(4183)] = 159689, - [SMALL_STATE(4184)] = 159763, - [SMALL_STATE(4185)] = 159817, - [SMALL_STATE(4186)] = 159891, - [SMALL_STATE(4187)] = 159965, - [SMALL_STATE(4188)] = 160039, - [SMALL_STATE(4189)] = 160097, - [SMALL_STATE(4190)] = 160171, - [SMALL_STATE(4191)] = 160225, - [SMALL_STATE(4192)] = 160289, - [SMALL_STATE(4193)] = 160363, - [SMALL_STATE(4194)] = 160437, - [SMALL_STATE(4195)] = 160511, - [SMALL_STATE(4196)] = 160585, - [SMALL_STATE(4197)] = 160655, - [SMALL_STATE(4198)] = 160729, - [SMALL_STATE(4199)] = 160803, - [SMALL_STATE(4200)] = 160877, - [SMALL_STATE(4201)] = 160951, - [SMALL_STATE(4202)] = 161025, - [SMALL_STATE(4203)] = 161083, - [SMALL_STATE(4204)] = 161157, - [SMALL_STATE(4205)] = 161224, - [SMALL_STATE(4206)] = 161291, - [SMALL_STATE(4207)] = 161354, - [SMALL_STATE(4208)] = 161417, - [SMALL_STATE(4209)] = 161476, - [SMALL_STATE(4210)] = 161539, - [SMALL_STATE(4211)] = 161596, - [SMALL_STATE(4212)] = 161663, - [SMALL_STATE(4213)] = 161712, - [SMALL_STATE(4214)] = 161779, - [SMALL_STATE(4215)] = 161846, - [SMALL_STATE(4216)] = 161909, - [SMALL_STATE(4217)] = 161976, - [SMALL_STATE(4218)] = 162037, - [SMALL_STATE(4219)] = 162094, - [SMALL_STATE(4220)] = 162161, - [SMALL_STATE(4221)] = 162222, - [SMALL_STATE(4222)] = 162289, - [SMALL_STATE(4223)] = 162356, - [SMALL_STATE(4224)] = 162415, - [SMALL_STATE(4225)] = 162474, - [SMALL_STATE(4226)] = 162533, - [SMALL_STATE(4227)] = 162592, - [SMALL_STATE(4228)] = 162643, - [SMALL_STATE(4229)] = 162710, - [SMALL_STATE(4230)] = 162777, - [SMALL_STATE(4231)] = 162844, - [SMALL_STATE(4232)] = 162905, - [SMALL_STATE(4233)] = 162972, - [SMALL_STATE(4234)] = 163035, - [SMALL_STATE(4235)] = 163096, - [SMALL_STATE(4236)] = 163163, - [SMALL_STATE(4237)] = 163230, - [SMALL_STATE(4238)] = 163271, - [SMALL_STATE(4239)] = 163338, - [SMALL_STATE(4240)] = 163405, - [SMALL_STATE(4241)] = 163472, - [SMALL_STATE(4242)] = 163539, - [SMALL_STATE(4243)] = 163596, - [SMALL_STATE(4244)] = 163663, - [SMALL_STATE(4245)] = 163730, - [SMALL_STATE(4246)] = 163797, - [SMALL_STATE(4247)] = 163864, - [SMALL_STATE(4248)] = 163927, - [SMALL_STATE(4249)] = 163990, - [SMALL_STATE(4250)] = 164049, - [SMALL_STATE(4251)] = 164116, - [SMALL_STATE(4252)] = 164179, - [SMALL_STATE(4253)] = 164246, - [SMALL_STATE(4254)] = 164305, - [SMALL_STATE(4255)] = 164364, - [SMALL_STATE(4256)] = 164421, - [SMALL_STATE(4257)] = 164483, - [SMALL_STATE(4258)] = 164519, - [SMALL_STATE(4259)] = 164575, - [SMALL_STATE(4260)] = 164637, - [SMALL_STATE(4261)] = 164695, - [SMALL_STATE(4262)] = 164731, - [SMALL_STATE(4263)] = 164775, - [SMALL_STATE(4264)] = 164831, - [SMALL_STATE(4265)] = 164871, - [SMALL_STATE(4266)] = 164907, - [SMALL_STATE(4267)] = 164963, - [SMALL_STATE(4268)] = 165023, - [SMALL_STATE(4269)] = 165079, - [SMALL_STATE(4270)] = 165115, - [SMALL_STATE(4271)] = 165151, - [SMALL_STATE(4272)] = 165201, - [SMALL_STATE(4273)] = 165261, - [SMALL_STATE(4274)] = 165321, - [SMALL_STATE(4275)] = 165381, - [SMALL_STATE(4276)] = 165417, - [SMALL_STATE(4277)] = 165475, - [SMALL_STATE(4278)] = 165533, - [SMALL_STATE(4279)] = 165591, - [SMALL_STATE(4280)] = 165626, - [SMALL_STATE(4281)] = 165681, - [SMALL_STATE(4282)] = 165736, - [SMALL_STATE(4283)] = 165797, - [SMALL_STATE(4284)] = 165838, - [SMALL_STATE(4285)] = 165893, - [SMALL_STATE(4286)] = 165948, - [SMALL_STATE(4287)] = 166003, - [SMALL_STATE(4288)] = 166038, - [SMALL_STATE(4289)] = 166081, - [SMALL_STATE(4290)] = 166116, - [SMALL_STATE(4291)] = 166151, - [SMALL_STATE(4292)] = 166206, - [SMALL_STATE(4293)] = 166243, - [SMALL_STATE(4294)] = 166284, - [SMALL_STATE(4295)] = 166319, - [SMALL_STATE(4296)] = 166354, - [SMALL_STATE(4297)] = 166389, - [SMALL_STATE(4298)] = 166444, - [SMALL_STATE(4299)] = 166485, - [SMALL_STATE(4300)] = 166546, - [SMALL_STATE(4301)] = 166587, - [SMALL_STATE(4302)] = 166642, - [SMALL_STATE(4303)] = 166697, - [SMALL_STATE(4304)] = 166752, - [SMALL_STATE(4305)] = 166807, - [SMALL_STATE(4306)] = 166848, - [SMALL_STATE(4307)] = 166903, - [SMALL_STATE(4308)] = 166942, - [SMALL_STATE(4309)] = 166997, - [SMALL_STATE(4310)] = 167052, - [SMALL_STATE(4311)] = 167106, - [SMALL_STATE(4312)] = 167160, - [SMALL_STATE(4313)] = 167214, - [SMALL_STATE(4314)] = 167270, - [SMALL_STATE(4315)] = 167326, - [SMALL_STATE(4316)] = 167382, - [SMALL_STATE(4317)] = 167438, - [SMALL_STATE(4318)] = 167492, - [SMALL_STATE(4319)] = 167546, - [SMALL_STATE(4320)] = 167602, - [SMALL_STATE(4321)] = 167648, - [SMALL_STATE(4322)] = 167694, - [SMALL_STATE(4323)] = 167748, - [SMALL_STATE(4324)] = 167802, - [SMALL_STATE(4325)] = 167856, - [SMALL_STATE(4326)] = 167902, - [SMALL_STATE(4327)] = 167956, - [SMALL_STATE(4328)] = 168010, - [SMALL_STATE(4329)] = 168056, - [SMALL_STATE(4330)] = 168102, - [SMALL_STATE(4331)] = 168148, - [SMALL_STATE(4332)] = 168204, - [SMALL_STATE(4333)] = 168258, - [SMALL_STATE(4334)] = 168312, - [SMALL_STATE(4335)] = 168366, - [SMALL_STATE(4336)] = 168420, - [SMALL_STATE(4337)] = 168466, - [SMALL_STATE(4338)] = 168512, - [SMALL_STATE(4339)] = 168566, - [SMALL_STATE(4340)] = 168612, - [SMALL_STATE(4341)] = 168666, - [SMALL_STATE(4342)] = 168706, - [SMALL_STATE(4343)] = 168742, - [SMALL_STATE(4344)] = 168796, - [SMALL_STATE(4345)] = 168850, - [SMALL_STATE(4346)] = 168906, - [SMALL_STATE(4347)] = 168962, - [SMALL_STATE(4348)] = 169002, - [SMALL_STATE(4349)] = 169056, - [SMALL_STATE(4350)] = 169110, - [SMALL_STATE(4351)] = 169164, - [SMALL_STATE(4352)] = 169218, - [SMALL_STATE(4353)] = 169272, - [SMALL_STATE(4354)] = 169326, - [SMALL_STATE(4355)] = 169359, - [SMALL_STATE(4356)] = 169412, - [SMALL_STATE(4357)] = 169473, - [SMALL_STATE(4358)] = 169544, - [SMALL_STATE(4359)] = 169605, - [SMALL_STATE(4360)] = 169644, - [SMALL_STATE(4361)] = 169677, - [SMALL_STATE(4362)] = 169712, - [SMALL_STATE(4363)] = 169747, - [SMALL_STATE(4364)] = 169786, - [SMALL_STATE(4365)] = 169823, - [SMALL_STATE(4366)] = 169858, - [SMALL_STATE(4367)] = 169899, - [SMALL_STATE(4368)] = 169932, - [SMALL_STATE(4369)] = 169965, - [SMALL_STATE(4370)] = 170026, - [SMALL_STATE(4371)] = 170059, - [SMALL_STATE(4372)] = 170114, - [SMALL_STATE(4373)] = 170175, - [SMALL_STATE(4374)] = 170230, - [SMALL_STATE(4375)] = 170285, - [SMALL_STATE(4376)] = 170340, - [SMALL_STATE(4377)] = 170401, - [SMALL_STATE(4378)] = 170454, - [SMALL_STATE(4379)] = 170507, - [SMALL_STATE(4380)] = 170540, - [SMALL_STATE(4381)] = 170593, - [SMALL_STATE(4382)] = 170630, - [SMALL_STATE(4383)] = 170663, - [SMALL_STATE(4384)] = 170704, - [SMALL_STATE(4385)] = 170765, - [SMALL_STATE(4386)] = 170798, - [SMALL_STATE(4387)] = 170831, - [SMALL_STATE(4388)] = 170864, - [SMALL_STATE(4389)] = 170897, - [SMALL_STATE(4390)] = 170929, - [SMALL_STATE(4391)] = 170967, - [SMALL_STATE(4392)] = 170999, - [SMALL_STATE(4393)] = 171051, - [SMALL_STATE(4394)] = 171103, - [SMALL_STATE(4395)] = 171155, - [SMALL_STATE(4396)] = 171207, - [SMALL_STATE(4397)] = 171259, - [SMALL_STATE(4398)] = 171291, - [SMALL_STATE(4399)] = 171325, - [SMALL_STATE(4400)] = 171357, - [SMALL_STATE(4401)] = 171409, - [SMALL_STATE(4402)] = 171441, - [SMALL_STATE(4403)] = 171493, - [SMALL_STATE(4404)] = 171525, - [SMALL_STATE(4405)] = 171557, - [SMALL_STATE(4406)] = 171589, - [SMALL_STATE(4407)] = 171641, - [SMALL_STATE(4408)] = 171673, - [SMALL_STATE(4409)] = 171711, - [SMALL_STATE(4410)] = 171743, - [SMALL_STATE(4411)] = 171782, - [SMALL_STATE(4412)] = 171819, - [SMALL_STATE(4413)] = 171856, - [SMALL_STATE(4414)] = 171893, - [SMALL_STATE(4415)] = 171932, - [SMALL_STATE(4416)] = 171991, - [SMALL_STATE(4417)] = 172024, - [SMALL_STATE(4418)] = 172057, - [SMALL_STATE(4419)] = 172116, - [SMALL_STATE(4420)] = 172153, - [SMALL_STATE(4421)] = 172192, - [SMALL_STATE(4422)] = 172251, - [SMALL_STATE(4423)] = 172290, - [SMALL_STATE(4424)] = 172327, - [SMALL_STATE(4425)] = 172379, - [SMALL_STATE(4426)] = 172431, - [SMALL_STATE(4427)] = 172483, - [SMALL_STATE(4428)] = 172535, - [SMALL_STATE(4429)] = 172569, - [SMALL_STATE(4430)] = 172621, - [SMALL_STATE(4431)] = 172673, - [SMALL_STATE(4432)] = 172725, - [SMALL_STATE(4433)] = 172777, - [SMALL_STATE(4434)] = 172829, - [SMALL_STATE(4435)] = 172881, - [SMALL_STATE(4436)] = 172933, - [SMALL_STATE(4437)] = 172985, - [SMALL_STATE(4438)] = 173037, - [SMALL_STATE(4439)] = 173089, - [SMALL_STATE(4440)] = 173141, - [SMALL_STATE(4441)] = 173193, - [SMALL_STATE(4442)] = 173245, - [SMALL_STATE(4443)] = 173281, - [SMALL_STATE(4444)] = 173333, - [SMALL_STATE(4445)] = 173385, - [SMALL_STATE(4446)] = 173437, - [SMALL_STATE(4447)] = 173489, - [SMALL_STATE(4448)] = 173525, - [SMALL_STATE(4449)] = 173561, - [SMALL_STATE(4450)] = 173613, - [SMALL_STATE(4451)] = 173665, - [SMALL_STATE(4452)] = 173717, - [SMALL_STATE(4453)] = 173769, - [SMALL_STATE(4454)] = 173821, - [SMALL_STATE(4455)] = 173873, - [SMALL_STATE(4456)] = 173925, - [SMALL_STATE(4457)] = 173977, - [SMALL_STATE(4458)] = 174029, - [SMALL_STATE(4459)] = 174081, - [SMALL_STATE(4460)] = 174133, - [SMALL_STATE(4461)] = 174185, - [SMALL_STATE(4462)] = 174237, - [SMALL_STATE(4463)] = 174289, - [SMALL_STATE(4464)] = 174341, - [SMALL_STATE(4465)] = 174393, - [SMALL_STATE(4466)] = 174445, - [SMALL_STATE(4467)] = 174497, - [SMALL_STATE(4468)] = 174558, - [SMALL_STATE(4469)] = 174591, - [SMALL_STATE(4470)] = 174652, - [SMALL_STATE(4471)] = 174713, - [SMALL_STATE(4472)] = 174774, - [SMALL_STATE(4473)] = 174835, - [SMALL_STATE(4474)] = 174896, - [SMALL_STATE(4475)] = 174957, - [SMALL_STATE(4476)] = 175018, - [SMALL_STATE(4477)] = 175079, - [SMALL_STATE(4478)] = 175114, - [SMALL_STATE(4479)] = 175149, - [SMALL_STATE(4480)] = 175204, - [SMALL_STATE(4481)] = 175265, - [SMALL_STATE(4482)] = 175326, - [SMALL_STATE(4483)] = 175387, - [SMALL_STATE(4484)] = 175418, - [SMALL_STATE(4485)] = 175449, - [SMALL_STATE(4486)] = 175510, - [SMALL_STATE(4487)] = 175571, - [SMALL_STATE(4488)] = 175632, - [SMALL_STATE(4489)] = 175693, - [SMALL_STATE(4490)] = 175754, - [SMALL_STATE(4491)] = 175815, - [SMALL_STATE(4492)] = 175876, - [SMALL_STATE(4493)] = 175937, - [SMALL_STATE(4494)] = 175998, - [SMALL_STATE(4495)] = 176059, - [SMALL_STATE(4496)] = 176102, - [SMALL_STATE(4497)] = 176163, - [SMALL_STATE(4498)] = 176224, - [SMALL_STATE(4499)] = 176285, - [SMALL_STATE(4500)] = 176346, - [SMALL_STATE(4501)] = 176407, - [SMALL_STATE(4502)] = 176468, - [SMALL_STATE(4503)] = 176529, - [SMALL_STATE(4504)] = 176590, - [SMALL_STATE(4505)] = 176651, - [SMALL_STATE(4506)] = 176712, - [SMALL_STATE(4507)] = 176745, - [SMALL_STATE(4508)] = 176806, - [SMALL_STATE(4509)] = 176867, - [SMALL_STATE(4510)] = 176928, - [SMALL_STATE(4511)] = 176989, - [SMALL_STATE(4512)] = 177050, - [SMALL_STATE(4513)] = 177111, - [SMALL_STATE(4514)] = 177172, - [SMALL_STATE(4515)] = 177233, - [SMALL_STATE(4516)] = 177294, - [SMALL_STATE(4517)] = 177355, - [SMALL_STATE(4518)] = 177390, - [SMALL_STATE(4519)] = 177433, - [SMALL_STATE(4520)] = 177494, - [SMALL_STATE(4521)] = 177555, - [SMALL_STATE(4522)] = 177616, - [SMALL_STATE(4523)] = 177659, - [SMALL_STATE(4524)] = 177688, - [SMALL_STATE(4525)] = 177749, - [SMALL_STATE(4526)] = 177782, - [SMALL_STATE(4527)] = 177843, - [SMALL_STATE(4528)] = 177904, - [SMALL_STATE(4529)] = 177935, - [SMALL_STATE(4530)] = 177968, - [SMALL_STATE(4531)] = 178001, - [SMALL_STATE(4532)] = 178044, - [SMALL_STATE(4533)] = 178099, - [SMALL_STATE(4534)] = 178160, - [SMALL_STATE(4535)] = 178221, - [SMALL_STATE(4536)] = 178282, - [SMALL_STATE(4537)] = 178343, - [SMALL_STATE(4538)] = 178404, - [SMALL_STATE(4539)] = 178465, - [SMALL_STATE(4540)] = 178498, - [SMALL_STATE(4541)] = 178559, - [SMALL_STATE(4542)] = 178602, - [SMALL_STATE(4543)] = 178663, - [SMALL_STATE(4544)] = 178724, - [SMALL_STATE(4545)] = 178752, - [SMALL_STATE(4546)] = 178788, - [SMALL_STATE(4547)] = 178828, - [SMALL_STATE(4548)] = 178856, - [SMALL_STATE(4549)] = 178884, - [SMALL_STATE(4550)] = 178926, - [SMALL_STATE(4551)] = 178966, - [SMALL_STATE(4552)] = 179006, - [SMALL_STATE(4553)] = 179046, - [SMALL_STATE(4554)] = 179074, - [SMALL_STATE(4555)] = 179114, - [SMALL_STATE(4556)] = 179142, - [SMALL_STATE(4557)] = 179182, - [SMALL_STATE(4558)] = 179228, - [SMALL_STATE(4559)] = 179256, - [SMALL_STATE(4560)] = 179296, - [SMALL_STATE(4561)] = 179324, - [SMALL_STATE(4562)] = 179354, - [SMALL_STATE(4563)] = 179382, - [SMALL_STATE(4564)] = 179410, - [SMALL_STATE(4565)] = 179438, - [SMALL_STATE(4566)] = 179478, - [SMALL_STATE(4567)] = 179518, - [SMALL_STATE(4568)] = 179558, - [SMALL_STATE(4569)] = 179598, - [SMALL_STATE(4570)] = 179626, - [SMALL_STATE(4571)] = 179654, - [SMALL_STATE(4572)] = 179694, - [SMALL_STATE(4573)] = 179734, - [SMALL_STATE(4574)] = 179774, - [SMALL_STATE(4575)] = 179802, - [SMALL_STATE(4576)] = 179834, - [SMALL_STATE(4577)] = 179862, - [SMALL_STATE(4578)] = 179894, - [SMALL_STATE(4579)] = 179922, - [SMALL_STATE(4580)] = 179950, - [SMALL_STATE(4581)] = 179978, - [SMALL_STATE(4582)] = 180006, - [SMALL_STATE(4583)] = 180034, - [SMALL_STATE(4584)] = 180062, - [SMALL_STATE(4585)] = 180090, - [SMALL_STATE(4586)] = 180118, - [SMALL_STATE(4587)] = 180150, - [SMALL_STATE(4588)] = 180178, - [SMALL_STATE(4589)] = 180206, - [SMALL_STATE(4590)] = 180234, - [SMALL_STATE(4591)] = 180262, - [SMALL_STATE(4592)] = 180290, - [SMALL_STATE(4593)] = 180318, - [SMALL_STATE(4594)] = 180362, - [SMALL_STATE(4595)] = 180402, - [SMALL_STATE(4596)] = 180430, - [SMALL_STATE(4597)] = 180458, - [SMALL_STATE(4598)] = 180508, - [SMALL_STATE(4599)] = 180536, - [SMALL_STATE(4600)] = 180564, - [SMALL_STATE(4601)] = 180592, - [SMALL_STATE(4602)] = 180634, - [SMALL_STATE(4603)] = 180674, - [SMALL_STATE(4604)] = 180702, - [SMALL_STATE(4605)] = 180730, - [SMALL_STATE(4606)] = 180758, - [SMALL_STATE(4607)] = 180798, - [SMALL_STATE(4608)] = 180838, - [SMALL_STATE(4609)] = 180878, - [SMALL_STATE(4610)] = 180918, - [SMALL_STATE(4611)] = 180958, - [SMALL_STATE(4612)] = 180986, - [SMALL_STATE(4613)] = 181020, - [SMALL_STATE(4614)] = 181048, - [SMALL_STATE(4615)] = 181076, - [SMALL_STATE(4616)] = 181104, - [SMALL_STATE(4617)] = 181132, - [SMALL_STATE(4618)] = 181160, - [SMALL_STATE(4619)] = 181194, - [SMALL_STATE(4620)] = 181234, - [SMALL_STATE(4621)] = 181262, - [SMALL_STATE(4622)] = 181296, - [SMALL_STATE(4623)] = 181336, - [SMALL_STATE(4624)] = 181376, - [SMALL_STATE(4625)] = 181416, - [SMALL_STATE(4626)] = 181444, - [SMALL_STATE(4627)] = 181472, - [SMALL_STATE(4628)] = 181500, - [SMALL_STATE(4629)] = 181528, - [SMALL_STATE(4630)] = 181556, - [SMALL_STATE(4631)] = 181584, - [SMALL_STATE(4632)] = 181612, - [SMALL_STATE(4633)] = 181640, - [SMALL_STATE(4634)] = 181668, - [SMALL_STATE(4635)] = 181696, - [SMALL_STATE(4636)] = 181742, - [SMALL_STATE(4637)] = 181782, - [SMALL_STATE(4638)] = 181822, - [SMALL_STATE(4639)] = 181862, - [SMALL_STATE(4640)] = 181902, - [SMALL_STATE(4641)] = 181930, - [SMALL_STATE(4642)] = 181958, - [SMALL_STATE(4643)] = 181998, - [SMALL_STATE(4644)] = 182026, - [SMALL_STATE(4645)] = 182054, - [SMALL_STATE(4646)] = 182094, - [SMALL_STATE(4647)] = 182122, - [SMALL_STATE(4648)] = 182150, - [SMALL_STATE(4649)] = 182178, - [SMALL_STATE(4650)] = 182226, - [SMALL_STATE(4651)] = 182266, - [SMALL_STATE(4652)] = 182294, - [SMALL_STATE(4653)] = 182322, - [SMALL_STATE(4654)] = 182350, - [SMALL_STATE(4655)] = 182378, - [SMALL_STATE(4656)] = 182406, - [SMALL_STATE(4657)] = 182434, - [SMALL_STATE(4658)] = 182462, - [SMALL_STATE(4659)] = 182490, - [SMALL_STATE(4660)] = 182518, - [SMALL_STATE(4661)] = 182546, - [SMALL_STATE(4662)] = 182586, - [SMALL_STATE(4663)] = 182614, - [SMALL_STATE(4664)] = 182654, - [SMALL_STATE(4665)] = 182682, - [SMALL_STATE(4666)] = 182722, - [SMALL_STATE(4667)] = 182777, - [SMALL_STATE(4668)] = 182804, - [SMALL_STATE(4669)] = 182831, - [SMALL_STATE(4670)] = 182858, - [SMALL_STATE(4671)] = 182913, - [SMALL_STATE(4672)] = 182968, - [SMALL_STATE(4673)] = 183023, - [SMALL_STATE(4674)] = 183078, - [SMALL_STATE(4675)] = 183109, - [SMALL_STATE(4676)] = 183164, - [SMALL_STATE(4677)] = 183219, - [SMALL_STATE(4678)] = 183260, - [SMALL_STATE(4679)] = 183287, - [SMALL_STATE(4680)] = 183342, - [SMALL_STATE(4681)] = 183397, - [SMALL_STATE(4682)] = 183452, - [SMALL_STATE(4683)] = 183479, - [SMALL_STATE(4684)] = 183534, - [SMALL_STATE(4685)] = 183589, - [SMALL_STATE(4686)] = 183644, - [SMALL_STATE(4687)] = 183699, - [SMALL_STATE(4688)] = 183758, - [SMALL_STATE(4689)] = 183813, - [SMALL_STATE(4690)] = 183868, - [SMALL_STATE(4691)] = 183923, - [SMALL_STATE(4692)] = 183978, - [SMALL_STATE(4693)] = 184023, - [SMALL_STATE(4694)] = 184078, - [SMALL_STATE(4695)] = 184105, - [SMALL_STATE(4696)] = 184160, - [SMALL_STATE(4697)] = 184215, - [SMALL_STATE(4698)] = 184270, - [SMALL_STATE(4699)] = 184325, - [SMALL_STATE(4700)] = 184380, - [SMALL_STATE(4701)] = 184435, - [SMALL_STATE(4702)] = 184490, - [SMALL_STATE(4703)] = 184545, - [SMALL_STATE(4704)] = 184574, - [SMALL_STATE(4705)] = 184601, - [SMALL_STATE(4706)] = 184628, - [SMALL_STATE(4707)] = 184677, - [SMALL_STATE(4708)] = 184722, - [SMALL_STATE(4709)] = 184749, - [SMALL_STATE(4710)] = 184804, - [SMALL_STATE(4711)] = 184849, - [SMALL_STATE(4712)] = 184892, - [SMALL_STATE(4713)] = 184933, - [SMALL_STATE(4714)] = 184988, - [SMALL_STATE(4715)] = 185027, - [SMALL_STATE(4716)] = 185082, - [SMALL_STATE(4717)] = 185127, - [SMALL_STATE(4718)] = 185182, - [SMALL_STATE(4719)] = 185219, - [SMALL_STATE(4720)] = 185254, - [SMALL_STATE(4721)] = 185309, - [SMALL_STATE(4722)] = 185354, - [SMALL_STATE(4723)] = 185387, - [SMALL_STATE(4724)] = 185418, - [SMALL_STATE(4725)] = 185463, - [SMALL_STATE(4726)] = 185490, - [SMALL_STATE(4727)] = 185549, - [SMALL_STATE(4728)] = 185604, - [SMALL_STATE(4729)] = 185653, - [SMALL_STATE(4730)] = 185698, - [SMALL_STATE(4731)] = 185753, - [SMALL_STATE(4732)] = 185808, - [SMALL_STATE(4733)] = 185863, - [SMALL_STATE(4734)] = 185908, - [SMALL_STATE(4735)] = 185963, - [SMALL_STATE(4736)] = 186018, - [SMALL_STATE(4737)] = 186073, - [SMALL_STATE(4738)] = 186132, - [SMALL_STATE(4739)] = 186177, - [SMALL_STATE(4740)] = 186232, - [SMALL_STATE(4741)] = 186287, - [SMALL_STATE(4742)] = 186342, - [SMALL_STATE(4743)] = 186397, - [SMALL_STATE(4744)] = 186452, - [SMALL_STATE(4745)] = 186507, - [SMALL_STATE(4746)] = 186562, - [SMALL_STATE(4747)] = 186617, - [SMALL_STATE(4748)] = 186672, - [SMALL_STATE(4749)] = 186717, - [SMALL_STATE(4750)] = 186775, - [SMALL_STATE(4751)] = 186833, - [SMALL_STATE(4752)] = 186873, - [SMALL_STATE(4753)] = 186931, - [SMALL_STATE(4754)] = 186980, - [SMALL_STATE(4755)] = 187029, - [SMALL_STATE(4756)] = 187078, - [SMALL_STATE(4757)] = 187127, - [SMALL_STATE(4758)] = 187176, - [SMALL_STATE(4759)] = 187217, - [SMALL_STATE(4760)] = 187266, - [SMALL_STATE(4761)] = 187315, - [SMALL_STATE(4762)] = 187364, - [SMALL_STATE(4763)] = 187413, - [SMALL_STATE(4764)] = 187462, - [SMALL_STATE(4765)] = 187511, - [SMALL_STATE(4766)] = 187560, - [SMALL_STATE(4767)] = 187609, - [SMALL_STATE(4768)] = 187658, - [SMALL_STATE(4769)] = 187707, - [SMALL_STATE(4770)] = 187756, - [SMALL_STATE(4771)] = 187797, - [SMALL_STATE(4772)] = 187846, - [SMALL_STATE(4773)] = 187895, - [SMALL_STATE(4774)] = 187944, - [SMALL_STATE(4775)] = 187993, - [SMALL_STATE(4776)] = 188042, - [SMALL_STATE(4777)] = 188091, - [SMALL_STATE(4778)] = 188140, - [SMALL_STATE(4779)] = 188189, - [SMALL_STATE(4780)] = 188218, - [SMALL_STATE(4781)] = 188267, - [SMALL_STATE(4782)] = 188316, - [SMALL_STATE(4783)] = 188365, - [SMALL_STATE(4784)] = 188414, - [SMALL_STATE(4785)] = 188463, - [SMALL_STATE(4786)] = 188512, - [SMALL_STATE(4787)] = 188561, - [SMALL_STATE(4788)] = 188610, - [SMALL_STATE(4789)] = 188659, - [SMALL_STATE(4790)] = 188708, - [SMALL_STATE(4791)] = 188757, - [SMALL_STATE(4792)] = 188806, - [SMALL_STATE(4793)] = 188857, - [SMALL_STATE(4794)] = 188896, - [SMALL_STATE(4795)] = 188945, - [SMALL_STATE(4796)] = 188994, - [SMALL_STATE(4797)] = 189035, - [SMALL_STATE(4798)] = 189084, - [SMALL_STATE(4799)] = 189133, - [SMALL_STATE(4800)] = 189182, - [SMALL_STATE(4801)] = 189231, - [SMALL_STATE(4802)] = 189280, - [SMALL_STATE(4803)] = 189329, - [SMALL_STATE(4804)] = 189378, - [SMALL_STATE(4805)] = 189427, - [SMALL_STATE(4806)] = 189476, - [SMALL_STATE(4807)] = 189525, - [SMALL_STATE(4808)] = 189574, - [SMALL_STATE(4809)] = 189623, - [SMALL_STATE(4810)] = 189672, - [SMALL_STATE(4811)] = 189721, - [SMALL_STATE(4812)] = 189770, - [SMALL_STATE(4813)] = 189819, - [SMALL_STATE(4814)] = 189868, - [SMALL_STATE(4815)] = 189917, - [SMALL_STATE(4816)] = 189966, - [SMALL_STATE(4817)] = 190015, - [SMALL_STATE(4818)] = 190064, - [SMALL_STATE(4819)] = 190113, - [SMALL_STATE(4820)] = 190162, - [SMALL_STATE(4821)] = 190211, - [SMALL_STATE(4822)] = 190260, - [SMALL_STATE(4823)] = 190309, - [SMALL_STATE(4824)] = 190358, - [SMALL_STATE(4825)] = 190407, - [SMALL_STATE(4826)] = 190456, - [SMALL_STATE(4827)] = 190505, - [SMALL_STATE(4828)] = 190554, - [SMALL_STATE(4829)] = 190603, - [SMALL_STATE(4830)] = 190652, - [SMALL_STATE(4831)] = 190701, - [SMALL_STATE(4832)] = 190750, - [SMALL_STATE(4833)] = 190799, - [SMALL_STATE(4834)] = 190848, - [SMALL_STATE(4835)] = 190897, - [SMALL_STATE(4836)] = 190946, - [SMALL_STATE(4837)] = 190987, - [SMALL_STATE(4838)] = 191036, - [SMALL_STATE(4839)] = 191085, - [SMALL_STATE(4840)] = 191134, - [SMALL_STATE(4841)] = 191183, - [SMALL_STATE(4842)] = 191232, - [SMALL_STATE(4843)] = 191281, - [SMALL_STATE(4844)] = 191330, - [SMALL_STATE(4845)] = 191379, - [SMALL_STATE(4846)] = 191428, - [SMALL_STATE(4847)] = 191477, - [SMALL_STATE(4848)] = 191526, - [SMALL_STATE(4849)] = 191575, - [SMALL_STATE(4850)] = 191624, - [SMALL_STATE(4851)] = 191673, - [SMALL_STATE(4852)] = 191722, - [SMALL_STATE(4853)] = 191771, - [SMALL_STATE(4854)] = 191820, - [SMALL_STATE(4855)] = 191869, - [SMALL_STATE(4856)] = 191918, - [SMALL_STATE(4857)] = 191964, - [SMALL_STATE(4858)] = 192012, - [SMALL_STATE(4859)] = 192064, - [SMALL_STATE(4860)] = 192110, - [SMALL_STATE(4861)] = 192162, - [SMALL_STATE(4862)] = 192208, - [SMALL_STATE(4863)] = 192246, - [SMALL_STATE(4864)] = 192292, - [SMALL_STATE(4865)] = 192340, - [SMALL_STATE(4866)] = 192392, - [SMALL_STATE(4867)] = 192438, - [SMALL_STATE(4868)] = 192484, - [SMALL_STATE(4869)] = 192530, - [SMALL_STATE(4870)] = 192578, - [SMALL_STATE(4871)] = 192630, - [SMALL_STATE(4872)] = 192682, - [SMALL_STATE(4873)] = 192728, - [SMALL_STATE(4874)] = 192774, - [SMALL_STATE(4875)] = 192826, - [SMALL_STATE(4876)] = 192874, - [SMALL_STATE(4877)] = 192920, - [SMALL_STATE(4878)] = 192972, - [SMALL_STATE(4879)] = 193010, - [SMALL_STATE(4880)] = 193056, - [SMALL_STATE(4881)] = 193108, - [SMALL_STATE(4882)] = 193154, - [SMALL_STATE(4883)] = 193206, - [SMALL_STATE(4884)] = 193244, - [SMALL_STATE(4885)] = 193290, - [SMALL_STATE(4886)] = 193342, - [SMALL_STATE(4887)] = 193388, - [SMALL_STATE(4888)] = 193434, - [SMALL_STATE(4889)] = 193482, - [SMALL_STATE(4890)] = 193520, - [SMALL_STATE(4891)] = 193568, - [SMALL_STATE(4892)] = 193620, - [SMALL_STATE(4893)] = 193666, - [SMALL_STATE(4894)] = 193718, - [SMALL_STATE(4895)] = 193764, - [SMALL_STATE(4896)] = 193810, - [SMALL_STATE(4897)] = 193856, - [SMALL_STATE(4898)] = 193908, - [SMALL_STATE(4899)] = 193956, - [SMALL_STATE(4900)] = 194002, - [SMALL_STATE(4901)] = 194047, - [SMALL_STATE(4902)] = 194084, - [SMALL_STATE(4903)] = 194121, - [SMALL_STATE(4904)] = 194158, - [SMALL_STATE(4905)] = 194203, - [SMALL_STATE(4906)] = 194240, - [SMALL_STATE(4907)] = 194277, - [SMALL_STATE(4908)] = 194314, - [SMALL_STATE(4909)] = 194351, - [SMALL_STATE(4910)] = 194388, - [SMALL_STATE(4911)] = 194433, - [SMALL_STATE(4912)] = 194470, - [SMALL_STATE(4913)] = 194507, - [SMALL_STATE(4914)] = 194552, - [SMALL_STATE(4915)] = 194589, - [SMALL_STATE(4916)] = 194626, - [SMALL_STATE(4917)] = 194663, - [SMALL_STATE(4918)] = 194700, - [SMALL_STATE(4919)] = 194740, - [SMALL_STATE(4920)] = 194778, - [SMALL_STATE(4921)] = 194818, - [SMALL_STATE(4922)] = 194856, - [SMALL_STATE(4923)] = 194896, - [SMALL_STATE(4924)] = 194936, - [SMALL_STATE(4925)] = 194976, - [SMALL_STATE(4926)] = 195018, - [SMALL_STATE(4927)] = 195058, - [SMALL_STATE(4928)] = 195096, - [SMALL_STATE(4929)] = 195134, - [SMALL_STATE(4930)] = 195160, - [SMALL_STATE(4931)] = 195200, - [SMALL_STATE(4932)] = 195240, - [SMALL_STATE(4933)] = 195266, - [SMALL_STATE(4934)] = 195304, - [SMALL_STATE(4935)] = 195342, - [SMALL_STATE(4936)] = 195368, - [SMALL_STATE(4937)] = 195406, - [SMALL_STATE(4938)] = 195444, - [SMALL_STATE(4939)] = 195484, - [SMALL_STATE(4940)] = 195522, - [SMALL_STATE(4941)] = 195550, - [SMALL_STATE(4942)] = 195590, - [SMALL_STATE(4943)] = 195630, - [SMALL_STATE(4944)] = 195656, - [SMALL_STATE(4945)] = 195694, - [SMALL_STATE(4946)] = 195734, - [SMALL_STATE(4947)] = 195774, - [SMALL_STATE(4948)] = 195814, - [SMALL_STATE(4949)] = 195852, - [SMALL_STATE(4950)] = 195892, - [SMALL_STATE(4951)] = 195918, - [SMALL_STATE(4952)] = 195958, - [SMALL_STATE(4953)] = 195998, - [SMALL_STATE(4954)] = 196040, - [SMALL_STATE(4955)] = 196080, - [SMALL_STATE(4956)] = 196118, - [SMALL_STATE(4957)] = 196160, - [SMALL_STATE(4958)] = 196202, - [SMALL_STATE(4959)] = 196240, - [SMALL_STATE(4960)] = 196276, - [SMALL_STATE(4961)] = 196316, - [SMALL_STATE(4962)] = 196342, - [SMALL_STATE(4963)] = 196382, - [SMALL_STATE(4964)] = 196420, - [SMALL_STATE(4965)] = 196460, - [SMALL_STATE(4966)] = 196498, - [SMALL_STATE(4967)] = 196538, - [SMALL_STATE(4968)] = 196576, - [SMALL_STATE(4969)] = 196616, - [SMALL_STATE(4970)] = 196656, - [SMALL_STATE(4971)] = 196682, - [SMALL_STATE(4972)] = 196724, - [SMALL_STATE(4973)] = 196762, - [SMALL_STATE(4974)] = 196802, - [SMALL_STATE(4975)] = 196840, - [SMALL_STATE(4976)] = 196880, - [SMALL_STATE(4977)] = 196920, - [SMALL_STATE(4978)] = 196948, - [SMALL_STATE(4979)] = 196988, - [SMALL_STATE(4980)] = 197030, - [SMALL_STATE(4981)] = 197070, - [SMALL_STATE(4982)] = 197110, - [SMALL_STATE(4983)] = 197150, - [SMALL_STATE(4984)] = 197183, - [SMALL_STATE(4985)] = 197216, - [SMALL_STATE(4986)] = 197249, - [SMALL_STATE(4987)] = 197286, - [SMALL_STATE(4988)] = 197319, - [SMALL_STATE(4989)] = 197356, - [SMALL_STATE(4990)] = 197389, - [SMALL_STATE(4991)] = 197426, - [SMALL_STATE(4992)] = 197461, - [SMALL_STATE(4993)] = 197486, - [SMALL_STATE(4994)] = 197523, - [SMALL_STATE(4995)] = 197562, - [SMALL_STATE(4996)] = 197595, - [SMALL_STATE(4997)] = 197634, - [SMALL_STATE(4998)] = 197657, - [SMALL_STATE(4999)] = 197690, - [SMALL_STATE(5000)] = 197727, - [SMALL_STATE(5001)] = 197768, - [SMALL_STATE(5002)] = 197793, - [SMALL_STATE(5003)] = 197830, - [SMALL_STATE(5004)] = 197867, - [SMALL_STATE(5005)] = 197906, - [SMALL_STATE(5006)] = 197943, - [SMALL_STATE(5007)] = 197968, - [SMALL_STATE(5008)] = 197993, - [SMALL_STATE(5009)] = 198028, - [SMALL_STATE(5010)] = 198053, - [SMALL_STATE(5011)] = 198078, - [SMALL_STATE(5012)] = 198115, - [SMALL_STATE(5013)] = 198154, - [SMALL_STATE(5014)] = 198191, - [SMALL_STATE(5015)] = 198228, - [SMALL_STATE(5016)] = 198265, - [SMALL_STATE(5017)] = 198302, - [SMALL_STATE(5018)] = 198327, - [SMALL_STATE(5019)] = 198352, - [SMALL_STATE(5020)] = 198391, - [SMALL_STATE(5021)] = 198424, - [SMALL_STATE(5022)] = 198461, - [SMALL_STATE(5023)] = 198494, - [SMALL_STATE(5024)] = 198522, - [SMALL_STATE(5025)] = 198558, - [SMALL_STATE(5026)] = 198580, - [SMALL_STATE(5027)] = 198616, - [SMALL_STATE(5028)] = 198652, - [SMALL_STATE(5029)] = 198680, - [SMALL_STATE(5030)] = 198716, - [SMALL_STATE(5031)] = 198752, - [SMALL_STATE(5032)] = 198772, - [SMALL_STATE(5033)] = 198796, - [SMALL_STATE(5034)] = 198820, - [SMALL_STATE(5035)] = 198844, - [SMALL_STATE(5036)] = 198880, - [SMALL_STATE(5037)] = 198900, - [SMALL_STATE(5038)] = 198920, - [SMALL_STATE(5039)] = 198956, - [SMALL_STATE(5040)] = 198976, - [SMALL_STATE(5041)] = 198996, - [SMALL_STATE(5042)] = 199024, - [SMALL_STATE(5043)] = 199058, - [SMALL_STATE(5044)] = 199080, - [SMALL_STATE(5045)] = 199116, - [SMALL_STATE(5046)] = 199136, - [SMALL_STATE(5047)] = 199156, - [SMALL_STATE(5048)] = 199176, - [SMALL_STATE(5049)] = 199210, - [SMALL_STATE(5050)] = 199242, - [SMALL_STATE(5051)] = 199276, - [SMALL_STATE(5052)] = 199296, - [SMALL_STATE(5053)] = 199316, - [SMALL_STATE(5054)] = 199336, - [SMALL_STATE(5055)] = 199370, - [SMALL_STATE(5056)] = 199390, - [SMALL_STATE(5057)] = 199412, - [SMALL_STATE(5058)] = 199432, - [SMALL_STATE(5059)] = 199452, - [SMALL_STATE(5060)] = 199476, - [SMALL_STATE(5061)] = 199500, - [SMALL_STATE(5062)] = 199534, - [SMALL_STATE(5063)] = 199554, - [SMALL_STATE(5064)] = 199578, - [SMALL_STATE(5065)] = 199598, - [SMALL_STATE(5066)] = 199618, - [SMALL_STATE(5067)] = 199642, - [SMALL_STATE(5068)] = 199678, - [SMALL_STATE(5069)] = 199702, - [SMALL_STATE(5070)] = 199736, - [SMALL_STATE(5071)] = 199756, - [SMALL_STATE(5072)] = 199792, - [SMALL_STATE(5073)] = 199826, - [SMALL_STATE(5074)] = 199850, - [SMALL_STATE(5075)] = 199874, - [SMALL_STATE(5076)] = 199894, - [SMALL_STATE(5077)] = 199914, - [SMALL_STATE(5078)] = 199938, - [SMALL_STATE(5079)] = 199974, - [SMALL_STATE(5080)] = 199994, - [SMALL_STATE(5081)] = 200030, - [SMALL_STATE(5082)] = 200050, - [SMALL_STATE(5083)] = 200084, - [SMALL_STATE(5084)] = 200104, - [SMALL_STATE(5085)] = 200124, - [SMALL_STATE(5086)] = 200144, - [SMALL_STATE(5087)] = 200180, - [SMALL_STATE(5088)] = 200214, - [SMALL_STATE(5089)] = 200250, - [SMALL_STATE(5090)] = 200286, - [SMALL_STATE(5091)] = 200306, - [SMALL_STATE(5092)] = 200342, - [SMALL_STATE(5093)] = 200378, - [SMALL_STATE(5094)] = 200406, - [SMALL_STATE(5095)] = 200442, - [SMALL_STATE(5096)] = 200462, - [SMALL_STATE(5097)] = 200498, - [SMALL_STATE(5098)] = 200518, - [SMALL_STATE(5099)] = 200538, - [SMALL_STATE(5100)] = 200558, - [SMALL_STATE(5101)] = 200578, - [SMALL_STATE(5102)] = 200614, - [SMALL_STATE(5103)] = 200634, - [SMALL_STATE(5104)] = 200662, - [SMALL_STATE(5105)] = 200686, - [SMALL_STATE(5106)] = 200706, - [SMALL_STATE(5107)] = 200742, - [SMALL_STATE(5108)] = 200762, - [SMALL_STATE(5109)] = 200781, - [SMALL_STATE(5110)] = 200800, - [SMALL_STATE(5111)] = 200827, - [SMALL_STATE(5112)] = 200854, - [SMALL_STATE(5113)] = 200885, - [SMALL_STATE(5114)] = 200902, - [SMALL_STATE(5115)] = 200929, - [SMALL_STATE(5116)] = 200948, - [SMALL_STATE(5117)] = 200965, - [SMALL_STATE(5118)] = 200982, - [SMALL_STATE(5119)] = 201005, - [SMALL_STATE(5120)] = 201036, - [SMALL_STATE(5121)] = 201055, - [SMALL_STATE(5122)] = 201078, - [SMALL_STATE(5123)] = 201097, - [SMALL_STATE(5124)] = 201116, - [SMALL_STATE(5125)] = 201147, - [SMALL_STATE(5126)] = 201170, - [SMALL_STATE(5127)] = 201193, - [SMALL_STATE(5128)] = 201224, - [SMALL_STATE(5129)] = 201255, - [SMALL_STATE(5130)] = 201278, - [SMALL_STATE(5131)] = 201305, - [SMALL_STATE(5132)] = 201328, - [SMALL_STATE(5133)] = 201347, - [SMALL_STATE(5134)] = 201370, - [SMALL_STATE(5135)] = 201389, - [SMALL_STATE(5136)] = 201420, - [SMALL_STATE(5137)] = 201447, - [SMALL_STATE(5138)] = 201474, - [SMALL_STATE(5139)] = 201497, - [SMALL_STATE(5140)] = 201514, - [SMALL_STATE(5141)] = 201543, - [SMALL_STATE(5142)] = 201566, - [SMALL_STATE(5143)] = 201597, - [SMALL_STATE(5144)] = 201616, - [SMALL_STATE(5145)] = 201647, - [SMALL_STATE(5146)] = 201670, - [SMALL_STATE(5147)] = 201693, - [SMALL_STATE(5148)] = 201710, - [SMALL_STATE(5149)] = 201729, - [SMALL_STATE(5150)] = 201748, - [SMALL_STATE(5151)] = 201767, - [SMALL_STATE(5152)] = 201786, - [SMALL_STATE(5153)] = 201803, - [SMALL_STATE(5154)] = 201836, - [SMALL_STATE(5155)] = 201855, - [SMALL_STATE(5156)] = 201872, - [SMALL_STATE(5157)] = 201889, - [SMALL_STATE(5158)] = 201908, - [SMALL_STATE(5159)] = 201925, - [SMALL_STATE(5160)] = 201944, - [SMALL_STATE(5161)] = 201975, - [SMALL_STATE(5162)] = 202004, - [SMALL_STATE(5163)] = 202023, - [SMALL_STATE(5164)] = 202040, - [SMALL_STATE(5165)] = 202057, - [SMALL_STATE(5166)] = 202074, - [SMALL_STATE(5167)] = 202101, - [SMALL_STATE(5168)] = 202128, - [SMALL_STATE(5169)] = 202145, - [SMALL_STATE(5170)] = 202172, - [SMALL_STATE(5171)] = 202189, - [SMALL_STATE(5172)] = 202206, - [SMALL_STATE(5173)] = 202233, - [SMALL_STATE(5174)] = 202252, - [SMALL_STATE(5175)] = 202275, - [SMALL_STATE(5176)] = 202298, - [SMALL_STATE(5177)] = 202321, - [SMALL_STATE(5178)] = 202344, - [SMALL_STATE(5179)] = 202367, - [SMALL_STATE(5180)] = 202384, - [SMALL_STATE(5181)] = 202403, - [SMALL_STATE(5182)] = 202422, - [SMALL_STATE(5183)] = 202449, - [SMALL_STATE(5184)] = 202472, - [SMALL_STATE(5185)] = 202495, - [SMALL_STATE(5186)] = 202512, - [SMALL_STATE(5187)] = 202535, - [SMALL_STATE(5188)] = 202558, - [SMALL_STATE(5189)] = 202577, - [SMALL_STATE(5190)] = 202600, - [SMALL_STATE(5191)] = 202632, - [SMALL_STATE(5192)] = 202658, - [SMALL_STATE(5193)] = 202684, - [SMALL_STATE(5194)] = 202706, - [SMALL_STATE(5195)] = 202738, - [SMALL_STATE(5196)] = 202756, - [SMALL_STATE(5197)] = 202782, - [SMALL_STATE(5198)] = 202804, - [SMALL_STATE(5199)] = 202826, - [SMALL_STATE(5200)] = 202848, - [SMALL_STATE(5201)] = 202870, - [SMALL_STATE(5202)] = 202888, - [SMALL_STATE(5203)] = 202908, - [SMALL_STATE(5204)] = 202940, - [SMALL_STATE(5205)] = 202966, - [SMALL_STATE(5206)] = 202992, - [SMALL_STATE(5207)] = 203014, - [SMALL_STATE(5208)] = 203044, - [SMALL_STATE(5209)] = 203062, - [SMALL_STATE(5210)] = 203084, - [SMALL_STATE(5211)] = 203102, - [SMALL_STATE(5212)] = 203128, - [SMALL_STATE(5213)] = 203146, - [SMALL_STATE(5214)] = 203176, - [SMALL_STATE(5215)] = 203208, - [SMALL_STATE(5216)] = 203238, - [SMALL_STATE(5217)] = 203264, - [SMALL_STATE(5218)] = 203282, - [SMALL_STATE(5219)] = 203300, - [SMALL_STATE(5220)] = 203332, - [SMALL_STATE(5221)] = 203364, - [SMALL_STATE(5222)] = 203396, - [SMALL_STATE(5223)] = 203414, - [SMALL_STATE(5224)] = 203432, - [SMALL_STATE(5225)] = 203450, - [SMALL_STATE(5226)] = 203472, - [SMALL_STATE(5227)] = 203494, - [SMALL_STATE(5228)] = 203521, - [SMALL_STATE(5229)] = 203536, - [SMALL_STATE(5230)] = 203567, - [SMALL_STATE(5231)] = 203588, - [SMALL_STATE(5232)] = 203613, - [SMALL_STATE(5233)] = 203640, - [SMALL_STATE(5234)] = 203655, - [SMALL_STATE(5235)] = 203686, - [SMALL_STATE(5236)] = 203717, - [SMALL_STATE(5237)] = 203746, - [SMALL_STATE(5238)] = 203777, - [SMALL_STATE(5239)] = 203806, - [SMALL_STATE(5240)] = 203821, - [SMALL_STATE(5241)] = 203838, - [SMALL_STATE(5242)] = 203857, - [SMALL_STATE(5243)] = 203888, - [SMALL_STATE(5244)] = 203903, - [SMALL_STATE(5245)] = 203934, - [SMALL_STATE(5246)] = 203953, - [SMALL_STATE(5247)] = 203968, - [SMALL_STATE(5248)] = 203983, - [SMALL_STATE(5249)] = 203998, - [SMALL_STATE(5250)] = 204029, - [SMALL_STATE(5251)] = 204044, - [SMALL_STATE(5252)] = 204075, - [SMALL_STATE(5253)] = 204102, - [SMALL_STATE(5254)] = 204117, - [SMALL_STATE(5255)] = 204146, - [SMALL_STATE(5256)] = 204163, - [SMALL_STATE(5257)] = 204184, - [SMALL_STATE(5258)] = 204211, - [SMALL_STATE(5259)] = 204242, - [SMALL_STATE(5260)] = 204273, - [SMALL_STATE(5261)] = 204294, - [SMALL_STATE(5262)] = 204315, - [SMALL_STATE(5263)] = 204330, - [SMALL_STATE(5264)] = 204349, - [SMALL_STATE(5265)] = 204378, - [SMALL_STATE(5266)] = 204407, - [SMALL_STATE(5267)] = 204436, - [SMALL_STATE(5268)] = 204465, - [SMALL_STATE(5269)] = 204494, - [SMALL_STATE(5270)] = 204523, - [SMALL_STATE(5271)] = 204544, - [SMALL_STATE(5272)] = 204575, - [SMALL_STATE(5273)] = 204590, - [SMALL_STATE(5274)] = 204605, - [SMALL_STATE(5275)] = 204626, - [SMALL_STATE(5276)] = 204641, - [SMALL_STATE(5277)] = 204656, - [SMALL_STATE(5278)] = 204677, - [SMALL_STATE(5279)] = 204704, - [SMALL_STATE(5280)] = 204721, - [SMALL_STATE(5281)] = 204742, - [SMALL_STATE(5282)] = 204769, - [SMALL_STATE(5283)] = 204790, - [SMALL_STATE(5284)] = 204805, - [SMALL_STATE(5285)] = 204834, - [SMALL_STATE(5286)] = 204849, - [SMALL_STATE(5287)] = 204870, - [SMALL_STATE(5288)] = 204899, - [SMALL_STATE(5289)] = 204924, - [SMALL_STATE(5290)] = 204951, - [SMALL_STATE(5291)] = 204980, - [SMALL_STATE(5292)] = 205001, - [SMALL_STATE(5293)] = 205022, - [SMALL_STATE(5294)] = 205049, - [SMALL_STATE(5295)] = 205080, - [SMALL_STATE(5296)] = 205101, - [SMALL_STATE(5297)] = 205130, - [SMALL_STATE(5298)] = 205159, - [SMALL_STATE(5299)] = 205186, - [SMALL_STATE(5300)] = 205217, - [SMALL_STATE(5301)] = 205240, - [SMALL_STATE(5302)] = 205267, - [SMALL_STATE(5303)] = 205294, - [SMALL_STATE(5304)] = 205315, - [SMALL_STATE(5305)] = 205346, - [SMALL_STATE(5306)] = 205375, - [SMALL_STATE(5307)] = 205390, - [SMALL_STATE(5308)] = 205421, - [SMALL_STATE(5309)] = 205442, - [SMALL_STATE(5310)] = 205471, - [SMALL_STATE(5311)] = 205502, - [SMALL_STATE(5312)] = 205531, - [SMALL_STATE(5313)] = 205552, - [SMALL_STATE(5314)] = 205579, - [SMALL_STATE(5315)] = 205596, - [SMALL_STATE(5316)] = 205621, - [SMALL_STATE(5317)] = 205638, - [SMALL_STATE(5318)] = 205661, - [SMALL_STATE(5319)] = 205686, - [SMALL_STATE(5320)] = 205713, - [SMALL_STATE(5321)] = 205730, - [SMALL_STATE(5322)] = 205751, - [SMALL_STATE(5323)] = 205782, - [SMALL_STATE(5324)] = 205811, - [SMALL_STATE(5325)] = 205828, - [SMALL_STATE(5326)] = 205845, - [SMALL_STATE(5327)] = 205862, - [SMALL_STATE(5328)] = 205883, - [SMALL_STATE(5329)] = 205912, - [SMALL_STATE(5330)] = 205943, - [SMALL_STATE(5331)] = 205967, - [SMALL_STATE(5332)] = 205983, - [SMALL_STATE(5333)] = 206007, - [SMALL_STATE(5334)] = 206027, - [SMALL_STATE(5335)] = 206051, - [SMALL_STATE(5336)] = 206071, - [SMALL_STATE(5337)] = 206091, - [SMALL_STATE(5338)] = 206115, - [SMALL_STATE(5339)] = 206143, - [SMALL_STATE(5340)] = 206167, - [SMALL_STATE(5341)] = 206191, - [SMALL_STATE(5342)] = 206209, - [SMALL_STATE(5343)] = 206233, - [SMALL_STATE(5344)] = 206251, - [SMALL_STATE(5345)] = 206271, - [SMALL_STATE(5346)] = 206291, - [SMALL_STATE(5347)] = 206309, - [SMALL_STATE(5348)] = 206329, - [SMALL_STATE(5349)] = 206353, - [SMALL_STATE(5350)] = 206373, - [SMALL_STATE(5351)] = 206393, - [SMALL_STATE(5352)] = 206413, - [SMALL_STATE(5353)] = 206437, - [SMALL_STATE(5354)] = 206457, - [SMALL_STATE(5355)] = 206485, - [SMALL_STATE(5356)] = 206505, - [SMALL_STATE(5357)] = 206523, - [SMALL_STATE(5358)] = 206545, - [SMALL_STATE(5359)] = 206563, - [SMALL_STATE(5360)] = 206583, - [SMALL_STATE(5361)] = 206603, - [SMALL_STATE(5362)] = 206623, - [SMALL_STATE(5363)] = 206641, - [SMALL_STATE(5364)] = 206659, - [SMALL_STATE(5365)] = 206679, - [SMALL_STATE(5366)] = 206701, - [SMALL_STATE(5367)] = 206719, - [SMALL_STATE(5368)] = 206739, - [SMALL_STATE(5369)] = 206767, - [SMALL_STATE(5370)] = 206785, - [SMALL_STATE(5371)] = 206809, - [SMALL_STATE(5372)] = 206829, - [SMALL_STATE(5373)] = 206853, - [SMALL_STATE(5374)] = 206872, - [SMALL_STATE(5375)] = 206891, - [SMALL_STATE(5376)] = 206906, - [SMALL_STATE(5377)] = 206923, - [SMALL_STATE(5378)] = 206946, - [SMALL_STATE(5379)] = 206969, - [SMALL_STATE(5380)] = 206992, - [SMALL_STATE(5381)] = 207011, - [SMALL_STATE(5382)] = 207028, - [SMALL_STATE(5383)] = 207045, - [SMALL_STATE(5384)] = 207068, - [SMALL_STATE(5385)] = 207087, - [SMALL_STATE(5386)] = 207110, - [SMALL_STATE(5387)] = 207125, - [SMALL_STATE(5388)] = 207142, - [SMALL_STATE(5389)] = 207159, - [SMALL_STATE(5390)] = 207182, - [SMALL_STATE(5391)] = 207205, - [SMALL_STATE(5392)] = 207220, - [SMALL_STATE(5393)] = 207243, - [SMALL_STATE(5394)] = 207262, - [SMALL_STATE(5395)] = 207281, - [SMALL_STATE(5396)] = 207304, - [SMALL_STATE(5397)] = 207321, - [SMALL_STATE(5398)] = 207336, - [SMALL_STATE(5399)] = 207351, - [SMALL_STATE(5400)] = 207370, - [SMALL_STATE(5401)] = 207389, - [SMALL_STATE(5402)] = 207412, - [SMALL_STATE(5403)] = 207431, - [SMALL_STATE(5404)] = 207446, - [SMALL_STATE(5405)] = 207469, - [SMALL_STATE(5406)] = 207492, - [SMALL_STATE(5407)] = 207511, - [SMALL_STATE(5408)] = 207534, - [SMALL_STATE(5409)] = 207557, - [SMALL_STATE(5410)] = 207580, - [SMALL_STATE(5411)] = 207599, - [SMALL_STATE(5412)] = 207618, - [SMALL_STATE(5413)] = 207641, - [SMALL_STATE(5414)] = 207660, - [SMALL_STATE(5415)] = 207683, - [SMALL_STATE(5416)] = 207702, - [SMALL_STATE(5417)] = 207725, - [SMALL_STATE(5418)] = 207744, - [SMALL_STATE(5419)] = 207763, - [SMALL_STATE(5420)] = 207786, - [SMALL_STATE(5421)] = 207805, - [SMALL_STATE(5422)] = 207828, - [SMALL_STATE(5423)] = 207847, - [SMALL_STATE(5424)] = 207866, - [SMALL_STATE(5425)] = 207885, - [SMALL_STATE(5426)] = 207904, - [SMALL_STATE(5427)] = 207919, - [SMALL_STATE(5428)] = 207942, - [SMALL_STATE(5429)] = 207961, - [SMALL_STATE(5430)] = 207980, - [SMALL_STATE(5431)] = 208003, - [SMALL_STATE(5432)] = 208026, - [SMALL_STATE(5433)] = 208049, - [SMALL_STATE(5434)] = 208068, - [SMALL_STATE(5435)] = 208087, - [SMALL_STATE(5436)] = 208110, - [SMALL_STATE(5437)] = 208129, - [SMALL_STATE(5438)] = 208148, - [SMALL_STATE(5439)] = 208167, - [SMALL_STATE(5440)] = 208186, - [SMALL_STATE(5441)] = 208201, - [SMALL_STATE(5442)] = 208224, - [SMALL_STATE(5443)] = 208243, - [SMALL_STATE(5444)] = 208266, - [SMALL_STATE(5445)] = 208289, - [SMALL_STATE(5446)] = 208308, - [SMALL_STATE(5447)] = 208328, - [SMALL_STATE(5448)] = 208346, - [SMALL_STATE(5449)] = 208366, - [SMALL_STATE(5450)] = 208380, - [SMALL_STATE(5451)] = 208396, - [SMALL_STATE(5452)] = 208410, - [SMALL_STATE(5453)] = 208424, - [SMALL_STATE(5454)] = 208442, - [SMALL_STATE(5455)] = 208460, - [SMALL_STATE(5456)] = 208478, - [SMALL_STATE(5457)] = 208496, - [SMALL_STATE(5458)] = 208514, - [SMALL_STATE(5459)] = 208532, - [SMALL_STATE(5460)] = 208552, - [SMALL_STATE(5461)] = 208566, - [SMALL_STATE(5462)] = 208584, - [SMALL_STATE(5463)] = 208602, - [SMALL_STATE(5464)] = 208620, - [SMALL_STATE(5465)] = 208640, - [SMALL_STATE(5466)] = 208658, - [SMALL_STATE(5467)] = 208678, - [SMALL_STATE(5468)] = 208698, - [SMALL_STATE(5469)] = 208712, - [SMALL_STATE(5470)] = 208732, - [SMALL_STATE(5471)] = 208746, - [SMALL_STATE(5472)] = 208766, - [SMALL_STATE(5473)] = 208780, - [SMALL_STATE(5474)] = 208798, - [SMALL_STATE(5475)] = 208816, - [SMALL_STATE(5476)] = 208836, - [SMALL_STATE(5477)] = 208854, - [SMALL_STATE(5478)] = 208868, - [SMALL_STATE(5479)] = 208886, - [SMALL_STATE(5480)] = 208904, - [SMALL_STATE(5481)] = 208924, - [SMALL_STATE(5482)] = 208942, - [SMALL_STATE(5483)] = 208956, - [SMALL_STATE(5484)] = 208976, - [SMALL_STATE(5485)] = 208994, - [SMALL_STATE(5486)] = 209012, - [SMALL_STATE(5487)] = 209032, - [SMALL_STATE(5488)] = 209050, - [SMALL_STATE(5489)] = 209068, - [SMALL_STATE(5490)] = 209086, - [SMALL_STATE(5491)] = 209104, - [SMALL_STATE(5492)] = 209122, - [SMALL_STATE(5493)] = 209142, - [SMALL_STATE(5494)] = 209162, - [SMALL_STATE(5495)] = 209182, - [SMALL_STATE(5496)] = 209196, - [SMALL_STATE(5497)] = 209213, - [SMALL_STATE(5498)] = 209232, - [SMALL_STATE(5499)] = 209251, - [SMALL_STATE(5500)] = 209270, - [SMALL_STATE(5501)] = 209287, - [SMALL_STATE(5502)] = 209306, - [SMALL_STATE(5503)] = 209323, - [SMALL_STATE(5504)] = 209340, - [SMALL_STATE(5505)] = 209359, - [SMALL_STATE(5506)] = 209376, - [SMALL_STATE(5507)] = 209393, - [SMALL_STATE(5508)] = 209410, - [SMALL_STATE(5509)] = 209429, - [SMALL_STATE(5510)] = 209446, - [SMALL_STATE(5511)] = 209463, - [SMALL_STATE(5512)] = 209480, - [SMALL_STATE(5513)] = 209497, - [SMALL_STATE(5514)] = 209516, - [SMALL_STATE(5515)] = 209533, - [SMALL_STATE(5516)] = 209546, - [SMALL_STATE(5517)] = 209563, - [SMALL_STATE(5518)] = 209580, - [SMALL_STATE(5519)] = 209596, - [SMALL_STATE(5520)] = 209612, - [SMALL_STATE(5521)] = 209628, - [SMALL_STATE(5522)] = 209644, - [SMALL_STATE(5523)] = 209660, - [SMALL_STATE(5524)] = 209676, - [SMALL_STATE(5525)] = 209692, - [SMALL_STATE(5526)] = 209708, - [SMALL_STATE(5527)] = 209722, - [SMALL_STATE(5528)] = 209738, - [SMALL_STATE(5529)] = 209754, - [SMALL_STATE(5530)] = 209768, - [SMALL_STATE(5531)] = 209784, - [SMALL_STATE(5532)] = 209798, - [SMALL_STATE(5533)] = 209814, - [SMALL_STATE(5534)] = 209830, - [SMALL_STATE(5535)] = 209846, - [SMALL_STATE(5536)] = 209862, - [SMALL_STATE(5537)] = 209878, - [SMALL_STATE(5538)] = 209894, - [SMALL_STATE(5539)] = 209910, - [SMALL_STATE(5540)] = 209926, - [SMALL_STATE(5541)] = 209942, - [SMALL_STATE(5542)] = 209958, - [SMALL_STATE(5543)] = 209972, - [SMALL_STATE(5544)] = 209988, - [SMALL_STATE(5545)] = 210002, - [SMALL_STATE(5546)] = 210018, - [SMALL_STATE(5547)] = 210032, - [SMALL_STATE(5548)] = 210046, - [SMALL_STATE(5549)] = 210060, - [SMALL_STATE(5550)] = 210076, - [SMALL_STATE(5551)] = 210092, - [SMALL_STATE(5552)] = 210108, - [SMALL_STATE(5553)] = 210122, - [SMALL_STATE(5554)] = 210138, - [SMALL_STATE(5555)] = 210154, - [SMALL_STATE(5556)] = 210170, - [SMALL_STATE(5557)] = 210186, - [SMALL_STATE(5558)] = 210202, - [SMALL_STATE(5559)] = 210218, - [SMALL_STATE(5560)] = 210234, - [SMALL_STATE(5561)] = 210250, - [SMALL_STATE(5562)] = 210266, - [SMALL_STATE(5563)] = 210282, - [SMALL_STATE(5564)] = 210298, - [SMALL_STATE(5565)] = 210314, - [SMALL_STATE(5566)] = 210330, - [SMALL_STATE(5567)] = 210346, - [SMALL_STATE(5568)] = 210362, - [SMALL_STATE(5569)] = 210376, - [SMALL_STATE(5570)] = 210392, - [SMALL_STATE(5571)] = 210408, - [SMALL_STATE(5572)] = 210424, - [SMALL_STATE(5573)] = 210440, - [SMALL_STATE(5574)] = 210456, - [SMALL_STATE(5575)] = 210472, - [SMALL_STATE(5576)] = 210488, - [SMALL_STATE(5577)] = 210504, - [SMALL_STATE(5578)] = 210520, - [SMALL_STATE(5579)] = 210536, - [SMALL_STATE(5580)] = 210552, - [SMALL_STATE(5581)] = 210566, - [SMALL_STATE(5582)] = 210582, - [SMALL_STATE(5583)] = 210598, - [SMALL_STATE(5584)] = 210614, - [SMALL_STATE(5585)] = 210630, - [SMALL_STATE(5586)] = 210646, - [SMALL_STATE(5587)] = 210660, - [SMALL_STATE(5588)] = 210676, - [SMALL_STATE(5589)] = 210692, - [SMALL_STATE(5590)] = 210708, - [SMALL_STATE(5591)] = 210724, - [SMALL_STATE(5592)] = 210740, - [SMALL_STATE(5593)] = 210756, - [SMALL_STATE(5594)] = 210772, - [SMALL_STATE(5595)] = 210788, - [SMALL_STATE(5596)] = 210804, - [SMALL_STATE(5597)] = 210820, - [SMALL_STATE(5598)] = 210836, - [SMALL_STATE(5599)] = 210850, - [SMALL_STATE(5600)] = 210866, - [SMALL_STATE(5601)] = 210882, - [SMALL_STATE(5602)] = 210898, - [SMALL_STATE(5603)] = 210914, - [SMALL_STATE(5604)] = 210930, - [SMALL_STATE(5605)] = 210946, - [SMALL_STATE(5606)] = 210960, - [SMALL_STATE(5607)] = 210976, - [SMALL_STATE(5608)] = 210992, - [SMALL_STATE(5609)] = 211008, - [SMALL_STATE(5610)] = 211024, - [SMALL_STATE(5611)] = 211040, - [SMALL_STATE(5612)] = 211054, - [SMALL_STATE(5613)] = 211070, - [SMALL_STATE(5614)] = 211086, - [SMALL_STATE(5615)] = 211102, - [SMALL_STATE(5616)] = 211118, - [SMALL_STATE(5617)] = 211132, - [SMALL_STATE(5618)] = 211148, - [SMALL_STATE(5619)] = 211164, - [SMALL_STATE(5620)] = 211180, - [SMALL_STATE(5621)] = 211196, - [SMALL_STATE(5622)] = 211212, - [SMALL_STATE(5623)] = 211228, - [SMALL_STATE(5624)] = 211244, - [SMALL_STATE(5625)] = 211260, - [SMALL_STATE(5626)] = 211276, - [SMALL_STATE(5627)] = 211290, - [SMALL_STATE(5628)] = 211306, - [SMALL_STATE(5629)] = 211322, - [SMALL_STATE(5630)] = 211336, - [SMALL_STATE(5631)] = 211352, - [SMALL_STATE(5632)] = 211368, - [SMALL_STATE(5633)] = 211384, - [SMALL_STATE(5634)] = 211400, - [SMALL_STATE(5635)] = 211416, - [SMALL_STATE(5636)] = 211432, - [SMALL_STATE(5637)] = 211448, - [SMALL_STATE(5638)] = 211464, - [SMALL_STATE(5639)] = 211480, - [SMALL_STATE(5640)] = 211496, - [SMALL_STATE(5641)] = 211512, - [SMALL_STATE(5642)] = 211528, - [SMALL_STATE(5643)] = 211544, - [SMALL_STATE(5644)] = 211560, - [SMALL_STATE(5645)] = 211576, - [SMALL_STATE(5646)] = 211592, - [SMALL_STATE(5647)] = 211606, - [SMALL_STATE(5648)] = 211622, - [SMALL_STATE(5649)] = 211638, - [SMALL_STATE(5650)] = 211654, - [SMALL_STATE(5651)] = 211670, - [SMALL_STATE(5652)] = 211686, - [SMALL_STATE(5653)] = 211702, - [SMALL_STATE(5654)] = 211718, - [SMALL_STATE(5655)] = 211734, - [SMALL_STATE(5656)] = 211750, - [SMALL_STATE(5657)] = 211766, - [SMALL_STATE(5658)] = 211782, - [SMALL_STATE(5659)] = 211798, - [SMALL_STATE(5660)] = 211814, - [SMALL_STATE(5661)] = 211830, - [SMALL_STATE(5662)] = 211846, - [SMALL_STATE(5663)] = 211862, - [SMALL_STATE(5664)] = 211878, - [SMALL_STATE(5665)] = 211894, - [SMALL_STATE(5666)] = 211910, - [SMALL_STATE(5667)] = 211926, - [SMALL_STATE(5668)] = 211942, - [SMALL_STATE(5669)] = 211958, - [SMALL_STATE(5670)] = 211974, - [SMALL_STATE(5671)] = 211990, - [SMALL_STATE(5672)] = 212006, - [SMALL_STATE(5673)] = 212022, - [SMALL_STATE(5674)] = 212038, - [SMALL_STATE(5675)] = 212054, - [SMALL_STATE(5676)] = 212070, - [SMALL_STATE(5677)] = 212086, - [SMALL_STATE(5678)] = 212102, - [SMALL_STATE(5679)] = 212118, - [SMALL_STATE(5680)] = 212134, - [SMALL_STATE(5681)] = 212146, - [SMALL_STATE(5682)] = 212160, - [SMALL_STATE(5683)] = 212176, - [SMALL_STATE(5684)] = 212190, - [SMALL_STATE(5685)] = 212206, - [SMALL_STATE(5686)] = 212216, - [SMALL_STATE(5687)] = 212232, - [SMALL_STATE(5688)] = 212248, - [SMALL_STATE(5689)] = 212264, - [SMALL_STATE(5690)] = 212278, - [SMALL_STATE(5691)] = 212294, - [SMALL_STATE(5692)] = 212310, - [SMALL_STATE(5693)] = 212326, - [SMALL_STATE(5694)] = 212342, - [SMALL_STATE(5695)] = 212358, - [SMALL_STATE(5696)] = 212374, - [SMALL_STATE(5697)] = 212390, - [SMALL_STATE(5698)] = 212406, - [SMALL_STATE(5699)] = 212422, - [SMALL_STATE(5700)] = 212438, - [SMALL_STATE(5701)] = 212454, - [SMALL_STATE(5702)] = 212470, - [SMALL_STATE(5703)] = 212486, - [SMALL_STATE(5704)] = 212500, - [SMALL_STATE(5705)] = 212516, - [SMALL_STATE(5706)] = 212532, - [SMALL_STATE(5707)] = 212548, - [SMALL_STATE(5708)] = 212564, - [SMALL_STATE(5709)] = 212580, - [SMALL_STATE(5710)] = 212596, - [SMALL_STATE(5711)] = 212612, - [SMALL_STATE(5712)] = 212628, - [SMALL_STATE(5713)] = 212644, - [SMALL_STATE(5714)] = 212660, - [SMALL_STATE(5715)] = 212674, - [SMALL_STATE(5716)] = 212688, - [SMALL_STATE(5717)] = 212704, - [SMALL_STATE(5718)] = 212720, - [SMALL_STATE(5719)] = 212736, - [SMALL_STATE(5720)] = 212752, - [SMALL_STATE(5721)] = 212766, - [SMALL_STATE(5722)] = 212782, - [SMALL_STATE(5723)] = 212798, - [SMALL_STATE(5724)] = 212814, - [SMALL_STATE(5725)] = 212830, - [SMALL_STATE(5726)] = 212846, - [SMALL_STATE(5727)] = 212862, - [SMALL_STATE(5728)] = 212878, - [SMALL_STATE(5729)] = 212892, - [SMALL_STATE(5730)] = 212908, - [SMALL_STATE(5731)] = 212924, - [SMALL_STATE(5732)] = 212940, - [SMALL_STATE(5733)] = 212956, - [SMALL_STATE(5734)] = 212972, - [SMALL_STATE(5735)] = 212988, - [SMALL_STATE(5736)] = 213004, - [SMALL_STATE(5737)] = 213020, - [SMALL_STATE(5738)] = 213036, - [SMALL_STATE(5739)] = 213052, - [SMALL_STATE(5740)] = 213068, - [SMALL_STATE(5741)] = 213084, - [SMALL_STATE(5742)] = 213100, - [SMALL_STATE(5743)] = 213116, - [SMALL_STATE(5744)] = 213132, - [SMALL_STATE(5745)] = 213148, - [SMALL_STATE(5746)] = 213164, - [SMALL_STATE(5747)] = 213180, - [SMALL_STATE(5748)] = 213196, - [SMALL_STATE(5749)] = 213212, - [SMALL_STATE(5750)] = 213228, - [SMALL_STATE(5751)] = 213244, - [SMALL_STATE(5752)] = 213260, - [SMALL_STATE(5753)] = 213276, - [SMALL_STATE(5754)] = 213292, - [SMALL_STATE(5755)] = 213308, - [SMALL_STATE(5756)] = 213324, - [SMALL_STATE(5757)] = 213340, - [SMALL_STATE(5758)] = 213356, - [SMALL_STATE(5759)] = 213372, - [SMALL_STATE(5760)] = 213388, - [SMALL_STATE(5761)] = 213404, - [SMALL_STATE(5762)] = 213420, - [SMALL_STATE(5763)] = 213436, - [SMALL_STATE(5764)] = 213450, - [SMALL_STATE(5765)] = 213466, - [SMALL_STATE(5766)] = 213482, - [SMALL_STATE(5767)] = 213498, - [SMALL_STATE(5768)] = 213514, - [SMALL_STATE(5769)] = 213530, - [SMALL_STATE(5770)] = 213546, - [SMALL_STATE(5771)] = 213562, - [SMALL_STATE(5772)] = 213578, - [SMALL_STATE(5773)] = 213594, - [SMALL_STATE(5774)] = 213608, - [SMALL_STATE(5775)] = 213624, - [SMALL_STATE(5776)] = 213640, - [SMALL_STATE(5777)] = 213656, - [SMALL_STATE(5778)] = 213672, - [SMALL_STATE(5779)] = 213688, - [SMALL_STATE(5780)] = 213704, - [SMALL_STATE(5781)] = 213720, - [SMALL_STATE(5782)] = 213736, - [SMALL_STATE(5783)] = 213752, - [SMALL_STATE(5784)] = 213768, - [SMALL_STATE(5785)] = 213784, - [SMALL_STATE(5786)] = 213800, - [SMALL_STATE(5787)] = 213816, - [SMALL_STATE(5788)] = 213832, - [SMALL_STATE(5789)] = 213848, - [SMALL_STATE(5790)] = 213864, - [SMALL_STATE(5791)] = 213880, - [SMALL_STATE(5792)] = 213890, - [SMALL_STATE(5793)] = 213906, - [SMALL_STATE(5794)] = 213920, - [SMALL_STATE(5795)] = 213936, - [SMALL_STATE(5796)] = 213952, - [SMALL_STATE(5797)] = 213966, - [SMALL_STATE(5798)] = 213982, - [SMALL_STATE(5799)] = 213998, - [SMALL_STATE(5800)] = 214014, - [SMALL_STATE(5801)] = 214030, - [SMALL_STATE(5802)] = 214046, - [SMALL_STATE(5803)] = 214062, - [SMALL_STATE(5804)] = 214078, - [SMALL_STATE(5805)] = 214094, - [SMALL_STATE(5806)] = 214110, - [SMALL_STATE(5807)] = 214126, - [SMALL_STATE(5808)] = 214142, - [SMALL_STATE(5809)] = 214158, - [SMALL_STATE(5810)] = 214172, - [SMALL_STATE(5811)] = 214188, - [SMALL_STATE(5812)] = 214204, - [SMALL_STATE(5813)] = 214220, - [SMALL_STATE(5814)] = 214233, - [SMALL_STATE(5815)] = 214246, - [SMALL_STATE(5816)] = 214259, - [SMALL_STATE(5817)] = 214272, - [SMALL_STATE(5818)] = 214285, - [SMALL_STATE(5819)] = 214298, - [SMALL_STATE(5820)] = 214309, - [SMALL_STATE(5821)] = 214322, - [SMALL_STATE(5822)] = 214335, - [SMALL_STATE(5823)] = 214348, - [SMALL_STATE(5824)] = 214359, - [SMALL_STATE(5825)] = 214372, - [SMALL_STATE(5826)] = 214385, - [SMALL_STATE(5827)] = 214398, - [SMALL_STATE(5828)] = 214409, - [SMALL_STATE(5829)] = 214422, - [SMALL_STATE(5830)] = 214435, - [SMALL_STATE(5831)] = 214448, - [SMALL_STATE(5832)] = 214461, - [SMALL_STATE(5833)] = 214474, - [SMALL_STATE(5834)] = 214487, - [SMALL_STATE(5835)] = 214500, - [SMALL_STATE(5836)] = 214511, - [SMALL_STATE(5837)] = 214524, - [SMALL_STATE(5838)] = 214537, - [SMALL_STATE(5839)] = 214550, - [SMALL_STATE(5840)] = 214559, - [SMALL_STATE(5841)] = 214568, - [SMALL_STATE(5842)] = 214581, - [SMALL_STATE(5843)] = 214594, - [SMALL_STATE(5844)] = 214607, - [SMALL_STATE(5845)] = 214620, - [SMALL_STATE(5846)] = 214633, - [SMALL_STATE(5847)] = 214646, - [SMALL_STATE(5848)] = 214659, - [SMALL_STATE(5849)] = 214672, - [SMALL_STATE(5850)] = 214685, - [SMALL_STATE(5851)] = 214696, - [SMALL_STATE(5852)] = 214709, - [SMALL_STATE(5853)] = 214722, - [SMALL_STATE(5854)] = 214735, - [SMALL_STATE(5855)] = 214746, - [SMALL_STATE(5856)] = 214759, - [SMALL_STATE(5857)] = 214772, - [SMALL_STATE(5858)] = 214785, - [SMALL_STATE(5859)] = 214798, - [SMALL_STATE(5860)] = 214811, - [SMALL_STATE(5861)] = 214824, - [SMALL_STATE(5862)] = 214837, - [SMALL_STATE(5863)] = 214850, - [SMALL_STATE(5864)] = 214863, - [SMALL_STATE(5865)] = 214876, - [SMALL_STATE(5866)] = 214889, - [SMALL_STATE(5867)] = 214902, - [SMALL_STATE(5868)] = 214913, - [SMALL_STATE(5869)] = 214926, - [SMALL_STATE(5870)] = 214939, - [SMALL_STATE(5871)] = 214952, - [SMALL_STATE(5872)] = 214963, - [SMALL_STATE(5873)] = 214976, - [SMALL_STATE(5874)] = 214989, - [SMALL_STATE(5875)] = 215002, - [SMALL_STATE(5876)] = 215015, - [SMALL_STATE(5877)] = 215028, - [SMALL_STATE(5878)] = 215041, - [SMALL_STATE(5879)] = 215054, - [SMALL_STATE(5880)] = 215067, - [SMALL_STATE(5881)] = 215080, - [SMALL_STATE(5882)] = 215093, - [SMALL_STATE(5883)] = 215106, - [SMALL_STATE(5884)] = 215119, - [SMALL_STATE(5885)] = 215132, - [SMALL_STATE(5886)] = 215141, - [SMALL_STATE(5887)] = 215154, - [SMALL_STATE(5888)] = 215167, - [SMALL_STATE(5889)] = 215180, - [SMALL_STATE(5890)] = 215193, - [SMALL_STATE(5891)] = 215206, - [SMALL_STATE(5892)] = 215219, - [SMALL_STATE(5893)] = 215232, - [SMALL_STATE(5894)] = 215245, - [SMALL_STATE(5895)] = 215258, - [SMALL_STATE(5896)] = 215271, - [SMALL_STATE(5897)] = 215284, - [SMALL_STATE(5898)] = 215297, - [SMALL_STATE(5899)] = 215308, - [SMALL_STATE(5900)] = 215321, - [SMALL_STATE(5901)] = 215334, - [SMALL_STATE(5902)] = 215347, - [SMALL_STATE(5903)] = 215360, - [SMALL_STATE(5904)] = 215373, - [SMALL_STATE(5905)] = 215386, - [SMALL_STATE(5906)] = 215399, - [SMALL_STATE(5907)] = 215412, - [SMALL_STATE(5908)] = 215425, - [SMALL_STATE(5909)] = 215438, - [SMALL_STATE(5910)] = 215449, - [SMALL_STATE(5911)] = 215462, - [SMALL_STATE(5912)] = 215475, - [SMALL_STATE(5913)] = 215488, - [SMALL_STATE(5914)] = 215501, - [SMALL_STATE(5915)] = 215514, - [SMALL_STATE(5916)] = 215527, - [SMALL_STATE(5917)] = 215538, - [SMALL_STATE(5918)] = 215551, - [SMALL_STATE(5919)] = 215564, - [SMALL_STATE(5920)] = 215577, - [SMALL_STATE(5921)] = 215590, - [SMALL_STATE(5922)] = 215603, - [SMALL_STATE(5923)] = 215616, - [SMALL_STATE(5924)] = 215629, - [SMALL_STATE(5925)] = 215642, - [SMALL_STATE(5926)] = 215655, - [SMALL_STATE(5927)] = 215668, - [SMALL_STATE(5928)] = 215679, - [SMALL_STATE(5929)] = 215692, - [SMALL_STATE(5930)] = 215705, - [SMALL_STATE(5931)] = 215716, - [SMALL_STATE(5932)] = 215729, - [SMALL_STATE(5933)] = 215742, - [SMALL_STATE(5934)] = 215755, - [SMALL_STATE(5935)] = 215768, - [SMALL_STATE(5936)] = 215781, - [SMALL_STATE(5937)] = 215794, - [SMALL_STATE(5938)] = 215805, - [SMALL_STATE(5939)] = 215818, - [SMALL_STATE(5940)] = 215829, - [SMALL_STATE(5941)] = 215840, - [SMALL_STATE(5942)] = 215853, - [SMALL_STATE(5943)] = 215866, - [SMALL_STATE(5944)] = 215879, - [SMALL_STATE(5945)] = 215892, - [SMALL_STATE(5946)] = 215905, - [SMALL_STATE(5947)] = 215916, - [SMALL_STATE(5948)] = 215927, - [SMALL_STATE(5949)] = 215940, - [SMALL_STATE(5950)] = 215951, - [SMALL_STATE(5951)] = 215964, - [SMALL_STATE(5952)] = 215977, - [SMALL_STATE(5953)] = 215990, - [SMALL_STATE(5954)] = 216003, - [SMALL_STATE(5955)] = 216016, - [SMALL_STATE(5956)] = 216029, - [SMALL_STATE(5957)] = 216042, - [SMALL_STATE(5958)] = 216055, - [SMALL_STATE(5959)] = 216068, - [SMALL_STATE(5960)] = 216081, - [SMALL_STATE(5961)] = 216094, - [SMALL_STATE(5962)] = 216107, - [SMALL_STATE(5963)] = 216120, - [SMALL_STATE(5964)] = 216133, - [SMALL_STATE(5965)] = 216144, - [SMALL_STATE(5966)] = 216155, - [SMALL_STATE(5967)] = 216168, - [SMALL_STATE(5968)] = 216181, - [SMALL_STATE(5969)] = 216194, - [SMALL_STATE(5970)] = 216207, - [SMALL_STATE(5971)] = 216220, - [SMALL_STATE(5972)] = 216233, - [SMALL_STATE(5973)] = 216246, - [SMALL_STATE(5974)] = 216259, - [SMALL_STATE(5975)] = 216272, - [SMALL_STATE(5976)] = 216285, - [SMALL_STATE(5977)] = 216298, - [SMALL_STATE(5978)] = 216311, - [SMALL_STATE(5979)] = 216324, - [SMALL_STATE(5980)] = 216337, - [SMALL_STATE(5981)] = 216350, - [SMALL_STATE(5982)] = 216363, - [SMALL_STATE(5983)] = 216376, - [SMALL_STATE(5984)] = 216389, - [SMALL_STATE(5985)] = 216402, - [SMALL_STATE(5986)] = 216415, - [SMALL_STATE(5987)] = 216428, - [SMALL_STATE(5988)] = 216441, - [SMALL_STATE(5989)] = 216454, - [SMALL_STATE(5990)] = 216467, - [SMALL_STATE(5991)] = 216480, - [SMALL_STATE(5992)] = 216493, - [SMALL_STATE(5993)] = 216506, - [SMALL_STATE(5994)] = 216519, - [SMALL_STATE(5995)] = 216532, - [SMALL_STATE(5996)] = 216545, - [SMALL_STATE(5997)] = 216556, - [SMALL_STATE(5998)] = 216569, - [SMALL_STATE(5999)] = 216582, - [SMALL_STATE(6000)] = 216593, - [SMALL_STATE(6001)] = 216602, - [SMALL_STATE(6002)] = 216611, - [SMALL_STATE(6003)] = 216624, - [SMALL_STATE(6004)] = 216637, - [SMALL_STATE(6005)] = 216650, - [SMALL_STATE(6006)] = 216663, - [SMALL_STATE(6007)] = 216676, - [SMALL_STATE(6008)] = 216689, - [SMALL_STATE(6009)] = 216702, - [SMALL_STATE(6010)] = 216715, - [SMALL_STATE(6011)] = 216728, - [SMALL_STATE(6012)] = 216739, - [SMALL_STATE(6013)] = 216752, - [SMALL_STATE(6014)] = 216765, - [SMALL_STATE(6015)] = 216776, - [SMALL_STATE(6016)] = 216789, - [SMALL_STATE(6017)] = 216802, - [SMALL_STATE(6018)] = 216815, - [SMALL_STATE(6019)] = 216828, - [SMALL_STATE(6020)] = 216841, - [SMALL_STATE(6021)] = 216854, - [SMALL_STATE(6022)] = 216867, - [SMALL_STATE(6023)] = 216880, - [SMALL_STATE(6024)] = 216893, - [SMALL_STATE(6025)] = 216906, - [SMALL_STATE(6026)] = 216917, - [SMALL_STATE(6027)] = 216930, - [SMALL_STATE(6028)] = 216943, - [SMALL_STATE(6029)] = 216956, - [SMALL_STATE(6030)] = 216969, - [SMALL_STATE(6031)] = 216982, - [SMALL_STATE(6032)] = 216995, - [SMALL_STATE(6033)] = 217008, - [SMALL_STATE(6034)] = 217021, - [SMALL_STATE(6035)] = 217034, - [SMALL_STATE(6036)] = 217047, - [SMALL_STATE(6037)] = 217060, - [SMALL_STATE(6038)] = 217073, - [SMALL_STATE(6039)] = 217086, - [SMALL_STATE(6040)] = 217099, - [SMALL_STATE(6041)] = 217112, - [SMALL_STATE(6042)] = 217125, - [SMALL_STATE(6043)] = 217138, - [SMALL_STATE(6044)] = 217151, - [SMALL_STATE(6045)] = 217164, - [SMALL_STATE(6046)] = 217177, - [SMALL_STATE(6047)] = 217190, - [SMALL_STATE(6048)] = 217203, - [SMALL_STATE(6049)] = 217216, - [SMALL_STATE(6050)] = 217229, - [SMALL_STATE(6051)] = 217242, - [SMALL_STATE(6052)] = 217255, - [SMALL_STATE(6053)] = 217268, - [SMALL_STATE(6054)] = 217281, - [SMALL_STATE(6055)] = 217294, - [SMALL_STATE(6056)] = 217307, - [SMALL_STATE(6057)] = 217318, - [SMALL_STATE(6058)] = 217331, - [SMALL_STATE(6059)] = 217344, - [SMALL_STATE(6060)] = 217357, - [SMALL_STATE(6061)] = 217370, - [SMALL_STATE(6062)] = 217383, - [SMALL_STATE(6063)] = 217396, - [SMALL_STATE(6064)] = 217409, - [SMALL_STATE(6065)] = 217422, - [SMALL_STATE(6066)] = 217435, - [SMALL_STATE(6067)] = 217448, - [SMALL_STATE(6068)] = 217461, - [SMALL_STATE(6069)] = 217472, - [SMALL_STATE(6070)] = 217483, - [SMALL_STATE(6071)] = 217496, - [SMALL_STATE(6072)] = 217507, - [SMALL_STATE(6073)] = 217520, - [SMALL_STATE(6074)] = 217533, - [SMALL_STATE(6075)] = 217546, - [SMALL_STATE(6076)] = 217559, - [SMALL_STATE(6077)] = 217572, - [SMALL_STATE(6078)] = 217583, - [SMALL_STATE(6079)] = 217596, - [SMALL_STATE(6080)] = 217609, - [SMALL_STATE(6081)] = 217622, - [SMALL_STATE(6082)] = 217635, - [SMALL_STATE(6083)] = 217648, - [SMALL_STATE(6084)] = 217661, - [SMALL_STATE(6085)] = 217674, - [SMALL_STATE(6086)] = 217685, - [SMALL_STATE(6087)] = 217698, - [SMALL_STATE(6088)] = 217707, - [SMALL_STATE(6089)] = 217720, - [SMALL_STATE(6090)] = 217733, - [SMALL_STATE(6091)] = 217746, - [SMALL_STATE(6092)] = 217759, - [SMALL_STATE(6093)] = 217772, - [SMALL_STATE(6094)] = 217785, - [SMALL_STATE(6095)] = 217798, - [SMALL_STATE(6096)] = 217811, - [SMALL_STATE(6097)] = 217824, - [SMALL_STATE(6098)] = 217837, - [SMALL_STATE(6099)] = 217850, - [SMALL_STATE(6100)] = 217863, - [SMALL_STATE(6101)] = 217876, - [SMALL_STATE(6102)] = 217889, - [SMALL_STATE(6103)] = 217902, - [SMALL_STATE(6104)] = 217915, - [SMALL_STATE(6105)] = 217928, - [SMALL_STATE(6106)] = 217941, - [SMALL_STATE(6107)] = 217954, - [SMALL_STATE(6108)] = 217967, - [SMALL_STATE(6109)] = 217980, - [SMALL_STATE(6110)] = 217993, - [SMALL_STATE(6111)] = 218006, - [SMALL_STATE(6112)] = 218019, - [SMALL_STATE(6113)] = 218030, - [SMALL_STATE(6114)] = 218040, - [SMALL_STATE(6115)] = 218050, - [SMALL_STATE(6116)] = 218060, - [SMALL_STATE(6117)] = 218070, - [SMALL_STATE(6118)] = 218080, - [SMALL_STATE(6119)] = 218090, - [SMALL_STATE(6120)] = 218100, - [SMALL_STATE(6121)] = 218110, - [SMALL_STATE(6122)] = 218120, - [SMALL_STATE(6123)] = 218130, - [SMALL_STATE(6124)] = 218140, - [SMALL_STATE(6125)] = 218150, - [SMALL_STATE(6126)] = 218160, - [SMALL_STATE(6127)] = 218170, - [SMALL_STATE(6128)] = 218180, - [SMALL_STATE(6129)] = 218190, - [SMALL_STATE(6130)] = 218200, - [SMALL_STATE(6131)] = 218210, - [SMALL_STATE(6132)] = 218220, - [SMALL_STATE(6133)] = 218230, - [SMALL_STATE(6134)] = 218240, - [SMALL_STATE(6135)] = 218250, - [SMALL_STATE(6136)] = 218260, - [SMALL_STATE(6137)] = 218270, - [SMALL_STATE(6138)] = 218280, - [SMALL_STATE(6139)] = 218290, - [SMALL_STATE(6140)] = 218300, - [SMALL_STATE(6141)] = 218310, - [SMALL_STATE(6142)] = 218320, - [SMALL_STATE(6143)] = 218330, - [SMALL_STATE(6144)] = 218340, - [SMALL_STATE(6145)] = 218350, - [SMALL_STATE(6146)] = 218360, - [SMALL_STATE(6147)] = 218370, - [SMALL_STATE(6148)] = 218380, - [SMALL_STATE(6149)] = 218390, - [SMALL_STATE(6150)] = 218400, - [SMALL_STATE(6151)] = 218410, - [SMALL_STATE(6152)] = 218420, - [SMALL_STATE(6153)] = 218430, - [SMALL_STATE(6154)] = 218440, - [SMALL_STATE(6155)] = 218450, - [SMALL_STATE(6156)] = 218460, - [SMALL_STATE(6157)] = 218470, - [SMALL_STATE(6158)] = 218480, - [SMALL_STATE(6159)] = 218490, - [SMALL_STATE(6160)] = 218500, - [SMALL_STATE(6161)] = 218510, - [SMALL_STATE(6162)] = 218520, - [SMALL_STATE(6163)] = 218530, - [SMALL_STATE(6164)] = 218540, - [SMALL_STATE(6165)] = 218548, - [SMALL_STATE(6166)] = 218558, - [SMALL_STATE(6167)] = 218568, - [SMALL_STATE(6168)] = 218578, - [SMALL_STATE(6169)] = 218588, - [SMALL_STATE(6170)] = 218598, - [SMALL_STATE(6171)] = 218608, - [SMALL_STATE(6172)] = 218618, - [SMALL_STATE(6173)] = 218628, - [SMALL_STATE(6174)] = 218638, - [SMALL_STATE(6175)] = 218648, - [SMALL_STATE(6176)] = 218658, - [SMALL_STATE(6177)] = 218668, - [SMALL_STATE(6178)] = 218678, - [SMALL_STATE(6179)] = 218688, - [SMALL_STATE(6180)] = 218698, - [SMALL_STATE(6181)] = 218708, - [SMALL_STATE(6182)] = 218718, - [SMALL_STATE(6183)] = 218728, - [SMALL_STATE(6184)] = 218738, - [SMALL_STATE(6185)] = 218748, - [SMALL_STATE(6186)] = 218758, - [SMALL_STATE(6187)] = 218768, - [SMALL_STATE(6188)] = 218778, - [SMALL_STATE(6189)] = 218788, - [SMALL_STATE(6190)] = 218798, - [SMALL_STATE(6191)] = 218808, - [SMALL_STATE(6192)] = 218818, - [SMALL_STATE(6193)] = 218828, - [SMALL_STATE(6194)] = 218838, - [SMALL_STATE(6195)] = 218848, - [SMALL_STATE(6196)] = 218858, - [SMALL_STATE(6197)] = 218868, - [SMALL_STATE(6198)] = 218878, - [SMALL_STATE(6199)] = 218888, - [SMALL_STATE(6200)] = 218898, - [SMALL_STATE(6201)] = 218908, - [SMALL_STATE(6202)] = 218918, - [SMALL_STATE(6203)] = 218928, - [SMALL_STATE(6204)] = 218938, - [SMALL_STATE(6205)] = 218946, - [SMALL_STATE(6206)] = 218956, - [SMALL_STATE(6207)] = 218966, - [SMALL_STATE(6208)] = 218976, - [SMALL_STATE(6209)] = 218986, - [SMALL_STATE(6210)] = 218996, - [SMALL_STATE(6211)] = 219006, - [SMALL_STATE(6212)] = 219016, - [SMALL_STATE(6213)] = 219026, - [SMALL_STATE(6214)] = 219036, - [SMALL_STATE(6215)] = 219046, - [SMALL_STATE(6216)] = 219056, - [SMALL_STATE(6217)] = 219066, - [SMALL_STATE(6218)] = 219076, - [SMALL_STATE(6219)] = 219086, - [SMALL_STATE(6220)] = 219096, - [SMALL_STATE(6221)] = 219106, - [SMALL_STATE(6222)] = 219116, - [SMALL_STATE(6223)] = 219126, - [SMALL_STATE(6224)] = 219136, - [SMALL_STATE(6225)] = 219146, - [SMALL_STATE(6226)] = 219156, - [SMALL_STATE(6227)] = 219166, - [SMALL_STATE(6228)] = 219176, - [SMALL_STATE(6229)] = 219186, - [SMALL_STATE(6230)] = 219196, - [SMALL_STATE(6231)] = 219206, - [SMALL_STATE(6232)] = 219216, - [SMALL_STATE(6233)] = 219226, - [SMALL_STATE(6234)] = 219234, - [SMALL_STATE(6235)] = 219244, - [SMALL_STATE(6236)] = 219254, - [SMALL_STATE(6237)] = 219264, - [SMALL_STATE(6238)] = 219274, - [SMALL_STATE(6239)] = 219284, - [SMALL_STATE(6240)] = 219294, - [SMALL_STATE(6241)] = 219304, - [SMALL_STATE(6242)] = 219314, - [SMALL_STATE(6243)] = 219324, - [SMALL_STATE(6244)] = 219334, - [SMALL_STATE(6245)] = 219344, - [SMALL_STATE(6246)] = 219354, - [SMALL_STATE(6247)] = 219364, - [SMALL_STATE(6248)] = 219374, - [SMALL_STATE(6249)] = 219384, - [SMALL_STATE(6250)] = 219394, - [SMALL_STATE(6251)] = 219404, - [SMALL_STATE(6252)] = 219414, - [SMALL_STATE(6253)] = 219424, - [SMALL_STATE(6254)] = 219434, - [SMALL_STATE(6255)] = 219444, - [SMALL_STATE(6256)] = 219452, - [SMALL_STATE(6257)] = 219462, - [SMALL_STATE(6258)] = 219472, - [SMALL_STATE(6259)] = 219482, - [SMALL_STATE(6260)] = 219492, - [SMALL_STATE(6261)] = 219500, - [SMALL_STATE(6262)] = 219510, - [SMALL_STATE(6263)] = 219520, - [SMALL_STATE(6264)] = 219530, - [SMALL_STATE(6265)] = 219540, - [SMALL_STATE(6266)] = 219550, - [SMALL_STATE(6267)] = 219560, - [SMALL_STATE(6268)] = 219570, - [SMALL_STATE(6269)] = 219580, - [SMALL_STATE(6270)] = 219590, - [SMALL_STATE(6271)] = 219600, - [SMALL_STATE(6272)] = 219610, - [SMALL_STATE(6273)] = 219620, - [SMALL_STATE(6274)] = 219630, - [SMALL_STATE(6275)] = 219640, - [SMALL_STATE(6276)] = 219650, - [SMALL_STATE(6277)] = 219660, - [SMALL_STATE(6278)] = 219670, - [SMALL_STATE(6279)] = 219680, - [SMALL_STATE(6280)] = 219690, - [SMALL_STATE(6281)] = 219700, - [SMALL_STATE(6282)] = 219710, - [SMALL_STATE(6283)] = 219718, - [SMALL_STATE(6284)] = 219728, - [SMALL_STATE(6285)] = 219738, - [SMALL_STATE(6286)] = 219748, - [SMALL_STATE(6287)] = 219758, - [SMALL_STATE(6288)] = 219766, - [SMALL_STATE(6289)] = 219776, - [SMALL_STATE(6290)] = 219786, - [SMALL_STATE(6291)] = 219796, - [SMALL_STATE(6292)] = 219806, - [SMALL_STATE(6293)] = 219816, - [SMALL_STATE(6294)] = 219826, - [SMALL_STATE(6295)] = 219836, - [SMALL_STATE(6296)] = 219846, - [SMALL_STATE(6297)] = 219856, - [SMALL_STATE(6298)] = 219866, - [SMALL_STATE(6299)] = 219876, - [SMALL_STATE(6300)] = 219886, - [SMALL_STATE(6301)] = 219896, - [SMALL_STATE(6302)] = 219906, - [SMALL_STATE(6303)] = 219916, - [SMALL_STATE(6304)] = 219924, - [SMALL_STATE(6305)] = 219934, - [SMALL_STATE(6306)] = 219944, - [SMALL_STATE(6307)] = 219954, - [SMALL_STATE(6308)] = 219964, - [SMALL_STATE(6309)] = 219974, - [SMALL_STATE(6310)] = 219984, - [SMALL_STATE(6311)] = 219994, - [SMALL_STATE(6312)] = 220004, - [SMALL_STATE(6313)] = 220014, - [SMALL_STATE(6314)] = 220024, - [SMALL_STATE(6315)] = 220034, - [SMALL_STATE(6316)] = 220044, - [SMALL_STATE(6317)] = 220054, - [SMALL_STATE(6318)] = 220064, - [SMALL_STATE(6319)] = 220074, - [SMALL_STATE(6320)] = 220084, - [SMALL_STATE(6321)] = 220094, - [SMALL_STATE(6322)] = 220102, - [SMALL_STATE(6323)] = 220112, - [SMALL_STATE(6324)] = 220122, - [SMALL_STATE(6325)] = 220132, - [SMALL_STATE(6326)] = 220142, - [SMALL_STATE(6327)] = 220152, - [SMALL_STATE(6328)] = 220162, - [SMALL_STATE(6329)] = 220172, - [SMALL_STATE(6330)] = 220182, - [SMALL_STATE(6331)] = 220192, - [SMALL_STATE(6332)] = 220200, - [SMALL_STATE(6333)] = 220210, - [SMALL_STATE(6334)] = 220220, - [SMALL_STATE(6335)] = 220230, - [SMALL_STATE(6336)] = 220240, - [SMALL_STATE(6337)] = 220250, - [SMALL_STATE(6338)] = 220260, - [SMALL_STATE(6339)] = 220270, - [SMALL_STATE(6340)] = 220280, - [SMALL_STATE(6341)] = 220290, - [SMALL_STATE(6342)] = 220300, - [SMALL_STATE(6343)] = 220310, - [SMALL_STATE(6344)] = 220320, - [SMALL_STATE(6345)] = 220330, - [SMALL_STATE(6346)] = 220340, - [SMALL_STATE(6347)] = 220350, - [SMALL_STATE(6348)] = 220358, - [SMALL_STATE(6349)] = 220368, - [SMALL_STATE(6350)] = 220378, - [SMALL_STATE(6351)] = 220388, - [SMALL_STATE(6352)] = 220398, - [SMALL_STATE(6353)] = 220408, - [SMALL_STATE(6354)] = 220418, - [SMALL_STATE(6355)] = 220428, - [SMALL_STATE(6356)] = 220438, - [SMALL_STATE(6357)] = 220448, - [SMALL_STATE(6358)] = 220458, - [SMALL_STATE(6359)] = 220468, - [SMALL_STATE(6360)] = 220478, - [SMALL_STATE(6361)] = 220486, - [SMALL_STATE(6362)] = 220496, - [SMALL_STATE(6363)] = 220506, - [SMALL_STATE(6364)] = 220516, - [SMALL_STATE(6365)] = 220526, - [SMALL_STATE(6366)] = 220536, - [SMALL_STATE(6367)] = 220546, - [SMALL_STATE(6368)] = 220556, - [SMALL_STATE(6369)] = 220566, - [SMALL_STATE(6370)] = 220576, - [SMALL_STATE(6371)] = 220586, - [SMALL_STATE(6372)] = 220594, - [SMALL_STATE(6373)] = 220604, - [SMALL_STATE(6374)] = 220614, - [SMALL_STATE(6375)] = 220624, - [SMALL_STATE(6376)] = 220632, - [SMALL_STATE(6377)] = 220642, - [SMALL_STATE(6378)] = 220650, - [SMALL_STATE(6379)] = 220660, - [SMALL_STATE(6380)] = 220670, - [SMALL_STATE(6381)] = 220680, - [SMALL_STATE(6382)] = 220690, - [SMALL_STATE(6383)] = 220700, - [SMALL_STATE(6384)] = 220710, - [SMALL_STATE(6385)] = 220718, - [SMALL_STATE(6386)] = 220728, - [SMALL_STATE(6387)] = 220738, - [SMALL_STATE(6388)] = 220748, - [SMALL_STATE(6389)] = 220758, - [SMALL_STATE(6390)] = 220768, - [SMALL_STATE(6391)] = 220778, - [SMALL_STATE(6392)] = 220788, - [SMALL_STATE(6393)] = 220798, - [SMALL_STATE(6394)] = 220808, - [SMALL_STATE(6395)] = 220818, - [SMALL_STATE(6396)] = 220828, - [SMALL_STATE(6397)] = 220838, - [SMALL_STATE(6398)] = 220848, - [SMALL_STATE(6399)] = 220858, - [SMALL_STATE(6400)] = 220868, - [SMALL_STATE(6401)] = 220878, - [SMALL_STATE(6402)] = 220888, - [SMALL_STATE(6403)] = 220896, - [SMALL_STATE(6404)] = 220904, - [SMALL_STATE(6405)] = 220914, - [SMALL_STATE(6406)] = 220924, - [SMALL_STATE(6407)] = 220934, - [SMALL_STATE(6408)] = 220944, - [SMALL_STATE(6409)] = 220954, - [SMALL_STATE(6410)] = 220964, - [SMALL_STATE(6411)] = 220974, - [SMALL_STATE(6412)] = 220984, - [SMALL_STATE(6413)] = 220994, - [SMALL_STATE(6414)] = 221004, - [SMALL_STATE(6415)] = 221012, - [SMALL_STATE(6416)] = 221022, - [SMALL_STATE(6417)] = 221030, - [SMALL_STATE(6418)] = 221040, - [SMALL_STATE(6419)] = 221048, - [SMALL_STATE(6420)] = 221058, - [SMALL_STATE(6421)] = 221068, - [SMALL_STATE(6422)] = 221078, - [SMALL_STATE(6423)] = 221088, - [SMALL_STATE(6424)] = 221098, - [SMALL_STATE(6425)] = 221108, - [SMALL_STATE(6426)] = 221118, - [SMALL_STATE(6427)] = 221128, - [SMALL_STATE(6428)] = 221138, - [SMALL_STATE(6429)] = 221148, - [SMALL_STATE(6430)] = 221158, - [SMALL_STATE(6431)] = 221168, - [SMALL_STATE(6432)] = 221178, - [SMALL_STATE(6433)] = 221188, - [SMALL_STATE(6434)] = 221198, - [SMALL_STATE(6435)] = 221208, - [SMALL_STATE(6436)] = 221218, - [SMALL_STATE(6437)] = 221228, - [SMALL_STATE(6438)] = 221238, - [SMALL_STATE(6439)] = 221248, - [SMALL_STATE(6440)] = 221258, - [SMALL_STATE(6441)] = 221268, - [SMALL_STATE(6442)] = 221278, - [SMALL_STATE(6443)] = 221286, - [SMALL_STATE(6444)] = 221296, - [SMALL_STATE(6445)] = 221304, - [SMALL_STATE(6446)] = 221314, - [SMALL_STATE(6447)] = 221324, - [SMALL_STATE(6448)] = 221334, - [SMALL_STATE(6449)] = 221344, - [SMALL_STATE(6450)] = 221354, - [SMALL_STATE(6451)] = 221364, - [SMALL_STATE(6452)] = 221374, - [SMALL_STATE(6453)] = 221384, - [SMALL_STATE(6454)] = 221394, - [SMALL_STATE(6455)] = 221404, - [SMALL_STATE(6456)] = 221414, - [SMALL_STATE(6457)] = 221424, - [SMALL_STATE(6458)] = 221434, - [SMALL_STATE(6459)] = 221444, - [SMALL_STATE(6460)] = 221454, - [SMALL_STATE(6461)] = 221464, - [SMALL_STATE(6462)] = 221474, - [SMALL_STATE(6463)] = 221484, - [SMALL_STATE(6464)] = 221492, - [SMALL_STATE(6465)] = 221500, - [SMALL_STATE(6466)] = 221510, - [SMALL_STATE(6467)] = 221520, - [SMALL_STATE(6468)] = 221530, - [SMALL_STATE(6469)] = 221540, - [SMALL_STATE(6470)] = 221550, - [SMALL_STATE(6471)] = 221558, - [SMALL_STATE(6472)] = 221568, - [SMALL_STATE(6473)] = 221578, - [SMALL_STATE(6474)] = 221588, - [SMALL_STATE(6475)] = 221598, - [SMALL_STATE(6476)] = 221608, - [SMALL_STATE(6477)] = 221618, - [SMALL_STATE(6478)] = 221628, - [SMALL_STATE(6479)] = 221638, - [SMALL_STATE(6480)] = 221648, - [SMALL_STATE(6481)] = 221658, - [SMALL_STATE(6482)] = 221668, - [SMALL_STATE(6483)] = 221678, - [SMALL_STATE(6484)] = 221686, - [SMALL_STATE(6485)] = 221696, - [SMALL_STATE(6486)] = 221706, - [SMALL_STATE(6487)] = 221716, - [SMALL_STATE(6488)] = 221726, - [SMALL_STATE(6489)] = 221736, - [SMALL_STATE(6490)] = 221746, - [SMALL_STATE(6491)] = 221756, - [SMALL_STATE(6492)] = 221766, - [SMALL_STATE(6493)] = 221776, - [SMALL_STATE(6494)] = 221786, - [SMALL_STATE(6495)] = 221796, - [SMALL_STATE(6496)] = 221804, - [SMALL_STATE(6497)] = 221814, - [SMALL_STATE(6498)] = 221824, - [SMALL_STATE(6499)] = 221834, - [SMALL_STATE(6500)] = 221842, - [SMALL_STATE(6501)] = 221852, - [SMALL_STATE(6502)] = 221860, - [SMALL_STATE(6503)] = 221870, - [SMALL_STATE(6504)] = 221880, - [SMALL_STATE(6505)] = 221890, - [SMALL_STATE(6506)] = 221900, - [SMALL_STATE(6507)] = 221910, - [SMALL_STATE(6508)] = 221920, - [SMALL_STATE(6509)] = 221930, - [SMALL_STATE(6510)] = 221940, - [SMALL_STATE(6511)] = 221950, - [SMALL_STATE(6512)] = 221960, - [SMALL_STATE(6513)] = 221968, - [SMALL_STATE(6514)] = 221976, - [SMALL_STATE(6515)] = 221986, - [SMALL_STATE(6516)] = 221996, - [SMALL_STATE(6517)] = 222006, - [SMALL_STATE(6518)] = 222016, - [SMALL_STATE(6519)] = 222026, - [SMALL_STATE(6520)] = 222036, - [SMALL_STATE(6521)] = 222046, - [SMALL_STATE(6522)] = 222056, - [SMALL_STATE(6523)] = 222066, - [SMALL_STATE(6524)] = 222074, - [SMALL_STATE(6525)] = 222084, - [SMALL_STATE(6526)] = 222094, - [SMALL_STATE(6527)] = 222104, - [SMALL_STATE(6528)] = 222114, - [SMALL_STATE(6529)] = 222122, - [SMALL_STATE(6530)] = 222132, - [SMALL_STATE(6531)] = 222142, - [SMALL_STATE(6532)] = 222152, - [SMALL_STATE(6533)] = 222162, - [SMALL_STATE(6534)] = 222172, - [SMALL_STATE(6535)] = 222182, - [SMALL_STATE(6536)] = 222192, - [SMALL_STATE(6537)] = 222202, - [SMALL_STATE(6538)] = 222212, - [SMALL_STATE(6539)] = 222222, - [SMALL_STATE(6540)] = 222232, - [SMALL_STATE(6541)] = 222242, - [SMALL_STATE(6542)] = 222252, - [SMALL_STATE(6543)] = 222262, - [SMALL_STATE(6544)] = 222272, - [SMALL_STATE(6545)] = 222282, - [SMALL_STATE(6546)] = 222292, - [SMALL_STATE(6547)] = 222302, - [SMALL_STATE(6548)] = 222312, - [SMALL_STATE(6549)] = 222322, - [SMALL_STATE(6550)] = 222332, - [SMALL_STATE(6551)] = 222342, - [SMALL_STATE(6552)] = 222350, - [SMALL_STATE(6553)] = 222360, - [SMALL_STATE(6554)] = 222370, - [SMALL_STATE(6555)] = 222380, - [SMALL_STATE(6556)] = 222390, - [SMALL_STATE(6557)] = 222398, - [SMALL_STATE(6558)] = 222408, - [SMALL_STATE(6559)] = 222418, - [SMALL_STATE(6560)] = 222428, - [SMALL_STATE(6561)] = 222438, - [SMALL_STATE(6562)] = 222448, - [SMALL_STATE(6563)] = 222458, - [SMALL_STATE(6564)] = 222468, - [SMALL_STATE(6565)] = 222478, - [SMALL_STATE(6566)] = 222488, - [SMALL_STATE(6567)] = 222498, - [SMALL_STATE(6568)] = 222508, - [SMALL_STATE(6569)] = 222518, - [SMALL_STATE(6570)] = 222528, - [SMALL_STATE(6571)] = 222536, - [SMALL_STATE(6572)] = 222546, - [SMALL_STATE(6573)] = 222556, - [SMALL_STATE(6574)] = 222566, - [SMALL_STATE(6575)] = 222576, - [SMALL_STATE(6576)] = 222586, - [SMALL_STATE(6577)] = 222596, - [SMALL_STATE(6578)] = 222606, - [SMALL_STATE(6579)] = 222614, - [SMALL_STATE(6580)] = 222624, - [SMALL_STATE(6581)] = 222634, - [SMALL_STATE(6582)] = 222644, - [SMALL_STATE(6583)] = 222654, - [SMALL_STATE(6584)] = 222664, - [SMALL_STATE(6585)] = 222674, - [SMALL_STATE(6586)] = 222684, - [SMALL_STATE(6587)] = 222694, - [SMALL_STATE(6588)] = 222704, - [SMALL_STATE(6589)] = 222714, - [SMALL_STATE(6590)] = 222724, - [SMALL_STATE(6591)] = 222734, - [SMALL_STATE(6592)] = 222742, - [SMALL_STATE(6593)] = 222752, - [SMALL_STATE(6594)] = 222762, - [SMALL_STATE(6595)] = 222772, - [SMALL_STATE(6596)] = 222782, - [SMALL_STATE(6597)] = 222792, - [SMALL_STATE(6598)] = 222800, - [SMALL_STATE(6599)] = 222810, - [SMALL_STATE(6600)] = 222818, - [SMALL_STATE(6601)] = 222828, - [SMALL_STATE(6602)] = 222838, - [SMALL_STATE(6603)] = 222848, - [SMALL_STATE(6604)] = 222858, - [SMALL_STATE(6605)] = 222868, - [SMALL_STATE(6606)] = 222878, - [SMALL_STATE(6607)] = 222886, - [SMALL_STATE(6608)] = 222896, - [SMALL_STATE(6609)] = 222906, - [SMALL_STATE(6610)] = 222916, - [SMALL_STATE(6611)] = 222926, - [SMALL_STATE(6612)] = 222936, - [SMALL_STATE(6613)] = 222946, - [SMALL_STATE(6614)] = 222956, - [SMALL_STATE(6615)] = 222964, - [SMALL_STATE(6616)] = 222974, - [SMALL_STATE(6617)] = 222982, - [SMALL_STATE(6618)] = 222989, - [SMALL_STATE(6619)] = 222996, - [SMALL_STATE(6620)] = 223003, - [SMALL_STATE(6621)] = 223010, - [SMALL_STATE(6622)] = 223017, - [SMALL_STATE(6623)] = 223024, - [SMALL_STATE(6624)] = 223031, - [SMALL_STATE(6625)] = 223038, - [SMALL_STATE(6626)] = 223045, - [SMALL_STATE(6627)] = 223052, - [SMALL_STATE(6628)] = 223059, - [SMALL_STATE(6629)] = 223066, - [SMALL_STATE(6630)] = 223073, - [SMALL_STATE(6631)] = 223080, - [SMALL_STATE(6632)] = 223087, - [SMALL_STATE(6633)] = 223094, - [SMALL_STATE(6634)] = 223101, - [SMALL_STATE(6635)] = 223108, - [SMALL_STATE(6636)] = 223115, - [SMALL_STATE(6637)] = 223122, - [SMALL_STATE(6638)] = 223129, - [SMALL_STATE(6639)] = 223136, - [SMALL_STATE(6640)] = 223143, - [SMALL_STATE(6641)] = 223150, - [SMALL_STATE(6642)] = 223157, - [SMALL_STATE(6643)] = 223164, - [SMALL_STATE(6644)] = 223171, - [SMALL_STATE(6645)] = 223178, - [SMALL_STATE(6646)] = 223185, - [SMALL_STATE(6647)] = 223192, - [SMALL_STATE(6648)] = 223199, - [SMALL_STATE(6649)] = 223206, - [SMALL_STATE(6650)] = 223213, - [SMALL_STATE(6651)] = 223220, - [SMALL_STATE(6652)] = 223227, - [SMALL_STATE(6653)] = 223234, - [SMALL_STATE(6654)] = 223241, - [SMALL_STATE(6655)] = 223248, - [SMALL_STATE(6656)] = 223255, - [SMALL_STATE(6657)] = 223262, - [SMALL_STATE(6658)] = 223269, - [SMALL_STATE(6659)] = 223276, - [SMALL_STATE(6660)] = 223283, - [SMALL_STATE(6661)] = 223290, - [SMALL_STATE(6662)] = 223297, - [SMALL_STATE(6663)] = 223304, - [SMALL_STATE(6664)] = 223311, - [SMALL_STATE(6665)] = 223318, - [SMALL_STATE(6666)] = 223325, - [SMALL_STATE(6667)] = 223332, - [SMALL_STATE(6668)] = 223339, - [SMALL_STATE(6669)] = 223346, - [SMALL_STATE(6670)] = 223353, - [SMALL_STATE(6671)] = 223360, - [SMALL_STATE(6672)] = 223367, - [SMALL_STATE(6673)] = 223374, - [SMALL_STATE(6674)] = 223381, - [SMALL_STATE(6675)] = 223388, - [SMALL_STATE(6676)] = 223395, - [SMALL_STATE(6677)] = 223402, - [SMALL_STATE(6678)] = 223409, - [SMALL_STATE(6679)] = 223416, - [SMALL_STATE(6680)] = 223423, - [SMALL_STATE(6681)] = 223430, - [SMALL_STATE(6682)] = 223437, - [SMALL_STATE(6683)] = 223444, - [SMALL_STATE(6684)] = 223451, - [SMALL_STATE(6685)] = 223458, - [SMALL_STATE(6686)] = 223465, - [SMALL_STATE(6687)] = 223472, - [SMALL_STATE(6688)] = 223479, - [SMALL_STATE(6689)] = 223486, - [SMALL_STATE(6690)] = 223493, - [SMALL_STATE(6691)] = 223500, - [SMALL_STATE(6692)] = 223507, - [SMALL_STATE(6693)] = 223514, - [SMALL_STATE(6694)] = 223521, - [SMALL_STATE(6695)] = 223528, - [SMALL_STATE(6696)] = 223535, - [SMALL_STATE(6697)] = 223542, - [SMALL_STATE(6698)] = 223549, - [SMALL_STATE(6699)] = 223556, - [SMALL_STATE(6700)] = 223563, - [SMALL_STATE(6701)] = 223570, - [SMALL_STATE(6702)] = 223577, - [SMALL_STATE(6703)] = 223584, - [SMALL_STATE(6704)] = 223591, - [SMALL_STATE(6705)] = 223598, - [SMALL_STATE(6706)] = 223605, - [SMALL_STATE(6707)] = 223612, - [SMALL_STATE(6708)] = 223619, - [SMALL_STATE(6709)] = 223626, - [SMALL_STATE(6710)] = 223633, - [SMALL_STATE(6711)] = 223640, - [SMALL_STATE(6712)] = 223647, - [SMALL_STATE(6713)] = 223654, - [SMALL_STATE(6714)] = 223661, - [SMALL_STATE(6715)] = 223668, - [SMALL_STATE(6716)] = 223675, - [SMALL_STATE(6717)] = 223682, - [SMALL_STATE(6718)] = 223689, - [SMALL_STATE(6719)] = 223696, - [SMALL_STATE(6720)] = 223703, - [SMALL_STATE(6721)] = 223710, - [SMALL_STATE(6722)] = 223717, - [SMALL_STATE(6723)] = 223724, - [SMALL_STATE(6724)] = 223731, - [SMALL_STATE(6725)] = 223738, - [SMALL_STATE(6726)] = 223745, - [SMALL_STATE(6727)] = 223752, - [SMALL_STATE(6728)] = 223759, - [SMALL_STATE(6729)] = 223766, - [SMALL_STATE(6730)] = 223773, - [SMALL_STATE(6731)] = 223780, - [SMALL_STATE(6732)] = 223787, - [SMALL_STATE(6733)] = 223794, - [SMALL_STATE(6734)] = 223801, - [SMALL_STATE(6735)] = 223808, - [SMALL_STATE(6736)] = 223815, - [SMALL_STATE(6737)] = 223822, - [SMALL_STATE(6738)] = 223829, - [SMALL_STATE(6739)] = 223836, - [SMALL_STATE(6740)] = 223843, - [SMALL_STATE(6741)] = 223850, - [SMALL_STATE(6742)] = 223857, - [SMALL_STATE(6743)] = 223864, - [SMALL_STATE(6744)] = 223871, - [SMALL_STATE(6745)] = 223878, - [SMALL_STATE(6746)] = 223885, - [SMALL_STATE(6747)] = 223892, - [SMALL_STATE(6748)] = 223899, - [SMALL_STATE(6749)] = 223906, - [SMALL_STATE(6750)] = 223913, - [SMALL_STATE(6751)] = 223920, - [SMALL_STATE(6752)] = 223927, - [SMALL_STATE(6753)] = 223934, - [SMALL_STATE(6754)] = 223941, - [SMALL_STATE(6755)] = 223948, - [SMALL_STATE(6756)] = 223955, - [SMALL_STATE(6757)] = 223962, - [SMALL_STATE(6758)] = 223969, - [SMALL_STATE(6759)] = 223976, - [SMALL_STATE(6760)] = 223983, - [SMALL_STATE(6761)] = 223990, - [SMALL_STATE(6762)] = 223997, - [SMALL_STATE(6763)] = 224004, - [SMALL_STATE(6764)] = 224011, - [SMALL_STATE(6765)] = 224018, - [SMALL_STATE(6766)] = 224025, - [SMALL_STATE(6767)] = 224032, - [SMALL_STATE(6768)] = 224039, - [SMALL_STATE(6769)] = 224046, - [SMALL_STATE(6770)] = 224053, - [SMALL_STATE(6771)] = 224060, - [SMALL_STATE(6772)] = 224067, - [SMALL_STATE(6773)] = 224074, - [SMALL_STATE(6774)] = 224081, - [SMALL_STATE(6775)] = 224088, - [SMALL_STATE(6776)] = 224095, - [SMALL_STATE(6777)] = 224102, - [SMALL_STATE(6778)] = 224109, - [SMALL_STATE(6779)] = 224116, - [SMALL_STATE(6780)] = 224123, - [SMALL_STATE(6781)] = 224130, - [SMALL_STATE(6782)] = 224137, - [SMALL_STATE(6783)] = 224144, - [SMALL_STATE(6784)] = 224151, - [SMALL_STATE(6785)] = 224158, - [SMALL_STATE(6786)] = 224165, - [SMALL_STATE(6787)] = 224172, - [SMALL_STATE(6788)] = 224179, - [SMALL_STATE(6789)] = 224186, - [SMALL_STATE(6790)] = 224193, - [SMALL_STATE(6791)] = 224200, - [SMALL_STATE(6792)] = 224207, - [SMALL_STATE(6793)] = 224214, - [SMALL_STATE(6794)] = 224221, - [SMALL_STATE(6795)] = 224228, - [SMALL_STATE(6796)] = 224235, - [SMALL_STATE(6797)] = 224242, - [SMALL_STATE(6798)] = 224249, - [SMALL_STATE(6799)] = 224256, - [SMALL_STATE(6800)] = 224263, - [SMALL_STATE(6801)] = 224270, - [SMALL_STATE(6802)] = 224277, - [SMALL_STATE(6803)] = 224284, - [SMALL_STATE(6804)] = 224291, - [SMALL_STATE(6805)] = 224298, - [SMALL_STATE(6806)] = 224305, - [SMALL_STATE(6807)] = 224312, - [SMALL_STATE(6808)] = 224319, - [SMALL_STATE(6809)] = 224326, - [SMALL_STATE(6810)] = 224333, - [SMALL_STATE(6811)] = 224340, - [SMALL_STATE(6812)] = 224347, - [SMALL_STATE(6813)] = 224354, - [SMALL_STATE(6814)] = 224361, - [SMALL_STATE(6815)] = 224368, - [SMALL_STATE(6816)] = 224375, - [SMALL_STATE(6817)] = 224382, - [SMALL_STATE(6818)] = 224389, - [SMALL_STATE(6819)] = 224396, - [SMALL_STATE(6820)] = 224403, - [SMALL_STATE(6821)] = 224410, - [SMALL_STATE(6822)] = 224417, - [SMALL_STATE(6823)] = 224424, - [SMALL_STATE(6824)] = 224431, - [SMALL_STATE(6825)] = 224438, - [SMALL_STATE(6826)] = 224445, - [SMALL_STATE(6827)] = 224452, - [SMALL_STATE(6828)] = 224459, - [SMALL_STATE(6829)] = 224466, - [SMALL_STATE(6830)] = 224473, - [SMALL_STATE(6831)] = 224480, - [SMALL_STATE(6832)] = 224487, - [SMALL_STATE(6833)] = 224494, - [SMALL_STATE(6834)] = 224501, - [SMALL_STATE(6835)] = 224508, - [SMALL_STATE(6836)] = 224515, - [SMALL_STATE(6837)] = 224522, - [SMALL_STATE(6838)] = 224529, - [SMALL_STATE(6839)] = 224536, - [SMALL_STATE(6840)] = 224543, - [SMALL_STATE(6841)] = 224550, - [SMALL_STATE(6842)] = 224557, - [SMALL_STATE(6843)] = 224564, - [SMALL_STATE(6844)] = 224571, - [SMALL_STATE(6845)] = 224578, - [SMALL_STATE(6846)] = 224585, - [SMALL_STATE(6847)] = 224592, - [SMALL_STATE(6848)] = 224599, - [SMALL_STATE(6849)] = 224606, - [SMALL_STATE(6850)] = 224613, - [SMALL_STATE(6851)] = 224620, - [SMALL_STATE(6852)] = 224627, - [SMALL_STATE(6853)] = 224634, - [SMALL_STATE(6854)] = 224641, - [SMALL_STATE(6855)] = 224648, - [SMALL_STATE(6856)] = 224655, - [SMALL_STATE(6857)] = 224662, - [SMALL_STATE(6858)] = 224669, - [SMALL_STATE(6859)] = 224676, - [SMALL_STATE(6860)] = 224683, - [SMALL_STATE(6861)] = 224690, - [SMALL_STATE(6862)] = 224697, - [SMALL_STATE(6863)] = 224704, - [SMALL_STATE(6864)] = 224711, - [SMALL_STATE(6865)] = 224718, - [SMALL_STATE(6866)] = 224725, - [SMALL_STATE(6867)] = 224732, - [SMALL_STATE(6868)] = 224739, - [SMALL_STATE(6869)] = 224746, - [SMALL_STATE(6870)] = 224753, - [SMALL_STATE(6871)] = 224760, - [SMALL_STATE(6872)] = 224767, - [SMALL_STATE(6873)] = 224774, - [SMALL_STATE(6874)] = 224781, - [SMALL_STATE(6875)] = 224788, - [SMALL_STATE(6876)] = 224795, - [SMALL_STATE(6877)] = 224802, - [SMALL_STATE(6878)] = 224809, - [SMALL_STATE(6879)] = 224816, - [SMALL_STATE(6880)] = 224823, - [SMALL_STATE(6881)] = 224830, - [SMALL_STATE(6882)] = 224837, - [SMALL_STATE(6883)] = 224844, - [SMALL_STATE(6884)] = 224851, - [SMALL_STATE(6885)] = 224858, - [SMALL_STATE(6886)] = 224865, - [SMALL_STATE(6887)] = 224872, - [SMALL_STATE(6888)] = 224879, - [SMALL_STATE(6889)] = 224886, - [SMALL_STATE(6890)] = 224893, - [SMALL_STATE(6891)] = 224900, - [SMALL_STATE(6892)] = 224907, - [SMALL_STATE(6893)] = 224914, - [SMALL_STATE(6894)] = 224921, - [SMALL_STATE(6895)] = 224928, - [SMALL_STATE(6896)] = 224935, - [SMALL_STATE(6897)] = 224942, - [SMALL_STATE(6898)] = 224949, - [SMALL_STATE(6899)] = 224956, - [SMALL_STATE(6900)] = 224963, - [SMALL_STATE(6901)] = 224970, - [SMALL_STATE(6902)] = 224977, - [SMALL_STATE(6903)] = 224984, - [SMALL_STATE(6904)] = 224991, - [SMALL_STATE(6905)] = 224998, - [SMALL_STATE(6906)] = 225005, - [SMALL_STATE(6907)] = 225012, - [SMALL_STATE(6908)] = 225019, - [SMALL_STATE(6909)] = 225026, - [SMALL_STATE(6910)] = 225033, - [SMALL_STATE(6911)] = 225040, - [SMALL_STATE(6912)] = 225047, - [SMALL_STATE(6913)] = 225054, - [SMALL_STATE(6914)] = 225061, - [SMALL_STATE(6915)] = 225068, - [SMALL_STATE(6916)] = 225075, - [SMALL_STATE(6917)] = 225082, - [SMALL_STATE(6918)] = 225089, - [SMALL_STATE(6919)] = 225096, - [SMALL_STATE(6920)] = 225103, - [SMALL_STATE(6921)] = 225110, - [SMALL_STATE(6922)] = 225117, - [SMALL_STATE(6923)] = 225124, - [SMALL_STATE(6924)] = 225131, - [SMALL_STATE(6925)] = 225138, - [SMALL_STATE(6926)] = 225145, - [SMALL_STATE(6927)] = 225152, - [SMALL_STATE(6928)] = 225159, - [SMALL_STATE(6929)] = 225166, - [SMALL_STATE(6930)] = 225173, - [SMALL_STATE(6931)] = 225180, - [SMALL_STATE(6932)] = 225187, - [SMALL_STATE(6933)] = 225194, - [SMALL_STATE(6934)] = 225201, - [SMALL_STATE(6935)] = 225208, - [SMALL_STATE(6936)] = 225215, - [SMALL_STATE(6937)] = 225222, - [SMALL_STATE(6938)] = 225229, - [SMALL_STATE(6939)] = 225236, - [SMALL_STATE(6940)] = 225243, - [SMALL_STATE(6941)] = 225250, - [SMALL_STATE(6942)] = 225257, - [SMALL_STATE(6943)] = 225264, - [SMALL_STATE(6944)] = 225271, - [SMALL_STATE(6945)] = 225278, - [SMALL_STATE(6946)] = 225285, - [SMALL_STATE(6947)] = 225292, - [SMALL_STATE(6948)] = 225299, - [SMALL_STATE(6949)] = 225306, - [SMALL_STATE(6950)] = 225313, - [SMALL_STATE(6951)] = 225320, - [SMALL_STATE(6952)] = 225327, - [SMALL_STATE(6953)] = 225334, - [SMALL_STATE(6954)] = 225341, - [SMALL_STATE(6955)] = 225348, - [SMALL_STATE(6956)] = 225355, - [SMALL_STATE(6957)] = 225362, - [SMALL_STATE(6958)] = 225369, - [SMALL_STATE(6959)] = 225376, - [SMALL_STATE(6960)] = 225383, - [SMALL_STATE(6961)] = 225390, - [SMALL_STATE(6962)] = 225397, - [SMALL_STATE(6963)] = 225404, - [SMALL_STATE(6964)] = 225411, - [SMALL_STATE(6965)] = 225418, - [SMALL_STATE(6966)] = 225425, - [SMALL_STATE(6967)] = 225432, - [SMALL_STATE(6968)] = 225439, - [SMALL_STATE(6969)] = 225446, - [SMALL_STATE(6970)] = 225453, - [SMALL_STATE(6971)] = 225460, - [SMALL_STATE(6972)] = 225467, - [SMALL_STATE(6973)] = 225474, - [SMALL_STATE(6974)] = 225481, - [SMALL_STATE(6975)] = 225488, - [SMALL_STATE(6976)] = 225495, - [SMALL_STATE(6977)] = 225502, - [SMALL_STATE(6978)] = 225509, - [SMALL_STATE(6979)] = 225516, - [SMALL_STATE(6980)] = 225523, - [SMALL_STATE(6981)] = 225530, - [SMALL_STATE(6982)] = 225537, - [SMALL_STATE(6983)] = 225544, - [SMALL_STATE(6984)] = 225551, - [SMALL_STATE(6985)] = 225558, - [SMALL_STATE(6986)] = 225565, - [SMALL_STATE(6987)] = 225572, - [SMALL_STATE(6988)] = 225579, - [SMALL_STATE(6989)] = 225586, - [SMALL_STATE(6990)] = 225593, - [SMALL_STATE(6991)] = 225600, - [SMALL_STATE(6992)] = 225607, - [SMALL_STATE(6993)] = 225614, - [SMALL_STATE(6994)] = 225621, - [SMALL_STATE(6995)] = 225628, - [SMALL_STATE(6996)] = 225635, - [SMALL_STATE(6997)] = 225642, - [SMALL_STATE(6998)] = 225649, - [SMALL_STATE(6999)] = 225656, - [SMALL_STATE(7000)] = 225663, - [SMALL_STATE(7001)] = 225670, - [SMALL_STATE(7002)] = 225677, - [SMALL_STATE(7003)] = 225684, - [SMALL_STATE(7004)] = 225691, - [SMALL_STATE(7005)] = 225698, - [SMALL_STATE(7006)] = 225705, - [SMALL_STATE(7007)] = 225712, - [SMALL_STATE(7008)] = 225719, - [SMALL_STATE(7009)] = 225726, - [SMALL_STATE(7010)] = 225733, - [SMALL_STATE(7011)] = 225740, - [SMALL_STATE(7012)] = 225747, - [SMALL_STATE(7013)] = 225754, - [SMALL_STATE(7014)] = 225761, - [SMALL_STATE(7015)] = 225768, - [SMALL_STATE(7016)] = 225775, - [SMALL_STATE(7017)] = 225782, - [SMALL_STATE(7018)] = 225789, - [SMALL_STATE(7019)] = 225796, - [SMALL_STATE(7020)] = 225803, - [SMALL_STATE(7021)] = 225810, - [SMALL_STATE(7022)] = 225817, - [SMALL_STATE(7023)] = 225824, - [SMALL_STATE(7024)] = 225831, - [SMALL_STATE(7025)] = 225838, - [SMALL_STATE(7026)] = 225845, - [SMALL_STATE(7027)] = 225852, - [SMALL_STATE(7028)] = 225859, - [SMALL_STATE(7029)] = 225866, - [SMALL_STATE(7030)] = 225873, - [SMALL_STATE(7031)] = 225880, - [SMALL_STATE(7032)] = 225887, - [SMALL_STATE(7033)] = 225894, - [SMALL_STATE(7034)] = 225901, - [SMALL_STATE(7035)] = 225908, - [SMALL_STATE(7036)] = 225915, - [SMALL_STATE(7037)] = 225922, - [SMALL_STATE(7038)] = 225929, - [SMALL_STATE(7039)] = 225936, - [SMALL_STATE(7040)] = 225943, - [SMALL_STATE(7041)] = 225950, - [SMALL_STATE(7042)] = 225957, - [SMALL_STATE(7043)] = 225964, - [SMALL_STATE(7044)] = 225971, - [SMALL_STATE(7045)] = 225978, - [SMALL_STATE(7046)] = 225985, - [SMALL_STATE(7047)] = 225992, - [SMALL_STATE(7048)] = 225999, - [SMALL_STATE(7049)] = 226006, - [SMALL_STATE(7050)] = 226013, - [SMALL_STATE(7051)] = 226020, - [SMALL_STATE(7052)] = 226027, - [SMALL_STATE(7053)] = 226034, - [SMALL_STATE(7054)] = 226041, - [SMALL_STATE(7055)] = 226048, - [SMALL_STATE(7056)] = 226055, - [SMALL_STATE(7057)] = 226062, - [SMALL_STATE(7058)] = 226069, - [SMALL_STATE(7059)] = 226076, - [SMALL_STATE(7060)] = 226083, - [SMALL_STATE(7061)] = 226090, - [SMALL_STATE(7062)] = 226097, - [SMALL_STATE(7063)] = 226104, - [SMALL_STATE(7064)] = 226111, - [SMALL_STATE(7065)] = 226118, - [SMALL_STATE(7066)] = 226125, - [SMALL_STATE(7067)] = 226132, - [SMALL_STATE(7068)] = 226139, - [SMALL_STATE(7069)] = 226146, - [SMALL_STATE(7070)] = 226153, - [SMALL_STATE(7071)] = 226160, - [SMALL_STATE(7072)] = 226167, - [SMALL_STATE(7073)] = 226174, - [SMALL_STATE(7074)] = 226181, - [SMALL_STATE(7075)] = 226188, - [SMALL_STATE(7076)] = 226195, - [SMALL_STATE(7077)] = 226202, - [SMALL_STATE(7078)] = 226209, - [SMALL_STATE(7079)] = 226216, - [SMALL_STATE(7080)] = 226223, - [SMALL_STATE(7081)] = 226230, - [SMALL_STATE(7082)] = 226237, - [SMALL_STATE(7083)] = 226244, - [SMALL_STATE(7084)] = 226251, - [SMALL_STATE(7085)] = 226258, - [SMALL_STATE(7086)] = 226265, - [SMALL_STATE(7087)] = 226272, - [SMALL_STATE(7088)] = 226279, - [SMALL_STATE(7089)] = 226286, - [SMALL_STATE(7090)] = 226293, - [SMALL_STATE(7091)] = 226300, - [SMALL_STATE(7092)] = 226307, - [SMALL_STATE(7093)] = 226314, - [SMALL_STATE(7094)] = 226321, - [SMALL_STATE(7095)] = 226328, - [SMALL_STATE(7096)] = 226335, - [SMALL_STATE(7097)] = 226342, - [SMALL_STATE(7098)] = 226349, - [SMALL_STATE(7099)] = 226356, - [SMALL_STATE(7100)] = 226363, - [SMALL_STATE(7101)] = 226370, - [SMALL_STATE(7102)] = 226377, - [SMALL_STATE(7103)] = 226384, - [SMALL_STATE(7104)] = 226391, - [SMALL_STATE(7105)] = 226398, - [SMALL_STATE(7106)] = 226405, - [SMALL_STATE(7107)] = 226412, - [SMALL_STATE(7108)] = 226419, - [SMALL_STATE(7109)] = 226426, - [SMALL_STATE(7110)] = 226433, - [SMALL_STATE(7111)] = 226440, - [SMALL_STATE(7112)] = 226447, - [SMALL_STATE(7113)] = 226454, - [SMALL_STATE(7114)] = 226461, - [SMALL_STATE(7115)] = 226468, - [SMALL_STATE(7116)] = 226475, - [SMALL_STATE(7117)] = 226482, - [SMALL_STATE(7118)] = 226489, - [SMALL_STATE(7119)] = 226496, - [SMALL_STATE(7120)] = 226503, - [SMALL_STATE(7121)] = 226510, - [SMALL_STATE(7122)] = 226517, - [SMALL_STATE(7123)] = 226524, - [SMALL_STATE(7124)] = 226531, - [SMALL_STATE(7125)] = 226538, - [SMALL_STATE(7126)] = 226545, - [SMALL_STATE(7127)] = 226552, - [SMALL_STATE(7128)] = 226559, - [SMALL_STATE(7129)] = 226566, - [SMALL_STATE(7130)] = 226573, - [SMALL_STATE(7131)] = 226580, - [SMALL_STATE(7132)] = 226587, - [SMALL_STATE(7133)] = 226594, - [SMALL_STATE(7134)] = 226601, - [SMALL_STATE(7135)] = 226608, - [SMALL_STATE(7136)] = 226615, - [SMALL_STATE(7137)] = 226622, - [SMALL_STATE(7138)] = 226629, - [SMALL_STATE(7139)] = 226636, - [SMALL_STATE(7140)] = 226643, - [SMALL_STATE(7141)] = 226650, - [SMALL_STATE(7142)] = 226657, - [SMALL_STATE(7143)] = 226664, - [SMALL_STATE(7144)] = 226671, - [SMALL_STATE(7145)] = 226678, - [SMALL_STATE(7146)] = 226685, - [SMALL_STATE(7147)] = 226692, - [SMALL_STATE(7148)] = 226699, - [SMALL_STATE(7149)] = 226706, - [SMALL_STATE(7150)] = 226713, - [SMALL_STATE(7151)] = 226720, - [SMALL_STATE(7152)] = 226727, - [SMALL_STATE(7153)] = 226734, - [SMALL_STATE(7154)] = 226741, - [SMALL_STATE(7155)] = 226748, - [SMALL_STATE(7156)] = 226755, - [SMALL_STATE(7157)] = 226762, - [SMALL_STATE(7158)] = 226769, - [SMALL_STATE(7159)] = 226776, - [SMALL_STATE(7160)] = 226783, - [SMALL_STATE(7161)] = 226790, - [SMALL_STATE(7162)] = 226797, - [SMALL_STATE(7163)] = 226804, - [SMALL_STATE(7164)] = 226811, - [SMALL_STATE(7165)] = 226818, - [SMALL_STATE(7166)] = 226825, - [SMALL_STATE(7167)] = 226832, - [SMALL_STATE(7168)] = 226839, - [SMALL_STATE(7169)] = 226846, - [SMALL_STATE(7170)] = 226853, - [SMALL_STATE(7171)] = 226860, - [SMALL_STATE(7172)] = 226867, - [SMALL_STATE(7173)] = 226874, - [SMALL_STATE(7174)] = 226881, - [SMALL_STATE(7175)] = 226888, - [SMALL_STATE(7176)] = 226895, - [SMALL_STATE(7177)] = 226902, - [SMALL_STATE(7178)] = 226909, - [SMALL_STATE(7179)] = 226916, - [SMALL_STATE(7180)] = 226923, - [SMALL_STATE(7181)] = 226930, - [SMALL_STATE(7182)] = 226937, - [SMALL_STATE(7183)] = 226944, - [SMALL_STATE(7184)] = 226951, - [SMALL_STATE(7185)] = 226958, - [SMALL_STATE(7186)] = 226965, - [SMALL_STATE(7187)] = 226972, - [SMALL_STATE(7188)] = 226979, - [SMALL_STATE(7189)] = 226986, - [SMALL_STATE(7190)] = 226993, - [SMALL_STATE(7191)] = 227000, - [SMALL_STATE(7192)] = 227007, - [SMALL_STATE(7193)] = 227014, - [SMALL_STATE(7194)] = 227021, - [SMALL_STATE(7195)] = 227028, - [SMALL_STATE(7196)] = 227035, - [SMALL_STATE(7197)] = 227042, - [SMALL_STATE(7198)] = 227049, - [SMALL_STATE(7199)] = 227056, - [SMALL_STATE(7200)] = 227063, - [SMALL_STATE(7201)] = 227070, - [SMALL_STATE(7202)] = 227077, - [SMALL_STATE(7203)] = 227084, - [SMALL_STATE(7204)] = 227091, - [SMALL_STATE(7205)] = 227098, - [SMALL_STATE(7206)] = 227105, - [SMALL_STATE(7207)] = 227112, - [SMALL_STATE(7208)] = 227119, - [SMALL_STATE(7209)] = 227126, - [SMALL_STATE(7210)] = 227133, - [SMALL_STATE(7211)] = 227140, - [SMALL_STATE(7212)] = 227147, - [SMALL_STATE(7213)] = 227154, - [SMALL_STATE(7214)] = 227161, - [SMALL_STATE(7215)] = 227168, - [SMALL_STATE(7216)] = 227175, - [SMALL_STATE(7217)] = 227182, - [SMALL_STATE(7218)] = 227189, - [SMALL_STATE(7219)] = 227196, - [SMALL_STATE(7220)] = 227203, - [SMALL_STATE(7221)] = 227210, - [SMALL_STATE(7222)] = 227217, - [SMALL_STATE(7223)] = 227224, - [SMALL_STATE(7224)] = 227231, - [SMALL_STATE(7225)] = 227238, - [SMALL_STATE(7226)] = 227245, - [SMALL_STATE(7227)] = 227252, - [SMALL_STATE(7228)] = 227259, - [SMALL_STATE(7229)] = 227266, - [SMALL_STATE(7230)] = 227273, + [SMALL_STATE(2537)] = 49963, + [SMALL_STATE(2538)] = 50024, + [SMALL_STATE(2539)] = 50085, + [SMALL_STATE(2540)] = 50156, + [SMALL_STATE(2541)] = 50217, + [SMALL_STATE(2542)] = 50282, + [SMALL_STATE(2543)] = 50343, + [SMALL_STATE(2544)] = 50422, + [SMALL_STATE(2545)] = 50499, + [SMALL_STATE(2546)] = 50572, + [SMALL_STATE(2547)] = 50651, + [SMALL_STATE(2548)] = 50732, + [SMALL_STATE(2549)] = 50817, + [SMALL_STATE(2550)] = 50904, + [SMALL_STATE(2551)] = 50995, + [SMALL_STATE(2552)] = 51088, + [SMALL_STATE(2553)] = 51185, + [SMALL_STATE(2554)] = 51286, + [SMALL_STATE(2555)] = 51359, + [SMALL_STATE(2556)] = 51432, + [SMALL_STATE(2557)] = 51505, + [SMALL_STATE(2558)] = 51572, + [SMALL_STATE(2559)] = 51647, + [SMALL_STATE(2560)] = 51720, + [SMALL_STATE(2561)] = 51793, + [SMALL_STATE(2562)] = 51868, + [SMALL_STATE(2563)] = 51941, + [SMALL_STATE(2564)] = 52002, + [SMALL_STATE(2565)] = 52063, + [SMALL_STATE(2566)] = 52124, + [SMALL_STATE(2567)] = 52185, + [SMALL_STATE(2568)] = 52250, + [SMALL_STATE(2569)] = 52311, + [SMALL_STATE(2570)] = 52418, + [SMALL_STATE(2571)] = 52479, + [SMALL_STATE(2572)] = 52540, + [SMALL_STATE(2573)] = 52601, + [SMALL_STATE(2574)] = 52676, + [SMALL_STATE(2575)] = 52737, + [SMALL_STATE(2576)] = 52842, + [SMALL_STATE(2577)] = 52903, + [SMALL_STATE(2578)] = 52964, + [SMALL_STATE(2579)] = 53025, + [SMALL_STATE(2580)] = 53086, + [SMALL_STATE(2581)] = 53146, + [SMALL_STATE(2582)] = 53206, + [SMALL_STATE(2583)] = 53266, + [SMALL_STATE(2584)] = 53326, + [SMALL_STATE(2585)] = 53386, + [SMALL_STATE(2586)] = 53448, + [SMALL_STATE(2587)] = 53508, + [SMALL_STATE(2588)] = 53568, + [SMALL_STATE(2589)] = 53628, + [SMALL_STATE(2590)] = 53694, + [SMALL_STATE(2591)] = 53760, + [SMALL_STATE(2592)] = 53820, + [SMALL_STATE(2593)] = 53880, + [SMALL_STATE(2594)] = 53940, + [SMALL_STATE(2595)] = 54000, + [SMALL_STATE(2596)] = 54068, + [SMALL_STATE(2597)] = 54128, + [SMALL_STATE(2598)] = 54188, + [SMALL_STATE(2599)] = 54248, + [SMALL_STATE(2600)] = 54308, + [SMALL_STATE(2601)] = 54374, + [SMALL_STATE(2602)] = 54446, + [SMALL_STATE(2603)] = 54506, + [SMALL_STATE(2604)] = 54612, + [SMALL_STATE(2605)] = 54672, + [SMALL_STATE(2606)] = 54732, + [SMALL_STATE(2607)] = 54792, + [SMALL_STATE(2608)] = 54852, + [SMALL_STATE(2609)] = 54912, + [SMALL_STATE(2610)] = 54972, + [SMALL_STATE(2611)] = 55032, + [SMALL_STATE(2612)] = 55098, + [SMALL_STATE(2613)] = 55158, + [SMALL_STATE(2614)] = 55218, + [SMALL_STATE(2615)] = 55278, + [SMALL_STATE(2616)] = 55338, + [SMALL_STATE(2617)] = 55398, + [SMALL_STATE(2618)] = 55468, + [SMALL_STATE(2619)] = 55546, + [SMALL_STATE(2620)] = 55616, + [SMALL_STATE(2621)] = 55676, + [SMALL_STATE(2622)] = 55736, + [SMALL_STATE(2623)] = 55796, + [SMALL_STATE(2624)] = 55856, + [SMALL_STATE(2625)] = 55916, + [SMALL_STATE(2626)] = 55976, + [SMALL_STATE(2627)] = 56078, + [SMALL_STATE(2628)] = 56138, + [SMALL_STATE(2629)] = 56198, + [SMALL_STATE(2630)] = 56258, + [SMALL_STATE(2631)] = 56326, + [SMALL_STATE(2632)] = 56386, + [SMALL_STATE(2633)] = 56446, + [SMALL_STATE(2634)] = 56506, + [SMALL_STATE(2635)] = 56568, + [SMALL_STATE(2636)] = 56628, + [SMALL_STATE(2637)] = 56688, + [SMALL_STATE(2638)] = 56748, + [SMALL_STATE(2639)] = 56808, + [SMALL_STATE(2640)] = 56868, + [SMALL_STATE(2641)] = 56934, + [SMALL_STATE(2642)] = 56994, + [SMALL_STATE(2643)] = 57056, + [SMALL_STATE(2644)] = 57124, + [SMALL_STATE(2645)] = 57186, + [SMALL_STATE(2646)] = 57246, + [SMALL_STATE(2647)] = 57306, + [SMALL_STATE(2648)] = 57366, + [SMALL_STATE(2649)] = 57426, + [SMALL_STATE(2650)] = 57486, + [SMALL_STATE(2651)] = 57546, + [SMALL_STATE(2652)] = 57606, + [SMALL_STATE(2653)] = 57666, + [SMALL_STATE(2654)] = 57726, + [SMALL_STATE(2655)] = 57786, + [SMALL_STATE(2656)] = 57846, + [SMALL_STATE(2657)] = 57906, + [SMALL_STATE(2658)] = 57972, + [SMALL_STATE(2659)] = 58042, + [SMALL_STATE(2660)] = 58102, + [SMALL_STATE(2661)] = 58162, + [SMALL_STATE(2662)] = 58222, + [SMALL_STATE(2663)] = 58294, + [SMALL_STATE(2664)] = 58364, + [SMALL_STATE(2665)] = 58462, + [SMALL_STATE(2666)] = 58556, + [SMALL_STATE(2667)] = 58624, + [SMALL_STATE(2668)] = 58726, + [SMALL_STATE(2669)] = 58816, + [SMALL_STATE(2670)] = 58876, + [SMALL_STATE(2671)] = 58964, + [SMALL_STATE(2672)] = 59028, + [SMALL_STATE(2673)] = 59112, + [SMALL_STATE(2674)] = 59194, + [SMALL_STATE(2675)] = 59254, + [SMALL_STATE(2676)] = 59314, + [SMALL_STATE(2677)] = 59374, + [SMALL_STATE(2678)] = 59452, + [SMALL_STATE(2679)] = 59512, + [SMALL_STATE(2680)] = 59572, + [SMALL_STATE(2681)] = 59632, + [SMALL_STATE(2682)] = 59706, + [SMALL_STATE(2683)] = 59768, + [SMALL_STATE(2684)] = 59844, + [SMALL_STATE(2685)] = 59908, + [SMALL_STATE(2686)] = 59968, + [SMALL_STATE(2687)] = 60028, + [SMALL_STATE(2688)] = 60094, + [SMALL_STATE(2689)] = 60158, + [SMALL_STATE(2690)] = 60230, + [SMALL_STATE(2691)] = 60290, + [SMALL_STATE(2692)] = 60354, + [SMALL_STATE(2693)] = 60422, + [SMALL_STATE(2694)] = 60482, + [SMALL_STATE(2695)] = 60546, + [SMALL_STATE(2696)] = 60612, + [SMALL_STATE(2697)] = 60714, + [SMALL_STATE(2698)] = 60818, + [SMALL_STATE(2699)] = 60884, + [SMALL_STATE(2700)] = 60950, + [SMALL_STATE(2701)] = 61010, + [SMALL_STATE(2702)] = 61070, + [SMALL_STATE(2703)] = 61130, + [SMALL_STATE(2704)] = 61232, + [SMALL_STATE(2705)] = 61291, + [SMALL_STATE(2706)] = 61350, + [SMALL_STATE(2707)] = 61409, + [SMALL_STATE(2708)] = 61468, + [SMALL_STATE(2709)] = 61527, + [SMALL_STATE(2710)] = 61586, + [SMALL_STATE(2711)] = 61649, + [SMALL_STATE(2712)] = 61708, + [SMALL_STATE(2713)] = 61767, + [SMALL_STATE(2714)] = 61826, + [SMALL_STATE(2715)] = 61885, + [SMALL_STATE(2716)] = 61944, + [SMALL_STATE(2717)] = 62009, + [SMALL_STATE(2718)] = 62068, + [SMALL_STATE(2719)] = 62127, + [SMALL_STATE(2720)] = 62186, + [SMALL_STATE(2721)] = 62245, + [SMALL_STATE(2722)] = 62306, + [SMALL_STATE(2723)] = 62369, + [SMALL_STATE(2724)] = 62434, + [SMALL_STATE(2725)] = 62493, + [SMALL_STATE(2726)] = 62552, + [SMALL_STATE(2727)] = 62611, + [SMALL_STATE(2728)] = 62764, + [SMALL_STATE(2729)] = 62823, + [SMALL_STATE(2730)] = 62882, + [SMALL_STATE(2731)] = 62941, + [SMALL_STATE(2732)] = 63000, + [SMALL_STATE(2733)] = 63059, + [SMALL_STATE(2734)] = 63118, + [SMALL_STATE(2735)] = 63271, + [SMALL_STATE(2736)] = 63330, + [SMALL_STATE(2737)] = 63389, + [SMALL_STATE(2738)] = 63448, + [SMALL_STATE(2739)] = 63507, + [SMALL_STATE(2740)] = 63566, + [SMALL_STATE(2741)] = 63625, + [SMALL_STATE(2742)] = 63684, + [SMALL_STATE(2743)] = 63743, + [SMALL_STATE(2744)] = 63802, + [SMALL_STATE(2745)] = 63861, + [SMALL_STATE(2746)] = 63920, + [SMALL_STATE(2747)] = 63979, + [SMALL_STATE(2748)] = 64038, + [SMALL_STATE(2749)] = 64097, + [SMALL_STATE(2750)] = 64156, + [SMALL_STATE(2751)] = 64215, + [SMALL_STATE(2752)] = 64274, + [SMALL_STATE(2753)] = 64333, + [SMALL_STATE(2754)] = 64392, + [SMALL_STATE(2755)] = 64451, + [SMALL_STATE(2756)] = 64510, + [SMALL_STATE(2757)] = 64569, + [SMALL_STATE(2758)] = 64628, + [SMALL_STATE(2759)] = 64687, + [SMALL_STATE(2760)] = 64746, + [SMALL_STATE(2761)] = 64805, + [SMALL_STATE(2762)] = 64864, + [SMALL_STATE(2763)] = 64923, + [SMALL_STATE(2764)] = 64982, + [SMALL_STATE(2765)] = 65041, + [SMALL_STATE(2766)] = 65100, + [SMALL_STATE(2767)] = 65159, + [SMALL_STATE(2768)] = 65218, + [SMALL_STATE(2769)] = 65277, + [SMALL_STATE(2770)] = 65336, + [SMALL_STATE(2771)] = 65395, + [SMALL_STATE(2772)] = 65454, + [SMALL_STATE(2773)] = 65513, + [SMALL_STATE(2774)] = 65572, + [SMALL_STATE(2775)] = 65631, + [SMALL_STATE(2776)] = 65690, + [SMALL_STATE(2777)] = 65749, + [SMALL_STATE(2778)] = 65808, + [SMALL_STATE(2779)] = 65867, + [SMALL_STATE(2780)] = 65926, + [SMALL_STATE(2781)] = 65985, + [SMALL_STATE(2782)] = 66046, + [SMALL_STATE(2783)] = 66105, + [SMALL_STATE(2784)] = 66164, + [SMALL_STATE(2785)] = 66223, + [SMALL_STATE(2786)] = 66376, + [SMALL_STATE(2787)] = 66435, + [SMALL_STATE(2788)] = 66494, + [SMALL_STATE(2789)] = 66553, + [SMALL_STATE(2790)] = 66612, + [SMALL_STATE(2791)] = 66671, + [SMALL_STATE(2792)] = 66730, + [SMALL_STATE(2793)] = 66789, + [SMALL_STATE(2794)] = 66848, + [SMALL_STATE(2795)] = 66907, + [SMALL_STATE(2796)] = 66966, + [SMALL_STATE(2797)] = 67025, + [SMALL_STATE(2798)] = 67084, + [SMALL_STATE(2799)] = 67143, + [SMALL_STATE(2800)] = 67202, + [SMALL_STATE(2801)] = 67261, + [SMALL_STATE(2802)] = 67320, + [SMALL_STATE(2803)] = 67379, + [SMALL_STATE(2804)] = 67438, + [SMALL_STATE(2805)] = 67497, + [SMALL_STATE(2806)] = 67556, + [SMALL_STATE(2807)] = 67615, + [SMALL_STATE(2808)] = 67674, + [SMALL_STATE(2809)] = 67733, + [SMALL_STATE(2810)] = 67792, + [SMALL_STATE(2811)] = 67851, + [SMALL_STATE(2812)] = 67910, + [SMALL_STATE(2813)] = 67969, + [SMALL_STATE(2814)] = 68122, + [SMALL_STATE(2815)] = 68181, + [SMALL_STATE(2816)] = 68240, + [SMALL_STATE(2817)] = 68299, + [SMALL_STATE(2818)] = 68358, + [SMALL_STATE(2819)] = 68511, + [SMALL_STATE(2820)] = 68570, + [SMALL_STATE(2821)] = 68629, + [SMALL_STATE(2822)] = 68690, + [SMALL_STATE(2823)] = 68749, + [SMALL_STATE(2824)] = 68808, + [SMALL_STATE(2825)] = 68867, + [SMALL_STATE(2826)] = 69020, + [SMALL_STATE(2827)] = 69079, + [SMALL_STATE(2828)] = 69142, + [SMALL_STATE(2829)] = 69201, + [SMALL_STATE(2830)] = 69260, + [SMALL_STATE(2831)] = 69319, + [SMALL_STATE(2832)] = 69378, + [SMALL_STATE(2833)] = 69437, + [SMALL_STATE(2834)] = 69496, + [SMALL_STATE(2835)] = 69649, + [SMALL_STATE(2836)] = 69708, + [SMALL_STATE(2837)] = 69767, + [SMALL_STATE(2838)] = 69826, + [SMALL_STATE(2839)] = 69885, + [SMALL_STATE(2840)] = 69950, + [SMALL_STATE(2841)] = 70009, + [SMALL_STATE(2842)] = 70068, + [SMALL_STATE(2843)] = 70221, + [SMALL_STATE(2844)] = 70374, + [SMALL_STATE(2845)] = 70433, + [SMALL_STATE(2846)] = 70492, + [SMALL_STATE(2847)] = 70551, + [SMALL_STATE(2848)] = 70610, + [SMALL_STATE(2849)] = 70679, + [SMALL_STATE(2850)] = 70738, + [SMALL_STATE(2851)] = 70891, + [SMALL_STATE(2852)] = 70950, + [SMALL_STATE(2853)] = 71009, + [SMALL_STATE(2854)] = 71068, + [SMALL_STATE(2855)] = 71127, + [SMALL_STATE(2856)] = 71186, + [SMALL_STATE(2857)] = 71245, + [SMALL_STATE(2858)] = 71398, + [SMALL_STATE(2859)] = 71457, + [SMALL_STATE(2860)] = 71516, + [SMALL_STATE(2861)] = 71575, + [SMALL_STATE(2862)] = 71634, + [SMALL_STATE(2863)] = 71693, + [SMALL_STATE(2864)] = 71752, + [SMALL_STATE(2865)] = 71823, + [SMALL_STATE(2866)] = 71882, + [SMALL_STATE(2867)] = 71941, + [SMALL_STATE(2868)] = 72000, + [SMALL_STATE(2869)] = 72059, + [SMALL_STATE(2870)] = 72118, + [SMALL_STATE(2871)] = 72177, + [SMALL_STATE(2872)] = 72236, + [SMALL_STATE(2873)] = 72295, + [SMALL_STATE(2874)] = 72354, + [SMALL_STATE(2875)] = 72413, + [SMALL_STATE(2876)] = 72472, + [SMALL_STATE(2877)] = 72531, + [SMALL_STATE(2878)] = 72590, + [SMALL_STATE(2879)] = 72649, + [SMALL_STATE(2880)] = 72708, + [SMALL_STATE(2881)] = 72767, + [SMALL_STATE(2882)] = 72826, + [SMALL_STATE(2883)] = 72885, + [SMALL_STATE(2884)] = 72944, + [SMALL_STATE(2885)] = 73003, + [SMALL_STATE(2886)] = 73064, + [SMALL_STATE(2887)] = 73129, + [SMALL_STATE(2888)] = 73188, + [SMALL_STATE(2889)] = 73247, + [SMALL_STATE(2890)] = 73306, + [SMALL_STATE(2891)] = 73365, + [SMALL_STATE(2892)] = 73424, + [SMALL_STATE(2893)] = 73483, + [SMALL_STATE(2894)] = 73636, + [SMALL_STATE(2895)] = 73695, + [SMALL_STATE(2896)] = 73754, + [SMALL_STATE(2897)] = 73813, + [SMALL_STATE(2898)] = 73872, + [SMALL_STATE(2899)] = 73931, + [SMALL_STATE(2900)] = 73990, + [SMALL_STATE(2901)] = 74055, + [SMALL_STATE(2902)] = 74120, + [SMALL_STATE(2903)] = 74179, + [SMALL_STATE(2904)] = 74238, + [SMALL_STATE(2905)] = 74299, + [SMALL_STATE(2906)] = 74360, + [SMALL_STATE(2907)] = 74419, + [SMALL_STATE(2908)] = 74478, + [SMALL_STATE(2909)] = 74537, + [SMALL_STATE(2910)] = 74596, + [SMALL_STATE(2911)] = 74655, + [SMALL_STATE(2912)] = 74714, + [SMALL_STATE(2913)] = 74773, + [SMALL_STATE(2914)] = 74832, + [SMALL_STATE(2915)] = 74891, + [SMALL_STATE(2916)] = 74950, + [SMALL_STATE(2917)] = 75009, + [SMALL_STATE(2918)] = 75068, + [SMALL_STATE(2919)] = 75127, + [SMALL_STATE(2920)] = 75186, + [SMALL_STATE(2921)] = 75245, + [SMALL_STATE(2922)] = 75304, + [SMALL_STATE(2923)] = 75363, + [SMALL_STATE(2924)] = 75422, + [SMALL_STATE(2925)] = 75481, + [SMALL_STATE(2926)] = 75551, + [SMALL_STATE(2927)] = 75609, + [SMALL_STATE(2928)] = 75667, + [SMALL_STATE(2929)] = 75725, + [SMALL_STATE(2930)] = 75785, + [SMALL_STATE(2931)] = 75843, + [SMALL_STATE(2932)] = 75901, + [SMALL_STATE(2933)] = 75959, + [SMALL_STATE(2934)] = 76017, + [SMALL_STATE(2935)] = 76075, + [SMALL_STATE(2936)] = 76135, + [SMALL_STATE(2937)] = 76193, + [SMALL_STATE(2938)] = 76251, + [SMALL_STATE(2939)] = 76309, + [SMALL_STATE(2940)] = 76413, + [SMALL_STATE(2941)] = 76513, + [SMALL_STATE(2942)] = 76573, + [SMALL_STATE(2943)] = 76635, + [SMALL_STATE(2944)] = 76735, + [SMALL_STATE(2945)] = 76793, + [SMALL_STATE(2946)] = 76851, + [SMALL_STATE(2947)] = 76913, + [SMALL_STATE(2948)] = 76983, + [SMALL_STATE(2949)] = 77059, + [SMALL_STATE(2950)] = 77133, + [SMALL_STATE(2951)] = 77211, + [SMALL_STATE(2952)] = 77291, + [SMALL_STATE(2953)] = 77373, + [SMALL_STATE(2954)] = 77459, + [SMALL_STATE(2955)] = 77547, + [SMALL_STATE(2956)] = 77639, + [SMALL_STATE(2957)] = 77735, + [SMALL_STATE(2958)] = 77805, + [SMALL_STATE(2959)] = 77877, + [SMALL_STATE(2960)] = 77979, + [SMALL_STATE(2961)] = 78037, + [SMALL_STATE(2962)] = 78137, + [SMALL_STATE(2963)] = 78195, + [SMALL_STATE(2964)] = 78255, + [SMALL_STATE(2965)] = 78315, + [SMALL_STATE(2966)] = 78375, + [SMALL_STATE(2967)] = 78437, + [SMALL_STATE(2968)] = 78505, + [SMALL_STATE(2969)] = 78605, + [SMALL_STATE(2970)] = 78663, + [SMALL_STATE(2971)] = 78721, + [SMALL_STATE(2972)] = 78779, + [SMALL_STATE(2973)] = 78839, + [SMALL_STATE(2974)] = 78917, + [SMALL_STATE(2975)] = 78987, + [SMALL_STATE(2976)] = 79045, + [SMALL_STATE(2977)] = 79103, + [SMALL_STATE(2978)] = 79161, + [SMALL_STATE(2979)] = 79229, + [SMALL_STATE(2980)] = 79287, + [SMALL_STATE(2981)] = 79380, + [SMALL_STATE(2982)] = 79449, + [SMALL_STATE(2983)] = 79546, + [SMALL_STATE(2984)] = 79643, + [SMALL_STATE(2985)] = 79732, + [SMALL_STATE(2986)] = 79789, + [SMALL_STATE(2987)] = 79858, + [SMALL_STATE(2988)] = 79921, + [SMALL_STATE(2989)] = 79984, + [SMALL_STATE(2990)] = 80053, + [SMALL_STATE(2991)] = 80110, + [SMALL_STATE(2992)] = 80167, + [SMALL_STATE(2993)] = 80224, + [SMALL_STATE(2994)] = 80281, + [SMALL_STATE(2995)] = 80380, + [SMALL_STATE(2996)] = 80441, + [SMALL_STATE(2997)] = 80498, + [SMALL_STATE(2998)] = 80559, + [SMALL_STATE(2999)] = 80656, + [SMALL_STATE(3000)] = 80725, + [SMALL_STATE(3001)] = 80822, + [SMALL_STATE(3002)] = 80879, + [SMALL_STATE(3003)] = 80936, + [SMALL_STATE(3004)] = 80993, + [SMALL_STATE(3005)] = 81064, + [SMALL_STATE(3006)] = 81121, + [SMALL_STATE(3007)] = 81190, + [SMALL_STATE(3008)] = 81257, + [SMALL_STATE(3009)] = 81314, + [SMALL_STATE(3010)] = 81371, + [SMALL_STATE(3011)] = 81428, + [SMALL_STATE(3012)] = 81485, + [SMALL_STATE(3013)] = 81542, + [SMALL_STATE(3014)] = 81637, + [SMALL_STATE(3015)] = 81694, + [SMALL_STATE(3016)] = 81751, + [SMALL_STATE(3017)] = 81808, + [SMALL_STATE(3018)] = 81869, + [SMALL_STATE(3019)] = 81930, + [SMALL_STATE(3020)] = 81995, + [SMALL_STATE(3021)] = 82078, + [SMALL_STATE(3022)] = 82135, + [SMALL_STATE(3023)] = 82192, + [SMALL_STATE(3024)] = 82293, + [SMALL_STATE(3025)] = 82350, + [SMALL_STATE(3026)] = 82407, + [SMALL_STATE(3027)] = 82508, + [SMALL_STATE(3028)] = 82565, + [SMALL_STATE(3029)] = 82622, + [SMALL_STATE(3030)] = 82723, + [SMALL_STATE(3031)] = 82816, + [SMALL_STATE(3032)] = 82919, + [SMALL_STATE(3033)] = 83000, + [SMALL_STATE(3034)] = 83057, + [SMALL_STATE(3035)] = 83158, + [SMALL_STATE(3036)] = 83233, + [SMALL_STATE(3037)] = 83290, + [SMALL_STATE(3038)] = 83379, + [SMALL_STATE(3039)] = 83452, + [SMALL_STATE(3040)] = 83509, + [SMALL_STATE(3041)] = 83566, + [SMALL_STATE(3042)] = 83651, + [SMALL_STATE(3043)] = 83718, + [SMALL_STATE(3044)] = 83775, + [SMALL_STATE(3045)] = 83832, + [SMALL_STATE(3046)] = 83889, + [SMALL_STATE(3047)] = 83946, + [SMALL_STATE(3048)] = 84003, + [SMALL_STATE(3049)] = 84060, + [SMALL_STATE(3050)] = 84117, + [SMALL_STATE(3051)] = 84184, + [SMALL_STATE(3052)] = 84241, + [SMALL_STATE(3053)] = 84300, + [SMALL_STATE(3054)] = 84357, + [SMALL_STATE(3055)] = 84438, + [SMALL_STATE(3056)] = 84539, + [SMALL_STATE(3057)] = 84596, + [SMALL_STATE(3058)] = 84653, + [SMALL_STATE(3059)] = 84710, + [SMALL_STATE(3060)] = 84767, + [SMALL_STATE(3061)] = 84830, + [SMALL_STATE(3062)] = 84907, + [SMALL_STATE(3063)] = 84966, + [SMALL_STATE(3064)] = 85023, + [SMALL_STATE(3065)] = 85088, + [SMALL_STATE(3066)] = 85145, + [SMALL_STATE(3067)] = 85212, + [SMALL_STATE(3068)] = 85317, + [SMALL_STATE(3069)] = 85404, + [SMALL_STATE(3070)] = 85461, + [SMALL_STATE(3071)] = 85518, + [SMALL_STATE(3072)] = 85597, + [SMALL_STATE(3073)] = 85654, + [SMALL_STATE(3074)] = 85721, + [SMALL_STATE(3075)] = 85796, + [SMALL_STATE(3076)] = 85859, + [SMALL_STATE(3077)] = 85916, + [SMALL_STATE(3078)] = 85979, + [SMALL_STATE(3079)] = 86036, + [SMALL_STATE(3080)] = 86093, + [SMALL_STATE(3081)] = 86190, + [SMALL_STATE(3082)] = 86255, + [SMALL_STATE(3083)] = 86332, + [SMALL_STATE(3084)] = 86407, + [SMALL_STATE(3085)] = 86478, + [SMALL_STATE(3086)] = 86535, + [SMALL_STATE(3087)] = 86608, + [SMALL_STATE(3088)] = 86665, + [SMALL_STATE(3089)] = 86722, + [SMALL_STATE(3090)] = 86779, + [SMALL_STATE(3091)] = 86836, + [SMALL_STATE(3092)] = 86893, + [SMALL_STATE(3093)] = 86950, + [SMALL_STATE(3094)] = 87007, + [SMALL_STATE(3095)] = 87064, + [SMALL_STATE(3096)] = 87120, + [SMALL_STATE(3097)] = 87176, + [SMALL_STATE(3098)] = 87232, + [SMALL_STATE(3099)] = 87292, + [SMALL_STATE(3100)] = 87348, + [SMALL_STATE(3101)] = 87446, + [SMALL_STATE(3102)] = 87502, + [SMALL_STATE(3103)] = 87558, + [SMALL_STATE(3104)] = 87614, + [SMALL_STATE(3105)] = 87674, + [SMALL_STATE(3106)] = 87730, + [SMALL_STATE(3107)] = 87786, + [SMALL_STATE(3108)] = 87842, + [SMALL_STATE(3109)] = 87898, + [SMALL_STATE(3110)] = 87954, + [SMALL_STATE(3111)] = 88010, + [SMALL_STATE(3112)] = 88066, + [SMALL_STATE(3113)] = 88122, + [SMALL_STATE(3114)] = 88178, + [SMALL_STATE(3115)] = 88234, + [SMALL_STATE(3116)] = 88290, + [SMALL_STATE(3117)] = 88346, + [SMALL_STATE(3118)] = 88404, + [SMALL_STATE(3119)] = 88460, + [SMALL_STATE(3120)] = 88516, + [SMALL_STATE(3121)] = 88572, + [SMALL_STATE(3122)] = 88628, + [SMALL_STATE(3123)] = 88684, + [SMALL_STATE(3124)] = 88740, + [SMALL_STATE(3125)] = 88796, + [SMALL_STATE(3126)] = 88852, + [SMALL_STATE(3127)] = 88912, + [SMALL_STATE(3128)] = 88968, + [SMALL_STATE(3129)] = 89024, + [SMALL_STATE(3130)] = 89080, + [SMALL_STATE(3131)] = 89136, + [SMALL_STATE(3132)] = 89192, + [SMALL_STATE(3133)] = 89248, + [SMALL_STATE(3134)] = 89304, + [SMALL_STATE(3135)] = 89360, + [SMALL_STATE(3136)] = 89416, + [SMALL_STATE(3137)] = 89472, + [SMALL_STATE(3138)] = 89528, + [SMALL_STATE(3139)] = 89584, + [SMALL_STATE(3140)] = 89646, + [SMALL_STATE(3141)] = 89702, + [SMALL_STATE(3142)] = 89758, + [SMALL_STATE(3143)] = 89816, + [SMALL_STATE(3144)] = 89872, + [SMALL_STATE(3145)] = 89928, + [SMALL_STATE(3146)] = 89984, + [SMALL_STATE(3147)] = 90040, + [SMALL_STATE(3148)] = 90096, + [SMALL_STATE(3149)] = 90156, + [SMALL_STATE(3150)] = 90212, + [SMALL_STATE(3151)] = 90310, + [SMALL_STATE(3152)] = 90365, + [SMALL_STATE(3153)] = 90462, + [SMALL_STATE(3154)] = 90517, + [SMALL_STATE(3155)] = 90572, + [SMALL_STATE(3156)] = 90669, + [SMALL_STATE(3157)] = 90724, + [SMALL_STATE(3158)] = 90779, + [SMALL_STATE(3159)] = 90834, + [SMALL_STATE(3160)] = 90931, + [SMALL_STATE(3161)] = 90986, + [SMALL_STATE(3162)] = 91041, + [SMALL_STATE(3163)] = 91138, + [SMALL_STATE(3164)] = 91235, + [SMALL_STATE(3165)] = 91290, + [SMALL_STATE(3166)] = 91345, + [SMALL_STATE(3167)] = 91400, + [SMALL_STATE(3168)] = 91455, + [SMALL_STATE(3169)] = 91510, + [SMALL_STATE(3170)] = 91565, + [SMALL_STATE(3171)] = 91620, + [SMALL_STATE(3172)] = 91675, + [SMALL_STATE(3173)] = 91730, + [SMALL_STATE(3174)] = 91785, + [SMALL_STATE(3175)] = 91840, + [SMALL_STATE(3176)] = 91895, + [SMALL_STATE(3177)] = 91950, + [SMALL_STATE(3178)] = 92047, + [SMALL_STATE(3179)] = 92144, + [SMALL_STATE(3180)] = 92241, + [SMALL_STATE(3181)] = 92338, + [SMALL_STATE(3182)] = 92435, + [SMALL_STATE(3183)] = 92532, + [SMALL_STATE(3184)] = 92587, + [SMALL_STATE(3185)] = 92642, + [SMALL_STATE(3186)] = 92701, + [SMALL_STATE(3187)] = 92756, + [SMALL_STATE(3188)] = 92811, + [SMALL_STATE(3189)] = 92866, + [SMALL_STATE(3190)] = 92921, + [SMALL_STATE(3191)] = 92976, + [SMALL_STATE(3192)] = 93031, + [SMALL_STATE(3193)] = 93086, + [SMALL_STATE(3194)] = 93141, + [SMALL_STATE(3195)] = 93196, + [SMALL_STATE(3196)] = 93251, + [SMALL_STATE(3197)] = 93306, + [SMALL_STATE(3198)] = 93361, + [SMALL_STATE(3199)] = 93416, + [SMALL_STATE(3200)] = 93471, + [SMALL_STATE(3201)] = 93526, + [SMALL_STATE(3202)] = 93581, + [SMALL_STATE(3203)] = 93636, + [SMALL_STATE(3204)] = 93691, + [SMALL_STATE(3205)] = 93746, + [SMALL_STATE(3206)] = 93801, + [SMALL_STATE(3207)] = 93856, + [SMALL_STATE(3208)] = 93913, + [SMALL_STATE(3209)] = 93968, + [SMALL_STATE(3210)] = 94023, + [SMALL_STATE(3211)] = 94078, + [SMALL_STATE(3212)] = 94133, + [SMALL_STATE(3213)] = 94196, + [SMALL_STATE(3214)] = 94293, + [SMALL_STATE(3215)] = 94348, + [SMALL_STATE(3216)] = 94403, + [SMALL_STATE(3217)] = 94458, + [SMALL_STATE(3218)] = 94513, + [SMALL_STATE(3219)] = 94568, + [SMALL_STATE(3220)] = 94627, + [SMALL_STATE(3221)] = 94724, + [SMALL_STATE(3222)] = 94779, + [SMALL_STATE(3223)] = 94834, + [SMALL_STATE(3224)] = 94889, + [SMALL_STATE(3225)] = 94944, + [SMALL_STATE(3226)] = 94999, + [SMALL_STATE(3227)] = 95054, + [SMALL_STATE(3228)] = 95109, + [SMALL_STATE(3229)] = 95164, + [SMALL_STATE(3230)] = 95219, + [SMALL_STATE(3231)] = 95274, + [SMALL_STATE(3232)] = 95329, + [SMALL_STATE(3233)] = 95426, + [SMALL_STATE(3234)] = 95481, + [SMALL_STATE(3235)] = 95536, + [SMALL_STATE(3236)] = 95633, + [SMALL_STATE(3237)] = 95688, + [SMALL_STATE(3238)] = 95743, + [SMALL_STATE(3239)] = 95840, + [SMALL_STATE(3240)] = 95895, + [SMALL_STATE(3241)] = 95950, + [SMALL_STATE(3242)] = 96047, + [SMALL_STATE(3243)] = 96102, + [SMALL_STATE(3244)] = 96199, + [SMALL_STATE(3245)] = 96254, + [SMALL_STATE(3246)] = 96351, + [SMALL_STATE(3247)] = 96410, + [SMALL_STATE(3248)] = 96507, + [SMALL_STATE(3249)] = 96562, + [SMALL_STATE(3250)] = 96621, + [SMALL_STATE(3251)] = 96676, + [SMALL_STATE(3252)] = 96731, + [SMALL_STATE(3253)] = 96786, + [SMALL_STATE(3254)] = 96843, + [SMALL_STATE(3255)] = 96900, + [SMALL_STATE(3256)] = 96955, + [SMALL_STATE(3257)] = 97052, + [SMALL_STATE(3258)] = 97107, + [SMALL_STATE(3259)] = 97162, + [SMALL_STATE(3260)] = 97216, + [SMALL_STATE(3261)] = 97270, + [SMALL_STATE(3262)] = 97330, + [SMALL_STATE(3263)] = 97384, + [SMALL_STATE(3264)] = 97438, + [SMALL_STATE(3265)] = 97498, + [SMALL_STATE(3266)] = 97557, + [SMALL_STATE(3267)] = 97614, + [SMALL_STATE(3268)] = 97673, + [SMALL_STATE(3269)] = 97741, + [SMALL_STATE(3270)] = 97797, + [SMALL_STATE(3271)] = 97865, + [SMALL_STATE(3272)] = 97933, + [SMALL_STATE(3273)] = 97991, + [SMALL_STATE(3274)] = 98051, + [SMALL_STATE(3275)] = 98123, + [SMALL_STATE(3276)] = 98195, + [SMALL_STATE(3277)] = 98263, + [SMALL_STATE(3278)] = 98323, + [SMALL_STATE(3279)] = 98390, + [SMALL_STATE(3280)] = 98453, + [SMALL_STATE(3281)] = 98504, + [SMALL_STATE(3282)] = 98561, + [SMALL_STATE(3283)] = 98628, + [SMALL_STATE(3284)] = 98679, + [SMALL_STATE(3285)] = 98730, + [SMALL_STATE(3286)] = 98797, + [SMALL_STATE(3287)] = 98860, + [SMALL_STATE(3288)] = 98917, + [SMALL_STATE(3289)] = 98974, + [SMALL_STATE(3290)] = 99025, + [SMALL_STATE(3291)] = 99078, + [SMALL_STATE(3292)] = 99141, + [SMALL_STATE(3293)] = 99204, + [SMALL_STATE(3294)] = 99255, + [SMALL_STATE(3295)] = 99318, + [SMALL_STATE(3296)] = 99385, + [SMALL_STATE(3297)] = 99448, + [SMALL_STATE(3298)] = 99499, + [SMALL_STATE(3299)] = 99550, + [SMALL_STATE(3300)] = 99601, + [SMALL_STATE(3301)] = 99652, + [SMALL_STATE(3302)] = 99703, + [SMALL_STATE(3303)] = 99766, + [SMALL_STATE(3304)] = 99825, + [SMALL_STATE(3305)] = 99888, + [SMALL_STATE(3306)] = 99951, + [SMALL_STATE(3307)] = 100004, + [SMALL_STATE(3308)] = 100055, + [SMALL_STATE(3309)] = 100112, + [SMALL_STATE(3310)] = 100165, + [SMALL_STATE(3311)] = 100221, + [SMALL_STATE(3312)] = 100287, + [SMALL_STATE(3313)] = 100381, + [SMALL_STATE(3314)] = 100445, + [SMALL_STATE(3315)] = 100501, + [SMALL_STATE(3316)] = 100567, + [SMALL_STATE(3317)] = 100631, + [SMALL_STATE(3318)] = 100725, + [SMALL_STATE(3319)] = 100789, + [SMALL_STATE(3320)] = 100885, + [SMALL_STATE(3321)] = 100951, + [SMALL_STATE(3322)] = 101017, + [SMALL_STATE(3323)] = 101113, + [SMALL_STATE(3324)] = 101204, + [SMALL_STATE(3325)] = 101253, + [SMALL_STATE(3326)] = 101304, + [SMALL_STATE(3327)] = 101395, + [SMALL_STATE(3328)] = 101486, + [SMALL_STATE(3329)] = 101535, + [SMALL_STATE(3330)] = 101626, + [SMALL_STATE(3331)] = 101675, + [SMALL_STATE(3332)] = 101766, + [SMALL_STATE(3333)] = 101857, + [SMALL_STATE(3334)] = 101948, + [SMALL_STATE(3335)] = 102039, + [SMALL_STATE(3336)] = 102130, + [SMALL_STATE(3337)] = 102179, + [SMALL_STATE(3338)] = 102228, + [SMALL_STATE(3339)] = 102281, + [SMALL_STATE(3340)] = 102336, + [SMALL_STATE(3341)] = 102385, + [SMALL_STATE(3342)] = 102476, + [SMALL_STATE(3343)] = 102567, + [SMALL_STATE(3344)] = 102658, + [SMALL_STATE(3345)] = 102707, + [SMALL_STATE(3346)] = 102756, + [SMALL_STATE(3347)] = 102847, + [SMALL_STATE(3348)] = 102896, + [SMALL_STATE(3349)] = 102945, + [SMALL_STATE(3350)] = 103036, + [SMALL_STATE(3351)] = 103085, + [SMALL_STATE(3352)] = 103176, + [SMALL_STATE(3353)] = 103233, + [SMALL_STATE(3354)] = 103324, + [SMALL_STATE(3355)] = 103381, + [SMALL_STATE(3356)] = 103430, + [SMALL_STATE(3357)] = 103479, + [SMALL_STATE(3358)] = 103528, + [SMALL_STATE(3359)] = 103577, + [SMALL_STATE(3360)] = 103626, + [SMALL_STATE(3361)] = 103675, + [SMALL_STATE(3362)] = 103766, + [SMALL_STATE(3363)] = 103815, + [SMALL_STATE(3364)] = 103864, + [SMALL_STATE(3365)] = 103913, + [SMALL_STATE(3366)] = 103962, + [SMALL_STATE(3367)] = 104053, + [SMALL_STATE(3368)] = 104102, + [SMALL_STATE(3369)] = 104156, + [SMALL_STATE(3370)] = 104226, + [SMALL_STATE(3371)] = 104314, + [SMALL_STATE(3372)] = 104366, + [SMALL_STATE(3373)] = 104456, + [SMALL_STATE(3374)] = 104526, + [SMALL_STATE(3375)] = 104580, + [SMALL_STATE(3376)] = 104668, + [SMALL_STATE(3377)] = 104756, + [SMALL_STATE(3378)] = 104806, + [SMALL_STATE(3379)] = 104894, + [SMALL_STATE(3380)] = 104982, + [SMALL_STATE(3381)] = 105034, + [SMALL_STATE(3382)] = 105088, + [SMALL_STATE(3383)] = 105176, + [SMALL_STATE(3384)] = 105224, + [SMALL_STATE(3385)] = 105276, + [SMALL_STATE(3386)] = 105328, + [SMALL_STATE(3387)] = 105416, + [SMALL_STATE(3388)] = 105504, + [SMALL_STATE(3389)] = 105592, + [SMALL_STATE(3390)] = 105680, + [SMALL_STATE(3391)] = 105768, + [SMALL_STATE(3392)] = 105856, + [SMALL_STATE(3393)] = 105926, + [SMALL_STATE(3394)] = 106014, + [SMALL_STATE(3395)] = 106102, + [SMALL_STATE(3396)] = 106166, + [SMALL_STATE(3397)] = 106254, + [SMALL_STATE(3398)] = 106342, + [SMALL_STATE(3399)] = 106430, + [SMALL_STATE(3400)] = 106484, + [SMALL_STATE(3401)] = 106532, + [SMALL_STATE(3402)] = 106590, + [SMALL_STATE(3403)] = 106638, + [SMALL_STATE(3404)] = 106686, + [SMALL_STATE(3405)] = 106734, + [SMALL_STATE(3406)] = 106822, + [SMALL_STATE(3407)] = 106892, + [SMALL_STATE(3408)] = 106980, + [SMALL_STATE(3409)] = 107050, + [SMALL_STATE(3410)] = 107098, + [SMALL_STATE(3411)] = 107186, + [SMALL_STATE(3412)] = 107274, + [SMALL_STATE(3413)] = 107362, + [SMALL_STATE(3414)] = 107452, + [SMALL_STATE(3415)] = 107522, + [SMALL_STATE(3416)] = 107610, + [SMALL_STATE(3417)] = 107698, + [SMALL_STATE(3418)] = 107748, + [SMALL_STATE(3419)] = 107802, + [SMALL_STATE(3420)] = 107864, + [SMALL_STATE(3421)] = 107918, + [SMALL_STATE(3422)] = 108006, + [SMALL_STATE(3423)] = 108054, + [SMALL_STATE(3424)] = 108124, + [SMALL_STATE(3425)] = 108171, + [SMALL_STATE(3426)] = 108218, + [SMALL_STATE(3427)] = 108265, + [SMALL_STATE(3428)] = 108312, + [SMALL_STATE(3429)] = 108371, + [SMALL_STATE(3430)] = 108418, + [SMALL_STATE(3431)] = 108485, + [SMALL_STATE(3432)] = 108532, + [SMALL_STATE(3433)] = 108579, + [SMALL_STATE(3434)] = 108626, + [SMALL_STATE(3435)] = 108673, + [SMALL_STATE(3436)] = 108732, + [SMALL_STATE(3437)] = 108779, + [SMALL_STATE(3438)] = 108826, + [SMALL_STATE(3439)] = 108873, + [SMALL_STATE(3440)] = 108920, + [SMALL_STATE(3441)] = 108967, + [SMALL_STATE(3442)] = 109014, + [SMALL_STATE(3443)] = 109061, + [SMALL_STATE(3444)] = 109108, + [SMALL_STATE(3445)] = 109155, + [SMALL_STATE(3446)] = 109202, + [SMALL_STATE(3447)] = 109283, + [SMALL_STATE(3448)] = 109338, + [SMALL_STATE(3449)] = 109397, + [SMALL_STATE(3450)] = 109478, + [SMALL_STATE(3451)] = 109525, + [SMALL_STATE(3452)] = 109572, + [SMALL_STATE(3453)] = 109619, + [SMALL_STATE(3454)] = 109700, + [SMALL_STATE(3455)] = 109767, + [SMALL_STATE(3456)] = 109814, + [SMALL_STATE(3457)] = 109869, + [SMALL_STATE(3458)] = 109916, + [SMALL_STATE(3459)] = 109963, + [SMALL_STATE(3460)] = 110010, + [SMALL_STATE(3461)] = 110069, + [SMALL_STATE(3462)] = 110116, + [SMALL_STATE(3463)] = 110163, + [SMALL_STATE(3464)] = 110210, + [SMALL_STATE(3465)] = 110291, + [SMALL_STATE(3466)] = 110372, + [SMALL_STATE(3467)] = 110419, + [SMALL_STATE(3468)] = 110466, + [SMALL_STATE(3469)] = 110513, + [SMALL_STATE(3470)] = 110560, + [SMALL_STATE(3471)] = 110613, + [SMALL_STATE(3472)] = 110694, + [SMALL_STATE(3473)] = 110741, + [SMALL_STATE(3474)] = 110788, + [SMALL_STATE(3475)] = 110835, + [SMALL_STATE(3476)] = 110882, + [SMALL_STATE(3477)] = 110929, + [SMALL_STATE(3478)] = 110976, + [SMALL_STATE(3479)] = 111023, + [SMALL_STATE(3480)] = 111070, + [SMALL_STATE(3481)] = 111121, + [SMALL_STATE(3482)] = 111174, + [SMALL_STATE(3483)] = 111221, + [SMALL_STATE(3484)] = 111268, + [SMALL_STATE(3485)] = 111315, + [SMALL_STATE(3486)] = 111362, + [SMALL_STATE(3487)] = 111409, + [SMALL_STATE(3488)] = 111456, + [SMALL_STATE(3489)] = 111503, + [SMALL_STATE(3490)] = 111550, + [SMALL_STATE(3491)] = 111597, + [SMALL_STATE(3492)] = 111644, + [SMALL_STATE(3493)] = 111691, + [SMALL_STATE(3494)] = 111738, + [SMALL_STATE(3495)] = 111819, + [SMALL_STATE(3496)] = 111866, + [SMALL_STATE(3497)] = 111913, + [SMALL_STATE(3498)] = 111960, + [SMALL_STATE(3499)] = 112041, + [SMALL_STATE(3500)] = 112100, + [SMALL_STATE(3501)] = 112147, + [SMALL_STATE(3502)] = 112194, + [SMALL_STATE(3503)] = 112275, + [SMALL_STATE(3504)] = 112322, + [SMALL_STATE(3505)] = 112375, + [SMALL_STATE(3506)] = 112422, + [SMALL_STATE(3507)] = 112481, + [SMALL_STATE(3508)] = 112528, + [SMALL_STATE(3509)] = 112575, + [SMALL_STATE(3510)] = 112634, + [SMALL_STATE(3511)] = 112681, + [SMALL_STATE(3512)] = 112740, + [SMALL_STATE(3513)] = 112787, + [SMALL_STATE(3514)] = 112834, + [SMALL_STATE(3515)] = 112893, + [SMALL_STATE(3516)] = 112940, + [SMALL_STATE(3517)] = 112995, + [SMALL_STATE(3518)] = 113042, + [SMALL_STATE(3519)] = 113089, + [SMALL_STATE(3520)] = 113170, + [SMALL_STATE(3521)] = 113217, + [SMALL_STATE(3522)] = 113276, + [SMALL_STATE(3523)] = 113323, + [SMALL_STATE(3524)] = 113370, + [SMALL_STATE(3525)] = 113417, + [SMALL_STATE(3526)] = 113464, + [SMALL_STATE(3527)] = 113511, + [SMALL_STATE(3528)] = 113558, + [SMALL_STATE(3529)] = 113605, + [SMALL_STATE(3530)] = 113664, + [SMALL_STATE(3531)] = 113713, + [SMALL_STATE(3532)] = 113794, + [SMALL_STATE(3533)] = 113853, + [SMALL_STATE(3534)] = 113900, + [SMALL_STATE(3535)] = 113947, + [SMALL_STATE(3536)] = 114028, + [SMALL_STATE(3537)] = 114109, + [SMALL_STATE(3538)] = 114156, + [SMALL_STATE(3539)] = 114213, + [SMALL_STATE(3540)] = 114294, + [SMALL_STATE(3541)] = 114341, + [SMALL_STATE(3542)] = 114388, + [SMALL_STATE(3543)] = 114441, + [SMALL_STATE(3544)] = 114498, + [SMALL_STATE(3545)] = 114545, + [SMALL_STATE(3546)] = 114626, + [SMALL_STATE(3547)] = 114673, + [SMALL_STATE(3548)] = 114733, + [SMALL_STATE(3549)] = 114791, + [SMALL_STATE(3550)] = 114875, + [SMALL_STATE(3551)] = 114943, + [SMALL_STATE(3552)] = 115015, + [SMALL_STATE(3553)] = 115073, + [SMALL_STATE(3554)] = 115137, + [SMALL_STATE(3555)] = 115215, + [SMALL_STATE(3556)] = 115275, + [SMALL_STATE(3557)] = 115333, + [SMALL_STATE(3558)] = 115395, + [SMALL_STATE(3559)] = 115461, + [SMALL_STATE(3560)] = 115521, + [SMALL_STATE(3561)] = 115573, + [SMALL_STATE(3562)] = 115659, + [SMALL_STATE(3563)] = 115711, + [SMALL_STATE(3564)] = 115771, + [SMALL_STATE(3565)] = 115823, + [SMALL_STATE(3566)] = 115903, + [SMALL_STATE(3567)] = 115999, + [SMALL_STATE(3568)] = 116085, + [SMALL_STATE(3569)] = 116169, + [SMALL_STATE(3570)] = 116257, + [SMALL_STATE(3571)] = 116309, + [SMALL_STATE(3572)] = 116377, + [SMALL_STATE(3573)] = 116461, + [SMALL_STATE(3574)] = 116519, + [SMALL_STATE(3575)] = 116579, + [SMALL_STATE(3576)] = 116653, + [SMALL_STATE(3577)] = 116711, + [SMALL_STATE(3578)] = 116797, + [SMALL_STATE(3579)] = 116883, + [SMALL_STATE(3580)] = 116943, + [SMALL_STATE(3581)] = 117033, + [SMALL_STATE(3582)] = 117093, + [SMALL_STATE(3583)] = 117145, + [SMALL_STATE(3584)] = 117227, + [SMALL_STATE(3585)] = 117287, + [SMALL_STATE(3586)] = 117345, + [SMALL_STATE(3587)] = 117403, + [SMALL_STATE(3588)] = 117461, + [SMALL_STATE(3589)] = 117521, + [SMALL_STATE(3590)] = 117579, + [SMALL_STATE(3591)] = 117670, + [SMALL_STATE(3592)] = 117763, + [SMALL_STATE(3593)] = 117856, + [SMALL_STATE(3594)] = 117949, + [SMALL_STATE(3595)] = 118042, + [SMALL_STATE(3596)] = 118089, + [SMALL_STATE(3597)] = 118182, + [SMALL_STATE(3598)] = 118227, + [SMALL_STATE(3599)] = 118320, + [SMALL_STATE(3600)] = 118413, + [SMALL_STATE(3601)] = 118506, + [SMALL_STATE(3602)] = 118599, + [SMALL_STATE(3603)] = 118682, + [SMALL_STATE(3604)] = 118775, + [SMALL_STATE(3605)] = 118868, + [SMALL_STATE(3606)] = 118961, + [SMALL_STATE(3607)] = 119054, + [SMALL_STATE(3608)] = 119099, + [SMALL_STATE(3609)] = 119192, + [SMALL_STATE(3610)] = 119285, + [SMALL_STATE(3611)] = 119378, + [SMALL_STATE(3612)] = 119471, + [SMALL_STATE(3613)] = 119564, + [SMALL_STATE(3614)] = 119657, + [SMALL_STATE(3615)] = 119750, + [SMALL_STATE(3616)] = 119843, + [SMALL_STATE(3617)] = 119936, + [SMALL_STATE(3618)] = 120029, + [SMALL_STATE(3619)] = 120122, + [SMALL_STATE(3620)] = 120215, + [SMALL_STATE(3621)] = 120308, + [SMALL_STATE(3622)] = 120401, + [SMALL_STATE(3623)] = 120450, + [SMALL_STATE(3624)] = 120523, + [SMALL_STATE(3625)] = 120616, + [SMALL_STATE(3626)] = 120709, + [SMALL_STATE(3627)] = 120802, + [SMALL_STATE(3628)] = 120895, + [SMALL_STATE(3629)] = 120968, + [SMALL_STATE(3630)] = 121061, + [SMALL_STATE(3631)] = 121112, + [SMALL_STATE(3632)] = 121205, + [SMALL_STATE(3633)] = 121296, + [SMALL_STATE(3634)] = 121389, + [SMALL_STATE(3635)] = 121479, + [SMALL_STATE(3636)] = 121569, + [SMALL_STATE(3637)] = 121617, + [SMALL_STATE(3638)] = 121705, + [SMALL_STATE(3639)] = 121757, + [SMALL_STATE(3640)] = 121847, + [SMALL_STATE(3641)] = 121891, + [SMALL_STATE(3642)] = 121981, + [SMALL_STATE(3643)] = 122071, + [SMALL_STATE(3644)] = 122153, + [SMALL_STATE(3645)] = 122243, + [SMALL_STATE(3646)] = 122333, + [SMALL_STATE(3647)] = 122423, + [SMALL_STATE(3648)] = 122513, + [SMALL_STATE(3649)] = 122603, + [SMALL_STATE(3650)] = 122693, + [SMALL_STATE(3651)] = 122737, + [SMALL_STATE(3652)] = 122827, + [SMALL_STATE(3653)] = 122871, + [SMALL_STATE(3654)] = 122961, + [SMALL_STATE(3655)] = 123005, + [SMALL_STATE(3656)] = 123095, + [SMALL_STATE(3657)] = 123153, + [SMALL_STATE(3658)] = 123197, + [SMALL_STATE(3659)] = 123281, + [SMALL_STATE(3660)] = 123325, + [SMALL_STATE(3661)] = 123413, + [SMALL_STATE(3662)] = 123497, + [SMALL_STATE(3663)] = 123563, + [SMALL_STATE(3664)] = 123651, + [SMALL_STATE(3665)] = 123741, + [SMALL_STATE(3666)] = 123831, + [SMALL_STATE(3667)] = 123921, + [SMALL_STATE(3668)] = 124011, + [SMALL_STATE(3669)] = 124101, + [SMALL_STATE(3670)] = 124187, + [SMALL_STATE(3671)] = 124277, + [SMALL_STATE(3672)] = 124367, + [SMALL_STATE(3673)] = 124425, + [SMALL_STATE(3674)] = 124515, + [SMALL_STATE(3675)] = 124605, + [SMALL_STATE(3676)] = 124695, + [SMALL_STATE(3677)] = 124785, + [SMALL_STATE(3678)] = 124865, + [SMALL_STATE(3679)] = 124955, + [SMALL_STATE(3680)] = 125041, + [SMALL_STATE(3681)] = 125119, + [SMALL_STATE(3682)] = 125195, + [SMALL_STATE(3683)] = 125285, + [SMALL_STATE(3684)] = 125329, + [SMALL_STATE(3685)] = 125417, + [SMALL_STATE(3686)] = 125489, + [SMALL_STATE(3687)] = 125577, + [SMALL_STATE(3688)] = 125621, + [SMALL_STATE(3689)] = 125665, + [SMALL_STATE(3690)] = 125719, + [SMALL_STATE(3691)] = 125807, + [SMALL_STATE(3692)] = 125895, + [SMALL_STATE(3693)] = 125985, + [SMALL_STATE(3694)] = 126075, + [SMALL_STATE(3695)] = 126165, + [SMALL_STATE(3696)] = 126255, + [SMALL_STATE(3697)] = 126343, + [SMALL_STATE(3698)] = 126397, + [SMALL_STATE(3699)] = 126457, + [SMALL_STATE(3700)] = 126547, + [SMALL_STATE(3701)] = 126637, + [SMALL_STATE(3702)] = 126727, + [SMALL_STATE(3703)] = 126811, + [SMALL_STATE(3704)] = 126867, + [SMALL_STATE(3705)] = 126957, + [SMALL_STATE(3706)] = 127039, + [SMALL_STATE(3707)] = 127129, + [SMALL_STATE(3708)] = 127173, + [SMALL_STATE(3709)] = 127263, + [SMALL_STATE(3710)] = 127309, + [SMALL_STATE(3711)] = 127399, + [SMALL_STATE(3712)] = 127479, + [SMALL_STATE(3713)] = 127557, + [SMALL_STATE(3714)] = 127647, + [SMALL_STATE(3715)] = 127737, + [SMALL_STATE(3716)] = 127827, + [SMALL_STATE(3717)] = 127917, + [SMALL_STATE(3718)] = 128005, + [SMALL_STATE(3719)] = 128077, + [SMALL_STATE(3720)] = 128167, + [SMALL_STATE(3721)] = 128243, + [SMALL_STATE(3722)] = 128333, + [SMALL_STATE(3723)] = 128423, + [SMALL_STATE(3724)] = 128495, + [SMALL_STATE(3725)] = 128565, + [SMALL_STATE(3726)] = 128633, + [SMALL_STATE(3727)] = 128677, + [SMALL_STATE(3728)] = 128767, + [SMALL_STATE(3729)] = 128829, + [SMALL_STATE(3730)] = 128895, + [SMALL_STATE(3731)] = 128939, + [SMALL_STATE(3732)] = 128983, + [SMALL_STATE(3733)] = 129039, + [SMALL_STATE(3734)] = 129129, + [SMALL_STATE(3735)] = 129219, + [SMALL_STATE(3736)] = 129291, + [SMALL_STATE(3737)] = 129381, + [SMALL_STATE(3738)] = 129471, + [SMALL_STATE(3739)] = 129555, + [SMALL_STATE(3740)] = 129625, + [SMALL_STATE(3741)] = 129669, + [SMALL_STATE(3742)] = 129757, + [SMALL_STATE(3743)] = 129823, + [SMALL_STATE(3744)] = 129913, + [SMALL_STATE(3745)] = 129975, + [SMALL_STATE(3746)] = 130039, + [SMALL_STATE(3747)] = 130127, + [SMALL_STATE(3748)] = 130217, + [SMALL_STATE(3749)] = 130261, + [SMALL_STATE(3750)] = 130345, + [SMALL_STATE(3751)] = 130429, + [SMALL_STATE(3752)] = 130519, + [SMALL_STATE(3753)] = 130563, + [SMALL_STATE(3754)] = 130631, + [SMALL_STATE(3755)] = 130679, + [SMALL_STATE(3756)] = 130735, + [SMALL_STATE(3757)] = 130825, + [SMALL_STATE(3758)] = 130915, + [SMALL_STATE(3759)] = 131005, + [SMALL_STATE(3760)] = 131093, + [SMALL_STATE(3761)] = 131183, + [SMALL_STATE(3762)] = 131237, + [SMALL_STATE(3763)] = 131327, + [SMALL_STATE(3764)] = 131373, + [SMALL_STATE(3765)] = 131463, + [SMALL_STATE(3766)] = 131553, + [SMALL_STATE(3767)] = 131637, + [SMALL_STATE(3768)] = 131727, + [SMALL_STATE(3769)] = 131771, + [SMALL_STATE(3770)] = 131831, + [SMALL_STATE(3771)] = 131921, + [SMALL_STATE(3772)] = 132011, + [SMALL_STATE(3773)] = 132055, + [SMALL_STATE(3774)] = 132145, + [SMALL_STATE(3775)] = 132235, + [SMALL_STATE(3776)] = 132325, + [SMALL_STATE(3777)] = 132415, + [SMALL_STATE(3778)] = 132505, + [SMALL_STATE(3779)] = 132593, + [SMALL_STATE(3780)] = 132637, + [SMALL_STATE(3781)] = 132727, + [SMALL_STATE(3782)] = 132817, + [SMALL_STATE(3783)] = 132907, + [SMALL_STATE(3784)] = 132997, + [SMALL_STATE(3785)] = 133051, + [SMALL_STATE(3786)] = 133141, + [SMALL_STATE(3787)] = 133225, + [SMALL_STATE(3788)] = 133279, + [SMALL_STATE(3789)] = 133337, + [SMALL_STATE(3790)] = 133427, + [SMALL_STATE(3791)] = 133517, + [SMALL_STATE(3792)] = 133607, + [SMALL_STATE(3793)] = 133697, + [SMALL_STATE(3794)] = 133741, + [SMALL_STATE(3795)] = 133831, + [SMALL_STATE(3796)] = 133921, + [SMALL_STATE(3797)] = 133965, + [SMALL_STATE(3798)] = 134009, + [SMALL_STATE(3799)] = 134099, + [SMALL_STATE(3800)] = 134186, + [SMALL_STATE(3801)] = 134273, + [SMALL_STATE(3802)] = 134344, + [SMALL_STATE(3803)] = 134431, + [SMALL_STATE(3804)] = 134518, + [SMALL_STATE(3805)] = 134605, + [SMALL_STATE(3806)] = 134692, + [SMALL_STATE(3807)] = 134769, + [SMALL_STATE(3808)] = 134814, + [SMALL_STATE(3809)] = 134901, + [SMALL_STATE(3810)] = 134988, + [SMALL_STATE(3811)] = 135035, + [SMALL_STATE(3812)] = 135122, + [SMALL_STATE(3813)] = 135165, + [SMALL_STATE(3814)] = 135252, + [SMALL_STATE(3815)] = 135339, + [SMALL_STATE(3816)] = 135426, + [SMALL_STATE(3817)] = 135469, + [SMALL_STATE(3818)] = 135556, + [SMALL_STATE(3819)] = 135643, + [SMALL_STATE(3820)] = 135730, + [SMALL_STATE(3821)] = 135817, + [SMALL_STATE(3822)] = 135904, + [SMALL_STATE(3823)] = 135991, + [SMALL_STATE(3824)] = 136078, + [SMALL_STATE(3825)] = 136165, + [SMALL_STATE(3826)] = 136218, + [SMALL_STATE(3827)] = 136297, + [SMALL_STATE(3828)] = 136384, + [SMALL_STATE(3829)] = 136453, + [SMALL_STATE(3830)] = 136508, + [SMALL_STATE(3831)] = 136595, + [SMALL_STATE(3832)] = 136682, + [SMALL_STATE(3833)] = 136769, + [SMALL_STATE(3834)] = 136856, + [SMALL_STATE(3835)] = 136943, + [SMALL_STATE(3836)] = 137030, + [SMALL_STATE(3837)] = 137073, + [SMALL_STATE(3838)] = 137160, + [SMALL_STATE(3839)] = 137203, + [SMALL_STATE(3840)] = 137290, + [SMALL_STATE(3841)] = 137355, + [SMALL_STATE(3842)] = 137442, + [SMALL_STATE(3843)] = 137485, + [SMALL_STATE(3844)] = 137538, + [SMALL_STATE(3845)] = 137625, + [SMALL_STATE(3846)] = 137712, + [SMALL_STATE(3847)] = 137799, + [SMALL_STATE(3848)] = 137886, + [SMALL_STATE(3849)] = 137929, + [SMALL_STATE(3850)] = 138016, + [SMALL_STATE(3851)] = 138103, + [SMALL_STATE(3852)] = 138190, + [SMALL_STATE(3853)] = 138233, + [SMALL_STATE(3854)] = 138320, + [SMALL_STATE(3855)] = 138381, + [SMALL_STATE(3856)] = 138468, + [SMALL_STATE(3857)] = 138555, + [SMALL_STATE(3858)] = 138636, + [SMALL_STATE(3859)] = 138679, + [SMALL_STATE(3860)] = 138766, + [SMALL_STATE(3861)] = 138829, + [SMALL_STATE(3862)] = 138912, + [SMALL_STATE(3863)] = 138983, + [SMALL_STATE(3864)] = 139070, + [SMALL_STATE(3865)] = 139113, + [SMALL_STATE(3866)] = 139200, + [SMALL_STATE(3867)] = 139287, + [SMALL_STATE(3868)] = 139374, + [SMALL_STATE(3869)] = 139461, + [SMALL_STATE(3870)] = 139548, + [SMALL_STATE(3871)] = 139635, + [SMALL_STATE(3872)] = 139722, + [SMALL_STATE(3873)] = 139771, + [SMALL_STATE(3874)] = 139858, + [SMALL_STATE(3875)] = 139909, + [SMALL_STATE(3876)] = 139956, + [SMALL_STATE(3877)] = 140005, + [SMALL_STATE(3878)] = 140092, + [SMALL_STATE(3879)] = 140179, + [SMALL_STATE(3880)] = 140238, + [SMALL_STATE(3881)] = 140281, + [SMALL_STATE(3882)] = 140368, + [SMALL_STATE(3883)] = 140455, + [SMALL_STATE(3884)] = 140542, + [SMALL_STATE(3885)] = 140585, + [SMALL_STATE(3886)] = 140628, + [SMALL_STATE(3887)] = 140703, + [SMALL_STATE(3888)] = 140790, + [SMALL_STATE(3889)] = 140877, + [SMALL_STATE(3890)] = 140964, + [SMALL_STATE(3891)] = 141007, + [SMALL_STATE(3892)] = 141094, + [SMALL_STATE(3893)] = 141137, + [SMALL_STATE(3894)] = 141208, + [SMALL_STATE(3895)] = 141295, + [SMALL_STATE(3896)] = 141378, + [SMALL_STATE(3897)] = 141465, + [SMALL_STATE(3898)] = 141552, + [SMALL_STATE(3899)] = 141639, + [SMALL_STATE(3900)] = 141710, + [SMALL_STATE(3901)] = 141797, + [SMALL_STATE(3902)] = 141884, + [SMALL_STATE(3903)] = 141927, + [SMALL_STATE(3904)] = 142014, + [SMALL_STATE(3905)] = 142057, + [SMALL_STATE(3906)] = 142142, + [SMALL_STATE(3907)] = 142229, + [SMALL_STATE(3908)] = 142316, + [SMALL_STATE(3909)] = 142403, + [SMALL_STATE(3910)] = 142490, + [SMALL_STATE(3911)] = 142577, + [SMALL_STATE(3912)] = 142664, + [SMALL_STATE(3913)] = 142751, + [SMALL_STATE(3914)] = 142794, + [SMALL_STATE(3915)] = 142881, + [SMALL_STATE(3916)] = 142968, + [SMALL_STATE(3917)] = 143011, + [SMALL_STATE(3918)] = 143098, + [SMALL_STATE(3919)] = 143185, + [SMALL_STATE(3920)] = 143256, + [SMALL_STATE(3921)] = 143311, + [SMALL_STATE(3922)] = 143394, + [SMALL_STATE(3923)] = 143481, + [SMALL_STATE(3924)] = 143568, + [SMALL_STATE(3925)] = 143655, + [SMALL_STATE(3926)] = 143742, + [SMALL_STATE(3927)] = 143829, + [SMALL_STATE(3928)] = 143916, + [SMALL_STATE(3929)] = 144003, + [SMALL_STATE(3930)] = 144090, + [SMALL_STATE(3931)] = 144133, + [SMALL_STATE(3932)] = 144220, + [SMALL_STATE(3933)] = 144307, + [SMALL_STATE(3934)] = 144394, + [SMALL_STATE(3935)] = 144481, + [SMALL_STATE(3936)] = 144552, + [SMALL_STATE(3937)] = 144623, + [SMALL_STATE(3938)] = 144710, + [SMALL_STATE(3939)] = 144753, + [SMALL_STATE(3940)] = 144840, + [SMALL_STATE(3941)] = 144927, + [SMALL_STATE(3942)] = 145014, + [SMALL_STATE(3943)] = 145085, + [SMALL_STATE(3944)] = 145172, + [SMALL_STATE(3945)] = 145215, + [SMALL_STATE(3946)] = 145302, + [SMALL_STATE(3947)] = 145389, + [SMALL_STATE(3948)] = 145476, + [SMALL_STATE(3949)] = 145563, + [SMALL_STATE(3950)] = 145650, + [SMALL_STATE(3951)] = 145693, + [SMALL_STATE(3952)] = 145740, + [SMALL_STATE(3953)] = 145783, + [SMALL_STATE(3954)] = 145834, + [SMALL_STATE(3955)] = 145921, + [SMALL_STATE(3956)] = 145992, + [SMALL_STATE(3957)] = 146079, + [SMALL_STATE(3958)] = 146166, + [SMALL_STATE(3959)] = 146253, + [SMALL_STATE(3960)] = 146296, + [SMALL_STATE(3961)] = 146383, + [SMALL_STATE(3962)] = 146430, + [SMALL_STATE(3963)] = 146513, + [SMALL_STATE(3964)] = 146600, + [SMALL_STATE(3965)] = 146665, + [SMALL_STATE(3966)] = 146752, + [SMALL_STATE(3967)] = 146839, + [SMALL_STATE(3968)] = 146882, + [SMALL_STATE(3969)] = 146925, + [SMALL_STATE(3970)] = 147012, + [SMALL_STATE(3971)] = 147067, + [SMALL_STATE(3972)] = 147154, + [SMALL_STATE(3973)] = 147241, + [SMALL_STATE(3974)] = 147328, + [SMALL_STATE(3975)] = 147415, + [SMALL_STATE(3976)] = 147457, + [SMALL_STATE(3977)] = 147499, + [SMALL_STATE(3978)] = 147541, + [SMALL_STATE(3979)] = 147583, + [SMALL_STATE(3980)] = 147625, + [SMALL_STATE(3981)] = 147667, + [SMALL_STATE(3982)] = 147709, + [SMALL_STATE(3983)] = 147751, + [SMALL_STATE(3984)] = 147793, + [SMALL_STATE(3985)] = 147835, + [SMALL_STATE(3986)] = 147877, + [SMALL_STATE(3987)] = 147919, + [SMALL_STATE(3988)] = 147961, + [SMALL_STATE(3989)] = 148003, + [SMALL_STATE(3990)] = 148045, + [SMALL_STATE(3991)] = 148087, + [SMALL_STATE(3992)] = 148129, + [SMALL_STATE(3993)] = 148171, + [SMALL_STATE(3994)] = 148213, + [SMALL_STATE(3995)] = 148255, + [SMALL_STATE(3996)] = 148323, + [SMALL_STATE(3997)] = 148365, + [SMALL_STATE(3998)] = 148407, + [SMALL_STATE(3999)] = 148449, + [SMALL_STATE(4000)] = 148491, + [SMALL_STATE(4001)] = 148533, + [SMALL_STATE(4002)] = 148575, + [SMALL_STATE(4003)] = 148617, + [SMALL_STATE(4004)] = 148701, + [SMALL_STATE(4005)] = 148743, + [SMALL_STATE(4006)] = 148785, + [SMALL_STATE(4007)] = 148855, + [SMALL_STATE(4008)] = 148897, + [SMALL_STATE(4009)] = 148939, + [SMALL_STATE(4010)] = 148981, + [SMALL_STATE(4011)] = 149023, + [SMALL_STATE(4012)] = 149075, + [SMALL_STATE(4013)] = 149117, + [SMALL_STATE(4014)] = 149159, + [SMALL_STATE(4015)] = 149201, + [SMALL_STATE(4016)] = 149243, + [SMALL_STATE(4017)] = 149285, + [SMALL_STATE(4018)] = 149337, + [SMALL_STATE(4019)] = 149379, + [SMALL_STATE(4020)] = 149421, + [SMALL_STATE(4021)] = 149463, + [SMALL_STATE(4022)] = 149505, + [SMALL_STATE(4023)] = 149573, + [SMALL_STATE(4024)] = 149643, + [SMALL_STATE(4025)] = 149685, + [SMALL_STATE(4026)] = 149727, + [SMALL_STATE(4027)] = 149769, + [SMALL_STATE(4028)] = 149811, + [SMALL_STATE(4029)] = 149853, + [SMALL_STATE(4030)] = 149895, + [SMALL_STATE(4031)] = 149937, + [SMALL_STATE(4032)] = 149979, + [SMALL_STATE(4033)] = 150045, + [SMALL_STATE(4034)] = 150087, + [SMALL_STATE(4035)] = 150129, + [SMALL_STATE(4036)] = 150171, + [SMALL_STATE(4037)] = 150213, + [SMALL_STATE(4038)] = 150255, + [SMALL_STATE(4039)] = 150297, + [SMALL_STATE(4040)] = 150339, + [SMALL_STATE(4041)] = 150381, + [SMALL_STATE(4042)] = 150423, + [SMALL_STATE(4043)] = 150465, + [SMALL_STATE(4044)] = 150507, + [SMALL_STATE(4045)] = 150573, + [SMALL_STATE(4046)] = 150615, + [SMALL_STATE(4047)] = 150682, + [SMALL_STATE(4048)] = 150745, + [SMALL_STATE(4049)] = 150788, + [SMALL_STATE(4050)] = 150839, + [SMALL_STATE(4051)] = 150904, + [SMALL_STATE(4052)] = 150969, + [SMALL_STATE(4053)] = 151034, + [SMALL_STATE(4054)] = 151085, + [SMALL_STATE(4055)] = 151150, + [SMALL_STATE(4056)] = 151217, + [SMALL_STATE(4057)] = 151266, + [SMALL_STATE(4058)] = 151319, + [SMALL_STATE(4059)] = 151372, + [SMALL_STATE(4060)] = 151435, + [SMALL_STATE(4061)] = 151515, + [SMALL_STATE(4062)] = 151555, + [SMALL_STATE(4063)] = 151603, + [SMALL_STATE(4064)] = 151683, + [SMALL_STATE(4065)] = 151731, + [SMALL_STATE(4066)] = 151811, + [SMALL_STATE(4067)] = 151855, + [SMALL_STATE(4068)] = 151903, + [SMALL_STATE(4069)] = 151983, + [SMALL_STATE(4070)] = 152039, + [SMALL_STATE(4071)] = 152119, + [SMALL_STATE(4072)] = 152199, + [SMALL_STATE(4073)] = 152239, + [SMALL_STATE(4074)] = 152319, + [SMALL_STATE(4075)] = 152399, + [SMALL_STATE(4076)] = 152479, + [SMALL_STATE(4077)] = 152559, + [SMALL_STATE(4078)] = 152639, + [SMALL_STATE(4079)] = 152719, + [SMALL_STATE(4080)] = 152759, + [SMALL_STATE(4081)] = 152839, + [SMALL_STATE(4082)] = 152879, + [SMALL_STATE(4083)] = 152919, + [SMALL_STATE(4084)] = 152959, + [SMALL_STATE(4085)] = 153039, + [SMALL_STATE(4086)] = 153079, + [SMALL_STATE(4087)] = 153119, + [SMALL_STATE(4088)] = 153167, + [SMALL_STATE(4089)] = 153206, + [SMALL_STATE(4090)] = 153271, + [SMALL_STATE(4091)] = 153314, + [SMALL_STATE(4092)] = 153381, + [SMALL_STATE(4093)] = 153444, + [SMALL_STATE(4094)] = 153505, + [SMALL_STATE(4095)] = 153570, + [SMALL_STATE(4096)] = 153637, + [SMALL_STATE(4097)] = 153700, + [SMALL_STATE(4098)] = 153739, + [SMALL_STATE(4099)] = 153794, + [SMALL_STATE(4100)] = 153853, + [SMALL_STATE(4101)] = 153914, + [SMALL_STATE(4102)] = 153975, + [SMALL_STATE(4103)] = 154018, + [SMALL_STATE(4104)] = 154077, + [SMALL_STATE(4105)] = 154118, + [SMALL_STATE(4106)] = 154177, + [SMALL_STATE(4107)] = 154238, + [SMALL_STATE(4108)] = 154297, + [SMALL_STATE(4109)] = 154371, + [SMALL_STATE(4110)] = 154445, + [SMALL_STATE(4111)] = 154515, + [SMALL_STATE(4112)] = 154589, + [SMALL_STATE(4113)] = 154653, + [SMALL_STATE(4114)] = 154727, + [SMALL_STATE(4115)] = 154797, + [SMALL_STATE(4116)] = 154871, + [SMALL_STATE(4117)] = 154945, + [SMALL_STATE(4118)] = 155005, + [SMALL_STATE(4119)] = 155075, + [SMALL_STATE(4120)] = 155145, + [SMALL_STATE(4121)] = 155215, + [SMALL_STATE(4122)] = 155289, + [SMALL_STATE(4123)] = 155359, + [SMALL_STATE(4124)] = 155429, + [SMALL_STATE(4125)] = 155503, + [SMALL_STATE(4126)] = 155543, + [SMALL_STATE(4127)] = 155601, + [SMALL_STATE(4128)] = 155671, + [SMALL_STATE(4129)] = 155711, + [SMALL_STATE(4130)] = 155785, + [SMALL_STATE(4131)] = 155839, + [SMALL_STATE(4132)] = 155913, + [SMALL_STATE(4133)] = 155987, + [SMALL_STATE(4134)] = 156057, + [SMALL_STATE(4135)] = 156127, + [SMALL_STATE(4136)] = 156201, + [SMALL_STATE(4137)] = 156271, + [SMALL_STATE(4138)] = 156345, + [SMALL_STATE(4139)] = 156419, + [SMALL_STATE(4140)] = 156473, + [SMALL_STATE(4141)] = 156547, + [SMALL_STATE(4142)] = 156605, + [SMALL_STATE(4143)] = 156669, + [SMALL_STATE(4144)] = 156743, + [SMALL_STATE(4145)] = 156817, + [SMALL_STATE(4146)] = 156887, + [SMALL_STATE(4147)] = 156957, + [SMALL_STATE(4148)] = 157027, + [SMALL_STATE(4149)] = 157101, + [SMALL_STATE(4150)] = 157171, + [SMALL_STATE(4151)] = 157245, + [SMALL_STATE(4152)] = 157305, + [SMALL_STATE(4153)] = 157375, + [SMALL_STATE(4154)] = 157445, + [SMALL_STATE(4155)] = 157519, + [SMALL_STATE(4156)] = 157593, + [SMALL_STATE(4157)] = 157667, + [SMALL_STATE(4158)] = 157741, + [SMALL_STATE(4159)] = 157795, + [SMALL_STATE(4160)] = 157869, + [SMALL_STATE(4161)] = 157943, + [SMALL_STATE(4162)] = 158001, + [SMALL_STATE(4163)] = 158071, + [SMALL_STATE(4164)] = 158135, + [SMALL_STATE(4165)] = 158209, + [SMALL_STATE(4166)] = 158269, + [SMALL_STATE(4167)] = 158343, + [SMALL_STATE(4168)] = 158417, + [SMALL_STATE(4169)] = 158491, + [SMALL_STATE(4170)] = 158565, + [SMALL_STATE(4171)] = 158603, + [SMALL_STATE(4172)] = 158677, + [SMALL_STATE(4173)] = 158723, + [SMALL_STATE(4174)] = 158787, + [SMALL_STATE(4175)] = 158861, + [SMALL_STATE(4176)] = 158919, + [SMALL_STATE(4177)] = 158993, + [SMALL_STATE(4178)] = 159063, + [SMALL_STATE(4179)] = 159123, + [SMALL_STATE(4180)] = 159193, + [SMALL_STATE(4181)] = 159260, + [SMALL_STATE(4182)] = 159327, + [SMALL_STATE(4183)] = 159394, + [SMALL_STATE(4184)] = 159435, + [SMALL_STATE(4185)] = 159498, + [SMALL_STATE(4186)] = 159565, + [SMALL_STATE(4187)] = 159628, + [SMALL_STATE(4188)] = 159695, + [SMALL_STATE(4189)] = 159762, + [SMALL_STATE(4190)] = 159829, + [SMALL_STATE(4191)] = 159896, + [SMALL_STATE(4192)] = 159963, + [SMALL_STATE(4193)] = 160030, + [SMALL_STATE(4194)] = 160097, + [SMALL_STATE(4195)] = 160164, + [SMALL_STATE(4196)] = 160231, + [SMALL_STATE(4197)] = 160290, + [SMALL_STATE(4198)] = 160349, + [SMALL_STATE(4199)] = 160416, + [SMALL_STATE(4200)] = 160465, + [SMALL_STATE(4201)] = 160532, + [SMALL_STATE(4202)] = 160599, + [SMALL_STATE(4203)] = 160666, + [SMALL_STATE(4204)] = 160733, + [SMALL_STATE(4205)] = 160800, + [SMALL_STATE(4206)] = 160867, + [SMALL_STATE(4207)] = 160934, + [SMALL_STATE(4208)] = 160985, + [SMALL_STATE(4209)] = 161044, + [SMALL_STATE(4210)] = 161111, + [SMALL_STATE(4211)] = 161178, + [SMALL_STATE(4212)] = 161237, + [SMALL_STATE(4213)] = 161304, + [SMALL_STATE(4214)] = 161340, + [SMALL_STATE(4215)] = 161380, + [SMALL_STATE(4216)] = 161436, + [SMALL_STATE(4217)] = 161494, + [SMALL_STATE(4218)] = 161552, + [SMALL_STATE(4219)] = 161596, + [SMALL_STATE(4220)] = 161654, + [SMALL_STATE(4221)] = 161716, + [SMALL_STATE(4222)] = 161752, + [SMALL_STATE(4223)] = 161788, + [SMALL_STATE(4224)] = 161848, + [SMALL_STATE(4225)] = 161908, + [SMALL_STATE(4226)] = 161944, + [SMALL_STATE(4227)] = 161980, + [SMALL_STATE(4228)] = 162038, + [SMALL_STATE(4229)] = 162074, + [SMALL_STATE(4230)] = 162124, + [SMALL_STATE(4231)] = 162180, + [SMALL_STATE(4232)] = 162236, + [SMALL_STATE(4233)] = 162296, + [SMALL_STATE(4234)] = 162356, + [SMALL_STATE(4235)] = 162418, + [SMALL_STATE(4236)] = 162474, + [SMALL_STATE(4237)] = 162515, + [SMALL_STATE(4238)] = 162570, + [SMALL_STATE(4239)] = 162625, + [SMALL_STATE(4240)] = 162680, + [SMALL_STATE(4241)] = 162719, + [SMALL_STATE(4242)] = 162754, + [SMALL_STATE(4243)] = 162809, + [SMALL_STATE(4244)] = 162852, + [SMALL_STATE(4245)] = 162895, + [SMALL_STATE(4246)] = 162950, + [SMALL_STATE(4247)] = 163005, + [SMALL_STATE(4248)] = 163060, + [SMALL_STATE(4249)] = 163101, + [SMALL_STATE(4250)] = 163156, + [SMALL_STATE(4251)] = 163193, + [SMALL_STATE(4252)] = 163228, + [SMALL_STATE(4253)] = 163283, + [SMALL_STATE(4254)] = 163338, + [SMALL_STATE(4255)] = 163393, + [SMALL_STATE(4256)] = 163428, + [SMALL_STATE(4257)] = 163483, + [SMALL_STATE(4258)] = 163538, + [SMALL_STATE(4259)] = 163581, + [SMALL_STATE(4260)] = 163622, + [SMALL_STATE(4261)] = 163677, + [SMALL_STATE(4262)] = 163732, + [SMALL_STATE(4263)] = 163773, + [SMALL_STATE(4264)] = 163814, + [SMALL_STATE(4265)] = 163849, + [SMALL_STATE(4266)] = 163904, + [SMALL_STATE(4267)] = 163959, + [SMALL_STATE(4268)] = 164014, + [SMALL_STATE(4269)] = 164049, + [SMALL_STATE(4270)] = 164104, + [SMALL_STATE(4271)] = 164159, + [SMALL_STATE(4272)] = 164194, + [SMALL_STATE(4273)] = 164229, + [SMALL_STATE(4274)] = 164284, + [SMALL_STATE(4275)] = 164339, + [SMALL_STATE(4276)] = 164393, + [SMALL_STATE(4277)] = 164447, + [SMALL_STATE(4278)] = 164501, + [SMALL_STATE(4279)] = 164541, + [SMALL_STATE(4280)] = 164587, + [SMALL_STATE(4281)] = 164633, + [SMALL_STATE(4282)] = 164687, + [SMALL_STATE(4283)] = 164727, + [SMALL_STATE(4284)] = 164773, + [SMALL_STATE(4285)] = 164819, + [SMALL_STATE(4286)] = 164873, + [SMALL_STATE(4287)] = 164919, + [SMALL_STATE(4288)] = 164965, + [SMALL_STATE(4289)] = 165011, + [SMALL_STATE(4290)] = 165057, + [SMALL_STATE(4291)] = 165111, + [SMALL_STATE(4292)] = 165165, + [SMALL_STATE(4293)] = 165219, + [SMALL_STATE(4294)] = 165255, + [SMALL_STATE(4295)] = 165301, + [SMALL_STATE(4296)] = 165354, + [SMALL_STATE(4297)] = 165409, + [SMALL_STATE(4298)] = 165470, + [SMALL_STATE(4299)] = 165525, + [SMALL_STATE(4300)] = 165580, + [SMALL_STATE(4301)] = 165641, + [SMALL_STATE(4302)] = 165702, + [SMALL_STATE(4303)] = 165763, + [SMALL_STATE(4304)] = 165796, + [SMALL_STATE(4305)] = 165851, + [SMALL_STATE(4306)] = 165886, + [SMALL_STATE(4307)] = 165927, + [SMALL_STATE(4308)] = 165988, + [SMALL_STATE(4309)] = 166023, + [SMALL_STATE(4310)] = 166056, + [SMALL_STATE(4311)] = 166097, + [SMALL_STATE(4312)] = 166132, + [SMALL_STATE(4313)] = 166165, + [SMALL_STATE(4314)] = 166198, + [SMALL_STATE(4315)] = 166231, + [SMALL_STATE(4316)] = 166264, + [SMALL_STATE(4317)] = 166317, + [SMALL_STATE(4318)] = 166354, + [SMALL_STATE(4319)] = 166387, + [SMALL_STATE(4320)] = 166420, + [SMALL_STATE(4321)] = 166457, + [SMALL_STATE(4322)] = 166518, + [SMALL_STATE(4323)] = 166551, + [SMALL_STATE(4324)] = 166584, + [SMALL_STATE(4325)] = 166637, + [SMALL_STATE(4326)] = 166708, + [SMALL_STATE(4327)] = 166761, + [SMALL_STATE(4328)] = 166794, + [SMALL_STATE(4329)] = 166828, + [SMALL_STATE(4330)] = 166860, + [SMALL_STATE(4331)] = 166898, + [SMALL_STATE(4332)] = 166930, + [SMALL_STATE(4333)] = 166968, + [SMALL_STATE(4334)] = 167000, + [SMALL_STATE(4335)] = 167032, + [SMALL_STATE(4336)] = 167064, + [SMALL_STATE(4337)] = 167096, + [SMALL_STATE(4338)] = 167128, + [SMALL_STATE(4339)] = 167160, + [SMALL_STATE(4340)] = 167192, + [SMALL_STATE(4341)] = 167224, + [SMALL_STATE(4342)] = 167261, + [SMALL_STATE(4343)] = 167300, + [SMALL_STATE(4344)] = 167339, + [SMALL_STATE(4345)] = 167376, + [SMALL_STATE(4346)] = 167413, + [SMALL_STATE(4347)] = 167472, + [SMALL_STATE(4348)] = 167511, + [SMALL_STATE(4349)] = 167570, + [SMALL_STATE(4350)] = 167609, + [SMALL_STATE(4351)] = 167648, + [SMALL_STATE(4352)] = 167707, + [SMALL_STATE(4353)] = 167746, + [SMALL_STATE(4354)] = 167798, + [SMALL_STATE(4355)] = 167850, + [SMALL_STATE(4356)] = 167902, + [SMALL_STATE(4357)] = 167954, + [SMALL_STATE(4358)] = 168006, + [SMALL_STATE(4359)] = 168058, + [SMALL_STATE(4360)] = 168110, + [SMALL_STATE(4361)] = 168162, + [SMALL_STATE(4362)] = 168214, + [SMALL_STATE(4363)] = 168266, + [SMALL_STATE(4364)] = 168318, + [SMALL_STATE(4365)] = 168354, + [SMALL_STATE(4366)] = 168406, + [SMALL_STATE(4367)] = 168458, + [SMALL_STATE(4368)] = 168510, + [SMALL_STATE(4369)] = 168562, + [SMALL_STATE(4370)] = 168614, + [SMALL_STATE(4371)] = 168666, + [SMALL_STATE(4372)] = 168718, + [SMALL_STATE(4373)] = 168770, + [SMALL_STATE(4374)] = 168822, + [SMALL_STATE(4375)] = 168856, + [SMALL_STATE(4376)] = 168908, + [SMALL_STATE(4377)] = 168960, + [SMALL_STATE(4378)] = 169012, + [SMALL_STATE(4379)] = 169064, + [SMALL_STATE(4380)] = 169116, + [SMALL_STATE(4381)] = 169168, + [SMALL_STATE(4382)] = 169220, + [SMALL_STATE(4383)] = 169272, + [SMALL_STATE(4384)] = 169324, + [SMALL_STATE(4385)] = 169376, + [SMALL_STATE(4386)] = 169428, + [SMALL_STATE(4387)] = 169480, + [SMALL_STATE(4388)] = 169532, + [SMALL_STATE(4389)] = 169584, + [SMALL_STATE(4390)] = 169636, + [SMALL_STATE(4391)] = 169688, + [SMALL_STATE(4392)] = 169740, + [SMALL_STATE(4393)] = 169792, + [SMALL_STATE(4394)] = 169844, + [SMALL_STATE(4395)] = 169877, + [SMALL_STATE(4396)] = 169938, + [SMALL_STATE(4397)] = 169999, + [SMALL_STATE(4398)] = 170060, + [SMALL_STATE(4399)] = 170121, + [SMALL_STATE(4400)] = 170182, + [SMALL_STATE(4401)] = 170211, + [SMALL_STATE(4402)] = 170244, + [SMALL_STATE(4403)] = 170305, + [SMALL_STATE(4404)] = 170366, + [SMALL_STATE(4405)] = 170427, + [SMALL_STATE(4406)] = 170488, + [SMALL_STATE(4407)] = 170549, + [SMALL_STATE(4408)] = 170610, + [SMALL_STATE(4409)] = 170653, + [SMALL_STATE(4410)] = 170714, + [SMALL_STATE(4411)] = 170775, + [SMALL_STATE(4412)] = 170836, + [SMALL_STATE(4413)] = 170897, + [SMALL_STATE(4414)] = 170958, + [SMALL_STATE(4415)] = 171019, + [SMALL_STATE(4416)] = 171080, + [SMALL_STATE(4417)] = 171141, + [SMALL_STATE(4418)] = 171184, + [SMALL_STATE(4419)] = 171245, + [SMALL_STATE(4420)] = 171278, + [SMALL_STATE(4421)] = 171339, + [SMALL_STATE(4422)] = 171400, + [SMALL_STATE(4423)] = 171461, + [SMALL_STATE(4424)] = 171522, + [SMALL_STATE(4425)] = 171577, + [SMALL_STATE(4426)] = 171638, + [SMALL_STATE(4427)] = 171699, + [SMALL_STATE(4428)] = 171760, + [SMALL_STATE(4429)] = 171821, + [SMALL_STATE(4430)] = 171882, + [SMALL_STATE(4431)] = 171943, + [SMALL_STATE(4432)] = 171986, + [SMALL_STATE(4433)] = 172021, + [SMALL_STATE(4434)] = 172082, + [SMALL_STATE(4435)] = 172143, + [SMALL_STATE(4436)] = 172204, + [SMALL_STATE(4437)] = 172265, + [SMALL_STATE(4438)] = 172326, + [SMALL_STATE(4439)] = 172357, + [SMALL_STATE(4440)] = 172418, + [SMALL_STATE(4441)] = 172479, + [SMALL_STATE(4442)] = 172540, + [SMALL_STATE(4443)] = 172583, + [SMALL_STATE(4444)] = 172616, + [SMALL_STATE(4445)] = 172677, + [SMALL_STATE(4446)] = 172738, + [SMALL_STATE(4447)] = 172799, + [SMALL_STATE(4448)] = 172860, + [SMALL_STATE(4449)] = 172921, + [SMALL_STATE(4450)] = 172964, + [SMALL_STATE(4451)] = 173025, + [SMALL_STATE(4452)] = 173086, + [SMALL_STATE(4453)] = 173147, + [SMALL_STATE(4454)] = 173208, + [SMALL_STATE(4455)] = 173269, + [SMALL_STATE(4456)] = 173330, + [SMALL_STATE(4457)] = 173391, + [SMALL_STATE(4458)] = 173452, + [SMALL_STATE(4459)] = 173513, + [SMALL_STATE(4460)] = 173574, + [SMALL_STATE(4461)] = 173635, + [SMALL_STATE(4462)] = 173690, + [SMALL_STATE(4463)] = 173727, + [SMALL_STATE(4464)] = 173764, + [SMALL_STATE(4465)] = 173825, + [SMALL_STATE(4466)] = 173868, + [SMALL_STATE(4467)] = 173929, + [SMALL_STATE(4468)] = 173990, + [SMALL_STATE(4469)] = 174030, + [SMALL_STATE(4470)] = 174058, + [SMALL_STATE(4471)] = 174100, + [SMALL_STATE(4472)] = 174128, + [SMALL_STATE(4473)] = 174168, + [SMALL_STATE(4474)] = 174208, + [SMALL_STATE(4475)] = 174252, + [SMALL_STATE(4476)] = 174292, + [SMALL_STATE(4477)] = 174328, + [SMALL_STATE(4478)] = 174362, + [SMALL_STATE(4479)] = 174402, + [SMALL_STATE(4480)] = 174430, + [SMALL_STATE(4481)] = 174458, + [SMALL_STATE(4482)] = 174486, + [SMALL_STATE(4483)] = 174514, + [SMALL_STATE(4484)] = 174554, + [SMALL_STATE(4485)] = 174582, + [SMALL_STATE(4486)] = 174622, + [SMALL_STATE(4487)] = 174652, + [SMALL_STATE(4488)] = 174692, + [SMALL_STATE(4489)] = 174720, + [SMALL_STATE(4490)] = 174748, + [SMALL_STATE(4491)] = 174776, + [SMALL_STATE(4492)] = 174804, + [SMALL_STATE(4493)] = 174832, + [SMALL_STATE(4494)] = 174860, + [SMALL_STATE(4495)] = 174888, + [SMALL_STATE(4496)] = 174916, + [SMALL_STATE(4497)] = 174956, + [SMALL_STATE(4498)] = 175002, + [SMALL_STATE(4499)] = 175048, + [SMALL_STATE(4500)] = 175076, + [SMALL_STATE(4501)] = 175104, + [SMALL_STATE(4502)] = 175132, + [SMALL_STATE(4503)] = 175160, + [SMALL_STATE(4504)] = 175188, + [SMALL_STATE(4505)] = 175216, + [SMALL_STATE(4506)] = 175244, + [SMALL_STATE(4507)] = 175272, + [SMALL_STATE(4508)] = 175300, + [SMALL_STATE(4509)] = 175328, + [SMALL_STATE(4510)] = 175368, + [SMALL_STATE(4511)] = 175396, + [SMALL_STATE(4512)] = 175424, + [SMALL_STATE(4513)] = 175452, + [SMALL_STATE(4514)] = 175492, + [SMALL_STATE(4515)] = 175520, + [SMALL_STATE(4516)] = 175548, + [SMALL_STATE(4517)] = 175588, + [SMALL_STATE(4518)] = 175628, + [SMALL_STATE(4519)] = 175668, + [SMALL_STATE(4520)] = 175716, + [SMALL_STATE(4521)] = 175744, + [SMALL_STATE(4522)] = 175784, + [SMALL_STATE(4523)] = 175812, + [SMALL_STATE(4524)] = 175840, + [SMALL_STATE(4525)] = 175890, + [SMALL_STATE(4526)] = 175922, + [SMALL_STATE(4527)] = 175950, + [SMALL_STATE(4528)] = 175990, + [SMALL_STATE(4529)] = 176018, + [SMALL_STATE(4530)] = 176046, + [SMALL_STATE(4531)] = 176074, + [SMALL_STATE(4532)] = 176102, + [SMALL_STATE(4533)] = 176142, + [SMALL_STATE(4534)] = 176170, + [SMALL_STATE(4535)] = 176198, + [SMALL_STATE(4536)] = 176226, + [SMALL_STATE(4537)] = 176254, + [SMALL_STATE(4538)] = 176282, + [SMALL_STATE(4539)] = 176310, + [SMALL_STATE(4540)] = 176350, + [SMALL_STATE(4541)] = 176390, + [SMALL_STATE(4542)] = 176430, + [SMALL_STATE(4543)] = 176470, + [SMALL_STATE(4544)] = 176498, + [SMALL_STATE(4545)] = 176540, + [SMALL_STATE(4546)] = 176568, + [SMALL_STATE(4547)] = 176596, + [SMALL_STATE(4548)] = 176624, + [SMALL_STATE(4549)] = 176664, + [SMALL_STATE(4550)] = 176704, + [SMALL_STATE(4551)] = 176744, + [SMALL_STATE(4552)] = 176784, + [SMALL_STATE(4553)] = 176824, + [SMALL_STATE(4554)] = 176852, + [SMALL_STATE(4555)] = 176880, + [SMALL_STATE(4556)] = 176908, + [SMALL_STATE(4557)] = 176936, + [SMALL_STATE(4558)] = 176964, + [SMALL_STATE(4559)] = 176992, + [SMALL_STATE(4560)] = 177020, + [SMALL_STATE(4561)] = 177048, + [SMALL_STATE(4562)] = 177088, + [SMALL_STATE(4563)] = 177116, + [SMALL_STATE(4564)] = 177156, + [SMALL_STATE(4565)] = 177184, + [SMALL_STATE(4566)] = 177212, + [SMALL_STATE(4567)] = 177240, + [SMALL_STATE(4568)] = 177268, + [SMALL_STATE(4569)] = 177308, + [SMALL_STATE(4570)] = 177348, + [SMALL_STATE(4571)] = 177388, + [SMALL_STATE(4572)] = 177428, + [SMALL_STATE(4573)] = 177456, + [SMALL_STATE(4574)] = 177484, + [SMALL_STATE(4575)] = 177524, + [SMALL_STATE(4576)] = 177552, + [SMALL_STATE(4577)] = 177580, + [SMALL_STATE(4578)] = 177620, + [SMALL_STATE(4579)] = 177648, + [SMALL_STATE(4580)] = 177676, + [SMALL_STATE(4581)] = 177704, + [SMALL_STATE(4582)] = 177732, + [SMALL_STATE(4583)] = 177760, + [SMALL_STATE(4584)] = 177788, + [SMALL_STATE(4585)] = 177816, + [SMALL_STATE(4586)] = 177856, + [SMALL_STATE(4587)] = 177911, + [SMALL_STATE(4588)] = 177966, + [SMALL_STATE(4589)] = 178021, + [SMALL_STATE(4590)] = 178076, + [SMALL_STATE(4591)] = 178103, + [SMALL_STATE(4592)] = 178162, + [SMALL_STATE(4593)] = 178221, + [SMALL_STATE(4594)] = 178266, + [SMALL_STATE(4595)] = 178293, + [SMALL_STATE(4596)] = 178322, + [SMALL_STATE(4597)] = 178349, + [SMALL_STATE(4598)] = 178398, + [SMALL_STATE(4599)] = 178453, + [SMALL_STATE(4600)] = 178508, + [SMALL_STATE(4601)] = 178553, + [SMALL_STATE(4602)] = 178608, + [SMALL_STATE(4603)] = 178651, + [SMALL_STATE(4604)] = 178692, + [SMALL_STATE(4605)] = 178731, + [SMALL_STATE(4606)] = 178768, + [SMALL_STATE(4607)] = 178803, + [SMALL_STATE(4608)] = 178836, + [SMALL_STATE(4609)] = 178867, + [SMALL_STATE(4610)] = 178912, + [SMALL_STATE(4611)] = 178967, + [SMALL_STATE(4612)] = 179022, + [SMALL_STATE(4613)] = 179077, + [SMALL_STATE(4614)] = 179132, + [SMALL_STATE(4615)] = 179187, + [SMALL_STATE(4616)] = 179242, + [SMALL_STATE(4617)] = 179297, + [SMALL_STATE(4618)] = 179352, + [SMALL_STATE(4619)] = 179407, + [SMALL_STATE(4620)] = 179462, + [SMALL_STATE(4621)] = 179507, + [SMALL_STATE(4622)] = 179562, + [SMALL_STATE(4623)] = 179621, + [SMALL_STATE(4624)] = 179676, + [SMALL_STATE(4625)] = 179731, + [SMALL_STATE(4626)] = 179786, + [SMALL_STATE(4627)] = 179841, + [SMALL_STATE(4628)] = 179896, + [SMALL_STATE(4629)] = 179951, + [SMALL_STATE(4630)] = 180006, + [SMALL_STATE(4631)] = 180061, + [SMALL_STATE(4632)] = 180116, + [SMALL_STATE(4633)] = 180161, + [SMALL_STATE(4634)] = 180210, + [SMALL_STATE(4635)] = 180265, + [SMALL_STATE(4636)] = 180320, + [SMALL_STATE(4637)] = 180347, + [SMALL_STATE(4638)] = 180374, + [SMALL_STATE(4639)] = 180429, + [SMALL_STATE(4640)] = 180484, + [SMALL_STATE(4641)] = 180529, + [SMALL_STATE(4642)] = 180560, + [SMALL_STATE(4643)] = 180587, + [SMALL_STATE(4644)] = 180614, + [SMALL_STATE(4645)] = 180669, + [SMALL_STATE(4646)] = 180724, + [SMALL_STATE(4647)] = 180751, + [SMALL_STATE(4648)] = 180806, + [SMALL_STATE(4649)] = 180851, + [SMALL_STATE(4650)] = 180906, + [SMALL_STATE(4651)] = 180961, + [SMALL_STATE(4652)] = 180988, + [SMALL_STATE(4653)] = 181043, + [SMALL_STATE(4654)] = 181088, + [SMALL_STATE(4655)] = 181133, + [SMALL_STATE(4656)] = 181188, + [SMALL_STATE(4657)] = 181243, + [SMALL_STATE(4658)] = 181298, + [SMALL_STATE(4659)] = 181325, + [SMALL_STATE(4660)] = 181370, + [SMALL_STATE(4661)] = 181425, + [SMALL_STATE(4662)] = 181480, + [SMALL_STATE(4663)] = 181535, + [SMALL_STATE(4664)] = 181590, + [SMALL_STATE(4665)] = 181645, + [SMALL_STATE(4666)] = 181700, + [SMALL_STATE(4667)] = 181755, + [SMALL_STATE(4668)] = 181810, + [SMALL_STATE(4669)] = 181850, + [SMALL_STATE(4670)] = 181908, + [SMALL_STATE(4671)] = 181966, + [SMALL_STATE(4672)] = 182024, + [SMALL_STATE(4673)] = 182073, + [SMALL_STATE(4674)] = 182102, + [SMALL_STATE(4675)] = 182151, + [SMALL_STATE(4676)] = 182200, + [SMALL_STATE(4677)] = 182249, + [SMALL_STATE(4678)] = 182298, + [SMALL_STATE(4679)] = 182347, + [SMALL_STATE(4680)] = 182396, + [SMALL_STATE(4681)] = 182445, + [SMALL_STATE(4682)] = 182494, + [SMALL_STATE(4683)] = 182543, + [SMALL_STATE(4684)] = 182592, + [SMALL_STATE(4685)] = 182641, + [SMALL_STATE(4686)] = 182690, + [SMALL_STATE(4687)] = 182739, + [SMALL_STATE(4688)] = 182788, + [SMALL_STATE(4689)] = 182837, + [SMALL_STATE(4690)] = 182886, + [SMALL_STATE(4691)] = 182935, + [SMALL_STATE(4692)] = 182984, + [SMALL_STATE(4693)] = 183033, + [SMALL_STATE(4694)] = 183082, + [SMALL_STATE(4695)] = 183131, + [SMALL_STATE(4696)] = 183180, + [SMALL_STATE(4697)] = 183229, + [SMALL_STATE(4698)] = 183278, + [SMALL_STATE(4699)] = 183327, + [SMALL_STATE(4700)] = 183376, + [SMALL_STATE(4701)] = 183425, + [SMALL_STATE(4702)] = 183474, + [SMALL_STATE(4703)] = 183523, + [SMALL_STATE(4704)] = 183572, + [SMALL_STATE(4705)] = 183621, + [SMALL_STATE(4706)] = 183670, + [SMALL_STATE(4707)] = 183719, + [SMALL_STATE(4708)] = 183768, + [SMALL_STATE(4709)] = 183817, + [SMALL_STATE(4710)] = 183866, + [SMALL_STATE(4711)] = 183915, + [SMALL_STATE(4712)] = 183964, + [SMALL_STATE(4713)] = 184013, + [SMALL_STATE(4714)] = 184062, + [SMALL_STATE(4715)] = 184111, + [SMALL_STATE(4716)] = 184160, + [SMALL_STATE(4717)] = 184209, + [SMALL_STATE(4718)] = 184258, + [SMALL_STATE(4719)] = 184307, + [SMALL_STATE(4720)] = 184356, + [SMALL_STATE(4721)] = 184397, + [SMALL_STATE(4722)] = 184446, + [SMALL_STATE(4723)] = 184487, + [SMALL_STATE(4724)] = 184536, + [SMALL_STATE(4725)] = 184585, + [SMALL_STATE(4726)] = 184634, + [SMALL_STATE(4727)] = 184683, + [SMALL_STATE(4728)] = 184732, + [SMALL_STATE(4729)] = 184781, + [SMALL_STATE(4730)] = 184830, + [SMALL_STATE(4731)] = 184879, + [SMALL_STATE(4732)] = 184928, + [SMALL_STATE(4733)] = 184977, + [SMALL_STATE(4734)] = 185026, + [SMALL_STATE(4735)] = 185075, + [SMALL_STATE(4736)] = 185124, + [SMALL_STATE(4737)] = 185173, + [SMALL_STATE(4738)] = 185222, + [SMALL_STATE(4739)] = 185271, + [SMALL_STATE(4740)] = 185320, + [SMALL_STATE(4741)] = 185369, + [SMALL_STATE(4742)] = 185418, + [SMALL_STATE(4743)] = 185467, + [SMALL_STATE(4744)] = 185516, + [SMALL_STATE(4745)] = 185565, + [SMALL_STATE(4746)] = 185614, + [SMALL_STATE(4747)] = 185663, + [SMALL_STATE(4748)] = 185712, + [SMALL_STATE(4749)] = 185761, + [SMALL_STATE(4750)] = 185810, + [SMALL_STATE(4751)] = 185859, + [SMALL_STATE(4752)] = 185908, + [SMALL_STATE(4753)] = 185957, + [SMALL_STATE(4754)] = 186006, + [SMALL_STATE(4755)] = 186055, + [SMALL_STATE(4756)] = 186104, + [SMALL_STATE(4757)] = 186153, + [SMALL_STATE(4758)] = 186202, + [SMALL_STATE(4759)] = 186251, + [SMALL_STATE(4760)] = 186292, + [SMALL_STATE(4761)] = 186343, + [SMALL_STATE(4762)] = 186382, + [SMALL_STATE(4763)] = 186431, + [SMALL_STATE(4764)] = 186480, + [SMALL_STATE(4765)] = 186529, + [SMALL_STATE(4766)] = 186578, + [SMALL_STATE(4767)] = 186627, + [SMALL_STATE(4768)] = 186668, + [SMALL_STATE(4769)] = 186717, + [SMALL_STATE(4770)] = 186766, + [SMALL_STATE(4771)] = 186805, + [SMALL_STATE(4772)] = 186854, + [SMALL_STATE(4773)] = 186903, + [SMALL_STATE(4774)] = 186952, + [SMALL_STATE(4775)] = 187001, + [SMALL_STATE(4776)] = 187050, + [SMALL_STATE(4777)] = 187098, + [SMALL_STATE(4778)] = 187144, + [SMALL_STATE(4779)] = 187190, + [SMALL_STATE(4780)] = 187242, + [SMALL_STATE(4781)] = 187290, + [SMALL_STATE(4782)] = 187338, + [SMALL_STATE(4783)] = 187386, + [SMALL_STATE(4784)] = 187432, + [SMALL_STATE(4785)] = 187478, + [SMALL_STATE(4786)] = 187530, + [SMALL_STATE(4787)] = 187576, + [SMALL_STATE(4788)] = 187614, + [SMALL_STATE(4789)] = 187660, + [SMALL_STATE(4790)] = 187706, + [SMALL_STATE(4791)] = 187758, + [SMALL_STATE(4792)] = 187804, + [SMALL_STATE(4793)] = 187852, + [SMALL_STATE(4794)] = 187898, + [SMALL_STATE(4795)] = 187944, + [SMALL_STATE(4796)] = 187996, + [SMALL_STATE(4797)] = 188042, + [SMALL_STATE(4798)] = 188088, + [SMALL_STATE(4799)] = 188134, + [SMALL_STATE(4800)] = 188186, + [SMALL_STATE(4801)] = 188238, + [SMALL_STATE(4802)] = 188284, + [SMALL_STATE(4803)] = 188330, + [SMALL_STATE(4804)] = 188378, + [SMALL_STATE(4805)] = 188430, + [SMALL_STATE(4806)] = 188482, + [SMALL_STATE(4807)] = 188534, + [SMALL_STATE(4808)] = 188586, + [SMALL_STATE(4809)] = 188632, + [SMALL_STATE(4810)] = 188678, + [SMALL_STATE(4811)] = 188730, + [SMALL_STATE(4812)] = 188782, + [SMALL_STATE(4813)] = 188828, + [SMALL_STATE(4814)] = 188874, + [SMALL_STATE(4815)] = 188922, + [SMALL_STATE(4816)] = 188974, + [SMALL_STATE(4817)] = 189020, + [SMALL_STATE(4818)] = 189057, + [SMALL_STATE(4819)] = 189094, + [SMALL_STATE(4820)] = 189131, + [SMALL_STATE(4821)] = 189168, + [SMALL_STATE(4822)] = 189213, + [SMALL_STATE(4823)] = 189250, + [SMALL_STATE(4824)] = 189287, + [SMALL_STATE(4825)] = 189324, + [SMALL_STATE(4826)] = 189361, + [SMALL_STATE(4827)] = 189398, + [SMALL_STATE(4828)] = 189443, + [SMALL_STATE(4829)] = 189480, + [SMALL_STATE(4830)] = 189517, + [SMALL_STATE(4831)] = 189554, + [SMALL_STATE(4832)] = 189591, + [SMALL_STATE(4833)] = 189636, + [SMALL_STATE(4834)] = 189673, + [SMALL_STATE(4835)] = 189710, + [SMALL_STATE(4836)] = 189755, + [SMALL_STATE(4837)] = 189792, + [SMALL_STATE(4838)] = 189829, + [SMALL_STATE(4839)] = 189869, + [SMALL_STATE(4840)] = 189909, + [SMALL_STATE(4841)] = 189937, + [SMALL_STATE(4842)] = 189977, + [SMALL_STATE(4843)] = 190017, + [SMALL_STATE(4844)] = 190045, + [SMALL_STATE(4845)] = 190083, + [SMALL_STATE(4846)] = 190121, + [SMALL_STATE(4847)] = 190161, + [SMALL_STATE(4848)] = 190201, + [SMALL_STATE(4849)] = 190243, + [SMALL_STATE(4850)] = 190281, + [SMALL_STATE(4851)] = 190307, + [SMALL_STATE(4852)] = 190347, + [SMALL_STATE(4853)] = 190387, + [SMALL_STATE(4854)] = 190425, + [SMALL_STATE(4855)] = 190463, + [SMALL_STATE(4856)] = 190489, + [SMALL_STATE(4857)] = 190515, + [SMALL_STATE(4858)] = 190553, + [SMALL_STATE(4859)] = 190595, + [SMALL_STATE(4860)] = 190635, + [SMALL_STATE(4861)] = 190673, + [SMALL_STATE(4862)] = 190713, + [SMALL_STATE(4863)] = 190739, + [SMALL_STATE(4864)] = 190777, + [SMALL_STATE(4865)] = 190817, + [SMALL_STATE(4866)] = 190857, + [SMALL_STATE(4867)] = 190895, + [SMALL_STATE(4868)] = 190933, + [SMALL_STATE(4869)] = 190971, + [SMALL_STATE(4870)] = 191011, + [SMALL_STATE(4871)] = 191051, + [SMALL_STATE(4872)] = 191091, + [SMALL_STATE(4873)] = 191133, + [SMALL_STATE(4874)] = 191171, + [SMALL_STATE(4875)] = 191209, + [SMALL_STATE(4876)] = 191249, + [SMALL_STATE(4877)] = 191275, + [SMALL_STATE(4878)] = 191313, + [SMALL_STATE(4879)] = 191355, + [SMALL_STATE(4880)] = 191393, + [SMALL_STATE(4881)] = 191433, + [SMALL_STATE(4882)] = 191473, + [SMALL_STATE(4883)] = 191499, + [SMALL_STATE(4884)] = 191539, + [SMALL_STATE(4885)] = 191577, + [SMALL_STATE(4886)] = 191617, + [SMALL_STATE(4887)] = 191659, + [SMALL_STATE(4888)] = 191697, + [SMALL_STATE(4889)] = 191735, + [SMALL_STATE(4890)] = 191775, + [SMALL_STATE(4891)] = 191815, + [SMALL_STATE(4892)] = 191855, + [SMALL_STATE(4893)] = 191897, + [SMALL_STATE(4894)] = 191937, + [SMALL_STATE(4895)] = 191977, + [SMALL_STATE(4896)] = 192017, + [SMALL_STATE(4897)] = 192043, + [SMALL_STATE(4898)] = 192083, + [SMALL_STATE(4899)] = 192112, + [SMALL_STATE(4900)] = 192141, + [SMALL_STATE(4901)] = 192182, + [SMALL_STATE(4902)] = 192215, + [SMALL_STATE(4903)] = 192248, + [SMALL_STATE(4904)] = 192281, + [SMALL_STATE(4905)] = 192306, + [SMALL_STATE(4906)] = 192331, + [SMALL_STATE(4907)] = 192368, + [SMALL_STATE(4908)] = 192401, + [SMALL_STATE(4909)] = 192434, + [SMALL_STATE(4910)] = 192467, + [SMALL_STATE(4911)] = 192500, + [SMALL_STATE(4912)] = 192523, + [SMALL_STATE(4913)] = 192556, + [SMALL_STATE(4914)] = 192595, + [SMALL_STATE(4915)] = 192620, + [SMALL_STATE(4916)] = 192657, + [SMALL_STATE(4917)] = 192690, + [SMALL_STATE(4918)] = 192727, + [SMALL_STATE(4919)] = 192766, + [SMALL_STATE(4920)] = 192791, + [SMALL_STATE(4921)] = 192816, + [SMALL_STATE(4922)] = 192841, + [SMALL_STATE(4923)] = 192878, + [SMALL_STATE(4924)] = 192913, + [SMALL_STATE(4925)] = 192950, + [SMALL_STATE(4926)] = 192989, + [SMALL_STATE(4927)] = 193014, + [SMALL_STATE(4928)] = 193051, + [SMALL_STATE(4929)] = 193090, + [SMALL_STATE(4930)] = 193127, + [SMALL_STATE(4931)] = 193162, + [SMALL_STATE(4932)] = 193199, + [SMALL_STATE(4933)] = 193236, + [SMALL_STATE(4934)] = 193265, + [SMALL_STATE(4935)] = 193302, + [SMALL_STATE(4936)] = 193341, + [SMALL_STATE(4937)] = 193366, + [SMALL_STATE(4938)] = 193403, + [SMALL_STATE(4939)] = 193440, + [SMALL_STATE(4940)] = 193477, + [SMALL_STATE(4941)] = 193514, + [SMALL_STATE(4942)] = 193543, + [SMALL_STATE(4943)] = 193572, + [SMALL_STATE(4944)] = 193596, + [SMALL_STATE(4945)] = 193630, + [SMALL_STATE(4946)] = 193650, + [SMALL_STATE(4947)] = 193672, + [SMALL_STATE(4948)] = 193696, + [SMALL_STATE(4949)] = 193716, + [SMALL_STATE(4950)] = 193752, + [SMALL_STATE(4951)] = 193772, + [SMALL_STATE(4952)] = 193806, + [SMALL_STATE(4953)] = 193826, + [SMALL_STATE(4954)] = 193846, + [SMALL_STATE(4955)] = 193880, + [SMALL_STATE(4956)] = 193900, + [SMALL_STATE(4957)] = 193924, + [SMALL_STATE(4958)] = 193948, + [SMALL_STATE(4959)] = 193972, + [SMALL_STATE(4960)] = 193992, + [SMALL_STATE(4961)] = 194012, + [SMALL_STATE(4962)] = 194032, + [SMALL_STATE(4963)] = 194052, + [SMALL_STATE(4964)] = 194088, + [SMALL_STATE(4965)] = 194108, + [SMALL_STATE(4966)] = 194128, + [SMALL_STATE(4967)] = 194148, + [SMALL_STATE(4968)] = 194182, + [SMALL_STATE(4969)] = 194202, + [SMALL_STATE(4970)] = 194222, + [SMALL_STATE(4971)] = 194242, + [SMALL_STATE(4972)] = 194262, + [SMALL_STATE(4973)] = 194282, + [SMALL_STATE(4974)] = 194306, + [SMALL_STATE(4975)] = 194330, + [SMALL_STATE(4976)] = 194350, + [SMALL_STATE(4977)] = 194370, + [SMALL_STATE(4978)] = 194394, + [SMALL_STATE(4979)] = 194414, + [SMALL_STATE(4980)] = 194434, + [SMALL_STATE(4981)] = 194454, + [SMALL_STATE(4982)] = 194476, + [SMALL_STATE(4983)] = 194496, + [SMALL_STATE(4984)] = 194516, + [SMALL_STATE(4985)] = 194540, + [SMALL_STATE(4986)] = 194576, + [SMALL_STATE(4987)] = 194612, + [SMALL_STATE(4988)] = 194646, + [SMALL_STATE(4989)] = 194670, + [SMALL_STATE(4990)] = 194690, + [SMALL_STATE(4991)] = 194710, + [SMALL_STATE(4992)] = 194730, + [SMALL_STATE(4993)] = 194758, + [SMALL_STATE(4994)] = 194794, + [SMALL_STATE(4995)] = 194822, + [SMALL_STATE(4996)] = 194856, + [SMALL_STATE(4997)] = 194880, + [SMALL_STATE(4998)] = 194916, + [SMALL_STATE(4999)] = 194952, + [SMALL_STATE(5000)] = 194972, + [SMALL_STATE(5001)] = 195008, + [SMALL_STATE(5002)] = 195028, + [SMALL_STATE(5003)] = 195052, + [SMALL_STATE(5004)] = 195088, + [SMALL_STATE(5005)] = 195108, + [SMALL_STATE(5006)] = 195132, + [SMALL_STATE(5007)] = 195168, + [SMALL_STATE(5008)] = 195204, + [SMALL_STATE(5009)] = 195240, + [SMALL_STATE(5010)] = 195276, + [SMALL_STATE(5011)] = 195312, + [SMALL_STATE(5012)] = 195332, + [SMALL_STATE(5013)] = 195366, + [SMALL_STATE(5014)] = 195390, + [SMALL_STATE(5015)] = 195414, + [SMALL_STATE(5016)] = 195450, + [SMALL_STATE(5017)] = 195486, + [SMALL_STATE(5018)] = 195514, + [SMALL_STATE(5019)] = 195548, + [SMALL_STATE(5020)] = 195582, + [SMALL_STATE(5021)] = 195606, + [SMALL_STATE(5022)] = 195630, + [SMALL_STATE(5023)] = 195666, + [SMALL_STATE(5024)] = 195688, + [SMALL_STATE(5025)] = 195708, + [SMALL_STATE(5026)] = 195736, + [SMALL_STATE(5027)] = 195768, + [SMALL_STATE(5028)] = 195792, + [SMALL_STATE(5029)] = 195816, + [SMALL_STATE(5030)] = 195836, + [SMALL_STATE(5031)] = 195864, + [SMALL_STATE(5032)] = 195893, + [SMALL_STATE(5033)] = 195920, + [SMALL_STATE(5034)] = 195939, + [SMALL_STATE(5035)] = 195958, + [SMALL_STATE(5036)] = 195977, + [SMALL_STATE(5037)] = 196004, + [SMALL_STATE(5038)] = 196023, + [SMALL_STATE(5039)] = 196040, + [SMALL_STATE(5040)] = 196071, + [SMALL_STATE(5041)] = 196090, + [SMALL_STATE(5042)] = 196113, + [SMALL_STATE(5043)] = 196136, + [SMALL_STATE(5044)] = 196167, + [SMALL_STATE(5045)] = 196196, + [SMALL_STATE(5046)] = 196213, + [SMALL_STATE(5047)] = 196236, + [SMALL_STATE(5048)] = 196255, + [SMALL_STATE(5049)] = 196278, + [SMALL_STATE(5050)] = 196297, + [SMALL_STATE(5051)] = 196314, + [SMALL_STATE(5052)] = 196331, + [SMALL_STATE(5053)] = 196348, + [SMALL_STATE(5054)] = 196367, + [SMALL_STATE(5055)] = 196384, + [SMALL_STATE(5056)] = 196403, + [SMALL_STATE(5057)] = 196422, + [SMALL_STATE(5058)] = 196439, + [SMALL_STATE(5059)] = 196456, + [SMALL_STATE(5060)] = 196473, + [SMALL_STATE(5061)] = 196492, + [SMALL_STATE(5062)] = 196523, + [SMALL_STATE(5063)] = 196550, + [SMALL_STATE(5064)] = 196573, + [SMALL_STATE(5065)] = 196592, + [SMALL_STATE(5066)] = 196623, + [SMALL_STATE(5067)] = 196642, + [SMALL_STATE(5068)] = 196673, + [SMALL_STATE(5069)] = 196696, + [SMALL_STATE(5070)] = 196719, + [SMALL_STATE(5071)] = 196742, + [SMALL_STATE(5072)] = 196761, + [SMALL_STATE(5073)] = 196780, + [SMALL_STATE(5074)] = 196803, + [SMALL_STATE(5075)] = 196822, + [SMALL_STATE(5076)] = 196839, + [SMALL_STATE(5077)] = 196862, + [SMALL_STATE(5078)] = 196879, + [SMALL_STATE(5079)] = 196902, + [SMALL_STATE(5080)] = 196929, + [SMALL_STATE(5081)] = 196952, + [SMALL_STATE(5082)] = 196969, + [SMALL_STATE(5083)] = 196992, + [SMALL_STATE(5084)] = 197009, + [SMALL_STATE(5085)] = 197032, + [SMALL_STATE(5086)] = 197055, + [SMALL_STATE(5087)] = 197078, + [SMALL_STATE(5088)] = 197101, + [SMALL_STATE(5089)] = 197120, + [SMALL_STATE(5090)] = 197153, + [SMALL_STATE(5091)] = 197176, + [SMALL_STATE(5092)] = 197195, + [SMALL_STATE(5093)] = 197212, + [SMALL_STATE(5094)] = 197235, + [SMALL_STATE(5095)] = 197266, + [SMALL_STATE(5096)] = 197289, + [SMALL_STATE(5097)] = 197320, + [SMALL_STATE(5098)] = 197351, + [SMALL_STATE(5099)] = 197368, + [SMALL_STATE(5100)] = 197391, + [SMALL_STATE(5101)] = 197408, + [SMALL_STATE(5102)] = 197435, + [SMALL_STATE(5103)] = 197454, + [SMALL_STATE(5104)] = 197473, + [SMALL_STATE(5105)] = 197492, + [SMALL_STATE(5106)] = 197523, + [SMALL_STATE(5107)] = 197550, + [SMALL_STATE(5108)] = 197567, + [SMALL_STATE(5109)] = 197599, + [SMALL_STATE(5110)] = 197631, + [SMALL_STATE(5111)] = 197663, + [SMALL_STATE(5112)] = 197689, + [SMALL_STATE(5113)] = 197715, + [SMALL_STATE(5114)] = 197747, + [SMALL_STATE(5115)] = 197765, + [SMALL_STATE(5116)] = 197783, + [SMALL_STATE(5117)] = 197801, + [SMALL_STATE(5118)] = 197821, + [SMALL_STATE(5119)] = 197843, + [SMALL_STATE(5120)] = 197861, + [SMALL_STATE(5121)] = 197879, + [SMALL_STATE(5122)] = 197897, + [SMALL_STATE(5123)] = 197915, + [SMALL_STATE(5124)] = 197933, + [SMALL_STATE(5125)] = 197951, + [SMALL_STATE(5126)] = 197983, + [SMALL_STATE(5127)] = 198009, + [SMALL_STATE(5128)] = 198031, + [SMALL_STATE(5129)] = 198057, + [SMALL_STATE(5130)] = 198089, + [SMALL_STATE(5131)] = 198119, + [SMALL_STATE(5132)] = 198149, + [SMALL_STATE(5133)] = 198175, + [SMALL_STATE(5134)] = 198201, + [SMALL_STATE(5135)] = 198227, + [SMALL_STATE(5136)] = 198245, + [SMALL_STATE(5137)] = 198275, + [SMALL_STATE(5138)] = 198307, + [SMALL_STATE(5139)] = 198338, + [SMALL_STATE(5140)] = 198367, + [SMALL_STATE(5141)] = 198386, + [SMALL_STATE(5142)] = 198407, + [SMALL_STATE(5143)] = 198422, + [SMALL_STATE(5144)] = 198439, + [SMALL_STATE(5145)] = 198470, + [SMALL_STATE(5146)] = 198497, + [SMALL_STATE(5147)] = 198512, + [SMALL_STATE(5148)] = 198527, + [SMALL_STATE(5149)] = 198548, + [SMALL_STATE(5150)] = 198579, + [SMALL_STATE(5151)] = 198610, + [SMALL_STATE(5152)] = 198631, + [SMALL_STATE(5153)] = 198646, + [SMALL_STATE(5154)] = 198663, + [SMALL_STATE(5155)] = 198694, + [SMALL_STATE(5156)] = 198709, + [SMALL_STATE(5157)] = 198738, + [SMALL_STATE(5158)] = 198753, + [SMALL_STATE(5159)] = 198772, + [SMALL_STATE(5160)] = 198803, + [SMALL_STATE(5161)] = 198830, + [SMALL_STATE(5162)] = 198847, + [SMALL_STATE(5163)] = 198878, + [SMALL_STATE(5164)] = 198895, + [SMALL_STATE(5165)] = 198912, + [SMALL_STATE(5166)] = 198929, + [SMALL_STATE(5167)] = 198958, + [SMALL_STATE(5168)] = 198987, + [SMALL_STATE(5169)] = 199004, + [SMALL_STATE(5170)] = 199027, + [SMALL_STATE(5171)] = 199054, + [SMALL_STATE(5172)] = 199075, + [SMALL_STATE(5173)] = 199098, + [SMALL_STATE(5174)] = 199129, + [SMALL_STATE(5175)] = 199150, + [SMALL_STATE(5176)] = 199181, + [SMALL_STATE(5177)] = 199198, + [SMALL_STATE(5178)] = 199215, + [SMALL_STATE(5179)] = 199244, + [SMALL_STATE(5180)] = 199273, + [SMALL_STATE(5181)] = 199302, + [SMALL_STATE(5182)] = 199323, + [SMALL_STATE(5183)] = 199350, + [SMALL_STATE(5184)] = 199379, + [SMALL_STATE(5185)] = 199410, + [SMALL_STATE(5186)] = 199431, + [SMALL_STATE(5187)] = 199446, + [SMALL_STATE(5188)] = 199467, + [SMALL_STATE(5189)] = 199482, + [SMALL_STATE(5190)] = 199513, + [SMALL_STATE(5191)] = 199540, + [SMALL_STATE(5192)] = 199561, + [SMALL_STATE(5193)] = 199590, + [SMALL_STATE(5194)] = 199611, + [SMALL_STATE(5195)] = 199636, + [SMALL_STATE(5196)] = 199651, + [SMALL_STATE(5197)] = 199680, + [SMALL_STATE(5198)] = 199701, + [SMALL_STATE(5199)] = 199730, + [SMALL_STATE(5200)] = 199761, + [SMALL_STATE(5201)] = 199790, + [SMALL_STATE(5202)] = 199821, + [SMALL_STATE(5203)] = 199852, + [SMALL_STATE(5204)] = 199873, + [SMALL_STATE(5205)] = 199900, + [SMALL_STATE(5206)] = 199915, + [SMALL_STATE(5207)] = 199930, + [SMALL_STATE(5208)] = 199945, + [SMALL_STATE(5209)] = 199972, + [SMALL_STATE(5210)] = 199987, + [SMALL_STATE(5211)] = 200018, + [SMALL_STATE(5212)] = 200039, + [SMALL_STATE(5213)] = 200060, + [SMALL_STATE(5214)] = 200075, + [SMALL_STATE(5215)] = 200090, + [SMALL_STATE(5216)] = 200111, + [SMALL_STATE(5217)] = 200138, + [SMALL_STATE(5218)] = 200159, + [SMALL_STATE(5219)] = 200190, + [SMALL_STATE(5220)] = 200205, + [SMALL_STATE(5221)] = 200234, + [SMALL_STATE(5222)] = 200265, + [SMALL_STATE(5223)] = 200292, + [SMALL_STATE(5224)] = 200317, + [SMALL_STATE(5225)] = 200344, + [SMALL_STATE(5226)] = 200363, + [SMALL_STATE(5227)] = 200392, + [SMALL_STATE(5228)] = 200413, + [SMALL_STATE(5229)] = 200442, + [SMALL_STATE(5230)] = 200467, + [SMALL_STATE(5231)] = 200496, + [SMALL_STATE(5232)] = 200511, + [SMALL_STATE(5233)] = 200532, + [SMALL_STATE(5234)] = 200563, + [SMALL_STATE(5235)] = 200590, + [SMALL_STATE(5236)] = 200615, + [SMALL_STATE(5237)] = 200644, + [SMALL_STATE(5238)] = 200673, + [SMALL_STATE(5239)] = 200702, + [SMALL_STATE(5240)] = 200729, + [SMALL_STATE(5241)] = 200756, + [SMALL_STATE(5242)] = 200774, + [SMALL_STATE(5243)] = 200794, + [SMALL_STATE(5244)] = 200810, + [SMALL_STATE(5245)] = 200830, + [SMALL_STATE(5246)] = 200848, + [SMALL_STATE(5247)] = 200866, + [SMALL_STATE(5248)] = 200886, + [SMALL_STATE(5249)] = 200906, + [SMALL_STATE(5250)] = 200926, + [SMALL_STATE(5251)] = 200946, + [SMALL_STATE(5252)] = 200966, + [SMALL_STATE(5253)] = 200984, + [SMALL_STATE(5254)] = 201004, + [SMALL_STATE(5255)] = 201024, + [SMALL_STATE(5256)] = 201044, + [SMALL_STATE(5257)] = 201064, + [SMALL_STATE(5258)] = 201084, + [SMALL_STATE(5259)] = 201112, + [SMALL_STATE(5260)] = 201132, + [SMALL_STATE(5261)] = 201150, + [SMALL_STATE(5262)] = 201170, + [SMALL_STATE(5263)] = 201194, + [SMALL_STATE(5264)] = 201216, + [SMALL_STATE(5265)] = 201244, + [SMALL_STATE(5266)] = 201264, + [SMALL_STATE(5267)] = 201284, + [SMALL_STATE(5268)] = 201306, + [SMALL_STATE(5269)] = 201326, + [SMALL_STATE(5270)] = 201346, + [SMALL_STATE(5271)] = 201366, + [SMALL_STATE(5272)] = 201386, + [SMALL_STATE(5273)] = 201414, + [SMALL_STATE(5274)] = 201432, + [SMALL_STATE(5275)] = 201450, + [SMALL_STATE(5276)] = 201470, + [SMALL_STATE(5277)] = 201490, + [SMALL_STATE(5278)] = 201508, + [SMALL_STATE(5279)] = 201526, + [SMALL_STATE(5280)] = 201546, + [SMALL_STATE(5281)] = 201566, + [SMALL_STATE(5282)] = 201581, + [SMALL_STATE(5283)] = 201596, + [SMALL_STATE(5284)] = 201619, + [SMALL_STATE(5285)] = 201634, + [SMALL_STATE(5286)] = 201657, + [SMALL_STATE(5287)] = 201676, + [SMALL_STATE(5288)] = 201699, + [SMALL_STATE(5289)] = 201722, + [SMALL_STATE(5290)] = 201745, + [SMALL_STATE(5291)] = 201764, + [SMALL_STATE(5292)] = 201787, + [SMALL_STATE(5293)] = 201810, + [SMALL_STATE(5294)] = 201833, + [SMALL_STATE(5295)] = 201852, + [SMALL_STATE(5296)] = 201875, + [SMALL_STATE(5297)] = 201898, + [SMALL_STATE(5298)] = 201913, + [SMALL_STATE(5299)] = 201936, + [SMALL_STATE(5300)] = 201959, + [SMALL_STATE(5301)] = 201978, + [SMALL_STATE(5302)] = 202001, + [SMALL_STATE(5303)] = 202024, + [SMALL_STATE(5304)] = 202047, + [SMALL_STATE(5305)] = 202064, + [SMALL_STATE(5306)] = 202081, + [SMALL_STATE(5307)] = 202104, + [SMALL_STATE(5308)] = 202119, + [SMALL_STATE(5309)] = 202142, + [SMALL_STATE(5310)] = 202165, + [SMALL_STATE(5311)] = 202182, + [SMALL_STATE(5312)] = 202199, + [SMALL_STATE(5313)] = 202214, + [SMALL_STATE(5314)] = 202229, + [SMALL_STATE(5315)] = 202246, + [SMALL_STATE(5316)] = 202269, + [SMALL_STATE(5317)] = 202292, + [SMALL_STATE(5318)] = 202311, + [SMALL_STATE(5319)] = 202334, + [SMALL_STATE(5320)] = 202357, + [SMALL_STATE(5321)] = 202376, + [SMALL_STATE(5322)] = 202395, + [SMALL_STATE(5323)] = 202418, + [SMALL_STATE(5324)] = 202437, + [SMALL_STATE(5325)] = 202460, + [SMALL_STATE(5326)] = 202479, + [SMALL_STATE(5327)] = 202498, + [SMALL_STATE(5328)] = 202521, + [SMALL_STATE(5329)] = 202536, + [SMALL_STATE(5330)] = 202559, + [SMALL_STATE(5331)] = 202582, + [SMALL_STATE(5332)] = 202605, + [SMALL_STATE(5333)] = 202622, + [SMALL_STATE(5334)] = 202636, + [SMALL_STATE(5335)] = 202654, + [SMALL_STATE(5336)] = 202672, + [SMALL_STATE(5337)] = 202688, + [SMALL_STATE(5338)] = 202708, + [SMALL_STATE(5339)] = 202728, + [SMALL_STATE(5340)] = 202746, + [SMALL_STATE(5341)] = 202766, + [SMALL_STATE(5342)] = 202780, + [SMALL_STATE(5343)] = 202798, + [SMALL_STATE(5344)] = 202818, + [SMALL_STATE(5345)] = 202838, + [SMALL_STATE(5346)] = 202858, + [SMALL_STATE(5347)] = 202876, + [SMALL_STATE(5348)] = 202894, + [SMALL_STATE(5349)] = 202914, + [SMALL_STATE(5350)] = 202932, + [SMALL_STATE(5351)] = 202950, + [SMALL_STATE(5352)] = 202968, + [SMALL_STATE(5353)] = 202986, + [SMALL_STATE(5354)] = 203004, + [SMALL_STATE(5355)] = 203024, + [SMALL_STATE(5356)] = 203044, + [SMALL_STATE(5357)] = 203062, + [SMALL_STATE(5358)] = 203080, + [SMALL_STATE(5359)] = 203100, + [SMALL_STATE(5360)] = 203118, + [SMALL_STATE(5361)] = 203136, + [SMALL_STATE(5362)] = 203156, + [SMALL_STATE(5363)] = 203174, + [SMALL_STATE(5364)] = 203188, + [SMALL_STATE(5365)] = 203202, + [SMALL_STATE(5366)] = 203222, + [SMALL_STATE(5367)] = 203236, + [SMALL_STATE(5368)] = 203254, + [SMALL_STATE(5369)] = 203272, + [SMALL_STATE(5370)] = 203290, + [SMALL_STATE(5371)] = 203310, + [SMALL_STATE(5372)] = 203328, + [SMALL_STATE(5373)] = 203346, + [SMALL_STATE(5374)] = 203360, + [SMALL_STATE(5375)] = 203374, + [SMALL_STATE(5376)] = 203394, + [SMALL_STATE(5377)] = 203412, + [SMALL_STATE(5378)] = 203430, + [SMALL_STATE(5379)] = 203444, + [SMALL_STATE(5380)] = 203458, + [SMALL_STATE(5381)] = 203476, + [SMALL_STATE(5382)] = 203490, + [SMALL_STATE(5383)] = 203510, + [SMALL_STATE(5384)] = 203529, + [SMALL_STATE(5385)] = 203542, + [SMALL_STATE(5386)] = 203559, + [SMALL_STATE(5387)] = 203578, + [SMALL_STATE(5388)] = 203597, + [SMALL_STATE(5389)] = 203616, + [SMALL_STATE(5390)] = 203635, + [SMALL_STATE(5391)] = 203654, + [SMALL_STATE(5392)] = 203671, + [SMALL_STATE(5393)] = 203688, + [SMALL_STATE(5394)] = 203705, + [SMALL_STATE(5395)] = 203722, + [SMALL_STATE(5396)] = 203741, + [SMALL_STATE(5397)] = 203758, + [SMALL_STATE(5398)] = 203775, + [SMALL_STATE(5399)] = 203791, + [SMALL_STATE(5400)] = 203807, + [SMALL_STATE(5401)] = 203823, + [SMALL_STATE(5402)] = 203839, + [SMALL_STATE(5403)] = 203855, + [SMALL_STATE(5404)] = 203871, + [SMALL_STATE(5405)] = 203887, + [SMALL_STATE(5406)] = 203903, + [SMALL_STATE(5407)] = 203919, + [SMALL_STATE(5408)] = 203935, + [SMALL_STATE(5409)] = 203951, + [SMALL_STATE(5410)] = 203965, + [SMALL_STATE(5411)] = 203981, + [SMALL_STATE(5412)] = 203995, + [SMALL_STATE(5413)] = 204009, + [SMALL_STATE(5414)] = 204025, + [SMALL_STATE(5415)] = 204041, + [SMALL_STATE(5416)] = 204055, + [SMALL_STATE(5417)] = 204071, + [SMALL_STATE(5418)] = 204087, + [SMALL_STATE(5419)] = 204103, + [SMALL_STATE(5420)] = 204119, + [SMALL_STATE(5421)] = 204135, + [SMALL_STATE(5422)] = 204151, + [SMALL_STATE(5423)] = 204167, + [SMALL_STATE(5424)] = 204183, + [SMALL_STATE(5425)] = 204199, + [SMALL_STATE(5426)] = 204215, + [SMALL_STATE(5427)] = 204231, + [SMALL_STATE(5428)] = 204245, + [SMALL_STATE(5429)] = 204261, + [SMALL_STATE(5430)] = 204277, + [SMALL_STATE(5431)] = 204293, + [SMALL_STATE(5432)] = 204309, + [SMALL_STATE(5433)] = 204325, + [SMALL_STATE(5434)] = 204341, + [SMALL_STATE(5435)] = 204357, + [SMALL_STATE(5436)] = 204373, + [SMALL_STATE(5437)] = 204389, + [SMALL_STATE(5438)] = 204405, + [SMALL_STATE(5439)] = 204421, + [SMALL_STATE(5440)] = 204437, + [SMALL_STATE(5441)] = 204453, + [SMALL_STATE(5442)] = 204469, + [SMALL_STATE(5443)] = 204485, + [SMALL_STATE(5444)] = 204501, + [SMALL_STATE(5445)] = 204515, + [SMALL_STATE(5446)] = 204529, + [SMALL_STATE(5447)] = 204545, + [SMALL_STATE(5448)] = 204561, + [SMALL_STATE(5449)] = 204577, + [SMALL_STATE(5450)] = 204587, + [SMALL_STATE(5451)] = 204603, + [SMALL_STATE(5452)] = 204619, + [SMALL_STATE(5453)] = 204635, + [SMALL_STATE(5454)] = 204651, + [SMALL_STATE(5455)] = 204667, + [SMALL_STATE(5456)] = 204683, + [SMALL_STATE(5457)] = 204697, + [SMALL_STATE(5458)] = 204713, + [SMALL_STATE(5459)] = 204729, + [SMALL_STATE(5460)] = 204745, + [SMALL_STATE(5461)] = 204761, + [SMALL_STATE(5462)] = 204777, + [SMALL_STATE(5463)] = 204793, + [SMALL_STATE(5464)] = 204809, + [SMALL_STATE(5465)] = 204825, + [SMALL_STATE(5466)] = 204841, + [SMALL_STATE(5467)] = 204851, + [SMALL_STATE(5468)] = 204867, + [SMALL_STATE(5469)] = 204881, + [SMALL_STATE(5470)] = 204897, + [SMALL_STATE(5471)] = 204913, + [SMALL_STATE(5472)] = 204929, + [SMALL_STATE(5473)] = 204945, + [SMALL_STATE(5474)] = 204961, + [SMALL_STATE(5475)] = 204977, + [SMALL_STATE(5476)] = 204993, + [SMALL_STATE(5477)] = 205007, + [SMALL_STATE(5478)] = 205023, + [SMALL_STATE(5479)] = 205039, + [SMALL_STATE(5480)] = 205055, + [SMALL_STATE(5481)] = 205071, + [SMALL_STATE(5482)] = 205087, + [SMALL_STATE(5483)] = 205103, + [SMALL_STATE(5484)] = 205119, + [SMALL_STATE(5485)] = 205133, + [SMALL_STATE(5486)] = 205149, + [SMALL_STATE(5487)] = 205165, + [SMALL_STATE(5488)] = 205179, + [SMALL_STATE(5489)] = 205195, + [SMALL_STATE(5490)] = 205209, + [SMALL_STATE(5491)] = 205225, + [SMALL_STATE(5492)] = 205241, + [SMALL_STATE(5493)] = 205257, + [SMALL_STATE(5494)] = 205273, + [SMALL_STATE(5495)] = 205289, + [SMALL_STATE(5496)] = 205305, + [SMALL_STATE(5497)] = 205321, + [SMALL_STATE(5498)] = 205337, + [SMALL_STATE(5499)] = 205351, + [SMALL_STATE(5500)] = 205365, + [SMALL_STATE(5501)] = 205381, + [SMALL_STATE(5502)] = 205397, + [SMALL_STATE(5503)] = 205413, + [SMALL_STATE(5504)] = 205429, + [SMALL_STATE(5505)] = 205445, + [SMALL_STATE(5506)] = 205461, + [SMALL_STATE(5507)] = 205477, + [SMALL_STATE(5508)] = 205493, + [SMALL_STATE(5509)] = 205509, + [SMALL_STATE(5510)] = 205525, + [SMALL_STATE(5511)] = 205539, + [SMALL_STATE(5512)] = 205555, + [SMALL_STATE(5513)] = 205571, + [SMALL_STATE(5514)] = 205587, + [SMALL_STATE(5515)] = 205603, + [SMALL_STATE(5516)] = 205619, + [SMALL_STATE(5517)] = 205635, + [SMALL_STATE(5518)] = 205651, + [SMALL_STATE(5519)] = 205667, + [SMALL_STATE(5520)] = 205683, + [SMALL_STATE(5521)] = 205699, + [SMALL_STATE(5522)] = 205715, + [SMALL_STATE(5523)] = 205731, + [SMALL_STATE(5524)] = 205747, + [SMALL_STATE(5525)] = 205763, + [SMALL_STATE(5526)] = 205777, + [SMALL_STATE(5527)] = 205793, + [SMALL_STATE(5528)] = 205807, + [SMALL_STATE(5529)] = 205823, + [SMALL_STATE(5530)] = 205839, + [SMALL_STATE(5531)] = 205855, + [SMALL_STATE(5532)] = 205871, + [SMALL_STATE(5533)] = 205885, + [SMALL_STATE(5534)] = 205901, + [SMALL_STATE(5535)] = 205917, + [SMALL_STATE(5536)] = 205933, + [SMALL_STATE(5537)] = 205949, + [SMALL_STATE(5538)] = 205965, + [SMALL_STATE(5539)] = 205981, + [SMALL_STATE(5540)] = 205997, + [SMALL_STATE(5541)] = 206013, + [SMALL_STATE(5542)] = 206029, + [SMALL_STATE(5543)] = 206045, + [SMALL_STATE(5544)] = 206061, + [SMALL_STATE(5545)] = 206077, + [SMALL_STATE(5546)] = 206093, + [SMALL_STATE(5547)] = 206109, + [SMALL_STATE(5548)] = 206125, + [SMALL_STATE(5549)] = 206141, + [SMALL_STATE(5550)] = 206157, + [SMALL_STATE(5551)] = 206173, + [SMALL_STATE(5552)] = 206189, + [SMALL_STATE(5553)] = 206205, + [SMALL_STATE(5554)] = 206219, + [SMALL_STATE(5555)] = 206235, + [SMALL_STATE(5556)] = 206251, + [SMALL_STATE(5557)] = 206265, + [SMALL_STATE(5558)] = 206281, + [SMALL_STATE(5559)] = 206295, + [SMALL_STATE(5560)] = 206311, + [SMALL_STATE(5561)] = 206327, + [SMALL_STATE(5562)] = 206343, + [SMALL_STATE(5563)] = 206359, + [SMALL_STATE(5564)] = 206375, + [SMALL_STATE(5565)] = 206391, + [SMALL_STATE(5566)] = 206407, + [SMALL_STATE(5567)] = 206423, + [SMALL_STATE(5568)] = 206439, + [SMALL_STATE(5569)] = 206455, + [SMALL_STATE(5570)] = 206471, + [SMALL_STATE(5571)] = 206487, + [SMALL_STATE(5572)] = 206503, + [SMALL_STATE(5573)] = 206519, + [SMALL_STATE(5574)] = 206535, + [SMALL_STATE(5575)] = 206551, + [SMALL_STATE(5576)] = 206567, + [SMALL_STATE(5577)] = 206583, + [SMALL_STATE(5578)] = 206599, + [SMALL_STATE(5579)] = 206615, + [SMALL_STATE(5580)] = 206631, + [SMALL_STATE(5581)] = 206645, + [SMALL_STATE(5582)] = 206661, + [SMALL_STATE(5583)] = 206677, + [SMALL_STATE(5584)] = 206693, + [SMALL_STATE(5585)] = 206709, + [SMALL_STATE(5586)] = 206725, + [SMALL_STATE(5587)] = 206741, + [SMALL_STATE(5588)] = 206757, + [SMALL_STATE(5589)] = 206773, + [SMALL_STATE(5590)] = 206789, + [SMALL_STATE(5591)] = 206805, + [SMALL_STATE(5592)] = 206821, + [SMALL_STATE(5593)] = 206837, + [SMALL_STATE(5594)] = 206853, + [SMALL_STATE(5595)] = 206869, + [SMALL_STATE(5596)] = 206885, + [SMALL_STATE(5597)] = 206901, + [SMALL_STATE(5598)] = 206917, + [SMALL_STATE(5599)] = 206933, + [SMALL_STATE(5600)] = 206949, + [SMALL_STATE(5601)] = 206965, + [SMALL_STATE(5602)] = 206979, + [SMALL_STATE(5603)] = 206995, + [SMALL_STATE(5604)] = 207011, + [SMALL_STATE(5605)] = 207027, + [SMALL_STATE(5606)] = 207043, + [SMALL_STATE(5607)] = 207059, + [SMALL_STATE(5608)] = 207073, + [SMALL_STATE(5609)] = 207089, + [SMALL_STATE(5610)] = 207105, + [SMALL_STATE(5611)] = 207121, + [SMALL_STATE(5612)] = 207137, + [SMALL_STATE(5613)] = 207153, + [SMALL_STATE(5614)] = 207167, + [SMALL_STATE(5615)] = 207183, + [SMALL_STATE(5616)] = 207199, + [SMALL_STATE(5617)] = 207215, + [SMALL_STATE(5618)] = 207231, + [SMALL_STATE(5619)] = 207247, + [SMALL_STATE(5620)] = 207263, + [SMALL_STATE(5621)] = 207279, + [SMALL_STATE(5622)] = 207295, + [SMALL_STATE(5623)] = 207311, + [SMALL_STATE(5624)] = 207327, + [SMALL_STATE(5625)] = 207343, + [SMALL_STATE(5626)] = 207355, + [SMALL_STATE(5627)] = 207371, + [SMALL_STATE(5628)] = 207387, + [SMALL_STATE(5629)] = 207403, + [SMALL_STATE(5630)] = 207419, + [SMALL_STATE(5631)] = 207435, + [SMALL_STATE(5632)] = 207451, + [SMALL_STATE(5633)] = 207467, + [SMALL_STATE(5634)] = 207483, + [SMALL_STATE(5635)] = 207497, + [SMALL_STATE(5636)] = 207513, + [SMALL_STATE(5637)] = 207529, + [SMALL_STATE(5638)] = 207545, + [SMALL_STATE(5639)] = 207561, + [SMALL_STATE(5640)] = 207577, + [SMALL_STATE(5641)] = 207593, + [SMALL_STATE(5642)] = 207609, + [SMALL_STATE(5643)] = 207625, + [SMALL_STATE(5644)] = 207641, + [SMALL_STATE(5645)] = 207657, + [SMALL_STATE(5646)] = 207673, + [SMALL_STATE(5647)] = 207689, + [SMALL_STATE(5648)] = 207705, + [SMALL_STATE(5649)] = 207721, + [SMALL_STATE(5650)] = 207737, + [SMALL_STATE(5651)] = 207753, + [SMALL_STATE(5652)] = 207769, + [SMALL_STATE(5653)] = 207785, + [SMALL_STATE(5654)] = 207801, + [SMALL_STATE(5655)] = 207817, + [SMALL_STATE(5656)] = 207833, + [SMALL_STATE(5657)] = 207849, + [SMALL_STATE(5658)] = 207865, + [SMALL_STATE(5659)] = 207879, + [SMALL_STATE(5660)] = 207895, + [SMALL_STATE(5661)] = 207911, + [SMALL_STATE(5662)] = 207927, + [SMALL_STATE(5663)] = 207943, + [SMALL_STATE(5664)] = 207959, + [SMALL_STATE(5665)] = 207973, + [SMALL_STATE(5666)] = 207987, + [SMALL_STATE(5667)] = 208003, + [SMALL_STATE(5668)] = 208019, + [SMALL_STATE(5669)] = 208035, + [SMALL_STATE(5670)] = 208051, + [SMALL_STATE(5671)] = 208067, + [SMALL_STATE(5672)] = 208083, + [SMALL_STATE(5673)] = 208099, + [SMALL_STATE(5674)] = 208115, + [SMALL_STATE(5675)] = 208131, + [SMALL_STATE(5676)] = 208147, + [SMALL_STATE(5677)] = 208163, + [SMALL_STATE(5678)] = 208179, + [SMALL_STATE(5679)] = 208195, + [SMALL_STATE(5680)] = 208211, + [SMALL_STATE(5681)] = 208225, + [SMALL_STATE(5682)] = 208241, + [SMALL_STATE(5683)] = 208257, + [SMALL_STATE(5684)] = 208273, + [SMALL_STATE(5685)] = 208289, + [SMALL_STATE(5686)] = 208305, + [SMALL_STATE(5687)] = 208321, + [SMALL_STATE(5688)] = 208337, + [SMALL_STATE(5689)] = 208353, + [SMALL_STATE(5690)] = 208369, + [SMALL_STATE(5691)] = 208385, + [SMALL_STATE(5692)] = 208401, + [SMALL_STATE(5693)] = 208415, + [SMALL_STATE(5694)] = 208428, + [SMALL_STATE(5695)] = 208441, + [SMALL_STATE(5696)] = 208454, + [SMALL_STATE(5697)] = 208465, + [SMALL_STATE(5698)] = 208478, + [SMALL_STATE(5699)] = 208491, + [SMALL_STATE(5700)] = 208504, + [SMALL_STATE(5701)] = 208517, + [SMALL_STATE(5702)] = 208530, + [SMALL_STATE(5703)] = 208543, + [SMALL_STATE(5704)] = 208556, + [SMALL_STATE(5705)] = 208569, + [SMALL_STATE(5706)] = 208582, + [SMALL_STATE(5707)] = 208595, + [SMALL_STATE(5708)] = 208608, + [SMALL_STATE(5709)] = 208621, + [SMALL_STATE(5710)] = 208632, + [SMALL_STATE(5711)] = 208645, + [SMALL_STATE(5712)] = 208658, + [SMALL_STATE(5713)] = 208669, + [SMALL_STATE(5714)] = 208682, + [SMALL_STATE(5715)] = 208695, + [SMALL_STATE(5716)] = 208708, + [SMALL_STATE(5717)] = 208721, + [SMALL_STATE(5718)] = 208734, + [SMALL_STATE(5719)] = 208747, + [SMALL_STATE(5720)] = 208760, + [SMALL_STATE(5721)] = 208773, + [SMALL_STATE(5722)] = 208786, + [SMALL_STATE(5723)] = 208799, + [SMALL_STATE(5724)] = 208810, + [SMALL_STATE(5725)] = 208823, + [SMALL_STATE(5726)] = 208836, + [SMALL_STATE(5727)] = 208849, + [SMALL_STATE(5728)] = 208862, + [SMALL_STATE(5729)] = 208875, + [SMALL_STATE(5730)] = 208888, + [SMALL_STATE(5731)] = 208901, + [SMALL_STATE(5732)] = 208914, + [SMALL_STATE(5733)] = 208927, + [SMALL_STATE(5734)] = 208938, + [SMALL_STATE(5735)] = 208951, + [SMALL_STATE(5736)] = 208964, + [SMALL_STATE(5737)] = 208977, + [SMALL_STATE(5738)] = 208990, + [SMALL_STATE(5739)] = 209003, + [SMALL_STATE(5740)] = 209016, + [SMALL_STATE(5741)] = 209029, + [SMALL_STATE(5742)] = 209042, + [SMALL_STATE(5743)] = 209055, + [SMALL_STATE(5744)] = 209068, + [SMALL_STATE(5745)] = 209081, + [SMALL_STATE(5746)] = 209092, + [SMALL_STATE(5747)] = 209105, + [SMALL_STATE(5748)] = 209118, + [SMALL_STATE(5749)] = 209131, + [SMALL_STATE(5750)] = 209142, + [SMALL_STATE(5751)] = 209155, + [SMALL_STATE(5752)] = 209168, + [SMALL_STATE(5753)] = 209181, + [SMALL_STATE(5754)] = 209194, + [SMALL_STATE(5755)] = 209205, + [SMALL_STATE(5756)] = 209218, + [SMALL_STATE(5757)] = 209231, + [SMALL_STATE(5758)] = 209244, + [SMALL_STATE(5759)] = 209253, + [SMALL_STATE(5760)] = 209266, + [SMALL_STATE(5761)] = 209279, + [SMALL_STATE(5762)] = 209292, + [SMALL_STATE(5763)] = 209301, + [SMALL_STATE(5764)] = 209314, + [SMALL_STATE(5765)] = 209327, + [SMALL_STATE(5766)] = 209340, + [SMALL_STATE(5767)] = 209353, + [SMALL_STATE(5768)] = 209364, + [SMALL_STATE(5769)] = 209375, + [SMALL_STATE(5770)] = 209386, + [SMALL_STATE(5771)] = 209399, + [SMALL_STATE(5772)] = 209412, + [SMALL_STATE(5773)] = 209425, + [SMALL_STATE(5774)] = 209438, + [SMALL_STATE(5775)] = 209451, + [SMALL_STATE(5776)] = 209464, + [SMALL_STATE(5777)] = 209477, + [SMALL_STATE(5778)] = 209490, + [SMALL_STATE(5779)] = 209503, + [SMALL_STATE(5780)] = 209516, + [SMALL_STATE(5781)] = 209529, + [SMALL_STATE(5782)] = 209542, + [SMALL_STATE(5783)] = 209553, + [SMALL_STATE(5784)] = 209562, + [SMALL_STATE(5785)] = 209575, + [SMALL_STATE(5786)] = 209588, + [SMALL_STATE(5787)] = 209601, + [SMALL_STATE(5788)] = 209612, + [SMALL_STATE(5789)] = 209625, + [SMALL_STATE(5790)] = 209638, + [SMALL_STATE(5791)] = 209651, + [SMALL_STATE(5792)] = 209664, + [SMALL_STATE(5793)] = 209677, + [SMALL_STATE(5794)] = 209690, + [SMALL_STATE(5795)] = 209703, + [SMALL_STATE(5796)] = 209714, + [SMALL_STATE(5797)] = 209727, + [SMALL_STATE(5798)] = 209740, + [SMALL_STATE(5799)] = 209753, + [SMALL_STATE(5800)] = 209764, + [SMALL_STATE(5801)] = 209777, + [SMALL_STATE(5802)] = 209790, + [SMALL_STATE(5803)] = 209803, + [SMALL_STATE(5804)] = 209816, + [SMALL_STATE(5805)] = 209829, + [SMALL_STATE(5806)] = 209842, + [SMALL_STATE(5807)] = 209855, + [SMALL_STATE(5808)] = 209868, + [SMALL_STATE(5809)] = 209881, + [SMALL_STATE(5810)] = 209894, + [SMALL_STATE(5811)] = 209907, + [SMALL_STATE(5812)] = 209920, + [SMALL_STATE(5813)] = 209931, + [SMALL_STATE(5814)] = 209944, + [SMALL_STATE(5815)] = 209957, + [SMALL_STATE(5816)] = 209970, + [SMALL_STATE(5817)] = 209983, + [SMALL_STATE(5818)] = 209996, + [SMALL_STATE(5819)] = 210009, + [SMALL_STATE(5820)] = 210020, + [SMALL_STATE(5821)] = 210033, + [SMALL_STATE(5822)] = 210046, + [SMALL_STATE(5823)] = 210059, + [SMALL_STATE(5824)] = 210072, + [SMALL_STATE(5825)] = 210085, + [SMALL_STATE(5826)] = 210098, + [SMALL_STATE(5827)] = 210111, + [SMALL_STATE(5828)] = 210124, + [SMALL_STATE(5829)] = 210135, + [SMALL_STATE(5830)] = 210148, + [SMALL_STATE(5831)] = 210161, + [SMALL_STATE(5832)] = 210174, + [SMALL_STATE(5833)] = 210185, + [SMALL_STATE(5834)] = 210198, + [SMALL_STATE(5835)] = 210211, + [SMALL_STATE(5836)] = 210224, + [SMALL_STATE(5837)] = 210237, + [SMALL_STATE(5838)] = 210250, + [SMALL_STATE(5839)] = 210263, + [SMALL_STATE(5840)] = 210276, + [SMALL_STATE(5841)] = 210289, + [SMALL_STATE(5842)] = 210302, + [SMALL_STATE(5843)] = 210315, + [SMALL_STATE(5844)] = 210328, + [SMALL_STATE(5845)] = 210341, + [SMALL_STATE(5846)] = 210354, + [SMALL_STATE(5847)] = 210367, + [SMALL_STATE(5848)] = 210380, + [SMALL_STATE(5849)] = 210393, + [SMALL_STATE(5850)] = 210406, + [SMALL_STATE(5851)] = 210419, + [SMALL_STATE(5852)] = 210432, + [SMALL_STATE(5853)] = 210445, + [SMALL_STATE(5854)] = 210458, + [SMALL_STATE(5855)] = 210471, + [SMALL_STATE(5856)] = 210482, + [SMALL_STATE(5857)] = 210493, + [SMALL_STATE(5858)] = 210506, + [SMALL_STATE(5859)] = 210519, + [SMALL_STATE(5860)] = 210532, + [SMALL_STATE(5861)] = 210545, + [SMALL_STATE(5862)] = 210558, + [SMALL_STATE(5863)] = 210571, + [SMALL_STATE(5864)] = 210584, + [SMALL_STATE(5865)] = 210593, + [SMALL_STATE(5866)] = 210606, + [SMALL_STATE(5867)] = 210619, + [SMALL_STATE(5868)] = 210632, + [SMALL_STATE(5869)] = 210645, + [SMALL_STATE(5870)] = 210658, + [SMALL_STATE(5871)] = 210667, + [SMALL_STATE(5872)] = 210678, + [SMALL_STATE(5873)] = 210691, + [SMALL_STATE(5874)] = 210704, + [SMALL_STATE(5875)] = 210717, + [SMALL_STATE(5876)] = 210730, + [SMALL_STATE(5877)] = 210743, + [SMALL_STATE(5878)] = 210754, + [SMALL_STATE(5879)] = 210767, + [SMALL_STATE(5880)] = 210780, + [SMALL_STATE(5881)] = 210793, + [SMALL_STATE(5882)] = 210802, + [SMALL_STATE(5883)] = 210815, + [SMALL_STATE(5884)] = 210828, + [SMALL_STATE(5885)] = 210841, + [SMALL_STATE(5886)] = 210854, + [SMALL_STATE(5887)] = 210867, + [SMALL_STATE(5888)] = 210880, + [SMALL_STATE(5889)] = 210893, + [SMALL_STATE(5890)] = 210904, + [SMALL_STATE(5891)] = 210917, + [SMALL_STATE(5892)] = 210930, + [SMALL_STATE(5893)] = 210943, + [SMALL_STATE(5894)] = 210956, + [SMALL_STATE(5895)] = 210969, + [SMALL_STATE(5896)] = 210982, + [SMALL_STATE(5897)] = 210995, + [SMALL_STATE(5898)] = 211008, + [SMALL_STATE(5899)] = 211019, + [SMALL_STATE(5900)] = 211032, + [SMALL_STATE(5901)] = 211043, + [SMALL_STATE(5902)] = 211056, + [SMALL_STATE(5903)] = 211069, + [SMALL_STATE(5904)] = 211082, + [SMALL_STATE(5905)] = 211095, + [SMALL_STATE(5906)] = 211108, + [SMALL_STATE(5907)] = 211121, + [SMALL_STATE(5908)] = 211134, + [SMALL_STATE(5909)] = 211147, + [SMALL_STATE(5910)] = 211160, + [SMALL_STATE(5911)] = 211173, + [SMALL_STATE(5912)] = 211184, + [SMALL_STATE(5913)] = 211195, + [SMALL_STATE(5914)] = 211206, + [SMALL_STATE(5915)] = 211219, + [SMALL_STATE(5916)] = 211232, + [SMALL_STATE(5917)] = 211245, + [SMALL_STATE(5918)] = 211258, + [SMALL_STATE(5919)] = 211271, + [SMALL_STATE(5920)] = 211284, + [SMALL_STATE(5921)] = 211297, + [SMALL_STATE(5922)] = 211310, + [SMALL_STATE(5923)] = 211323, + [SMALL_STATE(5924)] = 211336, + [SMALL_STATE(5925)] = 211349, + [SMALL_STATE(5926)] = 211362, + [SMALL_STATE(5927)] = 211375, + [SMALL_STATE(5928)] = 211388, + [SMALL_STATE(5929)] = 211399, + [SMALL_STATE(5930)] = 211412, + [SMALL_STATE(5931)] = 211425, + [SMALL_STATE(5932)] = 211438, + [SMALL_STATE(5933)] = 211451, + [SMALL_STATE(5934)] = 211464, + [SMALL_STATE(5935)] = 211477, + [SMALL_STATE(5936)] = 211490, + [SMALL_STATE(5937)] = 211503, + [SMALL_STATE(5938)] = 211516, + [SMALL_STATE(5939)] = 211529, + [SMALL_STATE(5940)] = 211542, + [SMALL_STATE(5941)] = 211555, + [SMALL_STATE(5942)] = 211568, + [SMALL_STATE(5943)] = 211581, + [SMALL_STATE(5944)] = 211594, + [SMALL_STATE(5945)] = 211607, + [SMALL_STATE(5946)] = 211620, + [SMALL_STATE(5947)] = 211633, + [SMALL_STATE(5948)] = 211646, + [SMALL_STATE(5949)] = 211659, + [SMALL_STATE(5950)] = 211672, + [SMALL_STATE(5951)] = 211685, + [SMALL_STATE(5952)] = 211698, + [SMALL_STATE(5953)] = 211711, + [SMALL_STATE(5954)] = 211724, + [SMALL_STATE(5955)] = 211737, + [SMALL_STATE(5956)] = 211750, + [SMALL_STATE(5957)] = 211763, + [SMALL_STATE(5958)] = 211774, + [SMALL_STATE(5959)] = 211787, + [SMALL_STATE(5960)] = 211800, + [SMALL_STATE(5961)] = 211813, + [SMALL_STATE(5962)] = 211824, + [SMALL_STATE(5963)] = 211837, + [SMALL_STATE(5964)] = 211850, + [SMALL_STATE(5965)] = 211863, + [SMALL_STATE(5966)] = 211876, + [SMALL_STATE(5967)] = 211889, + [SMALL_STATE(5968)] = 211902, + [SMALL_STATE(5969)] = 211915, + [SMALL_STATE(5970)] = 211928, + [SMALL_STATE(5971)] = 211941, + [SMALL_STATE(5972)] = 211954, + [SMALL_STATE(5973)] = 211967, + [SMALL_STATE(5974)] = 211980, + [SMALL_STATE(5975)] = 211993, + [SMALL_STATE(5976)] = 212006, + [SMALL_STATE(5977)] = 212019, + [SMALL_STATE(5978)] = 212032, + [SMALL_STATE(5979)] = 212043, + [SMALL_STATE(5980)] = 212056, + [SMALL_STATE(5981)] = 212069, + [SMALL_STATE(5982)] = 212082, + [SMALL_STATE(5983)] = 212095, + [SMALL_STATE(5984)] = 212108, + [SMALL_STATE(5985)] = 212121, + [SMALL_STATE(5986)] = 212134, + [SMALL_STATE(5987)] = 212147, + [SMALL_STATE(5988)] = 212160, + [SMALL_STATE(5989)] = 212173, + [SMALL_STATE(5990)] = 212186, + [SMALL_STATE(5991)] = 212199, + [SMALL_STATE(5992)] = 212212, + [SMALL_STATE(5993)] = 212225, + [SMALL_STATE(5994)] = 212233, + [SMALL_STATE(5995)] = 212243, + [SMALL_STATE(5996)] = 212253, + [SMALL_STATE(5997)] = 212263, + [SMALL_STATE(5998)] = 212271, + [SMALL_STATE(5999)] = 212281, + [SMALL_STATE(6000)] = 212291, + [SMALL_STATE(6001)] = 212301, + [SMALL_STATE(6002)] = 212311, + [SMALL_STATE(6003)] = 212321, + [SMALL_STATE(6004)] = 212331, + [SMALL_STATE(6005)] = 212341, + [SMALL_STATE(6006)] = 212351, + [SMALL_STATE(6007)] = 212361, + [SMALL_STATE(6008)] = 212371, + [SMALL_STATE(6009)] = 212381, + [SMALL_STATE(6010)] = 212391, + [SMALL_STATE(6011)] = 212399, + [SMALL_STATE(6012)] = 212409, + [SMALL_STATE(6013)] = 212419, + [SMALL_STATE(6014)] = 212429, + [SMALL_STATE(6015)] = 212439, + [SMALL_STATE(6016)] = 212449, + [SMALL_STATE(6017)] = 212459, + [SMALL_STATE(6018)] = 212469, + [SMALL_STATE(6019)] = 212479, + [SMALL_STATE(6020)] = 212489, + [SMALL_STATE(6021)] = 212499, + [SMALL_STATE(6022)] = 212509, + [SMALL_STATE(6023)] = 212519, + [SMALL_STATE(6024)] = 212529, + [SMALL_STATE(6025)] = 212539, + [SMALL_STATE(6026)] = 212549, + [SMALL_STATE(6027)] = 212559, + [SMALL_STATE(6028)] = 212569, + [SMALL_STATE(6029)] = 212579, + [SMALL_STATE(6030)] = 212589, + [SMALL_STATE(6031)] = 212599, + [SMALL_STATE(6032)] = 212609, + [SMALL_STATE(6033)] = 212619, + [SMALL_STATE(6034)] = 212629, + [SMALL_STATE(6035)] = 212639, + [SMALL_STATE(6036)] = 212649, + [SMALL_STATE(6037)] = 212659, + [SMALL_STATE(6038)] = 212669, + [SMALL_STATE(6039)] = 212679, + [SMALL_STATE(6040)] = 212689, + [SMALL_STATE(6041)] = 212699, + [SMALL_STATE(6042)] = 212709, + [SMALL_STATE(6043)] = 212719, + [SMALL_STATE(6044)] = 212729, + [SMALL_STATE(6045)] = 212739, + [SMALL_STATE(6046)] = 212749, + [SMALL_STATE(6047)] = 212759, + [SMALL_STATE(6048)] = 212769, + [SMALL_STATE(6049)] = 212779, + [SMALL_STATE(6050)] = 212789, + [SMALL_STATE(6051)] = 212799, + [SMALL_STATE(6052)] = 212809, + [SMALL_STATE(6053)] = 212819, + [SMALL_STATE(6054)] = 212829, + [SMALL_STATE(6055)] = 212839, + [SMALL_STATE(6056)] = 212849, + [SMALL_STATE(6057)] = 212859, + [SMALL_STATE(6058)] = 212869, + [SMALL_STATE(6059)] = 212879, + [SMALL_STATE(6060)] = 212889, + [SMALL_STATE(6061)] = 212899, + [SMALL_STATE(6062)] = 212909, + [SMALL_STATE(6063)] = 212919, + [SMALL_STATE(6064)] = 212929, + [SMALL_STATE(6065)] = 212939, + [SMALL_STATE(6066)] = 212949, + [SMALL_STATE(6067)] = 212959, + [SMALL_STATE(6068)] = 212969, + [SMALL_STATE(6069)] = 212979, + [SMALL_STATE(6070)] = 212989, + [SMALL_STATE(6071)] = 212999, + [SMALL_STATE(6072)] = 213009, + [SMALL_STATE(6073)] = 213019, + [SMALL_STATE(6074)] = 213029, + [SMALL_STATE(6075)] = 213039, + [SMALL_STATE(6076)] = 213049, + [SMALL_STATE(6077)] = 213057, + [SMALL_STATE(6078)] = 213065, + [SMALL_STATE(6079)] = 213075, + [SMALL_STATE(6080)] = 213085, + [SMALL_STATE(6081)] = 213095, + [SMALL_STATE(6082)] = 213105, + [SMALL_STATE(6083)] = 213115, + [SMALL_STATE(6084)] = 213125, + [SMALL_STATE(6085)] = 213135, + [SMALL_STATE(6086)] = 213145, + [SMALL_STATE(6087)] = 213155, + [SMALL_STATE(6088)] = 213165, + [SMALL_STATE(6089)] = 213175, + [SMALL_STATE(6090)] = 213185, + [SMALL_STATE(6091)] = 213195, + [SMALL_STATE(6092)] = 213205, + [SMALL_STATE(6093)] = 213215, + [SMALL_STATE(6094)] = 213225, + [SMALL_STATE(6095)] = 213235, + [SMALL_STATE(6096)] = 213245, + [SMALL_STATE(6097)] = 213255, + [SMALL_STATE(6098)] = 213265, + [SMALL_STATE(6099)] = 213275, + [SMALL_STATE(6100)] = 213285, + [SMALL_STATE(6101)] = 213295, + [SMALL_STATE(6102)] = 213305, + [SMALL_STATE(6103)] = 213315, + [SMALL_STATE(6104)] = 213325, + [SMALL_STATE(6105)] = 213335, + [SMALL_STATE(6106)] = 213345, + [SMALL_STATE(6107)] = 213355, + [SMALL_STATE(6108)] = 213365, + [SMALL_STATE(6109)] = 213375, + [SMALL_STATE(6110)] = 213385, + [SMALL_STATE(6111)] = 213395, + [SMALL_STATE(6112)] = 213405, + [SMALL_STATE(6113)] = 213415, + [SMALL_STATE(6114)] = 213425, + [SMALL_STATE(6115)] = 213435, + [SMALL_STATE(6116)] = 213445, + [SMALL_STATE(6117)] = 213455, + [SMALL_STATE(6118)] = 213465, + [SMALL_STATE(6119)] = 213475, + [SMALL_STATE(6120)] = 213485, + [SMALL_STATE(6121)] = 213495, + [SMALL_STATE(6122)] = 213505, + [SMALL_STATE(6123)] = 213515, + [SMALL_STATE(6124)] = 213525, + [SMALL_STATE(6125)] = 213535, + [SMALL_STATE(6126)] = 213545, + [SMALL_STATE(6127)] = 213555, + [SMALL_STATE(6128)] = 213565, + [SMALL_STATE(6129)] = 213575, + [SMALL_STATE(6130)] = 213585, + [SMALL_STATE(6131)] = 213595, + [SMALL_STATE(6132)] = 213605, + [SMALL_STATE(6133)] = 213615, + [SMALL_STATE(6134)] = 213625, + [SMALL_STATE(6135)] = 213635, + [SMALL_STATE(6136)] = 213645, + [SMALL_STATE(6137)] = 213653, + [SMALL_STATE(6138)] = 213663, + [SMALL_STATE(6139)] = 213673, + [SMALL_STATE(6140)] = 213683, + [SMALL_STATE(6141)] = 213693, + [SMALL_STATE(6142)] = 213703, + [SMALL_STATE(6143)] = 213713, + [SMALL_STATE(6144)] = 213723, + [SMALL_STATE(6145)] = 213731, + [SMALL_STATE(6146)] = 213741, + [SMALL_STATE(6147)] = 213751, + [SMALL_STATE(6148)] = 213761, + [SMALL_STATE(6149)] = 213771, + [SMALL_STATE(6150)] = 213781, + [SMALL_STATE(6151)] = 213791, + [SMALL_STATE(6152)] = 213801, + [SMALL_STATE(6153)] = 213811, + [SMALL_STATE(6154)] = 213821, + [SMALL_STATE(6155)] = 213831, + [SMALL_STATE(6156)] = 213841, + [SMALL_STATE(6157)] = 213849, + [SMALL_STATE(6158)] = 213859, + [SMALL_STATE(6159)] = 213867, + [SMALL_STATE(6160)] = 213875, + [SMALL_STATE(6161)] = 213885, + [SMALL_STATE(6162)] = 213895, + [SMALL_STATE(6163)] = 213903, + [SMALL_STATE(6164)] = 213911, + [SMALL_STATE(6165)] = 213921, + [SMALL_STATE(6166)] = 213931, + [SMALL_STATE(6167)] = 213941, + [SMALL_STATE(6168)] = 213951, + [SMALL_STATE(6169)] = 213959, + [SMALL_STATE(6170)] = 213969, + [SMALL_STATE(6171)] = 213977, + [SMALL_STATE(6172)] = 213987, + [SMALL_STATE(6173)] = 213997, + [SMALL_STATE(6174)] = 214007, + [SMALL_STATE(6175)] = 214017, + [SMALL_STATE(6176)] = 214027, + [SMALL_STATE(6177)] = 214037, + [SMALL_STATE(6178)] = 214047, + [SMALL_STATE(6179)] = 214057, + [SMALL_STATE(6180)] = 214067, + [SMALL_STATE(6181)] = 214077, + [SMALL_STATE(6182)] = 214085, + [SMALL_STATE(6183)] = 214095, + [SMALL_STATE(6184)] = 214103, + [SMALL_STATE(6185)] = 214113, + [SMALL_STATE(6186)] = 214123, + [SMALL_STATE(6187)] = 214133, + [SMALL_STATE(6188)] = 214143, + [SMALL_STATE(6189)] = 214153, + [SMALL_STATE(6190)] = 214163, + [SMALL_STATE(6191)] = 214173, + [SMALL_STATE(6192)] = 214183, + [SMALL_STATE(6193)] = 214193, + [SMALL_STATE(6194)] = 214203, + [SMALL_STATE(6195)] = 214211, + [SMALL_STATE(6196)] = 214221, + [SMALL_STATE(6197)] = 214229, + [SMALL_STATE(6198)] = 214239, + [SMALL_STATE(6199)] = 214249, + [SMALL_STATE(6200)] = 214257, + [SMALL_STATE(6201)] = 214267, + [SMALL_STATE(6202)] = 214277, + [SMALL_STATE(6203)] = 214287, + [SMALL_STATE(6204)] = 214297, + [SMALL_STATE(6205)] = 214307, + [SMALL_STATE(6206)] = 214317, + [SMALL_STATE(6207)] = 214327, + [SMALL_STATE(6208)] = 214337, + [SMALL_STATE(6209)] = 214347, + [SMALL_STATE(6210)] = 214357, + [SMALL_STATE(6211)] = 214365, + [SMALL_STATE(6212)] = 214375, + [SMALL_STATE(6213)] = 214385, + [SMALL_STATE(6214)] = 214395, + [SMALL_STATE(6215)] = 214405, + [SMALL_STATE(6216)] = 214415, + [SMALL_STATE(6217)] = 214425, + [SMALL_STATE(6218)] = 214435, + [SMALL_STATE(6219)] = 214445, + [SMALL_STATE(6220)] = 214455, + [SMALL_STATE(6221)] = 214465, + [SMALL_STATE(6222)] = 214475, + [SMALL_STATE(6223)] = 214485, + [SMALL_STATE(6224)] = 214495, + [SMALL_STATE(6225)] = 214505, + [SMALL_STATE(6226)] = 214515, + [SMALL_STATE(6227)] = 214525, + [SMALL_STATE(6228)] = 214535, + [SMALL_STATE(6229)] = 214543, + [SMALL_STATE(6230)] = 214553, + [SMALL_STATE(6231)] = 214563, + [SMALL_STATE(6232)] = 214573, + [SMALL_STATE(6233)] = 214583, + [SMALL_STATE(6234)] = 214593, + [SMALL_STATE(6235)] = 214603, + [SMALL_STATE(6236)] = 214613, + [SMALL_STATE(6237)] = 214621, + [SMALL_STATE(6238)] = 214629, + [SMALL_STATE(6239)] = 214639, + [SMALL_STATE(6240)] = 214649, + [SMALL_STATE(6241)] = 214659, + [SMALL_STATE(6242)] = 214669, + [SMALL_STATE(6243)] = 214677, + [SMALL_STATE(6244)] = 214687, + [SMALL_STATE(6245)] = 214697, + [SMALL_STATE(6246)] = 214707, + [SMALL_STATE(6247)] = 214715, + [SMALL_STATE(6248)] = 214725, + [SMALL_STATE(6249)] = 214735, + [SMALL_STATE(6250)] = 214743, + [SMALL_STATE(6251)] = 214753, + [SMALL_STATE(6252)] = 214763, + [SMALL_STATE(6253)] = 214773, + [SMALL_STATE(6254)] = 214783, + [SMALL_STATE(6255)] = 214793, + [SMALL_STATE(6256)] = 214803, + [SMALL_STATE(6257)] = 214813, + [SMALL_STATE(6258)] = 214823, + [SMALL_STATE(6259)] = 214833, + [SMALL_STATE(6260)] = 214843, + [SMALL_STATE(6261)] = 214853, + [SMALL_STATE(6262)] = 214863, + [SMALL_STATE(6263)] = 214873, + [SMALL_STATE(6264)] = 214881, + [SMALL_STATE(6265)] = 214891, + [SMALL_STATE(6266)] = 214901, + [SMALL_STATE(6267)] = 214911, + [SMALL_STATE(6268)] = 214921, + [SMALL_STATE(6269)] = 214931, + [SMALL_STATE(6270)] = 214939, + [SMALL_STATE(6271)] = 214949, + [SMALL_STATE(6272)] = 214957, + [SMALL_STATE(6273)] = 214967, + [SMALL_STATE(6274)] = 214977, + [SMALL_STATE(6275)] = 214987, + [SMALL_STATE(6276)] = 214995, + [SMALL_STATE(6277)] = 215005, + [SMALL_STATE(6278)] = 215015, + [SMALL_STATE(6279)] = 215025, + [SMALL_STATE(6280)] = 215035, + [SMALL_STATE(6281)] = 215043, + [SMALL_STATE(6282)] = 215053, + [SMALL_STATE(6283)] = 215063, + [SMALL_STATE(6284)] = 215073, + [SMALL_STATE(6285)] = 215083, + [SMALL_STATE(6286)] = 215093, + [SMALL_STATE(6287)] = 215103, + [SMALL_STATE(6288)] = 215111, + [SMALL_STATE(6289)] = 215121, + [SMALL_STATE(6290)] = 215131, + [SMALL_STATE(6291)] = 215141, + [SMALL_STATE(6292)] = 215151, + [SMALL_STATE(6293)] = 215161, + [SMALL_STATE(6294)] = 215171, + [SMALL_STATE(6295)] = 215181, + [SMALL_STATE(6296)] = 215191, + [SMALL_STATE(6297)] = 215201, + [SMALL_STATE(6298)] = 215211, + [SMALL_STATE(6299)] = 215221, + [SMALL_STATE(6300)] = 215231, + [SMALL_STATE(6301)] = 215241, + [SMALL_STATE(6302)] = 215249, + [SMALL_STATE(6303)] = 215259, + [SMALL_STATE(6304)] = 215269, + [SMALL_STATE(6305)] = 215279, + [SMALL_STATE(6306)] = 215289, + [SMALL_STATE(6307)] = 215299, + [SMALL_STATE(6308)] = 215309, + [SMALL_STATE(6309)] = 215317, + [SMALL_STATE(6310)] = 215327, + [SMALL_STATE(6311)] = 215337, + [SMALL_STATE(6312)] = 215347, + [SMALL_STATE(6313)] = 215357, + [SMALL_STATE(6314)] = 215367, + [SMALL_STATE(6315)] = 215375, + [SMALL_STATE(6316)] = 215385, + [SMALL_STATE(6317)] = 215395, + [SMALL_STATE(6318)] = 215405, + [SMALL_STATE(6319)] = 215415, + [SMALL_STATE(6320)] = 215425, + [SMALL_STATE(6321)] = 215435, + [SMALL_STATE(6322)] = 215445, + [SMALL_STATE(6323)] = 215455, + [SMALL_STATE(6324)] = 215463, + [SMALL_STATE(6325)] = 215473, + [SMALL_STATE(6326)] = 215483, + [SMALL_STATE(6327)] = 215493, + [SMALL_STATE(6328)] = 215503, + [SMALL_STATE(6329)] = 215513, + [SMALL_STATE(6330)] = 215523, + [SMALL_STATE(6331)] = 215533, + [SMALL_STATE(6332)] = 215543, + [SMALL_STATE(6333)] = 215553, + [SMALL_STATE(6334)] = 215563, + [SMALL_STATE(6335)] = 215573, + [SMALL_STATE(6336)] = 215583, + [SMALL_STATE(6337)] = 215593, + [SMALL_STATE(6338)] = 215603, + [SMALL_STATE(6339)] = 215613, + [SMALL_STATE(6340)] = 215623, + [SMALL_STATE(6341)] = 215633, + [SMALL_STATE(6342)] = 215643, + [SMALL_STATE(6343)] = 215653, + [SMALL_STATE(6344)] = 215663, + [SMALL_STATE(6345)] = 215673, + [SMALL_STATE(6346)] = 215683, + [SMALL_STATE(6347)] = 215693, + [SMALL_STATE(6348)] = 215703, + [SMALL_STATE(6349)] = 215713, + [SMALL_STATE(6350)] = 215723, + [SMALL_STATE(6351)] = 215733, + [SMALL_STATE(6352)] = 215743, + [SMALL_STATE(6353)] = 215753, + [SMALL_STATE(6354)] = 215761, + [SMALL_STATE(6355)] = 215771, + [SMALL_STATE(6356)] = 215781, + [SMALL_STATE(6357)] = 215789, + [SMALL_STATE(6358)] = 215799, + [SMALL_STATE(6359)] = 215809, + [SMALL_STATE(6360)] = 215817, + [SMALL_STATE(6361)] = 215827, + [SMALL_STATE(6362)] = 215837, + [SMALL_STATE(6363)] = 215847, + [SMALL_STATE(6364)] = 215857, + [SMALL_STATE(6365)] = 215867, + [SMALL_STATE(6366)] = 215877, + [SMALL_STATE(6367)] = 215887, + [SMALL_STATE(6368)] = 215897, + [SMALL_STATE(6369)] = 215907, + [SMALL_STATE(6370)] = 215917, + [SMALL_STATE(6371)] = 215927, + [SMALL_STATE(6372)] = 215937, + [SMALL_STATE(6373)] = 215947, + [SMALL_STATE(6374)] = 215957, + [SMALL_STATE(6375)] = 215967, + [SMALL_STATE(6376)] = 215977, + [SMALL_STATE(6377)] = 215987, + [SMALL_STATE(6378)] = 215997, + [SMALL_STATE(6379)] = 216007, + [SMALL_STATE(6380)] = 216017, + [SMALL_STATE(6381)] = 216027, + [SMALL_STATE(6382)] = 216037, + [SMALL_STATE(6383)] = 216047, + [SMALL_STATE(6384)] = 216055, + [SMALL_STATE(6385)] = 216065, + [SMALL_STATE(6386)] = 216075, + [SMALL_STATE(6387)] = 216085, + [SMALL_STATE(6388)] = 216095, + [SMALL_STATE(6389)] = 216105, + [SMALL_STATE(6390)] = 216115, + [SMALL_STATE(6391)] = 216125, + [SMALL_STATE(6392)] = 216135, + [SMALL_STATE(6393)] = 216145, + [SMALL_STATE(6394)] = 216155, + [SMALL_STATE(6395)] = 216165, + [SMALL_STATE(6396)] = 216175, + [SMALL_STATE(6397)] = 216185, + [SMALL_STATE(6398)] = 216195, + [SMALL_STATE(6399)] = 216205, + [SMALL_STATE(6400)] = 216215, + [SMALL_STATE(6401)] = 216225, + [SMALL_STATE(6402)] = 216235, + [SMALL_STATE(6403)] = 216245, + [SMALL_STATE(6404)] = 216255, + [SMALL_STATE(6405)] = 216265, + [SMALL_STATE(6406)] = 216275, + [SMALL_STATE(6407)] = 216285, + [SMALL_STATE(6408)] = 216295, + [SMALL_STATE(6409)] = 216305, + [SMALL_STATE(6410)] = 216315, + [SMALL_STATE(6411)] = 216325, + [SMALL_STATE(6412)] = 216335, + [SMALL_STATE(6413)] = 216345, + [SMALL_STATE(6414)] = 216355, + [SMALL_STATE(6415)] = 216365, + [SMALL_STATE(6416)] = 216375, + [SMALL_STATE(6417)] = 216385, + [SMALL_STATE(6418)] = 216393, + [SMALL_STATE(6419)] = 216403, + [SMALL_STATE(6420)] = 216413, + [SMALL_STATE(6421)] = 216423, + [SMALL_STATE(6422)] = 216433, + [SMALL_STATE(6423)] = 216443, + [SMALL_STATE(6424)] = 216453, + [SMALL_STATE(6425)] = 216463, + [SMALL_STATE(6426)] = 216473, + [SMALL_STATE(6427)] = 216483, + [SMALL_STATE(6428)] = 216493, + [SMALL_STATE(6429)] = 216503, + [SMALL_STATE(6430)] = 216513, + [SMALL_STATE(6431)] = 216523, + [SMALL_STATE(6432)] = 216533, + [SMALL_STATE(6433)] = 216541, + [SMALL_STATE(6434)] = 216551, + [SMALL_STATE(6435)] = 216561, + [SMALL_STATE(6436)] = 216571, + [SMALL_STATE(6437)] = 216581, + [SMALL_STATE(6438)] = 216591, + [SMALL_STATE(6439)] = 216601, + [SMALL_STATE(6440)] = 216611, + [SMALL_STATE(6441)] = 216621, + [SMALL_STATE(6442)] = 216631, + [SMALL_STATE(6443)] = 216641, + [SMALL_STATE(6444)] = 216651, + [SMALL_STATE(6445)] = 216661, + [SMALL_STATE(6446)] = 216671, + [SMALL_STATE(6447)] = 216681, + [SMALL_STATE(6448)] = 216691, + [SMALL_STATE(6449)] = 216701, + [SMALL_STATE(6450)] = 216711, + [SMALL_STATE(6451)] = 216721, + [SMALL_STATE(6452)] = 216731, + [SMALL_STATE(6453)] = 216739, + [SMALL_STATE(6454)] = 216749, + [SMALL_STATE(6455)] = 216759, + [SMALL_STATE(6456)] = 216769, + [SMALL_STATE(6457)] = 216777, + [SMALL_STATE(6458)] = 216787, + [SMALL_STATE(6459)] = 216797, + [SMALL_STATE(6460)] = 216807, + [SMALL_STATE(6461)] = 216817, + [SMALL_STATE(6462)] = 216827, + [SMALL_STATE(6463)] = 216837, + [SMALL_STATE(6464)] = 216847, + [SMALL_STATE(6465)] = 216857, + [SMALL_STATE(6466)] = 216867, + [SMALL_STATE(6467)] = 216877, + [SMALL_STATE(6468)] = 216887, + [SMALL_STATE(6469)] = 216897, + [SMALL_STATE(6470)] = 216907, + [SMALL_STATE(6471)] = 216917, + [SMALL_STATE(6472)] = 216927, + [SMALL_STATE(6473)] = 216937, + [SMALL_STATE(6474)] = 216947, + [SMALL_STATE(6475)] = 216957, + [SMALL_STATE(6476)] = 216967, + [SMALL_STATE(6477)] = 216977, + [SMALL_STATE(6478)] = 216987, + [SMALL_STATE(6479)] = 216997, + [SMALL_STATE(6480)] = 217007, + [SMALL_STATE(6481)] = 217017, + [SMALL_STATE(6482)] = 217027, + [SMALL_STATE(6483)] = 217037, + [SMALL_STATE(6484)] = 217047, + [SMALL_STATE(6485)] = 217057, + [SMALL_STATE(6486)] = 217067, + [SMALL_STATE(6487)] = 217077, + [SMALL_STATE(6488)] = 217087, + [SMALL_STATE(6489)] = 217097, + [SMALL_STATE(6490)] = 217107, + [SMALL_STATE(6491)] = 217117, + [SMALL_STATE(6492)] = 217127, + [SMALL_STATE(6493)] = 217137, + [SMALL_STATE(6494)] = 217147, + [SMALL_STATE(6495)] = 217157, + [SMALL_STATE(6496)] = 217167, + [SMALL_STATE(6497)] = 217177, + [SMALL_STATE(6498)] = 217184, + [SMALL_STATE(6499)] = 217191, + [SMALL_STATE(6500)] = 217198, + [SMALL_STATE(6501)] = 217205, + [SMALL_STATE(6502)] = 217212, + [SMALL_STATE(6503)] = 217219, + [SMALL_STATE(6504)] = 217226, + [SMALL_STATE(6505)] = 217233, + [SMALL_STATE(6506)] = 217240, + [SMALL_STATE(6507)] = 217247, + [SMALL_STATE(6508)] = 217254, + [SMALL_STATE(6509)] = 217261, + [SMALL_STATE(6510)] = 217268, + [SMALL_STATE(6511)] = 217275, + [SMALL_STATE(6512)] = 217282, + [SMALL_STATE(6513)] = 217289, + [SMALL_STATE(6514)] = 217296, + [SMALL_STATE(6515)] = 217303, + [SMALL_STATE(6516)] = 217310, + [SMALL_STATE(6517)] = 217317, + [SMALL_STATE(6518)] = 217324, + [SMALL_STATE(6519)] = 217331, + [SMALL_STATE(6520)] = 217338, + [SMALL_STATE(6521)] = 217345, + [SMALL_STATE(6522)] = 217352, + [SMALL_STATE(6523)] = 217359, + [SMALL_STATE(6524)] = 217366, + [SMALL_STATE(6525)] = 217373, + [SMALL_STATE(6526)] = 217380, + [SMALL_STATE(6527)] = 217387, + [SMALL_STATE(6528)] = 217394, + [SMALL_STATE(6529)] = 217401, + [SMALL_STATE(6530)] = 217408, + [SMALL_STATE(6531)] = 217415, + [SMALL_STATE(6532)] = 217422, + [SMALL_STATE(6533)] = 217429, + [SMALL_STATE(6534)] = 217436, + [SMALL_STATE(6535)] = 217443, + [SMALL_STATE(6536)] = 217450, + [SMALL_STATE(6537)] = 217457, + [SMALL_STATE(6538)] = 217464, + [SMALL_STATE(6539)] = 217471, + [SMALL_STATE(6540)] = 217478, + [SMALL_STATE(6541)] = 217485, + [SMALL_STATE(6542)] = 217492, + [SMALL_STATE(6543)] = 217499, + [SMALL_STATE(6544)] = 217506, + [SMALL_STATE(6545)] = 217513, + [SMALL_STATE(6546)] = 217520, + [SMALL_STATE(6547)] = 217527, + [SMALL_STATE(6548)] = 217534, + [SMALL_STATE(6549)] = 217541, + [SMALL_STATE(6550)] = 217548, + [SMALL_STATE(6551)] = 217555, + [SMALL_STATE(6552)] = 217562, + [SMALL_STATE(6553)] = 217569, + [SMALL_STATE(6554)] = 217576, + [SMALL_STATE(6555)] = 217583, + [SMALL_STATE(6556)] = 217590, + [SMALL_STATE(6557)] = 217597, + [SMALL_STATE(6558)] = 217604, + [SMALL_STATE(6559)] = 217611, + [SMALL_STATE(6560)] = 217618, + [SMALL_STATE(6561)] = 217625, + [SMALL_STATE(6562)] = 217632, + [SMALL_STATE(6563)] = 217639, + [SMALL_STATE(6564)] = 217646, + [SMALL_STATE(6565)] = 217653, + [SMALL_STATE(6566)] = 217660, + [SMALL_STATE(6567)] = 217667, + [SMALL_STATE(6568)] = 217674, + [SMALL_STATE(6569)] = 217681, + [SMALL_STATE(6570)] = 217688, + [SMALL_STATE(6571)] = 217695, + [SMALL_STATE(6572)] = 217702, + [SMALL_STATE(6573)] = 217709, + [SMALL_STATE(6574)] = 217716, + [SMALL_STATE(6575)] = 217723, + [SMALL_STATE(6576)] = 217730, + [SMALL_STATE(6577)] = 217737, + [SMALL_STATE(6578)] = 217744, + [SMALL_STATE(6579)] = 217751, + [SMALL_STATE(6580)] = 217758, + [SMALL_STATE(6581)] = 217765, + [SMALL_STATE(6582)] = 217772, + [SMALL_STATE(6583)] = 217779, + [SMALL_STATE(6584)] = 217786, + [SMALL_STATE(6585)] = 217793, + [SMALL_STATE(6586)] = 217800, + [SMALL_STATE(6587)] = 217807, + [SMALL_STATE(6588)] = 217814, + [SMALL_STATE(6589)] = 217821, + [SMALL_STATE(6590)] = 217828, + [SMALL_STATE(6591)] = 217835, + [SMALL_STATE(6592)] = 217842, + [SMALL_STATE(6593)] = 217849, + [SMALL_STATE(6594)] = 217856, + [SMALL_STATE(6595)] = 217863, + [SMALL_STATE(6596)] = 217870, + [SMALL_STATE(6597)] = 217877, + [SMALL_STATE(6598)] = 217884, + [SMALL_STATE(6599)] = 217891, + [SMALL_STATE(6600)] = 217898, + [SMALL_STATE(6601)] = 217905, + [SMALL_STATE(6602)] = 217912, + [SMALL_STATE(6603)] = 217919, + [SMALL_STATE(6604)] = 217926, + [SMALL_STATE(6605)] = 217933, + [SMALL_STATE(6606)] = 217940, + [SMALL_STATE(6607)] = 217947, + [SMALL_STATE(6608)] = 217954, + [SMALL_STATE(6609)] = 217961, + [SMALL_STATE(6610)] = 217968, + [SMALL_STATE(6611)] = 217975, + [SMALL_STATE(6612)] = 217982, + [SMALL_STATE(6613)] = 217989, + [SMALL_STATE(6614)] = 217996, + [SMALL_STATE(6615)] = 218003, + [SMALL_STATE(6616)] = 218010, + [SMALL_STATE(6617)] = 218017, + [SMALL_STATE(6618)] = 218024, + [SMALL_STATE(6619)] = 218031, + [SMALL_STATE(6620)] = 218038, + [SMALL_STATE(6621)] = 218045, + [SMALL_STATE(6622)] = 218052, + [SMALL_STATE(6623)] = 218059, + [SMALL_STATE(6624)] = 218066, + [SMALL_STATE(6625)] = 218073, + [SMALL_STATE(6626)] = 218080, + [SMALL_STATE(6627)] = 218087, + [SMALL_STATE(6628)] = 218094, + [SMALL_STATE(6629)] = 218101, + [SMALL_STATE(6630)] = 218108, + [SMALL_STATE(6631)] = 218115, + [SMALL_STATE(6632)] = 218122, + [SMALL_STATE(6633)] = 218129, + [SMALL_STATE(6634)] = 218136, + [SMALL_STATE(6635)] = 218143, + [SMALL_STATE(6636)] = 218150, + [SMALL_STATE(6637)] = 218157, + [SMALL_STATE(6638)] = 218164, + [SMALL_STATE(6639)] = 218171, + [SMALL_STATE(6640)] = 218178, + [SMALL_STATE(6641)] = 218185, + [SMALL_STATE(6642)] = 218192, + [SMALL_STATE(6643)] = 218199, + [SMALL_STATE(6644)] = 218206, + [SMALL_STATE(6645)] = 218213, + [SMALL_STATE(6646)] = 218220, + [SMALL_STATE(6647)] = 218227, + [SMALL_STATE(6648)] = 218234, + [SMALL_STATE(6649)] = 218241, + [SMALL_STATE(6650)] = 218248, + [SMALL_STATE(6651)] = 218255, + [SMALL_STATE(6652)] = 218262, + [SMALL_STATE(6653)] = 218269, + [SMALL_STATE(6654)] = 218276, + [SMALL_STATE(6655)] = 218283, + [SMALL_STATE(6656)] = 218290, + [SMALL_STATE(6657)] = 218297, + [SMALL_STATE(6658)] = 218304, + [SMALL_STATE(6659)] = 218311, + [SMALL_STATE(6660)] = 218318, + [SMALL_STATE(6661)] = 218325, + [SMALL_STATE(6662)] = 218332, + [SMALL_STATE(6663)] = 218339, + [SMALL_STATE(6664)] = 218346, + [SMALL_STATE(6665)] = 218353, + [SMALL_STATE(6666)] = 218360, + [SMALL_STATE(6667)] = 218367, + [SMALL_STATE(6668)] = 218374, + [SMALL_STATE(6669)] = 218381, + [SMALL_STATE(6670)] = 218388, + [SMALL_STATE(6671)] = 218395, + [SMALL_STATE(6672)] = 218402, + [SMALL_STATE(6673)] = 218409, + [SMALL_STATE(6674)] = 218416, + [SMALL_STATE(6675)] = 218423, + [SMALL_STATE(6676)] = 218430, + [SMALL_STATE(6677)] = 218437, + [SMALL_STATE(6678)] = 218444, + [SMALL_STATE(6679)] = 218451, + [SMALL_STATE(6680)] = 218458, + [SMALL_STATE(6681)] = 218465, + [SMALL_STATE(6682)] = 218472, + [SMALL_STATE(6683)] = 218479, + [SMALL_STATE(6684)] = 218486, + [SMALL_STATE(6685)] = 218493, + [SMALL_STATE(6686)] = 218500, + [SMALL_STATE(6687)] = 218507, + [SMALL_STATE(6688)] = 218514, + [SMALL_STATE(6689)] = 218521, + [SMALL_STATE(6690)] = 218528, + [SMALL_STATE(6691)] = 218535, + [SMALL_STATE(6692)] = 218542, + [SMALL_STATE(6693)] = 218549, + [SMALL_STATE(6694)] = 218556, + [SMALL_STATE(6695)] = 218563, + [SMALL_STATE(6696)] = 218570, + [SMALL_STATE(6697)] = 218577, + [SMALL_STATE(6698)] = 218584, + [SMALL_STATE(6699)] = 218591, + [SMALL_STATE(6700)] = 218598, + [SMALL_STATE(6701)] = 218605, + [SMALL_STATE(6702)] = 218612, + [SMALL_STATE(6703)] = 218619, + [SMALL_STATE(6704)] = 218626, + [SMALL_STATE(6705)] = 218633, + [SMALL_STATE(6706)] = 218640, + [SMALL_STATE(6707)] = 218647, + [SMALL_STATE(6708)] = 218654, + [SMALL_STATE(6709)] = 218661, + [SMALL_STATE(6710)] = 218668, + [SMALL_STATE(6711)] = 218675, + [SMALL_STATE(6712)] = 218682, + [SMALL_STATE(6713)] = 218689, + [SMALL_STATE(6714)] = 218696, + [SMALL_STATE(6715)] = 218703, + [SMALL_STATE(6716)] = 218710, + [SMALL_STATE(6717)] = 218717, + [SMALL_STATE(6718)] = 218724, + [SMALL_STATE(6719)] = 218731, + [SMALL_STATE(6720)] = 218738, + [SMALL_STATE(6721)] = 218745, + [SMALL_STATE(6722)] = 218752, + [SMALL_STATE(6723)] = 218759, + [SMALL_STATE(6724)] = 218766, + [SMALL_STATE(6725)] = 218773, + [SMALL_STATE(6726)] = 218780, + [SMALL_STATE(6727)] = 218787, + [SMALL_STATE(6728)] = 218794, + [SMALL_STATE(6729)] = 218801, + [SMALL_STATE(6730)] = 218808, + [SMALL_STATE(6731)] = 218815, + [SMALL_STATE(6732)] = 218822, + [SMALL_STATE(6733)] = 218829, + [SMALL_STATE(6734)] = 218836, + [SMALL_STATE(6735)] = 218843, + [SMALL_STATE(6736)] = 218850, + [SMALL_STATE(6737)] = 218857, + [SMALL_STATE(6738)] = 218864, + [SMALL_STATE(6739)] = 218871, + [SMALL_STATE(6740)] = 218878, + [SMALL_STATE(6741)] = 218885, + [SMALL_STATE(6742)] = 218892, + [SMALL_STATE(6743)] = 218899, + [SMALL_STATE(6744)] = 218906, + [SMALL_STATE(6745)] = 218913, + [SMALL_STATE(6746)] = 218920, + [SMALL_STATE(6747)] = 218927, + [SMALL_STATE(6748)] = 218934, + [SMALL_STATE(6749)] = 218941, + [SMALL_STATE(6750)] = 218948, + [SMALL_STATE(6751)] = 218955, + [SMALL_STATE(6752)] = 218962, + [SMALL_STATE(6753)] = 218969, + [SMALL_STATE(6754)] = 218976, + [SMALL_STATE(6755)] = 218983, + [SMALL_STATE(6756)] = 218990, + [SMALL_STATE(6757)] = 218997, + [SMALL_STATE(6758)] = 219004, + [SMALL_STATE(6759)] = 219011, + [SMALL_STATE(6760)] = 219018, + [SMALL_STATE(6761)] = 219025, + [SMALL_STATE(6762)] = 219032, + [SMALL_STATE(6763)] = 219039, + [SMALL_STATE(6764)] = 219046, + [SMALL_STATE(6765)] = 219053, + [SMALL_STATE(6766)] = 219060, + [SMALL_STATE(6767)] = 219067, + [SMALL_STATE(6768)] = 219074, + [SMALL_STATE(6769)] = 219081, + [SMALL_STATE(6770)] = 219088, + [SMALL_STATE(6771)] = 219095, + [SMALL_STATE(6772)] = 219102, + [SMALL_STATE(6773)] = 219109, + [SMALL_STATE(6774)] = 219116, + [SMALL_STATE(6775)] = 219123, + [SMALL_STATE(6776)] = 219130, + [SMALL_STATE(6777)] = 219137, + [SMALL_STATE(6778)] = 219144, + [SMALL_STATE(6779)] = 219151, + [SMALL_STATE(6780)] = 219158, + [SMALL_STATE(6781)] = 219165, + [SMALL_STATE(6782)] = 219172, + [SMALL_STATE(6783)] = 219179, + [SMALL_STATE(6784)] = 219186, + [SMALL_STATE(6785)] = 219193, + [SMALL_STATE(6786)] = 219200, + [SMALL_STATE(6787)] = 219207, + [SMALL_STATE(6788)] = 219214, + [SMALL_STATE(6789)] = 219221, + [SMALL_STATE(6790)] = 219228, + [SMALL_STATE(6791)] = 219235, + [SMALL_STATE(6792)] = 219242, + [SMALL_STATE(6793)] = 219249, + [SMALL_STATE(6794)] = 219256, + [SMALL_STATE(6795)] = 219263, + [SMALL_STATE(6796)] = 219270, + [SMALL_STATE(6797)] = 219277, + [SMALL_STATE(6798)] = 219284, + [SMALL_STATE(6799)] = 219291, + [SMALL_STATE(6800)] = 219298, + [SMALL_STATE(6801)] = 219305, + [SMALL_STATE(6802)] = 219312, + [SMALL_STATE(6803)] = 219319, + [SMALL_STATE(6804)] = 219326, + [SMALL_STATE(6805)] = 219333, + [SMALL_STATE(6806)] = 219340, + [SMALL_STATE(6807)] = 219347, + [SMALL_STATE(6808)] = 219354, + [SMALL_STATE(6809)] = 219361, + [SMALL_STATE(6810)] = 219368, + [SMALL_STATE(6811)] = 219375, + [SMALL_STATE(6812)] = 219382, + [SMALL_STATE(6813)] = 219389, + [SMALL_STATE(6814)] = 219396, + [SMALL_STATE(6815)] = 219403, + [SMALL_STATE(6816)] = 219410, + [SMALL_STATE(6817)] = 219417, + [SMALL_STATE(6818)] = 219424, + [SMALL_STATE(6819)] = 219431, + [SMALL_STATE(6820)] = 219438, + [SMALL_STATE(6821)] = 219445, + [SMALL_STATE(6822)] = 219452, + [SMALL_STATE(6823)] = 219459, + [SMALL_STATE(6824)] = 219466, + [SMALL_STATE(6825)] = 219473, + [SMALL_STATE(6826)] = 219480, + [SMALL_STATE(6827)] = 219487, + [SMALL_STATE(6828)] = 219494, + [SMALL_STATE(6829)] = 219501, + [SMALL_STATE(6830)] = 219508, + [SMALL_STATE(6831)] = 219515, + [SMALL_STATE(6832)] = 219522, + [SMALL_STATE(6833)] = 219529, + [SMALL_STATE(6834)] = 219536, + [SMALL_STATE(6835)] = 219543, + [SMALL_STATE(6836)] = 219550, + [SMALL_STATE(6837)] = 219557, + [SMALL_STATE(6838)] = 219564, + [SMALL_STATE(6839)] = 219571, + [SMALL_STATE(6840)] = 219578, + [SMALL_STATE(6841)] = 219585, + [SMALL_STATE(6842)] = 219592, + [SMALL_STATE(6843)] = 219599, + [SMALL_STATE(6844)] = 219606, + [SMALL_STATE(6845)] = 219613, + [SMALL_STATE(6846)] = 219620, + [SMALL_STATE(6847)] = 219627, + [SMALL_STATE(6848)] = 219634, + [SMALL_STATE(6849)] = 219641, + [SMALL_STATE(6850)] = 219648, + [SMALL_STATE(6851)] = 219655, + [SMALL_STATE(6852)] = 219662, + [SMALL_STATE(6853)] = 219669, + [SMALL_STATE(6854)] = 219676, + [SMALL_STATE(6855)] = 219683, + [SMALL_STATE(6856)] = 219690, + [SMALL_STATE(6857)] = 219697, + [SMALL_STATE(6858)] = 219704, + [SMALL_STATE(6859)] = 219711, + [SMALL_STATE(6860)] = 219718, + [SMALL_STATE(6861)] = 219725, + [SMALL_STATE(6862)] = 219732, + [SMALL_STATE(6863)] = 219739, + [SMALL_STATE(6864)] = 219746, + [SMALL_STATE(6865)] = 219753, + [SMALL_STATE(6866)] = 219760, + [SMALL_STATE(6867)] = 219767, + [SMALL_STATE(6868)] = 219774, + [SMALL_STATE(6869)] = 219781, + [SMALL_STATE(6870)] = 219788, + [SMALL_STATE(6871)] = 219795, + [SMALL_STATE(6872)] = 219802, + [SMALL_STATE(6873)] = 219809, + [SMALL_STATE(6874)] = 219816, + [SMALL_STATE(6875)] = 219823, + [SMALL_STATE(6876)] = 219830, + [SMALL_STATE(6877)] = 219837, + [SMALL_STATE(6878)] = 219844, + [SMALL_STATE(6879)] = 219851, + [SMALL_STATE(6880)] = 219858, + [SMALL_STATE(6881)] = 219865, + [SMALL_STATE(6882)] = 219872, + [SMALL_STATE(6883)] = 219879, + [SMALL_STATE(6884)] = 219886, + [SMALL_STATE(6885)] = 219893, + [SMALL_STATE(6886)] = 219900, + [SMALL_STATE(6887)] = 219907, + [SMALL_STATE(6888)] = 219914, + [SMALL_STATE(6889)] = 219921, + [SMALL_STATE(6890)] = 219928, + [SMALL_STATE(6891)] = 219935, + [SMALL_STATE(6892)] = 219942, + [SMALL_STATE(6893)] = 219949, + [SMALL_STATE(6894)] = 219956, + [SMALL_STATE(6895)] = 219963, + [SMALL_STATE(6896)] = 219970, + [SMALL_STATE(6897)] = 219977, + [SMALL_STATE(6898)] = 219984, + [SMALL_STATE(6899)] = 219991, + [SMALL_STATE(6900)] = 219998, + [SMALL_STATE(6901)] = 220005, + [SMALL_STATE(6902)] = 220012, + [SMALL_STATE(6903)] = 220019, + [SMALL_STATE(6904)] = 220026, + [SMALL_STATE(6905)] = 220033, + [SMALL_STATE(6906)] = 220040, + [SMALL_STATE(6907)] = 220047, + [SMALL_STATE(6908)] = 220054, + [SMALL_STATE(6909)] = 220061, + [SMALL_STATE(6910)] = 220068, + [SMALL_STATE(6911)] = 220075, + [SMALL_STATE(6912)] = 220082, + [SMALL_STATE(6913)] = 220089, + [SMALL_STATE(6914)] = 220096, + [SMALL_STATE(6915)] = 220103, + [SMALL_STATE(6916)] = 220110, + [SMALL_STATE(6917)] = 220117, + [SMALL_STATE(6918)] = 220124, + [SMALL_STATE(6919)] = 220131, + [SMALL_STATE(6920)] = 220138, + [SMALL_STATE(6921)] = 220145, + [SMALL_STATE(6922)] = 220152, + [SMALL_STATE(6923)] = 220159, + [SMALL_STATE(6924)] = 220166, + [SMALL_STATE(6925)] = 220173, + [SMALL_STATE(6926)] = 220180, + [SMALL_STATE(6927)] = 220187, + [SMALL_STATE(6928)] = 220194, + [SMALL_STATE(6929)] = 220201, + [SMALL_STATE(6930)] = 220208, + [SMALL_STATE(6931)] = 220215, + [SMALL_STATE(6932)] = 220222, + [SMALL_STATE(6933)] = 220229, + [SMALL_STATE(6934)] = 220236, + [SMALL_STATE(6935)] = 220243, + [SMALL_STATE(6936)] = 220250, + [SMALL_STATE(6937)] = 220257, + [SMALL_STATE(6938)] = 220264, + [SMALL_STATE(6939)] = 220271, + [SMALL_STATE(6940)] = 220278, + [SMALL_STATE(6941)] = 220285, + [SMALL_STATE(6942)] = 220292, + [SMALL_STATE(6943)] = 220299, + [SMALL_STATE(6944)] = 220306, + [SMALL_STATE(6945)] = 220313, + [SMALL_STATE(6946)] = 220320, + [SMALL_STATE(6947)] = 220327, + [SMALL_STATE(6948)] = 220334, + [SMALL_STATE(6949)] = 220341, + [SMALL_STATE(6950)] = 220348, + [SMALL_STATE(6951)] = 220355, + [SMALL_STATE(6952)] = 220362, + [SMALL_STATE(6953)] = 220369, + [SMALL_STATE(6954)] = 220376, + [SMALL_STATE(6955)] = 220383, + [SMALL_STATE(6956)] = 220390, + [SMALL_STATE(6957)] = 220397, + [SMALL_STATE(6958)] = 220404, + [SMALL_STATE(6959)] = 220411, + [SMALL_STATE(6960)] = 220418, + [SMALL_STATE(6961)] = 220425, + [SMALL_STATE(6962)] = 220432, + [SMALL_STATE(6963)] = 220439, + [SMALL_STATE(6964)] = 220446, + [SMALL_STATE(6965)] = 220453, + [SMALL_STATE(6966)] = 220460, + [SMALL_STATE(6967)] = 220467, + [SMALL_STATE(6968)] = 220474, + [SMALL_STATE(6969)] = 220481, + [SMALL_STATE(6970)] = 220488, + [SMALL_STATE(6971)] = 220495, + [SMALL_STATE(6972)] = 220502, + [SMALL_STATE(6973)] = 220509, + [SMALL_STATE(6974)] = 220516, + [SMALL_STATE(6975)] = 220523, + [SMALL_STATE(6976)] = 220530, + [SMALL_STATE(6977)] = 220537, + [SMALL_STATE(6978)] = 220544, + [SMALL_STATE(6979)] = 220551, + [SMALL_STATE(6980)] = 220558, + [SMALL_STATE(6981)] = 220565, + [SMALL_STATE(6982)] = 220572, + [SMALL_STATE(6983)] = 220579, + [SMALL_STATE(6984)] = 220586, + [SMALL_STATE(6985)] = 220593, + [SMALL_STATE(6986)] = 220600, + [SMALL_STATE(6987)] = 220607, + [SMALL_STATE(6988)] = 220614, + [SMALL_STATE(6989)] = 220621, + [SMALL_STATE(6990)] = 220628, + [SMALL_STATE(6991)] = 220635, + [SMALL_STATE(6992)] = 220642, + [SMALL_STATE(6993)] = 220649, + [SMALL_STATE(6994)] = 220656, + [SMALL_STATE(6995)] = 220663, + [SMALL_STATE(6996)] = 220670, + [SMALL_STATE(6997)] = 220677, + [SMALL_STATE(6998)] = 220684, + [SMALL_STATE(6999)] = 220691, + [SMALL_STATE(7000)] = 220698, + [SMALL_STATE(7001)] = 220705, + [SMALL_STATE(7002)] = 220712, + [SMALL_STATE(7003)] = 220719, + [SMALL_STATE(7004)] = 220726, + [SMALL_STATE(7005)] = 220733, + [SMALL_STATE(7006)] = 220740, + [SMALL_STATE(7007)] = 220747, + [SMALL_STATE(7008)] = 220754, + [SMALL_STATE(7009)] = 220761, + [SMALL_STATE(7010)] = 220768, + [SMALL_STATE(7011)] = 220775, + [SMALL_STATE(7012)] = 220782, + [SMALL_STATE(7013)] = 220789, + [SMALL_STATE(7014)] = 220796, + [SMALL_STATE(7015)] = 220803, + [SMALL_STATE(7016)] = 220810, + [SMALL_STATE(7017)] = 220817, + [SMALL_STATE(7018)] = 220824, + [SMALL_STATE(7019)] = 220831, + [SMALL_STATE(7020)] = 220838, + [SMALL_STATE(7021)] = 220845, + [SMALL_STATE(7022)] = 220852, + [SMALL_STATE(7023)] = 220859, + [SMALL_STATE(7024)] = 220866, + [SMALL_STATE(7025)] = 220873, + [SMALL_STATE(7026)] = 220880, + [SMALL_STATE(7027)] = 220887, + [SMALL_STATE(7028)] = 220894, + [SMALL_STATE(7029)] = 220901, + [SMALL_STATE(7030)] = 220908, + [SMALL_STATE(7031)] = 220915, + [SMALL_STATE(7032)] = 220922, + [SMALL_STATE(7033)] = 220929, + [SMALL_STATE(7034)] = 220936, + [SMALL_STATE(7035)] = 220943, + [SMALL_STATE(7036)] = 220950, + [SMALL_STATE(7037)] = 220957, + [SMALL_STATE(7038)] = 220964, + [SMALL_STATE(7039)] = 220971, + [SMALL_STATE(7040)] = 220978, + [SMALL_STATE(7041)] = 220985, + [SMALL_STATE(7042)] = 220992, + [SMALL_STATE(7043)] = 220999, + [SMALL_STATE(7044)] = 221006, + [SMALL_STATE(7045)] = 221013, + [SMALL_STATE(7046)] = 221020, + [SMALL_STATE(7047)] = 221027, + [SMALL_STATE(7048)] = 221034, + [SMALL_STATE(7049)] = 221041, + [SMALL_STATE(7050)] = 221048, + [SMALL_STATE(7051)] = 221055, + [SMALL_STATE(7052)] = 221062, + [SMALL_STATE(7053)] = 221069, + [SMALL_STATE(7054)] = 221076, + [SMALL_STATE(7055)] = 221083, + [SMALL_STATE(7056)] = 221090, + [SMALL_STATE(7057)] = 221097, + [SMALL_STATE(7058)] = 221104, + [SMALL_STATE(7059)] = 221111, + [SMALL_STATE(7060)] = 221118, + [SMALL_STATE(7061)] = 221125, + [SMALL_STATE(7062)] = 221132, + [SMALL_STATE(7063)] = 221139, + [SMALL_STATE(7064)] = 221146, + [SMALL_STATE(7065)] = 221153, + [SMALL_STATE(7066)] = 221160, + [SMALL_STATE(7067)] = 221167, + [SMALL_STATE(7068)] = 221174, + [SMALL_STATE(7069)] = 221181, + [SMALL_STATE(7070)] = 221188, + [SMALL_STATE(7071)] = 221195, + [SMALL_STATE(7072)] = 221202, + [SMALL_STATE(7073)] = 221209, + [SMALL_STATE(7074)] = 221216, + [SMALL_STATE(7075)] = 221223, + [SMALL_STATE(7076)] = 221230, + [SMALL_STATE(7077)] = 221237, + [SMALL_STATE(7078)] = 221244, + [SMALL_STATE(7079)] = 221251, + [SMALL_STATE(7080)] = 221258, + [SMALL_STATE(7081)] = 221265, + [SMALL_STATE(7082)] = 221272, + [SMALL_STATE(7083)] = 221279, + [SMALL_STATE(7084)] = 221286, + [SMALL_STATE(7085)] = 221293, + [SMALL_STATE(7086)] = 221300, + [SMALL_STATE(7087)] = 221307, + [SMALL_STATE(7088)] = 221314, + [SMALL_STATE(7089)] = 221321, + [SMALL_STATE(7090)] = 221328, + [SMALL_STATE(7091)] = 221335, + [SMALL_STATE(7092)] = 221342, + [SMALL_STATE(7093)] = 221349, + [SMALL_STATE(7094)] = 221356, + [SMALL_STATE(7095)] = 221363, + [SMALL_STATE(7096)] = 221370, + [SMALL_STATE(7097)] = 221377, + [SMALL_STATE(7098)] = 221384, + [SMALL_STATE(7099)] = 221391, + [SMALL_STATE(7100)] = 221398, + [SMALL_STATE(7101)] = 221405, + [SMALL_STATE(7102)] = 221412, + [SMALL_STATE(7103)] = 221419, + [SMALL_STATE(7104)] = 221426, + [SMALL_STATE(7105)] = 221433, + [SMALL_STATE(7106)] = 221440, + [SMALL_STATE(7107)] = 221447, + [SMALL_STATE(7108)] = 221454, + [SMALL_STATE(7109)] = 221461, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -414554,4886 +409832,4856 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5230), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7230), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4642), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7226), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6494), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5191), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7109), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4496), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7105), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6368), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7169), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6549), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7160), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6527), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4097), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3330), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3288), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3703), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4980), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4491), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4492), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4494), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6058), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6445), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7091), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6436), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7064), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7062), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7059), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7033), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5768), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3437), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7018), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3339), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4174), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4173), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6315), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5727), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5160), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7003), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7002), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6289), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4079), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4356), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5280), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6748), - [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7054), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4571), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6746), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6506), - [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3417), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3172), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3185), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7065), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6312), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7057), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6303), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4081), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3359), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3303), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3754), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4851), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4466), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4427), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4426), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5977), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6023), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7044), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6013), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7042), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7041), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7040), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7039), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6136), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5677), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3528), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3522), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7033), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3348), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4131), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6376), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5604), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5094), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7023), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7022), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6201), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4063), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4307), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5174), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6538), + [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6727), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4570), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6536), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6049), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3410), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3249), [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5857), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6256), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7167), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6555), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7130), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7174), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7175), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6744), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7055), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6262), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5772), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5135), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7131), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7132), - [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5286), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6657), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4637), - [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6656), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), - [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4554), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6281), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3376), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3253), - [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6009), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6525), - [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), - [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7182), - [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6269), - [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7162), - [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), - [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6740), - [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6741), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6653), - [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), - [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6530), - [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), - [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5619), - [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5127), - [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7163), - [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7164), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), - [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 66), + [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5811), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6232), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6998), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6293), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6982), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6995), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6994), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6518), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6759), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6238), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5544), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5043), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6983), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6984), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), + [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5151), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6500), + [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4527), + [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6498), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), + [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4571), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6245), + [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), + [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3219), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5726), + [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6495), + [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6764), + [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6450), + [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7060), + [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), + [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6853), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6836), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6499), + [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6399), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), + [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5623), + [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5097), + [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7061), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7062), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), + [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), + [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), [297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 66), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), - [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), - [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), - [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), - [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), - [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), - [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1739), - [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5286), - [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6657), - [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4637), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), + [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 66), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), + [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), + [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1742), + [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5151), + [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6500), + [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4527), [339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6656), - [344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6281), - [347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(117), - [350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1502), - [353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1504), - [356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1502), + [341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6498), + [344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6245), + [347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(118), + [350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1663), + [353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1498), + [356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1663), [359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(540), - [362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4219), + [362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4193), [365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1098), - [368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(345), - [371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3376), - [374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3253), - [377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7169), - [380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5333), - [383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6549), - [386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7160), - [389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6527), - [392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4097), - [395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(39), - [398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1303), - [401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3330), - [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2255), - [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3288), - [410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3703), - [413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4980), - [416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4491), - [419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4492), - [422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4494), - [425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6009), - [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6525), - [431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1675), - [434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7182), - [437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6269), - [440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(209), - [443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7162), - [446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1294), - [449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6740), - [452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6741), - [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6653), - [458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1662), - [461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1444), - [464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3420), - [467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6331), - [470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5768), - [473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3435), - [476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3437), - [479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7018), - [482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3339), - [485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4174), - [488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4173), - [491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1575), - [494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(585), - [497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6530), - [500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1659), - [503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1475), - [506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5619), - [509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5127), - [512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7163), - [515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7164), - [518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1476), - [521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1579), - [524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6289), - [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1639), - [530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4079), - [533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4356), - [536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1750), - [539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5295), - [542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6723), - [545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4623), - [548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6651), - [551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6359), - [554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(692), - [557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3392), - [560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3254), - [563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(43), - [566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5829), - [569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6519), - [572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1641), - [575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7049), - [578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6584), - [581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(204), - [584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7178), - [587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1289), - [590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7181), - [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7177), - [596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6658), - [599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1673), - [602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6511), - [605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1445), - [608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5749), - [611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5112), - [614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7193), - [617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7180), - [620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1437), - [623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1670), - [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), - [632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1738), - [637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5230), - [640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7230), - [643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4642), - [646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7226), - [649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6494), - [652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(576), - [655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3395), - [658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3251), - [661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(35), - [664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6058), - [667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6445), - [670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1567), - [673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7091), - [676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6436), - [679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(236), - [682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7064), - [685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1292), - [688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7062), - [691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7059), - [694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7033), - [697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1697), - [700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6315), - [703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1460), - [706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5727), - [709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5160), - [712] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7003), - [715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7002), - [718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1464), - [721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1646), - [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5046), - [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), - [758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1724), - [761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5280), - [764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6748), - [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4571), - [770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6746), - [773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6506), - [776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(653), - [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3417), - [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3172), - [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(34), - [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5857), - [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6256), - [794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1660), - [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7167), - [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6555), - [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(230), - [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7130), - [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1282), - [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7174), - [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7175), - [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6744), - [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1613), - [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6262), - [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1454), - [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5772), - [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5135), - [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7131), - [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7132), - [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1455), - [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1610), - [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), - [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5295), - [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6723), - [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4623), - [856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6651), - [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6359), - [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), - [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), - [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5829), - [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6519), - [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), - [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7049), - [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6584), - [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7178), - [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), - [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7181), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7177), - [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6658), - [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), - [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6511), - [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), - [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5749), - [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5112), - [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7193), - [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7180), - [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), - [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), - [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), - [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), - [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), - [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1727), - [963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(329), - [968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1502), - [971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1502), - [974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1529), - [977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1529), - [982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(345), - [985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3376), - [988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3330), - [991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7169), - [994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5333), - [997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6524), - [1000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7160), - [1003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(39), - [1006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1341), - [1009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2255), - [1012] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3288), - [1015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3703), - [1018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4980), - [1021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4491), - [1024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4492), - [1027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4494), - [1030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6009), - [1033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6525), - [1036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6269), - [1039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(209), - [1042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7162), - [1045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1294), - [1048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6740), - [1051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6741), - [1054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6653), - [1057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1662), - [1060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1444), - [1063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3420), - [1066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6331), - [1069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5768), - [1072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3435), - [1075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3437), - [1078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7018), - [1081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3339), - [1084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4173), - [1087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6133), - [1090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6530), - [1093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1659), - [1096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1475), - [1099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1476), - [1102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1579), - [1105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6289), - [1108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1639), - [1111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4079), - [1114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4356), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), - [1119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 10), - [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [1125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 10), - [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), - [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6524), - [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), - [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6133), - [1135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), - [1137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), - [1139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), - [1141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), - [1143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 10), - [1145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 10), - [1147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1745), - [1150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(576), - [1153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3395), - [1156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(35), - [1159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6058), - [1162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6445), - [1165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6436), - [1168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(236), - [1171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7064), - [1174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1292), - [1177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7062), - [1180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7059), - [1183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7033), - [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6315), - [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1460), - [1192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1464), - [1195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1646), - [1198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1746), - [1201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(692), - [1204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3392), - [1207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(43), - [1210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5829), - [1213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6519), - [1216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6584), - [1219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(204), - [1222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7178), - [1225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1289), - [1228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7181), - [1231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7177), - [1234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6658), - [1237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6511), - [1240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1445), - [1243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1437), - [1246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1670), - [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), - [1251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), - [1253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1735), - [1256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(653), - [1259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3417), - [1262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(34), - [1265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5857), - [1268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6256), - [1271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6555), - [1274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(230), - [1277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7130), - [1280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1282), - [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7174), - [1286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7175), - [1289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6744), - [1292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6262), - [1295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1454), - [1298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1455), - [1301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1610), - [1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), - [1306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), - [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), - [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5973), - [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6306), - [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6350), - [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), - [1322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7192), - [1324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), - [1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7043), - [1328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7041), - [1330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6728), - [1332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6162), - [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), - [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), - [1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), - [1340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1742), - [1343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1166), - [1346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3406), - [1349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(75), - [1352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5973), - [1355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6306), - [1358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6350), - [1361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(180), - [1364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7192), - [1367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1284), - [1370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7043), - [1373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7041), - [1376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6728), - [1379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6162), - [1382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1479), - [1385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1477), - [1388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1640), - [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6520), - [1395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7023), - [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), - [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7148), - [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(398), + [371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3379), + [374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3219), + [377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7065), + [380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5248), + [383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6312), + [386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7057), + [389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6303), + [392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4081), + [395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(37), + [398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1324), + [401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3359), + [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2422), + [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3303), + [410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3754), + [413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4851), + [416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4466), + [419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4427), + [422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4426), + [425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5726), + [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6495), + [431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1485), + [434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6764), + [437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6450), + [440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(159), + [443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7060), + [446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1282), + [449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6853), + [452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6836), + [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6499), + [458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1556), + [461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1474), + [464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3377), + [467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6136), + [470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5677), + [473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3528), + [476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3522), + [479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7033), + [482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3348), + [485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4128), + [488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4131), + [491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1591), + [494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(903), + [497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6399), + [500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1496), + [503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1430), + [506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5623), + [509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5097), + [512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7061), + [515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7062), + [518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1441), + [521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1689), + [524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6201), + [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1525), + [530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4063), + [533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4307), + [536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1740), + [541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5191), + [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7109), + [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4496), + [550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7105), + [553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6368), + [556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(822), + [559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3390), + [562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3185), + [565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(36), + [568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5977), + [571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6023), + [574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1709), + [577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7044), + [580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6013), + [583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(194), + [586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7042), + [589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1290), + [592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7041), + [595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7040), + [598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7039), + [601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1493), + [604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6376), + [607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1452), + [610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5604), + [613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5094), + [616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7023), + [619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7022), + [622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1421), + [625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1501), + [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), + [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5206), + [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4961), + [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), + [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), + [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), + [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), + [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5141), + [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6632), + [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4569), + [686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), + [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6573), + [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6227), + [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), + [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), + [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5701), + [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6272), + [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), + [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6699), + [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6481), + [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7071), + [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), + [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6762), + [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6761), + [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6580), + [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), + [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6336), + [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), + [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5669), + [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5067), + [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7081), + [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7073), + [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), + [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), + [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1723), + [771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5174), + [774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6538), + [777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4570), + [780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6536), + [783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6049), + [786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(779), + [789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3410), + [792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3249), + [795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(58), + [798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5811), + [801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6232), + [804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1674), + [807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6998), + [810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6293), + [813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(204), + [816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6982), + [819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1288), + [822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6995), + [825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6994), + [828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6518), + [831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1696), + [834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6238), + [837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1455), + [840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5544), + [843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5043), + [846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6983), + [849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6984), + [852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1445), + [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1700), + [858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), + [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1745), + [869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5141), + [872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6632), + [875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4569), + [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6573), + [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6227), + [884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(878), + [887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3378), + [890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3246), + [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(72), + [896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5701), + [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6272), + [902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1664), + [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6699), + [908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6481), + [911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(155), + [914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7071), + [917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1293), + [920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6762), + [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6761), + [926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6580), + [929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1706), + [932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6336), + [935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1464), + [938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5669), + [941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5067), + [944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7081), + [947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7073), + [950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1463), + [953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1703), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), + [962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 10), + [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 10), + [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), + [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6494), + [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6404), + [978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 10), + [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 10), + [982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1744), + [985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(319), + [990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1663), + [993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1663), + [996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1621), + [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [1001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1621), + [1004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(398), + [1007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3379), + [1010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3359), + [1013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7065), + [1016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5248), + [1019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6494), + [1022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7057), + [1025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(37), + [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1323), + [1031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2422), + [1034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3303), + [1037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3754), + [1040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4851), + [1043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4466), + [1046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4427), + [1049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4426), + [1052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5726), + [1055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6495), + [1058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6450), + [1061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(159), + [1064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7060), + [1067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1282), + [1070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6853), + [1073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6836), + [1076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6499), + [1079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1556), + [1082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1474), + [1085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3377), + [1088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6136), + [1091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5677), + [1094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3528), + [1097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3522), + [1100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7033), + [1103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3348), + [1106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4131), + [1109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6404), + [1112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6399), + [1115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1496), + [1118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1430), + [1121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1441), + [1124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1689), + [1127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6201), + [1130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1525), + [1133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4063), + [1136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4307), + [1139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), + [1141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), + [1143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), + [1145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), + [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), + [1149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1741), + [1152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(822), + [1155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3390), + [1158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(36), + [1161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5977), + [1164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6023), + [1167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6013), + [1170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(194), + [1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7042), + [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1290), + [1179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7041), + [1182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7040), + [1185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7039), + [1188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6376), + [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1452), + [1194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1421), + [1197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1501), + [1200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1750), + [1203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(878), + [1206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3378), + [1209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(72), + [1212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5701), + [1215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6272), + [1218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6481), + [1221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(155), + [1224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7071), + [1227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1293), + [1230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6762), + [1233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6761), + [1236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6580), + [1239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6336), + [1242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1464), + [1245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1463), + [1248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1703), + [1251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), + [1255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1737), + [1258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(779), + [1261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3410), + [1264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(58), + [1267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5811), + [1270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6232), + [1273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6293), + [1276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(204), + [1279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6982), + [1282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1288), + [1285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6995), + [1288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6994), + [1291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6518), + [1294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6238), + [1297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1455), + [1300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1445), + [1303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1700), + [1306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), + [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3412), + [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5841), + [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6179), + [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6218), + [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [1322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7080), + [1324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), + [1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6698), + [1328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6697), + [1330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6637), + [1332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6195), + [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), + [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), + [1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), + [1340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1743), + [1343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1169), + [1346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3412), + [1349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(63), + [1352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5841), + [1355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6179), + [1358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6218), + [1361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(148), + [1364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(7080), + [1367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1289), + [1370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6698), + [1373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6697), + [1376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6637), + [1379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(6195), + [1382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1440), + [1385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1438), + [1388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1662), + [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6270), + [1395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6739), + [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3388), + [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6997), + [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), - [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), - [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7176), - [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), - [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3875), - [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4982), - [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4540), - [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4543), - [1437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4542), - [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [1441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), - [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6528), - [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5657), - [1449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), - [1451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4136), - [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), - [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6476), - [1457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), - [1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4088), - [1461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4384), - [1463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5818), - [1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), - [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [1471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), - [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), + [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6838), + [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), + [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), + [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3810), + [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4890), + [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4446), + [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4444), + [1437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), + [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [1441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), + [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6158), + [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), + [1449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3108), + [1451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4160), + [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6363), + [1457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), + [1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4080), + [1461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4300), + [1463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), + [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5728), + [1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), + [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [1471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), [1479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [1483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), - [1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4779), - [1487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4960), - [1489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4473), - [1491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4472), - [1493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4469), - [1495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2879), - [1497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6858), - [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4131), - [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2417), + [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [1483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4673), + [1487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4838), + [1489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4395), + [1491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4430), + [1493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4429), + [1495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2777), + [1497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6767), + [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4168), + [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 36), - [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [1509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), - [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), + [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [1509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), + [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 36), - [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5347), - [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [1521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6244), - [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [1527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6512), - [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5765), - [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2501), - [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6924), - [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), - [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6550), - [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), - [1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4084), - [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4376), - [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454), - [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), - [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), - [1557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), - [1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6467), - [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), - [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), - [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6164), - [1571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5578), - [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), - [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), - [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6585), - [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), - [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4091), - [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4358), - [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), - [1587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), - [1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), - [1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5355), - [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6143), - [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), - [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), - [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6513), - [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5752), - [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), - [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), - [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6605), - [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), - [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4075), - [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4372), - [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), - [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), - [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), - [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5351), - [1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), - [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [1643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), - [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4080), - [1647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4005), - [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6775), - [1651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4567), - [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), - [1655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6718), - [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [1659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4624), - [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6127), - [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), - [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6868), - [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4219), - [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3396), - [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), - [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6866), - [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3784), - [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4032), - [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4964), - [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4496), - [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4497), - [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4498), - [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4034), - [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7087), - [1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6731), - [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), - [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5600), - [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), - [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5124), - [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7200), - [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), - [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), - [1709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 66), - [1711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 66), - [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), - [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), - [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), - [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2390), - [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2439), - [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2441), - [1729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2468), - [1731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2496), - [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2563), - [1735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6013), - [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), - [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6738), - [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6258), - [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7209), - [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481), - [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), - [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), - [1751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2496), - [1754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(329), - [1757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1502), - [1760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1502), - [1763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1529), - [1766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(576), - [1769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5333), - [1772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6524), - [1775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(35), - [1778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1341), - [1781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6244), - [1784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6058), - [1787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6445), - [1790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1567), - [1793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7091), - [1796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6436), - [1799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(236), - [1802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7064), - [1805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1292), - [1808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7062), - [1811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7059), - [1814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7033), - [1817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1662), - [1820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1444), - [1823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(3420), - [1826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6331), - [1829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5768), - [1832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(3435), - [1835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6924), - [1838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6133), - [1841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6315), - [1844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1659), - [1847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1460), - [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1464), - [1853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1646), - [1856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6289), - [1859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1639), - [1862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4079), - [1865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4356), - [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), - [1870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2563), - [1873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6013), - [1876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1574), - [1879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6738), - [1882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6258), - [1885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7209), - [1888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2568), - [1891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(653), - [1894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(34), - [1897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5857), - [1900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6256), - [1903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1660), - [1906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7167), - [1909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6555), - [1912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(230), - [1915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7130), - [1918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1282), - [1921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7174), - [1924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7175), - [1927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6744), - [1930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6262), - [1933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1454), - [1936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1455), - [1939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1610), - [1942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2523), - [1945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1166), - [1948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(75), - [1951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5973), - [1954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6306), - [1957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6350), - [1960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(180), - [1963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7192), - [1966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1284), - [1969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7043), - [1972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7041), - [1975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6728), - [1978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6162), - [1981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1479), - [1984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1477), - [1987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1640), - [1990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2471), - [1993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(692), - [1996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(43), - [1999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5829), - [2002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6519), - [2005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1641), - [2008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7049), - [2011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6584), - [2014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(204), - [2017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7178), - [2020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1289), - [2023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7181), - [2026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7177), - [2029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6658), - [2032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6511), - [2035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1445), - [2038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1437), - [2041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1670), - [2044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2481), - [2047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(345), - [2050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(39), - [2053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6009), - [2056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6525), - [2059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1675), - [2062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7182), - [2065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6269), - [2068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(209), - [2071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7162), - [2074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1294), - [2077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6740), - [2080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6741), - [2083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6653), - [2086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6530), - [2089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1475), - [2092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1476), - [2095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1579), - [2098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4005), - [2101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6775), - [2104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4567), - [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [2109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6718), - [2112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6127), - [2115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4221), - [2118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6868), - [2121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3245), - [2124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4219), - [2127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4219), - [2130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3396), - [2133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3330), - [2136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7169), - [2139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4750), - [2142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6520), - [2145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7160), - [2148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6527), - [2151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6866), - [2154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2255), - [2157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3784), - [2160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4032), - [2163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4964), - [2166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4496), - [2169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4497), - [2172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4498), - [2175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4034), - [2178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7087), - [2181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3339), - [2184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4174), - [2187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6731), - [2190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4128), - [2193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5600), - [2196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(585), - [2199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1788), - [2202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5124), - [2205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7200), - [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6650), - [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4650), - [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6920), - [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6588), - [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), - [2218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6933), - [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5577), - [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), - [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5142), - [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7179), - [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), - [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), - [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), - [2248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), - [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), - [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), - [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), - [2256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6806), - [2258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4622), - [2260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), - [2262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6633), - [2264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6454), - [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), - [2268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6881), - [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5584), - [2272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), - [2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5119), - [2276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7205), - [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4045), - [2280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6650), - [2283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4650), - [2286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6920), - [2289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6588), - [2292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3399), - [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [2297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6933), - [2300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5577), - [2303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1791), - [2306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5142), - [2309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7179), - [2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), - [2314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6806), - [2317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4622), - [2320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6633), - [2323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6454), - [2326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3429), - [2329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6881), - [2332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5584), - [2335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1790), - [2338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5119), - [2341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7205), - [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), - [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), - [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), - [2352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), - [2354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), - [2356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), - [2358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), - [2360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 8), - [2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 8), - [2364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6586), - [2366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), - [2368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), - [2370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6586), - [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_try_statement, 3, .production_id = 8), - [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_try_statement, 3, .production_id = 8), - [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_try_statement, 4, .production_id = 37), - [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_try_statement, 4, .production_id = 37), - [2381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6518), - [2384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6411), - [2386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 3, .production_id = 129), - [2388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 3, .production_id = 129), - [2390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6518), - [2392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6411), - [2395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6340), - [2398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6340), - [2400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), - [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), - [2404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 9, .production_id = 168), - [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 9, .production_id = 168), - [2408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [2410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [2412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [2414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [2416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [2418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [2420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 2), - [2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 2), - [2424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 2), - [2426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 2), - [2428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [2434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), - [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5336), - [2440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2411), - [2442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4674), - [2444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4941), - [2446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4499), - [2448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4500), - [2450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4501), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [2454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), - [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6255), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5757), - [2462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3959), - [2464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3237), - [2466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7104), - [2468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4194), - [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [2472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), - [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6602), - [2476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594), - [2478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4078), - [2480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4369), - [2482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), - [2488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), - [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), - [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), - [2496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 41), - [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 41), - [2500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [2502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 42), - [2504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 42), - [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [2508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 42), - [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 42), - [2512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [2516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 43), - [2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 43), - [2520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 45), - [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 45), - [2524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), - [2526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), - [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), - [2530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 3), - [2532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 3), - [2534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_yield_statement, 3), - [2536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_yield_statement, 3), - [2538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 54), - [2540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 54), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [2552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 8, .production_id = 164), - [2554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 8, .production_id = 164), - [2556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 50), - [2558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 50), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), - [2562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 148), - [2564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 148), - [2566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 85), - [2568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 85), - [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), - [2572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 167), - [2574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 167), - [2576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 166), - [2578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 166), - [2580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 165), - [2582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 165), - [2584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 92), - [2586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 92), - [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), - [2592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 109), - [2594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 109), - [2596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 73), - [2598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 73), - [2600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 122), - [2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 122), - [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [2606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 123), - [2608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 123), - [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [2612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 141), - [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 141), - [2616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 146), - [2618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 146), - [2620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 149), - [2622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 149), - [2624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 154), - [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 154), - [2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 155), - [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 155), - [2632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 156), - [2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 156), - [2636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 157), - [2638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 157), - [2640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 158), - [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 158), - [2644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 162), - [2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 162), - [2648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 163), - [2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 163), - [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [2654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 3), - [2656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 3), - [2658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 159), - [2660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 159), - [2662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 139), - [2664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 139), - [2666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 131), - [2668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 131), - [2670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 140), - [2672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 140), - [2674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concept_definition, 5, .production_id = 9), - [2676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concept_definition, 5, .production_id = 9), - [2678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 5, .production_id = 130), - [2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, .production_id = 130), - [2682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_alias_definition, 5, .production_id = 9), - [2684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_alias_definition, 5, .production_id = 9), - [2686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 106), - [2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 106), - [2690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 66), - [2692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 66), - [2694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 105), - [2696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 105), - [2698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 104), - [2700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 104), - [2702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 103), - [2704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 103), - [2706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 99), - [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 99), - [2710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_method_clause, 3), - [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_method_clause, 3), - [2714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_method_clause, 3), - [2716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_method_clause, 3), - [2718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 94), - [2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 94), - [2722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [2728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4370), - [2730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4360), - [2732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4087), - [2734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 4), - [2736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 4), - [2738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), - [2740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), - [2742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 4, .production_id = 47), - [2744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 4, .production_id = 47), - [2746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 4, .production_id = 48), - [2748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 4, .production_id = 48), - [2750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 9), - [2752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 9), - [2754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 67), - [2756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 67), - [2758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 66), - [2760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 66), - [2762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 65), - [2764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 65), - [2766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 64), - [2768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 64), - [2770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 63), - [2772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 63), - [2774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 5), - [2776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 5), - [2778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 5), - [2780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 5), - [2782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 63), - [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 63), - [2786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 57), - [2788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 57), - [2790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 55), - [2792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 55), - [2794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, .production_id = 39), - [2796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, .production_id = 39), - [2798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), - [2800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), - [2802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 3, .production_id = 47), - [2804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 3, .production_id = 47), - [2806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 3, .production_id = 5), - [2808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 3, .production_id = 5), - [2810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 35), - [2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 35), - [2814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 31), - [2816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 31), - [2818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 9), - [2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 9), - [2822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 9), - [2824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 9), - [2826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 30), - [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 30), - [2830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 18), - [2832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 18), - [2834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 19), - [2836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 19), - [2838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), - [2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), - [2842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 19), - [2844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 19), - [2846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), - [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), - [2850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, .production_id = 8), - [2852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, .production_id = 8), - [2854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2434), - [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [2860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 3), - [2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 3), - [2864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 19), - [2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 19), - [2868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 5), - [2870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 5), - [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3586), - [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5181), - [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5181), - [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5299), - [2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3465), - [2882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3473), - [2884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4923), - [2886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4488), - [2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4471), - [2890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4470), - [2892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), - [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5043), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6621), - [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [2900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), - [2902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), - [2904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), - [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), - [2908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), - [2910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6810), - [2914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), - [2916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [2918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), - [2920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1), SHIFT(2460), - [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [2925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_statement, 1), - [2927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_init_statement, 1), SHIFT(5333), - [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_statement, 1), - [2932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1), SHIFT(6244), - [2935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1), SHIFT(6924), - [2938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1), SHIFT(6133), - [2941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2), SHIFT(2460), - [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [2946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2), SHIFT(5333), - [2949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2), SHIFT(6244), - [2952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2), SHIFT(6924), - [2955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2), SHIFT(6133), - [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [2960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1), SHIFT(2460), - [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [2965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 1), SHIFT(5333), - [2968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1), SHIFT(6244), - [2971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1), SHIFT(6924), - [2974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1), SHIFT(6133), - [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [2991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [3009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2585), - [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), - [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), - [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [3021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [3023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), - [3025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), - [3027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4093), - [3029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), - [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [3033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), - [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5335), - [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [3043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), - [3045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), - [3047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), - [3049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4095), - [3051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4067), - [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), - [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5595), - [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7203), - [3059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4454), - [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7207), - [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7201), - [3065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5785), - [3067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6888), - [3069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7196), - [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7194), - [3073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5764), - [3075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7171), - [3077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7208), - [3079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7206), - [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5766), - [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7185), - [3085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), - [3087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), - [3089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), - [3091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), - [3093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [3096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [3101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [3103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), - [3105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), - [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), - [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), - [3113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6187), - [3116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2498), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5139), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), - [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5165), - [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), - [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), - [3138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6187), - [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), - [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), - [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), - [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), - [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5468), - [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), - [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), - [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), - [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5207), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [3186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(2460), - [3189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(329), - [3192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1502), - [3195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1502), - [3198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1529), - [3201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(3196), - [3204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(5333), - [3207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1650), - [3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), - [3212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1341), - [3215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6244), - [3218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1662), - [3221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1444), - [3224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(3420), - [3227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6331), - [3230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(5768), - [3233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(3435), - [3236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6924), - [3239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(5207), - [3242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6133), - [3245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1659), - [3248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6289), - [3251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1639), - [3254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(4079), - [3257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(4356), - [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), - [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5243), - [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), - [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), - [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), - [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), - [3276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3707), - [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6108), - [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), - [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), - [3288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), - [3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4871), - [3292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6911), - [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6903), - [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7126), - [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), - [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6999), - [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), - [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), - [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), - [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), - [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), - [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), - [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), - [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), - [3370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 2), - [3372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 2), - [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), - [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5397), - [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6377), - [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7106), - [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), - [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6897), - [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), - [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), - [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [3436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6837), - [3438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), - [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_default_capture, 1), - [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [3474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6767), - [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [3519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7116), - [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), - [3524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7046), - [3527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7045), - [3530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7044), - [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), - [3535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7189), - [3538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6972), - [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), - [3543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7048), - [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), - [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), - [3550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7197), - [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), - [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), - [3557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7149), - [3560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6887), - [3563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7017), - [3566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7007), - [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [3571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6955), - [3574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6648), - [3577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6959), - [3580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6681), - [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6919), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6671), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [3590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6932), - [3593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6929), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [3602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7220), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6873), - [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5470), - [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [3617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7114), - [3619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7121), - [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), - [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), - [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7063), - [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7107), - [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), - [3643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6997), - [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7026), - [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), - [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5058), - [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5179), - [3655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6900), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [3659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6840), - [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6814), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7092), - [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [3675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6768), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [3681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2448), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [3693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), - [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [3699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4073), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4860), - [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [3709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2418), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [3721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), - [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [3729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), - [3731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), - [3734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), - [3736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), - [3738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), - [3741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), - [3743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), SHIFT(443), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5449), - [3748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [3750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [3755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [3757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [3762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(447), - [3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1, .production_id = 1), - [3767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), - [3769] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [3773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(384), - [3776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [3779] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), - [3785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), - [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [3789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), - [3791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), - [3793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), SHIFT(363), - [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), - [3798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), - [3800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), - [3802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 12), - [3804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 12), REDUCE(sym_template_function, 2, .production_id = 13), - [3807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 12), - [3809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_function, 2, .production_id = 13), - [3811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 12), REDUCE(sym_template_function, 2, .production_id = 13), - [3814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_function, 2, .production_id = 13), - [3816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), - [3818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), - [3820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), - [3822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), - [3824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), - [3826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), - [3828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 2), - [3830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 2), - [3832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), - [3834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), - [3836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), - [3838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [3840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), - [3842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), - [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), - [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), - [3850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4889), - [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5304), - [3854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), - [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), - [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [3860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2487), - [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [3864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [3866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [3868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(5765), - [3871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6550), + [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), + [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [1521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6435), + [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), + [1527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6314), + [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), + [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2487), + [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6783), + [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), + [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6330), + [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), + [1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4068), + [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4301), + [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), + [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), + [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), + [1557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), + [1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6407), + [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), + [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6194), + [1571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5562), + [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), + [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), + [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6335), + [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), + [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4076), + [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4321), + [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), + [1587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), + [1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), + [1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), + [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6372), + [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), + [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), + [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6432), + [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), + [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2991), + [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), + [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6355), + [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), + [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4071), + [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4302), + [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), + [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), + [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), + [1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), + [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), + [1643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), + [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4017), + [1647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6684), + [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4517), + [1651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), + [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6528), + [1655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), + [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4472), + [1659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6161), + [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), + [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6756), + [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), + [1667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4193), + [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3389), + [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), + [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6748), + [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), + [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4019), + [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4847), + [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4399), + [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4398), + [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4397), + [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4016), + [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6939), + [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6919), + [1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4140), + [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5683), + [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5039), + [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7088), + [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), + [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), + [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), + [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2390), + [1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2439), + [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2425), + [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), + [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2468), + [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2441), + [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), + [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), + [1725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 66), + [1727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 66), + [1729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), + [1731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2573), + [1734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(319), + [1737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1663), + [1740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1663), + [1743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1621), + [1746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(398), + [1749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5248), + [1752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6494), + [1755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(37), + [1758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1323), + [1761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6435), + [1764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5726), + [1767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6495), + [1770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1485), + [1773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6764), + [1776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6450), + [1779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(159), + [1782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7060), + [1785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1282), + [1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6853), + [1791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6836), + [1794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6499), + [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1556), + [1800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1474), + [1803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(3377), + [1806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6136), + [1809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5677), + [1812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(3528), + [1815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6783), + [1818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6404), + [1821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6399), + [1824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1496), + [1827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1430), + [1830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1441), + [1833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1689), + [1836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6201), + [1839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1525), + [1842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4063), + [1845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4307), + [1848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), + [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2561), + [1853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(878), + [1856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(72), + [1859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5701), + [1862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6272), + [1865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1664), + [1868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6699), + [1871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6481), + [1874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(155), + [1877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7071), + [1880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1293), + [1883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6762), + [1886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6761), + [1889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6580), + [1892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6336), + [1895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1464), + [1898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1463), + [1901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1703), + [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), + [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2484), + [1908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), + [1910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6854), + [1912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), + [1914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5839), + [1916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6234), + [1918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7097), + [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2573), + [1922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2512), + [1925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(779), + [1928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(58), + [1931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5811), + [1934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6232), + [1937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1674), + [1940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6998), + [1943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6293), + [1946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(204), + [1949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6982), + [1952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1288), + [1955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6995), + [1958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6994), + [1961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6518), + [1964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6238), + [1967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1455), + [1970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1445), + [1973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1700), + [1976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2533), + [1979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(822), + [1982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(36), + [1985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5839), + [1988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6023), + [1991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1678), + [1994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6854), + [1997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6234), + [2000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(194), + [2003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7097), + [2006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1290), + [2009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7041), + [2012] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7040), + [2015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7039), + [2018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6376), + [2021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1452), + [2024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1421), + [2027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1501), + [2030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2508), + [2033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5977), + [2036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1709), + [2039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7044), + [2042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6013), + [2045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7042), + [2048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2484), + [2051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1169), + [2054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(63), + [2057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5841), + [2060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6179), + [2063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6218), + [2066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(148), + [2069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(7080), + [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1289), + [2075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6698), + [2078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6697), + [2081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6637), + [2084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(6195), + [2087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1440), + [2090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1438), + [2093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1662), + [2096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4017), + [2099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6684), + [2102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4517), + [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [2107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6528), + [2110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6161), + [2113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4192), + [2116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6756), + [2119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3177), + [2122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4193), + [2125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4193), + [2128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3389), + [2131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3359), + [2134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7065), + [2137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4670), + [2140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6270), + [2143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7057), + [2146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6303), + [2149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6748), + [2152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2422), + [2155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3638), + [2158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4019), + [2161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4847), + [2164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4399), + [2167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4398), + [2170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4397), + [2173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4016), + [2176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6939), + [2179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3348), + [2182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4128), + [2185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6919), + [2188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4140), + [2191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5683), + [2194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(903), + [2197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1787), + [2200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5039), + [2203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7088), + [2206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6572), + [2209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4475), + [2212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6658), + [2215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6486), + [2218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3411), + [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [2223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6694), + [2226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5455), + [2229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1785), + [2232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5105), + [2235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7072), + [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6715), + [2240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4518), + [2242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), + [2244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6531), + [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6422), + [2248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3393), + [2250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6829), + [2252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5438), + [2254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), + [2256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), + [2258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7093), + [2260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6572), + [2262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4475), + [2264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6658), + [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6486), + [2268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), + [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [2272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6694), + [2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5455), + [2276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), + [2278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5105), + [2280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7072), + [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [2286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), + [2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), + [2290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), + [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), + [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [2302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6715), + [2305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4518), + [2308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6531), + [2311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6422), + [2314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3393), + [2317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(6829), + [2320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5438), + [2323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1791), + [2326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5065), + [2329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(7093), + [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [2334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), + [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), + [2340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), + [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), + [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), + [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), + [2356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 8), + [2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 8), + [2360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6148), + [2362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), + [2364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), + [2366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), + [2368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6148), + [2371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_try_statement, 3, .production_id = 8), + [2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_try_statement, 3, .production_id = 8), + [2375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_try_statement, 4, .production_id = 37), + [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_try_statement, 4, .production_id = 37), + [2379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6147), + [2382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6147), + [2384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6315), + [2387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 3, .production_id = 129), + [2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 3, .production_id = 129), + [2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6315), + [2393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6406), + [2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6406), + [2398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 9, .production_id = 168), + [2400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 9, .production_id = 168), + [2402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), + [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [2408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), + [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5256), + [2414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2424), + [2416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4641), + [2418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4865), + [2420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4456), + [2422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4437), + [2424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4423), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [2428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), + [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6301), + [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5663), + [2436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3852), + [2438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), + [2440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6956), + [2442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4166), + [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [2446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), + [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6343), + [2450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), + [2452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4075), + [2454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4297), + [2456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 8, .production_id = 164), + [2458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 8, .production_id = 164), + [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), + [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [2466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 148), + [2468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 148), + [2470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 141), + [2472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 141), + [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [2476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 163), + [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 163), + [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), + [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [2488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 123), + [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 123), + [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [2494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), + [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), + [2498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 122), + [2500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 122), + [2502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 73), + [2504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 73), + [2506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 158), + [2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 158), + [2510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [2514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [2516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [2520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [2524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 109), + [2526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 109), + [2528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 2), + [2530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 2), + [2532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 2), + [2534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 2), + [2536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), + [2538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [2540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 146), + [2542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 146), + [2544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), + [2546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), + [2548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 165), + [2550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 165), + [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [2554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 166), + [2556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 166), + [2558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 92), + [2560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 92), + [2562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 41), + [2564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 41), + [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [2568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 42), + [2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 42), + [2572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 157), + [2574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 157), + [2576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 42), + [2578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 42), + [2580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 167), + [2582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 167), + [2584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 149), + [2586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 149), + [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [2590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [2592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [2594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 85), + [2596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 85), + [2598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), + [2600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 43), + [2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 43), + [2604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 162), + [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 162), + [2608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 45), + [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 45), + [2612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 50), + [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 50), + [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [2618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), + [2620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), + [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), + [2624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 3), + [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 3), + [2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_yield_statement, 3), + [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_yield_statement, 3), + [2632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), + [2634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 54), + [2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 54), + [2638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 154), + [2640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 154), + [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [2644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 156), + [2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 156), + [2648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 155), + [2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 155), + [2652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 5), + [2654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 5), + [2656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 5), + [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 5), + [2660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 63), + [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 63), + [2664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 63), + [2666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 63), + [2668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 64), + [2670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 64), + [2672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 57), + [2674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 57), + [2676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 55), + [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 55), + [2680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 3), + [2682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 3), + [2684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 65), + [2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 65), + [2688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 66), + [2690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 66), + [2692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 67), + [2694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 67), + [2696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, .production_id = 39), + [2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, .production_id = 39), + [2700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), + [2702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), + [2704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 9), + [2706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 9), + [2708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), + [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [2714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4303), + [2716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4309), + [2718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4086), + [2720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 3, .production_id = 47), + [2722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 3, .production_id = 47), + [2724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 3, .production_id = 5), + [2726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 3, .production_id = 5), + [2728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 19), + [2730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 19), + [2732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 4, .production_id = 48), + [2734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 4, .production_id = 48), + [2736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 4, .production_id = 47), + [2738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 4, .production_id = 47), + [2740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), + [2742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), + [2744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 5), + [2746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 5), + [2748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 35), + [2750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 35), + [2752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 4), + [2754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 4), + [2756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 31), + [2758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 31), + [2760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 9), + [2762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 9), + [2764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 94), + [2766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 94), + [2768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 9), + [2770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 9), + [2772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_method_clause, 3), + [2774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_method_clause, 3), + [2776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_method_clause, 3), + [2778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_method_clause, 3), + [2780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 99), + [2782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 99), + [2784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 30), + [2786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 30), + [2788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 103), + [2790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 103), + [2792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 19), + [2794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 19), + [2796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), + [2798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), + [2800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 19), + [2802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 19), + [2804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), + [2806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), + [2808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, .production_id = 8), + [2810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, .production_id = 8), + [2812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 104), + [2814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 104), + [2816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 105), + [2818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 105), + [2820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 66), + [2822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 66), + [2824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 106), + [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 106), + [2828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 3), + [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 3), + [2832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 18), + [2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 18), + [2836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_alias_definition, 5, .production_id = 9), + [2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_alias_definition, 5, .production_id = 9), + [2840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 5, .production_id = 130), + [2842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, .production_id = 130), + [2844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 131), + [2846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 131), + [2848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2431), + [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [2854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 159), + [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 159), + [2858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concept_definition, 5, .production_id = 9), + [2860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concept_definition, 5, .production_id = 9), + [2862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 139), + [2864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 139), + [2866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 140), + [2868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 140), + [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), + [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3562), + [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2920), + [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), + [2884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3516), + [2886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3505), + [2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4889), + [2890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4413), + [2892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4411), + [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4440), + [2896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4156), + [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2682), + [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6934), + [2902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [2904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), + [2906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2418), + [2908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), + [2912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5091), + [2914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4981), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6501), + [2918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1), SHIFT(2418), + [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [2923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 1), SHIFT(5248), + [2926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1), SHIFT(6435), + [2929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1), SHIFT(6783), + [2932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1), SHIFT(6404), + [2935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2), SHIFT(2418), + [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [2940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2), SHIFT(5248), + [2943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2), SHIFT(6435), + [2946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2), SHIFT(6783), + [2949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2), SHIFT(6404), + [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [2954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1), SHIFT(2418), + [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_statement, 1), + [2961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_init_statement, 1), SHIFT(5248), + [2964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_statement, 1), + [2966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1), SHIFT(6435), + [2969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1), SHIFT(6783), + [2972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1), SHIFT(6404), + [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [2993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), + [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [2997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2601), + [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [3001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), + [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), + [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [3009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), + [3011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4077), + [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [3027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2864), + [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [3031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), + [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), + [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [3041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), + [3043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), + [3045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), + [3047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4049), + [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), + [3051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5482), + [3053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7091), + [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4366), + [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5486), + [3059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7075), + [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7095), + [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7089), + [3065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5541), + [3067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7066), + [3069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7096), + [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7094), + [3073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7084), + [3075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7082), + [3077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5661), + [3079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6793), + [3081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), + [3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), + [3085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), + [3087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), + [3089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [3092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [3095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [3097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), + [3101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), + [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), + [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), + [3125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6254), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), + [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4968), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), + [3148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2546), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5379), + [3154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6254), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5120), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), + [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), + [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), + [3174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5131), + [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), + [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [3182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5835), + [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [3194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3602), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4804), + [3198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5142), + [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4991), + [3224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(2418), + [3227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(319), + [3230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1663), + [3233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1663), + [3236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1621), + [3239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(3205), + [3242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(5248), + [3245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1532), + [3248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), + [3250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1323), + [3253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6435), + [3256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1556), + [3259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1474), + [3262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(3377), + [3265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6136), + [3268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(5677), + [3271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(3528), + [3274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6783), + [3277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(5131), + [3280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6404), + [3283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1496), + [3286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(6201), + [3289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(1525), + [3292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(4063), + [3295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2), SHIFT_REPEAT(4307), + [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6669), + [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), + [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6828), + [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6912), + [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6732), + [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6618), + [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), + [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [3338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), + [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), + [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), + [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [3364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 2), + [3366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 2), + [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6144), + [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), + [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6728), + [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), + [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5297), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), + [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), + [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6612), + [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [3432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6576), + [3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), + [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), + [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [3450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_default_capture, 1), + [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [3508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6938), + [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6927), + [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [3519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7012), + [3522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6906), + [3525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6990), + [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), + [3532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6952), + [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), + [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6908), + [3539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6954), + [3542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6989), + [3545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6988), + [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [3550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6955), + [3553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6957), + [3556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6948), + [3559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6960), + [3562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6945), + [3565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6964), + [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6905), + [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [3574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6976), + [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [3581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6951), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6944), + [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6959), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5381), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), + [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6552), + [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [3608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6985), + [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6558), + [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [3621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6730), + [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), + [3625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6544), + [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [3629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6666), + [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6781), + [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5034), + [3643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6991), + [3646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6986), + [3649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6581), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), + [3653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6785), + [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5075), + [3663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6826), + [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5373), + [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6616), + [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), + [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [3681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4058), + [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4806), + [3687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2423), + [3689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), + [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [3705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), + [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [3717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [3725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), + [3727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), + [3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), + [3732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), + [3734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), + [3737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), + [3739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), SHIFT(404), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), + [3744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), + [3746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [3748] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), + [3752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), + [3754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [3756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), + [3759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), + [3762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(452), + [3765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [3768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1, .production_id = 1), + [3770] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), + [3774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1719), + [3776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [3780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(468), + [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [3785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), + [3787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), + [3789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), SHIFT(440), + [3792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), + [3794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), + [3796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), + [3798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), + [3800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), + [3802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), + [3804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 12), + [3806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 12), REDUCE(sym_template_function, 2, .production_id = 13), + [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 12), + [3811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_function, 2, .production_id = 13), + [3813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 12), REDUCE(sym_template_function, 2, .production_id = 13), + [3816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_function, 2, .production_id = 13), + [3818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), + [3820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), + [3822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), + [3824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), + [3826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 2), + [3828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 2), + [3830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [3832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), + [3834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), + [3836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), + [3838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3310), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), + [3848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4761), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), + [3852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [3856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [3858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [3860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(5670), + [3863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6330), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [3868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2516), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [3874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), [3876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), - [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [3882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4063), - [3884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), - [3886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4526), - [3888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4527), - [3890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4536), - [3892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4537), - [3894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4538), - [3896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4474), - [3898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4475), - [3900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4476), - [3902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [3906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(5578), - [3909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6585), - [3912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2889), - [3914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), - [3916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), - [3918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4357), - [3920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4001), - [3922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5571), - [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [3926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), - [3928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), - [3930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), SHIFT(410), - [3933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(460), - [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5375), - [3938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 7, .production_id = 160), - [3940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 7, .production_id = 160), - [3942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 5), - [3944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 5), - [3946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [3948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [3950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1813), - [3953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), - [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), - [3957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), - [3959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), - [3961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [3963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(5752), - [3966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6605), - [3969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3026), - [3971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(5657), - [3974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6476), - [3977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3141), - [3979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(419), - [3982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [3986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), SHIFT(401), - [3989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2368), - [3991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), - [3993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), - [3995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 9), - [3997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 9), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), - [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 83), - [4007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 83), - [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 9), - [4011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 9), - [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 83), - [4015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 83), - [4017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 4, .production_id = 121), - [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 4, .production_id = 121), - [4021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1848), - [4024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 38), - [4026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 38), - [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 83), - [4030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 83), + [3878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4056), + [3880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4428), + [3882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4436), + [3884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4457), + [3886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4402), + [3888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4403), + [3890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4404), + [3892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4450), + [3894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4433), + [3896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4422), + [3898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(5562), + [3901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6335), + [3904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), + [3906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), + [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [3910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4325), + [3912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4003), + [3914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5602), + [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5313), + [3918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), + [3920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), + [3924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), SHIFT(354), + [3927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 7, .production_id = 160), + [3929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 7, .production_id = 160), + [3931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 5), + [3933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 5), + [3935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(424), + [3938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), + [3940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), + [3942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(5549), + [3945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6355), + [3948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), + [3950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), + [3952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), + [3954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [3956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), + [3958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [3960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [3962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1817), + [3965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3002), + [3967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), + [3969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(361), + [3972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), + [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [3976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), SHIFT(394), + [3979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(5642), + [3982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6363), + [3985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 9), + [3987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 9), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4930), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), + [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), + [3997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), + [3999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), + [4001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 83), + [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 83), + [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 83), + [4007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 83), + [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 83), + [4011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 83), + [4013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1847), + [4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 9), + [4018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 9), + [4020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 38), + [4022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 38), + [4024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 3, .production_id = 10), + [4026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 3, .production_id = 10), + [4028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 4, .production_id = 121), + [4030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 4, .production_id = 121), [4032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 38), [4034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 38), - [4036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 38), - [4038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 38), - [4040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 3, .production_id = 10), - [4042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 3, .production_id = 10), - [4044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 9), - [4046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 9), - [4048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 74), - [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [4052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 74), - [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6677), - [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [4062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 51), - [4064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 51), - [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 36), - [4068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 36), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6501), - [4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 14), - [4074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 14), - [4076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1, .production_id = 1), - [4078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [4080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), SHIFT(430), - [4083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5317), - [4085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3936), - [4087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6849), - [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), - [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), - [4093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6851), - [4095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3872), - [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3951), - [4099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), SHIFT(410), - [4102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6461), - [4104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type_identifier, 2), - [4106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type_identifier, 2), - [4108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), - [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1), - [4112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5460), - [4116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 27), - [4118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 27), - [4120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1899), - [4123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6461), - [4126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653), - [4128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), - [4130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), - [4132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 4, .production_id = 101), - [4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 4, .production_id = 101), - [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [4138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 61), - [4140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 61), - [4142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 4, .production_id = 102), - [4144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 4, .production_id = 102), - [4146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constraint_conjunction, 3, .production_id = 44), - [4148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint_conjunction, 3, .production_id = 44), - [4150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__requirement_clause_constraint, 3), - [4152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__requirement_clause_constraint, 3), - [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6817), - [4162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1922), - [4165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requirement_seq, 3), - [4167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requirement_seq, 3), - [4169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requirement_seq, 2), - [4171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requirement_seq, 2), - [4173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_expression, 3, .production_id = 53), - [4175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_expression, 3, .production_id = 53), - [4177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), - [4179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4915), - [4183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 62), - [4185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 62), - [4187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1936), - [4190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2878), - [4192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), - [4194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), - [4196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 38), - [4198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 38), - [4200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), - [4202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), - [4204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), - [4206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 2, .production_id = 25), - [4208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 2, .production_id = 25), - [4210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fold_expression, 3, .production_id = 33), - [4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fold_expression, 3, .production_id = 33), - [4214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 5, .production_id = 138), - [4216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 5, .production_id = 138), - [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 78), - [4220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 78), - [4222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_expression, 2, .production_id = 15), - [4224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_expression, 2, .production_id = 15), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [4228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 77), - [4230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 77), - [4232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6596), - [4234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6202), - [4236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), - [4240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype, 4), - [4242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype, 4), - [4244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), SHIFT(401), - [4247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), - [4249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), + [4036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 9), + [4038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 9), + [4040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 38), + [4042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 38), + [4044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 74), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [4048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 74), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6599), + [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), SHIFT(374), + [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6228), + [4063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1, .production_id = 1), + [4065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), + [4067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 14), + [4069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 14), + [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 36), + [4073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 36), + [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 51), + [4077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 51), + [4079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5172), + [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3842), + [4083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6758), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), + [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6230), + [4089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6760), + [4091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3904), + [4093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3885), + [4095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6382), + [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 27), + [4101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 27), + [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5378), + [4105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1891), + [4108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6382), + [4111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), SHIFT(354), + [4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type_identifier, 2), + [4116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type_identifier, 2), + [4118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), + [4120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), + [4122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2659), + [4124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1), + [4126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1), + [4128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__requirement_clause_constraint, 3), + [4130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__requirement_clause_constraint, 3), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6726), + [4140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 5, .production_id = 138), + [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 5, .production_id = 138), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [4146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), + [4148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), + [4150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2807), + [4152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 4, .production_id = 102), + [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 4, .production_id = 102), + [4156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 78), + [4158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 78), + [4160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 4, .production_id = 101), + [4162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 4, .production_id = 101), + [4164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2832), + [4166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [4168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2831), + [4170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 38), + [4172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 38), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), + [4178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 62), + [4180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 62), + [4182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), + [4184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), + [4186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 61), + [4188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 61), + [4190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1933), + [4193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requirement_seq, 3), + [4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requirement_seq, 3), + [4197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constraint_conjunction, 3, .production_id = 44), + [4199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint_conjunction, 3, .production_id = 44), + [4201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_expression, 2, .production_id = 15), + [4203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_expression, 2, .production_id = 15), + [4205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1941), + [4208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 2, .production_id = 25), + [4210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 2, .production_id = 25), + [4212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_expression, 3, .production_id = 53), + [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_expression, 3, .production_id = 53), + [4216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fold_expression, 3, .production_id = 33), + [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fold_expression, 3, .production_id = 33), + [4220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requirement_seq, 2), + [4222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requirement_seq, 2), + [4224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6061), + [4226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6465), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5652), + [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), + [4232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6465), + [4235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), + [4237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), + [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype, 4), + [4241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype, 4), + [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [4245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), SHIFT(394), + [4248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6061), [4251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 40), [4253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 40), - [4255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6596), - [4258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2), SHIFT_REPEAT(6202), - [4261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), - [4263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), - [4265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 8), - [4267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 8), - [4269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 2), - [4271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 2), - [4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_type_specifier, 1), - [4275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeholder_type_specifier, 1), - [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), - [4285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), - [4287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), - [4289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 6, .production_id = 144), - [4291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 6, .production_id = 144), - [4293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4977), - [4295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), - [4301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3566), - [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), - [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [4307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 84), - [4309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 84), - [4311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 6, .production_id = 145), - [4313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 6, .production_id = 145), - [4315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 161), - [4317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 161), - [4319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 6, .production_id = 146), - [4321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 6, .production_id = 146), - [4323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 140), - [4325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 140), - [4327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 54), - [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 54), - [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 14), - [4333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 14), - [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 29), - [4337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 29), - [4339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 144), - [4341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 144), - [4343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 145), - [4345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 145), - [4347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 146), - [4349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 146), - [4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 6, .production_id = 144), - [4353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 6, .production_id = 144), - [4355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 6, .production_id = 145), - [4357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 6, .production_id = 145), - [4359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 37), - [4361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 37), - [4363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 6, .production_id = 146), - [4365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 6, .production_id = 146), - [4367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 84), - [4369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 84), - [4371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 82), - [4373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 82), - [4375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 7, .production_id = 153), - [4377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 7, .production_id = 153), - [4379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 7, .production_id = 153), - [4381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 7, .production_id = 153), - [4383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), - [4385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), - [4387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 37), - [4389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 37), - [4391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 152), - [4393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 152), - [4395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 143), - [4397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 143), - [4399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 9), - [4401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 9), - [4403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 92), - [4405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 92), - [4407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 82), - [4409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 82), - [4411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), SHIFT(460), - [4414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 3), - [4416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 3), - [4418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 54), - [4420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 54), - [4422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 39), - [4424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 39), - [4426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 9), - [4428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 9), - [4430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 84), - [4432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 84), - [4434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 55), - [4436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 55), - [4438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 4), - [4440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 4), - [4442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 37), - [4444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 37), - [4446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 119), - [4448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 119), - [4450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 39), - [4452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 39), - [4454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 92), - [4456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 92), - [4458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), - [4460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), - [4462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 151), - [4464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 151), - [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [4468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 118), - [4470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 118), - [4472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 106), - [4474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 106), - [4476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 82), - [4478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 82), - [4480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 37), - [4482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 37), - [4484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), - [4486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), - [4488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 66), - [4490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 66), - [4492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 105), - [4494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 105), - [4496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 76), - [4498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 76), - [4500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(430), - [4503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 76), - [4505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 76), - [4507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 117), - [4509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 117), - [4511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), - [4513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), - [4515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 128), - [4517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 128), - [4519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 54), - [4521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 54), - [4523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 116), - [4525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 116), - [4527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 46), - [4529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 46), - [4531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_specifier, 2), - [4533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_specifier, 2), - [4535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 119), - [4537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 119), - [4539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 80), - [4541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 80), - [4543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 46), - [4545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 46), - [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), - [4549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 79), - [4551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 79), - [4553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 118), - [4555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 118), - [4557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 39), - [4559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 39), - [4561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 117), - [4563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 117), - [4565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 116), - [4567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 116), - [4569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 119), - [4571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 119), - [4573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), - [4575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), - [4577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 8), - [4579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 8), - [4581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 8), - [4583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 8), - [4585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 39), - [4587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 39), - [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 118), - [4591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 118), - [4593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 117), - [4595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 117), - [4597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 116), - [4599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 116), - [4601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 112), - [4603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 112), - [4605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 114), - [4607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 114), - [4609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), - [4611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), - [4613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 7, .production_id = 153), - [4615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 7, .production_id = 153), - [4617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 50), - [4619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 50), - [4621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 90), - [4623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 90), - [4625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 67), - [4627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 67), - [4629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_type_specifier, 2, .production_id = 20), - [4631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeholder_type_specifier, 2, .production_id = 20), - [4633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 66), - [4635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 66), - [4637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 73), - [4639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 73), - [4641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 115), - [4643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 115), - [4645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype_auto, 4), - [4647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype_auto, 4), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [4653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3572), - [4655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), - [4657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), - [4659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 76), - [4661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 76), - [4663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), SHIFT(430), - [4666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_identifier, 2), - [4668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_identifier, 2), - [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6640), - [4678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 3, .production_id = 132), - [4680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 3, .production_id = 132), - [4682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_name, 2), - [4684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(410), - [4687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_name, 2), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4913), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), - [4693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression, 1), - [4696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(443), - [4699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression, 1), - [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5294), - [4704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [4706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [4708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2587), - [4711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [4713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [4717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2685), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6811), - [4723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), - [4725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), - [4727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [4729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4906), - [4735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), - [4737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), - [4741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3020), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6917), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), - [4749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2843), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7011), - [4755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [4757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [4759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2369), - [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [4764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), - [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), - [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7141), - [4770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), - [4772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), - [4774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_field_identifier, 2), - [4776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_field_identifier, 2), - [4778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), - [4780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2369), - [4782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), - [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5043), - [4786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 2), - [4788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 2), - [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [4792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(363), - [4795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(412), - [4798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 4, .production_id = 132), - [4800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 4, .production_id = 132), - [4802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 4), - [4804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [4806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), - [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [4812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [4814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), - [4816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), - [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [4820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [4824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), - [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [4828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 4), - [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [4832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [4834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), - [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [4842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5453), - [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5453), - [4846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 6, .production_id = 142), - [4848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 6, .production_id = 142), - [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [4852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 136), + [4255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [4257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), + [4259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), + [4261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 77), + [4263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 77), + [4265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 161), + [4267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 161), + [4269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 151), + [4271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 151), + [4273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 92), + [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 92), + [4277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 152), + [4279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 152), + [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 7, .production_id = 153), + [4283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 7, .production_id = 153), + [4285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 7, .production_id = 153), + [4287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 7, .production_id = 153), + [4289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 105), + [4291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 105), + [4293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 66), + [4295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 66), + [4297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 106), + [4299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 106), + [4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 7, .production_id = 153), + [4303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 7, .production_id = 153), + [4305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 92), + [4307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 92), + [4309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 143), + [4311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 143), + [4313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 54), + [4315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 54), + [4317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 128), + [4319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 128), + [4321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 4), + [4323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 4), + [4325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 9), + [4327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 9), + [4329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 67), + [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 67), + [4333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 66), + [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 66), + [4337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 115), + [4339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 115), + [4341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 46), + [4343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 46), + [4345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 55), + [4347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 55), + [4349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 54), + [4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 54), + [4353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 54), + [4355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 54), + [4357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 3), + [4359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 3), + [4361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 9), + [4363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 9), + [4365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4843), + [4367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [4373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3568), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [4379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), + [4381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [4385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 114), + [4387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 114), + [4389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 46), + [4391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 46), + [4393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 2), + [4395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 2), + [4397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_specifier, 2), + [4399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_specifier, 2), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6743), + [4409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 39), + [4411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 39), + [4413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 116), + [4415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 116), + [4417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 37), + [4419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 37), + [4421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 39), + [4423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 39), + [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 37), + [4427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 37), + [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 39), + [4431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 39), + [4433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 117), + [4435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 117), + [4437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 37), + [4439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 37), + [4441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 118), + [4443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 118), + [4445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), + [4447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), + [4449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 39), + [4451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 39), + [4453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 37), + [4455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 37), + [4457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 50), + [4459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 50), + [4461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), + [4463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), + [4465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), SHIFT(424), + [4468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 119), + [4470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 119), + [4472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 116), + [4474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 116), + [4476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 29), + [4478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 29), + [4480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 14), + [4482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 14), + [4484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 117), + [4486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 117), + [4488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 118), + [4490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 118), + [4492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_type_specifier, 2, .production_id = 20), + [4494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeholder_type_specifier, 2, .production_id = 20), + [4496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 6, .production_id = 146), + [4498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 6, .production_id = 146), + [4500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 6, .production_id = 145), + [4502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 6, .production_id = 145), + [4504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 6, .production_id = 144), + [4506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 6, .production_id = 144), + [4508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(374), + [4511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 146), + [4513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 146), + [4515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 8), + [4517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 8), + [4519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 8), + [4521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 8), + [4523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 145), + [4525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 145), + [4527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 144), + [4529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 144), + [4531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 6, .production_id = 146), + [4533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 6, .production_id = 146), + [4535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 6, .production_id = 145), + [4537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 6, .production_id = 145), + [4539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 6, .production_id = 144), + [4541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 6, .production_id = 144), + [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), + [4545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), + [4547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 8), + [4549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 8), + [4551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), + [4553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), + [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [4557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 119), + [4559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 119), + [4561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_type_specifier, 1), + [4563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeholder_type_specifier, 1), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), + [4569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), + [4571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 116), + [4573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 116), + [4575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 140), + [4577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 140), + [4579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 117), + [4581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 117), + [4583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 118), + [4585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 118), + [4587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 112), + [4589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 112), + [4591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), + [4593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), + [4595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 76), + [4597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 76), + [4599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 79), + [4601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 79), + [4603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 90), + [4605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 90), + [4607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 80), + [4609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 80), + [4611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), + [4613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), + [4615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 76), + [4617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 76), + [4619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 82), + [4621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 82), + [4623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 84), + [4625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 84), + [4627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), + [4629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), + [4631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 82), + [4633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 82), + [4635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 84), + [4637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 84), + [4639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 76), + [4641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 76), + [4643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 82), + [4645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 82), + [4647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 84), + [4649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 84), + [4651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 119), + [4653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 119), + [4655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 27), SHIFT(374), + [4658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype_auto, 4), + [4660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype_auto, 4), + [4662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 73), + [4664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 73), + [4666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 3, .production_id = 132), + [4668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 3, .production_id = 132), + [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), + [4672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_name, 2), + [4674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_name, 2), + [4676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression, 1), + [4679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(404), + [4682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression, 1), + [4685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(354), + [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6523), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5543), + [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), + [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), + [4702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_identifier, 2), + [4704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_identifier, 2), + [4706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [4708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [4710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2582), + [4713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 2), + [4715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 2), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [4719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2228), + [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [4724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), + [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6738), + [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5542), + [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), + [4736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [4738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [4740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), + [4742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), + [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [4746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2872), + [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6676), + [4752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_field_identifier, 2), + [4754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_field_identifier, 2), + [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), + [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [4760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), + [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6839), + [4766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [4768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [4770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(385), + [4773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), + [4775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), + [4777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3187), + [4779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [4781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3188), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), + [4785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3021), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6624), + [4791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(440), + [4794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), + [4796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), + [4798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [4800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [4802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 4, .production_id = 132), + [4804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 4, .production_id = 132), + [4806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 6, .production_id = 142), + [4808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 6, .production_id = 142), + [4810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 10), + [4812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [4814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), + [4816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 10), + [4818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), + [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [4826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5380), + [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), + [4830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 3), + [4832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 3), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), + [4836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 136), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [4842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [4844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), + [4846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), + [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [4850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), [4854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 136), - [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [4858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 133), - [4860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 133), - [4862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), - [4864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), - [4866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 5, .production_id = 125), - [4868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 5, .production_id = 125), - [4870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), - [4872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), - [4874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), - [4876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), - [4878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 4), - [4880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 4), - [4882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 10), - [4884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 10), - [4886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_defined_literal, 2), - [4888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_defined_literal, 2), - [4890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 2), - [4892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 2), - [4894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 111), - [4896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 111), - [4898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 110), - [4900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 110), - [4902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 5), - [4904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 5), - [4906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 59), - [4908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 59), - [4910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 59), SHIFT(430), - [4913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_await_expression, 2, .production_id = 4), - [4915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_await_expression, 2, .production_id = 4), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6939), - [4919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(5108), - [4922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), - [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [4926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 60), - [4928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 60), - [4930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(5768), - [4933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6289), - [4936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_clause, 2, .production_id = 16), - [4938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_clause, 2, .production_id = 16), - [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), - [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), - [4944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(6939), - [4947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 7), - [4949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 7), - [4951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint_disjunction, 3, .production_id = 44), - [4953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constraint_disjunction, 3, .production_id = 44), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [4957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 89), - [4959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 89), - [4961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 88), - [4963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 88), - [4965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3541), - [4967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 72), - [4969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 72), - [4971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 21), - [4973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 21), - [4975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), - [4977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), - [4979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, .production_id = 96), - [4981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, .production_id = 96), - [4983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 98), - [4985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 98), - [4987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 70), - [4989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 70), - [4991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 70), - [4993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 70), - [4995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 22), - [4997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 22), - [4999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 24), - [5001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 24), - [5003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 44), - [5005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 44), - [5007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), - [5009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), - [5011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [5013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 49), - [5015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 49), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [5019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 3), - [5021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 3), - [5023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 44), - [5025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 44), - [5027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), - [5029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 3), - [5031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 3), - [5033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [5035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), - [5039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), - [5041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [5047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [5049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), - [5051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [5055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), - [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [5059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [5065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), - [5067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), - [5075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5454), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), - [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6729), - [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), - [5089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 59), SHIFT(410), - [5092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(401), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [5101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), - [5103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [5105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), - [5107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), - [5109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [5115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), - [5117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), - [5119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), - [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), - [5125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [5129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), - [5131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), - [5133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), - [5135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), - [5137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6792), - [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6757), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6759), - [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6761), - [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6764), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6772), - [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6776), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6777), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6782), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6783), - [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6784), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6788), - [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6790), - [5181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6704), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), - [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), - [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5283), - [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), - [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), - [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), - [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), - [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [5215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5484), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [5221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), - [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [5229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), - [5231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), - [5233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), - [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [5237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), - [5239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [5245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), - [5247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), - [5255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 4), - [5257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 4), - [5259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 2), - [5261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 2), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4431), - [5265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 59), SHIFT(401), - [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4430), - [5272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 3), - [5274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 3), - [5276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), - [5278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [5280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), - [5282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), - [5284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), - [5286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), - [5288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), - [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), - [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [5298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(5757), - [5301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6602), - [5304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3982), - [5306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 59), SHIFT(404), - [5309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5478), - [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), - [5313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), - [5315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), - [5317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), - [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [5325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), - [5327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), - [5329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), - [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [5333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), - [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [5337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), - [5339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), - [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), - [5351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), - [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6786), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), - [5361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4205), - [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6866), - [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), - [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), - [5369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4204), - [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), - [5375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4245), - [5377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), - [5379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), - [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5792), - [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), - [5387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4213), - [5389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_requirement, 2), - [5391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_requirement, 2), - [5393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5365), - [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), - [5399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4240), - [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), - [5403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 6), - [5405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 6), - [5407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 5), - [5409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 5), - [5411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 4), - [5413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 4), - [5415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__requirement, 1, .production_id = 52), - [5417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__requirement, 1, .production_id = 52), - [5419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), SHIFT(412), - [5422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), - [5424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [5426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(3271), - [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4909), - [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [5435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [5437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [5439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3519), - [5441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6682), - [5443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 14), - [5445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 14), - [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [5449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5008), - [5451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4287), - [5453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(3517), - [5456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3271), - [5458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3518), - [5460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [5464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), SHIFT(419), - [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [5469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binary_fold_operator, 3, .production_id = 107), - [5471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_fold_operator, 3, .production_id = 107), - [5473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [5475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [5481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4423), - [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), - [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), - [5487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2877), - [5489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 14), - [5491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 14), - [5493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [5495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [5497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3936), - [5500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6849), - [5503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6254), - [5506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6851), - [5509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3872), - [5512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3951), - [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), - [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), - [5519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 46), - [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), - [5523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3394), - [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), - [5529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3389), - [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [5533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4179), - [5535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4201), - [5537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [5540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1), - [5542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1), - [5544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [5547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [5549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4412), - [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5249), - [5553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4288), - [5555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4592), - [5557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4945), - [5559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4512), - [5561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4513), - [5563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4514), - [5565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4595), - [5567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7127), - [5569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4152), - [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), - [5573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4930), - [5575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4515), - [5577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4516), - [5579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), - [5581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4185), - [5583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_function_specifier, 1), - [5585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_function_specifier, 1), - [5587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4949), - [5589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4198), - [5591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4942), - [5593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4533), - [5595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4534), - [5597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4535), - [5599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4148), - [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4912), - [5603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4938), - [5605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4143), - [5607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), - [5609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), - [5611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4448), - [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5271), - [5615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3236), - [5617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4920), - [5619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4183), - [5621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4966), - [5623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4521), - [5625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4520), - [5627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4519), - [5629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4164), - [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [5637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(3383), - [5640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 87), - [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), - [5644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3330), - [5647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7169), - [5650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6520), - [5653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7160), - [5656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2255), - [5659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3339), - [5662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), - [5664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), - [5666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(3936), - [5669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(6849), - [5672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(6254), - [5675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(6851), - [5678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(3872), - [5681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(3951), - [5684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4174), - [5687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 1), - [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [5693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), - [5703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3517), - [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), - [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), - [5709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4261), - [5711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7010), - [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6309), - [5715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7012), - [5717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3630), - [5719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3997), - [5721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6743), - [5723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4269), - [5725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4908), - [5727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), - [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [5731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), - [5733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [5743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [5749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), - [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [5753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), - [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [5761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), - [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), - [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [5777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), - [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [5781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [5787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), - [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [5791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [5795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), - [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [5799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5320), - [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [5827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), - [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [5831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), - [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [5837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), - [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [5841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), - [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [5845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), - [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), - [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), - [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), - [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), - [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), - [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), - [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), - [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), - [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [5891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 58), - [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5263), - [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), - [5903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 91), - [5905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 4, .production_id = 147), - [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [5913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [5915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [5917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [5923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [5925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [5927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), - [5933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT(1427), - [5936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), - [5938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 4, .production_id = 151), - [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), - [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7083), - [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [5990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 3, .production_id = 128), - [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [6000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2), - [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [6012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 1), - [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [6016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1321), - [6019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 124), - [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [6025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [6044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [6046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), - [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7056), - [6050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [6052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), - [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6975), - [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [6058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [6060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [6062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), - [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6987), - [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [6072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 17), - [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), - [6076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4279), - [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7010), - [6080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 17), - [6082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), - [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), - [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7050), - [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), - [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), - [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6714), - [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5007), - [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6886), - [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [6110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(4041), - [6113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3383), - [6115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4019), - [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), - [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6830), - [6123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 113), - [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [6131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4261), - [6134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7010), - [6137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6309), - [6140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7012), - [6143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3630), - [6146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4269), - [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [6153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [6167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [6171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .dynamic_precedence = 1, .production_id = 17), - [6173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .dynamic_precedence = 1, .production_id = 17), - [6175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5178), - [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), - [6179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), - [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), - [6183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4770), - [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [6197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), - [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [6201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), - [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [6207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), - [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [6211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), - [6213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [6215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), - [6217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), - [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [6223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), - [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [6245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5481), - [6247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), - [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), - [6251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4836), - [6253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), - [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [6291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1325), - [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), - [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), - [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), - [6338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_left_fold, 3, .production_id = 44), - [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5610), - [6344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), - [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), - [6350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4903), - [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), - [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5885), - [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7169), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), - [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), - [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), - [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), - [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), - [6432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_fold, 3, .production_id = 69), - [6434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3711), - [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), - [6438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1), - [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), - [6442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), - [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [6446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), - [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), - [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), - [6454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4549), - [6456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), - [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), - [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6743), - [6462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 3, .dynamic_precedence = 1, .production_id = 17), - [6464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 3, .dynamic_precedence = 1, .production_id = 17), - [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [6468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [6470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .dynamic_precedence = 1, .production_id = 17), - [6472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, .dynamic_precedence = 1, .production_id = 17), - [6474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 17), - [6476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 17), - [6478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 14), - [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), - [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7160), - [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6682), - [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [6490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), - [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), - [6494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), - [6496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2665), - [6498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4946), - [6500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4509), - [6502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4510), - [6504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4511), - [6506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2661), - [6508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7123), - [6510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4153), - [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), - [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), - [6516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), - [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), - [6520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), - [6522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), - [6524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4981), - [6526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4489), - [6528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4490), - [6530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4493), - [6532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [6534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7058), - [6536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4193), - [6538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), - [6540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), - [6542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4952), - [6544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4505), - [6546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4507), - [6548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4508), - [6550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4199), - [6552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3279), - [6554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), - [6556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4962), - [6558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4480), - [6560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4481), - [6562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4482), - [6564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4189), - [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), - [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), - [6570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4677), - [6572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4951), - [6574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), - [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [6578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), - [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5307), - [6582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), - [6584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2887), - [6586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4954), - [6588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4485), - [6590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4486), - [6592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4487), - [6594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), - [6596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7015), - [6598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4175), - [6600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), - [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), - [6604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), - [6606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), - [6608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), - [6610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4502), - [6612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4503), - [6614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4504), - [6616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), - [6618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7115), - [6620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4155), - [6622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4924), - [6624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4187), - [6626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), - [6628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), - [6630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), - [6632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(4279), - [6635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(4279), - [6638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), - [6640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2255), - [6643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2255), - [6646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(4287), - [6649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(4292), - [6652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(7050), - [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), - [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4427), - [6659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3630), - [6662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3630), - [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), - [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), - [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4751), - [6671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4751), - [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), - [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), - [6677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4793), - [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), - [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), - [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6842), - [6687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 17), - [6689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 17), - [6691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 17), - [6693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 17), - [6695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 26), - [6697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 26), - [6699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 26), - [6701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 26), - [6703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 4), - [6705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 4), - [6707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), - [6709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 1), - [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [6713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 1), - [6715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4041), - [6717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3330), - [6720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7169), - [6723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6549), - [6726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7160), - [6729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2255), - [6732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3339), - [6735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 14), - [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), - [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), - [6741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4883), - [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), - [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4878), - [6747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4878), - [6749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5477), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), - [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), - [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), - [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), - [6759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4862), - [6761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), - [6763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4399), - [6766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4399), - [6769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4087), - [6772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4087), - [6775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4398), - [6778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(6709), - [6781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4279), - [6784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4279), - [6787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), - [6789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(2255), - [6792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(2255), - [6795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4292), - [6798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(7050), - [6801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), - [6803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2), - [6805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(7169), - [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), - [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), - [6812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4914), - [6814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), - [6816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), - [6818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [6820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [6822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(4370), - [6825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(4360), - [6828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(7010), - [6831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), - [6833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), - [6835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3630), - [6838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3630), - [6841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), - [6843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), - [6845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_qualifier, 1), - [6847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ref_qualifier, 1), - [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), - [6853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4959), - [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), - [6857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4399), - [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), - [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6709), - [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), - [6867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_specifier, 1), - [6869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_specifier, 1), - [6871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4596), - [6873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4307), - [6875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4574), - [6877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 5), - [6879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 5), - [6881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 3), - [6883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 3), - [6885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 1), - [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [6889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 1), - [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [6893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 3), - [6895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 3), - [6897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 4), - [6899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 4), - [6901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 4), - [6903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 4), - [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [6907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(4307), - [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), - [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), - [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), - [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [6922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2), - [6925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3268), - [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [6931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), - [6933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5746), - [6935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), - [6937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), - [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [6943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2896), - [6945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5555), - [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4901), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [4858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), + [4860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), + [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [4866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 133), + [4868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 133), + [4870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_await_expression, 2, .production_id = 4), + [4872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_await_expression, 2, .production_id = 4), + [4874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 5, .production_id = 125), + [4876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 5, .production_id = 125), + [4878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), + [4880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), + [4882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 111), + [4884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 111), + [4886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 110), + [4888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 110), + [4890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 5), + [4892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 5), + [4894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(6671), + [4897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(5033), + [4900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [4904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_clause, 2, .production_id = 16), + [4906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_clause, 2, .production_id = 16), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), + [4912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 7), + [4914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 7), + [4916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint_disjunction, 3, .production_id = 44), + [4918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constraint_disjunction, 3, .production_id = 44), + [4920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 89), + [4922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 89), + [4924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 88), + [4926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 88), + [4928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 4), + [4930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 4), + [4932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, .production_id = 96), + [4934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, .production_id = 96), + [4936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 2), + [4938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 2), + [4940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 98), + [4942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 98), + [4944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 21), + [4946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 21), + [4948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), + [4950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), + [4952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(5677), + [4955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6201), + [4958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_defined_literal, 2), + [4960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_defined_literal, 2), + [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [4964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 24), + [4966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 24), + [4968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3525), + [4970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 60), + [4972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 60), + [4974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), + [4976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), + [4978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), + [4980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 4), + [4982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 4), + [4984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 72), + [4986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 72), + [4988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 70), + [4990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 70), + [4992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 70), + [4994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 70), + [4996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [5000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), + [5002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), + [5004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 59), + [5006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 59), + [5008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 59), SHIFT(374), + [5011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 44), + [5013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 44), + [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6671), + [5017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [5019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [5021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 22), + [5023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 22), + [5025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 49), + [5027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 49), + [5029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 44), + [5031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 44), + [5033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), + [5035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), + [5037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 3), + [5039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 3), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [5043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5351), + [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [5049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), + [5051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [5057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), + [5059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), + [5061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [5065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [5069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [5075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), + [5077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), + [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6532), + [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), + [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5606), + [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [5095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 59), SHIFT(354), + [5098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(394), + [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), + [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), + [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7037), + [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [5111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), + [5113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), + [5115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), + [5117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), + [5119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), + [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [5125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [5127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), + [5129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436), + [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [5135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), + [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [5139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), + [5141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [5143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), + [5145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), + [5147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6596), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6577), + [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6579), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6582), + [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6585), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6588), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6589), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6591), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6592), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6593), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6598), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6635), + [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6607), + [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), + [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), + [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [5213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), + [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), + [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5347), + [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5347), + [5227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 3), + [5229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 3), + [5231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 2), + [5233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 2), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [5237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [5239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [5245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), + [5247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [5253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), + [5255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), + [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [5261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), + [5263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), + [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), + [5271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 59), SHIFT(394), + [5274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 4), + [5276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 4), + [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), + [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), + [5282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), + [5284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), + [5286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [5288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [5290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [5294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), + [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [5298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [5306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5362), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5362), + [5310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), + [5312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), + [5314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [5316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [5318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), + [5320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [5324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [5328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), + [5330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(5663), + [5333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(6343), + [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), + [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), + [5342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 59), SHIFT(347), + [5345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [5349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), + [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), + [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), + [5357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5585), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6695), + [5365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5267), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), + [5371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4182), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6748), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), + [5381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4190), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), + [5387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4210), + [5389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), + [5391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), + [5395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 6), + [5397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 6), + [5399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 4), + [5401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 4), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), + [5407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4194), + [5409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_requirement, 2), + [5411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_requirement, 2), + [5413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 5), + [5415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 5), + [5417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__requirement, 1, .production_id = 52), + [5419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__requirement, 1, .production_id = 52), + [5421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), SHIFT(385), + [5424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [5428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(3266), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), + [5437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 14), + [5439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 14), + [5441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3469), + [5443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6530), + [5445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), + [5447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), + [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [5453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4930), + [5455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4264), + [5457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [5459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binary_fold_operator, 3, .production_id = 107), + [5461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_fold_operator, 3, .production_id = 107), + [5463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 28), SHIFT(361), + [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [5468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(3526), + [5471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3266), + [5473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3527), + [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [5479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4344), + [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), + [5485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780), + [5487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), + [5489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), + [5491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 14), + [5493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 14), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), + [5497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [5499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [5501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3842), + [5504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6758), + [5507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6230), + [5510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6760), + [5513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3904), + [5516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3885), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5625), + [5521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 46), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [5525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3413), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [5531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [5535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4172), + [5537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4839), + [5539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4155), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), + [5543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4846), + [5545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4454), + [5547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4455), + [5549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4458), + [5551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4138), + [5553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4364), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5199), + [5557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), + [5559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [5562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1), + [5564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1), + [5566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [5569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [5571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4875), + [5573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4409), + [5575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4396), + [5577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4418), + [5579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4143), + [5581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_function_specifier, 1), + [5583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_function_specifier, 1), + [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), + [5587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), + [5589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), + [5591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4341), + [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), + [5595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4258), + [5597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4584), + [5599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4842), + [5601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4445), + [5603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4447), + [5605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4448), + [5607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4471), + [5609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6979), + [5611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4169), + [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), + [5615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4869), + [5617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4460), + [5619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4425), + [5621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4441), + [5623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4108), + [5625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 1), + [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), + [5631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(3385), + [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [5636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), + [5638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), + [5640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(3842), + [5643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(6758), + [5646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(6230), + [5649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(6760), + [5652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(3904), + [5655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(3885), + [5658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4128), + [5661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 87), + [5663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), + [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [5669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [5671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3359), + [5674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7065), + [5677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6270), + [5680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7057), + [5683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2422), + [5686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3348), + [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [5693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4226), + [5695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6896), + [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6192), + [5699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6897), + [5701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), + [5703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3993), + [5705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6652), + [5707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4213), + [5709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4823), + [5711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), + [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), + [5715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [5717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3526), + [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [5721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), + [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [5725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), + [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [5731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [5733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [5735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), + [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [5743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [5747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), + [5749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), + [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), + [5761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [5767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 58), + [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), + [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [5773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), + [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [5777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), + [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [5783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), + [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [5787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), + [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [5791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), + [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [5795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), + [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [5811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), + [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [5815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [5821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), + [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [5825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), + [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [5829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), + [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), + [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), + [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5307), + [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), + [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), + [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), + [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [5891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT(1429), + [5894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), + [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), + [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), + [5910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .dynamic_precedence = 1, .production_id = 17), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [5914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4251), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7065), + [5918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .dynamic_precedence = 1, .production_id = 17), + [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6852), + [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), + [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), + [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [5938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 17), + [5940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 17), + [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [5946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 91), + [5948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 4, .production_id = 147), + [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4919), + [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6604), + [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [5960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(3978), + [5963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), + [5965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4008), + [5967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), + [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6654), + [5971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [5975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [5979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [5983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [5991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4226), + [5994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6896), + [5997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6192), + [6000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6897), + [6003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3597), + [6006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4213), + [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [6013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), + [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6884), + [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [6027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [6037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 124), + [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6896), + [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), + [6047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 1), + [6049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 113), + [6051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 4, .production_id = 151), + [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [6061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [6063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), + [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [6082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [6088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 3, .production_id = 128), + [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [6106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2), + [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [6114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1315), + [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), + [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6567), + [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), + [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7032), + [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), + [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6802), + [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [6167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), + [6171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6717), + [6173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [6179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), + [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [6183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), + [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [6187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), + [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [6201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), + [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [6205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), + [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [6211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [6213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [6215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5783), + [6217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), + [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [6223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1307), + [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), + [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), + [6248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_fold, 3, .production_id = 69), + [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), + [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [6270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [6274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [6276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [6278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5359), + [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), + [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), + [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), + [6286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4767), + [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [6304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4825), + [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [6332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5041), + [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), + [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4722), + [6338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4722), + [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), + [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [6354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_left_fold, 3, .production_id = 44), + [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [6384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), + [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), + [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), + [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), + [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), + [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), + [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [6428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), + [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), + [6434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4431), + [6436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4431), + [6438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), + [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), + [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6530), + [6444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3787), + [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5795), + [6448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1), + [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), + [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), + [6456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), + [6458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 14), + [6460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .dynamic_precedence = 1, .production_id = 17), + [6462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, .dynamic_precedence = 1, .production_id = 17), + [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), + [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), + [6468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4544), + [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6652), + [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7057), + [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [6482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), + [6484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 3, .dynamic_precedence = 1, .production_id = 17), + [6486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 3, .dynamic_precedence = 1, .production_id = 17), + [6488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 17), + [6490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 17), + [6492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3420), + [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), + [6496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4880), + [6498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4416), + [6500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4420), + [6502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4421), + [6504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4157), + [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), + [6508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3272), + [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), + [6512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4871), + [6514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4451), + [6516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4452), + [6518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4453), + [6520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4111), + [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), + [6524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), + [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), + [6528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [6530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2903), + [6532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4897), + [6534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4415), + [6536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4464), + [6538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4459), + [6540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), + [6542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6898), + [6544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4124), + [6546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), + [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), + [6550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), + [6552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [6554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4870), + [6556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4414), + [6558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4412), + [6560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4410), + [6562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [6564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6922), + [6566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4144), + [6568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), + [6570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(4251), + [6573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(4251), + [6576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), + [6578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2422), + [6581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2422), + [6584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(4264), + [6587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(4250), + [6590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(6852), + [6593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), + [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), + [6597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), + [6599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2678), + [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4864), + [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4434), + [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4435), + [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4439), + [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), + [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6975), + [6613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4159), + [6615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), + [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), + [6619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), + [6621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2330), + [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4861), + [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4405), + [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4406), + [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4407), + [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2331), + [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6967), + [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4176), + [6637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), + [6639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), + [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), + [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), + [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4668), + [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), + [6651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 26), + [6653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 26), + [6655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3597), + [6658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3597), + [6661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 17), + [6663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 17), + [6665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 17), + [6667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 17), + [6669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 14), + [6671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), + [6673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 26), + [6675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 26), + [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), + [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), + [6681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4770), + [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), + [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6751), + [6691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 1), + [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [6695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 1), + [6697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3359), + [6700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7065), + [6703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(6312), + [6706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(7057), + [6709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2422), + [6712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(3348), + [6715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 4), + [6717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 4), + [6719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3978), + [6721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), + [6723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2), + [6725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(7065), + [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), + [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), + [6732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4787), + [6734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5363), + [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), + [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), + [6740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), + [6742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4331), + [6745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4331), + [6748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4086), + [6751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4086), + [6754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4328), + [6757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(6525), + [6760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4251), + [6763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4251), + [6766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), + [6768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(2422), + [6771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(2422), + [6774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4250), + [6777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(6852), + [6780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(6896), + [6783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), + [6785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), + [6787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(4303), + [6790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(4309), + [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), + [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), + [6797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4822), + [6799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), + [6801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), + [6803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), + [6805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), + [6807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), + [6809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), + [6811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3597), + [6814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3597), + [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), + [6819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4331), + [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), + [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6525), + [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), + [6829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(4240), + [6832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 4), + [6834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 4), + [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), + [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [6840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 1), + [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [6844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 1), + [6846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_qualifier, 1), + [6848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ref_qualifier, 1), + [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), + [6854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 4), + [6856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 4), + [6858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4572), + [6860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4240), + [6862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4573), + [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [6866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_specifier, 1), + [6868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_specifier, 1), + [6870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 3), + [6872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 3), + [6874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 5), + [6876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 5), + [6878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 3), + [6880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 3), + [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), + [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [6890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2), + [6893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3281), + [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [6899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3961), + [6901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5407), + [6903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), + [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [6909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), + [6911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5671), + [6913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), + [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [6919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), + [6921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5417), + [6923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [6929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2995), + [6931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5534), + [6933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), + [6935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), + [6939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), + [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [6945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3480), + [6947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5462), [6949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), [6951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [6953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(4087), - [6956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3293), - [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [6962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3991), - [6964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5721), - [6966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), - [6968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), - [6970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), - [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [6976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), - [6978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5730), - [6980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), - [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [6986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), - [6988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5760), - [6990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2255), - [6993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [6999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3138), - [7001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5706), - [7003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2255), - [7006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [7008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [7010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(4087), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4917), - [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), - [7019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3630), - [7022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3630), - [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [7043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4298), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [7047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), - [7049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), - [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), - [7053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3366), - [7055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3533), - [7057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3300), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [7061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5418), - [7063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5788), - [7065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4518), - [7069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), - [7071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5406), - [7073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), - [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), - [7079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2945), - [7081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5624), - [7083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), - [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [7087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3863), - [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [7091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), - [7093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5245), - [7095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4305), - [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [7099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5241), - [7101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5648), - [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [7105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), - [7107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), - [7109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5184), - [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), - [7113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5341), - [7115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5202), - [7117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3023), - [7119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3793), - [7121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5240), - [7123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5331), - [7125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5388), - [7127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5055), - [7129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3270), - [7131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4997), - [7133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2973), - [7135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5226), - [7137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4992), - [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [7141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3106), - [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [7145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2821), - [7147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), - [7149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3124), - [7151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5034), - [7153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), - [7155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5275), - [7157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5255), - [7159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4522), - [7161] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5756), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), - [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4632), - [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), - [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4639), - [7173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4639), - [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), - [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), - [7179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4606), - [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), - [7183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4638), - [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), - [7187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4661), - [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), - [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), - [7193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4341), - [7195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4428), - [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), - [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), - [7201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6608), - [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), - [7205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4552), - [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), - [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6287), - [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), - [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), - [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4532), - [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), - [7219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 44), - [7221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 44), - [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), - [7225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), - [7227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), - [7229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 7), - [7231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 7), - [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), - [7235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4468), - [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4550), - [7239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6140), - [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), - [7243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4551), - [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4667), - [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6260), - [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), - [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), - [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4723), - [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4722), - [7257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), - [7259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), - [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), - [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), - [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), - [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4733), - [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), - [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), - [7275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [7277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [7279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), - [7281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), - [7283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), - [7285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), - [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), - [7289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), - [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4649), - [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4635), - [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4707), - [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), - [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), - [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), - [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4729), - [7309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), - [7311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), - [7313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), - [7315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), - [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), - [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4748), - [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4602), - [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), - [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), - [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), - [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4621), - [7337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1305), - [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), - [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [7348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [7352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6270), - [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [7356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4619), - [7358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4610), - [7360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4609), - [7362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4594), - [7364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4572), - [7366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4568), - [7368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4566), - [7370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4565), - [7372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4559), - [7374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4556), - [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4682), - [7378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6573), - [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), - [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [7398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6286), - [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [7412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7134), - [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), - [7418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5963), - [7420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), - [7422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4010), - [7424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6109), - [7426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4071), - [7428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5910), - [7430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5300), - [7432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5841), - [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), - [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), - [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [7446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), - [7448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [7450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6262), - [7452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), - [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6922), - [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4858), - [7458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5934), - [7460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2264), - [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [7464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4070), - [7466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5933), - [7468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [7472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [7474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), - [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7022), - [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), - [7480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5833), - [7482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), - [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6315), - [7494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), - [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6785), - [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), - [7500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6035), - [7502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), - [7504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), - [7506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5815), - [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [7510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), - [7512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7155), - [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), - [7516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5859), - [7518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2378), - [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6511), - [7526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), - [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), - [7530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5882), - [7532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), - [7536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5870), - [7538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), - [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), - [7542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5984), - [7544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), - [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [7548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2588), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4885), - [7552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6045), - [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [7560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2330), - [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4891), - [7564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6004), - [7566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4893), - [7570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6064), - [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [7574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), - [7578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5862), - [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6530), - [7586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4940), - [7588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5889), - [7590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3325), - [7592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5717), - [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), - [7596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6021), - [7598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4283), - [7600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2581), - [7602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), - [7604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3280), - [7606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5357), - [7608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5834), - [7610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), - [7612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3402), - [7614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), - [7616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5091), - [7618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5024), - [7620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5101), - [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7195), - [7628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5089), - [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6870), - [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7071), - [7634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5086), - [7636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5071), - [7638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5078), - [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6953), - [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5660), - [7644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5038), - [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5745), - [7648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5026), - [7650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5027), - [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6884), - [7654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), - [7656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5067), - [7658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5030), - [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5576), - [7664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5092), - [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [7670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5044), - [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6827), - [7674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5088), - [7676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5094), - [7678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5080), - [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5771), - [7682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5035), - [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6663), - [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [7690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5096), - [7692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5029), - [7694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5106), - [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [7698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6261), - [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), - [7702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5669), - [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6554), - [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), - [7710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [7712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5215), - [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), - [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), - [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [7720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [7722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6532), - [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5650), - [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [7728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6450), - [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), - [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6301), - [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5731), - [7742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [7744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5213), - [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6142), - [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5545), - [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6438), - [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5738), - [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [7770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_field_declarator, 2, .dynamic_precedence = 1), - [7772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 34), - [7774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), - [7776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_declarator, 1), - [7778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [7780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(6549), - [7783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), - [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), - [7789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 137), - [7791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 137), - [7793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 95), - [7795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 95), - [7797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 19), - [7799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 19), - [7801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 17), - [7803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 17), - [7805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 5), - [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), - [7809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), - [7811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 2), - [7813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 26), - [7815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 26), - [7817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 26), - [7819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 26), - [7821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 135), - [7823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 135), - [7825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 5, .production_id = 17), - [7827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 5, .production_id = 17), - [7829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 19), - [7831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 19), - [7833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 5, .dynamic_precedence = 1, .production_id = 17), - [7835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 5, .dynamic_precedence = 1, .production_id = 17), - [7837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), - [7839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3), - [7841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 5), - [7843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 134), - [7845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 2), - [7847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 2), - [7849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 100), - [7851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 100), - [7853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 71), - [7855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), - [7857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), - [7859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [7861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [7863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), - [7865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), - [7867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), - [7869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), - [7871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 5), - [7873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 71), - [7875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5504), - [7877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5289), - [7879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 34), - [7881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 95), - [7883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 95), - [7885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 5), - [7887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), - [7889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5497), - [7891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5227), - [7893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 108), - [7895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 19), - [7897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 19), - [7899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5513), - [7901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5232), - [7903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 4, .dynamic_precedence = 1, .production_id = 17), - [7905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 4, .dynamic_precedence = 1, .production_id = 17), - [7907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 34), - [7909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5501), - [7911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5319), - [7913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5401), - [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), - [7917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 134), - [7919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), - [7921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), - [7923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 19), - [7925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 19), - [7927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 50), - [7929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5508), - [7931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5313), - [7933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_declarator, 2, .dynamic_precedence = 1), - [7935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 32), - [7937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5498), - [7939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5252), - [7941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 2), - [7943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 68), - [7945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [7947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [7949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5516), - [7951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5936), - [7953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 135), - [7955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 135), - [7957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 6, .dynamic_precedence = 1, .production_id = 17), - [7959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 6, .dynamic_precedence = 1, .production_id = 17), - [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5499), - [7963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5302), - [7965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 5), - [7967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(6309), - [7970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 81), - [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [7974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 81), - [7976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), - [7978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), - [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), - [7982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3039), - [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), - [7986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 95), - [7988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 95), - [7990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 135), - [7992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 135), - [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4903), - [7996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 19), - [7998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 19), - [8000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 5, .dynamic_precedence = 1, .production_id = 17), - [8002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 5, .dynamic_precedence = 1, .production_id = 17), - [8004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [8006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [8008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 19), - [8010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 19), - [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), - [8014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5808), - [8016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), - [8018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6552), - [8020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6103), - [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), - [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6965), - [8026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 34), - [8028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), - [8030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5667), - [8032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), - [8034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6477), - [8036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3004), - [8038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6457), - [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), - [8042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [8044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5066), - [8046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6459), - [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), - [8052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), - [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4463), - [8056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), - [8058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6248), - [8060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3303), - [8062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), - [8064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4300), - [8066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6120), - [8068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3298), - [8070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6364), - [8072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5540), - [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [8076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 54), - [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [8080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5175), - [8082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6517), - [8084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4293), - [8086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6615), - [8088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 3), - [8090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 3), - [8092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), - [8094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [8096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [8102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [8106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4347), - [8108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5602), - [8110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5820), - [8112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7199), - [8114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5558), - [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [8118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6057), - [8120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6755), - [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), - [8124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 71), - [8126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5620), - [8128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [8130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5762), - [8132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), - [8134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6271), - [8136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5851), - [8138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7170), - [8140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), - [8142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [8144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [8146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5795), - [8148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5663), - [8150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [8152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), - [8154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6180), - [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [8160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5556), - [8162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 134), - [8164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 5), - [8166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5579), - [8168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3265), - [8170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [8172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [8174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), - [8176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6336), - [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), - [8180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 1), - [8182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 1), - [8184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [8186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), - [8188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), - [8190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4107), - [8192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [8194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4098), - [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [8198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), - [8202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), - [8204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4100), - [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [8210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), - [8212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4086), - [8214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), - [8216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4102), - [8218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), - [8220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4105), - [8222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), - [8224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4077), - [8226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [8230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [8232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4092), - [8234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), - [8236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), - [8238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [8240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [8242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 5), - [8244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), - [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [8254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 6), - [8256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 6), - [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), - [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), - [8262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), - [8266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 4), - [8268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 4), - [8270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 5), - [8272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 5), - [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5452), - [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), - [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [8282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [8284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [8286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), - [8290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [8292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [8294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 3, .production_id = 48), - [8296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [8300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [8308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, .production_id = 11), - [8310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, .production_id = 11), - [8312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 93), SHIFT_REPEAT(4796), - [8315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 93), - [8317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 95), - [8319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 95), - [8321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [8323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [8325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), - [8327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6177), - [8329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2687), - [8331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6539), - [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7055), - [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [8343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, .production_id = 23), - [8345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, .production_id = 23), - [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [8355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 19), - [8357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 19), - [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [8363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 135), - [8365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 135), - [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [8371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 17), - [8373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 17), - [8375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1593), - [8378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), - [8380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(7055), - [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [8387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [8389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [8391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3057), - [8393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6251), - [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [8399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 19), - [8401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 19), - [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [8407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), - [8409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), - [8411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), - [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [8427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), - [8429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), - [8431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [8433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), - [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [8437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), - [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [8441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [8447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 3, .production_id = 127), - [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), - [8453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 6), - [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6860), - [8457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 4, .production_id = 150), - [8459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5898), - [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), - [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), - [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5507), - [8471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, .production_id = 97), - [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), - [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6384), - [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5324), - [8483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), - [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), - [8487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6833), - [8489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), - [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4991), - [8493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 3), - [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), - [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [8501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), - [8503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6726), - [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5925), - [8509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 2), - [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), - [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6225), - [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6077), - [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6880), - [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), - [8529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), - [8533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5613), - [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [8537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [8539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6912), - [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), - [8543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), - [8545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(5593), - [8548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(5593), - [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6910), - [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6526), - [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), - [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), - [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), - [8567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), - [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), - [8571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5593), - [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), - [8575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [8579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [8581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), - [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), - [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), - [8587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), - [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6908), - [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), - [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [8595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), - [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5677), - [8599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5677), - [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6800), - [8603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4628), - [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6676), - [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), - [8619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), - [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5839), - [8623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 1), - [8625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_operator_cast_identifier, 2, .production_id = 27), - [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7135), - [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5783), - [8635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), - [8637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), - [8639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7102), - [8641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3506), - [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6815), - [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), - [8647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6961), - [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5755), - [8651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5755), - [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5607), - [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), - [8657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), - [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), - [8661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5734), - [8663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7019), - [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7001), - [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), - [8669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), - [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5781), - [8673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5781), - [8675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), - [8677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6816), - [8679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [8681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), - [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5636), - [8685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5636), - [8687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), - [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5628), - [8691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5628), - [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6844), - [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), - [8699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), - [8701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6973), - [8703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3263), - [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5293), - [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [8709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3489), - [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5741), - [8713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5741), - [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [8719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [8721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6742), - [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), - [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [8727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 75), - [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6247), - [8735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), SHIFT_REPEAT(521), - [8738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), - [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5846), - [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), - [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [8746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), - [8748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 3), - [8750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6518), - [8756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(1280), - [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [8763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 2, .production_id = 56), - [8765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 3, .production_id = 120), - [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6533), - [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6153), - [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6240), - [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6596), - [8783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), SHIFT_REPEAT(6939), - [8786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), - [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6707), - [8792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 2), - [8794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_reference_declarator, 2), - [8796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6238), - [8798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), SHIFT_REPEAT(1826), - [8801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), - [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [8805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2), SHIFT_REPEAT(1665), - [8808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), - [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [8816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), SHIFT_REPEAT(4991), - [8819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), - [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6463), - [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4403), - [8827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [8829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6461), - [8831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 4), - [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6460), - [8835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6507), - [8837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [8839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6246), - [8841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [8843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(6182), - [8846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6231), - [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [8852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [8854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6411), - [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5880), - [8862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requires_parameter_list_repeat1, 2), SHIFT_REPEAT(1893), - [8865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_requires_parameter_list_repeat1, 2), - [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6139), - [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), - [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), - [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [8879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [8881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(1866), - [8884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6442), - [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6444), - [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), - [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6189), - [8896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), - [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), - [8902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5386), - [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [8906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1359), - [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), - [8911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [8913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5923), - [8915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [8917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [8923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), - [8925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [8927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6104), - [8929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [8931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [8933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [8935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [8937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 93), SHIFT_REPEAT(5161), - [8940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 93), - [8942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [8944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6202), - [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6218), - [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), - [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), - [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), - [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), - [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6282), - [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), - [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5945), - [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [8978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [8982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6274), - [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6205), - [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6374), - [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), - [8992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 3), - [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5968), - [8996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [8998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6375), - [9000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2), - [9002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), - [9004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3), - [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [9010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), - [9012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [9014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), SHIFT_REPEAT(5144), - [9017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), - [9019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6403), - [9021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2, .production_id = 81), - [9023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [9027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [9029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [9031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), - [9035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 93), SHIFT_REPEAT(4151), - [9038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 93), - [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), - [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [9046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(6507), - [9049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), - [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6458), - [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6586), - [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [9059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5992), - [9063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6654), - [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6322), - [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [9079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), - [9081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5426), - [9083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5897), - [9087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [9089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), - [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6448), - [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [9099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), - [9101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5942), - [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), - [9107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), - [9113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(4663), - [9116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5879), - [9118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6499), - [9120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), - [9122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [9124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, .production_id = 54), - [9126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [9128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [9130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6135), - [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), - [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6034), - [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), - [9138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 5), - [9140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6239), - [9142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [9144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6340), - [9146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(6442), - [9149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), - [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6292), - [9153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [9157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [9159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), - [9161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6575), - [9163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [9165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [9167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [9169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5913), - [9171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [9175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), - [9177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), - [9179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [9181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), - [9183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), - [9185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [9187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6582), - [9189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6078), - [9191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [9193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [9195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [9197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [9199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), - [9201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), - [9203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [9205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6243), - [9207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), - [9209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [9211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5994), - [9213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [9215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6075), - [9217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), - [9219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [9221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [9223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [9227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6614), - [9229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 2), - [9231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [9233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6379), - [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [9239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), SHIFT_REPEAT(3344), - [9242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), - [9244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [9246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6134), - [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), - [9252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [9254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [9256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [9258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [9260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [9262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [9264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4646), - [9266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6098), - [9268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 6), - [9270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), - [9274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [9276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5860), - [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [9282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [9284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), - [9288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6187), - [9290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), - [9292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 86), - [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5316), - [9296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5325), - [9298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [9300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), - [9302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), - [9306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), - [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [9314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), - [9316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [9326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [9328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2), - [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [9332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), - [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6171), - [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [9340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6167), - [9344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [9346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6934), - [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6455), - [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [9356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4708), - [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6717), - [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6897), - [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6896), - [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [9366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6918), - [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), - [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6595), - [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [9374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), - [9376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6894), - [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [9380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 4), - [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6149), - [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6390), - [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), - [9390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6861), - [9392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6823), - [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6991), - [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6988), - [9398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), - [9400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7157), - [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6284), - [9404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), - [9406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6760), - [9408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), - [9410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [9412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6982), - [9414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7013), - [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6667), - [9418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6631), - [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6957), - [9422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6960), - [9424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), - [9426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6670), - [9428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition_name, 3), - [9430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6660), - [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6197), - [9436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 2), - [9438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), - [9440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7030), - [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6603), - [9444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3), - [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [9448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_pack_expansion, 2, .production_id = 21), - [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [9452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, .production_id = 81), - [9454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, .production_id = 27), - [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6837), - [9458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6836), - [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6303), - [9462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), - [9464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7106), - [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7105), - [9468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), - [9470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6874), - [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6207), - [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6128), - [9476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 75), - [9478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6879), - [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7210), - [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6419), - [9484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2452), - [9486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7080), - [9488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [9490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6952), - [9492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), - [9494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [9496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7217), - [9498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7142), - [9500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6799), - [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6185), - [9504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6321), - [9506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6721), - [9508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6809), - [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6938), - [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6617), - [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6151), - [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7032), - [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7223), - [9520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 6), - [9522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6480), - [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6940), - [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6941), - [9528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition_name, 4), - [9530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_template_parameter_declaration, 3, .production_id = 47), - [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7066), - [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7225), - [9536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), - [9538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7168), - [9540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), - [9542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6963), - [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [9546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7095), - [9548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7227), - [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7110), - [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7229), - [9554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2298), - [9556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6832), - [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), - [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6720), - [9562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 3, .production_id = 126), - [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), - [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [9570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7057), - [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7191), - [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7154), - [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7035), - [9582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6942), - [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6877), - [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6872), - [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5739), - [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6808), - [9616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 4), - [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5532), - [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7143), - [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [9626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), - [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), - [9636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7158), - [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), - [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [9646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7077), - [9648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [9650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7103), - [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), - [9660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6843), - [9662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [9664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6349), - [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7086), - [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6664), - [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7082), - [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), - [9674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 3), - [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7070), - [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), - [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6647), - [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6986), - [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7040), - [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6669), - [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7156), - [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6556), - [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), - [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), - [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7014), - [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6978), - [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6719), - [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [9720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 105), - [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [9724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), - [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [9730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6984), - [9734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6825), - [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [9740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), - [9742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [9744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6979), - [9746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [9748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6855), - [9751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6964), - [9753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6747), - [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [9758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6737), - [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [9763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6970), - [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), - [9768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4652), - [9770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6702), - [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6951), - [9775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5587), - [9779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6703), - [9782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6713), - [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [9787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [9791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_right_fold, 3, .production_id = 44), - [9793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6724), - [9796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6730), - [9799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6735), - [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), - [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6895), - [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [9808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6749), - [9811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6727), - [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6781), - [9816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6862), - [9819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6891), - [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6768), - [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6885), - [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), - [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), - [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5306), - [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), - [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6882), - [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5761), - [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6814), - [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6835), - [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), - [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5090), - [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), - [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), - [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), - [9867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), - [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6863), - [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), - [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [9879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6813), - [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6840), - [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [9889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6797), - [9897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7114), - [9899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6280), - [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), - [9903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6733), - [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [9907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [9909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [9911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [9913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5809), - [9915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), - [9917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), - [9919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [9921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5959), - [9925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), - [9929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6335), - [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), - [9937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6715), - [9939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [9941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), - [9943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), - [9945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [9947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6712), - [9949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [9951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [9953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 140), - [9955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [9957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [9959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [9961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6699), - [9963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [9965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), - [9967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), - [9969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [9971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [9973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6900), - [9975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [9977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [9979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [9981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [9983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [9985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [9987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), - [9989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), - [9991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [9993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6690), - [9995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [9997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 105), - [9999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [10001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), - [10003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [10005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), - [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [10009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [10011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 140), - [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), - [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), - [10017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [10019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), - [10021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [10023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [10025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [10027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [10029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6597), - [10031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [10033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [10035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6919), - [10037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), - [10039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), - [10041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [10043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [10045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [10047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), - [10049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [10051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [10053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [10055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [10057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3306), - [10059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [10063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [10065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [10067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [10069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [10071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [10073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6681), - [10075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), - [10077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [10079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [10083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6997), - [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [10089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [10091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [10093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [10095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [10097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [10099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [10101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [10103] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [10105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), - [10107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [10111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6636), - [10113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [10115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [10117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), - [10119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6543), - [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6642), - [10123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), - [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [10129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7009), - [10139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6581), - [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), - [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6632), - [10145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6624), - [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6679), - [10159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [10161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [10163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [10165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [10167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6630), - [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [10173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [10175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [10177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [10179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6087), - [10181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [10187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [10189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [10191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6415), - [10193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [10195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6687), - [10197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [10199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [10201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6693), - [10203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [10205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [10207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6708), - [10209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [10211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6850), - [10213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [10217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [10219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [10221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [10223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [10225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [10227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [10233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6223), - [10235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6753), - [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [10241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6758), - [10245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [10247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6773), - [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), - [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7121), - [10257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6793), - [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), - [10265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6798), - [10269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [10271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6805), - [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [10275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [10277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), - [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6878), - [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), - [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [10311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [10321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6905), - [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6913), - [10327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [10329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6711), - [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4631), - [10335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [10337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6710), - [10339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), - [10341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6826), - [10343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [10345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [10347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [10349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7031), - [10351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6612), - [10361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7039), - [10363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7042), - [10365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [10367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [10369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 2), - [10371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [10373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [10375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), - [10377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7065), - [10379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [10381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [10383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [10385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7069), - [10387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7072), - [10389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [10391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [10393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [10395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [10397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [10399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7094), - [10401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [10403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7098), - [10405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7101), - [10407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [10409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7109), - [10411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7111), - [10413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7113), - [10415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [10417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7119), - [10419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7120), - [10421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7125), - [10423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [10425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7152), - [10427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [10429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [10431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [10433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [10435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [10437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [10439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [10441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [10443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7173), - [10445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7187), - [10447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [10449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7198), - [10451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [10453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7204), - [10455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5543), + [6953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2422), + [6956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(4086), + [6959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), + [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [6965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2710), + [6967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5603), + [6969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3401), + [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [6973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2422), + [6976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(4086), + [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), + [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), + [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), + [6985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3597), + [6988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3597), + [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), + [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [7007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5028), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), + [7013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5143), + [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [7017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3142), + [7019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4262), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [7023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5153), + [7025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5469), + [7027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4259), + [7029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5294), + [7031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5225), + [7033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5213), + [7035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3265), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [7039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), + [7041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5608), + [7043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5073), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), + [7049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5243), + [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3288), + [7053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5117), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [7057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), + [7059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4936), + [7061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4911), + [7063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2600), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), + [7067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2966), + [7069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2498), + [7071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3324), + [7073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [7077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5326), + [7079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5636), + [7081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5305), + [7083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), + [7087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [7091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2821), + [7093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5274), + [7095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5158), + [7097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), + [7099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), + [7101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), + [7103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4988), + [7105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4975), + [7107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5118), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [7111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3062), + [7113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), + [7115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5304), + [7117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3807), + [7119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3530), + [7121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4946), + [7123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4278), + [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), + [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), + [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), + [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4541), + [7133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4541), + [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4539), + [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), + [7139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4516), + [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), + [7143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4509), + [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4487), + [7147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4485), + [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), + [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), + [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5138), + [7155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4449), + [7157] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [7159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4374), + [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4594), + [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), + [7165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6375), + [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), + [7169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4540), + [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), + [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6168), + [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), + [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4833), + [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), + [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), + [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), + [7185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 44), + [7187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 44), + [7189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4443), + [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), + [7193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6362), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), + [7197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4478), + [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), + [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6236), + [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), + [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), + [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), + [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), + [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), + [7215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), + [7217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), + [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), + [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), + [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), + [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4653), + [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), + [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), + [7231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), + [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), + [7235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), + [7237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), + [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4595), + [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), + [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), + [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), + [7249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), + [7251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), + [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4602), + [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), + [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), + [7263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [7265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4604), + [7269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), + [7271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), + [7275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), + [7277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), + [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), + [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4632), + [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4648), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), + [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), + [7289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 7), + [7291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 7), + [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), + [7295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), + [7297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), + [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [7309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6302), + [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6434), + [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [7325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4532), + [7327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4585), + [7329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4548), + [7331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4549), + [7333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4552), + [7335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4561), + [7337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4563), + [7339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4568), + [7341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4550), + [7343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4577), + [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), + [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6143), + [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), + [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [7365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1343), + [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [7376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), + [7378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6958), + [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), + [7382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5836), + [7384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), + [7386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4011), + [7388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5842), + [7390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4053), + [7392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5759), + [7394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5169), + [7396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5806), + [7398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), + [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [7404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [7416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6843), + [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), + [7422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5809), + [7424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2411), + [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6238), + [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6376), + [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [7444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), + [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6685), + [7448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), + [7450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5926), + [7452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2328), + [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [7456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), + [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), + [7460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5779), + [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [7468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), + [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), + [7472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5699), + [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [7476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), + [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6745), + [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), + [7482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5719), + [7484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), + [7486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), + [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4800), + [7490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5980), + [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6336), + [7498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3784), + [7500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5718), + [7502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2363), + [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4805), + [7506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5694), + [7508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), + [7510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4057), + [7512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5710), + [7514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4807), + [7518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5820), + [7520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2666), + [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6626), + [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), + [7526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5974), + [7528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2430), + [7530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), + [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4811), + [7534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5918), + [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6399), + [7544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), + [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), + [7548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5698), + [7550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), + [7552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), + [7554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), + [7556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), + [7558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5263), + [7560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5721), + [7562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3314), + [7564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [7566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4236), + [7568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), + [7570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5485), + [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4832), + [7574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5987), + [7576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), + [7578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5741), + [7580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4993), + [7582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5008), + [7584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5010), + [7586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5015), + [7588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4985), + [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7076), + [7596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4986), + [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6601), + [7600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6772), + [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [7604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5003), + [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6864), + [7608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5009), + [7610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), + [7612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5022), + [7614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4963), + [7616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4949), + [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [7620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4997), + [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), + [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [7626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5007), + [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6565), + [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [7632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5006), + [7634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5016), + [7636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6704), + [7640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5000), + [7642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_declarator, 2, .dynamic_precedence = 1), + [7644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 71), + [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6292), + [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), + [7654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), + [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), + [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6349), + [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5555), + [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6081), + [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), + [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6276), + [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5507), + [7676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5136), + [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6421), + [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), + [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [7692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6211), + [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), + [7696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5130), + [7698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [7702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 5), + [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), + [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [7710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6360), + [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5560), + [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [7720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [7722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 134), + [7724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 34), + [7726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 5, .dynamic_precedence = 1, .production_id = 17), + [7728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 5, .dynamic_precedence = 1, .production_id = 17), + [7730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 5), + [7732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 135), + [7734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 135), + [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), + [7738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 26), + [7740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 26), + [7742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 17), + [7744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 17), + [7746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 19), + [7748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 19), + [7750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 95), + [7752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 95), + [7754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 26), + [7756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 26), + [7758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 137), + [7760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 137), + [7762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 2), + [7764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 2), + [7766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 19), + [7768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 19), + [7770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), + [7772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3), + [7774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 100), + [7776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 100), + [7778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 108), + [7780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), + [7782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 34), + [7784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), + [7786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 3), + [7788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 50), + [7790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), + [7792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), + [7794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), + [7796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 2), + [7798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 5), + [7800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_field_declarator, 2, .dynamic_precedence = 1), + [7802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 5, .production_id = 17), + [7804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 5, .production_id = 17), + [7806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 68), + [7808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 2), + [7810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 5), + [7812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 32), + [7814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 34), + [7816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), + [7818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), + [7820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), + [7822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_declarator, 1), + [7824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 71), + [7826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), + [7828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(6312), + [7831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), + [7833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 134), + [7835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), + [7837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), + [7839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 135), + [7841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 135), + [7843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), + [7845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), + [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5390), + [7849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5160), + [7851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 81), + [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [7855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 81), + [7857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), + [7859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), + [7861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5388), + [7863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5222), + [7865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(6192), + [7868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 95), + [7870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 95), + [7872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5299), + [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), + [7876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 5), + [7878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 19), + [7880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 19), + [7882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5383), + [7884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5216), + [7886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5387), + [7888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5234), + [7890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [7892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [7894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 6, .dynamic_precedence = 1, .production_id = 17), + [7896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 6, .dynamic_precedence = 1, .production_id = 17), + [7898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 4, .dynamic_precedence = 1, .production_id = 17), + [7900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 4, .dynamic_precedence = 1, .production_id = 17), + [7902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5393), + [7904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5803), + [7906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5395), + [7908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5190), + [7910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5386), + [7912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5208), + [7914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 19), + [7916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 19), + [7918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5389), + [7920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5182), + [7922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 19), + [7924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 19), + [7926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [7928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), + [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), + [7934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 95), + [7936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 95), + [7938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 19), + [7940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 19), + [7942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 135), + [7944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 135), + [7946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 5, .dynamic_precedence = 1, .production_id = 17), + [7948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 5, .dynamic_precedence = 1, .production_id = 17), + [7950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), + [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), + [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4825), + [7956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), + [7958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), + [7960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3308), + [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5044), + [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [7966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [7968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 3), + [7970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 3), + [7972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), + [7974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5717), + [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), + [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6755), + [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), + [7982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2988), + [7984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6157), + [7986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 54), + [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [7990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5021), + [7992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6433), + [7994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), + [7996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6468), + [7998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5744), + [8000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6850), + [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4358), + [8004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), + [8006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6007), + [8008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), + [8012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4263), + [8014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6104), + [8016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5651), + [8018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), + [8020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6381), + [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [8026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5655), + [8028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5076), + [8030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6489), + [8032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5825), + [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6981), + [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [8038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [8042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5566), + [8044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [8046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), + [8048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6402), + [8050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), + [8052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6405), + [8054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5685), + [8056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5702), + [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6940), + [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), + [8062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 5), + [8064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), + [8066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [8068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4282), + [8070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6187), + [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [8074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), + [8076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6247), + [8078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4248), + [8080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5463), + [8082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5434), + [8084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5614), + [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [8088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3287), + [8090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5531), + [8092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 134), + [8094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5538), + [8096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), + [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [8102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 71), + [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [8106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), + [8108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6206), + [8110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5441), + [8112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 34), + [8114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [8118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [8120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5405), + [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [8124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 1), + [8126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 1), + [8128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [8130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4065), + [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), + [8134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [8136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [8138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), + [8140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4074), + [8142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), + [8144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4078), + [8146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), + [8148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4060), + [8150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), + [8152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), + [8154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [8158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), + [8160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 5), + [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [8166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), + [8168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4084), + [8170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), + [8172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4070), + [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), + [8180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), + [8182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [8184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4073), + [8186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 4), + [8188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 4), + [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [8194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), + [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [8198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), + [8202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), + [8204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [8210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [8212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5364), + [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), + [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [8218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 5), + [8220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 5), + [8222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [8224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 6), + [8226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 6), + [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [8230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [8232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), + [8234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [8236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 3, .production_id = 48), + [8238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), + [8240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [8242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, .production_id = 11), + [8244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, .production_id = 11), + [8246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 93), SHIFT_REPEAT(4759), + [8249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 93), + [8251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [8255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [8257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [8259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 17), + [8261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 17), + [8263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), + [8269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [8275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2942), + [8277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6176), + [8279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [8281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [8283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2691), + [8285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6240), + [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [8295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1593), + [8298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), + [8300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(6759), + [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [8305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [8307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [8311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3017), + [8313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6239), + [8315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [8317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [8319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [8321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [8327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), + [8329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), + [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6759), + [8341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 135), + [8343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 135), + [8345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 19), + [8347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 19), + [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [8353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, .production_id = 23), + [8355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, .production_id = 23), + [8357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 19), + [8359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 19), + [8361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), + [8363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6317), + [8365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 95), + [8367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 95), + [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), + [8379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 4, .production_id = 150), + [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), + [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [8399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [8401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 6), + [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6657), + [8405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 3, .production_id = 127), + [8407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, .production_id = 97), + [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), + [8411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), + [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5900), + [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6670), + [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), + [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6263), + [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [8427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3450), + [8429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), + [8431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5682), + [8433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), + [8437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6415), + [8441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), + [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6677), + [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [8453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), + [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), + [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6135), + [8459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [8463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), + [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5898), + [8467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6673), + [8469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 75), + [8471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3479), + [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), + [8475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5404), + [8477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2928), + [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [8481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_operator_cast_identifier, 2, .production_id = 27), + [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), + [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), + [8489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5781), + [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6545), + [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4566), + [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5936), + [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), + [8505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 2), + [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5962), + [8511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 3), + [8513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7069), + [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), + [8517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5666), + [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), + [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [8523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), + [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6830), + [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6555), + [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5668), + [8537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), + [8539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), + [8541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5535), + [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [8545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), + [8549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5597), + [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [8553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [8555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6928), + [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [8559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), + [8561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6621), + [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), + [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6619), + [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [8569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), + [8571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6539), + [8573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), + [8575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [8577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6805), + [8579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), + [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6920), + [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), + [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [8593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), + [8595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5410), + [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5870), + [8599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 1), + [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [8603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3260), + [8605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), + [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), + [8609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5439), + [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6583), + [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6733), + [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [8625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2389), + [8627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6584), + [8629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), + [8631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6735), + [8633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3259), + [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), + [8637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5641), + [8639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7107), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), + [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5610), + [8645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), + [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), + [8649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5616), + [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [8653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2938), + [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), + [8657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5447), + [8659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), + [8661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(5682), + [8664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(5682), + [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [8671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(6226), + [8674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), + [8676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6354), + [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6163), + [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6156), + [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6147), + [8684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6213), + [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6146), + [8690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6440), + [8696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6315), + [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6416), + [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [8712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7043), + [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6382), + [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), + [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), + [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), + [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6223), + [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6173), + [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), + [8732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2), + [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6220), + [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6226), + [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), + [8746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6278), + [8748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [8750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), + [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), + [8756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 93), SHIFT_REPEAT(4133), + [8759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 93), + [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), + [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), + [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6406), + [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), + [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), + [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6060), + [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [8783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [8785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5774), + [8787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [8791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), + [8793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2, .production_id = 81), + [8795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [8797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [8805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, .production_id = 54), + [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6202), + [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [8811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), + [8813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [8815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3), + [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [8819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6249), + [8821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2), + [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6061), + [8825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), SHIFT_REPEAT(3335), + [8828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), + [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [8834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [8836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5802), + [8844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6137), + [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [8852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), + [8854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6353), + [8858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 3), + [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5830), + [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [8866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 5), + [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), + [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), + [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6170), + [8878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 2), + [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [8884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6250), + [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [8896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6041), + [8900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(6163), + [8903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), + [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [8907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6118), + [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6461), + [8911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [8913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [8915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [8917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [8919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(4551), + [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6465), + [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6222), + [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [8930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [8932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [8934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), + [8936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [8938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [8940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [8942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), + [8944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5859), + [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6148), + [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [8954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), SHIFT_REPEAT(5096), + [8957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), + [8959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), + [8961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6074), + [8963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), + [8967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6267), + [8969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(1865), + [8972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6160), + [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6155), + [8978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requires_parameter_list_repeat1, 2), SHIFT_REPEAT(1901), + [8981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_requires_parameter_list_repeat1, 2), + [8983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), + [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), + [8989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), + [8991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [8993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), + [8999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [9001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [9003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [9005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [9007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [9009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [9011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [9015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2), SHIFT_REPEAT(1698), + [9018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), SHIFT_REPEAT(1823), + [9021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), + [9023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_reference_declarator, 2), + [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [9027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [9029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [9031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [9035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 2), + [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [9039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), + [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [9043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7036), + [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [9053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 86), + [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [9059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), SHIFT_REPEAT(6671), + [9062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), + [9064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), SHIFT_REPEAT(503), + [9067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), + [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), + [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5916), + [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), + [9077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 3), + [9079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(1280), + [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [9084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [9086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [9088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6275), + [9090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), + [9092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5901), + [9094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [9096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5695), + [9098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6417), + [9100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 6), + [9102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [9104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [9106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [9108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5985), + [9110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), + [9112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), + [9114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), + [9116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), + [9118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5165), + [9120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [9122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [9124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 2, .production_id = 56), + [9126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 3, .production_id = 120), + [9128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), + [9130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), + [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6189), + [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [9140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [9142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5813), + [9144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5952), + [9146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [9148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [9150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [9152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [9154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), + [9156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5966), + [9160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), + [9162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), + [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), + [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [9174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), SHIFT_REPEAT(4923), + [9177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), + [9179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 93), SHIFT_REPEAT(5044), + [9182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 93), + [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), + [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), + [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5935), + [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), + [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5976), + [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6323), + [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [9218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 4), + [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), + [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), + [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), + [9228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [9230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [9232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5951), + [9234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), + [9236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [9240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), + [9244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1386), + [9247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6221), + [9249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6358), + [9255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6152), + [9259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [9261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5800), + [9263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(6241), + [9266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), + [9268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [9270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6261), + [9274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), + [9276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5312), + [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [9282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), + [9284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, .production_id = 81), + [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [9288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [9290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6497), + [9292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6133), + [9294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 6), + [9296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [9298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [9300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6978), + [9302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [9306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 75), + [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6663), + [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6661), + [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6151), + [9314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [9316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6659), + [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [9322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6547), + [9324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [9326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6916), + [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [9332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), + [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6030), + [9336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6840), + [9338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), + [9340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6636), + [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6271), + [9344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6678), + [9346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 3, .production_id = 126), + [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6253), + [9350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_template_parameter_declaration, 3, .production_id = 47), + [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6332), + [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), + [9356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6602), + [9358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition_name, 4), + [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6524), + [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6502), + [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6298), + [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6612), + [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6611), + [9370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), + [9372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6691), + [9374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6937), + [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6365), + [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6197), + [9380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 2), + [9382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), + [9384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6849), + [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), + [9388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3), + [9390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_pack_expansion, 2, .production_id = 21), + [9392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, .production_id = 27), + [9394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), + [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6877), + [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6904), + [9400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), + [9402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6608), + [9404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6856), + [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6857), + [9408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6590), + [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [9412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6740), + [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6268), + [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6910), + [9418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7102), + [9420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [9422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6570), + [9424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6930), + [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7104), + [9428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6947), + [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7106), + [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6823), + [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6822), + [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [9438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 4), + [9440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6962), + [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7108), + [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6576), + [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6575), + [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), + [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6535), + [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6787), + [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7098), + [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [9458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), + [9460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6890), + [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), + [9464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6529), + [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6493), + [9468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition_name, 3), + [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5999), + [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6126), + [9474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), + [9476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6693), + [9478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6383), + [9480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7029), + [9482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), + [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6728), + [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6724), + [9488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), + [9490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6597), + [9492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6557), + [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6112), + [9496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6411), + [9498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), + [9500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6753), + [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), + [9504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [9506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6899), + [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6841), + [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5598), + [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6832), + [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [9520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [9522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6863), + [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6831), + [9528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6941), + [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3919), + [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6821), + [9536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), + [9538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [9540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6883), + [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6887), + [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [9546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6895), + [9548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6860), + [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6902), + [9554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6921), + [9556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6917), + [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [9562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6807), + [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5567), + [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), + [9570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6544), + [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6801), + [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4522), + [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [9582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), + [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6552), + [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), + [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6763), + [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), + [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), + [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5011), + [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6771), + [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6581), + [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), + [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6455), + [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [9626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6993), + [9629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6996), + [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6741), + [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [9636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6999), + [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [9641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7002), + [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [9646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7003), + [9649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7004), + [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [9654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7005), + [9657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7006), + [9660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7007), + [9663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [9665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [9667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(6992), + [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [9672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7009), + [9675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6725), + [9677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [9679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [9681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [9683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [9685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [9687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), + [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [9691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7011), + [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6720), + [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6616), + [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6980), + [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6716), + [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), + [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6703), + [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5442), + [9724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [9728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1), SHIFT(7010), + [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [9733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6681), + [9735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), + [9737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [9739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), + [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [9743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [9745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [9747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [9749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6660), + [9751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), + [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), + [9759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5444), + [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [9763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [9765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6666), + [9767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6656), + [9771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), + [9775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), + [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6653), + [9779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [9781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6183), + [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), + [9787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6642), + [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), + [9793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [9795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [9799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), + [9801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [9803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), + [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [9807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [9811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6610), + [9813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6664), + [9815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [9817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [9819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6606), + [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6603), + [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6600), + [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5660), + [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6730), + [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6571), + [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7020), + [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6551), + [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [9879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5838), + [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6542), + [9889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5103), + [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6255), + [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5881), + [9897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6533), + [9899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [9903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7028), + [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [9907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [9909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [9911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [9913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [9915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [9917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [9919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [9921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [9925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6310), + [9929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6527), + [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [9937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), + [9939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [9941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6526), + [9943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [9945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [9947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [9949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6521), + [9951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [9953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [9955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [9957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [9959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [9961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [9963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [9965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [9967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [9969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [9971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [9973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [9975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [9977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [9979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [9981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6510), + [9983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [9985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [9987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [9989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [9991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [9993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [9995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6826), + [9997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [9999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [10001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [10003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [10005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), + [10009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7034), + [10011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7019), + [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [10017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [10019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 2), + [10021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [10023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [10025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [10027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [10029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [10031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [10033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [10035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [10037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [10039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [10041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [10043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [10045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [10047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [10049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6785), + [10051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [10053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [10055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [10057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [10059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [10063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [10065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [10067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [10069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [10071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [10073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [10075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [10077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [10079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [10083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [10089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [10091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [10093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [10095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [10097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [10099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [10101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [10103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [10105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [10107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), + [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6370), + [10111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6515), + [10113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [10115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [10117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [10119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6908), + [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6235), + [10123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6537), + [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [10129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6543), + [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [10139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), + [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6566), + [10145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), + [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6479), + [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [10159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6609), + [10161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [10163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [10165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6615), + [10167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6630), + [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), + [10173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [10175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [10177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6045), + [10179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6662), + [10181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6667), + [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6682), + [10187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [10189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), + [10191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6702), + [10193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [10195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6707), + [10197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6714), + [10199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [10201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [10203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [10205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [10207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [10209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [10211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [10213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), + [10217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_right_fold, 3, .production_id = 44), + [10219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [10221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [10223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6786), + [10225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [10227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6804), + [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [10233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6812), + [10235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3283), + [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [10241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), + [10245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [10247] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6516), + [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), + [10257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), + [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), + [10265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [10269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [10271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7052), + [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [10275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 3), + [10277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6561), + [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [10287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 4), + [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7078), + [10299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 105), + [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6696), + [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [10311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6909), + [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6257), + [10321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6915), + [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6918), + [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [10327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [10329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6929), + [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6933), + [10335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [10337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6936), + [10339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [10341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [10343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [10345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6946), + [10347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 140), + [10349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6950), + [10351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6953), + [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), + [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6961), + [10361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6963), + [10363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6965), + [10365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [10367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6971), + [10369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6972), + [10371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6977), + [10373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [10375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7001), + [10377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [10379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), + [10381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 105), + [10383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7068), + [10385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 140), + [10387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7077), + [10389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [10391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7086), + [10393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7092), + [10395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), }; #ifdef __cplusplus diff --git a/test/corpus/declarations.txt b/test/corpus/declarations.txt index ad12ec1..1cc59d1 100644 --- a/test/corpus/declarations.txt +++ b/test/corpus/declarations.txt @@ -1117,6 +1117,12 @@ enum Foo::Oof : Bar::Rab { }; enum class Foo; enum struct Foo : char { }; +class Foo { + enum Bar { + A, B + }; +}; + --- (translation_unit @@ -1127,7 +1133,11 @@ enum struct Foo : char { }; (enum_specifier (type_identifier) (qualified_identifier (namespace_identifier) (type_identifier)) (enumerator_list)) (enum_specifier (qualified_identifier (namespace_identifier) (type_identifier)) (qualified_identifier (namespace_identifier) (type_identifier)) (enumerator_list)) (enum_specifier (type_identifier)) - (enum_specifier (type_identifier) (type_identifier) (enumerator_list))) + (enum_specifier (type_identifier) (type_identifier) (enumerator_list)) + (class_specifier (type_identifier) + (field_declaration_list + (field_declaration + (enum_specifier (type_identifier) (enumerator_list (enumerator (identifier)) (enumerator (identifier)))))))) ============================ static_assert declarations